index
int64
0
731k
package
stringlengths
2
98
βŒ€
name
stringlengths
1
76
docstring
stringlengths
0
281k
βŒ€
code
stringlengths
4
8.19k
signature
stringlengths
2
42.8k
βŒ€
embed_func_code
listlengths
768
768
22,734
pyproject_api._frontend
metadata_from_built
Create metadata from building the wheel (use when the prepare endpoints are not present or don't work). :param metadata_directory: directory where to put the metadata :param target: the type of wheel metadata to build :param config_settings: config settings to pass in to the build endpoint :return:
def metadata_from_built( self, metadata_directory: Path, target: Literal["wheel", "editable"], config_settings: ConfigSettings | None = None, ) -> tuple[Path, str, str]: """ Create metadata from building the wheel (use when the prepare endpoints are not present or don't work). :param metadata_directory: directory where to put the metadata :param target: the type of wheel metadata to build :param config_settings: config settings to pass in to the build endpoint :return: """ hook = getattr(self, f"build_{target}") with self._wheel_directory() as wheel_directory: result: EditableResult | WheelResult = hook(wheel_directory, config_settings) wheel = result.wheel if not wheel.exists(): msg = f"missing wheel file return by backed {wheel!r}" raise RuntimeError(msg) out, err = result.out, result.err extract_to = str(metadata_directory) basename = None with ZipFile(str(wheel), "r") as zip_file: for name in zip_file.namelist(): # pragma: no branch root = Path(name).parts[0] if root.endswith(".dist-info"): basename = root zip_file.extract(name, extract_to) if basename is None: # pragma: no branch msg = f"no .dist-info found inside generated wheel {wheel}" raise RuntimeError(msg) return metadata_directory / basename, out, err
(self, metadata_directory: pathlib.Path, target: Literal['wheel', 'editable'], config_settings: Optional[Dict[str, Any]] = None) -> tuple[pathlib.Path, str, str]
[ 0.06538323312997818, 0.019120140001177788, -0.03743981570005417, -0.03312823548913002, 0.011888687498867512, -0.007927307859063148, -0.00523029500618577, 0.06574708223342896, -0.0187744852155447, 0.011306533589959145, 0.029216881841421127, 0.05952530354261398, 0.015008673071861267, -0.03161827102303505, 0.03987758979201317, 0.028216304257512093, 0.0281253419816494, 0.05923422798514366, -0.037185125052928925, 0.03623912110924721, 0.022831374779343605, -0.013007516041398048, -0.0024332241155207157, 0.02563299424946308, 0.03647562116384506, 0.010124031454324722, -0.048791829496622086, -0.02717934176325798, 0.03041757643222809, -0.04999252408742905, -0.036566585302352905, -0.044971439987421036, 0.046172134578228, 0.06683862209320068, 0.03487469628453255, 0.04464397951960564, 0.05679645389318466, 0.017173560336232185, -0.008718674071133137, -0.024359529837965965, 0.03451085090637207, -0.022030912339687347, 0.005203006323426962, -0.015745462849736214, 0.05941615253686905, 0.00880963634699583, -0.05545022338628769, -0.029726268723607063, -0.08805087953805923, -0.0012757371878251433, 0.046972598880529404, 0.05952530354261398, 0.00025682453997433186, -0.010324147529900074, 0.016736943274736404, 0.038895200937986374, 0.01045149378478527, 0.04533528909087181, 0.032618846744298935, 0.038713280111551285, 0.020211679860949516, 0.06236330792307854, 0.00752707663923502, -0.007731740362942219, -0.03130900114774704, 0.021557912230491638, 0.0081274239346385, -0.032455116510391235, -0.018883638083934784, -0.0004135912749916315, 0.011042744852602482, -0.02104852721095085, 0.06545600295066833, -0.03911351040005684, 0.002585584996268153, -0.049737829715013504, -0.017400963231921196, -0.05021083354949951, 0.05148429423570633, -0.030162883922457695, -0.08186548948287964, -0.028689304366707802, -0.02550564706325531, -0.06785739213228226, 0.03512939065694809, 0.0305631160736084, -0.003165465546771884, 0.035820700228214264, -0.013707920908927917, -0.03387412056326866, -0.03038119152188301, 0.02061191014945507, -0.012861977331340313, 0.0500652939081192, -0.0008232029504142702, -0.023249797523021698, -0.0005153546226210892, 0.030326614156365395, -0.018810870125889778, 0.037203315645456314, -0.0027402197010815144, -0.016827905550599098, 0.03882243484258652, 0.060544077306985855, 0.04151489958167076, -0.01685519330203533, -0.061490077525377274, -0.001978415995836258, -0.017055310308933258, -0.0507202185690403, -0.04922844469547272, -0.07007686048746109, -0.024850724264979362, -0.033819541335105896, 0.022649452090263367, -0.021157680079340935, 0.009055232629179955, -0.012807400897145271, -0.061344537883996964, -0.021503334864974022, 0.06287269294261932, -0.002153517212718725, 0.015909193083643913, -0.04766390472650528, -0.020848410204052925, -0.0019033725839108229, 0.03325558081269264, 0.008755058981478214, 0.03221861645579338, -0.028762074187397957, -0.0326734259724617, 0.030581306666135788, 0.011788629926741123, 0.03662116080522537, 0.011397494934499264, 0.0014303720090538263, 0.013034804724156857, -0.043916285037994385, -0.03542046621441841, 0.043443284928798676, 0.008154711686074734, 0.011097321286797523, 0.025269147008657455, -0.04216982051730156, 0.01252541970461607, -0.026051416993141174, -0.027543189004063606, -0.009246251545846462, 0.016118405386805534, -0.030817808583378792, -0.010815340094268322, -0.1001305878162384, 0.03572973608970642, 0.01526336558163166, 0.008682290092110634, 0.0008112642099149525, 0.043770745396614075, 0.048318829387426376, -0.023122452199459076, 0.03929543495178223, 0.041769590228796005, -0.020429987460374832, -0.0016111582517623901, -0.03136357665061951, -0.0045776451006531715, 0.010360532440245152, 0.03130900114774704, -0.07207801192998886, -0.019629525020718575, 0.0015918288845568895, -0.006471921689808369, 0.011051841080188751, 0.0081274239346385, 0.012125188484787941, -0.00645372923463583, -0.022030912339687347, 0.04999252408742905, -0.006576527375727892, 0.019520370289683342, -0.024177607148885727, -0.02827088162302971, -0.022231027483940125, -0.026178764179348946, 0.00430703442543745, -0.005639622453600168, 0.05253944918513298, -0.037367045879364014, 0.02932603657245636, 0.0076271346770226955, 0.009323569014668465, 0.04049612581729889, -0.03769451007246971, 0.000582723063416779, 0.039913974702358246, 0.009118905290961266, -0.04067805036902428, -0.004047793336212635, 0.008141067810356617, 0.022540297359228134, 0.02215825766324997, 0.02717934176325798, -0.021357795223593712, 0.059779997915029526, 0.05264860391616821, -0.0035202158614993095, -0.007595297880470753, -0.021867182105779648, 0.0002713215653784573, -0.035365890711545944, -0.0326734259724617, 0.0742974802851677, 0.01924748532474041, -0.018219618126749992, 0.047409214079380035, -0.020411795005202293, -0.005716939922422171, -0.041187435388565063, -0.0021034881938248873, 0.01008764747530222, -0.021175872534513474, 0.0007095008622854948, 0.027434034273028374, 0.06716608256101608, 0.0500652939081192, -0.02199452742934227, -0.0010551551822572947, 0.027888841927051544, -0.014035383239388466, 0.03387412056326866, -0.06123538315296173, -0.011315629817545414, -0.05082936957478523, 0.013480517081916332, -0.006631104275584221, 0.029526151716709137, -0.046827059239149094, 0.017664752900600433, -0.00420242827385664, 0.025887686759233475, 0.028634728863835335, 0.021357795223593712, -0.035820700228214264, 0.01260728482156992, 0.006717517971992493, -0.007854538969695568, -0.06734801083803177, -0.007004047278314829, 0.01864713802933693, 0.004270649515092373, -0.025378301739692688, -0.021175872534513474, 0.06822124123573303, 0.014035383239388466, 0.021576104685664177, 0.05268498882651329, -0.045116979628801346, 0.007727192249149084, -0.0840485692024231, 0.06556516140699387, -0.03940458595752716, 0.008227481506764889, -0.058397382497787476, 0.01526336558163166, 0.027415841817855835, -0.00010915398161159828, -0.029598921537399292, 0.00969651248306036, 0.010915398597717285, -0.0642189234495163, -0.013325882144272327, 0.015663595870137215, 0.048609908670186996, -0.016655078157782555, -0.024159414693713188, -0.03178200125694275, -0.019629525020718575, 0.04671790450811386, -0.050756603479385376, -0.010560647584497929, 0.04122382029891014, 0.044207364320755005, -0.000022953603547648527, 0.013462324626743793, 0.013462324626743793, 0.02563299424946308, 0.04700898006558418, -0.052175603806972504, 0.027888841927051544, 0.04642682895064354, 0.024304954335093498, -0.025432877242565155, -0.009814762510359287, 0.002621969673782587, -0.056905608624219894, -0.019611332565546036, -0.045444440096616745, -0.09743811935186386, -0.035365890711545944, 0.03451085090637207, -0.08463072031736374, -0.0479549840092659, 0.037039585411548615, -0.023431722074747086, 0.009823858737945557, -0.04882821440696716, 0.029416998848319054, 0.05832461267709732, -0.05694199353456497, -0.02261306717991829, -0.03165465593338013, 0.035384081304073334, 0.013917133212089539, 0.03114526905119419, 0.04577190428972244, 0.002640161896124482, -0.024359529837965965, 0.0023718250449746847, 0.004009134601801634, 0.007599845994263887, 0.033528465777635574, -0.02565118670463562, 0.028216304257512093, -0.0014804009115323424, -0.0799734815955162, 0.05603237822651863, -0.08703210949897766, -0.0008152438094839454, 0.012561804614961147, 0.033364735543727875, 0.02033902518451214, -0.02321341447532177, -0.013471420854330063, 0.07316955178976059, 0.03360123559832573, 0.013098478317260742, 0.011952361091971397, -0.006167199928313494, -0.08179271966218948, 0.041624050587415695, -0.04642682895064354, 0.03798558562994003, -0.019429408013820648, -0.061017077416181564, 0.035948045551776886, 0.011251956224441528, 0.05021083354949951, 0.06865785270929337, -0.039004355669021606, 0.06956747174263, -0.10406012833118439, 0.03085419163107872, -0.011352013796567917, -0.04402543976902962, -0.009423627518117428, 0.05330352857708931, -0.06625647097826004, -0.04387990012764931, 0.0028470996767282486, -0.030581306666135788, 0.022558489814400673, -0.03272800147533417, 0.001029003644362092, 0.007372441701591015, 0.004789130762219429, 0.004843708127737045, -0.04639044404029846, -0.058870382606983185, 0.04868267476558685, 0.0016270765336230397, -0.010487878695130348, 0.0060762385837733746, -0.07451578229665756, -0.040095895528793335, 0.0359298512339592, 0.047118134796619415, -0.014681210741400719, -0.05956168845295906, -0.030726846307516098, -0.05908868834376335, 0.02490529976785183, -0.02335895225405693, 0.05832461267709732, -0.048500753939151764, -0.0064309886656701565, 0.01610930822789669, -0.022503912448883057, 0.01711898297071457, 0.005225746892392635, -0.022176450118422508, 0.03238234668970108, 0.010942686349153519, 0.0017169011989608407, 0.018165042623877525, 0.05912507325410843, 0.04700898006558418, 0.01046059001237154, 0.008195645175874233, 0.005685103125870228, -0.03069046139717102, -0.008359375409781933, 0.006831219885498285, -0.07618948072195053, -0.018365157768130302, 0.02506903186440468, -0.01007855124771595, -0.06374592334032059, 0.015372519381344318, -0.022794989868998528, -0.04293389990925789, -0.03192754089832306, -0.0083320876583457, -0.0448622852563858, 0.013935324735939503, 0.000399378506699577, -0.02212187461555004, 0.10886290669441223, -0.009905723854899406, -0.052466679364442825, -0.017746618017554283, -0.020229872316122055, 0.04562636464834213, -0.011106417514383793, 0.028925806283950806, 0.020884795114398003, 0.003363307099789381, 0.05912507325410843, -0.03207307681441307, 0.008655001409351826, -0.01586371287703514, 0.012962035834789276, 0.02168525755405426, 0.02168525755405426, -0.05999830737709999, 0.02017529495060444, 0.00969651248306036, 0.008773251436650753, -0.0455172099173069, 0.042715590447187424, -0.025250954553484917, -0.029598921537399292, -0.05646899342536926, -0.0013394103152677417, 0.015663595870137215, -0.01720084808766842, -0.03882243484258652, 0.014435614459216595, 0.004059163853526115, 0.038422200828790665, 0.043443284928798676, -0.057378608733415604, 0.041624050587415695, 0.04951952397823334, 0.022995105013251305, 0.004040971398353577, 0.04089635983109474, -0.05897953361272812, -0.009587357752025127, -0.04577190428972244, -0.005525920540094376, -0.019029177725315094, -0.01823781058192253, -0.035948045551776886, 0.015609019435942173, -0.019811447709798813, 0.013052997179329395, -0.05530468374490738, -0.013407747261226177, -0.013562382198870182, -0.05112044885754585, 0.0028516477905213833, 0.0712047815322876, -0.05635983869433403, 0.07582563161849976, 0.06789378076791763, 0.0068857972510159016, -0.03023565374314785, -0.01941121742129326, -0.004106918815523386, -0.009405435062944889, -0.04806413874030113, 0.051848143339157104, 0.029889998957514763, 0.0014644826296716928, 0.010342339985072613, -0.038895200937986374, 0.009314472787082195, 0.03893158584833145, -0.014772172085940838, 0.03769451007246971, 0.015163307078182697, 0.004493505693972111, 0.09700150787830353, 0.08885134011507034, -0.06236330792307854, 0.008659549057483673, 0.04842798411846161, 0.01466301828622818, 0.0916893482208252, 0.025159992277622223, -0.012461746111512184, 0.003997764550149441, -0.05908868834376335, 0.028289074078202248, -0.028452804312109947, 0.009641935117542744, -0.02366822212934494, -0.02639707177877426, 0.007904567755758762, -0.000568510324228555, 0.038094740360975266, 0.0024309500586241484, -0.0046890731900930405, -0.019920602440834045, 0.007581653539091349, 0.004334322642534971, 0.04042335972189903, -0.09067057818174362, 0.023886529728770256, -0.043443284928798676, 0.044061824679374695, -0.012334399856626987, 0.0910344198346138, 0.017291810363531113, -0.057815227657556534, -0.027415841817855835, 0.006039853673428297, -0.009796570055186749, -0.02823449671268463, -0.007099556736648083, 0.009923916310071945, 0.0000034465938369976357, -0.07367894053459167, -0.02887122891843319, 0.012016034685075283, 0.0006913085817359388, -0.01496319193392992, -0.029889998957514763, 0.04959229379892349, -0.015972865745425224, -0.08055564016103745, 0.007654422894120216, -0.030290231108665466, -0.035820700228214264, -0.019975177943706512, 0.045444440096616745, 0.06403700262308121, 0.03303727135062218, -0.01711898297071457, 0.06687500327825546, 0.006585623603314161, -0.08041010051965714, 0.002320659114047885, -0.004334322642534971, 0.028452804312109947, -0.016118405386805534, -0.05086575448513031, 0.06043492257595062, -0.06283631175756454, -0.019010985270142555, -0.013735209591686726, 0.030071921646595, 0.0375489704310894, -0.015563538298010826, 0.02823449671268463, 0.030963346362113953, 0.04904652386903763, 0.0071177491918206215, 0.009287185035645962, -0.03189115598797798, -0.061344537883996964, -0.01298932358622551, 0.07313317060470581, 0.02455964684486389, -0.006740258540958166, 0.04002312570810318, 0.00416604382917285, 0.06090792268514633, -0.023449914529919624, 0.0549408383667469, -0.03969566524028778, 0.029526151716709137, -0.061453692615032196, 0.036730315536260605, -0.012843784876167774, -0.028452804312109947, -0.023868337273597717, -0.025269147008657455, 0.02792522683739662, 0.03645743057131767, 0.011506648734211922, -0.03376496583223343, 0.038422200828790665, -0.02261306717991829, -0.01457205694168806, 0.04493505507707596, -0.045589979737997055, -0.044389285147190094, -0.017319098114967346, 0.06854870170354843, -0.010242282412946224, -0.05192090943455696, -0.03232777118682861, -0.052466679364442825, 0.03041757643222809, -0.06854870170354843, -0.013143958523869514, 0.0035702448803931475, -0.05435868352651596, -0.018865447491407394, -0.025742147117853165, -0.024159414693713188, -0.03882243484258652, -0.021030334755778313, -0.004752746317535639, 0.04220620542764664, -0.0035202158614993095, -0.008504914119839668, 0.010051262564957142, 0.03085419163107872, -0.03647562116384506, 0.02506903186440468, -0.01734638772904873, 0.008955175057053566, 0.01390803698450327, -0.05312160402536392, 0.015026864595711231, 0.014772172085940838, 0.022667644545435905, -0.014490190893411636, 0.0009806803427636623, -0.0027220274787396193, 0.013162150979042053, 0.09008841961622238, -0.021357795223593712, 0.013425939716398716, 0.05177537351846695, 0.05082936957478523, -0.014308268204331398, 0.05133875831961632, -0.016291232779622078, 0.053085219115018845, -0.02110310271382332, -0.023704607039690018, 0.015609019435942173, -0.014089959673583508, -0.08521287888288498, 0.054140374064445496, -0.022704027593135834, -0.011552129872143269, -0.02856195904314518, -0.015390711836516857, 0.05053829401731491, -0.005371285602450371, 0.027834266424179077, 0.061017077416181564, -0.05534106865525246, -0.006844864226877689, 0.02550564706325531, -0.004623125772923231, 0.010951782576739788, 0.048937369138002396, 0.009723800234496593, 0.04915567860007286, -0.0424245148897171, -0.012507227249443531, -0.011470264755189419, -0.020066140219569206, -0.049737829715013504, 0.007199614774435759, 0.0024514165706932545, 0.039768435060977936, -0.009978493675589561, 0.04293389990925789, -0.064691923558712, 0.015172403305768967, -0.047118134796619415, 0.04169682040810585, 0.009951204992830753, 0.04326136037707329, 0.05221198871731758, 0.013917133212089539, 0.04919205978512764, -0.028980381786823273, 0.05967084318399429, 0.019047370180487633, 0.006230873055756092, 0.04140574485063553, -0.0023513587657362223, 0.014226402156054974, -0.019611332565546036, -0.00679028732702136, -0.011633994989097118, 0.00263333972543478, -0.038094740360975266, -0.038422200828790665, -0.028743881732225418, -0.018292387947440147, -0.00641734478995204, 0.03318281099200249, -0.04951952397823334, 0.08041010051965714, 0.01007855124771595, -0.035656966269016266, -0.04220620542764664, -0.02184898965060711, -0.04413459450006485, -0.012689150869846344, 0.017792100086808205, -0.026924649253487587, -0.057524148374795914, 0.03693043068051338, 0.03238234668970108, 0.011179187335073948, -0.04337051510810852, 0.05144790932536125, -0.0458446741104126, -0.03052673116326332, 0.05181175842881203, 0.0549408383667469, -0.04991975426673889, 0.0019761419389396906, 0.015854615718126297, 0.03936820477247238, 0.01161580253392458, -0.002658354351297021, 0.012507227249443531, 0.014308268204331398, -0.039186280220746994, 0.010506071150302887, 0.026196956634521484, -0.014344652183353901, -0.019047370180487633, -0.044825904071331024, 0.007467951625585556, -0.01651863567531109, 0.023577259853482246, -0.012006938457489014, 0.038422200828790665, -0.01291655469685793, 0.04002312570810318, -0.062254153192043304, 0.07375171035528183, -0.010424205102026463, 0.03776727616786957, 0.021139487624168396, -0.016291232779622078, 0.008732318878173828, -0.04901013895869255, -0.006931277923285961, 0.003877240465953946, 0.013162150979042053, 0.011279244907200336, -0.036566585302352905, 0.004600385669618845, -0.024359529837965965, -0.052321143448352814, 0.07105924189090729, 0.0030813259072601795, 0.023613644763827324, -0.022722220048308372, -0.0004815282591152936, -0.06032576784491539, -0.0011779534397646785, -0.039913974702358246, 0.04089635983109474, 0.03987758979201317, 0.00908706896007061, -0.0016816535498946905 ]
22,735
pyproject_api._frontend
prepare_metadata_for_build_editable
Build editable wheel metadata (per PEP-660). :param metadata_directory: where to generate the metadata :param config_settings: build arguments :return: metadata generation result
def prepare_metadata_for_build_editable( self, metadata_directory: Path, config_settings: ConfigSettings | None = None, ) -> MetadataForBuildEditableResult | None: """ Build editable wheel metadata (per PEP-660). :param metadata_directory: where to generate the metadata :param config_settings: build arguments :return: metadata generation result """ self._check_metadata_dir(metadata_directory) basename: str | None = None if self.optional_hooks["prepare_metadata_for_build_editable"]: basename, out, err = self._send( cmd="prepare_metadata_for_build_editable", metadata_directory=metadata_directory, config_settings=config_settings, ) if basename is None: return None if not isinstance(basename, str): self._unexpected_response("prepare_metadata_for_build_wheel", basename, str, out, err) result = metadata_directory / basename return MetadataForBuildEditableResult(result, out, err)
(self, metadata_directory: pathlib.Path, config_settings: Optional[Dict[str, Any]] = None) -> pyproject_api._frontend.MetadataForBuildEditableResult | None
[ 0.02557212859392166, 0.02108222432434559, -0.043125253170728683, -0.025442790240049362, 0.047448866069316864, 0.028380628675222397, 0.0006334136705845594, 0.046451106667518616, -0.018846511840820312, -0.015086447820067406, 0.0197888370603323, 0.04611852392554283, 0.003734658006578684, 0.006189785432070494, 0.023336416110396385, 0.006499275099486113, 0.032667286694049835, 0.04349479079246521, -0.0003885938203893602, 0.012619771994650364, -0.027955658733844757, -0.013441997580230236, -0.025793852284550667, 0.0317249596118927, -0.01624125801026821, 0.009353967383503914, -0.009067573584616184, -0.00768642034381628, 0.043310023844242096, -0.04249703511595726, 0.0005609493236988783, -0.010282434523105621, 0.01248119492083788, 0.03708328306674957, 0.006203643511980772, 0.034533459693193436, 0.05613303929567337, 0.050626903772354126, 0.004704698920249939, -0.0268655177205801, -0.013672959059476852, 0.012712156400084496, 0.024648280814290047, 0.008226871490478516, 0.03832124173641205, -0.0008037482621148229, -0.07590340077877045, -0.009233866818249226, -0.04689455404877663, 0.036381158977746964, 0.030782636255025864, 0.05901544913649559, 0.0032219220884144306, -0.00976508017629385, 0.024943912401795387, 0.004353636410087347, 0.016102680936455727, 0.040279798209667206, 0.04619242995977402, -0.013460474088788033, -0.005376799032092094, 0.0676996260881424, 0.0008672628900967538, -0.025516698136925697, -0.019271481782197952, 0.013164842501282692, 0.019271481782197952, -0.041277553886175156, 0.025054773315787315, -0.007400027476251125, -0.02671770192682743, -0.010809028521180153, 0.08277683705091476, -0.04438168555498123, -0.04061238467693329, -0.03316616639494896, -0.06126964092254639, -0.02555365301668644, 0.038247331976890564, 0.0350692942738533, -0.005076548084616661, -0.022763630375266075, -0.007824997417628765, -0.04537944495677948, 0.03390524536371231, 0.020065991207957268, -0.01828296296298504, 0.02826976776123047, 0.026348162442445755, -0.0079959100112319, 0.0318543016910553, -0.024075495079159737, 0.0037508253008127213, 0.006263693328946829, 0.050737764686346054, -0.003457503393292427, -0.003979478031396866, 0.028214335441589355, -0.0317249596118927, 0.016019534319639206, -0.01198231615126133, 0.015548371709883213, 0.06326515227556229, 0.0317249596118927, 0.022301705554127693, -0.010744359344244003, -0.05114425718784332, 0.006125116255134344, -0.02557212859392166, -0.023059261962771416, -0.056206949055194855, -0.05121816694736481, -0.018209055066108704, -0.05358321964740753, 0.02499934285879135, -0.013109412044286728, 0.007353834807872772, -0.03183582425117493, -0.050737764686346054, -0.0358453243970871, 0.06784743815660477, -0.0015093376860022545, -0.036547452211380005, -0.03128151223063469, 0.008448595181107521, 0.04146232455968857, 0.042423129081726074, 0.040981922298669815, -0.006610136944800615, -0.034662798047065735, -0.05724165961146355, 0.031817346811294556, 0.04016893729567528, 0.06821697950363159, 0.021599579602479935, 0.012518148869276047, 0.029101230204105377, -0.03514320030808449, -0.027900228276848793, 0.06529761850833893, -0.01084598246961832, -0.007700277958065271, 0.06101096048951149, -0.036251820623874664, 0.03477366268634796, -0.017867231741547585, 0.02008446864783764, 0.024334171786904335, 0.022892968729138374, -0.039540719240903854, 0.00875808484852314, -0.05166161432862282, -0.024075495079159737, 0.008328495547175407, 0.006138973869383335, 0.03721262142062187, 0.04275571182370186, 0.01830144040286541, -0.0287316907197237, 0.07224495708942413, 0.06001320481300354, 0.00882275402545929, -0.0004339201550465077, -0.0001723555033095181, 0.023354893550276756, -0.010227004066109657, 0.023724433034658432, -0.06821697950363159, -0.0019331532530486584, -0.030782636255025864, 0.04770754277706146, 0.03617791086435318, 0.027235057204961777, 0.05428534373641014, -0.012111655436456203, 0.006540847942233086, 0.03263033181428909, 0.007460077293217182, -0.009857464581727982, -0.03774845227599144, -0.03000660240650177, 0.035383403301239014, -0.005256698466837406, 0.04512076452374458, 0.015132640488445759, 0.0634499192237854, -0.026385115459561348, 0.03129998967051506, 0.017081961035728455, -0.01756236143410206, 0.029914217069745064, -0.045416396111249924, -0.008919758722186089, 0.011816023848950863, -0.04294048249721527, 0.005279794801026583, -0.017165107652544975, -0.03850600868463516, -0.011076944880187511, 0.016629274934530258, 0.04201663285493851, -0.04076020047068596, 0.05783292278647423, 0.015640756115317345, -0.00028350602951832116, -0.01745150052011013, -0.03155867010354996, -0.031780391931533813, 0.013026265427470207, -0.03216840699315071, 0.03355418145656586, 0.020472485572099686, 0.013987068086862564, 0.023724433034658432, -0.045859843492507935, -0.017848754301667213, -0.07989442348480225, 0.0006513132830150425, -0.011076944880187511, -0.028971891850233078, -0.0017587767215445638, 0.012314901687204838, 0.09334566444158554, 0.026034053415060043, 0.02123004011809826, -0.001199848367832601, 0.05358321964740753, -0.016259735450148582, 0.03312921151518822, -0.04353174567222595, -0.026311207562685013, -0.005519995465874672, -0.026348162442445755, -0.0335911363363266, 0.03580837324261665, -0.08617659658193588, 0.03028375655412674, -0.04475122690200806, -0.0009931372478604317, 0.006448463071137667, -0.009534117765724659, -0.029230570420622826, 0.033812858164310455, 0.017183583229780197, -0.024814574047923088, -0.09423255920410156, -0.03357265889644623, 0.0467836931347847, -0.00495644798502326, -0.06256302446126938, -0.033942196518182755, 0.029618585482239723, -0.014033259823918343, 0.03329550474882126, 0.020158376544713974, -0.016019534319639206, -0.02843605913221836, -0.021488718688488007, 0.04364260658621788, -0.031503237783908844, 0.02943381667137146, -0.08181603252887726, -0.010818267241120338, 0.0002705144288484007, 0.049481332302093506, -0.03547578677535057, 0.016102680936455727, 0.04016893729567528, -0.026052530854940414, -0.016102680936455727, -0.1209133043885231, 0.07154283672571182, -0.027641549706459045, -0.0335911363363266, -0.02370595559477806, 0.008282302878797054, 0.033794380724430084, -0.02729048766195774, 0.015335886739194393, 0.020712684839963913, 0.04412300884723663, 0.008767323568463326, 0.013922398909926414, 0.05284414067864418, 0.02913818508386612, -0.016915667802095413, -0.06115877628326416, 0.04434473440051079, 0.02038010023534298, 0.025442790240049362, -0.05657648667693138, 0.013977829366922379, 0.024500465020537376, -0.05129207298159599, -0.0499986857175827, -0.08336810022592545, -0.05897849425673485, -0.02958163246512413, 0.03976244479417801, -0.03887555003166199, -0.034071534872055054, 0.048594437539577484, -0.03601161763072014, 0.018818795680999756, -0.050885580480098724, 0.017700938507914543, 0.006277551408857107, -0.05313977226614952, -0.0054045142605900764, 0.00435825577005744, 0.04911179095506668, -0.009728126227855682, 0.04534249007701874, 0.11034447699785233, 0.018689457327127457, -0.062378257513046265, 0.03723109886050224, -0.0063606975600123405, -0.011529630981385708, 0.028473014011979103, -0.009672694839537144, -0.036953944712877274, 0.004295895807445049, -0.023373369127511978, 0.05931108072400093, -0.01810743287205696, 0.03523558750748634, 0.03288900852203369, -0.003184968139976263, -0.017654746770858765, 0.015659233555197716, -0.022615814581513405, 0.048890069127082825, 0.012906164862215519, -0.02974792569875717, -0.010882936418056488, -0.02627425454556942, -0.08373763412237167, 0.04696846380829811, -0.05299195647239685, 0.023724433034658432, 0.0058017694391310215, -0.019474728032946587, 0.00815296359360218, 0.029895741492509842, 0.04508381336927414, 0.09068498015403748, -0.018689457327127457, 0.06470635533332825, -0.11130528151988983, 0.04619242995977402, 0.026625316590070724, -0.06433681398630142, -0.004134222399443388, 0.03469975292682648, -0.03115217573940754, 0.006965818349272013, 0.008688796311616898, -0.04475122690200806, -0.02485152706503868, -0.01558532565832138, -0.0243896022439003, 0.0055985227227211, -0.00032710013329051435, -0.009654218330979347, -0.02555365301668644, -0.08292464911937714, 0.051476843655109406, 0.0686604306101799, -0.00700277229771018, 0.028491491451859474, -0.005302891135215759, -0.007423123344779015, 0.013441997580230236, 0.04223835840821266, -0.04881615936756134, -0.05454402044415474, -0.033092256635427475, -0.0611957311630249, 0.02801108919084072, -0.024352649226784706, 0.01040253508836031, -0.028454536572098732, 0.029396861791610718, -0.06149136275053024, -0.015132640488445759, 0.045748982578516006, 0.012795303016901016, -0.035974662750959396, 0.009811271913349628, 0.0075155082158744335, 0.0018742578104138374, 0.024167878553271294, 0.08270292729139328, 0.02671770192682743, 0.002614491619169712, 0.03357265889644623, -0.003681536763906479, -0.032094500958919525, 0.011307907290756702, -0.005238221492618322, -0.06843870133161545, -0.02701333351433277, 0.03972548991441727, 0.015317410230636597, -0.051735520362854004, 0.03619638830423355, 0.006499275099486113, -0.03261185437440872, -0.0006403425359167159, -0.03486604616045952, -0.01686023734509945, 0.03920813649892807, 0.02309621497988701, -0.033517226576805115, 0.07183846831321716, -0.046007659286260605, -0.09519336372613907, -0.00617130845785141, -0.017756370827555656, 0.003935595043003559, -0.013395804911851883, -0.01995513029396534, 0.03392371907830238, -0.04467731714248657, 0.07036031037569046, 0.010587304830551147, 0.028362151235342026, -0.019419297575950623, -0.01435660757124424, -0.002462056465446949, 0.052326783537864685, -0.06160222366452217, -0.008069817908108234, 0.014338130131363869, 0.014578331261873245, -0.009169197641313076, 0.022320182994008064, -0.02984030917286873, 0.012933880090713501, -0.03649201989173889, 0.015492941252887249, 0.00814372580498457, -0.06101096048951149, -0.03102283552289009, 0.04260789602994919, 0.028362151235342026, 0.022800583392381668, 0.032815102487802505, -0.029803356155753136, 0.051587704569101334, 0.08078131824731827, 0.013100173324346542, -0.046303290873765945, 0.033794380724430084, -0.06644318997859955, -0.05738947540521622, -0.03551274165511131, -0.013931636698544025, -0.013155603781342506, -0.026200346648693085, -0.021581104025244713, -0.007663324009627104, -0.029470769688487053, 0.045157719403505325, -0.07497955113649368, -0.01723901554942131, -0.022763630375266075, -0.0736122578382492, 0.02671770192682743, 0.05302891135215759, -0.019419297575950623, 0.0631912425160408, 0.04246008023619652, -0.0005730748525820673, -0.034385643899440765, -0.0505160428583622, 0.001843077945522964, 0.0021040651481598616, -0.013441997580230236, 0.04848357290029526, 0.020343145355582237, -0.012398048304021358, 0.03846905753016472, 0.008480929769575596, -0.007224495988339186, 0.03780388459563255, -0.0031664911657571793, -0.035531219094991684, 0.009247724898159504, 0.006226739380508661, 0.07871190458536148, 0.0751643255352974, -0.0350692942738533, -0.010855221189558506, 0.021728919818997383, -0.009284678846597672, 0.05081167444586754, 0.01764550805091858, -0.038690779358148575, 0.027789365500211716, -0.08152040094137192, 0.03569750860333443, -0.006573182996362448, 0.026902470737695694, 0.03445955365896225, -0.016638513654470444, 0.023890724405646324, -0.04648806154727936, -0.001614425447769463, 0.014624522998929024, 0.02943381667137146, -0.022597337141633034, -0.05110730603337288, 0.004984163213521242, 0.006249835714697838, -0.020915932953357697, 0.019862744957208633, -0.039540719240903854, 0.03492147848010063, 0.012388809584081173, 0.051476843655109406, 0.06086314469575882, -0.06056751310825348, 0.011806785129010677, 0.057943783700466156, -0.022024551406502724, -0.024075495079159737, -0.019493205472826958, 0.009608025662600994, -0.023188600316643715, -0.03994721174240112, -0.01480005495250225, 0.02856539934873581, 0.0174699779599905, -0.06056751310825348, 0.00004615634315996431, 0.04223835840821266, 0.004291276913136244, -0.006993534043431282, -0.01965949870646, -0.021913688629865646, 0.03314768895506859, 0.005279794801026583, 0.06060446798801422, 0.05143988877534866, 0.06163917854428291, -0.016703182831406593, 0.03503233939409256, 0.022763630375266075, -0.06422595679759979, 0.01084598246961832, 0.021728919818997383, 0.019604068249464035, -0.021913688629865646, -0.04992477968335152, 0.013682197779417038, -0.06721922755241394, -0.0025960146449506283, 0.008499407209455967, 0.04549030587077141, 0.01420879177749157, -0.00947868637740612, 0.0053906566463410854, 0.046598922461271286, 0.031946685165166855, 0.0011582751758396626, 0.011298668570816517, -0.028787123039364815, -0.010217765346169472, -0.016509175300598145, 0.08388545364141464, -0.03479214012622833, -0.04209054261445999, -0.008000528439879417, -0.05166161432862282, 0.0073954081162810326, -0.015409794636070728, -0.018994327634572983, -0.040575429797172546, -0.002764616860076785, -0.07479478418827057, 0.032944440841674805, 0.02137785591185093, -0.04804012551903725, -0.037101760506629944, -0.028916461393237114, 0.053472358733415604, 0.00022533244919031858, -0.03170648589730263, -0.007330738473683596, 0.06086314469575882, -0.025516698136925697, -0.056650396436452866, 0.06163917854428291, -0.03700937330722809, -0.040538474917411804, -0.04837271198630333, 0.04031675308942795, -0.049333516508340836, -0.05358321964740753, -0.0562439039349556, -0.027955658733844757, 0.05155075341463089, -0.05384189635515213, -0.014033259823918343, 0.03283357992768288, -0.02224627509713173, -0.00015301242819987237, -0.031946685165166855, -0.03471823036670685, 0.017312923446297646, -0.02941533923149109, 0.020269237458705902, 0.009672694839537144, -0.01880955696105957, 0.003238089382648468, 0.011381815187633038, 0.029526202008128166, -0.049629148095846176, 0.01198231615126133, 0.043014392256736755, 0.014310414902865887, -0.003914808388799429, -0.05358321964740753, -0.028750168159604073, 0.038690779358148575, 0.0010416392469778657, 0.012859972193837166, 0.02256038226187229, 0.013063219375908375, 0.03270424157381058, 0.035956189036369324, -0.01358057465404272, 0.045416396111249924, 0.016426028683781624, 0.002681470476090908, -0.024057017639279366, 0.05960671231150627, -0.000420639815274626, 0.0736122578382492, -0.0729101300239563, -0.02514715865254402, 0.011178568005561829, -0.016897190362215042, -0.04294048249721527, 0.045601166784763336, -0.01995513029396534, -0.023724433034658432, -0.032260794192552567, -0.02984030917286873, 0.0723927766084671, 0.007931239902973175, -0.0025682991836220026, 0.05986538901925087, -0.0213963333517313, -0.0001726442133076489, 0.04604461416602135, -0.01656460575759411, -0.02110070176422596, 0.0880982056260109, -0.026606839150190353, 0.016472220420837402, -0.035401877015829086, 0.0314662829041481, -0.010347104631364346, -0.0046608163975179195, -0.022708198055624962, -0.007141349837183952, 0.018033524975180626, 0.03388676792383194, -0.04186881706118584, 0.058941539376974106, -0.03673221915960312, 0.07534909248352051, -0.06341297179460526, 0.017571600154042244, 0.058202460408210754, 0.021932166069746017, 0.04353174567222595, -0.011455723084509373, 0.016324404627084732, 0.018116671591997147, 0.026052530854940414, 0.021470241248607635, -0.03213145583868027, 0.06725617498159409, -0.030911974608898163, 0.009903657250106335, 0.019992083311080933, -0.005954204127192497, 0.005931108258664608, -0.0042497036047279835, -0.08950245380401611, -0.018781842663884163, -0.054950516670942307, 0.00527517544105649, 0.05258546397089958, 0.022006073966622353, -0.06836479902267456, 0.06563020497560501, 0.026200346648693085, -0.026625316590070724, -0.034385643899440765, 0.006771810352802277, -0.036843083798885345, 0.014707669615745544, 0.02597862295806408, -0.03390524536371231, -0.050589948892593384, 0.021026793867349625, 0.028214335441589355, -0.0029771020635962486, -0.02555365301668644, 0.027918705716729164, -0.06677577644586563, 0.005949585232883692, 0.05084862560033798, 0.09164578467607498, -0.028897983953356743, 0.032390132546424866, -0.014190314337611198, 0.036528974771499634, 0.03227927163243294, -0.009206151589751244, -0.029470769688487053, -0.008614888414740562, -0.026459023356437683, -0.030690250918269157, -0.022652767598628998, 0.014818531461060047, -0.0035083149559795856, -0.02512868121266365, 0.02154414914548397, 0.00433746911585331, 0.049444377422332764, -0.007289165630936623, -0.00018043917953036726, -0.0637086033821106, 0.016693944111466408, -0.05532005429267883, 0.044714272022247314, -0.026329685002565384, -0.01696185953915119, 0.04611852392554283, 0.02743830345571041, -0.012083939276635647, -0.03591923415660858, -0.008827373385429382, -0.01588095724582672, 0.0010618484811857343, 0.003014056012034416, -0.05875677242875099, -0.014726147055625916, -0.006342220585793257, -0.03543883189558983, 0.01645374298095703, 0.06311734020709991, 0.001721822889521718, -0.004205820616334677, 0.0042312266305089, -0.07376006990671158, -0.014319653622806072, -0.015382079407572746, 0.05206810683012009, 0.01880955696105957, 0.007922002114355564, 0.01227794773876667 ]
22,736
pyproject_api._frontend
prepare_metadata_for_build_wheel
Build wheel metadata (per PEP-517). :param metadata_directory: where to generate the metadata :param config_settings: build arguments :return: metadata generation result
def prepare_metadata_for_build_wheel( self, metadata_directory: Path, config_settings: ConfigSettings | None = None, ) -> MetadataForBuildWheelResult | None: """ Build wheel metadata (per PEP-517). :param metadata_directory: where to generate the metadata :param config_settings: build arguments :return: metadata generation result """ self._check_metadata_dir(metadata_directory) basename: str | None = None if self.optional_hooks["prepare_metadata_for_build_wheel"]: basename, out, err = self._send( cmd="prepare_metadata_for_build_wheel", metadata_directory=metadata_directory, config_settings=config_settings, ) if basename is None: return None if not isinstance(basename, str): self._unexpected_response("prepare_metadata_for_build_wheel", basename, str, out, err) return MetadataForBuildWheelResult(metadata_directory / basename, out, err)
(self, metadata_directory: pathlib.Path, config_settings: Optional[Dict[str, Any]] = None) -> pyproject_api._frontend.MetadataForBuildWheelResult | None
[ -0.008930043317377567, 0.015962794423103333, -0.057794440537691116, -0.04184988886117935, 0.026434389874339104, 0.0484539233148098, -0.016811104491353035, 0.05943632870912552, -0.01722157560288906, -0.011438483372330666, 0.02513912133872509, 0.07771600782871246, 0.005815018434077501, -0.0043760864064097404, 0.043820153921842575, -0.00013083791418466717, 0.03287423774600029, 0.0591079518198967, 0.004243823233991861, 0.02380736917257309, -0.023843854665756226, 0.021672915667295456, -0.009842203930020332, 0.07198764383792877, 0.003878959221765399, -0.00846940279006958, -0.030922215431928635, -0.025157365947961807, 0.017549952492117882, 0.009550312533974648, -0.043820153921842575, 0.012925303541123867, -0.0025358039420098066, 0.037088412791490555, 0.026251956820487976, 0.04152151197195053, 0.06677009165287018, 0.026014795526862144, -0.03168842941522598, -0.029170868918299675, 0.018671909347176552, 0.0028892660047858953, -0.006645083427429199, -0.012724628672003746, 0.049147166311740875, -0.010389499366283417, -0.07424980401992798, -0.030502621084451675, -0.032673560082912445, 0.023825611919164658, 0.03136005252599716, 0.08742138743400574, -0.021672915667295456, -0.02231142669916153, 0.03632219880819321, 0.025832364335656166, 0.016628671437501907, 0.013563815504312515, 0.03296545147895813, 0.02462831325829029, -0.014922933652997017, 0.0740673691034317, -0.0077852834947407246, -0.0039519318379461765, -0.045644473284482956, 0.012013143859803677, 0.03506341949105263, -0.024683041498064995, 0.021873589605093002, -0.037653952836990356, 0.005007756873965263, -0.0024012604262679815, 0.07910249382257462, -0.04334583133459091, -0.037653952836990356, -0.06479983031749725, -0.05848768353462219, -0.05881606042385101, 0.029116138815879822, 0.03385936841368675, -0.023497235029935837, -0.01219557598233223, -0.02747425064444542, -0.07669439166784286, 0.04371069371700287, 0.021435754373669624, -0.020778998732566833, 0.03364045172929764, -0.008332579396665096, -0.015625296160578728, -0.004880054388195276, -0.025266824290156364, 0.02107089012861252, 0.03548301383852959, 0.044221505522727966, -0.011566185392439365, 0.003550581866875291, 0.02855059877038002, -0.04429447650909424, 0.012852330692112446, -0.024245206266641617, -0.04298096522688866, 0.04086475446820259, 0.03663233295083046, 0.017832722514867783, -0.017540831118822098, -0.05451066419482231, -0.005222114268690348, -0.039149895310401917, -0.02088845707476139, -0.005764849483966827, -0.09574028849601746, -0.0007548121502622962, -0.044221505522727966, 0.028587086126208305, 0.010480714961886406, 0.004715865943580866, -0.051810674369335175, -0.04841743782162666, -0.038420166820287704, 0.06932414323091507, 0.004658855963498354, 0.005003196187317371, -0.052394453436136246, -0.008419234305620193, 0.01602664589881897, 0.05728363245725632, 0.029736407101154327, -0.021873589605093002, 0.0006681570084765553, -0.05385391041636467, 0.05659038946032524, 0.042068805545568466, 0.052649859338998795, 0.015242189168930054, 0.007101163733750582, 0.01735839992761612, -0.05604309216141701, -0.027072900906205177, 0.039076924324035645, -0.012441858649253845, -0.010115851648151875, 0.05104445666074753, -0.04538906738162041, 0.07100251317024231, 0.0087840985506773, 0.011511456221342087, -0.0074112978763878345, 0.03156072646379471, -0.0399525947868824, -0.006804711651057005, -0.056152552366256714, -0.023752639070153236, 0.012669898569583893, 0.0024309055879712105, 0.013873949646949768, 0.04301745444536209, 0.031341809779405594, -0.03955124691128731, 0.07206062227487564, 0.08749435842037201, -0.012049630284309387, -0.013372262008488178, -0.037653952836990356, 0.014694892801344395, 0.012660777196288109, 0.03530058264732361, -0.05633498355746269, 0.0028664618730545044, -0.01577124185860157, 0.043309345841407776, 0.02154521271586418, 0.0207972414791584, 0.04754176363348961, -0.02205602265894413, 0.01214996725320816, 0.02347899228334427, 0.02138102427124977, -0.0075982906855642796, -0.03393234312534332, -0.03488098829984665, -0.0006390819326043129, -0.0076621416956186295, 0.004116120748221874, 0.0048663723282516, 0.031068161129951477, -0.026324929669499397, 0.027419522404670715, 0.02654384821653366, 0.009769231081008911, 0.04166745766997337, -0.026598578318953514, -0.0009058886207640171, 0.031159376725554466, 0.019611435011029243, -0.01806076243519783, 0.01164827961474657, -0.02088845707476139, 0.033822882920503616, 0.007981397211551666, 0.055970121175050735, -0.026817496865987778, 0.0655660405755043, 0.022785749286413193, -0.02614249847829342, -0.03455261141061783, -0.039660703390836716, 0.011173957027494907, -0.01086382195353508, -0.05640795826911926, 0.028003303334116936, 0.014594555832445621, 0.021271564066410065, 0.04943905770778656, -0.05268634483218193, -0.002791208680719137, -0.055970121175050735, -0.016811104491353035, -0.0030397723894566298, -0.04002556949853897, 0.0034753286745399237, 0.0247925017029047, 0.06735387444496155, 0.021253321319818497, -0.013883071020245552, 0.02063305303454399, 0.028988435864448547, -0.038493141531944275, 0.04385663941502571, -0.057721469551324844, -0.02946275845170021, 0.010562810115516186, 0.012715506367385387, -0.008665517903864384, 0.011356388218700886, -0.07669439166784286, 0.014339150860905647, -0.02163642831146717, 0.01581685058772564, -0.026835739612579346, 0.011183078400790691, -0.04009854048490524, 0.02462831325829029, -0.00198280718177557, 0.004467302467674017, -0.06844846904277802, -0.020122243091464043, 0.059217408299446106, 0.0017536270897835493, -0.03063032403588295, -0.037088412791490555, 0.026653306558728218, -0.0013431551633402705, 0.006134274415671825, 0.008629031479358673, -0.030575593933463097, 0.024318179115653038, -0.05170121416449547, 0.05524039268493652, -0.02322358638048172, 0.04994986578822136, -0.08669166266918182, 0.003550581866875291, 0.0032130826730281115, 0.004408011678606272, -0.031834375113248825, 0.017549952492117882, 0.0436377227306366, -0.07067413628101349, -0.014503339305520058, -0.0895375981926918, 0.008993894793093204, -0.011356388218700886, -0.03156072646379471, -0.018936436623334885, 0.004362403880804777, 0.031414780765771866, -0.0394417867064476, 0.011383753269910812, 0.024938447400927544, 0.05874308571219444, -0.004925662651658058, 0.02329655922949314, 0.037909358739852905, 0.03646814450621605, 0.03473504260182381, -0.0268904697149992, 0.023369532078504562, 0.030685054138302803, 0.0068457587622106075, -0.046228256076574326, -0.01922832801938057, 0.012751992791891098, -0.02787560224533081, -0.05783092603087425, -0.08129167556762695, -0.05133634805679321, -0.04177691414952278, 0.04593636468052864, -0.05841470882296562, -0.03776341304183006, 0.04984040930867195, -0.032235726714134216, 0.01768677681684494, -0.05100797116756439, 0.01069963350892067, 0.04403907060623169, -0.04929311200976372, -0.02139926701784134, -0.028915463015437126, 0.02946275845170021, 0.019757378846406937, 0.05939984321594238, 0.07742411643266678, 0.006047619041055441, -0.0436377227306366, 0.0313965380191803, -0.007502513937652111, -0.011785103939473629, 0.030338432639837265, -0.01990332454442978, -0.04334583133459091, -0.0009155803127214313, -0.0414850227534771, 0.04144853726029396, -0.027693169191479683, 0.0162638071924448, 0.0018129174131900072, -0.008373626507818699, -0.03955124691128731, 0.01759556122124195, -0.020906701683998108, 0.058378223329782486, 0.005308769643306732, -0.016382388770580292, -0.0025836925487965345, -0.02404453046619892, -0.05881606042385101, 0.028514113277196884, -0.024737771600484848, 0.007625655271112919, -0.01245098002254963, -0.024318179115653038, 0.02014048770070076, 0.034662071615457535, 0.044330962002277374, 0.08873489499092102, -0.02014048770070076, 0.08377274870872498, -0.10092135518789291, 0.044659338891506195, 0.03460733965039253, -0.048891760408878326, 0.012040507979691029, 0.05735660344362259, -0.02072426863014698, -0.01682022586464882, 0.03896746411919594, -0.035920850932598114, 0.0072790347039699554, -0.011502333916723728, -0.005719241686165333, -0.008086295798420906, 0.028860734775662422, 0.018462112173438072, -0.03761746734380722, -0.07187818735837936, 0.07793492823839188, 0.025029662996530533, 0.001297547249123454, 0.02138102427124977, -0.03214450925588608, -0.037161387503147125, 0.00752987852320075, 0.040499892085790634, -0.024427637457847595, -0.03761746734380722, -0.022785749286413193, -0.016583064571022987, 0.015451985411345959, -0.023588450625538826, 0.013208072632551193, -0.0564444437623024, 0.012469223700463772, -0.0228952094912529, 0.008752172812819481, 0.0367782786488533, -0.012724628672003746, -0.02462831325829029, 0.005176506470888853, -0.012624290771782398, 0.03364045172929764, -0.004775156266987324, 0.07424980401992798, 0.0389309786260128, 0.00493022333830595, 0.005377181805670261, -0.005545930936932564, -0.029024923220276833, 0.01343611255288124, -0.00814102590084076, -0.11785103380680084, -0.024117503315210342, 0.056480929255485535, 0.01114659197628498, -0.03688773885369301, 0.026233714073896408, -0.014211448840796947, -0.025011420249938965, -0.03210802376270294, -0.017248939722776413, -0.03427896276116371, 0.010143215768039227, 0.02240264229476452, -0.024336421862244606, 0.07392142713069916, -0.017577318474650383, -0.07946735620498657, 0.00400210078805685, -0.0016475885640829802, -0.012241183780133724, 0.014257056638598442, -0.0043167960830032825, 0.06297551095485687, -0.02645263262093067, 0.07822681963443756, 0.020523594692349434, 0.014120232313871384, -0.015752999112010002, -0.013125978410243988, 0.0045630792155861855, 0.03447963669896126, -0.08829706162214279, 0.005422789603471756, -0.0008728228276595473, 0.03053910844027996, -0.04735933244228363, 0.021253321319818497, -0.04495123028755188, 0.006695252377539873, -0.04520663619041443, -0.0009942541364580393, -0.01899116486310959, -0.049986355006694794, -0.0559336356818676, 0.05195662006735802, 0.04859986901283264, 0.007584608159959316, -0.004645173437893391, -0.04294447973370552, 0.022201968356966972, 0.060129567980766296, -0.01595367304980755, -0.04750527814030647, 0.04787014424800873, -0.062391724437475204, -0.03743503615260124, -0.05575120449066162, -0.0048663723282516, -0.04710393026471138, -0.011438483372330666, -0.019246570765972137, -0.018754003569483757, 0.006403361447155476, 0.03356747701764107, -0.06169848516583443, -0.01607225462794304, -0.012998276390135288, -0.07165926694869995, 0.01701177842915058, 0.03588436543941498, -0.013116857036948204, 0.06082281097769737, 0.058232277631759644, 0.0017695898422971368, -0.06268361955881119, -0.06903225183486938, -0.0024810745380818844, 0.015534080564975739, -0.02705465815961361, 0.04017151519656181, 0.029827622696757317, 0.014092868193984032, 0.03063032403588295, 0.00013810668315272778, 0.0037307334132492542, 0.03398707136511803, -0.010435107164084911, 0.023606693372130394, 0.026744524016976357, -0.019045894965529442, 0.09128894656896591, 0.08588895946741104, -0.015205702744424343, -0.02130805142223835, 0.033494506031274796, -0.018790490925312042, 0.05086202546954155, -0.005121776834130287, 0.001895011868327856, 0.025850607082247734, -0.06133361905813217, 0.014913811348378658, -0.006544745992869139, 0.032418157905340195, 0.018489478155970573, -0.024920204654335976, 0.01498678419739008, -0.0142388129606843, 0.01913711056113243, 0.005345256067812443, 0.028021546080708504, -0.04878230392932892, -0.02581411972641945, -0.00711940648034215, 0.03486274555325508, -0.044659338891506195, 0.019866839051246643, -0.03736206144094467, 0.04429447650909424, 0.0013477159664034843, 0.08450248092412949, 0.05494850128889084, -0.06344982981681824, -0.002083144849166274, 0.06487280130386353, 0.0066496445797383785, -0.023624936118721962, -0.0020728830713778734, 0.014092868193984032, -0.03904043510556221, -0.04520663619041443, -0.04991338029503822, 0.049402572214603424, 0.021946562454104424, -0.08027005940675735, -0.020158730447292328, 0.05166472867131233, 0.017659412696957588, -0.047833655029535294, -0.015825971961021423, -0.04389312490820885, 0.02906140871345997, -0.014475975185632706, 0.03322085738182068, 0.06308496743440628, 0.0702727884054184, 0.003600750584155321, 0.0320168063044548, 0.017841843888163567, -0.05852416902780533, -0.0025038784369826317, 0.00454483600333333, 0.01815197803080082, -0.011775982566177845, -0.061479564756155014, 0.020578322932124138, -0.06542009860277176, 0.020523594692349434, -0.012241183780133724, 0.03747152164578438, 0.04017151519656181, -0.010480714961886406, -0.011474969796836376, 0.010672268457710743, 0.03086748532950878, 0.004911980126053095, 0.007060116156935692, -0.037836384028196335, -0.032764777541160583, 0.010380377992987633, 0.07946735620498657, -0.04520663619041443, -0.04334583133459091, -0.018033398315310478, -0.05618903785943985, 0.0231506135314703, -0.011775982566177845, 0.004036306869238615, -0.03896746411919594, 0.01888170652091503, -0.06538361310958862, 0.019958054646849632, 0.007954033091664314, -0.03437018021941185, -0.01661042869091034, -0.012852330692112446, 0.03668706491589546, 0.0142388129606843, -0.01813373528420925, -0.023205343633890152, 0.04597285017371178, -0.02198304980993271, -0.05969173461198807, 0.05221202224493027, -0.019155355170369148, -0.04695798456668854, -0.04137556627392769, 0.054984986782073975, -0.026434389874339104, -0.01794218271970749, -0.016555698588490486, -0.036668822169303894, 0.0329836942255497, -0.05334310233592987, 0.01602664589881897, -0.007050994783639908, 0.03126883506774902, 0.0027045535389333963, -0.041740428656339645, -0.02048710733652115, 0.0038903611712157726, -0.014101989567279816, -0.0007371390820480883, 0.025431012734770775, -0.028349924832582474, -0.016583064571022987, 0.003146951086819172, 0.03577490523457527, -0.05228499695658684, 0.03046613559126854, 0.022183723747730255, 0.013837463222444057, 0.005682755261659622, -0.04152151197195053, -0.012916182167828083, 0.03579314798116684, -0.013499964028596878, 0.007899302989244461, 0.014339150860905647, 0.023351289331912994, 0.021198591217398643, 0.05487553030252457, -0.022822236642241478, 0.03207153454422951, 0.03296545147895813, 0.015597931109368801, -0.011748617514967918, 0.06742684543132782, -0.02497493289411068, 0.06308496743440628, -0.04064583778381348, -0.02647087536752224, 0.017887452617287636, 0.0068366373889148235, -0.0744687169790268, 0.034406665712594986, -0.03867557272315025, -0.04101070016622543, -0.029444515705108643, -0.0489647351205349, 0.03312963992357254, 0.015962794423103333, 0.01548847183585167, 0.07184170186519623, -0.0170300230383873, 0.0320168063044548, 0.06947008520364761, -0.005764849483966827, -0.024026287719607353, 0.0687403604388237, -0.028824247419834137, 0.03805530443787575, -0.016975292935967445, 0.022201968356966972, 0.0014184083556756377, -0.012679019942879677, -0.043820153921842575, -0.008186633698642254, -0.02546750009059906, 0.044330962002277374, -0.013499964028596878, 0.06053091958165169, -0.03269180655479431, 0.07311872392892838, -0.03812827542424202, 0.008861632086336613, 0.004179971758276224, 0.03572017326951027, 0.0389309786260128, 0.002868742449209094, 0.010635782033205032, -0.010690512135624886, 0.051737699657678604, 0.005117216147482395, -0.021271564066410065, 0.06538361310958862, -0.016035767272114754, -0.01485908217728138, 0.03004654124379158, -0.012624290771782398, 0.0087840985506773, 0.0030443330761045218, -0.06618630886077881, -0.02495669014751911, -0.02920735441148281, -0.0024765136186033487, 0.012578682973980904, 0.06815657764673233, -0.08880787342786789, 0.07041873037815094, 0.015306040644645691, -0.038237735629081726, -0.04900122061371803, 0.009130719117820263, -0.02413574606180191, 0.04976743459701538, 0.0188999492675066, 0.0014469133457168937, -0.041083674877882004, 0.007616533897817135, 0.02097967453300953, -0.02687222510576248, -0.02238439954817295, 0.007000825833529234, -0.05133634805679321, -0.003119586268439889, 0.04721338674426079, 0.06432550400495529, -0.03227221220731735, 0.007648459170013666, 0.006645083427429199, 0.02639790251851082, 0.05166472867131233, 0.0005549921770580113, -0.02114386297762394, 0.026014795526862144, -0.019264813512563705, -0.02378912642598152, 0.003498132573440671, 0.005427350290119648, -0.00850588921457529, -0.000838046777062118, 0.02097967453300953, 0.006946096196770668, 0.04462285339832306, 0.021198591217398643, 0.0319620780646801, -0.03205329179763794, 0.03112288936972618, -0.06326740235090256, 0.039405301213264465, -0.01981210894882679, 0.002332848496735096, 0.06954305619001389, -0.0017821320798248053, 0.009135279804468155, -0.04184988886117935, -0.010079365223646164, -0.07300926744937897, -0.0031309882178902626, -0.00014387894771061838, -0.07603763788938522, -0.02639790251851082, -0.01988508179783821, -0.037325575947761536, 0.029481003060936928, 0.02762019634246826, 0.01073611993342638, -0.03219923749566078, -0.02196480706334114, -0.07300926744937897, -0.01002463512122631, -0.007137649692595005, 0.03871205821633339, 0.06618630886077881, 0.031013431027531624, 0.017230696976184845 ]
22,737
pyproject_api._frontend
MetadataForBuildEditableResult
Information collected while acquiring the editable metadata.
class MetadataForBuildEditableResult(NamedTuple): """Information collected while acquiring the editable metadata.""" #: path to the wheel metadata metadata: Path #: backend standard output while generating the editable wheel metadata out: str #: backend standard output while generating the editable wheel metadata err: str
(metadata: pathlib.Path, out: str, err: str)
[ 0.028442902490496635, 0.00248325034044683, -0.04402926191687584, -0.0042752414010465145, 0.0841839462518692, -0.038534410297870636, 0.0019163736142218113, 0.029534827917814255, 0.033374179154634476, -0.012354610487818718, 0.06118306145071983, 0.05769594386219978, 0.0038481573574244976, -0.014591297134757042, 0.0065911803394556046, 0.01613232120871544, -0.00047689193161204457, 0.056709688156843185, -0.031806737184524536, 0.040859155356884, -0.022771934047341347, 0.007837207987904549, 0.0039031938649713993, -0.018914969637989998, 0.024832503870129585, 0.02828439697623253, 0.05561776086688042, -0.05389181524515152, 0.02837245538830757, -0.03488878533244133, -0.07615301012992859, -0.07354647666215897, 0.03510012850165367, 0.032176584005355835, -0.0058294739574193954, 0.034835949540138245, 0.020869869738817215, 0.03835829347372055, -0.015234123915433884, -0.009792107157409191, 0.0007055688765831292, -0.002386386040598154, -0.002533884020522237, -0.03215897083282471, 0.017382752150297165, -0.03923887759447098, -0.03090854175388813, 0.016044262796640396, -0.0510387197136879, -0.03414909541606903, 0.032669711858034134, 0.03751293197274208, -0.005935144145041704, -0.01666947826743126, -0.024744445458054543, -0.010628663934767246, 0.034835949540138245, 0.06100694462656975, 0.026399943977594376, 0.030996600165963173, 0.019337650388479233, 0.06407137960195541, 0.011967153288424015, -0.006903788074851036, -0.002760634757578373, 0.010426129214465618, 0.01557755284011364, -0.05290555953979492, -0.03522340953350067, 0.042162418365478516, 0.01293579675257206, -0.03288105130195618, 0.03617443889379501, -0.014450402930378914, 0.010919257067143917, -0.05364524945616722, -0.06195797398686409, -0.04628355801105499, 0.06505763530731201, -0.03538191318511963, -0.024004753679037094, -0.023300284519791603, -0.040225133299827576, -0.05565298721194267, -0.016449332237243652, 0.008281904272735119, -0.0024392211344093084, -0.04089437797665596, -0.0038481573574244976, 0.019460933282971382, -0.03751293197274208, 0.019443321973085403, -0.01937287487089634, 0.050475142896175385, -0.0021255125757306814, -0.03404342383146286, 0.0033704398665577173, -0.03067958913743496, -0.011641336604952812, 0.03235270082950592, -0.0018085018964484334, -0.006415063515305519, 0.01636127382516861, 0.025924429297447205, 0.01784946210682392, -0.02659367397427559, -0.04825606942176819, 0.010540604591369629, 0.03101421147584915, -0.030521083623170853, -0.047939058393239975, -0.015031589195132256, -0.03744248300790787, -0.004548222757875919, 0.025942040607333183, -0.041422728449106216, -0.001970309531316161, -0.06216931715607643, 0.0016499964985996485, -0.012618785724043846, 0.046354006975889206, 0.008669361472129822, -0.02407519891858101, -0.0145648792386055, -0.0008789341081865132, 0.037829939275979996, 0.010681498795747757, 0.018597960472106934, 0.03018646128475666, -0.051531847566366196, 0.0020231446251273155, -0.006837744265794754, 0.026065321639180183, 0.01233699917793274, 0.0247796680778265, 0.02032390609383583, 0.07125695794820786, -0.04001379385590553, -0.024973396211862564, 0.0714682936668396, -0.035064902156591415, -0.004680310375988483, 0.004975306335836649, -0.017092159017920494, 0.01923198066651821, -0.06583254784345627, 0.006622000597417355, -0.022314028814435005, 0.010478964075446129, -0.04321912303566933, 0.04374747350811958, -0.07129217684268951, -0.0438179187476635, 0.028654243797063828, -0.03212374821305275, 0.021856125444173813, 0.033761635422706604, -0.021627172827720642, -0.023494012653827667, 0.00943987350910902, 0.011747006326913834, -0.07812552154064178, 0.04991156980395317, 0.04571998491883278, 0.02178567834198475, 0.034448493272066116, 0.024128034710884094, -0.059245772659778595, -0.007960489951074123, 0.01129790861159563, -0.00031838659197092056, 0.02874230220913887, -0.020711364224553108, 0.026417557150125504, -0.004000058397650719, 0.03281060606241226, 0.03219419717788696, 0.012266552075743675, 0.012618785724043846, -0.03885142132639885, -0.013754741288721561, -0.04328956827521324, -0.06083082780241966, 0.06287378072738647, 0.016907235607504845, 0.04173973947763443, 0.0020440584048628807, 0.037583377212285995, 0.03298672288656235, -0.022314028814435005, 0.026135768741369247, -0.018686018884181976, 0.005543284118175507, 0.0025558986235409975, -0.023529237136244774, -0.03691413253545761, -0.027756046503782272, -0.0038789778482168913, 0.012759679928421974, 0.017224246636033058, -0.010241205804049969, -0.02081703394651413, 0.0216623954474926, 0.061394400894641876, 0.03569892421364784, 0.004962097853422165, 0.022930439561605453, -0.04343046247959137, -0.04473372921347618, 0.04223286733031273, 0.044557612389326096, 0.014987559989094734, -0.002835484454408288, 0.022578204050660133, 0.022807156667113304, -0.03402581438422203, -0.025202348828315735, 0.006516330409795046, -0.011139403097331524, -0.003958230372518301, 0.022824767976999283, -0.01706574112176895, 0.11412384361028671, 0.04089437797665596, 0.03569892421364784, -0.045896101742982864, 0.03980245068669319, -0.02692829631268978, 0.005737012717872858, -0.053469132632017136, -0.013966081663966179, -0.035064902156591415, -0.05547687038779259, 0.007093113847076893, -0.02271909825503826, -0.0012064017355442047, -0.01949615590274334, -0.012372222729027271, -0.03527624532580376, 0.0002632124233059585, -0.013754741288721561, 0.03215897083282471, 0.014635326340794563, 0.037583377212285995, -0.02779126912355423, -0.09954135119915009, -0.004101325757801533, 0.016555001959204674, -0.0145648792386055, -0.03131360933184624, 0.03631533309817314, 0.03726636618375778, -0.006762894336134195, 0.026153380051255226, 0.041317056864500046, -0.051179613918066025, -0.044804174453020096, -0.09087639302015305, 0.045402973890304565, -0.049488890916109085, -0.00004375407661427744, -0.01784946210682392, 0.02118688076734543, 0.04526207968592644, 0.039027538150548935, -0.03726636618375778, 0.02152150310575962, 0.009025998413562775, -0.05452583730220795, 0.03247598186135292, 0.0801684781908989, 0.09637124836444855, -0.06378959119319916, -0.023141779005527496, -0.0654803141951561, -0.03178912773728371, 0.04610744118690491, -0.005142617505043745, -0.045543868094682693, 0.0423385389149189, 0.021222103387117386, -0.004662698600441217, -0.011870288290083408, 0.01826333813369274, 0.007846014574170113, -0.011984764598309994, -0.016396496444940567, 0.07636435329914093, -0.03203568980097771, 0.022789545357227325, -0.021503891795873642, 0.026364721357822418, -0.015242930501699448, -0.07263066619634628, 0.04402926191687584, 0.013103107921779156, -0.0951032042503357, 0.0042069959454238415, 0.031067047268152237, -0.047199368476867676, -0.00974807795137167, 0.01863318309187889, -0.04536775127053261, -0.01902064122259617, -0.01184387132525444, 0.03821739926934242, 0.024374598637223244, -0.06037292256951332, -0.035329077392816544, 0.003383648581802845, 0.060443367809057236, -0.0021794484928250313, 0.028407679870724678, 0.08897432684898376, -0.02861901931464672, -0.02381102368235588, -0.01622037962079048, 0.008413991890847683, 0.012055211700499058, 0.05420882627367973, -0.06784028559923172, -0.032916273921728134, 0.045755207538604736, -0.07192619889974594, 0.062486328184604645, -0.10517709702253342, -0.0065251365303993225, 0.027157248929142952, 0.013332060538232327, 0.019390486180782318, -0.059738900512456894, 0.007388109806925058, 0.030485861003398895, 0.03997856751084328, -0.024480268359184265, 0.014829055406153202, 0.019760333001613617, -0.07692792266607285, 0.045402973890304565, -0.02861901931464672, 0.04621311277151108, -0.015568746253848076, -0.034466106444597244, 0.049629781395196915, -0.03959111124277115, -0.009624795988202095, 0.04402926191687584, -0.012997438199818134, 0.06688925623893738, -0.03997856751084328, 0.027086801826953888, 0.004913665354251862, -0.04730503633618355, 0.01215207576751709, 0.08587466925382614, -0.019830778241157532, -0.05216586962342262, -0.004834412597119808, -0.01720663532614708, 0.006419466342777014, -0.011526860296726227, -0.04952411353588104, 0.01850990206003189, 0.019443321973085403, -0.06569165736436844, -0.06234543398022652, -0.01679275929927826, 0.05980934947729111, 0.07890043407678604, 0.006723267957568169, -0.02236686460673809, -0.03210613876581192, -0.00471993675455451, -0.025484135374426842, 0.041810184717178345, 0.005173438228666782, -0.04254987835884094, -0.008233471773564816, -0.12307059019804001, -0.06266244500875473, -0.02560741826891899, 0.017567675560712814, -0.03090854175388813, -0.020781811326742172, 0.0010957781923934817, 0.002258701017126441, 0.01047015842050314, 0.036033548414707184, -0.006577971391379833, 0.05198975279927254, -0.010646275244653225, -0.004724339582026005, 0.01382518745958805, 0.009492708370089531, 0.02993989735841751, -0.012654009275138378, 0.001572945388033986, -0.00944867916405201, -0.06459973007440567, -0.024022364988923073, 0.010558216832578182, -0.05438494309782982, -0.037125471979379654, 0.018140055239200592, -0.006824535317718983, -0.03744248300790787, 0.028918419033288956, 0.0015740460949018598, -0.023317895829677582, -0.06505763530731201, -0.01161491870880127, -0.04075348377227783, 0.0210459865629673, -0.027491871267557144, -0.0171890240162611, 0.12145031243562698, -0.025536971166729927, -0.06012635678052902, -0.01129790861159563, 0.00046148168621584773, 0.014177422039210796, -0.007868029177188873, 0.01076075155287981, 0.0507921539247036, 0.0047331457026302814, 0.017092159017920494, -0.03221180662512779, 0.03032735548913479, 0.026981130242347717, -0.017717374488711357, 0.015621582046151161, -0.002037453930824995, -0.03238792344927788, 0.011958347633481026, -0.02430415153503418, -0.02453310415148735, -0.029270652681589127, -0.009510320611298084, 0.00005682526534656063, 0.016149932518601418, -0.01949615590274334, 0.02611815743148327, 0.03103182278573513, -0.02453310415148735, 0.04328956827521324, 0.03983767330646515, -0.013094302266836166, 0.04064781218767166, 0.05188408121466637, -0.029622886329889297, 0.05783683806657791, 0.06502240896224976, 0.04237376153469086, -0.0365971215069294, 0.03453655168414116, -0.08347947895526886, -0.06910832971334457, -0.06931966543197632, -0.04402926191687584, -0.019883614033460617, -0.01052299328148365, -0.00026307482039555907, 0.01998928375542164, -0.01902064122259617, 0.04846740886569023, -0.1026410162448883, 0.008017728105187416, -0.0363505594432354, -0.07051726430654526, -0.026311885565519333, 0.02981661446392536, -0.04100004583597183, 0.040612589567899704, 0.050122909247875214, 0.0177437923848629, -0.0053055258467793465, -0.0025228767190128565, 0.008801449090242386, -0.020006896927952766, -0.0644940584897995, 0.0035311467945575714, -0.004081512335687876, 0.021380608901381493, 0.037970833480358124, -0.021380608901381493, 0.01739155873656273, 0.01772618107497692, -0.053116898983716965, 0.02874230220913887, -0.00950151402503252, -0.002544891322031617, 0.07375781983137131, 0.019179146736860275, -0.058048177510499954, 0.0347478911280632, 0.021362997591495514, 0.008937940001487732, 0.06717103719711304, -0.023546848446130753, 0.0013627056032419205, 0.02611815743148327, -0.07826641201972961, 0.058893539011478424, -0.04790383577346802, 0.04977067559957504, -0.044945068657398224, 0.021803289651870728, -0.042408984154462814, -0.00024023465812206268, 0.005508060567080975, -0.02432176284492016, -0.01671350747346878, 0.027509482577443123, -0.0008156420662999153, 0.02358207292854786, -0.008929134346544743, -0.06724148988723755, 0.03201807662844658, -0.027491871267557144, 0.013851605355739594, -0.004856427665799856, 0.03909798339009285, 0.029799003154039383, -0.07833685725927353, -0.0058999210596084595, -0.004737548530101776, -0.0054728370159864426, -0.015533523634076118, -0.022948050871491432, 0.04779816418886185, -0.009360620751976967, -0.06347258388996124, -0.012345804832875729, -0.0365971215069294, 0.007484974339604378, 0.02034151926636696, 0.001166775356978178, 0.08573377877473831, -0.007269231136888266, -0.035540420562028885, 0.03677323833107948, 0.010117923840880394, -0.018932582810521126, -0.04966500774025917, 0.0746736228466034, 0.041810184717178345, 0.0368436835706234, -0.021204492077231407, 0.03856963291764259, -0.02106359787285328, -0.04670624062418938, -0.020500022917985916, -0.008973163552582264, 0.007207590155303478, -0.04688235744833946, 0.05220109224319458, 0.03053869493305683, -0.09679392725229263, -0.009774495847523212, -0.023863859474658966, 0.05308167636394501, 0.009624795988202095, -0.024991007521748543, 0.02488533779978752, 0.04378269612789154, 0.04786861315369606, 0.02021823637187481, 0.0038217399269342422, -0.030573919415473938, -0.03677323833107948, 0.006419466342777014, 0.038182176649570465, 0.05878786742687225, -0.0035883847158402205, 0.022807156667113304, -0.010751945897936821, 0.0620284229516983, 0.021380608901381493, 0.04254987835884094, -0.05427927151322365, 0.009017192758619785, -0.013798770494759083, 0.03775949403643608, -0.00887189619243145, -0.0008360056090168655, -0.032176584005355835, -0.03582220524549484, 0.030027955770492554, 0.02657606266438961, 0.014432791620492935, -0.006710059475153685, 0.0102764293551445, -0.01772618107497692, -0.02465638518333435, 0.06836863607168198, -0.05019335821270943, -0.03666756674647331, -0.0363505594432354, 0.029305875301361084, -0.023758189752697945, -0.050087686628103256, -0.028971252962946892, -0.04205675050616264, 0.023265061900019646, -0.049242325127124786, -0.009615990333259106, 0.012002376839518547, -0.034483715891838074, -0.01947854459285736, 0.04004901647567749, 0.0030160043388605118, -0.044451940804719925, -0.026875460520386696, -0.021081209182739258, -0.01772618107497692, -0.0004601057735271752, 0.01828094944357872, 0.019813166931271553, 0.017646927386522293, 0.00471993675455451, 0.031841959804296494, 0.019320039078593254, 0.026012487709522247, 0.0007974799955263734, -0.055864326655864716, -0.008801449090242386, 0.016000233590602875, 0.013745935633778572, 0.004759563133120537, -0.03860485553741455, -0.015172483399510384, 0.028302008286118507, 0.08390215784311295, -0.012865349650382996, 0.01947854459285736, 0.02296566218137741, 0.007617061957716942, -0.01691604219377041, 0.031947631388902664, -0.020288683474063873, 0.027262918651103973, 0.019055863842368126, -0.03367357701063156, 0.015507105737924576, -0.021838514134287834, -0.005631342530250549, 0.010373293422162533, -0.048995763063430786, 0.038921866565942764, -0.04811517521739006, -0.011271490715444088, 0.09024237096309662, 0.003275776980444789, 0.013939663767814636, 0.062134094536304474, -0.011685365810990334, -0.02190895937383175, 0.015013977885246277, -0.04730503633618355, 0.007511391770094633, 0.018025578930974007, -0.05036947503685951, 0.03340940177440643, -0.05181363224983215, 0.04413492977619171, -0.0034386853221803904, -0.020781811326742172, 0.009184503927826881, 0.003909798339009285, -0.003945021890103817, 0.022542981430888176, -0.003929611295461655, 0.05565298721194267, -0.04737548530101776, 0.012557145208120346, -0.028900805860757828, 0.019073475152254105, 0.03569892421364784, 0.01923198066651821, 0.014142198488116264, 0.04522685706615448, -0.003962633665651083, 0.017840657383203506, 0.031947631388902664, -0.0028398872818797827, 0.02370535396039486, 0.02502623200416565, 0.029746169224381447, -0.0020198423881083727, -0.05723803862929344, -0.03370880335569382, -0.016951264813542366, 0.006903788074851036, -0.02345879003405571, 0.013199971988797188, -0.04128183424472809, 0.02308894507586956, 0.00028261280385777354, 0.030344966799020767, -0.046248335391283035, 0.06181708350777626, -0.0009554349817335606, -0.0019119706703349948, -0.017708567902445793, -0.027086801826953888, -0.005723803769797087, 0.015736058354377747, -0.031930018216371536, -0.03744248300790787, -0.03726636618375778, 0.04885486885905266, 0.07069338113069534, 0.018738852813839912, -0.03224702924489975, 0.033638354390859604, -0.07629390060901642, 0.02345879003405571, 0.05449061468243599, 0.05878786742687225, -0.04388836771249771, 0.009809719398617744, 0.0216623954474926, 0.04498029127717018, 0.03018646128475666, -0.001878948649391532, 0.021979406476020813, -0.0722079873085022, -0.03730158880352974, 0.007189978379756212, 0.054067932069301605, 0.003095257095992565, -0.014441597275435925, -0.07544854283332825, 0.015841728076338768, 0.015692029148340225, 0.028108280152082443, 0.013358477503061295, 0.015603969804942608, 0.013842799700796604, 0.039626333862543106, -0.005508060567080975, 0.07960490137338638, 0.010795975103974342, 0.01637888513505459, -0.01852751336991787, -0.023722965270280838, 0.00974807795137167, -0.003900992451235652, 0.004070505034178495, -0.005089782644063234, 0.0676993876695633, 0.04100004583597183, -0.05868219956755638, 0.020235847681760788, 0.045790430158376694, -0.041070494800806046, 0.08150696754455566, 0.03649144992232323, 0.006036411505192518, -0.003942820243537426, 0.014670549891889095, -0.03997856751084328, -0.0047155339270830154, -0.014168616384267807, 0.02139822021126747, -0.008502050302922726, -0.05977412313222885, 0.0013638063101097941 ]
22,739
namedtuple_MetadataForBuildEditableResult
__new__
Create new instance of MetadataForBuildEditableResult(metadata, out, err)
from builtins import function
(_cls, metadata: ForwardRef('Path'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009987438097596169, -0.03448875993490219, 0.019406022503972054, 0.011531468480825424, 0.012425380758941174, 0.06140364706516266, -0.0008573431405238807, 0.005846999119967222, -0.012457886710762978, -0.02476949617266655, -0.015155876986682415, 0.03673166781663895, 0.0068709347397089005, 0.005513813346624374, -0.06845743209123611, -0.00024112776736728847, 0.03549644351005554, 0.0906914621591568, -0.028101351112127304, -0.002236812375485897, -0.06644206494092941, 0.018658388406038284, 0.036829184740781784, -0.01482269074767828, 0.03001919947564602, 0.1003132089972496, 0.037869375199079514, -0.04498816654086113, 0.010848844423890114, -0.052789583802223206, -0.010718820616602898, -0.04229017719626427, 0.004028700292110443, -0.0029092782642692327, -0.0009629873093217611, -0.04924644157290459, 0.023127948865294456, 0.04050235450267792, -0.061208613216876984, -0.07209809124469757, 0.03507386893033981, 0.01135268621146679, -0.011247041635215282, 0.003183546708896756, -0.008768467232584953, -0.00689125107601285, -0.02332298457622528, -0.0341637022793293, 0.01773197017610073, 0.010336876846849918, 0.006306144874542952, -0.037056729197502136, 0.06715719401836395, -0.014066928997635841, -0.015350911766290665, 0.07482858747243881, 0.01045877393335104, 0.019666070118546486, -0.03968970477581024, 0.04989656060934067, -0.03315601870417595, 0.023810572922229767, -0.026394791901111603, -0.041997626423835754, 0.028020087629556656, 0.03588651493191719, -0.04352540150284767, -0.017244379967451096, -0.057340409606695175, 0.029889175668358803, -0.06107858940958977, 0.014042549766600132, 0.0058510624803602695, -0.030230488628149033, 0.055910151451826096, -0.01782948710024357, -0.09316191077232361, -0.01740691065788269, 0.009174791164696217, -0.022039001807570457, 0.01517212949693203, -0.036829184740781784, -0.012864210642874241, 0.033643607050180435, -0.027678774669766426, -0.040534857660532, -0.03799939900636673, 0.001794935204088688, -0.012669174931943417, 0.009207296185195446, -0.05431736260652542, -0.016456112265586853, -0.0481412410736084, 0.027044910937547684, 0.003520795376971364, -0.006586508359760046, 0.01877215877175331, -0.02301417849957943, 0.03377363085746765, -0.04784868657588959, 0.061858732253313065, 0.01950354129076004, 0.007000958546996117, -0.05464242026209831, 0.040567364543676376, 0.04784868657588959, 0.00470929266884923, 0.015342785976827145, -0.023599283769726753, 0.007021274883300066, -0.046515945345163345, 0.010028070770204067, 0.016919322311878204, -0.014497632160782814, -0.004473624750971794, -0.03289597108960152, 0.02541961520910263, 0.004266399424523115, 0.02199024148285389, 0.012766692787408829, 0.01708185113966465, 0.04313533008098602, 0.0028523928485810757, -0.010182473808526993, 0.10252360999584198, 0.05483745411038399, 0.02296542003750801, 0.013953158631920815, 0.05096925422549248, -0.0007715072715654969, 0.004384233616292477, 0.028020087629556656, -0.04573580250144005, 0.03250590339303017, -0.04560577869415283, -0.010588797740638256, -0.01585475355386734, 0.0447281189262867, 0.005964832846075296, 0.03832445666193962, -0.041997626423835754, 0.0013682952849194407, 0.04118497669696808, -0.009126031771302223, -0.036406610161066055, -0.014050675556063652, -0.003236368764191866, 0.02959662303328514, 0.0005774876335635781, 0.011173903942108154, -0.0058510624803602695, 0.031904540956020355, 0.031937047839164734, 0.020478717982769012, 0.005278145894408226, 0.05018911138176918, 0.05301712453365326, -0.05262705311179161, 0.016634894534945488, -0.053439702838659286, 0.012547277845442295, 0.07105790078639984, -0.06007090583443642, -0.014522011391818523, 0.017016839236021042, -0.01410756167024374, 0.023989355191588402, -0.036959208548069, 0.021795207634568214, 0.004071364179253578, -0.014660161919891834, -0.04261523857712746, 0.018317075446248055, 0.04560577869415283, 0.0633540004491806, 0.037869375199079514, -0.04524821415543556, 0.09023638069629669, 0.005241576582193375, 0.029060276225209236, -0.0034639101941138506, 0.0009589241235516965, -0.11110517382621765, 0.00977614987641573, 0.015789741650223732, 0.05022161826491356, 0.040534857660532, -0.02060874179005623, 0.026573574170470238, -0.03565897420048714, -0.029434094205498695, 0.011986550875008106, 0.052497029304504395, 0.013205522671341896, -0.006318334490060806, -0.06793733686208725, -0.05919324606657028, 0.0022510336712002754, -0.009597367607057095, 0.0010102224769070745, -0.005107489880174398, 0.01781323365867138, 0.022819142788648605, 0.05613769218325615, 0.00741134537383914, 0.004229830577969551, -0.02790631726384163, 0.006436168681830168, -0.06276889890432358, -0.02229904755949974, 0.04632091149687767, -0.059778351336717606, 0.010133714415133, 0.07339832931756973, -0.001040188828483224, 0.007716088555753231, 0.02121010050177574, -0.011060132645070553, 0.009288561530411243, 0.009759897366166115, 0.07073283940553665, 0.028458917513489723, 0.009719264693558216, -0.024184390902519226, 0.09621746838092804, 0.005960769485682249, -0.01062130369246006, 0.018057027831673622, 0.004146534018218517, -0.011677744798362255, 0.0557476207613945, -0.012782946228981018, -0.00940233189612627, -0.023404249921441078, 0.006716531701385975, -0.033221032470464706, 0.03910459950566292, 0.04918142780661583, 0.007691708859056234, 0.007752657402306795, -0.0006435152608901262, 0.040534857660532, 0.04989656060934067, 0.04599585011601448, 0.0240706205368042, 0.006147678475826979, 0.013774375431239605, 0.03998225927352905, -0.061891235411167145, -0.0030718077905476093, 0.015692224726080894, -0.027126174420118332, 0.015383417718112469, -0.029466599225997925, 0.007716088555753231, 0.007472293917089701, 0.019942371174693108, 0.002507017692551017, 0.018382087349891663, -0.004485814366489649, -0.00873596128076315, -0.047946203500032425, -0.033269789069890976, 0.0019818441942334175, -0.04541074484586716, -0.03209957852959633, -0.03102688305079937, 0.048596322536468506, 0.014326975680887699, -0.0019249588949605823, 0.04576830938458443, -0.024119378998875618, -0.004380170255899429, 0.005623520817607641, -0.06228130683302879, 0.01916222833096981, -0.011433950625360012, 0.014140067622065544, 0.046580955386161804, -0.03591902181506157, 0.01183214783668518, 0.01706559769809246, -0.08210990577936172, 0.013684984296560287, -0.0823049396276474, 0.007569811772555113, 0.01062130369246006, -0.051359325647354126, 0.01885342225432396, -0.004233893472701311, 0.03734927996993065, 0.0041018384508788586, 0.04173757880926132, 0.008687201887369156, 0.0656944289803505, 0.07456853985786438, -0.022120265290141106, -0.06517433375120163, 0.06276889890432358, 0.005591014865785837, 0.006761227734386921, -0.03910459950566292, -0.01851211115717888, 0.02723994478583336, -0.024119378998875618, -0.045085687190294266, 0.06062350794672966, -0.008874110877513885, -0.08041960000991821, 0.017992015928030014, -0.030945617705583572, -0.007049717474728823, -0.053829774260520935, -0.04079490527510643, 0.04300530627369881, 0.03131943568587303, -0.023778067901730537, 0.018008269369602203, -0.02342050150036812, 0.05054667592048645, -0.017959510907530785, -0.00454676290974021, 0.07053780555725098, 0.05470743402838707, -0.020478717982769012, -0.04014478996396065, 0.01984485238790512, -0.04498816654086113, 0.056690290570259094, 0.03520389273762703, -0.09251179546117783, 0.015919765457510948, 0.07924938946962357, 0.040664881467819214, -0.014887702651321888, 0.06657208502292633, 0.02925531193614006, 0.014684541150927544, -0.025614650920033455, -0.012327862903475761, -0.013530581258237362, 0.055617596954107285, -0.002413563197478652, 0.008410901762545109, -0.0330747552216053, -0.0012636668980121613, -0.038129422813653946, 0.01043439470231533, 0.10525410622358322, -0.0731382817029953, 0.031872037798166275, -0.030604306608438492, -0.034358736127614975, 0.00031490091350860894, 0.03216458857059479, 0.036049045622348785, -0.009711137972772121, 0.013319293037056923, -0.02680111490190029, -0.011409571394324303, 0.0663120374083519, -0.062248799949884415, -0.011596480384469032, 0.005656026769429445, 0.02231530100107193, -0.005436611827462912, 0.021405136212706566, 0.014213205315172672, 0.019097216427326202, -0.017927004024386406, 0.001064568292349577, -0.025175821036100388, -0.059388283640146255, -0.04173757880926132, -0.04768615588545799, -0.024119378998875618, 0.02995418757200241, 0.004936833865940571, -0.06231381371617317, 0.051781900227069855, 0.057372916489839554, 0.03448875993490219, -0.0023505829740315676, -0.033286042511463165, 0.005903884302824736, 0.003770684590563178, -0.026573574170470238, 0.03213208541274071, -0.032197095453739166, 0.014408241026103497, -0.014668287709355354, -0.011060132645070553, 0.017179368063807487, 0.012457886710762978, 0.008256498724222183, -0.008849731646478176, -0.02472073771059513, -0.05643024668097496, -0.0019980971701443195, 0.04033982381224632, 0.022802889347076416, 0.07086286693811417, 0.0013347736094146967, 0.04768615588545799, 0.016407353803515434, -0.0034070247784256935, 0.0349438451230526, 0.016919322311878204, 0.017341898754239082, -0.028150111436843872, 0.02470448426902294, -0.050416652113199234, -0.0970626249909401, -0.061468660831451416, 0.001500350539572537, 0.024119378998875618, -0.026281021535396576, -0.04775116965174675, -0.01771571673452854, -0.03031175397336483, 0.027743786573410034, -0.060851048678159714, -0.011889033950865269, 0.04248521476984024, -0.020722512155771255, -0.03302599489688873, 0.000788268109317869, 0.015269647352397442, -0.02615099772810936, 0.0324571430683136, -0.047166064381599426, 0.011417698115110397, -0.0051562488079071045, -0.06163118779659271, 0.03578899800777435, -0.024558208882808685, -0.05483745411038399, -0.004372043535113335, 0.0787292942404747, 0.01655363105237484, 0.041315000504255295, 0.05860814079642296, 0.020755019038915634, -0.043720439076423645, 0.017179368063807487, 0.0005673295818269253, -0.005530066322535276, 0.08445033431053162, -0.014993347227573395, -0.023209214210510254, -0.00817523431032896, -0.004081522114574909, 0.000427401828346774, 0.004863695707172155, 0.054577410221099854, 0.0006074540433473885, -0.047166064381599426, 0.027044910937547684, -0.011563974432647228, -0.0042542098090052605, -0.03578899800777435, 0.023209214210510254, -0.03861701115965843, -0.020494971424341202, -0.02680111490190029, 0.09381203353404999, -0.010377509519457817, 0.01878841035068035, 0.007569811772555113, 0.015123371034860611, 0.018967192620038986, 0.006517433095723391, -0.03978722169995308, -0.029450347647070885, 0.05275707691907883, 0.07183804363012314, -0.059453293681144714, -0.017536934465169907, 0.04459809511899948, -0.02306293696165085, -0.03211583197116852, -0.05812055245041847, 0.017861992120742798, 0.02342050150036812, -0.03458628058433533, 0.02122635394334793, 0.02579343318939209, -0.016919322311878204, 0.01981234736740589, -0.048628829419612885, 0.011035753414034843, 0.11806143075227737, 0.03419620916247368, -0.02372930757701397, 0.026264768093824387, 0.013335546478629112, -0.009857414290308952, 0.02823137491941452, -0.013644352555274963, -0.014879576861858368, 0.0019503540825098753, 0.034683797508478165, -0.06787232309579849, 0.05828308314085007, 0.03845448046922684, 0.049311451613903046, 0.053862277418375015, -0.026914887130260468, -0.05122930184006691, -0.04560577869415283, -0.00017040202510543168, 0.01392065268009901, -0.01813829317688942, 0.011840274557471275, 0.042745258659124374, -0.02719118632376194, -0.025159567594528198, 0.012149080634117126, -0.07885931432247162, 0.005050604231655598, 0.010686314664781094, -0.05470743402838707, -0.04560577869415283, -0.07840423285961151, -0.009703011251986027, -0.01953604631125927, -0.027451233938336372, 0.038129422813653946, -0.0009040703880600631, 0.040534857660532, 0.034293726086616516, 0.024135632440447807, -0.0013886115048080683, -0.01309175230562687, -0.019633565098047256, 0.0967375636100769, -0.060168422758579254, -0.022754130885004997, 0.013010486960411072, 0.03027924709022045, -0.0299704410135746, -0.013693111017346382, 0.018642134964466095, 0.04391547292470932, 0.01916222833096981, -0.021470148116350174, -0.07528366893529892, -0.014895829372107983, -0.00885785836726427, 0.00972739141434431, -0.029206551611423492, -0.01912972331047058, -0.016935573890805244, 0.0015643464867025614, 0.02964538149535656, -0.055910151451826096, 0.004128249362111092, -0.02645980380475521, -0.047588638961315155, -0.021470148116350174, -0.01609042100608349, 0.0288814939558506, 0.011271421797573566, 0.026654839515686035, -0.06806735694408417, -0.005115616135299206, 0.008402775973081589, 0.0355614572763443, 0.007984261959791183, -0.061533670872449875, 0.016147306188941002, -0.004835252650082111, 0.06163118779659271, -0.038194432854652405, -0.04014478996396065, 0.07014773786067963, 0.024493196979165077, -0.06462173163890839, 0.04105495288968086, -0.042355190962553024, -0.07248815894126892, -0.025370856747031212, 0.005115616135299206, -0.037121739238500595, -0.027483738958835602, -0.012409128248691559, -0.010158094577491283, 0.052106961607933044, 0.009321067482233047, -0.06663709878921509, -0.004940897226333618, -0.0034314042422920465, 0.007183804176747799, -0.051749397069215775, -0.012214092537760735, -0.04105495288968086, -0.04976653680205345, 0.0535697266459465, -0.016252951696515083, -0.047881193459033966, 0.009589240886271, 0.014749553054571152, -0.0036487875040620565, -0.028328893706202507, 0.04206263646483421, 0.030799342319369316, 0.0033460762351751328, -0.022250289097428322, -0.00722037348896265, -0.01479831151664257, -0.032619673758745193, -0.029905429109930992, -0.02335548959672451, -0.017325645312666893, 0.06566192209720612, 0.05252953618764877, 0.022429071366786957, -0.011401444673538208, -0.004684912972152233, 0.028361398726701736, -0.04359041526913643, 0.013449316844344139, -0.01588725857436657, -0.02195773646235466, 0.07274820655584335, 0.02654106914997101, 0.025500880554318428, 0.005387853365391493, 0.05617019906640053, 0.0017360183410346508, -0.0447281189262867, -0.010588797740638256, 0.0883510410785675, -0.06276889890432358, -0.014977093786001205, -0.02444443851709366, 0.006846555508673191, 0.01097886823117733, -0.010019944049417973, 0.014855196699500084, -0.010149967856705189, -0.022900408133864403, -0.024233149364590645, -0.03926713019609451, 0.02749999240040779, 0.013717490248382092, -0.04417552053928375, 0.003642692696303129, 0.047166064381599426, -0.05470743402838707, 0.007553558796644211, 0.02715868130326271, -0.0042379568330943584, 0.08067964762449265, -0.02472073771059513, -0.025533385574817657, -0.00340499309822917, -0.052106961607933044, 0.07339832931756973, -0.03825944662094116, -0.007691708859056234, -0.024834508076310158, -0.024639474228024483, 0.06702716648578644, 0.005014035385102034, -0.040209800004959106, 0.013806881383061409, -0.03237587958574295, -0.004351727664470673, -0.007667329628020525, 0.02962912991642952, -0.0341637022793293, 0.0040794904343783855, -0.0543498657643795, -0.02608598582446575, 0.018300822004675865, 0.02751624584197998, 0.05786050483584404, 0.0009604478254914284, -0.003126661293208599, -0.043037813156843185, -0.023209214210510254, -0.020624995231628418, -0.056560270488262177, -0.03721925616264343, 0.013449316844344139, -0.04121748358011246, 0.03232711926102638, -0.003963688388466835, -0.032245855778455734, -0.0017634452087804675, 0.0018802632112056017, -0.026719851419329643, -0.02504579722881317, -0.0226728655397892, 0.03809691593050957, -0.011921538971364498, -0.027288705110549927, 0.002153516048565507, -0.017569439485669136, 0.033269789069890976, 0.014977093786001205, 0.005050604231655598, -0.004008383955806494, 0.02476949617266655, -0.03903958946466446, -0.03133568912744522, -0.02199024148285389, -0.04072989523410797, 0.026020973920822144, 0.01239287480711937, -0.030604306608438492, -0.01648861914873123, 0.030896859243512154, 0.04209514334797859, -0.05262705311179161, -0.02964538149535656, 0.07885931432247162, 0.030506787821650505, -0.00977614987641573, 0.028653951361775398, -0.037154246121644974, 0.03754431754350662, 0.015399671159684658, 0.06982267647981644, 0.02366429567337036, -0.06007090583443642, 0.018008269369602203, -0.044858142733573914, 0.01585475355386734, -0.004136376082897186, 0.03377363085746765, -0.04043734073638916, 0.06283390522003174, 0.012685428373515606, -0.020364947617053986, -0.010369382798671722, 0.02959662303328514, -0.020397452637553215, -0.03380613774061203, -0.03877954185009003, -0.06302894651889801, 0.002104757120832801, -0.015180256217718124, 0.024623220786452293, -0.019422275945544243, 0.021746447309851646, -0.024655725806951523, 0.024883268401026726, 0.07248815894126892, 0.006115172524005175, 0.048628829419612885, 0.02299792505800724, -0.019292252138257027, 0.045865826308727264, -0.016066042706370354, -0.01776447519659996, 0.004126217681914568, -0.03179077059030533, -0.02758125774562359, -0.09940304607152939, 0.031481966376304626, -0.015724729746580124, -0.02548462711274624, 0.05617019906640053, -0.02964538149535656, 0.003228242276236415, 0.01674054004251957 ]
22,742
collections
_replace
Return a new MetadataForBuildEditableResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05422752723097801, 0.0014048782177269459, -0.015421468764543533, -0.035684678703546524, -0.03284144401550293, -0.033294714987277985, 0.0028252089396119118, 0.0214891005307436, 0.020974021404981613, -0.04615108668804169, -0.042236484587192535, 0.05711197108030319, 0.0044992160983383656, 0.06329292058944702, 0.010837264358997345, 0.03343893587589264, -0.029853984713554382, 0.05637025833129883, -0.06543564796447754, -0.03228515759110451, 0.019047625362873077, 0.01590564288198948, 0.033459536731243134, 0.059831589460372925, 0.031976111233234406, 0.01099178846925497, 0.01882098987698555, 0.010461256839334965, 0.001832393929362297, -0.005969766993075609, -0.004110331181436777, -0.015802627429366112, -0.03020423837006092, -0.010754851624369621, 0.0027994548436254263, -0.06082053855061531, -0.05002448335289955, 0.05855419114232063, 0.04928276687860489, -0.005027172155678272, 0.06386981159448624, -0.09955448657274246, -0.04948880150914192, -0.06098536401987076, -0.0017654335824772716, 0.02340519428253174, 0.022684084251523018, -0.011434756219387054, -0.02424992434680462, -0.053527019917964935, 0.023611225187778473, 0.0063251713290810585, 0.015802627429366112, -0.004241676535457373, -0.023157956078648567, -0.001028870465233922, -0.0018349692691117525, 0.061809491366147995, -0.006871154997497797, 0.02311675064265728, -0.0021852231584489346, 0.05768885836005211, -0.01507121417671442, 0.010481859557330608, -0.05422752723097801, -0.024208717048168182, -0.00930232834070921, -0.07351209223270416, -0.02276649698615074, 0.001265806844457984, -0.00897267833352089, -0.0008730590925551951, 0.018748879432678223, 0.024229321628808975, 0.07627291232347488, 0.04227769374847412, -0.029215287417173386, -0.010837264358997345, 0.04425559565424919, -0.05159032344818115, -0.01656494475901127, -0.013422961346805096, -0.08076440542936325, -0.043555088341236115, -0.03424245864152908, 0.039475660771131516, -0.05047775059938431, -0.00045745461829937994, 0.03014242835342884, -0.001730665797367692, -0.053114958107471466, 0.016018960624933243, -0.003770379116758704, 0.033356521278619766, -0.05167273432016373, -0.08661570399999619, 0.003816736163571477, -0.03793042525649071, -0.012918183580040932, 0.035808298736810684, 0.02497103437781334, -0.04582143574953079, -0.09180770069360733, -0.021025529131293297, -0.008709987625479698, -0.019809942692518234, -0.01951119676232338, -0.01516392920166254, 0.035931918770074844, -0.03265601396560669, -0.04322543740272522, -0.05768885836005211, -0.02995700016617775, 0.060902953147888184, -0.00396868446841836, -0.034015823155641556, 0.02113884687423706, -0.02600119262933731, -0.030657507479190826, -0.031131381168961525, 0.027093160897493362, 0.018810689449310303, -0.06119139865040779, 0.04911794140934944, 0.008467900566756725, -0.009003582410514355, 0.06135622411966324, -0.026021795347332954, 0.0388987734913826, -0.0032836291939020157, 0.02299313060939312, 0.002974581904709339, -0.04240131005644798, 0.056823525577783585, 0.017904149368405342, 0.03840429708361626, 0.04994206875562668, 0.05027171969413757, -0.06984472274780273, 0.037621378898620605, 0.0420304536819458, -0.012176469899713993, 0.0655592679977417, 0.03541683778166771, -0.001865874044597149, -0.04623350128531456, 0.013319945894181728, 0.006953567732125521, -0.037497758865356445, 0.03008062019944191, -0.03302687034010887, -0.035993728786706924, 0.018903402611613274, 0.02239563874900341, -0.046439532190561295, -0.00516109261661768, -0.011177216656506062, -0.06407584249973297, -0.02317855879664421, -0.041515376418828964, 0.018584053963422775, -0.05319736897945404, -0.01612197607755661, -0.01567900739610195, 0.05529889091849327, 0.02136548049747944, 0.04339026287198067, -0.0852971002459526, -0.013628993183374405, -0.0335625559091568, -0.00039983013994060457, 0.04124753549695015, 0.02635144628584385, 0.04417318478226662, -0.03411883860826492, 0.019469989463686943, -0.007118393201380968, 0.02484741620719433, 0.024002686142921448, -0.02051045000553131, 0.038816362619400024, -0.014360405504703522, -0.06201552227139473, 0.008916019462049007, 0.05847178027033806, 0.03183189034461975, -0.002037137746810913, 0.06226276233792305, 0.05224962532520294, 0.02684592269361019, 0.016142578795552254, -0.04001134634017944, 0.00574828265234828, -0.006639369763433933, 0.0087048364803195, 0.06300447881221771, -0.06354016065597534, 0.046192292124032974, 0.01768781617283821, 0.11043296009302139, -0.027525827288627625, 0.03319169580936432, 0.02923589013516903, -0.017409672960639, 0.03284144401550293, -0.029462523758411407, 0.05492803454399109, -0.05109584704041481, -0.031605254858732224, -0.033768586814403534, 0.08340160548686981, -0.02142729051411152, 0.007710734382271767, 0.01954210177063942, -0.010806359350681305, -0.07256434112787247, 0.053527019917964935, -0.029853984713554382, 0.006314869970083237, -0.0041953194886446, 0.08818154036998749, 0.02340519428253174, -0.02612481266260147, -0.005840997211635113, 0.0414123609662056, -0.048788294196128845, -0.016163181513547897, -0.02911227010190487, -0.038445502519607544, -0.06395222246646881, 0.0627160295844078, -0.012835770845413208, -0.029091667383909225, -0.019284561276435852, 0.02396148070693016, -0.016266198828816414, 0.009230217896401882, -0.035746488720178604, -0.023157956078648567, -0.026310240849852562, 0.027834875509142876, 0.03572588786482811, -0.03380979225039482, -0.009884367696940899, -0.009781352244317532, -0.06741355359554291, -0.027814270928502083, 0.028185129165649414, -0.01982024312019348, 0.007767392788082361, -0.016647357493638992, 0.014978500083088875, -0.010940279811620712, 0.03275902941823006, 0.004362720064818859, -0.024765003472566605, -0.03566407784819603, -0.01350537408143282, -0.014277992770075798, -0.027773065492510796, 0.004110331181436777, -0.058265749365091324, 0.030760524794459343, 0.04503851756453514, 0.05121946707367897, -0.027711255475878716, 0.0046769180335104465, -0.02569214627146721, 0.013186025433242321, 0.015287547372281551, 0.12048730254173279, 0.03626156970858574, -0.015442071482539177, 0.016255896538496017, -0.045368168503046036, -0.033459536731243134, 0.016461927443742752, -0.02521827258169651, 0.02276649698615074, -0.0511370524764061, -0.008864511735737324, -0.02286951243877411, -0.02286951243877411, -0.011311137117445469, 0.02270468696951866, 0.06131501495838165, -0.05529889091849327, 0.030719317495822906, -0.008483353070914745, -0.00013110373402014375, 0.045162133872509, -0.032862044870853424, 0.013402358628809452, -0.031914301216602325, 0.00043781724525615573, 0.024105701595544815, -0.08570916205644608, 0.020500147715210915, 0.02336398884654045, -0.06877335906028748, -0.02497103437781334, 0.018213197588920593, 0.04124753549695015, 0.038878168910741806, 0.05167273432016373, -0.041824422776699066, -0.02738160453736782, -0.004385898355394602, -0.011022692546248436, 0.04664556309580803, -0.027628842741250992, 0.013443564996123314, -0.021509703248739243, 0.005768885836005211, 0.06016124039888382, 0.022436846047639847, 0.001465400098823011, -0.014659151434898376, 0.014803373254835606, 0.04322543740272522, -0.014813674613833427, -0.06283964961767197, -0.04804657772183418, -0.014381008222699165, -0.008761495351791382, -0.03393341228365898, -0.05072499066591263, -0.007854956202208996, 0.011857121251523495, -0.0178835466504097, -0.035684678703546524, 0.0070462822914123535, 0.01417497731745243, 0.057853683829307556, 0.0011943397112190723, -0.009673185646533966, 0.010033740662038326, -0.025918779894709587, 0.004434830974787474, -0.0205516554415226, 0.04911794140934944, -0.010481859557330608, -0.04623350128531456, -0.011197819374501705, -0.007133845705538988, -0.017965959385037422, 0.014133770950138569, 0.01696670614182949, 0.12658584117889404, -0.022848909720778465, 0.011723200790584087, -0.08364884555339813, -0.053114958107471466, 0.014061659574508667, 0.04870587959885597, -0.02832935005426407, 0.0022508956026285887, -0.013258135877549648, 0.006721782498061657, -0.00912720151245594, 0.008931471966207027, -0.05414511635899544, 0.0013083008816465735, 0.011372946202754974, 0.020118989050388336, -0.035458046942949295, -0.03226455673575401, -0.014988801442086697, -0.014700357802212238, -0.011362644843757153, 0.016173483803868294, -0.015864435583353043, -0.029524333775043488, -0.03566407784819603, -0.047098834067583084, -0.032099731266498566, 0.027278589084744453, 0.07384174317121506, -0.08727500587701797, -0.06786682456731796, 0.013567183166742325, -0.06642460078001022, 0.02785547822713852, 0.021056434139609337, 0.012197073549032211, -0.0024466258473694324, 0.0558345727622509, 0.029029857367277145, 0.014185278676450253, 0.0627160295844078, -0.06696028262376785, 0.01897551491856575, -0.036055538803339005, -0.031502239406108856, 0.035334426909685135, -0.013464167714118958, -0.03933143988251686, -0.03597312420606613, -0.05006568878889084, -0.012464914470911026, 0.007772543467581272, -0.04376111924648285, -0.03525201231241226, 0.04429680109024048, -0.02917408011853695, 0.01816168986260891, 0.09650521725416183, -0.04413197562098503, 0.009431098587810993, -0.008555463515222073, 0.04639832675457001, 0.023631829768419266, -0.06300447881221771, -0.08331919461488724, 0.0643230751156807, 0.022436846047639847, 0.010528217069804668, 0.033521346747875214, 0.03560226783156395, 0.03463391959667206, -0.0024839688558131456, -0.006428187247365713, 0.005969766993075609, 0.023199163377285004, -0.028844429180026054, 0.04425559565424919, -0.04384353384375572, 0.02484741620719433, 0.013649595901370049, 0.005050350446254015, -0.040732454508543015, 0.001256793038919568, 0.004715549293905497, -0.012640041299164295, 0.05422752723097801, -0.03758016973733902, -0.007870408706367016, -0.037435948848724365, -0.010868169367313385, 0.02888563647866249, 0.00887996330857277, -0.00029182451544329524, 0.010919677093625069, -0.05043654516339302, 0.010765152983367443, 0.015225738286972046, -0.04755210131406784, 0.012197073549032211, 0.042112868279218674, 0.016770975664258003, 0.07516033947467804, 0.05665870010852814, 0.08463779836893082, 0.01567900739610195, -0.0020422886591404676, -0.03811585530638695, -0.039228424429893494, -0.04833502322435379, 0.01606016606092453, 0.0022560465149581432, 0.017801133915781975, -0.025774559006094933, 0.05006568878889084, 0.0332535058259964, -0.041268136352300644, -0.008421543054282665, 0.038816362619400024, -0.06910300999879837, -0.015380262397229671, -0.04114452004432678, 0.06551805883646011, -0.015287547372281551, 0.02484741620719433, -0.01969662494957447, -0.03469572961330414, 0.01612197607755661, 0.0002618855214677751, -0.008622423745691776, -0.018687069416046143, -0.07862167060375214, 0.05266168713569641, -0.021880559623241425, 0.05410390719771385, 0.0022225663997232914, -0.002729919273406267, 0.03008062019944191, 0.05278530716896057, 0.03032785840332508, -0.010033740662038326, 0.03038966655731201, -0.061809491366147995, 0.027876080945134163, 0.051837559789419174, -0.008349432609975338, 0.005531949456781149, -0.006453941110521555, -0.0243117343634367, 0.04149477183818817, -0.043555088341236115, -0.03360376134514809, 0.042895786464214325, -0.05039533972740173, 0.0258775744587183, -0.031131381168961525, 0.06654822081327438, -0.039537470787763596, 0.06040847674012184, 0.011002089828252792, -0.01248551718890667, -0.0326148085296154, -0.06378739327192307, -0.019016720354557037, 0.017492085695266724, -0.030163032934069633, 0.0019199573434889317, 0.006010972894728184, 0.004638287238776684, 0.023796655237674713, -0.06572408974170685, -0.052867718040943146, 0.037497758865356445, 0.029874587431550026, -0.03284144401550293, 0.01533905602991581, -0.029915794730186462, 0.028782621026039124, 0.025444908067584038, -0.008333980105817318, 0.03990832716226578, 0.024414749816060066, 0.0030029111076146364, -0.05039533972740173, -0.02359062246978283, -0.054845623672008514, 0.03852791711688042, 0.037085697054862976, -0.004635712131857872, 0.017986562103033066, 0.04048521816730499, 0.020191101357340813, 0.04821140319108963, 0.05447476729750633, -0.05546371638774872, -0.02641325630247593, -0.011063898913562298, 0.0003275581111665815, -0.024476559832692146, 0.010064645670354366, -0.015225738286972046, -0.030307253822684288, -0.006448790431022644, -0.01768781617283821, 0.0015941697638481855, -0.010378844104707241, -0.046563152223825455, -0.01606016606092453, -0.03591131418943405, 0.004877799190580845, 0.017234547063708305, 0.030121825635433197, 0.004998842719942331, 0.006629067938774824, 0.024394147098064423, -0.009760748594999313, -0.0010475420858711004, 0.03201731666922569, 0.0398259162902832, 0.017729023471474648, -0.007365630939602852, -0.018336815759539604, 0.030657507479190826, 0.008282472379505634, 0.046975214034318924, 0.017667213454842567, 0.013886532746255398, 0.029462523758411407, -0.03692087158560753, 0.003873394802212715, -0.014813674613833427, -0.0574004165828228, 0.02767005003988743, 0.042895786464214325, -0.011537771672010422, -0.06176828593015671, -0.01149656530469656, -0.02628963813185692, -0.020469242706894875, 0.008194908499717712, 0.027237383648753166, 0.008555463515222073, -0.02359062246978283, 0.04231889918446541, -0.0047361524775624275, -0.00037890506791882217, -0.019315466284751892, 0.02208659239113331, -0.036591220647096634, 0.006428187247365713, 0.010311883874237537, 0.0010050480486825109, -0.04804657772183418, 0.03813645616173744, -0.033541951328516006, -0.002595998579636216, 0.004200470168143511, -0.03650880604982376, -0.01549357920885086, 0.0063509251922369, 0.05056016519665718, 0.01417497731745243, 0.0614798404276371, -0.048541054129600525, 0.03964048624038696, 0.008210361003875732, -0.021571513265371323, -0.018264705315232277, -0.014504627324640751, -0.015122722834348679, 0.012403104454278946, -0.04808778315782547, -0.06803164631128311, 0.024229321628808975, 0.01293878722935915, 0.009374439716339111, -0.009147805161774158, -0.05665870010852814, -0.011239025741815567, -0.03712690249085426, 0.05121946707367897, -0.044997312128543854, -0.030636904761195183, -0.028123319149017334, 0.02330217882990837, -0.06696028262376785, -0.03632337972521782, 0.012403104454278946, 0.02082979865372181, -0.014772468246519566, 0.014185278676450253, 0.06226276233792305, 0.011651089414954185, -0.03224395215511322, -0.006489996798336506, 0.014360405504703522, -0.010765152983367443, -0.02324036881327629, 0.0517551489174366, -0.09601074457168579, 0.04442042112350464, 0.015452372841536999, -0.02007778361439705, 0.05389787629246712, 0.015287547372281551, -0.03174947574734688, -0.025609733536839485, 0.007113242521882057, -0.07825081795454025, -0.010579724796116352, 0.027814270928502083, 0.012434009462594986, 0.012135263532400131, -0.049859657883644104, 0.03531382232904434, -0.027484619989991188, 0.0057637351565063, 0.05031292513012886, -0.024352939799427986, 0.056164223700761795, 0.05327978357672691, 0.01885189488530159, -0.023549417033791542, -0.003901724237948656, 0.05455717816948891, -0.0036596369463950396, -0.026619287207722664, -0.028617795556783676, 0.0254037007689476, 0.048788294196128845, -0.03234696760773659, -0.0016624177806079388, 0.061273809522390366, 0.013412659987807274, -0.04491489753127098, -0.026227828115224838, -0.007463496178388596, -0.00914265401661396, 0.02104613184928894, 0.0053980289958417416, 0.030575094744563103, -0.0875222384929657, 0.03939324989914894, 0.01978933997452259, 0.017389070242643356, 0.019809942692518234, -0.06168587505817413, -0.024167511612176895, 0.027278589084744453, -0.03181128576397896, 0.048005372285842896, -0.02038682997226715, 0.020603163167834282, 0.005253806710243225, -0.0023680762387812138, 0.03980531170964241, 0.003726597409695387, 0.05224962532520294, -0.0013469317927956581, 0.022560464218258858, 0.03873394802212715, -0.0067629883997142315, -0.008673932403326035, 0.04417318478226662, 0.011960136704146862, -0.009209614247083664, 0.05097222700715065, -0.054309941828250885, 0.02659868448972702, 0.07029799371957779, -0.015575991943478584, 0.034139443188905716, 0.028926841914653778, -0.01779083162546158, 0.08636846393346786, -0.0024826813023537397, 0.005094132386147976, 0.00003889249637722969, -0.029998207464814186, -0.025444908067584038, -0.03753896430134773, 0.017842339351773262, 0.044090770184993744, 0.044832486659288406, -0.04606867581605911, 0.02317855879664421, 0.03249118849635124, -0.031852491199970245, 0.02600119262933731, 0.018676768988370895, -0.0060882349498569965, 0.07392415404319763, -0.058018509298563004, 0.06250999867916107, -0.0012265321565791965, 0.04594505578279495, -0.04977724328637123, -0.018924005329608917, 0.05888384208083153, 0.024352939799427986, -0.0077004325576126575, 0.02653687447309494, 0.012949088588356972, 0.037971630692481995, -0.01957300677895546, -0.019562704488635063, 0.03271782398223877, -0.06551805883646011, 0.039413854479789734, -0.011877723969519138, -0.02828814461827278, -0.052744101732969284, -0.031007761135697365, -0.0023075544741004705, 0.01806897483766079, 0.01935667172074318, -0.0017886122222989798, 0.03675604611635208, 0.005578306503593922, 0.03275902941823006 ]
22,743
pyproject_api._frontend
MetadataForBuildWheelResult
Information collected while acquiring the wheel metadata.
class MetadataForBuildWheelResult(NamedTuple): """Information collected while acquiring the wheel metadata.""" #: path to the wheel metadata metadata: Path #: backend standard output while generating the wheel metadata out: str #: backend standard output while generating the wheel metadata err: str
(metadata: pathlib.Path, out: str, err: str)
[ 0.018171198666095734, 0.007137428969144821, -0.04292131960391998, -0.0057917395606637, 0.056817978620529175, -0.021425480023026466, -0.025418570265173912, 0.028408989310264587, 0.025576885789632797, -0.014257267117500305, 0.07124235481023788, 0.07803236693143845, 0.019543273374438286, -0.03387969732284546, 0.02147825062274933, 0.018241561949253082, 0.003557720221579075, 0.07662511616945267, -0.04281577840447426, 0.036799754947423935, -0.033527884632349014, 0.02738872915506363, 0.019490500912070274, 0.0031333444640040398, 0.038629189133644104, 0.02058112621307373, 0.040388260036706924, -0.05924549698829651, 0.000714622437953949, -0.013395322486758232, -0.10054847598075867, -0.052103668451309204, 0.030643008649349213, 0.016975030303001404, 0.013632796704769135, 0.04313240945339203, 0.03215580806136131, 0.007929010316729546, -0.06670395284891129, 0.00476708123460412, 0.042534325271844864, -0.014424378983676434, -0.026931369677186012, -0.04432857781648636, 0.024662168696522713, -0.03395006060600281, -0.03718675300478935, 0.0017370821442455053, -0.04380085691809654, -0.03933281823992729, 0.005286007188260555, 0.04323795437812805, -0.00687796575948596, -0.02719523012638092, -0.0115834791213274, 0.011609865352511406, 0.027212820947170258, 0.04499702528119087, 0.011935293674468994, 0.05263138934969902, 0.007282552309334278, 0.07986180484294891, 0.009639706462621689, 0.023149369284510612, -0.021830065175890923, -0.011609865352511406, 0.02562965825200081, -0.04436375945806503, -0.04010680690407753, 0.018048064783215523, 0.042076967656612396, -0.023905768990516663, 0.02443348988890648, -0.020070994272828102, 0.019314594566822052, -0.05861223116517067, -0.05249066650867462, -0.0584363229572773, 0.06677431613206863, -0.0375385656952858, -0.05161112919449806, 0.005686195567250252, -0.05094268172979355, -0.07514749467372894, 0.0006283179973252118, 0.01750275120139122, -0.015462229959666729, -0.02253369428217411, -0.005826921202242374, 0.010246586054563522, -0.06156747043132782, 0.008852522820234299, 0.00021452414512168616, 0.06863893568515778, -0.019736772403120995, -0.050520505756139755, 0.011161302216351032, -0.025330616161227226, -0.01799529232084751, 0.01004429254680872, -0.010528037324547768, -0.03986053913831711, -0.008593060076236725, 0.03256039693951607, 0.006310665514320135, -0.03141700103878975, -0.04267505183815956, -0.007753103505820036, 0.015770068392157555, -0.03029119409620762, -0.011882521212100983, -0.030748553574085236, -0.01268289890140295, 0.005224439315497875, 0.02638605795800686, -0.02788126841187477, 0.00569499097764492, -0.06670395284891129, -0.004344904329627752, -0.015822838991880417, 0.0493595190346241, 0.010378516279160976, -0.006904351990669966, -0.012718080542981625, -0.007722319569438696, 0.027986813336610794, 0.022463330999016762, 0.0004776975838467479, 0.015831634402275085, -0.01775781810283661, 0.028180310502648354, 0.01920904964208603, 0.021126437932252884, 0.00251107313670218, 0.009252711199223995, 0.0111700976267457, 0.04999278485774994, -0.051962945610284805, -0.028620077297091484, 0.03419633209705353, -0.025348206982016563, 0.0031179524958133698, -0.009569344110786915, -0.02387058734893799, 0.036236852407455444, -0.02524266205728054, -0.015189574100077152, -0.06051202863454819, 0.012823624536395073, -0.03708120808005333, 0.03152254596352577, -0.08119869977235794, -0.022568875923752785, 0.021935610100626945, -0.031065186485648155, -0.006064395885914564, 0.03789037838578224, -0.01545343454927206, -0.03307052701711655, 0.022639237344264984, 0.01869891956448555, -0.08724989742040634, 0.04418785125017166, 0.013456889428198338, 0.0012962151085957885, 0.046228375285863876, 0.015435843728482723, -0.04313240945339203, 0.002818910637870431, 0.01769625023007393, -0.00492539769038558, 0.015180778689682484, -0.0319623127579689, 0.014969690702855587, -0.008808545768260956, 0.010492855682969093, 0.037679292261600494, 0.025295434519648552, -0.013782317750155926, -0.02795163169503212, -0.009613320231437683, -0.07131271809339523, -0.06913147121667862, 0.01950809173285961, 0.0028343023732304573, 0.03229653462767601, 0.010598399676382542, 0.040141988545656204, 0.03606094792485237, -0.0010867757955566049, 0.01299953181296587, -0.0037116389721632004, 0.007643161341547966, 0.029992152005434036, 0.03264835104346275, -0.05097786337137222, 0.005505891051143408, 0.015778861939907074, 0.04865588992834091, 0.02531302534043789, 0.0003380713751539588, 0.0015325902495533228, 0.025823155418038368, 0.04432857781648636, 0.0321030393242836, -0.0024583011399954557, 0.030643008649349213, -0.016895873472094536, -0.05766233429312706, 0.024134447798132896, 0.05534036085009575, 0.0017337838653475046, -0.01057201437652111, 0.03803110495209694, 0.00780587550252676, -0.02128475345671177, 0.003953510895371437, -0.0050177485682070255, 0.0053255860693752766, -0.01850542239844799, 0.006614105310291052, 0.008263234049081802, 0.09034586697816849, 0.02431035414338112, 0.002409926615655422, -0.028866346925497055, 0.028408989310264587, -0.01850542239844799, 0.011935293674468994, -0.06589478254318237, -0.001864614780060947, -0.024275174364447594, -0.03122350201010704, 0.019033143296837807, -0.03335197642445564, 0.0010109158465638757, -0.024662168696522713, 0.010906237177550793, -0.019314594566822052, -0.016157062724232674, 0.0035885039251297712, 0.02001822367310524, -0.008210461586713791, 0.02052835375070572, -0.005413539707660675, -0.09822650253772736, -0.0007635465590283275, 0.0216541588306427, -0.014600285328924656, -0.01970159076154232, -0.0006788913160562515, 0.0416547916829586, 0.01438919734209776, 0.000870190211571753, 0.03764411062002182, -0.06293954700231552, -0.021372707560658455, -0.10885128378868103, 0.05439046025276184, -0.03449537232518196, 0.010281767696142197, -0.008535889908671379, 0.02084498666226864, 0.03548045456409454, -0.0014072564663365483, -0.03519900143146515, 0.009868386201560497, 0.008632638491690159, -0.07458458840847015, 0.04731899872422218, 0.08415393531322479, 0.04140852019190788, -0.06234145909547806, -0.02353636361658573, -0.05804932862520218, -0.0390513651072979, 0.05030941590666771, -0.014679444022476673, -0.027494272217154503, 0.05949176475405693, 0.01964881829917431, -0.015884406864643097, -0.0046747298911213875, 0.0009559448808431625, 0.0026474010664969683, 0.02555929496884346, -0.00500455591827631, 0.07057391107082367, -0.02480289526283741, 0.009754045866429806, -0.017705045640468597, -0.016482491046190262, -0.009674888104200363, -0.06920183449983597, 0.05016869306564331, 0.013324959203600883, -0.08450575172901154, -0.0246093962341547, 0.042463961988687515, -0.06357280910015106, -0.008619445376098156, 0.0208977572619915, -0.04355458542704582, -0.010950214229524136, -0.01082707941532135, 0.03708120808005333, 0.05189258232712746, -0.054988544434309006, -0.05161112919449806, -0.015092825517058372, 0.03197990357875824, 0.025840746238827705, 0.03789037838578224, 0.06652804464101791, -0.021249571815133095, -0.0005727973766624928, -0.012383856810629368, 0.011838545091450214, 0.01453871838748455, 0.0507315956056118, -0.05671243369579315, -0.003139941021800041, 0.05358128994703293, -0.0747956782579422, 0.055234815925359726, -0.09463799744844437, -0.020633896812796593, 0.015391867607831955, 0.025664839893579483, 0.012014451436698437, -0.0750771313905716, 0.018223971128463745, 0.03827737644314766, 0.027775723487138748, -0.006433800328522921, 0.019367367029190063, 0.027036914601922035, -0.06304509192705154, 0.02253369428217411, -0.03569154068827629, 0.04274541512131691, -0.036096129566431046, -0.044223032891750336, 0.06086384132504463, -0.023219730705022812, -0.012788442894816399, 0.03774965554475784, -0.012867600657045841, 0.07943962514400482, -0.02443348988890648, 0.02550652250647545, 0.015550184063613415, -0.03778483718633652, 0.04077525436878204, 0.09358255565166473, -0.001674415310844779, -0.08176159858703613, -0.009199938736855984, -0.012287108227610588, 0.030871687456965446, -0.012744465842843056, -0.030379148200154305, 0.012964350171387196, 0.038382917642593384, -0.04545438289642334, -0.06920183449983597, -0.011776977218687534, 0.09182348102331161, 0.051470402628183365, 0.017977701500058174, -0.03217339888215065, -0.04830407723784447, -0.03312329947948456, -0.01762588694691658, 0.035093456506729126, 0.01920904964208603, -0.01906832493841648, -0.010651172138750553, -0.09576380252838135, -0.07845454663038254, -0.02770536206662655, 0.0193849578499794, -0.05006314814090729, -0.03813664987683296, 0.028795985504984856, 0.009138371795415878, 0.015233551152050495, 0.02511952817440033, 0.011653842404484749, 0.05245548486709595, -0.031698450446128845, 0.017036598175764084, 0.0029860222712159157, 0.00473629729822278, 0.03071337193250656, -0.014758601784706116, -0.002019632840529084, -0.006284279748797417, -0.062095191329717636, -0.029569976031780243, 0.004048061091452837, -0.08281704038381577, -0.043906401842832565, 0.04137333855032921, -0.005716979503631592, -0.02682582661509514, 0.02953479439020157, -0.013615205883979797, -0.013421708717942238, -0.06758349388837814, -0.016913462430238724, -0.052983205765485764, 0.003351029474288225, -0.03259557858109474, -0.021988382562994957, 0.12440147250890732, -0.013272187672555447, -0.06262291222810745, 0.013113871216773987, 0.015770068392157555, 0.017960110679268837, -0.013738340698182583, 0.031311456114053726, 0.05892886221408844, 0.03175122290849686, 0.03651830554008484, -0.018435059115290642, 0.014521127566695213, 0.013694364577531815, -0.0037798029370605946, 0.007432072889059782, -0.004903409164398909, -0.048691071569919586, 0.02863766811788082, -0.014688239432871342, -0.026456421241164207, -0.05217403173446655, 0.0032366898376494646, -0.011381186544895172, -0.015224755741655827, -0.031575314700603485, 0.02643883042037487, 0.015945974737405777, -0.038629189133644104, 0.027494272217154503, 0.03947354480624199, -0.003397204913198948, 0.010871056467294693, 0.021935610100626945, -0.032507624477148056, 0.028848757967352867, 0.027476681396365166, 0.028162719681859016, -0.031135547906160355, 0.04978169500827789, -0.06343208253383636, -0.04263987019658089, -0.06877966225147247, -0.03599058464169502, -0.0507315956056118, 0.00001512560174887767, -0.009498980827629566, 0.030643008649349213, -0.0007745407638140023, 0.040141988545656204, -0.08309849351644516, 0.016218630596995354, -0.01831192523241043, -0.049570608884096146, -0.03387969732284546, 0.022076334804296494, -0.01642971858382225, 0.03403801470994949, 0.06747794896364212, 0.024187220260500908, -0.018030473962426186, -0.02524266205728054, 0.015128007158637047, -0.009076803922653198, -0.0955527126789093, -0.013421708717942238, -0.0025748396292328835, 0.055234815925359726, 0.022586466744542122, -0.03127627447247505, 0.01581404358148575, 0.025823155418038368, -0.05206848680973053, 0.055692173540592194, -0.006776819471269846, -0.022903097793459892, 0.09414545446634293, 0.03961426764726639, -0.03676457330584526, 0.033140890300273895, 0.03993090242147446, -0.003986493684351444, 0.06452270597219467, -0.0390513651072979, 0.018470240756869316, 0.013580024242401123, -0.06807602941989899, 0.04925397410988808, -0.05287766084074974, 0.04513775184750557, -0.058330778032541275, 0.007449663709849119, -0.05787342041730881, 0.02965793013572693, 0.02077462337911129, -0.020669078454375267, -0.021566204726696014, -0.00759918475523591, 0.026667509227991104, 0.011196483857929707, 0.005387153476476669, -0.08190232515335083, 0.022586466744542122, -0.027230411767959595, 0.019754361361265182, -0.015708500519394875, 0.06944810599088669, 0.035920221358537674, -0.0652967020869255, -0.014257267117500305, -0.014406788162887096, 0.008834931999444962, -0.029869018122553825, -0.005237632431089878, 0.06308027356863022, -0.012718080542981625, -0.0626932755112648, -0.046685732901096344, -0.029446840286254883, 0.024345535784959793, 0.012357470579445362, -0.028250673785805702, 0.0779620036482811, -0.00659211678430438, -0.06536706537008286, 0.04003644734621048, -0.014046178199350834, 0.0003050887899007648, -0.058964043855667114, 0.06617623567581177, 0.051400043070316315, 0.040071628987789154, -0.007445266004651785, 0.04204178601503372, -0.0375385656952858, -0.021988382562994957, -0.035797085613012314, -0.015690909698605537, -0.012964350171387196, -0.037925560027360916, 0.04239359870553017, 0.04295650124549866, -0.0868980884552002, -0.007018691394478083, -0.02670269086956978, 0.039367999881505966, 0.02756463550031185, -0.02285032719373703, 0.012093610130250454, 0.024204811081290245, 0.03507586568593979, 0.02606942504644394, -0.007159417029470205, -0.028532125055789948, -0.05558662861585617, 0.007234177552163601, 0.03803110495209694, 0.05358128994703293, -0.00382377952337265, 0.02052835375070572, -0.002977226860821247, 0.07585112005472183, 0.025823155418038368, 0.04682645946741104, -0.06885001808404922, 0.03446019068360329, -0.01667598821222782, 0.022516103461384773, -0.011266847141087055, 0.002504476811736822, -0.023202139884233475, -0.01686069183051586, 0.0026913778856396675, 0.0013918646145612001, 0.02177729271352291, -0.013720749877393246, -0.007524424232542515, -0.006398619152605534, -0.01227831281721592, 0.06093420460820198, -0.0495002456009388, -0.04418785125017166, -0.026051834225654602, 0.0372571125626564, -0.004439454525709152, -0.03097723238170147, 0.006517356261610985, -0.04689682275056839, 0.01737961731851101, -0.05822523683309555, 0.015215960331261158, 0.0006613006116822362, -0.020194130018353462, -0.010325743816792965, 0.01781938411295414, 0.014415583573281765, -0.04292131960391998, -0.012850010767579079, -0.026262924075126648, 0.013263392262160778, -0.002019632840529084, 0.01712455227971077, 0.0025880325119942427, 0.015497411601245403, 0.010818284004926682, 0.049078069627285004, 0.0019052933203056455, 0.013008326292037964, 0.015383072197437286, -0.04091598093509674, 0.01108214445412159, 0.01725648157298565, -0.00719459867104888, 0.019085915759205818, -0.048128169029951096, -0.003971101716160774, 0.018241561949253082, 0.08879788219928741, -0.026843417435884476, -0.007150621619075537, 0.031012414023280144, 0.00033092513331212103, -0.014749806374311447, 0.03634239733219147, -0.029446840286254883, 0.014406788162887096, 0.039438363164663315, -0.02978106401860714, 0.008966862224042416, -0.006891158875077963, -0.032384488731622696, 0.012603740207850933, -0.06019539386034012, 0.03750338405370712, -0.031645677983760834, -0.00484623946249485, 0.06540223956108093, 0.010061883367598057, 0.03435464948415756, 0.057204972952604294, -0.015532593242824078, -0.0051628719083964825, 0.021513432264328003, -0.03764411062002182, 0.001068085664883256, 0.004432857967913151, -0.04774117469787598, 0.04974651336669922, -0.037046026438474655, 0.03500550240278244, 0.009173552505671978, -0.019244231283664703, -0.00610837247222662, -0.00698790792375803, -0.042076967656612396, 0.04299168288707733, 0.010615990497171879, 0.0631154477596283, -0.0552699975669384, -0.001189571456052363, -0.0013204023707658052, 0.012691694311797619, 0.005272814072668552, 0.04883179813623428, 0.016157062724232674, 0.05206848680973053, -0.001265431405045092, -0.014274857938289642, 0.049394700676202774, -0.0017491758335381746, 0.03085409663617611, 0.0316280871629715, 0.04513775184750557, -0.024275174364447594, -0.0493595190346241, -0.030168060213327408, -0.001442437875084579, 0.01365918293595314, -0.003913932014256716, -0.010809488594532013, -0.011856135912239552, 0.02147825062274933, -0.04154924675822258, 0.0673724040389061, -0.07634366303682327, 0.06621141731739044, -0.012067223899066448, -0.006315063219517469, -0.013280983082950115, -0.025823155418038368, -0.01581404358148575, 0.031821586191654205, -0.034600917249917984, -0.007093451917171478, -0.023325275629758835, 0.0268082357943058, 0.061286017298698425, 0.017836974933743477, -0.04091598093509674, 0.03395006060600281, -0.050837140530347824, 0.020757032558321953, 0.06188410148024559, 0.02965793013572693, -0.04263987019658089, -0.0013204023707658052, 0.03342233970761299, 0.045172933489084244, 0.040951162576675415, 0.0028650860767811537, 0.003667662153020501, -0.037608928978443146, -0.019314594566822052, 0.003757814411073923, 0.07641402631998062, -0.005505891051143408, -0.010818284004926682, -0.05551626533269882, 0.03410837799310684, 0.013536048121750355, 0.021953200921416283, 0.03505827486515045, 0.036870118230581284, 0.0404234416782856, 0.05646616593003273, -0.014151722192764282, 0.05671243369579315, -0.0034873574040830135, 0.02040521800518036, 0.016913462430238724, -0.04450448602437973, 0.023202139884233475, -0.00009722987306304276, 0.007089054211974144, -0.04052898660302162, 0.06181373819708824, 0.01447715051472187, -0.0747956782579422, 0.00582252349704504, 0.005796137265861034, -0.0582955963909626, 0.08872751891613007, -0.0031707247253507376, 0.017423594370484352, -0.024890847504138947, 0.0017095967195928097, -0.03558599576354027, -0.0031531339045614004, 0.007612377870827913, 0.005426732823252678, 0.014195699244737625, -0.03820701315999031, 0.006693263538181782 ]
22,745
namedtuple_MetadataForBuildWheelResult
__new__
Create new instance of MetadataForBuildWheelResult(metadata, out, err)
from builtins import function
(_cls, metadata: ForwardRef('Path'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009987438097596169, -0.03448875993490219, 0.019406022503972054, 0.011531468480825424, 0.012425380758941174, 0.06140364706516266, -0.0008573431405238807, 0.005846999119967222, -0.012457886710762978, -0.02476949617266655, -0.015155876986682415, 0.03673166781663895, 0.0068709347397089005, 0.005513813346624374, -0.06845743209123611, -0.00024112776736728847, 0.03549644351005554, 0.0906914621591568, -0.028101351112127304, -0.002236812375485897, -0.06644206494092941, 0.018658388406038284, 0.036829184740781784, -0.01482269074767828, 0.03001919947564602, 0.1003132089972496, 0.037869375199079514, -0.04498816654086113, 0.010848844423890114, -0.052789583802223206, -0.010718820616602898, -0.04229017719626427, 0.004028700292110443, -0.0029092782642692327, -0.0009629873093217611, -0.04924644157290459, 0.023127948865294456, 0.04050235450267792, -0.061208613216876984, -0.07209809124469757, 0.03507386893033981, 0.01135268621146679, -0.011247041635215282, 0.003183546708896756, -0.008768467232584953, -0.00689125107601285, -0.02332298457622528, -0.0341637022793293, 0.01773197017610073, 0.010336876846849918, 0.006306144874542952, -0.037056729197502136, 0.06715719401836395, -0.014066928997635841, -0.015350911766290665, 0.07482858747243881, 0.01045877393335104, 0.019666070118546486, -0.03968970477581024, 0.04989656060934067, -0.03315601870417595, 0.023810572922229767, -0.026394791901111603, -0.041997626423835754, 0.028020087629556656, 0.03588651493191719, -0.04352540150284767, -0.017244379967451096, -0.057340409606695175, 0.029889175668358803, -0.06107858940958977, 0.014042549766600132, 0.0058510624803602695, -0.030230488628149033, 0.055910151451826096, -0.01782948710024357, -0.09316191077232361, -0.01740691065788269, 0.009174791164696217, -0.022039001807570457, 0.01517212949693203, -0.036829184740781784, -0.012864210642874241, 0.033643607050180435, -0.027678774669766426, -0.040534857660532, -0.03799939900636673, 0.001794935204088688, -0.012669174931943417, 0.009207296185195446, -0.05431736260652542, -0.016456112265586853, -0.0481412410736084, 0.027044910937547684, 0.003520795376971364, -0.006586508359760046, 0.01877215877175331, -0.02301417849957943, 0.03377363085746765, -0.04784868657588959, 0.061858732253313065, 0.01950354129076004, 0.007000958546996117, -0.05464242026209831, 0.040567364543676376, 0.04784868657588959, 0.00470929266884923, 0.015342785976827145, -0.023599283769726753, 0.007021274883300066, -0.046515945345163345, 0.010028070770204067, 0.016919322311878204, -0.014497632160782814, -0.004473624750971794, -0.03289597108960152, 0.02541961520910263, 0.004266399424523115, 0.02199024148285389, 0.012766692787408829, 0.01708185113966465, 0.04313533008098602, 0.0028523928485810757, -0.010182473808526993, 0.10252360999584198, 0.05483745411038399, 0.02296542003750801, 0.013953158631920815, 0.05096925422549248, -0.0007715072715654969, 0.004384233616292477, 0.028020087629556656, -0.04573580250144005, 0.03250590339303017, -0.04560577869415283, -0.010588797740638256, -0.01585475355386734, 0.0447281189262867, 0.005964832846075296, 0.03832445666193962, -0.041997626423835754, 0.0013682952849194407, 0.04118497669696808, -0.009126031771302223, -0.036406610161066055, -0.014050675556063652, -0.003236368764191866, 0.02959662303328514, 0.0005774876335635781, 0.011173903942108154, -0.0058510624803602695, 0.031904540956020355, 0.031937047839164734, 0.020478717982769012, 0.005278145894408226, 0.05018911138176918, 0.05301712453365326, -0.05262705311179161, 0.016634894534945488, -0.053439702838659286, 0.012547277845442295, 0.07105790078639984, -0.06007090583443642, -0.014522011391818523, 0.017016839236021042, -0.01410756167024374, 0.023989355191588402, -0.036959208548069, 0.021795207634568214, 0.004071364179253578, -0.014660161919891834, -0.04261523857712746, 0.018317075446248055, 0.04560577869415283, 0.0633540004491806, 0.037869375199079514, -0.04524821415543556, 0.09023638069629669, 0.005241576582193375, 0.029060276225209236, -0.0034639101941138506, 0.0009589241235516965, -0.11110517382621765, 0.00977614987641573, 0.015789741650223732, 0.05022161826491356, 0.040534857660532, -0.02060874179005623, 0.026573574170470238, -0.03565897420048714, -0.029434094205498695, 0.011986550875008106, 0.052497029304504395, 0.013205522671341896, -0.006318334490060806, -0.06793733686208725, -0.05919324606657028, 0.0022510336712002754, -0.009597367607057095, 0.0010102224769070745, -0.005107489880174398, 0.01781323365867138, 0.022819142788648605, 0.05613769218325615, 0.00741134537383914, 0.004229830577969551, -0.02790631726384163, 0.006436168681830168, -0.06276889890432358, -0.02229904755949974, 0.04632091149687767, -0.059778351336717606, 0.010133714415133, 0.07339832931756973, -0.001040188828483224, 0.007716088555753231, 0.02121010050177574, -0.011060132645070553, 0.009288561530411243, 0.009759897366166115, 0.07073283940553665, 0.028458917513489723, 0.009719264693558216, -0.024184390902519226, 0.09621746838092804, 0.005960769485682249, -0.01062130369246006, 0.018057027831673622, 0.004146534018218517, -0.011677744798362255, 0.0557476207613945, -0.012782946228981018, -0.00940233189612627, -0.023404249921441078, 0.006716531701385975, -0.033221032470464706, 0.03910459950566292, 0.04918142780661583, 0.007691708859056234, 0.007752657402306795, -0.0006435152608901262, 0.040534857660532, 0.04989656060934067, 0.04599585011601448, 0.0240706205368042, 0.006147678475826979, 0.013774375431239605, 0.03998225927352905, -0.061891235411167145, -0.0030718077905476093, 0.015692224726080894, -0.027126174420118332, 0.015383417718112469, -0.029466599225997925, 0.007716088555753231, 0.007472293917089701, 0.019942371174693108, 0.002507017692551017, 0.018382087349891663, -0.004485814366489649, -0.00873596128076315, -0.047946203500032425, -0.033269789069890976, 0.0019818441942334175, -0.04541074484586716, -0.03209957852959633, -0.03102688305079937, 0.048596322536468506, 0.014326975680887699, -0.0019249588949605823, 0.04576830938458443, -0.024119378998875618, -0.004380170255899429, 0.005623520817607641, -0.06228130683302879, 0.01916222833096981, -0.011433950625360012, 0.014140067622065544, 0.046580955386161804, -0.03591902181506157, 0.01183214783668518, 0.01706559769809246, -0.08210990577936172, 0.013684984296560287, -0.0823049396276474, 0.007569811772555113, 0.01062130369246006, -0.051359325647354126, 0.01885342225432396, -0.004233893472701311, 0.03734927996993065, 0.0041018384508788586, 0.04173757880926132, 0.008687201887369156, 0.0656944289803505, 0.07456853985786438, -0.022120265290141106, -0.06517433375120163, 0.06276889890432358, 0.005591014865785837, 0.006761227734386921, -0.03910459950566292, -0.01851211115717888, 0.02723994478583336, -0.024119378998875618, -0.045085687190294266, 0.06062350794672966, -0.008874110877513885, -0.08041960000991821, 0.017992015928030014, -0.030945617705583572, -0.007049717474728823, -0.053829774260520935, -0.04079490527510643, 0.04300530627369881, 0.03131943568587303, -0.023778067901730537, 0.018008269369602203, -0.02342050150036812, 0.05054667592048645, -0.017959510907530785, -0.00454676290974021, 0.07053780555725098, 0.05470743402838707, -0.020478717982769012, -0.04014478996396065, 0.01984485238790512, -0.04498816654086113, 0.056690290570259094, 0.03520389273762703, -0.09251179546117783, 0.015919765457510948, 0.07924938946962357, 0.040664881467819214, -0.014887702651321888, 0.06657208502292633, 0.02925531193614006, 0.014684541150927544, -0.025614650920033455, -0.012327862903475761, -0.013530581258237362, 0.055617596954107285, -0.002413563197478652, 0.008410901762545109, -0.0330747552216053, -0.0012636668980121613, -0.038129422813653946, 0.01043439470231533, 0.10525410622358322, -0.0731382817029953, 0.031872037798166275, -0.030604306608438492, -0.034358736127614975, 0.00031490091350860894, 0.03216458857059479, 0.036049045622348785, -0.009711137972772121, 0.013319293037056923, -0.02680111490190029, -0.011409571394324303, 0.0663120374083519, -0.062248799949884415, -0.011596480384469032, 0.005656026769429445, 0.02231530100107193, -0.005436611827462912, 0.021405136212706566, 0.014213205315172672, 0.019097216427326202, -0.017927004024386406, 0.001064568292349577, -0.025175821036100388, -0.059388283640146255, -0.04173757880926132, -0.04768615588545799, -0.024119378998875618, 0.02995418757200241, 0.004936833865940571, -0.06231381371617317, 0.051781900227069855, 0.057372916489839554, 0.03448875993490219, -0.0023505829740315676, -0.033286042511463165, 0.005903884302824736, 0.003770684590563178, -0.026573574170470238, 0.03213208541274071, -0.032197095453739166, 0.014408241026103497, -0.014668287709355354, -0.011060132645070553, 0.017179368063807487, 0.012457886710762978, 0.008256498724222183, -0.008849731646478176, -0.02472073771059513, -0.05643024668097496, -0.0019980971701443195, 0.04033982381224632, 0.022802889347076416, 0.07086286693811417, 0.0013347736094146967, 0.04768615588545799, 0.016407353803515434, -0.0034070247784256935, 0.0349438451230526, 0.016919322311878204, 0.017341898754239082, -0.028150111436843872, 0.02470448426902294, -0.050416652113199234, -0.0970626249909401, -0.061468660831451416, 0.001500350539572537, 0.024119378998875618, -0.026281021535396576, -0.04775116965174675, -0.01771571673452854, -0.03031175397336483, 0.027743786573410034, -0.060851048678159714, -0.011889033950865269, 0.04248521476984024, -0.020722512155771255, -0.03302599489688873, 0.000788268109317869, 0.015269647352397442, -0.02615099772810936, 0.0324571430683136, -0.047166064381599426, 0.011417698115110397, -0.0051562488079071045, -0.06163118779659271, 0.03578899800777435, -0.024558208882808685, -0.05483745411038399, -0.004372043535113335, 0.0787292942404747, 0.01655363105237484, 0.041315000504255295, 0.05860814079642296, 0.020755019038915634, -0.043720439076423645, 0.017179368063807487, 0.0005673295818269253, -0.005530066322535276, 0.08445033431053162, -0.014993347227573395, -0.023209214210510254, -0.00817523431032896, -0.004081522114574909, 0.000427401828346774, 0.004863695707172155, 0.054577410221099854, 0.0006074540433473885, -0.047166064381599426, 0.027044910937547684, -0.011563974432647228, -0.0042542098090052605, -0.03578899800777435, 0.023209214210510254, -0.03861701115965843, -0.020494971424341202, -0.02680111490190029, 0.09381203353404999, -0.010377509519457817, 0.01878841035068035, 0.007569811772555113, 0.015123371034860611, 0.018967192620038986, 0.006517433095723391, -0.03978722169995308, -0.029450347647070885, 0.05275707691907883, 0.07183804363012314, -0.059453293681144714, -0.017536934465169907, 0.04459809511899948, -0.02306293696165085, -0.03211583197116852, -0.05812055245041847, 0.017861992120742798, 0.02342050150036812, -0.03458628058433533, 0.02122635394334793, 0.02579343318939209, -0.016919322311878204, 0.01981234736740589, -0.048628829419612885, 0.011035753414034843, 0.11806143075227737, 0.03419620916247368, -0.02372930757701397, 0.026264768093824387, 0.013335546478629112, -0.009857414290308952, 0.02823137491941452, -0.013644352555274963, -0.014879576861858368, 0.0019503540825098753, 0.034683797508478165, -0.06787232309579849, 0.05828308314085007, 0.03845448046922684, 0.049311451613903046, 0.053862277418375015, -0.026914887130260468, -0.05122930184006691, -0.04560577869415283, -0.00017040202510543168, 0.01392065268009901, -0.01813829317688942, 0.011840274557471275, 0.042745258659124374, -0.02719118632376194, -0.025159567594528198, 0.012149080634117126, -0.07885931432247162, 0.005050604231655598, 0.010686314664781094, -0.05470743402838707, -0.04560577869415283, -0.07840423285961151, -0.009703011251986027, -0.01953604631125927, -0.027451233938336372, 0.038129422813653946, -0.0009040703880600631, 0.040534857660532, 0.034293726086616516, 0.024135632440447807, -0.0013886115048080683, -0.01309175230562687, -0.019633565098047256, 0.0967375636100769, -0.060168422758579254, -0.022754130885004997, 0.013010486960411072, 0.03027924709022045, -0.0299704410135746, -0.013693111017346382, 0.018642134964466095, 0.04391547292470932, 0.01916222833096981, -0.021470148116350174, -0.07528366893529892, -0.014895829372107983, -0.00885785836726427, 0.00972739141434431, -0.029206551611423492, -0.01912972331047058, -0.016935573890805244, 0.0015643464867025614, 0.02964538149535656, -0.055910151451826096, 0.004128249362111092, -0.02645980380475521, -0.047588638961315155, -0.021470148116350174, -0.01609042100608349, 0.0288814939558506, 0.011271421797573566, 0.026654839515686035, -0.06806735694408417, -0.005115616135299206, 0.008402775973081589, 0.0355614572763443, 0.007984261959791183, -0.061533670872449875, 0.016147306188941002, -0.004835252650082111, 0.06163118779659271, -0.038194432854652405, -0.04014478996396065, 0.07014773786067963, 0.024493196979165077, -0.06462173163890839, 0.04105495288968086, -0.042355190962553024, -0.07248815894126892, -0.025370856747031212, 0.005115616135299206, -0.037121739238500595, -0.027483738958835602, -0.012409128248691559, -0.010158094577491283, 0.052106961607933044, 0.009321067482233047, -0.06663709878921509, -0.004940897226333618, -0.0034314042422920465, 0.007183804176747799, -0.051749397069215775, -0.012214092537760735, -0.04105495288968086, -0.04976653680205345, 0.0535697266459465, -0.016252951696515083, -0.047881193459033966, 0.009589240886271, 0.014749553054571152, -0.0036487875040620565, -0.028328893706202507, 0.04206263646483421, 0.030799342319369316, 0.0033460762351751328, -0.022250289097428322, -0.00722037348896265, -0.01479831151664257, -0.032619673758745193, -0.029905429109930992, -0.02335548959672451, -0.017325645312666893, 0.06566192209720612, 0.05252953618764877, 0.022429071366786957, -0.011401444673538208, -0.004684912972152233, 0.028361398726701736, -0.04359041526913643, 0.013449316844344139, -0.01588725857436657, -0.02195773646235466, 0.07274820655584335, 0.02654106914997101, 0.025500880554318428, 0.005387853365391493, 0.05617019906640053, 0.0017360183410346508, -0.0447281189262867, -0.010588797740638256, 0.0883510410785675, -0.06276889890432358, -0.014977093786001205, -0.02444443851709366, 0.006846555508673191, 0.01097886823117733, -0.010019944049417973, 0.014855196699500084, -0.010149967856705189, -0.022900408133864403, -0.024233149364590645, -0.03926713019609451, 0.02749999240040779, 0.013717490248382092, -0.04417552053928375, 0.003642692696303129, 0.047166064381599426, -0.05470743402838707, 0.007553558796644211, 0.02715868130326271, -0.0042379568330943584, 0.08067964762449265, -0.02472073771059513, -0.025533385574817657, -0.00340499309822917, -0.052106961607933044, 0.07339832931756973, -0.03825944662094116, -0.007691708859056234, -0.024834508076310158, -0.024639474228024483, 0.06702716648578644, 0.005014035385102034, -0.040209800004959106, 0.013806881383061409, -0.03237587958574295, -0.004351727664470673, -0.007667329628020525, 0.02962912991642952, -0.0341637022793293, 0.0040794904343783855, -0.0543498657643795, -0.02608598582446575, 0.018300822004675865, 0.02751624584197998, 0.05786050483584404, 0.0009604478254914284, -0.003126661293208599, -0.043037813156843185, -0.023209214210510254, -0.020624995231628418, -0.056560270488262177, -0.03721925616264343, 0.013449316844344139, -0.04121748358011246, 0.03232711926102638, -0.003963688388466835, -0.032245855778455734, -0.0017634452087804675, 0.0018802632112056017, -0.026719851419329643, -0.02504579722881317, -0.0226728655397892, 0.03809691593050957, -0.011921538971364498, -0.027288705110549927, 0.002153516048565507, -0.017569439485669136, 0.033269789069890976, 0.014977093786001205, 0.005050604231655598, -0.004008383955806494, 0.02476949617266655, -0.03903958946466446, -0.03133568912744522, -0.02199024148285389, -0.04072989523410797, 0.026020973920822144, 0.01239287480711937, -0.030604306608438492, -0.01648861914873123, 0.030896859243512154, 0.04209514334797859, -0.05262705311179161, -0.02964538149535656, 0.07885931432247162, 0.030506787821650505, -0.00977614987641573, 0.028653951361775398, -0.037154246121644974, 0.03754431754350662, 0.015399671159684658, 0.06982267647981644, 0.02366429567337036, -0.06007090583443642, 0.018008269369602203, -0.044858142733573914, 0.01585475355386734, -0.004136376082897186, 0.03377363085746765, -0.04043734073638916, 0.06283390522003174, 0.012685428373515606, -0.020364947617053986, -0.010369382798671722, 0.02959662303328514, -0.020397452637553215, -0.03380613774061203, -0.03877954185009003, -0.06302894651889801, 0.002104757120832801, -0.015180256217718124, 0.024623220786452293, -0.019422275945544243, 0.021746447309851646, -0.024655725806951523, 0.024883268401026726, 0.07248815894126892, 0.006115172524005175, 0.048628829419612885, 0.02299792505800724, -0.019292252138257027, 0.045865826308727264, -0.016066042706370354, -0.01776447519659996, 0.004126217681914568, -0.03179077059030533, -0.02758125774562359, -0.09940304607152939, 0.031481966376304626, -0.015724729746580124, -0.02548462711274624, 0.05617019906640053, -0.02964538149535656, 0.003228242276236415, 0.01674054004251957 ]
22,748
collections
_replace
Return a new MetadataForBuildWheelResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05418659746646881, 0.0014151870273053646, -0.015411244705319405, -0.03568486124277115, -0.03288281708955765, -0.033294882625341415, 0.002814921550452709, 0.02153041586279869, 0.02097412757575512, -0.04615132138133049, -0.04219549521803856, 0.057071052491664886, 0.004468333907425404, 0.06329324096441269, 0.010816715657711029, 0.03339789807796478, -0.029812930151820183, 0.056329336017370224, -0.06539477407932281, -0.03236773610115051, 0.019016817212104797, 0.015916025266051292, 0.03345970809459686, 0.05979068577289581, 0.03199687600135803, 0.010981542058289051, 0.018841689452528954, 0.01047161128371954, 0.0018002105643972754, -0.005949193611741066, -0.004094899632036686, -0.015823310241103172, -0.030204391106963158, -0.010734302923083305, 0.00284325098618865, -0.060903262346982956, -0.050065942108631134, 0.05855448916554451, 0.049283016473054886, -0.005065828561782837, 0.06395254284143448, -0.09955499321222305, -0.04948905110359192, -0.06098567321896553, -0.0017834703903645277, 0.02340531349182129, 0.02268419787287712, -0.011445115320384502, -0.024250047281384468, -0.05344487726688385, 0.02359074167907238, 0.006330354139208794, 0.015792405232787132, -0.00425457488745451, -0.02315807342529297, -0.0009574081632308662, -0.0018311154562979937, 0.061809804290533066, -0.006891793105751276, 0.023075660690665245, -0.0021852341014891863, 0.057606738060712814, -0.015102195553481579, 0.010461309924721718, -0.0542278029024601, -0.02420883998274803, -0.009333280846476555, -0.07347125560045242, -0.022766612470149994, 0.0012213875306770205, -0.008998477831482887, -0.0008576110703870654, 0.018769577145576477, 0.024250047281384468, 0.0763557106256485, 0.04231911525130272, -0.029215434566140175, -0.010857922956347466, 0.04421461373567581, -0.05154937878251076, -0.01660623401403427, -0.013453934341669083, -0.08076481521129608, -0.043514102697372437, -0.03424263373017311, 0.03947586193680763, -0.050436802208423615, -0.0004841768241021782, 0.030142581090331078, -0.001749990158714354, -0.053115226328372955, 0.01601904071867466, -0.0037575210444629192, 0.0333360880613327, -0.05167299881577492, -0.0866161435842514, 0.0038244817405939102, -0.03793061897158623, -0.012938852421939373, 0.03576727584004402, 0.025012368336319923, -0.04578046128153801, -0.09189058095216751, -0.02106684260070324, -0.008694578893482685, -0.019768835976719856, -0.019490692764520645, -0.015194910578429699, 0.03593210130929947, -0.03265618160367012, -0.04318445175886154, -0.057730358093976974, -0.029998358339071274, 0.06082084774971008, -0.003948101308196783, -0.03403659909963608, 0.02109774760901928, -0.025980722159147263, -0.030637061223387718, -0.031090332195162773, 0.02711390145123005, 0.018810784444212914, -0.061191707849502563, 0.04911819100379944, 0.008488547056913376, -0.008983025327324867, 0.061438947916030884, -0.025980722159147263, 0.03889897093176842, -0.0033248525578528643, 0.022972645238041878, 0.0029591445345431566, -0.042401526123285294, 0.056823816150426865, 0.0179145410656929, 0.03844569995999336, 0.0498599112033844, 0.05027197673916817, -0.06984508037567139, 0.037600964307785034, 0.04201006516814232, -0.012166230008006096, 0.06555960327386856, 0.035478826612234116, -0.0018607326783239841, -0.04619252681732178, 0.0133200129494071, 0.006984508130699396, -0.03751855343580246, 0.030080772936344147, -0.0330270379781723, -0.03599391132593155, 0.01888289488852024, 0.022416356950998306, -0.04652218148112297, -0.005135364830493927, -0.011197876185178757, -0.06407616287469864, -0.023199280723929405, -0.04151558503508568, 0.018584148958325386, -0.05315643176436424, -0.016163263469934464, -0.01570999249815941, 0.05534037947654724, 0.021324383094906807, 0.043390482664108276, -0.08529753237962723, -0.013629062101244926, -0.033603932708501816, -0.0004168942687101662, 0.04124774411320686, 0.026372183114290237, 0.044173408299684525, -0.034139614552259445, 0.019439183175563812, -0.007118429057300091, 0.024826938286423683, 0.02396160177886486, -0.020428141579031944, 0.038816556334495544, -0.014308970421552658, -0.06197463348507881, 0.008895461447536945, 0.05847207456827164, 0.03181144595146179, -0.0019985169637948275, 0.062304284423589706, 0.05229109525680542, 0.02682545594871044, 0.016122058033943176, -0.04001154750585556, 0.005758613348007202, -0.006639403291046619, 0.008699730038642883, 0.06300479173660278, -0.06354048103094101, 0.04615132138133049, 0.01757458783686161, 0.11043351888656616, -0.027587777003645897, 0.03313005715608597, 0.029215434566140175, -0.01745096780359745, 0.03284161165356636, -0.02948327735066414, 0.054928313940763474, -0.05113731324672699, -0.03156420588493347, -0.03376875817775726, 0.08340203016996384, -0.021427398547530174, 0.0077313766814768314, 0.01957310549914837, -0.010816715657711029, -0.07252350449562073, 0.05352729186415672, -0.02985413558781147, 0.006371560972183943, -0.004190189763903618, 0.0881819874048233, 0.02346712350845337, -0.026124944910407066, -0.005835875868797302, 0.04141256958246231, -0.048788540065288544, -0.016183868050575256, -0.029112419113516808, -0.03844569995999336, -0.0638701319694519, 0.06271634995937347, -0.01285643968731165, -0.029091814532876015, -0.01926405541598797, 0.024002807214856148, -0.016307486221194267, 0.009240565821528435, -0.03580848127603531, -0.02315807342529297, -0.026289770379662514, 0.027814412489533424, 0.03574667125940323, -0.03378935903310776, -0.009868965484201908, -0.009755647741258144, -0.06741389632225037, -0.02785561978816986, 0.028185270726680756, -0.01982034370303154, 0.007788035552948713, -0.016647441312670708, 0.014988877810537815, -0.010960938408970833, 0.03275919705629349, 0.0043472894467413425, -0.02474452555179596, -0.03564365580677986, -0.013505442067980766, -0.014298668131232262, -0.027752602472901344, 0.004125804640352726, -0.058348458260297775, 0.030740076676011086, 0.04503874480724335, 0.051219724118709564, -0.0277319997549057, 0.004628009162843227, -0.0257128793746233, 0.013175790198147297, 0.015287625603377819, 0.12048791348934174, 0.036261752247810364, -0.015421546064317226, 0.01629718579351902, -0.04536839574575424, -0.03345970809459686, 0.016462011262774467, -0.025197796523571014, 0.02280781790614128, -0.0510961078107357, -0.008880008943378925, -0.022910835221409798, -0.022890230640769005, -0.011362702585756779, 0.022704802453517914, 0.06135653331875801, -0.055299174040555954, 0.030719473958015442, -0.008493697270751, -0.00011782494402723387, 0.04516236484050751, -0.03284161165356636, 0.013423029333353043, -0.03197627142071724, 0.0004197915841359645, 0.024126427248120308, -0.0857095941901207, 0.020510554313659668, 0.023364106193184853, -0.06873250752687454, -0.0249299556016922, 0.018223591148853302, 0.041206538677215576, 0.03889897093176842, 0.05167299881577492, -0.04182463511824608, -0.027402346953749657, -0.004403948783874512, -0.011043352074921131, 0.046728212386369705, -0.02760837972164154, 0.01341272797435522, -0.021551018580794334, 0.0057637644931674, 0.06024395674467087, 0.022457562386989594, 0.001492449315264821, -0.014690130017697811, 0.01480344869196415, 0.04318445175886154, -0.01477254368364811, -0.06288117915391922, -0.04804682359099388, -0.014339874498546124, -0.008782142773270607, -0.03389237821102142, -0.05072524771094322, -0.007793186232447624, 0.011877784505486488, -0.017924843356013298, -0.03574667125940323, 0.007061770185828209, 0.014175049029290676, 0.05777156352996826, 0.0012258944334462285, -0.009693837724626064, 0.010023490525782108, -0.02589830942451954, 0.004440004471689463, -0.020541459321975708, 0.04911819100379944, -0.01047161128371954, -0.04623373597860336, -0.011166971176862717, -0.007154485210776329, -0.0179145410656929, 0.014082334004342556, 0.017028601840138435, 0.12658648192882538, -0.022849025204777718, 0.011702656745910645, -0.08364927023649216, -0.05307402089238167, 0.014051428996026516, 0.04870612546801567, -0.02832949347794056, 0.0022959767375141382, -0.01325820293277502, 0.006711514666676521, -0.009153001941740513, 0.008941818960011005, -0.054145388305187225, 0.0013128145365044475, 0.011352401226758957, 0.020170599222183228, -0.035417020320892334, -0.03224411606788635, -0.015040386468172073, -0.014690130017697811, -0.011362702585756779, 0.0162044707685709, -0.015823310241103172, -0.02954508736729622, -0.035664256662130356, -0.04714027792215347, -0.03212049603462219, 0.02723752148449421, 0.07380090653896332, -0.0872754454612732, -0.06786716729402542, 0.013546649366617203, -0.06642493605613708, 0.027835015207529068, 0.021046238020062447, 0.012186833657324314, -0.002438911935314536, 0.05583485588431358, 0.02900940179824829, 0.014205954037606716, 0.06279876083135605, -0.06691941618919373, 0.018934404477477074, -0.03605572134256363, -0.03150239586830139, 0.03537581115961075, -0.013484839349985123, -0.03939345106482506, -0.03599391132593155, -0.050065942108631134, -0.012444374151527882, 0.007782884873449802, -0.04376134276390076, -0.035293400287628174, 0.044297028332948685, -0.029174229130148888, 0.018182383850216866, 0.09650570899248123, -0.04409099370241165, 0.009431146085262299, -0.008550356142222881, 0.04635735601186752, 0.023631948977708817, -0.06304600089788437, -0.08336082100868225, 0.06432340294122696, 0.022416356950998306, 0.010481912642717361, 0.033480312675237656, 0.035602446645498276, 0.03455168008804321, -0.002478830749168992, -0.0064385212026536465, 0.006000701803714037, 0.02315807342529297, -0.028844576328992844, 0.0442558191716671, -0.04384375363588333, 0.024847541004419327, 0.013618760742247105, 0.005076130386441946, -0.04073266312479973, 0.0012619502376765013, 0.004725874867290258, -0.012640105560421944, 0.054269008338451385, -0.037600964307785034, -0.007875598967075348, -0.03743613883852959, -0.010930034331977367, 0.02888578176498413, 0.008874857798218727, -0.00028120243223384023, 0.010878525674343109, -0.0504780076444149, 0.010775509290397167, 0.01520521193742752, -0.04759354889392853, 0.012197135016322136, 0.04209247604012489, 0.016771061345934868, 0.07516072690486908, 0.05665898695588112, 0.08463823050260544, 0.015627579763531685, -0.0020216957200318575, -0.03811604529619217, -0.03922862187027931, -0.04833526909351349, 0.01608085073530674, 0.0022444685455411673, 0.01779092289507389, -0.025815894827246666, 0.050065942108631134, 0.03327427804470062, -0.04124774411320686, -0.00843188725411892, 0.03885776549577713, -0.06906215846538544, -0.015359736979007721, -0.041082918643951416, 0.06551839411258698, -0.015277323313057423, 0.024888748303055763, -0.01972763054072857, -0.034695904701948166, 0.016183868050575256, 0.0002445028512738645, -0.008596713654696941, -0.018676862120628357, -0.07862207293510437, 0.0526619553565979, -0.021860068663954735, 0.054145388305187225, 0.0022676473017781973, -0.0027634133584797382, 0.030080772936344147, 0.05282678082585335, 0.030328011140227318, -0.009961680509150028, 0.030389821156859398, -0.061809804290533066, 0.02791742794215679, 0.051837824285030365, -0.008318569511175156, 0.005537128541618586, -0.0065003312192857265, -0.024311857298016548, 0.04151558503508568, -0.043555308133363724, -0.033603932708501816, 0.042896006256341934, -0.05039559304714203, 0.025918912142515182, -0.03113153949379921, 0.06654855608940125, -0.039496466517448425, 0.0604499913752079, 0.011012447066605091, -0.01249588280916214, -0.032614972442388535, -0.06378772109746933, -0.0190065149217844, 0.017461270093917847, -0.030204391106963158, 0.0019367072964087129, 0.006041908636689186, 0.0046666404232382774, 0.02377617172896862, -0.06568322330713272, -0.052867986261844635, 0.03749794885516167, 0.029812930151820183, -0.03284161165356636, 0.015297926962375641, -0.029874740168452263, 0.02876216359436512, 0.02546563930809498, -0.008277363143861294, 0.03990853205323219, 0.02443547733128071, 0.0030003509018570185, -0.05039559304714203, -0.023549536243081093, -0.054887108504772186, 0.03852811083197594, 0.03704467788338661, -0.004656338598579168, 0.017904240638017654, 0.040526628494262695, 0.020211806520819664, 0.04817044362425804, 0.05447504296898842, -0.0554639995098114, -0.026372183114290237, -0.011074257083237171, 0.00035733793629333377, -0.02455909550189972, 0.01003379188477993, -0.015246418304741383, -0.03028680384159088, -0.006474577356129885, -0.01766730286180973, 0.0015310803428292274, -0.010342841036617756, -0.04664580151438713, -0.016101453453302383, -0.035911496728658676, 0.004867522045969963, 0.017183126881718636, 0.030142581090331078, 0.005019471514970064, 0.006598196923732758, 0.024476682767271996, -0.009760798886418343, -0.0010668629547581077, 0.03197627142071724, 0.039805516600608826, 0.01772911287844181, -0.007309009321033955, -0.01829570159316063, 0.030678266659379005, 0.008272211998701096, 0.04693424701690674, 0.01769820787012577, 0.01389690488576889, 0.02948327735066414, -0.03690045326948166, 0.0038399342447519302, -0.01480344869196415, -0.05740070715546608, 0.02767018973827362, 0.04285479709506035, -0.01155843399465084, -0.061686184257268906, -0.01149662397801876, -0.026289770379662514, -0.020448744297027588, 0.008220704272389412, 0.027258124202489853, 0.008514300920069218, -0.023611346259713173, 0.042401526123285294, -0.004723299294710159, -0.00034446088830009103, -0.0193155650049448, 0.022045496851205826, -0.03659140318632126, 0.006459124851971865, 0.010296483524143696, 0.0009677097550593317, -0.04804682359099388, 0.03811604529619217, -0.03352151811122894, -0.002547078998759389, 0.004213368520140648, -0.03652959689497948, -0.015524562448263168, 0.006330354139208794, 0.050560422241687775, 0.014185350388288498, 0.06148015335202217, -0.04854129999876022, 0.03964068740606308, 0.008220704272389412, -0.021551018580794334, -0.018254496157169342, -0.014556209556758404, -0.015122799202799797, 0.01237226277589798, -0.04804682359099388, -0.06803198903799057, 0.024250047281384468, 0.012897646054625511, 0.009359034709632397, -0.009122096933424473, -0.05665898695588112, -0.011208178475499153, -0.03716829791665077, 0.051219724118709564, -0.04499753937125206, -0.030657663941383362, -0.028102857992053032, 0.023302296176552773, -0.06696062535047531, -0.036323562264442444, 0.012413469143211842, 0.020829904824495316, -0.014782845042645931, 0.014175049029290676, 0.06226307898759842, 0.011661450378596783, -0.03224411606788635, -0.006510633043944836, 0.01435017678886652, -0.010775509290397167, -0.023261090740561485, 0.05175540968775749, -0.09601122885942459, 0.04437943920493126, 0.015452451072633266, -0.020088186487555504, 0.053898151963949203, 0.015297926962375641, -0.03168782591819763, -0.025609862059354782, 0.007118429057300091, -0.07825121283531189, -0.010512817651033401, 0.027876222506165504, 0.012423770502209663, 0.012155928649008274, -0.0498599112033844, 0.03531400114297867, -0.027402346953749657, 0.005774065852165222, 0.050313182175159454, -0.024311857298016548, 0.056082095950841904, 0.0532800517976284, 0.018810784444212914, -0.02359074167907238, -0.003912045620381832, 0.054516248404979706, -0.0037060128524899483, -0.026681233197450638, -0.02863854356110096, 0.025383226573467255, 0.048788540065288544, -0.03234713152050972, -0.001643110648728907, 0.061274122446775436, 0.013361219316720963, -0.04491512477397919, -0.026186754927039146, -0.007468685042113066, -0.009163303300738335, 0.021046238020062447, 0.005398056469857693, 0.030595853924751282, -0.08752268552780151, 0.03941405192017555, 0.0197894386947155, 0.01738915778696537, 0.01985124871134758, -0.061686184257268906, -0.02414702996611595, 0.027278726920485497, -0.031770240515470505, 0.048005614429712296, -0.02037663199007511, 0.020634174346923828, 0.00523580564185977, -0.00239126686938107, 0.039805516600608826, 0.003695711260661483, 0.05224988982081413, -0.0013301984872668982, 0.02256057970225811, 0.038816556334495544, -0.006788777187466621, -0.008694578893482685, 0.04413220286369324, 0.012022007256746292, -0.009173605591058731, 0.05097248777747154, -0.05431021749973297, 0.02657821588218212, 0.07029835134744644, -0.015586372464895248, 0.034139614552259445, 0.02894759178161621, -0.01779092289507389, 0.08636890351772308, -0.0024775429628789425, 0.005076130386441946, 0.000022816509954282083, -0.029957152903079987, -0.02542443387210369, -0.03751855343580246, 0.017863033339381218, 0.044173408299684525, 0.0448739193379879, -0.04606890678405762, 0.02317867800593376, 0.03249135613441467, -0.03185265138745308, 0.02596011757850647, 0.018718069419264793, -0.006196433212608099, 0.07388331741094589, -0.05801880359649658, 0.06251031905412674, -0.0012149489484727383, 0.04598649591207504, -0.04973629117012024, -0.018893197178840637, 0.05892534926533699, 0.024353062734007835, -0.0076592653058469296, 0.026537010446190834, 0.012959456071257591, 0.037971824407577515, -0.019614310935139656, -0.019583405926823616, 0.0327179916203022, -0.06551839411258698, 0.03941405192017555, -0.011867482215166092, -0.028350098058581352, -0.052744366228580475, -0.03100791946053505, -0.002343621803447604, 0.018048463389277458, 0.0193155650049448, -0.0017757442547008395, 0.03673562780022621, 0.005604089237749577, 0.03275919705629349 ]
22,749
pyproject_api._frontend
OptionalHooks
A flag indicating if the backend supports the optional hook or not.
class OptionalHooks(TypedDict, total=True): """A flag indicating if the backend supports the optional hook or not.""" get_requires_for_build_sdist: bool prepare_metadata_for_build_wheel: bool get_requires_for_build_wheel: bool build_editable: bool get_requires_for_build_editable: bool prepare_metadata_for_build_editable: bool
null
[ 0.0022252770140767097, -0.012098421342670918, -0.05307009071111679, 0.01858161762356758, 0.03783635422587395, 0.007630154024809599, -0.04237104579806328, 0.010247345082461834, 0.011000175960361958, -0.05051932483911514, 0.05597512796521187, 0.030662324279546738, -0.012984104454517365, -0.02791670896112919, -0.028572114184498787, -0.02536594495177269, -0.0017060457030311227, 0.04587835073471069, 0.013595225289463997, -0.050413042306900024, 0.020654113963246346, 0.05700251832604408, 0.06763070821762085, 0.05427461862564087, 0.011602439917623997, 0.02462197095155716, 0.03875746205449104, -0.04598462954163551, -0.0013185596326366067, -0.026924746111035347, -0.04708287864923477, -0.035958707332611084, 0.028589827939867973, 0.023382015526294708, -0.008719542995095253, -0.014852894470095634, 0.03114059381186962, 0.10947034507989883, -0.09466173499822617, -0.0011447445722296834, -0.003077746368944645, 0.01742137223482132, -0.020707255229353905, -0.036064986139535904, -0.022797465324401855, -0.005229954607784748, -0.026127630844712257, 0.05487688258290291, -0.01569429226219654, -0.04715372994542122, 0.03374449908733368, -0.0033611648250371218, 0.04697659611701965, 0.036596398800611496, -0.03262853994965553, -0.011195025406777859, 0.024196842685341835, 0.06529250741004944, -0.03477189317345619, 0.07680638134479523, 0.008351985365152359, 0.0533180795609951, -0.010096779093146324, -0.03893459960818291, 0.029865210875868797, -0.03034347854554653, -0.019254734739661217, -0.005699366331100464, -0.0018067921046167612, 0.044780101627111435, -0.061820633709430695, -0.025330517441034317, 0.019219309091567993, -0.00046885813935659826, -0.01074332743883133, -0.07460988312959671, -0.0011093171779066324, -0.02138037420809269, 0.02467511221766472, -0.008489266037940979, -0.015658864751458168, -0.0342404805123806, -0.058384183794260025, 0.025348231196403503, 0.002262918511405587, 0.026056775823235512, 0.060084693133831024, 0.003106530988588929, 0.03138858452439308, -0.02506481297314167, -0.05016505345702171, 0.04017455503344536, 0.035958707332611084, 0.019006744027137756, 0.004583406262099743, -0.027491582557559013, 0.014073493890464306, 0.019166167825460434, -0.05831332877278328, -0.012080708518624306, 0.0008198097930289805, -0.08587576448917389, 0.04020998254418373, -0.01286010816693306, 0.03574614226818085, -0.04290245473384857, -0.04658689349889755, -0.03517930582165718, 0.010964748449623585, -0.016774825751781464, 0.03000692091882229, -0.0948743000626564, -0.010583904571831226, -0.013542084023356438, 0.027668718248605728, 0.011496157385408878, -0.04067053645849228, -0.07538928836584091, 0.01183271687477827, 0.029192091897130013, -0.02791670896112919, 0.017757931724190712, -0.01243498083204031, -0.0205832589417696, 0.02701331302523613, 0.015384303405880928, 0.03429362177848816, 0.06228118762373924, 0.021291805431246758, -0.005030676256865263, 0.025330517441034317, 0.028022991493344307, -0.02940465696156025, 0.013462373055517673, 0.002944893902167678, 0.002124530728906393, 0.059872131794691086, -0.004379699472337961, 0.009822217747569084, 0.03526787459850311, -0.027775000780820847, -0.0076567246578633785, -0.04764971509575844, -0.02959950640797615, 0.009095958434045315, -0.002198706613853574, -0.009600797668099403, -0.04311501979827881, -0.03656097128987312, -0.014073493890464306, 0.05785277485847473, -0.04446125775575638, -0.08842653036117554, 0.01689882017672062, -0.04545322060585022, 0.060616105794906616, -0.029528651386499405, -0.04378813877701759, -0.006735614966601133, -0.018510762602090836, 0.013223238289356232, -0.03666725009679794, -0.00450590904802084, -0.031866852194070816, -0.020299840718507767, 0.02501167170703411, 0.00802428275346756, -0.0718819871544838, 0.007426447235047817, 0.11046230792999268, 0.005845503881573677, 0.002947108121588826, 0.03563985973596573, 0.026198485866189003, 0.05505402013659477, 0.059234440326690674, 0.026783036068081856, -0.04042254388332367, -0.02072496898472309, -0.03484274446964264, 0.034754179418087006, 0.007674437947571278, -0.10330599546432495, 0.03220341354608536, 0.0076567246578633785, 0.012665258720517159, -0.006301630288362503, -0.005300809163600206, 0.012204703874886036, 0.0554082915186882, -0.009056102484464645, -0.00543366139754653, 0.06174977868795395, -0.0212386641651392, -0.012496978975832462, 0.013683793134987354, 0.03588785231113434, -0.018174203112721443, 0.006717901211231947, -0.006332629360258579, -0.0474371500313282, -0.04499266669154167, 0.007213883101940155, 0.035515863448381424, -0.03762378916144371, 0.03000692091882229, 0.010123349726200104, 0.006412340793758631, -0.045169804245233536, -0.026588186621665955, -0.01717338152229786, -0.002344844164326787, -0.04541779309511185, 0.07074831426143646, 0.008263416588306427, -0.036312978714704514, 0.04814569652080536, 0.02467511221766472, -0.0635211393237114, 0.040351688861846924, 0.04892509803175926, -0.018067920580506325, 0.07907372713088989, 0.012922106310725212, 0.01778450235724449, 0.029493223875761032, 0.0407768189907074, 0.016207987442612648, 0.014436623081564903, -0.053743209689855576, 0.009804503992199898, 0.010521907359361649, -0.030981170013546944, 0.03533872961997986, 0.0483582578599453, -0.01370150689035654, 0.010769898071885109, -0.017580796033143997, 0.06894151866436005, 0.030573757365345955, 0.08630089461803436, 0.02970578894019127, 0.005531086586415768, 0.010282772593200207, -0.06029725819826126, -0.03029033914208412, 0.015951139852404594, -0.00043121661292389035, 0.025826498866081238, -0.019910139963030815, 0.006350343115627766, 0.0012875607935711741, 0.004510337486863136, 0.01405578013509512, 0.008763827383518219, -0.029121236875653267, 0.017625080421566963, -0.06628447026014328, 0.010380198247730732, -0.04187506437301636, -0.016145991161465645, 0.006146635860204697, -0.06419426202774048, 0.06940207630395889, 0.0017204381292685866, -0.0377654992043972, 0.08098679780960083, -0.02651733160018921, -0.05108616128563881, 0.08509636670351028, 0.09175670146942139, 0.008555691689252853, -0.002663689898326993, -0.01559686753898859, -0.01301067415624857, -0.0006338164675980806, 0.04910223186016083, 0.02935151569545269, 0.013214381411671638, 0.00824570283293724, 0.038792889565229416, -0.004045354202389717, 0.012532406486570835, 0.02890867367386818, -0.016305413097143173, -0.01433034148067236, -0.06238747015595436, 0.07319279760122299, -0.01868789829313755, -0.024444835260510445, 0.05934072285890579, 0.06444225460290909, 0.04311501979827881, 0.014383482746779919, 0.0348958857357502, -0.008241274394094944, -0.08828482031822205, -0.014321484602987766, 0.07354706525802612, -0.06199776753783226, 0.007426447235047817, 0.020512403920292854, 0.00809513684362173, -0.008604404516518116, -0.0016805824125185609, 0.003064461052417755, 0.06224576011300087, -0.07099629938602448, -0.00999049749225378, -0.005911929998546839, 0.006372484844177961, 0.0057037947699427605, 0.003609155770391226, 0.029262946918606758, -0.025153379887342453, -0.01619027368724346, -0.017164524644613266, -0.06036811321973801, -0.007647867780178785, 0.06029725819826126, -0.0696500614285469, 0.02795213647186756, -0.0019938924815505743, -0.04290245473384857, 0.008072995580732822, -0.08112850785255432, 0.0424773283302784, -0.05260953679680824, 0.03284110501408577, -0.003175171557813883, -0.04750800505280495, -0.00999049749225378, 0.057427648454904556, 0.03420505300164223, -0.07446818053722382, -0.008072995580732822, 0.012372983619570732, -0.036064986139535904, -0.003666725242510438, -0.02118552289903164, -0.0020990672055631876, -0.04616176709532738, -0.04860625043511391, 0.02572021633386612, -0.020494690164923668, -0.031176021322607994, 0.059872131794691086, 0.005553228780627251, 0.09983412176370621, -0.01203642413020134, 0.0321502722799778, -0.004417341202497482, -0.025649363175034523, 0.03494902700185776, 0.06267088651657104, -0.09707079082727432, -0.014046923257410526, -0.022248342633247375, 0.017731361091136932, -0.011389875784516335, 0.04311501979827881, 0.033266231417655945, -0.047224584966897964, 0.08679687976837158, -0.003846075851470232, -0.021362660452723503, 0.07120886445045471, -0.03160114958882332, -0.003265953855589032, -0.06104123219847679, 0.02102610096335411, -0.057144228368997574, 0.0008175955736078322, 0.012231274507939816, 0.01621684432029724, 0.008002140559256077, 0.017456799745559692, 0.016278842464089394, -0.05647110939025879, -0.014144347980618477, -0.011097600683569908, 0.0419459193944931, -0.05707337334752083, 0.03179599717259407, -0.003744222456589341, 0.01882960833609104, -0.016110563650727272, 0.025578508153557777, 0.012629831209778786, 0.004271203652024269, 0.03379764035344124, -0.0020182488951832056, -0.058384183794260025, -0.0030467475298792124, -0.020264413207769394, -0.024781394749879837, -0.0097690774127841, 0.0036556541454046965, -0.047224584966897964, -0.024391693994402885, 0.1032351404428482, -0.04276074841618538, 0.0346301831305027, -0.008387412875890732, -0.01562343817204237, 0.021167809143662453, 0.0034630182199180126, -0.0008635403355583549, -0.02995377965271473, 0.04237104579806328, 0.0017348304390907288, 0.021663792431354523, -0.06306058913469315, -0.02042383700609207, -0.04361100122332573, 0.016695113852620125, 0.010025925002992153, -0.0016141561791300774, -0.004474910441786051, 0.016668543219566345, 0.05980127677321434, -0.014365768991410732, 0.004725115839391947, 0.04580749571323395, 0.0243739802390337, 0.050413042306900024, -0.012939820066094398, -0.00956537015736103, 0.0012299914378672838, 0.04003284499049187, 0.04630347713828087, -0.02102610096335411, -0.015224880538880825, -0.013568654656410217, -0.010371341370046139, -0.05034218728542328, -0.012647544965147972, -0.0639108419418335, -0.03960771858692169, 0.01566772162914276, -0.047862276434898376, 0.011877001263201237, 0.0034873744007200003, 0.01240841019898653, 0.05767563730478287, -0.012824681587517262, -0.03269939497113228, 0.050661034882068634, 0.07468073815107346, -0.01802363619208336, -0.022496333345770836, 0.021699219942092896, 0.06199776753783226, 0.011930142529308796, 0.02825326845049858, -0.04775599390268326, -0.09494515508413315, -0.02162836492061615, -0.051157016307115555, -0.031866852194070816, 0.002595049561932683, -0.00795785617083311, -0.04828740656375885, 0.00828555878251791, 0.018174203112721443, -0.016996245831251144, -0.00805085338652134, -0.02844811975955963, -0.06476109474897385, 0.0342404805123806, 0.018847322091460228, -0.006824182812124491, 0.04169792681932449, -0.004813683684915304, 0.010628188960254192, 0.015366589650511742, 0.004804827272891998, -0.019467299804091454, -0.05473517253994942, -0.08332499861717224, 0.008971963077783585, 0.03262853994965553, -0.023293446749448776, 0.0043354155495762825, 0.0026814034208655357, -0.023612292483448982, -0.010495336726307869, -0.00644333939999342, 0.05647110939025879, 0.03691524267196655, -0.02811156027019024, -0.0023204879835247993, 0.042087629437446594, -0.0445675402879715, 0.023435156792402267, 0.016172559931874275, 0.03762378916144371, 0.02152208238840103, 0.02471053972840309, 0.03339022770524025, 0.02028212696313858, -0.03801348805427551, 0.006323772482573986, 0.012496978975832462, 0.026375621557235718, -0.11478444188833237, -0.03503759577870369, -0.012913249433040619, -0.032026275992393494, 0.06029725819826126, -0.006354771088808775, -0.009901929646730423, 0.08807225525379181, 0.0097690774127841, 0.07772748917341232, 0.007200597785413265, -0.016810251399874687, 0.010087922215461731, 0.03034347854554653, -0.0036157984286546707, -0.010459909215569496, 0.035515863448381424, 0.04910223186016083, -0.033461082726716995, 0.03179599717259407, -0.015402017161250114, -0.024001993238925934, -0.03673810511827469, 0.026233913376927376, 0.004942107945680618, 0.0660010501742363, -0.014666900970041752, -0.03339022770524025, 0.036702677607536316, -0.04977535083889961, 0.0046321190893650055, -0.007639010902494192, 0.04605548456311226, -0.01904217153787613, -0.051015306264162064, 0.08304158598184586, 0.022903747856616974, 0.05675452947616577, -0.03124687634408474, 0.05197184532880783, 0.03153029456734657, -0.01430377084761858, -0.028837818652391434, 0.045524075627326965, -0.018705612048506737, -0.0908355861902237, 0.00021214861772023141, 0.004116209223866463, -0.015437444671988487, 0.011195025406777859, -0.02954636514186859, 0.055939700454473495, -0.013090386055409908, 0.007935713976621628, 0.005455803591758013, 0.0019695363007485867, -0.017580796033143997, -0.06224576011300087, -0.022815179079771042, 0.0036512257065624, 0.0018721112282946706, 0.029068097472190857, 0.019874712452292442, 0.0033390226308256388, 0.007399876601994038, -0.003197313519194722, -0.007559299468994141, -0.02866068296134472, -0.015171739272773266, 0.03128230199217796, -0.005150243174284697, 0.023063169792294502, 0.002900609979405999, -0.03967857360839844, -0.0432567298412323, -0.03324851766228676, 0.008670831099152565, -0.0004226365708746016, -0.0019673220813274384, 0.0033943778835237026, -0.01071675680577755, 0.04385899379849434, 0.04973992332816124, -0.008781541138887405, -0.005004105623811483, -0.04825197905302048, 0.04598462954163551, 0.05321180075407028, -0.034010205417871475, 0.005641797091811895, 0.0031331016216427088, -0.04067053645849228, 0.0029138950631022453, 0.04757886007428169, 0.002249633427709341, -0.028430406004190445, 0.00003833344089798629, -0.01258554682135582, -0.014224059879779816, -0.019148454070091248, -0.027739573270082474, -0.0013263094006106257, 0.02715502306818962, -0.042193908244371414, -0.04910223186016083, -0.014844037592411041, -0.026942459866404533, -0.004716258961707354, 0.018404480069875717, 0.031618863344192505, -0.06855181604623795, 0.02492310293018818, 0.027349872514605522, 0.04010370001196861, -0.04056425392627716, -0.06635532528162003, 0.027279017493128777, 0.002254061633720994, 0.029741214588284492, -0.06146635860204697, -0.05976584926247597, 0.010654759593307972, -0.008812540210783482, -0.027084168046712875, -0.014498621225357056, 0.0008740578196011484, 0.05416833609342575, 0.06373370438814163, -0.030378906056284904, 0.017111383378505707, -0.02247861959040165, 0.018129918724298477, -0.018369052559137344, 0.050058770924806595, 0.0074530174024403095, -0.008214704692363739, 0.006053639110177755, 0.013816645368933678, 0.020264413207769394, -0.015977710485458374, 0.03457704186439514, -0.0436464287340641, -0.01811220496892929, 0.08814311027526855, -0.03872203454375267, -0.023346588015556335, 0.016615401953458786, -0.00612892210483551, -0.002193171065300703, -0.023860285058617592, 0.04091852903366089, 0.01218699011951685, 0.006899465806782246, 0.008524693548679352, -0.05785277485847473, -0.03691524267196655, -0.03563985973596573, 0.026127630844712257, 0.01800592429935932, 0.00036700465716421604, -0.015154026448726654, -0.014835180714726448, -0.0487479604780674, 0.04215848445892334, -0.021947210654616356, 0.02412598952651024, 0.02003413625061512, 0.021964924409985542, -0.03213255852460861, -0.0055443719029426575, 0.01243498083204031, 0.00012489505752455443, 0.05112158879637718, 0.0350198820233345, -0.01634969748556614, 0.001183493179269135, -0.00873725675046444, -0.06213947758078575, 0.046020057052373886, -0.03243368864059448, 0.03666725009679794, 0.025401372462511063, 0.029386943206191063, -0.00783386081457138, -0.031973134726285934, -0.015118598937988281, -0.0359409935772419, 0.04081224650144577, 0.0067223296500742435, 0.006762185133993626, -0.07758577913045883, -0.027544723823666573, -0.04690574109554291, 0.03801348805427551, -0.027473868802189827, 0.060084693133831024, 0.0020647470373660326, -0.04346929118037224, -0.017137954011559486, -0.022939175367355347, 0.021699219942092896, -0.014569475315511227, -0.06578849256038666, 0.039501436054706573, -0.021468941122293472, -0.012018710374832153, 0.061572641134262085, 0.0008203633478842676, -0.06855181604623795, -0.003768578637391329, -0.06461939215660095, -0.000010993187061103527, 0.017802216112613678, 0.012806967832148075, -0.003708795178681612, -0.004986391868442297, 0.04421326518058777, -0.009503372013568878, -0.005526658147573471, 0.0675598531961441, -0.007678866386413574, -0.010831896215677261, -0.07482244819402695, 0.01761622354388237, 0.03264625370502472, 0.025507653132081032, -0.04867710545659065, -0.05317637324333191, -0.012815824709832668, -0.0012222416698932648, -0.023895710706710815, 0.03539187088608742, -0.0030423190910369158, -0.006407912354916334, -0.0064566247165203094, 0.01442776620388031, 0.028288695961236954, 0.05126329883933067, 0.0019330019131302834, 0.02536594495177269, -0.04346929118037224, 0.02416141703724861, -0.012682972475886345, -0.0025773358065634966, 0.010690187104046345, 0.03298281133174896, 0.04091852903366089, -0.03477189317345619, -0.021150095388293266, 0.04020998254418373, 0.023860285058617592, 0.004547979217022657, 0.006146635860204697, -0.030662324279546738, -0.024551115930080414, -0.0595887117087841, -0.08814311027526855, -0.0058410754427313805, -0.020902104675769806, 0.05445175617933273, -0.018918177112936974, -0.04757886007428169, 0.004813683684915304 ]
22,750
pyproject_api._frontend
RequiresBuildEditableResult
Information collected while acquiring the wheel build dependencies.
class RequiresBuildEditableResult(NamedTuple): """Information collected while acquiring the wheel build dependencies.""" #: editable wheel build dependencies requires: tuple[Requirement, ...] #: backend standard output while acquiring the editable wheel build dependencies out: str #: backend standard error while acquiring the editable wheel build dependencies err: str
(requires: tuple[packaging.requirements.Requirement, ...], out: str, err: str)
[ 0.027387941256165504, 0.016781305894255638, -0.04649580642580986, -0.0007281556609086692, 0.0813145861029625, -0.01946171559393406, -0.02505253441631794, 0.009040851145982742, 0.035261090844869614, -0.028644105419516563, 0.0813145861029625, 0.05548357963562012, 0.005772167816758156, -0.02614946849644184, 0.001995931612327695, -0.00014886553981341422, 0.04033882915973663, 0.04808812960982323, -0.012420112267136574, 0.03251875564455986, -0.03122720681130886, 0.03105028159916401, 0.03112105093896389, 0.021797120571136475, 0.011464719660580158, 0.038640350103378296, 0.06900062412023544, -0.05318355932831764, 0.005750052165240049, -0.04996353015303612, -0.06599290668964386, -0.04033882915973663, 0.010580096393823624, 0.0027334862388670444, 0.00662140641361475, 0.05229893699288368, 0.04274500161409378, 0.06447135657072067, -0.0002062278363155201, -0.0014662633184343576, 0.0043833088129758835, 0.00011741993512259796, -0.009208929724991322, -0.03220029175281525, -0.015587064437568188, -0.04288654401898384, -0.02413252741098404, 0.0342172347009182, -0.06355134397745132, -0.045894261449575424, 0.06213594973087311, 0.03637571632862091, 0.024044064804911613, -0.02894487790763378, -0.0018179011531174183, -0.0019196327775716782, 0.030466429889202118, 0.07558222115039825, 0.06241902709007263, 0.008368537761271, 0.0073423744179308414, 0.06592213362455368, -0.014684748835861683, 0.014543209224939346, -0.005639474373310804, 0.015365908853709698, 0.0053431252017617226, -0.060968246310949326, -0.015463217161595821, 0.058208219707012177, -0.0008127477485686541, 0.011730106547474861, 0.004518214147537947, -0.04274500161409378, 0.03172259405255318, -0.02174404263496399, -0.033597998321056366, -0.0522281676530838, 0.04168345406651497, -0.05548357963562012, 0.0073556434363126755, -0.01486167311668396, -0.044089630246162415, -0.050600457936525345, -0.019620947539806366, -0.00875777192413807, -0.026397163048386574, -0.025707155466079712, 0.012057417072355747, 0.0037021490279585123, -0.06160517409443855, 0.03230644762516022, -0.022717129439115524, 0.05558973550796509, 0.01053586509078741, -0.018055163323879242, 0.0037751304917037487, -0.04957429692149162, -0.045929647982120514, 0.03991420939564705, 0.00981931947171688, 0.011853953823447227, -0.030112581327557564, 0.030218735337257385, 0.0042152306996285915, -0.03874650597572327, -0.053360484540462494, -0.021761735901236534, 0.05658051371574402, -0.027494095265865326, -0.03782649710774422, -0.023053286597132683, -0.030431045219302177, -0.014065512455999851, -0.0015591487754136324, -0.029227957129478455, -0.04175422340631485, -0.07119449228048325, 0.001322512049227953, 0.019833257421851158, 0.06422366201877594, 0.028378719463944435, 0.008297767490148544, 0.019992489367723465, 0.020134028047323227, 0.026910243555903435, -0.01854170672595501, 0.03554416820406914, 0.07444990426301956, -0.07657299935817719, 0.02894487790763378, -0.02085942029953003, -0.008616232313215733, 0.006975255440920591, 0.011287794448435307, 0.047875817865133286, 0.035703402012586594, -0.012667806819081306, -0.0012163572246208787, 0.03924189507961273, -0.01329588983207941, -0.014463592320680618, -0.012844732031226158, -0.0268571674823761, 0.029369497671723366, -0.04918505996465683, 0.024698685854673386, -0.032907988876104355, -0.006528520956635475, -0.0040847486816346645, 0.06712522357702255, -0.07671454548835754, -0.038498811423778534, -0.0042196535505354404, -0.05555434897542, 0.050706613808870316, 0.010765867307782173, -0.06581597775220871, 0.002603004453703761, 0.014198205433785915, 0.008965658023953438, -0.07176065444946289, 0.05675743892788887, 0.04465578868985176, 0.03197028860449791, 0.06560367345809937, 0.0004376121505629271, -0.05091892182826996, -0.0022668475285172462, 0.010836636647582054, 0.003372626844793558, 0.050529688596725464, -0.008368537761271, 0.007943917997181416, -0.01423359103500843, 0.006307364907115698, 0.008390652947127819, 0.02045249380171299, 0.002419444965198636, -0.03980805352330208, -0.002846275921911001, -0.029634883627295494, -0.061888255178928375, 0.06008362025022507, 0.04299269616603851, 0.051662005484104156, -0.001288232859224081, 0.025583308190107346, 0.03135105222463608, -0.0338456928730011, -0.019143249839544296, -0.00952739454805851, 0.04550502821803093, -0.0030187773518264294, -0.044301941990852356, -0.02494638040661812, -0.04830043762922287, -0.004653119016438723, 0.010075860656797886, -0.007877571508288383, -0.039489589631557465, -0.03292568400502205, 0.020169414579868317, 0.07904994487762451, 0.02317713387310505, 0.00262954318895936, 0.01228741928935051, -0.0698852464556694, -0.0004146672144997865, 0.020187105983495712, 0.052546631544828415, 0.03501339629292488, -0.036729563027620316, 0.007276027463376522, 0.01269434578716755, -0.018594784662127495, 0.013623200356960297, 0.0025941580533981323, -0.0031470477115362883, -0.010058168321847916, 0.007904110476374626, -0.036110326647758484, 0.12257342040538788, 0.02328328788280487, 0.020470185205340385, -0.045894261449575424, 0.049715835601091385, 0.00002752353611867875, -0.0022270395420491695, -0.04922044649720192, 0.012986271642148495, -0.04911429062485695, -0.024698685854673386, 0.0016232839552685618, -0.018037471920251846, -0.02031095325946808, -0.03701264411211014, 0.01864786073565483, 0.008191612549126148, 0.00024105988268274814, -0.012773961760103703, 0.03220029175281525, 0.021567119285464287, 0.02402637153863907, -0.006179094314575195, -0.08067765831947327, -0.007351220585405827, 0.0023022324312478304, -0.03895881399512291, -0.030218735337257385, 0.002490215003490448, 0.023460213094949722, -0.01114625483751297, -0.018895555287599564, 0.035951096564531326, -0.04578810930252075, -0.03179336339235306, -0.10325324535369873, 0.04178960993885994, -0.039418820291757584, 0.00018632379942573607, 0.009058543480932713, -0.010491633787751198, 0.040551137179136276, 0.020187105983495712, -0.054245106875896454, 0.01953248493373394, -0.016436303034424782, -0.037472646683454514, 0.06344518810510635, 0.058137450367212296, 0.0684344694018364, -0.03497800976037979, 0.002180596813559532, -0.06266672164201736, -0.01344627607613802, 0.030625661835074425, 0.034889549016952515, 0.005298894364386797, 0.06825754046440125, 0.006333903409540653, 0.011544335633516312, -0.04270961880683899, 0.04720350354909897, -0.02560100145637989, -0.011862799525260925, -0.01469359453767538, 0.059977468103170395, -0.03694187477231026, 0.013207427226006985, 0.013543584384024143, 0.043381933122873306, 0.03637571632862091, -0.07728070020675659, 0.05282970890402794, -0.0005943563301116228, -0.056155893951654434, -0.0029701231978833675, 0.06977909803390503, -0.010774713009595871, 0.005926976911723614, 0.016719382256269455, -0.055306654423475266, -0.046849656850099564, -0.016967076808214188, 0.0010062591172754765, 0.03258952498435974, -0.08011149615049362, -0.06057900935411453, 0.003673398634418845, 0.033474151045084, -0.011562027968466282, 0.02590177394449711, 0.04755735397338867, -0.019762486219406128, -0.027246400713920593, -0.019284790381789207, 0.010217400267720222, -0.004407636355608702, 0.041188064962625504, -0.06662983447313309, -0.0030276235193014145, 0.060897476971149445, -0.0595882311463356, 0.014304360374808311, -0.07551145553588867, 0.002868391340598464, 0.020735573023557663, 0.029971040785312653, 0.02549484744668007, -0.0467081144452095, 0.01053586509078741, 0.033934153616428375, 0.030041810125112534, -0.028785645961761475, 0.019886333495378494, 0.07749301195144653, -0.06316211074590683, 0.050812769681215286, -0.014852827414870262, 0.0378972664475441, -0.0038834968581795692, -0.03980805352330208, 0.07331758737564087, -0.05955284833908081, -0.03159874677658081, 0.03251875564455986, 0.0242740660905838, 0.064011350274086, -0.04079883173108101, 0.016232838854193687, 0.00544485729187727, -0.05838514491915703, 0.007908533327281475, 0.06776215136051178, 0.00537851033732295, -0.03832188621163368, -0.021460963413119316, 0.022575588896870613, 0.0148970577865839, -0.015463217161595821, -0.02277020737528801, -0.004577926360070705, 0.022416356950998306, -0.08435768634080887, -0.06949601322412491, 0.030077196657657623, 0.002523388247936964, 0.07084064185619354, 0.000510040670633316, -0.022150970995426178, -0.0028506990056484938, -0.005121969617903233, -0.03634032979607582, 0.016064761206507683, 0.027051784098148346, -0.028927184641361237, -0.008899311535060406, -0.07735147327184677, -0.08180997520685196, -0.03538493812084198, 0.0038060923106968403, -0.0463542677462101, -0.0148970577865839, -0.023530982434749603, 0.0071875653229653835, -0.015551679767668247, 0.029971040785312653, 0.00743083655834198, 0.08372075855731964, 0.0005169517826288939, -0.013826663605868816, 0.017391696572303772, 0.01603822223842144, 0.018736323341727257, -0.011730106547474861, 0.010854328982532024, -0.0077669937163591385, -0.056191280484199524, -0.0187540166079998, -0.0008171708905138075, -0.023424828425049782, -0.04766350984573364, -0.005409472156316042, -0.01592322066426277, -0.009447777643799782, 0.030431045219302177, 0.0075591071508824825, -0.028414104133844376, -0.04723889008164406, -0.034004922956228256, -0.0198686420917511, -0.006351596210151911, -0.0301656574010849, -0.05456357076764107, 0.08237612992525101, -0.029157187789678574, -0.04168345406651497, -0.0030431044287979603, -0.004546964541077614, 0.009863550774753094, -0.022150970995426178, 0.03977266699075699, 0.06348057836294174, 0.011907030828297138, 0.03718956932425499, -0.020877111703157425, 0.03460646793246269, 0.04922044649720192, -0.019107865169644356, 0.022009430453181267, 0.01809939555823803, -0.03782649710774422, -0.020257875323295593, -0.023778676986694336, -0.03623417392373085, -0.005002545192837715, 0.007696223445236683, 0.00219386606477201, -0.009297392331063747, -0.006550636142492294, 0.05569589138031006, 0.04479733109474182, -0.019833257421851158, 0.04663734510540962, 0.04529272019863129, 0.0018621322233229876, 0.04362962767481804, 0.004604464862495661, -0.045186564326286316, 0.03276645019650459, 0.053466640412807465, 0.029811808839440346, -0.03446492925286293, 0.004454079084098339, -0.06524982303380966, -0.08704694360494614, -0.06808061897754669, -0.06931909173727036, -0.015180137939751148, 0.04366501048207283, -0.013366660103201866, 0.006917755119502544, 0.014737825840711594, 0.022557897493243217, -0.08633924275636673, 0.010951638221740723, -0.029705654829740524, -0.06330364942550659, 0.008050072938203812, 0.05757129192352295, -0.05505895987153053, 0.031987983733415604, 0.02737024798989296, 0.028113331645727158, 0.008877196349203587, 0.01094279158860445, 0.004449655767530203, 0.006174671463668346, -0.06284364312887192, -0.022717129439115524, 0.008271228522062302, 0.008280075155198574, 0.03619879111647606, -0.0316341333091259, -0.004763697274029255, -0.004473982844501734, -0.05580204352736473, 0.04065729305148125, 0.007324681617319584, -0.012995118275284767, 0.04638965055346489, 0.03662341088056564, -0.0518743172287941, 0.05183893069624901, 0.024150218814611435, -0.0055952430702745914, 0.041329607367515564, -0.024557145312428474, 0.009164698421955109, 0.038640350103378296, -0.0647190511226654, 0.03994959220290184, -0.019744794815778732, 0.03648186847567558, -0.08088996261358261, 0.027387941256165504, -0.0316341333091259, 0.000012621433597814757, 0.01525090727955103, -0.01254395954310894, 0.0028639682568609715, 0.05392664298415184, -0.005024660844355822, 0.024822533130645752, -0.035508785396814346, -0.04543425887823105, 0.037684958428144455, -0.0072008343413472176, 0.016170915216207504, -0.014552054926753044, 0.08520692586898804, 0.046035803854465485, -0.05208662524819374, -0.004226288292557001, -0.02461022324860096, 0.015321677550673485, -0.03871111944317818, 0.0003134884173050523, 0.05006968602538109, 0.004170999396592379, -0.07996995747089386, -0.017754392698407173, -0.023088671267032623, 0.018223242834210396, 0.021142499521374702, 0.00410022959113121, 0.0886746495962143, -0.0651082843542099, -0.04101113975048065, 0.057217441499233246, 0.020594032481312752, 0.010394325479865074, -0.041364990174770355, 0.05827898904681206, 0.08223459124565125, 0.0393480509519577, -0.013384352438151836, 0.004701773636043072, -0.04005574807524681, -0.07317604869604111, -0.011641643941402435, 0.0015912163071334362, 0.0023884831462055445, -0.02416791208088398, 0.01894863322377205, 0.0029015648178756237, -0.06832831352949142, 0.000734790344722569, -0.02048787847161293, 0.05566050484776497, 0.0015613603172823787, -0.02839641086757183, 0.02512330561876297, 0.014985520392656326, -0.006506405305117369, 0.059128228574991226, 0.0023265595082193613, 0.011261256411671638, -0.03361568972468376, 0.010650865733623505, 0.016639765352010727, 0.026503317058086395, 0.004945044871419668, 0.020735573023557663, -0.030484123155474663, 0.04210807383060455, 0.004706196486949921, 0.009704318828880787, -0.026255622506141663, -0.013897433876991272, -0.034818775951862335, -0.015657834708690643, -0.026574086397886276, 0.01504744403064251, -0.034341081976890564, -0.0342172347009182, 0.02140788733959198, 0.009049697779119015, -0.005422741640359163, 0.011057792231440544, 0.016011683270335197, 0.0018488629721105099, -0.0031691633630543947, 0.04476194456219673, -0.053325098007917404, -0.05367894843220711, 0.00034776757820509374, 0.023955602198839188, -0.010544710792601109, -0.0397372841835022, -0.02202712371945381, -0.009695472195744514, -0.001988191157579422, -0.020912498235702515, 0.010217400267720222, -0.008328729309141636, -0.05746513605117798, -0.02784794569015503, 0.04246192425489426, 0.014950135722756386, -0.03497800976037979, -0.03722495213150978, -0.016197454184293747, -0.03874650597572327, -0.027051784098148346, -0.0017095347866415977, 0.01854170672595501, -0.0026074275374412537, 0.023937908932566643, 0.052511245012283325, 0.044018860906362534, 0.04373577982187271, -0.00034610892180353403, -0.04440809413790703, 0.0011245774803683162, 0.0218855831772089, -0.0012329438468441367, 0.004861005581915379, -0.008483538404107094, -0.009695472195744514, 0.05374971777200699, 0.10233323276042938, -0.031138744205236435, -0.014357438310980797, -0.0005155695835128427, 0.024734070524573326, -0.027564864605665207, 0.05941130965948105, -0.03105028159916401, 0.0156312957406044, 0.026538701727986336, -0.03598647937178612, -0.007943917997181416, 0.0032001251820474863, 0.00352301262319088, 0.002523388247936964, -0.04292192682623863, 0.028573336079716682, -0.05378510430455208, -0.030661046504974365, 0.07912071794271469, -0.017568621784448624, 0.01894863322377205, 0.05562511831521988, 0.022044815123081207, -0.023566367104649544, 0.00783334020525217, -0.01736515760421753, 0.022239431738853455, 0.016524765640497208, -0.033279530704021454, 0.06977909803390503, -0.043275777250528336, 0.00412897951900959, 0.0012849154882133007, 0.01640091836452484, -0.0043833088129758835, -0.017391696572303772, -0.012013185769319534, 0.01795785501599312, -0.037649571895599365, 0.07551145553588867, -0.0647190511226654, -0.0070239100605249405, -0.011022407561540604, -0.002170644700527191, 0.06524982303380966, 0.011818569153547287, -0.02328328788280487, 0.05944669246673584, -0.012517421506345272, -0.00038923430838622153, 0.011508950963616371, 0.01037663221359253, 0.018329396843910217, -0.013287043198943138, 0.03193490579724312, 0.0072981431148946285, -0.051662005484104156, -0.03368645906448364, 0.01684322953224182, 0.009147006087005138, -0.028608720749616623, 0.013127811253070831, -0.041400376707315445, 0.0017305444926023483, -0.0010001773480325937, 0.01813478022813797, -0.03800342231988907, 0.11485950648784637, -0.025034843012690544, 0.00615255581215024, 0.020505569875240326, -0.042214229702949524, 0.007054871879518032, -0.004221865441650152, -0.04359424114227295, -0.029033340513706207, -0.05672205239534378, 0.03152797743678093, 0.05219278112053871, 0.001089192577637732, -0.033562611788511276, 0.01688746176660061, -0.09214237332344055, 0.023778676986694336, 0.03234183043241501, 0.025547923520207405, -0.019815564155578613, -0.0031691633630543947, 0.03818034753203392, 0.04550502821803093, 0.00040665033156983554, 0.02177942916750908, 0.0312625914812088, -0.07381297647953033, -0.06995601952075958, 0.021867889910936356, 0.052334319800138474, 0.009027581661939621, 0.005674859043210745, -0.07876686751842499, 0.0040117669850587845, 0.03082028031349182, 0.022451741620898247, -0.005873899441212416, 0.026131775230169296, -0.0012539536692202091, 0.01854170672595501, 0.01901940256357193, 0.04178960993885994, 0.0316341333091259, -0.02876795269548893, -0.006409096531569958, -0.026751011610031128, 0.0037264761049300432, 0.007426413707435131, -0.007899686694145203, -0.047911204397678375, 0.05679282173514366, 0.013269350863993168, -0.03336799517273903, -0.0006059670122340322, 0.051662005484104156, -0.025654079392552376, 0.04568195343017578, 0.029068725183606148, -0.01772785373032093, -0.01659553498029709, -0.0028816608246415854, -0.02662716433405876, -0.03545570746064186, 0.0028661799151450396, 0.04005574807524681, -0.023867139592766762, -0.06655906140804291, 0.021584810689091682 ]
22,752
namedtuple_RequiresBuildEditableResult
__new__
Create new instance of RequiresBuildEditableResult(requires, out, err)
from builtins import function
(_cls, requires: ForwardRef('tuple[Requirement, ...]'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009987438097596169, -0.03448875993490219, 0.019406022503972054, 0.011531468480825424, 0.012425380758941174, 0.06140364706516266, -0.0008573431405238807, 0.005846999119967222, -0.012457886710762978, -0.02476949617266655, -0.015155876986682415, 0.03673166781663895, 0.0068709347397089005, 0.005513813346624374, -0.06845743209123611, -0.00024112776736728847, 0.03549644351005554, 0.0906914621591568, -0.028101351112127304, -0.002236812375485897, -0.06644206494092941, 0.018658388406038284, 0.036829184740781784, -0.01482269074767828, 0.03001919947564602, 0.1003132089972496, 0.037869375199079514, -0.04498816654086113, 0.010848844423890114, -0.052789583802223206, -0.010718820616602898, -0.04229017719626427, 0.004028700292110443, -0.0029092782642692327, -0.0009629873093217611, -0.04924644157290459, 0.023127948865294456, 0.04050235450267792, -0.061208613216876984, -0.07209809124469757, 0.03507386893033981, 0.01135268621146679, -0.011247041635215282, 0.003183546708896756, -0.008768467232584953, -0.00689125107601285, -0.02332298457622528, -0.0341637022793293, 0.01773197017610073, 0.010336876846849918, 0.006306144874542952, -0.037056729197502136, 0.06715719401836395, -0.014066928997635841, -0.015350911766290665, 0.07482858747243881, 0.01045877393335104, 0.019666070118546486, -0.03968970477581024, 0.04989656060934067, -0.03315601870417595, 0.023810572922229767, -0.026394791901111603, -0.041997626423835754, 0.028020087629556656, 0.03588651493191719, -0.04352540150284767, -0.017244379967451096, -0.057340409606695175, 0.029889175668358803, -0.06107858940958977, 0.014042549766600132, 0.0058510624803602695, -0.030230488628149033, 0.055910151451826096, -0.01782948710024357, -0.09316191077232361, -0.01740691065788269, 0.009174791164696217, -0.022039001807570457, 0.01517212949693203, -0.036829184740781784, -0.012864210642874241, 0.033643607050180435, -0.027678774669766426, -0.040534857660532, -0.03799939900636673, 0.001794935204088688, -0.012669174931943417, 0.009207296185195446, -0.05431736260652542, -0.016456112265586853, -0.0481412410736084, 0.027044910937547684, 0.003520795376971364, -0.006586508359760046, 0.01877215877175331, -0.02301417849957943, 0.03377363085746765, -0.04784868657588959, 0.061858732253313065, 0.01950354129076004, 0.007000958546996117, -0.05464242026209831, 0.040567364543676376, 0.04784868657588959, 0.00470929266884923, 0.015342785976827145, -0.023599283769726753, 0.007021274883300066, -0.046515945345163345, 0.010028070770204067, 0.016919322311878204, -0.014497632160782814, -0.004473624750971794, -0.03289597108960152, 0.02541961520910263, 0.004266399424523115, 0.02199024148285389, 0.012766692787408829, 0.01708185113966465, 0.04313533008098602, 0.0028523928485810757, -0.010182473808526993, 0.10252360999584198, 0.05483745411038399, 0.02296542003750801, 0.013953158631920815, 0.05096925422549248, -0.0007715072715654969, 0.004384233616292477, 0.028020087629556656, -0.04573580250144005, 0.03250590339303017, -0.04560577869415283, -0.010588797740638256, -0.01585475355386734, 0.0447281189262867, 0.005964832846075296, 0.03832445666193962, -0.041997626423835754, 0.0013682952849194407, 0.04118497669696808, -0.009126031771302223, -0.036406610161066055, -0.014050675556063652, -0.003236368764191866, 0.02959662303328514, 0.0005774876335635781, 0.011173903942108154, -0.0058510624803602695, 0.031904540956020355, 0.031937047839164734, 0.020478717982769012, 0.005278145894408226, 0.05018911138176918, 0.05301712453365326, -0.05262705311179161, 0.016634894534945488, -0.053439702838659286, 0.012547277845442295, 0.07105790078639984, -0.06007090583443642, -0.014522011391818523, 0.017016839236021042, -0.01410756167024374, 0.023989355191588402, -0.036959208548069, 0.021795207634568214, 0.004071364179253578, -0.014660161919891834, -0.04261523857712746, 0.018317075446248055, 0.04560577869415283, 0.0633540004491806, 0.037869375199079514, -0.04524821415543556, 0.09023638069629669, 0.005241576582193375, 0.029060276225209236, -0.0034639101941138506, 0.0009589241235516965, -0.11110517382621765, 0.00977614987641573, 0.015789741650223732, 0.05022161826491356, 0.040534857660532, -0.02060874179005623, 0.026573574170470238, -0.03565897420048714, -0.029434094205498695, 0.011986550875008106, 0.052497029304504395, 0.013205522671341896, -0.006318334490060806, -0.06793733686208725, -0.05919324606657028, 0.0022510336712002754, -0.009597367607057095, 0.0010102224769070745, -0.005107489880174398, 0.01781323365867138, 0.022819142788648605, 0.05613769218325615, 0.00741134537383914, 0.004229830577969551, -0.02790631726384163, 0.006436168681830168, -0.06276889890432358, -0.02229904755949974, 0.04632091149687767, -0.059778351336717606, 0.010133714415133, 0.07339832931756973, -0.001040188828483224, 0.007716088555753231, 0.02121010050177574, -0.011060132645070553, 0.009288561530411243, 0.009759897366166115, 0.07073283940553665, 0.028458917513489723, 0.009719264693558216, -0.024184390902519226, 0.09621746838092804, 0.005960769485682249, -0.01062130369246006, 0.018057027831673622, 0.004146534018218517, -0.011677744798362255, 0.0557476207613945, -0.012782946228981018, -0.00940233189612627, -0.023404249921441078, 0.006716531701385975, -0.033221032470464706, 0.03910459950566292, 0.04918142780661583, 0.007691708859056234, 0.007752657402306795, -0.0006435152608901262, 0.040534857660532, 0.04989656060934067, 0.04599585011601448, 0.0240706205368042, 0.006147678475826979, 0.013774375431239605, 0.03998225927352905, -0.061891235411167145, -0.0030718077905476093, 0.015692224726080894, -0.027126174420118332, 0.015383417718112469, -0.029466599225997925, 0.007716088555753231, 0.007472293917089701, 0.019942371174693108, 0.002507017692551017, 0.018382087349891663, -0.004485814366489649, -0.00873596128076315, -0.047946203500032425, -0.033269789069890976, 0.0019818441942334175, -0.04541074484586716, -0.03209957852959633, -0.03102688305079937, 0.048596322536468506, 0.014326975680887699, -0.0019249588949605823, 0.04576830938458443, -0.024119378998875618, -0.004380170255899429, 0.005623520817607641, -0.06228130683302879, 0.01916222833096981, -0.011433950625360012, 0.014140067622065544, 0.046580955386161804, -0.03591902181506157, 0.01183214783668518, 0.01706559769809246, -0.08210990577936172, 0.013684984296560287, -0.0823049396276474, 0.007569811772555113, 0.01062130369246006, -0.051359325647354126, 0.01885342225432396, -0.004233893472701311, 0.03734927996993065, 0.0041018384508788586, 0.04173757880926132, 0.008687201887369156, 0.0656944289803505, 0.07456853985786438, -0.022120265290141106, -0.06517433375120163, 0.06276889890432358, 0.005591014865785837, 0.006761227734386921, -0.03910459950566292, -0.01851211115717888, 0.02723994478583336, -0.024119378998875618, -0.045085687190294266, 0.06062350794672966, -0.008874110877513885, -0.08041960000991821, 0.017992015928030014, -0.030945617705583572, -0.007049717474728823, -0.053829774260520935, -0.04079490527510643, 0.04300530627369881, 0.03131943568587303, -0.023778067901730537, 0.018008269369602203, -0.02342050150036812, 0.05054667592048645, -0.017959510907530785, -0.00454676290974021, 0.07053780555725098, 0.05470743402838707, -0.020478717982769012, -0.04014478996396065, 0.01984485238790512, -0.04498816654086113, 0.056690290570259094, 0.03520389273762703, -0.09251179546117783, 0.015919765457510948, 0.07924938946962357, 0.040664881467819214, -0.014887702651321888, 0.06657208502292633, 0.02925531193614006, 0.014684541150927544, -0.025614650920033455, -0.012327862903475761, -0.013530581258237362, 0.055617596954107285, -0.002413563197478652, 0.008410901762545109, -0.0330747552216053, -0.0012636668980121613, -0.038129422813653946, 0.01043439470231533, 0.10525410622358322, -0.0731382817029953, 0.031872037798166275, -0.030604306608438492, -0.034358736127614975, 0.00031490091350860894, 0.03216458857059479, 0.036049045622348785, -0.009711137972772121, 0.013319293037056923, -0.02680111490190029, -0.011409571394324303, 0.0663120374083519, -0.062248799949884415, -0.011596480384469032, 0.005656026769429445, 0.02231530100107193, -0.005436611827462912, 0.021405136212706566, 0.014213205315172672, 0.019097216427326202, -0.017927004024386406, 0.001064568292349577, -0.025175821036100388, -0.059388283640146255, -0.04173757880926132, -0.04768615588545799, -0.024119378998875618, 0.02995418757200241, 0.004936833865940571, -0.06231381371617317, 0.051781900227069855, 0.057372916489839554, 0.03448875993490219, -0.0023505829740315676, -0.033286042511463165, 0.005903884302824736, 0.003770684590563178, -0.026573574170470238, 0.03213208541274071, -0.032197095453739166, 0.014408241026103497, -0.014668287709355354, -0.011060132645070553, 0.017179368063807487, 0.012457886710762978, 0.008256498724222183, -0.008849731646478176, -0.02472073771059513, -0.05643024668097496, -0.0019980971701443195, 0.04033982381224632, 0.022802889347076416, 0.07086286693811417, 0.0013347736094146967, 0.04768615588545799, 0.016407353803515434, -0.0034070247784256935, 0.0349438451230526, 0.016919322311878204, 0.017341898754239082, -0.028150111436843872, 0.02470448426902294, -0.050416652113199234, -0.0970626249909401, -0.061468660831451416, 0.001500350539572537, 0.024119378998875618, -0.026281021535396576, -0.04775116965174675, -0.01771571673452854, -0.03031175397336483, 0.027743786573410034, -0.060851048678159714, -0.011889033950865269, 0.04248521476984024, -0.020722512155771255, -0.03302599489688873, 0.000788268109317869, 0.015269647352397442, -0.02615099772810936, 0.0324571430683136, -0.047166064381599426, 0.011417698115110397, -0.0051562488079071045, -0.06163118779659271, 0.03578899800777435, -0.024558208882808685, -0.05483745411038399, -0.004372043535113335, 0.0787292942404747, 0.01655363105237484, 0.041315000504255295, 0.05860814079642296, 0.020755019038915634, -0.043720439076423645, 0.017179368063807487, 0.0005673295818269253, -0.005530066322535276, 0.08445033431053162, -0.014993347227573395, -0.023209214210510254, -0.00817523431032896, -0.004081522114574909, 0.000427401828346774, 0.004863695707172155, 0.054577410221099854, 0.0006074540433473885, -0.047166064381599426, 0.027044910937547684, -0.011563974432647228, -0.0042542098090052605, -0.03578899800777435, 0.023209214210510254, -0.03861701115965843, -0.020494971424341202, -0.02680111490190029, 0.09381203353404999, -0.010377509519457817, 0.01878841035068035, 0.007569811772555113, 0.015123371034860611, 0.018967192620038986, 0.006517433095723391, -0.03978722169995308, -0.029450347647070885, 0.05275707691907883, 0.07183804363012314, -0.059453293681144714, -0.017536934465169907, 0.04459809511899948, -0.02306293696165085, -0.03211583197116852, -0.05812055245041847, 0.017861992120742798, 0.02342050150036812, -0.03458628058433533, 0.02122635394334793, 0.02579343318939209, -0.016919322311878204, 0.01981234736740589, -0.048628829419612885, 0.011035753414034843, 0.11806143075227737, 0.03419620916247368, -0.02372930757701397, 0.026264768093824387, 0.013335546478629112, -0.009857414290308952, 0.02823137491941452, -0.013644352555274963, -0.014879576861858368, 0.0019503540825098753, 0.034683797508478165, -0.06787232309579849, 0.05828308314085007, 0.03845448046922684, 0.049311451613903046, 0.053862277418375015, -0.026914887130260468, -0.05122930184006691, -0.04560577869415283, -0.00017040202510543168, 0.01392065268009901, -0.01813829317688942, 0.011840274557471275, 0.042745258659124374, -0.02719118632376194, -0.025159567594528198, 0.012149080634117126, -0.07885931432247162, 0.005050604231655598, 0.010686314664781094, -0.05470743402838707, -0.04560577869415283, -0.07840423285961151, -0.009703011251986027, -0.01953604631125927, -0.027451233938336372, 0.038129422813653946, -0.0009040703880600631, 0.040534857660532, 0.034293726086616516, 0.024135632440447807, -0.0013886115048080683, -0.01309175230562687, -0.019633565098047256, 0.0967375636100769, -0.060168422758579254, -0.022754130885004997, 0.013010486960411072, 0.03027924709022045, -0.0299704410135746, -0.013693111017346382, 0.018642134964466095, 0.04391547292470932, 0.01916222833096981, -0.021470148116350174, -0.07528366893529892, -0.014895829372107983, -0.00885785836726427, 0.00972739141434431, -0.029206551611423492, -0.01912972331047058, -0.016935573890805244, 0.0015643464867025614, 0.02964538149535656, -0.055910151451826096, 0.004128249362111092, -0.02645980380475521, -0.047588638961315155, -0.021470148116350174, -0.01609042100608349, 0.0288814939558506, 0.011271421797573566, 0.026654839515686035, -0.06806735694408417, -0.005115616135299206, 0.008402775973081589, 0.0355614572763443, 0.007984261959791183, -0.061533670872449875, 0.016147306188941002, -0.004835252650082111, 0.06163118779659271, -0.038194432854652405, -0.04014478996396065, 0.07014773786067963, 0.024493196979165077, -0.06462173163890839, 0.04105495288968086, -0.042355190962553024, -0.07248815894126892, -0.025370856747031212, 0.005115616135299206, -0.037121739238500595, -0.027483738958835602, -0.012409128248691559, -0.010158094577491283, 0.052106961607933044, 0.009321067482233047, -0.06663709878921509, -0.004940897226333618, -0.0034314042422920465, 0.007183804176747799, -0.051749397069215775, -0.012214092537760735, -0.04105495288968086, -0.04976653680205345, 0.0535697266459465, -0.016252951696515083, -0.047881193459033966, 0.009589240886271, 0.014749553054571152, -0.0036487875040620565, -0.028328893706202507, 0.04206263646483421, 0.030799342319369316, 0.0033460762351751328, -0.022250289097428322, -0.00722037348896265, -0.01479831151664257, -0.032619673758745193, -0.029905429109930992, -0.02335548959672451, -0.017325645312666893, 0.06566192209720612, 0.05252953618764877, 0.022429071366786957, -0.011401444673538208, -0.004684912972152233, 0.028361398726701736, -0.04359041526913643, 0.013449316844344139, -0.01588725857436657, -0.02195773646235466, 0.07274820655584335, 0.02654106914997101, 0.025500880554318428, 0.005387853365391493, 0.05617019906640053, 0.0017360183410346508, -0.0447281189262867, -0.010588797740638256, 0.0883510410785675, -0.06276889890432358, -0.014977093786001205, -0.02444443851709366, 0.006846555508673191, 0.01097886823117733, -0.010019944049417973, 0.014855196699500084, -0.010149967856705189, -0.022900408133864403, -0.024233149364590645, -0.03926713019609451, 0.02749999240040779, 0.013717490248382092, -0.04417552053928375, 0.003642692696303129, 0.047166064381599426, -0.05470743402838707, 0.007553558796644211, 0.02715868130326271, -0.0042379568330943584, 0.08067964762449265, -0.02472073771059513, -0.025533385574817657, -0.00340499309822917, -0.052106961607933044, 0.07339832931756973, -0.03825944662094116, -0.007691708859056234, -0.024834508076310158, -0.024639474228024483, 0.06702716648578644, 0.005014035385102034, -0.040209800004959106, 0.013806881383061409, -0.03237587958574295, -0.004351727664470673, -0.007667329628020525, 0.02962912991642952, -0.0341637022793293, 0.0040794904343783855, -0.0543498657643795, -0.02608598582446575, 0.018300822004675865, 0.02751624584197998, 0.05786050483584404, 0.0009604478254914284, -0.003126661293208599, -0.043037813156843185, -0.023209214210510254, -0.020624995231628418, -0.056560270488262177, -0.03721925616264343, 0.013449316844344139, -0.04121748358011246, 0.03232711926102638, -0.003963688388466835, -0.032245855778455734, -0.0017634452087804675, 0.0018802632112056017, -0.026719851419329643, -0.02504579722881317, -0.0226728655397892, 0.03809691593050957, -0.011921538971364498, -0.027288705110549927, 0.002153516048565507, -0.017569439485669136, 0.033269789069890976, 0.014977093786001205, 0.005050604231655598, -0.004008383955806494, 0.02476949617266655, -0.03903958946466446, -0.03133568912744522, -0.02199024148285389, -0.04072989523410797, 0.026020973920822144, 0.01239287480711937, -0.030604306608438492, -0.01648861914873123, 0.030896859243512154, 0.04209514334797859, -0.05262705311179161, -0.02964538149535656, 0.07885931432247162, 0.030506787821650505, -0.00977614987641573, 0.028653951361775398, -0.037154246121644974, 0.03754431754350662, 0.015399671159684658, 0.06982267647981644, 0.02366429567337036, -0.06007090583443642, 0.018008269369602203, -0.044858142733573914, 0.01585475355386734, -0.004136376082897186, 0.03377363085746765, -0.04043734073638916, 0.06283390522003174, 0.012685428373515606, -0.020364947617053986, -0.010369382798671722, 0.02959662303328514, -0.020397452637553215, -0.03380613774061203, -0.03877954185009003, -0.06302894651889801, 0.002104757120832801, -0.015180256217718124, 0.024623220786452293, -0.019422275945544243, 0.021746447309851646, -0.024655725806951523, 0.024883268401026726, 0.07248815894126892, 0.006115172524005175, 0.048628829419612885, 0.02299792505800724, -0.019292252138257027, 0.045865826308727264, -0.016066042706370354, -0.01776447519659996, 0.004126217681914568, -0.03179077059030533, -0.02758125774562359, -0.09940304607152939, 0.031481966376304626, -0.015724729746580124, -0.02548462711274624, 0.05617019906640053, -0.02964538149535656, 0.003228242276236415, 0.01674054004251957 ]
22,755
collections
_replace
Return a new RequiresBuildEditableResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05422752723097801, 0.0014048782177269459, -0.015421468764543533, -0.035684678703546524, -0.03284144401550293, -0.033294714987277985, 0.0028252089396119118, 0.0214891005307436, 0.020974021404981613, -0.04615108668804169, -0.042236484587192535, 0.05711197108030319, 0.0044992160983383656, 0.06329292058944702, 0.010837264358997345, 0.03343893587589264, -0.029853984713554382, 0.05637025833129883, -0.06543564796447754, -0.03228515759110451, 0.019047625362873077, 0.01590564288198948, 0.033459536731243134, 0.059831589460372925, 0.031976111233234406, 0.01099178846925497, 0.01882098987698555, 0.010461256839334965, 0.001832393929362297, -0.005969766993075609, -0.004110331181436777, -0.015802627429366112, -0.03020423837006092, -0.010754851624369621, 0.0027994548436254263, -0.06082053855061531, -0.05002448335289955, 0.05855419114232063, 0.04928276687860489, -0.005027172155678272, 0.06386981159448624, -0.09955448657274246, -0.04948880150914192, -0.06098536401987076, -0.0017654335824772716, 0.02340519428253174, 0.022684084251523018, -0.011434756219387054, -0.02424992434680462, -0.053527019917964935, 0.023611225187778473, 0.0063251713290810585, 0.015802627429366112, -0.004241676535457373, -0.023157956078648567, -0.001028870465233922, -0.0018349692691117525, 0.061809491366147995, -0.006871154997497797, 0.02311675064265728, -0.0021852231584489346, 0.05768885836005211, -0.01507121417671442, 0.010481859557330608, -0.05422752723097801, -0.024208717048168182, -0.00930232834070921, -0.07351209223270416, -0.02276649698615074, 0.001265806844457984, -0.00897267833352089, -0.0008730590925551951, 0.018748879432678223, 0.024229321628808975, 0.07627291232347488, 0.04227769374847412, -0.029215287417173386, -0.010837264358997345, 0.04425559565424919, -0.05159032344818115, -0.01656494475901127, -0.013422961346805096, -0.08076440542936325, -0.043555088341236115, -0.03424245864152908, 0.039475660771131516, -0.05047775059938431, -0.00045745461829937994, 0.03014242835342884, -0.001730665797367692, -0.053114958107471466, 0.016018960624933243, -0.003770379116758704, 0.033356521278619766, -0.05167273432016373, -0.08661570399999619, 0.003816736163571477, -0.03793042525649071, -0.012918183580040932, 0.035808298736810684, 0.02497103437781334, -0.04582143574953079, -0.09180770069360733, -0.021025529131293297, -0.008709987625479698, -0.019809942692518234, -0.01951119676232338, -0.01516392920166254, 0.035931918770074844, -0.03265601396560669, -0.04322543740272522, -0.05768885836005211, -0.02995700016617775, 0.060902953147888184, -0.00396868446841836, -0.034015823155641556, 0.02113884687423706, -0.02600119262933731, -0.030657507479190826, -0.031131381168961525, 0.027093160897493362, 0.018810689449310303, -0.06119139865040779, 0.04911794140934944, 0.008467900566756725, -0.009003582410514355, 0.06135622411966324, -0.026021795347332954, 0.0388987734913826, -0.0032836291939020157, 0.02299313060939312, 0.002974581904709339, -0.04240131005644798, 0.056823525577783585, 0.017904149368405342, 0.03840429708361626, 0.04994206875562668, 0.05027171969413757, -0.06984472274780273, 0.037621378898620605, 0.0420304536819458, -0.012176469899713993, 0.0655592679977417, 0.03541683778166771, -0.001865874044597149, -0.04623350128531456, 0.013319945894181728, 0.006953567732125521, -0.037497758865356445, 0.03008062019944191, -0.03302687034010887, -0.035993728786706924, 0.018903402611613274, 0.02239563874900341, -0.046439532190561295, -0.00516109261661768, -0.011177216656506062, -0.06407584249973297, -0.02317855879664421, -0.041515376418828964, 0.018584053963422775, -0.05319736897945404, -0.01612197607755661, -0.01567900739610195, 0.05529889091849327, 0.02136548049747944, 0.04339026287198067, -0.0852971002459526, -0.013628993183374405, -0.0335625559091568, -0.00039983013994060457, 0.04124753549695015, 0.02635144628584385, 0.04417318478226662, -0.03411883860826492, 0.019469989463686943, -0.007118393201380968, 0.02484741620719433, 0.024002686142921448, -0.02051045000553131, 0.038816362619400024, -0.014360405504703522, -0.06201552227139473, 0.008916019462049007, 0.05847178027033806, 0.03183189034461975, -0.002037137746810913, 0.06226276233792305, 0.05224962532520294, 0.02684592269361019, 0.016142578795552254, -0.04001134634017944, 0.00574828265234828, -0.006639369763433933, 0.0087048364803195, 0.06300447881221771, -0.06354016065597534, 0.046192292124032974, 0.01768781617283821, 0.11043296009302139, -0.027525827288627625, 0.03319169580936432, 0.02923589013516903, -0.017409672960639, 0.03284144401550293, -0.029462523758411407, 0.05492803454399109, -0.05109584704041481, -0.031605254858732224, -0.033768586814403534, 0.08340160548686981, -0.02142729051411152, 0.007710734382271767, 0.01954210177063942, -0.010806359350681305, -0.07256434112787247, 0.053527019917964935, -0.029853984713554382, 0.006314869970083237, -0.0041953194886446, 0.08818154036998749, 0.02340519428253174, -0.02612481266260147, -0.005840997211635113, 0.0414123609662056, -0.048788294196128845, -0.016163181513547897, -0.02911227010190487, -0.038445502519607544, -0.06395222246646881, 0.0627160295844078, -0.012835770845413208, -0.029091667383909225, -0.019284561276435852, 0.02396148070693016, -0.016266198828816414, 0.009230217896401882, -0.035746488720178604, -0.023157956078648567, -0.026310240849852562, 0.027834875509142876, 0.03572588786482811, -0.03380979225039482, -0.009884367696940899, -0.009781352244317532, -0.06741355359554291, -0.027814270928502083, 0.028185129165649414, -0.01982024312019348, 0.007767392788082361, -0.016647357493638992, 0.014978500083088875, -0.010940279811620712, 0.03275902941823006, 0.004362720064818859, -0.024765003472566605, -0.03566407784819603, -0.01350537408143282, -0.014277992770075798, -0.027773065492510796, 0.004110331181436777, -0.058265749365091324, 0.030760524794459343, 0.04503851756453514, 0.05121946707367897, -0.027711255475878716, 0.0046769180335104465, -0.02569214627146721, 0.013186025433242321, 0.015287547372281551, 0.12048730254173279, 0.03626156970858574, -0.015442071482539177, 0.016255896538496017, -0.045368168503046036, -0.033459536731243134, 0.016461927443742752, -0.02521827258169651, 0.02276649698615074, -0.0511370524764061, -0.008864511735737324, -0.02286951243877411, -0.02286951243877411, -0.011311137117445469, 0.02270468696951866, 0.06131501495838165, -0.05529889091849327, 0.030719317495822906, -0.008483353070914745, -0.00013110373402014375, 0.045162133872509, -0.032862044870853424, 0.013402358628809452, -0.031914301216602325, 0.00043781724525615573, 0.024105701595544815, -0.08570916205644608, 0.020500147715210915, 0.02336398884654045, -0.06877335906028748, -0.02497103437781334, 0.018213197588920593, 0.04124753549695015, 0.038878168910741806, 0.05167273432016373, -0.041824422776699066, -0.02738160453736782, -0.004385898355394602, -0.011022692546248436, 0.04664556309580803, -0.027628842741250992, 0.013443564996123314, -0.021509703248739243, 0.005768885836005211, 0.06016124039888382, 0.022436846047639847, 0.001465400098823011, -0.014659151434898376, 0.014803373254835606, 0.04322543740272522, -0.014813674613833427, -0.06283964961767197, -0.04804657772183418, -0.014381008222699165, -0.008761495351791382, -0.03393341228365898, -0.05072499066591263, -0.007854956202208996, 0.011857121251523495, -0.0178835466504097, -0.035684678703546524, 0.0070462822914123535, 0.01417497731745243, 0.057853683829307556, 0.0011943397112190723, -0.009673185646533966, 0.010033740662038326, -0.025918779894709587, 0.004434830974787474, -0.0205516554415226, 0.04911794140934944, -0.010481859557330608, -0.04623350128531456, -0.011197819374501705, -0.007133845705538988, -0.017965959385037422, 0.014133770950138569, 0.01696670614182949, 0.12658584117889404, -0.022848909720778465, 0.011723200790584087, -0.08364884555339813, -0.053114958107471466, 0.014061659574508667, 0.04870587959885597, -0.02832935005426407, 0.0022508956026285887, -0.013258135877549648, 0.006721782498061657, -0.00912720151245594, 0.008931471966207027, -0.05414511635899544, 0.0013083008816465735, 0.011372946202754974, 0.020118989050388336, -0.035458046942949295, -0.03226455673575401, -0.014988801442086697, -0.014700357802212238, -0.011362644843757153, 0.016173483803868294, -0.015864435583353043, -0.029524333775043488, -0.03566407784819603, -0.047098834067583084, -0.032099731266498566, 0.027278589084744453, 0.07384174317121506, -0.08727500587701797, -0.06786682456731796, 0.013567183166742325, -0.06642460078001022, 0.02785547822713852, 0.021056434139609337, 0.012197073549032211, -0.0024466258473694324, 0.0558345727622509, 0.029029857367277145, 0.014185278676450253, 0.0627160295844078, -0.06696028262376785, 0.01897551491856575, -0.036055538803339005, -0.031502239406108856, 0.035334426909685135, -0.013464167714118958, -0.03933143988251686, -0.03597312420606613, -0.05006568878889084, -0.012464914470911026, 0.007772543467581272, -0.04376111924648285, -0.03525201231241226, 0.04429680109024048, -0.02917408011853695, 0.01816168986260891, 0.09650521725416183, -0.04413197562098503, 0.009431098587810993, -0.008555463515222073, 0.04639832675457001, 0.023631829768419266, -0.06300447881221771, -0.08331919461488724, 0.0643230751156807, 0.022436846047639847, 0.010528217069804668, 0.033521346747875214, 0.03560226783156395, 0.03463391959667206, -0.0024839688558131456, -0.006428187247365713, 0.005969766993075609, 0.023199163377285004, -0.028844429180026054, 0.04425559565424919, -0.04384353384375572, 0.02484741620719433, 0.013649595901370049, 0.005050350446254015, -0.040732454508543015, 0.001256793038919568, 0.004715549293905497, -0.012640041299164295, 0.05422752723097801, -0.03758016973733902, -0.007870408706367016, -0.037435948848724365, -0.010868169367313385, 0.02888563647866249, 0.00887996330857277, -0.00029182451544329524, 0.010919677093625069, -0.05043654516339302, 0.010765152983367443, 0.015225738286972046, -0.04755210131406784, 0.012197073549032211, 0.042112868279218674, 0.016770975664258003, 0.07516033947467804, 0.05665870010852814, 0.08463779836893082, 0.01567900739610195, -0.0020422886591404676, -0.03811585530638695, -0.039228424429893494, -0.04833502322435379, 0.01606016606092453, 0.0022560465149581432, 0.017801133915781975, -0.025774559006094933, 0.05006568878889084, 0.0332535058259964, -0.041268136352300644, -0.008421543054282665, 0.038816362619400024, -0.06910300999879837, -0.015380262397229671, -0.04114452004432678, 0.06551805883646011, -0.015287547372281551, 0.02484741620719433, -0.01969662494957447, -0.03469572961330414, 0.01612197607755661, 0.0002618855214677751, -0.008622423745691776, -0.018687069416046143, -0.07862167060375214, 0.05266168713569641, -0.021880559623241425, 0.05410390719771385, 0.0022225663997232914, -0.002729919273406267, 0.03008062019944191, 0.05278530716896057, 0.03032785840332508, -0.010033740662038326, 0.03038966655731201, -0.061809491366147995, 0.027876080945134163, 0.051837559789419174, -0.008349432609975338, 0.005531949456781149, -0.006453941110521555, -0.0243117343634367, 0.04149477183818817, -0.043555088341236115, -0.03360376134514809, 0.042895786464214325, -0.05039533972740173, 0.0258775744587183, -0.031131381168961525, 0.06654822081327438, -0.039537470787763596, 0.06040847674012184, 0.011002089828252792, -0.01248551718890667, -0.0326148085296154, -0.06378739327192307, -0.019016720354557037, 0.017492085695266724, -0.030163032934069633, 0.0019199573434889317, 0.006010972894728184, 0.004638287238776684, 0.023796655237674713, -0.06572408974170685, -0.052867718040943146, 0.037497758865356445, 0.029874587431550026, -0.03284144401550293, 0.01533905602991581, -0.029915794730186462, 0.028782621026039124, 0.025444908067584038, -0.008333980105817318, 0.03990832716226578, 0.024414749816060066, 0.0030029111076146364, -0.05039533972740173, -0.02359062246978283, -0.054845623672008514, 0.03852791711688042, 0.037085697054862976, -0.004635712131857872, 0.017986562103033066, 0.04048521816730499, 0.020191101357340813, 0.04821140319108963, 0.05447476729750633, -0.05546371638774872, -0.02641325630247593, -0.011063898913562298, 0.0003275581111665815, -0.024476559832692146, 0.010064645670354366, -0.015225738286972046, -0.030307253822684288, -0.006448790431022644, -0.01768781617283821, 0.0015941697638481855, -0.010378844104707241, -0.046563152223825455, -0.01606016606092453, -0.03591131418943405, 0.004877799190580845, 0.017234547063708305, 0.030121825635433197, 0.004998842719942331, 0.006629067938774824, 0.024394147098064423, -0.009760748594999313, -0.0010475420858711004, 0.03201731666922569, 0.0398259162902832, 0.017729023471474648, -0.007365630939602852, -0.018336815759539604, 0.030657507479190826, 0.008282472379505634, 0.046975214034318924, 0.017667213454842567, 0.013886532746255398, 0.029462523758411407, -0.03692087158560753, 0.003873394802212715, -0.014813674613833427, -0.0574004165828228, 0.02767005003988743, 0.042895786464214325, -0.011537771672010422, -0.06176828593015671, -0.01149656530469656, -0.02628963813185692, -0.020469242706894875, 0.008194908499717712, 0.027237383648753166, 0.008555463515222073, -0.02359062246978283, 0.04231889918446541, -0.0047361524775624275, -0.00037890506791882217, -0.019315466284751892, 0.02208659239113331, -0.036591220647096634, 0.006428187247365713, 0.010311883874237537, 0.0010050480486825109, -0.04804657772183418, 0.03813645616173744, -0.033541951328516006, -0.002595998579636216, 0.004200470168143511, -0.03650880604982376, -0.01549357920885086, 0.0063509251922369, 0.05056016519665718, 0.01417497731745243, 0.0614798404276371, -0.048541054129600525, 0.03964048624038696, 0.008210361003875732, -0.021571513265371323, -0.018264705315232277, -0.014504627324640751, -0.015122722834348679, 0.012403104454278946, -0.04808778315782547, -0.06803164631128311, 0.024229321628808975, 0.01293878722935915, 0.009374439716339111, -0.009147805161774158, -0.05665870010852814, -0.011239025741815567, -0.03712690249085426, 0.05121946707367897, -0.044997312128543854, -0.030636904761195183, -0.028123319149017334, 0.02330217882990837, -0.06696028262376785, -0.03632337972521782, 0.012403104454278946, 0.02082979865372181, -0.014772468246519566, 0.014185278676450253, 0.06226276233792305, 0.011651089414954185, -0.03224395215511322, -0.006489996798336506, 0.014360405504703522, -0.010765152983367443, -0.02324036881327629, 0.0517551489174366, -0.09601074457168579, 0.04442042112350464, 0.015452372841536999, -0.02007778361439705, 0.05389787629246712, 0.015287547372281551, -0.03174947574734688, -0.025609733536839485, 0.007113242521882057, -0.07825081795454025, -0.010579724796116352, 0.027814270928502083, 0.012434009462594986, 0.012135263532400131, -0.049859657883644104, 0.03531382232904434, -0.027484619989991188, 0.0057637351565063, 0.05031292513012886, -0.024352939799427986, 0.056164223700761795, 0.05327978357672691, 0.01885189488530159, -0.023549417033791542, -0.003901724237948656, 0.05455717816948891, -0.0036596369463950396, -0.026619287207722664, -0.028617795556783676, 0.0254037007689476, 0.048788294196128845, -0.03234696760773659, -0.0016624177806079388, 0.061273809522390366, 0.013412659987807274, -0.04491489753127098, -0.026227828115224838, -0.007463496178388596, -0.00914265401661396, 0.02104613184928894, 0.0053980289958417416, 0.030575094744563103, -0.0875222384929657, 0.03939324989914894, 0.01978933997452259, 0.017389070242643356, 0.019809942692518234, -0.06168587505817413, -0.024167511612176895, 0.027278589084744453, -0.03181128576397896, 0.048005372285842896, -0.02038682997226715, 0.020603163167834282, 0.005253806710243225, -0.0023680762387812138, 0.03980531170964241, 0.003726597409695387, 0.05224962532520294, -0.0013469317927956581, 0.022560464218258858, 0.03873394802212715, -0.0067629883997142315, -0.008673932403326035, 0.04417318478226662, 0.011960136704146862, -0.009209614247083664, 0.05097222700715065, -0.054309941828250885, 0.02659868448972702, 0.07029799371957779, -0.015575991943478584, 0.034139443188905716, 0.028926841914653778, -0.01779083162546158, 0.08636846393346786, -0.0024826813023537397, 0.005094132386147976, 0.00003889249637722969, -0.029998207464814186, -0.025444908067584038, -0.03753896430134773, 0.017842339351773262, 0.044090770184993744, 0.044832486659288406, -0.04606867581605911, 0.02317855879664421, 0.03249118849635124, -0.031852491199970245, 0.02600119262933731, 0.018676768988370895, -0.0060882349498569965, 0.07392415404319763, -0.058018509298563004, 0.06250999867916107, -0.0012265321565791965, 0.04594505578279495, -0.04977724328637123, -0.018924005329608917, 0.05888384208083153, 0.024352939799427986, -0.0077004325576126575, 0.02653687447309494, 0.012949088588356972, 0.037971630692481995, -0.01957300677895546, -0.019562704488635063, 0.03271782398223877, -0.06551805883646011, 0.039413854479789734, -0.011877723969519138, -0.02828814461827278, -0.052744101732969284, -0.031007761135697365, -0.0023075544741004705, 0.01806897483766079, 0.01935667172074318, -0.0017886122222989798, 0.03675604611635208, 0.005578306503593922, 0.03275902941823006 ]
22,756
pyproject_api._frontend
RequiresBuildSdistResult
Information collected while acquiring the source distribution build dependencies.
class RequiresBuildSdistResult(NamedTuple): """Information collected while acquiring the source distribution build dependencies.""" #: wheel build dependencies requires: tuple[Requirement, ...] #: backend standard output while acquiring the source distribution build dependencies out: str #: backend standard output while acquiring the source distribution build dependencies err: str
(requires: tuple[packaging.requirements.Requirement, ...], out: str, err: str)
[ 0.0036492696963250637, 0.02528955042362213, -0.0392991304397583, -0.0238614771515131, 0.06648675352334976, -0.006891809403896332, -0.030766844749450684, 0.029320694506168365, 0.04305912181735039, -0.0002392361784586683, 0.05108525604009628, 0.06619752198457718, 0.01995687186717987, -0.04577065259218216, 0.015103231184184551, 0.02709723822772503, 0.05455601587891579, 0.03987758979201317, 0.0029171560890972614, 0.042046815156936646, -0.03524991124868393, 0.049277566373348236, 0.03130915015935898, 0.025633012875914574, 0.02180071361362934, 0.02411455474793911, 0.05903908237814903, -0.08055056631565094, -0.03693106025457382, -0.02355417050421238, -0.04884372279047966, -0.02355417050421238, 0.02765762247145176, -0.001200982485897839, 0.020860716700553894, 0.04837372526526451, 0.03349645435810089, 0.017579762265086174, -0.06663136929273605, 0.00851872842758894, 0.020354563370347023, -0.009851898066699505, -0.014895346947014332, -0.03853990137577057, 0.008740169927477837, -0.01923379674553871, -0.03882913291454315, 0.014859193004667759, -0.08792593330144882, -0.03698528930544853, 0.057231392711400986, 0.056869857013225555, -0.007280462421476841, -0.01738995686173439, 0.0032854725141078234, 0.037997595965862274, 0.03318914771080017, 0.06927059590816498, 0.04233604669570923, 0.01095458772033453, 0.050362180918455124, 0.07491058111190796, 0.0006603709189221263, 0.030351076275110245, -0.015076115727424622, 0.006607098504900932, -0.0032583570573478937, -0.04844602942466736, -0.030079923570156097, 0.056616779416799545, -0.005590274464339018, 0.016703033819794655, -0.003366818418726325, -0.025379935279488564, 0.04468604177236557, 0.0013342994498088956, -0.02406032383441925, -0.05524293705821037, 0.05726754665374756, -0.07310289144515991, -0.024946089833974838, -0.015428614802658558, -0.03521375730633736, -0.06771598011255264, -0.020643793046474457, -0.007727865129709244, -0.01970379613339901, -0.011243817396461964, -0.006204888224601746, -0.0004863809735979885, -0.07447673380374908, 0.05737600848078728, -0.005884023383259773, 0.06012369319796562, 0.010574973188340664, 0.007971903309226036, 0.016043229028582573, -0.07042751461267471, -0.04454142600297928, 0.03857605531811714, 0.03391222283244133, -0.017209187150001526, -0.0017139139818027616, 0.03340606763958931, -0.008297286927700043, -0.04761449620127678, -0.043746042996644974, -0.028507236391305923, 0.03546683490276337, -0.0020370380952954292, 0.00007866266241762787, -0.03248414769768715, 0.014660347253084183, -0.011858431622385979, 0.0005632077227346599, -0.08561208844184875, -0.045842960476875305, -0.05412217229604721, -0.009607859887182713, 0.01362092699855566, 0.0689813643693924, 0.0396968238055706, 0.012454968877136707, 0.02333724871277809, 0.015925729647278786, 0.009327668696641922, 0.002365811262279749, -0.007890556938946247, 0.05531524494290352, -0.03233953192830086, 0.05144679173827171, -0.02431339956820011, -0.010882279835641384, 0.01195785403251648, 0.0005971018690615892, 0.0046819113194942474, 0.02143917605280876, -0.023536093533039093, 0.028145698830485344, 0.015058038756251335, -0.0007919931667856872, -0.010611127130687237, -0.012156699784100056, -0.037274520844221115, 0.04931372031569481, -0.019071105867624283, 0.008532285690307617, -0.04099835827946663, 0.006381137762218714, 0.007944787852466106, 0.05300140380859375, -0.0856843963265419, -0.017435148358345032, 0.0037193174939602613, -0.08235825598239899, 0.008342478424310684, 0.029772616922855377, -0.057339854538440704, 0.023373402655124664, 0.002657301025465131, 0.006281714886426926, -0.08705823868513107, 0.056110627949237823, -0.0014902126276865602, 0.021366868168115616, 0.0392991304397583, 0.005997003987431526, 0.004460469353944063, -0.009888052009046078, 0.00732565438374877, -0.02539801225066185, 0.03734682872891426, -0.027024932205677032, 0.0007066929247230291, -0.025578781962394714, -0.01601611264050007, 0.018022647127509117, 0.049639105796813965, -0.004587007686495781, -0.0389014407992363, 0.007307577412575483, -0.05437524616718292, -0.05412217229604721, 0.029718386009335518, 0.019830334931612015, 0.07187366485595703, -0.017941299825906754, 0.04519219323992729, 0.020806485787034035, -0.01883610524237156, -0.017453225329518318, -0.03170684352517128, 0.017019379884004593, -0.002772541018202901, -0.0015647796681150794, -0.01056593470275402, -0.05874985083937645, -0.020300332456827164, 0.013693234883248806, -0.0030911460053175688, -0.024024169892072678, -0.03203222528100014, 0.015473807230591774, 0.04692757502198219, 0.03242991864681244, 0.002169225364923477, -0.010041705332696438, -0.03365914523601532, -0.003100184490904212, 0.03114645928144455, 0.037129905074834824, 0.02416878566145897, -0.024150708690285683, 0.008098441176116467, 0.018818030133843422, -0.04295065999031067, 0.02955569513142109, -0.002169225364923477, -0.016178805381059647, -0.04432450234889984, 0.016612650826573372, -0.05806292966008186, 0.10000128298997879, 0.03000761568546295, -0.013078620657324791, -0.01023151259869337, 0.04273373633623123, 0.003393933642655611, 0.0038481152150779963, -0.06428137421607971, 0.0166759192943573, -0.031526073813438416, 0.02924838662147522, 0.006335945334285498, -0.03741913661360741, -0.032863762229681015, -0.02682608552277088, 0.04775910824537277, 0.02207186631858349, -0.01821245439350605, -0.03694913536310196, 0.028308389708399773, -0.014886308461427689, 0.021366868168115616, 0.013783618807792664, -0.08293671160936356, -0.032212994992733, 0.0033871547784656286, -0.038359135389328, -0.008455459028482437, 0.01898072101175785, 0.007890556938946247, -0.02688031643629074, -0.04305912181735039, 0.054664477705955505, -0.07823672145605087, -0.023716863244771957, -0.11373971402645111, 0.053796786814928055, -0.04909680038690567, -0.0016336977714672685, -0.00295105017721653, -0.02682608552277088, 0.0454452708363533, -0.022867249324917793, -0.03591875359416008, 0.0048129684291779995, -0.022704558447003365, -0.042914506047964096, 0.07570596039295197, 0.08922746777534485, 0.04439681023359299, -0.034201450645923615, -0.010123051702976227, -0.043999120593070984, -0.015067077241837978, 0.009169495664536953, 0.0022822057362645864, 0.03130915015935898, 0.07932133972644806, 0.02888684906065464, -0.0029058579821139574, -0.04414373263716698, 0.03731067478656769, 0.02528955042362213, 0.04038374498486519, -0.002973646391183138, -0.0038661921862512827, -0.017435148358345032, 0.028145698830485344, 0.010041705332696438, 0.029989538714289665, 0.022252636030316353, -0.09725359827280045, 0.034454528242349625, 0.0027273488231003284, -0.026338011026382446, -0.0036153753753751516, 0.06305214762687683, -0.0070680589415133, 0.01861918345093727, 0.0289410799741745, -0.02617531828582287, -0.016748227179050446, -0.014551886357367039, 0.010891318321228027, 0.04490296170115471, -0.063630610704422, -0.07219904661178589, -0.013449196703732014, 0.016992265358567238, 0.023933785036206245, 0.03289991617202759, 0.020390717312693596, -0.003217684105038643, 0.005712293088436127, -0.012509198859333992, 0.001173867261968553, -0.009151418693363667, 0.04515603929758072, -0.07534442096948624, 0.007081616669893265, 0.0864797830581665, -0.05028987303376198, 0.01646803505718708, -0.08040595054626465, -0.021945329383015633, -0.011343240737915039, 0.027892621234059334, 0.039118360728025436, -0.03893759474158287, 0.008821516297757626, 0.05191679298877716, 0.018022647127509117, 0.004275181330740452, 0.053073711693286896, 0.06594444811344147, -0.04356527328491211, 0.044360656291246414, -0.030658384785056114, 0.028850696980953217, -0.013539580628275871, -0.04295065999031067, 0.0882151648402214, -0.064425989985466, -0.036045294255018234, 0.011044971644878387, -0.01632341928780079, 0.050109103322029114, -0.06355830281972885, 0.02832646667957306, 0.026536855846643448, -0.042769890278577805, 0.04360142722725868, 0.09175822883844376, 0.051952946931123734, -0.03515952453017235, -0.014325925149023533, 0.031941842287778854, 0.027079161256551743, 0.003800663398578763, -0.0011501413537189364, -0.007759499363601208, 0.006652290932834148, -0.07664596289396286, -0.05448370799422264, 0.03541260212659836, -0.0028900408651679754, 0.04360142722725868, 0.02011956460773945, -0.04139604791998863, -0.009223726578056812, -0.0238614771515131, -0.039335284382104874, 0.005179025232791901, 0.04078143462538719, -0.0433121994137764, -0.02810954488813877, -0.0724521204829216, -0.096241295337677, -0.054881397634744644, 0.018944567069411278, -0.04616834595799446, 0.0017636253032833338, 0.010267666541039944, 0.011641508899629116, 0.007059020455926657, 0.022089943289756775, 0.006702002137899399, 0.06699290871620178, 0.006069311406463385, -0.01138843223452568, 0.02498224377632141, 0.010321896523237228, 0.025795703753829002, -0.03369529917836189, 0.01007785927504301, 0.02180071361362934, -0.036605674773454666, -0.016495151445269585, 0.008487094193696976, -0.045951422303915024, -0.04721680283546448, 0.00569421611726284, -0.034870296716690063, -0.02939300239086151, 0.016639765352010727, -0.017453225329518318, -0.020661870017647743, -0.04164912551641464, -0.017353802919387817, -0.052206020802259445, -0.024259168654680252, -0.029826847836375237, -0.062112148851156235, 0.06547445058822632, -0.0352860651910305, 0.02715146914124489, 0.003863932564854622, -0.016359573230147362, 0.010059782303869724, -0.04222758486866951, 0.06305214762687683, 0.03412914276123047, 0.031327228993177414, 0.03197799623012543, -0.015193615108728409, 0.019685719162225723, 0.03284568712115288, -0.020246103405952454, 0.01292496733367443, 0.024512246251106262, -0.03053184598684311, 0.015003807842731476, -0.002171484986320138, -0.0337495282292366, -0.028923003003001213, 0.02810954488813877, -0.014217464253306389, -0.0402391292154789, -0.026030702516436577, 0.04280604422092438, 0.030260693281888962, -0.023156479001045227, 0.02272263541817665, 0.04295065999031067, -0.008455459028482437, 0.007153924088925123, 0.018284762278199196, -0.06023215502500534, -0.012653813697397709, 0.02330109477043152, 0.023355325683951378, -0.001096475636586547, -0.0058388314209878445, -0.052314482629299164, -0.05383294075727463, -0.06699290871620178, -0.08995053917169571, -0.044360656291246414, 0.03416529670357704, -0.051193717867136, 0.006150657311081886, 0.045119885355234146, 0.025072628632187843, -0.07433211803436279, 0.03600914031267166, -0.026645317673683167, -0.04323989152908325, -0.026139164343476295, 0.062256764620542526, -0.0333518385887146, 0.021981483325362206, 0.042155276983976364, 0.04222758486866951, -0.013973426073789597, -0.02330109477043152, 0.0010490238200873137, -0.014090925455093384, -0.036099523305892944, -0.024385707452893257, 0.021529560908675194, 0.0225237887352705, 0.033532608300447464, -0.03617183119058609, -0.033026453107595444, 0.011035933159291744, -0.0663059875369072, 0.08611824363470078, 0.021511483937501907, -0.001327520702034235, 0.011695739813148975, 0.06655906140804291, -0.06782444566488266, 0.033731453120708466, 0.04490296170115471, -0.004342969972640276, 0.02565108798444271, -0.039841435849666595, 0.012066315859556198, 0.013241312466561794, -0.040962204337120056, -0.004532776772975922, -0.024439938366413116, 0.03745529055595398, -0.0676436722278595, 0.03416529670357704, -0.025994550436735153, -0.0024607148952782154, 0.0337495282292366, -0.004840083885937929, -0.0011975931702181697, -0.0045689307153224945, 0.02396993897855282, 0.052459098398685455, -0.020914947614073753, -0.04186604917049408, 0.02785646729171276, -0.02333724871277809, 0.02196340635418892, -0.027314161881804466, 0.08886592835187912, 0.01228323858231306, -0.004196095280349255, -0.027874544262886047, -0.017814762890338898, 0.03246607258915901, -0.03062223084270954, 0.013783618807792664, 0.051229871809482574, 0.001283458317629993, -0.08235825598239899, -0.05401371046900749, -0.015265922993421555, 0.04887987673282623, 0.04027528315782547, -0.017670147120952606, 0.08517824858427048, -0.07895980030298233, -0.06207599490880966, 0.04414373263716698, -0.014461501501500607, 0.015518998727202415, -0.02509070560336113, 0.05567678064107895, 0.08893823623657227, 0.013964387588202953, -0.010846126824617386, 0.00813007541000843, -0.043999120593070984, -0.05043448880314827, 0.009734398685395718, 0.011144394986331463, -0.012491121888160706, 0.01041228137910366, 0.03908221051096916, -0.012183815240859985, -0.05618293583393097, 0.0008213681285269558, 0.004243547096848488, 0.05437524616718292, -0.006842098198831081, -0.0005352450534701347, -0.003773548174649477, -0.020969178527593613, -0.005468255374580622, 0.052712175995111465, -0.016133613884449005, 0.008021614514291286, -0.03134530410170555, -0.010032666847109795, 0.016178805381059647, 0.010584011673927307, 0.023409556597471237, 0.015112269669771194, -0.020246103405952454, 0.05791831389069557, -0.007013828493654728, 0.02205379121005535, -0.02190917544066906, 0.004218691028654575, -0.0402391292154789, 0.0043474892154335976, 0.012310353107750416, -0.0035114334896206856, -0.017001302912831306, -0.0463852658867836, -0.012500160373747349, -0.0012879775604233146, 0.025018397718667984, 0.01601611264050007, 0.012165738269686699, 0.017525533214211464, 0.0337495282292366, 0.03273722529411316, -0.0688367486000061, -0.021457253023982048, 0.001816726173274219, 0.04746988043189049, 0.00044118877849541605, -0.031941842287778854, 0.011279971338808537, -0.011072087101638317, 0.0019997544586658478, 0.02380724810063839, 0.004876237828284502, -0.01077381893992424, -0.04916910454630852, -0.03436414524912834, 0.05021756514906883, 0.028127621859312057, -0.027838390320539474, -0.01546476874500513, -0.026030702516436577, 0.004993737209588289, -0.02360840141773224, 0.006354022305458784, 0.022957634180784225, -0.006819501984864473, 0.007407000288367271, 0.09067361801862717, 0.04027528315782547, 0.02838069759309292, 0.00218730210326612, -0.027784161269664764, 0.029826847836375237, 0.013720349408686161, -0.008500651456415653, -0.00528296735137701, -0.0016585534904152155, -0.02006533369421959, 0.015274961479008198, 0.12422429770231247, -0.054881397634744644, -0.03669606149196625, 0.015618422068655491, 0.03259260952472687, -0.01692899502813816, 0.06276291608810425, -0.041070666164159775, 0.020300332456827164, 0.025379935279488564, -0.03248414769768715, 0.008306325413286686, -0.004171239212155342, -0.02431339956820011, -0.012129584327340126, -0.03741913661360741, -0.000717426068149507, -0.04873526096343994, -0.02006533369421959, 0.06453445553779602, -0.0375637523829937, 0.02216225117444992, 0.060629844665527344, 0.0159076526761055, -0.03694913536310196, -0.013530543074011803, -0.020481102168560028, 0.023988015949726105, 0.03872067108750343, -0.023409556597471237, 0.06279907375574112, -0.02246955782175064, -0.022234559059143066, -0.010186320170760155, 0.027531083673238754, -0.0034865776542574167, -0.029338771477341652, -0.04992833361029625, 0.019360335543751717, -0.009088150225579739, 0.041685279458761215, -0.0812736377120018, -0.022794941440224648, 0.0054592168889939785, -0.001233746879734099, 0.04981987550854683, 0.003586000530049205, -0.04305912181735039, 0.06438983976840973, 0.014877269975841045, 0.007470269687473774, 0.013530543074011803, -0.005423063412308693, 0.012934005819261074, -0.022650327533483505, 0.014425348490476608, -0.011533048003911972, -0.03832298144698143, -0.020806485787034035, 0.008789881132543087, 0.01703745685517788, -0.04844602942466736, -0.001025297911837697, -0.019215719774365425, 0.018944567069411278, -0.008884784765541553, 0.02771185338497162, -0.043999120593070984, 0.08199671655893326, -0.03606336936354637, -0.0070680589415133, 0.02606685645878315, -0.05531524494290352, -0.006354022305458784, 0.02073417790234089, -0.018601106479763985, 0.01883610524237156, -0.034906450659036636, 0.027386469766497612, -0.0015218470944091678, -0.0168747641146183, -0.014569963328540325, -0.008780843578279018, -0.06214830279350281, 0.0115963164716959, 0.04454142600297928, 0.025976473465561867, -0.04085374251008034, -0.008017094805836678, 0.01642284356057644, 0.04457757994532585, 0.012554391287267208, 0.014479578472673893, 0.013404004275798798, -0.013033428229391575, -0.04660218954086304, 0.047578342258930206, 0.04320373758673668, -0.008984208106994629, 0.008527766913175583, -0.0649682953953743, 0.005038929637521505, 0.012816506437957287, 0.044505272060632706, 0.0007021736819297075, 0.039226822555065155, 0.00065415701828897, 0.025434166193008423, 0.030405307188630104, 0.03651529178023338, 0.03693106025457382, -0.05383294075727463, 0.01585342176258564, -0.031634535640478134, 0.010059782303869724, -0.004397200420498848, -0.018384184688329697, -0.0759228840470314, 0.07946595549583435, 0.00361085613258183, -0.03843143954873085, -0.0038955670315772295, 0.019016874954104424, -0.03467145189642906, 0.0538690946996212, -0.005115756299346685, -0.009707283228635788, -0.031381458044052124, 0.009625936858355999, -0.02908569574356079, -0.04613219201564789, 0.008374113589525223, 0.02872415818274021, 0.019794180989265442, -0.061642151325941086, 0.033279530704021454 ]
22,758
namedtuple_RequiresBuildSdistResult
__new__
Create new instance of RequiresBuildSdistResult(requires, out, err)
from builtins import function
(_cls, requires: ForwardRef('tuple[Requirement, ...]'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009987438097596169, -0.03448875993490219, 0.019406022503972054, 0.011531468480825424, 0.012425380758941174, 0.06140364706516266, -0.0008573431405238807, 0.005846999119967222, -0.012457886710762978, -0.02476949617266655, -0.015155876986682415, 0.03673166781663895, 0.0068709347397089005, 0.005513813346624374, -0.06845743209123611, -0.00024112776736728847, 0.03549644351005554, 0.0906914621591568, -0.028101351112127304, -0.002236812375485897, -0.06644206494092941, 0.018658388406038284, 0.036829184740781784, -0.01482269074767828, 0.03001919947564602, 0.1003132089972496, 0.037869375199079514, -0.04498816654086113, 0.010848844423890114, -0.052789583802223206, -0.010718820616602898, -0.04229017719626427, 0.004028700292110443, -0.0029092782642692327, -0.0009629873093217611, -0.04924644157290459, 0.023127948865294456, 0.04050235450267792, -0.061208613216876984, -0.07209809124469757, 0.03507386893033981, 0.01135268621146679, -0.011247041635215282, 0.003183546708896756, -0.008768467232584953, -0.00689125107601285, -0.02332298457622528, -0.0341637022793293, 0.01773197017610073, 0.010336876846849918, 0.006306144874542952, -0.037056729197502136, 0.06715719401836395, -0.014066928997635841, -0.015350911766290665, 0.07482858747243881, 0.01045877393335104, 0.019666070118546486, -0.03968970477581024, 0.04989656060934067, -0.03315601870417595, 0.023810572922229767, -0.026394791901111603, -0.041997626423835754, 0.028020087629556656, 0.03588651493191719, -0.04352540150284767, -0.017244379967451096, -0.057340409606695175, 0.029889175668358803, -0.06107858940958977, 0.014042549766600132, 0.0058510624803602695, -0.030230488628149033, 0.055910151451826096, -0.01782948710024357, -0.09316191077232361, -0.01740691065788269, 0.009174791164696217, -0.022039001807570457, 0.01517212949693203, -0.036829184740781784, -0.012864210642874241, 0.033643607050180435, -0.027678774669766426, -0.040534857660532, -0.03799939900636673, 0.001794935204088688, -0.012669174931943417, 0.009207296185195446, -0.05431736260652542, -0.016456112265586853, -0.0481412410736084, 0.027044910937547684, 0.003520795376971364, -0.006586508359760046, 0.01877215877175331, -0.02301417849957943, 0.03377363085746765, -0.04784868657588959, 0.061858732253313065, 0.01950354129076004, 0.007000958546996117, -0.05464242026209831, 0.040567364543676376, 0.04784868657588959, 0.00470929266884923, 0.015342785976827145, -0.023599283769726753, 0.007021274883300066, -0.046515945345163345, 0.010028070770204067, 0.016919322311878204, -0.014497632160782814, -0.004473624750971794, -0.03289597108960152, 0.02541961520910263, 0.004266399424523115, 0.02199024148285389, 0.012766692787408829, 0.01708185113966465, 0.04313533008098602, 0.0028523928485810757, -0.010182473808526993, 0.10252360999584198, 0.05483745411038399, 0.02296542003750801, 0.013953158631920815, 0.05096925422549248, -0.0007715072715654969, 0.004384233616292477, 0.028020087629556656, -0.04573580250144005, 0.03250590339303017, -0.04560577869415283, -0.010588797740638256, -0.01585475355386734, 0.0447281189262867, 0.005964832846075296, 0.03832445666193962, -0.041997626423835754, 0.0013682952849194407, 0.04118497669696808, -0.009126031771302223, -0.036406610161066055, -0.014050675556063652, -0.003236368764191866, 0.02959662303328514, 0.0005774876335635781, 0.011173903942108154, -0.0058510624803602695, 0.031904540956020355, 0.031937047839164734, 0.020478717982769012, 0.005278145894408226, 0.05018911138176918, 0.05301712453365326, -0.05262705311179161, 0.016634894534945488, -0.053439702838659286, 0.012547277845442295, 0.07105790078639984, -0.06007090583443642, -0.014522011391818523, 0.017016839236021042, -0.01410756167024374, 0.023989355191588402, -0.036959208548069, 0.021795207634568214, 0.004071364179253578, -0.014660161919891834, -0.04261523857712746, 0.018317075446248055, 0.04560577869415283, 0.0633540004491806, 0.037869375199079514, -0.04524821415543556, 0.09023638069629669, 0.005241576582193375, 0.029060276225209236, -0.0034639101941138506, 0.0009589241235516965, -0.11110517382621765, 0.00977614987641573, 0.015789741650223732, 0.05022161826491356, 0.040534857660532, -0.02060874179005623, 0.026573574170470238, -0.03565897420048714, -0.029434094205498695, 0.011986550875008106, 0.052497029304504395, 0.013205522671341896, -0.006318334490060806, -0.06793733686208725, -0.05919324606657028, 0.0022510336712002754, -0.009597367607057095, 0.0010102224769070745, -0.005107489880174398, 0.01781323365867138, 0.022819142788648605, 0.05613769218325615, 0.00741134537383914, 0.004229830577969551, -0.02790631726384163, 0.006436168681830168, -0.06276889890432358, -0.02229904755949974, 0.04632091149687767, -0.059778351336717606, 0.010133714415133, 0.07339832931756973, -0.001040188828483224, 0.007716088555753231, 0.02121010050177574, -0.011060132645070553, 0.009288561530411243, 0.009759897366166115, 0.07073283940553665, 0.028458917513489723, 0.009719264693558216, -0.024184390902519226, 0.09621746838092804, 0.005960769485682249, -0.01062130369246006, 0.018057027831673622, 0.004146534018218517, -0.011677744798362255, 0.0557476207613945, -0.012782946228981018, -0.00940233189612627, -0.023404249921441078, 0.006716531701385975, -0.033221032470464706, 0.03910459950566292, 0.04918142780661583, 0.007691708859056234, 0.007752657402306795, -0.0006435152608901262, 0.040534857660532, 0.04989656060934067, 0.04599585011601448, 0.0240706205368042, 0.006147678475826979, 0.013774375431239605, 0.03998225927352905, -0.061891235411167145, -0.0030718077905476093, 0.015692224726080894, -0.027126174420118332, 0.015383417718112469, -0.029466599225997925, 0.007716088555753231, 0.007472293917089701, 0.019942371174693108, 0.002507017692551017, 0.018382087349891663, -0.004485814366489649, -0.00873596128076315, -0.047946203500032425, -0.033269789069890976, 0.0019818441942334175, -0.04541074484586716, -0.03209957852959633, -0.03102688305079937, 0.048596322536468506, 0.014326975680887699, -0.0019249588949605823, 0.04576830938458443, -0.024119378998875618, -0.004380170255899429, 0.005623520817607641, -0.06228130683302879, 0.01916222833096981, -0.011433950625360012, 0.014140067622065544, 0.046580955386161804, -0.03591902181506157, 0.01183214783668518, 0.01706559769809246, -0.08210990577936172, 0.013684984296560287, -0.0823049396276474, 0.007569811772555113, 0.01062130369246006, -0.051359325647354126, 0.01885342225432396, -0.004233893472701311, 0.03734927996993065, 0.0041018384508788586, 0.04173757880926132, 0.008687201887369156, 0.0656944289803505, 0.07456853985786438, -0.022120265290141106, -0.06517433375120163, 0.06276889890432358, 0.005591014865785837, 0.006761227734386921, -0.03910459950566292, -0.01851211115717888, 0.02723994478583336, -0.024119378998875618, -0.045085687190294266, 0.06062350794672966, -0.008874110877513885, -0.08041960000991821, 0.017992015928030014, -0.030945617705583572, -0.007049717474728823, -0.053829774260520935, -0.04079490527510643, 0.04300530627369881, 0.03131943568587303, -0.023778067901730537, 0.018008269369602203, -0.02342050150036812, 0.05054667592048645, -0.017959510907530785, -0.00454676290974021, 0.07053780555725098, 0.05470743402838707, -0.020478717982769012, -0.04014478996396065, 0.01984485238790512, -0.04498816654086113, 0.056690290570259094, 0.03520389273762703, -0.09251179546117783, 0.015919765457510948, 0.07924938946962357, 0.040664881467819214, -0.014887702651321888, 0.06657208502292633, 0.02925531193614006, 0.014684541150927544, -0.025614650920033455, -0.012327862903475761, -0.013530581258237362, 0.055617596954107285, -0.002413563197478652, 0.008410901762545109, -0.0330747552216053, -0.0012636668980121613, -0.038129422813653946, 0.01043439470231533, 0.10525410622358322, -0.0731382817029953, 0.031872037798166275, -0.030604306608438492, -0.034358736127614975, 0.00031490091350860894, 0.03216458857059479, 0.036049045622348785, -0.009711137972772121, 0.013319293037056923, -0.02680111490190029, -0.011409571394324303, 0.0663120374083519, -0.062248799949884415, -0.011596480384469032, 0.005656026769429445, 0.02231530100107193, -0.005436611827462912, 0.021405136212706566, 0.014213205315172672, 0.019097216427326202, -0.017927004024386406, 0.001064568292349577, -0.025175821036100388, -0.059388283640146255, -0.04173757880926132, -0.04768615588545799, -0.024119378998875618, 0.02995418757200241, 0.004936833865940571, -0.06231381371617317, 0.051781900227069855, 0.057372916489839554, 0.03448875993490219, -0.0023505829740315676, -0.033286042511463165, 0.005903884302824736, 0.003770684590563178, -0.026573574170470238, 0.03213208541274071, -0.032197095453739166, 0.014408241026103497, -0.014668287709355354, -0.011060132645070553, 0.017179368063807487, 0.012457886710762978, 0.008256498724222183, -0.008849731646478176, -0.02472073771059513, -0.05643024668097496, -0.0019980971701443195, 0.04033982381224632, 0.022802889347076416, 0.07086286693811417, 0.0013347736094146967, 0.04768615588545799, 0.016407353803515434, -0.0034070247784256935, 0.0349438451230526, 0.016919322311878204, 0.017341898754239082, -0.028150111436843872, 0.02470448426902294, -0.050416652113199234, -0.0970626249909401, -0.061468660831451416, 0.001500350539572537, 0.024119378998875618, -0.026281021535396576, -0.04775116965174675, -0.01771571673452854, -0.03031175397336483, 0.027743786573410034, -0.060851048678159714, -0.011889033950865269, 0.04248521476984024, -0.020722512155771255, -0.03302599489688873, 0.000788268109317869, 0.015269647352397442, -0.02615099772810936, 0.0324571430683136, -0.047166064381599426, 0.011417698115110397, -0.0051562488079071045, -0.06163118779659271, 0.03578899800777435, -0.024558208882808685, -0.05483745411038399, -0.004372043535113335, 0.0787292942404747, 0.01655363105237484, 0.041315000504255295, 0.05860814079642296, 0.020755019038915634, -0.043720439076423645, 0.017179368063807487, 0.0005673295818269253, -0.005530066322535276, 0.08445033431053162, -0.014993347227573395, -0.023209214210510254, -0.00817523431032896, -0.004081522114574909, 0.000427401828346774, 0.004863695707172155, 0.054577410221099854, 0.0006074540433473885, -0.047166064381599426, 0.027044910937547684, -0.011563974432647228, -0.0042542098090052605, -0.03578899800777435, 0.023209214210510254, -0.03861701115965843, -0.020494971424341202, -0.02680111490190029, 0.09381203353404999, -0.010377509519457817, 0.01878841035068035, 0.007569811772555113, 0.015123371034860611, 0.018967192620038986, 0.006517433095723391, -0.03978722169995308, -0.029450347647070885, 0.05275707691907883, 0.07183804363012314, -0.059453293681144714, -0.017536934465169907, 0.04459809511899948, -0.02306293696165085, -0.03211583197116852, -0.05812055245041847, 0.017861992120742798, 0.02342050150036812, -0.03458628058433533, 0.02122635394334793, 0.02579343318939209, -0.016919322311878204, 0.01981234736740589, -0.048628829419612885, 0.011035753414034843, 0.11806143075227737, 0.03419620916247368, -0.02372930757701397, 0.026264768093824387, 0.013335546478629112, -0.009857414290308952, 0.02823137491941452, -0.013644352555274963, -0.014879576861858368, 0.0019503540825098753, 0.034683797508478165, -0.06787232309579849, 0.05828308314085007, 0.03845448046922684, 0.049311451613903046, 0.053862277418375015, -0.026914887130260468, -0.05122930184006691, -0.04560577869415283, -0.00017040202510543168, 0.01392065268009901, -0.01813829317688942, 0.011840274557471275, 0.042745258659124374, -0.02719118632376194, -0.025159567594528198, 0.012149080634117126, -0.07885931432247162, 0.005050604231655598, 0.010686314664781094, -0.05470743402838707, -0.04560577869415283, -0.07840423285961151, -0.009703011251986027, -0.01953604631125927, -0.027451233938336372, 0.038129422813653946, -0.0009040703880600631, 0.040534857660532, 0.034293726086616516, 0.024135632440447807, -0.0013886115048080683, -0.01309175230562687, -0.019633565098047256, 0.0967375636100769, -0.060168422758579254, -0.022754130885004997, 0.013010486960411072, 0.03027924709022045, -0.0299704410135746, -0.013693111017346382, 0.018642134964466095, 0.04391547292470932, 0.01916222833096981, -0.021470148116350174, -0.07528366893529892, -0.014895829372107983, -0.00885785836726427, 0.00972739141434431, -0.029206551611423492, -0.01912972331047058, -0.016935573890805244, 0.0015643464867025614, 0.02964538149535656, -0.055910151451826096, 0.004128249362111092, -0.02645980380475521, -0.047588638961315155, -0.021470148116350174, -0.01609042100608349, 0.0288814939558506, 0.011271421797573566, 0.026654839515686035, -0.06806735694408417, -0.005115616135299206, 0.008402775973081589, 0.0355614572763443, 0.007984261959791183, -0.061533670872449875, 0.016147306188941002, -0.004835252650082111, 0.06163118779659271, -0.038194432854652405, -0.04014478996396065, 0.07014773786067963, 0.024493196979165077, -0.06462173163890839, 0.04105495288968086, -0.042355190962553024, -0.07248815894126892, -0.025370856747031212, 0.005115616135299206, -0.037121739238500595, -0.027483738958835602, -0.012409128248691559, -0.010158094577491283, 0.052106961607933044, 0.009321067482233047, -0.06663709878921509, -0.004940897226333618, -0.0034314042422920465, 0.007183804176747799, -0.051749397069215775, -0.012214092537760735, -0.04105495288968086, -0.04976653680205345, 0.0535697266459465, -0.016252951696515083, -0.047881193459033966, 0.009589240886271, 0.014749553054571152, -0.0036487875040620565, -0.028328893706202507, 0.04206263646483421, 0.030799342319369316, 0.0033460762351751328, -0.022250289097428322, -0.00722037348896265, -0.01479831151664257, -0.032619673758745193, -0.029905429109930992, -0.02335548959672451, -0.017325645312666893, 0.06566192209720612, 0.05252953618764877, 0.022429071366786957, -0.011401444673538208, -0.004684912972152233, 0.028361398726701736, -0.04359041526913643, 0.013449316844344139, -0.01588725857436657, -0.02195773646235466, 0.07274820655584335, 0.02654106914997101, 0.025500880554318428, 0.005387853365391493, 0.05617019906640053, 0.0017360183410346508, -0.0447281189262867, -0.010588797740638256, 0.0883510410785675, -0.06276889890432358, -0.014977093786001205, -0.02444443851709366, 0.006846555508673191, 0.01097886823117733, -0.010019944049417973, 0.014855196699500084, -0.010149967856705189, -0.022900408133864403, -0.024233149364590645, -0.03926713019609451, 0.02749999240040779, 0.013717490248382092, -0.04417552053928375, 0.003642692696303129, 0.047166064381599426, -0.05470743402838707, 0.007553558796644211, 0.02715868130326271, -0.0042379568330943584, 0.08067964762449265, -0.02472073771059513, -0.025533385574817657, -0.00340499309822917, -0.052106961607933044, 0.07339832931756973, -0.03825944662094116, -0.007691708859056234, -0.024834508076310158, -0.024639474228024483, 0.06702716648578644, 0.005014035385102034, -0.040209800004959106, 0.013806881383061409, -0.03237587958574295, -0.004351727664470673, -0.007667329628020525, 0.02962912991642952, -0.0341637022793293, 0.0040794904343783855, -0.0543498657643795, -0.02608598582446575, 0.018300822004675865, 0.02751624584197998, 0.05786050483584404, 0.0009604478254914284, -0.003126661293208599, -0.043037813156843185, -0.023209214210510254, -0.020624995231628418, -0.056560270488262177, -0.03721925616264343, 0.013449316844344139, -0.04121748358011246, 0.03232711926102638, -0.003963688388466835, -0.032245855778455734, -0.0017634452087804675, 0.0018802632112056017, -0.026719851419329643, -0.02504579722881317, -0.0226728655397892, 0.03809691593050957, -0.011921538971364498, -0.027288705110549927, 0.002153516048565507, -0.017569439485669136, 0.033269789069890976, 0.014977093786001205, 0.005050604231655598, -0.004008383955806494, 0.02476949617266655, -0.03903958946466446, -0.03133568912744522, -0.02199024148285389, -0.04072989523410797, 0.026020973920822144, 0.01239287480711937, -0.030604306608438492, -0.01648861914873123, 0.030896859243512154, 0.04209514334797859, -0.05262705311179161, -0.02964538149535656, 0.07885931432247162, 0.030506787821650505, -0.00977614987641573, 0.028653951361775398, -0.037154246121644974, 0.03754431754350662, 0.015399671159684658, 0.06982267647981644, 0.02366429567337036, -0.06007090583443642, 0.018008269369602203, -0.044858142733573914, 0.01585475355386734, -0.004136376082897186, 0.03377363085746765, -0.04043734073638916, 0.06283390522003174, 0.012685428373515606, -0.020364947617053986, -0.010369382798671722, 0.02959662303328514, -0.020397452637553215, -0.03380613774061203, -0.03877954185009003, -0.06302894651889801, 0.002104757120832801, -0.015180256217718124, 0.024623220786452293, -0.019422275945544243, 0.021746447309851646, -0.024655725806951523, 0.024883268401026726, 0.07248815894126892, 0.006115172524005175, 0.048628829419612885, 0.02299792505800724, -0.019292252138257027, 0.045865826308727264, -0.016066042706370354, -0.01776447519659996, 0.004126217681914568, -0.03179077059030533, -0.02758125774562359, -0.09940304607152939, 0.031481966376304626, -0.015724729746580124, -0.02548462711274624, 0.05617019906640053, -0.02964538149535656, 0.003228242276236415, 0.01674054004251957 ]
22,761
collections
_replace
Return a new RequiresBuildSdistResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05418659746646881, 0.0014151870273053646, -0.015411244705319405, -0.03568486124277115, -0.03288281708955765, -0.033294882625341415, 0.002814921550452709, 0.02153041586279869, 0.02097412757575512, -0.04615132138133049, -0.04219549521803856, 0.057071052491664886, 0.004468333907425404, 0.06329324096441269, 0.010816715657711029, 0.03339789807796478, -0.029812930151820183, 0.056329336017370224, -0.06539477407932281, -0.03236773610115051, 0.019016817212104797, 0.015916025266051292, 0.03345970809459686, 0.05979068577289581, 0.03199687600135803, 0.010981542058289051, 0.018841689452528954, 0.01047161128371954, 0.0018002105643972754, -0.005949193611741066, -0.004094899632036686, -0.015823310241103172, -0.030204391106963158, -0.010734302923083305, 0.00284325098618865, -0.060903262346982956, -0.050065942108631134, 0.05855448916554451, 0.049283016473054886, -0.005065828561782837, 0.06395254284143448, -0.09955499321222305, -0.04948905110359192, -0.06098567321896553, -0.0017834703903645277, 0.02340531349182129, 0.02268419787287712, -0.011445115320384502, -0.024250047281384468, -0.05344487726688385, 0.02359074167907238, 0.006330354139208794, 0.015792405232787132, -0.00425457488745451, -0.02315807342529297, -0.0009574081632308662, -0.0018311154562979937, 0.061809804290533066, -0.006891793105751276, 0.023075660690665245, -0.0021852341014891863, 0.057606738060712814, -0.015102195553481579, 0.010461309924721718, -0.0542278029024601, -0.02420883998274803, -0.009333280846476555, -0.07347125560045242, -0.022766612470149994, 0.0012213875306770205, -0.008998477831482887, -0.0008576110703870654, 0.018769577145576477, 0.024250047281384468, 0.0763557106256485, 0.04231911525130272, -0.029215434566140175, -0.010857922956347466, 0.04421461373567581, -0.05154937878251076, -0.01660623401403427, -0.013453934341669083, -0.08076481521129608, -0.043514102697372437, -0.03424263373017311, 0.03947586193680763, -0.050436802208423615, -0.0004841768241021782, 0.030142581090331078, -0.001749990158714354, -0.053115226328372955, 0.01601904071867466, -0.0037575210444629192, 0.0333360880613327, -0.05167299881577492, -0.0866161435842514, 0.0038244817405939102, -0.03793061897158623, -0.012938852421939373, 0.03576727584004402, 0.025012368336319923, -0.04578046128153801, -0.09189058095216751, -0.02106684260070324, -0.008694578893482685, -0.019768835976719856, -0.019490692764520645, -0.015194910578429699, 0.03593210130929947, -0.03265618160367012, -0.04318445175886154, -0.057730358093976974, -0.029998358339071274, 0.06082084774971008, -0.003948101308196783, -0.03403659909963608, 0.02109774760901928, -0.025980722159147263, -0.030637061223387718, -0.031090332195162773, 0.02711390145123005, 0.018810784444212914, -0.061191707849502563, 0.04911819100379944, 0.008488547056913376, -0.008983025327324867, 0.061438947916030884, -0.025980722159147263, 0.03889897093176842, -0.0033248525578528643, 0.022972645238041878, 0.0029591445345431566, -0.042401526123285294, 0.056823816150426865, 0.0179145410656929, 0.03844569995999336, 0.0498599112033844, 0.05027197673916817, -0.06984508037567139, 0.037600964307785034, 0.04201006516814232, -0.012166230008006096, 0.06555960327386856, 0.035478826612234116, -0.0018607326783239841, -0.04619252681732178, 0.0133200129494071, 0.006984508130699396, -0.03751855343580246, 0.030080772936344147, -0.0330270379781723, -0.03599391132593155, 0.01888289488852024, 0.022416356950998306, -0.04652218148112297, -0.005135364830493927, -0.011197876185178757, -0.06407616287469864, -0.023199280723929405, -0.04151558503508568, 0.018584148958325386, -0.05315643176436424, -0.016163263469934464, -0.01570999249815941, 0.05534037947654724, 0.021324383094906807, 0.043390482664108276, -0.08529753237962723, -0.013629062101244926, -0.033603932708501816, -0.0004168942687101662, 0.04124774411320686, 0.026372183114290237, 0.044173408299684525, -0.034139614552259445, 0.019439183175563812, -0.007118429057300091, 0.024826938286423683, 0.02396160177886486, -0.020428141579031944, 0.038816556334495544, -0.014308970421552658, -0.06197463348507881, 0.008895461447536945, 0.05847207456827164, 0.03181144595146179, -0.0019985169637948275, 0.062304284423589706, 0.05229109525680542, 0.02682545594871044, 0.016122058033943176, -0.04001154750585556, 0.005758613348007202, -0.006639403291046619, 0.008699730038642883, 0.06300479173660278, -0.06354048103094101, 0.04615132138133049, 0.01757458783686161, 0.11043351888656616, -0.027587777003645897, 0.03313005715608597, 0.029215434566140175, -0.01745096780359745, 0.03284161165356636, -0.02948327735066414, 0.054928313940763474, -0.05113731324672699, -0.03156420588493347, -0.03376875817775726, 0.08340203016996384, -0.021427398547530174, 0.0077313766814768314, 0.01957310549914837, -0.010816715657711029, -0.07252350449562073, 0.05352729186415672, -0.02985413558781147, 0.006371560972183943, -0.004190189763903618, 0.0881819874048233, 0.02346712350845337, -0.026124944910407066, -0.005835875868797302, 0.04141256958246231, -0.048788540065288544, -0.016183868050575256, -0.029112419113516808, -0.03844569995999336, -0.0638701319694519, 0.06271634995937347, -0.01285643968731165, -0.029091814532876015, -0.01926405541598797, 0.024002807214856148, -0.016307486221194267, 0.009240565821528435, -0.03580848127603531, -0.02315807342529297, -0.026289770379662514, 0.027814412489533424, 0.03574667125940323, -0.03378935903310776, -0.009868965484201908, -0.009755647741258144, -0.06741389632225037, -0.02785561978816986, 0.028185270726680756, -0.01982034370303154, 0.007788035552948713, -0.016647441312670708, 0.014988877810537815, -0.010960938408970833, 0.03275919705629349, 0.0043472894467413425, -0.02474452555179596, -0.03564365580677986, -0.013505442067980766, -0.014298668131232262, -0.027752602472901344, 0.004125804640352726, -0.058348458260297775, 0.030740076676011086, 0.04503874480724335, 0.051219724118709564, -0.0277319997549057, 0.004628009162843227, -0.0257128793746233, 0.013175790198147297, 0.015287625603377819, 0.12048791348934174, 0.036261752247810364, -0.015421546064317226, 0.01629718579351902, -0.04536839574575424, -0.03345970809459686, 0.016462011262774467, -0.025197796523571014, 0.02280781790614128, -0.0510961078107357, -0.008880008943378925, -0.022910835221409798, -0.022890230640769005, -0.011362702585756779, 0.022704802453517914, 0.06135653331875801, -0.055299174040555954, 0.030719473958015442, -0.008493697270751, -0.00011782494402723387, 0.04516236484050751, -0.03284161165356636, 0.013423029333353043, -0.03197627142071724, 0.0004197915841359645, 0.024126427248120308, -0.0857095941901207, 0.020510554313659668, 0.023364106193184853, -0.06873250752687454, -0.0249299556016922, 0.018223591148853302, 0.041206538677215576, 0.03889897093176842, 0.05167299881577492, -0.04182463511824608, -0.027402346953749657, -0.004403948783874512, -0.011043352074921131, 0.046728212386369705, -0.02760837972164154, 0.01341272797435522, -0.021551018580794334, 0.0057637644931674, 0.06024395674467087, 0.022457562386989594, 0.001492449315264821, -0.014690130017697811, 0.01480344869196415, 0.04318445175886154, -0.01477254368364811, -0.06288117915391922, -0.04804682359099388, -0.014339874498546124, -0.008782142773270607, -0.03389237821102142, -0.05072524771094322, -0.007793186232447624, 0.011877784505486488, -0.017924843356013298, -0.03574667125940323, 0.007061770185828209, 0.014175049029290676, 0.05777156352996826, 0.0012258944334462285, -0.009693837724626064, 0.010023490525782108, -0.02589830942451954, 0.004440004471689463, -0.020541459321975708, 0.04911819100379944, -0.01047161128371954, -0.04623373597860336, -0.011166971176862717, -0.007154485210776329, -0.0179145410656929, 0.014082334004342556, 0.017028601840138435, 0.12658648192882538, -0.022849025204777718, 0.011702656745910645, -0.08364927023649216, -0.05307402089238167, 0.014051428996026516, 0.04870612546801567, -0.02832949347794056, 0.0022959767375141382, -0.01325820293277502, 0.006711514666676521, -0.009153001941740513, 0.008941818960011005, -0.054145388305187225, 0.0013128145365044475, 0.011352401226758957, 0.020170599222183228, -0.035417020320892334, -0.03224411606788635, -0.015040386468172073, -0.014690130017697811, -0.011362702585756779, 0.0162044707685709, -0.015823310241103172, -0.02954508736729622, -0.035664256662130356, -0.04714027792215347, -0.03212049603462219, 0.02723752148449421, 0.07380090653896332, -0.0872754454612732, -0.06786716729402542, 0.013546649366617203, -0.06642493605613708, 0.027835015207529068, 0.021046238020062447, 0.012186833657324314, -0.002438911935314536, 0.05583485588431358, 0.02900940179824829, 0.014205954037606716, 0.06279876083135605, -0.06691941618919373, 0.018934404477477074, -0.03605572134256363, -0.03150239586830139, 0.03537581115961075, -0.013484839349985123, -0.03939345106482506, -0.03599391132593155, -0.050065942108631134, -0.012444374151527882, 0.007782884873449802, -0.04376134276390076, -0.035293400287628174, 0.044297028332948685, -0.029174229130148888, 0.018182383850216866, 0.09650570899248123, -0.04409099370241165, 0.009431146085262299, -0.008550356142222881, 0.04635735601186752, 0.023631948977708817, -0.06304600089788437, -0.08336082100868225, 0.06432340294122696, 0.022416356950998306, 0.010481912642717361, 0.033480312675237656, 0.035602446645498276, 0.03455168008804321, -0.002478830749168992, -0.0064385212026536465, 0.006000701803714037, 0.02315807342529297, -0.028844576328992844, 0.0442558191716671, -0.04384375363588333, 0.024847541004419327, 0.013618760742247105, 0.005076130386441946, -0.04073266312479973, 0.0012619502376765013, 0.004725874867290258, -0.012640105560421944, 0.054269008338451385, -0.037600964307785034, -0.007875598967075348, -0.03743613883852959, -0.010930034331977367, 0.02888578176498413, 0.008874857798218727, -0.00028120243223384023, 0.010878525674343109, -0.0504780076444149, 0.010775509290397167, 0.01520521193742752, -0.04759354889392853, 0.012197135016322136, 0.04209247604012489, 0.016771061345934868, 0.07516072690486908, 0.05665898695588112, 0.08463823050260544, 0.015627579763531685, -0.0020216957200318575, -0.03811604529619217, -0.03922862187027931, -0.04833526909351349, 0.01608085073530674, 0.0022444685455411673, 0.01779092289507389, -0.025815894827246666, 0.050065942108631134, 0.03327427804470062, -0.04124774411320686, -0.00843188725411892, 0.03885776549577713, -0.06906215846538544, -0.015359736979007721, -0.041082918643951416, 0.06551839411258698, -0.015277323313057423, 0.024888748303055763, -0.01972763054072857, -0.034695904701948166, 0.016183868050575256, 0.0002445028512738645, -0.008596713654696941, -0.018676862120628357, -0.07862207293510437, 0.0526619553565979, -0.021860068663954735, 0.054145388305187225, 0.0022676473017781973, -0.0027634133584797382, 0.030080772936344147, 0.05282678082585335, 0.030328011140227318, -0.009961680509150028, 0.030389821156859398, -0.061809804290533066, 0.02791742794215679, 0.051837824285030365, -0.008318569511175156, 0.005537128541618586, -0.0065003312192857265, -0.024311857298016548, 0.04151558503508568, -0.043555308133363724, -0.033603932708501816, 0.042896006256341934, -0.05039559304714203, 0.025918912142515182, -0.03113153949379921, 0.06654855608940125, -0.039496466517448425, 0.0604499913752079, 0.011012447066605091, -0.01249588280916214, -0.032614972442388535, -0.06378772109746933, -0.0190065149217844, 0.017461270093917847, -0.030204391106963158, 0.0019367072964087129, 0.006041908636689186, 0.0046666404232382774, 0.02377617172896862, -0.06568322330713272, -0.052867986261844635, 0.03749794885516167, 0.029812930151820183, -0.03284161165356636, 0.015297926962375641, -0.029874740168452263, 0.02876216359436512, 0.02546563930809498, -0.008277363143861294, 0.03990853205323219, 0.02443547733128071, 0.0030003509018570185, -0.05039559304714203, -0.023549536243081093, -0.054887108504772186, 0.03852811083197594, 0.03704467788338661, -0.004656338598579168, 0.017904240638017654, 0.040526628494262695, 0.020211806520819664, 0.04817044362425804, 0.05447504296898842, -0.0554639995098114, -0.026372183114290237, -0.011074257083237171, 0.00035733793629333377, -0.02455909550189972, 0.01003379188477993, -0.015246418304741383, -0.03028680384159088, -0.006474577356129885, -0.01766730286180973, 0.0015310803428292274, -0.010342841036617756, -0.04664580151438713, -0.016101453453302383, -0.035911496728658676, 0.004867522045969963, 0.017183126881718636, 0.030142581090331078, 0.005019471514970064, 0.006598196923732758, 0.024476682767271996, -0.009760798886418343, -0.0010668629547581077, 0.03197627142071724, 0.039805516600608826, 0.01772911287844181, -0.007309009321033955, -0.01829570159316063, 0.030678266659379005, 0.008272211998701096, 0.04693424701690674, 0.01769820787012577, 0.01389690488576889, 0.02948327735066414, -0.03690045326948166, 0.0038399342447519302, -0.01480344869196415, -0.05740070715546608, 0.02767018973827362, 0.04285479709506035, -0.01155843399465084, -0.061686184257268906, -0.01149662397801876, -0.026289770379662514, -0.020448744297027588, 0.008220704272389412, 0.027258124202489853, 0.008514300920069218, -0.023611346259713173, 0.042401526123285294, -0.004723299294710159, -0.00034446088830009103, -0.0193155650049448, 0.022045496851205826, -0.03659140318632126, 0.006459124851971865, 0.010296483524143696, 0.0009677097550593317, -0.04804682359099388, 0.03811604529619217, -0.03352151811122894, -0.002547078998759389, 0.004213368520140648, -0.03652959689497948, -0.015524562448263168, 0.006330354139208794, 0.050560422241687775, 0.014185350388288498, 0.06148015335202217, -0.04854129999876022, 0.03964068740606308, 0.008220704272389412, -0.021551018580794334, -0.018254496157169342, -0.014556209556758404, -0.015122799202799797, 0.01237226277589798, -0.04804682359099388, -0.06803198903799057, 0.024250047281384468, 0.012897646054625511, 0.009359034709632397, -0.009122096933424473, -0.05665898695588112, -0.011208178475499153, -0.03716829791665077, 0.051219724118709564, -0.04499753937125206, -0.030657663941383362, -0.028102857992053032, 0.023302296176552773, -0.06696062535047531, -0.036323562264442444, 0.012413469143211842, 0.020829904824495316, -0.014782845042645931, 0.014175049029290676, 0.06226307898759842, 0.011661450378596783, -0.03224411606788635, -0.006510633043944836, 0.01435017678886652, -0.010775509290397167, -0.023261090740561485, 0.05175540968775749, -0.09601122885942459, 0.04437943920493126, 0.015452451072633266, -0.020088186487555504, 0.053898151963949203, 0.015297926962375641, -0.03168782591819763, -0.025609862059354782, 0.007118429057300091, -0.07825121283531189, -0.010512817651033401, 0.027876222506165504, 0.012423770502209663, 0.012155928649008274, -0.0498599112033844, 0.03531400114297867, -0.027402346953749657, 0.005774065852165222, 0.050313182175159454, -0.024311857298016548, 0.056082095950841904, 0.0532800517976284, 0.018810784444212914, -0.02359074167907238, -0.003912045620381832, 0.054516248404979706, -0.0037060128524899483, -0.026681233197450638, -0.02863854356110096, 0.025383226573467255, 0.048788540065288544, -0.03234713152050972, -0.001643110648728907, 0.061274122446775436, 0.013361219316720963, -0.04491512477397919, -0.026186754927039146, -0.007468685042113066, -0.009163303300738335, 0.021046238020062447, 0.005398056469857693, 0.030595853924751282, -0.08752268552780151, 0.03941405192017555, 0.0197894386947155, 0.01738915778696537, 0.01985124871134758, -0.061686184257268906, -0.02414702996611595, 0.027278726920485497, -0.031770240515470505, 0.048005614429712296, -0.02037663199007511, 0.020634174346923828, 0.00523580564185977, -0.00239126686938107, 0.039805516600608826, 0.003695711260661483, 0.05224988982081413, -0.0013301984872668982, 0.02256057970225811, 0.038816556334495544, -0.006788777187466621, -0.008694578893482685, 0.04413220286369324, 0.012022007256746292, -0.009173605591058731, 0.05097248777747154, -0.05431021749973297, 0.02657821588218212, 0.07029835134744644, -0.015586372464895248, 0.034139614552259445, 0.02894759178161621, -0.01779092289507389, 0.08636890351772308, -0.0024775429628789425, 0.005076130386441946, 0.000022816509954282083, -0.029957152903079987, -0.02542443387210369, -0.03751855343580246, 0.017863033339381218, 0.044173408299684525, 0.0448739193379879, -0.04606890678405762, 0.02317867800593376, 0.03249135613441467, -0.03185265138745308, 0.02596011757850647, 0.018718069419264793, -0.006196433212608099, 0.07388331741094589, -0.05801880359649658, 0.06251031905412674, -0.0012149489484727383, 0.04598649591207504, -0.04973629117012024, -0.018893197178840637, 0.05892534926533699, 0.024353062734007835, -0.0076592653058469296, 0.026537010446190834, 0.012959456071257591, 0.037971824407577515, -0.019614310935139656, -0.019583405926823616, 0.0327179916203022, -0.06551839411258698, 0.03941405192017555, -0.011867482215166092, -0.028350098058581352, -0.052744366228580475, -0.03100791946053505, -0.002343621803447604, 0.018048463389277458, 0.0193155650049448, -0.0017757442547008395, 0.03673562780022621, 0.005604089237749577, 0.03275919705629349 ]
22,762
pyproject_api._frontend
RequiresBuildWheelResult
Information collected while acquiring the wheel build dependencies.
class RequiresBuildWheelResult(NamedTuple): """Information collected while acquiring the wheel build dependencies.""" #: wheel build dependencies requires: tuple[Requirement, ...] #: backend standard output while acquiring the wheel build dependencies out: str #: backend standard error while acquiring the wheel build dependencies err: str
(requires: tuple[packaging.requirements.Requirement, ...], out: str, err: str)
[ 0.017261819913983345, 0.017538081854581833, -0.04241934046149254, 0.004462496843189001, 0.05393316224217415, 0.0012932998361065984, -0.037892237305641174, 0.009526528418064117, 0.023740572854876518, -0.022154303267598152, 0.0902569517493248, 0.07328921556472778, 0.020995792001485825, -0.044914599508047104, 0.022189950570464134, -0.00017377671611029655, 0.03614555671811104, 0.06612426787614822, -0.015755755826830864, 0.03151151165366173, -0.047908905893564224, 0.04516412317752838, 0.0424906350672245, 0.032973017543554306, 0.028766730800271034, 0.028891492635011673, 0.04808713495731354, -0.060171302407979965, -0.02015809901058674, -0.023241521790623665, -0.09510488063097, -0.02794686146080494, 0.009214621968567371, -0.015773579478263855, 0.02586154080927372, 0.05860285460948944, 0.04951299726963043, 0.03511180728673935, -0.04847924783825874, 0.005730175878852606, 0.03974585607647896, -0.014971532858908176, -0.039817146956920624, -0.03750012442469597, -0.008826966397464275, -0.041349947452545166, -0.03122633881866932, 0.017751960083842278, -0.05407575145363808, -0.0501902811229229, 0.03438105434179306, 0.047623731195926666, 0.0197303406894207, -0.030228236690163612, 0.006942157167941332, 0.02302764356136322, 0.02076409012079239, 0.05863850191235542, 0.0400666743516922, 0.03546827286481857, 0.0004879115440417081, 0.0827711895108223, -0.010774156078696251, 0.04455813392996788, -0.01614786684513092, -0.0001977267093025148, 0.02423962391912937, -0.048764418810606, -0.021031439304351807, 0.03603861853480339, 0.019213465973734856, 0.01351893786340952, 0.004257529508322477, -0.0388546921312809, 0.04245498776435852, -0.03245614469051361, -0.03660896047949791, -0.05632147938013077, 0.045235417783260345, -0.05635712668299675, -0.02017592266201973, 0.009170063771307468, -0.05724829062819481, -0.06362901628017426, -0.002862859982997179, -0.0008566300966776907, -0.04316791892051697, -0.005364798940718174, 0.005872761830687523, -0.0011418021749705076, -0.08369799703359604, 0.021922601386904716, -0.003087878692895174, 0.07464378327131271, -0.01442792359739542, -0.0334898941218853, 0.011923756450414658, -0.04302533343434334, -0.05414704233407974, 0.020692797377705574, 0.010934566147625446, -0.02211865782737732, -0.047481145709753036, 0.032670021057128906, -0.009339384734630585, -0.04277580603957176, -0.051473554223775864, -0.035076163709163666, 0.04480765759944916, -0.025897186249494553, -0.0038810132537037134, -0.04409472644329071, -0.008639821782708168, 0.004239706322550774, -0.0001716880506137386, -0.027162637561559677, -0.02361581102013588, -0.07756679505109787, -0.0020396485924720764, 0.011540556326508522, 0.07068701833486557, 0.02612888813018799, 0.020389800891280174, 0.011745523661375046, 0.00933047290891409, 0.021280964836478233, -0.00005399192377808504, 0.012066341936588287, 0.04965558275580406, -0.03913986310362816, 0.05543031543493271, 0.00006144148937892169, -0.013536760583519936, -0.012003961019217968, -0.012966416776180267, 0.03735753893852234, 0.019035235047340393, -0.026841819286346436, -0.005676706321537495, 0.00783777516335249, -0.021138377487659454, -0.002099802019074559, -0.023651456460356712, -0.03226008638739586, 0.04356003180146217, -0.010649393312633038, -0.0033084412571042776, -0.0607060007750988, -0.0005310772685334086, -0.008595263585448265, 0.052721183747053146, -0.09089858829975128, -0.017591550946235657, -0.011094975285232067, -0.06170410290360451, 0.030014358460903168, 0.021780015900731087, -0.05332717299461365, -0.006313887424767017, 0.023437578231096268, 0.026075419038534164, -0.07970558851957321, 0.043132271617650986, 0.020389800891280174, 0.017671754583716393, 0.07435861229896545, -0.00858635175973177, -0.034327585250139236, 0.004776631947606802, 0.01703011803328991, -0.00628269650042057, 0.03675154596567154, -0.020888851955533028, 0.0007357661379501224, -0.01434771902859211, -0.007040184922516346, 0.015292351134121418, 0.0340958833694458, -0.0191243514418602, -0.02808944694697857, 0.00020830926951020956, -0.05346975848078728, -0.06705107539892197, 0.020425448194146156, 0.02887367084622383, 0.04623351991176605, 0.008746761828660965, 0.029479660093784332, 0.029871772974729538, -0.01180790551006794, -0.028321148827672005, -0.007271887268871069, 0.039246805012226105, 0.018054954707622528, 0.007860054261982441, -0.025790248066186905, -0.01486459281295538, 0.014784388244152069, 0.04245498776435852, -0.0041104876436293125, -0.029265781864523888, -0.014365541748702526, 0.01914217323064804, 0.06177539378404617, 0.018892647698521614, -0.002203399548307061, 0.02498820051550865, -0.041635118424892426, -0.01351893786340952, -0.004119399469345808, 0.05999306961894035, 0.019534286111593246, -0.04077960178256035, 0.03065599501132965, 0.003620348172262311, -0.01434771902859211, 0.03422064706683159, -0.013403085991740227, 0.004157273564487696, -0.022510768845677376, -0.004896938800811768, -0.01121973805129528, 0.09560392796993256, 0.009437412954866886, -0.006189124658703804, -0.02764386497437954, 0.03675154596567154, 0.0021343345288187265, 0.006928789429366589, -0.06305866688489914, 0.016379568725824356, -0.034452348947525024, -0.004865747876465321, 0.02242165245115757, -0.03127980977296829, -0.012681244872510433, -0.03614555671811104, 0.03329383581876755, 0.01585378311574459, -0.025166433304548264, 0.006581236142665148, 0.021298786625266075, -0.007730836048722267, 0.013946695253252983, 0.012137635610997677, -0.08448222279548645, -0.0033953296951949596, 0.005275683011859655, -0.03978149965405464, -0.020122453570365906, -0.024738674983382225, 0.02422180026769638, 0.011193002574145794, -0.044486839324235916, 0.03240267559885979, -0.059707898646593094, -0.010488984175026417, -0.11200132220983505, 0.051651787012815475, -0.0272161066532135, 0.011264296248555183, 0.009686938486993313, -0.012137635610997677, 0.038034822791814804, -0.01615677960216999, -0.0489782989025116, 0.010872184298932552, -0.014668537303805351, -0.0594940185546875, 0.07621222734451294, 0.07043749839067459, 0.011602938175201416, -0.036377258598804474, -0.006527766585350037, -0.060171302407979965, -0.02693093568086624, 0.02857067435979843, 0.02259988524019718, 0.009624556638300419, 0.08048981428146362, 0.007726380135864019, -0.006104464177042246, -0.038783397525548935, 0.03607426583766937, -0.03003218211233616, 0.02464955858886242, 0.000141402444569394, 0.058388978242874146, -0.027251753956079483, 0.0033507714979350567, 0.01657562516629696, 0.0008722254424355924, 0.03527221828699112, -0.07464378327131271, 0.04990511015057564, 0.0010092416778206825, -0.04765937849879265, -0.018589653074741364, 0.07279016822576523, -0.027180461212992668, 0.012119811959564686, 0.021494843065738678, -0.050903212279081345, -0.03767835721373558, -0.012725803069770336, 0.007632808294147253, 0.0556441955268383, -0.06897599250078201, -0.07435861229896545, -0.013706081546843052, 0.0072807990945875645, 0.018946118652820587, 0.033382952213287354, 0.03261655196547508, -0.016201337799429893, 0.004571664612740278, -0.010043403133749962, 0.006144566461443901, -0.004994966555386782, 0.038925983011722565, -0.055965013802051544, 0.020514564588665962, 0.06922551244497299, -0.06330819427967072, 0.01450812816619873, -0.07421602308750153, -0.008911626413464546, 0.004821190144866705, 0.03646637499332428, 0.02108490839600563, -0.060171302407979965, 0.018607476726174355, 0.04630481079220772, 0.017751960083842278, -0.016958825290203094, 0.024097038432955742, 0.07557059079408646, -0.05250730365514755, 0.02958660013973713, -0.019552107900381088, 0.03398894518613815, -0.024417856708168983, -0.05011898651719093, 0.07999075949192047, -0.043274857103824615, -0.03398894518613815, 0.024845615029335022, 0.024417856708168983, 0.0789213627576828, -0.027857745066285133, 0.015622081235051155, 0.015916164964437485, -0.04544929414987564, 0.03345424681901932, 0.07564188539981842, 0.024934731423854828, -0.06341513246297836, -0.024114862084388733, 0.017707401886582375, 0.03814176097512245, -0.011210826225578785, -0.0059797014109790325, -0.007557059172540903, 0.039710208773612976, -0.059137552976608276, -0.06644508987665176, 0.027715157717466354, 0.04045878350734711, 0.04751679301261902, 0.00867992453277111, -0.030459938570857048, -0.019926397129893303, -0.029960887506604195, -0.027162637561559677, 0.01383975613862276, 0.03434540703892708, -0.012770361267030239, -0.01017707772552967, -0.06020694971084595, -0.09096988290548325, -0.039852794259786606, 0.008417030796408653, -0.06198927387595177, -0.03696542605757713, 0.007329812739044428, 0.006701542995870113, -0.012975328601896763, 0.019641224294900894, 0.02167307585477829, 0.08327023684978485, -0.01600528135895729, 0.00852397084236145, 0.00010735724936239421, 0.0071070222184062, 0.02302764356136322, -0.012075253762304783, 0.004571664612740278, -0.007329812739044428, -0.048764418810606, -0.03127980977296829, 0.0017789833946153522, -0.051188383251428604, -0.04794454947113991, 0.019480815157294273, -0.017689578235149384, 0.005502929445356131, 0.026057595387101173, -0.009686938486993313, -0.019249113276600838, -0.05607195571064949, -0.030263883993029594, -0.03569997474551201, -0.022956350818276405, -0.03553956747055054, -0.05728393420577049, 0.09332255274057388, -0.015033913776278496, -0.04095783457159996, 0.010194900445640087, 0.0054049016907811165, 0.01277927216142416, -0.027536926791071892, 0.05892367288470268, 0.06623120605945587, 0.032277911901474, 0.05468174070119858, -0.01090783067047596, 0.01658453606069088, 0.03778529539704323, -0.013064444065093994, 0.011094975285232067, 0.009882993996143341, -0.04733856022357941, -0.005685617681592703, -0.01751134544610977, -0.03204621002078056, -0.028944963589310646, 0.016682565212249756, -0.011790081858634949, -0.039817146956920624, -0.01971251703798771, 0.05215083807706833, 0.02930142730474472, -0.033276014029979706, 0.03799917548894882, 0.04437990114092827, 0.004201831761747599, 0.016709299758076668, -0.016664741560816765, -0.048194076865911484, 0.004538245964795351, 0.024097038432955742, 0.022974172607064247, -0.02917666547000408, 0.029853949323296547, -0.04473636671900749, -0.06548263132572174, -0.06295172870159149, -0.051045797765254974, -0.04555623605847359, 0.04648304358124733, -0.02076409012079239, 0.01113953348249197, 0.031190693378448486, 0.020960144698619843, -0.07254064083099365, 0.018322303891181946, -0.014320983551442623, -0.04484330490231514, -0.004883571527898312, 0.04919217899441719, -0.030103474855422974, 0.029925242066383362, 0.04110042005777359, 0.03514745458960533, 0.0015227742260321975, -0.007828864268958569, 0.005725719965994358, 0.020977968350052834, -0.08262860029935837, -0.035343509167432785, 0.0078110406175255775, 0.04274016246199608, 0.019231289625167847, -0.039852794259786606, -0.0016107765259221196, 0.002110941568389535, -0.05878108739852905, 0.06544698774814606, 0.007075831294059753, -0.032509613782167435, 0.064555823802948, 0.05375492945313454, -0.036573316901922226, 0.05101015046238899, 0.03630596771836281, -0.011326677165925503, 0.03974585607647896, -0.03903292492032051, 0.027982506901025772, 0.030050003901124, -0.04933476448059082, 0.038034822791814804, -0.028303325176239014, 0.03256308287382126, -0.09560392796993256, 0.026235828176140785, -0.04808713495731354, 0.03334730491042137, 0.026841819286346436, -0.005712352693080902, -0.0032527437433600426, 0.018643122166395187, 0.023508870974183083, 0.017404407262802124, -0.02482779137790203, -0.05856721103191376, 0.026859642937779427, -0.01009687315672636, 0.024756498634815216, -0.02780427411198616, 0.10515719652175903, 0.048336662352085114, -0.041171714663505554, -0.0072496081702411175, -0.024417856708168983, 0.02452479675412178, -0.04773067310452461, 0.00724515225738287, 0.062417034059762955, -0.0005605969927273691, -0.07806584984064102, -0.049085237085819244, -0.01960557885468006, 0.02808944694697857, 0.01427642535418272, -0.02734087035059929, 0.07942041754722595, -0.06088423356413841, -0.055822428315877914, 0.058068159967660904, -0.008497236296534538, 0.02767951227724552, -0.050439804792404175, 0.055858075618743896, 0.08975790441036224, 0.029996534809470177, 0.0009630126296542585, 0.01135341264307499, -0.04858618602156639, -0.04470071941614151, -0.01749352365732193, -0.011781170032918453, -0.02529119700193405, -0.01734202541410923, 0.027697335928678513, 0.00978496577590704, -0.060100007802248, 0.0070045385509729385, -0.024560442194342613, 0.041635118424892426, 0.0131535604596138, -0.021637428551912308, 0.01092565432190895, 0.001217550947330892, -0.015247792936861515, 0.061205051839351654, -0.010952388867735863, 0.006661440711468458, -0.0520082525908947, 0.011255384422838688, 0.014017988927662373, 0.022956350818276405, 0.004306543618440628, 0.022207774221897125, -0.018054954707622528, 0.05817509815096855, 0.012333691120147705, 0.018170805647969246, -0.047017741948366165, 0.011629672721028328, -0.0400666743516922, -0.017849987372756004, -0.026075419038534164, 0.014205132611095905, -0.030691642314195633, -0.01657562516629696, -0.0051999338902533054, -0.007561515085399151, 0.002198943868279457, 0.004874659702181816, 0.0028784554451704025, 0.0016319416463375092, 0.010818714275956154, 0.04081524908542633, -0.04683950915932655, -0.05428962782025337, 0.010034491308033466, 0.035646505653858185, 0.005596501287072897, -0.020389800891280174, 0.012921858578920364, -0.018910471349954605, -0.013501114211976528, -0.02826767973601818, 0.03263437747955322, -0.017983661964535713, -0.036395084112882614, -0.016941001638770103, 0.023116759955883026, 0.027002228423953056, -0.03799917548894882, -0.024132683873176575, -0.018714414909482002, -0.012306956574320793, -0.02393662929534912, 0.00009921146556735039, 0.010203812271356583, -0.004063701722770929, 0.036573316901922226, 0.06844129413366318, 0.0282320324331522, 0.028927139937877655, 0.01188811007887125, -0.024257447570562363, 0.014062547124922276, 0.0200333371758461, -0.018714414909482002, 0.014089281670749187, -0.013884314335882664, -0.0014815579634159803, 0.03913986310362816, 0.1050146073102951, -0.04605528712272644, -0.04081524908542633, 0.009588910266757011, 0.015639904886484146, -0.033133428543806076, 0.0613119900226593, -0.03771400451660156, 0.004736529663205147, 0.04587705433368683, -0.027162637561559677, -0.007222873158752918, 0.01419622078537941, -0.018268834799528122, 0.002591055352240801, -0.052685536444187164, 0.024007922038435936, -0.03568215295672417, -0.02240382879972458, 0.05635712668299675, -0.010515719652175903, 0.03063817135989666, 0.04719597473740578, 0.0141160162165761, -0.017145968973636627, 0.017110323533415794, -0.012690155766904354, 0.01735984906554222, 0.0030277250334620476, -0.03616338223218918, 0.07856489717960358, -0.030299529433250427, 0.0038230877835303545, 0.012467365711927414, 0.017377670854330063, -0.012511923909187317, -0.024382209405303, -0.047552440315485, 0.03746447712182999, -0.0178054291754961, 0.08148791640996933, -0.07107913494110107, -0.020871030166745186, 0.01226239837706089, -0.0024105950724333525, 0.03577126935124397, 0.03527221828699112, -0.016700388863682747, 0.06640943884849548, -0.004433534108102322, -0.02766168862581253, 0.03172539174556732, 0.009998844936490059, 0.028784554451704025, -0.003611436579376459, 0.044308606535196304, -0.00994537491351366, -0.04887136071920395, -0.03525439277291298, 0.027911214157938957, 0.009847347624599934, -0.007579338271170855, -0.011014770716428757, -0.015408202074468136, 0.0008811370935291052, -0.039389390498399734, 0.04644739627838135, -0.06530439853668213, 0.11135968565940857, -0.03553956747055054, -0.0033195808064192533, 0.025326842442154884, -0.04241934046149254, -0.007222873158752918, 0.019373876973986626, -0.04398778825998306, 0.006403003819286823, -0.04519977048039436, 0.013064444065093994, 0.04184899851679802, 0.0002722223289310932, -0.03707236796617508, 0.01597854681313038, -0.0669797882437706, 0.020425448194146156, 0.045378003269433975, 0.00649657566100359, -0.02689528837800026, -0.009499793872237206, 0.04231240227818489, 0.044308606535196304, 0.011638584546744823, 0.03108375333249569, 0.017849987372756004, -0.04348873719573021, -0.04723162204027176, 0.017725225538015366, 0.07514283806085587, 0.006648073438555002, 0.004172869026660919, -0.06412806361913681, 0.022457299754023552, 0.023580163717269897, 0.020710619166493416, 0.01749352365732193, 0.04277580603957176, 0.01792128011584282, 0.030459938570857048, 0.012788183987140656, 0.01914217323064804, 0.02106708474457264, -0.01883917860686779, 0.024025745689868927, -0.04887136071920395, 0.018268834799528122, 0.007089199032634497, -0.001921569462865591, -0.07471507787704468, 0.054503507912158966, -0.005204389803111553, -0.04862183332443237, -0.012770361267030239, 0.012814918532967567, -0.03320471942424774, 0.05575113743543625, -0.009517617523670197, -0.007089199032634497, -0.030905520543456078, -0.012627774849534035, -0.01928476057946682, -0.03537915647029877, 0.016138955950737, 0.022635530680418015, 0.0010643823770806193, -0.04705338925123215, 0.02270682528614998 ]
22,764
namedtuple_RequiresBuildWheelResult
__new__
Create new instance of RequiresBuildWheelResult(requires, out, err)
from builtins import function
(_cls, requires: ForwardRef('tuple[Requirement, ...]'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009987438097596169, -0.03448875993490219, 0.019406022503972054, 0.011531468480825424, 0.012425380758941174, 0.06140364706516266, -0.0008573431405238807, 0.005846999119967222, -0.012457886710762978, -0.02476949617266655, -0.015155876986682415, 0.03673166781663895, 0.0068709347397089005, 0.005513813346624374, -0.06845743209123611, -0.00024112776736728847, 0.03549644351005554, 0.0906914621591568, -0.028101351112127304, -0.002236812375485897, -0.06644206494092941, 0.018658388406038284, 0.036829184740781784, -0.01482269074767828, 0.03001919947564602, 0.1003132089972496, 0.037869375199079514, -0.04498816654086113, 0.010848844423890114, -0.052789583802223206, -0.010718820616602898, -0.04229017719626427, 0.004028700292110443, -0.0029092782642692327, -0.0009629873093217611, -0.04924644157290459, 0.023127948865294456, 0.04050235450267792, -0.061208613216876984, -0.07209809124469757, 0.03507386893033981, 0.01135268621146679, -0.011247041635215282, 0.003183546708896756, -0.008768467232584953, -0.00689125107601285, -0.02332298457622528, -0.0341637022793293, 0.01773197017610073, 0.010336876846849918, 0.006306144874542952, -0.037056729197502136, 0.06715719401836395, -0.014066928997635841, -0.015350911766290665, 0.07482858747243881, 0.01045877393335104, 0.019666070118546486, -0.03968970477581024, 0.04989656060934067, -0.03315601870417595, 0.023810572922229767, -0.026394791901111603, -0.041997626423835754, 0.028020087629556656, 0.03588651493191719, -0.04352540150284767, -0.017244379967451096, -0.057340409606695175, 0.029889175668358803, -0.06107858940958977, 0.014042549766600132, 0.0058510624803602695, -0.030230488628149033, 0.055910151451826096, -0.01782948710024357, -0.09316191077232361, -0.01740691065788269, 0.009174791164696217, -0.022039001807570457, 0.01517212949693203, -0.036829184740781784, -0.012864210642874241, 0.033643607050180435, -0.027678774669766426, -0.040534857660532, -0.03799939900636673, 0.001794935204088688, -0.012669174931943417, 0.009207296185195446, -0.05431736260652542, -0.016456112265586853, -0.0481412410736084, 0.027044910937547684, 0.003520795376971364, -0.006586508359760046, 0.01877215877175331, -0.02301417849957943, 0.03377363085746765, -0.04784868657588959, 0.061858732253313065, 0.01950354129076004, 0.007000958546996117, -0.05464242026209831, 0.040567364543676376, 0.04784868657588959, 0.00470929266884923, 0.015342785976827145, -0.023599283769726753, 0.007021274883300066, -0.046515945345163345, 0.010028070770204067, 0.016919322311878204, -0.014497632160782814, -0.004473624750971794, -0.03289597108960152, 0.02541961520910263, 0.004266399424523115, 0.02199024148285389, 0.012766692787408829, 0.01708185113966465, 0.04313533008098602, 0.0028523928485810757, -0.010182473808526993, 0.10252360999584198, 0.05483745411038399, 0.02296542003750801, 0.013953158631920815, 0.05096925422549248, -0.0007715072715654969, 0.004384233616292477, 0.028020087629556656, -0.04573580250144005, 0.03250590339303017, -0.04560577869415283, -0.010588797740638256, -0.01585475355386734, 0.0447281189262867, 0.005964832846075296, 0.03832445666193962, -0.041997626423835754, 0.0013682952849194407, 0.04118497669696808, -0.009126031771302223, -0.036406610161066055, -0.014050675556063652, -0.003236368764191866, 0.02959662303328514, 0.0005774876335635781, 0.011173903942108154, -0.0058510624803602695, 0.031904540956020355, 0.031937047839164734, 0.020478717982769012, 0.005278145894408226, 0.05018911138176918, 0.05301712453365326, -0.05262705311179161, 0.016634894534945488, -0.053439702838659286, 0.012547277845442295, 0.07105790078639984, -0.06007090583443642, -0.014522011391818523, 0.017016839236021042, -0.01410756167024374, 0.023989355191588402, -0.036959208548069, 0.021795207634568214, 0.004071364179253578, -0.014660161919891834, -0.04261523857712746, 0.018317075446248055, 0.04560577869415283, 0.0633540004491806, 0.037869375199079514, -0.04524821415543556, 0.09023638069629669, 0.005241576582193375, 0.029060276225209236, -0.0034639101941138506, 0.0009589241235516965, -0.11110517382621765, 0.00977614987641573, 0.015789741650223732, 0.05022161826491356, 0.040534857660532, -0.02060874179005623, 0.026573574170470238, -0.03565897420048714, -0.029434094205498695, 0.011986550875008106, 0.052497029304504395, 0.013205522671341896, -0.006318334490060806, -0.06793733686208725, -0.05919324606657028, 0.0022510336712002754, -0.009597367607057095, 0.0010102224769070745, -0.005107489880174398, 0.01781323365867138, 0.022819142788648605, 0.05613769218325615, 0.00741134537383914, 0.004229830577969551, -0.02790631726384163, 0.006436168681830168, -0.06276889890432358, -0.02229904755949974, 0.04632091149687767, -0.059778351336717606, 0.010133714415133, 0.07339832931756973, -0.001040188828483224, 0.007716088555753231, 0.02121010050177574, -0.011060132645070553, 0.009288561530411243, 0.009759897366166115, 0.07073283940553665, 0.028458917513489723, 0.009719264693558216, -0.024184390902519226, 0.09621746838092804, 0.005960769485682249, -0.01062130369246006, 0.018057027831673622, 0.004146534018218517, -0.011677744798362255, 0.0557476207613945, -0.012782946228981018, -0.00940233189612627, -0.023404249921441078, 0.006716531701385975, -0.033221032470464706, 0.03910459950566292, 0.04918142780661583, 0.007691708859056234, 0.007752657402306795, -0.0006435152608901262, 0.040534857660532, 0.04989656060934067, 0.04599585011601448, 0.0240706205368042, 0.006147678475826979, 0.013774375431239605, 0.03998225927352905, -0.061891235411167145, -0.0030718077905476093, 0.015692224726080894, -0.027126174420118332, 0.015383417718112469, -0.029466599225997925, 0.007716088555753231, 0.007472293917089701, 0.019942371174693108, 0.002507017692551017, 0.018382087349891663, -0.004485814366489649, -0.00873596128076315, -0.047946203500032425, -0.033269789069890976, 0.0019818441942334175, -0.04541074484586716, -0.03209957852959633, -0.03102688305079937, 0.048596322536468506, 0.014326975680887699, -0.0019249588949605823, 0.04576830938458443, -0.024119378998875618, -0.004380170255899429, 0.005623520817607641, -0.06228130683302879, 0.01916222833096981, -0.011433950625360012, 0.014140067622065544, 0.046580955386161804, -0.03591902181506157, 0.01183214783668518, 0.01706559769809246, -0.08210990577936172, 0.013684984296560287, -0.0823049396276474, 0.007569811772555113, 0.01062130369246006, -0.051359325647354126, 0.01885342225432396, -0.004233893472701311, 0.03734927996993065, 0.0041018384508788586, 0.04173757880926132, 0.008687201887369156, 0.0656944289803505, 0.07456853985786438, -0.022120265290141106, -0.06517433375120163, 0.06276889890432358, 0.005591014865785837, 0.006761227734386921, -0.03910459950566292, -0.01851211115717888, 0.02723994478583336, -0.024119378998875618, -0.045085687190294266, 0.06062350794672966, -0.008874110877513885, -0.08041960000991821, 0.017992015928030014, -0.030945617705583572, -0.007049717474728823, -0.053829774260520935, -0.04079490527510643, 0.04300530627369881, 0.03131943568587303, -0.023778067901730537, 0.018008269369602203, -0.02342050150036812, 0.05054667592048645, -0.017959510907530785, -0.00454676290974021, 0.07053780555725098, 0.05470743402838707, -0.020478717982769012, -0.04014478996396065, 0.01984485238790512, -0.04498816654086113, 0.056690290570259094, 0.03520389273762703, -0.09251179546117783, 0.015919765457510948, 0.07924938946962357, 0.040664881467819214, -0.014887702651321888, 0.06657208502292633, 0.02925531193614006, 0.014684541150927544, -0.025614650920033455, -0.012327862903475761, -0.013530581258237362, 0.055617596954107285, -0.002413563197478652, 0.008410901762545109, -0.0330747552216053, -0.0012636668980121613, -0.038129422813653946, 0.01043439470231533, 0.10525410622358322, -0.0731382817029953, 0.031872037798166275, -0.030604306608438492, -0.034358736127614975, 0.00031490091350860894, 0.03216458857059479, 0.036049045622348785, -0.009711137972772121, 0.013319293037056923, -0.02680111490190029, -0.011409571394324303, 0.0663120374083519, -0.062248799949884415, -0.011596480384469032, 0.005656026769429445, 0.02231530100107193, -0.005436611827462912, 0.021405136212706566, 0.014213205315172672, 0.019097216427326202, -0.017927004024386406, 0.001064568292349577, -0.025175821036100388, -0.059388283640146255, -0.04173757880926132, -0.04768615588545799, -0.024119378998875618, 0.02995418757200241, 0.004936833865940571, -0.06231381371617317, 0.051781900227069855, 0.057372916489839554, 0.03448875993490219, -0.0023505829740315676, -0.033286042511463165, 0.005903884302824736, 0.003770684590563178, -0.026573574170470238, 0.03213208541274071, -0.032197095453739166, 0.014408241026103497, -0.014668287709355354, -0.011060132645070553, 0.017179368063807487, 0.012457886710762978, 0.008256498724222183, -0.008849731646478176, -0.02472073771059513, -0.05643024668097496, -0.0019980971701443195, 0.04033982381224632, 0.022802889347076416, 0.07086286693811417, 0.0013347736094146967, 0.04768615588545799, 0.016407353803515434, -0.0034070247784256935, 0.0349438451230526, 0.016919322311878204, 0.017341898754239082, -0.028150111436843872, 0.02470448426902294, -0.050416652113199234, -0.0970626249909401, -0.061468660831451416, 0.001500350539572537, 0.024119378998875618, -0.026281021535396576, -0.04775116965174675, -0.01771571673452854, -0.03031175397336483, 0.027743786573410034, -0.060851048678159714, -0.011889033950865269, 0.04248521476984024, -0.020722512155771255, -0.03302599489688873, 0.000788268109317869, 0.015269647352397442, -0.02615099772810936, 0.0324571430683136, -0.047166064381599426, 0.011417698115110397, -0.0051562488079071045, -0.06163118779659271, 0.03578899800777435, -0.024558208882808685, -0.05483745411038399, -0.004372043535113335, 0.0787292942404747, 0.01655363105237484, 0.041315000504255295, 0.05860814079642296, 0.020755019038915634, -0.043720439076423645, 0.017179368063807487, 0.0005673295818269253, -0.005530066322535276, 0.08445033431053162, -0.014993347227573395, -0.023209214210510254, -0.00817523431032896, -0.004081522114574909, 0.000427401828346774, 0.004863695707172155, 0.054577410221099854, 0.0006074540433473885, -0.047166064381599426, 0.027044910937547684, -0.011563974432647228, -0.0042542098090052605, -0.03578899800777435, 0.023209214210510254, -0.03861701115965843, -0.020494971424341202, -0.02680111490190029, 0.09381203353404999, -0.010377509519457817, 0.01878841035068035, 0.007569811772555113, 0.015123371034860611, 0.018967192620038986, 0.006517433095723391, -0.03978722169995308, -0.029450347647070885, 0.05275707691907883, 0.07183804363012314, -0.059453293681144714, -0.017536934465169907, 0.04459809511899948, -0.02306293696165085, -0.03211583197116852, -0.05812055245041847, 0.017861992120742798, 0.02342050150036812, -0.03458628058433533, 0.02122635394334793, 0.02579343318939209, -0.016919322311878204, 0.01981234736740589, -0.048628829419612885, 0.011035753414034843, 0.11806143075227737, 0.03419620916247368, -0.02372930757701397, 0.026264768093824387, 0.013335546478629112, -0.009857414290308952, 0.02823137491941452, -0.013644352555274963, -0.014879576861858368, 0.0019503540825098753, 0.034683797508478165, -0.06787232309579849, 0.05828308314085007, 0.03845448046922684, 0.049311451613903046, 0.053862277418375015, -0.026914887130260468, -0.05122930184006691, -0.04560577869415283, -0.00017040202510543168, 0.01392065268009901, -0.01813829317688942, 0.011840274557471275, 0.042745258659124374, -0.02719118632376194, -0.025159567594528198, 0.012149080634117126, -0.07885931432247162, 0.005050604231655598, 0.010686314664781094, -0.05470743402838707, -0.04560577869415283, -0.07840423285961151, -0.009703011251986027, -0.01953604631125927, -0.027451233938336372, 0.038129422813653946, -0.0009040703880600631, 0.040534857660532, 0.034293726086616516, 0.024135632440447807, -0.0013886115048080683, -0.01309175230562687, -0.019633565098047256, 0.0967375636100769, -0.060168422758579254, -0.022754130885004997, 0.013010486960411072, 0.03027924709022045, -0.0299704410135746, -0.013693111017346382, 0.018642134964466095, 0.04391547292470932, 0.01916222833096981, -0.021470148116350174, -0.07528366893529892, -0.014895829372107983, -0.00885785836726427, 0.00972739141434431, -0.029206551611423492, -0.01912972331047058, -0.016935573890805244, 0.0015643464867025614, 0.02964538149535656, -0.055910151451826096, 0.004128249362111092, -0.02645980380475521, -0.047588638961315155, -0.021470148116350174, -0.01609042100608349, 0.0288814939558506, 0.011271421797573566, 0.026654839515686035, -0.06806735694408417, -0.005115616135299206, 0.008402775973081589, 0.0355614572763443, 0.007984261959791183, -0.061533670872449875, 0.016147306188941002, -0.004835252650082111, 0.06163118779659271, -0.038194432854652405, -0.04014478996396065, 0.07014773786067963, 0.024493196979165077, -0.06462173163890839, 0.04105495288968086, -0.042355190962553024, -0.07248815894126892, -0.025370856747031212, 0.005115616135299206, -0.037121739238500595, -0.027483738958835602, -0.012409128248691559, -0.010158094577491283, 0.052106961607933044, 0.009321067482233047, -0.06663709878921509, -0.004940897226333618, -0.0034314042422920465, 0.007183804176747799, -0.051749397069215775, -0.012214092537760735, -0.04105495288968086, -0.04976653680205345, 0.0535697266459465, -0.016252951696515083, -0.047881193459033966, 0.009589240886271, 0.014749553054571152, -0.0036487875040620565, -0.028328893706202507, 0.04206263646483421, 0.030799342319369316, 0.0033460762351751328, -0.022250289097428322, -0.00722037348896265, -0.01479831151664257, -0.032619673758745193, -0.029905429109930992, -0.02335548959672451, -0.017325645312666893, 0.06566192209720612, 0.05252953618764877, 0.022429071366786957, -0.011401444673538208, -0.004684912972152233, 0.028361398726701736, -0.04359041526913643, 0.013449316844344139, -0.01588725857436657, -0.02195773646235466, 0.07274820655584335, 0.02654106914997101, 0.025500880554318428, 0.005387853365391493, 0.05617019906640053, 0.0017360183410346508, -0.0447281189262867, -0.010588797740638256, 0.0883510410785675, -0.06276889890432358, -0.014977093786001205, -0.02444443851709366, 0.006846555508673191, 0.01097886823117733, -0.010019944049417973, 0.014855196699500084, -0.010149967856705189, -0.022900408133864403, -0.024233149364590645, -0.03926713019609451, 0.02749999240040779, 0.013717490248382092, -0.04417552053928375, 0.003642692696303129, 0.047166064381599426, -0.05470743402838707, 0.007553558796644211, 0.02715868130326271, -0.0042379568330943584, 0.08067964762449265, -0.02472073771059513, -0.025533385574817657, -0.00340499309822917, -0.052106961607933044, 0.07339832931756973, -0.03825944662094116, -0.007691708859056234, -0.024834508076310158, -0.024639474228024483, 0.06702716648578644, 0.005014035385102034, -0.040209800004959106, 0.013806881383061409, -0.03237587958574295, -0.004351727664470673, -0.007667329628020525, 0.02962912991642952, -0.0341637022793293, 0.0040794904343783855, -0.0543498657643795, -0.02608598582446575, 0.018300822004675865, 0.02751624584197998, 0.05786050483584404, 0.0009604478254914284, -0.003126661293208599, -0.043037813156843185, -0.023209214210510254, -0.020624995231628418, -0.056560270488262177, -0.03721925616264343, 0.013449316844344139, -0.04121748358011246, 0.03232711926102638, -0.003963688388466835, -0.032245855778455734, -0.0017634452087804675, 0.0018802632112056017, -0.026719851419329643, -0.02504579722881317, -0.0226728655397892, 0.03809691593050957, -0.011921538971364498, -0.027288705110549927, 0.002153516048565507, -0.017569439485669136, 0.033269789069890976, 0.014977093786001205, 0.005050604231655598, -0.004008383955806494, 0.02476949617266655, -0.03903958946466446, -0.03133568912744522, -0.02199024148285389, -0.04072989523410797, 0.026020973920822144, 0.01239287480711937, -0.030604306608438492, -0.01648861914873123, 0.030896859243512154, 0.04209514334797859, -0.05262705311179161, -0.02964538149535656, 0.07885931432247162, 0.030506787821650505, -0.00977614987641573, 0.028653951361775398, -0.037154246121644974, 0.03754431754350662, 0.015399671159684658, 0.06982267647981644, 0.02366429567337036, -0.06007090583443642, 0.018008269369602203, -0.044858142733573914, 0.01585475355386734, -0.004136376082897186, 0.03377363085746765, -0.04043734073638916, 0.06283390522003174, 0.012685428373515606, -0.020364947617053986, -0.010369382798671722, 0.02959662303328514, -0.020397452637553215, -0.03380613774061203, -0.03877954185009003, -0.06302894651889801, 0.002104757120832801, -0.015180256217718124, 0.024623220786452293, -0.019422275945544243, 0.021746447309851646, -0.024655725806951523, 0.024883268401026726, 0.07248815894126892, 0.006115172524005175, 0.048628829419612885, 0.02299792505800724, -0.019292252138257027, 0.045865826308727264, -0.016066042706370354, -0.01776447519659996, 0.004126217681914568, -0.03179077059030533, -0.02758125774562359, -0.09940304607152939, 0.031481966376304626, -0.015724729746580124, -0.02548462711274624, 0.05617019906640053, -0.02964538149535656, 0.003228242276236415, 0.01674054004251957 ]
22,767
collections
_replace
Return a new RequiresBuildWheelResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05422752723097801, 0.0014048782177269459, -0.015421468764543533, -0.035684678703546524, -0.03284144401550293, -0.033294714987277985, 0.0028252089396119118, 0.0214891005307436, 0.020974021404981613, -0.04615108668804169, -0.042236484587192535, 0.05711197108030319, 0.0044992160983383656, 0.06329292058944702, 0.010837264358997345, 0.03343893587589264, -0.029853984713554382, 0.05637025833129883, -0.06543564796447754, -0.03228515759110451, 0.019047625362873077, 0.01590564288198948, 0.033459536731243134, 0.059831589460372925, 0.031976111233234406, 0.01099178846925497, 0.01882098987698555, 0.010461256839334965, 0.001832393929362297, -0.005969766993075609, -0.004110331181436777, -0.015802627429366112, -0.03020423837006092, -0.010754851624369621, 0.0027994548436254263, -0.06082053855061531, -0.05002448335289955, 0.05855419114232063, 0.04928276687860489, -0.005027172155678272, 0.06386981159448624, -0.09955448657274246, -0.04948880150914192, -0.06098536401987076, -0.0017654335824772716, 0.02340519428253174, 0.022684084251523018, -0.011434756219387054, -0.02424992434680462, -0.053527019917964935, 0.023611225187778473, 0.0063251713290810585, 0.015802627429366112, -0.004241676535457373, -0.023157956078648567, -0.001028870465233922, -0.0018349692691117525, 0.061809491366147995, -0.006871154997497797, 0.02311675064265728, -0.0021852231584489346, 0.05768885836005211, -0.01507121417671442, 0.010481859557330608, -0.05422752723097801, -0.024208717048168182, -0.00930232834070921, -0.07351209223270416, -0.02276649698615074, 0.001265806844457984, -0.00897267833352089, -0.0008730590925551951, 0.018748879432678223, 0.024229321628808975, 0.07627291232347488, 0.04227769374847412, -0.029215287417173386, -0.010837264358997345, 0.04425559565424919, -0.05159032344818115, -0.01656494475901127, -0.013422961346805096, -0.08076440542936325, -0.043555088341236115, -0.03424245864152908, 0.039475660771131516, -0.05047775059938431, -0.00045745461829937994, 0.03014242835342884, -0.001730665797367692, -0.053114958107471466, 0.016018960624933243, -0.003770379116758704, 0.033356521278619766, -0.05167273432016373, -0.08661570399999619, 0.003816736163571477, -0.03793042525649071, -0.012918183580040932, 0.035808298736810684, 0.02497103437781334, -0.04582143574953079, -0.09180770069360733, -0.021025529131293297, -0.008709987625479698, -0.019809942692518234, -0.01951119676232338, -0.01516392920166254, 0.035931918770074844, -0.03265601396560669, -0.04322543740272522, -0.05768885836005211, -0.02995700016617775, 0.060902953147888184, -0.00396868446841836, -0.034015823155641556, 0.02113884687423706, -0.02600119262933731, -0.030657507479190826, -0.031131381168961525, 0.027093160897493362, 0.018810689449310303, -0.06119139865040779, 0.04911794140934944, 0.008467900566756725, -0.009003582410514355, 0.06135622411966324, -0.026021795347332954, 0.0388987734913826, -0.0032836291939020157, 0.02299313060939312, 0.002974581904709339, -0.04240131005644798, 0.056823525577783585, 0.017904149368405342, 0.03840429708361626, 0.04994206875562668, 0.05027171969413757, -0.06984472274780273, 0.037621378898620605, 0.0420304536819458, -0.012176469899713993, 0.0655592679977417, 0.03541683778166771, -0.001865874044597149, -0.04623350128531456, 0.013319945894181728, 0.006953567732125521, -0.037497758865356445, 0.03008062019944191, -0.03302687034010887, -0.035993728786706924, 0.018903402611613274, 0.02239563874900341, -0.046439532190561295, -0.00516109261661768, -0.011177216656506062, -0.06407584249973297, -0.02317855879664421, -0.041515376418828964, 0.018584053963422775, -0.05319736897945404, -0.01612197607755661, -0.01567900739610195, 0.05529889091849327, 0.02136548049747944, 0.04339026287198067, -0.0852971002459526, -0.013628993183374405, -0.0335625559091568, -0.00039983013994060457, 0.04124753549695015, 0.02635144628584385, 0.04417318478226662, -0.03411883860826492, 0.019469989463686943, -0.007118393201380968, 0.02484741620719433, 0.024002686142921448, -0.02051045000553131, 0.038816362619400024, -0.014360405504703522, -0.06201552227139473, 0.008916019462049007, 0.05847178027033806, 0.03183189034461975, -0.002037137746810913, 0.06226276233792305, 0.05224962532520294, 0.02684592269361019, 0.016142578795552254, -0.04001134634017944, 0.00574828265234828, -0.006639369763433933, 0.0087048364803195, 0.06300447881221771, -0.06354016065597534, 0.046192292124032974, 0.01768781617283821, 0.11043296009302139, -0.027525827288627625, 0.03319169580936432, 0.02923589013516903, -0.017409672960639, 0.03284144401550293, -0.029462523758411407, 0.05492803454399109, -0.05109584704041481, -0.031605254858732224, -0.033768586814403534, 0.08340160548686981, -0.02142729051411152, 0.007710734382271767, 0.01954210177063942, -0.010806359350681305, -0.07256434112787247, 0.053527019917964935, -0.029853984713554382, 0.006314869970083237, -0.0041953194886446, 0.08818154036998749, 0.02340519428253174, -0.02612481266260147, -0.005840997211635113, 0.0414123609662056, -0.048788294196128845, -0.016163181513547897, -0.02911227010190487, -0.038445502519607544, -0.06395222246646881, 0.0627160295844078, -0.012835770845413208, -0.029091667383909225, -0.019284561276435852, 0.02396148070693016, -0.016266198828816414, 0.009230217896401882, -0.035746488720178604, -0.023157956078648567, -0.026310240849852562, 0.027834875509142876, 0.03572588786482811, -0.03380979225039482, -0.009884367696940899, -0.009781352244317532, -0.06741355359554291, -0.027814270928502083, 0.028185129165649414, -0.01982024312019348, 0.007767392788082361, -0.016647357493638992, 0.014978500083088875, -0.010940279811620712, 0.03275902941823006, 0.004362720064818859, -0.024765003472566605, -0.03566407784819603, -0.01350537408143282, -0.014277992770075798, -0.027773065492510796, 0.004110331181436777, -0.058265749365091324, 0.030760524794459343, 0.04503851756453514, 0.05121946707367897, -0.027711255475878716, 0.0046769180335104465, -0.02569214627146721, 0.013186025433242321, 0.015287547372281551, 0.12048730254173279, 0.03626156970858574, -0.015442071482539177, 0.016255896538496017, -0.045368168503046036, -0.033459536731243134, 0.016461927443742752, -0.02521827258169651, 0.02276649698615074, -0.0511370524764061, -0.008864511735737324, -0.02286951243877411, -0.02286951243877411, -0.011311137117445469, 0.02270468696951866, 0.06131501495838165, -0.05529889091849327, 0.030719317495822906, -0.008483353070914745, -0.00013110373402014375, 0.045162133872509, -0.032862044870853424, 0.013402358628809452, -0.031914301216602325, 0.00043781724525615573, 0.024105701595544815, -0.08570916205644608, 0.020500147715210915, 0.02336398884654045, -0.06877335906028748, -0.02497103437781334, 0.018213197588920593, 0.04124753549695015, 0.038878168910741806, 0.05167273432016373, -0.041824422776699066, -0.02738160453736782, -0.004385898355394602, -0.011022692546248436, 0.04664556309580803, -0.027628842741250992, 0.013443564996123314, -0.021509703248739243, 0.005768885836005211, 0.06016124039888382, 0.022436846047639847, 0.001465400098823011, -0.014659151434898376, 0.014803373254835606, 0.04322543740272522, -0.014813674613833427, -0.06283964961767197, -0.04804657772183418, -0.014381008222699165, -0.008761495351791382, -0.03393341228365898, -0.05072499066591263, -0.007854956202208996, 0.011857121251523495, -0.0178835466504097, -0.035684678703546524, 0.0070462822914123535, 0.01417497731745243, 0.057853683829307556, 0.0011943397112190723, -0.009673185646533966, 0.010033740662038326, -0.025918779894709587, 0.004434830974787474, -0.0205516554415226, 0.04911794140934944, -0.010481859557330608, -0.04623350128531456, -0.011197819374501705, -0.007133845705538988, -0.017965959385037422, 0.014133770950138569, 0.01696670614182949, 0.12658584117889404, -0.022848909720778465, 0.011723200790584087, -0.08364884555339813, -0.053114958107471466, 0.014061659574508667, 0.04870587959885597, -0.02832935005426407, 0.0022508956026285887, -0.013258135877549648, 0.006721782498061657, -0.00912720151245594, 0.008931471966207027, -0.05414511635899544, 0.0013083008816465735, 0.011372946202754974, 0.020118989050388336, -0.035458046942949295, -0.03226455673575401, -0.014988801442086697, -0.014700357802212238, -0.011362644843757153, 0.016173483803868294, -0.015864435583353043, -0.029524333775043488, -0.03566407784819603, -0.047098834067583084, -0.032099731266498566, 0.027278589084744453, 0.07384174317121506, -0.08727500587701797, -0.06786682456731796, 0.013567183166742325, -0.06642460078001022, 0.02785547822713852, 0.021056434139609337, 0.012197073549032211, -0.0024466258473694324, 0.0558345727622509, 0.029029857367277145, 0.014185278676450253, 0.0627160295844078, -0.06696028262376785, 0.01897551491856575, -0.036055538803339005, -0.031502239406108856, 0.035334426909685135, -0.013464167714118958, -0.03933143988251686, -0.03597312420606613, -0.05006568878889084, -0.012464914470911026, 0.007772543467581272, -0.04376111924648285, -0.03525201231241226, 0.04429680109024048, -0.02917408011853695, 0.01816168986260891, 0.09650521725416183, -0.04413197562098503, 0.009431098587810993, -0.008555463515222073, 0.04639832675457001, 0.023631829768419266, -0.06300447881221771, -0.08331919461488724, 0.0643230751156807, 0.022436846047639847, 0.010528217069804668, 0.033521346747875214, 0.03560226783156395, 0.03463391959667206, -0.0024839688558131456, -0.006428187247365713, 0.005969766993075609, 0.023199163377285004, -0.028844429180026054, 0.04425559565424919, -0.04384353384375572, 0.02484741620719433, 0.013649595901370049, 0.005050350446254015, -0.040732454508543015, 0.001256793038919568, 0.004715549293905497, -0.012640041299164295, 0.05422752723097801, -0.03758016973733902, -0.007870408706367016, -0.037435948848724365, -0.010868169367313385, 0.02888563647866249, 0.00887996330857277, -0.00029182451544329524, 0.010919677093625069, -0.05043654516339302, 0.010765152983367443, 0.015225738286972046, -0.04755210131406784, 0.012197073549032211, 0.042112868279218674, 0.016770975664258003, 0.07516033947467804, 0.05665870010852814, 0.08463779836893082, 0.01567900739610195, -0.0020422886591404676, -0.03811585530638695, -0.039228424429893494, -0.04833502322435379, 0.01606016606092453, 0.0022560465149581432, 0.017801133915781975, -0.025774559006094933, 0.05006568878889084, 0.0332535058259964, -0.041268136352300644, -0.008421543054282665, 0.038816362619400024, -0.06910300999879837, -0.015380262397229671, -0.04114452004432678, 0.06551805883646011, -0.015287547372281551, 0.02484741620719433, -0.01969662494957447, -0.03469572961330414, 0.01612197607755661, 0.0002618855214677751, -0.008622423745691776, -0.018687069416046143, -0.07862167060375214, 0.05266168713569641, -0.021880559623241425, 0.05410390719771385, 0.0022225663997232914, -0.002729919273406267, 0.03008062019944191, 0.05278530716896057, 0.03032785840332508, -0.010033740662038326, 0.03038966655731201, -0.061809491366147995, 0.027876080945134163, 0.051837559789419174, -0.008349432609975338, 0.005531949456781149, -0.006453941110521555, -0.0243117343634367, 0.04149477183818817, -0.043555088341236115, -0.03360376134514809, 0.042895786464214325, -0.05039533972740173, 0.0258775744587183, -0.031131381168961525, 0.06654822081327438, -0.039537470787763596, 0.06040847674012184, 0.011002089828252792, -0.01248551718890667, -0.0326148085296154, -0.06378739327192307, -0.019016720354557037, 0.017492085695266724, -0.030163032934069633, 0.0019199573434889317, 0.006010972894728184, 0.004638287238776684, 0.023796655237674713, -0.06572408974170685, -0.052867718040943146, 0.037497758865356445, 0.029874587431550026, -0.03284144401550293, 0.01533905602991581, -0.029915794730186462, 0.028782621026039124, 0.025444908067584038, -0.008333980105817318, 0.03990832716226578, 0.024414749816060066, 0.0030029111076146364, -0.05039533972740173, -0.02359062246978283, -0.054845623672008514, 0.03852791711688042, 0.037085697054862976, -0.004635712131857872, 0.017986562103033066, 0.04048521816730499, 0.020191101357340813, 0.04821140319108963, 0.05447476729750633, -0.05546371638774872, -0.02641325630247593, -0.011063898913562298, 0.0003275581111665815, -0.024476559832692146, 0.010064645670354366, -0.015225738286972046, -0.030307253822684288, -0.006448790431022644, -0.01768781617283821, 0.0015941697638481855, -0.010378844104707241, -0.046563152223825455, -0.01606016606092453, -0.03591131418943405, 0.004877799190580845, 0.017234547063708305, 0.030121825635433197, 0.004998842719942331, 0.006629067938774824, 0.024394147098064423, -0.009760748594999313, -0.0010475420858711004, 0.03201731666922569, 0.0398259162902832, 0.017729023471474648, -0.007365630939602852, -0.018336815759539604, 0.030657507479190826, 0.008282472379505634, 0.046975214034318924, 0.017667213454842567, 0.013886532746255398, 0.029462523758411407, -0.03692087158560753, 0.003873394802212715, -0.014813674613833427, -0.0574004165828228, 0.02767005003988743, 0.042895786464214325, -0.011537771672010422, -0.06176828593015671, -0.01149656530469656, -0.02628963813185692, -0.020469242706894875, 0.008194908499717712, 0.027237383648753166, 0.008555463515222073, -0.02359062246978283, 0.04231889918446541, -0.0047361524775624275, -0.00037890506791882217, -0.019315466284751892, 0.02208659239113331, -0.036591220647096634, 0.006428187247365713, 0.010311883874237537, 0.0010050480486825109, -0.04804657772183418, 0.03813645616173744, -0.033541951328516006, -0.002595998579636216, 0.004200470168143511, -0.03650880604982376, -0.01549357920885086, 0.0063509251922369, 0.05056016519665718, 0.01417497731745243, 0.0614798404276371, -0.048541054129600525, 0.03964048624038696, 0.008210361003875732, -0.021571513265371323, -0.018264705315232277, -0.014504627324640751, -0.015122722834348679, 0.012403104454278946, -0.04808778315782547, -0.06803164631128311, 0.024229321628808975, 0.01293878722935915, 0.009374439716339111, -0.009147805161774158, -0.05665870010852814, -0.011239025741815567, -0.03712690249085426, 0.05121946707367897, -0.044997312128543854, -0.030636904761195183, -0.028123319149017334, 0.02330217882990837, -0.06696028262376785, -0.03632337972521782, 0.012403104454278946, 0.02082979865372181, -0.014772468246519566, 0.014185278676450253, 0.06226276233792305, 0.011651089414954185, -0.03224395215511322, -0.006489996798336506, 0.014360405504703522, -0.010765152983367443, -0.02324036881327629, 0.0517551489174366, -0.09601074457168579, 0.04442042112350464, 0.015452372841536999, -0.02007778361439705, 0.05389787629246712, 0.015287547372281551, -0.03174947574734688, -0.025609733536839485, 0.007113242521882057, -0.07825081795454025, -0.010579724796116352, 0.027814270928502083, 0.012434009462594986, 0.012135263532400131, -0.049859657883644104, 0.03531382232904434, -0.027484619989991188, 0.0057637351565063, 0.05031292513012886, -0.024352939799427986, 0.056164223700761795, 0.05327978357672691, 0.01885189488530159, -0.023549417033791542, -0.003901724237948656, 0.05455717816948891, -0.0036596369463950396, -0.026619287207722664, -0.028617795556783676, 0.0254037007689476, 0.048788294196128845, -0.03234696760773659, -0.0016624177806079388, 0.061273809522390366, 0.013412659987807274, -0.04491489753127098, -0.026227828115224838, -0.007463496178388596, -0.00914265401661396, 0.02104613184928894, 0.0053980289958417416, 0.030575094744563103, -0.0875222384929657, 0.03939324989914894, 0.01978933997452259, 0.017389070242643356, 0.019809942692518234, -0.06168587505817413, -0.024167511612176895, 0.027278589084744453, -0.03181128576397896, 0.048005372285842896, -0.02038682997226715, 0.020603163167834282, 0.005253806710243225, -0.0023680762387812138, 0.03980531170964241, 0.003726597409695387, 0.05224962532520294, -0.0013469317927956581, 0.022560464218258858, 0.03873394802212715, -0.0067629883997142315, -0.008673932403326035, 0.04417318478226662, 0.011960136704146862, -0.009209614247083664, 0.05097222700715065, -0.054309941828250885, 0.02659868448972702, 0.07029799371957779, -0.015575991943478584, 0.034139443188905716, 0.028926841914653778, -0.01779083162546158, 0.08636846393346786, -0.0024826813023537397, 0.005094132386147976, 0.00003889249637722969, -0.029998207464814186, -0.025444908067584038, -0.03753896430134773, 0.017842339351773262, 0.044090770184993744, 0.044832486659288406, -0.04606867581605911, 0.02317855879664421, 0.03249118849635124, -0.031852491199970245, 0.02600119262933731, 0.018676768988370895, -0.0060882349498569965, 0.07392415404319763, -0.058018509298563004, 0.06250999867916107, -0.0012265321565791965, 0.04594505578279495, -0.04977724328637123, -0.018924005329608917, 0.05888384208083153, 0.024352939799427986, -0.0077004325576126575, 0.02653687447309494, 0.012949088588356972, 0.037971630692481995, -0.01957300677895546, -0.019562704488635063, 0.03271782398223877, -0.06551805883646011, 0.039413854479789734, -0.011877723969519138, -0.02828814461827278, -0.052744101732969284, -0.031007761135697365, -0.0023075544741004705, 0.01806897483766079, 0.01935667172074318, -0.0017886122222989798, 0.03675604611635208, 0.005578306503593922, 0.03275902941823006 ]
22,768
pyproject_api._frontend
SdistResult
Information collected while building a source distribution.
class SdistResult(NamedTuple): """Information collected while building a source distribution.""" #: path to the built source distribution sdist: Path #: backend standard output while building the source distribution out: str #: backend standard output while building the source distribution err: str
(sdist: pathlib.Path, out: str, err: str)
[ 0.006443139631301165, 0.016532467678189278, -0.036277275532484055, -0.03662804886698723, 0.06900990009307861, -0.03684958815574646, -0.03605573624372482, 0.0239263866096735, 0.023649459704756737, -0.004375427030026913, 0.02529255300760269, 0.0717422366142273, 0.002191175241023302, -0.0018173253629356623, -0.006036981474608183, 0.04763123020529747, 0.033360324800014496, 0.04822200536727905, -0.014566294848918915, 0.07414225488901138, -0.04692968726158142, 0.037957292050123215, 0.027877192944288254, 0.01819402351975441, 0.017917096614837646, 0.007061607204377651, 0.07584073394536972, -0.1007271334528923, -0.0255325548350811, -0.027618730440735817, -0.01781555823981762, -0.05272666737437248, 0.05132357403635979, 0.0073616099543869495, 0.0007032760768197477, 0.023963309824466705, 0.020086348056793213, 0.014538602903485298, -0.08130540698766708, 0.012618583627045155, 0.005736978724598885, -0.031846463680267334, 0.007430841214954853, -0.0317910797894001, 0.04242502897977829, 0.011187801137566566, -0.047298919409513474, -0.0039761923253536224, -0.10102251917123795, -0.034671105444431305, 0.015526304952800274, 0.05700978264212608, -0.03350801765918732, -0.018554026260972023, -0.005815441254526377, 0.05014202371239662, 0.043754272162914276, 0.06646218150854111, 0.016015540808439255, 0.01391090452671051, 0.05261589586734772, 0.06121905520558357, 0.042461950331926346, 0.011446264572441578, -0.0007436610758304596, 0.0005913518834859133, -0.03300955146551132, -0.020695585757493973, -0.056529778987169266, 0.0628436878323555, 0.016615545377135277, -0.006775450427085161, -0.023667922243475914, -0.0063369846902787685, 0.04855431616306305, 0.016015540808439255, -0.029704904183745384, -0.02806181088089943, 0.0556805394589901, -0.060960590839385986, -0.0285787396132946, -0.028467968106269836, -0.020972510799765587, -0.07218531519174576, -0.017215551808476448, -0.0017054012278094888, -0.008626237511634827, -0.04947740212082863, -0.03072029910981655, 0.03317570686340332, -0.057822100818157196, 0.04977279156446457, -0.012406274676322937, 0.037495747208595276, 0.002018096623942256, 0.012175503186881542, 0.02470177784562111, -0.07558227330446243, -0.01759401708841324, 0.017077088356018066, 0.0246279314160347, -0.005667747464030981, 0.016560161486268044, 0.018923260271549225, -0.005076972302049398, -0.02064020000398159, -0.012489352375268936, -0.005815441254526377, 0.017252475023269653, 0.01802786812186241, -0.007047760765999556, 0.010135482996702194, 0.00882470142096281, -0.005118511151522398, -0.010024712421000004, -0.10242561250925064, -0.034744951874017715, -0.02616025321185589, -0.029095666483044624, 0.001748093869537115, 0.052025120705366135, 0.03799421340227127, -0.03984038531780243, 0.05228358507156372, 0.002739257412031293, 0.021747903898358345, 0.01242473628371954, -0.028486430644989014, 0.03103414736688137, -0.020750971511006355, 0.02952028624713421, -0.008441620506346226, -0.004031577613204718, 0.019052492454648018, 0.020123273134231567, -0.022227907553315163, 0.0244617760181427, -0.030757222324609756, 0.02758180722594261, 0.0564190112054348, 0.026104869320988655, -0.007269301451742649, 0.019587881863117218, -0.03633265942335129, 0.02996336854994297, -0.01575707644224167, 0.007158530876040459, -0.03468956798315048, 0.008303157985210419, 0.015000145882368088, 0.017750941216945648, -0.04833277687430382, 0.0032008003909140825, 0.02078789472579956, -0.06546524912118912, -0.01774170994758606, 0.03751420974731445, -0.060591358691453934, 0.016237080097198486, -0.029926445335149765, -0.018369408324360847, -0.10176099091768265, 0.060960590839385986, -0.013772441074252129, -0.0015957846771925688, 0.0025500247720628977, 0.012147810310125351, 0.031015686690807343, -0.03389571234583855, -0.007850845344364643, -0.03832652419805527, 0.0007015452720224857, -0.05704670771956444, 0.02041866071522236, -0.03088645450770855, 0.01666169986128807, 0.02453562244772911, 0.06948990374803543, 0.003083106828853488, -0.051877427846193314, -0.00032538778032176197, -0.06683141738176346, -0.04534197971224785, 0.039323460310697556, 0.013237051665782928, 0.051655884832143784, -0.027249494567513466, 0.05597592890262604, 0.031920310109853745, -0.01556322816759348, 0.007550842594355345, -0.04076347127556801, -0.017557093873620033, -0.008524698205292225, 0.006226214114576578, -0.015581689774990082, -0.061809830367565155, -0.03457879647612572, 0.004290041513741016, 0.02667718194425106, -0.029169514775276184, -0.024664854630827904, 0.0038515757769346237, 0.016957087442278862, 0.051877427846193314, 0.017686326056718826, -0.011446264572441578, -0.003510034177452326, -0.0364065058529377, 0.05870826169848442, 0.03585265576839447, 0.0023030992597341537, -0.003489264752715826, 0.017870942130684853, 0.03653573989868164, -0.08019769936800003, 0.027046415954828262, 0.020197119563817978, -0.014972453005611897, -0.034597259014844894, 0.027784885838627815, -0.058375950902700424, 0.10153944790363312, 0.034209564328193665, -0.02416638843715191, -0.0028269505128264427, 0.04190810024738312, -0.013135512359440327, 0.0013927058316767216, -0.07299762964248657, 0.030849531292915344, -0.05708363279700279, 0.0435696542263031, -0.003343878546729684, -0.032603394240140915, -0.021821750327944756, -0.01575707644224167, 0.04792661964893341, -0.01881249062716961, 0.0012819354888051748, -0.05726824700832367, 0.021747903898358345, -0.011787806637585163, 0.00966470967978239, 0.008238541893661022, -0.07746537029743195, -0.014741681516170502, 0.02202482894062996, -0.038954224437475204, -0.012461659498512745, 0.046523530036211014, 0.01085549034178257, -0.04061577841639519, -0.01819402351975441, 0.06723757833242416, -0.066388338804245, -0.03775421157479286, -0.09769941121339798, 0.048738934099674225, -0.045231208205223083, 0.0027507960330694914, -0.035741884261369705, -0.013633978553116322, 0.037791136652231216, -0.041021935641765594, -0.008460082113742828, -0.018221715465188026, -0.012821663171052933, -0.0072046853601932526, 0.05686208978295326, 0.11741652339696884, 0.08219156414270401, -0.058302104473114014, -0.000004579371307045221, -0.06155136600136757, -0.010366254486143589, 0.012138579040765762, 0.007103146053850651, 0.014455525204539299, 0.04416042938828468, 0.03585265576839447, -0.0020907896105200052, -0.03289877995848656, 0.00906470324844122, 0.043532729148864746, 0.04072654992341995, -0.0031823385506868362, -0.0256987102329731, -0.0184894111007452, 0.031071070581674576, 0.009720094501972198, 0.02942797727882862, -0.002702333964407444, -0.09408091008663177, 0.05154511705040932, 0.01849864050745964, -0.04412350431084633, -0.01604323275387287, 0.05206204578280449, -0.012480121105909348, -0.0067800660617649555, 0.013495516031980515, -0.01318166684359312, 0.005141588393598795, -0.026714105159044266, 0.020437121391296387, 0.04113270714879036, -0.054166678339242935, -0.04128040000796318, -0.005090818740427494, 0.02560640312731266, 0.02453562244772911, 0.022910991683602333, 0.03699728101491928, 0.016652468591928482, 0.003122338093817234, -0.01556322816759348, -0.015535535290837288, -0.0048185084015131, 0.05793286859989166, -0.08595775812864304, 0.007324686739593744, 0.08632699400186539, -0.029852597042918205, 0.03507726266980171, -0.07432687282562256, -0.031366460025310516, 0.012443197891116142, 0.013006280176341534, 0.04508351534605026, -0.061957523226737976, 0.015812460333108902, 0.03755113482475281, 0.024646393954753876, 0.024498699232935905, 0.0417604073882103, 0.041465017944574356, -0.04360657557845116, 0.011252417229115963, -0.06055443361401558, 0.039951156824827194, -0.011824729852378368, -0.040320392698049545, 0.09312090277671814, -0.031089533120393753, -0.018295561894774437, -0.01426167692989111, -0.046818915754556656, 0.054535914212465286, -0.06446831673383713, 0.01583092287182808, 0.04534197971224785, -0.05254204943776131, 0.06395138800144196, 0.12125656008720398, 0.045526597648859024, -0.04379119351506233, -0.024037156254053116, 0.017455553635954857, 0.016412466764450073, 0.009867788292467594, -0.018710950389504433, -0.018618643283843994, -0.020049424842000008, -0.06295445561408997, -0.060443662106990814, 0.015295533463358879, -0.015073992311954498, 0.05084357038140297, 0.042461950331926346, -0.04308965057134628, -0.029095666483044624, -0.03441264107823372, -0.04932970926165581, 0.006609295029193163, 0.03629573807120323, -0.037809599190950394, -0.02521870657801628, -0.09179165959358215, -0.07694844156503677, -0.04404965788125992, 0.03262185677886009, -0.004906201269477606, 0.010384716093540192, 0.01673554629087448, 0.009720094501972198, 0.012489352375268936, 0.04157578945159912, -0.0037984985392540693, 0.05700978264212608, -0.003876960836350918, -0.004650045186281204, 0.03806806355714798, -0.007306224666535854, 0.03339724615216255, -0.03096030093729496, 0.00749545730650425, 0.020898664370179176, -0.06022212281823158, -0.009812402538955212, 0.0066508338786661625, -0.029151052236557007, -0.06686834245920181, 0.04242502897977829, -0.036351121962070465, -0.07908999919891357, 0.03651727735996246, -0.02148943953216076, -0.009069318883121014, -0.04308965057134628, 0.02156328596174717, -0.05457283928990364, -0.03991423547267914, -0.02040019817650318, -0.03799421340227127, 0.059446729719638824, -0.04050500690937042, 0.020141733810305595, 0.01582169160246849, -0.009032395668327808, 0.0015796307707205415, -0.029187975451350212, 0.05793286859989166, 0.02027096599340439, 0.031089533120393753, -0.0009121242328546941, -0.017612479627132416, 0.014012443833053112, 0.009618555195629597, -0.009609323926270008, 0.008280080743134022, 0.010633949190378189, -0.030867991968989372, 0.04205579310655594, 0.021821750327944756, -0.02852335385978222, -0.033969562500715256, 0.022984838113188744, 0.03190184757113457, -0.021987905725836754, -0.03906499594449997, 0.030683374032378197, 0.042166564613580704, -0.016458621248602867, 0.0186555664986372, 0.02217252366244793, -0.028338735923171043, -0.029797213152050972, 0.02942797727882862, -0.0499943308532238, 0.0023769461549818516, -0.016763240098953247, 0.032824933528900146, 0.01046779379248619, -0.008935471065342426, -0.06642526388168335, -0.04936663433909416, -0.0628436878323555, -0.07975462079048157, -0.019163262099027634, -0.01039394736289978, -0.037348054349422455, 0.04150194302201271, 0.036960359662771225, 0.023741768673062325, -0.051877427846193314, 0.061735983937978745, -0.0145570645108819, -0.025809481739997864, -0.06155136600136757, 0.03568650037050247, -0.0010367408394813538, -0.0143724475055933, 0.054535914212465286, 0.03437571972608566, -0.010412408970296383, -0.03744036331772804, -0.000009888917702483013, -0.06158829107880592, -0.04360657557845116, -0.027618730440735817, -0.00043817731784656644, 0.0337664820253849, 0.044529661536216736, -0.03417263925075531, -0.034135717898607254, 0.04382811859250069, -0.05785902217030525, 0.08300388604402542, 0.010126251727342606, 0.0005160627188161016, 0.016394006088376045, 0.036498814821243286, -0.09526246041059494, -0.002981567522510886, 0.060812897980213165, -0.01872018165886402, 0.04541582614183426, -0.04796354100108147, -0.018221715465188026, 0.006318523082882166, -0.05708363279700279, -0.01932941935956478, -0.0365726612508297, 0.04541582614183426, -0.01260935328900814, 0.03454187512397766, -0.022892529144883156, -0.022689450532197952, 0.02852335385978222, -0.021692518144845963, -0.014086290262639523, -0.034597259014844894, 0.02027096599340439, 0.057305172085762024, 0.005547746084630489, -0.025551017373800278, 0.0096370168030262, -0.04944048076868057, 0.016237080097198486, -0.02132328413426876, 0.05708363279700279, -0.008806239813566208, 0.003136184299364686, -0.041391171514987946, -0.013495516031980515, 0.033840328454971313, 0.0070708380080759525, 0.013006280176341534, 0.05896672606468201, 0.002753103617578745, -0.057748254388570786, -0.03151415288448334, -0.020843278616666794, 0.05582823604345322, 0.07236993312835693, -0.02828335203230381, 0.06387754529714584, -0.0571574792265892, -0.06480062752962112, 0.027637191116809845, -0.0023215610999614, -0.005441591143608093, -0.03950807452201843, 0.036277275532484055, 0.03419110178947449, 0.013403207063674927, -0.02208021469414234, 0.03289877995848656, -0.04962509870529175, -0.009221628308296204, -0.0042392718605697155, 0.018997106701135635, 0.01333859097212553, 0.013089357875287533, 0.051249727606773376, -0.005432360339909792, -0.051249727606773376, -0.005635439418256283, 0.016320157796144485, 0.030406448990106583, -0.01548015046864748, 0.0008042386034503579, 0.005035433452576399, -0.000324522377923131, 0.03433879464864731, 0.02316945604979992, -0.012193964794278145, -0.004560044500976801, -0.04061577841639519, -0.018009405583143234, 0.028043348342180252, 0.02414792589843273, 0.03300955146551132, 0.013846288435161114, -0.004943124949932098, 0.05992673709988594, 0.003713113022968173, 0.033138781785964966, -0.019292494282126427, 0.02370484545826912, -0.010033943690359592, 0.022061752155423164, 0.018397102132439613, -0.02606794610619545, 0.007596997078508139, -0.05512668937444687, -0.029926445335149765, -0.020603276789188385, 0.022910991683602333, 0.003443110268563032, -0.012535505928099155, 0.003413110040128231, 0.03227108344435692, 0.026252562180161476, -0.06793912500143051, -0.01161242090165615, -0.030757222324609756, 0.04984663799405098, -0.0233909972012043, -0.04220348596572876, 0.006226214114576578, -0.006036981474608183, 0.021969445049762726, 0.05176665633916855, -0.025089474394917488, 0.007010837085545063, -0.04955125227570534, -0.03312032297253609, 0.06372985243797302, 0.035428036004304886, -0.021729441359639168, -0.002852335339412093, -0.01864633522927761, 0.0030507987830787897, -0.005321590229868889, 0.05442514270544052, 0.019994040951132774, -0.014778604730963707, 0.026769490912556648, 0.059889812022447586, 0.04198194667696953, 0.008210849016904831, 0.01918172463774681, -0.021009434014558792, 0.01613554172217846, 0.015083223581314087, 0.003085414646193385, 0.009263167157769203, -0.01643092930316925, -0.03814190998673439, 0.0015484766336157918, 0.1057487204670906, -0.05191434919834137, -0.018480179831385612, 0.01364320982247591, 0.02745257504284382, -0.0016661700792610645, 0.03011106140911579, -0.013846288435161114, 0.022283293306827545, 0.02950182557106018, -0.02959413267672062, 0.011953962035477161, -0.019144801422953606, -0.03448648750782013, -0.020898664370179176, -0.03110799379646778, -0.006369292736053467, -0.03271416202187538, 0.005986211821436882, 0.06882528215646744, -0.03144030645489693, 0.02881874144077301, 0.03380340337753296, 0.03081260621547699, -0.02438792958855629, -0.022670989856123924, -0.028098734095692635, 0.028246428817510605, 0.030701836571097374, -0.024812549352645874, 0.05357590317726135, -0.03042491152882576, -0.014501679688692093, -0.010098559781908989, 0.0037846521008759737, 0.007795460522174835, -0.030904915183782578, -0.04404965788125992, 0.020584816113114357, 0.013172435574233532, 0.016181696206331253, -0.07262840121984482, -0.030701836571097374, -0.02881874144077301, 0.02088020369410515, 0.03151415288448334, 0.0012288581347092986, -0.044308122247457504, 0.05368667468428612, 0.016486313194036484, 0.028652586042881012, -0.021157128736376762, -0.007112376857548952, 0.01636631228029728, -0.0057831332087516785, 0.0031707999296486378, -0.01575707644224167, -0.05726824700832367, -0.03005567565560341, -0.009230858646333218, 0.01956942118704319, -0.05220973864197731, -0.01589553989470005, 0.0022234830539673567, 0.03234492987394333, -0.013043203391134739, 0.019458649680018425, -0.04656045138835907, 0.05719440057873726, -0.014861682429909706, 0.003186953952535987, 0.014538602903485298, -0.04183425381779671, -0.005741594359278679, 0.0198094230145216, -0.011363186873495579, 0.025477170944213867, -0.013273974880576134, 0.04737276956439018, 0.0008665468776598573, -0.012369350530207157, 0.002919259015470743, -0.0006623141234740615, -0.023907924070954323, -0.008492390625178814, 0.06620372086763382, 0.024941781535744667, -0.030387988314032555, -0.010504717007279396, -0.015932463109493256, 0.05497899651527405, 0.025827942416071892, 0.00661391019821167, -0.0025915636215358973, 0.00564005458727479, -0.024018695577979088, 0.045452747493982315, 0.03943422809243202, -0.032917242497205734, 0.010966259986162186, -0.053317442536354065, 0.01287704799324274, -0.004626967944204807, 0.04286810755729675, 0.011095492169260979, 0.028394121676683426, 0.027877192944288254, 0.053317442536354065, 0.03380340337753296, 0.04072654992341995, 0.02850489132106304, -0.05571746453642845, 0.017917096614837646, -0.016486313194036484, 0.01074471976608038, -0.0047400458715856075, -0.01066164206713438, -0.025883328169584274, 0.09504092484712601, 0.006701603531837463, -0.027803346514701843, 0.028043348342180252, 0.02806181088089943, -0.05723132565617561, 0.06952682882547379, -0.012406274676322937, -0.008861624635756016, -0.039028070867061615, 0.02209867537021637, -0.03751420974731445, -0.02796950191259384, 0.0031015686690807343, 0.009355475194752216, 0.031532615423202515, -0.05734209716320038, 0.01650477573275566 ]
22,770
namedtuple_SdistResult
__new__
Create new instance of SdistResult(sdist, out, err)
from builtins import function
(_cls, sdist: ForwardRef('Path'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009995887987315655, -0.03442486375570297, 0.019422905519604683, 0.011466828174889088, 0.012417656369507313, 0.061470650136470795, -0.0008345144451595843, 0.005786237772554159, -0.012442036531865597, -0.024786552414298058, -0.015253888443112373, 0.03676536679267883, 0.0068711573258042336, 0.00546929519623518, -0.06858967244625092, -0.00020735881116706878, 0.03540007397532463, 0.09056437760591507, -0.028134768828749657, -0.0022246947046369314, -0.06641170382499695, 0.018691498786211014, 0.03679787367582321, -0.014823171310126781, 0.030020171776413918, 0.10018642991781235, 0.03787060081958771, -0.04498962312936783, 0.010930463671684265, -0.05275878682732582, -0.010678534395992756, -0.0422915481030941, 0.003939436282962561, -0.002992671448737383, -0.001034127431921661, -0.04918302223086357, 0.023161204531788826, 0.04040614515542984, -0.06114558130502701, -0.07210042327642441, 0.03500999137759209, 0.011320547200739384, -0.011312420479953289, 0.00315317464992404, -0.00868748314678669, -0.0068223970010876656, -0.023226218298077583, -0.03403478115797043, 0.01779755763709545, 0.010288450866937637, 0.006269778590649366, -0.03705792874097824, 0.0670943558216095, -0.014067384414374828, -0.01533515565097332, 0.07476599514484406, 0.010426605120301247, 0.019682960584759712, -0.039560962468385696, 0.0498981736600399, -0.03314083814620972, 0.02379509061574936, -0.026346886530518532, -0.041966479271650314, 0.02802099473774433, 0.03592018410563469, -0.04349430277943611, -0.017228685319423676, -0.05730976164340973, 0.02992265112698078, -0.06101555377244949, 0.014067384414374828, 0.005879695527255535, -0.03023146651685238, 0.05578193441033363, -0.01783006452023983, -0.09316492825746536, -0.017439980059862137, 0.009207595139741898, -0.022023461759090424, 0.015091353096067905, -0.03676536679267883, -0.012864626944065094, 0.03370971232652664, -0.027647163718938828, -0.04060118645429611, -0.037903107702732086, 0.001790930051356554, -0.012742726132273674, 0.009215721860527992, -0.054351627826690674, -0.016489151865243912, -0.048142798244953156, 0.027029532939195633, 0.003492465941235423, -0.006594848353415728, 0.01877276599407196, -0.02306368388235569, 0.033839739859104156, -0.047947756946086884, 0.06179571896791458, 0.019552933052182198, 0.007090579252690077, -0.0546116828918457, 0.04066620022058487, 0.04785023629665375, 0.004717571660876274, 0.015286395326256752, -0.023583795875310898, 0.0071230861358344555, -0.046517450362443924, 0.01000401470810175, 0.017049897462129593, -0.014473721385002136, -0.00433561485260725, -0.03283202275633812, 0.0254041850566864, 0.004294981248676777, 0.021925941109657288, 0.01271834596991539, 0.017196178436279297, 0.04307171329855919, 0.0029357844032347202, -0.010247817263007164, 0.1023969054222107, 0.054774217307567596, 0.02306368388235569, 0.014002370648086071, 0.05093839764595032, -0.0007075342000462115, 0.004376248922199011, 0.028102261945605278, -0.0456397645175457, 0.03257196769118309, -0.0456397645175457, -0.010540380142629147, -0.015863394364714622, 0.0447295680642128, 0.005847188178449869, 0.038390710949897766, -0.04199898615479469, 0.0013744346797466278, 0.04118631035089493, -0.009118200279772282, -0.03637528046965599, -0.014051130972802639, -0.003321804339066148, 0.029565075412392616, 0.0006242350791580975, 0.011076744645833969, -0.005952836014330387, 0.03187306970357895, 0.03190557658672333, 0.02041436731815338, 0.005310823675245047, 0.05019073560833931, 0.05305134877562523, -0.05253123864531517, 0.016586672514677048, -0.053408924490213394, 0.012572064064443111, 0.07112521678209305, -0.06020287796854973, -0.014530608430504799, 0.017017390578985214, -0.014181158505380154, 0.02405514568090439, -0.036960408091545105, 0.021795913577079773, 0.004036957398056984, -0.014693142846226692, -0.04261661693453789, 0.01831766776740551, 0.045737285166978836, 0.06335605680942535, 0.037935614585876465, -0.045282188802957535, 0.09030431509017944, 0.005253936629742384, 0.028914935886859894, -0.003486370900645852, 0.0009523521875962615, -0.11110877245664597, 0.009768339805305004, 0.015741491690278053, 0.05019073560833931, 0.04056867957115173, -0.02065816894173622, 0.026541927829384804, -0.03569263592362404, -0.029435046017169952, 0.011921925470232964, 0.052433717995882034, 0.01319782342761755, -0.006290095392614603, -0.06793953478336334, -0.05919516459107399, 0.0023242472670972347, -0.009581424295902252, 0.0009706373093649745, -0.005099528469145298, 0.01779755763709545, 0.02283613570034504, 0.0561395101249218, 0.007334381341934204, 0.0042787278071045876, -0.027907220646739006, 0.006554214749485254, -0.0628359392285347, -0.022299770265817642, 0.04638742282986641, -0.059812795370817184, 0.010069029405713081, 0.0733356848359108, -0.0010412384290248156, 0.007594437338411808, 0.021080760285258293, -0.011084871366620064, 0.009256355464458466, 0.009752086363732815, 0.07067012041807175, 0.028492344543337822, 0.009687072597444057, -0.024201426655054092, 0.09628559648990631, 0.0059812795370817184, -0.010572887025773525, 0.017992598935961723, 0.004122287966310978, -0.011694376356899738, 0.055749427527189255, -0.012742726132273674, -0.009475776925683022, -0.023405006155371666, 0.0067736366763710976, -0.0333196297287941, 0.039138372987508774, 0.04924803599715233, 0.007748845033347607, 0.007720401510596275, -0.0006679163197986782, 0.04043865203857422, 0.04993068054318428, 0.04612736776471138, 0.024071399122476578, 0.006261651869863272, 0.013758568093180656, 0.040016058832407, -0.06179571896791458, -0.0030089248903095722, 0.015611465089023113, -0.02709454670548439, 0.015432676300406456, -0.02945130132138729, 0.007655387744307518, 0.007529423106461763, 0.019829241558909416, 0.0025782077573239803, 0.018382683396339417, -0.004502213094383478, -0.008638722822070122, -0.047947756946086884, -0.033205851912498474, 0.0020164470188319683, -0.04537970945239067, -0.03203560411930084, -0.030995380133390427, 0.0485328808426857, 0.014311186969280243, -0.0019737815018743277, 0.04567227140069008, -0.024071399122476578, -0.004416882526129484, 0.0056115128099918365, -0.06228332221508026, 0.01926037110388279, -0.01141806785017252, 0.014043004252016544, 0.04664747789502144, -0.03598519787192345, 0.011856911703944206, 0.017017390578985214, -0.08204755187034607, 0.013612287119030952, -0.08224259316921234, 0.007639134302735329, 0.010670407675206661, -0.051263466477394104, 0.018935300409793854, -0.004246220923960209, 0.03728547692298889, 0.004085717722773552, 0.04170642048120499, 0.008752497844398022, 0.06579407304525375, 0.07457095384597778, -0.022185996174812317, -0.06524145603179932, 0.06270591169595718, 0.005558689124882221, 0.006676115561276674, -0.039138372987508774, -0.018480204045772552, 0.027159560471773148, -0.024120159447193146, -0.04515215754508972, 0.06062547117471695, -0.008817511610686779, -0.08035719394683838, 0.017992598935961723, -0.030962873250246048, -0.007033692207187414, -0.05396154522895813, -0.040796227753162384, 0.04303920641541481, 0.03138546273112297, -0.02381134405732155, 0.018008852377533913, -0.023356245830655098, 0.05058082193136215, -0.017960092052817345, -0.004550973419100046, 0.07054009288549423, 0.05464418977499008, -0.020333100110292435, -0.04014609009027481, 0.019780481234192848, -0.04502213001251221, 0.056724634021520615, 0.03517252579331398, -0.09251479059457779, 0.015904027968645096, 0.07912192493677139, 0.04066620022058487, -0.01497757900506258, 0.0666392594575882, 0.02927251160144806, 0.014725650660693645, -0.025599226355552673, -0.012287628836929798, -0.01355540007352829, 0.05561939999461174, -0.002395356073975563, 0.008378667756915092, -0.03302706405520439, -0.001236280077137053, -0.038195669651031494, 0.01047536637634039, 0.10532253235578537, -0.07307562977075577, 0.031938083469867706, -0.03068656474351883, -0.03429483622312546, 0.0003177046892233193, 0.03216563165187836, 0.036050211638212204, -0.009613932110369205, 0.01331972423940897, -0.02686699666082859, -0.01141806785017252, 0.06631418317556381, -0.06231583282351494, -0.01164561603218317, 0.0056684003211557865, 0.022429797798395157, -0.005327077116817236, 0.0213733222335577, 0.014213665388524532, 0.019146595150232315, -0.017943838611245155, 0.0011255532735958695, -0.025160381570458412, -0.05939020588994026, -0.04170642048120499, -0.0476226881146431, -0.024136412888765335, 0.030085185542702675, 0.004945120308548212, -0.062380846589803696, 0.051718562841415405, 0.057439789175987244, 0.03445737063884735, -0.002293771831318736, -0.03327086567878723, 0.0058959489688277245, 0.0038378522731363773, -0.026541927829384804, 0.032230645418167114, -0.032181885093450546, 0.014400580897927284, -0.014758157543838024, -0.010995477437973022, 0.017179924994707108, 0.012450163252651691, 0.008171435445547104, -0.008776878006756306, -0.024835312739014626, -0.05652959272265434, -0.001999177737161517, 0.040276117622852325, 0.022868642583489418, 0.07080014795064926, 0.0012819929979741573, 0.047687701880931854, 0.01644851826131344, -0.003378691617399454, 0.034879960119724274, 0.017033644020557404, 0.01737496629357338, -0.028151022270321846, 0.02468903176486492, -0.05045079439878464, -0.09700074791908264, -0.06137312948703766, 0.0014252268010750413, 0.024071399122476578, -0.026346886530518532, -0.04772020876407623, -0.01779755763709545, -0.030247719958424568, 0.027744686231017113, -0.06082051247358322, -0.011970685794949532, 0.04248658940196037, -0.02072318270802498, -0.03310833126306534, 0.0008289273246191442, 0.015237635001540184, -0.026200605556368828, 0.032490700483322144, -0.047167591750621796, 0.011409941129386425, -0.00517266895622015, -0.06166569143533707, 0.035790156573057175, -0.024559004232287407, -0.05490424484014511, -0.004359995014965534, 0.07873184233903885, 0.01665981486439705, 0.04131633788347244, 0.058642543852329254, 0.0206906758248806, -0.04372185468673706, 0.01713116466999054, 0.000520111236255616, -0.005518055520951748, 0.08445306867361069, -0.014945072121918201, -0.023258725181221962, -0.008126738481223583, -0.004032894037663937, 0.00032354576978832483, 0.004936993587762117, 0.0546116828918457, 0.0006354093784466386, -0.047200098633766174, 0.026997026056051254, -0.011596855707466602, -0.004197460599243641, -0.03572514280676842, 0.023193711414933205, -0.038618262857198715, -0.02046312764286995, -0.02689950540661812, 0.09381506592035294, -0.01036159135401249, 0.01877276599407196, 0.007561929989606142, 0.015091353096067905, 0.018967807292938232, 0.006481073796749115, -0.039853524416685104, -0.029532568529248238, 0.0527912937104702, 0.07184036821126938, -0.05945521965622902, -0.0175700094550848, 0.044599540531635284, -0.02303117699921131, -0.0321006178855896, -0.05808992683887482, 0.01786257140338421, 0.02333999238908291, -0.034619905054569244, 0.021324561908841133, 0.025875534862279892, -0.016919869929552078, 0.019780481234192848, -0.04866291210055351, 0.010987350717186928, 0.11813027411699295, 0.03416480869054794, -0.02377883717417717, 0.026249365881085396, 0.013287217356264591, -0.009906494058668613, 0.028216036036610603, -0.013620413839817047, -0.014880058355629444, 0.001941274618729949, 0.034619905054569244, -0.06787452101707458, 0.05825246125459671, 0.03855324909090996, 0.049313049763441086, 0.053831517696380615, -0.0268507432192564, -0.051263466477394104, -0.04567227140069008, -0.00015034466923680156, 0.013807328417897224, -0.018138879910111427, 0.011840658262372017, 0.0427466444671154, -0.027224574238061905, -0.025095367804169655, 0.012116966769099236, -0.07892688363790512, 0.004973563831299543, 0.010654154233634472, -0.05470920354127884, -0.04560725763440132, -0.07840677350759506, -0.00974395964294672, -0.019552933052182198, -0.027435868978500366, 0.038195669651031494, -0.0009482888272032142, 0.04040614515542984, 0.03429483622312546, 0.024136412888765335, -0.0014059257227927446, -0.013124682940542698, -0.019682960584759712, 0.09674069285392761, -0.06010535731911659, -0.022771121934056282, 0.013043415732681751, 0.030312735587358475, -0.02992265112698078, -0.013750441372394562, 0.01857772469520569, 0.04391689598560333, 0.019130341708660126, -0.021487096324563026, -0.07522109150886536, -0.01497757900506258, -0.008850018493831158, 0.009687072597444057, -0.029207497835159302, -0.01922786422073841, -0.01690361648797989, 0.001541032805107534, 0.029646342620253563, -0.05591196194291115, 0.004122287966310978, -0.026476914063096046, -0.04755767434835434, -0.021503349766135216, -0.016115322709083557, 0.028931189328432083, 0.011223025619983673, 0.02663944847881794, -0.06806956231594086, -0.005136098712682724, 0.008500568568706512, 0.035530101507902145, 0.007931697182357311, -0.061470650136470795, 0.016180336475372314, -0.004774458706378937, 0.06160067766904831, -0.03829319030046463, -0.04017859697341919, 0.07015001028776169, 0.02446148358285427, -0.0646563321352005, 0.04105628281831741, -0.042421575635671616, -0.07255551964044571, -0.025371678173542023, 0.005136098712682724, -0.03709043562412262, -0.027452122420072556, -0.012287628836929798, -0.010158423334360123, 0.052141156047582626, 0.009223848581314087, -0.06657423824071884, -0.004876043181866407, -0.0034111985005438328, 0.007066199090331793, -0.05178357660770416, -0.012116966769099236, -0.04105628281831741, -0.04970313236117363, 0.05357145890593529, -0.016391631215810776, -0.047882743179798126, 0.009548917412757874, 0.014798791147768497, -0.0037403313908725977, -0.02829730324447155, 0.041966479271650314, 0.030751578509807587, 0.003321804339066148, -0.022218503057956696, -0.00724905077368021, -0.014888185076415539, -0.03262072801589966, -0.029857637360692024, -0.02332373894751072, -0.017342459410429, 0.06576156616210938, 0.05256374552845955, 0.02238103747367859, -0.01140181440860033, -0.0047094449400901794, 0.028362317010760307, -0.04349430277943611, 0.013400991447269917, -0.01583901420235634, -0.021990954875946045, 0.07281557470560074, 0.02641190029680729, 0.025485452264547348, 0.005432724487036467, 0.056204523891210556, 0.0017716289730742574, -0.0447295680642128, -0.010621647350490093, 0.08835390210151672, -0.06270591169595718, -0.014928818680346012, -0.024380216374993324, 0.006793953478336334, 0.011011730879545212, -0.010044649243354797, 0.01485567819327116, -0.010182803496718407, -0.022884896025061607, -0.024185173213481903, -0.03923589363694191, 0.02756589651107788, 0.013815455138683319, -0.04417695105075836, 0.0036468738690018654, 0.04710257798433304, -0.05474171042442322, 0.007570056710392237, 0.02712705358862877, -0.004197460599243641, 0.08068226277828217, -0.024656524881720543, -0.025550466030836105, -0.0033644698560237885, -0.05210864916443825, 0.07340069860219955, -0.03826068341732025, -0.007740718312561512, -0.024851566180586815, -0.024640271440148354, 0.0670943558216095, 0.005042641423642635, -0.04021110385656357, 0.01378294825553894, -0.03231191262602806, -0.004359995014965534, -0.007622880861163139, 0.029662596061825752, -0.0342298224568367, 0.00407352764159441, -0.054319120943546295, -0.02613559179008007, 0.01828516088426113, 0.027517136186361313, 0.057862378656864166, 0.0009452412487007678, -0.003110509132966399, -0.04303920641541481, -0.023128697648644447, -0.0206906758248806, -0.05656209960579872, -0.037187956273555756, 0.013457879424095154, -0.04118631035089493, 0.03226315230131149, -0.003976006992161274, -0.032246898859739304, -0.0016741080908104777, 0.0018071834929287434, -0.026736969128251076, -0.025046607479453087, -0.022706108167767525, 0.03813065588474274, -0.01189754530787468, -0.02735460177063942, 0.0022490748669952154, -0.0175700094550848, 0.03328711912035942, 0.015018212608993053, 0.005087338387966156, -0.004057274200022221, 0.024819059297442436, -0.03917087987065315, -0.0313367024064064, -0.022023461759090424, -0.04073121398687363, 0.026021815836429596, 0.012450163252651691, -0.03063780441880226, -0.016440391540527344, 0.031027887016534805, 0.04209650680422783, -0.052628759294748306, -0.029597582295536995, 0.07886186987161636, 0.030507776886224747, -0.009776466526091099, 0.028654880821704865, -0.037220463156700134, 0.03754553198814392, 0.015375789254903793, 0.06988994777202606, 0.02374633029103279, -0.05997532978653908, 0.017992598935961723, -0.04495711624622345, 0.015765871852636337, -0.004097907803952694, 0.0337747260928154, -0.04040614515542984, 0.06290095299482346, 0.0127020925283432, -0.02044687420129776, -0.010402224957942963, 0.029630089178681374, -0.020365606993436813, -0.03380723297595978, -0.03881330415606499, -0.06293345987796783, 0.0021982828620821238, -0.015172621235251427, 0.02468903176486492, -0.01948791928589344, 0.02163337729871273, -0.024656524881720543, 0.024851566180586815, 0.07249050587415695, 0.006107244174927473, 0.048630401492118835, 0.02303117699921131, -0.0192441176623106, 0.04589981958270073, -0.016058435663580894, -0.01779755763709545, 0.004120256286114454, -0.031743042171001434, -0.027630910277366638, -0.09953629225492477, 0.031515490263700485, -0.015757745131850243, -0.02546919882297516, 0.05617201700806618, -0.029662596061825752, 0.00323647353798151, 0.016822349280118942 ]
22,773
collections
_replace
Return a new SdistResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05422442406415939, 0.0013919216580688953, -0.015399984084069729, -0.03568263724446297, -0.032860167324543, -0.03329280763864517, 0.0027967195492237806, 0.021529074758291245, 0.021014025434851646, -0.04614844545722008, -0.04223407059907913, 0.05710870400071144, 0.004498958587646484, 0.06328929960727692, 0.010836644098162651, 0.03343702107667923, -0.0298110730946064, 0.05636703222990036, -0.06543190777301788, -0.03232451528310776, 0.019025932997465134, 0.01592533476650715, 0.03345762565732002, 0.05978696048259735, 0.031994882971048355, 0.010980858467519283, 0.018809612840414047, 0.01048640999943018, 0.0017988107865676284, -0.00597972609102726, -0.004107520915567875, -0.01582232490181923, -0.030202509835362434, -0.010733634233474731, 0.0028507995884865522, -0.06089947000145912, -0.05006282404065132, 0.058550842106342316, 0.04927994683384895, -0.005050061736255884, 0.06394856423139572, -0.09963119775056839, -0.04952717199921608, -0.0609818771481514, -0.0017627573106437922, 0.02340385504066944, 0.022682785987854004, -0.0114341014996171, -0.024248536676168442, -0.053441550582647324, 0.023589273914694786, 0.0063196588307619095, 0.015801722183823586, -0.004215680994093418, -0.023156631737947464, -0.0009464037138968706, -0.001845165272243321, 0.06184715777635574, -0.006911966018378735, 0.02313602901995182, -0.002206987701356411, 0.057603150606155396, -0.015080653131008148, 0.010481259785592556, -0.05422442406415939, -0.024207333102822304, -0.009281194768846035, -0.0735078826546669, -0.02276519313454628, 0.0012451325310394168, -0.009023669175803661, -0.000875584373716265, 0.01879931055009365, 0.024248536676168442, 0.07635095715522766, 0.04227527230978012, -0.02923421747982502, -0.010846945457160473, 0.04425306245684624, -0.05158736929297447, -0.0165948998183012, -0.01343249436467886, -0.08075977861881256, -0.043511394411325455, -0.03424049913883209, 0.03947340324521065, -0.050474863499403, -0.00045678464812226593, 0.030140703544020653, -0.0017370048444718122, -0.05311191827058792, 0.016038645058870316, -0.0037907653022557497, 0.03333401307463646, -0.051669780164957047, -0.08661074936389923, 0.0038165177684277296, -0.03786644712090492, -0.012896842323243618, 0.035826850682497025, 0.025010809302330017, -0.045777611434459686, -0.0918024480342865, -0.021024325862526894, -0.008699188008904457, -0.019767604768276215, -0.01951007917523384, -0.015163061209022999, 0.0359092615544796, -0.03265414759516716, -0.04322296380996704, -0.05768555775284767, -0.029955286532640457, 0.06089947000145912, -0.003986483905464411, -0.03403447940945625, 0.021096432581543922, -0.025999704375863075, -0.030676355585455894, -0.03106779418885708, 0.027091611176729202, 0.018809612840414047, -0.06127030402421951, 0.0491151325404644, 0.008462265133857727, -0.008992766961455345, 0.061435118317604065, -0.02597910352051258, 0.038937751203775406, -0.003363274037837982, 0.022991815581917763, 0.00298986304551363, -0.042398884892463684, 0.05673786625266075, 0.017872221767902374, 0.03844330459833145, 0.04989800974726677, 0.05031004920601845, -0.06984072923660278, 0.037619225680828094, 0.0420074462890625, -0.01217577327042818, 0.06555552035570145, 0.03545601665973663, -0.0018464529421180487, -0.04623085632920265, 0.01329858135432005, 0.0069583202712237835, -0.037516213953495026, 0.03007889911532402, -0.03302498161792755, -0.035991668701171875, 0.01893322356045246, 0.02239435724914074, -0.04643687605857849, -0.005150496494024992, -0.0111765768378973, -0.06407217681407928, -0.023218438029289246, -0.041512999683618546, 0.01856238953769207, -0.0531943254172802, -0.016172558069229126, -0.015709014609456062, 0.055336933583021164, 0.021323055028915405, 0.04342898353934288, -0.08529222011566162, -0.01361791230738163, -0.03356063365936279, -0.00040173871093429625, 0.041203971952199936, 0.026370540261268616, 0.04417065531015396, -0.034158091992139816, 0.01944827474653721, -0.007117985747754574, 0.024845995008945465, 0.02398071065545082, -0.02042686752974987, 0.03879353776574135, -0.014318379573523998, -0.062011975795030594, 0.008889756165444851, 0.05846843495965004, 0.03180946409702301, -0.0020177068654447794, 0.06230040267109871, 0.052287839353084564, 0.026803182438015938, 0.016141654923558235, -0.04000905528664589, 0.005737653002142906, -0.006597785744816065, 0.008683736436069012, 0.0630008727312088, -0.06353652477264404, 0.04614844545722008, 0.017604395747184753, 0.1104266420006752, -0.027565456926822662, 0.0331897996366024, 0.029213614761829376, -0.01744988188147545, 0.03279836103320122, -0.029481440782546997, 0.0548836886882782, -0.05105172097682953, -0.03158284351229668, -0.03378725424408913, 0.08339683711528778, -0.021426064893603325, 0.007710292935371399, 0.019602788612246513, -0.010816042311489582, -0.07251898944377899, 0.0535239577293396, -0.02987287938594818, 0.006345411296933889, -0.00417447742074728, 0.08817649632692337, 0.02340385504066944, -0.02612331695854664, -0.00585096376016736, 0.0413275808095932, -0.048826705664396286, -0.01616225764155388, -0.029110604897141457, -0.038402099162340164, -0.06394856423139572, 0.06271244585514069, -0.012835036963224411, -0.029090002179145813, -0.019283458590507507, 0.02398071065545082, -0.01629617065191269, 0.009224538691341877, -0.035723842680454254, -0.023197835311293602, -0.02628813311457634, 0.027833281084895134, 0.03568263724446297, -0.03380785882472992, -0.009868350811302662, -0.00973958894610405, -0.0674096941947937, -0.02781268022954464, 0.02818351611495018, -0.019808808341622353, 0.00776694854721427, -0.01666700653731823, 0.014977643266320229, -0.010949955321848392, 0.03277776017785072, 0.004362470470368862, -0.02476358599960804, -0.03560023009777069, -0.013525202870368958, -0.014256573282182217, -0.027750873938202858, 0.004099795129150152, -0.058344822376966476, 0.030799968168139458, 0.045035939663648605, 0.05121653527021408, -0.02770967036485672, 0.004625145811587572, -0.025690674781799316, 0.013185270130634308, 0.01527637243270874, 0.12031559646129608, 0.036259494721889496, -0.015451489016413689, 0.016285868361592293, -0.04536557197570801, -0.03345762565732002, 0.016440384089946747, -0.025196228176355362, 0.022806396707892418, -0.051134128123521805, -0.00887430552393198, -0.0228682029992342, -0.022888805717229843, -0.01135169342160225, 0.022682785987854004, 0.0613115094602108, -0.05529572814702988, 0.030738161876797676, -0.00848286785185337, -0.00015548060764558613, 0.04515955224633217, -0.032860167324543, 0.013442795723676682, -0.03191247582435608, 0.0004175121139269322, 0.02412492409348488, -0.0857042595744133, 0.02049897611141205, 0.02340385504066944, -0.06872822344303131, -0.02496960572898388, 0.018201854079961777, 0.041245173662900925, 0.03889654949307442, 0.051669780164957047, -0.041822031140327454, -0.027421241626143456, -0.004393373150378466, -0.011052965186536312, 0.046725302934646606, -0.0276066605001688, 0.01343249436467886, -0.0215084720402956, 0.00576855568215251, 0.06024020537734032, 0.022435562685132027, 0.0015103830955922604, -0.014689215458929539, 0.01480252668261528, 0.04318176209926605, -0.01480252668261528, -0.06287726014852524, -0.048085033893585205, -0.014359584078192711, -0.008760994300246239, -0.033890265971422195, -0.05068088322877884, -0.007808152586221695, 0.011866743676364422, -0.017913425341248512, -0.03568263724446297, 0.007051029242575169, 0.014205068349838257, 0.05785037577152252, 0.001169806462712586, -0.009713836014270782, 0.010002263821661472, -0.0259172972291708, 0.004406249616295099, -0.020540179684758186, 0.0491151325404644, -0.010445206426084042, -0.04631326347589493, -0.01119717862457037, -0.007117985747754574, -0.01792372763156891, 0.0140608549118042, 0.016986336559057236, 0.12657859921455383, -0.0228682029992342, 0.01170192752033472, -0.08364406228065491, -0.05311191827058792, 0.01409175805747509, 0.04870309308171272, -0.02834833227097988, 0.0022662184201180935, -0.01324707642197609, 0.006685344036668539, -0.009147281758487225, 0.008915509097278118, -0.05414201691746712, 0.0012869802303612232, 0.011361994780600071, 0.020169343799352646, -0.03545601665973663, -0.032262708991765976, -0.014998245052993298, -0.014730419032275677, -0.011361994780600071, 0.016203461214900017, -0.015832625329494476, -0.02954324707388878, -0.03568263724446297, -0.047137342393398285, -0.03211849555373192, 0.027277028188109398, 0.07379630953073502, -0.08727000653743744, -0.06778053194284439, 0.01356640737503767, -0.0663795992732048, 0.027833281084895134, 0.021024325862526894, 0.012216976843774319, -0.00243875989690423, 0.05583138018846512, 0.02902819775044918, 0.014205068349838257, 0.06271244585514069, -0.06695645302534103, 0.018943525850772858, -0.03601226955652237, -0.031521037220954895, 0.03537360951304436, -0.013473697938024998, -0.03937039524316788, -0.03597106784582138, -0.05010402947664261, -0.01246420107781887, 0.007746346294879913, -0.04375861585140228, -0.035249996930360794, 0.044294267892837524, -0.029193013906478882, 0.018129747360944748, 0.09658210724592209, -0.04412945359945297, 0.009420257993042469, -0.008549823425710201, 0.046395670622587204, 0.023630477488040924, -0.06304207444190979, -0.0833144262433052, 0.06431939452886581, 0.022414959967136383, 0.010543066076934338, 0.03347822651267052, 0.03564143553376198, 0.034570131450891495, -0.0025082917418330908, -0.006448421161621809, 0.006000328343361616, 0.02313602901995182, -0.02886338159441948, 0.04425306245684624, -0.04384102299809456, 0.024845995008945465, 0.01361791230738163, 0.005050061736255884, -0.04075072705745697, 0.0012522144243121147, 0.004702403210103512, -0.012639317661523819, 0.05430683121085167, -0.0375986211001873, -0.00789571087807417, -0.03743380680680275, -0.010877848602831364, 0.028883982449769974, 0.00889490731060505, -0.0003228717250749469, 0.010929353535175323, -0.050474863499403, 0.010743935592472553, 0.015204264782369137, -0.04759058728814125, 0.01219637505710125, 0.04211045801639557, 0.01673911325633526, 0.0751972422003746, 0.056655459105968475, 0.08463295549154282, 0.015657508745789528, -0.002065348904579878, -0.03811367228627205, -0.03920557722449303, -0.04837346076965332, 0.01612105406820774, 0.0022404659539461136, 0.01774861104786396, -0.025793684646487236, 0.05006282404065132, 0.03325160592794418, -0.04126577451825142, -0.008426211774349213, 0.03881413862109184, -0.069099061191082, -0.015358779579401016, -0.041142165660858154, 0.06551431119441986, -0.015317576006054878, 0.024887198582291603, -0.019736701622605324, -0.03465253859758377, 0.01616225764155388, 0.00023660092847421765, -0.008596178144216537, -0.01866539940237999, -0.07861717790365219, 0.052658673375844955, -0.02187930792570114, 0.05410081148147583, 0.002276519313454628, -0.002737488830462098, 0.03012010268867016, 0.052823491394519806, 0.030367325991392136, -0.009981662034988403, 0.03044973500072956, -0.061805956065654755, 0.02787448652088642, 0.0518345944583416, -0.008302600122988224, 0.00553163280710578, -0.006463872734457254, -0.02428974024951458, 0.04149239882826805, -0.043552596122026443, -0.033622439950704575, 0.04285212978720665, -0.050392456352710724, 0.02587609365582466, -0.03112960048019886, 0.06654441356658936, -0.039555810391902924, 0.060446225106716156, 0.011022062040865421, -0.01248480286449194, -0.03261294215917587, -0.06378374248743057, -0.019015632569789886, 0.01744988188147545, -0.030223112553358078, 0.0019417371368035674, 0.0060363817028701305, 0.004650898277759552, 0.023795293644070625, -0.065720334649086, -0.052864693105220795, 0.037516213953495026, 0.0298110730946064, -0.032839562743902206, 0.015286672860383987, -0.02991408295929432, 0.028780972585082054, 0.02544345147907734, -0.0082974499091506, 0.03990604355931282, 0.024413352832198143, 0.00297698681242764, -0.050474863499403, -0.0235480684787035, -0.05484248325228691, 0.03852571174502373, 0.03702176734805107, -0.0046611991710960865, 0.01792372763156891, 0.04052410647273064, 0.020200246945023537, 0.04816744104027748, 0.05451285094022751, -0.05546054244041443, -0.026370540261268616, -0.011104470118880272, 0.00035248708445578814, -0.024536963552236557, 0.010058918967843056, -0.015235167928040028, -0.03028491884469986, -0.0064381202682852745, -0.01768680475652218, 0.0015554499113932252, -0.010373099707067013, -0.046560484915971756, -0.01609015092253685, -0.0359092615544796, 0.004885245580226183, 0.017192356288433075, 0.030161306262016296, 0.004995981231331825, 0.006633839104324579, 0.02445455640554428, -0.009760190732777119, -0.001051345025189221, 0.031994882971048355, 0.03980303555727005, 0.017728008329868317, -0.0073394570499658585, -0.01829456351697445, 0.030676355585455894, 0.008271696977317333, 0.046972524374723434, 0.017666202038526535, 0.01388573832809925, 0.029481440782546997, -0.03689815476536751, 0.0038551464676856995, -0.01482312846928835, -0.057397130876779556, 0.02764786407351494, 0.04289333149790764, -0.011557714082300663, -0.06176475062966347, -0.011495907790958881, -0.02628813311457634, -0.02045777067542076, 0.008251095190644264, 0.027318231761455536, 0.008513770066201687, -0.023589273914694786, 0.042398884892463684, -0.0047101289965212345, -0.00037341099232435226, -0.01934526488184929, 0.022105930373072624, -0.0365891270339489, 0.006469023413956165, 0.010316443629562855, 0.0010024153161793947, -0.04800262674689293, 0.03813427314162254, -0.03347822651267052, -0.002582973800599575, 0.004182203207165003, -0.03652732074260712, -0.015523595735430717, 0.00632480951026082, 0.050557270646095276, 0.014205068349838257, 0.06147632375359535, -0.04853827878832817, 0.03965882211923599, 0.00821504183113575, -0.02154967561364174, -0.018243057653307915, -0.014524399302899837, -0.015121856704354286, 0.01238179299980402, -0.04804382845759392, -0.06794534623622894, 0.024227933958172798, 0.012917445041239262, 0.009373903274536133, -0.009100927039980888, -0.05669666454195976, -0.011207479983568192, -0.03718658164143562, 0.05125774070620537, -0.04495353251695633, -0.0306557547301054, -0.028101107105612755, 0.023280242457985878, -0.06703885644674301, -0.03632130101323128, 0.012402394786477089, 0.02086981013417244, -0.014781923964619637, 0.01417416613548994, 0.06225920096039772, 0.01167102437466383, -0.032262708991765976, -0.006499926093965769, 0.014359584078192711, -0.010764537379145622, -0.023280242457985878, 0.05179338902235031, -0.09600525349378586, 0.0443766750395298, 0.01548239216208458, -0.020066333934664726, 0.05389479175209999, 0.015266071073710918, -0.03174765780568123, -0.02554646134376526, 0.007081932388246059, -0.0782463401556015, -0.010527614504098892, 0.027853883802890778, 0.012443599291145802, 0.012165471911430359, -0.04985680431127548, 0.035311803221702576, -0.0274418443441391, 0.005804609507322311, 0.05031004920601845, -0.024310342967510223, 0.05616101250052452, 0.05327673256397247, 0.018850816413760185, -0.023568671196699142, -0.003875748487189412, 0.05451285094022751, -0.003690330544486642, -0.026638366281986237, -0.028636759147047997, 0.025381645187735558, 0.048785500228405, -0.03232451528310776, -0.0016404330963268876, 0.06118789687752724, 0.013401591219007969, -0.04491232708096504, -0.026226326823234558, -0.007442466914653778, -0.00913183018565178, 0.021055229008197784, 0.0053771180100739, 0.03059394843876362, -0.08751723170280457, 0.03939099609851837, 0.01981911063194275, 0.017398376017808914, 0.01981911063194275, -0.06168234348297119, -0.02412492409348488, 0.027277028188109398, -0.03180946409702301, 0.04800262674689293, -0.020375363528728485, 0.020622586831450462, 0.005245780572295189, -0.0024284590035676956, 0.03976183012127876, 0.0037341099232435226, 0.052287839353084564, -0.0013352661626413465, 0.02255917340517044, 0.038772936910390854, -0.006788353901356459, -0.008678586222231388, 0.04417065531015396, 0.012000656686723232, -0.009167883545160294, 0.050969310104846954, -0.05430683121085167, 0.026576559990644455, 0.07029397040605545, -0.015575100667774677, 0.03413749113678932, 0.028945788741111755, -0.0177898146212101, 0.0863635241985321, -0.002482539275661111, 0.005075814202427864, 0.00006743930862285197, -0.029996490105986595, -0.02544345147907734, -0.03753681853413582, 0.017872221767902374, 0.04412945359945297, 0.04487112537026405, -0.0460660383105278, 0.023197835311293602, 0.03244812786579132, -0.031891871243715286, 0.025999704375863075, 0.018706602975726128, -0.006159993354231119, 0.07387872040271759, -0.05805639550089836, 0.06250642240047455, -0.0012238867348060012, 0.04594242572784424, -0.04969199001789093, -0.018892019987106323, 0.05892167612910271, 0.02435154654085636, -0.00768969114869833, 0.02655595913529396, 0.0129586486145854, 0.03801066428422928, -0.019602788612246513, -0.019561585038900375, 0.03271595388650894, -0.06555552035570145, 0.03945280238986015, -0.0118564423173666, -0.02834833227097988, -0.05274108052253723, -0.031005987897515297, -0.0023177233524620533, 0.018067941069602966, 0.01934526488184929, -0.0017794964369386435, 0.03675394132733345, 0.005624341778457165, 0.03271595388650894 ]
22,774
pyproject_api._via_fresh_subprocess
SubprocessFrontend
A frontend that creates fresh subprocess at every call to communicate with the backend.
class SubprocessFrontend(Frontend): """A frontend that creates fresh subprocess at every call to communicate with the backend.""" def __init__( # noqa: PLR0913 self, root: Path, backend_paths: tuple[Path, ...], backend_module: str, backend_obj: str | None, requires: tuple[Requirement, ...], ) -> None: """ Create a subprocess frontend. :param root: the root path to the built project :param backend_paths: paths that are available on the python path for the backend :param backend_module: module where the backend is located :param backend_obj: object within the backend module identifying the backend :param requires: seed requirements for the backend """ super().__init__(root, backend_paths, backend_module, backend_obj, requires, reuse_backend=False) self.executable = sys.executable @contextmanager def _send_msg(self, cmd: str, result_file: Path, msg: str) -> Iterator[SubprocessCmdStatus]: # noqa: ARG002 env = os.environ.copy() backend = os.pathsep.join(str(i) for i in self._backend_paths).strip() if backend: env["PYTHONPATH"] = backend process = Popen( args=[self.executable, *self.backend_args], stdout=PIPE, stderr=PIPE, stdin=PIPE, universal_newlines=True, cwd=self._root, env=env, ) cast(IO[str], process.stdin).write(f"{os.linesep}{msg}{os.linesep}") yield SubprocessCmdStatus(process) def send_cmd(self, cmd: str, **kwargs: Any) -> tuple[Any, str, str]: """ Send a command to the backend. :param cmd: the command to send :param kwargs: keyword arguments to the backend :return: a tuple of: backend response, standard output text, standard error text """ return self._send(cmd, **kwargs)
(root: 'Path', backend_paths: 'tuple[Path, ...]', backend_module: 'str', backend_obj: 'str | None', requires: 'tuple[Requirement, ...]') -> 'None'
[ 0.03550782799720764, -0.08813682943582535, -0.08724355697631836, 0.032827991992235184, 0.0037499095778912306, 0.002831042045727372, -0.010654209181666374, 0.015074077993631363, 0.02478848397731781, -0.10027053207159042, 0.06379498541355133, 0.010924054309725761, -0.02047097124159336, 0.0052526649087667465, -0.053187303245067596, -0.0071415770798921585, 0.07436545193195343, -0.035433389246463776, 0.02145729959011078, -0.01026340015232563, -0.02037792094051838, 0.06517212837934494, 0.05579270049929619, -0.0019470684928819537, -0.0012678044149652123, 0.03126475587487221, 0.012282581999897957, -0.038057394325733185, 0.005020040087401867, -0.03321880102157593, 0.03822488337755203, -0.03485647961497307, 0.0068484703078866005, -0.0013783011818304658, 0.05136352404952049, 0.044068414717912674, -0.03253023326396942, 0.0347820408642292, -0.04697157070040703, -0.026314502581954002, 0.013399180956184864, -0.06960129737854004, 0.06703311949968338, -0.00967718567699194, -0.021103709936141968, -0.004638535901904106, -0.03437262028455734, 0.03316297382116318, -0.01904730685055256, -0.0007106683333404362, 0.024769874289631844, 0.007578911725431681, 0.00918867439031601, 0.012245362624526024, -0.033386290073394775, 0.04265405982732773, 0.04700879380106926, 0.033851541578769684, -0.02709612064063549, -0.022797217592597008, -0.04998638853430748, 0.017111869528889656, -0.029589857906103134, 0.010663514956831932, 0.026854190975427628, -0.049502529203891754, -0.034670379012823105, -0.04190966114401817, -0.02253667823970318, 0.014897283166646957, -0.016609400510787964, -0.012515206821262836, -0.017316579818725586, -0.040420860052108765, 0.07771524786949158, 0.007188102230429649, -0.010737954638898373, 0.021475909277796745, -0.003980208188295364, 0.004336123820394278, 0.0485348105430603, 0.021587569266557693, -0.029478197917342186, -0.01985684223473072, 0.03699662536382675, 0.0037312996573746204, 0.0570581778883934, -0.0021610830444842577, -0.009816761128604412, 0.012375632300972939, -0.014059835113584995, 0.02473265491425991, 0.02452794462442398, 0.07719416916370392, 0.06833582371473312, -0.07470043003559113, -0.01735379919409752, 0.012394241988658905, -0.044105637818574905, -0.01728866435587406, -0.029031557962298393, 0.07764080911874771, -0.033535171300172806, -0.04049530252814293, 0.04362177848815918, 0.05419224128127098, 0.04127692058682442, 0.028249939903616905, 0.05638821795582771, -0.04358455538749695, -0.052219584584236145, 0.022238917648792267, -0.04741821065545082, -0.07414213567972183, -0.03837376460433006, 0.032827991992235184, -0.06323669105768204, -0.0052945371717214584, 0.04403119534254074, -0.015976661816239357, -0.07265333831310272, 0.06219452992081642, 0.005931928753852844, -0.00007265886233653873, 0.021420078352093697, 0.06442772597074509, 0.031953323632478714, 0.002735665999352932, 0.02315080724656582, -0.05880751460790634, -0.022387797012925148, 0.021624788641929626, 0.013026981614530087, 0.003880179487168789, 0.010914749465882778, 0.02078733965754509, -0.027896350249648094, 0.0028729145415127277, -0.025998132303357124, 0.06051963195204735, 0.03305131196975708, -0.026444772258400917, -0.023374125361442566, 0.023802155628800392, -0.010542550124228, -0.00020892602333333343, 0.03640110790729523, -0.06472548842430115, 0.00626225583255291, 0.03649415820837021, 0.003554504830390215, -0.0122174471616745, -0.047194890677928925, 0.037536315619945526, 0.003766193287447095, 0.0326232835650444, -0.022238917648792267, -0.013240995816886425, 0.007197407074272633, 0.01642330177128315, -0.07213225215673447, -0.040569741278886795, 0.03911816328763962, -0.019894061610102654, -0.030092326924204826, 0.05415502190589905, -0.00887695699930191, -0.037647977471351624, -0.028212718665599823, 0.0422818586230278, 0.029124608263373375, 0.004626904614269733, -0.015436972491443157, -0.0116777578368783, -0.026593651622533798, 0.03427956998348236, 0.04049530252814293, 0.031432244926691055, -0.023727715015411377, -0.025793422013521194, 0.002628658665344119, -0.010858919471502304, -0.05754203721880913, 0.019931280985474586, 0.019224101677536964, 0.05977523326873779, 0.019010087475180626, 0.007774316240102053, 0.09386870265007019, -0.00499212509021163, -0.08314935863018036, 0.044924475252628326, 0.08545699715614319, 0.009993555955588818, -0.02242501825094223, -0.02274138666689396, -0.0012282582465559244, -0.023113586008548737, -0.022313358262181282, -0.0024425589945167303, -0.043435677886009216, 0.008258176036179066, 0.07499819248914719, -0.003631270956248045, -0.026519211009144783, 0.01795862428843975, -0.009872591122984886, 0.0077929263934493065, -0.03781546652317047, 0.021792277693748474, -0.033684052526950836, -0.035693928599357605, 0.0005716751329600811, 0.05690929666161537, 0.0637577697634697, -0.010282009840011597, 0.05754203721880913, 0.05050746724009514, 0.017884183675050735, -0.009300334379076958, 0.06971295922994614, -0.019614912569522858, 0.011007798835635185, 0.020954830572009087, -0.015278788283467293, -0.012812966480851173, 0.030780894681811333, 0.04347289726138115, -0.005759786814451218, 0.012989761307835579, -0.01579986698925495, -0.01929854229092598, 0.02145729959011078, -0.024081304669380188, -0.0020249977242201567, -0.004315187688916922, 0.014171494171023369, 0.02601674199104309, -0.008970007300376892, 0.03560087829828262, -0.020657069981098175, -0.009090972132980824, 0.04291459918022156, -0.021029269322752953, -0.030911166220903397, -0.016451215371489525, 0.031711395829916, -0.016488436609506607, -0.01918688230216503, -0.0019714939408004284, 0.02463960461318493, 0.013222386129200459, -0.03463315963745117, -0.04507335647940636, -0.006969435140490532, 0.008514062501490116, -0.05225680395960808, -0.0572814978659153, 0.021159538999199867, 0.03720133751630783, -0.020042940974235535, 0.04347289726138115, -0.0826282799243927, 0.03213942423462868, 0.00768591882660985, -0.030780894681811333, -0.025625932961702347, -0.0044268472120165825, 0.007323024328798056, 0.04983750730752945, 0.06334834545850754, 0.06844747811555862, -0.017716694623231888, 0.042579617351293564, -0.06070573255419731, 0.01769808493554592, -0.05065634846687317, 0.04332401603460312, -0.025290952995419502, 0.003054361790418625, 0.006867079995572567, 0.007797578815370798, -0.002451864071190357, -0.023671885952353477, 0.007578911725431681, -0.051251865923404694, 0.007639394141733646, -0.02289026603102684, -0.037033844739198685, -0.019670741632580757, -0.0055783395655453205, 0.055606599897146225, 0.017121175304055214, -0.015334618277847767, -0.0008892077603377402, 0.04656215384602547, -0.10607684403657913, -0.000775221677031368, 0.004429173655807972, -0.08575475960969925, 0.016255810856819153, 0.040123101323843, -0.06279005110263824, 0.02166200801730156, -0.0142924590036273, 0.009505043737590313, 0.0060017164796590805, -0.04834870994091034, -0.01950325258076191, -0.015074077993631363, 0.007313719484955072, -0.025495663285255432, 0.03253023326396942, 0.011491658166050911, 0.008258176036179066, 0.04347289726138115, 0.03239996358752251, -0.02566315233707428, 0.007513776421546936, 0.01750268042087555, -0.03956480324268341, 0.0059738014824688435, 0.046822693198919296, 0.05635099858045578, 0.0029054819606244564, 0.0011410239385440946, 0.027784690260887146, 0.022108647972345352, 0.01218953263014555, 0.03206498548388481, -0.021327029913663864, 0.06409274786710739, -0.02715195156633854, -0.01226397231221199, 0.030036495998501778, -0.015008943155407906, 0.020452359691262245, -0.05158684402704239, -0.0032404614612460136, -0.06312502920627594, 0.06334834545850754, 0.018414568156003952, -0.029385147616267204, 0.008411708287894726, -0.02452794462442398, -0.036456938832998276, 0.04053252190351486, 0.01138930395245552, 0.023988256230950356, -0.049800287932157516, -0.0058760992251336575, 0.043547336012125015, -0.03729438781738281, -0.0046827346086502075, 0.029496807605028152, -0.07458877563476562, -0.03686635568737984, -0.022611116990447044, 0.024286014959216118, -0.034260962158441544, -0.005713261663913727, 0.009993555955588818, 0.004473372362554073, 0.02047097124159336, -0.07920404523611069, -0.08687135577201843, 0.04198409989476204, -0.005894708912819624, 0.0017830680590122938, 0.049911949783563614, 0.012310497462749481, -0.004692039452493191, 0.02186671830713749, -0.06948964297771454, -0.029831787571310997, 0.014338984154164791, -0.03967646136879921, -0.06465104967355728, -0.04998638853430748, 0.027784690260887146, 0.06003577262163162, -0.009919115342199802, 0.007048527244478464, -0.023802155628800392, -0.022294748574495316, -0.005699304398149252, 0.01344570517539978, 0.024081304669380188, 0.004229116253554821, 0.003484717570245266, 0.004452436231076717, 0.008481495082378387, -0.005382934585213661, 0.04563165456056595, 0.026984460651874542, -0.07157395780086517, 0.0017691105604171753, 0.04507335647940636, 0.01226397231221199, -0.0045850323513150215, -0.008923482149839401, 0.04176077991724014, 0.022983316332101822, 0.029385147616267204, 0.01141721848398447, -0.04351011663675308, 0.05635099858045578, 0.04209575802087784, 0.005615559406578541, 0.06472548842430115, -0.024807093665003777, -0.01018896047025919, -0.028547698631882668, -0.035228680819272995, -0.0638694241642952, 0.026910021901130676, -0.04931642860174179, 0.010886834003031254, 0.014813538640737534, 0.014152884483337402, -0.015985967591404915, 0.047194890677928925, 0.04782763123512268, 0.003952293191105127, 0.04578053206205368, 0.041500240564346313, -0.011947602964937687, -0.004852550569921732, 0.00008301792695419863, -0.007797578815370798, 0.02756137028336525, 0.0008543140720576048, -0.05341062322258949, 0.014841453172266483, 0.001990104094147682, -0.016721060499548912, 0.016386080533266068, 0.019633522257208824, -0.0028356947004795074, 0.029068777337670326, 0.020247651264071465, 0.015353227965533733, 0.04373343661427498, -0.011705673299729824, 0.033330462872982025, 0.02633311226963997, -0.012673391960561275, 0.009919115342199802, -0.015948746353387833, 0.008560587652027607, 0.03885762393474579, 0.015232263132929802, 0.033684052526950836, -0.04939086735248566, -0.017791135236620903, -0.057616475969552994, 0.007081094663590193, -0.015018247999250889, -0.07510985434055328, 0.03156251460313797, 0.00454083364456892, 0.04819982871413231, 0.012152312323451042, -0.042319077998399734, 0.007057832088321447, -0.04332401603460312, 0.059812452644109726, 0.03766658529639244, -0.04086750000715256, 0.02032209001481533, 0.005983106326311827, 0.015855697914958, 0.0024355801288038492, 0.020694289356470108, 0.021531738340854645, 0.003942987881600857, -0.024825703352689743, -0.04615273326635361, -0.05445278063416481, -0.046673811972141266, -0.035023968666791916, -0.008825779892504215, 0.014124969951808453, 0.07778968662023544, -0.054378341883420944, -0.045333895832300186, 0.097739577293396, 0.002109905704855919, 0.02514207363128662, -0.04622717201709747, 0.026444772258400917, 0.015474192798137665, 0.003710363293066621, 0.014376204460859299, -0.002831042045727372, -0.006406483240425587, -0.021717838943004608, 0.0361405685544014, 0.026165621355175972, -0.07336051762104034, 0.014478558674454689, -0.02283443696796894, 0.011714978143572807, 0.029292097315192223, 0.04086750000715256, -0.0006722852704115212, -0.024602385237812996, 0.033442120999097824, -0.04901866987347603, 0.0018516923300921917, -0.039490364491939545, 0.016869939863681793, -0.013696940615773201, -0.06051963195204735, -0.03161834552884102, 0.013008370995521545, -0.0026751835830509663, -0.002419296419247985, -0.013436400331556797, -0.007029917556792498, 0.05553216114640236, -0.012273277156054974, 0.012673391960561275, -0.02525373362004757, 0.038671523332595825, -0.024974584579467773, -0.017232835292816162, -0.01766086369752884, 0.04235629737377167, 0.050581905990839005, 0.015129907988011837, -0.004996777977794409, 0.04391953721642494, 0.016637315973639488, 0.051251865923404694, -0.033442120999097824, -0.00884904246777296, 0.014850758947432041, -0.016302336007356644, -0.044477835297584534, -0.004903728142380714, 0.055085521191358566, -0.04525945335626602, -0.007002002559602261, -0.009435256011784077, 0.005927276331931353, 0.026500601321458817, 0.02277860790491104, -0.0001954047183971852, -0.02257389761507511, -0.04321235790848732, -0.02423018589615822, 0.020303480327129364, 0.09029559046030045, -0.07719416916370392, 0.01419010479003191, 0.02473265491425991, 0.01211509294807911, -0.011659148149192333, -0.0031171704176813364, 0.02166200801730156, 0.028864068910479546, -0.04209575802087784, -0.020954830572009087, 0.04414285719394684, 0.01365041546523571, -0.010942663997411728, 0.050321366637945175, 0.02493736334145069, -0.07555649429559708, 0.04712045192718506, -0.012561731971800327, 0.013687634840607643, -0.008597807958722115, 0.0017702736658975482, -0.004152350127696991, 0.02709612064063549, 0.017000209540128708, 0.027319440618157387, 0.02555149234831333, -0.0029147870372980833, 0.007374201901257038, -0.06844747811555862, -0.011947602964937687, -0.029422366991639137, 0.010784479789435863, 0.008448927663266659, 0.0016237201634794474, 0.00938873179256916, -0.07912960648536682, -0.04317513853311539, 0.07168561965227127, 0.04905588924884796, -0.04038364067673683, 0.025681762024760246, 0.01480423379689455, -0.04957696795463562, 0.031339194625616074, 0.028287159278988838, -0.029292097315192223, -0.06301336735486984, 0.019633522257208824, 0.054787762463092804, -0.026872800663113594, 0.05065634846687317, -0.0444406159222126, -0.029980666935443878, -0.05471331998705864, -0.03411208093166351, 0.05486220121383667, 0.0035172849893569946, -0.01750268042087555, -0.02052680030465126, 0.02166200801730156, -0.0465993732213974, -0.030985604971647263, -0.04019754379987717, 0.00002747878897935152, 0.07209503650665283, -0.01480423379689455, 0.043286796659231186, 0.021531738340854645, -0.022611116990447044, -0.0029822480864822865, -0.053708381950855255, 0.04157467931509018, 0.029422366991639137, -0.023839375004172325, -0.037071067839860916, -0.012198837473988533, 0.009667880833148956, 0.0004640862171072513, 0.04741821065545082, 0.006476270500570536, 0.045036133378744125, -0.09937725961208344, -0.022592507302761078, 0.003628944745287299, 0.032102204859256744, 0.00969579629600048, 0.006085461005568504, -0.03403764218091965, -0.05322452262043953, -0.09907949715852737, 0.0019238059176132083, -0.05862141400575638, -0.016181372106075287, -0.03742465749382973, 0.047194890677928925, 0.009993555955588818, 0.009779540821909904, 0.07484931498765945, -0.030911166220903397, 0.027989398688077927, -0.0023646296467632055, 0.025588713586330414, -0.005596949253231287, -0.030873944982886314, 0.03803878650069237, 0.03513563051819801, 0.013557365164160728, -0.03593585640192032, 0.046822693198919296, -0.0159115269780159, -0.016330251470208168, -0.008560587652027607, 0.05266622453927994, -0.029031557962298393, 0.0328466035425663, -0.020024331286549568, 0.06934075802564621, -0.0233555156737566, -0.06606540828943253, -0.03288382291793823, -0.03301409259438515, 0.01955908164381981, 0.019894061610102654, -0.007676613982766867, -0.00969579629600048, -0.004673429299145937, -0.01118459366261959, -0.014646048657596111, -0.048162609338760376, 0.02155034802854061, -0.017279360443353653, -0.04377065598964691, 0.08389376103878021, 0.015213653445243835, 0.020080160349607468, -0.09736737608909607, -0.03173000365495682, 0.05050746724009514, 0.02704029157757759, -0.047604311257600784, -0.053596723824739456, -0.033944591879844666, 0.004982820246368647, -0.08530811965465546, -0.05743037536740303, 0.006541405338793993, 0.0612640306353569, -0.04388231784105301, -0.012561731971800327, -0.012087177485227585, -0.007504471577703953, 0.0678519606590271, -0.07030847668647766, -0.0319347120821476, 0.0037475833669304848, -0.016860635951161385, 0.029831787571310997, -0.0035196112003177404, 0.057616475969552994, -0.040979161858558655, 0.017986539751291275, -0.04310069605708122, -0.037126895040273666, 0.04600385203957558, 0.013175860978662968, 0.0054480694234371185, -0.03349795192480087, 0.05504830181598663, 0.08017176389694214, -0.010021470487117767, 0.04120248183608055, -0.03316297382116318, -0.0315997339785099, -0.054117802530527115, 0.07667309045791626, 0.022499457001686096, -0.040830280631780624, -0.028008010238409042, -0.06431606411933899, -0.05050746724009514, 0.04190966114401817, -0.02447211556136608, 0.020712900906801224, -0.05679763853549957, -0.015316007658839226, -0.0011770807905122638, 0.039899781346321106, -0.032158032059669495, -0.015892917290329933, -0.05158684402704239, 0.02078733965754509, 0.025979522615671158, 0.04079306125640869, -0.02151312865316868, 0.03731299564242363, -0.015381142497062683, 0.03588002920150757, -0.006141290999948978, -0.05977523326873779, 0.03963924199342728, 0.014850758947432041, -0.04738099128007889, 0.0122174471616745, 0.053447842597961426, -0.06260395050048828, -0.03191610425710678, -0.019224101677536964, -0.007285804487764835, -0.006857775151729584, -0.008467537350952625, 0.05854697525501251, 0.00391507288441062, -0.04306347668170929, 0.00883043184876442 ]
22,775
pyproject_api._via_fresh_subprocess
__init__
Create a subprocess frontend. :param root: the root path to the built project :param backend_paths: paths that are available on the python path for the backend :param backend_module: module where the backend is located :param backend_obj: object within the backend module identifying the backend :param requires: seed requirements for the backend
def __init__( # noqa: PLR0913 self, root: Path, backend_paths: tuple[Path, ...], backend_module: str, backend_obj: str | None, requires: tuple[Requirement, ...], ) -> None: """ Create a subprocess frontend. :param root: the root path to the built project :param backend_paths: paths that are available on the python path for the backend :param backend_module: module where the backend is located :param backend_obj: object within the backend module identifying the backend :param requires: seed requirements for the backend """ super().__init__(root, backend_paths, backend_module, backend_obj, requires, reuse_backend=False) self.executable = sys.executable
(self, root: 'Path', backend_paths: 'tuple[Path, ...]', backend_module: 'str', backend_obj: 'str | None', requires: 'tuple[Requirement, ...]') -> 'None'
[ 0.018576400354504585, -0.057667288929224014, -0.0412849523127079, 0.03287437930703163, -0.023933570832014084, -0.011765662580728531, -0.03307550027966499, 0.06421291083097458, -0.010833186097443104, -0.07192870229482651, 0.06084867939352989, 0.059824783354997635, -0.021264126524329185, -0.006065669935196638, -0.03803042694926262, 0.0014489957829937339, 0.05510754883289337, -0.005137764383107424, 0.006216512061655521, -0.019819702953100204, -0.020770464092493057, 0.05616801232099533, 0.03876177966594696, 0.04048046097159386, 0.02241601049900055, 0.040992408990859985, 0.004292135592550039, 0.0031311106868088245, -0.04205287620425224, -0.03152137249708176, 0.0349770225584507, -0.021282412111759186, 0.011527973227202892, 0.008561416529119015, 0.06574875861406326, 0.010613779537379742, -0.0020375074818730354, 0.05145077779889107, -0.0754757672548294, -0.0215018168091774, 0.04911044239997864, -0.05898372828960419, 0.06154346838593483, 0.022653700783848763, 0.007724930066615343, 0.008922522887587547, 0.044210370630025864, -0.011006882414221764, -0.015833821147680283, 0.008602555841207504, 0.0018649535486474633, 0.0215018168091774, 0.011637675575911999, 0.005069199949502945, -0.044941723346710205, 0.0789131298661232, 0.05521725118160248, 0.0502074770629406, -0.034355368465185165, -0.007007288746535778, -0.06786968559026718, 0.022726835682988167, -0.020404785871505737, 0.007738643325865269, 0.03835953399538994, -0.00019826559582725167, -0.05009777098894119, -0.03658600151538849, -0.021117856726050377, 0.013658042065799236, -0.012515300884842873, -0.008355723693966866, 0.0008981945575214922, -0.05708220601081848, 0.07328170537948608, 0.0024248966947197914, -0.04881790280342102, 0.009909851476550102, -0.015660123899579048, 0.00543030584231019, 0.016848575323820114, 0.013493487611413002, -0.04607532173395157, 0.0009673304157331586, 0.016821149736642838, 0.004452119581401348, 0.00042995635885745287, -0.004637243691831827, 0.007025572471320629, 0.016830291599035263, -0.034885600209236145, 0.0006079382728785276, 0.01257015299052, 0.09127302467823029, 0.04735519364476204, -0.08746998012065887, 0.013612332753837109, -0.0059925345703959465, -0.030259786173701286, 0.002881993306800723, -0.013082101009786129, -0.015056757256388664, -0.0610680878162384, -0.03658600151538849, 0.0412483848631382, 0.03894461691379547, 0.02281825616955757, 0.007766068913042545, 0.03923716023564339, -0.03603748604655266, -0.042784228920936584, 0.041906602680683136, -0.04040732607245445, -0.060373298823833466, -0.06713832914829254, 0.016684019938111305, -0.02279997244477272, -0.024482086300849915, 0.06947866082191467, -0.024207828566432, -0.05781355872750282, 0.042418550699949265, -0.014197415672242641, 0.04684324562549591, 0.031009424477815628, 0.04607532173395157, 0.05909343063831329, -0.018722670152783394, -0.004006450530141592, -0.08827447146177292, 0.045124564319849014, -0.004381269682198763, -0.01712283305823803, -0.009210493415594101, -0.0134569201618433, 0.028961632400751114, 0.004381269682198763, 0.006239366717636585, -0.03106427565217018, 0.022653700783848763, 0.004123010206967592, -0.03029635362327099, -0.009836715646088123, 0.014517383649945259, -0.004996064119040966, 0.023915287107229233, 0.007062140386551619, -0.06936895847320557, -0.017579929903149605, 0.04037075862288475, -0.00687015987932682, -0.011738236993551254, -0.0045481096021831036, 0.009964702650904655, -0.03806699439883232, 0.030552327632904053, 0.005818837787955999, -0.013018107041716576, 0.03088143654167652, 0.07426903396844864, -0.06190914660692215, 0.007894055917859077, 0.04804997891187668, -0.030643746256828308, -0.0314665213227272, 0.056058309972286224, -0.02278168685734272, -0.05046344920992851, -0.04391782730817795, 0.01768963225185871, 0.020057393237948418, -0.048013411462306976, -0.051779888570308685, -0.008392291143536568, -0.013356358744204044, -0.009982986375689507, 0.06318901479244232, 0.05956881120800972, -0.0166108850389719, -0.005206328816711903, 0.0341176800429821, 0.020331650972366333, -0.049585822969675064, 0.018777523189783096, 0.04929328337311745, 0.04380812495946884, 0.008250591345131397, 0.05273064598441124, 0.08220423012971878, -0.0062073697336018085, -0.05817923694849014, 0.059641946107149124, 0.0644688829779625, 0.005348028615117073, -0.005393738392740488, -0.024811195209622383, 0.04684324562549591, -0.023641029372811317, -0.044758886098861694, 0.018942076712846756, 0.0043447017669677734, 0.007318114396184683, 0.06421291083097458, -0.004298992455005646, 0.01848498173058033, 0.009928135201334953, -0.027681762352585793, 0.045819349586963654, 0.0107509084045887, -0.008575129322707653, 0.015952667221426964, -0.06143376603722572, -0.003988166805356741, 0.06918612122535706, 0.036348309367895126, 0.002968841465190053, 0.013658042065799236, 0.029656417667865753, 0.031119126826524734, 0.005439447704702616, 0.06340841948986053, 0.024445518851280212, 0.009215064346790314, -0.0030739738140255213, -0.021849211305379868, 0.006394779309630394, 0.024152977392077446, 0.007002717815339565, -0.02546941488981247, -0.0028020013123750687, -0.03336803987622261, -0.04362528771162033, -0.0033299478236585855, -0.028961632400751114, -0.00613880529999733, -0.012058204971253872, 0.027919452637434006, 0.010184109210968018, -0.019271187484264374, -0.002365474123507738, 0.018960360437631607, -0.0011335992021486163, 0.021593237295746803, -0.050353746861219406, -0.02329363487660885, 0.01230503711849451, 0.0025528836995363235, -0.03625689074397087, 0.0016672593774273992, -0.02532314322888851, 0.014654512517154217, 0.030241502448916435, -0.03230757638812065, -0.02673100121319294, -0.01775362715125084, 0.009635593742132187, -0.019161483272910118, -0.08812819421291351, 0.018942076712846756, 0.02780974842607975, -0.011180579662322998, 0.03810356184840202, -0.06168973818421364, 0.05989792197942734, 0.020916733890771866, -0.020880166441202164, -0.021830927580595016, -0.022891391068696976, -0.00013834310811944306, 0.015001906082034111, 0.09039539843797684, 0.06684578955173492, 0.00623022485524416, 0.03159450739622116, -0.04596561938524246, -0.034739330410957336, -0.07123391330242157, 0.0215018168091774, -0.03569009155035019, -0.006929582450538874, 0.02225145511329174, -0.010833186097443104, 0.004532111342996359, 0.005366312339901924, 0.018695244565606117, -0.05525381863117218, 0.0020809315610677004, -0.061287492513656616, -0.05335230007767677, -0.04040732607245445, -0.01327408105134964, 0.07339140772819519, 0.000756494642701, 0.010376089252531528, 0.01409685518592596, 0.0197282824665308, -0.08139973878860474, -0.013173519633710384, -0.008268875069916248, -0.09258946031332016, 0.019837986677885056, 0.04219914600253105, -0.04808654636144638, 0.031649358570575714, -0.023915287107229233, 0.0005485157598741353, -0.003007694613188505, -0.029674701392650604, -0.00036339167854748666, -0.009836715646088123, 0.03675055503845215, -0.012524442747235298, 0.058727752417325974, 0.041028980165719986, 0.022836539894342422, 0.04969552904367447, 0.05298662185668945, -0.06797938793897629, 0.001443282118998468, 0.01363061647862196, -0.01805531047284603, -0.024646641686558723, 0.012734707444906235, 0.028065722435712814, -0.001096460153348744, 0.0015038473065942526, 0.01917976699769497, -0.012771274894475937, 0.005713705904781818, 0.035763226449489594, -0.020861882716417313, 0.07255034893751144, 0.043149907141923904, -0.017662206664681435, 0.05689936876296997, -0.03444679081439972, 0.023366771638393402, -0.06622413545846939, -0.03216130658984184, -0.0377378836274147, 0.07730415463447571, 0.00002165851583413314, -0.016208641231060028, 0.03715280070900917, -0.02654816210269928, -0.03585464507341385, 0.013210088014602661, -0.048708200454711914, 0.014736790210008621, -0.046367865055799484, -0.03627517446875572, 0.04687981307506561, -0.06574875861406326, 0.0013027249369770288, 0.028266845270991325, -0.05708220601081848, -0.04219914600253105, 0.028797077015042305, 0.005361741408705711, -0.07430560141801834, 0.012643287889659405, 0.005128622520714998, -0.01783590391278267, 0.01489220280200243, -0.06765027344226837, -0.07094137370586395, 0.04947612062096596, 0.0017289674142375588, -0.013082101009786129, 0.05415678769350052, 0.039749108254909515, -0.05057315155863762, 0.0394565649330616, -0.04000508412718773, -0.010650347918272018, 0.03996851295232773, -0.03898118808865547, -0.04563651233911514, -0.03391655907034874, 0.01130856666713953, 0.03592778369784355, 0.013786029070615768, 0.008634552359580994, -0.018046168610453606, -0.02294624224305153, 0.002861423883587122, 0.008849387057125568, 0.033989693969488144, 0.028029154986143112, -0.015011047944426537, 0.02473806031048298, 0.015833821147680283, 0.016501182690262794, 0.011281141079962254, 0.04940298572182655, -0.05452246591448784, 0.017150258645415306, 0.042967066168785095, 0.010449225082993507, 0.000449954328360036, -0.009329338558018208, -0.017433658242225647, 0.03605576977133751, 0.02044135332107544, 0.02671271748840809, -0.02976612187922001, 0.0520358607172966, 0.01710454933345318, -0.0008770538261160254, 0.027956020087003708, -0.0038693216629326344, -0.010028696618974209, -0.04201630502939224, -0.022288022562861443, -0.06377410143613815, 0.03532441332936287, -0.029546715319156647, -0.01740623265504837, 0.01785418763756752, -0.05847178027033806, -0.03638487681746483, 0.04932985082268715, 0.04336931183934212, -0.012926687486469746, 0.043844692409038544, 0.07584144175052643, 0.009087077341973782, 0.005869118496775627, 0.009471038356423378, -0.027736613526940346, 0.016382336616516113, 0.017259962856769562, -0.06304274499416351, 0.01416084822267294, 0.021666372194886208, -0.004616674035787582, 0.017808478325605392, 0.016729731112718582, 0.015952667221426964, -0.006819879170507193, -0.009000229649245739, -0.035105008631944656, 0.04022448882460594, -0.01634576916694641, -0.018960360437631607, 0.01954544521868229, -0.015687551349401474, 0.012295895256102085, -0.014590519480407238, 0.023641029372811317, 0.05616801232099533, 0.013374642468988895, 0.03916402533650398, -0.06015389412641525, 0.0009639021591283381, -0.06585846096277237, 0.008707687258720398, -0.01300896517932415, -0.049951501190662384, 0.024811195209622383, -0.03420909866690636, 0.020953301340341568, 0.03627517446875572, -0.05708220601081848, -0.0062347957864403725, -0.0233302041888237, 0.047099217772483826, 0.019819702953100204, -0.02011224441230297, 0.017397090792655945, -0.004445263184607029, 0.0038556086365133524, 0.007299830671399832, 0.04355214908719063, 0.01004698034375906, 0.0143436873331666, -0.02406155690550804, -0.06889358162879944, -0.04355214908719063, -0.03923716023564339, -0.03931029513478279, 0.056606825441122055, 0.00343507993966341, 0.08366693556308746, -0.06552934646606445, -0.024207828566432, 0.06362782418727875, -0.039054322987794876, 0.018521549180150032, -0.03609233722090721, 0.029199322685599327, 0.03188705071806908, -0.004232713021337986, 0.025377996265888214, -0.004968638531863689, 0.01866781897842884, 0.002740293275564909, 0.04790370911359787, 0.005846263840794563, -0.03806699439883232, 0.006294218357652426, 0.01101602427661419, -0.0005833693430759013, 0.011226288974285126, 0.024847764521837234, -0.008099749684333801, -0.04413723573088646, 0.005261180456727743, -0.057301610708236694, 0.005969679914414883, -0.02654816210269928, -0.02117270790040493, -0.010558928363025188, -0.04000508412718773, -0.023988422006368637, 0.0341176800429821, -0.02674928493797779, -0.00687015987932682, -0.051560480147600174, 0.015586989000439644, 0.028851928189396858, -0.00873511377722025, 0.03499530628323555, -0.023220499977469444, 0.07876686006784439, -0.03336803987622261, -0.014398538507521152, -0.0007307829800993204, 0.06494426727294922, 0.057301610708236694, 0.005370883271098137, -0.006243937648832798, 0.007025572471320629, 0.03298408165574074, 0.014947053976356983, -0.022160036489367485, -0.006435918156057596, 0.033806852996349335, 0.03960283845663071, -0.029016483575105667, 0.003439650870859623, 0.028797077015042305, -0.01236903015524149, -0.0017141117714345455, -0.005137764383107424, -0.011244572699069977, 0.014325402677059174, 0.008351152762770653, 0.00722212390974164, 0.031832195818424225, 0.01840270310640335, -0.05412022024393082, 0.009082506410777569, 0.09931791573762894, -0.0412849523127079, 0.01236903015524149, 0.03283780813217163, 0.03803042694926262, -0.028376547619700432, -0.006893014535307884, 0.018311284482479095, 0.0322892926633358, -0.015541279688477516, 0.005114909261465073, 0.004600675776600838, 0.012396455742418766, -0.01363061647862196, -0.010568070225417614, 0.017232537269592285, -0.04976866394281387, 0.020752178505063057, -0.012332462705671787, 0.02495746687054634, 0.012131339870393276, -0.027773180976510048, 0.02170293964445591, 0.01444424781948328, 0.0501709058880806, -0.019856270402669907, 0.003988166805356741, -0.017963891848921776, 0.02748063951730728, -0.07064882665872574, 0.0023300491739064455, -0.02279997244477272, -0.026493310928344727, 0.016464615240693092, -0.018073594197630882, -0.016583459451794624, -0.08205796033143997, -0.0157332606613636, 0.04786714166402817, 0.035470686852931976, 0.0006725031416863203, 0.009137358516454697, -0.02347647398710251, -0.10619264841079712, 0.009562457911670208, 0.062018848955631256, -0.026091065257787704, -0.07222124189138412, 0.023915287107229233, 0.043844692409038544, -0.02850453555583954, 0.0629330426454544, -0.032051604241132736, -0.03212473914027214, -0.053206026554107666, -0.05978821590542793, 0.03386170417070389, 0.03570837527513504, -0.0057776994071900845, -0.017177684232592583, 0.028943348675966263, -0.04965895786881447, -0.04344244673848152, -0.03249041736125946, 0.028979916125535965, 0.05708220601081848, -0.00020383644732646644, 0.019088348373770714, 0.03420909866690636, -0.0038053281605243683, 0.027316084131598473, -0.05291348695755005, 0.010833186097443104, 0.05700907111167908, -0.0359094962477684, -0.005389167461544275, 0.014773357659578323, 0.025231724604964256, -0.01883237436413765, 0.02384215220808983, -0.02298280969262123, 0.028961632400751114, -0.08220423012971878, -0.008689403533935547, 0.008730542846024036, 0.08505650609731674, 0.0025665967259556055, -0.006819879170507193, -0.011683385819196701, -0.0304974764585495, -0.054266493767499924, 0.03247213363647461, -0.04592905193567276, -0.034885600209236145, -0.007112421095371246, 0.027133246883749962, 0.017643922939896584, -0.01598009280860424, 0.05759415403008461, -0.06483456492424011, 0.02135554701089859, -0.014325402677059174, 0.04823281988501549, -0.0014158562989905477, -0.04336931183934212, 0.021318979561328888, 0.05079255998134613, -0.0029094188939779997, -0.0466604083776474, 0.04786714166402817, -0.00443840678781271, -0.011601108126342297, -0.012807843275368214, 0.03898118808865547, -0.04991493374109268, 0.00004660241393139586, 0.003947027958929539, 0.042637959122657776, -0.046002186834812164, -0.03468447923660278, -0.02707839384675026, -0.032746389508247375, 0.04091927409172058, -0.0078072077594697475, -0.022745119407773018, -0.007464385125786066, -0.010540644638240337, -0.02241601049900055, -0.025963079184293747, -0.03715280070900917, -0.012780416756868362, -0.024500370025634766, -0.028303412720561028, 0.027846315875649452, 0.051560480147600174, 0.022708551958203316, -0.09668504446744919, -0.04804997891187668, 0.07159958779811859, 0.03552553802728653, -0.04538053646683693, -0.03717108443379402, -0.01544071827083826, -0.004813225939869881, -0.07628025859594345, -0.015952667221426964, 0.031832195818424225, 0.06695549190044403, -0.035964351147413254, -0.056789662688970566, -0.000721641059499234, -0.011253714561462402, 0.03890804946422577, -0.03675055503845215, -0.027188098058104515, -0.010805760510265827, -0.05627771466970444, 0.014544809237122536, 0.015568705275654793, 0.040626734495162964, -0.04139465466141701, -0.012049063108861446, -0.06022702902555466, -0.028614237904548645, 0.048379089683294296, -0.018612967804074287, -0.05466873571276665, -0.02636532299220562, 0.0716361552476883, 0.08103406429290771, -0.030954573303461075, 0.09024912863969803, -0.022306308150291443, -0.03252698481082916, -0.044027529656887054, 0.06527337431907654, -0.00830544251948595, -0.014691079966723919, -0.034172531217336655, -0.05090226233005524, -0.07606085389852524, 0.027041826397180557, -0.019801419228315353, 0.0645785853266716, -0.048013411462306976, -0.03532441332936287, 0.02459179051220417, 0.05708220601081848, -0.034391939640045166, -0.01553213782608509, -0.0367322713136673, 0.03300236538052559, 0.035964351147413254, 0.020935017615556717, -0.03784758597612381, 0.04377155750989914, 0.011345134116709232, 0.011847940273582935, 0.039931945502758026, -0.013118668459355831, 0.057118773460388184, -0.001391858677379787, -0.03015008196234703, -0.004374413285404444, 0.051597047597169876, -0.07324513792991638, -0.06340841948986053, -0.03879834711551666, -0.013511771336197853, 0.005114909261465073, -0.04896417260169983, 0.07105107605457306, 0.01883237436413765, -0.03188705071806908, 0.006111379712820053 ]
22,790
pyproject_api._via_fresh_subprocess
send_cmd
Send a command to the backend. :param cmd: the command to send :param kwargs: keyword arguments to the backend :return: a tuple of: backend response, standard output text, standard error text
def send_cmd(self, cmd: str, **kwargs: Any) -> tuple[Any, str, str]: """ Send a command to the backend. :param cmd: the command to send :param kwargs: keyword arguments to the backend :return: a tuple of: backend response, standard output text, standard error text """ return self._send(cmd, **kwargs)
(self, cmd: str, **kwargs: Any) -> tuple[typing.Any, str, str]
[ 0.010047465562820435, -0.06543640047311783, 0.021172750741243362, 0.008439871482551098, 0.01475150603801012, -0.04208974912762642, -0.05184492468833923, 0.021739061921834946, 0.061928924173116684, -0.07347437739372253, 0.025958998128771782, -0.012038690969347954, -0.0026214751414954662, -0.01239491906017065, -0.013089107349514961, -0.03279127553105354, 0.024095648899674416, -0.04508572071790695, 0.00377008318901062, -0.019985321909189224, 0.005425631534308195, 0.12721918523311615, 0.06558255106210709, 0.006919050123542547, 0.009764309972524643, 0.0719398558139801, 0.04490303620696068, -0.03920338302850723, 0.07073415815830231, -0.006804874632507563, 0.006055881734937429, -0.03920338302850723, 0.03032507747411728, -0.0208987295627594, -0.06010211259126663, 0.027164693921804428, 0.0077411155216395855, -0.010787324979901314, -0.01582932472229004, -0.04366080462932587, -0.08491022139787674, -0.06934577971696854, 0.05681385099887848, -0.028863629326224327, 0.009380679577589035, -0.03408830985426903, -0.05290447548031807, 0.046401023864746094, -0.04994503781199455, -0.00030542013701051474, -0.03372294828295708, 0.0191997941583395, 0.014687567949295044, -0.03154904395341873, -0.023967772722244263, 0.005585477687418461, 0.0007586978608742356, 0.03472769632935524, -0.04015332832932472, 0.03545841947197914, -0.00011645926133496687, 0.04888548702001572, -0.0488489530980587, 0.005448466632515192, 0.010604643262922764, -0.06013865023851395, -0.04877587780356407, -0.008197818882763386, -0.028078099712729454, 0.03324797749519348, 0.0015870429342612624, -0.03032507747411728, -0.02002185955643654, -0.021081410348415375, 0.024095648899674416, -0.008330262266099453, -0.02221403270959854, 0.033302780240774155, 0.024808106943964958, 0.054840896278619766, 0.02391296811401844, -0.036609310656785965, 0.01985744573175907, 0.0002811577869579196, -0.020259344950318336, 0.014459216967225075, -0.07774911820888519, -0.00824348907917738, -0.05553508177399635, -0.03302875906229019, -0.01963822916150093, -0.05790993943810463, -0.005201846826821566, 0.009545092470943928, -0.007124566473066807, -0.04402616620063782, -0.0015767670702189207, 0.04157824069261551, -0.03598819673061371, 0.020716046914458275, -0.03227976709604263, 0.07599537819623947, 0.008700191974639893, -0.030051056295633316, 0.02126409113407135, -0.041030194610357285, 0.00691448338329792, -0.011317100375890732, -0.024515816941857338, -0.03217015787959099, 0.024607157334685326, 0.06978421658277512, -0.007937497459352016, -0.04599912464618683, 0.04391656070947647, 0.03591512143611908, -0.04987196624279022, -0.030726976692676544, -0.04687599465250969, 0.01647784374654293, -0.07471660524606705, 0.041541703045368195, 0.038363050669431686, -0.023054366931319237, 0.01949208416044712, 0.054329387843608856, 0.0369381383061409, -0.04062829911708832, 0.008257189765572548, 0.005179011728614569, 0.01158198807388544, -0.009211699478328228, 0.042637791484594345, 0.04022639989852905, 0.02301783114671707, 0.03200574591755867, 0.008786965161561966, -0.005918870680034161, 0.012203103862702847, 0.03701120987534523, 0.08081816136837006, 0.0010144514963030815, -0.0009859076235443354, -0.0021784731652587652, 0.03001452051103115, 0.02243325114250183, -0.006115253083407879, -0.05023732781410217, 0.037778470665216446, -0.006119819823652506, 0.03324797749519348, -0.007325516082346439, -0.01596633717417717, -0.004085208289325237, -0.03428925946354866, 0.0381438322365284, -0.0039436304941773415, -0.04841051623225212, -0.03463635593652725, 0.02457062155008316, -0.03542188182473183, -0.10098616778850555, 0.050894979387521744, 0.03648143634200096, 0.03898416832089424, 0.041322484612464905, -0.032864347100257874, -0.00676833838224411, 0.018642615526914597, 0.01545482873916626, 0.024479279294610023, 0.04051868990063667, -0.02391296811401844, -0.03346719592809677, 0.031092340126633644, 0.0005531815113499761, -0.013892904855310917, 0.013308324851095676, -0.0171354953199625, -0.06156356260180473, -0.00003582263889256865, -0.017528260126709938, 0.017628734931349754, 0.02038722112774849, -0.006900782231241465, -0.0076452079229056835, 0.043149299919605255, 0.019893981516361237, -0.024552352726459503, -0.028297316282987595, 0.0038066194392740726, 0.03348546475172043, 0.024808106943964958, 0.02007666416466236, 0.0009533675038255751, -0.020332416519522667, 0.021976547315716743, -0.023949503898620605, 0.06773819029331207, 0.05677731707692146, 0.013052571564912796, -0.04260125383734703, 0.07102645188570023, 0.02760312892496586, 0.030854852870106697, -0.041614774614572525, 0.04497611150145531, -0.0037015776615589857, -0.008471840061247349, -0.026214752346277237, 0.020496830344200134, -0.018852699548006058, -0.029557816684246063, 0.047131747007369995, 0.04731442779302597, 0.02605033852159977, 0.0459260530769825, 0.02935686707496643, 0.0026808464899659157, -0.03894763067364693, 0.09718639403581619, -0.03796115145087242, 0.03039815090596676, 0.04607219621539116, 0.029813570901751518, -0.009170595556497574, 0.04216282069683075, 0.016459574922919273, -0.024406207725405693, 0.0188344307243824, -0.013573212549090385, 0.026397433131933212, 0.05601005256175995, 0.04804515466094017, -0.059846360236406326, -0.01691627874970436, -0.024698497727513313, -0.0058457981795072556, 0.004340962041169405, -0.019035380333662033, 0.0020209106151014566, 0.029612621292471886, 0.010440230369567871, 0.03496517986059189, 0.01603027433156967, -0.00706062838435173, 0.058750271797180176, 0.03575070947408676, -0.025812853127717972, -0.01254106406122446, 0.010074867866933346, 0.02007666416466236, -0.012084361165761948, -0.0233283881098032, -0.03164038434624672, 0.055644690990448, -0.02228710614144802, 0.016459574922919273, 0.0036833095364272594, 0.05688692256808281, -0.0804527997970581, 0.05864066258072853, -0.0653633326292038, 0.029466476291418076, 0.03843612223863602, -0.0031855034176260233, -0.03628048673272133, 0.04223589226603508, 0.022195765748620033, 0.08366798609495163, 0.06671517342329025, 0.04998157545924187, -0.015573571436107159, -0.0017057856312021613, -0.06423071026802063, 0.009398947469890118, 0.01951035112142563, -0.024406207725405693, -0.0060376133769750595, -0.047789402306079865, 0.00872302707284689, -0.04775286465883255, 0.011198357678949833, 0.00641667703166604, -0.04530493542551994, 0.015911532565951347, 0.04029947146773338, -0.02237844653427601, -0.028644410893321037, 0.0035577162634581327, -0.016203822568058968, 0.030781781300902367, 0.005521539133042097, 0.00691448338329792, 0.02473503351211548, 0.020350685343146324, -0.01590239815413952, -0.004804515279829502, 0.03938606381416321, 0.0004909557173959911, -0.006019345484673977, -0.03290088474750519, -0.05622927099466324, -0.017044154927134514, 0.05158916860818863, 0.02853480353951454, 0.001266209059394896, -0.02804156392812729, -0.025958998128771782, -0.020642975345253944, -0.030927926301956177, -0.0007078896160237491, 0.01648697815835476, 0.03713908791542053, 0.019528619945049286, 0.04081097990274429, -0.008015137165784836, 0.023054366931319237, 0.0025666707661002874, 0.03302875906229019, -0.02869921550154686, 0.0061335209757089615, 0.054256316274404526, 0.05655809864401817, -0.007197638973593712, 0.01412125676870346, 0.0026397432666271925, 0.006334470584988594, 0.05378134548664093, 0.07223214209079742, 0.002071148017421365, 0.05626580864191055, -0.0004938101046718657, -0.03523920103907585, -0.006060448475182056, -0.03865534067153931, 0.0020563052967190742, 0.00487302104011178, 0.0032471581362187862, -0.0034595250617712736, -0.0034344063606113195, 0.03938606381416321, 0.03702947869896889, 0.02508212812244892, 0.019747836515307426, -0.018816163763403893, -0.00040874918340705335, -0.00176059000659734, -0.027840614318847656, 0.04629141464829445, -0.007823321968317032, -0.012933828867971897, 0.0013153046602383256, -0.03898416832089424, 0.0656190887093544, 0.008599717170000076, 0.0023976906668394804, -0.02935686707496643, 0.004400333389639854, -0.06360959261655807, 0.009184297174215317, -0.007398588582873344, 0.014943322166800499, 0.009609030559659004, -0.07186678051948547, -0.02736564353108406, 0.03193267434835434, -0.015628376975655556, 0.03125675395131111, 0.07274365425109863, 0.038363050669431686, 0.005562642589211464, -0.02590419352054596, 0.033668145537376404, -0.06127127259969711, 0.07321862131357193, -0.06466913968324661, -0.037778470665216446, -0.03052602708339691, -0.06174624338746071, 0.007028658874332905, -0.0760684460401535, 0.04574337229132652, 0.0019501217175275087, 0.06821315735578537, 0.006042180582880974, 0.014166926965117455, 0.015263013541698456, -0.02840692549943924, 0.01810370571911335, -0.0488489530980587, 0.0032425911631435156, -0.03478249907493591, -0.00522468239068985, -0.07212253659963608, -0.029046310111880302, 0.02707335352897644, 0.0074533927254378796, -0.04311276227235794, -0.05633888021111488, -0.022542860358953476, -0.0021887491457164288, 0.00285211019217968, 0.04936045780777931, 0.018944039940834045, 0.021209286525845528, -0.057946473360061646, 0.010065733455121517, -0.0020597304683178663, 0.007425990421324968, -0.04581644386053085, 0.03193267434835434, -0.02325531654059887, 0.014066452160477638, -0.01861521415412426, 0.020770851522684097, -0.03916684910655022, 0.041468631476163864, -0.03324797749519348, 0.024972518905997276, -0.04925084859132767, -0.04347812384366989, 0.06339037418365479, 0.036974672228097916, 0.0592983141541481, 0.01779314875602722, 0.01382896676659584, -0.042564719915390015, 0.03651797026395798, -0.004991763737052679, -0.006233995780348778, 0.01239491906017065, -0.04402616620063782, 0.019382474943995476, 0.013518408872187138, 0.002925182692706585, 0.023730287328362465, -0.03246244788169861, -0.010230147279798985, 0.017774879932403564, -0.06799393892288208, 0.03472769632935524, -0.027018548920750618, -0.04157824069261551, 0.022195765748620033, -0.01195648405700922, 0.020770851522684097, -0.05747150257229805, 0.026817599311470985, 0.00003928359365090728, 0.07950285822153091, 0.0903906524181366, 0.029466476291418076, -0.03375948593020439, 0.06971114128828049, -0.07665302604436874, -0.03238937631249428, -0.03540361672639847, -0.07230521738529205, 0.004183399491012096, -0.014002513140439987, 0.031311556696891785, -0.10361677408218384, -0.00794206466525793, -0.017984963953495026, -0.020350685343146324, 0.0369381383061409, 0.06455953419208527, 0.014322205446660519, -0.021172750741243362, -0.013838100247085094, 0.0202958807349205, -0.03215188905596733, 0.059773288667201996, -0.008768697269260883, -0.0010395701974630356, 0.0007489928975701332, -0.0607597641646862, -0.07186678051948547, -0.054110169410705566, -0.053306370973587036, -0.022177496924996376, 0.011381038464605808, 0.021976547315716743, 0.009408081881701946, 0.01972956955432892, 0.0437338761985302, -0.024625424295663834, 0.01736384816467762, -0.04892202466726303, 0.03193267434835434, 0.046108733862638474, 0.04216282069683075, -0.035202667117118835, -0.024113917723298073, 0.015619242563843727, -0.09462885558605194, -0.01663312315940857, -0.050894979387521744, -0.0005309171974658966, 0.047789402306079865, -0.02376682311296463, 0.02884536050260067, 0.022999562323093414, 0.023712018504738808, -0.04282047227025032, 0.03997064381837845, 0.04936045780777931, -0.004799948539584875, -0.02148330770432949, -0.06065015494823456, -0.008298293687403202, -0.028443461284041405, -0.001050987746566534, 0.009700371883809566, -0.0012273893225938082, 0.014367875643074512, -0.026105143129825592, -0.024004308506846428, 0.0319509394466877, 0.0334123894572258, -0.005453033838421106, -0.02619648352265358, -0.05305061861872673, -0.0005748748662881553, 0.0044985245913267136, -0.04672984778881073, -0.03554975986480713, 0.02458888851106167, 0.026287823915481567, -0.004781680181622505, 0.022104425355792046, 0.020496830344200134, -0.013582346960902214, 0.04855666309595108, 0.007074329070746899, -0.020935265347361565, 0.058384910225868225, -0.038070760667324066, -0.009398947469890118, -0.0015619242331013083, -0.03571417182683945, -0.035878587514162064, -0.05476782098412514, -0.0066221933811903, -0.009339575655758381, 0.030726976692676544, 0.010869530960917473, 0.006823142524808645, -0.0043774982914328575, -0.07299940288066864, -0.029082845896482468, -0.06218468025326729, 0.06021172180771828, -0.05991943180561066, 0.07774911820888519, -0.011298831552267075, -0.0028566771652549505, 0.0021990248933434486, -0.03774193301796913, -0.001948980032466352, -0.012614136561751366, -0.011399306356906891, -0.010047465562820435, 0.0020346117671579123, -0.0065902238711714745, 0.041395559906959534, 0.043368514627218246, -0.01280595175921917, -0.05261218547821045, -0.03039815090596676, 0.0993785709142685, -0.01015707477927208, -0.03702947869896889, 0.03894763067364693, 0.0021841819398105145, 0.01573798432946205, 0.0016384220216423273, -0.0362074114382267, 0.02773100510239601, -0.013253520242869854, 0.04508572071790695, -0.07245136052370071, 0.051917996257543564, -0.0437338761985302, 0.03953221067786217, -0.03582378104329109, -0.0432589054107666, 0.017044154927134514, -0.03459981828927994, -0.03956874832510948, 0.042345501482486725, 0.012212238274514675, -0.03184133395552635, 0.05126034468412399, 0.005169877782464027, -0.027164693921804428, 0.031092340126633644, -0.030982730910182, -0.051771849393844604, 0.009946990758180618, 0.058823343366384506, 0.03825344145298004, 0.01965649612247944, 0.05655809864401817, 0.006928184535354376, -0.02566670812666416, -0.0037403975147753954, -0.03001452051103115, -0.01353667676448822, -0.01972956955432892, -0.0020882743410766125, -0.007156535983085632, 0.06265965104103088, -0.016002872958779335, 0.0005711641861125827, -0.009129492565989494, 0.02391296811401844, 0.02753005549311638, 0.02296302653849125, 0.01155458576977253, -0.04135902225971222, -0.05885988101363182, -0.019163256511092186, 0.0001129626325564459, 0.03916684910655022, -0.02811463549733162, 0.022122692316770554, -0.03865534067153931, -0.04194360226392746, -0.04862973466515541, 0.011006541550159454, 0.05074883624911308, -0.005284053739160299, 0.019236329942941666, -0.07519157975912094, -0.0903906524181366, 0.006087850779294968, -0.022908221930265427, 0.008997049182653427, 0.05885988101363182, 0.05195453017950058, -0.015993738546967506, -0.09645567089319229, 0.018158510327339172, 0.07073415815830231, -0.0537082701921463, -0.007754816673696041, 0.03898416832089424, -0.04245511069893837, 0.02995971590280533, 0.03069044090807438, 0.03622568026185036, 0.031238485127687454, 0.010604643262922764, 0.0010424245847389102, -0.036974672228097916, -0.043222371488809586, 0.05319676548242569, -0.04391656070947647, -0.03774193301796913, -0.022908221930265427, 0.07701839506626129, -0.06580176949501038, -0.06397495418787003, 0.026178214699029922, -0.013427067548036575, -0.06364613026380539, 0.01151804905384779, -0.04223589226603508, 0.042053211480379105, -0.006083283573389053, -0.025703243911266327, -0.021519845351576805, -0.014020781964063644, 0.05469474941492081, 0.06989382207393646, -0.0396052822470665, 0.008882872760295868, -0.023858163505792618, -0.007366619072854519, -0.037778470665216446, -0.009517690166831017, -0.018359459936618805, -0.03971489146351814, -0.011728133074939251, 0.05414670705795288, 0.028224244713783264, -0.0068505448289215565, -0.03363160789012909, 0.011527183465659618, 0.0004452854045666754, -0.007617805618792772, 0.006635894533246756, -0.015281282365322113, -0.030854852870106697, 0.002995971590280533, -0.04998157545924187, -0.015235611237585545, -0.01085126306861639, 0.022707272320985794, -0.026068607345223427, -0.03193267434835434, 0.0042610387317836285, 0.04925084859132767, 0.0026648619677871466, -0.02398604154586792, -0.0370660126209259, -0.005763591732829809, 0.003085028612986207, 0.010686850175261497, -0.01691627874970436, 0.027712738141417503, 0.026470504701137543, -0.027475250884890556, -0.0432589054107666, 0.02170252613723278, 0.04753364622592926, -0.03531227633357048, 0.0205333661288023, -0.042857009917497635, -0.023565873503684998, 0.05429285019636154, -0.018140243366360664, 0.05038347467780113, -0.06065015494823456, -0.014906785450875759, -0.011326233856379986, 0.041176341474056244, 0.0010709684574976563, -0.01055897306650877, 0.007261577527970076, -0.008156714960932732, 0.004528210032731295, -0.017400383949279785, -0.01518994104117155, 0.013691955246031284, -0.041687849909067154, 0.03861880302429199, 0.07563001662492752, 0.013052571564912796, 0.011645926162600517, 0.024223526939749718, -0.11019329726696014, 0.0088691720739007, -0.02301783114671707, 0.01568317972123623, 0.04479343071579933, 0.011344501748681068, -0.06013865023851395, 0.038801487535238266, 0.006247696932405233, -0.031823065131902695, 0.021172750741243362, 0.08425256609916687, -0.023456266149878502, -0.00022863692720420659, 0.05864066258072853, 0.002139653544872999, 0.015692314133048058, 0.023565873503684998, 0.009462885558605194, -0.03600646182894707, -0.0021031172946095467, -0.04157824069261551, 0.007768517825752497, 0.023346656933426857, 0.059188708662986755 ]
22,791
pyproject_api._frontend
WheelResult
Information collected while building a wheel.
class WheelResult(NamedTuple): """Information collected while building a wheel.""" #: path to the built wheel artifact wheel: Path #: backend standard output while building the wheel out: str #: backend standard error while building the wheel err: str
(wheel: pathlib.Path, out: str, err: str)
[ 0.0201409962028265, -0.004860848654061556, -0.047329552471637726, -0.002526568016037345, 0.0437878854572773, -0.022591542452573776, -0.039960023015737534, 0.006412563845515251, 0.0060637635178864, -0.007606535218656063, 0.08313973993062973, 0.07448233664035797, 0.014291878789663315, -0.015427717007696629, 0.01403251476585865, 0.018513260409235954, 0.012351117096841335, 0.06185396388173103, -0.03441498801112175, 0.06954546272754669, -0.03577441722154617, 0.02926347218453884, 0.03953072801232338, 0.042249586433172226, 0.03591751307249069, 0.013978852890431881, 0.0387079156935215, -0.052516840398311615, -0.02405829355120659, -0.02978220023214817, -0.09222644567489624, -0.04804503917694092, 0.031231064349412918, -0.0013929662527516484, 0.01556187029927969, 0.05198022723197937, 0.04003157094120979, 0.02861953154206276, -0.04385943338274956, 0.000724431942217052, 0.037312716245651245, -0.0027568659279495478, -0.0326620414853096, -0.039852697402238846, 0.011939710937440395, -0.03335964307188988, -0.045648153871297836, 0.0033001897390931845, -0.060816507786512375, -0.04385943338274956, 0.0005969855701550841, 0.04786616936326027, 0.0022504343651235104, -0.028691081330180168, 0.006171086803078651, 0.027027571573853493, 0.023324918001890182, 0.050012633204460144, 0.01883522979915142, 0.03784933313727379, -0.01574968732893467, 0.08392678201198578, 0.028118690475821495, 0.030283043161034584, -0.012699917890131474, -0.0005486342124640942, 0.0062962970696389675, -0.023002948611974716, -0.03418245539069176, 0.04214226081967354, 0.035148363560438156, -0.004049216862767935, 0.010741268284618855, -0.02734954096376896, 0.026669826358556747, -0.04761574789881706, -0.027921931818127632, -0.04503998905420303, 0.044896893203258514, -0.03384259715676308, -0.03877946734428406, 0.0031705074943602085, -0.06482324004173279, -0.07641415297985077, -0.002772517269477248, 0.005057607777416706, -0.03464752063155174, -0.020051559433341026, -0.0020872135646641254, -0.0032062819227576256, -0.06020834296941757, 0.020087333396077156, -0.009426558390259743, 0.07287248224020004, -0.02171507105231285, -0.03877946734428406, 0.012807240709662437, -0.04307239502668381, -0.02563236840069294, 0.0070252008736133575, -0.016697708517313004, -0.0124584399163723, -0.030354591086506844, 0.02253788150846958, 0.0016545667313039303, -0.026204759255051613, -0.032823026180267334, -0.036418356001377106, 0.024040406569838524, -0.01780671440064907, -0.0003485210763756186, -0.013701600953936577, -0.02593645080924034, 0.012512101791799068, -0.009028567932546139, -0.021768731996417046, -0.033574290573596954, -0.06668350845575333, -0.0201409962028265, 0.006014573387801647, 0.0564878024160862, 0.023593226447701454, -0.006180030293762684, 0.007816709578037262, 0.010249369777739048, 0.03974537551403046, 0.012234849855303764, 0.006256050895899534, 0.021089017391204834, -0.009274517185986042, 0.039888475090265274, 0.025310399010777473, -0.009757472202181816, -0.02484533190727234, 0.0018133156700059772, 0.03101641871035099, 0.03232218325138092, -0.04965488985180855, -0.022967174649238586, 0.05541456863284111, -0.011215278878808022, 0.0076154787093400955, 0.005527147091925144, -0.01406828872859478, 0.04017466679215431, -0.0012073864927515388, -0.014658566564321518, -0.07208544760942459, -0.0029670405201613903, -0.0047311666421592236, 0.044109854847192764, -0.07891836017370224, -0.007754104677587748, 0.019264522939920425, -0.04031776636838913, 0.0010173349874094129, 0.03784933313727379, -0.03232218325138092, -0.023271257057785988, 0.0021811213809996843, 0.011125843040645123, -0.08943603932857513, 0.05781145393848419, 0.01567813754081726, 0.000920632213819772, 0.04961911588907242, 0.00452993530780077, -0.01931818388402462, 0.008921245113015175, 0.018441710621118546, -0.0075797042809426785, 0.01625947095453739, -0.048223912715911865, 0.018441710621118546, -0.024970542639493942, 0.030855434015393257, 0.027671510353684425, 0.04436027631163597, -0.004319760482758284, -0.036489903926849365, -0.019336070865392685, -0.06260522454977036, -0.06829336285591125, 0.024684347212314606, 0.024630684405565262, 0.013871529139578342, -0.004713279195129871, 0.03643624112010002, 0.03119529038667679, -0.013934134505689144, -0.006282881833612919, -0.008353326469659805, 0.022698866203427315, 0.015213070437312126, 0.0211069043725729, -0.03970960155129433, -0.00118390959687531, -0.0009614374139346182, 0.04901094734668732, 0.019157199189066887, -0.023861534893512726, -0.011295771226286888, 0.0316961333155632, 0.05763258412480354, 0.022394783794879913, -0.002924558473750949, 0.021053243428468704, -0.018620584160089493, -0.028798405081033707, 0.009292404167354107, 0.0754840150475502, 0.011090069077908993, -0.023593226447701454, 0.04478956758975983, 0.016840806230902672, -0.029281359165906906, 0.01092908438295126, -0.013558503240346909, 0.0009994477732107043, -0.009220855310559273, -0.025417722761631012, 0.0068999906070530415, 0.08657408505678177, 0.023217596113681793, -0.011644572019577026, -0.03386048600077629, 0.039816923439502716, -0.009730640798807144, 0.012771466746926308, -0.06890152394771576, 0.0032040460500866175, -0.05559344217181206, -0.002408065367490053, 0.009990005753934383, -0.04557660594582558, 0.009793246164917946, -0.04765152186155319, 0.027188556268811226, -0.012234849855303764, -0.03332386910915375, 0.016205810010433197, -0.006408092100173235, 0.00506207998842001, 0.010401410982012749, -0.007087806239724159, -0.08435606956481934, 0.01286984607577324, 0.026777150109410286, -0.02631208300590515, -0.02223379909992218, -0.00631418451666832, 0.03613216057419777, 0.0018580337055027485, -0.012995056807994843, 0.05205177515745163, -0.06707702577114105, -0.01818234659731388, -0.11333335191011429, 0.04929714277386665, -0.029943184927105904, 0.014533355832099915, 0.00013645982835441828, 0.016545666381716728, 0.040675509721040726, -0.029084600508213043, -0.0447537936270237, -0.004673033021390438, -0.009587543085217476, -0.05112164095044136, 0.06700547784566879, 0.09623317420482635, 0.020015785470604897, -0.04303662106394768, 0.0013359508011490107, -0.07240741699934006, -0.019031988456845284, 0.03802820295095444, 0.02223379909992218, -0.019675929099321365, 0.06757786870002747, 0.01388047356158495, 0.003186158835887909, -0.020319867879152298, 0.011671403422951698, -0.024970542639493942, 0.02597222477197647, 0.010455072857439518, 0.05598695948719978, -0.01777094043791294, -0.002173295710235834, 0.010857535526156425, 0.0014421561500057578, 0.009802189655601978, -0.07305135577917099, 0.05466330796480179, 0.020910145714879036, -0.06389310956001282, -0.03441498801112175, 0.06464436650276184, -0.053232330828905106, -0.012735691852867603, 0.01777094043791294, -0.042285360395908356, -0.022180138155817986, -0.015758629888296127, 0.03489794209599495, 0.04557660594582558, -0.06510943919420242, -0.053232330828905106, -0.0033001897390931845, 0.01701967790722847, 0.01487321313470602, 0.035291459411382675, 0.04672138765454292, -0.028011366724967957, -0.003718303283676505, 0.017779884859919548, 0.0021833572536706924, 0.005097854416817427, 0.045683927834033966, -0.06414352357387543, 0.013048717752099037, 0.054198238998651505, -0.07333755493164062, 0.03625737130641937, -0.08621633797883987, -0.004807187244296074, 0.016545666381716728, 0.048367008566856384, 0.004829545971006155, -0.08263889700174332, 0.03355640172958374, 0.03130261227488518, 0.02155408449470997, 0.008375684730708599, 0.004628315102308989, 0.059063561260700226, -0.05351852625608444, 0.018996214494109154, -0.03650779277086258, 0.05766835808753967, -0.012234849855303764, -0.05126473680138588, 0.07169193029403687, -0.023414354771375656, -0.005545034538954496, 0.018710019066929817, 0.014649623073637486, 0.08321128785610199, -0.04049663990736008, 0.012744635343551636, 0.0022001266479492188, -0.0551641471683979, 0.03759891167283058, 0.09329967200756073, 0.019675929099321365, -0.07662879675626755, -0.026401517912745476, -0.0007048677653074265, 0.033091332763433456, -0.011134786531329155, -0.04031776636838913, -0.010777042247354984, 0.03963805362582207, -0.04715067893266678, -0.06757786870002747, 0.013406462036073208, 0.03942340612411499, 0.04668561369180679, 0.021285777911543846, -0.024416038766503334, -0.034844279289245605, -0.050048407167196274, -0.03695497289299965, 0.023324918001890182, 0.0453619584441185, -0.010007892735302448, -0.004011206328868866, -0.08120792359113693, -0.07018940150737762, -0.01887100376188755, 0.01612531766295433, -0.04174874350428581, -0.0387079156935215, 0.034772731363773346, 0.003221933264285326, 0.00804924312978983, 0.0211069043725729, 0.010973801836371422, 0.06675505638122559, -0.02107113040983677, 0.01883522979915142, 0.00876473169773817, -0.0012699917424470186, 0.03280513733625412, -0.00876473169773817, -0.008026884868741035, 0.004440499469637871, -0.06757786870002747, -0.017860377207398415, 0.006949180271476507, -0.06274832785129547, -0.05620160698890686, 0.02981797605752945, -0.01286984607577324, -0.013030830770730972, 0.01814657263457775, -0.014819551259279251, -0.0076154787093400955, -0.06897307187318802, -0.0016478589968755841, -0.049189820885658264, -0.030801771208643913, -0.027599962428212166, -0.03874369338154793, 0.10181398689746857, -0.0004519314970821142, -0.06757786870002747, 0.009784302674233913, 0.009194024838507175, 0.01849537342786789, -0.0067300619557499886, 0.06693392992019653, 0.06793561577796936, 0.035523995757102966, 0.03720539063215256, -0.0015226486138999462, 0.011725064367055893, 0.023485904559493065, -0.0020816237665712833, 0.008192340843379498, -0.007289037108421326, -0.0621759332716465, 0.011179504916071892, -0.003716067411005497, -0.023485904559493065, -0.04207071289420128, 0.015445603989064693, 0.00268978881649673, -0.02357533946633339, -0.02275252901017666, 0.027850382030010223, 0.02305661141872406, -0.032071761786937714, 0.036114271730184555, 0.04478956758975983, -0.0084382900968194, 0.005017361603677273, 0.0012677558697760105, -0.03101641871035099, 0.039137210696935654, 0.016268415376544, 0.018584808334708214, -0.027939818799495697, 0.04210648685693741, -0.05523569881916046, -0.07054714858531952, -0.0761995017528534, -0.03945918008685112, -0.04704335704445839, 0.025507157668471336, -0.032340072095394135, 0.05037037655711174, 0.015338280238211155, 0.03174979239702225, -0.07433923333883286, 0.018781568855047226, -0.014917931519448757, -0.0211069043725729, -0.028726855292916298, 0.031857118010520935, -0.018173402175307274, 0.028118690475821495, 0.05276726186275482, 0.04682870954275131, -0.010777042247354984, -0.026956021785736084, 0.011993372812867165, -0.004673033021390438, -0.1005261093378067, -0.042285360395908356, -0.0027054401580244303, 0.05090699344873428, 0.015400885604321957, -0.05351852625608444, 0.006873159669339657, 0.02631208300590515, -0.052337970584630966, 0.07194235175848007, 0.003845749655738473, -0.03341330587863922, 0.09394361823797226, 0.024952655658125877, -0.06074495613574982, 0.03133838623762131, 0.03305555880069733, -0.028941502794623375, 0.06389310956001282, -0.05845539644360542, 0.006372317671775818, 0.02294928766787052, -0.07090488821268082, 0.029692765325307846, -0.041569869965314865, 0.044109854847192764, -0.06417930126190186, 0.01257470715790987, -0.06990320980548859, 0.0282439012080431, 0.026025887578725815, -0.023342806845903397, -0.016652990132570267, -0.009927400387823582, 0.023897308856248856, 0.02799347974359989, 0.004637258592993021, -0.05802610144019127, 0.019407620653510094, -0.011277884244918823, 0.010061554610729218, -0.020731274038553238, 0.07977695018053055, 0.04804503917694092, -0.034844279289245605, -0.011259997263550758, -0.015302506275475025, 0.020319867879152298, -0.04539773240685463, -0.005361690651625395, 0.06078073009848595, -0.008161038160324097, -0.07970539480447769, -0.04783039167523384, -0.003581913420930505, 0.030765997245907784, 0.028726855292916298, -0.043215494602918625, 0.07333755493164062, -0.058169201016426086, -0.067255899310112, 0.03709806874394417, -0.008782618679106236, 0.007776463404297829, -0.07555556297302246, 0.04672138765454292, 0.06407197564840317, 0.038350172340869904, -0.0028530096169561148, 0.03225063532590866, -0.046506740152835846, -0.023181822150945663, -0.02586490288376808, -0.013853642158210278, 0.009328179061412811, -0.014578074216842651, 0.02922769822180271, 0.026508841663599014, -0.06478746980428696, -0.004154304042458534, -0.027599962428212166, 0.02683081105351448, 0.015508209355175495, -0.03849327191710472, 0.0017987823812291026, 0.018745793029665947, 0.017413197085261345, 0.042249586433172226, -0.004214673303067684, -0.005187290254980326, -0.06578914821147919, 0.000102921316283755, 0.038994111120700836, 0.047329552471637726, -0.015731798484921455, 0.027474751695990562, -0.0003982698544859886, 0.06546717882156372, 0.015704968944191933, 0.031588807702064514, -0.05137206241488457, 0.019514944404363632, -0.03242950886487961, -0.009328179061412811, -0.02253788150846958, 0.0032487642019987106, -0.027707284316420555, -0.00869765505194664, -0.0201409962028265, -0.007825653068721294, 0.0026361271739006042, 0.008304135873913765, -0.015758629888296127, -0.007347170729190111, -0.0019653569906949997, 0.04618477076292038, -0.03716961666941643, -0.051550932228565216, -0.018745793029665947, 0.05176557973027229, -0.009408671408891678, -0.02353956550359726, 0.01296822540462017, -0.034808505326509476, 0.00756628904491663, -0.04196339100599289, 0.03917298465967178, -0.0031213178299367428, -0.014399202540516853, -0.0020156647078692913, 0.035148363560438156, 0.025238849222660065, -0.05459175631403923, -0.013182871975004673, -0.029800087213516235, -0.009310292080044746, -0.01442603301256895, 0.0277609471231699, 0.010168877430260181, -0.0022884446661919355, 0.05033460259437561, 0.04260732978582382, 0.010294088162481785, 0.007745160721242428, 0.011045350693166256, -0.03688342124223709, 0.00849195197224617, 0.021607747301459312, -0.001048078527674079, 0.027367427945137024, -0.024898992851376534, -0.012154357507824898, 0.0377420075237751, 0.10031145811080933, -0.04382365942001343, -0.015302506275475025, 0.03389625996351242, 0.005343803204596043, -0.017985587939620018, 0.0418560653924942, -0.03636469319462776, 0.015633419156074524, 0.056630898267030716, -0.019640153273940086, -0.004093934781849384, 0.009435501880943775, -0.031409937888383865, 0.018763680011034012, -0.05434133857488632, 0.007897201925516129, -0.03802820295095444, -0.010481903329491615, 0.03479062020778656, 0.0031526202801615, 0.03709806874394417, 0.038278624415397644, 0.021679295226931572, 0.003025173908099532, 0.015302506275475025, -0.019675929099321365, 0.016080599278211594, -0.010329862125217915, -0.037384264171123505, 0.06611111760139465, -0.04135522246360779, 0.017547350376844406, 0.01804819330573082, -0.007141467649489641, -0.017985587939620018, -0.015910672023892403, -0.04382365942001343, 0.03917298465967178, 0.00008894693746697158, 0.06149622052907944, -0.06696970760822296, -0.024952655658125877, 0.013343856669962406, 0.0010765863116830587, 0.011054294183850288, 0.04189183935523033, -0.01883522979915142, 0.03892256319522858, 0.005714962724596262, -0.02865530736744404, 0.03452230989933014, 0.014908988028764725, 0.029549667611718178, 0.0025109166745096445, 0.039781149476766586, 0.00335385138168931, -0.06403620541095734, -0.058348070830106735, 0.024541249498724937, 0.004954756703227758, -0.01609848625957966, -0.008737901225686073, -0.01322759035974741, 0.01752946339547634, -0.04715067893266678, 0.06389310956001282, -0.06836491078138351, 0.1091119647026062, -0.026294196024537086, 0.00015371819608844817, 0.007932976819574833, -0.02888783998787403, -0.002139757154509425, 0.030444027855992317, -0.036597225815057755, 0.011984429322183132, -0.022430557757616043, 0.020123109221458435, 0.05634470283985138, -0.005527147091925144, -0.03352062776684761, 0.026669826358556747, -0.04779461771249771, 0.004559001885354519, 0.06382155418395996, 0.010186764411628246, -0.03561342880129814, -0.017985587939620018, 0.03210753947496414, 0.038207076489925385, 0.01787826418876648, 0.0393160842359066, 0.002794876229017973, -0.030354591086506844, -0.020373528823256493, 0.02219802513718605, 0.08650253713130951, -0.013245477341115475, -0.011832388117909431, -0.05459175631403923, 0.030139945447444916, 0.019103538244962692, 0.024970542639493942, 0.03153514862060547, 0.04021044448018074, 0.026186872273683548, 0.031553033739328384, 0.00941761489957571, 0.02563236840069294, 0.005951968487352133, -0.007606535218656063, 0.03489794209599495, -0.057382162660360336, 0.027045458555221558, 0.01928240992128849, 0.002235901076346636, -0.04518308490514755, 0.05308923125267029, -0.00262941955588758, -0.053375426679849625, 0.027939818799495697, 0.011394151486456394, -0.05731061473488808, 0.07841751724481583, -0.0214109867811203, 0.004664089530706406, -0.03495160490274429, -0.0026540143880993128, -0.04264310374855995, -0.014640679582953453, 0.010150990448892117, 0.007329283282160759, 0.013486954383552074, -0.033627949655056, 0.009118003770709038 ]
22,793
namedtuple_WheelResult
__new__
Create new instance of WheelResult(wheel, out, err)
from builtins import function
(_cls, wheel: ForwardRef('Path'), out: ForwardRef('str'), err: ForwardRef('str'))
[ 0.009995887987315655, -0.03442486375570297, 0.019422905519604683, 0.011466828174889088, 0.012417656369507313, 0.061470650136470795, -0.0008345144451595843, 0.005786237772554159, -0.012442036531865597, -0.024786552414298058, -0.015253888443112373, 0.03676536679267883, 0.0068711573258042336, 0.00546929519623518, -0.06858967244625092, -0.00020735881116706878, 0.03540007397532463, 0.09056437760591507, -0.028134768828749657, -0.0022246947046369314, -0.06641170382499695, 0.018691498786211014, 0.03679787367582321, -0.014823171310126781, 0.030020171776413918, 0.10018642991781235, 0.03787060081958771, -0.04498962312936783, 0.010930463671684265, -0.05275878682732582, -0.010678534395992756, -0.0422915481030941, 0.003939436282962561, -0.002992671448737383, -0.001034127431921661, -0.04918302223086357, 0.023161204531788826, 0.04040614515542984, -0.06114558130502701, -0.07210042327642441, 0.03500999137759209, 0.011320547200739384, -0.011312420479953289, 0.00315317464992404, -0.00868748314678669, -0.0068223970010876656, -0.023226218298077583, -0.03403478115797043, 0.01779755763709545, 0.010288450866937637, 0.006269778590649366, -0.03705792874097824, 0.0670943558216095, -0.014067384414374828, -0.01533515565097332, 0.07476599514484406, 0.010426605120301247, 0.019682960584759712, -0.039560962468385696, 0.0498981736600399, -0.03314083814620972, 0.02379509061574936, -0.026346886530518532, -0.041966479271650314, 0.02802099473774433, 0.03592018410563469, -0.04349430277943611, -0.017228685319423676, -0.05730976164340973, 0.02992265112698078, -0.06101555377244949, 0.014067384414374828, 0.005879695527255535, -0.03023146651685238, 0.05578193441033363, -0.01783006452023983, -0.09316492825746536, -0.017439980059862137, 0.009207595139741898, -0.022023461759090424, 0.015091353096067905, -0.03676536679267883, -0.012864626944065094, 0.03370971232652664, -0.027647163718938828, -0.04060118645429611, -0.037903107702732086, 0.001790930051356554, -0.012742726132273674, 0.009215721860527992, -0.054351627826690674, -0.016489151865243912, -0.048142798244953156, 0.027029532939195633, 0.003492465941235423, -0.006594848353415728, 0.01877276599407196, -0.02306368388235569, 0.033839739859104156, -0.047947756946086884, 0.06179571896791458, 0.019552933052182198, 0.007090579252690077, -0.0546116828918457, 0.04066620022058487, 0.04785023629665375, 0.004717571660876274, 0.015286395326256752, -0.023583795875310898, 0.0071230861358344555, -0.046517450362443924, 0.01000401470810175, 0.017049897462129593, -0.014473721385002136, -0.00433561485260725, -0.03283202275633812, 0.0254041850566864, 0.004294981248676777, 0.021925941109657288, 0.01271834596991539, 0.017196178436279297, 0.04307171329855919, 0.0029357844032347202, -0.010247817263007164, 0.1023969054222107, 0.054774217307567596, 0.02306368388235569, 0.014002370648086071, 0.05093839764595032, -0.0007075342000462115, 0.004376248922199011, 0.028102261945605278, -0.0456397645175457, 0.03257196769118309, -0.0456397645175457, -0.010540380142629147, -0.015863394364714622, 0.0447295680642128, 0.005847188178449869, 0.038390710949897766, -0.04199898615479469, 0.0013744346797466278, 0.04118631035089493, -0.009118200279772282, -0.03637528046965599, -0.014051130972802639, -0.003321804339066148, 0.029565075412392616, 0.0006242350791580975, 0.011076744645833969, -0.005952836014330387, 0.03187306970357895, 0.03190557658672333, 0.02041436731815338, 0.005310823675245047, 0.05019073560833931, 0.05305134877562523, -0.05253123864531517, 0.016586672514677048, -0.053408924490213394, 0.012572064064443111, 0.07112521678209305, -0.06020287796854973, -0.014530608430504799, 0.017017390578985214, -0.014181158505380154, 0.02405514568090439, -0.036960408091545105, 0.021795913577079773, 0.004036957398056984, -0.014693142846226692, -0.04261661693453789, 0.01831766776740551, 0.045737285166978836, 0.06335605680942535, 0.037935614585876465, -0.045282188802957535, 0.09030431509017944, 0.005253936629742384, 0.028914935886859894, -0.003486370900645852, 0.0009523521875962615, -0.11110877245664597, 0.009768339805305004, 0.015741491690278053, 0.05019073560833931, 0.04056867957115173, -0.02065816894173622, 0.026541927829384804, -0.03569263592362404, -0.029435046017169952, 0.011921925470232964, 0.052433717995882034, 0.01319782342761755, -0.006290095392614603, -0.06793953478336334, -0.05919516459107399, 0.0023242472670972347, -0.009581424295902252, 0.0009706373093649745, -0.005099528469145298, 0.01779755763709545, 0.02283613570034504, 0.0561395101249218, 0.007334381341934204, 0.0042787278071045876, -0.027907220646739006, 0.006554214749485254, -0.0628359392285347, -0.022299770265817642, 0.04638742282986641, -0.059812795370817184, 0.010069029405713081, 0.0733356848359108, -0.0010412384290248156, 0.007594437338411808, 0.021080760285258293, -0.011084871366620064, 0.009256355464458466, 0.009752086363732815, 0.07067012041807175, 0.028492344543337822, 0.009687072597444057, -0.024201426655054092, 0.09628559648990631, 0.0059812795370817184, -0.010572887025773525, 0.017992598935961723, 0.004122287966310978, -0.011694376356899738, 0.055749427527189255, -0.012742726132273674, -0.009475776925683022, -0.023405006155371666, 0.0067736366763710976, -0.0333196297287941, 0.039138372987508774, 0.04924803599715233, 0.007748845033347607, 0.007720401510596275, -0.0006679163197986782, 0.04043865203857422, 0.04993068054318428, 0.04612736776471138, 0.024071399122476578, 0.006261651869863272, 0.013758568093180656, 0.040016058832407, -0.06179571896791458, -0.0030089248903095722, 0.015611465089023113, -0.02709454670548439, 0.015432676300406456, -0.02945130132138729, 0.007655387744307518, 0.007529423106461763, 0.019829241558909416, 0.0025782077573239803, 0.018382683396339417, -0.004502213094383478, -0.008638722822070122, -0.047947756946086884, -0.033205851912498474, 0.0020164470188319683, -0.04537970945239067, -0.03203560411930084, -0.030995380133390427, 0.0485328808426857, 0.014311186969280243, -0.0019737815018743277, 0.04567227140069008, -0.024071399122476578, -0.004416882526129484, 0.0056115128099918365, -0.06228332221508026, 0.01926037110388279, -0.01141806785017252, 0.014043004252016544, 0.04664747789502144, -0.03598519787192345, 0.011856911703944206, 0.017017390578985214, -0.08204755187034607, 0.013612287119030952, -0.08224259316921234, 0.007639134302735329, 0.010670407675206661, -0.051263466477394104, 0.018935300409793854, -0.004246220923960209, 0.03728547692298889, 0.004085717722773552, 0.04170642048120499, 0.008752497844398022, 0.06579407304525375, 0.07457095384597778, -0.022185996174812317, -0.06524145603179932, 0.06270591169595718, 0.005558689124882221, 0.006676115561276674, -0.039138372987508774, -0.018480204045772552, 0.027159560471773148, -0.024120159447193146, -0.04515215754508972, 0.06062547117471695, -0.008817511610686779, -0.08035719394683838, 0.017992598935961723, -0.030962873250246048, -0.007033692207187414, -0.05396154522895813, -0.040796227753162384, 0.04303920641541481, 0.03138546273112297, -0.02381134405732155, 0.018008852377533913, -0.023356245830655098, 0.05058082193136215, -0.017960092052817345, -0.004550973419100046, 0.07054009288549423, 0.05464418977499008, -0.020333100110292435, -0.04014609009027481, 0.019780481234192848, -0.04502213001251221, 0.056724634021520615, 0.03517252579331398, -0.09251479059457779, 0.015904027968645096, 0.07912192493677139, 0.04066620022058487, -0.01497757900506258, 0.0666392594575882, 0.02927251160144806, 0.014725650660693645, -0.025599226355552673, -0.012287628836929798, -0.01355540007352829, 0.05561939999461174, -0.002395356073975563, 0.008378667756915092, -0.03302706405520439, -0.001236280077137053, -0.038195669651031494, 0.01047536637634039, 0.10532253235578537, -0.07307562977075577, 0.031938083469867706, -0.03068656474351883, -0.03429483622312546, 0.0003177046892233193, 0.03216563165187836, 0.036050211638212204, -0.009613932110369205, 0.01331972423940897, -0.02686699666082859, -0.01141806785017252, 0.06631418317556381, -0.06231583282351494, -0.01164561603218317, 0.0056684003211557865, 0.022429797798395157, -0.005327077116817236, 0.0213733222335577, 0.014213665388524532, 0.019146595150232315, -0.017943838611245155, 0.0011255532735958695, -0.025160381570458412, -0.05939020588994026, -0.04170642048120499, -0.0476226881146431, -0.024136412888765335, 0.030085185542702675, 0.004945120308548212, -0.062380846589803696, 0.051718562841415405, 0.057439789175987244, 0.03445737063884735, -0.002293771831318736, -0.03327086567878723, 0.0058959489688277245, 0.0038378522731363773, -0.026541927829384804, 0.032230645418167114, -0.032181885093450546, 0.014400580897927284, -0.014758157543838024, -0.010995477437973022, 0.017179924994707108, 0.012450163252651691, 0.008171435445547104, -0.008776878006756306, -0.024835312739014626, -0.05652959272265434, -0.001999177737161517, 0.040276117622852325, 0.022868642583489418, 0.07080014795064926, 0.0012819929979741573, 0.047687701880931854, 0.01644851826131344, -0.003378691617399454, 0.034879960119724274, 0.017033644020557404, 0.01737496629357338, -0.028151022270321846, 0.02468903176486492, -0.05045079439878464, -0.09700074791908264, -0.06137312948703766, 0.0014252268010750413, 0.024071399122476578, -0.026346886530518532, -0.04772020876407623, -0.01779755763709545, -0.030247719958424568, 0.027744686231017113, -0.06082051247358322, -0.011970685794949532, 0.04248658940196037, -0.02072318270802498, -0.03310833126306534, 0.0008289273246191442, 0.015237635001540184, -0.026200605556368828, 0.032490700483322144, -0.047167591750621796, 0.011409941129386425, -0.00517266895622015, -0.06166569143533707, 0.035790156573057175, -0.024559004232287407, -0.05490424484014511, -0.004359995014965534, 0.07873184233903885, 0.01665981486439705, 0.04131633788347244, 0.058642543852329254, 0.0206906758248806, -0.04372185468673706, 0.01713116466999054, 0.000520111236255616, -0.005518055520951748, 0.08445306867361069, -0.014945072121918201, -0.023258725181221962, -0.008126738481223583, -0.004032894037663937, 0.00032354576978832483, 0.004936993587762117, 0.0546116828918457, 0.0006354093784466386, -0.047200098633766174, 0.026997026056051254, -0.011596855707466602, -0.004197460599243641, -0.03572514280676842, 0.023193711414933205, -0.038618262857198715, -0.02046312764286995, -0.02689950540661812, 0.09381506592035294, -0.01036159135401249, 0.01877276599407196, 0.007561929989606142, 0.015091353096067905, 0.018967807292938232, 0.006481073796749115, -0.039853524416685104, -0.029532568529248238, 0.0527912937104702, 0.07184036821126938, -0.05945521965622902, -0.0175700094550848, 0.044599540531635284, -0.02303117699921131, -0.0321006178855896, -0.05808992683887482, 0.01786257140338421, 0.02333999238908291, -0.034619905054569244, 0.021324561908841133, 0.025875534862279892, -0.016919869929552078, 0.019780481234192848, -0.04866291210055351, 0.010987350717186928, 0.11813027411699295, 0.03416480869054794, -0.02377883717417717, 0.026249365881085396, 0.013287217356264591, -0.009906494058668613, 0.028216036036610603, -0.013620413839817047, -0.014880058355629444, 0.001941274618729949, 0.034619905054569244, -0.06787452101707458, 0.05825246125459671, 0.03855324909090996, 0.049313049763441086, 0.053831517696380615, -0.0268507432192564, -0.051263466477394104, -0.04567227140069008, -0.00015034466923680156, 0.013807328417897224, -0.018138879910111427, 0.011840658262372017, 0.0427466444671154, -0.027224574238061905, -0.025095367804169655, 0.012116966769099236, -0.07892688363790512, 0.004973563831299543, 0.010654154233634472, -0.05470920354127884, -0.04560725763440132, -0.07840677350759506, -0.00974395964294672, -0.019552933052182198, -0.027435868978500366, 0.038195669651031494, -0.0009482888272032142, 0.04040614515542984, 0.03429483622312546, 0.024136412888765335, -0.0014059257227927446, -0.013124682940542698, -0.019682960584759712, 0.09674069285392761, -0.06010535731911659, -0.022771121934056282, 0.013043415732681751, 0.030312735587358475, -0.02992265112698078, -0.013750441372394562, 0.01857772469520569, 0.04391689598560333, 0.019130341708660126, -0.021487096324563026, -0.07522109150886536, -0.01497757900506258, -0.008850018493831158, 0.009687072597444057, -0.029207497835159302, -0.01922786422073841, -0.01690361648797989, 0.001541032805107534, 0.029646342620253563, -0.05591196194291115, 0.004122287966310978, -0.026476914063096046, -0.04755767434835434, -0.021503349766135216, -0.016115322709083557, 0.028931189328432083, 0.011223025619983673, 0.02663944847881794, -0.06806956231594086, -0.005136098712682724, 0.008500568568706512, 0.035530101507902145, 0.007931697182357311, -0.061470650136470795, 0.016180336475372314, -0.004774458706378937, 0.06160067766904831, -0.03829319030046463, -0.04017859697341919, 0.07015001028776169, 0.02446148358285427, -0.0646563321352005, 0.04105628281831741, -0.042421575635671616, -0.07255551964044571, -0.025371678173542023, 0.005136098712682724, -0.03709043562412262, -0.027452122420072556, -0.012287628836929798, -0.010158423334360123, 0.052141156047582626, 0.009223848581314087, -0.06657423824071884, -0.004876043181866407, -0.0034111985005438328, 0.007066199090331793, -0.05178357660770416, -0.012116966769099236, -0.04105628281831741, -0.04970313236117363, 0.05357145890593529, -0.016391631215810776, -0.047882743179798126, 0.009548917412757874, 0.014798791147768497, -0.0037403313908725977, -0.02829730324447155, 0.041966479271650314, 0.030751578509807587, 0.003321804339066148, -0.022218503057956696, -0.00724905077368021, -0.014888185076415539, -0.03262072801589966, -0.029857637360692024, -0.02332373894751072, -0.017342459410429, 0.06576156616210938, 0.05256374552845955, 0.02238103747367859, -0.01140181440860033, -0.0047094449400901794, 0.028362317010760307, -0.04349430277943611, 0.013400991447269917, -0.01583901420235634, -0.021990954875946045, 0.07281557470560074, 0.02641190029680729, 0.025485452264547348, 0.005432724487036467, 0.056204523891210556, 0.0017716289730742574, -0.0447295680642128, -0.010621647350490093, 0.08835390210151672, -0.06270591169595718, -0.014928818680346012, -0.024380216374993324, 0.006793953478336334, 0.011011730879545212, -0.010044649243354797, 0.01485567819327116, -0.010182803496718407, -0.022884896025061607, -0.024185173213481903, -0.03923589363694191, 0.02756589651107788, 0.013815455138683319, -0.04417695105075836, 0.0036468738690018654, 0.04710257798433304, -0.05474171042442322, 0.007570056710392237, 0.02712705358862877, -0.004197460599243641, 0.08068226277828217, -0.024656524881720543, -0.025550466030836105, -0.0033644698560237885, -0.05210864916443825, 0.07340069860219955, -0.03826068341732025, -0.007740718312561512, -0.024851566180586815, -0.024640271440148354, 0.0670943558216095, 0.005042641423642635, -0.04021110385656357, 0.01378294825553894, -0.03231191262602806, -0.004359995014965534, -0.007622880861163139, 0.029662596061825752, -0.0342298224568367, 0.00407352764159441, -0.054319120943546295, -0.02613559179008007, 0.01828516088426113, 0.027517136186361313, 0.057862378656864166, 0.0009452412487007678, -0.003110509132966399, -0.04303920641541481, -0.023128697648644447, -0.0206906758248806, -0.05656209960579872, -0.037187956273555756, 0.013457879424095154, -0.04118631035089493, 0.03226315230131149, -0.003976006992161274, -0.032246898859739304, -0.0016741080908104777, 0.0018071834929287434, -0.026736969128251076, -0.025046607479453087, -0.022706108167767525, 0.03813065588474274, -0.01189754530787468, -0.02735460177063942, 0.0022490748669952154, -0.0175700094550848, 0.03328711912035942, 0.015018212608993053, 0.005087338387966156, -0.004057274200022221, 0.024819059297442436, -0.03917087987065315, -0.0313367024064064, -0.022023461759090424, -0.04073121398687363, 0.026021815836429596, 0.012450163252651691, -0.03063780441880226, -0.016440391540527344, 0.031027887016534805, 0.04209650680422783, -0.052628759294748306, -0.029597582295536995, 0.07886186987161636, 0.030507776886224747, -0.009776466526091099, 0.028654880821704865, -0.037220463156700134, 0.03754553198814392, 0.015375789254903793, 0.06988994777202606, 0.02374633029103279, -0.05997532978653908, 0.017992598935961723, -0.04495711624622345, 0.015765871852636337, -0.004097907803952694, 0.0337747260928154, -0.04040614515542984, 0.06290095299482346, 0.0127020925283432, -0.02044687420129776, -0.010402224957942963, 0.029630089178681374, -0.020365606993436813, -0.03380723297595978, -0.03881330415606499, -0.06293345987796783, 0.0021982828620821238, -0.015172621235251427, 0.02468903176486492, -0.01948791928589344, 0.02163337729871273, -0.024656524881720543, 0.024851566180586815, 0.07249050587415695, 0.006107244174927473, 0.048630401492118835, 0.02303117699921131, -0.0192441176623106, 0.04589981958270073, -0.016058435663580894, -0.01779755763709545, 0.004120256286114454, -0.031743042171001434, -0.027630910277366638, -0.09953629225492477, 0.031515490263700485, -0.015757745131850243, -0.02546919882297516, 0.05617201700806618, -0.029662596061825752, 0.00323647353798151, 0.016822349280118942 ]
22,796
collections
_replace
Return a new WheelResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.054183557629585266, 0.0013803415931761265, -0.015369175933301449, -0.0356004498898983, -0.03283976763486862, -0.03329301252961159, 0.00283794105052948, 0.021488003432750702, 0.020972950384020805, -0.046189937740564346, -0.04219312593340874, 0.057109057903289795, 0.004488685168325901, 0.06328968703746796, 0.010816109366714954, 0.033437229692935944, -0.02985246106982231, 0.056367382407188416, -0.06539110839366913, -0.03228351101279259, 0.019056953489780426, 0.015904830768704414, 0.03347843512892723, 0.059828534722328186, 0.03197447955608368, 0.0110015282407403, 0.01884063147008419, 0.010465873405337334, 0.0018310127779841423, -0.005990064237266779, -0.0041358741000294685, -0.01578121818602085, -0.03016149252653122, -0.010754303075373173, 0.0027993121184408665, -0.060899846255779266, -0.050063133239746094, 0.058551203459501266, 0.04928025230765343, -0.005039792042225599, 0.06394895911216736, -0.09963181614875793, -0.049486275762319565, -0.06098225340247154, -0.001767918816767633, 0.023383397608995438, 0.022682925686240196, -0.011444473639130592, -0.024289891123771667, -0.05344188213348389, 0.023589419201016426, 0.006381504237651825, 0.015801820904016495, -0.004244035109877586, -0.023156775161623955, -0.0009914766997098923, -0.0018310127779841423, 0.061806339770555496, -0.006922309752553701, 0.023115569725632668, -0.0021902620792388916, 0.057685915380716324, -0.01506014447659254, 0.010424668900668621, -0.054224759340286255, -0.02424868755042553, -0.009291552938520908, -0.07350833714008331, -0.02280653826892376, 0.0012599480105563998, -0.008997973054647446, -0.0008588506025262177, 0.018758224323391914, 0.02424868755042553, 0.07626902312040329, 0.04227553680539131, -0.02921379543840885, -0.010877915658056736, 0.04425333812832832, -0.05158768966794014, -0.01659500226378441, -0.013422276824712753, -0.08076028525829315, -0.04347045719623566, -0.034240711480379105, 0.039473649114370346, -0.05051638185977936, -0.0004921973450109363, 0.030140891671180725, -0.0017164135351777077, -0.053112246096134186, 0.016007842496037483, -0.0037882134784013033, 0.03335482254624367, -0.051670100539922714, -0.08669368922710419, 0.0037882134784013033, -0.037866681814193726, -0.01294842828065157, 0.03582707419991493, 0.02499036304652691, -0.04581909999251366, -0.09188542515039444, -0.02105535939335823, -0.008678640238940716, -0.01981923170387745, -0.01947929710149765, -0.015163155272603035, 0.035930085927248, -0.03267494961619377, -0.04326443746685982, -0.05760350823402405, -0.029873063787817955, 0.060899846255779266, -0.004012261517345905, -0.034034691751003265, 0.021117165684700012, -0.02599986642599106, -0.030676545575261116, -0.03112979233264923, 0.027112379670143127, 0.018850933760404587, -0.06118827685713768, 0.049115438014268875, 0.008467468433082104, -0.008956768549978733, 0.061435502022504807, -0.02599986642599106, 0.03889678791165352, -0.003311789594590664, 0.022991957142949104, 0.002997607458382845, -0.042399149388074875, 0.05682062730193138, 0.01790323667228222, 0.038402337580919266, 0.04993952065706253, 0.05035156384110451, -0.0698411613702774, 0.03764006122946739, 0.04200770705938339, -0.012175848707556725, 0.06559712439775467, 0.03545623645186424, -0.0018902438459917903, -0.046231139451265335, 0.013288362883031368, 0.006958363577723503, -0.03751644864678383, 0.030079085379838943, -0.03304578736424446, -0.03597128763794899, 0.018892137333750725, 0.022394496947526932, -0.046395957469940186, -0.005142802372574806, -0.011217850260436535, -0.06407257169485092, -0.023197978734970093, -0.04151325672864914, 0.018521299585700035, -0.05319465696811676, -0.016162358224391937, -0.015740014612674713, 0.055296070873737335, 0.021384993568062782, 0.043346844613552094, -0.085292749106884, -0.01366950199007988, -0.033602047711610794, -0.0003949811216443777, 0.04124543070793152, 0.02643251046538353, 0.044212132692337036, -0.03415830433368683, 0.019489599391818047, -0.0071334815584123135, 0.024846147745847702, 0.023960256949067116, -0.020499102771282196, 0.03881438076496124, -0.014349371194839478, -0.06192995235323906, 0.008910413831472397, 0.058551203459501266, 0.03180966153740883, -0.0020499101374298334, 0.06225958466529846, 0.052205752581357956, 0.026844553649425507, 0.01609024964272976, -0.040009304881095886, 0.005727387499064207, -0.006618428975343704, 0.00868379045277834, 0.06300126016139984, -0.06353691965341568, 0.04614873230457306, 0.0176251083612442, 0.11042732745409012, -0.027565626427531242, 0.033169399946928024, 0.029234398156404495, -0.017419086769223213, 0.032798562198877335, -0.02948162332177162, 0.05496643856167793, -0.0510520339012146, -0.0315624363720417, -0.033766862004995346, 0.08339735120534897, -0.02142619714140892, 0.007741244044154882, 0.019602909684181213, -0.010836711153388023, -0.0725606381893158, 0.05356549471616745, -0.029873063787817955, 0.006355751771479845, -0.004166777245700359, 0.08809463679790497, 0.023424603044986725, -0.02616468258202076, -0.005856150761246681, 0.04141024500131607, -0.048785801976919174, -0.016141755506396294, -0.02909018285572529, -0.038402337580919266, -0.06386654824018478, 0.06271283328533173, -0.012866019271314144, -0.02909018285572529, -0.019283577799797058, 0.023960256949067116, -0.016244765371084213, 0.009250348433852196, -0.03576526790857315, -0.023156775161623955, -0.02632950060069561, 0.027792250737547874, 0.035744667053222656, -0.03380806744098663, -0.009847809560596943, -0.00975510012358427, -0.06745132058858871, -0.027833454310894012, 0.02824549749493599, -0.01981923170387745, 0.007782448083162308, -0.016636205837130547, 0.014998338185250759, -0.010960323736071587, 0.03277796134352684, 0.00431614276021719, -0.024763738736510277, -0.035682860761880875, -0.013494383543729782, -0.014297866262495518, -0.02777164801955223, 0.004089519381523132, -0.05834518373012543, 0.03075895458459854, 0.04503621906042099, 0.05121685191988945, -0.027730444446206093, 0.0046663787215948105, -0.025711437687277794, 0.013175050728023052, 0.01529706921428442, 0.12031634151935577, 0.036259718239307404, -0.015441283583641052, 0.016306571662425995, -0.04536585137248039, -0.03347843512892723, 0.016430184245109558, -0.025196384638547897, 0.022785937413573265, -0.05117564648389816, -0.008874360471963882, -0.022888947278261185, -0.02286834456026554, -0.011341462843120098, 0.022682925686240196, 0.06135309115052223, -0.05525486543774605, 0.030738351866602898, -0.008508672937750816, -0.0001514577161287889, 0.045118626207113266, -0.03283976763486862, 0.013442878611385822, -0.03197447955608368, 0.00047513621393591166, 0.024125074967741966, -0.08570478856563568, 0.020499102771282196, 0.023383397608995438, -0.06872864812612534, -0.024928556755185127, 0.01817106269299984, 0.04118362441658974, 0.038876187056303024, 0.051670100539922714, -0.04184289276599884, -0.02740081027150154, -0.004403701517730951, -0.01103243138641119, 0.04664318263530731, -0.02760683186352253, 0.013442878611385822, -0.021508606150746346, 0.005737688392400742, 0.06024057790637016, 0.022476905956864357, 0.0014627500204369426, -0.01467900536954403, 0.014812919311225414, 0.04322323203086853, -0.014771714806556702, -0.06283644586801529, -0.048044126480817795, -0.014349371194839478, -0.008740446530282497, -0.0339316800236702, -0.0507224015891552, -0.007839104160666466, 0.011835914105176926, -0.017882633954286575, -0.035744667053222656, 0.007102578412741423, 0.014143350534141064, 0.0577683262526989, 0.0012013607192784548, -0.009631487540900707, 0.010058981366455555, -0.02589685656130314, 0.004383099731057882, -0.020581509917974472, 0.049115438014268875, -0.010455572046339512, -0.046231139451265335, -0.011166345328092575, -0.007159234024584293, -0.017954740673303604, 0.014133049175143242, 0.016986442729830742, 0.1265793740749359, -0.022827140986919403, 0.01172260195016861, -0.08368578553199768, -0.053112246096134186, 0.01404033973813057, 0.048744600266218185, -0.02834850735962391, 0.002234041690826416, -0.013236857950687408, 0.006716288626194, -0.009142187424004078, 0.008941316977143288, -0.054224759340286255, 0.0013352744281291962, 0.011372365988790989, 0.020190071314573288, -0.035415031015872955, -0.03226291015744209, -0.014998338185250759, -0.01474081166088581, -0.011331162415444851, 0.016131455078721046, -0.015832724049687386, -0.029543429613113403, -0.03572406247258186, -0.047137632966041565, -0.03211869299411774, 0.02729780040681362, 0.07379677146673203, -0.08727055042982101, -0.0678633600473404, 0.013587092980742455, -0.06642121076583862, 0.027854057028889656, 0.021117165684700012, 0.012196450494229794, -0.0024619523901492357, 0.055831726640462875, 0.029007775709033012, 0.014225758612155914, 0.0627952367067337, -0.06695687025785446, 0.018984846770763397, -0.03601249307394028, -0.031480029225349426, 0.03533262386918068, -0.013473781757056713, -0.03939123824238777, -0.03599189221858978, -0.050063133239746094, -0.012443676590919495, 0.007705190218985081, -0.04375888779759407, -0.035312023013830185, 0.04429454356431961, -0.02921379543840885, 0.018160762265324593, 0.09650029987096786, -0.04412972554564476, 0.009399713948369026, -0.008539576083421707, 0.046395957469940186, 0.02367182821035385, -0.06300126016139984, -0.08331494778394699, 0.06431979686021805, 0.022415099665522575, 0.010501926764845848, 0.03345783054828644, 0.0356004498898983, 0.03463215008378029, -0.0024786917492747307, -0.00639695581048727, 0.005933408625423908, 0.023156775161623955, -0.02878115139901638, 0.04425333812832832, -0.043841294944286346, 0.024866750463843346, 0.013597394339740276, 0.00507069518789649, -0.040689174085855484, 0.001247071661055088, 0.004720459226518869, -0.01265999861061573, 0.054224759340286255, -0.03757825493812561, -0.007890609093010426, -0.037434037774801254, -0.010867614299058914, 0.02888416312634945, 0.008879510685801506, -0.0002650912501849234, 0.010929420590400696, -0.05047517642378807, 0.010785206221044064, 0.015163155272603035, -0.047508470714092255, 0.012206751853227615, 0.04209011793136597, 0.016739217564463615, 0.07515650987625122, 0.05669701471924782, 0.0846334770321846, 0.015657605603337288, -0.0020357463508844376, -0.03809330612421036, -0.03922642394900322, -0.048373762518167496, 0.01609024964272976, 0.002310012001544237, 0.017779624089598656, -0.025752641260623932, 0.050063133239746094, 0.03327241167426109, -0.04126603156328201, -0.00843141507357359, 0.038876187056303024, -0.06905828416347504, -0.015358875505626202, -0.04114241898059845, 0.06551472097635269, -0.015286767855286598, 0.02488735318183899, -0.019664715975522995, -0.03473516181111336, 0.016172658652067184, 0.0002380509686190635, -0.008611682802438736, -0.0186449121683836, -0.07861766219139099, 0.05270020291209221, -0.021838240325450897, 0.05410114675760269, 0.0022610819432884455, -0.002783860545605421, 0.03012028895318508, 0.05278261378407478, 0.030367514118552208, -0.010053831152617931, 0.030408717691898346, -0.061806339770555496, 0.027915863320231438, 0.051834914833307266, -0.008282049559056759, 0.005480161868035793, -0.006469063460826874, -0.02431049384176731, 0.04145145043730736, -0.04355286806821823, -0.033602047711610794, 0.04285239428281784, -0.050392769277095795, 0.025876253843307495, -0.03112979233264923, 0.06654482334852219, -0.03955605626106262, 0.06040539592504501, 0.011042732745409012, -0.012443676590919495, -0.03261314332485199, -0.0637841448187828, -0.019056953489780426, 0.01746029034256935, -0.030140891671180725, 0.0019172840984538198, 0.0059746126644313335, 0.004689556080847979, 0.02377483807504177, -0.06572073698043823, -0.05290622636675835, 0.03751644864678383, 0.029873063787817955, -0.03288097307085991, 0.01529706921428442, -0.02995547279715538, 0.028760548681020737, 0.025464210659265518, -0.008292349986732006, 0.03992689400911331, 0.024434106424450874, 0.0030362363904714584, -0.05043397098779678, -0.023548215627670288, -0.05488402768969536, 0.03848474845290184, 0.03710440546274185, -0.004699856974184513, 0.01799594610929489, 0.04050375521183014, 0.020169468596577644, 0.04816773906350136, 0.05447198450565338, -0.0554196834564209, -0.026308897882699966, -0.011094237677752972, 0.00033317480119876564, -0.02451651357114315, 0.010084734298288822, -0.01526616606861353, -0.030305707827210426, -0.006417558062821627, -0.017656011506915092, 0.0015567471273243427, -0.010383465327322483, -0.04660198092460632, -0.01609024964272976, -0.03590948134660721, 0.004893001634627581, 0.017182162031531334, 0.030140891671180725, 0.004996012430638075, 0.006597826723009348, 0.024475309997797012, -0.009760251268744469, -0.0010552144376561046, 0.031995080411434174, 0.03982388228178024, 0.01772811822593212, -0.007360104937106371, -0.018325580283999443, 0.030635342001914978, 0.008302651345729828, 0.04689040780067444, 0.017707515507936478, 0.013875522650778294, 0.029461020603775978, -0.03689838573336601, 0.0038345681969076395, -0.014823219738900661, -0.05739748477935791, 0.027689239010214806, 0.04289359971880913, -0.011557784862816334, -0.06176513433456421, -0.011506279930472374, -0.026288295164704323, -0.020468199625611305, 0.008215092122554779, 0.027215391397476196, 0.008539576083421707, -0.023589419201016426, 0.0423167385160923, -0.00475136237218976, -0.00036085888859815896, -0.019355684518814087, 0.02206486277282238, -0.0366099551320076, 0.006443310994654894, 0.010290754958987236, 0.001010791165754199, -0.04808533191680908, 0.038134511560201645, -0.03351963683962822, -0.0026061672251671553, 0.004195105284452438, -0.036527544260025024, -0.015492788515985012, 0.006304246373474598, 0.05055758357048035, 0.014184555038809776, 0.061476703733205795, -0.04853857681155205, 0.0396384634077549, 0.008215092122554779, -0.02159101516008377, -0.018263772130012512, -0.014565694145858288, -0.0151116494089365, 0.012453977018594742, -0.048002924770116806, -0.06802817434072495, 0.02424868755042553, 0.012896922416985035, 0.009394563734531403, -0.009147337637841702, -0.05669701471924782, -0.011207549832761288, -0.037125006318092346, 0.05125805735588074, -0.0449950136244297, -0.03065594471991062, -0.028163088485598564, 0.023321591317653656, -0.06695687025785446, -0.0362803190946579, 0.012402472086250782, 0.020797833800315857, -0.014782016165554523, 0.014174253679811954, 0.06225958466529846, 0.01167109701782465, -0.0322423055768013, -0.006556622218340635, 0.014380274340510368, -0.010754303075373173, -0.02323918417096138, 0.0517113022506237, -0.09600584954023361, 0.044418156147003174, 0.015451584942638874, -0.020066458731889725, 0.05393633246421814, 0.015276466496288776, -0.03172725439071655, -0.025567222386598587, 0.0071283308789134026, -0.0782468244433403, -0.010558582842350006, 0.027833454310894012, 0.012412773445248604, 0.012155246920883656, -0.04989831894636154, 0.035312023013830185, -0.027462616562843323, 0.0057634408585727215, 0.05031035840511322, -0.02431049384176731, 0.05616135895252228, 0.053318269550800323, 0.0188097283244133, -0.023589419201016426, -0.003883498255163431, 0.05447198450565338, -0.0037135309539735317, -0.026638532057404518, -0.02861633524298668, 0.02542300708591938, 0.048785801976919174, -0.03234531730413437, -0.001667483476921916, 0.061270684003829956, 0.013391373679041862, -0.04491260647773743, -0.02622648887336254, -0.0074476636946201324, -0.0091524887830019, 0.021045058965682983, 0.005397753790020943, 0.030635342001914978, -0.08751777559518814, 0.03939123824238777, 0.019808931276202202, 0.017408784478902817, 0.01985013484954834, -0.06168272718787193, -0.024166278541088104, 0.027277197688817978, -0.03180966153740883, 0.048002924770116806, -0.020375490188598633, 0.020571209490299225, 0.005207184236496687, -0.002383406972512603, 0.03980328142642975, 0.003731557633727789, 0.05224695801734924, -0.0013442878844216466, 0.022559313103556633, 0.03879377990961075, -0.006788396276533604, -0.00868379045277834, 0.04412972554564476, 0.011980128474533558, -0.009188542142510414, 0.050969626754522324, -0.05430717021226883, 0.026638532057404518, 0.07029440999031067, -0.015606100670993328, 0.034137699753046036, 0.028925366699695587, -0.017789924517273903, 0.08636406064033508, -0.002442637924104929, 0.005080996081233025, 0.00004748143328470178, -0.029976073652505875, -0.025443609803915024, -0.03753704950213432, 0.017841430380940437, 0.04408852010965347, 0.04487140104174614, -0.04606632515788078, 0.023156775161623955, 0.03251013532280922, -0.031850866973400116, 0.026020469143986702, 0.01867581531405449, -0.0061342790722846985, 0.073879174888134, -0.058015551418066025, 0.0624656043946743, -0.0012052236124873161, 0.04598391428589821, -0.04973350092768669, -0.018881836906075478, 0.05888083949685097, 0.02435169741511345, -0.007669136393815279, 0.026473715901374817, 0.013010234571993351, 0.03801089897751808, -0.01958230882883072, -0.019572006538510323, 0.03271615505218506, -0.06555592268705368, 0.03945304453372955, -0.011897720396518707, -0.028327904641628265, -0.052741408348083496, -0.031047383323311806, -0.0022610819432884455, 0.018026849254965782, 0.019355684518814087, -0.001773069379851222, 0.036754168570041656, 0.005578021984547377, 0.03277796134352684 ]
22,801
streamlit_embedcode
_clean_link
Strip trailing slash if present on link. Parameters ---------- link : str URL from code sharing website Returns ------- str Returns value of `link` without trailing slash. Example ------- >>> _clean_link("https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087/") 'https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087' >>> _clean_link("https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087") 'https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087'
def _clean_link(link): """Strip trailing slash if present on link. Parameters ---------- link : str URL from code sharing website Returns ------- str Returns value of `link` without trailing slash. Example ------- >>> _clean_link("https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087/") 'https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087' >>> _clean_link("https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087") 'https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087' """ return link[:-1] if link[-1] == "/" else link
(link)
[ -0.024921134114265442, 0.06788042187690735, 0.027718404307961464, 0.03838193789124489, -0.015054400078952312, -0.042891476303339005, -0.009951501153409481, 0.0544196218252182, 0.06950792670249939, -0.005378387868404388, 0.012570763006806374, 0.030566534027457237, 0.027752311900258064, -0.001012421096675098, -0.023208865895867348, 0.0073576681315898895, 0.01864846795797348, 0.037127405405044556, 0.013579475693404675, 0.030871691182255745, -0.022293396294116974, 0.06313353776931763, -0.03770381212234497, 0.02370050735771656, -0.015359556302428246, 0.05682696774601936, 0.04597695171833038, 0.019648704677820206, 0.010994119569659233, -0.015020493417978287, 0.052622586488723755, 0.01674971543252468, 0.056081030517816544, -0.004530730191618204, 0.04204382002353668, -0.025429729372262955, 0.011341659352183342, 0.027735358104109764, -0.15759651362895966, -0.077645443379879, -0.042925383895635605, 0.06333697587251663, -0.022768083959817886, -0.02953239157795906, 0.03365200757980347, -0.0426202267408371, 0.029752783477306366, -0.0032783159986138344, -0.04553616791963577, -0.012494473718106747, -0.02178480103611946, 0.040585849434137344, 0.016037682071328163, 0.03855146840214729, -0.012858966365456581, -0.044078197330236435, -0.001835178816691041, 0.0038441275246441364, -0.024293867871165276, 0.03933131322264671, 0.029786689206957817, -0.032855208963155746, -0.07066074013710022, -0.05567415431141853, 0.11128049343824387, 0.020292924717068672, -0.0232766792178154, 0.023768320679664612, -0.021954333409667015, -0.017198974266648293, -0.04011115804314613, 0.03536427766084671, -0.0387888140976429, 0.015003540553152561, 0.010561814531683922, -0.03426232188940048, 0.0583527535200119, 0.014410180039703846, 0.0310073159635067, -0.07486512511968613, 0.030583487823605537, -0.007319523952901363, 0.08625764399766922, -0.05865791067481041, -0.0007909705163910985, -0.05099508538842201, 0.039839908480644226, 0.0021371569018810987, -0.05784415826201439, 0.0699148029088974, 0.008273138664662838, -0.006933839526027441, -0.012299512512981892, -0.05255477502942085, -0.008696967735886574, 0.014918774366378784, 0.04858773574233055, -0.03641537204384804, 0.05330071225762367, -0.05747118964791298, 0.04038241133093834, 0.049164142459630966, -0.05791196972131729, 0.01819073222577572, -0.007294094190001488, 0.003452085657045245, 0.018173780292272568, -0.06469323486089706, -0.047231484204530716, 0.021072769537568092, -0.028464343398809433, -0.06103134900331497, 0.0012842012802138925, 0.002568402560427785, 0.04038241133093834, 0.0035961875692009926, -0.04472241550683975, -0.05943775549530983, 0.047638360410928726, 0.025853557512164116, -0.0031490481924265623, 0.02098800241947174, -0.101176418364048, -0.03600849583745003, 0.06866026669740677, -0.03429622948169708, -0.006955030839890242, 0.0008593129459768534, -0.023480117321014404, 0.021937379613518715, -0.03143114596605301, 0.02022511139512062, 0.002532377140596509, -0.011163651011884212, -0.043671321123838425, 0.0311429426074028, -0.06906714290380478, 0.0007692493381910026, -0.012452091090381145, -0.004878269508481026, -0.012664005160331726, 0.02444644644856453, 0.0009525552741251886, -0.039839908480644226, 0.033974118530750275, -0.02832871861755848, 0.0194283127784729, -0.02014034613966942, 0.0174447949975729, -0.03375372663140297, 0.0063659087754786015, -0.05292774364352226, 0.03448271378874779, 0.039060063660144806, -0.027786217629909515, 0.0019379572477191687, -0.013799866661429405, -0.009824352338910103, -0.0035728770308196545, -0.052249617874622345, 0.04553616791963577, -0.029328955337405205, 0.05479259043931961, -0.07249168306589127, -0.015842720866203308, -0.05587759241461754, 0.08381638675928116, -0.04217944294214249, 0.050283052027225494, 0.01011255569756031, 0.012494473718106747, 0.011256893165409565, -0.035974591970443726, 0.02015729807317257, -0.02412433736026287, 0.058081500232219696, 0.032363567501306534, 0.049096331000328064, 0.035160839557647705, 0.010349899530410767, -0.019903002306818962, -0.0349913090467453, 0.03658490255475044, 0.029210282489657402, 0.02759973332285881, 0.03419451043009758, -0.042484600096940994, -0.0779166892170906, 0.008035794831812382, -0.005208856426179409, -0.02522629126906395, 0.0076289186254143715, 0.0025344963651150465, -0.02753192000091076, 0.0008344129892066121, -0.06330307573080063, 0.009705680422484875, 0.02558230794966221, -0.029328955337405205, -0.02297152206301689, -0.016826003789901733, 0.012672482058405876, -0.05285993218421936, -0.0005689901881851256, -0.0009901700541377068, -0.019733469933271408, 0.00813751295208931, 0.031651537865400314, -0.05591150000691414, 0.08273138850927353, -0.0017239237204194069, 0.029600204899907112, 0.011773964390158653, -0.003947965335100889, -0.016876863315701485, -0.02634519897401333, -0.012672482058405876, 0.08964826911687851, 0.009663296863436699, 0.07920513302087784, -0.0699148029088974, -0.02678598091006279, 0.09446296840906143, -0.03253310173749924, 0.0428236648440361, -0.06184510141611099, 0.01416435930877924, 0.0777132511138916, 0.08673232793807983, -0.09785360097885132, 0.0051113758236169815, -0.06140432134270668, -0.0011496356455609202, -0.0004913765587843955, 0.05157149210572243, -0.10280391573905945, -0.04011115804314613, -0.04573960602283478, 0.007569582667201757, -0.04733320325613022, -0.028599968180060387, -0.01898753084242344, 0.01297763828188181, 0.05526727810502052, 0.041297879070043564, 0.02681988850235939, 0.0051707117818295956, 0.046044763177633286, -0.009773492813110352, -0.049571018666028976, -0.009680250659584999, 0.035194747149944305, 0.03383849188685417, 0.030397003516554832, 0.03107512928545475, 0.04146741330623627, -0.06866026669740677, 0.02951543964445591, -0.07161011546850204, 0.07208480685949326, 0.02208995819091797, -0.038687095046043396, 0.017614325508475304, 0.036720529198646545, 0.014749242924153805, -0.028599968180060387, -0.035940684378147125, 0.06676151603460312, 0.07310199737548828, 0.03756818547844887, 0.030922550708055496, -0.09100452810525894, 0.037941157817840576, 0.004070875700563192, 0.007005890365689993, 0.022276442497968674, -0.06689713895320892, 0.013147169724106789, 0.07052511721849442, 0.004335768986493349, -0.029379814863204956, 0.004390866495668888, 0.02681988850235939, 0.007692493032664061, 0.004912176169455051, -0.010324469767510891, 0.018834952265024185, -0.029379814863204956, -0.010315993800759315, 0.06096353754401207, 0.05326680466532707, -0.019241828471422195, -0.012324942275881767, 0.04767226427793503, -0.002343773376196623, 0.0251923855394125, 0.03148200362920761, -0.007255949545651674, 0.001664587645791471, -0.054182276129722595, -0.00916317943483591, 0.039365220814943314, -0.02724371664226055, 0.011528143659234047, 0.009349663741886616, -0.018394170328974724, -0.0010489763226360083, 0.0060988967306911945, 0.0050308480858802795, 0.0310412235558033, -0.016088541597127914, -0.04618038982152939, 0.01707182452082634, 0.04109444096684456, -0.048316486179828644, 0.016851434484124184, 0.01713963784277439, 0.009561577811837196, -0.06252323091030121, 0.001133742043748498, -0.0251754317432642, 0.030566534027457237, 0.02953239157795906, 0.05191055312752724, -0.05404665321111679, -0.030905596911907196, 0.00629385793581605, 0.004814695566892624, -0.02403957024216652, 0.01900448463857174, 0.03370286896824837, 0.022378161549568176, -0.00668378034606576, -0.052995555102825165, -0.010239704512059689, -0.028871219605207443, 0.024683790281414986, -0.030498722568154335, 0.00988368783146143, -0.028447389602661133, -0.0350252129137516, 0.03336380422115326, 0.007111847400665283, 0.03580505773425102, -0.03841584548354149, 0.015630807727575302, -0.020123392343521118, -0.0027125044725835323, -0.04692632704973221, -0.0696435496211052, 0.06092962995171547, 0.06764308363199234, -0.05547071620821953, -0.007378859911113977, 0.021157534793019295, 0.02129315957427025, -0.0620146319270134, -0.00330374576151371, 0.006628682836890221, 0.04316272586584091, 0.04167085140943527, 0.020496360957622528, -0.00831552129238844, -0.017749950289726257, 0.08354514092206955, 0.028820360079407692, -0.06187900900840759, 0.03310950845479965, 0.04390866681933403, 0.013791389763355255, 0.016436081379652023, -0.03641537204384804, 0.06259103864431381, -0.07595012336969376, 0.008976694196462631, 0.025073712691664696, 0.056928686797618866, 0.00033085138420574367, 0.009171655401587486, 0.034008026123046875, 0.0014738647732883692, 0.010137985460460186, -0.005119852256029844, -0.03533037006855011, 0.002644691849127412, 0.020682847127318382, 0.011426424607634544, -0.05004570633172989, -0.008205326274037361, -0.0033652009442448616, -0.04397647827863693, 0.011985879391431808, 0.01713116094470024, 0.026514731347560883, 0.008569818921387196, -0.008807162754237652, 0.023429257795214653, -0.01747870072722435, 0.02949848584830761, 0.019716516137123108, 0.010358376428484917, 0.05167321115732193, -0.022429021075367928, -0.004291266668587923, 0.00910384301096201, -0.010417712852358818, 0.023853085935115814, 0.025412775576114655, 0.01417283620685339, 0.017173543572425842, 0.00857405737042427, -0.015198501758277416, -0.054216183722019196, 0.015529087744653225, 0.08625764399766922, 0.03756818547844887, 0.013308225199580193, -0.05740337446331978, -0.03460138663649559, -0.028515202924609184, -0.004293385893106461, -0.020428549498319626, -0.05475868284702301, 0.03736474737524986, 0.018055107444524765, -0.019275734201073647, 0.0544196218252182, 0.0012195673771202564, 0.03383849188685417, 0.026514731347560883, 0.03665271773934364, -0.05855619162321091, -0.020377689972519875, -0.013308225199580193, -0.023191913962364197, 0.03412669524550438, 0.028583016246557236, -0.009748063050210476, -0.030007081106305122, -0.060726191848516464, -0.03149895742535591, 0.008832592517137527, -0.001269367290660739, 0.0030579250305891037, 0.009052983485162258, -0.04570569843053818, 0.020106438547372818, -0.011951972730457783, -0.037500374019145966, -0.021038861945271492, -0.009985406883060932, -0.00039548525819554925, 0.00669225724413991, -0.006179424002766609, -0.02722676284611225, -0.08490139245986938, -0.04319663345813751, 0.03154981881380081, -0.01869932748377323, 0.05509774759411812, -0.02644691802561283, 0.05977681651711464, 0.02485332265496254, -0.0087732570245862, 0.026582542806863785, 0.03916178271174431, 0.023870039731264114, -0.004933367483317852, -0.010663533583283424, 0.006467627827078104, 0.01186720747500658, -0.010044743306934834, 0.017699090763926506, 0.06255713105201721, 0.01084154099225998, 0.006543917115777731, -0.06906714290380478, 0.00003933661355404183, 0.01439322717487812, 0.034330133348703384, -0.0427897572517395, -0.024276914075016975, -0.020716752856969833, 0.0013668478932231665, 0.06289619952440262, 0.0040984246879816055, -0.04167085140943527, -0.003081235568970442, 0.052995555102825165, 0.01711420714855194, 0.03648318350315094, 0.06866026669740677, -0.024599025025963783, -0.028125280514359474, -0.01824159175157547, -0.013613381423056126, -0.037500374019145966, 0.0582171268761158, 0.05150367692112923, -0.02870168723165989, 0.0014939965913072228, -0.05669134482741356, -0.06391339004039764, -0.032431382685899734, 0.06330307573080063, 0.027294576168060303, -0.023056287318468094, 0.025768792256712914, -0.025768792256712914, 0.0071669453755021095, -0.00553520442917943, 0.03611021488904953, 0.04302710294723511, 0.04156913235783577, 0.0251754317432642, 0.004458679351955652, -0.04472241550683975, -0.018156826496124268, 0.08225669711828232, -0.019614797085523605, -0.04072147235274315, 0.0060437992215156555, -0.007192375138401985, -0.028481297194957733, -0.03451661765575409, -0.04119616001844406, -0.006183662451803684, 0.014198265969753265, -0.012104551307857037, 0.04417991638183594, 0.016520846635103226, 0.015495182015001774, -0.026124808937311172, -0.014418656937777996, 0.022412067279219627, 0.05967509746551514, -0.013121739961206913, -0.08456232398748398, 0.034347087144851685, 0.009307281114161015, -0.005967509932816029, -0.0622858852148056, -0.016436081379652023, 0.0065015340223908424, -0.042484600096940994, 0.037534281611442566, 0.03529646247625351, 0.05082555115222931, -0.007128800731152296, 0.02442949265241623, -0.0466550774872303, 0.012960685417056084, 0.03716130927205086, -0.004522253759205341, 0.025073712691664696, -0.039433032274246216, -0.04187428578734398, -0.004115378018468618, -0.0017398173222318292, -0.00396703789010644, -0.06862636655569077, -0.010782205499708652, 0.020123392343521118, -0.0008895107312127948, -0.009137749671936035, 0.024175196886062622, -0.05852228403091431, -0.010629626922309399, 0.014995063655078411, 0.008362142369151115, -0.01338451448827982, 0.012536856345832348, 0.00915470253676176, -0.021649176254868507, -0.04068756848573685, 0.012265605852007866, 0.003062163246795535, -0.02834567241370678, 0.02446340024471283, 0.030905596911907196, 0.02598918415606022, 0.006586299743503332, -0.011960449628531933, 0.006391338538378477, -0.04424772784113884, -0.09168265014886856, -0.0007046154350973666, -0.05235133692622185, -0.004797742236405611, -0.01012103259563446, -0.026565590873360634, 0.026124808937311172, -0.010129508562386036, -0.04546835646033287, 0.0015183667419478297, -0.023886991664767265, 0.021089721471071243, -0.03338075801730156, -0.02331058494746685, 0.049062423408031464, 0.009561577811837196, 0.01050247810781002, 0.041704755276441574, 0.06706666946411133, 0.008056986145675182, 0.0017472343752160668, -0.013867679052054882, -0.03580505773425102, -0.06672760844230652, -0.048316486179828644, -0.02870168723165989, 0.06245541572570801, -0.012875919230282307, 0.0006373326177708805, 0.03105817548930645, -0.013003068044781685, 0.005132567137479782, -0.0817141979932785, -0.026616450399160385, 0.02292066253721714, 0.02836262434720993, -0.04618038982152939, -0.002083118772134185, -0.013715100474655628, -0.01207064464688301, 0.027718404307961464, 0.015257837250828743, -0.031193802133202553, -0.03763600066304207, -0.0014357201289385557, -0.03310950845479965, -0.06123478710651398, -0.01824159175157547, 0.0037318128161132336, -0.001434660516679287, -0.03416060283780098, 0.006336241029202938, -0.0030197803862392902, 0.022259490564465523, 0.00017059109813999385, 0.042145539075136185, -0.047231484204530716, -0.04689241945743561, 0.0024560880847275257, 0.01029056403785944, 0.0070313201285898685, 0.0012365205911919475, -0.006340479012578726, -0.06252323091030121, -0.002536615589633584, -0.036347560584545135, 0.030922550708055496, 0.06486276537179947, -0.01027361024171114, 0.06086181849241257, -0.01746174693107605, 0.0659816712141037, -0.007705207914113998, -0.03963647037744522, 0.02019120566546917, 0.03405888378620148, -0.009010600857436657, -0.014910298399627209, 0.021225348114967346, -0.0504525825381279, 0.02644691802561283, 0.006789737846702337, 0.042484600096940994, -0.003950084559619427, -0.03811068832874298, -0.018411124125123024, 0.018868859857320786, -0.06150604039430618, -0.058386657387018204, 0.03382154181599617, -0.01303697470575571, -0.013265842571854591, 0.01511373557150364, 0.03368591517210007, 0.006518487352877855, -0.025700978934764862, -0.041026629507541656, -0.014986586757004261, 0.014003303833305836, 0.017376981675624847, 0.010205797851085663, -0.008404525928199291, 0.04455288499593735, -0.017665185034275055, 0.02020815759897232, -0.011807871051132679, -0.04516319930553436, -0.005128328688442707, -0.040212877094745636, -0.022412067279219627, 0.03331294655799866, -0.015486705116927624, 0.057301655411720276, 0.0349913090467453, -0.008968218229711056, 0.04438335448503494, 0.0388227216899395, 0.012511426582932472, -0.007268664427101612, 0.02648082561790943, -0.0042700753547251225, -0.015249361284077168, -0.006887218449264765, -0.057640720158815384, 0.0427558533847332, 0.024310821667313576, 0.02403957024216652, -0.018801046535372734, 0.013910061679780483, 0.040145065635442734, -0.05004570633172989, -0.019903002306818962, -0.05333461984992027, 0.01819073222577572, 0.006014131009578705, 0.02329363115131855, -0.05296165123581886, 0.048316486179828644, 0.04967273771762848, -0.015757955610752106, -0.0194622203707695, 0.0018457744736224413, -0.030176611617207527, 0.028939031064510345, 0.013960921205580235, -0.059200409799814224, 0.06086181849241257, -0.020394643768668175, 0.04540054500102997, 0.009120795875787735, 0.024293867871165276, 0.0074424343183636665, 0.037500374019145966, 0.022293396294116974, -0.054351806640625, -0.004543445073068142, -0.012714864686131477, 0.009705680422484875, -0.040246784687042236, 0.0126300984993577, -0.03617803007364273, -0.003127856645733118, 0.0012460567522794008, 0.0018690851284191012, -0.021445738151669502, 0.0032126223668456078, -0.0032889116555452347, -0.039026156067848206, 0.006874503567814827, 0.019190968945622444, -0.077848881483078, -0.034397948533296585, 0.005094422493129969, 0.002126561012119055, -0.01781776361167431, 0.014054163359105587, 0.05502993240952492, 0.05235133692622185, -0.012375801801681519, 0.01624959707260132, 0.03141419216990471, -0.05313118174672127, -0.038280218839645386 ]
22,802
streamlit_embedcode
codepen_snippet
Embed a CodePen snippet. Parameters ---------- link : str URL from https://codepen.io/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? theme: str Color theme of snippet (i.e. "light", "dark") preview: bool Require snippet to be clicked to load. Setting `preview=True` can improve load times. Example ------- >>> codepen_snippet("https://codepen.io/ste-vg/pen/GRooLza", width = 600, scrolling = False)
def codepen_snippet( link, height=600, width=950, scrolling=True, theme="light", preview=True ): """Embed a CodePen snippet. Parameters ---------- link : str URL from https://codepen.io/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? theme: str Color theme of snippet (i.e. "light", "dark") preview: bool Require snippet to be clicked to load. Setting `preview=True` can improve load times. Example ------- >>> codepen_snippet("https://codepen.io/ste-vg/pen/GRooLza", width = 600, scrolling = False) """ user, _, slughash = _clean_link(link).split("/")[-3:] return components.html( f""" <p class="codepen" data-height="{height}" data-theme-id="{theme}" data-default-tab="html,result" data-user="{user}" data-slug-hash="{slughash}" data-preview="{str(preview).lower()}" style="height: {height}px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;""> </p><script async src="https://static.codepen.io/assets/embed/ei.js"></script> """, height=height, width=width, scrolling=scrolling, )
(link, height=600, width=950, scrolling=True, theme='light', preview=True)
[ 0.01760857366025448, -0.05950723588466644, -0.008195294998586178, 0.03476475179195404, -0.005889824125915766, 0.07788139581680298, -0.01795656979084015, 0.04078507423400879, -0.009465478360652924, 0.07342705875635147, 0.0026273662224411964, 0.024881679564714432, -0.039219096302986145, 0.0359131395816803, -0.04534381628036499, -0.04854537546634674, 0.0074819037690758705, -0.007534103002399206, -0.03285077586770058, -0.023541897535324097, 0.0077037508599460125, 0.06632794439792633, -0.017260577529668808, 0.018461162224411964, -0.042559850960969925, 0.05393930524587631, 0.04179426282644272, 0.027857040986418724, -0.08588529378175735, -0.029684018343687057, 0.062360797077417374, -0.03744431957602501, 0.011779648251831532, 0.06041202321648598, 0.01536400243639946, -0.01584249548614025, 0.01931375078856945, 0.0074993036687374115, -0.09256681054830551, -0.0671631321310997, -0.03476475179195404, 0.02138432487845421, 0.07210467010736465, -0.05171213299036026, -0.02510787732899189, -0.014842009171843529, 0.004667489789426327, -0.04450862854719162, -0.05171213299036026, -0.026743456721305847, 0.07335745543241501, -0.02660425752401352, 0.022497911006212234, -0.002481643110513687, -0.008969584479928017, -0.007360105402767658, 0.005472229793667793, 0.041411466896533966, 0.04802338033914566, 0.016956081613898277, -0.012928033247590065, -0.028083238750696182, 0.010274567641317844, 0.023246100172400475, -0.030397409573197365, 0.028901027515530586, 0.001800876809284091, -0.03243318200111389, -0.016695085912942886, -0.01343262754380703, 0.04798858240246773, 0.032989975064992905, -0.04840617626905441, -0.0012429965427145362, 0.0042825196869671345, -0.04402143508195877, -0.042211856693029404, -0.02611706405878067, -0.0170343816280365, 0.02383769303560257, 0.038383904844522476, -0.03629593178629875, 0.03029301017522812, 0.019470348954200745, 0.0597856305539608, -0.050111353397369385, 0.05345211178064346, -0.00880428683012724, 0.029684018343687057, -0.018669959157705307, 0.015903394669294357, 0.033598966896533966, 0.0008857573266141117, -0.04736218973994255, 0.005811525043100119, -0.010935759171843529, 0.044230230152606964, -0.034573353826999664, 0.07053869217634201, 0.011127157136797905, 0.00031346784089691937, 0.023159101605415344, 0.012988932430744171, -0.0011875347699970007, 0.022845905274152756, 0.01514650508761406, 0.02427268773317337, 0.015259603969752789, -0.039393093436956406, -0.012614837847650051, 0.041550666093826294, -0.05244292691349983, -0.02865743078291416, 0.006646714638918638, 0.036713529378175735, -0.01795656979084015, -0.029266422614455223, 0.04885857179760933, -0.012527838349342346, 0.007934298366308212, -0.029875416308641434, -0.005863724742084742, -0.048092979937791824, -0.017547674477100372, 0.05244292691349983, 0.0018019643612205982, 0.02014894038438797, 0.0112576549872756, -0.04436942934989929, -0.05073774605989456, -0.005106834229081869, 0.03699192404747009, -0.004441292956471443, 0.039393093436956406, -0.000422488315962255, 0.005689726676791906, 0.006372667849063873, -0.02611706405878067, 0.03432975709438324, -0.007638501934707165, -0.04649220034480095, 0.015337903052568436, -0.014076419174671173, 0.014685411006212234, -0.01873955875635147, -0.035269346088171005, -0.006081221625208855, -0.023559296503663063, 0.016399288550019264, 0.015442301519215107, 0.021958516910672188, -0.0012614837614819407, 0.06865951418876648, 0.030571406707167625, 0.010561663657426834, -0.049484964460134506, 0.01759987324476242, 0.02585606649518013, 0.01908755488693714, -0.001241908990778029, 0.06385717540979385, 0.01922675222158432, 0.025908267125487328, 0.0321199856698513, -0.03779231384396553, -0.05077254772186279, 0.02075793221592903, -0.006568415556102991, -0.0033472818322479725, 0.01896575652062893, 0.03723552078008652, 0.016338389366865158, -0.004710989538580179, 0.02778744325041771, 0.06149080768227577, 0.07012109458446503, -0.021436523646116257, 0.013693624176084995, 0.05780205503106117, -0.10370266437530518, -0.06309159100055695, 0.02738724835216999, -0.014067718759179115, 0.057036466896533966, -0.012440839782357216, 0.025073077529668808, 0.006881611421704292, -0.0019987993873655796, 0.033024776726961136, -0.01167524978518486, -0.12750555574893951, 0.04085467383265495, -0.028152838349342346, -0.009073982946574688, -0.04196825996041298, -0.051816534250974655, 0.0014485314022749662, 0.011623050086200237, -0.019383350387215614, 0.027265449985861778, 0.05219932645559311, 0.024150889366865158, -0.010813960805535316, 0.026900053024291992, 0.028761830180883408, -0.019452949985861778, -0.039880286902189255, -0.0013452201383188367, -0.015538000501692295, 0.0216453205794096, -0.021540923044085503, -0.020027142018079758, 0.07885578274726868, 0.002036861376836896, 0.07711580395698547, -0.012588738463819027, -0.008182244375348091, 0.03227658569812775, -0.00686856172978878, -0.0018204515799880028, 0.04283824935555458, -0.031197799369692802, 0.0032842077780514956, 0.08240533620119095, 0.035582542419433594, -0.013545725494623184, 0.0624999962747097, 0.013293429277837276, -0.020653534680604935, -0.06966870278120041, -0.030797604471445084, -0.05021575465798378, -0.016799483448266983, 0.007190457545220852, 0.012754036113619804, -0.05174693465232849, -0.005206882953643799, 0.012171143665909767, 0.028500832617282867, -0.03946269303560257, 0.007938647642731667, 0.01870475895702839, 0.05049414932727814, 0.08769486844539642, -0.026917453855276108, 0.0642399713397026, -0.0012092844117432833, 0.05272132158279419, -0.04061107710003853, -0.0002661622129380703, -0.01619919203221798, 0.0006845724419690669, -0.02813543751835823, 0.042211856693029404, 0.022097716107964516, 0.05084214732050896, 0.004417368210852146, -0.018669959157705307, -0.027717843651771545, 0.009665575809776783, -0.02291550487279892, -0.10586024075746536, 0.017190977931022644, 0.0645531713962555, 0.057175666093826294, -0.04203785955905914, -0.03622633218765259, 0.044439028948545456, 0.05157293751835823, -0.05136413872241974, 0.04130706936120987, 0.04081987589597702, 0.02919682487845421, -0.0004977967473678291, 0.03807070851325989, -0.013197730295360088, -0.006899011321365833, 0.057523660361766815, 0.008656388148665428, -0.02571686916053295, -0.02234131284058094, 0.00014558718248736113, 0.019365951418876648, 0.04471742361783981, -0.02865743078291416, -0.01737367734313011, -0.0007378592272289097, 0.05397410690784454, 0.05411330237984657, 0.024290086701512337, 0.014476614072918892, 0.037374719977378845, 0.017504174262285233, 0.0005170995718799531, 0.045900609344244, 0.084632508456707, 0.016790783032774925, 0.04569181054830551, -0.007999546825885773, 0.002568641910329461, 0.0031863339245319366, 0.035182345658540726, 0.033337969332933426, 0.010692162439227104, -0.01558149978518486, -0.024864280596375465, -0.0377575159072876, -0.06302198767662048, 0.018287165090441704, -0.04012388363480568, 0.0377575159072876, -0.006372667849063873, -0.0353737436234951, 0.05641007423400879, -0.03328577056527138, -0.06928590685129166, -0.024829480797052383, -0.03366856649518013, -0.056688468903303146, 0.03942789137363434, -0.016703784465789795, -0.06556235998868942, -0.00018228984845336527, 0.019383350387215614, 0.010378966107964516, -0.07019069790840149, 0.005359130911529064, -0.026621658354997635, 0.048440977931022644, -0.040576279163360596, -0.023211302235722542, 0.02093193121254444, 0.004230320453643799, -0.02098412998020649, -0.04663139954209328, -0.0580456517636776, -0.055644482374191284, -0.010744362138211727, -0.01729537732899189, -0.011118456721305847, 0.08518930524587631, 0.01259743794798851, -0.019992342218756676, 0.03845350444316864, 0.010831360705196857, -0.0020596985705196857, -0.0037409518845379353, -0.049763359129428864, -0.016486287117004395, -0.01400681957602501, 0.020514335483312607, 0.01870475895702839, -0.018008768558502197, 0.012536538764834404, 0.01974874548614025, 0.034260157495737076, 0.0478493832051754, -0.014781109988689423, -0.06907711178064346, -0.017591172829270363, -0.020775333046913147, -0.01948774978518486, -0.010213668458163738, 0.03727031871676445, -0.03358156606554985, 0.04381263628602028, -0.01799136772751808, -0.021053729578852654, 0.0377575159072876, 0.037722714245319366, 0.007855999283492565, 0.0005532585200853646, -0.027056651189923286, -0.0031863339245319366, -0.039045099169015884, -0.0597856305539608, -0.04506542161107063, 0.0451350174844265, 0.006864211522042751, 0.019853144884109497, 0.012928033247590065, 0.0018411137862131, 0.06653674691915512, -0.001389807090163231, -0.023768093436956406, -0.012562638148665428, -0.05964643135666847, -0.03339017182588577, -0.021279925480484962, -0.017939168959856033, -0.04875417426228523, -0.010787861421704292, 0.009848273359239101, 0.04179426282644272, -0.021575722843408585, -0.06566675752401352, -0.01579899713397026, 0.045274216681718826, -0.04983295872807503, 0.02216731384396553, 0.08616369217634201, 0.001548580126836896, 0.01567719876766205, -0.0038127258885651827, -0.006072521675378084, -0.018495962023735046, 0.04739699140191078, 0.08866925537586212, 0.006359618157148361, 0.03533894568681717, -0.06932070851325989, -0.053173717111349106, -0.042594652622938156, 0.015703298151493073, 0.013119431212544441, -0.05877644196152687, 0.013771922327578068, -0.07746380567550659, -0.07962137460708618, -0.026586858555674553, 0.04496102035045624, -0.06420517712831497, 0.004221620503813028, 0.0271784495562315, -0.0359131395816803, -0.01053556427359581, 0.0017084404826164246, 0.03429495915770531, 0.033424969762563705, -0.001791089423932135, 0.01971394568681717, -0.005824575200676918, 0.06410077214241028, -0.035008348524570465, -0.0010287617333233356, 0.01308463141322136, -0.02176712080836296, 0.0168168842792511, 0.03495614975690842, -0.05223412811756134, 0.049450162798166275, -0.018026167526841164, -0.04346464201807976, 0.048719372600317, -0.012954133562743664, 0.006377018056809902, 0.010109269991517067, 0.0032559330575168133, 0.020827531814575195, 0.003114559920504689, 0.024725081399083138, 0.0468749962747097, 0.015381402336061, -0.007081708870828152, 0.05084214732050896, -0.06778952479362488, -0.0010646488517522812, 0.04050667956471443, 0.022950304672122, -0.024481484666466713, 0.03462555259466171, 0.005763676017522812, 0.02493387833237648, -0.04095907136797905, 0.06114281341433525, -0.0001996896171476692, -0.016355790197849274, -0.02698705345392227, -0.048127781599760056, -0.015538000501692295, 0.059855230152606964, -0.015442301519215107, -0.02075793221592903, -0.01663418672978878, 0.0991787239909172, -0.018408963456749916, -0.06281319260597229, -0.00501548545435071, -0.012118943966925144, 0.013919821009039879, -0.06831151992082596, -0.03713112324476242, -0.026064865291118622, 0.016755985096096992, 0.035495541989803314, -0.013336928561329842, 0.0002555592218413949, -0.0009575314470566809, 0.05345211178064346, 0.024951279163360596, -0.0052895317785441875, 0.012640937231481075, 0.0006122546037659049, 0.003958449233323336, -0.02453368343412876, -0.02810063771903515, 0.00010154400661122054, 0.010579063557088375, 0.007294856011867523, -0.052477724850177765, 0.012406039983034134, -0.013336928561329842, -0.014563612639904022, -0.01725187711417675, 0.08783406764268875, 0.02020113915205002, -0.014763710089027882, 0.048719372600317, -0.022184714674949646, 0.0606556199491024, -0.01940075121819973, 0.04116787016391754, 0.07948217540979385, -0.017547674477100372, 0.07614141702651978, 0.017808670178055763, 0.024951279163360596, 0.0826837345957756, 0.00470663933083415, -0.057175666093826294, 0.04228145629167557, 0.01154475100338459, 0.014015519991517067, 0.03285077586770058, -0.005315631628036499, 0.02686525508761406, 0.026395460590720177, -0.055644482374191284, -0.04530901834368706, 0.08136135339736938, 0.01790436916053295, -0.0018161016050726175, -0.019104953855276108, 0.0017095280345529318, -0.019383350387215614, 0.022115115076303482, 0.02611706405878067, -0.025473272427916527, 0.016973482444882393, -0.0007465591188520193, 0.009717774577438831, -0.008795586414635181, -0.004684889689087868, -0.03203298896551132, -0.03845350444316864, 0.06128201261162758, -0.011831847950816154, 0.04569181054830551, 0.03191119059920311, 0.022271713241934776, 0.042907848954200745, -0.018843958154320717, -0.01807836815714836, 0.03566954284906387, 0.03622633218765259, 0.007595002185553312, 0.004728388972580433, -0.022376112639904022, 0.015285703353583813, -0.02006194181740284, -0.00046789084444753826, -0.02594306692481041, 0.012223342433571815, -0.01804356835782528, 0.008256194181740284, 0.02168012037873268, 0.006429217290133238, -0.029649218544363976, 0.0145114129409194, -0.04649220034480095, 0.04920656606554985, 0.02361149527132511, 0.059368036687374115, -0.011910147033631802, -0.06545795500278473, 0.0006753288325853646, -0.027822241187095642, -0.05842844769358635, 0.013119431212544441, 0.01922675222158432, -0.048719372600317, 0.0007949522696435452, 0.014259116724133492, 0.0007226344314403832, -0.035843539983034134, 0.002259796019643545, -0.06110801547765732, -0.05268652364611626, 0.031180398538708687, -0.011066257953643799, 0.015772897750139236, -0.04736218973994255, -0.04704899340867996, -0.05025055259466171, 0.05508768931031227, 0.05828924849629402, 0.011161956004798412, -0.03116299957036972, 0.007390554994344711, 0.003680052701383829, -0.04715339466929436, -0.008812986314296722, -0.021123327314853668, 0.024516284465789795, -0.018948355689644814, 0.026151863858103752, 0.07231347262859344, -0.06100361421704292, -0.02242831140756607, -0.05373051017522812, -0.03629593178629875, 0.030623605474829674, -0.007977797649800777, -0.04078507423400879, -0.022619709372520447, -0.014998607337474823, -0.018495962023735046, -0.014128617942333221, 0.01659068651497364, -0.0026143162976950407, 0.031754590570926666, 0.03615673631429672, -0.02173232100903988, -0.0038127258885651827, 0.007516703102737665, -0.0432906411588192, 0.03147619590163231, -0.0050676846876740456, -0.013415227644145489, 0.008826036006212234, 0.07147827744483948, 0.013545725494623184, 0.01853076182305813, -0.08783406764268875, 0.014102518558502197, 0.004123746883124113, 0.008986984379589558, -0.0011527352035045624, -0.04920656606554985, 0.03366856649518013, -0.00008027005969779566, -0.033946964889764786, 0.009561177343130112, 0.0001817461015889421, 0.025838667526841164, 0.016825582832098007, 0.016973482444882393, 0.003601753618568182, -0.035617340356111526, -0.0022750208154320717, -0.014824609272181988, -0.01799136772751808, 0.07544542849063873, 0.0017214902909472585, 0.0012636587489396334, 0.03011901304125786, 0.05755845829844475, -0.038905899971723557, 0.011022757738828659, 0.007390554994344711, 0.05258212238550186, -0.01667768508195877, -0.05150333791971207, 0.014885508455336094, 0.019244153052568436, -0.024116089567542076, 0.004321669228374958, 0.021366925910115242, 0.06758072972297668, 0.01974874548614025, -0.016173092648386955, 0.04367343708872795, -0.04572661221027374, -0.04478702321648598, 0.03227658569812775, -0.008660738356411457, -0.027891840785741806, -0.08616369217634201, -0.04450862854719162, 0.002710015047341585, -0.04235105589032173, -0.034068763256073, -0.01873955875635147, 0.01124025508761406, -0.028848828747868538, 0.07349665462970734, 0.01229294203221798, -0.031110798940062523, -0.01853076182305813, -0.05641007423400879, -0.06232599914073944, -0.013728423044085503, -0.06309159100055695, -0.09528117626905441, 0.007251356728374958, -0.02516007609665394, -0.03709632158279419, -0.003756176680326462, 0.023889891803264618, -0.05842844769358635, 0.06904231011867523, 0.04864977300167084, 0.040054284036159515, -0.005824575200676918, 0.03471255302429199, 0.02752644568681717, -0.015337903052568436, -0.019696546718478203, -0.0271784495562315, -0.044891420751810074, -0.012971533462405205, -0.012867134064435959, -0.010683462955057621, 0.008430191315710545, 0.016573287546634674, -0.05254732444882393, -0.06263919174671173, -0.030797604471445084, 0.015155204571783543, 0.04885857179760933, 0.0069903600960969925, 0.00021138008742127568, -0.044404227286577225, -0.013354328460991383, -0.03339017182588577, 0.021523522213101387, -0.0753062292933464, -0.04708379507064819, 0.047605786472558975, -0.04718819260597229, -0.038871098309755325, 0.04287304729223251, -0.026064865291118622, -0.007599352393299341, -0.013771922327578068, -0.0009624251397326589, 0.004689239431172609, -0.02643026039004326, 0.012527838349342346, -0.05741926282644272, -0.013293429277837276, 0.005676676984876394, -0.021453924477100372, -0.0010298492852598429, 0.058880843222141266, -0.021001528948545456, -0.030623605474829674, 0.009761274792253971, 0.019296351820230484, 0.00849544070661068, -0.001339782727882266, 0.018321964889764786, -0.06323078274726868, 0.06058602035045624, 0.021088529378175735, -0.03622633218765259, -0.010474665090441704, -0.015068206004798412, 0.015903394669294357, -0.05571408197283745, -0.0317893922328949, 0.012084144167602062, 0.1104537770152092, -0.03730512037873268, -0.03814030811190605, 0.02580386772751808, -0.05442649871110916, 0.01281493529677391 ]
22,804
streamlit_embedcode
github_gist
Embed a GitHub gist. Parameters ---------- link : str URL from https://gist.github.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> github_gist("https://gist.github.com/randyzwitch/934d502e53f2adcb48eea2423fe4a47e")
def github_gist(link, height=600, width=950, scrolling=True): """Embed a GitHub gist. Parameters ---------- link : str URL from https://gist.github.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> github_gist("https://gist.github.com/randyzwitch/934d502e53f2adcb48eea2423fe4a47e") """ gistcreator, gistid = _clean_link(link).split("/")[-2:] return components.html( f"""<script src="https://gist.github.com/{gistcreator}/{gistid}.js"></script>""", height=height, width=width, scrolling=scrolling, )
(link, height=600, width=950, scrolling=True)
[ 0.003233641153201461, -0.053573448210954666, -0.041362371295690536, 0.0275455042719841, -0.01097585167735815, 0.030315937474370003, -0.04566801339387894, 0.07856027781963348, 0.024280983954668045, 0.04062123969197273, -0.004967366810888052, 0.0014094793004915118, -0.03772728517651558, 0.012264014221727848, -0.038115497678518295, 0.00379831506870687, 0.01154052559286356, -0.013111025094985962, -0.010684691369533539, 0.008937731385231018, -0.05424400046467781, 0.01849307492375374, -0.022692836821079254, 0.03843312710523605, 0.020787062123417854, 0.009678865782916546, 0.07764267921447754, 0.011752278544008732, -0.03589209169149399, -0.022004641592502594, 0.09324179589748383, -0.08138364553451538, 0.03379221260547638, 0.004056388977915049, 0.044644542038440704, -0.05812613293528557, -0.008545106276869774, -0.006802557501941919, -0.05159708857536316, -0.028057239949703217, -0.0009694306063465774, 0.026063235476613045, 0.03995068743824959, -0.07012545317411423, 0.004901194013655186, -0.03709202632308006, 0.01783134788274765, -0.02316928096115589, -0.08110130578279495, -0.015546182170510292, -0.0011547142639756203, 0.017099035903811455, -0.015228552743792534, 0.0060305423103272915, -0.015669703483581543, 0.028286639600992203, -0.01914597861468792, 0.03928013890981674, 0.05579685419797897, -0.006899610627442598, 0.030774734914302826, -0.0009986568475142121, 0.04287993535399437, 0.008399526588618755, 0.02080470882356167, 0.05999661609530449, -0.027051415294408798, -0.01898716390132904, -0.04531509056687355, -0.06042012199759483, -0.03589209169149399, 0.07298412173986435, 0.03548623248934746, 0.02470448799431324, -0.039985980838537216, 0.023028112947940826, 0.0028410162776708603, -0.029310110956430435, -0.009908264502882957, 0.008787740021944046, 0.07037249952554703, -0.021245859563350677, 0.06716091930866241, 0.003465245710685849, 0.01235224399715662, -0.039844810962677, 0.06645507365465164, -0.01342865452170372, 0.02008122019469738, -0.03889192268252373, 0.04404457286000252, 0.04566801339387894, 0.003527006832882762, -0.0693490281701088, 0.006264352705329657, -0.01914597861468792, 0.034056901931762695, -0.018475428223609924, 0.00572173623368144, 0.005505571607500315, 0.028745437040925026, -0.0022388442885130644, 0.0008293649880215526, 0.025339746847748756, -0.020434141159057617, 0.009872972033917904, 0.02892189845442772, -0.04750320315361023, -0.08357175439596176, 0.08046604692935944, 0.040021270513534546, -0.03476274386048317, -0.01589910313487053, 0.013225724920630455, 0.0591496042907238, -0.025780899450182915, 0.019745944067835808, -0.0033064312301576138, 0.026963185518980026, -0.015484420582652092, -0.0421740896999836, -0.009608281776309013, -0.023504557088017464, 0.0439034067094326, 0.08117189258337021, 0.0670197457075119, 0.03303343057632446, -0.03966835141181946, -0.0462326854467392, -0.059820156544446945, 0.037021439522504807, 0.01113466639071703, 0.009422997944056988, 0.06560806185007095, 0.013358069583773613, 0.027157291769981384, -0.01304044108837843, -0.05636152625083923, 0.05936135724186897, -0.0027527858037501574, -0.06140829995274544, -0.017998984083533287, 0.0067319730296730995, -0.008703920990228653, -0.00008554205123800784, -0.030898256227374077, 0.0019388612126931548, -0.03342164307832718, 0.05120887607336044, -0.015078561380505562, 0.06994899362325668, -0.05477337911725044, 0.05216176435351372, 0.03970364108681679, -0.05812613293528557, -0.0010703440057113767, 0.04146824777126312, 0.004471071530133486, 0.0257632527500391, 0.04475041851401329, 0.05099712312221527, 0.03818608075380325, 0.06461988389492035, 0.005633505526930094, -0.031162947416305542, -0.0318511426448822, 0.06532572954893112, 0.014734462834894657, -0.024210399016737938, 0.045703303068876266, 0.024563319981098175, 0.02608088217675686, -0.02024003490805626, 0.0004734107933472842, 0.049267809838056564, 0.036209721118211746, -0.011690516956150532, 0.05025598779320717, 0.030192414298653603, -0.055479224771261215, -0.07707800716161728, -0.036245014518499374, -0.03253934159874916, 0.002503535244613886, -0.0356626957654953, 0.04676206782460213, -0.02555149979889393, -0.04397398978471756, 0.04535038396716118, 0.009758273139595985, -0.05110299959778786, -0.0354156494140625, -0.014496240764856339, -0.05018540471792221, -0.015652058646082878, -0.015396189875900745, -0.0791955292224884, 0.0023954531643539667, -0.006079068873077631, 0.036739103496074677, 0.004166676662862301, -0.013552176766097546, -0.03167468309402466, -0.04616210237145424, 0.028092533349990845, -0.014716817066073418, -0.02398099936544895, -0.020787062123417854, 0.026539679616689682, 0.034709807485342026, -0.04676206782460213, 0.012846333906054497, 0.028339577838778496, 0.07234886288642883, 0.03416277840733528, -0.04178587719798088, -0.048950180411338806, 0.013252194039523602, 0.0295748021453619, -0.00759663013741374, 0.06419637799263, -0.03748023882508278, 0.021475259214639664, 0.07976020872592926, 0.02786313369870186, -0.024757426232099533, 0.05625564977526665, 0.015237376093864441, 0.02770431898534298, -0.07460755854845047, -0.011002320796251297, -0.02223403938114643, 0.054667502641677856, 0.0008547311881557107, -0.02539268508553505, -0.040338899940252304, -0.017998984083533287, 0.008337765000760555, 0.03712731599807739, 0.012669873423874378, -0.020469432696700096, 0.03379221260547638, 0.042738765478134155, 0.06709033250808716, -0.010878797620534897, -0.010684691369533539, -0.04446807876229286, 0.05636152625083923, -0.008161304518580437, -0.04146824777126312, -0.05837317928671837, 0.05075007677078247, 0.0038777224253863096, 0.042491719126701355, 0.037586115300655365, 0.026098527014255524, -0.027351398020982742, -0.04160941764712334, -0.02045178785920143, 0.023345742374658585, 0.036456767469644547, -0.09437114745378494, -0.0072172400541603565, 0.07460755854845047, 0.023822184652090073, -0.05219705402851105, -0.04824433848261833, 0.04725615680217743, 0.0624670647084713, -0.029433634132146835, 0.08561869710683823, 0.044150449335575104, 0.005390872247517109, -0.034056901931762695, 0.04676206782460213, -0.07743092626333237, 0.04877372086048126, 0.03001595474779606, 0.03829195722937584, -0.052514683455228806, -0.02376924827694893, -0.00010435991862323135, 0.004949720576405525, 0.024157460778951645, -0.04210350662469864, -0.009722980670630932, -0.008787740021944046, 0.04178587719798088, 0.018969519063830376, 0.012837511487305164, 0.0426681824028492, 0.01570499688386917, 0.01698433607816696, -0.002082235412672162, -0.016904929652810097, 0.008924496360123158, -0.0018903345335274935, 0.0768662542104721, 0.009687689132988453, 0.017099035903811455, 0.011152312159538269, 0.0035159781109541655, 0.03232758864760399, 0.013199255801737309, 0.016851991415023804, -0.05244410037994385, -0.013278663158416748, -0.02657497115433216, -0.018351905047893524, 0.02742198295891285, 0.056290943175554276, -0.0014006562996655703, 0.007653980050235987, 0.03709202632308006, -0.02523387037217617, -0.053079359233379364, -0.025569146499037743, -0.028127824887633324, -0.06327878683805466, -0.018510719761252403, -0.021104691550135612, -0.07146655768156052, 0.06292586028575897, 0.0277925506234169, -0.007459873333573341, -0.05011482164263725, 0.014593294821679592, -0.027880780398845673, -0.03797432780265808, 0.0296983253210783, -0.03606855496764183, 0.015043268911540508, 0.05759675055742264, -0.024757426232099533, -0.0515265055000782, -0.010772922076284885, -0.03790374472737312, -0.029645387083292007, -0.011302303522825241, -0.052832312881946564, -0.0006859907298348844, -0.028727790340781212, 0.0175225418061018, 0.052479393780231476, 0.04048006981611252, 0.01385215949267149, 0.002757197478786111, -0.046832650899887085, -0.04810316860675812, -0.053891077637672424, 0.04203292354941368, 0.05671444907784462, -0.025833837687969208, -0.02008122019469738, -0.02345161885023117, 0.06525514274835587, 0.05706736817955971, -0.01192873902618885, -0.05067949369549751, 0.00527176121249795, -0.0016201292164623737, 0.035768572241067886, -0.004078446421772242, -0.006312879268079996, -0.039774227887392044, 0.026151465252041817, -0.048456091433763504, 0.03038652054965496, 0.04122120514512062, 0.06059658154845238, 0.002410893328487873, 0.007023133337497711, -0.005880550481379032, 0.06560806185007095, -0.03363339602947235, -0.024245690554380417, 0.04037419334053993, -0.0034917148295789957, -0.029380695894360542, -0.03366868942975998, -0.05593802034854889, -0.01249341294169426, 0.0386095866560936, 0.005126181524246931, 0.0013466152595356107, 0.008774504996836185, 0.03038652054965496, -0.017822524532675743, 0.011099373921751976, -0.02548091486096382, -0.04482100158929825, -0.0548439659178257, 0.06560806185007095, 0.05322052538394928, -0.03779786825180054, -0.06585510820150375, 0.0472208671271801, 0.019410669803619385, -0.006352582946419716, 0.02073412388563156, 0.09564166516065598, 0.026222050189971924, -0.006467282306402922, -0.02770431898534298, 0.0016851990949362516, -0.036809686571359634, 0.004451219458132982, -0.0035931796301156282, 0.015290314331650734, 0.0014293311396613717, -0.037303779274225235, -0.05593802034854889, -0.049267809838056564, 0.007539280690252781, 0.07291353493928909, 0.014919746667146683, -0.02263989858329296, -0.0748898908495903, -0.06327878683805466, -0.049832481890916824, 0.03156880661845207, -0.0071334210224449635, -0.03755082190036774, 0.03382750228047371, -0.052514683455228806, 0.009546520188450813, 0.01500797737389803, 0.011619932949543, -0.036280307918787, 0.038397833704948425, 0.02073412388563156, -0.037833161652088165, 0.06278469413518906, 0.018281321972608566, 0.004067417699843645, -0.007265766616910696, -0.06257294118404388, -0.009625927545130253, 0.035962678492069244, -0.019569484516978264, -0.009925910271704197, -0.01849307492375374, -0.02832193113863468, -0.029680678620934486, 0.017901930958032608, -0.022692836821079254, 0.02989243157207966, -0.005289407446980476, 0.030404167249798775, -0.038962509483098984, 0.019375378265976906, 0.0004626577137969434, -0.004579153377562761, 0.03432159498333931, 0.035186249762773514, -0.06073775142431259, -0.036245014518499374, 0.03497449681162834, -0.021934056654572487, -0.008527460508048534, -0.0197988823056221, -0.013155139982700348, 0.031992312520742416, 0.020751770585775375, 0.05050303414463997, -0.07241944223642349, 0.029663031920790672, -0.04037419334053993, -0.04125649482011795, -0.008117188699543476, 0.02608088217675686, 0.031180594116449356, 0.00432549137622118, 0.02863956056535244, 0.05043244734406471, -0.018510719761252403, -0.04309168830513954, 0.0022763421293348074, -0.07693683356046677, -0.020504726096987724, -0.04990306869149208, -0.0071422443725168705, -0.0161726176738739, 0.016507891938090324, -0.009396528825163841, 0.008161304518580437, 0.030615920200943947, -0.03070414997637272, 0.12422828376293182, 0.000501809932757169, 0.013905097730457783, 0.01200814638286829, 0.0005291061825118959, -0.013675699010491371, 0.0011855949414893985, 0.014760931953787804, -0.03663322702050209, 0.025022117421030998, -0.01640201546251774, -0.043797530233860016, -0.013225724920630455, -0.0023094285279512405, -0.0018351905746385455, 0.024933887645602226, 0.05406753718852997, 0.011734631843864918, 0.03140999376773834, 0.01334924716502428, -0.040868282318115234, 0.03285697102546692, -0.002644703723490238, 0.004812963772565126, 0.04132708162069321, 0.029645387083292007, 0.0555851012468338, -0.03435688465833664, -0.005324699450284243, -0.005108535289764404, -0.019251855090260506, -0.012343421578407288, 0.020963523536920547, -0.008452464826405048, 0.03260992467403412, 0.01018177904188633, -0.031462930142879486, -0.017901930958032608, 0.10622930526733398, 0.0034762744326144457, -0.030527690425515175, 0.0921124517917633, 0.004056388977915049, 0.020575309172272682, -0.03631559759378433, -0.007883379235863686, 0.0004869210533797741, 0.016004979610443115, 0.0056511517614126205, 0.000740031769964844, 0.03906838595867157, -0.032309941947460175, -0.01184933166950941, -0.026557326316833496, 0.004477688577026129, 0.005346757359802723, -0.02616911195218563, 0.025322100147604942, 0.024616258218884468, -0.0009854224044829607, 0.036245014518499374, -0.02595735900104046, 0.01472563948482275, 0.02710435353219509, 0.048138462007045746, 0.0061275954358279705, -0.013561000116169453, 0.021598782390356064, -0.008448053151369095, -0.020010635256767273, 0.02763373591005802, -0.04535038396716118, 0.029080713167786598, 0.039209552109241486, 0.041644711047410965, 0.022569315508008003, -0.05173825845122337, 0.028586622327566147, 0.0040475656278431416, -0.003174085635691881, -0.015387367457151413, 0.0065290434285998344, 0.02145761251449585, 0.011831685900688171, 0.04319756478071213, -0.011981677263975143, -0.027404336258769035, -0.009767096489667892, -0.04256230592727661, 0.007843675091862679, 0.006290821824222803, 0.013825690373778343, -0.037021439522504807, -0.02904541976749897, -0.017222557216882706, 0.04616210237145424, -0.04400928318500519, 0.025322100147604942, -0.028974836692214012, -0.02352220192551613, -0.013208078220486641, 0.04284464195370674, 0.03289226070046425, -0.031992312520742416, -0.013966859318315983, -0.05110299959778786, 0.05463221296668053, -0.029080713167786598, -0.024916240945458412, -0.04499746114015579, -0.04595034942030907, 0.003906397148966789, 0.036492060869932175, -0.02098117023706436, -0.060137782245874405, 0.01439918763935566, -0.03035122901201248, 0.0314805768430233, 0.05067949369549751, -0.04404457286000252, -0.022375209257006645, -0.057632043957710266, -0.04457395523786545, 0.034833330661058426, -0.028445454314351082, -0.008611278608441353, -0.05526747182011604, 0.018122507259249687, 0.012722811661660671, 0.02186347171664238, -0.00941417459398508, -0.04785612225532532, 0.06366699934005737, 0.0012583849020302296, -0.0066349199041724205, -0.0012528705410659313, 0.04863255098462105, -0.08173656463623047, 0.022251686081290245, 0.025569146499037743, -0.003959335386753082, 0.018043098971247673, 0.002150614047423005, -0.031057070940732956, -0.0003259007353335619, -0.04118591174483299, 0.039456598460674286, 0.0008938834071159363, 0.017478425055742264, -0.0020050338935106993, -0.02751021273434162, 0.01708138920366764, -0.010225893929600716, -0.0977591946721077, 0.010464115999639034, 0.023239865899086, 0.010067079216241837, 0.012608111836016178, 0.019587131217122078, 0.024157460778951645, -0.010411177761852741, -0.03317460045218468, 0.010737629607319832, 0.030086537823081017, 0.12182842195034027, 0.020663540810346603, 0.029963016510009766, 0.001781149534508586, 0.008174538612365723, -0.02572796121239662, 0.0007637437083758414, 0.014752108603715897, 0.06165534630417824, -0.013984505087137222, -0.02555149979889393, 0.02413981407880783, -0.04538567364215851, -0.020063573494553566, -0.011514056473970413, -0.004543861374258995, 0.020381202921271324, 0.010014140978455544, -0.04235055297613144, 0.021934056654572487, -0.034498054534196854, -0.010852329432964325, 0.008796562440693378, -0.0467267744243145, 0.016057917848229408, -0.011664047837257385, -0.05699678510427475, 0.009564165957272053, -0.07517223060131073, -0.05156179890036583, -0.022375209257006645, -0.01854601316154003, -0.047609079629182816, 0.06525514274835587, -0.018122507259249687, -0.008765681646764278, -0.017875462770462036, -0.009396528825163841, 0.006930491421371698, -0.02154584415256977, -0.008448053151369095, -0.0665256604552269, -0.002446185564622283, 0.07644274830818176, 0.004879136569797993, 0.034992143511772156, 0.02567502297461033, -0.031092364341020584, 0.038115497678518295, 0.057455580681562424, 0.05244410037994385, 0.017496071755886078, 0.00030136166606098413, -0.0012528705410659313, -0.044362202286720276, 0.038115497678518295, -0.016040271148085594, -0.033492229878902435, -0.00168078753631562, -0.010755275376141071, 0.01870482787489891, 0.057984963059425354, 0.028904251754283905, -0.0386095866560936, -0.024739781394600868, -0.0115581713616848, 0.004601210821419954, -0.01289927214384079, 0.002410893328487873, -0.010270008817315102, 0.01983417570590973, -0.02061060257256031, 0.003705673385411501, -0.004431367851793766, -0.010172955691814423, -0.038680169731378555, 0.010464115999639034, -0.026257341727614403, -0.003718907944858074, 0.025692667812108994, -0.01630496233701706, -0.04531509056687355, -0.020063573494553566, -0.00989944115281105, -0.019587131217122078, 0.007459873333573341, 0.019040102139115334, -0.041397664695978165, -0.0014513886999338865, -0.05579685419797897, -0.02888660505414009, -0.07644274830818176, 0.055338054895401, -0.037868451327085495, -0.041644711047410965, -0.04527979716658592, -0.03386279568076134, 0.02579854428768158, 0.049479562789201736, 0.006498162634670734, -0.03448040783405304, 0.0003956578148063272, 0.08166597783565521, -0.02863956056535244, -0.037303779274225235, -0.015422658994793892, 0.04185646399855614, -0.010631753131747246, 0.0003030159859918058, 0.014249196276068687, 0.0670197457075119, -0.06786675751209259, -0.04097415879368782, -0.02661026269197464, -0.07234886288642883, -0.004773260094225407 ]
22,805
streamlit_embedcode
gitlab_snippet
Embed a Gitlab snippet. Parameters ---------- link : str URL from https://gitlab.com/explore/snippets height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> gitlab_snippet("https://gitlab.com/snippets/1995463", height = 400)
def gitlab_snippet(link, height=600, width=950, scrolling=True): """Embed a Gitlab snippet. Parameters ---------- link : str URL from https://gitlab.com/explore/snippets height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> gitlab_snippet("https://gitlab.com/snippets/1995463", height = 400) """ snippetnumber = _clean_link(link).split("/")[-1] return components.html( f"""<script src='https://gitlab.com/snippets/{snippetnumber}.js'></script>""", height=height, width=width, scrolling=scrolling, )
(link, height=600, width=950, scrolling=True)
[ 0.013807309791445732, -0.05845532566308975, -0.016858067363500595, 0.03878319635987282, -0.008139737881720066, 0.05396685376763344, -0.016884366050362587, 0.04057157412171364, 0.0072630830109119415, 0.04060664027929306, -0.037696145474910736, -0.004996931180357933, -0.03829227015376091, 0.014894360676407814, -0.04011571407318115, -0.037836410105228424, -0.0029324095230549574, -0.03846760094165802, -0.03745068237185478, -0.01747172512114048, -0.014096605591475964, 0.05596562847495079, -0.02682562917470932, 0.03233101963996887, -0.0215306356549263, 0.026685364544391632, 0.09453842788934708, 0.038923460990190506, -0.037135086953639984, 0.0067151738330721855, 0.026422368362545967, -0.02205662801861763, -0.007249933201819658, 0.015516785904765129, -0.0006202331278473139, -0.030051719397306442, 0.009459102526307106, -0.012974487617611885, -0.08429910242557526, -0.034540191292762756, -0.034680455923080444, 0.06929077953100204, 0.025019722059369087, -0.06592442095279694, -0.011931268498301506, -0.052003148943185806, 0.035942837595939636, -0.051091428846120834, -0.05999824032187462, -0.03192776069045067, 0.032401151955127716, -0.027860082685947418, 0.0073507484048604965, 0.0020174013916403055, -0.021600767970085144, 0.038011740893125534, -0.002544489922001958, 0.061330754309892654, 0.05894625186920166, 0.0050232307985424995, -0.030332248657941818, -0.01217673160135746, -0.00525554409250617, 0.01819934882223606, -0.007293765898793936, 0.037135086953639984, -0.00908214133232832, -0.04183395579457283, -0.01147540844976902, -0.05316033214330673, -0.006338212639093399, 0.05140702426433563, 0.02133777178823948, 0.008310684934258461, -0.03315507620573044, -0.03250635042786598, -0.016516171395778656, -0.021916363388299942, -0.015963880345225334, -0.00649162707850337, 0.04425352066755295, -0.01819934882223606, 0.09881649911403656, -0.0028031030669808388, 0.019163668155670166, -0.03480318561196327, 0.0695362389087677, -0.014780395664274693, 0.058350127190351486, -0.04204435274004936, 0.0483211986720562, 0.010283158160746098, -0.0024633994325995445, -0.0222494937479496, -0.020005257800221443, -0.023073548451066017, 0.031121237203478813, 0.0017993334913626313, 0.012062766589224339, 0.0006180414929986, 0.021741032600402832, -0.04029104486107826, 0.014008940197527409, 0.008486016653478146, -0.004571753554046154, -0.022337159141898155, 0.03301481157541275, -0.013439114205539227, -0.04642762616276741, 0.010344523936510086, 0.049864113330841064, -0.02102217637002468, -0.04214955121278763, -0.014815461821854115, 0.04628736153244972, 0.061541151255369186, -0.010265625081956387, 0.0010213025379925966, -0.014561232179403305, 0.006851055659353733, -0.053405795246362686, -0.0055536068975925446, -0.03234855458140373, 0.03143683448433876, 0.04874199256300926, 0.047199081629514694, 0.003403611248359084, -0.031349167227745056, -0.0416235588490963, -0.07244673371315002, 0.03794160857796669, 0.007407730910927057, -0.0030222665518522263, 0.04323660209774971, -0.0009347329032607377, 0.025124920532107353, -0.013579378835856915, -0.027106158435344696, 0.035732440650463104, 0.0020426050759851933, -0.058315061032772064, 0.016034012660384178, -0.02698342688381672, 0.009502935223281384, 0.019724728539586067, -0.07504162937402725, -0.0009013104718178511, -0.025843776762485504, 0.010852983221411705, -0.011992634274065495, 0.050425171852111816, -0.06122555583715439, 0.03937932476401329, 0.034189529716968536, -0.006763389799743891, -0.003489085240289569, 0.036258433014154434, -0.005457174498587847, 0.01995265856385231, -0.005387042183429003, 0.08773558586835861, 0.026755496859550476, 0.02929779514670372, 0.060103438794612885, -0.042991138994693756, -0.06017357110977173, 0.03508371487259865, -0.012579993344843388, -0.013859909027814865, 0.03529411181807518, 0.03639869764447212, 0.0338914655148983, -0.010028928518295288, 0.02244235761463642, 0.025685979053378105, 0.0674673318862915, -0.01190496888011694, 0.02296834997832775, 0.07265713065862656, -0.0791093111038208, -0.11838342994451523, 0.014938193373382092, 0.0033816948998719454, 0.03710002079606056, -0.03126149997115135, 0.054072052240371704, 0.0022223193664103746, -0.011335143819451332, 0.04628736153244972, -0.0034145694226026535, -0.08303672075271606, 0.009362670592963696, -0.029876386746764183, -0.04004558175802231, -0.040711838752031326, -0.029928985983133316, -0.03331287205219269, 0.027982814237475395, -0.026545099914073944, 0.030262116342782974, -0.0052686939015984535, 0.0287893358618021, -0.0067502399906516075, -0.024230731651186943, 0.03529411181807518, 0.01315858494490385, -0.0005350332357920706, 0.0263171698898077, 0.005452791228890419, 0.01626194268465042, -0.024774257093667984, 0.0035438761115074158, 0.009818531572818756, 0.06339965760707855, 0.037310417741537094, -0.02594897523522377, -0.05116156116127968, 0.014982026070356369, 0.029508192092180252, 0.0032786880619823933, 0.026755496859550476, -0.03990531712770462, 0.022354692220687866, 0.04733934625983238, -0.005290610250085592, -0.028526339679956436, 0.09790477901697159, 0.037345483899116516, 0.006075215991586447, -0.06648547947406769, -0.013027086853981018, -0.020794246345758438, 0.008836678229272366, -0.008779695257544518, -0.012036466971039772, -0.048777058720588684, -0.044604185968637466, 0.01298325415700674, 0.036083102226257324, -0.017445426434278488, -0.03972998633980751, 0.03864293172955513, 0.04698868468403816, 0.08990969508886337, -0.03462785482406616, 0.016025245189666748, -0.050390105694532394, 0.07953010499477386, -0.009546767920255661, 0.0048259831964969635, -0.01437713485211134, -0.017094764858484268, -0.011773470789194107, 0.03217322379350662, 0.01412290520966053, 0.07307792454957962, -0.0029302178882062435, -0.045305509120225906, -0.012720257975161076, -0.005312526598572731, -0.004606819711625576, -0.10800383985042572, -0.028210744261741638, 0.05628122389316559, 0.02808801271021366, -0.05221354588866234, -0.03020951710641384, 0.08044182509183884, 0.04698868468403816, -0.025650912895798683, 0.027404222637414932, 0.052353810518980026, 0.03881826251745224, -0.0047733839601278305, 0.027263956144452095, -0.013474180363118649, 0.031033571809530258, 0.03597790375351906, 0.07405977696180344, -0.05894625186920166, 0.02242482453584671, 0.031191369518637657, 0.0068773552775382996, 0.024441128596663475, -0.012606292963027954, -0.005663188640028238, 0.0037279734387993813, 0.07020249962806702, 0.010353290475904942, 0.02226702682673931, 0.021635834127664566, 0.028386075049638748, 0.038888394832611084, 0.0007588540902361274, 0.0007188567542470992, 0.08794598281383514, -0.03653896227478981, 0.0901200920343399, -0.00927500519901514, 0.03720521926879883, -0.024458661675453186, 0.010090294294059277, -0.007118435110896826, -0.006517926696687937, -0.032208289951086044, -0.06480230391025543, -0.02293328382074833, -0.04604189842939377, 0.010484788566827774, 0.018444811925292015, 0.04639256000518799, -0.0034759354311972857, 0.028315942734479904, 0.014333302155137062, -0.03885332867503166, -0.03036731481552124, 0.004882965702563524, -0.004144384525716305, -0.03106863796710968, -0.0035263430327177048, -0.0034825103357434273, -0.061891812831163406, 0.03404926508665085, 0.014780395664274693, -0.0031165070831775665, -0.002408608328551054, 0.053721390664577484, -0.06038396805524826, 0.019479263573884964, -0.02523011900484562, 0.010817917063832283, 0.03860786557197571, 0.016691502183675766, -0.06641534715890884, -0.03958972170948982, -0.025510648265480995, -0.04186902195215225, -0.025896375998854637, 0.006807222496718168, -0.04520031064748764, 0.009362670592963696, 0.0124397287145257, -0.0005939334514550865, 0.02028578706085682, 0.032050490379333496, -0.018216881901025772, -0.02398526854813099, -0.03543437644839287, -0.06673094630241394, -0.04681335389614105, 0.006040149834007025, 0.02717629075050354, -0.02629963681101799, -0.015657050535082817, -0.013745944015681744, 0.03411939740180969, 0.0685894563794136, -0.021670900285243988, -0.04849652945995331, -0.017042165622115135, -0.02682562917470932, 0.021741032600402832, -0.002750503597781062, 0.031033571809530258, -0.0005555798416025937, 0.04358726367354393, -0.06308406591415405, -0.013631978072226048, 0.04870692640542984, 0.02188129723072052, 0.008012622594833374, 0.027316555380821228, 0.018427278846502304, 0.027036026120185852, -0.049127720296382904, -0.07349871844053268, 0.009923730045557022, 0.007854824885725975, -0.041237831115722656, 0.0058166030794382095, -0.017375294119119644, -0.022828085348010063, 0.04376259446144104, -0.020215654745697975, -0.044604185968637466, 0.012054000049829483, 0.0019998683128505945, -0.05028490722179413, 0.005895501933991909, -0.033277805894613266, -0.02470412477850914, -0.027614619582891464, -0.010888049378991127, 0.049303051084280014, -0.04870692640542984, -0.07574295252561569, 0.012422195635735989, 0.008503549732267857, 0.00046188736450858414, 0.016200575977563858, 0.11480668187141418, 0.015385287813842297, 0.018760407343506813, -0.018602609634399414, 0.03194529190659523, -0.005027614068239927, 0.05280967056751251, 0.04134302958846092, 0.0002991583605762571, -0.01377224363386631, -0.05894625186920166, -0.036118168383836746, -0.05982290580868721, -0.0057289376854896545, 0.04095730185508728, 0.017173662781715393, 0.02717629075050354, -0.0854913517832756, -0.0901200920343399, -0.021618301048874855, 0.060980092734098434, -0.08177433907985687, -0.010467255488038063, 0.010423422791063786, -0.050775833427906036, -0.00755237927660346, 0.0038265972398221493, -0.01545542012900114, 0.014333302155137062, -0.016314541921019554, -0.02945559285581112, -0.012562460266053677, 0.075602687895298, 0.0006722844555042684, 0.008301918394863605, -0.05856052413582802, -0.0353291779756546, 0.010449722409248352, 0.013631978072226048, -0.011992634274065495, 0.02808801271021366, -0.011343910358846188, -0.006373278796672821, -0.009818531572818756, -0.014447267167270184, 0.01349171344190836, 0.013228717260062695, -0.010283158160746098, -0.021618301048874855, -0.007477863226085901, 0.049864113330841064, 0.050074510276317596, 0.025913909077644348, -0.007407730910927057, 0.055334437638521194, -0.08570174872875214, -0.0430612713098526, 0.015998946502804756, 0.015963880345225334, -0.015946347266435623, -0.010625053197145462, 0.0040085031650960445, 0.028210744261741638, 0.007771542761474848, 0.05785920098423958, -0.07553255558013916, -0.0029850087594240904, -0.014780395664274693, -0.025124920532107353, 0.0016250984044745564, 0.0056237392127513885, 0.000884873210452497, 0.005908651743084192, 0.026913294568657875, 0.07532215863466263, -0.0043591647408902645, -0.02614183910191059, 0.019286399707198143, -0.015131058171391487, -0.0024984655901789665, -0.07819758355617523, -0.039800118654966354, -0.01621810905635357, 0.010931882075965405, 0.011256244964897633, 0.005259927362203598, -0.0057640038430690765, -0.011063380166888237, 0.049162786453962326, 0.01607784442603588, -0.018392212688922882, 0.05351099371910095, 0.021828697994351387, 0.032927144318819046, -0.010607520118355751, -0.017778554931282997, -0.022144293412566185, 0.010107827372848988, -0.003763039829209447, -0.049864113330841064, -0.020689047873020172, 0.03755588084459305, 0.03056017868220806, -0.01235206238925457, 0.0977645143866539, 0.010248092003166676, 0.008950643241405487, 0.020618915557861328, -0.021583234891295433, 0.02451126091182232, -0.029876386746764183, 0.026527566835284233, 0.10218285769224167, 0.008332601748406887, 0.028543872758746147, 0.005281843710690737, 0.022863151505589485, 0.04502497985959053, 0.029964052140712738, -0.0072806160897016525, 0.03366353362798691, -0.005351976025849581, 0.05912158265709877, 0.012422195635735989, 0.00015957852883730084, -0.024090467020869255, 0.06178661435842514, -0.047058816999197006, -0.0685894563794136, 0.11557813733816147, 0.0017631715163588524, 0.009950029663741589, -0.012211797758936882, -0.034873317927122116, 0.0070526860654354095, 0.027281489223241806, -0.0017007098067551851, -0.0070176199078559875, 0.029017265886068344, -0.015543085522949696, -0.022512489929795265, -0.016025245189666748, 0.03457525745034218, -0.013702111318707466, -0.07307792454957962, 0.08359777927398682, 0.027053559198975563, 0.08857717365026474, 0.03336547315120697, 0.0017467342549934983, 0.05803453177213669, -0.004065485671162605, -0.01837467961013317, -0.01490312721580267, 0.006561759393662214, -0.0216884333640337, -0.028210744261741638, -0.0012437537079676986, 0.0068598221987485886, -0.02824581041932106, 0.014675197191536427, 0.03261154890060425, 0.03773121163249016, -0.012755324132740498, -0.015797315165400505, 0.010870516300201416, 0.01279039029031992, -0.0016283858567476273, 0.005150345619767904, -0.0054264916107058525, 0.038222137838602066, 0.028701670467853546, 0.053265530616045, -0.0043065655045211315, -0.038748130202293396, -0.015025859698653221, -0.02577364444732666, 0.004975014831870794, -0.02682562917470932, 0.034136928617954254, -0.034487590193748474, 0.011834836564958096, -0.011931268498301506, 0.040852103382349014, -0.040711838752031326, 0.03162969648838043, -0.026580166071653366, -0.044604185968637466, 0.045656170696020126, 0.038537733256816864, 0.05417725071310997, -0.004488471429795027, 0.003554834285750985, -0.054282449185848236, 0.06648547947406769, 0.046708155423402786, -0.033260274678468704, -0.03355833515524864, -0.011975101195275784, 0.020022790879011154, 0.013658277690410614, -0.019303932785987854, -0.03916892781853676, 0.043657395988702774, -0.02773735113441944, 0.047058816999197006, 0.03543437644839287, -0.04839133098721504, -0.05224861204624176, -0.045480839908123016, -0.045095112174749374, 0.04074690490961075, -0.02614183910191059, -0.044954847544431686, -0.04232488200068474, 0.005422108341008425, -0.033453136682510376, -0.000661326281260699, 0.018795473501086235, -0.05259927362203598, 0.019268866628408432, 0.05140702426433563, -0.02717629075050354, 0.01217673160135746, 0.03832733631134033, -0.04853159561753273, 0.03373366594314575, -0.0028425524942576885, -0.021092308685183525, 0.03313754126429558, 0.015648284927010536, 0.0124397287145257, -0.019128601998090744, -0.025843776762485504, 0.03958972170948982, -0.033277805894613266, 0.01958446390926838, 0.00023382020299322903, -0.026685364544391632, 0.06410098075866699, 0.0099675627425313, -0.11424562335014343, 0.0022924516815692186, -0.0051810285076498985, 0.044043123722076416, -0.001718243001960218, 0.054983776062726974, 0.009555534459650517, -0.036468829959630966, -0.020198121666908264, -0.004804066848009825, 0.02188129723072052, 0.09615147113800049, 0.002796528162434697, 0.017953885719180107, 0.020268253982067108, 0.030788108706474304, -0.012466028332710266, -0.023266412317752838, -0.00508021330460906, 0.032032959163188934, -0.012658892199397087, -0.03583763912320137, -0.01172963809221983, -0.0013938808115199208, -0.010914348997175694, 0.018777940422296524, -0.0005703733768314123, 0.04463925212621689, 0.034014198929071426, -0.016691502183675766, 0.008529849350452423, -0.026194438338279724, -0.019724728539586067, 0.014096605591475964, -0.012913121841847897, -0.045831501483917236, -0.05105636268854141, -0.031208902597427368, 0.0069474875926971436, -0.0636451244354248, -0.059016384184360504, -0.031314101070165634, 0.01031822431832552, -0.032401151955127716, 0.061716482043266296, -0.0033071793150156736, -0.020794246345758438, -0.024669058620929718, -0.035749971866607666, -0.02470412477850914, 0.06978170573711395, -0.04937318339943886, -0.06848425418138504, 0.008994475938379765, 0.016104144975543022, 0.00608836580067873, 0.010537387803196907, 0.03738055005669594, -0.02771981805562973, 0.03829227015376091, 0.04341193288564682, 0.04958358407020569, -0.012395896017551422, 0.026930827647447586, 0.00772771006450057, -0.014929426833987236, 0.00401946110650897, -0.03560970723628998, -0.04698868468403816, -0.010747784748673439, -0.016638902947306633, 0.011142279952764511, 0.025510648265480995, 0.010326990857720375, -0.04372752830386162, -0.044043123722076416, -0.04011571407318115, 0.0005185959744267166, 0.036609094589948654, 0.02489699050784111, -0.007289382629096508, 0.014508632943034172, -0.02945559285581112, 0.02628210373222828, 0.01851494424045086, -0.02861400507390499, -0.029017265886068344, 0.029508192092180252, -0.026071706786751747, -0.019707195460796356, 0.02824581041932106, -0.04323660209774971, -0.010993247851729393, 0.0112036457285285, 0.003280879696831107, -0.026597699150443077, 0.0006235205801203847, 0.014938193373382092, -0.06536336243152618, -0.0012021125294268131, -0.047549743205308914, -0.00436573987826705, -0.04127289727330208, 0.015481719747185707, -0.025528181344270706, -0.04888225719332695, 0.00047284556785598397, 0.001768650603480637, -0.024669058620929718, -0.0009265142725780606, 0.02082931250333786, -0.07286752760410309, 0.018742874264717102, 0.06476724147796631, -0.06753746420145035, -0.012685191817581654, -0.0038419386837631464, 0.015025859698653221, -0.03162969648838043, 0.017208728939294815, -0.0060971323400735855, 0.12125886231660843, -0.026054173707962036, -0.06918557733297348, -0.035749971866607666, -0.04716401547193527, -0.005281843710690737 ]
22,806
streamlit_embedcode
ideone_snippet
Embed a Ideone snippet. Parameters ---------- link : str URL from https://ideone.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> ideone_snippet("https://ideone.com/vQ54cr")
def ideone_snippet(link, height=600, width=950, scrolling=True): """Embed a Ideone snippet. Parameters ---------- link : str URL from https://ideone.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> ideone_snippet("https://ideone.com/vQ54cr") """ snippetnumber = _clean_link(link).split("/")[-1] return components.html( f"""<script src="https://ideone.com/e.js/{snippetnumber}" type="text/javascript" ></script>""", height=height, width=width, scrolling=scrolling, )
(link, height=600, width=950, scrolling=True)
[ -0.012974997982382774, -0.03981707990169525, 0.0143352085724473, 0.022028349339962006, 0.019643563777208328, 0.04384471848607063, 0.0021794287022203207, 0.019961535930633545, -0.04324410483241081, 0.06341762095689774, -0.03709666058421135, 0.03336932882666588, -0.05525635555386543, 0.042820144444704056, -0.03794458135962486, -0.04359740763902664, -0.00803319364786148, 0.013451955281198025, -0.03372262790799141, -0.03291003778576851, 0.000584051595069468, 0.051758673042058945, 0.012851342558860779, 0.00976878684014082, -0.02594999596476555, 0.03190312534570694, 0.05804743990302086, 0.02725721150636673, -0.04264349117875099, -0.02285860851407051, 0.04543457552790642, -0.05250060558319092, -0.014211553148925304, 0.03022494539618492, 0.016190042719244957, -0.01579257845878601, -0.0003199034836143255, 0.01380525715649128, -0.08719481527805328, -0.05232395604252815, -0.050486788153648376, 0.042820144444704056, 0.04250217229127884, -0.05101674050092697, -0.042360853403806686, -0.04649448022246361, 0.04087698459625244, -0.07020100951194763, -0.04179557040333748, -0.011623620055615902, 0.04476330056786537, -0.031231854110956192, 0.036672696471214294, -0.006703896448016167, -0.011720777489244938, 0.04094764590263367, -0.005193532444536686, 0.06723327934741974, 0.02951834164559841, -0.0009688190184533596, -0.04748372361063957, -0.022734953090548515, 0.0021098724100738764, 0.034552887082099915, 0.013116318732500076, 0.05663423240184784, -0.017620913684368134, -0.004548756871372461, -0.022787947207689285, -0.043526746332645416, -0.00024399886024184525, 0.022681957110762596, -0.00562632642686367, 0.009177006781101227, -0.024713441729545593, -0.014273380860686302, -0.06698596477508545, -0.01953757368028164, 0.0007645665900781751, -0.007869791239500046, 0.043032124638557434, -0.02029717154800892, 0.07384001463651657, -0.014467696659266949, 0.011623620055615902, -0.02902371995151043, 0.04179557040333748, 0.007026284001767635, 0.06437153369188309, -0.0459291972219944, 0.03960509970784187, 0.007379585411399603, -0.043880049139261246, -0.014600184746086597, -0.02211667411029339, 0.006942374631762505, 0.04607051610946655, -0.02655060961842537, 0.04101830720901489, 0.023547546938061714, 0.0015644632512703538, -0.0003193514421582222, 0.04073566570878029, -0.011332145892083645, -0.006469834130257368, -0.014900491572916508, 0.020721133798360825, 0.024748770520091057, -0.04366806894540787, -0.019714225083589554, 0.03154982626438141, -0.038191892206668854, -0.028582092374563217, -0.036213405430316925, 0.05179400369524956, 0.019855545833706856, 0.00468124495819211, 0.03193845599889755, 0.02342388965189457, 0.00966279674321413, -0.009406653232872486, 0.009344825521111488, -0.0728507712483406, 0.002134162001311779, 0.040806323289871216, 0.021056771278381348, -0.006809886544942856, 0.002859534230083227, -0.051546692848205566, -0.06451285630464554, 0.02397150732576847, 0.0118885962292552, 0.0057764798402786255, 0.06309965252876282, -0.015580597333610058, 0.025932330638170242, -0.046812452375888824, -0.03381095454096794, 0.013540280982851982, -0.019007621333003044, -0.10493054986000061, 0.020862454548478127, 0.0007441413472406566, 0.02271728776395321, 0.009574471041560173, -0.05712885409593582, -0.03882783651351929, -0.0404883548617363, 0.03942845016717911, 0.012347888201475143, 0.026638934388756752, -0.03854519501328468, 0.022522971034049988, 0.023088254034519196, -0.020827123895287514, -0.04829631745815277, 0.026161978021264076, 0.02453679032623768, 0.014079065062105656, -0.016296032816171646, 0.08776009827852249, -0.015253792516887188, 0.05663423240184784, 0.06214573606848717, -0.05091074854135513, -0.07666642963886261, -0.004888809751719236, 0.0054761734791100025, 0.02927103079855442, 0.02665659971535206, 0.026762589812278748, 0.005065460689365864, -0.01907828263938427, -0.0021463066805154085, 0.028034474700689316, 0.05331319943070412, -0.01897229067981243, 0.016154712066054344, 0.06295832991600037, -0.08740679174661636, -0.08041142672300339, 0.01755908504128456, -0.02245231159031391, 0.033386994153261185, -0.010758031159639359, 0.048225656151771545, 0.01570425182580948, -0.0030030629131942987, 0.056563571095466614, 0.001715720514766872, -0.0834498181939125, 0.016013391315937042, -0.023529881611466408, -0.021816369146108627, -0.051546692848205566, -0.03464121371507645, -0.02497841790318489, -0.03225642815232277, -0.001830543507821858, 0.016622835770249367, -0.02700990065932274, 0.02755751833319664, 0.010378232225775719, 0.020880119875073433, 0.02543770894408226, 0.04356207698583603, -0.015377448871731758, 0.004394187591969967, 0.025561364367604256, 0.0060061258263885975, 0.0033254504669457674, -0.019502243027091026, 0.03492385521531105, 0.03631939738988876, 0.04536391422152519, -0.040347032248973846, -0.049285560846328735, 0.01137630920857191, 0.013178146444261074, 0.012692357413470745, -0.00392606295645237, -0.01891929656267166, 0.0082230931147933, 0.031161194667220116, 0.02317657880485058, -0.042466841638088226, 0.042466841638088226, 0.00440302025526762, 0.015589429065585136, -0.07624246925115585, -0.027416197583079338, -0.04101830720901489, -0.02209901064634323, -0.004411852918565273, 0.033386994153261185, -0.036054421216249466, -0.060803189873695374, -0.02497841790318489, 0.015121305361390114, -0.03375795856118202, -0.021639717742800713, 0.030101289972662926, 0.04168957844376564, 0.07751435041427612, -0.020120522007346153, 0.009013605304062366, -0.06677398830652237, 0.05938998609781265, -0.030772561207413673, -0.004800484515726566, 0.005763230845332146, -0.05225329473614693, 0.010413561947643757, 0.021463066339492798, 0.013231141492724419, 0.08281387388706207, 0.027893153950572014, -0.015880903229117393, -0.03564812242984772, -0.0036213404964655638, -0.0233708955347538, -0.09977234899997711, -0.04571721702814102, 0.05119339004158974, 0.030949212610721588, -0.015183133073151112, -0.0440213680267334, 0.06779856234788895, 0.05405513197183609, -0.0747586041688919, 0.025879336521029472, 0.05596296116709709, 0.03306902199983597, 0.010484222322702408, 0.015085974708199501, 0.0033342831302434206, 0.01483866386115551, 0.03946378082036972, 0.013663936406373978, -0.06642068177461624, 0.013708098791539669, 0.044939953833818436, 0.007626896258443594, 0.033245671540498734, -0.03022494539618492, -0.024413134902715683, -0.001085850177332759, 0.070660300552845, 0.02766350843012333, 0.03481786325573921, 0.051052067428827286, 0.06748058646917343, 0.061403803527355194, 0.0051979487761855125, 0.012877840548753738, 0.11227922141551971, -0.018636655062437057, 0.07836227864027023, -0.026002991944551468, -0.006915877107530832, 0.002806538948789239, 0.016693497076630592, -0.03437623754143715, -0.017135122790932655, -0.026055986061692238, -0.040912315249443054, -0.03635472431778908, -0.04395071044564247, 0.009468480944633484, -0.029589001089334488, 0.021887028589844704, -0.024042168632149696, -0.022593632340431213, 0.053631171584129333, -0.03918113932013512, -0.02776949852705002, -0.020261842757463455, 0.005202364642173052, -0.0353301502764225, 0.037873923778533936, -0.005701403133571148, -0.008196595124900341, 0.05780012905597687, 0.004685661289840937, 0.01989087462425232, -0.024112828075885773, 0.04486929252743721, -0.06239304691553116, 0.02519039809703827, -0.022575967013835907, 0.008019944652915001, 0.006085618399083614, 0.00037538286414928734, -0.036213405430316925, -0.03635472431778908, -0.02033250220119953, -0.029465345665812492, -0.004535508342087269, 0.0016837025759741664, -0.012400883249938488, 0.04285547509789467, 0.04508127272129059, -0.00343806529417634, 0.01103183999657631, 0.020933113992214203, -0.0013988531427457929, -0.021321745589375496, -0.041371606290340424, -0.02872341312468052, -0.03836854547262192, -0.003552888287231326, 0.00022329759667627513, -0.0026497612707316875, -0.01483866386115551, 0.036160409450531006, 0.030949212610721588, 0.061050500720739365, -0.005374599248170853, -0.053525179624557495, -0.014944653958082199, -0.05723484605550766, 0.0012928626965731382, -0.031726475805044174, 0.029200369492173195, -0.05783545970916748, 0.02766350843012333, -0.03600142523646355, -0.02902371995151043, 0.02891772985458374, 0.03547147288918495, -0.028635088354349136, 0.006778972689062357, 0.016234204173088074, 0.008373245596885681, -0.012842509895563126, -0.08408576250076294, 0.0032503739930689335, 0.03988774120807648, -0.002698340220376849, 0.03882783651351929, 0.005953130777925253, 0.01663166843354702, 0.05875404179096222, -0.02277028188109398, -0.02033250220119953, 0.00997193530201912, 0.0004706086474470794, -0.017673907801508904, -0.046105846762657166, -0.02049148827791214, -0.032026782631874084, -0.006549326702952385, -0.019555239006876945, 0.05119339004158974, -0.025720350444316864, -0.04476330056786537, -0.03022494539618492, 0.04561122506856918, -0.046459149569272995, 0.01581907458603382, 0.10584913194179535, 0.004548756871372461, 0.0296243317425251, 0.013973074965178967, 0.0074944086372852325, -0.03911047801375389, 0.041053637862205505, 0.04663579910993576, 0.029765652492642403, -0.024201154708862305, -0.07560652494430542, -0.05038079619407654, -0.052217964082956314, 0.02761051431298256, 0.03794458135962486, 0.016393190249800682, 0.015403945930302143, -0.06525479257106781, -0.0728507712483406, -0.017682740464806557, 0.05712885409593582, -0.0649368166923523, -0.02715122140944004, 0.021569058299064636, -0.059283994138240814, -0.03154982626438141, -0.006178360432386398, 0.03326333686709404, 0.03709666058421135, -0.03741462901234627, -0.003285704180598259, -0.029694993048906326, 0.08161264657974243, -0.03918113932013512, -0.014485361985862255, -0.034853193908929825, -0.01360210869461298, -0.0116854477673769, 0.06380625069141388, -0.03988774120807648, 0.01752375438809395, -0.025720350444316864, -0.026161978021264076, 0.012153572402894497, -0.020632809028029442, -0.005303938873112202, 0.02003219537436962, 0.018230358138680458, 0.01720578409731388, -0.03068423643708229, 0.06935308873653412, 0.04614117741584778, 0.03200911730527878, -0.007463494315743446, 0.06786922365427017, -0.06977704912424088, -0.01226839516311884, 0.05758814886212349, 0.006341762375086546, 0.0013392335968092084, 0.017426596954464912, -0.012665859423577785, 0.007066030520945787, -0.0364253856241703, 0.05091074854135513, -0.031019873917102814, -0.032115109264850616, -0.0015556307043880224, -0.0331573486328125, 0.011076002381742, 0.024642780423164368, -0.005785312503576279, 0.008077356033027172, 0.0028242040425539017, 0.12118241935968399, -0.0012266186531633139, -0.01690547727048397, -0.011535294353961945, 0.009936605580151081, 0.03836854547262192, -0.05525635555386543, -0.05631626024842262, -0.030931547284126282, -0.005228862632066011, 0.012012251652777195, 0.0018360638059675694, 0.0018824345897883177, -0.024395469576120377, 0.04744839295744896, 0.03582477197051048, 0.025808675214648247, 0.03744995966553688, 0.004844646900892258, -0.0292180348187685, 0.006319680716842413, 0.007635728921741247, -0.03960509970784187, 0.016393190249800682, -0.007975781336426735, -0.0690351128578186, -0.021074434742331505, -0.0163048654794693, -0.0075429873540997505, -0.02619730681180954, 0.09334225952625275, 0.023247240111231804, -0.006549326702952385, 0.04274948313832283, -0.042360853403806686, 0.06557276099920273, -0.0033475318923592567, 0.028087470680475235, 0.08203661441802979, 0.0002347522968193516, 0.0758185088634491, 0.01872497983276844, 0.027539853006601334, 0.06627936661243439, 0.04508127272129059, -0.01422921847552061, 0.01989087462425232, -0.0012288268189877272, 0.041300948709249496, 0.02033250220119953, -0.02033250220119953, -0.01044889260083437, 0.04642381891608238, -0.028281785547733307, -0.053525179624557495, 0.09616867452859879, 0.01647268235683441, 0.01625186949968338, -0.0030030629131942987, -0.02776949852705002, 0.0118885962292552, 0.018495334312319756, 0.0006569200195372105, 0.011570625007152557, 0.06620870530605316, 0.013319467194378376, -0.00640800641849637, -0.033086687326431274, -0.010978844948112965, -0.02073879912495613, -0.039393119513988495, 0.02054448239505291, 0.006226939149200916, 0.05794144794344902, 0.008201011456549168, 0.030295604839920998, 0.034093596041202545, -0.026780255138874054, 0.005467340815812349, 0.023653537034988403, -0.006929126102477312, -0.019519908353686333, -0.0031554242596030235, -0.003976850304752588, 0.009168174117803574, -0.016101716086268425, 0.012471543624997139, 0.008700049482285976, 0.034694209694862366, -0.033245671540498734, 0.028811737895011902, 0.03381095454096794, 0.017815228551626205, -0.026426954194903374, 0.0082230931147933, -0.004659163765609264, 0.02054448239505291, 0.03896915540099144, 0.053631171584129333, -0.0010659769177436829, -0.07150822877883911, -0.0017466343706473708, -0.030348600819706917, -0.027080561965703964, 0.002859534230083227, 0.02277028188109398, -0.07263879477977753, 0.005975211970508099, 0.003919438924640417, 0.027893153950572014, -0.026232637465000153, 0.015536434017121792, 0.0003963601484429091, -0.03063124231994152, 0.04356207698583603, 0.015350950881838799, 0.03236242011189461, -0.06232238933444023, -0.027239546179771423, -0.023105919361114502, 0.0657847449183464, 0.04720108211040497, -0.002947859466075897, -0.038933828473091125, 0.005334852728992701, 0.005418762098997831, -0.024201154708862305, -0.016490347683429718, -0.026055986061692238, 0.005303938873112202, 0.017903555184602737, 0.0573408342897892, 0.025296388193964958, -0.06203974783420563, -0.03628406673669815, -0.06878780573606491, -0.0143352085724473, 0.058436069637537, -0.029765652492642403, -0.049179572612047195, -0.05416112393140793, 0.03875717520713806, -0.01731177419424057, -0.008920863270759583, -0.010272241197526455, -0.031231854110956192, 0.02019118145108223, 0.04981551319360733, -0.012383217923343182, -0.03769727051258087, 0.023847851902246475, -0.023883182555437088, 0.028988389298319817, 0.0019343257881700993, 0.0009130635880865157, 0.051864661276340485, 0.03872184455394745, 0.02386551722884178, -0.016746491193771362, -0.02543770894408226, 0.022028349339962006, -0.026356292888522148, 0.0023494551423937082, -0.009733457118272781, -0.04101830720901489, 0.05688154324889183, 0.020721133798360825, -0.021993018686771393, -0.002583517227321863, 0.02957133762538433, 0.02851143293082714, 0.00907984934747219, 0.008254006505012512, 0.008276088163256645, -0.052712585777044296, -0.01216240506619215, -0.026833249256014824, 0.0546204149723053, 0.06256970018148422, 0.013151649385690689, 0.0154922716319561, 0.013946576975286007, 0.010095590725541115, -0.04451598972082138, -0.03956976905465126, 0.026762589812278748, 0.08705349266529083, -0.004188830964267254, -0.024854762479662895, -0.05465574562549591, 0.02190469391644001, 0.02937702089548111, 0.009486145339906216, 0.008201011456549168, 0.06281700730323792, 0.016896644607186317, -0.013663936406373978, 0.02815813012421131, -0.017020300030708313, -0.03780326247215271, 0.05052211508154869, -0.028034474700689316, -0.031231854110956192, -0.044445332139730453, -0.041300948709249496, -0.003919438924640417, -0.07161422073841095, -0.06352361291646957, 0.012842509895563126, -0.05840073898434639, -0.08882000297307968, 0.03790925443172455, 0.00497271865606308, -0.02383018657565117, -0.018760310485959053, -0.04490462318062782, -0.04698910191655159, 0.005489422474056482, -0.05833008140325546, -0.06846983730792999, 0.037732601165771484, -0.046918440610170364, 0.0074546621181070805, -0.01065204106271267, -0.013080989010632038, -0.03246840834617615, 0.03146149963140488, 0.04663579910993576, 0.03988774120807648, -0.0108728539198637, 0.04508127272129059, 0.045858535915613174, -0.0033718212507665157, 0.02165738306939602, -0.02291160263121128, -0.05225329473614693, -0.0020911034662276506, -0.010925848968327045, -0.0023052922915667295, 0.047978345304727554, 0.010784529149532318, -0.051511362195014954, -0.022681957110762596, -0.0027822493575513363, 0.03149683028459549, 0.047059763222932816, 0.003714082296937704, 0.014043735340237617, -0.021975355222821236, -0.04465731233358383, 0.027186552062630653, 0.04274948313832283, -0.050557445734739304, -0.030595911666750908, 0.022240329533815384, -0.04193688929080963, -0.03375795856118202, 0.022540636360645294, -0.041265618056058884, -0.004831398371607065, -0.014105563051998615, 0.019802549853920937, 0.018080204725265503, 0.006756891496479511, 0.02372419647872448, -0.0934835821390152, -0.025649691000580788, -0.01853066496551037, -0.0009478417341597378, -0.006178360432386398, 0.023088254034519196, -0.0009853800293058157, -0.03356364369392395, -0.024519124999642372, 0.0011614786926656961, 0.0331573486328125, -0.013619773089885712, 0.01867198571562767, -0.06203974783420563, 0.05416112393140793, 0.06415955722332001, -0.02826412208378315, -0.01312515139579773, 0.036672696471214294, 0.026055986061692238, -0.04448065906763077, -0.02301759459078312, 0.004703326616436243, 0.10591979324817657, -0.029889307916164398, -0.03790925443172455, -0.035294823348522186, -0.043526746332645416, -0.004299237858504057 ]
22,807
streamlit_embedcode
pastebin_snippet
Embed a Pastebin snippet. Parameters ---------- link : str URL from https://pastebin.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> pastebin_snippet("https://pastebin.com/AWYbziQF", width = 600, scrolling = False)
def pastebin_snippet(link, height=600, width=950, scrolling=True): """Embed a Pastebin snippet. Parameters ---------- link : str URL from https://pastebin.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> pastebin_snippet("https://pastebin.com/AWYbziQF", width = 600, scrolling = False) """ snippetnumber = _clean_link(link).split("/")[-1] return components.html( f"""<script src="https://pastebin.com/embed_js/{snippetnumber}"></script>""", height=height, width=width, scrolling=scrolling, )
(link, height=600, width=950, scrolling=True)
[ 0.004521082621067762, -0.047701988369226456, -0.03754125162959099, 0.015116325579583645, -0.0449211560189724, 0.0420333668589592, 0.0032131103798747063, 0.021587111055850983, -0.0290383193641901, 0.04656113311648369, -0.06413742899894714, 0.01834280602633953, -0.050589777529239655, 0.01962626725435257, -0.011845281347632408, 0.012282014824450016, 0.0018271502340212464, -0.006510893814265728, 0.0025490974076092243, -0.022086234763264656, -0.008904014714062214, 0.003188599832355976, -0.020909728482365608, 0.02593662030994892, -0.018574541434645653, 0.028004419058561325, 0.048165462911129, 0.018984535709023476, -0.03925253450870514, 0.00411331607028842, 0.08292587846517563, -0.06274700909852982, 0.04894980043172836, 0.009465529583394527, 0.010018130764365196, -0.012593966908752918, -0.015348061919212341, 0.00411331607028842, -0.09176750481128693, -0.05886097624897957, -0.00265159597620368, 0.044386379420757294, 0.04342378303408623, -0.024528376758098602, 0.027665728703141212, -0.029127448797225952, 0.02861049771308899, -0.06199832633137703, -0.03768385946750641, -0.00829793605953455, 0.029056144878268242, 0.017291080206632614, 0.02725573256611824, -0.01663152314722538, -0.020107565447688103, 0.02427881583571434, -0.015793707221746445, 0.0723373219370842, 0.03217566758394241, 0.004389617126435041, -0.03044656105339527, -0.010989639908075333, -0.012023539282381535, -0.011292679235339165, 0.034100860357284546, 0.04873589053750038, -0.020731469616293907, -0.053762778639793396, -0.041783805936574936, -0.03470693901181221, -0.0000553576392121613, 0.038539499044418335, -0.020214520394802094, 0.029448313638567924, -0.023583607748150826, -0.03324522078037262, -0.04363769292831421, -0.024867068976163864, -0.03743429854512215, -0.007879028096795082, 0.0706973448395729, -0.025045327842235565, 0.06335309147834778, 0.0006517578731290996, 0.04064295068383217, -0.03946644440293312, 0.05479668080806732, -0.008110764436423779, 0.05600883811712265, -0.015205455012619495, 0.02424316294491291, 0.017549555748701096, -0.00833358708769083, -0.030785253271460533, -0.017157385125756264, -0.0272379070520401, 0.01060638390481472, -0.013556563295423985, 0.025170108303427696, 0.024706635624170303, -0.00454782135784626, -0.014786547049880028, 0.032300449907779694, -0.016952387988567352, 0.001245581661351025, 0.024742286652326584, 0.014661766588687897, -0.00535221304744482, -0.041462939232587814, 0.006684695836156607, 0.06360265612602234, -0.015000457875430584, -0.026328789070248604, -0.013333739712834358, 0.02249622903764248, -0.008485107682645321, 0.012451360002160072, 0.04189075902104378, 0.018467586487531662, -0.01352091133594513, -0.0005264197825454175, 0.019216272979974747, -0.06039400026202202, 0.016132399439811707, 0.043316829949617386, 0.0335482619702816, 0.01369917020201683, -0.011658109724521637, -0.02591879479587078, -0.05764881521463394, 0.029198750853538513, -0.004561190959066153, 0.006880780216306448, 0.06224788725376129, -0.020553210750222206, 0.01946583390235901, -0.0006823960575275123, -0.017389122396707535, 0.025187933817505836, -0.02716660313308239, -0.08121459931135178, 0.0012322122929617763, 0.024581855162978172, 0.0029145274311304092, 0.004209130071103573, -0.07821985334157944, -0.003665441647171974, -0.0398586131632328, 0.05711404234170914, 0.004585701506584883, 0.03604387864470482, -0.041534245014190674, 0.000868453411385417, 0.044528987258672714, -0.022424926981329918, -0.03825428709387779, 0.04360204190015793, 0.032567836344242096, 0.011800716631114483, -0.0229953546077013, 0.05558101832866669, 0.02566923201084137, 0.034172166138887405, 0.025241412222385406, -0.0360795333981514, -0.059859223663806915, 0.05009065568447113, 0.034225642681121826, 0.037077780812978745, 0.05265757814049721, 0.02431446686387062, 0.035455625504255295, -0.014590462669730186, 0.027576599270105362, 0.04103511944413185, 0.053513217717409134, -0.028022244572639465, 0.048165462911129, 0.06192702054977417, -0.06192702054977417, -0.07993113994598389, -0.004102175123989582, -0.00007050265412544832, 0.022032758221030235, -0.018966710194945335, 0.04413681849837303, -0.03165872022509575, -0.017005866393446922, 0.023369695991277695, -0.0028721909038722515, -0.10595688223838806, -0.01133724395185709, 0.0031997410114854574, -0.03320956975221634, -0.0898423120379448, -0.017487164586782455, -0.06231918931007385, 0.026542698964476585, -0.02898484095931053, 0.014911328442394733, -0.010401386767625809, 0.014911328442394733, -0.0018505466869100928, -0.006533176172524691, 0.03297783434391022, 0.029501790180802345, -0.038610804826021194, 0.01985800266265869, 0.03456433489918709, 0.0014427801361307502, -0.02290622517466545, -0.010962901636958122, 0.03761255368590355, 0.018592366948723793, 0.05083933845162392, -0.029198750853538513, -0.06499306857585907, -0.012192885391414165, 0.027594424784183502, 0.010330083779990673, 0.041462939232587814, -0.014554810710251331, -0.004594614263623953, 0.05433320626616478, 0.03757690265774727, -0.01672065258026123, 0.047559384256601334, 0.010945075191557407, 0.024884894490242004, -0.024528376758098602, -0.025312714278697968, -0.03524171561002731, -0.0012689781142398715, 0.0034894112031906843, -0.002395349321886897, -0.03511693701148033, -0.04987674579024315, -0.03313826397061348, 0.05479668080806732, -0.013868515379726887, -0.02262101136147976, 0.04976978898048401, 0.03158741444349289, 0.07176689803600311, 0.017656510695815086, 0.017157385125756264, -0.04695330187678337, 0.07950331270694733, -0.056686222553253174, -0.011693761684000492, -0.00421804329380393, -0.006038508377969265, 0.021818846464157104, 0.03978731110692024, 0.01665826141834259, 0.08920057862997055, 0.014768721535801888, -0.03768385946750641, -0.04060729965567589, 0.02593662030994892, 0.020018436014652252, -0.1235688328742981, -0.03165872022509575, 0.03600822761654854, 0.01959061622619629, -0.047773294150829315, -0.04577679559588432, 0.03910992667078972, 0.023458825424313545, -0.05294279009103775, 0.038824714720249176, 0.047452427446842194, 0.02124842070043087, 0.010927249677479267, 0.011863106861710548, -0.032585665583610535, 0.015107412822544575, 0.03506345674395561, 0.04288901016116142, -0.09568919241428375, -0.008921841159462929, 0.04542028158903122, 0.03618648648262024, 0.023530129343271255, -0.003683267394080758, -0.029858307912945747, 0.020713644102215767, 0.02725573256611824, 0.019073665142059326, -0.0009703949908725917, 0.04399421066045761, -0.000537003914359957, 0.055295802652835846, -0.01687217317521572, -0.007518054451793432, 0.0755816251039505, 0.03215784206986427, 0.06071486324071884, -0.01818237267434597, -0.0038102767430245876, -0.005129389930516481, -0.00025763933081179857, 0.028057897463440895, 0.018895406275987625, -0.02563358098268509, -0.04841502383351326, -0.0183071531355381, -0.029448313638567924, -0.024706635624170303, -0.0082088066264987, 0.03796907141804695, -0.01683652028441429, 0.0050580864772200584, 0.03807602822780609, -0.03978731110692024, -0.0580766387283802, -0.027719205245375633, -0.000015736888599349186, -0.08499368280172348, -0.00898868776857853, -0.02123059332370758, -0.06324613839387894, 0.09454833716154099, 0.014278510585427284, 0.02577618695795536, -0.021551460027694702, 0.02276361733675003, -0.04634722322225571, 0.01683652028441429, 0.006519806571304798, 0.003023710800334811, 0.03180132806301117, 0.01976887322962284, -0.015517407096922398, -0.050447169691324234, -0.00019121015793643892, -0.036970824003219604, 0.023066656664013863, -0.010668774135410786, -0.015303497202694416, 0.02697051875293255, 0.017175212502479553, -0.0011631370289251208, 0.03454650938510895, 0.0067203473299741745, -0.00031780157587490976, -0.04046469181776047, -0.014554810710251331, -0.04103511944413185, -0.016283918172121048, 0.04103511944413185, 0.05126716196537018, -0.026061400771141052, -0.025384018197655678, -0.0015040566213428974, 0.03326304629445076, 0.08556410670280457, -0.020303649827837944, -0.03427911922335625, 0.008748038671910763, -0.016328483819961548, -0.0055349282920360565, -0.006221223622560501, 0.011765064671635628, -0.04206901788711548, 0.06805911660194397, -0.044707246124744415, 0.0044586919248104095, 0.04987674579024315, 0.049270663410425186, -0.017344556748867035, 0.023975776508450508, 0.026346614584326744, 0.027665728703141212, -0.0398586131632328, -0.07743551582098007, 0.03007221780717373, 0.02581183798611164, -0.010980727151036263, 0.04499245807528496, -0.012299840338528156, -0.005739925429224968, 0.03789776936173439, -0.019269749522209167, -0.01057964563369751, 0.014893501996994019, -0.004166793543845415, -0.04281770437955856, -0.0037278321105986834, -0.03689952194690704, -0.04588375240564346, -0.000474056345410645, 0.023922298103570938, 0.059574007987976074, -0.04267509654164314, -0.06930692493915558, -0.015303497202694416, 0.040143825113773346, 0.011765064671635628, 0.006582197267562151, 0.10474472492933273, 0.009233793243765831, -0.017282167449593544, 0.008182067424058914, 0.026346614584326744, -0.05294279009103775, 0.04064295068383217, 0.030856555327773094, 0.05547406151890755, 0.006666869856417179, -0.04987674579024315, -0.09133968502283096, -0.04378030076622963, 0.007531424053013325, 0.02541966922581196, -0.0007030071574263275, -0.021979279816150665, -0.11800716072320938, -0.07679378241300583, -0.058397501707077026, 0.04720286652445793, -0.04812981188297272, -0.03133785352110863, -0.001434981357306242, -0.05319235473871231, -0.02285274676978588, -0.016390874981880188, 0.028485717251896858, 0.00013369391672313213, -0.00571318669244647, 0.015517407096922398, -0.05337060987949371, 0.05019760876893997, -0.004670374095439911, 0.020731469616293907, -0.020374953746795654, -0.02140885218977928, -0.0037523426581174135, 0.05101759731769562, -0.038539499044418335, 0.020856251940131187, -0.04738112539052963, -0.010312257334589958, -0.009358574636280537, -0.019412357360124588, -0.008908471092581749, 0.007067951839417219, 0.004367334768176079, 0.018752800300717354, -0.02857484668493271, 0.04057164862751961, 0.017522815614938736, 0.00975074339658022, -0.020125390961766243, 0.05155237391591072, -0.05575927719473839, -0.010044869966804981, 0.013654605485498905, -0.025027500465512276, -0.012103755958378315, 0.006742629688233137, -0.00762500986456871, 0.046204619109630585, -0.0051650418899953365, 0.06816606968641281, -0.0366143062710762, -0.005485907196998596, -0.021551460027694702, -0.002780833514407277, 0.018788451328873634, 0.015383712947368622, 0.001162022934295237, -0.018931059166789055, 0.00020374395535327494, 0.096330925822258, -0.0017357927281409502, -0.020767122507095337, 0.003939514048397541, -0.02105233632028103, 0.0420333668589592, -0.03943079337477684, -0.05600883811712265, -0.029252229258418083, 0.023547954857349396, 0.018467586487531662, -0.0024176316801458597, -0.006105355452746153, -0.015463929623365402, 0.061071380972862244, 0.022353623062372208, 0.01982235163450241, 0.02433229237794876, 0.01950148679316044, -0.020571038126945496, -0.03203306347131729, -0.018610192462801933, -0.04413681849837303, 0.015971966087818146, 0.03736299276351929, -0.08199893683195114, -0.028253981843590736, 0.028022244572639465, -0.009545745328068733, -0.016283918172121048, 0.06324613839387894, 0.035544756799936295, 0.007402186747640371, 0.03739864379167557, -0.029501790180802345, 0.0395020954310894, 0.01517871581017971, 0.036828216165304184, 0.04413681849837303, 0.05308539792895317, 0.037149082869291306, -0.01215723343193531, 0.013387217186391354, 0.0726938396692276, 0.0024265446700155735, -0.050447169691324234, 0.041712503880262375, 0.02131972275674343, 0.043281178921461105, -0.017522815614938736, -0.01276331301778555, -0.005370039027184248, 0.06681130826473236, -0.022121887654066086, -0.07451207935810089, 0.10203519463539124, 0.01372590847313404, 0.020374953746795654, 0.002936809789389372, -0.044635944068431854, 0.011016379110515118, 0.013761560432612896, -0.010187476873397827, -0.0005637427093461156, 0.026756608858704567, 0.011470938101410866, -0.006934257689863443, -0.020963206887245178, 0.02140885218977928, 0.003498324193060398, -0.085492804646492, 0.044778548181056976, -0.012522663921117783, 0.029858307912945747, 0.035758666694164276, 0.004603527020663023, 0.06606262177228928, -0.021747544407844543, 0.03821863606572151, 0.040393389761447906, -0.013645692728459835, -0.00828456599265337, -0.05001934990286827, -0.005744381807744503, 0.011355070397257805, -0.010276605375111103, 0.006706978194415569, 0.04349508881568909, 0.05486798286437988, -0.0023552412167191505, -0.039929915219545364, 0.03779081255197525, -0.044493336230516434, -0.007001104764640331, -0.012469186447560787, -0.013146568089723587, 0.041641198098659515, 0.043316829949617386, 0.04837937280535698, -0.008694561198353767, -0.03804037719964981, -0.010829207487404346, -0.03889601677656174, -0.004576788283884525, 0.028396587818861008, 0.030642645433545113, -0.0398586131632328, -0.0034047383815050125, -0.022086234763264656, 0.012549402192234993, -0.04730981960892677, -0.0048352633602917194, -0.029573094099760056, -0.04413681849837303, 0.01133724395185709, 0.04677504673600197, 0.06805911660194397, -0.011765064671635628, -0.04074990749359131, -0.013859602622687817, 0.05005500093102455, 0.005668621975928545, 0.020267996937036514, -0.03793342038989067, -0.029537443071603775, -0.013440694659948349, 0.0007821093895472586, 0.000247473013587296, -0.017148472368717194, 0.029466139152646065, -0.023868821561336517, 0.06221223622560501, 0.029876133427023888, -0.06959214061498642, -0.023084482178092003, -0.05775577202439308, -0.05016195774078369, 0.03636474534869194, -0.03215784206986427, -0.036828216165304184, -0.04877154156565666, 0.02857484668493271, -0.04481419920921326, 0.013003962114453316, -0.01203245297074318, -0.05764881521463394, 0.0519445426762104, 0.0449211560189724, -0.0012266417033970356, 0.019341053441166878, 0.02891353704035282, -0.051980193704366684, 0.03476041927933693, 0.010454864241182804, -0.014046774245798588, 0.020446255803108215, 0.0366143062710762, 0.0034515312872827053, 0.026560524478554726, -0.03140915930271149, 0.029787003993988037, 0.0006395025411620736, 0.0301256962120533, -0.010035956278443336, -0.05921749398112297, 0.06075051426887512, 0.010624210350215435, -0.10260562598705292, 0.012932658195495605, 0.026542698964476585, 0.04716721549630165, 0.018414108082652092, 0.027612250298261642, 0.00758490152657032, -0.05996617674827576, -0.02736268751323223, 0.0022427155636250973, 0.03818298131227493, 0.08107198774814606, 0.004460920579731464, 0.004906566813588142, 0.029947437345981598, 0.05875401943922043, -0.04556288570165634, -0.023369695991277695, 0.015704579651355743, 0.07501120120286942, -0.03361956402659416, -0.06046530231833458, -0.050518475472927094, 0.03133785352110863, 0.02140885218977928, -0.029590919613838196, 0.029430488124489784, 0.055046241730451584, 0.007932505570352077, 0.0004670931084547192, 0.02399360202252865, -0.04506376385688782, -0.044564638286828995, 0.03648952767252922, -0.021480156108736992, -0.041498590260744095, -0.06221223622560501, -0.04235423356294632, -0.04962718114256859, -0.03722038492560387, -0.061570506542921066, 0.020767122507095337, -0.008854993619024754, -0.058468807488679886, 0.08000244200229645, -0.0038481566589325666, -0.0335482619702816, -0.032781749963760376, -0.02114146389067173, 0.012745486572384834, 0.005927097052335739, -0.0656704530119896, -0.06182006746530533, 0.044493336230516434, 0.01215723343193531, -0.0010628666495904326, 0.00995574053376913, 0.0008528557955287397, -0.04267509654164314, -0.00011036711657652631, 0.051980193704366684, 0.05625839903950691, 0.003990763332694769, 0.006132094189524651, 0.01279896404594183, -0.04367334768176079, 0.030749600380659103, -0.021694066002964973, -0.020446255803108215, -0.012692009098827839, -0.015927402302622795, 0.029519617557525635, 0.02586531639099121, 0.027540946379303932, -0.07764942944049835, 0.011729412712156773, -0.003620876930654049, 0.013770473189651966, 0.013057439588010311, 0.01684543304145336, 0.0034047383815050125, -0.011069856584072113, -0.030713949352502823, 0.03033960610628128, -0.004262607544660568, -0.055046241730451584, -0.047701988369226456, 0.004826350603252649, -0.0328352265059948, 0.013217872008681297, 0.04424377530813217, -0.009643787518143654, -0.02550879865884781, 0.0033245221711695194, 0.021587111055850983, -0.01839628256857395, -0.0015519635053351521, 0.0026426829863339663, -0.07365643233060837, 0.01680978201329708, -0.0367925651371479, -0.0063460045494139194, 0.003638702677562833, 0.01672065258026123, -0.0014115849044173956, -0.05340626463294029, -0.024688810110092163, 0.00913575105369091, 0.037006475031375885, 0.020178869366645813, 0.0016344081377610564, -0.08841624110937119, 0.03324522078037262, 0.05030456557869911, -0.05162367597222328, -0.02574053592979908, -0.0017335644224658608, -0.0007080206996761262, -0.03953774645924568, -0.005744381807744503, 0.015838272869586945, 0.0939779132604599, -0.03477824479341507, -0.029252229258418083, -0.015410452149808407, -0.0718025490641594, -0.0012065876508131623 ]
22,809
streamlit_embedcode
tagmycode_snippet
Embed a TagMyCode snippet. Parameters ---------- link : str URL from https://tagmycode.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> tagmycode_snippet("https://tagmycode.com/snippet/5965/recursive-list-files-in-a-dir#.Xwyc43VKglU")
def tagmycode_snippet(link, height=600, width=950, scrolling=True): """Embed a TagMyCode snippet. Parameters ---------- link : str URL from https://tagmycode.com/ height: int Height of the resulting iframe width: int Width of the resulting iframe scrolling: bool If content is larger than iframe size, provide scrollbars? Example ------- >>> tagmycode_snippet("https://tagmycode.com/snippet/5965/recursive-list-files-in-a-dir#.Xwyc43VKglU") """ snippetnumber = _clean_link(link).split("/")[-2] return components.html( f"""<script src="https://tagmycode.com/embed/js/{snippetnumber}"></script>""", height=height, width=width, scrolling=scrolling, )
(link, height=600, width=950, scrolling=True)
[ 0.05375511199235916, -0.050863105803728104, -0.0008659064187668264, 0.0025214652996510267, -0.010817899368703365, 0.056032564491033554, -0.052562158554792404, 0.01281518954783678, -0.01393584068864584, 0.03821059316396713, -0.011558975093066692, 0.036095816642045975, -0.049453254789114, -0.012670589610934258, -0.021274298429489136, -0.0154451048001647, -0.0015759158413857222, -0.004848624113947153, -0.039114344865083694, -0.004798918031156063, -0.012833264656364918, 0.08582019805908203, -0.02038862369954586, 0.03296883776783943, -0.003725713584572077, 0.04558520019054413, 0.0388251431286335, 0.019195672124624252, -0.04525985196232796, -0.031251709908246994, 0.03501131385564804, -0.03671036660671234, 0.03199278563261032, 0.005616812501102686, -0.009923186153173447, -0.02163579873740673, 0.01006778609007597, 0.000998644856736064, -0.06655222177505493, -0.05227295681834221, -0.02367827668786049, 0.05003165453672409, 0.04876640439033508, -0.05686401203274727, 0.0007636696100234985, -0.03737914189696312, 0.027130605652928352, -0.05755086615681648, -0.025540003553032875, -0.022376874461770058, 0.06713062524795532, -0.035300515592098236, 0.0029258939903229475, -0.019358346238732338, -0.0077180336229503155, 0.03770449385046959, -0.015038416720926762, 0.06131047010421753, 0.035300515592098236, 0.021400824189186096, -0.05436966195702553, -0.03217353671789169, -0.010709449648857117, 0.024636251851916313, -0.013014014810323715, 0.04348849877715111, 0.011107100173830986, -0.02635337971150875, -0.058526914566755295, -0.03578853979706764, -0.005219161976128817, 0.018047908321022987, 0.042078647762537, 0.033854514360427856, -0.01737913116812706, -0.05122460797429085, -0.039765045046806335, -0.0229552760720253, -0.03510168939828873, -0.0026412124279886484, 0.05357436090707779, -0.014053327962756157, 0.08618169277906418, -0.035445116460323334, 0.01973792165517807, 0.0059240879490971565, 0.05389970913529396, -0.01894262060523033, 0.02839585766196251, -0.02774515561759472, 0.021256223320961, 0.011107100173830986, -0.0022932682186365128, -0.014966116286814213, -0.014206965453922749, -0.018599195405840874, 0.06445552408695221, -0.0044283801689744, 0.03154091164469719, 0.027690930292010307, 0.0317397341132164, -0.0272752046585083, 0.02367827668786049, -0.012760964222252369, -0.031830109655857086, -0.01268866378813982, -0.016900144517421722, -0.00491640530526638, -0.028811581432819366, 0.008246728219091892, 0.04713965207338333, -0.057876214385032654, 0.028016282245516777, 0.006624495144933462, 0.03172165900468826, 0.02740173041820526, 0.01528242975473404, 0.02799820713698864, 0.008007233962416649, 0.006253956817090511, -0.034523289650678635, -0.024889303371310234, -0.0403795950114727, -0.006769095081835985, 0.012878451496362686, 0.012860377319157124, 0.03558971360325813, -0.01449616625905037, -0.08553099632263184, -0.04623590037226677, 0.026913704350590706, 0.012489838525652885, 0.04656125232577324, 0.04594670236110687, -0.01979214698076248, 0.03443291410803795, -0.029480358585715294, -0.0368368923664093, 0.025196578353643417, 0.013727977871894836, -0.03521014004945755, 0.033727988600730896, -0.015436067245900631, 0.0011138730915263295, 0.004286039154976606, -0.04077724739909172, -0.0011387262493371964, -0.035445116460323334, 0.017803894355893135, -0.045802101492881775, -0.02176232449710369, -0.07714418321847916, 0.02492545358836651, 0.07743338495492935, -0.012616364285349846, -0.0181021336466074, 0.023642126470804214, 0.009516498073935509, -0.004609130322933197, -0.0389697439968586, 0.08712159842252731, -0.0066787200048565865, 0.038788992911577225, 0.02984185889363289, -0.0032083161640912294, -0.09290560334920883, 0.02385902591049671, 0.03217353671789169, -0.014197928830981255, 0.02320832572877407, 0.03922279551625252, 0.01743335649371147, -0.018273845314979553, 0.022539550438523293, 0.04753730446100235, 0.0175689198076725, 0.017677370458841324, -0.00396746676415205, 0.05755086615681648, -0.05162225663661957, -0.08032538741827011, 0.02150927484035492, 0.004003616981208324, 0.07642118632793427, -0.02485315315425396, 0.027943981811404228, 0.007410758174955845, -0.029588807374238968, 0.05614101141691208, -0.011531863361597061, -0.08690469712018967, -0.002785812597721815, -0.02320832572877407, -0.06275647133588791, -0.04175329580903053, -0.00842747837305069, -0.010808861814439297, 0.03889744356274605, -0.036421164870262146, 0.022322649136185646, 0.03680074214935303, 0.03501131385564804, 0.000020475608835113235, 0.013854502700269222, 0.01961139775812626, 0.05834616348147392, -0.02405785210430622, 0.011568012647330761, 0.0038816106971353292, -0.012236788868904114, -0.02163579873740673, -0.021220073103904724, 0.055960264056921005, 0.03618619218468666, 0.05017625540494919, -0.02071397379040718, -0.07237238436937332, 0.032498884946107864, 0.0019577506463974714, 0.005332130938768387, 0.07577048242092133, 0.004740173928439617, 0.015002266503870487, 0.03114325925707817, 0.04450070112943649, -0.04609130322933197, 0.06839587539434433, 0.010673299431800842, 0.024798927828669548, -0.028703132644295692, -0.02223227545619011, -0.04497065022587776, 0.04457300156354904, -0.013465889729559422, -0.015643930062651634, 0.002184818033128977, -0.029408058151602745, -0.024961603805422783, 0.04753730446100235, -0.034125637263059616, -0.025214653462171555, 0.04464529827237129, 0.0315951369702816, 0.07837329059839249, -0.0274198055267334, 0.03936739265918732, -0.03593314066529274, 0.0772164836525917, -0.01659286767244339, 0.008319027721881866, -0.018002720549702644, -0.04366924986243248, -0.0255038533359766, 0.05187530815601349, 0.015219166874885559, 0.059828318655490875, 0.026714880019426346, -0.03192048519849777, -0.049453254789114, 0.048621803522109985, -0.00390194496139884, -0.09652061015367508, -0.022214200347661972, 0.04706735163927078, 0.022196125239133835, -0.04211479797959328, -0.0272752046585083, 0.07338458299636841, 0.010664261877536774, -0.030329883098602295, 0.021292373538017273, 0.021021248772740364, 0.05053775757551193, 0.02078627236187458, 0.007374608423560858, -0.020027121528983116, 0.03370991349220276, 0.034722112119197845, -0.01442386582493782, -0.07678268849849701, -0.04638050124049187, 0.03723454102873802, 0.016439231112599373, 0.018798021599650383, -0.04316314682364464, -0.03526436537504196, 0.021943073719739914, 0.04569365084171295, 0.02931768260896206, 0.03396296128630638, 0.015065529383718967, 0.0025169465225189924, 0.04681430384516716, 0.042512446641922, 0.03311343863606453, 0.06738367676734924, 0.0032760973554104567, 0.07728878408670425, -0.005928606726229191, -0.006136469542980194, -0.016150031238794327, 0.038861293345689774, 0.04305469989776611, -0.0027632187120616436, -0.00708088930696249, -0.020370548591017723, -0.010546774603426456, -0.05324900895357132, -0.018255770206451416, 0.006014463026076555, 0.009426123462617397, 0.027437880635261536, -0.023027576506137848, 0.004304114263504744, -0.06763672828674316, -0.01370086520910263, -0.012770001776516438, -0.013746052980422974, -0.0440668985247612, 0.0405241958796978, -0.008716678246855736, -0.06705832481384277, 0.018779946491122246, -0.017361056059598923, 0.03842749446630478, -0.017849082127213478, 0.028612757101655006, -0.0456213504076004, 0.03526436537504196, -0.03685496747493744, 0.04431995004415512, 0.04269319772720337, 0.019647546112537384, -0.05711706355214119, -0.07136017829179764, -0.05516496300697327, -0.0459105521440506, -0.024889303371310234, -0.027690930292010307, -0.018653420731425285, 0.014206965453922749, 0.020930873230099678, 0.016113881021738052, 0.02150927484035492, 0.013953915797173977, -0.0010268870973959565, -0.048549503087997437, -0.008341621607542038, -0.009371898137032986, -0.008309990167617798, 0.062901072204113, 0.041934046894311905, -0.01802079565823078, -0.028811581432819366, 0.0179575327783823, 0.002550837118178606, 0.0772164836525917, 0.027690930292010307, -0.05567106232047081, 0.023967476561665535, -0.05888841673731804, 0.022774524986743927, -0.012679626233875751, 0.018653420731425285, 0.01914144679903984, 0.02158157341182232, -0.04345234856009483, -0.012715776450932026, 0.06116586923599243, 0.026660654693841934, -0.0034116599708795547, -0.00610031932592392, 0.0035856321919709444, 0.04352464899420738, -0.04366924986243248, -0.06384097039699554, 0.009715323336422443, 0.026714880019426346, -0.02031632326543331, 0.0493086539208889, -0.010338911786675453, 0.016972443088889122, 0.06991417706012726, -0.019972898066043854, 0.005964756477624178, 0.014857666566967964, 0.00901039782911539, -0.04522370174527168, -0.02031632326543331, -0.025232728570699692, -0.03146861121058464, -0.010709449648857117, -0.01973792165517807, 0.06456397473812103, -0.03802984207868576, -0.08155449479818344, -0.049923207610845566, 0.011531863361597061, -0.027654780074954033, 0.017035705968737602, 0.06929963082075119, -0.004344782792031765, 0.0062855882570147514, 0.022720299661159515, 0.03302306309342384, -0.0030591972172260284, 0.041934046894311905, 0.06065976619720459, -0.010302761569619179, -0.005499324761331081, -0.08567559719085693, -0.0440668985247612, -0.0807591900229454, 0.014378678984940052, 0.027510181069374084, -0.004109807778149843, 0.001283326419070363, -0.07237238436937332, -0.08206059038639069, -0.030076833441853523, 0.0403795950114727, -0.06261187046766281, -0.02492545358836651, 0.003312247572466731, -0.06539542227983475, -0.025612303987145424, 0.0068233199417591095, 0.02563037909567356, 0.0026796218007802963, -0.02183462493121624, 0.02787168137729168, -0.01849978230893612, 0.05422506108880043, -0.010772711597383022, -0.005056486930698156, -0.021021248772740364, -0.04316314682364464, -0.028233181685209274, 0.04464529827237129, -0.03555356338620186, -0.011793950572609901, -0.029064632952213287, -0.03248080983757973, -0.001370312413200736, 0.005756894126534462, -0.027907831594347954, 0.002577949780970812, 0.015146867372095585, -0.021328523755073547, -0.03331226110458374, 0.08603709936141968, 0.0493086539208889, 0.0011680981842800975, 0.0033845475409179926, 0.04359694942831993, -0.06373251974582672, -0.029064632952213287, 0.026931779459118843, -0.015436067245900631, -0.03298691287636757, -0.009624948725104332, 0.007428833283483982, 0.04956170544028282, -0.009389973245561123, 0.06626302748918533, -0.022774524986743927, -0.03604159131646156, -0.030257584527134895, -0.01959332264959812, -0.013041127473115921, 0.033149588853120804, 0.024871228262782097, 0.0036421166732907295, -0.00934478547424078, 0.10707642138004303, 0.007248083129525185, -0.04269319772720337, -0.030998660251498222, -0.038861293345689774, 0.007727071177214384, -0.027257131412625313, -0.06738367676734924, -0.020099421963095665, 0.0371260903775692, 0.034649815410375595, 0.02682333067059517, 0.03378221392631531, -0.007306826766580343, 0.04721195250749588, 0.01498419139534235, 0.013330327346920967, 0.05520111322402954, 0.005336649715900421, -0.018581120297312737, 0.003070494160056114, -0.011233625002205372, -0.03493901342153549, 0.03305921331048012, -0.034523289650678635, -0.045729801058769226, -0.02767285518348217, -0.03522821515798569, -0.005133305676281452, -0.01966562122106552, 0.08054228872060776, 0.0648893192410469, 0.039439693093299866, 0.05802081525325775, -0.04638050124049187, 0.021003173664212227, -0.017876194790005684, 0.023389076814055443, 0.06944422423839569, -0.0005733170546591282, 0.08437419682741165, 0.015643930062651634, -0.0056258500553667545, 0.04663355275988579, 0.033854514360427856, -0.045729801058769226, 0.008319027721881866, -0.017749669030308723, 0.041608694940805435, 0.0040352484211325645, 0.01908722147345543, -0.01107998751103878, 0.03172165900468826, -0.004717580508440733, -0.050465457141399384, 0.11842752993106842, 0.0016459565376862884, 0.022196125239133835, -0.01796657033264637, -0.04988705739378929, -0.013004977256059647, -0.011125175282359123, -0.002013105433434248, -0.008888390846550465, 0.03333033621311188, -0.0010268870973959565, -0.016538644209504128, -0.013348402455449104, 0.023822877556085587, -0.01723453216254711, -0.05191145837306976, 0.05932221561670303, -0.01281518954783678, 0.029480358585715294, 0.04359694942831993, 0.01353819016367197, 0.049272503703832626, 0.010049710981547832, -0.024437427520751953, 0.016737468540668488, 0.02405785210430622, -0.036168117076158524, -0.04638050124049187, -0.02971533313393593, -0.0002502260613255203, -0.030185284093022346, 0.024961603805422783, 0.0668775737285614, -0.001937416265718639, -0.04923635348677635, -0.001633529900573194, 0.02832355722784996, -0.009168554097414017, -0.03802984207868576, -0.003633079119026661, 0.014243115670979023, 0.04956170544028282, 0.01672843098640442, 0.049417104572057724, -0.04012654349207878, -0.050067804753780365, 0.03278808668255806, -0.05021240562200546, -0.004071398172527552, -0.0041640326380729675, 0.022738374769687653, -0.052887510508298874, 0.004595573991537094, 0.005499324761331081, 0.05335745960474014, -0.045549049973487854, 0.0030298251658678055, -0.01790330745279789, -0.021563498303294182, 0.03154091164469719, 0.026769105345010757, 0.035047464072704315, -0.0291911568492651, -0.034649815410375595, -0.05552646145224571, 0.052092209458351135, 0.03748759254813194, 0.0003242206876166165, -0.005431543570011854, 0.0012663811212405562, -0.0073700896464288235, 0.015065529383718967, -0.042259398847818375, -0.042331695556640625, 0.042584747076034546, -0.029136933386325836, 0.07642118632793427, 0.05061005800962448, -0.058201566338539124, -0.03318573534488678, -0.04840490594506264, -0.04844105243682861, 0.04103029519319534, -0.010176236741244793, -0.02071397379040718, -0.01091731246560812, 0.041608694940805435, -0.021473124623298645, -0.00855852197855711, 0.02537732757627964, -0.05404431000351906, 0.022521475329995155, 0.017650257796049118, -0.0010890199337154627, -0.0035878915805369616, 0.027130605652928352, -0.030149133875966072, 0.01013104896992445, 0.01626751758158207, 0.006714870221912861, 0.06926348060369492, 0.024871228262782097, 0.007600545883178711, -0.007098964415490627, -0.027455955743789673, 0.015779493376612663, -0.01690918207168579, 0.001953231869265437, -0.03889744356274605, -0.03239043802022934, 0.04352464899420738, 0.014432903379201889, -0.05162225663661957, -0.013926803134381771, 0.015526442788541317, 0.018400371074676514, -0.019755996763706207, 0.025612303987145424, -0.011043837293982506, -0.059972915798425674, -0.006113875657320023, -0.011324000544846058, 0.0046949866227805614, 0.09688210487365723, -0.004500680137425661, 0.024112077429890633, 0.02512427791953087, 0.062322668731212616, -0.02440127730369568, 0.0024265714455395937, 0.03824674338102341, 0.06691372394561768, -0.024112077429890633, -0.024762777611613274, -0.021129699423909187, -0.01052869949489832, -0.024220526218414307, 0.029281532391905785, -0.04630820080637932, 0.08748310059309006, -0.035173989832401276, 0.009941261261701584, 0.045729801058769226, -0.031305935233831406, -0.025467703118920326, 0.0056258500553667545, -0.01710800640285015, -0.02752825617790222, -0.041608694940805435, -0.023786727339029312, -0.007008588872849941, -0.07772258669137955, -0.010808861814439297, 0.004484864417463541, -0.0010037284810096025, -0.052092209458351135, 0.0682874247431755, 0.006751019973307848, -0.026967929676175117, -0.024365127086639404, -0.05585181340575218, -0.00979666132479906, -0.0343606136739254, -0.05679171532392502, -0.06112971901893616, 0.021256223320961, 0.04565750062465668, 0.001082241884432733, -0.00411206716671586, 0.011387262493371964, -0.04211479797959328, 0.036547690629959106, 0.05863536521792412, 0.03802984207868576, -0.028432006016373634, 0.033944886177778244, -0.008246728219091892, -0.004460011143237352, -0.006118394434452057, -0.03273386135697365, -0.01861727051436901, -0.010347949340939522, -0.036746516823768616, 0.01252598874270916, 0.04594670236110687, -0.01045639906078577, -0.0596475675702095, -0.057478565722703934, -0.023389076814055443, 0.05867151543498039, 0.04497065022587776, 0.013664714992046356, -0.017586994916200638, -0.02530502900481224, -0.025919578969478607, 0.008038865402340889, 0.030311809852719307, -0.025811128318309784, -0.022792600095272064, 0.0220334492623806, -0.01816539466381073, -0.030185284093022346, 0.0025192059110850096, -0.04641665145754814, -0.01052869949489832, -0.02617262862622738, 0.003793494775891304, -0.038138292729854584, 0.016159068793058395, 0.05234525725245476, -0.044681448489427567, -0.02825125679373741, 0.017035705968737602, -0.0058291940949857235, -0.010185274295508862, 0.02445550262928009, -0.021328523755073547, -0.028901956975460052, -0.008874834515154362, -0.005756894126534462, 0.024708552286028862, 0.009064622223377228, 0.0007190469186753035, -0.08220519125461578, 0.03719839081168175, 0.06311797350645065, 0.007248083129525185, -0.008779941126704216, -0.00940804835408926, 0.024618176743388176, -0.05003165453672409, 0.02328062616288662, -0.006945326458662748, 0.12269324064254761, -0.05306825786828995, -0.055634912103414536, -0.02694985456764698, -0.04059649631381035, 0.009417085908353329 ]
22,811
pyfetch_mimic
FetchResponse
FetchResponse(headers: dict, url: str, ok: bool, redirected: bool, status: int, status_text: str, body_used: bool, do_not_use_body: bytes)
class FetchResponse: headers: dict url: str ok: bool redirected: bool status: int # type: str status_text: str body_used: bool do_not_use_body: bytes # unit-tested async def string(self) -> str: return await self._text() async def text(self) -> str: return await self._text() # unit-tested async def _text(self) -> str: return self.do_not_use_body.decode() async def buffer(self): logging.warning("`httpx_http.FetchResponse.buffer()` is not yet implemented for non-pyodide version") return self # unit-tested async def bytes(self) -> bytes: return bytes(self.do_not_use_body) # unit-tested async def json(self) -> dict: return json.loads(self.do_not_use_body) async def memoryview(self): logging.warning("`httpx_http.FetchResponse.memoryview()` is not yet implemented for non-pyodide version") return self async def unpack_archive(self, extract_dir: str, format: Literal["zip", "tar", "gztar", "bztar", "xztar"]): # treat data as an archive and unpack into target directory with BytesIO(self.bytes()) as file_buffer: shutil.unpack_archive(file_buffer, extract_dir=extract_dir, format=format) # shutil.unpack_archive(self.do_not_use_body, extract_dir=extract_dir, format=format) def raise_for_status(self): if self.status >= 400: raise OSError( f"Request failed due to local issue. Status code: {self.status}. Status text: {self.status_text}" ) def clone(self) -> "FetchResponse": # return copy.copy(self, deepcopy=True) return copy.deepcopy(self)
(headers: dict, url: str, ok: bool, redirected: bool, status: int, status_text: str, body_used: bool, do_not_use_body: bytes) -> None
[ -0.016613654792308807, -0.021492980420589447, -0.12317054718732834, 0.0033327091950923204, 0.008700964972376823, -0.0021141250617802143, -0.037737444043159485, 0.06445898860692978, -0.03739818558096886, -0.047496095299720764, 0.0808630958199501, 0.04633862525224686, -0.00048518856056034565, 0.025823507457971573, -0.01179419830441475, 0.021053941920399666, 0.03536263853311539, 0.021772369742393494, -0.004866852890700102, -0.019726844504475594, 0.008940441533923149, 0.056835662573575974, 0.038116615265607834, 0.04945181682705879, -0.0140791991725564, -0.0048294346779584885, -0.008067351765930653, -0.042187709361314774, 0.016952913254499435, -0.0007003428763709962, 0.023807916790246964, -0.009100092574954033, -0.008676019497215748, 0.04107015207409859, -0.021073898300528526, 0.008401620201766491, -0.011903958395123482, 0.049092601984739304, -0.07930650562047958, -0.029535386711359024, -0.05627688392996788, -0.04278639703989029, 0.005173681769520044, -0.039812903851270676, 0.042586833238601685, -0.029515430331230164, -0.07711130380630493, 0.01104583591222763, -0.02320922538638115, -0.028318049386143684, 0.0012217023177072406, 0.04278639703989029, 0.0006195820751599967, 0.012003740295767784, 0.059390075504779816, 0.070405974984169, 0.01464795507490635, 0.08868598192930222, -0.016633611172437668, 0.03827626630663872, -0.07296038419008255, 0.032449014484882355, 0.0029036477208137512, -0.026641717180609703, -0.018270030617713928, -0.012382910586893559, -0.06370064616203308, -0.001592765562236309, -0.01711256429553032, 0.0014006857527419925, 0.038475826382637024, 0.03943373262882233, 0.0017648889916017652, 0.021792326122522354, 0.0654568001627922, -0.019906451925635338, -0.006600560154765844, -0.02570376917719841, 0.04118989035487175, -0.01792079582810402, 0.010816337540745735, -0.0276794470846653, -0.00046273769112303853, -0.04454255476593971, 0.014827562496066093, -0.05148736387491226, 0.0635409951210022, -0.05312378332018852, -0.026362327858805656, 0.032868094742298126, -0.036081068217754364, 0.047536008059978485, -0.06577610224485397, -0.05108823627233505, -0.004228250123560429, -0.001932023442350328, -0.02155284956097603, -0.017611471936106682, -0.04033176973462105, 0.011165573261678219, -0.02895665355026722, 0.022331146523356438, -0.04154910519719124, 0.04198814556002617, 0.004462737124413252, 0.011784220114350319, 0.01954723708331585, -0.0235883966088295, -0.018200185149908066, -0.02199188992381096, -0.005717492196708918, -0.0002047084126388654, -0.03466416522860527, 0.037797313183546066, 0.01873900555074215, 0.001236045965924859, -0.033227309584617615, -0.05715496465563774, -0.0342450849711895, -0.025584030896425247, 0.04573993757367134, 0.026262545958161354, -0.011893980205059052, -0.007743061054497957, 0.030054250732064247, 0.06888929754495621, 0.01267227716743946, -0.025144990533590317, -0.0023448702413588762, 0.0063411276787519455, -0.024187086150050163, 0.040212031453847885, -0.01121546421200037, 0.07579419016838074, 0.03057311661541462, 0.030014339834451675, -0.06864982098340988, 0.00036482687573879957, -0.015047081746160984, -0.0016364200273528695, -0.0016114746686071157, 0.004527595359832048, 0.04581976309418678, 0.012372932396829128, -0.0260629840195179, -0.029156215488910675, 0.009399437345564365, -0.06461863964796066, -0.03699905797839165, -0.0028213278856128454, 0.004637354984879494, -0.02899656631052494, 0.004497660789638758, 0.05655627325177193, -0.021453067660331726, 0.032788269221782684, -0.016244463622570038, -0.012901775538921356, -0.009055190719664097, -0.003000935073941946, -0.028876828029751778, -0.034863729029893875, 0.05907077342271805, -0.05352291092276573, -0.00693482905626297, -0.016893044114112854, 0.07503584772348404, -0.05248517915606499, -0.010237603448331356, 0.0466180145740509, -0.01673339307308197, 0.04494168236851692, -0.04158901795744896, 0.0047970060259103775, -0.0008313063881359994, 0.04079076275229454, 0.024705952033400536, -0.009274709969758987, -0.06338134407997131, -0.039333950728178024, -0.004006235860288143, -0.06956780701875687, -0.022510753944516182, 0.00975865125656128, 0.01914811134338379, 0.039733078330755234, -0.010576861910521984, 0.03234923258423805, 0.056516360491514206, 0.03588150441646576, -0.0709647536277771, 0.012392888776957989, 0.04558028653264046, -0.0011531023774296045, 0.01750171184539795, -0.048014961183071136, -0.03925412520766258, 0.002709073480218649, 0.07547488808631897, -0.01840972527861595, -0.05025006830692291, 0.026661673560738564, 0.05739444121718407, 0.01678328402340412, -0.0416688434779644, 0.01796070858836174, -0.0208344217389822, 0.005617710296064615, -0.010347363539040089, 0.02448643185198307, -0.016114747151732445, 0.04530089721083641, -0.021852195262908936, 0.017751166597008705, 0.03562207147479057, -0.013061425648629665, 0.012213281355798244, -0.009499219246208668, 0.05663609877228737, -0.022989707067608833, 0.050729021430015564, 0.016104768961668015, -0.040212031453847885, 0.01038727629929781, -0.013650137931108475, 0.006630494724959135, 0.0036844396963715553, -0.008481445722281933, 0.0006473338580690324, -0.041030239313840866, -0.004537573549896479, -0.004537573549896479, 0.019726844504475594, 0.007408792153000832, 0.03101215697824955, 0.0015753037296235561, 0.007508574053645134, 0.0236881785094738, -0.021872151643037796, 0.011405049823224545, 0.01882880926132202, -0.009693793021142483, 0.022650448605418205, 0.003973806742578745, -0.024127217009663582, -0.01668350212275982, -0.02119363471865654, 0.04514124616980553, -0.011624569073319435, 0.0050439657643437386, -0.01598503068089485, -0.05380230024456978, -0.027479883283376694, -0.05819269269704819, 0.05100841075181961, -0.04518115893006325, -0.018140316009521484, -0.10960023105144501, 0.014977235347032547, 0.02534455433487892, 0.011884002014994621, -0.056117236614227295, -0.00957904476672411, 0.04039163514971733, -0.048294346779584885, -0.04494168236851692, 0.00155285291839391, -0.020674770697951317, -0.021373242139816284, 0.029475517570972443, 0.09898345917463303, 0.022331146523356438, 0.027859054505825043, -0.006435920484364033, -0.05025006830692291, 0.020265664905309677, 0.015436231158673763, 0.0011487369192764163, -0.027639534324407578, -0.02000623382627964, -0.001804801751859486, -0.042307447642087936, 0.0431855246424675, -0.04761583358049393, 0.02452634461224079, -0.020495163276791573, -0.002719051670283079, 0.03189023584127426, -0.02771935984492302, -0.03450451418757439, 0.0220717154443264, 0.03518303111195564, 0.026362327858805656, -0.03562207147479057, 0.04065106809139252, 0.016084812581539154, -0.11367132514715195, 0.013390705920755863, 0.01921795681118965, -0.013380727730691433, -0.049212340265512466, 0.011884002014994621, 0.04482194408774376, -0.027579665184020996, 0.02488555945456028, -0.03183036670088768, 0.005547862965613604, 0.0001746179914334789, -0.016583720222115517, 0.01713252067565918, 0.08269908279180527, 0.017681319266557693, 0.026182720437645912, 0.013330836780369282, -0.01261240802705288, 0.021133767440915108, 0.03791705146431923, 0.020594945177435875, 0.008062362670898438, 0.04494168236851692, -0.04685749113559723, -0.01001309510320425, 0.00664546201005578, 0.01957717165350914, 0.03971312195062637, -0.03226940706372261, 0.020205795764923096, 0.013430618681013584, -0.004986591171473265, 0.025065166875720024, -0.0317704975605011, 0.007523540873080492, -0.05970937758684158, -0.02700093202292919, 0.027080757543444633, -0.0056276884861290455, -0.01710258610546589, -0.057793568819761276, 0.060507629066705704, -0.04725661873817444, -0.007109446916729212, -0.01709260791540146, 0.0050988453440368176, 0.023807916790246964, -0.014837540686130524, -0.053283434361219406, 0.03987277299165726, 0.021872151643037796, 0.01590520516037941, -0.042626745998859406, -0.024925472214818, -0.020245708525180817, 0.023847829550504684, 0.03943373262882233, 0.051607102155685425, -0.023548483848571777, -0.023807916790246964, -0.03398565202951431, -0.012173368595540524, 0.003340192837640643, 0.0023049574811011553, 0.0025743681471794844, -0.02370813488960266, 0.016174616292119026, -0.05312378332018852, -0.06681383401155472, 0.010726533830165863, -0.008551293052732944, -0.018190206959843636, -0.008261925540864468, -0.06330151855945587, -0.023009663447737694, -0.07735078036785126, -0.03657997399568558, 0.016154659911990166, 0.016503894701600075, -0.06350108236074448, -0.03538259491324425, -0.06533706188201904, 0.05380230024456978, 0.06270282715559006, 0.00977860763669014, -0.024546300992369652, -0.005832240916788578, 0.0409105010330677, -0.03636045753955841, 0.04130962863564491, 0.00776301696896553, 0.0013208604650571942, 0.04035172611474991, 0.05025006830692291, -0.008875583298504353, -0.0023249138612300158, 0.019666975364089012, -0.010107886977493763, -0.05172684043645859, -0.009738694876432419, 0.05056937038898468, -0.022770186886191368, -0.028457744047045708, 0.0873289555311203, 0.042985960841178894, 0.030712811276316643, 0.05867164582014084, -0.020694727078080177, 0.022311190143227577, 0.06282256543636322, -0.04011224955320358, -0.024127217009663582, 0.021133767440915108, 0.0012609914410859346, -0.02408730611205101, -0.01587527059018612, -0.019916430115699768, 0.0009448080672882497, 0.03336700424551964, 0.012762080878019333, -0.0072241961024701595, 0.04765574634075165, 0.01059681735932827, 0.011973805725574493, 0.028836915269494057, 0.02087433449923992, 0.016463981941342354, -0.017781101167201996, -0.01917804591357708, -0.0024296846240758896, -0.019387586042284966, -0.0219719335436821, 0.004624882247298956, 0.05336325988173485, -0.0019245397998020053, -0.09004301577806473, -0.010786402970552444, 0.048014961183071136, 0.015725597739219666, -0.04897286370396614, 0.005463048815727234, 0.009464295580983162, 0.05180666595697403, -0.04274648427963257, 0.03416525945067406, 0.028298093006014824, 0.02081446535885334, 0.06006859242916107, 0.0021889612544327974, -0.050329893827438354, -0.0063012149184942245, 0.012792015448212624, -0.01451823953539133, -0.00940442644059658, 0.040251944214105606, 0.0264421533793211, 0.008730899542570114, -0.08892545849084854, -0.02488555945456028, 0.008840659633278847, -0.0007564700790680945, -0.07331959903240204, -0.011714372783899307, 0.027539752423763275, -0.04278639703989029, 0.04374430328607559, -0.019916430115699768, -0.028856871649622917, -0.010082942433655262, 0.013939505442976952, -0.0006245711701922119, -0.036959145218133926, -0.021932020783424377, -0.021732456982135773, -0.03398565202951431, 0.008087308146059513, 0.017821013927459717, 0.05148736387491226, -0.011145616881549358, 0.013520422391593456, -0.026182720437645912, -0.03640037029981613, -0.07942624390125275, -0.013500466011464596, -0.001557842013426125, 0.04526098445057869, -0.003564701648429036, -0.015406296588480473, -0.04238726943731308, 0.052365440875291824, 0.037318360060453415, 0.07711130380630493, -0.01040723267942667, 0.00419582100585103, 0.05420142412185669, -0.06521732360124588, -0.04809478670358658, 0.0010551916202530265, 0.014338632114231586, -0.057314615696668625, 0.025085123255848885, -0.004856874700635672, -0.11454940587282181, 0.02811848558485508, -0.0692485049366951, 0.05476020276546478, -0.0138896144926548, 0.007558464538305998, 0.030852505937218666, -0.04085063189268112, -0.026322415098547935, 0.018479572609066963, 0.0072790756821632385, -0.05132771283388138, 0.03179045394062996, -0.028717176988720894, -0.013590268790721893, 0.011355158872902393, 0.05751417949795723, -0.039733078330755234, 0.037298403680324554, 0.02119363471865654, -0.03218958154320717, 0.054400987923145294, 0.051207974553108215, 0.03185032308101654, -0.04745618253946304, -0.05260491743683815, 0.023368876427412033, 0.0006922356551513076, -0.010876206681132317, 0.027539752423763275, 0.001610227394849062, -0.02566385641694069, -0.02163267508149147, 0.019716866314411163, -0.0110358577221632, 0.06401994824409485, 0.01956719346344471, -0.036480192095041275, -0.002500779228284955, -0.05671592429280281, -0.0069547854363918304, 0.0464184507727623, 0.0523255281150341, -0.038475826382637024, -0.032488927245140076, -0.06573618948459625, 0.01530651468783617, 0.031191762536764145, 0.05927033722400665, 0.04330526292324066, -0.01994636468589306, -0.05356282368302345, -0.03218958154320717, 0.056117236614227295, -0.010536949150264263, -0.05587776005268097, -0.010327407158911228, 0.0033726219553500414, -0.057793568819761276, 0.0416688434779644, -0.0029485495761036873, -0.003048331243917346, 0.02243092842400074, -0.0620243139564991, -0.008406609296798706, -0.025204859673976898, 0.0913202241063118, 0.06749235093593597, 0.029874645173549652, 0.0012909258948639035, -0.05372247472405434, 0.032069843262434006, 0.06062736734747887, -0.0017736199079081416, -0.0011356406612321734, 0.0635409951210022, 0.03139132633805275, 0.011275333352386951, 0.005168692674487829, 0.07475645840167999, 0.021093854680657387, 0.034843772649765015, -0.023847829550504684, 0.02692110650241375, -0.11127656698226929, -0.05292421951889992, -0.033686306327581406, -0.006056749727576971, -0.030712811276316643, 0.0903623178601265, -0.04817461222410202, -0.03887495398521423, 0.010816337540745735, -0.009728716686367989, -0.03903460502624512, 0.03426504135131836, 0.050729021430015564, -0.061784837394952774, 0.00028437789296731353, 0.000010923368790827226, -0.012891797348856926, 0.050050508230924606, 0.07216213643550873, -0.04194823279976845, -0.007423759438097477, 0.023927655071020126, 0.012512627057731152, -0.037278447300195694, 0.002564389957115054, 0.01020267978310585, -0.017362017184495926, 0.025364510715007782, -0.03913438692688942, 0.03308761492371559, -0.01671343669295311, -0.019347673282027245, -0.030433421954512596, -0.047057054936885834, 0.050329893827438354, -0.035721853375434875, -0.028318049386143684, 0.023907698690891266, -0.03418521583080292, -0.021872151643037796, 0.02117367833852768, -0.07296038419008255, 0.021353285759687424, 0.04043154790997505, 0.0002758028858806938, -0.028757089748978615, 0.007119425106793642, 0.025085123255848885, 0.00488930381834507, 0.04821452498435974, -0.009923291392624378, 0.06066728010773659, -0.0022687867749482393, 0.013360771350562572, 0.005737448576837778, 0.04857373610138893, 0.01124539878219366, 0.03602119907736778, -0.021932020783424377, -0.04326535016298294, 0.0026816334575414658, -0.10584843903779984, -0.017451820895075798, 0.056436534970998764, -0.02981477603316307, 0.046697840094566345, -0.04087058827280998, -0.03759774938225746, 0.07599375396966934, 0.042985960841178894, 0.003422512672841549, -0.014448392204940319, 0.02041533775627613, -0.002035546815022826, 0.004011224955320358, 0.055318981409072876, -0.003252883907407522, 0.0019382598111405969, -0.02155284956097603, 0.05256500467658043, -0.006440909579396248, 0.010706577450037003, 0.030692854896187782, -0.003674461506307125, -0.047575920820236206, 0.028757089748978615, -0.03386591374874115, 0.0464184507727623, 0.04538072273135185, -0.009943247772753239, -0.023009663447737694, 0.007034610491245985, -0.02209167182445526, -0.020255686715245247, -0.049132514744997025, 0.024127217009663582, 0.007104457821696997, 0.013979418203234673, 0.012163390405476093, -0.07156344503164291, -0.008246958255767822, -0.009923291392624378, 0.017421886324882507, 0.021333329379558563, 0.00007620048563694581, -0.03871530294418335, -0.10089926421642303, 0.025943245738744736, 0.00437293341383338, 0.007673213724046946, 0.0009042717865668237, -0.059749290347099304, 0.028278136625885963, -0.021153723821043968, -0.07531523704528809, 0.010247581638395786, 0.007289053872227669, 0.04314561188220978, -0.07411785423755646, 0.009813531301915646, 0.012861862778663635, -0.023029619827866554, 0.0528843067586422, -0.038156528025865555, 0.038196440786123276, -0.010836293920874596, 0.01592516154050827, 0.01962706260383129, 0.05595758557319641, 0.02237105928361416, -0.05723479017615318, 0.02570376917719841, 0.02983473241329193, 0.006894916296005249, 0.016523851081728935, -0.006356094963848591, 0.015785466879606247, -0.025584030896425247, 0.027519796043634415, 0.03949360176920891, 0.06884938478469849, 0.022291233763098717, -0.03141128271818161, -0.0015890237409621477, -0.016623632982373238, 0.03137136995792389, 0.04150919243693352, 0.044662293046712875, 0.07519549876451492, -0.03268848732113838, -0.022770186886191368, -0.020495163276791573, -0.06206422299146652, 0.04111006483435631, 0.019048329442739487, 0.008441532962024212, 0.06170501187443733, -0.017621450126171112, -0.04494168236851692, 0.008805735968053341, -0.0015503583708778024, -0.06980728358030319, -0.03274835646152496, 0.0473763570189476, 0.02734018862247467, 0.0073638902977108955, 0.009429371915757656, 0.03422512859106064, -0.036120980978012085, -0.031670715659856796, 0.05715496465563774, 0.027160581201314926, 0.001874648965895176, 0.005682568531483412, -0.004036170430481434, 0.005857186391949654, -0.009524164721369743, -0.041429366916418076, 0.012342997826635838, 0.005473027005791664, 0.013500466011464596, -0.03949360176920891, 0.0439438670873642, -0.005707514006644487, 0.045021507889032364 ]
22,812
pyfetch_mimic
__eq__
null
import copy import json import logging import shutil import sys from dataclasses import dataclass from io import BytesIO from typing import Literal if "pyodide" not in sys.modules: import httpx @dataclass class FetchResponse: headers: dict url: str ok: bool redirected: bool status: int # type: str status_text: str body_used: bool do_not_use_body: bytes # unit-tested async def string(self) -> str: return await self._text() async def text(self) -> str: return await self._text() # unit-tested async def _text(self) -> str: return self.do_not_use_body.decode() async def buffer(self): logging.warning("`httpx_http.FetchResponse.buffer()` is not yet implemented for non-pyodide version") return self # unit-tested async def bytes(self) -> bytes: return bytes(self.do_not_use_body) # unit-tested async def json(self) -> dict: return json.loads(self.do_not_use_body) async def memoryview(self): logging.warning("`httpx_http.FetchResponse.memoryview()` is not yet implemented for non-pyodide version") return self async def unpack_archive(self, extract_dir: str, format: Literal["zip", "tar", "gztar", "bztar", "xztar"]): # treat data as an archive and unpack into target directory with BytesIO(self.bytes()) as file_buffer: shutil.unpack_archive(file_buffer, extract_dir=extract_dir, format=format) # shutil.unpack_archive(self.do_not_use_body, extract_dir=extract_dir, format=format) def raise_for_status(self): if self.status >= 400: raise OSError( f"Request failed due to local issue. Status code: {self.status}. Status text: {self.status_text}" ) def clone(self) -> "FetchResponse": # return copy.copy(self, deepcopy=True) return copy.deepcopy(self)
(self, other)
[ -0.015573972836136818, -0.02778271585702896, -0.0966525450348854, -0.004903551656752825, 0.026804450899362564, 0.00669133011251688, -0.023928353562951088, 0.06217849999666214, -0.04046102613210678, -0.05008715018630028, 0.09360036253929138, 0.026941407471895218, -0.012062002904713154, 0.026139231398701668, -0.011328304186463356, -0.0072489408776164055, 0.004808170720934868, 0.058500226587057114, -0.017285935580730438, 0.005385346710681915, 0.0040597980841994286, 0.05282628908753395, 0.03318273648619652, 0.03690014407038689, -0.010985911823809147, -0.004431538749486208, 0.005448934156447649, -0.02838923968374729, -0.0019015019061043859, -0.02365443855524063, 0.02161964774131775, -0.014067445881664753, -0.018254417926073074, 0.04656539857387543, -0.02565009891986847, 0.028213152661919594, 0.008569598197937012, 0.06550460308790207, -0.050048019737005234, -0.03480665758252144, -0.07923943549394608, -0.05059584602713585, 0.005766869988292456, -0.05333498865365982, 0.029250113293528557, -0.023576177656650543, -0.09180035442113876, 0.006750026252120733, -0.031030554324388504, -0.01601419225335121, 0.011915263719856739, 0.010379387997090816, 0.019995728507637978, 0.023380525410175323, 0.07129592448472977, 0.07004375010728836, 0.01781419850885868, 0.1094873771071434, -0.005673934705555439, 0.0289761982858181, -0.08021770417690277, 0.02887837216258049, 0.0070239403285086155, -0.02999359369277954, -0.018078330904245377, 0.0021289484575390816, -0.0608089305460453, -0.008232097141444683, -0.03439578413963318, 0.015671798959374428, 0.022500086575746536, 0.026784885674715042, 0.0067255692556500435, 0.03148055449128151, 0.0973569005727768, -0.0188120286911726, -0.00767448591068387, -0.044530607759952545, 0.04077406972646713, 0.010888085700571537, 0.0038665910251438618, -0.058421965688467026, -0.019262030720710754, 0.00011670391540974379, 0.008941338397562504, -0.03418056666851044, 0.07188288867473602, -0.038484930992126465, -0.010584823787212372, 0.025884881615638733, -0.02717619203031063, 0.049148015677928925, -0.06953505426645279, -0.016444629058241844, -0.01991746760904789, -0.006260893773287535, -0.013715269975364208, 0.009885364212095737, -0.032341428101062775, 0.017638111487030983, -0.01057504117488861, 0.0360197052359581, -0.04366973415017128, 0.03723275288939476, -0.005512521136552095, 0.024280527606606483, 0.016650063917040825, -0.0041160485707223415, -0.021600082516670227, -0.05012628063559532, -0.020406600087881088, -0.0038127864245325327, -0.04061754792928696, 0.02152182161808014, 0.016845718026161194, 0.001118890126235783, -0.009508732706308365, -0.03400447964668274, -0.017765285447239876, -0.043630603700876236, 0.035178396850824356, 0.030345769599080086, -0.02768488973379135, -0.021697910502552986, 0.028350109234452248, 0.07724377512931824, 0.01499679684638977, -0.016806585714221, -0.004517137072980404, 0.03447404503822327, -0.012717440724372864, 0.046839311718940735, -0.03349578008055687, 0.04245668649673462, 0.02445661649107933, 0.005820674821734428, -0.058304574340581894, 0.0008443646947853267, -0.026784885674715042, -0.005018497817218304, -0.005688609089702368, 0.012658744119107723, 0.05924370512366295, 0.03895449638366699, -0.01891963742673397, -0.018156591802835464, 0.003022837685421109, -0.04578278586268425, -0.04018711298704147, 0.02557183802127838, -0.015212015248835087, -0.015505494549870491, -0.00845709815621376, 0.04981323704123497, -0.01829354837536812, 0.02737184427678585, -0.029602287337183952, -0.01719789206981659, -0.02717619203031063, -0.005688609089702368, -0.03196968883275986, -0.0608089305460453, 0.049539320170879364, -0.02968055009841919, -0.010839172638952732, -0.017775068059563637, 0.0483262725174427, -0.06417416036128998, 0.0009966071229428053, 0.06335242092609406, -0.016718542203307152, 0.05372629314661026, -0.035471875220537186, -0.010115256533026695, -0.0024517758283764124, 0.05067410692572594, 0.018039200454950333, -0.020582688972353935, -0.03146098926663399, -0.05047845467925072, -0.00606034928932786, -0.054782819002866745, -0.024574007838964462, 0.03146098926663399, 0.024515312165021896, 0.014204402454197407, -0.015329406596720219, 0.027841411530971527, 0.06886982917785645, 0.04073493927717209, -0.07904378324747086, 0.012844614684581757, 0.015427233651280403, 0.004433984402567148, 0.011602218262851238, -0.057600222527980804, -0.03893493115901947, -0.012463091872632504, 0.054978471249341965, 0.004421756137162447, -0.056504566222429276, 0.03862188756465912, 0.05979153513908386, 0.010927216149866581, -0.04507843405008316, 0.02475009486079216, -0.029739245772361755, 0.009425579570233822, -0.022363130003213882, 0.007855464704334736, 0.022715304046869278, 0.05270889773964882, -0.026589233428239822, -0.005155454855412245, 0.030228378251194954, -0.009229927323758602, 0.009582102298736572, 0.0019271813798695803, 0.045548003166913986, -0.03633274883031845, 0.02795880287885666, 0.04910888522863388, -0.04687844216823578, 0.0358436182141304, -0.006099480204284191, -0.025121835991740227, 0.003964417614042759, -0.005791326519101858, -0.005365781486034393, -0.043121904134750366, -0.0049304538406431675, -0.0007373669650405645, 0.007473941892385483, -0.0003867202321998775, 0.07372201979160309, -0.00630980683490634, 0.016923978924751282, 0.015603320673108101, -0.037174057215452194, 0.024769660085439682, 0.01151417475193739, -0.02163921296596527, 0.01950659602880478, -0.01403809804469347, -0.020973993465304375, -0.016571803018450737, -0.007845682092010975, 0.033358823508024216, -0.003262512618675828, 0.0077233994379639626, 0.0010907651158049703, -0.06354807317256927, -0.013265268877148628, -0.03926754370331764, 0.05681760981678963, -0.01870441995561123, -0.011465261690318584, -0.0967308059334755, 0.01213048119097948, 0.006231545936316252, -0.0011696376604959369, -0.07184375822544098, -0.01303048525005579, 0.04519582539796829, -0.03870014846324921, -0.04973497614264488, 0.0012570701073855162, -0.03222403675317764, -0.005272846203297377, 0.01580875739455223, 0.06084806099534035, 0.03443491458892822, 0.018283765763044357, -0.01903703063726425, -0.058187179267406464, 0.007336984854191542, 0.020445730537176132, -0.01177830621600151, -0.013950053602457047, -0.0014673969708383083, -0.01751093752682209, -0.040813200175762177, 0.029328374192118645, -0.030971858650445938, 0.00930818822234869, -0.018332678824663162, 0.0004631471529137343, 0.032458819448947906, -0.03510013595223427, -0.034356653690338135, 0.007111983839422464, 0.057991527020931244, 0.029152287170290947, -0.03781970962882042, 0.027626194059848785, 0.04085233062505722, -0.11355695873498917, -0.007879921235144138, 0.012101133354008198, -0.01363700907677412, -0.0688306987285614, 0.01991746760904789, 0.04515669494867325, -0.02586531639099121, 0.015975061804056168, -0.037584926933050156, 0.004301918670535088, -0.019995728507637978, -0.012062002904713154, 0.011318521574139595, 0.08749599009752274, 0.002237780252471566, 0.01015438698232174, 0.024906618520617485, -0.014771795831620693, 0.019457682967185974, 0.03388708829879761, 0.022617477923631668, 0.02768488973379135, 0.05724804848432541, -0.0289761982858181, -0.0007220815750770271, -0.0008841066737659276, 0.032947953790426254, 0.03695883974432945, -0.02997402846813202, 0.044021908193826675, 0.01533918920904398, 0.03412187099456787, 0.009758190251886845, -0.03502187505364418, 0.016620716080069542, -0.0595567524433136, -0.021697910502552986, 0.0515349805355072, -0.0191250741481781, -0.007821225561201572, -0.09813950955867767, 0.06292197853326797, -0.02285226248204708, -0.013304399326443672, 0.006681547500193119, -0.01227722130715847, 0.013098963536322117, -0.01397940143942833, -0.06346981227397919, 0.015260928310453892, 0.02958272211253643, 0.013695704750716686, -0.03895449638366699, -0.024515312165021896, -0.008985361084342003, 0.010555475018918514, 0.020660949870944023, 0.04891323298215866, -0.048443663865327835, -0.008515793830156326, -0.02443705126643181, -0.02275443635880947, 0.01679680310189724, 0.004759257659316063, -0.02021094784140587, -0.023830527439713478, 0.018176157027482986, -0.04883497208356857, -0.08319162577390671, 0.009606558829545975, -0.01660115085542202, -0.007385897915810347, -0.002981261583045125, -0.06753939390182495, -0.02073921076953411, -0.0694567859172821, -0.05552630126476288, 0.025219662114977837, 0.02989576756954193, -0.03991319611668587, -0.0486784502863884, -0.06675677746534348, 0.05583934485912323, 0.043434951454401016, -0.0009654249297454953, -0.015300058759748936, -0.01015438698232174, 0.04406103864312172, -0.03764362260699272, 0.047661054879426956, 0.016630498692393303, -0.013764183036983013, 0.031734906136989594, 0.05071323737502098, -0.014801143668591976, -0.00004635292862076312, 0.02443705126643181, -0.016581585630774498, -0.04777844622731209, -0.04339582100510597, 0.054587166756391525, -0.0032576213125139475, -0.010369605384767056, 0.06922200322151184, 0.04950018972158432, 0.02263704314827919, 0.052669767290353775, -0.01608267053961754, 0.0049695842899382114, 0.05924370512366295, -0.05752196162939072, -0.01701202243566513, 0.019095726311206818, 0.00965547189116478, -0.00009859073179541156, -0.012287003919482231, -0.0008504788274876773, 0.018655506893992424, 0.0467219203710556, 0.028702285140752792, -0.00706796208396554, 0.02989576756954193, 0.0049402364529669285, 0.02103268913924694, 0.013862010091543198, 0.04468712955713272, -0.004663876723498106, -0.023067479953169823, -0.03562839701771736, -0.0030815335921943188, 0.006794048007577658, -0.025297923013567924, 0.02725445292890072, 0.04077406972646713, 0.013470703735947609, -0.10486996918916702, -0.04273059964179993, 0.03600014001131058, 0.011964176781475544, -0.03625448793172836, 0.007410354446619749, 0.04136103019118309, 0.06100458279252052, -0.04257407784461975, 0.03836753964424133, 0.03963928297162056, 0.01568158157169819, 0.05243498459458351, 0.013187007047235966, -0.07094375044107437, 0.0208174716681242, 0.01730550080537796, -0.015720712020993233, 0.004287244752049446, 0.0016178051009774208, 0.04441321641206741, -0.009919603355228901, -0.07207854092121124, -0.03801536560058594, 0.025493577122688293, -0.013255486264824867, -0.05646543577313423, 0.003573111491277814, 0.015867453068494797, -0.0515349805355072, 0.05521325767040253, -0.032869692891836166, -0.02574792504310608, -0.010359822772443295, -0.02958272211253643, -0.005111432634294033, -0.012502222321927547, -0.022089214995503426, -0.012570700608193874, -0.010330474935472012, 0.018733767792582512, -0.0018538114381954074, 0.06796982884407043, 0.009097861126065254, 0.01126960851252079, -0.02766532450914383, -0.027313148602843285, -0.08217422664165497, -0.01923268288373947, -0.01770658977329731, 0.04425669088959694, -0.028526196256279945, -0.04093059152364731, -0.06206110864877701, 0.07192201912403107, 0.04116537794470787, 0.07145244628190994, -0.012110915966331959, 0.009582102298736572, 0.05270889773964882, -0.07485681027173996, -0.058108918368816376, 0.026608798652887344, -0.0013842444168403745, -0.04629148170351982, 0.030306639149785042, 0.005600565113127232, -0.13030484318733215, 0.030345769599080086, -0.05724804848432541, 0.051065415143966675, -0.015603320673108101, 0.016170714050531387, 0.050165411084890366, -0.015182667411863804, -0.012766353785991669, 0.01790224201977253, 0.012032655067741871, -0.07282201945781708, 0.0206413846462965, -0.0070435055531561375, -0.012404395267367363, 0.006965244188904762, 0.06746113300323486, -0.02203051932156086, 0.057091522961854935, 0.03038490004837513, -0.02745010517537594, 0.03662622720003128, 0.03932623937726021, 0.03645014017820358, -0.04476539045572281, -0.04789583757519722, 0.03191099315881729, -0.02334139496088028, -0.012600048445165157, 0.011073955334722996, 0.022265303879976273, -0.010173952206969261, -0.01600440964102745, 0.04257407784461975, -0.013773966580629349, 0.038993626832962036, 0.021854432299733162, -0.036274053156375885, 0.024632703512907028, -0.046134959906339645, -0.007992422208189964, 0.04801322892308235, 0.034239262342453, -0.0547436885535717, -0.039091456681489944, -0.050048019737005234, 0.019438117742538452, 0.02533705346286297, 0.06417416036128998, 0.055682823061943054, -0.004399745259433985, -0.05806978791952133, -0.022910958155989647, 0.05353064090013504, 0.011954394169151783, -0.029758810997009277, -0.009772864170372486, -0.010604389011859894, -0.04981323704123497, 0.0328109972178936, -0.02011312171816826, 0.011465261690318584, 0.009533189237117767, -0.06417416036128998, -0.019956598058342934, -0.024671833962202072, 0.07982639223337173, 0.07145244628190994, 0.007498398423194885, -0.01031090971082449, -0.06229589134454727, 0.0390523262321949, 0.050556715577840805, 0.01891963742673397, -0.002939685247838497, 0.07188288867473602, 0.033750131726264954, 0.011533739976584911, -0.020504426211118698, 0.08107857406139374, 0.012482657097280025, 0.027000105008482933, -0.019183769822120667, 0.03273273631930351, -0.10776562988758087, -0.036978404968976974, -0.03437621891498566, 0.010721780359745026, -0.02144356071949005, 0.11864393204450607, -0.04942192882299423, -0.033965349197387695, -0.010702215135097504, -0.012306569144129753, -0.036176227033138275, 0.0384262353181839, 0.0573263093829155, -0.06976983696222305, 0.02222617343068123, 0.016278322786092758, -0.042808860540390015, 0.021756606176495552, 0.06898722052574158, -0.04797409847378731, -0.02212834544479847, 0.04566539451479912, 0.012854397296905518, -0.017980504781007767, 0.006001653615385294, 0.005243498366326094, -0.012609831057488918, 0.02637401409447193, -0.05149585008621216, 0.03408274054527283, -0.002790499944239855, -0.028721850365400314, -0.01982942409813404, -0.013764183036983013, 0.010105473920702934, -0.04781757667660713, -0.014184837229549885, 0.016033757477998734, -0.036567531526088715, -0.005791326519101858, -0.0077331820502877235, -0.07039592415094376, 0.02343922108411789, 0.0361957922577858, 0.045939307659864426, -0.015828322619199753, 0.02829141356050968, 0.009635906666517258, 0.012854397296905518, 0.04891323298215866, -0.009640797972679138, 0.04476539045572281, 0.010702215135097504, 0.01661093346774578, -0.0006756139919161797, 0.045626264065504074, 0.017276152968406677, 0.048639316111803055, -0.0007465382223017514, -0.05130019783973694, -0.0006163067300803959, -0.10197430849075317, -0.024515312165021896, 0.057795874774456024, -0.008740794844925404, 0.019046813249588013, -0.048639316111803055, -0.023008784279227257, 0.036274053156375885, 0.03118707612156868, 0.004147842060774565, -0.01448809914290905, 0.041087113320827484, 0.01403809804469347, -0.012697875499725342, 0.055682823061943054, 0.0017657676944509149, 0.018479419872164726, -0.014458751305937767, 0.03337838873267174, -0.012306569144129753, -0.00043532776180654764, 0.007738073356449604, 0.008222314529120922, -0.048952363431453705, 0.03433708846569061, -0.03128490224480629, 0.047230616211891174, 0.03009141981601715, -0.0032038167119026184, -0.030110985040664673, 0.0043777343817055225, -0.04038276523351669, -0.011641349643468857, -0.05341324955224991, 0.022010954096913338, 0.022480521351099014, 0.0011109417537227273, 0.01588701829314232, -0.04918714612722397, -0.024124005809426308, -0.01538810320198536, 0.012913092970848083, 0.030874032527208328, -0.0001863288489403203, -0.023067479953169823, -0.09970473498106003, 0.013998966664075851, 0.025787055492401123, 0.012746788561344147, -0.02295008860528469, -0.05728717893362045, -0.003578003030270338, -0.00032955288770608604, -0.04570452496409416, -0.0059771970845758915, 0.012463091872632504, 0.0464480035007, -0.058187179267406464, 0.026784885674715042, 0.018547898158431053, -0.027019670233130455, 0.047543659806251526, -0.039091456681489944, 0.022774001583456993, -0.018645724281668663, 0.012287003919482231, 0.030052289366722107, 0.043904516845941544, 0.01388157531619072, -0.03353491052985191, 0.013089180923998356, 0.025004444643855095, -0.023008784279227257, 0.031030554324388504, 0.0054440428502857685, 0.020700080320239067, -0.021913127973675728, 0.02664792910218239, 0.03437621891498566, 0.07184375822544098, 0.00003951272083213553, -0.0171196311712265, -0.010858737863600254, -0.022793566808104515, 0.03202838450670242, 0.03543274477124214, 0.04347408190369606, 0.06761765480041504, -0.032869692891836166, -0.036078400909900665, -0.02285226248204708, -0.054078470915555954, 0.02817402221262455, 0.019076161086559296, 0.008315249346196651, 0.05220020189881325, -0.02115008234977722, -0.02496531419456005, 0.006481003016233444, 0.004380180034786463, -0.05912631377577782, -0.03067837841808796, 0.05169150233268738, 0.026510972529649734, -0.008686990477144718, 0.032243601977825165, 0.015407668426632881, -0.033613171428442, -0.033750131726264954, 0.060926321893930435, 0.01681636832654476, 0.008926664479076862, -0.015652233734726906, 0.006750026252120733, -0.01001742947846651, -0.02979794144630432, -0.04406103864312172, 0.011885914951562881, -0.012600048445165157, 0.01782398112118244, -0.010359822772443295, 0.03836753964424133, -0.011934828944504261, 0.03609796613454819 ]
22,815
pyfetch_mimic
_text
null
@dataclass class FetchResponse: headers: dict url: str ok: bool redirected: bool status: int # type: str status_text: str body_used: bool do_not_use_body: bytes # unit-tested async def string(self) -> str: return await self._text() async def text(self) -> str: return await self._text() # unit-tested async def _text(self) -> str: return self.do_not_use_body.decode() async def buffer(self): logging.warning("`httpx_http.FetchResponse.buffer()` is not yet implemented for non-pyodide version") return self # unit-tested async def bytes(self) -> bytes: return bytes(self.do_not_use_body) # unit-tested async def json(self) -> dict: return json.loads(self.do_not_use_body) async def memoryview(self): logging.warning("`httpx_http.FetchResponse.memoryview()` is not yet implemented for non-pyodide version") return self async def unpack_archive(self, extract_dir: str, format: Literal["zip", "tar", "gztar", "bztar", "xztar"]): # treat data as an archive and unpack into target directory with BytesIO(self.bytes()) as file_buffer: shutil.unpack_archive(file_buffer, extract_dir=extract_dir, format=format) # shutil.unpack_archive(self.do_not_use_body, extract_dir=extract_dir, format=format) def raise_for_status(self): if self.status >= 400: raise OSError( f"Request failed due to local issue. Status code: {self.status}. Status text: {self.status_text}" ) def clone(self) -> "FetchResponse": # return copy.copy(self, deepcopy=True) return copy.deepcopy(self)
(self) -> str
[ -0.006957537494599819, -0.031635984778404236, -0.1014888659119606, -0.004836578853428364, 0.011387764476239681, -0.009524492546916008, -0.037840284407138824, 0.05637389421463013, -0.026165097951889038, -0.037007756531238556, 0.07948639988899231, 0.029990753158926964, -0.0046160584315657616, 0.024083783850073814, -0.018484055995941162, 0.018325479701161385, 0.019940976053476334, 0.028662675991654396, -0.004675524774938822, -0.010456128045916557, 0.004858878441154957, 0.05819752439856529, 0.021387986838817596, 0.053836673498153687, -0.010644437745213509, 0.006947626825422049, -0.010723725892603397, -0.032964058220386505, 0.021982647478580475, -0.009113185107707977, 0.014380893670022488, -0.012081536464393139, -0.005069487728178501, 0.04919831454753876, -0.0037909660022705793, -0.0039718421176075935, 0.004891089629381895, 0.0425381064414978, -0.08325258642435074, -0.02410360611975193, -0.058673251420259476, -0.05034799128770828, -0.004006530623883009, -0.04249846190214157, 0.05344023182988167, -0.016610873863101006, -0.07139900326728821, 0.004412882495671511, -0.04138842970132828, -0.02961413376033306, 0.0012308250879868865, 0.03425249457359314, 0.005203286651521921, 0.023726986721158028, 0.06299445778131485, 0.07036826014518738, 0.015877457335591316, 0.09657300263643265, -0.02122941054403782, 0.03197295963764191, -0.07048719376325607, 0.027750862762331963, 0.007874307222664356, -0.03298388049006462, -0.02459915727376938, -0.003134360769763589, -0.07405515760183334, -0.0034416024573147297, -0.014777334406971931, 0.0016340798465535045, 0.020337417721748352, 0.042419176548719406, 0.0011372898006811738, 0.0416659377515316, 0.06993217021226883, -0.020773502066731453, -0.0032037380151450634, -0.047216109931468964, 0.04033786058425903, -0.012200468219816685, 0.009465026669204235, -0.036175232380628586, -0.010168708860874176, -0.031100787222385406, 0.009356005117297173, -0.051061585545539856, 0.06719673424959183, -0.03334067761898041, -0.03948551416397095, 0.029851999133825302, -0.04392565041780472, 0.0580785907804966, -0.06477843970060349, -0.033598367124795914, 0.0014494870556518435, -0.0022510408889502287, -0.020377062261104584, -0.0023043127730488777, -0.050625503063201904, 0.02200246974825859, -0.01756233163177967, 0.03575896844267845, -0.028325701132416725, 0.0425381064414978, -0.005138865206390619, -0.002210157923400402, 0.007517510559409857, -0.01747313141822815, -0.025253284722566605, -0.022121401503682137, -0.013399702496826649, 0.0007594320923089981, -0.03175491467118263, 0.0461457185447216, 0.023826098069548607, -0.01320148166269064, -0.019247205927968025, -0.04360849782824516, -0.041110921651124954, -0.02913840487599373, 0.04749361798167229, 0.03300370275974274, -0.017631707713007927, 0.001023932476527989, 0.026125455275177956, 0.06283587962388992, 0.030823279172182083, -0.02386574074625969, -0.001844689017161727, -0.0010778236901387572, -0.018612898886203766, 0.0426570400595665, -0.01843450218439102, 0.06894107162952423, 0.0434102788567543, 0.02289446070790291, -0.05141838267445564, 0.003875209717079997, -0.028325701132416725, 0.002139542018994689, 0.0073292008601129055, 0.013379880227148533, 0.043846361339092255, 0.016135144978761673, -0.020971722900867462, -0.031001677736639977, 0.004816756583750248, -0.057840727269649506, -0.04019910469651222, -0.0000923738261917606, 0.0006042626337148249, -0.03724562004208565, 0.01795877143740654, 0.06687957793474197, -0.020416704937815666, 0.022874638438224792, -0.030387194827198982, -0.030704347416758537, -0.0025012942496687174, -0.010921946726739407, -0.0294159147888422, -0.040674835443496704, 0.0498722642660141, -0.043886005878448486, -0.01737402193248272, -0.01604594476521015, 0.060338303446769714, -0.06596776098012924, -0.014083562418818474, 0.05090301111340523, -0.007775196805596352, 0.03367765247821808, -0.0335785448551178, 0.012755485251545906, -0.009544314816594124, 0.0390494279563427, 0.022775528952479362, -0.009108229540288448, -0.03748348727822304, -0.03157651796936989, -0.020456349477171898, -0.052568063139915466, -0.021586205810308456, 0.02283499576151371, 0.0240639615803957, 0.03801868110895157, -0.014489914290606976, 0.032230645418167114, 0.05712713301181793, 0.04009999707341194, -0.08555194735527039, 0.0038008771371096373, 0.027949083596467972, 0.001105078961700201, 0.02497577667236328, -0.04578892141580582, -0.04416351392865181, 0.01256717648357153, 0.055501725524663925, -0.00004328329305280931, -0.05003083869814873, 0.029832176864147186, 0.06898071616888046, -0.0025520881172269583, -0.04717646539211273, 0.016214432194828987, -0.02206193469464779, 0.020317595452070236, -0.02005990967154503, 0.004789501428604126, -0.007889173924922943, 0.04971368610858917, -0.021447451785206795, 0.01425204984843731, 0.04689895734190941, -0.03294423967599869, 0.025114530697464943, -0.014400715008378029, 0.05026870593428612, -0.027988726273179054, 0.06561096757650375, 0.012963617220520973, -0.05530350282788277, 0.02677958272397518, -0.014242138713598251, 0.0011255204444751143, 0.0008381007937714458, -0.008939742110669613, 0.0015857635298743844, -0.04455995559692383, -0.014291694387793541, 0.002589254640042782, 0.03207206726074219, 0.007958550937473774, 0.0452735498547554, 0.0007606709841638803, 0.013895253650844097, 0.024757733568549156, -0.025312751531600952, 0.02259713038802147, 0.009643424302339554, -0.022359266877174377, 0.0169775802642107, -0.0029906509444117546, -0.029733067378401756, -0.015996389091014862, -0.008013061247766018, 0.04285525903105736, -0.0013032994465902448, 0.0015238196356222034, -0.02640296332538128, -0.050863366574048996, -0.03387587517499924, -0.04162629321217537, 0.052964501082897186, -0.049119025468826294, -0.014489914290606976, -0.09641442447900772, 0.023826098069548607, 0.009638468734920025, 0.01258699782192707, -0.05776143819093704, -0.005614594090729952, 0.060774389654397964, -0.044480666518211365, -0.04372743144631386, -0.0037290221080183983, -0.02757246419787407, -0.019940976053476334, 0.028623031452298164, 0.0870584174990654, 0.025927234441041946, 0.026026343926787376, -0.008706833235919476, -0.044916752725839615, 0.01726500131189823, 0.007681042421609163, -0.022418731823563576, -0.012795129790902138, -0.029931286349892616, -0.0006274916231632233, -0.047652196139097214, 0.035501282662153244, -0.057801082730293274, 0.04045679420232773, -0.028682498261332512, -0.008424368686974049, 0.038871027529239655, -0.01799841597676277, -0.038335833698511124, 0.017532598227262497, 0.024797378107905388, 0.019237294793128967, -0.03746366500854492, 0.04590785503387451, 0.009762356989085674, -0.1170293539762497, 0.013607833534479141, 0.01927693746984005, -0.027294956147670746, -0.052568063139915466, 0.00992588885128498, 0.06477843970060349, -0.01937604881823063, 0.00771077536046505, -0.03240904211997986, 0.0018521222518756986, 0.0015907190972939134, -0.01560986042022705, 0.015500838868319988, 0.08380760252475739, 0.02210157923400402, 0.01737402193248272, 0.02497577667236328, -0.01742357760667801, 0.020218485966324806, 0.028662675991654396, 0.023845920339226723, 0.015471105463802814, 0.0462646521627903, -0.048286501318216324, -0.01863272115588188, 0.012616731226444244, 0.010773281566798687, 0.04333098977804184, -0.025748835876584053, 0.029752889648079872, 0.001413559541106224, 0.0005708129610866308, 0.019306670874357224, -0.0258677676320076, 0.013340235687792301, -0.038771919906139374, -0.01576843671500683, 0.03786010667681694, -0.0022113968152552843, -0.014727778732776642, -0.07353978604078293, 0.05998150631785393, -0.04781077057123184, -0.009955622255802155, -0.013855609111487865, 0.006199344526976347, 0.023885563015937805, -0.0063579208217561245, -0.056294605135917664, 0.015322440303862095, 0.017582153901457787, 0.01664060726761818, -0.021824071183800697, -0.015580127015709877, -0.025887589901685715, 0.021209588274359703, 0.04420315846800804, 0.06180513650178909, -0.034807510673999786, -0.011387764476239681, -0.041309140622615814, -0.004730035550892353, 0.004933211486786604, 0.020991545170545578, 0.006709761917591095, -0.02786979451775551, 0.017532598227262497, -0.03655185177922249, -0.06347018480300903, -0.00562450522556901, -0.016908204182982445, -0.011239099316298962, 0.002282012952491641, -0.051497671753168106, -0.030169151723384857, -0.0679103210568428, -0.048326145857572556, 0.027790507301688194, 0.01478724554181099, -0.05776143819093704, -0.03579861298203468, -0.07952604442834854, 0.05744428560137749, 0.05328165739774704, 0.00035586763988249004, -0.019445424899458885, -0.004043696913868189, 0.05324201285839081, -0.030803456902503967, 0.032765839248895645, 0.01794886216521263, -0.0008802226511761546, 0.04190380126237869, 0.04903973639011383, -0.01320148166269064, -0.0031814381945878267, 0.013439346104860306, -0.02243855409324169, -0.05577923357486725, -0.019673379138112068, 0.055699944496154785, -0.005505573004484177, -0.02366752177476883, 0.06735530495643616, 0.027294956147670746, 0.04499604180455208, 0.055699944496154785, -0.003647256176918745, 0.013241125270724297, 0.07179544866085052, -0.05363845080137253, -0.02644260786473751, 0.03167562559247017, 0.020555460825562477, -0.00750264385715127, -0.005203286651521921, -0.00846896879374981, 0.014925999566912651, 0.03786010667681694, 0.02233944460749626, 0.0009526970097795129, 0.04816756770014763, 0.016283810138702393, 0.010495772585272789, 0.03811779245734215, 0.039941418915987015, 0.01229957863688469, -0.026363318786025047, -0.005456017795950174, -0.004534292500466108, -0.02346930094063282, -0.029455557465553284, 0.015976568683981895, 0.050427280366420746, 0.003991664387285709, -0.10394680500030518, -0.022418731823563576, 0.043648142367601395, 0.015134130604565144, -0.05201304331421852, -0.0025211162865161896, 0.01375649869441986, 0.058633606880903244, -0.042577750980854034, 0.02741388790309429, 0.041983090341091156, 0.02707691304385662, 0.041150566190481186, -0.015530572272837162, -0.046383585780858994, -0.0032706372439861298, 0.028662675991654396, -0.020813146606087685, -0.003679466899484396, 0.03131882846355438, 0.030407017096877098, 0.008171637542545795, -0.08004141598939896, -0.03397498279809952, 0.01839485764503479, -0.02010946348309517, -0.0650559514760971, -0.016283810138702393, 0.017820017412304878, -0.0498722642660141, 0.04051625728607178, -0.02180424891412258, -0.02136816456913948, -0.01956435851752758, 0.010456128045916557, -0.010327285155653954, -0.043013837188482285, -0.03579861298203468, -0.012507709674537182, -0.032765839248895645, 0.017701085656881332, 0.007349023129791021, 0.0498722642660141, 0.0034069139510393143, 0.0069971815682947636, -0.027453532442450523, -0.04991190880537033, -0.08301471918821335, 0.0032978926319628954, 0.0022844907362014055, 0.05367809534072876, -0.005649282597005367, -0.026680471375584602, -0.04317241162061691, 0.06600740551948547, 0.0371861569583416, 0.07274690270423889, -0.011159811168909073, 0.006377742625772953, 0.06481808423995972, -0.06113118678331375, -0.03534270450472832, 0.016323452815413475, 0.025154175236821175, -0.03375694155693054, 0.03248833119869232, 0.0005153731326572597, -0.12059731781482697, 0.022656597197055817, -0.06065545603632927, 0.04202273488044739, -0.02503524161875248, 0.012923972681164742, 0.019841866567730904, -0.02981235459446907, -0.013548367656767368, 0.022557485848665237, 0.012923972681164742, -0.0588318295776844, 0.0334596112370491, -0.02279535122215748, -0.007809885311871767, 0.011288654059171677, 0.05700819939374924, -0.04170558229088783, 0.03488679975271225, 0.005911924876272678, -0.02693815901875496, 0.04475817829370499, 0.049356888979673386, 0.03791956976056099, -0.05110123008489609, -0.05466919764876366, 0.022161046043038368, 0.0013689598999917507, -0.006531363818794489, 0.03201260045170784, 0.0276121087372303, -0.0325874425470829, -0.03419302776455879, 0.0380583256483078, 0.0007005853694863617, 0.055898167192935944, 0.017294734716415405, -0.026660649105906487, 0.004345983266830444, -0.04856400936841965, -0.010317374020814896, 0.03885120898485184, 0.04222095385193825, -0.0371861569583416, -0.03928729146718979, -0.06358911842107773, 0.016531584784388542, 0.016511762514710426, 0.06973395496606827, 0.027849972248077393, -0.010456128045916557, -0.05554137006402016, -0.030188973993062973, 0.05244912952184677, -0.0017331900307908654, -0.05466919764876366, -0.010773281566798687, -0.0024963386822491884, -0.049594756215810776, 0.04309312626719475, -0.01078319177031517, -0.010525505989789963, 0.015243152156472206, -0.05530350282788277, -0.009574047289788723, -0.029594313353300095, 0.07706810534000397, 0.06029865890741348, 0.03248833119869232, -0.01922738365828991, -0.05657211318612099, 0.03577879071235657, 0.055898167192935944, -0.004987721797078848, 0.008701877668499947, 0.0743723139166832, 0.0399215966463089, 0.0017802673391997814, 0.0031269274186342955, 0.08019999414682388, -0.008870365098118782, 0.04519426077604294, -0.011595896445214748, 0.017146067693829536, -0.10719761997461319, -0.05114087462425232, -0.04515461623668671, -0.018910231068730354, -0.02253766544163227, 0.08103251457214355, -0.05355916544795036, -0.026521895080804825, 0.02614527754485607, -0.02473791129887104, -0.038672808557748795, 0.034807510673999786, 0.050189416855573654, -0.05657211318612099, 0.010912035591900349, 0.0032235600519925356, -0.01346907950937748, 0.03300370275974274, 0.08261828124523163, -0.05046692490577698, -0.018404768779873848, 0.03343978896737099, -0.0031145387329161167, -0.051061585545539856, 0.014232227578759193, 0.002394750714302063, -0.011030967347323895, 0.023627877235412598, -0.03264690563082695, 0.0384349450469017, -0.012259934097528458, -0.015778347849845886, -0.027394065633416176, -0.05114087462425232, 0.031120609492063522, -0.034133560955524445, -0.02450004778802395, 0.01863272115588188, -0.037602417171001434, -0.0021383031271398067, 0.015262974426150322, -0.07290548086166382, 0.019584180787205696, 0.03704740107059479, 0.00831534806638956, -0.029951108619570732, -0.0070070927031338215, 0.02620474249124527, 0.003672033781185746, 0.060972608625888824, -0.013132104650139809, 0.055343147367239, -0.004767201840877533, 0.006789050064980984, 0.014162850566208363, 0.05498635023832321, -0.008736565709114075, 0.03776099532842636, -0.023945029824972153, -0.043687786906957626, 0.006709761917591095, -0.09474937617778778, -0.03238921985030174, 0.06239979714155197, -0.027493175119161606, 0.03108096495270729, -0.04013964161276817, -0.035540927201509476, 0.0697735995054245, 0.04646287113428116, 0.009167695418000221, -0.005138865206390619, 0.023826098069548607, 0.007344067562371492, 0.0026214653626084328, 0.05704784393310547, 0.0011732173152267933, -0.002822163514792919, -0.015471105463802814, 0.041507359594106674, -0.019722934812307358, 0.013251036405563354, 0.03201260045170784, 0.0013640044489875436, -0.04467888921499252, 0.045114971697330475, -0.03088274598121643, 0.031140431761741638, 0.06906000524759293, -0.017829928547143936, -0.019703112542629242, 0.012448243796825409, -0.03155669569969177, -0.014717867597937584, -0.06426306813955307, 0.016422564163804054, 0.016313543543219566, 0.00513390963897109, 0.02122941054403782, -0.06469915062189102, -0.003325148019939661, -0.019940976053476334, 0.023687344044446945, 0.027453532442450523, -0.010515594854950905, -0.018216459080576897, -0.10204388201236725, 0.02243855409324169, 0.014291694387793541, 0.009613691829144955, -0.008087393827736378, -0.06386663019657135, 0.0026536763180047274, -0.023508945479989052, -0.07778169959783554, 0.012428421527147293, -0.00020673773542512208, 0.0353228822350502, -0.0652938112616539, 0.008018016815185547, 0.0034093917347490788, -0.01437098253518343, 0.04856400936841965, -0.03831601142883301, 0.027116557583212852, -0.005168598145246506, 0.007244957145303488, 0.024163072928786278, 0.06410448998212814, 0.02009955234825611, -0.058038946241140366, 0.020991545170545578, 0.025550615042448044, -0.0018484056927263737, 0.018038060516119003, -0.013260947540402412, 0.0230728592723608, -0.021110476925969124, 0.03389569744467735, 0.04594749957323074, 0.07266761362552643, 0.005981301888823509, -0.028960006311535835, -0.0035877900663763285, -0.028048193082213402, 0.03597700968384743, 0.03841512277722359, 0.05078407749533653, 0.0625583752989769, -0.04099198803305626, -0.028068015351891518, -0.02503524161875248, -0.06798961013555527, 0.031041322275996208, 0.00750264385715127, 0.00400157505646348, 0.07766277343034744, -0.025094708427786827, -0.03451018035411835, 0.00025582825765013695, 0.005322218872606754, -0.0759977176785469, -0.04162629321217537, 0.057801082730293274, 0.029931286349892616, 0.005456017795950174, -0.0037017667200416327, 0.031635984778404236, -0.029059117659926414, -0.03518413007259369, 0.04923795908689499, 0.038930494338274, 0.01522332988679409, 0.004147762898355722, -0.012973528355360031, 0.006457030773162842, -0.0290392953902483, -0.028266236186027527, 0.013300592079758644, 0.0029039294458925724, 0.009271761402487755, -0.027394065633416176, 0.04420315846800804, -0.009529448114335537, 0.04995155334472656 ]
22,818
pyfetch_mimic
clone
null
def clone(self) -> "FetchResponse": # return copy.copy(self, deepcopy=True) return copy.deepcopy(self)
(self) -> pyfetch_mimic.FetchResponse
[ -0.03457387909293175, -0.015276222489774227, -0.031022483482956886, -0.003022602992132306, -0.08251771330833435, 0.0020618548151105642, -0.02472049742937088, 0.04146776348352432, 0.05132114514708519, 0.013335141353309155, -0.0020988485775887966, -0.008504198864102364, -0.03596658259630203, 0.05908546969294548, -0.0037015462294220924, 0.019184498116374016, 0.013570159673690796, -0.038020819425582886, -0.033877525478601456, -0.001484100241214037, 0.029960546642541885, 0.0019236725056543946, 0.029142333194613457, 0.02426786720752716, 0.009661884047091007, -0.01036694087088108, -0.001726735383272171, -0.008504198864102364, 0.03969206660985947, 0.03965724632143974, 0.007803495042026043, -0.040040239691734314, -0.008560777641832829, 0.024546409025788307, -0.0022740245331078768, -0.0005483772256411612, -0.06368139386177063, 0.051495231688022614, -0.044044267386198044, 0.009409456513822079, -0.0181747879832983, -0.047734931111335754, -0.037045929580926895, -0.004700376186519861, 0.044879887253046036, -0.017008397728204727, 0.006336803548038006, 0.024006735533475876, -0.004678615368902683, -0.06336803734302521, -0.03715037927031517, 0.09442533552646637, -0.049998074769973755, 0.03645402938127518, 0.005257457960397005, 0.00621494185179472, 0.049858804792165756, 0.061905696988105774, -0.04167667031288147, 0.06211460009217262, -0.07687726616859436, -0.011141632683575153, 0.0006533740670420229, -0.033198583871126175, 0.02463345229625702, -0.049092818051576614, -0.06514373421669006, 0.010419167578220367, 0.03972688317298889, 0.00460027577355504, 0.026095792651176453, 0.032136645168066025, 0.01822701469063759, 0.01815737970173359, 0.016895240172743797, 0.013874813914299011, 0.06848622113466263, -0.04122404009103775, 0.04710821434855461, -0.03631475940346718, -0.04226856678724289, 0.004991973750293255, -0.04703858122229576, 0.029873501509428024, -0.0460985042154789, -0.012116525322198868, 0.028689702972769737, -0.057832036167383194, -0.013735543936491013, 0.042999736964702606, -0.01051491592079401, 0.07632017880678177, -0.06810323148965836, -0.053096842020750046, 0.03135325014591217, 0.002663546474650502, -0.058145392686128616, -0.004517583642154932, -0.00030710213468410075, -0.007485784124583006, -0.03314635530114174, 0.013718134723603725, -0.05786685273051262, 0.02186545357108116, 0.03923943638801575, 0.03864753618836403, 0.04453171044588089, -0.03318117558956146, -0.016677631065249443, 0.01284769456833601, -0.0028398106805980206, 0.10807383805513382, -0.02531239576637745, 0.043278276920318604, 0.02827189303934574, -0.015606990084052086, -0.02795853465795517, -0.010218965820968151, 0.01239506620913744, 0.012377656996250153, 0.006158363074064255, 0.026705101132392883, -0.001641867565922439, 0.006554413586854935, 0.0176786370575428, 0.05936400964856148, 0.003916980233043432, -0.04484507068991661, -0.014066310599446297, -0.040283963084220886, -0.06051298975944519, -0.013857405632734299, -0.014614688232541084, 0.03565322235226631, 0.00553599838167429, -0.003651496022939682, -0.016416499391198158, -0.015511241741478443, 0.012455997057259083, 0.002741886069998145, -0.0072159478440880775, 0.03495687246322632, 0.09358971565961838, 0.07360441237688065, -0.02667028270661831, -0.06267168372869492, 0.028393754735589027, 0.04146776348352432, -0.026879187673330307, -0.011472399346530437, 0.004565457813441753, 0.008765331469476223, 0.03927425295114517, 0.02539944089949131, -0.03826454281806946, 0.0500677116215229, -0.045332517474889755, -0.021343190222978592, -0.004661206156015396, -0.02055979333817959, -0.010088399983942509, -0.002441584365442395, 0.07722543925046921, -0.0773647129535675, -0.01050621084868908, -0.000709408603142947, 0.07506674528121948, -0.04749120771884918, -0.031388066709041595, 0.016512246802449226, -0.03272854536771774, 0.012447292916476727, 0.011254789307713509, -0.002741886069998145, -0.0735347718000412, 0.04188557341694832, 0.034399788826704025, -0.032589275389909744, -0.020786108449101448, -0.007285583298653364, -0.032832998782396317, -0.08168209344148636, 0.014971568249166012, 0.008108149282634258, 0.03972688317298889, -0.0410151332616806, 0.02216140367090702, 0.037254832684993744, 0.029107514768838882, 0.06350730359554291, -0.01427521649748087, 0.03826454281806946, 0.023763012140989304, 0.0019204083364456892, -0.020838335156440735, -0.06907811760902405, -0.033790480345487595, -0.007085382007062435, -0.019567491486668587, 0.04286046698689461, -0.052644211798906326, -0.001057584653608501, 0.033720847219228745, -0.018557781353592873, 0.007067973259836435, 0.0391698032617569, -0.03278077021241188, -0.02879415638744831, 0.058145392686128616, 0.002976904856041074, -0.0034034205600619316, 0.07130644470453262, 0.059503279626369476, -0.018505554646253586, 0.0018431567586958408, -0.01639038510620594, -0.03617548942565918, -0.04439244046807289, 0.031997375190258026, -0.026635464280843735, -0.0019204083364456892, -0.018139969557523727, -0.06834695488214493, 0.008082035928964615, -0.060025542974472046, 0.044357623904943466, -0.00017898423539008945, -0.0364888459444046, 0.0016516599571332335, -0.04870982468128204, -0.029594961553812027, -0.021639138460159302, 0.01111551932990551, -0.05267903208732605, 0.02938605472445488, 0.0030073702801018953, -0.016372976824641228, 0.02630469761788845, -0.0083431676030159, 0.020925378426909447, 0.007067973259836435, 0.0016973580932244658, 0.02682696096599102, 0.032519638538360596, 0.013718134723603725, 0.01345700304955244, -0.026861779391765594, 0.030500218272209167, 0.024546409025788307, 0.001933464896865189, 0.026269881054759026, -0.024807540699839592, -0.04282565042376518, 0.00048581435112282634, 0.06416884064674377, -0.042686380445957184, -0.0619405135512352, -0.05929437652230263, 0.024807540699839592, 0.017304347828030586, 0.02435491234064102, -0.01209911610931158, 0.011925028637051582, -0.0183140579611063, -0.04205966368317604, -0.021499868482351303, -0.0526093952357769, 0.013848700560629368, 0.004289093427360058, 0.044427260756492615, 0.11928509920835495, 0.012003367766737938, 0.02900306135416031, 0.018279241397976875, -0.030778760090470314, -0.0045219361782073975, -0.021465051919221878, 0.03976169973611832, -0.05988627299666405, -0.05281830206513405, 0.03791636601090431, 0.001996571896597743, 0.06026926636695862, -0.05490735545754433, -0.006071319337934256, -0.02184804528951645, 0.023763012140989304, 0.03638439252972603, -0.01800069957971573, -0.03850826621055603, 0.006280224770307541, 0.04484507068991661, 0.029560143128037453, -0.026635464280843735, 0.036662932485342026, 0.025730207562446594, -0.06893885135650635, 0.007102790754288435, -0.024441955611109734, 0.06953074783086777, -0.02351929061114788, -0.03878680616617203, -0.01107199676334858, 0.011402764357626438, 0.01533715333789587, -0.011098110117018223, 0.0181747879832983, 0.05403691902756691, 0.028132621198892593, 0.03739410266280174, 0.048570554703474045, 0.03438238054513931, -0.012499518692493439, 0.03770746290683746, -0.03203219175338745, -0.030726533383131027, 0.04393981397151947, -0.013874813914299011, -0.0020966725423932076, 0.024476774036884308, -0.06211460009217262, -0.05093815177679062, -0.004661206156015396, 0.026322105899453163, 0.04787420108914375, -0.021987315267324448, 0.022405127063393593, 0.04529770091176033, -0.025277579203248024, 0.014458009041845798, 0.00415417505428195, -0.015354562550783157, -0.03119657002389431, 0.03149252012372017, 0.006380325648933649, 0.001796370605006814, 0.0003035659610759467, -0.044879887253046036, 0.010784751735627651, -0.04588959738612175, 0.004202049225568771, -0.019637126475572586, 0.026844371110200882, -0.04815274104475975, -0.006284576840698719, 0.002543861046433449, 0.02411118894815445, 0.021569503471255302, -0.03368603065609932, -0.06973965466022491, -0.03631475940346718, -0.017730863764882088, 0.06695424765348434, 0.037045929580926895, 0.05842393636703491, -0.0018779743695631623, -0.03784673288464546, 0.008756626397371292, -0.022648850455880165, -0.03137065842747688, 0.03438238054513931, -0.012081707827746868, 0.006423847284168005, -0.02682696096599102, 0.0011772701982408762, -0.005144300404936075, -0.037045929580926895, -0.011663896031677723, -0.058145392686128616, -0.0663275271654129, -0.06270650029182434, -0.011106815189123154, -0.04491470754146576, -0.057309772819280624, 0.024529000744223595, -0.028689702972769737, -0.08154281973838806, -0.010427871719002724, -0.060478173196315765, 0.03300708532333374, 0.0818910002708435, -0.000028816324629588053, -0.03934388980269432, 0.002539508743211627, 0.032832998782396317, -0.003916980233043432, 0.047351937741041183, -0.009400752373039722, 0.058354299515485764, 0.0013328612549230456, -0.009862085804343224, -0.03701110929250717, -0.011951141990721226, 0.05170413851737976, -0.006323746871203184, -0.012804172933101654, 0.012551745399832726, 0.0005853709299117327, -0.05609115585684776, -0.04007505998015404, 0.08474604040384293, 0.045332517474889755, 0.041641850024461746, -0.001196855097077787, -0.0335119403898716, -0.023467063903808594, 0.01847073808312416, 0.0319625586271286, -0.019271543249487877, -0.05330574885010719, -0.01537197083234787, -0.038160089403390884, 0.0027244773227721453, -0.024824948981404305, 0.03142288699746132, -0.0017724335193634033, 0.058215029537677765, -0.009244073182344437, 0.027540722861886024, 0.02019420824944973, 0.008247419260442257, 0.02094278670847416, -0.023536698892712593, 0.014675619080662727, -0.01779179461300373, 0.0067110927775502205, -0.0059276968240737915, 0.017060624435544014, -0.013387368060648441, 0.006806841120123863, 0.031318433582782745, -0.004049722105264664, -0.01958490163087845, 0.0004463725199457258, 0.06141825020313263, 0.0016679806867614388, -0.010924022644758224, -0.023414837196469307, -0.02419823221862316, 0.07708617299795151, -0.001304571982473135, -0.010375645011663437, 0.03217146545648575, -0.0414329469203949, 0.02019420824944973, -0.004778715781867504, -0.03631475940346718, -0.016808196902275085, -0.0026396093890070915, -0.030726533383131027, 0.03760300949215889, 0.038995712995529175, 0.06211460009217262, -0.018627416342496872, -0.05863283947110176, -0.019271543249487877, -0.043591637164354324, -0.016990989446640015, -0.024668270722031593, 0.007564123719930649, -0.01630334183573723, -0.007211595773696899, 0.02668769098818302, 0.018731869757175446, 0.001576584530994296, -0.02999536320567131, -0.01571144349873066, 0.028759337961673737, -0.036140669137239456, 0.008121205493807793, -0.0009014494717121124, -0.053932465612888336, -0.008652173914015293, -0.028167439624667168, 0.033651210367679596, 0.014031493104994297, 0.002809345256537199, -0.04188557341694832, -0.026095792651176453, -0.006928702816367149, -0.056474149227142334, 0.005797130521386862, -0.0001311780360992998, -0.024911994114518166, 0.005988627206534147, -0.026356924325227737, -0.00034164771204814315, 0.028515614569187164, -0.00010057662439066917, 0.02900306135416031, -0.020751290023326874, 0.04543697088956833, -0.10180666297674179, -0.00649783480912447, 0.0013067481340840459, 0.03708074614405632, -0.001960666151717305, 0.032832998782396317, 0.02388487383723259, -0.07715580612421036, 0.0027854081708937883, -0.04150258004665375, 0.02531239576637745, 0.024616044014692307, -0.04265156015753746, 0.02463345229625702, -0.046690404415130615, -0.011124223470687866, 0.007607645820826292, 0.013117531314492226, -0.024546409025788307, -0.0019769868813455105, -0.009261482395231724, 0.028428571298718452, -0.0007540186634287238, 0.01473654992878437, -0.02992572821676731, 0.008991645649075508, -0.021534686908125877, -0.026165427640080452, 0.09470387548208237, 0.04146776348352432, -0.004091068170964718, -0.05692677944898605, -0.062288690358400345, 0.01650354266166687, -0.013822588138282299, -0.0037124266382306814, 0.02855043299496174, -0.04717785120010376, 0.0006348771858029068, -0.0434175506234169, 0.01236024871468544, 0.02440713904798031, 0.05153004825115204, 0.006036501843482256, -0.05654378607869148, -0.008225657977163792, -0.02802816964685917, 0.013300323858857155, -0.009827268309891224, 0.0032554457429796457, -0.008982941508293152, 0.01808774471282959, -0.08077683299779892, 0.06065225973725319, 0.017513252794742584, 0.058737292885780334, -0.02186545357108116, -0.0159116443246603, 0.01096754427999258, -0.023240748792886734, 0.02419823221862316, -0.06507409363985062, -0.017234712839126587, 0.008203897625207901, 0.008103796280920506, -0.04832683131098747, 0.04801347106695175, 0.02804557792842388, 0.037254832684993744, -0.03460869565606117, 0.030656898394227028, -0.01050621084868908, -0.030326129868626595, 0.06730242073535919, 0.010053582489490509, 0.08864561468362808, -0.05208713188767433, -0.012081707827746868, 0.03438238054513931, 0.0434175506234169, 0.008251771330833435, 0.03189292177557945, 0.08021975308656693, 0.024894585832953453, 0.029072696343064308, -0.007128903642296791, 0.016712449491024017, 0.020298661664128304, 0.02290998212993145, -0.016921354457736015, 0.01756547950208187, -0.054976992309093475, -0.09435570240020752, -0.005318388808518648, -0.04710821434855461, -0.02080351673066616, 0.07193316519260406, -0.040040239691734314, 0.019497856497764587, 0.09143102169036865, -0.015276222489774227, -0.010671595111489296, -0.017513252794742584, 0.015467719174921513, -0.04522806406021118, -0.02886379137635231, -0.051738955080509186, 0.024372320622205734, 0.04839646443724632, 0.04937135800719261, -0.008887193165719509, 0.033424898982048035, -0.006362916436046362, -0.019846033304929733, -0.04870982468128204, -0.007925356738269329, 0.023258157074451447, 0.004373961128294468, 0.018035518005490303, -0.012003367766737938, 0.02458122745156288, -0.0548725388944149, -0.004186816513538361, -0.021151693537831306, -0.02435491234064102, 0.04951062798500061, -0.06967002153396606, -0.044044267386198044, 0.017600297927856445, -0.02773221954703331, -0.023240748792886734, 0.07172425836324692, -0.08084647357463837, -0.029664596542716026, 0.0170432161539793, 0.0008655437850393355, -0.009365934878587723, 0.05710086598992348, 0.015876825898885727, -0.05341020226478577, -0.03532245755195618, 0.0019247605232521892, 0.025120899081230164, 0.02087315171957016, 0.012682311236858368, -0.007242061197757721, 0.03610585257411003, 0.053758375346660614, 0.046690404415130615, -0.023240748792886734, -0.023467063903808594, -0.009696701541543007, -0.14010602235794067, -0.06444738060235977, 0.025225352495908737, -0.052713848650455475, 0.013039191253483295, -0.04310419037938118, -0.05818021297454834, 0.06768541783094406, 0.04884909465909004, 0.033651210367679596, -0.012586562894284725, -0.016625404357910156, 0.005414137151092291, 0.04588959738612175, 0.046377044171094894, -0.026565829291939735, -0.00589723140001297, 0.005031143315136433, 0.03542691096663475, -0.021499868482351303, 0.03774227946996689, 0.06026926636695862, 0.008369280956685543, -0.028219666332006454, 0.010210261680185795, 0.02297961711883545, -0.05455918237566948, 0.028620067983865738, -0.03760300949215889, 0.030047589913010597, -0.02508608251810074, -0.022997025400400162, -0.01359627302736044, -0.009313708171248436, 0.014501530677080154, 0.03857790306210518, -0.0014220813754945993, 0.02855043299496174, -0.048117924481630325, -0.002837634412571788, -0.007124551571905613, 0.05024179816246033, 0.006476073991507292, 0.000918314210139215, -0.05027661472558975, -0.04390499368309975, 0.0023131943307816982, -0.0062105897814035416, 0.012865103781223297, 0.03264150023460388, -0.01409242395311594, 0.05831948295235634, -0.03631475940346718, -0.11225194483995438, 0.012952147983014584, 0.02720995619893074, 0.018662234768271446, -0.007146312855184078, -0.013761657290160656, 0.00521828792989254, 0.00232625100761652, 0.04244265705347061, -0.035896945744752884, 0.014196877367794514, -0.019915668293833733, 0.03074394166469574, 0.014283920638263226, 0.09714110940694809, 0.02003752999007702, -0.006584879010915756, 0.027471087872982025, 0.009783745743334293, 0.0014764838851988316, -0.043661270290613174, -0.027140319347381592, 0.0000026181203338637715, 0.013056600466370583, -0.02125614508986473, 0.05003289133310318, 0.08746181428432465, 0.02780185453593731, 0.008717456832528114, 0.014040198177099228, -0.04703858122229576, 0.008438915945589542, -0.014214285649359226, 0.01684301532804966, 0.03955279663205147, 0.013369958847761154, -0.03029131330549717, 0.022561805322766304, -0.0729776918888092, 0.060095179826021194, 0.03253704681992531, 0.009888199158012867, 0.008382337167859077, 0.00039822631515562534, -0.05818021297454834, 0.026809552684426308, 0.05142559856176376, -0.10870055109262466, -0.04212929680943489, 0.04400944709777832, 0.0012697543716058135, -0.007690337486565113, -0.022352900356054306, 0.008469381369650364, -0.012421179562807083, 0.009783745743334293, 0.03920461982488632, 0.0027962885797023773, 0.0002170659863622859, -0.02470308728516102, 0.04094550013542175, 0.05522071570158005, 0.0027767037972807884, -0.027836672961711884, -0.005096426233649254, -0.0021140812896192074, 0.039517976343631744, -0.04477543383836746, 0.033041901886463165, 0.0776432529091835, 0.0034382380545139313 ]
22,821
pyfetch_mimic
raise_for_status
null
def raise_for_status(self): if self.status >= 400: raise OSError( f"Request failed due to local issue. Status code: {self.status}. Status text: {self.status_text}" )
(self)
[ 0.03246036916971207, -0.015877166762948036, -0.06736602634191513, 0.04491068422794342, 0.022024834528565407, -0.0832776352763176, -0.007706108968704939, 0.015265844762325287, 0.04019230976700783, -0.03308030217885971, 0.02672599069774151, -0.06591951847076416, 0.08630841970443726, -0.06178663298487663, -0.024642327800393105, 0.03254647180438042, -0.008399227634072304, 0.015877166762948036, 0.04346417635679245, -0.04174213856458664, 0.008601567707955837, 0.009023466147482395, -0.0014551200438290834, -0.018873509019613266, -0.011572078801691532, 0.06788264214992523, -0.0005526657914742827, 0.00242376490496099, 0.05872141197323799, -0.09106123447418213, -0.004963767249137163, 0.013879606500267982, 0.025951074436306953, 0.036576032638549805, -0.010177229531109333, 0.03433738648891449, -0.016893168911337852, -0.021904291585087776, -0.022730868309736252, -0.012355604209005833, -0.10194449871778488, 0.02090551145374775, -0.051867708563804626, 0.008549906313419342, 0.0385047122836113, -0.04091556370258331, -0.03285643830895424, -0.0332697257399559, -0.015463878400623798, 0.006987159140408039, -0.06275097280740738, 0.039951223880052567, 0.02388463169336319, -0.010211670771241188, 0.026312701404094696, 0.03168545290827751, 0.02546890452504158, 0.0017704677302390337, -0.012390045449137688, -0.08493079245090485, -0.042844243347644806, 0.04983570799231529, -0.04832031577825546, -0.054657407104969025, 0.04535841569304466, -0.02402239479124546, -0.002897324739024043, -0.014620081521570683, -0.015343336388468742, 0.036610472947359085, 0.04177658259868622, 0.027449246495962143, -0.0754251554608345, 0.04329197108745575, 0.05575950816273689, 0.006005598697811365, -0.05637944117188454, 0.0028198331128805876, 0.03630050644278526, -0.009557296521961689, 0.06464521586894989, -0.01964842528104782, 0.025968294590711594, -0.0049336315132677555, 0.0023462732788175344, -0.014344555325806141, -0.00969505961984396, -0.039606817066669464, -0.00980699248611927, 0.02228313870728016, 0.004959462210536003, 0.06309538334608078, -0.06399083882570267, -0.05396859347820282, 0.07342759519815445, 0.042672038078308105, 0.04043339192867279, -0.030256163328886032, -0.018529102206230164, -0.006354311015456915, -0.0034720541443675756, 0.06777931749820709, 0.015136691741645336, -0.0019598917569965124, 0.04022675007581711, -0.00011986981553491205, 0.018752966076135635, -0.08245106041431427, 0.04480736330151558, 0.023109715431928635, -0.012605300173163414, -0.031995419412851334, -0.04057115688920021, -0.048561401665210724, -0.03795366361737251, 0.016075201332569122, 0.04990458860993385, -0.0017962983110919595, -0.011322383768856525, -0.018529102206230164, 0.05252208188176155, -0.04360193759202957, -0.00788261741399765, -0.06939803063869476, 0.059272460639476776, 0.025210600346326828, -0.054932933300733566, -0.024762870743870735, 0.04311976954340935, 0.021921511739492416, -0.0604434460401535, 0.021818188950419426, -0.039641257375478745, 0.0034828167408704758, 0.0040704612620174885, -0.024728430435061455, -0.0254344642162323, 0.06733158975839615, 0.021559884771704674, -0.042327631264925, 0.012923876754939556, -0.01719452440738678, -0.01668652333319187, -0.006840785965323448, 0.023264698684215546, 0.054657407104969025, -0.03705820441246033, -0.007744854781776667, 0.0160235408693552, 0.02827582322061062, 0.03692043945193291, 0.012975537218153477, -0.02118103578686714, 0.005588005296885967, -0.051729947328567505, 0.027965856716036797, -0.04243095591664314, -0.07273878157138824, 0.051351096481084824, 0.02407405525445938, -0.04243095591664314, -0.02967067062854767, 0.04969794303178787, -0.033528029918670654, 0.002901629777625203, 0.009049296379089355, -0.05252208188176155, 0.025985514745116234, -0.015997709706425667, -0.0024302226956933737, 0.02553778700530529, -0.00485183484852314, -0.008209804072976112, -0.020629985257983208, -0.010452755726873875, 0.021921511739492416, 0.023368021473288536, 0.026467684656381607, -0.05352086201310158, -0.007684583310037851, 0.020578324794769287, -0.006479158531874418, -0.044084109365940094, -0.01714286394417286, 0.02825860306620598, 0.030979419127106667, -0.038022544234991074, 0.019855068996548653, 0.025985514745116234, 0.036610472947359085, 0.017340896651148796, -0.02261032536625862, 0.023230258375406265, 0.032150402665138245, -0.0031814605463296175, -0.01197675708681345, -0.002217120723798871, -0.014775064773857594, 0.047080449759960175, 0.041018884629011154, 0.022765308618545532, 0.06795152276754379, 0.0016682218993082643, 0.04897468909621239, -0.022730868309736252, 0.029377926141023636, -0.023350801318883896, -0.02414293773472309, -0.014938658103346825, -0.0075123799033463, -0.07287654280662537, -0.00483030965551734, -0.04787258803844452, 0.06536846607923508, 0.012562248855829239, -0.004135037772357464, -0.006182107608765364, -0.01766808331012726, 0.048699162900447845, 0.024659547954797745, 0.011201840825378895, -0.030652232468128204, 0.02872355282306671, -0.10194449871778488, 0.04525509104132652, 0.02102605253458023, 0.0009514245903119445, -0.019855068996548653, -0.008343261666595936, 0.04291312396526337, -0.02843080647289753, 0.02383297123014927, -0.03308030217885971, -0.014568420127034187, -0.03295975923538208, -0.013784893788397312, 0.059238020330667496, -0.020578324794769287, -0.05190214887261391, 0.010108347982168198, 0.021318798884749413, -0.002595968544483185, -0.003056613029912114, 0.04646051675081253, 0.027862533926963806, -0.06609172374010086, -0.008601567707955837, 0.05362418666481972, -0.02822416089475155, -0.022059274837374687, -0.04363637790083885, -0.0009089118684642017, -0.05055896192789078, -0.030738333240151405, 0.04060559719800949, -0.07480522245168686, -0.047321535646915436, -0.06123558059334755, 0.0057602087035775185, 0.02536558359861374, -0.01944178156554699, 0.024607887491583824, -0.008511160500347614, 0.050214555114507675, -0.05265984684228897, -0.03723040595650673, 0.010073907673358917, 0.05682717263698578, 0.06354311108589172, 0.04894024878740311, 0.06333646178245544, 0.026278261095285416, 0.005415801424533129, -0.01926957629621029, -0.00751668494194746, 0.03716152533888817, 0.013526588678359985, 0.02707039751112461, -0.0053942762315273285, 0.02531392127275467, 0.03561169281601906, 0.007934278808534145, 0.03497454151511192, 0.030359486117959023, -0.04077779874205589, 0.004976682364940643, -0.00375834247097373, -0.014232623390853405, -0.04694268852472305, -0.023281920701265335, 0.013965708203613758, 0.05410635471343994, 0.031099960207939148, -0.032064300030469894, 0.031168842688202858, -0.018925169482827187, 0.023419681936502457, 0.0028155280742794275, 0.03022172302007675, 0.005876446142792702, 0.016101032495498657, 0.027414804324507713, -0.011942315846681595, -0.014516758732497692, -0.03178877383470535, -0.059134699404239655, 0.04491068422794342, -0.0007953651365824044, -0.0503523163497448, -0.007895532995462418, -0.01818469539284706, -0.013896826654672623, 0.014628691598773003, -0.013965708203613758, 0.05369306728243828, 0.05386526882648468, 0.05551842600107193, -0.015128081664443016, -0.019011272117495537, 0.028034737333655357, 0.0027961551677435637, 0.020371679216623306, 0.01778862625360489, 0.00038826517993584275, -0.048526961356401443, -0.0003422545560169965, 0.059031374752521515, 0.02424626052379608, -0.004925021436065435, 0.007434888277202845, 0.021439341828227043, -0.032374266535043716, 0.0346645750105381, -0.058928053826093674, 0.03905576467514038, -0.026484906673431396, 0.03599053993821144, -0.04952574148774147, 0.009324822574853897, -0.03132382407784462, -0.03438904881477356, 0.010504416190087795, 0.04484180361032486, 0.006367226131260395, 0.007783600594848394, -0.02068164572119713, 0.012794723734259605, -0.03426850587129593, 0.027414804324507713, -0.016169913113117218, -0.062372125685214996, 0.11544525623321533, -0.05879029259085655, 0.03716152533888817, -0.01037526410073042, -0.010030856356024742, -0.009591737762093544, -0.039710137993097305, 0.0073358709923923016, 0.04387746378779411, -0.02872355282306671, -0.0064963786862790585, -0.020251138135790825, 0.005953937768936157, -0.07728495448827744, -0.034957319498062134, 0.02097439207136631, -0.04832031577825546, -0.00593241211026907, 0.00784817710518837, -0.018856288865208626, -0.04246539622545242, -0.044290751218795776, -0.007990244776010513, 0.006083090323954821, 0.07900698482990265, -0.035043422132730484, -0.044221870601177216, -0.04849252104759216, 0.07707830518484116, 0.05672384798526764, -0.013517978601157665, -0.02984287589788437, -0.04039895161986351, 0.05531178042292595, -0.04611610993742943, -0.003616274567320943, -0.04349861666560173, -0.035301726311445236, 0.03933129087090492, 0.012932486832141876, -0.06691829860210419, 0.03874579817056656, 0.08865039050579071, 0.014344555325806141, -0.013957097195088863, -0.02376409061253071, -0.035077862441539764, 0.03473345562815666, 0.024814531207084656, -0.0269154142588377, 0.06939803063869476, -0.10773053765296936, 0.021577104926109314, 0.0210777148604393, 0.01944178156554699, -0.00821410957723856, 0.009393703192472458, -0.024935074150562286, 0.041018884629011154, -0.04801034927368164, 0.035301726311445236, -0.018615202978253365, -0.005661191884428263, -0.02836192399263382, 0.0355428121984005, -0.008472414687275887, -0.022868631407618523, 0.011942315846681595, -0.0013238147366791964, 0.016850117594003677, -0.01661764271557331, 0.0965028703212738, 0.007835261523723602, -0.021611545234918594, 0.002286002039909363, -0.025882193818688393, 0.023126937448978424, 0.0016822133911773562, -0.02843080647289753, 0.005295258946716785, 0.05565618723630905, -0.015498319640755653, -0.052935369312763214, -0.015567201189696789, 0.01956232264637947, -0.045737262815237045, 0.010444145649671555, -0.015240014530718327, 0.03339026868343353, 0.09664063155651093, -0.03595609962940216, 0.030359486117959023, 0.054898492991924286, 0.04828587546944618, -0.0032976979855448008, -0.005179021507501602, 0.004455766640603542, 0.01741838827729225, 0.0030415451619774103, 0.010788552463054657, -0.010082517750561237, -0.001370094483718276, -0.013078859075903893, -0.011503197252750397, 0.008885703049600124, -0.050317876040935516, 0.008390617556869984, -0.015877166762948036, -0.008033295162022114, -0.005286648869514465, 0.04690824821591377, -0.04673604294657707, -0.06526514142751694, 0.016789846122264862, 0.0012258740607649088, 0.031151622533798218, 0.013268283568322659, 0.02393629401922226, 0.02416015788912773, -0.012114519253373146, -0.013690182007849216, 0.033648572862148285, 0.031978197395801544, 0.018632423132658005, -0.015636082738637924, -0.010607738979160786, 0.019062932580709457, 0.01418096199631691, -0.019906729459762573, 0.05224655568599701, -0.018649645149707794, 0.04322309046983719, 0.007805125787854195, 0.00241730734705925, -0.07308318465948105, 0.00518763205036521, -0.01634211651980877, 0.001206501154229045, 0.02677765116095543, 0.01961398497223854, -0.035077862441539764, 0.015386386774480343, 0.01185621414333582, 0.029171280562877655, -0.03643827140331268, -0.06116669997572899, 0.030428366735577583, -0.01491282694041729, -0.012613910250365734, 0.01952788233757019, -0.0358872190117836, -0.015997709706425667, 0.0211638156324625, 0.03764369711279869, 0.010909094475209713, 0.0508689284324646, 0.007947193458676338, 0.048458077013492584, -0.02684653364121914, -0.017065372318029404, 0.05352086201310158, 0.021525444462895393, 0.02080218866467476, -0.010659399442374706, -0.0031104267109185457, -0.001203272258862853, -0.005355530418455601, 0.042327631264925, 0.04835475608706474, 0.017392558977007866, -0.04246539622545242, 0.044325195252895355, -0.059169139713048935, -0.018305236473679543, -0.06034012511372566, 0.01702232100069523, -0.011201840825378895, -0.011374044232070446, 0.0477348230779171, -0.03909020498394966, 0.013982928358018398, 0.06574731320142746, -0.06715938448905945, 0.04036451131105423, 0.031134402379393578, -0.03416518494486809, -0.020147815346717834, -0.06275097280740738, -0.023230258375406265, 0.008463804610073566, 0.005631056148558855, 0.022179817780852318, -0.003779867896810174, -0.03912464529275894, -0.07342759519815445, -0.05872141197323799, 0.011072687804698944, -0.029584569856524467, -0.008158142678439617, 0.004429936408996582, -0.005906581878662109, 0.02843080647289753, 0.02106049470603466, -0.013035808689892292, 0.044325195252895355, 0.08809933811426163, 0.02707039751112461, 0.02538280375301838, 0.03561169281601906, 0.021284358575940132, -0.0032094435300678015, 0.02825860306620598, -0.026433244347572327, -0.04019230976700783, 0.020044492557644844, -0.002587358234450221, -0.006832175888121128, 0.0015821200795471668, -0.054554082453250885, -0.0254344642162323, -0.013190791942179203, -0.020354459062218666, -0.01592021808028221, -0.002036307007074356, -0.021508222445845604, -0.03497454151511192, 0.03891800343990326, -0.022920291870832443, 0.01815025322139263, 0.014232623390853405, -0.0649896189570427, -0.06192439794540405, -0.0390213243663311, -0.05193658918142319, -0.027931416407227516, -0.01429289486259222, -0.026347143575549126, -0.005230682902038097, 0.038125865161418915, -0.05193658918142319, -0.04666716232895851, 0.036610472947359085, -0.07425417006015778, 0.035095084458589554, 0.04794146865606308, 0.00863170251250267, -0.07886922359466553, -0.020561104640364647, 0.062372125685214996, 0.02555500715970993, 0.021456561982631683, 0.03142714872956276, 0.00715936254709959, 0.01414652168750763, -0.019889509305357933, -0.0007044201483950019, -0.008041906170547009, -0.04363637790083885, -0.014043199829757214, -0.010048077441751957, -0.03643827140331268, -0.047218214720487595, -0.003947766497731209, -0.04642607644200325, 0.0054502421990036964, 0.0018641033675521612, 0.016049370169639587, 0.062303245067596436, 0.006694412790238857, 0.02092273160815239, -0.018770186230540276, -0.029429586604237556, -0.005755903664976358, -0.03933129087090492, 0.06578175723552704, 0.05252208188176155, -0.021611545234918594, -0.0865839421749115, -0.02534836158156395, -0.03740261122584343, 0.03709264472126961, 0.018632423132658005, -0.030962198972702026, -0.005325394682586193, 0.022042054682970047, 0.0062940395437181, 0.01593743823468685, 0.020509442314505577, 0.028017517179250717, -0.01586855761706829, -0.009970585815608501, -0.08300211280584335, 0.004804478958249092, 0.00026328308740630746, 0.024435684084892273, -0.057688187807798386, -0.013845165260136127, 0.062303245067596436, -0.02388463169336319, -0.011925095692276955, -0.0040467833168804646, -0.032167624682188034, -0.009987805970013142, -0.04029563069343567, 0.023677987977862358, -0.04601278901100159, -0.02071608603000641, -0.013492148369550705, 0.0028327484615147114, -0.04484180361032486, -0.023471344262361526, 0.05686161294579506, 0.004270648118108511, 0.03413074463605881, -0.003943461459130049, 0.007434888277202845, -0.1050441637635231, 0.020578324794769287, -0.008183973841369152, 0.03719596564769745, -0.02552056685090065, 0.047287095338106155, 0.04804478958249092, 0.01198536716401577, 0.03895244374871254, 0.019011272117495537, 0.022903071716427803, 0.03636939078569412, 0.0315304696559906, -0.0071163116954267025, 0.03413074463605881, -0.03905576467514038, 0.00984143279492855, 0.0534864217042923, 0.004337376914918423, -0.02527948096394539, 0.0182019155472517, -0.008519770577549934, 0.012889435514807701, -0.04008898511528969, -0.023677987977862358, -0.03692043945193291, 0.07418528944253922, -0.09085459262132645, -0.04487624391913414, -0.05193658918142319, -0.051833268254995346, -0.006832175888121128, 0.0721188485622406, 0.044290751218795776, -0.011554857715964317, 0.012286723591387272, 0.0025012565311044455, 0.01114156935364008, -0.045530617237091064, -0.007921363227069378, 0.007564040832221508, -0.03297698125243187, -0.03459569439291954, 0.013285503722727299, 0.0023570361081510782, 0.01961398497223854, -0.023677987977862358, 0.01707398146390915, 0.01433594524860382, 0.004117817152291536, -0.03177155554294586, 0.019958391785621643, -0.012390045449137688, -0.030376706272363663, 0.010969365946948528, -0.004576309118419886, -0.005712852813303471, -0.016875946894288063, -0.045496176928281784, -0.000511767400894314, -0.04611610993742943, 0.021973172202706337, 0.0506967231631279, 0.04349861666560173, -0.008209804072976112, -0.06867477297782898, 0.039606817066669464, 0.06319870054721832, 0.005092919804155827, -0.03926241025328636, 0.08279546350240707, 0.006311260163784027, 0.08493079245090485, 0.06471409648656845, 0.035405050963163376, -0.0750807449221611, -0.0980871394276619, -0.024762870743870735, 0.025830531492829323, 0.015360556542873383, 0.00448590237647295, -0.010668009519577026, 0.02715650014579296, 0.01273445226252079, -0.023350801318883896, 0.04770038276910782, 0.04542729631066322, 0.04928465560078621, -0.009961975738406181, -0.008485330268740654, 0.060718972235918045, 0.0003123880014754832, 0.03592165932059288, 0.018494661897420883, 0.0475626215338707, -0.034871216863393784, 0.04243095591664314, -0.0009514245903119445, 0.062199920415878296, -0.02231757901608944, 0.033596910536289215 ]
22,827
pyfetch_mimic
http
null
class http: @staticmethod async def pyfetch( url: str, headers: dict, method: Literal["GET", "POST", "PUT", "DELETE", "PATCH"] = "GET", credentials: Literal["omit", "same-origin", "include"] = None, body: str = None, # i.e., in the case of a dictionary, pass to "body" using: `json.dumps({...})` redirect: bool = True, ) -> FetchResponse: if credentials: logging.warning( "`credentials` parameter doesn't do anything when running outside of browser. " "Separate testing required." ) request_arguments = { "method": method, "url": url, "headers": headers, "follow_redirects": redirect, "content": body, } async with httpx.AsyncClient() as client: r = await client.request(**request_arguments) ok = True if 100 <= r.status_code < 400 else False redirected = True if 300 <= r.status_code < 400 else False return FetchResponse( headers=r.headers, url=str(r.url), redirected=redirected, status=r.status_code, status_text=str(r.status_code), do_not_use_body=r.content, ok=ok, body_used=False, # type=None )
()
[ -0.028782019391655922, -0.05008719861507416, -0.08628883957862854, 0.025215260684490204, 0.023307904601097107, 0.003917234484106302, -0.026264308020472527, 0.04890463501214981, -0.05451226606965065, -0.0389673076570034, 0.06130245700478554, 0.06259945780038834, 0.00889305304735899, -0.006971390452235937, -0.007038147654384375, 0.003154291771352291, 0.08094823360443115, -0.010023161768913269, -0.01481062825769186, -0.07022888958454132, 0.021305179223418236, 0.05565668269991875, 0.038547687232494354, 0.051765672862529755, 0.015802454203367233, 0.001518733100965619, -0.0033831747714430094, -0.01104359794408083, 0.013818802312016487, -0.031242510303854942, 0.03438964858651161, 0.010299728251993656, -0.03408447280526161, 0.032634880393743515, -0.008955041877925396, -0.02185831218957901, 0.0031757496763020754, 0.04318256676197052, -0.08415259420871735, -0.05474114790558815, -0.015964578837156296, -0.03469482436776161, 0.03715531527996063, -0.026989104226231575, 0.03545776754617691, -0.015926431864500046, -0.04924796149134636, -0.028572209179401398, -0.019722072407603264, -0.05992916226387024, 0.02082834020256996, 0.05859401077032089, 0.03803269937634468, -0.013561309315264225, 0.008120573125779629, 0.05817439407110214, 0.01221662200987339, 0.06370572745800018, -0.02935422584414482, 0.051880113780498505, -0.062027253210544586, 0.018501363694667816, -0.010786104947328568, 0.0003916042624041438, -0.019798366352915764, -0.006370572838932276, -0.08163488656282425, 0.028972754254937172, -0.009417575784027576, -0.02363215573132038, 0.017032699659466743, 0.037784744054079056, 0.01955041103065014, -0.023288831114768982, 0.10147140175104141, -0.021648503839969635, -0.01636512391269207, -0.03038419969379902, -0.0015282698441296816, 0.008697548881173134, 0.008134878240525723, -0.00910763069987297, 0.027599457651376724, -0.019950956106185913, -0.027179839089512825, -0.07381471991539001, 0.04390736296772957, -0.07400545477867126, -0.03761308267712593, 0.06568937748670578, -0.0549318864941597, 0.024032698944211006, -0.06282834708690643, -0.06313352286815643, 0.013284742832183838, -0.005040191113948822, 0.028476841747760773, -0.012664851732552052, -0.02908719703555107, 0.010852862149477005, 0.02965940348803997, 0.018739784136414528, 0.0008493699715472758, 0.01585967466235161, 0.028076296672225, -0.02515804022550583, 0.047111719846725464, 0.005197548307478428, -0.033664852380752563, -0.014028611592948437, -0.005631471984088421, 0.020561309531331062, -0.028591282665729523, 0.02162943035364151, 0.03791825845837593, 0.035171665251255035, -0.008635559119284153, -0.026798367500305176, -0.022678475826978683, -0.024604907259345055, -0.050659406930208206, 0.011882835067808628, -0.01686103641986847, 0.012111717835068703, 0.04928610846400261, 0.039825618267059326, 0.006370572838932276, -0.01878746785223484, 0.013780655339360237, -0.018997276201844215, -0.0015795300714671612, 0.00872139073908329, -0.006380109582096338, 0.08079564571380615, 0.021267032250761986, 0.03402725234627724, -0.05367302894592285, 0.009684605523943901, 0.01878746785223484, 0.039787471294403076, -0.02140054665505886, -0.0049591283313930035, -0.006208447273820639, 0.02473842166364193, -0.02412806823849678, -0.04482289403676987, -0.0279237087816, -0.08194006234407425, -0.017299728468060493, 0.016107631847262383, 0.023193461820483208, 0.005040191113948822, 0.020656676962971687, 0.010404633358120918, -0.030670301988720894, 0.013189374469220638, 0.017623979598283768, -0.02401362545788288, 0.03799455240368843, -0.003116144798696041, -0.022678475826978683, 0.018663490191102028, 0.04798910394310951, -0.01456267200410366, 0.022525887936353683, -0.0016510559944435954, 0.04962943121790886, -0.062294285744428635, -0.007662807125598192, 0.0263978224247694, -0.038433246314525604, 0.007581744808703661, -0.03583924099802971, -0.018043598160147667, 0.05874659866094589, -0.009164851158857346, 0.027408722788095474, 0.022220710292458534, -0.020961854606866837, -0.005364441778510809, 0.02193460613489151, -0.07537875324487686, -0.007963215932250023, -0.01878746785223484, 0.0038242510054260492, 0.040054500102996826, -0.013628066517412663, -0.00908378791064024, 0.016622617840766907, 0.03757493570446968, -0.045929159969091415, 0.016889646649360657, 0.06073025241494179, -0.020656676962971687, 0.03913896903395653, -0.06607085466384888, -0.046386923640966415, 0.029564036056399345, 0.06721526384353638, -0.017147140577435493, -0.024566760286688805, 0.028724798932671547, 0.051460497081279755, 0.046844691038131714, 0.010271118022501469, -0.01210218109190464, 0.004375000484287739, -0.0265885591506958, -0.008091962896287441, 0.011997275985777378, -0.005078338552266359, 0.03910082206130028, -0.06855041533708572, 0.020847413688898087, 0.02489101141691208, 0.01851090043783188, 0.0137901920825243, -0.002106437459588051, 0.03330245614051819, -0.01049046404659748, 0.06267575174570084, 0.004787466488778591, 0.007386240642517805, 0.016851499676704407, 0.05825068801641464, -0.003092302707955241, 0.009560627862811089, -0.008811989799141884, -0.04253406450152397, -0.04314441978931427, 0.010108992457389832, -0.0013196527725085616, 0.07110627740621567, 0.005908038932830095, 0.004813692532479763, -0.004878066014498472, -0.010471390560269356, 0.05474114790558815, -0.030975479632616043, -0.00039935289532877505, 0.04432697966694832, 0.0543215312063694, -0.006551771890372038, 0.006070164032280445, -0.04474660009145737, 0.013704361394047737, -0.0003337874950375408, 0.033550411462783813, -0.007510218769311905, 0.0030112401582300663, -0.023460492491722107, -0.035476841032505035, -0.01686103641986847, -0.0536348819732666, -0.020847413688898087, 0.0037408042699098587, -0.022564034909009933, -0.05367302894592285, -0.00014536148228216916, 0.03660218417644501, -0.020141690969467163, -0.02519618719816208, -0.01966485194861889, 0.08468665927648544, -0.025768395513296127, -0.06301908195018768, -0.03330245614051819, 0.032787468284368515, 0.008034741505980492, 0.020027250051498413, 0.09185831993818283, 0.021915532648563385, 0.06008175015449524, -0.03971117362380028, -0.00985149946063757, -0.003640668001025915, -0.01725204475224018, 0.003991144709289074, -0.012292916886508465, -0.04856131225824356, -0.004768393002450466, -0.04367847740650177, 0.029564036056399345, -0.0547030009329319, 0.005269073881208897, -0.025634879246354103, -0.02511989325284958, 0.025863762944936752, -0.031185289844870567, -0.03187193721532822, 0.05977657064795494, 0.022602181881666183, 0.06694823503494263, -0.03900545462965965, 0.022297004237771034, -0.012302453629672527, -0.06855041533708572, 0.014877385459840298, 0.04386921226978302, 0.008916894905269146, -0.028896460309624672, 0.004136580973863602, 0.04516621679067612, -0.014877385459840298, 0.07522616535425186, -0.05943324789404869, -0.03242507204413414, -0.011711172759532928, -0.06774932891130447, 0.040130794048309326, 0.03273024782538414, 0.02401362545788288, 0.016956405714154243, 0.020160764455795288, -0.023918258026242256, 0.029564036056399345, -0.0002458702656440437, -0.0058031342923641205, 0.020675750449299812, 0.0028705724980682135, -0.037632156163454056, -0.02405177429318428, 0.025386923924088478, 0.0527956448495388, -0.014123979955911636, -0.035972755402326584, 0.01847275346517563, 0.024223435670137405, -0.000445546698756516, 0.017728883773088455, -0.03761308267712593, 0.028019076213240623, -0.03717438876628876, -0.04299182817339897, 0.028133517131209373, 0.003886240068823099, -0.029335152357816696, -0.03170027583837509, 0.038662128150463104, -0.03458038344979286, -0.018911445513367653, -0.027179839089512825, -0.007905995473265648, 0.029258858412504196, 0.005688692443072796, -0.031185289844870567, 0.040626708418130875, 0.020275205373764038, 0.051727525889873505, -0.10414169728755951, -0.01729019172489643, -0.06290464103221893, 0.013313353061676025, 0.008378066122531891, 0.02992643415927887, 0.025711175054311752, -0.0053358315490186214, -0.061683930456638336, -0.016546323895454407, -0.06713896989822388, 0.024185288697481155, -0.018987739458680153, -0.014619892463088036, 0.03591553494334221, -0.09132426232099533, -0.05359673500061035, 0.055694829672575, 0.0066852867603302, -0.0028634199406951666, 0.015392372384667397, -0.04161853343248367, -0.020961854606866837, -0.020198911428451538, 0.0026488422881811857, -0.004515667911618948, -0.0046563358046114445, -0.06824523955583572, -0.04787466302514076, -0.028991827741265297, 0.05931880697607994, 0.046043600887060165, -0.01392370741814375, -0.008530654944479465, -0.01181607786566019, 0.03910082206130028, -0.05851771682500839, 0.025425070896744728, 0.016031336039304733, -0.014486377127468586, 0.007076295092701912, 0.04409809783101082, -0.015144415199756622, 0.007753406651318073, -0.0000616165780229494, 0.001537806703709066, -0.061912812292575836, -0.006232289597392082, 0.013189374469220638, 0.010557222180068493, -0.021343326196074486, 0.045776572078466415, 0.037975478917360306, 0.08483924716711044, 0.04283924028277397, -0.027713898569345474, 0.05832698196172714, 0.02473842166364193, -0.06805450469255447, -0.004313011188060045, 0.015144415199756622, -0.03925340995192528, -0.031185289844870567, -0.07328066229820251, -0.01686103641986847, 0.03622071072459221, 0.0058985017240047455, -0.001616485184058547, 0.01049046404659748, 0.009965941309928894, 0.01824387162923813, 0.017995914444327354, -0.03253951296210289, -0.0042414856143295765, 0.041198913007974625, -0.020446868613362312, -0.012321527116000652, 0.01755722239613533, -0.009369892068207264, -0.01816757582128048, 0.014543598517775536, 0.012035423889756203, 0.00889305304735899, -0.05859401077032089, 0.003867166582494974, 0.05050681531429291, 0.030212536454200745, -0.050888288766145706, 0.03007902204990387, 0.03639237582683563, -0.009660763666033745, -0.06771117448806763, 0.04383106529712677, -0.033664852380752563, -0.013284742832183838, 0.02965940348803997, -0.035820167511701584, -0.008831063285470009, 0.005230926908552647, 0.020599456503987312, -0.03175749629735947, -0.030059948563575745, 0.08613625168800354, 0.035705726593732834, 0.018968665972352028, -0.04802725091576576, -0.051956407725811005, 0.01045231707394123, 0.014572208747267723, -0.020237058401107788, 0.0263978224247694, 0.021228885278105736, -0.04478474706411362, 0.020485015586018562, -0.050811994820833206, -0.013704361394047737, -0.06591825932264328, 0.05291008576750755, 0.015735697001218796, -0.025959130376577377, -0.04215259104967117, -0.020294280722737312, -0.03675477206707001, -0.004382153041660786, 0.0267411470413208, 0.028514988720417023, -0.008015668019652367, 0.03715531527996063, 0.007457766216248274, -0.03925340995192528, -0.06134060397744179, -0.00872139073908329, 0.002861035754904151, 0.002574932062998414, 0.007734333164989948, 0.021267032250761986, -0.019970029592514038, 0.027713898569345474, 0.019874662160873413, 0.08270300179719925, -0.05497003346681595, 0.028801092877984047, 0.08178747445344925, 0.00829700380563736, -0.0548555925488472, -0.01488692220300436, 0.020561309531331062, -0.03639237582683563, -0.007963215932250023, -0.0011730246478691697, -0.05298637971282005, 0.01375204510986805, -0.03156676143407822, 0.10307358205318451, 0.0052976845763623714, 0.02481471560895443, -0.004265327472239733, -0.0005146883777342737, 0.012826976366341114, 0.024299729615449905, -0.00974182691425085, -0.03673569858074188, 0.028514988720417023, -0.01087193563580513, -0.038242511451244354, 0.03761308267712593, -0.010108992457389832, -0.011510900221765041, 0.025978203862905502, -0.02120981179177761, 0.012044960632920265, 0.06874115020036697, 0.0015628407709300518, 0.04547139257192612, -0.03496185690164566, -0.05012534558773041, 0.02481471560895443, 0.014228884130716324, -0.0037789512425661087, 0.008926431648433208, 0.023536786437034607, 0.025062672793865204, 0.021762944757938385, 0.018425069749355316, -0.006198910530656576, 0.03126158192753792, 0.020732972770929337, -0.057792920619249344, 0.006713896989822388, -0.04985831677913666, -0.010175750590860844, 0.03530517965555191, 0.08125341683626175, -0.022335151210427284, 0.014734333381056786, -0.06877929717302322, -0.010137602686882019, -0.010061308741569519, 0.04310627281665802, 0.04802725091576576, -0.03746049478650093, -0.025959130376577377, -0.016031336039304733, 0.032482292503118515, -0.07568392902612686, -0.08049046993255615, -0.011377384886145592, 0.025940056890249252, -0.05897548422217369, 0.012149864807724953, -0.02378474362194538, -0.02527248114347458, -0.011196186766028404, -0.04550953954458237, 0.023002726957201958, -0.03963487967848778, 0.04310627281665802, 0.08346594870090485, 0.01816757582128048, -0.018920982256531715, -0.08338965475559235, 0.04188556224107742, 0.05008719861507416, 0.03669755160808563, 0.026302454993128777, 0.0281525906175375, 0.07720981538295746, 0.034942783415317535, -0.015516350045800209, 0.07339510321617126, 0.05813624709844589, -0.020046323537826538, -0.004742166493088007, -0.038433246314525604, -0.08262670785188675, -0.03894823417067528, -0.021381473168730736, 0.01400000136345625, -0.02151498757302761, 0.04280109331011772, -0.07186921685934067, -0.013389647006988525, 0.016527250409126282, 0.013132154010236263, -0.030994553118944168, 0.01575477048754692, 0.038547687232494354, -0.08400000631809235, 0.06080654636025429, 0.01605994626879692, -0.007200273219496012, 0.02250681445002556, 0.06473570317029953, -0.027713898569345474, -0.05252861604094505, 0.051536791026592255, 0.004439373500645161, -0.04764578118920326, -0.046234335750341415, -0.0013029633555561304, -0.03414169326424599, 0.029640330001711845, -0.011234333738684654, -0.013856949284672737, 0.027332426980137825, 0.02643596939742565, 0.007295641116797924, -0.06267575174570084, 0.04947684332728386, -0.01407629530876875, -0.05920436605811119, 0.02370844967663288, -0.040893737226724625, -0.01725204475224018, 0.030861038714647293, -0.03053678758442402, 0.050773847848176956, 0.01566893793642521, -0.03200545161962509, -0.05035422742366791, 0.017585832625627518, 0.0052976845763623714, 0.010194824077188969, 0.03139510005712509, 0.0010532187297940254, 0.07392916083335876, -0.07217439264059067, 0.03833787888288498, -0.010671663098037243, 0.06961853802204132, 0.009198229759931564, -0.01916893944144249, 0.0031995915342122316, -0.051880113780498505, 0.013742508366703987, -0.051422350108623505, -0.01333242654800415, 0.019331064075231552, -0.04177112132310867, 0.06897003203630447, -0.07164033502340317, -0.04318256676197052, 0.06008175015449524, 0.05268120393157005, 0.014867848716676235, -0.033397823572158813, -0.023574933409690857, -0.025787468999624252, -0.028801092877984047, 0.07522616535425186, -0.032749321311712265, -0.008211172185838223, -0.011549047194421291, 0.04779836907982826, 0.014066758565604687, -0.04432697966694832, 0.023193461820483208, 0.004277248401194811, -0.07774387300014496, 0.03963487967848778, -0.041237059980630875, 0.051079023629426956, 0.040817443281412125, 0.016832426190376282, -0.006942779757082462, 0.020389648154377937, -0.024452317506074905, -0.014753407798707485, -0.06362943351268768, 0.006408719811588526, 0.017604906111955643, 0.03448501601815224, -0.007724796421825886, -0.07453951984643936, 0.0039434609934687614, -0.020237058401107788, 0.01698501594364643, 0.04543324559926987, 0.012922344729304314, -0.04215259104967117, -0.061493195593357086, -0.011634878814220428, 0.02511989325284958, -0.03208174556493759, 0.016832426190376282, -0.015087194740772247, 0.020084470510482788, -0.02208719588816166, -0.06549864262342453, 0.040970031172037125, 0.050964582711458206, 0.02075204625725746, -0.04859945923089981, -0.020465942099690437, 0.028972754254937172, -0.019569484516978264, 0.0563814751803875, 0.009303134866058826, 0.03576294705271721, -0.014667576178908348, -0.012159401550889015, -0.024299729615449905, 0.023098094388842583, 0.012998638674616814, -0.03776567056775093, 0.03126158192753792, 0.038814716041088104, -0.013275206089019775, 0.002598774153739214, -0.029258858412504196, 0.026302454993128777, -0.02193460613489151, 0.010042235255241394, 0.051040876656770706, -0.004978202283382416, 0.02489101141691208, -0.027523163706064224, -0.041351500898599625, 0.0033116487320512533, 0.052223436534404755, 0.009532017633318901, 0.014667576178908348, 0.04798910394310951, -0.029487742111086845, 0.039940059185028076, -0.02447139285504818, -0.05596185848116875, 0.040054500102996826, -0.0018286786507815123, -0.017805179581046104, 0.028648504987359047, -0.06050136685371399, -0.04219073802232742, 0.02481471560895443, -0.035171665251255035, -0.033817440271377563, -0.023059947416186333, 0.016737058758735657, -0.01605994626879692, 0.014009538106620312, 0.03421798720955849, 0.012254769913852215, 0.020008176565170288, -0.00040173711022362113, 0.04440327361226082, 0.0780109092593193, 0.0038504772819578648, -0.010595369152724743, -0.004286785144358873, -0.004472752567380667, -0.01708992011845112, -0.051880113780498505, 0.06023433804512024, 0.00017136411042883992, -0.022373300045728683, -0.08331336081027985, 0.028629429638385773, 0.0053167580626904964, 0.026722073554992676 ]
22,828
pyfetch_mimic
pyfetch
null
@staticmethod async def pyfetch( url: str, headers: dict, method: Literal["GET", "POST", "PUT", "DELETE", "PATCH"] = "GET", credentials: Literal["omit", "same-origin", "include"] = None, body: str = None, # i.e., in the case of a dictionary, pass to "body" using: `json.dumps({...})` redirect: bool = True, ) -> FetchResponse: if credentials: logging.warning( "`credentials` parameter doesn't do anything when running outside of browser. " "Separate testing required." ) request_arguments = { "method": method, "url": url, "headers": headers, "follow_redirects": redirect, "content": body, } async with httpx.AsyncClient() as client: r = await client.request(**request_arguments) ok = True if 100 <= r.status_code < 400 else False redirected = True if 300 <= r.status_code < 400 else False return FetchResponse( headers=r.headers, url=str(r.url), redirected=redirected, status=r.status_code, status_text=str(r.status_code), do_not_use_body=r.content, ok=ok, body_used=False, # type=None )
(url: str, headers: dict, method: Literal['GET', 'POST', 'PUT', 'DELETE', 'PATCH'] = 'GET', credentials: Optional[Literal['omit', 'same-origin', 'include']] = None, body: Optional[str] = None, redirect: bool = True) -> pyfetch_mimic.FetchResponse
[ -0.02983940951526165, -0.05542142689228058, -0.10330764949321747, 0.021739065647125244, 0.01702956296503544, 0.012197611853480339, -0.00809092540293932, 0.03027268312871456, -0.06393621116876602, -0.041066862642765045, 0.053537625819444656, 0.056250300258398056, -0.007671779952943325, -0.011990394443273544, -0.00016674582730047405, -0.007068963721394539, 0.09177879244089127, -0.010417420417070389, 0.004836659412831068, -0.06197705492377281, 0.02620367333292961, 0.03545313701033592, 0.05451720580458641, 0.06600838899612427, 0.01669989712536335, -0.02601529285311699, -0.007092511281371117, -0.008726708590984344, 0.017604121938347816, -0.007431595586240292, 0.03245789185166359, 0.00936249177902937, -0.04279996082186699, 0.035980600863695145, -0.012753333896398544, -0.006640398874878883, 0.007426885887980461, 0.056853119283914566, -0.0840928852558136, -0.0566270612180233, -0.024225682020187378, -0.032005779445171356, 0.058623891323804855, -0.02237955667078495, 0.024734308943152428, -0.0211927630007267, -0.06619676947593689, -0.05704149603843689, -0.0023335586301982403, -0.046492211520671844, 0.03315490111708641, 0.06355945020914078, 0.04724573343992233, -0.008976312354207039, 0.022021634504199028, 0.03524591773748398, 0.003951272927224636, 0.06740240752696991, -0.02593994140625, 0.056250300258398056, -0.049958404153585434, 0.013073579408228397, -0.022756317630410194, 0.001975636463612318, -0.020910192281007767, -0.027578847482800484, -0.0596788190305233, 0.01787727326154709, -0.018414156511425972, -0.04347813129425049, -0.008326401002705097, 0.02482849918305874, 0.02906705066561699, -0.017594702541828156, 0.09260766208171844, -0.04381721466779709, -0.005618436727672815, -0.027823742479085922, 0.0023017695639282465, 0.018498927354812622, 0.0029387297108769417, -0.02298237383365631, 0.027993284165859222, -0.017104914411902428, -0.035905249416828156, -0.056664738804101944, 0.07060486823320389, -0.06446367502212524, -0.031082717701792717, 0.0773111954331398, -0.02821934036910534, 0.009423715062439442, -0.06751543283462524, -0.06453902274370193, 0.007262053433805704, 0.00041267016786150634, 0.03366352617740631, -0.007883707992732525, -0.029707543551921844, 0.02399962581694126, 0.036395035684108734, 0.013544529676437378, -0.004643569700419903, 0.005665531847625971, 0.0403510183095932, -0.006301314570009708, 0.051653824746608734, 0.001804916886612773, -0.01940315216779709, -0.021513009443879128, 0.0041961669921875, 0.012828685343265533, -0.03534010797739029, -0.0030894337687641382, 0.039107710123062134, 0.035641517490148544, -0.013318473473191261, -0.03375771641731262, -0.01241424959152937, -0.0410291887819767, -0.038617923855781555, 0.0060988059267401695, -0.017745407298207283, 0.008039121516048908, 0.042347848415374756, 0.03372003883123398, 0.011180359870195389, -0.00810034479945898, -0.00369931454770267, -0.003795859171077609, -0.017745407298207283, 0.013017065823078156, -0.015908699482679367, 0.08107879757881165, 0.01004066038876772, 0.033267926424741745, -0.04701967537403107, -0.004205585923045874, 0.011698405258357525, 0.038881655782461166, -0.013582206331193447, -0.0150892473757267, 0.00953203346580267, 0.04766016826033592, -0.026090646162629128, -0.045550309121608734, -0.021588360890746117, -0.07150909304618835, 0.0045729270204901695, 0.02279399335384369, 0.029387297108769417, 0.019648045301437378, 0.0049638161435723305, -0.000881265732459724, -0.02601529285311699, 0.005397090222686529, 0.012244706973433495, -0.0060564205050468445, 0.024376386776566505, -0.009560290724039078, -0.021343465894460678, 0.017500512301921844, 0.03922073915600777, -0.017246199771761894, 0.022775154560804367, 0.00016130047151818871, 0.04359115660190582, -0.044796790927648544, -0.012602629140019417, 0.027823742479085922, -0.0342475026845932, 0.011886784806847572, -0.042686931788921356, -0.01940315216779709, 0.05809642747044563, -0.01241424959152937, 0.024979202076792717, 0.023604027926921844, -0.03142180293798447, -0.021513009443879128, 0.023020049557089806, -0.08582597970962524, -0.0016024083597585559, -0.01932779885828495, 0.012470763176679611, 0.02601529285311699, -0.00868432316929102, -0.02584575116634369, 0.025073392316699028, 0.03466194123029709, -0.04909185692667961, 0.021927444264292717, 0.058548539876937866, -0.005609017796814442, 0.017745407298207283, -0.08356541395187378, -0.0444200299680233, 0.025582019239664078, 0.050485868006944656, -0.03145947679877281, -0.0379774309694767, 0.012461344711482525, 0.05203058570623398, 0.038278840482234955, 0.010737665928900242, -0.00518987188115716, 0.004603539127856493, -0.035660356283187866, -0.0057267555966973305, 0.01687885820865631, 0.009767509065568447, 0.061072833836078644, -0.056589383631944656, 0.009758089669048786, 0.015955794602632523, 0.024037301540374756, 0.02042040415108204, -0.00678168423473835, 0.03667760640382767, -0.0201755091547966, 0.050900306552648544, 0.006240091286599636, 0.008128602057695389, 0.027258602902293205, 0.062090083956718445, -0.0201755091547966, 0.011924461461603642, -0.008849156089127064, -0.03982355445623398, -0.05199291184544563, -0.00035115229547955096, -0.0028892799746245146, 0.0729031041264534, -0.007883707992732525, -0.006122353486716747, 0.003228364046663046, -0.004019560758024454, 0.035980600863695145, -0.030479902401566505, 0.007977897301316261, 0.042686931788921356, 0.05308551713824272, -0.0065603372640907764, 0.0020721813198179007, -0.042084116488695145, 0.00011935646034544334, 0.015786252915859222, 0.02889750897884369, -0.025977617129683495, -0.00663568964228034, -0.008825608529150486, -0.03451123461127281, -0.009470810182392597, -0.04426932707428932, -0.009009278379380703, -0.009663899429142475, -0.025111068040132523, -0.05979184806346893, 0.005378252360969782, 0.03714855760335922, -0.037939753383398056, -0.025450153276324272, -0.033701203763484955, 0.06698796898126602, -0.022511422634124756, -0.06928620487451553, -0.047773197293281555, 0.04502284526824951, 0.005590179935097694, 0.017321551218628883, 0.0759548619389534, -0.0020038934890180826, 0.0684950053691864, -0.04129292070865631, -0.013130093924701214, 0.007742422632873058, -0.02026969939470291, 0.013921290636062622, -0.0030894337687641382, -0.028501911088824272, -0.0027668329421430826, -0.031666696071624756, 0.03986123204231262, -0.05176685377955437, 0.0069418069906532764, -0.00527935242280364, -0.0194973424077034, 0.022907022386789322, -0.031176907941699028, -0.024093816056847572, 0.062165435403585434, 0.04020031541585922, 0.0895182266831398, -0.04528657719492912, -0.006824069656431675, -0.0005866274586878717, -0.052671078592538834, -0.0060140350833535194, 0.04943094030022621, 0.019120581448078156, -0.02739046886563301, 0.0008630164084024727, 0.04596474766731262, -0.021588360890746117, 0.07339289039373398, -0.06382317841053009, -0.04720805585384369, -0.009423715062439442, -0.07927034795284271, 0.035811059176921844, 0.024545928463339806, 0.018866268917918205, 0.025242934003472328, 0.0116136334836483, -0.037186235189437866, 0.011039074510335922, -0.003475612960755825, -0.01513634156435728, 0.028859833255410194, -0.011415834538638592, -0.024263357743620872, -0.02601529285311699, 0.02703254669904709, 0.05044819414615631, -0.022850507870316505, -0.043779537081718445, 0.005740883760154247, 0.03226951137185097, 0.007450433447957039, 0.030913176015019417, -0.04528657719492912, 0.028709128499031067, -0.05312319099903107, -0.02940613590180874, 0.01495738048106432, 0.0017790147103369236, -0.03807162120938301, -0.039032358676195145, 0.037920914590358734, -0.015635550022125244, -0.010794180445373058, -0.04502284526824951, -0.0014046091819182038, 0.020740650594234467, 0.0052510956302285194, -0.01212226040661335, 0.051917560398578644, 0.033362116664648056, 0.0630696639418602, -0.11476116627454758, -0.00979576539248228, -0.0552707239985466, 0.00695122592151165, 0.0052510956302285194, 0.01915825717151165, 0.024188006296753883, -0.0030117270071059465, -0.06095980480313301, -0.0215318463742733, -0.06600838899612427, 0.008938636630773544, -0.025826912373304367, -0.0008606616174802184, 0.02593994140625, -0.08944287896156311, -0.05240734666585922, 0.05640100687742233, 0.00821808259934187, -0.00830285344272852, 0.008392333984375, -0.04841369017958641, -0.005731464829295874, -0.01344092097133398, -0.004127879161387682, -0.008802060969173908, -0.008524199947714806, -0.059641141444444656, -0.05515769496560097, -0.023509837687015533, 0.07674605399370193, 0.0403510183095932, -0.005858621560037136, -0.023509837687015533, -0.007087801583111286, 0.0371297188103199, -0.04362883418798447, 0.011227454990148544, 0.014335726387798786, -0.011029655113816261, -0.0058492026291787624, 0.0518798828125, -0.016756411641836166, 0.018442412838339806, 0.009310686960816383, 0.0116136334836483, -0.05093798041343689, -0.008886831812560558, 0.0029316653963178396, 0.012442505918443203, -0.010031240992248058, 0.05406509339809418, 0.04720805585384369, 0.0718858540058136, 0.03524591773748398, -0.0327216237783432, 0.04909185692667961, 0.019987130537629128, -0.07674605399370193, 0.007064254023134708, 0.015663806349039078, -0.031327612698078156, -0.044721439480781555, -0.05078727751970291, -0.02008132077753544, 0.02247374691069126, 0.01479725819081068, -0.025732723996043205, 0.00894805509597063, 0.012621467001736164, 0.014627715572714806, 0.037581831216812134, -0.044382352381944656, -0.008886831812560558, 0.04490981996059418, -0.0196668840944767, -0.010549286380410194, 0.02586458995938301, 0.0033884872682392597, -0.017820758745074272, 0.016982467845082283, 0.011849109083414078, -0.01762295886874199, -0.03613130375742912, -0.004207940772175789, 0.034548912197351456, 0.03978588059544563, -0.037186235189437866, 0.041933413594961166, 0.029387297108769417, 0.003487386740744114, -0.06921084970235825, 0.06435064971446991, -0.05135241895914078, -0.03703552857041359, 0.040388695895671844, -0.025732723996043205, -0.009673318825662136, 0.01030439231544733, 0.02484733611345291, -0.010285554453730583, -0.028275854885578156, 0.07919500023126602, 0.02516758255660534, 0.015042152255773544, -0.06551860272884369, -0.03102620504796505, 0.016982467845082283, 0.031176907941699028, -0.02330262027680874, 0.02526177279651165, 0.04144362360239029, -0.04279996082186699, 0.029293106868863106, -0.054215796291828156, 0.009183530695736408, -0.06386085599660873, 0.0371297188103199, 0.016681058332324028, -0.031007366254925728, -0.0400119349360466, -0.024301033467054367, -0.04117989167571068, -0.006169448606669903, 0.03185507655143738, 0.03846721723675728, -0.002159307012334466, 0.0474717877805233, 0.015249369665980339, -0.043101370334625244, -0.03989890590310097, -0.017670053988695145, -0.015880443155765533, -0.01098256092518568, -0.01428863126784563, 0.0288221575319767, -0.021588360890746117, 0.016925953328609467, 0.025224097073078156, 0.08009922504425049, -0.046492211520671844, 0.021852092817425728, 0.07535204291343689, 0.0008282837807200849, -0.05553445592522621, -0.004549379460513592, -0.0009118774905800819, -0.025035716593265533, -0.00011354316666256636, 0.016502097249031067, -0.061675649136304855, 0.016586868092417717, -0.03974820300936699, 0.11234989762306213, -0.00907521229237318, 0.006145901046693325, -0.005910425912588835, 0.02075948752462864, 0.026297863572835922, 0.03690366446971893, -0.001301000127568841, -0.021833254024386406, 0.0406901054084301, -0.013035903684794903, -0.03324909135699272, 0.03372003883123398, 0.009484938345849514, 0.022436071187257767, 0.030743634328246117, -0.023961950093507767, 0.010605799965560436, 0.06804289668798447, 0.0002319430059287697, 0.058548539876937866, -0.04570101574063301, -0.035057537257671356, 0.03803394362330437, 0.007883707992732525, -0.006131772417575121, 0.0019709269981831312, 0.01335615012794733, 0.023547513410449028, 0.03635736182332039, 0.015955794602632523, -0.003310780506581068, 0.021494170650839806, 0.006522661540657282, -0.045474957674741745, -0.006857036147266626, -0.04223481938242912, -0.014929124154150486, 0.035490814596414566, 0.07467387616634369, -0.00587275018915534, 0.02543131448328495, -0.06630980223417282, 0.001045509590767324, -0.028501911088824272, 0.03177972510457039, 0.0403510183095932, -0.04999608173966408, -0.03509521484375, -0.0015800382243469357, 0.04163200408220291, -0.08755907416343689, -0.09313512593507767, -0.0021263405214995146, 0.027239764109253883, -0.05915135517716408, 0.003494451055303216, -0.022059310227632523, -0.016379650682210922, -0.021720226854085922, -0.031308773905038834, 0.008674903772771358, -0.012385992333292961, 0.0389946848154068, 0.0813802108168602, 0.00915998313575983, -0.023717055097222328, -0.08077739179134369, 0.04524890333414078, 0.04867742210626602, 0.031308773905038834, 0.01249902043491602, 0.027748391032218933, 0.0593397356569767, 0.03162902221083641, -0.0359429270029068, 0.08190767467021942, 0.053537625819444656, -0.021079733967781067, -0.008726708590984344, -0.020232023671269417, -0.09471751749515533, -0.030140817165374756, -0.010323230177164078, 0.01610649935901165, -0.016511516645550728, 0.04359115660190582, -0.05410276725888252, -0.024885011836886406, 0.02109857276082039, 0.028501911088824272, -0.03409679979085922, 0.019553855061531067, 0.050485868006944656, -0.07117000967264175, 0.06691261380910873, 0.021418819203972816, -0.007280891295522451, 0.011020236648619175, 0.04517355188727379, -0.013751748017966747, -0.05738058313727379, 0.036395035684108734, -0.007864869199693203, -0.04867742210626602, -0.0467936210334301, 0.013572786934673786, -0.024771984666585922, 0.026316702365875244, -0.003058822127059102, -0.019723396748304367, 0.028087474405765533, 0.026636946946382523, 0.002418329706415534, -0.0654432475566864, 0.04359115660190582, -0.010643476620316505, -0.04566333815455437, 0.027333954349160194, -0.03162902221083641, -0.020363889634609222, 0.025393638759851456, -0.036395035684108734, 0.05960346758365631, 0.010455096140503883, -0.03535894677042961, -0.05621262639760971, 0.02145649492740631, -0.007181991823017597, 0.004469318315386772, 0.043289750814437866, 0.01576741598546505, 0.08258584141731262, -0.07587950676679611, 0.0335693359375, -0.024545928463339806, 0.05813410133123398, 0.008392333984375, -0.01441107876598835, -0.0043139043264091015, -0.060394663363695145, 0.02772955223917961, -0.0708685964345932, -0.002293527824804187, 0.02383008413016796, -0.04223481938242912, 0.07557810097932816, -0.057003822177648544, -0.034887995570898056, 0.04969467222690582, 0.06152494251728058, 0.022831669077277184, -0.03722390905022621, -0.014542944729328156, -0.03379539027810097, -0.017754824832081795, 0.067138671875, -0.04223481938242912, 0.011208616197109222, -0.01394012849777937, 0.043101370334625244, 0.02237955667078495, -0.043026018887758255, 0.0211927630007267, 0.003951272927224636, -0.07979781180620193, 0.03925841674208641, -0.029651029035449028, 0.053801361471414566, 0.02482849918305874, 0.02499804086983204, -0.01055870484560728, 0.024018464609980583, -0.03236370161175728, -0.027428144589066505, -0.04958164691925049, -0.0064378902316093445, 0.008373496122658253, 0.03232602775096893, -0.020533431321382523, -0.0661214217543602, 0.028275854885578156, -0.022191176190972328, 0.013535111211240292, 0.054291147738695145, 0.0029457940254360437, -0.042498551309108734, -0.05515769496560097, 0.005514827556908131, 0.015833348035812378, -0.03355049714446068, 0.017396902665495872, -0.027409305796027184, 0.016059404239058495, -0.019874101504683495, -0.03524591773748398, 0.04321439936757088, 0.04148130118846893, 0.0261094830930233, -0.03127110004425049, 0.0013975449837744236, 0.034360531717538834, -0.027333954349160194, 0.07380732893943787, 0.012725076638162136, 0.042498551309108734, -0.01976107433438301, -0.020834840834140778, -0.04110454022884369, 0.030065465718507767, 0.009729832410812378, -0.04694432392716408, 0.023001210764050484, 0.04566333815455437, -0.02899169921875, 0.0013151286402717233, -0.036244332790374756, 0.03232602775096893, -0.0245836041867733, 0.0009942937176674604, 0.045550309121608734, -0.0034591297153383493, 0.030875500291585922, -0.029895924031734467, -0.019874101504683495, 0.006103515625, 0.06058304384350777, 0.007233796175569296, 0.027164412662386894, 0.05233199521899223, -0.019478503614664078, 0.05101333558559418, -0.011170940473675728, -0.04792390018701553, 0.03162902221083641, -0.009555581025779247, -0.016935372725129128, 0.009597966447472572, -0.06461437791585922, -0.03291000425815582, 0.00877851340919733, -0.03008430451154709, -0.03534010797739029, -0.0028775061946362257, 0.016746992245316505, -0.025544343516230583, 0.007992026396095753, 0.033098384737968445, 0.012913456186652184, 0.021814417093992233, -0.01660570688545704, 0.033173736184835434, 0.05417811870574951, 0.007878998294472694, -0.002533712424337864, 0.0019603306427598, -0.011585377156734467, -0.006310733500868082, -0.05093798041343689, 0.052445024251937866, -0.018348222598433495, -0.017905529588460922, -0.09253231436014175, 0.03884397819638252, 0.004561153240501881, 0.014486430212855339 ]
22,836
stubalyzer.compare
ComparisonResult
Result of comparing two symbol nodes and their types.
class ComparisonResult(NamedTuple): """ Result of comparing two symbol nodes and their types. """ match_result: MatchResult """Type of comparison result""" symbol: RelevantSymbolNode """Symbol that was checked""" reference: Optional[SymbolNode] """Reference symbol that was checked against""" symbol_name: str """Full name of the symbol that was checked""" symbol_type: str """Type of the symbol that was checked""" reference_name: Optional[str] """Full name of the reference symbol""" reference_type: Optional[str] """Type of the reference symbol""" data: Optional[Dict[str, Any]] = None """Optional additional data""" message_val: Optional[str] = None """Optional message""" @property def message(self) -> str: """Human readable result of the comparison""" if self.message_val: return self.message_val if self.match_result is MatchResult.MATCH: return "\n".join( [ f"Types for {self.symbol_name} match:", f" {self.symbol_type}", f" {self.reference_type}", ] ) elif self.match_result is MatchResult.MISMATCH: return "\n".join( [ f"Types for {self.symbol_name} do not match:", f" Handwritten type: {self.symbol_type}", f" Reference type : {self.reference_type}", ] ) elif self.match_result is MatchResult.NOT_FOUND: return f'Symbol "{self.symbol_name}" not found in generated stubs' elif self.match_result is MatchResult.MISLOCATED_SYMBOL: return ( f'Found symbol "{self.symbol_name}" in different location' f' "{self.reference_name}".' ) @classmethod def create( cls, match_result: MatchResult, symbol: RelevantSymbolNode, reference: Optional[SymbolNode], data: Optional[Dict[str, Any]] = None, message: Optional[str] = None, ) -> ComparisonResult: """ Create a comparison result. :param match_result: if the match was successful :param symbol: symbol that was checked :param reference: reference symbol that was checked against :param data: optional additional data :param message: optional message """ return cls( match_result=match_result, symbol=symbol, reference=reference, data=data, message_val=message, symbol_name=symbol.fullname, symbol_type=_get_symbol_type_info(symbol), reference_name=reference.fullname if reference else None, reference_type=_get_symbol_type_info(reference) if reference else None, ) @classmethod def create_not_found( cls, symbol: RelevantSymbolNode, data: Optional[Dict[str, Any]] = None ) -> ComparisonResult: """ Create an unsuccessful comparison result where there was no reference symbol found. :param symbol: symbol we wanted to check :param data: optional additional data """ return cls.create( match_result=MatchResult.NOT_FOUND, symbol=symbol, reference=None, data=data ) @classmethod def create_mislocated_symbol( cls, symbol: RelevantSymbolNode, reference: SymbolNode, data: Optional[Dict[str, Any]] = None, ) -> ComparisonResult: """ Create an unsuccessful comparison result where the reference symbol was found in a different level of the class hierarchy. :param symbol: symbol we wanted to check :param reference: symbol that was found somewhere else in the hierarchy :param data: optional additional data """ return cls.create( match_result=MatchResult.MISLOCATED_SYMBOL, symbol=symbol, reference=reference, data=data, ) @classmethod def create_mismatch( cls, symbol: RelevantSymbolNode, reference: RelevantSymbolNode, data: Optional[Dict[str, Any]] = None, message: Optional[str] = None, ) -> ComparisonResult: """ Create an unsuccessful comparison result. :param symbol: symbol that was checked :param reference: reference symbol that was checked against :param data: optional additional data :param message: optional message """ return cls.create( match_result=MatchResult.MISMATCH, symbol=symbol, reference=reference, data=data, message=message, ) @classmethod def create_match( cls, symbol: RelevantSymbolNode, reference: RelevantSymbolNode, data: Optional[Dict[str, Any]] = None, message: Optional[str] = None, ) -> ComparisonResult: """ Create a successful comparison result. :param symbol: symbol that was checked :param reference: reference symbol that was checked against :param data: optional additional data :param message: optional message """ return cls.create( match_result=MatchResult.MATCH, symbol=symbol, reference=reference, data=data, message=message, )
(match_result: stubalyzer.compare.MatchResult, symbol: Union[mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.OverloadedFuncDef, mypy.nodes.Var, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.TypeAlias], reference: Optional[mypy.nodes.SymbolNode], symbol_name: str, symbol_type: str, reference_name: Optional[str], reference_type: Optional[str], data: Optional[Dict[str, Any]] = None, message_val: Optional[str] = None)
[ 0.06419902294874191, -0.06809101998806, 0.004071480128914118, 0.013659768737852573, -0.0009936632122844458, -0.06079825386404991, -0.07039599120616913, 0.016474852338433266, 0.027451790869235992, -0.05584824085235596, 0.022312846034765244, -0.007127452176064253, 0.06253642588853836, -0.019327722489833832, -0.06023145839571953, 0.026658276095986366, -0.010929704643785954, 0.026771636679768562, -0.02990790456533432, 0.03497127443552017, 0.000916909659281373, 0.05577266588807106, -0.007547825574874878, 0.022520670667290688, 0.018420850858092308, 0.01634260080754757, -0.0030772266909480095, 0.013064634054899216, -0.007779266685247421, 0.0013048102846369147, -0.04866883158683777, -0.04870661720633507, -0.02310635894536972, 0.018175238743424416, -0.007524209097027779, -0.020517993718385696, -0.0004735103284474462, 0.07330553978681564, -0.0678265169262886, 0.009564672596752644, -0.008076834492385387, -0.030059048905968666, -0.014198224991559982, -0.013187439180910587, -0.027395110577344894, -0.030342446640133858, -0.05399670824408531, -0.008945920504629612, -0.0475730262696743, -0.03062584437429905, 0.05501693859696388, -0.04213179275393486, -0.0025883656926453114, 0.050898227840662, -0.02180272899568081, -0.027319537475705147, 0.01764623075723648, 0.03359207510948181, 0.004912226926535368, 0.006957413628697395, 0.04961349070072174, 0.07561050355434418, 0.013026847504079342, 0.011505946516990662, -0.06423681229352951, 0.00010022241622209549, -0.0048791635781526566, -0.03937338665127754, -0.025619152933359146, 0.04557035118341446, 0.011808237060904503, -0.0010090138530358672, -0.026355985552072525, 0.006111943628638983, 0.058682218194007874, 0.004683147184550762, 0.02172715775668621, -0.044021110981702805, 0.05924901366233826, -0.05735969543457031, -0.011014724150300026, 0.004317091777920723, -0.024258842691779137, -0.03863655403256416, -0.002741872798651457, 0.030795883387327194, 0.056566182523965836, 0.015832485631108284, 0.008898687548935413, -0.031759437173604965, -0.07296545803546906, -0.0036511069629341364, -0.0038542086258530617, 0.03431001305580139, 0.011590966023504734, -0.02272849529981613, 0.05059593543410301, -0.08078723400831223, -0.03493348881602287, 0.01670157164335251, 0.03327089175581932, 0.037597429007291794, -0.05380777642130852, 0.025090143084526062, -0.002973314141854644, -0.0026332370471209288, -0.029473360627889633, -0.014368263073265553, 0.02412659116089344, 0.005035032518208027, -0.12189880013465881, -0.036180440336465836, 0.02588365599513054, 0.01839251071214676, 0.022010555490851402, -0.02414548397064209, -0.013650322332978249, 0.008275212720036507, -0.025071250274777412, -0.012271120212972164, 0.07421240955591202, 0.008676692843437195, 0.0012811938067898154, 0.004173031076788902, 0.009541056118905544, -0.01221444085240364, 0.07421240955591202, -0.016455959528684616, 0.02826419658958912, 0.032477375119924545, 0.03166497126221657, 0.036218225955963135, -0.039977967739105225, 0.05403449386358261, 0.009918919764459133, 0.04965127632021904, -0.03536803275346756, 0.00864362996071577, -0.011619305238127708, 0.015076757408678532, 0.055281445384025574, -0.03089034929871559, -0.018175238743424416, -0.036841701716184616, -0.07402347773313522, -0.02348422259092331, -0.05131387710571289, -0.004395025782287121, -0.02956782653927803, 0.022312846034765244, -0.029851224273443222, -0.06223413348197937, -0.02648823894560337, 0.025978121906518936, -0.027395110577344894, 0.00006376448436640203, 0.013895933516323566, -0.017117220908403397, 0.0068157147616147995, 0.010816345922648907, -0.014698893763124943, -0.08320556581020355, 0.01978115923702717, -0.02340864948928356, 0.0065795499831438065, 0.010627414099872112, -0.009739434346556664, -0.014868932776153088, -0.03476345166563988, -0.00030642375349998474, -0.01940329559147358, 0.015586873516440392, -0.011250888928771019, 0.0034409204963594675, -0.038239795714616776, -0.0059324586763978004, 0.014821699820458889, -0.019280489534139633, 0.016427619382739067, -0.05531923100352287, 0.012025509029626846, -0.07209637761116028, -0.0542990006506443, -0.0031646075658500195, 0.00415649963542819, 0.043681032955646515, 0.020839177072048187, 0.03132489323616028, 0.043718818575143814, 0.03540581837296486, -0.029360001906752586, -0.04583485424518585, 0.02136818692088127, 0.059400156140327454, 0.038560979068279266, -0.020650245249271393, 0.008194916881620884, 0.06181848421692848, -0.017769034951925278, 0.03266630694270134, -0.03502795472741127, 0.009030940011143684, 0.006702355574816465, -0.0006671654409728944, -0.008209086954593658, -0.007547825574874878, 0.0373329222202301, 0.011694878339767456, -0.017797375097870827, -0.036180440336465836, -0.04583485424518585, -0.0010261358693242073, 0.0373329222202301, 0.03334646299481392, 0.001616547699086368, -0.07761318236589432, 0.05879557505249977, 0.006395341362804174, -0.005417619366198778, 0.006078880745917559, 0.06733529269695282, -0.041716139763593674, -0.029322214424610138, 0.011383140459656715, 0.005809652619063854, 0.02238841913640499, -0.013640875928103924, 0.03510352969169617, 0.01804298721253872, -0.06650399416685104, 0.021217040717601776, -0.052825331687927246, 0.013877040706574917, -0.03200504556298256, -0.048479899764060974, -0.0476108118891716, 0.05123830586671829, 0.03217508643865585, -0.026091480627655983, -0.00544595904648304, -0.01054239459335804, 0.010958044789731503, 0.005993861239403486, 0.04318980872631073, 0.005280643701553345, -0.10670868307352066, 0.05067151039838791, -0.009493823163211346, -0.006674015894532204, -0.014339923858642578, -0.040015753358602524, -0.024580027908086777, 0.0238054059445858, -0.021198147907853127, 0.036841701716184616, -0.1018720269203186, -0.07508149743080139, -0.019497761502861977, 0.06487917900085449, -0.014802806079387665, -0.0013697555987164378, 0.0407336950302124, 0.0271683931350708, 0.04455011710524559, -0.024750065058469772, -0.04579706862568855, -0.0406959094107151, 0.02754625678062439, -0.016144221648573875, 0.010665199719369411, 0.012252227403223515, 2.8598074663932493e-7, -0.03876880556344986, 0.06835552304983139, -0.04715737700462341, 0.010551840998232365, -0.00949854589998722, -0.016796037554740906, -0.023654261603951454, -0.034801237285137177, -0.01563410647213459, -0.047535240650177, -0.0007285682368092239, -0.01668267697095871, 0.017400618642568588, 0.046703942120075226, -0.04213179275393486, -0.02312525175511837, 0.0187514815479517, -0.04118713364005089, 0.006173346657305956, 0.002656853524968028, 0.020536886528134346, 0.0169755220413208, 0.04957570508122444, 0.03510352969169617, -0.027111712843179703, 0.0289254579693079, 0.02714950032532215, -0.026639383286237717, 0.0009464302565902472, 0.03533024713397026, 0.11283007264137268, -0.006333938799798489, -0.04965127632021904, 0.029019923880696297, 0.020177915692329407, -0.009073449298739433, 0.0002788220008369535, 0.027980798855423927, -0.00015365469153039157, 0.07236088067293167, 0.05301426351070404, -0.012686770409345627, 0.04617493227124214, 0.0339132584631443, -0.004515470005571842, -0.04175392910838127, 0.04179171472787857, 0.05380777642130852, -0.02140597254037857, -0.007760373875498772, -0.014906719326972961, -0.0002376407792326063, -0.0033346463460475206, -0.07651738077402115, -0.031740542501211166, -0.019252151250839233, 0.04224514961242676, -0.01409431267529726, -0.029681185260415077, -0.012441159226000309, 0.0409226268529892, 0.000743328535463661, 0.013319691643118858, 0.025713618844747543, 0.014179331250488758, 0.010929704643785954, 0.03701173886656761, -0.026620490476489067, 0.05308983474969864, -0.028963245451450348, -0.02614816091954708, -0.028717633336782455, 0.02618594653904438, -0.032156191766262054, 0.0016106435796245933, 0.02448556199669838, -0.005734079983085394, 0.04855547100305557, -0.01737227849662304, 0.012053849175572395, -0.01494450494647026, 0.034895703196525574, 0.08297884464263916, -0.02684720791876316, -0.03986461088061333, -0.028453128412365913, 0.024693386629223824, 0.04141385108232498, 0.026412665843963623, 0.03198615461587906, -0.0076375678181648254, -0.005408172961324453, -0.0019519017077982426, -0.07920020818710327, -0.003360624425113201, 0.025600258260965347, -0.04719516262412071, -0.03516020625829697, -0.03922224044799805, -0.048442114144563675, -0.015067311003804207, -0.06389673799276352, -0.0011772812576964498, 0.027772974222898483, 0.020177915692329407, 0.013055187650024891, -0.04704401642084122, -0.05739748105406761, 0.06642842292785645, 0.009474929422140121, -0.06370780616998672, 0.02928442880511284, 0.019951198250055313, -0.03359207510948181, 0.03470677137374878, 0.04046919196844101, 0.060344815254211426, 0.08358342945575714, -0.003984099254012108, -0.0075950585305690765, 0.027735188603401184, 0.018175238743424416, -0.012271120212972164, 0.028453128412365913, -0.028963245451450348, 0.015227902680635452, -0.08728649467229843, -0.034139975905418396, 0.02920885570347309, -0.016106436029076576, -0.016814930364489555, -0.03317642584443092, -0.023181932047009468, 0.005497915204614401, 0.03187279403209686, 0.027754081413149834, -0.059324584901332855, 0.04659058153629303, -0.0374651774764061, -0.004576873034238815, -0.02992679737508297, -0.052523039281368256, -0.06922461092472076, 0.008742818608880043, 0.0443233996629715, 0.0816185399889946, 0.012734003365039825, 0.02068803273141384, 0.00782649964094162, -0.02992679737508297, 0.06707078963518143, 0.0577753446996212, 0.022671816870570183, 0.023994337767362595, 0.0005608912906609476, 0.044663477689027786, -0.043718818575143814, 0.030758097767829895, 0.00985279306769371, 0.004515470005571842, 0.002138471696525812, -0.029322214424610138, 0.03200504556298256, -0.041980646550655365, -0.027772974222898483, -0.08637961745262146, 0.0014252542750909925, 0.059286799281835556, -0.019299384206533432, 0.03642605245113373, 0.049877993762493134, 0.03202394023537636, -0.029435575008392334, -0.019516654312610626, -0.032477375119924545, -0.01905377209186554, 0.002105408813804388, 0.006045817397534847, -0.0006258366047404706, -0.0006447297637350857, 0.06914903968572617, 0.011723218485713005, -0.02750846929848194, -0.02520350180566311, -0.039902396500110626, 0.0013000869657844305, -0.027432898059487343, -0.024617813527584076, 0.03440447896718979, 0.035500284284353256, -0.021009216085076332, 0.025751404464244843, -0.07897349447011948, 0.04288752004504204, 0.04247186705470085, -0.029511146247386932, -0.02684720791876316, -0.0060363709926605225, 0.03576479107141495, -0.007075496017932892, -0.002888294868171215, 0.027640722692012787, 0.011666538193821907, -0.005752973258495331, -0.04322759434580803, -0.0406959094107151, -0.07296545803546906, -0.06321658194065094, 0.021273721009492874, -0.015530194155871868, 0.007486422546207905, -0.029341109097003937, 0.017957966774702072, -0.006026924587786198, 0.07258759438991547, -0.007014092989265919, -0.0170605406165123, -0.027395110577344894, -0.08214754611253738, 0.006475637201219797, 0.017891841009259224, 0.023030785843729973, -0.01976226642727852, 0.02652602456510067, 0.0019389125518500805, 0.022312846034765244, -0.010674647055566311, -0.06049596145749092, 0.02278517559170723, -0.0003326970909256488, -0.014311583712697029, 0.008431081660091877, 0.07972922176122665, -0.02040463499724865, 0.01660710573196411, -0.03340314328670502, 0.0042320722714066505, 0.026393773034214973, -0.0443233996629715, -0.014661107212305069, 0.07678188383579254, 0.009186808951199055, 0.00747225247323513, 0.011430373415350914, 0.017117220908403397, -0.040280260145664215, -0.023389756679534912, -0.038258690387010574, -0.025732511654496193, 0.014708340167999268, 0.006215856410562992, -0.055961597710847855, 0.01764623075723648, -0.030096836388111115, -0.0012729279696941376, 0.002236480126157403, 0.04292530566453934, -0.03191057965159416, 0.002412423025816679, -0.0341210812330246, -0.013697555288672447, -0.03251516446471214, 0.03236401826143265, 0.019261596724390984, 0.04685508459806442, 0.05845549702644348, -0.07598836719989777, 0.024088803678750992, 0.04114934429526329, 0.0644635334610939, -0.07515706866979599, -0.08108952641487122, -0.004704401828348637, 0.007779266685247421, -0.004206093959510326, 0.008383848704397678, -0.048102036118507385, -0.014746126718819141, 0.024013232439756393, 0.014868932776153088, 0.02688499540090561, 0.005578211508691311, 0.005299536976963282, 0.022501777857542038, 0.004664253909140825, 0.017769034951925278, 0.08690863102674484, 0.013442497700452805, 0.030739203095436096, 0.02546800673007965, -0.003882548538967967, -0.05992916598916054, -0.0037621045485138893, 0.00671180197969079, 0.014717787504196167, 0.0023108720779418945, -0.021198147907853127, 0.032855238765478134, 0.027451790869235992, 0.035897042602300644, 0.01936550997197628, 0.03816422447562218, 0.021576011553406715, -0.030115729197859764, -0.01903487928211689, 0.029662292450666428, 0.015076757408678532, -0.05509251356124878, 0.058002062141895294, 0.06348108500242233, 0.00408092699944973, -0.02987011708319187, 0.011921596713364124, 0.0012221526121720672, -0.03338424861431122, -0.0072077480144798756, 0.02522239461541176, -0.0035306629724800587, -0.050104714930057526, 0.012998507358133793, 0.0010981661034747958, -0.008568056859076023, -0.005691570229828358, 0.04685508459806442, -0.01658821292221546, 0.05203181877732277, 0.01598362997174263, -0.002904826309531927, -0.010589627549052238, 0.023918766528367996, -0.008147683925926685, -0.02614816091954708, 0.04020468518137932, -0.04783753305673599, -0.008322445675730705, -0.010173977352678776, 0.0006760216201655567, 0.02992679737508297, 0.06344329565763474, -0.0339510440826416, 0.019818944856524467, -0.03098481521010399, 0.0044871303252875805, -0.06011809781193733, -0.002491538180038333, 0.03140046447515488, 0.017419511452317238, 0.017513977363705635, -0.033138636499643326, 0.004222625866532326, -0.006452020723372698, 0.02930332161486149, -0.006707078777253628, 0.06385894864797592, 0.021991660818457603, -0.011307568289339542, 0.0004997836658731103, -0.0917452797293663, 0.011827130801975727, 0.021953875198960304, 0.03493348881602287, -0.06574826687574387, -0.035915933549404144, -0.025354648008942604, 0.0443233996629715, -0.009909472428262234, -0.002382902428507805, 0.062385279685258865, -0.03260963037610054, -0.02818862535059452, -0.0440966822206974, 0.07330553978681564, -0.057926490902900696, 0.0018172877607867122, 0.03334646299481392, -0.07081163674592972, 0.057926490902900696, 0.0544123575091362, -0.018128005787730217, 0.07402347773313522, -0.01797686144709587, -0.009956705383956432, 0.028150837868452072, 0.032193977385759354, -0.07315438985824585, -0.01510509755462408, 0.00630559865385294, 0.0021774389315396547, -0.023578688502311707, 0.0009074630215764046, 0.012516731396317482, -0.017551764845848083, -0.03204283490777016, 0.018090220168232918, 0.05482800677418709, -0.0006925531197339296, 0.022501777857542038, 0.01665433868765831, -0.034839022904634476, 0.017551764845848083, 0.04526805877685547, -0.013678662478923798, -0.04934898763895035, 0.005724633578211069, 0.006343385204672813, 0.05686847120523453, -0.014500515535473824, -0.009673308581113815, 0.04250965639948845, 0.04273637384176254, -0.03608597442507744, -0.013536963611841202, -0.014254904352128506, 0.040242474526166916, -0.030493592843413353, 0.014377710409462452, 0.03126821294426918, -0.07092499732971191, -0.03276077285408974, -0.01259230449795723, 0.010088957846164703, 0.014746126718819141, -0.1055750921368599, 0.006442574318498373, -0.06748643517494202, -0.0716429352760315, -0.005143668036907911, -0.046099357306957245, 0.02958671934902668, -0.02216169983148575, -0.001037944108247757, 0.010258996859192848, 0.011590966023504734, 0.02248288504779339, -0.04489019513130188, -0.03476345166563988, 0.04515470191836357, 0.011779897846281528, -0.007283320650458336, -0.014207671396434307, 0.0046264673583209515, -0.0643501728773117, -0.014509961940348148, -0.022180592641234398, 0.01274344976991415, 0.04991578310728073, -0.02858538180589676, 0.039902396500110626, 0.015312922187149525, 0.011317014694213867, 0.07001812756061554, 0.04519248753786087, -0.013820361346006393, 0.052900902926921844, 0.052938688546419144, -0.07674409449100494, -0.006674015894532204, 0.027357324957847595, 0.010627414099872112, 0.0949949100613594, -0.06616391986608505, 0.04398332163691521, 0.021576011553406715, -0.04190507158637047, -0.00620640954002738, -0.016418173909187317, 0.05191845819354057, 0.11169648170471191, 0.0028646783903241158, 0.019535548985004425, -0.0374462828040123, -0.03232623264193535, -0.03062584437429905, 0.03434780240058899, 0.027621829882264137, 0.058002062141895294, -0.009729987941682339, -0.04681729897856712, 0.046477220952510834, -0.0476108118891716, 0.015851378440856934, 0.00017003862012643367, 0.03669055551290512, 0.050822652876377106, 0.017438404262065887, -0.0056254444643855095, -0.03599150851368904, -0.05271197110414505, 0.017551764845848083, 0.014103759080171585, 0.01830749213695526, 0.013017401099205017, -0.02212391421198845, 0.010589627549052238, -0.03240180388092995, 0.07251202315092087 ]
22,838
namedtuple_ComparisonResult
__new__
Create new instance of ComparisonResult(match_result, symbol, reference, symbol_name, symbol_type, reference_name, reference_type, data, message_val)
from builtins import function
(_cls, match_result: ForwardRef('MatchResult'), symbol: ForwardRef('RelevantSymbolNode'), reference: ForwardRef('Optional[SymbolNode]'), symbol_name: ForwardRef('str'), symbol_type: ForwardRef('str'), reference_name: ForwardRef('Optional[str]'), reference_type: ForwardRef('Optional[str]'), data: ForwardRef('Optional[Dict[str, Any]]') = None, message_val: ForwardRef('Optional[str]') = None)
[ 0.009995887987315655, -0.03442486375570297, 0.019422905519604683, 0.011466828174889088, 0.012417656369507313, 0.061470650136470795, -0.0008345144451595843, 0.005786237772554159, -0.012442036531865597, -0.024786552414298058, -0.015253888443112373, 0.03676536679267883, 0.0068711573258042336, 0.00546929519623518, -0.06858967244625092, -0.00020735881116706878, 0.03540007397532463, 0.09056437760591507, -0.028134768828749657, -0.0022246947046369314, -0.06641170382499695, 0.018691498786211014, 0.03679787367582321, -0.014823171310126781, 0.030020171776413918, 0.10018642991781235, 0.03787060081958771, -0.04498962312936783, 0.010930463671684265, -0.05275878682732582, -0.010678534395992756, -0.0422915481030941, 0.003939436282962561, -0.002992671448737383, -0.001034127431921661, -0.04918302223086357, 0.023161204531788826, 0.04040614515542984, -0.06114558130502701, -0.07210042327642441, 0.03500999137759209, 0.011320547200739384, -0.011312420479953289, 0.00315317464992404, -0.00868748314678669, -0.0068223970010876656, -0.023226218298077583, -0.03403478115797043, 0.01779755763709545, 0.010288450866937637, 0.006269778590649366, -0.03705792874097824, 0.0670943558216095, -0.014067384414374828, -0.01533515565097332, 0.07476599514484406, 0.010426605120301247, 0.019682960584759712, -0.039560962468385696, 0.0498981736600399, -0.03314083814620972, 0.02379509061574936, -0.026346886530518532, -0.041966479271650314, 0.02802099473774433, 0.03592018410563469, -0.04349430277943611, -0.017228685319423676, -0.05730976164340973, 0.02992265112698078, -0.06101555377244949, 0.014067384414374828, 0.005879695527255535, -0.03023146651685238, 0.05578193441033363, -0.01783006452023983, -0.09316492825746536, -0.017439980059862137, 0.009207595139741898, -0.022023461759090424, 0.015091353096067905, -0.03676536679267883, -0.012864626944065094, 0.03370971232652664, -0.027647163718938828, -0.04060118645429611, -0.037903107702732086, 0.001790930051356554, -0.012742726132273674, 0.009215721860527992, -0.054351627826690674, -0.016489151865243912, -0.048142798244953156, 0.027029532939195633, 0.003492465941235423, -0.006594848353415728, 0.01877276599407196, -0.02306368388235569, 0.033839739859104156, -0.047947756946086884, 0.06179571896791458, 0.019552933052182198, 0.007090579252690077, -0.0546116828918457, 0.04066620022058487, 0.04785023629665375, 0.004717571660876274, 0.015286395326256752, -0.023583795875310898, 0.0071230861358344555, -0.046517450362443924, 0.01000401470810175, 0.017049897462129593, -0.014473721385002136, -0.00433561485260725, -0.03283202275633812, 0.0254041850566864, 0.004294981248676777, 0.021925941109657288, 0.01271834596991539, 0.017196178436279297, 0.04307171329855919, 0.0029357844032347202, -0.010247817263007164, 0.1023969054222107, 0.054774217307567596, 0.02306368388235569, 0.014002370648086071, 0.05093839764595032, -0.0007075342000462115, 0.004376248922199011, 0.028102261945605278, -0.0456397645175457, 0.03257196769118309, -0.0456397645175457, -0.010540380142629147, -0.015863394364714622, 0.0447295680642128, 0.005847188178449869, 0.038390710949897766, -0.04199898615479469, 0.0013744346797466278, 0.04118631035089493, -0.009118200279772282, -0.03637528046965599, -0.014051130972802639, -0.003321804339066148, 0.029565075412392616, 0.0006242350791580975, 0.011076744645833969, -0.005952836014330387, 0.03187306970357895, 0.03190557658672333, 0.02041436731815338, 0.005310823675245047, 0.05019073560833931, 0.05305134877562523, -0.05253123864531517, 0.016586672514677048, -0.053408924490213394, 0.012572064064443111, 0.07112521678209305, -0.06020287796854973, -0.014530608430504799, 0.017017390578985214, -0.014181158505380154, 0.02405514568090439, -0.036960408091545105, 0.021795913577079773, 0.004036957398056984, -0.014693142846226692, -0.04261661693453789, 0.01831766776740551, 0.045737285166978836, 0.06335605680942535, 0.037935614585876465, -0.045282188802957535, 0.09030431509017944, 0.005253936629742384, 0.028914935886859894, -0.003486370900645852, 0.0009523521875962615, -0.11110877245664597, 0.009768339805305004, 0.015741491690278053, 0.05019073560833931, 0.04056867957115173, -0.02065816894173622, 0.026541927829384804, -0.03569263592362404, -0.029435046017169952, 0.011921925470232964, 0.052433717995882034, 0.01319782342761755, -0.006290095392614603, -0.06793953478336334, -0.05919516459107399, 0.0023242472670972347, -0.009581424295902252, 0.0009706373093649745, -0.005099528469145298, 0.01779755763709545, 0.02283613570034504, 0.0561395101249218, 0.007334381341934204, 0.0042787278071045876, -0.027907220646739006, 0.006554214749485254, -0.0628359392285347, -0.022299770265817642, 0.04638742282986641, -0.059812795370817184, 0.010069029405713081, 0.0733356848359108, -0.0010412384290248156, 0.007594437338411808, 0.021080760285258293, -0.011084871366620064, 0.009256355464458466, 0.009752086363732815, 0.07067012041807175, 0.028492344543337822, 0.009687072597444057, -0.024201426655054092, 0.09628559648990631, 0.0059812795370817184, -0.010572887025773525, 0.017992598935961723, 0.004122287966310978, -0.011694376356899738, 0.055749427527189255, -0.012742726132273674, -0.009475776925683022, -0.023405006155371666, 0.0067736366763710976, -0.0333196297287941, 0.039138372987508774, 0.04924803599715233, 0.007748845033347607, 0.007720401510596275, -0.0006679163197986782, 0.04043865203857422, 0.04993068054318428, 0.04612736776471138, 0.024071399122476578, 0.006261651869863272, 0.013758568093180656, 0.040016058832407, -0.06179571896791458, -0.0030089248903095722, 0.015611465089023113, -0.02709454670548439, 0.015432676300406456, -0.02945130132138729, 0.007655387744307518, 0.007529423106461763, 0.019829241558909416, 0.0025782077573239803, 0.018382683396339417, -0.004502213094383478, -0.008638722822070122, -0.047947756946086884, -0.033205851912498474, 0.0020164470188319683, -0.04537970945239067, -0.03203560411930084, -0.030995380133390427, 0.0485328808426857, 0.014311186969280243, -0.0019737815018743277, 0.04567227140069008, -0.024071399122476578, -0.004416882526129484, 0.0056115128099918365, -0.06228332221508026, 0.01926037110388279, -0.01141806785017252, 0.014043004252016544, 0.04664747789502144, -0.03598519787192345, 0.011856911703944206, 0.017017390578985214, -0.08204755187034607, 0.013612287119030952, -0.08224259316921234, 0.007639134302735329, 0.010670407675206661, -0.051263466477394104, 0.018935300409793854, -0.004246220923960209, 0.03728547692298889, 0.004085717722773552, 0.04170642048120499, 0.008752497844398022, 0.06579407304525375, 0.07457095384597778, -0.022185996174812317, -0.06524145603179932, 0.06270591169595718, 0.005558689124882221, 0.006676115561276674, -0.039138372987508774, -0.018480204045772552, 0.027159560471773148, -0.024120159447193146, -0.04515215754508972, 0.06062547117471695, -0.008817511610686779, -0.08035719394683838, 0.017992598935961723, -0.030962873250246048, -0.007033692207187414, -0.05396154522895813, -0.040796227753162384, 0.04303920641541481, 0.03138546273112297, -0.02381134405732155, 0.018008852377533913, -0.023356245830655098, 0.05058082193136215, -0.017960092052817345, -0.004550973419100046, 0.07054009288549423, 0.05464418977499008, -0.020333100110292435, -0.04014609009027481, 0.019780481234192848, -0.04502213001251221, 0.056724634021520615, 0.03517252579331398, -0.09251479059457779, 0.015904027968645096, 0.07912192493677139, 0.04066620022058487, -0.01497757900506258, 0.0666392594575882, 0.02927251160144806, 0.014725650660693645, -0.025599226355552673, -0.012287628836929798, -0.01355540007352829, 0.05561939999461174, -0.002395356073975563, 0.008378667756915092, -0.03302706405520439, -0.001236280077137053, -0.038195669651031494, 0.01047536637634039, 0.10532253235578537, -0.07307562977075577, 0.031938083469867706, -0.03068656474351883, -0.03429483622312546, 0.0003177046892233193, 0.03216563165187836, 0.036050211638212204, -0.009613932110369205, 0.01331972423940897, -0.02686699666082859, -0.01141806785017252, 0.06631418317556381, -0.06231583282351494, -0.01164561603218317, 0.0056684003211557865, 0.022429797798395157, -0.005327077116817236, 0.0213733222335577, 0.014213665388524532, 0.019146595150232315, -0.017943838611245155, 0.0011255532735958695, -0.025160381570458412, -0.05939020588994026, -0.04170642048120499, -0.0476226881146431, -0.024136412888765335, 0.030085185542702675, 0.004945120308548212, -0.062380846589803696, 0.051718562841415405, 0.057439789175987244, 0.03445737063884735, -0.002293771831318736, -0.03327086567878723, 0.0058959489688277245, 0.0038378522731363773, -0.026541927829384804, 0.032230645418167114, -0.032181885093450546, 0.014400580897927284, -0.014758157543838024, -0.010995477437973022, 0.017179924994707108, 0.012450163252651691, 0.008171435445547104, -0.008776878006756306, -0.024835312739014626, -0.05652959272265434, -0.001999177737161517, 0.040276117622852325, 0.022868642583489418, 0.07080014795064926, 0.0012819929979741573, 0.047687701880931854, 0.01644851826131344, -0.003378691617399454, 0.034879960119724274, 0.017033644020557404, 0.01737496629357338, -0.028151022270321846, 0.02468903176486492, -0.05045079439878464, -0.09700074791908264, -0.06137312948703766, 0.0014252268010750413, 0.024071399122476578, -0.026346886530518532, -0.04772020876407623, -0.01779755763709545, -0.030247719958424568, 0.027744686231017113, -0.06082051247358322, -0.011970685794949532, 0.04248658940196037, -0.02072318270802498, -0.03310833126306534, 0.0008289273246191442, 0.015237635001540184, -0.026200605556368828, 0.032490700483322144, -0.047167591750621796, 0.011409941129386425, -0.00517266895622015, -0.06166569143533707, 0.035790156573057175, -0.024559004232287407, -0.05490424484014511, -0.004359995014965534, 0.07873184233903885, 0.01665981486439705, 0.04131633788347244, 0.058642543852329254, 0.0206906758248806, -0.04372185468673706, 0.01713116466999054, 0.000520111236255616, -0.005518055520951748, 0.08445306867361069, -0.014945072121918201, -0.023258725181221962, -0.008126738481223583, -0.004032894037663937, 0.00032354576978832483, 0.004936993587762117, 0.0546116828918457, 0.0006354093784466386, -0.047200098633766174, 0.026997026056051254, -0.011596855707466602, -0.004197460599243641, -0.03572514280676842, 0.023193711414933205, -0.038618262857198715, -0.02046312764286995, -0.02689950540661812, 0.09381506592035294, -0.01036159135401249, 0.01877276599407196, 0.007561929989606142, 0.015091353096067905, 0.018967807292938232, 0.006481073796749115, -0.039853524416685104, -0.029532568529248238, 0.0527912937104702, 0.07184036821126938, -0.05945521965622902, -0.0175700094550848, 0.044599540531635284, -0.02303117699921131, -0.0321006178855896, -0.05808992683887482, 0.01786257140338421, 0.02333999238908291, -0.034619905054569244, 0.021324561908841133, 0.025875534862279892, -0.016919869929552078, 0.019780481234192848, -0.04866291210055351, 0.010987350717186928, 0.11813027411699295, 0.03416480869054794, -0.02377883717417717, 0.026249365881085396, 0.013287217356264591, -0.009906494058668613, 0.028216036036610603, -0.013620413839817047, -0.014880058355629444, 0.001941274618729949, 0.034619905054569244, -0.06787452101707458, 0.05825246125459671, 0.03855324909090996, 0.049313049763441086, 0.053831517696380615, -0.0268507432192564, -0.051263466477394104, -0.04567227140069008, -0.00015034466923680156, 0.013807328417897224, -0.018138879910111427, 0.011840658262372017, 0.0427466444671154, -0.027224574238061905, -0.025095367804169655, 0.012116966769099236, -0.07892688363790512, 0.004973563831299543, 0.010654154233634472, -0.05470920354127884, -0.04560725763440132, -0.07840677350759506, -0.00974395964294672, -0.019552933052182198, -0.027435868978500366, 0.038195669651031494, -0.0009482888272032142, 0.04040614515542984, 0.03429483622312546, 0.024136412888765335, -0.0014059257227927446, -0.013124682940542698, -0.019682960584759712, 0.09674069285392761, -0.06010535731911659, -0.022771121934056282, 0.013043415732681751, 0.030312735587358475, -0.02992265112698078, -0.013750441372394562, 0.01857772469520569, 0.04391689598560333, 0.019130341708660126, -0.021487096324563026, -0.07522109150886536, -0.01497757900506258, -0.008850018493831158, 0.009687072597444057, -0.029207497835159302, -0.01922786422073841, -0.01690361648797989, 0.001541032805107534, 0.029646342620253563, -0.05591196194291115, 0.004122287966310978, -0.026476914063096046, -0.04755767434835434, -0.021503349766135216, -0.016115322709083557, 0.028931189328432083, 0.011223025619983673, 0.02663944847881794, -0.06806956231594086, -0.005136098712682724, 0.008500568568706512, 0.035530101507902145, 0.007931697182357311, -0.061470650136470795, 0.016180336475372314, -0.004774458706378937, 0.06160067766904831, -0.03829319030046463, -0.04017859697341919, 0.07015001028776169, 0.02446148358285427, -0.0646563321352005, 0.04105628281831741, -0.042421575635671616, -0.07255551964044571, -0.025371678173542023, 0.005136098712682724, -0.03709043562412262, -0.027452122420072556, -0.012287628836929798, -0.010158423334360123, 0.052141156047582626, 0.009223848581314087, -0.06657423824071884, -0.004876043181866407, -0.0034111985005438328, 0.007066199090331793, -0.05178357660770416, -0.012116966769099236, -0.04105628281831741, -0.04970313236117363, 0.05357145890593529, -0.016391631215810776, -0.047882743179798126, 0.009548917412757874, 0.014798791147768497, -0.0037403313908725977, -0.02829730324447155, 0.041966479271650314, 0.030751578509807587, 0.003321804339066148, -0.022218503057956696, -0.00724905077368021, -0.014888185076415539, -0.03262072801589966, -0.029857637360692024, -0.02332373894751072, -0.017342459410429, 0.06576156616210938, 0.05256374552845955, 0.02238103747367859, -0.01140181440860033, -0.0047094449400901794, 0.028362317010760307, -0.04349430277943611, 0.013400991447269917, -0.01583901420235634, -0.021990954875946045, 0.07281557470560074, 0.02641190029680729, 0.025485452264547348, 0.005432724487036467, 0.056204523891210556, 0.0017716289730742574, -0.0447295680642128, -0.010621647350490093, 0.08835390210151672, -0.06270591169595718, -0.014928818680346012, -0.024380216374993324, 0.006793953478336334, 0.011011730879545212, -0.010044649243354797, 0.01485567819327116, -0.010182803496718407, -0.022884896025061607, -0.024185173213481903, -0.03923589363694191, 0.02756589651107788, 0.013815455138683319, -0.04417695105075836, 0.0036468738690018654, 0.04710257798433304, -0.05474171042442322, 0.007570056710392237, 0.02712705358862877, -0.004197460599243641, 0.08068226277828217, -0.024656524881720543, -0.025550466030836105, -0.0033644698560237885, -0.05210864916443825, 0.07340069860219955, -0.03826068341732025, -0.007740718312561512, -0.024851566180586815, -0.024640271440148354, 0.0670943558216095, 0.005042641423642635, -0.04021110385656357, 0.01378294825553894, -0.03231191262602806, -0.004359995014965534, -0.007622880861163139, 0.029662596061825752, -0.0342298224568367, 0.00407352764159441, -0.054319120943546295, -0.02613559179008007, 0.01828516088426113, 0.027517136186361313, 0.057862378656864166, 0.0009452412487007678, -0.003110509132966399, -0.04303920641541481, -0.023128697648644447, -0.0206906758248806, -0.05656209960579872, -0.037187956273555756, 0.013457879424095154, -0.04118631035089493, 0.03226315230131149, -0.003976006992161274, -0.032246898859739304, -0.0016741080908104777, 0.0018071834929287434, -0.026736969128251076, -0.025046607479453087, -0.022706108167767525, 0.03813065588474274, -0.01189754530787468, -0.02735460177063942, 0.0022490748669952154, -0.0175700094550848, 0.03328711912035942, 0.015018212608993053, 0.005087338387966156, -0.004057274200022221, 0.024819059297442436, -0.03917087987065315, -0.0313367024064064, -0.022023461759090424, -0.04073121398687363, 0.026021815836429596, 0.012450163252651691, -0.03063780441880226, -0.016440391540527344, 0.031027887016534805, 0.04209650680422783, -0.052628759294748306, -0.029597582295536995, 0.07886186987161636, 0.030507776886224747, -0.009776466526091099, 0.028654880821704865, -0.037220463156700134, 0.03754553198814392, 0.015375789254903793, 0.06988994777202606, 0.02374633029103279, -0.05997532978653908, 0.017992598935961723, -0.04495711624622345, 0.015765871852636337, -0.004097907803952694, 0.0337747260928154, -0.04040614515542984, 0.06290095299482346, 0.0127020925283432, -0.02044687420129776, -0.010402224957942963, 0.029630089178681374, -0.020365606993436813, -0.03380723297595978, -0.03881330415606499, -0.06293345987796783, 0.0021982828620821238, -0.015172621235251427, 0.02468903176486492, -0.01948791928589344, 0.02163337729871273, -0.024656524881720543, 0.024851566180586815, 0.07249050587415695, 0.006107244174927473, 0.048630401492118835, 0.02303117699921131, -0.0192441176623106, 0.04589981958270073, -0.016058435663580894, -0.01779755763709545, 0.004120256286114454, -0.031743042171001434, -0.027630910277366638, -0.09953629225492477, 0.031515490263700485, -0.015757745131850243, -0.02546919882297516, 0.05617201700806618, -0.029662596061825752, 0.00323647353798151, 0.016822349280118942 ]
22,841
collections
_replace
Return a new ComparisonResult object replacing specified fields with new values
def namedtuple(typename, field_names, *, rename=False, defaults=None, module=None): """Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessible by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields Point(x=100, y=22) """ # Validate the field names. At the user's option, either generate an error # message or automatically replace the field name with a valid name. if isinstance(field_names, str): field_names = field_names.replace(',', ' ').split() field_names = list(map(str, field_names)) typename = _sys.intern(str(typename)) if rename: seen = set() for index, name in enumerate(field_names): if (not name.isidentifier() or _iskeyword(name) or name.startswith('_') or name in seen): field_names[index] = f'_{index}' seen.add(name) for name in [typename] + field_names: if type(name) is not str: raise TypeError('Type names and field names must be strings') if not name.isidentifier(): raise ValueError('Type names and field names must be valid ' f'identifiers: {name!r}') if _iskeyword(name): raise ValueError('Type names and field names cannot be a ' f'keyword: {name!r}') seen = set() for name in field_names: if name.startswith('_') and not rename: raise ValueError('Field names cannot start with an underscore: ' f'{name!r}') if name in seen: raise ValueError(f'Encountered duplicate field name: {name!r}') seen.add(name) field_defaults = {} if defaults is not None: defaults = tuple(defaults) if len(defaults) > len(field_names): raise TypeError('Got more default values than field names') field_defaults = dict(reversed(list(zip(reversed(field_names), reversed(defaults))))) # Variables used in the methods and docstrings field_names = tuple(map(_sys.intern, field_names)) num_fields = len(field_names) arg_list = ', '.join(field_names) if num_fields == 1: arg_list += ',' repr_fmt = '(' + ', '.join(f'{name}=%r' for name in field_names) + ')' tuple_new = tuple.__new__ _dict, _tuple, _len, _map, _zip = dict, tuple, len, map, zip # Create all the named tuple methods to be added to the class namespace namespace = { '_tuple_new': tuple_new, '__builtins__': {}, '__name__': f'namedtuple_{typename}', } code = f'lambda _cls, {arg_list}: _tuple_new(_cls, ({arg_list}))' __new__ = eval(code, namespace) __new__.__name__ = '__new__' __new__.__doc__ = f'Create new instance of {typename}({arg_list})' if defaults is not None: __new__.__defaults__ = defaults @classmethod def _make(cls, iterable): result = tuple_new(cls, iterable) if _len(result) != num_fields: raise TypeError(f'Expected {num_fields} arguments, got {len(result)}') return result _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 'or iterable') def _replace(self, /, **kwds): result = self._make(_map(kwds.pop, field_names, self)) if kwds: raise ValueError(f'Got unexpected field names: {list(kwds)!r}') return result _replace.__doc__ = (f'Return a new {typename} object replacing specified ' 'fields with new values') def __repr__(self): 'Return a nicely formatted representation string' return self.__class__.__name__ + repr_fmt % self def _asdict(self): 'Return a new dict which maps field names to their values.' return _dict(_zip(self._fields, self)) def __getnewargs__(self): 'Return self as a plain tuple. Used by copy and pickle.' return _tuple(self) # Modify function metadata to help with introspection and debugging for method in ( __new__, _make.__func__, _replace, __repr__, _asdict, __getnewargs__, ): method.__qualname__ = f'{typename}.{method.__name__}' # Build-up the class namespace dictionary # and use type() to build the result class class_namespace = { '__doc__': f'{typename}({arg_list})', '__slots__': (), '_fields': field_names, '_field_defaults': field_defaults, '__new__': __new__, '_make': _make, '_replace': _replace, '__repr__': __repr__, '_asdict': _asdict, '__getnewargs__': __getnewargs__, '__match_args__': field_names, } for index, name in enumerate(field_names): doc = _sys.intern(f'Alias for field number {index}') class_namespace[name] = _tuplegetter(index, doc) result = type(typename, (tuple,), class_namespace) # For pickling to work, the __module__ variable needs to be set to the frame # where the named tuple is created. Bypass this step in environments where # sys._getframe is not defined (Jython for example) or sys._getframe is not # defined for arguments greater than 0 (IronPython), or where the user has # specified a particular module. if module is None: try: module = _sys._getframe(1).f_globals.get('__name__', '__main__') except (AttributeError, ValueError): pass if module is not None: result.__module__ = module return result
(self, /, **kwds)
[ 0.05422442406415939, 0.0013919216580688953, -0.015399984084069729, -0.03568263724446297, -0.032860167324543, -0.03329280763864517, 0.0027967195492237806, 0.021529074758291245, 0.021014025434851646, -0.04614844545722008, -0.04223407059907913, 0.05710870400071144, 0.004498958587646484, 0.06328929960727692, 0.010836644098162651, 0.03343702107667923, -0.0298110730946064, 0.05636703222990036, -0.06543190777301788, -0.03232451528310776, 0.019025932997465134, 0.01592533476650715, 0.03345762565732002, 0.05978696048259735, 0.031994882971048355, 0.010980858467519283, 0.018809612840414047, 0.01048640999943018, 0.0017988107865676284, -0.00597972609102726, -0.004107520915567875, -0.01582232490181923, -0.030202509835362434, -0.010733634233474731, 0.0028507995884865522, -0.06089947000145912, -0.05006282404065132, 0.058550842106342316, 0.04927994683384895, -0.005050061736255884, 0.06394856423139572, -0.09963119775056839, -0.04952717199921608, -0.0609818771481514, -0.0017627573106437922, 0.02340385504066944, 0.022682785987854004, -0.0114341014996171, -0.024248536676168442, -0.053441550582647324, 0.023589273914694786, 0.0063196588307619095, 0.015801722183823586, -0.004215680994093418, -0.023156631737947464, -0.0009464037138968706, -0.001845165272243321, 0.06184715777635574, -0.006911966018378735, 0.02313602901995182, -0.002206987701356411, 0.057603150606155396, -0.015080653131008148, 0.010481259785592556, -0.05422442406415939, -0.024207333102822304, -0.009281194768846035, -0.0735078826546669, -0.02276519313454628, 0.0012451325310394168, -0.009023669175803661, -0.000875584373716265, 0.01879931055009365, 0.024248536676168442, 0.07635095715522766, 0.04227527230978012, -0.02923421747982502, -0.010846945457160473, 0.04425306245684624, -0.05158736929297447, -0.0165948998183012, -0.01343249436467886, -0.08075977861881256, -0.043511394411325455, -0.03424049913883209, 0.03947340324521065, -0.050474863499403, -0.00045678464812226593, 0.030140703544020653, -0.0017370048444718122, -0.05311191827058792, 0.016038645058870316, -0.0037907653022557497, 0.03333401307463646, -0.051669780164957047, -0.08661074936389923, 0.0038165177684277296, -0.03786644712090492, -0.012896842323243618, 0.035826850682497025, 0.025010809302330017, -0.045777611434459686, -0.0918024480342865, -0.021024325862526894, -0.008699188008904457, -0.019767604768276215, -0.01951007917523384, -0.015163061209022999, 0.0359092615544796, -0.03265414759516716, -0.04322296380996704, -0.05768555775284767, -0.029955286532640457, 0.06089947000145912, -0.003986483905464411, -0.03403447940945625, 0.021096432581543922, -0.025999704375863075, -0.030676355585455894, -0.03106779418885708, 0.027091611176729202, 0.018809612840414047, -0.06127030402421951, 0.0491151325404644, 0.008462265133857727, -0.008992766961455345, 0.061435118317604065, -0.02597910352051258, 0.038937751203775406, -0.003363274037837982, 0.022991815581917763, 0.00298986304551363, -0.042398884892463684, 0.05673786625266075, 0.017872221767902374, 0.03844330459833145, 0.04989800974726677, 0.05031004920601845, -0.06984072923660278, 0.037619225680828094, 0.0420074462890625, -0.01217577327042818, 0.06555552035570145, 0.03545601665973663, -0.0018464529421180487, -0.04623085632920265, 0.01329858135432005, 0.0069583202712237835, -0.037516213953495026, 0.03007889911532402, -0.03302498161792755, -0.035991668701171875, 0.01893322356045246, 0.02239435724914074, -0.04643687605857849, -0.005150496494024992, -0.0111765768378973, -0.06407217681407928, -0.023218438029289246, -0.041512999683618546, 0.01856238953769207, -0.0531943254172802, -0.016172558069229126, -0.015709014609456062, 0.055336933583021164, 0.021323055028915405, 0.04342898353934288, -0.08529222011566162, -0.01361791230738163, -0.03356063365936279, -0.00040173871093429625, 0.041203971952199936, 0.026370540261268616, 0.04417065531015396, -0.034158091992139816, 0.01944827474653721, -0.007117985747754574, 0.024845995008945465, 0.02398071065545082, -0.02042686752974987, 0.03879353776574135, -0.014318379573523998, -0.062011975795030594, 0.008889756165444851, 0.05846843495965004, 0.03180946409702301, -0.0020177068654447794, 0.06230040267109871, 0.052287839353084564, 0.026803182438015938, 0.016141654923558235, -0.04000905528664589, 0.005737653002142906, -0.006597785744816065, 0.008683736436069012, 0.0630008727312088, -0.06353652477264404, 0.04614844545722008, 0.017604395747184753, 0.1104266420006752, -0.027565456926822662, 0.0331897996366024, 0.029213614761829376, -0.01744988188147545, 0.03279836103320122, -0.029481440782546997, 0.0548836886882782, -0.05105172097682953, -0.03158284351229668, -0.03378725424408913, 0.08339683711528778, -0.021426064893603325, 0.007710292935371399, 0.019602788612246513, -0.010816042311489582, -0.07251898944377899, 0.0535239577293396, -0.02987287938594818, 0.006345411296933889, -0.00417447742074728, 0.08817649632692337, 0.02340385504066944, -0.02612331695854664, -0.00585096376016736, 0.0413275808095932, -0.048826705664396286, -0.01616225764155388, -0.029110604897141457, -0.038402099162340164, -0.06394856423139572, 0.06271244585514069, -0.012835036963224411, -0.029090002179145813, -0.019283458590507507, 0.02398071065545082, -0.01629617065191269, 0.009224538691341877, -0.035723842680454254, -0.023197835311293602, -0.02628813311457634, 0.027833281084895134, 0.03568263724446297, -0.03380785882472992, -0.009868350811302662, -0.00973958894610405, -0.0674096941947937, -0.02781268022954464, 0.02818351611495018, -0.019808808341622353, 0.00776694854721427, -0.01666700653731823, 0.014977643266320229, -0.010949955321848392, 0.03277776017785072, 0.004362470470368862, -0.02476358599960804, -0.03560023009777069, -0.013525202870368958, -0.014256573282182217, -0.027750873938202858, 0.004099795129150152, -0.058344822376966476, 0.030799968168139458, 0.045035939663648605, 0.05121653527021408, -0.02770967036485672, 0.004625145811587572, -0.025690674781799316, 0.013185270130634308, 0.01527637243270874, 0.12031559646129608, 0.036259494721889496, -0.015451489016413689, 0.016285868361592293, -0.04536557197570801, -0.03345762565732002, 0.016440384089946747, -0.025196228176355362, 0.022806396707892418, -0.051134128123521805, -0.00887430552393198, -0.0228682029992342, -0.022888805717229843, -0.01135169342160225, 0.022682785987854004, 0.0613115094602108, -0.05529572814702988, 0.030738161876797676, -0.00848286785185337, -0.00015548060764558613, 0.04515955224633217, -0.032860167324543, 0.013442795723676682, -0.03191247582435608, 0.0004175121139269322, 0.02412492409348488, -0.0857042595744133, 0.02049897611141205, 0.02340385504066944, -0.06872822344303131, -0.02496960572898388, 0.018201854079961777, 0.041245173662900925, 0.03889654949307442, 0.051669780164957047, -0.041822031140327454, -0.027421241626143456, -0.004393373150378466, -0.011052965186536312, 0.046725302934646606, -0.0276066605001688, 0.01343249436467886, -0.0215084720402956, 0.00576855568215251, 0.06024020537734032, 0.022435562685132027, 0.0015103830955922604, -0.014689215458929539, 0.01480252668261528, 0.04318176209926605, -0.01480252668261528, -0.06287726014852524, -0.048085033893585205, -0.014359584078192711, -0.008760994300246239, -0.033890265971422195, -0.05068088322877884, -0.007808152586221695, 0.011866743676364422, -0.017913425341248512, -0.03568263724446297, 0.007051029242575169, 0.014205068349838257, 0.05785037577152252, 0.001169806462712586, -0.009713836014270782, 0.010002263821661472, -0.0259172972291708, 0.004406249616295099, -0.020540179684758186, 0.0491151325404644, -0.010445206426084042, -0.04631326347589493, -0.01119717862457037, -0.007117985747754574, -0.01792372763156891, 0.0140608549118042, 0.016986336559057236, 0.12657859921455383, -0.0228682029992342, 0.01170192752033472, -0.08364406228065491, -0.05311191827058792, 0.01409175805747509, 0.04870309308171272, -0.02834833227097988, 0.0022662184201180935, -0.01324707642197609, 0.006685344036668539, -0.009147281758487225, 0.008915509097278118, -0.05414201691746712, 0.0012869802303612232, 0.011361994780600071, 0.020169343799352646, -0.03545601665973663, -0.032262708991765976, -0.014998245052993298, -0.014730419032275677, -0.011361994780600071, 0.016203461214900017, -0.015832625329494476, -0.02954324707388878, -0.03568263724446297, -0.047137342393398285, -0.03211849555373192, 0.027277028188109398, 0.07379630953073502, -0.08727000653743744, -0.06778053194284439, 0.01356640737503767, -0.0663795992732048, 0.027833281084895134, 0.021024325862526894, 0.012216976843774319, -0.00243875989690423, 0.05583138018846512, 0.02902819775044918, 0.014205068349838257, 0.06271244585514069, -0.06695645302534103, 0.018943525850772858, -0.03601226955652237, -0.031521037220954895, 0.03537360951304436, -0.013473697938024998, -0.03937039524316788, -0.03597106784582138, -0.05010402947664261, -0.01246420107781887, 0.007746346294879913, -0.04375861585140228, -0.035249996930360794, 0.044294267892837524, -0.029193013906478882, 0.018129747360944748, 0.09658210724592209, -0.04412945359945297, 0.009420257993042469, -0.008549823425710201, 0.046395670622587204, 0.023630477488040924, -0.06304207444190979, -0.0833144262433052, 0.06431939452886581, 0.022414959967136383, 0.010543066076934338, 0.03347822651267052, 0.03564143553376198, 0.034570131450891495, -0.0025082917418330908, -0.006448421161621809, 0.006000328343361616, 0.02313602901995182, -0.02886338159441948, 0.04425306245684624, -0.04384102299809456, 0.024845995008945465, 0.01361791230738163, 0.005050061736255884, -0.04075072705745697, 0.0012522144243121147, 0.004702403210103512, -0.012639317661523819, 0.05430683121085167, -0.0375986211001873, -0.00789571087807417, -0.03743380680680275, -0.010877848602831364, 0.028883982449769974, 0.00889490731060505, -0.0003228717250749469, 0.010929353535175323, -0.050474863499403, 0.010743935592472553, 0.015204264782369137, -0.04759058728814125, 0.01219637505710125, 0.04211045801639557, 0.01673911325633526, 0.0751972422003746, 0.056655459105968475, 0.08463295549154282, 0.015657508745789528, -0.002065348904579878, -0.03811367228627205, -0.03920557722449303, -0.04837346076965332, 0.01612105406820774, 0.0022404659539461136, 0.01774861104786396, -0.025793684646487236, 0.05006282404065132, 0.03325160592794418, -0.04126577451825142, -0.008426211774349213, 0.03881413862109184, -0.069099061191082, -0.015358779579401016, -0.041142165660858154, 0.06551431119441986, -0.015317576006054878, 0.024887198582291603, -0.019736701622605324, -0.03465253859758377, 0.01616225764155388, 0.00023660092847421765, -0.008596178144216537, -0.01866539940237999, -0.07861717790365219, 0.052658673375844955, -0.02187930792570114, 0.05410081148147583, 0.002276519313454628, -0.002737488830462098, 0.03012010268867016, 0.052823491394519806, 0.030367325991392136, -0.009981662034988403, 0.03044973500072956, -0.061805956065654755, 0.02787448652088642, 0.0518345944583416, -0.008302600122988224, 0.00553163280710578, -0.006463872734457254, -0.02428974024951458, 0.04149239882826805, -0.043552596122026443, -0.033622439950704575, 0.04285212978720665, -0.050392456352710724, 0.02587609365582466, -0.03112960048019886, 0.06654441356658936, -0.039555810391902924, 0.060446225106716156, 0.011022062040865421, -0.01248480286449194, -0.03261294215917587, -0.06378374248743057, -0.019015632569789886, 0.01744988188147545, -0.030223112553358078, 0.0019417371368035674, 0.0060363817028701305, 0.004650898277759552, 0.023795293644070625, -0.065720334649086, -0.052864693105220795, 0.037516213953495026, 0.0298110730946064, -0.032839562743902206, 0.015286672860383987, -0.02991408295929432, 0.028780972585082054, 0.02544345147907734, -0.0082974499091506, 0.03990604355931282, 0.024413352832198143, 0.00297698681242764, -0.050474863499403, -0.0235480684787035, -0.05484248325228691, 0.03852571174502373, 0.03702176734805107, -0.0046611991710960865, 0.01792372763156891, 0.04052410647273064, 0.020200246945023537, 0.04816744104027748, 0.05451285094022751, -0.05546054244041443, -0.026370540261268616, -0.011104470118880272, 0.00035248708445578814, -0.024536963552236557, 0.010058918967843056, -0.015235167928040028, -0.03028491884469986, -0.0064381202682852745, -0.01768680475652218, 0.0015554499113932252, -0.010373099707067013, -0.046560484915971756, -0.01609015092253685, -0.0359092615544796, 0.004885245580226183, 0.017192356288433075, 0.030161306262016296, 0.004995981231331825, 0.006633839104324579, 0.02445455640554428, -0.009760190732777119, -0.001051345025189221, 0.031994882971048355, 0.03980303555727005, 0.017728008329868317, -0.0073394570499658585, -0.01829456351697445, 0.030676355585455894, 0.008271696977317333, 0.046972524374723434, 0.017666202038526535, 0.01388573832809925, 0.029481440782546997, -0.03689815476536751, 0.0038551464676856995, -0.01482312846928835, -0.057397130876779556, 0.02764786407351494, 0.04289333149790764, -0.011557714082300663, -0.06176475062966347, -0.011495907790958881, -0.02628813311457634, -0.02045777067542076, 0.008251095190644264, 0.027318231761455536, 0.008513770066201687, -0.023589273914694786, 0.042398884892463684, -0.0047101289965212345, -0.00037341099232435226, -0.01934526488184929, 0.022105930373072624, -0.0365891270339489, 0.006469023413956165, 0.010316443629562855, 0.0010024153161793947, -0.04800262674689293, 0.03813427314162254, -0.03347822651267052, -0.002582973800599575, 0.004182203207165003, -0.03652732074260712, -0.015523595735430717, 0.00632480951026082, 0.050557270646095276, 0.014205068349838257, 0.06147632375359535, -0.04853827878832817, 0.03965882211923599, 0.00821504183113575, -0.02154967561364174, -0.018243057653307915, -0.014524399302899837, -0.015121856704354286, 0.01238179299980402, -0.04804382845759392, -0.06794534623622894, 0.024227933958172798, 0.012917445041239262, 0.009373903274536133, -0.009100927039980888, -0.05669666454195976, -0.011207479983568192, -0.03718658164143562, 0.05125774070620537, -0.04495353251695633, -0.0306557547301054, -0.028101107105612755, 0.023280242457985878, -0.06703885644674301, -0.03632130101323128, 0.012402394786477089, 0.02086981013417244, -0.014781923964619637, 0.01417416613548994, 0.06225920096039772, 0.01167102437466383, -0.032262708991765976, -0.006499926093965769, 0.014359584078192711, -0.010764537379145622, -0.023280242457985878, 0.05179338902235031, -0.09600525349378586, 0.0443766750395298, 0.01548239216208458, -0.020066333934664726, 0.05389479175209999, 0.015266071073710918, -0.03174765780568123, -0.02554646134376526, 0.007081932388246059, -0.0782463401556015, -0.010527614504098892, 0.027853883802890778, 0.012443599291145802, 0.012165471911430359, -0.04985680431127548, 0.035311803221702576, -0.0274418443441391, 0.005804609507322311, 0.05031004920601845, -0.024310342967510223, 0.05616101250052452, 0.05327673256397247, 0.018850816413760185, -0.023568671196699142, -0.003875748487189412, 0.05451285094022751, -0.003690330544486642, -0.026638366281986237, -0.028636759147047997, 0.025381645187735558, 0.048785500228405, -0.03232451528310776, -0.0016404330963268876, 0.06118789687752724, 0.013401591219007969, -0.04491232708096504, -0.026226326823234558, -0.007442466914653778, -0.00913183018565178, 0.021055229008197784, 0.0053771180100739, 0.03059394843876362, -0.08751723170280457, 0.03939099609851837, 0.01981911063194275, 0.017398376017808914, 0.01981911063194275, -0.06168234348297119, -0.02412492409348488, 0.027277028188109398, -0.03180946409702301, 0.04800262674689293, -0.020375363528728485, 0.020622586831450462, 0.005245780572295189, -0.0024284590035676956, 0.03976183012127876, 0.0037341099232435226, 0.052287839353084564, -0.0013352661626413465, 0.02255917340517044, 0.038772936910390854, -0.006788353901356459, -0.008678586222231388, 0.04417065531015396, 0.012000656686723232, -0.009167883545160294, 0.050969310104846954, -0.05430683121085167, 0.026576559990644455, 0.07029397040605545, -0.015575100667774677, 0.03413749113678932, 0.028945788741111755, -0.0177898146212101, 0.0863635241985321, -0.002482539275661111, 0.005075814202427864, 0.00006743930862285197, -0.029996490105986595, -0.02544345147907734, -0.03753681853413582, 0.017872221767902374, 0.04412945359945297, 0.04487112537026405, -0.0460660383105278, 0.023197835311293602, 0.03244812786579132, -0.031891871243715286, 0.025999704375863075, 0.018706602975726128, -0.006159993354231119, 0.07387872040271759, -0.05805639550089836, 0.06250642240047455, -0.0012238867348060012, 0.04594242572784424, -0.04969199001789093, -0.018892019987106323, 0.05892167612910271, 0.02435154654085636, -0.00768969114869833, 0.02655595913529396, 0.0129586486145854, 0.03801066428422928, -0.019602788612246513, -0.019561585038900375, 0.03271595388650894, -0.06555552035570145, 0.03945280238986015, -0.0118564423173666, -0.02834833227097988, -0.05274108052253723, -0.031005987897515297, -0.0023177233524620533, 0.018067941069602966, 0.01934526488184929, -0.0017794964369386435, 0.03675394132733345, 0.005624341778457165, 0.03271595388650894 ]
22,842
stubalyzer.compare
MatchResult
An enumeration.
class MatchResult(Enum): MATCH = "match" MISMATCH = "mismatch" NOT_FOUND = "not_found" MISLOCATED_SYMBOL = "mislocated_symbol" @classmethod def declare_mismatch(cls, matchResultString: str) -> MatchResult: err = matchResultString == MatchResult.MATCH.value try: result = MatchResult(matchResultString) except ValueError: err = True if err: possible_values = ", ".join( [f'"{m.value}"' for m in MatchResult if m is not MatchResult.MATCH] ) raise ValueError( f'"{matchResultString}" is not a valid mismatch type.' f" (Use one of {possible_values}" ) return result
(value, names=None, *, module=None, qualname=None, type=None, start=1)
[ 0.08571580797433853, -0.057559601962566376, -0.042593348771333694, -0.03743452951312065, -0.03172770142555237, -0.05816429853439331, 0.003089624224230647, 0.006906774360686541, 0.019898314028978348, -0.04168630391359329, 0.014361555688083172, 0.06424906104803085, 0.019463686272501945, -0.01187662873417139, -0.00540920440107584, -0.020276248455047607, -0.04142174869775772, 0.03622513264417648, -0.021126603707671165, 0.04709078371524811, 0.011810489930212498, 0.10234498232603073, -0.022789521142840385, 0.03180328756570816, 0.024754786863923073, 0.020125074312090874, -0.02783496305346489, -0.039796628057956696, -0.02430126443505287, -0.005546206142753363, -0.04935839772224426, -0.038776200264692307, -0.0217313002794981, 0.055065225809812546, -0.08057588338851929, -0.021391158923506737, -0.03762349486351013, 0.022449379786849022, -0.06334201991558075, -0.011602625250816345, -0.056350208818912506, 0.014597765170037746, 0.003951789811253548, -0.0038384092040359974, -0.033428411930799484, -0.06640329957008362, -0.06916222721338272, -0.02894987165927887, -0.06345540285110474, -0.011961664073169231, 0.07003147900104523, -0.031387556344270706, -0.044142886996269226, -0.013199402950704098, 0.01767794042825699, 0.024716993793845177, -0.020106177777051926, 0.037963639944791794, -0.022317102178931236, 0.021334469318389893, 0.005702104419469833, 0.008848418481647968, -0.011120757088065147, 0.01058219838887453, -0.010931788943707943, -0.017318902537226677, 0.048035625368356705, -0.0388517864048481, -0.027740478515625, 0.030215956270694733, 0.007502023130655289, 0.005135200917720795, -0.038965169340372086, -0.009377528913319111, 0.05419597402215004, 0.0040037562139332294, -0.02902545966207981, 0.0161850955337286, 0.03669755533337593, 0.009826327674090862, -0.004908439703285694, 0.04478537663817406, 0.026738949120044708, -0.08208762854337692, -0.05355348438024521, -0.00030707273981533945, -0.02479257993400097, -0.07222350686788559, 0.015882747247815132, -0.018150361254811287, -0.05926031246781349, -0.07078734785318375, -0.03785025700926781, 0.015599294565618038, -0.0016322096344083548, 0.011659315787255764, 0.05510302260518074, -0.048035625368356705, -0.011848283000290394, -0.0006038112915121019, 0.014030861668288708, 0.036754243075847626, -0.005272202659398317, -0.02080535888671875, 0.0070485002361238, -0.04576801136136055, 0.013822996988892555, -0.051550425589084625, 0.0014822164084762335, 0.02432016097009182, -0.06927561014890671, -0.043311428278684616, -0.016203992068767548, 0.026587774977087975, 0.017876356840133667, 0.03308826684951782, -0.01517411693930626, -0.026285426691174507, -0.005536757409572601, -0.001731417840346694, 0.038965169340372086, 0.03427876532077789, 0.0038691165391355753, 0.012235667556524277, 0.031689904630184174, 0.022430481389164925, 0.0063068014569580555, -0.05196615681052208, 0.023564288392663002, 0.09667594730854034, -0.0041053262539207935, 0.028647523373365402, -0.030178163200616837, -0.0032148153986781836, -0.012462428770959377, 0.11753799766302109, -0.01747007668018341, 0.009405873715877533, 0.007487850729376078, 0.034996844828128815, 0.03293709456920624, 0.05495184659957886, 0.03448662906885147, -0.03097182884812355, 0.01558039803057909, 0.027759375050663948, -0.008801177144050598, 0.0591469332575798, -0.019992796704173088, 0.031141899526119232, -0.044898759573698044, -0.02643660083413124, -0.02294069528579712, 0.02904435619711876, 0.0036636139266192913, -0.007799647282809019, 0.031085209921002388, -0.030310440808534622, 0.021334469318389893, -0.03089624084532261, 0.039154134690761566, -0.05419597402215004, -0.0034935427829623222, -0.008243721909821033, 0.07694770395755768, 0.013152161613106728, 0.012330151163041592, 0.0014349744888022542, -0.012585258111357689, -0.06371995806694031, -0.05064338073134422, 0.002756568370386958, 0.017630700021982193, -0.0111018605530262, -0.0046273497864604, 0.04232879355549812, -0.008697244338691235, 0.031217485666275024, 0.05472508445382118, -0.043689362704753876, 0.012056147679686546, 0.0011639237636700273, -0.04761989414691925, -0.009023213759064674, 0.04085484519600868, 0.01665751449763775, 0.0019888863898813725, 0.06640329957008362, 0.012320702895522118, 0.01693151891231537, 0.021787991747260094, -0.01784801296889782, 0.0124907735735178, 0.023450909182429314, -0.0013204127317294478, -0.029554570093750954, 0.006897326093167067, 0.020370732992887497, 0.03626292943954468, 0.022241514176130295, -0.024660302326083183, 0.043046873062849045, -0.03439214453101158, 0.06545846164226532, -0.006873704958707094, -0.02913884073495865, 0.026776742190122604, -0.05464949831366539, -0.00649576960131526, -0.05948707461357117, -0.09667594730854034, 0.008385447785258293, 0.011942767538130283, 0.033806346356868744, -0.014172587543725967, -0.0490182563662529, 0.028968770056962967, 0.02664446458220482, -0.004761989694088697, 0.019822726026177406, 0.06526949256658554, -0.028553040698170662, 0.03301268070936203, 0.0071524325758218765, 0.03681093454360962, 0.017781874164938927, -0.04667505621910095, -0.014909562654793262, -0.04633491486310959, 0.0369999036192894, -0.008933454751968384, -0.021844681352376938, 0.04943398758769035, -0.05196615681052208, -0.009835775941610336, 0.01932196132838726, 0.044709790498018265, 0.011319173499941826, -0.027759375050663948, 0.03150093927979469, -0.026398805901408195, 0.012594706378877163, -0.05351569131016731, 0.0804247111082077, 0.04478537663817406, -0.05540537089109421, 0.007620127871632576, 0.025264998897910118, -0.027986137196421623, 0.011668764054775238, -0.03106631152331829, 0.006372940260916948, 0.04316025227308273, -0.02201475203037262, 0.028553040698170662, -0.04493655264377594, -0.09380363672971725, -0.021787991747260094, 0.10854312777519226, 0.0012826191959902644, 0.032030049711465836, 0.03356068953871727, 0.02995140291750431, 0.010516060516238213, -0.06485376507043839, -0.05105910822749138, -0.048224590718746185, 0.06277511268854141, 0.05336451530456543, 0.01608116365969181, 0.09818768501281738, -0.0054611703380942345, -0.04232879355549812, 0.032596953213214874, -0.03726445883512497, 0.03210563585162163, 0.021787991747260094, -0.019728241488337517, 0.03344730660319328, -0.04421847313642502, -0.05536757782101631, -0.027721581980586052, -0.01192387007176876, -0.012556912377476692, 0.03520470857620239, 0.07554934173822403, 0.030121473595499992, -0.06455141305923462, 0.020786462351679802, 0.017092140391469002, 0.02006838470697403, -0.0416107177734375, 0.0021577763836830854, 0.009037386626005173, 0.01238684169948101, 0.042479969561100006, 0.05196615681052208, -0.0185093991458416, 0.03817150369286537, 0.01737559214234352, -0.016751999035477638, 0.03760460019111633, 0.06504272669553757, 0.0033730759751051664, -0.053213343024253845, -0.01452217809855938, 0.005801312625408173, -0.024206779897212982, -0.01086565013974905, 0.013350578024983406, -0.016988208517432213, 0.06969133764505386, -0.0545361191034317, -0.04773327708244324, 0.04459640756249428, 0.09115808457136154, 0.000906455097720027, 0.003991945646703243, 0.004587194416671991, 0.015863850712776184, 0.0065619079396128654, -0.004050998017191887, -0.053024373948574066, -0.014550523832440376, -0.02182578481733799, -0.04418068006634712, -0.03754790872335434, 0.03469449654221535, 0.04501213878393173, -0.02866641990840435, 0.016383511945605278, -0.07645638287067413, -0.012660845182836056, -0.021712403744459152, 0.04327363520860672, -0.016336269676685333, 0.01665751449763775, 0.0005279288743622601, 0.03669755533337593, 0.03681093454360962, 0.07630521059036255, -0.05011427029967308, -0.010119227692484856, -0.02607756108045578, 0.03061278909444809, 0.016751999035477638, -0.046637263149023056, 0.04006117954850197, 0.050718966871500015, 0.0033470927737653255, -0.035752713680267334, 0.02089984342455864, -0.021334469318389893, -0.008357102982699871, 0.057484015822410583, 0.003921082708984613, -0.023620979860424995, -0.03548815846443176, 0.005796588491648436, 0.014182035811245441, 0.021334469318389893, -0.028534144163131714, 0.001731417840346694, -0.015032391063869, -0.05782415717840195, -0.05139925330877304, -0.015032391063869, -0.028798697516322136, 0.012046699412167072, 0.021580126136541367, -0.0038336850702762604, 0.03125527873635292, -0.011196344159543514, -0.029800226911902428, 0.02634211629629135, 0.020087281242012978, 0.034543320536613464, 0.03448662906885147, -0.008484655991196632, -0.018055876716971397, -0.006958740763366222, -0.023450909182429314, -0.04334922134876251, 0.038625024259090424, 0.017044898122549057, -0.0012542740441858768, 0.052495263516902924, 0.018736161291599274, -0.005097407381981611, 0.06485376507043839, -0.033617377281188965, -0.01868891902267933, 0.033239442855119705, -0.017772424966096878, -0.008527173660695553, 0.01150814164429903, -0.08397730439901352, -0.02505713514983654, -0.03458111360669136, 0.013463958166539669, 0.00842324085533619, 0.03904075548052788, -0.06893546879291534, 0.008465759456157684, -0.026871226727962494, 0.061338961124420166, -0.010119227692484856, 0.04289569705724716, -0.10567081719636917, -0.03941868990659714, 0.010686131194233894, -0.0573328398168087, -0.0416107177734375, -0.06303966790437698, -0.047015197575092316, -0.005007647443562746, 0.030952932313084602, 0.017866909503936768, -0.009566497057676315, 0.02643660083413124, -0.001209394191391766, -0.05699269846081734, 0.0693133994936943, 0.07365966588258743, -0.0016168560832738876, 0.0314442478120327, 0.03707548975944519, 0.04085484519600868, -0.007553989067673683, -0.031765494495630264, 0.011990008875727654, 0.014389900490641594, -0.025661831721663475, -0.09282100200653076, 0.02968684770166874, -0.05370466038584709, -0.05412038788199425, -0.04890487715601921, -0.022147029638290405, 0.0014609575737267733, -0.04096822813153267, 0.009542875923216343, 0.014626110903918743, 0.11013045161962509, 0.023280836641788483, -0.072072334587574, -0.037680186331272125, 0.0003643536183517426, 0.004655695054680109, -0.024565817788243294, -0.034335456788539886, 0.029913607984781265, -0.010619992390275002, 0.002248717239126563, 0.06988030672073364, 0.019539274275302887, -0.06768827885389328, 0.013312784023582935, -0.0021589575335383415, -0.004752540960907936, 0.023904431611299515, 0.050907935947179794, -0.0481112115085125, 0.0020018781069666147, -0.05075675994157791, 0.05325113609433174, 0.03956986591219902, -0.04973633587360382, -0.004185637459158897, -0.018632229417562485, -0.03968324512243271, -0.021523436531424522, 0.0777035728096962, 0.006585529074072838, 0.00021731300512328744, -0.001244825660251081, -0.013615132309496403, 0.0015696140471845865, -0.03306937217712402, -0.021296674385666847, -0.0019345582695677876, 0.03677314147353172, -0.014805629849433899, 0.012197873555123806, -0.009854672476649284, 0.006231214385479689, 0.03429766371846199, 0.013473406434059143, -0.04652388021349907, 0.003928168676793575, -0.05865561589598656, 0.021939165890216827, 0.022695036605000496, -0.0014786733081564307, 0.015259153209626675, 0.002999864285811782, -0.005305272061377764, 0.02367766946554184, -0.04229100048542023, 0.0023538304958492517, 0.08798342198133469, -0.046297118067741394, -0.06712137907743454, 0.002018412807956338, 0.05888237804174423, -0.006009177304804325, 0.031935565173625946, -0.02690901979804039, 0.014824526384472847, -0.02237379178404808, -0.0527220256626606, 0.020276248455047607, 0.07913973182439804, -0.029460085555911064, -0.021806888282299042, 0.006335146725177765, 0.03911634162068367, -0.07793033868074417, -0.008253170177340508, -0.0007281167199835181, -0.05842885375022888, -0.011716005392372608, -0.0425177626311779, -0.029384499415755272, -0.008394896052777767, -0.014068655669689178, -0.002662084298208356, -0.025397276505827904, 0.025491761043667793, -0.07245026528835297, 0.005791864357888699, 0.01460721343755722, 0.015089081600308418, 0.012462428770959377, 0.02227930724620819, -0.01590164378285408, 0.010468818247318268, 0.037774670869112015, -0.0508701428771019, 0.03197335824370384, 0.0016912621213123202, 0.03174659609794617, -0.036036167293787, -0.015750469639897346, 0.016109507530927658, 0.0010718019912019372, -0.001152703771367669, 0.02239268831908703, -0.02738143876194954, 0.01521191094070673, -0.018651125952601433, 0.015089081600308418, -0.04561683535575867, -0.06519390642642975, -0.052948787808418274, 0.02949787862598896, 0.01521191094070673, 0.031141899526119232, 0.049698539078235626, -0.019652655348181725, 0.00933973491191864, -0.00628318078815937, -0.011281379498541355, -0.0023951672483235598, -0.009788533672690392, -0.01765904389321804, 0.010997927747666836, 0.026115354150533676, 0.025170516222715378, 0.05151263251900673, 0.04085484519600868, -0.034637805074453354, 0.052948787808418274, -0.009939707815647125, 0.026304323226213455, -0.003221901599317789, 0.022449379786849022, 0.0029833298176527023, 0.03669755533337593, 0.024339057505130768, 0.011120757088065147, 0.023450909182429314, -0.020786462351679802, -0.01674254983663559, 0.006845359690487385, 0.008494104258716106, -0.04709078371524811, -0.005333617329597473, -0.016033921390771866, 0.017687389627099037, -0.025264998897910118, -0.004969853907823563, 0.028590833768248558, 0.007964994758367538, -0.035752713680267334, 0.011196344159543514, 0.03762349486351013, 0.04002338647842407, -0.018235396593809128, 0.017167728394269943, 0.029384499415755272, 0.057937540113925934, 0.010941238142549992, 0.011574279516935349, 0.06988030672073364, 0.01150814164429903, 0.0032337121665477753, -0.02023845538496971, -0.005938314367085695, 0.037491217255592346, 0.04848914593458176, -0.0397588312625885, -0.025208309292793274, -0.004268310964107513, 0.05559433624148369, -0.04236659035086632, 0.0075587136670947075, 0.015107978135347366, -0.05661476403474808, 0.032030049711465836, -0.008994868956506252, 0.026379909366369247, -0.04289569705724716, 0.02365877293050289, 0.016326820477843285, 0.019170787185430527, -0.03059389255940914, 0.03061278909444809, -0.01858498714864254, -0.10408348590135574, -0.001459776540286839, 0.04312245920300484, -0.034184280782938004, -0.0805002972483635, -0.06942678242921829, 0.007738233078271151, 0.039154134690761566, -0.0031510386615991592, 0.012330151163041592, 0.06035632640123367, -0.026493290439248085, 0.04104381427168846, -0.061074405908584595, 0.09395480901002884, -0.05068117380142212, 0.0010676683159545064, -0.012311254628002644, -0.06130116432905197, 0.020219558849930763, 0.010837305337190628, 0.0226572435349226, 0.06776386499404907, 0.034713391214609146, -0.016241785138845444, -0.005324168596416712, 0.0069870855659246445, -0.0028770354110747576, 0.00418091332539916, 0.009684601798653603, 0.01684648171067238, -0.049245018512010574, 0.01922747679054737, 0.004575383849442005, 0.016062265262007713, 0.008404344320297241, -0.010232608765363693, 0.046372707933187485, -0.029932504519820213, 0.04297128692269325, -0.03384413942694664, -0.009642084129154682, 0.01021371129900217, 0.03133086860179901, 0.008527173660695553, -0.07294158637523651, 0.030820654705166817, 0.01049716304987669, 0.03550705686211586, 0.051285870373249054, 0.02322414703667164, -0.004884818568825722, 0.004495072178542614, -0.05869340896606445, -0.02163681760430336, -0.00559344794601202, 0.006396561395376921, -0.007256364915519953, -0.000999167445115745, 0.032596953213214874, -0.06776386499404907, -0.0009159034816548228, -0.023186353966593742, -0.021844681352376938, -0.024206779897212982, -0.0545739121735096, 0.043878331780433655, -0.04750651493668556, -0.029460085555911064, -0.016015024855732918, 0.03586609661579132, 0.008026408962905407, -0.01719607226550579, -0.010260953567922115, 0.016336269676685333, 0.016695307567715645, -0.009632635861635208, -0.029271118342876434, -0.01867946982383728, 0.01922747679054737, -0.032974887639284134, 0.0041596544906497, -0.02488706447184086, -0.04894267022609711, -0.011593176983296871, -0.026020871475338936, -0.04145954176783562, 0.0185093991458416, 0.036943212151527405, -0.007440608460456133, 0.014002516865730286, 0.00023945767316035926, -0.05427156388759613, 0.019085751846432686, 0.053629070520401, -0.021466746926307678, 0.04395391792058945, -0.025208309292793274, 0.014389900490641594, 0.0069870855659246445, 0.01942589320242405, 0.005513136740773916, 0.029441189020872116, -0.022808417677879333, 0.05952486768364906, 0.004121860954910517, -0.0020373095758259296, -0.03097182884812355, -0.008016960695385933, 0.05472508445382118, 0.06579860299825668, 0.0012271099258214235, 0.06001618504524231, 0.018896782770752907, -0.056463588029146194, -0.06058308854699135, 0.06776386499404907, -0.015684330835938454, 0.05929810553789139, -0.03051830641925335, 0.0008686615037731826, 0.004504520911723375, -0.06315305083990097, 0.014824526384472847, 0.03004588559269905, 0.04686402156949043, -0.015533155761659145, 0.019671551883220673, -0.016062265262007713, -0.04206424206495285, 0.022487172856926918, 0.002285329857841134, 0.041837479919195175, 0.015788262709975243, -0.021523436531424522, -0.09410598129034042, -0.02237379178404808, -0.011451451107859612, 0.032407984137535095 ]
22,845
stubalyzer.compare
compare_symbols
Check if the given symbol node is compatible with the reference symbol. Will return a successful comparison if any of the following holds: - the symbols describe the same class - the symbols are type aliases that resolve to the same type - ``symbol`` is a valid subtype of ``reference`` (see :py:func:`mypy.subtypes.is_subtype`) - ``symbol`` and ``reference`` somehow overlap (see :py:func:`mypy.meet.is_overlapping_types`) :param symbol: symbol node to validate :param reference: symbol node to validate against
def compare_symbols( symbol: RelevantSymbolNode, reference: RelevantSymbolNode ) -> ComparisonResult: """ Check if the given symbol node is compatible with the reference symbol. Will return a successful comparison if any of the following holds: - the symbols describe the same class - the symbols are type aliases that resolve to the same type - ``symbol`` is a valid subtype of ``reference`` (see :py:func:`mypy.subtypes.is_subtype`) - ``symbol`` and ``reference`` somehow overlap (see :py:func:`mypy.meet.is_overlapping_types`) :param symbol: symbol node to validate :param reference: symbol node to validate against """ # TODO: Check if this is always the case, i.e. could there be # cases where `symbol` and `reference` don't have the same class but still match? if type(symbol) != type(reference): return ComparisonResult.create_mismatch(symbol=symbol, reference=reference) if isinstance(symbol, TypeInfo) and isinstance(reference, TypeInfo): return _type_infos_are_same_class(symbol, reference) if isinstance(symbol, TypeAlias) and isinstance(reference, TypeAlias): return _compare_type_aliases(symbol, reference) if isinstance(symbol, TypeVarExpr) and isinstance(reference, TypeVarExpr): return _compare_type_var_expr(symbol, reference) if isinstance(symbol, Decorator) and isinstance(reference, Decorator): return _compare_decorator(symbol, reference) return compare_mypy_types( symbol, reference, getattr(symbol, "type"), getattr(reference, "type") )
(symbol: Union[mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.OverloadedFuncDef, mypy.nodes.Var, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.TypeAlias], reference: Union[mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.OverloadedFuncDef, mypy.nodes.Var, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.TypeAlias]) -> stubalyzer.compare.ComparisonResult
[ 0.08068922162055969, -0.06255433708429337, 0.009930133819580078, 0.0013640167890116572, -0.008902245201170444, -0.00636005774140358, -0.06468353420495987, 0.04273077845573425, 0.07753213495016098, -0.03111197054386139, 0.018309257924556732, -0.0534868948161602, 0.08648944646120071, -0.0414092093706131, -0.02709219418466091, 0.004343286156654358, -0.0326538048684597, 0.01663893833756447, -0.018098173663020134, 0.012362190522253513, -0.02648647502064705, 0.09559359401464462, -0.020153949037194252, -0.050366517156362534, 0.018098173663020134, 0.083332359790802, 0.050256386399269104, 0.02775297872722149, -0.04434603080153465, 0.03243354335427284, -0.03571911156177521, -0.006254515610635281, -0.019952042028307915, -0.006373824086040258, 0.006791403517127037, -0.031993016600608826, 0.016749070957303047, 0.08509445190429688, -0.0057038613595068455, -0.008392889983952045, -0.03305761516094208, -0.009792470373213291, -0.010223816148936749, -0.01701521873474121, -0.03854580596089363, -0.005818581208586693, -0.08883890509605408, 0.022393276914954185, -0.009085796773433685, -0.012040975503623486, 0.05844278261065483, -0.1306886374950409, -0.0035700758453458548, 0.04118894413113594, -0.042987748980522156, -0.04155604913830757, 0.005901179276406765, 0.03828883171081543, -0.03252531588077545, 0.017905443906784058, 0.03079993464052677, 0.031424008309841156, 0.023311033844947815, -0.028872642666101456, -0.03691219538450241, -0.0068740020506083965, -0.028175147250294685, -0.06328853964805603, -0.008645273745059967, 0.006493132561445236, -0.031864531338214874, -0.00685105798766017, -0.012353012338280678, -0.002386168809607625, 0.0007250282214954495, -0.04173960164189339, 0.024247147142887115, -0.027037128806114197, -0.005185328423976898, -0.04603470489382744, -0.022980641573667526, -0.02301735244691372, -0.005148618016391993, -0.05811239033937454, -0.01621677167713642, 0.022283146157860756, 0.013252414762973785, 0.03990408405661583, -0.03320445865392685, -0.02312748320400715, -0.05378057435154915, -0.0056809172965586185, 0.027954885736107826, 0.030634736642241478, -0.018088996410369873, -0.012940376996994019, 0.03773817792534828, -0.06732667237520218, -0.033718403428792953, 0.010893778875470161, 0.04779679700732231, 0.05880988389253616, -0.0060984971933066845, 0.040087636560201645, -0.01099473237991333, 0.02986382134258747, -0.007823880761861801, -0.029808755964040756, -0.043464984744787216, -0.022760380059480667, -0.07503583282232285, -0.06159986928105354, 0.04779679700732231, 0.011857423931360245, 0.04776008799672127, 0.0014730003895238042, 0.005878235213458538, 0.024449054151773453, 0.03412221372127533, -0.03571911156177521, 0.015950622037053108, 0.031864531338214874, 0.04397892951965332, -0.0018928743666037917, 0.03056131675839424, -0.03861922398209572, 0.06861153244972229, 0.020869800820946693, -0.04284090921282768, 0.09919120371341705, 0.041849732398986816, 0.028266923502087593, -0.053964126855134964, 0.10623957961797714, 0.03289242088794708, 0.058956727385520935, -0.05855291336774826, 0.04162947088479996, 0.015675293281674385, -0.012196994386613369, 0.03832554444670677, 0.0080349650233984, -0.026339633390307426, -0.044713132083415985, -0.0989709421992302, 0.009397834539413452, -0.07180532813072205, -0.0025995473843067884, -0.005001776851713657, 0.011416899971663952, -0.027275746688246727, -0.041923150420188904, 0.003925706725567579, 0.0021647599060088396, -0.041813019663095474, -0.016987686976790428, -0.0005595451220870018, 0.011077330447733402, -0.018924154341220856, 0.03344307467341423, -0.0022760380525141954, 0.01158209703862667, 0.025421876460313797, -0.01663893833756447, 0.03727930039167404, -0.011756470426917076, -0.03368169069290161, -0.015712004154920578, 0.01976849138736725, 0.01930961199104786, -0.02720232494175434, -0.0003946356300730258, 0.006598674692213535, -0.030120793730020523, 0.031993016600608826, -0.04930191859602928, 0.014225238002836704, -0.03715081512928009, 0.026798512786626816, -0.01737314462661743, 0.022943930700421333, -0.051320984959602356, -0.033039260655641556, -0.03127716854214668, -0.038178700953722, 0.08090948313474655, 0.00814968440681696, 0.013628695160150528, 0.017400678247213364, 0.002732622204348445, -0.014096751809120178, 0.027973242104053497, -0.012839424423873425, 0.0011907900916412473, 0.04493339732289314, -0.07378768175840378, 0.02070460468530655, 0.049228500574827194, -0.02683522179722786, 0.03612292557954788, -0.020631182938814163, -0.014206882566213608, -0.009618096053600311, -0.005722216330468655, 0.012839424423873425, 0.004464888945221901, -0.005272515583783388, -0.00101871055085212, 0.00416202936321497, -0.06027829647064209, -0.0349481962621212, -0.007938600145280361, 0.007199805695563555, 0.007167684379965067, -0.0011357245966792107, 0.0224483422935009, 0.014592340216040611, -0.018144061788916588, -0.018814023584127426, -0.016290191560983658, 0.047246143221855164, -0.014941087923943996, -0.029808755964040756, 0.02927645668387413, -0.003129552351310849, -0.0047035058960318565, -0.04397892951965332, 0.08024869859218597, 0.014601518400013447, -0.1054319515824318, 0.003783454420045018, -0.013004620559513569, 0.020062174648046494, -0.027477651834487915, -0.012564096599817276, -0.03649003058671951, 0.03964711353182793, 0.03667357936501503, 0.012876134365797043, -0.0061489734798669815, -0.011361834593117237, 0.018116528168320656, -0.0010198577074334025, -0.009085796773433685, -0.0021991757676005363, -0.07026349753141403, 0.0007491193828172982, -0.05058677867054939, -0.016822490841150284, -0.02301735244691372, -0.038178700953722, -0.047503117471933365, 0.03147907555103302, -0.05811239033937454, -0.0005558167467825115, -0.03810528293251991, -0.10014567524194717, -0.0511007234454155, 0.04262064769864082, 0.019181126728653908, 0.020557763054966927, 0.08017527312040329, 0.06420629471540451, 0.008287347853183746, -0.010095329955220222, -0.0432814322412014, -0.011068152263760567, 0.03744449466466904, 0.011848246678709984, -0.022962287068367004, 0.019621649757027626, -0.01640949957072735, -0.047246143221855164, 0.07470544427633286, -0.06927231699228287, 0.0011965259909629822, 0.016950976103544235, -0.012077685445547104, 0.00674092723056674, -0.013068863190710545, -0.048090480268001556, -0.044015638530254364, 0.007704572286456823, -0.003978477790951729, -0.003996832761913538, 0.010489965789020061, -0.03691219538450241, -0.0055019548162817955, 0.05440464988350868, -0.02578897960484028, 0.03770146891474724, -0.01348185446113348, 0.04361182451248169, 0.010590918362140656, -0.014610695652663708, 0.08575523644685745, 0.02211795002222061, -0.021090062335133553, 0.0365634486079216, 0.04221683368086815, -0.011563741602003574, 0.027110548689961433, 0.08450708538293839, -0.0005268500535748899, -0.02059447206556797, 0.013757181353867054, 0.025660492479801178, -0.02940494194626808, -0.011306769214570522, 0.06490379571914673, -0.01428948063403368, 0.042180124670267105, 0.035590626299381256, -0.00851219892501831, 0.020924866199493408, 0.021255258470773697, -0.005892001558095217, -0.02813843823969364, 0.02312748320400715, 0.04096868261694908, -0.008085441775619984, 0.043795377016067505, -0.006759282201528549, 0.0010462432401254773, -0.014720826409757137, -0.010682694613933563, -0.06578484177589417, 0.00786059070378542, 0.07951448857784271, -0.0007336321868933737, 0.023292679339647293, -0.015785424038767815, 0.07268637418746948, 0.0076586841605603695, -0.00656196428462863, -0.0049283565022051334, 0.016033219173550606, 0.005818581208586693, 0.011664695106446743, -0.027514362707734108, 0.048787977546453476, 0.028597315773367882, 0.025403520092368126, -0.059654220938682556, -0.009094974026083946, 0.004687445238232613, -0.04441945254802704, 0.027018774300813675, -0.021714136004447937, 0.04596128314733505, -0.04375866800546646, 0.042180124670267105, -0.007374179549515247, -0.02312748320400715, 0.035572271794080734, 0.004012893419712782, -0.010756115429103374, 0.009563030675053596, 0.010333946906030178, 0.03634318709373474, 0.029570138081908226, 0.04798034951090813, 0.014353723265230656, -0.03459944948554039, 0.0283586997538805, -0.04001421481370926, 0.03803186118602753, -0.0032580383121967316, -0.023090772330760956, -0.026064306497573853, -0.04926520958542824, 0.0022622717078775167, -0.0174740981310606, -0.031864531338214874, -0.06259104609489441, 0.018685538321733475, 0.00396471144631505, 0.002471061423420906, 0.005272515583783388, -0.07988159358501434, 0.04776008799672127, 0.0036595570854842663, -0.04173960164189339, 0.005616674665361643, 0.01133430190384388, -0.011242526583373547, -0.03909645974636078, -0.005304636899381876, 0.06409616768360138, 0.0696394219994545, -0.010370656847953796, -0.042400386184453964, -0.01654716394841671, 0.03876606747508049, -0.04941204935312271, 0.02857896126806736, 0.00832405872642994, 0.0046048471704125404, -0.07275979220867157, -0.011903312057256699, 0.029808755964040756, 0.012701760046184063, -0.04071171209216118, -0.023549651727080345, -0.02246669866144657, 0.06897863745689392, -0.008369945921003819, 0.02810172736644745, -0.024797800928354263, 0.037885021418333054, -0.04339156299829483, -0.007736693602055311, -0.04511694610118866, -0.03636154159903526, -0.08744391053915024, 0.06438984721899033, 0.0037260944955050945, 0.004900823812931776, 0.04511694610118866, -0.022356566041707993, 0.013335012830793858, -0.02558707259595394, 0.039059750735759735, 0.031901244074106216, 0.01791462115943432, -0.03340636566281319, 0.034177280962467194, 0.020778024569153786, -0.0283586997538805, 0.030946774408221245, 0.0020741315092891455, 0.04632838815450668, 0.0129036670550704, -0.00382016459479928, 0.044713132083415985, -0.03133223205804825, 0.007621974218636751, -0.05418438836932182, -0.02314583770930767, 0.014546453021466732, -0.03972053527832031, 0.031974662095308304, 0.012077685445547104, 0.047246143221855164, -0.02279709093272686, -0.017749425023794174, 0.0038247534539550543, -0.009324413724243641, -0.011646339669823647, -0.0022863626945763826, -0.03839896246790886, -0.05117414519190788, 0.0395369827747345, -0.03125881403684616, 0.0056304410099983215, -0.0365634486079216, -0.007195217069238424, 0.02764284797012806, -0.03230505436658859, -0.027734624221920967, 0.016574695706367493, -0.014124284498393536, 0.0019444981589913368, 0.003636613255366683, -0.10176092386245728, 0.0666658878326416, 0.03610457107424736, -0.00555702019482851, 0.01875895820558071, 0.04012434929609299, 0.07804607599973679, 0.01439961139112711, -0.005657973699271679, 0.012866957113146782, -0.0007502665393985808, 0.05389070510864258, -0.03676535561680794, 0.01573953777551651, -0.06435313820838928, -0.02986382134258747, -0.023512940853834152, -0.023806624114513397, -0.010095329955220222, 0.012876134365797043, 0.0726129561662674, -0.030249278992414474, 0.007856002077460289, -0.006222394295036793, -0.0333329439163208, -0.04265735670924187, -0.04284090921282768, -0.001021004980430007, -0.03496655076742172, 0.04570431262254715, 0.017896266654133797, -0.012252059765160084, 0.034434251487255096, 0.023512940853834152, -0.02186097763478756, -0.012426433153450489, 0.0430244617164135, 0.011545386165380478, -0.007511842995882034, 0.028634026646614075, 0.06607852131128311, 0.020429275929927826, 0.02672509104013443, -0.055028725415468216, 0.007167684379965067, 0.028285278007388115, -0.040564872324466705, -0.011958377435803413, 0.10264196991920471, 0.009581386111676693, 0.04016105830669403, 0.026449764147400856, 0.004740216303616762, -0.04871455579996109, 0.01930961199104786, -0.027367521077394485, -0.03056131675839424, -0.020080529153347015, 0.018134882673621178, -0.02523832395672798, 0.026578249409794807, -0.023292679339647293, -0.016492098569869995, 0.03135058656334877, 0.027037128806114197, -0.06281130760908127, 0.03149743005633354, 0.01826336979866028, -0.02474273554980755, -0.05587306246161461, 0.0027463885489851236, 0.013986621052026749, 0.03564569354057312, 0.03135058656334877, -0.059654220938682556, 0.05007283762097359, 0.0024228792171925306, 0.032580383121967316, -0.034526027739048004, -0.030836643651127815, 0.0095446752384305, 0.03448931872844696, 0.01556516345590353, -0.0258073341101408, -0.04372195526957512, -0.005456067156046629, -0.001035344903357327, 0.04038131982088089, 0.02845047600567341, 0.04698917269706726, 0.014124284498393536, 0.010719404555857182, 0.014197704382240772, 0.03456273674964905, 0.0650506317615509, -0.0017815963365137577, 0.06049855798482895, 0.00447865528985858, 0.009127096273005009, -0.062407493591308594, -0.004781515337526798, -0.028872642666101456, 0.03737107664346695, -0.0020592177752405405, -0.0011288414243608713, 0.04049145057797432, 0.03125881403684616, 0.06721654534339905, 0.04717272147536278, -0.00023689609952270985, 0.04717272147536278, -0.01899757608771324, 0.011297591961920261, 0.02648647502064705, -0.02949671819806099, -0.06038842722773552, 0.0216407161206007, 0.046218257397413254, -0.020888155326247215, 0.018364323303103447, 0.020172305405139923, -0.00810838583856821, -0.003877524519339204, -0.028890999034047127, -0.005992955062538385, -0.02648647502064705, -0.05947067216038704, -0.0018389561446383595, 0.01978684589266777, -0.0200254637748003, -0.01678577996790409, 0.017795313149690628, -0.026651671156287193, 0.043575115501880646, 0.018795669078826904, 0.0333329439163208, 0.046108126640319824, -0.005648795980960131, 0.061489734798669815, -0.05521227791905403, 0.050036124885082245, -0.02775297872722149, 0.006571142002940178, -0.04295103996992111, 0.04317130148410797, 0.012022620067000389, 0.012710938230156898, -0.012297946959733963, 0.008181805722415447, -0.01640949957072735, 0.022044530138373375, -0.016804136335849762, -0.004345580469816923, -0.011279236525297165, -0.009094974026083946, 0.014417966827750206, 0.027789689600467682, 0.018924154341220856, 0.0349481962621212, 0.003652673913165927, 0.016822490841150284, 0.07393452525138855, -0.008929777890443802, 0.0060755531303584576, -0.002200322924181819, -0.0578187070786953, 0.028835933655500412, -0.0071493289433419704, 0.04434603080153465, -0.039977505803108215, -0.07118125259876251, -0.040307898074388504, 0.023512940853834152, -0.012665050104260445, -0.007800936698913574, 0.0822310522198677, -0.049118369817733765, -0.011389367282390594, -0.03133223205804825, 0.07606372237205505, -0.020741313695907593, -0.024118660017848015, 0.05792883783578873, -0.025183258578181267, 0.023678136989474297, 0.06475695222616196, -0.008071674965322018, 0.07367755472660065, 0.01563858427107334, -0.012105218134820461, 0.04258393868803978, 0.0015693649183958769, -0.03414057195186615, -0.07577004283666611, 0.029111260548233986, -0.04654864966869354, 0.02211795002222061, -0.00382016459479928, -0.009627273306250572, 0.03459944948554039, -0.05334005132317543, -0.007452188991010189, 0.052826106548309326, 0.007300759200006723, 0.0016404910711571574, 0.04364853724837303, -0.023623071610927582, 0.007938600145280361, 0.005052253603935242, -0.06996981054544449, -0.059176988899707794, 0.01128841470927, 0.006194861605763435, 0.07114454358816147, 0.0013250120682641864, -0.03832554444670677, 0.03505832701921463, 0.022246435284614563, -0.04596128314733505, -0.01279353629797697, -0.012582452036440372, 0.01608828455209732, -0.01733643375337124, 0.03318610414862633, 0.03043283149600029, -0.04027118906378746, 0.021787557750940323, -0.03180946782231331, 0.01874978095293045, -0.012582452036440372, -0.09030731767416, -0.00032350944820791483, -0.03043283149600029, -0.004818225745111704, -0.005456067156046629, -0.06336195766925812, 0.01319734938442707, -0.03689384087920189, 0.022264791652560234, 0.005621263291686773, 0.05947067216038704, -0.0014282597694545984, -0.056717399507761, -0.028835933655500412, 0.029129615053534508, 0.04596128314733505, -0.027826400473713875, -0.079073965549469, 0.030726512894034386, -0.0462549664080143, -0.017960509285330772, -0.05080704018473625, -0.02026407979428768, 0.016565518453717232, -0.01886908896267414, 0.04753982648253441, -0.02061282843351364, -0.020906509831547737, 0.061159342527389526, 0.006667506415396929, 0.006516076624393463, 0.01840103231370449, 0.05649713799357414, -0.013491031713783741, -0.015950622037053108, 0.008700339123606682, -0.003329164581373334, 0.09566701948642731, -0.047025881707668304, 0.0448966845870018, -0.04144591838121414, 0.006630796007812023, -0.05356031283736229, -0.028193503618240356, 0.03891290724277496, 0.08355262130498886, -0.013637873344123363, -0.0037719823885709047, -0.009581386111676693, -0.06372906267642975, 0.002093633869662881, 0.0001508563436800614, -0.02127361297607422, 0.02393510937690735, -0.014362901449203491, -0.04236367344856262, 0.014950266107916832, -0.04280420020222664, -0.000994045869447291, -0.031901244074106216, 0.06472024321556091, 0.076357401907444, -0.041923150420188904, -0.014206882566213608, -0.023347744718194008, -0.06703299283981323, 0.01584048941731453, 0.05345018208026886, 0.005327580962330103, -0.006993310526013374, -0.03667357936501503, -0.029294811189174652, -0.045080237090587616, 0.020778024569153786 ]
22,846
stubalyzer.collect
get_stub_types
Analyze the stub files in stubs_path and return module and class definitions of stubs as symbol nodes. Only relevant symbol nodes (e.g. for variables, functions, classes, methods) are returned. They contain the type annotation information. :param stubs_path: where all the stub files are located :param mypy_conf_path: path to mypy.ini :param root_path: path to the code directory where the type analysis is started
def get_stub_types( stubs_path: str, mypy_conf_path: str, root_path: Optional[str] = None ) -> Iterable[Tuple[RelevantSymbolNode, str]]: """ Analyze the stub files in stubs_path and return module and class definitions of stubs as symbol nodes. Only relevant symbol nodes (e.g. for variables, functions, classes, methods) are returned. They contain the type annotation information. :param stubs_path: where all the stub files are located :param mypy_conf_path: path to mypy.ini :param root_path: path to the code directory where the type analysis is started """ stubs_path = abspath(stubs_path) if root_path: build_result = _mypy_analyze(mypy_conf_path, root_path, stubs_path) else: build_result = _mypy_analyze(mypy_conf_path, stubs_path) stubbed_modules = { module for module in build_result.graph.values() if module.path and is_stubbed_module(module) and module.path.startswith(stubs_path) } for module in stubbed_modules: if module.tree: assert module.path yield from ( (stub_type, module.path) for stub_type in collect_types(module.tree) )
(stubs_path: str, mypy_conf_path: str, root_path: Optional[str] = None) -> Iterable[Tuple[Union[mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.OverloadedFuncDef, mypy.nodes.Var, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.TypeAlias], str]]
[ -0.0027326971758157015, -0.044398706406354904, 0.0280353631824255, 0.010602395981550217, -0.0460500530898571, 0.030418556183576584, -0.022630956023931503, 0.0272096898406744, 0.015256191603839397, 0.017010746523737907, 0.013173243030905724, 0.014599406160414219, -0.011033997870981693, -0.015884829685091972, -0.027397342026233673, 0.01188781950622797, 0.061887968331575394, 0.018709007650613785, -0.040645647794008255, -0.019609741866588593, -0.023419098928570747, 0.05134186893701553, -0.011033997870981693, 0.029855597764253616, 0.0014812861336395144, -0.040720708668231964, 0.00172171660233289, -0.011277947574853897, -0.006112797651439905, -0.04781399294734001, -0.05040360614657402, -0.04117107391357422, -0.044999197125434875, -0.014083360321819782, 0.012234977446496487, -0.01888727769255638, 0.02561463974416256, 0.051679644733667374, 0.01869962550699711, -0.015274956822395325, 0.025595873594284058, 0.025633404031395912, 0.0011306095402687788, -0.018155431374907494, -0.037812087684869766, -0.019891221076250076, -0.004703054204583168, -0.027472402900457382, -0.0022530092392116785, -0.025558343157172203, 0.027847709134221077, -0.024000823497772217, -0.06579115241765976, 0.016475936397910118, 0.05948600918054581, -0.04421105608344078, 0.0038257762789726257, 0.006863409653306007, 0.04511179029941559, 0.014496196992695332, 0.010733753442764282, -0.007942414842545986, 0.05115421488881111, 0.022293180227279663, 0.051942359656095505, 0.0569339282810688, -0.04000762477517128, -0.052542850375175476, -0.035184942185878754, -0.02208676189184189, -0.02897362783551216, -0.035541485995054245, -0.01319200824946165, 0.0385064035654068, 0.04334785044193268, -0.04931521788239479, 0.04218440130352974, -0.023287741467356682, -0.0054700858891010284, -0.04702584818005562, -0.04394834116101265, 0.008542904630303383, -0.034621983766555786, -0.008969814516603947, -0.044811543077230453, 0.007234024349600077, 0.0451868511736393, 0.024901557713747025, -0.00610810611397028, 0.0020641833543777466, -0.04484907537698746, -0.024826496839523315, 0.015181129798293114, 0.06620398908853531, -0.06293882429599762, -0.05291815474629402, 0.024845261126756668, -0.04529944062232971, -0.050103358924388885, 0.04244711622595787, 0.01704827882349491, 0.043985869735479355, -0.05543270707130432, 0.026928210631012917, 0.044248584657907486, 0.06605386734008789, -0.002340971492230892, -0.04087083041667938, 0.02142997644841671, -0.012066089548170567, -0.0787392109632492, -0.035447657108306885, 0.04162144288420677, -0.032689157873392105, 0.03818739205598831, -0.025239333510398865, 0.021655159071087837, 0.008556977845728397, -0.008322412148118019, 0.02392576076090336, 0.02602747455239296, 0.005010336171835661, 0.0393320769071579, 0.043985869735479355, 0.015781620517373085, 0.0027889932971447706, 0.049690522253513336, 0.02127985469996929, -0.016147542744874954, 0.017836419865489006, 0.04049552604556084, -0.009377960115671158, 0.015256191603839397, 0.05749689042568207, -0.022612189874053, 0.0737101137638092, -0.030587444081902504, -0.05130434036254883, 0.04702584818005562, -0.04192168638110161, 0.02602747455239296, 0.009917463175952435, -0.01811790093779564, -0.02704080194234848, -0.019947517663240433, 0.011024615727365017, 0.01934702694416046, -0.04263477027416229, -0.010236472822725773, 0.04128366708755493, -0.055620357394218445, -0.09765464067459106, -0.008298954926431179, 0.06721731275320053, -0.08061574399471283, 0.0009963202755898237, -0.03130052611231804, 0.07412295043468475, -0.03801850602030754, 0.0025802291929721832, -0.019168756902217865, -0.010142646729946136, 0.03906936198472977, -0.09525267779827118, 0.010452274233102798, 0.025070445612072945, -0.07686268538236618, -0.04319772869348526, -0.035447657108306885, 0.0435355044901371, -0.022837374359369278, -0.049090031534433365, -0.043310318142175674, -0.022330710664391518, 0.0073325419798493385, -0.10568618774414062, 0.02653413824737072, 0.028354372829198837, 0.025333158671855927, 0.04237205535173416, 0.0418466255068779, -0.03617950528860092, -0.046500422060489655, 0.013539166189730167, 0.0017768396064639091, 0.04409846290946007, 0.015715941786766052, -0.017301609739661217, 0.026140067726373672, -0.001713506761007011, -0.024713903665542603, 0.04327278956770897, 0.09112431108951569, -0.005685886833816767, 0.02964917942881584, 0.011737696826457977, 0.024976618587970734, 0.07888933271169662, -0.07097037881612778, -0.0037413323298096657, 0.009692278690636158, 0.02234947681427002, -0.002065356122329831, 0.000944715749938041, -0.01000190619379282, 0.01058363076299429, 0.034378036856651306, -0.021561333909630775, 0.020979609340429306, 0.004954040050506592, -0.017761358991265297, 0.0031384970061481, -0.01167201902717352, -0.03415285050868988, -0.016550997272133827, -0.003914911299943924, -0.032013606280088425, 0.05333099141716957, -0.00440280931070447, -0.012281890958547592, 0.0003154916630592197, 0.05599566549062729, -0.10275880247354507, -0.012281890958547592, 0.009945610538125038, 0.013501635752618313, -0.012178681790828705, 0.04631276801228523, 0.002071220427751541, -0.06121242046356201, 0.020623067393898964, -0.004740584641695023, -0.015434461645781994, -0.05727170407772064, -0.03798097372055054, -0.01687939092516899, 0.03584172949194908, -0.006248846184462309, 0.07513627409934998, -0.004060342442244291, -0.007764144334942102, 0.0627511739730835, -0.001865974860265851, -0.029855597764253616, -0.06016156077384949, -0.029574118554592133, -0.04781399294734001, -0.02420724183320999, 0.028992393985390663, 0.057722073048353195, -0.03206990286707878, -0.011840905994176865, 0.034715812653303146, -0.001503569888882339, 0.0711955577135086, -0.044398706406354904, -0.05381888896226883, -0.028316842392086983, 0.019947517663240433, 0.0010010116966441274, 0.06200056150555611, 0.04222193360328674, 0.011944115161895752, 0.04698831960558891, -0.010883876122534275, -0.03071880154311657, -0.0038046652916818857, 0.016757415607571602, -0.0003219422360416502, -0.007102667354047298, 0.1122165098786354, 0.023456629365682602, -0.03944466635584831, 0.027247220277786255, -0.010292768478393555, 0.03197607770562172, -0.027941536158323288, 0.02319391444325447, -0.013389043509960175, -0.02169269137084484, -0.0393696054816246, -0.023419098928570747, 0.047588810324668884, 0.024132179096341133, 0.026665495708584785, 0.058810461312532425, -0.046500422060489655, 0.01649470068514347, -0.004581079818308353, 0.0322200246155262, 0.10103239119052887, 0.012263125739991665, -0.005934527143836021, -0.01066807471215725, 0.06586621701717377, 0.044398706406354904, -0.024226006120443344, -0.01514359936118126, -0.015678411349654198, -0.015256191603839397, -0.06740497052669525, 0.01565026305615902, 0.012732258066534996, -0.02126108855009079, 0.004930583294481039, 0.007679700385779142, -0.01586606353521347, -0.04620017483830452, -0.034603219479322433, 0.048677194863557816, -0.016119396314024925, 0.01741420105099678, 0.013623610138893127, -0.057722073048353195, 0.03345853462815285, -0.013783114962279797, -0.0037952824495732784, -0.02244330197572708, 0.009265368804335594, -0.024638842791318893, -0.05385642126202583, 0.02368181198835373, 0.031675830483436584, -0.030756331980228424, 0.007459207903593779, 0.0242635365575552, -0.055282581597566605, 0.021223558112978935, -0.013285834342241287, -0.04394834116101265, 0.014505579136312008, -0.013783114962279797, 0.004327747970819473, 0.029949422925710678, 0.09607835114002228, 0.0326516292989254, 0.051942359656095505, 0.007956488989293575, 0.021317385137081146, -0.038468871265649796, 0.07310961931943893, -0.09968128800392151, -0.010142646729946136, -0.011024615727365017, -0.03951972723007202, 0.029029924422502518, 0.01586606353521347, 0.026552904397249222, 0.0023890577722340822, 0.06732990592718124, 0.06038674712181091, -0.023888230323791504, -0.01319200824946165, -0.0007212913478724658, 0.021974170580506325, -0.014805824495851994, -0.03548518940806389, 0.03039979189634323, -0.004060342442244291, 0.03141311928629875, 0.08226709067821503, 0.07566170394420624, -0.019628508016467094, -0.012666579335927963, -0.025577107444405556, -0.005249593406915665, -0.03766196221113205, 0.03441556543111801, 0.044398706406354904, -0.015181129798293114, -0.020810721442103386, -0.010076967999339104, -0.07524886727333069, -0.0443611778318882, 0.014364839531481266, 0.0021826394367963076, 0.06087464466691017, 0.0057093435898423195, -0.07108297199010849, 0.043235257267951965, -0.004691325593739748, -0.02251836471259594, -0.0018706661649048328, -0.04886484891176224, 0.004090836271643639, -0.028579557314515114, 0.06233833730220795, -0.06579115241765976, -0.021748986095190048, 0.034772105515003204, 0.032276321202516556, -0.015734706073999405, -0.03313952684402466, 0.08046562224626541, 0.02420724183320999, -0.041471321135759354, 0.012113003060221672, 0.03465951606631279, -0.007318468298763037, 0.011568809859454632, 0.02745363861322403, -0.048339422792196274, -0.024920322000980377, -0.01744234934449196, -0.002477020025253296, -0.005878231022506952, 0.013548549264669418, -0.014252247288823128, 0.0010883875656872988, -0.0033050389029085636, 0.020867018029093742, 0.025633404031395912, 0.009945610538125038, -0.03206990286707878, -0.014120890758931637, 0.0636143758893013, -0.03030596487224102, 0.05558282881975174, 0.010386595502495766, 0.024226006120443344, 0.04252217710018158, -0.019065547734498978, 0.010161411948502064, 0.02822301536798477, -0.003427013522014022, 0.09337615221738815, -0.0007394702406600118, 0.046087585389614105, -0.05029101297259331, 0.03349606692790985, 0.028692148625850677, 0.05321839824318886, -0.002857017330825329, -0.0359918512403965, -0.00019688908651005477, -0.08114117383956909, -0.05449444055557251, -0.05614578723907471, -0.006952544674277306, -0.015378165990114212, -0.02645907737314701, 0.07768835872411728, 0.002835906343534589, -0.037530604749917984, 0.07577429711818695, 0.0009705180418677628, -0.05933588743209839, 0.04946533963084221, 0.014618171378970146, -0.03355236351490021, -0.0887223556637764, -0.06466523557901382, 0.10200818628072739, -0.027660056948661804, 0.01661667600274086, 0.001957455649971962, -0.04240958392620087, 0.04777646064758301, 0.01753617636859417, -0.008219202980399132, 0.04766387119889259, 0.009786105714738369, 0.03801850602030754, -0.0519048273563385, 0.08361819386482239, -0.015678411349654198, 0.05351864546537399, -0.021354915574193, 0.02696574106812477, 0.0024160328321158886, 0.02370057813823223, 0.009664131328463554, -0.007402912247925997, 0.004395772237330675, 0.036798760294914246, -0.02075442485511303, -0.026815617457032204, 0.03873158618807793, -0.04848954454064369, -0.052355196326971054, 0.04646288976073265, -0.027660056948661804, -0.015537670813500881, -0.04117107391357422, 0.03617950528860092, -0.021542567759752274, 0.018352465704083443, -0.013313982635736465, -0.060724519193172455, -0.040570586919784546, 0.005197988823056221, -0.009148085489869118, -0.03447186201810837, 0.018202343955636024, -0.0017909136367961764, -0.021298618987202644, 0.058059848845005035, 0.056633684784173965, 0.019140608608722687, -0.023175150156021118, 0.008871297352015972, -0.008589817211031914, -0.026721792295575142, 0.03644222021102905, -0.0019598014187067747, 0.06057439744472504, 0.0355977788567543, -0.06680447608232498, -0.012582135386765003, 0.0035325682256370783, -0.025089209899306297, 0.014862120151519775, -0.010245855897665024, 0.014796441420912743, -0.00967351347208023, -0.012103620916604996, 0.011437452398240566, -0.02403835393488407, -0.06793040037155151, 0.016016187146306038, -0.1272287517786026, -0.03482840210199356, 0.029330167919397354, 0.03492223098874092, 0.03366495296359062, 0.014392987824976444, -0.025989944115281105, 0.03274545446038246, 0.044323645532131195, -0.012957441620528698, 0.08782161772251129, -0.002556772669777274, 0.007914266549050808, -0.018277404829859734, 0.005188606213778257, -0.025558343157172203, 0.062413398176431656, -0.04293501377105713, -0.056558623909950256, -0.011099676601588726, 0.024638842791318893, 0.03751184046268463, -0.05599566549062729, 0.014965329319238663, -0.017667533829808235, 0.028279311954975128, -0.0030681269709020853, -0.049840644001960754, -0.022387007251381874, -0.013248303905129433, 0.06121242046356201, -0.041734036058187485, 0.012741641141474247, -0.012234977446496487, -0.058735400438308716, -0.05899811163544655, 0.03664863854646683, -0.011850289069116116, 0.020360354334115982, 0.016926303505897522, -0.007402912247925997, 0.03415285050868988, 0.01084634568542242, -0.006703904364258051, -0.0011329551925882697, 0.0292926374822855, -0.02796030230820179, 0.04229699447751045, 0.008134759031236172, -0.026834383606910706, 0.040045157074928284, -0.005071323364973068, 0.06661682575941086, 0.03131929039955139, 0.01376434974372387, 0.06312648206949234, -0.018605798482894897, -0.004341822117567062, -0.0021978861186653376, -0.018268022686243057, 0.050778910517692566, 0.034959759563207626, 0.01884036511182785, 0.008514756336808205, -0.008918209932744503, -0.017864568158984184, 0.003985281102359295, -0.005854774732142687, 0.004154169000685215, 0.07217135280370712, -0.034772105515003204, 0.05408160388469696, -0.0010449928231537342, -0.008106610737740993, -0.033026933670043945, 0.007154271937906742, -0.06117488816380501, 0.038806647062301636, -0.01853073760867119, -0.008997962810099125, -0.014683850109577179, 0.020791955292224884, -0.020191466435790062, -0.012844850309193134, -0.08834704756736755, -0.017226548865437508, 0.03340223804116249, -0.019187523052096367, 0.03700517863035202, 0.03631086274981499, -0.01066807471215725, -0.018352465704083443, 0.05547023564577103, -0.024807730689644814, -0.025220567360520363, 0.00481330044567585, 0.012478926219046116, 0.0002696046431083232, 0.012572753243148327, -0.01059301383793354, -0.01799592562019825, -0.03004324994981289, 0.027566229924559593, 0.029780536890029907, -0.011944115161895752, 0.030005719512701035, 0.004409846384078264, 0.007492047268897295, 0.018802834674715996, 0.022724783048033714, 0.009349812753498554, -0.012525839731097221, -0.006764891557395458, -0.035954322665929794, -0.015350017696619034, -0.002262391848489642, 0.007581182289868593, -0.028016597032546997, 0.006854027044028044, 0.03876911476254463, -0.02159886434674263, -0.06230080500245094, -0.019140608608722687, 0.03248273953795433, 0.005807861220091581, -0.01440236996859312, -0.0054419380612671375, 0.00008363754022866488, 0.04766387119889259, 0.014627553522586823, 0.003799973987042904, 0.0008772779256105423, -0.019018635153770447, 0.005057249218225479, 0.019872456789016724, 0.004252686630934477, -0.05396901071071625, 0.015425079502165318, -0.012253742665052414, 0.02921757660806179, 0.012347569689154625, -0.04128366708755493, -0.00814883317798376, -0.030906453728675842, -0.09667884558439255, -0.004238612949848175, 0.010790049098432064, 0.012619666755199432, 0.012263125739991665, -0.018324319273233414, 0.04421105608344078, 0.03798097372055054, 0.008233277127146721, -0.023062556982040405, -0.07247160375118256, 0.0038046652916818857, -0.012535222806036472, 0.042672298848629, -0.028354372829198837, -0.02687191404402256, -0.05299321562051773, 0.047175973653793335, -0.05565788969397545, 0.04462389275431633, 0.007506121415644884, 0.005892305169254541, 0.012281890958547592, 0.0263840164989233, -0.012732258066534996, -0.02938646450638771, -0.06913137435913086, 0.01058363076299429, 0.07239653915166855, 0.041321199387311935, -0.02696574106812477, 0.058472685515880585, 0.004172934219241142, -0.09525267779827118, -0.0385064035654068, -0.009223146364092827, 0.0171514879912138, -0.05565788969397545, 0.0040040467865765095, 0.0032323235645890236, 0.00333787826821208, 0.0034152851440012455, -0.017207782715559006, -0.0057515655644237995, -0.015303105115890503, 0.04177156463265419, -0.021730221807956696, -0.03572913631796837, -0.023906996473670006, -0.03587925806641579, 0.005155766848474741, -0.06597880274057388, -0.01591297797858715, 0.029574118554592133, 0.004172934219241142, 0.03330841287970543, 0.005277741700410843, 0.013998916372656822, 0.02082948572933674, 0.050516195595264435, -0.0393696054816246, 0.05014089122414589, 0.04117107391357422, -0.0009834191296249628, 0.027416108176112175, 0.010696223005652428, 0.0006814150838181376, -0.021467506885528564, -0.039632320404052734, 0.007107358425855637, -0.03283927962183952, -0.028917331248521805, -0.014552492648363113, -0.023719342425465584, -0.0184087622910738, 0.011906584724783897, -0.015453226864337921, 0.012422630563378334, -0.03865652531385422, 0.05348111316561699, -0.07044494897127151, -0.060649458318948746, 0.020885782316327095, -0.01431792601943016, 0.007323159370571375, 0.006980692967772484, 0.00452947523444891, 0.008172289468348026, 0.012816702015697956, -0.036611106246709824, 0.014177186414599419, 0.06504054367542267, -0.004510709550231695, -0.03944466635584831, -0.012544604949653149, 0.004921200685203075, 0.027847709134221077, -0.03951972723007202, 0.0018167159287258983, -0.09450206905603409, 0.04263477027416229, -0.02820425108075142, -0.04451129958033562, 0.0175830889493227 ]
22,848
stubalyzer.lookup
lookup_symbol
Find the given symbol in the symbol map. Ideally the symbol is just found under the exact same ``fullname``. If not and the symbol is a method, this will take the symbol's class and look it up in the map and then try to resolve the symbol on that class using its method resolution order. If the result of the lookup has a different ``fullname`` than the original symbol the given symbol is defined at a different point in the class hierarchy than expected. :param symbol_map: Dictionary for looking up symbols by their full name :param symbol_to_lookup: Symbol to search for :return: The found symbol (if any) and the class it was found on (if any)
def lookup_symbol( symbol_map: Dict[str, RelevantSymbolNode], symbol_to_lookup: SymbolNode ) -> LookupResult: """ Find the given symbol in the symbol map. Ideally the symbol is just found under the exact same ``fullname``. If not and the symbol is a method, this will take the symbol's class and look it up in the map and then try to resolve the symbol on that class using its method resolution order. If the result of the lookup has a different ``fullname`` than the original symbol the given symbol is defined at a different point in the class hierarchy than expected. :param symbol_map: Dictionary for looking up symbols by their full name :param symbol_to_lookup: Symbol to search for :return: The found symbol (if any) and the class it was found on (if any) """ fail = LookupResult(None, None) symbol = symbol_map.get(symbol_to_lookup.fullname) if symbol: return LookupResult(symbol, get_symbol_class(symbol)) # Check if we have a class on the symbol we're looking up cls_to_lookup = getattr(symbol_to_lookup, "info", None) if not cls_to_lookup or cls_to_lookup == FUNC_NO_INFO: return fail symbol_cls = symbol_map.get(cls_to_lookup.fullname) if not symbol_cls or not isinstance(symbol_cls, TypeInfo): return fail found_symbol_table_node = symbol_cls.get(symbol_to_lookup.name) if not found_symbol_table_node or not found_symbol_table_node.node: return fail return LookupResult( found_symbol_table_node.node, get_symbol_class(found_symbol_table_node.node) )
(symbol_map: Dict[str, Union[mypy.nodes.Decorator, mypy.nodes.FuncDef, mypy.nodes.OverloadedFuncDef, mypy.nodes.Var, mypy.nodes.TypeInfo, mypy.nodes.TypeVarExpr, mypy.nodes.TypeAlias]], symbol_to_lookup: mypy.nodes.SymbolNode) -> stubalyzer.lookup.LookupResult
[ 0.05480485036969185, -0.03827235847711563, 0.03579612448811531, 0.006918884813785553, -0.0212846752256155, -0.022886943072080612, 0.005617042072117329, -0.021357504650950432, 0.03368404507637024, -0.07508810609579086, -0.014383997768163681, -0.0031385335605591536, 0.0448635071516037, -0.03599641099572182, -0.006873365957289934, 0.030825452879071236, 0.01973702944815159, 0.06602072715759277, -0.06372657418251038, 0.011370641179382801, 0.029951488599181175, 0.08746927231550217, 0.05149107053875923, -0.027548085898160934, -0.019809860736131668, 0.008088722825050354, 0.05276560038328171, 0.024598456919193268, 0.004381201695650816, -0.04908766970038414, -0.039401229470968246, 0.0006355587393045425, -0.032773666083812714, 0.07042696326971054, -0.010196251794695854, 0.00157495669554919, 0.04005670174956322, 0.05618862807750702, 0.031954325735569, -0.023032603785395622, -0.037289150059223175, 0.02454383485019207, -0.0028312804643064737, -0.004406237043440342, -0.0043425108306109905, 0.005403102841228247, -0.06824205815792084, -0.009049173444509506, 0.02925959974527359, -0.002230430021882057, 0.014866499230265617, -0.09169343113899231, -0.015795085579156876, -0.0017968617612496018, 0.02157599665224552, -0.006363553460687399, -0.01332795713096857, -0.015394519083201885, -0.0071692392230033875, 0.035031408071517944, 0.07610773295164108, -0.016732776537537575, -0.028567712754011154, 0.03943764418363571, -0.017615845426917076, 0.00019189095473848283, -0.008871649391949177, -0.05538749322295189, -0.04005670174956322, 0.0056989761069417, 0.01668725721538067, -0.016304899007081985, -0.03251875936985016, -0.0212846752256155, 0.06758657842874527, -0.02621893212199211, 0.05542391166090965, -0.11412518471479416, 0.0047521814703941345, -0.020082974806427956, -0.023724492639303207, -0.05946599692106247, -0.01183493435382843, -0.04136765003204346, -0.048541441559791565, 0.02621893212199211, 0.09671872854232788, -0.011616443283855915, -0.033228855580091476, -0.0389278307557106, -0.0873236134648323, -0.003475374076515436, 0.004670247435569763, 0.05451352894306183, 0.004952465184032917, -0.05458636209368706, 0.05469560623168945, -0.028276389464735985, -0.04886917769908905, -0.008885304443538189, 0.09853948652744293, -0.009704646654427052, -0.0056124902330338955, 0.02525392919778824, 0.019773444160819054, 0.003885044949129224, -0.010605921968817711, 0.0404936857521534, -0.015112301334738731, -0.00421050563454628, -0.06744091957807541, -0.028731580823659897, -0.004071672912687063, 0.036415185779333115, -0.012608757242560387, -0.008612191304564476, 0.032354891300201416, 0.049706727266311646, -0.01669636182487011, 0.008316317573189735, -0.012080737389624119, -0.002799417357891798, 0.003969254903495312, -0.0733765959739685, 0.04814087226986885, -0.04992521554231644, 0.007701811380684376, 0.025727327913045883, 0.015267065726220608, 0.011479887180030346, 0.06853337585926056, 0.0009035517578013241, -0.03421206399798393, 0.08688662946224213, 0.015166924335062504, 0.07836547493934631, -0.07865680009126663, 0.04231444373726845, -0.016095511615276337, 0.013819562271237373, 0.07341301441192627, -0.06511034816503525, -0.04009311646223068, -0.0159771628677845, -0.048322949558496475, -0.0217034500092268, -0.026619499549269676, -0.011443471536040306, -0.00036984169855713844, -0.000962726422585547, -0.05713542550802231, -0.028986485674977303, 0.00631348229944706, 0.06678544729948044, -0.05185522139072418, -0.02250458300113678, 0.06835129857063293, 0.019791653379797935, -0.02381552942097187, -0.01620475761592388, 0.01640504039824009, -0.019136179238557816, -0.024270720779895782, -0.10837158560752869, 0.009254008531570435, -0.04566464200615883, -0.024143267422914505, 0.01295470166951418, 0.023123642429709435, 0.011844038963317871, -0.0844103991985321, -0.024307135492563248, -0.006140510551631451, 0.03330168500542641, 0.08411907404661179, -0.0660935565829277, -0.026382800191640854, -0.08630398660898209, 0.01640504039824009, -0.02432534284889698, 0.0418410450220108, 0.017451977357268333, -0.04118557274341583, -0.02004655823111534, -0.05025295540690422, 0.09060097485780716, -0.015940746292471886, 0.017160655930638313, -0.005976642016321421, 0.03900066390633583, 0.00013620132813230157, -0.007751882076263428, 0.012572342529892921, 0.04238727316260338, 0.026674121618270874, -0.0551690049469471, 0.016450559720396996, 0.08630398660898209, -0.034375932067632675, 0.06419996917247772, -0.007610773667693138, 0.030679792165756226, 0.020228635519742966, 0.06733167171478271, -0.042569350451231, 0.023287510499358177, 0.05258352681994438, 0.021248260512948036, 0.017078721895813942, -0.03954688832163811, -0.04213236644864082, -0.02352420799434185, 0.005466829519718885, -0.019154386594891548, -0.011279603466391563, 0.028986485674977303, 0.04023877903819084, 0.006950748153030872, -0.03326527029275894, -0.003987462725490332, 0.004215057473629713, -0.020865900442004204, 0.02678336761891842, 0.0557880625128746, -0.0034548905678093433, -0.002130288165062666, -0.05531466379761696, 0.01625937968492508, 0.03594178706407547, -0.05323899909853935, 0.01779792085289955, -0.027675539255142212, 0.0022008426021784544, -0.022632036358118057, 0.029805827885866165, -0.06274336576461792, 0.03260979801416397, 0.023251095786690712, 0.058628447353839874, -0.011989699676632881, -0.0030452196951955557, 0.025836573913693428, -0.03330168500542641, 0.026983652263879776, -0.011379744857549667, -0.03186328709125519, -0.01939108595252037, -0.024361757561564445, -0.0019447983941063285, -0.01328243874013424, 0.0159771628677845, -0.0017297212034463882, 0.04828653484582901, -0.01668725721538067, 0.05669844150543213, -0.06332600861787796, -0.06106826290488243, -0.022850528359413147, 0.0021541856694966555, 0.04821370542049408, -0.07308527082204819, 0.04963389411568642, 0.07756434381008148, -0.025800157338380814, -0.0132460230961442, -0.03983820974826813, -0.038527265191078186, 0.031335264444351196, 0.0019573161844164133, 0.012572342529892921, 0.07938510179519653, -0.012326539494097233, -0.013837769627571106, 0.05655277892947197, 0.004271956160664558, 0.025599874556064606, 0.0031043945346027613, 0.013728524558246136, 0.037944622337818146, -0.02731138840317726, -0.02621893212199211, -0.04165897145867348, -0.0551690049469471, -0.0020984250586479902, 0.025090061128139496, 0.05830071121454239, -0.028931863605976105, 0.01902693323791027, 0.08375492691993713, 0.020665617659687996, 0.01620475761592388, 0.02803969196975231, 0.004217333626002073, 0.028986485674977303, -0.023924775421619415, 0.0020938729867339134, -0.016441455110907555, 0.014948433265089989, 0.025891195982694626, -0.008448322303593159, -0.04220519959926605, -0.008252590894699097, 0.024616664275527, 0.010542196221649647, 0.0008898960659280419, 0.005566971376538277, 0.04078500717878342, -0.029824035242199898, -0.022595621645450592, 0.057171840220689774, -0.012845456600189209, 0.03470367193222046, 0.003782627172768116, 0.004242368973791599, 0.005589730571955442, 0.021175429224967957, -0.049233328551054, -0.026164310052990913, 0.022031186148524284, 0.04045727103948593, -0.013200503773987293, 0.030843660235404968, 0.007742778398096561, 0.020137596875429153, -0.0036278627812862396, -0.045264072716236115, -0.048031628131866455, -0.003500409657135606, 0.04289708659052849, -0.07184715569019318, 0.022340714931488037, -0.024744117632508278, 0.06478261202573776, -0.022322507575154305, -0.007829264737665653, 0.03697961941361427, -0.026237139478325844, 0.015103197656571865, 0.00921759381890297, 0.04009311646223068, 0.06208788976073265, -0.020283257588744164, -0.021794486790895462, -0.0217034500092268, 0.00018065345648210496, 0.006040368694812059, 0.0015943022444844246, -0.01066964864730835, -0.014811876229941845, -0.037798959761857986, -0.012262812815606594, -0.06274336576461792, -0.006823295261710882, -0.011079319752752781, 0.01692395657300949, 0.014329374767839909, 0.021321089938282967, 0.004620176274329424, 0.01574956625699997, -0.02214043214917183, 0.025290345773100853, -0.007669948041439056, -0.06259769946336746, -0.07545226067304611, 0.009741061367094517, -0.029824035242199898, -0.022741282358765602, 0.044390108436346054, -0.033283479511737823, -0.051090504974126816, 0.020082974806427956, -0.04253293573856354, -0.03668829798698425, -0.027784785255789757, -0.04457218572497368, 0.028494881466031075, 0.04420803487300873, -0.011416160501539707, 0.00026756623992696404, 0.0015009883791208267, 0.058555614203214645, -0.02620072476565838, -0.05706259235739708, 0.030515924096107483, 0.00172858324367553, -0.019354669377207756, 0.01975523680448532, 0.012590549886226654, 0.06616638600826263, 0.05677127093076706, 0.007588014006614685, -0.017388250678777695, 0.04158613830804825, 0.02853129617869854, -0.009868514724075794, 0.025891195982694626, 0.04005670174956322, -0.0404936857521534, -0.03565046563744545, 0.025690913200378418, 0.028731580823659897, -0.0014156402321532369, 0.027183935046195984, 0.004126295447349548, 0.04355255886912346, 0.0389278307557106, -0.016732776537537575, 0.011115734465420246, -0.022996189072728157, -0.007970373146235943, -0.015312585048377514, -0.03761688619852066, -0.01858995109796524, -0.04544615000486374, -0.08914437144994736, 0.03798103705048561, -0.030315641313791275, 0.043807465583086014, -0.004834115505218506, -0.0381995290517807, 0.022395338863134384, -0.09526211768388748, -0.004902394022792578, 0.0029154906515032053, 0.0049888803623616695, -0.021958356723189354, 0.043224822729825974, 0.00584463682025671, -0.016860229894518852, 0.06201505661010742, -0.032354891300201416, 0.0016056820750236511, -0.029569128528237343, -0.03499499335885048, 0.05786372721195221, -0.04264217987656593, -0.03725273162126541, -0.015594802796840668, -0.026528460904955864, -0.01280904095619917, -0.04879634827375412, 0.034667253494262695, -0.024798739701509476, 0.038600094616413116, -0.01721527799963951, -0.013082155026495457, 0.002785761607810855, 0.00962271261960268, -0.008029548451304436, -0.007638084702193737, -0.03994745761156082, -0.08666814118623734, 0.05458636209368706, 0.03585074841976166, 0.023615246638655663, -0.05458636209368706, -0.05560598522424698, 0.0662028044462204, 0.03384791314601898, -0.005357583984732628, -0.0381995290517807, -0.007510631810873747, 0.02823997475206852, -0.013291542418301105, -0.034958574920892715, 0.08040472865104675, 0.049233328551054, -0.007269381079822779, 0.024307135492563248, -0.014393101446330547, 0.042715009301900864, 0.003675657557323575, 0.01931825466454029, -0.012909182347357273, 0.008885304443538189, 0.019063347950577736, -0.02600044198334217, 0.016532493755221367, -0.011124839074909687, -0.0048250118270516396, 0.016377728432416916, -0.051964469254016876, -0.016323106363415718, 0.0075515988282859325, 0.061832983046770096, -0.051454655826091766, 0.009841203689575195, 0.03776254504919052, -0.0331014022231102, -0.005334824323654175, -0.025017231702804565, 0.005207371432334185, 0.02002835087478161, 0.0004978638608008623, -0.022886943072080612, -0.002492164261639118, 0.033429138362407684, 0.020155804231762886, -0.06128675490617752, -0.06478261202573776, 0.03475829213857651, 0.015003056265413761, 0.00914931483566761, 0.04187746345996857, 0.002512647770345211, -0.0015294377226382494, -0.005025295540690422, 0.026528460904955864, 0.04697558656334877, 0.03878217190504074, -0.0024079540744423866, 0.01742466539144516, 0.03501319885253906, 0.017388250678777695, 0.03388432785868645, 0.04173180088400841, -0.003188604488968849, -0.03889141604304314, -0.014538762159645557, 0.0008466530125588179, -0.03128064423799515, -0.0023942983243614435, -0.009053724817931652, -0.02381552942097187, 0.026910820975899696, -0.048031628131866455, 0.004205953795462847, 0.059502411633729935, -0.02286873571574688, -0.045846715569496155, -0.005148196592926979, 0.0021598755847662687, -0.011352433823049068, -0.017479287460446358, 0.031189605593681335, 0.038818586617708206, 0.029204977676272392, -0.02838563546538353, -0.05345749109983444, 0.007619877345860004, 0.016013577580451965, 0.04930615797638893, -0.03499499335885048, -0.002161013660952449, 0.021084392443299294, -0.006773224100470543, -0.06012146919965744, -0.04154972359538078, -0.023141849786043167, -0.014292960055172443, 0.023069018498063087, 0.05440428480505943, 0.048541441559791565, -0.0029154906515032053, 0.018790235742926598, 0.010569507256150246, 0.004278784152120352, 0.015358103439211845, -0.024653078988194466, 0.032864704728126526, -0.0108517250046134, 0.04205953702330589, 0.05218295753002167, -0.006295274943113327, -0.003951047547161579, -0.01975523680448532, -0.0012995668221265078, -0.01698768325150013, 0.03610565513372421, -0.015931643545627594, 0.0001650063059059903, 0.04435369372367859, 0.018844857811927795, 0.05713542550802231, 0.026382800191640854, 0.011197669431567192, 0.049269743263721466, -0.04275142773985863, 0.028003277257084846, -0.03545018285512924, -0.024507418274879456, 0.029168562963604927, -0.014028949663043022, 0.05815504863858223, 0.01917259395122528, -0.022195054218173027, -0.04307916387915611, -0.01924542523920536, 0.0007760986336506903, -0.061468832194805145, -0.01713334396481514, -0.04260576516389847, -0.005817325785756111, -0.005266545806080103, -0.003163569141179323, 0.011206773109734058, -0.05946599692106247, 0.08251680433750153, 0.015567490831017494, 0.005334824323654175, -0.009049173444509506, -0.02722034975886345, 0.038235943764448166, -0.025399591773748398, 0.04821370542049408, 0.007943062111735344, 0.016814710572361946, -0.018717404454946518, -0.004897842183709145, -0.008393700234591961, 0.007401386275887489, -0.06416355073451996, 0.05221937224268913, 0.04016594961285591, -0.0027015514206141233, -0.023414963856339455, 0.03504961356520653, -0.0104602612555027, 0.004406237043440342, -0.0005923157441429794, -0.04042085260152817, -0.018935896456241608, 0.020884107798337936, 0.03608744591474533, 0.016304899007081985, 0.08666814118623734, -0.0063089304603636265, -0.0017126515740528703, -0.003423027228564024, -0.03377508372068405, -0.038235943764448166, 0.03417564928531647, 0.010287289507687092, -0.03441235050559044, -0.06325317174196243, -0.026528460904955864, 0.08404624462127686, 0.010824413038790226, -0.027693746611475945, 0.10509422421455383, -0.07221131026744843, 0.004278784152120352, -0.04697558656334877, 0.06638488173484802, 0.007833816111087799, -0.02620072476565838, 0.006846054457128048, -0.01310036238282919, 0.06893394142389297, 0.03304677829146385, -0.023833738639950752, 0.03697961941361427, -0.009604504331946373, 0.056953348219394684, 0.09562627226114273, -0.059793733060359955, -0.04384388029575348, -0.06634846329689026, -0.0013758111745119095, 0.019919104874134064, -0.022195054218173027, -0.03397536650300026, -0.039911042898893356, 0.004413065034896135, -0.06358090788125992, -0.0002953043731395155, 0.02823997475206852, -0.007178343366831541, 0.013054843060672283, -0.01807103492319584, 0.02541779913008213, -0.004337958991527557, 0.00571718392893672, -0.04406237229704857, -0.05374881252646446, 0.023633453994989395, 0.01183493435382843, 0.030515924096107483, 0.02592761069536209, -0.010469365864992142, 0.0441352017223835, 0.00018620108312461525, -0.021812696009874344, 0.06955300271511078, 0.03339272364974022, 0.04937899112701416, -0.01591343618929386, 0.00493880920112133, -0.007278484757989645, -0.04005670174956322, 0.024634871631860733, -0.03983820974826813, -0.008175209164619446, 0.012690691277384758, -0.06350807845592499, 0.034011781215667725, -0.048832762986421585, -0.05575164780020714, 0.032846495509147644, -0.003222743747755885, 0.026018649339675903, -0.0039100805297493935, 0.005034399218857288, -0.04814087226986885, -0.002799417357891798, 0.03362942114472389, -0.05047144368290901, 0.015103197656571865, -0.005626145750284195, 0.049488235265016556, -0.011215876787900925, -0.08207982778549194, 0.022486375644803047, -0.03672471269965172, -0.021648826077580452, -0.05560598522424698, -0.05440428480505943, 0.0033137816935777664, -0.020082974806427956, 0.057900141924619675, 0.0260732714086771, -0.07363150268793106, 0.056443534791469574, 0.02068382501602173, 0.04151330888271332, 0.02969658188521862, 0.02541779913008213, 0.003937391564249992, -0.022449960932135582, 0.046866342425346375, -0.025745535269379616, 0.048104457557201385, -0.08564851433038712, 0.01205342635512352, -0.0463201142847538, -0.059065427631139755, -0.031626585870981216, -0.008757852017879486, 0.04544615000486374, 0.029350638389587402, -0.03475829213857651, 0.019991936162114143, -0.002444369252771139, -0.009486155584454536, -0.007906646467745304, 0.014028949663043022, -0.022104017436504364, -0.025308553129434586, 0.019008725881576538, 0.009968657046556473, 0.04136765003204346, 0.03290111944079399, 0.005639801733195782, 0.012563238851726055, 0.020592786371707916, 0.023578831925988197, -0.05902901291847229, 0.001998283201828599, 0.00886254571378231, -0.00497067254036665, 0.00979568436741829, 0.004476791713386774, -0.018826650455594063, -0.015567490831017494, -0.01262696459889412, -0.026983652263879776, -0.046866342425346375, -0.026382800191640854 ]
22,851
xqute.defaults
JobStatus
The status of a job Life cycles: ........................queued in scheduler INIT -> QUEUED -> SUBMITTED -> RUNNING -> FINISHED (FAILED) INIT -> QUEUED -> SUBMITTED -> RUNNING -> KILLING -> FINISHED INIT -> QUEUED -> SUBMITTED -> KILLING -> FINISHED INIT -> QUEUED -> (CANELED) Attributes: INIT: When a job is initialized RETRYING: When a job is to be retried QUEUED: When a job is queued SUBMITTED: When a job is sumitted RUNNING: When a job is running KILLING: When a job is being killed FINISHED: When a job is finished FAILED: When a job is failed
class JobStatus: """The status of a job Life cycles: ........................queued in scheduler INIT -> QUEUED -> SUBMITTED -> RUNNING -> FINISHED (FAILED) INIT -> QUEUED -> SUBMITTED -> RUNNING -> KILLING -> FINISHED INIT -> QUEUED -> SUBMITTED -> KILLING -> FINISHED INIT -> QUEUED -> (CANELED) Attributes: INIT: When a job is initialized RETRYING: When a job is to be retried QUEUED: When a job is queued SUBMITTED: When a job is sumitted RUNNING: When a job is running KILLING: When a job is being killed FINISHED: When a job is finished FAILED: When a job is failed """ INIT: int = 0 RETRYING: int = 1 QUEUED: int = 2 SUBMITTED: int = 3 RUNNING: int = 4 KILLING: int = 5 FINISHED: int = 6 FAILED: int = 7 @classmethod def get_name(cls, *statuses: int) -> Tuple[str, ...] | str: """Get the name of the status Args: *statuses: The status values Returns: The name of the status if a single status is passed, otherwise a tuple of names """ ret_dict = {} for name, value in cls.__dict__.items(): if value in statuses: ret_dict[value] = name ret_tuple = tuple(ret_dict[status] for status in statuses) if len(ret_tuple) > 1: return ret_tuple return ret_tuple[0] # pragma: no cover
()
[ 0.07998646795749664, -0.005916362628340721, -0.09828145802021027, -0.01212780550122261, 0.003009820356965065, -0.059488214552402496, -0.009570442140102386, -0.014055664651095867, 0.04933744668960571, -0.1012716069817543, -0.020163830369710922, 0.018639247864484787, 0.02508183754980564, -0.02647855132818222, -0.022170376032590866, 0.0189835075289011, 0.05752101168036461, -0.004765549208968878, -0.024609707295894623, 0.007126192562282085, 0.056537412106990814, 0.05323250964283943, 0.04044569283723831, 0.04953416809439659, -0.006127837114036083, 0.00532128382474184, 0.023350698873400688, -0.039580121636390686, -0.0110261719673872, -0.04862925410270691, -0.025022821500897408, 0.012304853647947311, -0.034681785851716995, -0.02285889722406864, 0.008852412924170494, 0.002111054491251707, -0.013740912079811096, 0.09198641031980515, -0.08285858482122421, -0.001502451254054904, 0.004133584909141064, -0.040681757032871246, -0.02639986202120781, -0.037553902715444565, 0.024570364505052567, -0.03470145910978317, 0.01273763831704855, -0.006098329089581966, 0.008817986585199833, -0.08466841280460358, 0.03806537762284279, -0.04146863520145416, 0.0029262143652886152, 0.004030306823551655, -0.03997356444597244, 0.025711340829730034, 0.017350729554891586, 0.03493752330541611, -0.00009482532914262265, 0.008503234013915062, -0.026557238772511482, 0.027206415310502052, 0.005842592567205429, 0.01060322392731905, -0.008409792557358742, -0.029390010982751846, 0.012324525974690914, -0.0054688239470124245, -0.04575714096426964, 0.031081805005669594, 0.041547324508428574, -0.004077028017491102, 0.008886839263141155, -0.018737606704235077, 0.009147493168711662, -0.03066869266331196, -0.08844543993473053, -0.048471879214048386, 0.02795395255088806, -0.016514668241143227, 0.039304714649915695, -0.002636051969602704, -0.01278681866824627, -0.07719304412603378, 0.012216329574584961, -0.021462183445692062, 0.04158666729927063, -0.04945547878742218, -0.05901608616113663, 0.003009820356965065, -0.04701614752411842, 0.01050486322492361, 0.016337620094418526, -0.004632762633264065, 0.00994912814348936, -0.022091688588261604, -0.03657030314207077, -0.0311211496591568, -0.05732429027557373, -0.026242487132549286, -0.0110261719673872, -0.019052360206842422, -0.0598423108458519, -0.0024405610747635365, -0.004531943704932928, -0.04091782122850418, -0.03841947391629219, -0.027344120666384697, 0.022563816979527473, -0.025042492896318436, -0.03354080766439438, -0.013357307761907578, -0.07144881039857864, -0.035311292856931686, 0.019485143944621086, 0.006280295085161924, -0.009604868479073048, -0.012816326692700386, -0.06094394624233246, -0.043671902269124985, 0.04638664424419403, 0.01078027207404375, 0.005832756403833628, 0.017734333872795105, -0.005778658669441938, 0.028032641857862473, -0.04186207801103592, 0.013957304880023003, 0.040052250027656555, -0.026596583425998688, 0.02907525934278965, 0.0026999858673661947, -0.0012995833531022072, 0.04343583807349205, 0.058858711272478104, -0.0062507870607078075, 0.011104860343039036, 0.0985175222158432, -0.03759324550628662, 0.05657675489783287, 0.07841270416975021, -0.05826855078339577, -0.009319623932242393, -0.052642349153757095, 0.03426867350935936, -0.03029492497444153, 0.04438009858131409, 0.030904756858944893, 0.00957536045461893, 0.053743984550237656, 0.0032901468221098185, -0.042452238500118256, 0.002387692453339696, 0.042098142206668854, -0.013249111361801624, -0.014134353026747704, -0.010760599747300148, -0.057284947484731674, 0.020950710400938988, -0.01683925651013851, -0.031042462214827538, -0.017272042110562325, -0.04603254795074463, -0.07620944082736969, -0.009358967654407024, 0.0779799222946167, 0.0064917695708572865, -0.0035557192750275135, -0.023449057713150978, -0.017832694575190544, -0.019475309178233147, 0.01491139829158783, 0.014262220822274685, 0.05901608616113663, -0.0318293422460556, 0.0673963725566864, -0.024767084047198296, 0.052721038460731506, 0.038281768560409546, -0.05000629648566246, -0.04327846318483353, 0.0005631118547171354, -0.07581599801778793, -0.057914454489946365, 0.015501558780670166, 0.05177678167819977, 0.010898304171860218, 0.017016304656863213, 0.034032609313726425, 0.004598336759954691, -0.05909477546811104, -0.046701397746801376, 0.02972443588078022, 0.0673963725566864, 0.002800805028527975, 0.01695728860795498, -0.026557238772511482, 0.03454408422112465, 0.0472128689289093, -0.0005655708373524249, 0.0215605441480875, 0.0636586844921112, -0.0050803013145923615, 0.040681757032871246, 0.02195398509502411, 0.012285182252526283, 0.04473419487476349, 0.02075399085879326, -0.0379670150578022, -0.03841947391629219, -0.0827798992395401, -0.006708161905407906, -0.052170220762491226, 0.05901608616113663, 0.014203204773366451, -0.06877341121435165, 0.0598423108458519, 0.027639200910925865, 0.015580247156322002, 0.006939308252185583, 0.054688241332769394, -0.01749826967716217, 0.05425545573234558, -0.03599981218576431, -0.008080285973846912, -0.0026680189184844494, 0.04418337717652321, -0.0002735641610343009, 0.00003573239519027993, 0.016809748485684395, 0.021186774596571922, -0.054884959012269974, 0.010858959518373013, -0.01797039806842804, -0.03788832575082779, 0.034308020025491714, -0.010937647894024849, 0.004214731976389885, -0.015885163098573685, 0.03119983710348606, 0.00037192428135313094, 0.008458971977233887, -0.0015848277835175395, -0.006137672811746597, 0.039501432329416275, -0.09623556584119797, 0.04390797019004822, 0.040603067725896835, -0.05807182937860489, -0.013386815786361694, -0.07436026632785797, 0.0021516282577067614, 0.016632700338959694, -0.021698247641324997, -0.00255982275120914, -0.08136351406574249, -0.06263574212789536, -0.041429292410612106, 0.030511315912008286, 0.01593434251844883, -0.0038852256257086992, -0.02435397170484066, -0.019514651969075203, 0.022996602579951286, -0.026537567377090454, -0.022937586531043053, 0.023822827264666557, -0.020419565960764885, -0.011763873510062695, 0.0441046878695488, 0.11527808755636215, -0.059684935957193375, -0.044773537665605545, 0.015688443556427956, -0.02740313671529293, -0.00248728203587234, -0.005350791849195957, 0.020694974809885025, -0.03159327805042267, -0.05303578823804855, -0.0038827667012810707, 0.010485191829502583, 0.005370463710278273, -0.004244240000844002, 0.020340878516435623, -0.030767053365707397, -0.012531082145869732, 0.03417031466960907, 0.010839288122951984, 0.018314659595489502, 0.038026031106710434, -0.007686845492571592, 0.026537567377090454, -0.022524472326040268, 0.09017658233642578, 0.00017689456581138074, -0.013426159508526325, 0.0282293614000082, 0.015570410527288914, -0.029212962836027145, 0.054491519927978516, 0.01918022893369198, -0.014655661769211292, -0.07325863838195801, -0.05889805406332016, -0.02815067395567894, 0.0200949776917696, -0.004986859392374754, 0.021049071103334427, -0.0020950711332261562, 0.019603176042437553, -0.0032606387976557016, 0.04335715249180794, -0.007927827537059784, 0.012590098194777966, -0.0061720991507172585, -0.04007192328572273, -0.024885116145014763, 0.015717951580882072, 0.0731799453496933, -0.004458173643797636, 0.014173696748912334, 0.01878678798675537, 0.03566538915038109, -0.033560480922460556, -0.03438670560717583, -0.04343583807349205, 0.06141607463359833, 0.0062409513629972935, 0.005409807898104191, -0.02999984472990036, -0.05118661746382713, 0.03275392949581146, -0.007017996162176132, 0.006393409334123135, 0.00002505109841877129, 0.056065283715724945, 0.04729155823588371, 0.004239322151988745, -0.0690881684422493, 0.07310125976800919, -0.03344244882464409, -0.04528500884771347, 0.03771127760410309, 0.018776951357722282, -0.018176954239606857, 0.026596583425998688, 0.029508043080568314, 0.09836014360189438, 0.030629348009824753, -0.022170376032590866, 0.02333102561533451, -0.04351452738046646, 0.04146863520145416, 0.0448128804564476, -0.03863586485385895, 0.019494980573654175, -0.12015675008296967, 0.06629473716020584, 0.011124532669782639, -0.014340909197926521, -0.015796639025211334, -0.008419628255069256, 0.01759663037955761, -0.026871992275118828, -0.007809795439243317, 0.0007487665861845016, -0.027894936501979828, 0.05197349935770035, -0.04591451585292816, 0.007539304904639721, 0.01584581844508648, -0.014822873286902905, -0.040799789130687714, -0.029212962836027145, 0.055593155324459076, 0.028308048844337463, -0.008916347287595272, -0.029980171471834183, -0.04595385864377022, 0.04296370968222618, -0.062006235122680664, -0.015452378429472446, 0.06102263182401657, -0.04335715249180794, -0.013337635435163975, -0.002445479156449437, -0.009536015801131725, 0.02362610585987568, 0.0653504803776741, -0.01824580691754818, -0.01778351329267025, -0.026045765727758408, -0.018117938190698624, -0.022563816979527473, -0.024570364505052567, 0.018176954239606857, 0.0021012185607105494, 0.004689319990575314, -0.05043908208608627, -0.002020071493461728, -0.008154056034982204, 0.017163844779133797, -0.0002317610924364999, -0.01383927185088396, 0.0064278352074325085, 0.06940291821956635, 0.04497025907039642, -0.04323912039399147, 0.05752101168036461, 0.0110261719673872, -0.01305239088833332, -0.009742571972310543, -0.03383588790893555, -0.057363636791706085, -0.03946208953857422, 0.0068163578398525715, 0.006540949456393719, 0.0520128458738327, 0.0012344197602942586, -0.04843253642320633, 0.030983446165919304, 0.10630764067173004, 0.04150798171758652, -0.016337620094418526, 0.04229486361145973, 0.0036024402361363173, 0.014517957344651222, -0.027442479506134987, -0.029370339587330818, -0.006929472088813782, -0.0049032531678676605, -0.045521073043346405, -0.0978093296289444, 0.014291728846728802, -0.035429324954748154, 0.001016183290630579, -0.01143928524106741, 0.0016303193988278508, 0.03092443011701107, -0.011036008596420288, 0.04536369815468788, 0.030137548223137856, 0.06983570009469986, 0.013780255801975727, -0.0025069541297852993, -0.04768499732017517, -0.016691716387867928, 0.0248064287006855, -0.010308142751455307, -0.04418337717652321, 0.018117938190698624, 0.006481933407485485, -0.0004192601190879941, 0.0013204849092289805, -0.038026031106710434, -0.07841270416975021, -0.003533588256686926, -0.03155393525958061, -0.060235753655433655, 0.054963648319244385, 0.015226149931550026, -0.033934250473976135, 0.01917039230465889, -0.06118001043796539, -0.018393347039818764, 0.05700954049825668, -0.014242548495531082, -0.0333440899848938, -0.011213056743144989, 0.0212064478546381, 0.0003691579040605575, 0.027285104617476463, 0.0065655396319925785, -0.0564587228000164, 0.022288408130407333, -0.02407856285572052, -0.042373549193143845, -0.0046204677782952785, -0.03535063564777374, 0.025671998038887978, 0.02285889722406864, 0.04796040803194046, 0.028288377448916435, 0.03971782699227333, -0.017704825848340988, 0.0280523132532835, 0.012068789452314377, 0.00809503998607397, -0.007126192562282085, -0.06342262029647827, 0.0015405657468363643, 0.04178338870406151, 0.02584904618561268, -0.002714739879593253, -0.02797362580895424, -0.023094961419701576, 0.05748166888952255, -0.003189327660948038, 0.02388184331357479, 0.03881291300058365, -0.03222278505563736, 0.01217698585242033, 0.005699970293790102, 0.051068585366010666, -0.05398004874587059, 0.004694237839430571, -0.02398020401597023, -0.02435397170484066, -0.008788478560745716, -0.005980296991765499, 0.003115557599812746, 0.05697019398212433, -0.011862233281135559, -0.07085864990949631, -0.013091735541820526, 0.007460616994649172, 0.012993374839425087, 0.029429355636239052, 0.020773662254214287, 0.010849123820662498, 0.00012525549391284585, 0.042727645486593246, 0.04233420640230179, -0.051343996077775955, 0.03767193481326103, 0.029311323538422585, -0.026871992275118828, -0.010878631845116615, 0.04878663271665573, 0.0006596277235075831, -0.041980110108852386, -0.02732444740831852, 0.039127666503190994, 0.035626042634248734, 0.022386768832802773, -0.02360643446445465, -0.005518004298210144, -0.010081915184855461, 0.02342938631772995, 0.06727834045886993, 0.047921061515808105, 0.0199179295450449, 0.019760552793741226, -0.05453086271882057, 0.025357244536280632, 0.0008698725141584873, 0.06444557011127472, 0.0013057308970019221, -0.04201945289969444, 0.007244224660098553, -0.008808150887489319, -0.02333102561533451, -0.044498130679130554, -0.042098142206668854, 0.01130158081650734, 0.01592450775206089, -0.0032114586792886257, 0.05594725161790848, 0.03243917599320412, 0.02610478177666664, 0.020675301551818848, -0.007839303463697433, -0.02295725792646408, -0.02380315400660038, 0.022465456277132034, 0.03434736281633377, 0.00705734035000205, 0.03942274674773216, 0.017547449097037315, 0.011940921656787395, -0.005837674718350172, -0.04048503562808037, -0.060432471334934235, 0.024570364505052567, 0.0016327784396708012, 0.007377010770142078, 0.007947499863803387, -0.013495012186467648, 0.009506507776677608, 0.020163830369710922, -0.019750716164708138, -0.05008498579263687, -0.07471436262130737, -0.04225551709532738, 0.029055586084723473, -0.0694422647356987, -0.008714708499610424, 0.01371140405535698, 0.036826036870479584, -0.02323266677558422, 0.028662145137786865, 0.01064256764948368, 0.003189327660948038, 0.009895030409097672, 0.03322605788707733, 0.026458878070116043, -0.022839225828647614, -0.04426206648349762, 0.014734349213540554, -0.012550754472613335, -0.0017766300588846207, 0.007121274247765541, 0.0312981978058815, 0.017744170501828194, -0.0377899669110775, 0.02250480093061924, -0.011488464660942554, -0.04335715249180794, -0.0007499961066059768, -0.004765549208968878, -0.031042462214827538, 0.0342293307185173, 0.04257027059793472, 0.015767131000757217, -0.025160524994134903, -0.017281876876950264, -0.014213040471076965, 0.010357323102653027, -0.04784237593412399, -0.02020317316055298, 0.014154024422168732, 0.010898304171860218, 0.03169163689017296, -0.04497025907039642, -0.004386862274259329, 0.022996602579951286, -0.05417676642537117, 0.014527793042361736, -0.07262913137674332, 0.015580247156322002, 0.06621605157852173, 0.011636004783213139, -0.08065532147884369, -0.010721256025135517, -0.010681911371648312, 0.013701568357646465, 0.032163769006729126, -0.025416260585188866, 0.0032458847854286432, -0.023842498660087585, -0.04257027059793472, -0.038655538111925125, 0.023567089810967445, -0.03322605788707733, -0.003447523107752204, -0.004490140359848738, -0.018639247864484787, 0.05870133265852928, 0.021639231592416763, -0.008326185867190361, 0.053665295243263245, -0.008444217965006828, 0.026242487132549286, -0.028308048844337463, 0.06102263182401657, -0.008119629696011543, -0.02185562439262867, 0.005749150644987822, 0.00015829835319891572, -0.03895061835646629, -0.06007837504148483, -0.003513916162773967, 0.02740313671529293, -0.021167103201150894, 0.02360643446445465, -0.014035992324352264, 0.0035188342444598675, 0.05937018245458603, -0.02085234969854355, 0.04674074053764343, 0.016239259392023087, 0.10410437732934952, -0.04056372493505478, -0.07613075524568558, 0.022268736734986305, 0.0071311104111373425, 0.020596614107489586, 0.054963648319244385, -0.03377687186002731, 0.0335211381316185, -0.002259824424982071, -0.03432768955826759, 0.008675364777445793, 0.0673963725566864, 0.021599886938929558, 0.039501432329416275, -0.056065283715724945, 0.031632620841264725, -0.04929810389876366, -0.013367143459618092, 0.024314627051353455, 0.03361949697136879, 0.03826209530234337, -0.046347301453351974, 0.0003181335923727602, -0.06971766799688339, -0.013544191606342793, 0.03167196735739708, -0.02712772786617279, 0.02584904618561268, -0.03238015994429588, 0.016544176265597343, 0.001576221315190196, 0.011272072792053223, 0.05732429027557373, -0.0030245743691921234, -0.00012417968537192792, 0.05614396929740906, 0.004996695555746555, 0.030688365921378136, 0.08899626135826111, 0.029055586084723473, -0.05386201664805412, 0.04048503562808037, -0.02592773362994194, 0.004696696996688843, 0.0037647346034646034, -0.03483916446566582, 0.06952095031738281, -0.007844221778213978, 0.03938340023159981, 0.03259655088186264, 0.0024590035900473595, -0.029606403782963753, 0.013091735541820526, 0.04992761090397835, -0.03946208953857422, -0.018747443333268166, -0.0007874959264881909, 0.031003117561340332, 0.02342938631772995, -0.07719304412603378, -0.0013524519745260477, 0.07278650999069214, -0.01637696474790573, 0.06574392318725586, -0.009649130515754223, 0.025239212438464165, 0.09796670079231262, 0.025435933843255043, 0.012835999019443989, 0.001533188740722835, -0.005252431612461805, -0.03566538915038109, -0.009727817960083485, 0.004686860833317041, 0.03599981218576431, 0.017272042110562325, -0.0537046380341053, 0.039127666503190994, -0.023370370268821716, -0.02248512953519821, -0.03361949697136879, 0.0355670265853405, -0.056812819093465805, -0.02649822272360325, -0.006821276154369116, -0.03194737434387207, -0.031140821054577827, -0.015678606927394867, -0.030511315912008286, -0.03198671713471413, 0.06031443923711777, -0.007977007888257504, 0.0485505685210228, -0.052642349153757095, 0.025121180340647697 ]
22,852
pipen_verbose
PipenVerbose
pipen-verbose plugin: Logging some addtitional informtion for pipen
class PipenVerbose: """pipen-verbose plugin: Logging some addtitional informtion for pipen""" __version__: str = __version__ def __init__(self) -> None: """Constructor""" self.tic: float = 0.0 # pragma: no cover @plugin.impl def on_proc_input_computed(self, proc: "Proc"): """Print input data on debug""" data_to_show = proc.input.data.copy() if hasattr(data_to_show, "map"): # pragma: no cover # pandas 2.1 data_to_show = data_to_show.map(_shorten_path) else: data_to_show = data_to_show.applymap(_shorten_path) for line in data_to_show.to_string( show_dimensions=True, index=False ).splitlines(): line = line.replace('%', '%%').replace('[', '\\[') proc.log("debug", f"indata | {line}") @plugin.impl async def on_proc_start(self, proc: "Proc"): """Print some configuration items of the process""" props = {} for prop, getter in VERBOSAL_CONFIGS.items(): value = getter(proc) if getter else getattr(proc, prop) if value is not None and value != proc.pipeline.config.get( prop, None ): props[prop] = value key_len = max(len(prop) for prop in props) if props else 0 for prop, value in props.items(): proc.log( "info", "%s: %s", prop.ljust(key_len), value, logger=logger ) # args if proc.envs: key_len = max(len(key) for key in proc.envs) if proc.envs else 0 for key, value in proc.envs.items(): value = [ line if i == 0 else f"{' ' * (len(proc.name) + key_len + 17)}{line}" for i, line in enumerate( str(value) .replace('%', '%%') .replace('[', '\\[') .splitlines() ) ] proc.log( "info", "envs.%s: %s", key.ljust(key_len), "\n".join(value), logger=logger, ) job = proc.jobs[0] # input input = job.input key_len = max(len(inp) for inp in input) if input else 0 for inkey, inval in input.items(): job.log( "info", "in.%s: %s", inkey.ljust(key_len), inval, logger=logger ) # output output = job.output key_len = max(len(outp) for outp in output) if output else 0 for inkey, inval in output.items(): job.log( "info", "out.%s: %s", inkey.ljust(key_len), inval, logger=logger, ) self.tic = time() @plugin.impl async def on_proc_done(self, proc: "Proc", succeeded: bool) -> None: """Log the ellapsed time for the process. If the process fails, log some error messages. """ proc.log( "info", "Time elapsed: %ss", _format_secs(time() - self.tic), logger=logger, ) if succeeded: return # print error info if any job failed failed_jobs = [ job.index for job in proc.jobs if job.status == JobStatus.FAILED ] if not failed_jobs: # pragma: no cover # could be triggered by Ctrl+C and all jobs are running return job = proc.jobs[failed_jobs[0]] proc.log( "error", "[red]Failed jobs: %s[/red]", brief_list(failed_jobs), logger=logger, ) for job in proc.jobs: if job.status == JobStatus.FAILED: stderr = ( await a_read_text(job.stderr_file) if job.stderr_file.is_file() else "" ) for line in stderr.splitlines(): job.log("error", "[red]%s[/red]", line, logger=logger) job.log( "error", "[red]-----------------------------------[/red]", logger=logger, ) job.log("error", "Script: %s", job.script_file, logger=logger) job.log("error", "Stdout: %s", job.stdout_file, logger=logger) job.log("error", "Stderr: %s", job.stderr_file, logger=logger) break
() -> None
[ 0.04298204928636551, -0.01846853457391262, -0.08281019330024719, 0.06388676911592484, 0.0414455346763134, -0.0031185236293822527, -0.025918621569871902, -0.021733632311224937, 0.04455900192260742, -0.06271416693925858, -0.009648722596466541, -0.016335604712367058, 0.0058680810034275055, -0.0004959564539603889, 0.00580742908641696, 0.009567853063344955, 0.015112456865608692, 0.015405608341097832, 0.04645943269133568, 0.03250947222113609, 0.010432143695652485, 0.003929744008928537, -0.005620418582111597, -0.03240838646888733, 0.008142530918121338, 0.003105887910351157, 0.06869849562644958, -0.08410410583019257, -0.01680060476064682, 0.0021872627548873425, -0.010462470352649689, -0.03645185008645058, -0.0164670180529356, 0.01051301322877407, 0.03885771334171295, -0.0333181656897068, -0.011968661099672318, -0.0044553945772349834, -0.0866110548377037, 0.02840535342693329, 0.03139751777052879, -0.04637856408953667, -0.027434920892119408, -0.03523880988359451, -0.022764716297388077, 0.008056607097387314, -0.044437699019908905, 0.09113974124193192, 0.016285061836242676, -0.03841293230652809, 0.013363657519221306, -0.031781647354364395, 0.03447055444121361, 0.043912049382925034, 0.004510992672294378, 0.05349506437778473, 0.034955769777297974, 0.024301234632730484, 0.005873135291039944, -0.04597421735525131, -0.0049128117971122265, 0.01643669232726097, 0.051392462104558945, 0.0562446191906929, 0.043992917984724045, -0.008743996731936932, 0.024766232818365097, 0.0011473336489871144, -0.011857465840876102, -0.010012634098529816, 0.001148597220890224, -0.09955015033483505, -0.0011258526938036084, -0.0030679802875965834, 0.03519837558269501, 0.016062671318650246, -0.05216072127223015, -0.01399039477109909, 0.027839267626404762, 0.006080362945795059, 0.016820821911096573, 0.004518574103713036, -0.03691685199737549, -0.04759160056710243, 0.030528172850608826, -0.007136718835681677, 0.0636037290096283, -0.004771290812641382, -0.017255494371056557, 0.007030577398836613, -0.036957286298274994, 0.05757896602153778, 0.03758402168750763, 0.0866110548377037, 0.01841798983514309, -0.04358857125043869, -0.01719484105706215, -0.02331058494746685, -0.0295981764793396, -0.03885771334171295, -0.008147585205733776, 0.007313620299100876, 0.0332777313888073, -0.019337879493832588, 0.009072528220713139, -0.017700275406241417, -0.029800349846482277, 0.06461459398269653, 0.049249421805143356, -0.02781905047595501, -0.05786200612783432, 0.014121807180345058, -0.05818548426032066, -0.044073786586523056, -0.011705836281180382, -0.000734141911379993, -0.05414201691746712, -0.009522363543510437, -0.004849632736295462, 0.028809700161218643, -0.003325751284137368, 0.02428101748228073, -0.007778618950396776, -0.04876420646905899, -0.0369977205991745, -0.018711142241954803, -0.031276214867830276, 0.03538033366203308, 0.014586806297302246, -0.03250947222113609, 0.004293655976653099, 0.03618902713060379, -0.0017260548193007708, 0.02678796648979187, 0.010725295171141624, -0.04045488312840462, -0.02464492991566658, 0.0458529107272625, -0.011180184781551361, 0.0369977205991745, 0.01350517850369215, -0.04411422088742256, -0.029840784147381783, -0.06481677293777466, 0.056729838252067566, -0.025109928101301193, 0.04941116273403168, -0.013151375576853752, -0.010204698890447617, -0.019711900502443314, 0.029173612594604492, -0.05062420293688774, -0.031640127301216125, 0.010967902839183807, 0.048359859734773636, 0.012514528818428516, -0.020652005448937416, 0.009744754992425442, 0.023634063079953194, -0.049694206565618515, -0.0183270126581192, -0.08058629184961319, 0.049613334238529205, 0.015648216009140015, -0.0035253975074738264, 0.045246392488479614, 0.03635076433420181, 0.030386650934815407, -0.0003838134289253503, 0.057538531720638275, 0.0066969916224479675, 0.01769016683101654, -0.02982056699693203, 0.0414455346763134, -0.018549403175711632, 0.11475358158349991, 0.020187007263302803, 0.020904721692204475, -0.007227696478366852, -0.002825372386723757, -0.07508717477321625, 0.005837754812091589, -0.05216072127223015, 0.022239066660404205, -0.012443768791854382, 0.030386650934815407, 0.020985592156648636, -0.03774576261639595, -0.009855950251221657, -0.000352223840309307, -0.02907252497971058, -0.000763836142141372, 0.05668940395116806, 0.010927468538284302, 0.019812986254692078, 0.018701033666729927, -0.05098811537027359, -0.02442253939807415, 0.04686377942562103, -0.028728829696774483, 0.008026281371712685, 0.006403840146958828, 0.024240583181381226, 0.007187261711806059, -0.0525246299803257, 0.005691179074347019, -0.023351019248366356, 0.030386650934815407, -0.019095271825790405, 0.05543592572212219, 0.006676774471998215, -0.050583768635988235, 0.024442756548523903, 0.0495728999376297, 0.024968406185507774, -0.046055085957050323, 0.05810461565852165, 0.054061148315668106, -0.007207479327917099, 0.04375030845403671, 0.09995449334383011, -0.02672731503844261, 0.010553447529673576, 0.047834210097789764, -0.031862515956163406, 0.024159712716937065, 0.05373767018318176, 0.031134692952036858, 0.0436694398522377, -0.019186249002814293, 0.0090674739331007, 0.03085165098309517, -0.025635577738285065, 0.04253726825118065, -0.013545612804591656, 0.025514274835586548, -0.03586554899811745, 0.03582511469721794, -0.017568862065672874, -0.010326002724468708, 0.0029972195625305176, 0.015001261606812477, -0.004829415585845709, -0.05276723951101303, -0.02523123100399971, -0.05001768097281456, 0.025211013853549957, 0.01080616470426321, -0.005529440473765135, 0.01350517850369215, 0.04468030482530594, -0.020116247236728668, -0.03372251242399216, 0.008496333844959736, -0.03523880988359451, -0.05038159340620041, 0.010012634098529816, -0.049613334238529205, 0.05741722509264946, -0.028668178245425224, 0.006666665431112051, 0.0038008587434887886, -0.020429614931344986, 0.02000505104660988, 0.004746018908917904, -0.001437957864254713, 0.04504421725869179, -0.07965629547834396, 0.027556225657463074, 0.02420014701783657, 0.0196108128875494, 0.03899923712015152, -0.07488500326871872, 0.005392973776906729, -0.08976496011018753, 0.033479902893304825, -0.03790749981999397, 0.031781647354364395, 0.0028910785913467407, 0.046216823160648346, 0.043912049382925034, -0.0033333327155560255, 0.00894111581146717, -0.04269900918006897, 0.014819305390119553, -0.025615360587835312, -0.013454635627567768, 0.001251579262316227, -0.013889308087527752, 0.01250442024320364, -0.0056305271573364735, 0.02670709788799286, -0.007849379442632198, -0.032004039734601974, 0.0021190291736274958, 0.07072023302316666, -0.0325499065220356, -0.015122565440833569, -0.02153145894408226, -0.07492543756961823, 0.031842298805713654, -0.02078341878950596, -0.007192316465079784, -0.026808183640241623, -0.033702295273542404, 0.05159463360905647, 0.009962091222405434, -0.06336112320423126, 0.003596158232539892, -0.055678535252809525, 0.012666159309446812, -0.013121048919856548, 0.03372251242399216, -0.000058045858168043196, -0.05082637444138527, 0.04504421725869179, 0.023735148832201958, 0.027434920892119408, 0.006939599756151438, 0.025615360587835312, -0.06299720704555511, 0.04706595093011856, 0.05875157192349434, 0.0006321075488813221, 0.051675502210855484, -0.04069749265909195, 0.07011371105909348, 0.01616375707089901, -0.008627747185528278, -0.019631030037999153, 0.004521101247519255, 0.022542325779795647, -0.011968661099672318, 0.010624208487570286, -0.0028481169138103724, -0.0035734137054532766, -0.039484452456235886, -0.07735151797533035, 0.01061409991234541, -0.04928985983133316, 0.07504674047231674, 0.029537523165345192, -0.06081373989582062, 0.04059640318155289, -0.0018738940125331283, -0.02686883509159088, 0.03586554899811745, 0.020298201590776443, 0.045529432594776154, -0.016123322769999504, 0.05749809369444847, 0.01838766410946846, -0.06914328038692474, 0.07116501033306122, 0.020844070240855217, -0.0695071890950203, -0.005645690485835075, -0.07573413103818893, -0.003383876057341695, -0.01841798983514309, -0.059317655861377716, -0.01897396706044674, -0.025494057685136795, 0.057174619287252426, 0.004526155535131693, -0.04164770618081093, 0.0322062112390995, -0.020146572962403297, 0.05070507153868675, 0.03449077159166336, -0.005357593297958374, 0.003535506082698703, 0.006853675935417414, -0.06712154299020767, -0.04286074638366699, 0.029557740315794945, -0.03449077159166336, -0.011695727705955505, -0.08790496736764908, -0.016760168597102165, 0.03360120952129364, 0.013343439437448978, -0.02375536598265171, -0.010270405560731888, -0.02597927302122116, 0.003735152306035161, -0.0011056354269385338, -0.006353296805173159, 0.04423552379012108, 0.0032549905590713024, -0.0022036894224584103, 0.03166034445166588, -0.009502146393060684, 0.02331058494746685, 0.06530198454856873, -0.028991656377911568, -0.008956278674304485, 0.031276214867830276, 0.03153904154896736, -0.022481674328446388, -0.021066460758447647, -0.05244376137852669, 0.05341419577598572, 0.03376294672489166, 0.0012844324810430408, -0.06328025460243225, 0.09227190911769867, -0.014172350987792015, 0.011533988639712334, 0.04742986336350441, 0.021147331222891808, -0.011897900141775608, -0.018074296414852142, -0.029214046895503998, -0.08442758023738861, -0.01301996223628521, -0.0012016677064821124, -0.04277987778186798, 0.01450593676418066, 0.01972200907766819, -0.01179681345820427, 0.043386396020650864, 0.06036895513534546, 0.01183724869042635, 0.032590340822935104, -0.00006756222137482837, -0.0621480830013752, 0.0033055339008569717, -0.008238563314080238, 0.0019598177168518305, 0.013858981430530548, 0.026969922706484795, -0.011533988639712334, -0.013980286195874214, -0.014819305390119553, 0.014253219589591026, 0.032226428389549255, 0.012959310784935951, 0.04900681599974632, 0.04286074638366699, 0.010128883644938469, 0.0329340361058712, 0.06121808663010597, -0.02885013446211815, 0.0873388797044754, 0.07727064937353134, -0.01083649042993784, 0.03250947222113609, -0.014940609224140644, -0.013444526121020317, -0.01808440499007702, 0.01571897603571415, -0.0046525136567652225, -0.033985335379838943, 0.019893856719136238, -0.04726812615990639, -0.0020293148700147867, -0.001437957864254713, -0.04779377579689026, 0.011968661099672318, -0.011624966748058796, 0.034814245998859406, -0.018701033666729927, 0.016679299995303154, 0.015678541734814644, -0.06784936785697937, 0.05935809016227722, 0.010240078903734684, -0.09283799678087234, 0.016264844685792923, 0.025938838720321655, 0.029396003112196922, 0.03040686994791031, 0.006262319162487984, -0.016891581937670708, -0.00038097036303952336, 0.01183724869042635, -0.029921652749180794, -0.013272679410874844, 0.0020406870171427727, -0.02642405405640602, -0.050502900034189224, 0.06283546984195709, 0.041182707995176315, -0.005832700524479151, -0.022522108629345894, 0.05555723235011101, -0.02124841697514057, 0.020318420603871346, -0.009173614904284477, -0.0366135910153389, -0.02272428199648857, 0.03432903066277504, 0.032590340822935104, -0.022522108629345894, -0.01549658551812172, 0.03232751414179802, 0.03568359464406967, 0.05947939306497574, -0.0010955267352983356, 0.033783163875341415, 0.003626484191045165, -0.010149100795388222, 0.0049128117971122265, 0.045772042125463486, -0.041485968977212906, -0.019540052860975266, 0.0351579412817955, -0.06946675479412079, 0.010755620896816254, -0.04322465881705284, -0.03210512548685074, 0.025615360587835312, -0.05563810095191002, -0.04152640327811241, -0.022299718111753464, -0.004109173081815243, 0.011675509624183178, 0.011726053431630135, -0.03697750344872475, -0.008966387249529362, 0.0024955770932137966, 0.016568103805184364, -0.04848116636276245, -0.015951475128531456, 0.03952488675713539, 0.01994439959526062, -0.030689911916851997, -0.04670203849673271, 0.0695071890950203, -0.03285316750407219, -0.04755116626620293, 0.038594890385866165, -0.014445284381508827, 0.04678291082382202, 0.06788980215787888, -0.01702299527823925, -0.008925952948629856, -0.01498104352504015, -0.039484452456235886, -0.02250189147889614, 0.023108411580324173, 0.02359362691640854, -0.023209499195218086, 0.01586049795150757, 0.0458529107272625, 0.0007575182244181633, 0.07816021144390106, -0.008799593895673752, -0.040374014526605606, -0.004991154186427593, 0.020237550139427185, 0.058711133897304535, 0.03893858194351196, -0.05725548788905144, 0.003987868782132864, 0.02893100306391716, -0.026363402605056763, 0.02537275291979313, -0.008567094802856445, 0.04755116626620293, 0.039484452456235886, -0.0658276379108429, -0.05300984904170036, 0.002067222259938717, -0.0023199389688670635, -0.023917105048894882, 0.03121556155383587, -0.04015162214636803, -0.03149860352277756, 0.03232751414179802, -0.029699262231588364, -0.06914328038692474, -0.07581499963998795, -0.059155918657779694, -0.008516551926732063, 0.027495572343468666, 0.049977246671915054, -0.011362140998244286, -0.0048445784486830235, -0.011190294288098812, 0.01202931348234415, -0.021046243607997894, -0.010563557036221027, -0.014596914872527122, 0.029355566948652267, -0.006095525808632374, 0.04678291082382202, 0.06797067075967789, 0.027717962861061096, -0.03461207449436188, 0.018114730715751648, 0.01179681345820427, -0.04787464439868927, 0.01891331560909748, 0.05373767018318176, 0.016739951446652412, 0.0008004800183698535, 0.07379326969385147, -0.008703561499714851, -0.06097547709941864, -0.014809196814894676, -0.007121555507183075, -0.06623198091983795, -0.015446042641997337, -0.04654030129313469, 0.014627240598201752, -0.0002591925149317831, 0.03188273310661316, 0.06845588982105255, -0.0318220816552639, -0.04593377932906151, 0.014445284381508827, -0.040374014526605606, -0.02753600850701332, -0.01944907382130623, -0.006969925481826067, -0.014303763397037983, 0.08183976262807846, -0.02205711044371128, 0.0321657769382, 0.0340459905564785, -0.004796562250703573, -0.015425825491547585, -0.0010165527928620577, 0.0018713668687269092, -0.03705837205052376, -0.07241848856210709, -0.00004165876089246012, -0.06910284608602524, -0.004677785560488701, -0.010715186595916748, 0.07508717477321625, 0.0071771531365811825, 0.03295425325632095, -0.05507201701402664, 0.01752842776477337, -0.04114227369427681, -0.03669445961713791, -0.0090674739331007, -0.005913570057600737, -0.042132921516895294, -0.03942380100488663, -0.03827141225337982, 0.023512758314609528, -0.04447813332080841, -0.024018192663788795, -0.012241595424711704, 0.06869849562644958, -0.008299215696752071, 0.010826381854712963, 0.043386396020650864, -0.05163506790995598, 0.0096133416518569, -0.04492291435599327, 0.023189282044768333, 0.007581499870866537, -0.006575687788426876, -0.03394490107893944, 0.0210866779088974, -0.016628757119178772, -0.028102092444896698, -0.02124841697514057, -0.01944907382130623, 0.03465250879526138, -0.05935809016227722, 0.06829415261745453, 0.01235279068350792, 0.008324487134814262, 0.025655794888734818, 0.022906238213181496, -0.057174619287252426, -0.005448571406304836, -0.02122819982469082, 0.022764716297388077, -0.011604749597609043, 0.03402577340602875, 0.0366135910153389, 0.00032663627644069493, -0.04330552741885185, 0.021410156041383743, 0.002039423445239663, 0.01872125081717968, 0.015001261606812477, -0.015739193186163902, 0.04637856408953667, 0.07674499601125717, -0.024523625150322914, 0.02022744156420231, -0.035481419414281845, -0.022400805726647377, 0.021632546558976173, 0.03026534803211689, -0.02628253400325775, -0.013555722311139107, -0.052120283246040344, -0.002792519051581621, -0.050422027707099915, -0.02642405405640602, -0.05988373979926109, 0.029436437413096428, -0.046135954558849335, -0.002001516055315733, -0.01179681345820427, 0.00009942821634467691, 0.059236787259578705, -0.030811216682195663, -0.011382358148694038, -0.02005559392273426, 0.01872125081717968, 0.06837502121925354, 0.03580489754676819, 0.0344301201403141, -0.09016930311918259, 0.027172096073627472, 0.026585793122649193, -0.045246392488479614, -0.019064946100115776, -0.005157947074621916, 0.018033862113952637, -0.019378313794732094, 0.016456909477710724, 0.030892085283994675, 0.02375536598265171, -0.009603233076632023, 0.015516803599894047, -0.04411422088742256, -0.03596663475036621, 0.0813949853181839, 0.022218849509954453, -0.03161991015076637, -0.0060197110287845135, -0.06024765223264694, -0.005322212819010019, 0.010917359963059425, -0.03707858920097351, 0.029941869899630547, -0.03426837921142578, 0.012928984127938747, -0.06032852083444595, 0.014222893863916397, -0.0395653210580349, -0.010654534213244915, 0.00007597294461447746, 0.05462723597884178, 0.020763201639056206, 0.03796815127134323, 0.00774829275906086, -0.038594890385866165, -0.04787464439868927, 0.039706841111183167, 0.02915339358150959, -0.08119280636310577, 0.022158198058605194, 0.005130148492753506, -0.045327261090278625, 0.06934545189142227, 0.026141012087464333, -0.03137730062007904, -0.02840535342693329, -0.028445787727832794, -0.04633812606334686, -0.04573160782456398, 0.050502900034189224, 0.08992669731378555, 0.01824614405632019, -0.015981802716851234, 0.014374523423612118 ]
22,853
pipen_verbose
__init__
Constructor
def __init__(self) -> None: """Constructor""" self.tic: float = 0.0 # pragma: no cover
(self) -> NoneType
[ 0.021527666598558426, 0.029656875878572464, -0.02038368582725525, 0.048983242362737656, 0.0021731331944465637, -0.015079766511917114, -0.05054321885108948, 0.03109551966190338, -0.06024973466992378, -0.029604876413941383, 0.015045100823044777, 0.03045419603586197, -0.00032743244082666934, 0.012159145437180996, -0.0021904660388827324, 0.02343430370092392, 0.011058495379984379, 0.033054154366254807, -0.03844473883509636, -0.030246200039982796, 0.004978923127055168, 0.012315142899751663, -0.004701593890786171, 0.04634861648082733, -0.011101828888058662, 0.04662594571709633, 0.002534960862249136, -0.014542441815137863, -0.002688791835680604, -0.04853258281946182, -0.03646877035498619, 0.05366317182779312, -0.035671450197696686, 0.028218230232596397, 0.02000235766172409, -0.050716549158096313, 0.0009538602316752076, 0.00435926578938961, -0.12583805620670319, 0.02828756347298622, 0.04083670303225517, -0.017168400809168816, -0.03088752180337906, -0.026328926905989647, -0.037994079291820526, -0.012956466525793076, 0.040594037622213364, 0.01797438971698284, 0.004970256704837084, -0.036538101732730865, 0.01021784171462059, 0.00025837100110948086, -0.0043267663568258286, 0.03151151165366173, -0.057892438024282455, 0.10885164886713028, 0.06659363955259323, 0.020695680752396584, -0.05390583351254463, 0.03438880294561386, -0.016301747411489487, 0.03548078611493111, 0.03201417252421379, 0.009377188049256802, -0.033244818449020386, 0.008077208884060383, -0.04295133799314499, 0.030246200039982796, 0.02232498861849308, 0.030956855043768883, 0.059487082064151764, 0.016622409224510193, -0.006235570181161165, 0.029622208327054977, 0.025479605421423912, -0.023364972323179245, -0.10496904700994492, 0.000860153348185122, -0.00354027864523232, -0.012523139826953411, -0.04749260097742081, 0.010495170950889587, -0.033730145543813705, 0.016111085191369057, 0.0038934398908168077, -0.026259593665599823, 0.013069131411612034, -0.007739213760942221, -0.06382034718990326, 0.0483245849609375, -0.07765213400125504, 0.04634861648082733, -0.011500488966703415, 0.030644860118627548, 0.02000235766172409, -0.006430567242205143, -0.017905056476593018, -0.07106556743383408, -0.07272954285144806, 0.010789833031594753, 0.03674609959125519, -0.026935582980513573, 0.005459915846586227, -0.021926328539848328, 0.004653927870094776, -0.02251565270125866, -0.025254275649785995, -0.019205035641789436, 0.034700796008110046, -0.006231237202882767, -0.0066298977471888065, 0.030904855579137802, -0.04111403226852417, 0.03366081416606903, -0.01878904365003109, -0.023798298090696335, -0.027334244921803474, -0.023694301024079323, 0.04773526266217232, 0.03560211509466171, 0.0050742547027766705, 0.017376398667693138, -0.04464997723698616, 0.027871569618582726, 0.011049829423427582, 0.0007940710638649762, 0.02111167460680008, 0.022168990224599838, -0.030662192031741142, -0.015339762903749943, 0.06340435147285461, 0.002636792603880167, 0.04780459403991699, 0.0704762414097786, 0.017367731779813766, -0.02053968235850334, 0.0278022363781929, 0.054113831371068954, 0.01104116253554821, 0.024144960567355156, -0.02518494427204132, -0.011604486964643002, 0.024976948276162148, -0.049607232213020325, 0.03109551966190338, 0.06111638993024826, -0.06662830710411072, -0.00348611269146204, -0.06718295812606812, 0.021285004913806915, 0.02875555492937565, -0.027854235842823982, 0.011101828888058662, -0.0073752193711698055, 0.014932435937225819, -0.03204883635044098, 0.010893831960856915, -0.022359654307365417, 0.008116208016872406, -0.033730145543813705, -0.0791081115603447, -0.0018860541749745607, 0.031650178134441376, -0.07834545522928238, 0.005654912441968918, 0.053247176110744476, -0.06364701688289642, -0.02450895495712757, -0.03444080054759979, 0.039831385016441345, -0.022688983008265495, -0.040802035480737686, 0.007825879380106926, 0.00701122498139739, 0.06818827986717224, 0.0073752193711698055, 0.012887134216725826, 0.04218868166208267, 0.022012993693351746, 0.023815631866455078, 0.04208468273282051, -0.040559373795986176, -0.07820679247379303, -0.00970651675015688, 0.019066372886300087, 0.02847822569310665, 0.007799879647791386, 0.006833561230450869, 0.0005600746953859925, 0.015409095212817192, 0.05283118411898613, 0.008679532445967197, -0.0045325965620577335, -0.00389777310192585, 0.06274569779634476, 0.0014884769916534424, 0.03525545448064804, -0.04035137593746185, 0.05002322793006897, 0.056436460465192795, -0.026467591524124146, 0.052172526717185974, 0.030038202181458473, -0.05730311572551727, 0.03896472975611687, -0.02755957469344139, -0.01564309187233448, 0.023451637476682663, -0.056332461535930634, 0.020227687433362007, -0.040698036551475525, -0.05359383672475815, 0.016535744071006775, 0.041911352425813675, -0.0015848921611905098, -0.04662594571709633, -0.0032716160640120506, 0.0076395487412810326, 0.011552488431334496, 0.027004916220903397, 0.12153945863246918, -0.006959225982427597, -0.0545298233628273, -0.04919124022126198, 0.014620441012084484, -0.00004438212636159733, 0.014750438742339611, 0.005429582670331001, -0.032412830740213394, -0.07252154499292374, 0.01544376090168953, -0.01743706315755844, -0.03986604884266853, -0.014897770248353481, 0.020453017204999924, -0.016726408153772354, 0.012011813931167126, 0.04121803119778633, -0.09838248044252396, -0.10746500641107559, 0.010833165608346462, 0.03418080508708954, 0.0028252897318452597, -0.008371870964765549, -0.031147519126534462, -0.03622610867023468, 0.0007951543666422367, 0.04839392006397247, -0.04173802211880684, 0.04198068380355835, -0.006478233262896538, -0.0545298233628273, -0.02111167460680008, 0.004762259777635336, 0.005490248557180166, -0.04090603440999985, 0.008978527970612049, 0.0033257820177823305, 0.013719120994210243, 0.03050619550049305, -0.004766593221575022, -0.02237698808312416, -0.015045100823044777, 0.07231354713439941, -0.002222965704277158, 0.021856995299458504, -0.02788890153169632, -0.028408894315361977, -0.05466848984360695, 0.00794287770986557, 0.10829699039459229, -0.03594877943396568, -0.010356506332755089, -0.021770330145955086, -0.04842858389019966, -0.05699111893773079, -0.020227687433362007, 0.011552488431334496, -0.06544965505599976, 0.027663571760058403, 0.037890080362558365, -0.0545298233628273, 0.023555636405944824, 0.0029032884631305933, -0.1112089455127716, -0.028772888705134392, -0.013762453570961952, 0.056921787559986115, -0.010616502724587917, -0.013164463452994823, -0.04964189976453781, 0.031459514051675797, 0.052519187331199646, 0.010451838374137878, 0.1290273368358612, -0.01101516280323267, -0.03841007128357887, -0.010798499919474125, 0.021752996370196342, 0.008350204676389694, 0.03906872868537903, -0.01989835873246193, -0.04173802211880684, 0.027663571760058403, 0.017116401344537735, 0.023659633472561836, -0.007180222310125828, 0.017393730580806732, 0.03782074898481369, 0.012219810858368874, 0.006842227652668953, 0.021146340295672417, 0.019101038575172424, 0.052761852741241455, 0.02008902281522751, 0.036399438977241516, -0.022099658846855164, -0.06014573574066162, 0.012575139291584492, 0.042639341205358505, -0.037751417607069016, -0.010295840911567211, 0.04267400875687599, -0.004809925798326731, 0.009351189248263836, -0.06357768177986145, 0.041772689670324326, -0.004107936751097441, -0.02426629140973091, 0.016388412564992905, -0.03199683874845505, -0.009177858009934425, 0.015374429523944855, -0.015313763171434402, -0.024526286870241165, 0.03782074898481369, -0.0016791407251730561, 0.001518809818662703, -0.0020648015197366476, -0.01859837956726551, 0.06038840115070343, -0.0026454590260982513, -0.00820720661431551, 0.03291549161076546, 0.009975179098546505, -0.04218868166208267, 0.026276927441358566, -0.038375407457351685, 0.0866653248667717, 0.0005616996786557138, -0.011569821275770664, -0.005945241544395685, -0.03430213779211044, 0.09678784012794495, 0.04097536578774452, 0.0063222358003258705, -0.012020480819046497, -0.027126247063279152, -0.004075436852872372, -0.026987582445144653, -0.013259795494377613, 0.06513766199350357, 0.02275831438601017, 0.01626708172261715, 0.013103797100484371, -0.022498318925499916, 0.018633045256137848, -0.008051209151744843, -0.020591681823134422, 0.020418351516127586, -0.05283118411898613, -0.05511914938688278, -0.0027169580571353436, -0.0038804400246590376, -0.0018838875694200397, -0.0023117975797504187, -0.02920621447265148, 0.039242058992385864, -0.033296819776296616, -0.017783725634217262, 0.03423280268907547, 0.011075829155743122, -0.015920421108603477, 0.012323809787631035, -0.026259593665599823, 0.003230449976399541, -0.017298398539423943, -0.021874329075217247, 0.07272954285144806, 0.02828756347298622, -0.004597595427185297, -0.03002087026834488, -0.014707106165587902, -0.031684841960668564, -0.023208973929286003, 0.029622208327054977, 0.05040455609560013, 0.02043568342924118, -0.029518211260437965, 0.018147720023989677, 0.06555365025997162, -0.036399438977241516, 0.02208232507109642, 0.040316712111234665, -0.025202278047800064, 0.02008902281522751, 0.056540459394454956, -0.07605749368667603, -0.011058495379984379, 0.029240882024168968, -0.0253756083548069, -0.020123688504099846, -0.020210353657603264, 0.001801555510610342, -0.004090603440999985, -0.022342320531606674, -0.017454396933317184, -0.06728696078062057, 0.03487412631511688, -0.009021860547363758, 0.0029271214734762907, 0.0265889223664999, 0.020279686897993088, 0.04839392006397247, 0.027247579768300056, 0.004792592488229275, 0.03823674097657204, 0.04614061862230301, 0.007799879647791386, -0.0038869399577379227, -0.05123654007911682, 0.07009491324424744, -0.03615677356719971, -0.011361824348568916, 0.025635603815317154, -0.021181005984544754, -0.012800469063222408, -0.06974825263023376, 0.01618041656911373, 0.023278307169675827, -0.007513883989304304, 0.016717741265892982, 0.06770295649766922, -0.042535342276096344, 0.006248570047318935, -0.03485679626464844, -0.01984635926783085, 0.02242898754775524, 0.023503636941313744, -0.02275831438601017, 0.00029303712653927505, 0.033296819776296616, 0.04842858389019966, -0.01402244996279478, -0.0027126248460263014, -0.07023358345031738, -0.0672176256775856, -0.027490241453051567, -0.004502263851463795, -0.05456449091434479, -0.041807353496551514, 0.059729743748903275, 0.002950954483821988, -0.043020669370889664, 0.0018145552603527904, 0.025358274579048157, 0.0791081115603447, -0.005563913844525814, -0.05844709649682045, -0.018182385712862015, 0.02435295656323433, 0.01411778200417757, -0.003206617198884487, -0.03506479039788246, -0.01771439239382744, -0.006569231860339642, -0.06468699872493744, 0.009446520358324051, 0.012020480819046497, -0.05442582443356514, 0.027524907141923904, -0.023711632937192917, 0.023988962173461914, 0.05907108634710312, -0.003284615930169821, 0.023312972858548164, 0.00548591511324048, -0.04090603440999985, 0.07321486622095108, -0.05244985595345497, -0.096649169921875, 0.035671450197696686, 0.022844979539513588, -0.010373840108513832, -0.0030137868598103523, 0.050820548087358475, 0.009117192588746548, 0.033296819776296616, -0.018095720559358597, 0.024716950953006744, -0.025046279653906822, 0.033972807228565216, -0.0003309532185085118, -0.02464761957526207, 0.03041953034698963, -0.010729167610406876, -0.05487648397684097, -0.03792474791407585, -0.04024737700819969, -0.0019391366513445973, 0.03171950951218605, -0.024196960031986237, -0.018719710409641266, 0.02643292397260666, 0.054737821221351624, -0.013675788417458534, -0.09893713891506195, -0.030246200039982796, -0.021423669531941414, -0.038375407457351685, -0.01191648282110691, 0.04000471532344818, 0.056332461535930634, -0.03041953034698963, 0.008462869562208652, 0.016206415370106697, -0.011448489502072334, 0.006556231994181871, 0.07189755886793137, 0.0325341634452343, 0.03399014100432396, -0.08465468883514404, -0.03771675005555153, 0.040559373795986176, -0.008540867827832699, 0.024526286870241165, -0.020106356590986252, -0.05518848076462746, -0.011725818738341331, -0.04943390190601349, 0.008324204944074154, -0.0055595808662474155, 0.12881934642791748, -0.0007171555771492422, 0.02125033736228943, 0.01399645023047924, -0.05116720870137215, 0.06174037978053093, -0.02594759874045849, 0.019239703193306923, 0.022740982472896576, -0.047249935567379, -0.01561709214001894, -0.05432182550430298, -0.01271380390971899, 0.0037114426959306, 0.047388602048158646, -0.018858375027775764, 0.05768444016575813, 0.020834345370531082, -0.0026151263155043125, -0.015417762100696564, 0.03534211963415146, -0.015556426718831062, -0.06319635361433029, -0.009169192053377628, 0.012913133949041367, 0.028738223016262054, -0.03307148814201355, -0.008891862817108631, 0.014247779734432697, -0.03657276928424835, 0.07966277003288269, 0.021077007055282593, -0.07089223712682724, 0.04652194678783417, -0.02842622809112072, 0.05674845725297928, -0.019915692508220673, -0.07272954285144806, 0.00033122405875474215, 0.03723142296075821, -0.01460310723632574, -0.0415646918118, 0.010191842913627625, -0.05224185809493065, -0.008025209419429302, -0.03889539837837219, 0.002881622174754739, -0.018234385177493095, -0.0236249677836895, -0.012583805248141289, 0.01106716226786375, 0.0020333852153271437, -0.01946503296494484, -0.02173566445708275, -0.0315808467566967, -0.013667122460901737, 0.05563914030790329, 0.02294897846877575, -0.012479807250201702, 0.02691825106739998, -0.03737008944153786, 0.013398459181189537, 0.01476777158677578, 0.006967892404645681, -0.004157769028097391, 0.029136883094906807, -0.004380932077765465, -0.021562334150075912, 0.02570493519306183, -0.012939133681356907, 0.015651758760213852, -0.016622409224510193, 0.024075627326965332, -0.011032496578991413, -0.013762453570961952, 0.01670040935277939, 0.035671450197696686, 0.006274569779634476, -0.03139018267393112, 0.042882002890110016, 0.014906436204910278, -0.002238132059574127, 0.002123300451785326, -0.01176915131509304, 0.017116401344537735, -0.14109115302562714, -0.00088506966130808, -0.07217488437891006, 0.023503636941313744, -0.02242898754775524, -0.0016748073976486921, -0.0701989158987999, -0.015955086797475815, -0.002948787761852145, -0.03646877035498619, 0.03868740051984787, 0.04478863999247551, 0.03530745580792427, 0.0015469760401174426, 0.01254047267138958, 0.000823862268589437, 0.022775648161768913, -0.04111403226852417, -0.052276525646448135, -0.04711127281188965, -0.013979117386043072, 0.07272954285144806, 0.030384864658117294, -0.051444537937641144, 0.06596964597702026, 0.02707424759864807, 0.01752372831106186, -0.06756428629159927, -0.01946503296494484, -0.0510285459458828, -0.015192432329058647, 0.03191017359495163, -0.02988220565021038, -0.03664210066199303, 0.01709040254354477, -0.05196452885866165, 0.03359147906303406, 0.02872088924050331, -0.02929288148880005, -0.02062634751200676, -0.01873704418540001, -0.014360444620251656, 0.015409095212817192, 0.0028187897987663746, 0.062399037182331085, 0.023486303165555, 0.0020810512360185385, -0.0017051403410732746, 0.013615122996270657, -0.0075658829882740974, 0.009498519822955132, 0.0007214888464659452, 0.020990341901779175, 0.0521031953394413, 0.03139018267393112, -0.01816505193710327, -0.09533186256885529, -0.005498914979398251, 0.03782074898481369, -0.019447699189186096, 0.03137284889817238, 0.007717547472566366, -0.05189519748091698, -0.011968481354415417, 0.006603898014873266, 0.010061844252049923, 0.04114869609475136, 0.03757808730006218, -0.013034464791417122, -0.04298600181937218, -0.014083115383982658, 0.06704429537057877, -0.04464997723698616, 0.00048667998635210097, 0.004775259643793106, -0.03431946784257889, 0.024924948811531067, -0.013034464791417122, 0.048879243433475494, -0.019101038575172424, 0.006205237470567226, 0.008051209151744843, -0.03577544540166855, 0.04631395265460014, 0.06111638993024826, -0.005854242946952581, -0.017835725098848343, -0.008627532981336117, 0.026623588055372238, 0.02677958644926548, 0.02416229248046875, -0.032568830996751785, 0.02116367220878601, 0.0015177265740931034, 0.032170169055461884, 0.02823556400835514, 0.03080085664987564, -0.011613153852522373, 0.02440495602786541, -0.026866251602768898, -0.031026186421513557, -0.0017105569131672382, -0.00708055729046464, 0.02183966338634491, 0.0255142729729414, -0.013129796832799911, -0.020765012130141258, -0.0017138068797066808, -0.03099152073264122, 0.01773172616958618, 0.003928105812519789, 0.06232970207929611, 0.049225907772779465, -0.017567062750458717, -0.032031506299972534, -0.030003536492586136, 0.041183363646268845, -0.039727386087179184, -0.011197159998118877, -0.0017463063122704625, 0.031026186421513557, 0.043367329984903336, 0.030055535957217216, 0.013277128338813782, -0.028460893779993057, -0.025964932516217232, 0.015253097750246525, 0.054460491985082626, -0.015842420980334282, -0.006317902356386185, -0.019482364878058434, -0.015261763706803322, -0.03951938822865486, -0.03816740959882736, -0.05920975282788277, 0.035706114023923874, 0.055708471685647964, -0.01989835873246193, 0.041530024260282516, 0.007752213627099991, 0.04246601089835167 ]
22,854
pipen_verbose
_format_secs
Format a time duration Args: seconds: the time duration in seconds Returns The formated string. For example: "01:01:01.001" stands for 1 hour 1 min 1 sec and 1 minisec.
def _format_secs(seconds: float) -> str: """Format a time duration Args: seconds: the time duration in seconds Returns The formated string. For example: "01:01:01.001" stands for 1 hour 1 min 1 sec and 1 minisec. """ minute, sec = divmod(seconds, 60) hour, minute = divmod(minute, 60) return "%02d:%02d:%02d.%03.0f" % ( hour, minute, sec, 1000 * (sec - int(sec)), )
(seconds: float) -> str
[ 0.03812577947974205, 0.023655906319618225, -0.039843492209911346, 0.022778378799557686, -0.03131093457341194, -0.017531882971525192, 0.015599455684423447, 0.05675923824310303, 0.003988550044596195, 0.04551941528916359, 0.004476324655115604, -0.0019312611548230052, -0.020836615934967995, -0.04062766581773758, 0.03741628676652908, 0.009671475738286972, 0.04197196289896965, -0.06986614316701889, -0.02729671262204647, -0.06359275430440903, 0.0826743096113205, 0.025989755988121033, 0.013181586749851704, -0.035530537366867065, -0.0028449634555727243, -0.006054007448256016, 0.035381171852350235, -0.04551941528916359, -0.00756634259596467, -0.0007783390465192497, 0.052576977759599686, 0.0378083735704422, -0.05328647047281265, -0.015916859731078148, -0.04731181263923645, 0.07311486452817917, -0.023226477205753326, -0.07953761518001556, -0.05814087763428688, 0.00851388555020094, 0.011557227000594139, 0.020444529131054878, -0.04495929181575775, -0.043092209845781326, 0.02938784286379814, 0.033588774502277374, 0.052726346999406815, 0.05246495455503464, -0.00770637346431613, -0.03069479949772358, 0.01172526367008686, 0.002602243097499013, -0.038349829614162445, 0.005349184852093458, -0.059559859335422516, 0.01928693801164627, 0.021975534036755562, 0.029630562290549278, 0.027670128270983696, 0.00984884798526764, -0.006908196955919266, -0.016215592622756958, -0.006072678603231907, 0.11015773564577103, -0.058514293283224106, -0.037920400500297546, 0.021714143455028534, -0.0069922152906656265, -0.011006438173353672, -0.053174443542957306, 0.021303385496139526, -0.017989318817853928, -0.0005618744762614369, -0.0011149969650432467, -0.027483420446515083, 0.05799151211977005, -0.03883526846766472, 0.007767053786665201, 0.03961944207549095, 0.034018199890851974, 0.018278716132044792, -0.039208684116601944, -0.001939429552294314, 0.007972432300448418, 0.06288326531648636, -0.02608310990035534, 0.004429647698998451, 0.0062593864277005196, -0.01504866685718298, 0.06956741213798523, -0.03592262417078018, -0.028715694323182106, 0.03734160587191582, 0.0030316715128719807, -0.07871609926223755, 0.06687881052494049, -0.049328260123729706, -0.055825699120759964, -0.0745338425040245, -0.0031553655862808228, 0.077745221555233, -0.04701308161020279, 0.026288488879799843, 0.01868947222828865, -0.004445984959602356, -0.038797926157712936, 0.0007275778334587812, -0.06213643029332161, 0.06781235337257385, 0.020799273625016212, 0.05679658055305481, -0.02208755910396576, 0.003967545460909605, -0.022909075021743774, 0.00611935555934906, -0.03799508139491081, 0.039246026426553726, -0.03317801654338837, 0.0016290275380015373, -0.024104006588459015, 0.013256269507110119, 0.029630562290549278, 0.0005735437152907252, 0.012472095899283886, -0.020556554198265076, 0.011333176866173744, -0.04925357550382614, 0.003953542560338974, 0.0664307177066803, 0.009690145961940289, 0.017391853034496307, -0.046340931206941605, 0.04790927842259407, 0.007622355129569769, 0.07819332182407379, -0.012052003294229507, -0.016047554090619087, 0.04671434685587883, 0.05993327498435974, 0.10127042979001999, -0.05082192271947861, -0.01118381042033434, -0.04727447032928467, -0.008341181091964245, 0.04832003638148308, -0.011118462309241295, 0.022180913016200066, -0.018138684332370758, -0.03413022682070732, 0.026213806122541428, -0.028248922899365425, 0.009279388934373856, 0.017979983240365982, 0.029294488951563835, 0.012089344672858715, -0.05944783613085747, 0.0027329386211931705, -0.012574785389006138, 0.008406528271734715, -0.03708021342754364, 0.044436510652303696, -0.012714816257357597, 0.018866846337914467, -0.06534780561923981, -0.010539667680859566, 0.015599455684423447, -0.036837492138147354, 0.06822311133146286, -0.0457061231136322, 0.04391372576355934, 0.04312955215573311, 0.001329127699136734, -0.04014222323894501, -0.002849631244316697, 0.06568387895822525, -0.06714020669460297, 0.016047554090619087, -0.03157232701778412, 0.005675924010574818, -0.08581100404262543, 0.0036711464636027813, 0.006875522900372744, -0.017093120142817497, 0.08125533163547516, 0.017569225281476974, 0.0339621901512146, -0.02268502488732338, 0.02389862760901451, -0.016626348719000816, -0.09103883057832718, -0.029910625889897346, 0.004221935290843248, -0.013321617618203163, 0.010987767018377781, 0.010362295433878899, 0.02460811659693718, -0.005185815505683422, -0.019828392192721367, 0.037920400500297546, -0.023487869650125504, -0.06523578613996506, -0.014301834627985954, -0.006772833410650492, -0.028958413749933243, 0.07322688400745392, -0.001431817188858986, 0.05067255720496178, -0.017251821234822273, -0.06209908798336983, -0.04275613650679588, -0.0348210446536541, -0.031105557456612587, 0.004744717851281166, -0.014413859695196152, -0.00019604341650847346, 0.020127125084400177, -0.01371370442211628, 0.01216402743011713, 0.007538336329162121, 0.00028225002461113036, -0.004716711584478617, -0.04260677099227905, -0.001345464726909995, -0.02979860082268715, -0.02165812999010086, 0.04256942868232727, 0.031497642397880554, 0.012313393875956535, -0.023114454001188278, -0.006203373894095421, 0.05914910137653351, -0.023525210097432137, -0.01253744401037693, 0.0331033319234848, -0.006908196955919266, -0.027838166803121567, -0.013088232837617397, -0.012724151834845543, 0.06501173228025436, -0.05974656715989113, -0.017867958173155785, 0.024981534108519554, -0.025168241932988167, 0.03894729167222977, 0.058364927768707275, -0.0807325467467308, -0.004212599713355303, -0.04682637378573418, -0.07135980576276779, 0.060717448592185974, 0.007314286660403013, 0.06975411623716354, 0.026885954663157463, 0.0035544540733098984, -0.005400529596954584, -0.003367746016010642, -0.03188972920179367, 0.04238272085785866, -0.024402737617492676, 0.019660355523228645, -0.024066664278507233, -0.06295794248580933, -0.018745485693216324, -0.03719223663210869, 0.03465300798416138, 0.002161145443096757, -0.0089713204652071, -0.021695472300052643, -0.044137775897979736, 0.005465877242386341, 0.11262227594852448, -0.05216621980071068, -0.017867958173155785, -0.01573948562145233, -0.012518772855401039, -0.011379853822290897, 0.030620114877820015, 0.0308628361672163, 0.07307752221822739, -0.003125025425106287, 0.024645458906888962, 0.010250270366668701, -0.015179362148046494, -0.02121003158390522, 0.09111351519823074, 0.045145999640226364, 0.02223692461848259, 0.028211582452058792, -0.021434081718325615, 0.06751362234354019, -0.005255830939859152, -0.05668455734848976, 0.03370079770684242, -0.01563679613173008, -0.03872324526309967, 0.01090374868363142, -0.00218681781552732, -0.07524333149194717, -0.0019020879408344626, 0.007220932748168707, -0.04697573930025101, 0.03961944207549095, 0.022218255326151848, 0.014665915630757809, -0.008985323831439018, -0.018213367089629173, -0.03812577947974205, -0.057916827499866486, 0.026587221771478653, 0.008784612640738487, -0.03947007656097412, -0.03407421335577965, 0.009736822918057442, 0.06605730205774307, 0.017671914771199226, 0.09873120486736298, -0.07871609926223755, -0.02387995645403862, -0.017979983240365982, 0.0029079774394631386, -0.02063123695552349, 0.026288488879799843, -0.046191565692424774, 0.04492194950580597, 0.047237128019332886, -0.02404799312353134, -0.0252055823802948, 0.02445875108242035, -0.016673026606440544, 0.011678586713969707, 0.002129638334736228, -0.03188972920179367, 0.04880547523498535, -0.06038137525320053, 0.022629011422395706, 0.04406309500336647, 0.03663211315870285, -0.016112903133034706, 0.015627460554242134, -0.004821734502911568, 0.0824502632021904, -0.028827719390392303, -0.02167680114507675, -0.011967984028160572, -0.019380291923880577, 0.00138047244399786, -0.010885077528655529, -0.0011278331512585282, 0.031945742666721344, -0.016775716096162796, 0.027408737689256668, -0.024888180196285248, 0.023245148360729218, 0.03230048716068268, -0.03099353238940239, 0.06508641690015793, 0.019604342058300972, -0.05164343863725662, 0.01407778449356556, -0.03334605321288109, 0.02430938370525837, 0.028080886229872704, 0.08207684755325317, -0.03749097138643265, 0.04003020003437996, 0.06837248057126999, 0.013153580017387867, -0.05840227007865906, 0.02270369604229927, -0.002375859534367919, -0.011519884690642357, 0.02031383290886879, 0.07233069092035294, 0.004628024995326996, 0.0031787040643393993, 0.05205419659614563, -0.01681305654346943, 0.025392290204763412, -0.032692573964595795, -0.07300283759832382, 0.007216264959424734, -0.040291592478752136, -0.03274858742952347, 0.05885037034749985, 0.0305454321205616, -0.0002692679699975997, -0.001037396490573883, -0.04171057045459747, 0.02270369604229927, 0.021732814610004425, -0.05130736529827118, -0.02535494975745678, -0.02434672601521015, -0.02356255240738392, 0.0015905189793556929, -0.010717040859162807, -0.023375844582915306, -0.0017830616561695933, -0.006184703204780817, 0.02744607999920845, 0.03932071104645729, -0.07991103082895279, 0.00143765180837363, 0.01670103333890438, -0.059410493820905685, -0.00019225091091357172, 0.02242363430559635, 0.002648920053616166, -0.0071789235807955265, 0.00023119704565033317, -0.011734599247574806, 0.002224159426987171, -0.05997061729431152, 0.009237379767000675, 0.0495523102581501, 0.016523659229278564, -0.07083702087402344, -0.030041320249438286, -0.03902197629213333, 0.008177811279892921, -0.015375405550003052, -0.021154018118977547, 0.01659834384918213, 0.00851388555020094, 0.04253208637237549, 0.021023323759436607, 0.021751483902335167, 0.038499195128679276, 0.04111310839653015, 0.035679902881383896, -0.03082549385726452, 0.03244985267519951, -0.0397314690053463, 0.011174474842846394, 0.04637827351689339, 0.017466535791754723, 0.023394515737891197, 0.020668577402830124, -0.01142653077840805, 0.004018890205770731, 0.03541851043701172, 0.011137133464217186, -0.03842451050877571, 0.022292938083410263, 0.022143570706248283, -0.0369495190680027, 0.004943094681948423, -0.003916200716048479, 0.003792506642639637, 0.023058440536260605, 0.018381405621767044, 0.001099243527278304, 0.03276725858449936, -0.012061337940394878, 0.07382435351610184, -0.046490296721458435, 0.028958413749933243, 0.005498551297932863, -0.040254250168800354, -0.04686371237039566, -0.004667700733989477, 0.0378083735704422, 0.01691574603319168, 0.05085926502943039, -0.021620789542794228, -0.017401188611984253, 0.029425185173749924, -0.009596792049705982, -0.056871265172958374, 0.03883526846766472, 0.02341318689286709, -0.006740159820765257, -0.026904625818133354, 0.03838716819882393, 0.016542330384254456, 0.0024038658011704683, 0.01588885299861431, 0.0039838822558522224, -0.061613649129867554, 0.02669924683868885, -0.000019837727450067177, -0.040702350437641144, -0.021695472300052643, 0.048432059586048126, 0.052726346999406815, 0.0059606535360217094, -0.0013781385496258736, -0.012882853858172894, 0.04077703133225441, -0.05899973586201668, 0.014843287877738476, -0.036874834448099136, -0.012668139301240444, 0.001054316875524819, 0.01148254331201315, -0.04966433346271515, -0.018185362219810486, -0.008966652676463127, -0.05944783613085747, 0.0045860158279538155, -0.03291662409901619, 0.038499195128679276, 0.031665679067373276, -0.04305487126111984, 0.02697930857539177, -0.0512700229883194, 0.0316096693277359, 0.029425185173749924, 0.0046000187285244465, -0.018148019909858704, -0.01186529453843832, -0.01541274692863226, -0.06079213321208954, 0.03159099817276001, -0.01854010671377182, -0.010371631011366844, 0.006614131852984428, -0.05974656715989113, 0.045444734394550323, 0.015142020769417286, 0.040552981197834015, -0.010044891387224197, -0.010577009059488773, 0.030358724296092987, -0.01973503828048706, -0.032393842935562134, -0.0062453835271298885, -0.004105242434889078, 0.002777281915768981, -0.008985323831439018, 0.014264493249356747, 0.03734160587191582, -0.0034517645835876465, 0.04047830030322075, 0.010222264565527439, -0.02920113503932953, -0.008527888916432858, -0.0745338425040245, -0.04305487126111984, -0.004544006660580635, 0.00972748827189207, 0.01975370943546295, 0.01557144895195961, -0.013517661020159721, 0.014516549184918404, 0.011491878889501095, 0.022348949685692787, 0.009125354699790478, 0.05855163559317589, 0.0005449540331028402, -0.01023159921169281, 0.041598547250032425, -0.010950425639748573, -0.05268900468945503, -0.040552981197834015, 0.03323402628302574, -0.03943273425102234, -0.044100433588027954, 0.00582062266767025, -0.019193584099411964, 0.061464279890060425, -0.020145796239376068, 0.09626665711402893, -0.05843961238861084, -0.07445915788412094, -0.030284041538834572, 0.0382378026843071, 0.018614789471030235, -0.040889058262109756, 0.06519844383001328, -0.02785683609545231, 0.022815721109509468, -0.02582171931862831, 0.0033817491494119167, -0.03954475745558739, -0.04966433346271515, 0.02505621686577797, 0.04522068426012993, 0.03127359226346016, 0.04017956554889679, -0.023655906319618225, 0.04021690785884857, 0.018017323687672615, -0.007346960715949535, 0.01200532540678978, 0.04402575269341469, -0.009746158495545387, -0.050075091421604156, -0.02313312329351902, 0.05765543878078461, 0.0039021975826472044, 0.03465300798416138, -0.002015279605984688, 0.0063247340731322765, 0.04062766581773758, -0.028248922899365425, -0.03954475745558739, 0.04973901808261871, -0.011622574180364609, 0.07584080100059509, -0.046490296721458435, -0.014889964833855629, 0.01638362929224968, 0.05082192271947861, 0.007981767877936363, -0.02165812999010086, 0.06228579580783844, -0.034596998244524, -0.028211582452058792, -0.008471876382827759, -0.0024832168128341436, 0.038648560643196106, -0.014805946499109268, 0.04675168916583061, 0.0019359288271516562, -0.016794387251138687, -0.00844853837043047, -0.02656855247914791, -0.023375844582915306, -0.04697573930025101, -0.06863386929035187, 0.055377598851919174, -0.0527636855840683, 0.03276725858449936, 0.022311609238386154, 0.017681250348687172, -0.040889058262109756, 0.034951742738485336, -0.008201150223612785, -0.13248801231384277, -0.008387858048081398, 0.06452628970146179, -0.006170700304210186, -0.03259922191500664, -0.06363009661436081, -0.04424980282783508, -0.011883965693414211, -0.01847475953400135, -0.05519089102745056, 0.0369495190680027, 0.06628134846687317, -0.04820801317691803, -0.04600485786795616, 0.01732650399208069, -0.010343624278903008, -0.02772614173591137, 0.003279059659689665, 0.0011902636615559459, -0.0007363297627307475, 0.013993766158819199, -0.026736589148640633, 0.04432448372244835, -0.004882414825260639, -0.03454098477959633, -0.014899300411343575, -0.04757320508360863, 0.014049778692424297, -0.03513845056295395, 0.003783171297982335, 0.047535862773656845, 0.07106107473373413, -0.05295039340853691, 0.033906176686286926, 0.027259372174739838, -0.014124461449682713, -0.032561879605054855, 0.008028444834053516, 0.053622543811798096, 0.039246026426553726, -0.03452231362462044, -0.02137806825339794, -0.02358122356235981, -0.0051904828287661076, -0.026475196704268456, -0.028118228539824486, 0.02641918510198593, 0.025149570778012276, -0.0011272496776655316, -0.002837962005287409, -0.00915336050093174, 0.028846388682723045, -0.044436510652303696, -0.0016138574574142694, -0.07752116769552231, -0.0011511716293171048, -0.005755275022238493, 0.02255432866513729, -0.004840405657887459, -0.01941763423383236, -0.03795774281024933, 0.013293610885739326, -0.04316689446568489, -0.029481196776032448, 0.03812577947974205, 0.027782153338193893, -0.014469871297478676, 0.00756634259596467, 0.033140674233436584, 0.06915665417909622, 0.02593374438583851, 0.0076596965081989765, 0.008107796311378479, -0.023543881252408028, 0.017755933105945587, 0.0047353822737932205, -0.030358724296092987, 0.051382046192884445, -0.03571724519133568, 0.03250586614012718, -0.0450713150203228, -0.004667700733989477, 0.04794662073254585, 0.028248922899365425, 0.03594129532575607, -0.01311623863875866, 0.01616891473531723, 0.015860846266150475, -0.013190921396017075, 0.049925725907087326, 0.006866187322884798, -0.010614351369440556, 0.07714775204658508, -0.014161803759634495, -0.05321178585290909, -0.0929059088230133, -0.05601240694522858, -0.018614789471030235, -0.01327494066208601, 0.053174443542957306, -0.008112463168799877, -0.012938866391777992, 0.0166636910289526, -0.03939539194107056, -0.04137449711561203, -0.018054665997624397, 0.0112678287550807, -0.0018320725066587329, -0.00888730213046074, 0.028062215074896812, 0.02578437700867653, -0.0051531414501369, 0.03455965593457222, 0.03961944207549095, -0.015860846266150475, -0.031217580661177635, -0.018437417224049568, 0.027390066534280777, 0.02802487462759018, -0.01721447892487049, -0.04301752895116806, 0.019641684368252754, -0.02759544551372528, -0.059410493820905685, -0.00020727507944684476, 0.020799273625016212, -0.0681484267115593, -0.05134470760822296, 0.0002911478222813457, -0.028827719390392303, -0.011827953159809113, 0.003526447806507349, 0.01915624365210533, 0.07669965922832489, 0.014059114269912243, -0.011809282004833221, -0.0004136749485041946, -0.0664307177066803, 0.02003377117216587 ]
22,855
pipen_verbose
_shorten_path
Shorten the path in input data
def _shorten_path(path: Any, cutoff: int = 20) -> Any: """Shorten the path in input data""" if not isinstance(path, str): return path if len(path) < cutoff: return path if os.path.sep not in path: return f"{path[:5]} ... {path[-5:]}" parts = path.split(os.path.sep) if len(parts) >= 3: out = os.path.sep.join([parts[0], "..."] + parts[-2:]) if len(out) < cutoff: return out out = os.path.sep.join([parts[0], "...", parts[-1]]) return out if len(parts[0]) > 3: return os.path.sep.join(["...", parts[-1]]) return os.path.sep.join([parts[0], f"...{parts[-1][-5:]}"])
(path: Any, cutoff: int = 20) -> Any
[ -0.023151015862822533, 0.048123862594366074, 0.0025587286800146103, 0.015201984904706478, -0.018785493448376656, -0.054036226123571396, 0.047642625868320465, 0.0018357965163886547, 0.08277304470539093, -0.022979145869612694, 0.03323984146118164, 0.007484979461878538, -0.01911204867064953, 0.017041003331542015, -0.0026382189244031906, 0.022326035425066948, 0.009341185912489891, -0.008657998405396938, 0.04193650931119919, 0.04338022693991661, 0.053039371967315674, -0.010312256403267384, -0.031830497086048126, -0.02564314566552639, 0.023030705749988556, 0.04090528562664986, 0.0384303443133831, 0.009779457002878189, 0.006204540841281414, -0.07445449382066727, 0.020177649334073067, 0.008030669763684273, 0.015794940292835236, 0.011773159727454185, -0.01114583108574152, 0.012013779021799564, 0.02609000913798809, -0.006260399241000414, -0.021105751395225525, -0.06056731939315796, -0.03860221430659294, -0.038258470594882965, -0.06087668985128403, -0.04135214909911156, 0.01301922369748354, -0.012030965648591518, -0.01505589485168457, -0.0005204466870054603, -0.012005185708403587, 0.005439715459942818, -0.004554579965770245, -0.05702677741646767, -0.044514574110507965, -0.001662851427681744, -0.020882319658994675, 0.0009802015265449882, 0.0194386038929224, 0.06287039071321487, 0.017169907689094543, -0.041386522352695465, 0.0176511462777853, -0.006750231143087149, 0.07383576035499573, -0.022944770753383636, 0.021879171952605247, 0.009220875799655914, -0.03380701318383217, 0.01458324957638979, -0.01729021780192852, 0.006900618318468332, -0.022618215531110764, 0.03537103906273842, -0.0393240712583065, -0.004131347872316837, -0.019627662375569344, 0.013045004568994045, -0.07892313599586487, -0.03184768557548523, 0.024560358375310898, -0.03506167232990265, 0.027774345129728317, -0.06335163116455078, 0.0010537836933508515, -0.05193939805030823, 0.05520494654774666, -0.03547416254878044, -0.01594962365925312, -0.06555157899856567, -0.02846182882785797, 0.048123862594366074, -0.00434403819963336, 0.02863369882106781, -0.008425973355770111, -0.015133236534893513, 0.002401896519586444, -0.0006332370103336871, 0.027499351650476456, -0.027052486315369606, 0.006174463778734207, -0.02600407414138317, 0.008902914822101593, 0.0218963585793972, -0.025127531960606575, 0.022102603688836098, 0.04726450890302658, -0.0007207837770693004, 0.008314256556332111, 0.002618883503600955, -0.026588434353470802, -0.053623735904693604, -0.05341748893260956, -0.05427684262394905, 0.004515909124165773, -0.010784901678562164, 0.00882557313889265, -0.006071341224014759, -0.03403044864535332, -0.025436900556087494, 0.04448020085692406, -0.01773708127439022, 0.0058049410581588745, -0.015794940292835236, -0.05712990090250969, -0.01076771505177021, 0.024766603484749794, 0.03791473060846329, -0.009770862758159637, 0.051526907831430435, -0.0013137385249137878, -0.053898729383945465, -0.0375366136431694, 0.08077934384346008, -0.01871674507856369, 0.035886652767658234, 0.011180205270648003, -0.002644664142280817, -0.06228603050112724, 0.08957913517951965, 0.008073637261986732, 0.02139793336391449, -0.016740228980779648, -0.005040115211158991, -0.016422268003225327, -0.0022042449563741684, -0.004395599476993084, -0.032225802540779114, 0.01576915942132473, -0.032947659492492676, 0.02363225445151329, 0.02564314566552639, -0.03416794538497925, -0.027172796428203583, 0.032982032746076584, -0.010466940701007843, 0.057336147874593735, -0.06929836422204971, -0.021690113469958305, -0.051526907831430435, 0.07555446773767471, -0.052730005234479904, 0.01297625619918108, -0.08834166824817657, 0.005113160703331232, -0.035886652767658234, -0.05087380111217499, -0.023615067824721336, -0.004726450890302658, -0.00007076249312376603, -0.013371559791266918, 0.07809815555810928, 0.08462925255298615, 0.014273881912231445, -0.04028654843568802, 0.035989776253700256, -0.10511627048254013, 0.03581790626049042, -0.008524798788130283, -0.02309945411980152, 0.021466681733727455, -0.018733933568000793, -0.04327710345387459, -0.031418006867170334, -0.010845056734979153, 0.023082267493009567, 0.0006461273296736181, -0.02273852564394474, -0.008675185963511467, 0.006406489294022322, 0.011841908097267151, -0.008520501665771008, -0.04011467844247818, -0.0021011221688240767, 0.043002109974622726, 0.008486127480864525, -0.04118027910590172, -0.052867501974105835, 0.028083711862564087, -0.0433458536863327, -0.009564617648720741, -0.002659702906385064, -0.05651116743683815, 0.04815823957324028, 0.04908633977174759, -0.06314538419246674, 0.052386265248060226, 0.038395967334508896, 0.047195762395858765, 0.0393240712583065, -0.06864525377750397, 0.0437927171587944, 0.02346038445830345, -0.009856798686087132, 0.033342961221933365, -0.051526907831430435, -0.02944149263203144, -0.02670874446630478, -0.020830757915973663, 0.054654959589242935, -0.008610734716057777, 0.04104278236627579, -0.021380744874477386, -0.005547134671360254, 0.04011467844247818, 0.04461769759654999, 0.002951883478090167, -0.02064169943332672, 0.006548283156007528, 0.06287039071321487, 0.08572922646999359, -0.06936711072921753, 0.02603844739496708, -0.04702388867735863, 0.020469829440116882, -0.02036670595407486, 0.0008051079348661005, 0.003714560763910413, -0.0014952771598473191, -0.058367371559143066, 0.03184768557548523, -0.07005459815263748, -0.00817246362566948, -0.06452035158872604, 0.008769715204834938, -0.011893468908965588, -0.008799792267382145, -0.013938733376562595, -0.032002370804548264, -0.038980331271886826, 0.034425750374794006, -0.006105715408921242, 0.01382701750844717, 0.059261102229356766, -0.05843612179160118, 0.04606141149997711, 0.03293047100305557, 0.04970507696270943, -0.09659147262573242, -0.03368670493364334, -0.07576071470975876, 0.03499292582273483, -0.02975086122751236, -0.0060326699167490005, -0.03081646002829075, 0.03308515623211861, -0.0027005223091691732, -0.04038967192173004, -0.02385568618774414, -0.041524019092321396, 0.007214282639324665, -0.0317273773252964, 0.013741081580519676, 0.051251914352178574, -0.032758601009845734, -0.00012151812552474439, -0.04148964583873749, 0.030180538073182106, -0.02335726097226143, 0.026811867952346802, 0.013414527289569378, -0.009684927761554718, -0.01902611367404461, -0.02894306741654873, -0.008722450584173203, -0.030008666217327118, 0.004318257328122854, 0.006277586333453655, 0.022446345537900925, -0.003705967217683792, -0.03014616295695305, 0.023426009342074394, 0.05905485525727272, -0.015330888330936432, 0.03354920819401741, -0.036333516240119934, 0.0176511462777853, -0.0012675481848418713, 0.05668303743004799, -0.07699818164110184, 0.03846471756696701, -0.07741067558526993, 0.017719894647598267, -0.015176204033195972, -0.02684624120593071, -0.0027520835865288973, 0.043173979967832565, -0.037674110382795334, -0.04193650931119919, -0.03643663972616196, 0.025986887514591217, 0.0589517317712307, -0.03623039647936821, -0.14230914413928986, -0.006943586282432079, -0.013947326689958572, 0.07211704552173615, 0.03757098689675331, 0.015932437032461166, 0.008073637261986732, -0.03019772469997406, 0.021105751395225525, -0.021071378141641617, 0.039770934730768204, -0.019937029108405113, 0.004614735022187233, -0.06623905897140503, -0.05132066458463669, 0.008477534167468548, 0.04575204476714134, 0.007540837861597538, -0.013216875493526459, -0.03506167232990265, 0.05530807003378868, 0.013852798379957676, -0.03458043560385704, -0.026588434353470802, 0.0437927171587944, 0.051251914352178574, -0.00646664435043931, -0.037192873656749725, 0.025127531960606575, 0.07610445469617844, 0.024646293371915817, 0.005697521846741438, 0.04059591516852379, 0.006969366688281298, 0.05458621308207512, 0.01208252739161253, 0.0005843612016178668, -0.03377263993024826, -0.030438344925642014, 0.032947659492492676, -0.03195080906152725, -0.023683816194534302, -0.0598454624414444, 0.06572344899177551, 0.01364655327051878, 0.0003944975323975086, -0.0006568692624568939, -0.0023933029733598232, 0.028479015454649925, 0.059742338955402374, -0.040492795407772064, 0.030833646655082703, 0.010226321406662464, 0.02033233270049095, 0.025608770549297333, 0.015932437032461166, -0.0033278511837124825, -0.012297365814447403, 0.020469829440116882, -0.030764898285269737, -0.015244952403008938, 0.06902337074279785, -0.049601953476667404, 0.002885283436626196, 0.06352350115776062, -0.01871674507856369, -0.013087972067296505, -0.06486409157514572, 0.06596406549215317, 0.05276437848806381, 0.022033855319023132, 0.01009741798043251, 0.0010054450249299407, -0.015777751803398132, 0.0068060895428061485, -0.04729888215661049, -0.04506456106901169, 0.041833385825157166, 0.022772900760173798, 0.012426269240677357, 0.004563173744827509, 0.03671163320541382, 0.01657695323228836, 0.0097193019464612, 0.03774286061525345, 0.02416505478322506, -0.004384857602417469, 0.03523354232311249, 0.023735377937555313, -0.0075966957956552505, 0.026468126103281975, -0.005581508856266737, 0.07644819468259811, -0.00533659290522337, 0.0049713668413460255, 0.09968514740467072, 0.08634795993566513, 0.0059209540486335754, 0.043930213898420334, -0.012855947017669678, 0.0022815868724137545, -0.03157269209623337, 0.008791198953986168, 0.05149253457784653, -0.008894321508705616, -0.04650827869772911, -0.02631344087421894, 0.03894595429301262, -0.04221150279045105, -0.037983477115631104, 0.013629365712404251, -0.023649441078305244, 0.015975404530763626, -0.020916692912578583, -0.04145527258515358, -0.012022372335195541, 0.013517649844288826, 0.03564603254199028, 0.022308848798274994, -0.01557150762528181, -0.03002585470676422, -0.04640515521168709, -0.019421417266130447, -0.011266140267252922, 0.0384303443133831, 0.026107195764780045, -0.015794940292835236, 0.03667725995182991, -0.03341171145439148, -0.0003198410850018263, 0.025849390774965286, -0.0039014704525470734, -0.01952453888952732, 0.067029669880867, -0.023683816194534302, -0.023288512602448463, 0.00018623827781993896, 0.007351779378950596, -0.043930213898420334, -0.0025866576470434666, -0.041249025613069534, 0.005220579914748669, 0.0321742407977581, 0.017367558553814888, -0.06785465031862259, -0.032277364283800125, 0.015502759255468845, -0.023374447599053383, 0.020744822919368744, -0.0001561608660267666, 0.061529796570539474, 0.0804356038570404, 0.004026076756417751, 0.008735341019928455, 0.042417749762535095, 0.04637078195810318, 0.021019816398620605, -0.03509604558348656, -0.027224358171224594, 0.06720153987407684, -0.05888298526406288, -0.032586731016635895, 0.0710170716047287, 0.08284179121255875, 0.033342961221933365, -0.03329140320420265, 0.03873971104621887, 0.05159565806388855, 0.02304789423942566, 0.027946215122938156, -0.0384303443133831, -0.001238544937223196, 0.01983390748500824, -0.006900618318468332, 0.0024362707044929266, -0.05499870330095291, 0.05726739764213562, -0.02492128685116768, -0.0021730931475758553, 0.06826713681221008, 0.07163581252098083, -0.04970507696270943, -0.017436306923627853, 0.02005733922123909, 0.041833385825157166, -0.015408230014145374, 0.022927584126591682, 0.028221208602190018, 0.044823940843343735, -0.025436900556087494, -0.021690113469958305, -0.03564603254199028, 0.006187353748828173, 0.005761973559856415, 0.06892024725675583, -0.02653687447309494, 0.019352668896317482, -0.042555246502161026, 0.0067029669880867004, 0.006226025056093931, -0.03344608470797539, 0.023975996300578117, 0.028616512194275856, 0.005843611899763346, 0.027189983054995537, -0.01289032120257616, 0.0225666556507349, 0.07321701943874359, -0.01790895313024521, -0.06293913722038269, 0.006105715408921242, -0.02469785511493683, -0.06115168333053589, -0.022858835756778717, -0.06544845551252365, 0.0661015659570694, 0.01715272106230259, -0.004803793039172888, 0.07211704552173615, -0.008245508186519146, 0.040802162140607834, 0.057336147874593735, 0.06802652031183243, 0.06809526681900024, 0.03543978929519653, -0.07094832509756088, -0.019988590851426125, 0.01368952076882124, 0.0028208319563418627, -0.04760825261473656, 0.0006928547518327832, 0.002517909277230501, -0.009839611127972603, -0.005560025107115507, -0.0008862095419317484, 0.03533666580915451, 0.097416453063488, 0.05743926763534546, 0.005061599425971508, -0.05606430023908615, 0.04619890823960304, 0.012563765980303288, 0.07569196075201035, -0.030971143394708633, -0.015648849308490753, 0.016138682141900063, -0.032724227756261826, -0.018922990188002586, 0.0011859094956889749, -0.02296195738017559, -0.01978234574198723, 0.06617031246423721, -0.02179323509335518, -0.007682631257921457, 0.012254398316144943, -0.023391636088490486, -0.0010092046577483416, -0.011807533912360668, -0.009770862758159637, 0.01192784309387207, 0.03650538995862007, -0.006870540790259838, -0.016138682141900063, -0.056304920464754105, 0.004545986652374268, 0.052558135241270065, -0.01911204867064953, 0.039736561477184296, 0.045098934322595596, 0.04073341190814972, 0.028788382187485695, 0.03650538995862007, 0.019868280738592148, 0.0034073414281010628, -0.00280794152058661, 0.028307143598794937, 0.004290328361093998, -0.03722724691033363, -0.040183424949645996, -0.0005993999075144529, 0.011713004671037197, 0.00882557313889265, -0.02229166217148304, 0.031693000346422195, -0.027722783386707306, -0.023116642609238625, -0.03667725995182991, 0.025986887514591217, 0.027757156640291214, -0.04382709041237831, -0.022927584126591682, -0.01863081008195877, 0.05578930675983429, -0.024233803153038025, 0.006870540790259838, 0.03578352928161621, -0.02407911978662014, -0.03547416254878044, 0.0016768159111961722, 0.03109145350754261, 0.072392039000988, -0.012065339833498001, 0.0027263029478490353, -0.09177908301353455, 0.049601953476667404, 0.03377263993024826, -0.08627921342849731, -0.03488980233669281, -0.01782301627099514, -0.03091958351433277, -0.005383857525885105, 0.005663147661834955, -0.024869725108146667, -0.0028143867384642363, -0.012065339833498001, -0.005482682958245277, -0.023838499560952187, -0.042555246502161026, -0.05602992698550224, -0.005366670433431864, -0.06173604354262352, -0.0034524574875831604, 0.01344890147447586, -0.03863658756017685, -0.013998888432979584, -0.025660332292318344, 0.017668332904577255, -0.0033299995120614767, -0.0007240063278004527, -0.01400748174637556, 0.016688669100403786, -0.06503596156835556, -0.02492128685116768, -0.03330858796834946, -0.005095973610877991, -0.0090490048751235, 0.00533659290522337, -0.03805222734808922, -0.03688350319862366, -0.014737932942807674, 0.051973775029182434, 0.006617031525820494, 0.0058049410581588745, 0.05324561893939972, 0.006741637829691172, 0.09006037563085556, -0.026743119582533836, -0.01179034635424614, -0.018905803561210632, 0.058676738291978836, -0.047642625868320465, 0.05771426111459732, -0.016585545614361763, -0.016920695081353188, -0.01085365004837513, 0.02282446064054966, -0.07404199987649918, 0.045855168253183365, -0.02782590501010418, -0.004238767083734274, -0.03956469148397446, -0.017840204760432243, -0.051664404571056366, 0.02332288771867752, -0.037811607122421265, 0.021277623251080513, 0.0620797835290432, -0.04114590212702751, -0.01567463018000126, -0.0023567802272737026, -0.006973663344979286, 0.01804644986987114, -0.04857072979211807, 0.047470755875110626, 0.03894595429301262, -0.06733903288841248, 0.044652070850133896, -0.011266140267252922, 0.06682342290878296, -0.013758269138634205, -0.057920508086681366, -0.02220572531223297, -0.0014759417390450835, 0.01353483647108078, -0.03922094777226448, 0.007261547259986401, 0.03784598037600517, 0.01315672043710947, -0.045992664992809296, 0.04891446977853775, 0.031693000346422195, -0.018235506489872932, -0.07349201291799545, -0.0017788643017411232, -0.02229166217148304, -0.005151831544935703, -0.03354920819401741, -0.043002109974622726, 0.030988331884145737, 0.009779457002878189, 0.05757676437497139, 0.05812675133347511, -0.023924434557557106, 0.0402178019285202, -0.03918657451868057, -0.0531424954533577, -0.04805511608719826, 0.021466681733727455, 0.036299142986536026, 0.027929028496146202, -0.03207111731171608, 0.03456324711441994, 0.014359816908836365, -0.07699818164110184, -0.0028423157054930925, 0.01617305539548397, 0.006006889510899782, 0.00262962537817657, 0.018149571493268013, -0.03818972408771515, 0.021380744874477386, -0.017719894647598267, -0.019868280738592148, 0.015554320067167282, 0.020658887922763824, -0.007807237561792135, -0.008163869380950928, 0.019197983667254448, 0.01755661703646183, 0.012898914515972137, 0.015648849308490753, 0.008980256505310535, -0.0009544208296574652, 0.0016392191173508763, -0.0437927171587944, 0.035267919301986694, -0.015081675723195076, -0.03523354232311249, 0.004041115753352642, 0.008971663191914558, 0.015399636700749397, -0.006002592854201794, -0.043311476707458496, 0.042452123016119, -0.024852538481354713, -0.027138421311974525, 0.021690113469958305, -0.004756528418511152, -0.05070192739367485, 0.0011343482183292508, 0.010286475531756878, 0.009186501614749432, 0.019232358783483505, 0.03822409734129906, 0.02846182882785797, -0.02156980335712433, 0.008361521176993847 ]
22,856
xqute.utils
a_read_text
Read the text from a file asyncly Args: path: The path of the file Returns: The content of the file
"""Utilities for xqute""" import logging from os import PathLike from typing import Callable import asyncio from functools import partial, wraps import aiopath as aiop # type: ignore import aiofile as aiof from rich.logging import RichHandler from .defaults import LOGGER_NAME # helper functions to read and write the whole content of the file async def a_read_text(path: PathLike) -> str: """Read the text from a file asyncly Args: path: The path of the file Returns: The content of the file """ async with aiof.async_open(path, mode='rt') as file: # type: ignore return await file.read()
(path: os.PathLike) -> str
[ -0.014897755347192287, -0.05232652276754379, -0.055350322276353836, 0.049929603934288025, 0.09182032197713852, 0.024743549525737762, -0.028265170753002167, 0.025020115077495575, 0.031602416187524796, -0.0787663459777832, 0.08879651874303818, 0.018410159274935722, -0.002867080271244049, 0.0242457278072834, -0.022770702838897705, 0.0245407335460186, 0.028836743906140327, 0.037189073860645294, -0.02389540895819664, 0.047385185956954956, -0.021166613325476646, 0.051736511290073395, -0.014233993366360664, -0.016050118952989578, -0.013505700044333935, 0.053100910037755966, -0.020023467019200325, -0.03801877424120903, -0.0156537052243948, -0.03538217023015022, 0.05675159767270088, -0.05959102138876915, 0.03875628858804703, -0.008006621152162552, -0.04664767533540726, -0.02136942930519581, 0.0045426166616380215, 0.019783776253461838, -0.05287965387105942, -0.06939993798732758, 0.005927757825702429, -0.009361800737679005, 0.020650353282690048, -0.012639123015105724, -0.03816627711057663, -0.003844284685328603, -0.03490278497338295, 0.03077271394431591, 0.020945359021425247, -0.027103589847683907, 0.04336574301123619, 0.013892894610762596, -0.024891050532460213, 0.04627891629934311, 0.010592524893581867, 0.0667080208659172, -0.052031517028808594, 0.05206838995218277, 0.033630575984716415, -0.045947037637233734, 0.00597385223954916, 0.029740197584033012, 0.07382501661777496, -0.002749539213255048, 0.04697955399751663, 0.004593320656567812, -0.0062089343555271626, -0.025757629424333572, -0.045652031898498535, -0.009652196429669857, -0.023803219199180603, -0.011542072519659996, 0.011376132257282734, -0.04048944264650345, 0.05092524737119675, -0.008790228515863419, -0.06408984959125519, 0.07231311500072479, 0.014021959155797958, 0.019451895728707314, 0.0008521727868355811, 0.009403285570442677, 0.013496480882167816, 0.015192760154604912, 0.008923903107643127, -0.04554140567779541, 0.059406641870737076, -0.016022462397813797, -0.011376132257282734, -0.011320819146931171, -0.01939658261835575, 0.009504693560302258, -0.015801208093762398, 0.02817298285663128, -0.02708515152335167, -0.03055146150290966, 0.01313694380223751, -0.017110293731093407, -0.052474021911621094, 0.008421472273766994, -0.08828026056289673, 0.07257124036550522, 0.03722595050930977, -0.001161582418717444, -0.010435803793370724, -0.05063024163246155, -0.007084730546921492, 0.011781764216721058, 0.02483573742210865, -0.02159068174660206, -0.0671505257487297, -0.03916192054748535, 0.02955581806600094, 0.02513074316084385, -0.005655799992382526, -0.04111633077263832, -0.021461617201566696, 0.0029454410541802645, 0.01741451770067215, -0.04509889706969261, 0.061729807406663895, -0.008578193373978138, -0.025370433926582336, 0.01585652120411396, 0.024135101586580276, 0.04314449056982994, -0.004148508422076702, 0.026661081239581108, 0.03868253901600838, -0.011717231944203377, -0.015192760154604912, 0.028117669746279716, 0.07341938465833664, 0.025610126554965973, 0.01520197931677103, 0.07662755995988846, 0.011357694864273071, 0.0015637571923434734, 0.0337965153157711, 0.022826015949249268, -0.009947201237082481, -0.07330875843763351, 0.007199966814368963, -0.06681864708662033, 0.05051961541175842, -0.024522295221686363, -0.03521622717380524, -0.07375126332044601, -0.03547435626387596, -0.005950804799795151, 0.02157224528491497, 0.0020707971416413784, -0.08496145159006119, 0.04351324588060379, -0.00355619378387928, 0.012454744428396225, -0.008642726577818394, 0.024632921442389488, -0.009283440187573433, -0.03372276574373245, -0.025812942534685135, -0.010850654914975166, 0.03484747186303139, 0.023213209584355354, -0.002045445144176483, 0.02520449459552765, -0.010417365469038486, -0.016713880002498627, 0.027546096593141556, 0.026771709322929382, 0.0014035786734893918, 0.03871941193938255, -0.07825008779764175, 0.007905213162302971, 0.008923903107643127, -0.03506872430443764, -0.022715389728546143, 0.02715890295803547, 0.02533355914056301, -0.029205499216914177, -0.052252769470214844, -0.05092524737119675, -0.01939658261835575, 0.0100301718339324, 0.04705330729484558, 0.05162588506937027, 0.01882500946521759, 0.017082637175917625, 0.04273885861039162, -0.04395575448870659, -0.0408581979572773, -0.015967149287462234, 0.0099932961165905, 0.002091539790853858, 0.04720080643892288, -0.026753270998597145, -0.015967149287462234, -0.0022413469851017, -0.00508883735165, -0.0299061369150877, -0.005259386729449034, -0.03324338048696518, 0.04871270805597305, 0.008813275955617428, -0.013385854661464691, -0.028117669746279716, 0.06630238890647888, 0.010371271520853043, -0.06630238890647888, 0.03510560095310211, -0.028357360512018204, -0.022752264514565468, -0.05177338793873787, 0.04945022240281105, 0.04207509383559227, 0.006130573805421591, 0.01118253543972969, 0.049339596182107925, 0.016999665647745132, 0.06563862413167953, 0.09381160885095596, 0.0495239719748497, -0.028486425057053566, 0.0012664474779739976, 0.04539390280842781, -0.004701642785221338, -0.0033994722180068493, 0.02926081418991089, 0.012371774762868881, -0.03357526287436485, 0.0598122738301754, 0.04126382991671562, 0.034423403441905975, 0.013542575761675835, -0.021314114332199097, -0.015146665275096893, -0.013607108034193516, 0.011846296489238739, -0.020613478496670723, 0.020300034433603287, -0.03623030707240105, 0.047753941267728806, 0.009910325519740582, 0.00015700951917096972, -0.026827022433280945, -0.055645328015089035, 0.010297520086169243, 0.020041905343532562, -0.003291150089353323, -0.01753436215221882, 0.03230305388569832, -0.00713082542642951, -0.03318806737661362, -0.024651359766721725, -0.04133758321404457, 0.008144904859364033, 0.004395114257931709, -0.04627891629934311, 0.004653243813663721, 0.028726117685437202, 0.03816627711057663, -0.013219913467764854, -0.0059231482446193695, 0.04808582365512848, -0.036599062383174896, -0.055719077587127686, -0.014814784750342369, -0.002431486966088414, -0.03621187061071396, -0.004183079581707716, 0.05889038369059563, 0.07611130177974701, -0.015294168144464493, -0.04554140567779541, -0.07161247730255127, -0.010214549489319324, 0.03687563166022301, 0.016363561153411865, 0.0016628605080768466, 0.014870098792016506, -0.05973852425813675, 0.06191418692469597, 0.051367755979299545, 0.016123870387673378, 0.01948877051472664, -0.05719410255551338, -0.03591686487197876, -0.020152533426880836, -0.037834398448467255, -0.014464466832578182, -0.0007075511966831982, -0.02599732019007206, -0.011320819146931171, -0.02658732980489731, 0.046168290078639984, 0.000033832671761047095, -0.11291318386793137, -0.05487094074487686, 0.029592694714665413, -0.06405296921730042, -0.0018472386291250587, 0.03119678422808647, -0.06652364134788513, -0.0065315961837768555, -0.04465638846158981, -0.020300034433603287, -0.022715389728546143, -0.030606774613261223, -0.04874958470463753, -0.006204324774444103, -0.014694939367473125, -0.05771036446094513, 0.038055650889873505, 0.0020811683498322964, 0.022862890735268593, 0.06998994946479797, 0.022715389728546143, 0.059480395168066025, 0.04266510531306267, -0.018317969515919685, -0.08437144756317139, 0.02527824603021145, 0.02780422568321228, 0.00206273072399199, -0.008933121338486671, -0.03691250830888748, 0.005794083699584007, 0.0199128407984972, -0.05221589282155037, 0.016040898859500885, -0.059922900050878525, 0.06416359543800354, -0.05468656122684479, -0.009679852984845638, -0.07648006081581116, 0.020982233807444572, -0.00593697652220726, -0.02288132905960083, 0.09307409077882767, -0.03193429857492447, -0.002655045362189412, 0.03198961168527603, 0.005964633543044329, 0.031823668628931046, 0.0031736090313643217, -0.01578276976943016, 0.036820318549871445, -0.010048609226942062, 0.06420047581195831, -0.04539390280842781, 0.10539055615663528, -0.024356354027986526, -0.02144317887723446, -0.005443765316158533, 0.00812646746635437, 0.021332552656531334, -0.023010393604636192, -0.01622527837753296, -0.020392224192619324, 0.035529669374227524, -0.04657392203807831, -0.015404795296490192, -0.02701140008866787, -0.0007801500614732504, -0.03742876648902893, -0.04598391428589821, 0.008486004546284676, 0.0626148208975792, 0.0004344410263001919, 0.058042243123054504, -0.028338922187685966, 0.016050118952989578, -0.0340915210545063, 0.03202648460865021, -0.027269529178738594, 0.029057998210191727, -0.037391889840364456, -0.028504863381385803, -0.09329535067081451, 0.011864734813570976, 0.0598122738301754, 0.02411666326224804, 0.0030745058320462704, -0.015358700416982174, -0.038129404187202454, -0.057673487812280655, -0.011726451106369495, 0.01729467138648033, -0.04701643064618111, 0.02540731057524681, 0.031620852649211884, -0.008840932510793209, -0.01625293493270874, -0.030588336288928986, 0.0035354511346668005, -0.06206168606877327, 0.01121941115707159, 0.049634598195552826, -0.015626048669219017, 0.03621187061071396, 0.0009893040405586362, 0.02955581806600094, 0.000045194254198577255, 0.011542072519659996, 0.008522880263626575, 0.07179685682058334, 0.06630238890647888, -0.033556826412677765, 0.023784782737493515, 0.04417700693011284, -0.026237010955810547, 0.0036460780538618565, -0.021664433181285858, 0.0027149682864546776, -0.0035354511346668005, -0.01487931702286005, -0.023784782737493515, -0.07684881240129471, -0.04019443690776825, 0.024098224937915802, -0.03897754102945328, 0.037115324288606644, -0.042111970484256744, 0.04222259670495987, 0.053543418645858765, -0.00916359480470419, 0.018742039799690247, -0.003440957283601165, -0.0030814199708402157, 0.01795843243598938, -0.01498994417488575, 0.021406304091215134, -0.06515923887491226, 0.006052212789654732, 0.02607107162475586, 0.005877053830772638, -0.02738015726208687, -0.023286961019039154, 0.030662087723612785, -0.001374769606627524, -0.043992627412080765, 0.03114147111773491, 0.04096882790327072, -0.02736171893775463, 0.04502514749765396, -0.011883172206580639, -0.05018773302435875, 0.04303386062383652, 0.046537045389413834, 0.0011517873499542475, -0.06139792501926422, 0.0683305487036705, 0.03469996899366379, 0.007554894778877497, -0.020908482372760773, -0.02339758723974228, 0.022973518818616867, 0.018834229558706284, -0.040010061115026474, -0.04771706834435463, 0.005328528583049774, 0.016962790861725807, 0.06110292300581932, -0.09159906953573227, 0.05667784437537193, -0.004662462510168552, 0.02223600633442402, 0.010988938622176647, -0.050445862114429474, -0.038350656628608704, 0.010620181448757648, 0.021240362897515297, -0.005983071401715279, -0.00011242746404604986, 0.05501844361424446, -0.0340915210545063, -0.01862219348549843, 0.041816964745521545, 0.0196915864944458, -0.04509889706969261, 0.009131328202784061, -0.06397922337055206, 0.027748912572860718, 0.04974522814154625, -0.00970750954002142, -0.0027771960012614727, 0.06515923887491226, -0.07489440590143204, 0.0033326351549476385, -0.07928260415792465, -0.006144402083009481, 0.032395243644714355, 0.018437815830111504, -0.02708515152335167, 0.025444185361266136, -0.032985251396894455, -0.03838753327727318, 0.047606438398361206, -0.011818639934062958, -0.022180693224072456, 0.00981813669204712, -0.019507208839058876, 0.007559504359960556, 0.023139458149671555, 0.04723768308758736, 0.0300536397844553, -0.012298023328185081, -0.07257124036550522, -0.02780422568321228, -0.04089507460594177, -0.008310845121741295, 0.020908482372760773, -0.022254442796111107, -0.045357026159763336, 0.03691250830888748, -0.03187898173928261, -0.018566880375146866, -0.007029417436569929, -0.011726451106369495, -0.04532014951109886, -0.05417030304670334, 0.0012549238745123148, -0.023581966757774353, 0.012841938994824886, 0.0031044671777635813, -0.002036226214841008, 0.0196915864944458, 0.024706672877073288, -0.027490783482789993, 0.03383339196443558, 0.03643312305212021, -0.018917199224233627, 0.03901441767811775, -0.059259139001369476, 0.016418874263763428, 0.02518605627119541, -0.006683708168566227, 0.00796513631939888, -0.01726701483130455, 0.02715890295803547, 0.015644486993551254, 0.04874958470463753, -0.057378482073545456, -0.06235669180750847, -0.02693764865398407, -0.02253101021051407, 0.004770784638822079, 0.02874455414712429, 0.07305062562227249, 0.009633759036660194, 0.0003194927703589201, -0.05184713751077652, 0.04277573153376579, -0.008458347991108894, -0.0408581979572773, -0.053100910037755966, 0.002618169877678156, -0.06445860117673874, -0.024872614070773125, -0.029205499216914177, 0.022899767383933067, 0.01932283118367195, -0.09322159737348557, 0.008734915405511856, 0.019359705969691277, 0.037189073860645294, 0.03033020719885826, 0.051146499812603, 0.05033523589372635, -0.0501139834523201, 0.013358197174966335, 0.05866913124918938, 0.06047603487968445, -0.018188904970884323, -0.06449548155069351, 0.003565412713214755, 0.04458263888955116, -0.02736171893775463, 0.011643480509519577, -0.015331043861806393, 0.02135099098086357, -0.026956086978316307, 0.027988605201244354, -0.05236339569091797, 0.03473684564232826, -0.0053331381641328335, 0.0789138525724411, 0.0720181092619896, 0.018271874636411667, -0.007181529421359301, -0.01397586427628994, 0.012740531004965305, 0.029592694714665413, -0.04240697622299194, 0.041226956993341446, 0.004549530800431967, 0.028707679361104965, 0.0015914139803498983, 0.026237010955810547, -0.04554140567779541, -0.022641638293862343, 0.01110878400504589, -0.045799534767866135, 0.0006620328058488667, -0.0299798883497715, 0.01593027263879776, 0.0003488780348561704, -0.04642641916871071, 0.007808414753526449, 0.04277573153376579, -0.022475697100162506, -0.03853503614664078, 0.0348290354013443, 0.016022462397813797, -0.005526735447347164, 0.03077271394431591, -0.0299798883497715, 0.0006412902730517089, 0.025831378996372223, 0.05771036446094513, 0.007126215845346451, -0.0004381862236186862, -0.035953741520643234, 0.012454744428396225, 0.0047246902249753475, 0.01129316259175539, -0.012666779570281506, -0.015414013527333736, -0.03930942341685295, 0.0008608155185356736, 0.0179307758808136, -0.026956086978316307, 0.05088837072253227, 0.028910495340824127, 0.018714383244514465, -0.04259135574102402, -0.024780424311757088, 0.012003017589449883, -0.01513744704425335, -0.042111970484256744, -0.01274974923580885, -0.03838753327727318, -0.04277573153376579, -0.05217901989817619, 0.02382165752351284, 0.01097050029784441, -0.03287462517619133, -0.03300369158387184, 0.01285115722566843, -0.024743549525737762, 0.017230138182640076, 0.05063024163246155, 0.005001257639378309, 0.02426416613161564, 0.007836071774363518, 0.004017139319330454, 0.006407140754163265, -0.05335903912782669, -0.0050473520532250404, 0.05254777520895004, 0.0035515842027962208, 0.020189408212900162, -0.027712037786841393, 0.03055146150290966, 0.013348978944122791, -0.038055650889873505, -0.031381163746118546, 0.009928763844072819, 0.005766426678746939, 0.0036184212658554316, 0.0696580708026886, 0.04292323440313339, 0.030440833419561386, -0.047680191695690155, 0.048417702317237854, 0.02525980770587921, 0.04568890854716301, -0.0200603436678648, 0.06397922337055206, -0.021037546917796135, 0.011090346612036228, 0.008684211410582066, 0.01889876089990139, -0.07242374122142792, -0.032616496086120605, 0.02201475203037262, 0.02330539934337139, 0.014694939367473125, 0.01919376663863659, -0.05682534724473953, -0.017027322202920914, 0.06567549705505371, -0.07707007229328156, 0.005199464038014412, -0.0245407335460186, 0.0033672060817480087, 0.02266007475554943, -0.019212203100323677, 0.0354190431535244, -0.049044590443372726, 0.06770365685224533, -0.04546765238046646, 0.04727455973625183, -0.036174993962049484, -0.024964801967144012, -0.011551291681826115, -0.05066711828112602, 0.021701309829950333, -0.06534361839294434, 0.03477372229099274, 0.03499497473239899, 0.00036818013177253306, -0.022494135424494743, 0.02846798673272133, 0.0395306758582592, 0.0005145302857272327, -0.02461448311805725, 0.03578780218958855, 0.017396079376339912, 0.030975529924035072, -0.05959102138876915, 0.03597217798233032, 0.01180942077189684, -0.007153872400522232, -0.009965639561414719, 0.020760981366038322, -0.08429769426584244, 0.0028693850617855787, 0.041964467614889145, 0.02656889334321022, 0.019156889989972115, -0.03300369158387184, -0.04712705686688423, 0.06394234299659729, -0.008103420026600361, -0.020244721323251724, 0.012537715025246143, -0.03198961168527603, 0.0030768103897571564, -0.0028601661324501038, -0.018769696354866028, -0.0501139834523201, -0.021756622940301895, -0.017322327941656113, 0.02164599485695362, -0.057820990681648254, 0.0244669821113348, 0.059922900050878525, -0.024282602593302727, 0.036027491092681885, 0.033206507563591, 0.02345290221273899, -0.02955581806600094, 0.0969829112291336, 0.049487099051475525, -0.001174834556877613, 0.03916192054748535, -0.005559001583606005, -0.03156553953886032, 0.010574087500572205, -0.024725111201405525, 0.03165772929787636, 0.005346966441720724, 0.02122192643582821, -0.007859119214117527, -0.013690078631043434, -0.035437483340501785, 0.06313107907772064 ]
22,857
pipen.utils
brief_list
Briefly show an integer list, combine the continuous numbers. Args: blist: The list Returns: The string to show for the briefed list.
def brief_list(blist: List[int]) -> str: """Briefly show an integer list, combine the continuous numbers. Args: blist: The list Returns: The string to show for the briefed list. """ ret = [] for _, g in groupby(enumerate(blist), lambda x: x[0] - x[1]): list_group = list(map(itemgetter(1), g)) if len(list_group) > 1: ret.append(f"{list_group[0]}-{list_group[-1]}") else: ret.append(str(list_group[0])) return ", ".join(ret)
(blist: List[int]) -> str
[ -0.03408230096101761, -0.030812343582510948, -0.06453961879014969, 0.0029452976305037737, 0.030588118359446526, -0.02180594578385353, 0.0359882190823555, -0.04342503845691681, -0.021095898002386093, -0.043013956397771835, -0.08722378313541412, -0.030363893136382103, -0.00010342700988985598, -0.05441209673881531, -0.02044190652668476, 0.010426493361592293, 0.052356693893671036, -0.054299984127283096, 0.007763813715428114, 0.003260615048930049, 0.045031990855932236, 0.031671877950429916, -0.020497962832450867, 0.029896756634116173, -0.023151300847530365, -0.006773483939468861, 0.021170640364289284, -0.033428311347961426, -0.06375483423471451, 0.020460592582821846, 0.008637359365820885, -0.028177693486213684, 0.018078194931149483, -0.042939215898513794, -0.0281590074300766, 0.06610920280218124, 0.00948287732899189, 0.05015181005001068, -0.07022000849246979, 0.031914785504341125, 0.03368990868330002, -0.05829867348074913, 0.04648945480585098, -0.029186708852648735, 0.03961320221424103, 0.012117529287934303, 0.05011443793773651, 0.0020951086189597845, 0.015891995280981064, -0.010445179417729378, 0.03733357414603233, -0.035689253360033035, -0.05534636974334717, -0.017667114734649658, -0.05586956441402435, 0.023805292323231697, 0.04536832869052887, -0.016798239201307297, 0.03172793239355087, 0.0789274349808693, -0.02270284853875637, 0.04346241056919098, 0.013743164949119091, -0.06416591256856918, 0.012154899537563324, 0.018115565180778503, -0.04088381305336952, 0.0051151481457054615, -0.0184332188218832, -0.044845134019851685, 0.01749894581735134, -0.0031298166140913963, -0.008506561629474163, 0.04439668357372284, -0.008628017269074917, -0.02363712340593338, -0.03757648542523384, -0.015602369792759418, -0.008128180168569088, -0.027075249701738358, 0.07653569430112839, -0.007562945131212473, 0.060428816825151443, -0.04525621607899666, 0.042042315006256104, -0.0646517351269722, 0.012799548916518688, 0.034642867743968964, 0.002555238315835595, 0.02881299890577793, -0.03466155007481575, -0.003484840737655759, -0.015238002873957157, 0.01742420345544815, -0.08483204245567322, 0.004173867404460907, -0.05915820598602295, -0.03157844766974449, -0.022684164345264435, -0.01645255833864212, -0.013930019922554493, -0.01508851908147335, -0.06353060901165009, -0.040173765271902084, -0.04409771412611008, 0.016209647059440613, -0.014116874895989895, 0.0015929365763440728, 0.011108513921499252, 0.03821179270744324, -0.04278973117470741, -0.008543932810425758, 0.01382724940776825, -0.09208200871944427, 0.008501890115439892, 0.016695469617843628, 0.0866258516907692, 0.014210302382707596, 0.0390152670443058, -0.035969533026218414, -0.003802493680268526, -0.09125984460115433, -0.01742420345544815, -0.02363712340593338, -0.02316998690366745, 0.018087537959218025, 0.01863875985145569, 0.005624327342957258, 0.031372908502817154, -0.038267847150564194, 0.044845134019851685, -0.028252433985471725, -0.043013956397771835, 0.0693231001496315, 0.07604987174272537, -0.0344746969640255, -0.0130050890147686, -0.02881299890577793, 0.011416823603212833, 0.04178071767091751, -0.0005483018467202783, -0.05078711360692978, 0.02924276515841484, 0.06581023335456848, 0.04095855727791786, -0.035184744745492935, 0.013098516501486301, 0.04249076545238495, 0.012416496872901917, -0.0008250803803093731, -0.01904049701988697, 0.026608113199472427, 0.00008758815238252282, -0.02729947492480278, 0.06599708646535873, -0.02004951238632202, -0.014770866371691227, -0.02913065254688263, 0.004746110178530216, -0.0008221608004532754, 0.06719295680522919, 0.03176530450582504, 0.002590273739770055, 0.06323163956403732, -0.06267107278108597, -0.027785297483205795, -0.034213099628686905, 0.02655205689370632, -0.012397810816764832, -0.006731441710144281, 0.031671877950429916, -0.05811182036995888, -0.062484219670295715, 0.024440597742795944, 0.016078848391771317, 0.03733357414603233, -0.06685662269592285, 0.050525516271591187, 0.018741529434919357, -0.012584665790200233, -0.020086882635951042, 0.00794132612645626, -0.034362584352493286, -0.046713680028915405, -0.02690708078444004, 0.013621709309518337, 0.005970008671283722, -0.026851024478673935, 0.05003969743847847, -0.02978464402258396, -0.015723824501037598, 0.007296677213162184, 0.006712756119668484, -0.017031807452440262, 0.015434199944138527, -0.028457975015044212, -0.06267107278108597, -0.016910351812839508, 0.02402951754629612, -0.038267847150564194, -0.013266685418784618, 0.02858877368271351, 0.03417573124170303, 0.025150645524263382, 0.10635770857334137, 0.07507822662591934, -0.010660062544047832, 0.016359131783246994, -0.038492072373628616, -0.01666744239628315, 0.038305219262838364, -0.016499271616339684, -0.020890358835458755, -0.012425838969647884, 0.03217638283967972, -0.012565980665385723, -0.03215769678354263, 0.022403880953788757, -0.0058999378234148026, -0.025954121723771095, 0.04839537292718887, -0.046601567417383194, 0.01986265741288662, 0.00477880984544754, -0.0025412242393940687, 0.08393514156341553, 0.027635814622044563, -0.008819542825222015, 0.01720931939780712, 0.01127668283879757, -0.0010983553947880864, -0.021114584058523178, -0.05362730473279953, 0.03010229580104351, -0.046751052141189575, -0.0005888843443244696, -0.045854151248931885, -0.002196710789576173, -0.014219644479453564, -0.03710934892296791, -0.02970990166068077, 0.032026901841163635, 0.07055634260177612, -0.0010948518756777048, -0.02341289632022381, -0.06005511060357094, 0.009651046246290207, 0.01199607364833355, -0.08214133977890015, 0.01947026327252388, -0.029354877769947052, -0.006876253988593817, -0.003596953582018614, -0.023001816123723984, 0.01939552091062069, -0.030083611607551575, -0.06786563992500305, -0.01695706695318222, -0.043910861015319824, 0.01010884065181017, -0.009903300553560257, -0.043910861015319824, -0.022422567009925842, 0.005390758626163006, 0.01419161632657051, 0.01363105233758688, 0.006110149435698986, 0.014135560020804405, -0.01863875985145569, 0.03821179270744324, 0.1296771764755249, -0.08415936678647995, -0.005133833736181259, 0.0029990184120833874, -0.04170597344636917, 0.04136963561177254, 0.030812343582510948, -0.00528798857703805, -0.041332267224788666, -0.03430652618408203, -0.009436164051294327, 0.04058484733104706, -0.03279300406575203, 0.01181856170296669, 0.039314232766628265, 0.027131306007504463, 0.037595171481370926, 0.018152937293052673, -0.02842060476541519, 0.013313399627804756, 0.03897789493203163, -0.01771382801234722, 0.0339701883494854, -0.0304946918040514, 0.007123836316168308, 0.02438454143702984, 0.08221607655286789, 0.007133179344236851, -0.02180594578385353, -0.0037721297703683376, -0.04361189156770706, 0.013248000293970108, -0.00045399859664030373, -0.0007269816705957055, -0.018470589071512222, -0.06562338024377823, -0.014378471300005913, -0.002417433075606823, -0.02959778904914856, -0.022927075624465942, -0.00002868512092391029, 0.006974352523684502, 0.056990690529346466, 0.012005415745079517, 0.012780862860381603, -0.02873825654387474, -0.05183349922299385, 0.045966263860464096, -0.014415842480957508, 0.022964445874094963, 0.023581067100167274, -0.044957246631383896, 0.026626799255609512, 0.07997382432222366, 0.030382579192519188, 0.00511047663167119, -0.05900872126221657, 0.022030172869563103, 0.031447649002075195, 0.00036670241388492286, -0.05553322285413742, -0.010697432793676853, -0.006773483939468861, 0.014313071966171265, 0.026309145614504814, -0.015144575387239456, 0.02683233842253685, 0.018087537959218025, -0.03742700070142746, -0.049628615379333496, -0.010519920848309994, 0.011407480575144291, -0.017405517399311066, 0.06999578326940536, 0.044807761907577515, 0.04151912033557892, 0.0013231650227680802, 0.047647956758737564, 0.017760541290044785, 0.043985601514577866, 0.021170640364289284, -0.020852986723184586, 0.009707103483378887, 0.05243143439292908, 0.03411967307329178, 0.08946604281663895, 0.0010557292262092233, -0.002196710789576173, 0.02496379055082798, 0.055308997631073, 0.026589427143335342, -0.0756387934088707, 0.038492072373628616, -0.0025669168680906296, -0.04136963561177254, 0.02500116266310215, -0.05822393298149109, -0.01860138773918152, 0.010566635057330132, -0.007427475415170193, -0.04805903509259224, -0.03236323967576027, 0.06928573548793793, -0.019264722242951393, 0.008543932810425758, -0.0019222679547965527, -0.024272428825497627, -0.02021768130362034, 0.006334375124424696, -0.00849254708737135, -0.04615311697125435, -0.015714483335614204, -0.0011123695876449347, 0.007740457076579332, -0.041145410388708115, 0.07167747616767883, -0.022814961150288582, 0.0005147263873368502, -0.07164010405540466, 0.041967570781707764, -0.02722473442554474, 0.0016630070749670267, -0.0038001579232513905, -0.021320125088095665, -0.03329751268029213, -0.0348484069108963, 0.028607457876205444, 0.0061194924637675285, 0.06782826781272888, -0.03417573124170303, 0.02621571719646454, -0.01691969484090805, -0.03602559119462967, 0.0038678927812725306, -0.014882978983223438, 0.043873488903045654, -0.0011590832145884633, -0.043200813233852386, -0.01037978008389473, -0.07059371471405029, -0.00542345829308033, -0.028607457876205444, 0.0076797292567789555, -0.006764140911400318, 0.04521884396672249, 0.04525621607899666, -0.11876486241817474, -0.0021535006817430258, 0.008679402060806751, -0.03606296330690384, 0.015527627430856228, -0.01864810101687908, 0.023880034685134888, 0.024907734245061874, -0.0333348847925663, -0.02324472740292549, -0.04316344112157822, 0.039276864379644394, 0.01452795509248972, 0.008562617935240269, 0.02051664888858795, 0.011332739144563675, -0.012631379067897797, -0.07825475931167603, 0.034605495631694794, -0.006077449768781662, 0.038529444485902786, 0.00744616100564599, 0.06356798112392426, 0.011061799712479115, 0.0680524930357933, 0.03441863879561424, 0.016032135114073753, 0.03255009278655052, 0.05149716138839722, 0.013621709309518337, -0.006194234360009432, -0.007450832054018974, 0.012182927690446377, 0.011286025866866112, 0.005857895594090223, -0.019339464604854584, 0.0002658300509210676, -0.04992758110165596, 0.0323258675634861, -0.059756141155958176, 0.0008659548475407064, 0.012173585593700409, 0.03256877884268761, -0.002805156633257866, 0.08326246589422226, 0.03454943746328354, -0.0046737040393054485, 0.03606296330690384, 0.014770866371691227, -0.035035260021686554, 0.018012795597314835, -0.01943289116024971, -0.02629045955836773, 0.03593216463923454, 0.0024898392148315907, -0.03193347156047821, -0.010790860280394554, -0.017181292176246643, 0.020927729085087776, 0.041220150887966156, -0.005932637490332127, -0.0029546404257416725, 0.04742372781038284, 0.0033096643164753914, -0.007021066267043352, -0.03905263915657997, -0.0140795037150383, -0.011314054019749165, -0.03961320221424103, 0.06005511060357094, -0.023936090990900993, -0.03312934190034866, -0.002211892744526267, -0.06278318911790848, 0.01745223067700863, -0.017256034538149834, -0.019152609631419182, -0.05104871094226837, 0.0038585499860346317, -0.028570087626576424, -0.007572287693619728, -0.0067781549878418446, -0.0009179238695651293, 0.032886430621147156, 0.0011071142507717013, -0.0187508724629879, 0.02219834178686142, -0.04716213420033455, 0.05923294648528099, 0.029728587716817856, 0.0258233230561018, -0.01713457889854908, -0.04170597344636917, -0.03602559119462967, -0.013892648741602898, -0.020030826330184937, 0.021488294005393982, 0.042117055505514145, -0.0679403766989708, -0.01990002766251564, -0.06816460192203522, 0.0024828321766108274, 0.07604987174272537, 0.04364926367998123, 0.025655154138803482, -0.020647447556257248, -0.012575322762131691, 0.013500253669917583, 0.015406171791255474, -0.014088846743106842, 0.014107531867921352, -0.007348062004894018, -0.0662960559129715, 0.08468256145715714, -0.05912083387374878, 0.02457139641046524, 0.00894566997885704, 0.028644829988479614, 0.007782499305903912, 0.049367018043994904, 0.0006388095789588988, -0.03103657066822052, 0.04256550595164299, 0.0028612129390239716, 0.030008869245648384, 0.005250617861747742, 0.0573270283639431, -0.03236323967576027, 0.01082823146134615, 0.048619598150253296, -0.019059181213378906, 0.04275236278772354, 0.0011123695876449347, -0.02188068814575672, 0.005073105916380882, -0.0021663468796759844, 0.005292660091072321, -0.027785297483205795, -0.017788570374250412, -0.02812163718044758, 0.004166860599070787, -0.015602369792759418, 0.01818096451461315, -0.010968372225761414, -0.016013450920581818, 0.059793513268232346, 0.010463864542543888, -0.04361189156770706, 0.0074228039011359215, 0.038305219262838364, -0.00518054747954011, 0.002169850515201688, -0.007315362337976694, -0.03729620203375816, 0.020236367359757423, -0.05657961219549179, 0.00040553315193392336, -0.02554304152727127, -0.02978464402258396, -0.0009733963524922729, 0.04839537292718887, -0.04151912033557892, 0.0640164315700531, 0.016639413312077522, -0.055981677025556564, -0.007189235650002956, -0.03337225317955017, -0.05205772817134857, 0.034063614904880524, 0.044060345739126205, -0.010146211832761765, -0.057924963533878326, -0.0077170999720692635, -0.04088381305336952, 0.0027210719417780638, -0.03724014759063721, 0.016078848391771317, -0.02913065254688263, 0.017695141956210136, -0.004669032525271177, -0.04518147185444832, 0.009744473733007908, -0.0117438193410635, 0.03185873106122017, 0.026178346946835518, 0.018526645377278328, 0.0241790022701025, 0.019152609631419182, 0.04888119548559189, 0.037595171481370926, 0.0012495910050347447, -0.07960011065006256, -0.028215063735842705, -0.006446488201618195, -0.05190824344754219, 0.08767224103212357, -0.026066234335303307, -0.01102442853152752, -0.09170830249786377, -0.016359131783246994, 0.030289150774478912, 0.009959356859326363, -0.009356750175356865, 0.02952304668724537, 0.007665715180337429, 0.042229168117046356, -0.0009500394808128476, 0.004349043592810631, -0.027355531230568886, 0.04260287806391716, -0.011949359439313412, 0.015723824501037598, 0.08102020621299744, -0.016620727255940437, 0.03882841393351555, 0.06315689533948898, 0.02255336567759514, -0.02870088629424572, -0.0473489873111248, 0.009763159789144993, 0.015938708558678627, 0.03466155007481575, -0.04264025017619133, 0.05859764292836189, -0.005614984314888716, 0.022217027842998505, -0.03991216793656349, -0.015929365530610085, 0.012061472982168198, 0.0015345443971455097, -0.01871350035071373, -0.03735226020216942, -0.017760541290044785, 0.01137011032551527, -0.04409771412611008, 0.06569812446832657, 0.006969681475311518, 0.002695379313081503, -0.028869055211544037, 0.024122945964336395, 0.03348436579108238, 0.009725788608193398, -0.04473302140831947, -0.006656699813902378, 0.02219834178686142, -0.03329751268029213, 0.007810527458786964, -0.05456158146262169, 0.0304946918040514, 0.028981167823076248, -0.0009687249548733234, 0.06689399480819702, 0.032886430621147156, -0.03957583010196686, 0.049591243267059326, -0.010062127374112606, 0.016004107892513275, 0.02029242366552353, -0.019171295687556267, 0.028102951124310493, -0.027505015954375267, 0.06416591256856918, -0.011248654685914516, -0.0727238580584526, 0.10859996825456619, -0.0750034898519516, 0.005596299190074205, -0.04353715106844902, 0.014845607802271843, -0.001893071923404932, -0.033241454511880875, -0.01627504639327526, -0.04648945480585098, 0.0035992891062051058, -0.01986265741288662, -0.0276544988155365, -0.021506978198885918, -0.02122669667005539, 0.019302092492580414, 0.05919557809829712, -0.015929365530610085, 0.02546829916536808, 0.06685662269592285, -0.052394066005945206, 0.023805292323231697, 0.00020860577933490276, 0.03103657066822052, 0.07989908009767532, -0.019414206966757774, 0.025561725720763206, -0.00047618758981116116, -0.004180874675512314, -0.027579758316278458, -0.033820703625679016, 0.02672022581100464, 0.04051010310649872, -0.07167747616767883, 0.006605314556509256, -0.01828373409807682, -0.05486054718494415, 0.019601060077548027, 0.005227260757237673, -0.005895266775041819, 0.036660898476839066, 0.005133833736181259, 0.06285793334245682, 0.02051664888858795, -0.01010884065181017, -0.012771520763635635, 0.017760541290044785, 0.031485021114349365, 0.04506935924291611, -0.08879336714744568, -0.04712476208806038, 0.002882234053686261, -0.0304946918040514, -0.02040453627705574, 0.01275283470749855, 0.07675991952419281, 0.0646517351269722, 0.03400756046175957, 0.020124254748225212, 0.008810200728476048, -0.028887741267681122, 0.011977387592196465, -0.015929365530610085, -0.006399774458259344, 0.07242488861083984, -0.04058484733104706, -0.013967391103506088, 0.07847898453474045, 0.00921193789690733, -0.006311018485575914, -0.05852289870381355, -0.0058298674412071705, -0.0027210719417780638, -0.029541732743382454, -0.034717608243227005, 0.05280514433979988, -0.04619048908352852, -0.019087210297584534, 0.005549585446715355, -0.016545986756682396, -0.06375483423471451, 0.026589427143335342, -0.031634505838155746, 0.06050356104969978, 0.008272993378341198, -0.029373563826084137, 0.05904609337449074, -0.06472647935152054, 0.015135232359170914 ]
22,858
pipen.utils
get_logger
Get the logger by given plugin name Args: level: The initial level of the logger Returns: The logger
def get_logger( name: str = LOGGER_NAME, level: str | int = None, ) -> logging.LoggerAdapter: """Get the logger by given plugin name Args: level: The initial level of the logger Returns: The logger """ log = logging.getLogger(f"pipen.{name}") log.addHandler(_logger_handler) if level is not None: log.setLevel(level.upper() if isinstance(level, str) else level) return logging.LoggerAdapter(log, {"plugin_name": name})
(name: str = 'core', level: Union[str, int, NoneType] = None) -> logging.LoggerAdapter
[ -0.014448846690356731, -0.03720996528863907, 0.0021722083911299706, 0.023783881217241287, 0.029957648366689682, 0.017563624307513237, 0.03176143020391464, 0.049687668681144714, -0.02225903421640396, 0.030403943732380867, 0.02878611907362938, 0.00419332692399621, -0.033174701035022736, 0.004702383652329445, 0.03473673760890961, -0.028600161895155907, -0.014327974990010262, 0.03520163148641586, -0.021236272528767586, 0.008419196121394634, 0.050914984196424484, -0.001814241404645145, 0.08360619843006134, 0.0318915992975235, -0.02512276917695999, 0.072300024330616, 0.021236272528767586, 0.038902170956134796, -0.04440649598836899, -0.027205485850572586, -0.051249705255031586, -0.02118048444390297, 0.007563794497400522, 0.06850650161504745, -0.04451806843280792, 0.03622439503669739, -0.045187514275312424, 0.01980440318584442, -0.04050140082836151, 0.003721461398527026, 0.06872964650392532, 0.017861155793070793, 0.012133684009313583, -0.0487578846514225, -0.03228210657835007, 0.028116675093770027, 0.03527601435780525, -0.0040492103435099125, -0.0059273745864629745, -0.0024825239088386297, 0.05087779089808464, 0.07854817062616348, 0.03812115266919136, -0.025141365826129913, 0.02616412751376629, 0.02529013156890869, 0.05716313421726227, -0.020808570086956024, 0.012765937484800816, 0.024676473811268806, -0.05932023376226425, 0.00012958867591805756, -0.007075658068060875, 0.05478288605809212, -0.04924137145280838, 0.01889321580529213, 0.021980099380016327, -0.014625505544245243, 0.0051324088126420975, 0.04288164898753166, 0.02748442068696022, -0.025699235498905182, -0.014895142987370491, -0.06538242846727371, 0.00953028816729784, 0.020101934671401978, -0.020975932478904724, -0.008140261285007, 0.030794452875852585, 0.0405757836997509, -0.014746378175914288, 0.03642894700169563, -0.012096492573618889, 0.027763357385993004, 0.013797997497022152, -0.005629843566566706, -0.06408073008060455, -0.006173767149448395, 0.06772547960281372, -0.024732260033488274, -0.06177486479282379, -0.018595684319734573, 0.009874308481812477, 0.03443920612335205, -0.041765905916690826, -0.05961776524782181, 0.006396915297955275, 0.052142299711704254, 0.01733117736876011, 0.06541961431503296, -0.07189091295003891, 0.04120803624391556, -0.06028720736503601, 0.00813561212271452, -0.01789834536612034, -0.08673027157783508, 0.013305212371051311, 0.017228901386260986, 0.05734908953309059, -0.010339200496673584, -0.014569718390703201, 0.006736286450177431, -0.0525142140686512, 0.01247770432382822, -0.037581879645586014, 0.028432801365852356, -0.012235959991812706, 0.008898034691810608, 0.005732119549065828, -0.026796381920576096, -0.05433658882975578, 0.05061745271086693, -0.031612664461135864, -0.008423845283687115, 0.02331898733973503, -0.018670067191123962, -0.008558663539588451, -0.020455252379179, 0.039794765412807465, 0.03313751146197319, 0.06962224096059799, 0.05463412031531334, -0.014169911853969097, -0.03140811249613762, 0.014950930140912533, -0.01587141677737236, -0.003942285198718309, 0.0688784122467041, -0.004681463353335857, 0.05764662101864815, -0.05429939925670624, -0.03853025659918785, 0.023821072652935982, -0.019079172983765602, 0.004458315204828978, -0.007298806216567755, 0.023411966860294342, 0.025624852627515793, -0.017135923728346825, -0.029511351138353348, 0.007433624938130379, -0.006038948427885771, 0.014355868101119995, 0.031463898718357086, 0.019618447870016098, -0.03417886793613434, 0.01800062321126461, 0.03280278667807579, 0.02175695076584816, -0.02584800124168396, 0.03879059851169586, -0.009688351303339005, -0.005434588994830847, -0.04284445568919182, 0.011064432561397552, -0.019599851220846176, -0.009469851851463318, -0.0049650478176772594, 0.03574090451002121, 0.03773064538836479, -0.034067295491695404, 0.04905541613698006, -0.04042701795697212, 0.006852509919553995, -0.03142670542001724, 0.0044095017947256565, -0.0012738043442368507, 0.04604291543364525, -0.021626781672239304, -0.009539586491882801, 0.014569718390703201, 0.0029962295666337013, -0.020678400993347168, 0.034383419901132584, 0.06597749143838882, -0.0009303653496317565, 0.0353132039308548, 0.019767211750149727, -0.07029169052839279, 0.00818675011396408, -0.019097767770290375, -0.029251011088490486, 0.028358418494462967, -0.058353256434202194, 0.021794142201542854, 0.07356452941894531, -0.00008404377877013758, -0.010050967335700989, -0.006940839346498251, 0.024416133761405945, 0.030478326603770256, 0.037842217832803726, -0.027019528672099113, 0.04637763649225235, -0.02019491419196129, -0.00940011814236641, 0.03622439503669739, -0.011882642284035683, -0.04358828440308571, -0.007577741518616676, 0.05489446222782135, -0.053704336285591125, -0.05240263789892197, 0.03655911609530449, -0.017080135643482208, 0.01259857602417469, -0.024769451469182968, 0.002545284340158105, 0.04678674042224884, 0.020957335829734802, 0.0008292513084597886, 0.005030132830142975, 0.01683839224278927, 0.07728366553783417, -0.01370501983910799, -0.006006406154483557, 0.04671235755085945, -0.026126936078071594, -0.0072802104987204075, -0.006838562898337841, 0.03157547116279602, -0.038493067026138306, -0.013016979210078716, -0.017228901386260986, -0.0456710010766983, -0.019265128299593925, -0.02657323330640793, 0.013398190960288048, 0.020678400993347168, -0.0064991917461156845, 0.021385036408901215, 0.036112818866968155, 0.006954785902053118, 0.10673923045396805, -0.015071801841259003, 0.002698698779568076, -0.05396467447280884, -0.005299770273268223, 0.06021282449364662, 0.0072476682253181934, -0.02264954335987568, -0.029399776831269264, 0.007600985933095217, 0.01030200906097889, 0.010711113922297955, -0.03484831377863884, -0.014988121576607227, 0.010404285043478012, -0.015490205027163029, -0.05556390434503555, -0.05028273165225983, 0.005034781526774168, 0.0034936643205583096, -0.036521922796964645, 0.002017631661146879, -0.03826991841197014, 0.04537346959114075, -0.07226283103227615, 0.07516375929117203, 0.0052067916840314865, 0.03812115266919136, 0.05932023376226425, 0.019172150641679764, -0.004532698076218367, -0.01549950335174799, -0.06884122639894485, 0.02436034567654133, 0.011120219714939594, 0.0030892081558704376, 0.07110989838838577, -0.014606909826397896, 0.02912084199488163, 0.016503669321537018, 0.04931575432419777, -0.0376562625169754, 0.006076139863580465, 0.006108682136982679, -0.006452702451497316, -0.02683357335627079, -0.00226867338642478, -0.019915977492928505, 0.02103171870112419, -0.061477333307266235, 0.00180959259159863, 0.0025313375517725945, 0.01419780496507883, -0.027521612122654915, -0.012821724638342857, 0.030608495697379112, -0.03901374712586403, 0.003326303092762828, -0.03626158460974693, 0.04440649598836899, 0.014811462722718716, -0.03535039722919464, -0.034067295491695404, -0.05429939925670624, -0.04202624782919884, -0.011510728858411312, -0.010292711667716503, -0.026963742449879646, 0.04079893231391907, 0.006159820593893528, -0.0014248943189159036, -0.0022907559759914875, -0.018632875755429268, 0.06006406247615814, 0.03672647848725319, 0.015759842470288277, 0.041356801986694336, -0.032505255192518234, 0.05597300827503204, -0.04890665039420128, 0.005197493825107813, -0.010813390836119652, 0.025624852627515793, 0.00474189966917038, 0.04994800686836243, 0.036280181258916855, 0.009930095635354519, -0.061886437237262726, 0.010413583368062973, 0.011622303165495396, -0.05266297981142998, -0.018586385995149612, -0.026052553206682205, 0.05675403028726578, -0.03107338957488537, -0.03960880637168884, -0.005220738239586353, 0.03419746458530426, -0.02772616595029831, -0.06408073008060455, 0.029474159702658653, 0.0133795952424407, 0.0353132039308548, 0.04005510360002518, -0.01529495045542717, 0.034383419901132584, 0.010190434753894806, 0.031296536326408386, -0.07735804468393326, -0.06482455879449844, -0.02324460633099079, 0.0015969043597579002, -0.04079893231391907, 0.00040823337621986866, 0.015034610405564308, -0.048311587423086166, 0.00830297265201807, -0.09573058038949966, -0.02731706015765667, -0.017554325982928276, 0.03745170682668686, -0.026796381920576096, -0.02962292544543743, 0.01194772683084011, 0.006201660726219416, 0.04288164898753166, 0.021329250186681747, -0.010348498821258545, 0.01374221034348011, 0.020641209557652473, 0.02921381965279579, -0.10168120265007019, 0.028730332851409912, 0.035610735416412354, 0.02019491419196129, -0.0038957959040999413, -0.021087506785988808, 0.004390906076878309, 0.02969730831682682, 0.004525724798440933, 0.0317242369055748, 0.004530373495072126, -0.06207239627838135, 0.023040052503347397, -0.024602090939879417, 0.010813390836119652, -0.014234996400773525, 0.00476514408364892, 0.004755846224725246, -0.01814938709139824, 0.011296878568828106, -0.024750856682658195, -0.018949002027511597, -0.08130033314228058, 0.014950930140912533, -0.032356489449739456, 0.00317056430503726, -0.013193638063967228, -0.03380695357918739, 0.03912531957030296, -0.018604982644319534, -0.06594029814004898, 0.02577361837029457, 0.019320916384458542, 0.01483935583382845, 0.03291436284780502, -0.05846483260393143, -0.006043597590178251, -0.013184340670704842, -0.033583804965019226, -0.02502979151904583, 0.03596405312418938, 0.005285823252052069, 0.1056978702545166, -0.03453218564391136, -0.04169152304530144, 0.0011662980541586876, -0.049204181879758835, -0.042100630700588226, 0.008070526644587517, 0.02733565680682659, 0.02019491419196129, -0.00830297265201807, -0.05072902888059616, 0.08725094795227051, -0.03763766586780548, -0.009097938425838947, -0.03674507141113281, -0.0226681400090456, 0.06634940207004547, -0.08851546049118042, 0.035554949194192886, 0.011278282850980759, 0.03646613657474518, 0.035127248615026474, -0.0313895158469677, -0.006048246286809444, 0.036112818866968155, -0.027224082499742508, 0.008228590711951256, -0.04537346959114075, -0.005736768711358309, -0.006517787463963032, -0.01588071510195732, 0.029994839802384377, -0.037916600704193115, -0.07025449723005295, 0.015964394435286522, 0.04529908671975136, 0.06705603748559952, -0.033732570707798004, 0.03916251286864281, -0.03834430128335953, -0.03228210657835007, -0.052067916840314865, 0.047233037650585175, 0.01701505109667778, 0.029883265495300293, 0.0374889001250267, 0.063783198595047, 0.0025545821990817785, -0.020008957013487816, -0.001201746053993702, 0.055675480514764786, -0.04857192933559418, -0.00012043611059198156, -0.04972486197948456, 0.11276423186063766, 0.05069183558225632, -0.027093911543488503, 0.0016782605089247227, -0.043551091104745865, -0.03583388403058052, 0.016903476789593697, 0.010897071100771427, 0.03150108829140663, 0.022203247994184494, -0.07616792619228363, -0.019990360364317894, 0.03516443818807602, 0.03066428378224373, -0.008981715887784958, -0.04581976681947708, 0.003932987339794636, 0.006847860757261515, -0.03246806561946869, 0.008977066725492477, -0.04745618626475334, 0.03168704733252525, 0.0010547239799052477, -0.055675480514764786, -0.006452702451497316, 0.019692828878760338, 0.04351390153169632, 0.004718654789030552, 0.042584117501974106, -0.011585111729800701, 0.004507129080593586, -0.046823933720588684, -0.01816798374056816, -0.011882642284035683, 0.056902796030044556, -0.06538242846727371, -0.012003513984382153, 0.07382486760616302, -0.02052963525056839, -0.0034704196732491255, -0.03328627347946167, 0.014978824183344841, -0.13069047033786774, -0.002294242614880204, -0.03968318924307823, 0.012663661502301693, -0.07319261133670807, -0.02264954335987568, -0.03747030347585678, -0.06627502292394638, 0.017954133450984955, 0.08911052346229553, -0.0034913397394120693, -0.014030443504452705, -0.00871207844465971, 0.034327633678913116, 0.018623577430844307, 0.030087817460298538, -0.010209030471742153, 0.08271360397338867, 0.001651529222726822, -0.000646200031042099, -0.06605187058448792, -0.025810809805989265, 0.002763783559203148, 0.055824246257543564, -0.1309136152267456, 0.017312582582235336, -0.029808882623910904, -0.0262571070343256, -0.0045605916529893875, -0.012570682913064957, 0.023579327389597893, -0.08003582805395126, -0.031780023127794266, -0.010701816529035568, -0.02733565680682659, 0.039534423500299454, 0.02028789184987545, 0.006206309888511896, 0.06638659536838531, -0.009056098759174347, -0.015332141891121864, -0.05478288605809212, 0.003186835441738367, 0.006954785902053118, -0.07568443566560745, -0.03893936425447464, 0.01800062321126461, -0.0110830282792449, 0.023411966860294342, 0.02119908109307289, -0.0018700285581871867, 0.04901822283864021, -0.06434106826782227, -0.04343951866030693, 0.00509056868031621, 0.03001343458890915, -0.02815386652946472, -0.03310031816363335, 0.01588071510195732, -0.022035885602235794, -0.002747512422502041, -0.005829746834933758, -0.0376562625169754, 0.0804821252822876, 0.08896175771951675, -0.010664625093340874, 0.035052865743637085, 0.03763766586780548, -0.027205485850572586, 0.023988433182239532, -0.037990983575582504, -0.017563624307513237, -0.043885815888643265, -0.04816282168030739, 0.02839560993015766, 0.024490516632795334, 0.021775545552372932, 0.06951066851615906, 0.026684807613492012, -0.016884882003068924, 0.007015221752226353, -0.04131961241364479, 0.0128775117918849, 0.009437309578061104, -0.04689831659197807, -0.04254692420363426, 0.07598196715116501, -0.029269607737660408, -0.06660974025726318, 0.009613968431949615, -0.06895279884338379, -0.04924137145280838, 0.020380869507789612, 0.007954304106533527, -0.01382589153945446, -0.05801853537559509, -0.0017549677286297083, -0.03176143020391464, -0.04652640223503113, -0.0399063378572464, -0.007401082199066877, -0.006266745738685131, 0.0030194742139428854, 0.009497745893895626, 0.03510865196585655, -0.007735804654657841, 0.034718140959739685, 0.014327974990010262, -0.0037400571163743734, 0.041431184858083725, 0.0298460740596056, -0.01579703390598297, -0.022128865122795105, -0.04604291543364525, 0.020659806206822395, -0.046005722135305405, 0.027856335043907166, 0.027670377865433693, -0.004913909826427698, 0.015573885291814804, -0.04753056913614273, -0.04901822283864021, -0.011120219714939594, -0.015453013591468334, -0.008619099855422974, -0.05764662101864815, 0.027540208771824837, 0.019041981548070908, 0.013863082975149155, 0.002429061336442828, 0.029158033430576324, -0.02289128676056862, 0.03376976400613785, -0.02618272416293621, 0.038976553827524185, 0.020269295200705528, -0.03585248067975044, -0.047084271907806396, -0.03867902234196663, -0.02290988340973854, -0.022444991394877434, 0.01896759867668152, -0.015462311916053295, 0.034978482872247696, 0.031017601490020752, 0.06218396872282028, -0.023095840588212013, 0.02610834129154682, 0.027205485850572586, 0.01675471104681492, 0.010041669942438602, 0.0630393698811531, 0.008144909515976906, -0.007163987495005131, -0.020827166736125946, -0.049427330493927, 0.010980751365423203, -0.034383419901132584, -0.0016561781521886587, 0.006350426003336906, 0.019283724948763847, -0.008925928734242916, 0.011771067976951599, 0.015118291601538658, 0.0013005356304347515, 0.016624541953206062, 0.02618272416293621, 0.03637315705418587, -0.018140090629458427, 0.03577809780836105, 0.015527396462857723, 0.07200249284505844, 0.02307724393904209, 0.07322980463504791, 0.03600124642252922, -0.036447539925575256, 0.029715903103351593, -0.0032891116570681334, -0.028284035623073578, 0.0353132039308548, -0.011287580244243145, 0.012263854034245014, 0.03477393090724945, -0.004927856381982565, -0.02642446756362915, -0.013519062660634518, -0.03285857290029526, -0.01483935583382845, 0.03769345209002495, -0.04407177120447159, -0.0049975900910794735, 0.018353940919041634, 0.03968318924307823, -0.06876683980226517, 0.003912067040801048, 0.0138165932148695, 0.015081100165843964, -0.022928478196263313, -0.016894178465008736, 0.01125038880854845, 0.06497332453727722, -0.006815318483859301, 0.021310653537511826, -0.0031101282220333815, -0.031277939677238464, 0.005490375682711601, -0.03295155242085457, 0.03492269665002823, 0.036689285188913345, -0.058353256434202194, 0.014058337546885014, -0.028525779023766518, -0.00020992784993723035, 0.02887909859418869, -0.07720927894115448, -0.010004478506743908, -0.03830711171030998, -0.0102276261895895, -0.08501946926116943, -0.022444991394877434, -0.032672617584466934, 0.028693141415715218, 0.027279868721961975, -0.02739144302904606, 0.04827439785003662, 0.023672306910157204, 0.010720412246882915, -0.02731706015765667, 0.008479632437229156, -0.008823651820421219, -0.02902786247432232, 0.07408520579338074, 0.07787872850894928, -0.002022280590608716, 0.021124698221683502, 0.03442061319947243, -0.09052379429340363, 0.012747341766953468, 0.05080340802669525, -0.03735873103141785, -0.014681292697787285, 0.04262130707502365, -0.0743827372789383, -0.06597749143838882, -0.003635456319898367, -0.005941321142017841, 0.012449810281395912, 0.02698233723640442, 0.0008048444869928062, 0.060733504593372345, 0.00715933833271265, 0.03912531957030296, -0.0050394306890666485, 0.01939529925584793, 0.04239816218614578, 0.012710150331258774 ]
22,860
pyglottolog.api
Glottolog
API to access Glottolog data This class provides (read and write) access to a local copy of the Glottolog data, which can be obtained as explained in the `README <https://github.com/glottolog/pyglottolog#install>`_
class Glottolog(API): """ API to access Glottolog data This class provides (read and write) access to a local copy of the Glottolog data, which can be obtained as explained in the `README <https://github.com/glottolog/pyglottolog#install>`_ """ countries = [models.Country(c.alpha_2, c.name) for c in pycountry.countries] def __init__(self, repos='.', *, cache: bool = False): """ :param repos: Path to a copy of `<https://github.com/glottolog/glottolog>`_ :param cache: Indicate whether to cache `Languoid` objects or not. If `True`, the API must \ be used read-only. """ API.__init__(self, repos=repos) #: Absolute path to the copy of the data repository: self.repos: pathlib.Path = pathlib.Path.cwd() / self.repos #: Absolute path to the `tree` directory in the repos. self.tree: pathlib.Path = self.repos / 'languoids' / 'tree' if not self.tree.exists(): raise ValueError('repos dir %s missing tree dir: %s' % (self.repos, self.tree)) if not self.repos.joinpath('references').exists(): raise ValueError('repos dir %s missing references subdir' % (self.repos,)) self.cache = Cache() if cache else None def __str__(self): return '<Glottolog repos {0} at {1}>'.format(git_describe(self.repos), self.repos) def describe(self) -> str: return git_describe(self.repos) def references_path(self, *comps: str): """ Path within the `references` directory of the repos. """ return self.repos.joinpath('references', *comps) def languoids_path(self, *comps): """ Path within the `languoids` directory of the repos. """ return self.repos.joinpath('languoids', *comps) def build_path(self, *comps: str) -> pathlib.Path: build_dir = self.repos.joinpath('build') if not build_dir.exists(): build_dir.mkdir() # pragma: no cover return build_dir.joinpath(*comps) @contextlib.contextmanager def cache_dir(self, name): d = self.build_path(name) if not d.exists(): d.mkdir() yield d def _cfg(self, name, cls=None): return config.Config.from_ini( self.path('config', name + '.ini'), object_class=cls or config.Generic) @functools.cached_property def aes_status(self) -> typing.Dict[str, config.AES]: """ :rtype: mapping with :class:`config.AES` values. """ return self._cfg('aes_status', cls=config.AES) @functools.cached_property def aes_sources(self) -> typing.Dict[str, config.AESSource]: """ :rtype: mapping with :class:`config.AESSource` values """ return self._cfg('aes_sources', cls=config.AESSource) @functools.cached_property def document_types(self) -> typing.Dict[str, config.DocumentType]: """ :rtype: mapping with :class:`config.DocumentType` values """ return self._cfg('document_types', cls=config.DocumentType) @functools.cached_property def med_types(self) -> typing.Dict[str, config.MEDType]: """ :rtype: mapping with :class:`config.MEDType` values """ return self._cfg('med_types', cls=config.MEDType) @functools.cached_property def macroareas(self) -> typing.Dict[str, config.Macroarea]: """ :rtype: mapping with :class:`config.Macroarea` values """ return self._cfg('macroareas', cls=config.Macroarea) @functools.cached_property def language_types(self) -> typing.Dict[str, config.LanguageType]: """ :rtype: mapping with :class:`config.LanguageType` values """ return self._cfg('language_types', cls=config.LanguageType) @functools.cached_property def languoid_levels(self) -> typing.Dict[str, config.LanguoidLevel]: """ :rtype: mapping with :class:`config.LanguoidLevel` values """ return self._cfg('languoid_levels', cls=config.LanguoidLevel) @functools.cached_property def editors(self) -> typing.Dict[str, config.Generic]: """ Metadata about editors of Glottolog :rtype: mapping with :class:`config.Generic` values """ return self._cfg('editors') @functools.cached_property def publication(self) -> typing.Dict[str, config.Generic]: """ Metadata about the Glottolog publication :rtype: mapping with :class:`config.Generic` values """ return self._cfg('publication') @functools.cached_property def iso(self) -> clldutils.iso_639_3.ISO: """ :return: `clldutils.iso_639_3.ISO` instance, fed with the data of the latest \ ISO code table zip found in the `build` directory. """ return util.get_iso(self.build_path()) @property def ftsindex(self) -> pathlib.Path: """ Directory within `build` where the FullTextSearch index is created. """ return self.build_path('whoosh') @functools.cached_property def _tree_dirs(self): return list(walk(self.tree, mode='dirs')) @property def glottocodes(self) -> models.Glottocodes: """ Registry of Glottocodes. """ return models.Glottocodes(self.languoids_path('glottocodes.json')) def languoid(self, id_: typing.Union[str, lls.Languoid]) -> lls.Languoid: """ Retrieve a languoid specified by language code. :param id_: Glottocode or ISO code. """ if isinstance(id_, lls.Languoid): return id_ if self.cache and id_ in self.cache: return self.cache[id_] if ISO_CODE_PATTERN.match(id_): for d in self._tree_dirs if self.cache else walk(self.tree, mode='dirs'): if self.cache: l_ = self.cache.add(d, self) else: l_ = lls.Languoid.from_dir(d, _api=self) if l_.iso_code == id_: return l_ else: for d in self._tree_dirs if self.cache else walk(self.tree, mode='dirs'): l_ = None if self.cache: # If we cache Languoids, we might as well instantiate the ones we traverse: l_ = self.cache.add(d, self) if d.name == id_: if self.cache: return l_ return lls.Languoid.from_dir(d, _api=self) def languoids( self, ids: set = None, maxlevel: typing.Union[int, config.LanguoidLevel, str] = None, exclude_pseudo_families: bool = False ) -> typing.Generator[lls.Languoid, None, None]: """ Yields languoid objects. :param ids: `set` of Glottocodes to limit the result to. This is useful to increase \ performance, since INI file reading can be skipped for languoids not listed. :param maxlevel: Numeric maximal nesting depth of languoids, or Languoid.level. :param exclude_pseudo_families: Flag signaling whether to exclude pseud families, \ i.e. languoids from non-genealogical trees. """ is_max_level_int = isinstance(maxlevel, int) # Non-numeric levels are interpreted as `Languoid.level` descriptors. if not is_max_level_int: maxlevel = self.languoid_levels.get(maxlevel or 'dialect') # Since we traverse the tree topdown, we can cache a mapping of Languoid.id to triples # (name, id, level) for populating `Languoid.lineage`. nodes = {} for d in self._tree_dirs if self.cache else walk(self.tree, mode='dirs'): if ids is None or d.name in ids: if self.cache: lang = self.cache.add(d, self) else: lang = lls.Languoid.from_dir(d, nodes=nodes, _api=self) if (is_max_level_int and len(lang.lineage) <= maxlevel) \ or ((not is_max_level_int) and lang.level <= maxlevel):
(repos='.', *, cache: bool = False)
[ 0.01591796800494194, -0.06949134916067123, -0.046641360968351364, 0.055071037262678146, 0.029332708567380905, -0.029289918020367622, -0.06713788211345673, 0.00933362077921629, 0.02338486537337303, -0.055798470973968506, 0.010606629773974419, -0.01714818738400936, -0.001640738220885396, 0.06114725023508072, -0.04022282361984253, 0.001838642987422645, -0.04283302649855614, 0.056055210530757904, -0.00735457194969058, -0.028605274856090546, -0.01601424627006054, -0.009761522524058819, 0.037484247237443924, 0.03438195586204529, 0.007445501163601875, -0.02052861638367176, 0.05648311227560043, 0.004843320231884718, 0.010751047171652317, -0.056098002940416336, -0.042597681283950806, -0.00531401252374053, 0.00021227970137260854, -0.011692432686686516, -0.029161546379327774, -0.06221700459718704, 0.025160659104585648, 0.010932905599474907, -0.0936250388622284, -0.01787562109529972, -0.026123439893126488, 0.018057480454444885, 0.019416069611907005, -0.049165982753038406, -0.023106727749109268, -0.00896990392357111, -0.05425802245736122, 0.043688833713531494, -0.03185733035206795, -0.005324710160493851, -0.007306433282792568, -0.003784261643886566, 0.0007314456161111593, 0.04424510523676872, 0.026551341637969017, 0.027064824476838112, -0.028305742889642715, 0.061660733073949814, 0.07368478924036026, 0.012901256792247295, 0.004396697040647268, -0.010804534889757633, 0.017918411642313004, 0.02430485561490059, 0.014869607985019684, -0.00850455928593874, -0.038511212915182114, -0.0023695093113929033, 0.004196117632091045, 0.03750564157962799, -0.04415952414274216, -0.013692876324057579, 0.059606801718473434, 0.0034660091623663902, 0.04578555375337601, -0.008659674786031246, -0.0394739955663681, -0.017993295565247536, 0.038126103579998016, -0.012890558689832687, -0.012462656944990158, -0.021748138591647148, 0.017961202189326286, 0.00021395119256339967, 0.05421523004770279, 0.01263381727039814, 0.09841755032539368, 0.0010089136194437742, 0.00005248490197118372, -0.01986536756157875, -0.06234537810087204, 0.043688833713531494, 0.020271874964237213, 0.0068143452517688274, -0.020122108981013298, -0.0368637889623642, -0.00601202854886651, 0.013692876324057579, -0.02125605009496212, -0.012698003090918064, 0.018132362514734268, -0.006948065012693405, -0.04706926271319389, 0.007408060133457184, -0.001718295505270362, -0.029803400859236717, -0.028369927778840065, 0.009365713223814964, 0.045913923531770706, -0.027813654392957687, -0.12160985916852951, -0.023427655920386314, 0.02138442173600197, -0.01097569614648819, 0.014602168463170528, 0.007852008566260338, -0.06688114255666733, -0.02038954757153988, -0.02676529437303543, -0.015490066260099411, -0.029931770637631416, 0.035130783915519714, -0.058451466262340546, 0.042426519095897675, 0.04364604130387306, 0.012216612696647644, 0.03318382799625397, 0.006750159896910191, 0.025353215634822845, -0.05601242184638977, 0.022657431662082672, 0.03682100027799606, 0.003661239752545953, -0.012409169226884842, 0.06448488682508469, -0.05040689930319786, -0.008948508650064468, -0.00955292023718357, -0.03799773007631302, 0.09276923537254333, -0.025246240198612213, -0.02483973279595375, 0.022935567423701286, -0.051048751920461655, 0.004482277203351259, 0.022400690242648125, -0.010050357319414616, -0.016656100749969482, -0.03926004469394684, -0.01887049525976181, 0.053573377430438995, -0.07201597094535828, -0.020303968340158463, 0.048267386853694916, -0.03583682328462601, -0.03600798547267914, -0.09139994531869888, 0.002738575218245387, 0.010852674022316933, 0.012473354116082191, -0.004297744482755661, -0.009702686220407486, 0.022400690242648125, -0.023170914500951767, -0.03643588721752167, 0.0032734530977904797, -0.006712718401104212, -0.05935005843639374, -0.027107615023851395, 0.06427093595266342, -0.007814567536115646, -0.032285235822200775, -0.0633295550942421, 0.017929108813405037, -0.013767759315669537, 0.04358185827732086, 0.00878804549574852, 0.04484416916966438, -0.020090017467737198, 0.02115977182984352, -0.04835296794772148, -0.02218673750758171, -0.0637146607041359, 0.04985062777996063, 0.012473354116082191, 0.03423219174146652, 0.030466649681329727, -0.005161572247743607, 0.058879368007183075, 0.04045816883444786, -0.06576859205961227, -0.034039635211229324, 0.0115426667034626, -0.026337390765547752, 0.006252723280340433, 0.0099968696013093, -0.01516913902014494, -0.03275592625141144, -0.00971873290836811, 0.05074922367930412, -0.03489543870091438, 0.022400690242648125, 0.05464313179254532, -0.06024865433573723, -0.04758274555206299, 0.01920211873948574, -0.028434112668037415, 0.03767680376768112, -0.013842642307281494, 0.04715484380722046, 0.014580773189663887, 0.007771776989102364, -0.034039635211229324, 0.03438195586204529, 0.013339856639504433, -0.06525511294603348, -0.008943160064518452, 0.06461326032876968, -0.004300418775528669, 0.027171801775693893, 0.0634579211473465, -0.01017872802913189, -0.06512673944234848, -0.048994820564985275, 0.002206371631473303, -0.04997899755835533, 0.08194330334663391, 0.033611733466386795, 0.03063781000673771, -0.06777973473072052, 0.04689810052514076, -0.03027409315109253, 0.025224845856428146, 0.0034312421921640635, 0.05601242184638977, -0.051219914108514786, 0.008044565096497536, 0.08237120509147644, -0.008691767230629921, 0.026701107621192932, -0.026786688715219498, -0.05139107629656792, 0.02971781976521015, 0.03489543870091438, -0.04110002517700195, -0.012120334431529045, 0.01245195884257555, 0.01152127142995596, -0.00958501361310482, -0.011478480882942677, 0.0019523046212270856, -0.01080988347530365, -0.01537239272147417, 0.005910401698201895, 0.014067290350794792, -0.06743741780519485, -0.017255162820219994, -0.02599507011473179, 0.031022923067212105, -0.08840463310480118, -0.01688074879348278, -0.0530598945915699, -0.05964959040284157, 0.0729573518037796, -0.013361251913011074, -0.0280917901545763, 0.06739462167024612, -0.018956074491143227, -0.02068907953798771, 0.01734074391424656, -0.008734556846320629, 0.08155819028615952, -0.027385752648115158, 0.031194083392620087, -0.021662557497620583, -0.012034754268825054, 0.019747694954276085, -0.005872960202395916, -0.026209020987153053, 0.05044969171285629, -0.012013358995318413, 0.005926447920501232, 0.023769976571202278, -0.00011750600242521614, -0.0013987058773636818, -0.0500645786523819, -0.06324397027492523, 0.014826817438006401, -0.05044969171285629, 0.013639388605952263, 0.03840423747897148, 0.02394113875925541, -0.039580971002578735, 0.01681656390428543, 0.09747616201639175, 0.015019373036921024, -0.055498939007520676, 0.021641163155436516, 0.02991037629544735, -0.0529315248131752, -0.03273453190922737, 0.016474241390824318, 0.10689001530408859, -0.04480138048529625, -0.011778012849390507, -0.0051214564591646194, -0.017800739035010338, -0.07706521451473236, 0.06290164589881897, 0.013339856639504433, 0.0022558479104191065, -0.005354128312319517, 0.06880670040845871, 0.04107862710952759, -0.010232215747237206, -0.019886763766407967, -0.02274301089346409, -0.02394113875925541, 0.04745437204837799, 0.06611091643571854, -0.032349418848752975, 0.06991925090551376, 0.033376384526491165, 0.013521715067327023, 0.06114725023508072, -0.08455350995063782, 0.0695769265294075, 0.01718028075993061, 0.03866098076105118, -0.040372587740421295, -0.042726051062345505, 0.004920877516269684, 0.02417648397386074, 0.003674611682072282, 0.0028107836842536926, -0.009531525894999504, 0.017158884555101395, -0.07355641573667526, 0.03269174322485924, -0.04287581890821457, 0.059007737785577774, -0.013617993332445621, -0.059564009308815, 0.022293712943792343, 0.054429180920124054, -0.026444366201758385, 0.05567009747028351, -0.011018485762178898, 0.019576534628868103, 0.03110850229859352, 0.01013058889657259, -0.019715601578354836, 0.009242691099643707, 0.029075967147946358, 0.02676529437303543, -0.08249957859516144, -0.0060387724079191685, -0.05832309275865555, -0.01893468014895916, 0.011253832839429379, -0.02652994729578495, 0.013029627501964569, -0.03887493163347244, 0.03594379872083664, -0.0008691766997799277, -0.030723391100764275, 0.012922652065753937, -0.04937993362545967, 0.0465557798743248, -0.05365895852446556, -0.02125605009496212, -0.0028348532505333424, 0.0054985457099974155, -0.016987724229693413, 0.005835518706589937, -0.011596154421567917, 0.028926201164722443, 0.0069373673759400845, -0.09071530401706696, 0.05434360355138779, 0.055627308785915375, 0.031386639922857285, 0.03555868938565254, 0.06170352175831795, 0.014762631617486477, -0.030102932825684547, 0.06730904430150986, -0.005675055086612701, 0.03245639428496361, -0.0068464381620287895, 0.0018881192663684487, 0.008980601094663143, 0.03399684280157089, 0.028990386053919792, -0.03919585794210434, -0.022828591987490654, 0.013906827196478844, 0.017287256196141243, 0.016773773357272148, -0.04758274555206299, 0.0364786759018898, -0.041399553418159485, 0.054300811141729355, 0.04676973074674606, -0.01784352958202362, -0.01946955733001232, 0.08763440698385239, -0.0018613752909004688, -0.036093566566705704, 0.045314863324165344, -0.013425436802208424, -0.0010630699107423425, -0.022807197645306587, 0.001573878456838429, 0.007317130453884602, -0.034874044358730316, 0.0466841496527195, 0.0061938869766891, -0.00016907158715184778, 0.056825436651706696, -0.014431008137762547, -0.0007254282245412469, 0.04685531184077263, 0.027535518631339073, 0.0014976583188399673, 0.018645845353603363, -0.0366070494055748, 0.00024487380869686604, -0.08438234776258469, 0.04283302649855614, 0.022571850568056107, -0.0009955415735021234, 0.02082814835011959, -0.057724032551050186, 0.015629135072231293, -0.042597681283950806, -0.029803400859236717, -0.01797189936041832, -0.009804313071072102, 0.030167117714881897, 0.06277327984571457, 0.012976139783859253, 0.0694485530257225, -0.012911953963339329, 0.044416267424821854, 0.004024956841021776, -0.0632011815905571, 0.046213455498218536, 0.019212815910577774, 0.0007929566199891269, -0.01694493368268013, 0.04822459816932678, -0.004260302986949682, 0.006595045328140259, 0.007151318714022636, -0.054899875074625015, -0.03157919645309448, 0.012398471124470234, -0.007654103916138411, 0.021908601745963097, 0.00509738689288497, 0.034702882170677185, 0.0625593289732933, 0.009756173938512802, 0.02056070975959301, -0.02792062982916832, 0.010884766466915607, 0.003356359200552106, -0.0365428626537323, -0.03744145855307579, 0.028626669198274612, 0.016666797921061516, -0.039153069257736206, -0.019779786467552185, -0.007317130453884602, -0.01896677352488041, -0.02272161655128002, -0.02954665943980217, -0.05862262472510338, -0.08797673135995865, 0.010355237871408463, -0.024155089631676674, 0.01607843115925789, -0.004741693381220102, -0.02755691297352314, -0.05498545616865158, 0.06217421591281891, -0.004811227321624756, -0.000503119605127722, -0.033440571278333664, -0.06380024552345276, 0.03810470551252365, -0.031814541667699814, 0.00642388453707099, -0.006894576828926802, 0.04131397604942322, 0.0033670568373054266, -0.004632043186575174, 0.0006592370918951929, -0.07586709409952164, 0.005552033428102732, -0.02503228932619095, 0.008878974243998528, 0.026743898168206215, 0.054771505296230316, 0.008675720542669296, -0.005062620155513287, 0.02095651812851429, -0.0023053239565342665, -0.030530834570527077, -0.04182745888829231, -0.06110445782542229, 0.056782644242048264, -0.04450184851884842, -0.010547793470323086, 0.017490509897470474, -0.014794724993407726, 0.018645845353603363, -0.04433068633079529, 0.007263642735779285, -0.018859798088669777, 0.01929839700460434, 0.07111737877130508, -0.05113433301448822, 0.003939376212656498, 0.035130783915519714, 0.01019477378576994, -0.017854226753115654, 0.010692210868000984, 0.05434360355138779, 0.009344317950308323, -0.06059097498655319, 0.0010944940149784088, 0.028968991711735725, 0.01966211386024952, 0.01634587161242962, -0.019287699833512306, -0.053573377430438995, 0.013404041528701782, -0.019908158108592033, 0.007916194386780262, -0.023620210587978363, 0.0133291594684124, -0.012762187980115414, -0.006450628396123648, 0.004164025187492371, 0.022593244910240173, 0.04625624790787697, 0.02652994729578495, 0.0010109193390235305, 0.03453172370791435, 0.0005806768895126879, 0.045314863324165344, -0.011478480882942677, 0.018228640779852867, 0.0007347885984927416, 0.002631599549204111, -0.026979245245456696, 0.033076852560043335, -0.006017377134412527, 0.01425984688103199, 0.03333359584212303, -0.06041981652379036, -0.010087798349559307, -0.00018837733659893274, 0.01568262279033661, 0.013339856639504433, 0.01920211873948574, 0.007857357151806355, 0.024026717990636826, 0.03134384751319885, 0.005744589492678642, -0.01160685159265995, -0.01062802504748106, -0.028027605265378952, 0.028733644634485245, -0.04276884347200394, -0.005803425796329975, 0.019255606457591057, -0.040244217962026596, 0.026016464456915855, 0.03694937005639076, 0.03267034515738487, -0.004589253105223179, 0.06598254293203354, 0.014848212711513042, 0.052118510007858276, 0.10740349441766739, 0.06589696556329727, -0.0033322898671031, -0.015008675865828991, 0.03780517354607582, 0.020346758887171745, -0.05233246088027954, 0.009483386762440205, 0.033076852560043335, -0.007750381715595722, -0.03219965472817421, -0.009360364638268948, -0.02954665943980217, -0.07381316274404526, 0.03123687393963337, -0.06277327984571457, -0.001987071707844734, -0.016987724229693413, -0.029632240533828735, 0.04792506620287895, -0.01062802504748106, 0.012077544815838337, 0.022507665678858757, -0.016324475407600403, 0.023320680484175682, 0.03245639428496361, -0.014997978694736958, 0.0038324007764458656, -0.0693201869726181, 0.016902143135666847, 0.043496277183294296, 0.03104431740939617, -0.05263199284672737, -0.04131397604942322, -0.007852008566260338, -0.012730095535516739, 0.0004048357659485191, -0.07317131012678146, -0.00892176479101181, 0.0281559769064188, -0.04007305949926376, -0.020635591819882393, -0.0015538205625489354, 0.001960327848792076, -0.020935123786330223, -0.00014500207907985896, -0.024796942248940468, 0.004656112752854824, 0.013339856639504433, 0.038746561855077744, -0.027728073298931122, -0.01553285587579012, 0.04540044069290161, -0.03521636500954628, -0.016966329887509346, -0.0029471777379512787, 0.016463544219732285, -0.041998617351055145, 0.02460438758134842, -0.010751047171652317, 0.020250480622053146, 0.039409808814525604, -0.010323144495487213, -0.0065148137509822845, 0.01145708654075861, 0.0330340638756752, -0.014035197906196117, -0.029589449986815453, 0.0598207525908947, 0.004749716259539127, 0.00994873046875, 0.03256336972117424, -0.009194551967084408, 0.04625624790787697, -0.031515009701251984, 0.003960771486163139, -0.010456864722073078, -0.011927778832614422, -0.04813901707530022, 0.027599703520536423, -0.0018359686946496367, 0.05614079162478447, 0.04424510523676872, 0.005573428235948086, 0.002324044704437256, 0.04582834616303444, -0.029803400859236717, -0.005482499022036791, -0.03949538990855217, 0.04182745888829231, 0.02881922572851181, 0.02261464111506939, 0.013735665939748287, -0.06144678220152855, 0.11005648970603943, -0.0367354191839695, 0.03412521630525589, -0.0329698771238327, 0.09328272193670273, 0.009659896604716778, -0.009873847477138042, 0.04818180948495865, -0.043089769780635834, -0.04174187779426575, 0.038254473358392715, 0.005899704061448574, -0.0033884518779814243, -0.0018132362747564912, -0.04281163215637207, -0.04154932126402855, -0.01710539683699608, -0.01767236739397049, -0.029568053781986237, 0.06431372463703156, -0.01727655902504921, 0.018624451011419296, 0.02894759550690651, 0.01220591552555561, -0.027407146990299225, -0.028027605265378952, 0.007750381715595722, -0.047368794679641724, 0.01474123727530241, 0.019779786467552185, 0.054129648953676224, 0.04328232631087303, -0.04152792692184448, 0.03936702013015747, -0.028198767453432083, -0.00996477622538805, 0.029888981953263283, -0.029439684003591537, -0.014366822317242622, 0.02881922572851181, 0.03157919645309448, 0.04997899755835533, 0.010184076614677906, 0.04373162239789963, 0.03356894105672836, 0.05233246088027954, -0.06170352175831795, -0.023320680484175682, -0.034467536956071854, -0.023491840809583664, 0.04445905610918999, -0.04178466647863388, -0.04124978929758072, 0.001996431965380907, -0.09302597492933273, -0.00969733763486147, -0.0015778900124132633, -0.03249918669462204, 0.019608626142144203, -0.017126793041825294, -0.02616623044013977, -0.06854996085166931, 0.014773329719901085, -0.016987724229693413, -0.03523775935173035, 0.05802356079220772, 0.021502094343304634, -0.04118560254573822, 0.0368637889623642, 0.06666719168424606, -0.007691545411944389, -0.018453290686011314, 0.02400532364845276, -0.004749716259539127, -0.00789479911327362, 0.0029445032123476267, 0.018442591652274132, 0.0048032039776444435, -0.017330046743154526, -0.004535765387117863, -0.06516953557729721, -0.02005792409181595, 0.015457973815500736, 0.07518244534730911, -0.0011546678142622113, -0.05015015974640846, 0.012131032533943653 ]
22,861
pyglottolog.api
__init__
:param repos: Path to a copy of `<https://github.com/glottolog/glottolog>`_ :param cache: Indicate whether to cache `Languoid` objects or not. If `True`, the API must be used read-only.
def __init__(self, repos='.', *, cache: bool = False): """ :param repos: Path to a copy of `<https://github.com/glottolog/glottolog>`_ :param cache: Indicate whether to cache `Languoid` objects or not. If `True`, the API must \ be used read-only. """ API.__init__(self, repos=repos) #: Absolute path to the copy of the data repository: self.repos: pathlib.Path = pathlib.Path.cwd() / self.repos #: Absolute path to the `tree` directory in the repos. self.tree: pathlib.Path = self.repos / 'languoids' / 'tree' if not self.tree.exists(): raise ValueError('repos dir %s missing tree dir: %s' % (self.repos, self.tree)) if not self.repos.joinpath('references').exists(): raise ValueError('repos dir %s missing references subdir' % (self.repos,)) self.cache = Cache() if cache else None
(self, repos='.', *, cache: bool = False)
[ -0.028289467096328735, -0.04319467023015022, -0.054217007011175156, 0.05088883265852928, 0.013983692973852158, -0.021382614970207214, -0.039615992456674576, 0.05142563581466675, 0.03208287060260773, -0.029506219550967216, 0.042478933930397034, 0.012382233515381813, -0.022617259994149208, 0.04187056049704552, -0.0665634498000145, -0.011451777070760727, -0.02777055837213993, 0.06520355492830276, -0.03954441845417023, 0.0030597716104239225, -0.03972335159778595, 0.011165482923388481, 0.017911294475197792, 0.05375177785754204, -0.005864562466740608, 0.003824714571237564, 0.05242766812443733, -0.005663261748850346, 0.023941371589899063, -0.048025891184806824, -0.03523210808634758, -0.0023842956870794296, -0.01380475889891386, 0.03779086470603943, -0.03265545889735222, -0.023619290441274643, 0.041691623628139496, 0.029148351401090622, -0.12038680166006088, -0.02038058452308178, -0.013420050963759422, 0.023046700283885002, 0.008884074166417122, -0.0481332503259182, 0.007801522966474295, -0.0030955583788454533, -0.03113451786339283, 0.024943402037024498, -0.0577956885099411, -0.011460723355412483, -0.022581472992897034, 0.023404568433761597, 0.009903998114168644, 0.0011395859764888883, -0.0018888722406700253, 0.044733501970767975, 0.026374874636530876, 0.09390456974506378, 0.03170710802078247, 0.03217233717441559, 0.0005446303985081613, 0.0032208121847361326, 0.03925812244415283, 0.0345342643558979, 0.006410310976207256, 0.011210216209292412, -0.046988073736429214, -0.024335026741027832, 0.019969036802649498, 0.031492386013269424, -0.0346774123609066, 0.004321256652474403, 0.03915076330304146, 0.014225253835320473, 0.07028528302907944, 0.008928807452321053, -0.030526142567396164, -0.009787690825760365, 0.029148351401090622, 0.002889784285798669, -0.02687588892877102, -0.04935000091791153, -0.0038180046249181032, 0.026750635355710983, 0.032870177179574966, -0.01644403673708439, 0.0793035551905632, -0.023869797587394714, 0.024120304733514786, -0.009013800881803036, -0.08216650038957596, 0.024943402037024498, -0.004553870763629675, -0.014663642272353172, -0.008978013880550861, -0.022044669836759567, 0.003768797731027007, 0.00304858828894794, -0.05206979811191559, -0.002278053667396307, 0.006455044727772474, -0.01311586331576109, -0.054288581013679504, 0.014708375558257103, -0.03972335159778595, -0.040081217885017395, 0.003426586277782917, -0.014484708197414875, 0.01808128133416176, -0.015272018499672413, -0.11244213581085205, 0.023941371589899063, 0.03331751376390457, 0.022831980139017105, 0.006441624369472265, -0.0022031250409781933, -0.0512109138071537, -0.057509392499923706, -0.032709136605262756, -0.003536183387041092, -0.022778300568461418, 0.05636421591043472, -0.03371116891503334, 0.05307183042168617, 0.0462365485727787, 0.009859263896942139, 0.017052412033081055, 0.005291973706334829, 0.009823477827012539, -0.05876193195581436, 0.04212106764316559, 0.005757201928645372, -0.02913045696914196, -0.019843781366944313, 0.07865939289331436, -0.04262208193540573, 0.012176459655165672, -0.005385913886129856, -0.04108325019478798, 0.06785178184509277, -0.024997081607580185, -0.029255710542201996, 0.025176016613841057, -0.0330670066177845, 0.007318401243537664, 0.04902791976928711, -0.018823858350515366, -0.050602540373802185, -0.044590357691049576, 0.00017194441170431674, 0.05614949390292168, -0.06477411091327667, -0.0024938927963376045, 0.027001142501831055, -0.05328654870390892, -0.0314566008746624, -0.06037233769893646, -0.032387055456638336, 0.021239466965198517, 0.04262208193540573, 0.015710406005382538, 0.019056472927331924, 0.015987753868103027, -0.022402537986636162, -0.036305710673332214, 0.010727094486355782, 0.006007709540426731, -0.08724822849035263, -0.04616497457027435, 0.05575583875179291, -0.014878363348543644, -0.01885964535176754, -0.06187538057565689, 0.02487182803452015, -0.006924746558070183, 0.0043257297948002815, 0.0019470257684588432, 0.08152233809232712, -0.026213834062218666, 0.02800317294895649, -0.04043908789753914, -0.007385501638054848, -0.03650254011154175, 0.05013731122016907, -0.01581776700913906, 0.03451637178659439, 0.025641243904829025, 0.02021954394876957, 0.044661931693553925, 0.046594418585300446, -0.05142563581466675, 0.010163452476263046, 0.010208185762166977, -0.023010915145277977, 0.032297588884830475, 0.005797462072223425, -0.015549365431070328, -0.01729397289454937, -0.039615992456674576, 0.07751421630382538, -0.0026459868531674147, 0.039938073605298996, 0.041441116482019424, -0.04688071087002754, -0.029577791690826416, 0.011621763929724693, -0.026983249932527542, 0.03281649947166443, -0.020595304667949677, 0.025712817907333374, 0.052284520119428635, 0.03857817500829697, -0.046343911439180374, 0.03641307353973389, -0.015379378572106361, -0.042335789650678635, -0.017446067184209824, 0.03172500059008598, 0.03138502687215805, 0.022366750985383987, 0.08832182735204697, 0.008714086376130581, -0.04684492573142052, -0.025873858481645584, -0.036073096096515656, -0.029309391975402832, 0.08832182735204697, 0.010118718259036541, 0.018072335049510002, -0.09512132406234741, 0.03396167606115341, -0.04405355453491211, 0.010619733482599258, -0.006982899736613035, 0.06226903572678566, -0.05371599271893501, -0.006307424046099186, 0.06405837833881378, -0.0069694798439741135, 0.024012945592403412, -0.009644543752074242, -0.037826649844646454, 0.027895811945199966, 0.05872614309191704, -0.017311865463852882, -0.01648877002298832, -0.016551395878195763, 0.0008790133288130164, 0.0015500158770009875, -0.018984898924827576, -0.0013062183279544115, -0.01612195558845997, -0.03893604129552841, -0.008490419015288353, 0.02224149741232395, -0.07787208259105682, -0.012892195954918861, -0.035912055522203445, 0.02624961920082569, -0.07436497509479523, -0.01782182790338993, -0.0762258917093277, -0.05074568837881088, 0.08030558377504349, -0.021937310695648193, -0.04748908802866936, 0.05410964787006378, -0.021364720538258553, 0.00634321104735136, 0.03412271663546562, 0.05257081240415573, 0.06234060972929001, 0.016291942447423935, 0.002253450220450759, -0.02095317281782627, -0.023547716438770294, -0.0018542037578299642, -0.009125635027885437, -0.009322462603449821, 0.05707995221018791, 0.010906028561294079, -0.0019447890808805823, 0.030150381848216057, 0.01304428931325674, 0.0016238262178376317, -0.07092944532632828, -0.05879771709442139, 0.038971830159425735, -0.06595508009195328, -0.004571764264255762, 0.04484086483716965, 0.060873351991176605, -0.060801777988672256, 0.019002791494131088, 0.05321497470140457, 0.026947462931275368, -0.05908401310443878, 0.055505331605672836, 0.044805075973272324, -0.033013325184583664, -0.05976396054029465, 0.013777919113636017, 0.0447692908346653, -0.04319467023015022, 0.003616703674197197, -0.022993020713329315, -0.005220399703830481, -0.057903047651052475, 0.040904317051172256, 0.034230075776576996, 0.03355012834072113, 0.01468153577297926, 0.046272337436676025, 0.06914010643959045, -0.030204061418771744, 0.020505838096141815, -0.00954612996429205, -0.04935000091791153, 0.02537284418940544, 0.03958020359277725, -0.05729467049241066, 0.047131218016147614, 0.029667260125279427, -0.02447817288339138, 0.022295178845524788, -0.053644418716430664, 0.02673274092376232, 0.026374874636530876, 0.03836345300078392, 0.012650635093450546, -0.047560662031173706, 0.02616015262901783, 0.032780710607767105, 0.002375348936766386, -0.010682360269129276, -0.007913356646895409, 0.01853756420314312, -0.08760609477758408, 0.04702385887503624, -0.026052791625261307, 0.03553629666566849, -0.04881319776177406, -0.06090913712978363, 0.01468153577297926, 0.05278553441166878, -0.025247588753700256, 0.03779086470603943, -0.020291117951273918, 0.03403325006365776, 0.01147861685603857, -0.013133756816387177, 0.02199099026620388, -0.003283439204096794, 0.0189491119235754, 0.01846599020063877, -0.054539088159799576, -0.01612195558845997, -0.05768832564353943, -0.0016596129862591624, -0.026840101927518845, -0.031581852585077286, -0.008034137077629566, -0.0321902297437191, 0.016104061156511307, -0.021293148398399353, -0.03900761529803276, 0.011943845078349113, -0.03621624410152435, 0.030794544145464897, -0.029345178976655006, -0.02086370624601841, -0.014708375558257103, -0.032709136605262756, 0.003853791393339634, -0.016470875591039658, 0.025265483185648918, 0.025068655610084534, -0.02608857862651348, -0.10184924304485321, -0.0031447652727365494, 0.016748223453760147, 0.0016394829144701362, 0.03732563555240631, 0.03675304725766182, -0.012274873442947865, -0.026768527925014496, 0.04852690547704697, 0.020487945526838303, 0.05679365620017052, 0.03134923800826073, 0.020273223519325256, -0.019128046929836273, 0.035500507801771164, 0.022509898990392685, -0.03660989925265312, -0.025158122181892395, 0.04051066190004349, 0.001509755733422935, 0.004310072865337133, -0.02551599033176899, 0.043230459094047546, -0.01745501346886158, 0.029953554272651672, 0.03437322378158569, -0.00696053309366107, 0.023458249866962433, 0.06563299894332886, -0.009939784184098244, -0.0281642135232687, 0.005721414927393198, 0.004457693547010422, -0.02208045683801174, 0.007000793237239122, -0.023726649582386017, 0.018752284348011017, -0.008579885587096214, 0.06491725891828537, 0.0031358185224235058, 0.0028718910180032253, 0.026124365627765656, -0.005479854065924883, 0.0050280457362532616, 0.01685558445751667, 0.04158426448702812, -0.00250731292180717, 0.0281642135232687, 0.0013543068198487163, -0.022259391844272614, -0.027251649647951126, 0.04566396027803421, -0.003947731573134661, 0.046343911439180374, 0.0046299174427986145, -0.052678175270557404, 0.04573553428053856, -0.019933249801397324, -0.041691623628139496, -0.010440799407660961, -0.03580469638109207, 0.06616979837417603, 0.029488325119018555, 0.009071954526007175, 0.07429340481758118, -0.015424111858010292, 0.03457005321979523, 0.014645748771727085, -0.05614949390292168, 0.03392589092254639, 0.024263452738523483, -0.011720177717506886, -0.0019548540003597736, 0.04501979798078537, 0.00839200522750616, -0.002038729377090931, -0.011890165507793427, -0.08023401349782944, -0.05446751415729523, 0.013312690891325474, 0.02832525409758091, 0.01664981059730053, -0.004683597944676876, 0.01621142216026783, 0.06173223629593849, -0.00511751277372241, -0.027305331081151962, -0.05110355466604233, 0.0157283004373312, -0.007483914960175753, -0.022653046995401382, -0.06244797259569168, 0.03322804719209671, 0.01504835020750761, -0.029720939695835114, -0.011138642206788063, -0.02696535550057888, -0.012990609742701054, 0.00849936529994011, -0.04598604142665863, -0.06441624462604523, -0.09605178236961365, -0.045771319419145584, -0.023655077442526817, 0.020971067249774933, 0.013106917031109333, -0.04405355453491211, -0.06455939263105392, 0.011353363282978535, -0.0024782360997051, 0.02286776714026928, -0.025873858481645584, -0.041297972202301025, 0.06756548583507538, -0.07407867908477783, 0.0062358505092561245, 0.03396167606115341, 0.05242766812443733, -0.011764911003410816, 0.017580267041921616, -0.04655862972140312, -0.08352639526128769, 0.024173986166715622, -0.027072716504335403, 0.012552221305668354, -0.0008230964886024594, 0.03168921545147896, -0.012963769026100636, 0.001982812536880374, -0.02199099026620388, 0.019933249801397324, -0.022509898990392685, -0.04738172888755798, -0.0465228445827961, 0.021686801686882973, -0.02472868002951145, -0.005734835285693407, 0.01544200535863638, -0.042264215648174286, 0.030275635421276093, -0.06008604168891907, 0.01966484822332859, -0.009402982890605927, 0.014448922127485275, 0.07923198491334915, -0.06065862998366356, 0.0027511105872690678, -0.028629442676901817, 0.005215926561504602, -0.0026348032988607883, 0.010897081345319748, 0.05682944133877754, -0.010521319694817066, -0.07486598938703537, -0.02463921345770359, 0.01456522848457098, 0.01468153577297926, 0.05249923840165138, -0.010798667557537556, -0.022098351269960403, -0.01749974675476551, -0.027663199231028557, 0.006647398695349693, -0.018680710345506668, 0.004688071087002754, -0.028432615101337433, 0.006736865732818842, 0.022330965846776962, -0.006687658838927746, 0.071108378469944, 0.04373147338628769, 0.011407043784856796, 0.03739720955491066, -0.019360659644007683, 0.01267747487872839, 0.001365490141324699, 0.006226903758943081, 0.019056472927331924, -0.005743782036006451, -0.05987131968140602, 0.04920685291290283, 0.0011267251102253795, 0.014994670636951923, 0.015093084424734116, -0.022420432418584824, 0.045771319419145584, -0.015352538786828518, 0.022402537986636162, 0.04616497457027435, 0.004222842864692211, 0.03201129660010338, 0.027001142501831055, 0.04430406168103218, -0.01469048298895359, -0.011299682781100273, 0.010968655347824097, -0.011254949495196342, 0.020398477092385292, -0.018752284348011017, 0.013876332901418209, 0.018340736627578735, -0.006727918982505798, 0.0297030471265316, 0.020487945526838303, 0.02938096597790718, -0.016748223453760147, 0.04469771683216095, 0.024782361462712288, 0.04519873112440109, 0.06892538070678711, 0.09676751494407654, -0.01768762804567814, -0.00855304580181837, 0.007855203002691269, 0.016229314729571342, -0.03016827441751957, 0.005323287099599838, 0.001187674468383193, -0.015692513436079025, -0.050101522356271744, 0.0012581298360601068, -0.03771929070353508, -0.03764771670103073, 0.04541345313191414, -0.07508071511983871, -0.0013498334446921945, -0.037361420691013336, -0.02793159894645214, 0.004285469651222229, 0.017714466899633408, 0.0075599621050059795, 0.03460583835840225, -0.0027108502108603716, -0.009465609677135944, 0.01911015249788761, -0.015513579361140728, -0.003419876331463456, -0.03721827641129494, 0.029631473124027252, 0.030275635421276093, -0.001104917493648827, -0.04230000078678131, -0.01380475889891386, -0.016336675733327866, 0.012874302454292774, -0.0012995082652196288, -0.07515228539705276, -0.01782182790338993, 0.02191941626369953, -0.04863426461815834, 0.00625821715220809, -0.005788515321910381, 0.02102474682033062, -0.017875507473945618, 0.0011429410660639405, -0.009376142174005508, 0.0009461136069148779, 0.020434264093637466, 0.04011700674891472, -0.03689619526267052, 0.03177868202328682, 0.06377208232879639, -0.023708757013082504, -0.01957538165152073, -0.0026773002464324236, 0.02141840197145939, -0.055827412754297256, -0.008673826232552528, -0.009304569102823734, 0.021078426390886307, 0.05436015501618385, -0.021042639389634132, 0.01632772944867611, -0.0031648953445255756, 0.04355254024267197, 0.011460723355412483, -0.019217513501644135, 0.05754517763853073, -0.010288706049323082, 0.027877919375896454, 0.046343911439180374, -0.010208185762166977, 0.009358248673379421, -0.014592069201171398, -0.007913356646895409, 0.014207360334694386, -0.023082487285137177, -0.0412621833384037, 0.02127525396645069, -0.036788832396268845, 0.023887690156698227, 0.05271396040916443, 0.001480679027736187, 0.026840101927518845, 0.04967208206653595, -0.008834866806864738, 0.009599809534847736, -0.045306093990802765, 0.04222842678427696, 0.007474968675523996, 0.043624114245176315, 0.039437055587768555, -0.06742233783006668, 0.086031474173069, -0.046594418585300446, 0.0016819797456264496, -0.04648705571889877, 0.10965076088905334, 0.022939341142773628, 0.0496005080640316, 0.040474873036146164, -0.05579162389039993, -0.03208287060260773, 0.05031624436378479, 0.013983692973852158, -0.005895875860005617, -0.006016656290739775, -0.028468402102589607, -0.034695304930210114, -0.04094010218977928, -0.0019693924114108086, -0.01607722043991089, 0.09426243603229523, -0.013983692973852158, 0.011129695922136307, 0.044984012842178345, -0.009823477827012539, -0.04051066190004349, -0.024531854316592216, 0.014547334983944893, -0.039687562733888626, -0.006472937762737274, 0.01808128133416176, 0.038971830159425735, 0.036717258393764496, -0.06205431744456291, 0.06552563607692719, 0.00824438501149416, -0.001914593973197043, 0.025068655610084534, -0.050924621522426605, -0.04702385887503624, 0.017991814762353897, -0.007738896179944277, 0.0513540618121624, 0.00688448641449213, 0.08324010670185089, 0.0073228743858635426, 0.040260154753923416, -0.04333781823515892, -0.01039606612175703, -0.03199340030550957, -0.01187227200716734, 0.04648705571889877, -0.02896941639482975, -0.061589088290929794, -0.001466140616685152, -0.1088634580373764, -0.00798045750707388, -0.013697398826479912, 0.012579061090946198, 0.044984012842178345, -0.023404568433761597, -0.035589974373579025, -0.04294416308403015, 0.007363134529441595, -0.029255710542201996, -0.07021370530128479, 0.041441116482019424, 0.0014258804731070995, -0.037432994693517685, 0.006410310976207256, 0.05546954274177551, 0.011729124933481216, -0.0026325667276978493, 0.029416751116514206, 0.014699429273605347, -0.04373147338628769, 0.015996700152754784, 0.041119035333395004, 0.023494036868214607, -0.03693198040127754, -0.036788832396268845, -0.06538248807191849, -0.01893121935427189, -0.017651841044425964, 0.05385913699865341, 0.006307424046099186, -0.035339467227458954, -0.008731979876756668 ]
22,862
pyglottolog.api
__str__
null
def __str__(self): return '<Glottolog repos {0} at {1}>'.format(git_describe(self.repos), self.repos)
(self)
[ 0.0011483231792226434, -0.05749138444662094, 0.00242276256904006, 0.01947060413658619, 0.05104838311672211, -0.05423448234796524, -0.006757184863090515, -0.02072734385728836, 0.09593697637319565, -0.03720655292272568, 0.006199617404490709, -0.045986026525497437, -0.013045304454863071, 0.01679782196879387, -0.02214338630437851, -0.008235180750489235, 0.009797253645956516, -0.06690807640552521, 0.020975150167942047, 0.03094056062400341, -0.003467095084488392, 0.0237895380705595, 0.023824939504265785, -0.05412827804684639, -0.005177410785108805, 0.03773757070302963, 0.03449837118387222, -0.02633841708302498, -0.03481698036193848, -0.028143873438239098, -0.05118998885154724, -0.06283695250749588, -0.013567470945417881, -0.04184409976005554, -0.029436012730002403, 0.01638185791671276, 0.0007008311222307384, 0.023736435920000076, -0.03841019049286842, -0.012213379144668579, 0.013142657466232777, -0.021541569381952286, -0.025364886969327927, -0.050552770495414734, -0.00945209339261055, -0.035383399575948715, 0.01747044175863266, 0.043401747941970825, -0.022107986733317375, -0.011080543510615826, -0.012567389756441116, 0.04662324860692024, -0.06492561846971512, -0.006628855597227812, -0.010947789996862411, -0.019913118332624435, 0.07979407906532288, 0.021807076409459114, 0.02844478189945221, 0.05554432421922684, -0.04145468771457672, 0.014788809232413769, 0.045100998133420944, -0.010257468558847904, 0.011018591932952404, 0.0009735302301123738, -0.003754728939384222, 0.003916246350854635, 0.014585252851247787, 0.030002431944012642, 0.023240821436047554, -0.026426920667290688, 0.00041015492752194405, 0.01636415719985962, -0.036427728831768036, -0.02826777659356594, -0.009682200849056244, -0.024285154417157173, 0.05603994056582451, -0.06032347306609154, -0.009930008091032505, -0.0011925745056942105, 0.027365049347281456, -0.007713014259934425, 0.03180788829922676, -0.08241375535726547, 0.00029897334752604365, -0.03207339718937874, -0.01055837795138359, -0.004394161514937878, -0.016921725124120712, 0.013673674315214157, -0.0020012683235108852, -0.0004665754095185548, -0.06350956857204437, -0.02205488458275795, -0.01996622048318386, -0.012346133589744568, -0.020939750596880913, 0.018160764127969742, 0.02846248261630535, -0.014638354070484638, -0.08000648021697998, 0.022798307240009308, -0.06581064313650131, -0.019736113026738167, -0.025329485535621643, 0.013284262269735336, -0.010381371714174747, 0.006204042583703995, -0.062022723257541656, 0.047685280442237854, 0.04690645635128021, -0.047508273273706436, 0.0819181427359581, -0.0031993743032217026, -0.04403896629810333, -0.0181430634111166, 0.013063005171716213, -0.0410652756690979, -0.015080868266522884, 0.021913280710577965, -0.015125119127333164, 0.013903781771659851, -0.0063721975311636925, 0.07398829609155655, -0.03481698036193848, -0.03720655292272568, 0.001628450583666563, -0.0940961167216301, 0.04304773733019829, 0.0025599419604986906, -0.03534799814224243, -0.017302287742495537, 0.11774405092000961, -0.02044413425028324, 0.0024360381066799164, 0.0019548044074326754, 0.0274889525026083, 0.11569079011678696, -0.0011770864948630333, -0.029630718752741814, -0.02522328309714794, 0.01870948076248169, 0.00038830580888316035, 0.032710615545511246, 0.006500526797026396, 0.024886973202228546, 0.018355470150709152, -0.03550730273127556, 0.03717115521430969, -0.050092555582523346, 0.01074423361569643, -0.009354740381240845, -0.028090771287679672, 0.04899512231349945, -0.0252055823802948, -0.02111675590276718, 0.014487899839878082, 0.025258684530854225, 0.020603438839316368, -0.04641084000468254, 0.04173789545893669, 0.013576321303844452, -0.02837398089468479, 0.018107661977410316, 0.0219486802816391, -0.007212973665446043, 0.0010100376093760133, 0.0048897769302129745, 0.015125119127333164, -0.03826858848333359, -0.05005715414881706, 0.032905321568250656, 0.0010902432259172201, 0.048251695930957794, -0.005305739585310221, 0.08984798938035965, -0.03791457787156105, -0.003860932309180498, -0.0375959649682045, -0.022745205089449883, -0.0312945693731308, 0.04223351180553436, 0.003969348035752773, -0.03908281400799751, 0.04580902308225632, -0.011213297955691814, 0.019559107720851898, 0.03044494427740574, -0.005978360306471586, 0.010753083974123001, -0.02770135924220085, -0.0003415652900002897, 0.028851894661784172, -0.03016173653304577, -0.010248618200421333, -0.04276452586054802, 0.03646313026547432, 0.009160034358501434, 0.003394080325961113, 0.055225715041160583, -0.010505275800824165, -0.024373656138777733, 0.03285222128033638, 0.033365536481142044, 0.02655082382261753, -0.016408409923315048, 0.023364724591374397, 0.020868947729468346, 0.0338965505361557, 0.05607534199953079, -0.06050047650933266, 0.0098326550796628, -0.00017783520161174238, -0.024869272485375404, 0.0018607702804729342, 0.008319257758557796, -0.05147319659590721, 0.028993500396609306, 0.0538804717361927, -0.07497952878475189, 0.008996304124593735, -0.018213864415884018, -0.024975474923849106, 0.0038675700780004263, 0.06804091483354568, -0.010894687846302986, 0.03267521411180496, -0.052358224987983704, 0.003772429656237364, -0.03246280923485756, -0.023541729897260666, 0.041490089148283005, 0.007982947863638401, 0.017727099359035492, -0.055154912173748016, 0.003619762370362878, -0.029577618464827538, 0.0035688732750713825, -0.05165020376443863, 0.014700306579470634, 0.026586225256323814, 0.07455471158027649, 0.03741896152496338, -0.10896458476781845, -0.038233187049627304, 0.028196975588798523, -0.007447506301105022, 0.008018349297344685, 0.03035644255578518, 0.013638272881507874, -0.02453296072781086, -0.025081679224967957, 0.008779472671449184, -0.10032671689987183, -0.06035887449979782, -0.01986001618206501, 0.005022530909627676, -0.0341089591383934, -0.005956234876066446, -0.03858719766139984, -0.05710197240114212, 0.031754784286022186, 0.015310974791646004, -0.014204691164195538, 0.002548879012465477, -0.02139996364712715, 0.0274889525026083, 0.04333094507455826, 0.1108054369688034, 0.017169533297419548, -0.04895972087979317, 0.005168560426682234, -0.029666120186448097, -0.0471542626619339, 0.0008629017975181341, -0.010036211460828781, -0.059721652418375015, -0.0375959649682045, -0.022320393472909927, -0.045596614480018616, -0.013850679621100426, 0.006814711261540651, 0.021276060491800308, -0.04113607481122017, 0.02242659591138363, 0.008668843656778336, 0.0058633070439100266, 0.041383884847164154, 0.04209190607070923, 0.0569249652326107, -0.049880146980285645, 0.01842627115547657, 0.05253523215651512, 0.016204852610826492, 0.059721652418375015, 0.07356348633766174, -0.0078236423432827, 0.013717926107347012, -0.03841019049286842, -0.008443161845207214, -0.039189014583826065, -0.036994148045778275, -0.013417016714811325, 0.00508890813216567, 0.017912955954670906, -0.047968488186597824, 0.04230431467294693, 0.004237068817019463, 0.012000972405076027, 0.03094056062400341, 0.04899512231349945, 0.08135172724723816, -0.00835465919226408, 0.03092285990715027, -0.030533447861671448, -0.003657375928014517, 0.01648806221783161, 0.04403896629810333, -0.006571328733116388, 0.037666767835617065, -0.010009660385549068, -0.0027391600888222456, 0.030197137966752052, -0.041879501193761826, -0.06050047650933266, 0.04202110320329666, 0.016682768240571022, 0.049880146980285645, -0.03734815865755081, -0.013266561552882195, 0.04786228388547897, -0.012620491907000542, 0.02759515680372715, -0.0030356443021446466, 0.034993987530469894, -0.026603925973176956, -0.012116026133298874, -0.04488859325647354, 0.03035644255578518, -0.059438444674015045, -0.031931791454553604, 0.03154237940907478, 0.02329392358660698, 0.01002736110240221, 0.013771027326583862, -0.012390384450554848, 0.0059916358441114426, 0.01794835738837719, -0.0024714393075555563, 0.025630395859479904, 0.029276708140969276, 0.0005835649790242314, 0.008363509550690651, 0.04446377977728844, -0.03887040540575981, 0.036427728831768036, 0.005380967166274786, 0.03359564393758774, -0.025240983814001083, -0.022515099495649338, 0.054553091526031494, 0.015549932606518269, -0.05048196762800217, 0.022798307240009308, 0.006792585831135511, 0.004135290626436472, 0.05706657096743584, -0.015257873572409153, -0.03449837118387222, 0.03943682461977005, -0.003132997313514352, -0.028958098962903023, -0.06014646589756012, 0.09537056088447571, 0.008593617007136345, -0.02646232210099697, -0.06510262191295624, -0.08099771291017532, 0.025329485535621643, 0.01685977354645729, 0.03635692968964577, 0.05203961580991745, -0.008651143871247768, 0.04145468771457672, 0.05030496045947075, -0.007633361965417862, 0.039861638098955154, -0.002440463285893202, -0.030675051733851433, -0.044074367731809616, 0.0038830579724162817, 0.05072977393865585, -0.05129619315266609, -0.09947708994150162, 0.04375575855374336, -0.03741896152496338, -0.04088826850056648, -0.02863948792219162, 0.049986351281404495, -0.022585900500416756, 0.02244429662823677, -0.026798631995916367, -0.021895579993724823, -0.003898545866832137, 0.008659993298351765, 0.02109905518591404, -0.062022723257541656, 0.013815279118716717, 0.0023431102745234966, -0.0064872512593865395, -0.01762089692056179, -0.02817927487194538, 0.046552445739507675, 0.0174881424754858, -0.03876420110464096, -0.007659912575036287, 0.01633760705590248, 0.005416368134319782, -0.051225390285253525, -0.013248860836029053, 0.02817927487194538, 0.053526461124420166, -0.02196638099849224, 0.05710197240114212, 0.010045061819255352, 0.0015388415195047855, 0.049490734934806824, 0.03219730034470558, 0.004995979834347963, 0.0362861268222332, 0.01581544056534767, 0.009354740381240845, 0.07554594427347183, -0.08368819952011108, -0.005973935592919588, -0.025842802599072456, -0.04733126983046532, 0.04782688245177269, 0.048853516578674316, -0.022320393472909927, 0.062376733869314194, -0.005487170070409775, 0.04842870309948921, 0.028285477310419083, -0.04619843512773514, -0.023081516847014427, -0.0022988589480519295, 0.012753245420753956, -0.01577118970453739, 0.046552445739507675, -0.02711724117398262, -0.027241146191954613, 0.03752516582608223, -0.05126079171895981, -0.007412104867398739, 0.008257306180894375, -0.022603601217269897, 0.020284829661250114, -0.048074692487716675, 0.05862421914935112, 0.0006842368748039007, 0.05922603979706764, 0.017629746347665787, -0.0943085253238678, 0.03333013504743576, -0.020196326076984406, -0.05642935261130333, -0.012319582514464855, 0.031383074820041656, -0.001507865497842431, -0.03936602175235748, 0.024674566462635994, -0.049986351281404495, 0.01808111183345318, 0.002913953037932515, 0.026037508621811867, -0.035861313343048096, -0.07356348633766174, -0.11045143008232117, -0.024780768901109695, 0.009292788803577423, 0.024001944810152054, -0.01039907243102789, 0.023736435920000076, -0.010655730962753296, 0.019399801269173622, 0.0006444106111302972, -0.02759515680372715, 0.004206093028187752, 0.01647036150097847, -0.10853976756334305, -0.00851838942617178, -0.029436012730002403, 0.05950924754142761, -0.03198489174246788, -0.020550338551402092, -0.08871515095233917, 0.01790410652756691, 0.021984081715345383, -0.008279431611299515, 0.0410652756690979, -0.020656540989875793, 0.04333094507455826, -0.07076679915189743, 0.04513639956712723, 0.01426664274185896, -0.027896065264940262, -0.031843289732933044, 0.03007323294878006, -0.08970638364553452, 0.0178156029433012, -0.004263619892299175, -0.008036049082875252, -0.03612682223320007, 0.0034162059891968966, 0.04230431467294693, 0.00021932086383458227, 0.03798537701368332, -0.03076355531811714, -0.013293112628161907, -0.008788323029875755, -0.010708832181990147, -0.015921644866466522, -0.01938210055232048, 0.029259007424116135, 0.027046440169215202, -0.06938615441322327, 0.07951086759567261, 0.011098244227468967, -0.015399477444589138, -0.013443566858768463, 0.022284992039203644, 0.0022335881367325783, 0.07922765612602234, -0.058093201369047165, 0.0053234403021633625, -0.018780283629894257, 0.027648257091641426, -0.002156148198992014, -0.07759920507669449, 0.00911578256636858, -0.04814549535512924, -0.01039907243102789, 0.009522895328700542, 0.0042968085035681725, 0.03841019049286842, 0.06545662879943848, -0.04849950596690178, 0.02109905518591404, -0.010266318917274475, -0.019399801269173622, -0.050092555582523346, 0.005310164764523506, 0.08956477791070938, -0.029772324487566948, 0.02155926823616028, 0.037666767835617065, -0.0022280565463006496, -0.0017280160682275891, 0.02396654337644577, 0.034604575484991074, 0.06612925231456757, 0.035560403019189835, 0.030675051733851433, 0.007363428361713886, 0.024196650832891464, 0.014532150700688362, -0.0015355226350948215, 0.024940073490142822, -0.03993244096636772, -0.0064252992160618305, 0.025240983814001083, -0.018674079328775406, 0.0018563451012596488, 0.01879798248410225, 0.044074367731809616, 0.003015730995684862, 0.04223351180553436, -0.03610911965370178, 0.0004228771722409874, 0.032409705221652985, 0.01590394414961338, -0.01908119209110737, 0.03982623666524887, -0.031188366934657097, -0.0038520819507539272, 0.055792130529880524, -0.009531745687127113, -0.019258197396993637, -0.02187787927687168, 0.004757022485136986, -0.011301800608634949, 0.038905806839466095, -0.07066059112548828, -0.015470280312001705, -0.02168317325413227, -0.01465605478733778, 0.012443486601114273, 0.027276545763015747, 0.017019078135490417, -0.022692104801535606, 0.03972003236413002, -0.002889614785090089, -0.02692253515124321, 0.0360737182199955, 0.0016704893205314875, -0.04198570176959038, 0.03425056114792824, -0.0008103532600216568, 0.03724195435643196, -0.004378673154860735, -0.01751469261944294, -0.04134848341345787, -0.02166547253727913, 0.0638989806175232, -0.0007484013331122696, -0.024196650832891464, -0.007394404616206884, 0.0300909336656332, 0.03717115521430969, -0.06850112229585648, 0.04662324860692024, -0.04145468771457672, -0.010098163038492203, 0.012744395062327385, -0.038516394793987274, 0.02837398089468479, -0.061456307768821716, -0.0034892207477241755, -0.00665983185172081, 0.007173147518187761, -0.02646232210099697, -0.06658946722745895, 0.016452660784125328, 0.00685453787446022, 0.0002277562889503315, -0.04927833005785942, 0.007354578003287315, 0.000800949870608747, -0.03639233112335205, -0.044534582644701004, 0.004161841701716185, -0.022886810824275017, -0.017780201509594917, -0.048853516578674316, -0.009655649773776531, 0.010257468558847904, -0.04658784717321396, 0.017496993765234947, -0.02111675590276718, 0.04917212575674057, 0.030144035816192627, -0.01718723401427269, 0.03950762748718262, -0.02338242530822754, 0.0332416333258152, -0.00565532548353076, -0.0028763392474502325, 0.0004665754095185548, -0.06467780470848083, 0.06694347411394119, -0.01039907243102789, 0.019718412309885025, 0.011434555053710938, 0.007084644865244627, -0.0058633070439100266, -0.0032989399041980505, -0.005841181147843599, 0.01872718147933483, 0.01470915600657463, 0.007841343060135841, -0.062376733869314194, -0.01299220323562622, -0.014576402492821217, 0.06524422764778137, 0.08439622074365616, 0.03787917643785477, -0.026586225256323814, -0.006314671132713556, 0.01408963743597269, -0.0253117848187685, -0.02147076651453972, 0.02731194719672203, 0.08121012151241302, -0.04460538551211357, 0.03177248686552048, 0.02807307057082653, 0.001291033811867237, -0.07090839743614197, -0.03141847625374794, -0.0031285721343010664, 0.006270419806241989, 0.05090678110718727, 0.007394404616206884, 0.013691375032067299, -0.06630625575780869, 0.009275088086724281, -0.04202110320329666, 0.055615127086639404, 0.03848099336028099, 0.025417989119887352, 0.046340037137269974, 0.014487899839878082, -0.06945695728063583, 0.032108794897794724, -0.03359564393758774, -0.04803929105401039, -0.015213621780276299, 0.02139996364712715, 0.06683727353811264, -0.025701196864247322, -0.03559580445289612, 0.04747287184000015, -0.022214189171791077, 0.016921725124120712, 0.0083104083314538, -0.018443971872329712, -0.02980772592127323, -0.0041175903752446175, -0.010868137702345848, 0.043012335896492004, 0.03311772644519806, 0.10436243563890457, 0.053526461124420166, 0.037100352346897125, -0.024373656138777733, -0.03076355531811714, -0.015364076942205429, 0.0030356443021446466, 0.04814549535512924, -0.01799260824918747, -0.0347638800740242, 0.024479860439896584, -0.025860503315925598, -0.008429886773228645, 0.01036367192864418, 0.04364955425262451, 0.03591441363096237, 0.0156472846865654, -0.023630233481526375, -0.0010238661197945476, -0.02281600795686245, 0.03591441363096237, -0.06676647067070007, 0.02540028840303421, 0.02394884265959263, -0.06354497373104095, -0.002555516781285405, 0.0664832666516304, 0.002717034425586462, -0.021718574687838554, -0.03809158131480217, 0.0030533447861671448, -0.043791159987449646, 0.006429724395275116, 0.04782688245177269, 0.01762089692056179, 0.017063328996300697, 0.022993013262748718, -0.025842802599072456, 0.034339066594839096, -0.006345646921545267, 0.02129376120865345, 0.0412776805460453, -0.05784539505839348, -0.03207339718937874 ]
22,863
pyglottolog.api
_cfg
null
def _cfg(self, name, cls=None): return config.Config.from_ini( self.path('config', name + '.ini'), object_class=cls or config.Generic)
(self, name, cls=None)
[ 0.016571810469031334, -0.05653488636016846, 0.060097552835941315, -0.03614849969744682, -0.06650315970182419, -0.016463851556181908, 0.019684648141264915, 0.041456516832113266, -0.0141427181661129, -0.02263554558157921, -0.013782852329313755, -0.0035964068956673145, -0.039801135659217834, 0.03609452024102211, 0.015006395056843758, 0.00011414486652938649, -0.02429092861711979, 0.0035446761175990105, -0.02303139865398407, -0.03449311852455139, 0.03321559354662895, -0.02432691492140293, 0.032549843192100525, 0.0012842703144997358, 0.04674654081463814, 0.03717411682009697, 0.06459587812423706, 0.010777974501252174, -0.020080499351024628, -0.07729913294315338, -0.06024150177836418, 0.009347508661448956, 0.015258301049470901, 0.04188835620880127, 0.029113126918673515, -0.05851414427161217, -0.021609928458929062, 0.05743454769253731, -0.03276576101779938, -0.000951394671574235, 0.009383494965732098, -0.021178090944886208, -0.007737110368907452, -0.03121834062039852, 0.0004920037463307381, 0.07193712890148163, -0.013656899333000183, 0.031272321939468384, -0.034870974719524384, 0.040520865470170975, 0.009401489049196243, 0.024578820914030075, -0.05747053399682045, 0.0772271603345871, -0.016247931867837906, -0.027493732050061226, 0.005627398379147053, 0.024003034457564354, 0.0028879214078187943, 0.06977793574333191, -0.06819453090429306, -0.039261337369680405, 0.06862636655569077, -0.03879351168870926, -0.014115728437900543, -0.015825089067220688, -0.06743881106376648, 0.01223543006926775, 0.023841096088290215, -0.014745492488145828, 0.052504390478134155, -0.01571713015437126, -0.0015361763071268797, -0.05804632231593132, 0.002381860511377454, -0.031848106533288956, -0.05095696821808815, 0.0235711969435215, 0.0255864430218935, 0.009230552241206169, -0.055743180215358734, 0.0547715425491333, -0.039585214108228683, 0.012640278786420822, 0.04084474593400955, 0.02630617469549179, -0.016607796773314476, -0.02994081750512123, 0.040160998702049255, -0.010580048896372318, 0.016274921596050262, 0.02700791321694851, 0.011425732634961605, 0.01269425917416811, -0.004651262890547514, -0.014583553187549114, 0.023625176399946213, 0.024434873834252357, 0.03929732367396355, 0.0009991893311962485, -0.049409545958042145, -0.055743180215358734, -0.0073277633637189865, -0.03281974419951439, -0.027619684115052223, -0.04365169629454613, 0.02249160036444664, 0.05462759733200073, -0.02027842588722706, -0.0230134055018425, 0.02157394215464592, 0.027961555868387222, -0.0001546297426102683, 0.02285146526992321, 0.050669074058532715, 0.021106116473674774, -0.048329949378967285, -0.01269425917416811, 0.035104889422655106, -0.009365501813590527, -0.07873859256505966, 0.04239216819405556, -0.03807378187775612, 0.05300820246338844, 0.059377823024988174, 0.030210716649889946, -0.024614807218313217, -0.05351201444864273, 0.06189688295125961, -0.032549843192100525, 0.11566080152988434, 0.02119608409702778, -0.010679011233150959, -0.05606706067919731, 0.04987737163901329, 0.009320518933236599, 0.005577916745096445, 0.04440741613507271, -0.020782237872481346, 0.047250352799892426, 0.008128464221954346, 0.004487073980271816, -0.0030363660771399736, -0.04584687575697899, 0.0014630785444751382, -0.03539277985692024, -0.022005781531333923, -0.003340002615004778, -0.024182967841625214, -0.0059827654622495174, -0.028969179838895798, -0.00612671161070466, -0.046854499727487564, 0.06452389806509018, -0.01867702417075634, -0.010867941193282604, -0.03116436116397381, 0.07621953636407852, 0.012082487344741821, -0.04134855791926384, -0.05336806923151016, 0.020746251568198204, 0.008177945390343666, -0.023337284103035927, -0.0540877990424633, -0.03807378187775612, -0.02429092861711979, -0.05056111514568329, 0.03258582949638367, 0.001190930255688727, -0.03235191851854324, -0.06286852061748505, -0.029437005519866943, -0.008672760799527168, -0.04595483839511871, -0.0051955594681203365, -0.0033602449111640453, 0.015492213889956474, 0.062472667545080185, -0.006985890679061413, -0.014133721590042114, 0.05873006582260132, 0.025424504652619362, -0.007197312079370022, 0.040700800716876984, 0.060133542865514755, 0.03166817128658295, 0.031488239765167236, 0.020602304488420486, -0.024075008928775787, 0.028213461861014366, -0.029311053454875946, -0.02193380892276764, 0.013980777934193611, 0.01134476251900196, -0.013189073652029037, -0.01853307895362377, 0.0684824213385582, 0.01869501732289791, 0.06189688295125961, 0.007197312079370022, 0.010004263371229172, -0.01721956953406334, -0.0051955594681203365, -0.004835694096982479, -0.010607038624584675, 0.026881959289312363, -0.036526359617710114, -0.012424360029399395, 0.07442020624876022, -0.04969744011759758, -0.051568739116191864, -0.03332355245947838, 0.01937876269221306, 0.03987310826778412, -0.017426490783691406, 0.019630668684840202, 0.04314788430929184, -0.005969270598143339, 0.07370047271251678, 0.07593163847923279, 0.03568067401647568, 0.08068186789751053, -0.0035896592307835817, 0.027781624346971512, -0.004158696625381708, -0.04178039729595184, -0.02794356271624565, 0.007660639006644487, -0.009959280490875244, -0.002615773119032383, -0.014115728437900543, 0.05988163501024246, 0.0008035124046728015, 0.07686728984117508, 0.01702164299786091, 0.018605051562190056, -0.01820020191371441, -0.03897344321012497, 0.051964592188596725, 0.02209574729204178, 0.028609314933419228, -0.055959101766347885, 0.034888967871665955, -0.015519203618168831, 0.0016666275914758444, -0.05606706067919731, 0.013719876296818256, 0.02956295944750309, 0.0529722161591053, 0.04041290655732155, 0.03226194903254509, -0.020602304488420486, 0.050129275768995285, -0.025172598659992218, 0.011839577928185463, -0.05171268433332443, -0.028411388397216797, 0.039261337369680405, -0.03397131338715553, 0.04771817848086357, -0.03121834062039852, 0.04570293053984642, 0.00801150780171156, 0.01622094213962555, 0.05153275281190872, 0.03177613392472267, -0.06945405900478363, 0.035806626081466675, -0.01905488409101963, 0.0666830912232399, 0.08269711583852768, 0.018371138721704483, -0.003270278684794903, -0.006922914180904627, -0.06218477338552475, 0.03139827400445938, -0.02015247382223606, 0.030318675562739372, -0.0145925497636199, -0.010121219791471958, -0.03868555277585983, 0.04429945349693298, 0.034727029502391815, -0.0029463996179401875, -0.021861834451556206, -0.05092098191380501, -0.008056490682065487, -0.012703255750238895, 0.02992282435297966, -0.022599559277296066, -0.018748996779322624, -0.04314788430929184, -0.02682797983288765, 0.07413231581449509, -0.026917947456240654, -0.06970596313476562, -0.0009969401871785522, 0.01833515241742134, -0.04264407232403755, 0.010094230063259602, -0.04627871513366699, -0.10313747823238373, 0.03609452024102211, -0.0011616911506280303, -0.005388987250626087, -0.03389934077858925, -0.010355132631957531, 0.018461104482412338, 0.028789248317480087, -0.001834189984947443, -0.029886838048696518, 0.01839812844991684, 0.036166492849588394, -0.009221555665135384, 0.003396231448277831, 0.006194186396896839, -0.03429519012570381, 0.028969179838895798, -0.004700744524598122, -0.03339552879333496, 0.04537905007600784, -0.06833847612142563, -0.06124912574887276, 0.04303992539644241, 0.018820971250534058, 0.007354753091931343, 0.02013448067009449, -0.030948441475629807, 0.036724284291267395, -0.0583701990544796, 0.02445286698639393, 0.03152422606945038, -0.007359251379966736, 0.01973862759768963, 0.017489468678832054, 0.035968564450740814, 0.023823102936148643, -0.01405275147408247, -0.07981818914413452, 0.043975576758384705, -0.014007768593728542, -0.03211800381541252, -0.006482079159468412, -0.024578820914030075, -0.0056948731653392315, -0.022347653284668922, -0.06895025074481964, 0.014484589919447899, 0.019720634445548058, -0.019252808764576912, -0.045091159641742706, -0.009842324070632458, 0.033629439771175385, -0.015735123306512833, 0.02015247382223606, -0.0063921124674379826, 0.017849333584308624, -0.03497893735766411, -0.03640040382742882, -0.0005139330751262605, -0.002275025239214301, 0.006715991534292698, 0.019684648141264915, -0.02285146526992321, 0.038361672312021255, -0.03706615790724754, 0.011380749754607677, 0.02337327040731907, 0.01106586679816246, -0.010714998468756676, 0.02864530123770237, 0.043075911700725555, -0.04001705348491669, 0.02790757641196251, 0.010382122360169888, -0.0399450808763504, 0.008551306091248989, -0.01901889592409134, -0.0297428909689188, -0.017435487359762192, 0.04232019558548927, 0.012622285634279251, 0.03449311852455139, 0.015582180581986904, -0.02954496629536152, -0.026180222630500793, -0.005892799235880375, 0.05747053399682045, -0.007597662508487701, -0.04591884836554527, 0.01712060533463955, -0.04609878361225128, 0.04044889286160469, -0.04548701271414757, -0.033647432923316956, -0.015231311321258545, 0.03879351168870926, 0.014565560035407543, 0.061393070966005325, 0.003542426973581314, -0.07020977884531021, 0.09169375151395798, 0.010643024928867817, -0.02321133017539978, 0.000977260060608387, 0.017471475526690483, 0.02286945842206478, -0.01286519505083561, -0.04224821925163269, 0.04109665006399155, 0.0329996757209301, -0.02173588238656521, 0.01189355831593275, -0.009680384770035744, 0.012082487344741821, 0.0024088502395898104, -0.031074393540620804, -0.004073228687047958, -0.037821874022483826, -0.04080875962972641, -0.02193380892276764, 0.002917160512879491, -0.06689901649951935, 0.02614423632621765, 0.08557603508234024, -0.0037133630830794573, 0.025856342166662216, -0.04656660929322243, -0.02663005329668522, -0.0754278302192688, 0.03389934077858925, 0.052684321999549866, -0.008110471069812775, 0.025658417493104935, -0.05747053399682045, 0.01531228143721819, -0.10047447681427002, 0.0063741193152964115, -0.0282854363322258, -0.009491454809904099, -0.00979734119027853, -0.00031235208734869957, 0.04001705348491669, -0.03918936476111412, -0.01903689093887806, -0.08564801514148712, 0.007516692858189344, 0.03683224320411682, -0.021699896082282066, -0.055779166519641876, -0.006594536826014519, 0.012424360029399395, -0.03337753564119339, 0.04566694423556328, -0.04095270484685898, 0.006545055657625198, -0.026162229478359222, -0.001279772026464343, 0.023895075544714928, -0.015825089067220688, -0.014997398480772972, 0.0529722161591053, -0.03629244491457939, -0.01578010618686676, -0.05423174425959587, 0.08334486931562424, 0.055959101766347885, 0.0011037752265110612, -0.03640040382742882, -0.0435437373816967, 0.023337284103035927, -0.05077703669667244, 0.04232019558548927, -0.03756996989250183, 0.006976894102990627, 0.018802978098392487, 0.07348455488681793, -0.01195653434842825, -0.027133865281939507, -0.004633269738405943, 0.006005256902426481, -0.032010044902563095, 0.030714528635144234, 0.0033445009030401707, -0.0619688555598259, 0.04095270484685898, -0.016112981364130974, -0.029419012367725372, 0.0034367165062576532, -0.011164830066263676, 0.024039022624492645, -0.028393395245075226, 0.03447512537240982, 0.048329949378967285, 0.05549127608537674, 0.07967424392700195, 0.00798001978546381, 0.02922108583152294, 0.008146457374095917, -0.001481071813032031, -0.012658271938562393, -0.05441167950630188, -0.011542689055204391, -0.01692267879843712, -0.04138454422354698, -0.09881909191608429, 0.037641942501068115, -0.022725513204932213, 0.0002327880501979962, 0.02119608409702778, -0.011668642051517963, -0.05437569320201874, -0.010544061660766602, 0.0529722161591053, -0.03551873564720154, -0.03262181580066681, -0.007066860795021057, -0.03614849969744682, -0.017723381519317627, 0.002151321619749069, -0.0076156556606292725, -0.014133721590042114, 0.0282854363322258, -0.032010044902563095, 0.05300820246338844, 0.08989442884922028, -0.011092856526374817, -0.031848106533288956, 0.03571666032075882, 0.04829396307468414, -0.007512194104492664, -0.02324731834232807, 0.004455585964024067, 0.020224446430802345, -0.04246414080262184, -0.02141200378537178, 0.0624006949365139, 0.014016765169799328, -0.005361997522413731, 0.04282400757074356, -0.04775416478514671, 0.09665989875793457, 0.05959374085068703, -0.051064927130937576, -0.0191988293081522, -0.020620299503207207, 0.0058568124659359455, -0.0037043665070086718, -0.013207067735493183, 0.05293622985482216, -0.008983144536614418, -0.012262419797480106, -0.05617501959204674, 0.03404328599572182, -0.018892943859100342, 0.03028268925845623, -0.056139033287763596, 0.003812326118350029, 0.025676410645246506, -0.006203183438628912, 0.023085378110408783, -0.035824619233608246, 0.06610731035470963, -0.03258582949638367, -0.03222596272826195, 0.005510441958904266, 0.005015626549720764, -0.03461907058954239, 0.02573039010167122, 0.019720634445548058, 0.0020827220287173986, 0.022437619045376778, 0.020710265263915062, -0.013027134351432323, 0.05027322471141815, 0.06585540622472763, 0.04987737163901329, -0.008281406946480274, -0.025496477261185646, -0.008218430913984776, 0.04329182952642441, -0.004718737676739693, 0.01095790695399046, -0.045990824699401855, -0.04095270484685898, -0.030408643186092377, -0.018443111330270767, -0.051424793899059296, 0.04109665006399155, 0.037102144211530685, 0.01648184470832348, 0.011929544620215893, 0.01325205061584711, -0.0013393748085945845, -0.017570437863469124, 0.008807710371911526, -0.08003410696983337, 0.0749959871172905, 0.009761353954672813, -0.05833421275019646, -0.05318813398480415, 0.001921907183714211, 0.01995454728603363, 0.0022142978850752115, -0.0023211331572383642, 0.012307403609156609, -0.046890486031770706, -0.029490984976291656, -0.010391118936240673, 0.07391639053821564, -0.016850706189870834, 0.03206402435898781, 0.02992282435297966, -0.004835694096982479, 0.023625176399946213, 0.014880442060530186, 0.0037448513321578503, -0.016985656693577766, -0.046026811003685, -0.014916429296135902, 0.04883376136422157, -0.007566174026578665, 0.03447512537240982, -0.036328431218862534, 0.004871680401265621, -0.018047260120511055, -0.006769971456378698, -0.021483976393938065, -0.015906060114502907, 0.026054268702864647, 0.017984282225370407, 0.01251432579010725, -0.004754723981022835, -0.044551361352205276, -0.027331791818141937, 0.017984282225370407, 0.010885934345424175, 0.009266539476811886, 0.008353380486369133, 0.023265311494469643, -0.030750514939427376, 0.04206828773021698, 0.023337284103035927, -0.008897677063941956, -0.04552299901843071, 0.025640424340963364, 0.010948910377919674, 0.0035401778295636177, -0.033827364444732666, -0.0013528696727007627, -0.0015575432917103171, -0.010427105240523815, 0.005519438534975052, -0.023139357566833496, -0.04329182952642441, -0.02139400877058506, 0.06214878708124161, 0.00647758087143302, -0.055959101766347885, -0.046674568206071854, 0.0034929453395307064, -0.060493405908346176, -0.01615796610713005, 0.020170466974377632, 0.007048867177218199, -0.028069516643881798, -0.005384488962590694, 0.0008856067433953285, -0.014178704470396042, 0.03152422606945038, 0.042895980179309845, -0.03389934077858925, -0.017525454983115196, 0.006297647953033447, -0.059773676097393036, -0.022167719900608063, -0.035464756190776825, 0.02774563804268837, 0.03551873564720154, -0.03976514935493469, 0.06189688295125961, 0.0015710382722318172, 0.03289171680808067, 0.031092386692762375, 0.04933757334947586, 0.04527109116315842, -0.03062456287443638, 0.04483925178647041, 0.03530281409621239, -0.04005303978919983, 0.07049766927957535, -0.017372511327266693, 0.016130974516272545, 0.04606279730796814, -0.057038698345422745, 0.06114116311073303, -0.01957668922841549, -0.02337327040731907, 0.0013641155092045665, 0.01059804204851389, -0.06178892403841019, -0.03386335074901581, 0.0004889111733064055, 0.020458359271287918, -0.0617169514298439, 0.02049434557557106, 0.02033240534365177, -0.04638667404651642, 0.01766040362417698, -0.010382122360169888, 0.09665989875793457, 0.06650315970182419, 0.0035514235496520996, 0.026791993528604507, 0.08564801514148712, 0.0008552430663257837, -0.020008526742458344, -0.0720810815691948, -0.015024388208985329, -0.02139400877058506, -0.000003092594852205366, -0.005060609895735979, -0.023445243015885353, -0.0006854315288364887, 0.007998012937605381, -0.04883376136422157, -0.03706615790724754, -0.054663583636283875, 0.024075008928775787, -0.04005303978919983, -0.03404328599572182, -0.07449217885732651, 0.05203656479716301, -0.006738483440130949, -0.006135708186775446, 0.004187935963273048, 0.024003034457564354, -0.044911228120326996, 0.016283918172121048, -0.019270801916718483, 0.047826137393713, -0.024164974689483643, 0.08564801514148712, -0.03066054917871952, -0.01566315069794655, 0.03918936476111412, 0.024722766131162643, -0.021717889234423637, 0.04843790829181671, -0.0381457544863224, 0.025712396949529648, 0.0026809987612068653, 0.07931438088417053, -0.04372366890311241, -0.048869747668504715, -0.021358022466301918, -0.054483652114868164, -0.0011729368707165122, -0.005128084681928158, -0.0042239222675561905, 0.017201576381921768, 0.05153275281190872, 0.031038407236337662, -0.013207067735493183, -0.04178039729595184, 0.0043723671697080135, -0.004289147909730673 ]
22,864
pyglottolog.api
ascii_tree
Prints an ASCII representation of the languoid tree starting at `start` to `stdout`.
def ascii_tree(self, start: typing.Union[str, lls.Languoid], maxlevel=None): """ Prints an ASCII representation of the languoid tree starting at `start` to `stdout`. """ _ascii_node( self.languoid(start), 0, True, self.languoid_levels.get(maxlevel, maxlevel) if maxlevel else None, '', self.languoid_levels)
(self, start: Union[str, pyglottolog.languoids.languoid.Languoid], maxlevel=None)
[ -0.051192495971918106, 0.015939245000481606, 0.05454994738101959, -0.034474458545446396, 0.0602610781788826, 0.024921296164393425, -0.03478597477078438, 0.00019388638611417264, -0.0032146740704774857, -0.04991181939840317, 0.00018631480634212494, 0.005564025603234768, 0.020335085690021515, 0.02417711913585663, -0.0363781712949276, 0.006096199154853821, 0.001904791803099215, -0.04039326682686806, -0.017981408163905144, 0.048804204910993576, -0.010418486781418324, 0.05662672221660614, 0.0837632492184639, -0.0006403388688340783, -0.06742595136165619, -0.017219923436641693, 0.024055972695350647, -0.01959090866148472, -0.04956568777561188, -0.09089350700378418, -0.015584463253617287, -0.014840285293757915, 0.004207632038742304, -0.0030978554859757423, -0.026167361065745354, -0.03437061980366707, -0.00104487722273916, 0.0020194470416754484, -0.02274068258702755, 0.0005370409344322979, -0.04302384704351425, 0.034734055399894714, -0.09483937919139862, -0.03277842700481415, -0.036862749606370926, -0.0016213986091315746, 0.088678278028965, 0.044442977756261826, -0.002425067126750946, -0.04312768578529358, 0.019954344257712364, 0.017860261723399162, 0.0043093073181807995, -0.04226236417889595, -0.03859339654445648, -0.004962626378983259, 0.011231889948248863, -0.07836363464593887, 0.06683753430843353, -0.01808524690568447, -0.027153829112648964, 0.04690049588680267, -0.004988586064428091, -0.013490382581949234, 0.009172421880066395, -0.013395196758210659, -0.03108239360153675, -0.011474180035293102, -0.034318700432777405, 0.03873184695839882, -0.02445402182638645, -0.01239142194390297, 0.03797036409378052, 0.0229310542345047, 0.007653779815882444, 0.027049990370869637, -0.0659722089767456, 0.013118293136358261, -0.006585106253623962, -0.003513210453093052, -0.04870036616921425, 0.01034926064312458, 0.045619815587997437, 0.0640338882803917, -0.005529412534087896, -0.02258492447435856, 0.007225445471704006, 0.0011487159645184875, -0.01891595683991909, -0.019452456384897232, -0.01728914864361286, 0.009570470079779625, -0.04015097767114639, 0.04392378404736519, -0.0481465607881546, 0.012512567453086376, 0.028642185032367706, -0.0195216815918684, -0.05974188446998596, -0.0375203974545002, -0.0033661057241261005, 0.053650014102458954, 0.014191294088959694, 0.02107926271855831, -0.08888595551252365, -0.0026738473679870367, 0.015428705140948296, 0.045654430985450745, 0.01796410046517849, 0.0477658174932003, -0.05752665922045708, -0.01203664019703865, 0.07365627586841583, 0.0014959267573431134, 0.038108814507722855, -0.033747587352991104, -0.033522605895996094, -0.007117279805243015, -0.013403849676251411, -0.03331492841243744, 0.01047905907034874, -0.06320317834615707, 0.008752739988267422, -0.02395213395357132, -0.0019339964492246509, 0.0024964562617242336, 0.009120502509176731, 0.0021827768068760633, 0.010695389471948147, -0.07538691908121109, 0.07268711179494858, 0.026098135858774185, -0.04516984894871712, 0.026894232258200645, 0.05870349705219269, -0.03592820093035698, -0.013767285272479057, -0.016570931300520897, 0.007177852559834719, 0.05101943016052246, 0.01640651933848858, -0.0724102109670639, 0.0058409287594258785, -0.02758648991584778, -0.033263009041547775, -0.009440671652555466, 0.025111667811870575, -0.007125933188945055, -0.025803925469517708, -0.026790393516421318, 0.014848939143121243, -0.06219940260052681, 0.012183744460344315, 0.03873184695839882, 0.002764706267043948, -0.023675231263041496, 0.0014797019539400935, -0.07434853166341782, 0.05347694829106331, 0.01407880149781704, -0.002254165941849351, -0.004261714871972799, 0.022308021783828735, 0.01059155073016882, -0.050811752676963806, 0.028815248981118202, -0.010150236077606678, -0.050777141004800797, -0.016726689413189888, -0.003472107695415616, -0.026011602953076363, -0.021460004150867462, -0.06143791601061821, 0.030580507591366768, 0.009657002054154873, -0.033712975680828094, 0.0005378521746024489, 0.0951162800192833, -0.027915313839912415, -0.003852849593386054, -0.02910945937037468, 0.015134495683014393, -0.012313542887568474, 0.00979545433074236, 0.017756422981619835, -0.022498391568660736, 0.019452456384897232, 0.04060094431042671, 0.0016181536484509706, -0.05939575657248497, -0.04991181939840317, -0.015688301995396614, -0.005261162295937538, -0.020179327577352524, 0.06150714308023453, 0.006810090504586697, 0.013057720847427845, -0.028036458417773247, -0.02031777985394001, -0.020213941112160683, -0.002654377603903413, 0.041293203830718994, 0.0371396541595459, -0.030718958005309105, 0.01986781135201454, 0.0379011370241642, -0.023744456470012665, 0.04748891294002533, 0.02592507004737854, -0.01394900307059288, -0.007329284213483334, 0.014130720868706703, -0.04935801029205322, 0.01936592347919941, -0.026842312887310982, -0.06029568985104561, -0.09802376478910446, 0.018483294174075127, 0.008159994147717953, 0.021961892023682594, 0.007697046268731356, 0.038074202835559845, 0.027794167399406433, -0.04745430126786232, -0.013075027614831924, -0.025111667811870575, 0.02744803950190544, 0.003961015027016401, 0.0070913201197981834, 0.021235020831227303, 0.04977336525917053, -0.0659722089767456, -0.03776268661022186, 0.019538989290595055, -0.050015658140182495, 0.05745743215084076, -0.014277826063334942, 0.016138270497322083, -0.03717426583170891, 0.03582436218857765, -0.04627746343612671, 0.00004732234083348885, -0.0028209523297846317, -0.022117650136351585, -0.02717113494873047, 0.03411102294921875, 0.01677860878407955, -0.002591641852632165, 0.017825650051236153, 0.009198381565511227, -0.026513490825891495, -0.05108865723013878, -0.0022260427940636873, -0.010392527095973492, 0.008250853046774864, 0.00048566240002401173, -0.03914720192551613, -0.018621746450662613, -0.008713800460100174, -0.040462493896484375, -0.027828780934214592, -0.013940350152552128, -0.019019795581698418, 0.09255492687225342, 0.026738474145531654, 0.0013553118333220482, 0.0031173252500593662, -0.016380559653043747, 0.05776894837617874, -0.031705427914857864, -0.026548102498054504, 0.07040265947580338, -0.01579214073717594, 0.03547823429107666, 0.02168498933315277, -0.0026976438239216805, -0.02646157145500183, 0.0043157972395420074, -0.0394241064786911, 0.0016343784518539906, -0.04233159124851227, 0.0000926841821637936, -0.03700120374560356, -0.009172421880066395, -0.014736446551978588, -0.03331492841243744, 0.008229219354689121, -0.03154966980218887, -0.02216956950724125, -0.04271233081817627, 0.0363781712949276, 0.05711130425333977, -0.06659524142742157, 0.01754874549806118, 0.07850208133459091, -0.027205748483538628, -0.019417842850089073, 0.0032211639918386936, -0.02372715063393116, 0.016025777906179428, -0.03987407311797142, -0.06386081874370575, 0.05742282047867775, -0.08168647438287735, -0.0031843879260122776, 0.0044780452735722065, -0.041223976761102676, 0.005044831894338131, 0.048111945390701294, -0.021633069962263107, -0.03880107402801514, 0.040497105568647385, 0.05340772122144699, -0.004698702599853277, 0.0019513028673827648, 0.044442977756261826, -0.0008436897187493742, -0.04437375068664551, 0.06887969374656677, 0.062441691756248474, -0.05953420698642731, 0.03388604149222374, 0.018431374803185463, -0.00004140704550081864, 0.011785696260631084, -0.06583375483751297, 0.04139704257249832, 0.037243492901325226, 0.07739447057247162, -0.05856504663825035, -0.00761051382869482, -0.03263997659087181, 0.011621285229921341, -0.0398048497736454, -0.0394241064786911, 0.01738433539867401, 0.032882265746593475, 0.022048424929380417, -0.052023205906152725, -0.009354139678180218, 0.03343607112765312, 0.04669281840324402, 0.03257074952125549, 0.010998252779245377, 0.05776894837617874, -0.0027668694965541363, 0.024125199764966965, -0.010158889926970005, -0.003783623920753598, 0.058841951191425323, -0.06067643314599991, 0.009587776847183704, 0.012460648082196712, -0.07587150484323502, 0.0010145909618586302, -0.026807699352502823, 0.058045852929353714, -0.012304889969527721, -0.033712975680828094, 0.03824726864695549, 0.04499678313732147, -0.018362149596214294, -0.054792240262031555, 0.0036019061226397753, -0.013300010934472084, -0.08244795352220535, 0.05074252933263779, -0.012668325565755367, 0.08431705087423325, 0.04980798065662384, -0.0066975983791053295, -0.007208138704299927, -0.06476075947284698, 0.01646709255874157, -0.04717739671468735, 0.09269337356090546, 0.010868454352021217, -0.010755961760878563, -0.03532247617840767, -0.07836363464593887, 0.04184700921177864, -0.003969668410718441, 0.03378220275044441, 0.012538527138531208, -0.045654430985450745, -0.03528786450624466, 0.05693823844194412, 0.04388917237520218, -0.0598803348839283, 0.026582716032862663, -0.026894232258200645, 0.043612267822027206, 0.027724942192435265, -0.004837154410779476, 0.003188714385032654, 0.013490382581949234, 0.01914094015955925, -0.035235945135354996, 0.006684618536382914, 0.015714261680841446, 0.042920008301734924, 0.019469762220978737, -0.03089202381670475, -0.031445831060409546, -0.0000271258413704345, -0.007679739501327276, 0.0073725502006709576, -0.05735359340906143, -0.01853521354496479, -0.01611231081187725, 0.038489557802677155, 0.012893309816718102, -0.04835423827171326, 0.029438281431794167, 0.03277842700481415, -0.050015658140182495, 0.08016350120306015, 0.025077054277062416, -0.05098481848835945, -0.010963639244437218, -0.06839511543512344, 0.013274051249027252, -0.003969668410718441, 0.04631207510828972, 0.07234098762273788, -0.03224192559719086, -0.013628833927214146, -0.03973562270402908, 0.022844521328806877, 0.045619815587997437, -0.01226162351667881, -0.02672116830945015, 0.01856982707977295, 0.004542944487184286, 0.04956568777561188, -0.002446700120344758, -0.026028908789157867, 0.00482417456805706, 0.004837154410779476, 0.05378846451640129, 0.021061956882476807, 0.005836602300405502, 0.03707042708992958, 0.036862749606370926, 0.06957194954156876, 0.031359296292066574, -0.013888430781662464, 0.023415634408593178, -0.026028908789157867, 0.05223088338971138, -0.002071366412565112, -0.0037208879366517067, 0.020421618595719337, -0.046381302177906036, 0.04112013801932335, -0.07130260020494461, -0.015134495683014393, 0.06410311162471771, 0.01624210923910141, -0.013325970619916916, -0.0017977081006392837, 0.03824726864695549, 0.0477658174932003, 0.04932339861989021, 0.004867440555244684, 0.014217253774404526, -0.005200590007007122, 0.06576453149318695, -0.03793575242161751, -0.04067017138004303, 0.042020075023174286, 0.0333668477833271, -0.021010037511587143, -0.032536137849092484, 0.05146940052509308, 0.002572172088548541, -0.017912181094288826, -0.07036805152893066, -0.02748265117406845, -0.05254239961504936, -0.0447198823094368, -0.03025168366730213, 0.05053485184907913, -0.021858053281903267, -0.03994330018758774, 0.02277529612183571, 0.025803925469517708, 0.02729228138923645, 0.0063471426256000996, -0.05070791393518448, 0.023225262761116028, 0.016380559653043747, -0.060434143990278244, -0.009501243941485882, 0.03421486169099808, 0.011725123971700668, 0.0030956922564655542, -0.028382588177919388, -0.07511001825332642, -0.029282523319125175, 0.03334954008460045, 0.023000279441475868, 0.0553460456430912, -0.0097608407959342, 0.0398048497736454, 0.04821578413248062, 0.05112326890230179, 0.0072600580751895905, 0.003844196442514658, -0.002782012801617384, 0.01133572869002819, -0.010072357021272182, 0.031670812517404556, -0.028451813384890556, -0.02334640920162201, 0.0830017626285553, 0.00557267852127552, 0.04101629927754402, 0.05378846451640129, 0.006978828459978104, -0.04946184903383255, -0.01662285067141056, -0.0001809065433917567, -0.01869097165763378, -0.00738985650241375, 0.033678364008665085, -0.02793261967599392, 0.04977336525917053, -0.03426678106188774, 0.09836989641189575, 0.0553460456430912, -0.0012817593524232507, 0.02334640920162201, 0.004690049681812525, -0.06579914689064026, 0.06188788637518883, -0.01059155073016882, 0.02872871607542038, 0.0428161695599556, 0.0035283537581562996, 0.029420975595712662, -0.017055511474609375, -0.046381302177906036, -0.048804204910993576, 0.019227473065257072, 0.02834797464311123, 0.061991725116968155, 0.01256448682397604, 0.052853915840387344, 0.04790426790714264, 0.012313542887568474, -0.02637503854930401, 0.00587554182857275, 0.04388917237520218, 0.013126946985721588, 0.009042623452842236, -0.004677069839090109, -0.004058363847434521, 0.012815430760383606, -0.0047419690527021885, 0.03623971715569496, 0.04413146153092384, -0.03641278296709061, 0.010954986326396465, -0.007009114604443312, 0.0335572175681591, -0.029092151671648026, 0.009786800481379032, 0.049254171550273895, 0.03575513884425163, -0.0033682689536362886, -0.006537513807415962, -0.019815891981124878, -0.03672429919242859, -0.05295775458216667, 0.023052198812365532, -0.03009592555463314, 0.05347694829106331, 0.03263997659087181, 0.02190997265279293, -0.0035586399026215076, 0.03154966980218887, -0.006334162782877684, -0.015108535997569561, 0.058461207896471024, 0.023017585277557373, 0.027465345337986946, 0.022411860525608063, -0.0138365114107728, -0.06226862594485283, -0.015575810335576534, -0.037208881229162216, 0.024886682629585266, -0.003658152185380459, 0.02410789206624031, -0.03700120374560356, 0.001902628457173705, 0.0082465261220932, -0.004763601813465357, -0.010331953875720501, -0.006018320098519325, 0.05624598264694214, -0.03821265324950218, 0.06953734159469604, 0.05628059431910515, 0.012858696281909943, 0.10570783168077469, 0.001195227145217359, -0.027205748483538628, 0.02834797464311123, -0.00692690908908844, -0.004793888423591852, 0.015662342309951782, -0.013213478960096836, -0.056799788028001785, -0.05264623835682869, 0.064449243247509, -0.034128330647945404, -0.01716800406575203, 0.003863666206598282, 0.0021925116889178753, 0.016631504520773888, -0.06739133596420288, -0.014459543861448765, 0.013689406216144562, 0.012252970598638058, 0.01853521354496479, 0.02566547319293022, 0.05454994738101959, -0.02505974844098091, 0.002797155873849988, -0.00766675965860486, -0.09878525137901306, -0.023623311892151833, -0.05264623835682869, -0.045619815587997437, 0.004850134253501892, -0.01493547111749649, -0.0018463825108483434, 0.028642185032367706, -0.09601621329784393, -0.026703860610723495, -0.01522102765738964, -0.00949259102344513, 0.06431078910827637, 0.026513490825891495, -0.031670812517404556, 0.054411496967077255, -0.061230238527059555, -0.02978440932929516, 0.010738655924797058, -0.002109224209561944, 0.014165334403514862, 0.03089202381670475, 0.01627672091126442, 0.06226862594485283, 0.0316535085439682, -0.025578942149877548, 0.031480442732572556, 0.02239455282688141, -0.024280957877635956, -0.027655716985464096, 0.004551597870886326, -0.018275616690516472, 0.01764393225312233, 0.0035845995880663395, -0.005706803873181343, 0.025111667811870575, -0.014130720868706703, -0.04340459033846855, -0.02107926271855831, 0.0037987669929862022, 0.02455786056816578, -0.05517297983169556, -0.04825039952993393, 0.0225503109395504, 0.03324570134282112, 0.01917555369436741, 0.07303324341773987, -0.023415634408593178, -0.012400075793266296, 0.02869410440325737, -0.011361688375473022, -0.07857131212949753, -0.008207586593925953, 0.0443391390144825, -0.05309620499610901, 0.013672100380063057, 0.04139704257249832, -0.08244795352220535, -0.022048424929380417, -0.03679352626204491, -0.024263650178909302, 0.002565682167187333, 0.013576914556324482, 0.06735672801733017, 0.01573156751692295, -0.03949333354830742, -0.018898649141192436, -0.011076131835579872, 0.06732211261987686, -0.017842955887317657, -0.0041275895200669765, 0.004992912523448467, 0.0428161695599556, -0.026703860610723495, 0.0048285010270774364, 0.062476303428411484, -0.014987390488386154, 0.041293203830718994, 0.026980765163898468, 0.04260849207639694, -0.049184948205947876, -0.02076774649322033, -0.015619075857102871, -0.03528786450624466, -0.005075118038803339, 0.04492755979299545, -0.019192859530448914, -0.006113505456596613, -0.0009269770234823227, -0.011188623495399952, -0.008493143133819103, -0.005737090017646551, 0.041293203830718994, 0.06797976046800613, -0.027465345337986946, -0.005667864345014095, -0.04461604356765747, -0.011967414058744907, -0.04735046252608299, 0.03717426583170891, -0.042020075023174286, -0.044477589428424835, -0.04188162460923195, -0.01313559990376234, -0.038108814507722855, -0.022827215492725372, 0.00979545433074236, -0.010444446466863155, -0.01495277788490057, 0.0007966377888806164, 0.03518402576446533, -0.025042440742254257, 0.02471361868083477, -0.04274694621562958, 0.03738194331526756, 0.03407641127705574, -0.00032530727912671864, 0.07414085417985916, 0.025025134906172752, 0.03442253917455673, 0.006758171133697033, 0.03945871815085411, 0.058080464601516724, 0.022152263671159744, -0.020023569464683533, 0.025717392563819885, 0.010011784732341766, -0.023779070004820824, -0.04627746343612671, -0.050015658140182495, -0.009432018734514713, 0.019192859530448914, -0.041293203830718994, 0.007013441063463688, 0.014087455347180367, -0.004151386208832264 ]
22,865
clldutils.apilib
assert_release
null
def assert_release(self): return assert_release(self.repos)
(self)
[ 0.03902600705623627, -0.01893957331776619, -0.09109345078468323, 0.007462781388312578, 0.046791885048151016, -0.06510888040065765, 0.013352726586163044, 0.042564887553453445, 0.030572010204195976, 0.015531760640442371, 0.045284584164619446, 0.004194230772554874, 0.06373264640569687, 0.014679807238280773, -0.017235666513442993, -0.01926724798977375, 0.028360208496451378, 0.01861189864575863, -0.00036044171429239213, 0.02650884911417961, -0.029359614476561546, 0.03319340571761131, -0.004329396411776543, -0.044629234820604324, -0.0036760957445949316, 0.052821092307567596, 0.06763196736574173, -0.007208833936601877, 0.005296035669744015, -0.023445094004273415, -0.06795964390039444, 0.006254482548683882, 0.0758238285779953, 0.05016693100333214, 0.045874398201704025, 0.0745786651968956, 0.0051281023770570755, -0.004968360997736454, -0.046431444585323334, -0.0005386145785450935, -0.017219282686710358, 0.008544106967747211, 0.047971513122320175, -0.041024819016456604, -0.012164907529950142, -0.040435004979372025, -0.01291036605834961, -0.013229848816990852, -0.05783450976014137, 0.03905877470970154, 0.03732210025191307, 0.014278406277298927, 0.04059884324669838, 0.036863356828689575, -0.01695714332163334, 0.06828732043504715, 0.06769750267267227, 0.0595056489109993, 0.09889209270477295, 0.03222676366567612, -0.008187760598957539, 0.00540662556886673, 0.018841270357370377, -0.0345696359872818, 0.009011042304337025, 0.010821443051099777, -0.0027156006544828415, -0.05865369364619255, 0.05121548846364021, 0.09037256240844727, -0.008576873689889908, 0.02537837252020836, -0.041975073516368866, 0.014057226479053497, 0.024280663579702377, -0.0014079754473641515, 0.007602042984217405, -0.004521904978901148, 0.07110531628131866, -0.06972908228635788, -0.013057819567620754, 0.014458627440035343, 0.01611338183283806, 0.011263803578913212, 0.03886216878890991, -0.04207337647676468, 0.04384281858801842, -0.026902057230472565, -0.004132791887968779, 0.011640628799796104, -0.04069714620709419, 0.039877958595752716, -0.010993472300469875, -0.025935418903827667, 0.018726585432887077, -0.027917848899960518, -0.011157308705151081, -0.03407812491059303, -0.06160276383161545, -0.000544246518984437, 0.012967709451913834, 0.015425266698002815, -0.049872025847435, 0.056130602955818176, -0.0048741549253463745, 0.016940759494900703, -0.005201829131692648, -0.002936780685558915, -0.02916301041841507, -0.03453686833381653, -0.03850172832608223, -0.01084601879119873, 0.006885255686938763, -0.006709130946546793, -0.005603230092674494, -0.06143892556428909, -0.04895453527569771, -0.07765880227088928, -0.007946101017296314, -0.01658031903207302, 0.01890680566430092, 0.041975073516368866, -0.01725205034017563, 0.018480829894542694, 0.08100108057260513, 0.052460651844739914, -0.007339903619140387, 0.03637184575200081, -0.0009691990562714636, -0.022331001237034798, 0.03961582109332085, -0.008036211133003235, -0.04158186540007591, -0.006958982441574335, -0.02100392058491707, -0.03696165978908539, 0.06900820136070251, 0.00263777794316411, 0.014704382978379726, -0.0555407889187336, -0.016670428216457367, 0.0014540546108037233, -0.03538881987333298, 0.0029838839545845985, -0.014171912334859371, 0.012705570086836815, -0.05436116084456444, -0.02118414267897606, 0.03294764831662178, -0.0012236586771905422, 0.05750683695077896, -0.10669074207544327, -0.017596108838915825, -0.005291939713060856, -0.021708421409130096, -0.024247895926237106, -0.004272053483873606, -0.011468599550426006, 0.03679782152175903, 0.04593993350863457, 0.024952396750450134, -0.01242704689502716, -0.007249793503433466, 0.013803279027342796, 0.02872065082192421, 0.04518628120422363, -0.004284341353923082, -0.029392382130026817, -0.0021565062925219536, 0.04505521431565285, 0.003674047766253352, 0.04482584074139595, -0.04364621266722679, -0.0027545117773115635, -0.04748000204563141, 0.02011920139193535, 0.01242704689502716, 0.02452641911804676, -0.04053330793976784, 0.029834743589162827, -0.012001070193946362, -0.04600546881556511, -0.027049511671066284, 0.058162182569503784, 0.031014369800686836, 0.047086793929338455, -0.016760539263486862, 0.014958330430090427, 0.013639441691339016, 0.008146801963448524, -0.004992936737835407, 0.020496025681495667, 0.03052285872399807, 0.01196830254048109, -0.005377953872084618, -0.05436116084456444, -0.0385344959795475, 0.052821092307567596, 0.008888164535164833, 0.015548144467175007, -0.01084601879119873, -0.02508346550166607, -0.0021606022492051125, 0.029801975935697556, 0.04036946967244148, -0.0412541925907135, 0.027754010632634163, -0.052526187151670456, 0.06445352733135223, 0.02673822082579136, -0.013008669018745422, 0.07608596980571747, -0.057277463376522064, -0.023690849542617798, -0.01695714332163334, -0.033815983682870865, 0.04056607559323311, -0.03846896067261696, -0.008388461545109749, 0.05239511653780937, 0.02831105701625347, 0.01246800646185875, 0.03882940113544464, -0.03158780187368393, -0.005869465414434671, -0.03250528872013092, 0.046496979892253876, 0.055802930146455765, -0.00880624633282423, -0.054623302072286606, -0.02960537001490593, 0.02106945589184761, -0.0070900521241128445, -0.019906211644411087, -0.003280838718637824, -0.012533540837466717, -0.05934181064367294, 0.018185922876000404, 0.024903245270252228, 0.02464110590517521, 0.030735846608877182, -0.009748309850692749, 0.0028179988730698824, 0.0758238285779953, -0.004122551996260881, -0.04220444709062576, -0.06927034258842468, 0.008114034309983253, 0.02706589549779892, 0.0010782531462609768, 0.008814438246190548, -0.05327983573079109, -0.03401258960366249, -0.03732210025191307, 0.003991482313722372, -0.02949068509042263, -0.020250270143151283, -0.08270498365163803, 0.08827544748783112, -0.033815983682870865, 0.029359614476561546, -0.032898496836423874, -0.014253830537199974, 0.12005985528230667, -0.009699158370494843, -0.043482378125190735, 0.05049460753798485, -0.0060988375917077065, 0.025329221040010452, 0.01625264436006546, -0.029883893206715584, 0.024067675694823265, -0.04695572331547737, -0.0037293429486453533, 0.014941946603357792, -0.03755147010087967, 0.04626760631799698, -0.016006888821721077, -0.004767660517245531, 0.02695120871067047, 0.01362305786460638, -0.005619613919407129, 0.012255017645657063, 0.06461736559867859, 0.009690966457128525, -0.042564887553453445, -0.02162650227546692, -0.02401852421462536, 0.005758875515311956, -0.012459814548492432, -0.020233886316418648, 0.056720416992902756, 0.019103409722447395, -0.001504229730926454, 0.05262449011206627, -0.0007111555896699429, -0.05478714033961296, 0.029244929552078247, 0.022150781005620956, -0.010231629014015198, -0.014622464776039124, 0.021085839718580246, -0.07353010773658752, -0.011468599550426006, 0.01665404438972473, 0.028917254880070686, 0.008740711025893688, 0.025280069559812546, -0.02331402525305748, -0.0070572844706475735, 0.02301911823451519, 0.014778110198676586, 0.021151375025510788, 0.06330666691064835, 0.031931858509778976, -0.029031941667199135, -0.006557581480592489, 0.008789862506091595, -0.03368491679430008, 0.050691209733486176, -0.012410663068294525, 0.04479307308793068, 0.06252025067806244, 0.014958330430090427, -0.005037991795688868, -0.07353010773658752, -0.044989679008722305, -0.004546480719000101, -0.023330409079790115, 0.00071832345565781, -0.023117419332265854, -0.00608654972165823, 0.04603823646903038, 0.00028748298063874245, -0.0012420902494341135, 0.016334563493728638, 0.015261429361999035, -0.07156406342983246, 0.07136745750904083, -0.0020008611027151346, -0.0073194243013858795, -0.030735846608877182, -0.03350469470024109, 0.009379676543176174, -0.01988982781767845, 0.020676245912909508, 0.010182478465139866, -0.0018452157964929938, 0.0325872078537941, -0.03401258960366249, -0.020692629739642143, 0.03261997550725937, 0.014884604141116142, 0.012279593385756016, -0.04820088669657707, -0.016277220100164413, -0.03081776574254036, 0.028065301477909088, -0.021708421409130096, 0.02269144356250763, -0.027934232726693153, 0.047119561582803726, -0.0018001605058088899, 0.035323288291692734, -0.06632127612829208, -0.06009546294808388, 0.002385878236964345, 0.030621161684393883, -0.012508965097367764, -0.04983925819396973, -0.035356055945158005, 0.03764977306127548, -0.015269621275365353, 0.014941946603357792, -0.03738763555884361, 0.04610377177596092, 0.0022548085544258356, -0.032193996012210846, -0.0060660699382424355, -0.022494839504361153, -0.0213643629103899, 0.03319340571761131, -0.052788324654102325, 0.01404903456568718, -0.01046100165694952, -0.034438565373420715, -0.002162650227546692, -0.03519221767783165, 0.010100559331476688, 0.0023101037368178368, -0.013164314441382885, 0.0032193998340517282, -0.020283037796616554, 0.06556762009859085, -0.012607268057763577, -0.047643840312957764, 0.008683368563652039, -0.03394705429673195, 0.022183548659086227, 0.0019486380042508245, 0.03784637898206711, 0.07595489919185638, -0.04056607559323311, -0.007855990901589394, 0.0009794388897717, 0.00899465847760439, 0.030572010204195976, 0.026426929980516434, 0.0008135538082569838, 0.004734893329441547, -0.07051550596952438, 0.012279593385756016, -0.04666081815958023, -0.08204963803291321, -0.015064824372529984, 0.0035061147063970566, 0.0540662556886673, 0.012033837847411633, 0.016891608014702797, -0.04636590927839279, 0.00028441104223020375, 0.004464562050998211, 0.0023264873307198286, 0.013188889250159264, 0.0046202074736356735, -0.04485860839486122, 0.027491871267557144, 0.02349424548447132, 0.039255376905202866, 0.024034908041357994, -0.0015933162067085505, 0.03463517129421234, -0.002631634008139372, -0.010706757195293903, 0.03330808877944946, -0.0387638658285141, -0.0511171855032444, -0.018988724797964096, -0.03153865039348602, 0.05295216292142868, -0.01680969074368477, 0.024690257385373116, 0.03915707767009735, -0.026869291439652443, 0.03643738105893135, 0.03945198282599449, -0.0005411745514720678, -0.013270808383822441, 0.02437896654009819, -0.006078357808291912, -0.061209555715322495, 0.03538881987333298, -0.02239653654396534, -0.03702719137072563, -0.03173525258898735, -0.07982145249843597, -0.023477861657738686, 0.02916301041841507, -0.024100443348288536, -0.029720056802034378, 0.005496736150234938, 0.011042622849345207, -0.0186446662992239, -0.010248012840747833, 0.02839297614991665, -0.014917371794581413, 0.0014284549979493022, -0.014515970833599567, 0.008355693891644478, 0.018136771395802498, 0.06582976132631302, -0.016391905024647713, 0.030735846608877182, 0.03630631044507027, -0.02198694460093975, -0.055475253611803055, 0.010731332935392857, 0.05331260338425636, -0.01802208460867405, -0.05468883737921715, -0.04865963011980057, 0.04695572331547737, -0.006381456274539232, 0.020315805450081825, -0.07005675882101059, -0.04430156201124191, 0.008593257516622543, -0.011706163175404072, 0.027704859152436256, 0.0025947706308215857, -0.012574500404298306, -0.04689018800854683, -0.034766241908073425, 0.02239653654396534, -0.018480829894542694, -0.03660121560096741, -0.011820849031209946, 0.022593140602111816, -0.020397722721099854, -0.04541565477848053, 0.04158186540007591, 0.02015196718275547, 0.05232958123087883, -0.014802685007452965, 0.006573965307325125, -0.04656251519918442, -0.0011990830535069108, -0.052526187151670456, 0.034176427870988846, -0.04131972789764404, 0.02198694460093975, -0.01090336125344038, -0.0007684985757805407, -0.04276149347424507, 0.06848392635583878, 0.03319340571761131, 0.017055446282029152, 0.011165500618517399, -0.010657605715095997, 0.04666081815958023, -0.011099966242909431, 0.01746503822505474, 0.05114995315670967, -0.038993239402770996, -0.008335214108228683, -0.09056916832923889, -0.03889493644237518, 0.009789269417524338, 0.003110857680439949, -0.0055581750348210335, 0.009813844226300716, -0.05288662761449814, -0.010215245187282562, -0.07097424566745758, -0.004591535776853561, 0.057572368532419205, -0.04577609524130821, 0.02331402525305748, -0.039812423288822174, -0.013303575105965137, 0.028474895283579826, -0.03679782152175903, -0.023674465715885162, -0.01589220203459263, -0.04151633009314537, 0.056130602955818176, 0.011149116791784763, -0.006258578505367041, 0.04938051477074623, -0.006852488499134779, -0.0019025587243959308, 0.042532119899988174, 0.07195726782083511, -0.003784637898206711, 0.05586846545338631, 0.026721836999058723, 0.04099205136299133, -0.020758165046572685, 0.020872851833701134, 0.02018473483622074, 0.01452416181564331, 0.011681587435305119, 0.00621352344751358, 0.06491227447986603, -0.01599050499498844, 0.013033243827521801, 0.0592762753367424, 0.015400690957903862, 0.09273181855678558, 0.03961582109332085, 0.032816577702760696, -0.08408121764659882, 0.013008669018745422, 0.01421287190169096, 0.02074178121984005, -0.032898496836423874, -0.04574332758784294, 0.0024104539770632982, -0.005705628544092178, -0.026639917865395546, 0.03787914663553238, -0.05269002169370651, 0.06491227447986603, -0.06284792721271515, -0.05177253484725952, -0.0295234527438879, -0.02673822082579136, 0.03222676366567612, 0.07339903712272644, -0.014057226479053497, 0.002240472938865423, -0.002324439352378249, -0.008146801963448524, -0.03574926406145096, 0.020397722721099854, -0.11874915659427643, -0.05147762969136238, -0.0015554288402199745, -0.01794016733765602, -0.007368575315922499, 0.062094274908304214, 0.026492465287446976, -0.0030678503680974245, -0.010157902725040913, 0.017678027972579002, -0.012566308490931988, -0.0177927128970623, -0.04656251519918442, -0.008204144425690174, 0.028229137882590294, -0.018661050125956535, -0.013041435740888119, -0.009330525062978268, -0.06317560374736786, 0.017039062455296516, -0.023395942524075508, -0.025460291653871536, 0.049151141196489334, -0.03486454114317894, 0.019906211644411087, 0.05593399703502655, 0.050691209733486176, 0.013033243827521801, 0.01875935308635235, -0.024165978655219078, 0.0005309347179718316, 0.0213643629103899, -0.0728747621178627, 0.020954769104719162, -0.02044687420129776, 0.019873443990945816, -0.026934824883937836, 0.03198100998997688, -0.03912431001663208, -0.03873109817504883, -0.015711981803178787, 0.03404535725712776, -0.018661050125956535, 0.07110531628131866, 0.04220444709062576, -0.006188947707414627, -0.017514189705252647, -0.0066026365384459496, 0.013156122528016567, -0.004743085242807865, 0.03437303006649017, -0.055802930146455765, -0.05049460753798485, 0.03909154236316681, -0.06599359959363937, -0.000623605097644031, 0.00932233314961195, 0.03555265814065933, -0.010600263252854347, 0.025722431018948555, 0.01145221572369337, -0.004145079758018255, 0.058227717876434326, -0.025902651250362396, 0.018742969259619713, 0.009428827092051506, -0.00941244326531887, -0.008134514093399048, 0.02919577807188034, 0.02537837252020836, 0.0018953909166157246, 0.03427473083138466, -0.048528559505939484, -0.10695288330316544, 0.0007382911280728877, 0.01823507249355316, -0.012623651884496212, 0.054033488035202026, -0.048888999968767166, 0.012869407422840595, -0.013303575105965137, 0.010256204754114151, 0.05269002169370651, 0.017776329070329666, 0.02570604719221592, 0.0006046614143997431, -0.0001015022280625999, -0.0595056489109993, -0.03391428664326668, 0.03522498533129692, 0.057277463376522064, -0.09692604839801788, 0.07077763974666595, -0.008367981761693954, -0.08388461172580719, -0.006901639513671398, -0.05452499911189079, 0.004718509502708912, -0.001553380861878395, -0.050691209733486176, 0.018431678414344788, 0.0012810016050934792, 0.002385878236964345, -0.004759469069540501, 0.004976552911102772, 0.08159089088439941, -0.024182360619306564, 0.03758423775434494, 0.008175472728908062, -0.004325300455093384, -0.032751042395830154, -0.028524044901132584, 0.0009871188085526228, -0.02795061655342579, -0.07307136058807373, -0.012902174144983292, 0.016826074570417404, -0.04069714620709419, -0.11999431997537613, 0.06438799202442169, -0.020823700353503227, -0.03801021724939346, 0.021757571026682854, -0.042892564088106155, -0.04882346838712692, -0.049446046352386475, -0.0005421985406428576, 0.007450493983924389, -0.026345010846853256, 0.03261997550725937, 0.05711362510919571, -0.02257675677537918, -0.022593140602111816, 0.036863356828689575, 0.02842574380338192, 0.004837291315197945, 0.03696165978908539, -0.021446282044053078, -0.02059432864189148, -0.05871922895312309, -0.03096521832048893, -0.04335130751132965, -0.012107564136385918, 0.09666391462087631, -0.0048987301997840405, 0.06137339025735855, 0.016334563493728638, 0.040467772632837296, -0.052526187151670456, 0.028704266995191574, -0.014958330430090427, -0.03679782152175903, 0.005472160410135984, 0.007872374728322029, -0.061799369752407074, 0.008814438246190548, 0.02475579082965851, 0.006381456274539232, 0.015146743506193161, 0.03660121560096741, -0.0228388961404562, 0.07182620465755463, 0.022773362696170807, -0.003512258641421795, 0.0034487717784941196, -0.007745400536805391, 0.04335130751132965, -0.047086793929338455, 0.02573881484568119, -0.020643480122089386, 0.0812632218003273, -0.005439392756670713, 0.02110222354531288 ]
22,866
pyglottolog.api
build_path
null
def build_path(self, *comps: str) -> pathlib.Path: build_dir = self.repos.joinpath('build') if not build_dir.exists(): build_dir.mkdir() # pragma: no cover return build_dir.joinpath(*comps)
(self, *comps: str) -> pathlib.Path
[ -0.045250069350004196, -0.023119570687413216, -0.05637713521718979, 0.00925489328801632, -0.011268362402915955, -0.056801021099090576, -0.0425301194190979, 0.04623914137482643, 0.00019855961727444082, -0.02758805826306343, 0.05051334574818611, 0.00810686219483614, 0.005121982656419277, 0.04751080647110939, -0.00027569293160922825, -0.047228213399648666, 0.07785413414239883, -0.05005413293838501, -0.02190089225769043, 0.04200026020407677, 0.01953418180346489, 0.003909927327185869, 0.048499878495931625, 0.037125542759895325, 0.009140090085566044, 0.08866328746080399, 0.06058069318532944, 0.026704957708716393, -0.0007622261182405055, -0.10321678221225739, 0.04846455529332161, 0.017971094697713852, 0.02931893616914749, 0.012946252711117268, 0.040128085762262344, 0.08350598067045212, 0.008102446794509888, 0.04323659837245941, 0.003543440718203783, -0.052526816725730896, 0.04267141595482826, -0.013741043396294117, -0.00398057559505105, -0.035694919526576996, 0.027641044929623604, -0.047864045947790146, -0.0373021624982357, -0.013723381794989109, -0.004552382975816727, 0.02552160434424877, 0.018792377784848213, 0.018474461510777473, -0.02931893616914749, -0.04698094353079796, 0.01415610034018755, 0.04892376437783241, 0.04673367738723755, 0.05097255855798721, 0.016151906922459602, 0.009599301964044571, -0.014217917807400227, 0.009140090085566044, 0.06969428807497025, 0.016363851726055145, -0.005960928276181221, 0.03620712086558342, -0.07545210421085358, 0.018863026052713394, 0.04864117503166199, 0.07990293204784393, -0.005303018260747194, 0.060050830245018005, 0.0030069570057094097, -0.06471360474824905, 0.0015962041215971112, -0.01669059880077839, -0.030714234337210655, -0.022783992812037468, 0.08640255033969879, -0.04009276255965233, -0.0880274549126625, -0.05835527926683426, -0.04701627045869827, -0.07933774590492249, 0.05496417358517647, 0.061958327889442444, -0.017547206953167915, -0.009581640362739563, -0.07418043911457062, -0.02799428440630436, 0.00383486389182508, 0.09191309660673141, -0.01881003938615322, -0.015348286367952824, 0.05478755384683609, -0.030714234337210655, 0.033787425607442856, 0.04055197536945343, 0.018774716183543205, 0.02608678862452507, 0.01612541452050209, -0.06828133016824722, -0.06757485121488571, -0.006848444230854511, 0.028824400156736374, -0.012434055097401142, 0.015295300632715225, -0.0017926939763128757, 0.013847015798091888, -0.05976824089884758, -0.01912795566022396, -0.011118235066533089, 0.02942490763962269, -0.08237560838460922, -0.024567855522036552, 0.04461423680186272, -0.012637168169021606, -0.03765540570020676, 0.003892265260219574, -0.019145619124174118, 0.0313853919506073, 0.030466966331005096, -0.010597205720841885, 0.03267471864819527, 0.0791257992386818, 0.04758145287632942, -0.04599187150597572, 0.008252574130892754, 0.004364724270999432, -0.052632786333560944, -0.011294854804873466, 0.058708518743515015, 0.0012374445796012878, -0.03740813583135605, -0.005620934534817934, 0.039810169488191605, -0.024691488593816757, -0.04521474242210388, 0.005704829003661871, 0.08548412472009659, 0.050478022545576096, -0.032851338386535645, -0.02442655898630619, -0.0008483284036628902, 0.02403799444437027, 0.0570836141705513, 0.03587154299020767, 0.00021580768225248903, -0.028824400156736374, 0.05121982842683792, 0.005108736455440521, -0.061640411615371704, 0.008429193869233131, -0.0050601656548678875, 0.03452922776341438, -0.049065060913562775, -0.009502161294221878, 0.028329862281680107, 0.04825260862708092, -0.006693901494145393, 0.013370141386985779, -0.013741043396294117, 0.0034043523482978344, -0.004040184430778027, 0.023843713104724884, 0.05065464228391647, 0.008738279342651367, 0.04719289019703865, -0.008438024669885635, -0.021477002650499344, 0.027075860649347305, -0.0033977290149778128, -0.01699085347354412, -0.02665197290480137, -0.10448844730854034, -0.04920635744929314, -0.013043394312262535, 0.029583865776658058, 0.03140305355191231, -0.05560000613331795, 0.00217794650234282, -0.0004448618565220386, 0.01641683839261532, 0.035059086978435516, 0.06418374180793762, 0.04669835418462753, -0.027623383328318596, 0.017344092950224876, 0.04436696693301201, -0.008420363068580627, -0.07898450642824173, 0.02515070140361786, 0.022660357877612114, 0.018686406314373016, -0.00007051005377434194, -0.02781766466796398, 0.04309530183672905, -0.014323889277875423, -0.012787294574081898, 0.057189587503671646, -0.016725923866033554, 0.003987198695540428, 0.032974973320961, 0.006473126355558634, 0.0303609948605299, -0.03645438700914383, -0.011665756814181805, 0.00010804182238643989, 0.054187044501304626, 0.03769072890281677, 0.03043164312839508, 0.0074842763133347034, 0.014624143950641155, -0.0011011159513145685, -0.03154435008764267, 0.0004225083685014397, -0.018456799909472466, 0.008808927610516548, 0.003523570951074362, 0.039174336940050125, 0.008923729881644249, -0.037973321974277496, 0.09106531739234924, -0.033469509333372116, -0.0005558013799600303, -0.0523148737847805, -0.03295730799436569, 0.04948895052075386, -0.009581640362739563, -0.06570267677307129, -0.022095173597335815, -0.04673367738723755, 0.00988189410418272, -0.054434314370155334, -0.02085883356630802, -0.05365718528628349, -0.017750319093465805, 0.014685960486531258, 0.01912795566022396, -0.014058959670364857, 0.008773603476583958, -0.07382719963788986, 0.003521363018080592, -0.02417929098010063, 0.04514409601688385, -0.02781766466796398, 0.011038755998015404, -0.042424146085977554, 0.039492253214120865, 0.020664550364017487, 0.0015001669526100159, 0.040446002036333084, -0.03565959632396698, -0.006927923299372196, 0.020911818370223045, 0.04941830411553383, -0.054681580513715744, -0.044932153075933456, -0.000273347191978246, -0.031102798879146576, 0.0033756515476852655, -0.020841171965003014, -0.03896239399909973, -0.012389899231493473, -0.03491779416799545, -0.04482617974281311, -0.004057846497744322, 0.004821728449314833, -0.02926594950258732, 0.03677230328321457, -0.037514109164476395, 0.02015235275030136, 0.01866874471306801, -0.0043779704719781876, 0.035765569657087326, 0.0347941592335701, -0.016522809863090515, -0.000028631773602683097, 0.002207751153036952, 0.03963354974985123, -0.027234818786382675, 0.013370141386985779, 0.004967440385371447, -0.017414741218090057, 0.002320346422493458, 0.01865108124911785, -0.004600953310728073, -0.01760019175708294, -0.022589709609746933, 0.04358983784914017, 0.04797001928091049, 0.0639011487364769, -0.004896792117506266, 0.00004377556615509093, 0.05464625731110573, 0.005011595319956541, 0.023260867223143578, -0.017529543489217758, 0.037514109164476395, -0.07940839231014252, 0.01905730739235878, 0.01790044642984867, -0.08852199465036392, -0.009316709823906422, 0.0031990313436836004, -0.0022033357527107, -0.025892505422234535, -0.01466829888522625, -0.003258640645071864, -0.014977384358644485, -0.03083786927163601, -0.015463089570403099, 0.04295400530099869, 0.023066584020853043, 0.06238221749663353, 0.024073319509625435, -0.007488692179322243, -0.01406779047101736, -0.006097808945924044, 0.03701957315206528, -0.005298602860420942, 0.02735845185816288, 0.0088133430108428, -0.014800763688981533, -0.0018291218439117074, -0.028011947870254517, 0.01817420683801174, 0.013228844851255417, 0.022483738139271736, 0.028329862281680107, -0.005815216805785894, 0.03583621606230736, 0.06612656265497208, -0.009148920886218548, 0.07234358787536621, 0.008645554073154926, 0.040022112429142, -0.0420709066092968, 0.0057401531375944614, -0.01178056001663208, 0.0550348199903965, -0.04464956000447273, -0.03216252103447914, 0.025044729933142662, 0.033469509333372116, -0.019640155136585236, 0.038149941712617874, 0.028400510549545288, 0.017043838277459145, -0.06746887415647507, -0.002894361736252904, 0.012169124558568, 0.0021635962184518576, 0.0006661888910457492, 0.024762136861681938, 0.006031576078385115, -0.05401042476296425, 0.06340661644935608, 0.021600637584924698, 0.04680432379245758, -0.001367701799608767, 0.032215505838394165, 0.01826251856982708, -0.0011988088954240084, -0.015595554374158382, 0.01435038261115551, 0.0015873730881139636, -0.014800763688981533, -0.049700893461704254, -0.006636499892920256, -0.004746665246784687, -0.0029782564379274845, 0.04595654830336571, -0.011595109477639198, -0.002291645621880889, 0.040763918310403824, -0.019799113273620605, -0.04924168065190315, -0.02799428440630436, -0.03984549269080162, -0.017096824944019318, 0.013502606190741062, 0.03154435008764267, 0.03991614282131195, 0.03152668848633766, 0.030890854075551033, 0.05930902808904648, -0.02214816026389599, 0.0005541455466300249, 0.012248603627085686, -0.019940407946705818, -0.008102446794509888, -0.0030952671077102423, -0.0015619839541614056, 0.028665442019701004, -0.08498959243297577, 0.0871090292930603, 0.004742249380797148, 0.013202352449297905, 0.0028479991015046835, 0.05906175822019577, -0.01232808269560337, 0.03882109746336937, 0.04030470550060272, -0.041081834584474564, -0.02133570797741413, 0.0327453650534153, -0.023366838693618774, -0.0384325310587883, -0.02578653395175934, -0.045108772814273834, 0.02333151362836361, -0.008901652880012989, 0.016664106398820877, 0.009325540624558926, -0.011206544935703278, -0.05005413293838501, -0.0648195743560791, 0.0350237637758255, -0.03913901373744011, -0.044790856540203094, -0.00016351157682947814, 0.01946353353559971, 0.03235680237412453, -0.02276632934808731, 0.03910369053483009, -0.010146824643015862, 0.006941169500350952, 0.05779009312391281, 0.012089645490050316, -0.02863011695444584, 0.004179272800683975, -0.040905214846134186, 0.01826251856982708, 0.00034413320827297866, -0.010085007175803185, 0.009493330493569374, -0.032692380249500275, -0.03484714403748512, -0.02506239153444767, -0.02806493267416954, -0.011374333873391151, -0.018280180171132088, 0.004883545450866222, -0.025009404867887497, -0.009775922633707523, -0.0238790363073349, -0.004232259001582861, -0.023667093366384506, 0.009016456082463264, 0.0493476539850235, 0.02522134967148304, 0.03354015573859215, 0.031120460480451584, 0.018774716183543205, -0.05492885038256645, -0.07410979270935059, -0.02806493267416954, -0.014270903542637825, -0.03488246724009514, 0.026740282773971558, 0.003682528855279088, 0.11268361657857895, 0.031173447147011757, -0.007347396109253168, -0.07078933715820312, -0.014977384358644485, -0.018368490040302277, 0.020664550364017487, 0.008720616810023785, -0.015374778769910336, -0.0698355883359909, -0.03361080214381218, 0.049135711044073105, 0.02119441144168377, -0.030802544206380844, -0.009961373172700405, 0.04998348653316498, -0.022836977615952492, -0.08703838288784027, -0.06849326938390732, 0.024338249117136, -0.04789936915040016, 0.03013138845562935, -0.010288120247423649, 0.017882784828543663, 0.01019981037825346, 0.04182363674044609, -0.03172096982598305, 0.0035346096847206354, 0.070047527551651, 0.06556137651205063, -0.03209187090396881, -0.0009945918573066592, -0.03535934165120125, 0.03415832668542862, -0.06383050233125687, 0.004865883383899927, -0.05983888730406761, -0.015039200894534588, -0.025097714737057686, -0.038785774260759354, 0.003808370791375637, 0.043377894908189774, -0.012540026567876339, -0.013847015798091888, -0.006384816486388445, -0.0041925194673240185, -0.04832325875759125, -0.056483104825019836, 0.00640247855335474, -0.0798322856426239, -0.06379517912864685, -0.034105341881513596, 0.040057435631752014, 0.011180051602423191, 0.04825260862708092, -0.022731006145477295, -0.008036213926970959, 0.020417282357811928, -0.007184022571891546, 0.012601844035089016, 0.03984549269080162, 0.025080053135752678, -0.051113855093717575, 0.02663430944085121, 0.07743024826049805, 0.01722045987844467, 0.015039200894534588, 0.05273875966668129, -0.03542999178171158, -0.0210354533046484, -0.003592011285945773, 0.06750419735908508, 0.0293365977704525, 0.04065794497728348, -0.02608678862452507, -0.004583291243761778, -0.037832025438547134, -0.06690369546413422, -0.0038525257259607315, -0.02119441144168377, 0.0010955964680761099, -0.015833990648388863, 0.00346837705001235, 0.03147369995713234, 0.042176879942417145, 0.017140980809926987, 0.05715426430106163, -0.012690153904259205, -0.01032344438135624, 0.033575478941202164, -0.00794790405780077, 0.03580089285969734, 0.04691029712557793, -0.01612541452050209, -0.0037642158567905426, -0.033628467470407486, -0.057366207242012024, 0.03044930472970009, -0.01723812147974968, -0.0067954580299556255, -0.027782341465353966, 0.02315489389002323, -0.06446633487939835, 0.02451486885547638, -0.0011082910932600498, -0.03408767655491829, 0.028965694829821587, -0.0024064488243311644, -0.0054001593962311745, 0.06542008370161057, -0.0079611511901021, -0.06534943729639053, 0.04182363674044609, -0.03172096982598305, -0.005152891390025616, 0.00430953036993742, 0.017617855221033096, 0.0022033357527107, 0.007987643592059612, 0.017494220286607742, -0.022006863728165627, -0.009228399954736233, 0.020664550364017487, -0.03896239399909973, -0.02380838803946972, -0.010261627845466137, 0.021300382912158966, -0.045497335493564606, 0.015357117168605328, 0.020046381279826164, 0.07131919264793396, 0.022413089871406555, 0.021918553858995438, -0.05937967449426651, -0.09918984770774841, 0.011171220801770687, 0.032621730118989944, -0.02110610157251358, 0.00013494878658093512, -0.004049015697091818, -0.04634511098265648, 0.05019542947411537, 0.00884866714477539, -0.032974973320961, 0.039880815893411636, 0.027376115322113037, -0.04680432379245758, 0.03454688936471939, 0.02742910012602806, 0.007992058992385864, -0.015065694227814674, 0.0013842600164934993, -0.04673367738723755, -0.027287805452942848, 0.001390883233398199, 0.024620840325951576, -0.0334341824054718, -0.007184022571891546, -0.03991614282131195, -0.04464956000447273, 0.005117567256093025, 0.01530413143336773, -0.03779669851064682, -0.000592229247558862, 0.06340661644935608, 0.01849212311208248, -0.0015630878042429686, 0.0320742093026638, 0.016045935451984406, -0.010659022256731987, 0.07138983905315399, -0.05227954685688019, -0.010146824643015862, -0.0020333388820290565, 0.03060826286673546, 0.0017761358758434653, 0.05740153044462204, -0.006013914011418819, -0.023031260818243027, -0.005285356193780899, -0.08477764576673508, -0.04892376437783241, -0.06644447892904282, -0.017246952280402184, -0.02442655898630619, -0.05146709457039833, -0.034988440573215485, -0.03906836360692978, -0.006027160678058863, -0.02924828790128231, -0.0031372143421322107, -0.0110299251973629, 0.01667293719947338, 0.0008279067114926875, 0.05386912822723389, -0.014756608754396439, -0.009175414219498634, 0.02158297598361969, 0.03906836360692978, 0.0074710301123559475, 0.0832233875989914, -0.009263724088668823, -0.07064803689718246, 0.009449174627661705, 0.04955959692597389, -0.05842592567205429, -0.010455909185111523, -0.01985209807753563, 0.016204893589019775, -0.04585057497024536, -0.040693268179893494, -0.0580020397901535, 0.038079291582107544, -0.001520036719739437, 0.010570712387561798, 0.051749687641859055, 0.02317255549132824, 0.00367590575478971, 0.009510992094874382, -0.02292528748512268, -0.018068235367536545, 0.014915566891431808, 0.031244095414876938, -0.008764771744608879, 0.035059086978435516, 0.03938627988100052, 0.06333596259355545, -0.023419825360178947, -0.02110610157251358, -0.014606481418013573, 0.01978144980967045, -0.022165821865200996, -0.02908932976424694, -0.000005075240551377647, 0.02347281016409397, -0.010561881586909294, 0.009572809562087059, -0.011471475474536419, 0.055140793323516846, 0.0384325310587883, -0.003492662450298667, -0.01951652020215988, 0.031102798879146576, -0.006958831567317247, 0.08965235948562622, 0.02260737121105194, -0.0791257992386818, -0.016496317461133003, -0.004311738070100546, 0.01582515984773636, -0.023048922419548035, -0.02647535130381584, 0.04030470550060272, -0.06559669971466064, -0.03249809890985489, 0.031667981296777725, -0.02419695258140564, -0.07714765518903732, 0.02458551712334156, 0.003984990995377302, 0.00972293596714735, -0.06029810011386871, 0.02615743689239025, -0.018085896968841553, 0.04599187150597572, -0.03318691626191139, 0.06821068376302719, 0.020982466638088226, -0.06478425115346909, 0.011648095212876797, 0.04231817275285721, -0.02981347218155861, 0.024726813659071922, -0.03131474182009697, 0.04182363674044609, 0.021282721310853958, -0.02792363613843918, 0.009731766767799854, -0.035942189395427704, 0.012681323103606701, 0.022183483466506004, -0.061463791877031326, 0.03106747381389141, 0.014403368346393108, 0.05061931908130646, -0.036560360342264175, -0.059803564101457596, -0.018986660987138748, 0.0056650894694030285, 0.06856392323970795, 0.016505148261785507, -0.03709021955728531, 0.02940724603831768, -0.08979365229606628, 0.0028766999021172523, -0.014924397692084312, -0.03726683929562569, -0.018633419647812843, -0.008451271802186966, -0.04585057497024536, -0.027323128655552864, 0.012857942841947079, 0.023225542157888412, 0.04920635744929314, -0.049524273723363876, -0.0018710690783336759 ]
22,867
pyglottolog.api
cache_dir
null
def languoids_by_code(self, nodes=None) -> typing.Dict[str, lls.Languoid]: """ Returns a `dict` mapping the three major language code schemes (Glottocode, ISO code, and Harald's NOCODE_s) to Languoid objects. """ res = {} for lang in (self.languoids() if nodes is None else nodes.values()): res[lang.id] = lang if lang.hid: res[lang.hid] = lang if lang.iso: res[lang.iso] = lang return res
(self, name)
[ 0.034801509231328964, -0.022661015391349792, 0.024113405495882034, -0.01923486404120922, -0.03001607023179531, 0.030481578782200813, -0.035248398780822754, -0.033293258398771286, 0.03455944359302521, -0.05694115534424782, 0.0019237190717831254, -0.012736347503960133, 0.026180269196629524, 0.016525596380233765, -0.023405831307172775, -0.09757084399461746, -0.09042061865329742, 0.052956391125917435, -0.053142596036195755, -0.08364279568195343, 0.0004788931692019105, 0.030295375734567642, 0.05902663618326187, 0.014347011223435402, -0.007382984738796949, 0.0278374832123518, 0.01698179543018341, -0.002534700557589531, -0.04077865555882454, -0.045396510511636734, -0.05265846475958824, 0.03817180171608925, 0.01994243822991848, -0.023964442312717438, -0.03236223757266998, 0.0026138373650610447, 0.020556911826133728, -0.02262377366423607, -0.035527706146240234, -0.016525596380233765, -0.0380973182618618, -0.031747765839099884, -0.0556749664247036, -0.016404563561081886, -0.04591788351535797, -0.0095615703612566, 0.017065588384866714, -0.03131949529051781, 0.035155296325683594, 0.010604312643408775, 0.026124408468604088, -0.0868455022573471, 0.017680060118436813, -0.017065588384866714, -0.0035239090211689472, 0.00842107180505991, -0.04044348746538162, 0.023145144805312157, 0.015724919736385345, 0.04569443687796593, -0.0017887213034555316, 0.0025440107565373182, -0.051801927387714386, 0.004063900094479322, -0.002177421934902668, 0.009473123587667942, 0.020240364596247673, -0.022679636254906654, -0.02128310687839985, 0.008588654920458794, 0.019383827224373817, -0.013499783352017403, 0.04018280282616615, 0.01199153158813715, 0.1196918711066246, -0.016330081969499588, -0.041374508291482925, 0.029271254315972328, -0.014849761500954628, 0.028172651305794716, -0.013555644080042839, -0.029327115043997765, -0.009785015136003494, 0.04372067749500275, 0.04591788351535797, 0.011665674857795238, 0.08535587042570114, 0.03413117676973343, 0.0035471844021230936, -0.08736687153577805, -0.026031306013464928, 0.00993397831916809, 0.010203974321484566, 0.022512052208185196, 0.026738880202174187, -0.012494281865656376, -0.004762164782732725, 0.046588215976953506, 0.037594567984342575, -0.0073224687948822975, 0.06133556738495827, -0.017763853073120117, -0.02740921452641487, -0.04993988573551178, 0.0025603037793189287, 0.013751158490777016, -0.0414862297475338, 0.02973676286637783, 0.005497670266777277, -0.017559029161930084, -0.08796272426843643, -0.0342428982257843, 0.054483260959386826, 0.029140911996364594, 0.03044433891773224, -0.014589075930416584, -0.0036984749604016542, 0.03802283853292465, -0.025025805458426476, 0.006689375266432762, -0.09109094738960266, 0.06133556738495827, -0.04293861985206604, -0.0020249674562364817, 0.0010020097251981497, 0.010511210188269615, 0.07038507610559464, -0.0005196252604946494, -0.0016723438166081905, -0.009431228041648865, 0.042715176939964294, 0.048636458814144135, 0.01352771371603012, -0.0008466459112241864, -0.008518829010426998, -0.04923231154680252, -0.07969526946544647, 0.02489546127617359, 0.06733132898807526, 0.030388478189706802, -0.02452305518090725, -0.00798814743757248, -0.0027371973264962435, 0.014495974406599998, 0.009286919608712196, 0.0310774315148592, 0.01676766201853752, 0.003544856794178486, -0.048189569264650345, -0.020054159685969353, 0.03781801462173462, -0.011479470878839493, 0.04126278683543205, 0.05723908171057701, -0.041113823652267456, -0.06476172059774399, -0.05172744393348694, -0.053775686770677567, -0.037166301161050797, 0.018946247175335884, 0.03511805832386017, -0.00907744001597166, 0.03388911113142967, -0.02407616563141346, -0.02182309702038765, -0.03563942760229111, -0.006251796148717403, -0.03519253805279732, 0.02982986532151699, -0.005683874245733023, -0.03573253005743027, -0.031300876289606094, -0.057797692716121674, 0.016413874924182892, 0.033013951033353806, -0.02245619148015976, 0.06479895859956741, -0.03914006054401398, -0.0239830631762743, 0.011619123630225658, 0.0035332192201167345, 0.04614132642745972, -0.051615722477436066, 0.06178245693445206, 0.013267028145492077, 0.014896312728524208, 0.054930150508880615, 0.007783323060721159, 0.05481842905282974, -0.021320346742868423, -0.028433335945010185, 0.004841301590204239, -0.0697147399187088, 0.04245448857545853, 0.0010735818650573492, -0.011442230083048344, 0.037408363074064255, -0.020612772554159164, -0.10710448771715164, 0.03133811801671982, 0.05857975035905838, 0.04841301590204239, 0.021785857155919075, 0.03576977178454399, -0.05273294448852539, -0.008067283779382706, -0.029308494180440903, 0.0008192971581593156, 0.00496233394369483, -0.025454074144363403, 0.07440707832574844, -0.01119085494428873, -0.03452220559120178, -0.011488781310617924, 0.028991948813199997, -0.04975368455052376, -0.03683113306760788, 0.05656874552369118, -0.02065001241862774, -0.023238247260451317, -0.04885990545153618, 0.0016898004105314612, -0.019551409408450127, -0.058989398181438446, 0.02165551483631134, -0.07072024047374725, 0.015696989372372627, 0.015743540599942207, 0.01190773956477642, -0.014989414252340794, 0.017577648162841797, -0.021785857155919075, -0.03413117676973343, -0.02264239452779293, 0.0014221323654055595, 0.00574904540553689, 0.019011419266462326, 0.0005399913061410189, -0.022567912936210632, 0.027967827394604683, -0.0020528980530798435, -0.04170967638492584, 0.00046114559518173337, 0.03735250234603882, -0.023312728852033615, 0.038767654448747635, 0.0587659515440464, -0.007648325525224209, -0.011926360428333282, -0.008993648923933506, -0.024765118956565857, -0.09287850558757782, 0.05176468566060066, 0.026701640337705612, 0.015575956553220749, 0.022083783522248268, -0.0479661263525486, -0.013685987330973148, 0.00792763102799654, -0.08155731111764908, -0.021003801375627518, 0.00017107483290601522, -0.04535927250981331, 0.048301294445991516, 0.04949299618601799, -0.031207773834466934, 0.04982816427946091, 0.05273294448852539, -0.06707064807415009, -0.0359373539686203, 0.0501260906457901, -0.02703680656850338, -0.008099869824945927, 0.009803635999560356, 0.04979092255234718, 0.022698255255818367, 0.003139863256365061, -0.01512906700372696, 0.0026673709508031607, 0.03396359086036682, 0.001127115567214787, -0.011451540514826775, -0.032287757843732834, -0.013285649009048939, 0.013267028145492077, 0.012606004253029823, -0.034894611686468124, -0.027818864211440086, -0.01977485418319702, -0.028079548850655556, -0.002639440353959799, 0.00041779500315897167, -0.055377040058374405, 0.04521030932664871, 0.09198472648859024, 0.051243316382169724, 0.01968175359070301, 0.03899109736084938, 0.06733132898807526, -0.017316963523626328, 0.010986030101776123, 0.03563942760229111, 0.13399232923984528, -0.0425662137567997, -0.024672018364071846, -0.04405584558844566, -0.019179001450538635, -0.0393262654542923, -0.00758780911564827, -0.0014745021471753716, -0.05005161091685295, 0.003752008778974414, 0.06960301846265793, 0.02523062936961651, -0.07693945616483688, -0.01728903315961361, -0.0020447515416890383, -0.013630125671625137, 0.05191364884376526, 0.043534472584724426, -0.012084633111953735, -0.010939479805529118, -0.02524925023317337, 0.058170098811388016, 0.03448496386408806, -0.063234843313694, 0.037762150168418884, -0.012159114703536034, 0.1112009733915329, -0.09228265285491943, 0.015445614233613014, 0.014849761500954628, 0.014756659045815468, -0.013341509737074375, -0.056382544338703156, -0.02524925023317337, 0.051876407116651535, -0.02344307117164135, -0.028805743902921677, -0.008048663847148418, -0.044242046773433685, -0.03325601667165756, -0.02238170988857746, 0.017577648162841797, 0.05615909770131111, -0.018033849075436592, -0.06543204933404922, -0.019514169543981552, -0.023610655218362808, -0.03536012023687363, -0.0320829339325428, 0.0021739306394010782, 0.0014232960529625416, -0.0024974599946290255, 0.021525170654058456, -0.05526531860232353, 0.035695288330316544, -0.014933553524315357, 0.010241215117275715, 0.05433429777622223, 0.0684857964515686, -0.04662545770406723, 0.004501479212194681, 0.024951323866844177, 0.02416926622390747, -0.007010577246546745, 0.03962419182062149, 0.028861604630947113, 0.08312142640352249, -0.041821397840976715, 0.001140498905442655, 0.011553952470421791, -0.05031229555606842, 0.01550147496163845, -0.013816329650580883, -0.01594836451113224, 0.026925085112452507, 0.017559029161930084, -0.05280742794275284, 0.03299533203244209, 0.03802283853292465, -0.030872607603669167, 0.06163349375128746, 0.015426993370056152, -0.023517552763223648, -0.03573253005743027, 0.08654757589101791, -0.010716035030782223, -0.01230807788670063, 0.009338125586509705, -0.020165883004665375, 0.028358854353427887, 0.00349132320843637, 0.04059245064854622, -0.026124408468604088, 0.008160386234521866, -0.0310029499232769, -0.05697839334607124, 0.0008018405642360449, -0.04077865555882454, 0.00482733640819788, -0.044167567044496536, 0.018145570531487465, -0.00920778326690197, -0.011088442988693714, 0.007764702662825584, 0.042789656668901443, 0.011432919651269913, -0.009473123587667942, 0.004049934912472963, -0.049902647733688354, 0.022586533799767494, 0.008993648923933506, -0.049530237913131714, 0.020091401413083076, 0.017605578526854515, 0.08535587042570114, 0.025118906050920486, 0.024765118956565857, -0.018126949667930603, -0.0039451951161026955, -0.07072024047374725, 0.00879813451319933, 0.019346585497260094, 0.037166301161050797, -0.012606004253029823, 0.022065162658691406, -0.034727029502391815, -0.021078282967209816, 0.015743540599942207, 0.05500463396310806, 0.022567912936210632, 0.04491238296031952, -0.08781376481056213, 0.04986540600657463, -0.02802368812263012, -0.026980945840477943, 0.0037706291768699884, 0.04569443687796593, -0.011665674857795238, 0.02442995272576809, 0.039400745183229446, 0.004285017494112253, 0.000982807483524084, 0.02480236068367958, -0.061856936663389206, -0.028861604630947113, -0.018946247175335884, -0.027800243347883224, 0.03159880265593529, 0.015008035115897655, -0.005381292663514614, 0.03765042871236801, -0.016776971518993378, 0.06129832565784454, 0.041635192930698395, -0.05005161091685295, 0.02632923237979412, 0.018480736762285233, -0.004066227935254574, -0.0070385076105594635, 0.03604907542467117, 0.06494792550802231, 0.051168832927942276, 0.028005067259073257, 0.024634776636958122, -0.027874724939465523, -0.03629114106297493, 0.012494281865656376, 0.011107062920928001, -0.004552685655653477, 0.04319930449128151, 0.02487684227526188, -0.04833853244781494, -0.01114430371671915, -0.01949554868042469, -0.032194655388593674, -0.06293691694736481, -0.07932286709547043, -0.07228435575962067, 0.018257293850183487, 0.009626741521060467, 0.04312482476234436, -0.015836643055081367, -0.018005916848778725, -0.017931435257196426, 0.037613190710544586, 0.014896312728524208, -0.07522638142108917, -0.0019993644673377275, -0.03325601667165756, -0.013909432105720043, -0.002820989117026329, 0.04591788351535797, 0.024374091997742653, 0.022418949753046036, 0.013127375394105911, -0.04993988573551178, -0.06189417839050293, -0.022418949753046036, 0.039214543998241425, -0.01001777034252882, -0.019253483042120934, -0.0012103253975510597, 0.06911888718605042, -0.0062750717625021935, 0.01038086786866188, 0.033479463309049606, 0.00658230809494853, 0.028861604630947113, -0.04051797091960907, -0.020910698920488358, 0.06487344205379486, -0.09317643195390701, -0.02262377366423607, 0.04763095825910568, -0.030705023556947708, 0.041374508291482925, -0.017391445115208626, 0.04848749563097954, -0.03586287051439285, -0.00875158328562975, 0.06100039929151535, 0.03334911912679672, 0.011339818127453327, 0.053142596036195755, -0.023945821449160576, -0.044688936322927475, -0.006568342912942171, 0.05489291250705719, -0.007066438440233469, -0.05578669160604477, -0.03314429521560669, 0.03476426750421524, -0.053030870854854584, -0.0365518257021904, 0.007517982739955187, -0.023647895082831383, 0.02381547912955284, 0.024932703003287315, 0.03396359086036682, 0.014942863024771214, 0.019383827224373817, 0.030239515006542206, 0.06435207277536392, 0.00396381551399827, -0.026012685149908066, 0.0007960217189975083, -0.02245619148015976, 0.03545322269201279, 0.020705875009298325, -0.03133811801671982, 0.0051206075586378574, -0.00012306914140935987, 0.012066013179719448, 0.0030397786758840084, 0.01815488003194332, -0.032027073204517365, 0.035527706146240234, -0.018192121759057045, -0.01780109293758869, -0.008709687739610672, -0.09973081201314926, -0.053030870854854584, -0.03487599268555641, 0.0037473535630851984, 0.039847634732723236, -0.020501049235463142, 0.016060085967183113, 0.03887937590479851, 0.032753266394138336, 0.0021099229343235493, 0.03478289023041725, -0.008840030059218407, -0.017484547570347786, -0.0006412396905943751, -0.04725855216383934, -0.011107062920928001, -0.017009727656841278, -0.008858650922775269, -0.06081419438123703, 0.08222764730453491, 0.004119761288166046, 0.03131949529051781, 0.05236053839325905, 0.05895215645432472, -0.02759541943669319, 0.03962419182062149, 0.02442995272576809, -0.03448496386408806, -0.012810829095542431, -0.00676385685801506, 0.03910281881690025, -0.03873041272163391, -0.010399487800896168, 0.016851453110575676, 0.010986030101776123, 0.020798975601792336, -0.02543545328080654, -0.003577442606911063, -0.041895877569913864, 0.02478373982012272, -0.041821397840976715, 0.004685355816036463, 0.05571220815181732, 0.005050780717283487, 0.06930509209632874, -0.026031306013464928, -0.0026138373650610447, 0.0030770194716751575, -0.0013441594783216715, 0.012782897800207138, 0.0061447289772331715, -0.05895215645432472, 0.0556749664247036, -0.00838383100926876, 0.05746252462267876, -0.020817596465349197, 0.015063895843923092, -0.04554547369480133, -0.04223104566335678, -0.045508235692977905, -0.0038986443541944027, 0.028768504038453102, -0.012484971433877945, 0.01759626902639866, -0.001156209851615131, 0.05038677528500557, -0.02362927608191967, 0.000044550739403348416, 0.009878117591142654, 0.0028512473218142986, 0.009370711632072926, -0.014970794320106506, -0.012326698750257492, 0.019961059093475342, 0.02478373982012272, -0.04528478905558586, -0.0020691908430308104, 0.041560713201761246, -0.06133556738495827, -0.0019167364807799459, -0.003610028186812997, -0.022325849160552025, -0.005497670266777277, 0.0030118480790406466, 0.022661015391349792, 0.013453232124447823, -0.022307228296995163, -0.036253899335861206, 0.003856748342514038, -0.035248398780822754, -0.003095639869570732, 0.0013825639616698027, -0.006698685698211193, 0.0533660389482975, -0.003172449069097638, 0.02003554068505764, 0.0317663848400116, -0.034540824592113495, 0.020947938784956932, -0.002506769960746169, -0.004415360279381275, 0.007462121546268463, 0.04293861985206604, -0.0002996718976646662, 0.02174861542880535, -0.01886245608329773, 0.06822510808706284, -0.016292842105031013, 0.019644511863589287, 0.028991948813199997, 0.039214543998241425, -0.028414715081453323, -0.028638159856200218, 0.05150400102138519, 0.016469735652208328, 0.027334732934832573, 0.026012685149908066, -0.022791357710957527, -0.056382544338703156, 0.03977315500378609, -0.040741413831710815, -0.02400168403983116, 0.01782902330160141, 0.06189417839050293, -0.024318229407072067, 0.017316963523626328, 0.008770204149186611, -0.0359373539686203, -0.018843835219740868, 0.017847644165158272, -0.018378324806690216, 0.008551414124667645, 0.003917264752089977, 0.04420480877161026, -0.008388485759496689, -0.010995340533554554, -0.02541683241724968, -0.009361401200294495, 0.025081666186451912, -0.01599491573870182, -0.020426567643880844, -0.0057769762352108955, 0.028005067259073257, -0.026031306013464928, 0.02435547113418579, 0.004245448857545853, -0.022158265113830566, 0.06584170460700989, -0.05965973064303398, -0.0033144294284284115, -0.018052468076348305, -0.005530255846679211, 0.02982986532151699, -0.05131779611110687, -0.0007954398170113564, 0.017717301845550537, -0.025714758783578873, -0.007206091191619635, 0.0176614411175251, 0.00832796934992075, 0.09585776925086975, 0.04070417210459709, 0.014896312728524208, 0.03675664961338043, 0.09310195595026016, -0.06286244094371796, -0.04453997313976288, 0.019793475046753883, -0.021059662103652954, 0.021432070061564445, -0.08192972093820572, -0.03405669331550598, -0.052956391125917435, -0.04308758303523064, 0.01240118034183979, -0.004710958804935217, -0.07168850302696228, 0.02435547113418579, -0.0070152319967746735, 0.03126363456249237, -0.026105787605047226, 0.0012277819914743304, -0.015780780464410782, -0.04170967638492584, 0.05090814828872681, 0.0021192331332713366, 0.026831982657313347, 0.03573253005743027, 0.014700798317790031, 0.051801927387714386, -0.004762164782732725, -0.019793475046753883, -0.05649426579475403, -0.0062890369445085526, 0.019346585497260094, 0.012950481846928596, 0.01001777034252882, -0.010473969392478466, -0.019886577501893044, 0.0036914923693984747, 0.005302156321704388, 0.023480312898755074, 0.004925093147903681, -0.07872701436281204, 0.01424459833651781, -0.0239830631762743 ]
22,868
pyglottolog.api
describe
null
def describe(self) -> str: return git_describe(self.repos)
(self) -> str
[ 0.016517378389835358, -0.08990471810102463, 0.00007214373908936977, -0.004721739795058966, 0.08140210062265396, -0.03448089584708214, 0.011421035043895245, -0.036693669855594635, 0.05631241202354431, -0.01744081825017929, -0.0033235123846679926, -0.041154056787490845, -0.03536948934197426, 0.003364893142133951, -0.01343343686312437, 0.008058319799602032, 0.039655644446611404, -0.04024804010987282, 0.006333403754979372, 0.024915454909205437, -0.031118182465434074, 0.019688434898853302, 0.01749308779835701, -0.09325000643730164, -0.027215342968702316, 0.03662397339940071, 0.07986883819103241, -0.05749720335006714, -0.007073898334056139, -0.01716204360127449, -0.0687527135014534, -0.01704879105091095, -0.03895870968699455, -0.0026744911447167397, -0.02434048242866993, 0.0365891270339489, 0.02143077552318573, 0.02639644220471382, -0.05645179748535156, -0.006564263720065355, -0.02392232045531273, -0.022859493270516396, -0.010244956240057945, -0.05087631195783615, 0.008528751321136951, -0.03728606551885605, 0.01744081825017929, -0.033365800976753235, -0.009974893182516098, -0.016395414248108864, -0.004185970406979322, 0.03146665170788765, -0.06216667219996452, -0.015846576541662216, 0.04505689814686775, -0.026622947305440903, 0.06617405265569687, -0.012997852638363838, 0.04777494817972183, 0.0726207047700882, -0.027180494740605354, -0.005166036542505026, 0.027372153475880623, -0.03624065965414047, -0.03676336258649826, 0.014095526188611984, 0.017649898305535316, -0.024967724457383156, -0.004244774580001831, -0.0013916936004534364, 0.01765860989689827, -0.004660758189857006, 0.016430260613560677, 0.04118890315294266, -0.038714781403541565, -0.042373694479465485, 0.0070303394459187984, -0.039934419095516205, 0.055127620697021484, -0.05286257714033127, -0.02489802986383438, 0.005793278571218252, 0.02087322622537613, -0.011647539213299751, 0.055929094552993774, -0.0559987910091877, 0.044011496007442474, -0.03223327919840813, -0.005479657556861639, -0.020280830562114716, -0.000127612758660689, 0.02162243239581585, 0.022824646905064583, 0.005139901302754879, -0.02434048242866993, -0.0022323722951114178, -0.054465532302856445, 0.004682537168264389, -0.013921292498707771, 0.004983090795576572, 0.010358207859098911, 0.026413865387439728, 0.0013927825493738055, 0.04355848580598831, -0.04801887646317482, 0.0012925980845466256, -0.02664037048816681, 0.000212755985558033, -0.02317311428487301, -0.016003387048840523, -0.05558062717318535, 0.03423697128891945, 0.037773918360471725, -0.0740145817399025, 0.12189406901597977, 0.02157016284763813, 0.0015441483119502664, -0.04746132716536522, -0.0007268822519108653, -0.01099416147917509, -0.04091012850403786, 0.04282670468091965, 0.008175928145647049, -0.055406395345926285, 0.019618742167949677, 0.05495338514447212, -0.04327971115708351, -0.03543918579816818, -0.024723796173930168, -0.04599776118993759, 0.024357905611395836, 0.004486524034291506, -0.021517891436815262, 0.02744184620678425, 0.09722254425287247, 0.001761940773576498, 0.053907983005046844, -0.006429232656955719, 0.037773918360471725, 0.042931243777275085, -0.018033213913440704, -0.010166550986468792, -0.01951420120894909, 0.028766024857759476, -0.005078919697552919, 0.005218306556344032, 0.031396955251693726, -0.02968946471810341, 0.023521581664681435, 0.006119967438280582, 0.04704316332936287, -0.07164499908685684, -0.009774524718523026, -0.009060164913535118, -0.018085483461618423, 0.03773907199501991, -0.005623400676995516, -0.013224356807768345, -0.029044797644019127, 0.052165642380714417, 0.02428821101784706, -0.03509071469306946, 0.03475967049598694, 0.021186847239732742, -0.029271302744746208, 0.009007895365357399, 0.007291690446436405, -0.05035360902547836, 0.003497746540233493, -0.017092349007725716, 0.02672748640179634, -0.029323572292923927, -0.03488163650035858, 0.029602346941828728, 0.03895870968699455, 0.046171996742486954, -0.009051453322172165, 0.07171469181776047, -0.045509904623031616, -0.03540433570742607, -0.03448089584708214, -0.020036904141306877, -0.04634622856974602, 0.02944553643465042, -0.004791433457285166, -0.0014777216129004955, 0.04756586626172066, 0.0047130282036960125, 0.02339961938560009, 0.031031064689159393, -0.038436006754636765, 0.004338425118476152, -0.02073383890092373, 0.05199141055345535, 0.02636159583926201, -0.05585940182209015, -0.0005570041248574853, 0.011813061311841011, 0.0551624670624733, -0.03284309804439545, -0.006786412093788385, 0.04993544891476631, 0.024096554145216942, -0.02059445157647133, 0.03976018726825714, 0.048367343842983246, -0.016560936346650124, -0.02958492375910282, 0.007505127228796482, 0.014025832526385784, 0.0032559968531131744, 0.032198432832956314, -0.04704316332936287, -0.02026340737938881, -0.0004494691384024918, 0.014409147202968597, 0.014025832526385784, -0.019967209547758102, -0.032808251678943634, 0.02082095667719841, 0.05965770408511162, -0.07687201350927353, 0.05425645038485527, 0.00043504039058461785, -0.006063341163098812, 0.006816903129220009, 0.05505792796611786, -0.006895308382809162, 0.04300093650817871, -0.0640483945608139, -0.025333615019917488, -0.02547300234436989, -0.040491968393325806, 0.024706372991204262, 0.000711092259734869, 0.006712362635880709, -0.05321104824542999, 0.02677975781261921, -0.0051703923381865025, 0.003693759674206376, -0.07324794679880142, 0.008424211293458939, 0.0424085408449173, 0.08147179335355759, -0.03174542635679245, -0.13269656896591187, -0.011786926537752151, -0.009408633224666119, 0.039934419095516205, -0.012065700255334377, -0.0006620889762416482, -0.0036894038785248995, -0.016534801572561264, -0.047531019896268845, 0.012832329608500004, -0.05707903951406479, -0.04927336052060127, -0.03958595171570778, 0.008794458582997322, -0.013755769468843937, 0.01744081825017929, -0.09959211945533752, -0.04582352563738823, 0.04857642203569412, -0.005383828654885292, 0.00018267340783495456, 0.019862670451402664, -0.003959466237574816, -0.007483347784727812, 0.011987295001745224, 0.14092041552066803, -0.0070303394459187984, -0.05781082436442375, -0.05380344018340111, -0.03728606551885605, -0.0019829999655485153, 0.028313016518950462, -0.006006715353578329, -0.04014350101351738, -0.003005535574629903, 0.006838682107627392, -0.04634622856974602, -0.011499440297484398, -0.006054629571735859, 0.053524669259786606, -0.008145436644554138, -0.0224587544798851, 0.0006392207578755915, -0.023992013186216354, 0.03523010388016701, 0.029654616490006447, 0.04561444744467735, -0.06279391050338745, -0.005257509183138609, 0.07415396720170975, 0.017876403406262398, 0.0335400328040123, 0.04732193797826767, 0.007448500953614712, 0.014731479808688164, -0.10461006313562393, -0.00019329077622387558, -0.01866045594215393, -0.025403309613466263, -0.05164293944835663, -0.02073383890092373, 0.010715387761592865, -0.06484987586736679, 0.022824646905064583, 0.0058150580152869225, 0.010053298436105251, 0.037216369062662125, 0.054848846048116684, 0.12454242259263992, -0.01677001640200615, -0.01940966211259365, -0.01866045594215393, 0.02941069006919861, -0.007095677312463522, 0.030142473056912422, 0.00010596962965792045, 0.036414895206689835, 0.020472489297389984, -0.01782413199543953, 0.04732193797826767, -0.020385371521115303, -0.03531721979379654, 0.010610846802592278, 0.043314557522535324, 0.03700729086995125, -0.040491968393325806, -0.05007483437657356, 0.064327172935009, -0.023382196202874184, -0.004007380921393633, 0.01519319973886013, 0.023992013186216354, -0.016987809911370277, 0.013799328356981277, -0.02944553643465042, 0.03005535528063774, -0.06307268887758255, -0.001702047884464264, 0.010454036295413971, 0.02434048242866993, -0.020942920818924904, 0.06683614104986191, -0.015872713178396225, -0.008306602947413921, -0.016822287812829018, 0.03564826399087906, 0.014304607175290585, 0.02658809907734394, -0.007021627854555845, -0.011717232875525951, 0.03951625898480415, -0.05125962570309639, 0.04704316332936287, 0.0031819473952054977, 0.006189660634845495, -0.02547300234436989, -0.015454551205039024, 0.03951625898480415, 0.012945582158863544, -0.07749925553798676, -0.0015278138453140855, -0.015768172219395638, 0.04394179955124855, 0.0316060371696949, -0.060006171464920044, -0.02176181972026825, 0.041049517691135406, -0.013215644285082817, -0.06167881563305855, -0.026187362149357796, 0.023486735299229622, -0.011447169817984104, -0.016430260613560677, -0.05666087940335274, -0.02958492375910282, -0.004612843506038189, 0.025403309613466263, 0.013790616765618324, 0.017449529841542244, -0.04206007346510887, 0.04397664591670036, 0.012710366398096085, 0.015350010246038437, 0.007317825686186552, 0.017998365685343742, -0.06317722797393799, -0.055127620697021484, -0.060703106224536896, 0.06115611270070076, -0.05505792796611786, -0.07729017734527588, 0.047809794545173645, -0.01495798397809267, -0.05380344018340111, -0.023242808878421783, 0.08063546568155289, -0.028539519757032394, 0.06345599889755249, -0.03223327919840813, -0.003624066011980176, -0.0009931335225701332, 0.027075955644249916, 0.01857333816587925, -0.05373374745249748, 0.008929489180445671, -0.007770834024995565, 0.007945068180561066, -0.007518194615840912, -0.005741008557379246, 0.003377960529178381, 0.014051967300474644, -0.015454551205039024, -0.002920596394687891, 0.032372668385505676, 0.007966847158968449, 0.012675519101321697, -0.054848846048116684, 0.03759968653321266, 0.05178232863545418, -0.036972444504499435, 0.05495338514447212, 0.011211954057216644, -0.006481502670794725, 0.020036904141306877, -0.028905412182211876, 0.012814906425774097, 0.06673160195350647, 0.030142473056912422, 0.004442965611815453, 0.0374254509806633, -0.07603569328784943, -0.006538128945976496, -0.03752999007701874, -0.042931243777275085, 0.043488793075084686, 0.02129138819873333, -0.011281647719442844, 0.04885519668459892, 0.013032699003815651, 0.06031979247927666, 0.05847291275858879, 0.0053925407119095325, -0.02528134547173977, 0.008938201703131199, -0.006930155213922262, -0.030003085732460022, 0.030490940436720848, 0.009504461660981178, -0.0418509915471077, 0.017815420404076576, -0.027215342968702316, -0.020036904141306877, 0.054465532302856445, -0.0762447714805603, 0.01829456351697445, -0.010828639380633831, 0.048471882939338684, 0.03066517412662506, 0.02874860167503357, 0.03507329151034355, -0.11185818910598755, 0.043210018426179886, -0.033836230635643005, -0.030003085732460022, 0.027964547276496887, 0.012928158976137638, -0.003454187884926796, -0.015071236528456211, 0.03617096692323685, -0.03174542635679245, -0.024584408849477768, 0.01418264303356409, 0.029375843703746796, -0.035892192274332047, -0.08384137600660324, -0.08572310209274292, -0.009617713280022144, 0.007409298326820135, -0.025298768654465675, 0.004482168238610029, -0.034393779933452606, 0.001135787577368319, 0.007866662926971912, 0.028173629194498062, -0.050388455390930176, 0.004887262359261513, -0.008040896616876125, -0.0620969794690609, -0.025629812851548195, -0.003624066011980176, 0.031031064689159393, -0.007130524143576622, -0.013616383075714111, -0.07164499908685684, -0.02503741718828678, 0.027563810348510742, -0.019061192870140076, 0.07206316292285919, -0.03620581328868866, 0.002286820439621806, -0.07269040495157242, 0.045370519161224365, -0.025594966486096382, 0.015837864950299263, -0.029236456379294395, 0.016404125839471817, -0.051364168524742126, 0.021273965016007423, -0.005758431740105152, 0.005575485993176699, -0.0013818929437547922, 0.006655736826360226, 0.0559987910091877, 0.05087631195783615, 0.040491968393325806, -0.041432831436395645, -0.047008316963911057, 0.014147796668112278, 0.006751565262675285, -0.007221996784210205, -0.017858978360891342, 0.025734353810548782, -0.0068212589249014854, -0.04216461628675461, 0.05035360902547836, -0.0007519283681176603, -0.04153737053275108, -0.02101261354982853, 0.01940966211259365, -0.010619559325277805, 0.046729542315006256, -0.022058017551898956, 0.008807525970041752, -0.06084249168634415, 0.0454750582575798, 0.03962079808115959, -0.03930717706680298, 0.012841042131185532, -0.03038639947772026, -0.015210622921586037, 0.02406170777976513, 0.0022389062214642763, 0.033087026327848434, 0.055267006158828735, -0.052026256918907166, 0.02184893749654293, -0.0032559968531131744, -0.04122374951839447, -0.05927438661456108, 0.019723283126950264, 0.08077485859394073, 0.001549593172967434, -0.024357905611395836, 0.00017709247185848653, 0.010001027956604958, -0.0015572159318253398, 0.03211131691932678, 0.007078254129737616, 0.029881121590733528, 0.07854466140270233, 0.06951934099197388, 0.03071744367480278, 0.03076971508562565, -0.0023652256932109594, -0.02747669257223606, 0.0007045585080049932, 0.03038639947772026, 0.032424937933683395, -0.006673160009086132, -0.014400435611605644, -0.001703136833384633, -0.0026396443136036396, 0.04791433364152908, 0.015384857542812824, 0.010628270916640759, -0.050249069929122925, -0.05805474892258644, 0.016848422586917877, 0.03624065965414047, -0.01918315701186657, 0.031309839338064194, -0.04927336052060127, -0.02198832295835018, 0.05220048874616623, 0.00008643636829219759, -0.018886959180235863, -0.04679923877120018, 0.0368679016828537, -0.026797180995345116, 0.042269155383110046, -0.051608093082904816, -0.07143591344356537, -0.049308206886053085, -0.027598656713962555, 0.015315163880586624, 0.035996731370687485, -0.002167034661397338, -0.012170241214334965, 0.03442862629890442, 0.0027049819473177195, 0.013895156793296337, 0.03367942199110985, 0.004118454642593861, 0.002026558620855212, 0.029515231028199196, -0.027267612516880035, 0.028713753446936607, -0.0012000362621620297, -0.05680026486515999, -0.02339961938560009, -0.004895973950624466, 0.09241368621587753, -0.030421245843172073, 0.001003478653728962, -0.007622735109180212, 0.019914939999580383, 0.03127499297261238, -0.028034241870045662, 0.028713753446936607, -0.031588613986968994, 0.00043041229946538806, -0.041990380734205246, -0.023608699440956116, -0.016682900488376617, -0.044011496007442474, 0.012466439045965672, -0.006511993706226349, 0.0051703923381865025, -0.0013786260969936848, -0.0025111467111855745, 0.008489549160003662, 0.02364354580640793, -0.008938201703131199, -0.025333615019917488, 0.03460286185145378, 0.02242390811443329, -0.04132829234004021, -0.025194227695465088, -0.006882240995764732, -0.03732091188430786, 0.01129907090216875, -0.04073589667677879, 0.002920596394687891, 0.04418572783470154, -0.03489905968308449, -0.010018452070653439, -0.0063029127195477486, 0.05927438661456108, 0.032006774097681046, -0.011290359310805798, -0.003136211074888706, -0.020838379859924316, 0.013642517849802971, -0.032372668385505676, -0.013346320018172264, 0.0024000725243240595, -0.07063443958759308, 0.057322967797517776, 0.01319822110235691, 0.011447169817984104, 0.022336792200803757, 0.017980942502617836, 0.01724044792354107, 0.0010307027259841561, -0.021779242902994156, 0.06216667219996452, 0.055406395345926285, 0.04341910034418106, -0.036833055317401886, -0.0037634531036019325, 0.0327211357653141, 0.018311986699700356, 0.07192377001047134, 0.024793490767478943, -0.009312803857028484, 0.0385405495762825, 0.0010541153606027365, -0.031257569789886475, -0.008145436644554138, 0.04091012850403786, 0.07610538601875305, -0.05373374745249748, 0.008223841898143291, 0.0028639703523367643, -0.015872713178396225, -0.0679163932800293, -0.02772062085568905, 0.031588613986968994, -0.006764632649719715, 0.03414985164999962, 0.026797180995345116, 0.01940966211259365, -0.0776386484503746, 0.055824555456638336, -0.045509904623031616, 0.0637696236371994, 0.05178232863545418, 0.04028288647532463, 0.025995705276727676, 0.019566472619771957, 0.003149278461933136, 0.01857333816587925, -0.019897516816854477, -0.07178438454866409, -0.02658809907734394, -0.003118787659332156, 0.059483468532562256, -0.04589322209358215, -0.06669675558805466, 0.04955213516950607, -0.02846982702612877, 0.05272319167852402, -0.0022824646439403296, 0.016473818570375443, -0.024410175159573555, -0.005775855388492346, 0.00020064128329977393, 0.04052681475877762, 0.0363103523850441, 0.053350433707237244, 0.021256541833281517, -0.009922622703015804, 0.0049221087247133255, -0.005562418606132269, 0.01940966211259365, -0.004116276744753122, -0.0022628633305430412, 0.003804833861067891, -0.01893923059105873, -0.007862307131290436, -0.021500468254089355, 0.03596188500523567, 0.025577543303370476, 0.027372153475880623, 0.0012327051954343915, 0.05411706119775772, 0.00007173538324423134, -0.002271575154736638, -0.013119815848767757, 0.032146163284778595, -0.074293352663517, -0.003430230775848031, 0.013651229441165924, 0.004643334541469812, -0.037076983600854874, 0.019096041098237038, -0.009809371083974838, -0.03005535528063774, -0.06115611270070076, 0.003539127064868808, -0.04484781622886658, -0.006978069432079792, 0.03312187269330025, 0.02467152662575245, 0.02902737446129322, 0.04498720541596413, -0.04028288647532463, 0.05965770408511162, -0.022197404876351357, 0.005196527577936649, 0.016012098640203476, -0.03906324878334999, -0.016116639599204063 ]
22,869
pyglottolog.api
languoid
Retrieve a languoid specified by language code. :param id_: Glottocode or ISO code.
def languoid(self, id_: typing.Union[str, lls.Languoid]) -> lls.Languoid: """ Retrieve a languoid specified by language code. :param id_: Glottocode or ISO code. """ if isinstance(id_, lls.Languoid): return id_ if self.cache and id_ in self.cache: return self.cache[id_] if ISO_CODE_PATTERN.match(id_): for d in self._tree_dirs if self.cache else walk(self.tree, mode='dirs'): if self.cache: l_ = self.cache.add(d, self) else: l_ = lls.Languoid.from_dir(d, _api=self) if l_.iso_code == id_: return l_ else: for d in self._tree_dirs if self.cache else walk(self.tree, mode='dirs'): l_ = None if self.cache: # If we cache Languoids, we might as well instantiate the ones we traverse: l_ = self.cache.add(d, self) if d.name == id_: if self.cache: return l_ return lls.Languoid.from_dir(d, _api=self)
(self, id_: Union[str, pyglottolog.languoids.languoid.Languoid]) -> pyglottolog.languoids.languoid.Languoid
[ 0.01141265593469143, -0.040956564247608185, 0.021929500624537468, 0.03183719143271446, 0.01471820566803217, -0.025100678205490112, 0.0028419664595276117, 0.020048292353749275, 0.016178380697965622, -0.06306523084640503, -0.014100095257163048, -0.014198634773492813, -0.007990650832653046, 0.02398986928164959, -0.03758830949664116, 0.00508373836055398, -0.08327476680278778, 0.0847080647945404, -0.052064646035432816, -0.06700680404901505, 0.03183719143271446, 0.04059823974967003, 0.05500291287899017, 0.0352591946721077, 0.006996298674494028, -0.0020614895038306713, 0.061488598585128784, -0.00946874264627695, -0.037373315542936325, -0.08377642184495926, -0.02579941228032112, 0.04984302818775177, -0.0023492693435400724, 0.0016919666668400168, -0.07087671756744385, -0.0365670807659626, 0.004604478366672993, -0.003099512541666627, -0.02655189484357834, -0.0507030114531517, -0.030690550804138184, 0.06191858649253845, 0.020155789330601692, -0.03798246756196022, -0.07069755345582962, -0.013517816551029682, -0.05754702165722847, -0.02707146666944027, -0.02379279024899006, 0.017692305147647858, 0.003173417178913951, -0.002508276142179966, -0.015855887904763222, -0.0256560817360878, -0.006566308438777924, 0.03516961261630058, -0.04099239781498909, 0.00700973579660058, 0.03599376231431961, 0.029078086838126183, -0.012030767276883125, -0.047943904995918274, -0.04059823974967003, 0.0333779901266098, 0.002868840703740716, -0.03155053034424782, 0.004774682689458132, 0.019600385800004005, -0.015614018775522709, 0.043536506593227386, -0.031980521976947784, -0.0013370007509365678, 0.03196260333061218, -0.002888996619731188, 0.09087125957012177, -0.010418304242193699, -0.029561825096607208, -0.004237195011228323, 0.008013046346604824, 0.05915948376059532, -0.018901651725172997, -0.04934137314558029, 0.03945159912109375, 0.03266133740544319, 0.008859589695930481, 0.01642025075852871, 0.07746990025043488, -0.025244006887078285, -0.018704572692513466, -0.053856272250413895, -0.009800192900002003, 0.004671664442867041, -0.011502237990498543, 0.0029651406221091747, -0.0030726382974535227, -0.024276530370116234, 0.018193960189819336, 0.06019862741231918, 0.006539434194564819, -0.0072560845874249935, 0.03219551593065262, -0.02836143597960472, -0.022789480164647102, -0.028451018035411835, 0.012836999259889126, -0.006145276594907045, 0.0014624145114794374, 0.04561479389667511, 0.016250045970082283, -0.006839531473815441, -0.057833679020404816, -0.023649459704756737, -0.007565139792859554, 0.03952326625585556, 0.003930379170924425, 0.011385781690478325, -0.051025502383708954, -0.005769034847617149, -0.038591619580984116, 0.00383183965459466, -0.09130124747753143, 0.01552443765103817, -0.041207391768693924, -0.0010632179910317063, 0.01777292788028717, -0.012299511581659317, 0.012084515765309334, -0.029096003621816635, 0.0017703502671793103, -0.028594348579645157, 0.04765724763274193, 0.04504147171974182, 0.01196806039661169, -0.014924243092536926, 0.02361362800002098, -0.033897560089826584, -0.009105938486754894, 0.06474936008453369, -0.0017535537481307983, 0.11702899634838104, 0.005213630851358175, 0.008362413384020329, 0.028594348579645157, -0.018238751217722893, 0.01598130166530609, 0.027895614504814148, -0.01238013431429863, 0.009710611775517464, -0.021463677287101746, -0.004270787816494703, 0.011636609211564064, -0.03224926441907883, 0.04432482272386551, 0.08384808897972107, -0.03683582693338394, -0.08399141579866409, -0.06578850001096725, -0.0017378770280629396, 0.018014797940850258, -0.030762214213609695, 0.03991742432117462, 0.03445296362042427, 0.012138265185058117, -0.05224381014704704, -0.023846538737416267, -0.021642839536070824, -0.009943523444235325, 0.011018498800694942, 0.010893085040152073, 0.038519956171512604, -0.014565917663276196, -0.023685293272137642, -0.03642375394701958, 0.04206737503409386, -0.015121322125196457, -0.010552676394581795, 0.012371175922453403, 0.03189093992114067, 0.0045999991707503796, 0.019277893006801605, -0.017925215885043144, 0.04826639965176582, -0.02592482604086399, 0.06396104395389557, 0.007775655947625637, 0.029597658663988113, 0.038591619580984116, 0.023631544783711433, 0.053927935659885406, -0.013777602463960648, -0.06517934799194336, -0.055397070944309235, -0.03228509798645973, -0.023577796295285225, -0.024975264444947243, 0.02284322865307331, 0.03945159912109375, -0.03937993571162224, -0.07517661899328232, 0.010973707772791386, 0.031156372278928757, 0.024043617770075798, 0.06815344840288162, -0.015425898134708405, -0.05457292124629021, 0.008855110965669155, -0.03823329508304596, 0.031281787902116776, 0.01642920821905136, 0.00588549068197608, 0.05460875481367111, -0.011143912561237812, -0.03798246756196022, 0.06589599698781967, 0.027662701904773712, -0.015318400226533413, -0.06664848327636719, 0.013464068062603474, 0.014476336538791656, 0.028271855786442757, 0.012720542959868908, -0.00415433244779706, -0.030780130997300148, -0.03676415979862213, 0.02379279024899006, -0.08843465149402618, 0.03586834669113159, 0.03504420071840286, 0.023828623816370964, 0.012622003443539143, 0.04357234016060829, -0.06553766876459122, 0.04708392545580864, -0.043859001249074936, 0.012433882802724838, -0.04285568743944168, -0.016769617795944214, 0.04418149217963219, -0.01373281143605709, 0.010821419768035412, -0.014333005994558334, -0.05736785754561424, 0.04081323742866516, 0.10921750962734222, -0.0359041802585125, 0.03472170978784561, -0.03395130857825279, 0.02726854383945465, -0.001515043550170958, -0.021087436005473137, 0.007041089236736298, -0.02707146666944027, 0.00911041721701622, -0.001220545032992959, 0.033145077526569366, -0.023649459704756737, -0.029812652617692947, -0.03362881764769554, 0.006758908275514841, -0.03232092782855034, -0.01091100089251995, -0.02289697714149952, -0.011045373044908047, 0.029221417382359505, -0.056866202503442764, -0.051992978900671005, 0.0423540323972702, 0.01591859571635723, -0.005706327967345715, 0.0033100286964327097, -0.02232365682721138, 0.013741769827902317, -0.0007894351147115231, 0.05794117972254753, 0.019851213321089745, -0.023774873465299606, 0.029597658663988113, 0.03998908773064613, -0.028773510828614235, 0.0298305694013834, -0.042174872010946274, 0.014960075728595257, -0.0034600773360580206, -0.013258030638098717, -0.050523847341537476, -0.016330668702721596, -0.04482647776603699, 0.009692695923149586, -0.05614955350756645, 0.011762022972106934, 0.03542044386267662, 0.026731057092547417, -0.07155753672122955, 0.0352950282394886, 0.07395831495523453, 0.03733748197555542, -0.03898577764630318, 0.015148196369409561, 0.09001128375530243, -0.03651333227753639, -0.06693513691425323, 0.03135345131158829, 0.09130124747753143, -0.06306523084640503, -0.07198752462863922, 0.01343719381839037, -0.06471352279186249, -0.07689657807350159, 0.04328567907214165, 0.01988704688847065, -0.013499900698661804, -0.015829013660550117, 0.024222780019044876, 0.010642257519066334, -0.02438402734696865, 0.025136509910225868, -0.010346638970077038, -0.050846341997385025, 0.03952326625585556, 0.06005529686808586, -0.011143912561237812, 0.025996489450335503, 0.011045373044908047, 0.007972734980285168, 0.05349794775247574, -0.09072793275117874, 0.05593455582857132, -0.007592014502733946, 0.06847593933343887, -0.04934137314558029, 0.012478673830628395, 0.013123659417033195, 0.01738772913813591, -0.04608061537146568, 0.03158636391162872, -0.03224926441907883, 0.04991469532251358, -0.01859707571566105, 0.011627651751041412, 0.003323465818539262, 0.0494130402803421, -0.007242647465318441, -0.02778811566531658, 0.02470652014017105, 0.05421459674835205, 0.028594348579645157, 0.01795209012925625, -0.007712949067354202, 0.0397740937769413, 0.007471079472452402, -0.020119957625865936, -0.05812034010887146, -0.008286269381642342, -0.03945159912109375, -0.0016404574271291494, -0.05736785754561424, 0.01906289905309677, -0.0016471759881824255, -0.001712122349999845, 0.024455692619085312, -0.019259978085756302, -0.06998090445995331, -0.008362413384020329, -0.01565880887210369, -0.001274293870665133, -0.01238013431429863, 0.016769617795944214, -0.03293008357286453, -0.0013918692711740732, -0.027608953416347504, -0.0455431267619133, 0.043715670704841614, -0.019224144518375397, -0.012523463927209377, -0.00047226136666722596, -0.024939430877566338, 0.0301530621945858, 0.02277156338095665, -0.056292884051799774, 0.041852377355098724, 0.053139619529247284, -0.0036705932579934597, 0.07739823311567307, 0.0494130402803421, -0.002953943097963929, -0.01128724217414856, 0.01936747506260872, -0.020352868363261223, -0.006620057392865419, 0.012111390009522438, 0.005800388753414154, 0.030170978978276253, 0.05184965208172798, 0.008922296576201916, -0.018399996683001518, 0.017226481810212135, 0.00968373753130436, -0.007963776588439941, 0.032105933874845505, 0.00891333818435669, 0.045901451259851456, -0.005495812278240919, 0.022753648459911346, 0.054429590702056885, -0.05339044705033302, 0.026910219341516495, 0.06041362136602402, 0.020388701930642128, -0.08499472588300705, -0.03651333227753639, -0.016026092693209648, 0.01943914033472538, -0.0077398233115673065, -0.0333779901266098, 0.027483539655804634, 0.006261731963604689, 0.06621848791837692, 0.025387337431311607, -0.07209502160549164, 0.007717428263276815, -0.034990452229976654, -0.026766888797283173, -0.0011802335502579808, 0.010884126648306847, -0.003802725812420249, -0.02610398828983307, 0.03905744105577469, -0.023559879511594772, -0.04579395428299904, 0.022681983187794685, 0.02925724908709526, -0.011564944870769978, 0.05973280593752861, -0.05984030291438103, 0.06883426010608673, -0.015416939742863178, -0.030368058010935783, 0.020496198907494545, 0.005898927804082632, 0.00625277403742075, 0.08356142789125443, -0.01757584884762764, 0.010185392573475838, 0.0327150858938694, 0.015390065498650074, -0.06446269899606705, -0.025745661929249763, 0.03998908773064613, -0.011977018788456917, 0.0013504379894584417, 0.045578960329294205, 0.036029595881700516, 0.013132616877555847, -0.003975169733166695, 0.02354196272790432, -0.038340792059898376, -0.0943111851811409, 0.04092073440551758, 0.020962022244930267, 0.0057735140435397625, -0.04514896869659424, 0.03228509798645973, 0.13458693027496338, 0.01168140023946762, -0.01827458292245865, 0.026766888797283173, -0.0352950282394886, -0.015873804688453674, 0.008716259151697159, -0.021660756319761276, 0.007887632586061954, 0.024097366258502007, 0.005881011486053467, 0.007314312271773815, -0.007632325869053602, 0.00846543163061142, -0.043536506593227386, -0.05138382688164711, -0.05478791519999504, -0.051168832927942276, 0.04934137314558029, 0.01434196438640356, 0.02796727791428566, 0.0024231739807873964, -0.045256469398736954, -0.04421732574701309, 0.023506131023168564, 0.0615960955619812, -0.028468934819102287, -0.025871075689792633, -0.057188697159290314, 0.06869093328714371, -0.054895415902137756, 0.016187340021133423, 0.017674388363957405, 0.027931446209549904, 0.007439726032316685, -0.04367983713746071, -0.054752085357904434, -0.032356761395931244, 0.043715670704841614, -0.020549947395920753, 0.02438402734696865, 0.0031823753379285336, 0.03472170978784561, 0.002090603346005082, -0.02970515564084053, 0.02637273259460926, 0.01705627702176571, 0.004317818209528923, -0.053139619529247284, -0.05127632990479469, 0.04099239781498909, -0.06231274455785751, -0.004405159968882799, 0.0699092373251915, -0.009334370493888855, -0.0051509239710867405, -0.04851722717285156, 0.03780330345034599, -0.04138655588030815, -0.016921905800700188, 0.07076922059059143, 0.0008459833334200084, 0.016769617795944214, 0.040705736726522446, -0.05063134431838989, -0.02508276142179966, 0.010982666164636612, 0.054501257836818695, -0.0291855838149786, -0.06385354697704315, -0.04016825184226036, 0.03798246756196022, -0.03995325416326523, -0.026641475036740303, -0.08635636419057846, -0.05503874644637108, -0.011099121533334255, -0.004449950531125069, -0.007623367942869663, 0.0012496589915826917, 0.039881590753793716, -0.0008084711153060198, -0.0010951312724500895, 0.008474390022456646, -0.0487680546939373, 0.07782822847366333, -0.009800192900002003, 0.049628034234046936, 0.044432319700717926, -0.018812071532011032, 0.01548860501497984, 0.0007088119746185839, 0.005571956280618906, -0.01712794229388237, -0.020388701930642128, 0.01731606386601925, -0.004622394684702158, -0.004949366208165884, -0.005195714998990297, 0.041995707899332047, -0.014977991580963135, -0.010642257519066334, 0.001220545032992959, -0.001297808950766921, 0.030941378325223923, -0.06847593933343887, 0.05493124574422836, 0.02624731883406639, 0.026963967829942703, -0.012308469042181969, -0.005428626202046871, -0.013123659417033195, -0.060019463300704956, 0.042569030076265335, -0.04181654751300812, -0.011788898147642612, -0.0019607103895395994, 0.02142784371972084, -0.04991469532251358, 0.03086971305310726, 0.05023718625307083, 0.01705627702176571, 0.03816162794828415, 0.008792403154075146, 0.034865036606788635, 0.07223835587501526, 0.03687166050076485, -0.03502628579735756, -0.0026336899027228355, 0.005016552284359932, 0.04238986596465111, -0.028845176100730896, 0.0020390942227095366, 0.0506671778857708, 0.013652188703417778, -0.02977682091295719, -0.010687047615647316, -0.01938539184629917, -0.02585316076874733, 0.04117156192660332, -0.04690476506948471, 0.04855306074023247, 0.028253939002752304, 0.013374486938118935, 0.030421806499361992, -0.015614018775522709, 0.017925215885043144, 0.003173417178913951, -0.004170008935034275, 0.0037848094943910837, 0.04934137314558029, -0.034936703741550446, 0.02816435694694519, -0.040311578661203384, 0.06571683287620544, -0.0033458610996603966, -0.017298147082328796, -0.05575539544224739, -0.05765451863408089, -0.007842841558158398, -0.011869520880281925, 0.018507493659853935, -0.030368058010935783, 0.0041924044489860535, 0.03310924395918846, 0.020890356972813606, 0.009818109683692455, -0.009540406987071037, -0.026856470853090286, 0.014359881170094013, -0.013043035753071308, -0.04149405285716057, -0.027573121711611748, 0.026533978059887886, -0.0002781219081953168, -0.02393612079322338, -0.03325257450342178, 0.04916221275925636, -0.062133584171533585, 0.008886463940143585, 0.0019271174678578973, 0.03276883438229561, 0.01642920821905136, 0.0577261820435524, 0.011332033202052116, 0.06170359253883362, -0.0042752670124173164, -0.022789480164647102, -0.03708665445446968, -0.0157215166836977, 0.012371175922453403, -0.014082178473472595, 0.0010676969541236758, 0.0661109909415245, 0.02719688042998314, 0.016026092693209648, 0.009943523444235325, -0.018955400213599205, 0.042963188141584396, -0.037552475929260254, -0.050452183932065964, -0.01983329840004444, 0.019474972039461136, -0.021284515038132668, 0.005939239636063576, -0.015730474144220352, 0.05733202397823334, -0.012765333987772465, -0.037767473608255386, 0.03966659680008888, 0.031658027321100235, -0.026784805580973625, -0.03798246756196022, -0.045973118394613266, 0.0007088119746185839, -0.012039725668728352, 0.05543290078639984, 0.019546637311577797, -0.09595947712659836, 0.04604478180408478, -0.005822783801704645, -0.021911583840847015, -0.04174488037824631, 0.0705900564789772, -0.0047567663714289665, 0.007314312271773815, 0.061237771064043045, -0.07467496395111084, -0.03830495849251747, 0.031084707006812096, -0.03355715051293373, -0.006145276594907045, 0.014977991580963135, 0.011717232875525951, -0.014037388376891613, 0.03959492966532707, -0.011385781690478325, 0.01924206130206585, 0.02535150572657585, -0.03651333227753639, 0.013293863274157047, -0.023452382534742355, 0.01414488535374403, -0.03341381996870041, 0.006879843305796385, 0.03694332391023636, -0.022681983187794685, 0.03131761774420738, -0.042819857597351074, 0.019277893006801605, 0.031084707006812096, -0.027823949232697487, 0.04916221275925636, -0.03393339365720749, -0.021159101277589798, 0.03694332391023636, -0.006019862834364176, 0.016769617795944214, 0.023506131023168564, -0.0050523849204182625, 0.02130242995917797, -0.005576435476541519, 0.0359041802585125, 0.05991196632385254, 0.10649424046278, -0.029364746063947678, -0.07983484864234924, 0.0285405982285738, -0.028970589861273766, 0.04550729691982269, -0.005213630851358175, -0.06195442005991936, 0.0009853942319750786, -0.02269989810883999, -0.009504575282335281, -0.006400583311915398, -0.03841245546936989, 0.007995130494236946, -0.010239141061902046, 0.02617565356194973, -0.02520817518234253, 0.01135890744626522, -0.03244634345173836, -0.05758285149931908, 0.03472170978784561, 0.01918831281363964, 0.011340991593897343, 0.06263523548841476, 0.02393612079322338, 0.0012115869903936982, 0.014780912548303604, 0.012442841194570065, -0.021284515038132668, -0.00141090527176857, -0.021159101277589798, 0.02488568238914013, 0.017755011096596718, 0.02001246064901352, -0.054429590702056885, -0.055325403809547424, -0.024169031530618668, 0.010033104568719864, 0.018122294917702675, -0.05285296216607094, -0.013078868389129639, 0.0001478091289754957 ]
22,870
pyglottolog.api
languoids
Yields languoid objects. :param ids: `set` of Glottocodes to limit the result to. This is useful to increase performance, since INI file reading can be skipped for languoids not listed. :param maxlevel: Numeric maximal nesting depth of languoids, or Languoid.level. :param exclude_pseudo_families: Flag signaling whether to exclude pseud families, i.e. languoids from non-genealogical trees.
def languoids( self, ids: set = None, maxlevel: typing.Union[int, config.LanguoidLevel, str] = None, exclude_pseudo_families: bool = False ) -> typing.Generator[lls.Languoid, None, None]: """ Yields languoid objects. :param ids: `set` of Glottocodes to limit the result to. This is useful to increase \ performance, since INI file reading can be skipped for languoids not listed. :param maxlevel: Numeric maximal nesting depth of languoids, or Languoid.level. :param exclude_pseudo_families: Flag signaling whether to exclude pseud families, \ i.e. languoids from non-genealogical trees. """ is_max_level_int = isinstance(maxlevel, int) # Non-numeric levels are interpreted as `Languoid.level` descriptors. if not is_max_level_int: maxlevel = self.languoid_levels.get(maxlevel or 'dialect') # Since we traverse the tree topdown, we can cache a mapping of Languoid.id to triples # (name, id, level) for populating `Languoid.lineage`. nodes = {} for d in self._tree_dirs if self.cache else walk(self.tree, mode='dirs'): if ids is None or d.name in ids: if self.cache: lang = self.cache.add(d, self) else: lang = lls.Languoid.from_dir(d, nodes=nodes, _api=self) if (is_max_level_int and len(lang.lineage) <= maxlevel) \ or ((not is_max_level_int) and lang.level <= maxlevel): if (not exclude_pseudo_families) or not lang.category.startswith('Pseudo'): yield lang
(self, ids: Optional[set] = None, maxlevel: Union[int, pyglottolog.config.LanguoidLevel, str, NoneType] = None, exclude_pseudo_families: bool = False) -> Generator[pyglottolog.languoids.languoid.Languoid, NoneType, NoneType]
[ -0.01774873211979866, -0.0309190321713686, 0.007846654392778873, -0.012761163525283337, -0.01813838630914688, 0.04309571534395218, -0.024859914556145668, 0.033159542828798294, -0.03471815586090088, -0.010199189186096191, -0.007866136729717255, 0.004191214218735695, -0.016852527856826782, 0.0386536605656147, -0.05462946742773056, 0.011864959262311459, -0.011056427843868732, 0.06144841015338898, 0.011494788341224194, -0.03163989260792732, -0.004361687693744898, 0.056032221764326096, 0.0391407273709774, 0.0017290889518335462, -0.035828668624162674, -0.03775745630264282, 0.033899884670972824, 0.006721528712660074, -0.010666773654520512, -0.06620218604803085, -0.055447742342948914, 0.0579804927110672, 0.001968969590961933, -0.012069527991116047, -0.04196571931242943, -0.06425391882658005, -0.03239971771836281, 0.08112592995166779, -0.03169833868741989, -0.018011748790740967, -0.012137716636061668, 0.01230331975966692, 0.0346207432448864, -0.009716992266476154, -0.08525625616312027, -0.035516947507858276, 0.009234796278178692, -0.011923407204449177, -0.009380916133522987, 0.01499193161725998, 0.02992541529238224, 0.03417264297604561, 0.019550880417227745, -0.007875878363847733, -0.01385219395160675, 0.01799226552248001, -0.05049913749098778, -0.03376350551843643, 0.0566946342587471, 0.001642634510062635, -0.015410808846354485, -0.014982189983129501, 0.002070036018267274, 0.0014015361666679382, 0.03933555632829666, -0.029048694297671318, -0.026360081508755684, -0.02213233709335327, -0.020690618082880974, 0.06156530603766441, -0.01805071346461773, -0.009039969183504581, 0.05447360500693321, 0.050616033375263214, 0.07707352936267853, -0.0010264943121001124, -0.041342273354530334, 0.0031951614655554295, 0.0320490263402462, -0.0010837247828021646, -0.03723142296075821, -0.016842788085341454, 0.038536764681339264, 0.06694252789020538, -0.006117565091699362, 0.03845883533358574, 0.09110106527805328, -0.03411419317126274, 0.015595895238220692, -0.02193751186132431, -0.06600736081600189, 0.054551538079977036, 0.012244871817529202, -0.01828450709581375, -0.043952953070402145, 0.01316055841743946, -0.004532161168754101, 0.06647494435310364, 0.00020319838949944824, -0.043563298881053925, 0.028269385918974876, -0.061993926763534546, 0.01269297394901514, -0.01299495529383421, 0.008966908790171146, -0.027529044076800346, -0.007871007546782494, 0.008416523225605488, 0.04956396669149399, -0.015342620201408863, -0.0750473290681839, 0.0042350501753389835, 0.008367815986275673, 0.03875107318162918, -0.008703893050551414, -0.01636546105146408, -0.013491763733327389, -0.01695968396961689, -0.009751087054610252, -0.0323607511818409, -0.0827624723315239, -0.00026880027144216, -0.05981186404824257, -0.001906868419609964, -0.0035702032037079334, -0.014378226362168789, 0.035322122275829315, -0.007690792437642813, 0.05233050882816315, 0.009551390074193478, 0.019102780148386955, 0.018752090632915497, 0.03752366453409195, -0.01711554452776909, -0.007364457473158836, -0.06760494410991669, -0.02573663555085659, -0.0020602946169674397, 0.03953038156032562, 0.02090492844581604, -0.017427267506718636, -0.025444395840168, 0.04180985689163208, -0.007354716304689646, -0.033549197018146515, 0.03288678452372551, 0.02302854135632515, 0.017183734104037285, -0.015547187998890877, 0.00907406397163868, 0.020203551277518272, -0.03953038156032562, 0.010462205857038498, 0.0937507152557373, -0.05622704699635506, -0.01496270764619112, -0.05653877183794975, 0.01109539344906807, -0.006979674566537142, -0.028951279819011688, 0.019755449146032333, 0.026983527466654778, 0.033062126487493515, 0.004895026329904795, -0.02312595583498478, -0.011465564370155334, 0.02055424079298973, -0.03635470196604729, 0.03391936793923378, 0.062305647879838943, -0.0029711106326431036, -0.03163989260792732, -0.013296937569975853, 0.0026204220484942198, 0.01244944054633379, -0.0320490263402462, 0.016628477722406387, 0.04087468609213829, -0.053070854395627975, 0.06246151030063629, 0.005698687396943569, 0.01651158183813095, -0.0029540632385760546, -0.008757470175623894, 0.04512191563844681, 0.039705727249383926, 0.03859521448612213, -0.016297271475195885, -0.007354716304689646, -0.054512571543455124, -0.07064424455165863, -0.04239433631300926, 0.01789485290646553, 0.029652656987309456, 0.0019300042185932398, 0.044693294912576675, -0.010325826704502106, -0.012147458270192146, -0.07878800481557846, 0.008957167156040668, -0.0026325988583266735, 0.03740676864981651, -0.017544163390994072, -0.08720453083515167, -0.039218660444021225, 0.025152156129479408, -0.06748804450035095, -0.005537955090403557, 0.04340743646025658, -0.007203725166618824, 0.04461536556482315, -0.00037047555088065565, -0.04340743646025658, 0.054551538079977036, 0.006697175558656454, 0.031328167766332626, -0.02293112874031067, 0.03162040933966637, -0.015576411969959736, 0.027080941945314407, 0.018820280209183693, 0.01749545708298683, -0.03169833868741989, -0.046173978596925735, 0.041498132050037384, -0.06670873612165451, 0.05708428844809532, -0.001502602593973279, 0.017777957022190094, 0.007047863677144051, 0.04870672896504402, -0.022444061934947968, 0.008669798262417316, 0.009059451520442963, -0.002579021267592907, 0.008002515882253647, -0.0028736970853060484, 0.027275769039988518, -0.011728580109775066, 0.09164658188819885, -0.0483170747756958, -0.012848835438489914, 0.034289538860321045, 0.035322122275829315, 0.0014405015390366316, 0.06437081098556519, -0.01504063792526722, 0.006414676085114479, 0.011485046707093716, 0.045433636754751205, 0.029808519408106804, -0.05591532588005066, -0.00251570250838995, 0.029652656987309456, 0.049174316227436066, 0.001274898648262024, -0.023086989298462868, -0.0615263395011425, -0.011592201888561249, -0.07995697110891342, -0.011251254938542843, -0.03573125600814819, -0.04870672896504402, 0.08377557247877121, -0.01385219395160675, -0.01156297791749239, 0.02863955684006214, -0.026593875139951706, -0.02193751186132431, -0.025327499955892563, -0.03540005162358284, 0.06585150212049484, -0.03553643077611923, 0.022521991282701492, 0.014797104522585869, 0.016579771414399147, 0.01829424686729908, 0.01504063792526722, -0.024022158235311508, 0.03495194762945175, -0.013949607498943806, 0.030938515439629555, 0.01515753474086523, -0.002980851801112294, 0.011923407204449177, 0.016531063243746758, -0.08572384715080261, -0.0022490331903100014, -0.061019789427518845, -0.024294916540384293, 0.03292575106024742, 0.012624784372746944, -0.07765801250934601, -0.012381250970065594, 0.10996031016111374, -0.01848907396197319, -0.010199189186096191, -0.003102618735283613, 0.01700839027762413, -0.01789485290646553, -0.057707734405994415, -0.02756800875067711, 0.07481353729963303, -0.06203288957476616, -0.038829006254673004, -0.04975879564881325, -0.0036116039846092463, -0.10053069144487381, 0.032575059682130814, 0.0001954357576323673, 0.015371844172477722, 0.01092004869133234, 0.08361971378326416, -0.02032044716179371, -0.009643932804465294, -0.01020893082022667, -0.009546519257128239, -0.03592608496546745, 0.051940858364105225, 0.04083572328090668, -0.042121581733226776, 0.036413151770830154, 0.017232440412044525, 0.0050021810457110405, 0.008791564963757992, -0.01573227345943451, 0.020885445177555084, 0.020924411714076996, 0.01888846978545189, -0.08549005538225174, -0.023340264335274696, -0.027938179671764374, 0.00007446802192134783, -0.027645939961075783, 0.0006624115048907697, -0.012926765717566013, 0.05930531397461891, 0.01501141395419836, 0.041926752775907516, -0.01749545708298683, 0.011864959262311459, -0.0023805415257811546, -0.024528708308935165, 0.03697814792394638, 0.0066046323627233505, 0.026009393855929375, 0.019414503127336502, -0.007905102334916592, 0.01017970684915781, 0.08876314759254456, 0.02032044716179371, 0.018567005172371864, -0.01141685713082552, -0.03469867259263992, -0.000701376935467124, -0.07976213842630386, 0.01346253976225853, 0.009541648440063, -0.02371043525636196, 0.01427107211202383, -0.017193475738167763, -0.058409109711647034, 0.025814566761255264, 0.02992541529238224, -0.014426933601498604, -0.05365533381700516, 0.014514605514705181, -0.04196571931242943, 0.01434900239109993, -0.021528374403715134, -0.046914320439100266, 0.04699225351214409, -0.007213466800749302, 0.009137382730841637, 0.015517964027822018, 0.01813838630914688, -0.01824554055929184, 0.03142558038234711, -0.03358815982937813, 0.0666697695851326, 0.0068189422599971294, -0.020963376387953758, 0.09897207468748093, 0.046719495207071304, -0.015313396230340004, -0.037991248071193695, 0.07048837840557098, -0.006336745340377092, -0.030899548903107643, 0.02598991058766842, 0.04216054454445839, 0.03997848555445671, 0.028775935992598534, -0.003687099553644657, -0.03795228525996208, -0.03658849373459816, 0.0066095031797885895, -0.017612352967262268, 0.03980313986539841, -0.028561625629663467, 0.020437343046069145, 0.0030246879905462265, 0.022444061934947968, 0.01618037559092045, -0.05338257551193237, -0.02924352139234543, 0.05275912955403328, -0.010705739259719849, -0.03101644478738308, -0.019239157438278198, -0.01943398453295231, -0.007164760027080774, -0.021762166172266006, -0.002468213438987732, 0.033549197018146515, -0.03990055248141289, 0.08135972172021866, 0.013715814799070358, -0.0195703636854887, 0.0011409551370888948, 0.018605969846248627, -0.04866776615381241, 0.03136713430285454, -0.007047863677144051, 0.015050379559397697, -0.012020820751786232, -0.04165399447083473, -0.05252533778548241, -0.038166593760252, -0.008737986907362938, 0.004673410672694445, -0.02431439980864525, 0.0666697695851326, -0.0425112321972847, 0.06452667713165283, -0.02267785370349884, -0.020982859656214714, 0.019658036530017853, -0.014261330477893353, 0.015644602477550507, 0.06776080280542374, 0.009600096382200718, 0.0008791564614512026, 0.033451780676841736, 0.10045275837182999, -0.04200468212366104, -0.03255557641386986, 0.05552567169070244, 0.03810814395546913, 0.029399381950497627, 0.008562643080949783, -0.0037893836852163076, 0.026418529450893402, -0.027821283787488937, 0.05400602146983147, -0.023749401792883873, -0.01770002581179142, 0.055252913385629654, 0.01045246422290802, 0.024333883076906204, 0.05244740843772888, -0.0060639879666268826, 0.07306009531021118, 0.04056296497583389, -0.0030003346037119627, 0.0082119544968009, -0.016531063243746758, -0.026009393855929375, -0.02026199921965599, -0.05221361294388771, 0.05400602146983147, 0.026593875139951706, 0.005094723775982857, -0.008884107694029808, -0.01976519078016281, -0.05151223763823509, -0.009653673507273197, -0.03526367247104645, -0.06709839403629303, -0.06148737668991089, 0.047303974628448486, 0.0004724552854895592, 0.02071010135114193, -0.029964379966259003, -0.0425112321972847, -0.04773259535431862, 0.015079603530466557, -0.019015107303857803, -0.020593205466866493, -0.025717154145240784, -0.010169965215027332, -0.011553236283361912, -0.024918362498283386, -0.013920383527874947, 0.03978365659713745, -0.0018094549886882305, 0.046368807554244995, -0.03047093003988266, 0.015966065227985382, -0.06873493641614914, 0.041186410933732986, -0.008923073299229145, 0.049719829112291336, -0.0008267967496067286, 0.011056427843868732, 0.06433185189962387, 0.04535570740699768, -0.01578097976744175, -0.03635470196604729, 0.003618909977376461, -0.0373678021132946, -0.03600401431322098, 0.017885111272335052, -0.018898211419582367, -0.013676850125193596, 0.01774873211979866, 0.03769901022315025, 0.035127293318510056, -0.015254947356879711, 0.008557772263884544, -0.016443392261862755, -0.038244523108005524, -0.014027537778019905, -0.008138894103467464, -0.006745881866663694, 0.03163989260792732, -0.036062464118003845, 0.002824990311637521, 0.043212611228227615, 0.011134358122944832, 0.025327499955892563, -0.053070854395627975, -0.02209337241947651, 0.010540136136114597, -0.07243664562702179, -0.03101644478738308, -0.015751756727695465, -0.03627677261829376, 0.037348318845033646, 0.03543901816010475, 0.04052399843931198, 0.01938527822494507, -0.009697509929537773, 0.047109149396419525, 0.012926765717566013, 0.005732782185077667, -0.0021090013906359673, 0.0323607511818409, 0.028678523376584053, 0.0480053536593914, 0.02464560605585575, -0.004478583578020334, 0.006994286552071571, 0.026360081508755684, 0.03475712239742279, -0.059733934700489044, 0.02006717212498188, -0.01858648844063282, -0.03723142296075821, 0.03386091813445091, 0.023515610024333, 0.048979487270116806, -0.03319850564002991, -0.04481019079685211, 0.028366798534989357, 0.030782653018832207, 0.014806846156716347, 0.0023184402380138636, 0.0434853695333004, 0.06094186007976532, -0.00948807131499052, -0.0007220772677101195, -0.028269385918974876, -0.015615377575159073, -0.041887786239385605, 0.04652466997504234, -0.04484915733337402, 0.004210697021335363, -0.0007805253262631595, -0.012517629191279411, -0.048940520733594894, 0.10458309203386307, 0.01790459454059601, -0.02109975554049015, 0.09367278218269348, -0.004332463722676039, 0.018167609348893166, 0.097257599234581, 0.06359151005744934, 0.05272016301751137, 0.015108827501535416, -0.004868237767368555, -0.016745373606681824, -0.028834383934736252, -0.050654999911785126, -0.006244202610105276, 0.01227409578859806, -0.04843397065997124, -0.06920251995325089, -0.02805507555603981, -0.043913986533880234, 0.09608863294124603, -0.04461536556482315, 0.06974803656339645, -0.0020201115403324366, -0.028210937976837158, 0.06433185189962387, -0.058798763900995255, -0.020534757524728775, 0.03160092607140541, -0.031230755150318146, 0.045784324407577515, 0.041147444397211075, -0.036802805960178375, 0.0054113175719976425, -0.03769901022315025, 0.030626792460680008, 0.03900434821844101, 0.011105134151875973, -0.08206109702587128, -0.03713401034474373, -0.04531674087047577, -0.023379230871796608, -0.010364792309701443, -0.0386536605656147, 0.0020602946169674397, 0.011640908196568489, -0.005187266506254673, 0.0056207566522061825, 0.005679204594343901, -0.04255019873380661, -0.021859580650925636, 0.011056427843868732, -0.03886796906590462, 0.015888135880231857, 0.01735907793045044, 0.031328167766332626, -0.04418674483895302, -0.020281482487916946, -0.004571126773953438, -0.06908562779426575, -0.011222030967473984, 0.01022841315716505, 0.012264354154467583, -0.007320621516555548, 0.03144506365060806, -0.001098336768336594, 0.11697408556938171, -0.02209337241947651, -0.010053069330751896, 0.031172307208180428, 0.00014368485426530242, 0.011874700896441936, -0.053772229701280594, -0.014105468988418579, 0.05108361691236496, -0.008888978511095047, -0.007155018392950296, 0.04290088638663292, -0.007661568466573954, 0.038673143833875656, -0.02706145867705345, -0.053031887859106064, 0.042433302849531174, -0.010520653799176216, 0.005649980623275042, -0.021664753556251526, 0.015586153604090214, 0.04278399050235748, -0.031873684376478195, 0.007871007546782494, 0.04138123616576195, 0.02297009341418743, -0.04827811196446419, -0.030529377982020378, -0.037601593881845474, -0.013306678272783756, 0.019258640706539154, 0.02435336448252201, -0.008401910774409771, -0.11105134338140488, 0.05147327110171318, -0.007291397545486689, -0.038166593760252, -0.026983527466654778, 0.03756263107061386, -0.024178020656108856, 0.0015513093676418066, 0.04083572328090668, -0.05112258344888687, 0.02055424079298973, 0.03990055248141289, -0.013969089835882187, 0.008119411766529083, -0.007369328290224075, 0.009994621388614178, -0.014680208638310432, 0.0025449267122894526, -0.043913986533880234, 0.022853197529911995, 0.030237138271331787, -0.023827333003282547, 0.007320621516555548, 0.026691287755966187, -0.0013248230097815394, 0.010900566354393959, 0.018070196732878685, 0.07224182039499283, -0.0024231597781181335, 0.0309190321713686, -0.027392664924263954, 0.04886259138584137, 0.0052408440969884396, -0.06628011912107468, 0.00010920962085947394, -0.09398450702428818, 0.06565666943788528, 0.05170706287026405, -0.017144769430160522, -0.009200701490044594, 0.03317902609705925, 0.03460125997662544, 0.0032024674583226442, -0.00592760881409049, -0.03886796906590462, 0.04056296497583389, 0.0634746104478836, 0.00036286513204686344, -0.055642567574977875, -0.02776283584535122, 0.00016803821199573576, 0.033899884670972824, -0.0460570827126503, -0.054707400500774384, -0.02628215216100216, -0.06218875199556351, -0.046914320439100266, 0.000842017587274313, -0.06452667713165283, -0.04866776615381241, -0.022892162203788757, 0.021586822345852852, -0.046018119901418686, 0.015177017077803612, -0.04087468609213829, -0.0402512401342392, 0.0399395190179348, 0.03376350551843643, 0.01833321340382099, 0.0618380643427372, 0.032224372029304504, 0.012731939554214478, 0.03189316764473915, 0.015790721401572227, -0.012059786356985569, 0.025463879108428955, 0.01427107211202383, -0.014553571119904518, -0.028366798534989357, 0.0008554119267500937, -0.028016110882163048, 0.010627808049321175, -0.01138763315975666, -0.005084982607513666, 0.02696404606103897, -0.00520187895745039, -0.0036140393931418657, -0.017729248851537704 ]
22,871
pyglottolog.api
languoids_by_code
Returns a `dict` mapping the three major language code schemes (Glottocode, ISO code, and Harald's NOCODE_s) to Languoid objects.
def languoids_by_code(self, nodes=None) -> typing.Dict[str, lls.Languoid]: """ Returns a `dict` mapping the three major language code schemes (Glottocode, ISO code, and Harald's NOCODE_s) to Languoid objects. """ res = {} for lang in (self.languoids() if nodes is None else nodes.values()): res[lang.id] = lang if lang.hid: res[lang.hid] = lang if lang.iso: res[lang.iso] = lang return res
(self, nodes=None) -> Dict[str, pyglottolog.languoids.languoid.Languoid]
[ 0.034801509231328964, -0.022661015391349792, 0.024113405495882034, -0.01923486404120922, -0.03001607023179531, 0.030481578782200813, -0.035248398780822754, -0.033293258398771286, 0.03455944359302521, -0.05694115534424782, 0.0019237190717831254, -0.012736347503960133, 0.026180269196629524, 0.016525596380233765, -0.023405831307172775, -0.09757084399461746, -0.09042061865329742, 0.052956391125917435, -0.053142596036195755, -0.08364279568195343, 0.0004788931692019105, 0.030295375734567642, 0.05902663618326187, 0.014347011223435402, -0.007382984738796949, 0.0278374832123518, 0.01698179543018341, -0.002534700557589531, -0.04077865555882454, -0.045396510511636734, -0.05265846475958824, 0.03817180171608925, 0.01994243822991848, -0.023964442312717438, -0.03236223757266998, 0.0026138373650610447, 0.020556911826133728, -0.02262377366423607, -0.035527706146240234, -0.016525596380233765, -0.0380973182618618, -0.031747765839099884, -0.0556749664247036, -0.016404563561081886, -0.04591788351535797, -0.0095615703612566, 0.017065588384866714, -0.03131949529051781, 0.035155296325683594, 0.010604312643408775, 0.026124408468604088, -0.0868455022573471, 0.017680060118436813, -0.017065588384866714, -0.0035239090211689472, 0.00842107180505991, -0.04044348746538162, 0.023145144805312157, 0.015724919736385345, 0.04569443687796593, -0.0017887213034555316, 0.0025440107565373182, -0.051801927387714386, 0.004063900094479322, -0.002177421934902668, 0.009473123587667942, 0.020240364596247673, -0.022679636254906654, -0.02128310687839985, 0.008588654920458794, 0.019383827224373817, -0.013499783352017403, 0.04018280282616615, 0.01199153158813715, 0.1196918711066246, -0.016330081969499588, -0.041374508291482925, 0.029271254315972328, -0.014849761500954628, 0.028172651305794716, -0.013555644080042839, -0.029327115043997765, -0.009785015136003494, 0.04372067749500275, 0.04591788351535797, 0.011665674857795238, 0.08535587042570114, 0.03413117676973343, 0.0035471844021230936, -0.08736687153577805, -0.026031306013464928, 0.00993397831916809, 0.010203974321484566, 0.022512052208185196, 0.026738880202174187, -0.012494281865656376, -0.004762164782732725, 0.046588215976953506, 0.037594567984342575, -0.0073224687948822975, 0.06133556738495827, -0.017763853073120117, -0.02740921452641487, -0.04993988573551178, 0.0025603037793189287, 0.013751158490777016, -0.0414862297475338, 0.02973676286637783, 0.005497670266777277, -0.017559029161930084, -0.08796272426843643, -0.0342428982257843, 0.054483260959386826, 0.029140911996364594, 0.03044433891773224, -0.014589075930416584, -0.0036984749604016542, 0.03802283853292465, -0.025025805458426476, 0.006689375266432762, -0.09109094738960266, 0.06133556738495827, -0.04293861985206604, -0.0020249674562364817, 0.0010020097251981497, 0.010511210188269615, 0.07038507610559464, -0.0005196252604946494, -0.0016723438166081905, -0.009431228041648865, 0.042715176939964294, 0.048636458814144135, 0.01352771371603012, -0.0008466459112241864, -0.008518829010426998, -0.04923231154680252, -0.07969526946544647, 0.02489546127617359, 0.06733132898807526, 0.030388478189706802, -0.02452305518090725, -0.00798814743757248, -0.0027371973264962435, 0.014495974406599998, 0.009286919608712196, 0.0310774315148592, 0.01676766201853752, 0.003544856794178486, -0.048189569264650345, -0.020054159685969353, 0.03781801462173462, -0.011479470878839493, 0.04126278683543205, 0.05723908171057701, -0.041113823652267456, -0.06476172059774399, -0.05172744393348694, -0.053775686770677567, -0.037166301161050797, 0.018946247175335884, 0.03511805832386017, -0.00907744001597166, 0.03388911113142967, -0.02407616563141346, -0.02182309702038765, -0.03563942760229111, -0.006251796148717403, -0.03519253805279732, 0.02982986532151699, -0.005683874245733023, -0.03573253005743027, -0.031300876289606094, -0.057797692716121674, 0.016413874924182892, 0.033013951033353806, -0.02245619148015976, 0.06479895859956741, -0.03914006054401398, -0.0239830631762743, 0.011619123630225658, 0.0035332192201167345, 0.04614132642745972, -0.051615722477436066, 0.06178245693445206, 0.013267028145492077, 0.014896312728524208, 0.054930150508880615, 0.007783323060721159, 0.05481842905282974, -0.021320346742868423, -0.028433335945010185, 0.004841301590204239, -0.0697147399187088, 0.04245448857545853, 0.0010735818650573492, -0.011442230083048344, 0.037408363074064255, -0.020612772554159164, -0.10710448771715164, 0.03133811801671982, 0.05857975035905838, 0.04841301590204239, 0.021785857155919075, 0.03576977178454399, -0.05273294448852539, -0.008067283779382706, -0.029308494180440903, 0.0008192971581593156, 0.00496233394369483, -0.025454074144363403, 0.07440707832574844, -0.01119085494428873, -0.03452220559120178, -0.011488781310617924, 0.028991948813199997, -0.04975368455052376, -0.03683113306760788, 0.05656874552369118, -0.02065001241862774, -0.023238247260451317, -0.04885990545153618, 0.0016898004105314612, -0.019551409408450127, -0.058989398181438446, 0.02165551483631134, -0.07072024047374725, 0.015696989372372627, 0.015743540599942207, 0.01190773956477642, -0.014989414252340794, 0.017577648162841797, -0.021785857155919075, -0.03413117676973343, -0.02264239452779293, 0.0014221323654055595, 0.00574904540553689, 0.019011419266462326, 0.0005399913061410189, -0.022567912936210632, 0.027967827394604683, -0.0020528980530798435, -0.04170967638492584, 0.00046114559518173337, 0.03735250234603882, -0.023312728852033615, 0.038767654448747635, 0.0587659515440464, -0.007648325525224209, -0.011926360428333282, -0.008993648923933506, -0.024765118956565857, -0.09287850558757782, 0.05176468566060066, 0.026701640337705612, 0.015575956553220749, 0.022083783522248268, -0.0479661263525486, -0.013685987330973148, 0.00792763102799654, -0.08155731111764908, -0.021003801375627518, 0.00017107483290601522, -0.04535927250981331, 0.048301294445991516, 0.04949299618601799, -0.031207773834466934, 0.04982816427946091, 0.05273294448852539, -0.06707064807415009, -0.0359373539686203, 0.0501260906457901, -0.02703680656850338, -0.008099869824945927, 0.009803635999560356, 0.04979092255234718, 0.022698255255818367, 0.003139863256365061, -0.01512906700372696, 0.0026673709508031607, 0.03396359086036682, 0.001127115567214787, -0.011451540514826775, -0.032287757843732834, -0.013285649009048939, 0.013267028145492077, 0.012606004253029823, -0.034894611686468124, -0.027818864211440086, -0.01977485418319702, -0.028079548850655556, -0.002639440353959799, 0.00041779500315897167, -0.055377040058374405, 0.04521030932664871, 0.09198472648859024, 0.051243316382169724, 0.01968175359070301, 0.03899109736084938, 0.06733132898807526, -0.017316963523626328, 0.010986030101776123, 0.03563942760229111, 0.13399232923984528, -0.0425662137567997, -0.024672018364071846, -0.04405584558844566, -0.019179001450538635, -0.0393262654542923, -0.00758780911564827, -0.0014745021471753716, -0.05005161091685295, 0.003752008778974414, 0.06960301846265793, 0.02523062936961651, -0.07693945616483688, -0.01728903315961361, -0.0020447515416890383, -0.013630125671625137, 0.05191364884376526, 0.043534472584724426, -0.012084633111953735, -0.010939479805529118, -0.02524925023317337, 0.058170098811388016, 0.03448496386408806, -0.063234843313694, 0.037762150168418884, -0.012159114703536034, 0.1112009733915329, -0.09228265285491943, 0.015445614233613014, 0.014849761500954628, 0.014756659045815468, -0.013341509737074375, -0.056382544338703156, -0.02524925023317337, 0.051876407116651535, -0.02344307117164135, -0.028805743902921677, -0.008048663847148418, -0.044242046773433685, -0.03325601667165756, -0.02238170988857746, 0.017577648162841797, 0.05615909770131111, -0.018033849075436592, -0.06543204933404922, -0.019514169543981552, -0.023610655218362808, -0.03536012023687363, -0.0320829339325428, 0.0021739306394010782, 0.0014232960529625416, -0.0024974599946290255, 0.021525170654058456, -0.05526531860232353, 0.035695288330316544, -0.014933553524315357, 0.010241215117275715, 0.05433429777622223, 0.0684857964515686, -0.04662545770406723, 0.004501479212194681, 0.024951323866844177, 0.02416926622390747, -0.007010577246546745, 0.03962419182062149, 0.028861604630947113, 0.08312142640352249, -0.041821397840976715, 0.001140498905442655, 0.011553952470421791, -0.05031229555606842, 0.01550147496163845, -0.013816329650580883, -0.01594836451113224, 0.026925085112452507, 0.017559029161930084, -0.05280742794275284, 0.03299533203244209, 0.03802283853292465, -0.030872607603669167, 0.06163349375128746, 0.015426993370056152, -0.023517552763223648, -0.03573253005743027, 0.08654757589101791, -0.010716035030782223, -0.01230807788670063, 0.009338125586509705, -0.020165883004665375, 0.028358854353427887, 0.00349132320843637, 0.04059245064854622, -0.026124408468604088, 0.008160386234521866, -0.0310029499232769, -0.05697839334607124, 0.0008018405642360449, -0.04077865555882454, 0.00482733640819788, -0.044167567044496536, 0.018145570531487465, -0.00920778326690197, -0.011088442988693714, 0.007764702662825584, 0.042789656668901443, 0.011432919651269913, -0.009473123587667942, 0.004049934912472963, -0.049902647733688354, 0.022586533799767494, 0.008993648923933506, -0.049530237913131714, 0.020091401413083076, 0.017605578526854515, 0.08535587042570114, 0.025118906050920486, 0.024765118956565857, -0.018126949667930603, -0.0039451951161026955, -0.07072024047374725, 0.00879813451319933, 0.019346585497260094, 0.037166301161050797, -0.012606004253029823, 0.022065162658691406, -0.034727029502391815, -0.021078282967209816, 0.015743540599942207, 0.05500463396310806, 0.022567912936210632, 0.04491238296031952, -0.08781376481056213, 0.04986540600657463, -0.02802368812263012, -0.026980945840477943, 0.0037706291768699884, 0.04569443687796593, -0.011665674857795238, 0.02442995272576809, 0.039400745183229446, 0.004285017494112253, 0.000982807483524084, 0.02480236068367958, -0.061856936663389206, -0.028861604630947113, -0.018946247175335884, -0.027800243347883224, 0.03159880265593529, 0.015008035115897655, -0.005381292663514614, 0.03765042871236801, -0.016776971518993378, 0.06129832565784454, 0.041635192930698395, -0.05005161091685295, 0.02632923237979412, 0.018480736762285233, -0.004066227935254574, -0.0070385076105594635, 0.03604907542467117, 0.06494792550802231, 0.051168832927942276, 0.028005067259073257, 0.024634776636958122, -0.027874724939465523, -0.03629114106297493, 0.012494281865656376, 0.011107062920928001, -0.004552685655653477, 0.04319930449128151, 0.02487684227526188, -0.04833853244781494, -0.01114430371671915, -0.01949554868042469, -0.032194655388593674, -0.06293691694736481, -0.07932286709547043, -0.07228435575962067, 0.018257293850183487, 0.009626741521060467, 0.04312482476234436, -0.015836643055081367, -0.018005916848778725, -0.017931435257196426, 0.037613190710544586, 0.014896312728524208, -0.07522638142108917, -0.0019993644673377275, -0.03325601667165756, -0.013909432105720043, -0.002820989117026329, 0.04591788351535797, 0.024374091997742653, 0.022418949753046036, 0.013127375394105911, -0.04993988573551178, -0.06189417839050293, -0.022418949753046036, 0.039214543998241425, -0.01001777034252882, -0.019253483042120934, -0.0012103253975510597, 0.06911888718605042, -0.0062750717625021935, 0.01038086786866188, 0.033479463309049606, 0.00658230809494853, 0.028861604630947113, -0.04051797091960907, -0.020910698920488358, 0.06487344205379486, -0.09317643195390701, -0.02262377366423607, 0.04763095825910568, -0.030705023556947708, 0.041374508291482925, -0.017391445115208626, 0.04848749563097954, -0.03586287051439285, -0.00875158328562975, 0.06100039929151535, 0.03334911912679672, 0.011339818127453327, 0.053142596036195755, -0.023945821449160576, -0.044688936322927475, -0.006568342912942171, 0.05489291250705719, -0.007066438440233469, -0.05578669160604477, -0.03314429521560669, 0.03476426750421524, -0.053030870854854584, -0.0365518257021904, 0.007517982739955187, -0.023647895082831383, 0.02381547912955284, 0.024932703003287315, 0.03396359086036682, 0.014942863024771214, 0.019383827224373817, 0.030239515006542206, 0.06435207277536392, 0.00396381551399827, -0.026012685149908066, 0.0007960217189975083, -0.02245619148015976, 0.03545322269201279, 0.020705875009298325, -0.03133811801671982, 0.0051206075586378574, -0.00012306914140935987, 0.012066013179719448, 0.0030397786758840084, 0.01815488003194332, -0.032027073204517365, 0.035527706146240234, -0.018192121759057045, -0.01780109293758869, -0.008709687739610672, -0.09973081201314926, -0.053030870854854584, -0.03487599268555641, 0.0037473535630851984, 0.039847634732723236, -0.020501049235463142, 0.016060085967183113, 0.03887937590479851, 0.032753266394138336, 0.0021099229343235493, 0.03478289023041725, -0.008840030059218407, -0.017484547570347786, -0.0006412396905943751, -0.04725855216383934, -0.011107062920928001, -0.017009727656841278, -0.008858650922775269, -0.06081419438123703, 0.08222764730453491, 0.004119761288166046, 0.03131949529051781, 0.05236053839325905, 0.05895215645432472, -0.02759541943669319, 0.03962419182062149, 0.02442995272576809, -0.03448496386408806, -0.012810829095542431, -0.00676385685801506, 0.03910281881690025, -0.03873041272163391, -0.010399487800896168, 0.016851453110575676, 0.010986030101776123, 0.020798975601792336, -0.02543545328080654, -0.003577442606911063, -0.041895877569913864, 0.02478373982012272, -0.041821397840976715, 0.004685355816036463, 0.05571220815181732, 0.005050780717283487, 0.06930509209632874, -0.026031306013464928, -0.0026138373650610447, 0.0030770194716751575, -0.0013441594783216715, 0.012782897800207138, 0.0061447289772331715, -0.05895215645432472, 0.0556749664247036, -0.00838383100926876, 0.05746252462267876, -0.020817596465349197, 0.015063895843923092, -0.04554547369480133, -0.04223104566335678, -0.045508235692977905, -0.0038986443541944027, 0.028768504038453102, -0.012484971433877945, 0.01759626902639866, -0.001156209851615131, 0.05038677528500557, -0.02362927608191967, 0.000044550739403348416, 0.009878117591142654, 0.0028512473218142986, 0.009370711632072926, -0.014970794320106506, -0.012326698750257492, 0.019961059093475342, 0.02478373982012272, -0.04528478905558586, -0.0020691908430308104, 0.041560713201761246, -0.06133556738495827, -0.0019167364807799459, -0.003610028186812997, -0.022325849160552025, -0.005497670266777277, 0.0030118480790406466, 0.022661015391349792, 0.013453232124447823, -0.022307228296995163, -0.036253899335861206, 0.003856748342514038, -0.035248398780822754, -0.003095639869570732, 0.0013825639616698027, -0.006698685698211193, 0.0533660389482975, -0.003172449069097638, 0.02003554068505764, 0.0317663848400116, -0.034540824592113495, 0.020947938784956932, -0.002506769960746169, -0.004415360279381275, 0.007462121546268463, 0.04293861985206604, -0.0002996718976646662, 0.02174861542880535, -0.01886245608329773, 0.06822510808706284, -0.016292842105031013, 0.019644511863589287, 0.028991948813199997, 0.039214543998241425, -0.028414715081453323, -0.028638159856200218, 0.05150400102138519, 0.016469735652208328, 0.027334732934832573, 0.026012685149908066, -0.022791357710957527, -0.056382544338703156, 0.03977315500378609, -0.040741413831710815, -0.02400168403983116, 0.01782902330160141, 0.06189417839050293, -0.024318229407072067, 0.017316963523626328, 0.008770204149186611, -0.0359373539686203, -0.018843835219740868, 0.017847644165158272, -0.018378324806690216, 0.008551414124667645, 0.003917264752089977, 0.04420480877161026, -0.008388485759496689, -0.010995340533554554, -0.02541683241724968, -0.009361401200294495, 0.025081666186451912, -0.01599491573870182, -0.020426567643880844, -0.0057769762352108955, 0.028005067259073257, -0.026031306013464928, 0.02435547113418579, 0.004245448857545853, -0.022158265113830566, 0.06584170460700989, -0.05965973064303398, -0.0033144294284284115, -0.018052468076348305, -0.005530255846679211, 0.02982986532151699, -0.05131779611110687, -0.0007954398170113564, 0.017717301845550537, -0.025714758783578873, -0.007206091191619635, 0.0176614411175251, 0.00832796934992075, 0.09585776925086975, 0.04070417210459709, 0.014896312728524208, 0.03675664961338043, 0.09310195595026016, -0.06286244094371796, -0.04453997313976288, 0.019793475046753883, -0.021059662103652954, 0.021432070061564445, -0.08192972093820572, -0.03405669331550598, -0.052956391125917435, -0.04308758303523064, 0.01240118034183979, -0.004710958804935217, -0.07168850302696228, 0.02435547113418579, -0.0070152319967746735, 0.03126363456249237, -0.026105787605047226, 0.0012277819914743304, -0.015780780464410782, -0.04170967638492584, 0.05090814828872681, 0.0021192331332713366, 0.026831982657313347, 0.03573253005743027, 0.014700798317790031, 0.051801927387714386, -0.004762164782732725, -0.019793475046753883, -0.05649426579475403, -0.0062890369445085526, 0.019346585497260094, 0.012950481846928596, 0.01001777034252882, -0.010473969392478466, -0.019886577501893044, 0.0036914923693984747, 0.005302156321704388, 0.023480312898755074, 0.004925093147903681, -0.07872701436281204, 0.01424459833651781, -0.0239830631762743 ]
22,872
pyglottolog.api
languoids_path
Path within the `languoids` directory of the repos.
def languoids_path(self, *comps): """ Path within the `languoids` directory of the repos. """ return self.repos.joinpath('languoids', *comps)
(self, *comps)
[ -0.06302402913570404, -0.05729147046804428, -0.020183386281132698, 0.024653417989611626, 0.035589639097452164, -0.02881634794175625, -0.0027959023136645555, 0.03985493630170822, 0.03941134735941887, -0.013367441482841969, 0.024005092680454254, -0.043642520904541016, -0.015585396438837051, 0.061283789575099945, -0.07643412798643112, -0.035589639097452164, 0.02758794277906418, 0.005749620497226715, -0.041390445083379745, -0.0024781376123428345, 0.024892274290323257, 0.004066960886120796, 0.07486449927091599, -0.02287905476987362, -0.044256724417209625, 0.006619741208851337, 0.09062903374433517, -0.023663869127631187, -0.028918715193867683, -0.09936436265707016, -0.009921081364154816, 0.03794408589601517, 0.01033054944127798, 0.005971415899693966, -0.028782226145267487, 0.04760071635246277, 0.035248417407274246, 0.019466817378997803, 0.016301965340971947, -0.040742117911577225, -0.032638054341077805, 0.0456557422876358, 0.014988254755735397, -0.03180205449461937, -0.03606735169887543, -0.013418625108897686, -0.0711110383272171, -0.027553820982575417, 0.011678383685648441, 0.07192996889352798, -0.012488789856433868, -0.017948370426893234, -0.005139683373272419, -0.05797392129898071, -0.024568112567067146, 0.03482188656926155, 0.021667709574103355, 0.01861375756561756, -0.010629120282828808, 0.055994823575019836, 0.012702055275440216, -0.030846629291772842, 0.05814453214406967, 0.032467443495988846, 0.02925993874669075, 0.017726575955748558, 0.0004254633968230337, -0.01123479288071394, 0.030095936730504036, 0.020490488037467003, -0.03198973089456558, 0.050398752093315125, 0.0032608197070658207, -0.032552748918533325, 0.0637747272849083, -0.024278072640299797, -0.022230729460716248, 0.031819116324186325, 0.032552748918533325, 0.0069609652273356915, -0.05036462843418121, -0.078413225710392, -0.0011228395160287619, -0.01006610132753849, 0.05323090776801109, 0.01710384152829647, 0.045689862221479416, -0.019364450126886368, 0.001847940031439066, -0.013657481409609318, -0.021207056939601898, 0.03301339969038963, -0.019705673679709435, -0.006641067564487457, 0.022281913086771965, -0.026666637510061264, 0.00908508338034153, 0.03236507624387741, -0.002064403844997287, 0.0206269770860672, 0.021428853273391724, -0.04289183020591736, 0.0003220299258828163, -0.010774141177535057, -0.01074001844972372, -0.01813604310154915, -0.0015216447645798326, 0.02525055967271328, 0.04459794610738754, -0.03886538743972778, -0.06937079131603241, -0.015909558162093163, 0.02492639608681202, -0.006124966777861118, -0.0037172064185142517, 0.0456557422876358, -0.022367218509316444, -0.021821260452270508, 0.022435463964939117, 0.013845155015587807, -0.02533586509525776, 0.03282572701573372, -0.007639147341251373, -0.0026508821174502373, 0.05278731882572174, -0.008052880875766277, -0.05241197347640991, 0.018306655809283257, -0.02124118059873581, -0.03753461688756943, 0.017359759658575058, 0.04415435716509819, -0.02393684722483158, -0.08653435111045837, 0.04913622513413429, -0.010833854787051678, -0.0168223325163126, -0.012087852694094181, 0.04821491986513138, 0.129323810338974, 0.00865428801625967, -0.01881849206984043, -0.05333327502012253, 0.0038792877458035946, 0.008551920764148235, 0.08305386453866959, 0.016378741711378098, -0.0003108335367869586, -0.05626780167222023, 0.009716346859931946, 0.004977602045983076, -0.03432711213827133, 0.016071639955043793, 0.004610786214470863, 0.011917239986360073, -0.06960964947938919, -0.05579008907079697, -0.030710140243172646, 0.017376821488142014, -0.005250581074506044, 0.04930683597922325, 0.023049665614962578, -0.00798037089407444, 0.055517107248306274, -0.02209424041211605, 0.01674555614590645, 0.017521841451525688, -0.005510764196515083, 0.0033269317355006933, 0.01385368499904871, 0.007455739658325911, -0.032962217926979065, -0.06360410898923874, -0.014237562194466591, 0.00675196573138237, -0.021753014996647835, -0.0016112159937620163, 0.05200250446796417, -0.011200670152902603, -0.053503889590501785, -0.03301339969038963, 0.02934524416923523, 0.007690330967307091, 0.07302188873291016, 0.01799955405294895, 0.05145654454827309, 0.03127316012978554, 0.00003878754796460271, 0.06445717066526413, 0.006896985694766045, -0.10325431823730469, 0.03702278062701225, -0.018886735662817955, 0.035657886415719986, 0.00011642928438959643, -0.017573025077581406, 0.05510764196515083, -0.01313711516559124, -0.08237142115831375, -0.018767308443784714, 0.022025994956493378, 0.007818290032446384, 0.009503082372248173, -0.01579865999519825, 0.001068456913344562, -0.018477266654372215, -0.03195560723543167, 0.017692452296614647, 0.032023850828409195, 0.011337160132825375, 0.05770093947649002, 0.020814649760723114, -0.030556589365005493, 0.010415855795145035, -0.016148414462804794, -0.03274042159318924, -0.03736400231719017, 0.007434412837028503, -0.014391113072633743, 0.04210701584815979, 0.02311791107058525, -0.014433765783905983, 0.03634033352136612, -0.05660902336239815, -0.010219652205705643, -0.08673908561468124, 0.017573025077581406, 0.04766895994544029, 0.042414113879203796, -0.03113666921854019, 0.00961397960782051, -0.03552139550447464, -0.009545735083520412, -0.007442943751811981, -0.025728272274136543, -0.03859240934252739, -0.04336954280734062, 0.06336525827646255, 0.0002477871021255851, 0.03596498444676399, -0.018016615882515907, -0.0573597177863121, -0.009247164241969585, 0.027997411787509918, 0.02861161343753338, -0.006363823544234037, 0.03057365119457245, -0.034190621227025986, 0.010995936580002308, 0.017863065004348755, 0.02908932790160179, -0.0028833409305661917, -0.022742563858628273, -0.013307726942002773, 0.015977803617715836, -0.01329919695854187, -0.051490668207407, -0.023186156526207924, -0.018954981118440628, -0.06937079131603241, -0.011780750937759876, -0.0386265330016613, -0.05517588555812836, 0.011311568319797516, -0.05292380973696709, -0.046508800238370895, 0.0334911122918129, 0.01379397138953209, 0.004145869053900242, -0.0035316660068929195, -0.03695453330874443, 0.056779637932777405, -0.039718449115753174, -0.007967575453221798, 0.027434391900897026, 0.035248417407274246, -0.008650022558867931, 0.04142456501722336, -0.002356576733291149, 0.059645917266607285, -0.02832157351076603, 0.021753014996647835, 0.001046597259119153, 0.005037316121160984, -0.0038750225212424994, -0.03446360304951668, -0.05732559412717819, -0.05169540271162987, -0.06418419629335403, 0.038933634757995605, 0.08769451081752777, 0.06070370972156525, -0.02270844206213951, 0.03944546729326248, 0.08011934161186218, 0.05135417729616165, -0.01793130859732628, 0.02925993874669075, 0.04968218132853508, -0.08216668665409088, -0.04760071635246277, 0.02627423033118248, -0.04162929952144623, -0.07895918190479279, -0.04227762669324875, -0.055926576256752014, -0.017206208780407906, -0.06073783338069916, 0.018033675849437714, -0.007169964723289013, -0.00986136682331562, -0.027775615453720093, 0.04456382617354393, 0.04391549900174141, -0.002165704732760787, 0.056370168924331665, -0.012650871649384499, -0.053469765931367874, 0.019210899248719215, 0.008458084426820278, -0.012923850677907467, 0.04391549900174141, 0.019500939175486565, -0.013964583165943623, -0.0002447214210405946, -0.04954569414258003, 0.024568112567067146, 0.006619741208851337, 0.04101509973406792, 0.011209201067686081, -0.0007661540294066072, 0.01195136271417141, 0.01956918276846409, -0.03674980252981186, 0.03876302018761635, 0.0008807838894426823, 0.05579008907079697, -0.020968200638890266, 0.016071639955043793, -0.00679461844265461, 0.05804216489195824, -0.06769879907369614, -0.021923627704381943, 0.005267641972750425, 0.05114944279193878, -0.00034202352981083095, -0.004423113074153662, 0.022640198469161987, 0.05128593370318413, -0.008543390780687332, -0.03654506802558899, 0.06493488699197769, -0.007643412798643112, -0.016481108963489532, -0.055721841752529144, 0.005097030196338892, -0.03954783454537392, 0.01027083583176136, 0.013819563202559948, 0.03777347132563591, -0.011012997478246689, -0.030215365812182426, 0.03250156342983246, 0.02595006860792637, -0.016063109040260315, 0.01502237655222416, 0.03671567887067795, -0.05230960622429848, -0.010262304916977882, 0.01616547629237175, -0.017709514126181602, 0.05118356645107269, 0.014459357596933842, 0.02586476318538189, -0.038285307586193085, -0.010159937664866447, 0.026700761169195175, -0.024789907038211823, -0.06411594897508621, -0.02033693715929985, 0.027895044535398483, -0.015039438381791115, 0.08523769676685333, 0.0427212156355381, -0.013094462454319, 0.010552345775067806, 0.05077409744262695, -0.015525681897997856, -0.007204086985439062, -0.0008535925881005824, 0.019381510093808174, -0.015730416402220726, 0.03461715206503868, 0.02332264557480812, -0.037500493228435516, -0.05036462843418121, 0.030966058373451233, -0.04746422916650772, 0.035248417407274246, 0.001744506531395018, 0.07663886249065399, 0.010364672169089317, 0.038933634757995605, 0.004452970344573259, -0.06015775352716446, 0.01477498933672905, 0.03289397060871124, 0.023220278322696686, -0.056370168924331665, 0.01161867007613182, -0.021019384264945984, 0.035043682903051376, 0.03465127572417259, -0.021821260452270508, 0.02492639608681202, -0.030931934714317322, -0.0033098706044256687, -0.042004648596048355, 0.0076818005181849, 0.0244316216558218, -0.029771775007247925, -0.03610147535800934, 0.0028556163888424635, 0.06766467541456223, -0.0019076542230322957, 0.006939638406038284, -0.005028785206377506, -0.026615453884005547, 0.05582420900464058, -0.007946249097585678, -0.024209827184677124, -0.0051567442715168, 0.02083171159029007, -0.04292595013976097, 0.028458062559366226, -0.01898910291492939, 0.005259111523628235, -0.03154613822698593, -0.042175259441137314, -0.009511612355709076, 0.03383233770728111, 0.012036669068038464, -0.002033480443060398, 0.04562161862850189, 0.03620384261012077, -0.027929166331887245, -0.07322662323713303, -0.005412662401795387, -0.03168262913823128, 0.035384904593229294, -0.005173805635422468, 0.004751541186124086, 0.01919383741915226, 0.006841536611318588, 0.01869906298816204, -0.04063975065946579, -0.0406738743185997, 0.030505405738949776, 0.0007219015387818217, -0.032262708991765976, 0.010526753962039948, 0.029004020616412163, 0.11881411820650101, 0.007933452725410461, 0.032023850828409195, -0.0740455612540245, -0.06793765723705292, -0.0017455728957429528, -0.0029004020616412163, -0.0035167376045137644, -0.012804422527551651, 0.0022264851722866297, -0.03260393068194389, 0.017137963324785233, 0.02103644609451294, -0.017368290573358536, -0.004798459354788065, 0.02361268550157547, -0.06578794121742249, -0.07698008418083191, -0.07766253501176834, -0.034685395658016205, -0.012932381592690945, 0.015738947317004204, 0.00005128353586769663, 0.0038067777641117573, -0.03613559901714325, 0.03125609830021858, -0.03188736364245415, -0.027076106518507004, 0.053060296922922134, 0.09206217527389526, -0.061863869428634644, 0.0001340902817901224, 0.019040286540985107, 0.03473658114671707, -0.02697373926639557, -0.0013489002594724298, -0.03593086451292038, -0.03958195820450783, 0.023476196452975273, 0.007080393377691507, 0.05585833266377449, 0.0028982695657759905, 0.00959691870957613, -0.014391113072633743, 0.039206612855196, -0.01849432848393917, -0.022128362208604813, -0.04575810953974724, -0.018835552036762238, -0.06725520640611649, 0.04657704383134842, -0.05541473999619484, 0.019364450126886368, 0.03118785284459591, 0.04391549900174141, 0.04087860882282257, 0.00490935705602169, 0.05462992563843727, -0.022947298362851143, -0.03647682070732117, 0.010322019457817078, 0.0011441659880802035, -0.035589639097452164, 0.0010322019224986434, 0.0004012045101262629, -0.023134972900152206, -0.00789506547152996, 0.08523769676685333, -0.001071122707799077, -0.021753014996647835, -0.02361268550157547, 0.013171237893402576, -0.029601162299513817, 0.0927446261048317, -0.06916605681180954, -0.05108119919896126, 0.04705476015806198, -0.0004073358722962439, 0.007272331975400448, -0.03318401053547859, 0.023544440045952797, 0.0053060296922922134, 0.0006941771134734154, 0.04354015365242958, -0.012693524360656738, 0.008057146333158016, 0.04063975065946579, 0.049989283084869385, 0.022640198469161987, -0.024380438029766083, -0.040332648903131485, 0.02226485125720501, 0.031648505479097366, -0.012480259872972965, -0.005881845019757748, -0.031819116324186325, -0.038285307586193085, 0.018647879362106323, 0.0020601386204361916, 0.0059031713753938675, -0.03606735169887543, 0.03777347132563591, 0.01307740155607462, 0.03371290862560272, 0.015107682906091213, -0.03514605015516281, 0.04790781810879707, 0.05323090776801109, 0.015619518235325813, 0.008645757101476192, -0.056779637932777405, -0.05404984578490257, -0.022742563858628273, -0.01881849206984043, 0.01640433259308338, -0.011081242002546787, 0.02168477140367031, -0.007988901808857918, -0.031170792877674103, 0.05817865580320358, 0.04398374632000923, -0.0020867965649813414, 0.04910210147500038, 0.025182314217090607, 0.04132219776511192, 0.05094470828771591, 0.06008950620889664, -0.0009831510251387954, -0.010117284953594208, -0.025267621502280235, 0.04336954280734062, -0.013691604137420654, 0.05176364630460739, -0.03147789463400841, -0.04319893196225166, -0.019705673679709435, -0.0014000837691128254, -0.008155248127877712, -0.006892720237374306, 0.012923850677907467, -0.0672893300652504, 0.08264439553022385, -0.023015543818473816, -0.03004475310444832, 0.03256981074810028, 0.02217954583466053, -0.021804198622703552, 0.04678177833557129, -0.01567070186138153, 0.022725503891706467, 0.005412662401795387, -0.012616748921573162, -0.032842788845300674, -0.00006221335934242234, 0.06909781694412231, 0.02729790285229683, -0.014339929446578026, 0.006837271619588137, -0.07268066704273224, -0.045075662434101105, -0.022452523931860924, -0.0012124107452109456, -0.03207503631711006, -0.006786087993532419, 0.005352947860956192, 0.017137963324785233, 0.02226485125720501, -0.009033899754285812, 0.005839191842824221, -0.016924699768424034, 0.052036624401807785, -0.03227977082133293, -0.013913399539887905, -0.015124743804335594, 0.005822130478918552, -0.05394747853279114, -0.010688834823668003, 0.010194060392677784, -0.05190013721585274, -0.011976954527199268, -0.023834479972720146, -0.016592005267739296, -0.03412237763404846, 0.04930683597922325, -0.06387709081172943, 0.03668155521154404, 0.01820428855717182, -0.004118144512176514, 0.034310050308704376, -0.01604604907333851, 0.0427212156355381, -0.0010839186143130064, -0.052650827914476395, 0.030624834820628166, 0.049955159425735474, 0.007647677790373564, 0.0008914471254684031, -0.011140956543385983, 0.029686469584703445, -0.024568112567067146, 0.026291292160749435, 0.016199598088860512, 0.017342697829008102, -0.02902108244597912, 0.019620366394519806, -0.043608397245407104, 0.02820214442908764, 0.005984211806207895, 0.02229897305369377, 0.03958195820450783, 0.006811679806560278, -0.0345318466424942, 0.010816793888807297, -0.04210701584815979, 0.02627423033118248, 0.011064181104302406, 0.06070370972156525, 0.030010631307959557, -0.08018758893013, 0.0024632092099636793, -0.040776241570711136, -0.0016773281386122108, -0.039513714611530304, 0.06329701095819473, 0.04145868867635727, 0.08510120958089828, 0.04002555087208748, -0.06384296715259552, -0.07049683481454849, 0.032757483422756195, -0.022691382095217705, 0.009741938672959805, 0.031239036470651627, -0.022606074810028076, 0.016421394422650337, -0.025404110550880432, -0.021462975069880486, 0.02861161343753338, 0.09137972444295883, 0.031068425625562668, 0.005327356047928333, 0.012070790864527225, 0.009716346859931946, -0.02434631623327732, 0.05336739867925644, -0.0039390018209815025, -0.09547441452741623, 0.029123449698090553, -0.0053870705887675285, -0.002518658060580492, 0.015585396438837051, -0.07554694265127182, 0.09301760047674179, -0.0343782939016819, -0.020285753533244133, 0.026223046705126762, -0.017291514202952385, -0.0945189893245697, 0.020695222541689873, -0.008040085434913635, 0.022742563858628273, -0.039752569049596786, 0.07936865091323853, -0.010398794896900654, 0.05497115105390549, -0.004870969336479902, 0.002326719695702195, 0.032638054341077805, -0.0570526160299778, 0.017240330576896667, 0.008846226148307323, -0.02717847377061844, 0.015585396438837051, -0.02867985889315605, 0.0051567442715168, -0.00014568655751645565, -0.022367218509316444, 0.005173805635422468, -0.01381103228777647, 0.014391113072633743, 0.0008829165017232299, -0.04309656471014023, 0.018562573939561844, -0.038933634757995605, 0.034924253821372986, -0.014331398531794548, -0.025711212307214737, 0.03166556730866432, 0.03552139550447464, 0.08830871433019638, -0.019876284524798393, -0.02635953761637211, -0.012087852694094181, -0.06834712624549866, 0.045485127717256546, -0.011840465478599072, -0.034514784812927246, -0.006073783151805401, -0.005297499243170023, -0.044051989912986755, 0.024977579712867737, -0.006555761676281691, 0.05787155404686928, 0.00042039836989715695, -0.07500098645687103, -0.026018312200903893 ]
22,873
pyglottolog.api
newick_tree
Returns the Newick representation of a (set of) Glottolog classification tree(s). :param start: Root languoid of the tree (or `None` to return the complete classification). :param template: Python format string accepting the `Languoid` instance as single variable named `l`, used to format node labels.
def newick_tree( self, start: typing.Union[None, str, lls.Languoid] = None, template: str = None, nodes=None, maxlevel: typing.Union[int, config.LanguoidLevel] = None ) -> str: """ Returns the Newick representation of a (set of) Glottolog classification tree(s). :param start: Root languoid of the tree (or `None` to return the complete classification). :param template: Python format string accepting the `Languoid` instance as single \ variable named `l`, used to format node labels. """ template = template or lls.Languoid._newick_default_template if start: return self.languoid(start).newick_node( template=template, nodes=nodes, maxlevel=maxlevel, level=1).newick + ';' if nodes is None: nodes = collections.OrderedDict((lang.id, lang) for lang in self.languoids()) trees = [] for lang in nodes.values(): if not lang.lineage and not lang.category.startswith('Pseudo '): ns = lang.newick_node( nodes=nodes, template=template, maxlevel=maxlevel, level=1).newick if lang.level == self.languoid_levels.language: # An isolate: we wrap it in a pseudo-family with the same name and ID. fam = lls.Languoid.from_name_id_level( lang.dir.parent, lang.name, lang.id, 'family', _api=self) ns = '({0}){1}:1'.format(ns, template.format(l=fam)) # noqa: E741 trees.append('{0};'.format(ns)) return '\n'.join(trees)
(self, start: Union[NoneType, str, pyglottolog.languoids.languoid.Languoid] = None, template: Optional[str] = None, nodes=None, maxlevel: Union[int, pyglottolog.config.LanguoidLevel, NoneType] = None) -> str
[ -0.00869414210319519, -0.02530224248766899, 0.0787845328450203, -0.040775105357170105, -0.0036720018833875656, 0.05120246857404709, -0.050866104662418365, 0.019088804721832275, 0.03591647744178772, 0.004080780781805515, 0.029618946835398674, -0.001855855924077332, 0.01738828420639038, -0.019770881161093712, -0.016042817384004593, -0.030721481889486313, -0.005363178439438343, -0.04357816278934479, -0.0033262919168919325, 0.0163978710770607, -0.026049723848700523, 0.06308742612600327, 0.0753834918141365, 0.010389990173280239, 0.017322879284620285, -0.03169320896267891, 0.02489112876355648, 0.039952877908945084, -0.00020190754730720073, -0.07213194668292999, -0.08319467306137085, 0.02246181294322014, -0.03358059749007225, -0.006386293563991785, -0.034290704876184464, -0.0287406574934721, 0.006802080199122429, 0.03928014263510704, 0.023956775665283203, -0.022910302504897118, -0.034178584814071655, -0.026255281642079353, -0.08805330097675323, -0.03344978764653206, -0.04660546034574509, -0.006344247609376907, 0.06114397197961807, 0.027806304395198822, -0.03494475036859512, -0.0048773158341646194, 0.0007252904470078647, 0.004010704346001148, -0.0549398772418499, -0.02496587671339512, -0.04182158038020134, -0.009240738116204739, -0.009273440577089787, -0.022069385275244713, 0.05673383176326752, -0.007554233074188232, 0.04391452670097351, 0.08566135913133621, 0.014342297799885273, 0.0028684595599770546, -0.017023887485265732, 0.03886902704834938, -0.029207833111286163, -0.02083604224026203, -0.021452713757753372, 0.032291192561388016, -0.037579622119665146, -0.0048773158341646194, 0.07930776476860046, 0.02279818058013916, 0.06592785567045212, 0.014837504364550114, -0.022686058655381203, -0.022742118686437607, -0.010530143044888973, -0.004580658860504627, -0.07691583037376404, -0.0007918630144558847, 0.05778030678629875, 0.0318240188062191, 0.05079135671257973, -0.0068347821943461895, -0.005778965074568987, 0.03358059749007225, -0.021452713757753372, -0.06245206296443939, -0.049259018152952194, -0.010268524289131165, -0.005148277617990971, -0.014407702721655369, -0.034421514719724655, 0.03131946548819542, 0.03845791518688202, -0.02627396769821644, -0.00038892388693057, -0.016089536249637604, 0.038196295499801636, 0.007722416426986456, -0.05527624487876892, -0.006096644327044487, -0.0539681501686573, -0.01980825513601303, -0.03924277052283287, 0.07863503694534302, -0.017528437077999115, 0.01035261619836092, -0.07923302054405212, -0.005358506925404072, 0.07059960812330246, 0.034421514719724655, 0.011660709045827389, -0.03550536185503006, -0.03045986406505108, -0.002330039395019412, -0.04182158038020134, -0.061854079365730286, -0.039915502071380615, -0.03159977123141289, -0.04084985330700874, 0.020387552678585052, -0.03178664296865463, -0.005928461439907551, 0.0703006163239479, 0.0027446579188108444, 0.021583523601293564, -0.0793825164437294, 0.004608689341694117, 0.06260155886411667, -0.029058337211608887, 0.004220933653414249, 0.00894174538552761, -0.027077510952949524, -0.06891778111457825, -0.040775105357170105, -0.008451210334897041, 0.02784367837011814, 0.0036509791389107704, -0.049670133739709854, 0.04062560945749283, 0.02410627342760563, -0.06484400480985641, 0.003791131777688861, 0.03135684132575989, -0.006358263082802296, -0.03830841928720474, -0.0016362833557650447, -0.0072879428043961525, -0.05452876165509224, 0.07803705334663391, 0.037822555750608444, -0.0025391005910933018, -0.02259262278676033, -0.008437195792794228, -0.01747237518429756, 0.021434027701616287, 0.02262999676167965, 0.007974691689014435, 0.027040136978030205, 0.016500649973750114, 0.043727658689022064, -0.015650389716029167, 0.004699788987636566, -0.0038471929728984833, -0.05983588099479675, -0.0261992197483778, 0.03664527088403702, -0.0103152422234416, 0.005961163435131311, -0.004132170230150223, 0.036103349179029465, -0.016089536249637604, -0.01706126146018505, -0.010156402364373207, 0.06581573188304901, -0.0017238787841051817, 0.043727658689022064, -0.04339129105210304, 0.01002559345215559, 0.0036836813669651747, 0.008661439642310143, -0.0066011943854391575, 0.004924033302813768, 0.034178584814071655, 0.02812398411333561, -0.042232695966959, -0.010707669891417027, -0.0000617913028690964, -0.01438901573419571, 0.022499186918139458, 0.03808417171239853, 0.07885927706956863, 0.01121221948415041, 0.0223870649933815, 0.003735070815309882, -0.06529249250888824, 0.0514267161488533, 0.01578119955956936, 0.04043873772025108, 0.02537699043750763, -0.08521287143230438, 0.027750244364142418, 0.05370653420686722, -0.030067436397075653, 0.04208320006728172, -0.0206304844468832, 0.0023569019977003336, 0.028890153393149376, 0.06551674008369446, -0.0631621703505516, 0.10210594534873962, -0.03247806429862976, -0.05165095999836922, -0.04656808450818062, 0.03670133277773857, -0.03034774214029312, -0.04339129105210304, -0.03176795691251755, 0.044998373836278915, -0.03772911801934242, -0.019696133211255074, -0.017248131334781647, -0.03034774214029312, 0.056472212076187134, -0.00476752920076251, 0.04522262141108513, -0.0406629852950573, 0.04339129105210304, -0.10561911016702652, 0.009969532489776611, 0.004031727556139231, -0.03916802257299423, -0.016752924770116806, 0.05871465802192688, 0.016678176820278168, -0.004125162493437529, 0.07310367375612259, -0.05370653420686722, -0.04189632833003998, 0.011529899202287197, -0.03931751847267151, 0.05778030678629875, 0.043690282851457596, -0.026965389028191566, -0.01385643519461155, 0.01117484550923109, 0.04084985330700874, -0.007030996028333902, -0.050081249326467514, 0.02259262278676033, -0.001989001175388694, 0.015715794637799263, 0.0076243095099925995, 0.002525085350498557, -0.024741631001234055, 0.021434027701616287, -0.03034774214029312, -0.022910302504897118, 0.0019049093825742602, -0.04697920009493828, 0.07340266555547714, -0.0036953608505427837, -0.020107246935367584, -0.0005282006459310651, 0.014090023003518581, 0.0073346602730453014, 0.006615209858864546, 0.04301755130290985, 0.07239356637001038, 0.01922895759344101, 0.013398602604866028, 0.029992688447237015, -0.06136821582913399, -0.04040136560797691, -0.005741591099649668, -0.02730175480246544, -0.0031394215766340494, -0.04570848122239113, -0.057257067412137985, -0.007012309040874243, -0.01967744529247284, -0.04275593161582947, -0.0023206959012895823, -0.003036642912775278, 0.00045053267967887223, -0.017332222312688828, -0.0300113745033741, -0.030441176146268845, 0.019770881161093712, -0.0615924596786499, 0.015631703659892082, 0.05292167887091637, -0.03159977123141289, -0.029899252578616142, 0.024835066869854927, -0.024629509076476097, 0.011343029327690601, -0.006400308571755886, -0.09343516826629639, 0.029450764879584312, -0.0728420540690422, 0.032291192561388016, -0.0196026973426342, -0.0006692293682135642, -0.05370653420686722, 0.03814023360610008, 0.022985050454735756, -0.05718231946229935, 0.05168833211064339, 0.08005525171756744, -0.043652910739183426, -0.023134546354413033, 0.013090266846120358, 0.013314510695636272, -0.027974488213658333, 0.09687358140945435, 0.042868055403232574, -0.030329054221510887, 0.02149008773267269, -0.06839454174041748, 0.06768443435430527, 0.055575236678123474, 0.012025105766952038, 0.023526974022388458, 0.011511212214827538, 0.028441663831472397, -0.0018406728049740195, 0.0022611310705542564, 0.008441867306828499, 0.017771368846297264, -0.01622968725860119, -0.05404289811849594, 0.017322879284620285, 0.06790867447853088, 0.00459233857691288, -0.03455232456326485, -0.05497724935412407, -0.01840672828257084, -0.020368866622447968, -0.028516411781311035, 0.02485375478863716, 0.01551958080381155, 0.02448001317679882, 0.04309229925274849, -0.012099853716790676, 0.006442354526370764, 0.06779655814170837, -0.05479038134217262, 0.018098391592502594, 0.0019107491243630648, -0.021789081394672394, -0.00008744947263039649, -0.02681589312851429, 0.03472050651907921, 0.02911439724266529, -0.0292825810611248, 0.002754001412540674, 0.0261992197483778, -0.008993134833872318, 0.027040136978030205, 0.024293143302202225, 0.027899740263819695, -0.039541762322187424, 0.0196026973426342, 0.039018526673316956, 0.02365778386592865, 0.0032562154810875654, 0.008909042924642563, -0.01110944151878357, -0.07953201234340668, 0.01332385465502739, -0.02870328351855278, 0.04940851405262947, 0.001144580775871873, -0.059686385095119476, -0.03189876675605774, -0.0206304844468832, -0.007194507867097855, -0.02152746170759201, 0.04679233208298683, -0.005330475978553295, -0.00758693553507328, 0.00789527129381895, 0.06495612859725952, 0.011763487011194229, -0.005634140223264694, -0.019546637311577797, 0.0059144459664821625, -0.00571823213249445, 0.027955802157521248, 0.002725970931351185, -0.027899740263819695, -0.014136740006506443, 0.014005931094288826, -0.04604484885931015, 0.012501625344157219, 0.026180533692240715, 0.028180046007037163, -0.011128128506243229, 0.0005711224512197077, -0.023713845759630203, 0.011258937418460846, -0.007194507867097855, 0.020761294290423393, -0.020518362522125244, -0.050118621438741684, -0.027955802157521248, 0.06174195557832718, 0.017967581748962402, -0.06495612859725952, -0.00045870826579630375, 0.024666883051395416, 0.022200195118784904, -0.0006715652416460216, 0.05251056328415871, -0.020181994885206223, -0.032291192561388016, -0.05946213752031326, 0.025638610124588013, 0.04383977875113487, 0.04398927465081215, 0.04084985330700874, 0.04298017546534538, -0.004396124742925167, -0.038607411086559296, -0.01971481926739216, 0.03972863033413887, -0.03165583312511444, -0.01697716861963272, 0.0061480337753891945, 0.02846035175025463, 0.016883734613656998, -0.05572473257780075, -0.035449299961328506, -0.0005451358156278729, -0.01717338338494301, 0.018509505316615105, -0.014192801900207996, 0.008988463319838047, 0.07041274011135101, 0.005274415016174316, 0.0463438406586647, 0.001027786871418357, -0.028609847649931908, -0.039504386484622955, -0.07773805409669876, 0.011352372355759144, -0.013417289592325687, 0.0157905425876379, 0.03275837004184723, 0.03520637005567551, 0.0539681501686573, -0.020238056778907776, -0.026965389028191566, 0.008913714438676834, 0.028516411781311035, 0.019976438954472542, 0.02025674469769001, 0.043353915214538574, 0.033804841339588165, 0.09283717721700668, 0.003062337636947632, -0.0834936648607254, 0.02348960004746914, 0.004146185237914324, -0.02595628798007965, -0.07990575581789017, 0.04944588989019394, -0.005381865426898003, -0.019042085856199265, -0.005372521933168173, 0.0020742607302963734, 0.03584172949194908, 0.0031674520578235388, -0.050454989075660706, -0.0028264138381928205, -0.07833604514598846, -0.042718555778265, -0.034458890557289124, 0.03686951473355293, -0.013127640821039677, -0.05778030678629875, 0.0005282006459310651, 0.00922672264277935, -0.013912496156990528, -0.013968557119369507, -0.07983100414276123, -0.05359441041946411, 0.004550292622298002, -0.05822879448533058, 0.03240331634879112, 0.01053948700428009, 0.029245207086205482, 0.00623212568461895, -0.017201414331793785, -0.05168833211064339, -0.022050699219107628, 0.05064186081290245, 0.006657255347818136, 0.0327957421541214, 0.011427120305597782, 0.06992688030004501, 0.009829379618167877, 0.08723106980323792, 0.025040624663233757, -0.023751219734549522, -0.01759384199976921, -0.009348188526928425, -0.004517590161412954, 0.02242443896830082, 0.02279818058013916, -0.04264380782842636, 0.04720344394445419, -0.014837504364550114, 0.03660789877176285, 0.01555695477873087, 0.02476031892001629, -0.011819547973573208, -0.014809473417699337, 0.0005273247370496392, -0.010530143044888973, 0.0007346339989453554, 0.04294280335307121, 0.012389502488076687, 0.027488624677062035, 0.0017051917966455221, 0.09679882973432541, 0.053370166569948196, -0.01812642253935337, 0.021209781989455223, 0.013295823708176613, -0.05351966246962547, -0.020144620910286903, -0.0313381552696228, 0.03193613886833191, 0.060620736330747604, -0.05830354243516922, 0.0010207791347056627, -0.06536724418401718, -0.05307117477059364, 0.05041761323809624, 0.021639583632349968, 0.013258449733257294, 0.09081897884607315, -0.00380281126126647, 0.03898115083575249, 0.004470872692763805, 0.01980825513601303, -0.008339088410139084, -0.03752356395125389, 0.026087097823619843, 0.05019336938858032, 0.02718963287770748, -0.014725382439792156, -0.007479485124349594, 0.011034692637622356, 0.00569954514503479, -0.02246181294322014, 0.013734969310462475, 0.02537699043750763, 0.026928015053272247, -0.010137715376913548, 0.024984562769532204, -0.031057849526405334, 0.0438024066388607, -0.0013431304832920432, 0.019957751035690308, 0.019565323367714882, 0.0315810851752758, 0.026087097823619843, 0.013258449733257294, -0.02317192032933235, 0.02169564552605152, -0.020593110471963882, 0.06996425241231918, -0.026722457259893417, -0.034664444625377655, -0.03984075412154198, 0.06727331876754761, 0.03541192784905434, -0.005536033306270838, 0.03886902704834938, 0.0228729285299778, -0.012417533434927464, 0.032814428210258484, -0.003461772808805108, 0.015958726406097412, 0.021583523601293564, 0.027806304395198822, 0.039504386484622955, 0.009941501542925835, -0.035038188099861145, -0.006451698020100594, 0.03025430627167225, 0.007899942807853222, -0.027133572846651077, -0.0057649496011435986, -0.014538511633872986, 0.056771207600831985, -0.03432808071374893, 0.06880565732717514, 0.0034103835932910442, -0.005839698016643524, 0.05404289811849594, -0.014538511633872986, -0.015136497095227242, 0.007867241278290749, 0.05318329483270645, 0.033188171684741974, 0.043279167264699936, -0.02180776745080948, -0.032982613891363144, 0.01193167082965374, 0.010810448788106441, -0.008147546090185642, 0.020555736497044563, -0.05146408826112747, -0.015575641766190529, -0.04133571684360504, -0.013361228629946709, -0.035449299961328506, -0.005162293091416359, 0.01052080001682043, -0.009577104821801186, -0.052585311233997345, 0.028964901342988014, 0.006755362264811993, 0.007675698958337307, -0.04578322917222977, -0.06043386459350586, -0.0251714326441288, -0.03597253933548927, 0.006844125688076019, -0.010389990173280239, -0.027899740263819695, 0.00036644103238359094, -0.0007223706343211234, -0.08655833452939987, -0.06073285639286041, -0.018967337906360626, -0.013230419717729092, 0.02406889759004116, -0.12056873738765717, 0.02410627342760563, 0.04940851405262947, -0.026217907667160034, 0.023994149640202522, -0.012053136713802814, 0.009595791809260845, 0.010446051135659218, -0.004604017827659845, -0.010147059336304665, 0.04182158038020134, 0.003987345844507217, 0.011184189468622208, 0.022686058655381203, -0.04167208448052406, -0.018070360645651817, -0.008222294971346855, 0.022256257012486458, 0.0584530383348465, -0.003835513489320874, 0.024386577308177948, 0.03931751847267151, 0.00016847527876961976, -0.0047441706992685795, -0.009586447849869728, -0.0011095425579696894, -0.030534612014889717, 0.033879589289426804, -0.05209944769740105, -0.009792005643248558, -0.0234148520976305, 0.03653315082192421, 0.06846928596496582, 0.04391452670097351, 0.007432767190039158, -0.010763730853796005, 0.05456613749265671, -0.05419239401817322, -0.039467014372348785, 0.02455476112663746, 0.013781687244772911, -0.03677608072757721, -0.0076943859457969666, 0.02169564552605152, 0.004354078788310289, -0.025152746587991714, 0.06753493845462799, 0.007633653003722429, 0.02784367837011814, -0.018266575410962105, 0.04260643571615219, -0.04189632833003998, -0.01788349077105522, -0.034870002418756485, -0.039541762322187424, 0.042494311928749084, -0.02070523239672184, -0.0605086125433445, 0.018266575410962105, 0.027451250702142715, -0.019172895699739456, 0.009427607990801334, 0.045035749673843384, -0.03087097778916359, 0.02520880661904812, -0.006596522871404886, 0.05673383176326752, 0.039467014372348785, -0.0012929091462865472, -0.06405914574861526, -0.06129346787929535, 0.033356353640556335, 0.002546108327805996, -0.01693045161664486, -0.01664080284535885, 0.023134546354413033, -0.018257230520248413, 0.038719531148672104, 0.02214413322508335, 0.03120734542608261, 0.044138770550489426, 0.03201088681817055, -0.02640477754175663, -0.053818654268980026, -0.0514267161488533, -0.013239762745797634, 0.08790380507707596, -0.08341891318559647, -0.07250569015741348, -0.015267306007444859, -0.06174195557832718, -0.06678745895624161, 0.005559392273426056, -0.03686951473355293, -0.0073907217010855675, -0.05792980268597603, -0.028553785756230354, -0.02890883944928646, 0.0006622217479161918, -0.011941013857722282, -0.07456126064062119, 0.042232695966959, 0.04952063784003258, -0.013361228629946709, 0.05269743129611015, 0.025526486337184906, 0.01301551889628172, -0.013678908348083496, -0.048324666917324066, 0.006278843153268099, -0.009726600721478462, 0.023190608248114586, -0.02365778386592865, 0.005269743502140045, -0.026217907667160034, 0.04088722914457321, -0.04619434475898743, 0.017164040356874466, 0.0005127254407852888, -0.004863300360739231, 0.0013104281388223171, 0.008063455112278461, 0.016453932970762253 ]
22,874
clldutils.apilib
path
A path within the repository. :param comps: path components relative to `self.repos`.
def path(self, *comps: str) -> pathlib.Path: """ A path within the repository. :param comps: path components relative to `self.repos`. """ return self.repos.joinpath(*comps)
(self, *comps: str) -> pathlib.Path
[ -0.033538468182086945, -0.05579392984509468, -0.064454585313797, 0.03181323781609535, 0.010515275411307812, -0.07149352133274078, -0.013042736798524857, 0.04709877446293831, 0.05562140792608261, 0.0013586184941232204, 0.04185407608747482, -0.04399336129426956, 0.005507796071469784, 0.05406870320439339, -0.05669105052947998, -0.018546219915151596, 0.06224629282951355, -0.032589592039585114, -0.03571225702762604, 0.027362143620848656, 0.014155510812997818, 0.024791551753878593, 0.08205192536115646, -0.0008960412233136594, -0.020737262442708015, 0.06707693636417389, 0.07404686510562897, -0.011429646983742714, -0.010161603800952435, -0.08991897851228714, 0.035229191184043884, 0.02341136895120144, -0.005162750370800495, -0.0010761120356619358, -0.0027280196081846952, 0.08446724712848663, 0.022324472665786743, 0.05072175711393356, 0.016243038699030876, -0.01506988238543272, -0.04961760714650154, 0.009135091677308083, 0.009160970337688923, -0.034314822405576706, 0.029173634946346283, -0.02346312440931797, -0.04144002124667168, -0.03127841651439667, 0.03217553719878197, 0.04923805966973305, -0.005054923240095377, -0.0027344892732799053, -0.035108424723148346, -0.054413747042417526, 0.03041580133140087, 0.021065056324005127, 0.06134917214512825, 0.07128649204969406, 0.013120372779667377, 0.032675851136446, 0.01802865043282509, -0.039714790880680084, 0.08115480840206146, 0.024774299934506416, 0.0002908629539888352, 0.016070514917373657, -0.03905920311808586, -0.02099604718387127, 0.02453276701271534, 0.06200475990772247, -0.026119979098439217, 0.052446987479925156, -0.0018955962732434273, -0.039542265236377716, -0.006491177249699831, 0.00368983531370759, 0.03283112123608589, 0.006594690959900618, 0.07176955789327621, -0.024377496913075447, -0.05931340157985687, -0.06511016935110092, -0.007414175197482109, -0.0425441674888134, 0.06045205146074295, 0.017373064532876015, 0.012551046907901764, -0.04854796826839447, -0.038990192115306854, 0.009143717586994171, 0.00400037644430995, 0.06649035960435867, -0.025688672438263893, -0.018787752836942673, 0.0371614508330822, -0.04506300389766693, 0.01029962208122015, 0.020392216742038727, 0.0025209919549524784, 0.03771352395415306, 0.0008928063907660544, -0.04547705873847008, -0.017088400200009346, 0.022427987307310104, -0.007539254147559404, -0.01571684330701828, -0.0002870890311896801, 0.0016163246473297477, 0.0030320913065224886, -0.026585791260004044, -0.044200386852025986, 0.03616081550717354, 0.053413115441799164, -0.04789238050580025, 0.014207267202436924, 0.0658002644777298, -0.019219059497117996, -0.0671459436416626, 0.0488240048289299, -0.020288702100515366, 0.019391583278775215, 0.04444191977381706, 0.004237595479935408, 0.03543622046709061, 0.07570308446884155, 0.040266864001750946, -0.04585660621523857, -0.017191914841532707, -0.04713327810168266, -0.05883033573627472, 0.023549387231469154, 0.046788230538368225, -0.03616081550717354, -0.04602913185954094, 0.04147452488541603, 0.043855343014001846, -0.01097246166318655, -0.01930532231926918, 0.0017219949513673782, 0.07784236967563629, 0.03503941744565964, -0.002710767323151231, -0.03816208243370056, 0.046339672058820724, 0.024567272514104843, 0.07597912102937698, 0.03295188769698143, -0.019288068637251854, -0.003808444831520319, 0.01913279853761196, -0.009100587107241154, -0.04834093898534775, 0.006335906218737364, 0.008457939140498638, -0.0043303268030285835, -0.061659712344408035, -0.03284837678074837, -0.0077204033732414246, 0.02599921263754368, 0.03571225702762604, 0.014215893112123013, -0.02323884516954422, 0.029656700789928436, 0.030467558652162552, 0.010196108371019363, 0.0335729718208313, 0.004373457748442888, 0.03212377801537514, 0.0014459582744166255, -0.01655358076095581, 0.05072175711393356, -0.013103120028972626, -0.06762900948524475, -0.02553340047597885, -0.04337227717041969, -0.032020263373851776, 0.010083967819809914, 0.045718587934970856, -0.01161942258477211, -0.07014784216880798, 0.014854228124022484, -0.012214627116918564, 0.03369373828172684, 0.04934157058596611, 0.02667205221951008, 0.04578759893774986, 0.011213993653655052, 0.026706557720899582, 0.0693887397646904, 0.025395382195711136, -0.1056530699133873, 0.03433207422494888, -0.010843069292604923, 0.04637417569756508, 0.006154757458716631, -0.0640750378370285, 0.04471795633435249, -0.011050096713006496, -0.017485203221440315, 0.06376449018716812, -0.009954575449228287, 0.006806031335145235, 0.019046537578105927, -0.0086735924705863, 0.025412634015083313, -0.019788386300206184, 0.009402502328157425, 0.007733342703431845, 0.03654036670923233, 0.04847895726561546, 0.005654440727084875, 0.026896333321928978, -0.02951868250966072, -0.03809307515621185, -0.015949750319123268, -0.004994540475308895, -0.021910417824983597, -0.018943022936582565, 0.030743595212697983, 0.055207353085279465, 0.042509663850069046, -0.031174901872873306, 0.06428205966949463, -0.034090541303157806, 0.008716723881661892, -0.07107947021722794, -0.0358157716691494, 0.027086107060313225, 0.02537813037633896, -0.06476512551307678, -0.020116180181503296, -0.026516782119870186, -0.00991144496947527, -0.040059834718704224, -0.002091841073706746, -0.03643685206770897, -0.026240745559334755, -0.00020662322640419006, -0.006818970665335655, 0.008608896285295486, 0.0003830549248959869, -0.04451092705130577, -0.017191914841532707, 0.016872746869921684, 0.008475190959870815, -0.04185407608747482, 0.0020249884109944105, -0.02981197088956833, 0.04447642341256142, -0.005283516366034746, 0.015009499154984951, 0.0398528091609478, -0.03160620853304863, -0.004196621477603912, 0.00687504094094038, 0.01750245690345764, -0.07418487966060638, -0.00395508948713541, 0.0016465161461383104, -0.019512349739670753, -0.015587450936436653, -0.04961760714650154, -0.02750016376376152, -0.022600511088967323, -0.027465658262372017, -0.06476512551307678, 0.005818337667733431, -0.004856521729379892, 0.006184948608279228, 0.03788604587316513, -0.003133448539301753, 0.0358157716691494, -0.01722642034292221, -0.022324472665786743, 0.01565646007657051, 0.030967874452471733, -0.002501583192497492, -0.03407328948378563, -0.01947784423828125, 0.02687907963991165, -0.027879713103175163, 0.005123932380229235, -0.016769234091043472, -0.015389049425721169, 0.028207506984472275, -0.00771609041839838, -0.007767847273498774, -0.0023161210119724274, -0.035608742386102676, 0.049652114510536194, 0.05669105052947998, 0.061763226985931396, -0.021237578243017197, 0.01935707777738571, 0.07880849391222, 0.05327509716153145, 0.016208533197641373, -0.0009262327221222222, 0.019995413720607758, -0.06224629282951355, -0.022859293967485428, 0.004442466888576746, -0.06055556610226631, -0.01930532231926918, 0.017700858414173126, -0.04468345269560814, 0.00376747059635818, -0.015138891525566578, 0.00791017897427082, 0.013456792570650578, 0.003221866674721241, -0.025188354775309563, -0.0027733067981898785, 0.06421305239200592, 0.015156143344938755, 0.023135332390666008, -0.0011785476235672832, -0.012067981995642185, -0.02777620032429695, 0.01813216507434845, -0.0014092971105128527, 0.05468978360295296, -0.026257997378706932, -0.012516542337834835, 0.002257894491776824, -0.011403769254684448, -0.010955208912491798, 0.03567775338888168, 0.01997816190123558, 0.04782336950302124, 0.012947849929332733, 0.012438906356692314, 0.05572492256760597, -0.015285535715520382, 0.06652486324310303, -0.005982234142720699, 0.03486689552664757, -0.045546066015958786, 0.032744862139225006, 0.021065056324005127, 0.04799589142203331, -0.0734947919845581, -0.006987180560827255, 0.007642767857760191, 0.012844336219131947, -0.024342993274331093, -0.001459975726902485, 0.024463757872581482, 0.020461225882172585, -0.029277149587869644, -0.00461498973891139, 0.03654036670923233, 0.007642767857760191, -0.008621836081147194, -0.03386626020073891, 0.06742198020219803, -0.03723045811057091, 0.07142451405525208, 0.01801139861345291, 0.004200934432446957, 0.014302155002951622, -0.013543053530156612, 0.023756414651870728, -0.02087528072297573, -0.04316524788737297, 0.02672380954027176, 0.007854108698666096, 0.0010119550861418247, -0.027758946642279625, -0.024377496913075447, -0.011602170765399933, 0.01577722653746605, 0.03086436167359352, -0.029208140447735786, -0.017200540751218796, 0.034211307764053345, -0.00651274248957634, -0.05686357244849205, -0.03964577987790108, -0.032675851136446, 0.00858301855623722, -0.005930477287620306, 0.046270664781332016, 0.05223995819687843, 0.015596077777445316, 0.04941058158874512, 0.07273568958044052, -0.01813216507434845, 0.006887979805469513, 0.00617632269859314, -0.02341136895120144, -0.0568980798125267, 0.029656700789928436, -0.0066766394302248955, -0.03809307515621185, -0.10579109191894531, 0.08522634953260422, -0.018045904114842415, -0.013249765150249004, -0.007112259976565838, 0.08798672258853912, 0.005374090746045113, 0.05013517662882805, 0.02266952022910118, -0.018563471734523773, -0.013379156589508057, 0.04216461628675461, 0.019339825958013535, -0.05793321505188942, -0.011938590556383133, -0.05462077632546425, 0.010653293691575527, 0.02560240961611271, 0.015173396095633507, 0.027482910081744194, 0.012024851515889168, -0.04716778174042702, -0.0542067214846611, 0.03148544207215309, -0.01023923885077238, -0.03943875432014465, -0.0488240048289299, -0.009833809919655323, 0.031174901872873306, -0.015509815886616707, -0.006172009743750095, 0.007444366347044706, -0.023083575069904327, 0.052964553236961365, 0.016570832580327988, -0.03340044990181923, -0.00534821255132556, -0.015984253957867622, -0.023670153692364693, 0.0515153631567955, -0.022186454385519028, -0.000016814250557217747, -0.059071868658065796, -0.040163349360227585, -0.009471511468291283, -0.024118712171912193, -0.024550020694732666, -0.009618155658245087, -0.001797473756596446, 0.021237578243017197, -0.04582210257649422, -0.06141817942261696, -0.01666571944952011, -0.025636915117502213, 0.016984887421131134, 0.0025662793777883053, 0.012801204808056355, 0.01942608691751957, 0.013793212361633778, -0.011602170765399933, -0.033141665160655975, -0.016570832580327988, 0.021927671507000923, -0.026585791260004044, -0.024774299934506416, 0.02486056089401245, 0.01863248087465763, 0.11759166419506073, -0.014095127582550049, 0.023394115269184113, -0.08032669872045517, -0.021134065464138985, -0.032072022557258606, 0.007543567102402449, -0.020392216742038727, -0.027689937502145767, -0.027879713103175163, -0.06141817942261696, 0.03362472727894783, 0.016536327078938484, -0.003428894327953458, 0.021979426965117455, 0.03609180822968483, -0.05310257151722908, -0.12256032228469849, -0.09868314117193222, -0.00767727242782712, -0.01468170527368784, -0.002223389921709895, 0.012456159107387066, 0.0010340595617890358, 0.005041983909904957, 0.03283112123608589, -0.021755147725343704, -0.017433447763323784, 0.07915354520082474, 0.054034195840358734, -0.09212727099657059, 0.02929440140724182, -0.02862156182527542, 0.03026053123176098, -0.0734947919845581, -0.009980454109609127, -0.06842261552810669, -0.03300364688038826, 0.015233779326081276, -0.020581992343068123, 0.04558056965470314, 0.01061016321182251, -0.0015807418385520577, -0.027137864381074905, 0.007953309454023838, -0.010092594660818577, -0.03329693526029587, -0.05179139971733093, 0.01122261956334114, -0.07411587238311768, -0.022980060428380966, -0.011533161625266075, 0.021427353844046593, 0.007293408736586571, 0.05782970413565636, 0.02072001062333584, 0.008056823164224625, 0.034832388162612915, -0.019167302176356316, -0.024946823716163635, 0.03277936577796936, 0.0037868793588131666, -0.04295822232961655, -0.01987464725971222, 0.015440806746482849, 0.00359926070086658, -0.01611364632844925, 0.05048022419214249, -0.02458452433347702, 0.008682219311594963, -0.05048022419214249, 0.02834552526473999, 0.02919088862836361, 0.10503198951482773, -0.03574676066637039, -0.040059834718704224, 0.002592157805338502, -0.0006809266633354127, 0.009721670299768448, -0.010748181492090225, 0.0203749630600214, -0.016475943848490715, 0.00026336711016483605, 0.008345799520611763, 0.004727129824459553, 0.004045663867145777, 0.0761861503124237, 0.009687165729701519, 0.04671922326087952, -0.01863248087465763, -0.010489396750926971, 0.027569172903895378, 0.07225262373685837, 0.02946692518889904, -0.021341092884540558, -0.04333777353167534, -0.062384311109781265, 0.012706317007541656, -0.03733397275209427, 0.026913585141301155, -0.030829856172204018, 0.06787054240703583, -0.0015656460309401155, 0.03215828165411949, 0.05393068492412567, -0.044372908771038055, 0.04202659800648689, 0.006322967354208231, -0.005680318921804428, 0.057622674852609634, -0.06635233759880066, -0.04099145904183388, 0.0170107651501894, -0.0380585677921772, -0.011472778394818306, -0.017476577311754227, 0.006167696323245764, 0.001590446219779551, 0.0024347305297851562, 0.0020390059798955917, 0.024619029834866524, 0.000025238225134671666, -0.006840535905212164, 0.02869057096540928, -0.008526948280632496, 0.015846235677599907, 0.0036208259407430887, -0.019736628979444504, 0.03322792425751686, -0.03695442155003548, 0.05517284944653511, 0.006956988945603371, 0.03968028351664543, -0.08274202048778534, -0.08453626185655594, -0.0016853339038789272, 0.023877181112766266, -0.014233145862817764, 0.021962175145745277, 0.006831909995526075, -0.04585660621523857, 0.06307440251111984, -0.0017424820689484477, -0.040094342082738876, 0.03823109343647957, 0.03812757879495621, -0.0380585677921772, 0.025343624874949455, 0.001583976554684341, 0.0456840842962265, 0.002179180970415473, 0.004718503449112177, -0.04068091884255409, -0.0016594553599134088, 0.02991548553109169, 0.02289379946887493, -0.058692317456007004, 0.005356838461011648, -0.02794872224330902, -0.020737262442708015, -0.015475311316549778, 0.0389556884765625, -0.05230896919965744, -0.025792185217142105, 0.025964708998799324, -0.0009240761864930391, 0.02784520946443081, 0.0036596436984837055, 0.023997945711016655, -0.007983501069247723, 0.04095695540308952, -0.010032211430370808, -0.007319287396967411, -0.021461859345436096, 0.00956639926880598, -0.028207506984472275, -0.0013985143741592765, -0.0020713540725409985, -0.02739664912223816, -0.014957742765545845, -0.0788775086402893, -0.02548164315521717, -0.05796772241592407, 0.01036000531166792, -0.07556506246328354, -0.02996724098920822, 0.03812757879495621, -0.033710990101099014, 0.010687798261642456, -0.015147517435252666, 0.03390076383948326, -0.018874013796448708, -0.0371614508330822, 0.01336190477013588, 0.0416470468044281, -0.019046537578105927, -0.005805398337543011, 0.025636915117502213, 0.0041621169075369835, -0.02423947863280773, 0.07135550677776337, 0.0239634420722723, -0.03950776159763336, -0.006172009743750095, 0.02896660752594471, -0.03798956051468849, -0.00785842165350914, 0.011343386024236679, 0.012249131686985493, -0.007025998551398516, -0.024325739592313766, -0.034090541303157806, 0.027034351602196693, -0.03260684385895729, 0.03878316655755043, 0.0044252146035432816, 0.027034351602196693, 0.02453276701271534, -0.019702123478055, -0.025067588314414024, -0.02941516786813736, 0.017554212361574173, 0.020185189321637154, 0.04737481102347374, 0.003103257156908512, 0.06159070506691933, 0.04323425889015198, -0.0416470468044281, -0.02049572952091694, -0.01434528548270464, 0.01159354392439127, -0.00583990290760994, -0.003911958541721106, 0.03947325795888901, 0.03540171682834625, -0.06321241706609726, 0.023480378091335297, 0.006460985634475946, 0.0699063092470169, 0.06331593543291092, 0.01661396212875843, -0.0020336145535111427, 0.028431786224246025, -0.03843811899423599, 0.06345394998788834, -0.0073365396820008755, -0.0832940936088562, 0.0016939600463956594, -0.02846629172563553, 0.021461859345436096, -0.012206001207232475, -0.06152169406414032, 0.08522634953260422, -0.014698958024382591, 0.008190528489649296, -0.013517175801098347, -0.038541633635759354, -0.07798038423061371, 0.00047929040738381445, -0.0403013676404953, 0.016924504190683365, -0.03616081550717354, 0.05841628089547157, -0.02862156182527542, 0.028983861207962036, -0.03481513634324074, 0.044924985617399216, 0.050825268030166626, -0.059071868658065796, 0.028328273445367813, 0.035332705825567245, -0.03210652619600296, 0.017304055392742157, -0.0663178339600563, 0.056484024971723557, 0.005387030076235533, -0.004108203575015068, 0.0088418023660779, -0.007280469872057438, 0.009747548028826714, 0.0033943895250558853, -0.08336310088634491, 0.014164136722683907, -0.03459085896611214, 0.030208773910999298, -0.009350745938718319, -0.05372365564107895, -0.01504400372505188, 0.020702756941318512, 0.06062457337975502, 0.03310716152191162, -0.014362538233399391, -0.012231878936290741, -0.10496298223733902, 0.02655128575861454, 0.003260684199631214, -0.022031184285879135, 0.007862734608352184, -0.03053656779229641, -0.002807811601087451, 0.029087373986840248, -0.01655358076095581, 0.04578759893774986, 0.04640868306159973, -0.07321875542402267, -0.008375990204513073 ]
22,875
pyglottolog.api
references_path
Path within the `references` directory of the repos.
def references_path(self, *comps: str): """ Path within the `references` directory of the repos. """ return self.repos.joinpath('references', *comps)
(self, *comps: str)
[ -0.04301409795880318, -0.0698893591761589, -0.040996745228767395, 0.03043127804994583, -0.01966065727174282, -0.02354150079190731, -0.01600206457078457, 0.05474210903048515, 0.04581787809729576, -0.00838569737970829, 0.02213960886001587, -0.05371633544564247, -0.01789974607527256, 0.05122028663754463, -0.045339185744524, -0.028601981699466705, 0.04547595605254173, 0.0017641165759414434, -0.021079644560813904, -0.0023015791084617376, 0.007424035109579563, 0.018686173483729362, 0.036620110273361206, -0.0325683057308197, -0.03479081392288208, 0.06325602531433105, 0.07324022054672241, -0.021353183314204216, -0.019079385325312614, -0.05197251960635185, -0.010385955683887005, -0.005051934160292149, -0.026960745453834534, -0.007834344170987606, 0.01477113738656044, 0.025695623829960823, 0.033594079315662384, 0.07214606553316116, 0.016087546944618225, -0.018190382048487663, -0.018463920801877975, 0.03308119252324104, 0.0027332587633281946, -0.04233025014400482, 0.025866586714982986, -0.000883661094121635, -0.0734453797340393, -0.031115127727389336, 0.021318990737199783, 0.01942131109535694, 0.007847166620194912, -0.038603272289037704, -0.03090997226536274, -0.052382830530405045, 0.024721140041947365, 0.02463565766811371, 0.052758947014808655, 0.06551273167133331, 0.015070321038365364, 0.04246702045202255, 0.03617560863494873, -0.04239863529801369, 0.06287991255521774, -0.0024618562310934067, 0.030739011242985725, 0.040723204612731934, -0.001317477785050869, -0.028516501188278198, 0.056007228791713715, 0.029747430235147476, -0.04783523455262184, 0.05740911886096001, -0.011437373235821724, -0.047732654958963394, 0.044860489666461945, -0.033850524574518204, 0.0350472591817379, 0.018720364198088646, 0.05330602452158928, -0.012454599142074585, -0.07358215004205704, -0.08630173653364182, -0.0018111312529072165, -0.05778523534536362, 0.060383863747119904, 0.01837844029068947, 0.03308119252324104, -0.028106192126870155, -0.012292184866964817, -0.0021904536988586187, 0.010232090018689632, 0.042261864989995956, -0.02066933363676071, -0.03090997226536274, 0.03518402948975563, -0.05884520336985588, -0.00019593875913415104, -0.003570973640307784, 0.007864262908697128, 0.053032487630844116, -0.0037205656990408897, -0.037987809628248215, -0.04380052536725998, 0.032978616654872894, -0.02718299627304077, -0.038227155804634094, -0.0003886719641741365, -0.026516243815422058, 0.011428825557231903, -0.06479468941688538, -0.06400825828313828, -0.021079644560813904, 0.06004193797707558, -0.043766334652900696, 0.023746654391288757, 0.03379923477768898, -0.01483097393065691, -0.0550498403608799, 0.048997778445482254, -0.013044418767094612, 0.03314957767724991, 0.019575176760554314, 0.0003448628995101899, 0.02379794418811798, 0.06465791910886765, 0.009360182099044323, -0.053374409675598145, 0.024738235399127007, -0.03419244661927223, -0.06934228539466858, 0.040005162358284, 0.026806877925992012, -0.06934228539466858, -0.04270636662840843, 0.06605980545282364, 0.06999193876981735, -0.010214993730187416, 0.005919567309319973, 0.009813232347369194, 0.05248540639877319, 0.027473632246255875, -0.005701590795069933, -0.046364959329366684, 0.01752362959086895, 0.021848974749445915, 0.09867940098047256, 0.04239863529801369, -0.0008291668491438031, -0.06729073822498322, 0.01902809739112854, 0.028465213254094124, -0.0522802509367466, -0.028841329738497734, -0.006547853816300631, -0.009915810078382492, -0.02678978256881237, -0.03945808485150337, 0.004389455541968346, 0.0042932890355587006, 0.015728525817394257, 0.04014193266630173, 0.026088837534189224, 0.019575176760554314, 0.05470791459083557, 0.011480114422738552, 0.027747170999646187, 0.02403729036450386, -0.035354990512132645, -0.0065777720883488655, 0.0011529265902936459, 0.02413986809551716, 0.0017598425038158894, -0.06130705773830414, -0.040483858436346054, 0.014625819399952888, -0.03778265416622162, -0.006637609098106623, 0.04407406598329544, 0.009411470964550972, 0.004953630734235048, -0.015976421535015106, 0.010326119139790535, 0.0347566232085228, 0.02427663840353489, 0.026328183710575104, 0.04301409795880318, -0.0019521750509738922, 0.018241669982671738, 0.07686462253332138, 0.014369376003742218, -0.06971839815378189, 0.052861522883176804, 0.03942389041185379, 0.04345859959721565, -0.001134761841967702, -0.08171994984149933, 0.017446696758270264, -0.02540498785674572, -0.003917172085493803, 0.024840813130140305, -0.0012640519998967648, -0.011659624986350536, -0.0026584628503769636, -0.010001290589571, 0.04291152209043503, -0.012540080584585667, 0.030089354142546654, -0.014249702915549278, 0.009189220145344734, 0.07501822710037231, -0.00510322256013751, 0.00403257180005312, -0.03542337566614151, -0.0774117037653923, -0.014719848521053791, -0.02263540029525757, -0.026704302057623863, -0.03651753440499306, -0.010804813355207443, 0.06749588996171951, 0.041270285844802856, -0.029644852504134178, 0.03689365088939667, -0.032346054911613464, -0.01414712518453598, -0.06004193797707558, -0.018429730087518692, 0.039252929389476776, 0.02066933363676071, -0.08267733454704285, 0.0021530557423830032, -0.016198672354221344, -0.0307902991771698, -0.037235576659440994, 0.02140447124838829, -0.058640047907829285, -0.03904777392745018, 0.015728525817394257, 0.03371375426650047, 0.02342182584106922, -0.008428438566625118, -0.010556918568909168, 0.028721656650304794, 0.010266282595694065, 0.028875522315502167, -0.026105932891368866, 0.024823717772960663, -0.05152801796793938, 0.039492275565862656, 0.002825150964781642, 0.023951809853315353, -0.007026548031717539, -0.053032487630844116, 0.007334279827773571, 0.011659624986350536, -0.0005721892230212688, -0.050741590559482574, -0.02839682810008526, -0.004987823311239481, -0.03205541893839836, 0.001030581770464778, -0.02354150079190731, 0.025729816406965256, -0.026191415265202522, -0.050502244383096695, -0.06048643961548805, 0.0011967356549575925, -0.03080739453434944, -0.0019243936985731125, -0.011745105497539043, 0.04034708812832832, 0.02413986809551716, -0.02179768495261669, -0.008201912976801395, -0.020994162186980247, -0.010180801153182983, 0.011052709072828293, -0.014224058017134666, 0.017592014744877815, 0.058640047907829285, -0.0270291306078434, -0.025319507345557213, 0.0029661948792636395, 0.0015643044607713819, 0.013959066942334175, -0.02265249565243721, -0.043253447860479355, 0.028516501188278198, -0.04458695277571678, 0.034465987235307693, 0.08213026076555252, 0.048382312059402466, 0.002750355051830411, 0.023353442549705505, 0.03369665518403053, 0.053271833807229996, 0.024686947464942932, 0.0023293604608625174, 0.011770750395953655, -0.010736428201198578, -0.015737073495984077, -0.014249702915549278, -0.06161478906869888, -0.008992613293230534, -0.02179768495261669, -0.07720654457807541, 0.01926744356751442, -0.04366375505924225, 0.02239605225622654, 0.00447066267952323, -0.011309152469038963, -0.03634657338261604, -0.008654963225126266, 0.05416083708405495, -0.0020013267640024424, -0.007646285928785801, -0.022567015141248703, 0.0013377794530242682, -0.010727880522608757, 0.006718815770000219, -0.021609626710414886, 0.054263412952423096, -0.006073433440178633, -0.014933551661670208, -0.02213960886001587, -0.008966969326138496, -0.021079644560813904, 0.026635916903614998, 0.02714880369603634, 0.04253540560603142, -0.002632818417623639, -0.01950679160654545, 0.04691203683614731, -0.012941841036081314, 0.05822973698377609, -0.010659495368599892, 0.04509983956813812, -0.06387149542570114, 0.03143995627760887, -0.0005342569784261286, 0.04003935679793358, -0.03768007829785347, -0.006770104635506868, -0.008740444667637348, 0.0415780171751976, 0.0009247988346032798, -0.005137415137141943, 0.02605464495718479, 0.017694592475891113, -0.027234284207224846, 0.009659366682171822, 0.05754588916897774, -0.007180414162576199, 0.004271918907761574, -0.05631496012210846, 0.07248798757791519, -0.030209027230739594, 0.039629045873880386, 0.04509983956813812, 0.010249186307191849, 0.01326666958630085, -0.024960486218333244, 0.007971114479005337, -0.02154124155640602, -0.0029234541580080986, 0.04445018246769905, -0.007629189640283585, 0.006949614733457565, -0.02463565766811371, -0.019130675122141838, -0.02191735804080963, 0.02166091464459896, 0.028721656650304794, 0.0022139609791338444, -0.02179768495261669, -0.010522725991904736, -0.007317183539271355, -0.004543321672827005, -0.01990000531077385, -0.04103093594312668, -0.017745880410075188, 0.007945469580590725, 0.01788265071809292, 0.019318733364343643, -0.006252944003790617, 0.021096739917993546, 0.0538531057536602, -0.013600045815110207, 0.043356023728847504, 0.04260379076004028, 0.02740524709224701, -0.05152801796793938, 0.0019649972673505545, -0.03614141792058945, -0.04007354751229286, -0.1005941778421402, 0.07180414348840714, -0.025986259803175926, 0.033628273755311966, 0.0016081135254353285, 0.09491823613643646, 0.0475275032222271, 0.0035303703043609858, 0.008180542849004269, -0.010625302791595459, 0.03407277539372444, 0.011736557818949223, 0.023336345329880714, -0.043732140213251114, -0.00009256002522306517, -0.05546015128493309, 0.037987809628248215, 0.0481087751686573, -0.00250032264739275, 0.013454727828502655, -0.010479984804987907, -0.04280894249677658, -0.09895294159650803, 0.03280765190720558, -0.02241314947605133, -0.016950905323028564, -0.03651753440499306, 0.01145446952432394, 0.06086255609989166, -0.007244525011628866, -0.010941583663225174, -0.006705993786454201, -0.00322263827547431, 0.04848489165306091, 0.02443050406873226, -0.029815813526511192, -0.002207549987360835, 0.007727493066340685, -0.018976807594299316, 0.026858167722821236, 0.0012907648924738169, 0.0337650403380394, -0.049750011414289474, -0.03417535126209259, -0.019711945205926895, -0.012676849961280823, 0.01076207309961319, -0.006787200924009085, -0.025593046098947525, -0.00016976015467662364, -0.038261350244283676, -0.059631627053022385, -0.012394762597978115, -0.022207994014024734, 0.029815813526511192, -0.029063580557703972, -0.0022481533233076334, 0.023182479664683342, 0.02090868167579174, -0.02641366608440876, -0.03915035352110863, -0.03884262219071388, 0.03320086747407913, -0.014061643742024899, -0.033867619931697845, 0.03952647000551224, -0.0022652496118098497, 0.1211780309677124, -0.010839005932211876, 0.022430244833230972, -0.09074675291776657, -0.007577901240438223, -0.014420664869248867, -0.023456018418073654, -0.015856748446822166, 0.02364407666027546, -0.023216672241687775, -0.050878360867500305, 0.03190155327320099, -0.01395051833242178, 0.0023357716854661703, 0.0029384135268628597, 0.04516822472214699, -0.024447599425911903, -0.09854263067245483, -0.07850585877895355, -0.03243153542280197, -0.012121222913265228, 0.027131706476211548, 0.020720623433589935, -0.0033936004620045424, -0.0065093874000012875, 0.0028059177566319704, -0.04215928912162781, -0.018344247713685036, 0.06431599706411362, 0.031747687608003616, -0.07611238956451416, 0.023712461814284325, -0.009582433849573135, 0.007304361555725336, -0.037372346967458725, 0.006676075514405966, -0.03289313614368439, -0.020806103944778442, 0.016087546944618225, -0.015318216755986214, 0.022207994014024734, 0.011300603859126568, -0.005248540546745062, -0.03332053869962692, 0.033628273755311966, -0.024464696645736694, -0.040859974920749664, -0.03417535126209259, 0.018805846571922302, -0.05822973698377609, 0.04270636662840843, 0.014232606627047062, 0.02066933363676071, 0.025199834257364273, 0.03689365088939667, 0.03390181064605713, 0.03403858095407486, 0.043732140213251114, -0.024242445826530457, -0.021729299798607826, 0.012403310276567936, -0.03255121037364006, -0.02253282256424427, -0.05457114800810814, 0.0063085067085921764, 0.007808700203895569, -0.026755589991807938, 0.08705396950244904, -0.00010618357919156551, -0.018446825444698334, -0.03200412914156914, -0.01477113738656044, 0.02914906106889248, 0.09950002282857895, 0.014796781353652477, -0.07132544368505478, -0.007000903598964214, 0.0027781364042311907, 0.00028983442462049425, -0.015121609903872013, 0.0047313799150288105, -0.011864779517054558, 0.010189349763095379, 0.006842763628810644, -0.004205671139061451, -0.0008959489641711116, 0.049373894929885864, 0.02241314947605133, 0.06007612869143486, -0.030619336292147636, -0.03489339351654053, 0.03641495481133461, 0.04031289741396904, 0.014471953734755516, -0.03232895955443382, -0.014694204553961754, -0.020122256129980087, -0.00387870566919446, -0.012044290080666542, 0.004453566391021013, -0.01776297576725483, 0.042364440858364105, -0.008898584172129631, 0.024601465091109276, 0.032346054911613464, -0.032482825219631195, 0.025934971868991852, 0.011240767315030098, -0.0027332587633281946, 0.053511179983615875, -0.034465987235307693, -0.04253540560603142, 0.003964187111705542, -0.014506146311759949, 0.012223799712955952, -0.03202122822403908, 0.0538531057536602, 0.0016572652384638786, -0.004757024347782135, -0.004398003686219454, 0.030260315164923668, 0.006364069413393736, 0.040996745228767395, 0.03408987075090408, 0.00042313153971917927, 0.022823458537459373, 0.021370280534029007, -0.00951404869556427, -0.020361602306365967, -0.05067320540547371, 0.022737978026270866, -0.02025902457535267, 0.03314957767724991, -0.04318506270647049, -0.08124125748872757, -0.013728267513215542, 0.050502244383096695, 0.00908664334565401, 0.052519600838422775, -0.01589948870241642, -0.040723204612731934, 0.04841650649905205, -0.037611693143844604, -0.017096223309636116, 0.03795361518859863, -0.004462114535272121, -0.005060482304543257, 0.06031547859311104, -0.017335571348667145, -0.003611577209085226, -0.0017983090365305543, -0.016438018530607224, -0.06411083787679672, -0.0028807136695832014, 0.025370795279741287, 0.030841587111353874, -0.0722828358411789, 0.04445018246769905, -0.008492548950016499, -0.043356023728847504, -0.008531015366315842, 0.015993516892194748, -0.014369376003742218, 0.01803651638329029, -0.0007303293095901608, 0.0013324369210749865, -0.01575417071580887, 0.03152543678879738, 0.02928583137691021, -0.005740057211369276, 0.056143999099731445, 0.004778394475579262, 0.015463534742593765, -0.0261401254683733, 0.05221186578273773, -0.04427921772003174, 0.0017438147915527225, 0.015677237883210182, -0.0615805983543396, -0.010890294797718525, -0.09136222302913666, -0.011907519772648811, -0.06185413897037506, 0.04920293018221855, -0.06004193797707558, -0.041885748505592346, 0.03829554095864296, -0.00597940431907773, 0.0180194191634655, 0.006073433440178633, 0.03566272184252739, 0.009471307508647442, -0.01662607677280903, 0.009539692662656307, 0.03713299706578255, 0.013506016694009304, -0.015737073495984077, 0.012104126624763012, -0.026738494634628296, 0.003220501122996211, 0.05631496012210846, 0.00789418164640665, -0.04181736335158348, -0.017745880410075188, 0.0605890154838562, -0.022720880806446075, -0.027234284207224846, 0.062264446169137955, -0.017626207321882248, -0.03514983505010605, -0.03696203604340553, -0.049237124621868134, 0.023079901933670044, -0.04564691707491875, 0.023507308214902878, 0.06195671483874321, 0.019951293244957924, 0.027969421818852425, 0.005624657496809959, -0.01007822435349226, -0.030585143715143204, 0.05535757169127464, 0.030687721446156502, 0.07248798757791519, 0.017592014744877815, 0.07925809174776077, 0.05446856841444969, 0.02877294458448887, -0.022344764322042465, 0.025593046098947525, 0.01307006273418665, -0.01964356191456318, -0.020464180037379265, 0.040244512259960175, 0.0036585917696356773, -0.08048902451992035, 0.0312860906124115, -0.03412406146526337, 0.08794297277927399, 0.06773523986339569, 0.02015644870698452, 0.0008286326192319393, 0.026960745453834534, -0.03928712382912636, 0.08048902451992035, -0.018344247713685036, -0.11591240018606186, 0.029559370130300522, -0.006415357813239098, 0.021831877529621124, -0.0012661890359595418, -0.04745911806821823, 0.07159898430109024, -0.06476049870252609, -0.017574917525053024, -0.014001807197928429, -0.06660688668489456, -0.09102029353380203, 0.02778136357665062, -0.011249314993619919, 0.029764525592327118, -0.05118609219789505, 0.0722828358411789, -0.03716719150543213, 0.021814782172441483, -0.011830586940050125, 0.026687204837799072, 0.036859460175037384, -0.015839651226997375, 0.028071999549865723, 0.053613755851984024, -0.0030067984480410814, 0.0004242000577505678, -0.06869262456893921, 0.04581787809729576, 0.004060353152453899, 0.011368989013135433, -0.005466517526656389, 0.009855972602963448, 0.007154769729822874, -0.026806877925992012, -0.05867423862218857, 0.03308119252324104, -0.02564433589577675, 0.0250459685921669, -0.007321457844227552, -0.049750011414289474, -0.04940808564424515, 0.00416293041780591, 0.08103609830141068, -0.009445663541555405, -0.05347698926925659, -0.008479727432131767, -0.07843747735023499, 0.03202122822403908, -0.03090997226536274, -0.03720138221979141, -0.00789418164640665, -0.00250032264739275, -0.01613028720021248, 0.02340473048388958, -0.023849232122302055, 0.0716673731803894, 0.047253962606191635, -0.0924563780426979, 0.00908664334565401 ]
22,876
pyglottolog.api
refs_by_languoid
null
def refs_by_languoid(self, *bibfiles, **kw): nodes = kw.get('nodes') if bibfiles: bibfiles = [ bib if isinstance(bib, references.BibFile) else self.bibfiles[bib] for bib in bibfiles] else: bibfiles = self.bibfiles all_ = {} languoids_by_code = self.languoids_by_code( nodes or {lang.id: lang for lang in self.languoids()}) res = collections.defaultdict(list) for bib in tqdm(bibfiles): for entry in bib.iterentries(): all_[entry.id] = entry for lang in entry.languoids(languoids_by_code)[0]: res[lang.id].append(entry) return res, all_
(self, *bibfiles, **kw)
[ 0.022473787888884544, -0.04067618399858475, -0.009595935232937336, 0.020534027367830276, -0.05070807784795761, 0.046867743134498596, -0.0073181865736842155, -0.037012193351984024, 0.051687754690647125, -0.05337279662489891, -0.021337363868951797, -0.02069077640771866, -0.01825137995183468, -0.004957165103405714, -0.05768337473273277, -0.03342657536268234, -0.07437706738710403, 0.0750824362039566, -0.05666451156139374, -0.007896196097135544, -0.028763314709067345, -0.0005002475227229297, 0.03185909241437912, 0.04310578480362892, -0.00421995809301734, -0.021356957033276558, 0.06587347388267517, -0.03483730927109718, -0.0008786477264948189, 0.02976258471608162, -0.044712454080581665, -0.02078874409198761, 0.010835226625204086, -0.036953411996364594, -0.0029120896942913532, -0.037090566009283066, 0.05764418840408325, 0.0362088568508625, 0.008449713699519634, -0.02368858829140663, 0.0029537258669734, 0.003921156749129295, 0.008008859120309353, -0.031016571447253227, 0.009257947094738483, 0.019642522558569908, 0.010864617303013802, -0.04298822209239006, -0.016389993950724602, 0.04381114989519119, -0.02225825935602188, -0.0821361094713211, -0.0043693589977920055, -0.011844294145703316, -0.008136216551065445, -0.027509327977895737, -0.09114913642406464, 0.07825659215450287, 0.01981886476278305, 0.05881980061531067, -0.001194593496620655, -0.008356643840670586, 0.003144762944430113, -0.014156331308186054, -0.01600792072713375, 0.02225825935602188, 0.004024022724479437, -0.048827096819877625, -0.02978217788040638, -0.007327983155846596, -0.010149452835321426, 0.023766960948705673, -0.002816571155562997, -0.002961073536425829, 0.08871953934431076, -0.001219085417687893, -0.022552162408828735, 0.07943220436573029, -0.05670369789004326, 0.012951328419148922, -0.032917145639657974, -0.05004189535975456, 0.00793538335710764, 0.05078645050525665, 0.04921896755695343, 0.010805835947394371, 0.08487920463085175, 0.03722772374749184, 0.03814861923456192, -0.055136214941740036, -0.030938196927309036, 0.003299061907455325, 0.024805419147014618, -0.00954695139080286, 0.0030810837633907795, -0.05004189535975456, -0.03344617038965225, 0.02844981662929058, 0.0005642326432280242, 0.008919958025217056, 0.05133507028222084, -0.10063241422176361, -0.02300281450152397, -0.04831766337156296, 0.0031937467865645885, 0.020396873354911804, 0.026510057970881462, -0.025354038923978806, -0.001576055190525949, 0.013695883564651012, -0.1011810302734375, -0.002828817116096616, 0.05803605914115906, 0.05129588395357132, -0.0312516950070858, 0.016889629885554314, -0.008248879574239254, 0.0034068264067173004, -0.0159099530428648, 0.009718394838273525, -0.010306200943887234, -0.009595935232937336, -0.029527461156249046, 0.0017854612087830901, -0.023433871567249298, -0.021004272624850273, 0.012245961464941502, 0.00783251691609621, -0.014793121255934238, 0.020298905670642853, 0.03375966474413872, 0.03058551251888275, -0.022708911448717117, -0.02564794197678566, 0.044007085263729095, -0.027352578938007355, -0.06798958033323288, 0.0006064812187105417, 0.03405356779694557, 0.026647211983799934, -0.005324543919414282, -0.02709786407649517, 0.027352578938007355, -0.004452631343156099, -0.04627993702888489, 0.04659343510866165, 0.003436216851696372, -0.020965086296200752, -0.06285607069730759, -0.002386737847700715, 0.016105888411402702, -0.03040917031466961, -0.009595935232937336, 0.04769067093729973, -0.03973569720983505, -0.016458572819828987, -0.0333482027053833, 0.007171235047280788, -0.04157748818397522, 0.03483730927109718, 0.04310578480362892, 0.05333361029624939, 0.014489421620965004, 0.022356227040290833, -0.008405627682805061, 0.004908181261271238, 0.014832308515906334, -0.04010797291994095, -0.013049296103417873, 0.04157748818397522, -0.03405356779694557, -0.018398331478238106, -0.09569483995437622, 0.021905574947595596, 0.0497284010052681, -0.03526837006211281, 0.02899843640625477, 0.02288525179028511, 0.012285148724913597, 0.06191558018326759, -0.03417113050818443, 0.01420531515032053, 0.017732152715325356, 0.02084752544760704, -0.014391453936696053, 0.061993956565856934, 0.004533454775810242, -0.028155913576483727, 0.0720258429646492, -0.030095674097537994, -0.004820010159164667, -0.002581448759883642, -0.03789390251040459, 0.021768420934677124, -0.012040229514241219, -0.017751745879650116, -0.008469306863844395, -0.00216263672336936, -0.07253527641296387, 0.01249088067561388, 0.0256283488124609, -0.026764772832393646, -0.023042000830173492, 0.013431370258331299, -0.012951328419148922, 0.011648358777165413, -0.004075455944985151, 0.03246649354696274, 0.008645649068057537, 0.017918290570378304, 0.062189891934394836, 0.0011419359361752868, -0.05764418840408325, -0.02016175165772438, -0.020965086296200752, 0.01422490831464529, -0.08464408665895462, 0.04910140484571457, 0.01663491316139698, 0.014411047101020813, -0.006808754522353411, -0.0004607542941812426, 0.006167066283524036, -0.07759041339159012, -0.01530255377292633, -0.029919331893324852, 0.09208963066339493, 0.03797227516770363, 0.020925898104906082, -0.05956435576081276, 0.03266242891550064, -0.02907681092619896, -0.004545700736343861, 0.019260447472333908, 0.00534413754940033, -0.06548160314559937, 0.00042462869896553457, 0.06332631409168243, 0.06485461443662643, 0.055214591324329376, 0.03127128630876541, -0.004957165103405714, 0.035033244639635086, -0.003935852088034153, 0.024550702422857285, -0.020014800131320953, 0.08605481684207916, -0.023237936198711395, -0.04181260988116264, -0.03589536249637604, -0.010502136312425137, -0.0064854612573981285, 0.0131962476298213, 0.00003836430187220685, 0.02002459578216076, -0.02280687913298607, -0.05153100565075874, -0.034954871982336044, -0.029233558103442192, -0.07778634876012802, 0.029370713979005814, 0.002501850016415119, 0.026510057970881462, 0.06426680833101273, 0.005133506841957569, 0.015478895045816898, 0.03938301280140877, -0.011217300780117512, -0.0609750896692276, 0.006382595282047987, 0.037051379680633545, -0.03538592904806137, 0.026686398312449455, 0.03111453913152218, -0.01798686757683754, 0.012187181040644646, -0.004058311693370342, 0.030036894604563713, -0.023982491344213486, 0.04341927915811539, 0.0021014069207012653, 0.022493381053209305, 0.013010109774768353, 0.0034141740761697292, 0.02625534124672413, -0.015674831345677376, -0.06046565994620323, 0.05086482688784599, -0.06990974396467209, -0.043340906500816345, 0.02290484681725502, 0.002083037979900837, -0.03379885479807854, -0.0023389786947518587, 0.011971651576459408, 0.03191787376999855, 0.010942990891635418, 0.020925898104906082, 0.025393225252628326, 0.014851901680231094, -0.09726232290267944, -0.003335799789056182, 0.09444085508584976, -0.027254611253738403, -0.04349765554070473, -0.0722217783331871, 0.01737946830689907, -0.04718124121427536, 0.01798686757683754, -0.039814069867134094, -0.019221261143684387, -0.03656154125928879, 0.057840123772621155, 0.021866388618946075, -0.11677748709917068, -0.009008129127323627, -0.04024512693285942, -0.01206961926072836, 0.007710057310760021, -0.00623564375564456, -0.002000990090891719, -0.0069997915998101234, -0.00500614894554019, 0.02219947800040245, 0.06148452311754227, -0.029605835676193237, -0.010247420519590378, 0.0009362037526443601, 0.08096049726009369, 0.002990463748574257, 0.035621050745248795, 0.025334445759654045, 0.044830016791820526, -0.025216883048415184, -0.02909640409052372, -0.016037311404943466, 0.05689963325858116, -0.023296717554330826, 0.018016258254647255, -0.016341010108590126, -0.04796498268842697, -0.04514351114630699, -0.03595414385199547, -0.003823189064860344, 0.036365605890750885, 0.022003542631864548, -0.03589536249637604, 0.01737946830689907, -0.003294163616374135, -0.0190547164529562, -0.03044835850596428, 0.008709327317774296, -0.04514351114630699, -0.0025985930114984512, -0.04416383430361748, -0.003152110381051898, -0.04318415746092796, -0.039794474840164185, 0.03538592904806137, 0.024002084508538246, 0.007391662336885929, -0.003940750379115343, -0.015763001516461372, 0.007195726968348026, 0.07143803685903549, 0.01806524209678173, 0.006955706048756838, 0.05109994858503342, 0.0008915059734135866, -0.06685315072536469, -0.002816571155562997, 0.0009851875947788358, -0.018476705998182297, 0.032172590494155884, -0.016664303839206696, -0.041969358921051025, 0.0040215738117694855, -0.03058551251888275, -0.04804335534572601, 0.005814382340759039, -0.008905262686312199, -0.02080833725631237, 0.0779430940747261, 0.011550391092896461, -0.04142073914408684, -0.016458572819828987, 0.014655966311693192, 0.01349994819611311, 0.038481708616018295, 0.0720258429646492, 0.02833225578069687, 0.05196206271648407, 0.0048665450885891914, 0.026725586503744125, -0.06603022664785385, -0.032250963151454926, 0.07512162625789642, -0.06297363340854645, 0.04294903576374054, -0.02355143241584301, 0.0035513287875801325, 0.053647108376026154, -0.094127357006073, 0.01667410135269165, -0.025452006608247757, 0.05615508183836937, 0.015371130779385567, -0.005035539157688618, -0.014842105098068714, -0.013548932038247585, -0.008194996975362301, -0.006338509730994701, 0.04561375826597214, -0.03560145944356918, -0.022512976080179214, 0.02852819114923477, 0.028586972504854202, -0.02431558072566986, -0.0030125065241008997, -0.03471975028514862, -0.010026993229985237, -0.00164585723541677, 0.03142803534865379, 0.0037129754200577736, 0.02506013587117195, 0.02014215663075447, 0.006955706048756838, -0.05807524546980858, -0.006945909466594458, 0.0373452827334404, -0.005099218338727951, 0.03240771219134331, 0.06873413175344467, -0.0678328275680542, 0.050198644399642944, -0.025432413443922997, -0.025530381128191948, 0.015596456825733185, 0.0483960397541523, -0.02223866619169712, 0.020514434203505516, 0.05349035933613777, 0.008694632910192013, -0.031016571447253227, -0.003952996339648962, -0.04870953410863876, -0.004364460706710815, -0.018819592893123627, -0.009992704726755619, 0.005540072917938232, 0.02425679937005043, -0.04796498268842697, 0.0428706631064415, -0.03174153342843056, 0.026823554188013077, -0.02353183925151825, -0.02284606546163559, 0.035699427127838135, 0.03973569720983505, -0.0004824908683076501, 0.03554267808794975, -0.038403335958719254, 0.05635101720690727, -0.0022042731288820505, -0.01909390278160572, -0.03744325041770935, 0.0016238144598901272, -0.015126211568713188, -0.001667899894528091, 0.011893277987837791, -0.005363731179386377, 0.04569213092327118, -0.03826617822051048, -0.01655654050409794, -0.03350495174527168, -0.02970380336046219, -0.011716935783624649, -0.0483960397541523, -0.02984095923602581, -0.08487920463085175, -0.008817092515528202, -0.01625283993780613, 0.02413923852145672, -0.004726941231638193, -0.009013027884066105, -0.04714205116033554, 0.041342366486787796, 0.026059405878186226, -0.0227676909416914, -0.036267638206481934, -0.017389265820384026, 0.036463573575019836, -0.003333350643515587, 0.07226096838712692, 0.030272016301751137, -0.00896404404193163, 0.004746534395962954, -0.0014805367682129145, -0.009816362522542477, 0.019270244985818863, 0.03462178260087967, -0.05262824520468712, 0.015978530049324036, 0.009595935232937336, 0.028684940189123154, -0.018437519669532776, 0.023061593994498253, -0.024413548409938812, 0.0263924952596426, -0.017291298136115074, -0.05486190691590309, -0.0501202717423439, 0.07143803685903549, -0.009522459469735622, -0.0023512246552854776, -0.0003560513141565025, -0.0074896300211548805, 0.030663887038826942, -0.0068626366555690765, 0.06285607069730759, 0.005535174626857042, -0.007901093922555447, 0.02088671177625656, -0.0093363206833601, 0.05490109324455261, -0.022434601560235023, -0.032250963151454926, -0.014489421620965004, -0.03117331862449646, 0.025393225252628326, -0.005074726417660713, -0.08221448957920074, -0.022473787888884544, -0.051687754690647125, -0.04784741997718811, -0.0013617508811876178, 0.04032350331544876, -0.013460760936141014, 0.03254486620426178, -0.018300363793969154, 0.023081187158823013, 0.013784053735435009, 0.014254298992455006, 0.001650755642913282, 0.06994893401861191, 0.016203856095671654, -0.03787430748343468, -0.010629494674503803, 0.05936842039227486, 0.02631412260234356, 0.03738446906208992, -0.0483960397541523, -0.005721312947571278, 0.055841583758592606, -0.023747367784380913, -0.026039812713861465, -0.012265554629266262, -0.03650275990366936, -0.0029292339459061623, -0.034249503165483475, 0.044594891369342804, 0.038462113589048386, -0.0012086763745173812, 0.005363731179386377, 0.02492297999560833, -0.006157269235700369, 0.07155559957027435, -0.05615508183836937, 0.03056591935455799, 0.002689213026314974, -0.043928712606430054, -0.0035317351575940847, -0.006127879023551941, -0.004202813841402531, 0.02843022346496582, 0.010874413885176182, -0.02968421019613743, -0.03178071975708008, 0.03170234337449074, -0.044594891369342804, -0.02502094767987728, 0.041185617446899414, 0.04157748818397522, -0.0007439421606250107, 0.1272796243429184, 0.06755851954221725, 0.009987805970013142, 0.03199624642729759, 0.040597811341285706, -0.019985409453511238, -0.02560875378549099, -0.035679832100868225, -0.006647107657045126, -0.041303180158138275, -0.004114643204957247, 0.003098228247836232, -0.03236852586269379, 0.027940385043621063, -0.042596351355314255, -0.015772799029946327, 0.0019973162561655045, -0.01760479435324669, -0.027332985773682594, 0.005202084314078093, -0.06548160314559937, -0.011765919625759125, 0.06603022664785385, -0.08519270271062851, 0.0012919489527121186, 0.06591266393661499, -0.019848253577947617, -0.017555810511112213, 0.03748243674635887, 0.008092131465673447, 0.003284366801381111, 0.012637832202017307, 0.045457009226083755, 0.05337279662489891, -0.018897967413067818, -0.014626576565206051, -0.042635537683963776, -0.07327983528375626, 0.004139135126024485, 0.020631995052099228, -0.01522417925298214, 0.043340906500816345, -0.0037399164866656065, 0.027940385043621063, 0.017252109944820404, 0.08683855831623077, -0.007342678494751453, -0.021043460816144943, 0.09310849010944366, 0.04522188752889633, 0.03042876534163952, 0.006309119518846273, 0.053725481033325195, -0.04486920312047005, -0.012716206721961498, 0.06050484627485275, -0.05501865595579147, -0.035640645772218704, 0.012559457682073116, -0.03242730721831322, -0.004261594731360674, 0.04357602819800377, 0.05317686125636101, 0.0010366205824539065, -0.01564544066786766, 0.023042000830173492, 0.04165586084127426, 0.008405627682805061, 0.03129088133573532, -0.017849713563919067, 0.003507243236526847, 0.04769067093729973, -0.0061719645746052265, 0.03542511537671089, 0.016801459714770317, 0.00987024512141943, 0.010531526990234852, -0.021670453250408173, -0.031584784388542175, -0.04486920312047005, -0.0417342372238636, -0.009640020318329334, 0.013666492886841297, -0.002424700418487191, -0.008302762173116207, 0.06391412019729614, -0.005765398498624563, 0.024393955245614052, 0.039872851222753525, -0.026470869779586792, -0.004359562415629625, 0.0042566959746181965, 0.006279728841036558, 0.017467638477683067, -0.005760500207543373, -0.027940385043621063, -0.02145492471754551, 0.023982491344213486, -0.0470636785030365, 0.05615508183836937, -0.006509953178465366, 0.03311308100819588, -0.03797227516770363, 0.07837415486574173, 0.044085461646318436, -0.014763730578124523, 0.007905992679297924, 0.02088671177625656, 0.014636373147368431, -0.011667951941490173, -0.06332631409168243, 0.02694111503660679, 0.026745179668068886, -0.0402059406042099, 0.028057945892214775, -0.00010225377627648413, 0.05823199450969696, 0.0020340541377663612, 0.02078874409198761, -0.007788431365042925, 0.027842417359352112, -0.01880979724228382, 0.023179154843091965, 0.052353933453559875, -0.044751640409231186, 0.07402438670396805, -0.03748243674635887, 0.002593694720417261, 0.021866388618946075, -0.001976498169824481, 0.04988515004515648, -0.03938301280140877, 0.027332985773682594, 0.03652235493063927, -0.035013653337955475, -0.0432625338435173, 0.016389993950724602, 0.0596427284181118, 0.07327983528375626, 0.013784053735435009, 0.07018405199050903, 0.0004243225557729602, 0.09890817850828171, -0.031408440321683884, -0.05556727573275566, 0.010737258940935135, 0.0404018759727478, 0.06152370944619179, -0.040480248630046844, -0.03377925977110863, -0.05043376609683037, -0.05705638229846954, 0.004910630639642477, -0.04110724478960037, -0.04502595216035843, 0.02486420050263405, -0.005437206942588091, -0.0027626887895166874, -0.05815362185239792, 0.01489108894020319, -0.0170561745762825, -0.08589807152748108, 0.025530381128191948, -0.0014254299458116293, -0.005579260177910328, -0.024727044627070427, -0.01629202626645565, 0.06626534461975098, -0.013891818933188915, 0.004359562415629625, -0.036306824535131454, -0.02500135451555252, 0.02766607515513897, -0.030036894604563713, -0.014411047101020813, -0.043458469212055206, -0.007509223651140928, -0.00444038538262248, -0.08660344034433365, 0.013715476728975773, 0.0019581292290240526, -0.01587076671421528, -0.013970192521810532, 0.027489734813570976 ]
22,877
pyglottolog.api
write_languoids_table
null
def write_languoids_table(self, outdir, version=None): version = version or self.describe() out = outdir / 'glottolog-languoids-{0}.csv'.format(version) md = outdir / (out.name + '-metadata.json') tg = TableGroup.fromvalue({ "@context": "http://www.w3.org/ns/csvw", "dc:version": version, "dc:bibliographicCitation": "{0}. " "{1} [Data set]. " "Zenodo. https://doi.org/{2}".format( ' & '.join([e.name for e in self.current_editors]), self.publication.zenodo.title_format.format('(Version {0})'.format(version)), self.publication.zenodo.doi, ), "tables": [load(pycldf.util.pkg_path('components', 'LanguageTable-metadata.json'))], }) tg.tables[0].url = out.name for col in [ dict(name='LL_Code'), dict(name='Classification', separator='/'), dict(name='Family_Glottocode'), dict(name='Family_Name'), dict(name='Language_Glottocode'), dict(name='Language_Name'), dict(name='Level', datatype=dict(base='string', format='family|language|dialect')), dict(name='Status'), ]: tg.tables[0].tableSchema.columns.append(Column.fromvalue(col)) langs = [] for lang in self.languoids(): lid, lname = None, None if lang.level == self.languoid_levels.language: lid, lname = lang.id, lang.name elif lang.level == self.languoid_levels.dialect: for lname, lid, level in reversed(lang.lineage): if level == self.languoid_levels.language: break else: # pragma: no cover raise ValueError langs.append(dict( ID=lang.id, Name=lang.name, Macroarea=lang.macroareas[0].name if lang.macroareas else None, Latitude=lang.latitude, Longitude=lang.longitude, Glottocode=lang.id, ISO639P3code=lang.iso, LL_Code=lang.identifier.get('multitree'), Classification=[c[1] for c in lang.lineage], Language_Glottocode=lid, Language_Name=lname, Family_Name=lang.lineage[0][0] if lang.lineage else None, Family_Glottocode=lang.lineage[0][1] if lang.lineage else None, Level=lang.level.name, Status=lang.endangerment.status.name if lang.endangerment else None, )) tg.to_file(md) tg.tables[0].write(langs, fname=out) return md, out
(self, outdir, version=None)
[ -0.023915007710456848, 0.01635521836578846, -0.02286422625184059, -0.016170358285307884, 0.010663486085832119, -0.03021969646215439, -0.057909734547138214, 0.041486408561468124, -0.04627330228686333, -0.0032715301495045424, -0.025004707276821136, -0.0009772024350240827, -0.032963402569293976, 0.043510135263204575, -0.023876089602708817, -0.020490238443017006, -0.003976915962994099, 0.025860900059342384, 0.043043121695518494, -0.0008659217855893075, 0.001342665171250701, -0.028254345059394836, 0.01439959742128849, -0.019293515011668205, 0.001557929441332817, -0.04300420358777046, 0.035512521862983704, -0.01393258385360241, 0.03839243948459625, -0.03313853219151497, -0.0533563457429409, -0.0019860255997627974, 0.01157805509865284, 0.007564653642475605, -0.04615654796361923, -0.03175695240497589, 0.03125102072954178, -0.04136965423822403, -0.011266712099313736, 0.027962462976574898, 0.004176369868218899, 0.002926134504377842, 0.001517795491963625, -0.03872324153780937, -0.0469738245010376, 0.013358545489609241, -0.06203502416610718, 0.0010021341731771827, -0.018855689093470573, 0.019799446687102318, -0.029149455949664116, -0.017162764444947243, 0.03494821488857269, 0.001442392123863101, -0.035220637917518616, -0.03214612975716591, -0.023681500926613808, 0.0012879370478913188, -0.0011413870379328728, 0.04090264067053795, -0.012191010639071465, 0.04514468461275101, -0.007584112696349621, 0.043938230723142624, 0.04094155877828598, 0.007900319993495941, 0.026055488735437393, -0.05390119552612305, -0.01529470831155777, 0.041719917207956314, -0.020548615604639053, 0.0009376765228807926, 0.06440901011228561, 0.03510388359427452, 0.04008536785840988, 0.020626451820135117, -0.0623074471950531, -0.020723745226860046, -0.007224122527986765, -0.020743204280734062, -0.03138723224401474, -0.017542213201522827, 0.05954428389668465, 0.029305126518011093, 0.06012805178761482, 0.03603791072964668, 0.09698323905467987, 0.04101939499378204, -0.04459983482956886, -0.0013852316187694669, -0.041953422129154205, -0.0283321812748909, 0.014506622217595577, -0.038664866238832474, -0.023350698873400688, -0.06577113270759583, -0.023876089602708817, 0.03810055926442146, -0.0347147062420845, -0.01665683276951313, 0.03290502727031708, -0.03413093835115433, 0.017795179039239883, -0.03189316391944885, 0.0035926024429500103, -0.05868808925151825, -0.04113614931702614, 0.0314650684595108, 0.006723055616021156, -0.026619797572493553, -0.09729457646608353, -0.012307764030992985, 0.05417362228035927, -0.03444227948784828, 0.04658464342355728, -0.03407256305217743, -0.04810243844985962, 0.0006020102300681174, -0.05876592546701431, -0.020062142983078957, 0.008070585317909718, -0.0016746829496696591, -0.03134831413626671, -0.005443631671369076, -0.032963402569293976, -0.033255286514759064, 0.020120518282055855, 0.04090264067053795, 0.03134831413626671, -0.03269097954034805, -0.005779298022389412, 0.021716149523854256, 0.014010419137775898, -0.05623626708984375, 0.02103508822619915, -0.09278011322021484, -0.0222609993070364, -0.00047066251863725483, 0.01851515844464302, 0.06946832686662674, 0.003115858882665634, -0.04923105612397194, 0.002974781673401594, -0.04841378331184387, 0.01679304428398609, 0.03660222142934799, -0.006114964373409748, 0.0038747566286474466, -0.026892222464084625, -0.058804843574762344, 0.005978751927614212, -0.03502604737877846, -0.001628468045964837, -0.025860900059342384, 0.007131692487746477, -0.05787081643939018, -0.0420701764523983, -0.033527713268995285, 0.005526332184672356, 0.007428441196680069, 0.05604167655110359, 0.01416609063744545, 0.00839165784418583, 0.050943441689014435, -0.047791097313165665, 0.006552789825946093, 0.028215428814291954, -0.012288304977118969, 0.01731843501329422, -0.010877533815801144, -0.018505429849028587, -0.019419997930526733, -0.016627643257379532, 0.053239595144987106, -0.05779298022389412, 0.01957567036151886, 0.01576172187924385, 0.045533861964941025, 0.0011383466189727187, 0.0038382711354643106, -0.04459983482956886, 0.007598706521093845, -0.02432364411652088, 0.10453329980373383, -0.013446111232042313, 0.012220199219882488, 0.031212100759148598, -0.022513965144753456, 0.03535684943199158, -0.029402421787381172, -0.04370472580194473, -0.03500659018754959, -0.03346933424472809, 0.012667754665017128, 0.028877031058073044, 0.03446174040436745, 0.028176510706543922, -0.012152093462646008, -0.06328039616346359, -0.01745464839041233, 0.04946456477046013, 0.012414788827300072, 0.011519677937030792, -0.03422823175787926, -0.024673905223608017, -0.0024019598495215178, -0.011451572179794312, -0.024634987115859985, -0.014136902056634426, 0.01365042943507433, 0.1107601523399353, -0.011899126693606377, -0.08017073571681976, 0.04495009407401085, -0.0069906157441437244, -0.06526520103216171, -0.07032452523708344, 0.029305126518011093, -0.036076828837394714, 0.02866298332810402, -0.0055652498267591, 0.0009613920701667666, -0.021015629172325134, -0.03189316391944885, -0.00930622685700655, -0.03288556635379791, 0.10009666532278061, 0.012035339139401913, 0.02578306384384632, -0.04884187877178192, 0.021579938009381294, -0.001663737348280847, -0.006689002271741629, 0.0323212593793869, -0.04728516563773155, 0.0016357650747522712, -0.03494821488857269, 0.05292825028300285, -0.005346337333321571, 0.055886007845401764, -0.01317368634045124, -0.07904211431741714, 0.025043625384569168, 0.03572656959295273, 0.02338961698114872, 0.0036728703416883945, 0.013913124799728394, -0.0005484981811605394, -0.03829514607787132, 0.026288995519280434, -0.006309553515166044, -0.04483334347605705, 0.02551063895225525, -0.004297988023608923, 0.03415039926767349, -0.04837486520409584, -0.030842382460832596, -0.0380227230489254, 0.011889398097991943, -0.11083798855543137, -0.016267653554677963, -0.04502793028950691, -0.04156424477696419, 0.011373735964298248, 0.013728265650570393, -0.01678331568837166, 0.06654949486255646, -0.01751302368938923, -0.001510498346760869, 0.01484715286642313, -0.02193019911646843, 0.08359549939632416, -0.09106772392988205, -0.021521560847759247, 0.028020838275551796, -0.019984306767582893, 0.050476428121328354, -0.0033858513925224543, -0.025569016113877296, 0.04965915530920029, 0.02554955706000328, 0.010644027031958103, 0.016034146770834923, 0.03617412596940994, -0.024459857493638992, -0.019293515011668205, -0.07059694826602936, -0.033955808728933334, -0.023506371304392815, 0.0000737690570531413, 0.009700269438326359, 0.03786705061793327, -0.04277069866657257, 0.05779298022389412, 0.026036029681563377, 0.027028433978557587, -0.014467704109847546, 0.022280458360910416, 0.038042180240154266, -0.05390119552612305, -0.030764546245336533, 0.0113445483148098, 0.14368464052677155, -0.029635928571224213, -0.06281337887048721, -0.04136965423822403, 0.019235137850046158, -0.07293201982975006, 0.0469738245010376, -0.033955808728933334, 0.0038771890103816986, -0.0034077425953000784, 0.04872512444853783, 0.023175569251179695, -0.021015629172325134, 0.0452614389359951, -0.037477873265743256, -0.04043562710285187, 0.02988889440894127, 0.03370284289121628, -0.011471031233668327, 0.01751302368938923, 0.06300797313451767, -0.0013694212539121509, 0.06756135821342468, -0.08219446241855621, 0.038703784346580505, -0.026717090979218483, 0.038042180240154266, -0.04860837385058403, 0.00817760918289423, 0.010128365829586983, 0.03490929678082466, 0.003390716155990958, -0.014633105136454105, 0.013134768232703209, 0.015284978784620762, -0.03683572635054588, -0.004446362145245075, 0.03381959721446037, 0.002797219203785062, -0.030316991731524467, -0.023447994142770767, 0.020645909011363983, 0.04315987601876259, 0.002646412467584014, -0.025899816304445267, -0.012336952611804008, 0.007992750033736229, 0.03773083910346031, -0.004769866820424795, 0.07515033334493637, -0.004047454334795475, 0.06713326275348663, 0.005954428110271692, -0.07121963053941727, 0.012628836557269096, -0.062190696597099304, -0.020159436389803886, 0.048569455742836, -0.04495009407401085, -0.0036947617772966623, 0.010391061194241047, 0.04950348287820816, 0.025004707276821136, -0.028682442381978035, 0.03689410537481308, -0.04327663034200668, 0.02319502830505371, 0.04164208099246025, 0.00870786514133215, 0.02117129974067211, 0.04296528548002243, 0.01456499844789505, -0.014720669947564602, 0.0002780496724881232, 0.023311780765652657, -0.013475298881530762, -0.05109911412000656, -0.06581005454063416, 0.027261940762400627, -0.041758835315704346, 0.04814135655760765, 0.05818215757608414, -0.0222609993070364, -0.028273804113268852, 0.047363001853227615, 0.005059318151324987, -0.03426714986562729, -0.0034782811999320984, 0.025802522897720337, 0.05989454314112663, 0.04249827191233635, 0.018923794850707054, -0.006436036434024572, 0.019760528579354286, -0.028838112950325012, -0.042848531156778336, 0.029752682894468307, -0.021755067631602287, -0.011218065395951271, -0.04004644975066185, -0.002802083967253566, 0.016763856634497643, -0.07783566415309906, -0.03200991824269295, 0.035512521862983704, -0.04502793028950691, 0.0002838265208993107, -0.06300797313451767, -0.003256936091929674, 0.02677546814084053, -0.004259070381522179, 0.015975769609212875, 0.02932458557188511, 0.045767370611429214, 0.013183415867388248, -0.004638519138097763, -0.0009960532188415527, 0.01824273355305195, -0.01325152162462473, 0.00786140188574791, 0.051215868443250656, 0.06818404048681259, 0.01808706298470497, -0.001363340299576521, -0.04572845250368118, -0.008313821628689766, -0.019760528579354286, -0.018670829012989998, 0.04829702898859978, -0.016296841204166412, 0.035220637917518616, -0.03559035807847977, 0.018991902470588684, -0.012521812692284584, -0.007569518405944109, -0.0059641576372087, 0.003930700942873955, 0.05109911412000656, 0.05977778881788254, -0.00945703312754631, 0.014380139298737049, 0.01758113130927086, 0.059038352221250534, 0.005618761759251356, -0.02296152152121067, -0.010361872613430023, -0.025199295952916145, 0.013387734070420265, 0.022708555683493614, 0.04926997423171997, -0.005550656002014875, -0.03683572635054588, 0.04319879412651062, -0.03798380494117737, -0.02338961698114872, -0.0314650684595108, 0.010128365829586983, -0.0019422430777922273, 0.03422823175787926, 0.02866298332810402, 0.06495386362075806, 0.054368212819099426, 0.02163831517100334, -0.06670516729354858, -0.03350825235247612, -0.05234448239207268, 0.005628491286188364, -0.042186930775642395, 0.0017476539360359311, 0.03344987705349922, -0.00850841123610735, -0.004020698368549347, -0.0254522617906332, 0.00018440363055560738, -0.012521812692284584, -0.03646600991487503, -0.07192015647888184, -0.02578306384384632, -0.0372832827270031, -0.025763604789972305, -0.000038499769289046526, 0.004361229483038187, -0.0017257626168429852, 0.035784944891929626, -0.005652815103530884, -0.028351640328764915, 0.0017744099022820592, -0.060400474816560745, -0.029071619734168053, 0.031971000134944916, -0.03200991824269295, 0.018164897337555885, 0.028760278597474098, 0.053667690604925156, 0.033196911215782166, -0.015674157068133354, -0.03520118072628975, -0.027612201869487762, 0.055886007845401764, -0.001359691726975143, -0.020918333902955055, -0.008917048573493958, 0.0323212593793869, -0.010468896478414536, 0.06055614724755287, 0.027651119977235794, -0.0347730815410614, -0.048219192773103714, -0.028215428814291954, -0.031270477920770645, 0.012191010639071465, -0.005127424374222755, -0.032963402569293976, 0.017824366688728333, -0.030433744192123413, 0.025666309520602226, -0.014321762137115002, 0.06728892773389816, -0.0404745452105999, 0.022475047037005424, 0.01865137182176113, 0.0053998492658138275, -0.05378444492816925, 0.03415039926767349, 0.007297093514353037, 0.019517293199896812, 0.007165745832026005, 0.022455589845776558, -0.034889835864305496, -0.022280458360910416, -0.02959701046347618, -0.006236582528799772, -0.03290502727031708, 0.01678331568837166, -0.036427091807127, 0.02212478779256344, 0.07417738437652588, -0.03703031688928604, 0.00015156670997384936, -0.05514656752347946, -0.009150555357336998, -0.04639005661010742, 0.0020407538395375013, 0.030706169083714485, 0.007739783730357885, 0.008853807114064693, 0.0469738245010376, 0.0254522617906332, -0.0036485467571765184, 0.028546229004859924, 0.0453781932592392, -0.02584144100546837, 0.0006573465070687234, 0.04728516563773155, 0.010828887112438679, -0.010673215612769127, 0.020684827119112015, -0.022008033469319344, 0.007579247932881117, 0.00849381648004055, -0.011042934842407703, 0.02409013733267784, 0.04024103656411171, 0.06028372049331665, 0.03181532770395279, -0.00789545476436615, -0.00542417261749506, 0.036076828837394714, 0.006450630724430084, -0.006723055616021156, -0.037536248564720154, -0.06791161745786667, -0.01529470831155777, -0.04432741180062294, -0.02932458557188511, 0.04884187877178192, -0.00002550182216509711, -0.049153219908475876, -0.02103508822619915, 0.07767999172210693, 0.04000753164291382, 0.02056807465851307, 0.09643838554620743, 0.05012616887688637, 0.023973384872078896, 0.102042555809021, 0.10819157212972641, 0.034383904188871384, -0.03228234127163887, 0.01061483845114708, 0.012716401368379593, -0.05674219876527786, -0.00814355630427599, 0.03350825235247612, 0.026230618357658386, -0.061256665736436844, -0.03829514607787132, 0.023467453196644783, -0.03245747089385986, 0.033527713268995285, -0.06366956979036331, 0.030745087191462517, -0.02451823465526104, -0.05417362228035927, 0.059738870710134506, 0.004575277678668499, -0.054796308279037476, 0.022241540253162384, -0.013952042907476425, 0.06495386362075806, -0.017474107444286346, -0.07659029215574265, -0.00622198823839426, -0.0574038028717041, 0.04545602947473526, -0.021443724632263184, 0.030881298705935478, -0.0469738245010376, -0.04245935380458832, -0.02800137922167778, -0.0009382846183143556, 0.008518140763044357, -0.00990458857268095, -0.008863536641001701, 0.00315234437584877, 0.02093779295682907, 0.04615654796361923, -0.026152782142162323, -0.0314650684595108, -0.05129370093345642, 0.006168476305902004, -0.010177013464272022, 0.005618761759251356, 0.027981922030448914, -0.019215678796172142, -0.08476303517818451, 0.027417613193392754, 0.033255286514759064, -0.009583516046404839, 0.0049401321448385715, 0.07293201982975006, 0.011675349436700344, 0.019653504714369774, 0.038664866238832474, -0.010517544113099575, 0.05304500460624695, -0.034656330943107605, -0.047830015420913696, 0.00837706308811903, 0.027086811140179634, 0.033761218190193176, -0.047090575098991394, -0.011081852950155735, 0.04101939499378204, -0.02013997733592987, 0.03572656959295273, 0.008430575020611286, 0.007501412183046341, 0.036213044077157974, -0.051605045795440674, 0.01221046969294548, 0.00027303292881697416, 0.03629087656736374, -0.019419997930526733, 0.02169669046998024, 0.032165586948394775, -0.003979348111897707, 0.029188374057412148, 0.0174157302826643, 0.03350825235247612, 0.04179774969816208, -0.030531039461493492, 0.024810118600726128, -0.0323212593793869, 0.04592304304242134, 0.00934027973562479, 0.04926997423171997, 0.008761377073824406, -0.060400474816560745, 0.10321009159088135, 0.0020176463294774294, -0.01393258385360241, -0.04654572531580925, 0.06254095584154129, 0.014477433636784554, 0.03422823175787926, -0.004054751712828875, -0.06479819118976593, -0.018067603930830956, 0.025238214060664177, -0.03726382553577423, 0.01795084960758686, 0.037049777805805206, -0.01685142144560814, 0.010361872613430023, 0.0018802178092300892, -0.0453781932592392, 0.0222026240080595, 0.04413282126188278, -0.04701274260878563, 0.0010301063302904367, 0.10056367516517639, 0.019964847713708878, -0.015907663851976395, 0.049347810447216034, 0.0071268281899392605, -0.05962212011218071, 0.0022475048899650574, 0.0037117882166057825, 0.05214989557862282, 0.02043186128139496, -0.010595379397273064, 0.026892222464084625, -0.029013244435191154, -0.02000376582145691, 0.05448496341705322, 0.0010136879282072186, -0.0792367085814476, 0.019215678796172142, 0.004117993172258139, 0.04230368509888649, 0.010001882910728455, 0.03954051807522774, 0.021210217848420143, 0.0291299968957901, 0.0071268281899392605, -0.03829514607787132, -0.009097043424844742, -0.009097043424844742, 0.03810055926442146, -0.04588412493467331, -0.022572342306375504, 0.010605108924210072, -0.034850917756557465, -0.03502604737877846, -0.001408339012414217, -0.021541019901633263, -0.01722113974392414, -0.061996106058359146, -0.02126859501004219, 0.005934969522058964, -0.0007880860939621925, 0.004195828922092915, 0.008211662992835045, 0.023214487358927727, 0.009748917073011398, -0.04545602947473526, 0.10141987353563309, 0.060361556708812714, 0.01795084960758686, -0.04997049644589424, -0.00618793535977602, 0.03222396597266197, -0.013523946516215801, 0.07184232026338577, -0.009758646599948406, 0.0019276489038020372, -0.010712132789194584, 0.01785355620086193, -0.0035780081525444984, -0.025666309520602226, 0.021288054063916206, 0.053395263850688934, -0.0037288146559149027, -0.039929695427417755, -0.028643524274230003 ]
22,884
anytree.render
AbstractStyle
Tree Render Style. Args: vertical: Sign for vertical line. cont: Chars for a continued branch. end: Chars for the last branch.
class AbstractStyle: """ Tree Render Style. Args: vertical: Sign for vertical line. cont: Chars for a continued branch. end: Chars for the last branch. """ def __init__(self, vertical, cont, end): super(AbstractStyle, self).__init__() self.vertical = vertical self.cont = cont self.end = end if ASSERTIONS: # pragma: no branch assert len(cont) == len(vertical) == len(end), "'%s', '%s' and '%s' need to have equal length" % ( vertical, cont, end, ) @property def empty(self): """Empty string as placeholder.""" return " " * len(self.end) def __repr__(self): classname = self.__class__.__name__ return "%s()" % classname
(vertical, cont, end)
[ 0.00497825350612402, -0.03823298588395119, 0.015341677702963352, -0.019428174942731857, -0.013523533008992672, -0.04027623310685158, -0.039341188967227936, -0.010051743127405643, -0.0065106893889606, -0.025505973026156425, 0.02675270102918148, 0.027705062180757523, 0.0329170748591423, -0.003264002501964569, -0.05146215111017227, 0.021194372326135635, 0.061055030673742294, -0.06618046760559082, 0.02086537517607212, 0.02465750463306904, 0.012614460662007332, 0.02422461286187172, 0.06424111127853394, -0.02514234371483326, 0.013116614893078804, 0.012025728821754456, -0.02986951917409897, 0.002130908891558647, 0.015324362553656101, -0.07189463824033737, -0.05596422404050827, -0.029055682942271233, -0.06496836990118027, 0.04945353418588638, 0.06420648097991943, -0.02450166456401348, -0.006701161619275808, 0.04796438664197922, -0.031393297016620636, 0.02602544240653515, -0.010960815474390984, 0.018700916320085526, -0.01496939081698656, -0.02313372679054737, -0.005900312215089798, -0.037055518478155136, 0.07722786068916321, 0.017687950283288956, -0.06870855391025543, -0.07999836653470993, 0.044951461255550385, -0.010276846587657928, -0.012579829432070255, -0.035220060497522354, -0.03788667172193527, 0.0011211892124265432, 0.01927233301103115, 0.04488220065832138, 0.022077471017837524, 0.013921793550252914, -0.00941106304526329, 0.02900373563170433, 0.039341188967227936, -0.022371837869286537, -0.03480448201298714, -0.03123745694756508, -0.016943376511335373, -0.006268270313739777, 0.016960691660642624, 0.047687336802482605, -0.03639752417802811, 0.04006844386458397, 0.034752536565065384, 0.032033976167440414, -0.002404712839052081, -0.029523206874728203, -0.047479551285505295, 0.016978008672595024, 0.03947971388697624, -0.026787331327795982, -0.03788667172193527, 0.031843505799770355, 0.0655917301774025, -0.002709901425987482, 0.05502917990088463, -0.04682155326008797, 0.00797819159924984, 0.00542846042662859, 0.0038332550320774317, 0.010484633967280388, -0.06399869173765182, 0.020674902945756912, -0.029505889862775803, -0.014900128357112408, 0.006826700177043676, 0.02308177947998047, 0.05984293296933174, -0.0431160032749176, -0.017817817628383636, -0.021384844556450844, 0.008450043387711048, 0.08429265022277832, 0.027705062180757523, -0.0453670397400856, -0.028259163722395897, -0.0020151103381067514, -0.059011779725551605, 0.0499037429690361, -0.014181528240442276, -0.014432605355978012, -0.008571253158152103, -0.02966173179447651, 0.03947971388697624, 0.0009296346688643098, 0.024328507483005524, 0.0003292681649327278, -0.0769508108496666, 0.00009855047392193228, 0.009246564470231533, -0.058596204966306686, 0.026579543948173523, -0.0476180762052536, -0.005579972639679909, 0.01857970654964447, -0.03031972609460354, 0.04242337495088577, -0.01901259832084179, 0.03785204142332077, 0.014449921436607838, 0.024570927023887634, -0.004389520734548569, 0.037713516503572464, 0.002584362868219614, -0.023445408791303635, 0.03473522141575813, 0.0005105415475554764, -0.05073489248752594, 0.013618769124150276, -0.053089823573827744, 0.04152296110987663, 0.08789430558681488, -0.03947971388697624, -0.025921547785401344, -0.013670716434717178, -0.0907340794801712, 0.03691699355840683, 0.00487003056332469, -0.014640393666923046, 0.008744410239160061, 0.08782504498958588, 0.010822289623320103, -0.0076102339662611485, 0.02152336947619915, 0.04557482525706291, 0.04827607050538063, 0.006982541177421808, -0.015211810357868671, -0.051981620490550995, 0.03392138332128525, 0.02337614633142948, -0.018700916320085526, -0.03747109696269035, 0.032276395708322525, -0.01593906804919243, 0.007805035449564457, 0.05918493866920471, -0.05596422404050827, -0.08443117886781693, -0.01619880273938179, -0.010874236933887005, -0.010839605703949928, -0.05987756326794624, -0.015177179127931595, 0.07611965388059616, 0.009982479736208916, -0.007779061794281006, 0.0065712942741811275, 0.08990292251110077, -0.026614174246788025, -0.012510566972196102, 0.009090723469853401, -0.03402527794241905, 0.0009447858901694417, -0.0007927326951175928, 0.02921152487397194, -0.027549220249056816, 0.04741028696298599, -0.013739978894591331, 0.03992991894483566, -0.02103853039443493, -0.03941044956445694, -0.024570927023887634, 0.02088269032537937, -0.013393665663897991, 0.03691699355840683, -0.054475076496601105, 0.02805137448012829, -0.029990728944540024, 0.025644497945904732, 0.003060543444007635, -0.03196471557021141, 0.04512462019920349, 0.011142629198729992, -0.012874196283519268, 0.047202497720718384, 0.04377399757504463, -0.019653277471661568, 0.011411022394895554, -0.07632744312286377, 0.03305560350418091, -0.07611965388059616, -0.010268188081681728, 0.036189738661050797, 0.08886398375034332, 0.02813795395195484, -0.08242256194353104, -0.015575439669191837, 0.06850076466798782, -0.05461360141634941, 0.010527923703193665, 0.07854384928941727, 0.013878504745662212, 0.041834644973278046, -0.00811671745032072, 0.022839359939098358, -0.06593804806470871, 0.009454352781176567, -0.04502072557806969, 0.016943376511335373, 0.010804974474012852, -0.03532395511865616, -0.1063874363899231, 0.00549339409917593, 0.015367651358246803, -0.004454454407095909, -0.03740183264017105, -0.0029718007426708937, -0.001236987765878439, -0.037090152502059937, 0.003506421810016036, -0.06863929331302643, 0.0061167581006884575, 0.003506421810016036, -0.024570927023887634, 0.046544503420591354, -0.0020075347274541855, 0.05277814343571663, 0.03334996849298477, -0.03334996849298477, 0.010276846587657928, -0.09412794560194016, -0.01989569701254368, -0.024536294862627983, 0.004502072464674711, -0.0015789720928296447, 0.01425079070031643, -0.08055246621370316, -0.009714087471365929, 0.031150879338383675, 0.011947807855904102, 0.00865350291132927, -0.04938427358865738, 0.023687828332185745, 0.07348767668008804, 0.06624972820281982, -0.015488861128687859, 0.008644845336675644, -0.010709738358855247, -0.04851849004626274, 0.04779123142361641, 0.007064790930598974, 0.04152296110987663, -0.007718456909060478, 0.04027623310685158, -0.010198925621807575, 0.004348395857959986, -0.031601086258888245, 0.0003135758452117443, -0.028934473171830177, -0.04463978111743927, 0.0023982194252312183, -0.000004696704763773596, -0.049730584025382996, 0.009939190931618214, -0.0054847365245223045, -0.04058791697025299, 0.0005757458275184035, -0.03920266404747963, 0.011869887821376324, 0.03035435825586319, -0.0023138055112212896, 0.018700916320085526, -0.014943418093025684, 0.03459669649600983, 0.13949498534202576, -0.013393665663897991, 0.039514344185590744, 0.03267465904355049, -0.04218095541000366, -0.059011779725551605, 0.02309909462928772, -0.06898560374975204, 0.0793057382106781, -0.005744471214711666, -0.041384436190128326, 0.01235472597181797, -0.0016482347855344415, -0.004458783194422722, 0.05232793465256691, -0.026215914636850357, 0.009835297241806984, 0.04595576971769333, 0.007792048621922731, 0.04058791697025299, -0.02107316255569458, 0.02017274871468544, -0.005848365370184183, -0.04145370051264763, 0.04484757035970688, 0.07120200991630554, -0.09135743975639343, -0.04176538065075874, -0.009878586046397686, -0.05191235989332199, 0.03530663624405861, -0.011159945279359818, 0.014614420011639595, 0.022250628098845482, 0.021921630948781967, 0.06534931808710098, -0.040206972509622574, 0.005398157984018326, 0.015012680552899837, 0.01463173609226942, -0.06715014576911926, -0.06763498485088348, 0.030077308416366577, 0.047929756343364716, -0.034821800887584686, -0.08408486098051071, 0.10804974287748337, 0.02129826694726944, 0.01075302716344595, -0.03180887550115585, 0.031843505799770355, -0.010242215357720852, -0.003203397849574685, 0.013549506664276123, 0.047237131744623184, 0.10846531391143799, -0.010025769472122192, 0.004248830955475569, 0.0002533768711145967, 0.0053591979667544365, -0.0035042574163526297, -0.02922884002327919, 0.013393665663897991, -0.045436300337314606, -0.009748718701303005, -0.008125375024974346, 0.03369628265500069, 0.017298348248004913, -0.0016633858904242516, 0.04682155326008797, -0.022770097479224205, -0.029367364943027496, 0.005025871563702822, 0.02744532749056816, 0.01724640093743801, 0.007428419776260853, 0.011488942429423332, -0.023930247873067856, 0.038198355585336685, -0.0884484127163887, 0.008874277584254742, 0.0071816714480519295, -0.025454025715589523, -0.015038654208183289, 0.03239760547876358, -0.06181691959500313, 0.016830824315547943, 0.018666286021471024, 0.040657177567481995, -0.024640189483761787, -0.05184309557080269, -0.037055518478155136, 0.04484757035970688, 0.032276395708322525, -0.011073366738855839, 0.018943335860967636, -0.04377399757504463, -0.012051701545715332, 0.03369628265500069, -0.020726850256323814, -0.05288203805685043, -0.009653482586145401, 0.04460515081882477, 0.025731075555086136, 0.0025151001755148172, 0.006043166387826204, 0.00839809700846672, 0.009056092239916325, -0.01608625240623951, 0.003179588820785284, 0.004735833965241909, -0.04051865264773369, 0.07127127051353455, 0.04945353418588638, -0.011506258510053158, 0.018475813791155815, -0.004032385069876909, -0.04173075035214424, -0.04696007817983627, 0.028899842873215675, 0.024830661714076996, -0.05714169144630432, 0.04245800897479057, 0.041384436190128326, -0.023202989250421524, -0.045886509120464325, -0.05502917990088463, 0.012423988431692123, 0.05710705742239952, 0.04349694773554802, 0.02472676709294319, 0.006471729371696711, -0.0329170748591423, -0.008917566388845444, -0.012744328007102013, 0.012475935742259026, 0.00973140262067318, -0.03153182193636894, -0.02787821926176548, -0.03743646293878555, 0.0014577624388039112, -0.057418741285800934, -0.03892561048269272, -0.03584342449903488, 0.03556637465953827, 0.008450043387711048, 0.01561872847378254, 0.020259326323866844, 0.01007771585136652, 0.06943581253290176, 0.02218136563897133, -0.003967451397329569, -0.002896044636145234, 0.004454454407095909, -0.02763579972088337, -0.06462205946445465, -0.03941044956445694, 0.09537467360496521, -0.0339387021958828, -0.018700916320085526, -0.016060277819633484, -0.043600842356681824, -0.026146652176976204, 0.001456680241972208, -0.011670757085084915, 0.03937581926584244, 0.04675229266285896, 0.0408649668097496, 0.012718355283141136, 0.025505973026156425, -0.0612281858921051, -0.06915876269340515, 0.049973003566265106, -0.0035497110802680254, -0.05568717420101166, -0.051981620490550995, -0.023272251710295677, -0.057661160826683044, -0.027341432869434357, 0.0010032262653112411, 0.00930716935545206, 0.029194209724664688, 0.00430294219404459, -0.07189463824033737, -0.04910722374916077, -0.05052710697054863, -0.011843914166092873, 0.001754293218255043, -0.054959915578365326, -0.02377440594136715, -0.03108161687850952, 0.04914185404777527, 0.027029750868678093, 0.010233556851744652, 0.05270887911319733, -0.026389071717858315, -0.06077798083424568, -0.003294304944574833, -0.05752263590693474, 0.03532395511865616, 0.022112103179097176, 0.014856839552521706, 0.0059912195429205894, -0.000413140922319144, -0.01337635051459074, -0.06389480084180832, 0.02720290794968605, -0.06181691959500313, 0.0385793000459671, 0.006177362985908985, 0.053366873413324356, 0.004995569121092558, 0.039341188967227936, 0.017177138477563858, 0.016545116901397705, -0.04141906648874283, 0.02697780355811119, 0.022700835019350052, 0.033886753022670746, 0.018977968022227287, 0.002543237991631031, -0.00952361524105072, -0.03722867742180824, 0.02425924502313137, 0.08117583394050598, 0.002122251084074378, -0.011722704395651817, -0.02559255063533783, -0.018839441239833832, -0.02739338018000126, -0.025679128244519234, 0.06978212296962738, -0.0004504778189584613, -0.0034717905800789595, 0.02993878163397312, -0.015592754818499088, 0.01427676435559988, -0.011021419428288937, 0.03153182193636894, 0.024415085092186928, -0.03473522141575813, 0.02173115871846676, 0.000684509810525924, 0.03899487480521202, 0.0019220386166125536, -0.02337614633142948, 0.036120474338531494, -0.013125273399055004, -0.005809405352920294, -0.009679456241428852, -0.006450084503740072, 0.0408649668097496, 0.05707242712378502, -0.0680159255862236, 0.0020075347274541855, 0.01612088270485401, 0.014692340977489948, 0.02311641164124012, -0.03267465904355049, 0.012796275317668915, 0.014752944931387901, 0.01996495947241783, -0.011324443854391575, -0.001954505452886224, 0.04321989789605141, 0.029505889862775803, 0.008121046237647533, 0.038198355585336685, 0.0032618381083011627, -0.05527159944176674, 0.025055766105651855, 0.033644333481788635, -0.0141468970105052, 0.023168357089161873, 0.010198925621807575, 0.03210324048995972, 0.022804729640483856, 0.031393297016620636, 0.05115047097206116, -0.023254936560988426, 0.01561872847378254, 0.028726685792207718, -0.012778960168361664, 0.03729793801903725, 0.0035432176664471626, -0.022493047639727592, -0.01417287066578865, -0.012051701545715332, -0.01460576243698597, -0.030302410945296288, 0.002426357474178076, 0.00661891233175993, -0.05409413203597069, 0.06046629697084427, 0.005207685753703117, -0.03868319094181061, -0.003497764002531767, 0.013887162320315838, 0.050596367567777634, -0.030458252876996994, -0.004575664177536964, -0.015272415243089199, 0.010623159818351269, -0.003309456165879965, -0.05025005713105202, 0.007813693024218082, -0.05191235989332199, 0.02088269032537937, -0.01754942536354065, 0.10285504162311554, 0.012727012857794762, 0.005973903927952051, 0.10140052437782288, -0.014822208322584629, -0.026596859097480774, -0.027116328477859497, 0.01508194301277399, 0.020051538944244385, 0.026596859097480774, -0.057661160826683044, -0.030943090096116066, -0.007969534024596214, -0.06043166667222977, -0.0013181548565626144, -0.025783022865653038, -0.0035497110802680254, 0.0043786983005702496, 0.029280787333846092, -0.0238090381026268, 0.0011525738518685102, -0.05454434081912041, 0.04799902066588402, 0.022787412628531456, -0.04796438664197922, -0.023635881021618843, -0.0498344786465168, 0.04193853586912155, 0.010787658393383026, -0.044501256197690964, -0.049280378967523575, -0.0681198239326477, 0.024189982563257217, 0.008142691105604172, 0.024068772792816162, 0.028034059330821037, -0.008224939927458763, -0.004261817783117294, -0.014545157551765442, -0.008995487354695797, 0.0204324834048748, -0.010631817393004894, -0.011307128705084324, 0.007346170488744974, -0.014934759587049484, -0.002113593276590109, -0.007272578775882721, 0.016172830015420914, 0.08055246621370316, 0.021246319636702538, -0.006844016257673502, -0.02133289724588394, 0.011004104278981686, 0.02377440594136715, -0.04931500926613808, -0.005536683369427919, 0.01348024420440197, -0.008441385813057423, 0.009185959585011005, -0.0031038327142596245, 0.03601657971739769, 0.014510526321828365, -0.003515079617500305, 0.04321989789605141, 0.001417719991877675, 0.011748678050935268, -0.04003381356596947, 0.017263716086745262, 0.02926347218453884, -0.06032777205109596, -0.052224040031433105, -0.03778277710080147, -0.01211230643093586, 0.030215833336114883, -0.01927233301103115, 0.06760034710168839, -0.04692544788122177, 0.03125477209687233, 0.037090152502059937, -0.05118510127067566, -0.04481293633580208, 0.026112020015716553, 0.03392138332128525, -0.027324117720127106, -0.01315124612301588, 0.038198355585336685, -0.07563482224941254, -0.032311029732227325, -0.03442353755235672, 0.004792110063135624, 0.02292593941092491, -0.01484818197786808, -0.00042829211452044547, -0.04335842281579971, -0.06448353081941605, 0.011618810705840588, -0.02943662740290165, 0.05963514372706413, -0.028605476021766663, -0.048864804208278656, 0.014302738010883331, 0.02216404862701893, 0.01029416173696518, 0.0024523308966308832, -0.01224217377603054, 0.06382553279399872, -0.001676372718065977, 0.0014902292750775814, 0.061782289296388626, 0.03584342449903488, -0.03986065834760666, -0.040206972509622574, -0.035012271255254745, 0.022943254560232162, 0.009714087471365929, -0.01927233301103115, -0.01906454563140869, -0.026112020015716553, 0.04058791697025299, 0.023151041939854622, 0.02673538401722908, -0.010510607622563839, 0.04696007817983627, -0.031168194487690926, -0.016709614545106888, -0.04093422740697861, -0.06205933913588524, -0.0032531803008168936, 0.05347076803445816, -0.016155514866113663, -0.02313372679054737, -0.026821963489055634, 0.01225083228200674, -0.005731484852731228, 0.003144957358017564, -0.0023614235688000917, 0.03144524618983269, -0.01337635051459074, -0.02218136563897133, -0.04560945928096771, -0.009047434665262699, -0.03464864194393158, 0.04003381356596947, 0.003575684502720833, 0.08699389547109604, 0.02876131795346737, 0.03539321571588516, 0.031185509636998177, -0.009705429896712303, -0.008489004336297512, 0.02557523548603058, 0.05824989080429077, -0.02652759663760662, 0.015177179127931595, -0.012718355283141136, -0.004268310964107513, -0.035947319120168686, 0.027687745168805122, -0.03577416017651558, 0.020484430715441704, 0.04675229266285896, 0.03425038233399391, 0.0339387021958828, -0.002471810905262828, 0.05828452482819557 ]
22,885
anytree.render
__init__
null
def __init__(self, vertical, cont, end): super(AbstractStyle, self).__init__() self.vertical = vertical self.cont = cont self.end = end if ASSERTIONS: # pragma: no branch assert len(cont) == len(vertical) == len(end), "'%s', '%s' and '%s' need to have equal length" % ( vertical, cont, end, )
(self, vertical, cont, end)
[ 0.006093204021453857, 0.002706150757148862, -0.007468103431165218, -0.025891752913594246, -0.04675530269742012, -0.006525315344333649, 0.0018266518600285053, 0.020095352083444595, -0.013251409865915775, -0.006429290398955345, 0.03514504432678223, 0.07297877967357635, 0.033468976616859436, -0.023866504430770874, -0.020095352083444595, 0.06121138483285904, 0.05499596893787384, -0.06320171803236008, -0.020619124174118042, -0.011557882651686668, 0.01207292452454567, -0.017485225573182106, -0.0003126258961856365, 0.01913510449230671, 0.027672573924064636, 0.04930432140827179, -0.030919956043362617, 0.01815739832818508, 0.05953531712293625, -0.044031694531440735, -0.05419285222887993, 0.003397965105250478, -0.01280620414763689, 0.08296534419059753, 0.0946279838681221, -0.023517323657870293, 0.037013158202171326, 0.0031077086459845304, -0.06596024334430695, 0.08624764531850815, 0.05143432319164276, -0.011723743751645088, 0.045917268842458725, 0.01023099571466446, -0.001381446374580264, -0.01052779983729124, 0.0625382736325264, -0.004460784140974283, -0.046685464680194855, -0.04155251011252403, 0.03270077705383301, -0.02926134690642357, 0.016909077763557434, -0.022417403757572174, -0.0501074381172657, 0.07465484738349915, 0.037222668528556824, 0.12305129319429398, -0.004543714690953493, 0.027340853586792946, -0.04916464909911156, -0.0038409882690757513, 0.03221192583441734, -0.04266988858580589, -0.027986837550997734, -0.011322186328470707, -0.014761616475880146, -0.0238141268491745, 0.04445071145892143, 0.03917808085680008, 0.0062285116873681545, 0.07863550633192062, -0.007782366126775742, 0.03338167816400528, 0.011400751769542694, -0.015058419667184353, -0.037467096000909805, 0.07221058011054993, 0.026066342368721962, -0.04294923320412636, -0.02047945186495781, 0.044904645532369614, 0.02861536294221878, 0.005700375884771347, 0.04148267209529877, -0.030448561534285545, -0.025210849940776825, 0.001751359668560326, -0.01753760315477848, 0.03219446539878845, -0.07193123549222946, 0.01904780976474285, -0.01607104390859604, -0.005748388357460499, 0.020339779555797577, 0.019973138347268105, 0.019396990537643433, -0.05918613821268082, -0.0033870532643049955, -0.01280620414763689, -0.024093471467494965, 0.00984689686447382, 0.02772495150566101, -0.06236368045210838, -0.02026994340121746, -0.043123822659254074, -0.05998925492167473, -0.007280418649315834, -0.03570373356342316, -0.018751006573438644, 0.027410689741373062, -0.01569567434489727, 0.010318291373550892, 0.01805264502763748, -0.011662636883556843, 0.027759870514273643, -0.04015578702092171, -0.026328228414058685, 0.014071984216570854, -0.02926134690642357, 0.03586086258292198, -0.041796937584877014, -0.018960515037178993, 0.027794787660241127, 0.024687079712748528, 0.02894708514213562, -0.04074939340353012, 0.0385146364569664, 0.027445606887340546, 0.007188758812844753, 0.036908406764268875, -0.027096426114439964, -0.006071380339562893, -0.025420358404517174, -0.013827557675540447, -0.0017589980270713568, 0.013172843493521214, 0.033468976616859436, -0.07088369131088257, 0.01759870909154415, 0.06369056552648544, 0.0418318547308445, -0.0249489638954401, 0.02047945186495781, -0.09036798030138016, 0.06613483279943466, -0.0002894381177611649, -0.012439563870429993, 0.01474415697157383, 0.09679290652275085, -0.014246574603021145, -0.013871205039322376, 0.007590316701680422, 0.002114725997671485, 0.03641955181956291, -0.06763631105422974, -0.018873220309615135, -0.044031694531440735, 0.04616169631481171, 0.017293177545070648, -0.01702256128191948, -0.027532901614904404, 0.0002370610018260777, 0.011645178310573101, 0.013687885366380215, 0.059640072286129, -0.023430028930306435, -0.07084877789020538, 0.00526389991864562, -0.006861401721835136, -0.004303652793169022, -0.06809024512767792, -0.004940907470881939, 0.034900616854429245, 0.0003753693017642945, -0.028912166133522987, 0.020444532856345177, 0.01669083908200264, -0.024093471467494965, -0.027183720842003822, 0.009349314495921135, -0.022242814302444458, -0.002137640956789255, -0.026572655886411667, 0.035668812692165375, 0.007123287301510572, 0.019746171310544014, 0.03303249925374985, 0.02316814288496971, -0.04919956624507904, -0.01191579271107912, -0.010780955664813519, -0.0111301364377141, -0.007481197826564312, 0.025018800050020218, -0.03537201136350632, 0.054262690246105194, -0.0013738080160692334, 0.019012892618775368, 0.011994359083473682, -0.04507923498749733, 0.02337765134871006, 0.004862342029809952, -0.05915122106671333, 0.08352403342723846, 0.03270077705383301, -0.029889872297644615, 0.012439563870429993, -0.050596289336681366, -0.0023329639807343483, -0.04375234991312027, -0.029453396797180176, 0.02316814288496971, 0.03174053132534027, 0.0156345684081316, -0.023988718166947365, -0.002603579079732299, 0.03004700317978859, -0.026188556104898453, 0.024512488394975662, 0.1441418081521988, 0.013268868438899517, 0.01552108395844698, -0.028423313051462173, 0.036803651601076126, -0.036454468965530396, 0.006931237876415253, -0.03181036561727524, -0.01525919884443283, 0.04148267209529877, -0.042460378259420395, -0.03764168545603752, -0.02393634058535099, 0.03673381358385086, -0.017301905900239944, 0.0033390410244464874, -0.03196749836206436, 0.0068526724353432655, -0.058068759739398956, -0.007590316701680422, -0.04731399193406105, 0.0339578278362751, -0.02983749471604824, 0.008245030418038368, 0.0167694054543972, -0.008231936022639275, -0.011610260233283043, 0.05544990301132202, -0.037467096000909805, 0.04064463824033737, -0.10985226184129715, 0.008354149758815765, -0.05150416120886803, -0.009427879936993122, -0.01525919884443283, 0.05936072766780853, -0.0621192567050457, -0.045812513679265976, 0.04843137040734291, -0.020741336047649384, 0.023674454540014267, -0.028528068214654922, 0.011828497983515263, 0.07465484738349915, 0.07737845182418823, 0.0018190135015174747, -0.003734051715582609, 0.0015767692821100354, -0.07070910185575485, 0.032002415508031845, -0.06208433583378792, 0.014665591530501842, -0.01758125051856041, 0.03181036561727524, 0.01335616409778595, 0.04672038555145264, 0.013146655634045601, -0.04263497143983841, -0.03397528827190399, -0.008694600313901901, 0.049828093498945236, 0.01168009638786316, -0.02372683212161064, -0.019431909546256065, 0.00996911060065031, -0.02884232997894287, 0.012404645793139935, -0.05841793864965439, -0.0038169820327311754, -0.004871071316301823, -0.007930767722427845, 0.010335749946534634, 0.031461186707019806, 0.031112004071474075, 0.0958850309252739, 0.008367244154214859, 0.06225892901420593, 0.05642760917544365, -0.042250871658325195, -0.06920762360095978, -0.0075292098335921764, -0.07961320877075195, 0.028580443933606148, 0.010379398241639137, -0.041796937584877014, -0.03004700317978859, -0.015407600440084934, 0.018785923719406128, 0.09050764888525009, -0.045358579605817795, 0.03357372805476189, 0.054926130920648575, -0.019292237237095833, 0.011706284247338772, -0.012753826566040516, 0.06641417741775513, -0.002256580628454685, -0.03428955003619194, 0.0048186942003667355, 0.053599245846271515, -0.03917808085680008, -0.06798548996448517, -0.005656728055328131, -0.08184796571731567, 0.04340316727757454, 0.009200912900269032, 0.009820709004998207, 0.013373622670769691, 0.01590518280863762, 0.060617778450250626, -0.03504028916358948, 0.012526859529316425, 0.019100187346339226, -0.0008156644180417061, -0.04850120469927788, -0.08464141190052032, -0.009279478341341019, 0.051154978573322296, -0.005394842475652695, -0.06107171252369881, 0.09832929819822311, -0.027305934578180313, 0.0028523702640086412, -0.023290356621146202, 0.07221058011054993, -0.0312691368162632, -0.02660757303237915, -0.0278471652418375, 0.037571847438812256, 0.04885038733482361, -0.036244962364435196, 0.0036707627587020397, 0.011645178310573101, -0.013513294979929924, 0.0013083366211503744, -0.008227571845054626, -0.012099113315343857, -0.03750201314687729, 0.02480929158627987, -0.002804358024150133, 0.047488581389188766, 0.03732742369174957, -0.0007218220853246748, 0.018751006573438644, -0.035441845655441284, 0.004626644775271416, -0.0076470584608614445, -0.0012046735500916839, -0.016062313690781593, 0.03420225530862808, -0.003971931058913469, -0.03627987951040268, 0.025786997750401497, -0.05167875066399574, 0.020200107246637344, -0.028126509860157967, -0.038025785237550735, 0.012832392938435078, 0.011662636883556843, -0.056043509393930435, -0.01904780976474285, -0.015809157863259315, 0.0009182362700812519, -0.009122347459197044, -0.08568895608186722, -0.025909211486577988, 0.013591860421001911, 0.009392961859703064, 0.020095352083444595, 0.05733548104763031, -0.03481332212686539, -0.001984874252229929, 0.03507520630955696, -0.02105559967458248, 0.004009031690657139, 0.014683051034808159, 0.05143432319164276, 0.023325273767113686, 0.038025785237550735, -0.008694600313901901, -0.008450173772871494, -0.008402162231504917, -0.015730593353509903, 0.06669352203607559, -0.012203867547214031, -0.019973138347268105, 0.06903303414583206, 0.026764703914523125, 0.021753961220383644, 0.02672978676855564, -0.0014447353314608335, -0.046580713242292404, -0.014717969112098217, -0.00620668800547719, 0.0005892424960620701, -0.04417136684060097, -0.026921836659312248, -0.012919687665998936, -0.008336690254509449, -0.024215685203671455, -0.031461186707019806, 0.009681036695837975, 0.08073058724403381, 0.02002551592886448, 0.004133427049964666, 0.00924456026405096, -0.04064463824033737, -0.020322319120168686, 0.02414584904909134, -0.07001074403524399, -0.01890813745558262, 0.03764168545603752, -0.022784044966101646, -0.022679289802908897, -0.004578632768243551, -0.03669889643788338, -0.03249127045273781, -0.03118184022605419, 0.041342999786138535, 0.015529814176261425, 0.011627718806266785, -0.040260542184114456, 0.019344612956047058, 0.0892506018280983, -0.015617108903825283, -0.017258258536458015, -0.01525046955794096, -0.03191512078046799, -0.0063158068805933, -0.03662906214594841, -0.02136986143887043, 0.08268599957227707, -0.051573995500802994, -0.043926939368247986, 0.02840585447847843, -0.06644909828901291, -0.08589846640825272, 0.015363953076303005, -0.004770682193338871, -0.0051722400821745396, -0.003181909676641226, 0.03697824105620384, -0.04598710685968399, -0.026991672813892365, -0.058697283267974854, -0.026101261377334595, 0.02236502803862095, -0.023115765303373337, -0.04588235169649124, 0.0016706116730347276, -0.06683319807052612, -0.05681170895695686, 0.021317485719919205, -0.004395312629640102, 0.017563791945576668, 0.003181909676641226, 0.05035186558961868, 0.005451584700495005, -0.019327154383063316, -0.01297206524759531, 0.03238651528954506, 0.018331989645957947, -0.05373891815543175, -0.01186341606080532, -0.010501611046493053, 0.03264839947223663, -0.029121674597263336, -0.007345890160650015, -0.01186341606080532, 0.006699905730783939, -0.031077086925506592, 0.009777060709893703, -0.055589575320482254, 0.03528471663594246, 0.02995970845222473, -0.010815873742103577, 0.038689225912094116, -0.01113886572420597, -0.012378457933664322, -0.03264839947223663, 0.0051722400821745396, -0.05635777488350868, 0.03715283051133156, -0.03558151796460152, -0.0016727939946576953, -0.021177813410758972, 0.011095218360424042, -0.0032779343891888857, 0.006704270374029875, -0.04127316549420357, 0.024337898939847946, 0.002592667005956173, 0.007424455601722002, 0.023185601457953453, 0.02259199507534504, -0.006826483644545078, -0.07947354018688202, 0.01815739832818508, 0.0414128378033638, -0.008240665309131145, 0.01073730830103159, 0.014552108012139797, 0.0002582028100732714, -0.040120869874954224, -0.019554121419787407, 0.043577756732702255, 0.011147595942020416, -0.06596024334430695, 0.05143432319164276, -0.035459306091070175, -0.004408407025039196, -0.045917268842458725, 0.02124764956533909, 0.01512825582176447, -0.05188826099038124, 0.0389336533844471, -0.0008074804791249335, 0.008310501463711262, 0.011828497983515263, -0.008039887063205242, 0.01596629060804844, 0.0329277440905571, 0.024739455431699753, -0.04996776580810547, -0.036908406764268875, 0.05667203664779663, 0.033992744982242584, -0.036244962364435196, -0.02882487140595913, 0.007219312246888876, -0.0005144960014149547, -0.0066344342194497585, -0.02706150896847248, 0.013845017179846764, -0.03037872537970543, 0.005451584700495005, 0.013460918329656124, -0.019170023500919342, 0.05178350582718849, 0.05796400457620621, 0.027340853586792946, 0.02549019455909729, 0.012256244197487831, -0.03795594722032547, -0.01948428526520729, 0.024966424331068993, 0.008838637731969357, -0.018192317336797714, -0.019746171310544014, 0.053808752447366714, 0.003550731809809804, -0.011374562978744507, -0.009331855922937393, 0.0060670156963169575, -0.004155250731855631, -0.0062547000125050545, -0.0080748051404953, 0.03659414127469063, 0.009427879936993122, -0.04151759296655655, -0.02803921513259411, 0.01341727003455162, -0.013251409865915775, -0.04116841033101082, 0.018873220309615135, 0.01607104390859604, -0.04197152704000473, 0.045358579605817795, 0.010833333246409893, -0.041622344404459, -0.0027214274741709232, 0.037571847438812256, 0.015887724235653877, -0.03697824105620384, -0.025123555213212967, 0.006446749437600374, 0.030570775270462036, -0.037222668528556824, -0.0469997301697731, 0.00593170803040266, -0.03627987951040268, 0.04305398836731911, -0.05297071859240532, 0.10440504550933838, -0.008358513936400414, 0.008655318059027195, 0.0619097463786602, 0.0031775448005646467, -0.03050093911588192, -0.016786864027380943, 0.025507653132081032, 0.023342732340097427, 0.012430834583938122, -0.08191780745983124, -0.03718775138258934, -0.012055465020239353, -0.075772225856781, 0.044031694531440735, 0.03875906392931938, 0.021980928257107735, -0.007337160408496857, 0.022871339693665504, -0.02505371905863285, 0.04696480929851532, -0.06899811327457428, 0.05723072588443756, -0.003168815281242132, -0.059500399976968765, -0.017136044800281525, -0.04675530269742012, 0.050142355263233185, 0.02060166373848915, -0.01697891391813755, -0.017057480290532112, -0.06386516243219376, 0.015870265662670135, 0.02136986143887043, 0.01702256128191948, 0.05967498943209648, 0.013146655634045601, 0.021195271983742714, -0.012902229093015194, 0.04710448160767555, 0.062398601323366165, 0.006459843832999468, -0.027672573924064636, 0.019170023500919342, -0.03984152525663376, 0.011636448092758656, -0.024110930040478706, 0.04172709956765175, 0.06802041083574295, 0.019100187346339226, -0.023971257731318474, -0.02859790436923504, -0.00015522175817750394, 0.03270077705383301, -0.03413241729140282, 0.012998253107070923, 0.010641283355653286, 0.001698982552625239, 0.029977167025208473, 0.005325006321072578, 0.002293681027367711, 0.05953531712293625, -0.0006890863878652453, 0.059640072286129, -0.031897660344839096, -0.032910287380218506, -0.020130271092057228, 0.02926134690642357, 0.04340316727757454, -0.03743217512965202, 0.00876880157738924, -0.00019436818547546864, -0.008223206736147404, -0.0022314833477139473, -0.040120869874954224, 0.07716894894838333, -0.02659011445939541, 0.04172709956765175, 0.001983783207833767, -0.053913507610559464, -0.06505237519741058, 0.009855627082288265, 0.04211119934916496, -0.0474187470972538, -0.005028202664107084, 0.03413241729140282, -0.07528337091207504, -0.017179692164063454, -0.03205479308962822, -0.01069366093724966, 0.023656995967030525, 0.0034590717405080795, -0.007027262821793556, -0.05723072588443756, -0.05897662788629532, 0.027096426114439964, 0.016332929953932762, 0.023552240803837776, 0.004410589579492807, -0.06547138839960098, 0.044031694531440735, -0.016175799071788788, -0.012378457933664322, 0.010894439183175564, -0.016053585335612297, 0.057929087430238724, -0.014106902293860912, 0.0351974181830883, 0.07465484738349915, 0.029453396797180176, -0.08352403342723846, -0.00762523477897048, -0.0018190135015174747, 0.03739725798368454, 0.006865766365081072, -0.027428148314356804, -0.02505371905863285, -0.005119862966239452, 0.0389336533844471, -0.005530150141566992, -0.00315790344029665, -0.007376443594694138, 0.0029985897708684206, -0.03514504432678223, 0.018087562173604965, -0.004770682193338871, -0.05422776937484741, -0.00272797467187047, 0.024791833013296127, -0.018611334264278412, 0.02383158542215824, -0.048815470188856125, 0.014840181916952133, -0.022242814302444458, 0.0001300561852985993, 0.02124764956533909, 0.05091055482625961, 0.0008091172785498202, -0.01052779983729124, 0.025106096640229225, 0.010623824782669544, -0.0685441792011261, 0.05174858868122101, -0.0015298482030630112, 0.056392692029476166, 0.012448294088244438, 0.05702121555805206, 0.010920627973973751, 0.019012892618775368, -0.01791297271847725, 0.03984152525663376, 0.07549288123846054, -0.037676602602005005, 0.01069366093724966, -0.003987207543104887, -0.0011468405136838555, -0.037467096000909805, -0.011383292265236378, -0.029924791306257248, 0.044799890369176865, 0.07465484738349915, 0.009777060709893703, 0.049129731953144073, 0.050701044499874115, 0.05290088430047035 ]
22,886
anytree.render
__repr__
null
def __repr__(self): classname = self.__class__.__name__ return "%s()" % classname
(self)
[ 0.02116646245121956, -0.06668933480978012, 0.06601962447166443, 0.010865215212106705, -0.007494619116187096, -0.06806401163339615, -0.007679671514779329, -0.012477814219892025, 0.04790211841464043, -0.0056044417433440685, -0.033750019967556, 0.006816094275563955, 0.00009851557842921466, 0.04152221605181694, -0.048043109476566315, -0.006058260798454285, 0.010741847567260265, -0.07165931165218353, -0.0314941443502903, -0.0014561855932697654, 0.012257513590157032, 0.05220238119363785, 0.05202614143490791, -0.04219193011522293, 0.027123384177684784, 0.08248046785593033, -0.012028401717543602, 0.01713055931031704, -0.02199479192495346, -0.005696968175470829, -0.08198699355125427, -0.05400003120303154, -0.015482711605727673, 0.005749840289354324, -0.0002957532706204802, 0.04148697108030319, -0.04867757484316826, 0.03191712126135826, -0.027634480968117714, -0.008459535427391529, 0.03108879178762436, 0.010759470984339714, -0.0005837960634380579, -0.03440210968255997, -0.023739570751786232, -0.02285836823284626, 0.0736684501171112, -0.021571815013885498, -0.007062830496579409, -0.07053137570619583, 0.019139697775244713, 0.03718670457601547, 0.00019923417130485177, -0.014275465160608292, -0.04888906329870224, 0.03241059184074402, 0.03491320461034775, 0.017368482425808907, -0.00641955342143774, 0.04331986978650093, -0.05445825681090355, 0.03718670457601547, 0.044624049216508865, -0.022629255428910255, 0.005128593184053898, -0.018487608060240746, -0.0595339797437191, 0.006485643330961466, -0.015614891424775124, 0.007001146674156189, 0.021448446437716484, 0.0017712151166051626, -0.007706107571721077, 0.023052232339978218, -0.007670859806239605, -0.05544520169496536, -0.036340754479169846, 0.014663194306194782, 0.01769452728331089, -0.018223248422145844, -0.014901118353009224, -0.005996576510369778, -0.019650794565677643, 0.004079963080585003, 0.010442238301038742, -0.08551180362701416, -0.016786890104413033, -0.04977026581764221, -0.08812015503644943, 0.010953335091471672, -0.03390863537788391, 0.014672006480395794, -0.036129266023635864, 0.03151176869869232, -0.03718670457601547, -0.029678868129849434, 0.011332252062857151, -0.062424320727586746, 0.05748958885669708, -0.008812015876173973, 0.04642169922590256, 0.02516711689531803, -0.038737621158361435, -0.04000655189156532, -0.03565341606736183, -0.01160542480647564, -0.03579440712928772, 0.03130028024315834, -0.02955550141632557, 0.006772033870220184, -0.01293603889644146, 0.0703551322221756, -0.014689629897475243, -0.020584868267178535, 0.05262535810470581, -0.04501177743077278, -0.017509475350379944, 0.030436702072620392, 0.028039833530783653, -0.007362439297139645, -0.014002293348312378, 0.030947798863053322, -0.030824430286884308, -0.004276030696928501, -0.034032005816698074, 0.02102546952664852, -0.021078340709209442, -0.017976511269807816, 0.01790601573884487, -0.10123243927955627, 0.03887861222028732, -0.004762894473969936, -0.05875851958990097, 0.023704322054982185, 0.05283684656023979, 0.03158226236701012, 0.025889702141284943, 0.023951059207320213, 0.004271624609827995, 0.10764758288860321, 0.012768610380589962, -0.013614564202725887, 0.020884476602077484, 0.07225853204727173, -0.03523043915629387, -0.011799288913607597, 0.0021765679121017456, 0.09023503959178925, 0.026206934824585915, -0.021131213754415512, 0.019509803503751755, 0.03651699423789978, 0.06623110920190811, 0.01722749136388302, -0.0025268455501645803, 0.014099225401878357, -0.005547164008021355, -0.007807445712387562, 0.009446481242775917, -0.06214233487844467, -0.03144127130508423, -0.0011433589970692992, 0.0009472916717641056, -0.0419451929628849, 0.013887736946344376, -0.006234501022845507, 0.018020572140812874, -0.03799741342663765, 0.006838124245405197, 0.0049787890166044235, -0.022082911804318428, -0.07648829370737076, -0.05650264397263527, 0.04754963517189026, -0.01698075421154499, 0.06926244497299194, -0.007503431290388107, 0.12611757218837738, 0.014275465160608292, -0.0034543101210147142, 0.05424676835536957, -0.03420824557542801, -0.09002355486154556, 0.0151654789224267, 0.04353135824203491, -0.050651464611291885, 0.049629271030426025, -0.007054018322378397, 0.02245301567018032, 0.007172980811446905, -0.027493488043546677, 0.026929520070552826, -0.0037891666870564222, 0.036481745541095734, 0.011975529603660107, -0.06316452473402023, -0.03501895070075989, -0.0004736458358820528, -0.0077369497157633305, 0.03845563530921936, 0.022364895790815353, 0.08903660625219345, -0.007679671514779329, 0.014249029569327831, 0.03937208652496338, 0.01313871517777443, 0.04360185191035271, -0.015720635652542114, 0.007706107571721077, -0.05509272217750549, 0.008490377105772495, -0.003727482631802559, -0.017976511269807816, 0.021413197740912437, 0.008336166851222515, -0.017245113849639893, 0.0094905411824584, -0.027793098241090775, -0.03824414685368538, 0.025255236774683, 0.04148697108030319, -0.010477486997842789, -0.03880811855196953, -0.02009139582514763, -0.07437340915203094, -0.023281345143914223, 0.011799288913607597, -0.009957578033208847, -0.004956759046763182, -0.04797261208295822, 0.0260835662484169, -0.048607077449560165, 0.006851342041045427, 0.0019155119080096483, 0.0002375113544985652, 0.016910258680582047, -0.027334872633218765, 0.021765679121017456, -0.020954973995685577, 0.003471934236586094, -0.028674298897385597, 0.02812795341014862, 0.04437731206417084, 0.022153407335281372, 0.05431726574897766, -0.025960197672247887, -0.011640672571957111, 0.061754606664180756, -0.03519519045948982, -0.01364981196820736, 0.029590748250484467, -0.05512797087430954, -0.04127548262476921, -0.05047522485256195, 0.006877778097987175, -0.027793098241090775, -0.04596347361803055, -0.008230422623455524, 0.046210210770368576, 0.06002745032310486, -0.006626635789871216, 0.008159926161170006, 0.011684732511639595, 0.027845969423651695, 0.023810066282749176, 0.018892962485551834, -0.07324547320604324, 0.028903411701321602, 0.004183504264801741, 0.01304178312420845, 0.13091130554676056, 0.01820562407374382, -0.04018279165029526, 0.04243866726756096, -0.05192039534449577, -0.046915169805288315, -0.03364427760243416, -0.002718506846576929, -0.060062699019908905, -0.07705226540565491, 0.03655223920941353, 0.007758979685604572, -0.0024805823341012, -0.0007517751073464751, 0.011270567774772644, -0.029167771339416504, 0.0368342250585556, 0.0034388890489935875, 0.02874479442834854, 0.017826708033680916, 0.07187079638242722, 0.023563329130411148, 0.009120436385273933, 0.028339441865682602, 0.0532950721681118, -0.017271550372242928, 0.027687354013323784, 0.024374036118388176, -0.01968604326248169, 0.01759759522974491, 0.013808428309857845, -0.045434754341840744, 0.02786359377205372, 0.02740536816418171, -0.04631595313549042, 0.004718834534287453, 0.0038486479315906763, 0.04494128003716469, -0.00761798769235611, -0.00348955811932683, -0.025043748319149017, 0.04208618775010109, 0.003694437677040696, 0.054387759417295456, -0.0037715428043156862, 0.04578723385930061, 0.007758979685604572, 0.008723895065486431, 0.03644649684429169, 0.07705226540565491, -0.008776767179369926, 0.04155746474862099, -0.02213578298687935, 0.046104464679956436, 0.010706598870456219, -0.01933356188237667, -0.05188514664769173, 0.016698770225048065, 0.005882020574063063, 0.024479780346155167, -0.00782066397368908, -0.06781727075576782, 0.04183945059776306, 0.02455027587711811, -0.00927905272692442, 0.02081398107111454, 0.03230484947562218, 0.007300755009055138, -0.039971303194761276, -0.057348597794771194, 0.08332642167806625, 0.01943930611014366, -0.019509803503751755, -0.0023704322520643473, -0.022734999656677246, 0.0629177913069725, -0.044976528733968735, 0.032657328993082047, 0.06827549636363983, -0.022682128474116325, -0.027757849544286728, -0.030753934755921364, 0.009155684150755405, 0.0023307781666517258, -0.027704976499080658, 0.019650794565677643, 0.026065941900014877, 0.04550524801015854, -0.04561099410057068, 0.006168411113321781, 0.054387759417295456, -0.037362948060035706, -0.030454326421022415, 0.014134473167359829, -0.015870440751314163, -0.0021578422747552395, 0.023862939327955246, 0.010671351104974747, 0.05629115551710129, -0.025396229699254036, -0.04744389280676842, 0.006384305190294981, -0.037257201969623566, -0.03560054302215576, -0.06778202205896378, 0.0368342250585556, 0.024585524573922157, 0.003894910914823413, -0.02433878742158413, -0.04649219289422035, 0.04169845953583717, -0.023686697706580162, 0.013253271579742432, 0.005335675552487373, 0.0039323619566857815, 0.007172980811446905, -0.020391004160046577, 0.06827549636363983, 0.009085188619792461, 0.00787794217467308, -0.024515027180314064, -0.031934745609760284, -0.026365550234913826, 0.0005992170772515237, -0.04289689287543297, -0.042473915964365005, 0.010045697912573814, -0.03440210968255997, -0.07162406295537949, 0.0036305503454059362, 0.014099225401878357, 0.0000715287824277766, 0.013967044651508331, -0.018038196489214897, -0.0021633498836308718, 0.002707491861656308, 0.024691268801689148, 0.009393609128892422, -0.002555484650656581, -0.06249481439590454, 0.012292762286961079, -0.006014200858771801, -0.10482773929834366, -0.062459565699100494, 0.07620631158351898, -0.008812015876173973, -0.014742502011358738, 0.01495399046689272, 0.037503939121961594, -0.027334872633218765, -0.019756538793444633, 0.04398958384990692, 0.041804201900959015, 0.043496109545230865, -0.03604114428162575, 0.044518303126096725, -0.02756398543715477, 0.023951059207320213, 0.04476504027843475, 0.034243494272232056, -0.044870782643556595, -0.004060136154294014, 0.0005656212451867759, 0.0057278103195130825, 0.029485004022717476, -0.07648829370737076, -0.00989589374512434, -0.031106416136026382, -0.014275465160608292, 0.08226897567510605, -0.0023219662252813578, -0.0012799452524632215, -0.006851342041045427, -0.012336822226643562, -0.008904541842639446, -0.027634480968117714, -0.044306814670562744, -0.02976698987185955, 0.024726515635848045, -0.018734345212578773, 0.03655223920941353, 0.051638413220644, 0.019368810579180717, 0.008111460134387016, -0.011693544685840607, -0.035406678915023804, -0.03482508659362793, -0.05188514664769173, 0.016857385635375977, 0.008217204362154007, -0.0499112568795681, 0.022382520139217377, -0.006155192852020264, 0.01393179688602686, -0.030401453375816345, -0.012363257817924023, 0.027652105316519737, 0.023193225264549255, -0.0674295425415039, -0.0331508032977581, 0.05808880552649498, 0.007239070720970631, -0.04800786077976227, -0.032763075083494186, -0.04444780573248863, 0.08572328835725784, -0.03410249948501587, -0.0041680834256112576, -0.007547491230070591, -0.00712010869756341, -0.07324547320604324, -0.05967497080564499, -0.015121418982744217, 0.028780043125152588, -0.017306799069046974, 0.03200523927807808, 0.00561325391754508, 0.017518287524580956, 0.006168411113321781, -0.0033463628496974707, -0.02842756174504757, 0.06838124245405197, -0.05001699924468994, -0.0006867864867672324, -0.018399488180875778, 0.030542446300387383, -0.02245301567018032, -0.0053929537534713745, -0.07289299368858337, -0.03052482195198536, 0.005974546540528536, 0.003648174460977316, 0.0037649336736649275, -0.01855810545384884, 0.026718031615018845, 0.002188684418797493, 0.0709543526172638, 0.0487833172082901, -0.0012656257022172213, -0.03108879178762436, 0.04310838133096695, -0.03619975969195366, 0.01204602513462305, 0.005119781009852886, 0.0006713654729537666, -0.035618167370557785, -0.0036041145212948322, 0.01855810545384884, -0.0374334417283535, 0.024056803435087204, 0.05865277722477913, -0.00428263982757926, -0.06193084642291069, 0.026524167507886887, -0.03512469306588173, 0.04388383775949478, 0.015923311933875084, 0.0408172570168972, -0.032710202038288116, 0.07282249629497528, 0.01364981196820736, 0.005168247036635876, 0.0019199178786948323, 0.016081929206848145, -0.03641124814748764, 0.08445435762405396, -0.0975666344165802, 0.016998378559947014, 0.007873536087572575, 0.039654072374105453, 0.01666352152824402, -0.0499112568795681, -0.0008619253057986498, -0.01765046827495098, -0.0031745287124067545, -0.06390473991632462, 0.0026854618918150663, -0.00961390882730484, -0.005939298775047064, -0.027898842468857765, 0.04920629411935806, -0.048395588994026184, -0.0010513836750760674, -0.028004586696624756, 0.05481073632836342, 0.061895597726106644, 0.03258683532476425, 0.043954335153102875, -0.01569419912993908, 0.034384485334157944, -0.007309567183256149, 0.03299218788743019, 0.07130683213472366, -0.02613643929362297, -0.005520727951079607, 0.02264687977731228, 0.016037868335843086, 0.06122588366270065, -0.024109674617648125, -0.0465274415910244, -0.001011729589663446, 0.005974546540528536, 0.0641162246465683, 0.002632589777931571, -0.021342702209949493, 0.0487833172082901, 0.019086826592683792, 0.029485004022717476, -0.01677807793021202, -0.038526132702827454, -0.04959402605891228, -0.018038196489214897, -0.05470499396324158, -0.04730290174484253, -0.06305878609418869, 0.007424123119562864, -0.08156401664018631, -0.018487608060240746, 0.03554766997694969, -0.015870440751314163, 0.005868802312761545, -0.0013449338730424643, -0.021342702209949493, 0.01437239721417427, 0.061754606664180756, -0.03753918781876564, 0.018522856757044792, -0.02444453164935112, -0.01759759522974491, 0.04716190695762634, -0.011358688585460186, 0.04310838133096695, 0.038385141640901566, 0.02966124564409256, 0.05981596186757088, -0.0031260624527931213, -0.008600527420639992, 0.014028728939592838, -0.03235772252082825, 0.021307453513145447, -0.0232637207955122, 0.01887533813714981, 0.029238268733024597, -0.023457584902644157, 0.015993809327483177, -0.031229782849550247, -0.029062027111649513, 0.008102647960186005, -0.010169066488742828, 0.06693606823682785, -0.010151442140340805, 0.034895580261945724, -0.022928865626454353, 0.019827036187052727, 0.005657313857227564, 0.0058071184903383255, -0.0019727901089936495, -0.03498370200395584, 0.07677028328180313, -0.022065287455916405, 0.02245301567018032, 0.019721291959285736, -0.010045697912573814, -0.11286429315805435, -0.04353135824203491, -0.04131073132157326, 0.002976258285343647, 0.021765679121017456, -0.04268540441989899, 0.01820562407374382, -0.02715863287448883, 0.007318378891795874, -0.07500787824392319, -0.015271223150193691, -0.03248108923435211, -0.03258683532476425, -0.02358095347881317, -0.05808880552649498, 0.02960837259888649, -0.05343606323003769, -0.03318605199456215, 0.018646225333213806, 0.015086171217262745, 0.04219193011522293, -0.0010420208564028144, -0.012909603305161, -0.021818550303578377, -0.0006085798377171159, -0.023704322054982185, -0.007124514784663916, -0.024515027180314064, -0.03891386091709137, -0.03073631040751934, -0.02046149969100952, 0.04469454288482666, 0.030806805938482285, -0.03849088400602341, -0.008882511407136917, 0.00401607621461153, -0.04772587865591049, -0.016452033072710037, 0.0493120402097702, -0.005714592058211565, -0.06122588366270065, -0.062318574637174606, -0.01586162857711315, 0.01426665298640728, 0.0021490303333848715, 0.036375999450683594, -0.034278739243745804, 0.012891978956758976, -0.004018279258161783, -0.06566713750362396, -0.06542040407657623, 0.019932778552174568, 0.02659466303884983, -0.013614564202725887, 0.0077545735985040665, -0.015147854574024677, -0.0907285138964653, -0.056432146579027176, -0.007503431290388107, 0.012874354608356953, 0.02296411246061325, 0.04434206336736679, 0.017932452261447906, 0.01071541104465723, -0.0782506987452507, 0.019809411838650703, 0.007917596027255058, 0.03445498272776604, 0.02603069506585598, 0.026911895722150803, 0.007362439297139645, 0.03627025708556175, 0.044165823608636856, 0.04176895320415497, 0.008882511407136917, 0.022893616929650307, 0.0075430856086313725, -0.002104970160871744, 0.07472589612007141, 0.027422992512583733, -0.01769452728331089, 0.008741519413888454, -0.04053527116775513, -0.0003469731309451163, 0.04071151092648506, -0.036481745541095734, 0.01406397670507431, -0.019192570820450783, -0.002104970160871744, 0.06443345546722412, -0.025854453444480896, 0.03473696485161781, 0.10792956501245499, -0.03376764431595802, -0.055163219571113586, -0.014583885669708252, 0.00132620835211128, -0.0060009825974702835, 0.019756538793444633, -0.05523371323943138, -0.011499680578708649, 0.04018279165029526, -0.038949109613895416, 0.007666453719139099, -0.009296676144003868, 0.013473572209477425, 0.015271223150193691, -0.023563329130411148, 0.006701537873595953, 0.004467691760510206, 0.0006350158946588635, 0.043037883937358856, 0.011728792451322079, -0.0012105506611987948, 0.057207606732845306, 0.021413197740912437, 0.03651699423789978, 0.03593539819121361, 0.05273110046982765, -0.022065287455916405, 0.009243804030120373, 0.06094390153884888, -0.021413197740912437, 0.014566262252628803, 0.012292762286961079, 0.03746869042515755, -0.034948453307151794, -0.050193242728710175, -0.013367827981710434, 0.033009812235832214, 0.009728465229272842, -0.012363257817924023, 0.037045713514089584, 0.0055075096897780895, -0.009455292485654354 ]
22,887
anytree.node.anynode
AnyNode
A generic tree node with any `kwargs`. Keyword Args: parent: Reference to parent node. children: Iterable with child nodes. *: Any other given attribute is just stored as object attribute. Other than :any:`Node` this class has no default identifier. It is up to the user to use other attributes for identification. The `parent` attribute refers the parent node: >>> from anytree import AnyNode, RenderTree >>> root = AnyNode(id="root") >>> s0 = AnyNode(id="sub0", parent=root) >>> s0b = AnyNode(id="sub0B", parent=s0, foo=4, bar=109) >>> s0a = AnyNode(id="sub0A", parent=s0) >>> s1 = AnyNode(id="sub1", parent=root) >>> s1a = AnyNode(id="sub1A", parent=s1) >>> s1b = AnyNode(id="sub1B", parent=s1, bar=8) >>> s1c = AnyNode(id="sub1C", parent=s1) >>> s1ca = AnyNode(id="sub1Ca", parent=s1c) >>> root AnyNode(id='root') >>> s0 AnyNode(id='sub0') >>> print(RenderTree(root)) AnyNode(id='root') β”œβ”€β”€ AnyNode(id='sub0') β”‚ β”œβ”€β”€ AnyNode(bar=109, foo=4, id='sub0B') β”‚ └── AnyNode(id='sub0A') └── AnyNode(id='sub1') β”œβ”€β”€ AnyNode(id='sub1A') β”œβ”€β”€ AnyNode(bar=8, id='sub1B') └── AnyNode(id='sub1C') └── AnyNode(id='sub1Ca') >>> print(RenderTree(root)) AnyNode(id='root') β”œβ”€β”€ AnyNode(id='sub0') β”‚ β”œβ”€β”€ AnyNode(bar=109, foo=4, id='sub0B') β”‚ └── AnyNode(id='sub0A') └── AnyNode(id='sub1') β”œβ”€β”€ AnyNode(id='sub1A') β”œβ”€β”€ AnyNode(bar=8, id='sub1B') └── AnyNode(id='sub1C') └── AnyNode(id='sub1Ca') Node attributes can be added, modified and deleted the pythonic way: >>> root.new = 'a new attribute' >>> s0b AnyNode(bar=109, foo=4, id='sub0B') >>> s0b.bar = 110 # modified >>> s0b AnyNode(bar=110, foo=4, id='sub0B') >>> del s1b.bar >>> print(RenderTree(root)) AnyNode(id='root', new='a new attribute') β”œβ”€β”€ AnyNode(id='sub0') β”‚ β”œβ”€β”€ AnyNode(bar=110, foo=4, id='sub0B') β”‚ └── AnyNode(id='sub0A') └── AnyNode(id='sub1') β”œβ”€β”€ AnyNode(id='sub1A') β”œβ”€β”€ AnyNode(id='sub1B') └── AnyNode(id='sub1C') └── AnyNode(id='sub1Ca') The same tree can be constructed by using the `children` attribute: >>> root = AnyNode(id="root", children=[ ... AnyNode(id="sub0", children=[ ... AnyNode(id="sub0B", foo=4, bar=109), ... AnyNode(id="sub0A"), ... ]), ... AnyNode(id="sub1", children=[ ... AnyNode(id="sub1A"), ... AnyNode(id="sub1B", bar=8), ... AnyNode(id="sub1C", children=[ ... AnyNode(id="sub1Ca"), ... ]), ... ]), ... ])
class AnyNode(NodeMixin): """ A generic tree node with any `kwargs`. Keyword Args: parent: Reference to parent node. children: Iterable with child nodes. *: Any other given attribute is just stored as object attribute. Other than :any:`Node` this class has no default identifier. It is up to the user to use other attributes for identification. The `parent` attribute refers the parent node: >>> from anytree import AnyNode, RenderTree >>> root = AnyNode(id="root") >>> s0 = AnyNode(id="sub0", parent=root) >>> s0b = AnyNode(id="sub0B", parent=s0, foo=4, bar=109) >>> s0a = AnyNode(id="sub0A", parent=s0) >>> s1 = AnyNode(id="sub1", parent=root) >>> s1a = AnyNode(id="sub1A", parent=s1) >>> s1b = AnyNode(id="sub1B", parent=s1, bar=8) >>> s1c = AnyNode(id="sub1C", parent=s1) >>> s1ca = AnyNode(id="sub1Ca", parent=s1c) >>> root AnyNode(id='root') >>> s0 AnyNode(id='sub0') >>> print(RenderTree(root)) AnyNode(id='root') β”œβ”€β”€ AnyNode(id='sub0') β”‚ β”œβ”€β”€ AnyNode(bar=109, foo=4, id='sub0B') β”‚ └── AnyNode(id='sub0A') └── AnyNode(id='sub1') β”œβ”€β”€ AnyNode(id='sub1A') β”œβ”€β”€ AnyNode(bar=8, id='sub1B') └── AnyNode(id='sub1C') └── AnyNode(id='sub1Ca') >>> print(RenderTree(root)) AnyNode(id='root') β”œβ”€β”€ AnyNode(id='sub0') β”‚ β”œβ”€β”€ AnyNode(bar=109, foo=4, id='sub0B') β”‚ └── AnyNode(id='sub0A') └── AnyNode(id='sub1') β”œβ”€β”€ AnyNode(id='sub1A') β”œβ”€β”€ AnyNode(bar=8, id='sub1B') └── AnyNode(id='sub1C') └── AnyNode(id='sub1Ca') Node attributes can be added, modified and deleted the pythonic way: >>> root.new = 'a new attribute' >>> s0b AnyNode(bar=109, foo=4, id='sub0B') >>> s0b.bar = 110 # modified >>> s0b AnyNode(bar=110, foo=4, id='sub0B') >>> del s1b.bar >>> print(RenderTree(root)) AnyNode(id='root', new='a new attribute') β”œβ”€β”€ AnyNode(id='sub0') β”‚ β”œβ”€β”€ AnyNode(bar=110, foo=4, id='sub0B') β”‚ └── AnyNode(id='sub0A') └── AnyNode(id='sub1') β”œβ”€β”€ AnyNode(id='sub1A') β”œβ”€β”€ AnyNode(id='sub1B') └── AnyNode(id='sub1C') └── AnyNode(id='sub1Ca') The same tree can be constructed by using the `children` attribute: >>> root = AnyNode(id="root", children=[ ... AnyNode(id="sub0", children=[ ... AnyNode(id="sub0B", foo=4, bar=109), ... AnyNode(id="sub0A"), ... ]), ... AnyNode(id="sub1", children=[ ... AnyNode(id="sub1A"), ... AnyNode(id="sub1B", bar=8), ... AnyNode(id="sub1C", children=[ ... AnyNode(id="sub1Ca"), ... ]), ... ]), ... ]) """ def __init__(self, parent=None, children=None, **kwargs): self.__dict__.update(kwargs) self.parent = parent if children: self.children = children def __repr__(self): return _repr(self)
(parent=None, children=None, **kwargs)
[ -0.010879302397370338, -0.008113212883472443, 0.04702351987361908, -0.005351993255317211, 0.0011243325425311923, 0.048659797757864, -0.03946547210216522, 0.024368857964873314, 0.023005293682217598, -0.01019752025604248, -0.0005609487998299301, 0.031595755368471146, 0.027446620166301727, 0.05512699484825134, -0.04990648850798607, -0.002785569056868553, -0.0016691499622538686, 0.00957417581230402, 0.007796671241521835, 0.03771231696009636, 0.011414988897740841, 0.04460806027054787, 0.04028361290693283, 0.005663665477186441, 0.019236009567975998, -0.030699696391820908, -0.01504791621118784, 0.018057499080896378, 0.03823826462030411, -0.04464701935648918, 0.0024300680961459875, -0.05286737158894539, -0.056139927357435226, -0.027777770534157753, 0.0064428457990288734, -0.034050170332193375, -0.028712786734104156, 0.10768269002437592, -0.01285647228360176, -0.03251129016280174, 0.014687545597553253, 0.005420171655714512, -0.06934703141450882, -0.059412483125925064, -0.0027441750280559063, 0.03475143387913704, 0.08812527358531952, 0.04791957885026932, -0.06182794272899628, -0.08446312695741653, 0.05524387210607529, 0.012992828153073788, 0.023979268968105316, 0.04004985839128494, -0.01663549616932869, 0.022342989221215248, -0.03977714478969574, 0.04577683284878731, 0.047802701592445374, 0.029160816222429276, 0.020278163254261017, 0.0632304698228836, -0.015943972393870354, -0.048309165984392166, -0.04441326856613159, -0.04242635890841484, -0.06977558135986328, 0.003516050288453698, -0.04043944925069809, 0.03369953855872154, -0.05450364947319031, -0.03338786959648132, 0.08282684534788132, 0.05189339444041252, 0.03325151279568672, -0.0057513234205543995, -0.02980363927781582, 0.021602768450975418, 0.044452227652072906, 0.04710143804550171, -0.03893952816724777, -0.02616097219288349, -0.010908521711826324, 0.01142472866922617, 0.001286864629946649, -0.006058125291019678, -0.020589834079146385, -0.020745670422911644, 0.015232971869409084, -0.035004667937755585, -0.04480285570025444, 0.050763584673404694, -0.0019564726389944553, 0.027972565963864326, -0.009666703641414642, 0.01662575639784336, 0.0656069666147232, -0.038997966796159744, 0.035608530044555664, 0.01511609461158514, 0.006593811791390181, 0.03373849764466286, -0.02144693210721016, -0.004278185777366161, -0.01701534539461136, -0.01012934185564518, -0.05220506712794304, -0.0016947167459875345, 0.0168595090508461, 0.01878798007965088, -0.035004667937755585, -0.010080642998218536, 0.0042806207202374935, 0.04160821810364723, -0.0030144532211124897, -0.03342682868242264, -0.033017758280038834, -0.04199780896306038, -0.005960728041827679, -0.06159418821334839, 0.039231717586517334, -0.01736597716808319, -0.02306373231112957, 0.04164717718958855, 0.0011249412782490253, 0.009233284741640091, 0.011483167298138142, 0.01005142368376255, -0.05314008519053459, -0.03777075558900833, 0.011395509354770184, 0.021563809365034103, -0.0054299114271998405, 0.03177107125520706, 0.019908051937818527, -0.011736400425434113, -0.012739595025777817, 0.022362468764185905, -0.057035986334085464, 0.02581034228205681, 0.011765619739890099, -0.0864889919757843, 0.05056878924369812, 0.004567943513393402, -0.07943741232156754, -0.005770802963525057, -0.007265854626893997, -0.031011369079351425, -0.04729623347520828, -0.027855688706040382, -0.02002492919564247, -0.03547217696905136, 0.038413580507040024, 0.06525633484125137, -0.01736597716808319, -0.004110175184905529, -0.07932053506374359, -0.05742557346820831, -0.002380151767283678, -0.0072561148554086685, -0.01721988059580326, -0.031245123594999313, 0.05099733918905258, -0.048309165984392166, -0.0020867418497800827, -0.01597319170832634, -0.005897419527173042, -0.07152873277664185, -0.030738655477762222, 0.026355767622590065, 0.029881557449698448, -0.02571294456720352, -0.01936262659728527, 0.06669782102108002, -0.05668535456061363, 0.02136901579797268, 0.008999530225992203, 0.002917055506259203, 0.007475259248167276, 0.009992985054850578, 0.016148507595062256, -0.01929444819688797, -0.00550782959908247, 0.01863214559853077, 0.06977558135986328, -0.025829821825027466, -0.00939399003982544, 0.014483010396361351, 0.04686768352985382, 0.0014987043105065823, -0.00015887970221228898, -0.0276414155960083, 0.006009426899254322, 0.03272556513547897, 0.006554852705448866, 0.0025006812065839767, -0.017551032826304436, -0.10254010558128357, 0.034848831593990326, 0.04932210221886635, -0.006481804884970188, -0.025031162425875664, 0.06669782102108002, 0.001551055465824902, 0.012418183498084545, 0.017171181738376617, 0.016226425766944885, 0.005308164749294519, -0.041218627244234085, -0.01840813085436821, -0.030407505109906197, 0.033232033252716064, 0.025401271879673004, 0.06217857450246811, -0.0415302999317646, -0.049127306789159775, -0.03362162411212921, 0.01796010136604309, -0.02536231279373169, 0.004884485621005297, 0.03334891051054001, 0.039056405425071716, -0.008794995956122875, -0.039290156215429306, 0.009876107797026634, -0.057698287069797516, 0.040478408336639404, -0.02491428516805172, 0.004017647355794907, 0.0016107114497572184, 0.03251129016280174, -0.051270052790641785, 0.05243882164359093, -0.017852963879704475, -0.049283143132925034, -0.049633774906396866, 0.019771695137023926, -0.012612977996468544, -0.005614966619759798, -0.011970154941082, -0.047568947076797485, -0.04620538279414177, 0.03967974707484245, -0.0314788781106472, 0.03950443118810654, 0.007032100576907396, 0.007202546112239361, 0.037751276046037674, -0.027193386107683182, -0.07234687358140945, -0.0041320896707475185, -0.013908364810049534, -0.006481804884970188, 0.03625135496258736, 0.05656847730278969, 0.00453141937032342, -0.015203752554953098, -0.009807929396629333, -0.018758760765194893, 0.025264915078878403, 0.012798033654689789, -0.03143991902470589, -0.010703986510634422, 0.08134640753269196, 0.015398547053337097, -0.032199617475271225, 0.008726817555725574, -0.008770646527409554, -0.07819072902202606, -0.0019893443677574396, 0.018300993368029594, -0.02734922245144844, 0.026628481224179268, 0.03734220564365387, 0.0061798724345862865, -0.0526336170732975, 0.0025420752353966236, 0.027836209163069725, -0.04908834770321846, -0.025479190051555634, -0.020726190879940987, -0.023122170940041542, -0.020141806453466415, 0.004784652963280678, 0.009579045698046684, -0.01046049315482378, -0.02337540313601494, 0.04304970055818558, -0.021252138540148735, -0.02904393896460533, 0.03851097822189331, 0.0057221041060984135, -0.06615239381790161, 0.022946855053305626, 0.02771933376789093, 0.011337070725858212, -0.10690351575613022, 0.029842598363757133, 0.03140095993876457, -0.02041452005505562, 0.017648430541157722, -0.03362162411212921, 0.06011374667286873, -0.037283770740032196, 0.005020841956138611, 0.049711693078279495, -0.028050484135746956, 0.02801152504980564, -0.011142276227474213, 0.027115467935800552, 0.0030095833353698254, -0.005717234220355749, 0.019236009567975998, 0.011473427526652813, -0.021349536255002022, -0.030738655477762222, 0.013022047467529774, -0.09217701107263565, 0.05808787792921066, 0.06350318342447281, -0.06958078593015671, -0.009140756912529469, -0.07445066422224045, 0.008668378926813602, 0.02358967810869217, -0.007957377471029758, 0.07039892673492432, 0.00879986584186554, -0.027602456510066986, 0.02660900168120861, -0.024271460250020027, -0.009101797826588154, -0.02401822805404663, -0.0027490449137985706, -0.06774970889091492, 0.0018700322834774852, 0.016956906765699387, 0.01715170219540596, -0.007631095126271248, -0.009627744555473328, 0.023161130025982857, 0.05072462558746338, -0.0032019433565437794, 0.030504900962114334, -0.02507011964917183, -0.00790380872786045, 0.08968362957239151, 0.028888102620840073, 0.013723310083150864, -0.00014023719995748252, 0.00117424875497818, 0.012622717767953873, -0.006759387440979481, -0.022674141451716423, 0.011434468440711498, -0.052594657987356186, 0.018593186512589455, 0.010811123996973038, -0.07526879757642746, 0.013158404268324375, 0.025615546852350235, -0.041140709072351456, 0.010080642998218536, -0.008449234068393707, -0.01568100042641163, -0.016878988593816757, 0.017258839681744576, 0.023901350796222687, 0.008975180797278881, -0.06159418821334839, 0.029238734394311905, -0.051036298274993896, 0.006072734948247671, -0.02964780293405056, -0.002309538656845689, 0.03473195433616638, -0.0061652627773582935, 0.015564123168587685, -0.01093774102628231, -0.045348282903432846, 0.009179715998470783, -0.025537628680467606, 0.07152873277664185, 0.011785099282860756, -0.008239829912781715, -0.025966176763176918, 0.08664482831954956, -0.0020550875924527645, -0.00680321641266346, 0.05107525736093521, -0.04885459318757057, -0.0031215904746204615, -0.0038204174488782883, 0.01400576252490282, -0.05247778072953224, -0.01945028454065323, 0.05952936038374901, 0.017054304480552673, -0.0325307697057724, -0.03292036056518555, 0.03519946336746216, -0.04877667501568794, 0.010772164911031723, 0.01678159274160862, 0.06252920627593994, 0.027193386107683182, 0.07713883370161057, 0.014502489939332008, 0.01848604902625084, 0.013022047467529774, 0.013022047467529774, 0.033602144569158554, -0.00827878899872303, 0.03816034644842148, 0.05816579610109329, -0.05952936038374901, 0.12809720635414124, 0.053724467754364014, 0.009666703641414642, -0.049711693078279495, -0.00906283874064684, 0.0425821952521801, 0.027115467935800552, 0.031907424330711365, 0.06864576786756516, 0.014424571767449379, 0.016090068966150284, -0.005225376691669226, -0.015291409566998482, 0.06786658614873886, -0.007105148863047361, -0.02742714062333107, -0.004638556856662035, -0.008181391283869743, 0.013362939469516277, -0.0402056947350502, -0.001980822067707777, -0.056217845529317856, -0.024738969281315804, 0.04873771592974663, -0.005551658570766449, 0.04725727438926697, 0.0009618004551157355, -0.027095988392829895, -0.02440781705081463, 0.020356081426143646, 0.01773608848452568, 0.059841033071279526, 0.04289386421442032, -0.018982775509357452, 0.053724467754364014, 0.023531239479780197, 0.015369327738881111, 0.011434468440711498, -0.05929560586810112, -0.03576436638832092, 0.009082318283617496, -0.016216685995459557, -0.023005293682217598, 0.0019589075818657875, -0.0036353622563183308, 0.030504900962114334, 0.011259152553975582, 0.020375560969114304, -0.018749020993709564, 0.003391868434846401, 0.059763114899396896, -0.03541373834013939, -0.04768582433462143, -0.034186527132987976, 0.054386772215366364, -0.012768814340233803, -0.04752998799085617, 0.005278945434838533, 0.017122482880949974, -0.0016216685762628913, -0.052244026213884354, -0.12248711287975311, -0.1293438971042633, -0.07791801542043686, 0.010070903226733208, -0.020979424938559532, 0.03214117884635925, -0.045348282903432846, -0.020570354536175728, -0.0268427561968565, 0.052750494331121445, 0.010139081627130508, 0.023920830339193344, 0.0006263877730816603, -0.0843852087855339, -0.016392001882195473, -0.0462833009660244, 0.03290088102221489, -0.010713726282119751, 0.017541293054819107, -0.017833484336733818, -0.03712793439626694, -0.03736168518662453, -0.052594657987356186, -0.00019829525263048708, -0.060074787586927414, 0.05364655330777168, 0.03255024924874306, 0.0515817254781723, 0.02261570282280445, -0.026589522138237953, 0.024602612480521202, -0.015008957125246525, 0.013246062211692333, 0.05726974084973335, -0.028576431795954704, 0.02949196845293045, -0.034634556621313095, 0.02351175993680954, 0.04480285570025444, 0.02581034228205681, 0.023920830339193344, 0.030056873336434364, -0.021719645708799362, -0.0048090023919939995, 0.014882340095937252, 0.01382070779800415, -0.0002958449476864189, 0.029745200648903847, 0.03946547210216522, -0.01504791621118784, -0.010168300941586494, 0.038764212280511856, 0.011736400425434113, 0.002878096653148532, -0.025888260453939438, -0.012700635939836502, 0.0666588619351387, -0.042699072510004044, 0.030699696391820908, 0.04842604324221611, 0.023979268968105316, 0.0322580561041832, -0.028147881850600243, 0.039932981133461, 0.06093188747763634, -0.020297642797231674, 0.023453321307897568, -0.005561398342251778, -0.02129109762609005, 0.01647965982556343, -0.006067865062505007, 0.024154582992196083, 0.02771933376789093, 0.01305126678198576, -0.036699384450912476, 0.017054304480552673, 0.023570198565721512, 0.003569619031623006, -0.03188794478774071, 0.001676454790867865, -0.02912185713648796, 0.010421534068882465, 0.05142588913440704, 0.015398547053337097, 0.05239986255764961, 0.026083054021000862, -0.04799749702215195, 0.09054072946310043, 0.03262816742062569, 0.0018383781425654888, -0.03245285153388977, 0.03630979359149933, 0.04304970055818558, -0.007124628406018019, 0.06217857450246811, -0.0036767562851309776, -0.03525790199637413, -0.033680062741041183, -0.029219254851341248, -0.0899173840880394, 0.022011838853359222, -0.012612977996468544, -0.029316652566194534, 0.007061319891363382, 0.014093420468270779, -0.036485109478235245, 0.004397497978061438, 0.003942164592444897, -0.0025542499497532845, 0.01745363511145115, 0.08983946591615677, -0.02727130427956581, -0.03179055079817772, -0.015418026596307755, -0.037069495767354965, 0.03757596015930176, 0.01544724591076374, 0.0025810340885072947, 0.026570042595267296, -0.029842598363757133, -0.035530611872673035, 0.013392158783972263, -0.03599812090396881, -0.01751207374036312, -0.01810619793832302, 0.007085669320076704, 0.047880619764328, -0.004504634998738766, 0.008205740712583065, 0.01052867155522108, -0.008877783082425594, -0.051854439079761505, -0.023083211854100227, 0.038920048624277115, 0.030271148309111595, 0.0462833009660244, -0.02189496159553528, -0.04301074147224426, -0.07176248729228973, -0.049283143132925034, 0.0402056947350502, -0.017044564709067345, -0.055711377412080765, -0.042621154338121414, -0.022868936881422997, -0.025109078735113144, -0.013986282981932163, -0.07074955850839615, -0.010966960340738297, 0.0276414155960083, -0.0314788781106472, -0.023784473538398743, -0.007402210962027311, 0.05380238592624664, -0.074840247631073, -0.007260984741151333, -0.05906185507774353, -0.024524694308638573, -0.058594346046447754, 0.01108383759856224, 0.013957063667476177, -0.012369484640657902, 0.03629031404852867, -0.02438833750784397, -0.036991577595472336, -0.04768582433462143, -0.002325365785509348, -0.0004903356311842799, -0.021466411650180817, 0.006340578198432922, -0.016294604167342186, -0.040244653820991516, -0.01149290706962347, -0.011522126384079456, 0.025323353707790375, -0.009900457225739956, -0.02483636699616909, 0.014288215897977352, 0.02203131839632988, -0.017541293054819107, 0.0048771807923913, 0.010100122541189194, 0.03031010739505291, 0.013109705410897732, -0.03934859484434128, 0.03007635287940502, 0.042036768049001694, 0.043517209589481354, 0.012359744869172573, 0.009126147255301476, -0.02986207790672779, 0.01765817031264305, 0.04079008102416992, -0.02033660188317299, 0.009895587339997292, 0.01182405836880207, -0.023258525878190994, -0.03210221976041794, -0.05913977324962616, 0.029238734394311905, 0.046828724443912506, 0.0011547693284228444, -0.021622247993946075, -0.02462209202349186, 0.014619367197155952, -0.03406964987516403, -0.026141492649912834, 0.0003847201878670603, 0.024290939792990685, -0.008010945282876492, -0.00821061059832573, 0.059178728610277176, -0.06424339860677719, -0.0004772478132508695, -0.036407191306352615, 0.047724783420562744, 0.03792659193277359, -0.03128408268094063, -0.03808242827653885, -0.007309683598577976, 0.02616097219288349, 0.03155679628252983, -0.006437975913286209, 0.04901042953133583, -0.014745984226465225, -0.028810184448957443, -0.017025085166096687, 0.036991577595472336, 0.03149835765361786, -0.02993999607861042, 0.05789308249950409, 0.05726974084973335, -0.022946855053305626, -0.041062790900468826, 0.06498362123966217, 0.001966212410479784, -0.013859666883945465, -0.013226582668721676, 0.010645548813045025, 0.05824371427297592, 0.016362782567739487, -0.03332943096756935, 0.002644342603161931, 0.004614207427948713, 0.028810184448957443, 0.05189339444041252, 0.03630979359149933, -0.0016350607620552182, 0.02263518236577511, 0.05797100067138672, -0.05014023929834366, 0.02107682265341282, -0.035452697426080704, 0.022459866479039192, 0.08267100900411606, 0.002077002078294754, -0.07674924284219742, -0.002824527909979224, -0.051854439079761505, 0.01231104601174593, -0.04449118673801422, -0.05520491302013397, 0.03747856244444847, -0.007928158156573772, 0.038842130452394485, -0.0035525744315236807, 0.0489325113594532, -0.0032701215241104364, -0.03350474685430527, 0.02853747271001339, 0.08025555312633514, 0.02549866959452629, 0.005390952341258526, 0.0007493521552532911, 0.009549826383590698, -0.00938425026834011, 0.029706241562962532, 0.06880160421133041, 0.021349536255002022, 0.011814318597316742, 0.010031944140791893, -0.00043950628605671227, -0.08789151906967163, -0.03007635287940502, -0.07791801542043686, -0.023472800850868225, -0.004684820305556059, 0.05839955061674118, 0.04277699068188667, -0.007061319891363382, 0.08804735541343689 ]
22,888
anytree.node.nodemixin
__attach
null
def __attach(self, parent): # pylint: disable=W0212 if parent is not None: self._pre_attach(parent) parentchildren = parent.__children_or_empty if ASSERTIONS: # pragma: no branch assert not any(child is self for child in parentchildren), "Tree is corrupt." # pragma: no cover # ATOMIC START parentchildren.append(self) self.__parent = parent # ATOMIC END self._post_attach(parent)
(self, parent)
[ -0.037278998643159866, 0.041528597474098206, -0.001346354023553431, 0.10275045782327652, 0.00645645335316658, 0.01445899996906519, 0.019071368500590324, 0.045259952545166016, 0.053690049797296524, 0.005052876193076372, 0.005907978396862745, -0.061878301203250885, 0.03693350404500961, 0.0039278557524085045, -0.05058058723807335, 0.004430983681231737, -0.016592437401413918, 0.014536736533045769, -0.04529450088739395, 0.012152815237641335, -0.018777698278427124, -0.011444549076259136, 0.01903682015836239, 0.004737611394375563, -0.03439410775899887, 0.07207042723894119, -0.04874946177005768, 0.036622557789087296, 0.01983145996928215, -0.007510215509682894, 0.027553291991353035, -0.0461236909031868, -0.021040694788098335, -0.020453352481126785, 0.07023929804563522, 0.040284812450408936, -0.06184375286102295, 0.014122141525149345, -0.005674768704921007, 0.040284812450408936, 0.03149194270372391, -0.0013420353643596172, -0.05724865570664406, -0.0054588341154158115, 0.02430563047528267, 0.0467110350728035, 0.037797242403030396, 0.01910591870546341, 0.05241171643137932, -0.05137522891163826, 0.024772049859166145, 0.03408316150307655, 0.055728476494550705, -0.01559049915522337, -0.1035105511546135, 0.0626729428768158, 0.027536017820239067, -0.00001645660086069256, -0.008386910893023014, -0.013223852962255478, 0.06567875295877457, -0.008663307875394821, 0.04063030704855919, -0.05165162682533264, -0.016445601359009743, 0.004124356433749199, -0.006149825640022755, -0.004569182172417641, 0.011600022204220295, 0.056834060698747635, -0.08575206249952316, -0.0467110350728035, -0.026845024898648262, 0.028589779511094093, -0.00700924638658762, 0.02275089919567108, -0.014510824345052242, -0.0009463346214033663, 0.0026495209895074368, -0.01222191471606493, -0.0056272633373737335, -0.019382314756512642, 0.0020837716292589903, 0.0379008911550045, -0.01808670535683632, 0.04339427500963211, -0.015046343207359314, 0.018933171406388283, -0.04166679456830025, 0.0076700071804225445, 0.0029410331044346094, 0.03349582105875015, 0.016514699906110764, 0.047747522592544556, 0.03651890903711319, 0.043497923761606216, 0.023320967331528664, -0.048334866762161255, -0.04615824297070503, 0.06633520126342773, -0.01888134703040123, 0.03505055233836174, 0.038764629513025284, -0.068650022149086, 0.000934458221308887, -0.03446320816874504, 0.010235313326120377, -0.037589944899082184, 0.03689895197749138, 0.03149194270372391, -0.007510215509682894, -0.03931742534041405, -0.0022673162166029215, 0.019071368500590324, -0.008922429755330086, -0.05175527557730675, 0.008382592350244522, -0.015910083428025246, 0.05863064154982567, 0.014536736533045769, 0.05659221485257149, 0.017110681161284447, -0.028140634298324585, -0.025134820491075516, -0.029747189953923225, -0.014623110182583332, -0.01266242191195488, 0.01354343630373478, -0.03505055233836174, -0.04947500303387642, 0.005070151295512915, 0.020885221660137177, -0.024426555261015892, -0.02297547273337841, 0.004664193373173475, -0.010528985410928726, 0.009285200387239456, -0.0068753669038414955, -0.05254991352558136, -0.04633098840713501, -0.025722164660692215, -0.08188250660896301, 0.047160178422927856, -0.011150877922773361, 0.01477858331054449, 0.03306395187973976, -0.030904600396752357, 0.012178727425634861, -0.06125640869140625, -0.024996623396873474, 0.008732406422495842, -0.0449490062892437, 0.02670682780444622, 0.026171308010816574, 0.008732406422495842, -0.0028870494570583105, -0.08975981175899506, -0.03866098076105118, 0.01731797866523266, -0.006180056370794773, -0.006979015655815601, -0.04235778748989105, -0.014173965901136398, 0.017222966998815536, -0.004569182172417641, -0.03225203603506088, -0.04128675162792206, -0.026655003428459167, -0.048853110522031784, 0.012368750758469105, 0.02686230093240738, -0.05026964098215103, 0.039628371596336365, 0.049647748470306396, -0.02862432785332203, 0.004569182172417641, 0.004366203211247921, 0.021610762923955917, -0.022301755845546722, 0.0029194396920502186, 0.016842922195792198, 0.032096561044454575, 0.09929549694061279, 0.02941896952688694, 0.03073185309767723, -0.02803698554635048, 0.01430352684110403, 0.0029194396920502186, 0.08851602673530579, 0.007268368266522884, 0.013310226611793041, 0.02459930256009102, 0.00040595760219730437, -0.03299485146999359, 0.0035456507466733456, 0.021040694788098335, 0.004402912221848965, -0.08312629163265228, -0.02211173251271248, 0.027605116367340088, -0.02738054469227791, -0.029453517869114876, 0.05234261602163315, -0.027622390538454056, 0.0269313994795084, 0.014700846746563911, -0.03425591066479683, 0.00700924638658762, 0.03945562243461609, -0.00921610090881586, 0.01090039312839508, 0.03000631183385849, -0.014562648721039295, -0.008093239739537239, -0.02510027214884758, -0.09839721024036407, -0.04384341835975647, -0.027104146778583527, 0.03536149859428406, 0.022439952939748764, -0.028157910332083702, 0.058077845722436905, -0.10123027861118317, -0.041528597474098206, -0.04978594928979874, -0.03769359365105629, 0.013318863697350025, -0.01313747838139534, 0.022578151896595955, 0.02876252681016922, -0.01605691760778427, 0.014726758934557438, -0.06460771709680557, -0.05852699279785156, -0.023908311501145363, 0.0007509135757572949, -0.04411981627345085, 0.014674934558570385, -0.07842755317687988, -0.003547810250893235, -0.001733957207761705, 0.008097558282315731, 0.017827583476901054, -0.005484746303409338, 0.011064503341913223, -0.05783599987626076, -0.015383201651275158, 0.013880294747650623, -0.0034743924625217915, 0.02399468421936035, 0.010442610830068588, -0.05261901393532753, -0.0420122928917408, 0.0031375340186059475, -0.01806943118572235, 0.0013387963408604264, 0.03669165447354317, -0.011962792836129665, -0.02656862884759903, 0.026067659258842468, 0.0449490062892437, -0.043567024171352386, 0.0616019032895565, -0.0023364154621958733, -0.05559027940034866, -0.013051104731857777, -0.006611926481127739, -0.055797576904296875, -0.04253053665161133, -0.005091744475066662, 0.035240571945905685, -0.04557089880108833, 0.06968650966882706, 0.019365040585398674, 0.010857205837965012, -0.050822436809539795, -0.02810608595609665, 0.06440041959285736, -0.05593577399849892, 0.03353036940097809, 0.050027795135974884, 0.00477216113358736, -0.0028222689870744944, -0.012524223886430264, -0.049958694726228714, -0.05379369854927063, 0.0012157134478911757, 0.03917922452092171, -0.0449490062892437, -0.038522783666849136, -0.004988095723092556, 0.09328386932611465, 0.013586623594164848, 0.019123192876577377, 0.014623110182583332, -0.013672997243702412, -0.04425801336765289, 0.0833335891366005, 0.009527047164738178, 0.0020794530864804983, 0.06930646300315857, -0.013241127133369446, 0.0408376045525074, 0.024098332971334457, -0.018414927646517754, 0.01784485951066017, -0.03990476578474045, 0.06882276386022568, -0.06084181368350983, -0.020539727061986923, -0.01673063449561596, 0.0898980125784874, -0.045916393399238586, 0.05168617516756058, 0.029315320774912834, -0.01908864453434944, 0.05178982391953468, -0.06274203956127167, -0.009535684250295162, -0.0033405127469450235, -0.054553791880607605, 0.007346104830503464, 0.004655556287616491, 0.0031245779246091843, -0.00272509828209877, 0.027276895940303802, 0.08561386168003082, 0.03154376894235611, -0.02801971137523651, 0.03176834061741829, 0.014433087781071663, -0.011928243562579155, -0.018017606809735298, -0.025203920900821686, -0.10019379109144211, 0.06547145545482635, -0.005536570679396391, -0.037002600729465485, 0.01587553322315216, 0.008576933294534683, -0.023182770237326622, 0.03467050567269325, -0.0022781130392104387, -0.022215381264686584, -0.011962792836129665, -0.04360157251358032, 0.05026964098215103, 0.01306837983429432, -0.021040694788098335, 0.022198107093572617, -0.07801295816898346, 0.006076407618820667, -0.04114855080842972, -0.012014617212116718, -0.042254138737916946, -0.04235778748989105, -0.018328553065657616, -0.016747910529375076, 0.0015622889623045921, 0.009630695916712284, 0.013128841295838356, -0.0011908808955922723, 0.0019585294649004936, -0.03242478147149086, -0.05793964862823486, -0.0017566303722560406, 0.0015579701866954565, 0.00724677462130785, -0.055728476494550705, -0.015288189984858036, 0.013007917441427708, -0.023752838373184204, 0.06844272464513779, 0.048853110522031784, 0.01700703240931034, 0.015348651446402073, -0.0320274643599987, 0.04736747592687607, 0.0058000111021101475, -0.04370522126555443, -0.008520790375769138, -0.017689386382699013, 0.006469409447163343, -0.01761164888739586, 0.018328553065657616, -0.01903682015836239, 0.08665034919977188, 0.002766125835478306, 0.006002990063279867, 0.05400099605321884, -0.013327501714229584, 0.010105752386152744, 0.007682963274419308, -0.021057970821857452, -0.033634018152952194, 0.01078810729086399, 0.038246385753154755, 0.011885056272149086, -0.00410924106836319, -0.0016950889257714152, 0.013172028586268425, -0.03335762023925781, -0.028641603887081146, 0.0006213526357896626, 0.04253053665161133, 0.008317812345921993, -0.023804662749171257, -0.0032368639949709177, 0.025566691532731056, -0.029971761628985405, -0.016151929274201393, 0.019071368500590324, 0.022198107093572617, 0.043947067111730576, 0.01903682015836239, -0.07058479636907578, 0.09798261523246765, -0.04588184505701065, -0.011479098349809647, 0.017620285972952843, -0.005260173697024584, 0.06623154878616333, -0.028883449733257294, 0.02568761445581913, 0.016359226778149605, -0.06319118291139603, -0.009423398412764072, -0.0028697745874524117, -0.018466752022504807, -0.0019801228772848845, 0.0024206300731748343, 0.09508045017719269, 0.05216987058520317, 0.0032584574073553085, 0.0166010744869709, 0.01419124100357294, -0.01603100635111332, -0.04992414638400078, -0.030490005388855934, 0.03299485146999359, 0.019365040585398674, 0.01723160408437252, -0.030403632670640945, -0.04947500303387642, 0.01061535906046629, 0.03835003450512886, -0.021040694788098335, 0.10620541870594025, -0.002175543922930956, -0.021023420616984367, 0.034584131091833115, -0.023113669827580452, 0.07338330894708633, 0.026845024898648262, -0.14344985783100128, -0.012351475656032562, 0.036484356969594955, -0.028486130759119987, 0.011047229170799255, 0.03264935687184334, -0.03686440363526344, 0.023165494203567505, 0.016972482204437256, -0.0004148649168200791, 0.011936880648136139, 0.0685463696718216, 0.01635058969259262, -0.02444382943212986, -0.039835669100284576, -0.008913791738450527, 0.08582115918397903, -0.02451292797923088, -0.0003654698084574193, -0.06156735494732857, 0.012394662946462631, -0.04052665829658508, -0.008304855786263943, -0.06799357384443283, -0.023182770237326622, 0.01756846159696579, -0.004228005185723305, -0.017913958057761192, 0.006067770533263683, -0.01664426177740097, -0.0227681752294302, -0.005562482867389917, 0.03408316150307655, 0.02349371649324894, 0.07220862805843353, 0.028417030349373817, -0.03306395187973976, -0.016747910529375076, -0.023165494203567505, 0.05728320777416229, 0.03404861316084862, 0.020695200189948082, -0.003942971117794514, -0.040215712040662766, 0.033772215247154236, -0.04487990587949753, -0.0236491896212101, -0.029177121818065643, 0.007302918005734682, 0.001885111560113728, -0.008149382658302784, 0.03258025646209717, -0.03931742534041405, 0.012005980126559734, -0.012861082330346107, 0.03335762023925781, 0.052515365183353424, 0.011194064281880856, 0.011487736366689205, 0.008512153290212154, 0.0204188022762537, 0.006966059561818838, 0.004418027587234974, 0.02202535793185234, 0.06723348796367645, -0.02399468421936035, 0.02862432785332203, 0.014294889755547047, 0.03738264739513397, -0.05800874903798103, 0.03460140526294708, -0.0077866120263934135, 0.002472454449161887, 0.04042300954461098, 0.010546259582042694, -0.003876031143590808, -0.01291290670633316, -0.03014451079070568, 0.023096395656466484, 0.004858534783124924, -0.02150711417198181, 0.08132971823215485, 0.03473960608243942, 0.015486850403249264, -0.034653231501579285, -0.06909916549921036, 0.0042150490917265415, 0.006801948882639408, 0.02700049802660942, 0.010934942401945591, 0.040146615356206894, -0.004910359159111977, -0.04529450088739395, -0.034134987741708755, -0.0024659764021635056, -0.022232655435800552, 0.0076225013472139835, -0.007760699838399887, -0.047609325498342514, 0.06053086742758751, 0.035551518201828, -0.004351087845861912, 0.023752838373184204, -0.014502187259495258, 0.04477625712752342, 0.0073806545697152615, 0.0461236909031868, 0.043428823351860046, -0.05116793140769005, -0.04163224622607231, 0.0638476312160492, -0.03154376894235611, -0.014027130790054798, 0.03168196603655815, 0.02523846924304962, 0.009388849139213562, 0.026914125308394432, 0.0019509716657921672, -0.02028060518205166, 0.0026732739061117172, 0.03600066527724266, -0.012100990861654282, -0.07144853472709656, 0.04757477343082428, -0.004910359159111977, 0.002090249676257372, 0.007441116031259298, -0.044603511691093445, -0.03710624948143959, 0.02078157290816307, -0.008676263503730297, -0.02713869698345661, 0.014363988302648067, 0.10247406363487244, -0.005864791572093964, -0.045052655041217804, -0.05849244073033333, -0.05365550145506859, 0.03176834061741829, 0.023390067741274834, 0.03793543949723244, -0.04750567674636841, 0.011254526674747467, -0.035897016525268555, 0.04539814963936806, -0.02643042989075184, 0.052066221833229065, -0.04743657633662224, -0.03073185309767723, 0.025601239874958992, -0.011954155750572681, -0.022422678768634796, -0.013491611927747726, 0.0026257683057338, -0.0491640567779541, -0.0016130335861817002, 0.041459497064352036, 0.02883162535727024, 0.010511710308492184, -0.0024508610367774963, -0.07428160309791565, -0.06820087134838104, -0.07428160309791565, -0.0027855599764734507, 0.046227339655160904, 0.06695709377527237, 0.00003375669621163979, -0.03169924020767212, 0.01962416246533394, -0.0034355241805315018, -0.05223896726965904, -0.04287603124976158, 0.02281999960541725, -0.01061535906046629, 0.009345661848783493, 0.023580089211463928, 0.06505686044692993, -0.02810608595609665, -0.005907978396862745, -0.006240518298000097, 0.02085067331790924, -0.032442059367895126, 0.002679751953110099, -0.025048447772860527, -0.009889817796647549, -0.011720946058630943, -0.02211173251271248, -0.05552117899060249, -0.0408376045525074, -0.026378605514764786, -0.0011207020143046975, -0.010719007812440395, -0.015676872804760933, -0.03682985529303551, -0.10427063703536987, -0.018414927646517754, 0.031232822686433792, 0.025704888626933098, -0.015538674779236317, -0.024409279227256775, 0.029298044741153717, 0.07801295816898346, -0.031060073524713516, 0.037002600729465485, -0.04861126095056534, 0.05496838688850403, 0.022802723571658134, -0.0022759537678211927, 0.01843220181763172, 0.025791263207793236, 0.039697468280792236, 0.04771297425031662, -0.0018905099714174867, 0.001466197893023491, 0.005739549174904823, 0.014225790277123451, -0.07124123722314835, 0.021057970821857452, -0.0455363504588604, 0.019278666004538536, 0.037071701139211655, -0.07690736651420593, 0.017741210758686066, -0.0025156415067613125, 0.029315320774912834, -0.0022867503575980663, -0.07483439147472382, -0.004037982318550348, 0.02779513970017433, -0.017827583476901054, 0.0037486297078430653, 0.0585615411400795, 0.040733955800533295, 0.0034376834519207478, 0.0337376669049263, -0.04757477343082428, 0.04246143624186516, -0.01616920530796051, 0.0472983792424202, 0.01686883345246315, 0.012921543791890144, -0.00033253972651436925, 0.0242883563041687, -0.02731144428253174, -0.049578651785850525, -0.011591385118663311, 0.0828498974442482, -0.018570400774478912, 0.028071535751223564, -0.025065721943974495, -0.017292065545916557, -0.016523336991667747, -0.004271192010492086, 0.06526415795087814, 0.034584131091833115, 0.012411937117576599, 0.0029734233394265175, 0.004357566125690937, -0.02655135467648506, -0.027328720316290855, 0.021852610632777214, 0.010477161034941673, 0.02722507156431675, -0.030127234756946564, -0.025808537378907204, -0.0019779636058956385, -0.03873008117079735, 0.07193222641944885, 0.052515365183353424, -0.028866175562143326, 0.021541664376854897, -0.011600022204220295, 0.020401528105139732, -0.03396223857998848, 0.03693350404500961, -0.014260339550673962, -0.02238812856376171, 0.026447705924510956, -0.0033405127469450235, -0.045121755450963974, 0.023096395656466484, -0.03104279935359955, 0.002774763386696577, 0.03586246445775032, -0.010079840198159218, -0.03418681025505066, 0.006335529498755932, -0.007946403697133064, -0.01321521494537592, 0.004059575963765383, 0.060565415769815445, -0.025998560711741447, -0.0076743257232010365, 0.004754886031150818, -0.01962416246533394, 0.015201816335320473, 0.02421925775706768, 0.01042533665895462, -0.02021150477230549, 0.029021648690104485, 0.048265766352415085, 0.0032411827705800533, 0.037071701139211655, 0.018553124740719795, 0.024322906509041786, -0.07739106565713882, -0.009933005087077618, -0.0959787368774414, -0.02399468421936035, 0.0034571175929158926, 0.010511710308492184, 0.0390755757689476, 0.01090039312839508, 0.024167433381080627 ]
22,889
anytree.node.nodemixin
__check_children
null
@staticmethod def __check_children(children): seen = set() for child in children: if not isinstance(child, (NodeMixin, LightNodeMixin)): msg = "Cannot add non-node object %r. It is not a subclass of 'NodeMixin'." % (child,) raise TreeError(msg) childid = id(child) if childid not in seen: seen.add(childid) else: msg = "Cannot add node %r multiple times as child." % (child,) raise TreeError(msg)
(children)
[ -0.03722044453024864, -0.0405397042632103, -0.00004406932930578478, 0.04512699320912361, -0.07429170608520508, 0.05538312718272209, 0.00788789987564087, 0.05213845893740654, 0.021743005141615868, -0.00593457231298089, 0.01750069484114647, 0.02304833196103573, 0.0470663346350193, 0.0066664875485002995, -0.016316577792167664, -0.04811059311032295, -0.006703782361000776, 0.07018925249576569, 0.00698815705254674, -0.0256216898560524, -0.04531346634030342, 0.0726507306098938, 0.0320550836622715, -0.0015512403333559632, -0.04553723707795143, 0.018899258226156235, 0.030246272683143616, 0.05303353816270828, 0.025043616071343422, 0.05359296500682831, -0.06116385757923126, -0.0035406972747296095, 0.013118528760969639, -0.007976475171744823, -0.007817971520125866, -0.002988264663144946, -0.04684256389737129, 0.07104703783988953, -0.02478255145251751, -0.007025452330708504, 0.04855813458561897, -0.014871395193040371, -0.0154960872605443, -0.031104059889912605, 0.014992604032158852, -0.005109419580549002, 0.040726177394390106, 0.07018925249576569, -0.08152694255113602, -0.03671696037054062, -0.011235129088163376, -0.01987825334072113, 0.015570676885545254, 0.040688883513212204, 0.029985208064317703, 0.029612258076667786, -0.001851931563578546, 0.0470663346350193, 0.00602780980989337, 0.047774940729141235, 0.0020523923449218273, 0.06798885017633438, 0.0047341384924948215, -0.017612580209970474, 0.012167504988610744, -0.07884170114994049, -0.058441318571567535, -0.04867001995444298, -0.05385402962565422, 0.025714926421642303, -0.06366262584924698, -0.010750293731689453, 0.041994210332632065, 0.08175071328878403, 0.07645481824874878, -0.01047990471124649, 0.049863461405038834, 0.05213845893740654, 0.05959746614098549, 0.031905900686979294, 0.016353873535990715, -0.02545386180281639, -0.018852639943361282, 0.06306590139865875, -0.015300287865102291, 0.00572012597694993, 0.028567995876073837, 0.011822526343166828, 0.025360623374581337, -0.007776014972478151, -0.0748884305357933, 0.004158396273851395, 0.039010606706142426, 0.01184117328375578, -0.00360829452984035, 0.05016182363033295, 0.005184009671211243, -0.033434998244047165, -0.04356060177087784, -0.05389132350683212, -0.012978672049939632, 0.038786835968494415, -0.00008923128189053386, -0.023589110001921654, -0.0031304520089179277, -0.02137005515396595, -0.007636158261448145, -0.008946146816015244, -0.007817971520125866, 0.01794823631644249, -0.04143478348851204, -0.004489389713853598, -0.005132729187607765, 0.05601714178919792, -0.0026432855520397425, -0.10561954230070114, -0.001034937216900289, -0.035392988473176956, -0.05090772360563278, -0.06112656369805336, 0.027766153216362, 0.03574728965759277, -0.016111455857753754, 0.020866572856903076, 0.057173289358615875, 0.024055296555161476, 0.028754472732543945, 0.050721246749162674, -0.02137005515396595, -0.023626403883099556, -0.0023612419608980417, -0.003270308254286647, -0.013062586076557636, 0.02008337713778019, -0.004405476152896881, 0.02437230572104454, -0.016577642410993576, -0.02204136550426483, -0.019132353365421295, -0.06026877462863922, -0.023868821561336517, -0.020176613703370094, 0.05001264065504074, 0.02329074963927269, -0.03979380056262016, 0.0122980372980237, -0.08577857911586761, 0.030470043420791626, -0.046245843172073364, -0.004536008462309837, -0.044343795627355576, -0.018740754574537277, 0.026348942890763283, 0.04318765178322792, -0.07358310371637344, 0.023346692323684692, -0.04382166638970375, -0.00845198705792427, -0.03930896520614624, -0.025099558755755424, -0.017025183886289597, -0.019057761877775192, 0.025062263011932373, -0.021239522844552994, -0.03183131292462349, -0.025080911815166473, -0.004983549006283283, -0.058888860046863556, -0.012260742485523224, 0.07227777689695358, -0.009808594360947609, -0.00834010262042284, -0.008796966634690762, 0.02864258736371994, -0.023812878876924515, -0.017239630222320557, 0.020046081393957138, -0.03076840378344059, -0.019151000306010246, 0.044977810233831406, -0.021687062457203865, -0.049714282155036926, 0.03244667872786522, -0.01419076044112444, 0.0577327124774456, 0.017910940572619438, 0.009309773333370686, 0.000005963927833363414, 0.03957003355026245, 0.01792026497423649, 0.0001435713202226907, -0.014582358300685883, -0.01165469828993082, -0.0027505087200552225, 0.03244667872786522, 0.012987995520234108, -0.04531346634030342, -0.025547098368406296, -0.010004392825067043, 0.018283890560269356, -0.03509462624788284, -0.02610652521252632, 0.021314112469553947, -0.008139641024172306, 0.013435536064207554, 0.0341436043381691, -0.04344871640205383, 0.024223124608397484, -0.030693814158439636, -0.041994210332632065, -0.007827294990420341, -0.0019183633849024773, 0.04441838711500168, 0.08085563778877258, 0.019990138709545135, -0.02353316731750965, -0.005925248842686415, -0.024502838030457497, -0.03585917502641678, -0.014283997938036919, 0.036176182329654694, 0.03733232989907265, 0.00016302010044455528, -0.011095273308455944, -0.028512055054306984, -0.03440466895699501, 0.0448659285902977, 0.013081233017146587, 0.018936553969979286, 0.0023402634542435408, 0.031532950699329376, 0.010806236416101456, 0.01313717570155859, 0.02605058252811432, -0.017836350947618484, -0.0045313467271625996, 0.0005707888631150126, -0.0363440103828907, 0.04896838217973709, 0.031066764146089554, -0.09517692774534225, -0.04184502735733986, 0.011766583658754826, -0.007272531744092703, 0.08033350855112076, -0.0066664875485002995, 0.02306697890162468, 0.025808164849877357, -0.03779851645231247, 0.009095326997339725, -0.014283997938036919, -0.014712891541421413, -0.016950592398643494, -0.039458148181438446, 0.04975157603621483, -0.04359789565205574, -0.029612258076667786, 0.015020575374364853, 0.02116493135690689, -0.015039223246276379, -0.00011661982716759667, 0.027467792853713036, 0.07067409157752991, 0.0576208271086216, -0.07817039638757706, -0.01548676285892725, 0.024018002673983574, 0.040688883513212204, -0.10121872276067734, -0.0023041339591145515, 0.09085070341825485, -0.034740325063467026, 0.02653541788458824, 0.04359789565205574, -0.00344745977781713, -0.03651183843612671, 0.0053098807111382484, 0.039234377443790436, -0.016083484515547752, -0.016810737550258636, 0.050945017486810684, -0.0029509696178138256, 0.02112763747572899, -0.0008012605248950422, -0.023999355733394623, -0.010246810503304005, -0.021351408213377, 0.05295895040035248, -0.06220811977982521, -0.011207157745957375, -0.027822095900774002, -0.05363025888800621, -0.03240938484668732, 0.009976421482861042, -0.05232493206858635, 0.015859713777899742, -0.07496301829814911, 0.026759186759591103, -0.0011876138160005212, 0.009174578823149204, -0.05060936138033867, 0.021239522844552994, -0.04374707490205765, -0.050087232142686844, -0.027281317859888077, -0.015356230549514294, -0.015244345180690289, 0.007981137372553349, -0.015104489400982857, -0.0005148462951183319, 0.016083484515547752, 0.0385257713496685, -0.0039649284444749355, 0.017435429617762566, 0.028717176988720894, 0.007333136163651943, 0.015085841529071331, -0.045201580971479416, -0.03356553241610527, 0.07757367193698883, -0.06862286478281021, -0.007892562076449394, -0.03953273594379425, 0.043262239545583725, 0.027915334329009056, -0.01475018635392189, 0.056054435670375824, 0.01690397411584854, -0.005272585432976484, 0.03356553241610527, -0.07339663058519363, -0.034124955534935, 0.012652340345084667, -0.01685735583305359, -0.035971060395240784, -0.028139103204011917, -0.00919788796454668, -0.0171370692551136, 0.04553723707795143, -0.010237487033009529, 0.0117479357868433, 0.05280977115035057, -0.01731421984732151, 0.013733896426856518, 0.017482047900557518, 0.027449145913124084, 0.035169217735528946, 0.06023148074746132, 0.03263315558433533, 0.032987456768751144, -0.0019008812960237265, -0.02090386673808098, -0.028530701994895935, -0.052436817437410355, 0.03908519819378853, -0.018973849713802338, -0.010657056234776974, -0.03116000071167946, -0.03679155185818672, 0.020810630172491074, 0.08495809137821198, -0.049714282155036926, 0.042628224939107895, 0.008470634929835796, -0.023365339264273643, -0.03796634450554848, -0.03466573357582092, -0.015113812871277332, 0.03056328184902668, -0.06571385264396667, -0.011402957141399384, 0.03186860680580139, -0.028754472732543945, -0.0470290407538414, -0.0006456702831201255, 0.013939019292593002, 0.03481491655111313, 0.035803232342004776, 0.004314569290727377, 0.037481509149074554, -0.006885595619678497, -0.03080569952726364, 0.03231614828109741, -0.037500157952308655, -0.03240938484668732, -0.048632726073265076, 0.04098724201321602, 0.013696601614356041, 0.033434998244047165, 0.05060936138033867, 0.010657056234776974, 0.035187866538763046, 0.001804147264920175, -0.03742556646466255, -0.089657261967659, -0.02247025817632675, 0.04896838217973709, -0.019505303353071213, -0.05709869787096977, -0.000709771120455116, 0.020829277113080025, -0.012587074190378189, -0.0342741385102272, 0.026889720931649208, 0.01709977351129055, 0.05284706503152847, 0.0035267118364572525, 0.00545906089246273, 0.02116493135690689, -0.04960239678621292, 0.018032148480415344, -0.05840402469038963, 0.026218408718705177, -0.024894434958696365, 0.007128013763576746, -0.08689743280410767, 0.06824991106987, 0.018843315541744232, -0.011020682752132416, -0.03315528482198715, 0.006936876568943262, 0.031029468402266502, -0.009939126670360565, 0.05087042599916458, 0.0192442387342453, -0.036455895751714706, -0.03546757996082306, 0.02653541788458824, -0.009127959609031677, 0.02116493135690689, -0.017360838130116463, -0.020866572856903076, 0.004328554961830378, -0.03953273594379425, 0.06381180137395859, -0.040315933525562286, -0.043933551758527756, 0.008013770915567875, -0.031756721436977386, 0.08644989132881165, -0.0007674618973396719, 0.04811059311032295, -0.0012144196080043912, -0.031141353771090508, 0.08413759618997574, -0.017612580209970474, 0.02588275447487831, 0.032987456768751144, 0.05486099794507027, -0.005570945795625448, -0.020157966762781143, 0.0015081180026754737, -0.028530701994895935, -0.01967313140630722, 0.006386774592101574, -0.04855813458561897, -0.03015303611755371, 0.014395883306860924, 0.020978456363081932, 0.012866786681115627, -0.00982724130153656, 0.019542599096894264, -0.023868821561336517, 0.04874461144208908, -0.010992711409926414, -0.055457714945077896, 0.02161247283220291, -0.01441453117877245, 0.037705279886722565, 0.003237675176933408, 0.06172328442335129, -0.013939019292593002, 0.0426655188202858, -0.03168213367462158, -0.0384511798620224, -0.018078768625855446, -0.015915656462311745, -0.052884358912706375, -0.06869745254516602, -0.0013997292844578624, 0.05620361864566803, 0.005393794272094965, 0.05829213932156563, -0.045574530959129333, -0.02716943249106407, -0.06485606729984283, -0.006321508437395096, 0.010768941603600979, 0.0192255899310112, -0.00779466237872839, -0.022582143545150757, -0.08413759618997574, -0.053108129650354385, 0.04781223461031914, 0.0512060821056366, -0.04568641632795334, -0.04337412491440773, -0.004501044284552336, -0.008689743466675282, -0.04982616752386093, -0.018265243619680405, -0.004186367616057396, 0.07660400122404099, 0.028250988572835922, 0.010274781845510006, 0.010312077589333057, 0.05079583823680878, 0.028735823929309845, 0.003030221676453948, 0.01626995950937271, 0.0202884990721941, -0.002999919466674328, 0.010405315086245537, 0.008013770915567875, 0.022582143545150757, 0.025286033749580383, -0.026610007509589195, 0.011048654094338417, 0.010349372401833534, 0.029146069660782814, 0.020344441756606102, -0.029668200761079788, 0.025770869106054306, -0.035355694591999054, 0.010433286428451538, 0.032800983637571335, -0.018889935687184334, 0.011113920249044895, 0.007776014972478151, -0.004433447495102882, -0.02371964231133461, -0.024446895346045494, -0.00820956937968731, 0.008792304433882236, -0.049714282155036926, -0.007281855680048466, 0.03265180438756943, -0.021258169785141945, 0.004452094901353121, 0.021071694791316986, 0.025975991040468216, -0.007813310250639915, -0.015980921685695648, 0.004825045354664326, -0.06213352829217911, 0.03897331282496452, 0.01419076044112444, -0.018712783232331276, -0.028101809322834015, 0.03710855916142464, -0.013370269909501076, 0.011803878471255302, -0.015430821105837822, -0.010563818737864494, 0.04505240172147751, -0.05277247354388237, -0.023160217329859734, -0.0010116278426721692, 0.04419461637735367, 0.03405036777257919, 0.026162466034293175, 0.002967286156490445, 0.05881426855921745, -0.03671696037054062, -0.004328554961830378, -0.05422697961330414, -0.051802802830934525, -0.015085841529071331, 0.03319258242845535, 0.0598585307598114, 0.003673560917377472, 0.027523735538125038, -0.04982616752386093, -0.021854890510439873, -0.020176613703370094, -0.015123136341571808, -0.03830200061202049, 0.014423854649066925, -0.03317393362522125, -0.060790907591581345, -0.025584394112229347, 0.009668737649917603, -0.02075468748807907, -0.024260420352220535, 0.07350851595401764, 0.016307253390550613, 0.005146714858710766, 0.027840742841362953, 0.004815721418708563, 0.0048297070898115635, -0.03738827258348465, 0.006130371242761612, 0.024204477667808533, -0.04743928462266922, 0.02049362100660801, 0.018889935687184334, 0.020456327125430107, -0.03188725560903549, -0.06910769641399384, -0.016997212544083595, -0.0006707278662361205, 0.027225375175476074, 0.0449032224714756, -0.013500802218914032, 0.01645643450319767, -0.03957003355026245, -0.0015931972302496433, -0.03889872133731842, -0.00938436295837164, -0.0002852487377822399, 0.0007802820764482021, 0.027094842866063118, 0.10808101296424866, -0.003596639959141612, -0.03125324100255966, -0.028325578197836876, -0.047551169991493225, 0.04617125168442726, -0.0288104135543108, 0.01709977351129055, -0.009920479729771614, -0.02325345389544964, 0.0034614454489201307, -0.01645643450319767, -0.04337412491440773, 0.01558932475745678, -0.0057480973191559315, -0.028362873941659927, 0.000992980320006609, -0.045015107840299606, 0.015197726897895336, -0.0320550836622715, 0.019188296049833298, -0.0726880207657814, -0.03612023964524269, -0.02368234656751156, 0.012130210176110268, -0.02116493135690689, -0.015682561323046684, 0.033453647047281265, -0.04344871640205383, -0.039868392050266266, -0.0576208271086216, -0.0002633961848914623, -0.020344441756606102, 0.015552029944956303, 0.009058031253516674, -0.02605058252811432, -0.015095164999365807, -0.029202012345194817, 0.037518806755542755, 0.07537326216697693, -0.01794823631644249, 0.03460979089140892, 0.06261835992336273, 0.006023148074746132, 0.0038623670116066933, 0.007407726254314184, -0.011701317504048347, -0.002150291809812188, 0.07936383783817291, -0.005752759054303169, 0.013416889123618603, 0.004596612881869078, 0.048856496810913086, 0.034180898219347, 0.02668459713459015, -0.009337744675576687, 0.025248738005757332, 0.009594148024916649, -0.04102453961968422, 0.006601221393793821, -0.012838815338909626, -0.03871224448084831, -0.04788682609796524, -0.04747657850384712, -0.01645643450319767, 0.04165855422616005, 0.006852962542325258, -0.02090386673808098, -0.055532306432724, 0.004885649774223566, -0.05862779542803764, 0.005454398691654205, 0.007743381429463625, 0.05530853569507599, -0.017165040597319603, -0.010312077589333057, 0.04576100781559944, -0.06064172834157944, 0.03158889338374138, 0.010125601664185524, 0.02950037270784378, 0.07156917452812195, -0.04322494566440582, 0.07432900369167328, -0.01709977351129055, 0.04781223461031914, 0.012568426318466663, -0.00788789987564087, 0.029630905017256737, -0.03904790058732033, -0.01602754183113575, 0.03714585304260254, 0.005207319278270006, -0.019915549084544182, -0.06254377216100693, 0.08070645481348038, 0.05422697961330414, 0.03056328184902668, -0.06795155256986618, 0.01687600277364254, 0.02373828925192356, -0.006769048981368542, -0.06750401109457016, -0.0791400671005249, 0.12471459805965424, 0.024223124608397484, -0.0014906359137967229, -0.014498445205390453, 0.006503321696072817, 0.020232556387782097, 0.047998711466789246, 0.05303353816270828, -0.02735590748488903, 0.0021129967644810677, 0.09711626917123795, -0.07302367687225342, 0.04191961884498596, -0.02325345389544964, 0.04292658343911171, 0.050721246749162674, -0.02737455628812313, 0.00001639852416701615, 0.014274674467742443, -0.025248738005757332, -0.017910940572619438, 0.03606429696083069, -0.07302367687225342, -0.003473100019618869, 0.07507490366697311, -0.07447818666696548, 0.032148320227861404, -0.010256134904921055, -0.006918229162693024, -0.05307083576917648, 0.04356060177087784, 0.08093022555112839, -0.015104489400982857, -0.03179401904344559, 0.04855813458561897, 0.03502003848552704, -0.0051933336071670055, 0.03975650668144226, 0.0469544492661953, 0.04400813952088356, -0.013407564722001553, -0.048408955335617065, 0.021892186254262924, -0.051579032093286514, -0.006093076430261135, -0.014283997938036919, 0.006815667729824781, -0.020586859434843063, 0.03295016288757324, 0.02733726054430008, 0.018088091164827347, 0.023029683157801628 ]
22,890
anytree.node.nodemixin
__check_loop
null
def __check_loop(self, node): if node is not None: if node is self: msg = "Cannot set parent. %r cannot be parent of itself." raise LoopError(msg % (self,)) if any(child is self for child in node.iter_path_reverse()): msg = "Cannot set parent. %r is parent of %r." raise LoopError(msg % (self, node))
(self, node)
[ 0.01658935658633709, 0.02730546146631241, -0.028232816606760025, 0.08373674750328064, -0.08758355677127838, 0.03149573504924774, 0.021500904113054276, 0.055435240268707275, 0.08112641423940659, -0.046402111649513245, 0.005838903598487377, -0.008015613071620464, 0.048806365579366684, -0.024265795946121216, -0.006491486914455891, -0.0047569889575243, 0.020298777148127556, 0.04076928645372391, -0.03317871317267418, 0.045234329998493195, -0.022737378254532814, 0.03183919936418533, 0.039635851979255676, -0.011729327030479908, -0.021998928859829903, 0.054336149245500565, -0.004507977049797773, 0.08572884649038315, -0.012089964933693409, 0.017688443884253502, -0.03403737396001816, 0.010982290841639042, 0.018667317926883698, 0.002017856342718005, 0.07418842613697052, 0.05371791496872902, -0.08263766020536423, 0.012897107750177383, -0.08504191786050797, -0.034604091197252274, 0.015567547641694546, -0.01259657647460699, -0.056293901056051254, 0.010879251174628735, -0.007466068957000971, -0.044478707015514374, 0.04925287142395973, 0.012948627583682537, -0.027889352291822433, -0.024231450632214546, 0.0434483140707016, 0.004666829481720924, 0.019903792068362236, 0.012124312110245228, -0.033384788781404495, 0.05086715519428253, -0.03960150480270386, 0.04231487959623337, -0.015352882444858551, 0.003277943469583988, -0.016881300136446953, 0.03283524513244629, -0.0425553023815155, 0.006800605449825525, -0.000039377715438604355, -0.026927649974822998, 0.02998448722064495, -0.030293606221675873, 0.010930771008133888, 0.020625067874789238, -0.09122428297996521, 0.020058350637555122, -0.012098551727831364, 0.05447353795170784, 0.01477757841348648, -0.06340362131595612, -0.009033127687871456, 0.050729770213365555, 0.051519736647605896, -0.006465726997703314, -0.03867414966225624, 0.004602429922670126, 0.0020017565693706274, -0.0007652827771380544, 0.017027273774147034, 0.017619751393795013, 0.009101820178329945, 0.04310484603047371, -0.0021895889658480883, 0.00924779288470745, -0.041593603789806366, -0.008346197195351124, -0.0060449824668467045, 0.023836465552449226, 0.04568083584308624, 0.0781039223074913, 0.04114709794521332, -0.0874461680650711, -0.058663807809352875, -0.017636923119425774, 0.004119432531297207, 0.048806365579366684, 0.04866898059844971, -0.0058861300349235535, 0.04313919320702553, 0.002344148000702262, -0.013661317527294159, -0.026292240247130394, 0.048359859734773636, -0.057015176862478256, -0.04554344713687897, -0.00039552131784148514, 0.01166063454002142, 0.0233384408056736, -0.009385178796947002, -0.02524467185139656, -0.013549691066145897, 0.0034775822423398495, -0.020006831735372543, -0.024540569633245468, 0.0513480044901371, 0.011411622166633606, -0.0504549965262413, -0.028318682685494423, 0.04932156205177307, -0.0116692204028368, -0.006375567521899939, 0.04887505993247032, -0.004611016716808081, -0.01971488632261753, 0.0362698957324028, -0.011600527912378311, -0.02770044654607773, -0.006594526581466198, -0.004138752352446318, 0.07226502150297165, -0.04410089552402496, -0.016460556536912918, -0.04152490943670273, -0.053889647126197815, -0.0022539885248988867, -0.008835635147988796, 0.015988292172551155, 0.006925111636519432, 0.008921501226723194, 0.03561731427907944, -0.0689334124326706, 0.04372308403253555, -0.0022883350029587746, -0.010218081064522266, -0.04372308403253555, -0.023630386218428612, 0.06824648380279541, 0.03942977264523506, -0.055469583719968796, 0.03781548887491226, -0.023046495392918587, -0.009720057249069214, -0.0010518613271415234, -0.02766609936952591, -0.01064741238951683, -0.0324917808175087, 0.004602429922670126, -0.019543154165148735, 0.008582329377532005, -0.07267718017101288, -0.051176272332668304, -0.03939542546868324, 0.003990632947534323, 0.06196107342839241, 0.021569596603512764, -0.006736205890774727, -0.008122945204377174, -0.01006352249532938, -0.06470879167318344, 0.001108747674152255, 0.03918934613466263, -0.02093418687582016, -0.01148890145123005, 0.034947555512189865, -0.009350832551717758, 0.006594526581466198, 0.03637293353676796, -0.0184955857694149, 0.060690250247716904, 0.008101479150354862, -0.016692394390702248, -0.008599502965807915, 0.027717620134353638, 0.0014747525565326214, -0.06196107342839241, 0.004907255060970783, 0.006590233184397221, 0.029932968318462372, 0.05038630589842796, 0.019508806988596916, 0.044410012662410736, -0.025364885106682777, 0.01973205991089344, 0.0038274871185421944, 0.014116408303380013, 0.018839050084352493, 0.04849724844098091, 0.020745281130075455, -0.01969771273434162, 0.04626472666859627, 0.005383812822401524, 0.036956824362277985, 0.026721570640802383, -0.007959799841046333, -0.033041324466466904, -0.01102522388100624, 0.0387771911919117, -0.008955847471952438, 0.012081379070878029, 0.01890774443745613, -0.052309706807136536, -0.011282823048532009, 0.0014887057477608323, 0.04863463342189789, 0.01108533050864935, 0.01640903577208519, -0.0017076646909117699, -0.0854540690779686, -0.040082357823848724, -0.04911548271775246, -0.011128263548016548, 0.021174613386392593, 0.017370738089084625, 0.03633859008550644, -0.0007824560161679983, 0.009127580560743809, -0.022703031077980995, -0.02921169251203537, 0.035686004906892776, -0.04471913352608681, -0.013377958908677101, 0.017078792676329613, -0.03719725087285042, 0.023527346551418304, -0.05646563321352005, -0.04451305419206619, -0.02375059947371483, -0.052756212651729584, 0.03668205440044403, 0.017860176041722298, 0.08146987855434418, 0.007642094511538744, -0.024729473516345024, 0.03946411982178688, -0.0002973118098452687, -0.03192506358027458, -0.06340362131595612, -0.01755964383482933, 0.011978339403867722, -0.030345125123858452, 0.021603943780064583, -0.0307916309684515, 0.055916089564561844, 0.057015176862478256, -0.016168611124157906, 0.03032795339822769, 0.0380559116601944, 0.052241016179323196, -0.03551427274942398, 0.018100600689649582, -0.007886813022196293, -0.004082939121872187, -0.05759906768798828, -0.01890774443745613, 0.038914576172828674, -0.02878236025571823, 0.030121874064207077, 0.0599689744412899, 0.03839937970042229, -0.02129482477903366, -0.001893350388854742, 0.06165195256471634, -0.09239206463098526, 0.006457140669226646, 0.04691730812191963, 0.018821878358721733, 0.01048426702618599, -0.008037079125642776, -0.11176348477602005, -0.07714222371578217, -0.023012150079011917, 0.006753379013389349, -0.007053910754621029, 0.021603943780064583, -0.004958774894475937, 0.013867395929992199, 0.005740157328546047, 0.019045129418373108, -0.06154891476035118, -0.0011763673974201083, -0.0007754794205538929, -0.017293458804488182, -0.006663219537585974, -0.015627654269337654, 0.02050485648214817, -0.023596040904521942, -0.04032278060913086, -0.010020589455962181, -0.03987627848982811, 0.007925452664494514, -0.00643138075247407, 0.04777596890926361, -0.008638142608106136, -0.026927649974822998, -0.01683836802840233, 0.02490120753645897, -0.021603943780064583, 0.014914964325726032, 0.03599512204527855, 0.008045665919780731, 0.07906562834978104, -0.04976806789636612, -0.03839937970042229, 0.07178416848182678, -0.07940909266471863, 0.020247256383299828, -0.016778262332081795, 0.027442846447229385, -0.010965117253363132, 0.02213631384074688, 0.05402703210711479, 0.032594822347164154, -0.0017999708652496338, 0.062235843390226364, 0.028954092413187027, -0.014459873549640179, -0.017044447362422943, -0.03403737396001816, 0.0016014052089303732, -0.0012107138754799962, -0.013961848802864552, 0.024763820692896843, 0.06721608340740204, -0.0177743099629879, 0.04849724844098091, 0.02955515682697296, -0.005083281081169844, -0.04262399673461914, 0.08497322350740433, 0.04379177838563919, 0.018100600689649582, -0.011171196587383747, 0.07480666041374207, 0.004701176192611456, -0.06646046042442322, 0.05361487343907356, -0.030929015949368477, -0.028318682685494423, -0.03994496911764145, -0.02600029483437538, 0.025399230420589447, -0.009745817631483078, -0.01424520742148161, 0.03547992557287216, 0.05557262524962425, -0.04626472666859627, 0.0029945848509669304, 0.013257745653390884, -0.03960150480270386, -0.018873397260904312, -0.013377958908677101, 0.017928868532180786, 0.015292775817215443, 0.03039664588868618, -0.020384643226861954, -0.05660301819443703, 0.03740333020687103, -0.07384496182203293, -0.050798460841178894, 0.04612733796238899, 0.023029323667287827, 0.0013105333782732487, 0.05598478391766548, -0.0009391619241796434, 0.04736381396651268, 0.006165195256471634, 0.02447187528014183, -0.03980758413672447, -0.03432931751012802, -0.08346197754144669, 0.009780163876712322, 0.01780865713953972, 0.036544669419527054, 0.010655999183654785, 0.0019266235176473856, -0.014854857698082924, 0.04808508977293968, -0.05890423431992531, -0.019130995497107506, -0.01444269996136427, 0.07748568803071976, 0.018736012279987335, 0.03544557839632034, -0.02649831958115101, -0.026670051738619804, -0.0036085282918065786, -0.05639693886041641, 0.04921852424740791, 0.04300180822610855, 0.024969900026917458, 0.009359419345855713, 0.0004140362434554845, 0.02091701328754425, -0.03432931751012802, -0.013893156312406063, -0.019199689850211143, 0.01319763995707035, 0.01129140891134739, -0.02100287936627865, -0.0646400973200798, 0.0027949458453804255, 0.0324917808175087, 0.0228919368237257, 0.005078987684100866, -0.0005838903598487377, 0.03596077859401703, 0.06962034106254578, 0.0033359031658619642, 0.024248624220490456, -0.03202810510993004, 0.0019234035862609744, 0.0028121189679950476, 0.012158658355474472, 0.03664770722389221, -0.036475975066423416, 0.0037330344785004854, 0.04633341729640961, -0.03468995541334152, 0.017482364550232887, 0.010432747192680836, -0.04849724844098091, 0.01852993294596672, 0.015988292172551155, 0.028627801686525345, 0.03740333020687103, 0.014614432118833065, -0.053855299949645996, 0.005345172714442015, 0.04173098877072334, 0.007715080864727497, 0.022428259253501892, -0.01304308045655489, -0.01750812493264675, 0.024248624220490456, -0.04887505993247032, -0.013257745653390884, -0.025450751185417175, -0.03754071518778801, -0.06793735921382904, -0.010741865262389183, -0.08517929911613464, 0.03000166080892086, 0.0042246184311807156, 0.002434307709336281, -0.08105771988630295, 0.01770561747252941, 0.030499685555696487, 0.003486169036477804, 0.029331903904676437, -0.0328524187207222, 0.0003093867562711239, 0.018100600689649582, -0.006405620835721493, -0.03678509220480919, -0.010132214985787868, -0.06797170639038086, 0.0028915454167872667, 0.0030203447677195072, -0.011772260069847107, -0.04805074259638786, -0.03874284401535988, 0.0037308877799659967, 0.019130995497107506, 0.023424306884407997, -0.03991062566637993, -0.0016658048843964934, 0.053580526262521744, -0.033384788781404495, -0.01723335310816765, -0.09362854063510895, -0.05103888735175133, 0.0229778029024601, 0.004228911828249693, -0.005456799175590277, -0.03894892334938049, -0.0748753547668457, -0.04025408998131752, 0.059453777968883514, 0.020436162129044533, -0.045612141489982605, -0.031049229204654694, -0.021037226542830467, 0.014760404825210571, -0.04767293110489845, -0.013970435597002506, 0.04423828050494194, 0.027820657938718796, -0.011540421284735203, 0.05059238150715828, 0.01500083040446043, -0.012733962386846542, 0.034604091197252274, 0.02093418687582016, 0.022359566763043404, 0.049527641385793686, 0.02886822633445263, 0.015859492123126984, 0.02284041792154312, -0.0060406895354390144, 0.019045129418373108, -0.022239353507757187, 0.009368006139993668, 0.046024300158023834, 0.010183734819293022, 0.027734791859984398, -0.06467444449663162, 0.015060937032103539, 0.024798167869448662, 0.01889057084918022, 0.026790263131260872, 0.0159797053784132, -0.021792849525809288, -0.01148890145123005, -0.029503636062145233, 0.014966484159231186, -0.027940871194005013, 0.04451305419206619, 0.03558296710252762, -0.040116701275110245, 0.029074305668473244, 0.03465561196208, 0.010947944596409798, -0.0687616765499115, 0.009548325091600418, 0.02885105274617672, 0.023407135158777237, 0.03781548887491226, 0.013506758026778698, -0.005190613679587841, 0.003870420390740037, 0.010973704047501087, 0.010432747192680836, -0.037746794521808624, 0.05179451033473015, 0.0177743099629879, -0.028696494176983833, 0.007517588324844837, 0.05574435740709305, 0.024677954614162445, -0.021105919033288956, -0.003232863498851657, 0.07865346968173981, 0.060999371111392975, 0.014957897365093231, -0.017482364550232887, -0.014923551119863987, -0.025364885106682777, -0.035342540591955185, 0.02601746842265129, -0.050317611545324326, -0.019835099577903748, -0.05728995054960251, 0.09170513600111008, 0.08195073157548904, 0.04612733796238899, -0.02168980985879898, -0.005182026885449886, -0.03084314987063408, 0.031822025775909424, -0.02883388102054596, -0.03994496911764145, 0.011995512060821056, -0.04465043917298317, -0.04695165529847145, 0.014829098246991634, -0.07212763279676437, 0.012562229298055172, 0.028936918824911118, 0.01286276150494814, -0.036922480911016464, 0.019130995497107506, 0.032611995935440063, -0.04471913352608681, -0.007015271112322807, -0.06752520054578781, -0.0034732890781015158, 0.010544372722506523, -0.03345348313450813, 0.05777079984545708, 0.025124458596110344, 0.07405103743076324, -0.04822247475385666, 0.03206245228648186, 0.009908962994813919, -0.014932137914001942, 0.020401816815137863, 0.008715422824025154, 0.0633692815899849, -0.02326974831521511, -0.03481017053127289, -0.0016604382544755936, -0.03402020037174225, -0.01204703189432621, 0.014786165207624435, 0.033814121037721634, 0.02608616091310978, 0.04966502636671066, -0.010784798301756382, -0.09417808055877686, -0.029829928651452065, -0.0425553023815155, 0.055126119405031204, -0.005774504039436579, 0.011179783381521702, 0.028644975274801254, -0.03956715762615204, -0.028215643018484116, -0.03912065550684929, -0.09149905294179916, 0.04186837375164032, 0.04626472666859627, -0.05090150237083435, -0.00004571706085698679, -0.01259657647460699, 0.038880228996276855, -0.020401816815137863, -0.048325516283512115, -0.05162277817726135, -0.013687076978385448, -0.03685378655791283, 0.0216382909566164, -0.025794215500354767, -0.0217241570353508, 0.010218081064522266, -0.025588136166334152, -0.044822171330451965, -0.04386046901345253, 0.007075377274304628, -0.0020650827791541815, -0.023870812729001045, 0.060175053775310516, -0.01617719791829586, -0.05052369087934494, 0.00031314342049881816, 0.007534761913120747, 0.06656350195407867, -0.025433577597141266, -0.036956824362277985, 0.03147856146097183, 0.008543689735233784, 0.015464507974684238, -0.02127765119075775, -0.02455774135887623, 0.004173098597675562, 0.05488569289445877, 0.02642962522804737, -0.020607896149158478, -0.023201055824756622, 0.040460169315338135, 0.05048934370279312, 0.05928204581141472, -0.00048541254363954067, 0.004851441830396652, -0.0007250329945236444, -0.0457838736474514, -0.03894892334938049, -0.06257931143045425, -0.04351700469851494, 0.010724692605435848, -0.05540089309215546, -0.001062057912349701, -0.048359859734773636, 0.0004671659553423524, -0.029091479256749153, -0.09555193781852722, 0.016812607645988464, -0.07927170395851135, -0.02405971847474575, 0.035686004906892776, 0.04818812757730484, 0.006079329177737236, -0.016022639349102974, 0.08998780697584152, -0.06206411123275757, -0.012132897973060608, 0.030224913731217384, 0.026532664895057678, 0.05519481375813484, -0.025519443675875664, -0.02009269781410694, -0.03328175097703934, 0.024403182789683342, -0.023767773061990738, 0.021140266209840775, 0.05093584954738617, -0.046848613768815994, 0.004067912697792053, -0.016864128410816193, 0.01262233592569828, -0.013858810067176819, -0.021878715604543686, 0.018873397260904312, 0.00009894741378957406, 0.053889647126197815, -0.04152490943670273, 0.0018042641459032893, 0.0021262625232338905, -0.06639176607131958, -0.04025408998131752, -0.010973704047501087, -0.007380202412605286, 0.009256379678845406, -0.005971996113657951, -0.05066107586026192, -0.036922480911016464, 0.04736381396651268, -0.033796947449445724, -0.024660781025886536, 0.012338977307081223, -0.0022883350029587746, -0.008307557553052902, -0.07171547412872314, -0.0030675712041556835, 0.049596335738897324, -0.039635851979255676, 0.007762307301163673, -0.0004108162538614124, 0.023613212630152702, 0.04413524270057678, -0.018821878358721733, 0.03125530853867531, 0.09321638196706772, -0.05612216889858246, -0.005182026885449886, 0.03391716256737709, -0.044478707015514374, -0.009977656416594982, -0.027065036818385124, 0.026326585561037064, 0.016692394390702248, -0.026172026991844177, 0.049905452877283096, -0.015112456865608692, -0.02958950214087963, 0.05000849440693855, -0.021397864446043968, 0.020075524225831032, 0.02526184543967247, -0.009402352385222912, 0.003964873030781746, -0.04849724844098091, 0.03156442567706108, 0.023063668981194496, 0.00611367542296648, -0.05316837131977081, 0.011334342882037163, 0.05656867101788521, 0.044444359838962555, 0.03147856146097183, -0.017370738089084625, 0.004628189839422703, 0.022376740351319313 ]
22,891
anytree.node.nodemixin
__detach
null
def __detach(self, parent): # pylint: disable=W0212,W0238 if parent is not None: self._pre_detach(parent) parentchildren = parent.__children_or_empty if ASSERTIONS: # pragma: no branch assert any(child is self for child in parentchildren), "Tree is corrupt." # pragma: no cover # ATOMIC START parent.__children = [child for child in parentchildren if child is not self] self.__parent = None # ATOMIC END self._post_detach(parent)
(self, parent)
[ 0.02784932777285576, 0.05237492918968201, -0.012638906948268414, 0.029703617095947266, -0.03911501169204712, -0.029248792678117752, -0.015735220164060593, 0.05429919436573982, 0.0700431615114212, 0.0026261811144649982, -0.009962432086467743, -0.034321848303079605, 0.0037107656244188547, -0.004740683361887932, -0.023650936782360077, 0.02090448886156082, -0.03437432646751404, 0.01449319627135992, -0.003977538552135229, -0.01157181616872549, -0.024455629289150238, -0.02253136597573757, 0.01374973077327013, 0.006490013096481562, -0.050905492156744, 0.018385455012321472, -0.02559269219636917, -0.003603619057685137, -0.006721799261868, 0.026659784838557243, 0.03666594997048378, -0.020747050642967224, -0.0027661274652928114, -0.010802110657095909, 0.05629342794418335, 0.04975093528628349, -0.05097546800971031, 0.04691702127456665, -0.017222151160240173, 0.037295710295438766, 0.012621413916349411, -0.03304483741521835, -0.05429919436573982, -0.008991554379463196, 0.03768056258559227, 0.013233679346740246, 0.043698254972696304, -0.026589810848236084, -0.00029410605202428997, -0.03855522722005844, 0.055313803255558014, 0.03747064247727394, 0.04065442085266113, 0.019330093637108803, -0.09047532826662064, 0.05450911074876785, 0.0025387147907167673, 0.031680360436439514, 0.013714744709432125, -0.021096915006637573, 0.07599087804555893, 0.004963723011314869, -0.011283176019787788, -0.05520884320139885, 0.0034789794590324163, 0.002943247091025114, 0.038205359131097794, 0.009874965995550156, 0.00768830394372344, 0.041319165378808975, -0.11629543453454971, -0.02214651368558407, -0.0037588721606880426, 0.07249221950769424, 0.01656615175306797, -0.03183779865503311, 0.005108042620122433, -0.0019275426166132092, 0.007644570432603359, -0.04488779976963997, 0.01793062873184681, -0.018350468948483467, -0.0036123658064752817, 0.029721111059188843, -0.015472820959985256, 0.017554523423314095, 0.06909852474927902, 0.01771196350455284, -0.03136548027396202, 0.026922183111310005, 0.004117484670132399, 0.02078203670680523, -0.03021092340350151, 0.0339369960129261, 0.05342452973127365, 0.06556487828493118, 0.013469838537275791, -0.02071206271648407, -0.09509356319904327, -0.015219167806208134, 0.048106566071510315, 0.06566983461380005, -0.002420634962618351, -0.007583343889564276, 0.002418448217213154, 0.04065442085266113, 0.005680948030203581, -0.04327841475605965, 0.057413000613451004, 0.016382472589612007, -0.050345707684755325, -0.0006898918654769659, -0.02288123220205307, 0.01819302886724472, 0.018840281292796135, -0.07473136484622955, -0.04597238451242447, -0.015052981674671173, 0.027254555374383926, 0.00817811582237482, 0.03911501169204712, 0.019994838163256645, -0.08046916127204895, -0.07319195568561554, -0.020397184416651726, 0.005322335287928581, 0.014344503171741962, 0.03063076175749302, -0.02676474303007126, 0.002146208891645074, -0.023108644410967827, 0.005344202276319265, -0.02599503844976425, 0.004301164299249649, -0.02247888594865799, -0.010102379135787487, 0.035353951156139374, -0.009971179068088531, -0.0368058979511261, -0.017265884205698967, -0.027586929500102997, -0.036700937896966934, 0.07823002338409424, 0.028094233945012093, 0.0526898093521595, 0.006363186519593, -0.02212901972234249, -0.017878148704767227, -0.07809007912874222, -0.007430277764797211, -0.036281097680330276, -0.0330098494887352, 0.03435683622956276, -0.024735521525144577, 0.026834717020392418, 0.024543095380067825, -0.09159490466117859, -0.03206521272659302, -0.0205721165984869, 0.003719512140378356, -0.01157181616872549, 0.0020182891748845577, -0.025540214031934738, -0.017467057332396507, -0.003205646527931094, -0.0598970465362072, 0.01711719110608101, -0.022094033658504486, -0.043628282845020294, -0.007810757029801607, -0.011685522273182869, -0.01583143323659897, 0.028496580198407173, 0.049331095069646835, -0.05345951393246651, 0.016128819435834885, 0.019365079700946808, 0.027866821736097336, -0.054963938891887665, -0.0023615951649844646, -0.011151976883411407, 0.00011206643102923408, 0.07417158037424088, -0.0024490614887326956, 0.04887627065181732, -0.01100328378379345, -0.02566266618669033, 0.006148893851786852, 0.06972827762365341, 0.0008145316387526691, -0.05349450185894966, -0.0014639702858403325, -0.004141537938266993, -0.01603260636329651, 0.04275361821055412, 0.03234510496258736, -0.018980227410793304, -0.05695817247033119, -0.0209219828248024, -0.006800519302487373, -0.031138068065047264, -0.00827870238572359, 0.07871983200311661, -0.04191393777728081, -0.03701581433415413, 0.011116989888250828, -0.037785522639751434, 0.011869201436638832, 0.017834415659308434, 0.004683830309659243, 0.014239543117582798, 0.05202506482601166, 0.009131500497460365, -0.02043217048048973, 0.006446280051022768, -0.11272680014371872, -0.05940723419189453, -0.005541001912206411, 0.014449463225901127, 0.01306749228388071, -0.024543095380067825, 0.043698254972696304, -0.029896043241024017, -0.050065815448760986, -0.05622345581650734, -0.008606702089309692, -0.051360320299863815, 0.009122754447162151, 0.04544758424162865, 0.007006065454334021, 0.021359315142035484, -0.023441016674041748, -0.03925495594739914, -0.06755910813808441, 0.010950803756713867, 0.015639007091522217, -0.07976943254470825, -0.00498996302485466, -0.06021192669868469, 0.008458008989691734, -0.02137680910527706, -0.04135415330529213, 0.0063150799833238125, -0.01955750584602356, 0.06797894835472107, -0.013671011663973331, 0.030770709738135338, -0.010907070711255074, 0.00044143240666016936, -0.012857573106884956, 0.009525099769234657, -0.09180481731891632, -0.001340423827059567, 0.038660187274217606, 0.020991956815123558, -0.03110308200120926, 0.027604421600699425, -0.019574999809265137, 0.0025890078395605087, 0.05660830810666084, 0.03834530711174011, -0.06913350522518158, 0.026572316884994507, 0.032152678817510605, 0.009735019877552986, -0.0007915716851130128, 0.008016303181648254, -0.04086434096097946, -0.01503548864275217, -0.015402847900986671, 0.03747064247727394, -0.08697666972875595, 0.055768631398677826, -0.004885002970695496, 0.011055763810873032, 0.002575887832790613, -0.04236876592040062, 0.02498042769730091, -0.02606501244008541, 0.0355638712644577, 0.046952009201049805, -0.04481782764196396, 0.027009649202227592, -0.01730961725115776, -0.018787801265716553, -0.04079436883330345, -0.03203022480010986, -0.0299485232681036, 0.009647552855312824, 0.020869502797722816, 0.03869517147541046, 0.04516769200563431, 0.009148994460701942, 0.03747064247727394, 0.011659282259643078, -0.02050214447081089, -0.03747064247727394, 0.05545375123620033, 0.025627680122852325, 0.022251473739743233, 0.05671326816082001, -0.03593122959136963, 0.01568274013698101, 0.042333777993917465, 0.01151058916002512, 0.01449319627135992, -0.040304556488990784, 0.051640212535858154, -0.040304556488990784, 0.005300468765199184, -0.01188669539988041, 0.02776186168193817, -0.029021378606557846, 0.05961715430021286, 0.03516152501106262, -0.02198907360434532, 0.051360320299863815, -0.048386458307504654, 0.012009148485958576, 0.008847234770655632, -0.03949986398220062, -0.008890967816114426, 0.014300770126283169, 0.04506273195147514, -0.05237492918968201, 0.002484048018231988, 0.02742948941886425, 0.07962948828935623, -0.008611075580120087, 0.06476018577814102, 0.012770107015967369, -0.003041646908968687, 0.028479086235165596, -0.04520267993211746, -0.044432975351810455, 0.061086591333150864, 0.026799730956554413, -0.0034724194556474686, 0.030368363484740257, 0.006262600421905518, 0.013434851542115211, 0.02980857715010643, 0.03259001299738884, -0.027394503355026245, -0.031068094074726105, 0.0052304957062006, 0.04992586746811867, -0.001474903547205031, 0.028636526316404343, 0.008716034702956676, -0.04635723680257797, 0.07662063837051392, -0.02023974433541298, 0.008033796213567257, -0.045727476477622986, -0.07445146888494492, -0.008283075876533985, 0.024595575407147408, -0.0011512775672599673, -0.04051447659730911, 0.012341520749032497, -0.0014016503700986505, -0.01821052096784115, -0.027272049337625504, -0.03456675261259079, -0.05356447398662567, -0.042263805866241455, -0.03977975621819496, -0.03918498381972313, -0.0036582855973392725, -0.013224932365119457, -0.01517543476074934, 0.04747680574655533, 0.04093431308865547, 0.007876357063651085, 0.014991755597293377, -0.03687587007880211, 0.07690053433179855, 0.0634656772017479, -0.014309517107903957, -0.016741085797548294, -0.018787801265716553, 0.029021378606557846, -0.010784617625176907, -0.014003383927047253, -0.0025059147737920284, 0.008029422722756863, 0.01134440302848816, -0.007167878095060587, 0.055033911019563675, -0.007399664726108313, -0.0032034600153565407, 0.007001691963523626, -0.014580662362277508, -0.021131902933120728, 0.07095281034708023, 0.0378904789686203, 0.006105160340666771, 0.01609383337199688, -0.017300870269536972, 0.009367660619318485, 0.004285857547074556, -0.08837613463401794, 0.007325318176299334, 0.04698699340224266, -0.00464884378015995, 0.012105361558496952, -0.008339929394423962, 0.030053483322262764, -0.04474785178899765, 0.02356347069144249, -0.007207238115370274, 0.05317962169647217, 0.06587975472211838, 0.05240991711616516, -0.06580977886915207, 0.07809007912874222, 0.0059652142226696014, 0.05671326816082001, 0.02742948941886425, -0.029213804751634598, 0.06038685888051987, -0.01798310875892639, -0.059582170099020004, -0.03617613762617111, -0.0319252647459507, -0.03260750323534012, -0.005383561830967665, -0.036211125552654266, 0.011047016829252243, -0.017134683206677437, 0.00815187580883503, 0.02886394038796425, -0.013233679346740246, 0.014134583994746208, 0.04432801529765129, -0.027604421600699425, -0.014571916311979294, -0.004128417931497097, 0.04768672585487366, -0.005108042620122433, 0.034321848303079605, 0.014773089438676834, -0.06615965068340302, 0.012140347622334957, 0.05986206233501434, -0.02016977034509182, 0.09054530411958694, -0.012752613052725792, -0.005208629183471203, 0.03925495594739914, -0.02533029392361641, 0.04415307939052582, -0.023580964654684067, -0.13959650695323944, -0.03589624539017677, 0.005440415348857641, 0.035336460918188095, -0.011326909996569157, 0.02036219649016857, -0.03970978409051895, 0.031278014183044434, -0.0012529573868960142, -0.01995985209941864, 0.037855494767427444, 0.04264865815639496, 0.0385902114212513, -0.0330098494887352, -0.04061943665146828, 0.0016334365354850888, 0.026239944621920586, -0.06762908399105072, -0.01100328378379345, -0.03991970419883728, -0.04047948867082596, -0.01304125227034092, -0.02396581694483757, -0.03841527923941612, 0.007281584665179253, -0.0008582648588344455, -0.02926628477871418, -0.06325575709342957, -0.01689852401614189, -0.034671712666749954, -0.02302117832005024, -0.016329992562532425, -0.00046165904495865107, 0.03498659282922745, 0.04534262418746948, 0.01657489873468876, -0.08046916127204895, -0.058427609503269196, -0.01969745196402073, -0.0016870098188519478, 0.057063132524490356, -0.016644872725009918, -0.02146427519619465, -0.02634490467607975, 0.03824034705758095, -0.08536728471517563, 0.006183880381286144, 0.008908461779356003, 0.01171176228672266, -0.031120574101805687, 0.007906969636678696, 0.022828752174973488, 0.05709812045097351, 0.03437432646751404, -0.025155359879136086, 0.007474010810256004, 0.019942358136177063, 0.009682539850473404, 0.024770507588982582, 0.012568933889269829, 0.005912734195590019, 0.026869703084230423, 0.004454230889678001, 0.02261883206665516, 0.08858605474233627, -0.01523666176944971, 0.02023974433541298, 0.03264249116182327, 0.015192927792668343, -0.009874965995550156, 0.029248792678117752, -0.011807975359261036, -0.016312498599290848, 0.07007814943790436, 0.025960052385926247, -0.019977344200015068, 0.02959865890443325, -0.030123457312583923, 0.007600837387144566, -0.01913766749203205, 0.0049024964682757854, 0.03845026716589928, -0.02125435508787632, -0.010933310724794865, -0.04534262418746948, -0.03635106980800629, 0.014563169330358505, 0.004476097412407398, 0.058077745139598846, 0.06731420755386353, -0.004296790808439255, 0.00134917045943439, -0.023266084492206573, 0.018315481022000313, 0.015394100919365883, 0.05045066773891449, -0.019872384145855904, -0.012227814644575119, 0.009822485968470573, 0.02938873879611492, -0.012708880007266998, 0.03635106980800629, -0.016111325472593307, 0.008090649731457233, 0.07760026305913925, -0.013977143913507462, 0.02137680910527706, 0.05825267732143402, 0.007740783970803022, -0.006135773845016956, 0.08599704504013062, 0.032834917306900024, -0.0052523622289299965, 0.004775669891387224, 0.055908575654029846, 0.0045088971965014935, 0.025540214031934738, -0.03063076175749302, 0.019854892045259476, -0.027044637128710747, 0.0483514703810215, 0.0029957271181046963, -0.04520267993211746, 0.0093764066696167, -0.003089753445237875, -0.03603618964552879, 0.02436816319823265, -0.05331956967711449, -0.017003484070301056, -0.020991956815123558, -0.020204758271574974, -0.013198692351579666, 0.020607102662324905, 0.05101045221090317, -0.012306533753871918, -0.03311480954289436, -0.01866534724831581, -0.04751179367303848, 0.060876671224832535, 0.05450911074876785, 0.0357213132083416, -0.021009448915719986, 0.018490415066480637, 0.010644670575857162, -0.015595274046063423, -0.01381970476359129, 0.0707428902387619, -0.06311581283807755, 0.03477667272090912, 0.02146427519619465, -0.036491017788648605, 0.0023834616877138615, -0.04250871017575264, -0.0026043145917356014, -0.002213995438069105, -0.014816822484135628, 0.05111541226506233, 0.01702972501516342, 0.02770938165485859, 0.0008276515873149037, -0.01324242539703846, -0.06507506221532822, -0.03570381924510002, -0.02323109842836857, -0.021621715277433395, 0.0029607403557747602, -0.014676876366138458, -0.03708579018712044, 0.005978334229439497, -0.026047518476843834, -0.04607734456658363, 0.014563169330358505, 0.017414577305316925, -0.005777161102741957, 0.002137462142854929, 0.05818270519375801, 0.0375056266784668, -0.07095281034708023, -0.010006166063249111, 0.03991970419883728, -0.01826300099492073, -0.02097446285188198, 0.014248290099203587, -0.042613670229911804, -0.02601253241300583, -0.012805093079805374, 0.01785190962255001, -0.06650951504707336, -0.043208442628383636, -0.013268665410578251, -0.0660896748304367, -0.04625227674841881, -0.0033302863594144583, -0.0227412860840559, -0.07990937680006027, 0.006765532307326794, 0.011694269254803658, 0.02858404628932476, -0.005151775665581226, -0.08606702089309692, -0.009971179068088531, 0.05317962169647217, 0.009804992936551571, 0.004587617237120867, -0.04173900559544563, 0.08095897734165192, 0.04352332279086113, -0.02316112443804741, -0.01521042175590992, 0.032275132834911346, 0.035196512937545776, 0.03304483741521835, 0.002459994750097394, 0.05345951393246651, -0.02191910147666931, -0.03390200808644295, -0.06829383224248886, 0.0009320647222921252, -0.0634656772017479, -0.0216567013412714, -0.016321245580911636, -0.08613698929548264, 0.025907572358846664, -0.029003886505961418, 0.014825568534433842, 0.024018296971917152, -0.021499261260032654, 0.028881432488560677, 0.018245508894324303, -0.015297887846827507, 0.008409902453422546, 0.06420040130615234, 0.022968698292970657, 0.01310247927904129, 0.01779942959547043, -0.08627694100141525, 0.019260119646787643, -0.010723390616476536, 0.05580361559987068, -0.02478800155222416, 0.007955077104270458, -0.02464805543422699, 0.030315883457660675, -0.04299852252006531, -0.05345951393246651, 0.003164099995046854, 0.05031071975827217, -0.06472519785165787, 0.024805495515465736, 0.00021456621470861137, -0.026152478531003, 0.03600120544433594, 0.005987080745398998, 0.08032921701669693, 0.01847292110323906, 0.02811172790825367, 0.03456675261259079, -0.006231986917555332, -0.008681048639118671, -0.01347858551889658, 0.07172251492738724, 0.055838603526353836, -0.02655482478439808, -0.038660187274217606, -0.0034527394454926252, -0.01934758573770523, -0.03566883131861687, 0.07564101368188858, 0.046952009201049805, -0.006227613426744938, 0.02314363233745098, -0.0038047919515520334, 0.005764041095972061, -0.05132533237338066, 0.0023594084195792675, 0.04607734456658363, -0.03213518485426903, 0.005558494944125414, 0.013959650881588459, -0.06262600421905518, 0.01603260636329651, -0.033517155796289444, 0.05132533237338066, 0.051710184663534164, 0.00893470086157322, -0.021639207378029823, -0.0476517416536808, 0.028811460360884666, -0.03491662070155144, 0.04352332279086113, 0.03652600198984146, 0.006546866148710251, -0.019120173528790474, 0.01588391326367855, -0.005038069561123848, -0.04208887368440628, 0.0519900768995285, 0.000576185469981283, -0.05010080337524414, 0.04733686149120331, 0.04324343055486679, -0.01798310875892639, 0.021621715277433395, -0.00960381980985403, -0.02993103116750717, -0.08459758013486862, -0.020117290318012238, -0.03565133735537529, -0.06252104043960571, -0.0026239946018904448, -0.020204758271574974, 0.01225405465811491, 0.012805093079805374, -0.001594076631590724 ]
22,892
anytree.node.anynode
__init__
null
def __init__(self, parent=None, children=None, **kwargs): self.__dict__.update(kwargs) self.parent = parent if children: self.children = children
(self, parent=None, children=None, **kwargs)
[ -0.03873414546251297, 0.011892708018422127, 0.0324195958673954, -0.01676209084689617, -0.07408089190721512, 0.028093300759792328, 0.014865884557366371, 0.06774793565273285, 0.04315248876810074, 0.009246304631233215, 0.008160128258168697, 0.06984664499759674, 0.01050277054309845, 0.035770174115896225, -0.019514350220561028, 0.01758132502436638, 0.039986006915569305, 0.018234871327877045, -0.012592279352247715, -0.004878587555140257, 0.017664169892668724, 0.010788122192025185, 0.010714482516050339, 0.05902170389890671, -0.003145768539980054, 0.030228832736611366, -0.044551629573106766, 0.04488300532102585, 0.0143227968364954, -0.02268083021044731, 0.016504354774951935, 0.011588946916162968, -0.0324195958673954, 0.033855557441711426, 0.010788122192025185, 0.007980632595717907, -0.05110550671815872, 0.056812532246112823, -0.07872015237808228, 0.03836594894528389, 0.06587013602256775, -0.008905723690986633, -0.076363705098629, -0.010226624086499214, 0.021797161549329758, 0.03639610484242439, 0.05500837787985802, 0.016255822032690048, 0.0024807157460600138, -0.04458845034241676, 0.030118374153971672, 0.030854765325784683, 0.04370478168129921, -0.04867541790008545, -0.056812532246112823, 0.08313849568367004, -0.015528636053204536, 0.06966254860162735, 0.01775621809065342, 0.03473922610282898, -0.017240744084119797, 0.03774001821875572, 0.02846149541437626, -0.02687825635075569, -0.02844308689236641, -0.017636554315686226, -0.04536166042089462, -0.04337340593338013, -0.009062206372618675, 0.04834404215216637, -0.011496897786855698, -0.012343747541308403, -0.004609344992786646, 0.042857930064201355, 0.04274747148156166, 0.004307884722948074, -0.028571953997015953, 0.022054897621273994, 0.012647508643567562, 0.0362856462597847, -0.0324011854827404, -0.05110550671815872, -0.06255637854337692, 0.02177875116467476, 0.0050396728329360485, 0.018593862652778625, -0.034223753958940506, -0.003497855272144079, 0.04841767996549606, 0.000909557449631393, -0.059058524668216705, 0.029529262334108353, -0.00529740983620286, -0.015758758410811424, -0.006935878656804562, 0.025847310200333595, 0.04469890892505646, -0.015105212107300758, -0.0247979536652565, 0.04105377569794655, -0.008744638413190842, -0.004077762831002474, -0.03262210264801979, -0.037519101053476334, -0.01010696031153202, -0.06800567358732224, -0.045140743255615234, -0.04473572596907616, 0.034278981387615204, -0.025902539491653442, 0.007801137864589691, 0.006618310231715441, -0.021281687542796135, 0.07481728494167328, -0.024926820769906044, -0.008233767002820969, -0.021226458251476288, -0.044772546738386154, 0.04749719426035881, -0.056775715202093124, -0.006484839599579573, 0.03917597979307175, -0.03913915902376175, 0.03282460942864418, 0.026068227365612984, 0.017885087057948112, -0.02522137761116028, -0.021023951470851898, 0.012500230222940445, -0.03593586012721062, 0.04521438106894493, -0.024356119334697723, -0.010696073062717915, -0.06914707273244858, 0.008997772820293903, -0.012721147388219833, 0.03858686611056328, -0.0010200160322710872, -0.05165779963135719, -0.029105838388204575, -0.000273413781542331, -0.030468160286545753, 0.034223753958940506, 0.01182827353477478, -0.031351830810308456, 0.018998876214027405, 0.0070969644002616405, -0.02306743524968624, -0.04422025382518768, 0.011865093372762203, -0.012932859361171722, -0.028111711144447327, 0.04720263555645943, 0.02612345665693283, -0.0018444282468408346, -0.04156924784183502, -0.05821167677640915, -0.05776984244585037, 0.012969679199159145, 0.027743514627218246, 0.00653546629473567, -0.008809071965515614, 0.010815736837685108, -0.010383106768131256, -0.029510851949453354, -0.0041398960165679455, -0.016283437609672546, -0.11097405850887299, 0.01222408376634121, 0.040354203432798386, 0.02673097886145115, -0.06539148092269897, 0.007612437475472689, 0.01793111115694046, -0.05412470921874046, -0.006977300625294447, 0.015758758410811424, -0.005637990310788155, -0.02135532721877098, 0.009204882197082043, 0.027798743918538094, 0.0026003792881965637, 0.037298183888196945, 0.015142031013965607, 0.0687052384018898, -0.038623686879873276, -0.003635928500443697, 0.07352860271930695, 0.0629245787858963, 0.004878587555140257, -0.00850070919841528, 0.005927944090217352, -0.014378026127815247, -0.013779709115624428, 0.0026855242904275656, 0.015289309434592724, 0.01949593983590603, -0.08122388273477554, -0.013301054947078228, 0.06130451709032059, -0.0069220713339746, -0.0012817798415198922, 0.03297188878059387, -0.0515105202794075, 0.029087428003549576, 0.05062685161828995, -0.028351036831736565, -0.0015533239347860217, 0.0017845965921878815, -0.01547340676188469, 0.00017489276069682091, 0.006705756764858961, 0.03129659965634346, -0.030412930995225906, -0.028921740129590034, -0.03335849195718765, -0.05254146829247475, -0.020158691331744194, 0.009444208815693855, -0.0012484121834859252, 0.05243100970983505, 0.04503028467297554, -0.01852942816913128, -0.011285185813903809, -0.02522137761116028, -0.015602275729179382, 0.010521179996430874, -0.05140006169676781, 0.00018078964785672724, -0.011165522038936615, -0.04746037349104881, -0.030854765325784683, 0.0034403246827423573, 0.006397393066436052, -0.041127413511276245, -0.04536166042089462, -0.016909368336200714, -0.012233288958668709, -0.06947845220565796, -0.03352418169379234, 0.025607982650399208, -0.026491651311516762, -0.0063283564522862434, -0.023711776360869408, 0.015896832570433617, -0.019790496677160263, 0.03199617192149162, 0.008058874867856503, 0.012417386285960674, -0.021226458251476288, 0.022386273369193077, -0.044772546738386154, -0.03457353636622429, 0.02577367052435875, 0.01555625069886446, 0.02041642926633358, 0.03035770170390606, -0.01496713887900114, -0.019753677770495415, -0.005394061096012592, 0.02726486138999462, -0.06207772716879845, -0.009563872590661049, 0.06844750791788101, 0.006807010620832443, -0.00943500455468893, -0.006701154168695211, -0.04867541790008545, -0.1029474064707756, -0.020361199975013733, 0.14639444649219513, -0.027614647522568703, 0.06925753504037857, 0.026675749570131302, 0.006337561644613743, -0.0725712925195694, -0.00576685881242156, -0.042857930064201355, -0.07242401689291, -0.00319409416988492, 0.037684787064790726, -0.02652847021818161, 0.013669250532984734, 0.026620520278811455, 0.025258196517825127, -0.04068557918071747, -0.0143135916441679, 0.06189362704753876, -0.05552385002374649, -0.01694618910551071, 0.025276606902480125, 0.039986006915569305, -0.025810489431023598, 0.029915867373347282, 0.005186951253563166, -0.030873175710439682, -0.023987922817468643, 0.05464018136262894, 0.007953017950057983, -0.014727811329066753, 0.0419374443590641, -0.05769620090723038, 0.07209263741970062, 0.015694323927164078, -0.0013278042897582054, 0.004804948344826698, -0.004057052079588175, 0.019330251961946487, 0.023601317778229713, 0.0029179477132856846, 0.023582909256219864, 0.048012666404247284, 0.02420883998274803, 0.06517056375741959, -0.0649496465921402, -0.018464993685483932, 0.021521015092730522, -0.0935216024518013, 0.0033551796805113554, 0.024687495082616806, -0.02728327177464962, -0.0324564166367054, -0.030228832736611366, -0.017618143931031227, -0.0049522267654538155, 0.02846149541437626, 0.020158691331744194, -0.0034081076737493277, 0.006935878656804562, 0.04068557918071747, -0.01355879195034504, 0.017875881865620613, 0.020526887848973274, -0.052394188940525055, -0.0801192969083786, 0.0062040905468165874, -0.008924133144319057, 0.020766213536262512, -0.0034748429898172617, -0.029731769114732742, 0.042084719985723495, 0.026086635887622833, -0.036745890974998474, 0.0007450201665051281, -0.011423259042203426, -0.023435629904270172, 0.07982473820447922, -0.05062685161828995, 0.01277637667953968, -0.028277399018406868, -0.029731769114732742, 0.009766380302608013, -0.0005451016477309167, -0.019514350220561028, -0.027817154303193092, -0.01270273793488741, -0.0018421270651742816, -0.006089029833674431, -0.03593586012721062, -0.034058064222335815, 0.06612787395715714, -0.00638818833976984, -0.025442294776439667, 0.010364697314798832, -0.024503396824002266, 0.005260589998215437, 0.024079972878098488, 0.024282479658722878, 0.0011563632870092988, -0.021502604708075523, 0.03888142108917236, -0.02118963934481144, 0.024079972878098488, 0.041495610028505325, 0.03183048218488693, 0.02424566075205803, -0.026491651311516762, 0.03418693318963051, -0.0028374050743877888, -0.03735341131687164, -0.05401425063610077, -0.06454463303089142, 0.0458034947514534, -0.003083635587245226, -0.0016177580691874027, -0.0400596484541893, 0.0744490846991539, 0.026215504854917526, 0.045288022607564926, 0.038844604045152664, -0.06539148092269897, -0.004310186021029949, -0.00850070919841528, -0.009803199209272861, -0.010171394795179367, -0.031149322167038918, 0.07190854102373123, 0.024669084697961807, -0.027577826753258705, -0.024337708950042725, 0.016936983913183212, -0.0896187350153923, 0.018823985010385513, -0.01221487857401371, 0.06796885281801224, -0.00848690140992403, 0.03505219146609306, 0.02441134862601757, 0.06984664499759674, -0.03606472909450531, 0.04749719426035881, -0.02997109666466713, -0.034812863916158676, 0.029050609096884727, 0.002733849920332432, -0.05821167677640915, 0.08954509347677231, -0.011036654002964497, 0.015408973209559917, -0.05434562638401985, 0.02236786298453808, 0.043815240263938904, 0.014470075257122517, -0.023932693526148796, 0.08549494296312332, 0.0152616947889328, -0.005196155980229378, -0.028387857601046562, 0.05846941098570824, -0.0011897310614585876, -0.05703344941139221, 0.0343894399702549, -0.013963806442916393, 0.00506268534809351, 0.0344078503549099, 0.012150445021688938, 0.02211012691259384, -0.040538299828767776, -0.05062685161828995, 0.06730610132217407, -0.0016557282069697976, -0.04215836152434349, 0.011644176207482815, -0.02251514233648777, -0.0009590336703695357, 0.03262210264801979, 0.013761298730969429, 0.06045766547322273, 0.021244868636131287, -0.04215836152434349, 0.0533883161842823, 0.01966162770986557, 0.033119168132543564, -0.03205139935016632, -0.050111379474401474, -0.06598059833049774, 0.0018306209240108728, 0.018225666135549545, 0.0039788102731108665, 0.034242160618305206, -0.001632716041058302, -0.022183766588568687, 0.023693367838859558, -0.021631473675370216, -0.020839853212237358, 0.0458034947514534, 0.05383015051484108, -0.01325503084808588, -0.0477181114256382, -0.05176825821399689, 0.046098049730062485, 0.03510742262005806, -0.03459194675087929, -0.02540547586977482, -0.0138441426679492, -0.025663211941719055, -0.010484361089766026, -0.10920672118663788, -0.0706934928894043, -0.02993427775800228, -0.013807323761284351, 0.0025129327550530434, 0.04863859713077545, -0.020913492888212204, -0.04326294735074043, -0.056186601519584656, 0.00505808275192976, -0.02825898863375187, 0.039212796837091446, 0.005453892517834902, -0.018787164241075516, 0.004740514326840639, -0.0247979536652565, 0.04709217697381973, 0.04804948717355728, 0.030468160286545753, -0.015703529119491577, 0.015942856669425964, 0.0045679230242967606, -0.05784348025918007, -0.017857471480965614, -0.00917726755142212, 0.05114232748746872, -0.00021545177150983363, -0.018262486904859543, -0.01791270077228546, -0.053314678370952606, 0.01968003809452057, -0.027743514627218246, 0.013126161880791187, 0.04790220782160759, 0.002464607125148177, -0.0042273420840501785, -0.012454206123948097, 0.008717023767530918, 0.011082678101956844, -0.039949189871549606, 0.06465509533882141, 0.03669065982103348, -0.007212025113403797, 0.02593935839831829, 0.061378154903650284, 0.054456084966659546, -0.021226458251476288, -0.009876838885247707, 0.018198052421212196, 0.012923655100166798, 0.023564498871564865, 0.04039102420210838, 0.0324748232960701, 0.013126161880791187, -0.062298644334077835, -0.05633388087153435, 0.08291757851839066, -0.06594377756118774, 0.05136324465274811, -0.003260829485952854, 0.02940039336681366, 0.021852390840649605, -0.006991107948124409, 0.04635578766465187, 0.04329976439476013, 0.021815570071339607, -0.007860969752073288, 0.010318673215806484, -0.013218211010098457, -0.01393619179725647, 0.02899537980556488, 0.030099965631961823, 0.01944071054458618, 0.03724295273423195, -0.043226126581430435, -0.04716581851243973, 0.03070748783648014, -0.0038752553518861532, 0.029474033042788506, -0.014589738100767136, -0.06406597793102264, 0.018851598724722862, 0.02881128154695034, 0.0477181114256382, 0.05397742986679077, 0.0006575737497769296, -0.012960474006831646, 0.027228042483329773, -0.013052523136138916, -0.0031618771608918905, 0.028093300759792328, -0.017673373222351074, 0.03604631870985031, -0.015160441398620605, 0.021521015092730522, -0.0420110821723938, 0.04182698577642441, 0.013908577151596546, -0.017977135255932808, -0.007612437475472689, 0.04595077410340309, -0.02118963934481144, -0.01888841763138771, 0.01423074770718813, -0.02516614831984043, -0.09779267013072968, 0.01834532991051674, -0.021705111488699913, 0.01758132502436638, 0.010226624086499214, 0.053535595536231995, 0.035217881202697754, -0.05386697128415108, 0.0017719398019835353, 0.0010948056587949395, 0.005937149282544851, 0.04337340593338013, 0.011947937309741974, -0.02420883998274803, -0.02039801888167858, -0.07798375934362411, 0.030044736340641975, -0.03339531272649765, -0.039433714002370834, -0.004655369091778994, -0.02174193225800991, 0.044772546738386154, -0.020895082503557205, -0.015399768017232418, 0.008670998737215996, 0.026289144530892372, -0.053535595536231995, -0.0037210737355053425, 0.038255490362644196, 0.00017561190179549158, 0.034812863916158676, 0.012518639676272869, -0.06730610132217407, -0.08483219146728516, -0.0668274462223053, 0.005711629521101713, 0.010530385188758373, -0.04863859713077545, -0.058285314589738846, -0.01643071509897709, 0.01439643558114767, 0.028737641870975494, -0.08902961760759354, -0.007686076685786247, 0.0034840479493141174, -0.06612787395715714, -0.033100757747888565, -0.004427548497915268, 0.08475855737924576, -0.053940609097480774, -0.04462526738643646, -0.03681952878832817, -0.009784789755940437, -0.037114083766937256, 0.024135202169418335, -0.029731769114732742, 0.01984572596848011, 0.03267733380198479, -0.0381450317800045, -0.022386273369193077, -0.020158691331744194, -0.018639886751770973, -0.04296838864684105, -0.007451352197676897, -0.025810489431023598, 0.0037924114149063826, -0.06690108776092529, -0.01346674282103777, 0.03532833978533745, 0.02923470549285412, -0.02328835241496563, 0.012426591478288174, 0.02522137761116028, 0.05128960311412811, -0.02349085919559002, 0.011773044243454933, 0.028332628309726715, 0.011349620297551155, 0.016062520444393158, -0.051584161818027496, 0.025239787995815277, 0.025847310200333595, 0.053682874888181686, 0.016108544543385506, -0.026289144530892372, -0.04274747148156166, -0.007198217790573835, 0.03700362518429756, 0.01098142471164465, 0.015381358563899994, -0.006116644479334354, 0.007069349754601717, -0.009232496842741966, -0.023693367838859558, -0.006866842042654753, 0.0055367364548146725, 0.05464018136262894, 0.005702424794435501, -0.030578618869185448, -0.0034081076737493277, 0.01213203463703394, 0.0032999503891915083, 0.01050277054309845, 0.09226974099874496, -0.0031112502329051495, 0.016080928966403008, 0.024724313989281654, -0.02461385540664196, 0.04179016500711441, -0.003200997831299901, -0.00030174755374900997, 0.04668716341257095, 0.019956184551119804, -0.016679245978593826, -0.023141074925661087, -0.061378154903650284, 0.022993795573711395, 0.0031641782261431217, 0.06984664499759674, -0.009582282043993473, -0.032125040888786316, 0.02019551210105419, -0.03936007618904114, -0.0010395763674750924, -0.008924133144319057, 0.04694490134716034, 0.07665825635194778, -0.020305970683693886, -0.01812441274523735, 0.05265192687511444, 0.01307093258947134, -0.0706566795706749, 0.0030468159820884466, 0.03035770170390606, 0.11009038984775543, 0.0051317219622433186, -0.06701154261827469, -0.06012628972530365, 0.022386273369193077, 0.018925238400697708, 0.042452916502952576, 0.0036014101933687925, 0.031351830810308456, -0.02500046044588089, -0.00009442195732844993, -0.036359284073114395, 0.04127469286322594, -0.059463538229465485, -0.004307884722948074, 0.01325503084808588, -0.007294869050383568, -0.09020784497261047, -0.0074697621166706085, -0.05279920622706413, 0.02917947620153427, -0.011257571168243885, -0.027927612885832787, 0.022220585495233536, -0.001630414742976427, 0.038071393966674805, 0.02441134862601757, 0.03199617192149162, 0.00858355313539505, -0.018234871327877045, 0.01737881824374199, 0.017608940601348877, 0.03151751682162285, 0.0152616947889328, -0.009145050309598446, 0.027964431792497635, -0.0046668751165270805, 0.048933155834674835, 0.0014578232076019049, -0.015105212107300758, -0.023030616343021393, -0.029915867373347282, 0.006995710544288158, -0.03899187967181206, -0.046282149851322174, -0.0819602683186531, 0.026749387383461, -0.027559418231248856, 0.07341814041137695, 0.04731309413909912, 0.05817485600709915, 0.024890001863241196 ]
22,893
anytree.node.anynode
__repr__
null
def __repr__(self): return _repr(self)
(self)
[ 0.004178396426141262, -0.06872066855430603, 0.05262363329529762, 0.032977256923913956, 0.015538802370429039, -0.047691211104393005, -0.010539724491536617, 0.010839669033885002, 0.061521995812654495, -0.010373088531196117, -0.037793032824993134, -0.018113328143954277, 0.007536110933870077, 0.064021535217762, -0.037293124943971634, 0.04062584415078163, 0.009756535291671753, -0.06422149389982224, -0.008348461240530014, 0.013464185409247875, -0.0005275069270282984, 0.009331613779067993, 0.05355679616332054, -0.009223300032317638, -0.012514360249042511, 0.019363097846508026, -0.011781161651015282, -0.008698396384716034, -0.018863189965486526, -0.011639521457254887, -0.06295506656169891, -0.06078879535198212, 0.017696738243103027, 0.008460940793156624, 0.003580590011551976, 0.009281622245907784, -0.05642293393611908, 0.02791152149438858, -0.024145549163222313, -0.01309758611023426, 0.016930213198065758, -0.005007410421967506, -0.00037727420567534864, -0.04075915366411209, -0.017896700650453568, 0.002772405743598938, 0.06595451384782791, -0.0012976775178685784, -0.02806149423122406, -0.06375491619110107, 0.015555466525256634, 0.03932608664035797, -0.01519719883799553, 0.002614101627841592, -0.06568789482116699, 0.03795966878533363, 0.04439181834459305, 0.023612314835190773, -0.011514544486999512, 0.022545844316482544, -0.07751904428005219, 0.0325939916074276, 0.03236070275306702, -0.03154418617486954, 0.007286156993359327, -0.013155908323824406, -0.062055230140686035, 0.015513807535171509, 0.004624147899448872, 0.021795982494950294, 0.0002371958689764142, 0.00037362906732596457, -0.02806149423122406, 0.03157751262187958, 0.007369474973529577, -0.02657843381166458, -0.010839669033885002, 0.02714499644935131, 0.01580541953444481, -0.049590859562158585, -0.005236534867435694, 0.012705991044640541, -0.0015132627449929714, 0.015572129748761654, 0.001797585398890078, -0.07458624988794327, -0.008036019280552864, 0.0014945162693038583, -0.04199226200580597, 0.04415852949023247, -0.03942606598138809, 0.020779503509402275, -0.03785968944430351, 0.02937791869044304, -0.03959270194172859, -0.024712111800909042, 0.001820497796870768, -0.07405301928520203, 0.057356096804142, -0.03177747502923012, 0.0034618619829416275, 0.04712464660406113, -0.021845974028110504, -0.016830231994390488, -0.050690658390522, -0.01638864539563656, -0.04602485150098801, 0.031177587807178497, -0.03669323772192001, 0.02861139364540577, -0.011239594779908657, 0.07725242525339127, 0.0002325092355022207, -0.005069898907095194, 0.020779503509402275, -0.05212372541427612, -0.033243872225284576, 0.010414747521281242, 0.06972048431634903, -0.0014309862162917852, -0.02877802960574627, 0.010523060336709023, -0.036359965801239014, -0.009706544689834118, -0.023578988388180733, 0.03735978156328201, -0.02937791869044304, 0.005257364362478256, -0.003036940237507224, -0.07265327870845795, 0.023728959262371063, -0.005753106437623501, -0.04369194805622101, 0.033577144145965576, 0.05755605921149254, 0.01485559530556202, 0.031177587807178497, -0.004982415121048689, 0.021596020087599754, 0.11531207710504532, 0.023628978058695793, -0.036193329840898514, 0.04139237105846405, 0.062688447535038, -0.03166083246469498, -0.021512702107429504, 0.018163319677114487, 0.09378271549940109, 0.01461397297680378, -0.01353917084634304, 0.02891133725643158, 0.04235886037349701, 0.08418448269367218, -0.004303373396396637, -0.001325797289609909, 0.02764490433037281, -0.0009269124711863697, -0.01603037863969803, 0.03164416924118996, -0.036126673221588135, -0.04295874759554863, -0.04029257223010063, 0.025312000885605812, -0.036093346774578094, 0.011689512059092522, 0.035926710814237595, 0.022595835849642754, -0.07378640025854111, 0.007598599418997765, 0.019613051787018776, -0.019796350970864296, -0.11117950826883316, -0.09551572799682617, 0.031077604740858078, -0.009714876301586628, 0.04695801064372063, 0.009623226709663868, 0.12684328854084015, -0.026011873036623, 0.016496960073709488, 0.046191487461328506, -0.06382156908512115, -0.09958164393901825, 0.002297493163496256, 0.06482138484716415, -0.03189412131905556, 0.045824889093637466, -0.010714692063629627, 0.02631181664764881, 0.019396424293518066, 0.005115723703056574, 0.011231263168156147, -0.011564535088837147, 0.0078068943694233894, -0.02716165967285633, -0.05462326481938362, -0.0317608118057251, -0.03137755021452904, -0.009231631644070148, 0.034426987171173096, -0.010972977615892887, 0.008990009315311909, -0.020046304911375046, 0.020446231588721275, 0.017530102282762527, -0.0019590139854699373, -0.023912260308861732, -0.03256066516041756, 0.04675804823637009, -0.05595635250210762, -0.002205843338742852, -0.006423816084861755, 0.013230894692242146, 0.006132203154265881, 0.04545828700065613, -0.033760443329811096, -0.0665210708975792, -0.035293493419885635, -0.05622297152876854, 0.0330938994884491, 0.04435849189758301, -0.00019045968656428158, -0.02789485827088356, -0.03735978156328201, -0.05578971654176712, -0.018546581268310547, 0.018279964104294777, -0.00701953936368227, -0.006544627249240875, -0.020012978464365005, 0.017030194401741028, -0.050290729850530624, -0.0018298710929229856, 0.018713217228651047, 0.020596204325556755, 0.022062599658966064, -0.03041106089949608, 0.031027615070343018, -0.031094269827008247, 0.0295112282037735, -0.021945955231785774, 0.023045752197504044, 0.031244240701198578, -0.014913917519152164, 0.034127041697502136, -0.003909695893526077, 0.019962986931204796, 0.0764525756239891, -0.010922987014055252, -0.006461309269070625, 0.022312553599476814, -0.06972048431634903, -0.03632663935422897, -0.018446600064635277, 0.036359965801239014, -0.062288518995046616, -0.04275878518819809, 0.013722470961511135, 0.037793032824993134, 0.05432331934571266, -0.012072774581611156, 0.023262379691004753, 0.0049324240535497665, 0.04595819488167763, 0.035226840525865555, 0.02681172452867031, -0.05475657433271408, 0.02631181664764881, 0.018229972571134567, 0.02781154029071331, 0.09451591223478317, 0.008606746792793274, -0.05342348664999008, 0.06058883294463158, -0.04445847123861313, -0.015047227032482624, -0.020312922075390816, -0.004340866580605507, -0.06078879535198212, -0.05362344905734062, 0.035026878118515015, -0.016588609665632248, -0.008681733161211014, 0.012247743085026741, -0.010306433774530888, -0.0261785089969635, -0.004332534968852997, 0.021096112206578255, 0.011139613576233387, -0.0017517604865133762, 0.07072030007839203, 0.04332534968852997, 0.025062046945095062, 0.035326823592185974, 0.07345312833786011, -0.009231631644070148, 0.00042101615690626204, 0.015547134913504124, -0.02542864717543125, 0.03199410438537598, -0.0036243319045752287, -0.049790821969509125, 0.050557348877191544, 0.05555642768740654, -0.033227209001779556, 0.003213990945369005, -0.00006580818444490433, 0.08705062419176102, 0.021529365330934525, 0.009073327295482159, 0.000725387129932642, 0.034560296684503555, 0.023245716467499733, 0.09191638976335526, 0.0013049677945673466, 0.013639152981340885, 0.006078046280890703, -0.013814120553433895, 0.036893200129270554, 0.07925205677747726, -0.05462326481938362, 0.02571192756295204, -0.011522876098752022, 0.034626949578523636, 0.027678232640028, -0.02682838775217533, -0.02776155062019825, 0.03885950520634651, 0.021162766963243484, 0.033927079290151596, -0.007461125031113625, -0.049390897154808044, 0.01510554924607277, 0.03755974397063255, -0.015280516818165779, -0.009848184883594513, 0.020712848752737045, -0.0038097144570201635, -0.03157751262187958, -0.05965567007660866, 0.050624001771211624, 0.05345681309700012, -0.024578802287578583, -0.03021109849214554, -0.01394742913544178, 0.03222739323973656, -0.04409187287092209, 0.02646178938448429, 0.04172564297914505, 0.012539355084300041, -0.033643800765275955, -0.014972240664064884, 0.019246453419327736, 0.012964277528226376, -0.04352531209588051, -0.011189604178071022, -0.010248111560940742, 0.031194251030683517, -0.035626765340566635, 0.01647196337580681, 0.062355175614356995, -0.0019631797913461924, -0.03229404613375664, 0.020612867549061775, -0.034193698316812515, -0.013964093290269375, -0.018113328143954277, -0.017380129545927048, 0.049824148416519165, -0.004824110772460699, -0.04592486843466759, -0.011022968217730522, -0.047691211104393005, -0.037626396864652634, -0.03782636299729347, 0.02796151302754879, -0.012256074696779251, 0.035560112446546555, -0.017246821895241737, -0.04659141227602959, 0.06892062723636627, 0.010673033073544502, 0.001880903379060328, 0.019363097846508026, -0.0030348573345690966, -0.02914462797343731, 0.023562323302030563, 0.047491248697042465, 0.00721533689647913, -0.004715797491371632, -0.052690289914608, -0.011256258934736252, -0.004936590325087309, -0.004336700774729252, -0.046324796974658966, -0.06475473195314407, 0.049557533115148544, -0.010231447406113148, -0.07585268467664719, -0.009473253972828388, 0.04169231653213501, 0.020446231588721275, -0.016321992501616478, -0.010214784182608128, 0.0013653733767569065, 0.02654510736465454, 0.033160556107759476, 0.022845789790153503, 0.00020699309243354946, -0.03999263048171997, 0.008015189319849014, -0.01589706912636757, -0.0757860317826271, -0.09418264031410217, 0.05372343212366104, -0.0330938994884491, -0.023778950795531273, 0.0156721118837595, 0.015055558644235134, -0.002391225891187787, -0.02764490433037281, 0.05928907170891762, 0.04085913673043251, 0.04199226200580597, -0.017830047756433487, 0.023628978058695793, -0.0251786932349205, 0.022179245948791504, 0.047891173511743546, 0.016355318948626518, -0.05942238122224808, -0.018346618860960007, 0.018696554005146027, -0.021945955231785774, 0.047457918524742126, -0.06992044299840927, -0.004474175162613392, -0.05389006808400154, -0.03274396434426308, 0.09644889086484909, 0.04119240865111351, -0.0251786932349205, 0.006411318201571703, -0.01510554924607277, 0.02819480374455452, -0.031227577477693558, -0.03889283165335655, -0.005678120069205761, 0.048657700419425964, -0.013314212672412395, 0.021745992824435234, 0.05662289634346962, 0.03719314560294151, -0.037093162536621094, -0.02536199241876602, -0.037093162536621094, -0.03032774291932583, -0.048591043800115585, -0.0017215576954185963, 0.011106286197900772, -0.04009260982275009, 0.03152752295136452, -0.02741161361336708, -0.012556019239127636, -0.006440479774028063, -0.000031699884857516736, 0.035060204565525055, 0.02964453585445881, -0.07571937888860703, -0.0002973410300910473, 0.034360334277153015, 0.012780977413058281, -0.04642477631568909, -0.05878916382789612, -0.03989264741539955, 0.05645626038312912, -0.033827099949121475, -0.009364940226078033, -0.04249216988682747, -0.03929275646805763, -0.07651922851800919, -0.07165346294641495, -0.022045936435461044, 0.003180663799867034, -0.02896132878959179, 0.030927633866667747, 0.024678785353899002, 0.03979266434907913, 0.02826145850121975, -0.0030390231404453516, 0.016072038561105728, 0.06615447252988815, -0.07218669354915619, 0.005682285875082016, 0.005328184459358454, 0.03775970637798309, -0.021945955231785774, -0.025028720498085022, -0.04209224134683609, -0.047657884657382965, 0.0025932721327990294, -0.0011810322757810354, 0.014139060862362385, -0.0027932352386415005, 0.030627688392996788, -0.006494636181741953, 0.0565229170024395, 0.035960037261247635, -0.009723207913339138, -0.036359965801239014, 0.030994286760687828, -0.02677839808166027, 0.03875952214002609, -0.020279595628380775, -0.00029551846091635525, -0.017830047756433487, -0.017180167138576508, 0.009648221544921398, -0.033543817698955536, 0.0041575669310987, 0.05422334000468254, -0.017846710979938507, -0.046891357749700546, -0.034760259091854095, -0.05292357876896858, 0.064354807138443, -0.03161083906888962, 0.033693790435791016, -0.02644512616097927, 0.06388822197914124, 0.005369843449443579, 0.0004616336664184928, 0.019296443089842796, 0.008865032345056534, -0.049890805035829544, 0.08931687474250793, -0.07658588141202927, 0.024495486170053482, -0.0261785089969635, 0.05242367088794708, 0.019696369767189026, -0.04052586480975151, -0.019446415826678276, -0.030644351616501808, 0.011639521457254887, -0.0281781405210495, 0.0013466267846524715, -0.023412352427840233, -0.009473253972828388, -0.018913181498646736, 0.023895595222711563, -0.04285876825451851, 0.024062231183052063, 0.006682101637125015, 0.020162951201200485, 0.07072030007839203, 0.013147576712071896, 0.03955937549471855, 0.013880775310099125, 0.02931126393377781, 0.0002983825106639415, 0.01437235064804554, 0.04329201951622963, -0.0521903820335865, 0.015338839963078499, 0.03182746842503548, 0.004057585261762142, 0.05212372541427612, -0.018063336610794067, -0.03127756714820862, -0.004615815822035074, -0.020812829956412315, 0.03892615810036659, 0.020346250385046005, -0.03177747502923012, 0.06292173266410828, 0.0036701569333672523, 0.02544531039893627, -0.006619613151997328, -0.04492505267262459, -0.03979266434907913, 0.004420018754899502, -0.001873612985946238, -0.03765972703695297, -0.048691026866436005, -0.010323096998035908, -0.035293493419885635, 0.006619613151997328, 0.024945402517914772, -0.048990972340106964, -0.021329402923583984, -0.00021610599651467055, -0.010723023675382137, -0.015622120350599289, 0.05798931047320366, -0.06892062723636627, -0.006057216785848141, -0.014305696822702885, 0.004894931335002184, 0.014405678026378155, 0.02727830596268177, 0.023962249979376793, 0.034077052026987076, 0.01608870178461075, 0.048824336379766464, -0.007486120332032442, 0.020796166732907295, 0.018829863518476486, -0.02654510736465454, 0.0007462166249752045, -0.035526785999536514, 0.004378359764814377, 0.017880037426948547, -0.06865401566028595, -0.001080009271390736, -0.033943742513656616, -0.01519719883799553, 0.03832627087831497, -0.03969268500804901, 0.06985379010438919, 0.020212940871715546, 0.023512333631515503, -0.048357754945755005, 0.02779487706720829, -0.01403074711561203, 0.0019965069368481636, 0.017030194401741028, -0.04149235412478447, 0.062055230140686035, 0.0009118111338466406, 0.033510491251945496, 0.02637847140431404, -0.0050157420337200165, -0.059689000248909, -0.04009260982275009, -0.02996114455163479, 0.006794581189751625, 0.02632847987115383, -0.006411318201571703, 0.06392154842615128, 0.025561954826116562, -0.03311056271195412, -0.06898728758096695, -0.013647484593093395, -0.02587856352329254, 0.015072221867740154, -0.034043725579977036, -0.046558085829019547, 0.027011688798666, -0.03669323772192001, -0.049057625234127045, 0.04572490602731705, -0.005294857546687126, 0.0069445534609258175, -0.03237736597657204, 0.006019724067300558, -0.003241069382056594, 0.033660463988780975, -0.03829294070601463, 0.0068154106847941875, -0.033493828028440475, -0.009114986285567284, -0.030011136084794998, -0.04502503573894501, 0.05315686762332916, 0.062321845442056656, -0.02939458191394806, 0.0038763689808547497, 0.0027328296564519405, -0.04445847123861313, -0.010523060336709023, 0.02804483100771904, -0.048890989273786545, -0.007619428914040327, -0.07185342162847519, -0.0006155115552246571, -0.002503705210983753, 0.009681548923254013, 0.022079264745116234, -0.014414009638130665, -0.010848000645637512, 0.023545660078525543, -0.05658956989645958, -0.04409187287092209, 0.014913917519152164, 0.03985932096838951, -0.016888553276658058, 0.022545844316482544, -0.0024787099100649357, -0.11017969250679016, -0.04122573509812355, -0.019179798662662506, -0.017746729776263237, 0.021179430186748505, 0.03825961425900459, 0.008840037509799004, 0.012181088328361511, -0.10531391948461533, 0.04082581028342247, -0.007740240078419447, 0.025145364925265312, 0.021795982494950294, 0.033343855291604996, 0.002874470315873623, 0.049890805035829544, 0.03835959732532501, 0.01318090409040451, 0.008806710131466389, 0.012664332054555416, -0.006182193756103516, 0.023628978058695793, 0.11577866226434708, 0.010939650237560272, -0.04372527450323105, -0.0027744886465370655, -0.018346618860960007, 0.036759890615940094, 0.02702835202217102, -0.025028720498085022, 0.01602204702794552, -0.030827650800347328, 0.0007691290811635554, 0.061855267733335495, 0.012972609139978886, 0.020879484713077545, 0.07758569717407227, -0.07751904428005219, -0.05555642768740654, -0.02804483100771904, -0.014638968743383884, -0.001492433249950409, 0.02696169726550579, -0.04072582721710205, -0.00034160370705649257, 0.008319299668073654, -0.025561954826116562, 0.01402241550385952, -0.007236166391521692, 0.020879484713077545, 0.04352531209588051, 0.002414138289168477, -0.005228203255683184, -0.014147392474114895, 0.00751111563295126, 0.008790046907961369, 0.01425570622086525, 0.019813014194369316, 0.06715428829193115, -0.00751944724470377, 0.034960221499204636, 0.049224261194467545, 0.04059251770377159, -0.0014403595123440027, 0.034993551671504974, 0.05229036137461662, 0.001133124460466206, 0.01327255368232727, 0.03221073001623154, 0.019079817458987236, -0.02629515342414379, -0.07531945407390594, -0.02756158635020256, 0.012556019239127636, 0.02982783503830433, -0.03277729079127312, 0.062021903693675995, 0.011489548720419407, 0.011197935789823532 ]
22,894
anytree.node.nodemixin
_post_attach
Method call after attaching to `parent`.
def _post_attach(self, parent): """Method call after attaching to `parent`."""
(self, parent)
[ -0.003799042897298932, 0.01603103242814541, -0.018569350242614746, 0.10052073746919632, -0.03804945945739746, -0.01371197309345007, 0.0147323589771986, 0.0845993310213089, 0.0837223008275032, 0.0201210118830204, -0.005118798930197954, -0.05612969771027565, 0.019665634259581566, -0.019277717918157578, -0.042131006717681885, -0.02975143864750862, -0.0069529651664197445, 0.03189340606331825, -0.026917967945337296, -0.048911094665527344, -0.0268505048006773, 0.004882676526904106, 0.015853941440582275, -0.022482238709926605, -0.025922881439328194, 0.07731325924396515, -0.04452596232295036, -0.0003346826124470681, 0.025062719359993935, 0.06176290661096573, -0.051812030375003815, -0.06395547091960907, 0.026260199025273323, 0.009571395814418793, 0.06584445387125015, 0.06348323076963425, -0.08405961841344833, 0.040613073855638504, -0.06132439523935318, 0.03730735927820206, 0.006518668495118618, -0.013130099512636662, -0.004988088272511959, -0.014192651025950909, 0.0670250654220581, 0.07630130648612976, 0.004612822085618973, 0.016671936959028244, 0.030780257657170296, -0.04135517403483391, 0.01469019427895546, 0.01115678995847702, 0.05417325347661972, 0.02865515649318695, -0.0885796844959259, 0.09505618363618851, 0.014150486327707767, 0.014142053201794624, -0.007193304132670164, -0.001345055177807808, 0.048708703368902206, -0.006839120294898748, 0.028503362089395523, -0.04854004457592964, -0.0048278626054525375, 0.009832817129790783, 0.00960512738674879, -0.013846899382770061, 0.0003410073113627732, 0.023376131430268288, -0.05994139239192009, -0.05717538297176361, -0.01921025477349758, 0.03167415037751198, 0.04678599163889885, -0.015449159778654575, 0.010929100215435028, -0.00048752978909760714, 0.012379567138850689, 0.013771003112196922, 0.004189066588878632, -0.035890623927116394, -0.0003908144135493785, 0.027289018034934998, 0.04601016268134117, -0.006016908213496208, 0.018670545890927315, 0.008331752382218838, -0.032601773738861084, 0.028925010934472084, -0.011957919225096703, -0.010777306742966175, 0.022482238709926605, 0.028300972655415535, -0.0026099972892552614, -0.004197499714791775, 0.0007847911911085248, -0.007134273648262024, 0.007880589924752712, -0.0014019774971529841, -0.013189129531383514, 0.02679990790784359, 0.01621655747294426, -0.06210022419691086, 0.03697004169225693, -0.05565745383501053, 0.00010640008258633316, -0.05639955401420593, -0.027356481179594994, 0.027238421142101288, 0.012927708216011524, -0.10983070731163025, -0.021200429648160934, 0.028672020882368088, 0.039837244898080826, -0.08156346529722214, -0.005253726150840521, 0.008310670033097267, 0.07576160132884979, -0.027811860665678978, 0.008601606823503971, 0.032500579953193665, -0.058389727026224136, -0.03605928272008896, -0.01792844571173191, -0.013678240589797497, 0.005502498243004084, 0.03314148262143135, -0.004929057788103819, -0.03401850908994675, -0.007298715878278017, -0.004524276126176119, -0.06263993680477142, -0.037981994450092316, 0.028908144682645798, 0.010794172994792461, 0.043750133365392685, -0.003434317884966731, -0.027963653206825256, -0.0048784599639475346, -0.031016381457448006, -0.010962831787765026, 0.05137351527810097, 0.021487150341272354, 0.0030485105235129595, 0.027963653206825256, -0.03094891831278801, 0.008049248717725277, -0.05444310978055, -0.016511710360646248, 0.014723926782608032, -0.026007210835814476, -0.0004906921531073749, 0.011915754526853561, 0.03369805961847305, -0.0268505048006773, -0.06371935456991196, -0.0026774608995765448, -0.0017435118788853288, -0.03123563714325428, 0.0038854805752635, -0.013619210571050644, -0.015769612044095993, 0.01658760756254196, 0.003712605219334364, -0.0008448759326711297, 0.011173655278980732, -0.023527923971414566, -0.02555183134973049, 0.027305884286761284, -0.020711319521069527, -0.0030590516980737448, -0.0009007442276924849, -0.002812387887388468, -0.020677587017416954, 0.061729174107313156, 0.043750133365392685, 0.005844032857567072, -0.009984609670937061, 0.02914426662027836, 0.0018025424797087908, 0.007168005220592022, 0.07205110043287277, 0.0327029712498188, 0.055252671241760254, -0.0013988151913508773, 0.02116669900715351, 0.03558703884482384, 0.020340269431471825, -0.017093583941459656, 0.01135074719786644, 0.020829379558563232, -0.014175784774124622, -0.019496975466609, 0.021908797323703766, 0.01816456951200962, 0.009630425833165646, -0.015415428206324577, -0.009765353053808212, 0.03467627987265587, -0.011477241292595863, -0.05592730641365051, -0.0016307212645187974, -0.034541353583335876, 0.03754348307847977, 0.04405371844768524, 0.019530706107616425, 0.005392869934439659, -0.03572196513414383, -0.04371640086174011, 0.015676848590373993, -0.010364092886447906, 0.013796302489936352, -0.03882529214024544, 0.006683110725134611, -0.13452237844467163, -0.041658759117126465, -0.009065418504178524, 0.024809731170535088, 0.02317374013364315, -0.03179221227765083, 0.074007548391819, -0.08345244824886322, -0.026428857818245888, -0.053768474608659744, -0.02207745611667633, 0.027879323810338974, -0.0050471192225813866, 0.04968692734837532, -0.03201146796345711, -0.06456264853477478, 0.03310775384306908, -0.05137351527810097, -0.0036577910650521517, 0.02155461348593235, -0.0009160289191640913, -0.04793287441134453, -0.021487150341272354, -0.05795121565461159, -0.014251681044697762, 0.01621655747294426, 0.010397824458777905, 0.02384837530553341, 0.01402399130165577, -0.014361309818923473, -0.04064680635929108, 0.029818901792168617, -0.00028909198590554297, 0.014664895832538605, 0.01754053123295307, 0.037880800664424896, -0.07340037822723389, -0.027339616790413857, 0.037273626774549484, -0.004903758876025677, 0.01001834124326706, 0.023645984008908272, 0.0036788734141737223, 0.016427380964159966, 0.012522927485406399, 0.018485020846128464, -0.03656525909900665, 0.04297430068254471, 0.026142137125134468, -0.012109712697565556, -0.014985348097980022, 0.03155608847737312, -0.017245378345251083, -0.05501655116677284, -0.00970632303506136, 0.0919528603553772, -0.030291147530078888, -0.003244576510041952, -0.021757004782557487, -0.03747601807117462, -0.04226593300700188, -0.0475955568253994, 0.04590896517038345, -0.06250500679016113, -0.009149747900664806, 0.10504079610109329, 0.003712605219334364, 0.00012741656973958015, 0.03266923874616623, -0.06786835938692093, -0.019564438611268997, 0.005911496002227068, 0.08972655981779099, -0.04975438863039017, -0.029397254809737206, 0.001623342395760119, 0.057580165565013885, 0.01402399130165577, 0.04975438863039017, -0.030223684385418892, -0.03201146796345711, -0.057580165565013885, 0.03535091504454613, 0.017287543043494225, 0.03401850908994675, 0.03703750669956207, -0.021959396079182625, 0.015769612044095993, 0.03919633850455284, -0.030628465116024017, 0.02742394618690014, 0.020913708955049515, 0.053532350808382034, -0.04054561257362366, -0.03966858610510826, -0.026074673980474472, 0.06847553700208664, -0.08075390756130219, 0.07184871286153793, 0.008660636842250824, -0.003259334247559309, 0.03916260972619057, -0.048809900879859924, 0.023713449016213417, 0.05936795100569725, -0.05923302471637726, 0.027238421142101288, -0.018130837008357048, 0.015272067859768867, 0.03460881486535072, 0.00038343557389453053, 0.03371492400765419, 0.05302637442946434, -0.007210169918835163, 0.0034722662530839443, 0.010861636139452457, 0.000863322988152504, 0.0053717875853180885, -0.04125398024916649, -0.09600067138671875, 0.023865241557359695, -0.0029747223015874624, -0.04229966551065445, 0.01964876800775528, -0.016823729500174522, -0.014749225229024887, 0.02656378410756588, -0.019631901755928993, -0.027002297341823578, 0.008399215526878834, -0.021622076630592346, 0.026867371052503586, -0.0036641156766563654, 0.04034322127699852, 0.0357556976377964, -0.0335799977183342, -0.03184280917048454, -0.01330719143152237, 0.0031539222691208124, -0.0186874121427536, -0.060110051184892654, -0.014276980422437191, -0.003352096537128091, 0.013484283350408077, -0.023190606385469437, 0.03744228556752205, -0.007214386481791735, 0.005814517382532358, -0.047528091818094254, 0.025534965097904205, 0.009554529562592506, -0.022718360647559166, -0.0035291884560137987, 0.015508190728724003, -0.04135517403483391, 0.03690257668495178, -0.026816772297024727, 0.028014251962304115, 0.048944827169179916, 0.01721164584159851, -0.026867371052503586, -0.00581873394548893, 0.04587523639202118, -0.010439989157021046, -0.023426728323101997, -0.031825944781303406, 0.006417472846806049, -0.03572196513414383, -0.03906141221523285, 0.02045833133161068, -0.054341912269592285, 0.03514852374792099, 0.0402420237660408, 0.002460312331095338, 0.01101342961192131, 0.02403390035033226, -0.014066156931221485, -0.04476208612322807, -0.014791389927268028, -0.022296713665127754, -0.055387597531080246, -0.0013292432995513082, -0.0333944708108902, 0.013846899382770061, -0.015946703031659126, 0.0006540804752148688, -0.04182741791009903, -0.02870575338602066, 0.016300886869430542, 0.0488436333835125, 0.026917967945337296, -0.040984123945236206, 0.05673687160015106, 0.04806780070066452, -0.046752262860536575, -0.007332447916269302, 0.022735226899385452, -0.008023949339985847, -0.011485674418509007, 0.017177913337945938, -0.02565302699804306, 0.03460881486535072, -0.010912233963608742, -0.008361267857253551, -0.02489406056702137, 0.017321273684501648, 0.10794173181056976, 0.019328314810991287, 0.041894882917404175, 0.020340269431471825, -0.05063141509890556, -0.0654059424996376, 0.021638942882418633, -0.005700672511011362, 0.006261463742703199, -0.0002562825393397361, 0.06975734233856201, 0.0569392628967762, 0.027154091745615005, 0.031117577105760574, 0.03207893297076225, 0.00901482068002224, -0.04344654455780983, -0.03165728598833084, 0.0589294359087944, -0.00031360023422166705, 0.018940400332212448, -0.043514009565114975, -0.0707692950963974, 0.08068644255399704, -0.0009260430233553052, 0.01873800903558731, 0.05501655116677284, 0.012227773666381836, -0.017489932477474213, -0.015196171589195728, 0.007210169918835163, 0.09613560140132904, -0.01673096790909767, -0.11509286612272263, -0.0241688285022974, 0.008365483954548836, -0.04341281205415726, 0.011123057454824448, 0.01209284644573927, -0.028958741575479507, 0.019952353090047836, -0.03224759176373482, -0.03174161538481712, 0.027643201872706413, 0.09532603621482849, -0.011300149373710155, 0.00031360023422166705, -0.03047667257487774, 0.017152614891529083, 0.09336959570646286, -0.002056585159152746, -0.03290536254644394, -0.061155736446380615, 0.001858410774730146, -0.02507958561182022, 0.02794678881764412, -0.018248898908495903, -0.0003955579304601997, 0.018518753349781036, 0.0029620728455483913, -0.02752513997256756, 0.010119536891579628, 0.013998692855238914, -0.043277885764837265, -0.038656629621982574, 0.02450614608824253, -0.01926085166633129, 0.03767840936779976, 0.004688718821853399, 0.010659245774149895, -0.022094322368502617, 0.03369805961847305, 0.057917483150959015, 0.057209115475416183, -0.018906667828559875, 0.003666223958134651, -0.017709190025925636, 0.046752262860536575, -0.10187000781297684, -0.021571479737758636, -0.012202475219964981, 0.009099150076508522, -0.018147703260183334, -0.023258069530129433, -0.013998692855238914, -0.024388084188103676, 0.05623089522123337, -0.019868023693561554, 0.021099233999848366, 0.016967089846730232, 0.000629308691713959, 0.0014979023253545165, 0.008981089107692242, 0.025248244404792786, 0.0021261568181216717, 0.003027428174391389, 0.013821600936353207, 0.06928509473800659, 0.01242173183709383, 0.09316720068454742, 0.002616321900859475, 0.04253578558564186, -0.08419454842805862, 0.037408556789159775, 0.010111103765666485, -0.03172474727034569, 0.07036451250314713, 0.02956591360270977, 0.039702318608760834, 0.014664895832538605, -0.027828726917505264, 0.02938038855791092, -0.0237977784126997, 0.010313495062291622, 0.09579828381538391, -0.043952520936727524, -0.011055594310164452, -0.02160521224141121, -0.03858916833996773, -0.01606476493179798, -0.013442118652164936, -0.012109712697565556, -0.008854595012962818, 0.033360742032527924, 0.0066999769769608974, -0.0209305752068758, -0.04196234792470932, -0.0026268630754202604, -0.02727215178310871, 0.010288195684552193, 0.0009365842561237514, -0.03390045091509819, 0.03892648592591286, 0.002692218404263258, -0.0030674845911562443, 0.014083022251725197, -0.020913708955049515, 0.055859845131635666, -0.02555183134973049, 0.013408386148512363, 0.02064385637640953, 0.007948053069412708, -0.02450614608824253, 0.028317837044596672, -0.012624122202396393, -0.002310627605766058, 0.06152678653597832, -0.018636813387274742, -0.02951531670987606, -0.0044399467296898365, -0.008082980290055275, 0.011907322332262993, -0.019378913566470146, 0.03835304453969002, 0.005342272110283375, -0.007644467055797577, 0.008466679602861404, -0.011072460561990738, -0.06284232437610626, -0.006375308148562908, -0.012716884724795818, 0.028115447610616684, 0.04064680635929108, -0.0918179303407669, -0.03744228556752205, 0.029498450458049774, 0.0715113952755928, 0.020626990124583244, -0.01577804423868656, -0.09370691329240799, 0.0012185609666630626, -0.037509750574827194, -0.050294097512960434, 0.04162503033876419, -0.03202833607792854, 0.03280416503548622, -0.019243985414505005, 0.007513756398111582, -0.03666645660996437, 0.041220247745513916, -0.013796302489936352, -0.0022726794704794884, 0.04226593300700188, 0.014538401737809181, -0.0333944708108902, -0.029818901792168617, -0.014361309818923473, -0.020002951845526695, 0.02184133417904377, -0.01759112812578678, -0.000021362369807320647, -0.005544662941247225, 0.003997216932475567, -0.044458501040935516, -0.059873927384614944, -0.06371935456991196, -0.027170956134796143, 0.05636582151055336, 0.10274703055620193, -0.0302742812782526, 0.0019785803742706776, 0.015086542814970016, 0.012834945693612099, -0.031539224088191986, 0.0019490650156512856, -0.01983429305255413, -0.001183775020763278, -0.029430987313389778, 0.01108932588249445, 0.03997217118740082, -0.002835578517988324, 0.006839120294898748, -0.046853456646203995, 0.052250541746616364, -0.040410686284303665, -0.020711319521069527, -0.047089580446481705, -0.03528345376253128, -0.02536630630493164, 0.035890623927116394, -0.07117407768964767, -0.04806780070066452, -0.04135517403483391, 0.007581220008432865, 0.042839374393224716, -0.0019227120792493224, -0.05673687160015106, -0.0598064623773098, -0.04253578558564186, 0.01242173183709383, 0.020205343142151833, -0.0252313781529665, 0.0004532709426712245, 0.043615203350782394, 0.03293909132480621, -0.015044378116726875, 0.0723884180188179, -0.04391879215836525, 0.044188644737005234, 0.012362700887024403, -0.03697004169225693, -0.0068644192069768906, 0.006792739033699036, 0.07704340666532516, 0.018434423953294754, 0.008487761951982975, -0.009934011846780777, -0.034743744879961014, -0.021419687196612358, -0.02045833133161068, -0.00827272143214941, -0.039027679711580276, -0.0005549933412112296, 0.012210908345878124, -0.0828452780842781, -0.012531359679996967, 0.00026432020240463316, 0.04334535077214241, 0.004372483119368553, -0.0027681151404976845, -0.01601416803896427, -0.024776000529527664, -0.019446376711130142, 0.011595303192734718, 0.0654059424996376, 0.06463011354207993, -0.013467417098581791, -0.0005539392586797476, -0.0565682128071785, 0.00030543081811629236, -0.04553791508078575, 0.013383087702095509, 0.034642547369003296, -0.026934834197163582, 0.00040267323493026197, -0.018906667828559875, -0.025973478332161903, -0.028014251962304115, -0.01268315315246582, 0.08034912496805191, -0.015887673944234848, 0.018906667828559875, -0.03032488003373146, 0.008879893459379673, 0.006354225799441338, -0.011553138494491577, 0.008125144988298416, 0.030544135719537735, 0.017245378345251083, -0.004857377614825964, -0.013821600936353207, 0.02194252982735634, -0.03287163004279137, 0.020863112062215805, -0.003390044905245304, -0.012649421580135822, -0.0013482174836099148, -0.03966858610510826, 0.006729491986334324, -0.04820272698998451, 0.040275756269693375, 0.05592730641365051, -0.06749731302261353, 0.03386671841144562, -0.012531359679996967, -0.01802964136004448, -0.03481120616197586, 0.04658360034227371, 0.005342272110283375, -0.05117112398147583, -0.01645268127322197, -0.03713870048522949, 0.029970696195960045, -0.03089831955730915, -0.02747454307973385, 0.015862373635172844, 0.01687432825565338, -0.02108236961066723, -0.021959396079182625, -0.012177175842225552, 0.014968481846153736, 0.005004954524338245, 0.033023420721292496, 0.10956085473299026, 0.011477241292595863, 0.010785739868879318, 0.02055952697992325, -0.005603693425655365, -0.004524276126176119, 0.06064976006746292, 0.044458501040935516, -0.038993950933218, -0.02403390035033226, -0.003244576510041952, -0.008365483954548836, 0.06439398974180222, 0.027744397521018982, 0.0003850167558994144, -0.013096367940306664, 0.009588261134922504, -0.07643623650074005, -0.02168954163789749, -0.017675457522273064, 0.0853414312005043, 0.054915353655815125, 0.03275356814265251, 0.02865515649318695 ]
22,895
anytree.node.nodemixin
_post_attach_children
Method call after attaching `children`.
def _post_attach_children(self, children): """Method call after attaching `children`."""
(self, children)
[ -0.01776767708361149, 0.02081160992383957, -0.020709004253149033, 0.04914754629135132, -0.07107070833444595, 0.03146537393331528, 0.0018426055321469903, 0.07367002218961716, 0.052704501897096634, 0.006464082282036543, 0.033175449818372726, 0.0016748044872656465, 0.04743747413158417, -0.007691061124205589, -0.015253867022693157, -0.03669820353388786, -0.0001620562979951501, 0.07011306285858154, -0.01126939244568348, -0.014116667211055756, -0.04815570265054703, 0.021683746948838234, 0.009858581237494946, -0.03724542632699013, -0.04610361531376839, 0.029361983761191368, -0.03308994695544243, 0.024744780734181404, 0.040733981877565384, 0.06665871292352676, -0.052943915128707886, -0.023376721888780594, -0.005904032848775387, -0.041075993329286575, 0.004912189673632383, 0.05632986128330231, -0.049215950071811676, 0.06446981430053711, 0.0004617201630026102, 0.04292287677526474, 0.04637722671031952, -0.0029862180817872286, -0.026694266125559807, -0.02900286763906479, 0.058450356125831604, 0.044496145099401474, 0.015493277460336685, 0.04059717431664467, 0.015878044068813324, -0.044461943209171295, 0.01382595393806696, 0.005865556187927723, 0.06590627878904343, 0.019888168200850487, -0.0184004046022892, 0.09289126098155975, 0.007280643098056316, -0.001438600360415876, 0.0558510422706604, -0.029909206554293633, 0.07373842597007751, 0.01344118732959032, 0.009884231723845005, -0.014544185250997543, 0.0015871630748733878, 0.001629914971999824, 0.011534454300999641, -0.030097315087914467, -0.02183765359222889, 0.022590087726712227, -0.04730066657066345, -0.05756111443042755, -0.016519321128726006, 0.036219384521245956, 0.022384878247976303, 0.0010955166071653366, 0.031123360618948936, 0.0076654101721942425, -0.02457377314567566, 0.04196523502469063, -0.01740000955760479, -0.024129154160618782, -0.0030268323607742786, 0.02012757956981659, 0.005848455708473921, -0.02209416590631008, 0.007408898789435625, -0.003018281888216734, -0.023000504821538925, 0.01877661980688572, -0.03228621184825897, -0.027788713574409485, 0.018314899876713753, 0.02453957311809063, -0.022795295342803, 0.0093626594170928, -0.002659166231751442, -0.00868290476500988, -0.024368565529584885, -0.006228947080671787, 0.00251808506436646, 0.004651403054594994, 0.03704021871089935, -0.014527085237205029, 0.031174661591649055, -0.06946323812007904, -0.007780840154737234, -0.06939483433961868, -0.020178882405161858, 0.0026570286136120558, -0.011371997185051441, -0.06884761154651642, 0.005694549065083265, 0.031824491918087006, -0.006481183227151632, -0.0641620010137558, -0.00850334670394659, -0.019682960584759712, 0.04271766543388367, -0.0355011522769928, 0.030507734045386314, 0.025360409170389175, -0.016895538195967674, -0.027019180357456207, -0.03486842289566994, 0.016621926799416542, 0.019511952996253967, 0.06426461040973663, -0.027857117354869843, -0.06238352507352829, -0.017870280891656876, 0.0014182932209223509, -0.04538538306951523, -0.02624964714050293, 0.026660064235329628, -0.01208167802542448, 0.0498315766453743, -0.03950272500514984, -0.011081283912062645, -0.06317015737295151, -0.03714282438158989, -0.01875952072441578, 0.038305673748254776, 0.015493277460336685, 0.007126736454665661, 0.010987230576574802, -0.016955390572547913, 0.006942903622984886, -0.08953951299190521, -0.026147043332457542, -0.015963546931743622, -0.01940934732556343, -0.01532226987183094, 0.004698430188000202, 0.013996961526572704, 0.00037007086211815476, -0.03580896556377411, -0.013141924515366554, -0.0319954976439476, -0.01279135886579752, -0.003447938244789839, -0.008866737596690655, -0.01637396588921547, 0.011534454300999641, -0.025360409170389175, 0.018212296068668365, 0.023599030449986458, -0.053935758769512177, -0.03519333899021149, 0.05581684038043022, 0.01606615260243416, 0.04052877053618431, -0.0039353095926344395, 0.007648309227079153, 0.0001390771649312228, 0.03519333899021149, 0.05461978539824486, -0.008144230581820011, -0.03038802742958069, 0.028113627806305885, -0.02176925167441368, -0.006194745656102896, 0.08495651185512543, 0.011175338178873062, 0.06002362444996834, 0.017665071412920952, -0.009046295657753944, 0.05564583092927933, 0.0032470044679939747, -0.013338582590222359, 0.02004207670688629, 0.03772424906492233, -0.0077851153910160065, -0.029567191377282143, 0.006378578953444958, 0.003691623918712139, -0.00353771704249084, -0.020982617512345314, 0.027019180357456207, 0.012962366454303265, -0.0442909337580204, -0.0347658209502697, 0.035603754222393036, -0.04367530718445778, 0.05359374359250069, 0.04504336789250374, -0.01329583115875721, 0.0003377397661097348, -0.07066028565168381, -0.04815570265054703, 0.012680204585194588, 0.003926759120076895, -0.004783933982253075, -0.02522360160946846, -0.02583923004567623, -0.11211249977350235, -0.019546154886484146, -0.033534564077854156, 0.01394565962255001, -0.013740450143814087, -0.052636101841926575, 0.09774786978960037, -0.0626913383603096, -0.039331719279289246, -0.03895550221204758, -0.01668177917599678, 0.035979971289634705, -0.012988017871975899, 0.06977105140686035, -0.020948415622115135, -0.03235461562871933, 0.013090621680021286, -0.04938695952296257, -0.02421465888619423, 0.01879372075200081, -0.0028280362021178007, -0.012013275176286697, -0.0470612570643425, -0.024129154160618782, 0.003922483883798122, -0.014185070060193539, -0.02929357998073101, 0.005835629999637604, -0.013304381631314754, -0.014527085237205029, 0.0033538839779794216, 0.032269109040498734, -0.010508408769965172, 0.019597455859184265, 0.021991560235619545, 0.01944354921579361, -0.07818461954593658, -0.011029982008039951, -0.002051020972430706, -0.012543397955596447, -0.03772424906492233, 0.03888709843158722, 0.045522190630435944, 0.02522360160946846, 0.00819553341716528, 0.04695865139365196, -0.0695316419005394, 0.0346803143620491, 0.02966979704797268, -0.02421465888619423, 0.009773077443242073, 0.02457377314567566, -0.014262023381888866, -0.07072868943214417, -0.03196129575371742, 0.10670866072177887, -0.05622725561261177, -0.012825560756027699, -0.02795972116291523, -0.013330032117664814, 0.004459019750356674, -0.005643246695399284, 0.000265061593381688, -0.04812150448560715, 0.0009870337089523673, 0.11320694535970688, -0.06146008521318436, -0.0191357359290123, 0.025428811088204384, -0.023239916190505028, -0.010286099277436733, -0.010174944996833801, 0.08967632055282593, -0.05622725561261177, -0.027840016409754753, 0.002302188193425536, 0.020230183377861977, -0.0008534341468475759, 0.040015749633312225, -0.008310963399708271, -0.06908702105283737, -0.07613252848386765, 0.0027938345447182655, 0.015929346904158592, 0.03775845095515251, -0.021324632689356804, -0.014262023381888866, 0.026318050920963287, 0.012859761714935303, 0.006075040437281132, 0.013235978782176971, 0.013689148239791393, 0.02900286763906479, -0.03237171471118927, -0.011893569491803646, -0.017143499106168747, 0.035261742770671844, -0.04388051852583885, 0.042102038860321045, 0.008528998121619225, -0.010970129631459713, 0.0477110855281353, -0.04329909384250641, 0.004196095746010542, 0.0204353928565979, -0.08735061436891556, -0.0056731728836894035, -0.0675821527838707, -0.01668177917599678, 0.04384631663560867, 0.016442367807030678, 0.05003678798675537, 0.0302854236215353, 0.03639039024710655, -0.021632445976138115, 0.013398435898125172, -0.017904482781887054, 0.0020424704998731613, -0.04316228628158569, -0.04360690712928772, -0.0036445967853069305, 0.003871181746944785, -0.03608257696032524, 0.01498025469481945, -0.02864375151693821, -0.04080238193273544, 0.03710862249135971, -0.006275974214076996, 0.009593519382178783, 0.04052877053618431, 0.010209145955741405, 0.06098126620054245, 0.0191357359290123, 0.008781233802437782, 0.04678764566779137, -0.011243741028010845, -0.05010518804192543, -0.025634020566940308, -0.0008913764613680542, 0.00043900826130993664, -0.05701389163732529, -0.01274860743433237, -0.003471451811492443, -0.005519266240298748, -0.025736624374985695, 0.07606412470340729, -0.01261180080473423, 0.017630871385335922, -0.011927771382033825, 0.061836302280426025, -0.03618518263101578, -0.042786069214344025, 0.0009122180053964257, 0.051986273378133774, -0.06197310984134674, 0.04600100964307785, 0.020384090021252632, 0.016442367807030678, 0.061186473816633224, 0.012885413132607937, 0.00022377930872607976, -0.004553074017167091, 0.0898815244436264, -0.006502558942884207, 0.03240591660141945, -0.04497496411204338, -0.05188366770744324, 0.01138909813016653, -0.039981547743082047, 0.011098384857177734, -0.06864240020513535, 0.07886864989995956, -0.006836023647338152, 0.02789131924510002, 0.009961185045540333, 0.021666646003723145, 0.011192439123988152, -0.06156269088387489, -0.020862910896539688, -0.04531697928905487, -0.019888168200850487, 0.02997761033475399, -0.03919491171836853, -0.004523147828876972, 0.0028451369144022465, 0.0006391404313035309, -0.0141252176836133, -0.028575349599123, 0.010003937408328056, 0.04497496411204338, 0.033226750791072845, -0.03580896556377411, 0.04815570265054703, 0.036664001643657684, 0.002302188193425536, -0.00740034831687808, -0.006498284172266722, -0.0026570286136120558, -0.015347920358181, 0.04507756978273392, -0.046890247613191605, 0.06378578394651413, 0.016835685819387436, 0.012697304598987103, -0.02243618108332157, 0.011833717115223408, 0.07168633490800858, 0.00399943720549345, 0.05489340052008629, 0.03601417317986488, -0.05249929428100586, -0.046548232436180115, 0.012620351277291775, -0.026181243360042572, -0.01698959246277809, -0.013714799657464027, 0.05745851248502731, -0.029396183788776398, 0.02994340844452381, 0.05007098987698555, 0.029208077117800713, 0.01177386473864317, -0.033568765968084335, -0.04059717431664467, 0.05037880316376686, -0.022590087726712227, 0.04011835157871246, -0.014227821491658688, -0.107803113758564, 0.08160476386547089, -0.009670472703874111, 0.04914754629135132, 0.0312601663172245, 0.028113627806305885, -0.02111942321062088, -0.020298587158322334, 0.009482364170253277, 0.062486130744218826, -0.008434943854808807, -0.07339640706777573, -0.05420937016606331, 0.043470099568367004, -0.033260952681303024, 0.00817415677011013, 0.030798446387052536, -0.009944084100425243, 0.012962366454303265, -0.013415535911917686, -0.005202902480959892, 0.027412498369812965, 0.0312601663172245, -0.013817403465509415, 0.01733160763978958, -0.002909264527261257, 0.002329976763576269, 0.11320694535970688, -0.014954603277146816, 0.0221454668790102, -0.06604308634996414, 0.01699814200401306, -0.04360690712928772, 0.005288406275212765, -0.05017359182238579, -0.03155088052153587, 0.014911851845681667, 0.032816335558891296, -0.02628384903073311, 0.05154165253043175, -0.010192045010626316, -0.04839511588215828, -0.05933959409594536, 0.024129154160618782, -0.01224413514137268, 0.029413284733891487, -0.01706654578447342, 0.007387522608041763, -0.04644563049077988, 0.05212307721376419, 0.04254665970802307, 0.05961320549249649, -0.008272486738860607, -0.022572986781597137, -0.005818529054522514, 0.026831071823835373, -0.09850030392408371, -0.04935275763273239, -0.029481688514351845, 0.04453034698963165, -0.025651121512055397, -0.05461978539824486, 0.009251504205167294, 0.024967091158032417, 0.03789525479078293, -0.03213230520486832, 0.012654553167521954, 0.014749394729733467, -0.04842931777238846, -0.027446700260043144, -0.01394565962255001, 0.0286608524620533, 0.0387502945959568, -0.006429880857467651, 0.041349608451128006, 0.0687108039855957, 0.013817403465509415, 0.03298734128475189, 0.0030930975917726755, 0.030866848304867744, -0.07237036526203156, 0.03180738911032677, -0.009926984086632729, -0.01635686494410038, 0.06002362444996834, 0.05318332463502884, 0.020691905170679092, 0.014467231929302216, -0.03276503086090088, 0.039365921169519424, -0.044427741318941116, -0.00740034831687808, 0.04271766543388367, -0.012902514077723026, -0.031858693808317184, -0.0207603070884943, 0.017271755263209343, -0.010328851640224457, -0.005070371553301811, -0.03953692689538002, -0.053935758769512177, -0.036629799753427505, -0.00519862724468112, 0.014099566265940666, -0.022795295342803, 0.03840827941894531, -0.014783595688641071, 0.011277942918241024, 0.01413376722484827, -0.051268041133880615, 0.02790842019021511, 0.005130224395543337, -0.016835685819387436, -0.006878775544464588, -0.030114416033029556, 0.023958146572113037, -0.0008822917006909847, 0.019956571981310844, 0.045590590685606, 0.014193620532751083, -0.038681890815496445, 0.023308318108320236, -0.007699611596763134, -0.02351352758705616, 0.07195994257926941, -0.009593519382178783, -0.002342802472412586, 0.011329244822263718, 0.0060194628313183784, -0.0014418067876249552, -0.03895550221204758, 0.022624289616942406, -0.011448950506746769, -0.014749394729733467, 0.00691297696903348, -0.02789131924510002, -0.04329909384250641, -0.007917646318674088, 0.022726893424987793, -0.01565573364496231, 0.026677165180444717, -0.006207571364939213, 0.009653371758759022, 0.03885289654135704, 0.08051031827926636, 0.019529053941369057, -0.02722438983619213, -0.10643505305051804, 0.01433042623102665, -0.022641388699412346, -0.05975000932812691, 0.035227540880441666, -0.029413284733891487, -0.024334363639354706, -0.001238735392689705, -0.028130728751420975, -0.03397918492555618, 0.04661663621664047, 0.01054261066019535, -0.009978285990655422, 0.04271766543388367, 0.01704089529812336, -0.03237171471118927, -0.0036531472578644753, -0.041007593274116516, -0.01433042623102665, 0.050926025956869125, -0.0076739601790905, 0.01633976399898529, 0.07189153879880905, 0.00017074026982299984, -0.056398265063762665, -0.06022883206605911, -0.042444054037332535, -0.03302154317498207, 0.03686921298503876, 0.06104966625571251, -0.042444054037332535, 0.009319907054305077, -0.0019142149249091744, 0.002629239810630679, -0.03404758870601654, -0.01870821788907051, -0.016220059245824814, -0.04080238193273544, -0.033243853598833084, 0.03031962551176548, 0.028370140120387077, -0.003875456750392914, -0.0037942284252494574, -0.0639909952878952, 0.008067277260124683, -0.031927093863487244, -0.011833717115223408, -0.05718489736318588, -0.008866737596690655, -0.04524857923388481, 0.018212296068668365, -0.04634302482008934, -0.06146008521318436, -0.052943915128707886, 0.007597006857395172, 0.02007627673447132, -0.016459468752145767, -0.058792367577552795, -0.05660347267985344, -0.046821847558021545, 0.022025762125849724, 0.009106148034334183, -0.03816886618733406, 0.03984474018216133, 0.031174661591649055, 0.05362794175744057, -0.016963941976428032, 0.04388051852583885, -0.027002079412341118, 0.02385554276406765, 0.028814759105443954, -0.0749012753367424, 0.011380547657608986, -0.006519659887999296, 0.08208359032869339, -0.0016854924615472555, -0.0221454668790102, 0.0028237609658390284, -0.01360364444553852, -0.027840016409754753, -0.024351464584469795, -0.023718737065792084, -0.0041747200302779675, -0.005510715767741203, 0.008426393382251263, -0.06679552048444748, -0.03786105290055275, 0.02380423992872238, 0.04401732236146927, 0.04268346354365349, -0.012688754126429558, 0.011927771382033825, -0.049284353852272034, 0.015082859434187412, -0.006960004102438688, 0.05249929428100586, 0.0361509807407856, 0.0361509807407856, 0.02146143838763237, -0.03519333899021149, 0.02351352758705616, -0.00902064424008131, 0.031858693808317184, 0.06576947122812271, -0.019631657749414444, 0.06279394775629044, -0.01702379435300827, -0.03167058527469635, 0.01190211996436119, 0.00002894101089623291, 0.08543533086776733, -0.010328851640224457, -0.005788602866232395, -0.015313719399273396, 0.017938684672117233, -0.023958146572113037, -0.020503796637058258, 0.03909230977296829, 0.03500523045659065, 0.028130728751420975, -0.027840016409754753, 0.024761881679296494, 0.01903313212096691, -0.033175449818372726, -0.036937613040208817, -0.05116543546319008, 0.06385418772697449, -0.018674015998840332, -0.031927093863487244, 0.007524328771978617, -0.025805028155446053, 0.019494852051138878, 0.0851617231965065, -0.05003678798675537, -0.007280643098056316, -0.0045701744966208935, 0.030507734045386314, -0.04692444950342178, 0.08365685492753983, -0.017836079001426697, -0.02626674808561802, 0.002678404562175274, -0.002460370073094964, 0.020007874816656113, -0.04675344377756119, -0.04627462103962898, 0.021256228908896446, 0.02626674808561802, -0.05554322898387909, -0.012509196996688843, 0.034201495349407196, -0.011688360944390297, 0.02893446385860443, 0.014680991880595684, 0.08399887382984161, -0.013543792068958282, 0.008618776686489582, 0.06720593571662903, 0.019648758694529533, -0.0037536141462624073, 0.039707936346530914, 0.08009990304708481, -0.01514271181076765, 0.02320571430027485, 0.014048264361917973, 0.03064453974366188, 0.0749012753367424, -0.01293671503663063, -0.021324632689356804, -0.043777912855148315, 0.009285706095397472, -0.02253878489136696, -0.015835292637348175, -0.021700847893953323, 0.09993676841259003, 0.05174686014652252, 0.016279911622405052, 0.030234120786190033 ]
22,896
anytree.node.nodemixin
_post_detach
Method call after detaching from `parent`.
def _post_detach(self, parent): """Method call after detaching from `parent`."""
(self, parent)
[ 0.03215238079428673, 0.03556929901242256, -0.052403878420591354, 0.0586710087954998, -0.058170974254608154, -0.02235165424644947, 0.018984738737344742, 0.08733979612588882, 0.06960514932870865, 0.015626156702637672, -0.02103489078581333, -0.05747092142701149, -0.002354340860620141, -0.01640121452510357, -0.03540262207388878, -0.01010074745863676, -0.017101265490055084, 0.02255166880786419, -0.002548105316236615, -0.056970883160829544, -0.033135786652565, -0.011375841684639454, 0.016076190397143364, -0.032069042325019836, -0.04517000913619995, 0.033202458173036575, -0.056504182517528534, -0.013642676174640656, 0.016467886045575142, 0.07947254925966263, -0.04853692650794983, -0.04963700845837593, 0.0054212347604334354, 0.03121897764503956, 0.03603599965572357, 0.08073931187391281, -0.05507074296474457, 0.0529039166867733, -0.06210459768772125, 0.043169863522052765, -0.0017678391886875033, -0.035069264471530914, 0.013576004654169083, 0.012125897221267223, 0.07480553537607193, 0.04707014933228493, 0.010959144681692123, -0.01955144666135311, 0.0013532252050936222, -0.021068226546049118, 0.019901473075151443, 0.007400547619909048, 0.046770129352808, 0.03783613443374634, -0.07813911885023117, 0.08067263662815094, 0.02245166152715683, 0.026285279542207718, -0.0012907205382362008, 0.0009854895761236548, 0.04600340500473976, 0.005887935869395733, 0.012267574667930603, -0.03933624550700188, -0.004202394280582666, -0.004525335039943457, 0.028452105820178986, -0.0015844922745600343, -0.0032585745211690664, 0.012692606076598167, -0.07180531322956085, -0.03800281137228012, -0.0038398676551878452, 0.056037481874227524, 0.0694718062877655, -0.03018556721508503, 0.01853470504283905, -0.010009074583649635, -0.00103601417504251, -0.0044961660169065, 0.022134972736239433, -0.03453588858246803, -0.0029564688447862864, 0.03790280595421791, 0.0478702113032341, -0.013567671179771423, 0.06803836673498154, 0.0001556104834889993, -0.012767612002789974, 0.038902878761291504, -0.003423169953748584, -0.018201347440481186, -0.017084598541259766, 0.03873620182275772, 0.009509037248790264, 0.0063296351581811905, -0.0021751609165221453, 0.012875952757894993, -0.024185122922062874, -0.048670269548892975, 0.028202086687088013, 0.037969477474689484, -0.0030252239666879177, -0.03956959396600723, 0.024001777172088623, -0.022685011848807335, -0.01825135014951229, -0.052403878420591354, -0.021551596000790596, 0.005446236580610275, -0.009959070943295956, -0.044936660677194595, -0.04013630375266075, 0.03583598509430885, 0.043436549603939056, -0.08167271316051483, -0.022951699793338776, 0.0012709273723885417, 0.03660270944237709, -0.024751832708716393, -0.006437976378947496, 0.03233572840690613, -0.08413956314325333, -0.06627157330513, -0.02720201388001442, 0.009959070943295956, 0.004437828436493874, 0.044203270226716995, 0.007629731670022011, -0.011434179730713367, -0.02878546342253685, -0.013909363187849522, -0.05470404773950577, -0.025268537923693657, 0.034235868602991104, -0.0002747599210124463, 0.06043780595064163, 0.0012000888818874955, -0.013626008294522762, 0.00007155477942433208, -0.04650344327092171, 0.0023189217317849398, 0.062971331179142, 0.04163641482591629, 0.02001814916729927, 0.03018556721508503, -0.027085337787866592, -0.0023564244620501995, -0.06130453944206238, 0.0034481720067560673, -0.011659196577966213, -0.007279705721884966, 0.004921197425574064, -0.009025667794048786, 0.0432031974196434, -0.0008537090034224093, -0.08340617269277573, 0.0037315262015908957, -0.017851321026682854, -0.02113489806652069, -0.0025168529246002436, -0.0029502182733267546, -0.0322190523147583, -0.010234090499579906, 0.00037997603067196906, -0.021351581439375877, 0.04143640026450157, -0.014001036062836647, -0.03006889298558235, 0.035635970532894135, -0.03355248272418976, 0.019451439380645752, -0.009309022687375546, 0.007304707542061806, -0.029285501688718796, 0.0633380189538002, 0.04547003284096718, 0.006946347653865814, -0.03288576751947403, 0.015726163983345032, -0.0038273667450994253, -0.01490943692624569, 0.06023779138922691, 0.01550948154181242, 0.05083709582686424, 0.005929605569690466, 0.0006776543450541794, 0.03408585488796234, 0.022801687940955162, -0.011109155602753162, -0.02421845868229866, 0.009150677360594273, -0.002977303694933653, -0.013676011934876442, 0.038236163556575775, 0.028718791902065277, -0.005358729977160692, -0.005862934049218893, -0.01470942236483097, 0.014526075683534145, 0.006813004147261381, -0.030535593628883362, 0.016934586688876152, -0.05917104706168175, 0.0040898858569562435, 0.03746943920850754, 0.007983923889696598, 0.014634416438639164, -0.025785241276025772, -0.04003629833459854, 0.02095155045390129, 0.012767612002789974, 0.032002367079257965, -0.012275909073650837, 0.03361915424466133, -0.127409428358078, -0.050170380622148514, 0.00650048116222024, 0.024551818147301674, 0.029185494408011436, -0.017934661358594894, 0.04030298441648483, -0.057337578386068344, -0.000804747047368437, -0.09127341955900192, -0.007879749871790409, -0.003473173826932907, -0.0018751388415694237, 0.06610489636659622, -0.03490258380770683, -0.02235165424644947, 0.02868545614182949, -0.05067041888833046, -0.03055226244032383, 0.039369579404592514, 0.018551373854279518, -0.08093932271003723, -0.023685086518526077, -0.05270390212535858, -0.004064884036779404, 0.0014949023025110364, -0.023318393155932426, 0.019351432099938393, 0.017084598541259766, 0.05357063189148903, -0.01723460853099823, 0.05680420622229576, -0.0013500999193638563, 0.0023314226418733597, 0.006900510750710964, 0.020918214693665504, -0.10087413340806961, -0.015342802740633488, 0.0482369028031826, 0.01713460125029087, -0.019351432099938393, -0.0022084969095885754, -0.003510676557198167, 0.026868656277656555, 0.028268760070204735, 0.01215923298150301, -0.05213719233870506, 0.006100451573729515, 0.04563670977950096, 0.02775205485522747, -0.011475849896669388, 0.0381694920361042, -0.025851912796497345, -0.03956959396600723, -0.018551373854279518, 0.059371061623096466, -0.07293873280286789, -0.0074380505830049515, -0.0352359414100647, -0.04156974330544472, -0.022484997287392616, -0.05560411512851715, 0.013492665253579617, -0.047370173037052155, -0.0020636944100260735, 0.11394176632165909, -0.012625934556126595, -0.0067213308066129684, 0.014842765405774117, -0.043836578726768494, -0.017634639516472816, -0.006883842870593071, 0.03763611987233162, -0.01900140568614006, -0.000067843560827896, 0.018034668639302254, 0.017534632235765457, 0.009292354807257652, 0.06810504198074341, -0.026018593460321426, -0.029185494408011436, -0.050170380622148514, 0.04733683913946152, 0.02066819742321968, 0.031819023191928864, 0.03983628377318382, -0.028935475274920464, -0.004525335039943457, 0.05893769487738609, -0.019818132743239403, 0.03473590314388275, 0.022668344900012016, 0.047170158475637436, -0.013075968250632286, -0.038902878761291504, 0.0015657409094274044, 0.014101043343544006, -0.06677161157131195, 0.08067263662815094, 0.029685530811548233, 0.0020095237996429205, 0.02115156501531601, -0.051570482552051544, 0.022868359461426735, 0.06510481983423233, -0.04703681543469429, 0.026618637144565582, -0.009067337960004807, 0.06490480154752731, 0.004871193785220385, -0.011350840330123901, 0.018868062645196915, 0.0812726840376854, 0.008742313832044601, 0.02021816372871399, -0.007629731670022011, -0.008725645951926708, 0.03081894852221012, -0.049036964774131775, -0.06587154418230057, -0.0032231551595032215, 0.001265718718059361, -0.031002294272184372, 0.045036666095256805, -0.018684716895222664, 0.011192495003342628, 0.01861804537475109, -0.00894232839345932, -0.01410937774926424, 0.009200681000947952, 0.002271001460030675, 0.027885397896170616, 0.00037164209061302245, 0.0687384232878685, 0.03510259836912155, -0.02421845868229866, 0.009359026327729225, -0.02915215864777565, 0.027402028441429138, -0.028352098539471626, -0.08033928275108337, 0.003291910281404853, 0.01536780409514904, 0.017951328307390213, -0.06410474330186844, 0.018684716895222664, -0.007133861538022757, 0.0029502182733267546, -0.04817023128271103, 0.02868545614182949, -0.037569448351860046, -0.03335246816277504, -0.03493591770529747, 0.028268760070204735, -0.02786872908473015, 0.006387972738593817, -0.018851395696401596, 0.03856952115893364, 0.0651714876294136, 0.010267426259815693, -0.03930290788412094, -0.010750795714557171, 0.061037853360176086, 0.0417364239692688, 0.01164252869784832, -0.03886954486370087, -0.02125157229602337, -0.018684716895222664, -0.03530261293053627, 0.020518185570836067, -0.02131824381649494, -0.0008422498358413577, 0.044103264808654785, 0.013367656618356705, 0.011825875379145145, 0.043903250247240067, -0.003752361051738262, -0.04096969962120056, -0.0002616079000290483, -0.026401953771710396, 0.002418929012492299, 0.013659344054758549, -0.03763611987233162, 0.02728535234928131, -0.024935178458690643, -0.003368999343365431, -0.0014386482071131468, -0.06173790246248245, 0.02626861073076725, 0.04537002369761467, 0.023585079237818718, -0.01229257695376873, 0.04777020215988159, 0.044769980013370514, -0.05003703758120537, 0.01768464222550392, -0.005567078944295645, 0.01090080663561821, -0.008346451446413994, 0.0363360233604908, -0.026118600741028786, 0.015126119367778301, 0.008400621823966503, 0.04617008566856384, -0.014101043343544006, -0.01150085125118494, 0.08853989094495773, 0.02373509109020233, -0.016242869198322296, -0.024468477815389633, -0.03278576210141182, -0.0888732448220253, 0.025001849979162216, -0.019334765151143074, 0.0005338937044143677, -0.009008999913930893, 0.03943625092506409, 0.05597081035375595, 0.014776093885302544, 0.03271908685564995, 0.05970441922545433, 0.011375841684639454, -0.021101562306284904, -0.012467589229345322, 0.07500555366277695, -0.008163103833794594, 0.04520334675908089, -0.01750129461288452, -0.07667234539985657, 0.0647047907114029, 0.010225757025182247, 0.01200922206044197, 0.05320393666625023, 0.01703459396958351, -0.02395177260041237, 0.00004879918560618535, -0.00351484352722764, 0.06940513849258423, -0.02635195106267929, -0.1183420941233635, -0.04843691736459732, -0.008263112045824528, 0.0059837764129042625, 0.013776020146906376, 0.02161826752126217, -0.0482369028031826, 0.032935772091150284, -0.048570260405540466, -0.048770274966955185, 0.032919105142354965, 0.08980664610862732, 0.00517121609300375, -0.027802057564258575, -0.03873620182275772, 0.01918475329875946, 0.06357137113809586, -0.020084820687770844, -0.02095155045390129, -0.05067041888833046, -0.049236979335546494, -0.01113415788859129, 0.028935475274920464, -0.017534632235765457, 0.010275760665535927, 0.007904752157628536, 0.006021278910338879, -0.060404472053050995, -0.011059151962399483, 0.006183790974318981, -0.05383731797337532, -0.03830283507704735, 0.0081464359536767, 0.006067115813493729, 0.02606859616935253, -0.01695958897471428, -0.04016964137554169, -0.04573671892285347, 0.02468516118824482, 0.011975886300206184, 0.08867323398590088, -0.04033631831407547, -0.02805207669734955, -0.02813541516661644, 0.05877101793885231, -0.1271427422761917, -0.0057879285886883736, 0.0014115627855062485, 0.027602043002843857, -0.0453033521771431, -0.03006889298558235, -0.02401844412088394, 0.026218608021736145, 0.07140528410673141, -0.027885397896170616, 0.00893399491906166, 0.017251277342438698, 0.0058962698094546795, 0.020518185570836067, 0.008725645951926708, 0.006512982305139303, 0.003656520741060376, -0.021351581439375877, 0.004416993819177151, 0.08273945748806, 0.013526001013815403, 0.0896066352725029, 0.03773612529039383, 0.0374361053109169, -0.055170752108097076, 0.03910289332270622, -0.002793956780806184, -0.05663752555847168, 0.07913918793201447, 0.034052520990371704, 0.03045225329697132, 0.022484997287392616, -0.02271834760904312, 0.03856952115893364, -0.02458515390753746, 0.03666938096284866, 0.05777094140648842, -0.0622379407286644, -0.03630268573760986, -0.06940513849258423, -0.024335134774446487, -0.008900659158825874, -0.006396306678652763, 0.00945069920271635, 0.012600933201611042, 0.0014365647220984101, 0.008875656872987747, -0.010167418979108334, 0.005479572340846062, 0.0036669380497187376, 0.0013553086901083589, -0.015101118013262749, 0.005104544572532177, -0.010967478156089783, 0.015209458768367767, -0.027718719094991684, 0.01694292016327381, -0.01565949246287346, -0.024468477815389633, 0.07440550625324249, -0.03268575295805931, -0.004604507703334093, 0.04193643853068352, 0.03503592684864998, 0.010167418979108334, 0.05627083033323288, 0.03245240077376366, 0.010050743818283081, 0.03443588316440582, 0.013667678460478783, -0.03408585488796234, -0.0059379395097494125, -0.047736868262290955, 0.027585376054048538, -0.023535074666142464, 0.04156974330544472, 0.01928476057946682, 0.0142093850299716, -0.009334024041891098, 0.013801021501421928, -0.07893917709589005, -0.008817319758236408, -0.02786872908473015, 0.023418400436639786, 0.02115156501531601, -0.07453884929418564, -0.0091756796464324, 0.025851912796497345, 0.057437583804130554, 0.04123638570308685, -0.013442661613225937, -0.05950440466403961, 0.0032585745211690664, -0.009159011766314507, -0.023785093799233437, 0.03420253098011017, -0.014826097525656223, 0.020351506769657135, 0.0189013984054327, -0.02560189552605152, -0.019151417538523674, 0.03943625092506409, -0.020934883505105972, 0.04797021672129631, 0.017551299184560776, -0.007383879739791155, -0.023151714354753494, -0.04206978157162666, -0.01309263613075018, -0.002271001460030675, 0.017934661358594894, -0.01406770758330822, -0.0014917771331965923, 0.004900362808257341, 0.016626231372356415, -0.001994939288124442, -0.07480553537607193, -0.04460330307483673, -0.029602190479636192, 0.030602265149354935, 0.0856730118393898, -0.025851912796497345, 0.009809059090912342, 0.021684939041733742, 0.004779520444571972, -0.040102969855070114, 0.01743462309241295, -0.030385581776499748, -0.008300614543259144, -0.03168568015098572, 0.012675938196480274, 0.01694292016327381, -0.012692606076598167, 0.00587126798927784, -0.014142713509500027, 0.02273501642048359, -0.060037776827812195, -0.010275760665535927, -0.06320467591285706, -0.04023631289601326, -0.02440180629491806, 0.04617008566856384, -0.07007185369729996, -0.027535371482372284, -0.03956959396600723, -0.04396992176771164, 0.007121360395103693, 0.02468516118824482, -0.030352246016263962, -0.02011815644800663, -0.028268760070204735, 0.009867397136986256, 0.019901473075151443, -0.016834579408168793, -0.0268186517059803, 0.013075968250632286, 0.028652120381593704, 0.01420105155557394, 0.05030372366309166, -0.030252238735556602, 0.051103781908750534, 0.018017999827861786, -0.040836356580257416, -0.042336467653512955, 0.01573449745774269, 0.0756055936217308, 0.01750129461288452, 0.003698190441355109, 0.032652415335178375, -0.0367027185857296, -0.04090302810072899, -0.013567671179771423, -0.028735460713505745, -0.05643751099705696, -0.023918436840176582, -0.02421845868229866, -0.09900733083486557, -0.009284020401537418, -0.01309263613075018, 0.025318540632724762, 0.016892917454242706, 0.01991814188659191, 0.013059300370514393, -0.020818207412958145, -0.02143491990864277, 0.020818207412958145, 0.08600636571645737, 0.04730350151658058, 0.0012448838679119945, 0.021084893494844437, -0.09974071383476257, -0.007050521671772003, -0.028718791902065277, 0.027152009308338165, 0.011492517776787281, -0.025935253128409386, -0.029118822887539864, -0.010417438112199306, -0.034702569246292114, -0.03408585488796234, -0.000573479977902025, 0.05810430273413658, -0.051370467990636826, 0.013334319926798344, -0.013909363187849522, 0.00992573518306017, 0.04110304266214371, -0.017951328307390213, 0.004512833897024393, 0.02486850693821907, 0.013667678460478783, 0.018501369282603264, -0.01476775947958231, 0.040569670498371124, -0.047836873680353165, 0.04630342870950699, 0.016142861917614937, -0.049036964774131775, -0.024851839989423752, -0.026618637144565582, 0.003473173826932907, -0.03278576210141182, 0.037769462913274765, 0.06777168065309525, -0.038902878761291504, 0.021384917199611664, -0.021368248388171196, -0.014009370468556881, -0.027918733656406403, 0.045770056545734406, 0.022868359461426735, -0.035435955971479416, -0.030118895694613457, -0.015901176258921623, 0.01808467134833336, -0.03213571384549141, -0.04050299897789955, 0.025751905515789986, 0.017651306465268135, -0.03308578208088875, 0.012325912714004517, -0.040836356580257416, 0.015276131220161915, 0.002989804605022073, 0.054804056882858276, 0.09100673347711563, 0.022318318486213684, 0.009900732897222042, 0.025468552485108376, 0.007217200938612223, -0.04723682999610901, 0.07433883845806122, 0.04510333761572838, -0.045870061963796616, -0.013442661613225937, -0.0015886592445895076, -0.017751313745975494, 0.05800429359078407, 0.007583894766867161, -0.034702569246292114, -0.04590339958667755, 0.001124041504226625, -0.04537002369761467, -0.037869468331336975, -0.03373583033680916, 0.031885694712400436, 0.03536928445100784, 0.030252238735556602, 0.02030150219798088 ]
22,897
anytree.node.nodemixin
_post_detach_children
Method call after detaching `children`.
def _post_detach_children(self, children): """Method call after detaching `children`."""
(self, children)
[ 0.017420945689082146, 0.03925655782222748, -0.04496166110038757, 0.011520576663315296, -0.08489739894866943, 0.021631857380270958, 0.00794215127825737, 0.07498138397932053, 0.046523772180080414, 0.0056032282300293446, 0.016444625332951546, 0.0002764471573755145, 0.03022347390651703, -0.009890547022223473, -0.013243993744254112, -0.019000036641955376, -0.006405508611351252, 0.05776418745517731, 0.010017892345786095, -0.02266760542988777, -0.05375703051686287, 0.0020364762749522924, 0.0008723207283765078, -0.040241364389657974, -0.05885087698698044, -0.003756709862500429, -0.04550500586628914, 0.00859161652624607, 0.03168370947241783, 0.08068648725748062, -0.054368291050195694, -0.008583126589655876, -0.01837179623544216, -0.021326225250959396, -0.015111736953258514, 0.07124589383602142, -0.029255643486976624, 0.07240050286054611, 0.000941299891564995, 0.04733878746628761, 0.041667643934488297, -0.01353264506906271, -0.012912893667817116, -0.016461605206131935, 0.057017091661691666, 0.020986637100577354, 0.025639014318585396, 0.010272584855556488, -0.005127802956849337, -0.024450449272990227, 0.02112247236073017, 0.012072409503161907, 0.0558285266160965, 0.03463813662528992, -0.013473216444253922, 0.0817052572965622, 0.007729907985776663, 0.010561236180365086, 0.059360258281230927, -0.0320572555065155, 0.06880085170269012, 0.020273499190807343, 0.007004035171121359, -0.00899912416934967, 0.003336467780172825, -0.008137415163218975, 0.03633608669042587, -0.01471271924674511, -0.03414573147892952, 0.00922834686934948, -0.06547287106513977, -0.039460308849811554, -0.0005560779245570302, 0.05480976030230522, 0.04010552912950516, -0.02042631432414055, 0.035860661417245865, 0.0021818631794303656, -0.029900863766670227, 0.029085848480463028, 0.00863406527787447, -0.020545169711112976, -0.006698404438793659, 0.028016140684485435, 0.012683670967817307, -0.029629191383719444, 0.05205908417701721, -0.006409753579646349, -0.012029960751533508, 0.0231939684599638, -0.022209158167243004, -0.036981306970119476, -0.0106206638738513, 0.021360184997320175, -0.015570182353258133, 0.013957131654024124, 0.0007062402437441051, 0.010238626040518284, -0.05008946359157562, -0.05202512443065643, 0.03884904831647873, 0.0127346096560359, 0.017760535702109337, -0.003968953154981136, 0.02553713694214821, -0.0377623625099659, -0.024603266268968582, -0.06350325047969818, -0.01113853882998228, -0.007657745387405157, -0.022973235696554184, -0.017081355676054955, -0.01661442033946514, 0.03603045642375946, 0.003117856802418828, -0.07131381332874298, -0.030681919306516647, -0.028338750824332237, 0.01720021292567253, -0.0359625369310379, 0.013201544992625713, 0.027642592787742615, -0.04119221493601799, -0.05382495000958443, -0.039018843322992325, 0.030766816809773445, 0.016987968236207962, 0.06472577154636383, -0.009576425887644291, -0.03300810605287552, -0.04285620525479317, -0.007657745387405157, -0.04428248107433319, -0.027303002774715424, 0.02820291556417942, -0.022531768307089806, 0.06350325047969818, -0.035826701670885086, 0.0025723911821842194, -0.05368911474943161, -0.05182136967778206, 0.0006770567269995809, 0.041328053921461105, 0.03421365097165108, 0.019305668771266937, 0.010289564728736877, -0.0027591653633862734, -0.0017414578469470143, -0.092436283826828, -0.006808771286159754, -0.03521544113755226, -0.008094966411590576, -0.007865743711590767, -0.011240415275096893, 0.029136786237359047, 0.021665815263986588, -0.04553896188735962, -0.012106368318200111, -0.042109109461307526, -0.0015801527770236135, -0.005730574484914541, 0.010034872218966484, -0.03616629168391228, -0.010917805135250092, -0.024891916662454605, -0.0005550167406909168, 0.04893485829234123, -0.039426349103450775, -0.03891696780920029, 0.06431826949119568, -0.004036871250718832, 0.04859526827931404, -0.014661780558526516, 0.013456237502396107, -0.01506079826503992, 0.0470331571996212, 0.05480976030230522, -0.001141869928687811, -0.04985175281763077, 0.01198751199990511, -0.025639014318585396, -0.01879628375172615, 0.07314759492874146, -0.0008484433637931943, 0.05610020086169243, 0.025774849578738213, -0.018320858478546143, 0.053145769983530045, 0.0037864239420741796, -0.012216735631227493, -0.006868199445307255, 0.02397502399981022, -0.0019314157543703914, -0.020562149584293365, 0.018677426502108574, 0.011121558956801891, -0.014542924240231514, -0.013863745145499706, 0.021037574857473373, -0.005951307713985443, -0.026572884991765022, -0.022922297939658165, 0.046863362193107605, -0.06550683081150055, 0.025944644585251808, 0.04343350976705551, -0.016852132976055145, 0.0036803020630031824, -0.059733808040618896, -0.03891696780920029, 0.012844976037740707, 0.02078288234770298, 0.017344538122415543, -0.005399474408477545, -0.0017276620492339134, -0.10764990001916885, -0.03300810605287552, -0.01588430255651474, 0.010119769722223282, -0.0054079643450677395, -0.05246658995747566, 0.07301176339387894, -0.043773096054792404, -0.021292267367243767, -0.07545680552721024, -0.0037376079708337784, 0.011240415275096893, -0.0032176112290471792, 0.08693493157625198, -0.02854250557720661, 0.0036696898750960827, 0.0012182776117697358, -0.04981779307126999, -0.04421456530690193, 0.03244778513908386, 0.013464727438986301, -0.04506353661417961, -0.049172572791576385, -0.03175162523984909, 0.010357482358813286, -0.024127840995788574, -0.0595640130341053, 0.011104579083621502, -0.010119769722223282, 0.0424826554954052, 0.017522823065519333, 0.053858909755945206, -0.013787337578833103, 0.011766779236495495, 0.014373129233717918, 0.009890547022223473, -0.10051851719617844, -0.0037779342383146286, 0.009050062857568264, 0.0037970361299812794, -0.05559081584215164, 0.011529066599905491, 0.031581830233335495, 0.03715110197663307, 0.022192180156707764, 0.03810195252299309, -0.07783393561840057, 0.01016221847385168, 0.046116266399621964, 0.026793617755174637, 0.011766779236495495, 0.02983294427394867, -0.015408877283334732, -0.06401263922452927, -0.039052803069353104, 0.09134960174560547, -0.09318338334560394, -0.008493984118103981, -0.03609837219119072, -0.02122434973716736, 0.012870444916188717, -0.015765447169542313, -0.022158220410346985, -0.031598810106515884, 0.00956793688237667, 0.12252392619848251, -0.07219674438238144, -0.02428065612912178, 0.013277952559292316, -0.0022603932302445173, -0.0037736892700195312, -0.02032443694770336, 0.04832359775900841, -0.029646171256899834, -0.006116857286542654, 0.01803220622241497, -0.002559656510129571, -0.0020364762749522924, 0.03878113254904747, -0.009364183060824871, -0.07015921175479889, -0.06795187294483185, 0.015875812619924545, 0.014644800685346127, 0.04343350976705551, -0.021784672513604164, -0.01770959608256817, 0.013422278687357903, 0.031513914465904236, 0.014025050215423107, 0.028474586084485054, 0.012700650840997696, 0.023210948333144188, -0.005692370235919952, -0.011401720345020294, 0.00696158641949296, -0.012683670967817307, -0.03475699573755264, 0.05480976030230522, 0.026012562215328217, 0.0020088846795260906, 0.04278828948736191, -0.046218141913414, 0.009364183060824871, 0.025401301681995392, -0.07172132283449173, -0.0037821789737790823, -0.055862486362457275, 0.015052308328449726, 0.02076590247452259, 0.0015536223072558641, 0.033449575304985046, 0.051549699157476425, 0.03956218808889389, 0.0007274645613506436, 0.0022094547748565674, -0.022056343033909798, 0.02314303070306778, -0.0470331571996212, -0.017505843192338943, -0.020596107468008995, 0.00922834686934948, -0.025401301681995392, 0.036709632724523544, -0.03521544113755226, -0.017845433205366135, 0.03535127639770508, 0.004758499097079039, 0.01529002096503973, 0.036981306970119476, 0.03171766549348831, 0.06044694781303406, 0.023771271109580994, 0.03633608669042587, 0.039731983095407486, 0.007021014578640461, -0.010824417695403099, -0.034332506358623505, 0.020630067214369774, -0.01551924366503954, -0.0760001465678215, -0.0046226633712649345, 0.018915139138698578, 0.0015663569793105125, -0.057798147201538086, 0.05851128697395325, -0.010306543670594692, 0.012428978458046913, -0.015179654583334923, 0.06421639025211334, -0.07559264451265335, -0.04693128168582916, -0.02630121260881424, 0.05056488886475563, -0.05107427388429642, 0.020528189837932587, 0.027303002774715424, 0.019475461915135384, 0.06876689195632935, 0.012581794522702694, -0.013727908954024315, -0.013770357705652714, 0.0989564061164856, 0.03681151196360588, 0.05946213752031326, -0.05593040585517883, -0.06907252222299576, 0.027269043028354645, -0.031496934592723846, 0.011928084306418896, -0.04119221493601799, 0.03575878217816353, 0.00657530315220356, 0.03316092491149902, 0.010196177288889885, 0.03562294691801071, 0.009729241952300072, -0.05267034471035004, -0.008880267851054668, -0.04859526827931404, 0.02670872025191784, 0.0384075827896595, -0.037456732243299484, 0.005017436109483242, -0.0033407125156372786, -0.006613507401198149, 0.017157763242721558, -0.057492516934871674, 0.014169375412166119, 0.03908676281571388, 0.033126965165138245, -0.018507633358240128, 0.04010552912950516, 0.03541919216513634, -0.007182319648563862, 0.01680968515574932, -0.03018951416015625, 0.011444169096648693, -0.015442836098372936, 0.06166946887969971, -0.0463879369199276, 0.046082306653261185, 0.02699737250804901, 0.05059884861111641, -0.014568393118679523, -0.007212033960968256, 0.06126196309924126, 0.010832907631993294, 0.0022519035264849663, 0.002990510780364275, -0.03993573412299156, -0.06533703953027725, 0.01710682548582554, -0.02786332555115223, -0.016155974939465523, -0.026284234598279, 0.03414573147892952, -0.02862740121781826, 0.017930330708622932, 0.046829402446746826, 0.05477580055594444, 0.01157151535153389, -0.02120736986398697, -0.029714088886976242, 0.07015921175479889, -0.031598810106515884, 0.058952752500772476, 0.008854798041284084, -0.10771781951189041, 0.08082231879234314, 0.006363059859722853, 0.042210984975099564, 0.04204118996858597, 0.03721901774406433, -0.02623329497873783, -0.006167795974761248, 0.005730574484914541, 0.03494376689195633, -0.02200540527701378, -0.07579639554023743, -0.07369094341993332, 0.026403089985251427, 0.010179197415709496, 0.007186564616858959, 0.03541919216513634, -0.021479042246937752, 0.024229716509580612, -0.03575878217816353, -0.020935697481036186, 0.030749836936593056, 0.023210948333144188, 0.00820108875632286, -0.004932538606226444, -0.00636730482801795, 0.006906403228640556, 0.08761411160230637, -0.02820291556417942, 0.029544293880462646, -0.05572665110230446, -0.02198842540383339, -0.027303002774715424, 0.0018783549312502146, -0.047202952206134796, -0.026284234598279, 0.010357482358813286, 0.02703133039176464, -0.05684729665517807, 0.03098754957318306, -0.016920050606131554, -0.05986964330077171, -0.06397867947816849, 0.011902615427970886, 0.0007417909801006317, 0.02585974708199501, -0.03375520557165146, -0.036200251430273056, -0.05986964330077171, 0.03322884067893028, 0.004440133925527334, 0.07953187823295593, -0.02468816377222538, -0.042890165001153946, -0.009746220894157887, 0.03769444301724434, -0.12116556614637375, -0.03457022085785866, -0.019067956134676933, 0.06027715280652046, -0.04672752693295479, -0.05497955530881882, -0.008298720233142376, 0.06944607198238373, 0.046421896666288376, -0.03402687609195709, -0.0020587618928402662, 0.015162674710154533, -0.04499562084674835, -0.013889214023947716, -0.009457569569349289, 0.015485284850001335, 0.03214215487241745, -0.021343205124139786, 0.028321770951151848, 0.0808902382850647, 0.016495564952492714, 0.035113561898469925, 0.021682795137166977, 0.019492441788315773, -0.05946213752031326, 0.03448532149195671, -0.022073322907090187, -0.03650588169693947, 0.07430220395326614, 0.05610020086169243, 0.015527733601629734, 0.026131419464945793, -0.029289601370692253, 0.04343350976705551, -0.04305996000766754, 0.009516998194158077, 0.013541135005652905, -0.037422772496938705, -0.055896446108818054, -0.06051486358046532, 0.03251570463180542, -0.007101667113602161, -0.006477671209722757, -0.01767563819885254, -0.025554116815328598, -0.049953628331422806, 0.00174039660487324, 0.01957733929157257, 0.008982144296169281, 0.0406828336417675, 0.0072969309985637665, -0.006363059859722853, 0.017081355676054955, -0.03772840276360512, -0.0015292143216356635, -0.021037574857473373, 0.012598773464560509, -0.022531768307089806, -0.03895092383027077, 0.043739140033721924, -0.00657530315220356, 0.009058551862835884, 0.06194113940000534, 0.04197327420115471, -0.021037574857473373, 0.04513145610690117, 0.029085848480463028, -0.018626488745212555, 0.05399474501609802, 0.009101000614464283, -0.008973654359579086, -0.00019605991838034242, -0.025231506675481796, 0.012895914725959301, -0.040614914149045944, 0.030036699026823044, 0.006409753579646349, 0.013821296393871307, -0.001828477717936039, -0.01036597229540348, -0.0579339824616909, -0.005030170548707247, 0.006214489229023457, -0.015069288201630116, 0.0059597971849143505, -0.000034522730857133865, 0.024399511516094208, 0.03755860775709152, 0.06126196309924126, 0.035079605877399445, -0.024518368765711784, -0.06112612411379814, 0.014050519093871117, 0.0034510791301727295, -0.030817754566669464, 0.028848135843873024, -0.01312513742595911, -0.030342329293489456, 0.02942543849349022, -0.06075257807970047, -0.01077347993850708, 0.048493392765522, -0.0019568849820643663, 0.038611337542533875, 0.033891040831804276, -0.0014305211370810866, -0.02662382274866104, -0.010858377441763878, -0.042210984975099564, 0.008387862704694271, 0.046523772180080414, -0.008990634232759476, 0.01927170902490616, 0.07036296278238297, 0.01428823173046112, -0.01652103289961815, -0.07009129226207733, -0.0254692193120718, -0.0314120352268219, 0.016232382506132126, 0.04632002115249634, -0.0431278757750988, 0.013235503807663918, 0.0030754082836210728, -0.009016103111207485, -0.03643796220421791, -0.006176285445690155, -0.023601476103067398, -0.042109109461307526, -0.036234207451343536, 0.039731983095407486, 0.014967410825192928, -0.020545169711112976, -0.00557351391762495, -0.03806799277663231, -0.012080899439752102, -0.046048346906900406, -0.00657530315220356, -0.06523516029119492, -0.01962827891111374, -0.03966406360268593, 0.029136786237359047, -0.05494559556245804, -0.052738264203071594, -0.043263714760541916, -0.039833858609199524, -0.00940663181245327, -0.000912646995857358, -0.04109033942222595, -0.0231939684599638, -0.03316092491149902, 0.0223789531737566, 0.007139870896935463, -0.028814176097512245, 0.013804316520690918, 0.004336134530603886, 0.04523333162069321, 0.0022922297939658165, 0.03361937031149864, -0.01996786706149578, 0.028321770951151848, 0.031615789979696274, -0.07695099711418152, -0.017386985942721367, 0.011401720345020294, 0.08095815777778625, -0.002074680058285594, -0.022480830550193787, 0.03806799277663231, -0.017573760822415352, -0.04010552912950516, -0.013846765272319317, -0.03963010385632515, -0.021309247240424156, -0.028474586084485054, -0.02271854318678379, -0.07369094341993332, -0.03260060027241707, 0.011248905211687088, 0.02942543849349022, 0.05514935031533241, 0.013201544992625713, 0.03691338747739792, -0.04550500586628914, 0.012055430561304092, 0.003446834394708276, 0.0603790283203125, 0.027540715411305428, 0.0478481724858284, 0.03446834161877632, -0.06486161053180695, 0.007390318438410759, 0.00716534024104476, 0.03956218808889389, 0.04907069355249405, -0.026080479845404625, 0.03752464801073074, -0.003404385643079877, -0.03322884067893028, 0.008336924016475677, 0.013626032508909702, 0.06197509914636612, -0.03599649667739868, -0.016215402632951736, -0.003092387691140175, 0.008854798041284084, 0.010527277365326881, -0.020867779850959778, 0.0336872860789299, 0.028050100430846214, 0.021360184997320175, -0.006638976279646158, 0.01641915738582611, 0.0325496606528759, -0.0375925675034523, -0.012038450688123703, -0.03440042585134506, 0.03013857640326023, -0.03377218544483185, -0.019356606528162956, 0.00048179272562265396, -0.01016221847385168, 0.02631819248199463, 0.0887008011341095, -0.027319982647895813, -0.022226138040423393, -0.007076197769492865, 0.0223789531737566, -0.03854341804981232, 0.07688308507204056, -0.003506262553855777, -0.004631152842193842, -0.007021014578640461, 0.006621996872127056, 0.0057645332999527454, -0.04856131225824356, -0.05443621054291725, 0.03462115675210953, 0.020120682194828987, -0.06863105297088623, 0.007971865125000477, 0.0013827662914991379, -0.013846765272319317, 0.020205579698085785, 0.03227799013257027, 0.06333345919847488, -0.0008691371185705066, 0.008460025303065777, 0.06353721022605896, 0.038203828036785126, -0.03827174752950668, 0.053926825523376465, 0.067714162170887, -0.031955379992723465, 0.02397502399981022, 0.01691156066954136, 0.02042631432414055, 0.06268823891878128, -0.03059702180325985, -0.05087051913142204, -0.06594830006361008, 0.005178741179406643, 0.0023452905006706715, -0.03772840276360512, -0.0330420657992363, 0.05569269135594368, 0.03521544113755226, 0.014933452010154724, 0.019730154424905777 ]
22,898
anytree.node.nodemixin
_pre_attach
Method call before attaching to `parent`.
def _pre_attach(self, parent): """Method call before attaching to `parent`."""
(self, parent)
[ -0.013689910992980003, 0.01856345124542713, 0.002942315535619855, 0.08129336684942245, -0.019561851397156715, -0.0003019522118847817, 0.045520223677158356, 0.07513374835252762, 0.0770290195941925, 0.005288130138069391, 0.004315114114433527, -0.055842652916908264, 0.0362808033823967, -0.011583119630813599, -0.0683649480342865, -0.04985225945711136, -0.001273381756618619, 0.024536922574043274, -0.01932494156062603, -0.0802103579044342, -0.01808963529765606, 0.014400635845959187, 0.019206488505005836, -0.0074583785608410835, -0.02303086407482624, 0.08752066642045975, -0.06880491971969604, 0.008169103413820267, 0.03254103660583496, 0.03617927059531212, -0.021761713549494743, -0.03956367447972298, 0.019984900951385498, -0.01411296147853136, 0.06602970510721207, 0.05262747034430504, -0.0614946074783802, 0.029004335403442383, -0.07202009856700897, 0.016236674040555954, 0.028445908799767494, -0.014527550898492336, 0.010720097459852695, -0.023656979203224182, 0.05161214992403984, 0.054251983761787415, 0.028801271691918373, 0.035130105912685394, 0.03519779443740845, -0.019088033586740494, 0.039665207266807556, 0.01942647434771061, 0.07513374835252762, 0.03079807013273239, -0.11066998541355133, 0.06477747857570648, 0.027667496353387833, 0.011938482522964478, -0.00831294059753418, 0.01588977314531803, 0.05002148076891899, 0.016812022775411606, 0.022370904684066772, -0.04436952620744705, -0.009645549580454826, -0.03150879591703415, -0.0036530401557683945, -0.01988336816430092, -0.002883088542148471, 0.013605301268398762, -0.07729976624250412, -0.04501256346702576, -0.02492612972855568, 0.039394453167915344, 0.036010049283504486, -0.006290759425610304, -0.007390690501779318, -0.012403837405145168, 0.02651679888367653, -0.007856045849621296, 0.029461229220032692, -0.01675279624760151, -0.01596592180430889, 0.02678755111992359, 0.04508025199174881, -0.0013780867448076606, 0.004063399042934179, 0.009670931845903397, 0.019900290295481682, 0.026550643146038055, -0.027176758274435997, 0.02810746803879738, 0.02790440432727337, 0.04768624156713486, 0.034419380128383636, 0.03139033913612366, 0.027125991880893707, -0.017548130825161934, 0.016896633431315422, 0.01390143670141697, 0.00029402002110145986, 0.026601409539580345, 0.02210015244781971, -0.070530965924263, 0.026042982935905457, -0.04071437194943428, 0.0012437681434676051, -0.03135649487376213, 0.0033865184523165226, 0.03262564539909363, 0.0010391175746917725, -0.1302318423986435, -0.027125991880893707, 0.02497689612209797, 0.05486117675900459, -0.08664072304964066, -0.0028111699502915144, -0.006874569226056337, 0.08752066642045975, -0.0159151554107666, 0.005376970861107111, 0.02709214761853218, -0.06701118499040604, -0.03709305822849274, -0.014468323439359665, -0.028293611481785774, 0.020086433738470078, 0.03147495165467262, 0.02523072622716427, -0.056824129074811935, 0.021372506394982338, -0.023453913629055023, -0.06474363058805466, -0.04995379224419594, 0.008884058333933353, -0.024959973990917206, 0.04846465587615967, 0.018580373376607895, -0.017548130825161934, -0.020898690447211266, -0.036720775067806244, -0.03042578510940075, 0.031948767602443695, 0.028564363718032837, -0.010457806289196014, 0.02235398255288601, -0.020120278000831604, 0.006785728503018618, -0.025619931519031525, -0.0028640511445701122, 0.03550238907337189, -0.03726227954030037, -0.006438827142119408, 0.0017027779249474406, 0.02888588234782219, -0.009586322121322155, -0.08724991232156754, -0.031424183398485184, 0.03381018713116646, -0.038988325744867325, 0.012759200297296047, -0.021254051476716995, -0.007162243127822876, -0.005089296493679285, -0.002694830996915698, -0.007877198979258537, -0.027362899854779243, -0.026550643146038055, -0.025619931519031525, 0.024790754541754723, 0.012488448061048985, -0.005715411156415939, 0.01189617719501257, 0.00783489365130663, 0.023267772048711777, 0.045520223677158356, 0.0285812858492136, 0.011760801076889038, -0.041255876421928406, 0.047720085829496384, 0.027329055592417717, 0.02817515656352043, 0.056925661861896515, 0.027125991880893707, 0.051984433084726334, -0.0013865476939827204, 0.05418429523706436, 0.006079234182834625, 0.05827942490577698, 0.009400179609656334, 0.024790754541754723, 0.013139945454895496, -0.012615363113582134, 0.0068703386932611465, 0.018631139770150185, 0.027481354773044586, 0.006388061214238405, -0.04024055600166321, -0.034470148384571075, 0.032930243760347366, -0.01151543203741312, -0.02230321802198887, 0.00740338210016489, -0.023555446416139603, 0.03936060890555382, 0.04653554409742355, 0.00005307960600475781, -0.0021829400211572647, -0.022438593208789825, -0.011938482522964478, 0.004903153982013464, -0.03550238907337189, 0.014959062449634075, -0.027058303356170654, -0.014468323439359665, -0.10789477825164795, -0.015712091699242592, 0.003428823547437787, 0.014646004885435104, 0.02396157570183277, -0.014925218187272549, 0.058110203593969345, -0.09083738178014755, -0.030002735555171967, -0.05140908434987068, -0.023403149098157883, 0.015652865171432495, -0.022912409156560898, 0.02133866213262081, -0.008765604346990585, -0.035705454647541046, 0.020983299240469933, -0.05679028481245041, -0.02550147846341133, 0.010550877079367638, 0.0071580130606889725, -0.02929200977087021, 0.004145893733948469, -0.06318680942058563, -0.0459601953625679, 0.018055791035294533, 0.04467412084341049, 0.04071437194943428, 0.019544929265975952, -0.013410697691142559, -0.04876925051212311, -0.0031644171103835106, -0.006832263898104429, -0.013698372058570385, 0.02935969829559326, 0.020932534709572792, -0.04778777435421944, -0.037702251225709915, 0.022032465785741806, -0.02472306601703167, 0.0046789376065135, 0.036619242280721664, 0.011921560391783714, -0.0184619203209877, 0.017184307798743248, -0.014265259727835655, -0.041966598480939865, 0.04995379224419594, 0.010914700105786324, 0.0034055558498948812, -0.00822409987449646, 0.026482954621315002, 0.00231197034008801, -0.07520143687725067, 0.009366336278617382, 0.0994337648153305, -0.04271116852760315, 0.0367884635925293, 0.010804707184433937, -0.02646603249013424, -0.06802650541067123, -0.07912734895944595, 0.04321882873773575, -0.03685615211725235, 0.029681216925382614, 0.088603675365448, 0.006933796219527721, -0.029951969161629677, 0.026042982935905457, -0.07249391824007034, -0.04782161861658096, -0.006946487817913294, 0.05618109181523323, -0.06254377216100693, -0.02714291401207447, 0.003392864251509309, 0.06470979005098343, 0.014070656150579453, 0.025213804095983505, -0.026533721014857292, -0.04013902321457863, -0.02646603249013424, 0.05547036975622177, 0.008076032623648643, 0.031694937497377396, 0.0598362497985363, -0.023724665865302086, 0.00026744717615656555, 0.03726227954030037, -0.008177564479410648, 0.02374158799648285, -0.014358330518007278, 0.06091925874352455, -0.05259362608194351, -0.045249469578266144, -0.043252673000097275, 0.07540450245141983, -0.0695156455039978, 0.042338885366916656, 0.015069055370986462, -0.01624513603746891, 0.03712690249085426, -0.033082541078329086, 0.027329055592417717, 0.05340588465332985, -0.04064668342471123, 0.04389571025967598, -0.026973694562911987, 0.022083230316638947, 0.0026736785657703876, -0.004336266778409481, 0.07032790035009384, 0.03286255523562431, -0.02404618449509144, 0.001997855491936207, 0.0004193487111479044, 0.014476784504950047, -0.008482160978019238, -0.028293611481785774, -0.11459589004516602, 0.026482954621315002, -0.0033717118203639984, -0.056519534438848495, 0.008494852110743523, -0.012666129507124424, 0.015483644790947437, 0.010280124843120575, -0.033031776547431946, -0.019544929265975952, -0.014569856226444244, -0.04321882873773575, 0.04321882873773575, 0.017108159139752388, 0.041966598480939865, 0.01984952576458454, -0.02754904143512249, -0.038108378648757935, -0.02646603249013424, -0.004480103962123394, 0.006557281129062176, -0.06775575131177902, -0.031593404710292816, -0.012310766614973545, 0.02837822027504444, -0.0064642103388905525, 0.04694167152047157, 0.01742967590689659, -0.005673105828464031, -0.04717858135700226, -0.00822409987449646, -0.0003048607031814754, -0.004310883581638336, -0.005939627531915903, -0.01290303748100996, -0.0347578227519989, 0.008211408741772175, -0.024655377492308617, 0.03499472886323929, 0.010144748724997044, 0.008499082177877426, -0.028868960216641426, 0.003314599860459566, 0.032659489661455154, -0.013740677386522293, -0.004044361878186464, -0.015610559843480587, 0.03193184360861778, -0.04386186599731445, -0.03807453811168671, -0.005651953164488077, -0.04369264468550682, 0.03851450979709625, 0.039191387593746185, 0.018698828294873238, -0.0032511423341929913, 0.028209000825881958, -0.01667664758861065, -0.03272717818617821, -0.010728558525443077, -0.025010740384459496, -0.042440418154001236, 0.02010335586965084, -0.033691734075546265, 0.021761713549494743, -0.01582208462059498, 0.023775432258844376, -0.051984433084726334, -0.021423272788524628, 0.016058992594480515, 0.042745012789964676, 0.017700428143143654, -0.02323392778635025, 0.03936060890555382, 0.03912370279431343, -0.029122790321707726, -0.037803784012794495, 0.02539994567632675, -0.01703200861811638, -0.01737891137599945, 0.003923792392015457, -0.03088267892599106, 0.03942829743027687, -0.018072713166475296, -0.023927731439471245, -0.022032465785741806, 0.004463181830942631, 0.06843263655900955, -0.0013378969160839915, 0.04436952620744705, 0.03392864391207695, -0.02462153322994709, -0.051882900297641754, 0.014299103990197182, 0.0125392135232687, 0.010669331066310406, 0.01962953805923462, 0.08244406431913376, 0.0789242833852768, 0.005905783735215664, 0.00981476902961731, 0.02739674411714077, 0.017268916592001915, -0.031576480716466904, -0.03232105076313019, 0.04416646063327789, 0.01662588119506836, 0.01881728135049343, -0.020847924053668976, -0.05567343160510063, 0.05509808287024498, 0.03614542633295059, -0.006933796219527721, 0.09340953081846237, 0.01839423179626465, -0.01829269900918007, -0.006379600148648024, 0.02631373517215252, 0.08812986314296722, 0.0005890976754017174, -0.12136469781398773, -0.02235398255288601, -0.004877771250903606, -0.013453003019094467, -0.0028577055782079697, 0.027362899854779243, -0.02462153322994709, 0.0427788570523262, -0.04744933173060417, -0.04095127806067467, 0.02683831751346588, 0.13016414642333984, 0.000304596294881776, 0.003942829556763172, -0.05310128629207611, 0.014197571203112602, 0.10227666795253754, -0.029427386820316315, -0.009586322121322155, -0.054353516548871994, 0.015348268672823906, -0.01644819974899292, 0.012640746310353279, -0.01246306486427784, 0.021423272788524628, 0.020746391266584396, -0.00626960676163435, -0.0125392135232687, 0.017548130825161934, 0.0010607988806441426, -0.021575570106506348, -0.043760333210229874, -0.00253195664845407, -0.020086433738470078, 0.02929200977087021, 0.018749594688415527, -0.00744145642966032, -0.008164872415363789, 0.01730276085436344, 0.056519534438848495, 0.0588209293782711, -0.011803106404840946, 0.014527550898492336, -0.024807674810290337, 0.05438736081123352, -0.05905783548951149, -0.02585684135556221, -0.01672741211950779, 0.0017070083413273096, 0.00023452856112271547, -0.014375252649188042, -0.01518750935792923, -0.03668693080544472, 0.06494669616222382, -0.03162724897265434, 0.02971506118774414, 0.04240657389163971, 0.0018466149922460318, 0.006392291747033596, 0.00657843379303813, 0.02714291401207447, -0.009163271635770798, -0.00462394068017602, 0.034927040338516235, 0.05618109181523323, 0.0007916330941952765, 0.08664072304964066, -0.003126342548057437, 0.040985122323036194, -0.08948361873626709, 0.02754904143512249, 0.0006520264432765543, -0.00943402387201786, 0.04179738089442253, 0.02210015244781971, 0.02719368040561676, 0.02472306601703167, -0.028716661036014557, 0.016735874116420746, -0.005613878834992647, 0.01773427240550518, 0.0800749808549881, -0.0261614378541708, 0.004877771250903606, -0.017209690064191818, -0.04694167152047157, 0.0226585790514946, -0.008630228228867054, 0.039089858531951904, 0.027565963566303253, 0.060682348906993866, 0.010339352302253246, -0.046230949461460114, -0.010669331066310406, -0.04416646063327789, -0.04257579147815704, -0.009696315042674541, -0.0142906429246068, -0.04934459924697876, 0.027667496353387833, 0.011794645339250565, -0.04460643604397774, 0.03516395017504692, -0.017717350274324417, 0.04653554409742355, 0.008977129124104977, 0.026669098064303398, 0.012420759536325932, -0.013529151678085327, -0.03834528848528862, 0.018834203481674194, -0.03413170576095581, -0.005131601355969906, 0.06075003743171692, -0.009501712396740913, -0.03001965582370758, 0.007691056467592716, -0.01763274148106575, -0.0068872603587806225, 0.018157323822379112, 0.00123319192789495, 0.0024600380565971136, -0.03529932722449303, 0.026821395382285118, -0.03247334808111191, -0.060986947268247604, -0.019900290295481682, -0.04487718641757965, 0.01672741211950779, 0.05279669165611267, -0.0608515702188015, -0.05618109181523323, 0.010533954948186874, 0.09503404051065445, 0.0004349486844148487, -0.03607773780822754, -0.09801232069730759, -0.02056024968624115, -0.01856345124542713, -0.04924306645989418, 0.04900616034865379, -0.030814992263913155, 0.05804251506924629, -0.03695768490433693, 0.005787329748272896, -0.022320140153169632, 0.019409552216529846, -0.006455749273300171, 0.02230321802198887, 0.02991812489926815, 0.011659269221127033, -0.0555042140185833, -0.024300014600157738, -0.00571964168921113, -0.02343699149787426, 0.01285227108746767, -0.012657668441534042, 0.03516395017504692, -0.01708277501165867, 0.010990849696099758, -0.02935969829559326, -0.06362678110599518, -0.06386368721723557, -0.04298192262649536, 0.07675826549530029, 0.07682595402002335, -0.01841115392744541, 0.0015716322232037783, 0.013512229546904564, 0.001838154043070972, -0.029105868190526962, -0.008672533556818962, 0.0021406349260360003, -0.0379391610622406, -0.01379990391433239, -0.012446142733097076, 0.0693802684545517, -0.024959973990917206, 0.01685432717204094, -0.03237181529402733, 0.02663525380194187, -0.030510395765304565, -0.01912187784910202, -0.03499472886323929, -0.03709305822849274, -0.018174245953559875, 0.018986502662301064, -0.0800749808549881, -0.04447105899453163, -0.03320099413394928, 0.0036572706885635853, 0.010161670856177807, -0.02621220238506794, -0.061291541904211044, -0.024300014600157738, -0.035806987434625626, 0.009882457554340363, -0.004645093344151974, -0.02941046468913555, 0.008452546782791615, 0.02235398255288601, 0.0528305359184742, -0.04267732426524162, 0.04981841519474983, -0.026973694562911987, 0.016786640509963036, 0.013292243704199791, -0.02580607496201992, 0.0001870676060207188, 0.025095349177718163, 0.09368028491735458, 0.023673901334404945, 0.023555446416139603, -0.025332259014248848, -0.039800580590963364, -0.014265259727835655, -0.051273707300424576, 0.006227301899343729, -0.050562985241413116, -0.021660180762410164, 0.013393775559961796, -0.0593285895884037, -0.029021257534623146, -0.0011020463425666094, 0.023504680022597313, -0.0034161319490522146, -0.022235529497265816, -0.01624513603746891, -0.0059311664663255215, -0.024130795150995255, -0.01576285809278488, 0.04108665511012077, 0.04359111189842224, -0.036416180431842804, 0.008156411349773407, -0.04606172814965248, 0.0003104132192675024, -0.029224321246147156, 0.028648972511291504, 0.05479348823428154, -0.02333546057343483, -0.029901202768087387, -0.019054189324378967, -0.02318316139280796, -0.033793266862630844, 0.0035557385999709368, 0.09848613291978836, 0.0049750725738704205, -0.008406011387705803, -0.024536922574043274, -0.022387826815247536, 0.010830090381205082, -0.0029613529331982136, 0.0027032920625060797, 0.02159249223768711, 0.023250849917531013, -0.007547219283878803, -0.007170704193413258, 0.024232327938079834, -0.054150450974702835, 0.018309621140360832, -0.00462394068017602, -0.0067053488455712795, -0.02343699149787426, -0.02678755111992359, 0.01978183723986149, -0.029731981456279755, 0.04555406793951988, 0.02678755111992359, -0.033082541078329086, 0.03753303363919258, 0.00879098754376173, -0.016025150194764137, -0.053168974816799164, 0.018631139770150185, -0.010686253197491169, -0.01594053953886032, -0.005969241261482239, -0.055741120129823685, 0.02106790989637375, 0.02040795236825943, -0.020137200132012367, -0.019054189324378967, 0.029072023928165436, -0.02035718597471714, -0.04362495616078377, -0.01536519080400467, -0.004543561488389969, -0.01748044230043888, 0.02631373517215252, 0.09923069924116135, 0.011143147945404053, 0.033285606652498245, 0.012268461287021637, 0.012835348956286907, 0.01993413455784321, 0.023047786206007004, 0.021406350657343864, -0.028513597324490547, -0.03783762827515602, -0.011583119630813599, -0.014959062449634075, 0.017649663612246513, 0.05848248675465584, 0.005563112907111645, -0.03756687417626381, -0.009637088514864445, -0.0802103579044342, -0.016634341329336166, 0.00033658946631476283, 0.08461008220911026, 0.040274400264024734, 0.06051313132047653, 0.035231638699769974 ]
22,899
anytree.node.nodemixin
_pre_attach_children
Method call before attaching `children`.
def _pre_attach_children(self, children): """Method call before attaching `children`."""
(self, children)
[ -0.02726595848798752, 0.019130701199173927, -0.0026075642090290785, 0.028618980199098587, -0.049599383026361465, 0.051620353013277054, 0.04661930724978447, 0.0635748952627182, 0.04730438441038132, -0.0036844154819846153, 0.044940877705812454, 0.006221331190317869, 0.06032079458236694, -0.006598122417926788, -0.03928901255130768, -0.05634736269712448, -0.00004375377102405764, 0.06265004724264145, -0.0048469011671841145, -0.03555535897612572, -0.03832991048693657, 0.02603282406926155, 0.00870472565293312, -0.02365219220519066, -0.05299049988389015, 0.03634319454431534, -0.05946445092558861, 0.026632264256477356, 0.039049237966537476, 0.04257737100124359, -0.0130763566121459, -0.00040381919825449586, -0.015576877631247044, -0.06299258768558502, -0.002149420790374279, 0.04778393357992172, -0.02562178112566471, 0.05621035024523735, -0.011466431431472301, 0.02164834924042225, 0.0659041479229927, -0.004500082228332758, -0.014283799566328526, -0.038398414850234985, 0.039220504462718964, 0.024645550176501274, 0.04727013036608696, 0.05891639366745949, 0.020466595888137817, -0.01882241666316986, 0.0421663261950016, 0.020261073485016823, 0.08666190505027771, 0.019678760319948196, -0.042269088327884674, 0.0601152740418911, 0.016844265162944794, -0.006632375996559858, 0.05819706618785858, -0.00818235706537962, 0.07193280756473541, 0.03043442778289318, 0.005386396776884794, -0.01028467807918787, -0.00901729054749012, -0.035726625472307205, -0.0006588488467969, -0.04703035205602646, -0.029715100303292274, 0.015628257766366005, -0.06367766112089157, -0.04552318900823593, -0.017101168632507324, 0.047989457845687866, 0.01528572104871273, 0.0076257335022091866, 0.014694844372570515, 0.0019342645537108183, -0.004266728647053242, 0.025210736319422722, 0.0026610856875777245, -0.012365591712296009, -0.020603610202670097, 0.025159355252981186, 0.008837458677589893, -0.01962737925350666, -0.0030806937720626593, -0.0009082587203010917, 0.0370967760682106, 0.01868540234863758, -0.04891430586576462, 0.011757588014006615, 0.024731183424592018, 0.039186250418424606, 0.011706207878887653, 0.04716736823320389, 0.017477959394454956, -0.0185483880341053, -0.00450864527374506, 0.013427456840872765, 0.006610967218875885, 0.011534939520061016, 0.049496620893478394, -0.019045066088438034, 0.022384803742170334, -0.060971617698669434, -0.001935334992595017, -0.051483336836099625, 0.020329581573605537, 0.0026546630542725325, -0.02762562222778797, -0.10310368984937668, -0.00617851410061121, 0.033722784370183945, 0.008914530277252197, -0.06778810918331146, 0.0017983200959861279, -0.03695975989103317, 0.03990558162331581, -0.0291327852755785, 0.03334599360823631, 0.011038260534405708, -0.017512213438749313, -0.027317339554429054, -0.03391117975115776, 0.0009853296214714646, 0.034116700291633606, 0.058265570551157, 0.002729593077674508, -0.08309951424598694, 0.019661633297801018, -0.023566557094454765, -0.04435856267809868, -0.04141274467110634, 0.004384475760161877, -0.04343371465802193, 0.05744348466396332, -0.01569676585495472, 0.002402041805908084, -0.07994817197322845, -0.03355151414871216, -0.04278289154171944, 0.021528461948037148, 0.0261527132242918, -0.019678760319948196, 0.006247021723538637, -0.007124773226678371, 0.001914996886625886, -0.06549310684204102, -0.0021718996576964855, 0.006777954287827015, -0.028481965884566307, -0.01603073999285698, -0.006045781075954437, 0.013872755691409111, 0.019541746005415916, -0.05011318624019623, -0.04442707076668739, -0.004482955206185579, -0.017435142770409584, 0.011038260534405708, -0.021425699815154076, -0.000989076099358499, -0.0031235108617693186, -0.02685491368174553, 0.004928253591060638, -0.01897655986249447, -0.07011736184358597, -0.031188009306788445, 0.06384892761707306, 0.056039080023765564, 0.03416808322072029, 0.008863149210810661, 0.012082998640835285, 0.04202931001782417, 0.027745511382818222, 0.04244035482406616, -0.0020295327994972467, -0.05809430405497551, 0.047989457845687866, 0.006820771377533674, 0.01636471413075924, 0.07912608236074448, 0.004538617562502623, 0.06439698487520218, 0.0176235381513834, 0.024662675336003304, 0.019593125209212303, 0.040385130792856216, 0.01261393167078495, 0.035589613020420074, 0.032010097056627274, -0.008289399556815624, -0.0011913870694115758, -0.003393258899450302, 0.010884118266403675, -0.009702364914119244, -0.049222592264413834, -0.004024811554700136, 0.01308492012321949, -0.04511214420199394, -0.004936817102134228, 0.04250886291265488, -0.03295207396149635, 0.05754624307155609, 0.060937363654375076, -0.037850357592105865, -0.00013875431613996625, -0.061759453266859055, -0.018616894260048866, -0.008447823114693165, -0.028139429166913033, -0.0012738100485876203, -0.016518855467438698, -0.049736395478248596, -0.08392160385847092, -0.00935126468539238, -0.019301969558000565, 0.0003995375009253621, -0.0056304545141756535, -0.03355151414871216, 0.07871504127979279, -0.07576922327280045, -0.05394960567355156, -0.031667560338974, -0.01636471413075924, 0.03255815804004669, -0.03843266889452934, 0.028344951570034027, 0.0039648679085075855, -0.0009157517342828214, -0.0063711912371218204, -0.05943020060658455, -0.04473535344004631, 0.005390678532421589, 0.0027210295666009188, 0.005095240194350481, -0.023035624995827675, -0.02656375803053379, -0.02135719172656536, -0.010969752445816994, -0.00181116524618119, 0.026786407455801964, -0.0030207496602088213, -0.014249546453356743, -0.0056732720695436, -0.00597727345302701, -0.01650172844529152, -0.003645879914984107, 0.0366172231733799, -0.005073831882327795, -0.055216990411281586, -0.031581927090883255, -0.026375362649559975, -0.026940548792481422, -0.04148125275969505, 0.05703243985772133, 0.05052423104643822, -0.01674150489270687, 0.010438820347189903, 0.01496031042188406, -0.07919459044933319, 0.040522146970033646, 0.01567963883280754, -0.013016412034630775, 0.013333259150385857, 0.013016412034630775, 0.001677361666224897, -0.0926220491528511, -0.016672996804118156, 0.10570696741342545, -0.05316177010536194, 0.02348092384636402, -0.0003037341230083257, 0.007450183387845755, -0.024234505370259285, -0.0352470763027668, -0.0007016659947112203, -0.02084338665008545, 0.04127572849392891, 0.09645846486091614, -0.054566171020269394, -0.05004468187689781, 0.020654991269111633, -0.026084205135703087, -0.04795520380139351, -0.020894767716526985, 0.05782027542591095, -0.07309743016958237, -0.03281506150960922, 0.0033054836094379425, 0.03314046934247017, -0.004375912249088287, 0.006011527497321367, -0.015105889178812504, -0.07933160662651062, -0.05168885737657547, 0.01356447208672762, 0.004799801856279373, 0.03454487398266792, -0.005210846662521362, -0.015559750609099865, 0.012596804648637772, 0.006593840662389994, 0.026392489671707153, 0.012579677626490593, -0.02217928133904934, 0.03682274743914604, -0.0435364730656147, -0.021545587107539177, -0.04083042964339256, 0.041344236582517624, -0.027009055018424988, 0.010635779239237309, 0.0137014864012599, -0.03057144209742546, 0.050387218594551086, -0.02365219220519066, 0.01141505129635334, 0.014146785251796246, -0.06874720752239227, 0.012125816196203232, -0.09207399189472198, -0.00531360786408186, 0.011295163072645664, 0.018257230520248413, 0.09344413876533508, 0.011757588014006615, 0.019576000049710274, -0.01736663468182087, 0.002723170444369316, -0.004142558667808771, -0.012237139977514744, -0.03163330629467964, -0.07378250360488892, 0.002528352430090308, 0.00847779493778944, -0.049462366849184036, 0.013127736747264862, -0.02337816171348095, -0.007677114102989435, 0.013966953381896019, -0.022247789427638054, 0.02699192799627781, 0.02176823653280735, -0.011654826812446117, 0.08597683161497116, 0.03980281949043274, 0.012494043447077274, 0.02712894417345524, -0.007385957520455122, -0.05833407863974571, -0.03240401670336723, -0.008563429117202759, 0.023189766332507133, -0.06453400105237961, -0.031564801931381226, -0.009659548290073872, 0.0018871657084673643, -0.000059843652707058936, 0.09926727414131165, 0.008905966766178608, 0.004654223565012217, -0.006067189387977123, 0.027471480891108513, -0.04045363888144493, -0.020380960777401924, 0.010173354297876358, 0.015182959847152233, -0.05439490079879761, 0.02056935615837574, 0.024525661021471024, 0.012237139977514744, 0.018103089183568954, -0.0028430584352463484, -0.007642860524356365, -0.0012352747144177556, 0.07535817474126816, -0.014729098416864872, 0.05631311237812042, -0.03495591878890991, -0.02241905778646469, -0.011637700721621513, -0.03248964995145798, -0.027539988979697227, -0.05196288973093033, 0.08159235119819641, -0.00784838292747736, 0.04805796593427658, -0.004765548277646303, 0.026940548792481422, 0.009334137663245201, -0.05192863568663597, -0.01174046192318201, -0.054292142391204834, -0.013984079472720623, 0.05165460333228111, -0.03473326936364174, 0.008494921959936619, 0.005386396776884794, 0.033037710934877396, -0.030776964500546455, -0.019695887342095375, 0.008375033736228943, 0.033842671662569046, 0.02322402037680149, -0.017221055924892426, 0.02831069752573967, 0.031667560338974, 0.028225062415003777, -0.032900694757699966, -0.016535982489585876, -0.009573914110660553, -0.012631057761609554, 0.0277626384049654, -0.05675840750336647, 0.07241235673427582, 0.01704978756606579, -0.01448075845837593, -0.025964317843317986, 0.009616730734705925, 0.0332774855196476, -0.015525497496128082, 0.06415721029043198, 0.05292199179530144, -0.024268757551908493, -0.04083042964339256, 0.000657243188470602, -0.01047307439148426, -0.019130701199173927, 0.002464126795530319, 0.07330295443534851, -0.010096282698214054, 0.01174046192318201, 0.03589789569377899, 0.02992062084376812, 0.018753910437226295, -0.01844562590122223, -0.04929110035300255, 0.04422155022621155, -0.002641818020492792, 0.04165251925587654, 0.0048683094792068005, -0.09638995677232742, 0.05223691835999489, 0.0299377478659153, 0.02068924531340599, 0.07076817750930786, 0.03247252479195595, -0.021528461948037148, -0.0038514023181051016, 0.029458196833729744, 0.05449766293168068, 0.010164790786802769, -0.09330712258815765, -0.048674531280994415, 0.03754207491874695, -0.0006395811215043068, 0.0009489349904470146, 0.04415304213762283, 0.0003572555724531412, 0.03228412941098213, -0.035178568214178085, -0.011603446677327156, 0.031307898461818695, 0.059087660163640976, 0.0005887357401661575, 0.017118295654654503, -0.029167039319872856, -0.0038257120177149773, 0.12687577307224274, -0.03689125180244446, 0.042919907718896866, -0.056963931769132614, 0.03473326936364174, -0.043193936347961426, -0.008542020805180073, -0.05100378394126892, -0.007026293780654669, 0.024474279955029488, 0.024234505370259285, -0.013367513194680214, 0.059772737324237823, -0.025844428688287735, -0.02765987627208233, -0.06943228095769882, -0.001034569344483316, -0.006786517798900604, 0.017794806510210037, -0.002284294692799449, 0.004658505320549011, -0.024131743237376213, 0.029715100303292274, 0.03689125180244446, 0.05809430405497551, 0.005031014792621136, -0.005142339039593935, -0.02231629565358162, 0.03606916218996048, -0.05412087216973305, -0.0483662486076355, -0.028550472110509872, 0.04805796593427658, -0.00358807691372931, -0.050010427832603455, 0.015722455456852913, -0.0010238649556413293, 0.043879009783267975, -0.036000657826662064, 0.022504692897200584, 0.04864027723670006, -0.03534983471035957, -0.024508533999323845, -0.013042102567851543, 0.025553273037075996, 0.03151341900229454, -0.01362441573292017, 0.06247878074645996, 0.0568954236805439, -0.002183674369007349, 0.030776964500546455, -0.00511236721649766, 0.030537188053131104, -0.0796741470694542, 0.026221219450235367, -0.018616894260048866, 0.0018743205582723022, 0.018771037459373474, 0.04648229479789734, 0.004262446891516447, 0.01801745593547821, -0.04350221902132034, 0.028550472110509872, -0.01791469380259514, -0.005758906248956919, 0.030006255954504013, 0.007621452212333679, -0.012408409267663956, -0.01921633444726467, 0.007317450363188982, 0.036548715084791183, 0.004624251741915941, 0.00783981941640377, -0.01528572104871273, -0.010378875769674778, 0.0033590050879865885, -0.00105972436722368, 0.010130536742508411, -0.003221990307793021, -0.02925267443060875, -0.008687598630785942, -0.011637700721621513, -0.0704941526055336, 0.007086237892508507, 0.022145027294754982, -0.04658505320549011, 0.013658669777214527, -0.023035624995827675, 0.02296711690723896, 0.029715100303292274, 0.03915200009942055, 0.03111950121819973, -0.009154305793344975, -0.0548059456050396, 0.012494043447077274, -0.03207860514521599, -0.025330623611807823, 0.07011736184358597, -0.0027039027772843838, -0.00023281823087017983, 0.027214577421545982, 0.00327337090857327, -0.026786407455801964, 0.006542460061609745, -0.013324695639312267, -0.01815447025001049, -0.038398414850234985, 0.033294614404439926, -0.04727013036608696, -0.0387067012488842, -0.022247789427638054, -0.023583684116601944, -0.01722962036728859, 0.03528132662177086, 0.022093648090958595, -0.0047141676768660545, 0.018993686884641647, 0.09296458959579468, 0.008327934890985489, -0.04511214420199394, -0.10570696741342545, -0.015037382021546364, -0.0029393970035016537, -0.05302475392818451, 0.038775209337472916, -0.029543830081820488, 0.0037443593610078096, -0.02697480283677578, -0.031170882284641266, -0.02526211552321911, 0.02082625962793827, 0.02336103469133377, 0.014840423129498959, 0.031170882284641266, 0.012648184783756733, -0.0518258735537529, -0.003296920331194997, -0.03630894050002098, -0.022521818056702614, 0.04220058023929596, -0.0017597847618162632, 0.050935275852680206, 0.060423556715250015, 0.008345061913132668, -0.04528341442346573, -0.06114288419485092, -0.0435364730656147, -0.04795520380139351, 0.05867661535739899, 0.03245539590716362, -0.033722784370183945, 0.004423011094331741, -0.01482329610735178, 0.0020380960777401924, -0.03682274743914604, -0.03487028554081917, 0.00880320556461811, -0.0783040001988411, -0.018222976475954056, 0.00968523882329464, 0.062307510524988174, -0.026015697047114372, 0.011295163072645664, -0.04942811280488968, -0.01923346146941185, -0.029406815767288208, -0.008923092857003212, -0.0421663261950016, -0.013042102567851543, -0.03433934971690178, -0.007608606945723295, -0.06210198998451233, -0.06114288419485092, -0.056963931769132614, 0.002012405777350068, -0.013042102567851543, -0.03324323147535324, -0.06398594379425049, -0.02485107071697712, -0.03695975989103317, 0.019798647612333298, -0.013744303956627846, -0.03942602872848511, 0.04757841303944588, 0.014789042063057423, 0.06641795486211777, -0.04110446199774742, 0.031325023621320724, -0.007522972766309977, -0.0011635558912530541, 0.03805587813258171, -0.07398802787065506, 0.017674917355179787, 0.020723499357700348, 0.09611593186855316, 0.0011196683626621962, -0.005364988464862108, -0.018599769100546837, -0.02125443145632744, -0.015576877631247044, -0.05127781257033348, -0.006092879921197891, -0.013264751993119717, -0.02457704208791256, 0.00783981941640377, -0.04655080288648605, -0.05196288973093033, 0.02550189197063446, 0.03002338297665119, 0.041344236582517624, -0.030622823163866997, 0.010318932123482227, -0.026495249941945076, 0.014052587561309338, -0.027454353868961334, 0.02377207949757576, 0.016022175550460815, 0.0031170882284641266, 0.02683778665959835, -0.026255473494529724, 0.029989128932356834, 0.0018325739074498415, 0.05168885737657547, 0.07994817197322845, -0.02068924531340599, 0.040248118340969086, -0.025399131700396538, -0.02283010259270668, 0.01222001388669014, 0.01624482497572899, 0.10714562982320786, 0.009496843442320824, -0.031462039798498154, -0.011671953834593296, -0.008238018490374088, -0.03137640282511711, -0.015063071623444557, 0.034510619938373566, 0.04069341719150543, 0.032112859189510345, -0.033174723386764526, 0.03283218666911125, 0.02204226702451706, -0.05192863568663597, -0.045865725725889206, -0.045591697096824646, 0.07604324817657471, -0.03644595295190811, -0.014292363077402115, 0.022487565875053406, -0.00935126468539238, 0.02029532752931118, 0.05384684354066849, -0.009488279931247234, -0.005193719640374184, 0.02204226702451706, 0.03475039452314377, -0.06847318261861801, 0.06032079458236694, -0.036000657826662064, 0.014515012502670288, 0.008516330271959305, -0.015585441142320633, 0.01925058849155903, -0.0005689328536391258, -0.04326244443655014, -0.016647307202219963, 0.033585768193006516, -0.06032079458236694, -0.031170882284641266, 0.03538408875465393, -0.03221562132239342, 0.013966953381896019, 0.011372233740985394, 0.07898907363414764, -0.022658834233880043, 0.03219849243760109, 0.060560572892427444, 0.03228412941098213, 0.025073720142245293, -0.004110446199774742, 0.061622437089681625, 0.0029822143260389566, 0.013675796799361706, 0.001157133374363184, 0.028636107221245766, 0.02616984024643898, 0.011517812497913837, -0.01322193443775177, -0.06730855256319046, -0.014694844372570515, -0.029578084126114845, -0.02296711690723896, 0.0010474143782630563, 0.09481428563594818, 0.038809459656476974, 0.04822923243045807, 0.04315968230366707 ]
22,900
anytree.node.nodemixin
_pre_detach
Method call before detaching from `parent`.
def _pre_detach(self, parent): """Method call before detaching from `parent`."""
(self, parent)
[ 0.026312336325645447, 0.04050363600254059, -0.035695288330316544, 0.03689737617969513, -0.04137180745601654, -0.013356516137719154, 0.03936833143234253, 0.08888761699199677, 0.05860171467065811, -0.00203269487246871, -0.01653703674674034, -0.06320971250534058, 0.008264344185590744, -0.012530081905424595, -0.050921715795993805, -0.01930016465485096, -0.014617037028074265, 0.012379820458590984, 0.00509634567424655, -0.08200901001691818, -0.025293901562690735, -0.01101077813655138, 0.014425037428736687, -0.02345738187432289, -0.04270745813846588, 0.044644154608249664, -0.07459614425897598, -0.016937732696533203, 0.019901208579540253, 0.06481249630451202, -0.012446603737771511, -0.0258281622081995, 0.0062984321266412735, 0.01690434105694294, 0.040370069444179535, 0.08287718147039413, -0.03813285380601883, 0.05365980416536331, -0.07219196856021881, 0.032907117158174515, 0.010743647813796997, -0.03890085220336914, 0.03519441932439804, 0.009474778547883034, 0.06464553624391556, 0.0328737236559391, 0.03250642120838165, -0.014191297814249992, 0.009474778547883034, -0.001403477624990046, 0.044978067278862, -0.005388519261032343, 0.06381075829267502, 0.04517841339111328, -0.10070812702178955, 0.05516241118311882, 0.03839998319745064, 0.03250642120838165, -0.013164515607059002, 0.019083121791481972, 0.05399371683597565, 0.017146427184343338, 0.010610082186758518, -0.039301548153162, -0.009524865075945854, -0.038466766476631165, 0.01329808123409748, -0.012329733930528164, -0.013631993904709816, 0.013131124898791313, -0.09075752645730972, -0.03556172549724579, -0.004557910840958357, 0.06654883921146393, 0.061874061822891235, -0.02691338025033474, 0.010017386637628078, -0.012254603207111359, 0.016737384721636772, -0.03227268159389496, 0.04183928668498993, -0.025561032816767693, -0.013381559401750565, 0.0417725034058094, 0.05088832601904869, -0.009508170187473297, 0.06381075829267502, 0.0028090423438698053, 0.022155120968818665, 0.02985181286931038, -0.010501560755074024, 0.012964168563485146, -0.012446603737771511, 0.05005354434251785, 0.045211806893348694, 0.03809946030378342, 0.011795473285019398, 0.006782605778425932, -0.019984686747193336, -0.0454789362847805, 0.03996937349438667, 0.04577945917844772, 0.013823994435369968, -0.03986920043826103, 0.016595471650362015, -0.017997905611991882, -0.012354777194559574, -0.0345933772623539, -0.007325214333832264, 0.0007873040158301592, -0.025193728506565094, -0.06307614594697952, -0.04234015569090843, 0.039301548153162, 0.05686536803841591, -0.09583300352096558, -0.022138426080346107, -0.006778432056307793, 0.04193945974111557, -0.02350746840238571, -0.015835819765925407, 0.02531059831380844, -0.09696830809116364, -0.0687192752957344, -0.024726249277591705, 0.0019951295107603073, 0.023173555731773376, 0.05352623760700226, 0.022572511807084084, -0.027898423373699188, -0.010543299838900566, -0.03010224737226963, -0.05502884462475777, -0.030386073514819145, 0.017613904550671577, -0.032706767320632935, 0.07379475235939026, 0.024058423936367035, 0.0021537381689995527, -0.02078607864677906, -0.047983285039663315, -0.009074082598090172, 0.03823302686214447, 0.050454240292310715, 0.00559721514582634, 0.02763129211962223, -0.02155407704412937, -0.009516517631709576, -0.0375652015209198, 0.015752341598272324, 0.008201736025512218, -0.01596938446164131, 0.0024918250273913145, -0.022004859521985054, 0.04995337128639221, 0.009591648355126381, -0.10705247521400452, -0.025510946288704872, 0.004954432602971792, -0.02552764117717743, 0.003019824856892228, -0.008510605432093143, -0.021136686205863953, -0.017780862748622894, 0.0024834771174937487, -0.03092033416032791, 0.02063581719994545, -0.022973207756876945, -0.0286664217710495, 0.032606594264507294, -0.006227475591003895, 0.029033726081252098, 0.0006808692705817521, 0.016370080411434174, 0.001382608083076775, 0.0499199777841568, 0.04070398211479187, 0.0071833012625575066, -0.059202756732702255, 0.029100509360432625, 0.020101556554436684, 0.00512138893827796, 0.05876867100596428, 0.012955820187926292, 0.04658085107803345, 0.008326953276991844, 0.027865031734108925, 0.010509908199310303, 0.05649806186556816, 0.005046258680522442, -0.015618775971233845, 0.008218430913984776, -0.011545038782060146, 0.006139823235571384, 0.0336083322763443, 0.031521376222372055, -0.013598603196442127, -0.027130423113703728, -0.03025250881910324, 0.012755473144352436, 0.008368692360818386, -0.001386782038025558, 0.021487295627593994, -0.04928554221987724, 0.00706225773319602, 0.037431634962558746, -0.00790956150740385, 0.013147820718586445, -0.010309561155736446, -0.013982602395117283, 0.006415301468223333, -0.004745737183839083, 0.03046955168247223, 0.001982607878744602, 0.021470598876476288, -0.11399786174297333, -0.03051963821053505, 0.018181556835770607, 0.012162777595221996, 0.03853354975581169, -0.0074796490371227264, 0.02886676974594593, -0.0578337125480175, 0.004251128528267145, -0.08447996526956558, -0.011745385825634003, -0.01304764673113823, -0.01556868851184845, 0.04013632982969284, -0.02155407704412937, 0.0035916506312787533, 0.011912343092262745, -0.06334327906370163, -0.04183928668498993, 0.03796589747071266, 0.029250770807266235, -0.0761321410536766, -0.006578084081411362, -0.05232414975762367, -0.026362422853708267, -0.0003853041853290051, 0.009424692019820213, 0.03893424570560455, 0.02295651100575924, 0.05459475889801979, -0.029100509360432625, 0.026429206132888794, -0.01039303932338953, -0.02222190424799919, 0.013323124498128891, 0.004370084963738918, -0.08434639871120453, -0.0233572069555521, 0.042173199355602264, 0.002096346812322736, -0.02419198863208294, 0.00414678081870079, 0.0016852166736498475, 0.0013106081169098616, 0.02846607379615307, -0.018899470567703247, -0.06421145051717758, 0.004096693824976683, 0.040937721729278564, 0.049118585884571075, -0.01121947355568409, 0.03359163925051689, -0.012697038240730762, -0.05145597830414772, -0.008673387579619884, 0.06714988499879837, -0.07452935725450516, 0.019016340374946594, -0.019316861405968666, -0.025844858959317207, -0.045044850558042526, -0.07506361603736877, 0.005684867035597563, -0.02253912016749382, 0.0212535560131073, 0.09623369574546814, -0.008873735554516315, -0.035728681832551956, 0.0034998245537281036, -0.04240693897008896, -0.0437425896525383, -0.01665390655398369, 0.006106432061642408, -0.02536068484187126, 0.009140865877270699, 0.01291408110409975, 0.025510946288704872, 0.0161864273250103, 0.04143859073519707, -0.026162074878811836, -0.028065379709005356, -0.03324102982878685, 0.0541272796690464, 0.014491819776594639, 0.03217250853776932, 0.05623093247413635, -0.027314074337482452, -0.023440685123205185, 0.06290919333696365, -0.005764171481132507, 0.03519441932439804, 0.00035399984335526824, 0.05355962738394737, -0.022756164893507957, -0.05382676050066948, -0.009508170187473297, 0.01433321088552475, -0.06654883921146393, 0.06568066775798798, 0.03499407321214676, -0.013648689724504948, 0.021954772993922234, -0.03803268074989319, 0.02192138135433197, 0.06461214274168015, -0.04163893684744835, 0.047415632754564285, -0.014850775711238384, 0.0761321410536766, -0.02227199077606201, -0.01960068754851818, 0.0425071120262146, 0.06681597232818604, -0.001047129975631833, 0.03297390043735504, -0.021587468683719635, 0.009758604690432549, 0.025460857897996902, -0.0311373770236969, -0.08568204939365387, -0.00042234762804582715, 0.0027401726692914963, -0.039902590215206146, 0.042173199355602264, -0.012755473144352436, 0.0420062430202961, 0.008623301051557064, -0.01646190509200096, -0.017313383519649506, -0.013748863711953163, -0.010134256444871426, 0.05265806242823601, 0.01490086317062378, 0.07406187802553177, 0.0216208603233099, -0.01883268728852272, 0.0203853826969862, -0.04223998263478279, 0.02290642447769642, -0.012930776923894882, -0.09783647954463959, -0.009307822212576866, 0.005355128087103367, 0.033324506133794785, -0.06140658259391785, 0.02572798915207386, 0.007391996681690216, -0.005355128087103367, -0.046079978346824646, 0.0037669548764824867, -0.0479498915374279, -0.026796510443091393, -0.038366593420505524, 0.002587825059890747, -0.0258281622081995, -0.018498774617910385, -0.008940517902374268, 0.0462135449051857, 0.035227809101343155, -0.0026107814628630877, -0.04384276270866394, -0.011945733800530434, 0.050454240292310715, 0.04304137080907822, 0.04173911362886429, -0.030502943322062492, 0.0041259112767875195, -0.022923121228814125, -0.031371116638183594, -0.010376343503594398, -0.016420166939496994, 0.004000694025307894, 0.04157215729355812, 0.03320763632655144, -0.005421910900622606, 0.04471093788743019, -0.0002594346588011831, -0.036363113671541214, 0.004315824247896671, -0.025243815034627914, 0.011027473025023937, 0.035227809101343155, -0.03813285380601883, 0.02439233660697937, -0.024893207475543022, 0.01566886343061924, -0.0015579123282805085, -0.04661424085497856, 0.03319094330072403, 0.039602071046829224, 0.010025735013186932, 0.0032118246890604496, 0.03686398267745972, 0.0400361567735672, -0.03749841824173927, -0.015760688111186028, -0.008648344315588474, 0.002481390256434679, -0.0023561730049550533, 0.03350815922021866, -0.037899114191532135, 0.017830949276685715, 0.009040691889822483, 0.028382595628499985, -0.010159299708902836, -0.02449251152575016, 0.061573538929224014, 0.002251825062558055, -0.024793032556772232, -0.020251818001270294, -0.01510121114552021, -0.07659962028265, 0.027698075398802757, -0.003996519837528467, 0.002523129340261221, 0.009892169386148453, 0.04577945917844772, 0.07519718259572983, -0.0009996517328545451, 0.01955060102045536, 0.056531455367803574, 0.024325555190443993, -0.011227820999920368, -0.00470817182213068, 0.06664901226758957, 0.010359647683799267, 0.04317493736743927, -0.004929389338940382, -0.07753457129001617, 0.04594641551375389, 0.04030328616499901, -0.011202777735888958, 0.078603096306324, 0.029734943062067032, -0.017947819083929062, 0.016870949417352676, 0.01576903648674488, 0.06651544570922852, -0.014324863441288471, -0.12869003415107727, -0.0523909330368042, -0.017279991880059242, 0.02856624871492386, -0.001983651425689459, 0.029050422832369804, -0.04264067858457565, 0.04871789366006851, -0.0753975361585617, -0.05516241118311882, 0.037798941135406494, 0.10872203856706619, 0.012054255232214928, -0.023390598595142365, -0.05552971363067627, 0.018799295648932457, 0.0691867545247078, -0.049018412828445435, 0.0001234564697369933, -0.0405370257794857, -0.03843337297439575, -0.006482084281742573, 0.024559292942285538, -0.013064342550933361, 0.026529379189014435, 0.007400344591587782, 0.003163824789226055, -0.0590691901743412, -0.012020864523947239, 0.006361040752381086, -0.030603116378188133, -0.04163893684744835, -0.01433321088552475, 0.011929037980735302, 0.020201729610562325, -0.006448692642152309, -0.04394293576478958, -0.04704832658171654, 0.011828863993287086, 0.005434432532638311, 0.09049039334058762, -0.03516102954745293, -0.023390598595142365, -0.0370643325150013, 0.062241364270448685, -0.09129178524017334, -0.0038504330441355705, 0.0023937381338328123, 0.028232336044311523, -0.03197215870022774, -0.0237245112657547, -0.0171798188239336, 0.01660381816327572, 0.07419544458389282, -0.03983580693602562, 0.0212535560131073, 0.03612937405705452, 0.0005214780103415251, 0.03051963821053505, 0.013823994435369968, 0.006423649378120899, 0.0014806949766352773, -0.03010224737226963, 0.02753111906349659, 0.0709230974316597, 0.0003779998223762959, 0.08120761811733246, 0.03046955168247223, 0.02691338025033474, -0.06584762036800385, 0.028232336044311523, -0.008723474107682705, -0.04915197938680649, 0.052925195544958115, 0.037131115794181824, 0.015193036757409573, 0.02377459779381752, -0.02536068484187126, 0.034192681312561035, -0.011962429620325565, 0.039802417159080505, 0.03726467862725258, -0.05172310769557953, -0.028633030131459236, -0.06898640841245651, -0.036363113671541214, 0.02469285950064659, 0.006106432061642408, 0.04544554650783539, 0.04724867641925812, 0.025711292400956154, 0.017513731494545937, -0.018715817481279373, 0.020101556554436684, -0.024726249277591705, -0.00632764957845211, -0.035428158938884735, -0.007951300591230392, -0.02896694466471672, 0.004528693854808807, -0.027180509641766548, -0.007007997017353773, -0.001798955723643303, -0.02222190424799919, 0.07032205909490585, -0.00788451824337244, 0.003723128931596875, 0.03492728993296623, 0.02058573067188263, 0.0054260846227407455, 0.051656324416399, 0.01739686168730259, 0.016820862889289856, 0.02711372822523117, 0.02475964091718197, -0.029250770807266235, 0.00033808680018410087, -0.061306409537792206, 0.017163122072815895, 0.008543996140360832, 0.013364863581955433, 0.013131124898791313, -0.007709213998168707, 0.003090781159698963, -0.010760342702269554, -0.07693353295326233, -0.02145390398800373, -0.06160692870616913, 0.018482079729437828, 0.0328737236559391, -0.05613075941801071, -0.0249599888920784, 0.0158191230148077, 0.08027265965938568, 0.03956867754459381, -0.0350942462682724, -0.06998814642429352, -0.015017732977867126, 0.008059822954237461, -0.028799988329410553, 0.03549494221806526, -0.019951295107603073, 0.04431024193763733, 0.00594364944845438, -0.03247302770614624, -0.005893562454730272, 0.025761380791664124, -0.024843119084835052, 0.07152414321899414, 0.015727298334240913, -0.010543299838900566, -0.041238244622945786, -0.03506085276603699, -0.016637209802865982, -0.009399647824466228, 0.006711649242788553, -0.011378082446753979, 0.02021842636168003, -0.005805910564959049, 0.027514422312378883, 0.015852514654397964, -0.07312692701816559, -0.04384276270866394, -0.04594641551375389, 0.04404311254620552, 0.06688275188207626, -0.013932515867054462, 0.010259473696351051, 0.014266428537666798, -0.008548170328140259, -0.035428158938884735, 0.010409734211862087, -0.011277908459305763, -0.04097111150622368, -0.01904973015189171, -0.014057733118534088, 0.03392555192112923, -0.035528331995010376, 0.017413558438420296, 0.00564730167388916, 0.0034622594248503447, -0.05532936751842499, -0.004461911041289568, -0.05850154161453247, -0.04364241659641266, -0.02531059831380844, 0.03422607108950615, -0.07526396960020065, -0.024509206414222717, -0.028783291578292847, -0.051789890974760056, -0.02152068540453911, 0.011394777335226536, -0.04183928668498993, 0.010777038522064686, -0.0221217293292284, 0.008940517902374268, 0.008890431374311447, -0.014884167350828648, -0.02105320803821087, -0.006106432061642408, 0.042473722249269485, -0.005438606254756451, 0.024358946830034256, -0.020151643082499504, 0.02923407405614853, 0.018649036064743996, -0.03380868211388588, -0.03769876807928085, 0.033274419605731964, 0.08581561595201492, 0.01086051668971777, 0.017864340916275978, 0.017630601301789284, -0.04537876322865486, -0.031771812587976456, -0.03736485168337822, -0.015535297803580761, -0.07065597176551819, -0.04143859073519707, -0.023090077564120293, -0.08862048387527466, -0.011177734471857548, -0.015167993493378162, 0.011361386626958847, 0.014867471531033516, -0.0021088686771690845, 0.011728690937161446, 0.0014744341606274247, -0.019266774877905846, 0.0003466955095063895, 0.06688275188207626, 0.025961728766560555, -0.019283469766378403, 0.02552764117717743, -0.08875405043363571, 0.0014107819879427552, -0.01616138406097889, 0.042173199355602264, 0.02537737973034382, -0.029167290776968002, -0.050921715795993805, -0.0069161709398031235, -0.018548861145973206, -0.04163893684744835, 0.012513386085629463, 0.06654883921146393, -0.03153807297348976, -0.009341212920844555, -0.0068619102239608765, -0.015193036757409573, 0.040737371891736984, -0.014550254680216312, -0.0031993030570447445, 0.019617382436990738, 0.010551647283136845, 0.019851122051477432, -0.00724173616617918, 0.0417725034058094, -0.05893562734127045, 0.05212380364537239, 0.012788863852620125, -0.0511554554104805, -0.04147198051214218, -0.011386429890990257, 0.012730428948998451, -0.0208862517029047, 0.03809946030378342, 0.054628148674964905, -0.017997905611991882, 0.030269203707575798, -0.006778432056307793, -0.01528486330062151, -0.03809946030378342, 0.02985181286931038, 0.00936625711619854, -0.013331472873687744, -0.01769738271832466, -0.027364162728190422, 0.008948865346610546, 0.005759997293353081, -0.028699813410639763, 0.006294257938861847, 0.019233383238315582, -0.025227120146155357, -0.0030239985790103674, -0.03996937349438667, 0.011186081916093826, -0.015067819505929947, 0.051021892577409744, 0.0815415307879448, 0.01955060102045536, 0.026028510183095932, 0.020235121250152588, 0.013498429208993912, -0.035227809101343155, 0.046447284519672394, 0.028733205050230026, -0.04016972333192825, -0.02120346948504448, -0.003848346183076501, -0.025894945487380028, 0.03469355031847954, 0.030369378626346588, -0.026262249797582626, -0.06785110384225845, -0.009399647824466228, -0.04995337128639221, -0.03442642092704773, -0.015167993493378162, 0.028516162186861038, 0.02325703389942646, 0.05222397670149803, 0.021887989714741707 ]
22,901
anytree.node.nodemixin
_pre_detach_children
Method call before detaching `children`.
def _pre_detach_children(self, children): """Method call before detaching `children`."""
(self, children)
[ 0.00849875621497631, 0.044950686395168304, -0.030286164954304695, -0.008092832751572132, -0.07028031349182129, 0.036473292857408524, 0.03814826160669327, 0.07745874673128128, 0.0411221869289875, -0.007951827719807625, 0.01885194145143032, -0.007387807592749596, 0.03931048512458801, -0.008793585002422333, -0.03042289800941944, -0.03088436834514141, -0.006264040246605873, 0.049804676324129105, 0.015202903188765049, -0.046147093176841736, -0.04457467049360275, 0.0021428486797958612, -0.0017785858362913132, -0.0301494337618351, -0.06652017682790756, 0.0010041265049949288, -0.06816096603870392, 0.003963095135986805, 0.027654072269797325, 0.06737475097179413, -0.009537065401673317, 0.01596347615122795, -0.022834263741970062, -0.03903702273964882, -0.017997365444898605, 0.0700068473815918, -0.012194796465337276, 0.07185272872447968, -0.0031256109941750765, 0.038387544453144073, 0.056983113288879395, -0.017518803477287292, 0.0031063829082995653, -0.020304720848798752, 0.04795879125595093, 0.013254470191895962, 0.05240258574485779, 0.018305012956261635, 0.00326020666398108, 0.0010618104133754969, 0.04830062389373779, 0.008344932459294796, 0.07479247450828552, 0.04043852537870407, -0.036234013736248016, 0.05418010428547859, 0.021706225350499153, 0.010716380551457405, 0.05342807620763779, -0.01750171184539795, 0.0717843621969223, 0.02514161914587021, 0.004597617778927088, -0.008306476287543774, -0.008490210399031639, -0.04166911542415619, 0.021501125767827034, -0.03361901268362999, -0.045155782252550125, 0.005435101687908173, -0.0835433304309845, -0.03425139561295509, 0.0013427521334961057, 0.06453756242990494, 0.0334651879966259, -0.012724633328616619, 0.0293803159147501, 0.001873657340183854, -0.007892007008194923, 0.0051018171943724155, 0.025654364377260208, -0.014177411794662476, -0.019997073337435722, 0.037874799221754074, 0.017928998917341232, -0.027243874967098236, 0.051411278545856476, -0.003574263071641326, 0.03435394540429115, 0.013647574931383133, -0.03320881351828575, -0.0022218970116227865, -0.004153238143771887, 0.03315753862261772, 0.021569492295384407, 0.04765114560723305, 0.013844127766788006, 0.004063508007675409, -0.0372936874628067, -0.04501905292272568, 0.04348081350326538, 0.023278644308447838, 0.03443940356373787, -0.004134010523557663, 0.017236793413758278, -0.03630238026380539, -0.013707395642995834, -0.051001083105802536, 0.012955368496477604, -0.013715941458940506, -0.03975486382842064, -0.04843735322356224, -0.025449266657233238, 0.04389101266860962, 0.022218970581889153, -0.08285966515541077, -0.025791097432374954, -0.03866100683808327, 0.014348327182233334, -0.035857997834682465, 0.010494190268218517, 0.017997365444898605, -0.04683075100183487, -0.05537651106715202, -0.035652901977300644, 0.02039017714560032, 0.03510597348213196, 0.07028031349182129, 0.01516017410904169, -0.05267605185508728, -0.016536042094230652, -0.027021685615181923, -0.045771077275276184, -0.03661002591252327, 0.008152652531862259, -0.04901846498250961, 0.07602305710315704, -0.012451169081032276, 0.01760426163673401, -0.07773221284151077, -0.05124036222696304, -0.017980273813009262, 0.022577891126275063, 0.04594199359416962, -0.0006590915727429092, 0.005781204905360937, 0.0038883197121322155, -0.01159659307450056, -0.07349351793527603, 0.01415177434682846, -0.011340220458805561, -0.017270976677536964, -0.005426556337624788, -0.02773953042924404, 0.035037606954574585, 0.03380701690912247, -0.06501612812280655, -0.04074617102742195, -0.022424068301916122, -0.00502063287422061, 0.003268752247095108, 0.001690991804935038, -0.015031987801194191, -0.01806573197245598, -0.025073252618312836, -0.010673651471734047, 0.022338610142469406, -0.058589715510606766, -0.03589218109846115, 0.0669303759932518, 0.029209399595856667, 0.05482958257198334, 0.0011686324141919613, 0.015031987801194191, 0.015835288912057877, 0.03879773989319801, 0.050009775906801224, -0.0010393777629360557, -0.07137417048215866, 0.03047417290508747, 0.0017326524248346686, 0.003234569216147065, 0.07677508890628815, -0.004499341361224651, 0.06217893213033676, 0.024047762155532837, 0.009366150014102459, 0.02659439854323864, 0.041088003665208817, 0.0063409521244466305, 0.003958822228014469, 0.02291972190141678, -0.008503029122948647, 0.0027624161448329687, 0.012613538652658463, 0.016382217407226562, -0.02375720627605915, -0.039378851652145386, -0.0033990752417594194, -0.005537651013582945, -0.029311949387192726, 0.0016835142159834504, 0.05312043055891991, -0.06330697238445282, 0.03202949836850166, 0.054556116461753845, -0.03681512549519539, 0.0036704030353575945, -0.04833480715751648, -0.01011817716062069, -0.0035828088875859976, -0.002238988410681486, 0.017843542620539665, 0.0028521467465907335, -0.01813409850001335, -0.09284111112356186, -0.025910736992955208, -0.001844815444201231, 0.0026064561679959297, 0.007973192259669304, -0.045155782252550125, 0.0567096471786499, -0.05380409210920334, -0.027278058230876923, -0.06874207407236099, -0.006349497940391302, 0.00544792041182518, -0.02385975606739521, 0.05175310745835304, -0.013673212379217148, 0.03589218109846115, -0.020954197272658348, -0.06904972344636917, -0.05975193902850151, 0.028833387419581413, 0.019433053210377693, -0.04071199148893356, -0.0323200561106205, -0.031157832592725754, -0.008656852878630161, -0.025227077305316925, -0.029773419722914696, 0.034935057163238525, -0.003206795547157526, 0.041908394545316696, 0.0056701102294027805, 0.016442038118839264, -0.022013870999217033, -0.009289238601922989, 0.026782404631376266, -0.013015189208090305, -0.08484227955341339, -0.01580965146422386, -0.0034973514266312122, -0.009280692785978317, -0.05934173986315727, 0.023586291819810867, 0.03320881351828575, -0.000815585779491812, 0.022270245477557182, 0.007836460135877132, -0.08990137279033661, 0.007879188284277916, 0.0367809422314167, 0.0459761768579483, 0.015553278848528862, 0.023107727989554405, -0.006178583018481731, -0.07827913761138916, -0.03073054552078247, 0.09865222871303558, -0.09031156450510025, 0.02107383869588375, -0.02064654976129532, 0.00007230511982925236, -0.011750416830182076, -0.036849308758974075, -0.02804717607796192, -0.003779361257329583, 0.03719113767147064, 0.10583066195249557, -0.06375135481357574, -0.05342807620763779, 0.00040645760600455105, -0.0030337439384311438, -0.0334651879966259, -0.031021101400256157, 0.018663935363292694, -0.042523689568042755, -0.005700020585209131, 0.017125697806477547, 0.010750562883913517, 0.0013651847839355469, 0.0056487456895411015, -0.018424654379487038, -0.07219456136226654, -0.05537651106715202, 0.019074130803346634, 0.004422429483383894, 0.046864934265613556, -0.007866369560360909, -0.018834849819540977, -0.006050396244972944, 0.03572126850485802, 0.030388714745640755, 0.02608165331184864, -0.012134975753724575, 0.029209399595856667, -0.01962105929851532, -0.02958541363477707, -0.011365857906639576, -0.014450876042246819, -0.0318073108792305, 0.034063391387462616, 0.029858877882361412, -0.021911323070526123, 0.0495653934776783, -0.03119201585650444, 0.011707687750458717, 0.02344955876469612, -0.06457174569368362, 0.018099915236234665, -0.07499756664037704, 0.03067927062511444, -0.012579355388879776, 0.0007466856040991843, 0.06792168319225311, 0.04074617102742195, 0.03134584054350853, 0.011827328242361546, -0.010972753167152405, -0.0063879541121423244, 0.013510842807590961, -0.034319762140512466, -0.04375427961349487, -0.013211741112172604, 0.013092100620269775, -0.037156954407691956, 0.038079895079135895, -0.028542831540107727, 0.013442477211356163, 0.020783282816410065, -0.005268459673970938, 0.018117006868124008, 0.01469015795737505, 0.016100207343697548, 0.09099522978067398, 0.040814537554979324, 0.039105385541915894, 0.028218092396855354, 0.009819075465202332, -0.002629956929013133, -0.04197676107287407, 0.013647574931383133, 0.0007942213560454547, -0.09352476894855499, -0.01880066655576229, 0.01011817716062069, 0.012271707877516747, -0.05144546180963516, 0.07431390881538391, 0.0032837074249982834, -0.0021642132196575403, -0.012827182188630104, 0.03661002591252327, -0.08244947344064713, -0.03443940356373787, -0.025227077305316925, 0.015382363460958004, -0.04720676690340042, -0.003899001982063055, 0.03855845704674721, 0.022577891126275063, 0.034781232476234436, -0.006815241649746895, -0.020595276728272438, -0.012904094532132149, 0.091473788022995, 0.0314142070710659, 0.0940033346414566, -0.04669402167201042, -0.04430120810866356, 0.009161052294075489, -0.023517925292253494, -0.024953613057732582, -0.03127747401595116, 0.04450630769133568, 0.0028628287836909294, 0.05643618479371071, -0.0049779037944972515, 0.03879773989319801, 0.01350229699164629, -0.04843735322356224, 0.0009224077221006155, -0.05144546180963516, 0.03382410854101181, 0.05999121814966202, -0.03643910959362984, 0.004563434515148401, 0.001907840371131897, 0.019911615177989006, 0.009400333277881145, -0.042933885008096695, 0.015929292887449265, 0.032661885023117065, 0.01951851136982441, -0.003629810642451048, 0.02529544197022915, 0.03510597348213196, 0.008738037198781967, -0.010870203375816345, -0.04122473672032356, 0.0053752814419567585, -0.0043091983534395695, 0.05735912546515465, -0.06505031138658524, 0.05438520386815071, 0.029311949387192726, 0.024953613057732582, -0.013827036134898663, -0.013861219398677349, 0.03466159477829933, -0.012690450064837933, 0.0032452514860779047, 0.014100500382483006, -0.020321812480688095, -0.06187128648161888, 0.011288945563137531, -0.012750270776450634, -0.018732300028204918, -0.0064264098182320595, 0.04857408627867699, -0.00816119834780693, 0.0036362200044095516, 0.03242260590195656, 0.05756422504782677, 0.025944920256733894, -0.010263455100357533, -0.031004009768366814, 0.06614416837692261, -0.011553863994777203, 0.06077742949128151, 0.019091222435235977, -0.1078132763504982, 0.061119258403778076, 0.04532669857144356, 0.01900576427578926, 0.07417717576026917, 0.04734349623322487, -0.020167987793684006, 0.015237086452543736, 0.022577891126275063, 0.03037162311375141, -0.010494190268218517, -0.09851549565792084, -0.07390370965003967, 0.025962011888623238, 0.03298662602901459, -0.00278805335983634, 0.049086831510066986, -0.010408733040094376, 0.03995996341109276, -0.06593906879425049, -0.02468014881014824, 0.03763551637530327, 0.042318593710660934, 0.020424360409379005, -0.002296672435477376, -0.025380900129675865, 0.0022048053797334433, 0.0978318378329277, -0.05564997345209122, 0.04720676690340042, -0.04389101266860962, -0.009930170141160488, -0.030850185081362724, -0.002965377876535058, -0.04857408627867699, -0.0011056073708459735, 0.016254032030701637, 0.02560308948159218, -0.05247095227241516, 0.032559335231781006, -0.023535016924142838, -0.03582381457090378, -0.06925482302904129, -0.0074775381945073605, 0.009067049250006676, 0.013818490318953991, -0.018151190131902695, -0.03187567740678787, -0.0533938929438591, 0.013792852871119976, -0.0014559834962710738, 0.07800567895174026, -0.014262869954109192, -0.03773806616663933, -0.025329625234007835, 0.043549180030822754, -0.08620960265398026, -0.03025198169052601, -0.012117884121835232, 0.06440082937479019, -0.02809845097362995, -0.052026573568582535, 0.0031021100003272295, 0.05048833787441254, 0.0480271577835083, -0.040917087346315384, 0.012664812617003918, 0.03849009424448013, -0.042318593710660934, -0.004093417897820473, 0.0008225291967391968, 0.008896133862435818, 0.03052544593811035, -0.029824694618582726, 0.05127454549074173, 0.07445064187049866, -0.0008235974237322807, 0.02984178625047207, 0.018202463164925575, 0.012998097576200962, -0.07226292788982391, 0.023740114644169807, -0.028850477188825607, -0.02907266840338707, 0.03965231403708458, 0.05838461592793465, -0.0031555211171507835, 0.02768825553357601, -0.03825081139802933, 0.03739623725414276, -0.02396230399608612, 0.01610875315964222, -0.005050542764365673, -0.021774590015411377, -0.04553179815411568, -0.06296513974666595, 0.018766483291983604, 0.032046590000391006, 0.010160906240344048, 0.020424360409379005, 0.011092393659055233, -0.024851063266396523, 0.014801252633333206, 0.01745043694972992, 0.027243874967098236, 0.0043326993472874165, -0.0008540416602045298, -0.029294857755303383, -0.008810676634311676, -0.05684638023376465, -0.019655242562294006, -0.015664374455809593, -0.009289238601922989, -0.006875061895698309, -0.03252515569329262, 0.043720096349716187, 0.016655681654810905, 0.02452632412314415, 0.055581606924533844, 0.025329625234007835, -0.03083309344947338, 0.040199242532253265, 0.008746583014726639, -0.015185811556875706, 0.05045415461063385, 0.01967233419418335, -0.0020691414829343557, 0.011032572947442532, -0.03161930292844772, -0.005234276410192251, -0.0012241797521710396, 0.0004200774128548801, -0.0022539435885846615, -0.009366150014102459, 0.017638443037867546, -0.033020809292793274, -0.05298369750380516, -0.016963329166173935, -0.0346103198826313, -0.01854429394006729, 0.01915958896279335, 0.022424068301916122, 0.012006789445877075, 0.027397699654102325, 0.0786893367767334, 0.03924211859703064, -0.04693330079317093, -0.06751148402690887, -0.010613830760121346, 0.023022271692752838, -0.02741479128599167, 0.029141033068299294, -0.02039017714560032, -0.00503345113247633, 0.00947724562138319, -0.07014358043670654, -0.0008027671137824655, 0.032918259501457214, 0.0010703561129048467, 0.06159782037138939, 0.030867276713252068, -0.006101671140640974, -0.0441986583173275, -0.006370862480252981, -0.0485399030148983, 0.0007146389689296484, 0.034012116491794586, -0.005170183256268501, 0.04477977007627487, 0.057495858520269394, 0.018971582874655724, -0.002326582558453083, -0.06734056770801544, -0.02577400580048561, -0.05120617896318436, 0.028337731957435608, 0.02799590304493904, -0.03249097242951393, 0.003631947096437216, -0.010536919347941875, -0.014698702841997147, -0.035037606954574585, -0.015630191192030907, -0.0011996107641607523, -0.06942573934793472, -0.023774297907948494, 0.017390616238117218, 0.039789047092199326, -0.04255787283182144, 0.00405282573774457, -0.018612660467624664, -0.031123649328947067, -0.04529251530766487, -0.0024675875902175903, -0.056367818266153336, -0.026150017976760864, -0.036473292857408524, 0.008515847846865654, -0.07089560478925705, -0.049702126532793045, -0.04488231986761093, -0.05093271657824516, -0.0362681970000267, -0.010442916303873062, -0.053633175790309906, 0.003292253240942955, -0.028389006853103638, 0.023073546588420868, -0.005606017075479031, -0.02603037841618061, 0.018578477203845978, -0.013741577975451946, 0.05520559474825859, -0.01719406433403492, 0.014698702841997147, -0.010280546732246876, 0.009255055338144302, 0.03794316574931145, -0.07123743742704391, -0.013510842807590961, 0.035755451768636703, 0.0950288251042366, -0.004202376585453749, -0.006460592616349459, 0.02028762921690941, -0.026662763208150864, -0.02674822136759758, -0.04307061806321144, -0.02592782862484455, -0.035037606954574585, -0.04590781033039093, -0.02546635828912258, -0.06542631983757019, -0.038968656212091446, 0.012510988861322403, 0.018834849819540977, 0.05763259157538414, -0.006781058851629496, 0.03558453544974327, -0.016689864918589592, 0.011844419874250889, -0.014450876042246819, 0.0403701588511467, 0.0051018171943724155, 0.020321812480688095, 0.037772249430418015, -0.05271023511886597, 0.022167695686221123, 0.022030962631106377, 0.060914162546396255, 0.056880563497543335, -0.03801152855157852, 0.02049272693693638, -0.005285551305860281, -0.017826450988650322, 0.0015670782886445522, 0.02674822136759758, 0.07602305710315704, -0.015672920271754265, -0.036746758967638016, 0.002424858743324876, -0.009955807588994503, 0.0029824695084244013, -0.021313119679689407, 0.031892769038677216, 0.031174924224615097, 0.021056747063994408, -0.007045977283269167, 0.022424068301916122, 0.029978517442941666, -0.04642055556178093, -0.009947261773049831, -0.0329524427652359, 0.03392665833234787, -0.05380409210920334, -0.004101963713765144, 0.016912054270505905, -0.00041366808000020683, 0.02994433417916298, 0.06932318955659866, 0.00007591036410303786, -0.014091954566538334, 0.015929292887449265, 0.02133021131157875, -0.05735912546515465, 0.0602988675236702, -0.019603967666625977, 0.02256079949438572, 0.005729930475354195, -0.004195967223495245, 0.002691913628950715, -0.007729637902230024, -0.04488231986761093, 0.00719125522300601, 0.022680440917611122, -0.0643666461110115, -0.00924650952219963, 0.0034866691567003727, -0.02298808842897415, 0.00617003720253706, 0.03126038238406181, 0.05814533680677414, -0.009229417890310287, 0.026884954422712326, 0.06033305078744888, 0.03965231403708458, -0.022731715813279152, 0.017638443037867546, 0.055444877594709396, -0.01791190728545189, 0.016963329166173935, 0.006755421403795481, 0.017877725884318352, 0.028389006853103638, -0.009596886113286018, -0.0408829040825367, -0.08798712491989136, -0.010212180204689503, -0.0038284994661808014, -0.046147093176841736, -0.01046000700443983, 0.051103632897138596, 0.023774297907948494, 0.04173748195171356, 0.02659439854323864 ]
22,902
anytree.node.nodemixin
iter_path_reverse
Iterate up the tree from the current node to the root node. >>> from anytree import Node >>> udo = Node("Udo") >>> marc = Node("Marc", parent=udo) >>> lian = Node("Lian", parent=marc) >>> for node in udo.iter_path_reverse(): ... print(node) Node('/Udo') >>> for node in marc.iter_path_reverse(): ... print(node) Node('/Udo/Marc') Node('/Udo') >>> for node in lian.iter_path_reverse(): ... print(node) Node('/Udo/Marc/Lian') Node('/Udo/Marc') Node('/Udo')
def iter_path_reverse(self): """ Iterate up the tree from the current node to the root node. >>> from anytree import Node >>> udo = Node("Udo") >>> marc = Node("Marc", parent=udo) >>> lian = Node("Lian", parent=marc) >>> for node in udo.iter_path_reverse(): ... print(node) Node('/Udo') >>> for node in marc.iter_path_reverse(): ... print(node) Node('/Udo/Marc') Node('/Udo') >>> for node in lian.iter_path_reverse(): ... print(node) Node('/Udo/Marc/Lian') Node('/Udo/Marc') Node('/Udo') """ node = self while node is not None: yield node node = node.parent
(self)
[ 0.011253108270466328, 0.005626554135233164, -0.016303859651088715, 0.007503583561629057, -0.04000702127814293, 0.0004981608944945037, -0.029760437086224556, 0.061479512602090836, 0.10047094523906708, -0.008700530044734478, 0.017781905829906464, -0.007775616832077503, -0.01541521679610014, 0.05498698726296425, -0.015923012048006058, 0.05959341675043106, 0.012350308708846569, -0.004792319145053625, -0.005399859976023436, 0.02867230400443077, 0.017781905829906464, 0.03797584027051926, 0.022651301696896553, -0.029252640902996063, -0.03326059877872467, -0.013066663406789303, -0.017355721443891525, 0.005835113115608692, -0.0008155329851433635, -0.00425958726555109, 0.007830023765563965, -0.02705824002623558, 0.0038946091663092375, -0.025571124628186226, 0.05437037721276283, 0.004252786282449961, -0.07007576525211334, 0.05001784488558769, -0.00748544791713357, -0.03476584702730179, 0.02504519373178482, -0.024337906390428543, -0.03822973743081093, 0.03721414878964424, 0.005717231892049313, -0.001026358688250184, 0.04243718460202217, -0.045121245086193085, -0.027003832161426544, -0.06079035997390747, 0.06895136088132858, 0.034493815153837204, -0.026931291446089745, -0.021436220034956932, 0.0011629421496763825, -0.0061434172093868256, -0.014308948069810867, -0.0027112646494060755, 0.05411648005247116, 0.010273789055645466, 0.025734344497323036, -0.050670724362134933, -0.05371749773621559, 0.02713078260421753, 0.007421973627060652, -0.00012935747508890927, -0.034421272575855255, -0.036035336554050446, 0.01671190932393074, 0.031592126935720444, -0.08625267446041107, 0.002186467172577977, 0.025027059018611908, 0.030141282826662064, 0.009149384684860706, -0.01956825703382492, -0.02664112113416195, 0.06166086718440056, 0.03668821603059769, -0.041022613644599915, -0.08124726265668869, -0.00785269308835268, -0.024501126259565353, -0.02158130332827568, -0.023159096017479897, -0.011044549755752087, 0.06503407657146454, -0.060500193387269974, -0.011207769624888897, 0.061479512602090836, -0.07551642507314682, -0.03648872673511505, -0.005182233173400164, 0.014553778804838657, 0.01956825703382492, 0.004434141796082258, -0.003903676988556981, -0.04229209944605827, -0.022923333570361137, -0.03133822977542877, 0.022252319380640984, 0.05948460102081299, 0.013456577435135841, 0.01931435987353325, 0.036107879132032394, 0.005703630391508341, -0.046173106878995895, -0.024464856833219528, 0.05096089467406273, -0.01900605484843254, -0.08712317794561386, 0.011615819297730923, 0.029161963611841202, -0.009330740198493004, -0.020239273086190224, -0.026931291446089745, -0.003595372661948204, 0.014490303583443165, 0.023703163489699364, 0.0049238018691539764, 0.038447365164756775, -0.011298446916043758, -0.052846990525722504, -0.004211981315165758, -0.010137772187590599, 0.018053939566016197, 0.026949426159262657, 0.04863954335451126, -0.09169333428144455, -0.03585398197174072, 0.017936058342456818, 0.01811741292476654, -0.028617896139621735, 0.029016878455877304, 0.04620938003063202, 0.04044227674603462, 0.001969974022358656, -0.032118059694767, -0.009983619675040245, 0.08618012815713882, -0.010799719952046871, -0.03697838634252548, 0.05959341675043106, 0.040297191590070724, -0.003937681205570698, 0.0024278967175632715, 0.0022986808326095343, 0.05096089467406273, 0.016349198296666145, -0.002271477598696947, -0.02986924909055233, 0.01501623447984457, 0.09067774564027786, 0.03873753175139427, -0.02593383565545082, 0.0016786718042567372, -0.05596630647778511, 0.058505281805992126, -0.027475357055664062, -0.029579080641269684, 0.011479802429676056, 0.009063241071999073, 0.007712142542004585, -0.03647058829665184, 0.013746746815741062, -0.01175183616578579, 0.026423495262861252, -0.008324217051267624, 0.012023868970572948, 0.017709363251924515, -0.01296691782772541, -0.07170796394348145, -0.05114224925637245, -0.017654957249760628, -0.05995612591505051, 0.023286044597625732, -0.0018849637126550078, 0.03589025139808655, -0.0046744379214942455, 0.05393512547016144, -0.03614414855837822, -0.012286834418773651, -0.021962150931358337, -0.05411648005247116, 0.04508497565984726, -0.006991254165768623, -0.014154796488583088, 0.0012762892292812467, 0.02230672538280487, -0.020311815664172173, -0.05563986673951149, -0.006070875097066164, 0.05226665362715721, 0.01792699098587036, 0.06485272198915482, 0.008641589432954788, 0.008052184246480465, -0.0028291456401348114, 0.02841840498149395, 0.06989441066980362, -0.018951648846268654, -0.01980401948094368, 0.034022290259599686, 0.005721766036003828, 0.0009215126046910882, 0.03560008481144905, 0.01598648726940155, -0.004166642669588327, -0.00038311348180286586, -0.0026069851592183113, 0.01898792013525963, 0.025389768183231354, 0.045919209718704224, -0.05186767131090164, -0.04700734466314316, 0.00408956641331315, -0.0845116600394249, 0.03322432562708855, 0.010291924700140953, 0.024591805413365364, -0.0020470500458031893, 0.018380379304289818, -0.011198701336979866, -0.05295580253005028, 0.010872261598706245, -0.041675493121147156, -0.011606751941144466, -0.044468365609645844, 0.001600462244823575, -0.005522274877876043, -0.0039512827061116695, -0.015097844414412975, -0.008541843853890896, -0.008927224203944206, 0.02577061578631401, -0.06503407657146454, -0.05368122458457947, 0.015505895018577576, 0.009666248224675655, 0.03623482584953308, -0.052774447947740555, 0.008188200183212757, -0.0013862360501661897, -0.08327843993902206, -0.0027475357055664062, -0.0028155441395938396, 0.052846990525722504, -0.006374645512551069, 0.030304502695798874, -0.021690117195248604, -0.011624887585639954, -0.029016878455877304, -0.03228127956390381, 0.018017668277025223, 0.05001784488558769, -0.013184544630348682, -0.0010297591798007488, -0.04983649030327797, 0.004048761446028948, 0.07529880106449127, 0.02078333869576454, -0.027965016663074493, 0.00026608252665027976, 0.05933951586484909, -0.007517185062170029, -0.03316992148756981, 0.006147951353341341, -0.06031883880496025, 0.032807208597660065, -0.007639599964022636, 0.07130897790193558, -0.03935414180159569, -0.04900225251913071, 0.03050399385392666, 0.04620938003063202, 0.04911106824874878, -0.018053939566016197, 0.03614414855837822, -0.0954655334353447, -0.00945768877863884, -0.024501126259565353, -0.004316260572522879, -0.0013590326998382807, -0.051650043576955795, -0.03939041495323181, -0.013284290209412575, -0.010155907832086086, 0.01594114862382412, 0.010110569186508656, 0.04856700077652931, 0.14174745976924896, 0.028563490137457848, -0.0552046112716198, 0.0229414701461792, 0.044250741600990295, -0.05651037022471428, -0.002382557839155197, -0.02633281797170639, 0.03790329769253731, 0.0022000689059495926, 0.008986164815723896, -0.06492526829242706, 0.011126159690320492, -0.04073244333267212, 0.008052184246480465, 0.03935414180159569, 0.009539298713207245, 0.03260771930217743, -0.03705092892050743, 0.03206365182995796, -0.0458829402923584, -0.03387720510363579, -0.01860707439482212, -0.017174364998936653, -0.03993447870016098, -0.06485272198915482, 0.04105888307094574, -0.03607160598039627, -0.028690438717603683, 0.015977418050169945, -0.11628514528274536, 0.04824056103825569, -0.009684382937848568, 0.0038651388604193926, -0.06205984950065613, 0.036561269313097, -0.011842513456940651, 0.09401468932628632, 0.01196039468050003, 0.013012256473302841, 0.04211074486374855, -0.02722145989537239, -0.01915114000439644, 0.02520841360092163, -0.016213180497288704, 0.02843654155731201, 0.039172787219285965, 0.03775821253657341, 0.0011844780528917909, 0.018788428977131844, 0.05629274621605873, 0.013193611986935139, -0.008813876658678055, -0.0023802907671779394, 0.00025772314984351397, 0.08044929802417755, 0.042400915175676346, 0.00896349549293518, 0.03333314135670662, 0.05839646980166435, 0.009385147131979465, 0.036434318870306015, -0.009036037139594555, -0.01412759255617857, -0.04526633024215698, 0.009521163068711758, 0.008936291560530663, -0.00523210596293211, -0.017119958996772766, 0.008097522892057896, 0.010962939821183681, 0.0018611607374623418, -0.023703163489699364, -0.010074297897517681, 0.004513484891504049, -0.04646327719092369, -0.006324772723019123, 0.048820897936820984, 0.005295580253005028, 0.002075386932119727, -0.007562524173408747, -0.033042971044778824, 0.06278527528047562, -0.0012728888541460037, -0.012776494957506657, 0.021780794486403465, 0.02720332331955433, -0.004765115678310394, 0.04225583001971245, 0.012005733326077461, 0.018969785422086716, 0.00698218634352088, 0.0420382022857666, -0.011779039166867733, 0.00791163370013237, -0.05339105799794197, 0.07047474384307861, 0.019695207476615906, -0.01965893618762493, -0.012703952379524708, -0.06441747397184372, -0.057598505169153214, 0.00017512140038888901, -0.044069383293390274, -0.031193144619464874, -0.0404060035943985, 0.06666628271341324, 0.02277825027704239, 0.012468189932405949, -0.047224968671798706, 0.03746804594993591, 0.012295902706682682, -0.04348904639482498, 0.027493493631482124, 0.05320970341563225, 0.0004137172072660178, 0.027747390791773796, 0.024918245151638985, 0.058323927223682404, -0.028037559241056442, -0.03686957061290741, -0.03668821603059769, 0.012667681090533733, 0.020003510639071465, 0.05643783137202263, -0.07914353907108307, 0.018643343821167946, 0.064236119389534, 0.047551412135362625, 0.03612601384520531, -0.012214292772114277, 0.008115658536553383, 0.026931291446089745, 0.017564279958605766, 0.0623137466609478, 0.0006823500152677298, 0.042727354913949966, -0.005331851541996002, -0.027239594608545303, 0.09698891639709473, -0.0402609184384346, -0.06967677921056747, 0.025317227467894554, -0.02811010181903839, 0.006002866663038731, 0.010944804176688194, -0.023938925936818123, -0.02125486359000206, -0.004869394935667515, 0.030612807720899582, -0.011089888401329517, 0.03529177978634834, -0.013393103145062923, -0.04628192260861397, 0.03202737867832184, 0.013456577435135841, 0.026858748868107796, 0.01468979474157095, 0.05952087417244911, 0.01708368770778179, -0.021998422220349312, -0.02511773630976677, -0.00928086694329977, -0.045774128288030624, -0.056401558220386505, -0.013873695395886898, -0.01750987209379673, 0.010264720767736435, -0.009929213672876358, 0.026931291446089745, 0.0004193845670670271, 0.001939370296895504, 0.09249129891395569, -0.042001932859420776, 0.027275865897536278, -0.040623631328344345, 0.03059467114508152, 0.0015381212579086423, -0.05803375691175461, -0.06739170104265213, 0.019677070900797844, -0.042473457753658295, -0.0840764045715332, 0.004141706041991711, 0.016376400366425514, -0.017754701897501945, -0.06354696303606033, -0.027094511315226555, -0.008165530860424042, -0.10003568977117538, -0.05473308637738228, -0.02841840498149395, 0.0007548922440037131, -0.01776377111673355, -0.010990142822265625, -0.06652119755744934, -0.0364161841571331, 0.01619504578411579, -0.000038679725548718125, -0.043670400977134705, 0.008541843853890896, -0.02656858041882515, -0.06996694952249527, 0.02664112113416195, -0.03206365182995796, 0.006973118521273136, -0.027656713500618935, -0.043198879808187485, -0.014263609424233437, -0.049546319991350174, 0.007879896089434624, -0.03019568882882595, 0.052375465631484985, -0.0034140171483159065, -0.016349198296666145, 0.12368444353342056, -0.02045689895749092, -0.010863194242119789, -0.012368444353342056, 0.025788750499486923, 0.04417819902300835, -0.009992687962949276, 0.005771638359874487, 0.009892942383885384, -0.000013274017874209676, -0.015097844414412975, -0.0019563722889870405, 0.005717231892049313, 0.05883172154426575, 0.02647790126502514, -0.04149413853883743, -0.027239594608545303, -0.002473235595971346, 0.02986924909055233, 0.028944335877895355, 0.007557990029454231, -0.018244363367557526, 0.0173919927328825, 0.03735923022031784, -0.004941937047988176, -0.001997177256271243, 0.005993798840790987, 0.06405475735664368, 0.053173430263996124, 0.015125048346817493, 0.03899143263697624, 0.04443209618330002, 0.014218270778656006, -0.01275835931301117, 0.007526252884417772, 0.03275280073285103, 0.025571124628186226, -0.048276834189891815, 0.002727133221924305, 0.00924459658563137, 0.0024052271619439125, 0.04116769880056381, -0.024755025282502174, 0.04113142564892769, 0.029669757932424545, -0.02923450618982315, -0.016929535195231438, 0.032897885888814926, 0.07972387224435806, -0.024609940126538277, -0.0076532019302248955, 0.002189867664128542, 0.04153040796518326, 0.04323514923453331, 0.01711089164018631, -0.029433997347950935, 0.05661918595433235, -0.06213239207863808, 0.004157574847340584, 0.06205984950065613, 0.054551731795072556, 0.010591160506010056, -0.002161530777812004, 0.0769672691822052, 0.07450083643198013, 0.031682804226875305, -0.007344897370785475, 0.03621669113636017, -0.041421595960855484, 0.00021776827634312212, 0.026024512946605682, 0.0029039548244327307, -0.036035336554050446, 0.018570803105831146, -0.06670255213975906, 0.017890719696879387, -0.04348904639482498, 0.02319536730647087, 0.03228127956390381, -0.03601720184087753, -0.02705824002623558, 0.002820077817887068, 0.10010823607444763, -0.012731155380606651, -0.010074297897517681, 0.010482347570359707, -0.06688390672206879, -0.011361921206116676, -0.011262176558375359, 0.008514640852808952, -0.043851759284734726, -0.023703163489699364, -0.030159419402480125, -0.017972329631447792, 0.003477491671219468, 0.03407669812440872, -0.003343741875141859, 0.030703485012054443, 0.08001404255628586, -0.038338553160429, -0.04483107849955559, 0.009892942383885384, -0.022234182804822922, 0.0023462867829948664, 0.048022933304309845, 0.03311551362276077, 0.009267265908420086, 0.06492526829242706, -0.0007174876518547535, -0.036524996161460876, -0.02488197386264801, -0.020819609984755516, 0.00929446890950203, -0.06721034646034241, 0.0066240094602108, -0.02664112113416195, -0.04163921996951103, -0.006986720487475395, 0.010491414926946163, -0.11222277581691742, 0.018734022974967957, 0.03775821253657341, -0.05545850843191147, 0.00044658788829110563, 0.011434463784098625, 0.005300114396959543, -0.10591160506010056, -0.05030801519751549, -0.012785562314093113, -0.040696173906326294, -0.07065609842538834, 0.016213180497288704, 0.007848159410059452, -0.058251384645700455, -0.015714453533291817, -0.06811712682247162, -0.014671659097075462, -0.02696756273508072, -0.004987276159226894, -0.05730833485722542, 0.014209202490746975, 0.00950302742421627, -0.0031306492164731026, -0.055277153849601746, -0.03694211319088936, -0.03686957061290741, 0.058577824383974075, 0.045774128288030624, -0.0040283589623868465, -0.023394858464598656, 0.0020096455700695515, 0.018344108015298843, -0.003971685189753771, 0.02221604809165001, 0.04160295054316521, 0.025426039472222328, -0.028962472453713417, 0.017890719696879387, -0.018661480396986008, -0.0008223337936215103, 0.018734022974967957, 0.010201246477663517, 0.012867172248661518, -0.020148595795035362, -0.027511628344655037, -0.012667681090533733, 0.015650978311896324, -0.01898792013525963, -0.04196565970778465, -0.022506216540932655, -0.04098634049296379, -0.010772516019642353, -0.035219237208366394, 0.014599117450416088, -0.01730131357908249, -0.046572089195251465, 0.04348904639482498, -0.018434785306453705, 0.00012298169895075262, 0.021127915009856224, 0.05629274621605873, 0.012504461221396923, 0.016231317073106766, 0.028889929875731468, -0.037395503371953964, -0.010400737635791302, -0.0402609184384346, 0.046753447502851486, 0.024464856833219528, 0.007489982061088085, 0.03195483610033989, -0.008283412083983421, -0.02577061578631401, 0.02722145989537239, -0.010409804992377758, 0.05023547261953354, -0.029669757932424545, 0.03443940728902817, -0.01832597330212593, 0.03632550686597824, 0.0318278893828392, 0.004697107244282961, 0.014925557188689709, -0.03775821253657341, 0.08313335478305817, -0.017917923629283905, 0.019223682582378387, -0.026786206290125847, -0.0421832874417305, -0.008618920110166073, -0.007698540575802326, -0.00523210596293211, -0.01341123878955841, 0.0006636477774009109, 0.0036429783795028925, 0.034747712314128876, -0.030413316562771797, -0.03302483633160591, -0.009512095712125301, 0.00018234728486277163, -0.0021887340117245913, -0.024736888706684113, 0.003731389297172427, -0.03010501153767109, 0.04428701102733612, -0.09771434217691422, -0.020511306822299957, 0.047950390726327896, -0.004828589968383312, 0.004121303558349609, -0.03092111088335514, 0.01764588989317417, 0.04911106824874878, -0.010854125954210758, 0.00784362480044365, -0.004536154214292765, 0.07268728315830231, -0.02246994525194168, 0.08944453299045563, 0.02319536730647087, -0.0076214647851884365, -0.015106912702322006, 0.008813876658678055, 0.007059262599796057, -0.0729774534702301, 0.056329015642404556, -0.023612484335899353, 0.0264960378408432, -0.03260771930217743, 0.015206658281385899, 0.01931435987353325, -0.012785562314093113, 0.0006081076571717858, -0.05201275646686554, 0.008052184246480465, -0.015388013795018196, -0.029742300510406494, 0.0029288912191987038, -0.012504461221396923, 0.043525319546461105, 0.026042649522423744, 0.01687512919306755, 0.027674848213791847 ]
22,903
anytree.render
AsciiStyle
Ascii style. >>> from anytree import Node, RenderTree >>> root = Node("root") >>> s0 = Node("sub0", parent=root) >>> s0b = Node("sub0B", parent=s0) >>> s0a = Node("sub0A", parent=s0) >>> s1 = Node("sub1", parent=root) >>> print(RenderTree(root, style=AsciiStyle())) Node('/root') |-- Node('/root/sub0') | |-- Node('/root/sub0/sub0B') | +-- Node('/root/sub0/sub0A') +-- Node('/root/sub1')
class AsciiStyle(AbstractStyle): """ Ascii style. >>> from anytree import Node, RenderTree >>> root = Node("root") >>> s0 = Node("sub0", parent=root) >>> s0b = Node("sub0B", parent=s0) >>> s0a = Node("sub0A", parent=s0) >>> s1 = Node("sub1", parent=root) >>> print(RenderTree(root, style=AsciiStyle())) Node('/root') |-- Node('/root/sub0') | |-- Node('/root/sub0/sub0B') | +-- Node('/root/sub0/sub0A') +-- Node('/root/sub1') """ def __init__(self): super(AsciiStyle, self).__init__("| ", "|-- ", "+-- ")
()
[ -0.04281097650527954, -0.023435771465301514, 0.02898404747247696, -0.010947778820991516, 0.015612179413437843, -0.027233801782131195, -0.06328883767127991, 0.006370889488607645, 0.07000977545976639, -0.03435729816555977, 0.01862259954214096, 0.04036063328385353, 0.05289238318800926, 0.03738521784543991, -0.05649788677692413, 0.008287407457828522, 0.05292738974094391, -0.03840036317706108, -0.00018309196457266808, 0.04680153355002403, 0.004458747338503599, -0.0020171566866338253, 0.07035982608795166, -0.026078641414642334, -0.008213021792471409, 0.02749633975327015, -0.02702377364039421, 0.00016299150593113154, -0.03502238914370537, -0.09913384169340134, -0.00035797967575490475, -0.05016200244426727, -0.05124715343117714, 0.03773526847362518, 0.05352247133851051, -0.022578151896595955, -0.05110713467001915, 0.016067244112491608, -0.025448553264141083, 0.00045068791951052845, 0.03598502278327942, 0.03220449760556221, -0.03983556106686592, -0.04179583489894867, -0.0017907187575474381, 0.005106337834149599, 0.07463041692972183, 0.012400480918586254, -0.06171361729502678, -0.12517747282981873, 0.044316187500953674, -0.036300066858530045, 0.018640102818608284, -0.04060566797852516, -0.023155732080340385, -0.014964588917791843, -0.0020018420182168484, -0.030401743948459625, 0.023243244737386703, -0.025641079992055893, -0.045611366629600525, 0.017896248027682304, 0.04477125033736229, -0.013301856815814972, -0.011026539839804173, -0.027268806472420692, -0.011656627058982849, -0.04060566797852516, 0.010623983107507229, 0.03857538476586342, -0.011586617678403854, 0.027181295678019524, 0.019847771152853966, -0.007937357760965824, 0.006370889488607645, -0.014115720987319946, -0.0569179467856884, 0.06181862950325012, -0.0027916396502405405, 0.009810119867324829, -0.018500082194805145, 0.011192812584340572, 0.015209623612463474, 0.017204901203513145, 0.02947411499917507, -0.06066346913576126, 0.025081001222133636, -0.010291436687111855, 0.01636478491127491, 0.04386112466454506, 0.02352328412234783, -0.04543634504079819, -0.04141078144311905, -0.0028528983239084482, -0.002378144534304738, 0.021563010290265083, 0.05821312591433525, -0.04837675392627716, -0.0021276408806443214, -0.02446841634809971, -0.027233801782131195, 0.08807229995727539, 0.037070177495479584, -0.03766525909304619, -0.037595249712467194, -0.019952785223722458, -0.01209418848156929, 0.03411226347088814, 0.02562357671558857, -0.004423742648214102, -0.009713856503367424, 0.006856582127511501, 0.09017258882522583, -0.062693752348423, 0.04116574674844742, -0.0025487933307886124, -0.0342697836458683, 0.002929471433162689, 0.02649869956076145, -0.030401743948459625, 0.017537448555231094, -0.02898404747247696, 0.014973340556025505, 0.030541764572262764, -0.045226313173770905, 0.07841094583272934, -0.028581490740180016, 0.027566349133849144, -0.011534110642969608, 0.014352004043757915, 0.03369220346212387, 0.030261725187301636, 0.0010331911034882069, -0.0034545448143035173, 0.06038343161344528, -0.012645515613257885, -0.03931048884987831, 0.03710518032312393, -0.038365356624126434, 0.04774666577577591, 0.07267014682292938, -0.0692746713757515, 0.003041049698367715, -0.022088084369897842, -0.07337024062871933, 0.01829005405306816, 0.03896043822169304, -0.013826930895447731, 0.02501099184155464, 0.04284598305821419, 0.017371175810694695, 0.028143929317593575, -0.0025794226676225662, 0.08877239376306534, 0.05124715343117714, -0.014824570156633854, -0.0036317571066319942, -0.056357868015766144, 0.06657929718494415, 0.04680153355002403, 0.005377626046538353, -0.000022561744117410854, 0.014824570156633854, -0.01669733040034771, -0.03286958858370781, 0.026603713631629944, -0.056322865188121796, -0.0691346526145935, -0.004856928251683712, -0.07190003991127014, -0.002008405514061451, -0.11089548468589783, -0.04179583489894867, 0.041830841451883316, 0.035529959946870804, -0.04109573736786842, -0.019165175035595894, 0.09983393549919128, -0.01468455046415329, -0.02149300090968609, -0.012496745213866234, 0.012085437774658203, -0.021125448867678642, -0.014439515769481659, 0.029859168455004692, -0.033517178148031235, 0.05614783987402916, 0.03948551416397095, 0.05663790926337242, -0.048691798001527786, -0.03962553292512894, 0.01206793449819088, -0.013433125801384449, -0.0021670213900506496, 0.03195946291089058, -0.0387854166328907, 0.037595249712467194, -0.03805031254887581, 0.013695661909878254, -0.0160059854388237, -0.018255049362778664, 0.06328883767127991, 0.03262455388903618, 0.011411593295633793, 0.025588572025299072, 0.009565085172653198, 0.008563070558011532, -0.00884310994297266, -0.06090850383043289, 0.017476189881563187, -0.04543634504079819, -0.011884159408509731, 0.036300066858530045, 0.025308532640337944, -0.019025156274437904, -0.044456206262111664, -0.059578318148851395, 0.05082709714770317, -0.014518276788294315, 0.032169491052627563, 0.005215728189796209, 0.014106969349086285, 0.05352247133851051, -0.03463733568787575, 0.020862912759184837, -0.044561222195625305, 0.012881798669695854, -0.01628602296113968, -0.009451319463551044, 0.0510721318423748, -0.012514247559010983, -0.06629925966262817, -0.030366739258170128, -0.008768724277615547, -0.059193264693021774, -0.0010742124868556857, -0.013021818362176418, 0.0014231674140319228, -0.05352247133851051, -0.0043143522925674915, -0.04946190491318703, 0.018167536705732346, 0.04368609935045242, -0.05327744036912918, 0.02121296152472496, 0.0007197880186140537, 0.07169000804424286, 0.016014736145734787, -0.0446312315762043, -0.008213021792471409, -0.05341745913028717, -0.020075302571058273, -0.029334096238017082, -0.021773040294647217, -0.012908052653074265, 0.029071558266878128, -0.09472322463989258, -0.008182392455637455, -0.002126546809449792, 0.02380332350730896, -0.03777027502655983, 0.0050844596698880196, -0.005570152774453163, 0.04155080020427704, 0.08212146908044815, -0.01953272707760334, 0.006117104087024927, 0.010273934341967106, -0.0323445163667202, 0.02600863203406334, 0.01058022677898407, 0.0375252403318882, -0.0019274565856903791, 0.05282237380743027, -0.007311645895242691, 0.04351107403635979, -0.02432839758694172, 0.03742022439837456, -0.05222729220986366, -0.032274506986141205, -0.005395128391683102, 0.025973627343773842, -0.05894822999835014, -0.005968333221971989, 0.03022672049701214, -0.04116574674844742, 0.012024179100990295, -0.00148770771920681, -0.004489376675337553, -0.0014264491619542241, 0.06038343161344528, 0.070534847676754, -0.04218088835477829, -0.002175772562623024, 0.06815451383590698, -0.01274177897721529, 0.03738521784543991, 0.03710518032312393, -0.04064067453145981, -0.0003588000836316496, 0.01464079413563013, -0.06615923345088959, 0.06685933470726013, -0.04344106465578079, -0.062693752348423, 0.02831895463168621, -0.06636926531791687, 0.045226313173770905, 0.054257575422525406, 0.03090931475162506, -0.04305601119995117, 0.013380617834627628, 0.003082617884501815, 0.04536633566021919, -0.014675798825919628, 0.021230464801192284, 0.02779388055205345, -0.03665011748671532, 0.07463041692972183, 0.05222729220986366, -0.06885461509227753, -0.014413262717425823, -0.015244628302752972, -0.03425228223204613, -0.0044149914756417274, -0.014220735058188438, 0.017449935898184776, 0.030751792713999748, 0.03124186210334301, -0.012846793979406357, -0.0008882490219548345, -0.01545465737581253, -0.01653105765581131, -0.02620115876197815, -0.07323022186756134, -0.028423968702554703, 0.04550635442137718, 0.06808450818061829, -0.054642628878355026, -0.04774666577577591, 0.07449039816856384, 0.06321882456541061, 0.010518969036638737, -0.021142952144145966, 0.01653105765581131, -0.022543147206306458, -0.025693587958812714, 0.038365356624126434, -0.013730666600167751, 0.06321882456541061, -0.003041049698367715, -0.011700383387506008, 0.023505782708525658, -0.045226313173770905, 0.016907360404729843, 0.0002641775063239038, 0.02317323535680771, -0.06976474076509476, -0.009862626902759075, 0.005176347680389881, 0.05838815122842789, -0.008970002643764019, -0.017834989354014397, 0.014894579537212849, -0.06244871765375137, -0.02917657420039177, 0.05023201182484627, 0.020477859303355217, 0.04232090711593628, 0.030016690492630005, 0.028546486049890518, 0.010597730055451393, -0.007622314151376486, -0.0931830108165741, -0.013319360092282295, 0.042250897735357285, -0.022158093750476837, -0.015769701451063156, 0.006265874952077866, -0.10963530838489532, 0.0232782494276762, 0.006103977095335722, 0.0271637924015522, 0.0037783400621265173, -0.054642628878355026, -0.03391973674297333, 0.047011565417051315, 0.054922666400671005, -0.0003093009872827679, 0.013931944966316223, -0.05380251258611679, -0.003668949706479907, 0.051562197506427765, -0.04267095774412155, -0.014500774443149567, -0.008051124401390553, 0.07176002115011215, 0.039905570447444916, 0.01768621988594532, -0.003472047159448266, -0.0013783174799755216, -0.007753582671284676, 0.01362565252929926, -0.025028495118021965, 0.025378543883562088, -0.024118367582559586, 0.016233516857028008, 0.014115720987319946, -0.013616900891065598, 0.038855426013469696, -0.01609349623322487, -0.010466461069881916, -0.005867694038897753, 0.03477735444903374, 0.002844147151336074, -0.08478184044361115, 0.03257204592227936, 0.006029591895639896, -0.05002198368310928, -0.04704656824469566, -0.06612423062324524, -0.004174332600086927, -0.008549943566322327, 0.04750163108110428, 0.060173399746418, -0.022718172520399094, 0.009731358848512173, -0.009136275388300419, -0.02140548825263977, 0.02107294276356697, -0.0047081573866307735, -0.05082709714770317, 0.035827502608299255, -0.039380498230457306, -0.0010599917732179165, -0.02485346980392933, -0.0027807008009403944, -0.018272550776600838, -0.007845470681786537, 0.013091827742755413, 0.07084989547729492, 0.010063905268907547, 0.022438133135437965, 0.0330096073448658, 0.05317242443561554, 0.0582481324672699, 0.006817201618105173, 0.05327744036912918, -0.01773872599005699, -0.0038024059031158686, 0.014947086572647095, 0.0524023175239563, -0.01777373068034649, -0.047396618872880936, 0.010308939032256603, -0.02418837696313858, 0.01231296919286251, 0.0023606421891599894, -0.035494957119226456, 0.05096711590886116, 0.018395068123936653, 0.05471263825893402, 0.023540787398815155, -0.020232824608683586, -0.08114133030176163, -0.0014034771593287587, 0.04074569046497345, 0.04837675392627716, -0.023435771465301514, -0.01823754608631134, -0.035249922424554825, 0.010834012180566788, -0.029001548886299133, -0.00782359205186367, 0.032799579203128815, -0.008160514757037163, -0.024065859615802765, -0.07197004556655884, -0.07806089520454407, -0.018920142203569412, -0.019882775843143463, -0.036790136247873306, -0.015620931051671505, -0.03419977426528931, 0.002227185992524028, 0.0010003740899264812, 0.058808211237192154, 0.014597037807106972, 0.03458482772111893, -0.03066428191959858, -0.011114051565527916, 0.010834012180566788, -0.08471182733774185, 0.05796809494495392, 0.03857538476586342, -0.010168919339776039, 0.0017043004045262933, -0.006760318763554096, -0.06255373358726501, -0.056357868015766144, 0.020372845232486725, -0.02523852325975895, -0.0040058717131614685, 0.003334215609356761, 0.04865679517388344, 0.054922666400671005, 0.011367836967110634, -0.013660657219588757, 0.019707752391695976, -0.03724519908428192, 0.0062790014781057835, -0.011604120023548603, 0.04928687959909439, -0.058528169989585876, -0.032659560441970825, -0.004377798642963171, -0.01533214095979929, 0.01768621988594532, 0.05614783987402916, 0.026516202837228775, -0.02418837696313858, -0.04424617812037468, -0.03917047008872032, 0.008134260773658752, -0.015944726765155792, 0.036405082792043686, 0.017292413860559464, 0.006502158008515835, -0.0010671020718291402, 0.01718739978969097, -0.02994668111205101, -0.00763106532394886, 0.04074569046497345, 0.036265064030885696, -0.03372721001505852, 0.0639539286494255, 0.015830960124731064, 0.06591420620679855, 0.03405975550413132, 0.006567792035639286, 0.04669652134180069, 0.029719149693846703, 0.017091136425733566, -0.06321882456541061, 0.016207262873649597, 0.022665664553642273, 0.03444480895996094, -0.01067649107426405, 0.0012164198560640216, 0.013529389165341854, -0.011262822896242142, -0.04536633566021919, -0.032274506986141205, 0.0342697836458683, 0.027846388518810272, 0.0015577174490317702, 0.000804565439466387, -0.014106969349086285, 0.024293391034007072, 0.038995444774627686, 0.00008306824020110071, 0.04963693022727966, -0.043791115283966064, -0.06692934781312943, 0.01857009343802929, 0.0026538081001490355, -0.033429667353630066, -0.010133914649486542, 0.050792090594768524, 0.019550230354070663, 0.020652882754802704, 0.031749431043863297, 0.02793389931321144, -0.047011565417051315, -0.05859818309545517, -0.009180031716823578, -0.02763635851442814, 0.026866251602768898, 0.03906545415520668, 0.02313823066651821, -0.0010310033103451133, -0.00009605833474779502, -0.06388392299413681, -0.007954861037433147, 0.038610391318798065, 0.005132591817528009, -0.016216013580560684, 0.06538912653923035, -0.015384647995233536, -0.05961332470178604, 0.00459439167752862, -0.05352247133851051, 0.03355218470096588, -0.01843007281422615, -0.012024179100990295, -0.030681783333420753, 0.011674130335450172, -0.02126546949148178, -0.04295099526643753, -0.017782483249902725, -0.0229457039386034, 0.019707752391695976, -0.013109330087900162, 0.08849235624074936, 0.057373009622097015, 0.020425351336598396, 0.10459460318088531, -0.007731704507023096, -0.039520516991615295, 0.013109330087900162, -0.008051124401390553, 0.03178443759679794, 0.0034239154774695635, -0.021825546398758888, -0.038225337862968445, -0.019182678312063217, -0.032607052475214005, -0.049986980855464935, -0.033324651420116425, 0.00350267649628222, -0.02352328412234783, 0.005876445677131414, -0.05590280517935753, 0.014710803516209126, -0.03987056761980057, 0.03955552354454994, 0.03556496649980545, 0.001134377089329064, 0.000010024593393609393, -0.04316102713346481, 0.05754803493618965, 0.019690249115228653, -0.08044122904539108, -0.037840284407138824, -0.06598421186208725, -0.014588287100195885, -0.013231847435235977, 0.041480790823698044, 0.007206631358712912, 0.021703030914068222, -0.01809752732515335, -0.00711474334821105, -0.0549926795065403, -0.0015172431012615561, 0.012400480918586254, 0.025221021845936775, -0.009775115177035332, -0.026428690180182457, -0.046626508235931396, -0.024590933695435524, 0.000025005932911881246, 0.026288669556379318, -0.009748861193656921, 0.00911877304315567, 0.01843007281422615, 0.04214588552713394, 0.02889653481543064, -0.03019171580672264, 0.008217397145926952, 0.005211352836340666, -0.004257469438016415, -0.003229200839996338, 0.013091827742755413, 0.03556496649980545, 0.011691632680594921, -0.004474062006920576, 0.040815699845552444, 0.0023146981839090586, -0.027846388518810272, -0.018587594851851463, -0.005959582049399614, 0.03658010810613632, -0.06850456446409225, -0.06426897644996643, -0.04127076268196106, 0.023540787398815155, 0.032467033714056015, 0.007250387221574783, 0.08114133030176163, -0.03253704309463501, -0.007919855415821075, 0.007456040941178799, -0.027233801782131195, -0.03523241728544235, 0.03302711248397827, -0.002885715337470174, 0.012671769596636295, -0.009871378540992737, 0.04015060514211655, -0.06972973793745041, -0.047676656395196915, -0.01317058876156807, -0.0008362886146642268, -0.008331162855029106, 0.005010074470192194, 0.013223095797002316, -0.008234899491071701, -0.0491468608379364, 0.01000264659523964, -0.009057514369487762, 0.0673494040966034, -0.010912773199379444, -0.022105585783720016, 0.018832629546523094, 0.05082709714770317, 0.017651215195655823, 0.02782888524234295, 0.009215036407113075, 0.0407806932926178, 0.052857380360364914, -0.01605849154293537, 0.05149218812584877, -0.029194075614213943, 0.0019558980129659176, -0.0536624938249588, -0.00595083087682724, 0.025553567335009575, 0.01724865846335888, -0.01079900749027729, 0.002226092154160142, 0.0017174272798001766, 0.030314233154058456, 0.004725659731775522, 0.026078641414642334, -0.003071678802371025, 0.008904368616640568, -0.06566917151212692, -0.003997120540589094, -0.03780527785420418, -0.051282159984111786, -0.024643439799547195, 0.022998211905360222, -0.018937643617391586, -0.026463694870471954, -0.020285332575440407, 0.014150725677609444, 0.037070177495479584, -0.0284589733928442, 0.012943057343363762, 0.020512863993644714, -0.005718923639506102, -0.0035289302468299866, -0.021230464801192284, -0.006825953256338835, 0.008637456223368645, 0.030839305371046066, 0.010615232400596142, 0.05152719467878342, 0.03661511093378067, 0.04550635442137718, 0.02749633975327015, 0.00005237059303908609, 0.01589221879839897, 0.03920547291636467, 0.0776408389210701, -0.012024179100990295, -0.020127810537815094, 0.013284354470670223, -0.031119344756007195, -0.00424871826544404, -0.000303558015730232, -0.07358027249574661, 0.0054520112462341785, 0.012803037650883198, 0.033762212842702866, -0.035389941185712814, 0.026796240359544754, 0.013135584071278572 ]
22,904
anytree.render
__init__
null
def __init__(self): super(AsciiStyle, self).__init__("| ", "|-- ", "+-- ")
(self)
[ -0.017244894057512283, -0.026887748390436172, 0.059353724122047424, 0.007202378939837217, -0.026734687387943268, -0.05241495370864868, -0.02232992649078369, 0.045340124517679214, 0.059829916805028915, -0.012117343954741955, 0.005076529458165169, 0.04588434100151062, 0.02314625307917595, 0.027942169457674026, -0.048707470297813416, 0.011930269189178944, 0.04183672368526459, -0.026598632335662842, -0.0038222779985517263, -0.010493194684386253, 0.003441750770434737, -0.028044210746884346, 0.057959169149398804, -0.02353740856051445, 0.02790815569460392, 0.0832652822136879, -0.0478571318089962, -0.016224484890699387, -0.005960882641375065, -0.0633673295378685, -0.006386052817106247, -0.0351700596511364, -0.02452380210161209, 0.06653059273958206, 0.07455780357122421, -0.021190470084547997, -0.03741495683789253, -0.031207473948597908, -0.008507650345563889, 0.057653047144412994, 0.05513603985309601, -0.01976189948618412, -0.0036330772563815117, -0.020697273313999176, -0.017534008249640465, -0.023401353508234024, 0.07741494476795197, 0.0157057773321867, -0.019013600423932076, -0.09897956252098083, 0.03534012660384178, -0.023010198026895523, 0.027193870395421982, -0.02414965257048607, -0.060238078236579895, 0.019710879772901535, 0.033316317945718765, 0.039863936603069305, -0.014651356264948845, -0.009719384834170341, -0.05142855644226074, 0.02632652409374714, 0.016539111733436584, -0.027142850682139397, -0.01126700360327959, -0.02154761366546154, -0.0037372438237071037, -0.027448972687125206, 0.05142855644226074, 0.04411563277244568, 0.0403401255607605, 0.03782311826944351, -0.02680271305143833, -0.031819719821214676, 0.0017814621096476912, -0.013613942079246044, -0.08530610054731369, 0.040476180613040924, 0.013749996200203896, -0.01916666142642498, 0.016164962202310562, 0.04411563277244568, 0.01687074452638626, 0.04540815204381943, 0.031428564339876175, -0.0853741243481636, -0.010952377691864967, 0.010867344215512276, 0.005748298019170761, 0.014132649637758732, 0.0030314617324620485, -0.04476189240813255, -0.03687074035406113, 0.03318026289343834, -0.03175169229507446, -0.00645833183079958, 0.048129238188266754, -0.04819726571440697, 0.0421428456902504, -0.022772103548049927, -0.01937074400484562, 0.046326518058776855, -0.004557821899652481, -0.059149645268917084, -0.03656461462378502, -0.058843523263931274, -0.02860543504357338, 0.012125846929848194, -0.009005099534988403, -0.007193875499069691, 0.0028890299145132303, 0.0022215130738914013, 0.0734693706035614, -0.018809519708156586, 0.018435370177030563, 0.014625846408307552, -0.026887748390436172, -0.003905185963958502, 0.0607822984457016, 0.010816323570907116, 0.016369042918086052, -0.022091830149292946, -0.00006882438901811838, 0.009744895622134209, -0.0053571416065096855, 0.09455779939889908, -0.03625849261879921, 0.010085031390190125, 0.04506801441311836, -0.005221087019890547, 0.02653060480952263, 0.033724479377269745, -0.014217683114111423, -0.043537404388189316, 0.04993195831775665, -0.024268701672554016, -0.008784011006355286, 0.04499998688697815, -0.030016999691724777, 0.06261903047561646, 0.059353724122047424, -0.006955780554562807, 0.02620747685432434, -0.012091833166778088, -0.09591834247112274, 0.05768705904483795, 0.037687063217163086, 0.012729588896036148, 0.040170058608055115, 0.04857141524553299, 0.03130951523780823, 0.05608842149376869, -0.014821425080299377, 0.043741483241319656, 0.05251699313521385, 0.004362243693321943, -0.01568026840686798, -0.04744896665215492, 0.08047617226839066, 0.03527209907770157, 0.01346088107675314, -0.01698979176580906, 0.013911561109125614, -0.018350334838032722, -0.017397955060005188, 0.050306107848882675, -0.012117343954741955, -0.059251684695482254, 0.029523801058530807, -0.03585033118724823, 0.007461732719093561, -0.09136051684617996, -0.008626698516309261, 0.03761903941631317, 0.03976189345121384, 0.022397954016923904, -0.02821427769958973, 0.0750339925289154, -0.0272959116846323, -0.021122442558407784, 0.023163259029388428, 0.013222785666584969, -0.03474488854408264, -0.0051403045654296875, 0.06510202586650848, -0.029965978115797043, 0.07013603299856186, 0.042755089700222015, 0.012551017105579376, -0.023469381034374237, 0.009209181182086468, 0.025731286033988, -0.031020399183034897, -0.024693870916962624, -0.0036415806971490383, -0.008465133607387543, 0.017840132117271423, -0.03239795193076134, -0.03008502535521984, -0.02253400720655918, -0.03632652014493942, 0.07360542565584183, -0.024693870916962624, -0.008724487386643887, 0.0589795745909214, -0.01807822659611702, -0.014039112254977226, -0.03911563754081726, -0.05425168573856354, -0.01649659499526024, -0.017806118354201317, -0.035102032124996185, 0.0659523606300354, 0.03037414140999317, 0.02173468843102455, -0.06068025529384613, -0.01608843170106411, 0.02950679510831833, -0.015731288120150566, 0.052380938082933426, 0.07598637789487839, -0.01305271778255701, 0.014702376909554005, -0.024693870916962624, -0.0052040801383554935, -0.005080780945718288, -0.015229587443172932, -0.026479585096240044, -0.010867344215512276, 0.06928569823503494, -0.04789114370942116, -0.07149657607078552, -0.029047612100839615, 0.021122442558407784, -0.03428570553660393, 0.012482989579439163, -0.005369896534830332, -0.029914958402514458, -0.09149657189846039, -0.029268700629472733, -0.02891155704855919, 0.05523807927966118, 0.04261903464794159, -0.03625849261879921, 0.018826525658369064, -0.00019677396630868316, 0.022789109498262405, 0.047210872173309326, -0.04530610889196396, -0.002183247823268175, -0.06010202318429947, -0.0023426865227520466, -0.02979591116309166, 0.0161734651774168, -0.023962577804923058, -0.0049107130616903305, -0.03506801649928093, -0.016224484890699387, 0.008673466742038727, -0.006662413012236357, -0.03079931065440178, 0.03069727122783661, -0.0009603526559658349, 0.0309013519436121, 0.0957142636179924, 0.018928566947579384, -0.0026488087605684996, 0.03389455005526543, -0.012176867574453354, -0.018741492182016373, 0.08591834455728531, 0.01639455370604992, -0.01748298853635788, 0.04231291264295578, -0.03435373306274414, 0.03676869720220566, -0.020017001777887344, 0.004655611235648394, -0.03338434547185898, -0.047312911599874496, 0.04836733266711235, 0.05445576831698418, -0.057448964565992355, -0.00923469103872776, 0.008005950599908829, -0.0058886040933430195, 0.026581626385450363, -0.01216836366802454, -0.00964285433292389, -0.009838433004915714, 0.01855441741645336, 0.05632651597261429, 0.02692176215350628, 0.015552717261016369, 0.0889795646071434, 0.023979585617780685, 0.06789113581180573, 0.07306120544672012, -0.06374148279428482, -0.04180271178483963, -0.008843534626066685, -0.06836733222007751, 0.013971084728837013, 0.00898809265345335, -0.05265304818749428, -0.014115642756223679, -0.04367345944046974, 0.040884342044591904, 0.07040814310312271, 0.0013722360599786043, -0.01250850036740303, 0.04261903464794159, 0.002073766430839896, 0.021972782909870148, -0.014073125086724758, 0.06333331763744354, 0.0020907733123749495, 0.0034970229025930166, 0.036496587097644806, 0.050204068422317505, -0.026666659861803055, -0.07802718877792358, -0.01816326007246971, -0.058537401258945465, -0.00730016827583313, -0.0006255313055589795, -0.004876699298620224, 0.004477039445191622, 0.01539115235209465, 0.026088427752256393, -0.018197273835539818, -0.0151955746114254, 0.009421765804290771, -0.031445570290088654, -0.060238078236579895, -0.06615644693374634, 0.006823977921158075, 0.04547617956995964, -0.04506801441311836, -0.051292505115270615, 0.07646256685256958, 0.05261903256177902, -0.013265302404761314, -0.027142850682139397, 0.03826529532670975, -0.03802720084786415, -0.04357141628861427, 0.022312918677926064, -0.001985543640330434, 0.013775506988167763, 0.011981288902461529, -0.033724479377269745, 0.027942169457674026, -0.025374142453074455, 0.04149658605456352, -0.036292508244514465, -0.0256122387945652, -0.018996594473719597, 0.01955781877040863, -0.024557815864682198, 0.0197789054363966, 0.010756799951195717, -0.015059519559144974, 0.028945570811629295, -0.0478571318089962, -0.027329925447702408, 0.006156460847705603, 0.019013600423932076, -0.005391154903918505, 0.04139454662799835, 0.030612235888838768, 0.002178996102884412, -0.037687063217163086, -0.07646256685256958, -0.0009289963636547327, 0.0004655611119233072, -0.051088422536849976, 0.006747446954250336, -0.005471937358379364, -0.09081630408763885, -0.009098636917769909, 0.009914963506162167, -0.0025595230981707573, 0.0025595230981707573, -0.043061211705207825, -0.012261901050806046, -0.0068622431717813015, 0.034795910120010376, 0.04884352535009384, 0.0026041660457849503, -0.05047617852687836, -0.005841835401952267, 0.0698639303445816, -0.025663258507847786, -0.0006967472727410495, 0.00493622338399291, 0.04139454662799835, 0.006823977921158075, 0.012355438433587551, 0.0040221079252660275, 0.008290814235806465, -0.00868622213602066, 0.023214278742671013, 0.013214281760156155, 0.011828227899968624, -0.01627550646662712, 0.020102035254240036, 0.04180271178483963, -0.008035711944103241, 0.03914964944124222, -0.02064625360071659, -0.010875847190618515, 0.0037818867713212967, -0.03355441242456436, 0.002073766430839896, -0.047414954751729965, -0.008562922477722168, -0.008307821117341518, -0.030663257464766502, -0.02324829250574112, -0.07149657607078552, -0.020493192598223686, 0.0028380095027387142, 0.022499993443489075, 0.009421765804290771, 0.024166660383343697, -0.0016167087014764547, -0.013911561109125614, 0.037482984364032745, -0.04945576936006546, -0.03448978811502457, -0.026479585096240044, 0.0226360484957695, -0.039965976029634476, -0.010450677946209908, -0.031122440472245216, 0.004198553506284952, -0.00897958967834711, 0.000985331367701292, 0.02047618478536606, 0.0899999737739563, -0.031054412946105003, 0.05710882693529129, 0.04836733266711235, 0.0369727797806263, 0.002799744252115488, -0.008107990957796574, 0.06248297542333603, 0.021768702194094658, -0.010450677946209908, 0.02852039970457554, 0.08959181606769562, -0.02136053889989853, -0.029812917113304138, 0.04462583735585213, -0.021020403131842613, 0.007351188454777002, -0.028775501996278763, -0.027329925447702408, 0.03221087530255318, -0.009821426123380661, 0.06343536078929901, -0.05455780774354935, -0.016819722950458527, -0.07217685133218765, 0.00404549203813076, 0.025578225031495094, 0.021530605852603912, -0.042857132852077484, 0.023469381034374237, -0.06663263589143753, -0.005119046196341515, -0.006024658214300871, -0.02442176267504692, 0.0029209177009761333, -0.014753397554159164, 0.001192601746879518, -0.03394556790590286, -0.03474488854408264, -0.0058886040933430195, -0.040170058608055115, -0.0796598419547081, -0.03860543295741081, -0.01676870323717594, -0.0006127762026153505, 0.023877544328570366, 0.03088434599339962, -0.010680269449949265, 0.022602034732699394, 0.029421761631965637, 0.0227550957351923, 0.04717685654759407, -0.09224487096071243, 0.02551019750535488, 0.04431971535086632, 0.0037691316101700068, -0.0012340558459982276, 0.0004512116138357669, -0.020442171022295952, -0.04585032910108566, -0.00351402978412807, -0.02534012869000435, -0.054183658212423325, -0.04153060168027878, 0.030612235888838768, 0.007402209099382162, 0.0009183671209029853, -0.018996594473719597, 0.004181546624749899, -0.025799313560128212, -0.017142852768301964, -0.027142850682139397, 0.02712584286928177, -0.03615645319223404, -0.015289111994206905, -0.02363944984972477, -0.04948978126049042, 0.040068015456199646, 0.03989794850349426, 0.006449828390032053, 0.02620747685432434, -0.020578226074576378, -0.06935372203588486, -0.07081630825996399, -0.03761903941631317, 0.01974489353597164, 0.0038137745577841997, -0.017823124304413795, 0.013801016844809055, 0.00938775297254324, -0.00795067846775055, -0.013205778785049915, -0.002400084398686886, -0.0000816459214547649, -0.028843529522418976, 0.07925167679786682, -0.016913261264562607, 0.033231284469366074, 0.01191326230764389, 0.014770404435694218, 0.04486393183469772, 0.0018824399448931217, 0.03979590907692909, -0.07496596872806549, 0.00898809265345335, 0.04312923923134804, -0.01659013144671917, -0.039285704493522644, -0.019251694902777672, 0.020612239837646484, -0.03942175954580307, -0.03578230366110802, -0.05394556373357773, 0.03693876415491104, 0.008218535222113132, -0.031207473948597908, -0.006258501671254635, -0.02433672733604908, 0.03741495683789253, 0.048503387719392776, 0.016938770189881325, 0.034421760588884354, -0.002504250966012478, -0.05721087008714676, -0.047414954751729965, 0.0226360484957695, -0.04289114475250244, 0.033605434000492096, -0.02096938155591488, 0.018146254122257233, 0.008588433265686035, -0.024387748911976814, 0.015731288120150566, -0.003131376812234521, -0.0780952200293541, -0.0033567168284207582, -0.0012818874092772603, 0.06653059273958206, -0.008239793591201305, 0.010246596299111843, -0.03911563754081726, 0.02273808978497982, -0.06244896352291107, -0.0480952262878418, 0.014540812000632286, -0.01346088107675314, -0.03741495683789253, 0.02918366529047489, -0.0028486386872828007, -0.03328230232000351, 0.005561222787946463, -0.004987243562936783, 0.021683666855096817, -0.02670067362487316, -0.03306121751666069, -0.009982990100979805, 0.04180271178483963, -0.010926867835223675, -0.03714284673333168, 0.018010199069976807, -0.013826526701450348, 0.030918359756469727, -0.04846937581896782, 0.08013603091239929, 0.0631292313337326, 0.023384347558021545, 0.09040813893079758, 0.0226360484957695, -0.04418366029858589, -0.016964280977845192, -0.018537409603595734, 0.01916666142642498, -0.01579931564629078, -0.05132651701569557, -0.008715984411537647, 0.009957480244338512, -0.017321424558758736, -0.02959182858467102, 0.03239795193076134, -0.00030160494497977197, -0.032329924404621124, 0.03464284911751747, -0.07217685133218765, 0.03037414140999317, -0.029931964352726936, 0.031921759247779846, -0.008669215254485607, 0.01599489338696003, -0.01608843170106411, -0.08367344737052917, 0.040680259466171265, 0.01192176528275013, -0.03125849366188049, -0.04666665568947792, -0.05251699313521385, 0.03857141733169556, -0.03914964944124222, 0.030153052881360054, 0.018248293548822403, 0.04411563277244568, 0.030629243701696396, -0.03304420784115791, -0.013426867313683033, 0.014676867052912712, -0.015229587443172932, -0.01072278618812561, -0.04520406946539879, -0.02482992596924305, -0.025187067687511444, -0.017015300691127777, 0.0022002544719725847, 0.013835030607879162, -0.013877547346055508, 0.020680267363786697, -0.013205778785049915, -0.008626698516309261, 0.005909862462431192, -0.028860537335276604, 0.021870741620659828, -0.02840135246515274, -0.007070576306432486, 0.049013592302799225, 0.014591832645237446, 0.01568877138197422, 0.0791156217455864, -0.02928570657968521, 0.03989794850349426, -0.004791665356606245, -0.01221088133752346, 0.003371597733348608, -0.013613942079246044, -0.005463433917611837, -0.09659861028194427, -0.008456630632281303, -0.02363944984972477, 0.001659225788898766, 0.025544211268424988, -0.0421428456902504, 0.11204078793525696, -0.0014402632368728518, -0.008048467338085175, -0.010119045153260231, -0.015748295933008194, -0.06397957354784012, 0.017049314454197884, 0.03440475091338158, -0.011505099013447762, 0.024778904393315315, 0.02234693244099617, -0.0734693706035614, -0.07081630825996399, -0.01544217299669981, -0.02175169438123703, 0.002963434671983123, -0.0006823978037573397, -0.01078230980783701, -0.02146258018910885, -0.10333330929279327, 0.006466834805905819, -0.00700254924595356, 0.04241495579481125, 0.020816320553421974, -0.04846937581896782, 0.03585033118724823, 0.032329924404621124, 0.01875849813222885, 0.032227881252765656, -0.026581626385450363, 0.04377549886703491, 0.01514455396682024, 0.027329925447702408, 0.08149657398462296, 0.001576317590661347, -0.009115643799304962, 0.005284862592816353, -0.02333332784473896, 0.018724484369158745, -0.022772103548049927, -0.007640304043889046, 0.01628400944173336, 0.007967685349285603, 0.009396255947649479, 0.02255101501941681, 0.038877539336681366, 0.0027125843334943056, -0.016802717000246048, -0.1076190173625946, -0.007236392702907324, -0.02244897373020649, -0.04098638519644737, -0.020391151309013367, 0.0290986318141222, -0.05578229948878288, 0.017534008249640465, -0.024506796151399612, 0.018809519708156586, 0.04588434100151062, 0.009379249066114426, 0.04459182545542717, 0.03147958219051361, -0.023418361321091652, -0.020612239837646484, -0.014710880815982819, 0.001426445203833282, -0.01906462013721466, 0.08673466742038727, 0.024693870916962624, 0.052006788551807404, -0.0023639448918402195, 0.09176868200302124, 0.01677720621228218, 0.020884348079562187, -0.01132652722299099, 0.05221087113022804, 0.038469377905130386, -0.030765298753976822, 0.011709180660545826, 0.016309520229697227, -0.01449829526245594, 0.012959180399775505, -0.00702805956825614, -0.049421753734350204, 0.03384352847933769, 0.044251687824726105, 0.039965976029634476, 0.011539112776517868, 0.040884342044591904, 0.006020406726747751 ]
22,906
anytree.resolver
ChildResolverError
null
class ChildResolverError(ResolverError): def __init__(self, node, child, pathattr): """Child Resolve Error at `node` handling `child`.""" names = [repr(_getattr(c, pathattr)) for c in node.children] msg = "%r has no child %s. Children are: %s." % (node, child, ", ".join(names)) super(ChildResolverError, self).__init__(node, child, msg)
(node, child, pathattr)
[ -0.008668355643749237, -0.005283186212182045, 0.039943210780620575, 0.048089053481817245, -0.047410231083631516, 0.026402533054351807, 0.05398407205939293, 0.03067195601761341, 0.10260903090238571, -0.03862129896879196, 0.06313028186559677, 0.017050892114639282, 0.05780690163373947, -0.005930745042860508, -0.011227329261600971, 0.05284079536795616, 0.04405185952782631, 0.0782429575920105, -0.0034923513885587454, 0.03490564972162247, -0.046266958117485046, 0.0007352024549618363, -0.020168105140328407, -0.07717113941907883, -0.02165079116821289, 0.05995054170489311, 0.02375870756804943, 0.01366572268307209, 0.03397673740983009, -0.01655963994562626, -0.0462312288582325, -0.009521346539258957, -0.027420762926340103, 0.023222796618938446, -0.015496751293540001, 0.024258891120553017, -0.04337303712964058, 0.03526292368769646, -0.04912514612078667, 0.025759439915418625, -0.02951081469655037, 0.03683492913842201, -0.09196227788925171, -0.03333364427089691, 0.031636595726013184, -0.04080066829919815, 0.021275654435157776, 0.051375970244407654, -0.05469861626625061, -0.042837128043174744, 0.0017249624943360686, 0.0071365442126989365, 0.025366438552737236, 0.015586068853735924, 0.01162033062428236, 0.08796080946922302, -0.02324066124856472, 0.0958922877907753, 0.04469495266675949, 0.003394101047888398, 0.023151341825723648, 0.041015032678842545, -0.022186702117323875, 0.010753940790891647, 0.011388102546334267, -0.022865522652864456, 0.0533052496612072, -0.05684226006269455, -0.06902530044317245, 0.028689086437225342, -0.01580936461687088, -0.035370104014873505, -0.03808538615703583, 0.04891078174114227, 0.12361673265695572, -0.022990569472312927, 0.003896517213433981, 0.0069355773739516735, 0.09374864399433136, 0.022579703480005264, -0.031315047293901443, -0.03417323902249336, -0.018399599939584732, -0.015755774453282356, -0.008177104406058788, -0.009780369699001312, 0.022972704842686653, -0.06098663806915283, -0.02499130181968212, 0.047017231583595276, -0.09017590433359146, -0.04094357788562775, -0.020150242373347282, 0.05033987760543823, -0.0425155833363533, 0.05291225016117096, 0.0692039355635643, -0.028867723420262337, 0.013353108428418636, -0.04190821573138237, 0.04222976416349411, 0.033512283116579056, -0.006069188471883535, 0.015586068853735924, 0.023187069222331047, -0.011111214756965637, -0.009351641871035099, -0.0674532949924469, 0.04365885630249977, -0.014148042537271976, -0.035691652446985245, 0.040622029453516006, -0.001084660878404975, 0.06002199649810791, -0.035888154059648514, -0.03919293358922005, -0.005327845457941294, -0.022508248686790466, 0.0010813114931806922, -0.01648818515241146, 0.07163339853286743, -0.011218396946787834, -0.04305149242281914, -0.0014402599772438407, -0.009967938996851444, 0.04758886992931366, -0.051304515451192856, -0.00899436790496111, 0.03794247657060623, 0.02343716099858284, 0.01752427965402603, -0.03002886287868023, -0.030046725645661354, -0.05787835642695427, 0.000336060649715364, 0.06723892688751221, 0.05119733512401581, -0.008212831802666187, -0.04373031109571457, -0.027706582099199295, -0.023187069222331047, 0.015541410073637962, 0.0265811700373888, -0.04866069182753563, 0.017774371430277824, 0.054484251886606216, -0.013853291049599648, 0.03242259845137596, -0.07324112951755524, -0.020882653072476387, -0.049518149346113205, -0.005314447917044163, 0.02324066124856472, -0.004189035389572382, 0.019274922087788582, 0.03233327716588974, 0.009351641871035099, -0.004010398406535387, -0.03102922812104225, -0.03436974063515663, -0.026402533054351807, -0.08796080946922302, 0.0024272287264466286, -0.02924286015331745, 0.009744642302393913, -0.01481793075799942, 0.015568205155432224, -0.07745695859193802, -0.04147948697209358, 0.07309821993112564, -0.028867723420262337, -0.02236533910036087, -0.042837128043174744, -0.009610665030777454, -0.009351641871035099, 0.015514614060521126, 0.03804966062307358, -0.006100450176745653, -0.012656424194574356, 0.0478389598429203, 0.04358740150928497, -0.02856403961777687, 0.0407649390399456, -0.036209698766469955, 0.050661422312259674, 0.04523086175322533, -0.020954107865691185, 0.02399093471467495, 0.03651338070631027, 0.021704383194446564, 0.03562019765377045, 0.0363168828189373, 0.05577043816447258, -0.003916613757610321, 0.048803601413965225, -0.04155094176530838, -0.014701816253364086, -0.03515573963522911, 0.04548095539212227, 0.05423416197299957, -0.021150609478354454, 0.026277488097548485, -0.009306982159614563, 0.011915081180632114, 0.0008781119831837714, 0.09031881392002106, -0.009235527366399765, -0.0036218632012605667, -0.056627895683050156, -0.02149001881480217, -0.052769340574741364, 0.03829975053668022, 0.028224630281329155, -0.020757608115673065, -0.05030415207147598, -0.0015429762424901128, -0.0427299439907074, -0.0070293620228767395, 0.03869275376200676, 0.01708661951124668, 0.06520246714353561, 0.015469955280423164, 0.0959637388586998, -0.02204379253089428, -0.0442662239074707, -0.03090418316423893, 0.0013286119792610407, -0.027903083711862564, -0.010798600502312183, 0.010235894471406937, -0.004912514705210924, -0.01137917023152113, 0.010012597776949406, 0.0007564155966974795, 0.03331578150391579, -0.037406567484140396, 0.02418743632733822, 0.012084785848855972, 0.00823962688446045, 0.019114147871732712, -0.06988275051116943, -0.03197600319981575, -0.06513101607561111, -0.021936610341072083, 0.06845366209745407, -0.023848025128245354, 0.05405552685260773, -0.010995101183652878, -0.010432395152747631, -0.011584603227674961, 0.008328945375978947, 0.007248192094266415, -0.01970364898443222, -0.0018098150612786412, 0.04151521623134613, -0.10546722263097763, -0.05259070172905922, -0.04823196306824684, 0.047767505049705505, 0.01559500116854906, -0.02022169716656208, 0.05123306065797806, 0.005720846820622683, 0.03483419492840767, -0.06530965119600296, -0.023508615791797638, -0.04380176588892937, -0.009976870380342007, -0.059879086911678314, 0.02411598153412342, 0.08703189343214035, -0.014728612266480923, -0.034584105014801025, 0.04194394499063492, -0.008695150725543499, -0.0018198633333668113, -0.016613231971859932, 0.05891444906592369, -0.004912514705210924, -0.0010478170588612556, 0.015996934846043587, -0.014371338300406933, -0.026402533054351807, 0.04394467547535896, -0.013817563652992249, -0.02343716099858284, -0.020436061546206474, 0.0781000480055809, -0.07731404900550842, 0.010477053932845592, -0.00006091797331464477, -0.012281286530196667, -0.05444852635264397, 0.015130545012652874, -0.03185096010565758, -0.017702916637063026, -0.04912514612078667, -0.016398867592215538, -0.010521713644266129, -0.0195071492344141, -0.021990202367305756, 0.01400513295084238, 0.0011868189321830869, 0.024937711656093597, -0.016675753518939018, 0.004180103540420532, 0.022025929763913155, 0.004057290498167276, -0.02895704098045826, 0.018703283742070198, -0.0011242959881201386, 0.04162239655852318, -0.07302676141262054, 0.02399093471467495, 0.005077753681689501, 0.07138330489397049, -0.022776205092668533, -0.0584857203066349, 0.009271254763007164, 0.05351961404085159, -0.09017590433359146, 0.02093624509871006, -0.014532111585140228, -0.0164435263723135, -0.011575670912861824, 0.074384406208992, 0.01767612062394619, 0.04298003762960434, 0.009619597345590591, 0.051304515451192856, -0.009449891746044159, -0.04519513621926308, -0.010235894471406937, -0.0674532949924469, -0.007480420172214508, -0.029260722920298576, 0.027438627555966377, -0.03540583327412605, 0.05466289073228836, 0.0074982838705182076, 0.03722792863845825, 0.03980030119419098, -0.019560739398002625, 0.022293884307146072, 0.00622549606487155, -0.008498650044202805, 0.02963586151599884, -0.015657523646950722, -0.006413064431399107, 0.0006536993896588683, -0.0585571750998497, -0.013862223364412785, -0.0319402776658535, -0.018283486366271973, -0.007386635523289442, 0.016041593626141548, -0.03161872923374176, 0.0086772870272398, -0.01886405609548092, 0.005685119424015284, 0.039943210780620575, -0.05619916692376137, -0.004894651006907225, -0.023651525378227234, -0.0195071492344141, -0.041693851351737976, -0.026045259088277817, 0.025402165949344635, 0.0058056991547346115, -0.013567471876740456, -0.0018622896168380976, -0.015862956643104553, 0.02534857578575611, -0.02256184071302414, 0.016309548169374466, 0.03451265022158623, 0.020632561296224594, 0.02633107826113701, 0.01370145007967949, -0.012486719526350498, -0.0462312288582325, -0.00581016531214118, -0.029064223170280457, -0.03560233488678932, -0.014210565015673637, -0.03701356425881386, 0.037513747811317444, 0.025312848389148712, 0.032476186752319336, 0.025241393595933914, -0.03651338070631027, -0.033226463943719864, -0.003097117180004716, -0.030993502587080002, -0.026009531691670418, -0.054162707179784775, 0.05073287710547447, -0.030689818784594536, -0.008721946738660336, -0.04398040473461151, 0.0045820362865924835, -0.011102283373475075, -0.02924286015331745, 0.03737083822488785, 0.07234794646501541, -0.00977143831551075, 0.012960107065737247, 0.018042325973510742, -0.006721213459968567, -0.04587395489215851, 0.029260722920298576, -0.02502702921628952, 0.014335610903799534, -0.028546176850795746, -0.03579883277416229, -0.014532111585140228, 0.03879993408918381, -0.006328212097287178, -0.004921446554362774, -0.04969678446650505, 0.0035593402571976185, -0.03190454840660095, 0.016193434596061707, -0.009950075298547745, 0.054162707179784775, -0.026956308633089066, -0.035137876868247986, 0.014299883507192135, 0.03170805051922798, 0.007927012629806995, 0.015425296500325203, -0.0018064656760543585, -0.043480221182107925, -0.04573104530572891, 0.02466975525021553, -0.032118912786245346, -0.034744877368211746, 0.026277488097548485, -0.04001466557383537, 0.06273727864027023, -0.03313714265823364, 0.06427355855703354, 0.015353841707110405, 0.008311081677675247, 0.039585936814546585, -0.025116348639130592, 0.03590601682662964, 0.024258891120553017, -0.0017852524761110544, -0.05469861626625061, 0.016113048419356346, -0.057020898908376694, 0.04726732149720192, -0.008150308392941952, -0.022865522652864456, -0.03133291006088257, -0.008980969898402691, 0.03260123357176781, -0.002833627862855792, 0.016229161992669106, -0.05355534330010414, 0.03249405324459076, 0.00469815032556653, -0.035334378480911255, -0.05602053180336952, 0.037085019052028656, 0.023133479058742523, -0.000011574763448152225, 0.015371705405414104, -0.03937157243490219, 0.011611398309469223, -0.008453991264104843, 0.009985802695155144, -0.03912147879600525, -0.028171038255095482, -0.02165079116821289, -0.008552241139113903, -0.03102922812104225, -0.0026661555748432875, -0.0016133144963532686, 0.021793700754642487, -0.028028128668665886, 0.03599533438682556, -0.019042693078517914, -0.006350541487336159, -0.05823562666773796, -0.01739923469722271, 0.00032629145425744355, -0.024937711656093597, 0.03002886287868023, 0.018721146509051323, -0.004456990398466587, -0.03133291006088257, 0.008154774084687233, 0.04480213299393654, -0.0015050158835947514, -0.026170305907726288, 0.015469955280423164, 0.0249019842594862, -0.0390142984688282, -0.006542576476931572, -0.05348388850688934, 0.05937890335917473, -0.024937711656093597, 0.02674194425344467, -0.029403632506728172, 0.010870055295526981, 0.0035839027259498835, 0.038228295743465424, -0.019721513614058495, -0.011522079817950726, 0.002965372521430254, 0.030779138207435608, 0.016139844432473183, -0.026509715244174004, 0.016354208812117577, -0.033512283116579056, 0.011915081180632114, 0.03401246666908264, 0.06727465242147446, 0.029760906472802162, -0.018542509526014328, 0.042372673749923706, -0.02645612508058548, 0.056270621716976166, -0.016354208812117577, -0.005238526966422796, 0.02216883935034275, 0.016381002962589264, -0.0035638061817735434, 0.00792254600673914, -0.01094151008874178, 0.04994687810540199, 0.03381596505641937, 0.020793335512280464, 0.054126981645822525, -0.010369871743023396, 0.0443376787006855, -0.06295163929462433, -0.005068821832537651, 0.009682119823992252, 0.059771906584501266, -0.02947508729994297, 0.03879993408918381, 0.0011678386945277452, -0.09046172350645065, -0.008748741820454597, -0.020561106503009796, 0.040979303419589996, 0.0058056991547346115, 0.006640826817601919, 0.008400400169193745, -0.019882285967469215, 0.009351641871035099, -0.0011382519733160734, 0.032083187252283096, -0.02506275661289692, 0.00828428566455841, 0.004157773684710264, 0.0023468423169106245, 0.03826402500271797, 0.021668655797839165, 0.06948975473642349, -0.02804599329829216, 0.03662056475877762, 0.007266055792570114, -0.02924286015331745, 0.017095550894737244, 0.002313347766175866, 0.003775937482714653, -0.01941782981157303, 0.030957775190472603, -0.04147948697209358, 0.02125779166817665, -0.01977510377764702, 0.005479686893522739, 0.03729938343167305, 0.027545809745788574, 0.015380636788904667, -0.01970364898443222, 0.027938811108469963, -0.022258156910538673, -0.07702822983264923, 0.010780736804008484, -0.003438760293647647, -0.024098116904497147, 0.024294618517160416, 0.05748535320162773, -0.008931844495236874, -0.014156973920762539, -0.08060096949338913, -0.06509528309106827, 0.009440960362553596, -0.0015519080916419625, 0.07617077231407166, -0.0025411099195480347, -0.054555706679821014, -0.014808998443186283, 0.00943202804774046, -0.051661789417266846, -0.03067195601761341, -0.01780116744339466, 0.06366618722677231, 0.03522719442844391, 0.0007776287384331226, -0.036727745085954666, 0.030171772465109825, -0.03535224124789238, -0.055270254611968994, 0.039943210780620575, 0.03294064477086067, 0.010378804057836533, 0.05812844634056091, 0.02717067115008831, -0.056234896183013916, -0.08596007525920868, -0.02736717276275158, -0.009476687759160995, -0.045981138944625854, 0.0012772538466379046, -0.02284765988588333, -0.04415903985500336, -0.017131278291344643, 0.02243679389357567, -0.0604507252573967, 0.07938623428344727, -0.008387002162635326, -0.0003218255296815187, -0.04644559323787689, -0.05709235370159149, 0.01454104296863079, 0.015720047056674957, -0.024616165086627007, -0.07931478321552277, -0.057663992047309875, -0.010173371061682701, 0.04373031109571457, -0.009646392427384853, 0.01585402525961399, 0.02859976701438427, -0.0426584891974926, -0.02006092295050621, -0.12904728949069977, 0.03308355435729027, -0.055234529078006744, -0.015353841707110405, -0.03758520260453224, -0.0496610589325428, 0.016622163355350494, 0.021275654435157776, 0.0729910358786583, 0.06866802275180817, -0.057663992047309875, 0.004912514705210924, 0.06245145946741104, -0.013621062971651554, -0.02184729278087616, -0.02347288839519024, -0.0329585075378418, 0.036566972732543945, 0.023615797981619835, -0.03594174236059189, 0.021918747574090958, -0.027259990572929382, 0.02609885111451149, -0.019042693078517914, 0.028867723420262337, -0.016514981165528297, -0.02931431494653225, 0.011414897628128529, 0.007962740026414394, -0.035459425300359726, -0.021543608978390694, -0.022865522652864456, -0.06595274060964584, -0.013085152953863144, -0.0028492584824562073, -0.03022536262869835, 0.038907114416360855, 0.060236360877752304, 0.011209465563297272, -0.013013698160648346, -0.045659590512514114, 0.01601479761302471, -0.0018868522020056844, 0.06245145946741104, 0.037799566984176636, 0.04365885630249977, 0.03665629029273987, -0.0708831176161766, 0.04612404853105545, 0.0006352774798870087, 0.016336344182491302, 0.05823562666773796, -0.044587768614292145, 0.03862129896879196, -0.032083187252283096, -0.028510449454188347, -0.010968305170536041, 0.031475819647312164, 0.04523086175322533, -0.0004267746990080923, -0.019006965681910515, -0.042372673749923706, -0.0010768455686047673, -0.030136045068502426, 0.012593901716172695, 0.03804966062307358, 0.018703283742070198, 0.015586068853735924, -0.00780643243342638, 0.007319646887481213, 0.013585335575044155, -0.06809638440608978, -0.021472154185175896, -0.030975637957453728, 0.05016124248504639, 0.024794802069664, -0.014299883507192135, -0.021579336374998093, 0.015559273771941662, 0.013049425557255745, 0.05584189295768738, 0.013513881713151932, 0.0007257123943418264, 0.009592801332473755, 0.02149001881480217, -0.03174377605319023, 0.04487358778715134, 0.017577869817614555, 0.01454104296863079, 0.05816417187452316, -0.001614430919289589, -0.012638560496270657, -0.014451725408434868, -0.017024096101522446, -0.007056157570332289, 0.027438627555966377, -0.011673920787870884, 0.03574524447321892, 0.052340611815452576, 0.017622530460357666, 0.014371338300406933, -0.03804966062307358, 0.039585936814546585, 0.014415998011827469, -0.015246659517288208, 0.10518140345811844, -0.020507516339421272, 0.015085886232554913, 0.02408025413751602, 0.025687985122203827, -0.001502782921306789, 0.08281606435775757, -0.015532477758824825, -0.06466655433177948, 0.021186336874961853, 0.015228795818984509, -0.0086772870272398, -0.01204012706875801, -0.016988368704915047, -0.006221029907464981, -0.027277853339910507, 0.01045025885105133, 0.05176897346973419, 0.02593807689845562, 0.012772537767887115, 0.015103749930858612 ]
22,907
anytree.resolver
__init__
Child Resolve Error at `node` handling `child`.
def __init__(self, node, child, pathattr): """Child Resolve Error at `node` handling `child`.""" names = [repr(_getattr(c, pathattr)) for c in node.children] msg = "%r has no child %s. Children are: %s." % (node, child, ", ".join(names)) super(ChildResolverError, self).__init__(node, child, msg)
(self, node, child, pathattr)
[ -0.005103185772895813, 0.006115931551903486, 0.056012287735939026, 0.043911948800086975, -0.05166317895054817, 0.02600695751607418, 0.0687088742852211, 0.034845463931560516, 0.08824478089809418, -0.04208812862634659, 0.06302697211503983, 0.04556040093302727, 0.06351800262928009, -0.010153761133551598, -0.030654188245534897, 0.05387280508875847, 0.04436790570616722, 0.08852536976337433, -0.02086869813501835, 0.03505590558052063, -0.05001472681760788, 0.014687003567814827, -0.020745940506458282, -0.06341278553009033, -0.008566687814891338, 0.05103185772895813, 0.018974732607603073, 0.021640313789248466, 0.024148065596818924, -0.02739235758781433, -0.04019416496157646, -0.01601102575659752, -0.041106075048446655, 0.009618891403079033, -0.003189491108059883, 0.03395109251141548, -0.04208812862634659, 0.02702408656477928, -0.06621865928173065, 0.019869104027748108, 0.006102778948843479, 0.026936402544379234, -0.08971786499023438, -0.02981242537498474, 0.026848720386624336, -0.04068519175052643, 0.0458059161901474, 0.04310525953769684, -0.06628880649805069, -0.04833120107650757, -0.0069927675649523735, 0.024831997230648994, 0.03956284373998642, 0.01730874367058277, 0.0004307457129471004, 0.09259388595819473, -0.023762257769703865, 0.09469829499721527, 0.03998372331261635, 0.007856450974941254, 0.00850530993193388, 0.04724392667412758, -0.02569129690527916, 0.014757150784134865, -0.005304858088493347, -0.023867476731538773, 0.04065011814236641, -0.06530674546957016, -0.07589893043041229, 0.03196944296360016, 0.0020660448353737593, -0.02776062861084938, -0.04499922692775726, 0.04542010650038719, 0.13257761299610138, -0.017861150205135345, 0.0005535027594305575, 0.011924969963729382, 0.08298376202583313, 0.02362196333706379, -0.028304267674684525, -0.020710866898298264, -0.038405418395996094, -0.01335421297699213, -0.010302823968231678, -0.0030974233523011208, 0.013205151073634624, -0.048050615936517715, -0.030268380418419838, 0.04552532732486725, -0.09069991856813431, -0.03447719290852547, -0.010750009678304195, 0.05973007157444954, -0.031759001314640045, 0.03745843470096588, 0.07260202616453171, -0.02563868649303913, 0.01806282252073288, -0.0270591601729393, 0.04920803755521774, -0.004765603691339493, -0.0052084061317145824, -0.0012999094324186444, 0.01874675415456295, -0.020745940506458282, -0.016388066112995148, -0.054679494351148605, 0.046367090195417404, -0.024902144446969032, -0.037633802741765976, 0.027900923043489456, 0.004480632022023201, 0.056433167308568954, -0.03612564504146576, -0.02016722969710827, -0.010364201851189137, -0.031039996072649956, 0.015774279832839966, -0.032460469752550125, 0.0840359702706337, -0.007159366272389889, -0.0506109781563282, 0.009908247739076614, -0.007996744476258755, 0.03258322924375534, -0.0395277701318264, -0.008641219697892666, 0.028655001893639565, 0.021114211529493332, 0.02641030214726925, -0.024481263011693954, -0.029654596000909805, -0.04689319059252739, -0.008601761423051357, 0.049418479204177856, 0.03328469768166542, -0.013406823389232159, -0.04938340559601784, -0.0313030481338501, -0.01338928658515215, -0.004487208556383848, 0.012968405149877071, -0.05794132500886917, 0.017071997746825218, 0.04882223159074783, -0.01303855236619711, 0.03368804231286049, -0.0716550424695015, -0.01767701469361782, -0.058116693049669266, -0.015037737786769867, 0.009557512588799, -0.021359726786613464, 0.028023680672049522, 0.0360204242169857, -0.0010324744507670403, -0.0011519433464854956, -0.024551410228013992, -0.0294616911560297, -0.02851470746099949, -0.0799674466252327, 0.0034262367989867926, -0.02155262976884842, 0.01836094632744789, -0.006054552737623453, 0.00901387445628643, -0.0770212784409523, -0.03914196044206619, 0.08130023628473282, -0.03161870688199997, -0.031425803899765015, -0.04815583676099777, -0.006563117727637291, -0.009110326878726482, 0.016554664820432663, 0.04412239044904709, 0.002228259574621916, -0.009627659805119038, 0.042473938316106796, 0.041141148656606674, -0.0163003820925951, 0.04471863806247711, -0.018623998388648033, 0.037388287484645844, 0.043526142835617065, -0.015555071644484997, 0.027708018198609352, 0.0320395901799202, 0.032863814383745193, 0.02953183837234974, 0.0422985702753067, 0.054644420742988586, 0.006988383363932371, 0.04089563339948654, -0.03605549782514572, -0.0042482707649469376, -0.040790412575006485, 0.04440297558903694, 0.05636302009224892, -0.008058123290538788, 0.03777409717440605, -0.01356465369462967, 0.016423139721155167, 0.0034700785763561726, 0.07456614077091217, -0.014388879761099815, 0.008943727239966393, -0.06148374453186989, -0.010609716176986694, -0.049418479204177856, 0.030075475573539734, 0.04089563339948654, -0.01409075502306223, -0.04966399446129799, -0.011968811973929405, -0.05317133665084839, 0.008535998873412609, 0.03365296870470047, 0.02362196333706379, 0.06772681325674057, 0.016466980800032616, 0.0860702246427536, -0.028356878086924553, -0.04275452718138695, -0.019115025177598, 0.0032157963141798973, -0.014327500946819782, -0.01802774891257286, 0.017589330673217773, -0.01660727523267269, -0.009075253270566463, 0.020360132679343224, -0.007194439880549908, 0.0190273430198431, -0.024148065596818924, 0.031425803899765015, 0.012275705114006996, -0.0072163608856499195, 0.0016637963708490133, -0.06015095114707947, -0.040474750101566315, -0.0629919022321701, -0.023762257769703865, 0.0735139325261116, -0.01950083300471306, 0.05092663690447807, -0.0003510084352456033, -0.02807629108428955, -0.0076547786593437195, -0.0003630649298429489, 0.0012779885437339544, -0.031022459268569946, -0.022113805636763573, 0.04001879692077637, -0.1052904725074768, -0.049418479204177856, -0.040509823709726334, 0.041071001440286636, 0.023692110553383827, -0.016142550855875015, 0.019009806215763092, 0.0043556829914450645, 0.035950277000665665, -0.044613417237997055, -0.018606461584568024, -0.03442458435893059, -0.01374002080410719, -0.06390380859375, 0.010530800558626652, 0.048471495509147644, -0.020903771743178368, -0.024130528792738914, 0.05310118943452835, -0.0190273430198431, -0.005453919991850853, -0.025761442258954048, 0.03086462803184986, -0.016151320189237595, -0.009110326878726482, 0.024919681251049042, -0.018676606938242912, -0.013538348488509655, 0.054714567959308624, -0.03372311592102051, -0.028321804478764534, -0.0229029580950737, 0.05695927143096924, -0.08712243288755417, 0.004169355612248182, -0.002943977015092969, 0.009759184904396534, -0.04643723741173744, 0.023727184161543846, -0.023762257769703865, -0.0037682028487324715, -0.04513952136039734, -0.004818214103579521, -0.02360442653298378, -0.01915009878575802, -0.017413964495062828, 0.0005682993796654046, 0.005011118017137051, 0.007891524583101273, -0.029952719807624817, 0.008728902786970139, 0.016914166510105133, 0.021447408944368362, -0.02742743119597435, 0.011828518472611904, 0.01248614490032196, 0.05278553068637848, -0.06846335530281067, 0.031759001314640045, 0.03168885409832001, 0.06569255888462067, -0.020710866898298264, -0.07246173173189163, 0.006378982216119766, 0.05057590454816818, -0.08845522254705429, 0.006072089541703463, -0.01906241476535797, -0.01598472148180008, -0.008829738944768906, 0.05580184608697891, 0.020219840109348297, 0.025515928864479065, 0.017931297421455383, 0.05566155165433884, 0.0007524349493905902, -0.020325059071183205, -0.013906619511544704, -0.07624965906143188, -0.018185580149292946, -0.027620336040854454, 0.012179252691566944, -0.034529805183410645, 0.03426675125956535, 0.010907839983701706, 0.03086462803184986, 0.04475371167063713, -0.028549781069159508, 0.0270591601729393, 0.004730530548840761, -0.022324245423078537, 0.02183321677148342, -0.005545988213270903, -0.013783862814307213, 0.010671094991266727, -0.06530674546957016, -0.007939750328660011, -0.04478878527879715, 0.0008318981854245067, -0.007361038587987423, 0.00815019104629755, -0.029233714565634727, 0.010180066339671612, -0.015230641700327396, 0.017913760617375374, 0.05839728191494942, -0.02951430156826973, -0.014450257644057274, -0.023692110553383827, -0.0030798865482211113, -0.05450413003563881, -0.012389693409204483, 0.031706392765045166, 0.009776721708476543, -0.022096268832683563, 0.0005589829524978995, -0.0267785731703043, 0.015879500657320023, -0.03644130751490593, 0.0048620556481182575, 0.030478820204734802, 0.023376448079943657, 0.01670372672379017, 0.0037594344466924667, -0.0236395001411438, -0.050190094858407974, -0.011521625332534313, -0.017878687009215355, -0.01594087854027748, -0.03861586004495621, -0.037703949958086014, 0.05443398281931877, 0.02879529632627964, 0.05576677247881889, 0.037247996777296066, -0.036230865865945816, -0.021272042766213417, 0.008636835031211376, -0.022727590054273605, -0.013634800910949707, -0.05864279344677925, 0.07172518968582153, -0.031162753701210022, -0.011398868635296822, -0.044929079711437225, 0.005848496221005917, -0.004316225647926331, -0.029303859919309616, 0.03963299095630646, 0.07568848878145218, -0.01021513994783163, 0.011916201561689377, 0.025182731449604034, -0.017571793869137764, -0.045595474541187286, 0.03721292316913605, -0.024849534034729004, 0.01388031430542469, -0.04093070700764656, -0.03189929574728012, -0.020219840109348297, 0.04187769070267677, 0.009531207382678986, -0.00957504939287901, -0.06323741376399994, -0.009022642858326435, -0.03293396160006523, 0.018816901370882988, -0.018851974979043007, 0.04969906806945801, -0.021605240181088448, -0.022289171814918518, 0.013854009099304676, 0.03300410881638527, 0.012915794737637043, 0.004533242434263229, 0.030005330219864845, -0.04166724905371666, -0.032092198729515076, 0.026182323694229126, -0.034161534160375595, -0.03405631333589554, 0.010925376787781715, -0.026796109974384308, 0.06530674546957016, -0.04086055979132652, 0.06614851206541061, 0.03060157783329487, 0.00901387445628643, 0.019307930022478104, -0.010925376787781715, 0.02323615550994873, 0.024831997230648994, 0.0032245644833892584, -0.06450005620718002, 0.026953939348459244, -0.04626186937093735, 0.0500498004257679, -0.015213105827569962, -0.03133812174201012, -0.03426675125956535, -0.011486552655696869, 0.03707262873649597, -0.003733129473403096, 0.010837693698704243, -0.06050168722867966, 0.06099271401762962, -0.0045463950373232365, -0.045349959284067154, -0.06253594905138016, 0.03126797452569008, 0.041106075048446655, -0.0031522256322205067, 0.01872921735048294, -0.042929891496896744, -0.004756835754960775, 0.0006296779029071331, 0.0045463950373232365, -0.026182323694229126, -0.012687817215919495, -0.021815679967403412, -0.015581376850605011, -0.0480155423283577, -0.029794888570904732, -0.003597219940274954, 0.022797737270593643, -0.015537534840404987, 0.054293688386678696, -0.020640719681978226, -0.017457805573940277, -0.055380966514348984, -0.0038690390065312386, 0.013406823389232159, -0.012819343246519566, 0.0180978961288929, 0.005436383653432131, 0.000016971573131741025, -0.027164380997419357, 0.016519591212272644, 0.05387280508875847, -0.007176903076469898, -0.023446595296263695, 0.0003795055963564664, 0.031408268958330154, -0.052259426563978195, -0.015818122774362564, -0.046016354113817215, 0.05580184608697891, -0.01841355673968792, 0.01252121850848198, -0.007347885984927416, 0.004156203009188175, 0.018922122195363045, 0.0361957922577858, -0.018536314368247986, 0.008233490400016308, -0.0005258276360109448, 0.018939658999443054, 0.008847275748848915, -0.021008992567658424, 0.02051796391606331, -0.04282467067241669, 0.017264902591705322, 0.020903771743178368, 0.06029124557971954, 0.036616671830415726, -0.007071682717651129, 0.03745843470096588, -0.03931732848286629, 0.04731407389044762, -0.017071997746825218, -0.006663953885436058, 0.016835251823067665, 0.008404473774135113, 0.006782326847314835, 0.008211569860577583, -0.03133812174201012, 0.0472790002822876, 0.027269601821899414, 0.017571793869137764, 0.07032225281000137, -0.010092383250594139, 0.047384221106767654, -0.06288667768239975, -0.0023674573749303818, 0.02707669697701931, 0.055380966514348984, -0.031004922464489937, 0.025761442258954048, 0.0007864123326726258, -0.07232143729925156, -0.02116682194173336, -0.015134190209209919, 0.03689726069569588, 0.009171704761683941, 0.025586076080799103, -0.010671094991266727, -0.04822598397731781, 0.01673003099858761, 0.003257445991039276, 0.028584854677319527, -0.030391138046979904, -0.002667773747816682, 0.014125828631222248, 0.01696677692234516, 0.033512674272060394, 0.018694143742322922, 0.0701819583773613, -0.030075475573539734, 0.02984749898314476, 0.0007803840562701225, -0.020658256486058235, -0.0017810731660574675, 0.011486552655696869, 0.013599727302789688, -0.011767139658331871, 0.029268786311149597, -0.04854164272546768, 0.02563868649303913, -0.017799772322177887, 0.0024419883266091347, 0.030356064438819885, 0.0183784831315279, 0.011241038329899311, -0.011618077754974365, 0.019255319610238075, -0.011214733123779297, -0.06597314774990082, 0.011688224039971828, -0.0022951182909309864, -0.00694892555475235, 0.022464539855718613, 0.050505757331848145, -0.009408450685441494, -0.02674349956214428, -0.0921730026602745, -0.0761093720793724, 0.016773873940110207, 0.012179252691566944, 0.057801030576229095, -0.004954123869538307, -0.029601985588669777, -0.014046913012862206, 0.000711881264578551, -0.054013099521398544, -0.027532652020454407, -0.02192090079188347, 0.0618695504963398, 0.05036546289920807, 0.0012878529960289598, -0.03616071864962578, 0.032776132225990295, -0.028304267674684525, -0.06285160779953003, 0.06404410302639008, 0.03819497674703598, 0.012109105475246906, 0.06748130172491074, 0.0478401742875576, -0.04882223159074783, -0.08073906600475311, -0.027672946453094482, 0.005278552882373333, -0.03437197208404541, 0.0028102595824748278, -0.04240379109978676, -0.04268437996506691, -0.010504496283829212, 0.025901736691594124, -0.060571834444999695, 0.06393888592720032, 0.010855230502784252, -0.006637648679316044, -0.04142173379659653, -0.03372311592102051, 0.025901736691594124, 0.018869511783123016, -0.027971070259809494, -0.08263302594423294, -0.0664992481470108, -0.006637648679316044, 0.05348699912428856, -0.010066078044474125, 0.018623998388648033, 0.041772469878196716, -0.04166724905371666, -0.030794482678174973, -0.11153354495763779, 0.011179659515619278, -0.04226349666714668, -0.01559891365468502, -0.032741058617830276, -0.054995156824588776, 0.005616134963929653, 0.03442458435893059, 0.06600821763277054, 0.05716970935463905, -0.07098864763975143, 0.009715343825519085, 0.06842828541994095, 0.00003610098428907804, -0.03461748734116554, -0.012240631505846977, -0.030689261853694916, 0.0387912280857563, 0.010697400197386742, -0.04678796976804733, 0.012074032798409462, -0.013099930249154568, 0.023727184161543846, -0.019711274653673172, 0.03531895577907562, -0.029338933527469635, -0.04243886470794678, 0.009995930828154087, 0.006650801282376051, -0.024884607642889023, -0.021640313789248466, -0.020623184740543365, -0.07926598191261292, -0.014862370677292347, -0.0005310338456183672, -0.021464945748448372, 0.03346006199717522, 0.06134345009922981, 0.009697807021439075, -0.013126235455274582, -0.04545518010854721, 0.003630101215094328, 0.005125106777995825, 0.06148374453186989, 0.0374935083091259, 0.049067746847867966, 0.045349959284067154, -0.07568848878145218, 0.029917646199464798, -0.00024017087707761675, 0.01974634826183319, 0.0631672665476799, -0.04927818477153778, 0.022639906033873558, -0.023464132100343704, -0.02842702530324459, -0.0062299203127622604, 0.035248808562755585, 0.051522884517908096, -0.0033692424185574055, -0.019185172393918037, -0.04072026535868645, -0.004783140495419502, -0.038019612431526184, 0.012731659226119518, 0.03181161358952522, 0.021096674725413322, 0.018185580149292946, -0.01005730964243412, 0.004250462632626295, 0.020202303305268288, -0.07421540468931198, -0.025252878665924072, -0.025551002472639084, 0.048717010766267776, 0.01806282252073288, -0.035529397428035736, -0.025568539276719093, 0.017177218571305275, 0.009311999194324017, 0.0652015283703804, 0.024498799815773964, 0.009215546771883965, 0.0138978511095047, 0.017107071354985237, -0.030759409070014954, 0.060922566801309586, 0.00277737807482481, 0.002017818856984377, 0.06751637905836105, -0.016826484352350235, -0.02916356734931469, -0.0017251749522984028, -0.02776062861084938, 0.0021219432819634676, 0.02849717065691948, -0.013494506478309631, 0.05934426188468933, 0.040404606610536575, 0.019343003630638123, 0.014011840336024761, -0.023867476731538773, 0.03230264037847519, 0.025778979063034058, -0.02260483242571354, 0.09413711726665497, -0.012012653984129429, 0.01074124127626419, 0.020886234939098358, 0.019220246002078056, -0.008360631763935089, 0.09385652840137482, 0.005633671768009663, -0.05478471517562866, 0.024218210950493813, 0.015537534840404987, -0.009776721708476543, -0.009803026914596558, -0.025568539276719093, -0.011319953016936779, -0.03119782730937004, 0.006874394603073597, 0.06744623184204102, 0.032863814383745193, 0.011460247449576855, 0.024744313210248947 ]
22,908
anytree.render
ContRoundStyle
Continued style, without gaps, round edges. >>> from anytree import Node, RenderTree >>> root = Node("root") >>> s0 = Node("sub0", parent=root) >>> s0b = Node("sub0B", parent=s0) >>> s0a = Node("sub0A", parent=s0) >>> s1 = Node("sub1", parent=root) >>> print(RenderTree(root, style=ContRoundStyle())) Node('/root') β”œβ”€β”€ Node('/root/sub0') β”‚ β”œβ”€β”€ Node('/root/sub0/sub0B') β”‚ ╰── Node('/root/sub0/sub0A') ╰── Node('/root/sub1')
class ContRoundStyle(AbstractStyle): """ Continued style, without gaps, round edges. >>> from anytree import Node, RenderTree >>> root = Node("root") >>> s0 = Node("sub0", parent=root) >>> s0b = Node("sub0B", parent=s0) >>> s0a = Node("sub0A", parent=s0) >>> s1 = Node("sub1", parent=root) >>> print(RenderTree(root, style=ContRoundStyle())) Node('/root') β”œβ”€β”€ Node('/root/sub0') β”‚ β”œβ”€β”€ Node('/root/sub0/sub0B') β”‚ ╰── Node('/root/sub0/sub0A') ╰── Node('/root/sub1') """ def __init__(self): super(ContRoundStyle, self).__init__("\u2502 ", "\u251c\u2500\u2500 ", "\u2570\u2500\u2500 ")
()
[ -0.0431305468082428, -0.030995633453130722, 0.020426513627171516, 0.013682917691767216, -0.019287753850221634, -0.022881966084241867, -0.043664343655109406, 0.006903734523802996, 0.055229876190423965, -0.027775077149271965, -0.0014568126061931252, 0.017321612685918808, 0.023860588669776917, -0.013647330924868584, -0.051849182695150375, 0.011832431890070438, 0.07594107836484909, -0.08127901703119278, 0.046511244028806686, 0.03690295293927193, 0.023309001699090004, 0.018647201359272003, 0.05661774054169655, -0.011965880170464516, -0.006841458845883608, -0.03094225376844406, -0.04636889696121216, -0.0026711937971413136, -0.007499804720282555, -0.100993812084198, -0.004670696798712015, -0.02348693273961544, -0.09978387504816055, 0.005595939699560404, 0.07394824922084808, -0.009359186515212059, -0.02745480090379715, 0.017615199089050293, -0.023309001699090004, -0.00017250995733775198, 0.022027894854545593, 0.013060158118605614, -0.03462543338537216, -0.02136955037713051, 0.018255751579999924, 0.007753356825560331, 0.09643876552581787, 0.04572834447026253, -0.020088443532586098, -0.07309418171644211, 0.04099537432193756, -0.035088054835796356, -0.016947956755757332, -0.00927022099494934, -0.051350973546504974, -0.018789546564221382, -0.021689826622605324, 0.013371537439525127, 0.011049534194171429, -0.0019005287904292345, 0.0010781524470075965, -0.0005232292460277677, 0.054197873920202255, 0.015382161363959312, -0.0005777206970378757, 0.006863700225949287, 0.002995918272063136, 0.020551064983010292, 0.031885288655757904, -0.003643143456429243, -0.020764583721756935, 0.028522389009594917, 0.0316183939576149, 0.025764452293515205, -0.002417641691863537, -0.03893136978149414, -0.039643093943595886, 0.048112623393535614, 0.025728866457939148, 0.01669885218143463, -0.03843316063284874, -0.006401078775525093, 0.03352225944399834, 0.0008868763688951731, 0.042632341384887695, -0.05088835209608078, 0.02471465803682804, -0.007802287582308054, -0.019145408645272255, 0.03491012379527092, -0.046155381947755814, -0.002789073158055544, -0.033753570169210434, -0.03896695747971535, 0.06103043630719185, 0.05700919032096863, 0.06309444457292557, -0.03442970663309097, -0.011583328247070312, -0.05014104023575783, 0.016165059059858322, 0.042667925357818604, 0.011663396842777729, -0.07224010676145554, 0.008794254623353481, -0.033468879759311676, -0.022668449208140373, 0.01475940179079771, -0.004933145362883806, 0.01912761479616165, 0.003856661031022668, -0.053414978086948395, 0.04729413986206055, -0.017277128994464874, 0.027187904343008995, -0.017054716125130653, -0.05448256433010101, 0.017188163474202156, 0.029251907020807266, -0.03220556676387787, 0.03768584877252579, -0.04181385785341263, 0.012944502755999565, 0.02231258526444435, -0.04220530390739441, 0.07622577250003815, -0.02789962850511074, 0.07494466751813889, -0.005449146032333374, -0.0009463721071369946, 0.05095952749252319, 0.012668709270656109, 0.023789415135979652, -0.06946437805891037, 0.008901013992726803, 0.01029332634061575, -0.06195567920804024, 0.011698983609676361, -0.015533402562141418, 0.05035455897450447, 0.05231180414557457, -0.08512233942747116, -0.015729127451777458, 0.00432817917317152, -0.041991788893938065, 0.0514933206140995, -0.015453333966434002, 0.0052089388482272625, 0.010916085913777351, 0.05202711373567581, -0.010827120393514633, 0.037579093128442764, 0.0779339149594307, 0.04181385785341263, 0.02628045342862606, -0.017544027417898178, 0.00927022099494934, -0.01795326918363571, 0.00047735634143464267, 0.016013817861676216, 0.01773085445165634, -0.010506843216717243, 0.03893136978149414, -0.02279300056397915, 0.013451606966555119, 0.022419344633817673, -0.05085276812314987, -0.08014026284217834, -0.021885549649596214, -0.03314860165119171, -0.007348563056439161, -0.09095848351716995, -0.014723815955221653, 0.07181307673454285, 0.044340480118989944, -0.012472984381020069, -0.025853417813777924, 0.07031845301389694, -0.031049013137817383, -0.04996310919523239, 0.02896721661090851, -0.00312491855584085, 0.025088313966989517, 0.004526127595454454, 0.015729127451777458, 0.012642019428312778, 0.04800586774945259, -0.041066545993089676, 0.029892459511756897, -0.08099433034658432, 0.022490516304969788, 0.009857394732534885, 0.03597771003842354, 0.015631265938282013, 0.03514143452048302, -0.056119535118341446, 0.026049142703413963, -0.04789910838007927, 0.01966140978038311, -0.005853939801454544, -0.032721567898988724, 0.004497213754802942, 0.050674837082624435, -0.031742945313453674, 0.0499986968934536, -0.01551560964435339, -0.029945839196443558, 0.03750791773200035, -0.04295261576771736, 0.032774947583675385, -0.013567262329161167, 0.012295053340494633, 0.0627741664648056, 0.06103043630719185, -0.022881966084241867, -0.022170240059494972, -0.03176073729991913, 0.04789910838007927, -0.056653328239917755, -0.005502525717020035, -0.009759532287716866, 0.04181385785341263, 0.044838689267635345, -0.053414978086948395, 0.00012823565339203924, -0.06024754047393799, -0.0003697634965647012, -0.03359343111515045, 0.019696995615959167, -0.009305806830525398, -0.009332496672868729, -0.09544235467910767, -0.04387785866856575, -0.025017142295837402, -0.03325536102056503, -0.07544287294149399, -0.02147630788385868, 0.027828456833958626, -0.007299631834030151, 0.0022975378669798374, -0.029376458376646042, -0.028077559545636177, -0.0015891490038484335, -0.058076776564121246, 0.06387733668088913, -0.013149123638868332, 0.06412643939256668, -0.02898501046001911, 0.008803151547908783, 0.04818379878997803, -0.06192009523510933, -0.032383497804403305, -0.05284559726715088, 0.00738859735429287, 0.009750635363161564, 0.005684905219823122, -0.11978335678577423, -0.01255305390805006, -0.013967607170343399, 0.03314860165119171, -0.010586912743747234, -0.01073815394192934, 0.036653850227594376, 0.0603187121450901, 0.05209828540682793, 0.026493972167372704, -0.03314860165119171, -0.027223490178585052, 0.0002852461184374988, 0.015088574960827827, -0.0058316984213888645, -0.021191619336605072, 0.003158280625939369, 0.05320145934820175, 0.005996285006403923, 0.036653850227594376, -0.041457995772361755, 0.05231180414557457, -0.02804197371006012, -0.024376587942242622, -0.0059562502428889275, 0.013104640878736973, -0.04156475141644478, -0.04241882264614105, -0.015035195276141167, 0.007286286912858486, -0.026547349989414215, 0.021156031638383865, 0.007246252615004778, 0.005978492088615894, -0.0037899368908256292, 0.028842665255069733, 0.016209542751312256, 0.029198527336120605, 0.08839627355337143, -0.03957192227244377, 0.0281843189150095, -0.003723212517797947, -0.027045559138059616, -0.01492843683809042, 0.046795934438705444, -0.060425471514463425, 0.058752916753292084, -0.008256012573838234, -0.0027134523261338472, 0.045479241758584976, -0.012775467708706856, 0.029501009732484818, -0.005168904550373554, -0.003098228946328163, -0.027935214340686798, -0.009901877492666245, 0.0057560778222978115, -0.008660806342959404, -0.010666981339454651, 0.005413560196757317, -0.01240181177854538, -0.04028364643454552, 0.037721436470746994, 0.024785831570625305, -0.08939268440008163, -0.02750818058848381, -0.03352225944399834, 0.005547008477151394, 0.021885549649596214, -0.013736296445131302, 0.03569301962852478, 0.04409137740731239, -0.04192061722278595, 0.04611979424953461, -0.026049142703413963, 0.016360783949494362, -0.040034543722867966, -0.006450009997934103, -0.056368637830019, -0.04202737286686897, 0.04729413986206055, 0.05864615738391876, -0.03935840353369713, -0.049109041690826416, 0.10917864739894867, 0.04868200421333313, 0.021636446937918663, -0.004010126926004887, -0.04035482183098793, 0.017686372622847557, -0.01233063917607069, 0.04348641261458397, 0.055123116821050644, 0.02530183084309101, 0.010480154305696487, 0.012953398749232292, 0.020070651546120644, 0.014536987990140915, -0.015453333966434002, -0.011245258152484894, 0.036547090858221054, -0.06982024759054184, 0.013745193369686604, -0.027134524658322334, 0.048112623393535614, 0.01695685274899006, 0.00548918079584837, 0.04288144409656525, 0.002021744381636381, 0.027775077149271965, 0.006450009997934103, 0.03658267483115196, -0.046938277781009674, 0.04256116971373558, -0.0020095116924494505, -0.00829604733735323, 0.02201010286808014, -0.07508701086044312, 0.009537117555737495, 0.03925164416432381, -0.03423398360610008, -0.0007695528911426663, 0.009394773282110691, -0.06377057731151581, -0.005551456939429045, 0.010382291860878468, 0.012339536100625992, 0.0008501780102960765, -0.06754272431135178, -0.051457732915878296, 0.05227621644735336, 0.03256142884492874, -0.008416150696575642, 0.0007250700728036463, -0.05085276812314987, -0.014350160025060177, 0.055870428681373596, -0.01789988949894905, -0.0715995579957962, -0.009706152603030205, 0.07594107836484909, 0.039927784353494644, 0.04448282718658447, -0.010658085346221924, 0.024447761476039886, -0.010391187854111195, 0.04466075822710991, -0.016832301393151283, 0.005840594880282879, -0.029839079827070236, 0.05864615738391876, 0.03558626025915146, 0.036102261394262314, -0.015284298919141293, -0.032721567898988724, -0.009928566403687, 0.0024398830719292164, 0.08099433034658432, 0.005142214708030224, -0.060923680663108826, 0.01394981425255537, 0.03526598587632179, -0.06711568683385849, -0.048219382762908936, -0.022223619744181633, 0.010818223468959332, 0.06409085541963577, 0.06448230147361755, 0.04729413986206055, -0.018024440854787827, 0.04234765097498894, -0.027081144973635674, -0.014421332627534866, 0.02382500097155571, -0.02715231664478779, -0.056795671582221985, -0.003934505861252546, -0.01999947801232338, -0.021102651953697205, -0.008736426942050457, -0.005275662988424301, -0.028646940365433693, 0.03599550202488899, 0.0007400830509141088, -0.007197321392595768, 0.029376458376646042, -0.022276999428868294, -0.012561949901282787, 0.0578632615506649, -0.006134181749075651, -0.004835283383727074, -0.025141693651676178, -0.013416020199656487, -0.02715231664478779, -0.03765026479959488, 0.022437138482928276, -0.033806949853897095, -0.02686762623488903, -0.007384149357676506, -0.0026511764153838158, -0.007935736328363419, 0.016627680510282516, -0.021351756528019905, 0.01717926748096943, 0.0382552295923233, 0.028397835791110992, 0.011476568877696991, 0.013033468276262283, -0.06999817490577698, -0.05661774054169655, 0.06202685460448265, 0.0028224352281540632, -0.0710657611489296, -0.05323704704642296, -0.0027757284697145224, -0.02309548296034336, -0.038895782083272934, 0.004421593155711889, 0.043699927628040314, 0.036653850227594376, -0.03928723186254501, -0.05811236426234245, -0.04330848157405853, -0.03466101735830307, 0.0019805978517979383, -0.011156292632222176, -0.040034543722867966, -0.033753570169210434, -0.03487453609704971, 0.037294402718544006, 0.026992179453372955, 0.006063009146600962, 0.041849441826343536, -0.05789884552359581, -0.030604183673858643, 0.019696995615959167, -0.0804249495267868, 0.023700449615716934, 0.05544339492917061, 0.014394642785191536, -0.023415759205818176, -0.030017010867595673, -0.008207081817090511, -0.05181359499692917, 0.0264761783182621, -0.06110161170363426, 0.017383888363838196, 0.017997751012444496, 0.03697412461042404, 0.023273414000868797, -0.005297904834151268, 0.02656514383852482, 0.03172515332698822, -0.025906797498464584, 0.015880368649959564, 0.040034543722867966, 0.004503886215388775, -0.00739304581657052, 0.002753486856818199, -0.013807469047605991, 0.0036253503058105707, -0.00812701229006052, 0.03220556676387787, -0.02362927794456482, -0.01093387883156538, -0.039500750601291656, -0.0093147037550807, 0.03768584877252579, -0.01499960944056511, 0.07092341780662537, 0.015560092404484749, 0.003060418413951993, 0.010747050866484642, -0.0035964364651590586, 0.013380434364080429, 0.005524767097085714, 0.03206321969628334, 0.0661548599600792, -0.04668917506933212, 0.049002282321453094, -0.018148992210626602, 0.030319495126605034, 0.04046157747507095, -0.029394252225756645, 0.016778921708464622, 0.03510584682226181, 0.017579613253474236, 0.04555041342973709, 0.013158019632101059, 0.05170683562755585, 0.06658189743757248, -0.04487427696585655, -0.0020139599218964577, 0.02838004380464554, -0.013300364837050438, 0.016289610415697098, -0.039500750601291656, 0.02544417604804039, 0.05113745853304863, 0.03549729660153389, 0.006120836827903986, -0.031742945313453674, 0.023913968354463577, 0.035959918051958084, 0.007753356825560331, 0.028255490586161613, 0.026209281757473946, -0.05693801864981651, 0.032525841146707535, 0.013522779569029808, -0.01169008668512106, 0.017855405807495117, 0.020604444667696953, 0.07629694044589996, 0.030034804716706276, -0.01466153934597969, 0.031298115849494934, -0.038112886250019073, -0.014839471317827702, -0.007357459515333176, -0.02932307869195938, 0.030230529606342316, -0.011076224036514759, -0.03476777672767639, -0.01639636978507042, -0.023558104410767555, 0.00473297294229269, -0.03925164416432381, 0.02362927794456482, -0.017588509246706963, -0.04206296056509018, 0.07167073339223862, 0.015355471521615982, -0.04818379878997803, 0.008941047824919224, -0.015310988761484623, 0.0666886568069458, -0.0005640978342853487, 0.007375252433121204, -0.0367606058716774, -0.02334458753466606, 0.00855849590152502, -0.026102522388100624, -0.001109290518797934, -0.010969464667141438, -0.021067066118121147, 0.003055970184504986, 0.10946334153413773, -0.03256142884492874, 0.01882513239979744, 0.06786300241947174, -0.03974985331296921, -0.025408590212464333, -0.030266115441918373, 0.012045949697494507, 0.050496906042099, -0.00020573307119775563, -0.026885420083999634, -0.040034543722867966, -0.03903812915086746, -0.0603187121450901, -0.012988985516130924, -0.04644007235765457, 0.00948373880237341, -0.0007167295552790165, -0.008118115365505219, -0.04636889696121216, -0.010231049731373787, -0.03818405792117119, 0.0499986968934536, 0.02039092779159546, -0.03391370549798012, -0.02426983043551445, -0.020960308611392975, 0.0632367879152298, -0.00253107282333076, -0.06149305775761604, -0.043023791164159775, -0.09344951808452606, 0.00832273717969656, -0.007406390737742186, 0.017802027985453606, 0.017535129562020302, -0.006223147269338369, 0.02700997143983841, -0.017855405807495117, -0.037721436470746994, 0.02142293006181717, -0.02558652125298977, -0.03069315105676651, -0.03853992000222206, -0.056795671582221985, -0.05740064010024071, -0.00027329137083142996, 0.008638564497232437, 0.07658163458108902, 0.024874797090888023, -0.021494101732969284, -0.04402020573616028, -0.01698354259133339, 0.03585315868258476, -0.021849963814020157, -0.005707146599888802, 0.03613784909248352, -0.02893163077533245, 0.012037052772939205, -0.01402098685503006, 0.06540754437446594, -0.011245258152484894, -0.029145147651433945, 0.0691085159778595, -0.019732581451535225, 0.006036319304257631, -0.052881184965372086, 0.007993564009666443, 0.01578250713646412, -0.08213309198617935, -0.00812701229006052, -0.04530131071805954, -0.0007567640859633684, 0.021244997158646584, 0.0016736662946641445, 0.05697360262274742, -0.048610832542181015, 0.016609886661171913, 0.004857524763792753, -0.031547222286462784, -0.031849704682826996, 0.027739491313695908, 0.012446294538676739, -0.009199048392474651, -0.02510610781610012, 0.03300625830888748, -0.041102129966020584, -0.011387603357434273, 0.009821807965636253, 0.0058494918048381805, -0.0057382844388484955, -0.012090432457625866, 0.0022675120271742344, -0.041849441826343536, -0.021156031638383865, -0.0037143160589039326, -0.03128032386302948, 0.07444645464420319, -0.02775728330016136, -0.03183190897107124, -0.009043358266353607, 0.046653587371110916, 0.042525582015514374, 0.07017610967159271, -0.004043488763272762, 0.05651098117232323, 0.039144888520240784, 0.00012510795204434544, 0.09046027809381485, -0.007526494096964598, -0.01821126975119114, -0.07558521628379822, 0.027686111629009247, 0.006899286527186632, 0.001704804366454482, -0.026298247277736664, -0.027739491313695908, -0.042134132236242294, 0.05643980950117111, -0.0039812130853533745, 0.021013686433434486, 0.0080291498452425, 0.03932281956076622, 0.027632731944322586, -0.01564016193151474, -0.04772117733955383, -0.05725829303264618, -0.02368265762925148, 0.053948771208524704, -0.00936808343976736, -0.029287492856383324, -0.02334458753466606, 0.03387812152504921, 0.02873590588569641, -0.006383285392075777, -0.0050087664276361465, -0.021262791007757187, -0.04085302725434303, -0.03231232613325119, 0.03722322732210159, 0.02656514383852482, -0.03359343111515045, 0.034394122660160065, -0.0011070662876591086, 0.038468748331069946, 0.026654109358787537, 0.038468748331069946, 0.037579093128442764, 0.035710811614990234, 0.013932021334767342, -0.004621765576303005, 0.03574639931321144, -0.01787319965660572, -0.03942957893013954, 0.014483608305454254, -0.016734439879655838, -0.012926708906888962, 0.017001336440443993, -0.04078185558319092, 0.03044404648244381, 0.053165875375270844, 0.03942957893013954, 0.03829081729054451, 0.023647069931030273, 0.054838430136442184 ]
22,909
anytree.render
__init__
null
def __init__(self): super(ContRoundStyle, self).__init__("\u2502 ", "\u251c\u2500\u2500 ", "\u2570\u2500\u2500 ")
(self)
[ -0.04058632627129555, -0.03779321536421776, 0.05648292601108551, 0.042620815336704254, -0.04675875976681709, -0.039965637028217316, -0.02160351164638996, 0.04455185681581497, 0.03124147281050682, 0.012043138965964317, -0.001816815696656704, 0.023137999698519707, 0.022362135350704193, -0.0028017323929816484, -0.037620801478624344, 0.02636214718222618, 0.07082779705524445, -0.0771726444363594, -0.007689678110182285, -0.02389662340283394, 0.02206903137266636, -0.021051786839962006, 0.027258701622486115, -0.004159495234489441, -0.006452605128288269, 0.038620803505182266, -0.06331053376197815, -0.00871554296463728, -0.014956940896809101, -0.08365541696548462, -0.02268972247838974, 0.028034565970301628, -0.045069098472595215, 0.04400013014674187, 0.08600025624036789, -0.0029676812700927258, -0.00981899444013834, -0.05634499341249466, -0.042275987565517426, 0.03541389852762222, 0.07703471183776855, -0.027241459116339684, 0.002489231526851654, 0.004512944258749485, -0.020224198698997498, -0.006762951146811247, 0.06313811987638474, 0.023396620526909828, 0.004978463053703308, -0.06682778149843216, 0.05555189028382301, -0.0321897491812706, -0.01146555133163929, -0.008030196651816368, -0.09420717507600784, 0.0324656143784523, 0.030224228277802467, 0.0529656745493412, -0.0049957046285271645, 0.001764013897627592, -0.03734494000673294, 0.012172450311481953, 0.04131046682596207, -0.006215535569936037, -0.00662070931866765, 0.003064664313569665, 0.04017253220081329, 0.004659496713429689, 0.04089667275547981, 0.01794832944869995, 0.04437944293022156, 0.04175874590873718, -0.0371035598218441, -0.011301757767796516, 0.011853483505547047, -0.004870703909546137, -0.0970347672700882, 0.028086289763450623, -0.0005285575753077865, 0.00570691330358386, -0.009905201382935047, 0.0336725153028965, 0.0473104864358902, 0.03012077882885933, 0.03906908258795738, -0.08896578103303909, 0.03975873813033104, 0.017293155193328857, -0.009982788003981113, 0.04613806679844856, -0.04500013217329979, -0.034586310386657715, -0.024465588852763176, 0.013155211694538593, -0.016646601259708405, 0.007784505840390921, 0.051310498267412186, -0.03208630159497261, 0.01596556417644024, -0.04475875198841095, 0.0026163870934396982, -0.01141382660716772, -0.004364237189292908, -0.09324165433645248, -0.01312072854489088, -0.06489674746990204, -0.044344957917928696, 0.011965552344918251, -0.019620748236775398, 0.008318990468978882, -0.004504323471337557, -0.05413809046149254, 0.054241541773080826, 0.00170043611433357, 0.01706039533019066, -0.0264828372746706, -0.03579321131110191, 0.0032263025641441345, 0.07655195146799088, 0.015189699828624725, 0.023482827469706535, -0.017517292872071266, -0.006185363046824932, 0.0008593775564804673, -0.04086219146847725, 0.09834511578083038, -0.012913831509649754, 0.05451740324497223, 0.04651737958192825, -0.009336235001683235, 0.060207076370716095, 0.01608625426888466, 0.006663812790066004, -0.07206917554140091, 0.06286225467920303, -0.03558631241321564, -0.030586296692490578, 0.025586282834410667, 0.0164655651897192, 0.06027603894472122, 0.031413886696100235, -0.020396612584590912, -0.008913819678127766, -0.003859925316646695, -0.05858638137578964, 0.07282780110836029, 0.015250044874846935, 0.04358633607625961, 0.004823290277272463, 0.04717255383729935, -0.010232788510620594, 0.06268984079360962, 0.039586324244737625, 0.007137952372431755, 0.046034619212150574, -0.038000114262104034, 0.01779315620660782, -0.035448379814624786, 0.053758781403303146, 0.021810408681631088, 0.034465618431568146, -0.002213368657976389, 0.012913831509649754, -0.036275967955589294, -0.002737077185884118, 0.0616898387670517, -0.04258633404970169, -0.07234504073858261, 0.012534519657492638, -0.00022252221242524683, -0.008698301389813423, -0.11241412907838821, 0.012051760219037533, 0.05903465673327446, 0.04096563905477524, -0.025448352098464966, -0.02855180948972702, 0.0541725754737854, -0.03279320150613785, -0.025948353111743927, 0.031206989660859108, 0.030448365956544876, -0.018931090831756592, -0.007469849660992622, 0.04400013014674187, 0.0024612140841782093, 0.0771726444363594, 0.009284510277211666, 0.010137961246073246, -0.06300018727779388, 0.024793177843093872, 0.03606907278299332, -0.01879315823316574, 0.00723278010264039, 0.006607778370380402, -0.008452611044049263, 0.03937942534685135, -0.03374147787690163, -0.05248291417956352, -0.045069098472595215, -0.036310452967882156, 0.03975873813033104, -0.006827606353908777, -0.04444840922951698, 0.07248297333717346, -0.03512079268693924, -0.0412759855389595, -0.004465530626475811, -0.022534549236297607, -0.013508660718798637, 0.0009245717083103955, -0.023344896733760834, 0.05382774397730827, 0.057138100266456604, 0.012551761232316494, -0.05517257750034332, -0.03329320251941681, 0.031413886696100235, -0.03572424501180649, 0.02855180948972702, 0.05468981713056564, -0.00527587765827775, 0.006603467743843794, -0.051758773624897, -0.03917253017425537, 0.01855177991092205, -0.02660352736711502, -0.024724211543798447, 0.015681080520153046, 0.04510358348488808, -0.05075877159833908, -0.06620709598064423, -0.03600010648369789, 0.012224174104630947, -0.04455185681581497, -0.01214658748358488, -0.013250038959085941, -0.005698292516171932, -0.051276013255119324, -0.01805177703499794, -0.011689689941704273, 0.04258633404970169, 0.013525902293622494, -0.032758716493844986, 0.039344944059848785, -0.013827627524733543, 0.038620803505182266, 0.014051766134798527, -0.0324656143784523, 0.02939663827419281, -0.06234501302242279, -0.019241435453295708, -0.01768970675766468, 0.034000102430582047, -0.022275928407907486, -0.030293192714452744, -0.06234501302242279, 0.0042263055220246315, -0.008081920444965363, -0.00405389117076993, -0.03272423520684242, 0.0212414413690567, 0.01987936906516552, 0.055448438972234726, 0.0619657002389431, 0.04893117770552635, -0.03098285011947155, 0.022862136363983154, -0.04196564108133316, -0.035551831126213074, 0.08082782477140427, -0.007267262786626816, -0.04365530237555504, 0.042758747935295105, -0.03160354122519493, 0.0473104864358902, -0.032534580677747726, 0.0028706982266157866, -0.027017321437597275, -0.04831048846244812, 0.04075874015688896, 0.015017285943031311, -0.002392248483374715, -0.002213368657976389, 0.00303449179045856, 0.014043144881725311, -0.002456903923302889, -0.0025258695241063833, 0.0022370757069438696, -0.0012489261571317911, -0.015474183484911919, 0.014931079000234604, 0.061793286353349686, 0.037620801478624344, 0.09365545213222504, -0.00018925164476968348, 0.05941396951675415, 0.06675881892442703, -0.05310360714793205, -0.03844838961958885, -0.010887963697314262, -0.05662085860967636, 0.03768976777791977, 0.0263449065387249, -0.026172490790486336, 0.008318990468978882, -0.0001454745652154088, 0.026793183758854866, 0.04486220329999924, -0.017525913193821907, 0.0007257564575411379, 0.0243966244161129, 0.030775953084230423, -0.01779315620660782, 0.003920270130038261, 0.05879327654838562, -0.037620801478624344, -0.025172488763928413, 0.05062083899974823, 0.021051786839962006, -0.02915525808930397, -0.10689686983823776, 0.00346337235532701, -0.04955187067389488, 0.019327644258737564, -0.017258672043681145, -0.0032694062683731318, 0.018206950277090073, -0.0019202643306925893, 0.022362135350704193, -0.038000114262104034, -0.025551799684762955, -0.0017984966980293393, -0.04537944495677948, -0.015913840383291245, -0.06127604469656944, -0.009336235001683235, 0.06779330223798752, -0.040931154042482376, -0.04558634012937546, 0.08806922286748886, 0.017137981951236725, -0.03522424399852753, -0.010086236521601677, 0.008418128825724125, 0.008487094193696976, -0.04989669844508171, 0.022362135350704193, 0.028948361054062843, 0.023982830345630646, -0.02024143934249878, -0.024913866072893143, 0.045931171625852585, 0.01623280718922615, 0.016905222088098526, -0.028344912454485893, -0.014129351824522018, -0.06113811209797859, 0.04231046885251999, -0.01905178092420101, 0.022620756179094315, 0.009534510783851147, -0.000050848750106524676, 0.04089667275547981, -0.012465554289519787, 0.0036508729681372643, -0.014500043354928493, 0.01238796766847372, -0.04724152013659477, 0.044482890516519547, 0.006116397213190794, 0.021637994796037674, -0.006021569482982159, -0.035448379814624786, 0.0029633708763867617, 0.008017265237867832, -0.05437947064638138, 0.02953457087278366, -0.010198306292295456, -0.0927588939666748, -0.006366398185491562, -0.015129354782402515, -0.011491413228213787, 0.015681080520153046, -0.03260354325175285, -0.02867249958217144, -0.012784521095454693, 0.02108626998960972, 0.020465577021241188, -0.008133645169436932, -0.04768979549407959, 0.0030194055289030075, 0.08193127810955048, 0.005594843998551369, -0.01006899494677782, 0.02389662340283394, 0.06272432208061218, 0.02168971858918667, 0.06324156373739243, -0.006155190523713827, 0.025638006627559662, -0.032396648079156876, 0.013198315165936947, -0.002760784002020955, -0.02403455413877964, -0.01658625528216362, 0.023689724504947662, 0.06206914782524109, -0.00008081920532276854, 0.029706984758377075, -0.042413920164108276, -0.025810420513153076, 0.026810424402356148, -0.02210351452231407, -0.030293192714452744, -0.03401734307408333, -0.061931218951940536, -0.010163823142647743, -0.03234492242336273, -0.0344138965010643, -0.05462085083127022, -0.009991409257054329, 0.02524145320057869, 0.02694835513830185, 0.01696556806564331, 0.02220696210861206, 0.018120743334293365, -0.02550007589161396, 0.04575875774025917, -0.038379423320293427, -0.02841387689113617, -0.01116382610052824, 0.009741407819092274, -0.04172426089644432, -0.008198300376534462, -0.017275912687182426, 0.0020840580109506845, -0.019189711660146713, 0.0008033429039642215, -0.003616390051320195, 0.04820704087615013, 0.005586223676800728, 0.00643967418000102, 0.027241459116339684, 0.03955184295773506, -0.033827684819698334, -0.03463803231716156, 0.006655192002654076, 0.02987939864397049, -0.009844856336712837, -0.018931090831756592, 0.05137946084141731, -0.019844885915517807, -0.02512076497077942, 0.06724157929420471, -0.0018976349383592606, -0.018465571105480194, -0.010163823142647743, -0.010715548880398273, -0.0038405286613851786, 0.018879367038607597, 0.04406909644603729, -0.042896680533885956, 0.010137961246073246, -0.058138102293014526, 0.004015098325908184, 0.04548289254307747, 0.00822416227310896, -0.04682772606611252, -0.013801764696836472, -0.04455185681581497, -0.007758643478155136, -0.0005398722714744508, 0.00014129890769254416, -0.0005234390264376998, -0.011819000355899334, -0.027120770886540413, 0.007125020958483219, -0.026500077918171883, -0.0063017429783940315, -0.016982808709144592, -0.07351745665073395, -0.048000141978263855, -0.02660352736711502, -0.02146558091044426, 0.02025867998600006, 0.014258663170039654, -0.026758700609207153, 0.026172490790486336, -0.004456909839063883, 0.011482792906463146, 0.06072431802749634, -0.06851744651794434, 0.014448318630456924, 0.05051739141345024, 0.01965523138642311, -0.01194831170141697, -0.04206908866763115, -0.01243969239294529, -0.04037943109869957, -0.0014472025213763118, -0.014086248353123665, -0.04724152013659477, -0.026138007640838623, 0.010017271153628826, 0.010560376569628716, 0.01085348054766655, 0.012310381047427654, 0.024862142279744148, -0.015060389414429665, -0.017362119629979134, -0.019310401752591133, -0.014870733954012394, -0.02343110367655754, 0.0006530191749334335, -0.028741464018821716, -0.03146560862660408, 0.021879374980926514, 0.023103516548871994, -0.013310384005308151, 0.03260354325175285, -0.0348794125020504, -0.04124150052666664, -0.04741393402218819, -0.014965561218559742, 0.05644844472408295, -0.004435358103364706, 0.0036357867065817118, 0.01645694486796856, 0.018017293885350227, 0.017517292872071266, -0.03768976777791977, 0.012827624566853046, 0.01128451619297266, -0.04124150052666664, 0.05682775378227234, -0.04527599737048149, 0.006426743231713772, 0.03989667072892189, 0.011724173091351986, 0.0284311193972826, 0.0021066872868686914, 0.0407242588698864, -0.03037939965724945, -0.004284495487809181, 0.054241541773080826, -0.0029331983532756567, -0.05513809621334076, -0.04403461143374443, 0.0320000946521759, 0.003786649089306593, -0.002327593043446541, -0.027982842177152634, 0.023500069975852966, 0.018120743334293365, -0.010577617213129997, 0.011172447353601456, -0.030896643176674843, 0.05603465065360069, 0.02281041257083416, 0.014344870112836361, 0.040689777582883835, 0.03353458270430565, -0.03637941926717758, -0.06389673799276352, 0.021741444244980812, -0.06062087044119835, 0.047276001423597336, -0.04793117567896843, 0.027655255049467087, 0.039827704429626465, -0.03329320251941681, 0.03036215901374817, -0.0014903061091899872, -0.08041403442621231, -0.0009789899922907352, 0.009655200876295567, 0.04382771626114845, -0.0020808251574635506, -0.013025900349020958, -0.0395173579454422, 0.0395173579454422, -0.03724148869514465, -0.06620709598064423, 0.031672507524490356, -0.014603491872549057, -0.049344975501298904, 0.04527599737048149, 0.015551770105957985, -0.0424828827381134, -0.0020215576514601707, 0.0046163927763700485, 0.03387941047549248, -0.009836236014962196, -0.019913852214813232, -0.037758734077215195, 0.02829318679869175, 0.019913852214813232, -0.015456941910088062, 0.03270699456334114, 0.01709487847983837, 0.014663836918771267, -0.0529656745493412, 0.07793126255273819, 0.02024143934249878, -0.0009752184269018471, 0.07696574181318283, -0.010086236521601677, -0.03565527871251106, 0.01146555133163929, 0.011017274111509323, 0.02208627201616764, -0.011741413734853268, -0.0529656745493412, -0.024551797658205032, 0.007801747415214777, -0.024793177843093872, -0.029189741238951683, 0.005193980876356363, 0.012172450311481953, -0.05206912010908127, 0.03913804516196251, -0.05789672210812569, 0.03624148666858673, -0.01121555082499981, 0.029224224388599396, -0.013534522615373135, 0.005603464785963297, -0.020413853228092194, -0.07110366225242615, 0.06962089240550995, 0.033965617418289185, -0.016137978062033653, -0.05320705473423004, -0.0822761058807373, 0.06072431802749634, -0.04065529257059097, 0.021500064060091972, 0.023965587839484215, 0.00871554296463728, 0.06506916135549545, -0.021413857117295265, -0.00370690762065351, 0.037379421293735504, -0.037138041108846664, -0.011974173597991467, -0.06100017949938774, -0.036758728325366974, -0.01597418449819088, 0.014810388907790184, 0.0009655200992710888, 0.02353455312550068, 0.01635349728167057, 0.029206983745098114, -0.04634496569633484, -0.0038038906641304493, 0.0026745768263936043, -0.010086236521601677, 0.0068750204518437386, 0.008068989031016827, -0.03668976575136185, 0.034344930201768875, -0.04217253997921944, 0.023396620526909828, 0.07703471183776855, -0.03310354799032211, 0.053965676575899124, 0.00785778183490038, -0.02512076497077942, -0.0502760112285614, 0.0007419203175231814, 0.005913810804486275, -0.08910371363162994, -0.00847416277974844, -0.049207042902708054, 0.013275901786983013, 0.006788813043385744, -0.04806910827755928, 0.11206930130720139, 0.005814672447741032, 0.012534519657492638, 0.010508651845157146, -0.01989661157131195, -0.040069084614515305, -0.005969845224171877, 0.07020710408687592, -0.01937936805188656, 0.05151739344000816, -0.006310363300144672, -0.04682772606611252, -0.04893117770552635, -0.01768970675766468, -0.0448966845870018, 0.029810432344675064, -0.0012629347620531917, -0.015534528531134129, -0.029931122437119484, -0.09331062436103821, -0.01183624193072319, -0.009336235001683235, 0.04427599161863327, -0.001607763348147273, -0.05310360714793205, 0.014301766641438007, 0.028344912454485893, 0.03282768279314041, 0.0742071196436882, -0.025103522464632988, 0.04268978163599968, 0.03741390258073807, 0.04748290032148361, 0.08820715546607971, 0.005198291037231684, -0.0341380313038826, -0.029724225401878357, -0.0014633664395660162, 0.0038405286613851786, -0.0047758761793375015, -0.01025003008544445, -0.0028319049160927534, -0.00771985063329339, 0.05024152994155884, 0.011000032536685467, 0.022017305716872215, -0.008211230859160423, 0.022172478958964348, -0.0036185451317578554, -0.002122851088643074, -0.045931171625852585, -0.059586383402347565, -0.0236552432179451, 0.04672427475452423, -0.06034500524401665, 0.002243541181087494, -0.045689791440963745, 0.019810402765870094, 0.045931171625852585, 0.014629353769123554, 0.034000102430582047, 0.006879330612719059, -0.03439665213227272, -0.03965529054403305, 0.018000053241848946, 0.04706910625100136, -0.03403458371758461, 0.09537959098815918, 0.014474180527031422, 0.015086251311004162, 0.019103504717350006, 0.09455200284719467, 0.042413920164108276, 0.03917253017425537, -0.03672424703836441, 0.028500083833932877, 0.03341389074921608, -0.039482876658439636, 0.006297432351857424, -0.0067155370488762856, -0.018155226483941078, -0.011810380034148693, 0.004325443878769875, -0.03374147787690163, 0.025396626442670822, 0.0757933259010315, 0.021758684888482094, 0.02584490366280079, 0.028379393741488457, -0.0018588417442515492 ]