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
37,274
dataclass_csv.dataclass_reader
__init__
null
def __init__( self, f: Any, cls: Type[object], fieldnames: Optional[Sequence[str]] = None, restkey: Optional[str] = None, restval: Optional[Any] = None, dialect: str = "excel", *args: Any, **kwds: Any, ): if not f: raise ValueError("The f argument is required.") if cls is None or not dataclasses.is_dataclass(cls): raise ValueError("cls argument needs to be a dataclass.") self._cls = cls self._optional_fields = self._get_optional_fields() self._field_mapping: Dict[str, Dict[str, Any]] = {} validate_header = kwds.pop("validate_header", True) self._reader = csv.DictReader( f, fieldnames, restkey, restval, dialect, *args, **kwds ) if validate_header: _verify_duplicate_header_items(self._reader.fieldnames) self.type_hints = typing.get_type_hints(cls)
(self, f: Any, cls: Type[object], fieldnames: Optional[Sequence[str]] = None, restkey: Optional[str] = None, restval: Optional[Any] = None, dialect: str = 'excel', *args: Any, **kwds: Any)
[ 0.03878604993224144, -0.0006478674476966262, 0.005001652520149946, -0.014698165468871593, -0.04194694757461548, -0.023520782589912415, 0.0017268717056140304, 0.0437319241464138, -0.03157177194952965, -0.04730187729001045, -0.013378026895225048, 0.049607470631599426, -0.003077225061133504, 0.015339640900492668, 0.011890546418726444, 0.05061151832342148, -0.049904964864254, 0.02829931303858757, 0.0031492747366428375, 0.02097347378730774, 0.021047847345471382, -0.0019941532518714666, -0.0727749764919281, 0.06983720511198044, 0.04194694757461548, 0.021940335631370544, -0.0001263050944544375, 0.03317081183195114, 0.024859515950083733, -0.012057887390255928, 0.04495909437537193, -4.947978595737368e-7, -0.03878604993224144, 0.05068589374423027, -0.02560325525701046, -0.057044871151447296, 0.0014851561281830072, -0.015060738660395145, -0.03053053468465805, 0.059387654066085815, -0.008329889737069607, -0.0007478074985556304, -0.046372201293706894, 0.0022870011162012815, 0.008106768131256104, 0.042690686881542206, 0.004311368800699711, -0.045145027339458466, -0.005373522639274597, -0.02326047420501709, -0.030195850878953934, 0.02366953156888485, -0.019021155312657356, -0.011500082910060883, -0.015190892852842808, 0.004862201400101185, -0.00840891245752573, 0.036052804440259933, -0.03224113583564758, 0.018602801486849785, -0.047487810254096985, 0.03387736529111862, 0.03181348741054535, 0.02290719747543335, -0.007744194474071264, -0.007841810584068298, -0.010523923672735691, -0.044735971838235855, -0.011295554228127003, 0.018705066293478012, 0.022572513669729233, 0.06537476181983948, 0.014289108105003834, 0.021047847345471382, 0.016009006649255753, 0.019597554579377174, -0.06414759159088135, -0.015748698264360428, 0.0023799685295671225, -0.018900297582149506, 0.038525741547346115, 0.01629720628261566, -0.07786959409713745, -0.003760536201298237, -0.012132261879742146, 0.02097347378730774, 0.008357780054211617, -0.005308445543050766, -0.01017064694315195, 0.07876208424568176, -0.09103380143642426, -0.010384472087025642, -0.03720560297369957, -0.020545821636915207, 0.010012602433562279, -0.06589537858963013, 0.008511176332831383, 0.021642839536070824, -0.010189240798354149, 0.029545078054070473, 0.0063589783385396, -0.06016857922077179, 0.008367077447474003, 0.012578506022691727, 0.010626187548041344, -0.11282538622617722, -0.03227832540869713, -0.023520782589912415, -0.027202297002077103, -0.016129864379763603, -0.029452111572027206, 0.03320799767971039, 0.0134802907705307, 0.0845632553100586, -0.007916184142231941, -0.029693827033042908, -0.00509926863014698, -0.0024334248155355453, -0.03146021068096161, -0.034900009632110596, 0.05072307959198952, 0.014233327470719814, -0.018017105758190155, 0.09051317721605301, 0.03549500182271004, -0.011016651056706905, 0.03655482828617096, -0.03344971314072609, 0.10605735331773758, 0.03173911198973656, 0.05161556974053383, -0.035234689712524414, 0.010672671720385551, -0.03599702566862106, 0.037540286779403687, 0.036127179861068726, 0.03527187928557396, 0.05611519515514374, -0.05860672518610954, -0.003239918267354369, 0.061618875712156296, -0.00925956480205059, 0.015042144805192947, -0.045554086565971375, 0.0028285367880016565, -0.008836562745273113, -0.022275017574429512, 0.016436658799648285, -0.03423064202070236, 0.004023169633001089, -0.028689777478575706, -0.026179654523730278, -0.006940025370568037, 0.03369142860174179, -0.007772084791213274, -0.03919510915875435, -0.03897198662161827, -0.046149078756570816, 0.030790843069553375, 0.014967771247029305, 0.004120785277336836, -0.016148459166288376, 0.0013875402510166168, 0.00876218918710947, -0.0010859768372029066, 0.05678456276655197, -0.022888604551553726, -0.11713907867670059, 0.001762896659784019, -0.014623790979385376, 0.020583009347319603, -0.05433021858334541, 0.05537145584821701, 0.02391124702990055, -0.0641847774386406, 0.05195024982094765, 0.029321957379579544, -0.02179158665239811, 0.03467688709497452, 0.02203330211341381, 0.007641930133104324, 0.0006263686809688807, 0.01576729118824005, -0.0007303761085495353, 0.058495163917541504, 0.007488533854484558, -0.026439962908625603, 0.01991364359855652, 0.06730848550796509, 0.029080241918563843, 0.018017105758190155, -0.05072307959198952, -0.03791215643286705, 0.018184447661042213, 0.002477584406733513, -0.015023551881313324, 0.01019853726029396, 0.038191057741642, 0.008924881927669048, 0.04964465647935867, -0.02625402808189392, 0.015451202169060707, 0.032371290028095245, -0.03727997839450836, -0.05886703357100487, 0.02279563620686531, 0.026532931253314018, -0.00459724385291338, -0.02800181694328785, -0.027388231828808784, 0.014707461930811405, -0.060912322252988815, -0.03082803077995777, 0.0012992211850360036, 0.02854103036224842, -0.007037641480565071, -0.012327493168413639, -0.0462978258728981, 0.014772539027035236, 0.014335592277348042, 0.1303032785654068, 0.008929530158638954, -0.02655152417719364, -0.01963474042713642, 0.11051978915929794, -0.04756218567490578, -0.04919841140508652, -0.06838691234588623, -0.009891744703054428, -0.010802825912833214, -0.05901578441262245, -0.01928146369755268, -0.008636683225631714, 0.010040492750704288, 0.055929262191057205, 0.0198578629642725, 0.023539377376437187, 0.014316998422145844, -0.01096087135374546, -0.007809272035956383, 0.06437071412801743, 0.002707679057493806, -0.03616436570882797, -0.049421533942222595, -0.015981117263436317, -0.016083382070064545, 0.002203330397605896, 0.08337327092885971, -0.04231881722807884, -0.018240228295326233, -0.03328237310051918, 0.06396165490150452, -0.0008001017267815769, 0.035253286361694336, -0.008097471669316292, 0.00333288568072021, -0.026328401640057564, 0.0013945128303021193, 0.017412817105650902, -0.040756963193416595, -0.0031980827916413546, -0.04592595621943474, 0.034881412982940674, 0.06775473058223724, 0.006977212615311146, -0.0137406000867486, 0.0033259131014347076, -0.048082802444696426, 0.031441617757081985, -0.015544169582426548, 0.04231881722807884, 0.05061151832342148, 0.00028166253468953073, 0.007553611416369677, -0.03075365722179413, -0.006930728908628225, 0.006958619225770235, -0.13573257625102997, 0.038711678236722946, -0.016622593626379967, 0.011202586814761162, -0.02426452375948429, 0.03456532582640648, -0.026049500331282616, 0.08203454315662384, 0.004236994776874781, -0.05128088593482971, -0.02225642465054989, -0.02208908274769783, -0.01300615631043911, -0.004843608010560274, -0.005294500384479761, 0.006205582059919834, 0.014279811643064022, 0.06641599535942078, -0.01628790982067585, -0.006070779170840979, -0.05659862607717514, 0.018091479316353798, -0.05354929342865944, -0.00023808401601854712, -0.030158665031194687, 0.09185191243886948, 0.0200995784252882, -0.060912322252988815, -0.052284933626651764, 0.019207090139389038, 0.027741508558392525, -0.026216842234134674, 0.03759606555104256, 0.041463516652584076, 0.08307577669620514, -0.013489587232470512, -0.005415358114987612, -0.013015452772378922, 0.01803569868206978, -0.03882323578000069, 0.01371270976960659, -0.00995682179927826, -0.007135257590562105, -0.019764894619584084, -0.030623501166701317, 0.016966572031378746, -0.04893810302019119, 0.0006449621869251132, -0.026179654523730278, -0.00330964382737875, -0.014400669373571873, -0.019764894619584084, 0.004917982034385204, 0.019244277849793434, 0.009003904648125172, 0.0336170569062233, 0.051355257630348206, 0.038934797048568726, 0.02554747462272644, -0.010970167815685272, -0.009068981744349003, 0.010496033355593681, -0.007939426228404045, 0.01705024391412735, -0.0043532042764127254, 0.036703579127788544, -0.015218783169984818, -0.04547971114516258, -0.040050409734249115, 0.01729195937514305, -0.031013965606689453, 0.057044871151447296, 0.027815882116556168, 0.01300615631043911, -0.0575283020734787, 0.023985620588064194, -0.0026123872958123684, -0.004185862839221954, -0.03279894217848778, -0.009761589579284191, -0.030251631513237953, 0.020527228713035583, -0.01739422418177128, 0.04588877037167549, -0.03672217205166817, -0.051652755588293076, 0.02151268534362316, -0.01664118655025959, 0.05819766968488693, -0.05180150270462036, -0.02190314792096615, -0.012959673069417477, 0.03274315968155861, 0.020731758326292038, 0.005113213788717985, 0.016278613358736038, -0.027667135000228882, 0.0050806752406060696, -0.009124762378633022, 0.0127179566770792, 0.02660730481147766, -0.06388728320598602, -0.005759337916970253, -0.000942458282224834, -0.034528136253356934, 0.001654821913689375, 0.016278613358736038, -0.04867779463529587, -0.024952482432127, -0.006800574250519276, 0.0054339515045285225, 0.03253863379359245, 0.03941822797060013, -0.027295265346765518, 0.022591108456254005, 0.011751094833016396, -0.03285472095012665, 0.014735352247953415, -0.024524832144379616, -0.007990558631718159, -0.01048673689365387, 0.02859680913388729, -0.016483141109347343, -0.058978594839572906, -0.055520202964544296, 0.006112614646553993, 0.01876084692776203, 0.020954879000782967, 0.00548043567687273, 0.05150400847196579, -0.0671597346663475, 0.03549500182271004, 0.011816171929240227, 0.10620609670877457, -0.024636393412947655, 0.038525741547346115, 0.014391372911632061, -0.015404718928039074, 0.005991756916046143, -0.03352408856153488, 0.00260076648555696, 0.0006931890966370702, 0.04358317330479622, 0.005759337916970253, 0.04328567907214165, -0.03268738090991974, -0.01341521367430687, -0.024747954681515694, 0.028373688459396362, -0.02642136998474598, -0.008580902591347694, 0.041463516652584076, -0.06280885636806488, -0.06329228729009628, 0.028317907825112343, -0.018017105758190155, -0.003927877638489008, 0.004232346545904875, 0.03575531020760536, -0.014530823566019535, -0.03668498620390892, 0.006303198169916868, 0.009106168523430824, -0.019783489406108856, -0.06649037450551987, 0.03047475405037403, -0.01897467114031315, -0.06199074536561966, -0.030493346974253654, 0.022628294304013252, 0.03755887970328331, 0.03136724233627319, 0.01623212918639183, 0.03417485952377319, 0.0257148165255785, -0.03183208033442497, 0.025212792679667473, 0.026049500331282616, -0.042393188923597336, 0.00497841089963913, -0.015981117263436317, 0.053809601813554764, 0.02350218966603279, 0.02026692032814026, 0.02179158665239811, 0.020434262230992317, -0.06277167052030563, -0.018361086025834084, 0.020136766135692596, 0.02876415103673935, -0.02922898903489113, 0.0021266320254653692, -0.03952978923916817, -0.012178745120763779, 0.045442525297403336, -0.013461696915328503, -0.003902311669662595, -0.02314891293644905, 0.03882323578000069, 0.06615568697452545, 0.0075582596473395824, -0.05254524201154709, -0.025231385603547096, 0.07091562449932098, 0.011890546418726444, 0.009417610242962837, -0.019895050674676895, 0.031144119799137115, 0.015860259532928467, 0.03685232624411583, -0.03428642079234123, -0.03216676414012909, 0.06355259567499161, 0.022832823917269707, 0.031255681067705154, 0.008455396629869938, 0.052061811089515686, 0.0824064090847969, -0.005963866598904133, 0.04053384065628052, 0.08567886799573898, -0.018788736313581467, -0.023874059319496155, 0.006888893432915211, 0.00828805472701788, -0.05232212319970131, -0.004755288828164339, -0.018193744122982025, -0.031423021107912064, -0.019021155312657356, 0.006145153194665909, -0.030456161126494408, -0.061618875712156296, -0.032947689294815063, -0.013080530799925327, -0.005922031123191118, 0.019207090139389038, -0.044215355068445206, -0.041091643273830414, -0.028206346556544304, -0.013247871771454811, -0.04388067126274109, 0.02067597769200802, 0.0336170569062233, 0.05425584688782692, 0.010003305040299892, -0.015925336629152298, -0.06310635805130005, 0.06730848550796509, 0.08210891485214233, 0.01037517562508583, 0.053177423775196075, -0.022591108456254005, -0.03802371770143509, -0.0691678375005722, -0.012941079214215279, -0.02143830992281437, -0.01078423298895359, 0.05462771654129028, 0.008241570554673672, 0.04592595621943474, 0.027351045981049538, 0.0014654005644842982, 0.015739401802420616, 0.06998594850301743, -0.0129782659932971, -0.016436658799648285, 0.014233327470719814, -0.0652260109782219, 0.009938227944076061, -0.0008570443606004119, -0.009529171511530876, 0.024041401222348213, 0.0038256135303527117, -0.043322864919900894, 0.0022381930612027645, -0.011751094833016396, -0.04031071811914444, 0.026291215792298317, -0.002561255358159542, -0.017710313200950623, 0.03674076497554779, -0.03912073373794556, 0.01344310399144888, 0.02279563620686531, -0.010505329817533493, -0.0021475497633218765, -0.014735352247953415, -0.02930336259305477, 0.0682009756565094, 0.017273366451263428, -0.07809271663427353, 0.02794603817164898, -0.043099742382764816, 0.06262291967868805, -0.05187587812542915, 0.09073629975318909, 0.004178890027105808, -0.01787765510380268, -0.013703412376344204, -0.004797124303877354, -0.013238575309515, -0.08419138938188553, -0.006233472377061844, 0.03437938913702965, -0.03199942037463188, -0.07351871579885483, -0.024710766971111298, -0.002472936175763607, -0.07050657272338867, -0.004209104459732771, 0.0014014854095876217, -0.018063589930534363, 0.042616311460733414, 0.011825469322502613, -0.05871828645467758, -0.03203660994768143, 0.002784377196803689, -0.008924881927669048, 0.012578506022691727, -0.006042888853698969, -0.01558135636150837, -0.0018895649118348956, -0.1007767915725708, 0.012383273802697659, -0.0732584074139595, -0.029638046398758888, 0.026532931253314018, -0.06656474620103836, -0.017440706491470337, 0.035011567175388336, 0.006154450122267008, -0.012392571195960045, 0.005336335860192776, -0.0028052949346601963, 0.011778985150158405, 0.0092874551191926, 0.010542516596615314, -0.004055708181113005, -0.053883977234363556, -0.04481034725904465, 0.027797289192676544, -0.04704156517982483, -0.036833733320236206, -0.03467688709497452, 0.022516734898090363, 0.07660523802042007, -0.06232542544603348, -0.0009035281254909933, -0.023334847763180733, -0.017143210396170616, 0.005368874408304691, -0.03146021068096161, -0.012690067291259766, -0.01956036686897278, 0.046669695526361465, 0.007944074459373951, -0.002426452236250043, -0.006145153194665909, 0.001711764489300549, 0.03326378017663956, 0.0272394847124815, -0.03661061078310013, -0.02560325525701046, 0.020285513252019882, -0.004506600555032492, 0.026105280965566635, -0.0361085869371891, -0.05291711539030075, 0.011602346785366535, -0.061953555792570114, 0.08367077261209488, -0.04235600307583809, -0.01670626364648342, 0.08582761883735657, -0.02805759757757187, -0.004230022430419922, -0.03224113583564758, -0.037112634629011154, -0.030270224437117577, -0.012532021850347519, 0.054404594004154205, 0.018351789563894272, -0.026997769251465797, -0.019616147503256798, 0.020415667444467545, -0.010998058132827282, 0.029321957379579544, -0.030958184972405434, -0.017087429761886597, -0.026644492521882057, 0.027202297002077103, 0.026495743542909622, -0.04257912561297417, 0.062027931213378906, 0.039046358317136765, 0.04224444180727005, -0.0371498204767704, -0.011342037469148636, 0.00011337680189171806, 0.0015734753105789423, 0.02314891293644905, 0.04001322016119957, 0.04395504295825958, 0.024115774780511856, 0.008999256417155266, 0.016483141109347343, -0.00252639246173203, 0.04979340359568596, -0.03376580402255058, -0.012383273802697659, 0.01582307182252407, -0.018937483429908752, 0.06931658834218979, -0.011899842880666256, -0.030902404338121414, -0.014437856152653694, -0.022591108456254005, -0.04752499610185623, 0.002398562151938677, -0.039752911776304245, 0.025510288774967194, 0.05057433247566223, -0.044326916337013245, 0.03462110459804535, 0.015172299928963184, 0.04904966428875923, 0.006117262877523899, -0.06399884074926376, -0.027462605386972427, 0.036480456590652466, 0.008920233696699142, -0.014679571613669395, 0.04243037849664688, 0.09757871180772781, -0.008441451005637646, 0.014233327470719814, 0.015590653754770756, 0.042095694690942764, 0.03662920370697975, -0.010737748816609383, -0.028503842651844025, -0.07645648717880249, 0.05351210758090019, -0.012727254070341587, 0.003549035172909498, 0.082480788230896, 0.008608792908489704, -0.020248325541615486, -0.04845467209815979, 0.01277373731136322, 0.004099867772310972, -0.025119824334979057, 0.07154780626296997, 0.00252639246173203, -0.08605074137449265, 0.004483358934521675, 0.014437856152653694, -0.050425585359334946, 0.0018058940768241882, 0.006484484765678644, 0.03681514039635658, 0.0835220217704773, -0.07846459001302719, 0.036703579127788544, 0.02666308544576168, 0.06448227167129517, -0.05161556974053383, 0.04272787272930145, 0.017440706491470337, 0.004032466094940901, -0.01560924667865038, 0.030102884396910667, -0.020006610080599785, 0.014214734546840191, -0.003514172276481986, 0.05622675642371178, 0.03767044097185135, -0.022367985919117928, -0.008687814697623253, -0.031069746240973473, 0.007218928076326847, -0.016622593626379967, -0.04730187729001045, 0.03082803077995777, 0.0065542105585336685, -0.012615692801773548, 0.04217006638646126, 0.02285141684114933, 0.058681100606918335, 0.024654986336827278 ]
37,276
dataclass_csv.dataclass_reader
__next__
null
def __next__(self): row = next(self._reader) return self._process_row(row)
(self)
[ 0.018346227705478668, -0.06060066446661949, -0.05847549065947533, 0.03279076889157295, -0.01930919848382473, -0.0050099315121769905, 0.01677725277841091, 0.04340003803372383, 0.06588039547204971, -0.0525316447019577, -0.0067200325429439545, 0.016063326969742775, 0.010883214883506298, 0.07570932060480118, -0.030947845429182053, 0.024406295269727707, -0.02319428138434887, 0.04320080205798149, -0.0746467337012291, 0.06099913269281387, -0.05093776434659958, 0.05867472663521767, 0.04340003803372383, 0.05050608888268471, 0.006213643588125706, 0.049443501979112625, 0.033986181020736694, -0.015498827211558819, 0.05040647089481354, -0.025253044441342354, -0.0017733995337039232, 0.0007066618418321013, -0.05870793014764786, 0.0012151263654232025, -0.004719380289316177, 0.022247914224863052, -0.048480529338121414, 0.014303416945040226, 0.0481816790997982, 0.040809981524944305, 0.011223575100302696, -0.003945269156247377, 0.06604642421007156, -0.005047288257628679, -0.03861839696764946, -0.007284531835466623, -0.0029304155614227057, -0.06053425371646881, 0.021965665742754936, -0.040345098823308945, 0.028224967420101166, 0.04296836256980896, -0.005603486206382513, -0.012975183315575123, -0.008841055445373058, -0.036360397934913635, -0.04356606677174568, -0.0037107530515640974, -0.017250435426831245, 0.03924930840730667, -0.011206972412765026, -0.0334714911878109, -0.010160988196730614, 0.022115090861916542, 0.07982684671878815, -0.036194369196891785, -0.0018678286578506231, -0.030532773584127426, -0.01382193248718977, 0.04320080205798149, 0.0014610571088269353, 0.049277469515800476, -0.010991133749485016, 0.009156511165201664, -0.05996975302696228, -0.008102226071059704, -0.03403598815202713, 0.010086274705827236, 0.036227576434612274, -0.03152894973754883, 0.053561024367809296, 0.06873609870672226, -0.016943281516432762, -0.016138039529323578, -0.044761475175619125, -0.02623261697590351, 0.06441933661699295, -0.01191259641200304, -0.09277712553739548, 0.07584214955568314, 0.0069524734281003475, 0.020255563780665398, -0.021235136315226555, 0.014187196269631386, 0.0508713535964489, -0.018180198967456818, -0.020205754786729813, 0.018894124776124954, 0.014652078039944172, -0.014386431314051151, -0.031777992844581604, 0.07942837476730347, 0.017217230051755905, -0.010318716056644917, 0.02971922978758812, -0.032442107796669006, -0.003640190465375781, -0.004383171442896128, 0.018246611580252647, 0.03035014122724533, -0.04741794243454933, -0.008127130568027496, -0.06299148499965668, 0.05435796454548836, -0.016370480880141258, -0.06820480525493622, 0.006093272008001804, 0.005894036963582039, -0.03456728160381317, 0.0035986832808703184, 0.033222444355487823, -0.01766550913453102, -0.017980964854359627, 0.0177319198846817, -0.0019010344985872507, -0.0022912032436579466, 0.03136291727423668, -0.05040647089481354, 0.054025907069444656, -0.04263630136847496, 0.0023098813835531473, -0.002475910587236285, 0.0709276795387268, -0.02138456329703331, -0.048414118587970734, 0.01611313596367836, 0.04625574126839638, 0.01512526161968708, -0.06946662068367004, -0.002353464253246784, 0.053693849593400955, 0.010169289074838161, 0.0415073037147522, 0.0040033794939517975, -0.00797355268150568, -0.04758397489786148, -0.00947196688503027, 0.0705956220626831, 0.05077173560857773, -0.000047798253945074975, -0.03367072343826294, -0.03549704700708389, 0.03152894973754883, 0.07258797436952591, -0.030101096257567406, 0.04798244312405586, -0.03176138922572136, 0.012211448512971401, -0.02299504727125168, -0.03851877897977829, 0.02091968059539795, -0.03509857505559921, -0.016943281516432762, -0.008699931204319, -0.017748523503541946, 0.05034006014466286, -0.07338491082191467, -0.05176790803670883, -0.01397135853767395, -0.02487117610871792, 0.049310676753520966, -0.020537814125418663, 0.014884519390761852, 0.02968602441251278, -0.07424826174974442, 0.08626878261566162, 0.01980728469789028, 0.1050632894039154, 0.02787630446255207, -0.012875565327703953, 0.014353225938975811, 0.007114351727068424, -0.02316107600927353, -0.03861839696764946, 0.034467663615942, 0.026481660082936287, 0.06099913269281387, -0.03868480771780014, 0.03941533714532852, 0.033986181020736694, -0.0029096619691699743, -0.034799724817276, 0.0015077528078109026, -0.0041154492646455765, -0.012053720653057098, -0.01696818508207798, -0.014419637620449066, 0.07079485803842545, 0.007604137994349003, 0.06607963144779205, -0.05963769555091858, -0.021500783041119576, 0.010941325686872005, 0.02422366291284561, -0.04306797683238983, 0.013888344168663025, -0.0274446289986372, 0.015532033517956734, -0.03865160048007965, 0.010683979839086533, -0.03908327594399452, -0.032475315034389496, -0.012941977009177208, 0.06674374639987946, 0.04399774223566055, 0.02062082849442959, -0.02727860026061535, -0.0769711434841156, -0.007002281956374645, 0.018362831324338913, 0.053826671093702316, 0.006915116682648659, -0.044695064425468445, -0.07989326119422913, 0.07604137808084488, -0.06133119389414787, -0.05538734793663025, -0.05930563434958458, -0.011306589469313622, 0.03420201689004898, -0.01510865893214941, -0.007309436332434416, 0.04363247752189636, -0.009961753152310848, 0.05209996923804283, -0.017250435426831245, -0.012593315914273262, 0.04612291604280472, -0.044429417699575424, 0.045226357877254486, -0.03141272813081741, 0.017017994076013565, 0.016088230535387993, -0.05209996923804283, -0.025219837203621864, 0.0032126654405146837, 0.0015451094368472695, 0.062061719596385956, -0.018196802586317062, -0.007321888580918312, 0.029536597430706024, 0.018263213336467743, 0.057114049792289734, -0.0052423723973333836, 0.022247914224863052, -0.07956120371818542, -0.020687241107225418, -0.032342489808797836, 0.012078625150024891, 0.009546680375933647, 0.05601825565099716, -0.004098846111446619, 0.03888404369354248, 0.025651514530181885, -0.03252512216567993, 0.036260779947042465, -0.03141272813081741, 0.008517298847436905, 0.07106050103902817, 0.030067890882492065, 0.049343883991241455, 0.020388387143611908, -0.05163508653640747, 0.023177677765488625, -0.007454711943864822, -0.011040942743420601, -0.02131815068423748, 0.001669631339609623, -0.0189107283949852, -0.04223783314228058, -0.013390256091952324, 0.03529781103134155, -0.024721750989556313, -0.020504608750343323, -0.005532923620194197, -0.0394817478954792, -0.008799548260867596, -0.011373001150786877, 0.004248272627592087, -0.02171662077307701, 0.030632389709353447, -0.010783597826957703, -0.01037682592868805, -0.018562065437436104, 0.0632571280002594, -0.05050608888268471, -0.05273088067770004, 0.007089447695761919, -0.00010493565059732646, -0.026697497814893723, -0.017615700140595436, -0.08427643030881882, 0.005130302626639605, 0.031047463417053223, -0.07703755795955658, 0.017864743247628212, 0.03199382871389389, 0.040145862847566605, -0.06368880718946457, 0.012203147634863853, 0.029187936335802078, 0.029071716591715813, -0.016428591683506966, 0.005391798913478851, -0.05117020383477211, -0.06973227113485336, -0.03470010682940483, 0.10459840297698975, 0.02362595684826374, 0.014735093340277672, -0.057944197207689285, -0.006857006810605526, 0.03503216430544853, -0.022779207676649094, -0.0374893955886364, 0.04220462590456009, -0.02737821824848652, 0.002911737421527505, -0.04632215201854706, 0.02764386497437954, 0.03285718336701393, -0.06265942752361298, -0.022065283730626106, 0.06847044825553894, 0.007533575873821974, -0.0018107561627402902, 0.0073592448607087135, -0.006512496154755354, 0.03134631738066673, -0.02379198744893074, 0.01370571181178093, -0.040577542036771774, 0.06913456320762634, -0.043167594820261, 0.03805389627814293, 0.011754868552088737, 0.02942037768661976, -0.022862223908305168, 0.07066203653812408, -0.022912031039595604, 0.053959496319293976, -0.016984788700938225, 0.022646384313702583, -0.0010864536743611097, 0.022297723218798637, -0.045027121901512146, -0.03249191865324974, 0.016486700624227524, -0.006404576823115349, 0.03136291727423668, 0.018130389973521233, -0.05299652740359306, -0.0269465409219265, 0.035928722470998764, -0.05445758253335953, 0.009521775878965855, -0.13973018527030945, 0.045325975865125656, -0.01887752115726471, 0.03984701260924339, -0.04237065464258194, 0.03199382871389389, -0.017150817438960075, -0.033986181020736694, 0.010717186145484447, -0.01984049193561077, 0.0177319198846817, 0.07570932060480118, -0.00294909393414855, 0.0074630132876336575, 0.057346493005752563, 0.009048592299222946, -0.008181089535355568, 0.02329389937222004, -0.01651160605251789, -0.016793854534626007, 0.0164036862552166, -0.009496871381998062, -0.04233745113015175, 0.011381302960216999, -0.061264779418706894, 0.007284531835466623, -0.022779207676649094, -0.068935327231884, -0.05176790803670883, -0.028258172795176506, 0.04160692170262337, -0.04605650529265404, -0.025651514530181885, -0.04761717841029167, -0.015075452625751495, 0.04413056746125221, -0.018794506788253784, 0.03888404369354248, -0.024937588721513748, -0.035961929708719254, 0.0207536518573761, 0.020438196137547493, -0.026282424107193947, -0.006533249747008085, -0.021401165053248405, -0.021766429767012596, 0.006927568931132555, -0.023277295753359795, -0.008525600656867027, 0.0014610571088269353, 0.03506537154316902, 0.04828129708766937, 0.03149574249982834, 0.0502072349190712, -0.018196802586317062, 0.04270271584391594, -0.053361788392066956, 0.03450087085366249, -0.07876425981521606, -0.045193154364824295, 0.012576713226735592, 0.002492513507604599, -0.03489934280514717, -0.02530285343527794, -0.04373209550976753, -0.07909631729125977, 0.017682110890746117, -0.0028785315807908773, 0.020969489589333534, -0.026049984619021416, -0.06833762675523758, -0.02389160357415676, -0.0004072904121130705, -0.013664204627275467, 0.08075661212205887, 0.04403094947338104, 0.03370393067598343, -0.04745114967226982, 0.020438196137547493, -0.04353285953402519, -0.009530076757073402, 0.04263630136847496, 0.028507215902209282, -0.009364048019051552, -0.028490614145994186, 0.00886595994234085, 0.02302825264632702, -0.0029573955107480288, -0.00011388566781533882, -0.0006397312972694635, -0.017648905515670776, -0.04237065464258194, 0.053594231605529785, 0.03712413087487221, 0.002984375227242708, 0.026664292439818382, 0.007961100898683071, -0.035729486495256424, -0.027129173278808594, -0.009862135164439678, -0.03386995941400528, 0.036592837423086166, -0.05977051705121994, -0.015017342753708363, -0.00018016764079220593, -0.036626044660806656, -0.027560850605368614, -0.040112659335136414, -0.0018325474811717868, -0.006591360084712505, 0.012377478182315826, 0.012958580628037453, 0.01360609382390976, -0.022198107093572617, -0.018412640318274498, -0.0599033422768116, 0.02734501101076603, -0.05498887598514557, 0.004810696467757225, 0.012983485125005245, 0.06348957121372223, -0.020006520673632622, -0.0049352184869349, 0.0004682542639784515, 0.03367072343826294, 0.04648818075656891, 0.03519819304347038, 0.019757477566599846, -0.002170831896364689, 0.004682024009525776, 0.031064067035913467, 0.03018411062657833, 0.03343828395009041, -0.006649469956755638, 0.010982832871377468, -0.009256129153072834, -0.03729016333818436, -0.032541725784540176, 0.044993918389081955, 0.05183432251214981, 0.020388387143611908, 0.005205016117542982, -0.021235136315226555, -0.03390316665172577, 0.022513560950756073, -0.004094695672392845, -0.05724687501788139, 0.009214621037244797, -0.033587709069252014, 0.005815173499286175, 0.028158554807305336, 0.02155059203505516, -0.0699315071105957, 0.022397341206669807, 0.08839395642280579, -0.01917637512087822, -0.04645497351884842, 0.04233745113015175, -0.049011822789907455, 0.07086127251386642, 0.005665746983140707, -0.006554003339260817, 0.020305372774600983, -0.04320080205798149, 0.004922766238451004, -0.010210797190666199, -0.04658779874444008, -0.021965665742754936, -0.010899817571043968, -0.027726879343390465, 0.014145689085125923, 0.04413056746125221, 0.014187196269631386, 0.053394995629787445, 0.012626522220671177, -0.011887691915035248, -0.036194369196891785, 0.010468142107129097, 0.001534732524305582, -0.04529276862740517, -0.02553529292345047, -0.015598445199429989, 0.0021563044283539057, -0.01281745545566082, -0.04286874458193779, -0.02178303338587284, -0.0030507869087159634, -0.005478964187204838, 0.04599009454250336, 0.02590055763721466, -0.020604224875569344, 0.029835449531674385, -0.007836579345166683, -0.0066577717661857605, 0.029901862144470215, 0.016619523987174034, -0.06720862537622452, -0.015905598178505898, 0.05618428811430931, -0.012842359952628613, 0.007047940045595169, 0.044329799711704254, 0.030997654423117638, -0.0010646623559296131, -0.00411959970369935, 0.025817543268203735, -0.013755520805716515, 0.022862223908305168, 0.025651514530181885, -0.016827061772346497, -0.03377034142613411, -0.01666933298110962, 0.0033122829627245665, -0.06451895087957382, 0.0012701235245913267, -0.01970766857266426, 0.07318567484617233, -0.03209344670176506, -0.057412903755903244, -0.049111440777778625, -0.09224583208560944, 0.06813839077949524, 0.01763230189681053, 0.013763821683824062, 0.028872480615973473, -0.09224583208560944, -0.06813839077949524, -0.0003022250602953136, 0.04582406207919121, 0.009090099483728409, 0.024688543751835823, -0.01663612760603428, -0.033986181020736694, 0.026979748159646988, -0.061430808156728745, 0.05538734793663025, -0.010933023877441883, 0.003210589988157153, -0.00016213790513575077, -0.01568145863711834, -0.02837439253926277, 0.002289127791300416, 0.005582732614129782, 0.04608970880508423, -0.008633519522845745, 0.005628390237689018, 0.0037003762554377317, -0.009970054030418396, -0.05469002202153206, 0.006595510523766279, -0.0038684806786477566, 0.0063838232308626175, -0.014145689085125923, -0.011829582042992115, -0.005495566874742508, 0.0030570130329579115, -0.0164036862552166, 0.03556345775723457, -0.03821992501616478, -0.014602269977331161, 0.0394817478954792, -0.04356606677174568, 0.062327366322278976, 0.026913335546851158, -0.041274864226579666, -0.030815022066235542, 0.04306797683238983, 0.011148861609399319, -0.024505911394953728, 0.007205667905509472, 0.02520323544740677, -0.005827625282108784, -0.024572324007749557, -0.05884075537323952, -0.00963799562305212, 0.04575765132904053, -0.044993918389081955, -0.014328321442008018, 0.009081797674298286, -0.030565978959202766, -0.0015336949145421386, -0.0020348955877125263, 0.03795427829027176, -0.006454385817050934, -0.00684455456212163, 0.06036822125315666, 0.00977081898599863, 0.02336031012237072, 0.023509737104177475, -0.060567457228899, -0.0001644726871745661, 0.03406919538974762, 0.0027270298451185226, 0.03855198249220848, -0.027926113456487656, -0.01079189870506525, 0.012153338640928268, -0.03423522412776947, 0.010667377151548862, 0.0004511325096245855, -0.030698802322149277, 0.05000799894332886, -0.01884431578218937, -0.008297310210764408, -0.033687327057123184, 0.03861839696764946, -0.030433155596256256, -0.04200538992881775, 0.03209344670176506, -0.040511127561330795, -0.00259835715405643, -0.0565495528280735, 0.02148418128490448, 0.03901686519384384, -0.05043967440724373, 0.05034006014466286, -0.002538171596825123, 0.03323904797434807, -0.05123661458492279, 0.008363721892237663, -0.022131694480776787, -0.016926677897572517, 0.011281684972345829, -0.06611283123493195, 0.03396957740187645, -0.03463369607925415, 0.026049984619021416, -0.023775383830070496, -0.07272079586982727, 0.017399862408638, -0.010028164833784103, -0.040976010262966156, -0.00818939134478569, 0.06468497961759567, 0.02095288783311844, 0.02490438148379326, 0.05073852837085724, -0.03215985745191574, 0.029088318347930908, -0.011655250564217567, -0.026332233101129532, 0.04768358916044235, -0.013863439671695232, 0.02616620436310768, 0.00381037057377398, 0.05525452271103859, -0.029536597430706024, 0.0016426515066996217, 0.05482284724712372, 0.03242550417780876, 0.006491742562502623, 0.04565803334116936, -0.017084406688809395, 0.032342489808797836, -0.0274446289986372, -0.02540246956050396, 0.006006106734275818, 0.07072844356298447, -0.040976010262966156, 0.03891724720597267, -0.024937588721513748, 0.02616620436310768, -0.03712413087487221, 0.0589071661233902, 0.02830798178911209, -0.011032641865313053, -0.011165465228259563, 0.02477155812084675, -0.0031130476854741573, -0.03225947543978691, 0.035729486495256424, 0.01904355175793171, 0.08407719433307648, -0.0028806068003177643, -0.08487413823604584, -0.025883954018354416, 0.00574876181781292, -0.013913248665630817, -0.03343828395009041, -0.002453081775456667, 0.036393605172634125, 0.031130477786064148, -0.008708232082426548, 0.03712413087487221, 0.009098401293158531, 0.013456667773425579, 0.049377087503671646, 0.0558854341506958, -0.03360431268811226, 0.006192889530211687, -0.0072471750900149345, 0.0027975921984761953, -0.008899166248738766, 0.013647601939737797, -0.011962405405938625, 0.04539238661527634, -0.006475139409303665, 0.06481780856847763, -0.028822671622037888, -0.008164486847817898, 0.0391496904194355, 0.06398765742778778 ]
37,277
dataclass_csv.dataclass_reader
_add_to_mapping
null
def _add_to_mapping(self, property_name, csv_fieldname): self._field_mapping[property_name] = csv_fieldname
(self, property_name, csv_fieldname)
[ 0.031899772584438324, 0.014964076690375805, -0.025310859084129333, 0.04758846014738083, -0.05294721946120262, -0.02625454030930996, -0.0014323722571134567, 0.02890021540224552, 0.008135031908750534, -0.00807183887809515, -0.017778266221284866, -0.029018176719546318, 0.053385354578495026, 0.03515210002660751, 0.0385223887860775, 0.03243901953101158, -0.007284034043550491, 0.03815165534615517, 0.01514101680368185, -0.004966961219906807, -0.002757316455245018, -0.0072545441798865795, 0.04246562346816063, -0.037578705698251724, 0.028293564915657043, 0.03714057058095932, -0.007949666120111942, 0.03703945875167847, 0.04179156571626663, -0.03542172163724899, 0.0004839522298425436, -0.07407891750335693, -0.05186872556805611, -0.0053039900958538055, 0.0634625181555748, -0.02777116931974888, -0.00219068699516356, 0.001716740196570754, -0.025395117700099945, 0.023575160652399063, 0.0903911143541336, 0.040982697159051895, -0.06936051696538925, 0.02611972950398922, 0.03650021553039551, 0.016312191262841225, -0.11202836036682129, 0.04152194410562515, 0.05264389142394066, -0.024855870753526688, -0.07711218297481537, 0.029287798330187798, 0.02847892977297306, 0.040005315095186234, -0.013894010335206985, -0.02783857472240925, 0.014121504500508308, 0.0158656295388937, -0.010692236945033073, 0.03299511596560478, -0.0260523222386837, -0.02264833264052868, -0.036129482090473175, -0.08917780965566635, 0.022058531641960144, -0.013009309768676758, 0.005678934510797262, 0.013607536442577839, 0.03990420326590538, 0.03582615777850151, -0.009150330908596516, -0.007654765620827675, 0.0356239378452301, -0.06508025527000427, -0.024417733773589134, 0.09382880479097366, -0.028765404596924782, 0.010902880690991879, 0.05409311503171921, -0.0451955571770668, 0.007810641545802355, 0.03457915037870407, -0.05446384847164154, -0.013380041345953941, -0.05564344674348831, 0.06477692723274231, -0.00987494271248579, -0.01767715811729431, -0.011593788862228394, -0.003947449382394552, 0.00845099613070488, 0.0018968399381265044, -0.005278713069856167, 0.029810193926095963, 0.008564743213355541, -0.08243723213672638, 0.03387138992547989, 0.010768068954348564, -0.02362571656703949, 0.047217730432748795, 0.031360525637865067, -0.06477692723274231, 0.021165406331419945, -0.0232718363404274, 0.0068795992992818356, -0.09605319797992706, 0.03589356318116188, -0.034747663885354996, 0.026844341307878494, 0.005232371389865875, -0.013186249881982803, -0.007077604066580534, -0.0027657421305775642, 0.017407534644007683, -0.02148558385670185, 0.028731701895594597, 0.01932859979569912, -0.025546779856085777, 0.004151773173362017, 0.03720797598361969, 0.05372238531708717, -0.012318400666117668, -0.01654811203479767, 0.05244167521595955, 0.006205542013049126, -0.05028469115495682, 0.038488682359457016, 0.015975162386894226, 0.04556628689169884, -0.016312191262841225, -0.0026161856949329376, -0.011972947046160698, 0.013582258485257626, -0.046307750046253204, 0.06575430929660797, 0.032877154648303986, 0.007355652749538422, 0.03021462820470333, 0.007347227074205875, 0.035725049674510956, 0.012217292562127113, -0.025546779856085777, -0.0009068180224858224, -0.043544113636016846, 0.05972149595618248, 0.00722505385056138, -0.01779511757194996, 0.10656849294900894, -0.07320264726877213, -0.05132947862148285, -0.007696894463151693, 0.008265630342066288, -0.036062076687812805, -0.001106928801164031, -0.02328868769109249, 0.035859860479831696, -0.039735689759254456, 0.024973830208182335, 0.029877599328756332, 0.026338797062635422, 0.05163280665874481, 0.01932859979569912, -0.030501103028655052, 0.010928157716989517, -0.0068037682212889194, 0.038421276956796646, 0.032607533037662506, -0.04337560012936592, 0.002734145848080516, -0.03223679959774017, 0.013177824206650257, -0.053115732967853546, 0.0356239378452301, 0.07434854656457901, 0.0200363602489233, 0.04428558051586151, -0.042162299156188965, 0.034815069288015366, 0.017913078889250755, 0.04394854977726936, 0.0017104209400713444, 0.02743414044380188, 0.02694544941186905, 0.05378979071974754, -0.00762106291949749, 0.011998224072158337, 0.001735698082484305, 0.030922388657927513, 0.015756094828248024, 0.05513790622353554, 0.0801454409956932, -0.058373380452394485, 0.0024582035839557648, -0.032725490629673004, 0.0016914630541577935, -0.03302881866693497, 0.007010198198258877, -0.027535248547792435, -0.03872460499405861, 0.08843634277582169, -0.04330819472670555, 0.002999556018039584, -0.03164700046181679, 0.02306961826980114, -0.020272279158234596, 0.003496673423796892, 0.05716007575392723, -0.0007024942897260189, -0.0065889121033251286, 0.002093791263177991, 0.040005315095186234, -0.02064301073551178, 0.030399993062019348, 0.015233700163662434, 0.011720174923539162, -0.02391218952834606, -0.06336140632629395, -0.025058088824152946, 0.02480531670153141, 0.024350328370928764, 0.042533028870821, 0.026979152113199234, 0.020760972052812576, -0.04772327095270157, 0.10029976069927216, -0.049644336104393005, -0.047554757446050644, -0.07690995931625366, -0.04745364934206009, 0.001378658227622509, -0.013894010335206985, 0.029675381258130074, -0.05257648602128029, 0.006083369255065918, 0.03306252136826515, -0.007949666120111942, 0.025479374453425407, -0.02514234557747841, -0.021603543311357498, 0.00023986968153622001, 0.02148558385670185, 0.04260043427348137, -0.048666954040527344, -0.006567847914993763, -0.04020753130316734, -0.008573168888688087, -0.025580482557415962, 0.05203723907470703, -0.011458978056907654, 0.0032986688893288374, 0.02910243347287178, 0.06599023193120956, -0.035725049674510956, 0.05018358305096626, -0.032809749245643616, -0.04094899445772171, -0.03478136658668518, 0.0414208360016346, -0.013321061618626118, -0.024788465350866318, -0.03429267555475235, -0.03279289975762367, 0.04344300553202629, -0.030939240008592606, 0.024148110300302505, -0.02654101513326168, 0.02952371910214424, 0.029068730771541595, 0.06730464100837708, 0.016101548448204994, 0.026524163782596588, -0.0018852546345442533, -0.015688689425587654, -0.004351883661001921, 0.011501106433570385, -0.009917071089148521, -0.049779146909713745, -0.004579378291964531, 0.014525939710438251, 0.05921595171093941, 0.030956091359257698, -0.00671951100230217, -0.003806318622082472, 0.009832814335823059, -0.018384918570518494, 0.011096672154963017, 0.02237870916724205, 0.05591307207942009, -0.02077782340347767, 0.002159090479835868, -0.03791573643684387, 0.0258332546800375, -0.0396345816552639, 0.031899772584438324, -0.016329042613506317, -0.050958748906850815, -0.012082480825483799, 0.014871394261717796, -0.0042444560676813126, 0.013851881958544254, -0.0011753877624869347, 0.056924156844615936, 0.02431662566959858, 0.009706428274512291, -0.05196983367204666, -0.0033808196894824505, -0.012823943980038166, -0.008754322305321693, 0.003947449382394552, 0.02542882040143013, -0.026844341307878494, 0.08162836730480194, -0.07468557357788086, 0.03912903741002083, 0.07171972095966339, 0.01774456351995468, -0.04981284961104393, 0.058777816593647, 0.01388558465987444, 0.019160084426403046, -0.014795562252402306, -0.047756973654031754, -0.0302820336073637, -0.03257383033633232, 0.04047715291380882, -0.006117071956396103, 0.046105533838272095, -0.018519729375839233, -0.014938799664378166, -0.02992815338075161, -0.02765320986509323, 0.009580042213201523, 0.009268290363252163, 0.03491617739200592, -0.0046762740239501, -0.02999555878341198, -0.03794943913817406, -0.037376489490270615, -0.033770281821489334, 0.034073606133461, -0.04145453870296478, 0.015638133510947227, -0.04378003627061844, -0.04179156571626663, -0.0140288220718503, -0.03318048268556595, -0.019075827673077583, 0.011046117171645164, -0.015360085293650627, 0.015183145180344582, 0.03906163200736046, -0.07091084867715836, 0.021367622539401054, 0.01932859979569912, 0.015132591128349304, 0.005839023273438215, 0.007102881092578173, -0.05392460152506828, -0.024687357246875763, 0.0367361344397068, -0.0005871672765351832, -0.05716007575392723, -0.00034677100484259427, -0.039331257343292236, 0.030568508431315422, 0.048666954040527344, -0.030568508431315422, 0.007941240444779396, -0.03316362947225571, 0.011543234810233116, -0.018250107765197754, 0.018165849149227142, 0.04600442573428154, 0.006812193896621466, -0.0021801546681672335, 0.03575875237584114, 0.07097825407981873, 0.03646651282906532, -0.07738180458545685, -0.05025098845362663, -0.019412856549024582, 0.0013312635710462928, -0.03646651282906532, 0.08985186368227005, -0.016050994396209717, 0.01379290223121643, 0.04202748462557793, 0.0016988356364890933, 0.023170726373791695, 0.0022391348611563444, -0.025546779856085777, 0.03279289975762367, 0.018721947446465492, -0.02306961826980114, 0.02210908569395542, -0.04290376231074333, -0.012301549315452576, -0.06605763733386993, 0.018317513167858124, -0.020811526104807854, -0.025968065485358238, -0.02792283333837986, -0.03892682120203972, 0.0616762638092041, 0.0022749442141503096, -0.010431040078401566, -0.05025098845362663, 0.054362740367650986, 0.011560086160898209, -0.026237688958644867, 0.017196891829371452, -0.03191662207245827, 0.0300629660487175, -0.09780574589967728, -0.03949977084994316, -0.043207086622714996, 0.01381817925721407, -0.09254809468984604, 0.004874278325587511, 0.02195742353796959, -0.02340664714574814, 0.017997335642576218, -0.059451874345541, 0.0029932367615401745, 0.023524606600403786, -0.019379153847694397, 0.01381817925721407, 0.0033450103364884853, -0.02028913050889969, 0.04300487041473389, -0.016396449878811836, 0.006062304601073265, 0.03865719959139824, 0.0014092015335336328, 0.0498802550137043, 0.019901547580957413, 0.05716007575392723, -0.004160198848694563, -0.037174273282289505, -0.037713516503572464, 0.059485577046871185, -0.022985361516475677, -0.018789352849125862, -0.0632265955209732, -0.03575875237584114, 0.034073606133461, -0.026086024940013885, 0.01794678159058094, 0.049442119896411896, -0.02723192423582077, 0.027670061215758324, 0.037578705698251724, -0.011526383459568024, -0.0024329263251274824, 0.04233081266283989, 0.010919732041656971, -0.018536580726504326, -0.08486384153366089, 0.05638490989804268, 0.02473791129887104, 0.004082260653376579, 0.021839464083313942, 0.005068069789558649, 0.01781196892261505, -0.015596006065607071, 0.03213569149374962, -0.01267228089272976, 0.049913957715034485, 0.014972502365708351, -0.008181372657418251, 0.04182526841759682, 0.016960972920060158, -0.011829709634184837, -0.05196983367204666, -0.03936496004462242, 0.009301993995904922, 0.014231039211153984, 0.07690995931625366, 0.013809753581881523, 0.00022393981635104865, 0.028445227071642876, -0.0015271615702658892, 0.032658085227012634, -0.0077980030328035355, 0.06268735229969025, 0.04664478078484535, 0.02202482894062996, -0.023878486827015877, 0.02783857472240925, 0.01357383280992508, -0.00004627562884707004, -0.009049221873283386, 0.016396449878811836, 0.038690902292728424, -0.0039937905967235565, -0.014686028473079205, 0.048666954040527344, 0.012933478690683842, 0.01530953124165535, 0.0011058755917474627, -0.018957868218421936, -0.02696230076253414, -0.03879201039671898, -0.008931262418627739, 0.004638358484953642, 0.005523058585822582, -0.015056760050356388, 0.030298884958028793, -0.05840708315372467, -0.022125937044620514, 0.005139688495546579, -0.04202748462557793, -0.004516185261309147, 0.011812858283519745, 0.02542882040143013, -0.02084522880613804, -0.03650021553039551, -0.000450512656243518, -0.06484433263540268, 0.01953081600368023, 0.04226340726017952, 0.009411527775228024, -0.018469175323843956, -0.09544654190540314, -0.04260043427348137, 0.030046112835407257, -0.01305986475199461, -0.0013839243911206722, -0.03707316145300865, 0.0023444562684744596, -0.004035919439047575, -0.05183502286672592, -0.016438577324151993, 0.027737466618418694, 0.033365845680236816, 0.0799432247877121, 0.019564518705010414, 0.004646784160286188, -0.011214631609618664, 0.013346338644623756, -0.015082037076354027, -0.012107757851481438, -0.003538802033290267, -0.05517160892486572, 0.06379954516887665, 0.002521396381780505, -0.048666954040527344, -0.023726824671030045, 0.03312992677092552, -0.05965409055352211, -0.01841862127184868, 0.038219060748815536, -0.054497551172971725, -0.012874498963356018, 0.034478042274713516, 0.031495336443185806, -0.03791573643684387, -0.05119466781616211, -0.01409622747451067, -0.03013037145137787, 0.04418446868658066, 0.03623059019446373, 0.014256316237151623, 0.03186606988310814, 0.023019064217805862, -0.009605319239199162, -0.05244167521595955, 0.012722835876047611, -0.03879201039671898, -0.026338797062635422, 0.01478713657706976, -0.013447447679936886, -0.04563369229435921, 0.010683811269700527, -0.02411440759897232, -0.024704208597540855, 0.02098003961145878, -0.0019505539676174521, -0.009217736311256886, -0.042162299156188965, -0.06514766067266464, 0.04533036798238754, -0.07084344327449799, -0.004128602333366871, -0.013236804865300655, -0.08311129361391068, -0.024721059948205948, 0.019227489829063416, 0.034882474690675735, -0.007368291262537241, -0.066799096763134, -0.031023496761918068, -0.07798845320940018, -0.020828377455472946, -0.026203986257314682, -0.0030016624368727207, 0.026372499763965607, 0.024164961650967598, -0.021114852279424667, 0.00872904434800148, -0.01139157172292471, -0.049644336104393005, -0.009175607934594154, 0.030922388657927513, -0.0021032700315117836, -0.03331529349088669, -0.0022286027669906616, -0.042229704558849335, -0.013540130108594894, 0.03707316145300865, -0.00837937742471695, 0.008922836743295193, 0.00203586439602077, 0.0754944384098053, 0.005619954317808151, -0.03700575605034828, -0.05021728575229645, -0.056418612599372864, 0.05068912357091904, 0.018671393394470215, -0.03321418538689613, -0.024788465350866318, 0.01018669456243515, -0.0053039900958538055, -0.02758580446243286, -0.06851794570684433, 0.028141900897026062, -0.06632725894451141, 0.012284697964787483, -0.03532061353325844, -0.07306783646345139, -0.014677602797746658, 0.017272723838686943, -0.062451429665088654, 0.022142790257930756, 0.05314943566918373, -0.01514101680368185, -0.01264700386673212, -0.0016798777505755424, -0.028697999194264412, -0.02397959679365158, -0.009125053882598877, -0.002163303317502141, -0.01968248002231121, 0.026439905166625977, 0.04923989996314049, -0.001122727058827877, -0.05924965441226959, -0.0009879155550152063, -0.03521950542926788, -0.03124256618320942, 0.007810641545802355, -0.029152987524867058, 0.032472722232341766, 0.04155564680695534, -0.044319283217191696, -0.0866163894534111, -0.022210195660591125, 0.012950330041348934, -0.015772946178913116, 0.0012754432391375303, -0.031023496761918068, 0.00914190523326397, -0.09679465740919113, 0.011501106433570385, -0.003989577759057283, 0.03532061353325844, 0.01343902200460434, -0.022917956113815308, 0.058440785855054855, -0.03168070316314697, -0.07084344327449799, 0.02487272210419178, -0.04155564680695534, 0.027248775586485863, -0.006037027575075626, 0.04330819472670555, 0.004457205533981323, 0.0013649665052071214, 0.02362571656703949, -0.04404965788125992, 0.0030585359781980515, 0.01830066181719303, 0.07084344327449799, 0.0487680621445179, 0.06487803906202316, 0.01264700386673212, -0.051666509360075, 0.08991926908493042, 0.06595652550458908, 0.07664033770561218, -0.019160084426403046, -0.044386688619852066, 0.004193901550024748, -0.04469001293182373, -0.01877250149846077, 0.03275919333100319, -0.06588912010192871, -0.004132815171033144, 0.0440833605825901, 0.04027493670582771, 0.027535248547792435, 0.02487272210419178, -0.029068730771541595, -0.04930730536580086, -0.057463403791189194, 0.02355830930173397, 0.01892416551709175, 0.014610196463763714, -0.018620839342474937, -0.0016177380457520485, 0.05132947862148285, -0.004844788461923599, -0.03154589235782623, 0.02467050589621067, 0.034393783658742905, -0.018856758251786232, 0.03220309689640999, -0.014003545045852661, -0.044386688619852066, 0.08715564012527466, -0.019834142178297043, 0.021317068487405777, -0.012495340779423714, 0.0051101986318826675, -0.0917392298579216, -0.053587570786476135, -0.02841152437031269, -0.01801418699324131, 0.007262969855219126, 0.023676270619034767, 0.046307750046253204, -0.06130553036928177, 0.03429267555475235, 0.000034426961065037176, -0.0005924333818256855, -0.030804429203271866, 0.0251591969281435, 0.012529044412076473, 0.03151218965649605, -0.037376489490270615, 0.009057647548615932, 0.05052061006426811, 0.007717958651483059, 0.030602211132645607, 0.020356537774205208, 0.066799096763134, 0.039398662745952606, -0.024266069754958153, 0.05314943566918373, 0.027215072885155678, 0.019143233075737953, -0.027349883690476418, 0.03420842066407204, -0.031158309429883957, -0.04620664194226265, 0.01843547262251377, 0.01161064114421606, 0.01725587248802185, -0.010650108568370342, -0.01364966481924057, 0.041184913367033005, -0.026069173589348793, -0.010709088295698166, 0.08425719290971756, 0.03872460499405861, 0.017643455415964127, 0.029624827206134796 ]
37,278
dataclass_csv.dataclass_reader
_get_default_value
null
def _get_default_value(self, field): return ( field.default if not isinstance(field.default, dataclasses._MISSING_TYPE) else field.default_factory() )
(self, field)
[ 0.09939995408058167, -0.06398563832044601, 0.08507902175188065, 0.04864178225398064, 0.003046724945306778, 0.011357978917658329, 0.12557269632816315, -0.027812939137220383, 0.020828841254115105, -0.022416135296225548, 0.05287456884980202, 0.054214950650930405, -0.03657833859324455, -0.043527163565158844, 0.041516587138175964, 0.03306864947080612, -0.030017517507076263, 0.030334975570440292, 0.04581992328166962, 0.03126971796154976, 0.01736324653029442, -0.037248529493808746, -0.02631382830440998, 0.015343854203820229, 0.03417975828051567, 0.004700157791376114, -0.003939578775316477, -0.006887097842991352, 0.007416196167469025, -0.0006084631895646453, -0.005110208876430988, -0.028624223545193672, -0.025978732854127884, 0.053509484976530075, -0.002131825778633356, -0.030881710350513458, -0.04631374776363373, 0.0794353112578392, -0.0797174945473671, -0.03511449694633484, 0.023950520902872086, -0.028871137648820877, -0.05537896603345871, -0.047759950160980225, -0.044726453721523285, -0.011560800485312939, 0.03220445662736893, -0.0016357959248125553, -0.046560660004615784, -0.020105740055441856, 0.03268064558506012, 0.04229259863495827, 0.019947011023759842, 0.03074061870574951, -0.05721317604184151, -0.01109343022108078, -0.024955809116363525, 0.05033489689230919, -0.046525388956069946, 0.07548470795154572, -0.026366738602519035, 0.029629511758685112, -0.04430317506194115, -0.06430309265851974, -0.010573149658739567, 0.01977064460515976, 0.030722981318831444, 0.022521955892443657, 0.02239849977195263, 0.03721325471997261, -0.008328890427947044, -0.013774195685982704, -0.032610099762678146, 0.03065243549644947, 0.11894132196903229, -0.033015742897987366, 0.009162221103906631, -0.057318996638059616, 0.04924142733216286, -0.01563485898077488, -0.0006095654680393636, 0.048853419721126556, -0.060775771737098694, 0.018033437430858612, 0.013783013448119164, -0.015608402900397778, 0.005978811997920275, 0.047442492097616196, 0.059259023517370224, -0.037283800542354584, 0.01816571317613125, -0.05640188977122307, 0.027283841744065285, 0.03331556171178818, -0.014770664274692535, 0.0011915736831724644, 0.014867665246129036, -0.0038205315358936787, 0.04465590789914131, 0.0026741516776382923, 0.010026414878666401, -0.04447954148054123, -0.014841210097074509, -0.012442630715668201, 0.017989346757531166, -0.004999979864805937, 0.03128735348582268, 0.0014980098931118846, 0.029788240790367126, -0.03795399144291878, -0.02622564509510994, -0.0578833669424057, -0.02742493525147438, 0.03280410170555115, -0.02590818516910076, -0.002530854195356369, -0.015017576515674591, 0.025696545839309692, 0.011040519922971725, 0.029400235041975975, -0.048077408224344254, 0.005564351566135883, -0.07640181481838226, -0.03421502932906151, 0.046525388956069946, 0.002159382915124297, 0.011058157309889793, -0.022768868133425713, 0.05869464948773384, 0.05495568737387657, 0.05534369498491287, 0.05255711078643799, -0.04275115206837654, -0.02197522111237049, -0.0578833669424057, 0.0027777666691690683, 0.039470743387937546, 0.07760109752416611, -0.012839455157518387, 0.06684276461601257, 0.03599632903933525, 0.017372064292430878, 0.0415518619120121, -0.024073977023363113, 0.03802454099059105, 0.02936496213078499, 0.037565987557172775, 0.06634894013404846, -0.05523787438869476, 0.014567842707037926, 0.04507918655872345, 0.043703529983758926, -0.022345589473843575, 0.029929334297776222, 0.0030070426873862743, 0.00276233465410769, -0.009620772674679756, -0.05435604229569435, 0.013888833113014698, -0.032945193350315094, 0.027971670031547546, -0.022222133353352547, 0.020105740055441856, -0.007226602640002966, 0.02308632805943489, 0.07950585335493088, 0.00967368297278881, -0.03015860915184021, 0.061057958751916885, -0.0000955546202021651, -0.042116232216358185, 0.0007864827639423311, -0.03689579665660858, 0.023386150598526, 0.029294416308403015, 0.11851804703474045, -0.015705404803156853, 0.014241565950214863, 0.028906410560011864, 0.030088063329458237, -0.031428445130586624, 0.04031730070710182, 0.014003471471369267, 0.02007046714425087, -0.006737186573445797, 0.041798774152994156, 0.03830672428011894, -0.05393276363611221, -0.0134567366912961, 0.007341240532696247, -0.02894168347120285, 0.002009471645578742, -0.01827153190970421, 0.009541408158838749, -0.02037028968334198, 0.007103146053850651, 0.02947078086435795, -0.029611874371767044, -0.0019245954463258386, 0.06306853145360947, -0.0296647846698761, -0.00647704629227519, 0.0296647846698761, 0.03992929309606552, -0.08761870115995407, 0.01816571317613125, -0.020405562594532967, 0.00932976882904768, -0.10356219857931137, -0.023968158289790154, -0.029894059523940086, 0.001416440587490797, -0.0663842111825943, 0.03319210559129715, 0.010299782268702984, -0.08479683846235275, 0.01733679138123989, -0.018712447956204414, -0.07280394434928894, 0.073438860476017, 0.0187477208673954, -0.008298026397824287, 0.031216805800795555, -0.004850068595260382, 0.06892388314008713, -0.0007820735918357968, -0.01825389452278614, -0.03067007102072239, -0.03045843169093132, -0.014708936214447021, -0.026102188974618912, 0.010987610556185246, -0.015193942934274673, 0.007142828777432442, 0.025273267179727554, -0.0261374618858099, 0.08733651041984558, -0.03239845857024193, -0.040493667125701904, 0.041587136685848236, -0.01573185995221138, -0.01265427004545927, -0.002065688371658325, 0.03610214963555336, 0.047548312693834305, 0.025185083970427513, -0.03218682110309601, 0.04183404892683029, -0.03045843169093132, -0.02631382830440998, 0.025484906509518623, 0.028624223545193672, 0.01612868346273899, 0.0011044929269701242, 0.09410896897315979, -0.019594278186559677, 0.004660475067794323, 0.02331560291349888, 0.04186931997537613, 0.00464283861219883, -0.031816452741622925, -0.03760126233100891, -0.007535243406891823, 0.0014947029994800687, -0.04165768250823021, -0.03287464752793312, -0.018015801906585693, 0.020335014909505844, 0.07132246345281601, 0.015246852301061153, 0.0859961286187172, 0.03823617845773697, 0.00028053237474523485, -0.04186931997537613, -0.03486758470535278, -0.04571410268545151, -0.05590806528925896, -0.014947029761970043, 0.052698202431201935, -0.03851836547255516, -0.04218678176403046, 0.001933413790538907, 0.00645500048995018, 0.005789218470454216, -0.04737194627523422, 0.04663120582699776, -0.02257486619055271, -0.010687788017094135, -0.02761893719434738, -0.01634032279253006, -0.006146359723061323, 0.05805973336100578, -0.00843030121177435, -0.022310316562652588, -0.039788201451301575, -0.013703648932278156, -0.027266204357147217, 0.01366837602108717, -0.0011248852824792266, -0.00010719754209276289, -0.062292519956827164, 0.020299741998314857, -0.03550250455737114, 0.01396819856017828, -0.05022907629609108, 0.012239810079336166, -0.035643596202135086, -0.033950481563806534, 0.0216930340975523, 0.017918799072504044, -0.07901202887296677, 0.015573129989206791, 0.012230991385877132, -0.0038580093532800674, 0.006578457076102495, 0.015573129989206791, 0.013148095458745956, 0.020899387076497078, 0.038553636521101, 0.017292700707912445, 0.01612868346273899, 0.002204576740041375, -0.05245129019021988, 0.04730139672756195, -0.03368593379855156, -0.022663049399852753, -0.04529082402586937, 0.04578464850783348, -0.022327953949570656, 0.060987409204244614, -0.013024639338254929, 0.006644594483077526, -0.0411638580262661, 0.006424136459827423, -0.003044520504772663, 0.019823553040623665, 0.04557301104068756, -0.0623277947306633, -0.004226173739880323, -0.030987530946731567, -0.06768932193517685, -0.037671808153390884, -0.05135782063007355, 0.006393272429704666, 0.014409113675355911, 0.009788320399820805, 0.07259230315685272, -0.04395044222474098, 0.05520259961485863, -0.046243201941251755, -0.02310396358370781, -0.04698393866419792, -0.029999880120158195, -0.0007269592024385929, 0.02936496213078499, -0.017089879140257835, -0.01265427004545927, -0.01119043119251728, 0.00466929329559207, 0.0794353112578392, 0.004819204565137625, -0.041304949671030045, 0.01255726907402277, 0.03661360964179039, 0.011975260451436043, 0.04497336596250534, -0.024744169786572456, 0.01865953765809536, -0.015405582264065742, -0.012504358775913715, 0.0025088083930313587, 0.023774156346917152, -0.05594334006309509, -0.06881806999444962, 0.01372128538787365, 0.03107571415603161, -0.050370167940855026, 0.014285657554864883, -0.03054661490023136, -0.048677053302526474, -0.03911801055073738, -0.016701873391866684, -0.08077569305896759, 0.05234546959400177, -0.016790056601166725, -0.03975292667746544, -0.01957664079964161, 0.02774239331483841, 0.007504379376769066, -0.049664705991744995, -0.027178021147847176, 0.014347385615110397, -0.01887117698788643, -0.016190411522984505, 0.026878198608756065, -0.019223909825086594, -0.017398519441485405, -0.028906410560011864, 0.040105659514665604, 0.01947082206606865, 0.016569599509239197, 0.014109291136264801, 0.00526893837377429, 0.0633859932422638, -0.02319214679300785, 0.007425014395266771, 0.022821778431534767, 0.012583724223077297, 0.014153382740914822, -0.00907403789460659, 0.03014097362756729, 0.052204377949237823, -0.002533058635890484, -0.040881671011447906, -0.0070502362214028835, -0.03328029066324234, -0.030828800052404404, 0.019012270495295525, 0.009506135247647762, -0.015396763570606709, -0.06613729894161224, 0.015775950625538826, 0.012169263325631618, 0.03760126233100891, -0.006776868831366301, 0.02814803645014763, 0.018500808626413345, 0.006115495692938566, -0.021446121856570244, 0.04832432046532631, 0.004634020384401083, -0.00499116163700819, -0.008593440055847168, -0.016922330483794212, 0.014409113675355911, -0.014329749159514904, -0.029276778921484947, -0.016357960179448128, -0.04797159135341644, -0.004841250367462635, 0.026560740545392036, 0.004451040644198656, 0.039682380855083466, 0.024021068587899208, 0.020335014909505844, -0.011613709852099419, -0.0371074341237545, 0.04864178225398064, 0.018782993778586388, -0.013888833113014698, -0.010070506483316422, -0.025573089718818665, 0.0433860681951046, 0.025237994268536568, -0.01653432473540306, 0.03597869351506233, -0.06892388314008713, -0.038271453231573105, 0.050687629729509354, -0.011375616304576397, 0.013606647960841656, 0.04994688928127289, -0.0005100839189253747, 0.020652474835515022, -0.02673710696399212, 0.015573129989206791, -0.030088063329458237, -0.03629615157842636, -0.024849988520145416, -0.0061728148721158504, 0.010802426375448704, 0.038553636521101, 0.02056429162621498, -0.0749908834695816, -0.0105819683521986, -0.02802457846701145, -0.02421507053077221, -0.0024492847733199596, -0.0017746842931956053, -0.05548478662967682, 0.006190451327711344, 0.03379175066947937, 0.030387885868549347, -0.051498912274837494, -0.01144616212695837, -0.002603605156764388, -0.04345661774277687, 0.04814795404672623, -0.023756518959999084, 0.026948746293783188, -0.021322665736079216, 0.0875481516122818, 0.011155158281326294, -0.0274425707757473, -0.024849988520145416, -0.005661353003233671, 0.02289232425391674, -0.018306804820895195, 0.020599564537405968, 0.02541436068713665, 0.015961134806275368, -0.008835943415760994, -0.03366829454898834, 0.012354448437690735, -0.01225744653493166, -0.12825345993041992, -0.034461941570043564, 0.019012270495295525, 0.030035153031349182, -0.016093410551548004, 0.042116232216358185, 0.018906449899077415, -0.031816452741622925, -0.038871098309755325, 0.015299762599170208, -0.007464696653187275, 0.06303326040506363, -0.016869422048330307, -0.006882688496261835, 0.008447937667369843, -0.003692666068673134, 0.04278642684221268, -0.047548312693834305, -0.0003306865110062063, -0.032521914690732956, 0.04818322882056236, 0.01552903838455677, -0.003686052281409502, -0.024849988520145416, 0.011252159252762794, 0.04663120582699776, -0.04969997704029083, 0.014708936214447021, 0.09220422059297562, -0.02370360866189003, -0.0068077328614890575, -0.03611978515982628, 0.059858668595552444, -0.06585511565208435, -0.03326265513896942, 0.004422381054610014, -0.020141012966632843, -0.018324442207813263, 0.042116232216358185, 0.05509678274393082, -0.03193990886211395, -0.014197474345564842, 0.11216886341571808, 0.041199129074811935, -0.02894168347120285, -0.042715877294540405, -0.002182530937716365, 0.016507871448993683, -0.0341092124581337, 0.006662230938673019, 0.020405562594532967, -0.050863996148109436, 0.048677053302526474, 0.06670167297124863, -0.024056341499090195, 0.00582449184730649, -0.0367194302380085, 0.02320978417992592, 0.03426793962717056, 0.018500808626413345, -0.051498912274837494, -0.04426790028810501, 0.025185083970427513, 0.025096900761127472, -0.018112802878022194, -0.014082835987210274, -0.021763581782579422, 0.0389416441321373, 0.03359774872660637, 0.06331544369459152, 0.017998164519667625, -0.06384453922510147, -0.03359774872660637, -0.02654310315847397, 0.003035702044144273, 0.014118109829723835, -0.019523732364177704, 0.030617160722613335, -0.07576689124107361, -0.03467358276247978, -0.05608443170785904, -0.018835904076695442, 0.004634020384401083, -0.049664705991744995, 0.007425014395266771, -0.01796289160847664, 0.01705460622906685, -0.05365058034658432, 0.0552731491625309, -0.007839474827051163, 0.045326098799705505, 0.011693075299263, -0.03661360964179039, 0.050370167940855026, -0.02380942925810814, -0.025079265236854553, 0.04910033196210861, -0.04275115206837654, 0.054602958261966705, 0.038553636521101, -0.011472617276012897, -0.001432974822819233, 0.024373799562454224, 0.036754705011844635, -0.04105803743004799, 0.01996464654803276, 0.013941743411123753, 0.0007600278477184474, 0.018606627359986305, -0.006701913196593523, -0.01855371706187725, -0.009991141967475414, -0.020141012966632843, 0.0005282717174850404, 0.00787033885717392, -0.05089926719665527, 0.01602286286652088, -0.020229196175932884, 0.00033316665212623775, 0.022627774626016617, -0.02068774774670601, -0.01134916115552187, -0.00942676980048418, -0.01825389452278614, 0.018994633108377457, 0.0008008125005289912, 0.06134014204144478, 0.020723020657896996, -0.013553737662732601, -0.025361450389027596, 0.042927518486976624, -0.00942676980048418, 0.0035868464037775993, 0.02209867723286152, 0.013932924717664719, -0.007208965718746185, -0.005092572420835495, 0.0020425403490662575, 0.0337212048470974, 0.008646350353956223, -0.04035257175564766, 0.0025793546810746193, -0.01134916115552187, -0.039999838918447495, -0.008483211509883404, -0.09079328924417496, -0.04910033196210861, -0.007217784412205219, -0.044126808643341064, -0.020758293569087982, -0.030088063329458237, -0.008580212481319904, -0.0013161322567611933, -0.00130510947201401, -0.025379087775945663, -0.0838797390460968, -0.011596073396503925, 0.015996409580111504, 0.002447080099955201, 0.008791851811110973, -0.026948746293783188, -0.010079325176775455, -0.020546654239296913, 0.029065139591693878, -0.028200944885611534, -0.007072282023727894, -0.03268064558506012, 0.030687708407640457, -0.03689579665660858, -0.031728267669677734, -0.02398579567670822, 0.03823617845773697, 0.03925910219550133, 0.02701929211616516, 0.018712447956204414, 0.09163984656333923, -0.018015801906585693, -0.06641948968172073, 0.0823277160525322, -0.03086407482624054, -0.011543164029717445, 0.006018494255840778, -0.06483219563961029, 0.041516587138175964, -0.009523771703243256, -0.03520268201828003, -0.014603116549551487, 0.022857051342725754, -0.026172734797000885, -0.04165768250823021, -0.07026427239179611, -0.009691319428384304, 0.07008790224790573, -0.058130279183387756, 0.05347421392798424, 0.004576701205223799, -0.012372084893286228, -0.02894168347120285, 0.04451481252908707, 0.012319174595177174, -0.010132234543561935, -0.011551981791853905, 0.019594278186559677, -0.03603160381317139, 0.006468228064477444, 0.021022843196988106, 0.04888869449496269, -0.03964710608124733, -0.011243341490626335, -0.02813039906322956, 0.03255718946456909, -0.05523787438869476, 0.07107555121183395, -0.08719541877508163, 0.03559068590402603, 0.0029982244595885277, -0.05273347720503807, -0.018412625417113304, 0.0032098637893795967, 0.032715920358896255, 0.013306825421750546, -0.0322750024497509, -0.05523787438869476, -0.025096900761127472, 0.05273347720503807, 0.05590806528925896, 0.05283929407596588, 0.02349196933209896, 0.012442630715668201, 0.04589046910405159, -0.04021148011088371, 0.02654310315847397, -0.007804201450198889, -0.03580232709646225, -0.008968218229711056, -0.03500868007540703, 0.027089837938547134, 0.01897699572145939, 0.044938091188669205, 0.02795403264462948, 0.0026807652320712805, 0.013289188966155052, 0.035431958734989166, -0.04419735446572304, 0.039576560258865356, -0.011278614401817322, -0.03640197217464447, 0.00645500048995018, 0.016490234062075615, 0.011613709852099419, -0.0641620010137558, 0.0036353471223264933, 0.0017063424456864595, 0.003148135496303439, 0.06458528339862823, -0.030193882063031197, -0.029294416308403015, -0.02895931899547577, 0.008500847965478897, -0.016887057572603226, 0.007235420867800713, -0.014911756850779057, -0.008496439084410667 ]
37,279
dataclass_csv.dataclass_reader
_get_metadata_option
null
def _get_metadata_option(self, field, key): option = field.metadata.get(key, getattr(self._cls, f"__{key}__", None)) return option
(self, field, key)
[ 0.10632048547267914, -0.041339218616485596, 0.05621858686208725, 0.04797136411070824, 0.03700942546129227, -0.004428588319569826, 0.09099438786506653, -0.019054528325796127, 0.05508459359407425, -0.03590979427099228, 0.0036983652971684933, 0.02376231923699379, -0.002140197902917862, -0.06759288907051086, 0.04030831530690193, 0.02101324312388897, -0.06975778192281723, 0.06786779314279556, 0.04223266616463661, 0.0209616981446743, 0.06955160200595856, -0.01018016878515482, -0.02432931587100029, -0.04886481165885925, 0.0478682704269886, 0.06120128557085991, 0.04852117598056793, -0.004944039974361658, 0.02188951149582863, -0.0030712324660271406, -0.027714114636182785, -0.03694069758057594, 0.029157379642128944, 0.08480896800756454, -0.07752392441034317, 0.003008948639035225, 0.020068248733878136, 0.06941414624452591, -0.0795857235789299, -0.006434554234147072, -0.03350435569882393, -0.002678200602531433, 0.018092351034283638, -0.033521536737680435, 0.0024526906199753284, -0.025927215814590454, -0.02419186197221279, 0.014724734239280224, -0.04505046829581261, -0.04329793527722359, 0.06955160200595856, 0.011606251820921898, -0.03577234223484993, -0.009458537213504314, -0.07642429322004318, -0.028762198984622955, -0.004836654290556908, 0.07078868895769119, -0.03687196969985962, 0.0951867327094078, -0.04621882736682892, 0.014123373664915562, -0.04371029511094093, -0.03494761884212494, -0.023779500275850296, -0.03804032877087593, 0.02310941368341446, 0.018539076671004295, -0.008839994668960571, -0.005871852859854698, -0.005798830650746822, -0.0015817921375855803, 0.00978498999029398, 0.003872330067679286, 0.004179453477263451, -0.08432788401842117, -0.06309127807617188, -0.016588950529694557, 0.03377925977110863, -0.005768762435764074, -0.05611549690365791, 0.03800596296787262, -0.04157976433634758, 0.0052103567868471146, -0.008900131098926067, 0.007001550868153572, 0.03407135233283043, 0.0035437296610325575, 0.06415653973817825, -0.02467294968664646, 0.010944755747914314, -0.047627728432416916, 0.020154157653450966, 0.07401885092258453, -0.01790335215628147, -0.010085669346153736, 0.013590740971267223, 0.028538836166262627, -0.014561507850885391, 0.0017332059796899557, -0.014381099492311478, -0.052782244980335236, 0.08961985260248184, 0.018178259953856468, 0.0640190914273262, -0.01583295501768589, -0.05546259135007858, 0.021717693656682968, 0.00790359079837799, -0.024690132588148117, 0.00599642051383853, -0.025411764159798622, -0.044878654181957245, 0.020102612674236298, 0.039243049919605255, 0.016408542171120644, -0.0038401144556701183, -0.027662569656968117, 0.028762198984622955, -0.003062641713768244, -0.052919697016477585, 0.006992959883064032, -0.056630950421094894, -0.040548861026763916, 0.015566638670861721, -0.02628803253173828, 0.012422383762896061, -0.015214413404464722, -0.00296384678222239, 0.049689535051584244, 0.022473689168691635, 0.04883044958114624, 0.03700942546129227, 0.008148430846631527, -0.02200978249311447, 0.010841665789484978, 0.03159718215465546, 0.06474071741104126, -0.03663142770528793, 0.07821118831634521, -0.05766185373067856, 0.025824125856161118, 0.014535735361278057, -0.0037241377867758274, -0.006073737982660532, -0.040823765099048615, 0.026837846264243126, 0.005188879556953907, -0.01389142032712698, -0.034311894327402115, 0.011614842340350151, 0.002727597951889038, -0.018109532073140144, -0.011821023188531399, 0.023607682436704636, 0.01616799831390381, -0.033693354576826096, -0.009183629415929317, -0.009819352999329567, -0.02795465849339962, 0.04639064520597458, -0.02197542041540146, -0.016666268929839134, -0.0010668773902580142, 0.011219663545489311, -0.0001426888193236664, 0.02419186197221279, -0.029535377398133278, 0.042919937521219254, 0.06467199325561523, 0.0007076720939949155, 0.003850853070616722, 0.0046519506722688675, -0.0025278604589402676, -0.02245650812983513, 0.11628588289022446, 0.024879131466150284, -0.03030855394899845, 0.018762437626719475, 0.003023982746526599, -0.03123636730015278, 0.022903231903910637, 0.000054397594794863835, 0.006636439356952906, -0.0054680826142430305, 0.02917456068098545, 0.04498174414038658, -0.04996444284915924, -0.01614222675561905, 0.012302111834287643, 0.03838396072387695, -0.0467342771589756, -0.042954299598932266, -0.022954778745770454, -0.04027395322918892, -0.06374417990446091, 0.02934637852013111, -0.02384822815656662, 0.027026845142245293, 0.08164753019809723, 0.012508291751146317, -0.023916954174637794, -0.025532035157084465, 0.0705137774348259, -0.04254193976521492, 0.021202242001891136, 0.04257630184292793, 0.017972080036997795, -0.03913995996117592, -0.002807063516229391, -0.022215964272618294, -0.07443121075630188, -0.005747285205870867, 0.027095573022961617, 0.048589903861284256, -0.03817778080701828, -0.027834385633468628, -0.004819472320377827, -0.04216394200921059, 0.06480944901704788, 0.058246031403541565, -0.022198781371116638, 0.09649253636598587, 0.06645889580249786, 0.07711155712604523, -0.0027834386564791203, -0.02685502916574478, -0.01829853095114231, -0.02132251486182213, 0.0051674023270606995, -0.039724137634038925, 0.059689294546842575, -0.015429184772074223, 0.012293520383536816, 0.00713041378185153, 0.004677723161876202, 0.05061734840273857, -0.009853716008365154, -0.0015130651881918311, 0.00627991883084178, 0.01568691059947014, 0.03372771665453911, 0.005420832894742489, 0.04656246304512024, -0.04505046829581261, -0.04480992630124092, -0.010420713573694229, 0.015738455578684807, 0.04570337384939194, 0.0015098436269909143, 0.035359978675842285, 0.012199020944535732, 0.018985800445079803, 0.06886433064937592, 0.03137382119894028, -0.04542846605181694, -0.08034172654151917, -0.010128623805940151, 0.02761102467775345, -0.0011662092292681336, -0.04539410397410393, -0.02288605086505413, -0.009793580509722233, -0.005184583831578493, -0.012465338222682476, -0.012199020944535732, 0.06920796632766724, 0.0008451258763670921, -0.037627965211868286, 0.0025557808112353086, 0.06632144004106522, 0.014097601175308228, -0.05384751036763191, -0.038074690848588943, 0.003320367308333516, -0.005300560500472784, 0.008071113377809525, -0.02599594183266163, -0.015824364498257637, -0.01334160566329956, 0.007508411537855864, -0.0016741438303142786, 0.01609067991375923, 0.03979286178946495, -0.05384751036763191, 0.018539076671004295, 0.002160601317882538, 0.034483712166547775, 0.003528695786371827, 0.02446676976978779, -0.028470110148191452, 0.01362510398030281, 0.007611501961946487, -0.00657200813293457, -0.05175134167075157, 0.00407851068302989, -0.01424364559352398, -0.019466888159513474, 0.004690609406679869, -0.022301873192191124, 0.0015152129344642162, 0.020411882549524307, -0.06755851954221725, 0.038590144366025925, -0.05137334391474724, 0.0725068598985672, 0.021150697022676468, -0.043091755360364914, 0.04834936186671257, 0.034088533371686935, -0.06236964464187622, 0.039552319794893265, 0.0033783556427806616, 0.0662870779633522, -0.006069442722946405, 0.0008295549196191132, 0.003951795399188995, 0.06408781558275223, 0.001325140125118196, 0.04752463847398758, -0.02362486533820629, -0.000971841043792665, -0.060685835778713226, 0.005137334112077951, 0.010695620439946651, -0.018281349912285805, -0.04724973067641258, -0.0006131726549938321, -0.014784869737923145, 0.02730175293982029, -0.0410643108189106, -0.005884739104658365, -0.0090633574873209, 0.05436296388506889, -0.02843574620783329, 0.01736212894320488, -0.008178498595952988, -0.06305691599845886, 0.020343156531453133, 0.0031077435705810785, -0.006529053673148155, -0.03700942546129227, -0.04123612865805626, -0.04023958742618561, 0.051476433873176575, -0.012680109590291977, 0.07889845967292786, -0.056459132581949234, 0.031648728996515274, -0.06219782680273056, 0.03869323432445526, -0.05553131923079491, 0.007976613938808441, -0.009621763601899147, 0.056940220296382904, -0.038109056651592255, -0.02402004413306713, 0.027507934719324112, -0.02092733420431614, 0.0467342771589756, 0.059689294546842575, -0.041992124170064926, 0.05151079595088959, 0.020068248733878136, -0.0017911943141371012, 0.026837846264243126, -0.055668771266937256, 0.01701849326491356, 0.014707552269101143, -0.028470110148191452, 0.006125283427536488, -0.0444662906229496, 0.004965517204254866, -0.058555301278829575, 0.029071470722556114, 0.014217873103916645, -0.020721154287457466, 0.029105834662914276, -0.039208684116601944, -0.015910273417830467, -0.03267963230609894, 0.039895955473184586, -0.03934613987803459, 0.04539410397410393, -0.045497193932533264, 0.0036231952253729105, -0.029157379642128944, -0.015085550025105476, 0.0492771714925766, -0.03962104767560959, -0.02685502916574478, 0.013101061806082726, -0.01424364559352398, 0.007796205580234528, -0.0046648369170725346, -0.040858130902051926, -0.02371077425777912, -0.04127049073576927, 0.048727359622716904, 0.019209163263440132, 0.015515092760324478, -0.06364109367132187, 0.0014207134954631329, 0.07291921973228455, -0.00015409855404868722, -0.013023743405938148, -0.01657176949083805, 0.031734637916088104, -0.02795465849339962, -0.05023935064673424, -0.005747285205870867, -0.04477556422352791, 0.028367020189762115, -0.005592649802565575, -0.023126594722270966, 0.056149862706661224, -0.004952630959451199, 0.000268061674432829, -0.019810523837804794, 0.0362534299492836, 0.007542775012552738, -0.0012714472832158208, -0.040995582938194275, 0.006816847249865532, -0.0017654217081144452, 0.004712086636573076, 0.015601001679897308, 0.00784345529973507, -0.01693258434534073, 0.03869323432445526, -0.0101973507553339, -0.004514496773481369, 0.03355589881539345, 0.0036317859776318073, -0.012877698987722397, 0.0018556257709860802, -0.02812647633254528, -0.026666030287742615, -0.0179892610758543, 0.0026202122680842876, -0.008174203336238861, -0.03690633550286293, -0.02104760706424713, -0.02183796651661396, -0.01377973984926939, -0.05869275704026222, 0.01018016878515482, 0.07621811330318451, 0.06831452250480652, -0.03749051317572594, 0.03276554122567177, 0.0725068598985672, 0.02546330913901329, -0.025050947442650795, 0.039689771831035614, -0.03176899999380112, -0.0506860725581646, -0.015025414526462555, -0.012766017578542233, -0.030772460624575615, -0.059723660349845886, 0.03670015558600426, -0.029690012335777283, -0.04766209051012993, 0.04206085205078125, 0.02078988216817379, 0.029277650639414787, 0.03639088198542595, -0.055806227028369904, 0.012929243966937065, -0.07470612227916718, 0.0009691563900560141, 0.018968619406223297, -0.0019125401740893722, -0.02812647633254528, -0.012448156252503395, 0.03577234223484993, 0.027267388999462128, -0.05175134167075157, -0.04718100279569626, 0.012284929864108562, 0.018281349912285805, -0.01580718159675598, -0.006022193003445864, 0.04635627940297127, -0.011099390685558319, -0.01539482083171606, 0.011494570411741734, -0.06566853076219559, -0.01426082756370306, 0.012791790999472141, 0.07147595286369324, 0.012997970916330814, -0.0192607082426548, 0.04989571496844292, 0.014501371420919895, 0.051167163997888565, 0.040205225348472595, 0.03893377631902695, 0.040548861026763916, -0.015910273417830467, -0.025102492421865463, 0.022301873192191124, -0.03951795771718025, 0.005914807319641113, -0.08529005944728851, -0.04226703196763992, 0.02594439685344696, 0.006683689076453447, -0.0004147774598095566, 0.020188521593809128, 0.022782960906624794, 0.004772222600877285, 0.007044505327939987, 0.038555778563022614, 0.02707839012145996, -0.05913947895169258, -0.00982794351875782, 0.008638110011816025, 0.037627965211868286, -0.029157379642128944, -0.021288150921463966, -0.011150936596095562, -0.03577234223484993, 0.011254026554524899, 0.029844647273421288, -0.04223266616463661, -0.01499964203685522, -0.053091514855623245, 0.002751222811639309, 0.0060522607527673244, -0.014492780901491642, -0.0007382770418189466, 0.08109772205352783, -0.015016823075711727, -0.012001431547105312, -0.039208684116601944, 0.10350268334150314, -0.013573559001088142, -0.02563512697815895, 0.02158023975789547, -0.0003618899791035801, -0.0020328122191131115, 0.020583700388669968, 0.08405297249555588, 0.004896790254861116, -0.008831404149532318, 0.0456002838909626, 0.06779906898736954, 0.001211311318911612, -0.019844885915517807, 0.05443168804049492, 0.005429423414170742, -0.03752487525343895, 0.0025407469365745783, 0.022593962028622627, 0.013831284828484058, -0.02608185075223446, 0.01594463549554348, -0.060685835778713226, 0.023332776501774788, -0.07821118831634521, -0.01719031110405922, 0.03367616981267929, -0.0007651234627701342, -0.02690657414495945, -0.023040685802698135, -0.009458537213504314, 0.005287674255669117, -0.05508459359407425, 0.002536451444029808, -0.022989140823483467, -0.007796205580234528, 0.017834626138210297, 0.0072678676806390285, 0.009295310825109482, 0.015343275852501392, 0.026975300163030624, -0.009501490741968155, -0.010369167663156986, -0.02712993510067463, -0.02228469029068947, 0.08109772205352783, 0.06786779314279556, -0.08570241928100586, 0.0019136141054332256, 0.0608920156955719, -0.011073618195950985, 0.014647416770458221, -0.004828063305467367, -0.0228001419454813, -0.042473211884498596, -0.0014335997402668, 0.001729984418489039, 0.03800596296787262, 0.00862522330135107, 0.013307241722941399, -0.05601240694522858, 0.06010165810585022, -0.02865910902619362, 0.004613291937857866, -0.06676816195249557, -0.016674859449267387, 0.041476670652627945, -0.00713041378185153, 0.009991169907152653, 0.0005890108295716345, 0.018023625016212463, 0.004353418480604887, -0.054088056087493896, -0.05384751036763191, -0.03769669309258461, -0.018676530569791794, 0.010214532725512981, 0.024449586868286133, 0.006756711285561323, 0.025806942954659462, -0.027422025799751282, 0.03245626762509346, -0.045325376093387604, -0.041476670652627945, 0.06900178641080856, 0.016417132690548897, 0.003036868991330266, -0.06054838001728058, -0.020772699266672134, -0.005102970637381077, -0.014432644471526146, -0.05102970823645592, -0.05219806730747223, -0.02192387543618679, 0.019123254343867302, 0.04931153729557991, 0.029586922377347946, -0.0026824960950762033, -0.021511513739824295, 0.0007339816074818373, 0.0005371972220018506, -0.0026352463755756617, 0.016503041610121727, 0.013479059562087059, 0.00012295668420847505, -0.03927741199731827, 0.026545757427811623, -0.033573079854249954, 0.007658751681447029, -0.013805512338876724, 0.008874358609318733, -0.011030664667487144, -0.039552319794893265, -0.039689771831035614, 0.02747357077896595, -0.07738646864891052, -0.0320095457136631, 0.06137310341000557, -0.0980045348405838, 0.010429304093122482, 0.0064646219834685326, -0.03489607200026512, -0.04250757396221161, -0.01838443987071514, 0.0024419520050287247, -0.00759861571714282, -0.05831475928425789, 0.03328099101781845, -0.05625295266509056, -0.07827991992235184, -0.07656174153089523, 0.0475933663547039, 0.04113303869962692, 0.030806824564933777, -0.021717693656682968, -0.054534777998924255, 0.00047625580918975174, 0.002998210256919265, -0.008461996912956238, 0.0651530846953392, -0.007895000278949738, 0.018246985971927643, 0.04061758518218994, 0.06920796632766724, 0.01267151813954115, 0.006262736860662699, 0.08618351072072983, -0.0101973507553339, -0.012113112956285477, 0.07470612227916718, -0.015454957261681557, 0.04766209051012993, -0.013393150642514229, -0.01591886393725872, -0.05350387468934059, -0.015068368054926395, 0.00897744856774807, 0.003644672455266118, -0.07003269344568253, 0.009862307459115982, 0.030944278463721275, -0.0018481087172403932, 0.012396611273288727, -0.011357116512954235, -0.01424364559352398, -0.04144230857491493, -0.027834385633468628, -0.01563536562025547, -0.05367569252848625, -0.00013651413610205054, -0.022559598088264465, -0.016150817275047302, -0.002856460865586996, -0.021563058719038963, 0.045531559735536575, 0.024140316992998123, -0.02560076303780079, 0.050033167004585266, 0.0023345663212239742, -0.07944827526807785, 0.04539410397410393, 0.032043907791376114, 0.00426321430131793, 0.005618422292172909, -0.022611143067479134, -0.022748596966266632, 0.035841066390275955, 0.018109532073140144, 0.010893210768699646, -0.025050947442650795, -0.028023384511470795, -0.052301157265901566, 0.06096074357628822, 0.007469752803444862, -0.03355589881539345, -0.007057391572743654, 0.005206061061471701, 0.011889750137925148, -0.010790119878947735, 0.0003175933670718223, -0.004518792498856783, 0.020497791469097137, 0.04642500728368759, -0.038899414241313934, 0.09889797866344452, -0.014071828685700893, 0.03419162333011627, 0.0025987352710217237, -0.002431213390082121, 0.0022980549838393927, 0.010644075460731983, -0.012199020944535732, -0.023659229278564453, -0.0072377994656562805, -0.0022164417896419764, -0.007048800587654114, 0.06422527134418488, -0.017044266685843468, -0.003999045118689537, -0.02197542041540146, 0.06006729230284691, 0.05639040470123291, 0.04274811968207359, -0.03450089320540428, -0.007727478630840778, -0.0017213935498148203, -0.016176588833332062, -0.01432955451309681, -0.039552319794893265, -0.004467247053980827, -0.03159718215465546 ]
37,280
dataclass_csv.dataclass_reader
_get_optional_fields
null
def _get_optional_fields(self): return [ field.name for field in dataclasses.fields(self._cls) if not isinstance(field.default, dataclasses._MISSING_TYPE) or not isinstance(field.default_factory, dataclasses._MISSING_TYPE) ]
(self)
[ 0.07347772270441055, 0.0027457561809569597, 0.03701481968164444, 0.006558540277183056, -0.0005556477117352188, -0.013402233831584454, 0.07829774916172028, -0.03646290674805641, 0.05077579244971275, -0.009368686005473137, 0.032452356070280075, 0.01671369932591915, 0.014726820401847363, -0.07844492048025131, 0.051511675119400024, 0.031256549060344696, -0.012537573464214802, 0.04724356532096863, 0.055117491632699966, -0.013071087189018726, 0.033096250146627426, -0.028037069365382195, -0.027816304937005043, 0.022775519639253616, 0.005105175077915192, 0.026234161108732224, 0.012583565898239613, -0.005799662787467241, 0.011139399372041225, 0.018985731527209282, -0.02579263225197792, -0.005979033652693033, -0.03458641096949577, 0.016741294413805008, -0.029876772314310074, 0.01803828403353691, 0.01589503139257431, 0.07340413331985474, -0.014027733355760574, 0.009410079568624496, 0.06335935741662979, -0.026234161108732224, -0.08241868019104004, -0.054896727204322815, -0.052063584327697754, -0.047537919133901596, 0.03815543279051781, 0.025240721181035042, -0.023456208407878876, -0.025755837559700012, 0.05732513591647148, 0.07976950705051422, 0.0012096045538783073, -0.008632805198431015, -0.0013234361540526152, -0.03324342891573906, -0.007680758833885193, 0.048641737550497055, -0.0037345965392887592, 0.04805303364992142, -0.057214751839637756, 0.010789856314659119, -0.01641014777123928, -0.03944322466850281, -0.009538858197629452, -0.022462770342826843, 0.04558783397078514, -0.01807507872581482, -0.005739872343838215, 0.022996284067630768, -0.03202922269701958, -0.029122494161128998, -0.013448226265609264, 0.05449199303984642, 0.054087258875370026, -0.06505188345909119, 0.033776942640542984, -0.039001695811748505, 0.04801623895764351, -0.08418479561805725, -0.018111873418092728, 0.04168766364455223, -0.1259092539548874, 0.06048942357301712, 0.03328021988272667, 0.017210418358445168, -0.0017189722275361419, 0.020015964284539223, -0.006714914925396442, -0.009474468417465687, -0.05795063450932503, -0.02492797188460827, 0.03188204765319824, 0.04297545552253723, -0.054602377116680145, 0.0037345965392887592, -0.04503592103719711, 0.016033008694648743, -0.028386611491441727, 0.014460062608122826, 0.03329861909151077, -0.09147001802921295, 0.015195944346487522, 0.06214515492320061, 0.031256549060344696, -0.07432398945093155, -0.04374812915921211, -0.024265678599476814, 0.027135614305734634, -0.00456246268004179, -0.01544430386275053, -0.016345757991075516, -0.006691918708384037, -0.008053298108279705, 0.029656007885932922, -0.061924390494823456, 0.028883332386612892, 0.006250389851629734, 0.01614339090883732, -0.05107014626264572, -0.022352388128638268, 0.04555103927850723, -0.06799541413784027, -0.00232492433860898, 0.031422123312950134, -0.012261617928743362, -0.007680758833885193, 0.020144743844866753, 0.05073900148272514, -0.00700466800481081, 0.03359296917915344, 0.012620360590517521, -0.044999126344919205, 0.001475211582146585, -0.0698351114988327, 0.015968618914484978, 0.08286020904779434, 0.009502064436674118, -0.003635712433606386, -0.008545419201254845, -0.02325384132564068, -0.024817589670419693, 0.0026836663018912077, 0.008531620725989342, -0.014018534682691097, 0.02904890477657318, 0.04897288605570793, 0.02415529638528824, -0.007869328372180462, -0.02814745157957077, -0.00022536357573699206, 0.022904299199581146, -0.06405844539403915, -0.04330660030245781, -0.034071292728185654, 0.009134124033153057, -0.008724790066480637, -0.05290984734892845, -0.011636119335889816, -0.022333990782499313, -0.0062457905150949955, -0.01871897466480732, -0.03826581686735153, -0.009824012406170368, 0.055926959961652756, 0.06240271404385567, 0.05574299022555351, -0.08359608799219131, 0.044704776257276535, 0.08263944089412689, 0.0076209683902561665, 0.018783364444971085, 0.010854246094822884, -0.0035046336706727743, 0.01644694246351719, 0.0865396112203598, -0.015094760805368423, -0.02733798138797283, 0.026234161108732224, -0.016419345512986183, 0.023621782660484314, 0.021211771294474602, -0.019040923565626144, 0.01133256871253252, 0.06755388528108597, -0.01152573712170124, -0.02685965970158577, -0.04062063619494438, -0.04853135719895363, -0.0021708491258323193, 0.0033735549077391624, 0.00119695661123842, 0.006908083334565163, 0.032231591641902924, -0.007400203961879015, 0.04216598719358444, 0.031642887741327286, 0.0011877580545842648, 0.011304972693324089, -0.0201263464987278, -0.036646876484155655, -0.05210037901997566, -0.04621333256363869, -0.0041232337243855, -0.09698912501335144, 0.014368077740073204, -0.010136761702597141, -0.023290636017918587, -0.041025370359420776, -0.04349057003855705, 0.005969834979623556, 0.014018534682691097, -0.022260403260588646, -0.02776111289858818, 0.02257315255701542, -0.016262970864772797, 0.014726820401847363, -0.02325384132564068, -0.018443020060658455, 0.08602450042963028, 0.02386094443500042, 0.003433345118537545, 0.03147731348872185, 0.03889131546020508, 0.06604532897472382, 0.01765194721519947, -0.007230031304061413, -0.025259118527173996, -0.03649970144033432, -0.054381612688302994, -0.033740147948265076, 0.04179804399609566, -0.0830809697508812, 0.007381807081401348, 0.033942513167858124, 0.046250127255916595, 0.03149570897221565, -0.05272587761282921, 0.024707207456231117, -0.012013258412480354, -0.017642749473452568, -0.010164357721805573, -0.04231316223740578, 0.010872642509639263, 0.04849456250667572, -0.020273523405194283, -0.017881909385323524, 0.008839771151542664, 0.013825365342199802, 0.00880297739058733, 0.002205343684181571, 0.040804605931043625, 0.02428407594561577, 0.03370335325598717, 0.027963479980826378, -0.06181401014328003, -0.01083584874868393, -0.008103890344500542, 0.06269706785678864, -0.020586272701621056, -0.014616438187658787, -0.04246033728122711, -0.05967995524406433, 0.039222460240125656, 0.015379914082586765, -0.0011429153382778168, 0.04853135719895363, -0.03259953111410141, -0.0432698056101799, 0.03918566554784775, 0.09242666512727737, 0.039222460240125656, -0.03537748381495476, -0.040326282382011414, 0.017238013446331024, -0.002929726615548134, -0.011249781586229801, -0.034899160265922546, 0.047280360013246536, -0.015536288730800152, -0.007234630640596151, 0.004640650004148483, 0.02154291793704033, 0.006163003854453564, 0.0020903621334582567, 0.017973896116018295, -0.061409275978803635, -0.011111804284155369, -0.06391127407550812, -0.02869936265051365, 0.015968618914484978, 0.06030545383691788, 0.0561109334230423, -0.024523235857486725, 0.002352519892156124, -0.016207780689001083, -0.00001027646430884488, 0.0030240113846957684, 0.021230168640613556, -0.01004477683454752, -0.040804605931043625, 0.014138114638626575, 0.06483112275600433, -0.009368686005473137, -0.03760352358222008, -0.046066153794527054, -0.01296070497483015, -0.008917958475649357, 0.04507271572947502, -0.015775449573993683, -0.04091498628258705, 0.025774234905838966, 0.031514108180999756, 0.012436389923095703, 0.010421915911138058, 0.00921231135725975, -0.0269884392619133, 0.05401366949081421, 0.00030441328999586403, 0.02446804568171501, -0.0015373015776276588, -0.02089902199804783, -0.029140889644622803, -0.014598040841519833, -0.05658925324678421, -0.00520635861903429, -0.03191884234547615, -0.002194995293393731, -0.026289351284503937, 0.02292269468307495, -0.003718499094247818, -0.0239897221326828, -0.029122494161128998, 0.04529348015785217, -0.0013498818734660745, 0.02956402115523815, 0.0012900915462523699, -0.062218744307756424, 0.03147731348872185, 0.008246467448771, -0.05901766195893288, -0.05787704512476921, 0.0025571866426616907, -0.008936355821788311, -0.011406156234443188, -0.020420700311660767, 0.06449997425079346, 0.00010592662874842063, 0.04043666645884514, 0.036738861352205276, 0.017799124121665955, -0.037511538714170456, -0.005730673670768738, 0.0052753472700715065, 0.019684819504618645, -0.021303756162524223, -0.03988475352525711, 0.053866494446992874, 0.025259118527173996, 0.08374326676130295, 0.0818299725651741, 0.025111941620707512, -0.017146028578281403, 0.02369537018239498, 0.04569821432232857, -0.004238215275108814, 0.025038354098796844, -0.0031504908110946417, 0.009428475983440876, -0.038229022175073624, -0.030336696654558182, 0.01705404371023178, -0.02292269468307495, -0.07962233573198318, 0.004824620205909014, -0.013448226265609264, 0.022977886721491814, 0.029839977622032166, -0.04220277816057205, -0.046029362827539444, -0.06277065724134445, -0.08786419779062271, -0.05478634685277939, 0.0031435920391231775, -0.07012946903705597, -0.0009842409053817391, -0.022425975650548935, 0.027577143162488937, -0.0011101455893367529, 0.005486913025379181, -0.003173487028107047, -0.020659860223531723, -0.05081258714199066, 0.003856476629152894, 0.053866494446992874, -0.010081570595502853, -0.010615084320306778, -0.00338965211994946, 0.006277985405176878, -0.03863375633955002, -0.001893743989057839, -0.05478634685277939, -0.019261687994003296, 0.08278661966323853, 0.005514508578926325, -0.0003785763110499829, 0.027779510244727135, -0.00908353179693222, 0.017587557435035706, 0.007947515696287155, 0.056993987411260605, 0.03324342891573906, 0.010789856314659119, -0.042129192501306534, 0.02531430870294571, 0.0015821442939341068, -0.011820090003311634, 0.03499114513397217, 0.04352736473083496, 0.017799124121665955, 0.012289213947951794, -0.0074415975250303745, -0.01803828403353691, 0.048641737550497055, 0.004640650004148483, 0.01593182608485222, -0.04098857566714287, 0.009842409752309322, 0.011893677525222301, 0.027521952986717224, -0.009704431518912315, 0.0668179988861084, -0.023272238671779633, -0.022462770342826843, -0.011461347341537476, -0.030299903824925423, -0.0036403117701411247, -0.03962719440460205, -0.03970078378915787, 0.04165086895227432, 0.02673088014125824, 0.023143459111452103, -0.007538181729614735, 0.01184768509119749, 0.07141725718975067, 0.03304105997085571, 0.025222323834896088, 0.08712831884622574, 0.060894157737493515, 0.030943799763917923, -0.028883332386612892, 0.005394928157329559, 0.04352736473083496, 0.000328559399349615, 0.022517960518598557, 0.0406942218542099, -0.0359845831990242, -0.03591099753975868, -0.013328646309673786, -0.03414488211274147, 0.004070342052727938, 0.04621333256363869, -0.014101320877671242, 0.02146933041512966, 0.008733988739550114, 0.03379533812403679, 0.017743932083249092, -0.04816341772675514, -0.03552465885877609, 0.05290984734892845, 0.011019819416105747, -0.0007416301523335278, 0.025424690917134285, -0.09985905885696411, -0.015205143019557, 0.004967197310179472, 0.06225553900003433, 0.017210418358445168, 0.035451069474220276, -0.08514144271612167, 0.05846575275063515, 0.001632736180908978, -0.03482557088136673, -0.04488874599337578, -0.00525695038959384, -0.015545487403869629, -0.03591099753975868, 0.00031964833033271134, -0.04073101654648781, 0.005371931940317154, 0.0220580343157053, -0.006563139148056507, -0.016400950029492378, -0.02801867201924324, 0.026289351284503937, 0.004615353886038065, 0.06740670651197433, -0.01180169265717268, 0.03936963900923729, 0.0381186380982399, 0.023456208407878876, 0.010449510999023914, 0.006954076234251261, -0.016594117507338524, -0.032801900058984756, -0.11884479224681854, 0.009612446650862694, -0.0025709844194352627, 0.0015591480769217014, -0.01644694246351719, 0.0032884685788303614, 0.008389044553041458, -0.00644815806299448, 0.019500847905874252, 0.009097329340875149, -0.023033076897263527, 0.01415651198476553, 0.01460723951458931, 0.02925127185881138, 0.05003991350531578, -0.00447507668286562, 0.04253392666578293, -0.03282029554247856, -0.000840514141600579, -0.03692283108830452, 0.0891151949763298, -0.049892738461494446, -0.0033643562346696854, -0.00940088089555502, -0.01220642775297165, 0.09242666512727737, -0.03421847149729729, 0.0077819423750042915, 0.039737578481435776, -0.05445519834756851, -0.0013222863199189305, 0.016336560249328613, 0.06199797987937927, -0.052321143448352814, -0.01552709098905325, 0.051511675119400024, 0.03226838633418083, 0.0119948610663414, 0.0006887387135066092, 0.027779510244727135, -0.016952861100435257, -0.02150612510740757, 0.060673393309116364, 0.032875485718250275, -0.00929969735443592, -0.028294626623392105, 0.012749139219522476, 0.020457493141293526, -0.05820819362998009, -0.0077727437019348145, 0.0032194796949625015, -0.012969903647899628, 0.027613937854766846, 0.030575858429074287, -0.026234161108732224, 0.005611093249171972, -0.045992568135261536, -0.006208996754139662, -0.015913428738713264, -0.020236728712916374, -0.030318299308419228, 0.030060742050409317, 0.048420973122119904, -0.010955429635941982, 0.03136692941188812, -0.033997707068920135, 0.016566522419452667, -0.03867055103182793, 0.012546772137284279, 0.08109409362077713, -0.034292057156562805, -0.03234197199344635, -0.0017787625547498465, -0.03315144404768944, -0.03914887458086014, 0.021579712629318237, 0.0005478864768519998, 0.03366655856370926, -0.04308583587408066, -0.028864935040473938, -0.08948314189910889, 0.011958067305386066, -0.0458453893661499, -0.015711061656475067, 0.002616977086290717, -0.002077714307233691, 0.04588218405842781, 0.004728036001324654, -0.012059250846505165, -0.017872711643576622, 0.05103335157036781, -0.036849245429039, 0.012537573464214802, 0.0021995946299284697, 0.007230031304061413, -0.005597295239567757, 0.02754034847021103, -0.00903753936290741, 0.01567426696419716, 0.016557324677705765, -0.05574299022555351, 0.01064268033951521, 0.05754590034484863, 0.013466623611748219, -0.030907005071640015, -0.02325384132564068, 0.02766912803053856, 0.011406156234443188, -0.017799124121665955, -0.04650768265128136, -0.035561453551054, 0.006618330255150795, -0.013751777820289135, 0.049377620220184326, -0.019169701263308525, -0.07292581349611282, -0.01197646465152502, 0.0100631732493639, 0.04223957285284996, -0.018562600016593933, -0.05861292779445648, -0.029159286990761757, -0.018912144005298615, -0.005417924374341965, 0.028625773265957832, 0.011240583844482899, 0.03649970144033432, 0.019206495955586433, 0.007984309457242489, -0.04201880842447281, 0.011544134467840195, -0.02192925661802292, -0.054639168083667755, 0.0068114991299808025, 0.03204762190580368, -0.04768509417772293, -0.017937101423740387, -0.027190806344151497, 0.03302266448736191, -0.012289213947951794, 0.01289631612598896, -0.027687525376677513, -0.020880624651908875, 0.04091498628258705, -0.01563747227191925, -0.08065256476402283, -0.014257695525884628, -0.00116246216930449, -0.06387447565793991, -0.00989760085940361, -0.03328021988272667, -0.03530389443039894, -0.01064268033951521, 0.01128657627850771, -0.039737578481435776, -0.009055936709046364, -0.06387447565793991, 0.04330660030245781, -0.012868720106780529, -0.006645925808697939, -0.011534935794770718, -0.00858681183308363, -0.04120934009552002, 0.04400568827986717, -0.02163490280508995, -0.0415404848754406, 0.0346967913210392, 0.04985594376921654, -0.005546703469008207, -0.06689158827066422, 0.045477449893951416, 0.0051879617385566235, 0.04974555969238281, 0.027521952986717224, 0.01726561039686203, 0.09904959052801132, -0.0471331812441349, -0.07932797819375992, 0.02759554050862789, 0.005468516144901514, 0.003982956521213055, 0.013705785386264324, 0.002922827610746026, 0.0689888522028923, 0.009483667090535164, -0.0052753472700715065, -0.02292269468307495, 0.05195320397615433, 0.04897288605570793, 0.014073725789785385, -0.05839216336607933, 0.017330000177025795, 0.03063105046749115, -0.005307542160153389, 0.043637748807668686, -0.021046198904514313, 0.03190044313669205, -0.04636050760746002, 0.025903014466166496, -0.0030102136079221964, -0.0015430506318807602, 0.01893054135143757, 0.05026067793369293, -0.02318025380373001, -0.014349681325256824, -0.02369537018239498, 0.052026793360710144, -0.03408969193696976, -0.04959838464856148, -0.035101525485515594, -0.02231559343636036, 0.025847822427749634, 0.020586272701621056, -0.0263445433229208, 0.026491718366742134, 0.02840500883758068, 0.03719878941774368, -0.035745423287153244, 0.04150369390845299, 0.026878057047724724, 0.05636848881840706, -0.1293678879737854, -0.09007184207439423, -0.03488076105713844, 0.012601963244378567, 0.05158526450395584, 0.02669408544898033, -0.0026560707483440638, 0.028239436447620392, 0.011700509116053581, -0.06420562416315079, 0.026546910405158997, 0.017293205484747887, -0.07594292610883713, 0.010679474100470543, -0.04345377907156944, 0.04385851323604584, 0.08374326676130295, 0.08874725550413132, 0.007197836879640818, -0.014349681325256824, 0.025387896224856377, 0.0053029428236186504, -0.029968757182359695, -0.020328715443611145, 0.013898953795433044, -0.03050227090716362, 0.019427260383963585, -0.002298478502780199, -0.025976601988077164, 0.004130132496356964, 0.006337775848805904, -0.02395292930305004, -0.0027986476197838783, -0.012013258412480354, -0.02982158027589321, -0.009184715338051319, 0.00015249410353135318, 0.02840500883758068, 0.029122494161128998, 0.009741225279867649, -0.024394458159804344, -0.021818874403834343 ]
37,281
dataclass_csv.dataclass_reader
_get_possible_keys
null
def _get_possible_keys(self, fieldname, row): possible_keys = list(filter(lambda x: x.strip() == fieldname, row.keys())) if possible_keys: return possible_keys[0]
(self, fieldname, row)
[ 0.09510400146245956, -0.0021589058451354504, -0.04875978082418442, 0.024776732549071312, -0.013199304230511189, -0.007833312265574932, 0.07129349559545517, -0.025863735005259514, 0.1025577262043953, -0.05628252401947975, -0.013440859504044056, 0.032213203608989716, -0.04251383617520332, -0.04082294553518295, -0.007281184662133455, -0.06349468976259232, -0.006603965535759926, 0.060423482209444046, 0.02186080813407898, 0.0010152895702049136, 0.020325202494859695, 0.01619287207722664, 0.05207254737615585, 0.04834568500518799, 0.031488534063100815, 0.04907035455107689, 0.029280025511980057, 0.019497010856866837, 0.05079575255513191, 0.004615442827343941, 0.013820447959005833, -0.02551865391433239, -0.01396710705012083, 0.01086138840764761, -0.012241707183420658, -0.06484050303697586, 0.03864894062280655, -0.02186080813407898, 0.01047317311167717, -0.00038875400787219405, -0.02144671231508255, 0.02011815458536148, 0.012189945206046104, -0.08930665999650955, -0.013458114117383957, -0.024310875684022903, 0.030056454241275787, 0.0016833426197990775, -0.010757864452898502, 0.008230154402554035, -0.041271548718214035, 0.025035543367266655, 0.010939030908048153, -0.03668198734521866, -0.02840007096529007, -0.06577222049236298, 0.0009123048512265086, -0.030608581379055977, -0.017133213579654694, 0.019358979538083076, -0.04051237180829048, -0.0009290196467190981, -0.0249665267765522, 0.018047675490379333, 0.04882879927754402, -0.04951895773410797, 0.050968293100595474, 0.011793104000389576, -0.03554322198033333, -0.0014320813352242112, -0.03626789152622223, -0.012457381933927536, -0.011603309772908688, -0.0267091803252697, -0.01797865889966488, 0.0027757359202951193, -0.03813132271170616, -0.007755669299513102, 0.03996024653315544, -0.07364004105329514, 0.029849406331777573, 0.03028075583279133, -0.0013479681219905615, -0.025277098640799522, -0.03330020606517792, 0.023068588227033615, 0.03568125516176224, 0.051830992102622986, 0.0394081175327301, 0.030798375606536865, -0.007207855116575956, -0.009222258813679218, 0.02698524296283722, 0.05638604611158371, 0.006401231046766043, 0.0034960901830345392, -0.009955553337931633, -0.0005548236658796668, 0.005547158420085907, -0.008928940631449223, 0.06283903867006302, -0.007501173298805952, -0.008877178654074669, -0.010153974406421185, 0.02255096845328808, -0.04582660272717476, -0.024086572229862213, -0.034128397703170776, 0.036923542618751526, 0.02712327614426613, -0.07764296233654022, -0.05614449083805084, -0.049311909824609756, 0.016244633123278618, 0.03109169378876686, -0.003890775144100189, -0.028693389147520065, -0.001687656156718731, 0.016857150942087173, -0.013708297163248062, 0.03466327115893364, 0.00937754474580288, -0.034404460340738297, 0.04161662980914116, 0.02884867414832115, 0.013837701641023159, 0.029642358422279358, 0.006431425455957651, 0.021377695724368095, 0.034646015614271164, 0.06922301650047302, 0.011146078817546368, -0.03899402171373367, -0.03159205988049507, -0.027313070371747017, 0.04765552654862404, 0.08523472398519516, 0.0562480129301548, 0.05614449083805084, 0.0002868476149160415, 0.045930128544569016, 0.0017901016399264336, 0.029780389741063118, -0.0014029652811586857, 0.04962247982621193, -0.0330241397023201, 0.004740534350275993, 0.06484050303697586, 0.04934641718864441, -0.054660648107528687, 0.004429962486028671, 0.017064198851585388, -0.01815119944512844, 0.01683126948773861, -0.040684912353754044, 0.05176197737455368, -0.04496390372514725, -0.05783538147807121, -0.00024061230942606926, -0.01637403853237629, 0.035042859613895416, -0.0478280670940876, 0.00009300980309490114, -0.035370685160160065, 0.028417324647307396, 0.0716385766863823, 0.004339378792792559, -0.026640163734555244, 0.041823677718639374, -0.035094618797302246, 0.03744116425514221, 0.01058532390743494, -0.03809681534767151, -0.00012556323781609535, -0.0196695514023304, 0.1054563969373703, -0.049449943006038666, 0.015597608871757984, 0.02277527004480362, 0.015062735415995121, 0.022067856043577194, 0.013432232663035393, 0.022671746090054512, -0.00029223947785794735, 0.058283984661102295, -0.0011441553942859173, 0.04089196026325226, -0.04430825263261795, 0.017573190852999687, 0.011379008181393147, -0.004199190530925989, -0.05086476728320122, 0.01040415745228529, 0.018548041582107544, -0.005301289260387421, 0.0108872689306736, 0.042824409902095795, 0.00990379136055708, -0.06570319831371307, 0.004947582259774208, -0.047448478639125824, -0.03216144070029259, -0.047034382820129395, 0.0730879083275795, -0.027226800099015236, -0.0140620032325387, 0.04696536809206009, -0.01213818322867155, -0.0124832633882761, 0.022706253454089165, 0.01111157052218914, -0.032489266246557236, -0.03699255734682083, 0.009869283065199852, -0.00012091274402337149, -0.022050602361559868, -0.03292061761021614, 0.0035435387399047613, -0.006038897205144167, 0.0033278637565672398, -0.006746310740709305, 0.024069318547844887, 0.05497121810913086, -0.0492083840072155, 0.10649164021015167, -0.08323325961828232, -0.023016825318336487, -0.018737835809588432, -0.030384279787540436, -0.017909644171595573, -0.011240975931286812, 0.010550816543400288, -0.01668461039662361, -0.004421335645020008, 0.012707564979791641, -0.011025301180779934, 0.04965699091553688, -0.029280025511980057, 0.07426118105649948, -0.01691753976047039, 0.007479605730623007, 0.021515728905797005, 0.0071474662981927395, -0.03554322198033333, -0.013320081867277622, -0.017176348716020584, 0.0013005196815356612, 0.009843402542173862, -0.03951164335012436, -0.03554322198033333, -0.010395530611276627, 0.045343492180109024, 0.029745882377028465, 0.00035909871803596616, 0.0013231654884293675, -0.07439921051263809, -0.04092646762728691, 0.0365784615278244, 0.023517191410064697, 0.01055944338440895, -0.013061271980404854, 0.03695804998278618, -0.00223007844761014, -0.007350200787186623, 0.004770728759467602, 0.029711375012993813, 0.022878793999552727, 0.042789898812770844, 0.005107181612402201, 0.04358358308672905, 0.001051954342983663, 0.015994450077414513, -0.023862270638346672, -0.018323739990592003, 0.009472441859543324, 0.03279983997344971, -0.018030421808362007, 0.028296547010540962, 0.00942067988216877, 0.014657266438007355, -0.05234861373901367, 0.01486431434750557, -0.015399187803268433, 0.025277098640799522, -0.03851091116666794, -0.020704790949821472, 0.054350074380636215, -0.06860186904668808, -0.013570264913141727, 0.0074105896055698395, -0.02125691808760166, 0.024155588820576668, -0.0015873672673478723, -0.02729581482708454, -0.01815119944512844, -0.00547814229503274, 0.04865625873208046, -0.04617168381810188, 0.03540519252419472, 0.01651206985116005, 0.019272709265351295, 0.058283984661102295, -0.0344734750688076, -0.029883913695812225, -0.017754357308149338, 0.024017557501792908, 0.01486431434750557, -0.002112535759806633, -0.0017081452533602715, -0.0316438227891922, -0.07957541197538376, -0.0016229536850005388, 0.023292889818549156, -0.0013619869714602828, -0.060699544847011566, -0.029280025511980057, -0.0130095100030303, 0.14313912391662598, -0.03493933379650116, 0.030125470831990242, 0.041547611355781555, 0.005301289260387421, -0.03616436570882797, -0.002103908685967326, -0.05845652520656586, -0.04358358308672905, 0.02346542850136757, -0.030487803742289543, -0.06701450794935226, 0.04458431527018547, 0.045792095363140106, -0.0053961859084665775, -0.04558504745364189, -0.007233736105263233, 0.02698524296283722, 0.015942689031362534, 0.016667356714606285, 0.025691194459795952, -0.033041395246982574, 0.014769417233765125, 0.0013986517442390323, -0.08047261834144592, 0.07785001397132874, -0.006375350058078766, 0.004468783736228943, -0.009299901314079762, 0.021394949406385422, 0.00029844013624824584, 0.03726862370967865, -0.06204535439610481, 0.07294987887144089, -0.06804974377155304, -0.0041754660196602345, 0.03968418017029762, 0.06925752758979797, 0.028641626238822937, -0.04555054008960724, 0.007583129685372114, -0.024621447548270226, 0.08903060108423233, 0.11967369168996811, -0.07343298941850662, -0.041823677718639374, -0.0005909492028877139, 0.015563100576400757, 0.028469087556004524, -0.0626319944858551, 0.016270514577627182, 0.009403425268828869, 0.027813434600830078, -0.02922826260328293, 0.05966430529952049, 0.033265694975852966, -0.08178392052650452, 0.006383976899087429, 0.008557979948818684, 0.0816458910703659, 0.04665479436516762, -0.05597195029258728, -0.027606386691331863, -0.016719117760658264, -0.018220216035842896, -0.00004957152850693092, 0.02086007595062256, -0.080265574157238, 0.03778624162077904, -0.019600534811615944, 0.00217292457818985, 0.0052063921466469765, -0.02318936586380005, 0.00016526089166291058, 0.010568070225417614, 0.012716191820800304, -0.019031153991818428, 0.04244482144713402, -0.00601301621645689, -0.0036233384162187576, -0.06239043548703194, -0.016701864078640938, -0.01755593717098236, -0.038614433258771896, -0.023983048275113106, -0.09103206545114517, 0.052969757467508316, -0.011008046567440033, 0.007880761288106441, 0.023793255910277367, 0.0011171959340572357, 0.020825568586587906, -0.005128749180585146, 0.0054436344653368, -0.01479529868811369, 0.0520380400121212, -0.0886165052652359, -0.023586208000779152, -0.011706833727657795, -0.02793421410024166, 0.03547420725226402, -0.010214363224804401, 0.031712837517261505, -0.022965064272284508, -0.01770259626209736, -0.06501304358243942, 0.03740665316581726, 0.02230941131711006, 0.047724541276693344, 0.002385364379733801, 0.002065087202936411, 0.038579925894737244, -0.011379008181393147, -0.04261736199259758, -0.03543969988822937, 0.01440708339214325, -0.05193451792001724, -0.03782074898481369, 0.0011527823517099023, 0.03352450579404831, 0.028296547010540962, 0.016865776851773262, -0.003489619819447398, 0.006793759297579527, -0.0174179058521986, -0.014640012755990028, -0.0309536624699831, 0.018582548946142197, 0.04134056344628334, 0.012198572047054768, 0.05003657564520836, 0.03371430188417435, 0.018996644765138626, 0.013371843844652176, 0.00423154141753912, 0.001770690898410976, -0.06007840111851692, 0.0320061556994915, 0.05680014193058014, -0.07798804342746735, 0.03285159915685654, 0.02698524296283722, 0.008799536153674126, 0.048311177641153336, 0.064012311398983, 0.038165830075740814, 0.014812552370131016, 0.0022074326407164335, 0.014018869027495384, -0.05579940974712372, 0.0373031310737133, 0.034145649522542953, -0.003636278910562396, -0.02346542850136757, 0.008182705380022526, 0.0019971495494246483, -0.030608581379055977, -0.012957748025655746, -0.016477562487125397, 0.04147859662771225, 0.044791363179683685, 0.024535177275538445, -0.031022677198052406, -0.004095666576176882, -0.03616436570882797, 0.0075313677079975605, -0.03726862370967865, 0.02762364223599434, -0.004947582259774208, -0.052245087921619415, -0.05614449083805084, -0.09330958873033524, 0.013113033957779408, -0.000885345449205488, 0.006974926218390465, 0.026415862143039703, 0.024983780458569527, 0.025070050731301308, -0.007449411321431398, 0.03540519252419472, 0.020791061222553253, -0.01655520498752594, 0.05621350556612015, 0.012845597229897976, 0.009455187246203423, -0.05918119475245476, -0.01054218877106905, -0.01532154530286789, -0.05755931884050369, 0.017581818625330925, 0.03138501197099686, -0.019186438992619514, -0.04544701427221298, -0.006845521274954081, -0.04137507453560829, -0.017633579671382904, -0.00006561235204571858, -0.021377695724368095, -0.0017674558330327272, 0.00014760250633116812, 0.00018035813991446048, -0.0456540621817112, 0.07008571922779083, -0.001893625594675541, 0.0034637388307601213, -0.0228270310908556, 0.016080720350146294, -0.000830887584015727, 0.07847115397453308, 0.03250652179121971, -0.03757919371128082, -0.03293786942958832, -0.035008348524570465, 0.01755593717098236, -0.007604697253555059, -0.007975657470524311, 0.04092646762728691, 0.03245475888252258, 0.018237469717860222, -0.020929092541337013, 0.05890512838959694, 0.016399919986724854, 0.024500668048858643, 0.019859345629811287, -0.01998012326657772, -0.005322856362909079, 0.007371768355369568, 0.050554197281599045, 0.005896552000194788, -0.004645637236535549, 0.007005120627582073, -0.06746310740709305, -0.04341104254126549, -0.057179730385541916, -0.0320061556994915, 0.0702582523226738, -0.10028020292520523, -0.0200663935393095, -0.013820447959005833, -0.027830690145492554, 0.02610529027879238, -0.014010241255164146, -0.01168095227330923, 0.031126201152801514, -0.05272819846868515, 0.0019054877338930964, 0.03716509789228439, -0.009731251746416092, -0.046758320182561874, -0.038165830075740814, 0.04924289509654045, 0.03661297261714935, 0.00480092316865921, -0.02437989041209221, 0.014174154959619045, 0.004507605452090502, 0.030850138515233994, -0.01062845904380083, -0.0001175428187707439, -0.011137451976537704, -0.023620715364813805, -0.025501400232315063, -0.049001336097717285, -0.024517923593521118, -0.009230885654687881, 0.00703100161626935, 0.045895617455244064, -0.04461882263422012, -0.04023630917072296, 0.05438458174467087, 0.009644981473684311, -0.05127886310219765, 0.023758746683597565, -0.00907559972256422, -0.0028857302386313677, -0.050830259919166565, 0.024483414366841316, 0.004585248418152332, 0.059146683663129807, 0.008825416676700115, 0.04496390372514725, -0.012198572047054768, -0.003547852160409093, -0.08337128907442093, -0.043790630996227264, 0.024621447548270226, 0.020342456176877022, 0.03992573916912079, -0.007397649344056845, 0.03114345483481884, -0.0034766793251037598, 0.0020683223847299814, 0.0182892307639122, -0.03547420725226402, -0.003998612519353628, -0.0073760817758738995, 0.0200318843126297, -0.05117534101009369, 0.0421687550842762, 0.03882148116827011, -0.06087208539247513, 0.03785526007413864, -0.00907559972256422, -0.04244482144713402, -0.03319668024778366, 0.005611861124634743, -0.006832581013441086, -0.04517095163464546, -0.03386958688497543, 0.019773075357079506, 0.0016445211367681623, 0.021515728905797005, -0.011448023840785027, -0.053383853286504745, -0.009550084359943867, 0.03250652179121971, 0.02762364223599434, -0.01765083335340023, 0.07115546613931656, -0.06239043548703194, -0.05300426483154297, -0.09199828654527664, -0.00011808201088570058, -0.05093378573656082, 0.04779355973005295, -0.028607118874788284, 0.020653028041124344, 0.004826804157346487, 0.034732285887002945, -0.006038897205144167, -0.04599914327263832, -0.014139646664261818, -0.046758320182561874, -0.033748809248209, 0.04330752044916153, -0.031488534063100815, -0.0008179470896720886, 0.005128749180585146, -0.025622177869081497, -0.049726005643606186, -0.05541982129216194, -0.02803773805499077, -0.024259112775325775, 0.04655127227306366, -0.033731553703546524, 0.03992573916912079, -0.0590776689350605, 0.0024198724422603846, -0.02981489896774292, 0.020998109132051468, -0.015666624531149864, -0.0309536624699831, -0.006603965535759926, -0.001712458673864603, -0.04810412973165512, 0.019962869584560394, -0.06270100921392441, 0.002312034834176302, 0.0351981446146965, 0.02693348191678524, 0.025397876277565956, 0.012759326957166195, -0.012362485751509666, 0.020911838859319687, -0.03554322198033333, 0.028831420466303825, 0.04334202781319618, 0.020152661949396133, -0.04272088408470154, -0.015718387439846992, -0.03138501197099686, 0.02103261649608612, -0.0037376461550593376, 0.0221713799983263, -0.045792095363140106, 0.03561224043369293, 0.012647176161408424, -0.054626140743494034, -0.03543969988822937, 0.020704790949821472, 0.061389703303575516, 0.01550271175801754, 0.07122448086738586, -0.013699669390916824, 0.004283303394913673, 0.015002346597611904, -0.008187019266188145, -0.028106752783060074, -0.025570416823029518, 0.022878793999552727, 0.02890043705701828, -0.03840738534927368, 0.003204928943887353, -0.0322994738817215, 0.013000883162021637, -0.024655954912304878, -0.016952047124505043, 0.03768271952867508, 0.02607078291475773, -0.062079861760139465, -0.0006087424117140472, 0.033955857157707214, -0.027813434600830078, 0.01939348690211773, -0.01642579957842827, -0.024983780458569527, 0.0844065323472023, 0.0009009818895719945, 0.02149847336113453, -0.053211312741041183, -0.03737214580178261, -0.06597926467657089, 0.05680014193058014, 0.017754357308149338, -0.006051837932318449, -0.0816458910703659, 0.060388971120119095, 0.07653871178627014, 0.022326664999127388, 0.0217745378613472, -0.017167722806334496, -0.012241707183420658, 0.025673940777778625, -0.054212044924497604, 0.03109169378876686, 0.030021946877241135, 0.00601301621645689, 0.036060843616724014, 0.003994299098849297, 0.02377600036561489, 0.04786257445812225, -0.017995914444327354, 0.024569684639573097, 0.01709870621562004, 0.04303145781159401, 0.03661297261714935, 0.024207351729273796, -0.07184562087059021, -0.02432812936604023, -0.04489488899707794, 0.026467623189091682, -0.030418789014220238, 0.06428837776184082, -0.0017588288756087422, -0.019289962947368622, -0.06842933595180511, 0.04489488899707794, 0.010179854929447174, -0.048035115003585815, 0.04779355973005295, -0.026036273688077927 ]
37,282
dataclass_csv.dataclass_reader
_get_value
null
def _get_value(self, row, field): is_field_mapped = False try: if field.name in self._field_mapping.keys(): is_field_mapped = True key = self._field_mapping.get(field.name) else: key = field.name if key in row.keys(): value = row[key] else: possible_key = self._get_possible_keys(field.name, row) key = possible_key if possible_key else key value = row[key] except KeyError: if field.name in self._optional_fields: return self._get_default_value(field) else: keyerror_message = f"The value for the column `{field.name}`" if is_field_mapped: keyerror_message = f"The value for the mapped column `{key}`" raise KeyError(f"{keyerror_message} is missing in the CSV file") else: if not value and field.name in self._optional_fields: return self._get_default_value(field) elif not value and field.name not in self._optional_fields: raise ValueError(f"The field `{field.name}` is required.") elif ( value and field.type is str and not len(value.strip()) and not self._get_metadata_option(field, "accept_whitespaces") ): raise ValueError( ( f"It seems like the value of `{field.name}` contains " "only white spaces. To allow white spaces to all " "string fields, use the @accept_whitespaces " "decorator. " "To allow white spaces specifically for the field " f"`{field.name}` change its definition to: " f"`{field.name}: str = field(metadata=" "{'accept_whitespaces': True})`." ) ) else: return value
(self, row, field)
[ 0.11015743762254715, -0.04427672177553177, 0.010439382866024971, 0.05664367228746414, -0.0190084557980299, -0.025249183177947998, 0.04423855245113373, 0.022195616737008095, 0.04305529594421387, -0.07015570253133774, 0.018760353326797485, 0.05202515050768852, -0.009613965637981892, -0.0023474297486245632, 0.03584124520421028, 0.05007850006222725, -0.000873725744895637, 0.061491210013628006, 0.03578399121761322, 0.06591887772083282, 0.025745388120412827, -0.04717761278152466, 0.014580783434212208, 0.02070700190961361, 0.01907525211572647, -0.026356101036071777, 0.06778918951749802, 0.0024273472372442484, 0.0025406633503735065, 0.010515721514821053, 0.04397136718034744, -0.04782649502158165, -0.042902618646621704, 0.022882668301463127, -0.01042984053492546, -0.005816091317683458, -0.0013335499679669738, -0.034295376390218735, -0.05591844767332077, 0.004594664089381695, -0.06851441413164139, -0.033703748136758804, 0.007180653978139162, -0.032577745616436005, -0.05053653568029404, -0.05992625653743744, -0.0155827347189188, -0.018149640411138535, -0.052750371396541595, -0.018225979059934616, -0.0299440436065197, 0.037749722599983215, 0.0023748641833662987, 0.022920837625861168, -0.026852305978536606, -0.0223864633589983, 0.009327693842351437, 0.021565817296504974, -0.03931467607617378, -0.008263716474175453, -0.03213879466056824, -0.004511168226599693, -0.05080372467637062, 0.004346562083810568, 0.04309346526861191, 0.012844067066907883, 0.07443069666624069, 0.00032682711025699973, 0.018292775377631187, -0.0034591190051287413, -0.009127303026616573, 0.0069516366347670555, -0.0015232051955536008, -0.009580566547811031, 0.03057384118437767, -0.0020217953715473413, -0.014876597560942173, 0.010821078903973103, 0.05691085755825043, -0.055689431726932526, 0.02414226531982422, 0.02942875400185585, 0.022634565830230713, -0.01958099938929081, -0.03565039485692978, 0.010916502214968204, 0.025688134133815765, 0.06943048536777496, 0.04660506919026375, 0.08794273436069489, 0.003401864552870393, -0.08023247867822647, 0.02307351678609848, 0.04378052055835724, -0.0030821943655610085, 0.000597294420003891, 0.057979606091976166, -0.023436127230525017, -0.02475297823548317, 0.018779437988996506, 0.049315109848976135, 0.02822641097009182, -0.00837345328181982, -0.01675644889473915, 0.013244847767055035, -0.04900975152850151, 0.006383863743394613, -0.030745605006814003, 0.06236910820007324, -0.019456947222352028, -0.05927737057209015, -0.044658418744802475, -0.062025584280490875, 0.034543476998806, -0.022615481168031693, -0.052215997129678726, -0.06255995482206345, -0.009246583096683025, -0.048208191990852356, 0.019399693235754967, 0.0355740562081337, 0.019733678549528122, -0.012939490377902985, -0.03051658719778061, 0.02877986989915371, 0.02137497067451477, -0.0003808012988884002, -0.020382560789585114, 0.029848618432879448, 0.04534547030925751, 0.016451092436909676, -0.012338319793343544, 0.04053610563278198, -0.01671827957034111, -0.025058334693312645, 0.05007850006222725, 0.026375185698270798, 0.0670257955789566, 0.03650921210646629, 0.018750810995697975, 0.06294165551662445, -0.012510082684457302, 0.030650179833173752, -0.0517197921872139, 0.07034655660390854, -0.017720231786370277, 0.038417693227529526, 0.08168292045593262, -0.03044024668633938, -0.010009975172579288, -0.008821946568787098, 0.0006262198439799249, -0.01242420170456171, 0.02824549563229084, -0.014409019611775875, 0.022119276225566864, 0.025745388120412827, -0.06275080144405365, 0.04316980391740799, -0.008578615263104439, 0.01849316619336605, -0.06164388731122017, 0.008153978735208511, -0.012557795271277428, 0.040154408663511276, 0.1005387008190155, 0.008740835823118687, 0.011956623755395412, 0.05416264757514, -0.022596396505832672, 0.0029271303210407495, -0.0030631094705313444, 0.0024500105064362288, 0.0015589891700074077, -0.0358603298664093, 0.057979606091976166, -0.04488743841648102, 0.008039469830691814, 0.012242895551025867, 0.01668965257704258, -0.015983516350388527, 0.011937539093196392, 0.029581431299448013, 0.02942875400185585, 0.04389502853155136, 0.027577528730034828, 0.0684380754828453, -0.057826928794384, 0.008201690390706062, 0.07576663792133331, 0.011632182635366917, -0.0553840734064579, 0.0024356970097869635, -0.0063981772400438786, -0.017538925632834435, -0.021565817296504974, 0.06324701011180878, -0.007004119455814362, -0.02418043464422226, 0.0750032439827919, -0.03622293844819069, -0.05305572971701622, 0.02824549563229084, 0.05637648329138756, -0.10550074279308319, -0.027214916422963142, 0.031012792140245438, -0.012910863384604454, -0.04973497614264488, 0.005090869031846523, -0.04794100299477577, -0.027577528730034828, -0.011889827437698841, 0.015849921852350235, 0.029256990179419518, -0.027882885187864304, -0.016584686934947968, -0.028398174792528152, -0.00810149498283863, 0.036547381430864334, 0.045727167278528214, -0.009437430649995804, 0.017577094957232475, -0.02713857777416706, 0.10275253653526306, -0.07198784500360489, -0.07126262038946152, -0.012796354480087757, -0.0064315758645534515, 0.01849316619336605, -0.02774929068982601, 0.04782649502158165, -0.014189545065164566, 0.014628495089709759, 0.0028412488754838705, -0.03809325024485588, 0.0833623856306076, -0.017414875328540802, 0.013760137371718884, -0.008077639155089855, -0.01263413392007351, -0.011221859604120255, -0.04683408513665199, 0.005954456049948931, -0.02877986989915371, -0.056834518909454346, -0.02761569805443287, 0.08427844941616058, -0.03816958889365196, -0.018788980320096016, 0.011059638112783432, 0.07778961956501007, 0.021603986620903015, 0.024104095995426178, 0.023188024759292603, -0.08588157594203949, -0.03105096146464348, 0.043589670211076736, 0.04286444932222366, -0.001913250656798482, -0.025592708960175514, -0.052674032747745514, 0.026050744578242302, -0.04656689986586571, -0.001857189112342894, -0.011384080164134502, 0.007695943582803011, 0.021661242470145226, 0.0980958417057991, 0.03649012744426727, 0.009499456733465195, 0.04332248494029045, -0.04458208009600639, 0.007466925773769617, 0.00921318493783474, -0.0080728679895401, 0.007920189760625362, -0.02139405533671379, 0.02658511884510517, 0.0120615903288126, -0.049887653440237045, -0.006970721296966076, -0.034295376390218735, -0.019218388944864273, -0.0009291909518651664, -0.008869658224284649, 0.016269788146018982, 0.004081760533154011, 0.020916935056447983, 0.04504011571407318, -0.026890475302934647, 0.015821294859051704, -0.06286531686782837, 0.0212604608386755, -0.020592493936419487, -0.020974189043045044, -0.03345564380288124, -0.033207543194293976, 0.009809584356844425, -0.029600515961647034, 0.010926044546067715, 0.04084146022796631, -0.023283449932932854, 0.018264148384332657, -0.01847408153116703, 0.0321006253361702, -0.0017045107670128345, 0.009800042025744915, 0.022863583639264107, 0.008602471090853214, -0.02250097319483757, -0.0008695509750396013, -0.007314247544854879, 0.014933851547539234, -0.0026814136654138565, 0.017538925632834435, -0.04797917231917381, 0.07408717274665833, -0.018741268664598465, -0.021222291514277458, 0.023378873243927956, -0.01605985499918461, 0.023417042568325996, 0.02143222466111183, -0.030402077361941338, -0.03870396316051483, -0.002198329893872142, 0.02135588601231575, -0.03610843047499657, 0.05462068319320679, 0.014933851547539234, 0.019418777897953987, -0.03641378879547119, 0.025611793622374535, 0.0656135231256485, -0.0129776606336236, -0.040116239339113235, -0.0033231398556381464, -0.011450876481831074, 0.04400953650474548, 0.021737581118941307, -0.05000216141343117, 0.034810665994882584, -0.02192842960357666, 0.04775015637278557, -0.012586422264575958, 0.008421165868639946, 0.024046842008829117, 0.03685273975133896, -0.03211970999836922, 0.08641594648361206, -0.0750032439827919, -0.030917366966605186, 0.009885923936963081, -0.05076555535197258, 0.011632182635366917, 0.010534806177020073, -0.023970501497387886, -0.0041199298575520515, 0.029199736192822456, 0.05889567732810974, -0.085423544049263, -0.016403380781412125, 0.01778702810406685, -0.03047841787338257, 0.03866579383611679, -0.09534763544797897, 0.008736064657568932, -0.001772500341758132, 0.044085875153541565, 0.005892430432140827, 0.016288872808218002, 0.03912382945418358, -0.09511861950159073, 0.0006068368093110621, 0.06095683574676514, 0.03519236296415329, 0.04603252559900284, -0.04198654741048813, -0.054009970277547836, 0.047597479075193405, -0.021508563309907913, -0.08687398582696915, 0.006422033533453941, -0.008869658224284649, -0.005257860757410526, 0.038971152156591415, -0.00046817387919873, -0.033226627856492996, -0.052674032747745514, -0.06515549123287201, 0.059010185301303864, 0.015821294859051704, -0.06752200424671173, 0.03105096146464348, 0.008736064657568932, 0.01442810520529747, -0.041299495846033096, 0.04557448998093605, 0.01778702810406685, -0.046414218842983246, -0.0016544131794944406, -0.01465712208300829, 0.044620249420404434, -0.030802858993411064, -0.032577745616436005, -0.0045326389372348785, 0.015716329216957092, 0.001667533884756267, 0.017977876588702202, 0.038856640458106995, -0.017119061201810837, 0.04339882358908653, -0.06416308134794235, -0.030249400064349174, -0.019418777897953987, -0.036089345812797546, 0.03171892836689949, -0.010830621235072613, 0.0010359465377405286, -0.05229233577847481, -0.023283449932932854, -0.08977487683296204, 0.026947729289531708, -0.04137583449482918, -0.02759661339223385, -0.0025764473248273134, 0.019256558269262314, 0.031508997082710266, 0.0178824532777071, -0.02702406980097294, -0.06397223472595215, -0.02009628899395466, -0.03732986003160477, 0.01412274781614542, 0.01958099938929081, 0.014867055229842663, 0.026203423738479614, 0.046948593109846115, -0.0057922350242733955, 0.017080891877412796, 0.0035163734573870897, 0.03294035419821739, -0.007834307849407196, 0.007705485913902521, -0.01559227705001831, -0.0018166338559240103, 0.05007850006222725, 0.027272172272205353, -0.02591715194284916, -0.009699846617877483, 0.030211230739951134, 0.0015566035872325301, 0.03515418991446495, 0.00678941560909152, 0.027424849569797516, -0.10847797244787216, -0.03559314087033272, 0.07248405367136002, 0.051032740622758865, -0.0002539172419346869, 0.06603339314460754, -0.01065885741263628, -0.0012053240789100528, -0.02072608657181263, 0.0392383374273777, -0.0020253737457096577, 0.004690088331699371, -0.0074049001559615135, -0.005935370922088623, -0.018121013417840004, -0.004014963749796152, 0.02940966933965683, -0.01411320548504591, 0.0017629578942433, -0.04255909100174904, 0.01148904673755169, 0.03496334329247475, -0.004489697981625795, -0.011317282915115356, -0.007247450761497021, -0.012328777462244034, -0.021031443029642105, -0.04171936213970184, 0.03175709769129753, 0.039581865072250366, 0.038455862551927567, 0.002879418432712555, -0.015286920592188835, 0.03706267103552818, -0.015983516350388527, 0.0029104312416166067, 0.04839903861284256, 0.0078104520216584206, -0.039429184049367905, -0.008745606988668442, -0.00004726468614535406, -0.00833528395742178, -0.015372802503407001, 0.025726303458213806, 0.006651050876826048, 0.014036866836249828, -0.06095683574676514, -0.004966817796230316, -0.008077639155089855, -0.05282671004533768, 0.031451743096113205, 0.015973974019289017, 0.002408262575045228, -0.03765429928898811, -0.013158965855836868, -0.01096421480178833, -0.006154846400022507, -0.028398174792528152, -0.03120363876223564, -0.009790499694645405, 0.009256125427782536, -0.013741051778197289, -0.06778918951749802, 0.002502493793144822, 0.017977876588702202, -0.0333220511674881, -0.035383209586143494, -0.011603554710745811, -0.04881890490651131, 0.08427844941616058, 0.0447729267179966, 0.009279981255531311, -0.03570765256881714, -0.05599478632211685, -0.02650878019630909, -0.012910863384604454, -0.019733678549528122, 0.034314461052417755, 0.05110907927155495, 0.02015354298055172, -0.010229449719190598, 0.03448622301220894, -0.0642012506723404, 0.035497717559337616, 0.008111037313938141, -0.002574061742052436, -0.024581216275691986, 0.02937149815261364, 0.05977357551455498, -0.053322914987802505, -0.0073333322070539, 0.021737581118941307, 0.010916502214968204, -0.040650613605976105, -0.05462068319320679, 0.021546732634305954, 0.0817592591047287, -0.01243374403566122, 0.022233786061406136, 0.02356972172856331, -0.06809454411268234, 0.04114681854844093, 0.007528951391577721, -0.031031876802444458, 0.024504875764250755, -0.05813228338956833, -0.01355974655598402, 0.026107998564839363, -0.038818471133708954, -0.03234872594475746, -0.07118628174066544, 0.035497717559337616, -0.00721882376819849, -0.025211013853549957, -0.0064315758645534515, 0.02293992228806019, -0.04855171591043472, 0.018598131835460663, 0.014313596300780773, -0.007366730831563473, -0.03225330263376236, -0.014323138631880283, -0.015735413879156113, 0.0017164386808872223, -0.03158533573150635, 0.012796354480087757, -0.004270222969353199, 0.009165472351014614, -0.033169373869895935, -0.011775318533182144, 0.005424852948635817, 0.021012358367443085, 0.021184122189879417, -0.006102363113313913, 0.0014146603643894196, -0.028646277263760567, -0.0323868952691555, 0.033684663474559784, 0.03154716640710831, 0.057903267443180084, -0.0229971781373024, 0.048170022666454315, 0.011260028928518295, 0.001147473230957985, -0.09817218035459518, -0.03002038225531578, 0.00007570550224045292, -0.014580783434212208, 0.032520491629838943, -0.0075575788505375385, 0.017109518870711327, 0.0282073263078928, 0.04332248494029045, 0.02200476825237274, 0.0029271303210407495, -0.02488657273352146, -0.020554324612021446, 0.019943609833717346, -0.00621687201783061, 0.0012584036448970437, -0.031413573771715164, -0.012166556902229786, 0.00366666610352695, -0.025688134133815765, -0.007104314863681793, -0.010916502214968204, -0.04389502853155136, -0.015449141152203083, -0.0019693123176693916, -0.03063109517097473, 0.03643287345767021, -0.0031513767316937447, -0.0282073263078928, -0.03250140696763992, -0.04668140783905983, -0.008445021696388721, 0.08443113416433334, 0.015859464183449745, -0.052177827805280685, 0.026337016373872757, -0.005959227215498686, -0.012786812148988247, -0.015210581012070179, 0.01409412082284689, 0.015344174578785896, 0.030268484726548195, -0.04225373640656471, 0.04545998200774193, 0.007891562767326832, 0.020897850394248962, -0.022119276225566864, -0.05427715554833412, 0.015783125534653664, -0.026890475302934647, -0.033722832798957825, 0.04500194638967514, -0.05004033073782921, -0.014523528516292572, 0.03105096146464348, -0.07885836809873581, -0.01847408153116703, -0.033684663474559784, -0.044696588069200516, 0.0067130764946341515, -0.0016901971539482474, -0.01897982880473137, -0.006388634908944368, -0.07229319959878922, 0.004723486490547657, -0.07381998747587204, 0.002674256917089224, 0.055116888135671616, 0.06523182988166809, -0.027482103556394577, -0.002984384773299098, -0.057330723851919174, -0.011937539093196392, -0.0035426151007413864, -0.015372802503407001, -0.03055475652217865, 0.03702450171113014, -0.006870525889098644, -0.028417259454727173, 0.047559309750795364, 0.051605284214019775, 0.014294511638581753, -0.002574061742052436, 0.06431575864553452, 0.004432443529367447, -0.02874170057475567, -0.007228366099298, -0.03591758385300636, 0.027806546539068222, -0.010525263845920563, 0.016470177099108696, -0.06817088276147842, -0.017548467963933945, -0.03568856418132782, -0.060155272483825684, -0.049887653440237045, 0.0016639555105939507, 0.05923920124769211, -0.0212604608386755, 0.12328777462244034, -0.05870482698082924, -0.04786466434597969, 0.01300628762692213, 0.03061201050877571, -0.005148123484104872, -0.05717804655432701, -0.005949684884399176, 0.01842636987566948, -0.005730209406465292, -0.009227498434484005, 0.008864887058734894, 0.052215997129678726, -0.05065104365348816, -0.007256993092596531, 0.020573409274220467, 0.04679591581225395, -0.05603295564651489, 0.02368422970175743, -0.000823628157377243, -0.019361523911356926, 0.011927996762096882, -0.0323868952691555, 0.002583604073151946, 0.03357015550136566, -0.020993273705244064, 0.02019171230494976, -0.08130122721195221, -0.0472157821059227, 0.011737148277461529, 0.08038515597581863, -0.010363043285906315, 0.04053610563278198, -0.03696724772453308, 0.058552149683237076, 0.007161569315940142, -0.021107783541083336, 0.006493601482361555, 0.02129863016307354, -0.009079591371119022, 0.022252870723605156, -0.0028102360665798187, 0.02423768863081932, 0.03334113582968712, -0.029218820855021477, 0.01835957169532776, 0.04366600885987282, 0.011078723706305027, 0.04733029007911682, -0.055155057460069656, 0.027253087610006332, 0.04206288605928421, 0.007457383442670107, 0.01008631382137537, 0.08733201771974564, 0.008206461556255817, -0.03750162199139595, -0.03158533573150635, 0.03307395055890083, -0.009613965637981892, 0.04305529594421387, -0.027959223836660385, 0.045765336602926254, -0.07469788938760757, 0.025611793622374535, 0.015945345163345337, 0.009027107618749142, -0.0034233350306749344, 0.032654084265232086 ]
37,283
dataclass_csv.dataclass_reader
_parse_date_value
null
def _parse_date_value(self, field, date_value, field_type): dateformat = self._get_metadata_option(field, "dateformat") if not isinstance(date_value, str): return date_value if not dateformat: raise AttributeError( ( "Unable to parse the datetime string value. Date format " "not specified. To specify a date format for all " "datetime fields in the class, use the @dateformat " "decorator. To define a date format specifically for this " "field, change its definition to: " f"`{field.name}: datetime = field(metadata=" "{'dateformat': <date_format>})`." ) ) datetime_obj = datetime.strptime(date_value, dateformat) if field_type == date: return datetime_obj.date() else: return datetime_obj
(self, field, date_value, field_type)
[ 0.061325039714574814, 0.031579528003931046, 0.03169415518641472, 0.012102620676159859, -0.027491193264722824, 0.007240557577461004, 0.05758058279752731, 0.031407590955495834, 0.0044823638163506985, -0.05349224433302879, 0.031312067061662674, 0.06976917386054993, -0.04886898770928383, -0.0011611876543611288, 0.03631741553544998, 0.01564648188650608, -0.0453919917345047, 0.0513143464922905, 0.03652756288647652, 0.02015511319041252, -0.05150539055466652, -0.03887740150094032, -0.03788397088646889, -0.010860836133360863, 0.052154939621686935, -0.010421435348689556, 0.0108035234734416, -0.06392323225736618, 0.013812461867928505, 0.024186136201024055, 0.04902182146906853, 0.0020668543875217438, -0.04600333049893379, 0.023995094001293182, -0.008878757245838642, -0.019534222781658173, -0.025695381686091423, 0.049518536776304245, -0.02846551686525345, 0.07809867709875107, -0.04145649075508118, -0.0034793841186910868, -0.0014220818411558867, -0.03392936661839485, -0.03163684159517288, -0.01951511763036251, -0.062433093786239624, 0.040233809500932693, -0.10148242861032486, 0.0015152156120166183, -0.018588555976748466, 0.004811914172023535, -0.0021122272592037916, -0.018426168709993362, -0.013220226392149925, 0.002913417061790824, 0.04997704178094864, 0.07932136207818985, -0.026077469810843468, 0.035992641001939774, -0.01270440872758627, 0.02311629243195057, -0.050359129905700684, 0.01326798740774393, -0.03629830852150917, -0.0016979011707007885, 0.040921568870544434, 0.01555095985531807, 0.008764130994677544, 0.01496827695518732, -0.008482341654598713, 0.01776706799864769, 0.006600561086088419, 0.001996407052502036, 0.05868863686919212, 0.017576023936271667, 0.0034937122836709023, 0.011061431840062141, 0.04267917200922966, 0.004981465172022581, 0.01818736270070076, 0.0386863574385643, -0.0645727813243866, -0.07255841046571732, -0.011940233409404755, 0.0039713215082883835, -0.0586504265666008, 0.016936026513576508, 0.05448567494750023, 0.09017264097929001, 0.03746367618441582, -0.09070756286382675, 0.03511383756995201, 0.05815371125936508, -0.030547892674803734, 0.05418000370264053, 0.009174874983727932, -0.03859083354473114, -0.028007011860609055, 0.03801770508289337, -0.0004355200217105448, -0.030318640172481537, -0.03457891568541527, -0.03555323928594589, -0.0028967007528990507, -0.021224958822131157, 0.0025289414916187525, 0.02151152491569519, 0.035400405526161194, -0.013420822098851204, 0.003923560492694378, -0.07687599956989288, -0.07080081105232239, 0.03375742956995964, 0.004140872973948717, 0.04199141263961792, -0.010574270971119404, -0.02395688369870186, 0.02982192672789097, -0.01424231007695198, -0.02747208997607231, 0.03358548879623413, -0.020518098026514053, -0.00861129630357027, 0.021129436790943146, -0.01887512020766735, -0.023345544934272766, -0.06117220222949982, 0.06587187945842743, 0.04046306386590004, -0.032420121133327484, 0.06728560477495193, -0.01237008161842823, -0.051734644919633865, -0.03203803300857544, 0.021568838506937027, -0.06789694726467133, 0.03186609596014023, -0.07198528200387955, 0.032515645027160645, 0.03205714002251625, -0.010832179337739944, 0.024205241352319717, -0.08428849279880524, 0.0010555166518315673, -0.004468035418540239, 0.030375953763723373, 0.06720918416976929, -0.05448567494750023, 0.06633038818836212, -0.012303216382861137, 0.019849443808197975, -0.016047673299908638, 0.01169187668710947, 0.013726492412388325, -0.05364508181810379, -0.0020573022775352, -0.024243449792265892, -0.010058452375233173, 0.0026555079966783524, 0.04902182146906853, -0.029898345470428467, 0.042449917644262314, 0.009432784281671047, 0.047990188002586365, 0.09193024784326553, 0.08535834401845932, -0.02346017025411129, 0.013277539983391762, -0.022982561960816383, 0.01653483510017395, -0.01339216623455286, -0.006968320347368717, 0.031999826431274414, 0.012417842634022236, 0.020690036937594414, 0.032420121133327484, 0.022466743364930153, -0.006810709368437529, 0.015570064075291157, 0.011510385200381279, 0.04531557485461235, 0.00516295712441206, 0.05265165492892265, 0.007828016765415668, 0.04745526239275932, -0.023670319467782974, -0.02865656092762947, -0.006156384479254484, 0.058115504682064056, -0.017509158700704575, -0.012694856151938438, -0.03102550283074379, -0.027433879673480988, 0.005602357443422079, 0.004628034308552742, 0.010048900730907917, -0.04233529046177864, 0.00801906082779169, 0.0940699353814125, -0.02542792074382305, 0.02695627138018608, -0.007656077854335308, -0.012799929827451706, -0.015016037970781326, 0.02439628541469574, 0.011539041996002197, -0.007765927817672491, -0.0714503601193428, -0.036852337419986725, -0.07366646081209183, -0.055288057774305344, 0.021893611177802086, 0.04011918604373932, 0.01101367175579071, -0.07584436237812042, -0.04779914394021034, -0.01665901392698288, -0.06866111606359482, 0.01767154596745968, -0.025867322459816933, 0.07320795953273773, -0.03704338148236275, -0.00942323263734579, 0.10446271300315857, -0.0023402858059853315, -0.03264937549829483, -0.06380860507488251, -0.0023020769003778696, -0.059299975633621216, -0.008544431068003178, 0.010173078626394272, 0.0028608799912035465, -0.012618438340723515, 0.08039120584726334, -0.030299536883831024, 0.057160284370183945, -0.014165893197059631, -0.06812619417905807, -0.01712707057595253, 0.011844711378216743, -0.04879257082939148, -0.05039733648300171, -0.03312698379158974, -0.007498466409742832, 0.014528876170516014, -0.015359916724264622, 0.04462781548500061, -0.021205855533480644, 0.01887512020766735, 0.04814302176237106, 0.036088161170482635, 0.009475769475102425, 0.0332225039601326, -0.03001297079026699, -0.027815967798233032, 0.05005345866084099, 0.0071784681640565395, 0.019581982865929604, -0.03354727849364281, -0.01581842079758644, -0.06633038818836212, -0.0032238629646599293, -0.035820700228214264, -0.033279817551374435, -0.07744912803173065, 0.04791376739740372, 0.04233529046177864, 0.045162737369537354, 0.014356936328113079, 0.08337148278951645, 0.02065182849764824, 0.02141600288450718, 0.019228551536798477, -0.08084970712661743, -0.01398440171033144, -0.027147315442562103, -0.0564725287258625, 0.058268338441848755, 0.02109122835099697, -0.0227724127471447, -0.005081763491034508, 0.008281745947897434, 0.020250635221600533, -0.002899088663980365, -0.019056612625718117, 0.02991744875907898, 0.038972921669483185, -0.011730085127055645, 0.05467671528458595, 0.009332486428320408, -0.02330733649432659, 0.023937780410051346, -0.0283126812428236, -0.05532626435160637, 0.006161160301417112, 0.008725922554731369, -0.0321335569024086, -0.04802839457988739, -0.05020629242062569, -0.02754850685596466, 0.09154815971851349, -0.04294663295149803, 0.02370852790772915, 0.00654324796050787, 0.01678319275379181, 0.015675138682127, -0.049862414598464966, -0.04592691361904144, -0.024549119174480438, 0.002333121607080102, 0.01148172840476036, -0.09536903351545334, 0.02653597481548786, -0.01572289876639843, 0.024281658232212067, -0.024759268388152122, 0.004059679340571165, -0.010669793002307415, 0.001270440872758627, 0.013831566087901592, -0.003266847925260663, 0.0037540094926953316, 0.030834458768367767, 0.033604592084884644, 0.031350277364254, -0.04906003177165985, 0.031579528003931046, -0.03920217603445053, 0.0792449414730072, 0.028771186247467995, 0.003457891521975398, -0.028408203274011612, 0.035075630992650986, 0.0432140938937664, -0.034043993800878525, 0.005779073107987642, -0.07267303764820099, 0.009050697088241577, 0.018473928794264793, -0.02907685562968254, -0.002022675471380353, 0.0099056176841259, -0.043481554836034775, 0.01843572035431862, -0.014108579605817795, 0.009857856668531895, 0.021358689293265343, 0.046270791441202164, -0.009404127486050129, 0.004136096686124802, 0.010564718395471573, -0.03222907707095146, 0.01717483252286911, -0.009141442365944386, -0.04753168299794197, -0.00038029643474146724, 0.005377881228923798, -0.012933661229908466, 0.009385023266077042, -0.021033914759755135, -0.04520094767212868, 0.02959267422556877, -0.033107880502939224, 0.012570677325129509, -0.0060942950658500195, -0.062089212238788605, -0.03750188648700714, 0.06514591723680496, -0.054523881524801254, 0.004303260240703821, 0.004616094287484884, -0.0017396920593455434, -0.09399351477622986, 0.03901113197207451, -0.03238191455602646, 0.020613618195056915, 0.03486547991633415, 0.018512137234210968, 0.031063711270689964, 0.0059844451025128365, -0.03274489566683769, -0.022982561960816383, -0.018760494887828827, -0.008463237434625626, 0.029287004843354225, 0.05609044060111046, 0.010010691359639168, -0.002021481515839696, -0.026325827464461327, -0.0038996802177280188, 0.010564718395471573, 0.012360529974102974, 0.026975374668836594, 0.0386863574385643, -0.04294663295149803, -0.04095977544784546, -0.014385593123733997, 0.008401148021221161, -0.012054859660565853, 0.004198186099529266, 0.015417229384183884, -0.03859083354473114, 0.042220667004585266, -0.0055545964278280735, 0.05738953873515129, -0.01796766370534897, 0.04940390959382057, -0.07351362705230713, 0.0170793104916811, 0.044933486729860306, -0.05815371125936508, 0.021110333502292633, -0.04187678545713425, 0.018493033945560455, 0.052231356501579285, -0.023498378694057465, 0.030643414705991745, 0.057924460619688034, -0.012054859660565853, -0.02090018428862095, 0.023517483845353127, -0.05345403775572777, 0.012542021460831165, -0.05268986150622368, 0.018712734803557396, 0.030738936737179756, 0.024167032912373543, 0.006419069599360228, -0.00469967583194375, 0.05807729437947273, 0.04753168299794197, -0.07508018612861633, -0.006791604682803154, 0.009642932564020157, -0.004081171937286854, -0.016133643686771393, 0.0001904467208078131, -0.0009253681055270135, -0.010899045504629612, -0.04821943864226341, 0.03092998079955578, 0.0321335569024086, 0.019830340519547462, -0.020670931786298752, 0.009576067328453064, 0.03520936146378517, 0.05135255679488182, -0.054027169942855835, -0.01815870776772499, -0.00928950123488903, 0.06002594158053398, 0.0190279558300972, 0.0013014854630455375, -0.037540093064308167, 0.0032549076713621616, -0.021740777418017387, -0.014595741406083107, 0.037520989775657654, 0.037024274468421936, -0.008090701885521412, 0.033700115978717804, -0.0492892824113369, -0.04447498172521591, -0.027090001851320267, 0.04031022638082504, -0.010631583631038666, 0.021568838506937027, -0.02090018428862095, -0.020957497879862785, -0.03742546960711479, -0.026707913726568222, 0.061325039714574814, 0.00820532813668251, -0.03834247589111328, 0.027070896700024605, 0.017910350114107132, -0.031140128150582314, -0.00584116205573082, -0.017021996900439262, -0.003914008382707834, 0.02260047383606434, -0.010660240426659584, -0.0037038603331893682, 0.027338357642292976, 0.01079397089779377, 0.05643431842327118, 0.00353908515535295, -0.04107440263032913, 0.0132584348320961, -0.02982192672789097, 0.003271623980253935, 0.0255807563662529, 0.0062566823326051235, 0.042029622942209244, 0.025122251361608505, -0.03511383756995201, -0.052995532751083374, 0.002349837915971875, 0.004458483308553696, 0.0007558167562820017, 0.0046208705753088, -0.014643502421677113, 0.0053635528311133385, 0.023020770400762558, -0.00800950825214386, 0.0432140938937664, 0.01665901392698288, 0.012016651220619678, -0.06717097759246826, 0.014165893197059631, 0.029516257345676422, -0.030452370643615723, -0.016181403771042824, -0.01611453853547573, 0.01428051944822073, 0.08436491340398788, 0.03815143555402756, -0.0564725287258625, -0.026134783402085304, 0.017786171287298203, -0.007450705859810114, -0.028752082958817482, -0.07557690143585205, 0.008792787790298462, 0.019333625212311745, -0.008936070837080479, 0.014137236401438713, 0.04069231450557709, -0.0645727813243866, 0.06185996159911156, 0.004991017747670412, 0.000884174311067909, -0.01270440872758627, 0.054867759346961975, -0.044169310480356216, -0.026153886690735817, 0.05601402372121811, 0.00016925280215218663, -0.01169187668710947, -0.02363210916519165, -0.034980107098817825, -0.018149154260754585, 0.04141828045248985, 0.03815143555402756, -0.009915170259773731, 0.06804978102445602, 0.027185523882508278, -0.047378845512866974, -0.012561125680804253, -0.02405240572988987, -0.019266759976744652, -0.003725352929905057, 0.03943142667412758, 0.03708158805966377, 0.007517571095377207, -0.0330696702003479, 0.02787328138947487, 0.03270668908953667, -0.03815143555402756, 0.011558146215975285, -0.0008722340571694076, -0.02143510803580284, 0.08994339406490326, -0.012446499429643154, 0.013134256936609745, -0.024625537917017937, 0.04363438859581947, -0.029726404696702957, -0.017585575580596924, -0.00724533386528492, -0.03050968423485756, -0.029363421723246574, 0.006953991949558258, 0.056396111845970154, 0.09643887728452682, -0.03538129851222038, 0.0028775963000953197, -0.014003505930304527, 0.023345544934272766, -0.015703795477747917, -0.05398895964026451, 0.08428849279880524, -0.002170734340324998, -0.07366646081209183, 0.04256454482674599, 0.0166112519800663, 0.004501468036323786, 0.0011779040796682239, -0.0283126812428236, 0.013401717878878117, -0.023269126191735268, 0.012761721387505531, 0.019276313483715057, 0.029535360634326935, -0.06720918416976929, 0.026325827464461327, 0.0021528240758925676, -0.00960949994623661, -0.0433669276535511, -0.01562737673521042, 0.01963929645717144, 0.014719920232892036, 0.055631935596466064, -0.0330696702003479, -0.010650687851011753, 0.05421821027994156, 0.053262993693351746, 0.05135255679488182, 0.012064412236213684, 0.013029182329773903, 0.009437560103833675, 0.03398668020963669, 0.0019904368091374636, 0.0015056633856147528, 0.008869205601513386, -0.04294663295149803, 0.00773727148771286, -0.016897818073630333, -0.0628533884882927, 0.02099570631980896, 0.016773639246821404, 0.04088335856795311, 0.058115504682064056, 0.017700202763080597, -0.03255385160446167, -0.008224432356655598, -0.08062045276165009, -0.014337832108139992, -0.032343704253435135, 0.03077714517712593, 0.028503725305199623, -0.005559372715651989, -0.00374206923879683, -0.05268986150622368, -0.0059175798669457436, -0.05845938250422478, -0.019037507474422455, 0.040845151990652084, -0.052307773381471634, 0.01937183551490307, -0.00516295712441206, 0.007307422813028097, -0.013650074601173401, -0.03238191455602646, 0.007197572849690914, -0.007336079608649015, -0.07916852086782455, -0.008071597665548325, 0.0474170558154583, 0.04462781548500061, -0.009447112679481506, 0.012236351147294044, 0.0007528316928073764, -0.02720462717115879, -0.034731749445199966, 0.013411270454525948, -0.011233371682465076, -0.029898345470428467, 0.033356234431266785, -0.0053635528311133385, -0.0146626066416502, 0.05551730841398239, -0.008253089152276516, -0.02865656092762947, -0.046194374561309814, -0.006820261478424072, 0.01169187668710947, 0.05261344462633133, 0.011529489420354366, -0.06399965286254883, -0.020842870697379112, 0.04856331646442413, 0.040921568870544434, 0.054103586822748184, -0.031063711270689964, 0.0491364486515522, 0.038476210087537766, 0.0046208705753088, 0.039049338549375534, 0.07576794177293777, 0.02389957197010517, -0.05246061086654663, 0.049862414598464966, -0.018149154260754585, -0.0734754204750061, 0.014299623668193817, -0.009490097872912884, 0.03274489566683769, -0.05154360085725784, 0.01109964121133089, -0.00851577427238226, -0.04130365699529648, -0.09590395539999008, -0.009447112679481506, -0.06942529231309891, 0.0024023749865591526, 0.03585891053080559, -0.04115081951022148, 0.051887478679418564, -0.02389957197010517, 0.00013514851161744446, 0.01138620637357235, 0.04478065297007561, 0.03708158805966377, -0.07462168484926224, -0.05926176533102989, 0.04512453079223633, 0.021549733355641365, -0.0283126812428236, 0.01249426044523716, -0.00841547641903162, -0.027835072949528694, -0.03058610111474991, 0.01636289618909359, -0.037540093064308167, -0.03954605385661125, 0.019381387159228325, 0.023995094001293182, 0.006342651788145304, 0.024434493854641914, -0.021224958822131157, -0.019620191305875778, 0.027491193264722824, 0.0053253439255058765, -0.0369669646024704, -0.060904741287231445, -0.010870388709008694, 0.02949715219438076, 0.017728859558701515, 0.03731084242463112, 0.046117957681417465, 0.05601402372121811, 0.009318158030509949, 0.02328823134303093, -0.006142056081444025, 0.020957497879862785, 0.008042940869927406, 0.024338971823453903, 0.0038996802177280188, -0.023765841498970985, 0.014805889688432217, -0.04057769104838371, -0.05081763491034508, -0.011882920749485493, -0.0016716326354071498, -0.04462781548500061, 0.003159385873004794, -0.057007450610399246, 0.0038447552360594273, -0.018712734803557396, -0.07622645050287247, -0.06373219192028046, 0.032859522849321365, 0.04558303579688072, -0.017585575580596924, -0.013076943345367908, 0.02286793477833271, -0.013134256936609745, -0.011644115671515465, 0.011433967389166355, 0.01062203198671341, -0.054791342467069626, -0.027529401704669, 0.005716983694583178, -0.04860152676701546, -0.05418000370264053, 0.0027032687794417143 ]
37,284
dataclass_csv.dataclass_reader
_process_row
null
def _process_row(self, row): values = dict() for field in dataclasses.fields(self._cls): if not field.init: continue try: value = self._get_value(row, field) except ValueError as ex: raise CsvValueError(ex, line_number=self._reader.line_num) from None if not value and field.default is None: values[field.name] = None continue field_type = self.type_hints[field.name] if is_union_type(field_type): type_args = [x for x in get_args(field_type) if x is not type(None)] if len(type_args) == 1: field_type = type_args[0] if field_type is datetime or field_type is date: try: transformed_value = self._parse_date_value(field, value, field_type) except ValueError as ex: raise CsvValueError(ex, line_number=self._reader.line_num) from None else: values[field.name] = transformed_value continue if field_type is bool: try: transformed_value = ( value if isinstance(value, bool) else strtobool(str(value).strip()) == 1 ) except ValueError as ex: raise CsvValueError(ex, line_number=self._reader.line_num) from None else: values[field.name] = transformed_value continue try: transformed_value = field_type(value) except ValueError as e: raise CsvValueError( ( f"The field `{field.name}` is defined as {field.type} " f"but received a value of type {type(value)}." ), line_number=self._reader.line_num, ) from e else: values[field.name] = transformed_value return self._cls(**values)
(self, row)
[ 0.08665153384208679, -0.04199380427598953, -0.0041739437729120255, 0.02140389010310173, -0.07851176708936691, -0.029340164735913277, 0.03322505205869675, 0.033410049974918365, 0.0020141301210969687, -0.017112012952566147, 0.01825897954404354, 0.030875621363520622, -0.002358682919293642, 0.021144898608326912, -0.017287757247686386, 0.03279956430196762, -0.049504589289426804, 0.06434116512537003, -0.011996908113360405, 0.019849933683872223, 0.011885911226272583, -0.051835522055625916, -0.031097613275051117, 0.05264950171113014, 0.041845809668302536, 0.01371735893189907, 0.06041928008198738, 0.01898046024143696, 0.009323734790086746, -0.0062343222089111805, 0.03557448834180832, 0.005350972525775433, -0.028877677395939827, 0.015530307777225971, -0.02334633469581604, -0.04391774907708168, -0.036721453070640564, 0.016788272187113762, -0.028322692960500717, 0.07107497751712799, -0.03511200100183487, -0.026472745463252068, -0.05298249050974846, -0.03113461285829544, -0.047099657356739044, -0.02982115000486374, -0.004902360495179892, -0.057311367243528366, -0.0058319587260484695, -0.0513545386493206, -0.036554958671331406, 0.004768239334225655, 0.000901849300134927, 0.031060615554451942, -0.033317551016807556, -0.05538742244243622, -0.00972147285938263, 0.04935659468173981, -0.06012328714132309, 0.03398353233933449, -0.02342033199965954, -0.0010637197410687804, -0.02956215851008892, 0.056941378861665726, 0.027545714750885963, -0.007353540509939194, 0.02843368984758854, -0.012699888087809086, -0.02242136187851429, 0.003695269813761115, -0.0005139384884387255, 0.03810891509056091, 0.02835969254374504, 0.02121889591217041, -0.014198345132172108, 0.000017758771718945354, -0.027101727202534676, 0.02993214689195156, 0.06685709208250046, -0.06208423152565956, 0.030894119292497635, 0.0569043792784214, -0.03574098274111748, -0.010794442147016525, -0.005545217078179121, 0.005799585022032261, 0.0229763463139534, 0.03176359459757805, -0.027582714334130287, 0.06563612818717957, -0.0019551629666239023, -0.04288177937269211, -0.0013493052683770657, 0.03326205164194107, 0.038663897663354874, 0.042659785598516464, 0.007672656327486038, -0.021533386781811714, -0.044102743268013, 0.03157860040664673, 0.03157860040664673, 0.00045439330278895795, -0.001368961064144969, -0.06038228049874306, 0.018009237945079803, -0.07932574301958084, 0.025529272854328156, -0.0363144651055336, 0.04894960671663284, 0.004506933968514204, -0.03657345846295357, 0.0001965568953892216, -0.05856933072209358, 0.038404904305934906, 0.010183960199356079, -0.10877690464258194, -0.007002050522714853, 0.00977697130292654, -0.06271321326494217, 0.027212724089622498, 0.028766680508852005, 0.027675211429595947, 0.0026130506303161383, 0.050910551100969315, 0.002388744382187724, -0.00037056757719255984, 0.027286723256111145, 0.014485087245702744, 0.07984372228384018, 0.02808219939470291, 0.007765153888612986, -0.04606368765234947, 0.04092083498835564, -0.05449944734573364, -0.037183940410614014, 0.03268856927752495, 0.026935232803225517, 0.04291877895593643, 0.015141818672418594, -0.0021494075190275908, 0.04447273164987564, -0.008135143667459488, 0.02882217988371849, -0.0431777685880661, 0.04972658306360245, -0.03318805620074272, 0.03448301926255226, 0.09427331387996674, -0.050170570611953735, -0.003764642868191004, -0.0008394136093556881, -0.007210169453173876, 0.024289807304739952, 0.06959501653909683, -0.04110582917928696, -0.020404918119311333, -0.01862896978855133, -0.0459526926279068, -0.009277485311031342, -0.024770794436335564, 0.00022170462762005627, -0.02214386872947216, 0.013060628436505795, 0.02815619856119156, -0.010655696503818035, 0.0973072275519371, -0.02576976642012596, -0.05509142950177193, 0.013976352289319038, -0.029765652492642403, 0.04236379265785217, -0.01668652519583702, 0.032744068652391434, -0.0038640773855149746, -0.058976318687200546, 0.11477073282003403, 0.016446031630039215, -0.0008619598229415715, 0.022254865616559982, 0.010516950860619545, 0.013634111732244492, 0.016612526029348373, 0.016076041385531425, 0.029580658301711082, 0.048690613359212875, -0.017583748325705528, 0.03250357508659363, -0.05642339214682579, 0.028970174491405487, 0.031356606632471085, -0.0016938579501584172, -0.03513050079345703, -0.0006682934472337365, -0.010553949512541294, 0.01798148825764656, 0.014559085480868816, 0.009101741015911102, 0.01576155051589012, -0.05179852619767189, 0.06149224936962128, -0.07947373390197754, -0.058791324496269226, 0.012792385183274746, -0.0010943594388663769, -0.09553127735853195, -0.03320655599236488, 0.00768653117120266, -0.004155443981289864, -0.03244807571172714, -0.012468644417822361, -0.050910551100969315, -0.027305223047733307, -0.016159290447831154, 0.02001642994582653, 0.04643367603421211, -0.054166458547115326, 0.01537306234240532, -0.036554958671331406, -0.009393107146024704, 0.028970174491405487, 0.034594014286994934, -0.0014834265457466245, -0.04295577481389046, -0.0550544336438179, 0.12749837338924408, -0.07873375713825226, -0.10241308063268661, -0.042659785598516464, 0.010877690277993679, 0.004294190090149641, -0.028396690264344215, 0.002192187588661909, -0.03370603919029236, 0.0005541170248761773, 0.022735852748155594, 0.024308307096362114, 0.03296606242656708, 0.03281806409358978, 0.013180874288082123, 0.005179852247238159, 0.03759092837572098, -0.004025947768241167, -0.045249711722135544, -0.05723736807703972, -0.041845809668302536, -0.05198352038860321, 0.011608419008553028, 0.067856065928936, -0.054610446095466614, -0.022199368104338646, 0.013217873871326447, 0.03881189599633217, 0.04158681631088257, 0.045730698853731155, 0.013097627088427544, -0.05409245938062668, 0.014475837349891663, 0.028692683205008507, 0.03159710019826889, -0.040069859474897385, 0.0256772693246603, -0.04232679307460785, 0.024900291115045547, 0.021015401929616928, -0.026361748576164246, 0.001819885685108602, 0.032004088163375854, -0.012468644417822361, 0.029432661831378937, 0.02565876953303814, 0.03309555724263191, 0.03881189599633217, -0.0650811493396759, 0.007843776606023312, 0.006997425574809313, 0.023697825148701668, -0.005017981864511967, -0.07429388165473938, 0.007866901345551014, 0.024807794019579887, 0.0032004087697714567, -0.008778000250458717, 0.013698860071599483, -0.05083655193448067, 0.031079115346074104, -0.011145932599902153, -0.005804209504276514, 0.0404028482735157, -0.015493309125304222, 0.024715296924114227, -0.019701939076185226, 0.00047780669410713017, -0.005568341352045536, 0.01491982489824295, 0.022828349843621254, -0.003954262472689152, -0.019979430362582207, -0.03614797070622444, -0.018194232136011124, -0.05394446477293968, 0.002018755069002509, 0.009295985102653503, 0.04861661419272423, 0.04121682420372963, -0.03992186114192009, -0.004719677846878767, 0.011802664026618004, 0.018110984936356544, -0.012986630201339722, 0.027268223464488983, 0.023771822452545166, 0.036462459713220596, -0.011821162886917591, -0.011053435504436493, -0.03000614605844021, -0.03929287940263748, -0.021755380555987358, 0.0754038542509079, -0.01551180798560381, -0.019664939492940903, -0.016159290447831154, -0.018379226326942444, 0.02203287184238434, 0.0027471717912703753, -0.02595476061105728, -0.0008197578717954457, 0.001202465733513236, 0.004518496338278055, -0.05379646643996239, 0.037572428584098816, -0.003551898756995797, 0.014855076558887959, -0.0011966846650466323, 0.07843776792287827, 0.06086326763033867, 0.013421367853879929, -0.004620243329554796, 0.0055313422344625, -0.040550846606492996, 0.020164426416158676, 0.002397994277998805, -0.015687553212046623, 0.027360720559954643, -0.0142630934715271, -0.014346341602504253, -0.008588380180299282, -0.007913149893283844, 0.0009735347703099251, 0.048690613359212875, 0.03799791634082794, 0.0698540136218071, -0.06904003024101257, 0.01964643970131874, 0.040735840797424316, 0.0045115589164197445, -0.07003900408744812, -0.016187038272619247, -0.05549841746687889, 0.013837605714797974, 0.005346347577869892, 0.06900303810834885, -0.059161316603422165, 0.005822709295898676, 0.024308307096362114, 0.006914177909493446, 0.056275397539138794, -0.10307906568050385, 0.009647475555539131, 0.007034424692392349, 0.04084683582186699, 0.00574408657848835, 0.038848891854286194, 0.02649124525487423, -0.09197937697172165, 0.02010892704129219, 0.021810878068208694, 0.018869463354349136, 0.05657138675451279, -0.04576769471168518, -0.03224458172917366, 0.02787870541214943, -0.02186637744307518, -0.02871118299663067, -0.020719408988952637, -0.007274917792528868, -0.03731343895196915, 0.05542442202568054, -0.005503593012690544, -0.0011007186258211732, -0.03796092048287392, -0.06548813730478287, 0.03892289102077484, -0.015234315767884254, -0.08776149898767471, 0.035888977348804474, 0.0031980962958186865, 0.011312427930533886, -0.011996908113360405, 0.017278507351875305, -0.040439847856760025, -0.07133396714925766, -0.012376147322356701, 0.006599687039852142, 0.02972865290939808, -0.02963615581393242, -0.06652410328388214, 0.01602979376912117, 0.015585806220769882, 0.03187459334731102, 0.0023933693300932646, 0.055905409157276154, 0.013291871175169945, 0.019146954640746117, -0.032022587954998016, -0.014503587037324905, 0.0015481746522709727, -0.0030084766913205385, 0.03531549498438835, -0.02277285046875477, 0.014670082367956638, -0.005133603699505329, 0.06534013897180557, -0.11373475939035416, 0.01648303121328354, -0.05642339214682579, -0.007635657675564289, -0.005263099912554026, 0.026916733011603355, 0.009989715181291103, 0.0004853221180383116, -0.0038640773855149746, -0.03568548336625099, -0.01694551669061184, -0.03659195825457573, -0.0006301383255049586, 0.02103390172123909, 0.010553949512541294, -0.004893110599368811, 0.02530727908015251, 0.002169063314795494, 0.014300093054771423, 0.036184970289468765, 0.025066785514354706, -0.05642339214682579, 0.05383346602320671, -0.01705651357769966, 0.009143364615738392, 0.024752294644713402, -0.01695476658642292, -0.013032878749072552, 0.0004509246500674635, 0.005216851364821196, 0.032670069485902786, 0.021903377026319504, 0.001131936558522284, 0.02669473923742771, -0.045064717531204224, -0.021163396537303925, 0.06726408749818802, 0.010248707607388496, 0.03281806409358978, -0.007862276397645473, -0.015502558089792728, -0.004365875851362944, 0.004980983212590218, 0.03929287940263748, -0.011090434156358242, -0.040143854916095734, -0.03263306990265846, -0.003914950881153345, 0.01630728505551815, -0.022291865199804306, 0.02380882203578949, -0.004356625955551863, -0.029895149171352386, -0.012792385183274746, 0.036536458879709244, 0.0234388317912817, -0.02861868403851986, -0.010387454181909561, 0.03220758214592934, -0.011599170044064522, -0.004696553573012352, -0.05986429378390312, 0.05483243986964226, 0.02521478198468685, 0.03372453898191452, -0.017574500292539597, -0.004009760916233063, 0.05065155774354935, -0.0025829889345914125, -0.016973266378045082, 0.03918188437819481, 0.06345319002866745, 0.028378192335367203, -0.048875607550144196, 0.024160312488675117, 0.04077284038066864, 0.03320655599236488, -0.018961960449814796, 0.0014741767663508654, 0.013319620862603188, -0.05993829295039177, -0.008648503571748734, 0.010137711651623249, -0.00889362208545208, 0.0596792995929718, 0.025973260402679443, -0.02269885316491127, -0.02391981892287731, -0.05338947847485542, -0.014892076142132282, -0.01658477820456028, 0.020164426416158676, -0.024530300870537758, -0.045175712555646896, 0.025603270158171654, 0.01408734917640686, -0.08591154962778091, -0.02223636582493782, 0.05919831246137619, 0.01603904366493225, -0.02519628219306469, 0.022106871008872986, -0.05560941621661186, 0.12994030117988586, 0.060900263488292694, -0.00787152536213398, 0.038404904305934906, -0.06545113772153854, 0.011081184260547161, -0.06726408749818802, -0.020164426416158676, 0.0009157239110209048, 0.004980983212590218, -0.009457855485379696, 0.06360118836164474, 0.03444601967930794, -0.06678310036659241, 0.03363204374909401, 0.03398353233933449, 0.04495371878147125, -0.05309348925948143, -0.0032929060980677605, 0.06448916345834732, -0.05205751582980156, 0.03453851491212845, -0.021107899025082588, -0.017176760360598564, -0.036832451820373535, -0.05198352038860321, -0.01779649220407009, 0.016085291281342506, 0.01676052249968052, -0.012764636427164078, 0.011099684052169323, -0.02780470810830593, -0.01282938476651907, 0.03289206326007843, -0.03550048917531967, 0.037849921733140945, -0.06001229211688042, -0.04621168226003647, -0.0018291353480890393, -0.03335455060005188, -0.013060628436505795, -0.012894133105874062, 0.09627125412225723, -0.04103183001279831, 0.022994844242930412, 0.013726608827710152, 0.003205033717676997, -0.04343676194548607, 0.03814591467380524, 0.03929287940263748, -0.020238423720002174, -0.050725556910037994, -0.008842747658491135, -0.0037831421941518784, -0.05771835520863533, -0.007404414005577564, 0.013134625740349293, -0.021625883877277374, -0.060641273856163025, -0.053870465606451035, -0.048209626227617264, -0.036554958671331406, 0.03955187276005745, 0.03807191550731659, 0.0168437696993351, 0.012810884974896908, -0.008662378415465355, -0.05631239712238312, 0.033021558076143265, 0.03881189599633217, 0.00743678817525506, -0.0032790314871817827, 0.02232886478304863, -0.04584169387817383, -0.0016175477067008615, -0.1068529561161995, -0.035703983157873154, -0.02750871703028679, -0.01734325662255287, 0.001352773979306221, -0.06733807921409607, -0.001952850609086454, 0.05190952122211456, 0.04791363701224327, 0.019849933683872223, 0.024030815809965134, -0.013994851149618626, 0.011367926374077797, 0.03681395202875137, 0.001967881340533495, -0.02473379485309124, -0.02854468673467636, -0.023956818506121635, 0.013541614636778831, -0.028655683621764183, -0.02797120250761509, -0.022254865616559982, -0.00444681104272604, 0.00678930664435029, -0.042289797216653824, -0.01620553806424141, -0.00043271423783153296, 0.007173170801252127, 0.013291871175169945, 0.0014672394609078765, -0.0058412086218595505, -0.032004088163375854, 0.07717980444431305, 0.017398754134774208, -0.039884865283966064, 0.023568328469991684, -0.0130698774009943, -0.011747165583074093, 0.03984786570072174, -0.056645385921001434, 0.03662895783782005, 0.017805742099881172, 0.004594806581735611, 0.03463101387023926, -0.02214386872947216, -0.02778620831668377, 0.022532358765602112, -0.05420345440506935, -0.0011989971389994025, 0.005642339121550322, 0.0044653103686869144, 0.05671938508749008, -0.03028363734483719, -0.024104813113808632, -0.0017736370209604502, -0.011469673365354538, -0.03039463423192501, 0.013698860071599483, 0.00912023987621069, 0.016612526029348373, -0.030912619084119797, 0.026990730315446854, -0.011349426582455635, -0.0615292489528656, 0.026065757498145103, -0.028877677395939827, -0.00414850702509284, 0.06682009994983673, 0.0552024282515049, -0.011219930835068226, -0.05557241663336754, 0.030783122405409813, -0.009924966841936111, 0.02129289321601391, -0.020312421023845673, -0.03844190388917923, 0.006225072778761387, -0.007261042948812246, -0.04217879846692085, 0.03999586030840874, 0.01871221698820591, 0.028026701882481575, -0.018582720309495926, 0.05779235437512398, -0.004809862934052944, -0.05390746518969536, -0.03727643936872482, -0.04243779182434082, 0.014142846688628197, -0.035703983157873154, 0.04750664532184601, -0.035444989800453186, 0.0036813952028751373, -0.04772863909602165, -0.024715296924114227, -0.07333191484212875, 0.018934210762381554, -0.009060116484761238, -0.024622797966003418, 0.11181081831455231, -0.009110990911722183, -0.03426102548837662, 0.014438838697969913, 0.012810884974896908, 0.013967102393507957, -0.04639668017625809, -0.018869463354349136, 0.03148610144853592, 0.03714694082736969, 0.03148610144853592, 0.01768549531698227, 0.06241722032427788, -0.047025661915540695, 0.0013805232010781765, 0.010304206050932407, 0.0752558559179306, -0.0035310869570821524, 0.03514900058507919, -0.013356619514524937, -0.02898867428302765, 0.016658775508403778, 0.019017457962036133, -0.012579641304910183, 0.09960116446018219, -0.032651569694280624, 0.00958272721618414, -0.06619111448526382, -0.003882576944306493, 0.03452001512050629, 0.02723122388124466, 0.027286723256111145, -0.006886428687721491, -0.07081598043441772, 0.0007700405549257994, -0.0017470440361648798, -0.04613768681883812, 0.047099657356739044, 0.040735840797424316, -0.0041739437729120255, 0.018924960866570473, -0.064156174659729, 0.003921888303011656, 0.006872554309666157, 0.02963615581393242, -0.012709137983620167, 0.017528250813484192, 0.06293521076440811, 0.026084257289767265, -0.02057141438126564, 0.0017297007143497467, 0.023605328053236008, 0.011451173573732376, -0.0058412086218595505, 0.058791324496269226, 0.033576544374227524, -0.03624046593904495, -0.014633082784712315, 0.010572449304163456, 0.00016620619862806052, -0.003355341963469982, 0.005989204626530409, 0.005947580561041832, -0.022550858557224274, 0.009869469329714775, 0.007635657675564289, -0.017629997804760933, 0.03074612468481064, 0.014327841810882092 ]
37,285
dataclass_csv.dataclass_reader
map
Used to map a field in the CSV file to a `dataclass` field :param csv_fieldname: The name of the CSV field
def map(self, csv_fieldname: str) -> FieldMapper: """Used to map a field in the CSV file to a `dataclass` field :param csv_fieldname: The name of the CSV field """ return FieldMapper( lambda property_name: self._add_to_mapping(property_name, csv_fieldname) )
(self, csv_fieldname: str) -> dataclass_csv.field_mapper.FieldMapper
[ 0.07004555314779282, 0.03385535255074501, -0.013239671476185322, 0.01719300076365471, -0.049173396080732346, -0.04231034591794014, -0.00242108223028481, 0.03611944988369942, -0.00015352867194451392, 0.005368390586227179, 0.004013026598840952, -0.011143610812723637, 0.030547644942998886, 0.053206320852041245, 0.05985711142420769, 0.02695692516863346, -0.052852556109428406, 0.040435388684272766, 0.018608061596751213, 0.006044966634362936, -0.014035643078386784, 0.005713311489671469, 0.019846240058541298, -0.02018231712281704, 0.02173888497054577, 0.0833471342921257, -0.010268041864037514, 0.002964996499940753, 0.040329258888959885, -0.02230491116642952, 0.017971284687519073, -0.015901755541563034, -0.04340701922774315, 0.017511388286948204, 0.038029782474040985, -0.021190548315644264, 0.012036868371069431, 0.029627854004502296, -0.04959791153669357, -0.0032546420115977526, 0.04853661730885506, -0.00951629038900137, -0.06488057971000671, 0.016812702640891075, 0.03461594879627228, 0.026886172592639923, -0.07867743074893951, -0.03962172940373421, 0.0270099900662899, -0.0350581556558609, -0.051295988261699677, 0.037852901965379715, 0.034226804971694946, 0.04729843884706497, 0.010639495216310024, -0.0026930393651127815, -0.0010507939150556922, 0.035677243024110794, -0.022039586678147316, 0.03558880090713501, -0.014053331688046455, -0.014371720142662525, 0.0038626762107014656, -0.07662559300661087, 0.014964277856051922, 0.004238551948219538, 0.004446389153599739, 0.0020938492380082607, 0.014698953367769718, 0.02708074264228344, -0.04531735181808472, 0.00377865694463253, 0.04163819178938866, -0.016936520114541054, 0.009870055131614208, 0.045954130589962006, -0.024745890870690346, -0.032104212790727615, 0.06180281937122345, -0.0018274195026606321, 0.03806516155600548, -0.012098778039216995, -0.06633102148771286, -0.019050268456339836, -0.03707461804151535, -0.023419272154569626, -0.00497040431946516, -0.026868484914302826, -0.06304100155830383, 0.02173888497054577, -0.047793708741664886, 0.0008230573730543256, -0.013628813438117504, 0.06144905462861061, -0.03242260217666626, -0.07655484229326248, 0.008424038998782635, 0.02034151181578636, -0.03309475630521774, 0.0488550066947937, 0.03519966080784798, -0.0016450092662125826, -0.00418327609077096, -0.03242260217666626, 0.010692560113966465, -0.07114222645759583, -0.0005132362712174654, -0.028672687709331512, 0.011992648243904114, -0.018979515880346298, -0.05426761507987976, -0.02580718882381916, -0.04146130755543709, 0.06615413725376129, -0.019633980467915535, 0.0032546420115977526, 0.024586698040366173, -0.015547990798950195, -0.005010202992707491, 0.004678547848016024, 0.025488799437880516, 0.006403154227882624, -0.039126455783843994, 0.027027679607272148, 0.012275660410523415, -0.03235184773802757, 0.055682677775621414, -0.023808414116501808, 0.036296334117650986, 0.018696503713726997, 0.03933871537446976, -0.012426010333001614, 0.0076369112357497215, -0.020677588880062103, 0.051543623208999634, 0.057274624705314636, 0.047616828233003616, 0.0672861859202385, -0.024922775104641914, 0.04524659737944603, 0.0459895059466362, -0.029274089261889458, 0.04489283263683319, -0.03530579060316086, 0.0322103425860405, -0.009153680875897408, -0.010197288356721401, 0.05281717702746391, -0.05334782600402832, -0.023207012563943863, -0.0037543356884270906, -0.011745012365281582, 0.0339261032640934, 0.049173396080732346, -0.019633980467915535, -0.015105783939361572, -0.03180351108312607, -0.003155145328491926, 0.031520500779151917, 0.013681878335773945, 0.04135517776012421, 0.006991289090365171, -0.027434509247541428, 0.01009115856140852, 0.02909720689058304, 0.03058302216231823, 0.0029848958365619183, -0.07032857090234756, 0.003033538581803441, -0.05589493736624718, 0.0054037668742239475, -0.02915027178823948, 0.006327979266643524, 0.06541122496128082, -0.0024188710376620293, 0.04973942041397095, -0.026054823771119118, 0.06459756940603256, 0.04093065857887268, 0.015433017164468765, 0.027735209092497826, 0.06969179213047028, 0.025647994130849838, 0.047333814203739166, 0.02311857044696808, 0.02403836138546467, 0.003900263924151659, 0.0724511593580246, 0.011921894736588001, 0.02018231712281704, 0.07400772720575333, -0.08087077736854553, -0.0293094664812088, -0.026302458718419075, -0.0003078864829149097, -0.026231706142425537, 0.019810864701867104, 0.0062749143689870834, -0.016016729176044464, 0.07605956494808197, -0.04910264164209366, 0.014044487848877907, -0.016246676445007324, -0.0020651055965572596, -0.06081227585673332, 0.014274435117840767, 0.027063054963946342, 0.020606836304068565, -0.04892575740814209, -0.04174432158470154, 0.01702496036887169, -0.017113402485847473, 0.0055850716307759285, 0.021933456882834435, 0.02534729242324829, -0.04315938055515289, -0.006376621779054403, -0.032758679240942, 0.011258584447205067, 0.024356748908758163, 0.07492751628160477, 0.029574789106845856, -0.025771811604499817, -0.026160953566432, 0.10712017118930817, -0.047616828233003616, -0.05971560254693031, -0.05515202879905701, -0.040435388684272766, -0.03007006086409092, -0.03166200593113899, -0.017980128526687622, -0.06109528988599777, 0.003944484516978264, 0.06877200305461884, -0.05465675890445709, 0.030689150094985962, -0.013664189726114273, -0.03007006086409092, -0.014698953367769718, 0.04627251625061035, 0.019297903403639793, -0.02810666337609291, -0.027805963531136513, 0.0009474280523136258, -0.017785556614398956, -0.04627251625061035, 0.04793521389365196, 0.002591331722214818, -0.012381790205836296, 0.022676363587379456, 0.07089459151029587, -0.0316089428961277, 0.07478601485490799, 0.003825088730081916, -0.040046244859695435, -0.03884344547986984, 0.013142385520040989, 0.004037348087877035, -0.011276273056864738, -0.020730653777718544, -0.06562348455190659, 0.03406761214137077, -0.022676363587379456, 0.02529422752559185, -0.021473562344908714, 0.008875090628862381, -0.013752630911767483, 0.1028749868273735, 0.025541864335536957, 0.09127148240804672, 0.018608061596751213, -0.011117078363895416, -0.015777938067913055, -0.02656778320670128, -0.037676017731428146, -0.0730171874165535, -0.05235728248953819, 0.07022243738174438, 0.015822159126400948, -0.0033253950532525778, -0.03461594879627228, -0.04588337615132332, -0.048430487513542175, 0.036473214626312256, 0.02879650518298149, 0.009100615978240967, 0.0793142095208168, -0.01936865784227848, 0.02092522569000721, -0.02311857044696808, -0.011391246691346169, -0.06042313575744629, -0.00971970520913601, -0.01626436598598957, -0.06484520435333252, -0.021756574511528015, 0.0010220503900200129, 0.010497989133000374, -0.035907190293073654, -0.04121367260813713, -0.022552546113729477, 0.043088629841804504, 0.039586350321769714, -0.06183819845318794, 0.03459825739264488, -0.030317697674036026, -0.005275527015328407, 0.0076943980529904366, 0.02304781787097454, 0.008804337121546268, 0.07287567853927612, -0.064420685172081, 0.01511462777853012, 0.04910264164209366, 0.01586638018488884, -0.06190894916653633, 0.08936114609241486, 0.03887882083654404, 0.015707185491919518, -0.017166467383503914, -0.022269533947110176, 0.020995978266000748, 0.006190895102918148, 0.018015503883361816, 0.026355523616075516, 0.009967341087758541, -0.021915769204497337, -0.0019645036663860083, -0.022906310856342316, 0.034279871731996536, 0.041425932198762894, 0.017166467383503914, 0.007384853437542915, 0.007782839238643646, -0.01702496036887169, -0.013266203925013542, -0.02833661064505577, -0.014362876303493977, 0.01466357707977295, -0.004355737008154392, 0.0039864941500127316, 0.007097418885678053, -0.0396571047604084, -0.030724527314305305, -0.00009486717317486182, 0.002279575914144516, 0.009454380720853806, 0.0029274090193212032, 0.04853661730885506, 0.07287567853927612, -0.04775833338499069, 0.010276885703206062, 0.018838008865714073, 0.005859239958226681, -0.04460982233285904, 0.02064221352338791, -0.03364309296011925, -0.0227117408066988, 0.038029782474040985, 0.00042700592894107103, -0.08327638357877731, 0.0017257119761779904, -0.04506971687078476, 0.058265164494514465, 0.057274624705314636, -0.062404222786426544, -0.01575140655040741, -0.0016626975266262889, 0.05907882750034332, -0.006367777939885855, 0.024869710206985474, 0.0012193851871415973, -0.041425932198762894, 0.011806921102106571, 0.0032878073398023844, 0.04560036212205887, 0.05186201259493828, -0.07160212099552155, -0.017856309190392494, -0.04001086950302124, -0.04064764827489853, -0.03990473970770836, 0.04560036212205887, -0.027434509247541428, 0.02488739788532257, 0.026373213157057762, 0.01771480403840542, 0.009445536881685257, 0.011099390685558319, -0.04202733188867569, -0.028584247455000877, -0.039975494146347046, -0.04927952587604523, 0.008384240791201591, -0.0232777651399374, -0.0362255796790123, -0.05133136361837387, 0.041602812707424164, -0.03150281310081482, -0.05373696982860565, -0.04008162394165993, -0.027045367285609245, 0.06017550081014633, -0.012134154327213764, 0.04305325448513031, 0.010241509415209293, 0.020783718675374985, 0.0045989505015313625, -0.04135517776012421, 0.05299406126141548, 0.010860598646104336, 0.013796851970255375, -0.06544660776853561, -0.027965156361460686, 0.0005593915702775121, 0.016768481582403183, -0.06116604432463646, 0.012089933268725872, -0.007168171927332878, -0.03040613792836666, 0.028831882402300835, -0.021225925534963608, -0.06689704209566116, 0.005845973733812571, -0.020536083728075027, 0.03488127142190933, 0.023790724575519562, -0.0362255796790123, 0.03539423272013664, -0.03617251664400101, 0.0068984259851276875, -0.019846240058541298, -0.028637312352657318, 0.04460982233285904, 0.025099657475948334, 0.03127286210656166, 0.01451322715729475, 0.008167559280991554, -0.037109993398189545, 0.04913801699876785, -0.020960601046681404, 0.03346620872616768, -0.07206201553344727, -0.03401454538106918, 0.015662964433431625, -0.010789845138788223, 0.010639495216310024, 0.0500224307179451, -0.010657183825969696, -0.031414370983839035, 0.02506428025662899, 0.03175044804811478, 0.02976936101913452, 0.05621332675218582, -0.025400357320904732, -0.021544314920902252, -0.09707323461771011, 0.06219196319580078, 0.012673646211624146, 0.01451322715729475, -0.001639481633901596, 0.021756574511528015, -0.027399132028222084, -0.022234156727790833, 0.05564730241894722, 0.00418327609077096, 0.004174432251602411, 0.012558672577142715, -0.0024299263022840023, 0.056991610676050186, 0.01124089676886797, -0.013991422951221466, -0.015379952266812325, -0.03419142961502075, 0.03916183114051819, 0.00974623765796423, 0.024869710206985474, 0.023879166692495346, -0.019580915570259094, 0.01867881417274475, -0.019280215725302696, 0.04036463424563408, 0.007840326055884361, 0.05076533928513527, -0.012797464616596699, 0.021703509613871574, -0.021349743008613586, 0.0036172515247017145, -0.004621061030775309, -0.007659021764993668, 0.04644940048456192, 0.06544660776853561, 0.026603160426020622, -0.0025515330489724874, -0.013982578180730343, 0.05391385033726692, 0.036296334117650986, -0.006787874270230532, -0.03714536875486374, 0.016706572845578194, 0.006739231292158365, -0.06792296469211578, -0.028442740440368652, 0.010913663543760777, -0.017750181257724762, 0.00971970520913601, 0.0015952609246596694, -0.0419565811753273, -0.03859580680727959, -0.011806921102106571, -0.0362255796790123, -0.012947814539074898, 0.03355465084314346, -0.0232777651399374, -0.003026905469596386, -0.0020496284123510122, 0.021809639409184456, -0.07634258270263672, 0.02501121535897255, 0.03654396906495094, 0.020146941766142845, -0.02764676883816719, -0.055045899003744125, -0.06236884370446205, 0.05019931495189667, 0.024852020666003227, 0.015777938067913055, 0.004278350621461868, -0.018997203558683395, -0.015547990798950195, -0.08157830685377121, -0.0076148007065057755, 0.012417166493833065, 0.004616638645529747, 0.08016324788331985, 0.005682357121258974, 0.03459825739264488, -0.01890876144170761, 0.039409469813108444, 0.0009297397918999195, -0.002759370254352689, -0.006575614679604769, -0.017396414652466774, 0.047050800174474716, -0.008295799605548382, -0.0563548319041729, 0.019280215725302696, 0.025771811604499817, -0.037216123193502426, 0.014928900636732578, 0.022782493382692337, -0.05617795139551163, -0.027505261823534966, 0.040895283222198486, 0.037216123193502426, -0.04927952587604523, -0.024869710206985474, -0.008123338222503662, -0.031361304223537445, 0.016476625576615334, 0.01316891796886921, 0.01339002139866352, 0.030954474583268166, 0.035677243024110794, -0.0073096780106425285, -0.005125176627188921, 0.02524116262793541, -0.06763994693756104, -0.026143265888094902, 0.018148167058825493, 0.014442473649978638, -0.027894403785467148, 0.04899651184678078, -0.0009745131828822196, -0.008375396952033043, -0.0005875822389498353, -0.029167959466576576, -0.012540984898805618, -0.08829984813928604, -0.01485814806073904, 0.04927952587604523, -0.053383201360702515, -0.00001287754548684461, -0.06682629138231277, -0.1063418909907341, -0.0569208562374115, 0.0060272784903645515, 0.034739766269922256, -0.010895974934101105, -0.017750181257724762, -0.0023083193227648735, -0.09806377440690994, 0.01844886690378189, -0.021862704306840897, -0.0054612536914646626, -0.0010513466550037265, 0.03206883743405342, -0.0032502198591828346, 0.00571773387491703, -0.03983398899435997, -0.003040171694010496, -0.01821891963481903, 0.014787394553422928, 0.02046532928943634, -0.039126455783843994, -0.008574389852583408, -0.024162178859114647, 0.005978635977953672, 0.026992302387952805, -0.017564453184604645, 0.0012326514115557075, 0.016237832605838776, 0.04825360327959061, 0.016167080029845238, -0.05564730241894722, -0.054126109927892685, -0.04683854430913925, 0.03686235845088959, -0.002081688493490219, -0.010798689909279346, -0.014451317489147186, 0.025223474949598312, 0.021314367651939392, -0.010842910036444664, -0.023313142359256744, 0.02455132082104683, -0.08377165347337723, 0.035447295755147934, -0.015477237291634083, -0.027452196925878525, -0.015521458350121975, 0.051260609179735184, -0.0615198090672493, -0.005027891136705875, 0.05147286877036095, -0.006442952901124954, -0.007729774806648493, 0.019121021032333374, -0.04294712468981743, -0.03436831012368202, -0.0048156320117414, -0.012063400819897652, -0.002976051764562726, 0.022163404151797295, -0.06813522428274155, 0.004194331355392933, -0.03834817185997963, 0.028761129826307297, -0.04652015492320061, -0.048430487513542175, 0.035730309784412384, -0.024639762938022614, 0.054055359214544296, 0.010736781172454357, -0.07832366228103638, -0.046873919665813446, -0.01936865784227848, 0.01811278983950615, -0.026833107694983482, -0.022835558280348778, -0.026603160426020622, 0.03183889016509056, -0.08348864316940308, 0.021225925534963608, -0.027257626876235008, 0.034527506679296494, 0.03373153507709503, -0.029751673340797424, 0.04545885697007179, -0.023879166692495346, -0.00188269536010921, 0.02593100629746914, -0.04591875150799751, 0.0013796851271763444, -0.006243960000574589, 0.044291432946920395, -0.020040811970829964, -0.000941347680054605, 0.035960257053375244, 0.010356483049690723, -0.0018119423184543848, -0.00884855818003416, 0.07620107382535934, 0.04121367260813713, 0.04163819178938866, 0.01643240451812744, -0.05646096169948578, 0.08497445285320282, 0.04174432158470154, 0.09346482902765274, 0.010135379619896412, -0.025647994130849838, -0.0227117408066988, -0.038666561245918274, -0.045671116560697556, 0.008348864503204823, -0.03519966080784798, 0.00642526475712657, 0.06873662024736404, -0.0012857161927968264, -0.0017223954200744629, 0.024816645309329033, -0.013522683642804623, -0.002951730275526643, -0.043548524379730225, 0.005248994566500187, 0.04683854430913925, 0.04029388353228569, -0.01511462777853012, 0.022269533947110176, 0.04057689383625984, -0.024020671844482422, 0.009189057163894176, 0.022906310856342316, 0.02110210806131363, -0.021915769204497337, 0.04701542481780052, -0.02603713609278202, -0.041178297251462936, 0.07584730535745621, -0.0603523813188076, 0.017369883134961128, 0.03189195320010185, 0.004647593479603529, -0.07142523676156998, -0.08009248971939087, -0.02782365120947361, -0.023666907101869583, 0.004625482950359583, 0.04192120209336281, 0.047050800174474716, -0.0833471342921257, -0.030087750405073166, -0.008950265124440193, -0.03557111322879791, 0.001968925818800926, -0.034704387187957764, 0.01913871057331562, 0.04627251625061035, -0.05409073457121849, -0.0018329471349716187, 0.0701163113117218, 0.03948022052645683, -0.002841178560629487, 0.006310290656983852, 0.048784252256155014, 0.041885826736688614, -0.01649431325495243, 0.020712966099381447, 0.0008202936151064932, 0.03339545801281929, -0.018749568611383438, 0.008791071362793446, -0.035677243024110794, -0.030600709840655327, 0.021119795739650726, -0.01020613219588995, -0.017626361921429634, -0.02311857044696808, -0.00799509882926941, 0.05925570800900459, -0.0232777651399374, -0.031007539480924606, 0.08136604726314545, 0.02310088276863098, 0.02448056824505329, 0.04174432158470154 ]
37,286
dataclass_csv.dataclass_writer
DataclassWriter
null
class DataclassWriter: def __init__( self, f: Any, data: List[Any], cls: Type[object], dialect: str = "excel", **fmtparams: Dict[str, Any], ): if not f: raise ValueError("The f argument is required") if not isinstance(data, list): raise ValueError("Invalid 'data' argument. It must be a list") if not dataclasses.is_dataclass(cls): raise ValueError("Invalid 'cls' argument. It must be a dataclass") self._data = data self._cls = cls self._field_mapping: Dict[str, str] = dict() self._fieldnames = [x.name for x in dataclasses.fields(cls)] self._writer = csv.writer(f, dialect=dialect, **fmtparams) def _add_to_mapping(self, header: str, propname: str): self._field_mapping[propname] = header def _apply_mapping(self): mapped_fields = [] for field in self._fieldnames: mapped_item = self._field_mapping.get(field, field) mapped_fields.append(mapped_item) return mapped_fields def write(self, skip_header: bool = False): if not skip_header: if self._field_mapping: self._fieldnames = self._apply_mapping() self._writer.writerow(self._fieldnames) for item in self._data: if not isinstance(item, self._cls): raise TypeError( ( f"The item [{item}] is not an instance of " f"{self._cls.__name__}. All items on the list must be " "instances of the same type" ) ) row = dataclasses.astuple(item) self._writer.writerow(row) def map(self, propname: str) -> HeaderMapper: """Used to map a field in the dataclass to header item in the CSV file :param propname: The name of the property of the dataclass to be mapped """ return HeaderMapper(lambda header: self._add_to_mapping(header, propname))
(f: Any, data: List[Any], cls: Type[object], dialect: str = 'excel', **fmtparams: Dict[str, Any])
[ 0.039866745471954346, -0.007701115217059851, 0.013712187297642231, -0.03257672116160393, -0.02302112802863121, -0.06000109761953354, -0.039464790374040604, 0.013529480434954166, -0.021504657343029976, -0.005453814752399921, 0.012360152788460255, -0.03272289037704468, 0.023496165871620178, 0.0008667180663906038, -0.0018521958263590932, 0.0317910797894001, 0.008404538966715336, 0.021194053813815117, 0.06296095997095108, 0.028337912634015083, 0.020335329696536064, 0.03645011782646179, -0.02486647106707096, -0.012296205386519432, 0.008495892398059368, 0.014698807150125504, -0.021961424499750137, 0.03630395233631134, 0.018243329599499702, -0.0297995712608099, -0.02662046253681183, -0.03389221429824829, -0.034732669591903687, -0.0032133657950907946, 0.0417303629219532, -0.011318720877170563, 0.009747438132762909, 0.0004433508438523859, -0.01010371744632721, 0.04680962488055229, 0.038989752531051636, -0.015703698620200157, -0.024190453812479973, -0.028173474594950676, -0.015137304551899433, 0.01876404695212841, -0.05711432173848152, -0.009984957054257393, -0.01563975028693676, -0.036541473120450974, -0.022491276264190674, -0.028063850477337837, 0.01305444072932005, 0.019092919304966927, -0.005047291051596403, 0.0019526849500834942, 0.008459351025521755, 0.0034074923023581505, 0.0015587222296744585, 0.0063353776931762695, -0.011136014014482498, 0.01702832616865635, 0.04004945233464241, -0.044946011155843735, 0.006084155291318893, 0.017265845090150833, -0.039866745471954346, -0.013401584699749947, -0.023240376263856888, 0.05930681154131889, -0.003297867951914668, 0.0024459948763251305, 0.055616121739149094, 0.0638744905591011, 0.013684781268239021, 0.031060252338647842, -0.06738247722387314, -0.06445915997028351, 0.0522177629172802, -0.03615778684616089, 0.03327101096510887, 0.00002483678144926671, -0.06434953212738037, 0.00039567562635056674, 0.019001565873622894, 0.0021342504769563675, 0.023660603910684586, 0.018654420971870422, -0.06570156663656235, 0.012606807984411716, -0.05408138036727905, -0.00016101085930131376, 0.013776134699583054, -0.019878560677170753, 0.001932130311615765, -0.05488529056310654, 0.02645602636039257, 0.01515557523816824, -0.04249773174524307, 0.059197183698415756, 0.013273689895868301, -0.003729514079168439, 0.05404483899474144, 0.010030633769929409, -0.030183255672454834, -0.10341236740350723, -0.03286905586719513, 0.00808023288846016, -0.029927466064691544, -0.008431944996118546, -0.06241283565759659, -0.006545491050928831, 0.012524589896202087, 0.009884468279778957, 0.08134131878614426, -0.07081737369298935, -0.02497609704732895, 0.013684781268239021, -0.022418193519115448, -0.03588372468948364, 0.04421517997980118, 0.009240425191819668, -0.018681827932596207, 0.05101189389824867, -0.01840776763856411, -0.048782866448163986, 0.04129186272621155, -0.007248914800584316, 0.08682253956794739, 0.018855400383472443, 0.01373959332704544, -0.009793114848434925, -0.018060622736811638, -0.03127950057387352, 0.08236447721719742, 0.05810094252228737, -0.019714124500751495, 0.03533560410141945, -0.05470258370041847, 0.029470697045326233, 0.060841552913188934, -0.05861252173781395, 0.006659683305770159, 0.0007884964579716325, 0.030493859201669693, 0.004284487571567297, -0.0012755257776007056, 0.06749209761619568, -0.030987167730927467, -0.025359781458973885, -0.03462304547429085, -0.04045141115784645, -0.003176824189722538, 0.019403520971536636, -0.022984586656093597, -0.021468114107847214, -0.05992801487445831, -0.02358752116560936, 0.002461981726810336, -0.015320012345910072, 0.011117743328213692, -0.043922848999500275, -0.009930144995450974, 0.06339945644140244, -0.020335329696536064, 0.05415446311235428, -0.043813224881887436, -0.06372832506895065, 0.03199205920100212, -0.01348380371928215, 0.034732669591903687, -0.041438028216362, 0.028136933222413063, 0.039610955864191055, -0.05700469762086868, 0.04498255252838135, 0.007719385903328657, 0.018800588324666023, 0.03877050057053566, 0.00994841568171978, 0.026602191850543022, 0.005800958722829819, -0.045092176645994186, 0.04593263193964958, 0.004474046640098095, 0.00737224193289876, 0.012442371807992458, -0.018325548619031906, 0.023624062538146973, 0.037254031747579575, 0.0062531596049666405, -0.08930736035108566, -0.03352680057287216, 0.026035798713564873, 0.03157183155417442, -0.011857707984745502, -0.008806494995951653, 0.01927562616765499, 0.019494876265525818, 0.045092176645994186, -0.018544796854257584, 0.021139241755008698, 0.06369178742170334, -0.035609666258096695, -0.019366979598999023, 0.005691334139555693, 0.05503145605325699, -0.0428631454706192, -0.07118278741836548, -0.040268704295158386, 0.044324807822704315, -0.029306260868906975, -0.02291150391101837, -0.004503736272454262, 0.06233975291252136, -0.02287496253848076, 0.038478169590234756, -0.03895321115851402, -0.02472030557692051, 0.0013748728670179844, 0.04527488350868225, 0.026090610772371292, -0.046590376645326614, 0.04567684233188629, 0.08353380858898163, -0.0437036007642746, -0.021961424499750137, -0.041511110961437225, 0.009847926907241344, -0.01825246587395668, -0.025469405576586723, 0.0014673684490844607, 0.005147779826074839, 0.03297867998480797, 0.011802895925939083, -0.000040787992475088686, -0.011620188131928444, -0.02665700390934944, -0.037400197237730026, 0.04110915586352348, 0.01947660557925701, 0.008911551907658577, 0.014433881267905235, -0.048015493899583817, -0.016589827835559845, -0.02245473489165306, 0.006111561320722103, 0.05163310095667839, -0.03045731782913208, -0.01711967960000038, -0.009445970878005028, 0.046955790370702744, -0.0030420776456594467, 0.011601917445659637, -0.004750391468405724, -0.03513462468981743, -0.06354562193155289, 0.012031279504299164, -0.02789941430091858, -0.02302112802863121, -0.03045731782913208, -0.04834436625242233, 0.05747973546385765, 0.0028410993982106447, 0.03414800763130188, -0.02318556420505047, -0.017868779599666595, -0.010176800191402435, 0.0388801284134388, 0.048527076840400696, 0.0732291117310524, 0.05579882860183716, -0.020024726167321205, 0.005481220781803131, -0.020956534892320633, -0.005344190169125795, -0.0015267484122887254, -0.11634805053472519, 0.011035524308681488, 0.005595413036644459, -0.00046333446516655385, -0.032284390181303024, -0.0012960802996531129, -0.04856361821293831, 0.06931917369365692, 0.02574346773326397, -0.017010055482387543, 0.05718740448355675, 0.028995659202337265, 0.027661895379424095, -0.027460915967822075, -0.016489339992403984, 0.000517861160915345, 0.0190198365598917, 0.011090337298810482, -0.032540179789066315, -0.006285133305937052, -0.043301645666360855, 0.02261917106807232, -0.07695633918046951, -0.02020743489265442, 0.015557532198727131, 0.12029452621936798, 0.015530126169323921, -0.08718795329332352, -0.031772810965776443, -0.02225375734269619, 0.022582629695534706, -0.011346126906573772, 0.020627660676836967, 0.02758881077170372, 0.04322856292128563, -0.01831641234457493, 0.0312246885150671, 0.02656565047800541, 0.006495246663689613, -0.05726048722863197, 0.04220540076494217, 0.006732766516506672, 0.035189438611269, -0.048527076840400696, -0.01240582950413227, 0.025085721164941788, -0.04300931468605995, 0.025505946949124336, -0.009350049309432507, -0.002215326763689518, 0.00506556173786521, 0.004659037571400404, -0.010204206220805645, -0.005714172963052988, -0.01258853729814291, 0.03224784880876541, 0.036888618022203445, 0.06365524232387543, 0.016388850286602974, -0.005097535438835621, -0.03308830410242081, 0.010944170877337456, 0.006431299261748791, -0.01933043822646141, 0.022144131362438202, -0.006001936737447977, -0.024702034890651703, -0.06095117703080177, -0.04421517997980118, -0.03341717645525932, 0.04465368017554283, 0.0030009683687239885, 0.11576338112354279, 0.07205978035926819, -0.015009409748017788, 0.056383490562438965, -0.0069063385017216206, 0.0018019513227045536, -0.08967277407646179, 0.03301522135734558, -0.052327387034893036, -0.011711541563272476, 0.018179383128881454, 0.040305245667696, -0.032686345279216766, -0.02892257459461689, 0.02497609704732895, -0.004704714752733707, 0.029525509104132652, -0.054373711347579956, -0.024756846949458122, 0.024172183126211166, 0.036596283316612244, -0.0007165554561652243, -0.0003037510032299906, 0.027771519497036934, -0.06182816997170448, 0.018855400383472443, 0.028392724692821503, 0.01635230891406536, 0.04553067311644554, -0.06851526349782944, -0.06054921820759773, -0.005266539752483368, -0.07659092545509338, 0.018161112442612648, 0.04045141115784645, -0.014671401120722294, -0.035975079983472824, 0.056493114680051804, 0.002918750047683716, 0.007609761785715818, 0.039720579981803894, -0.01626095548272133, 0.004540278110653162, -0.04856361821293831, -0.037564635276794434, -0.022491276264190674, -0.034385524690151215, -0.04732120782136917, 0.018289007246494293, 0.01651674509048462, -0.020627660676836967, -0.031973786652088165, -0.054117921739816666, 0.023751957342028618, 0.04209577664732933, 0.0061069936491549015, 0.014854108914732933, 0.028246557340025902, -0.06288787722587585, 0.01225966401398182, 0.0029347368981689215, 0.057516276836395264, 0.0225643590092659, 0.057918231934309006, 0.01051480881869793, 0.03056694194674492, 0.03277770057320595, -0.019001565873622894, 0.009646948426961899, 0.03793004900217056, 0.02747918665409088, -0.0031242959666997194, 0.037144407629966736, 0.023423083126544952, 0.014415610581636429, -0.004652186296880245, -0.02461068145930767, -0.038076214492321014, -0.003843706101179123, -0.014479557983577251, 0.013593427836894989, -0.005508626811206341, -0.030749648809432983, -0.05671236664056778, -0.003007819876074791, 0.04224194213747978, 0.020024726167321205, -0.00024023163132369518, -0.017750021070241928, -0.021321948617696762, 0.03358161449432373, 0.01212263386696577, -0.022491276264190674, -0.01212263386696577, -0.016480203717947006, -0.03942824900150299, -0.0161056537181139, 0.023660603910684586, 0.014433881267905235, 0.03235747292637825, 0.03378259018063545, 0.04414209723472595, 0.038989752531051636, -0.0026149991899728775, 0.01335590798407793, 0.03014671429991722, -0.06665164232254028, 0.017046596854925156, -0.0760793462395668, 0.05583536997437477, 0.008801926858723164, 0.06778442859649658, -0.007130154874175787, 0.04962331801652908, 0.004081225488334894, -0.029397614300251007, -0.01887367106974125, 0.005864906124770641, -0.03162664547562599, 0.010861952789127827, -0.03056694194674492, 0.048380907624959946, 0.04436134919524193, 0.0032590425107628107, -0.019860289990901947, -0.048892490565776825, 0.054848749190568924, -0.006518085021525621, 0.030786190181970596, -0.04096299037337303, -0.026638733223080635, 0.047613538801670074, 0.010825411416590214, 0.03652320057153702, -0.04220540076494217, -0.003989872056990862, 0.03895321115851402, 0.0715116634964943, -0.0377473421394825, 0.012707296758890152, 0.008870442397892475, 0.020390141755342484, 0.020591119304299355, -0.01223225798457861, 0.021011346951127052, 0.046224962919950485, 0.007938634604215622, 0.03127950057387352, 0.04849053546786308, -0.025140533223748207, -0.043411269783973694, 0.041766904294490814, -0.015658020973205566, -0.027150314301252365, -0.046736542135477066, 0.04578646644949913, -0.04308239743113518, 0.034330714493989944, 0.03082273155450821, -0.05006181821227074, -0.03710786625742912, -0.031717997044324875, -0.016434527933597565, -0.03537214547395706, 0.021559469401836395, -0.009601271711289883, -0.02271052449941635, -0.035719290375709534, -0.02557903155684471, -0.04560375586152077, 0.008276643231511116, 0.010752328671514988, 0.02784460224211216, -0.02881295047700405, -0.002382047241553664, -0.06822293251752853, 0.08280297368764877, 0.03825892135500908, 0.030493859201669693, 0.04187652841210365, 0.02846580743789673, -0.054592959582805634, -0.04293622821569443, -0.0040972125716507435, 0.004398679826408625, 0.005663928110152483, 0.0329238660633564, 0.031973786652088165, 0.041364945471286774, 0.028173474594950676, 0.014041060581803322, -0.0003074622363783419, 0.0007953479653224349, 0.0049330987967550755, -0.09617715328931808, 0.03327101096510887, -0.04154765233397484, -0.0053670285269618034, -0.008125909604132175, -0.01179376058280468, 0.004234243184328079, -0.011062930338084698, -0.013428990729153156, 0.010624432936310768, 0.016799941658973694, -0.011044659651815891, 0.04618842154741287, -0.004942234139889479, 0.028027309104800224, 0.04574992507696152, -0.002152521163225174, -0.0020280517637729645, 0.022016236558556557, 0.021303677931427956, -0.05415446311235428, 0.027716707438230515, -0.0014308270765468478, 0.051194604486227036, 0.02307594008743763, -0.087991863489151, -0.007084478158503771, -0.018426038324832916, 0.05174272507429123, -0.06307058036327362, 0.021778717637062073, -0.01471707783639431, -0.002321525476872921, -0.01887367106974125, 0.03199205920100212, 0.011428345926105976, -0.10414319485425949, 0.0032613263465464115, 0.0786372497677803, -0.03230266273021698, -0.09318075329065323, -0.011163420043885708, -0.06804022192955017, -0.08426463603973389, -0.0214315727353096, 0.02077382616698742, -0.016535015776753426, 0.001679765759035945, 0.05543341487646103, -0.07045195996761322, -0.02486647106707096, 0.05492183193564415, 0.028228286653757095, 0.010551350191235542, 0.007833577692508698, -0.003074051346629858, 0.025780009105801582, -0.033636424690485, 0.008372564800083637, -0.04896557331085205, -0.012241393327713013, 0.08309530466794968, -0.06807675957679749, -0.0251222625374794, -0.016416257247328758, -0.012213987298309803, -0.005513194482773542, -0.011565376073122025, 0.040889907628297806, 0.037254031747579575, -0.0028639379888772964, -0.028264828026294708, -0.025926174595952034, -0.05769898369908333, -0.07154820114374161, 0.021833529695868492, -0.007865551859140396, -0.005056426394730806, -0.052583180367946625, 0.015767645090818405, 0.0031060250476002693, -0.043813224881887436, -0.012506319209933281, -0.015520990826189518, -0.011547105386853218, 0.046334587037563324, -0.04472676292061806, -0.0025053746066987514, -0.007326565217226744, 0.07827183604240417, -0.030073631554841995, -0.049806028604507446, 0.04081682488322258, -0.06128004938364029, -0.0011487725423648953, 0.030749648809432983, -0.06595735996961594, -0.0030580644961446524, -0.005659360438585281, -0.008600949309766293, 0.03040250577032566, -0.007851849310100079, -0.049257904291152954, 0.011419210582971573, -0.05656619742512703, 0.00419085007160902, -0.0661400631070137, -0.05389867350459099, 0.047357749193906784, 0.0019012985285371542, 0.0021822110284119844, 0.012460642494261265, -0.04118223860859871, -0.062120504677295685, 0.0023888987489044666, 0.02503090910613537, 0.028593702241778374, 0.0029804138466715813, -0.024318350479006767, 0.04593263193964958, -0.09266917407512665, 0.006381054408848286, -0.026218505576252937, 0.0017756872111931443, 0.022893233224749565, 0.020883452147245407, -0.010761464014649391, -0.04450751468539238, 0.04015907645225525, -0.00141369819175452, -0.04213231801986694, -0.030530400574207306, -0.0417303629219532, 0.013100117444992065, -0.02128540724515915, -0.019567959010601044, 0.014954597689211369, 0.01810630038380623, 0.03148047998547554, -0.010167664848268032, 0.02574346773326397, 0.013547751121222973, 0.05265626311302185, -0.006271430291235447, -0.04969640076160431, 0.016397986561059952, -0.016416257247328758, 0.05426408722996712, 0.012478913180530071, -0.0103595070540905, -0.03025633841753006, 0.002395750256255269, -0.04903865605592728, 0.022582629695534706, -0.03928208351135254, -0.010825411416590214, 0.01805148646235466, -0.037966590374708176, -0.010441726073622704, 0.04056103527545929, 0.03354507312178612, 0.017101408913731575, -0.019659312441945076, 0.015164710581302643, 0.05298513546586037, 0.05046377331018448, -0.01619700714945793, 0.025597302243113518, 0.0902574360370636, 0.03460477292537689, 0.025158803910017014, -0.02106615900993347, -0.012752973474562168, 0.01045999675989151, 0.0312246885150671, -0.02466549351811409, -0.03297867998480797, 0.057662442326545715, 0.035719290375709534, 0.016242684796452522, 0.021267136558890343, -0.04110915586352348, -0.027205126360058784, -0.0763716772198677, -0.03502500057220459, 0.018024081364274025, -0.022125860676169395, 0.052838969975709915, 0.006828687619417906, -0.06380140781402588, 0.0194400642067194, 0.0007165554561652243, -0.005234566051512957, -0.04308239743113518, -0.02364233322441578, 0.01763126067817211, 0.07359452545642853, -0.09113442897796631, 0.05152347683906555, 0.02804557979106903, 0.04403247311711311, -0.021760446950793266, 0.004289055243134499, 0.06080501154065132, 0.05174272507429123, -0.002813693368807435, 0.007226075977087021, 0.02645602636039257, -0.014525235630571842, -0.05470258370041847, 0.016324901953339577, 0.08536087721586227, -0.002658392069861293, 0.023149022832512856, -0.040634118020534515, -0.00432102894410491, -0.04841745272278786, 0.026218505576252937, 0.06318020820617676, -0.00037255173083394766, -0.004014994483441114, 0.0729367807507515, 0.05583536997437477, 0.0017642679158598185, 0.026894522830843925 ]
37,287
dataclass_csv.dataclass_writer
__init__
null
def __init__( self, f: Any, data: List[Any], cls: Type[object], dialect: str = "excel", **fmtparams: Dict[str, Any], ): if not f: raise ValueError("The f argument is required") if not isinstance(data, list): raise ValueError("Invalid 'data' argument. It must be a list") if not dataclasses.is_dataclass(cls): raise ValueError("Invalid 'cls' argument. It must be a dataclass") self._data = data self._cls = cls self._field_mapping: Dict[str, str] = dict() self._fieldnames = [x.name for x in dataclasses.fields(cls)] self._writer = csv.writer(f, dialect=dialect, **fmtparams)
(self, f: Any, data: List[Any], cls: Type[object], dialect: str = 'excel', **fmtparams: Dict[str, Any])
[ 0.04908996447920799, 0.007741180248558521, 0.018673939630389214, -0.038628168404102325, -0.04612701013684273, -0.033488720655441284, -0.020630953833460808, -0.005153166130185127, -0.058198314160108566, 0.007137615233659744, 0.007741180248558521, -0.019003156572580338, 0.011111085303127766, -0.021838083863258362, 0.0009264953550882638, 0.03114761970937252, -0.025441184639930725, -0.006552339997142553, 0.04283483698964119, 0.04952892288565636, 0.022898895666003227, 0.043529849499464035, -0.06042967364192009, 0.036232199519872665, 0.04096927121281624, 0.018911708146333694, -0.03692721202969551, 0.0351896770298481, -0.00019332945521455258, -0.018317287787795067, 0.029721010476350784, -0.010452651418745518, -0.0263739675283432, 0.026026461273431778, 0.030690373852849007, 0.01117509976029396, -0.004421571735292673, -0.014046607539057732, -0.036104168742895126, 0.05176028236746788, 0.032976604998111725, -0.028202952817082405, -0.03844527155160904, 0.012363940477371216, 0.006346579175442457, 0.04459066316485405, 0.0034476371947675943, -0.019826199859380722, -0.029977068305015564, -0.023703649640083313, -0.03778683766722679, 0.0005023994017392397, 0.0026154490187764168, -0.022441649809479713, -0.004750789143145084, 0.038993965834379196, 0.01582072302699089, 0.015244592912495136, 0.01646086759865284, -0.00015560664178337902, -0.016579750925302505, 0.03162315487861633, 0.05373558774590492, -0.03983530029654503, -0.0020770414266735315, 0.01603105664253235, -0.02626422978937626, -0.027672547847032547, -0.023557331413030624, 0.0678553581237793, 0.036122459918260574, 0.03694550320506096, 0.03149512782692909, 0.054064806550741196, 0.025459475815296173, 0.03365333005785942, -0.05252845957875252, -0.006163680460304022, 0.0019398675067350268, -0.003756278660148382, 0.04532225430011749, 0.014119766652584076, -0.06555083394050598, 0.02941008284687996, 0.026026461273431778, -0.007594861555844545, -0.003154999576508999, 0.009794216603040695, -0.06862352788448334, 0.03590298071503639, -0.07740265876054764, -0.027672547847032547, -0.020045679062604904, -0.045395415276288986, -0.015893882140517235, -0.04005477949976921, 0.02185637503862381, 0.01432095468044281, -0.016744360327720642, 0.05589378997683525, 0.021892953664064407, -0.029574692249298096, 0.01802464947104454, 0.006328288931399584, -0.022661127150058746, -0.10864172875881195, -0.03840869292616844, -0.006835832726210356, -0.04784625396132469, 0.017631419003009796, -0.03231817111372948, 0.06503871828317642, 0.035372573882341385, 0.03464098274707794, 0.03807947412133217, -0.035464026033878326, -0.026977533474564552, -0.0011739799520000815, -0.010141723789274693, -0.043164052069187164, 0.05589378997683525, 0.008907158859074116, -0.01313211489468813, 0.07806109637022018, 0.017457664012908936, -0.015272026881575584, 0.015180578455328941, -0.03493361920118332, 0.07213518023490906, 0.012647433206439018, 0.047443877905607224, -0.023045213893055916, -0.017823461443185806, -0.04663912579417229, 0.08098746836185455, 0.026282519102096558, 0.021380838006734848, 0.020941881462931633, -0.058600690215826035, 0.0011116801761090755, 0.06233181804418564, -0.04418828338384628, -0.0001415320293745026, -0.01418378110975027, 0.02423405461013317, 0.04821205139160156, -0.01894828863441944, 0.05552799254655838, -0.03796973451972008, -0.006396876182407141, -0.02573382295668125, -0.0179149117320776, 0.018317287787795067, 0.0014563295990228653, 0.003026970662176609, -0.0370369516313076, -0.042651936411857605, -0.059844400733709335, 0.029446663334965706, 0.00797437597066164, 0.011979853734374046, -0.01137628871947527, -0.019003156572580338, 0.05764961615204811, -0.028440721333026886, 0.06438028067350388, -0.07645158469676971, -0.07140358537435532, 0.015482360497117043, -0.01262914389371872, 0.03504335880279541, -0.07103779166936874, 0.046053849160671234, 0.03789657726883888, -0.06222207844257355, 0.04323721304535866, 0.012263346463441849, 0.007206202019006014, 0.05541825294494629, 0.005290340166538954, 0.001973017817363143, 0.01986278034746647, 0.01112023089081049, 0.031952373683452606, 0.008280730806291103, 0.0034590684808790684, -0.019039737060666084, -0.007576571777462959, 0.027544518932700157, 0.035116516053676605, 0.021892953664064407, -0.06492897868156433, -0.04371275007724762, 0.008157274685800076, -0.0009242091327905655, -0.012107882648706436, -0.00027691980358213186, 0.01958843320608139, 0.020813852548599243, 0.011943274177610874, 0.006918136961758137, 0.008257868699729443, 0.04561489447951317, -0.039140284061431885, -0.033854518085718155, 0.019259214401245117, 0.04748046025633812, -0.02174663543701172, -0.040274254977703094, -0.0477365180850029, 0.04726098105311394, -0.03383622691035271, -0.040640052407979965, -0.006973006296902895, 0.03665286675095558, 0.0038317241705954075, 0.02748964913189411, -0.0414813868701458, -0.004860528279095888, 0.017055287957191467, 0.08596231043338776, 0.0058161732740700245, -0.05077263340353966, 0.007873781956732273, 0.08442596346139908, -0.012235911563038826, -0.008930020965635777, -0.05187002196907997, 0.007553709205240011, -0.005797883495688438, -0.07315941154956818, -0.010525810532271862, 0.010653839446604252, 0.03144025802612305, 0.021911244839429855, 0.006136245559900999, 0.0003583668149076402, -0.016277968883514404, -0.051796864718198776, 0.006456318311393261, 0.03957924246788025, 0.004094640724360943, 0.013891143724322319, -0.03756735846400261, 0.015747563913464546, -0.01562867872416973, 0.006876984611153603, 0.07967060059309006, -0.040164515376091, -0.017695432528853416, -0.05015077814459801, 0.04795599356293678, -0.011860969476401806, -0.0005192603566683829, -0.01593046262860298, -0.01618652045726776, -0.010278897359967232, 0.002514854772016406, 0.026063039898872375, -0.017631419003009796, -0.03065379336476326, -0.052711356431245804, 0.04711466282606125, 0.04722439870238304, 0.016643766313791275, -0.03782341629266739, -0.04232272133231163, -0.036232199519872665, 0.026666605845093727, 0.027233591303229332, 0.07198885828256607, 0.030178258195519447, 0.022130722180008888, -0.0017306773224845529, -0.03557376563549042, -0.023154953494668007, 0.030690373852849007, -0.1420024186372757, 0.017613127827644348, 0.010178303346037865, 0.021453997120261192, -0.024599852040410042, 0.023045213893055916, -0.04107901081442833, 0.058198314160108566, 0.003735702484846115, -0.022661127150058746, 0.01716502755880356, -0.005011419765651226, -0.0046867746859788895, -0.037110112607479095, 0.017000418156385422, 0.004078637342900038, 0.031348809599876404, 0.05165054649114609, -0.01167807076126337, 0.02950153313577175, -0.01313211489468813, 0.035738371312618256, -0.07498839497566223, -0.003781427163630724, -0.01935066469013691, 0.14390456676483154, 0.009519868530333042, -0.09305877238512039, -0.04938260465860367, -0.0020404616370797157, 0.0351896770298481, -0.030964720994234085, 0.00549610098823905, 0.056223008781671524, 0.07381784915924072, -0.03028799593448639, 0.017000418156385422, 0.021325968205928802, 0.029172316193580627, -0.05121158808469772, -0.006117955781519413, -0.022386780008673668, 0.007507984526455402, -0.023045213893055916, -0.014174636453390121, 0.03332411125302315, -0.05640590563416481, 0.026959244161844254, -0.030690373852849007, 0.00599907198920846, -0.0017226755153387785, 0.004407854750752449, 0.02915402501821518, 0.0031252787448465824, -0.0015912172384560108, 0.056844864040613174, 0.035720083862543106, 0.016277968883514404, 0.013616795651614666, -0.017924055457115173, -0.006726093590259552, 0.0024394092615693808, -0.005130303557962179, -0.019807910546660423, 0.022130722180008888, 0.006854122504591942, -0.0039986190386116505, -0.06229523941874504, -0.037750255316495895, -0.018673939630389214, 0.0018941429443657398, 0.03101959079504013, 0.07762213796377182, 0.0439322255551815, -0.018875127658247948, 0.03844527155160904, -0.024965649470686913, 0.0033790504094213247, -0.06178312376141548, 0.019917650148272514, -0.02361219935119152, -0.020502924919128418, 0.021051621064543724, 0.06042967364192009, -0.006145390681922436, -0.030214836820960045, 0.028294403105974197, -0.008472774177789688, 0.047919414937496185, -0.04111558943986893, -0.01230907067656517, 0.007311368826776743, 0.04484672099351883, 0.015491505153477192, 0.0009613604051992297, 0.008856860920786858, -0.03229987993836403, 0.015793288126587868, 0.05347952991724014, 0.025404606014490128, 0.028166374191641808, -0.0678187757730484, -0.046529386192560196, -0.02286231704056263, -0.06555083394050598, 0.030580634251236916, -0.0009304962586611509, -0.0181984044611454, -0.021527156233787537, -0.00435069901868701, 0.010251462459564209, 0.02600817009806633, 0.04550515487790108, -0.040896110236644745, 0.005102869123220444, -0.013068100437521935, -0.021289389580488205, -0.014979389496147633, -0.020704112946987152, -0.013991737738251686, 0.01646086759865284, 0.006122528109699488, -0.01866479590535164, -0.039506081491708755, -0.046309906989336014, 0.029702721163630486, 0.010983056388795376, 0.015025114640593529, 0.0025102822110056877, 0.017393650487065315, -0.0790853276848793, 0.023465881124138832, 0.0339093878865242, 0.11376288533210754, 0.009231803007423878, 0.04371275007724762, 0.023593910038471222, 0.011458592489361763, 0.025148548185825348, -0.045651473104953766, 0.010919041931629181, 0.0037014090921729803, 0.020393185317516327, 0.0034704995341598988, 0.02523999661207199, 0.012098737992346287, 0.038372110575437546, 0.015509795397520065, 0.008038390427827835, -0.022185591980814934, -0.014622737653553486, 0.048541270196437836, -0.03705524280667305, -0.04129848629236221, 0.027562808245420456, -0.026209359988570213, -0.0024234054144471884, 0.03405570611357689, 0.016113361343741417, -0.02836756221950054, -0.0370369516313076, -0.019405534490942955, 0.04155454784631729, 0.010013694874942303, -0.0728667750954628, 0.012839476577937603, -0.003662543138489127, -0.07330573350191116, -0.03403741493821144, 0.021289389580488205, 0.003907169681042433, 0.030745243653655052, 0.03491532802581787, 0.06163680553436279, 0.04009135812520981, -0.03619562089443207, 0.021655185148119926, 0.041152168065309525, -0.06138074770569801, 0.041517965495586395, -0.06317315250635147, 0.03652483597397804, 0.0008030388853512704, 0.03756735846400261, 0.0019410107051953673, 0.03001364879310131, -0.04813889414072037, -0.014055752195417881, -0.01826241798698902, 0.010525810532271862, -0.030690373852849007, 0.036378517746925354, -0.05391848832368851, 0.0320255309343338, 0.062368400394916534, -0.02021028846502304, -0.010013694874942303, -0.034000836312770844, 0.05216266214847565, 0.018052084371447563, -0.00536807207390666, -0.059112805873155594, -0.03449466452002525, 0.06050283461809158, 0.012272491119801998, 0.020685823634266853, -0.00874254945665598, -0.0017009563744068146, 0.016652911901474, 0.06189286336302757, -0.0414813868701458, -0.010818447917699814, 0.0276359673589468, 0.025550924241542816, 0.01457701250910759, -0.02160031720995903, 0.020521214231848717, 0.07425680011510849, 0.011915839277207851, 0.04418828338384628, 0.04331037029623985, -0.04411512613296509, -0.020045679062604904, 0.04784625396132469, 0.008833998814225197, -0.042907994240522385, -0.03859158977866173, 0.009876520372927189, -0.05285767465829849, 0.02562408335506916, 0.00593962986022234, -0.04751703888177872, -0.025550924241542816, -0.025953302159905434, -0.024801040068268776, -0.03090985119342804, 0.016259679570794106, -0.04137164726853371, -0.03412886708974838, -0.0715499073266983, -0.0389573872089386, -0.05801541358232498, 0.03389109671115875, -0.001466617570258677, 0.051175009459257126, -0.010397781617939472, -0.004421571735292673, -0.050809212028980255, 0.048687588423490524, 0.05713750049471855, 0.009437563829123974, 0.03793315589427948, -0.0021627750247716904, -0.054211124777793884, -0.06222207844257355, 0.005331492051482201, 0.0008156131370924413, -0.0364333875477314, 0.05322347208857536, 0.007137615233659744, 0.030708663165569305, 0.006374013610184193, -0.0014620451256632805, -0.007105608005076647, 0.018765389919281006, -0.0016552316956222057, -0.09854573011398315, 0.011897549033164978, -0.08223117887973785, 0.006081376224756241, -0.02011883817613125, 0.015043403953313828, 0.025825273245573044, -0.00009909384971251711, -0.05165054649114609, -0.008641955442726612, 0.02275257743895054, -0.037128400057554245, 0.050077617168426514, 0.02412431687116623, 0.011577476747334003, 0.047297559678554535, -0.036104168742895126, -0.038774486631155014, 0.02663002535700798, 0.0005821317317895591, -0.023282982409000397, 0.009245520457625389, -0.014512998051941395, 0.08179222047328949, 0.006058513652533293, -0.0904250368475914, 0.008244151249527931, -0.007791477255523205, 0.03315950185060501, -0.06759929656982422, 0.046529386192560196, -0.014677607454359531, -0.024197475984692574, -0.013086389750242233, 0.00025762972654774785, 0.011348853819072247, -0.1092270016670227, -0.018929997459053993, 0.044261444360017776, -0.05454033985733986, -0.07937796413898468, -0.009510723873972893, -0.012217622250318527, -0.09276613593101501, -0.04246903955936432, 0.006991296540945768, -0.009766781702637672, 0.04312747344374657, 0.02235019952058792, -0.04320063441991806, -0.02787373587489128, -0.00013031520938966423, -0.006739811040461063, 0.0220026932656765, -0.0025377171114087105, -0.011403723619878292, 0.005656137131154537, -0.043164052069187164, 0.03409228473901749, -0.07220833748579025, -0.01637856289744377, 0.07498839497566223, -0.07828056812286377, -0.011357998475432396, 0.021929534152150154, -0.025697244331240654, -0.007709173019975424, 0.006520332768559456, 0.036597996950149536, 0.02588014118373394, -0.018801968544721603, -0.018911708146333694, -0.011202534660696983, -0.05516219511628151, -0.0452125184237957, 0.027965186163783073, -0.0015043404418975115, -0.021380838006734848, -0.04824863374233246, 0.004615901503711939, 0.055564574897289276, -0.0540282242000103, -0.013744824565947056, -0.03529941663146019, -0.017887476831674576, 0.021453997120261192, -0.04865100979804993, -0.0038614452350884676, -0.00961131788790226, 0.04696834087371826, -0.004229528363794088, -0.04418828338384628, 0.013177839107811451, -0.039140284061431885, 0.020063968375325203, 0.036122459918260574, -0.048029154539108276, 0.0032350176479667425, 0.0288796778768301, 0.011659781448543072, -0.0046227602288126945, -0.0052126082591712475, -0.0615636445581913, -0.014961100183427334, -0.06141732633113861, 0.02864190936088562, -0.03968898206949234, -0.03443979471921921, 0.040530312806367874, -0.015674404799938202, 0.012775462120771408, -0.0021867805626243353, -0.014339244924485683, -0.032830286771059036, -0.0006978721939958632, 0.044517502188682556, 0.019679881632328033, -0.030617214739322662, -0.0018609925173223019, 0.03131222724914551, -0.026959244161844254, 0.010022839531302452, -0.04071321338415146, -0.011860969476401806, -0.028093215078115463, 0.008591658435761929, 0.017393650487065315, -0.0590030662715435, 0.07078173011541367, 0.007142187561839819, 0.014247795566916466, -0.029702721163630486, -0.012857766821980476, 0.018820257857441902, 0.00518060103058815, 0.017732013016939163, 0.03325095400214195, 0.0069455718621611595, -0.0007184483110904694, 0.005002274643629789, -0.022807447239756584, 0.01689067855477333, 0.08018271625041962, -0.052930835634469986, -0.003520796773955226, 0.012034723535180092, 0.006072231102734804, 0.02774570696055889, 0.010855027474462986, -0.048321790993213654, -0.03154999762773514, 0.017667997628450394, -0.03476900979876518, -0.0053955065086483955, -0.04707808047533035, 0.01935066469013691, 0.03645167872309685, -0.03480559214949608, 0.023831678554415703, 0.0276359673589468, 0.0842064842581749, 0.023795098066329956, -0.055564574897289276, -0.004144937731325626, 0.030105097219347954, -0.005573832895606756, -0.013635084964334965, 0.051540806889534, 0.09971627593040466, -0.0013443041825667024, 0.027672547847032547, -0.024307215586304665, 0.038993965834379196, 0.027105562388896942, 0.012007288634777069, -0.028422432020306587, -0.06737981736660004, 0.04374932870268822, 0.016945548355579376, 0.0036305359099060297, 0.03251935914158821, -0.0044787279330194, -0.021655185148119926, -0.0641242265701294, -0.009144926443696022, 0.048065733164548874, -0.05241871997714043, 0.06598979234695435, 0.008321883156895638, -0.06942827999591827, 0.011293984018266201, 0.008331027813255787, -0.028093215078115463, -0.04971181973814964, 0.0047919414937496185, 0.006876984611153603, 0.08581598848104477, -0.06189286336302757, 0.05604010820388794, 0.025057097896933556, 0.05724724009633064, -0.05121158808469772, 0.030964720994234085, 0.03553718328475952, 0.0023799671325832605, -0.017759447917342186, 0.024087736383080482, -0.007270216476172209, -0.03041602484881878, -0.020758982747793198, 0.056332748383283615, 0.05227240175008774, -0.009080911986529827, 0.02564237453043461, -0.053808748722076416, -0.00612710090354085, -0.04583436995744705, -0.016625477001070976, 0.05614984780550003, 0.03932318463921547, 0.0008670533425174654, 0.04155454784631729, 0.02900770679116249, 0.04009135812520981, 0.021197939291596413 ]
37,288
dataclass_csv.dataclass_writer
_add_to_mapping
null
def _add_to_mapping(self, header: str, propname: str): self._field_mapping[propname] = header
(self, header: str, propname: str)
[ -0.004373783245682716, 0.011403676122426987, -0.04243072494864464, -0.0011918978998437524, -0.0359957329928875, -0.033348001539707184, 0.0054923659190535545, 0.058283593505620956, -0.011898031458258629, -0.042966973036527634, 0.0010541697265580297, -0.026225941255688667, 0.03904565051198006, 0.022187314927577972, 0.012006957083940506, 0.03393452614545822, 0.009174889884889126, 0.05439578741788864, -0.017830289900302887, -0.043000489473342896, 0.0032363482750952244, -0.006883262190967798, 0.05881984531879425, -0.03054945170879364, 0.013464884832501411, 0.013892208226025105, -0.008433357812464237, 0.009979263879358768, 0.05955718830227852, -0.05312219634652138, 0.006116593722254038, -0.08405707776546478, -0.04531306400895119, -0.009451393969357014, 0.02456692047417164, -0.018383296206593513, 0.014822266064584255, -0.012275081127882004, 0.003370410529896617, 0.02979535050690174, 0.06733280420303345, 0.03981650993227959, -0.07755505293607712, 0.005236809607595205, 0.013774903491139412, 0.04434111341834068, -0.06683006882667542, 0.05211672931909561, 0.059925857931375504, 0.013934102840721607, -0.06703115999698639, -0.019288217648863792, 0.023729031905531883, 0.01535013597458601, -0.023645242676138878, -0.02584051340818405, 0.030649999156594276, -0.000032239109714282677, -0.005496555473655462, 0.060562655329704285, -0.019053608179092407, -0.02749953418970108, -0.06475210189819336, -0.07829239964485168, 0.02089696377515793, -0.044072989374399185, 0.019304974004626274, -0.015115526504814625, 0.015341756865382195, -0.0027776036877185106, 0.007951571606099606, -0.012467795982956886, 0.03974947705864906, -0.03850940242409706, -0.008973796851933002, 0.08734160661697388, -0.022974930703639984, -0.002461300464347005, 0.06455101072788239, -0.06760092824697495, -0.006367960479110479, 0.020042316988110542, -0.07755505293607712, 0.0038417235482484102, -0.03592870384454727, 0.06917615979909897, 0.037637997418642044, -0.022505711764097214, 0.024097703397274017, -0.0017250051023438573, 0.0077127730473876, 0.004432435613125563, -0.01138691883534193, 0.012233187444508076, 0.009928991086781025, -0.04859759286046028, 0.05084313452243805, 0.0017983203288167715, -0.04058736935257912, 0.06200382485985756, 0.002312575001269579, -0.05623914301395416, 0.01184775773435831, 0.01367435697466135, -0.00022256439842749387, -0.07708583772182465, 0.05509961396455765, -0.033213939517736435, 0.013381095603108406, 0.019187670201063156, 0.013230275362730026, -0.06592515110969543, -0.014487110078334808, 0.0054295239970088005, 0.04179392755031586, 0.010414966382086277, 0.04320158436894417, -0.04598337784409523, -0.0037663134280592203, 0.045279551297426224, 0.05225079134106636, -0.007616415619850159, -0.013112970627844334, 0.026008090004324913, -0.01412681769579649, -0.0537254773080349, 0.028471486642956734, -0.0008326527313329279, 0.06186976283788681, -0.022103525698184967, -0.0192379429936409, -0.0023712273687124252, -0.017511891201138496, -0.054127663373947144, 0.06300929188728333, 0.027566565200686455, -0.00596158392727375, -0.00641823373734951, 0.026510825380682945, 0.022690048441290855, 0.012141019105911255, -0.02106454223394394, 0.004373783245682716, -0.041157133877277374, 0.049737121909856796, -0.0058107636868953705, -0.005831710994243622, 0.07688473910093307, -0.068975068628788, -0.030784061178565025, -0.03576112538576126, -0.01850060001015663, -0.05191563442349434, 0.006564864423125982, -0.026544339954853058, 0.025388052687048912, -0.03465510904788971, -0.0028530138079077005, 0.008881628513336182, 0.028907189145684242, 0.08137582987546921, -0.018400054425001144, -0.005890363361686468, 0.01910388097167015, -0.03602924942970276, 0.001134292921051383, 0.04209556803107262, -0.04155931994318962, 0.019673645496368408, -0.015676913782954216, 0.0036846192087978125, -0.07165630906820297, 0.00923354271799326, 0.04765915498137474, 0.039648931473493576, 0.026812463998794556, -0.05422820895910263, 0.025404810905456543, -0.020042316988110542, 0.013883829116821289, 0.037336356937885284, -0.008982175961136818, -0.0081107709556818, 0.0586857832968235, -0.027231410145759583, 0.021483486518263817, 0.001999413827434182, 0.031990621238946915, 0.03529190644621849, 0.056875940412282944, 0.06351202726364136, -0.04427408054471016, -0.017344312742352486, -0.007771425414830446, 0.03465510904788971, -0.0323592945933342, 0.0005029955646023154, -0.013004045002162457, 0.005584533791989088, 0.07400240004062653, -0.0372358113527298, -0.005902931559830904, -0.0437043160200119, 0.053222741931676865, -0.0016192215261980891, -0.006770147476345301, 0.08030333369970322, -0.01771298423409462, -0.026326488703489304, -0.011898031458258629, 0.048228919506073, -0.0192379429936409, 0.004658665508031845, 0.008739187382161617, -0.0025513735599815845, -0.02108130045235157, -0.06398124247789383, -0.014068164862692356, 0.039917055517435074, -0.012543206103146076, 0.024181490764021873, 0.054161179810762405, 0.015098769217729568, -0.04517900198698044, 0.07909677177667618, -0.030901364982128143, -0.046050406992435455, -0.07004756480455399, -0.023243054747581482, 0.0036008302122354507, 0.02262301743030548, 0.024533405900001526, -0.0522172749042511, 0.0006326065631583333, 0.02838769741356373, 0.02017637901008129, -0.005052473861724138, -0.02535453625023365, -0.0057521117851138115, 0.009359225630760193, 0.020126106217503548, 0.058719296008348465, -0.05057501047849655, 0.00824064388871193, -0.05422820895910263, -0.014998222701251507, -0.029292616993188858, 0.03954838588833809, -0.01801462471485138, 0.05007227882742882, 0.0227403212338686, 0.04172689840197563, 0.01818220317363739, 0.012962151318788528, -0.020092591643333435, -0.021634306758642197, -0.0571775808930397, 0.03606276586651802, -0.03190683200955391, -0.03807369992136955, -0.04028572887182236, -0.05590398982167244, 0.035191360861063004, -0.06404827535152435, 0.0504409484565258, 0.007122060749679804, 0.022388407960534096, 0.05731164291501045, 0.01090932171791792, 0.004859759006649256, -0.012099124491214752, -0.029728319495916367, -0.0030415388755500317, -0.0009677623747847974, 0.041492290794849396, -0.006912588607519865, -0.01489767525345087, 0.024030672386288643, 0.00984520185738802, 0.05607156828045845, 0.062104370445013046, -0.02064559794962406, -0.0014202226884663105, 0.03864346444606781, -0.01908712275326252, 0.021349424496293068, 0.022941414266824722, 0.08150989562273026, -0.04186096042394638, -0.03556003049015999, -0.01833302341401577, 0.03854291886091232, -0.02979535050690174, 0.04491087794303894, -0.035660579800605774, 0.022723563015460968, -0.018433568999171257, 0.034889720380306244, -0.014420079067349434, 0.008822976611554623, 0.007092734798789024, 0.0680031105875969, 0.0031169489957392216, -0.022639775648713112, -0.04786024987697601, -0.034487534314394, -0.017930835485458374, 0.017796773463487625, -0.01647290773689747, 0.009451393969357014, -0.021768370643258095, 0.07654958963394165, -0.07815833389759064, 0.02446637488901615, 0.04625150188803673, 0.031839802861213684, -0.041023071855306625, 0.04105658829212189, 0.009342468343675137, 0.02230461873114109, -0.03860994800925255, -0.05513313040137291, -0.06931021809577942, -0.04434111341834068, 0.04779321700334549, -0.008198749274015427, 0.04765915498137474, -0.03807369992136955, 0.004185257945209742, -0.03348206356167793, -0.04853055998682976, -0.012492932379245758, 0.023326843976974487, 0.040118150413036346, -0.017076188698410988, -0.004507845733314753, -0.03562706336379051, -0.025907544419169426, -0.040252212435007095, 0.027583323419094086, -0.045882828533649445, -0.004725696984678507, -0.06793608516454697, -0.029359648004174232, 0.009677624329924583, -0.093441441655159, -0.06451749056577682, 0.00855485163629055, -0.01865142025053501, 0.01237562857568264, 0.008408221416175365, -0.07138818502426147, 0.057043518871068954, 0.029208829626441002, 0.07467271387577057, 0.014520625583827496, -0.006334444973617792, -0.06096484139561653, -0.01032279897481203, 0.02336036041378975, 0.01742810197174549, -0.04718993604183197, 0.0011960873380303383, -0.04266533628106117, -0.014034649357199669, 0.011713695712387562, -0.03951486945152283, 0.060897812247276306, -0.029694804921746254, -0.014336289837956429, -0.015492577105760574, -0.01942227967083454, 0.010590923950076103, 0.017947593703866005, -0.010766880586743355, 0.029543984681367874, 0.07252771407365799, 0.04015166684985161, -0.10423345863819122, -0.07266177982091904, 0.006770147476345301, 0.026477308943867683, -0.02612539567053318, 0.09625674784183502, -0.029527226462960243, 0.009434635750949383, 0.07527599483728409, -0.01637236215174198, 0.05654078349471092, -0.005257756914943457, -0.017981108278036118, 0.04705587401986122, 0.021299151703715324, -0.010842290706932545, 0.005969963036477566, -0.04779321700334549, -0.012752678245306015, -0.04266533628106117, -0.002767130034044385, -0.04082197695970535, 0.05711054801940918, -0.06582459807395935, -0.018433568999171257, 0.060093436390161514, 0.006455938797444105, -0.02842121198773384, -0.041760414838790894, 0.030298085883259773, 0.01741134375333786, -0.0019857981242239475, 0.0008253211854025722, -0.027533048763871193, 0.008026981726288795, -0.0769517719745636, -0.02262301743030548, 0.0036008302122354507, 0.04387189447879791, -0.05778086185455322, -0.011035004630684853, 0.028907189145684242, 0.004759212490171194, -0.011839378625154495, -0.05724461376667023, 0.05251891538500786, 0.034286439418792725, -0.02689625322818756, -0.02000880241394043, -0.014537382870912552, 0.0001589371677255258, 0.02919207140803337, -0.014654687605798244, 0.020444504916667938, 0.031370583921670914, 0.021600792184472084, 0.06998053193092346, -0.006405665539205074, 0.028940703719854355, -0.008416600525379181, -0.05667484551668167, -0.01322189625352621, 0.0651542916893959, -0.017193492501974106, -0.020880207419395447, -0.021902432665228844, -0.023712273687124252, 0.018550874665379524, -0.037637997418642044, -0.012668889947235584, 0.02625945769250393, -0.012777815572917461, 0.05556883290410042, 0.00012476698611862957, -0.0010269383201375604, 0.0005765727255493402, 0.018115172162652016, -0.021617550402879715, 0.001550095621496439, -0.05855172127485275, 0.032325778156518936, 0.016707517206668854, -0.028923945501446724, 0.03142085671424866, 0.022639775648713112, 0.03904565051198006, -0.03403507173061371, 0.00808982364833355, -0.023879852145910263, 0.035828154534101486, 0.0013280549319460988, -0.012786193750798702, 0.01908712275326252, 0.010523892007768154, -0.004796917550265789, -0.05181508883833885, -0.012141019105911255, 0.008026981726288795, 0.03376694768667221, 0.09176565706729889, -0.0394478403031826, 0.009132996201515198, 0.04866462200880051, -0.010808775201439857, 0.022338135167956352, -0.015551229938864708, 0.0677349865436554, 0.06669600307941437, 0.024952350184321404, -0.020243410021066666, 0.019640130922198296, -0.0015333378687500954, 0.0012903498718515038, 0.0011154403910040855, -0.02076290175318718, 0.043938927352428436, 0.01557636633515358, 0.0026204995810985565, 0.04816189035773277, 0.00978654995560646, 0.006367960479110479, -0.01496470719575882, -0.02535453625023365, -0.0534573532640934, -0.006853936240077019, -0.0056515648029744625, 0.006543917115777731, -0.006690547801554203, -0.021031027659773827, 0.026628129184246063, -0.023896608501672745, 0.004646097309887409, -0.030800819396972656, -0.0067952838726341724, -0.03341503441333771, 0.03132031112909317, 0.053390320390462875, -0.005140452180057764, -0.06378015130758286, 0.001207608263939619, -0.0617021843791008, -0.004662855062633753, 0.03844236955046654, -0.0006640274659730494, 0.011060141958296299, -0.0906931608915329, -0.0025974574964493513, 0.03376694768667221, -0.010088189505040646, -0.02104778401553631, 0.009736276231706142, 0.00446595111861825, -0.029292616993188858, -0.007390185724943876, -0.0012610236881300807, 0.03559354692697525, 0.05419469252228737, 0.05161399394273758, 0.040855493396520615, -0.0049016536213457584, -0.02429879643023014, -0.01153773907572031, 0.0031923591159284115, -0.010037916712462902, -0.008140096440911293, -0.06153460592031479, 0.05389305576682091, 0.02354469522833824, -0.04708939045667648, -0.03284526988863945, -0.0006949246162548661, -0.0654224157333374, -0.073399119079113, -0.0021785127464681864, -0.06036156043410301, -0.002120907884091139, -0.00286558223888278, 0.03380046412348747, -0.03162195160984993, -0.041760414838790894, -0.0033075688406825066, -0.010104947723448277, 0.03680010885000229, 0.014084923081099987, 0.04001760482788086, 0.04608392342925072, -0.01895306073129177, 0.01359894685447216, -0.04236369580030441, 0.007440458983182907, -0.026678401976823807, -0.012735920958220959, 0.026929769665002823, -0.0019051512936130166, -0.03807369992136955, 0.03405183181166649, -0.027600081637501717, -0.015559608116745949, 0.03649846836924553, 0.06468506902456284, 0.02153376117348671, -0.03589518740773201, -0.06615975499153137, 0.04524603486061096, -0.016439393162727356, -0.02780117467045784, -0.009987642988562584, -0.038576435297727585, -0.02015962265431881, 0.02304196171462536, 0.03787260502576828, -0.018684936687350273, -0.09887096285820007, -0.07728692889213562, -0.030499178916215897, -0.02444961667060852, -0.028153087943792343, 0.02584051340818405, 0.02089696377515793, 0.014688203111290932, -0.02719789370894432, -0.010021158494055271, 0.011244477704167366, -0.018869271501898766, -0.0005713358987122774, 0.024868560954928398, 0.030465662479400635, -0.01953958347439766, -0.0052745146676898, 0.017000777646899223, -0.02838769741356373, 0.003481430932879448, 0.029812108725309372, 0.014487110078334808, 0.00986196007579565, 0.06669600307941437, -0.001436980557627976, -0.027281682938337326, -0.016146130859851837, -0.06093132495880127, 0.02703031525015831, -0.013967618346214294, -0.05228430777788162, -0.031990621238946915, -0.016724275425076485, 0.013950860127806664, -0.012727541849017143, -0.04139174148440361, 0.024818288162350655, -0.0359957329928875, 0.03700120002031326, -0.04594986140727997, -0.050943683832883835, -0.004859759006649256, 0.008714050985872746, -0.03403507173061371, 0.030666757375001907, 0.05054149776697159, -0.0037202294915914536, -0.014981464482843876, -0.015517713502049446, -0.021349424496293068, -0.026929769665002823, -0.053356803953647614, 0.01428601611405611, -0.023863093927502632, 0.0028467297088354826, 0.07936489582061768, 0.009602214209735394, -0.07862754911184311, 0.0035798829048871994, -0.03938080742955208, -0.00900731235742569, -0.010842290706932545, -0.014311153441667557, 0.02396363951265812, 0.07098600268363953, -0.02047801949083805, -0.08070551604032516, -0.01365759875625372, -0.015023359097540379, -0.010515513829886913, 0.012342113070189953, -0.05483148992061615, 0.046687204390764236, -0.10148517787456512, 0.015551229938864708, 0.015693670138716698, 0.018601147457957268, 0.008864871226251125, -0.006631895434111357, 0.024332311004400253, -0.002752467058598995, -0.0452125184237957, 0.005442092660814524, -0.03252687305212021, 0.06307632476091385, -0.03452104702591896, 0.04031924530863762, -0.020863449200987816, 0.03162195160984993, 0.004507845733314753, -0.03542596846818924, 0.009342468343675137, 0.02781793288886547, 0.023578211665153503, 0.02641027793288231, 0.05757976695895195, 0.010197115130722523, -0.014679824002087116, 0.049569543451070786, 0.036733075976371765, 0.06565701961517334, -0.0662267878651619, -0.016162889078259468, 0.03629737347364426, -0.023343602195382118, 0.014554141089320183, 0.027382230386137962, -0.06528834998607635, 0.015618260949850082, 0.029275860637426376, 0.028186604380607605, 0.030934881418943405, 0.016565075144171715, -0.0105490293353796, -0.05684242397546768, -0.025874027982354164, 0.03602924942970276, 0.0132973063737154, -0.0020612082444131374, -0.027918478474020958, -0.013540294952690601, 0.046486109495162964, 0.002842540154233575, -0.0028970029670745134, 0.06394772976636887, 0.03592870384454727, 0.023092234507203102, 0.013272169977426529, -0.0023544696159660816, -0.0154255460947752, 0.0876767560839653, 0.015383651480078697, 0.036263857036828995, -0.007536816410720348, -0.0006362723652273417, -0.10409939289093018, -0.029292616993188858, -0.042397208511829376, -0.02656109817326069, 0.03240956738591194, 0.03958190232515335, 0.05898742377758026, -0.05349086597561836, 0.052921101450920105, -0.007013135123997927, 0.01774650067090988, -0.02002555876970291, 0.045748766511678696, 0.02258950099349022, 0.04826243594288826, -0.04035275802016258, 0.005463039502501488, 0.0421961173415184, 0.012174534611403942, -0.0014579277485609055, 0.0018119360320270061, 0.07554411888122559, 0.035660579800605774, -0.044374629855155945, 0.09799955785274506, 0.026913011446595192, 0.02414797618985176, -0.026661643758416176, 0.01449548825621605, -0.0033096636179834604, -0.06863991171121597, 0.014369805343449116, 0.012844846583902836, 0.03938080742955208, -0.009761412627995014, -0.004951926879584789, 0.022036494687199593, -0.01834977976977825, -0.009493288584053516, 0.05406063050031662, 0.028169846162199974, -0.013615705072879791, 0.03264417499303818 ]
37,289
dataclass_csv.dataclass_writer
_apply_mapping
null
def _apply_mapping(self): mapped_fields = [] for field in self._fieldnames: mapped_item = self._field_mapping.get(field, field) mapped_fields.append(mapped_item) return mapped_fields
(self)
[ 0.07439593970775604, -0.033427417278289795, -0.0604376383125782, 0.010940046049654484, -0.039518311619758606, -0.017656346783041954, 0.05862487107515335, -0.07319951057434082, 0.0635918527841568, 0.020665539428591728, -0.009072897024452686, -0.0129159614443779, 0.028877371922135353, 0.0027622031047940254, 0.05532563477754593, -0.02251456119120121, -0.04778452590107918, 0.05847984924912453, -0.009979279711842537, -0.047929547727108, 0.03926452249288559, -0.02514307200908661, 0.03324613720178604, 0.011221025139093399, 0.021209368482232094, 0.03634596988558769, 0.020266730338335037, -0.027372775599360466, 0.07816649228334427, 0.006362810730934143, -0.014311792328953743, -0.0007438007742166519, -0.0035870119463652372, 0.01402174960821867, -0.025288093835115433, -0.055941976606845856, 0.013468855991959572, 0.008560789749026299, 0.0161880049854517, -0.031578391790390015, 0.04289005696773529, -0.03991711884737015, -0.0687401071190834, 0.007287321612238884, 0.002304479479789734, 0.001152239739894867, -0.044775333255529404, 0.011547323316335678, 0.07316325604915619, 0.002352064708247781, -0.034080009907484055, -0.007455002516508102, 0.00841576885432005, 0.056195762008428574, 0.039083246141672134, -0.01658681407570839, -0.04919848591089249, -0.015970474109053612, -0.010622812435030937, -0.011003493331372738, -0.023856008425354958, -0.024436093866825104, -0.058081042021512985, -0.08258964121341705, 0.019179070368409157, -0.03357243537902832, 0.013042855076491833, -0.018780261278152466, 0.003988086245954037, 0.005737406201660633, -0.045210398733615875, -0.019197197631001472, 0.013568557798862457, -0.011320726945996284, 0.001574840978719294, 0.05325908213853836, 0.057392191141843796, -0.0010202476987615228, 0.06011134013533592, -0.04241873696446419, -0.037669289857149124, 0.021608177572488785, -0.07831151783466339, 0.006856789346784353, 0.0007483327062800527, 0.012879705987870693, -0.020230473950505257, -0.006929300259798765, -0.006476108450442553, -0.05710214748978615, -0.011801110580563545, 0.007717853877693415, 0.006281236186623573, 0.053730402141809464, -0.06083644554018974, -0.008909747935831547, -0.06181534007191658, 0.011465748772025108, -0.05757346749305725, 0.08222708851099014, 0.004013012163341045, -0.02227890118956566, -0.02458111383020878, 0.023511582985520363, 0.058044783771038055, -0.05039491131901741, -0.014502132311463356, -0.07526607066392899, 0.009616727009415627, 0.03014630824327469, -0.024834901094436646, -0.01762915402650833, 0.03005567006766796, 0.021843837574124336, -0.025124944746494293, -0.043035078793764114, -0.019994815811514854, -0.021118730306625366, -0.014094259589910507, 0.0099067697301507, -0.009353875182569027, 0.02343907207250595, 0.004522852599620819, -0.014755919575691223, -0.021680688485503197, -0.01787387765944004, 0.030128180980682373, -0.007006342988461256, 0.04829210042953491, 0.028188519179821014, -0.0006118087330833077, 0.018327070400118828, -0.02405541203916073, -0.020846815779805183, 0.020991837605834007, -0.024726135656237602, 0.02933056280016899, 0.0031451499089598656, 0.0485096350312233, 0.0390469916164875, 0.024834901094436646, -0.014193962328135967, 0.06986401975154877, -0.0006877183332107961, 0.012671238742768764, 0.0031020967289805412, 0.05953125283122063, 0.08962317556142807, -0.03268418088555336, -0.04314384236931801, 0.01323319599032402, -0.0011782982619479299, -0.036382224410772324, 0.004323448054492474, -0.0744684487581253, 0.038358140736818314, -0.015100345015525818, -0.025469370186328888, -0.002417777432128787, -0.01997668668627739, 0.0004721690493170172, -0.03417064994573593, -0.07555610686540604, -0.030762648209929466, 0.039880864322185516, 0.002352064708247781, 0.04223746061325073, -0.0739971324801445, 0.04136733338236809, -0.03654537349939346, 0.002759937196969986, -0.03110707364976406, 0.030037542805075645, 0.02662954106926918, 0.023475326597690582, 0.04865465313196182, -0.047675762325525284, -0.02198885753750801, 0.029711244627833366, 0.0474582277238369, 0.008316067047417164, -0.01872587949037552, -0.00006511089304694906, -0.02614009380340576, 0.02695583924651146, 0.022786475718021393, -0.03538520261645317, 0.04666060954332352, -0.02570503018796444, 0.008542662486433983, 0.0704803615808487, -0.05684835836291313, 0.0037048417143523693, 0.00692023616284132, -0.028478562831878662, 0.02594069018959999, -0.021082475781440735, 0.01807328313589096, 0.00724200252443552, 0.05568818747997284, -0.05608699843287468, -0.06707236170768738, -0.05242520943284035, 0.05452801659703255, -0.08817296475172043, 0.004944320768117905, 0.018671495839953423, -0.017901070415973663, 0.0006718566291965544, -0.043433886021375656, 0.02962060645222664, -0.027952861040830612, -0.027499668300151825, -0.04394146054983139, 0.011918940581381321, -0.0017765111988410354, 0.022242646664381027, 0.0017753782449290156, 0.012254302389919758, 0.05286027118563652, -0.009444513358175755, 0.0071558961644768715, -0.037306737154722214, -0.021716943010687828, 0.05706589296460152, -0.0338987335562706, -0.0336630754172802, -0.01557166501879692, -0.009952088817954063, -0.020611155778169632, -0.02965686097741127, -0.0006508965161629021, -0.06602095812559128, 0.00817104522138834, 0.06170657277107239, 0.025106817483901978, 0.06141653284430504, -0.05641329661011696, 0.009145407006144524, 0.0007675933302380145, 0.0216263048350811, 0.03937328979372978, -0.03513141721487045, 0.014538387767970562, -0.03349992632865906, -0.034932009875774384, -0.012272429652512074, 0.037306737154722214, 0.019559750333428383, 0.012644046917557716, 0.014139579609036446, 0.04368767514824867, 0.01020587608218193, 0.07686129957437515, -0.015345068648457527, -0.028496690094470978, 0.0015805058646947145, 0.038358140736818314, -0.020448006689548492, -0.00023735912691336125, 0.05224393308162689, -0.047276951372623444, -0.023058390244841576, -0.05539814755320549, 0.05851610377430916, 0.014438685961067677, 0.04499286785721779, 0.039518311619758606, -0.007473130244761705, 0.030563244596123695, 0.09426385909318924, -0.024019157513976097, -0.027046477422118187, 0.02416417747735977, -0.01662306860089302, 0.018172984942793846, 0.019596006721258163, 0.014900941401720047, -0.01597953774034977, 0.033953119069337845, 0.01787387765944004, -0.004772108048200607, -0.02643013559281826, -0.008211832493543625, 0.011076003313064575, 0.007658938877284527, -0.02702835015952587, 0.05075746402144432, -0.016858728602528572, -0.03538520261645317, 0.002882298780605197, 0.02255081571638584, 0.013405408710241318, -0.030291330069303513, -0.03262979909777641, -0.011719536036252975, 0.00043081530020572245, -0.028659839183092117, 0.017901070415973663, -0.019795410335063934, -0.02936681918799877, 0.04470282420516014, 0.030762648209929466, 0.0313246063888073, -0.009535152465105057, -0.012109280563890934, -0.012634983286261559, 0.019759155809879303, 0.02876860462129116, 0.004058331251144409, -0.06910265982151031, 0.016233325004577637, -0.005501746665686369, -0.005954938009381294, -0.004022075794637203, -0.04720444232225418, -0.03781431168317795, 0.09687424451112747, 0.029711244627833366, 0.02231515571475029, -0.025161199271678925, 0.009299492463469505, -0.028949882835149765, 0.030526988208293915, 0.011819237843155861, 0.02643013559281826, 0.03241226449608803, -0.010695322416722775, 0.01961413398385048, -0.07968921959400177, -0.0045477780513465405, -0.023638475686311722, 0.0007375694112852216, 0.013414472341537476, -0.016849664971232414, -0.021880092099308968, 0.016632134094834328, -0.0009041173034347594, -0.027898477390408516, 0.008914279751479626, -0.06272172182798386, -0.0040877885185182095, -0.03119771182537079, 0.010885663330554962, -0.023547837510704994, 0.013568557798862457, -0.04901720955967903, 0.04923474043607712, -0.016940303146839142, -0.0026557031087577343, 0.038394395262002945, -0.10100734978914261, -0.006421725731343031, 0.0506124421954155, 0.0012077557621523738, -0.0011290137190371752, -0.01137511059641838, -0.014701536856591702, -0.015236303210258484, 0.08911560475826263, 0.07939917594194412, -0.07109670341014862, 0.0017107984749600291, -0.03785056620836258, 0.08026930689811707, 0.016169877722859383, -0.037705544382333755, 0.005710214842110872, 0.0175928995013237, -0.0032765755895525217, 0.021843837574124336, 0.012335876934230328, 0.016695579513907433, -0.02340281568467617, -0.027300264686346054, 0.00317234150134027, 0.03723422437906265, 0.05478180572390556, -0.08534505218267441, -0.018136728554964066, -0.05028614401817322, -0.030599499121308327, -0.014991579577326775, 0.04252750426530838, -0.016632134094834328, 0.031161457300186157, 0.0464068241417408, -0.06032887101173401, 0.035729628056287766, 0.008374981582164764, -0.048799674957990646, 0.006684576626867056, -0.05311406031250954, 0.004758512135595083, 0.030925797298550606, -0.02517932839691639, -0.020429879426956177, -0.02041175216436386, 0.05296903848648071, -0.05082997307181358, -0.003342288313433528, -0.07700632512569427, -0.06344682723283768, 0.0744684487581253, -0.03868443891406059, -0.0055742571130394936, 0.022985879331827164, 0.08483747392892838, 0.008982257917523384, 0.06250419467687607, 0.017601963132619858, 0.042273715138435364, 0.017166899517178535, -0.05978504195809364, -0.007300917524844408, 0.023638475686311722, 0.03538520261645317, -0.016070175915956497, 0.03262979909777641, 0.0014116920065134764, 0.043760184198617935, -0.04252750426530838, -0.05148256942629814, -0.004427682142704725, 0.011021620593965054, -0.05082997307181358, -0.015952344983816147, 0.053694143891334534, -0.022097624838352203, 0.0315602645277977, 0.003802277846261859, 0.001262138714082539, 0.0018172984709963202, -0.03507703170180321, 0.015018771402537823, -0.00918166246265173, 0.04006214067339897, 0.01925158128142357, 0.00005810058428323828, -0.026357626542448997, 0.053041551262140274, -0.0027622031047940254, 0.032702308148145676, -0.052642740309238434, 0.06605721265077591, 0.018535537645220757, -0.061235252767801285, 0.05148256942629814, -0.0037252353504300117, 0.017692601308226585, -0.005954938009381294, 0.032502904534339905, 0.02791660465300083, -0.040170907974243164, 0.05460052937269211, 0.06003882735967636, -0.0289317537099123, -0.06377312541007996, -0.004885405767709017, 0.036291588097810745, 0.009222449734807014, 0.002046160167083144, 0.037270478904247284, 0.024907412007451057, 0.003874788526445627, 0.03288358449935913, -0.021571921184659004, 0.004849150776863098, -0.014638089574873447, 0.029910648241639137, 0.0381043516099453, 0.0015759739326313138, 0.012816259637475014, -0.08447492122650146, -0.019577879458665848, 0.015136600472033024, 0.0400983951985836, 0.0720030888915062, 0.005809916649013758, -0.023547837510704994, 0.03719796985387802, -0.024871157482266426, 0.008615173399448395, -0.015055025927722454, -0.004155767150223255, -0.014692473225295544, 0.03360869362950325, -0.02053864486515522, -0.03998963162302971, -0.02856920100748539, -0.0026330433320254087, -0.028623584657907486, 0.06261295825242996, 0.026212604716420174, -0.02053864486515522, -0.005791789386421442, 0.01718502677977085, 0.03175967186689377, 0.0027554051484912634, 0.03360869362950325, -0.0018320272210985422, -0.02017609216272831, -0.02215200662612915, 0.03792307525873184, -0.005918683018535376, -0.012897834181785583, 0.000717742252163589, -0.0015907026827335358, -0.02708273194730282, -0.031451500952243805, -0.0427812896668911, -0.03817686438560486, -0.043433886021375656, 0.014973451383411884, 0.023747241124510765, -0.005714746657758951, -0.028587328270077705, -0.011565450578927994, -0.05322282761335373, 0.013251323252916336, -0.00479023577645421, 0.009471705183386803, -0.05427423119544983, -0.008964130654931068, -0.007885534316301346, 0.07432343065738678, 0.00018368424207437783, 0.013024727813899517, 0.006738959811627865, -0.06268546730279922, 0.027499668300151825, -0.05322282761335373, 0.011782982386648655, -0.044158995151519775, 0.0021843838039785624, 0.061597809195518494, 0.04564546048641205, -0.038394395262002945, -0.023130901157855988, 0.04753074049949646, 0.04071473702788353, 0.010613747872412205, -0.003113426500931382, -0.0089414706453681, 0.051301293075084686, -0.00936293974518776, -0.07461347430944443, -0.058044783771038055, 0.02691958285868168, -0.04249124974012375, -0.041983675211668015, -0.003580213990062475, -0.02537873201072216, -0.0029502776451408863, 0.021082475781440735, -0.00767706660553813, -0.02202511392533779, -0.0385756716132164, -0.03955456614494324, -0.024001028388738632, 0.040207162499427795, -0.038394395262002945, 0.03301047906279564, 0.0016768090426921844, -0.06119899824261665, 0.0027214158326387405, -0.014474941417574883, 0.07475849241018295, -0.04249124974012375, -0.019741028547286987, 0.0004005081136710942, 0.008057747036218643, -0.027010221034288406, 0.002156059257686138, 0.05431048572063446, -0.011692344211041927, -0.010541237890720367, -0.08418487757444382, 0.019741028547286987, -0.07077040523290634, -0.009186194278299809, 0.028587328270077705, 0.029801882803440094, 0.029511839151382446, -0.05184512212872505, -0.07831151783466339, -0.01369545143097639, 0.008619705215096474, 0.06203287094831467, -0.015589792281389236, -0.04423150420188904, -0.006711767986416817, -0.01658681407570839, 0.018707750365138054, -0.039482057094573975, -0.007346236612647772, -0.044775333255529404, 0.046334315091371536, -0.035965289920568466, -0.04292631149291992, 0.0022500965278595686, -0.03571150079369545, 0.015762005001306534, 0.03607405349612236, 0.023384688422083855, -0.025723157450556755, 0.04002588614821434, 0.007110577076673508, -0.0018932081293314695, 0.06525959819555283, -0.0583348274230957, -0.023819752037525177, 0.06685483455657959, -0.013767962343990803, 0.009988343343138695, -0.046334315091371536, -0.0056467680260539055, -0.0004721690493170172, 0.11086880415678024, -0.005107469856739044, -0.05608699843287468, -0.03562086448073387, -0.027662817388772964, 0.03188656270503998, -0.0028755010571330786, -0.0013335164403542876, 0.01948724128305912, -0.029765626415610313, 0.03406188264489174, 0.03525830805301666, -0.072474405169487, -0.003942767158150673, 0.04865465313196182, -0.00272368174046278, 0.016976559534668922, 0.06750742346048355, -0.019668517634272575, -0.02343907207250595, -0.03562086448073387, -0.02429107204079628, 0.024508604779839516, -0.04691439867019653, 0.02521558292210102, -0.008837237022817135, 0.022732092067599297, 0.002236500848084688, -0.010804088786244392, -0.05710214748978615, 0.034932009875774384, 0.0050032357685267925, -0.0563407838344574, -0.0068431938998401165, -0.021082475781440735, 0.02300400845706463, 0.030853286385536194, -0.026085710152983665, -0.0849824994802475, -0.027209626510739326, 0.006208725273609161, -0.026248859241604805, -0.03301047906279564, -0.012372131459414959, 0.02853294648230076, -0.11601705849170685, 0.006290299817919731, 0.012154599651694298, 0.00956234335899353, 0.03853941708803177, 0.029239924624562263, 0.03426128625869751, 0.002977469004690647, -0.009344811551272869, 0.023638475686311722, -0.0026398412883281708, 0.006249512545764446, 0.06272172182798386, 0.057392191141843796, 0.04006214067339897, 0.04365142062306404, -0.002293149707838893, 0.0077631729654967785, -0.051265038549900055, -0.02106434665620327, 0.07011780887842178, 0.02905864827334881, -0.017611026763916016, 0.004500193055719137, -0.03969958797097206, 0.04923474043607712, 0.05851610377430916, 0.042708780616521835, -0.0646432563662529, 0.04894469678401947, -0.000960766279604286, 0.0009443380986340344, 0.041983675211668015, 0.03901073709130287, -0.05387542396783829, 0.02577754110097885, 0.065694659948349, -0.012780004180967808, -0.010314641520380974, 0.010341833345592022, -0.04216495156288147, -0.010305577889084816, -0.008103066124022007, 0.007550172507762909, 0.05383916571736336, -0.009417322464287281, -0.01527255866676569, 0.00001264864931727061, 0.01916094310581684, 0.019179070368409157, 0.03386247903108597, 0.02577754110097885, -0.019505368545651436, 0.006965555716305971, 0.05507184937596321, 0.017058134078979492, -0.017810432240366936, 0.0658034235239029, 0.02606758289039135, 0.011175706051290035, 0.06228666007518768, -0.023149028420448303, -0.02731839194893837, -0.07403338700532913, -0.027825966477394104, -0.07113295793533325, 0.016432728618383408, 0.01321506779640913, 0.014348047785460949, -0.06562215089797974, 0.011909876018762589, -0.04107728973031044, -0.019831666722893715, 0.021898219361901283, 0.018064219504594803, -0.07707883417606354, 0.04959729313850403, -0.03659975528717041, -0.020157964900135994, 0.028677966445684433, 0.10499543696641922, 0.009861449711024761, 0.010622812435030937, 0.0676887035369873, 0.021861964836716652, -0.016532430425286293, -0.012825323268771172, 0.03090767003595829, 0.0516638457775116, -0.023475326597690582, -0.015453835017979145, -0.041331078857183456, -0.015752941370010376, 0.006444385275244713, -0.0432526096701622, -0.02916741371154785, 0.005932278465479612, 0.009698301553726196, 0.020429879426956177, -0.05325908213853836, 0.03901073709130287, 0.07109670341014862, -0.011891748756170273, 0.03337303176522255, 0.008592513389885426 ]
37,290
dataclass_csv.dataclass_writer
map
Used to map a field in the dataclass to header item in the CSV file :param propname: The name of the property of the dataclass to be mapped
def map(self, propname: str) -> HeaderMapper: """Used to map a field in the dataclass to header item in the CSV file :param propname: The name of the property of the dataclass to be mapped """ return HeaderMapper(lambda header: self._add_to_mapping(header, propname))
(self, propname: str) -> dataclass_csv.header_mapper.HeaderMapper
[ 0.02407141402363777, -0.014219964854419231, -0.0009712146711535752, -0.027744533494114876, -0.03865690529346466, -0.05891255661845207, -0.020344801247119904, 0.044897645711898804, -0.006316517014056444, -0.0058752079494297504, 0.012436896562576294, -0.021931732073426247, 0.04846378043293953, 0.050139863044023514, 0.02569400519132614, 0.030989715829491615, -0.016689512878656387, 0.05342070758342743, 0.007649360224604607, 0.00602231128141284, -0.004127801861613989, 0.021468134596943855, 0.03801500424742699, -0.0489630363881588, 0.001450971351005137, 0.0419020913541317, -0.03730177506804466, 0.008438367396593094, 0.05630927532911301, -0.05623795464634895, -0.03553653880953789, -0.03466283529996872, -0.05281446501612663, 0.012820256873965263, 0.009976263158023357, 0.009022322483360767, 0.019631575793027878, -0.010591422207653522, -0.016707343980669975, 0.023251201957464218, 0.07060948014259338, -0.009637480601668358, -0.05912652239203453, 0.0012158292811363935, -0.0016638250090181828, 0.01829427480697632, -0.0866570919752121, 0.003936121705919504, 0.06426175683736801, -0.001800898346118629, -0.061444513499736786, 0.020451785996556282, 0.02112935110926628, 0.022038716822862625, -0.007252627518028021, -0.006552773527801037, 0.020701415836811066, 0.0034435493871569633, -0.0027949586510658264, 0.06736429780721664, -0.0075646648183465, -0.010662744753062725, 0.0046315183863043785, -0.06657974421977997, 0.009940601885318756, -0.04282928630709648, 0.011260072700679302, -0.014638985507190228, -0.007742971181869507, 0.016725175082683563, -0.009414597414433956, -0.0012548338854685426, 0.05006853863596916, 0.023019403219223022, 0.009557242505252361, 0.052600495517253876, -0.05110272020101547, -0.06754260510206223, 0.0881548672914505, -0.02847559005022049, 0.00017301327898167074, -0.0003763944550883025, -0.09015189856290817, -0.012196183204650879, -0.02018432691693306, -0.015236313454806805, 0.015806894749403, -0.02542654424905777, -0.023465169593691826, 0.018026813864707947, -0.036428071558475494, 0.030026858672499657, -0.005081743001937866, 0.0354473851621151, -0.016323983669281006, -0.05987541377544403, 0.036303259432315826, 0.057450439780950546, -0.04468367621302605, 0.06707900762557983, 0.008991118520498276, 0.011411633342504501, 0.023162048310041428, 0.008202111348509789, -0.009566158056259155, -0.07931084930896759, 0.012695441953837872, -0.020451785996556282, 0.011268987320363522, -0.010653829202055931, -0.03712346777319908, -0.0576644092798233, -0.02360781654715538, 0.024731148034334183, 0.05673721432685852, -0.030597440898418427, 0.04036865383386612, -0.025943635031580925, -0.0358218289911747, -0.000317051715683192, 0.04068960249423981, 0.001847703824751079, -0.020487448200583458, 0.013488907366991043, -0.01943543739616871, -0.04379214346408844, 0.049070023000240326, -0.05067478492856026, 0.07303445041179657, 0.011260072700679302, 0.023447340354323387, 0.003994071390479803, -0.014237795025110245, -0.061373189091682434, 0.06640143692493439, 0.042223043739795685, 0.034698497503995895, 0.04172378405928612, 0.02646072395145893, 0.03858558461070061, 0.04008335992693901, -0.03115019202232361, 0.00808621197938919, -0.030151674523949623, 0.0491056852042675, -0.03997637704014778, 0.01696588844060898, 0.048606425523757935, -0.04949795827269554, -0.022609297186136246, -0.015592927113175392, -0.037087809294462204, 0.0018844796577468514, 0.0238039530813694, -0.020219987258315086, -0.010404200293123722, -0.05342070758342743, -0.010172400623559952, -0.0067444536834955215, 0.020683584734797478, 0.06604482978582382, -0.03972674906253815, -0.02571183629333973, 0.031649451702833176, -0.012526050209999084, -0.004500017035752535, 0.004515619017183781, -0.06640143692493439, 0.02922447957098484, -0.04464801400899887, 0.0024717776104807854, -0.046502403914928436, -0.001232545473612845, 0.048035841435194016, 0.0053358301520347595, 0.027173951268196106, -0.04229436442255974, 0.07114440202713013, 0.008857388980686665, -0.006049057003110647, 0.05819932743906975, 0.026888661086559296, -0.021307658404111862, 0.05409827455878258, -0.012579542584717274, 0.030543949455022812, 0.022145699709653854, 0.05263615772128105, 0.011010442860424519, 0.037658389657735825, 0.024641994386911392, -0.09314745664596558, -0.035839661955833435, 0.02246665209531784, 0.04008335992693901, -0.039084844291210175, 0.01931062340736389, 0.024124905467033386, 0.01290940959006548, 0.06725731492042542, -0.04236568883061409, 0.02255580574274063, -0.034698497503995895, 0.021735595539212227, -0.037765372544527054, -0.0015434679808095098, 0.07446090877056122, 0.0016203627455979586, -0.063227578997612, -0.03139981999993324, 0.020630093291401863, -0.025747496634721756, -0.012606288306415081, 0.02779802493751049, 0.02180691808462143, -0.0519585907459259, -0.01694805733859539, -0.044790659099817276, 0.03523341566324234, 0.00946808885782957, 0.05456187203526497, 0.02400009147822857, -0.012454727664589882, -0.009797956794500351, 0.09378936141729355, -0.023554323241114616, -0.06048165634274483, -0.06665106862783432, -0.013052055612206459, -0.03084707073867321, -0.0005187612259760499, -0.02075490728020668, 0.000568631396163255, 0.00310476659797132, 0.03705214709043503, -0.03419923782348633, -0.015512689016759396, -0.020344801247119904, -0.07759910821914673, -0.0029977825470268726, 0.04004770144820213, 0.04036865383386612, -0.0072793737053871155, 0.005028250627219677, -0.008603301830589771, -0.04004770144820213, -0.03350384160876274, 0.06123054400086403, -0.014808377251029015, 0.03505511209368706, 0.024677656590938568, 0.053563352674245834, 0.016315069049596786, 0.03444886580109596, -0.005474017933011055, -0.05227954313158989, -0.06526027619838715, 0.01827644370496273, -0.0263537410646677, -0.01666276715695858, -0.03958410397171974, -0.07000323385000229, 0.04486198350787163, -0.040226005017757416, 0.0383002944290638, -0.008977745659649372, -0.011260072700679302, 0.023750461637973785, 0.024338873103260994, 0.030936224386096, 0.0567728728055954, 0.0001880579220596701, 0.0027704413514584303, -0.01750972494482994, -0.002886340720579028, -0.039191827178001404, -0.044041771441698074, -0.0662231296300888, 0.03396743908524513, 0.04093923419713974, 0.01281134132295847, -0.031863417476415634, -0.041937749832868576, -0.00413894560188055, 0.011313564144074917, 0.019667236134409904, 0.016796497628092766, 0.09293348342180252, -0.01970289833843708, 0.00352378748357296, -0.03168511390686035, -0.012008960358798504, -0.06925434619188309, -0.0026077365037053823, 0.006646384950727224, -0.039370134472846985, -0.006896014325320721, -0.003033443819731474, 0.005300168413668871, -0.03560785949230194, -0.00271472055464983, -0.001241460908204317, 0.058128006756305695, -0.004321710206568241, -0.08715634793043137, 0.01761670783162117, -0.034787651151418686, 0.015156075358390808, -0.013720706105232239, -0.004553508944809437, 0.013212531805038452, 0.07574471086263657, -0.07157233357429504, 0.017768269404768944, 0.029349293559789658, 0.004225870594382286, -0.06700768321752548, 0.075388103723526, 0.052136898040771484, 0.030989715829491615, -0.0710374191403389, -0.029081834480166435, -0.005175353959202766, -0.03075791709125042, 0.058983877301216125, 0.010582506656646729, 0.005737020168453455, -0.028546912595629692, -0.001532323774881661, -0.013355176895856857, -0.011170919053256512, 0.01702829636633396, 0.04725129157304764, 0.001738491002470255, -0.015976285561919212, 0.01437152549624443, 0.00119019765406847, 0.006129295099526644, -0.005942073184996843, 0.012615203857421875, 0.0009255235781893134, -0.02371479943394661, -0.025783158838748932, -0.02075490728020668, -0.022805435582995415, -0.04814282804727554, -0.054312240332365036, 0.021592948585748672, 0.0021563975606113672, 0.04036865383386612, 0.06750693917274475, -0.038799554109573364, 0.04657372832298279, 0.03407442197203636, 0.06340588629245758, -0.03608928993344307, 0.009053526446223259, -0.042330026626586914, -0.02474897913634777, 0.0461101308465004, 0.03514426201581955, -0.07146535068750381, -0.016127847135066986, -0.03191691264510155, 0.01471030805259943, 0.030401304364204407, -0.056879859417676926, 0.04682335630059242, -0.007430934347212315, 0.02485596388578415, -0.039940714836120605, 0.011117426678538322, -0.003675348125398159, -0.03787235543131828, 0.011268987320363522, 0.004290506709367037, 0.053919967263936996, 0.04322155937552452, -0.0925055518746376, -0.04343552887439728, -0.009107017889618874, -0.01437152549624443, -0.007386357989162207, 0.07000323385000229, -0.03286193683743477, -0.0037734168581664562, 0.06276398152112961, -0.00433285441249609, 0.034787651151418686, 0.010404200293123722, -0.021878240630030632, -0.009539412334561348, -0.031613789498806, -0.029688077047467232, -0.009396766312420368, -0.04561087116599083, -0.02913532592356205, -0.03131067007780075, 0.0045223054476082325, -0.04493330419063568, 0.013774197548627853, -0.07431825995445251, 0.005527509842067957, 0.045753516256809235, -0.003731069155037403, -0.006860353052616119, 0.018258612602949142, -0.028778711333870888, 0.006182787008583546, -0.03246966376900673, 0.0273344274610281, 0.0046181450597941875, -0.021575119346380234, -0.053634677082300186, 0.007827667519450188, 0.025462206453084946, 0.05595266446471214, -0.036214105784893036, 0.019756389781832695, -0.0001511428417870775, -0.01856173388659954, 0.007145643699914217, -0.001377419801428914, -0.026603369042277336, 0.02457067184150219, -0.03341468796133995, -0.007921278476715088, 0.02457067184150219, -0.03453801944851875, 0.036338917911052704, -0.014130811206996441, -0.013292769901454449, -0.028261622413992882, -0.008870761841535568, 0.07367635518312454, 0.02161077968776226, 0.007974769920110703, -0.0006770085310563445, -0.014915361069142818, -0.0034992704167962074, 0.050603460520505905, -0.00961073487997055, 0.003267471445724368, -0.03705214709043503, -0.03655288740992546, -0.007466596085578203, -0.025212576612830162, -0.006316517014056444, 0.0354473851621151, -0.018811363726854324, 0.018597396090626717, 0.03887087479233742, 0.04350684955716133, -0.017090704292058945, 0.031381990760564804, -0.043471191078424454, 0.001166794914752245, -0.06814884394407272, 0.02819029986858368, 0.011884146369993687, 0.014647901058197021, 0.0024561756290495396, 0.04397044703364372, 0.005946530494838953, -0.023304695263504982, 0.01761670783162117, -0.011750415898859501, 0.006017853505909443, 0.0005850690649822354, -0.025248238816857338, 0.05277880281209946, 0.01452308613806963, -0.020808400586247444, -0.00985144916921854, -0.021004537120461464, 0.025301730260252953, -0.008741489611566067, 0.05349202826619148, -0.0022310633212327957, -0.00795693974941969, 0.02055877074599266, -0.015851471573114395, 0.053848642855882645, -0.00035104143898934126, 0.037373099476099014, 0.034716326743364334, 0.058413296937942505, -0.038050662726163864, 0.004225870594382286, -0.04839245602488518, 0.006989625282585621, 0.04721563309431076, 0.018704378977417946, 0.05295711010694504, 0.01893617771565914, 0.03402093052864075, 0.0687907487154007, 0.00813970435410738, -0.004961385857313871, -0.03665987029671669, 0.016208084300160408, -0.02505210041999817, -0.03457368165254593, -0.026442892849445343, 0.01724226400256157, -0.02321554161608219, -0.01000300981104374, 0.003679805900901556, -0.036035798490047455, -0.03255881741642952, -0.017937660217285156, -0.016600359231233597, -0.06340588629245758, 0.058805570006370544, 0.00946808885782957, -0.011589939706027508, -0.03573267534375191, 0.020826229825615883, -0.08087994903326035, 0.014835122972726822, 0.05067478492856026, 0.015958456322550774, -0.026157602667808533, -0.0680418610572815, -0.05424091964960098, 0.055168114602565765, 0.03139981999993324, 0.014264541678130627, 0.03189907968044281, 0.018312104046344757, -0.06793487817049026, -0.07021720707416534, -0.025783158838748932, 0.06354853510856628, 0.016065439209342003, 0.041474152356386185, -0.030936224386096, 0.024695487692952156, -0.024499349296092987, 0.030062520876526833, 0.020130833610892296, -0.01485295407474041, 0.009557242505252361, -0.060125041753053665, 0.05010420083999634, -0.006289771292358637, -0.04471933841705322, 0.024820301681756973, -0.0044130925089120865, -0.027066966518759727, -0.006561689078807831, -0.0191501472145319, -0.06732863187789917, -0.031649451702833176, 0.015780149027705193, 0.057272132486104965, -0.025069931522011757, -0.027191782370209694, -0.005148607771843672, -0.014808377251029015, 0.024535011500120163, 0.0384429395198822, 0.026514215394854546, 0.016127847135066986, -0.00805055070668459, 0.009298698045313358, 0.004707298707216978, 0.05409827455878258, -0.05595266446471214, -0.03815764933824539, 0.012454727664589882, 0.020897552371025085, -0.03744442015886307, 0.0645827129483223, -0.013203616254031658, 0.007404188625514507, 0.035661354660987854, 0.04857076331973076, 0.008647878654301167, -0.08901073783636093, -0.006864810362458229, 0.04767923057079315, -0.026068449020385742, -0.024641994386911392, -0.06986059248447418, -0.07624397426843643, -0.0590195395052433, 0.012187267653644085, 0.06857678294181824, -0.02171776443719864, -0.0638338252902031, -0.04710864648222923, -0.07531677931547165, 0.01789308339357376, -0.009387851692736149, 0.019667236134409904, 0.007890074513852596, 0.028689559549093246, -0.011393802240490913, -0.0018811364425346255, -0.00766273308545351, 0.035269077867269516, 0.0018967381911352277, 0.022324007004499435, 0.060517318546772, -0.03712346777319908, -0.017349248751997948, 0.0012815798399969935, -0.033379025757312775, 0.007836582139134407, -0.001691685407422483, 0.016154592856764793, 0.024909455329179764, 0.05342070758342743, -0.0010375224519520998, -0.04657372832298279, -0.029474109411239624, -0.06408344954252243, 0.023786121979355812, -0.023500831797719002, -0.02038046345114708, -0.03234484791755676, 0.007934651337563992, 0.03929881006479263, -0.012249674648046494, -0.03074008598923683, 0.036338917911052704, -0.06543858349323273, 0.04981891065835953, -0.05138801038265228, -0.020612262189388275, -0.017313586547970772, 0.050603460520505905, -0.05791403725743294, 0.010448776185512543, 0.07200027257204056, -0.009619650430977345, -0.008830642327666283, 0.012276421301066875, -0.05302843078970909, -0.02540871500968933, -0.023001572117209435, -0.0026077365037053823, 0.0046805525198578835, 0.006860353052616119, -0.0162972379475832, -0.005964361131191254, -0.03705214709043503, 0.03883521258831024, -0.07310577481985092, -0.0359644740819931, 0.015539434738457203, -0.005402694921940565, 0.0704311728477478, 0.04543256387114525, -0.06130186468362808, -0.07610132545232773, -0.013836605474352837, -0.001069840625859797, -0.009209544397890568, -0.01043094601482153, -0.04732261598110199, 0.03676685690879822, -0.0938606783747673, 0.029563261196017265, -0.025943635031580925, -0.007350696250796318, 0.017545385286211967, -0.018615227192640305, 0.022876758128404617, 0.005237761419266462, 0.032130878418684006, 0.0037154671736061573, -0.05520377680659294, 0.021271998062729836, -0.03997637704014778, 0.05627361685037613, -0.054133933037519455, 0.014630069956183434, 0.023465169593691826, -0.0016560241347178817, 0.012641949579119682, 0.015673164278268814, 0.05420525744557381, 0.012463643215596676, 0.05787837505340576, 0.013827689923346043, -0.05570303276181221, 0.05092441290616989, 0.03815764933824539, 0.08294830471277237, -0.02266279049217701, -0.025266068056225777, 0.038407277315855026, -0.011830653995275497, -0.00961073487997055, 0.0010938005289062858, -0.06319192051887512, -0.007422019261866808, 0.04471933841705322, -0.013925758190453053, -0.0040854536928236485, 0.028778711333870888, -0.005638951435685158, -0.03045479580760002, -0.02483813278377056, 0.04511161148548126, 0.03862124681472778, 0.023393847048282623, -0.02931363321840763, -0.004401948302984238, 0.04183076694607735, 0.021022368222475052, 0.029402785003185272, 0.07003889977931976, 0.0023157591931521893, 0.005344745237380266, 0.04742959886789322, -0.014166472479701042, 0.0041946666315197945, 0.07278481870889664, -0.023001572117209435, 0.03177426755428314, 0.01666276715695858, -0.01600303314626217, -0.06019636616110802, -0.07078778743743896, -0.04004770144820213, -0.03551870957016945, 0.0327371209859848, 0.04867774620652199, 0.04047563672065735, -0.07667191326618195, 0.0010659401305019855, 0.006566146854311228, -0.005402694921940565, 0.013578060083091259, 0.0026902032550424337, 0.03887087479233742, 0.06205075606703758, -0.07114440202713013, 0.018989671021699905, 0.035661354660987854, 0.03139981999993324, -0.015164990909397602, -0.012838087044656277, 0.08145052939653397, 0.07096609473228455, -0.013257107697427273, 0.045575208961963654, 0.007372984662652016, 0.012356659397482872, -0.02867172844707966, -0.011251157149672508, 0.007439849898219109, -0.033361196517944336, 0.004832113161683083, -0.013167954981327057, 0.0053224568255245686, -0.016511207446455956, 0.009200628846883774, 0.07267783582210541, -0.02922447957098484, -0.008674624375998974, 0.07624397426843643, 0.0319882333278656, 0.024998608976602554, 0.07139402627944946 ]
37,291
dataclass_csv.dataclass_writer
write
null
def write(self, skip_header: bool = False): if not skip_header: if self._field_mapping: self._fieldnames = self._apply_mapping() self._writer.writerow(self._fieldnames) for item in self._data: if not isinstance(item, self._cls): raise TypeError( ( f"The item [{item}] is not an instance of " f"{self._cls.__name__}. All items on the list must be " "instances of the same type" ) ) row = dataclasses.astuple(item) self._writer.writerow(row)
(self, skip_header: bool = False)
[ 0.026824796572327614, 0.03529384732246399, -0.03444693982601166, -0.03693242371082306, -0.021411968395113945, -0.05199260264635086, -0.03917856141924858, 0.04746350273489952, 0.007884501479566097, 0.04886273667216301, 0.026695918291807175, -0.028297673910856247, 0.032716307789087296, 0.0016098099295049906, -0.004510689992457628, 0.02058347500860691, 0.0016259195981547236, 0.03851576894521713, 0.048273585736751556, 0.046653419733047485, -0.031593240797519684, 0.06561672687530518, 0.011681766249239445, 0.008363187313079834, 0.031979870051145554, -0.04245571792125702, 0.034097131341695786, 0.025775369256734848, 0.0351649709045887, 0.008073214441537857, -0.030727922916412354, -0.0016190154710784554, -0.032845184206962585, -0.008680776692926884, -0.0003774250508286059, 0.041645634919404984, -0.03757680580019951, -0.013163849711418152, 0.06064576283097267, 0.05302361771464348, 0.002478577895089984, -0.01336637046188116, -0.018383361399173737, -0.031722117215394974, -0.03363685682415962, 0.02623564377427101, -0.015207468532025814, 0.024412957951426506, 0.01281404122710228, -0.028076741844415665, -0.05239764600992203, -0.0012611520942300558, 0.01419486477971077, 0.02601471357047558, 0.02032572031021118, -0.038883987814188004, 0.036472149193286896, -0.03650896996259689, -0.016661936417222023, 0.041019659489393234, -0.043781306594610214, 0.0008049049647524953, -0.008726803585886955, -0.03858941048383713, 0.030580636113882065, -0.03242173418402672, -0.06245004013180733, 0.00298488000407815, -0.020123200491070747, 0.07371755689382553, 0.04367084056138992, -0.012675958685576916, 0.05416509881615639, 0.07305476069450378, -0.011083409190177917, 0.025683315470814705, 0.006218308117240667, -0.016496237367391586, 0.0034428529907017946, -0.06742100417613983, -0.0012151246191933751, 0.031464360654354095, -0.08476414531469345, 0.05250811204314232, -0.011258313432335854, 0.042271606624126434, -0.013117821887135506, 0.0034957844763994217, -0.046027448028326035, 0.008712995797395706, -0.01583344116806984, -0.00020093856437597424, -0.028076741844415665, 0.0053437864407896996, -0.02726665884256363, -0.00010989052680088207, -0.01112023089081049, -0.02826085314154625, -0.06963032484054565, 0.10229139775037766, 0.004133264534175396, -0.022903257980942726, 0.029586441814899445, 0.036103930324316025, -0.021632900461554527, -0.05162438377737999, 0.0031482772901654243, 0.007125048898160458, 0.009375791065394878, 0.04875227063894272, -0.024136792868375778, 0.02711937204003334, 0.024394547566771507, -0.025020519271492958, 0.06175042316317558, -0.046137914061546326, -0.0022127695847302675, -0.008574913255870342, -0.024192025884985924, -0.014830043539404869, 0.05364959314465523, 0.01668955199420452, 0.05700039118528366, 0.017260292544960976, -0.05762636289000511, -0.03702447935938835, 0.010862477123737335, -0.00350268860347569, 0.0489363819360733, -0.033342283219099045, 0.005422033369541168, 0.01205919124186039, 0.02787422202527523, -0.025315094739198685, 0.006006581708788872, 0.04256618395447731, 0.009757818654179573, -0.03814754635095596, -0.01526270154863596, -0.03980453684926033, 0.050298795104026794, -0.0414247028529644, 0.004531402140855789, 0.041130125522613525, 0.030414937064051628, -0.0031045512296259403, -0.01356889121234417, 0.0652853325009346, 0.024044737219810486, -0.03706130012869835, -0.020767584443092346, 0.0022898653987795115, -0.04738985747098923, -0.008823461830615997, -0.05887831002473831, -0.012556287460029125, -0.04256618395447731, 0.0008135351235978305, -0.03579094260931015, -0.0025522219948470592, 0.014517056755721569, -0.05136663094162941, 0.0065681166015565395, 0.11481086164712906, -0.03984135761857033, 0.032458554953336716, -0.03481516242027283, -0.006508280988782644, 0.01870555430650711, -0.010264120995998383, 0.07946178317070007, -0.058068227022886276, 0.010153654962778091, 0.05291315168142319, -0.05714767798781395, 0.013651740737259388, 0.001146083464846015, -0.01237217802554369, 0.012390588410198689, -0.025149397552013397, 0.03326863795518875, -0.004660279024392366, -0.019441993907094002, 0.03533066809177399, -0.011322751641273499, -0.04116695001721382, -0.027542823925614357, -0.025407150387763977, 0.026327699422836304, 0.03406031057238579, 0.006646363064646721, -0.017913881689310074, -0.03617757186293602, -0.010291737504303455, 0.03689560294151306, 0.0045912377536296844, 0.011819847859442234, 0.02060188539326191, 0.022663915529847145, 0.0464324876666069, -0.04208749532699585, -0.015474427491426468, 0.04256618395447731, -0.031832583248615265, -0.023768573999404907, 0.016772402450442314, 0.027100959792733192, -0.04507007449865341, -0.05512246862053871, -0.046800706535577774, 0.06502757966518402, 0.01580582559108734, -0.05364959314465523, -0.01198554690927267, 0.060608942061662674, 0.036103930324316025, -0.01017206534743309, -0.06318648159503937, -0.019276294857263565, -0.02362128533422947, -0.020123200491070747, 0.0066371578723192215, -0.046911172568798065, -0.0028490989934653044, 0.07585322856903076, -0.026309289038181305, -0.016413386911153793, -0.06090351566672325, 0.00640702061355114, 0.004372607450932264, -0.0038617027457803488, 0.03921538591384888, -0.010696779005229473, 0.03542272374033928, -0.03337910398840904, 0.010899299755692482, -0.03553318977355957, -0.05979885905981064, -0.04562240466475487, -0.0010028230026364326, -0.01960769295692444, -0.01772977225482464, -0.024081559851765633, -0.05132981017231941, 0.014609111472964287, 0.017241882160305977, -0.004374908749014139, 0.05350230261683464, -0.004664881620556116, 0.05479107424616814, 0.03201669082045555, 0.05309726297855377, 0.04996739700436592, -0.02398950606584549, -0.01747201941907406, -0.049783285707235336, -0.0031897020526230335, 0.001579892123118043, -0.01647782512009144, 0.0064806644804775715, 0.014599906280636787, -0.03855258971452713, 0.01631212793290615, -0.04090919345617294, 0.04926778003573418, 0.02975214086472988, -0.0011886587599292397, 0.010126038454473019, 0.016882866621017456, 0.06602177023887634, -0.04761078953742981, -0.001964221242815256, -0.007654364220798016, -0.005656773224473, -0.00835398118942976, 0.00960132572799921, -0.009702585637569427, -0.025315094739198685, -0.029457565397024155, 0.02146720141172409, 0.04834723100066185, 0.008459844626486301, -0.003571729874238372, -0.03286359831690788, 0.00917327031493187, -0.01487607043236494, 0.0363800935447216, 0.10450071841478348, -0.03439170867204666, -0.034612640738487244, -0.030562223866581917, 0.023179421201348305, 0.029218222945928574, 0.010733600705862045, 0.007640555966645479, 0.039252206683158875, 0.0031298664398491383, -0.020878050476312637, 0.015419194474816322, -0.03807390481233597, -0.022516626864671707, 0.01680922321975231, 0.05788411572575569, -0.024044737219810486, -0.03954678028821945, -0.015354756265878677, -0.01412122044712305, 0.04286075755953789, -0.06090351566672325, 0.017619306221604347, 0.002826085314154625, 0.011359574273228645, -0.04558558389544487, 0.08270211517810822, -0.0017501936526969075, 0.005270142573863268, -0.025167807936668396, 0.055048827081918716, 0.00042776757618412375, 0.0051044439896941185, -0.05637441575527191, -0.022535037249326706, 0.026088356971740723, -0.023768573999404907, 0.038110725581645966, 0.03464946150779724, -0.030856799334287643, -0.028813181445002556, -0.008791242726147175, -0.020546652376651764, 0.04322897642850876, 0.0019780294969677925, -0.0010810696985572577, 0.08505871891975403, 0.03426283225417137, 0.02612517960369587, -0.0012461930746212602, 0.0015476729022338986, 0.0061032394878566265, 0.021283091977238655, -0.07894627749919891, 0.0033554008696228266, 0.009941928088665009, 0.0033139761071652174, -0.05239764600992203, -0.06569036841392517, -0.07820983976125717, 0.041130125522613525, 0.010006367228925228, 0.10936121642589569, 0.08513236790895462, -0.014342152513563633, 0.08336491137742996, 0.04341308772563934, 0.03529384732246399, -0.04109330475330353, -0.040872372686862946, -0.02448660135269165, -0.02459706738591194, 0.010282531380653381, 0.002694906899705529, -0.06001979112625122, 0.04256618395447731, 0.025167807936668396, -0.012123629450798035, -0.018889663740992546, -0.024320902302861214, 0.007088226731866598, 0.03818437084555626, 0.02472594380378723, -0.04043050855398178, -0.011175463907420635, 0.011203080415725708, -0.08829905092716217, 0.01846621185541153, 0.03788979351520538, 0.05077748000621796, 0.05600619688630104, -0.034354887902736664, -0.03669308125972748, -0.0288868248462677, -0.06605859100818634, 0.013642535544931889, 0.01896330714225769, -0.01909218542277813, -0.00015318510122597218, 0.029586441814899445, -0.011635738424956799, -0.010153654962778091, -0.014590700156986713, -0.046800706535577774, 0.01237217802554369, -0.07563230395317078, -0.0627814382314682, -0.02459706738591194, -0.0207307618111372, -0.030304471030831337, 0.012096012942492962, -0.05486471578478813, -0.014056782238185406, -0.0023704133927822113, -0.06613223254680634, -0.02334512025117874, 0.07007218152284622, 0.0065681166015565395, -0.0414615236222744, -0.03855258971452713, -0.011055792681872845, 0.032458554953336716, 0.02159607782959938, 0.07681060582399368, 0.04599062353372574, 0.022258874028921127, 0.005629156716167927, 0.017407581210136414, 0.04923095554113388, -0.0169380996376276, 0.023437175899744034, 0.030194004997611046, 0.05033561587333679, 0.0013808234361931682, 0.008639351464807987, -0.010346969589591026, 0.02222205139696598, -0.004197703208774328, -0.08336491137742996, -0.014599906280636787, 0.009877489879727364, 0.01261152047663927, -0.0041884975507855415, -0.005118252243846655, -0.021006926894187927, -0.039878178387880325, 0.04109330475330353, 0.043523553758859634, 0.030985677614808083, -0.009693380445241928, -0.03744792938232422, -0.02988101914525032, 0.00841842032968998, 0.0627814382314682, 0.0025315096136182547, -0.0364353284239769, -0.02977055311203003, 0.02085963822901249, 0.0181992519646883, 0.004464662168174982, -0.013099411502480507, -0.0008296447340399027, 0.05033561587333679, 0.05560115724802017, 0.01580582559108734, 0.014378974214196205, -0.049304600805044174, -0.036987654864788055, -0.042529359459877014, 0.03128025308251381, -0.09860920161008835, 0.05169802904129028, -0.012160451151430607, 0.08734168112277985, -0.012629931792616844, 0.04466503486037254, -0.009021379984915257, -0.0025246054865419865, -0.04234525188803673, -0.08307033777236938, -0.005426635965704918, 0.02323465421795845, -0.0066371578723192215, 0.03102249838411808, 0.027911042794585228, 0.021522434428334236, -0.06716325134038925, 0.000480123795568943, 0.06863612681627274, 0.013522863388061523, 0.03553318977355957, -0.038110725581645966, -0.033581625670194626, 0.001742138876579702, -0.013301932252943516, 0.030341293662786484, -0.046027448028326035, 0.02586742490530014, 0.04812629893422127, 0.02584901452064514, -0.03626962751150131, 0.02362128533422947, -0.023897450417280197, 0.02085963822901249, -0.05862055718898773, -0.02308736741542816, 0.009822256863117218, 0.016164839267730713, -0.028481783345341682, -0.012096012942492962, 0.0030585238710045815, -0.04462821036577225, -0.02098851650953293, 0.025830602273344994, -0.003000989556312561, 0.006581924855709076, -0.057847294956445694, 0.03164847195148468, 0.015097002498805523, 0.06175042316317558, 0.013753000646829605, -0.037116531282663345, -0.05361276865005493, -0.022001119330525398, 0.03676672279834747, -0.026438165456056595, 0.04672706499695778, 0.00561534846201539, 0.0029549619648605585, -0.04819994047284126, 0.031832583248615265, -0.013412398286163807, 0.011405601166188717, 0.026585452258586884, 0.005808663554489613, -0.04311851039528847, 0.041277412325143814, -0.03527543321251869, 0.07931449264287949, -0.04065144062042236, 0.02560967206954956, 0.03669308125972748, 0.005960554350167513, -0.03288200870156288, 0.014498645439743996, -0.01920265145599842, -0.021411968395113945, -0.0005425485433079302, -0.027064139023423195, 0.08071373403072357, 0.036601025611162186, 0.025167807936668396, 0.0326978974044323, 0.024928465485572815, -0.007700392045080662, -0.014112015254795551, -0.09234946966171265, -0.0012450424255803227, -0.022295694798231125, -0.008956940844655037, -0.01091771014034748, -0.015999140217900276, -0.03792661428451538, -0.052692219614982605, -0.03855258971452713, 0.0015971524408087134, 0.031040910631418228, 0.03877352178096771, 0.042124319821596146, -0.0301387719810009, 0.05434921011328697, 0.022185228765010834, 0.0029365511145442724, -0.009674969129264355, -0.030230827629566193, -0.017619306221604347, -0.03719017654657364, 0.06226592883467674, -0.007295350078493357, 0.0030654279980808496, -0.0050354027189314365, -0.04131423681974411, -0.024891642853617668, 0.0006955898134037852, 0.00038893191958777606, -0.050924766808748245, -0.026806384325027466, 0.01336637046188116, -0.05427556484937668, -0.0338946133852005, 0.06583765894174576, -0.017637716606259346, -0.09441149979829788, -0.05162438377737999, 0.05674263462424278, 0.020914871245622635, -0.07371755689382553, -0.006153869442641735, -0.05615348368883133, -0.006356390193104744, -0.043376266956329346, 0.012786424718797207, 0.020693939179182053, -0.009021379984915257, -0.004938744939863682, -0.03350798040628433, -0.045769691467285156, 0.05817869305610657, 0.0073275696486234665, 0.014498645439743996, -0.0067246099933981895, -0.03792661428451538, 0.00929754413664341, 0.0072585283778607845, 0.030691102147102356, 0.019791802391409874, 0.008777434006333351, 0.04006228968501091, -0.015419194474816322, -0.062081821262836456, 0.011074203997850418, -0.0033461954444646835, 0.005527896340936422, 0.027100959792733192, 0.07946178317070007, 0.025536026805639267, -0.03350798040628433, -0.05464378371834755, -0.009053599089384079, -0.007345980498939753, -0.02047300897538662, 0.02737712487578392, -0.010402202606201172, 0.041019659489393234, -0.0715818852186203, -0.00458433385938406, -0.02295849099755287, -0.05099841207265854, -0.018005937337875366, -0.026787973940372467, -0.004252936225384474, 0.05077748000621796, 0.012160451151430607, -0.025443973019719124, -0.008307954296469688, 0.02446819096803665, 0.013182261027395725, -0.04543829709291458, 0.043265800923109055, -0.07117684185504913, -0.04157198965549469, 0.02774534560739994, -0.04912048950791359, 0.0169380996376276, 0.03814754635095596, 0.003976771607995033, 0.007461049128323793, 0.01142401248216629, -0.015999140217900276, 0.02409997023642063, -0.0477580800652504, -0.000354411342414096, -0.03788979351520538, -0.06001979112625122, 0.017683744430541992, -0.01292450726032257, 0.01551124919205904, -0.0019883858039975166, 0.010613929480314255, -0.02826085314154625, 0.02851860597729683, 0.003755839541554451, -0.006508280988782644, 0.019644513726234436, -0.013771411962807178, 0.0753377228975296, -0.10877206176519394, -0.029181400313973427, 0.01933152787387371, -0.004832881968468428, 0.06631634384393692, 0.029218222945928574, -0.03507291525602341, -0.02323465421795845, 0.010006367228925228, 0.018539855256676674, -0.020896460860967636, 0.05622712895274162, -0.021632900461554527, -0.024265669286251068, -0.023547641932964325, -0.014038370922207832, 0.0022875641006976366, -0.02362128533422947, -0.0051826904527843, 0.006756829097867012, -0.03278995305299759, -0.019423581659793854, 0.012887684628367424, -0.023639695718884468, -0.011046587489545345, -0.006149266846477985, -0.02386062778532505, 0.03667467087507248, -0.05346548184752464, 0.04160881042480469, -0.025020519271492958, 0.023455586284399033, -0.011792232282459736, 0.06638998538255692, -0.03024923801422119, 0.007603734266012907, 0.046395666897296906, -0.050814300775527954, 0.00036275380989536643, 0.07338616251945496, 0.059062421321868896, 0.03903127461671829, 0.011525272391736507, 0.006140061188489199, 0.0402095764875412, -0.0031275649089366198, -0.018687143921852112, -0.011175463907420635, 0.04959917813539505, -0.01960769295692444, 0.03374732285737991, -0.02433931455016136, 0.006337979342788458, 0.036214396357536316, -0.012252505868673325, 0.02927345596253872, -0.007585323415696621, 0.014995741657912731, 0.01539157796651125, -0.01668955199420452, 0.03361844643950462, -0.03277154266834259, -0.05140345171093941, -0.12291169166564941, -0.034870393574237823, 0.008188283070921898, 0.04407588392496109, 0.061971355229616165, 0.01551124919205904, 0.009306749328970909, 0.0527290441095829, 0.008363187313079834, 0.027671700343489647, -0.04153516888618469, 0.04429681599140167, 0.040761906653642654, 0.06753146648406982, -0.05350230261683464, 0.03719017654657364, 0.057847294956445694, 0.009978750720620155, -0.04370766505599022, 0.0031045512296259403, 0.0527290441095829, 0.07080862671136856, -0.027579646557569504, 0.014139631763100624, 0.018493827432394028, 0.006149266846477985, -0.05924652889370918, 0.04002546891570091, 0.05011468380689621, 0.022166818380355835, 0.009035187773406506, -0.04190338775515556, -0.014102810062468052, -0.06311283260583878, 0.047168929129838943, 0.08424863964319229, -0.020785994827747345, 0.04819994047284126, 0.0313723087310791, 0.03847894445061684, -0.015446810983121395, 0.020767584443092346 ]
37,292
dataclass_csv.decorators
accept_whitespaces
The accept_whitespaces decorator tells the `DataclassReader` that `str` fields defined in the `dataclass` should accept values containing only white spaces. Usage: >>> from dataclasses import dataclass >>> from dataclass_csv import accept_whitespaces >>> @dataclass >>> @accept_whitespaces >>> class User: >>> firstname: str >>> lastname: str >>> brithday: datetime
def accept_whitespaces(_cls: Type[Any] = None) -> Callable[[F], F]: """The accept_whitespaces decorator tells the `DataclassReader` that `str` fields defined in the `dataclass` should accept values containing only white spaces. Usage: >>> from dataclasses import dataclass >>> from dataclass_csv import accept_whitespaces >>> @dataclass >>> @accept_whitespaces >>> class User: >>> firstname: str >>> lastname: str >>> brithday: datetime """ def func(cls): cls.__accept_whitespaces__ = True return cls if _cls: return func(_cls) return func
(_cls: Optional[Type[Any]] = None) -> Callable[[~F], ~F]
[ 0.0367082804441452, -0.007176268845796585, 0.04174592345952988, -0.04201206564903259, -0.040947504341602325, -0.01591135561466217, 0.003267341060563922, 0.011073315516114235, 0.07756073027849197, -0.007817856036126614, -0.0051612104289233685, -0.06417770683765411, 0.03241202235221863, -0.014171943068504333, -0.00422734534367919, 0.014780262485146523, -0.03009280376136303, 0.020796922966837883, 0.035662729293107986, 0.04132770374417305, -0.028952205553650856, 0.025321299210190773, 0.009538259357213974, 0.011529555544257164, -0.007456666324287653, 0.052505575120449066, 0.01113985013216734, 0.004895071033388376, 0.002568724099546671, 0.015502641908824444, 0.06140224635601044, 0.004852298181504011, -0.03838115558028221, 0.022108610719442368, 0.022735940292477608, -0.031290434300899506, 0.002692288951948285, 0.004754872061312199, -0.07900549471378326, -0.044673461467027664, -0.04699267819523811, 0.01701393537223339, -0.003664174349978566, -0.0007669340120628476, -0.004400811158120632, -0.012204409576952457, 0.07664825767278671, -0.018914934247732162, -0.05851272866129875, -0.04349484294652939, 0.0025711003690958023, 0.050148338079452515, 0.004804773256182671, 0.014761252328753471, 0.044863563030958176, -0.03760174661874771, -0.002742190146818757, 0.021177122369408607, 0.019361669197678566, -0.012204409576952457, 0.0155881866812706, -0.010122816078364849, 0.07299833744764328, -0.010151331312954426, 0.012955304235219955, 0.02121514268219471, -0.02292603999376297, -0.00962380412966013, 0.03416094183921814, 0.02216564118862152, -0.034065891057252884, -0.002853873884305358, 0.04741089791059494, 0.09345307946205139, 0.03950274735689163, -0.017897900193929672, -0.05908302962779999, -0.009096276946365833, -0.02777358703315258, -0.01740363985300064, 0.04166988283395767, -0.015255511738359928, -0.052201416343450546, 0.013059859164059162, 0.02326822094619274, -0.04714475944638252, -0.03416094183921814, 0.025321299210190773, -0.0669531598687172, 0.05866480991244316, -0.04273444414138794, 0.041898004710674286, -0.03847620636224747, -0.01106381043791771, -0.00912479218095541, 0.019447213038802147, 0.04330474138259888, -0.007508943788707256, 0.014086398296058178, 0.047943178564310074, 0.016643241047859192, 0.07999401539564133, 0.04615624248981476, 0.05056655779480934, -0.02370544895529747, -0.1309407651424408, -0.004084770102053881, -0.010122816078364849, -0.03874234855175018, 0.05714401230216026, 0.00022336731490213424, -0.030453994870185852, 0.014694717712700367, 0.029389435425400734, 0.06505216658115387, -0.08904276043176651, -0.04113760590553284, 0.0374876894056797, -0.010930740274488926, -0.05227745696902275, 0.04550990089774132, 0.011339454911649227, -0.02201356180012226, 0.02389555051922798, 0.033913809806108475, 0.016358090564608574, -0.0006837653345428407, 0.008160035125911236, 0.044217221438884735, 0.052961815148591995, -0.0008815879700705409, 0.0030463498551398516, -0.004876060876995325, -0.028267845511436462, 0.05900698900222778, 0.029408445581793785, 0.021633362397551537, 0.06721930205821991, -0.003419420914724469, -0.012270944193005562, 0.04877961799502373, 0.015103432349860668, 0.016110960394144058, -0.022070590406656265, -0.021120091900229454, -0.02682308666408062, -0.02948448434472084, 0.022850001230835915, -0.012670153751969337, 0.04535781964659691, -0.021291181445121765, 0.017907405272126198, 0.04357088357210159, 0.04083344340324402, -0.02450386993587017, 0.024617929011583328, -0.019000478088855743, -0.061554327607154846, 0.06843594461679459, 0.010835690423846245, -0.026252787560224533, -0.01670977659523487, 0.012223419733345509, 0.0052039832808077335, 0.0545586533844471, 0.07113535702228546, -0.02480802871286869, -0.054824791848659515, 0.011405990459024906, 0.021956531330943108, 0.04760099947452545, -0.0561174713075161, 0.028914185240864754, 0.056079450994729996, 0.0042083351872861385, 0.04665049910545349, 0.0036831842735409737, 0.017954928800463676, 0.077940933406353, 0.0016574329929426312, 0.03461718186736107, 0.010873710736632347, 0.022583860903978348, 0.019409192726016045, 0.0733024999499321, -0.002799220150336623, -0.005265765357762575, -0.013306988403201103, -0.01388679351657629, 0.025682488456368446, 0.017831364646553993, -0.05946322903037071, -0.04113760590553284, -0.007328348699957132, -0.008307362906634808, -0.06174442917108536, -0.03942670673131943, 0.020834941416978836, 0.014209962449967861, -0.008468947373330593, -0.00458853505551815, 0.017204035073518753, 0.04402712360024452, -0.036252040416002274, 0.012385004200041294, -0.022983070462942123, 0.004243978764861822, -0.01723255030810833, -0.08470848947763443, -0.03838115558028221, -0.012746194377541542, -0.04402712360024452, 0.0014899075031280518, 0.0036546692717820406, 0.04163186624646187, -0.028781116008758545, 0.06672504544258118, -0.01721354015171528, 0.008269342593848705, -0.003547738306224346, 0.08615324646234512, 0.04011106491088867, -0.07695241272449493, -0.0020447613205760717, 0.0825793668627739, -0.0734165608882904, -0.0468025803565979, -0.052961815148591995, 0.01894344948232174, -0.04630832001566887, -0.018990973010659218, 0.003155657323077321, -0.024446839466691017, 0.021158112213015556, 0.02138623222708702, -0.014171943068504333, 0.05657371133565903, 0.008763602934777737, 0.017327601090073586, -0.05364617332816124, -0.004151305183768272, -0.04201206564903259, -0.02916131541132927, -0.04243028536438942, 0.018819883465766907, -0.011938270181417465, -0.019884442910552025, 0.07398685812950134, -0.016120465472340584, -0.004569524899125099, -0.04387504234910011, 0.01591135561466217, -0.009419446811079979, 0.022108610719442368, -0.03794392943382263, -0.001798819750547409, -0.06813178211450577, 0.010959255509078503, -0.007261813618242741, -0.019751373678445816, -0.004189325030893087, -0.0218234620988369, 0.05786639079451561, 0.0576762892305851, 0.038590267300605774, 0.023743469268083572, -0.03132845461368561, -0.016937894746661186, 0.03264014050364494, -0.002478426555171609, -0.04870357736945152, 0.05440657213330269, -0.010398461483418941, -0.017907405272126198, -0.03168964385986328, -0.02697516791522503, -0.04243028536438942, -0.07596389204263687, 0.04163186624646187, -0.034408070147037506, -0.019409192726016045, -0.03699342906475067, -0.021595342084765434, -0.052201416343450546, 0.08303561061620712, -0.022108610719442368, -0.009913706220686436, -0.027830615639686584, 0.006387354340404272, -0.01697591505944729, -0.03931264579296112, -0.024370798841118813, 0.03146152198314667, -0.0018784240819513798, 0.05231547728180885, -0.012356489896774292, -0.008122015744447708, -0.026728037744760513, -0.024237729609012604, -0.07090724259614944, -0.021310191601514816, 0.01924760825932026, 0.037202537059783936, -0.002834863727912307, -0.023306239396333694, -0.0183541402220726, -0.07379675656557083, 0.01889592409133911, -0.02541634812951088, -0.005465370137244463, 0.0019865434151142836, 0.04908377677202225, -0.03916056826710701, 0.002803972689434886, 0.034370049834251404, 0.06444384157657623, -0.05011031776666641, 0.06942445784807205, -0.03490233048796654, 0.02307812124490738, -0.0005429726443253458, -0.06645890325307846, -0.00651091942563653, -0.005451112985610962, -0.04041522741317749, -0.011272920295596123, 0.03256410360336304, -0.01777433417737484, -0.004331900272518396, 0.037544719874858856, 0.020169593393802643, -0.017108986154198647, 0.008041223511099815, 0.01894344948232174, -0.00024742682580836117, 0.00810775812715292, -0.011291930451989174, 0.0059121050871908665, 0.026005657389760017, 0.023743469268083572, 0.05687787011265755, -0.002262188121676445, 0.03459817171096802, 0.00261387275531888, -0.0241616889834404, -0.005037645809352398, -0.05231547728180885, -0.000589606526773423, 0.06140224635601044, 0.06318918615579605, 0.05235349386930466, -0.029598545283079147, 0.04030116647481918, -0.02745041623711586, 0.04855149984359741, -0.044977620244026184, 0.02916131541132927, 0.02402861975133419, -0.027260316535830498, -0.061060067266225815, 0.05159309506416321, 0.010246381163597107, -0.019542263820767403, 0.003341004718095064, 0.003390905912965536, 0.0638735443353653, 0.013687188737094402, -0.010018261149525642, 0.01209985464811325, 0.035016391426324844, -0.0008572314400225878, 0.031746674329042435, 0.010902225971221924, -0.09117188304662704, -0.017631759867072105, 0.038134027272462845, -0.00032614002702757716, 0.007432903628796339, -0.07280823588371277, 0.0483233779668808, 0.0015243630623444915, 0.008815879933536053, 0.02887616492807865, -0.022678909823298454, 0.0010306976037099957, -0.0013176294742152095, -0.04395108297467232, 0.01792641542851925, -0.015426602214574814, -0.014048377983272076, -0.01270817406475544, 0.011358465068042278, -0.049540016800165176, -0.013782238587737083, -0.04744891822338104, -0.033761732280254364, -0.029104284942150116, 0.010426975786685944, 0.04870357736945152, 0.021956531330943108, -0.020397713407874107, -0.04691664129495621, 0.022412771359086037, 0.008929939940571785, -0.019713353365659714, 0.038324128836393356, 0.014324022457003593, -0.0452437624335289, 0.00565071776509285, 0.04357088357210159, 0.1092693880200386, -0.022716930136084557, 0.05117487534880638, 0.037031449377536774, 0.07421498000621796, -0.0022479305043816566, 0.012185399420559406, 0.0327732115983963, -0.008687562309205532, -0.01535056158900261, -0.03073914349079132, 0.0037093230057507753, -0.004424573853611946, 0.0733024999499321, -0.013839268125593662, 0.026880117133259773, 0.022869011387228966, -0.023458320647478104, 0.04478752240538597, -0.04121364653110504, -0.03442708030343056, -0.008991722017526627, -0.03999700769782066, -0.022203661501407623, 0.0093624172732234, -0.01396283321082592, 0.00020183256128802896, -0.013107383623719215, 0.023990599438548088, 0.043722961097955704, -0.0390084870159626, -0.04398910328745842, 0.02604367770254612, -0.0009029742213897407, -0.0749753788113594, -0.05071863532066345, -0.0005254478310234845, 0.043152663856744766, 0.057029951363801956, 0.003611896885558963, -0.005479627754539251, 0.057029951363801956, -0.05676381289958954, 0.032811231911182404, 0.013202433474361897, -0.033324502408504486, 0.061060067266225815, -0.07436705380678177, -0.010094301775097847, 0.0120808444917202, -0.004923585802316666, 0.012213914655148983, -0.02899022586643696, -0.024770008400082588, -0.03357163071632385, -0.001675254781730473, 0.0032293209806084633, -0.006701019126921892, 0.0076039936393499374, -0.030225874856114388, 0.01621551625430584, -0.006786564365029335, -0.0020922862458974123, -0.015540662221610546, 0.025853578001260757, 0.03459817171096802, -0.04307662323117256, 0.004835664760321379, -0.05832263082265854, 0.028971215710043907, 0.008383402600884438, 0.000059220554248895496, 0.00975212175399065, 0.022888019680976868, 0.004445959813892841, 0.0030748648568987846, 0.04151780530810356, -0.030301913619041443, 0.041593845933675766, 0.031594593077898026, 0.02197554148733616, 0.04022512584924698, 0.005270517896860838, -0.002088722074404359, -0.021310191601514816, -0.0035429857671260834, 0.023838520050048828, 0.04087146371603012, -0.026290807873010635, -0.00923409964889288, 0.004899823106825352, -0.0019057508325204253, -0.06345532834529877, 0.0038685316685587168, 0.013915307819843292, -0.004990120884031057, -0.014371547847986221, 0.024979118257761, -0.027564477175474167, -0.027051206678152084, -0.04288652166724205, -0.002960805082693696, 0.013325998559594154, 0.02307812124490738, 0.012346984818577766, -0.03212687373161316, -0.022869011387228966, -0.005907352548092604, -0.05832263082265854, 0.037981946021318436, -0.01490382757037878, 0.011177870444953442, -0.0032293209806084633, 0.019314143806695938, -0.036746297031641006, 0.06794168055057526, 0.04326672479510307, -0.014818282797932625, 0.025777537375688553, -0.020929992198944092, 0.0015647592954337597, -0.022241681814193726, 0.00507091311737895, -0.003942195326089859, -0.016491161659359932, 0.06307512521743774, 0.00515170581638813, -0.00044198211980983615, 0.030986273661255836, 0.0351114384829998, 0.02121514268219471, -0.024408819153904915, 0.00588358985260129, 0.01824958436191082, -0.009395684115588665, -0.029712604358792305, -0.0013105007819831371, -0.005213487893342972, -0.06524226814508438, 0.028172796592116356, -0.057182032614946365, -0.0530758760869503, -0.007551716174930334, -0.004759624600410461, 0.014400063082575798, 0.002763576339930296, 0.007447161246091127, 0.05132695659995079, 0.009053505025804043, 0.016814330592751503, -0.019618302583694458, -0.04615624248981476, 0.03009280376136303, 0.03834313899278641, -0.06813178211450577, -0.05645965039730072, 0.021956531330943108, 0.055433113127946854, -0.06805574148893356, 0.03653718903660774, -0.00217545498162508, 0.03326747193932533, 0.01708047091960907, 0.029560524970293045, -0.01857275329530239, -0.016244031488895416, 0.000564655929338187, 0.041707903146743774, -0.062010567635297775, -0.09421347826719284, -0.015711750835180283, 0.03874234855175018, -0.0888906866312027, -0.04478752240538597, -0.07999401539564133, -0.03530154004693031, -0.07128743827342987, -0.026956157758831978, -0.048589520156383514, -0.009295881725847721, 0.06577454507350922, 0.059957489371299744, -0.009837666526436806, -0.007437656167894602, 0.04022512584924698, -0.04490158334374428, 0.004971110727638006, 0.012860254384577274, 0.009210336953401566, -0.00019559491192921996, -0.0780930146574974, 0.04554792121052742, -0.006092699710279703, 0.000984954764135182, 0.07109733670949936, -0.060755908489227295, -0.01999850384891033, -0.0128697594627738, -0.020987022668123245, -0.05353211611509323, -0.0029726861976087093, 0.021899500861763954, 0.044711481779813766, 0.014010357670485973, 0.02528327889740467, 0.056383613497018814, -0.025321299210190773, -0.084176205098629, 0.011795694939792156, -0.05087071657180786, 0.019542263820767403, 0.008331125602126122, 0.018173543736338615, 0.01660522073507309, 0.005455865524709225, -0.004312890116125345, -0.03965482488274574, -0.02824883535504341, -0.03241202235221863, -0.10828086733818054, -0.020682862028479576, -0.03311539068818092, 0.04900773987174034, 0.0022847624495625496, -0.06288502365350723, 0.005722004920244217, -0.04729684069752693, 0.035016391426324844, -0.002708922605961561, -0.10044875741004944, -0.005826559849083424, 0.030130824074149132, -0.028191806748509407, 0.02043573185801506, 0.0025425853673368692, -0.06273294985294342, -0.05052853748202324, -0.04596614092588425, 0.016139475628733635, -0.045928120613098145, -0.05486281216144562, 0.05379825457930565, -0.0034598170313984156, 0.01740363985300064, 0.0561174713075161, -0.028419924899935722, -0.039388686418533325, -0.03317242115736008, 0.04646040126681328, -0.002630506409332156, 0.010940245352685452, -0.021804451942443848, 0.006458641961216927, -0.02307812124490738, -0.01186222955584526, -0.017175519838929176, -0.04224018380045891, 0.0093624172732234, 0.02980765514075756, -0.022355740889906883, -0.05056655779480934, 0.08927088230848312, -0.02138623222708702, -0.02857200615108013, -0.034103911370038986, -0.058588769286870956, 0.030492013320326805, -0.040453244000673294, 0.0062637897208333015, 0.0015647592954337597, 0.005745767615735531, -0.042658403515815735, 0.011044800281524658, -0.06790366023778915, -0.03246905282139778, 0.026480907574295998, -0.03838115558028221, -0.038932446390390396, 0.06041372939944267, -0.0034598170313984156, 0.036252040416002274, -0.011291930451989174, 0.033020343631505966, -0.0015528780641034245, 0.01701393537223339, -0.016263041645288467, 0.012594114057719707, 0.006202007178217173, 0.02935141511261463, 0.0311763733625412, -0.055166974663734436, 0.051555074751377106, -0.03446510061621666, 0.015645217150449753, 0.04630832001566887, -0.03070112317800522, -0.0037663530092686415, 0.04581405967473984, 0.04474950209259987, 0.0057315099984407425, 0.015835316851735115, 0.04201206564903259, 0.005365567747503519, 0.03887541592121124, 0.0016883241478353739, -0.020321672782301903, 0.03541560098528862, -0.02307812124490738, 0.04570000246167183, -0.020644841715693474, 0.023021090775728226, 0.02994072437286377, -0.0059501249343156815, 0.05117487534880638, -0.046384360641241074, 0.03695540875196457, -0.08402413129806519, -0.021861480548977852, 0.031727664172649384, -0.04224018380045891, 0.08060233294963837, 0.026766058057546616, -0.04087146371603012, 0.0889667272567749, 0.011624605394899845, -0.022089600563049316, -0.022070590406656265, -0.004918833263218403, 0.0027374376077204943, 0.0374496690928936, -0.03184172138571739, 0.04132770374417305, 0.0812106505036354, -0.003735461737960577, -0.005294280592352152, 0.00601190747693181, 0.044217221438884735, 0.06292304396629333, 0.007171516306698322, 0.014761252328753471, 0.005365567747503519, 0.002303772373124957, 0.008245580829679966, 0.017897900193929672, 0.04387504234910011, 0.023591389879584312, -0.0007598052616231143, -0.047182779759168625, -0.0006314879283308983, -0.014713727869093418, -0.017698295414447784, 0.026880117133259773, -0.0010075290920212865, 0.0011114899534732103, 0.045471880584955215, 0.013772733509540558, 0.041859984397888184, 0.05972936749458313 ]
37,295
dataclass_csv.decorators
dateformat
The dateformat decorator is used to specify the format the `DataclassReader` should use when parsing datetime strings. Usage: >>> from dataclasses import dataclass >>> from datetime import datetime >>> from dataclass_csv import dateformat >>> @dataclass >>> @dateformat('%Y-%m-%d') >>> class User: >>> firstname: str >>> lastname: str >>> brithday: datetime
def dateformat(date_format: str) -> Callable[[F], F]: """The dateformat decorator is used to specify the format the `DataclassReader` should use when parsing datetime strings. Usage: >>> from dataclasses import dataclass >>> from datetime import datetime >>> from dataclass_csv import dateformat >>> @dataclass >>> @dateformat('%Y-%m-%d') >>> class User: >>> firstname: str >>> lastname: str >>> brithday: datetime """ if not date_format or not isinstance(date_format, str): raise ValueError("Invalid value for the date_format argument") def func(cls): cls.__dateformat__ = date_format return cls return func
(date_format: str) -> Callable[[~F], ~F]
[ 0.030880073085427284, 0.02401127479970455, 0.033576421439647675, -0.027494877576828003, -0.005343492608517408, 0.008871378377079964, -0.026176225394010544, -0.004725989419966936, 0.045227792114019394, -0.03312375023961067, 0.0031071966513991356, 0.008236654102802277, 0.02908906899392605, 0.0018377481028437614, 0.018795710057020187, 0.019464876502752304, -0.037000980228185654, 0.06384637206792831, 0.01472166646271944, 0.026195906102657318, -0.037355244159698486, -0.01924838311970234, -0.016601238399744034, -0.04109470546245575, 0.021964412182569504, 0.051604557782411575, 0.03003377467393875, 0.024759165942668915, 0.017496740445494652, -0.019435355439782143, 0.0461331382393837, 0.004750591237097979, -0.03869357705116272, 0.04652676358819008, -0.00044436848838813603, -0.015262904576957226, -0.014239473268389702, 0.05735151842236519, -0.09478548914194107, 0.03345833346247673, 0.02727838233113289, 0.019336948171257973, -0.0005799854407086968, -0.00954054482281208, -0.014141065999865532, 0.0012596078449860215, -0.01398361474275589, 0.000004007388724858174, -0.06813690811395645, -0.02361764758825302, 0.0023568442557007074, 0.007001648191362619, 0.028400219976902008, -0.016010796651244164, -0.016109203919768333, -0.01368839479982853, 0.01700470596551895, 0.09880048781633377, 0.02889225445687771, -0.007355913054198027, -0.00708037381991744, -0.018795710057020187, 0.021767597645521164, 0.014485490508377552, -0.061838872730731964, 0.006799913942813873, -0.03341897204518318, -0.0023642247542738914, 0.006002818699926138, 0.014524852856993675, -0.014200109988451004, 0.061130341142416, 0.048573628067970276, 0.032651398330926895, 0.0011962584685534239, -0.007036090828478336, -0.08494480699300766, -0.012724007479846478, 0.016069840639829636, 0.037060026079416275, 0.032552991062402725, -0.027612965553998947, -0.09793450683355331, -0.03562328591942787, 0.03369450941681862, -0.06361019611358643, -0.0421181358397007, -0.005107316188514233, -0.026904435828328133, 0.07896166294813156, -0.029994411394000053, 0.007439558859914541, -0.003668115707114339, 0.007764301262795925, -0.035544559359550476, -0.013491581194102764, 0.0480225495994091, 0.05550146847963333, 0.005011369474232197, 0.057036615908145905, 0.020252132788300514, -0.015125134959816933, 0.007119736634194851, 0.015194019302725792, -0.030151862651109695, -0.07230935990810394, -0.024188406765460968, 0.02806563675403595, -0.017034227028489113, -0.04144896939396858, -0.021767597645521164, -0.04428308829665184, 0.009511022828519344, 0.03444240242242813, 0.053808871656656265, -0.03398973122239113, 0.012212291359901428, 0.02033085748553276, 0.0028168964199721813, -0.0395398773252964, 0.04731401801109314, 0.021669190376996994, -0.006947524379938841, 0.02010452188551426, 0.02361764758825302, -0.044007547199726105, -0.012153247371315956, 0.014111544005572796, 0.09793450683355331, 0.013019227422773838, 0.01621745154261589, 0.06845181435346603, -0.004479972179979086, -0.042000047862529755, 0.05412377417087555, -0.006750710774213076, -0.011661212891340256, 0.03585946187376976, -0.07108911871910095, 0.05695789307355881, 0.051840733736753464, 0.010106384754180908, 0.02355860359966755, -0.012084363028407097, -0.007178780622780323, -0.02385382354259491, 0.01018511038273573, 0.041960686445236206, -0.02934492565691471, 0.04829808697104454, 0.05026622489094734, 0.047628920525312424, 0.05333651974797249, 0.01586318574845791, 0.0007226754096336663, -0.06077607721090317, -0.037591420114040375, -0.02082289196550846, 0.04428308829665184, 0.02572355419397354, 0.035091888159513474, 0.018825232982635498, -0.004927723668515682, 0.06790073215961456, 0.027514558285474777, 0.05093539133667946, -0.011287267319858074, -0.0571153424680233, 0.013904890045523643, -0.002770153107121587, 0.0461331382393837, -0.019228700548410416, 0.025644827634096146, 0.047589559108018875, -0.013727757148444653, 0.07896166294813156, -0.0021981631871312857, 0.03824090585112572, 0.015223541297018528, 0.02694379910826683, 0.07167955487966537, 0.013412855565547943, -0.011749778874218464, 0.01983882300555706, 0.015105453319847584, 0.06187823414802551, -0.049636419862508774, 0.03076198510825634, -0.003788664238527417, 0.0510534793138504, 0.004032221157103777, -0.00807920377701521, -0.025113431736826897, -0.03741429001092911, -0.005186041817069054, -0.04955769702792168, -0.058020684868097305, -0.017122793942689896, 0.03007313795387745, 0.04247240349650383, 0.010549215599894524, 0.0940769612789154, 0.008384265005588531, -0.0801425501704216, 0.025743234902620316, 0.027396470308303833, -0.009038669988512993, -0.009314209222793579, -0.07274235039949417, -0.049597058445215225, -0.01498736534267664, -0.0711284801363945, -0.004602980799973011, 0.0510534793138504, -0.0018377481028437614, -0.04995132237672806, 0.09643872827291489, 0.004027300979942083, -0.026412401348352432, 0.01043112762272358, 0.035150930285453796, 0.005801084451377392, -0.0461331382393837, 0.011474240571260452, 0.08274049311876297, -0.057627059519290924, -0.029069386422634125, -0.07805632054805756, -0.020488308742642403, -0.07270298898220062, -0.02365700900554657, -0.032552991062402725, -0.0017110493499785662, 0.009875128977000713, 0.055186569690704346, -0.029955048114061356, 0.01057873759418726, 0.038103137165308, -0.05329715833067894, 0.03007313795387745, 0.013373492285609245, 0.00585520826280117, 0.037453651428222656, -0.03393068537116051, 0.05636744946241379, -0.019779779016971588, -0.015636850148439407, 0.06593259423971176, -0.05069921538233757, -0.00477027241140604, -0.061602696776390076, 0.041212793439626694, -0.014544534496963024, 0.02401127479970455, -0.07238809019327164, 0.005368094425648451, -0.04133088141679764, 0.01521370094269514, 0.019858505576848984, -0.006012659054249525, 0.010440967977046967, -0.07333279401063919, 0.01605015993118286, -0.013609669171273708, -0.026825711131095886, -0.03444240242242813, 0.0012768290471285582, -0.023794779554009438, 0.026412401348352432, 0.011405355297029018, -0.030506126582622528, 0.0591622069478035, 0.013845845125615597, -0.02227931283414364, -0.032946616411209106, -0.034068454056978226, -0.023873504251241684, -0.10454744845628738, 0.03739460930228233, 0.013747438788414001, 0.01197611540555954, -0.04444053769111633, -0.028124680742621422, 0.02668794058263302, 0.008595839142799377, -0.00020757697348017246, -0.010598419234156609, 0.048573628067970276, 0.014387083239853382, 0.043417107313871384, 0.020409584045410156, -0.04329901933670044, 0.022318676114082336, 0.017890367656946182, -0.005648553837090731, -0.024562353268265724, 0.04707784205675125, -0.044597990810871124, -0.002784914104267955, -0.05554083362221718, -0.01229101698845625, 0.02296816185116768, 0.007119736634194851, 0.015469558537006378, -0.04566078260540962, -0.03971701115369797, -0.03099816106259823, -0.06235058605670929, -0.07073485106229782, 0.004256096668541431, 0.04231495037674904, 0.04503098130226135, -0.08801509439945221, 0.0017479518428444862, 0.008989467285573483, 0.017290085554122925, -0.050384312868118286, 0.024463945999741554, 0.03800472989678383, 0.02145269513130188, 0.013363651931285858, -0.008310459554195404, 0.032887574285268784, -0.00501628965139389, 0.031037524342536926, 0.017378652468323708, -0.013117634691298008, 0.021826641634106636, -0.021590465679764748, 0.05475357919931412, -0.009481500834226608, -0.009948933497071266, 0.016817733645439148, 0.02141333371400833, -0.04475544020533562, 0.015154656954109669, 0.04353519529104233, -0.039165932685136795, 0.017782120034098625, 0.00245156092569232, 0.028911935165524483, 0.01957312412559986, -0.02027181349694729, -0.007444479037076235, -0.041212793439626694, -0.005594430025666952, -0.008581078611314297, 0.030447082594037056, 0.05144710838794708, 0.05994946137070656, 0.01736881025135517, -0.0013075812021270394, 0.0066277021542191505, 0.025644827634096146, 0.01714247465133667, -0.06971142441034317, 0.03591850399971008, -0.021669190376996994, -0.03131306171417236, -0.0275342408567667, -0.02277134731411934, -0.03678448498249054, 0.009717677719891071, -0.06057926267385483, -0.0012436166871339083, 0.04829808697104454, -0.014426445588469505, -0.01067714486271143, 0.057430244982242584, 0.014810232445597649, -0.02595973014831543, 0.04148833453655243, 0.03517061099410057, -0.08856617659330368, 0.027199655771255493, -0.049597058445215225, -0.0024060478899627924, 0.0180674996227026, -0.07207318395376205, 0.03345833346247673, -0.033871643245220184, -0.0361349992454052, 0.07160083204507828, -0.005707597825676203, 0.011523443274199963, 0.017654191702604294, -0.007690496277064085, 0.023696372285485268, -0.007129576988518238, -0.006745790597051382, -0.04227558895945549, -0.023440513759851456, -0.011621850542724133, -0.03007313795387745, -0.026569852605462074, -0.05030558630824089, -0.019366471096873283, 0.020940979942679405, 0.04188195988535881, 0.006386605557054281, -0.018874436616897583, -0.007375594228506088, 0.038673896342515945, -0.015745097771286964, 0.009860367514193058, 0.07876485586166382, 0.02385382354259491, -0.01065746322274208, -0.03404877334833145, 0.015833664685487747, 0.06471235305070877, -0.041370246559381485, -0.033576421439647675, 0.036371175199747086, 0.06557833403348923, 0.038673896342515945, -0.004632503259927034, 0.008743450045585632, 0.003323691664263606, 0.013324289582669735, -0.019090931862592697, 0.010401605628430843, -0.023775096982717514, 0.018333198502659798, -0.032651398330926895, 0.021275563165545464, 0.016739007085561752, 0.027258701622486115, -0.024857573211193085, 0.028872573748230934, -0.024818209931254387, 0.0067064277827739716, -0.05778450891375542, 0.015489240176975727, 0.014849595725536346, -0.05872921645641327, -0.0021563402842730284, 0.002570879179984331, -0.024286814033985138, 0.006106145679950714, 0.006918002385646105, -0.011415195651352406, 0.08840872347354889, -0.018539853394031525, -0.09100666642189026, -0.010588577948510647, 0.040386177599430084, 0.03688289225101471, 0.02194472961127758, -0.045621421188116074, 0.002178482012823224, 0.06333465874195099, -0.03365514799952507, 0.023597965016961098, 0.014298517256975174, -0.062232498079538345, 0.0310572050511837, -0.07722970843315125, 0.029167793691158295, 0.03438335657119751, -0.0007226754096336663, 0.003968256525695324, -0.042196862399578094, -0.0029768075328320265, -0.03804409131407738, -0.05979200825095177, 0.03365514799952507, -0.023283064365386963, -0.018874436616897583, -0.03351737558841705, 0.006150428671389818, -0.004908042028546333, -0.003178541548550129, -0.026727303862571716, 0.005146679002791643, 0.057627059519290924, -0.02306656911969185, -0.03162796422839165, -0.016729166731238365, 0.04274794086813927, -0.01596159301698208, -0.01368839479982853, 0.013403014279901981, 0.01635522022843361, 0.035446152091026306, -0.04034681245684624, 0.01684725470840931, -0.02072448469698429, 0.026333676651120186, 0.028242768719792366, -0.04995132237672806, 0.05774514749646187, 0.04955769702792168, -0.001755332457832992, 0.05967392027378082, -0.0029768075328320265, 0.022909117862582207, 0.01615840755403042, -0.013403014279901981, -0.049203429371118546, -0.004878520034253597, -0.0025610385928303003, -0.020803211256861687, -0.000015155041182879359, 0.0033286120742559433, -0.04270857945084572, 0.01638474315404892, -0.016325699165463448, 0.01569589413702488, -0.08116597682237625, -0.007405116222798824, 0.04987259954214096, -0.00504335155710578, 0.057627059519290924, -0.008379343897104263, -0.05569828301668167, -0.017516421154141426, 0.01261575985699892, -0.024896936491131783, 0.03231681510806084, 0.02174791693687439, 0.05254926532506943, 0.052037548273801804, -0.026018774136900902, -0.036961618810892105, 0.04294475540518761, 0.10336656868457794, 0.0009096484282054007, 0.049006618559360504, 0.028970981016755104, -0.010362242348492146, -0.02277134731411934, 0.02141333371400833, 0.04503098130226135, -0.012645281851291656, 0.0315098762512207, -0.044007547199726105, 0.02046862803399563, -0.026569852605462074, 0.018598897382616997, 0.01067714486271143, 0.01934678852558136, 0.028970981016755104, -0.008089044131338596, 0.020842572674155235, -0.011956433765590191, 0.03481634706258774, -0.010736188851296902, -0.019888026639819145, -0.03763078525662422, -0.01858905702829361, -0.058020684868097305, -0.019632168114185333, 0.05758769437670708, 0.014751188457012177, 0.007001648191362619, -0.01366871315985918, 0.06128779426217079, -0.0034565411042422056, -0.03231681510806084, -0.043023481965065, 0.040582988411188126, 0.04262985289096832, 0.029364608228206635, -0.02806563675403595, -0.008950104005634785, 0.03452112898230553, 0.05168328434228897, -0.08777891844511032, -0.00501628965139389, -0.010952684096992016, 0.014318198896944523, 0.01690629869699478, 0.029620464891195297, -0.023676691576838493, 0.03648926317691803, -0.007380514871329069, -0.012300857342779636, -0.02286975458264351, -0.06892416626214981, -0.0017836244078353047, -0.03694193437695503, -0.05967392027378082, -0.052824802696704865, -0.06821563839912415, 0.006485012359917164, -0.038811665028333664, 0.022554852068424225, -0.025743234902620316, -0.04231495037674904, 0.008423627354204655, -0.007616691291332245, 0.008320299908518791, -0.0027873744256794453, 0.022515490651130676, -0.037650465965270996, 0.001954606268554926, -0.005053192377090454, 0.007070532999932766, -0.021767597645521164, -0.04526715725660324, 0.0691603422164917, -0.034068454056978226, 0.035485513508319855, 0.006421047728508711, -0.03770950809121132, 0.014701984822750092, 0.010450808331370354, 0.0019103231607005, -0.0421181358397007, -0.028045956045389175, 0.06199632212519646, 0.04243303835391998, 0.039559558033943176, 0.021275563165545464, -0.0002727715182118118, -0.05652490258216858, -0.0641612708568573, -0.030643897131085396, -0.03707970678806305, 0.043574556708335876, 0.04109470546245575, 0.0650666207075119, 0.02934492565691471, 0.013540783897042274, -0.009875128977000713, -0.01957312412559986, -0.0781744122505188, 0.0007940203649923205, -0.05656426399946213, 0.024503309279680252, 0.02302720583975315, 0.04164578393101692, -0.04581823572516441, -0.028970981016755104, -0.009333890862762928, -0.03393068537116051, 0.004718609154224396, 0.02355860359966755, -0.0730966180562973, -0.014652782119810581, 0.01736881025135517, 0.020015954971313477, -0.041015978902578354, -0.013550625182688236, -0.047195930033922195, -0.0004532866005320102, -0.08565333485603333, 0.04365328326821327, -0.026195906102657318, -0.00006415665848180652, 0.01937631145119667, 0.006229154299944639, 0.041960686445236206, 0.0018611197592690587, -0.0451490692794323, -0.0178018007427454, -0.037355244159698486, 0.027986912056803703, -0.01156280655413866, -0.005619031842797995, -0.016640599817037582, 0.011966274119913578, -0.02194472961127758, -0.06774328649044037, -0.04581823572516441, -0.03621372580528259, 0.006396445911377668, -0.0006116601289249957, -0.005555067211389542, -0.04806191101670265, 0.06951460987329483, 0.02714061178267002, -0.02527088299393654, 0.0450703427195549, -0.0531003437936306, 0.016069840639829636, 0.008354743011295795, 0.048809804022312164, 0.02223995141685009, 0.055186569690704346, 0.010736188851296902, -0.0022756587713956833, 0.005845367442816496, -0.05247053876519203, 0.00093671033391729, 0.010706666857004166, -0.02674698457121849, 0.030506126582622528, -0.008384265005588531, 0.05857176333665848, -0.01133647095412016, -0.011838345788419247, -0.09840685874223709, -0.0008567547192797065, -0.039106886833906174, -0.037197794765233994, 0.06333465874195099, -0.027986912056803703, 0.014003296382725239, -0.05947710573673248, 0.06443681567907333, 0.01881539262831211, 0.049006618559360504, 0.006780232768505812, -0.039165932685136795, -0.002081305021420121, 0.035741373896598816, 0.015636850148439407, -0.02786882407963276, 0.03583977743983269, -0.021964412182569504, 0.048416174948215485, 0.006937683559954166, 0.03932338207960129, -0.028872573748230934, 0.004935103934258223, -0.004027300979942083, 0.03806377574801445, -0.02532992698252201, 0.050030048936605453, -0.005358253605663776, 0.009353572502732277, -0.0022867294028401375, -0.035544559359550476, -0.07388386875391006, -0.08888107538223267, 0.0250740684568882, 0.02674698457121849, -0.052982255816459656, 0.06616877764463425, 0.051801372319459915, -0.02875448577105999, 0.026077818125486374, 0.05813877284526825, -0.016739007085561752, -0.0250347051769495, 0.011897389777004719, 0.02973855286836624, 0.033635467290878296, -0.07097102701663971, 0.05833558738231659, -0.02361764758825302, -0.0013899969635531306, 0.028970981016755104, 0.0035155850928276777, -0.0010584888514131308, 0.01075587049126625, -0.0011821123771369457, 0.001591730979271233, -0.017122793942689896, -0.03395036607980728, -0.051801372319459915, -0.033241838216781616, 0.08856617659330368, -0.032789167016744614, -0.021806960925459862, -0.005505864042788744, 0.030565170571208, -0.031568922102451324, -0.01238942425698042, 0.01173009816557169, -0.03371419012546539, -0.037355244159698486, 0.02395223081111908, 0.003894451539963484, -0.009530704468488693, 0.029896004125475883 ]
37,306
micropip._commands.mock_package
add_mock_package
Add a mock version of a package to the package dictionary. This means that if it is a dependency, it is skipped on install. By default a single empty module is installed with the same name as the package. You can alternatively give one or more modules to make a set of named modules. The modules parameter is usually a dictionary mapping module name to module text. .. code-block:: python { "mylovely_module":''' def module_method(an_argument): print("This becomes a module level argument") module_value = "this value becomes a module level variable" print("This is run on import of module") ''' } If you are adding the module in non-persistent mode, you can also pass functions which are used to initialize the module on loading (as in `importlib.abc.loader.exec_module` ). This allows you to do things like use `unittest.mock.MagicMock` classes for modules. .. code-block:: python def init_fn(module): module.dict["WOO"]="hello" print("Initing the module now!") ... { "mylovely_module": init_fn } Parameters ---------- name : Package name to add version : Version of the package. This should be a semantic version string, e.g. 1.2.3 modules : Dictionary of module_name:string pairs. The string contains the source of the mock module or is blank for an empty module. persistent : If this is True, modules will be written to the file system, so they persist between runs of python (assuming the file system persists). If it is False, modules will be stored inside micropip in memory only.
def add_mock_package( name: str, version: str, *, modules: dict[str, str | None] | None = None, persistent: bool = False, ) -> None: """ Add a mock version of a package to the package dictionary. This means that if it is a dependency, it is skipped on install. By default a single empty module is installed with the same name as the package. You can alternatively give one or more modules to make a set of named modules. The modules parameter is usually a dictionary mapping module name to module text. .. code-block:: python { "mylovely_module":''' def module_method(an_argument): print("This becomes a module level argument") module_value = "this value becomes a module level variable" print("This is run on import of module") ''' } If you are adding the module in non-persistent mode, you can also pass functions which are used to initialize the module on loading (as in `importlib.abc.loader.exec_module` ). This allows you to do things like use `unittest.mock.MagicMock` classes for modules. .. code-block:: python def init_fn(module): module.dict["WOO"]="hello" print("Initing the module now!") ... { "mylovely_module": init_fn } Parameters ---------- name : Package name to add version : Version of the package. This should be a semantic version string, e.g. 1.2.3 modules : Dictionary of module_name:string pairs. The string contains the source of the mock module or is blank for an empty module. persistent : If this is True, modules will be written to the file system, so they persist between runs of python (assuming the file system persists). If it is False, modules will be stored inside micropip in memory only. """ if modules is None: # make a single mock module with this name modules = {name: ""} # make the metadata METADATA = f"""Metadata-Version: 1.1 Name: {name} Version: {version} Summary: {name} mock package generated by micropip Author-email: {name}@micro.pip.non-working-fake-host """ for module_name in modules.keys(): METADATA += f"Provides: {module_name}\n" if persistent: # make empty mock modules with the requested names in user site packages site_packages = Path(site.getsitepackages()[0]) # should exist already, but just in case site_packages.mkdir(parents=True, exist_ok=True) dist_dir = site_packages / f"{name}-{version}.dist-info" dist_dir.mkdir(parents=True, exist_ok=False) metadata_file = dist_dir / "METADATA" record_file = dist_dir / "RECORD" installer_file = dist_dir / "INSTALLER" file_list = [metadata_file, installer_file] metadata_file.write_text(METADATA) installer_file.write_text(MOCK_INSTALL_NAME_PERSISTENT) for module_name, content in modules.items(): if not content: content = "" content = dedent(content) path_parts = module_name.split(".") dir_path = Path(site_packages, *path_parts) dir_path.mkdir(exist_ok=True, parents=True) init_file = dir_path / "__init__.py" file_list.append(init_file) init_file.write_text(content) with open(record_file, "w") as f: for file in file_list: f.write(f"{file},,{file.stat().st_size}\n") f.write(f"{record_file},,\n") else: # make memory mocks of files INSTALLER = MOCK_INSTALL_NAME_MEMORY metafiles = {"METADATA": METADATA, "INSTALLER": INSTALLER} _add_in_memory_distribution(name, metafiles, modules) importlib.invalidate_caches()
(name: str, version: str, *, modules: Optional[dict[str, str | None]] = None, persistent: bool = False) -> NoneType
[ 0.05059601739048958, -0.00869681779295206, 0.019610470160841942, -0.0061339144594967365, 0.04810834676027298, 0.0021767120342701674, -0.048268839716911316, 0.09822288155555725, -0.044818200170993805, 0.028186917304992676, 0.002801137510687113, 0.02654184401035309, -0.013642066158354282, 0.030674587935209274, 0.027143700048327446, 0.019580377265810966, 0.09966733306646347, 0.02634122595191002, -0.01643066480755806, -0.03095545433461666, 0.033744052052497864, 0.07964559644460678, 0.018497036769986153, 0.06744798272848129, 0.00028729214682243764, 0.009970746003091335, 0.010672911070287228, 0.00044198791147209704, 0.03448634222149849, -0.045660797506570816, -0.02666221559047699, -0.07150048017501831, 0.04401572793722153, 0.08233388513326645, 0.039401497691869736, -0.04614228382706642, 0.03711444512009621, 0.003786676563322544, -0.08819194883108139, -0.006560229230672121, 0.054528143256902695, 0.057978782802820206, 0.07234307378530502, -0.025598937645554543, -0.018888244405388832, 0.061108432710170746, -0.020091954618692398, 0.016721563413739204, 0.010321828536689281, 0.009273596107959747, 0.05031515285372734, 0.04570092260837555, 0.05653432756662369, -0.007698739878833294, 0.0029340474866330624, 0.05938311293721199, 0.05569173023104668, 0.004290730692446232, 0.028768710792064667, 0.006244254764169455, 0.00568753806874156, 0.02359274961054325, -0.005165929440408945, -0.07543260604143143, -0.03619160130620003, 0.047225624322891235, -0.02236897684633732, -0.057537421584129333, 0.04578116908669472, -0.021847369149327278, -0.05039539933204651, -0.028668401762843132, 0.030233226716518402, -0.021606625989079475, 0.08024744689464569, 0.04590154066681862, 0.0032324676867574453, -0.07864250242710114, 0.046182408928871155, -0.04883057251572609, -0.061108432710170746, -0.03254033997654915, -0.04034440591931343, 0.027464689686894417, -0.027745556086301804, 0.037315063178539276, 0.014765530824661255, 0.004506395664066076, 0.07583384215831757, -0.01101396232843399, -0.05163923278450966, 0.021546440199017525, 0.02764524705708027, 0.06676588207483292, 0.005376579239964485, -0.06455907225608826, 0.021145204082131386, -0.016530975699424744, -0.026100482791662216, 0.06945417076349258, -0.0363922193646431, -0.008912482298910618, -0.032680775970220566, 0.029089700430631638, -0.023171450942754745, 0.00606369785964489, -0.03133662790060043, -0.01963053271174431, 0.002592995762825012, -0.0025666644796729088, -0.07960546761751175, -0.03761599212884903, -0.03368386626243591, -0.05019478127360344, 0.006319486536085606, -0.005033019930124283, 0.014655190519988537, -0.05561148375272751, 0.038819704204797745, 0.041287314146757126, 0.010472292080521584, 0.007162084802985191, 0.04020397365093231, -0.015828808769583702, 0.08012708276510239, -0.009017807431519032, 0.006871188059449196, -0.005085682030767202, 0.04875032603740692, -0.041688550263643265, 0.048589833080768585, -0.03175792843103409, 0.013030179776251316, 0.049312058836221695, -0.007914404384791851, -0.005752739030867815, 0.015036365948617458, -0.0076034460216760635, 0.03603110462427139, 0.02327175997197628, -0.04915156215429306, -0.007091868668794632, -0.01895846053957939, 0.04850958287715912, 0.019740872085094452, -0.05825964733958244, 0.0028237071819603443, -0.02620079182088375, -0.07715792208909988, -0.01105408649891615, 0.0418490469455719, -0.06463932245969772, -0.04293238744139671, 0.024154482409358025, -0.04176879674196243, 0.0019811089150607586, 0.020743966102600098, -0.0009341304539702833, -0.0075683374889194965, 0.008927528746426105, 0.0030569264199584723, -0.03587061166763306, 0.04546017944812775, 0.016721563413739204, -0.03239990770816803, 0.015236984938383102, 0.012157488614320755, -0.05605284497141838, -0.0021641734056174755, 0.05637383460998535, 0.017704593017697334, 0.012197612784802914, 0.03486751765012741, -0.027023328468203545, 0.012909808196127415, -0.018266325816512108, -0.03494776412844658, -0.040765706449747086, -0.0019823627080768347, -0.025318071246147156, -0.030213166028261185, -0.01949010044336319, -0.06688625365495682, 0.034586649388074875, -0.01075315847992897, 0.04393547773361206, -0.021365882828831673, 0.03697401285171509, 0.010371983051300049, 0.011706097051501274, -0.01955028437077999, 0.022710029035806656, 0.07057763636112213, -0.001122210407629609, 0.01535735558718443, -0.008415951393544674, -0.044617582112550735, 0.009228456765413284, -0.025277946144342422, 0.009805235080420971, -0.08425982296466827, -0.016209984198212624, 0.04249102622270584, 0.004290730692446232, 0.035168446600437164, -0.026100482791662216, -0.022188419476151466, 0.010532477870583534, -0.02770543284714222, -0.014845778234302998, 0.025318071246147156, 0.027103576809167862, 0.0012563741765916348, -0.007718801498413086, -0.01156566385179758, 0.0021253034938126802, 0.02497701905667782, 0.004747138358652592, 0.010723065584897995, -0.033403001725673676, -0.012819530442357063, 0.051920101046562195, -0.03324250504374504, 0.07844188064336777, -0.02254953421652317, 0.004787262063473463, 0.005948342382907867, -0.005807909183204174, 0.026080422103405, 0.02066371776163578, 0.05717630684375763, 0.03571011498570442, 0.03442615643143654, -0.04862995445728302, -0.043774984776973724, -0.08265487104654312, -0.009398982860147953, 0.05701581388711929, 0.012478478252887726, -0.009735018946230412, 0.02953106164932251, 0.05091700702905655, 0.04297250881791115, 0.02796623669564724, -0.0442163459956646, -0.026361286640167236, -0.05645408108830452, -0.03424559906125069, 0.0026506735011935234, 0.0032424984965473413, 0.03869933262467384, 0.02921007201075554, 0.03175792843103409, 0.04770711064338684, 0.021927615627646446, -0.020643657073378563, 0.051197875291109085, -0.03454652801156044, 0.01637047901749611, -0.029831990599632263, 0.008952606469392776, -0.06114855781197548, -0.04537993296980858, -0.003563488367944956, -0.02158656343817711, -0.05320405960083008, 0.004187913611531258, 0.02144613116979599, -0.056293588131666183, 0.026220854371786118, 0.03869933262467384, 0.0024600860197097063, -0.01727326400578022, -0.04995403811335564, 0.009785173460841179, -0.014494695700705051, 0.012047148309648037, -0.033744052052497864, -0.04132743552327156, 0.03629190847277641, -0.003678844077512622, 0.01643066480755806, 0.036933887749910355, 0.051077503710985184, -0.012328014709055424, 0.03859902545809746, -0.022910647094249725, 0.058701008558273315, 0.03017304092645645, 0.007608461193740368, 0.024214668199419975, 0.03450640290975571, -0.028527969494462013, -0.02796623669564724, -0.06845107674598694, 0.021747058257460594, -0.09862411767244339, 0.02654184401035309, 0.031176134943962097, -0.07069800049066544, -0.01870768703520298, -0.0002256959560327232, 0.0008557638502679765, 0.04413609951734543, 0.008290564641356468, -0.00994065310806036, 0.023632874712347984, -0.06171029061079025, -0.03926106542348862, 0.020583471283316612, 0.033021826297044754, 0.054207153618335724, 0.006224192678928375, 0.003144697053357959, 0.08859318494796753, 0.0008476136717945337, 0.005073143634945154, 0.027404503896832466, 0.028889082372188568, -0.0019309542840346694, -0.02391374111175537, -0.013260891661047935, -0.011645911261439323, 0.013842685148119926, 0.050355274230241776, -0.005366548430174589, 0.017253201454877853, -0.009694894775748253, 0.004596674349159002, -0.02379336953163147, -0.033663805574178696, 0.02555881254374981, 0.04923181235790253, 0.03807741403579712, -0.017774811014533043, 0.020222358405590057, -0.023893678560853004, -0.067809097468853, 0.017875120043754578, 0.018045645207166672, 0.0547688864171505, -0.06925354897975922, -0.06223189830780029, -0.015527881681919098, -0.01976093463599682, 0.004712029825896025, 0.08554378151893616, 0.020172202959656715, -0.02367299795150757, -0.016741624101996422, 0.059944845736026764, -0.002136588329449296, -0.010713034309446812, -0.010151302441954613, 0.060586825013160706, -0.0011385106481611729, -0.024214668199419975, 0.005095713306218386, -0.044095974415540695, -0.05637383460998535, -0.06552204489707947, 0.02158656343817711, -0.022790275514125824, 0.012669065967202187, -0.040906138718128204, -0.031055763363838196, 0.015166767872869968, 0.025919927284121513, 0.03237984701991081, -0.03362368047237396, 0.03889995068311691, -0.06014546379446983, -0.022348914295434952, 0.015437602996826172, 0.027003267779946327, -0.0037039213348180056, 0.016581129282712936, -0.00581793999299407, -0.07442951202392578, -0.0202123261988163, -0.011324921622872353, -0.020182233303785324, -0.034586649388074875, -0.021024832502007484, 0.001592410379089415, 0.017313387244939804, 0.06985540688037872, -0.0202123261988163, -0.02509739063680172, -0.013110427185893059, -0.009017807431519032, -0.008004683069884777, -0.033603619784116745, 0.04204966500401497, -0.0003397977852728218, -0.03179805353283882, -0.025980111211538315, 0.02666221559047699, -0.07394802570343018, -0.018436850979924202, 0.07639557123184204, -0.06576278805732727, -0.013662128709256649, -0.013511664234101772, 0.002959124743938446, -0.002083925995975733, 0.015588067471981049, -0.057376928627491, 0.020623594522476196, 0.00615899171680212, -0.004431163892149925, 0.008170193992555141, -0.06367634981870651, -0.08738947659730911, -0.029631370678544044, 0.0262609776109457, -0.00200367858633399, -0.002954109339043498, 0.015497788786888123, -0.05019478127360344, 0.04778735712170601, -0.014464602805674076, -0.02144613116979599, 0.0652010515332222, 0.02295077033340931, 0.06102818623185158, -0.017845027148723602, 0.03454652801156044, -0.05468863621354103, 0.023973925039172173, 0.01818607933819294, -0.006640476640313864, -0.030072731897234917, 0.0009134417050518095, 0.0340249203145504, -0.07459000498056412, -0.014615067280828953, -0.06018558889627457, -0.07073812931776047, -0.0007165846764110029, 0.007849203422665596, -0.02776561863720417, 0.02666221559047699, -0.03318231925368309, -0.046503398567438126, 0.05605284497141838, -0.002145365346223116, 0.014885902404785156, 0.03492770344018936, -0.021726997569203377, -0.01752403751015663, -0.023693060502409935, 0.04285213723778725, -0.013892839662730694, 0.014996242709457874, -0.03737524896860123, -0.026040297001600266, -0.0470651313662529, -0.021406007930636406, -0.030273349955677986, 0.024856647476553917, -0.011936808004975319, 0.018557222560048103, -0.012398230843245983, 0.033603619784116745, 0.029771804809570312, 0.025699246674776077, -0.051599111407995224, 0.007312548812478781, 0.03396473452448845, 0.06861156970262527, -0.024074235931038857, 0.01708267629146576, 0.016179891303181648, -0.018025582656264305, -0.03191842511296272, -0.004436179529875517, 0.017945336177945137, -0.019801057875156403, -0.04578116908669472, 0.011776313185691833, 0.026943081989884377, -0.001961047062650323, 0.025598937645554543, -0.008736941032111645, -0.037716303020715714, 0.06945417076349258, -0.054528143256902695, 0.049633048474788666, -0.012077241204679012, -0.010412106290459633, 0.0007755163824185729, 0.04634290188550949, 0.009328765794634819, -0.019570346921682358, 0.016320325434207916, 0.020824212580919266, 0.04237065464258194, 0.039140693843364716, -0.07956534624099731, -0.024014050140976906, 0.019991645589470863, -0.007126976735889912, 0.006645491812378168, 0.019901366904377937, -0.014444541186094284, 0.0051333289593458176, -0.0496731735765934, 0.0030619418248534203, -0.007688709069043398, -0.01858731545507908, 0.03456658869981766, -0.04156817868351936, 0.006545182783156633, 0.011786344461143017, 0.03135669231414795, -0.03571011498570442, 0.04975342005491257, -0.03845858946442604, -0.03619160130620003, 0.04032434523105621, 0.02912982366979122, 0.036512590944767, -0.033984795212745667, -0.021105078980326653, -0.041808921843767166, -0.012107334099709988, -0.00023353261349257082, 0.07025664299726486, 0.06387697160243988, -0.00013369350926950574, -0.0026832742150872946, -0.0473058708012104, 0.01936972886323929, 0.07318567484617233, 0.005552120506763458, 0.01088356040418148, 0.0040600192733109, -0.013110427185893059, -0.0832166075706482, -0.004523950163275003, 0.02156650274991989, 0.005973419640213251, -0.07218258082866669, -0.014625097624957561, 0.029350504279136658, 0.02796623669564724, -0.0248365867882967, 0.0075482758693397045, -0.06524118036031723, -0.031717803329229355, -0.024656029418110847, 0.041728675365448, -0.010713034309446812, 0.0019836167339235544, -0.0786023810505867, 0.04281201586127281, -0.048268839716911316, -0.013672159053385258, -0.009584554471075535, 0.008074900135397911, 0.07775977998971939, 0.008872359059751034, 0.012277860194444656, -0.014715376310050488, -0.005050573963671923, -0.013240829110145569, -0.015066458843648434, 0.03845858946442604, -0.05565160512924194, 0.026321163401007652, 0.016059521585702896, 0.052842944860458374, 0.01832651160657406, -0.031396813690662384, 0.002472624648362398, 0.04766698554158211, 0.007056760136038065, 0.04830896481871605, -0.010512416251003742, -0.02028254233300686, 0.011214581318199635, -0.02634122595191002, -0.013892839662730694, -0.045018818229436874, -0.0416083037853241, 0.02373318374156952, 0.08361784368753433, 0.04485832527279854, 0.03416535258293152, -0.04726574942469597, -0.009740034118294716, 0.024656029418110847, -0.022730089724063873, 0.02066371776163578, -0.027585061267018318, -0.0780005231499672, 0.03611135110259056, 0.024415286257863045, 0.008711864240467548, -0.013080334290862083, 0.020904460921883583, -0.011756251566112041, -0.04935218393802643, -0.04026415944099426, 0.048589833080768585, -0.0525219552218914, 0.01088356040418148, -0.010472292080521584, 0.057336803525686264, -0.05175960436463356, -0.02730419486761093, -0.005336455535143614, -0.045018818229436874, 0.0016688961768522859, -0.050034284591674805, -0.04678426310420036, 0.009825297631323338, 0.038679271936416626, -0.06913317739963531, -0.02894926816225052, 0.025759432464838028, -0.008777065202593803, -0.03286132961511612, -0.03454652801156044, -0.0047095222398638725, -0.028267163783311844, 0.01218758150935173, 0.0029892176389694214, -0.04642314836382866, -0.015397479757666588, -0.011415199376642704, 0.051197875291109085, -0.022068049758672714, 0.06728748977184296, -0.026040297001600266, 0.036472465842962265, -0.00235350732691586, 0.0861857607960701, 0.0329616405069828, 0.0884326919913292, -0.057778164744377136, 0.020091954618692398, -0.04509906843304634, 0.012267828918993473, 0.009178302250802517, 0.025277946144342422, -0.025839678943157196, 0.055009625852108, -0.06263313442468643, -0.031577371060848236, -0.02066371776163578, -0.039662301540374756, 0.003139681415632367, 0.05677507072687149, -0.012568756937980652, 0.009699910879135132, -0.008782080374658108, -0.016310295090079308, 0.012659035623073578, -0.02333194576203823, -0.028969328850507736, 0.020944584161043167, -0.020101986825466156, 0.00831062626093626, -0.04758673906326294, 0.07820113748311996, -0.04405584931373596, -0.026421472430229187, 0.024716215208172798, 0.06929367035627365, -0.009052915498614311, 0.03585054725408554, -0.028989391401410103, 0.03883976489305496, 0.030393721535801888, -0.03404498100280762, 0.055009625852108, -0.02020229585468769, 0.031176134943962097, 0.009037869051098824, -0.01643066480755806, 0.0004369724483694881, 0.03454652801156044, -0.032560404390096664, 0.040825892239809036, 0.012207643128931522, 0.03338294103741646, -0.07475049793720245, -0.016440697014331818, 0.04895094409584999, -0.004125220701098442, 0.02672240138053894, -0.0024488011840730906, 0.010136255994439125, 0.004945249296724796, -0.02810666896402836, -0.01976093463599682, 0.025578875094652176, -0.002137842122465372, 0.05356517434120178, 0.024756338447332382, -0.01001086924225092, -0.005707599688321352, -0.052762698382139206, -0.010442199185490608, -0.09581545740365982, 0.020362790673971176, -0.02808660827577114, -0.06949429214000702, 0.013732344843447208, 0.05143861472606659, 0.02529800869524479, -0.029310381039977074, 0.028066545724868774, -0.05918249487876892, -0.015919087454676628, 0.03219928964972496, 0.0005792863084934652, 0.005391625687479973, -0.018336541950702667, 0.009238488040864468, 0.027003267779946327, -0.02463596686720848, 0.01740366593003273, -0.059222619980573654, -0.04192929342389107, 0.005742708221077919, 0.04257127270102501, 0.04570092260837555, -0.04309288039803505, 0.0288690198212862, -0.0008582715527154505, 0.0023459841031581163, 0.03474714607000351, -0.013611974194645882, 0.018236232921481133, 0.0037967076059430838, 0.026160668581724167, -0.028728587552905083, -0.02176712080836296, 0.0016287724720314145, 0.0010557555360719562, -0.008466105908155441, 0.028708525002002716, -0.030534155666828156, 0.036994073539972305, 0.014645160175859928, -0.028146794065833092, -0.0050229886546730995, 0.012037117965519428, 0.003952187020331621, -0.05039539933204651, 0.04594166576862335, 0.033603619784116745, -0.03571011498570442, 0.014895932748913765, 0.0340249203145504, 0.02289058454334736, -0.057055938988924026, -0.029691556468605995, -0.08530303835868835, 0.008701832965016365, -0.024997081607580185, 0.013591911643743515, 0.027805741876363754, -0.027063453570008278, 0.03051409311592579 ]
37,309
micropip._commands.freeze
freeze
Produce a json string which can be used as the contents of the ``repodata.json`` lock file. If you later load Pyodide with this lock file, you can use :js:func:`pyodide.loadPackage` to load packages that were loaded with :py:mod:`micropip` this time. Loading packages with :js:func:`~pyodide.loadPackage` is much faster and you will always get consistent versions of all your dependencies. You can use your custom lock file by passing an appropriate url to the ``lockFileURL`` of :js:func:`~globalThis.loadPyodide`.
def freeze() -> str: """Produce a json string which can be used as the contents of the ``repodata.json`` lock file. If you later load Pyodide with this lock file, you can use :js:func:`pyodide.loadPackage` to load packages that were loaded with :py:mod:`micropip` this time. Loading packages with :js:func:`~pyodide.loadPackage` is much faster and you will always get consistent versions of all your dependencies. You can use your custom lock file by passing an appropriate url to the ``lockFileURL`` of :js:func:`~globalThis.loadPyodide`. """ packages = deepcopy(REPODATA_PACKAGES) for dist in importlib.metadata.distributions(): name = dist.name version = dist.version url = dist.read_text("PYODIDE_URL") if url is None: continue sha256 = dist.read_text("PYODIDE_SHA256") assert sha256 imports = (dist.read_text("top_level.txt") or "").split() requires = dist.read_text("PYODIDE_REQUIRES") if not requires: fix_package_dependencies(name) requires = dist.read_text("PYODIDE_REQUIRES") if requires: depends = json.loads(requires) else: depends = [] pkg_entry: dict[str, Any] = dict( name=name, version=version, file_name=url, install_dir="site", sha256=sha256, imports=imports, depends=depends, ) packages[canonicalize_name(name)] = pkg_entry # Sort packages = dict(sorted(packages.items())) package_data = { "info": REPODATA_INFO, "packages": packages, } return json.dumps(package_data)
() -> str
[ 0.04152714088559151, -0.04366051033139229, -0.054768744856119156, -0.012266874313354492, 0.0507962629199028, -0.0181612279266119, -0.0012069169897586107, 0.0008988658082671463, 0.006597813218832016, -0.03591785207390785, 0.04112253710627556, -0.029039572924375534, -0.0436972938477993, 0.03229479864239693, -0.039320208132267, -0.07257134467363358, 0.03159593790769577, 0.049361757934093475, -0.04704447463154793, 0.00550354178994894, 0.012781825847923756, 0.041600704193115234, 0.04060758650302887, 0.008892104960978031, -0.013958857394754887, 0.006979428697377443, 0.02377971261739731, 0.014611741527915001, -0.006510455161333084, -0.01566923037171364, -0.011751923710107803, -0.01280941255390644, 0.01151283923536539, 0.050943393260240555, 0.025986647233366966, 0.04104897007346153, 0.05521013215184212, 0.04038689285516739, -0.07485184073448181, -0.06650228053331375, -0.037812136113643646, -0.0012184114893898368, 0.014501395635306835, -0.06812069565057755, -0.021664734929800034, -0.011568012647330761, -0.040865059942007065, 0.03284653276205063, 0.02083713561296463, -0.0023230279330164194, 0.07716912776231766, 0.009636945091187954, 0.004597778897732496, 0.012000203132629395, 0.0004548927827272564, 0.08099447935819626, 0.038327086716890335, 0.0431455597281456, 0.02326476201415062, -0.0010115114273503423, -0.0379592627286911, -0.025765953585505486, 0.012000203132629395, -0.0412328839302063, -0.03727879375219345, 0.04185818135738373, -0.03181663155555725, -0.0412328839302063, -0.006915059871971607, -0.0016517521580681205, -0.0374075323343277, -0.01073121652007103, 0.0006712757749482989, 0.00430811895057559, 0.04465363174676895, -0.010666847229003906, 0.004542605951428413, -0.07113683968782425, 0.013214017264544964, -0.04178461804986, -0.002954073017463088, -0.07117362320423126, -0.037885699421167374, -0.017738232389092445, 0.009848442859947681, 0.008496696129441261, 0.05395953729748726, 0.04432259127497673, 0.017057759687304497, -0.06161024048924446, -0.018391115590929985, 0.0671643540263176, -0.0363224558532238, 0.08967508375644684, -0.003432242199778557, -0.05521013215184212, -0.007678291294723749, -0.007632313296198845, 0.00004694763629231602, 0.0742633268237114, -0.00754955317825079, 0.02067161537706852, -0.05726993829011917, 0.02078196220099926, -0.01560486201196909, -0.04016619920730591, -0.01100708357989788, 0.055504389107227325, -0.05362849682569504, -0.09107280522584915, -0.08047952502965927, -0.00748978229239583, -0.010271438397467136, -0.024147536605596542, 0.06981267780065536, 0.05006061866879463, -0.04594101011753082, -0.014299092814326286, 0.15058645606040955, -0.010630065575242043, -0.04141679406166077, 0.08003813773393631, -0.018014097586274147, -0.01566923037171364, 0.03501668572425842, 0.0301798228174448, -0.022437162697315216, 0.04145357757806778, -0.0035058066714555025, -0.0016138204373419285, 0.030952248722314835, 0.005319630261510611, -0.03869491070508957, 0.016965804621577263, 0.02381649613380432, -0.02501191757619381, -0.00011889569577760994, 0.0018011799547821283, 0.01853824593126774, 0.05131121352314949, -0.021756689995527267, -0.029039572924375534, 0.002588549628853798, 0.06422177702188492, 0.021664734929800034, -0.0025770552456378937, -0.011190994642674923, -0.000004319398158258991, -0.01794053427875042, 0.03402356430888176, 0.05966078117489815, -0.009172569029033184, -0.04708125814795494, -0.008211633190512657, -0.0014241620665416121, 0.013057692907750607, -0.053260672837495804, -0.03406034782528877, -0.04303521290421486, -0.010878344997763634, -0.04115931689739227, -0.03299366310238838, 0.0666494071483612, 0.004264439921826124, -0.008584053255617619, 0.0047173211351037025, 0.030768338590860367, -0.09445677697658539, 0.018418703228235245, 0.07775764167308807, -0.0026874018367379904, -0.005636877380311489, -0.0398719385266304, -0.013885293155908585, 0.01123697217553854, 0.03352700546383858, -0.029646480455994606, -0.0023609595373272896, -0.013774946331977844, -0.01943941041827202, -0.024037189781665802, -0.03744431212544441, -0.050943393260240555, 0.08320140838623047, 0.013958857394754887, 0.005517335142940283, 0.017839383333921432, -0.02512226440012455, 0.07404263317584991, 0.03707649186253548, -0.07996457070112228, 0.04296164959669113, 0.007784040179103613, 0.025784345343708992, -0.0017425583209842443, -0.05848374962806702, -0.015420950949192047, -0.020910698920488358, -0.03417069464921951, -0.022179685533046722, -0.013949661515653133, -0.0192554984241724, 0.025729171931743622, 0.017637081444263458, 0.01554049365222454, -0.016129009425640106, -0.03994550555944443, -0.041931744664907455, 0.039062730967998505, 0.01320482138544321, 0.012515154667198658, 0.008496696129441261, -0.020138273015618324, -0.035513244569301605, 0.024809615686535835, -0.009158776141703129, 0.041085753589868546, -0.000460640003439039, 0.003669027704745531, 0.006818506401032209, -0.01977045089006424, 0.029867172241210938, -0.039173077791929245, 0.04483754187822342, -0.07327020913362503, -0.05245146527886391, -0.010538109578192234, 0.025159047916531563, 0.03588106855750084, -0.04803759604692459, -0.013425515033304691, -0.023687757551670074, 0.003223043167963624, -0.013609426096081734, 0.0344097800552845, -0.04682378098368645, -0.036138541996479034, -0.003388563171029091, -0.008924289606511593, 0.026096994057297707, -0.024570532143115997, -0.0033471831120550632, 0.05311354249715805, 0.014860021881759167, 0.0028713131323456764, -0.022271642461419106, 0.01903480477631092, -0.033085618168115616, 0.04237313196063042, 0.011338123120367527, 0.015981880947947502, -0.02258429117500782, -0.007503575645387173, 0.019237108528614044, 0.018225597217679024, -0.014860021881759167, 0.05726993829011917, -0.034832775592803955, 0.007462195586413145, 0.018850894644856453, 0.017048565670847893, -0.0816565603017807, -0.06352291256189346, -0.005227674730122089, 0.03170628473162651, -0.04763299226760864, 0.00988522544503212, -0.012561132200062275, -0.0527089387178421, -0.0008069102186709642, 0.015843946486711502, 0.02135208621621132, 0.017361214384436607, -0.03144880756735802, -0.04432259127497673, -0.052304334938526154, 0.02331993542611599, -0.018529050052165985, 0.00951740238815546, 0.01649683155119419, -0.0241659265011549, 0.017269257456064224, 0.011356513947248459, 0.015420950949192047, -0.04825828969478607, -0.051274433732032776, -0.0023586605675518513, 0.002289694035425782, -0.03001430258154869, 0.010804780758917332, 0.034943122416734695, 0.09614875912666321, 0.0010620870161801577, -0.011310536414384842, 0.018391115590929985, 0.049030717462301254, 0.009802465327084064, -0.01022546086460352, 0.04454328492283821, -0.024037189781665802, -0.013140453025698662, 0.02725563384592533, 0.013922074809670448, -0.024699268862605095, -0.01622096449136734, -0.04961923137307167, 0.029315439984202385, -0.058446966111660004, -0.03295687958598137, 0.009701313450932503, 0.009618554264307022, -0.05098017305135727, 0.06149989366531372, 0.08195081353187561, -0.018906068056821823, -0.009140385314822197, -0.01878652535378933, 0.016809480264782906, 0.037370748817920685, 0.04377085715532303, -0.03705810010433197, 0.021591169759631157, 0.007558749057352543, 0.02392684295773506, 0.0030920065473765135, -0.0513479970395565, 0.026851030066609383, 0.04005585238337517, 0.04961923137307167, 0.02118656598031521, -0.009581771679222584, -0.011715141125023365, 0.01190824806690216, 0.039393771439790726, 0.050538789480924606, 0.03019821271300316, 0.0696287676692009, -0.1185123547911644, 0.005719637032598257, -0.0009034635731950402, 0.06977589428424835, -0.009108200669288635, -0.03691096976399422, 0.0007592082838527858, -0.06149989366531372, -0.026152167469263077, 0.09129349887371063, 0.04527892917394638, 0.016597982496023178, -0.03621210902929306, 0.007498977705836296, 0.08268646150827408, -0.0324971042573452, 0.02258429117500782, 0.0036529353819787502, -0.05863087996840477, -0.024460185319185257, -0.002944877604022622, -0.05204685777425766, 0.011954225599765778, -0.051789384335279465, -0.023963624611496925, -0.003448334289714694, 0.059623997658491135, -0.06286083906888962, -0.05469518154859543, -0.0011350767454132438, 0.007935767062008381, 0.04961923137307167, -0.026152167469263077, -0.02826714515686035, 0.0012287565041333437, 0.0030161431059241295, -0.06484707444906235, -0.01835433393716812, 0.0404236726462841, 0.004581687040627003, -0.005108132492750883, -0.048074379563331604, -0.01897963136434555, -0.009839246980845928, -0.02089230902493, 0.020230228081345558, 0.0011161108268424869, -0.02850623056292534, 0.028763705864548683, 0.05966078117489815, -0.037039708346128464, -0.015301409177482128, -0.00957257580012083, 0.0037678799126297235, -0.049030717462301254, -0.005770212970674038, 0.11902730166912079, -0.036524757742881775, -0.039504118263721466, -0.014142768457531929, 0.023136025294661522, -0.03628567233681679, 0.00988522544503212, 0.06286083906888962, -0.03773856908082962, 0.06024929881095886, -0.011595599353313446, -0.02140725962817669, -0.0425938256084919, 0.06506776809692383, -0.028248755261301994, 0.017296845093369484, 0.020745178684592247, -0.043182339519262314, -0.010013963095843792, -0.016800284385681152, -0.011099038645625114, 0.03130168095231056, 0.02315441519021988, 0.016800284385681152, -0.0222532507032156, 0.05524691194295883, -0.01101627852767706, 0.020745178684592247, -0.022161295637488365, 0.052230771631002426, 0.03023499622941017, -0.04513179883360863, -0.0309890303760767, 0.008823137730360031, 0.07253456115722656, -0.004117310978472233, 0.03946733474731445, 0.051458343863487244, 0.061757367104291916, -0.014685306698083878, -0.07621278613805771, 0.021076219156384468, -0.03913629427552223, 0.05914583057165146, -0.06322865933179855, 0.02028540149331093, 0.011411687359213829, 0.036635104566812515, 0.009351883083581924, 0.045536402612924576, -0.04443293809890747, -0.013011714443564415, 0.05848374962806702, -0.046382397413253784, 0.06576663255691528, 0.018372725695371628, -0.002309234580025077, 0.033195964992046356, 0.04270417243242264, 0.021701516583561897, -0.034667253494262695, -0.054217010736465454, -0.0096277492120862, 0.039320208132267, -0.06050677224993706, -0.02477283403277397, -0.009241536259651184, 0.04413868114352226, 0.016340507194399834, 0.07577139884233475, 0.021223347634077072, 0.03566037490963936, -0.05164225399494171, -0.057417064905166626, -0.036138541996479034, -0.029278656467795372, 0.022455552592873573, 0.06407465040683746, 0.0006350682233460248, 0.010722020640969276, -0.0592561773955822, 0.03887882083654404, 0.03347183018922806, 0.023467063903808594, 0.02911313809454441, -0.0041931746527552605, -0.06286083906888962, -0.051274433732032776, -0.06054355576634407, -0.015853142365813255, 0.021113000810146332, -0.03442816808819771, -0.07076901942491531, 0.03352700546383858, -0.007163339760154486, 0.018152032047510147, -0.012689870782196522, -0.0008494397043250501, 0.02078196220099926, -0.04825828969478607, -0.02168312668800354, 0.0502445288002491, 0.03492473065853119, -0.0029126929584890604, -0.012092159129679203, 0.013296777382493019, -0.08062665164470673, 0.0026092396583408117, -0.006515053100883961, 0.040644366294145584, 0.022106122225522995, 0.00897026713937521, -0.029720043763518333, 0.0006321946275420487, 0.011108234524726868, 0.003721902146935463, -0.011641576886177063, -0.022823374718427658, -0.025306176394224167, 0.00440237345173955, -0.0033287920523434877, -0.004777092486619949, 0.011935834772884846, -0.011255363002419472, 0.08173011988401413, 0.0058575705625116825, -0.051568690687417984, -0.033545397222042084, 0.02940739504992962, 0.040019068866968155, -0.021499214693903923, -0.038437433540821075, -0.009425447322428226, 0.003944894298911095, -0.03564198315143585, -0.01290136855095625, 0.07338055223226547, 0.008910495787858963, 0.019733667373657227, 0.037646614015102386, -0.016092227771878242, -0.012092159129679203, 0.0066575841046869755, -0.030492471531033516, 0.012772629968822002, -0.02028540149331093, -0.010878344997763634, 0.03220284357666969, 0.011696750298142433, 0.013388732448220253, -0.052966415882110596, 0.020855525508522987, 0.06205162778496742, 0.031062595546245575, 0.030841901898384094, 0.019421018660068512, -0.016487635672092438, -0.001052891369909048, -0.006050677504390478, 0.038731690496206284, -0.037701789289712906, -0.01949458383023739, -0.03738914057612419, -0.003319596406072378, -0.034207478165626526, 0.02681424841284752, -0.02973843552172184, -0.002158657182008028, 0.03678223118185997, -0.014997955411672592, -0.02241877093911171, 0.011586403474211693, 0.026501597836613655, 0.01670832931995392, 0.023669367656111717, 0.005926537327468395, -0.025729171931743622, 0.03924664109945297, 0.01157720759510994, 0.09629588574171066, -0.00640470627695322, 0.025103874504566193, 0.005880559328943491, 0.028579795733094215, -0.0038989167660474777, 0.013388732448220253, -0.04630883038043976, -0.010850758291780949, -0.010593282990157604, 0.03203732520341873, -0.052635375410318375, -0.024423401802778244, 0.018014097586274147, 0.013995639979839325, 0.06378038972616196, 0.13440227508544922, -0.00754955317825079, -0.03891560062766075, -0.025269394740462303, 0.03683740645647049, -0.04189496487379074, 0.030731555074453354, 0.04682378098368645, -0.045646749436855316, 0.014538177289068699, 0.0554308257997036, -0.020175054669380188, -0.036635104566812515, 0.043108776211738586, -0.03025338612496853, -0.03560519963502884, 0.01565084047615528, 0.02845105715095997, -0.01436346210539341, -0.01854744181036949, 0.022768201306462288, 0.018225597217679024, -0.03288331627845764, -0.019402626901865005, -0.015595667064189911, -0.07643347978591919, -0.025269394740462303, -0.004790885839611292, 0.004140300210565329, -0.06911381334066391, -0.0303085595369339, -0.004928819369524717, 0.007618519943207502, 0.05333423614501953, 0.03680062294006348, -0.07871397584676743, -0.026722291484475136, 0.0034598286729305983, -0.04115931689739227, 0.037205226719379425, -0.008570260368287563, -0.03069477342069149, -0.01723247580230236, -0.011733531951904297, 0.04524214565753937, -0.013011714443564415, 0.021204957738518715, 0.028083235025405884, 0.01788536086678505, -0.03347183018922806, -0.016101421788334846, 0.012285266071557999, 0.05557795241475105, 0.006450684275478125, -0.01864859275519848, -0.014427830465137959, -0.06072746589779854, -0.007121959701180458, 0.012616305612027645, -0.0026138373650610447, 0.023908451199531555, -0.07253456115722656, -0.07036440819501877, -0.011669163592159748, 0.005641474854201078, 0.0038414443843066692, 0.011255363002419472, 0.04557318612933159, 0.00817944947630167, -0.06617123633623123, -0.0002385097905062139, 0.005425379145890474, 0.02788093313574791, 0.00228394684381783, -0.01430828869342804, -0.03643280267715454, 0.019053196534514427, -0.057306718081235886, 0.01723247580230236, -0.007586335297673941, 0.05852053314447403, -0.006956439930945635, 0.043513379991054535, 0.022050948813557625, 0.020377356559038162, -0.030952248722314835, -0.0006540340837091208, 0.0011770314304158092, -0.007949559949338436, 0.055063001811504364, 0.015439341776072979, 0.020598050206899643, 0.01633131131529808, -0.01977045089006424, -0.01657959073781967, -0.04134323075413704, -0.034317824989557266, 0.08754171431064606, -0.0005609290674328804, 0.020267009735107422, -0.015411756001412868, -0.004650653339922428, -0.00413800124078989, -0.018832502886652946, 0.010381785221397877, -0.02326476201415062, 0.057821668684482574, -0.04509501904249191, 0.007981744594871998, 0.040350109338760376, -0.01572440378367901, -0.002029919531196356, 0.056571073830127716, 0.029480960220098495, 0.049876708537340164, 0.05064913630485535, -0.010308220982551575, 0.027053331956267357, -0.04568353295326233, -0.006772528402507305, -0.050207749009132385, -0.020064707845449448, 0.041306447237730026, 0.04167427122592926, 0.013646208681166172, -0.005365608260035515, 0.025765953585505486, -0.0740058496594429, -0.04549962282180786, 0.018446289002895355, 0.02129691280424595, -0.023503847420215607, -0.0488835871219635, 0.04439615458250046, 0.006101252976804972, -0.05418022722005844, 0.04366051033139229, 0.049141064286231995, -0.04321912303566933, -0.03170628473162651, -0.0037678799126297235, 0.02308085188269615, -0.014823240227997303, 0.01873135194182396, -0.01374735962599516, -0.01827157475054264, 0.06867242604494095, -0.0283958837389946, 0.03418908640742302, 0.01470369752496481, -0.016910631209611893, 0.009738096036016941, -0.02021183632314205, 0.011779510416090488, -0.0196601040661335, 0.05131121352314949, 0.020322183147072792, -0.024460185319185257, 0.019365845248103142, -0.019568147137761116, -0.0077196708880364895, 0.021131392568349838, 0.017076151445508003, 0.014069204218685627, -0.054217010736465454, -0.03019821271300316, 0.008147264830768108, -0.018795721232891083, -0.00283682974986732, 0.038106393069028854, -0.015439341776072979, -0.03645119443535805, -0.01840950734913349, 0.0016643960261717439, -0.015338190831243992, 0.012018594890832901, 0.0701804980635643, 0.014326679520308971, -0.032920099794864655, -0.034943122416734695 ]
37,310
micropip._commands.install
install
Install the given package and all of its dependencies. If a package is not found in the Pyodide repository it will be loaded from PyPI. Micropip can only load pure Python wheels or wasm32/emscripten wheels built by Pyodide. When used in web browsers, downloads from PyPI will be cached. When run in Node.js, packages are currently not cached, and will be re-downloaded each time ``micropip.install`` is run. Parameters ---------- requirements : A requirement or list of requirements to install. Each requirement is a string, which should be either a package name or a wheel URI: - If the requirement does not end in ``.whl``, it will be interpreted as a package name. A package with this name must either be present in the Pyodide lock file or on PyPI. - If the requirement ends in ``.whl``, it is a wheel URI. The part of the requirement after the last ``/`` must be a valid wheel name in compliance with the `PEP 427 naming convention <https://www.python.org/dev/peps/pep-0427/#file-format>`_. - If a wheel URI starts with ``emfs:``, it will be interpreted as a path in the Emscripten file system (Pyodide's file system). E.g., ``emfs:../relative/path/wheel.whl`` or ``emfs:/absolute/path/wheel.whl``. In this case, only .whl files are supported. - If a wheel URI requirement starts with ``http:`` or ``https:`` it will be interpreted as a URL. - In node, you can access the native file system using a URI that starts with ``file:``. In the browser this will not work. keep_going : This parameter decides the behavior of the micropip when it encounters a Python package without a pure Python wheel while doing dependency resolution: - If ``False``, an error will be raised on first package with a missing wheel. - If ``True``, the micropip will keep going after the first error, and report a list of errors at the end. deps : If ``True``, install dependencies specified in METADATA file for each package. Otherwise do not install dependencies. credentials : This parameter specifies the value of ``credentials`` when calling the `fetch() <https://developer.mozilla.org/en-US/docs/Web/API/fetch>`__ function which is used to download the package. When not specified, ``fetch()`` is called without ``credentials``. pre : If ``True``, include pre-release and development versions. By default, micropip only finds stable versions. index_urls : A list of URLs or a single URL to use as the package index when looking up packages. If None, *https://pypi.org/pypi/{package_name}/json* is used. - The index URL should support the `JSON API <https://warehouse.pypa.io/api-reference/json/>`__ . - The index URL may contain the placeholder {package_name} which will be replaced with the package name when looking up a package. If it does not contain the placeholder, the package name will be appended to the URL. - If a list of URLs is provided, micropip will try each URL in order until it finds a package. If no package is found, an error will be raised. verbose : Print more information about the process. By default, micropip is silent. Setting ``verbose=True`` will print similar information as pip.
import asyncio import importlib from pathlib import Path from packaging.markers import default_environment from .. import package_index from .._compat import loadPackage, to_js from ..constants import FAQ_URLS from ..logging import setup_logging from ..transaction import Transaction async def install( requirements: str | list[str], keep_going: bool = False, deps: bool = True, credentials: str | None = None, pre: bool = False, index_urls: list[str] | str | None = None, *, verbose: bool | int = False, ) -> None: """Install the given package and all of its dependencies. If a package is not found in the Pyodide repository it will be loaded from PyPI. Micropip can only load pure Python wheels or wasm32/emscripten wheels built by Pyodide. When used in web browsers, downloads from PyPI will be cached. When run in Node.js, packages are currently not cached, and will be re-downloaded each time ``micropip.install`` is run. Parameters ---------- requirements : A requirement or list of requirements to install. Each requirement is a string, which should be either a package name or a wheel URI: - If the requirement does not end in ``.whl``, it will be interpreted as a package name. A package with this name must either be present in the Pyodide lock file or on PyPI. - If the requirement ends in ``.whl``, it is a wheel URI. The part of the requirement after the last ``/`` must be a valid wheel name in compliance with the `PEP 427 naming convention <https://www.python.org/dev/peps/pep-0427/#file-format>`_. - If a wheel URI starts with ``emfs:``, it will be interpreted as a path in the Emscripten file system (Pyodide's file system). E.g., ``emfs:../relative/path/wheel.whl`` or ``emfs:/absolute/path/wheel.whl``. In this case, only .whl files are supported. - If a wheel URI requirement starts with ``http:`` or ``https:`` it will be interpreted as a URL. - In node, you can access the native file system using a URI that starts with ``file:``. In the browser this will not work. keep_going : This parameter decides the behavior of the micropip when it encounters a Python package without a pure Python wheel while doing dependency resolution: - If ``False``, an error will be raised on first package with a missing wheel. - If ``True``, the micropip will keep going after the first error, and report a list of errors at the end. deps : If ``True``, install dependencies specified in METADATA file for each package. Otherwise do not install dependencies. credentials : This parameter specifies the value of ``credentials`` when calling the `fetch() <https://developer.mozilla.org/en-US/docs/Web/API/fetch>`__ function which is used to download the package. When not specified, ``fetch()`` is called without ``credentials``. pre : If ``True``, include pre-release and development versions. By default, micropip only finds stable versions. index_urls : A list of URLs or a single URL to use as the package index when looking up packages. If None, *https://pypi.org/pypi/{package_name}/json* is used. - The index URL should support the `JSON API <https://warehouse.pypa.io/api-reference/json/>`__ . - The index URL may contain the placeholder {package_name} which will be replaced with the package name when looking up a package. If it does not contain the placeholder, the package name will be appended to the URL. - If a list of URLs is provided, micropip will try each URL in order until it finds a package. If no package is found, an error will be raised. verbose : Print more information about the process. By default, micropip is silent. Setting ``verbose=True`` will print similar information as pip. """ logger = setup_logging(verbose) ctx = default_environment() if isinstance(requirements, str): requirements = [requirements] fetch_kwargs = dict() if credentials: fetch_kwargs["credentials"] = credentials # Note: getsitepackages is not available in a virtual environment... # See https://github.com/pypa/virtualenv/issues/228 (issue is closed but # problem is not fixed) from site import getsitepackages wheel_base = Path(getsitepackages()[0]) if index_urls is None: index_urls = package_index.INDEX_URLS[:] transaction = Transaction( ctx=ctx, ctx_extras=[], keep_going=keep_going, deps=deps, pre=pre, fetch_kwargs=fetch_kwargs, verbose=verbose, index_urls=index_urls, ) await transaction.gather_requirements(requirements) if transaction.failed: failed_requirements = ", ".join([f"'{req}'" for req in transaction.failed]) raise ValueError( f"Can't find a pure Python 3 wheel for: {failed_requirements}\n" f"See: {FAQ_URLS['cant_find_wheel']}\n" ) package_names = [pkg.name for pkg in transaction.pyodide_packages] + [ pkg.name for pkg in transaction.wheels ] if package_names: logger.info("Installing collected packages: " + ", ".join(package_names)) wheel_promises = [] # Install built-in packages pyodide_packages = transaction.pyodide_packages if len(pyodide_packages): # Note: branch never happens in out-of-browser testing because in # that case REPODATA_PACKAGES is empty. wheel_promises.append( asyncio.ensure_future( loadPackage(to_js([name for [name, _, _] in pyodide_packages])) ) ) # Now install PyPI packages for wheel in transaction.wheels: # detect whether the wheel metadata is from PyPI or from custom location # wheel metadata from PyPI has SHA256 checksum digest. wheel_promises.append(wheel.install(wheel_base)) await asyncio.gather(*wheel_promises) packages = [f"{pkg.name}-{pkg.version}" for pkg in transaction.pyodide_packages] + [ f"{pkg.name}-{pkg.version}" for pkg in transaction.wheels ] if packages: logger.info("Successfully installed " + ", ".join(packages)) importlib.invalidate_caches()
(requirements: str | list[str], keep_going: bool = False, deps: bool = True, credentials: Optional[str] = None, pre: bool = False, index_urls: Union[list[str], str, NoneType] = None, *, verbose: bool | int = False) -> NoneType
[ -0.001759462640620768, -0.013271666131913662, -0.024813130497932434, 0.004322960507124662, 0.05483722314238548, 0.037250228226184845, 0.005719843786209822, -0.009612797759473324, -0.021169528365135193, -0.004160117823630571, 0.050318341702222824, 0.015062933787703514, 0.03832906112074852, 0.01517488807439804, 0.006920807529240847, 0.0015953478869050741, 0.062409400939941406, 0.05027763172984123, 0.006447546649724245, 0.01873706839978695, -0.010594942606985569, 0.053778745234012604, 0.046043723821640015, 0.029515208676457405, 0.008946161717176437, 0.02847708761692047, 0.006162572186440229, -0.01363806240260601, -0.030960436910390854, 0.005167705938220024, -0.020813310518860817, 0.03959108889102936, 0.034461550414562225, 0.023978563025593758, 0.05019621178507805, 0.022920086979866028, 0.07042939215898514, -0.009047938510775566, -0.05695417523384094, -0.009887594729661942, -0.0158466137945652, -0.0022734343074262142, 0.061269503086805344, -0.061269503086805344, -0.007139627356082201, 0.001830706256441772, -0.06757964938879013, 0.029311655089259148, 0.005984462797641754, 0.003045664168894291, 0.036293528974056244, 0.07417476922273636, 0.0677017793059349, -0.0035443694796413183, 0.03863438963890076, 0.11073292046785355, 0.022411203011870384, 0.0931459292769432, 0.04543306678533554, 0.023021861910820007, -0.013027402572333813, 0.05296453461050987, -0.017943210899829865, -0.02022300660610199, 0.007241403684020042, 0.016487807035446167, 0.0005196966812945902, -0.06306076794862747, -0.025912318378686905, -0.0360085554420948, -0.017139175906777382, -0.02214658446609974, 0.01671171560883522, -0.023836076259613037, 0.0806884765625, -0.001110000885091722, 0.0316932275891304, -0.07726877927780151, -0.014676183462142944, -0.001618247595615685, -0.03621210902929306, -0.029433786869049072, -0.02540343441069126, 0.005724932532757521, 0.04404890537261963, 0.029759472236037254, 0.05471508949995041, 0.025851251557469368, 0.018228186294436455, -0.057605545967817307, -0.06334574520587921, 0.0393875353038311, 0.020813310518860817, 0.10389353334903717, -0.010717074386775494, -0.042827583849430084, -0.019999098032712936, -0.043112561106681824, -0.047142911702394485, 0.04596230387687683, -0.016213009133934975, 0.04490382969379425, -0.027296479791402817, -0.014991690404713154, 0.008864739909768105, -0.02261475659906864, -0.03584571182727814, 0.05162108317017555, -0.009022493846714497, -0.08891202509403229, -0.05255742743611336, -0.02723541297018528, 0.0016296975081786513, -0.023184705525636673, -0.02165805734694004, 0.030532974749803543, -0.0025049762334674597, -0.045840173959732056, 0.07405263930559158, 0.011195424012839794, -0.024528156965970993, 0.013892503455281258, 0.030675461515784264, -0.06224655732512474, 0.01303758006542921, -0.0024489990901201963, 0.01739361695945263, 0.039550378918647766, 0.0025291480123996735, 0.027438966557383537, -0.009424511343240738, -0.013892503455281258, 0.0020558869000524282, 0.028945259749889374, -0.004450181033462286, -0.009780729189515114, 0.04062921181321144, -0.04730575531721115, -0.04213550314307213, 0.022696178406476974, -0.08325324207544327, 0.025729119777679443, 0.009022493846714497, 0.05390087887644768, 0.03684312105178833, -0.012447276152670383, -0.028456732630729675, -0.0705922394990921, -0.03098079189658165, -0.023327192291617393, 0.06224655732512474, -0.054389405995607376, -0.04889347031712532, -0.0012200467754155397, -0.02271653339266777, 0.04077170044183731, -0.005791087634861469, 0.005760554689913988, -0.04066992178559303, 0.031632162630558014, -0.032059624791145325, -0.029128458350896835, 0.043153271079063416, 0.03702631965279579, -0.03928576037287712, 0.027785006910562515, 0.0015101099852472544, -0.03637494891881943, 0.01313935685902834, 0.11545535176992416, 0.03611033037304878, 0.02963734045624733, 0.014920447021722794, -0.0643635094165802, 0.00934309046715498, -0.0005457769148051739, 0.016589581966400146, -0.02401927299797535, -0.030614396557211876, -0.023408614099025726, -0.040283169597387314, -0.07222066074609756, -0.049585551023483276, -0.008279524743556976, -0.008874918334186077, 0.050888292491436005, -0.01719006523489952, 0.010432099923491478, 0.05105113238096237, -0.0021563912741839886, -0.033932313323020935, 0.001648780656978488, 0.054348696023225784, -0.0035799911711364985, 0.009251491166651249, -0.02391749620437622, 0.009215869940817356, 0.024487445130944252, 0.0011335366871207952, 0.0025049762334674597, -0.005439958069473505, -0.01082902867347002, 0.08459669351577759, 0.03847154974937439, -0.0015088377986103296, -0.027194702997803688, -0.0821540579199791, 0.008630653843283653, 0.04121951386332512, -0.02300150692462921, 0.04787570238113403, 0.050888292491436005, 0.001373983803205192, 0.004887820221483707, -0.006152394227683544, 0.038206927478313446, 0.0026538243982940912, -0.023571455851197243, 0.06546270102262497, -0.00623381556943059, 0.022451914846897125, 0.019856611266732216, -0.028273534029722214, 0.07555893063545227, -0.03635459393262863, 0.0009694219334051013, 0.015317375771701336, 0.040425658226013184, 0.0518653467297554, -0.011785727925598621, 0.038206927478313446, 0.03454297035932541, 0.04172839969396591, 0.02988160401582718, -0.006859741639345884, -0.0677424892783165, -0.03126576542854309, 0.04482240602374077, -0.017709124833345413, 0.0028446554206311703, -0.03999819606542587, 0.019999098032712936, 0.03832906112074852, 0.014157122932374477, -0.0480385459959507, 0.004025263711810112, -0.015714304521679878, -0.03963180258870125, 0.0100860595703125, -0.004294971935451031, -0.020334960892796516, -0.01579572632908821, -0.009709485806524754, -0.02772394008934498, 0.03328094258904457, -0.037107743322849274, 0.039753932505846024, -0.06151376664638519, 0.016263898462057114, -0.0007652326603420079, 0.0012073246762156487, -0.05418585240840912, -0.06709112226963043, 0.029454141855239868, -0.021393436938524246, -0.054389405995607376, 0.02939307689666748, -0.004058341030031443, -0.07649528235197067, 0.0168134905397892, 0.04966697096824646, 0.006223638076335192, 0.010869738645851612, -0.020192474126815796, -0.022553689777851105, -0.052760981023311615, -0.03155073896050453, 0.015144355595111847, -0.049259863793849945, 0.010030082426965237, 0.0006062067695893347, 0.04600301384925842, -0.00255840877071023, 0.030777238309383392, -0.02847708761692047, -0.008569587953388691, 0.037535201758146286, 0.02631942369043827, -0.012264078482985497, 0.009531376883387566, -0.025098105892539024, 0.0499519445002079, 0.0019490215927362442, -0.030227644369006157, -0.014513340778648853, 0.051661793142557144, -0.04832351952791214, 0.026970794424414635, 0.02493526227772236, -0.09347160905599594, -0.0312250554561615, 0.027703585103154182, -0.028232824057340622, -0.01786179095506668, 0.024365313351154327, 0.0023968385066837072, 0.0247317086905241, -0.051091842353343964, -0.042379770427942276, -0.01296633668243885, 0.03193749114871025, -0.02560698799788952, 0.018960976973176003, 0.031428609043359756, -0.003737744875252247, -0.0007117999484762549, 0.0206504687666893, 0.05768696591258049, 0.02560698799788952, 0.013068113476037979, -0.012141945771872997, 0.019235774874687195, 0.009846883825957775, 0.0022708899341523647, -0.02080313302576542, -0.040038906037807465, -0.0018917722627520561, 0.004495980683714151, 0.00826425850391388, -0.014055346138775349, -0.027561098337173462, 0.08687648922204971, -0.009638242423534393, 0.006014996208250523, -0.038837943226099014, 0.000760143855586648, 0.00771975377574563, -0.11610672622919083, 0.047550018876791, 0.016172299161553383, 0.02977982722222805, 0.0020762423519045115, -0.047550018876791, 0.02804962545633316, -0.029189523309469223, -0.03741307184100151, 0.07177284359931946, 0.011531286872923374, 0.0005460949614644051, -0.03344378620386124, 0.07311629503965378, 0.050074078142642975, -0.029596630483865738, 0.031387899070978165, 0.03462439402937889, -0.04726504534482956, -0.031632162630558014, 0.004317871294915676, -0.03720951825380325, -0.008152304217219353, -0.04506666958332062, -0.021535925567150116, 0.02359181083738804, 0.0461251474916935, -0.07502969354391098, -0.07938573509454727, 0.03242601826786995, 0.022166939452290535, -0.00842710118740797, 0.006503523793071508, 0.023836076259613037, -0.05288311094045639, -0.047387175261974335, 0.0017429239815101027, -0.002783589530736208, 0.027968205511569977, -0.007037850562483072, -0.0355403833091259, -0.08223547786474228, -0.006508612539619207, -0.02098633162677288, 0.00823881383985281, -0.01188750471919775, -0.009368534199893475, 0.01460493914783001, -0.0065391454845666885, 0.05577356740832329, -0.02253333479166031, -0.009332912974059582, 0.0023650333750993013, -0.01738343946635723, -0.017464861273765564, 0.028232824057340622, 0.031347185373306274, 0.00504302978515625, -0.06619548797607422, 0.0008848201832734048, 0.008569587953388691, 0.004231361206620932, -0.020294250920414925, 0.03238530829548836, -0.04254261031746864, 0.03875652328133583, 0.03212068974971771, 0.03472616896033287, 0.009760374203324318, 0.037677690386772156, -0.07759446650743484, 0.027011504396796227, 0.022736888378858566, -0.04197266325354576, -0.030858660116791725, -0.04107702895998955, -0.01725113019347191, -0.02046727016568184, 0.02752038836479187, -0.003094008192420006, -0.05691346526145935, -0.015062933787703514, -0.007470401003956795, 0.027357544749975204, -0.025973383337259293, 0.050888292491436005, 0.02776465192437172, -0.0025902139022946358, -0.0008587398915551603, 0.030634751543402672, 0.03959108889102936, -0.04856778308749199, 0.039937131106853485, 0.0590711273252964, 0.03303667902946472, -0.025668054819107056, -0.013566818088293076, -0.0024706264957785606, 0.011806083843111992, -0.023937851190567017, 0.005770732183009386, 0.000517470296472311, -0.045514486730098724, -0.003111819038167596, -0.010192925110459328, 0.011633063666522503, -0.08679506927728653, 0.018268896266818047, 0.05520361661911011, -0.027500031515955925, 0.05874544382095337, -0.002712345914915204, 0.0014414108591154218, -0.014452274888753891, 0.018625114113092422, 0.03716880828142166, -0.0006399202393367887, -0.014055346138775349, 0.0025991194415837526, 0.018319785594940186, -0.04832351952791214, -0.06220584735274315, -0.0691673681139946, 0.06460777670145035, -0.026543332263827324, 0.04278687387704849, -0.013383620418608189, 0.053249508142471313, -0.010335411876440048, -0.03187642619013786, -0.05394158884882927, -0.05443011596798897, 0.0035799911711364985, 0.023836076259613037, -0.008218458853662014, 0.07421548664569855, -0.012498164549469948, 0.02387678623199463, -0.020711533725261688, -0.012691539712250233, -0.002246718155220151, 0.0013320010621100664, -0.06420066952705383, -0.009368534199893475, -0.026095515117049217, 0.08777212351560593, 0.012599940411746502, -0.0677017793059349, -0.08032207936048508, 0.03727058321237564, -0.025037039071321487, 0.04641012102365494, -0.02137308195233345, -0.0105644091963768, 0.024650288745760918, 0.05557001382112503, -0.026787595823407173, 0.06957446783781052, 0.008304969407618046, -0.03197820112109184, 0.02568840980529785, 0.011907859705388546, -0.08325324207544327, 0.011419332586228848, -0.000637057819403708, 0.053290218114852905, 0.032731350511312485, 0.03885829821228981, -0.01263047382235527, -0.03543860465288162, -0.02723541297018528, 0.019581815227866173, 0.0022047352977097034, -0.016925444826483727, -0.003839521436020732, -0.013414153829216957, -0.012203012593090534, 0.012121590785682201, 0.0009751468896865845, -0.029515208676457405, 0.06041457876563072, 0.010727251879870892, -0.06700970232486725, 0.026787595823407173, 0.04775357246398926, 0.049829814583063126, 0.0012613935396075249, -0.01627407595515251, 0.006162572186440229, -0.01361770648509264, -0.07625101506710052, -0.016294430941343307, 0.06269437074661255, -0.0029769649263471365, 0.00003699340231833048, -0.028762061148881912, -0.01246763113886118, 0.0002471262705512345, -0.029026681557297707, -0.019347727298736572, 0.015429330058395863, 0.022777598351240158, -0.05654706805944443, 0.006091328337788582, 0.043926771730184555, -0.026299068704247475, -0.06375285238027573, 0.014299609698355198, 0.08760928362607956, 0.006193105131387711, 0.014981512911617756, 0.02133237197995186, -0.015551461838185787, -0.05414514243602753, 0.0043585821986198425, 0.05744270235300064, 0.021393436938524246, 0.012101235799491405, -0.06086239591240883, 0.035418249666690826, -0.02501668408513069, -0.00545013602823019, -0.0011329005938023329, 0.011032581329345703, 0.006193105131387711, -0.029861249029636383, -0.055122196674346924, 0.0005126995383761823, -0.008813852444291115, 0.01388232596218586, -0.053045954555273056, 0.030817948281764984, -0.0898076593875885, 0.042298346757888794, 0.0022149127908051014, 0.06737609952688217, 0.014554050751030445, -0.01834014058113098, -0.041280582547187805, 0.022736888378858566, -0.057564835995435715, 0.019276484847068787, -0.045514486730098724, -0.005188061390072107, -0.02137308195233345, 0.026482267305254936, -0.04649154096841812, 0.024243181571364403, 0.005287293344736099, 0.07393050938844681, 0.058094073086977005, 0.06318290531635284, -0.01501204539090395, -0.04539235681295395, -0.03130647540092468, 0.0170577559620142, -0.021698767319321632, 0.025769829750061035, -0.010019904933869839, -0.03334200754761696, 0.012986691668629646, 0.07189498096704483, -0.013841615058481693, -0.006320325657725334, 0.047631438821554184, -0.023123638704419136, -0.07987426221370697, -0.014014635235071182, 0.06745751947164536, -0.0581347830593586, -0.003941297996789217, 0.05039976164698601, 0.011968925595283508, -0.020049987360835075, -0.024141404777765274, -0.02540343441069126, -0.05133610963821411, -0.028273534029722214, -0.035764291882514954, -0.03262957185506821, 0.002526603639125824, 0.026156581938266754, -0.031774647533893585, 0.0021831076592206955, -0.005704577546566725, 0.011653418652713299, -0.056221384555101395, -0.05878615379333496, 0.001520287711173296, -0.017902500927448273, -0.0001798582961782813, -0.042583320289850235, 0.016884734854102135, 0.025871606543660164, -0.0013574451440945268, 0.08056633919477463, 0.021434148773550987, 0.03808479756116867, 0.008472900837659836, 0.03839012607932091, -0.011541464366018772, 0.005719843786209822, 0.0038267995696514845, 0.029026681557297707, 0.007668865378946066, 0.011012226343154907, -0.03810515254735947, 0.02599373832345009, -0.046613674610853195, 0.012243722565472126, -0.0237750094383955, 0.01082902867347002, -0.04482240602374077, -0.03413586691021919, 0.00965859740972519, 0.004824209958314896, 0.011968925595283508, 0.009409245103597641, 0.015337730757892132, -0.002225090516731143, -0.06310147792100906, 0.005287293344736099, -0.01022854633629322, 0.02363252267241478, 0.006930985022336245, 0.025484856218099594, 0.01580590382218361, 0.011999459005892277, -0.05613996088504791, 0.045555196702480316, -0.08874917775392532, -0.018421560525894165, 0.008345679379999638, 0.09526287764310837, -0.0032034178730100393, 0.0175259280949831, -0.032263174653053284, 0.031102923676371574, 0.03564215824007988, 0.00524658290669322, -0.031062211841344833, -0.014686360955238342, 0.021149173378944397, 0.017403796315193176, -0.030288711190223694, -0.0016742247389629483, 0.03464474901556969, -0.048730626702308655, 0.030817948281764984, 0.06542198359966278, 0.0032110512256622314, -0.048242099583148956, -0.04343824461102486, 0.034848302602767944, 0.042827583849430084, 0.0180042777210474, -0.025586633011698723, -0.0016958522610366344, -0.039937131106853485, -0.04201337322592735, 0.011164890602231026, 0.04062921181321144, -0.08199121057987213, 0.09680988639593124, -0.013322554528713226, 0.04012032970786095, 0.0004678542318288237, -0.05736128240823746, 0.017556460574269295, -0.06489274650812149, -0.0321817547082901, 0.004244083538651466, -0.004979419056326151, 0.030858660116791725, -0.007256670389324427, -0.0023968385066837072, -0.03059403970837593, 0.05520361661911011, -0.05121397599577904, -0.03525540977716446, 0.03462439402937889, 0.010513520799577236, -0.014492984861135483, -0.01835031807422638, -0.0001330251689068973, -0.0005864875274710357, -0.012487986125051975, 0.03755556046962738, -0.020640291273593903, -0.006147305481135845, -0.01642674021422863, 0.03775911033153534, 0.03802373260259628, 0.010050437413156033, 0.029454141855239868, 0.011999459005892277, -0.005811442621052265, 0.02861957438290119, -0.020009275525808334, 0.04217621684074402, 0.029311655089259148, -0.026543332263827324, -0.028314245864748955, -0.01738343946635723, -0.0345836840569973, -0.02631942369043827, 0.0317135825753212, 0.03779982402920723, -0.027540743350982666, 0.0037835445255041122, -0.032100334763526917, 0.007953840307891369, -0.021413791924715042, 0.02420247159898281, 0.003462948137894273, -0.08663222938776016, 0.0027581453323364258, -0.007902951911091805, -0.007511111907660961, 0.04461885243654251, 0.03804408758878708, -0.03328094258904457, -0.04779428243637085, -0.059681788086891174, -0.03963180258870125, -0.007388979662209749, -0.011429510079324245, 0.05605854094028473, 0.01758699305355549, -0.019388439133763313, 0.02444673515856266 ]
37,311
micropip._commands.list
_list
Get the dictionary of installed packages. Returns ------- ``PackageDict`` A dictionary of installed packages. >>> import micropip >>> await micropip.install('regex') # doctest: +SKIP >>> package_list = micropip.list() >>> print(package_list) # doctest: +SKIP Name | Version | Source ----------------- | -------- | ------- regex | 2021.7.6 | pyodide >>> "regex" in package_list # doctest: +SKIP True
def _list() -> PackageDict: """Get the dictionary of installed packages. Returns ------- ``PackageDict`` A dictionary of installed packages. >>> import micropip >>> await micropip.install('regex') # doctest: +SKIP >>> package_list = micropip.list() >>> print(package_list) # doctest: +SKIP Name | Version | Source ----------------- | -------- | ------- regex | 2021.7.6 | pyodide >>> "regex" in package_list # doctest: +SKIP True """ # Add packages that are loaded through pyodide.loadPackage packages = PackageDict() for dist in importlib.metadata.distributions(): name = dist.name version = dist.version source = dist.read_text("PYODIDE_SOURCE") if source is None: # source is None if PYODIDE_SOURCE does not exist. In this case the # wheel was installed manually, not via `pyodide.loadPackage` or # `micropip`. continue packages[name] = PackageMetadata( name=name, version=version, source=source, ) for name, pkg_source in loadedPackages.to_py().items(): if name in packages: continue if name in REPODATA_PACKAGES: version = REPODATA_PACKAGES[name]["version"] source_ = "pyodide" if pkg_source != "default channel": # Pyodide package loaded from a custom URL source_ = pkg_source else: # TODO: calculate version from wheel metadata version = "unknown" source_ = pkg_source packages[name] = PackageMetadata(name=name, version=version, source=source_) return packages
() -> micropip.package.PackageDict
[ 0.03719339892268181, -0.04805586859583855, -0.04348825663328171, -0.038632772862911224, 0.061106182634830475, 0.020822929218411446, 0.04356502369046211, -0.018040142953395844, 0.04847808554768562, 0.0015557223232463002, 0.0042533474043011665, -0.030553091317415237, 0.005253711715340614, 0.019287599250674248, 0.011658921837806702, -0.03237629681825638, 0.014566455036401749, 0.08605531603097916, -0.027079405263066292, -0.004466854501515627, -0.007158481981605291, 0.06283342838287354, 0.046290237456560135, 0.023701675236225128, -0.006208495702594519, 0.06402331590652466, 0.04444783926010132, -0.037366125732660294, -0.04110849276185036, -0.022396644577383995, -0.04222160950303078, 0.000342150975484401, 0.034314654767513275, 0.027405662462115288, -0.021955236792564392, 0.05772845447063446, 0.05538707599043846, -0.007374387700110674, -0.018251249566674232, 0.0023269865196198225, 0.005805471446365118, -0.0041597881354391575, 0.04463975504040718, -0.06567379087209702, 0.0034425004851073027, 0.010517018847167492, -0.06436876207590103, 0.0031042478512972593, 0.052431561052799225, 0.024795599281787872, 0.062065765261650085, 0.015890678390860558, 0.017896205186843872, -0.003927089273929596, 0.011102364398539066, 0.06337079405784607, 0.02932482771575451, 0.06897475570440292, 0.06210415065288544, 0.06832224130630493, 0.0012654487509280443, 0.006362028885632753, -0.024929940700531006, -0.06233444809913635, -0.03869034722447395, 0.02638850547373295, -0.012762441299855709, -0.07277470082044601, -0.037462081760168076, -0.015257353894412518, -0.024430958554148674, -0.014211409725248814, 0.011486196890473366, -0.01501745916903019, 0.06981918960809708, -0.023759251460433006, 0.04003376141190529, -0.06943535804748535, -0.012321033515036106, -0.06824547052383423, -0.021168379113078117, -0.003540857695043087, -0.02602386474609375, 0.0528537780046463, 0.05488809198141098, 0.016053806990385056, 0.06490612775087357, 0.051625512540340424, 0.03109045699238777, -0.023145118728280067, -0.044064007699489594, 0.03266417235136032, 0.005239317659288645, 0.12344063073396683, -0.028883419930934906, -0.06410007923841476, -0.017368433997035027, -0.01917244866490364, 0.003106646938249469, 0.04402562230825424, -0.019441131502389908, 0.005152955651283264, -0.024315807968378067, 0.02155221253633499, -0.0029651084914803505, -0.012762441299855709, -0.040455978363752365, 0.05477294325828552, -0.0066307117231190205, -0.05626989156007767, -0.10662875324487686, -0.016264915466308594, 0.048171017318964005, 0.007978924550116062, 0.06187384948134422, -0.004586802329868078, 0.004961038939654827, -0.021936045959591866, 0.05469617620110512, 0.01316546555608511, -0.06636469066143036, 0.09549760073423386, 0.03713582456111908, -0.030860157683491707, 0.06106780096888542, -0.004970634821802378, 0.013069507665932178, -0.0011790863936766982, 0.03798025846481323, 0.009970057755708694, 0.045215506106615067, 0.011390239000320435, -0.030457133427262306, -0.002948315814137459, 0.012839207425713539, -0.06498289853334427, 0.026868296787142754, -0.030322792008519173, 0.010267527773976326, 0.03830651566386223, -0.0788392573595047, 0.019153257831931114, 0.013194252736866474, 0.0679384097456932, -0.012196287512779236, -0.02587033063173294, 0.015516441315412521, 0.015516441315412521, -0.011610942892730236, -0.030706625431776047, 0.008861740119755268, -0.03788429871201515, -0.03506312891840935, -0.0036919917911291122, -0.03133995085954666, 0.007120098453015089, 0.00045880014658905566, -0.016619959846138954, -0.03143590688705444, -0.0030538698192685843, -0.026254164054989815, -0.014959883876144886, -0.004824298433959484, 0.004131000488996506, -0.04701951891183853, -0.026753146201372147, 0.01407706830650568, -0.07350398600101471, -0.0012786430306732655, 0.06962727010250092, 0.00040032563265413046, -0.044409457594156265, 0.0018699854845181108, -0.044064007699489594, -0.010670552030205727, 0.026311738416552544, -0.011793263256549835, 0.025275390595197678, -0.006932980380952358, -0.0068610114976763725, 0.01907649077475071, -0.023548142984509468, -0.09542083740234375, 0.0606839694082737, -0.0224734116345644, 0.06686367839574814, -0.005757492035627365, 0.03813378885388374, 0.02769353799521923, 0.042490292340517044, -0.04571448639035225, 0.015439675189554691, 0.02729051373898983, 0.019402747973799706, -0.06298696249723434, -0.03379647806286812, -0.055924441665410995, 0.02414308302104473, -0.08920274674892426, 0.007412771228700876, 0.004970634821802378, -0.0045532165095210075, 0.0465589202940464, 0.051471978425979614, -0.006290060002356768, -0.0402640625834465, -0.07945339381694794, -0.006885000970214605, 0.012637695297598839, -0.012042754329741001, 0.0669020563364029, -0.021686553955078125, 0.013865960761904716, -0.026849105954170227, -0.007772614248096943, 0.016149764880537987, 0.027079405263066292, -0.023567333817481995, 0.003943881951272488, -0.05926378443837166, 0.012340225279331207, 0.04022567719221115, -0.03606109321117401, 0.05926378443837166, -0.037519656121730804, 0.0026604412123560905, -0.023720867931842804, 0.03723178431391716, 0.044870056211948395, -0.05193258076906204, 0.06532834470272064, -0.03120560757815838, 0.00382393435575068, 0.01316546555608511, 0.004087819252163172, -0.05650018900632858, -0.00007234348595375195, 0.04966796562075615, 0.0019743400625884533, 0.007431962992995977, -0.014038684777915478, 0.02065020613372326, 0.04663568735122681, 0.03358536958694458, -0.03961154446005821, -0.002969906432554126, -0.0076574645936489105, -0.05803552269935608, 0.019978497177362442, -0.006030973047018051, 0.024718832224607468, -0.018068930134177208, 0.027405662462115288, -0.021993620321154594, 0.01705177314579487, -0.04847808554768562, -0.02312592603266239, -0.019824964925646782, 0.028979377821087837, -0.03393081948161125, 0.003874312387779355, -0.009874098934233189, -0.023394610732793808, 0.03809540718793869, 0.002202240750193596, -0.005512798670679331, 0.05231641232967377, 0.03410354629158974, -0.06563541293144226, 0.009274360723793507, 0.04114687815308571, 0.002084692008793354, 0.022358261048793793, -0.022051194682717323, -0.023931976407766342, -0.0061125373467803, 0.01962345279753208, -0.010766509920358658, -0.026772338896989822, 0.030361175537109375, 0.009970057755708694, 0.04222160950303078, -0.026292547583580017, 0.020938079804182053, -0.016524001955986023, -0.001226465799845755, -0.003924690652638674, 0.027021829038858414, -0.03109045699238777, 0.025640031322836876, 0.03089854121208191, 0.03988023102283478, 0.012129116803407669, -0.020918888971209526, -0.0024661258794367313, 0.07169996947050095, -0.017368433997035027, -0.007168077863752842, 0.027271321043372154, -0.02596629038453102, -0.02389359287917614, 0.031167224049568176, 0.018807807937264442, 0.01400030218064785, -0.004142995458096266, -0.005306488834321499, 0.038939837366342545, -0.06686367839574814, -0.06682529300451279, -0.01720530539751053, 0.02663799747824669, -0.005723906680941582, 0.04133879393339157, 0.02475721575319767, -0.02830767072737217, -0.03930447995662689, -0.04310442507266998, 0.03139752522110939, 0.007499133702367544, 0.05665372312068939, -0.015209374949336052, 0.05012856423854828, 0.0008516290690749884, 0.025697607547044754, 0.02420065924525261, -0.02611982263624668, 0.01947951503098011, 0.018030546605587006, 0.0512416809797287, -0.027021829038858414, -0.030514707788825035, -0.006582732778042555, 0.011265492998063564, 0.050704315304756165, 0.0425286740064621, 0.00460359500721097, 0.042490292340517044, -0.09856826812028885, 0.006539551541209221, 0.015612399205565453, 0.02358652651309967, -0.025141049176454544, -0.07127775251865387, 0.014959883876144886, -0.04448622465133667, -0.04936090111732483, 0.056692104786634445, 0.02738647162914276, -0.008602652698755264, -0.03874792158603668, 0.04034082964062691, 0.05715270712971687, -0.024066317826509476, 0.019959306344389915, 0.07139290124177933, -0.03222276642918587, -0.06386978179216385, 0.05523354187607765, -0.023452185094356537, 0.02065020613372326, 0.01549724955111742, -0.0024001544807106256, -0.0052297222428023815, 0.0012978346785530448, -0.05818905308842659, -0.0536598265171051, 0.0374428890645504, 0.027789495885372162, 0.03490959480404854, -0.040302444249391556, -0.0299773421138525, -0.007849381305277348, -0.049629583954811096, -0.03343183919787407, 0.021437061950564384, -0.0171477310359478, 0.0061077396385371685, 0.012244266457855701, -0.08590178191661835, 0.04682760313153267, -0.004409279208630323, -0.0010141582461073995, 0.000843832443933934, -0.024066317826509476, 0.00014041384565643966, -0.012810420244932175, 0.015689166262745857, 0.006318847648799419, -0.023241076618433, -0.011697305366396904, -0.03642573207616806, -0.012580120004713535, -0.030764199793338776, 0.08927951008081436, -0.02120676264166832, -0.03920852020382881, -0.0053544677793979645, -0.007374387700110674, -0.03813378885388374, -0.006769851315766573, 0.06210415065288544, -0.04225999116897583, 0.01724368892610073, -0.021648170426487923, -0.014038684777915478, -0.0005940412520430982, 0.026503656059503555, -0.05108814686536789, -0.016149764880537987, -0.028326861560344696, 0.008928910829126835, -0.03895903006196022, -0.001115514081902802, -0.06678690761327744, -0.0362338162958622, 0.057344622910022736, -0.00918320007622242, 0.014998267404735088, 0.05423557758331299, -0.022895626723766327, 0.045215506106615067, -0.05964761972427368, 0.0425286740064621, 0.03834489732980728, -0.019901731982827187, -0.008405938744544983, 0.004406880587339401, 0.04103172942996025, -0.004653973039239645, 0.017416413873434067, 0.015238163061439991, 0.014796755276620388, -0.030150067061185837, -0.0512416809797287, 0.014931096695363522, -0.04364179074764252, 0.0005766488029621542, -0.058918338268995285, -0.009255168959498405, 0.00847310945391655, 0.011265492998063564, -0.0014513678615912795, 0.05120329558849335, -0.011217514052987099, -0.01846235804259777, 0.05066592991352081, -0.05001341551542282, 0.029862193390727043, 0.004229357931762934, -0.016831068322062492, -0.02901776134967804, -0.03611866757273674, 0.09380874037742615, -0.003939084243029356, 0.004824298433959484, 0.026062248274683952, 0.010469039902091026, -0.023701675236225128, -0.057958755642175674, -0.027021829038858414, 0.0606839694082737, 0.020631013438105583, 0.029132910072803497, -0.016360873356461525, 0.031934890896081924, 0.0019815368577837944, -0.05223964527249336, -0.062065765261650085, -0.0003970270627178252, 0.06264151632785797, 0.04671245440840721, 0.003041875082999468, 0.022607753053307533, -0.06425361335277557, 0.015055841766297817, 0.006577934604138136, 0.009164008311927319, 0.03694390878081322, -0.008223618380725384, -0.06686367839574814, -0.00764786871150136, -0.055770907551050186, 0.05296892672777176, -0.022665327414870262, -0.03556210920214653, -0.09334813803434372, 0.03494797646999359, -0.017694693058729172, -0.029036952182650566, -0.026139015331864357, -0.010459444485604763, 0.0064627849496901035, 0.010171569883823395, -0.06275666505098343, 0.07983722537755966, 0.003476085839793086, 0.0008750188862904906, 0.011044789105653763, 0.03546615317463875, -0.06337079405784607, 0.04080142825841904, 0.02587033063173294, 0.023452185094356537, 0.04206807538866997, 0.023624910041689873, -0.042950890958309174, -0.0036608055233955383, -0.04122364521026611, 0.006669095251709223, 0.004442865028977394, -0.027789495885372162, 0.004318119026720524, -0.02185927890241146, -0.03139752522110939, 0.018548721447587013, -0.012138712219893932, -0.04855484887957573, 0.07162320613861084, -0.019517898559570312, -0.006179708056151867, -0.011965988203883171, 0.06233444809913635, 0.0331631563603878, -0.024315807968378067, -0.02577437274158001, -0.01705177314579487, -0.04118525981903076, -0.06087588518857956, -0.01953708939254284, 0.05742138996720314, 0.039649929851293564, 0.02034313976764679, -0.03404597193002701, -0.009854907169938087, 0.004903464112430811, -0.03166620805859566, 0.0031162425875663757, 0.03176216408610344, -0.05573252588510513, 0.008818558417260647, 0.06164354830980301, 0.04909221827983856, -0.004829096607863903, -0.04498520493507385, 0.03341264650225639, 0.08068165928125381, -0.0041981711983680725, -0.0064627849496901035, 0.015209374949336052, -0.014345751143991947, -0.006717074196785688, -0.021417871117591858, 0.008578663691878319, 0.014374539256095886, 0.05945570394396782, -0.014240196906030178, 0.017330052331089973, -0.02003607340157032, -0.0026124620344489813, -0.038076214492321014, -0.0007298821001313627, 0.018587103113532066, -0.03815298154950142, 0.010382677428424358, -0.025793565437197685, -0.019009320065379143, -0.03922771289944649, -0.009154412895441055, -0.0006060360465198755, -0.037097442895174026, 0.03358536958694458, -0.04767203703522682, 0.06663337349891663, 0.0035888368729501963, 0.00910163577646017, -0.023663293570280075, 0.03679037466645241, -0.019613856449723244, 0.016975006088614464, -0.0669020563364029, -0.02423904277384281, -0.012033158913254738, 0.060492049902677536, -0.050857849419116974, 0.027616770938038826, -0.009125624783337116, 0.02155221253633499, 0.012090733274817467, 0.09273400902748108, -0.020151222124695778, -0.02395116724073887, -0.03237629681825638, 0.03911256417632103, -0.013175060972571373, 0.017061367630958557, -0.03003491833806038, -0.04671245440840721, 0.03679037466645241, 0.022204728797078133, -0.016159361228346825, -0.012157903984189034, 0.07726554572582245, 0.0018364001298323274, -0.10946911573410034, 0.016101786866784096, 0.015737146139144897, 0.014221006073057652, 0.0015893077943474054, 0.04813263565301895, 0.00020106241572648287, -0.060146600008010864, -0.02485317550599575, -0.005484011489897966, -0.06878283619880676, 0.025947097688913345, -0.029094526544213295, 0.02506428211927414, -0.02155221253633499, 0.02861473523080349, -0.02420065924525261, 0.007196865044534206, 0.03782672435045242, 0.03991861268877983, -0.028269287198781967, -0.001608499325811863, 0.0006213293527252972, -0.05427395924925804, 0.03844085708260536, 0.020016880705952644, -0.05381336063146591, 0.04985988140106201, 0.00829078909009695, 0.0820634588599205, -0.005690321326255798, 0.012599311769008636, 0.013347785919904709, 0.03306719660758972, -0.06924343854188919, -0.019354769960045815, 0.04371855780482292, 0.018855787813663483, -0.001021954813040793, 0.014173026196658611, -0.019671430811285973, 0.0006950972601771355, -0.008338768035173416, -0.005114572122693062, -0.00478351628407836, 0.07665140926837921, -0.056845638900995255, -0.016754303127527237, -0.01907649077475071, -0.022684520110487938, 0.012205883860588074, -0.016005828976631165, 0.009854907169938087, -0.008218820206820965, -0.018433570861816406, -0.038882263004779816, -0.007916552014648914, 0.02253098599612713, 0.015756336972117424, 0.0017476388020440936, -0.02709859609603882, 0.006083750165998936, -0.058265820145606995, 0.04759526997804642, -0.03393081948161125, -0.004932251758873463, 0.023068351671099663, 0.07051008939743042, 0.024258233606815338, 0.03608028590679169, -0.009192795492708683, -0.0037375721149146557, 0.06348595023155212, -0.02485317550599575, 0.006995352916419506, 0.0303803663700819, 0.016725514084100723, 0.009044060483574867, -0.03546615317463875, -0.0031090457923710346, 0.021571403369307518, -0.0393812470138073, 0.08643914759159088, -0.013635660521686077, 0.02281886152923107, -0.027463236823678017, -0.05469617620110512, -0.028576353564858437, -0.009341531433165073, 0.05419719219207764, -0.03922771289944649, 0.015545228496193886, 0.025141049176454544, -0.03444899618625641, 0.037366125732660294, -0.0011131151113659143, -0.05327599495649338, 0.03615704923868179, 0.0165815781801939, 0.033662136644124985, 0.025237007066607475, -0.046290237456560135, 0.0020726972725242376, -0.09181281179189682, 0.004917857702821493, -0.03466010466217995, 0.04751850292086601, 0.016667939722537994, 0.01273365318775177, -0.023375418037176132, -0.08321495354175568, 0.0607607327401638, -0.07070200145244598, 0.009231179021298885, 0.027309704571962357, 0.03124399110674858, -0.029305635020136833, 0.012359416112303734, 0.022089578211307526, 0.024718832224607468, -0.001730846124701202, 0.02155221253633499, 0.030821774154901505, -0.012666482478380203, -0.05346791073679924, -0.04874676838517189, 0.060952652245759964, -0.0171477310359478, 0.04982149973511696, -0.021628979593515396, -0.0062324851751327515, 0.00959102250635624, -0.03333587944507599, 0.01918204501271248, 0.022646136581897736, 0.020477481186389923, -0.007091311272233725, 0.013175060972571373, 0.012704866006970406, 0.00613652728497982, 0.06314049661159515, 0.012867994606494904, -0.07039494067430496, 0.035024743527173996, -0.06248798221349716, 0.0006387218018062413, 0.03494797646999359, 0.010257932357490063, 0.01785782165825367, -0.06548187881708145, -0.03586917743086815, -0.027252130210399628, -0.007868573069572449, -0.012301841750741005, 0.007412771228700876, 0.011860433965921402, -0.03454495221376419, -0.05504162609577179, -0.02160978689789772, 0.006813032552599907, -0.011044789105653763, 0.036348968744277954, -0.011658921837806702, -0.039956994354724884, -0.014547263272106647 ]
37,312
micropip._commands.mock_package
list_mock_packages
List all mock packages currently installed.
def list_mock_packages() -> list[str]: """ List all mock packages currently installed. """ mock_packages = [ dist.name for dist in importlib.metadata.distributions() if dist.read_text("INSTALLER") in (MOCK_INSTALL_NAME_PERSISTENT, MOCK_INSTALL_NAME_MEMORY) ] return mock_packages
() -> list[str]
[ 0.043046001344919205, -0.008678343147039413, 0.004190691281110048, -0.051130425184965134, 0.06829208880662918, 0.010442378930747509, 0.008501053787767887, 0.021930767223238945, 0.021593917161226273, 0.03737272322177887, -0.023083152249455452, -0.017587164416909218, -0.028313206508755684, -0.016656391322612762, 0.04531531408429146, 0.006138664670288563, 0.04503164812922478, 0.022533554583787918, 0.04102489724755287, -0.023969601839780807, -0.01066399086266756, 0.06538453698158264, -0.01477711834013462, 0.017374416813254356, -0.018455885350704193, 0.06045587733387947, 0.017454195767641068, -0.051236797124147415, 0.03067116253077984, -0.008806878700852394, -0.05162683501839638, -0.0008304926450364292, 0.03712451830506325, 0.05095313489437103, -0.01368678454309702, -0.0038228146731853485, 0.06857575476169586, -0.026841700077056885, -0.0310612004250288, -0.005185731220990419, 0.05215870589017868, 0.04343603923916817, 0.0676538497209549, -0.020246513187885284, -0.03095482662320137, 0.01304854080080986, -0.012968760915100574, 0.011195860803127289, 0.06020766869187355, 0.02428872510790825, 0.03964203596115112, 0.05230053886771202, -0.02301223762333393, 0.015113969333469868, 0.0138818034902215, 0.0425141304731369, 0.025636127218604088, -0.02751540206372738, 0.019909663125872612, 0.03932291269302368, 0.00002567587944213301, 0.009493877179920673, 0.009520471096038818, -0.11176358908414841, -0.012995353899896145, -0.008629588410258293, -0.0019413250265643, -0.01452004723250866, -0.005664414260536432, -0.03531615808606148, -0.05549175664782524, -0.01476825401186943, 0.011718866415321827, 0.008159770630300045, 0.038117341697216034, -0.03299366310238838, 0.06786659359931946, -0.03950020298361778, 0.009688896127045155, -0.05974671617150307, -0.05336427688598633, 0.013544952496886253, -0.012578723020851612, 0.0622996911406517, 0.005407343618571758, -0.00991050899028778, 0.007224565837532282, 0.059533968567848206, 0.028898263350129128, -0.013607004657387733, -0.042159553617239, 0.01955508254468441, 0.030635705217719078, 0.09800589084625244, -0.027497673407197, -0.030316583812236786, -0.03595440462231636, 0.004707048647105694, -0.012596451677381992, 0.0588248074054718, -0.040209364145994186, 0.02918192744255066, -0.004002321045845747, 0.07268888503313065, 0.014750524424016476, 0.006887714844197035, -0.04258504882454872, -0.025582941249012947, 0.036876313388347626, 0.02304769493639469, -0.07538369297981262, -0.018384968861937523, 0.05985309183597565, -0.018260866403579712, 0.05017305910587311, -0.015761077404022217, -0.0065331351943314075, -0.04584718495607376, 0.029908815398812294, 0.028525954112410545, -0.020760653540492058, 0.047903746366500854, 0.06779567897319794, -0.020299701020121574, 0.043365124613046646, 0.007672222796827555, 0.020104682072997093, 0.011896156705915928, 0.006324819289147854, 0.011745459400117397, 0.0709514394402504, -0.006187419407069683, 0.019200501963496208, 0.003237757831811905, -0.011045164428651333, 0.027391299605369568, 0.05839931219816208, -0.04418065771460533, 0.08715574443340302, -0.026628952473402023, -0.08219162374734879, -0.020902486518025398, -0.0360075905919075, 0.017374416813254356, -0.00404221098870039, 0.019980577751994133, 0.041627682745456696, -0.0058638653717935085, -0.026646681129932404, -0.051201339811086655, 0.03625579550862312, -0.04850653186440468, -0.05336427688598633, -0.02919965609908104, -0.0777239203453064, 0.051130425184965134, 0.008461163379251957, -0.002927500521764159, -0.006785773206502199, -0.0196082703769207, -0.015140562318265438, -0.0196082703769207, -0.011018571443855762, 0.010362598113715649, -0.00045541359577327967, -0.000389483873732388, -0.012436890974640846, -0.04765554144978523, -0.022267619147896767, 0.034926120191812515, -0.007242294959723949, 0.01616884395480156, 0.08446093648672104, -0.03861375153064728, 0.00826171226799488, -0.020157868042588234, -0.04737187549471855, 0.0009302182588726282, -0.000673147791530937, 0.00983072817325592, -0.02294132113456726, -0.0009152594138868153, -0.0518750436604023, 0.017604893073439598, -0.004379061982035637, 0.030369769781827927, -0.02779906615614891, 0.011444066651165485, -0.036415357142686844, 0.0242000799626112, -0.010451243259012699, 0.041379477828741074, 0.06449808925390244, 0.01212663296610117, -0.030547060072422028, 0.009476148523390293, -0.011913885362446308, 0.0005642807227559388, -0.08389361202716827, -0.017666945233941078, -0.05510171875357628, -0.011213590390980244, 0.030635705217719078, 0.012020259164273739, 0.056413665413856506, -0.04999576881527901, -0.07002953439950943, -0.03223131597042084, 0.008576401509344578, -0.009422961622476578, 0.000833262805826962, 0.021788936108350754, -0.05488897114992142, -0.010327139869332314, -0.005753059405833483, 0.044925276190042496, 0.059533968567848206, 0.0011723298812285066, 0.013651327230036259, -0.05737103149294853, -0.023827770724892616, -0.017276907339692116, -0.016576610505580902, 0.07744025439023972, -0.011133809573948383, 0.05265511944890022, 0.013172644190490246, 0.016638662666082382, 0.04715912789106369, -0.025494296103715897, 0.02100886031985283, -0.003853840520605445, 0.04414520040154457, 0.012623044662177563, -0.011842968873679638, -0.041485849767923355, 0.009236807003617287, 0.039961155503988266, 0.019023213535547256, 0.004208420403301716, -0.05715828388929367, 0.018757278099656105, 0.05247782915830612, 0.07119964808225632, -0.00826171226799488, 0.0007662250427529216, -0.05056309700012207, -0.03570619970560074, 0.04613084718585014, -0.0026150268968194723, 0.018207678571343422, 0.0484001599252224, 0.01395271997898817, -0.023349087685346603, -0.005522582214325666, -0.09672940522432327, -0.0015978257870301604, -0.00284107169136405, -0.0023158499971032143, -0.01232165191322565, -0.005943645723164082, -0.017046429216861725, -0.04733641818165779, 0.04386153444647789, -0.023863228037953377, -0.0010216333903372288, 0.012667367234826088, 0.046449970453977585, -0.08637566864490509, 0.04730096086859703, 0.07233430445194244, -0.04577626660466194, -0.03914562240242958, -0.03554663807153702, 0.002253798535093665, 0.014183197170495987, -0.009999154135584831, 0.03808188438415527, -0.056200917810201645, -0.002078724792227149, -0.06034950166940689, 0.04184043034911156, -0.00799577683210373, 0.021895309910178185, -0.02443055622279644, 0.02118615061044693, -0.02627437189221382, -0.026699867099523544, 0.005473827477544546, 0.04407428577542305, 0.026433933526277542, 0.0030892775394022465, -0.012073446065187454, -0.06914308667182922, -0.00565111730247736, 0.0028521523345261812, -0.0330645777285099, -0.030157022178173065, 0.03616715222597122, -0.01129337027668953, -0.04120218753814697, 0.02106204628944397, -0.010158714838325977, 0.044570695608854294, -0.014085687696933746, 0.002428872510790825, 0.03648627549409866, -0.07885857671499252, -0.01927141845226288, -0.017533976584672928, 0.03783367574214935, 0.021930767223238945, 0.024661032482981682, -0.04758462682366371, 0.05251328647136688, -0.01286238618195057, -0.06371801346540451, 0.036628104746341705, 0.023189526051282883, 0.008319331333041191, -0.013589275069534779, 0.04077669233083725, 0.016780493780970573, 0.016709579154849052, 0.00965343788266182, 0.03114984557032585, -0.014165467582643032, 0.03455381467938423, -0.033631905913352966, -0.030422957614064217, -0.04737187549471855, -0.039748407900333405, 0.008177499286830425, 0.041344016790390015, 0.04588264226913452, 0.018633175641298294, 0.024182351306080818, -0.01810130476951599, 0.030316583812236786, 0.012977625243365765, 0.018562259152531624, -0.07545460760593414, -0.02448374405503273, 0.0423368439078331, -0.04907386004924774, 0.04081214964389801, 0.08836131542921066, 0.031823549419641495, -0.009626844897866249, 0.006315954960882664, 0.05808018893003464, 0.005744194611907005, -0.03762092813849449, -0.016993243247270584, 0.0518750436604023, 0.02301223762333393, -0.06155507266521454, 0.06485266983509064, -0.026363017037510872, 0.05871843546628952, -0.03457154333591461, 0.002231637481600046, 0.005668846424669027, -0.00035901216324418783, -0.039996616542339325, -0.052726034075021744, 0.03224904462695122, 0.02953650802373886, 0.030227938666939735, -0.04088306427001953, -0.029820172116160393, -0.005615659523755312, -0.03907470777630806, -0.009866186417639256, 0.0327986441552639, -0.027284923940896988, 0.04832924157381058, -0.002179558388888836, -0.049818478524684906, 0.06346980482339859, -0.02934148907661438, -0.02572477236390114, -0.003740818239748478, -0.02113296277821064, -0.038365546613931656, 0.038365546613931656, -0.006094342563301325, -0.012250736355781555, -0.05336427688598633, 0.015778806060552597, -0.00972435437142849, -0.06651919335126877, -0.03418150544166565, 0.04879019781947136, 0.02765723317861557, -0.02084929868578911, 0.0015634758165106177, -0.01788855716586113, -0.03223131597042084, -0.027160821482539177, 0.016656391322612762, -0.04871927946805954, -0.023349087685346603, -0.04067031666636467, -0.017516247928142548, 0.020813841372728348, 0.008217389695346355, -0.05513717606663704, -0.02907555364072323, -0.023544106632471085, -0.019094128161668777, -0.0048843384720385075, -0.00033186463406309485, -0.07871674001216888, -0.01955508254468441, 0.06428533792495728, -0.03588348627090454, 0.005385182332247496, 0.08665933459997177, 0.014307299628853798, 0.03614942356944084, -0.07339804619550705, -0.03265681117773056, 0.012915574014186859, 0.027054447680711746, 0.04758462682366371, -0.021700290963053703, -0.00404221098870039, -0.03320641070604324, -0.015034188516438007, 0.06382438540458679, 0.0031557611655443907, -0.03694722801446915, -0.010389192029833794, 0.0122330067679286, -0.05396706238389015, -0.026699867099523544, -0.05857660248875618, -0.0909142941236496, -0.04715912789106369, -0.03439425304532051, 0.012534400448203087, 0.023792313411831856, 0.020831570029258728, 0.0258488766849041, 0.059285763651132584, 0.005083789583295584, 0.014981001615524292, 0.007153649814426899, 0.0022017196752130985, -0.06971041113138199, -0.05893118306994438, 0.028260018676519394, -0.033365968614816666, 0.009041788056492805, 0.033419158309698105, -0.0327099971473217, -0.028986908495426178, -0.08517009764909744, -0.0051458412781357765, 0.06651919335126877, 0.02751540206372738, 0.03074207901954651, 0.008518782444298267, 0.04591809958219528, -0.004840015899389982, 0.004671590402722359, -0.04379061982035637, 0.009573657996952534, 0.06786659359931946, 0.0489320270717144, -0.017383281141519547, 0.028827346861362457, -0.026575764641165733, -0.02425326593220234, 0.0009440690628252923, -0.02414689213037491, 0.0655972883105278, 0.038365546613931656, -0.036450814455747604, -0.013926126062870026, -0.03083072416484356, 0.04758462682366371, -0.013624733313918114, -0.02432418242096901, -0.03694722801446915, 0.01779104769229889, -0.03964203596115112, 0.005735330283641815, -0.028472768142819405, 0.01631954126060009, 0.02588433399796486, 0.014484589919447899, -0.06056224927306175, 0.05878935009241104, 0.05198141559958458, 0.01469733752310276, 0.03212494030594826, 0.0012088959338143468, 0.002120831049978733, 0.031522154808044434, 0.007153649814426899, -0.02131025306880474, 0.0392165407538414, -0.012764876708388329, -0.09226169437170029, 0.04091852158308029, -0.07474544644355774, 0.0009058408904820681, -0.004746938589960337, 0.035014767199754715, 0.03762092813849449, -0.05673278868198395, -0.003448289819061756, 0.009378639049828053, -0.03942928835749626, -0.05666187033057213, 0.0030449549667537212, -0.018916837871074677, 0.06031404435634613, -0.03228450194001198, 0.018863651901483536, -0.008536511100828648, -0.04832924157381058, 0.0012343813432380557, -0.04418065771460533, -0.02297677844762802, 0.00733980443328619, 0.023083152249455452, 0.04382607713341713, 0.06666102260351181, 0.002424440113827586, -0.0484001599252224, 0.04361332952976227, 0.05006668344140053, -0.02591979131102562, 0.0021562890615314245, -0.004689319524914026, 0.0061918520368635654, -0.048151951283216476, 0.011701137758791447, 0.025104258209466934, 0.024093706160783768, -0.020654279738664627, 0.0016188789159059525, 0.044641610234975815, -0.0005529230693355203, -0.04350695759057999, -0.03265681117773056, -0.02623891457915306, 0.048081036657094955, -0.04329420626163483, -0.018314052373170853, -0.030316583812236786, 0.014307299628853798, -0.07283071428537369, 0.056094542145729065, -0.06031404435634613, -0.0330645777285099, -0.019200501963496208, -0.018420426174998283, 0.04538622871041298, 0.0155306002125144, 0.03726635128259659, 0.00016884098295122385, -0.03568846732378006, -0.03372054919600487, 0.04531531408429146, 0.019891932606697083, -0.04765554144978523, 0.035067953169345856, -0.04396791011095047, 0.07588010281324387, 0.0037895729765295982, 0.0013064054073765874, -0.011727730743587017, 0.044818900525569916, -0.01774672418832779, 0.027036719024181366, -0.026948073878884315, 0.012241872027516365, -0.036592647433280945, -0.013429714366793633, 0.01805698312819004, -0.013252424076199532, -0.07325620949268341, 0.012179819867014885, 0.005992400459945202, 0.025281548500061035, -0.01376656536012888, -0.017259176820516586, 0.027267195284366608, 0.0451025664806366, -0.03694722801446915, 0.0007562524988316, -0.0643562525510788, -0.06031404435634613, 0.04538622871041298, -0.014200925827026367, -0.005389614962041378, 0.0780785009264946, 0.036592647433280945, 0.013544952496886253, -0.033383700996637344, 0.002712536370381713, 0.010974248871207237, -0.048045579344034195, -0.014927814714610577, 0.02448374405503273, 0.08070238679647446, -0.12091175466775894, -0.002561839995905757, 0.019147315993905067, -0.059285763651132584, -0.0008183039608411491, -0.01469733752310276, 0.0008991925278678536, -0.023224985226988792, 0.0310612004250288, -0.03228450194001198, -0.011133809573948383, 0.030440686270594597, 0.011328828521072865, -0.008713801391422749, 0.03694722801446915, -0.014387080445885658, -0.03950020298361778, -0.004871041513979435, 0.0006338115781545639, -0.017409874126315117, 0.00804453156888485, -0.009573657996952534, 0.09070154279470444, -0.01606247015297413, -0.03857829421758652, -0.031522154808044434, -0.020335158333182335, -0.06694468855857849, 0.04347149655222893, -0.017126210033893585, 0.04747825115919113, 0.00830160267651081, 0.015158291906118393, -0.0003695387567859143, 0.015238071791827679, -0.019040942192077637, -0.03953566029667854, 0.014883492141962051, 0.06467537581920624, -0.03637989982962608, -0.011133809573948383, -0.01808357611298561, -0.02769269235432148, 0.03528070077300072, -0.020122410729527473, -0.0011756540043279529, -0.0155306002125144, 0.02755085937678814, 0.0027590750250965357, -0.012436890974640846, -0.016807088628411293, 0.020122410729527473, 0.002699239645153284, 0.015681296586990356, -0.003982375841587782, -0.0484001599252224, 0.05059855431318283, -0.023810042068362236, -0.033170949667692184, 0.006484380457550287, 0.10566481947898865, 0.04886111244559288, 0.051662296056747437, -0.04999576881527901, -0.048045579344034195, 0.07616376876831055, -0.03125622123479843, 0.0753127783536911, 0.02591979131102562, -0.0007612387416884303, 0.0360075905919075, -0.03622033819556236, -0.056307289749383926, 0.06396621465682983, -0.016656391322612762, 0.055917251855134964, 0.0011933830101042986, 0.036521732807159424, -0.036663562059402466, -0.02944786287844181, -0.014989865943789482, -0.009068381041288376, 0.07283071428537369, 0.03751455619931221, -0.0007429557153955102, 0.023278171196579933, 0.006409031804651022, 0.02618572674691677, 0.001320810173638165, -0.04084760695695877, 0.039961155503988266, 0.003654389176517725, -0.020122410729527473, -0.004565216600894928, -0.02294132113456726, 0.004560784436762333, -0.06180328130722046, 0.02443055622279644, -0.04120218753814697, 0.0009784189751371741, 0.03914562240242958, 0.016833681613206863, -0.008394679985940456, -0.06042042002081871, 0.034819748252630234, -0.05666187033057213, 0.030387498438358307, -0.019998308271169662, 0.027284923940896988, 0.012428025715053082, -0.010025747120380402, 0.01966145634651184, 0.011417473666369915, 0.009786405600607395, 0.009405232034623623, 0.04237230122089386, -0.05566904693841934, 0.008137608878314495, -0.01782650500535965, 0.09034696221351624, -0.02274630218744278, 0.031859006732702255, -0.009121568873524666, 0.03301139175891876, -0.0014382648514583707, -0.012383704073727131, 0.00041884754318743944, -0.016656391322612762, 0.012605316005647182, 0.004786828998476267, 0.008275008760392666, -0.01395271997898817, 0.04428703337907791, 0.03428787738084793, 0.012702825479209423, -0.03093709796667099, 0.03604304790496826, -0.014910086058080196, 0.018260866403579712, -0.028986908495426178, 0.014209790155291557, -0.039996616542339325, -0.057973816990852356, -0.02950104884803295, 0.022338535636663437, 0.035085681825876236, -0.015672432258725166, -0.01779104769229889, 0.013172644190490246, -0.018615445122122765, -0.04230138286948204, -0.04230138286948204, -0.03090164065361023, -0.000587272981647402, -0.002965174615383148, -0.038471922278404236, -0.017073022201657295, -0.006391303148120642 ]
37,317
micropip._commands.mock_package
remove_mock_package
Remove a mock package.
def remove_mock_package(name: str) -> None: """ Remove a mock package. """ d = importlib.metadata.distribution(name) installer = d.read_text("INSTALLER") if installer == MOCK_INSTALL_NAME_MEMORY: _remove_in_memory_distribution(name) return elif installer is None or installer != MOCK_INSTALL_NAME_PERSISTENT: raise ValueError( f"Package {name} doesn't seem to be a micropip mock. \n" "Are you sure it was installed with micropip?" ) # a real mock package - kill it # remove all files folders: set[Path] = set() if d.files is not None: for file in d.files: p = Path(file.locate()) p.unlink() folders.add(p.parent) # delete all folders except site_packages # (that check is just to avoid killing # undesirable things in case of weird micropip errors) site_packages = Path(site.getsitepackages()[0]) for f in folders: if f != site_packages: shutil.rmtree(f)
(name: str) -> NoneType
[ 0.0579838752746582, 0.002649972913786769, 0.029138268902897835, -0.019809633493423462, -0.004607157316058874, -0.05677663907408714, -0.03446108102798462, 0.0640566349029541, 0.0036262786015868187, 0.047850415110588074, -0.005551453214138746, 0.01155104674398899, 0.006607783958315849, 0.00819913949817419, -0.02363254502415657, 0.007604667451232672, 0.093505859375, 0.03237585350871086, -0.01420330535620451, -0.033198971301317215, 0.0007608097512274981, 0.08333581686019897, -0.013681999407708645, 0.031827110797166824, 0.024108123034238815, 0.03947293385863304, 0.015291647054255009, 0.014559988863766193, 0.006850145757198334, -0.03438791260123253, -0.03907052427530289, -0.0002637969155330211, 0.06354447454214096, 0.07887270301580429, 0.03056500107049942, -0.006877582520246506, 0.05037463456392288, -0.012630241923034191, -0.07408034801483154, -0.022480184212327003, 0.005437131505459547, 0.03910710662603378, 0.05564257130026817, -0.02676038257777691, 0.0003595411835703999, 0.007229693233966827, -0.014559988863766193, 0.02745545655488968, -0.006283110938966274, 0.043423887342214584, 0.026559175923466682, 0.05326468497514725, -0.02010229602456093, 0.0333087183535099, 0.013672853820025921, 0.013563104905188084, 0.02648600935935974, 0.006145924795418978, 0.039180271327495575, -0.02873585745692253, -0.004497408866882324, 0.03947293385863304, -0.020138878375291824, -0.09306686371564865, 0.0056886388920247555, 0.009086274541914463, 0.00647059828042984, -0.008048235438764095, -0.0075589390471577644, -0.050338052213191986, -0.09584716707468033, 0.014624008908867836, 0.011569337919354439, -0.0011969463666900992, 0.0692514032125473, 0.0011980895651504397, 0.06972698122262955, -0.08165300637483597, 0.033381883054971695, -0.06522728502750397, -0.024784905835986137, 0.005734367296099663, -0.031040579080581665, 0.003752032294869423, -0.034076958894729614, 0.023504504933953285, 0.0597398541867733, 0.010993157513439655, 0.054069507867097855, -0.04309464246034622, 0.0009608723921701312, -0.001713679637759924, -0.0055834632366895676, 0.04620418697595596, 0.03837544843554497, -0.004389946348965168, 0.005917281843721867, -0.010151751339435577, -0.02752862311899662, 0.011496172286570072, -0.003425072878599167, 0.0289919376373291, -0.07316577434539795, 0.027400583028793335, 0.020632747560739517, 0.061422668397426605, 0.015090440399944782, -0.041082583367824554, -0.026357969269156456, 0.02527877502143383, -0.0952618345618248, -0.025297066196799278, -0.020669331774115562, -0.011797981336712837, 0.003939519636332989, -0.021455863490700722, -0.04989905655384064, -0.07316577434539795, 0.016389133408665657, 0.03731454536318779, -0.018913352862000465, 0.006840999703854322, 0.02615676447749138, -0.030583294108510017, 0.04638709872961044, 0.031223494559526443, 0.025644604116678238, 0.006964467000216246, 0.0016508027911186218, 0.017678679898381233, 0.004044695291668177, -0.026101889088749886, 0.020212044939398766, -0.0033587662037461996, -0.01990109123289585, 0.04946006461977959, 0.0727633610367775, -0.04097283259034157, 0.05297201871871948, 0.02026691846549511, -0.05919111147522926, 0.03325384482741356, 0.019535262137651443, 0.029723595827817917, 0.0528256893157959, -0.02787615917623043, 0.010929137468338013, -0.019681593403220177, -0.058239955455064774, -0.03764379024505615, -0.01869385503232479, -0.058313120156526566, -0.03179052844643593, -0.007188537158071995, -0.03098570555448532, 0.03402208536863327, 0.003752032294869423, 0.014185014180839062, -0.0632518082857132, -0.028022490441799164, 0.04474087059497833, 0.0032718819566071033, 0.020321793854236603, -0.04214348644018173, -0.05245985835790634, -0.07023914158344269, 0.0294492244720459, -0.0003978388849645853, 0.007892757654190063, 0.03420500084757805, -0.039692431688308716, 0.041521575301885605, 0.07137320935726166, -0.03012600727379322, -0.0216570682823658, 0.008697581477463245, -0.038412030786275864, -0.0017879885854199529, -0.010755368508398533, -0.004108715336769819, -0.009712756611406803, -0.029028519988059998, -0.04097283259034157, -0.004458539187908173, 0.0013227000599727035, 0.021492445841431618, -0.048435743898153305, 0.030107716098427773, -0.009109138511121273, 0.0056977844797074795, -0.022754555568099022, 0.029906509444117546, 0.04353363439440727, 0.002976932330057025, 0.06811733543872833, 0.017212247475981712, 0.00817627552896738, 0.014624008908867836, -0.017523203045129776, -0.02891877293586731, -0.07821421325206757, 0.0023550232872366905, 0.036162182688713074, 0.02319354936480522, 0.012538784183561802, -0.015419687144458294, -0.028589526191353798, -0.0060133119113743305, 0.009154867380857468, 0.02138269692659378, 0.03425987437367439, 0.04086308553814888, -0.008066526614129543, -0.00157420733012259, 0.027546914294362068, -0.0029083394911140203, 0.008875923231244087, -0.0067449696362018585, 0.013270442374050617, 0.013910642825067043, -0.057288799434900284, 0.028516359627246857, 0.03305263817310333, 0.08092134445905685, -0.042216651141643524, 0.038558363914489746, -0.02302892692387104, 0.041777655482292175, 0.08084817975759506, -0.04828941076993942, 0.05524015799164772, -0.025297066196799278, 0.0736413523554802, -0.06314206123352051, -0.008258586749434471, -0.057105887681245804, -0.038412030786275864, -0.015401395037770271, -0.009040545672178268, -0.015300792641937733, -0.04989905655384064, -0.006612356752157211, 0.018309734761714935, 0.06910507380962372, -0.028351737186312675, 0.003292459761723876, -0.0485089085996151, -0.029211435467004776, 0.04294830933213234, -0.027217667549848557, 0.022809429094195366, 0.01744089089334011, 0.03852178156375885, 0.02615676447749138, 0.05410609021782875, -0.0692879855632782, 0.010380393825471401, -0.0203583762049675, 0.009319490753114223, 0.03522932156920433, 0.02815053053200245, -0.05611814931035042, -0.025260483846068382, 0.03316238522529602, -0.02580922655761242, -0.03852178156375885, 0.008875923231244087, 0.05348417907953262, -0.03757062554359436, 0.022553348913788795, 0.08955490589141846, -0.04130207747220993, 0.017029333859682083, -0.05491091310977936, 0.0307479165494442, 0.012026623822748661, -0.024345912039279938, 0.03367454558610916, 0.004700900986790657, -0.008098536171019077, 0.005254216957837343, 0.009840796701610088, 0.0571424700319767, 0.03696700558066368, -0.011130343191325665, 0.038558363914489746, 0.001735400641337037, -0.017989635467529297, 0.024437367916107178, 0.07151954621076584, 0.015684911981225014, -0.03504640609025955, -0.05992276966571808, -0.01021577138453722, -0.06336156278848648, 0.003059244016185403, -0.07565341144800186, -0.011203508824110031, 0.012657678686082363, -0.02935776673257351, -0.011733961291611195, 0.0162336565554142, -0.007202256005257368, 0.05326468497514725, 0.010554162785410881, 0.01739516295492649, 0.028973646461963654, -0.05556940659880638, -0.01766953431069851, 0.03819253295660019, 0.012383307330310345, 0.001937749795615673, -0.06606869399547577, -0.03394892066717148, 0.08194566518068314, -0.017129937186837196, 0.043167807161808014, 0.020651038736104965, 0.031735654920339584, -0.00028608960565179586, -0.024986112490296364, -0.013151547871530056, -0.013581397011876106, 0.01999254710972309, 0.015566018410027027, -0.012584513053297997, -0.04708217456936836, 0.03757062554359436, -0.03469887003302574, -0.004879242740571499, -0.005940146278589964, 0.02476661466062069, 0.015035566873848438, -0.02622992917895317, 0.022297268733382225, 0.0000991739216260612, 0.04236298426985741, -0.06551995128393173, 0.005743513349443674, 0.010764514096081257, -0.00045385645353235304, -0.022827722132205963, 0.0041384389623999596, 0.02719937637448311, -0.039180271327495575, 0.07609240710735321, 0.04382629692554474, 0.0015399109106510878, 0.052167195826768875, -0.024894654750823975, 0.07784838229417801, 0.0015673480229452252, -0.016965312883257866, -0.04616760462522507, 0.033985503017902374, 0.024986112490296364, -0.0019091693684458733, 0.10111510008573532, -0.041594743728637695, -0.004149871412664652, -0.04978930950164795, -0.038741275668144226, -0.00026594044174999, -0.018117675557732582, -0.036399971693754196, -0.08194566518068314, -0.03581464663147926, 0.022663097828626633, 0.002286430448293686, 0.02015717141330242, 0.007444617338478565, -0.058825280517339706, -0.03888760879635811, -0.0008922794950194657, 0.03665605187416077, 0.04144841060042381, 0.051289208233356476, -0.0060178847052156925, -0.03473545238375664, 0.007984215393662453, -0.025004403665661812, -0.0041452981531620026, -0.005537734366953373, -0.011075468733906746, 0.0024327619466930628, 0.012639387510716915, 0.014358783140778542, -0.027254249900579453, -0.03793645277619362, -0.045838356018066406, 0.004005826078355312, -0.058569200336933136, 0.024656865745782852, 0.02059616521000862, 0.00841863639652729, -0.016297675669193268, -0.0779215469956398, -0.016617776826024055, -0.08911591023206711, -0.00978592224419117, 0.011349841021001339, 0.019626718014478683, -0.03837544843554497, -0.03160761296749115, 0.04078991711139679, 0.016636068001389503, -0.011276674456894398, -0.04777725040912628, -0.010554162785410881, -0.00187258655205369, -0.022041188552975655, 0.03488178178668022, -0.034168414771556854, -0.05048438534140587, 0.022791137918829918, 0.08011652529239655, 0.032851431518793106, -0.001256393501535058, 0.06606869399547577, -0.0023241564631462097, 0.036235351115465164, 0.0216570682823658, -0.03885102644562721, -0.01420330535620451, -0.009758485481142998, 0.04287514463067055, -0.014880089089274406, 0.006685522384941578, -0.05674005672335625, 0.02546168863773346, 0.005039292853325605, -0.023577671498060226, -0.029485806822776794, 0.011816272512078285, -0.010499288327991962, -0.01381003949791193, -0.062190908938646317, -0.02632138691842556, -0.08165300637483597, -0.056154731661081314, -0.01931576430797577, -0.00402869051322341, -0.013389336876571178, -0.0276932455599308, 0.0027094201650470495, 0.06555653363466263, 0.028900479897856712, 0.025918975472450256, -0.01064562052488327, -0.0238154586404562, 0.00231043784879148, -0.023010635748505592, 0.018007926642894745, -0.048362575471401215, -0.002924344502389431, -0.02010229602456093, -0.05256960913538933, -0.009164012968540192, -0.02873585745692253, 0.0017731267726048827, -0.0022647094447165728, 0.024181287735700607, 0.04130207747220993, -0.029997967183589935, 0.049313731491565704, 0.06025201454758644, 0.0160050131380558, -0.04188740625977516, 0.052167195826768875, 0.022699682042002678, 0.08450646698474884, -0.04667976498603821, 0.0667271837592125, 0.04613101854920387, -0.024053247645497322, -0.007115371525287628, -0.04609443619847298, 0.0857502892613411, 0.053996339440345764, 0.03608901798725128, 0.016709232702851295, -0.004723765421658754, 0.033802587538957596, 0.0006596351740881801, -0.03650972247123718, -0.025132443755865097, 0.015328229404985905, -0.07916536927223206, 0.03191857039928436, -0.012246121652424335, -0.015355667099356651, -0.009721902199089527, 0.03638168051838875, -0.050594132393598557, 0.046643178910017014, 0.005437131505459547, -0.008340897969901562, 0.07089763134717941, 0.03021746501326561, -0.06917823851108551, -0.00459115207195282, -0.007732707541435957, -0.029577264562249184, -0.015163606964051723, 0.05417925491929054, -0.008693008683621883, 0.025242192670702934, -0.035028114914894104, -0.025845808908343315, 0.0009134289575740695, -0.06347130984067917, 0.034058667719364166, -0.030857665464282036, 0.004163589794188738, 0.04122891277074814, -0.020468125119805336, -0.032595351338386536, -0.01670008711516857, -0.002387033309787512, -0.011386423371732235, 0.016261093318462372, 0.01043526828289032, -0.03499153256416321, 0.03586952015757561, -0.020925411954522133, -0.053996339440345764, 0.015273354947566986, 0.048691824078559875, 0.07133662700653076, 0.02857123501598835, 0.04993563890457153, 0.037241380661726, -0.013544813729822636, 0.000251507357461378, 0.07945802807807922, -0.03929002210497856, -0.06830024719238281, -0.017687825486063957, 0.02674208953976631, -0.03929002210497856, -0.015694057568907738, -0.007828737609088421, 0.037241380661726, -0.007348587270826101, -0.03100399672985077, 0.05706930533051491, -0.017038479447364807, -0.00043842304148711264, 0.000125753678730689, 0.011130343191325665, -0.017239686101675034, -0.012831447646021843, 0.04832599312067032, -0.014870943501591682, 0.009731047786772251, -0.08809158951044083, 0.018309734761714935, -0.027382289990782738, -0.0020200612489134073, -0.04496036842465401, -0.05491091310977936, 0.04876498878002167, 0.12350382655858994, 0.017431745305657387, 0.008386626839637756, 0.027400583028793335, -0.043240971863269806, 0.00004133437687414698, 0.054947495460510254, -0.061422668397426605, 0.01748662069439888, -0.04989905655384064, 0.07462909072637558, 0.03782670572400093, -0.013142402283847332, 0.03283314034342766, 0.04960639402270317, 0.0058441162109375, -0.007879039272665977, 0.03244902193546295, -0.0077921547926962376, -0.0021846843883395195, 0.0034136406611651182, -0.015172752551734447, -0.058239955455064774, -0.0719219520688057, 0.04357021674513817, -0.004488262813538313, -0.013663708232343197, 0.01268511638045311, -0.012858884409070015, 0.010956574231386185, 0.013663708232343197, -0.03508298844099045, -0.0038640673737972975, -0.006232809275388718, -0.026815256103873253, 0.029577264562249184, -0.014404512010514736, 0.029558973386883736, 0.030089424923062325, -0.024400785565376282, 0.025608019903302193, -0.0001777699653757736, -0.006790698505938053, 0.08970123529434204, -0.11179730296134949, -0.021181492134928703, -0.010855971835553646, 0.04111916571855545, -0.061788495630025864, 0.0007385170320048928, 0.006068186368793249, 0.005094166845083237, -0.0053548202849924564, -0.03661946952342987, -0.009365218691527843, -0.02986992709338665, -0.020907118916511536, -0.04031434282660484, -0.025169026106595993, -0.02527877502143383, 0.007307431660592556, -0.061788495630025864, -0.019206015393137932, 0.023522796109318733, -0.03361967206001282, 0.026778673753142357, -0.027473747730255127, 0.029924800619482994, -0.03299776464700699, -0.04719192534685135, 0.02840661071240902, -0.04382629692554474, -0.017632951959967613, -0.01964501105248928, -0.014916672371327877, -0.0324673131108284, 0.037460874766111374, 0.012236976064741611, 0.10887067019939423, -0.010956574231386185, -0.02310209348797798, 0.021858274936676025, -0.023321589455008507, -0.012483909726142883, 0.02094370312988758, -0.004177308175712824, 0.02483977936208248, -0.047667503356933594, -0.0398021824657917, -0.012054061517119408, 0.026723798364400864, -0.027985908091068268, 0.04821624606847763, -0.030436960980296135, 0.014752048999071121, 0.008125973865389824, -0.0263945534825325, 0.007193109951913357, -0.012557076290249825, -0.009721902199089527, 0.0021481013391166925, 0.037277963012456894, 0.019773051142692566, -0.044704288244247437, 0.048362575471401215, -0.03404037654399872, -0.04814307764172554, -0.02226068638265133, 0.028790732845664024, 0.018986517563462257, 0.021071743220090866, -0.0804823487997055, -0.005789241753518581, 0.05834970623254776, -0.01745918206870556, 0.0307479165494442, -0.03072962537407875, 0.009685318917036057, 0.012529638595879078, 0.006987331435084343, -0.021839983761310577, -0.002727711573243141, 0.02650430239737034, 0.06639794260263443, 0.005963010713458061, 0.017678679898381233, -0.09321319311857224, -0.026467718183994293, 0.018236568197607994, -0.0034959521144628525, 0.04027775675058365, -0.01143215224146843, -0.005066729616373777, 0.016151344403624535, -0.02849806845188141, 0.028260279446840286, -0.007641250267624855, -0.044704288244247437, 0.055715736001729965, -0.016014158725738525, 0.00012804010475520045, 0.009575570933520794, -0.01627938449382782, 0.03627193346619606, -0.050338052213191986, 0.017084207385778427, -0.004307635128498077, -0.020413251593708992, 0.039875347167253494, -0.01766953431069851, -0.00001763945329003036, -0.020285211503505707, 0.04254589602351189, -0.04009484499692917, -0.06456879526376724, -0.021949732676148415, 0.03175394609570503, 0.022352144122123718, -0.027309125289320946, 0.02674208953976631, 0.0048563783057034016, -0.0012712553143501282, -0.014880089089274406, -0.003752032294869423, -0.02873585745692253, 0.007984215393662453, -0.0017411167500540614, 0.08955490589141846, -0.06731250882148743, 0.003834343748167157, -0.00547371432185173, 0.0406801700592041, 0.0008265445940196514, 0.007220547180622816, 0.04441162571310997, 0.021968023851513863, 0.02249847538769245, -0.04858207330107689, -0.035979270935058594, 0.0016519459895789623, 0.00913657620549202, -0.015858681872487068, 0.053557347506284714, -0.020651038736104965, -0.01627938449382782, 0.05772779509425163, 0.005898990668356419, -0.05809362605214119, 0.05114287510514259, -0.06537362188100815, -0.022754555568099022, 0.020742496475577354, 0.034150123596191406, -0.049825891852378845, -0.0018119961023330688, -0.008779892697930336, 0.03153444826602936, -0.015090440399944782, -0.022626515477895737, -0.01806280016899109, -0.01574893295764923, -0.060727592557668686, 0.018657272681593895, -0.024803197011351585, -0.0380827859044075, -0.004033263307064772 ]
37,318
micropip._commands.index_urls
set_index_urls
Set the index URLs to use when looking up packages. - The index URL should support the `JSON API <https://warehouse.pypa.io/api-reference/json/>`__ . - The index URL may contain the placeholder {package_name} which will be replaced with the package name when looking up a package. If it does not contain the placeholder, the package name will be appended to the URL. - If a list of URLs is provided, micropip will try each URL in order until it finds a package. If no package is found, an error will be raised. Parameters ---------- urls A list of URLs or a single URL to use as the package index.
def set_index_urls(urls: list[str] | str) -> None: """ Set the index URLs to use when looking up packages. - The index URL should support the `JSON API <https://warehouse.pypa.io/api-reference/json/>`__ . - The index URL may contain the placeholder {package_name} which will be replaced with the package name when looking up a package. If it does not contain the placeholder, the package name will be appended to the URL. - If a list of URLs is provided, micropip will try each URL in order until it finds a package. If no package is found, an error will be raised. Parameters ---------- urls A list of URLs or a single URL to use as the package index. """ if isinstance(urls, str): urls = [urls] package_index.INDEX_URLS = urls[:]
(urls: list[str] | str) -> NoneType
[ -0.04868985712528229, -0.07166425883769989, -0.02762698568403721, -0.05709336698055267, 0.004206262528896332, 0.06571327149868011, -0.009332222864031792, 0.020233340561389923, 0.020233340561389923, 0.03682395815849304, -0.02605809085071087, -0.004675128031522036, 0.015697970986366272, 0.0008926473674364388, -0.0014122312422841787, -0.025643324479460716, 0.05096204951405525, 0.0636214166879654, 0.04804065823554993, 0.0035998935345560312, -0.04169294610619545, -0.006663297303020954, 0.038446955382823944, 0.005166534800082445, 0.0020321253687143326, 0.049086589366197586, 0.03996175155043602, 0.009620754979550838, 0.03633705899119377, -0.047391463071107864, -0.0011327153770253062, -0.0005480426480062306, 0.03496653214097023, 0.05831962823867798, 0.06257548183202744, -0.048076726496219635, 0.044650401920080185, 0.03020574524998665, -0.02706795372068882, 0.05698516592383385, 0.05099811777472496, -0.03732889145612717, 0.03523702919483185, -0.06578540802001953, 0.02429082803428173, 0.0668674036860466, -0.05936555936932564, 0.031648408621549606, 0.009954370558261871, -0.021730102598667145, -0.04764392599463463, 0.04786032810807228, 0.04198147729039192, -0.010594552382826805, 0.008200634270906448, 0.11995737999677658, 0.024218695238232613, 0.1357545405626297, 0.0039132218807935715, 0.024308862164616585, 0.012515096925199032, 0.012217547744512558, 0.033776335418224335, -0.02533675916492939, 0.030927076935768127, 0.03020574524998665, 0.0017357032047584653, -0.003245990490540862, -0.006532555911689997, -0.026094157248735428, 0.004724719561636448, -0.03487636521458626, -0.056408099830150604, -0.023695731535553932, 0.021207137033343315, 0.01848411187529564, 0.008371950127184391, -0.005130468402057886, -0.008592857979238033, 0.015508620999753475, -0.004868985619395971, -0.050457119941711426, -0.009828138165175915, -0.021441571414470673, 0.031197575852274895, 0.012686412781476974, 0.016464384272694588, 0.02014317363500595, 0.0668674036860466, -0.008142026141285896, -0.045011069625616074, 0.041584745049476624, -0.004219787660986185, 0.007745293900370598, -0.015301238745450974, -0.008660483174026012, -0.008791224099695683, -0.06708380579948425, -0.006568622309714556, 0.009855187498033047, -0.015860270708799362, -0.03215333819389343, 0.013813492842018604, -0.026653189212083817, -0.039492882788181305, -0.07898576557636261, -0.018258696421980858, 0.010378153063356876, -0.00509440153837204, -0.04248641058802605, -0.03339763730764389, 0.0009382941061630845, 0.08425148576498032, -0.03626492619514465, 0.010639635846018791, 0.0257875919342041, 0.004873494151979685, -0.03916828706860542, 0.03617475926876068, 0.0334337018430233, -0.03291073814034462, 0.029827045276761055, -0.0083088343963027, 0.07058226317167282, 0.06791333109140396, 0.02795158512890339, 0.014688107185065746, 0.008615399710834026, 0.057345833629369736, -0.01589633710682392, 0.010360119864344597, 0.013822509907186031, -0.03433536738157272, 0.008209651336073875, 0.00778586883097887, -0.01704145036637783, -0.010233886539936066, 0.018826745450496674, -0.057742565870285034, 0.022180935367941856, -0.07891363650560379, 0.015048773027956486, 0.010414219461381435, 0.022812100127339363, 0.021044839173555374, 0.010522419586777687, 0.01730293221771717, -0.0398896150290966, -0.008696549572050571, -0.005143993068486452, 0.041945409029722214, -0.008123992942273617, -0.046670131385326385, 0.005026776809245348, -0.0592212937772274, -0.011451133526861668, 0.00019625280401669443, 0.026364656165242195, 0.03487636521458626, 0.01573403738439083, 0.045371733605861664, -0.02275799959897995, 0.031432006508111954, 0.02259569987654686, -0.07350365072488785, 0.009413372725248337, 0.01053143572062254, -0.014561873860657215, -0.012524113059043884, 0.03532719612121582, 0.033776335418224335, 0.024020329117774963, -0.028979482129216194, -0.01129784993827343, 0.058752428740262985, -0.02106287144124508, 0.017916064709424973, -0.009323205798864365, 0.021964535117149353, 0.03386650234460831, -0.043243806809186935, -0.01317331101745367, -0.07043799757957458, -0.023353097960352898, -0.017429165542125702, 0.0213514044880867, -0.07696603983640671, 0.057345833629369736, 0.017393099144101143, 0.04969971999526024, 0.004679636098444462, -0.012560179457068443, 0.045696333050727844, -0.057670433074235916, 0.019439876079559326, -0.02553512528538704, -0.014489741064608097, -0.04468647018074989, -0.0060907406732439995, 0.047355394810438156, -0.015138939023017883, 0.034623898565769196, 0.04623733088374138, 0.035507529973983765, 0.09153693169355392, -0.03931255266070366, -0.0072583951987326145, -0.012533130124211311, -0.016644718125462532, 0.04382087290287018, 0.018754612654447556, 0.048401325941085815, -0.038050223141908646, -0.01958414353430271, -0.026436788961291313, 0.04767999425530434, -0.03117954172194004, 0.00622148159891367, 0.05099811777472496, -0.0018360133981332183, 0.043893005698919296, -0.03433536738157272, 0.05990655720233917, 0.0179250817745924, 0.017086533829569817, 0.00666780536994338, 0.0455159991979599, -0.008471133187413216, -0.009260089136660099, 0.04407333582639694, -0.012830679304897785, 0.030638543888926506, 0.023713763803243637, 0.020648106932640076, 0.036878060549497604, -0.07674964517354965, 0.014093008823692799, 0.05648023635149002, 0.009066231548786163, 0.049555454403162, -0.00893098209053278, 0.03996175155043602, -0.010738818906247616, -0.018989045172929764, -0.03595836088061333, 0.060519687831401825, -0.05027678608894348, -0.0296106468886137, -0.03163037449121475, -0.006586655508726835, 0.02210880257189274, 0.001010427251458168, -0.04208967834711075, 0.025246592238545418, 0.02243340015411377, -0.021603869274258614, -0.029466381296515465, -0.028654882684350014, -0.033253367990255356, -0.07151999324560165, -0.0410798117518425, -0.03758135810494423, -0.001698509557172656, -0.004887018818408251, -0.015553704462945461, 0.00018258696945849806, 0.06885106861591339, -0.014670073986053467, -0.05020465329289436, 0.05099811777472496, 0.06989699602127075, 0.059509824961423874, -0.00829080119729042, 0.012433947063982487, 0.020449740812182426, 0.04032241553068161, -0.0030543869361281395, -0.01832181215286255, -0.07191672176122665, -0.005766141228377819, 0.05319817736744881, 0.011487199924886227, -0.039132218807935715, -0.0065776389092206955, 0.07429711520671844, -0.018069347366690636, -0.019133310765028, 0.07761523872613907, -0.024867894127964973, -0.02219896763563156, 0.016969317570328712, 0.02908768132328987, -0.02719418704509735, -0.05658843368291855, -0.04519139975309372, 0.03379436954855919, 0.03145004063844681, 0.02383999712765217, -0.02070220559835434, -0.023785896599292755, -0.06787727028131485, -0.01981857605278492, 0.07299871742725372, 0.026166290044784546, 0.03523702919483185, -0.04198147729039192, 0.028095850721001625, -0.010134703479707241, 0.056047435849905014, -0.03267630562186241, 0.030241811648011208, 0.02831225097179413, -0.029268015176057816, 0.0015080331359058619, -0.009219515137374401, -0.011424083262681961, -0.03098117560148239, 0.021297303959727287, -0.0052161263301968575, 0.003931255079805851, -0.0316123403608799, 0.014688107185065746, -0.030079511925578117, -0.07375612109899521, -0.005062843672931194, 0.06549687683582306, -0.010008471086621284, -0.023010466247797012, -0.05896882712841034, -0.00683912169188261, -0.01632011868059635, 0.035543594509363174, 0.04522746801376343, 0.009602721780538559, -0.012217547744512558, -0.014859423041343689, -0.02167600393295288, -0.04757179319858551, 0.05265717953443527, 0.0029484413098543882, 0.02138747088611126, -0.03790595754981041, -0.055614639073610306, 0.01916937716305256, -0.02706795372068882, -0.04133227840065956, 0.020918605849146843, -0.020648106932640076, 0.013299544341862202, -0.006307139992713928, 0.028330283239483833, 0.008223176002502441, -0.015716003254055977, -0.0048374272882938385, 0.076533243060112, -0.0070374878123402596, -0.031035276129841805, -0.013579060323536396, -0.004548895172774792, -0.01542747113853693, -0.03722069039940834, -0.06690347194671631, -0.01423727534711361, -0.03696822375059128, -0.047427527606487274, -0.007091587409377098, 0.0793464332818985, 0.027122054249048233, -0.0014235021080821753, -0.03539932891726494, 0.010423236526548862, -0.01144211646169424, -0.005080876871943474, -0.008565808646380901, -0.02840241603553295, -0.01448072399944067, -0.032405804842710495, -0.020720239728689194, -0.09499932080507278, -0.03895188495516777, -0.017393099144101143, -0.010080603882670403, 0.06636247038841248, 0.03938468545675278, 0.04890625551342964, -0.04212574288249016, 0.036355093121528625, 0.00037954418803565204, -0.014192191883921623, 0.05038498714566231, 0.048834122717380524, -0.03891582041978836, 0.013299544341862202, 0.02667122147977352, 0.006108773872256279, -0.09377305954694748, 0.012488046661019325, -0.00011320110206725076, 0.008412525057792664, -0.06246728450059891, 0.009918304160237312, -0.03491242974996567, -0.009260089136660099, 0.026310555636882782, 0.0265810564160347, -0.010594552382826805, 0.06102462112903595, -0.01998087577521801, -0.0020681917667388916, -0.02272193320095539, -0.04100767895579338, -0.04212574288249016, -0.019674308598041534, -0.020792372524738312, -0.0019194172928109765, 0.040466681122779846, -0.012866745702922344, -0.0030814367346465588, 0.016599634662270546, 0.04508320242166519, 0.023876063525676727, -0.03375830128788948, 0.058427829295396805, -0.008529741317033768, 0.01274952944368124, -0.011523266322910786, 0.015436488203704357, -0.05666056647896767, -0.021748136729002, 0.05658843368291855, 0.009783054701983929, -0.06600181013345718, -0.03386650234460831, -0.03859122097492218, 0.03255007043480873, -0.02533675916492939, 0.010441269725561142, -0.052260447293519974, -0.015310254879295826, -0.029430313035845757, 0.02147763781249523, -0.10163556784391403, -0.008006776683032513, 0.026256456971168518, -0.011162600480020046, 0.00809694267809391, 0.006672313902527094, -0.0277892854064703, 0.009079757146537304, -0.020413674414157867, -0.11151780933141708, 0.014697123318910599, 0.007848985493183136, -0.02057597227394581, 0.03666165843605995, 0.002450271975249052, -0.036517392843961716, 0.02053990587592125, -0.02376786433160305, 0.017555398866534233, 0.05107025057077408, -0.06354928016662598, 0.03282057121396065, -0.0239662304520607, -0.03572392836213112, -0.028456516563892365, 0.01126178354024887, -0.050889916718006134, -0.007434220053255558, 0.012100331485271454, -0.07061832398176193, -0.041512612253427505, 0.005639908369630575, -0.02465149387717247, -0.07415284961462021, 0.011469166725873947, 0.007551436312496662, -0.013200361281633377, 0.003363206749781966, -0.07718244194984436, -0.04162081331014633, 0.011847865767776966, 0.09247466176748276, 0.03157627582550049, -0.016473401337862015, -0.008263750933110714, 0.026851555332541466, -0.02977294661104679, 0.010441269725561142, 0.012488046661019325, 0.060808222740888596, -0.03206317126750946, 0.009174431674182415, 0.0033586984500288963, 0.03996175155043602, 0.051503051072359085, 0.04382087290287018, 0.06755267083644867, -0.005851799622178078, -0.05352277681231499, 0.03036804497241974, -0.023028498515486717, 0.009647805243730545, -0.011929014697670937, 0.04685046151280403, -0.05381130799651146, 0.022217001765966415, -0.06033935770392418, -0.033614035695791245, -0.05305391177535057, -0.025066260248422623, 0.024362962692975998, -0.01222656387835741, 0.03438946604728699, 0.04587666690349579, 0.03401076793670654, -0.014029892161488533, 0.0021042583975940943, 0.020720239728689194, 0.019602175801992416, 0.012217547744512558, -0.020449740812182426, -0.005013252142816782, -0.0062981233932077885, -0.0203415397554636, -0.03613869473338127, 0.04133227840065956, -0.017492281273007393, -0.036751825362443924, 0.07415284961462021, 0.005581300240010023, 0.039781417697668076, -0.051863715052604675, 0.018700512126088142, 0.03783382102847099, 0.01036913599818945, 0.0296106468886137, -0.018213612958788872, 0.07303478568792343, 0.041548676788806915, -0.03579606115818024, 0.07267411798238754, -0.019223477691411972, -0.11288833618164062, 0.02634662203490734, -0.01753736473619938, -0.05449657514691353, 0.019998908042907715, 0.07227738946676254, -0.00976502150297165, 0.030548376962542534, 0.008935490623116493, 0.0700773298740387, -0.00938632246106863, 0.0181234460324049, 0.0069924043491482735, 0.005306292790919542, -0.011586382985115051, -0.020089074969291687, 0.010720785707235336, 0.012082298286259174, -0.020594006404280663, -0.001671459642238915, 0.0026306048966944218, -0.01599551923573017, -0.022685866802930832, -0.03384846821427345, -0.060159023851156235, -0.009278123266994953, -0.046056997030973434, 0.0089129488915205, -0.06023115664720535, 0.0032595153898000717, 0.0067714969627559185, -0.034858331084251404, -0.06037542223930359, 0.0455159991979599, -0.05792289599776268, 0.0499521866440773, -0.014093008823692799, 0.00686617149040103, 0.01933167688548565, 0.00924205593764782, 0.0024908469058573246, 0.05536217242479324, 0.046670131385326385, 0.08389081805944443, 0.019710374996066093, 0.032892704010009766, -0.01736604981124401, -0.03420913219451904, -0.007168229203671217, 0.03408290073275566, 0.0038591220509260893, 0.011135551147162914, 0.005387442652136087, -0.057778630405664444, -0.0688871294260025, 0.05420804023742676, 0.0034984564408659935, -0.007740785833448172, 0.04919479042291641, -0.060122955590486526, -0.059798359870910645, -0.0031513157300651073, -0.021946502849459648, 0.03020574524998665, 0.02537282556295395, 0.03108937479555607, -0.001786421868018806, 0.0015688954154029489, 0.0071997870691120625, 0.0004663293657358736, -0.01605863682925701, -0.07263805717229843, -0.0013074128655716777, 0.003309106919914484, 0.01127981673926115, -0.014291374944150448, -0.10899315029382706, -0.06672313809394836, 0.005500150378793478, 0.004596232436597347, -0.01353397686034441, -0.008101451210677624, 0.014111042022705078, -0.008867865428328514, -0.004679636098444462, 0.00043110811384394765, 0.01625700294971466, 0.044650401920080185, -0.022830132395029068, 0.04263067618012428, 0.015084839425981045, -0.0009022275917232037, 0.008322359062731266, 0.04104374721646309, 0.012614279985427856, 0.03404683247208595, -0.012992979027330875, 0.03732889145612717, -0.023371132090687752, 0.003838834585621953, 0.007921118289232254, 0.03182873874902725, 0.013633159920573235, -0.048725925385951996, -0.03231563791632652, 0.031269706785678864, -0.03736495599150658, 0.007060029543936253, -0.019872674718499184, -0.017753764986991882, 0.023262931033968925, -0.0402863472700119, 0.06989699602127075, -0.043640539050102234, -0.059509824961423874, 0.038410887122154236, -0.04266674071550369, -0.004131875466555357, -0.025643324479460716, 0.013705293647944927, -0.00011031296162400395, -0.035020630806684494, -0.044253669679164886, 0.06748053431510925, -0.057345833629369736, -0.08230388909578323, 0.06253941357135773, 0.020215308293700218, -0.029466381296515465, 0.01593240350484848, -0.00904368981719017, 0.12075084447860718, 0.014832373708486557, -0.015517638064920902, 0.0009940846357494593, -0.027645019814372063, -0.008263750933110714, -0.004032692406326532, -0.031197575852274895, 0.025282658636569977, 0.05193584784865379, -0.0568048320710659, 0.06895926594734192, -0.008142026141285896, 0.019602175801992416, 0.0034984564408659935, 0.02210880257189274, 0.015481571666896343, 0.002117783296853304, 0.00638378132134676, 0.013461844064295292, -0.04519139975309372, 0.04951938986778259, 0.0038185471203178167, -0.06672313809394836, -0.011180633679032326, -0.025751525536179543, 0.015517638064920902, 0.02494002692401409, 0.01448072399944067, -0.005671466700732708, -0.03895188495516777, -0.022685866802930832, -0.01900707744061947, 0.03231563791632652, -0.04374874010682106, 0.015274188481271267, 0.013164294883608818, -0.010233886539936066, 0.016897184774279594, -0.035705894231796265, 0.0801398977637291, -0.00938632246106863, 0.017311949282884598, -0.004161179531365633, -0.039492882788181305, 0.03460586443543434, 0.016527501866221428, -0.016365202143788338, -0.010567502118647099, 0.007073554210364819, 0.0076957023702561855, -0.06127708777785301, -0.01969234272837639, 0.021946502849459648, -0.002916883211582899, 0.027284353971481323, 0.012136397883296013, 0.02488592639565468, 0.02484985999763012, -0.027302386239171028, 0.00750184478238225, -0.04252247512340546, 0.0531621128320694, 0.0017311949050053954, 0.024705594405531883, -0.010639635846018791, -0.0014899998204782605, -0.010287986136972904, -0.0644509419798851, -0.0024570345412939787, -0.004810377489775419, -0.028672916814684868, -0.008142026141285896, -0.0012657109182327986, -0.047752127051353455, 0.011406050063669682, 0.0012071026721969247, 0.05406377464532852, -0.06127708777785301, 0.031486108899116516, 0.018069347366690636, -0.048725925385951996, 0.044325802475214005, 0.056299902498722076, -0.024994127452373505, -0.018303779885172844, -0.03884368762373924, 0.025913823395967484, -0.027969617396593094, -0.017068499699234962, 0.04100767895579338, 0.004122858867049217, 0.0002006202412303537, -0.005301784258335829 ]
37,320
micropip._commands.uninstall
uninstall
Uninstall the given packages. This function only supports uninstalling packages that are installed using a wheel file, i.e. packages that have distribution metadata. It is possible to reinstall a package after uninstalling it, but note that modules / functions that are already imported will not be automatically removed from the namespace. So make sure to reload the module after reinstalling by e.g. running `importlib.reload(module)`. Parameters ---------- packages Packages to uninstall. verbose Print more information about the process. By default, micropip is silent. Setting ``verbose=True`` will print similar information as pip.
def uninstall(packages: str | list[str], *, verbose: bool | int = False) -> None: """Uninstall the given packages. This function only supports uninstalling packages that are installed using a wheel file, i.e. packages that have distribution metadata. It is possible to reinstall a package after uninstalling it, but note that modules / functions that are already imported will not be automatically removed from the namespace. So make sure to reload the module after reinstalling by e.g. running `importlib.reload(module)`. Parameters ---------- packages Packages to uninstall. verbose Print more information about the process. By default, micropip is silent. Setting ``verbose=True`` will print similar information as pip. """ logger = setup_logging(verbose) if isinstance(packages, str): packages = [packages] distributions: list[Distribution] = [] for package in packages: try: dist = importlib.metadata.distribution(package) distributions.append(dist) except importlib.metadata.PackageNotFoundError: logger.warning(f"Skipping '{package}' as it is not installed.") for dist in distributions: # Note: this value needs to be retrieved before removing files, as # dist.name uses metadata file to get the name name = dist.name version = dist.version logger.info(f"Found existing installation: {name} {version}") root = get_root(dist) files = get_files_in_distribution(dist) directories = set() for file in files: if not file.is_file(): if not file.is_relative_to(root): # This file is not in the site-packages directory. Probably one of: # - data_files # - scripts # - entry_points # Since we don't support these, we can ignore them (except for data_files (TODO)) continue logger.warning( f"A file '{file}' listed in the metadata of '{name}' does not exist.", ) continue file.unlink() if file.parent != root: directories.add(file.parent) # Remove directories in reverse hierarchical order for directory in sorted(directories, key=lambda x: len(x.parts), reverse=True): try: directory.rmdir() except OSError: logger.warning( f"A directory '{directory}' is not empty after uninstallation of '{name}'. " "This might cause problems when installing a new version of the package. ", ) if hasattr(loadedPackages, name): delattr(loadedPackages, name) else: # This should not happen, but just in case logger.warning( f"a package '{name}' was not found in loadedPackages.", ) logger.info(f"Successfully uninstalled {name}-{version}") importlib.invalidate_caches()
(packages: str | list[str], *, verbose: bool | int = False) -> NoneType
[ 0.028637899085879326, 0.05345192924141884, -0.0007927846163511276, -0.019777214154601097, 0.011235184036195278, 0.004504866898059845, 0.01954079233109951, 0.011173509061336517, 0.011183788068592548, 0.0411168709397316, -0.029850846156477928, -0.001837410032749176, 0.018564267084002495, -0.025389665737748146, 0.003399851033464074, 0.0034281190019100904, -0.0026289098896086216, 0.06919968873262405, 0.01379470992833376, -0.011286580935120583, -0.01396945584565401, 0.05674127861857414, -0.03225618228316307, 0.05271182581782341, 0.020106149837374687, 0.026910990476608276, 0.04062346741557121, -0.033160753548145294, -0.024978497996926308, 0.009919445030391216, -0.022223668172955513, 0.03203004226088524, 0.05357528105378151, 0.033941976726055145, 0.014133923687040806, -0.03281126171350479, 0.03780696168541908, 0.02664373070001602, -0.04304936155676842, 0.0190885066986084, 0.004314701538532972, 0.014760956168174744, 0.07137888669967651, -0.0469965822994709, 0.05637122690677643, 0.04309047758579254, -0.030262015759944916, 0.02019866183400154, -0.029049068689346313, -0.006660932675004005, 0.03344857320189476, 0.04934024438261986, 0.033078521490097046, 0.00018390161858405918, 0.034353144466876984, 0.05744026601314545, 0.02109295316040516, 0.030981561169028282, 0.047119930386543274, -0.043131597340106964, 0.059701692312955856, 0.01938660442829132, -0.028165055438876152, -0.0051987143233418465, -0.011543560773134232, 0.02304600551724434, 0.0040628607384860516, -0.0067123291082680225, -0.03322242945432663, -0.0452696718275547, -0.11430489271879196, 0.013527450151741505, 0.035545531660318375, -0.05246512591838837, 0.0888124406337738, 0.029275210574269295, 0.04428286850452423, -0.05949610844254494, 0.0064245108515024185, -0.05057374760508537, -0.030919885262846947, -0.055795591324567795, -0.02693154849112034, 0.08252155780792236, 0.037169650197029114, -0.001250209752470255, 0.01725880615413189, 0.004345539025962353, 0.019222136586904526, 0.009559672325849533, -0.017454110085964203, 0.00046127988025546074, 0.014956261031329632, 0.06673267483711243, -0.0026212004013359547, -0.03174222260713577, -0.02738383412361145, -0.034805428236722946, 0.015336591750383377, -0.05410980060696602, 0.04835343733429909, -0.05744026601314545, -0.01807086355984211, 0.031557198613882065, 0.0007394612184725702, 0.016179487109184265, -0.06307327747344971, 0.021894732490181923, 0.02093876525759697, -0.01862594112753868, -0.03906102478504181, -0.014637605287134647, 0.04337829723954201, 0.022532043978571892, -0.01380498893558979, -0.05702909827232361, -0.028514549136161804, -0.047777801752090454, 0.02154523879289627, -0.0005663206102326512, -0.02598586119711399, -0.022429252043366432, 0.02631479687988758, -0.06993979215621948, 0.06031844764947891, -0.02964526228606701, 0.015511338599026203, 0.0034024210181087255, 0.004756707698106766, 0.0317833386361599, -0.015285195782780647, -0.04251484200358391, 0.010638989508152008, -0.0060133421793580055, 0.031762782484292984, -0.08412511646747589, 0.043789464980363846, -0.01573748141527176, 0.0005386952543631196, -0.03131049498915672, -0.08502968400716782, 0.030611509457230568, 0.036840714514255524, 0.06985756009817123, 0.03667624667286873, -0.032317858189344406, 0.03459984436631203, -0.05554889142513275, -0.04535190761089325, -0.05065598338842392, -0.026150329038500786, -0.017700811848044395, -0.037724725902080536, -0.002369359601289034, -0.07314690947532654, 0.025739159435033798, -0.013188235461711884, 0.018482033163309097, -0.027856679633259773, -0.026993224397301674, -0.018533429130911827, 0.010752061381936073, 0.022223668172955513, -0.018482033163309097, -0.04588642716407776, -0.020219219848513603, 0.03774528577923775, 0.006794562563300133, -0.008064045570790768, 0.07339361310005188, -0.04666764661669731, 0.04255595803260803, 0.043789464980363846, -0.013404099270701408, -0.022141434252262115, 0.007483270019292831, 0.005458264146000147, 0.006989867892116308, -0.04576307535171509, 0.03552497550845146, -0.028514549136161804, -0.027219368144869804, -0.06500577181577682, -0.059249408543109894, -0.022038642317056656, 0.07672407478094101, -0.04514632374048233, 0.028658457100391388, -0.010967925190925598, -0.03363359719514847, 0.01148188579827547, -0.01223226822912693, 0.053410813212394714, 0.03984224796295166, 0.01558329351246357, -0.006532442755997181, -0.024505654349923134, -0.018060585483908653, -0.015449663624167442, -0.014750677160918713, -0.05328746140003204, 0.004628217779099941, 0.08235708624124527, 0.024073926731944084, -0.00029793669818900526, -0.020969603210687637, -0.0725712776184082, 0.0006899924483150244, 0.007061822339892387, -0.018266169354319572, 0.09251295775175095, -0.0055250790901482105, 0.08046571165323257, 0.013517171144485474, 0.003094044514000416, 0.01829700730741024, 0.039780572056770325, -0.039225492626428604, 0.005067653954029083, -0.04510520398616791, -0.03568944334983826, 0.0521773062646389, -0.013455495238304138, 0.09119721502065659, -0.06245652586221695, 0.03486710414290428, -0.024711238220334053, 0.04814785346388817, 0.09127944707870483, -0.03723132610321045, 0.0779164656996727, 0.010587593540549278, 0.033921416848897934, -0.021257421001791954, 0.007344500627368689, -0.009127944707870483, -0.029604146257042885, 0.025944745168089867, 0.042473725974559784, -0.0015585863729938865, -0.03908158466219902, -0.004378946498036385, 0.027116574347019196, 0.006116134114563465, 0.0018759571248665452, 0.03466152027249336, -0.029254652559757233, -0.0049108960665762424, 0.01406196877360344, -0.025266315788030624, 0.0002926364541053772, 0.02705490030348301, 0.012674274854362011, 0.062497641891241074, 0.06040067970752716, -0.07746417820453644, 0.0088555458933115, 0.007272546179592609, 0.015490780584514141, 0.009975980035960674, -0.006640374194830656, -0.04773668572306633, -0.032091718167066574, 0.10081855952739716, 0.012026684358716011, -0.024382302537560463, 0.03085820935666561, -0.011245463974773884, -0.020219219848513603, 0.010947366245090961, 0.038362037390470505, -0.021833056584000587, 0.013661080040037632, 0.0008506052545271814, 0.020774297416210175, 0.05184837058186531, -0.02845287322998047, -0.08285049349069595, 0.027301600202918053, 0.061428602784872055, 0.007113218307495117, 0.007216010708361864, -0.02349829114973545, 0.0011551270727068186, 0.03741635009646416, 0.019777214154601097, -0.011348255909979343, -0.0746271163225174, 0.02555413357913494, 0.03758081793785095, 0.08243932574987411, -0.034353144466876984, 0.018584825098514557, -0.007601481396704912, -0.010294635780155659, 0.002664887113496661, -0.09119721502065659, 0.029583586379885674, -0.004255596082657576, -0.06850070506334305, -0.03073485940694809, 0.013044326566159725, 0.02434118650853634, 0.020054752007126808, 0.0639367327094078, -0.05707021430134773, 0.05772808566689491, -0.05789255350828171, 0.026438146829605103, 0.038464829325675964, 0.031022677198052406, -0.0027908075135201216, -0.0338597409427166, 0.008634542115032673, -0.013229352422058582, -0.032420650124549866, 0.013445216231048107, -0.012879859656095505, -0.023025447502732277, 0.020270615816116333, -0.0031942666973918676, 0.009832071140408516, -0.0102792177349329, 0.02639703080058098, -0.03540162369608879, -0.02025005780160427, -0.010500220581889153, 0.0355866514146328, -0.014802073128521442, -0.03908158466219902, -0.0027085738256573677, -0.019787494093179703, 0.014668443240225315, 0.018379241228103638, -0.027034342288970947, -0.02458788827061653, 0.036532338708639145, -0.07734083384275436, 0.04489962011575699, 0.060030627995729446, -0.015644969418644905, 0.007514107972383499, -0.029316328465938568, 0.017875559628009796, -0.05768696591258049, 0.025348549708724022, 0.07491493225097656, 0.02380666695535183, 0.016991546377539635, -0.023724433034658432, 0.12499528378248215, 0.022552601993083954, -0.0839606449007988, 0.03116658702492714, 0.004342969506978989, -0.013229352422058582, 0.01223226822912693, 0.07158447057008743, 0.020270615816116333, -0.07594285905361176, -0.04987476393580437, -0.02545134164392948, -0.01406196877360344, -0.012201431207358837, -0.007406176067888737, -0.0539042167365551, 0.01986972615122795, 0.006717468611896038, -0.0599483959376812, -0.04748998209834099, 0.034476496279239655, -0.0454341396689415, -0.000287978706182912, 0.007000146899372339, 0.04329606145620346, 0.018739013001322746, 0.026150329038500786, 0.0007844327483326197, -0.03398309275507927, 0.0265203807502985, 0.003189127193763852, -0.003811019705608487, -0.021020999178290367, -0.038464829325675964, 0.018595103174448013, 0.014205878600478172, 0.017269084230065346, 0.022532043978571892, -0.037066858261823654, 0.006856238003820181, -0.04535190761089325, -0.02337493933737278, -0.020496759563684464, -0.01217059325426817, -0.0073342216201126575, 0.007174893748015165, 0.04029453173279762, 0.026109211146831512, -0.044323984533548355, -0.029295768588781357, 0.014144202694296837, 0.016888754442334175, -0.02943967841565609, 0.017567181959748268, 0.031536638736724854, 0.06660933047533035, 0.026787640526890755, -0.06299104541540146, -0.019530512392520905, -0.03811533749103546, 0.00522184232249856, 0.024855148047208786, 0.010947366245090961, -0.02802114561200142, 0.01872873306274414, 0.05464432016015053, -0.027013782411813736, -0.016960708424448967, 0.033592481166124344, -0.04210367426276207, 0.014031131751835346, -0.011132392100989819, -0.005633010994642973, 0.005167876370251179, -0.0035797373857349157, 0.02606809511780739, -0.031886130571365356, 0.001217444776557386, -0.022449810057878494, 0.022141434252262115, -0.003875264897942543, -0.06574587523937225, -0.0317833386361599, -0.02728104218840599, -0.018420357257127762, 0.009086827747523785, -0.03470263630151749, -0.019623026251792908, -0.04654429480433464, -0.03585391119122505, -0.023744991049170494, -0.023313265293836594, 0.05887935683131218, -0.040109504014253616, -0.025944745168089867, 0.058920472860336304, -0.010433405637741089, -0.0002316036116098985, -0.003320187097415328, 0.003497503697872162, -0.03536050766706467, -0.028000587597489357, -0.03332522138953209, -0.0069590299390256405, -0.03470263630151749, -0.013280748389661312, -0.04222702607512474, 0.03700518235564232, -0.08889467269182205, -0.005250110290944576, 0.007688854355365038, -0.012489248998463154, 0.045187439769506454, -0.005550777539610863, 0.017854999750852585, -0.00860370509326458, 0.06183977052569389, -0.08153475075960159, -0.009256435558199883, 0.03332522138953209, 0.06500577181577682, -0.041384126991033554, 0.07405148446559906, 0.028185613453388214, -0.000374548981199041, 0.019623026251792908, 0.002465727273374796, -0.004939164035022259, -0.00420676963403821, -0.057316914200782776, 0.0005534716183319688, 0.0006874226382933557, 0.0608118511736393, -0.003651691833510995, 0.012756508775055408, -0.06952862441539764, 0.025184081867337227, -0.02674652263522148, 0.060359563678503036, 0.01548050157725811, -0.0061264135874807835, -0.061099667102098465, 0.041733622550964355, -0.056453462690114975, 0.07092659920454025, -0.03443537652492523, -0.031022677198052406, 0.04987476393580437, 0.023251589387655258, -0.07483270019292831, -0.011245463974773884, 0.008295328356325626, 0.0209901612251997, -0.04329606145620346, 0.005920829251408577, -0.034250352531671524, 0.05160167068243027, 0.0006803557043895125, -0.009282133542001247, -0.0014069678727537394, -0.03712853416800499, -0.014103085733950138, -0.029480794444680214, 0.00689735496416688, 0.06241540610790253, -0.0355866514146328, -0.029192976653575897, 0.010741782374680042, 0.013681638054549694, 0.011708028614521027, -0.02019866183400154, 0.028637899085879326, -0.013589125126600266, 0.04329606145620346, -0.03692294657230377, 0.010690386407077312, -0.011790262535214424, 0.011194068007171154, 0.01616920903325081, 0.05550777167081833, 0.022059200331568718, 0.014812352135777473, -0.06245652586221695, 0.0007786506903357804, 0.039019908756017685, -0.06093519926071167, -0.053739748895168304, -0.024217836558818817, -0.0071491957642138, -0.007365059107542038, -0.025574693456292152, 0.062086474150419235, 0.02791835367679596, 0.01596362516283989, 0.013650800101459026, 0.009307831525802612, -0.028925716876983643, -0.029583586379885674, 0.022244226187467575, 0.011235184036195278, -0.08301495760679245, 0.0033330360893160105, 0.04089072719216347, 0.061428602784872055, 0.012849021703004837, -0.042597077786922455, -0.025369107723236084, 0.008454656228423119, 0.006481046322733164, 0.0115743987262249, -0.03342801332473755, 0.03377750888466835, 0.06364891678094864, -0.0168476365506649, 0.02880236692726612, 0.04099351912736893, 0.01817365549504757, -0.055055487900972366, 0.019705260172486305, -0.044529568403959274, -0.03916381672024727, 0.009477438405156136, 0.023251589387655258, -0.020866811275482178, -0.05250624194741249, 0.034353144466876984, 0.07544945180416107, -0.06220982223749161, 0.004147664178162813, -0.036203403025865555, -0.04765444993972778, -0.026479262858629227, -0.0003909314691554755, -0.022532043978571892, 0.03747802600264549, -0.02760997787117958, 0.06656821072101593, 0.016210325062274933, -0.0037827519699931145, -0.012191151268780231, -0.00035013584420084953, -0.038793765008449554, 0.03221506625413895, -0.0017924385610967875, 0.02629423700273037, -0.025348549708724022, -0.01613837108016014, 0.022223668172955513, 0.012653716839849949, -0.00031865574419498444, -0.004240177106112242, -0.021997524425387383, -0.00043622427619993687, -0.06693826615810394, -0.021277979016304016, 0.050039228051900864, -0.021175187081098557, -0.01781388372182846, 0.0285967830568552, 0.04489962011575699, -0.05887935683131218, 0.009241016581654549, 0.05156055465340614, -0.070844367146492, 0.0385265052318573, 0.004738719202578068, 0.017896117642521858, -0.04109631106257439, 0.008685939013957977, -0.042041998356580734, -0.00319169694557786, 0.011060438118875027, -0.022244226187467575, -0.03562776744365692, -0.029912522062659264, 0.023354381322860718, -0.07413371652364731, 0.04494073614478111, -0.02063038945198059, -0.00475156819447875, -0.007108078803867102, -0.04563972353935242, 0.06299104541540146, 0.03217395022511482, -0.01928381249308586, -0.014360066503286362, 0.01995196007192135, -0.043666113168001175, 0.041733622550964355, -0.011430489830672741, 0.07413371652364731, -0.033263545483350754, -0.01206780131906271, 0.039677780121564865, 0.021812498569488525, -0.04089072719216347, -0.03410644456744194, -0.0043840860016644, 0.046832114458084106, -0.030981561169028282, -0.0073599196039140224, 0.022532043978571892, -0.03811533749103546, 0.000990659580565989, -0.023416057229042053, 0.011307138949632645, 0.022552601993083954, -0.030241457745432854, -0.036306194961071014, 0.03636787086725235, -0.007899578660726547, 0.006265182979404926, 0.0061366925947368145, 0.05616564303636551, 0.019222136586904526, -0.033078521490097046, 0.06031844764947891, -0.047901153564453125, -0.010114749893546104, -0.03941052034497261, 0.029521912336349487, -0.011050158180296421, 0.03850594907999039, -0.014318949542939663, 0.0019877436570823193, 0.07581950724124908, -0.07392813265323639, 0.010248379781842232, -0.016970988363027573, -0.0034923639614135027, 0.022367576137185097, 0.018214773386716843, -0.007945834659039974, -0.009102246724069118, -0.04868237301707268, 0.03659401461482048, 0.033057961612939835, 0.03268790990114212, -0.06488242000341415, -0.06179865449666977, -0.012992930598556995, 0.012530365958809853, 0.028946276754140854, -0.03131049498915672, 0.031043237075209618, 0.01148188579827547, 0.0035103526897728443, 0.02664373070001602, 0.05801590159535408, -0.060030627995729446, 0.06336109340190887, 0.02033229172229767, -0.011985567398369312, 0.008562588132917881, -0.05312299355864525, 0.043460529297590256, -0.0373135581612587, -0.017546623945236206, -0.014133923687040806, 0.05197172239422798, 0.03147496283054352, 0.014750677160918713, -0.0008094883523881435, -0.05678239464759827, 0.034579288214445114, -0.043460529297590256, -0.009004594758152962, -0.0010536197805777192, 0.029789172112941742, 0.02261427789926529, -0.0064142313785851, 0.018584825098514557, -0.0033638738095760345, 0.024320628494024277, -0.015542176552116871, -0.02423839457333088, 0.017186852172017097, 0.06554029136896133, 0.009975980035960674, 0.0564945787191391, 0.024176718667149544, 0.037724725902080536, -0.009672743268311024, 0.04818896949291229, -0.02717825025320053, -0.01488430704921484, 0.05336969718337059, 0.0298919640481472, 0.041281335055828094, -0.021360212936997414, 0.029789172112941742, -0.018286727368831635, -0.01584027335047722, 0.034908220171928406, -0.03211227431893349, -0.05986616015434265, -0.004260735586285591, -0.002199752489104867, 0.02814449742436409, -0.030570391565561295, 0.01332186535000801, -0.0006543364142999053, -0.09637793898582458, 0.020116427913308144, 0.02071262337267399, -0.010772619396448135, -0.0051190503872931, -0.0010844573844224215, -0.004759277682751417, -0.05744026601314545, -0.03996559605002403, -0.039780572056770325, -0.04925800859928131, -0.05616564303636551, 0.03591558337211609, 0.005668988451361656, -0.024320628494024277, -0.004653915762901306 ]
37,322
async_payok.exceptions
AsyncPayOkError
null
class AsyncPayOkError(Exception): pass
null
[ -0.021188050508499146, -0.037775471806526184, -0.05675306171178818, 0.07677298039197922, -0.03738010302186012, -0.07964837551116943, -0.061677172780036926, 0.029688429087400436, 0.03527747467160225, -0.06929696351289749, 0.08877775073051453, 0.03220439702272415, 0.05351824685931206, -0.051505472511053085, -0.056106097996234894, 0.004681498743593693, 0.04014766961336136, 0.017207428812980652, 0.019390929490327835, -0.0441732183098793, -0.02000194974243641, 0.0573640838265419, -0.054452747106552124, 0.01186998002231121, 0.0011580194113776088, 0.1136498972773552, 0.008711541071534157, 0.027442028746008873, 0.004382727202028036, -0.006990798283368349, -0.02837653085589409, 0.008734005503356457, -0.002044224413111806, 0.07785125821828842, -0.034774281084537506, 0.006438184063881636, -0.019354986026883125, 0.004034535493701696, -0.11494382470846176, -0.019337015226483345, -0.06041918694972992, -0.012768540531396866, -0.02884378284215927, -0.003313440829515457, 0.04906138777732849, -0.024926060810685158, -0.05535130947828293, 0.06455256789922714, -0.025680851191282272, -0.030820615589618683, -0.013765942305326462, 0.022571831941604614, 0.0027338694781064987, -0.02839450165629387, 0.013181878253817558, 0.09172502905130386, 0.0016578435897827148, 0.07698863744735718, -0.027585798874497414, -0.008895746432244778, -0.06714041531085968, 0.019606582820415497, -0.003791924100369215, 0.03472036495804787, -0.006415719632059336, 0.02690289169549942, -0.03860214725136757, -0.013083036988973618, -0.01107026170939207, 0.008118491619825363, 0.0985540822148323, 0.03888968750834465, -0.09280329942703247, 0.024045471101999283, 0.053086936473846436, -0.042807407677173615, -0.027370143681764603, 0.03660734370350838, -0.049420811235904694, 0.04223233088850975, 0.014026524499058723, -0.02889769710600376, 0.007255873642861843, 0.0007811857503838837, 0.028340589255094528, -0.007363700773566961, 0.02880783937871456, -0.07655733078718185, -0.1002793163061142, 0.017728593200445175, -0.05596232786774635, -0.0501396581530571, -0.04510772228240967, 0.006132673472166061, -0.001795997261069715, 0.012984194792807102, 0.03563689813017845, -0.07928895205259323, -0.04388568177819252, -0.028771897777915, 0.011887951754033566, -0.01082765031605959, -0.06760767102241516, -0.037919241935014725, 0.07044711709022522, -0.041010286659002304, -0.01264274213463068, -0.03380383551120758, 0.037775471806526184, 0.005593537352979183, 0.04992400482296944, -0.01706365868449211, -0.027549855411052704, 0.0017286052461713552, 0.00593049731105566, -0.009713435545563698, 0.04503583908081055, 0.039500705897808075, -0.0303533636033535, 0.03261773660778999, 0.07612602412700653, -0.017998160794377327, -0.04482018202543259, 0.0021958565339446068, 0.03242005035281181, 0.049888063222169876, 0.015356393530964851, 0.02880783937871456, 0.04877384752035141, 0.02192486822605133, 0.015859587118029594, 0.007390657905489206, 0.006685287691652775, -0.0268310084939003, -0.0540214404463768, 0.05765162408351898, 0.04920515790581703, -0.006285428535193205, -0.011330843903124332, -0.029598573222756386, 0.03162932023406029, 0.039644476026296616, -0.0186541099101305, -0.009497781284153461, 0.0716332197189331, -0.003585255239158869, -0.06624186038970947, -0.0568249486386776, -0.028035078197717667, 0.005512666888535023, 0.052799396216869354, -0.018105987459421158, 0.012894338928163052, 0.03326470032334328, -0.049456752836704254, 0.0029337990563362837, 0.022625746205449104, -0.012211433611810207, -0.04686890169978142, -0.0168929323554039, -0.06365400552749634, -0.041333768516778946, 0.048198770731687546, -0.03885374218225479, 0.00840603094547987, -0.0034414855763316154, -0.01516769640147686, 0.0031157576013356447, -0.034217171370983124, -0.018995562568306923, -0.04259175434708595, -0.0009412418003194034, -0.07713241130113602, -0.03892562910914421, -0.0027832903433591127, -0.01519465260207653, 0.03328267112374306, -0.011240988038480282, -0.05783133581280708, -0.02039731666445732, 0.014952042140066624, 0.012265346944332123, -0.01176215335726738, 0.019426871091127396, 0.02028948999941349, 0.015949442982673645, 0.017827434465289116, 0.027909280732274055, 0.02672317996621132, -0.03186294436454773, 0.005512666888535023, 0.02697477675974369, 0.031323809176683426, 0.0018566499929875135, 0.03383977711200714, -0.024728376418352127, 0.03229425475001335, 0.05509971082210541, 0.04025549814105034, 0.037703584879636765, 0.00762428343296051, 0.022481976076960564, 0.0013118978822603822, -0.024584606289863586, 0.03522355854511261, -0.01667727716267109, -0.025573022663593292, -0.05190083757042885, -0.010414312593638897, -0.019876152276992798, -0.029418861493468285, 0.006968334317207336, -0.033013101667165756, 0.06056295707821846, 0.012175491079688072, 0.08173303306102753, 0.05768756568431854, -0.007866894826292992, 0.06264761835336685, 0.028035078197717667, 0.016210025176405907, -0.053086936473846436, 0.043634083122015, -0.06969232857227325, 0.04916921257972717, 0.04104623198509216, -0.023991556838154793, -0.01509581133723259, -0.03182700276374817, -0.03673313930630684, -0.014260150492191315, 0.0365893729031086, -0.016174083575606346, 0.011294901371002197, 0.024674464017152786, -0.044460758566856384, 0.018941648304462433, -0.07256772369146347, -0.0023811846040189266, -0.008985602296888828, 0.03738010302186012, -0.004605120979249477, -0.052799396216869354, 0.05912526324391365, -0.0010541233932599425, 0.003189888782799244, 0.029526688158512115, 0.03745198994874954, -0.02844841592013836, -0.009052993729710579, -0.0006829057820141315, -0.017072644084692, -0.015958428382873535, -0.0663137435913086, 0.027891308069229126, -0.08676497638225555, 0.03827866539359093, -0.006119194906204939, 0.0701955258846283, 0.0605270154774189, 0.03364209458231926, -0.004032289143651724, -0.051577355712652206, -0.015814660117030144, -0.029167264699935913, 0.014260150492191315, 0.013756956905126572, 0.02176312729716301, 0.0267411507666111, 0.05261968448758125, 0.12622973322868347, 0.00596194714307785, -0.011905922554433346, 0.019480785354971886, -0.024602578952908516, 0.03200671449303627, -0.0012433826923370361, 0.05387767031788826, -0.015994371846318245, -0.036014292389154434, 0.02039731666445732, -0.01444884855300188, 0.04510772228240967, 0.024638520553708076, -0.026166073977947235, -0.007130075246095657, 0.02837653085589409, -0.019444843754172325, -0.02375793270766735, -0.001330992323346436, -0.0022868358064442873, 0.028124934062361717, 0.013774927705526352, -0.038027066737413406, 0.005395853891968727, -0.002542925300076604, -0.012615785002708435, 0.02165530063211918, 0.036283861845731735, 0.0012119330931454897, 0.010773736983537674, 0.06782332062721252, -0.017692649737000465, -0.012615785002708435, 0.008841832168400288, -0.027370143681764603, 0.05200866609811783, 0.014835229143500328, -0.03720039129257202, 0.02665129490196705, 0.009461838752031326, 0.017854390665888786, 0.04093840345740318, 0.007210945710539818, 0.044316988438367844, 0.05394955351948738, 0.043634083122015, -0.014592617750167847, 0.01832164265215397, 0.03824272379279137, -0.04708455502986908, 0.0053733899258077145, 0.0022958212066441774, -0.017944246530532837, 0.012409116141498089, 0.018959620967507362, -0.02208660915493965, 0.04183696210384369, -0.04708455502986908, -0.03344441205263138, -0.054668404161930084, -0.03391166031360626, -0.014242179691791534, -0.016210025176405907, -0.013020137324929237, 0.006757172755897045, 0.02837653085589409, -0.06329458206892014, -0.004906138870865107, -0.0150868259370327, 0.010603010654449463, -0.0568249486386776, -0.017207428812980652, 0.0635102316737175, -0.03400151804089546, -0.03910534083843231, -0.008100519888103008, -0.05362607166171074, 0.020864568650722504, 0.027621740475296974, -0.047983113676309586, 0.040974345058202744, 0.014943055808544159, 0.08079853653907776, 0.056537408381700516, -0.007390657905489206, -0.005917018745094538, -0.019301073625683784, 0.003273005597293377, -0.019750352948904037, -0.015446250326931477, -0.03727227821946144, -0.00830269604921341, 0.03207859769463539, -0.061209920793771744, -0.00912487879395485, 0.017719607800245285, -0.008181390352547169, 0.02521359920501709, 0.02345242165029049, 0.0016713219229131937, -0.05847829952836037, -0.029957996681332588, 0.0503193698823452, -0.013909712433815002, 0.07555094361305237, -0.042879294604063034, 0.011196060106158257, -0.05908931791782379, 0.01674916222691536, 0.011339830234646797, -0.01840251311659813, 0.0006716737407259643, -0.01706365868449211, 0.05704060196876526, -0.037775471806526184, -0.013667101040482521, -0.00914734322577715, 0.024027500301599503, 0.05057096853852272, 0.015410307794809341, -0.03664328530430794, -0.03220439702272415, -0.011887951754033566, -0.022949228063225746, -0.01874396577477455, -0.034774281084537506, 0.012175491079688072, -0.04014766961336136, -0.029957996681332588, -0.04424510523676872, -0.0017375907627865672, 0.021403703838586807, -0.006707752123475075, 0.007947765290737152, 0.009219227358698845, 0.019175274297595024, -0.0038031560834497213, -0.0018746212590485811, -0.002098137978464365, -0.041225943714380264, -0.012229404412209988, -0.03213251382112503, -0.05923308804631233, -0.056465521454811096, 0.037991125136613846, -0.02546519599854946, 0.019103389233350754, -0.007795009762048721, -0.004539975430816412, 0.05247591435909271, -0.017962219193577766, 0.014844214543700218, -0.0020138979889452457, -0.02496200241148472, -0.007893851026892662, 0.005494695622473955, 0.020720798522233963, -0.0007502977969124913, -0.04316683113574982, 0.05908931791782379, 0.06818275153636932, -0.0698361024260521, -0.034522682428359985, 0.011950850486755371, 0.012220419012010098, -0.036176033318042755, 0.004915124271064997, -0.016021328046917915, 0.043202776461839676, -0.0064741261303424835, -0.0028304646257311106, -0.02043325826525688, 0.018923677504062653, 0.09797900170087814, -0.06239601969718933, -0.003953665029257536, -0.006420212797820568, 0.02695680595934391, -0.0009249554132111371, -0.031251922249794006, -0.017333226278424263, 0.0434543713927269, -0.024944031611084938, -0.0038727945648133755, -0.03366006538271904, -0.024656491354107857, -0.010387356393039227, -0.041010286659002304, -0.003910983446985483, -0.019642526283860207, 0.012112591415643692, 0.02190689742565155, -0.00755239836871624, 0.011142146773636341, 0.06271950155496597, 0.027801452204585075, -0.002220566850155592, -0.0038727945648133755, 0.005611508619040251, -0.0301736518740654, -0.03392963483929634, 0.007601819466799498, 0.0058091916143894196, -0.0002089152403641492, -0.00011203922622371465, 0.05222431942820549, 0.02348836325109005, -0.02036137506365776, -0.022985169664025307, 0.028232760727405548, -0.03038930520415306, 0.022212408483028412, 0.03849431872367859, 0.004319828003644943, -0.032563820481300354, 0.0074715279042720795, -0.03240207955241203, -0.003497645491734147, -0.0085138576105237, 0.0034077896270900965, -0.024279097095131874, 0.010414312593638897, 0.04737209528684616, 0.03536732867360115, -0.014529718086123466, -0.07871387153863907, 0.048055000603199005, -0.05574667453765869, -0.05545913428068161, 0.008810383267700672, -0.0432746596634388, 0.03204265609383583, -0.04877384752035141, 0.04676107317209244, -0.0473361499607563, -0.020846595987677574, 0.021331818774342537, 0.05894554778933525, 0.022715602070093155, -0.019732382148504257, 0.08288319408893585, -0.034774281084537506, -0.004919616971164942, 0.03349832445383072, -0.001663459581322968, 0.014350006356835365, -0.03407340124249458, 0.00593049731105566, 0.024171270430088043, 0.05175706744194031, 0.0135053601115942, 0.05567479133605957, 0.01991209387779236, 0.004265914671123028, -0.001927411649376154, -0.006523547228425741, -0.04043520987033844, -0.04151348024606705, 0.015419293195009232, -0.00032460488728247583, 0.03892562910914421, 0.03585255146026611, -0.029886111617088318, -0.010656923986971378, -0.0303533636033535, -0.059628456830978394, 0.02190689742565155, -0.0441732183098793, -0.014053481630980968, -0.0008676722063682973, 0.05204460769891739, -0.04000389948487282, -0.03543921560049057, -0.0406508632004261, -0.015338422730565071, -0.049600522965192795, 0.05107416212558746, -0.06041918694972992, -0.0044546122662723064, 0.030964383855462074, 0.011914907954633236, 0.0805828794836998, -0.006716737523674965, -0.00018462604202795774, 0.006096730940043926, 0.039428822696208954, -0.020594999194145203, 0.04018361121416092, -0.021529503166675568, 0.007170510478317738, 0.007979214191436768, -0.06760767102241516, -0.04848630726337433, -0.02852030098438263, -0.01445783395320177, -0.005687885917723179, 0.022338205948472023, 0.0015331683680415154, 0.008720526471734047, -0.005926004610955715, 0.008338638581335545, 0.007350222673267126, 0.009300097823143005, 0.014637545682489872, 0.012103606015443802, 0.00007188481686171144, 0.03240207955241203, -0.002421619836241007, -0.009947061538696289, 0.06487604975700378, -0.02194284088909626, -0.061389632523059845, -0.05362607166171074, -0.03033539280295372, 0.00020680924353655428, -0.03515167534351349, -0.03881780058145523, 0.038063012063503265, 0.023991556838154793, -0.044316988438367844, -0.0020037891808897257, -0.02496200241148472, -0.02205066755414009, 0.03763170167803764, 0.08734004944562912, 0.00312025030143559, -0.04597033932805061, -0.015859587118029594, 0.017468011006712914, 0.04650947451591492, 0.05409332364797592, 0.037308219820261, -0.009911119006574154, 0.06067078560590744, 0.03380383551120758, -0.06581054627895355, 0.0058720908127725124, 0.008428494445979595, -0.002920320723205805, 0.03206062689423561, -0.025806648656725883, 0.0066673168912529945, -0.039788246154785156, -0.051361702382564545, -0.011726210825145245, -0.042807407677173615, 0.06038324534893036, -0.022913284599781036, 0.08036722242832184, 0.01991209387779236, 0.02032543160021305, -0.031269896775484085, 0.05380578339099884, -0.07120191305875778, 0.053015053272247314, 0.0143859488889575, -0.010683881118893623, -0.0876275897026062, -0.05208054929971695, -0.017243370413780212, 0.09682884812355042, 0.06559489667415619, -0.06512764096260071, -0.002875392558053136, -0.0071660177782177925, 0.0364995151758194, 0.009461838752031326, 0.0337858647108078, -0.001521936384961009, 0.023236766457557678, 0.002837203908711672, -0.09740392863750458, 0.013828841969370842, 0.018141930922865868, 0.019157303497195244, -0.04172913730144501, -0.06897348165512085, 0.02359619177877903, -0.0466173030436039, -0.0008272369741462171, -0.0010496306931599975, -0.03247396647930145, 0.0037469961680471897, -0.03204265609383583, -0.008828354068100452, 0.010468225926160812, 0.005827162880450487, 0.034145288169384, -0.005692379083484411, -0.03752387315034866, -0.01162736862897873, -0.007902837358415127, -0.012175491079688072, 0.00919676385819912, 0.03752387315034866, -0.004212000872939825, -0.0781387984752655, 0.00504990853369236, -0.030856557190418243, 0.037955183535814285, -0.01098040584474802, 0.04172913730144501, 0.018779907375574112, 0.01510479673743248, 0.029886111617088318, -0.022338205948472023, -0.05204460769891739, 0.02158341556787491, 0.02510577253997326, 0.04866601899266243, -0.019750352948904037, -0.013792899437248707, 0.006770651321858168, -0.012687670066952705, 0.06185688450932503, 0.03914128243923187, 0.03207859769463539, -0.013478402979671955, -0.046257879585027695, -0.03225831314921379, -0.024261126294732094, -0.04503583908081055, 0.034774281084537506, -0.012966223992407322, -0.013163907453417778, -0.049744293093681335, -0.009273141622543335, 0.004486061632633209, 0.03853026032447815, 0.03820677846670151, -0.06182094290852547, -0.017728593200445175, -0.009776335209608078, 0.026525497436523438, 0.012391145341098309, 0.02688492089509964, -0.014350006356835365, 0.018222801387310028, -0.027837395668029785, 0.008140955120325089, -0.02665129490196705, 0.005382375791668892, -0.030694816261529922, -0.03560095652937889, 0.02043325826525688, 0.006811086554080248, -0.004414177034050226, -0.012373173609375954, 0.0438137948513031, -0.08223623037338257, -0.014080438762903214, -0.0010159346275031567, -0.02039731666445732, -0.00008023862028494477, 0.002648506313562393, 0.013756956905126572, -0.014655516482889652, 0.02523157000541687, 0.08331450074911118, 0.03572675213217735, 0.005696871783584356, -0.05589044466614723, 0.036445602774620056, -0.028178848326206207, 0.0046096136793494225, -0.029742343351244926, 0.051325757056474686, 0.053050994873046875, 0.11638151854276657, 0.0301736518740654, -0.014817257411777973, 0.022877342998981476, -0.07242394983768463, -0.007296308875083923, 0.029975969344377518, -0.021152107045054436, -0.010342427529394627, 0.005512666888535023, -0.00926415529102087, 0.006357313599437475, 0.041225943714380264, -0.00834313128143549, 0.05880178138613701, 0.0038907655980437994, -0.007601819466799498, -0.004748890642076731, 0.016452636569738388, -0.03738010302186012, 0.007673704065382481, 0.024225182831287384, 0.014673488214612007, -0.0036908360198140144, -0.022877342998981476, -0.00828472524881363, 0.021511530503630638, 0.006608910392969847, 0.0063977488316595554 ]
37,323
async_payok.asyncpayok
AsyncPayok
PayOk API class Асинхронный класс для работы с PayOk API Подробнее об API: https://payok.io/cabinet/documentation/doc_main.php :param api_key: ключ авторизации. Нужен для работы с API :type api_key: str :param secret_key: секретный ключ авторизации. Нужен для выставления счетов. :type secret_key: Optional[str] :param shop_id: ID кассы. Нужен для взаимодействия с определенной кассой :type shop_id: Optional[int]
class AsyncPayok: """ PayOk API class Асинхронный класс для работы с PayOk API Подробнее об API: https://payok.io/cabinet/documentation/doc_main.php :param api_key: ключ авторизации. Нужен для работы с API :type api_key: str :param secret_key: секретный ключ авторизации. Нужен для выставления счетов. :type secret_key: Optional[str] :param shop_id: ID кассы. Нужен для взаимодействия с определенной кассой :type shop_id: Optional[int] """ def __init__( self, api_id: int, api_key: str, secret_key: Optional[str], shop_id: Optional[int] ) -> None: self.__API_URL__: str = "https://payok.io" self.__API_ID__: int = api_id self.__API_KEY__: str = api_key self.__SECRET_KEY__: Optional[str] = secret_key self.__SHOP_ID__: Optional[int] = shop_id self._SSL_CONTEXT_ = ssl.create_default_context(cafile=certifi.where()) self.session: ClientSession = ClientSession() async def getBalance( self ) -> Balance: """ Получение баланса аккаунта :return: баланс\Реф баланс :rtype: Balance """ params: dict = { "API_ID": self.__API_ID__, "API_KEY": self.__API_KEY__ } method: str = "POST" url: str = self.__API_URL__ + "/api/balance" resp = await self._request( method=method, url=url, params=params ) return Balance(**resp) async def getPayments( self, offset: Optional[int] = None ) -> Union[Invoice, List[Invoice]]: """ Получение всех транзакций\транзакции :param offset: отсуп\пропуск указанного кол-ва строк :type offset: Optional[int] :return: данные об транзациях\транзакции :rtype: Union[Transaction, List[Transaction] """ method: str = "POST" url: str = self.__API_URL__ + "/api/transaction" data: dict = { "API_ID": self.__API_ID__, "API_KEY": self.__API_KEY__, "shop": self.__SHOP_ID__, } if offset: data["offset"] = offset response = await self._request( method=method, url=url, params=data ) transactions = [] for transaction in response.values(): if not transaction["method"]: transaction['method'] = "Не выбран" transactions.append(Invoice(**transaction)) return transactions async def createInvoice( self, payment: Union[int, str], amount: float, currency: Optional[str] = Currency.RUB, desc: Optional[str] = 'Description', email: Optional[str] = None, success_url: Optional[str] = None, method: Optional[str] = None, lang: Optional[str] = None, custom: Optional[str] = None ) -> str: """ Создание ссылки формы (инвойса) на оплату :param payment: уникальный айди платежа :type payment: Union[int, str] :param amount: сумма платежа :type amount: float :param currency: валюта платежа :type currency: Optional[str] :param desc: описание платежа :type desc: Optinal[str] :param email: почта плательщика :type email: Optional[str] :param success_url: ссылка для переадрессации после оплаты :type success_url: Optional[str] :param method: метод оплаты (см объект Method) :type method: Optional[str] :param lang: язык интерфейса формы (RU - ENG) :type lang: Optional[str] :param custom: параметр для уведомления :type custom: Optional[str] :return: ссылку на форму оплаты :rtype: str """ if not self.__SECRET_KEY__: raise AsyncPayOkError("Invalid Secret Key - is empty!") params = { 'amount': amount, 'payment': payment, 'shop': self.__SHOP_ID__, 'currency': currency, 'desc': desc, 'email': email, 'success_url': success_url, 'method': method, 'lang': lang, 'custom': custom } for key, value in params.copy().items(): if value is None: del params[key] sign_params = '|'.join( map(str, [ amount, payment, self.__SHOP_ID__, currency, desc, self.__SECRET_KEY__ ] )).encode('utf-8') sign = md5(sign_params).hexdigest() params['sign'] = sign url = f'{self.__API_URL__}/pay?' + urlencode(params) return url async def _request( self, method: Optional[str], url: Optional[str], params: dict ) -> Dict: """ Создание запроса к API :param method: метод запроса (POST, GET) :type method: Optional[str] :param url: ссылка запроса к API :type url: Optional[str] :param params: параметры запрсоа :type params: dict :return: """ request = await self.session.request( method=method, url=url, ssl_context=self._SSL_CONTEXT_, data=params, ) if request.status == 401: raise AsyncPayOkError( "Invalid API KEY! You can get it here!" ) answer: dict = await request.json( content_type="text/plain" ) if answer.get("status") and answer.pop("status") == "error": desc = answer.get("text", answer.get("error_text")) code = answer["error_code"] raise PayOkAPIError( f"ERROR: {code} | {desc} \nCheck docs: https://payok.io/cabinet/documentation/doc_api_errors" ) return answer
(api_id: int, api_key: str, secret_key: Optional[str], shop_id: Optional[int]) -> None
[ 0.0063286032527685165, -0.06372179090976715, -0.06376232206821442, 0.018524719402194023, -0.048237234354019165, -0.033543117344379425, -0.08054401725530624, 0.03781961277127266, -0.016143258661031723, -0.042116373777389526, 0.04175155609846115, 0.00446397066116333, 0.043940469622612, -0.012008639052510262, -0.03074616938829422, 0.009576509706676006, 0.05168274790048599, -0.03942076489329338, 0.01172489020973444, -0.03064483031630516, 0.02294308692216873, 0.03329990431666374, -0.014238091185688972, 0.040535490959882736, -0.006080323364585638, 0.05950609967112541, 0.03447543457150459, 0.02788841724395752, 0.01760253682732582, -0.016720889136195183, 0.019548239186406136, 0.03329990431666374, 0.044426895678043365, 0.02959090657532215, -0.019345562905073166, -0.012677473947405815, 0.0013870737748220563, -0.005538161378353834, -0.11949862539768219, 0.014025279320776463, 0.02377406507730484, 0.00989572610706091, 0.03729265183210373, -0.003739398904144764, -0.011005385778844357, 0.021990502253174782, -0.09493411332368851, 0.08747558295726776, 0.006759292911738157, -0.008613791316747665, 0.044629573822021484, 0.02948956936597824, -0.017947088927030563, -0.013609790243208408, 0.005305082071572542, 0.04015040397644043, -0.03413088247179985, 0.028780197724699974, 0.019051680341362953, 0.0059941853396594524, -0.00032776742591522634, 0.01246466301381588, 0.05070989578962326, 0.04479171708226204, -0.009206622838973999, 0.035549625754356384, -0.04059629142284393, -0.004615978803485632, 0.039886921644210815, 0.023186299949884415, 0.08609738200902939, 0.03157714754343033, -0.021423006430268288, 0.0037089972756803036, 0.05233131721615791, -0.03976531699299812, -0.018474049866199493, 0.011755292303860188, -0.053304169327020645, -0.00700250593945384, 0.014319161884486675, -0.026814226061105728, 0.0138428695499897, -0.007722010836005211, 0.01823083683848381, 0.01702490635216236, 0.059627704322338104, -0.03952210396528244, -0.05695236474275589, 0.004631179850548506, -0.0749906525015831, -0.002155981259420514, -0.027320919558405876, 0.007939889095723629, 0.010448022745549679, -0.04519706964492798, 0.0005842811078764498, -0.07053175568580627, -0.03279321268200874, -0.009677847847342491, -0.026672352105379105, -0.03240812569856644, -0.06380286067724228, -0.02567923255264759, 0.06874819099903107, -0.0940423384308815, -0.01991305872797966, 0.006566749420017004, 0.047304917126894, -0.008476984687149525, 0.006110724993050098, -0.03824523463845253, -0.02515227161347866, -0.015190674923360348, -0.012657206505537033, 0.012880152091383934, -0.012343056499958038, 0.021159525960683823, -0.062059834599494934, 0.020470421761274338, 0.027219580486416817, -0.039157282561063766, -0.012424127198755741, 0.004182755947113037, 0.06550534814596176, 0.008446582593023777, 0.028050558641552925, 0.03421195223927498, 0.06404606997966766, -0.06761319935321808, 0.02038935199379921, 0.013802334666252136, 0.019467169418931007, 0.027604669332504272, -0.04831830412149429, 0.02462531067430973, -0.010812842287123203, 0.01695396937429905, -0.01114725973457098, 0.04677795618772507, 0.0013756732223555446, 0.0013275372330099344, -0.02748306281864643, -0.042724404484033585, -0.0012293653562664986, -0.02906394563615322, -0.055938974022865295, -0.06076269969344139, -0.028354575857520103, -0.01199850533157587, 0.05164221301674843, -0.014673847705125809, 0.009971730411052704, 0.028050558641552925, -0.011339803226292133, -0.031435273587703705, 0.010681101121008396, 0.012069442309439182, -0.025618430227041245, -0.005137873347848654, -0.019142884761095047, 0.003899007337167859, 0.07004532963037491, -0.05780360847711563, 0.005923248361796141, 0.022679606452584267, -0.013062561862170696, -0.00034645176492631435, -0.002416928531602025, 0.028172165155410767, -0.05115578696131706, -0.014754918403923512, -0.09217770397663116, -0.006860631518065929, -0.009054615162312984, 0.014592776075005531, 0.04998026043176651, -0.047385986894369125, -0.07357191294431686, -0.045683495700359344, -0.027827613055706024, -0.014734650030732155, -0.03812362626194954, 0.015585895627737045, -0.0008531453786417842, 0.022862015292048454, 0.05062882602214813, 0.009885592386126518, 0.03404981270432472, -0.005989118479192257, -0.02144327387213707, 0.03688729554414749, 0.06578909605741501, -0.005725638009607792, -0.011268866248428822, 0.012403859756886959, 0.02322683483362198, 0.031009649857878685, 0.04596724361181259, -0.019598908722400665, 0.011653953231871128, -0.020896045491099358, 0.047710269689559937, -0.051520608365535736, 0.035225339233875275, -0.038610052317380905, -0.032448660582304, -0.016092589125037193, -0.0007695409585721791, 0.002466331236064434, -0.006612351629883051, 0.006364071741700172, -0.012738277204334736, 0.030300278216600418, 0.020733902230858803, 0.04714277386665344, 0.046940095722675323, -0.014035413041710854, 0.005193609744310379, 0.03552935644984245, 0.05602004751563072, -0.03325936943292618, -0.009991997852921486, -0.07661207765340805, 0.04195423051714897, 0.011866764165461063, 0.016761425882577896, 0.037556130439043045, -0.003182035870850086, -0.060600556433200836, 0.03117179125547409, 0.012738277204334736, -0.015464289113879204, 0.03540775179862976, -0.05756039544939995, -0.05642540007829666, -0.010275746695697308, 0.011491810902953148, -0.014187421649694443, -0.006779560819268227, 0.07113978266716003, -0.016994504258036613, 0.014015145599842072, 0.01542375423014164, -0.07989545166492462, 0.049818117171525955, 0.019142884761095047, -0.011481677182018757, -0.01268760859966278, -0.021929699927568436, 0.002408061409369111, -0.03927889093756676, 0.00846178364008665, -0.03664408251643181, 0.0029261556919664145, -0.029935458675026894, 0.030888043344020844, 0.011299267411231995, 0.03279321268200874, 0.003123766276985407, -0.014957595616579056, -0.004694516304880381, -0.08869165182113647, 0.021929699927568436, -0.030381349846720695, 0.007412927690893412, 0.020480556413531303, -0.005150540731847286, -0.026125123724341393, -0.007336923852562904, 0.054885052144527435, -0.006495812442153692, -0.004646380431950092, 0.015869643539190292, -0.02124059572815895, -0.007098777685314417, 0.013721263036131859, 0.0036735287867486477, -0.07032907754182816, -0.03463757410645485, 0.013417246751487255, -0.025415752083063126, 0.07705796509981155, -0.03885326534509659, -0.04434582591056824, -0.054885052144527435, 0.004930128809064627, 0.028800465166568756, -0.0035088532604277134, -0.005720571149140596, -0.014795453287661076, 0.03571176528930664, -0.006668088026344776, -0.008172968402504921, 0.03242839127779007, 0.007113978266716003, -0.046859025955200195, 0.030077332630753517, 0.017359323799610138, -0.05756039544939995, -0.015717636793851852, 0.046940095722675323, 0.0640055388212204, -0.04479171708226204, 0.03019893914461136, -0.013579389080405235, 0.04884526506066322, -0.020277878269553185, 0.000014913814084138721, 0.019305026158690453, -0.012079576030373573, 0.005056802183389664, 0.1092836782336235, -0.0248279869556427, -0.03202303498983383, 0.0022421192843466997, 0.03447543457150459, -0.01753159984946251, 0.03731291741132736, 0.05569576099514961, -0.022983621805906296, 0.029023410752415657, 0.005274680443108082, 0.009551174938678741, 0.07920634746551514, -0.015038666315376759, -0.009145819582045078, 0.01873753033578396, -0.021808093413710594, 0.0053253499791026115, -0.06201929971575737, 0.006809962447732687, -0.019457034766674042, 0.0006593350553885102, -0.015981117263436317, 0.023956473916769028, -0.012251852080225945, -0.043899934738874435, -0.016143258661031723, -0.0224161259829998, 0.011360070668160915, -0.04649420827627182, -0.0064451429061591625, 0.03846817836165428, -0.028455913066864014, -0.04531867802143097, 0.04989918693900108, -0.006850497797131538, 0.03421195223927498, 0.03664408251643181, -0.020500823855400085, -0.005649633705615997, 0.06976157426834106, 0.08666487783193588, 0.05472291260957718, -0.06623499095439911, -0.004362632054835558, -0.038934338837862015, -0.0022294519003480673, -0.018088962882757187, -0.03548882156610489, 0.010488557629287243, -0.016416873782873154, 0.07450422644615173, -0.012961222790181637, -0.020723769441246986, 0.010670967400074005, -0.03516453877091408, 0.018342308700084686, 0.018413245677947998, -0.015981117263436317, -0.021949967369437218, -0.03832630440592766, 0.03336070850491524, 0.0062019298784434795, 0.02111898921430111, -0.005796574987471104, 0.019457034766674042, -0.04880473017692566, 0.009100217372179031, 0.04880473017692566, -0.013680728152394295, 0.02144327387213707, 0.043494582176208496, 0.0688292607665062, -0.05674968659877777, 0.018413245677947998, -0.010387219488620758, 0.01755186729133129, 0.0026069385930895805, 0.048115625977516174, -0.023956473916769028, -0.04604831710457802, -0.008005758747458458, -0.009495438076555729, -0.05569576099514961, 0.028395110741257668, 0.03125286102294922, -0.0520070344209671, -0.0572766475379467, 0.025517091155052185, -0.04373779147863388, 0.04880473017692566, 0.0033239100594073534, -0.027300652116537094, 0.002339657861739397, 0.06270840018987656, 0.001667022006586194, 0.012099843472242355, 0.021970234811306, -0.06214090436697006, -0.028820732608437538, -0.026226460933685303, -0.012991624884307384, -0.03313776105642319, -0.0007701743161305785, -0.02671288698911667, 0.08625952154397964, 0.0038863401859998703, 0.02788841724395752, 0.05946556478738785, 0.012403859756886959, -0.000576997350435704, 0.003985145129263401, -0.028496449813246727, 0.019244223833084106, 0.0162547305226326, -0.00005304448859533295, -0.04993972182273865, -0.008943142369389534, 0.06072216480970383, 0.028678858652710915, -0.06424874812364578, -0.024848254397511482, 0.00902928039431572, 0.04300815612077713, -0.01858552172780037, -0.026125123724341393, 0.021949967369437218, 0.04572403058409691, -0.008167901076376438, -0.008142566308379173, -0.035326678305864334, -0.004327163565903902, 0.05833056941628456, -0.053628452122211456, -0.024807719513773918, -0.042724404484033585, 0.07012639939785004, 0.0011248597875237465, -0.018666593357920647, 0.04183262586593628, 0.03696836531162262, 0.019254358485341072, -0.039785582572221756, -0.054885052144527435, 0.02821270003914833, 0.014450902119278908, -0.055938974022865295, -0.0061917961575090885, 0.028232969343662262, -0.008304708637297153, 0.06169501692056656, 0.03498212620615959, 0.0265102107077837, 0.04880473017692566, 0.008973544463515282, 0.01103578694164753, -0.022233715280890465, -0.014207689091563225, -0.06469464302062988, -0.035549625754356384, -0.06039787828922272, 0.023064693436026573, 0.02819243259727955, -0.033036425709724426, 0.0012889018980786204, -0.012373458594083786, -0.07762546092271805, -0.07292334735393524, 0.009419434703886509, -0.05464183911681175, 0.03285401314496994, 0.019801586866378784, -0.0007264720043167472, -0.07511226087808609, 0.04868312180042267, -0.011745158582925797, -0.03437409549951553, -0.047507595270872116, -0.007463597226887941, 0.009860257618129253, 0.025172539055347443, 0.04385939985513687, -0.030908310785889626, 0.019122617319226265, -0.052574530243873596, -0.009687981568276882, -0.032387856394052505, -0.050142399966716766, 0.015190674923360348, 0.013001758605241776, 0.0515611432492733, 0.01405568141490221, 0.021848628297448158, -0.005837110336869955, -0.09128592163324356, 0.010265612974762917, -0.01304229348897934, 0.00027931484510190785, -0.06076269969344139, 0.024159152060747147, -0.04096111282706261, -0.0496559739112854, 0.031759556382894516, 0.016741156578063965, 0.0048743924126029015, 0.010275746695697308, -0.006764359772205353, -0.07555815577507019, 0.0849623829126358, 0.03824523463845253, 0.030239475890994072, 0.019750917330384254, 0.011278999969363213, 0.07547707855701447, -0.009034347720444202, -0.04604831710457802, 0.005365885328501463, 0.007468664087355137, -0.005259479861706495, -0.0003838204138446599, -0.00594351626932621, -0.00981972273439169, -0.02251746505498886, -0.01235319022089243, -0.03674542158842087, -0.044751182198524475, 0.007914554327726364, 0.011441142298281193, -0.015332548879086971, 0.10539226979017258, -0.04799402132630348, -0.05504719540476799, -0.04985865205526352, 0.009693048894405365, 0.020581895485520363, 0.07843617349863052, -0.0367656908929348, -0.01383273582905531, 0.021402738988399506, 0.009738651104271412, 0.08528666943311691, -0.00834017712622881, 0.016366204246878624, -0.00282735051587224, 0.0105088260024786, -0.03921808674931526, 0.03283374756574631, -0.01923408918082714, -0.007048108149319887, 0.0008955809753388166, -0.1652226597070694, -0.035975247621536255, -0.03528614342212677, 0.008988744579255581, 0.05715503916144371, 0.03613739088177681, 0.03761693462729454, -0.004377833101898432, -0.012505198828876019, -0.007919621653854847, 0.013680728152394295, 0.03613739088177681, -0.011522212997078896, 0.0008537787362001836, -0.024848254397511482, -0.0006267166463658214, -0.004653980955481529, -0.01119792927056551, 0.07867938280105591, 0.028455913066864014, -0.0013503384543582797, -0.07134246081113815, 0.006678221747279167, -0.012008639052510262, 0.00995652936398983, -0.008558055385947227, 0.10028479993343353, -0.02938823029398918, -0.03751559555530548, 0.001141960732638836, -0.025800839066505432, -0.004605845082551241, -0.0010754571994766593, 0.09525839984416962, -0.04029227793216705, 0.016943834722042084, 0.010873645544052124, 0.02442263253033161, 0.03666435182094574, 0.041366465389728546, 0.010954716242849827, -0.02470638044178486, 0.028374843299388885, 0.044426895678043365, -0.07041014730930328, -0.040636830031871796, 0.046980634331703186, 0.0033973807003349066, 0.051074717193841934, -0.007666274439543486, 0.023956473916769028, -0.06120859086513519, -0.05934395641088486, -0.03220544755458832, -0.04434582591056824, 0.07032907754182816, 0.02018667384982109, 0.0035088532604277134, -0.015768306329846382, -0.006997439078986645, -0.03336070850491524, 0.03621846064925194, -0.09339376538991928, 0.010397353209555149, 0.014319161884486675, -0.07288280874490738, -0.04373779147863388, -0.03125286102294922, 0.018970608711242676, 0.028131630271673203, 0.06526213884353638, 0.004220757633447647, 0.0458456389605999, -0.026814226061105728, 0.05427702143788338, -0.008826603181660175, -0.004486772231757641, 0.008598591201007366, 0.009627179242670536, 0.01845378242433071, -0.05845217779278755, 0.017197182402014732, -0.03157714754343033, 0.011795827187597752, -0.037576399743556976, -0.06372179090976715, 0.026895297691226006, -0.03846817836165428, -0.058573782444000244, 0.05739825218915939, -0.013488183729350567, -0.009632245637476444, -0.044102612882852554, -0.015383218415081501, 0.009915994480252266, 0.02462531067430973, 0.034718647599220276, -0.00652114674448967, -0.031435273587703705, -0.007803081534802914, 0.004570376593619585, -0.022253984585404396, -0.03019893914461136, 0.03342151269316673, 0.003883806522935629, -0.06392446905374527, 0.008634059689939022, -0.0010969917057082057, 0.018220702186226845, 0.024746917188167572, 0.03942076489329338, 0.020855508744716644, 0.05399327352643013, 0.052047569304704666, 0.00737239234149456, -0.047183308750391006, 0.01161341741681099, 0.027239849790930748, 0.018038293346762657, 0.014937328174710274, -0.02103791944682598, 0.020054932683706284, -0.01654861308634281, 0.05233131721615791, 0.021524345502257347, 0.00043924004421569407, -0.02186889573931694, -0.05164221301674843, -0.014440768398344517, -0.013700995594263077, 0.0013338709250092506, 0.0024891323409974575, -0.013194302096962929, -0.013741531409323215, -0.05115578696131706, 0.010904046706855297, -0.026489943265914917, 0.024787452071905136, 0.064897321164608, -0.08103044331073761, 0.04300815612077713, 0.018088962882757187, 0.008720196783542633, 0.0293679628521204, 0.012059308588504791, -0.03218517825007439, 0.012150513008236885, 0.020733902230858803, 0.045480817556381226, 0.04499439522624016, 0.06437035650014877, -0.024483434855937958, -0.010179474949836731, 0.04925062134861946, -0.009576509706676006, 0.033441778272390366, -0.04552135616540909, 0.034495700150728226, -0.037130508571863174, -0.004458903800696135, 0.005558428820222616, -0.0353672131896019, 0.04110298678278923, 0.03190143033862114, 0.055412013083696365, -0.03992745652794838, 0.02873966284096241, 0.05022347345948219, -0.02093658037483692, 0.023510584607720375, -0.028172165155410767, -0.007169714663177729, -0.00817803479731083, -0.06655927747488022, 0.04625099524855614, 0.01330577488988638, -0.011643819510936737, 0.04256226494908333, -0.04341350868344307, -0.041589412838220596, -0.010042667388916016, -0.003982611931860447, -0.044751182198524475, 0.0008772133151069283, 0.031333934515714645, -0.02598324976861477, 0.011927567422389984, 0.008071629330515862, 0.041467804461717606, 0.0386708565056324, -0.006865698378533125, 0.035873908549547195, -0.012991624884307384, 0.0059485831297934055, -0.015403485856950283, 0.03348231315612793, -0.019355695694684982, 0.0026221394073218107, -0.024057812988758087, 0.015200808644294739, 0.03865059092640877, 0.007433195598423481, 0.03800202161073685, 0.014450902119278908, 0.00004390025060274638, 0.03192169964313507 ]
37,324
async_payok.asyncpayok
__init__
null
nit__( d: int, ey: str, t_key: Optional[str], id: Optional[int] ne: _API_URL__: str = "https://payok.io" _API_ID__: int = api_id _API_KEY__: str = api_key _SECRET_KEY__: Optional[str] = secret_key _SHOP_ID__: Optional[int] = shop_id SSL_CONTEXT_ = ssl.create_default_context(cafile=certifi.where()) ession: ClientSession = ClientSession()
(self, api_id: int, api_key: str, secret_key: Optional[str], shop_id: Optional[int]) -> NoneType
[ -0.015109000727534294, -0.04725879058241844, -0.03105790913105011, 0.021445635706186295, -0.03042331151664257, -0.01941119320690632, -0.06532613188028336, 0.033670954406261444, 0.004278861451894045, -0.017395414412021637, -0.0066026053391397, 0.018785929307341576, -0.015416966751217842, 0.020717715844511986, -0.005170096643269062, -0.05838289484381676, 0.05028245598077774, -0.020139113068580627, 0.01723676547408104, -0.0567404106259346, 0.007759810891002417, 0.026746384799480438, -0.0014780036872252822, 0.050842393189668655, -0.01630353555083275, 0.0570390447974205, 0.04789338633418083, 0.03060995787382126, -0.009257646277546883, -0.0377211719751358, 0.01756339706480503, 0.0064392900094389915, 0.02831421047449112, 0.06435556709766388, -0.016984794288873672, -0.001052800565958023, -0.01804867573082447, -0.015109000727534294, -0.1669362634420395, -0.011404075659811497, -0.01823532208800316, 0.018748600035905838, 0.06525146961212158, -0.0024777266662567854, -0.039344996213912964, 0.03775850310921669, -0.07312793284654617, 0.040278226137161255, 0.02049374021589756, -0.03281238302588463, -0.000816576648503542, 0.011488066986203194, 0.005720702465623617, -0.023368090391159058, -0.01178670022636652, -0.014203767292201519, -0.04244332015514374, 0.05812159180641174, -0.00023899448569864035, 0.024954581633210182, -0.03904636204242706, 0.006327302195131779, 0.023797376081347466, 0.05151432007551193, 0.007353855762630701, 0.030927255749702454, -0.05860687047243118, 0.017367418855428696, 0.016284871846437454, -0.023592066019773483, 0.05576984956860542, -0.020717715844511986, -0.061257246881723404, 0.017974017187952995, 0.014763705432415009, -0.0724186822772026, -0.0313938707113266, 0.013811809942126274, -0.061891842633485794, -0.0012236983748152852, 0.006257310044020414, -0.06327302008867264, -0.006224647164344788, 0.03154318779706955, 0.02206156775355339, 0.03312968090176582, 0.08466266095638275, -0.012449294328689575, -0.07428514212369919, 0.009490953758358955, -0.036993253976106644, -0.007904461584985256, -0.04053952917456627, 0.01648085005581379, 0.01989647187292576, -0.010760147124528885, 0.01681681163609028, 0.004866796545684338, -0.010629494674503803, -0.031561851501464844, -0.03844909369945526, -0.012505287304520607, -0.0648781806230545, -0.022509517148137093, 0.007969788275659084, -0.06846178323030472, -0.009724261239171028, -0.013009232468903065, 0.04934922605752945, 0.002503390656784177, -0.015314311720430851, -0.016984794288873672, -0.012131995521485806, 0.009677599184215069, -0.00968693196773529, -0.017610058188438416, 0.01374648418277502, -0.0017171439249068499, -0.04718413203954697, 0.02191225066781044, -0.015678271651268005, -0.02239752933382988, 0.00476880744099617, 0.019261876121163368, 0.05087972432374954, 0.05535922944545746, 0.00276936125010252, 0.020549733191728592, 0.05412736535072327, -0.08749968558549881, 0.06084662303328514, -0.016256874427199364, 0.03779583051800728, 0.03212179243564606, -0.07014159858226776, 0.030012691393494606, 0.04968518763780594, 0.014791701920330524, 0.01970982737839222, 0.01249595545232296, -0.007223203312605619, 0.002201257273554802, -0.049125250428915024, -0.01518365927040577, -0.013615831732749939, -0.028724832460284233, -0.08175098896026611, -0.0709255114197731, -0.004325523041188717, -0.0261117871850729, 0.03815045952796936, 0.008632381446659565, 0.03956897184252739, 0.007535835728049278, -0.024562625214457512, -0.0042555308900773525, 0.003462284803390503, -0.012523951940238476, 0.007204538676887751, 0.0016786481719464064, -0.009089664556086063, -0.023069456219673157, 0.04804270341992378, -0.0283702053129673, 0.012439961545169353, -0.01095612533390522, -0.019243210554122925, 0.007932459004223347, 0.036750614643096924, 0.03757185861468315, -0.0227894876152277, -0.013774480670690536, -0.06924569606781006, -0.03757185861468315, 0.001460505649447441, -0.0341002382338047, 0.031580518931150436, -0.046288229525089264, -0.04292859882116318, -0.023200107738375664, -0.020083118230104446, 0.00861838273704052, -0.039009030908346176, 0.07469576597213745, 0.020269764587283134, 0.009761590510606766, 0.06170519441366196, 0.018729934468865395, 0.04718413203954697, -0.0176567193120718, -0.004642821382731199, 0.03669461980462074, 0.011684045195579529, 0.01633153297007084, -0.029732720926404, 0.016396857798099518, 0.05576984956860542, 0.013718487694859505, -0.04460841417312622, 0.015006345696747303, 0.007862466387450695, 0.012383967638015747, 0.0064066266641020775, -0.026391755789518356, 0.025010574609041214, -0.023293431848287582, -0.025981135666370392, -0.029023466631770134, -0.018095338717103004, -0.0064066266641020775, 0.03684393689036369, 0.013923797756433487, 0.002746030455455184, 0.026615731418132782, 0.04039021208882332, 0.05394071713089943, -0.00005570219218498096, 0.0005876435316167772, 0.03292436897754669, -0.004451509099453688, 0.03975561633706093, -0.02131498232483864, 0.050842393189668655, -0.07980986684560776, 0.04457108676433563, -0.026429085060954094, 0.03370828181505203, 0.03314834460616112, -0.04796804487705231, -0.06409426778554916, 0.018496626988053322, 0.004155208356678486, 0.04053952917456627, 0.049423884600400925, -0.039979591965675354, -0.06151854991912842, -0.02782893180847168, 0.006835912819951773, -0.03522011637687683, 0.019299205392599106, 0.04744543507695198, -0.0088283596560359, 0.001780137070454657, 0.019000571221113205, -0.06185451149940491, 0.0830201804637909, 0.04513102397322655, 0.01814199984073639, -0.035780053585767746, -0.02879949100315571, 0.0380384735763073, -0.07551700621843338, 0.009556279517710209, 0.006047333125025034, 0.01705011911690235, -0.005450065713375807, -0.009621605277061462, -0.001325187156908214, -0.000875486817676574, -0.05435134097933769, -0.03673195093870163, 0.045317668467760086, -0.12609809637069702, 0.03329766169190407, -0.012831917963922024, -0.0028090234845876694, -0.0020729380194097757, 0.023498741909861565, -0.010918796062469482, -0.053828731179237366, 0.13326530158519745, 0.03979294374585152, 0.010862802155315876, 0.006061331834644079, -0.00506277522072196, -0.03346564248204231, 0.020512403920292854, 0.059801407158374786, -0.050693076103925705, -0.021501628682017326, 0.007857800461351871, -0.0006410126225091517, 0.05345543846487999, 0.015640942379832268, -0.04524300992488861, -0.03697459027171135, -0.03904636204242706, 0.03398825228214264, -0.006877908017486334, -0.026877036318182945, -0.035537414252758026, 0.052111588418483734, 0.001514166360720992, 0.013298533856868744, 0.01178670022636652, 0.029228776693344116, 0.002131264889612794, 0.007713149301707745, 0.04039021208882332, -0.019280539825558662, 0.02303212694823742, 0.02450663037598133, 0.04598959535360336, -0.0431525744497776, 0.01669549196958542, 0.006849911529570818, 0.0522235743701458, -0.0021872587967664003, -0.034753501415252686, -0.015594280324876308, 0.0025897144805639982, -0.0018827923340722919, 0.03072194568812847, -0.0028300213161855936, -0.06304904818534851, -0.027847595512866974, 0.0032733057159930468, -0.032159119844436646, 0.021968243643641472, 0.0784660130739212, -0.003000335767865181, -0.026130452752113342, 0.05293282866477966, -0.021202994510531425, 0.05420202389359474, -0.031431201845407486, 0.0491999089717865, -0.037646517157554626, -0.00891701690852642, 0.024786600843071938, -0.09713061898946762, 0.03346564248204231, -0.020475074648857117, -0.0227894876152277, 0.007433180231601, -0.017274094745516777, -0.029359430074691772, -0.014371749013662338, -0.009010340087115765, -0.0017008124850690365, -0.014969016425311565, -0.09660801291465759, 0.00908499862998724, 0.05502326413989067, -0.016051562502980232, -0.04132344201207161, -0.013811809942126274, -0.04095014929771423, 0.0525222085416317, 0.0667073130607605, -0.039009030908346176, -0.005244755186140537, 0.10049024969339371, 0.08488664031028748, 0.08160167187452316, 0.01190801989287138, -0.022920139133930206, 0.008753701113164425, -0.018571285530924797, -0.013130552135407925, -0.0015246651601046324, -0.013727819547057152, -0.0029863372910767794, 0.05718836188316345, -0.06334768235683441, 0.004810802638530731, 0.023741381242871284, -0.03150586038827896, 0.052746184170246124, 0.04416046291589737, -0.03604136034846306, -0.02499191090464592, -0.060771964490413666, 0.050394441932439804, -0.007666487712413073, 0.04318990558385849, -0.04908791929483414, -0.008763033896684647, -0.022173555567860603, 0.015500957146286964, 0.011730706319212914, -0.0002280581829836592, 0.05129034444689751, 0.03047930635511875, 0.0215762872248888, -0.04490704834461212, -0.06510215252637863, 0.018664607778191566, 0.025794489309191704, -0.006266642361879349, 0.05267152562737465, -0.008002450689673424, 0.019112559035420418, 0.00170314556453377, -0.02891147881746292, -0.05017046630382538, 0.014586391858756542, -0.006243311334401369, -0.055583205074071884, -0.03673195093870163, 0.03219645097851753, -0.030162006616592407, 0.03449219837784767, 0.004211202263832092, -0.02362939529120922, -0.000691757071763277, 0.04897593334317207, -0.008800363168120384, 0.009336970746517181, -0.04277928173542023, -0.037870489060878754, -0.010433516465127468, -0.0025757160037755966, -0.004344187676906586, -0.041360773146152496, 0.030871262773871422, -0.017936687916517258, 0.08227359503507614, -0.0037609185092151165, 0.029322100803256035, 0.05185028165578842, -0.03941965475678444, 0.0008550724014639854, 0.03535076975822449, -0.03559340909123421, 0.030348652973771095, 0.020773708820343018, -0.050693076103925705, 0.007479841820895672, 0.00048615472042001784, -0.007293195929378271, 0.013541173189878464, -0.02094169147312641, -0.02239752933382988, 0.03986760228872299, 0.030441977083683014, -0.025066569447517395, 0.007540501654148102, 0.004243865143507719, 0.021706940606236458, -0.018935244530439377, -0.006742589641362429, -0.010144215077161789, 0.01151606347411871, 0.08959011733531952, -0.0025360537692904472, -0.06480351835489273, 0.003774916986003518, 0.05155164748430252, 0.007974454201757908, 0.04177139326930046, -0.019635168835520744, 0.01249595545232296, 0.012048005126416683, -0.006625935900956392, -0.027306322008371353, -0.010190876200795174, 0.027306322008371353, -0.03673195093870163, -0.02426399104297161, 0.023648058995604515, -0.03242042660713196, 0.047408103942871094, 0.0419580414891243, 0.02879949100315571, 0.056553762406110764, -0.0449817068874836, 0.0033689618576318026, 0.015528954565525055, -0.011889355257153511, -0.0760769471526146, -0.0031916480511426926, -0.030889926478266716, 0.05315680429339409, 0.0606599785387516, -0.004451509099453688, 0.00731186056509614, -0.013307865709066391, -0.06148121878504753, -0.03615334630012512, -0.030740609392523766, -0.03283104673027992, 0.0010183877311646938, -0.0069012390449643135, -0.01618221588432789, -0.07435979694128036, -0.009528283029794693, -0.03027399443089962, -0.03159918263554573, -0.017880694940686226, 0.0076711541041731834, 0.07260532677173615, 0.008128437213599682, -0.019635168835520744, 0.032700393348932266, 0.03686260059475899, -0.03096458502113819, 0.008716371841728687, -0.03721722960472107, -0.031524524092674255, -0.009467622265219688, 0.018375307321548462, 0.014259761199355125, -0.01723676547408104, -0.0004561163659673184, -0.05017046630382538, -0.10332727432250977, -0.000769331818446517, -0.0019131223671138287, 0.07536768913269043, -0.01677948236465454, 0.007587163243442774, -0.000579769373871386, -0.0380384735763073, 0.031953807920217514, 0.03583604842424393, 0.03066595084965229, 0.011628051288425922, -0.051962271332740784, -0.04203270003199577, 0.09399496763944626, 0.03447353094816208, 0.026690389961004257, 0.013858471997082233, 0.03144986554980278, 0.05487395077943802, 0.001141457469202578, -0.039643626660108566, -0.0017754709115251899, 0.04804270341992378, -0.02870616875588894, -0.0019609504379332066, -0.023984022438526154, 0.03550008684396744, -0.03337232023477554, -0.060324013233184814, -0.04445909708738327, -0.023442748934030533, -0.00911766104400158, -0.01650884561240673, -0.0045938268303871155, 0.04009157791733742, -0.030311323702335358, -0.06375830620527267, -0.05610581487417221, 0.05987606570124626, -0.00027282407972961664, 0.06767787039279938, -0.04494437575340271, -0.02133364789187908, 0.004598492756485939, -0.019093895331025124, 0.06387028843164444, -0.02906079590320587, -0.005020779557526112, -0.008011783473193645, 0.025607842952013016, -0.0570390447974205, -0.04117412492632866, -0.009798919782042503, 0.003462284803390503, -0.04083816334605217, -0.043749842792749405, -0.011777368374168873, 0.013774480670690536, -0.0286688394844532, 0.04464574530720711, -0.026429085060954094, -0.01642485521733761, 0.016042230650782585, 0.006863909773528576, -0.02583181858062744, 0.04714680090546608, 0.058420225977897644, -0.04337655007839203, -0.028015578165650368, -0.022434858605265617, 0.016228877007961273, 0.021202994510531425, 0.013690490275621414, 0.0277729369699955, 0.061406560242176056, 0.009201652370393276, -0.030441977083683014, 0.01783403381705284, 0.013905133120715618, 0.050842393189668655, -0.012561281211674213, 0.03604136034846306, -0.02333076111972332, -0.05838289484381676, -0.02689570002257824, -0.015491625294089317, 0.0036769278813153505, 0.00810510665178299, 0.050693076103925705, 0.0033339657820761204, 0.009089664556086063, 0.02275215834379196, 0.00512343505397439, -0.0019784485921263695, 0.07529303431510925, 0.00347861647605896, -0.013289201073348522, -0.007549833972007036, -0.008609050884842873, -0.06924569606781006, -0.006243311334401369, 0.004591493867337704, -0.03557474538683891, 0.04610158130526543, 0.0014780036872252822, -0.03826244920492172, -0.03081526793539524, -0.04457108676433563, 0.0016424854984506965, -0.0018862920114770532, 0.0848119780421257, -0.005772029981017113, -0.031580518931150436, -0.017768707126379013, 0.0022514183074235916, -0.03867306932806969, 0.04938655346632004, -0.0697309747338295, 0.019392527639865875, 0.03492148220539093, -0.03189781680703163, -0.037347882986068726, -0.01901923678815365, 0.009621605277061462, 0.059801407158374786, 0.06562476605176926, -0.01804867573082447, 0.023200107738375664, 0.030143342912197113, 0.048154689371585846, -0.012234650552272797, -0.013335863128304482, 0.054164692759513855, 0.007307194173336029, 0.08876887708902359, 0.0022572511807084084, 0.01501567754894495, -0.016163550317287445, 0.056516434997320175, -0.004691815935075283, -0.05121568590402603, 0.021165665239095688, -0.037385210394859314, -0.02949008159339428, 0.021968243643641472, 0.029452752321958542, -0.005277418065816164, -0.043264564126729965, 0.00533341197296977, 0.004969452042132616, 0.04300325736403465, 0.02010178379714489, -0.0525222085416317, 0.007204538676887751, -0.0227894876152277, 0.026242438703775406, -0.032103125005960464, -0.040614187717437744, 0.023592066019773483, 0.010358857922255993, -0.09571211040019989, 0.026690389961004257, 0.001727642840705812, 0.025794489309191704, 0.022117560729384422, 0.03066595084965229, 0.004899459891021252, 0.028015578165650368, -0.013849139213562012, -0.017526067793369293, -0.061406560242176056, 0.05017046630382538, 0.0035486086271703243, -0.011973346583545208, -0.004155208356678486, 0.04505636543035507, -0.014959683641791344, -0.04397381842136383, 0.03036731854081154, 0.03363362327218056, 0.02939675748348236, -0.06607271730899811, -0.09951969236135483, -0.02529054507613182, -0.027623619884252548, -0.004166873637586832, 0.00199944619089365, 0.008184431120753288, -0.08525992929935455, -0.012579945847392082, 0.05106636881828308, -0.017619390040636063, 0.027698278427124023, 0.00604266719892621, -0.030889926478266716, 0.03656396642327309, 0.01344785001128912, 0.006383296102285385, 0.015388969331979752, 0.03047930635511875, -0.06345967203378677, 0.006803249940276146, -0.01783403381705284, -0.00429286016151309, 0.04572829231619835, 0.042965929955244064, -0.03583604842424393, 0.011721374467015266, 0.08615583181381226, -0.04262996464967728, 0.05199959874153137, -0.06192917004227638, 0.02284548059105873, -0.020120447501540184, -0.00017643887258600444, -0.024917252361774445, 0.0019842812325805426, 0.07208272069692612, 0.003100658068433404, 0.023200107738375664, -0.025197220966219902, 0.03717989847064018, 0.020120447501540184, 0.015109000727534294, -0.01195468194782734, -0.056516434997320175, -0.028892813250422478, -0.037870489060878754, -0.00982691626995802, -0.004283527843654156, -0.009481620974838734, -0.013298533856868744, 0.015491625294089317, -0.0067472560331225395, 0.018729934468865395, -0.010134882293641567, -0.01149739883840084, -0.007451844867318869, 0.017096782103180885, 0.04714680090546608, -0.06450488418340683, 0.026914365589618683, 0.018123334273695946, 0.0733519122004509, 0.07357588410377502, -0.00908499862998724, 0.01386780384927988, -0.012122663669288158, -0.0064392900094389915, -0.02303212694823742, 0.046288229525089264, -0.006831246893852949, 0.006205982528626919, -0.022042902186512947, 0.013494512066245079, 0.033764276653528214, -0.00935563538223505, 0.007381852716207504, -0.027866261079907417, 0.032644398510456085, 0.0029793381690979004 ]
37,325
async_payok.asyncpayok
_request
Создание запроса к API :param method: метод запроса (POST, GET) :type method: Optional[str] :param url: ссылка запроса к API :type url: Optional[str] :param params: параметры запрсоа :type params: dict :return:
nit__( d: int, ey: str, t_key: Optional[str], id: Optional[int] ne: _API_URL__: str = "https://payok.io" _API_ID__: int = api_id _API_KEY__: str = api_key _SECRET_KEY__: Optional[str] = secret_key _SHOP_ID__: Optional[int] = shop_id SSL_CONTEXT_ = ssl.create_default_context(cafile=certifi.where()) ession: ClientSession = ClientSession()
(self, method: Optional[str], url: Optional[str], params: dict) -> Dict
[ -0.015109000727534294, -0.04725879058241844, -0.03105790913105011, 0.021445635706186295, -0.03042331151664257, -0.01941119320690632, -0.06532613188028336, 0.033670954406261444, 0.004278861451894045, -0.017395414412021637, -0.0066026053391397, 0.018785929307341576, -0.015416966751217842, 0.020717715844511986, -0.005170096643269062, -0.05838289484381676, 0.05028245598077774, -0.020139113068580627, 0.01723676547408104, -0.0567404106259346, 0.007759810891002417, 0.026746384799480438, -0.0014780036872252822, 0.050842393189668655, -0.01630353555083275, 0.0570390447974205, 0.04789338633418083, 0.03060995787382126, -0.009257646277546883, -0.0377211719751358, 0.01756339706480503, 0.0064392900094389915, 0.02831421047449112, 0.06435556709766388, -0.016984794288873672, -0.001052800565958023, -0.01804867573082447, -0.015109000727534294, -0.1669362634420395, -0.011404075659811497, -0.01823532208800316, 0.018748600035905838, 0.06525146961212158, -0.0024777266662567854, -0.039344996213912964, 0.03775850310921669, -0.07312793284654617, 0.040278226137161255, 0.02049374021589756, -0.03281238302588463, -0.000816576648503542, 0.011488066986203194, 0.005720702465623617, -0.023368090391159058, -0.01178670022636652, -0.014203767292201519, -0.04244332015514374, 0.05812159180641174, -0.00023899448569864035, 0.024954581633210182, -0.03904636204242706, 0.006327302195131779, 0.023797376081347466, 0.05151432007551193, 0.007353855762630701, 0.030927255749702454, -0.05860687047243118, 0.017367418855428696, 0.016284871846437454, -0.023592066019773483, 0.05576984956860542, -0.020717715844511986, -0.061257246881723404, 0.017974017187952995, 0.014763705432415009, -0.0724186822772026, -0.0313938707113266, 0.013811809942126274, -0.061891842633485794, -0.0012236983748152852, 0.006257310044020414, -0.06327302008867264, -0.006224647164344788, 0.03154318779706955, 0.02206156775355339, 0.03312968090176582, 0.08466266095638275, -0.012449294328689575, -0.07428514212369919, 0.009490953758358955, -0.036993253976106644, -0.007904461584985256, -0.04053952917456627, 0.01648085005581379, 0.01989647187292576, -0.010760147124528885, 0.01681681163609028, 0.004866796545684338, -0.010629494674503803, -0.031561851501464844, -0.03844909369945526, -0.012505287304520607, -0.0648781806230545, -0.022509517148137093, 0.007969788275659084, -0.06846178323030472, -0.009724261239171028, -0.013009232468903065, 0.04934922605752945, 0.002503390656784177, -0.015314311720430851, -0.016984794288873672, -0.012131995521485806, 0.009677599184215069, -0.00968693196773529, -0.017610058188438416, 0.01374648418277502, -0.0017171439249068499, -0.04718413203954697, 0.02191225066781044, -0.015678271651268005, -0.02239752933382988, 0.00476880744099617, 0.019261876121163368, 0.05087972432374954, 0.05535922944545746, 0.00276936125010252, 0.020549733191728592, 0.05412736535072327, -0.08749968558549881, 0.06084662303328514, -0.016256874427199364, 0.03779583051800728, 0.03212179243564606, -0.07014159858226776, 0.030012691393494606, 0.04968518763780594, 0.014791701920330524, 0.01970982737839222, 0.01249595545232296, -0.007223203312605619, 0.002201257273554802, -0.049125250428915024, -0.01518365927040577, -0.013615831732749939, -0.028724832460284233, -0.08175098896026611, -0.0709255114197731, -0.004325523041188717, -0.0261117871850729, 0.03815045952796936, 0.008632381446659565, 0.03956897184252739, 0.007535835728049278, -0.024562625214457512, -0.0042555308900773525, 0.003462284803390503, -0.012523951940238476, 0.007204538676887751, 0.0016786481719464064, -0.009089664556086063, -0.023069456219673157, 0.04804270341992378, -0.0283702053129673, 0.012439961545169353, -0.01095612533390522, -0.019243210554122925, 0.007932459004223347, 0.036750614643096924, 0.03757185861468315, -0.0227894876152277, -0.013774480670690536, -0.06924569606781006, -0.03757185861468315, 0.001460505649447441, -0.0341002382338047, 0.031580518931150436, -0.046288229525089264, -0.04292859882116318, -0.023200107738375664, -0.020083118230104446, 0.00861838273704052, -0.039009030908346176, 0.07469576597213745, 0.020269764587283134, 0.009761590510606766, 0.06170519441366196, 0.018729934468865395, 0.04718413203954697, -0.0176567193120718, -0.004642821382731199, 0.03669461980462074, 0.011684045195579529, 0.01633153297007084, -0.029732720926404, 0.016396857798099518, 0.05576984956860542, 0.013718487694859505, -0.04460841417312622, 0.015006345696747303, 0.007862466387450695, 0.012383967638015747, 0.0064066266641020775, -0.026391755789518356, 0.025010574609041214, -0.023293431848287582, -0.025981135666370392, -0.029023466631770134, -0.018095338717103004, -0.0064066266641020775, 0.03684393689036369, 0.013923797756433487, 0.002746030455455184, 0.026615731418132782, 0.04039021208882332, 0.05394071713089943, -0.00005570219218498096, 0.0005876435316167772, 0.03292436897754669, -0.004451509099453688, 0.03975561633706093, -0.02131498232483864, 0.050842393189668655, -0.07980986684560776, 0.04457108676433563, -0.026429085060954094, 0.03370828181505203, 0.03314834460616112, -0.04796804487705231, -0.06409426778554916, 0.018496626988053322, 0.004155208356678486, 0.04053952917456627, 0.049423884600400925, -0.039979591965675354, -0.06151854991912842, -0.02782893180847168, 0.006835912819951773, -0.03522011637687683, 0.019299205392599106, 0.04744543507695198, -0.0088283596560359, 0.001780137070454657, 0.019000571221113205, -0.06185451149940491, 0.0830201804637909, 0.04513102397322655, 0.01814199984073639, -0.035780053585767746, -0.02879949100315571, 0.0380384735763073, -0.07551700621843338, 0.009556279517710209, 0.006047333125025034, 0.01705011911690235, -0.005450065713375807, -0.009621605277061462, -0.001325187156908214, -0.000875486817676574, -0.05435134097933769, -0.03673195093870163, 0.045317668467760086, -0.12609809637069702, 0.03329766169190407, -0.012831917963922024, -0.0028090234845876694, -0.0020729380194097757, 0.023498741909861565, -0.010918796062469482, -0.053828731179237366, 0.13326530158519745, 0.03979294374585152, 0.010862802155315876, 0.006061331834644079, -0.00506277522072196, -0.03346564248204231, 0.020512403920292854, 0.059801407158374786, -0.050693076103925705, -0.021501628682017326, 0.007857800461351871, -0.0006410126225091517, 0.05345543846487999, 0.015640942379832268, -0.04524300992488861, -0.03697459027171135, -0.03904636204242706, 0.03398825228214264, -0.006877908017486334, -0.026877036318182945, -0.035537414252758026, 0.052111588418483734, 0.001514166360720992, 0.013298533856868744, 0.01178670022636652, 0.029228776693344116, 0.002131264889612794, 0.007713149301707745, 0.04039021208882332, -0.019280539825558662, 0.02303212694823742, 0.02450663037598133, 0.04598959535360336, -0.0431525744497776, 0.01669549196958542, 0.006849911529570818, 0.0522235743701458, -0.0021872587967664003, -0.034753501415252686, -0.015594280324876308, 0.0025897144805639982, -0.0018827923340722919, 0.03072194568812847, -0.0028300213161855936, -0.06304904818534851, -0.027847595512866974, 0.0032733057159930468, -0.032159119844436646, 0.021968243643641472, 0.0784660130739212, -0.003000335767865181, -0.026130452752113342, 0.05293282866477966, -0.021202994510531425, 0.05420202389359474, -0.031431201845407486, 0.0491999089717865, -0.037646517157554626, -0.00891701690852642, 0.024786600843071938, -0.09713061898946762, 0.03346564248204231, -0.020475074648857117, -0.0227894876152277, 0.007433180231601, -0.017274094745516777, -0.029359430074691772, -0.014371749013662338, -0.009010340087115765, -0.0017008124850690365, -0.014969016425311565, -0.09660801291465759, 0.00908499862998724, 0.05502326413989067, -0.016051562502980232, -0.04132344201207161, -0.013811809942126274, -0.04095014929771423, 0.0525222085416317, 0.0667073130607605, -0.039009030908346176, -0.005244755186140537, 0.10049024969339371, 0.08488664031028748, 0.08160167187452316, 0.01190801989287138, -0.022920139133930206, 0.008753701113164425, -0.018571285530924797, -0.013130552135407925, -0.0015246651601046324, -0.013727819547057152, -0.0029863372910767794, 0.05718836188316345, -0.06334768235683441, 0.004810802638530731, 0.023741381242871284, -0.03150586038827896, 0.052746184170246124, 0.04416046291589737, -0.03604136034846306, -0.02499191090464592, -0.060771964490413666, 0.050394441932439804, -0.007666487712413073, 0.04318990558385849, -0.04908791929483414, -0.008763033896684647, -0.022173555567860603, 0.015500957146286964, 0.011730706319212914, -0.0002280581829836592, 0.05129034444689751, 0.03047930635511875, 0.0215762872248888, -0.04490704834461212, -0.06510215252637863, 0.018664607778191566, 0.025794489309191704, -0.006266642361879349, 0.05267152562737465, -0.008002450689673424, 0.019112559035420418, 0.00170314556453377, -0.02891147881746292, -0.05017046630382538, 0.014586391858756542, -0.006243311334401369, -0.055583205074071884, -0.03673195093870163, 0.03219645097851753, -0.030162006616592407, 0.03449219837784767, 0.004211202263832092, -0.02362939529120922, -0.000691757071763277, 0.04897593334317207, -0.008800363168120384, 0.009336970746517181, -0.04277928173542023, -0.037870489060878754, -0.010433516465127468, -0.0025757160037755966, -0.004344187676906586, -0.041360773146152496, 0.030871262773871422, -0.017936687916517258, 0.08227359503507614, -0.0037609185092151165, 0.029322100803256035, 0.05185028165578842, -0.03941965475678444, 0.0008550724014639854, 0.03535076975822449, -0.03559340909123421, 0.030348652973771095, 0.020773708820343018, -0.050693076103925705, 0.007479841820895672, 0.00048615472042001784, -0.007293195929378271, 0.013541173189878464, -0.02094169147312641, -0.02239752933382988, 0.03986760228872299, 0.030441977083683014, -0.025066569447517395, 0.007540501654148102, 0.004243865143507719, 0.021706940606236458, -0.018935244530439377, -0.006742589641362429, -0.010144215077161789, 0.01151606347411871, 0.08959011733531952, -0.0025360537692904472, -0.06480351835489273, 0.003774916986003518, 0.05155164748430252, 0.007974454201757908, 0.04177139326930046, -0.019635168835520744, 0.01249595545232296, 0.012048005126416683, -0.006625935900956392, -0.027306322008371353, -0.010190876200795174, 0.027306322008371353, -0.03673195093870163, -0.02426399104297161, 0.023648058995604515, -0.03242042660713196, 0.047408103942871094, 0.0419580414891243, 0.02879949100315571, 0.056553762406110764, -0.0449817068874836, 0.0033689618576318026, 0.015528954565525055, -0.011889355257153511, -0.0760769471526146, -0.0031916480511426926, -0.030889926478266716, 0.05315680429339409, 0.0606599785387516, -0.004451509099453688, 0.00731186056509614, -0.013307865709066391, -0.06148121878504753, -0.03615334630012512, -0.030740609392523766, -0.03283104673027992, 0.0010183877311646938, -0.0069012390449643135, -0.01618221588432789, -0.07435979694128036, -0.009528283029794693, -0.03027399443089962, -0.03159918263554573, -0.017880694940686226, 0.0076711541041731834, 0.07260532677173615, 0.008128437213599682, -0.019635168835520744, 0.032700393348932266, 0.03686260059475899, -0.03096458502113819, 0.008716371841728687, -0.03721722960472107, -0.031524524092674255, -0.009467622265219688, 0.018375307321548462, 0.014259761199355125, -0.01723676547408104, -0.0004561163659673184, -0.05017046630382538, -0.10332727432250977, -0.000769331818446517, -0.0019131223671138287, 0.07536768913269043, -0.01677948236465454, 0.007587163243442774, -0.000579769373871386, -0.0380384735763073, 0.031953807920217514, 0.03583604842424393, 0.03066595084965229, 0.011628051288425922, -0.051962271332740784, -0.04203270003199577, 0.09399496763944626, 0.03447353094816208, 0.026690389961004257, 0.013858471997082233, 0.03144986554980278, 0.05487395077943802, 0.001141457469202578, -0.039643626660108566, -0.0017754709115251899, 0.04804270341992378, -0.02870616875588894, -0.0019609504379332066, -0.023984022438526154, 0.03550008684396744, -0.03337232023477554, -0.060324013233184814, -0.04445909708738327, -0.023442748934030533, -0.00911766104400158, -0.01650884561240673, -0.0045938268303871155, 0.04009157791733742, -0.030311323702335358, -0.06375830620527267, -0.05610581487417221, 0.05987606570124626, -0.00027282407972961664, 0.06767787039279938, -0.04494437575340271, -0.02133364789187908, 0.004598492756485939, -0.019093895331025124, 0.06387028843164444, -0.02906079590320587, -0.005020779557526112, -0.008011783473193645, 0.025607842952013016, -0.0570390447974205, -0.04117412492632866, -0.009798919782042503, 0.003462284803390503, -0.04083816334605217, -0.043749842792749405, -0.011777368374168873, 0.013774480670690536, -0.0286688394844532, 0.04464574530720711, -0.026429085060954094, -0.01642485521733761, 0.016042230650782585, 0.006863909773528576, -0.02583181858062744, 0.04714680090546608, 0.058420225977897644, -0.04337655007839203, -0.028015578165650368, -0.022434858605265617, 0.016228877007961273, 0.021202994510531425, 0.013690490275621414, 0.0277729369699955, 0.061406560242176056, 0.009201652370393276, -0.030441977083683014, 0.01783403381705284, 0.013905133120715618, 0.050842393189668655, -0.012561281211674213, 0.03604136034846306, -0.02333076111972332, -0.05838289484381676, -0.02689570002257824, -0.015491625294089317, 0.0036769278813153505, 0.00810510665178299, 0.050693076103925705, 0.0033339657820761204, 0.009089664556086063, 0.02275215834379196, 0.00512343505397439, -0.0019784485921263695, 0.07529303431510925, 0.00347861647605896, -0.013289201073348522, -0.007549833972007036, -0.008609050884842873, -0.06924569606781006, -0.006243311334401369, 0.004591493867337704, -0.03557474538683891, 0.04610158130526543, 0.0014780036872252822, -0.03826244920492172, -0.03081526793539524, -0.04457108676433563, 0.0016424854984506965, -0.0018862920114770532, 0.0848119780421257, -0.005772029981017113, -0.031580518931150436, -0.017768707126379013, 0.0022514183074235916, -0.03867306932806969, 0.04938655346632004, -0.0697309747338295, 0.019392527639865875, 0.03492148220539093, -0.03189781680703163, -0.037347882986068726, -0.01901923678815365, 0.009621605277061462, 0.059801407158374786, 0.06562476605176926, -0.01804867573082447, 0.023200107738375664, 0.030143342912197113, 0.048154689371585846, -0.012234650552272797, -0.013335863128304482, 0.054164692759513855, 0.007307194173336029, 0.08876887708902359, 0.0022572511807084084, 0.01501567754894495, -0.016163550317287445, 0.056516434997320175, -0.004691815935075283, -0.05121568590402603, 0.021165665239095688, -0.037385210394859314, -0.02949008159339428, 0.021968243643641472, 0.029452752321958542, -0.005277418065816164, -0.043264564126729965, 0.00533341197296977, 0.004969452042132616, 0.04300325736403465, 0.02010178379714489, -0.0525222085416317, 0.007204538676887751, -0.0227894876152277, 0.026242438703775406, -0.032103125005960464, -0.040614187717437744, 0.023592066019773483, 0.010358857922255993, -0.09571211040019989, 0.026690389961004257, 0.001727642840705812, 0.025794489309191704, 0.022117560729384422, 0.03066595084965229, 0.004899459891021252, 0.028015578165650368, -0.013849139213562012, -0.017526067793369293, -0.061406560242176056, 0.05017046630382538, 0.0035486086271703243, -0.011973346583545208, -0.004155208356678486, 0.04505636543035507, -0.014959683641791344, -0.04397381842136383, 0.03036731854081154, 0.03363362327218056, 0.02939675748348236, -0.06607271730899811, -0.09951969236135483, -0.02529054507613182, -0.027623619884252548, -0.004166873637586832, 0.00199944619089365, 0.008184431120753288, -0.08525992929935455, -0.012579945847392082, 0.05106636881828308, -0.017619390040636063, 0.027698278427124023, 0.00604266719892621, -0.030889926478266716, 0.03656396642327309, 0.01344785001128912, 0.006383296102285385, 0.015388969331979752, 0.03047930635511875, -0.06345967203378677, 0.006803249940276146, -0.01783403381705284, -0.00429286016151309, 0.04572829231619835, 0.042965929955244064, -0.03583604842424393, 0.011721374467015266, 0.08615583181381226, -0.04262996464967728, 0.05199959874153137, -0.06192917004227638, 0.02284548059105873, -0.020120447501540184, -0.00017643887258600444, -0.024917252361774445, 0.0019842812325805426, 0.07208272069692612, 0.003100658068433404, 0.023200107738375664, -0.025197220966219902, 0.03717989847064018, 0.020120447501540184, 0.015109000727534294, -0.01195468194782734, -0.056516434997320175, -0.028892813250422478, -0.037870489060878754, -0.00982691626995802, -0.004283527843654156, -0.009481620974838734, -0.013298533856868744, 0.015491625294089317, -0.0067472560331225395, 0.018729934468865395, -0.010134882293641567, -0.01149739883840084, -0.007451844867318869, 0.017096782103180885, 0.04714680090546608, -0.06450488418340683, 0.026914365589618683, 0.018123334273695946, 0.0733519122004509, 0.07357588410377502, -0.00908499862998724, 0.01386780384927988, -0.012122663669288158, -0.0064392900094389915, -0.02303212694823742, 0.046288229525089264, -0.006831246893852949, 0.006205982528626919, -0.022042902186512947, 0.013494512066245079, 0.033764276653528214, -0.00935563538223505, 0.007381852716207504, -0.027866261079907417, 0.032644398510456085, 0.0029793381690979004 ]
37,326
async_payok.asyncpayok
createInvoice
Создание ссылки формы (инвойса) на оплату :param payment: уникальный айди платежа :type payment: Union[int, str] :param amount: сумма платежа :type amount: float :param currency: валюта платежа :type currency: Optional[str] :param desc: описание платежа :type desc: Optinal[str] :param email: почта плательщика :type email: Optional[str] :param success_url: ссылка для переадрессации после оплаты :type success_url: Optional[str] :param method: метод оплаты (см объект Method) :type method: Optional[str] :param lang: язык интерфейса формы (RU - ENG) :type lang: Optional[str] :param custom: параметр для уведомления :type custom: Optional[str] :return: ссылку на форму оплаты :rtype: str
nit__( d: int, ey: str, t_key: Optional[str], id: Optional[int] ne: _API_URL__: str = "https://payok.io" _API_ID__: int = api_id _API_KEY__: str = api_key _SECRET_KEY__: Optional[str] = secret_key _SHOP_ID__: Optional[int] = shop_id SSL_CONTEXT_ = ssl.create_default_context(cafile=certifi.where()) ession: ClientSession = ClientSession()
(self, payment: Union[int, str], amount: float, currency: Optional[str] = 'RUB', desc: Optional[str] = 'Description', email: Optional[str] = None, success_url: Optional[str] = None, method: Optional[str] = None, lang: Optional[str] = None, custom: Optional[str] = None) -> str
[ -0.015109000727534294, -0.04725879058241844, -0.03105790913105011, 0.021445635706186295, -0.03042331151664257, -0.01941119320690632, -0.06532613188028336, 0.033670954406261444, 0.004278861451894045, -0.017395414412021637, -0.0066026053391397, 0.018785929307341576, -0.015416966751217842, 0.020717715844511986, -0.005170096643269062, -0.05838289484381676, 0.05028245598077774, -0.020139113068580627, 0.01723676547408104, -0.0567404106259346, 0.007759810891002417, 0.026746384799480438, -0.0014780036872252822, 0.050842393189668655, -0.01630353555083275, 0.0570390447974205, 0.04789338633418083, 0.03060995787382126, -0.009257646277546883, -0.0377211719751358, 0.01756339706480503, 0.0064392900094389915, 0.02831421047449112, 0.06435556709766388, -0.016984794288873672, -0.001052800565958023, -0.01804867573082447, -0.015109000727534294, -0.1669362634420395, -0.011404075659811497, -0.01823532208800316, 0.018748600035905838, 0.06525146961212158, -0.0024777266662567854, -0.039344996213912964, 0.03775850310921669, -0.07312793284654617, 0.040278226137161255, 0.02049374021589756, -0.03281238302588463, -0.000816576648503542, 0.011488066986203194, 0.005720702465623617, -0.023368090391159058, -0.01178670022636652, -0.014203767292201519, -0.04244332015514374, 0.05812159180641174, -0.00023899448569864035, 0.024954581633210182, -0.03904636204242706, 0.006327302195131779, 0.023797376081347466, 0.05151432007551193, 0.007353855762630701, 0.030927255749702454, -0.05860687047243118, 0.017367418855428696, 0.016284871846437454, -0.023592066019773483, 0.05576984956860542, -0.020717715844511986, -0.061257246881723404, 0.017974017187952995, 0.014763705432415009, -0.0724186822772026, -0.0313938707113266, 0.013811809942126274, -0.061891842633485794, -0.0012236983748152852, 0.006257310044020414, -0.06327302008867264, -0.006224647164344788, 0.03154318779706955, 0.02206156775355339, 0.03312968090176582, 0.08466266095638275, -0.012449294328689575, -0.07428514212369919, 0.009490953758358955, -0.036993253976106644, -0.007904461584985256, -0.04053952917456627, 0.01648085005581379, 0.01989647187292576, -0.010760147124528885, 0.01681681163609028, 0.004866796545684338, -0.010629494674503803, -0.031561851501464844, -0.03844909369945526, -0.012505287304520607, -0.0648781806230545, -0.022509517148137093, 0.007969788275659084, -0.06846178323030472, -0.009724261239171028, -0.013009232468903065, 0.04934922605752945, 0.002503390656784177, -0.015314311720430851, -0.016984794288873672, -0.012131995521485806, 0.009677599184215069, -0.00968693196773529, -0.017610058188438416, 0.01374648418277502, -0.0017171439249068499, -0.04718413203954697, 0.02191225066781044, -0.015678271651268005, -0.02239752933382988, 0.00476880744099617, 0.019261876121163368, 0.05087972432374954, 0.05535922944545746, 0.00276936125010252, 0.020549733191728592, 0.05412736535072327, -0.08749968558549881, 0.06084662303328514, -0.016256874427199364, 0.03779583051800728, 0.03212179243564606, -0.07014159858226776, 0.030012691393494606, 0.04968518763780594, 0.014791701920330524, 0.01970982737839222, 0.01249595545232296, -0.007223203312605619, 0.002201257273554802, -0.049125250428915024, -0.01518365927040577, -0.013615831732749939, -0.028724832460284233, -0.08175098896026611, -0.0709255114197731, -0.004325523041188717, -0.0261117871850729, 0.03815045952796936, 0.008632381446659565, 0.03956897184252739, 0.007535835728049278, -0.024562625214457512, -0.0042555308900773525, 0.003462284803390503, -0.012523951940238476, 0.007204538676887751, 0.0016786481719464064, -0.009089664556086063, -0.023069456219673157, 0.04804270341992378, -0.0283702053129673, 0.012439961545169353, -0.01095612533390522, -0.019243210554122925, 0.007932459004223347, 0.036750614643096924, 0.03757185861468315, -0.0227894876152277, -0.013774480670690536, -0.06924569606781006, -0.03757185861468315, 0.001460505649447441, -0.0341002382338047, 0.031580518931150436, -0.046288229525089264, -0.04292859882116318, -0.023200107738375664, -0.020083118230104446, 0.00861838273704052, -0.039009030908346176, 0.07469576597213745, 0.020269764587283134, 0.009761590510606766, 0.06170519441366196, 0.018729934468865395, 0.04718413203954697, -0.0176567193120718, -0.004642821382731199, 0.03669461980462074, 0.011684045195579529, 0.01633153297007084, -0.029732720926404, 0.016396857798099518, 0.05576984956860542, 0.013718487694859505, -0.04460841417312622, 0.015006345696747303, 0.007862466387450695, 0.012383967638015747, 0.0064066266641020775, -0.026391755789518356, 0.025010574609041214, -0.023293431848287582, -0.025981135666370392, -0.029023466631770134, -0.018095338717103004, -0.0064066266641020775, 0.03684393689036369, 0.013923797756433487, 0.002746030455455184, 0.026615731418132782, 0.04039021208882332, 0.05394071713089943, -0.00005570219218498096, 0.0005876435316167772, 0.03292436897754669, -0.004451509099453688, 0.03975561633706093, -0.02131498232483864, 0.050842393189668655, -0.07980986684560776, 0.04457108676433563, -0.026429085060954094, 0.03370828181505203, 0.03314834460616112, -0.04796804487705231, -0.06409426778554916, 0.018496626988053322, 0.004155208356678486, 0.04053952917456627, 0.049423884600400925, -0.039979591965675354, -0.06151854991912842, -0.02782893180847168, 0.006835912819951773, -0.03522011637687683, 0.019299205392599106, 0.04744543507695198, -0.0088283596560359, 0.001780137070454657, 0.019000571221113205, -0.06185451149940491, 0.0830201804637909, 0.04513102397322655, 0.01814199984073639, -0.035780053585767746, -0.02879949100315571, 0.0380384735763073, -0.07551700621843338, 0.009556279517710209, 0.006047333125025034, 0.01705011911690235, -0.005450065713375807, -0.009621605277061462, -0.001325187156908214, -0.000875486817676574, -0.05435134097933769, -0.03673195093870163, 0.045317668467760086, -0.12609809637069702, 0.03329766169190407, -0.012831917963922024, -0.0028090234845876694, -0.0020729380194097757, 0.023498741909861565, -0.010918796062469482, -0.053828731179237366, 0.13326530158519745, 0.03979294374585152, 0.010862802155315876, 0.006061331834644079, -0.00506277522072196, -0.03346564248204231, 0.020512403920292854, 0.059801407158374786, -0.050693076103925705, -0.021501628682017326, 0.007857800461351871, -0.0006410126225091517, 0.05345543846487999, 0.015640942379832268, -0.04524300992488861, -0.03697459027171135, -0.03904636204242706, 0.03398825228214264, -0.006877908017486334, -0.026877036318182945, -0.035537414252758026, 0.052111588418483734, 0.001514166360720992, 0.013298533856868744, 0.01178670022636652, 0.029228776693344116, 0.002131264889612794, 0.007713149301707745, 0.04039021208882332, -0.019280539825558662, 0.02303212694823742, 0.02450663037598133, 0.04598959535360336, -0.0431525744497776, 0.01669549196958542, 0.006849911529570818, 0.0522235743701458, -0.0021872587967664003, -0.034753501415252686, -0.015594280324876308, 0.0025897144805639982, -0.0018827923340722919, 0.03072194568812847, -0.0028300213161855936, -0.06304904818534851, -0.027847595512866974, 0.0032733057159930468, -0.032159119844436646, 0.021968243643641472, 0.0784660130739212, -0.003000335767865181, -0.026130452752113342, 0.05293282866477966, -0.021202994510531425, 0.05420202389359474, -0.031431201845407486, 0.0491999089717865, -0.037646517157554626, -0.00891701690852642, 0.024786600843071938, -0.09713061898946762, 0.03346564248204231, -0.020475074648857117, -0.0227894876152277, 0.007433180231601, -0.017274094745516777, -0.029359430074691772, -0.014371749013662338, -0.009010340087115765, -0.0017008124850690365, -0.014969016425311565, -0.09660801291465759, 0.00908499862998724, 0.05502326413989067, -0.016051562502980232, -0.04132344201207161, -0.013811809942126274, -0.04095014929771423, 0.0525222085416317, 0.0667073130607605, -0.039009030908346176, -0.005244755186140537, 0.10049024969339371, 0.08488664031028748, 0.08160167187452316, 0.01190801989287138, -0.022920139133930206, 0.008753701113164425, -0.018571285530924797, -0.013130552135407925, -0.0015246651601046324, -0.013727819547057152, -0.0029863372910767794, 0.05718836188316345, -0.06334768235683441, 0.004810802638530731, 0.023741381242871284, -0.03150586038827896, 0.052746184170246124, 0.04416046291589737, -0.03604136034846306, -0.02499191090464592, -0.060771964490413666, 0.050394441932439804, -0.007666487712413073, 0.04318990558385849, -0.04908791929483414, -0.008763033896684647, -0.022173555567860603, 0.015500957146286964, 0.011730706319212914, -0.0002280581829836592, 0.05129034444689751, 0.03047930635511875, 0.0215762872248888, -0.04490704834461212, -0.06510215252637863, 0.018664607778191566, 0.025794489309191704, -0.006266642361879349, 0.05267152562737465, -0.008002450689673424, 0.019112559035420418, 0.00170314556453377, -0.02891147881746292, -0.05017046630382538, 0.014586391858756542, -0.006243311334401369, -0.055583205074071884, -0.03673195093870163, 0.03219645097851753, -0.030162006616592407, 0.03449219837784767, 0.004211202263832092, -0.02362939529120922, -0.000691757071763277, 0.04897593334317207, -0.008800363168120384, 0.009336970746517181, -0.04277928173542023, -0.037870489060878754, -0.010433516465127468, -0.0025757160037755966, -0.004344187676906586, -0.041360773146152496, 0.030871262773871422, -0.017936687916517258, 0.08227359503507614, -0.0037609185092151165, 0.029322100803256035, 0.05185028165578842, -0.03941965475678444, 0.0008550724014639854, 0.03535076975822449, -0.03559340909123421, 0.030348652973771095, 0.020773708820343018, -0.050693076103925705, 0.007479841820895672, 0.00048615472042001784, -0.007293195929378271, 0.013541173189878464, -0.02094169147312641, -0.02239752933382988, 0.03986760228872299, 0.030441977083683014, -0.025066569447517395, 0.007540501654148102, 0.004243865143507719, 0.021706940606236458, -0.018935244530439377, -0.006742589641362429, -0.010144215077161789, 0.01151606347411871, 0.08959011733531952, -0.0025360537692904472, -0.06480351835489273, 0.003774916986003518, 0.05155164748430252, 0.007974454201757908, 0.04177139326930046, -0.019635168835520744, 0.01249595545232296, 0.012048005126416683, -0.006625935900956392, -0.027306322008371353, -0.010190876200795174, 0.027306322008371353, -0.03673195093870163, -0.02426399104297161, 0.023648058995604515, -0.03242042660713196, 0.047408103942871094, 0.0419580414891243, 0.02879949100315571, 0.056553762406110764, -0.0449817068874836, 0.0033689618576318026, 0.015528954565525055, -0.011889355257153511, -0.0760769471526146, -0.0031916480511426926, -0.030889926478266716, 0.05315680429339409, 0.0606599785387516, -0.004451509099453688, 0.00731186056509614, -0.013307865709066391, -0.06148121878504753, -0.03615334630012512, -0.030740609392523766, -0.03283104673027992, 0.0010183877311646938, -0.0069012390449643135, -0.01618221588432789, -0.07435979694128036, -0.009528283029794693, -0.03027399443089962, -0.03159918263554573, -0.017880694940686226, 0.0076711541041731834, 0.07260532677173615, 0.008128437213599682, -0.019635168835520744, 0.032700393348932266, 0.03686260059475899, -0.03096458502113819, 0.008716371841728687, -0.03721722960472107, -0.031524524092674255, -0.009467622265219688, 0.018375307321548462, 0.014259761199355125, -0.01723676547408104, -0.0004561163659673184, -0.05017046630382538, -0.10332727432250977, -0.000769331818446517, -0.0019131223671138287, 0.07536768913269043, -0.01677948236465454, 0.007587163243442774, -0.000579769373871386, -0.0380384735763073, 0.031953807920217514, 0.03583604842424393, 0.03066595084965229, 0.011628051288425922, -0.051962271332740784, -0.04203270003199577, 0.09399496763944626, 0.03447353094816208, 0.026690389961004257, 0.013858471997082233, 0.03144986554980278, 0.05487395077943802, 0.001141457469202578, -0.039643626660108566, -0.0017754709115251899, 0.04804270341992378, -0.02870616875588894, -0.0019609504379332066, -0.023984022438526154, 0.03550008684396744, -0.03337232023477554, -0.060324013233184814, -0.04445909708738327, -0.023442748934030533, -0.00911766104400158, -0.01650884561240673, -0.0045938268303871155, 0.04009157791733742, -0.030311323702335358, -0.06375830620527267, -0.05610581487417221, 0.05987606570124626, -0.00027282407972961664, 0.06767787039279938, -0.04494437575340271, -0.02133364789187908, 0.004598492756485939, -0.019093895331025124, 0.06387028843164444, -0.02906079590320587, -0.005020779557526112, -0.008011783473193645, 0.025607842952013016, -0.0570390447974205, -0.04117412492632866, -0.009798919782042503, 0.003462284803390503, -0.04083816334605217, -0.043749842792749405, -0.011777368374168873, 0.013774480670690536, -0.0286688394844532, 0.04464574530720711, -0.026429085060954094, -0.01642485521733761, 0.016042230650782585, 0.006863909773528576, -0.02583181858062744, 0.04714680090546608, 0.058420225977897644, -0.04337655007839203, -0.028015578165650368, -0.022434858605265617, 0.016228877007961273, 0.021202994510531425, 0.013690490275621414, 0.0277729369699955, 0.061406560242176056, 0.009201652370393276, -0.030441977083683014, 0.01783403381705284, 0.013905133120715618, 0.050842393189668655, -0.012561281211674213, 0.03604136034846306, -0.02333076111972332, -0.05838289484381676, -0.02689570002257824, -0.015491625294089317, 0.0036769278813153505, 0.00810510665178299, 0.050693076103925705, 0.0033339657820761204, 0.009089664556086063, 0.02275215834379196, 0.00512343505397439, -0.0019784485921263695, 0.07529303431510925, 0.00347861647605896, -0.013289201073348522, -0.007549833972007036, -0.008609050884842873, -0.06924569606781006, -0.006243311334401369, 0.004591493867337704, -0.03557474538683891, 0.04610158130526543, 0.0014780036872252822, -0.03826244920492172, -0.03081526793539524, -0.04457108676433563, 0.0016424854984506965, -0.0018862920114770532, 0.0848119780421257, -0.005772029981017113, -0.031580518931150436, -0.017768707126379013, 0.0022514183074235916, -0.03867306932806969, 0.04938655346632004, -0.0697309747338295, 0.019392527639865875, 0.03492148220539093, -0.03189781680703163, -0.037347882986068726, -0.01901923678815365, 0.009621605277061462, 0.059801407158374786, 0.06562476605176926, -0.01804867573082447, 0.023200107738375664, 0.030143342912197113, 0.048154689371585846, -0.012234650552272797, -0.013335863128304482, 0.054164692759513855, 0.007307194173336029, 0.08876887708902359, 0.0022572511807084084, 0.01501567754894495, -0.016163550317287445, 0.056516434997320175, -0.004691815935075283, -0.05121568590402603, 0.021165665239095688, -0.037385210394859314, -0.02949008159339428, 0.021968243643641472, 0.029452752321958542, -0.005277418065816164, -0.043264564126729965, 0.00533341197296977, 0.004969452042132616, 0.04300325736403465, 0.02010178379714489, -0.0525222085416317, 0.007204538676887751, -0.0227894876152277, 0.026242438703775406, -0.032103125005960464, -0.040614187717437744, 0.023592066019773483, 0.010358857922255993, -0.09571211040019989, 0.026690389961004257, 0.001727642840705812, 0.025794489309191704, 0.022117560729384422, 0.03066595084965229, 0.004899459891021252, 0.028015578165650368, -0.013849139213562012, -0.017526067793369293, -0.061406560242176056, 0.05017046630382538, 0.0035486086271703243, -0.011973346583545208, -0.004155208356678486, 0.04505636543035507, -0.014959683641791344, -0.04397381842136383, 0.03036731854081154, 0.03363362327218056, 0.02939675748348236, -0.06607271730899811, -0.09951969236135483, -0.02529054507613182, -0.027623619884252548, -0.004166873637586832, 0.00199944619089365, 0.008184431120753288, -0.08525992929935455, -0.012579945847392082, 0.05106636881828308, -0.017619390040636063, 0.027698278427124023, 0.00604266719892621, -0.030889926478266716, 0.03656396642327309, 0.01344785001128912, 0.006383296102285385, 0.015388969331979752, 0.03047930635511875, -0.06345967203378677, 0.006803249940276146, -0.01783403381705284, -0.00429286016151309, 0.04572829231619835, 0.042965929955244064, -0.03583604842424393, 0.011721374467015266, 0.08615583181381226, -0.04262996464967728, 0.05199959874153137, -0.06192917004227638, 0.02284548059105873, -0.020120447501540184, -0.00017643887258600444, -0.024917252361774445, 0.0019842812325805426, 0.07208272069692612, 0.003100658068433404, 0.023200107738375664, -0.025197220966219902, 0.03717989847064018, 0.020120447501540184, 0.015109000727534294, -0.01195468194782734, -0.056516434997320175, -0.028892813250422478, -0.037870489060878754, -0.00982691626995802, -0.004283527843654156, -0.009481620974838734, -0.013298533856868744, 0.015491625294089317, -0.0067472560331225395, 0.018729934468865395, -0.010134882293641567, -0.01149739883840084, -0.007451844867318869, 0.017096782103180885, 0.04714680090546608, -0.06450488418340683, 0.026914365589618683, 0.018123334273695946, 0.0733519122004509, 0.07357588410377502, -0.00908499862998724, 0.01386780384927988, -0.012122663669288158, -0.0064392900094389915, -0.02303212694823742, 0.046288229525089264, -0.006831246893852949, 0.006205982528626919, -0.022042902186512947, 0.013494512066245079, 0.033764276653528214, -0.00935563538223505, 0.007381852716207504, -0.027866261079907417, 0.032644398510456085, 0.0029793381690979004 ]
37,327
async_payok.asyncpayok
getBalance
Получение баланса аккаунта :return: баланс\Реф баланс :rtype: Balance
nit__( d: int, ey: str, t_key: Optional[str], id: Optional[int] ne: _API_URL__: str = "https://payok.io" _API_ID__: int = api_id _API_KEY__: str = api_key _SECRET_KEY__: Optional[str] = secret_key _SHOP_ID__: Optional[int] = shop_id SSL_CONTEXT_ = ssl.create_default_context(cafile=certifi.where()) ession: ClientSession = ClientSession()
(self) -> async_payok.models.balance.Balance
[ -0.015109000727534294, -0.04725879058241844, -0.03105790913105011, 0.021445635706186295, -0.03042331151664257, -0.01941119320690632, -0.06532613188028336, 0.033670954406261444, 0.004278861451894045, -0.017395414412021637, -0.0066026053391397, 0.018785929307341576, -0.015416966751217842, 0.020717715844511986, -0.005170096643269062, -0.05838289484381676, 0.05028245598077774, -0.020139113068580627, 0.01723676547408104, -0.0567404106259346, 0.007759810891002417, 0.026746384799480438, -0.0014780036872252822, 0.050842393189668655, -0.01630353555083275, 0.0570390447974205, 0.04789338633418083, 0.03060995787382126, -0.009257646277546883, -0.0377211719751358, 0.01756339706480503, 0.0064392900094389915, 0.02831421047449112, 0.06435556709766388, -0.016984794288873672, -0.001052800565958023, -0.01804867573082447, -0.015109000727534294, -0.1669362634420395, -0.011404075659811497, -0.01823532208800316, 0.018748600035905838, 0.06525146961212158, -0.0024777266662567854, -0.039344996213912964, 0.03775850310921669, -0.07312793284654617, 0.040278226137161255, 0.02049374021589756, -0.03281238302588463, -0.000816576648503542, 0.011488066986203194, 0.005720702465623617, -0.023368090391159058, -0.01178670022636652, -0.014203767292201519, -0.04244332015514374, 0.05812159180641174, -0.00023899448569864035, 0.024954581633210182, -0.03904636204242706, 0.006327302195131779, 0.023797376081347466, 0.05151432007551193, 0.007353855762630701, 0.030927255749702454, -0.05860687047243118, 0.017367418855428696, 0.016284871846437454, -0.023592066019773483, 0.05576984956860542, -0.020717715844511986, -0.061257246881723404, 0.017974017187952995, 0.014763705432415009, -0.0724186822772026, -0.0313938707113266, 0.013811809942126274, -0.061891842633485794, -0.0012236983748152852, 0.006257310044020414, -0.06327302008867264, -0.006224647164344788, 0.03154318779706955, 0.02206156775355339, 0.03312968090176582, 0.08466266095638275, -0.012449294328689575, -0.07428514212369919, 0.009490953758358955, -0.036993253976106644, -0.007904461584985256, -0.04053952917456627, 0.01648085005581379, 0.01989647187292576, -0.010760147124528885, 0.01681681163609028, 0.004866796545684338, -0.010629494674503803, -0.031561851501464844, -0.03844909369945526, -0.012505287304520607, -0.0648781806230545, -0.022509517148137093, 0.007969788275659084, -0.06846178323030472, -0.009724261239171028, -0.013009232468903065, 0.04934922605752945, 0.002503390656784177, -0.015314311720430851, -0.016984794288873672, -0.012131995521485806, 0.009677599184215069, -0.00968693196773529, -0.017610058188438416, 0.01374648418277502, -0.0017171439249068499, -0.04718413203954697, 0.02191225066781044, -0.015678271651268005, -0.02239752933382988, 0.00476880744099617, 0.019261876121163368, 0.05087972432374954, 0.05535922944545746, 0.00276936125010252, 0.020549733191728592, 0.05412736535072327, -0.08749968558549881, 0.06084662303328514, -0.016256874427199364, 0.03779583051800728, 0.03212179243564606, -0.07014159858226776, 0.030012691393494606, 0.04968518763780594, 0.014791701920330524, 0.01970982737839222, 0.01249595545232296, -0.007223203312605619, 0.002201257273554802, -0.049125250428915024, -0.01518365927040577, -0.013615831732749939, -0.028724832460284233, -0.08175098896026611, -0.0709255114197731, -0.004325523041188717, -0.0261117871850729, 0.03815045952796936, 0.008632381446659565, 0.03956897184252739, 0.007535835728049278, -0.024562625214457512, -0.0042555308900773525, 0.003462284803390503, -0.012523951940238476, 0.007204538676887751, 0.0016786481719464064, -0.009089664556086063, -0.023069456219673157, 0.04804270341992378, -0.0283702053129673, 0.012439961545169353, -0.01095612533390522, -0.019243210554122925, 0.007932459004223347, 0.036750614643096924, 0.03757185861468315, -0.0227894876152277, -0.013774480670690536, -0.06924569606781006, -0.03757185861468315, 0.001460505649447441, -0.0341002382338047, 0.031580518931150436, -0.046288229525089264, -0.04292859882116318, -0.023200107738375664, -0.020083118230104446, 0.00861838273704052, -0.039009030908346176, 0.07469576597213745, 0.020269764587283134, 0.009761590510606766, 0.06170519441366196, 0.018729934468865395, 0.04718413203954697, -0.0176567193120718, -0.004642821382731199, 0.03669461980462074, 0.011684045195579529, 0.01633153297007084, -0.029732720926404, 0.016396857798099518, 0.05576984956860542, 0.013718487694859505, -0.04460841417312622, 0.015006345696747303, 0.007862466387450695, 0.012383967638015747, 0.0064066266641020775, -0.026391755789518356, 0.025010574609041214, -0.023293431848287582, -0.025981135666370392, -0.029023466631770134, -0.018095338717103004, -0.0064066266641020775, 0.03684393689036369, 0.013923797756433487, 0.002746030455455184, 0.026615731418132782, 0.04039021208882332, 0.05394071713089943, -0.00005570219218498096, 0.0005876435316167772, 0.03292436897754669, -0.004451509099453688, 0.03975561633706093, -0.02131498232483864, 0.050842393189668655, -0.07980986684560776, 0.04457108676433563, -0.026429085060954094, 0.03370828181505203, 0.03314834460616112, -0.04796804487705231, -0.06409426778554916, 0.018496626988053322, 0.004155208356678486, 0.04053952917456627, 0.049423884600400925, -0.039979591965675354, -0.06151854991912842, -0.02782893180847168, 0.006835912819951773, -0.03522011637687683, 0.019299205392599106, 0.04744543507695198, -0.0088283596560359, 0.001780137070454657, 0.019000571221113205, -0.06185451149940491, 0.0830201804637909, 0.04513102397322655, 0.01814199984073639, -0.035780053585767746, -0.02879949100315571, 0.0380384735763073, -0.07551700621843338, 0.009556279517710209, 0.006047333125025034, 0.01705011911690235, -0.005450065713375807, -0.009621605277061462, -0.001325187156908214, -0.000875486817676574, -0.05435134097933769, -0.03673195093870163, 0.045317668467760086, -0.12609809637069702, 0.03329766169190407, -0.012831917963922024, -0.0028090234845876694, -0.0020729380194097757, 0.023498741909861565, -0.010918796062469482, -0.053828731179237366, 0.13326530158519745, 0.03979294374585152, 0.010862802155315876, 0.006061331834644079, -0.00506277522072196, -0.03346564248204231, 0.020512403920292854, 0.059801407158374786, -0.050693076103925705, -0.021501628682017326, 0.007857800461351871, -0.0006410126225091517, 0.05345543846487999, 0.015640942379832268, -0.04524300992488861, -0.03697459027171135, -0.03904636204242706, 0.03398825228214264, -0.006877908017486334, -0.026877036318182945, -0.035537414252758026, 0.052111588418483734, 0.001514166360720992, 0.013298533856868744, 0.01178670022636652, 0.029228776693344116, 0.002131264889612794, 0.007713149301707745, 0.04039021208882332, -0.019280539825558662, 0.02303212694823742, 0.02450663037598133, 0.04598959535360336, -0.0431525744497776, 0.01669549196958542, 0.006849911529570818, 0.0522235743701458, -0.0021872587967664003, -0.034753501415252686, -0.015594280324876308, 0.0025897144805639982, -0.0018827923340722919, 0.03072194568812847, -0.0028300213161855936, -0.06304904818534851, -0.027847595512866974, 0.0032733057159930468, -0.032159119844436646, 0.021968243643641472, 0.0784660130739212, -0.003000335767865181, -0.026130452752113342, 0.05293282866477966, -0.021202994510531425, 0.05420202389359474, -0.031431201845407486, 0.0491999089717865, -0.037646517157554626, -0.00891701690852642, 0.024786600843071938, -0.09713061898946762, 0.03346564248204231, -0.020475074648857117, -0.0227894876152277, 0.007433180231601, -0.017274094745516777, -0.029359430074691772, -0.014371749013662338, -0.009010340087115765, -0.0017008124850690365, -0.014969016425311565, -0.09660801291465759, 0.00908499862998724, 0.05502326413989067, -0.016051562502980232, -0.04132344201207161, -0.013811809942126274, -0.04095014929771423, 0.0525222085416317, 0.0667073130607605, -0.039009030908346176, -0.005244755186140537, 0.10049024969339371, 0.08488664031028748, 0.08160167187452316, 0.01190801989287138, -0.022920139133930206, 0.008753701113164425, -0.018571285530924797, -0.013130552135407925, -0.0015246651601046324, -0.013727819547057152, -0.0029863372910767794, 0.05718836188316345, -0.06334768235683441, 0.004810802638530731, 0.023741381242871284, -0.03150586038827896, 0.052746184170246124, 0.04416046291589737, -0.03604136034846306, -0.02499191090464592, -0.060771964490413666, 0.050394441932439804, -0.007666487712413073, 0.04318990558385849, -0.04908791929483414, -0.008763033896684647, -0.022173555567860603, 0.015500957146286964, 0.011730706319212914, -0.0002280581829836592, 0.05129034444689751, 0.03047930635511875, 0.0215762872248888, -0.04490704834461212, -0.06510215252637863, 0.018664607778191566, 0.025794489309191704, -0.006266642361879349, 0.05267152562737465, -0.008002450689673424, 0.019112559035420418, 0.00170314556453377, -0.02891147881746292, -0.05017046630382538, 0.014586391858756542, -0.006243311334401369, -0.055583205074071884, -0.03673195093870163, 0.03219645097851753, -0.030162006616592407, 0.03449219837784767, 0.004211202263832092, -0.02362939529120922, -0.000691757071763277, 0.04897593334317207, -0.008800363168120384, 0.009336970746517181, -0.04277928173542023, -0.037870489060878754, -0.010433516465127468, -0.0025757160037755966, -0.004344187676906586, -0.041360773146152496, 0.030871262773871422, -0.017936687916517258, 0.08227359503507614, -0.0037609185092151165, 0.029322100803256035, 0.05185028165578842, -0.03941965475678444, 0.0008550724014639854, 0.03535076975822449, -0.03559340909123421, 0.030348652973771095, 0.020773708820343018, -0.050693076103925705, 0.007479841820895672, 0.00048615472042001784, -0.007293195929378271, 0.013541173189878464, -0.02094169147312641, -0.02239752933382988, 0.03986760228872299, 0.030441977083683014, -0.025066569447517395, 0.007540501654148102, 0.004243865143507719, 0.021706940606236458, -0.018935244530439377, -0.006742589641362429, -0.010144215077161789, 0.01151606347411871, 0.08959011733531952, -0.0025360537692904472, -0.06480351835489273, 0.003774916986003518, 0.05155164748430252, 0.007974454201757908, 0.04177139326930046, -0.019635168835520744, 0.01249595545232296, 0.012048005126416683, -0.006625935900956392, -0.027306322008371353, -0.010190876200795174, 0.027306322008371353, -0.03673195093870163, -0.02426399104297161, 0.023648058995604515, -0.03242042660713196, 0.047408103942871094, 0.0419580414891243, 0.02879949100315571, 0.056553762406110764, -0.0449817068874836, 0.0033689618576318026, 0.015528954565525055, -0.011889355257153511, -0.0760769471526146, -0.0031916480511426926, -0.030889926478266716, 0.05315680429339409, 0.0606599785387516, -0.004451509099453688, 0.00731186056509614, -0.013307865709066391, -0.06148121878504753, -0.03615334630012512, -0.030740609392523766, -0.03283104673027992, 0.0010183877311646938, -0.0069012390449643135, -0.01618221588432789, -0.07435979694128036, -0.009528283029794693, -0.03027399443089962, -0.03159918263554573, -0.017880694940686226, 0.0076711541041731834, 0.07260532677173615, 0.008128437213599682, -0.019635168835520744, 0.032700393348932266, 0.03686260059475899, -0.03096458502113819, 0.008716371841728687, -0.03721722960472107, -0.031524524092674255, -0.009467622265219688, 0.018375307321548462, 0.014259761199355125, -0.01723676547408104, -0.0004561163659673184, -0.05017046630382538, -0.10332727432250977, -0.000769331818446517, -0.0019131223671138287, 0.07536768913269043, -0.01677948236465454, 0.007587163243442774, -0.000579769373871386, -0.0380384735763073, 0.031953807920217514, 0.03583604842424393, 0.03066595084965229, 0.011628051288425922, -0.051962271332740784, -0.04203270003199577, 0.09399496763944626, 0.03447353094816208, 0.026690389961004257, 0.013858471997082233, 0.03144986554980278, 0.05487395077943802, 0.001141457469202578, -0.039643626660108566, -0.0017754709115251899, 0.04804270341992378, -0.02870616875588894, -0.0019609504379332066, -0.023984022438526154, 0.03550008684396744, -0.03337232023477554, -0.060324013233184814, -0.04445909708738327, -0.023442748934030533, -0.00911766104400158, -0.01650884561240673, -0.0045938268303871155, 0.04009157791733742, -0.030311323702335358, -0.06375830620527267, -0.05610581487417221, 0.05987606570124626, -0.00027282407972961664, 0.06767787039279938, -0.04494437575340271, -0.02133364789187908, 0.004598492756485939, -0.019093895331025124, 0.06387028843164444, -0.02906079590320587, -0.005020779557526112, -0.008011783473193645, 0.025607842952013016, -0.0570390447974205, -0.04117412492632866, -0.009798919782042503, 0.003462284803390503, -0.04083816334605217, -0.043749842792749405, -0.011777368374168873, 0.013774480670690536, -0.0286688394844532, 0.04464574530720711, -0.026429085060954094, -0.01642485521733761, 0.016042230650782585, 0.006863909773528576, -0.02583181858062744, 0.04714680090546608, 0.058420225977897644, -0.04337655007839203, -0.028015578165650368, -0.022434858605265617, 0.016228877007961273, 0.021202994510531425, 0.013690490275621414, 0.0277729369699955, 0.061406560242176056, 0.009201652370393276, -0.030441977083683014, 0.01783403381705284, 0.013905133120715618, 0.050842393189668655, -0.012561281211674213, 0.03604136034846306, -0.02333076111972332, -0.05838289484381676, -0.02689570002257824, -0.015491625294089317, 0.0036769278813153505, 0.00810510665178299, 0.050693076103925705, 0.0033339657820761204, 0.009089664556086063, 0.02275215834379196, 0.00512343505397439, -0.0019784485921263695, 0.07529303431510925, 0.00347861647605896, -0.013289201073348522, -0.007549833972007036, -0.008609050884842873, -0.06924569606781006, -0.006243311334401369, 0.004591493867337704, -0.03557474538683891, 0.04610158130526543, 0.0014780036872252822, -0.03826244920492172, -0.03081526793539524, -0.04457108676433563, 0.0016424854984506965, -0.0018862920114770532, 0.0848119780421257, -0.005772029981017113, -0.031580518931150436, -0.017768707126379013, 0.0022514183074235916, -0.03867306932806969, 0.04938655346632004, -0.0697309747338295, 0.019392527639865875, 0.03492148220539093, -0.03189781680703163, -0.037347882986068726, -0.01901923678815365, 0.009621605277061462, 0.059801407158374786, 0.06562476605176926, -0.01804867573082447, 0.023200107738375664, 0.030143342912197113, 0.048154689371585846, -0.012234650552272797, -0.013335863128304482, 0.054164692759513855, 0.007307194173336029, 0.08876887708902359, 0.0022572511807084084, 0.01501567754894495, -0.016163550317287445, 0.056516434997320175, -0.004691815935075283, -0.05121568590402603, 0.021165665239095688, -0.037385210394859314, -0.02949008159339428, 0.021968243643641472, 0.029452752321958542, -0.005277418065816164, -0.043264564126729965, 0.00533341197296977, 0.004969452042132616, 0.04300325736403465, 0.02010178379714489, -0.0525222085416317, 0.007204538676887751, -0.0227894876152277, 0.026242438703775406, -0.032103125005960464, -0.040614187717437744, 0.023592066019773483, 0.010358857922255993, -0.09571211040019989, 0.026690389961004257, 0.001727642840705812, 0.025794489309191704, 0.022117560729384422, 0.03066595084965229, 0.004899459891021252, 0.028015578165650368, -0.013849139213562012, -0.017526067793369293, -0.061406560242176056, 0.05017046630382538, 0.0035486086271703243, -0.011973346583545208, -0.004155208356678486, 0.04505636543035507, -0.014959683641791344, -0.04397381842136383, 0.03036731854081154, 0.03363362327218056, 0.02939675748348236, -0.06607271730899811, -0.09951969236135483, -0.02529054507613182, -0.027623619884252548, -0.004166873637586832, 0.00199944619089365, 0.008184431120753288, -0.08525992929935455, -0.012579945847392082, 0.05106636881828308, -0.017619390040636063, 0.027698278427124023, 0.00604266719892621, -0.030889926478266716, 0.03656396642327309, 0.01344785001128912, 0.006383296102285385, 0.015388969331979752, 0.03047930635511875, -0.06345967203378677, 0.006803249940276146, -0.01783403381705284, -0.00429286016151309, 0.04572829231619835, 0.042965929955244064, -0.03583604842424393, 0.011721374467015266, 0.08615583181381226, -0.04262996464967728, 0.05199959874153137, -0.06192917004227638, 0.02284548059105873, -0.020120447501540184, -0.00017643887258600444, -0.024917252361774445, 0.0019842812325805426, 0.07208272069692612, 0.003100658068433404, 0.023200107738375664, -0.025197220966219902, 0.03717989847064018, 0.020120447501540184, 0.015109000727534294, -0.01195468194782734, -0.056516434997320175, -0.028892813250422478, -0.037870489060878754, -0.00982691626995802, -0.004283527843654156, -0.009481620974838734, -0.013298533856868744, 0.015491625294089317, -0.0067472560331225395, 0.018729934468865395, -0.010134882293641567, -0.01149739883840084, -0.007451844867318869, 0.017096782103180885, 0.04714680090546608, -0.06450488418340683, 0.026914365589618683, 0.018123334273695946, 0.0733519122004509, 0.07357588410377502, -0.00908499862998724, 0.01386780384927988, -0.012122663669288158, -0.0064392900094389915, -0.02303212694823742, 0.046288229525089264, -0.006831246893852949, 0.006205982528626919, -0.022042902186512947, 0.013494512066245079, 0.033764276653528214, -0.00935563538223505, 0.007381852716207504, -0.027866261079907417, 0.032644398510456085, 0.0029793381690979004 ]
37,328
async_payok.asyncpayok
getPayments
Получение всех транзакций\транзакции :param offset: отсуп\пропуск указанного кол-ва строк :type offset: Optional[int] :return: данные об транзациях\транзакции :rtype: Union[Transaction, List[Transaction]
nit__( d: int, ey: str, t_key: Optional[str], id: Optional[int] ne: _API_URL__: str = "https://payok.io" _API_ID__: int = api_id _API_KEY__: str = api_key _SECRET_KEY__: Optional[str] = secret_key _SHOP_ID__: Optional[int] = shop_id SSL_CONTEXT_ = ssl.create_default_context(cafile=certifi.where()) ession: ClientSession = ClientSession()
(self, offset: Optional[int] = None) -> Union[async_payok.models.invoice.Invoice, List[async_payok.models.invoice.Invoice]]
[ -0.015109000727534294, -0.04725879058241844, -0.03105790913105011, 0.021445635706186295, -0.03042331151664257, -0.01941119320690632, -0.06532613188028336, 0.033670954406261444, 0.004278861451894045, -0.017395414412021637, -0.0066026053391397, 0.018785929307341576, -0.015416966751217842, 0.020717715844511986, -0.005170096643269062, -0.05838289484381676, 0.05028245598077774, -0.020139113068580627, 0.01723676547408104, -0.0567404106259346, 0.007759810891002417, 0.026746384799480438, -0.0014780036872252822, 0.050842393189668655, -0.01630353555083275, 0.0570390447974205, 0.04789338633418083, 0.03060995787382126, -0.009257646277546883, -0.0377211719751358, 0.01756339706480503, 0.0064392900094389915, 0.02831421047449112, 0.06435556709766388, -0.016984794288873672, -0.001052800565958023, -0.01804867573082447, -0.015109000727534294, -0.1669362634420395, -0.011404075659811497, -0.01823532208800316, 0.018748600035905838, 0.06525146961212158, -0.0024777266662567854, -0.039344996213912964, 0.03775850310921669, -0.07312793284654617, 0.040278226137161255, 0.02049374021589756, -0.03281238302588463, -0.000816576648503542, 0.011488066986203194, 0.005720702465623617, -0.023368090391159058, -0.01178670022636652, -0.014203767292201519, -0.04244332015514374, 0.05812159180641174, -0.00023899448569864035, 0.024954581633210182, -0.03904636204242706, 0.006327302195131779, 0.023797376081347466, 0.05151432007551193, 0.007353855762630701, 0.030927255749702454, -0.05860687047243118, 0.017367418855428696, 0.016284871846437454, -0.023592066019773483, 0.05576984956860542, -0.020717715844511986, -0.061257246881723404, 0.017974017187952995, 0.014763705432415009, -0.0724186822772026, -0.0313938707113266, 0.013811809942126274, -0.061891842633485794, -0.0012236983748152852, 0.006257310044020414, -0.06327302008867264, -0.006224647164344788, 0.03154318779706955, 0.02206156775355339, 0.03312968090176582, 0.08466266095638275, -0.012449294328689575, -0.07428514212369919, 0.009490953758358955, -0.036993253976106644, -0.007904461584985256, -0.04053952917456627, 0.01648085005581379, 0.01989647187292576, -0.010760147124528885, 0.01681681163609028, 0.004866796545684338, -0.010629494674503803, -0.031561851501464844, -0.03844909369945526, -0.012505287304520607, -0.0648781806230545, -0.022509517148137093, 0.007969788275659084, -0.06846178323030472, -0.009724261239171028, -0.013009232468903065, 0.04934922605752945, 0.002503390656784177, -0.015314311720430851, -0.016984794288873672, -0.012131995521485806, 0.009677599184215069, -0.00968693196773529, -0.017610058188438416, 0.01374648418277502, -0.0017171439249068499, -0.04718413203954697, 0.02191225066781044, -0.015678271651268005, -0.02239752933382988, 0.00476880744099617, 0.019261876121163368, 0.05087972432374954, 0.05535922944545746, 0.00276936125010252, 0.020549733191728592, 0.05412736535072327, -0.08749968558549881, 0.06084662303328514, -0.016256874427199364, 0.03779583051800728, 0.03212179243564606, -0.07014159858226776, 0.030012691393494606, 0.04968518763780594, 0.014791701920330524, 0.01970982737839222, 0.01249595545232296, -0.007223203312605619, 0.002201257273554802, -0.049125250428915024, -0.01518365927040577, -0.013615831732749939, -0.028724832460284233, -0.08175098896026611, -0.0709255114197731, -0.004325523041188717, -0.0261117871850729, 0.03815045952796936, 0.008632381446659565, 0.03956897184252739, 0.007535835728049278, -0.024562625214457512, -0.0042555308900773525, 0.003462284803390503, -0.012523951940238476, 0.007204538676887751, 0.0016786481719464064, -0.009089664556086063, -0.023069456219673157, 0.04804270341992378, -0.0283702053129673, 0.012439961545169353, -0.01095612533390522, -0.019243210554122925, 0.007932459004223347, 0.036750614643096924, 0.03757185861468315, -0.0227894876152277, -0.013774480670690536, -0.06924569606781006, -0.03757185861468315, 0.001460505649447441, -0.0341002382338047, 0.031580518931150436, -0.046288229525089264, -0.04292859882116318, -0.023200107738375664, -0.020083118230104446, 0.00861838273704052, -0.039009030908346176, 0.07469576597213745, 0.020269764587283134, 0.009761590510606766, 0.06170519441366196, 0.018729934468865395, 0.04718413203954697, -0.0176567193120718, -0.004642821382731199, 0.03669461980462074, 0.011684045195579529, 0.01633153297007084, -0.029732720926404, 0.016396857798099518, 0.05576984956860542, 0.013718487694859505, -0.04460841417312622, 0.015006345696747303, 0.007862466387450695, 0.012383967638015747, 0.0064066266641020775, -0.026391755789518356, 0.025010574609041214, -0.023293431848287582, -0.025981135666370392, -0.029023466631770134, -0.018095338717103004, -0.0064066266641020775, 0.03684393689036369, 0.013923797756433487, 0.002746030455455184, 0.026615731418132782, 0.04039021208882332, 0.05394071713089943, -0.00005570219218498096, 0.0005876435316167772, 0.03292436897754669, -0.004451509099453688, 0.03975561633706093, -0.02131498232483864, 0.050842393189668655, -0.07980986684560776, 0.04457108676433563, -0.026429085060954094, 0.03370828181505203, 0.03314834460616112, -0.04796804487705231, -0.06409426778554916, 0.018496626988053322, 0.004155208356678486, 0.04053952917456627, 0.049423884600400925, -0.039979591965675354, -0.06151854991912842, -0.02782893180847168, 0.006835912819951773, -0.03522011637687683, 0.019299205392599106, 0.04744543507695198, -0.0088283596560359, 0.001780137070454657, 0.019000571221113205, -0.06185451149940491, 0.0830201804637909, 0.04513102397322655, 0.01814199984073639, -0.035780053585767746, -0.02879949100315571, 0.0380384735763073, -0.07551700621843338, 0.009556279517710209, 0.006047333125025034, 0.01705011911690235, -0.005450065713375807, -0.009621605277061462, -0.001325187156908214, -0.000875486817676574, -0.05435134097933769, -0.03673195093870163, 0.045317668467760086, -0.12609809637069702, 0.03329766169190407, -0.012831917963922024, -0.0028090234845876694, -0.0020729380194097757, 0.023498741909861565, -0.010918796062469482, -0.053828731179237366, 0.13326530158519745, 0.03979294374585152, 0.010862802155315876, 0.006061331834644079, -0.00506277522072196, -0.03346564248204231, 0.020512403920292854, 0.059801407158374786, -0.050693076103925705, -0.021501628682017326, 0.007857800461351871, -0.0006410126225091517, 0.05345543846487999, 0.015640942379832268, -0.04524300992488861, -0.03697459027171135, -0.03904636204242706, 0.03398825228214264, -0.006877908017486334, -0.026877036318182945, -0.035537414252758026, 0.052111588418483734, 0.001514166360720992, 0.013298533856868744, 0.01178670022636652, 0.029228776693344116, 0.002131264889612794, 0.007713149301707745, 0.04039021208882332, -0.019280539825558662, 0.02303212694823742, 0.02450663037598133, 0.04598959535360336, -0.0431525744497776, 0.01669549196958542, 0.006849911529570818, 0.0522235743701458, -0.0021872587967664003, -0.034753501415252686, -0.015594280324876308, 0.0025897144805639982, -0.0018827923340722919, 0.03072194568812847, -0.0028300213161855936, -0.06304904818534851, -0.027847595512866974, 0.0032733057159930468, -0.032159119844436646, 0.021968243643641472, 0.0784660130739212, -0.003000335767865181, -0.026130452752113342, 0.05293282866477966, -0.021202994510531425, 0.05420202389359474, -0.031431201845407486, 0.0491999089717865, -0.037646517157554626, -0.00891701690852642, 0.024786600843071938, -0.09713061898946762, 0.03346564248204231, -0.020475074648857117, -0.0227894876152277, 0.007433180231601, -0.017274094745516777, -0.029359430074691772, -0.014371749013662338, -0.009010340087115765, -0.0017008124850690365, -0.014969016425311565, -0.09660801291465759, 0.00908499862998724, 0.05502326413989067, -0.016051562502980232, -0.04132344201207161, -0.013811809942126274, -0.04095014929771423, 0.0525222085416317, 0.0667073130607605, -0.039009030908346176, -0.005244755186140537, 0.10049024969339371, 0.08488664031028748, 0.08160167187452316, 0.01190801989287138, -0.022920139133930206, 0.008753701113164425, -0.018571285530924797, -0.013130552135407925, -0.0015246651601046324, -0.013727819547057152, -0.0029863372910767794, 0.05718836188316345, -0.06334768235683441, 0.004810802638530731, 0.023741381242871284, -0.03150586038827896, 0.052746184170246124, 0.04416046291589737, -0.03604136034846306, -0.02499191090464592, -0.060771964490413666, 0.050394441932439804, -0.007666487712413073, 0.04318990558385849, -0.04908791929483414, -0.008763033896684647, -0.022173555567860603, 0.015500957146286964, 0.011730706319212914, -0.0002280581829836592, 0.05129034444689751, 0.03047930635511875, 0.0215762872248888, -0.04490704834461212, -0.06510215252637863, 0.018664607778191566, 0.025794489309191704, -0.006266642361879349, 0.05267152562737465, -0.008002450689673424, 0.019112559035420418, 0.00170314556453377, -0.02891147881746292, -0.05017046630382538, 0.014586391858756542, -0.006243311334401369, -0.055583205074071884, -0.03673195093870163, 0.03219645097851753, -0.030162006616592407, 0.03449219837784767, 0.004211202263832092, -0.02362939529120922, -0.000691757071763277, 0.04897593334317207, -0.008800363168120384, 0.009336970746517181, -0.04277928173542023, -0.037870489060878754, -0.010433516465127468, -0.0025757160037755966, -0.004344187676906586, -0.041360773146152496, 0.030871262773871422, -0.017936687916517258, 0.08227359503507614, -0.0037609185092151165, 0.029322100803256035, 0.05185028165578842, -0.03941965475678444, 0.0008550724014639854, 0.03535076975822449, -0.03559340909123421, 0.030348652973771095, 0.020773708820343018, -0.050693076103925705, 0.007479841820895672, 0.00048615472042001784, -0.007293195929378271, 0.013541173189878464, -0.02094169147312641, -0.02239752933382988, 0.03986760228872299, 0.030441977083683014, -0.025066569447517395, 0.007540501654148102, 0.004243865143507719, 0.021706940606236458, -0.018935244530439377, -0.006742589641362429, -0.010144215077161789, 0.01151606347411871, 0.08959011733531952, -0.0025360537692904472, -0.06480351835489273, 0.003774916986003518, 0.05155164748430252, 0.007974454201757908, 0.04177139326930046, -0.019635168835520744, 0.01249595545232296, 0.012048005126416683, -0.006625935900956392, -0.027306322008371353, -0.010190876200795174, 0.027306322008371353, -0.03673195093870163, -0.02426399104297161, 0.023648058995604515, -0.03242042660713196, 0.047408103942871094, 0.0419580414891243, 0.02879949100315571, 0.056553762406110764, -0.0449817068874836, 0.0033689618576318026, 0.015528954565525055, -0.011889355257153511, -0.0760769471526146, -0.0031916480511426926, -0.030889926478266716, 0.05315680429339409, 0.0606599785387516, -0.004451509099453688, 0.00731186056509614, -0.013307865709066391, -0.06148121878504753, -0.03615334630012512, -0.030740609392523766, -0.03283104673027992, 0.0010183877311646938, -0.0069012390449643135, -0.01618221588432789, -0.07435979694128036, -0.009528283029794693, -0.03027399443089962, -0.03159918263554573, -0.017880694940686226, 0.0076711541041731834, 0.07260532677173615, 0.008128437213599682, -0.019635168835520744, 0.032700393348932266, 0.03686260059475899, -0.03096458502113819, 0.008716371841728687, -0.03721722960472107, -0.031524524092674255, -0.009467622265219688, 0.018375307321548462, 0.014259761199355125, -0.01723676547408104, -0.0004561163659673184, -0.05017046630382538, -0.10332727432250977, -0.000769331818446517, -0.0019131223671138287, 0.07536768913269043, -0.01677948236465454, 0.007587163243442774, -0.000579769373871386, -0.0380384735763073, 0.031953807920217514, 0.03583604842424393, 0.03066595084965229, 0.011628051288425922, -0.051962271332740784, -0.04203270003199577, 0.09399496763944626, 0.03447353094816208, 0.026690389961004257, 0.013858471997082233, 0.03144986554980278, 0.05487395077943802, 0.001141457469202578, -0.039643626660108566, -0.0017754709115251899, 0.04804270341992378, -0.02870616875588894, -0.0019609504379332066, -0.023984022438526154, 0.03550008684396744, -0.03337232023477554, -0.060324013233184814, -0.04445909708738327, -0.023442748934030533, -0.00911766104400158, -0.01650884561240673, -0.0045938268303871155, 0.04009157791733742, -0.030311323702335358, -0.06375830620527267, -0.05610581487417221, 0.05987606570124626, -0.00027282407972961664, 0.06767787039279938, -0.04494437575340271, -0.02133364789187908, 0.004598492756485939, -0.019093895331025124, 0.06387028843164444, -0.02906079590320587, -0.005020779557526112, -0.008011783473193645, 0.025607842952013016, -0.0570390447974205, -0.04117412492632866, -0.009798919782042503, 0.003462284803390503, -0.04083816334605217, -0.043749842792749405, -0.011777368374168873, 0.013774480670690536, -0.0286688394844532, 0.04464574530720711, -0.026429085060954094, -0.01642485521733761, 0.016042230650782585, 0.006863909773528576, -0.02583181858062744, 0.04714680090546608, 0.058420225977897644, -0.04337655007839203, -0.028015578165650368, -0.022434858605265617, 0.016228877007961273, 0.021202994510531425, 0.013690490275621414, 0.0277729369699955, 0.061406560242176056, 0.009201652370393276, -0.030441977083683014, 0.01783403381705284, 0.013905133120715618, 0.050842393189668655, -0.012561281211674213, 0.03604136034846306, -0.02333076111972332, -0.05838289484381676, -0.02689570002257824, -0.015491625294089317, 0.0036769278813153505, 0.00810510665178299, 0.050693076103925705, 0.0033339657820761204, 0.009089664556086063, 0.02275215834379196, 0.00512343505397439, -0.0019784485921263695, 0.07529303431510925, 0.00347861647605896, -0.013289201073348522, -0.007549833972007036, -0.008609050884842873, -0.06924569606781006, -0.006243311334401369, 0.004591493867337704, -0.03557474538683891, 0.04610158130526543, 0.0014780036872252822, -0.03826244920492172, -0.03081526793539524, -0.04457108676433563, 0.0016424854984506965, -0.0018862920114770532, 0.0848119780421257, -0.005772029981017113, -0.031580518931150436, -0.017768707126379013, 0.0022514183074235916, -0.03867306932806969, 0.04938655346632004, -0.0697309747338295, 0.019392527639865875, 0.03492148220539093, -0.03189781680703163, -0.037347882986068726, -0.01901923678815365, 0.009621605277061462, 0.059801407158374786, 0.06562476605176926, -0.01804867573082447, 0.023200107738375664, 0.030143342912197113, 0.048154689371585846, -0.012234650552272797, -0.013335863128304482, 0.054164692759513855, 0.007307194173336029, 0.08876887708902359, 0.0022572511807084084, 0.01501567754894495, -0.016163550317287445, 0.056516434997320175, -0.004691815935075283, -0.05121568590402603, 0.021165665239095688, -0.037385210394859314, -0.02949008159339428, 0.021968243643641472, 0.029452752321958542, -0.005277418065816164, -0.043264564126729965, 0.00533341197296977, 0.004969452042132616, 0.04300325736403465, 0.02010178379714489, -0.0525222085416317, 0.007204538676887751, -0.0227894876152277, 0.026242438703775406, -0.032103125005960464, -0.040614187717437744, 0.023592066019773483, 0.010358857922255993, -0.09571211040019989, 0.026690389961004257, 0.001727642840705812, 0.025794489309191704, 0.022117560729384422, 0.03066595084965229, 0.004899459891021252, 0.028015578165650368, -0.013849139213562012, -0.017526067793369293, -0.061406560242176056, 0.05017046630382538, 0.0035486086271703243, -0.011973346583545208, -0.004155208356678486, 0.04505636543035507, -0.014959683641791344, -0.04397381842136383, 0.03036731854081154, 0.03363362327218056, 0.02939675748348236, -0.06607271730899811, -0.09951969236135483, -0.02529054507613182, -0.027623619884252548, -0.004166873637586832, 0.00199944619089365, 0.008184431120753288, -0.08525992929935455, -0.012579945847392082, 0.05106636881828308, -0.017619390040636063, 0.027698278427124023, 0.00604266719892621, -0.030889926478266716, 0.03656396642327309, 0.01344785001128912, 0.006383296102285385, 0.015388969331979752, 0.03047930635511875, -0.06345967203378677, 0.006803249940276146, -0.01783403381705284, -0.00429286016151309, 0.04572829231619835, 0.042965929955244064, -0.03583604842424393, 0.011721374467015266, 0.08615583181381226, -0.04262996464967728, 0.05199959874153137, -0.06192917004227638, 0.02284548059105873, -0.020120447501540184, -0.00017643887258600444, -0.024917252361774445, 0.0019842812325805426, 0.07208272069692612, 0.003100658068433404, 0.023200107738375664, -0.025197220966219902, 0.03717989847064018, 0.020120447501540184, 0.015109000727534294, -0.01195468194782734, -0.056516434997320175, -0.028892813250422478, -0.037870489060878754, -0.00982691626995802, -0.004283527843654156, -0.009481620974838734, -0.013298533856868744, 0.015491625294089317, -0.0067472560331225395, 0.018729934468865395, -0.010134882293641567, -0.01149739883840084, -0.007451844867318869, 0.017096782103180885, 0.04714680090546608, -0.06450488418340683, 0.026914365589618683, 0.018123334273695946, 0.0733519122004509, 0.07357588410377502, -0.00908499862998724, 0.01386780384927988, -0.012122663669288158, -0.0064392900094389915, -0.02303212694823742, 0.046288229525089264, -0.006831246893852949, 0.006205982528626919, -0.022042902186512947, 0.013494512066245079, 0.033764276653528214, -0.00935563538223505, 0.007381852716207504, -0.027866261079907417, 0.032644398510456085, 0.0029793381690979004 ]
37,329
async_payok.exceptions
PayOkAPIError
null
class PayOkAPIError(Exception): pass
null
[ -0.03278684988617897, -0.06375616788864136, -0.049180272966623306, 0.0524945966899395, -0.048752617090940475, -0.08146819472312927, -0.05003558099269867, 0.03558442369103432, 0.030060550197958946, -0.018905894830822945, 0.0629008561372757, -0.002173910615965724, 0.07084809988737106, -0.048039861023426056, -0.0413399413228035, 0.006076258607208729, 0.061047688126564026, 0.017168547958135605, 0.029953638091683388, -0.04308619722723961, -0.004510418977588415, 0.018531696870923042, -0.04315747320652008, 0.01021916139870882, -0.013747312128543854, 0.10342112183570862, 0.027494624257087708, 0.02799355424940586, 0.009265848435461521, -0.03152170404791832, -0.061047688126564026, 0.002661704085767269, 0.025445446372032166, 0.06981460750102997, -0.060976412147283554, 0.015261922031641006, -0.018059495836496353, -0.00955986138433218, -0.09807544201612473, 0.005265496671199799, -0.0456521213054657, 0.011359574273228645, -0.03480038791894913, -0.017177456989884377, 0.05541690066456795, -0.011698134243488312, -0.0466499850153923, 0.05242332071065903, -0.03387380391359329, -0.033285778015851974, -0.03745540976524353, 0.0011415258049964905, 0.017640750855207443, -0.03717030957341194, 0.025017790496349335, 0.030880222097039223, 0.018139680847525597, 0.07070555537939072, -0.003704112023115158, -0.008909469470381737, -0.05645040050148964, 0.02289733663201332, -0.007466135546565056, 0.033285778015851974, 0.02900923416018486, 0.039878785610198975, -0.03845326974987984, -0.027298616245388985, 0.0018676476320251822, 0.013364204205572605, 0.09843182563781738, 0.028082648292183876, -0.09657865017652512, 0.05017813295125961, 0.03913038969039917, -0.04679253697395325, -0.0036640195176005363, 0.025142524391412735, -0.02049178071320057, 0.014468979090452194, 0.02337844856083393, -0.025089066475629807, -0.0073235840536653996, 0.003403417533263564, 0.04244471341371536, 0.004338911734521389, 0.027369890362024307, -0.07997140288352966, -0.040912285447120667, 0.04440479725599289, -0.06571625173091888, -0.044084057211875916, -0.057911552488803864, 0.006004982627928257, 0.012998916208744049, 0.010958647355437279, 0.042943645268678665, -0.07298637926578522, -0.02337844856083393, -0.01773875392973423, -0.0034301457926630974, -0.00021939568978268653, -0.08560218662023544, -0.011056652292609215, 0.056307848542928696, -0.03504985570907593, -0.0025748368352651596, -0.04736274108290672, 0.044440433382987976, 0.016464700922369957, 0.02421593852341175, -0.026746228337287903, -0.027940096333622932, -0.02660367637872696, 0.0008915038197301328, -0.00955986138433218, 0.06126151233911514, 0.01756947487592697, -0.041803233325481415, 0.03194935992360115, 0.09344252198934555, -0.032982856035232544, -0.03148606792092323, -0.01315928716212511, 0.053421180695295334, 0.030131826177239418, -0.0003978635068051517, 0.03656446561217308, 0.04308619722723961, 0.011849595233798027, -0.0003402303846087307, -0.004472553730010986, -0.02924088016152382, -0.047612205147743225, -0.05890941247344017, 0.02332499250769615, 0.061404064297676086, -0.007960611023008823, -0.033232323825359344, -0.020367048680782318, 0.021614372730255127, 0.0684603676199913, -0.012642537243664265, 0.008018522523343563, 0.03390944376587868, -0.002986899809911847, -0.04697072505950928, -0.057911552488803864, -0.01929791085422039, 0.01935136877000332, 0.027637174353003502, -0.00977368839085102, 0.030773308128118515, 0.008174438960850239, -0.04087664559483528, -0.02959725819528103, 0.044084057211875916, -0.03294721990823746, -0.02913396619260311, -0.010254799388349056, -0.03884528949856758, -0.027102606371045113, 0.041803233325481415, -0.039878785610198975, -0.01321274321526289, 0.013221653178334236, -0.020331410691142082, 0.016491428017616272, -0.017845667898654938, -0.011484306305646896, -0.02487524040043354, -0.022932974621653557, -0.07619378715753555, -0.023752646520733833, -0.002871076576411724, -0.02002848871052265, 0.023218078538775444, -0.011252660304307938, -0.0418388694524765, -0.034426189959049225, 0.04116174951195717, 0.016936901956796646, -0.021257994696497917, 0.019761204719543457, 0.0006353565840981901, 0.006058439612388611, 0.02594437636435032, 0.04009261354804039, -0.0017462560208514333, -0.0087179159745574, 0.04632924124598503, 0.0351211279630661, 0.04511755332350731, 0.01339093316346407, -0.0013865362852811813, -0.028741950169205666, 0.039558045566082, 0.04237343743443489, 0.04885953292250633, 0.054561592638492584, 0.0010385101195424795, 0.03563787788152695, 0.006731104571372271, -0.02624729834496975, 0.03627936169505119, -0.0010735910618677735, -0.022255854681134224, -0.06714176386594772, -0.04187450930476189, -0.018371326848864555, 0.01462044008076191, 0.00967568438500166, -0.03554878383874893, 0.03923730552196503, -0.0011092289350926876, 0.0910191461443901, 0.04679253697395325, -0.03230573609471321, 0.04597286507487297, 0.017391284927725792, -0.006597462575882673, -0.037669237703084946, 0.045865949243307114, -0.08895214647054672, 0.0595865324139595, 0.03791870176792145, -0.002717388328164816, -0.006895929574966431, -0.02931215614080429, -0.061404064297676086, -0.00812543649226427, 0.01581430807709694, -0.051211632788181305, 0.014317518100142479, -0.0036194720305502415, -0.0689949318766594, 0.03116532601416111, -0.07875971496105194, 0.03045256808400154, -0.033303599804639816, 0.06928003579378128, -0.0165448859333992, -0.052280768752098083, 0.08709897845983505, -0.022630052641034126, 0.00648609409108758, -0.0015825445298105478, 0.009426219388842583, -0.02715606428682804, -0.025498902425169945, 0.03342832997441292, -0.025427626445889473, 0.003307640552520752, -0.04771912097930908, 0.05826793238520622, -0.09643609821796417, 0.00027132118702866137, -0.03314322605729103, 0.0484318770468235, 0.026817504316568375, 0.00581342913210392, 0.024287214502692223, -0.03241265192627907, -0.025142524391412735, -0.023877378553152084, 0.012758360244333744, 0.013114739209413528, 0.04985739290714264, 0.061867356300354004, 0.04169631749391556, 0.12295068055391312, 0.0034925120417028666, -0.02564145438373089, 0.006588553078472614, -0.01525301206856966, 0.017774391919374466, 0.013533484190702438, 0.06913748383522034, 0.018478240817785263, -0.0077913315035402775, 0.040235165506601334, -0.03535277768969536, 0.038096893578767776, 0.037669237703084946, -0.005416957661509514, 0.023039888590574265, -0.001222824677824974, 0.025445446372032166, -0.028670674189925194, 0.00003957057560910471, 0.02079470269382, 0.037027757614851, 0.0054748691618442535, -0.016580523923039436, -0.020955072715878487, 0.007608687039464712, -0.02378828451037407, 0.01070027332752943, 0.049002084881067276, -0.007038481067866087, -0.008085343986749649, 0.074055515229702, 0.007051845546811819, -0.0017139592673629522, -0.006900384556502104, -0.009328214451670647, 0.07305765151977539, -0.0040092612616717815, -0.027387710288167, 0.019333548843860626, 0.015386654064059258, 0.019796842709183693, 0.03909475356340408, 0.020776882767677307, 0.025445446372032166, 0.004131766501814127, 0.04148248955607414, -0.026870960369706154, -0.00234541785903275, 0.030238740146160126, -0.010637907311320305, 0.0036729290150105953, -0.005220949184149504, -0.04650743305683136, 0.0327155739068985, 0.0136938551440835, 0.008521907962858677, 0.017186367884278297, -0.035156767815351486, -0.04668562114238739, -0.027708450332283974, -0.033232323825359344, 0.014566983096301556, -0.003833299269899726, 0.00905202142894268, -0.01339093316346407, 0.01929791085422039, -0.03945113345980644, -0.024055568501353264, 0.016206325963139534, 0.00530558917671442, -0.05812538042664528, -0.027672812342643738, 0.048574429005384445, -0.030666394159197807, -0.026746228337287903, -0.01756947487592697, -0.04654306918382645, 0.008459541946649551, 0.04850315302610397, -0.05188875272870064, 0.07266563177108765, 0.03877401351928711, 0.08602984249591827, 0.04921591281890869, -0.010780458338558674, -0.015315378084778786, -0.02163219265639782, 0.008521907962858677, -0.008548635989427567, 0.01213469821959734, -0.041446853429079056, -0.023752646520733833, 0.027797546237707138, -0.04985739290714264, 0.00217947899363935, 0.011217022314667702, -0.03045256808400154, 0.008463996462523937, 0.018549516797065735, 0.006593007594347, -0.039950061589479446, -0.037134669721126556, 0.0438702292740345, -0.004846751689910889, 0.08602984249591827, -0.009604408405721188, 0.04098356142640114, -0.05541690066456795, 0.027797546237707138, 0.015751942992210388, -0.006254447624087334, -0.007786876522004604, -0.01858515478670597, 0.079615019261837, -0.039771873503923416, -0.008236804977059364, -0.027423348277807236, 0.04397714138031006, 0.03544187173247337, 0.0012027784250676632, -0.031004954129457474, -0.04379895329475403, 0.013729493133723736, -0.03642191365361214, -0.018798980861902237, -0.02786882221698761, -0.005327862687408924, -0.032216642051935196, -0.012339615263044834, -0.007675508037209511, 0.0026572493370622396, -0.004735383205115795, -0.010352804325520992, -0.001952287508174777, -0.004541601985692978, 0.0030715398024767637, 0.019868116825819016, -0.01422842312604189, -0.0015101551543921232, -0.04272981733083725, -0.01109229028224945, -0.028082648292183876, -0.055274348706007004, -0.0332145020365715, 0.03471129387617111, 0.0054837786592543125, 0.035869523882865906, -0.0351211279630661, -0.019975030794739723, 0.07434061914682388, -0.04016388952732086, 0.022273674607276917, 0.03319668397307396, -0.03791870176792145, 0.006864746566861868, -0.008423903957009315, 0.0029289880767464638, 0.035085491836071014, -0.04255162924528122, 0.047861672937870026, 0.020883796736598015, -0.05972908437252045, -0.0550248846411705, -0.00751959253102541, 0.00394021300598979, -0.01695472188293934, 0.009550951421260834, -0.020171038806438446, 0.070990651845932, 0.015618300065398216, -0.012036693282425404, 0.00665091909468174, 0.034996397793293, 0.08296497911214828, -0.03731285780668259, -0.00480665871873498, -0.001928900252096355, 0.005719879642128944, -0.0032541838008910418, -0.00021883884619455785, -0.048146773129701614, 0.05662858858704567, -0.04062718152999878, 0.01869206689298153, -0.047006361186504364, -0.05242332071065903, -0.018834618851542473, -0.015333197079598904, 0.012802908197045326, -0.0048422967083752155, 0.029811086133122444, 0.029383432120084763, -0.003561560530215502, -0.0230755265802145, 0.04244471341371536, 0.013533484190702438, -0.014192785136401653, 0.030577300116419792, 0.015074823051691055, -0.02132927067577839, -0.01720418594777584, 0.0050828526727855206, 0.03043474815785885, 0.02132927067577839, -0.001355353044345975, 0.051568012684583664, 0.024287214502692223, -0.03945113345980644, -0.029205242171883583, 0.030577300116419792, -0.05869558826088905, 0.0012473257957026362, 0.0077512385323643684, 0.0058579761534929276, -0.04422660917043686, -0.020652150735259056, -0.010628997348248959, -0.041803233325481415, -0.012749451212584972, 0.01581430807709694, -0.019262272864580154, -0.013934411108493805, 0.024946514517068863, 0.010753730311989784, 0.0042431349866092205, -0.06486093997955322, 0.039166029542684555, -0.07113320380449295, -0.05459723249077797, 0.011003195308148861, -0.050605788826942444, -0.0015469066565856338, -0.06981460750102997, 0.031503885984420776, -0.05313607677817345, 0.0017863486427813768, 0.02031359076499939, 0.07280818372964859, 0.02049178071320057, -0.037597961723804474, 0.0661795437335968, -0.02745898626744747, 0.016936901956796646, 0.026888780295848846, 0.010860643349587917, 0.016527066007256508, -0.005541690159589052, 0.0014132646610960364, 0.025391988456249237, 0.05064142495393753, 0.007711146026849747, 0.07259435951709747, -0.02013540081679821, 0.03312540799379349, -0.0014667214127257466, -0.02170346863567829, -0.05292224884033203, -0.02744116634130478, 0.030096188187599182, -0.010379532352089882, 0.04237343743443489, 0.026443306356668472, -0.006860291585326195, -0.010415170341730118, -0.05327862873673439, -0.04044899344444275, 0.010771549306809902, -0.03554878383874893, 0.0011264911154285073, -0.008998564444482327, 0.027726270258426666, -0.025748368352651596, -0.035513147711753845, -0.024661412462592125, -0.017881305888295174, -0.055167436599731445, 0.023823922500014305, -0.0689592957496643, -0.013221653178334236, 0.03080894611775875, 0.010798277333378792, 0.08289370685815811, 0.003387825796380639, 0.013569122180342674, 0.0398075096309185, 0.03770487755537033, -0.014477888122200966, 0.03991442546248436, -0.004984848201274872, -0.018674248829483986, -0.0018487150082364678, -0.017284370958805084, -0.04999994486570358, -0.0524945966899395, -0.014192785136401653, -0.04440479725599289, 0.007889335043728352, -0.008432812988758087, 0.010682454332709312, 0.00016050966223701835, -0.00240332935936749, 0.004472553730010986, 0.0030314470641314983, 0.009435128420591354, 0.011395212262868881, -0.007336948532611132, 0.06311468034982681, -0.0082724429666996, -0.013462209142744541, 0.04878825694322586, -0.0017284371424466372, -0.040734097361564636, -0.06361361593008041, -0.012188154272735119, -0.0183891449123621, -0.03098713606595993, -0.04864570498466492, 0.043549489229917526, 0.04465426132082939, -0.048752617090940475, -0.02150746062397957, -0.03798997774720192, -0.025427626445889473, 0.03774051368236542, 0.07213106751441956, -0.03264429792761803, -0.08631494641304016, -0.009363852441310883, 0.01767638884484768, 0.052352044731378555, 0.04999994486570358, 0.03273339197039604, -0.01947610080242157, 0.05377756059169769, 0.027494624257087708, -0.054775420576334, 0.008695642463862896, 0.01570739597082138, -0.006045075133442879, 0.046293605118989944, -0.018496058881282806, -0.030880222097039223, -0.0565573126077652, -0.051033440977334976, -0.005929252132773399, 0.0023387358523905277, 0.074055515229702, -0.011733771301805973, 0.057626448571681976, 0.03038129210472107, 0.00240332935936749, -0.054561592638492584, 0.04290800541639328, -0.07597995549440384, 0.04158940538764, 0.02115108072757721, -0.016990358009934425, -0.0588381364941597, -0.05374192073941231, 0.00017373466107528657, 0.08538835495710373, 0.05374192073941231, -0.07009971141815186, -0.04087664559483528, 0.021970752626657486, 0.05662858858704567, -0.018175318837165833, 0.03492512181401253, 0.05135418474674225, 0.030345654115080833, 0.006214355118572712, -0.09158934652805328, 0.05645040050148964, 0.007176578044891357, 0.04501064121723175, -0.055345624685287476, -0.0768352672457695, 0.027066968381404877, -0.055274348706007004, -0.01450461708009243, -0.019636470824480057, -0.03870273754000664, -0.00145335728302598, -0.02282606065273285, -0.016348877921700478, 0.02236276865005493, 0.031004954129457474, -0.0011849594302475452, -0.025391988456249237, -0.04351384937763214, -0.037241581827402115, 0.0036796110216528177, -0.03430145978927612, -0.0030915860552340746, 0.04158940538764, 0.00220954860560596, -0.08503197878599167, -0.02084815874695778, -0.008103162981569767, 0.03098713606595993, -0.031022774055600166, 0.03134351596236229, 0.010477536357939243, 0.00015104335034266114, 0.030933678150177002, -0.04130430147051811, -0.03159298002719879, 0.007933882996439934, 0.01954737678170204, 0.05441904067993164, -0.002552563091740012, 0.0077735125087201595, 0.019885936751961708, -0.023663552477955818, 0.06585880368947983, 0.010691363364458084, 0.04379895329475403, -0.029811086133122444, -0.025926556438207626, -0.05801846832036972, -0.02630075439810753, -0.019796842709183693, 0.030220922082662582, -0.033713433891534805, -0.026229478418827057, -0.040128253400325775, 0.005987163633108139, 0.01563611999154091, 0.043228745460510254, 0.023521000519394875, -0.025748368352651596, -0.007394860032945871, 0.020206676796078682, 0.029151784256100655, 0.016580523923039436, 0.046364881098270416, -0.03945113345980644, 0.017346737906336784, -0.04554520919919014, 0.012936550192534924, -0.003860027762129903, 0.006668738089501858, -0.05862431228160858, -0.004220861475914717, 0.035798247903585434, 0.01216142624616623, 0.006842472590506077, -0.01677653193473816, 0.03823944553732872, -0.040912285447120667, -0.022879518568515778, -0.013292929157614708, -0.01731109991669655, -0.006544005591422319, -0.004717564210295677, 0.025801824405789375, -0.03973623365163803, 0.012687085196375847, 0.060014188289642334, 0.04704200103878975, 0.009337124414741993, -0.05327862873673439, 0.03692084178328514, -0.03186026215553284, -0.001857624389231205, -0.023948654532432556, 0.03055948205292225, 0.07391296327114105, 0.08203839510679245, 0.04600850120186806, 0.023467542603611946, 0.003946895245462656, -0.09928712993860245, -0.0003093256673309952, 0.034426189959049225, -0.0035838342737406492, -0.024643592536449432, 0.0027864365838468075, 0.00851299799978733, 0.018442602828145027, 0.0348716638982296, 0.018478240817785263, 0.029205242171883583, 0.006998388562351465, -0.012820727191865444, -0.016037045046687126, 0.03483602777123451, -0.02140054665505886, 0.006080713123083115, 0.030007094144821167, 0.004958119709044695, 0.0019511738792061806, -0.026568038389086723, 0.017355646938085556, 0.04287236928939819, -0.011199203319847584, 0.0010262595023959875 ]
37,333
commented_json
CommentedValue
null
class CommentedValue: comment: str value: JsonValue
()
[ 0.035632580518722534, -0.06602250039577484, -0.03271416574716568, -0.02673754096031189, -0.003165252972394228, -0.013683329336345196, -0.004486838821321726, 0.018716279417276382, 0.05396439507603645, -0.019782284274697304, -0.010144537314772606, 0.023120108991861343, -0.0014122402062639594, 0.018716279417276382, -0.0013860269682481885, 0.013971676118671894, 0.0512731671333313, 0.015981359407305717, 0.015378454700112343, 0.05567699670791626, -0.007309135049581528, -0.0744457021355629, -0.012154221534729004, 0.08276404440402985, -0.0242035910487175, -0.04917610436677933, 0.03239960968494415, -0.003982233349233866, -0.03764226287603378, 0.012346453033387661, -0.03243456035852432, -0.06588269770145416, 0.004366694949567318, 0.008501838892698288, -0.00043907234794460237, -0.03554520010948181, -0.0699719712138176, 0.034531623125076294, -0.12463538348674774, -0.019450251013040543, -0.03215495124459267, 0.04606546089053154, -0.09891142696142197, -0.01412021741271019, 0.0052907126955688, -0.010555212385952473, 0.020009467378258705, 0.035702481865882874, 0.014976518228650093, -0.011761022731661797, 0.03288892284035683, -0.002492445521056652, -0.09555612504482269, 0.04389849677681923, -0.04396840184926987, -0.041277170181274414, 0.01903083734214306, 0.0684690773487091, 0.002791713923215866, 0.0731874629855156, -0.05263625830411911, 0.022473514080047607, 0.0024837078526616096, -0.020254123955965042, 0.01819201372563839, -0.0010534459725022316, -0.00079895876115188, 0.030949139967560768, 0.03285397216677666, -0.05029453709721565, -0.00004624868233804591, -0.03187534213066101, 0.04833728075027466, 0.04742855206131935, 0.02486766129732132, -0.04648487642407417, -0.03227727860212326, 0.0618283785879612, 0.004587323404848576, -0.07035642862319946, 0.07353697717189789, 0.039774276316165924, -0.015981359407305717, -0.050818804651498795, -0.02450067549943924, 0.025409402325749397, 0.00428368616849184, 0.0013368770014494658, 0.0036676740273833275, 0.07703208178281784, -0.0025645322166383266, -0.022980304434895515, -0.061164308339357376, 0.029621001332998276, -0.042046092450618744, 0.026685114949941635, 0.037502460181713104, -0.09373867511749268, -0.02049878053367138, 0.0541391521692276, 0.05053919553756714, 0.037572361528873444, -0.0573546476662159, 0.0027283651288598776, -0.007348455023020506, -0.02112790010869503, 0.007693596184253693, 0.04809262230992317, 0.0639953464269638, 0.021757017821073532, 0.005980995483696461, 0.00301234214566648, -0.06242254748940468, -0.008528051897883415, 0.040508247911930084, 0.03869079425930977, -0.022823024541139603, 0.01329886820167303, 0.05137801915407181, 0.005980995483696461, 0.03290639817714691, -0.02329486422240734, -0.032661739736795425, 0.06686132401227951, 0.008571741171181202, 0.047917868942022324, -0.0028681692201644182, 0.017728911712765694, 0.005264499224722385, 0.021407507359981537, 0.01896093599498272, -0.02754141390323639, 0.0700768232345581, -0.021285180002450943, 0.06091965362429619, 0.04770816117525101, 0.020918194204568863, -0.02362689934670925, 0.040578149259090424, -0.0038402448408305645, 0.012591109611093998, -0.01173480972647667, -0.008436305448412895, -0.07105544954538345, -0.019450251013040543, -0.053754691034555435, -0.020341502502560616, 0.046449922025203705, -0.034094732254743576, -0.01889103464782238, 0.001123894122429192, 0.04075290635228157, 0.06598754972219467, 0.0431295745074749, 0.035667531192302704, -0.03876069560647011, -0.004797029308974743, -0.05137801915407181, 0.01697746478021145, 0.02824043482542038, 0.041102416813373566, -0.059102196246385574, 0.02904430963099003, -0.001490880036726594, -0.005675174295902252, 0.06619726121425629, 0.01918811723589897, -0.044807225465774536, -0.03918010741472244, 0.013403721153736115, 0.012993047013878822, -0.05948666110634804, -0.033395711332559586, 0.09010376781225204, 0.060430336743593216, 0.01822696439921856, -0.01841919496655464, 0.059102196246385574, 0.04250045865774155, -0.0492110550403595, -0.03245203569531441, 0.044282957911491394, -0.008030000142753124, 0.03150835633277893, 0.01430371031165123, -0.042535409331321716, 0.030494777485728264, -0.03949466720223427, 0.06588269770145416, 0.021844396367669106, 0.028956931084394455, 0.018209489062428474, -0.008003787137567997, -0.021704591810703278, -0.03942476585507393, -0.04914115369319916, 0.032591838389635086, -0.029953036457300186, -0.02600356936454773, 0.015465832315385342, -0.037572361528873444, -0.03245203569531441, -0.0036807807628065348, 0.010572687722742558, -0.02346961945295334, -0.007081953343003988, 0.017597844824194908, -0.007204281631857157, -0.010712492279708385, -0.05200713872909546, -0.04676448181271553, 0.013377508148550987, 0.03400735557079315, 0.04872174188494682, 0.035667531192302704, -0.06693123281002045, -0.011804712004959583, 0.021005570888519287, -0.030529728159308434, -0.00629992363974452, 0.059766266494989395, -0.012914407067000866, 0.0048101358115673065, -0.00984745379537344, 0.03444424271583557, -0.0014930644538253546, -0.010572687722742558, -0.07738158851861954, -0.005046055652201176, -0.048651840537786484, 0.0036938872653990984, 0.003512578783556819, -0.024518150836229324, 0.014233808033168316, -0.03220737725496292, -0.01859395019710064, -0.029830707237124443, -0.05022463575005531, -0.0173182375729084, -0.025112317875027657, 0.0026890451554208994, -0.04449266567826271, 0.009899880737066269, 0.04166163131594658, -0.0025448722299188375, 0.01206684485077858, 0.0033072414807975292, 0.06773510575294495, 0.011595005169510841, -0.010563950054347515, 0.0039319912903010845, -0.00740961916744709, -0.00020315288566052914, 0.022910403087735176, -0.017117269337177277, -0.02850256860256195, -0.007330979220569134, 0.03246951103210449, 0.0573546476662159, -0.001819638186134398, -0.01959005370736122, -0.07053118944168091, -0.016007574275135994, 0.062003135681152344, 0.03147340565919876, -0.022141478955745697, -0.008816398680210114, 0.01889103464782238, -0.009366877377033234, 0.003134670900180936, 0.14777296781539917, -0.018838606774806976, 0.0027283651288598776, -0.04977027326822281, -0.027226855978369713, -0.014041577465832233, -0.03561510518193245, 0.02790839970111847, 0.044213056564331055, -0.040333494544029236, -0.011822187341749668, -0.03451414406299591, 0.01768522337079048, -0.006942149251699448, 0.048057671636343, -0.014207595027983189, 0.07556413859128952, 0.02196672558784485, -0.015745440497994423, -0.017947355285286903, 0.012538683600723743, -0.003532238770276308, 0.02310263365507126, 0.036069467663764954, 0.049385812133550644, 0.019817236810922623, -0.05469836667180061, 0.02252594195306301, -0.010695016011595726, -0.004714020527899265, 0.038935452699661255, 0.03407725691795349, 0.03568500652909279, 0.03318600729107857, -0.06294681131839752, 0.02773364447057247, -0.003333454951643944, 0.017982305958867073, 0.002289292635396123, -0.011664907447993755, 0.029918085783720016, 0.02974333055317402, -0.042710162699222565, 0.06098955497145653, -0.008528051897883415, -0.008436305448412895, -0.04910620301961899, -0.02289292775094509, 0.009043579921126366, 0.03391997888684273, -0.016164852306246758, -0.09800270199775696, 0.0020020389929413795, -0.004997998010367155, -0.006430990062654018, -0.020918194204568863, -0.007470783311873674, 0.023312339559197426, -0.04582080617547035, 0.005535369738936424, 0.0024487567134201527, -0.0289045050740242, -0.0006181963835842907, 0.0391102060675621, 0.012722176499664783, -0.023539520800113678, -0.014862926676869392, -0.006050897762179375, -0.02256089262664318, -0.004111115355044603, 0.043444134294986725, -0.054558563977479935, 0.0012298395158722997, 0.012573634274303913, -0.009314450435340405, 0.009366877377033234, 0.028362764045596123, -0.03161320835351944, 0.08486110717058182, 0.010266866534948349, -0.009829978458583355, 0.004945571068674326, 0.049420762807130814, 0.008646012283861637, 0.0034317546524107456, -0.053929444402456284, 0.010231914930045605, -0.08388248085975647, -0.028817126527428627, -0.061234209686517715, 0.03872574493288994, 0.040368445217609406, 0.05473331734538078, 0.008038737811148167, -0.028991881757974625, 0.03921505808830261, -0.004770816303789616, -0.016488149762153625, 0.049280956387519836, 0.006566425319761038, -0.02736665867269039, 0.004222521558403969, 0.022823024541139603, -0.022648269310593605, 0.017728911712765694, -0.027576366439461708, 0.007632432039827108, 0.0008492008782923222, -0.04155677929520607, 0.012145483866333961, -0.009052317589521408, 0.003455783473327756, -0.028065679594874382, 0.004539265297353268, -0.03869079425930977, 0.02790839970111847, -0.022246332839131355, -0.0049368334002792835, -0.03935486450791359, -0.001914661261253059, -0.03722285106778145, 0.015125059522688389, -0.022386137396097183, 0.010852295905351639, -0.07549422979354858, -0.03514326363801956, 0.019450251013040543, 0.0038052937015891075, 0.011175593361258507, 0.015430881641805172, 0.013368770480155945, -0.05364983528852463, 0.0008688608650118113, 0.027017148211598396, 0.0015400298871099949, -0.03935486450791359, 0.015754178166389465, 0.031490880995988846, -0.02574143558740616, -0.011254233308136463, 0.022176431491971016, -0.11058507114648819, 0.017213383689522743, -0.022840499877929688, 0.0015531365061178803, -0.047813013195991516, 0.014513417147099972, -0.015020206570625305, -0.03764226287603378, 0.00501547334715724, -0.028694799169898033, -0.00772854732349515, -0.022071577608585358, 0.08080679178237915, -0.04648487642407417, -0.01701241545379162, 0.07738158851861954, 0.006570794153958559, 0.03037244826555252, 0.007330979220569134, 0.03834128379821777, 0.0036807807628065348, 0.000825718161650002, -0.06839917600154877, -0.00652710534632206, -0.00405432004481554, 0.011262970976531506, -0.09954054653644562, 0.04215094819664955, 0.020656060427427292, 0.006072741933166981, 0.06958750635385513, 0.02156478725373745, 0.02406378649175167, -0.011533841490745544, -0.018279390409588814, 0.002166964113712311, 0.009462992660701275, 0.02450067549943924, -0.0598711222410202, -0.019467726349830627, 0.011900827288627625, 0.06644191592931747, 0.0027589472010731697, -0.04620526731014252, -0.056655626744031906, -0.09401828050613403, -0.0467994324862957, 0.04145192727446556, -0.0027851604390889406, 0.004288055002689362, 0.015194961801171303, -0.07437580078840256, -0.05134306848049164, -0.058193471282720566, 0.07843011617660522, 0.0017825027462095022, 0.010485310107469559, -0.0533352792263031, 0.030861763283610344, 0.04547129571437836, 0.004371063783764839, 0.024885136634111404, -0.004591692239046097, 0.0037594204768538475, 0.014679433777928352, -0.004976153373718262, 0.0038861180655658245, -0.05340518057346344, 0.004783922806382179, -0.031019043177366257, -0.003936360124498606, -0.07717188447713852, -0.011726072058081627, 0.047148942947387695, 0.05651582032442093, 0.02259584330022335, -0.02776859700679779, 0.0431295745074749, -0.005351876839995384, -0.032626789063215256, 0.014102742075920105, -0.0037091784179210663, -0.06717588752508163, 0.007763498462736607, 0.011961990967392921, 0.058333273977041245, 0.01658426597714424, 0.00629992363974452, -0.0018524047918617725, -0.0339549295604229, 0.0010736520634964108, -0.04155677929520607, -0.04155677929520607, 0.022089052945375443, -0.03173553943634033, 0.00981250312179327, 0.01869880221784115, -0.039774276316165924, -0.009891142137348652, 0.0002667746739462018, 0.039634473621845245, 0.08961445093154907, -0.011883351020514965, -0.017475517466664314, -0.0307394340634346, -0.013464885763823986, 0.02156478725373745, -0.07898933440446854, -0.058927442878484726, -0.03575490787625313, -0.004827611614018679, 0.02703462541103363, -0.04466742277145386, -0.014111479744315147, 0.06168857589364052, -0.054558563977479935, -0.01592019572854042, 0.006802345160394907, 0.002252157311886549, 0.017833765596151352, -0.020551208406686783, 0.004178832750767469, 0.0789194330573082, -0.0030909820925444365, 0.00013761968875769526, 0.05053919553756714, 0.0801776722073555, -0.03248698636889458, 0.034426767379045486, 0.011481414549052715, 0.0520770400762558, -0.006920304615050554, 0.02332981489598751, 0.01936287246644497, 0.06312156468629837, -0.005251392722129822, 0.01505515817552805, -0.03690829128026962, -0.029795756563544273, -0.012512469664216042, -0.005251392722129822, 0.027261806651949883, -0.012145483866333961, -0.029900608584284782, 0.0020238833967596292, -0.006365457084029913, -0.008921251632273197, 0.09730368107557297, -0.011717334389686584, 0.051517825573682785, 0.005810609553009272, 0.016304656863212585, 0.01518622413277626, -0.013080424629151821, 0.041137367486953735, -0.0036480140406638384, -0.0070164198987185955, -0.0087464964017272, 0.039704374969005585, 0.030285071581602097, -0.046380020678043365, 0.08800670504570007, 0.03215495124459267, 0.023155059665441513, -0.015631848946213722, 0.0077460226602852345, 0.034199588000774384, -0.03135107830166817, -0.01845414564013481, -0.06874868273735046, 0.03135107830166817, 0.025042416527867317, -0.06294681131839752, 0.034059781581163406, 0.008030000142753124, -0.04540139436721802, 0.049280956387519836, 0.034129682928323746, 0.016007574275135994, 0.007619325537234545, 0.022613318637013435, -0.03496851027011871, -0.0004300615401007235, 0.03938981518149376, -0.0038751959800720215, -0.030494777485728264, -0.03435686603188515, 0.009952306747436523, 0.008121746592223644, -0.04610041528940201, -0.004849455785006285, -0.019135691225528717, 0.024448247626423836, 0.015570685267448425, 0.013062949292361736, -0.041137367486953735, -0.024710381403565407, 0.0035693743266165257, -0.021145375445485115, 0.022490989416837692, 0.05927695333957672, -0.011035788804292679, 0.021215276792645454, 0.0015968253137543797, 0.03447919338941574, 0.010843558236956596, 0.04372374340891838, -0.045611098408699036, -0.005906724836677313, 0.03582480922341347, 0.014705647714436054, -0.02773364447057247, 0.005137802101671696, -0.04718389734625816, -0.05434885621070862, -0.01259984727948904, -0.024850184097886086, -0.07192922383546829, -0.042011141777038574, 0.041137367486953735, 0.006256234832108021, 0.013045473024249077, -0.004039028659462929, -0.08486110717058182, -0.01503768190741539, -0.02069101110100746, -0.028624895960092545, 0.031822916120290756, 0.022473514080047607, -0.03246951103210449, -0.005212072748690844, -0.009218335151672363, 0.07367677986621857, -0.031892817467451096, 0.025723960250616074, -0.02497251331806183, -0.056865330785512924, -0.015963884070515633, 0.020184222608804703, -0.05805366858839989, 0.03809662535786629, 0.003027633298188448, 0.01566680148243904, 0.03851604089140892, 0.06546328961849213, 0.01173480972647667, 0.02069101110100746, 0.0002518931869417429, -0.0038904868997633457, -0.04379364475607872, -0.0019867478404194117, -0.04250045865774155, -0.06375068426132202, -0.044842176139354706, -0.004762078169733286, -0.02783849835395813, -0.021355081349611282, 0.0391102060675621, 0.024151165038347244, -0.00492372689768672, 0.03554520010948181, -0.01635708287358284, 0.012494994327425957, -0.025584157556295395, -0.08185531944036484, -0.008392617106437683, 0.03439181670546532, -0.03725780174136162, -0.04466742277145386, -0.004176648333668709, -0.01855899952352047, 0.004893144592642784, -0.0027283651288598776, -0.020603634417057037, 0.013097899965941906, -0.023207485675811768, 0.003250446170568466, 0.01654057763516903, -0.024011360481381416, -0.035667531192302704, -0.05025958642363548, -0.027716169133782387, 0.0011069647734984756, -0.007186806295067072, -0.05920705199241638, 0.024448247626423836, 0.04449266567826271, 0.0032853970769792795, 0.03938981518149376, -0.0016863873461261392, 0.013840609230101109, 0.016444461420178413, -0.02493756264448166, 0.0472537986934185, -0.015160011127591133, 0.019712382927536964, -0.017886191606521606, 0.07738158851861954, -0.05850803107023239, 0.0003175628953613341, 0.06535843014717102, -0.04798777028918266, -0.06860888004302979, -0.03447919338941574, 0.06693123281002045, -0.04547129571437836, 0.04155677929520607, 0.03631412237882614, 0.0399140790104866, 0.010293079540133476, 0.028397714719176292, 0.00792514719069004, 0.027314232662320137, -0.005535369738936424, 0.044772274792194366, -0.023207485675811768, -0.006780500523746014, 0.015780391171574593, -0.025217171758413315, 0.005046055652201176, 0.04435286298394203, -0.01509010884910822, -0.054418761283159256, -0.027226855978369713, 0.014495940878987312, -0.007060108706355095, -0.0309141892939806, 0.025007463991642, 0.07808060944080353, 0.023120108991861343, 0.02883460372686386, 0.019939564168453217, 0.001429715775884688, -0.021145375445485115, -0.009497943334281445, 0.019834712147712708, 0.026562785729765892, -0.026755016297101974, -0.01869880221784115, 0.014539630152285099, 0.03371027112007141, -0.07668256759643555, 0.029621001332998276, 0.0602206327021122, -0.0022674482315778732, -0.01540466770529747, 0.052391599863767624, -0.00951541867107153, -0.015229913406074047, -0.040473297238349915, 0.014609532430768013, -0.014749336056411266, 0.008204755373299122, -0.0789194330573082, 0.011822187341749668, -0.041941240429878235, 0.025619108229875565 ]
37,334
commented_json
dump
null
def dump( obj: JsonValue, fp, *, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, indent=None, separators=None, default=None, sort_keys=False, **kw ): return json.dump( obj, fp, skipkeys=skipkeys, ensure_ascii=ensure_ascii, check_circular=check_circular, allow_nan=allow_nan, indent=indent, separators=separators, default=default, sort_keys=sort_keys, **kw )
(obj: Union[str, int, float, bool, NoneType, List[Union[str, int, float, bool, NoneType, ForwardRef('JsonArray'), Dict[str, Union[str, int, float, bool, NoneType, ForwardRef('JsonArray'), ForwardRef('JsonObject'), commented_json.CommentedValue]], commented_json.CommentedValue]], Dict[str, Union[str, int, float, bool, NoneType, List[Union[str, int, float, bool, NoneType, ForwardRef('JsonArray'), ForwardRef('JsonObject'), commented_json.CommentedValue]], ForwardRef('JsonObject'), commented_json.CommentedValue]]], fp, *, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, indent=None, separators=None, default=None, sort_keys=False, **kw)
[ -0.051724135875701904, -0.0510256327688694, -0.032899484038352966, -0.021077323704957962, 0.028009964153170586, -0.0009364303550682962, -0.0015869111521169543, 0.02409834787249565, -0.02573982998728752, -0.06468136608600616, 0.003957455046474934, 0.014179607853293419, 0.031362779438495636, -0.01120223943144083, -0.03660154715180397, 0.0506763830780983, 0.04177046939730644, 0.04344687610864639, 0.05874408781528473, 0.13495074212551117, -0.00207040598616004, 0.0102854548022151, 0.019470766186714172, 0.03688095137476921, -0.018510324880480766, -0.03663647547364235, 0.04645043984055519, 0.012398425489664078, -0.04142121970653534, 0.04931430146098137, 0.004094972740858793, -0.04281822592020035, 0.024919088929891586, 0.04627581313252449, -0.004276147112250328, -0.03024517372250557, -0.013402523472905159, 0.08696360141038895, -0.11238911002874374, -0.013839087449014187, 0.011141120456159115, 0.04812684655189514, -0.06841835379600525, -0.03709050267934799, -0.0054876129142940044, 0.028429064899683, 0.01672041229903698, 0.05846468731760979, 0.05731215700507164, -0.024325361475348473, 0.026281168684363365, -0.03309157118201256, -0.022980744019150734, 0.0018215643940493464, 0.00849990639835596, -0.013743043877184391, 0.04830147325992584, -0.044005680829286575, -0.010765675455331802, -0.0009085994097404182, -0.0384875051677227, 0.0033877387177199125, 0.05263219028711319, -0.03293440863490105, 0.008382034488022327, -0.01030291710048914, -0.07376190274953842, -0.007382302079349756, -0.01920882798731327, -0.023679247125983238, 0.0012518480652943254, -0.021758364513516426, 0.054937247186899185, 0.050187427550554276, 0.007910544984042645, 0.02240447886288166, -0.042294345796108246, 0.009246431291103363, -0.025041326880455017, -0.06496076285839081, -0.012573051266372204, -0.024342823773622513, 0.008150654844939709, -0.02853384055197239, -0.04756804183125496, 0.015340868383646011, 0.012616707943379879, 0.011464177630841732, 0.03936063498258591, 0.024639688432216644, -0.030786512419581413, 0.03296933323144913, -0.03646184876561165, 0.0237490963190794, -0.037404827773571014, -0.03452350199222565, 0.01592586562037468, -0.021898064762353897, -0.006976297125220299, 0.05937274172902107, -0.0014865013072267175, -0.019453303888440132, -0.04927937686443329, 0.03003562241792679, -0.02051852084696293, -0.04267852380871773, 0.03352813795208931, 0.06775477528572083, -0.008779307827353477, 0.031100839376449585, -0.0035427191760390997, -0.006264697294682264, 0.0031672739423811436, -0.06663717329502106, 0.0739714503288269, 0.00340956705622375, 0.03165964037179947, -0.021723438054323196, 0.029878459870815277, -0.06632284820079803, -0.0011809063144028187, -0.0304547231644392, -0.009787770919501781, 0.0074827116914093494, -0.011324477382004261, -0.02546042948961258, 0.05071130767464638, 0.02526834048330784, 0.03464573994278908, 0.08661435544490814, 0.024587299674749374, 0.04920952394604683, -0.024272974580526352, -0.020099420100450516, 0.021810751408338547, 0.026525644585490227, 0.02846399135887623, 0.0027983770705759525, -0.018318237736821175, -0.03932571038603783, 0.0338948518037796, -0.07613681256771088, -0.013795430772006512, -0.04945399984717369, -0.0008894997299648821, 0.006766746286302805, -0.00963933952152729, -0.0023552642669528723, 0.021217023953795433, 0.011603878811001778, 0.03356306254863739, 0.06824372708797455, -0.013900206424295902, 0.040373463183641434, 0.021723438054323196, -0.03810333088040352, 0.012520663440227509, -0.02725907415151596, -0.010259260423481464, 0.03646184876561165, 0.02064075879752636, 0.0474981926381588, -0.00671872403472662, -0.016266385093331337, 0.02704952284693718, 0.048860274255275726, 0.029075181111693382, 0.0063127195462584496, -0.0012343855341896415, 0.045297909528017044, 0.01199678611010313, -0.06499569118022919, -0.04976832866668701, 0.06897715479135513, 0.030000697821378708, 0.009202774614095688, 0.0006570292171090841, 0.04672984033823013, -0.027503550052642822, 0.01763719692826271, -0.000004996614734409377, -0.02060583420097828, 0.034209176898002625, -0.006910812575370073, 0.031310390681028366, -0.027887726202607155, 0.014668559655547142, 0.00237709260545671, 0.048790425062179565, -0.0007661703275516629, 0.01887703873217106, 0.046974316239356995, 0.05308621749281883, -0.061677802354097366, 0.032847095280885696, -0.04456448182463646, 0.00187395210377872, -0.021234486252069473, 0.004579559434205294, -0.022910892963409424, -0.037404827773571014, -0.02715429849922657, -0.008373302407562733, -0.04655521363019943, -0.008639606647193432, 0.02535565383732319, 0.00874874833971262, 0.007142191752791405, -0.015113855712115765, 0.014336771331727505, 0.008818598464131355, -0.018283311277627945, -0.08060722798109055, 0.014921766705811024, 0.017680853605270386, 0.03399962559342384, 0.0409671925008297, 0.011289551854133606, -0.03457589074969292, 0.020116882398724556, 0.022858506068587303, 0.027887726202607155, -0.03200889378786087, 0.0032633179798722267, 0.017244288697838783, 0.0074914428405463696, -0.03356306254863739, -0.0508510060608387, 0.005500710103660822, -0.042224496603012085, -0.027782950550317764, 0.010652168653905392, -0.09618384391069412, 0.0190691277384758, 0.029599057510495186, 0.06160794943571091, 0.002876958576962352, -0.08661435544490814, 0.030699199065566063, -0.03031502291560173, 0.006666336674243212, -0.03841765597462654, -0.002580094849690795, -0.05308621749281883, 0.05057160556316376, 0.0413164421916008, 0.021705975756049156, -0.018597638234496117, 0.01617034152150154, 0.04889519885182381, 0.045158207416534424, 0.003937809728085995, 0.00760494964197278, 0.01520989928394556, -0.06457658857107162, -0.03539663180708885, 0.03225336968898773, 0.016240190714597702, -0.00787561945617199, 0.04578686133027077, 0.018073761835694313, -0.027730563655495644, -0.02409834787249565, 0.004697431810200214, -0.024272974580526352, 0.039255861192941666, -0.0074914428405463696, -0.05479754880070686, 0.01608302816748619, 0.018335700035095215, -0.04100211709737778, -0.06705627590417862, -0.011551490984857082, -0.004631946794688702, -0.012171411886811256, 0.0032851460855454206, -0.054832473397254944, 0.009394863620400429, 0.04438985511660576, -0.00003171912248944864, 0.014179607853293419, -0.052108313888311386, 0.035641107708215714, 0.0015443461015820503, 0.04135136678814888, -0.027433698996901512, 0.02535565383732319, 0.014197070151567459, -0.021636124700307846, -0.0711425170302391, 0.034279026091098785, 0.021496424451470375, -0.029145030304789543, 0.013140584342181683, 0.0379636287689209, -0.027975039556622505, -0.016938693821430206, -0.048511020839214325, -0.0073997643776237965, 0.0029402603395283222, -0.03953526169061661, 0.003424846800044179, 0.08186453580856323, 0.030751587823033333, 0.01784674823284149, 0.005378471687436104, -0.04005913808941841, -0.017698315903544426, -0.010809331201016903, 0.012031711637973785, -0.027625788003206253, 0.019994644448161125, 0.037579454481601715, 0.056578729301691055, 0.02387133426964283, 0.0030908749904483557, -0.016388623043894768, 0.012904839590191841, 0.04606626182794571, 0.02210761420428753, -0.050082653760910034, -0.02254417911171913, -0.06310973316431046, -0.005876155104488134, 0.04788237065076828, -0.05315606668591499, -0.029511746019124985, -0.0063083539716899395, -0.001769176684319973, 0.024552375078201294, -0.012511932291090488, -0.03464573994278908, 0.021164637058973312, 0.07921022176742554, -0.02399357222020626, 0.028306826949119568, -0.0015126952202990651, 0.009971127845346928, -0.061293624341487885, 0.03555379435420036, 0.007845059968531132, -0.002313790610060096, 0.040583014488220215, -0.024447599425911903, -0.04617103934288025, -0.004933176562190056, 0.04445970430970192, -0.015393256209790707, 0.06317958235740662, 0.017838016152381897, -0.034366339445114136, 0.06489091366529465, 0.06611329317092896, 0.03950033709406853, -0.027748025953769684, -0.029197419062256813, -0.005636044777929783, -0.02699713408946991, 0.008753113448619843, -0.029773684218525887, -0.042399123311042786, -0.0016895037842914462, 0.00009959122689906508, -0.005378471687436104, 0.048790425062179565, -0.0009713555336929858, 0.010774406604468822, -0.06300495564937592, 0.021496424451470375, -0.010870450176298618, -0.06551956385374069, -0.03957018628716469, 0.018143611028790474, -0.056718431413173676, 0.0013926400570198894, 0.04753311723470688, 0.017934059724211693, 0.01519243698567152, -0.007478346116840839, 0.0037391730584204197, 0.029721295461058617, 0.017183169722557068, -0.02236955426633358, 0.009106731042265892, -0.013891475275158882, 0.015620269812643528, -0.00721204187721014, 0.0225965678691864, -0.032759781926870346, -0.047114018350839615, -0.0349600687623024, 0.03033248521387577, 0.04351672902703285, -0.015288480557501316, -0.018772263079881668, -0.04564715921878815, 0.014799528755247593, 0.019505692645907402, -0.016886306926608086, 0.034453652799129486, 0.02870846726000309, -0.045472536236047745, -0.038906607776880264, -0.008910276927053928, -0.027957575395703316, 0.005801939405500889, -0.0036496773827821016, -0.03869705647230148, 0.028429064899683, 0.04578686133027077, 0.05116533488035202, -0.004276147112250328, -0.012887377291917801, -0.019942255690693855, 0.010023515671491623, 0.014153413474559784, -0.037509601563215256, 0.010695824399590492, -0.05902349203824997, -0.010486274026334286, 0.02402849867939949, 0.010032246820628643, -0.029441894963383675, 0.04725371673703194, 0.005985296331346035, -0.10449602454900742, 0.026124006137251854, -0.01355095487087965, 0.0711425170302391, 0.03471559286117554, 0.040932267904281616, -0.043761204928159714, 0.061328548938035965, -0.013804162852466106, 0.035641107708215714, 0.002227569231763482, 0.04645043984055519, -0.0776735171675682, 0.010241798125207424, 0.04753311723470688, 0.06080467253923416, 0.03405201435089111, -0.04826654493808746, 0.003237124066799879, -0.00836020614951849, 0.04494865983724594, 0.03340590000152588, 0.00212061102502048, 0.022648954764008522, 0.019627930596470833, 0.035641107708215714, -0.0038963360711932182, 0.012153949588537216, -0.032777246087789536, -0.07425085455179214, -0.047009240835905075, 0.059826768934726715, -0.039255861192941666, -0.007849426008760929, -0.012599244713783264, 0.06985028088092804, 0.014773335307836533, 0.0028922383207827806, -0.050362054258584976, -0.05284174159169197, 0.00879240408539772, -0.02067568339407444, 0.04033853858709335, -0.04009406268596649, -0.035972896963357925, 0.020239120349287987, 0.03827795758843422, -0.05130503326654434, 0.015279749408364296, 0.035833194851875305, 0.053540244698524475, 0.04669491574168205, 0.00836020614951849, -0.04260867461562157, -0.021793289110064507, -0.0676150768995285, -0.03618244826793671, 0.0030865094158798456, -0.031362779438495636, 0.06024587154388428, 0.03618244826793671, -0.021391648799180984, 0.024657150730490685, 0.04903490096330643, -0.018632562831044197, 0.026263706386089325, -0.018650025129318237, -0.09297072887420654, -0.018423013389110565, -0.012721482664346695, -0.007356108166277409, 0.0012452995870262384, -0.03387738764286041, -0.012607976794242859, -0.06775477528572083, -0.02256164140999317, 0.016344966366887093, -0.03511723130941391, -0.00848244410008192, -0.08011827617883682, -0.008940836414694786, 0.04508835822343826, 0.014633634127676487, -0.058359913527965546, -0.014048638753592968, 0.017785629257559776, 0.04777759313583374, 0.010381498374044895, 0.006282160058617592, -0.013254091143608093, 0.07543830573558807, -0.0013031443813815713, -0.012887377291917801, -0.0026019231881946325, -0.07110758870840073, -0.0806770771741867, -0.04763789474964142, 0.059652142226696014, 0.0021129711531102657, -0.023207757622003555, 0.051689211279153824, -0.0379636287689209, 0.011341939680278301, 0.026473257690668106, 0.01351603027433157, -0.003800292033702135, 0.0009353389614261687, 0.00374790420755744, -0.029389508068561554, -0.03483783081173897, 0.013577149249613285, 0.06069989874958992, 0.06681180000305176, 0.014982885681092739, -0.026752658188343048, 0.04987310245633125, 0.029302194714546204, -0.01775943487882614, -0.023172831162810326, 0.03936063498258591, 0.016746604815125465, 0.03827795758843422, -0.03138023987412453, 0.03785885497927666, -0.045507460832595825, 0.026490719988942146, -0.012494469992816448, 0.0923420786857605, 0.034401264041662216, 0.0000072604389060870744, -0.007770844269543886, 0.031397704035043716, 0.010652168653905392, -0.0012834989465773106, -0.03799855336546898, -0.02081538550555706, 0.06345898658037186, 0.0010575769701972604, -0.043656427413225174, -0.032724857330322266, 0.045682087540626526, -0.0027023328002542257, 0.03635707125067711, 0.013175509870052338, 0.048476096242666245, 0.0033877387177199125, 0.03674124926328659, 0.06216675415635109, -0.029127568006515503, -0.022998206317424774, -0.026001768186688423, -0.009159118868410587, 0.08354093879461288, 0.005216943100094795, -0.06345898658037186, -0.05518172308802605, -0.0068365964107215405, 0.011464177630841732, -0.07348249852657318, -0.0074914428405463696, 0.0051820180378854275, 0.04023376479744911, -0.0003899064613506198, 0.0448438823223114, 0.04931430146098137, -0.02863861620426178, 0.01896435208618641, 0.013210435397922993, -0.01761973462998867, 0.03234068304300308, -0.029773684218525887, -0.040827490389347076, -0.02409834787249565, 0.07976902276277542, -0.00887971743941307, -0.02074553444981575, 0.032847095280885696, -0.021374186500906944, -0.04086241498589516, 0.02385387197136879, 0.06394793838262558, -0.06300495564937592, 0.0030712296720594168, 0.04997787997126579, -0.028167126700282097, -0.014921766705811024, 0.03206127882003784, 0.04271344840526581, -0.026752658188343048, -0.018091224133968353, 0.04030361399054527, -0.0002446124271955341, -0.01941837929189205, -0.048790425062179565, -0.014878110960125923, 0.023679247125983238, 0.012119024060666561, -0.00810263305902481, -0.029267268255352974, 0.03296933323144913, -0.04582178592681885, -0.043726276606321335, 0.005950371269136667, -0.04138629510998726, -0.031362779438495636, -0.021583737805485725, -0.014782066456973553, 0.005387203302234411, 0.007421592716127634, -0.06537986546754837, -0.0270145982503891, -0.05127010866999626, -0.0026128371246159077, -0.01030291710048914, 0.002933711977675557, -0.04903490096330643, -0.030978601425886154, -0.043796129524707794, 0.03628722205758095, -0.04026868939399719, 0.011586415581405163, -0.032777246087789536, -0.0270145982503891, 0.019750168547034264, 0.004627581220120192, -0.043831054121255875, 0.017645929008722305, -0.07404129952192307, -0.021898064762353897, 0.04739341884851456, 0.02867354266345501, 0.05294651538133621, 0.006111899856477976, 0.054867397993803024, 0.005959102418273687, -0.029756221920251846, -0.020064493641257286, -0.07072341442108154, 0.009202774614095688, -0.026351019740104675, 0.013245359994471073, -0.026508182287216187, -0.02256164140999317, -0.006338913459330797, -0.043831054121255875, -0.027451161295175552, 0.04033853858709335, -0.01934852823615074, 0.03869705647230148, -0.004784744698554277, -0.013830356299877167, -0.014555052854120731, 0.04288807511329651, 0.029616519808769226, -0.05378472059965134, 0.03022771142423153, -0.03165964037179947, 0.009735383093357086, -0.01428438350558281, -0.019837480038404465, -0.00341393263079226, -0.0025910090189427137, 0.03810333088040352, -0.005780111066997051, 0.004867691546678543, 0.021828213706612587, -0.08214393258094788, 0.009097999893128872, 0.016406085342168808, -0.026351019740104675, -0.01922629028558731, 0.03401708975434303, 0.07760366797447205, 0.03719527646899223, -0.03008800931274891, -0.029756221920251846, -0.01354222372174263, 0.07404129952192307, -0.02067568339407444, 0.028306826949119568, -0.03169456496834755, 0.03209620714187622, 0.0023618126288056374, 0.04896504804491997, -0.03639199957251549, -0.08724300563335419, 0.08577615022659302, -0.002095508622005582, -0.03950033709406853, -0.039116159081459045, 0.056753356009721756, -0.040478240698575974, -0.013254091143608093, 0.015454375185072422, -0.005780111066997051, -0.029424432665109634, 0.03646184876561165, -0.04913967475295067, -0.0321311317384243, 0.0446692556142807, -0.02703206054866314, -0.03712542727589607, 0.021583737805485725, -0.05916319042444229, -0.011621341109275818, 0.050222355872392654, 0.03185173124074936, 0.014816991984844208, -0.04344687610864639, -0.013865281827747822, 0.00032251185621134937, -0.000742704956792295, 0.01608302816748619, 0.007945469580590725, 0.05787096172571182, 0.003795926459133625, 0.02217746526002884, 0.018440475687384605, -0.013446180149912834, 0.06667209416627884, 0.011839623562991619, 0.04613611102104187, 0.0441453792154789, -0.05298143997788429, 0.019505692645907402, -0.005221308674663305, 0.06450673937797546, -0.025146102532744408, 0.04344687610864639, 0.0677897036075592, 0.009944934397935867, -0.04250389710068703, 0.04320240020751953, 0.015384525060653687, -0.04624088853597641, -0.11252880841493607, -0.004522806033492088, -0.020151806995272636, 0.04906982555985451, 0.0030253904405981302, 0.061398398131132126, -0.013000884093344212, -0.014258189126849174 ]
37,335
commented_json
dumps
null
def dumps( obj: JsonValue, *, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, indent=None, separators=None, default=None, sort_keys=False, **kw ) -> str: return json.dumps( obj, skipkeys=skipkeys, ensure_ascii=ensure_ascii, check_circular=check_circular, allow_nan=allow_nan, indent=indent, separators=separators, default=default, sort_keys=sort_keys, **kw )
(obj: Union[str, int, float, bool, NoneType, List[Union[str, int, float, bool, NoneType, ForwardRef('JsonArray'), Dict[str, Union[str, int, float, bool, NoneType, ForwardRef('JsonArray'), ForwardRef('JsonObject'), commented_json.CommentedValue]], commented_json.CommentedValue]], Dict[str, Union[str, int, float, bool, NoneType, List[Union[str, int, float, bool, NoneType, ForwardRef('JsonArray'), ForwardRef('JsonObject'), commented_json.CommentedValue]], ForwardRef('JsonObject'), commented_json.CommentedValue]]], *, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, indent=None, separators=None, default=None, sort_keys=False, **kw) -> str
[ -0.054398149251937866, -0.05327798053622246, -0.03540780395269394, -0.04624192789196968, 0.02968444675207138, 0.002476620953530073, -0.005421437323093414, 0.0018716866616159678, 0.0010031190467998385, -0.055273279547691345, 0.02767164446413517, 0.031714752316474915, 0.033377498388290405, -0.03376255929470062, -0.03407760336995125, 0.006769138853996992, 0.036860521882772446, 0.015839872881770134, 0.09234383702278137, 0.08051206171512604, -0.010475318878889084, 0.016076158732175827, 0.025098759680986404, 0.03875080496072769, -0.027444111183285713, -0.027636639773845673, 0.04368654265999794, 0.014063356444239616, -0.0460318960249424, 0.04855227470397949, -0.010099013336002827, -0.02663899026811123, 0.012304343283176422, 0.045226775109767914, 0.011009149253368378, -0.032502368092536926, -0.016128666698932648, 0.05817871540784836, -0.08968343585729599, -0.015052255243062973, -0.005255162250250578, 0.02957943081855774, -0.08009199798107147, -0.06314945966005325, 0.01192803680896759, 0.0004217037931084633, 0.022455863654613495, 0.08849325776100159, 0.03910085931420326, -0.012680649757385254, 0.024083608761429787, -0.03320247307419777, -0.00010535758337937295, 0.003286117222160101, -0.014903482981026173, -0.032939933240413666, 0.058703795075416565, -0.031767260283231735, -0.006261562928557396, 0.012925686314702034, -0.030944636091589928, 0.02140570618212223, 0.03383256867527962, 0.006957292091101408, -0.00911011453717947, -0.028721801936626434, -0.06829523295164108, -0.004699454177170992, 0.01224308367818594, -0.028074204921722412, 0.007495497819036245, -0.012006798759102821, 0.025938885286450386, 0.04193628206849098, -0.007762413006275892, 0.0025531949941068888, -0.05387306958436966, 0.006821646820753813, -0.015174773521721363, -0.07785166054964066, 0.023716052994132042, -0.008606914430856705, 0.01219932734966278, -0.04732709005475044, -0.04540180042386055, 0.0015216341707855463, -0.030332043766975403, 0.010930387303233147, 0.06244935467839241, 0.01535855047404766, -0.0279166828840971, -0.0006475970149040222, -0.022350847721099854, 0.03173225373029709, -0.068610280752182, -0.003623042721301317, 0.006471594329923391, -0.045331791043281555, 0.029841970652341843, 0.03721057251095772, 0.03791067749261856, 0.0031701624393463135, -0.056988537311553955, 0.011893031187355518, -0.049252379685640335, -0.05131768807768822, 0.0319247841835022, 0.0423213392496109, 0.011131667532026768, 0.03237985074520111, 0.004406285006552935, -0.00466444855555892, 0.008978844620287418, -0.10956641286611557, 0.05670849606394768, 0.02968444675207138, 0.025133764371275902, -0.015559830702841282, 0.012838173657655716, -0.06185426563024521, 0.015122265554964542, -0.02399609424173832, -0.02081061713397503, 0.016977543011307716, -0.029421906918287277, 0.004436914809048176, 0.03525028005242348, 0.05593837797641754, 0.026779010891914368, 0.08163222670555115, 0.04806220158934593, 0.045576829463243484, -0.03693053126335144, -0.009075109846889973, 0.04344150796532631, 0.038330741226673126, 0.023103460669517517, 0.015297291800379753, 0.014632191509008408, -0.019777962937951088, 0.06195928156375885, -0.06069909408688545, -0.015411058440804482, -0.03041955642402172, 0.010352800600230694, 0.0233134925365448, 0.010729107074439526, 0.0023803566582500935, 0.02728658728301525, -0.0030476441606879234, 0.053453005850315094, 0.06745510548353195, 0.015244783833622932, 0.030384551733732224, -0.00008238539157900959, -0.02091563306748867, -0.002623205538839102, -0.05313796177506447, 0.000008366731890419032, 0.028091708198189735, 0.05373305082321167, 0.03420012444257736, -0.016679998487234116, -0.013940838165581226, 0.02557133138179779, 0.045226775109767914, 0.04015101492404938, 0.011814270168542862, -0.007670524064451456, 0.024276137351989746, 0.010072759352624416, -0.03966094180941582, -0.05198278650641441, 0.05541330203413963, 0.053312987089157104, 0.02546631544828415, -0.03640545532107353, 0.05366303771734238, -0.0594739094376564, 0.00570585485547781, -0.01207680907100439, -0.01417712401598692, 0.032887425273656845, -0.01447466854006052, 0.022315843030810356, -0.05544830486178398, 0.020058004185557365, -0.024223629385232925, 0.014185874722898006, -0.01881531812250614, -0.009320146404206753, 0.05730358511209488, 0.047432105988264084, -0.032887425273656845, 0.04218132048845291, -0.021720753982663155, 0.02105565369129181, -0.005342675372958183, -0.032257333397865295, -0.027759158983826637, -0.049392398446798325, 0.011840524151921272, -0.02562383934855461, -0.04795718565583229, 0.02492373436689377, -0.01533229649066925, 0.010807869024574757, -0.01724008284509182, 0.0010884442599490285, -0.005163273308426142, 0.04207630455493927, 0.01832524500787258, -0.08632293343544006, 0.02366354502737522, 0.0014822533121332526, 0.05163273587822914, 0.07505124062299728, 0.010877879336476326, -0.001541324658319354, 0.014772213064134121, -0.006152171641588211, -0.0029579431284219027, 0.006204679608345032, -0.003299244213849306, 0.0001450803247280419, -0.0027982317842543125, 0.0025685096625238657, -0.058948829770088196, -0.0016003960045054555, -0.04554182291030884, -0.03099714405834675, 0.0029579431284219027, -0.0982247143983841, 0.03728058561682701, -0.0003568893880583346, 0.05100264027714729, 0.005290167406201363, -0.1043156236410141, 0.022893428802490234, -0.035145264118909836, 0.004506925120949745, -0.01729259081184864, -0.006690377369523048, -0.0294394101947546, 0.06234433874487877, 0.015682348981499672, 0.010387806221842766, 0.02312096394598484, -0.0054783206433057785, 0.06255437433719635, 0.01963794231414795, -0.0032554876524955034, 0.015481068752706051, -0.020390555262565613, -0.07701153308153152, -0.015017249621450901, 0.030874624848365784, 0.04676700755953789, -0.009188876487314701, 0.03843575716018677, -0.009320146404206753, -0.035285286605358124, -0.07883180677890778, 0.02320847660303116, -0.0016189925372600555, 0.024083608761429787, 0.025046251714229584, -0.01939290575683117, -0.01598864607512951, 0.0392758846282959, -0.0031854771077632904, -0.10340549051761627, -0.008655046112835407, -0.015139767900109291, 0.01623368263244629, 0.03026203252375126, -0.02938690222799778, 0.011718005873262882, 0.014124616049230099, 0.010562832467257977, 0.015831122174859047, -0.02688402682542801, 0.018237732350826263, -0.01822022907435894, 0.028931833803653717, -0.025676347315311432, 0.04820222035050392, 0.0009320146054960787, -0.042636387050151825, -0.033132463693618774, 0.042391348630189896, 0.014605938456952572, -0.03609040752053261, 0.005692727863788605, 0.049357395619153976, -0.0340426005423069, 0.004996998701244593, -0.019182873889803886, -0.010825371369719505, 0.006322822067886591, -0.0441766194999218, 0.03265989199280739, 0.0411311611533165, -0.008970093913376331, 0.013862076215445995, -0.016268687322735786, -0.050617583096027374, -0.01969045028090477, 0.007819296792149544, 0.020110512152314186, -0.029106860980391502, 0.026323944330215454, 0.04893733188509941, 0.02903684973716736, 0.009215130470693111, -0.00849752314388752, 0.004835099447518587, 0.01743261143565178, 0.05205279961228371, 0.024661194533109665, -0.032782409340143204, -0.03208230435848236, -0.07988196611404419, -0.0030104510951787233, 0.021860774606466293, -0.042636387050151825, -0.06545980274677277, 0.0054608178324997425, -0.007622391916811466, 0.009967743419110775, -0.005023252684623003, -0.05313796177506447, 0.017353849485516548, 0.05387306958436966, -0.028879325836896896, -0.0009008380584418774, 0.0297719594091177, 0.012190576642751694, -0.06657997518777847, 0.042391348630189896, -0.00046299904352054, -0.00840125884860754, 0.03204730153083801, -0.002796043874695897, -0.052087802439928055, -0.014710953459143639, 0.04144620895385742, 0.010011499747633934, 0.0353027880191803, 0.04260138049721718, -0.021528225392103195, 0.06612490862607956, 0.05537829548120499, 0.03427013382315636, -0.011105413548648357, -0.04057107865810394, 0.009547680616378784, -0.02418862283229828, 0.017957689240574837, -0.004382219165563583, -0.04193628206849098, 0.005320797208696604, 0.019287889823317528, 0.009118866175413132, 0.03780566528439522, -0.01241810992360115, 0.009853975847363472, -0.06293942779302597, 0.03654547408223152, -0.005784616339951754, -0.05912385880947113, -0.021370701491832733, 0.004338462371379137, -0.046556975692510605, -0.015699852257966995, 0.06840024888515472, 0.021493220701813698, 0.002151728607714176, -0.013625791296362877, -0.017878929153084755, -0.003417386906221509, -0.001762295258231461, -0.01121918112039566, 0.018447764217853546, -0.00782804749906063, 0.04340650141239166, 0.018010197207331657, 0.020985644310712814, -0.020600585266947746, -0.06878530234098434, -0.05506324768066406, -0.007281090598553419, 0.038120709359645844, 0.005797743331640959, -0.0496724396944046, -0.05191277712583542, 0.04099114239215851, 0.007779915351420641, -0.022490868344902992, 0.03703554719686508, 0.02219332382082939, -0.045821864157915115, -0.016102412715554237, -0.018482768908143044, -0.023295989260077477, -0.011735508218407631, 0.04148121550679207, -0.03665049001574516, 0.02840675599873066, 0.024083608761429787, -0.0159623920917511, -0.02840675599873066, -0.031224677339196205, -0.031119661405682564, 0.021318193525075912, -0.0019756085239350796, -0.04491172730922699, 0.03770064935088158, -0.05495823174715042, 0.013039452955126762, -0.009250136092305183, -0.01865779422223568, -0.02845926396548748, 0.04921737313270569, 0.019602935761213303, -0.06209930405020714, 0.03619542345404625, -0.0038090080488473177, 0.0796719342470169, 0.033377498388290405, 0.051947783678770065, -0.04085111990571022, 0.03763063624501228, -0.035775359719991684, 0.025781361386179924, 0.008322496898472309, 0.04407160356640816, -0.07841174304485321, 0.0012164321960881352, 0.03605540096759796, 0.033324990421533585, 0.0282142274081707, -0.06272939592599869, 0.021878277882933617, 0.013004448264837265, 0.07624141871929169, 0.03306245431303978, -0.0040212273597717285, 0.02473120577633381, 0.020985644310712814, 0.0521228089928627, 0.004229071084409952, -0.012181825004518032, -0.04991747811436653, -0.06363953649997711, -0.04883231595158577, 0.03826073184609413, -0.004270639736205339, -0.009950240142643452, -0.015218529850244522, 0.06269439309835434, 0.010370303876698017, -0.005758362822234631, -0.022000795230269432, -0.05117766559123993, 0.006060282699763775, -0.05425812676548958, 0.01454467885196209, -0.06185426563024521, -0.022158319130539894, 0.010729107074439526, 0.02140570618212223, -0.02551882341504097, 0.022648392245173454, 0.03777065873146057, 0.03458518162369728, 0.04690702632069588, -0.0040037245489656925, -0.043966587632894516, -0.03257238119840622, -0.07351101189851761, -0.03668549656867981, 0.015638593584299088, -0.04120117053389549, 0.04039605334401131, 0.06500473618507385, -0.026971541345119476, 0.02497624233365059, 0.044001590460538864, -0.01636495068669319, 0.011954290792346, 0.01484222337603569, -0.11012649536132812, 0.009223882108926773, -0.008825697004795074, -0.00563146872445941, -0.003830886445939541, -0.07267088443040848, -0.021265685558319092, -0.023733556270599365, -0.0024984993506222963, 0.0029666945338249207, 0.0032226701732724905, -0.010230282321572304, -0.05926387757062912, -0.0361604169011116, 0.054293133318424225, 0.012365602888166904, -0.04956742376089096, -0.025483816862106323, 0.01710006222128868, 0.047187067568302155, 0.03595038503408432, -0.0070754350163042545, -0.012628141790628433, 0.05299793928861618, -0.004005912691354752, -0.012313094921410084, 0.02072310447692871, -0.07151571661233902, -0.10641594231128693, -0.011770512908697128, 0.030157018452882767, 0.003163598943501711, -0.002947004046291113, 0.03518027067184448, -0.019480418413877487, -0.0013247296446934342, -0.0010452347341924906, 0.041656240820884705, -0.022543376311659813, 0.009346400387585163, -0.01571735367178917, 0.013844573870301247, -0.027164069935679436, 0.03875080496072769, 0.03983596712350845, 0.06791017204523087, 0.0349702388048172, -0.011061657220125198, 0.07442114502191544, 0.01890283264219761, 0.021510722115635872, -0.04015101492404938, 0.021685749292373657, 0.03889082744717598, 0.05261288210749626, 0.022490868344902992, 0.0306645929813385, -0.046696994453668594, -0.012951940298080444, 0.00784554984420538, 0.06304444372653961, 0.037420604377985, -0.000050183298299089074, -0.022893428802490234, 0.009766463190317154, 0.024556178599596024, 0.0040540448389947414, 0.0025028749369084835, -0.012496871873736382, 0.06461968272924423, 0.004791342653334141, -0.06514476239681244, -0.038085706532001495, 0.06206429749727249, 0.0039030846673995256, 0.013205728493630886, 0.03619542345404625, 0.05656847357749939, -0.010904133319854736, -0.007294217590242624, 0.03791067749261856, -0.021370701491832733, -0.03399009257555008, 0.0017086934531107545, -0.01955042965710163, 0.07722156494855881, -0.013564531691372395, -0.07267088443040848, -0.04977745562791824, -0.012838173657655716, 0.013870827853679657, -0.08373254537582397, 0.022490868344902992, 0.01611991412937641, 0.020600585266947746, 0.01207680907100439, 0.043371498584747314, 0.03546031191945076, -0.020022999495267868, 0.01934039779007435, 0.007254836615175009, 0.014632191509008408, 0.03505775332450867, -0.0036602357868105173, -0.04389657452702522, -0.01545481476932764, 0.04564683884382248, -0.018045203760266304, 0.004721332341432571, 0.06871529668569565, 0.0159623920917511, 0.002345351269468665, 0.03770064935088158, 0.07092062383890152, -0.0638495683670044, 0.01998799480497837, 0.03246736526489258, -0.04162123426795006, -0.00037111027631908655, 0.055518317967653275, 0.012759411707520485, -0.013468267396092415, -0.026656493544578552, 0.04204129800200462, -0.01183177251368761, -0.027444111183285713, -0.04946241155266762, -0.013424511067569256, 0.05138769745826721, 0.009486421011388302, -0.014754710718989372, -0.05597338452935219, 0.015244783833622932, -0.06279940903186798, -0.03910085931420326, 0.0010539860231801867, -0.030839620158076286, -0.05222782492637634, -0.021388204768300056, -0.012943188659846783, 0.009425162337720394, -0.007438614498823881, -0.06980045884847641, -0.026516472920775414, -0.03962593525648117, 0.005421437323093414, -0.014212128706276417, -0.005224532447755337, -0.02439865469932556, -0.022158319130539894, -0.0410611517727375, 0.07330098003149033, -0.06475970149040222, 0.012453115545213223, -0.0018979405285790563, -0.015489820390939713, -0.005263913422822952, 0.010597837157547474, -0.050127509981393814, 0.0038658916018903255, -0.042636387050151825, -0.03341250494122505, 0.034515172243118286, 0.03703554719686508, 0.026814017444849014, 0.010090261697769165, 0.04806220158934593, -0.000020408329874044284, -0.03071710094809532, -0.010099013336002827, -0.09094362705945969, 0.006125917658209801, -0.005662098061293364, 0.014290890656411648, -0.029421906918287277, -0.03055957704782486, 0.03197729215025902, -0.056988537311553955, -0.005058257840573788, 0.01192803680896759, -0.005040755029767752, 0.022420858964323997, 0.0000197075423784554, -0.0018596536247059703, -0.018045203760266304, 0.06038404628634453, 0.03619542345404625, -0.08506274223327637, 0.021388204768300056, -0.05359302833676338, -0.01606740616261959, 0.002043431159108877, -0.010414060205221176, -0.03766564279794693, -0.012890680693089962, 0.0145709328353405, 0.004559433087706566, 0.001259094919078052, 0.024958739057183266, -0.08499272912740707, -0.0011179799912497401, 0.007714280858635902, -0.03202979639172554, -0.016329945996403694, 0.011376704089343548, 0.07680150866508484, 0.037595633417367935, -0.03306245431303978, 0.01160423830151558, -0.011700502596795559, 0.05789867416024208, 0.00815622229129076, 0.04326648265123367, -0.007972444407641888, 0.06538979709148407, -0.036020394414663315, 0.055518317967653275, -0.044491663575172424, -0.0736510306596756, 0.0644446536898613, -0.015971142798662186, -0.05103764683008194, -0.04057107865810394, 0.049007341265678406, -0.010737858712673187, -0.02007550746202469, 0.01417712401598692, 0.014903482981026173, -0.02326098456978798, 0.012601887807250023, -0.05765363574028015, -0.04011600837111473, 0.02537880279123783, -0.019235381856560707, -0.022105811163783073, 0.015078509226441383, -0.05303294584155083, -0.015918634831905365, 0.03885582089424133, 0.05054757371544838, 0.03001699596643448, -0.0077405343763530254, 0.025343796238303185, -0.00028496456798166037, -0.016706252470612526, 0.010037753731012344, -0.013240733183920383, 0.054888222366571426, -0.013774563558399677, 0.03290493041276932, 0.031522221863269806, -0.029789462685585022, 0.07806169241666794, -0.0029645066242665052, 0.035145264118909836, 0.0698704645037651, -0.012496871873736382, -0.02007550746202469, 0.00614779582247138, 0.055133260786533356, -0.029859473928809166, -0.008821321651339531, 0.08030202984809875, 0.02439865469932556, -0.08065208047628403, 0.07330098003149033, 0.010921635664999485, -0.023085959255695343, -0.09528427571058273, -0.02522127889096737, -0.01380956918001175, 0.023278487846255302, -0.01740635745227337, 0.05863378196954727, 0.010055256076157093, -0.027601635083556175 ]
37,337
exempledepackage
slt
null
def slt(): print("Ça marche") return True
()
[ 0.008191466331481934, 0.032135095447301865, 0.07153255492448807, 0.020133446902036667, 0.03914174064993858, -0.012930753640830517, -0.022145086899399757, 0.007829200476408005, 0.020508497953414917, -0.025503503158688545, -0.02091764472424984, -0.0006925666821189225, 0.007074835244566202, 0.012640940956771374, -0.046676866710186005, -0.009802483022212982, 0.0027553499676287174, -0.014090003445744514, -0.0460631437599659, -0.02303157187998295, 0.013766095042228699, 0.02379872277379036, 0.05202987417578697, -0.009708719328045845, -0.010356536135077477, 0.06638411432504654, 0.04572219029068947, -0.02492387779057026, -0.038528017699718475, 0.013109754770994186, 0.03474340960383415, -0.0166556965559721, 0.017627421766519547, -0.024872733280062675, 0.024719303473830223, 0.040676042437553406, 0.009563813917338848, -0.05301864445209503, 0.031095178797841072, -0.026765039190649986, 0.005191053729504347, 0.003814444411545992, -0.0009312358452007174, 0.021105172112584114, -0.08292047679424286, -0.04408559948205948, 0.05898537486791611, 0.0373687669634819, 0.014857154339551926, -0.0026935518253594637, 0.05959909409284592, 0.0023930843453854322, 0.00005064393917564303, -0.019860683009028435, -0.0008928783354349434, -0.03141908720135689, 0.04449474811553955, 0.046915534883737564, -0.005412674974650145, 0.00013478413166012615, 0.044187888503074646, 0.016135739162564278, -0.019962968304753304, 0.072623610496521, 0.022349661216139793, -0.011387927457690239, 0.013697903603315353, -0.033277299255132675, 0.018701432272791862, 0.030123455449938774, -0.047904305160045624, 0.02291223779320717, -0.07910177111625671, 0.028623249381780624, 0.0025593002792447805, -0.026219509541988373, -0.03743695840239525, 0.001862471690401435, -0.029492687433958054, -0.02720828168094158, -0.013297281228005886, 0.0017633814131841063, 0.05172301456332207, 0.06556582450866699, -0.03235671669244766, 0.0014224254991859198, 0.06832756847143173, 0.023832818493247032, -0.014942392706871033, 0.031265657395124435, -0.039653174579143524, 0.0032689147628843784, 0.0011315474985167384, 0.004965170752257109, -0.0071600740775465965, 0.04783611372113228, 0.047154203057289124, -0.025963792577385902, -0.04708601161837578, -0.04865441098809242, 0.005101552698761225, 0.09512670338153839, 0.05765564739704132, -0.0478702113032341, -0.01593116484582424, -0.00764593668282032, -0.03610723093152046, 0.03999412804841995, -0.018138855695724487, -0.023781675845384598, -0.03445359691977501, -0.03348186984658241, 0.02979954704642296, 0.00883928220719099, -0.03518665209412575, -0.05666687339544296, 0.032135095447301865, 0.02205984853208065, -0.051927585154771805, -0.011498738080263138, 0.05489390343427658, -0.03733467310667038, -0.00008364074892597273, -0.08919406682252884, 0.029049444943666458, 0.0882393941283226, 0.06900947540998459, 0.04909765347838402, 0.02932220883667469, 0.03482864797115326, 0.0486203134059906, 0.020508497953414917, 0.008097702637314796, -0.003697240725159645, 0.03295338898897171, -0.03835754096508026, -0.04609724134206772, 0.0008225561468861997, 0.023594150319695473, 0.017763802781701088, -0.042653586715459824, -0.014703723601996899, -0.01121744979172945, -0.005689701996743679, -0.04824526235461235, 0.029509734362363815, -0.04309682920575142, 0.012964848428964615, 0.025963792577385902, 0.022741759195923805, 0.03938040882349014, 0.001469306880608201, -0.04060785099864006, -0.0035715133417397738, -0.0616789273917675, 0.023219097405672073, 0.02257128246128559, -0.02067897655069828, 0.07003234326839447, 0.018462762236595154, 0.0013606272405013442, -0.019860683009028435, -0.007407267112284899, 0.008600613102316856, -0.03982365131378174, -0.03046441078186035, -0.06975957751274109, 0.07405562698841095, 0.023901009932160378, 0.06798660755157471, -0.009572337381541729, 0.009921817108988762, -0.02168479561805725, 0.024770447984337807, 0.0393122173845768, 0.005600200966000557, -0.0016760114813223481, 0.02342367172241211, 0.017627421766519547, -0.017746755853295326, -0.04698372632265091, -0.022895189002156258, -0.033533014357089996, 0.025009116157889366, 0.008489802479743958, -0.012692083604633808, 0.010893541388213634, 0.014916821382939816, 0.011873790062963963, 0.020508497953414917, -0.01592264138162136, 0.031129274517297745, -0.020849455147981644, -0.018326381221413612, -0.03348186984658241, 0.023236146196722984, 0.017346132546663284, -0.019229913130402565, -0.028486866503953934, -0.09178533405065536, -0.006328994408249855, 0.021497270092368126, -0.005412674974650145, -0.014754867181181908, 0.07985187321901321, -0.009086474776268005, -0.022281469777226448, 0.019980017095804214, -0.01702222414314747, -0.0441196970641613, 0.0021480221766978502, -0.03043031506240368, -0.0087796151638031, 0.041016995906829834, 0.0010580287780612707, -0.06300865113735199, -0.03305567800998688, 0.00004891252319794148, -0.02028687670826912, 0.01102139987051487, 0.038664400577545166, -0.03784610703587532, 0.0028704225551337004, 0.006738141179084778, 0.0005082373972982168, 0.01880371943116188, -0.0020979444961994886, 0.024838639423251152, -0.013953620567917824, -0.011046972125768661, -0.039414502680301666, -0.02156546153128147, 0.00028714881045743823, 0.025367120280861855, -0.028964204713702202, -0.027668572962284088, -0.00012486179184634238, 0.0616789273917675, -0.04483570158481598, 0.002019098261371255, 0.004085077904164791, 0.03290224447846413, 0.025742171332240105, -0.012112459167838097, -0.017968377098441124, -0.0021586772054433823, 0.024497682228684425, 0.025912649929523468, -0.05410970374941826, 0.033908065408468246, -0.034027401357889175, -0.054314278066158295, 0.013663808815181255, -0.03542532026767731, 0.002499633003026247, -0.03184528276324272, -0.014192289672791958, 0.051177483052015305, 0.015530542470514774, -0.025486454367637634, -0.027088947594165802, 0.011208925396203995, -0.013067135587334633, 0.07330552488565445, -0.010569633916020393, 0.04149433597922325, -0.01904238760471344, 0.05472342297434807, 0.0594286173582077, -0.07235084474086761, 0.10146848112344742, 0.007816414348781109, -0.09192171692848206, 0.026628656312823296, -0.021701844409108162, 0.021497270092368126, 0.012086886912584305, -0.022758807986974716, -0.05322321876883507, -0.03486274182796478, 0.04350597411394119, 0.04749516025185585, 0.01127711683511734, 0.011311212554574013, -0.06051967665553093, -0.058337558060884476, 0.0018038698472082615, -0.0739874318242073, -0.027140090242028236, -0.011123687028884888, -0.01781494729220867, 0.038528017699718475, 0.048279356211423874, -0.024599969387054443, 0.09226267039775848, -0.012623893097043037, 0.008673066273331642, -0.007564959581941366, -0.032527193427085876, -0.054211992770433426, -0.019502678886055946, -0.10651462525129318, -0.019877729937434196, -0.035561703145504, -0.041051093488931656, 0.023236146196722984, -0.014175242744386196, 0.019877729937434196, 0.03319205716252327, -0.01002410426735878, -0.05226854234933853, 0.05110929161310196, 0.03298748657107353, -0.047563351690769196, -0.006989596411585808, 0.0691799521446228, 0.004264079965651035, -0.027770860120654106, -0.008933044970035553, 0.048177070915699005, -0.011046972125768661, -0.038391634821891785, 0.0378120094537735, 0.04326730594038963, -0.009751339443027973, -0.0739874318242073, 0.00119014922529459, -0.03370349109172821, 0.03883487731218338, -0.019758395850658417, -0.03160661458969116, -0.014200814068317413, 0.051927585154771805, -0.015206634066998959, -0.01703927107155323, -0.020133446902036667, -0.041392046958208084, -0.016749460250139236, -0.027225330471992493, -0.08217037469148636, 0.023594150319695473, -0.004372759722173214, -0.016135739162564278, -0.004170317202806473, 0.1302451640367508, 0.07071425765752792, -0.0282141026109457, 0.01577773503959179, 0.0553712397813797, 0.030259838327765465, -0.010885017924010754, 0.004619952756911516, 0.03160661458969116, 0.008055083453655243, 0.002665849169716239, 0.05728059262037277, 0.038391634821891785, -0.00532743614166975, 0.00398279121145606, 0.01714155822992325, 0.022622425109148026, -0.013859857805073261, -0.0430627316236496, 0.02316795475780964, -0.04088061302900314, -0.050188712775707245, -0.0021714631002396345, 0.0029663164168596268, 0.0318111889064312, 0.02645817957818508, 0.009052379988133907, 0.027088947594165802, -0.030771272256970406, -0.010475870221853256, -0.022486042231321335, 0.008656018413603306, 0.0003244408580940217, -0.0023653816897422075, -0.0423126295208931, -0.004598643165081739, 0.05663277953863144, 0.016868794336915016, 0.015990832820534706, 0.002354726893827319, 0.03169185295701027, -0.02444653958082199, -0.02841867506504059, -0.0026445393450558186, -0.0207812637090683, -0.027276473119854927, -0.019366296008229256, 0.008933044970035553, 0.0814884677529335, -0.0013137457426637411, -0.02267356775701046, 0.013953620567917824, 0.008485540747642517, -0.023883961141109467, -0.01680060289800167, 0.08605727553367615, 0.026117222383618355, 0.0318111889064312, -0.03545941412448883, -0.005919847171753645, -0.04047146812081337, -0.0013361210003495216, -0.008728471584618092, -0.09839987754821777, -0.05209806561470032, 0.040641944855451584, 0.007002382073551416, -0.020099351182579994, -0.021957561373710632, -0.055337145924568176, -0.0293392576277256, -0.006056229583919048, 0.005604462698101997, 0.04694962874054909, -0.03505026921629906, 0.031265657395124435, -0.03682323917746544, -0.038391634821891785, 0.023082716390490532, 0.048449836671352386, 0.08019283413887024, 0.02129269763827324, 0.017729707062244415, -0.0027958385180681944, -0.0018198521574959159, -0.032015759497880936, -0.026645705103874207, -0.04163071885704994, 0.0013670201878994703, -0.019127627834677696, 0.03210099786520004, 0.007773794699460268, -0.025247786194086075, -0.036755047738552094, -0.01002410426735878, 0.010288344696164131, 0.021957561373710632, -0.005604462698101997, -0.04118747636675835, 0.015027632005512714, 0.07439658045768738, 0.007322028279304504, -0.019962968304753304, -0.003654621308669448, 0.027617428451776505, 0.028231149539351463, -0.028861917555332184, 0.042278535664081573, -0.040676042437553406, 0.017831994220614433, 0.09001236408948898, -0.04221034422516823, -0.0014373422600328922, 0.012189174070954323, -0.05301864445209503, 0.022605378180742264, -0.02381577156484127, 0.048040688037872314, -0.044290173798799515, 0.09137618541717529, 0.04575628414750099, -0.03204985707998276, -0.044801607728004456, 0.04238082095980644, -0.0039039452094584703, -0.03290224447846413, -0.06471343338489532, -0.03193052113056183, 0.010220153257250786, -0.012376699596643448, 0.04326730594038963, -0.019622012972831726, -0.06495210528373718, 0.005148434545844793, -0.01680912636220455, 0.007270885165780783, -0.06570220738649368, -0.02379872277379036, -0.003771824762225151, 0.03569808602333069, -0.001704779569990933, -0.025912649929523468, -0.005774940829724073, -0.0333113931119442, 0.015888545662164688, -0.017226798459887505, 0.04132385551929474, -0.003861325792968273, 0.012138030491769314, -0.010842397809028625, 0.00017007840506266803, -0.013928049243986607, -0.044290173798799515, 0.02867439202964306, -0.023849867284297943, -0.022639472037553787, -0.007671508006751537, 0.06427019089460373, -0.04998413845896721, -0.00739448145031929, 0.031146323308348656, 0.008694375865161419, 0.05615543946623802, -0.06846395134925842, -0.017866089940071106, -0.011396451853215694, -0.00988772138953209, -0.06464524567127228, 0.01916172169148922, 0.02744695171713829, 0.043915122747421265, -0.04834754765033722, -0.003965743351727724, 0.024634065106511116, 0.05666687339544296, -0.013876905664801598, 0.012939277105033398, -0.06747517734766006, -0.01957087032496929, -0.04289225488901138, -0.017712660133838654, 0.037880200892686844, 0.024719303473830223, 0.014269005507230759, -0.006397185381501913, 0.055439431220293045, 0.02015049383044243, 0.0009626677492633462, -0.0039231241680681705, -0.043165020644664764, -0.020474402233958244, 0.06563401222229004, -0.035561703145504, -0.012768799439072609, 0.0576215498149395, -0.03845982626080513, -0.003017459763213992, -0.07569221407175064, 0.006955500692129135, -0.02770266868174076, -0.008246871642768383, 0.045176658779382706, 0.01692846044898033, -0.014558817259967327, -0.06849804520606995, 0.05915585160255432, -0.03525484353303909, -0.025350073352456093, -0.005199577659368515, 0.014524722471833229, 0.038289349526166916, 0.06065605953335762, 0.004270473029464483, 0.05683735013008118, 0.015530542470514774, 0.00532743614166975, -0.0006265065167099237, 0.011481690220534801, 0.05277997627854347, 0.010697491466999054, -0.06150844693183899, -0.03232262283563614, -0.018957149237394333, -0.02316795475780964, 0.01977544277906418, 0.019758395850658417, 0.04585856944322586, -0.023491863161325455, 0.012981896288692951, 0.03583446517586708, -0.05554172024130821, 0.03167480602860451, 0.028231149539351463, 0.0030046741012483835, -0.0468132458627224, 0.02306566759943962, -0.032527193427085876, -0.033771682530641556, -0.01115778274834156, -0.0009205809910781682, 0.05216625705361366, 0.009947389364242554, -0.010237201116979122, -0.0037569080013781786, -0.048552121967077255, -0.02129269763827324, -0.031265657395124435, 0.041528429836034775, -0.008562255650758743, -0.04408559948205948, 0.016195405274629593, -0.07003234326839447, 0.08585269749164581, 0.008796663023531437, 0.016067547723650932, 0.04319911450147629, -0.03880078345537186, 0.03845982626080513, -0.02393510565161705, -0.018377523869276047, 0.03845982626080513, -0.02833343669772148, 0.02995297685265541, -0.005280554760247469, -0.0205596424639225, -0.013731999322772026, 0.00380378938280046, -0.04319911450147629, 0.0001630195474717766, -0.020985836163163185, -0.010987304151058197, -0.0006888374919071794, 0.03883487731218338, -0.031095178797841072, 0.07739699631929398, 0.0028576368931680918, -0.007931486703455448, 0.07528306543827057, -0.0044366889633238316, -0.009597908705472946, -0.0003337638918310404, 0.0018166557420045137, -0.010211629793047905, 0.027856098487973213, 0.045278944075107574, -0.09233086556196213, 0.006124420557171106, -0.006606020964682102, 0.05138205736875534, -0.06051967665553093, -0.025367120280861855, -0.0020830275025218725, -0.004803216550499201, 0.06334961205720901, -0.034402452409267426, 0.021599557250738144, -0.0556781031191349, -0.013979192823171616, 0.060826536267995834, 0.01246193889528513, -0.006618806626647711, -0.008447183296084404, -0.013433663174510002, 0.012317032553255558, 0.03522074595093727, -0.01827523671090603, 0.009026807732880116, 0.06798660755157471, 0.026850279420614243, 0.03423197567462921, -0.012189174070954323, -0.019826587289571762, 0.04221034422516823, -0.03525484353303909, 0.015419731847941875, -0.057451073080301285, 0.011498738080263138, -0.01360414084047079, -0.040778327733278275, -0.020252780988812447, 0.09846807271242142, 0.013467758893966675, -0.006542091723531485, 0.00413409061729908, -0.02632179670035839, -0.052575401961803436, -0.07480572909116745, 0.011694788001477718, -0.01655340939760208, -0.051450248807668686, -0.014098526909947395, 0.01008377131074667, 0.009180238470435143, -0.03992593660950661, 0.056189537048339844, -0.02330433763563633, -0.05666687339544296, -0.009299572557210922, 0.029492687433958054, -0.0613720640540123, -0.03999412804841995, 0.09430840611457825, -0.09151256829500198, 0.05039328336715698, 0.017252368852496147, -0.08182942122220993, -0.047426968812942505, -0.01629769243299961, -0.017610372975468636, 0.0058942753821611404, 0.012138030491769314, 0.05949680879712105, -0.03784610703587532, -0.02705485187470913, -0.04950679838657379, -0.037027813494205475, 0.051825299859046936, -0.005412674974650145, -0.01680912636220455, 0.01842866651713848, -0.02141203172504902, -0.041664812713861465, -0.03169185295701027, -0.023508910089731216, -0.013220565393567085, 0.05148434266448021, 0.04647229239344597, 0.0378120094537735, -0.0007090817671269178, 0.02015049383044243, -0.03360120579600334, -0.07651051133871078, -0.040028225630521774, 0.02117336168885231, 0.071123406291008, 0.01472929585725069, -0.016203930601477623, -0.031129274517297745, -0.010509965941309929, 0.025384167209267616, 0.033021580427885056, -0.013663808815181255, -0.007765271235257387, -0.018837815150618553, -0.0000037000709198764525, -0.025861507281661034, -0.03672095388174057, -0.004249162971973419, -0.049915947020053864, 0.07835166901350021, -0.018769623711705208, -0.008204251527786255, 0.005455294623970985, 0.045278944075107574, 0.02231556549668312, -0.05148434266448021, 0.06914585828781128, -0.027515143156051636, 0.04694962874054909, -0.07153255492448807, -0.01605049893260002, 0.03682323917746544, 0.003614132758229971, 0.04708601161837578, -0.02754923887550831, 0.03743695840239525, 0.05083652585744858, 0.02030392549932003, 0.0030877820681780577, 0.03169185295701027, 0.07091882824897766, 0.023236146196722984, -0.019997064024209976, 0.018445715308189392, -0.01427752897143364, 0.019144674763083458, -0.001390460878610611, -0.007974106818437576, 0.007300718687474728, 0.04197167232632637, 0.013118279166519642, -0.0033541538286954165, -0.023474814370274544, 0.046915534883737564 ]
37,338
weewx
CHECK_LOOP
Event issued in the main loop, right after a new LOOP packet has been processed. Generally, it is used to throw an exception, breaking the main loop, so the console can be used for other things.
class CHECK_LOOP(object): """Event issued in the main loop, right after a new LOOP packet has been processed. Generally, it is used to throw an exception, breaking the main loop, so the console can be used for other things."""
()
[ 0.018311472609639168, 0.0033227873500436544, -0.09749763458967209, 0.04850349575281143, -0.02386624366044998, -0.013510186225175858, 0.002674438524991274, -0.0005078914691694081, 0.015700554475188255, -0.06932074576616287, -0.011337341740727425, -0.003596583381295204, 0.050746433436870575, -0.053515058010816574, -0.03690331056714058, -0.002733578672632575, -0.006452822592109442, 0.02463725209236145, -0.06795395910739899, -0.029683860018849373, -0.03220716118812561, 0.053550101816654205, 0.0445433109998703, 0.01470174640417099, 0.011346103623509407, 0.06893524527549744, -0.03977707400918007, 0.04643578827381134, -0.010250919498503208, -0.03416973352432251, -0.03974202647805214, -0.03760422766208649, -0.03572927415370941, 0.015700554475188255, -0.045069001615047455, 0.005059748888015747, -0.023638445883989334, -0.0045691062696278095, -0.08425029367208481, -0.0004268478660378605, 0.0309279877692461, -0.011337341740727425, 0.0023655968252569437, 0.04138918220996857, -0.005064129363745451, 0.00430845282971859, 0.035133492201566696, -0.00009623926598578691, -0.027493491768836975, -0.0238311979919672, -0.018136242404580116, 0.06795395910739899, 0.015288764610886574, -0.006014748942106962, -0.00583075825124979, 0.04636569693684578, 0.0019505221862345934, 0.026442116126418114, -0.03770936653017998, -0.04745211824774742, -0.04429798945784569, 0.06175084039568901, -0.030805326998233795, 0.06245175749063492, 0.022955050691962242, -0.024952664971351624, 0.012239772826433182, 0.025233032181859016, 0.04110881686210632, -0.015148581005632877, -0.03890092670917511, 0.05800092965364456, -0.026757529005408287, 0.009725231677293777, -0.011293534189462662, -0.07717102766036987, -0.052744049578905106, 0.03341624513268471, -0.00006451316585298628, 0.04706661403179169, 0.010855461470782757, 0.02575872093439102, 0.0465058796107769, 0.052463680505752563, 0.030577529221773148, -0.050711385905742645, -0.009620093740522861, 0.013624085113406181, -0.013650369830429554, -0.00019179405353497714, -0.03481807932257652, 0.022254133597016335, -0.027703767642378807, 0.06052423268556595, -0.023813674226403236, 0.04384239390492439, 0.01690087467432022, -0.009243350476026535, -0.04773248732089996, -0.02889532782137394, 0.02430431731045246, 0.007088028825819492, 0.05680936947464943, -0.02507532574236393, 0.014561562798917294, -0.010461194440722466, -0.005532868206501007, 0.013326195068657398, -0.020151380449533463, -0.02551339939236641, 0.042160190641880035, -0.012379956431686878, -0.03141862899065018, -0.011503810063004494, -0.03798973187804222, 0.016348902136087418, -0.008240162394940853, 0.03322349488735199, -0.05039597302675247, -0.03294312581419945, 0.0003189722483512014, -0.04282606393098831, -0.04065322130918503, 0.0026306312065571547, 0.0406181737780571, 0.0076838089153170586, -0.007285161875188351, 0.043106429278850555, 0.08396992832422256, -0.01400959026068449, 0.02274477481842041, -0.007153740152716637, -0.007088028825819492, -0.00022109021665528417, -0.00178076873999089, -0.02023899555206299, 0.006820803973823786, 0.0010688992915675044, 0.01862688548862934, -0.09259121119976044, -0.014079681597650051, 0.013694177381694317, -0.0036579135339707136, -0.020396701991558075, 0.005651148036122322, 0.029561199247837067, -0.040197622030973434, -0.053480010479688644, 0.013387525454163551, -0.0056204828433692455, 0.02710798755288124, -0.005677432287484407, 0.0033293585292994976, 0.07205432653427124, -0.013939497992396355, 0.06297744810581207, -0.038340192288160324, -0.05579303950071335, 0.02051936276257038, -0.0200812891125679, -0.02197376638650894, -0.004264645278453827, -0.0009796418016776443, -0.01570931449532509, -0.012379956431686878, 0.008551194332540035, -0.04370221123099327, 0.02237679436802864, 0.032995693385601044, 0.071773961186409, -0.02055440843105316, 0.03241743892431259, -0.0032767897937446833, 0.0004900947096757591, 0.008091216906905174, 0.06343304365873337, 0.0021575118880718946, 0.04447321966290474, 0.0022582688834518194, -0.022043857723474503, -0.015577892772853374, -0.02044926956295967, -0.021675875410437584, -0.01768064685165882, 0.010049405507743359, 0.014579085633158684, -0.008958603255450726, 0.04853854328393936, 0.017829591408371925, -0.00044108525617048144, 0.0042383610270917416, -0.005480299238115549, 0.027020372450351715, 0.048853956162929535, 0.03886587917804718, -0.008595001883804798, -0.015928352251648903, 0.025776244699954987, 0.05232349783182144, -0.039461661130189896, 0.010680231265723705, 0.09637616574764252, -0.009278396144509315, -0.00033430481562390924, 0.0039645652286708355, 0.020799729973077774, 0.05796588212251663, 0.03809487074613571, -0.03487065061926842, -0.04268588125705719, -0.011801700107753277, -0.0018979533342644572, -0.025530923157930374, 0.0753486379981041, 0.05947285518050194, 0.012222249992191792, 0.009891699068248272, 0.001881525618955493, -0.022902481257915497, 0.05582808703184128, 0.013720461167395115, -0.031015602871775627, -0.054461296647787094, -0.05183285474777222, -0.034625329077243805, 0.03816496208310127, -0.008064933121204376, 0.057405151426792145, 0.0481179915368557, -0.007837134413421154, 0.0006379444967024028, 0.03234734758734703, -0.02169339917600155, 0.017890920862555504, 0.042125146836042404, -0.018539270386099815, -0.03397697955369949, 0.01662926934659481, -0.0414242297410965, -0.005966560915112495, -0.011021928861737251, -0.026039088144898415, 0.010461194440722466, -0.023603400215506554, 0.04548954963684082, 0.021553214639425278, 0.03949670493602753, 0.06585120409727097, -0.02102752774953842, 0.08151671290397644, -0.033170923590660095, -0.04636569693684578, -0.016305094584822655, -0.02467229962348938, -0.03264523670077324, 0.014675461687147617, -0.00024066661717370152, -0.012756699696183205, 0.059332672506570816, 0.06364331394433975, -0.006452822592109442, 0.0461554229259491, -0.05291927605867386, 0.08985763043165207, 0.009278396144509315, 0.022008812054991722, -0.015674268826842308, -0.023883767426013947, 0.03869064897298813, -0.01902991160750389, 0.08929689973592758, -0.038515422493219376, -0.0009363821009173989, -0.0037783838342875242, -0.028071749955415726, -0.0016701552085578442, 0.023708537220954895, 0.05610845237970352, -0.01841660961508751, -0.031068172305822372, 0.1099739670753479, 0.05992845445871353, -0.026792574673891068, -0.011468763463199139, -0.07829249650239944, -0.031786613166332245, -0.009269635193049908, 0.04356202855706215, -0.0011028499575331807, -0.033644042909145355, 0.03592202439904213, 0.0014949258184060454, 0.07380662113428116, -0.016515370458364487, 0.02737083099782467, 0.023130280897021294, -0.06974130123853683, -0.01512229721993208, 0.01679573766887188, -0.007670666556805372, 0.009514955803751945, -0.05467157065868378, -0.09988075494766235, -0.006514152977615595, -0.08144662529230118, -0.0017249142983928323, 0.028544869273900986, 0.0024575921706855297, -0.021202756091952324, -0.054496340453624725, -0.004264645278453827, 0.040407899767160416, 0.015008397400379181, -0.018469179049134254, 0.06711285561323166, 0.06140037998557091, 0.04044294357299805, -0.02044926956295967, -0.00022560784418601543, 0.04173964262008667, -0.033679090440273285, 0.00046408409252762794, 0.04426294565200806, 0.04524422809481621, 0.02402395009994507, -0.008275208063423634, 0.05109689012169838, 0.008958603255450726, 0.0307527594268322, -0.015472755767405033, -0.006005987524986267, -0.044017624109983444, 0.009453625418245792, -0.03686826303601265, -0.01167903933674097, -0.006019129883497953, 0.0025868238881230354, 0.02453211508691311, 0.04468349739909172, -0.08684369176626205, -0.0005588174681179225, 0.005817615892738104, -0.023638445883989334, 0.02379615232348442, 0.08256809413433075, 0.004818808287382126, -0.045804962515830994, 0.007088028825819492, 0.07331597805023193, -0.035028357058763504, 0.00865195132791996, 0.019818443804979324, -0.05999854579567909, 0.03795468807220459, 0.026372024789452553, -0.02507532574236393, 0.049624964594841, -0.04366716369986534, -0.003491445677354932, -0.017899682745337486, 0.00187166896648705, 0.02453211508691311, 0.010014359839260578, -0.033749181777238846, -0.017111150547862053, -0.0034016405697911978, -0.0007803183980286121, 0.005852661561220884, 0.017619315534830093, 0.08642313629388809, -0.053655240684747696, -0.004779381677508354, 0.011889314278960228, 0.000826316128950566, -0.04194991663098335, -0.009155736304819584, 0.03544890508055687, -0.03089294210076332, 0.026810096576809883, 0.04853854328393936, 0.013238580897450447, 0.0072106895968317986, -0.016909636557102203, -0.04773248732089996, -0.013545231893658638, -0.020501838997006416, -0.06921561062335968, 0.0540057010948658, 0.013115920126438141, 0.03308330848813057, 0.01287936046719551, 0.00027119487640447915, 0.009068121202290058, -0.030121933668851852, -0.031856704503297806, -0.007464772090315819, 0.0028934753499925137, 0.039321474730968475, 0.015840737149119377, -0.0005798997590318322, -0.0285623911768198, 0.08102606981992722, -0.0540057010948658, -0.011100782081484795, 0.031856704503297806, 0.008503006771206856, 0.033381201326847076, -0.06290735304355621, 0.021167710423469543, 0.0024050234351307154, -0.0017873398028314114, 0.01144247967749834, -0.09259121119976044, -0.040267713367938995, -0.012896883301436901, -0.02041422389447689, -0.009497432969510555, -0.004915184341371059, 0.00021876294340472668, 0.019993674010038376, 0.003173842327669263, -0.0078897038474679, 0.08404001593589783, 0.04044294357299805, -0.004726812709122896, -0.009173259139060974, 0.036552850157022476, 0.03562413528561592, 0.01470174640417099, -0.01639270968735218, -0.058281295001506805, 0.04538441449403763, -0.02241184003651142, -0.025793766602873802, -0.005077271722257137, -0.05628368258476257, -0.03445009887218475, -0.04804790019989014, 0.055407535284757614, 0.001509163179434836, -0.024794958531856537, 0.040267713367938995, 0.016602985560894012, 0.014780599623918533, -0.011976929381489754, -0.03247000649571419, -0.006982891354709864, -0.05775560811161995, 0.02707294188439846, -0.023463215678930283, -0.09315194934606552, 0.010207111947238445, 0.021956242620944977, -0.01689211279153824, 0.019923582673072815, -0.08789506554603577, -0.09946020692586899, 0.042090099304914474, -0.009821607731282711, -0.0681992769241333, -0.10450681298971176, 0.03872569650411606, -0.029158171266317368, -0.012800507247447968, 0.03206697851419449, 0.018977344036102295, 0.03031468577682972, 0.033100832253694534, -0.029666336253285408, 0.007885322906076908, -0.019748352468013763, -0.019380370154976845, 0.01950303092598915, 0.030121933668851852, 0.032434962689876556, -0.026039088144898415, -0.012064543552696705, 0.022797344252467155, -0.007074886932969093, -0.03126092255115509, 0.01264280080795288, 0.011486287228763103, 0.019748352468013763, -0.005874565336853266, -0.054636526852846146, -0.05523230507969856, 0.014763076789677143, -0.03112073987722397, 0.021605784073472023, -0.053585149347782135, -0.07093285769224167, -0.04156441241502762, 0.041178908199071884, -0.027756335213780403, 0.050781477242708206, -0.05807102099061012, -0.047837626188993454, 0.03464285284280777, 0.03530872240662575, -0.049624964594841, -0.019380370154976845, 0.03345129266381264, -0.01818881183862686, -0.03665798902511597, 0.05155248939990997, -0.04538441449403763, -0.0173652321100235, 0.015700554475188255, 0.018767068162560463, 0.031383585184812546, 0.05344496667385101, 0.026652390137314796, 0.03450266644358635, -0.011749130673706532, 0.053585149347782135, -0.024584684520959854, -0.0289654191583395, 0.019783398136496544, 0.007710093166679144, 0.05905230715870857, 0.014307480305433273, -0.015639223158359528, 0.012537662871181965, 0.04857358708977699, -0.005988464690744877, -0.01306335162371397, 0.035571567714214325, -0.0025320646818727255, 0.0001698903797660023, 0.008406629785895348, 0.060243867337703705, 0.02044926956295967, 0.03064762055873871, -0.032662760466337204, -0.04482368007302284, 0.012598993256688118, -0.017584269866347313, -0.03501083329319954, -0.08698387444019318, 0.003360023722052574, 0.0033644044306129217, 0.04937964305281639, 0.027423400431871414, -0.006575482897460461, -0.021570738404989243, -0.006233785767108202, -0.03159385919570923, 0.02281486801803112, -0.02598651871085167, 0.005178028717637062, 0.019660737365484238, -0.017514178529381752, -0.009891699068248272, -0.03956679627299309, 0.02034413255751133, -0.006724427919834852, 0.04531432315707207, 0.059157442301511765, 0.03690331056714058, 0.029280832037329674, -0.07808221876621246, -0.0015223054215312004, -0.042090099304914474, -0.024251747876405716, 0.008375965058803558, -0.0008860036032274365, 0.029245786368846893, -0.011048213578760624, 0.06325781345367432, -0.0005924943834543228, 0.029964227229356766, -0.006106744520366192, 0.050676342099905014, 0.0009380248375236988, -0.03777945786714554, 0.031068172305822372, 0.009199542924761772, -0.002698532771319151, -0.015341333113610744, -0.052638910710811615, -0.02575872093439102, -0.03562413528561592, -0.03348633646965027, -0.01466670073568821, -0.03523863106966019, -0.012940690852701664, 0.024759912863373756, -0.04839836061000824, -0.050676342099905014, 0.05141230300068855, 0.00030966318445280194, -0.004871377255767584, -0.027283215895295143, -0.01987101323902607, 0.027668721973896027, 0.028614960610866547, 0.071773961186409, 0.023708537220954895, 0.04366716369986534, 0.022289179265499115, -0.05015065148472786, 0.06585120409727097, 0.007477914448827505, -0.005217455327510834, 0.016235003247857094, -0.013904452323913574, -0.022902481257915497, -0.04738202691078186, -0.01888972893357277, 0.01987101323902607, -0.06455451250076294, 0.020764682441949844, 0.004490253049880266, 0.03448514640331268, 0.009392295964062214, 0.008481102995574474, 0.014649176970124245, 0.06315267086029053, 0.03409963846206665, 0.0559682697057724, 0.05113193765282631, 0.03974202647805214, 0.0034739228431135416, -0.03112073987722397, 0.001382121816277504, -0.001999805448576808, -0.001535447547212243, -0.061225149780511856, -0.022096427157521248, 0.0009982599876821041, -0.025846336036920547, 0.052603863179683685, -0.04899413883686066, -0.07124827057123184, 0.003292122157290578, -0.03572927415370941, -0.026775050908327103, 0.0275811068713665, 0.001662488910369575, 0.020974958315491676, 0.006575482897460461, -0.025460831820964813, 0.0003896116104442626, -0.011521332897245884, 0.05305946245789528, -0.007806469686329365, 0.010382341220974922, -0.014640416018664837, 0.06269707530736923, -0.036587897688150406, 0.02943853847682476, 0.04776753485202789, -0.03998734802007675, 0.0634680837392807, -0.032049454748630524, -0.008989267982542515, 0.007302685175091028, -0.016235003247857094, 0.006058556493371725, -0.01892477460205555, -0.0346778966486454, 0.04464844986796379, -0.04776753485202789, -0.024514593183994293, 0.03112073987722397, 0.042125146836042404, 0.019310278818011284, -0.015761883929371834, -0.022148994728922844, -0.004595390986651182, 0.006023510359227657, 0.02270972914993763, 0.018469179049134254, -0.02449706941843033, 0.006496629677712917, -0.030437346547842026, -0.0071581206284463406, -0.0279841348528862, 0.025495877489447594, 0.006181216798722744, -0.05975322425365448, -0.017785783857107162, -0.05404074490070343, -0.1119365394115448, 0.03478303551673889, 0.02001119777560234, 0.016778213903307915, -0.029578721150755882, 0.057930838316679, -0.07145854830741882, -0.04524422809481621, 0.08852589130401611, -0.02518046461045742, 0.016261287033557892, -0.07724111527204514, -0.0252155102789402, -0.021956242620944977, -0.0603490024805069, -0.050641294568777084, -0.021991288289427757, 0.05715982988476753, -0.02686266601085663, 0.01240624114871025, 0.015542847104370594, -0.00042766923434101045, 0.01888972893357277, -0.06059432402253151, -0.043211568146944046, 0.05586313083767891, -0.004045608453452587, -0.03558909147977829, 0.03569422662258148, -0.005510964430868626, -0.014097204431891441, -0.02136046253144741, -0.018206333741545677, -0.04366716369986534, 0.011232203803956509, -0.024584684520959854, 0.013107159174978733, -0.04426294565200806, 0.023235417902469635, -0.03397697955369949, -0.06080460175871849, 0.006435299292206764, 0.004069702699780464, -0.025811290368437767, -0.003995230421423912, 0.016068534925580025, 0.06262698769569397, 0.0059227533638477325, -0.01686582900583744, -0.03416973352432251, 0.07240478694438934, -0.011976929381489754, -0.05099175497889519, -0.027300739660859108, 0.005418968852609396, 0.023918813094496727, -0.0019132859306409955, 0.012055782601237297, -0.12917910516262054, 0.032802943140268326, -0.0681992769241333, 0.006189978215843439, -0.0029131886549293995, -0.053655240684747696, 0.08368955552577972, 0.017566746100783348, 0.025898905470967293, -0.01808367297053337, -0.008279589004814625, 0.01754046231508255, 0.0041200811974704266, 0.009655139409005642, 0.02230670116841793, -0.02879018895328045, 0.015402663499116898, 0.007088028825819492, 0.005256881937384605, -0.026354501023888588, 0.015893306583166122, 0.06357322633266449, 0.030297162011265755, -0.005020322278141975, -0.019853491336107254, -0.01719876565039158, 0.05708973854780197 ]
37,339
weewx
CRCError
Exception thrown when unable to pass a CRC check.
class CRCError(WeeWxIOError): """Exception thrown when unable to pass a CRC check."""
null
[ 0.007625531405210495, -0.028913293033838272, -0.022645253688097, 0.053915608674287796, 0.005879560019820929, -0.06763894855976105, -0.05478859320282936, 0.05056334286928177, 0.004674839321523905, -0.036805085837841034, 0.09148892015218735, 0.04661744460463524, 0.07619420439004898, -0.0008260628674179316, -0.04256679117679596, 0.013871745206415653, -0.02208654209971428, 0.06701039522886276, -0.028930751606822014, 0.004526431672275066, -0.050912536680698395, 0.022872230038046837, 0.003024896141141653, 0.04511591047048569, 0.02384997345507145, 0.09323488920927048, -0.01687481626868248, 0.03649080917239189, -0.00016736776160541922, -0.06383273005485535, -0.06020110473036766, -0.026748286560177803, 0.00153318140655756, 0.03214333951473236, -0.033138543367385864, -0.006673977244645357, 0.029314866289496422, -0.01599310152232647, -0.06428667902946472, 0.02210400253534317, -0.026207035407423973, 0.022575413808226585, 0.009009214118123055, -0.045604780316352844, 0.028686316683888435, -0.02074214443564415, -0.03677016496658325, 0.03659556806087494, -0.10308217257261276, -0.014805840328335762, -0.03684000298380852, 0.028913293033838272, 0.03635113313794136, -0.02266271412372589, 0.05775674432516098, 0.055382225662469864, -0.010205204598605633, 0.0523093119263649, -0.010423451662063599, -0.005508540663868189, -0.03565274178981781, 0.0515061654150486, 0.0030532681848853827, 0.0191358495503664, 0.007031901273876429, -0.03673524409532547, -0.020148513838648796, -0.04633808881044388, -0.01775653287768364, 0.07036266475915909, 0.04134461283683777, 0.0623311921954155, -0.05154108628630638, -0.020515168085694313, 0.045639701187610626, -0.03374963253736496, 0.024949936196208, 0.0010694076772779226, -0.005482351407408714, 0.00317112123593688, 0.05653456598520279, 0.01731131039559841, 0.030606884509325027, 0.01402888260781765, 0.03753839433193207, -0.013103517703711987, 0.01757320575416088, -0.020777063444256783, -0.006809290032833815, 0.05189028009772301, -0.041135095059871674, 0.00365999317727983, -0.06505490839481354, -0.044801633805036545, 0.014255858957767487, -0.008629465475678444, 0.05300770327448845, -0.012850351631641388, 0.002920137718319893, -0.013164627365767956, -0.038027264177799225, 0.017931129783391953, -0.02699272334575653, -0.023291263729333878, 0.022715091705322266, -0.03228301927447319, -0.03729395568370819, -0.023134125396609306, 0.0017994421068578959, -0.051750604063272476, 0.004188149701803923, -0.02412932924926281, -0.003398097585886717, -0.028040306642651558, -0.013566200621426105, -0.0020809799898415804, 0.006499379873275757, 0.025805462151765823, 0.004701029043644667, -0.004002640023827553, 0.07863856852054596, 0.004779597744345665, -0.037503473460674286, 0.004421673249453306, 0.07333081215620041, 0.04050654545426369, 0.00010605413990560919, 0.027987927198410034, 0.047525350004434586, 0.03184652328491211, -0.018786655738949776, 0.0015790131874382496, -0.017162902280688286, -0.036805085837841034, -0.010371072217822075, 0.012701944448053837, 0.044138167053461075, -0.007372365798801184, -0.048084061592817307, -0.040995415300130844, 0.039109766483306885, 0.07682275772094727, 0.031549710780382156, 0.004709758795797825, -0.008773508481681347, 0.06938491761684418, -0.036420971155166626, -0.04253187030553818, 0.02983865700662136, 0.048887208104133606, 0.04445243999361992, -0.026765746995806694, -0.06889604777097702, 0.06620725244283676, -0.020846903324127197, -0.01539074070751667, -0.013461441732943058, -0.048328496515750885, 0.011121840216219425, -0.008206067606806755, -0.019554883241653442, -0.036420971155166626, 0.046303171664476395, -0.0398779958486557, -0.01737241819500923, 0.04253187030553818, -0.059328120201826096, -0.024740420281887054, -0.01859459839761257, 0.01451775524765253, -0.014334428124129772, -0.0167351383715868, -0.027743490412831306, -0.006141455844044685, -0.01369714830070734, 0.0036883652210235596, -0.04057638347148895, -0.02032311074435711, -0.03837645798921585, -0.0049629248678684235, 0.00247273244895041, -0.0010939603671431541, -0.029052969068288803, 0.023011907935142517, 0.03715427964925766, -0.010405991226434708, 0.00838502962142229, 0.0344654805958271, 0.06739450991153717, -0.023832514882087708, -0.013714607805013657, 0.010423451662063599, 0.0046792044304311275, 0.05073793977499008, 0.029384704306721687, -0.05625521019101143, 0.042112838476896286, -0.006599773187190294, 0.0523093119263649, 0.03865581378340721, -0.015862153843045235, 0.0785687267780304, 0.006787464953958988, -0.0095679247751832, -0.0015779220266267657, 0.007869967259466648, 0.05698851868510246, -0.033836930990219116, -0.09847280383110046, 0.016202617436647415, 0.031113216653466225, -0.005482351407408714, -0.03551306575536728, 0.06435652077198029, 0.03022277168929577, 0.011357545852661133, -0.011340086348354816, -0.0033282586373388767, -0.009838550351560116, 0.05901384353637695, 0.006316052749752998, 0.037747908383607864, -0.013356683775782585, -0.030467206612229347, 0.02154529094696045, 0.0038476851768791676, 0.01341779250651598, -0.022453196346759796, -0.004142317920923233, -0.015434389933943748, 0.0002099258272210136, 0.0060672517865896225, -0.01329557504504919, 0.027306998148560524, 0.044138167053461075, 0.012536076828837395, -0.018332703039050102, 0.033697254955768585, 0.001111965742893517, 0.017320040613412857, -0.038830410689115524, -0.005181171000003815, 0.04633808881044388, 0.05677900090813637, 0.08247970789670944, -0.028825992718338966, 0.03024023026227951, 0.07668308168649673, -0.05897892639040947, 0.008581451140344143, -0.01817556656897068, 0.002171552274376154, -0.02671336755156517, -0.04951575770974159, 0.03677016496658325, -0.02320396527647972, 0.0020220535807311535, -0.06159788370132446, 0.043998487293720245, -0.0057617067359387875, -0.013845556415617466, -0.0037538392934948206, 0.019991377368569374, 0.004009187687188387, -0.034762296825647354, -0.0468968003988266, 0.009533005766570568, 0.04759519174695015, -0.0019129302818328142, 0.06261054426431656, 0.05237915366888046, 0.04162396490573883, -0.03022277168929577, 0.05189028009772301, -0.06222643330693245, -0.05297278240323067, 0.029995795339345932, 0.03542576730251312, 0.055277466773986816, 0.020253272727131844, 0.023902352899312973, 0.030868779867887497, -0.025945140048861504, 0.04354453459382057, -0.03715427964925766, -0.01936282590031624, 0.01322573609650135, -0.016970844939351082, -0.08066389709711075, -0.015696285292506218, 0.012134503573179245, 0.018507299944758415, -0.014744731597602367, -0.05489335209131241, 0.07682275772094727, 0.020672306418418884, -0.0211437176913023, -0.04092557728290558, 0.03184652328491211, 0.010825024917721748, -0.039389122277498245, 0.015556608326733112, -0.049690354615449905, -0.008817157708108425, -0.046966638416051865, -0.04096049815416336, 0.055242545902729034, -0.014186020009219646, -0.019729480147361755, 0.05583617836236954, 0.03203858062624931, 0.03408136963844299, 0.007568787317723036, 0.0002706256345845759, 0.05422988161444664, 0.0324576161801815, 0.07661323994398117, 0.0002812651509884745, 0.012911461293697357, 0.08729858696460724, -0.0030750927980989218, 0.005028398707509041, 0.032073501497507095, -0.02468804083764553, -0.037503473460674286, -0.026678448542952538, 0.015373281203210354, -0.025002315640449524, -0.003175486112013459, -0.04445243999361992, -0.06505490839481354, -0.0049629248678684235, 0.032632213085889816, -0.024321386590600014, 0.011078190989792347, 0.0195374246686697, 0.06564854085445404, -0.05003955215215683, 0.01615023799240589, -0.029856117442250252, 0.049585599452257156, 0.01228291168808937, -0.003389367600902915, 0.019223149865865707, 0.0159319918602705, -0.035181332379579544, -0.004797057248651981, 0.01587088406085968, 0.008350109681487083, 0.03240523487329483, 0.03652573004364967, -0.013801906257867813, -0.06194707751274109, 0.05248391255736351, 0.02917518839240074, 0.017765263095498085, -0.03715427964925766, -0.04742059111595154, 0.03509403392672539, 0.033138543367385864, -0.028372040018439293, -0.004801422357559204, -0.009856010787189007, 0.007900522090494633, -0.11195170879364014, -0.0218421071767807, -0.01458759419620037, -0.010484560392796993, 0.010842484422028065, 0.005403782706707716, -0.015827234834432602, -0.0028983131051063538, -0.04591905698180199, -0.06830241531133652, 0.017669234424829483, 0.009943309240043163, 0.006529934238642454, -0.020916741341352463, -0.03813202306628227, -0.003264967119321227, 0.03182906657457352, -0.0043387399055063725, -0.0627153068780899, -0.04825865849852562, -0.01625499688088894, -0.0087167639285326, -0.02278493158519268, 0.04082081839442253, -0.015635177493095398, 0.06917539983987808, -0.002826291834935546, -0.00250765192322433, 0.022645253688097, -0.03195128217339516, -0.03704952076077461, 0.027062561362981796, 0.013164627365767956, 0.05272834748029709, -0.026137197390198708, -0.07039757817983627, -0.007368000689893961, 0.0174335278570652, -0.0428810678422451, 0.05374101176857948, 0.020340571179986, 0.030973538756370544, -0.006368431728333235, -0.011968635953962803, 0.011951176449656487, -0.027202239260077477, -0.03757331147789955, 0.03345282003283501, -0.018629519268870354, -0.0398779958486557, -0.04336993768811226, -0.005312119144946337, -0.04284614697098732, -0.06756910681724548, 0.009236190468072891, 0.009332219138741493, 0.002843751572072506, -0.0400875099003315, 0.07668308168649673, 0.04920148476958275, -0.01843746192753315, 0.005613299086689949, 0.03254491463303566, 0.03385439142584801, -0.02248811535537243, -0.0009853828232735395, -0.01882157474756241, 0.02316904440522194, -0.04302074387669563, -0.04253187030553818, -0.031794145703315735, -0.06781354546546936, -0.07228323072195053, 0.01741606742143631, -0.003982997965067625, 0.054998110979795456, 0.0368749238550663, -0.022208761423826218, 0.0765433982014656, -0.0019543971866369247, -0.0007584064733237028, -0.015399470925331116, 0.0010846849763765931, 0.008158053271472454, -0.035460684448480606, 0.013522551394999027, -0.010301233269274235, 0.011375006288290024, -0.03771299123764038, 0.007756479550153017, -0.001320391078479588, -0.045360345393419266, -0.0937936007976532, -0.013574929907917976, -0.005565284751355648, -0.038585975766181946, -0.009969498962163925, 0.050388745963573456, -0.016979575157165527, -0.08087341487407684, -0.014194750227034092, 0.025334050878882408, 0.021370694041252136, -0.03635113313794136, 0.06020110473036766, 0.02318650484085083, 0.0028808533679693937, 0.008694939315319061, 0.008131863549351692, -0.007446569390594959, 0.06023602560162544, 0.033941689878702164, -0.02412932924926281, 0.03565274178981781, 0.009271110408008099, -0.03257983177900314, -0.004749043378978968, -0.05513778701424599, 0.04026210680603981, -0.035862259566783905, -0.021719887852668762, -0.07465775310993195, -0.02507215365767479, -0.045779380947351456, 0.039947833865880966, -0.012134503573179245, -0.01409872155636549, 0.01897871308028698, -0.04144936800003052, 0.031025918200612068, 0.06166772171854973, -0.009070322848856449, -0.01882157474756241, 0.07717195153236389, -0.04029702767729759, -0.022610334679484367, 0.011305167339742184, -0.05206487700343132, -0.040331948548555374, -0.03575750067830086, 0.01709306426346302, -0.07256258279085159, 0.019292987883090973, -0.030344989150762558, 0.08722874522209167, -0.06124868988990784, -0.008603275753557682, 0.014500295743346214, 0.036420971155166626, 0.014439186081290245, 0.003854232607409358, -0.031549710780382156, -0.03158462792634964, 0.03621145337820053, 0.01781764253973961, 0.04403340816497803, 0.02236589789390564, 0.012667025439441204, 0.07347048819065094, -0.03388931229710579, -0.01437807735055685, -0.037887588143348694, -0.002653877018019557, -0.0699436292052269, 0.009009214118123055, 0.049585599452257156, -0.0233436431735754, -0.0006563762435689569, 0.018332703039050102, -0.07598469406366348, -0.005578379612416029, -0.0165343526750803, -0.03697968274354935, 0.024495983496308327, -0.07113088667392731, -0.04179856553673744, 0.008581451140344143, -0.006935872603207827, 0.04546510428190231, -0.047525350004434586, 0.004343104548752308, -0.02212146297097206, -0.016019290313124657, -0.00914016179740429, -0.04267155006527901, -0.03444802388548851, 0.02332618273794651, -0.02781333029270172, 0.004897450562566519, -0.014465375803411007, -0.013932854868471622, 0.015111385844647884, 0.046303171664476395, -0.009925849735736847, 0.007717194966971874, 0.004306002985686064, -0.015574067831039429, -0.007171579170972109, 0.005351403262466192, -0.07605452835559845, -0.02360553853213787, -0.00782631803303957, 0.020794523879885674, -0.05541714280843735, -0.02711494080722332, -0.027324458584189415, -0.05042366310954094, 0.09463167190551758, 0.022837311029434204, 0.028302202001214027, -0.0017023225082084537, 0.011942447163164616, 0.00077532057184726, -0.008725494146347046, 0.045639701187610626, -0.0675341859459877, -0.00032218635897152126, -0.030065633356571198, -0.020969120785593987, -0.07444823533296585, 0.03210841864347458, -0.002671336755156517, -0.02089928276836872, 0.012352749705314636, -0.02262779325246811, 0.04962051659822464, 0.022330978885293007, -0.025037234649062157, -0.030537046492099762, -0.09127940237522125, 0.03677016496658325, 0.04972527548670769, -0.0042274342849850655, -0.03184652328491211, 0.00325187249109149, 0.06987378746271133, -0.03254491463303566, 0.03333060070872307, 0.02168496884405613, -0.024722959846258163, 0.01064169779419899, 0.01910093054175377, 0.006141455844044685, 0.006560489069670439, -0.01717163249850273, -0.00034319257247261703, 0.020253272727131844, -0.018646977841854095, 0.016385944560170174, -0.030275149270892143, -0.024600742384791374, -0.02400711178779602, -0.0009422791190445423, -0.01390666514635086, 0.011069460771977901, 0.07151500135660172, 0.012632105499505997, -0.005264104809612036, -0.02683558501303196, 0.004281995818018913, -0.048887208104133606, 0.04476671665906906, 0.0031427491921931505, 0.019327906891703606, -0.014369347132742405, -0.005063318181782961, -0.02751651406288147, 0.07060709595680237, 0.03977323696017265, -0.07039757817983627, -0.023413481190800667, 0.02563086524605751, 0.02072468400001526, 0.005827180575579405, 0.017826370894908905, 0.03635113313794136, 0.031113216653466225, 0.08310825377702713, -0.033697254955768585, -0.0019162039970979095, -0.02929740585386753, 0.022976988926529884, 0.00915762223303318, -0.0659278929233551, 0.028162524104118347, -0.05412512272596359, -0.0039437138475477695, -0.0014109633630141616, -0.03142749145627022, 0.007398555520921946, 0.04553494229912758, 0.016848627477884293, -0.0028764884918928146, 0.020253272727131844, 0.025438807904720306, 0.005565284751355648, -0.0171367134898901, -0.015329631976783276, 0.043055664747953415, 0.003998275380581617, 0.018350163474678993, 0.033714715391397476, 0.054998110979795456, -0.0621216744184494, -0.01597564108669758, -0.06194707751274109, 0.010248853825032711, 0.03574004024267197, 0.0072676073759794235, -0.022750012576580048, 0.0004130314337089658, 0.022313518449664116, -0.044661957770586014, 0.0121257733553648, 0.03704952076077461, 0.018542220816016197, 0.046023815870285034, 0.050912536680698395, -0.05663932487368584, -0.00831519067287445, 0.06676595658063889, 0.04567462205886841, -0.03823678195476532, 0.04721107706427574, -0.040750980377197266, -0.06110901013016701, -0.048887208104133606, 0.04490639269351959, -0.02316904440522194, 0.04281122609972954, -0.04274138808250427, -0.01621134765446186, -0.02971643954515457, -0.018193025141954422, 0.031549710780382156, -0.013662229292094707, 0.01703195460140705, 0.015827234834432602, 0.007560057565569878, 0.0430905818939209, 0.0009406422614119947, -0.032352857291698456, -0.027429215610027313, -0.043474696576595306, -0.001944576040841639, -0.00259495060890913, -0.002289405558258295, 0.036665406078100204, 0.00011887612345162779, -0.03514641150832176, -0.049306243658065796, -0.021527832373976707, -0.03879549354314804, -0.011340086348354816, 0.0009139070753008127, -0.012518617324531078, -0.007926711812615395, 0.05663932487368584, -0.0021409979090094566, 0.03308616578578949, -0.00046541058691218495, -0.02060246653854847, -0.03697968274354935, -0.018140645697712898, -0.020654845982789993, 0.05087761580944061, 0.08254954218864441, -0.0529029443860054, -0.10147587954998016, 0.09567925333976746, 0.0645311176776886, -0.023640457540750504, -0.012108313851058483, 0.041135095059871674, 0.04979511350393295, 0.040716059505939484, 0.026364173740148544, -0.030030714347958565, -0.04654760658740997, -0.06446127593517303, 0.005600204225629568, 0.040331948548555374, 0.01787875033915043, 0.05789642408490181, 0.0049629248678684235, 0.04057638347148895, 0.008376299403607845, -0.04459211975336075, 0.002920137718319893, 0.0523093119263649, 0.018891414627432823, -0.041554126888513565, -0.019624723121523857, 0.009113972075283527, -0.009847280569374561, 0.01491932850331068, 0.019310448318719864, -0.018873954191803932, -0.001900926697999239, 0.020777063444256783, 0.030275149270892143, 0.008769143372774124, -0.015478039160370827, 0.04078590124845505 ]
37,340
weewx
CannotCalculate
Exception raised when a type cannot be calculated.
class CannotCalculate(ValueError): """Exception raised when a type cannot be calculated."""
null
[ 0.046024348586797714, -0.015360918827354908, 0.03961632028222084, 0.040550824254751205, -0.009653765708208084, -0.048327237367630005, -0.016161922365427017, -0.036545801907777786, -0.013099751435220242, -0.018289590254426003, 0.07102234661579132, 0.04759298264980316, 0.05573652312159538, -0.06131017580628395, -0.054301388561725616, 0.044288840144872665, -0.03142271563410759, 0.048460736870765686, 0.040550824254751205, -0.0051230876706540585, -0.054034389555454254, 0.006074279546737671, -0.0007530270959250629, 0.003959128633141518, 0.01982484757900238, 0.054434891790151596, 0.020642537623643875, 0.003811026457697153, 0.016103515401482582, -0.046524979174137115, -0.0517982542514801, 0.020876163616776466, 0.0024989652447402477, 0.029937520623207092, -0.002590747084468603, -0.05116412416100502, 0.0022987143602222204, 0.040484074503183365, -0.08030064404010773, 0.025048060342669487, -0.07202360033988953, 0.01565295085310936, -0.01093870960175991, 0.011013804003596306, 0.007763897534459829, -0.0714896023273468, -0.02761794812977314, 0.0003574792935978621, -0.1226203516125679, -0.03754705935716629, -0.0029641317669302225, -0.007955804467201233, 0.03681280463933945, 0.024030117318034172, 0.022945424541831017, 0.07956638932228088, 0.03551117330789566, 0.0436880886554718, -0.038348063826560974, 0.010571583174169064, -0.0061034830287098885, 0.07889888435602188, -0.036378927528858185, -0.05760553106665611, 0.005035477690398693, -0.024297118186950684, -0.020542412996292114, -0.007597021292895079, -0.028552452102303505, 0.04909486323595047, 0.032540783286094666, -0.004676694516092539, -0.042453207075595856, 0.054268013685941696, 0.07856513559818268, -0.06087629869580269, -0.008206117898225784, 0.0005798934726044536, 0.03477691859006882, 0.004330427385866642, -0.004806023556739092, 0.0011660447344183922, -0.013074720278382301, -0.01484360359609127, 0.0025678016245365143, 0.011347555555403233, -0.014309600926935673, -0.012615812011063099, 0.004257419146597385, 0.009044669568538666, -0.052265506237745285, -0.02167716808617115, -0.03995006904006004, -0.02594918943941593, 0.002557371975854039, 0.07823137938976288, 0.03497717157006264, -0.09632071852684021, -0.036412302404642105, -0.032607533037662506, 0.05266600847244263, 0.030354710295796394, 0.044422343373298645, -0.004288708325475454, 0.042419832199811935, -0.03908231481909752, 0.029904145747423172, -0.05103062465786934, -0.007997523061931133, 0.0217606071382761, -0.009678796865046024, -0.02202760800719261, -0.05253250524401665, -0.020475663244724274, -0.03279109671711922, 0.011773088946938515, -0.02364630252122879, 0.028569139540195465, -0.030938776209950447, 0.049929242581129074, 0.04579072445631027, 0.026399753987789154, -0.04008357226848602, 0.022277921438217163, 0.06047579646110535, 0.042219582945108414, 0.012240340933203697, -0.002148526022210717, 0.03544442355632782, 0.022344671189785004, -0.00033401238033548, -0.01481022872030735, -0.009078044444322586, 0.04675860330462456, -0.040550824254751205, 0.08283715695142746, 0.027200758457183838, -0.013024657033383846, -0.012206966057419777, -0.04322083666920662, 0.0549355186522007, 0.060142043977975845, 0.05937441438436508, -0.006024216767400503, 0.03534429892897606, 0.0585734099149704, -0.048060234636068344, 0.029169892892241478, -0.04355458915233612, 0.019207406789064407, 0.002348777139559388, 0.003410524455830455, 0.01782233640551567, -0.020458975806832314, -0.002557371975854039, 0.00010377589933341369, 0.032574158161878586, -0.01191493310034275, -0.0195244699716568, -0.0440218411386013, -0.028685953468084335, -0.01989159733057022, 0.05647077411413193, -0.025231624022126198, 0.00010136402124771848, 0.04592422395944595, 0.009278295561671257, -0.04101807624101639, -0.016370518133044243, 0.018756842240691185, -0.03964969515800476, -0.028118574991822243, -0.009570327587425709, 0.006921174470335245, 0.00682939263060689, -0.00974554754793644, 0.008852762170135975, 0.012031746096909046, -0.013033000752329826, -0.0024760200176388025, 0.050196245312690735, -0.02541518583893776, -0.07242410629987717, 0.0023008002899587154, 0.014401382766664028, 0.02548193745315075, -0.03948281705379486, -0.01093036588281393, 0.00779727241024375, -0.012148559093475342, -0.004409693647176027, -0.018723467364907265, -0.005707153119146824, -0.0042615910060703754, 0.04111820086836815, -0.04582409933209419, -0.020909540355205536, 0.021944168955087662, 0.01481022872030735, 0.06121004745364189, -0.018723467364907265, 0.05533602088689804, 0.056137025356292725, -0.0077764131128787994, 0.0014977104729041457, -0.009828985668718815, -0.0549355186522007, -0.04755960777401924, -0.03158959373831749, -0.04305395856499672, -0.009411795996129513, -0.015419325791299343, 0.0038923784159123898, 0.11260779947042465, 0.03577817603945732, -0.005928263533860445, 0.07209035009145737, -0.038281310349702835, -0.00586151285097003, 0.04929511621594429, 0.08423890918493271, -0.0003958085726480931, 0.03481029346585274, -0.010279550217092037, 0.0756281167268753, -0.002032756106927991, -0.03551117330789566, -0.02745107188820839, 0.015461044386029243, -0.04278695955872536, 0.006491469219326973, -0.03138934075832367, -0.05580327287316322, -0.010571583174169064, 0.03367554023861885, 0.013058032840490341, 0.040417321026325226, -0.008877793326973915, -0.00220067473128438, 0.022912049666047096, -0.04725923016667366, -0.00438049016520381, -0.06671695411205292, 0.012340466491878033, 0.016637519001960754, -0.006374656222760677, 0.032490722835063934, 0.06578245013952255, -0.05747203156352043, 0.007546958979219198, -0.0010643547866493464, -0.006120170466601849, -0.017188208177685738, -0.009887391701340675, 0.052265506237745285, -0.060041919350624084, -0.022094357758760452, -0.04355458915233612, 0.09345045685768127, 0.023078925907611847, 0.008368821814656258, 0.0035419391933828592, 0.01950778253376484, 0.019023843109607697, -0.048160359263420105, -0.03924919292330742, -0.017121458426117897, 0.03290791064500809, 0.0253984984010458, 0.07035484164953232, 0.03170640394091606, 0.034443169832229614, 0.018489839509129524, 0.014576602727174759, -0.012257028371095657, 0.0474928580224514, 0.018389714881777763, 0.08924518525600433, 0.03355872631072998, 0.016220329329371452, 0.022745173424482346, -0.001679187873378396, -0.009261608123779297, -0.004057168494910002, -0.07709662616252899, 0.022895362228155136, 0.00026348125538788736, -0.030071021988987923, -0.009244919754564762, 0.03527754917740822, 0.038481563329696655, -0.014092662371695042, 0.03567804768681526, -0.03330841287970543, 0.03471016883850098, 0.013174845837056637, 0.026533255353569984, -0.0671842023730278, 0.034176167100667953, -0.013508597388863564, -0.0030538274440914392, 0.060142043977975845, -0.00977057870477438, -0.007396770641207695, 0.015018823556602001, -0.05964141711592674, 0.08630817383527756, -0.046157851815223694, -0.003963300492614508, 0.038147810846567154, 0.022277921438217163, 0.053967639803886414, -0.01573638990521431, 0.007425973657518625, 0.04889461398124695, 0.048026859760284424, 0.06104317307472229, -0.021944168955087662, 0.00026934800553135574, 0.04138520359992981, -0.01291618775576353, 0.018690090626478195, 0.03130590170621872, -0.058106157928705215, -0.0390489399433136, 0.02731757052242756, -0.026499878615140915, 0.006199436727911234, -0.013925787061452866, -0.008652511052787304, -0.038882065564394, -0.03564467281103134, 0.054234638810157776, -0.0034772749058902264, -0.042519956827163696, -0.011297492310404778, 0.05393426492810249, -0.020125223323702812, 0.034126102924346924, 0.004780991934239864, 0.07609537243843079, -0.0067960177548229694, 0.01955784484744072, 0.00293284235522151, 0.011230742558836937, -0.008043413981795311, 0.01481022872030735, -0.02154366858303547, 0.07456011325120926, 0.05123087391257286, -0.0516313761472702, 0.04709235578775406, -0.04322083666920662, 0.004088457673788071, 0.04539022222161293, -0.02004178613424301, -0.03125584125518799, -0.04859423637390137, -0.02169385552406311, -0.043888337910175323, 0.03544442355632782, -0.022378046065568924, -0.002150612184777856, 0.009144795127213001, -0.0736256092786789, -0.028685953468084335, -0.005636230576783419, -0.036746054887771606, 0.007425973657518625, -0.005285791587084532, 0.004246989730745554, -0.030888713896274567, -0.04559047147631645, -0.030922088772058487, 0.006228639744222164, 0.0742931142449379, 0.020675914362072945, 0.03984994441270828, -0.0698208436369896, 0.03714655712246895, 0.017221584916114807, -0.036378927528858185, -0.08363816142082214, -0.00683356449007988, 0.036312177777290344, -0.008101820945739746, -0.02756788395345211, 0.0032290469389408827, -0.005106399767100811, 0.06855258345603943, 0.005110571626573801, -0.031022213399410248, 0.03299134969711304, -0.03748030960559845, -0.024897871538996696, 0.013508597388863564, -0.0025093951262533665, 0.006057592108845711, -0.05690465494990349, -0.006437234580516815, -0.030304647982120514, 0.01997503452003002, 0.004082199651747942, 0.04088457301259041, 0.006195264868438244, 0.006637485697865486, -0.0032665941398590803, -0.04902811348438263, -0.01757202297449112, -0.0015091832028701901, 0.004901977255940437, -0.03621205314993858, 0.00896957516670227, -0.014259538613259792, -0.024814434349536896, -0.011113929562270641, -0.02790163643658161, -0.06955383718013763, -0.012624155730009079, -0.001313104061409831, 0.03367554023861885, -0.05119749903678894, 0.06875283271074295, 0.02352949045598507, -0.022962111979722977, 0.012774343602359295, -0.02181066945195198, 0.003804768668487668, -0.01677936315536499, 0.01960790902376175, 0.0018710950389504433, 0.036412302404642105, -0.06064267084002495, -0.06538194417953491, -0.012440592050552368, -0.09004618972539902, -0.06301230937242508, -0.02139347977936268, -0.024781059473752975, 0.03282447159290314, 0.03302472457289696, 0.007617881055921316, 0.06161054968833923, 0.06301230937242508, 0.02736763283610344, -0.07649587094783783, 0.034242916852235794, 0.004005019553005695, -0.045957598835229874, -0.019140655174851418, 0.004993758630007505, 0.010229487903416157, 0.05173150449991226, -0.0018971693934872746, 0.026950445026159286, -0.01581982709467411, -0.09638746827840805, -0.04719248041510582, 0.026449816301465034, -0.0028222871478646994, -0.012582436203956604, 0.03995006904006004, -0.08303740620613098, -0.03551117330789566, -0.02181066945195198, 0.0168794896453619, 0.028952954337000847, -0.026600005105137825, 0.028202012181282043, 0.04796011000871658, 0.0016844028141349554, -0.03801431134343147, 0.04535684734582901, -0.032490722835063934, -0.04879448935389519, 0.03621205314993858, 0.004347114823758602, 0.013475222513079643, 0.022861987352371216, -0.0357448011636734, 0.06538194417953491, 0.01385069265961647, 0.0034313839860260487, 0.02778482250869274, -0.01770552434027195, -0.015961671248078346, -0.04752623289823532, -0.0237464290112257, 0.010479801334440708, 0.03567804768681526, -0.050262995064258575, -0.015778107568621635, 0.052432380616664886, 0.004572397563606501, -0.007567818276584148, -0.0051272595301270485, -0.01593664102256298, 0.014743478037416935, -0.014584946446120739, -0.015794796869158745, 0.03774730861186981, 0.008523182012140751, -0.018306277692317963, -0.040150322020053864, 0.05103062465786934, -0.03694630414247513, 0.03347528725862503, 0.023295864462852478, 0.0473259799182415, -0.030471524223685265, -0.07135609537363052, 0.07189010083675385, 0.07409286499023438, 0.048093609511852264, 0.02351280301809311, -0.01979147084057331, 0.016554081812500954, -0.016103515401482582, 0.0041948407888412476, 0.018673403188586235, 0.001338135451078415, -0.012657530605793, 0.018640028312802315, 0.001199419959448278, 0.011798120103776455, 0.0011430993909016252, -0.013058032840490341, -0.0870424285531044, 0.018923716619610786, 0.0046433196403086185, 0.03617867827415466, 0.014526539482176304, 0.038281310349702835, 0.009286639280617237, -0.009436827152967453, -0.01461832132190466, -0.005744699854403734, 0.011372586712241173, -0.049929242581129074, 0.0018564934143796563, -0.014251194894313812, 0.048694364726543427, 0.020609162747859955, 0.010488145053386688, 0.06167730316519737, -0.020675914362072945, -0.003124749753624201, -0.0020567444153130054, -0.0435212142765522, -0.03200678154826164, -0.009670453146100044, 0.022461485117673874, 0.03224040940403938, -0.006737611256539822, 0.05099724978208542, 0.007930773310363293, 0.05119749903678894, 0.05480201914906502, 0.05099724978208542, 0.026049314066767693, -0.032207030802965164, -0.05884041264653206, 0.042152829468250275, -0.06030891835689545, -0.060075294226408005, -0.03521079570055008, -0.0168794896453619, 0.01947440765798092, -0.025214936584234238, -0.03494379669427872, -0.0006309991586022079, -0.015093917958438396, 0.04535684734582901, -0.040584199130535126, 0.034309666603803635, 0.02736763283610344, -0.034843672066926956, -0.002051529474556446, -0.04982911795377731, -0.07249085605144501, -0.002686700550839305, -0.026750193908810616, -0.07355885952711105, -0.054468266665935516, 0.030354710295796394, 0.0006998354801908135, -0.06471443921327591, -0.04555709660053253, -0.019090592861175537, 0.059808291494846344, -0.009879047982394695, 0.0256488136947155, 0.020725976675748825, -0.03504392132163048, 0.0218440443277359, 0.05553627014160156, -0.004159379750490189, -0.024480681866407394, -0.0008906996808946133, 0.0012713851174339652, -0.03924919292330742, 0.009144795127213001, 0.03544442355632782, -0.022611673921346664, 0.03414279222488403, 0.013950818218290806, -0.012073465622961521, 0.03681280463933945, 0.0007160015520639718, -0.07209035009145737, 0.026399753987789154, -0.0013047602260485291, 0.006412203423678875, -0.021226603537797928, -0.00780561612918973, -0.04482284560799599, -0.028452327474951744, -0.015244105830788612, -0.004272020887583494, 0.052599258720874786, -0.03961632028222084, 0.013950818218290806, -0.043888337910175323, 0.0016844028141349554, -0.01807265169918537, 0.0400501973927021, -0.003114319872111082, -0.02146022953093052, -0.04091795161366463, -0.05760553106665611, -0.030388085171580315, 0.062011051923036575, 0.03908231481909752, -0.09164819866418839, -0.04872773960232735, 0.0020254552364349365, 0.046424850821495056, 0.03355872631072998, 0.04609110206365585, 0.030938776209950447, 0.007488552015274763, 0.02137679234147072, -0.04155207797884941, 0.034409794956445694, -0.03771393373608589, -0.050429873168468475, -0.022361358627676964, -0.07476036250591278, 0.06678370386362076, -0.011414306238293648, -0.004178153350949287, 0.04382158815860748, -0.00846477597951889, -0.05954129248857498, 0.0214268546551466, 0.005456839222460985, -0.01481022872030735, -0.048494111746549606, 0.0072883013635873795, 0.0051356032490730286, -0.02578231319785118, 0.00991242378950119, -0.013400128111243248, 0.026216190308332443, 0.031022213399410248, 0.013016313314437866, -0.014952072873711586, -0.029987584799528122, 0.0440218411386013, -0.038882065564394, 0.01583651453256607, -0.012265372090041637, 0.034343041479587555, -0.0007415544241666794, -0.01788908801972866, 0.021143166348338127, -0.024080179631710052, -0.029203267768025398, -0.011022147722542286, -0.0003178462793584913, 0.03352535143494606, 0.016270391643047333, -0.06514831632375717, -0.007355051580816507, -0.03327503800392151, -0.00011009892477886751, -0.013950818218290806, 0.008443916216492653, 0.024380557239055634, -0.04582409933209419, 0.003564884653314948, -0.0016218243399634957, -0.013233251869678497, 0.011597868986427784, -0.04378821328282356, -0.044589217752218246, -0.06401356309652328, 0.006766814272850752, 0.02745107188820839, 0.04138520359992981, 0.01652904972434044, 0.01641223579645157, -0.014201131649315357, 0.05530264601111412, -0.002163127763196826, -0.0002028584131039679, -0.0756281167268753, 0.0025657156948000193, 0.06047579646110535, -0.07209035009145737, 0.010362988337874413, 0.03941606730222702, -0.0029098971281200647, -0.058072783052921295, -0.022912049666047096, -0.017438523471355438, 0.021209916099905968, 0.06294555962085724, -0.011764745227992535, -0.000196470195078291, -0.0032102735713124275, -0.0028097715694457293, 0.01096374075859785, 0.009345045313239098, -0.04255333170294762, 0.004000847693532705, 0.009378421120345592, -0.0873761773109436, 0.028435638174414635, 0.028285451233386993, 0.06835233420133591, 0.032357219606637955, -0.01565295085310936, 0.07342536002397537, 0.019240781664848328, 0.005511073861271143, -0.06521506607532501, 0.04468934237957001, 0.016262048855423927, 0.04488959535956383, 0.018623340874910355, 0.004236559849232435, -0.01168130710721016, -0.07242410629987717, -0.032440658658742905, 0.030771899968385696, -0.013233251869678497, 0.09098069369792938, 0.004676694516092539, 0.026249565184116364, -0.007279957644641399, -0.020642537623643875, 0.01194830797612667, 0.04535684734582901, 0.040484074503183365, -0.026216190308332443, 0.01957453228533268, -0.023262489587068558, -0.024630870670080185, -0.010171080939471722, -0.013692161068320274, -0.012807718478143215, -0.012190278619527817, 0.011172335594892502, -0.046024348586797714, -0.013383440673351288, -0.02127666585147381, 0.023262489587068558 ]
37,341
weewx
END_ARCHIVE_PERIOD
Event issued at the end of an archive period.
class END_ARCHIVE_PERIOD(object): """Event issued at the end of an archive period."""
()
[ 0.030351949855685234, 0.05533820390701294, -0.07390350848436356, 0.01694665476679802, 0.005794950760900974, -0.08592266589403152, -0.03056657686829567, 0.046824634075164795, -0.03784603625535965, -0.05083101987838745, -0.00045384839177131653, -0.03607535734772682, 0.055552829056978226, -0.02233917824923992, -0.04668154940009117, 0.03827529400587082, -0.014049178920686245, -0.009336309507489204, -0.06324365735054016, -0.03502010554075241, -0.003096453147009015, 0.0005483069689944386, -0.0260236207395792, -0.021659523248672485, 0.017161281779408455, 0.04918554052710533, -0.023072488605976105, -0.0025822408497333527, -0.039348430931568146, -0.06063235551118851, -0.012654097750782967, -0.07304500043392181, -0.022321291267871857, -0.01648162677884102, 0.0006830082857050002, 0.007900985889136791, -0.019709987565875053, 0.037309467792510986, -0.0708271786570549, 0.08477798104286194, 0.00599616440013051, 0.015050775371491909, 0.04006385803222656, 0.017170224338769913, 0.04156625270843506, 0.029046297073364258, -0.00157729082275182, -0.010695619508624077, 0.023644831031560898, -0.012582555413246155, 0.018815703690052032, 0.015015003271400928, 0.01488980371505022, -0.03537781536579132, -0.04503607004880905, 0.09393543750047684, 0.021319694817066193, 0.08778277039527893, -0.014058121480047703, 0.031299889087677, -0.007900985889136791, 0.025022024288773537, 0.05852184817194939, -0.030924290418624878, 0.040206942707300186, 0.014827203936874866, 0.02563013695180416, -0.004583198111504316, 0.01260044053196907, 0.054336607456207275, 0.05190415680408478, -0.021122952923178673, -0.0031322245486080647, 0.027919501066207886, 0.0260236207395792, -0.07919766008853912, -0.08656655251979828, 0.04539377987384796, -0.013906093314290047, -0.004507184028625488, 0.019352274015545845, -0.019477473571896553, 0.012564669363200665, 0.04371253028512001, 0.05444392189383507, -0.03528838977217674, 0.027132531628012657, -0.03716638311743736, -0.06624844670295715, 0.02582687884569168, 0.011330559849739075, -0.007954643107950687, -0.018252305686473846, -0.004234427586197853, -0.0072615742683410645, -0.034930676221847534, -0.013673580251634121, -0.006107949651777744, -0.018529534339904785, -0.039348430931568146, -0.013709351420402527, -0.03235514089465141, -0.014245920814573765, 0.015140202827751637, 0.015480030328035355, -0.015748314559459686, -0.03244457021355629, -0.0500798225402832, -0.040600426495075226, 0.009756622835993767, 0.04979364946484566, 0.018565304577350616, -0.0520472414791584, -0.02223186381161213, -0.007266045548021793, 0.0033312023151665926, -0.009559880010783672, 0.03342828154563904, -0.02684636227786541, -0.06953941285610199, 0.05988115817308426, -0.00614372082054615, -0.058092594146728516, 0.031997427344322205, 0.04342636093497276, -0.03448353335261345, -0.0262561347335577, 0.01847587712109089, 0.03632575646042824, -0.02246437780559063, 0.011294788680970669, 0.01093707513064146, 0.005669751204550266, -0.020049814134836197, 0.020085586234927177, -0.019620558246970177, 0.037667181342840195, 0.04460681229829788, -0.0814870223402977, 0.005075053311884403, -0.00098818214610219, 0.05480163171887398, 0.03314211219549179, -0.02332288771867752, -0.0032194170635193586, 0.028599156066775322, -0.06474605202674866, -0.015641001984477043, -0.04922131076455116, 0.024986254051327705, -0.0014699769672006369, -0.06578342616558075, -0.03079909086227417, 0.03358925133943558, 0.04110122472047806, -0.04360521584749222, -0.04664577543735504, 0.013986579142510891, -0.05608940124511719, -0.014871918596327305, -0.0026202478911727667, -0.015390601940453053, -0.010910246521234512, -0.03745255246758461, -0.0077936723828315735, 0.030316177755594254, 0.021695293486118317, -0.001057489076629281, -0.002828168449923396, 0.013163838535547256, -0.0399923138320446, 0.03734523802995682, -0.03924111649394035, 0.00724815996363759, -0.043927159160375595, 0.0824170783162117, 0.020371755585074425, 0.06639153510332108, 0.011321617290377617, -0.014254863373935223, 0.024753740057349205, -0.024396026507019997, -0.052619583904743195, 0.028312984853982925, 0.00081323814811185, -0.003753750817850232, -0.038525693118572235, 0.02207089215517044, 0.012028099969029427, -0.006134778261184692, -0.02164163812994957, -0.029761722311377525, -0.013378466479480267, -0.013333752751350403, -0.024521226063370705, -0.02720407396554947, -0.04943593963980675, 0.026274019852280617, 0.034966446459293365, 0.03215840086340904, -0.01960267312824726, 0.04786200076341629, -0.007216860074549913, -0.033714450895786285, 0.051761072129011154, 0.023501744493842125, 0.055552829056978226, -0.005687636788934469, -0.0842771828174591, -0.04661000519990921, -0.008070900104939938, -0.011724043637514114, -0.023573286831378937, 0.01166144385933876, 0.013521552085876465, -0.02895686775445938, -0.00004394560164655559, 0.01979941502213478, -0.033446166664361954, 0.048935141414403915, -0.01734013855457306, -0.003503351705148816, -0.014058121480047703, -0.0703621506690979, 0.04879205301403999, -0.01784093677997589, 0.060131557285785675, -0.02723984606564045, 0.03346405178308487, -0.04922131076455116, -0.02532608062028885, -0.005718936678022146, -0.03428679332137108, -0.023734258487820625, 0.06510376930236816, 0.013512608595192432, -0.046788863837718964, 0.011724043637514114, -0.06496068090200424, 0.008696897886693478, 0.02970806509256363, -0.00864771194756031, -0.02516511082649231, 0.05369272455573082, 0.01199232880026102, -0.03791758045554161, 0.020711584016680717, 0.09186070412397385, -0.03383965045213699, 0.00029483376420103014, 0.02657807618379593, -0.0414947085082531, -0.017071854323148727, 0.01752793788909912, 0.04292556270956993, 0.004310441669076681, -0.01052570529282093, -0.005374637898057699, 0.04507184028625488, 0.01992461457848549, 0.03416159376502037, 0.003617372829467058, -0.03877609223127365, 0.03228360041975975, 0.04546532407402992, 0.027919501066207886, 0.028169900178909302, -0.05086679011583328, -0.008061956614255905, 0.01795719377696514, 0.11618518829345703, -0.06478182971477509, -0.05787796527147293, -0.026327677071094513, -0.01874416135251522, 0.0017326724482700229, 0.014827203936874866, -0.04213859140872955, -0.016732025891542435, -0.012278499081730843, 0.02657807618379593, 0.033785995095968246, 0.031049489974975586, 0.035717643797397614, -0.018422219902276993, -0.004234427586197853, -0.035431474447250366, 0.03158605843782425, 0.019781529903411865, 0.010615133680403233, 0.00211386033333838, 0.019280731678009033, 0.02829509973526001, -0.009443623945116997, 0.052154555916786194, 0.047289662063121796, 0.00981922261416912, -0.029457665979862213, 0.06961095333099365, 0.007994885556399822, 0.02888532541692257, 0.028473956510424614, -0.019119760021567345, -0.03909803181886673, -0.11425353586673737, 0.03716638311743736, 0.05562437325716019, 0.02344808727502823, 0.02414562739431858, -0.03568187355995178, 0.04238899052143097, 0.029064182192087173, -0.039741914719343185, 0.019745757803320885, 0.0058799078688025475, 0.05941613018512726, -0.009255824610590935, -0.025272423401474953, 0.022017236799001694, 0.06832318753004074, -0.0697898119688034, 0.028187785297632217, 0.04661000519990921, -0.02974383719265461, 0.07211494445800781, -0.03401850908994675, -0.02872435562312603, 0.0636371448636055, 0.001839986303821206, -0.033088453114032745, -0.060203101485967636, -0.05369272455573082, 0.03174702823162079, 0.029046297073364258, -0.04632383584976196, -0.0296186376363039, 0.01671414077281952, -0.039777688682079315, 0.057269852608442307, -0.006912803743034601, 0.009184281341731548, 0.006926218047738075, -0.03237302601337433, 0.06868089735507965, 0.02180260792374611, -0.03688021004199982, 0.004140527918934822, -0.011527301743626595, 0.09894341975450516, -0.03514530509710312, 0.004292556084692478, 0.04356944561004639, -0.041852422058582306, 0.0250399112701416, 0.03795335069298744, -0.03984922915697098, 0.04453527182340622, -0.0573771670460701, -0.040171172469854355, -0.0069932895712554455, 0.01765313744544983, 0.02536185272037983, -0.022213978692889214, -0.044749896973371506, -0.0525122694671154, 0.04199550673365593, -0.0071184891276061535, -0.0021194496657699347, 0.07161414623260498, -0.03902649134397507, -0.03053080476820469, -0.008424141444265842, 0.04403447359800339, 0.020711584016680717, 0.005955921486020088, 0.0027208547107875347, 0.030262520536780357, 0.004636854864656925, -0.050580620765686035, -0.003798465011641383, 0.012868725694715977, 0.001332480926066637, -0.05383580923080444, 0.019119760021567345, 0.004538483917713165, 0.017706794664263725, 0.02688213251531124, 0.010498876683413982, -0.006076649762690067, 0.05777065083384514, 0.035717643797397614, -0.018833590671420097, -0.05977384373545647, -0.022839976474642754, -0.056840598583221436, -0.053406551480293274, -0.03534204512834549, 0.00744490185752511, -0.0025330553762614727, -0.021230267360806465, 0.04771891608834267, 0.02470008283853531, -0.012779297307133675, 0.004802297335118055, 0.04610920697450638, -0.049328625202178955, 0.03881186246871948, -0.03881186246871948, -0.034107934683561325, -0.010793990455567837, 0.013798779807984829, -0.029046297073364258, -0.07125642895698547, -0.037273697555065155, 0.014880861155688763, -0.027973158285021782, 0.0013414238346740603, -0.0650322288274765, 0.04238899052143097, -0.07776680588722229, -0.02582687884569168, 0.0395272895693779, 0.05963075906038284, 0.02520088106393814, -0.01937015913426876, -0.03299902379512787, 0.019459588453173637, 0.02908206731081009, -0.0076818871311843395, 0.0018489290960133076, 0.019155532121658325, 0.0339648500084877, -0.11425353586673737, -0.0023117202799767256, 0.04818394407629967, -0.025773221626877785, -0.01800190657377243, -0.07157837599515915, -0.01581091433763504, 0.0187799334526062, -0.046359606087207794, 0.053048837929964066, 0.04575149342417717, 0.019030332565307617, 0.03945574536919594, -0.05229764059185982, -0.022017236799001694, -0.01913764700293541, 0.06256400793790817, -0.018091335892677307, -0.016177570447325706, 0.01937015913426876, 0.020139243453741074, -0.0077444869093596935, -0.0038007006514817476, -0.12269556522369385, 0.010847646743059158, -0.02328711748123169, -0.012350041419267654, -0.09279075264930725, -0.05290575325489044, 0.03358925133943558, -0.03264131397008896, -0.049328625202178955, 0.010042793117463589, 0.03625421226024628, 0.0078115579672157764, -0.02958286553621292, -0.030387720093131065, 0.055946316570043564, 0.027919501066207886, -0.01032896339893341, -0.032820168882608414, -0.0028706470038741827, -0.014934518374502659, -0.013315866701304913, 0.011357388459146023, 0.02074735425412655, -0.027365045621991158, -0.029207266867160797, 0.0587722472846508, 0.013199609704315662, -0.012752468697726727, 0.034072164446115494, -0.014666233211755753, 0.015462145209312439, 0.03337462246417999, -0.03573552891612053, -0.004379748832434416, -0.024091972038149834, -0.0390622615814209, 0.00396390724927187, 0.026703275740146637, 0.011017560958862305, 0.06821586936712265, -0.02437814138829708, 0.026130935177206993, 0.06113315373659134, -0.012135413475334644, -0.036844439804553986, 0.006501433905214071, 0.004290320444852114, 0.016884054988622665, -0.04872051253914833, 0.0078115579672157764, -0.053800035268068314, -0.051761072129011154, -0.029260924085974693, -0.011473644524812698, -0.013825607486069202, 0.062206294387578964, 0.014523148536682129, 0.016222285106778145, 0.0011972207576036453, -0.004672626033425331, 0.0162848848849535, 0.01972787268459797, 0.03056657686829567, 0.03147874400019646, 0.043068647384643555, 0.001082640839740634, -0.01835067756474018, 0.0315324030816555, -0.019888844341039658, -0.03307056799530983, -0.04246053472161293, -0.03691598400473595, -0.009720850735902786, -0.020997753366827965, 0.02266111969947815, 0.01395080704241991, -0.019781529903411865, 0.016186513006687164, -0.009497280232608318, 0.014371120370924473, 0.10094661265611649, -0.07833915203809738, -0.01917341724038124, -0.04246053472161293, 0.034411992877721786, -0.01844010502099991, 0.019352274015545845, 0.02351963147521019, 0.006640047766268253, 0.0025554122403264046, 0.019620558246970177, 0.013137009926140308, -0.03235514089465141, 0.05998847261071205, 0.05033022165298462, 0.03623632714152336, -0.004509419668465853, 0.032855939120054245, -0.017384853214025497, -0.007127431686967611, 0.012904496863484383, 0.048863597214221954, -0.014827203936874866, 0.048899367451667786, -0.008772911503911018, -0.06045350059866905, 0.04610920697450638, 0.0011659208685159683, 0.02868858352303505, 0.0069932895712554455, 0.04593035206198692, 0.09279075264930725, -0.02266111969947815, 0.012743526138365269, 0.05419352278113365, -0.018636848777532578, -0.012555726803839207, 0.004668154753744602, -0.07311654090881348, 0.014621519483625889, 0.01815393567085266, -0.01009644940495491, -0.009452566504478455, -0.016526341438293457, -0.04786200076341629, 0.008598526939749718, -0.04525069519877434, 0.015292230993509293, -0.09901496022939682, -0.06703542172908783, 0.013414237648248672, -0.0068054902367293835, 0.012788239866495132, 0.017671022564172745, 0.0359322726726532, -0.020926211029291153, -0.016687311232089996, -0.0008585112518630922, -0.009027781896293163, 0.018457992002367973, 0.02253592014312744, 0.029296696186065674, -0.041351623833179474, -0.05444392189383507, -0.012976039201021194, 0.04002808779478073, 0.05548128858208656, -0.0037828150670975447, 0.057627566158771515, 0.04052888602018356, 0.011741929687559605, 0.007422544993460178, -0.013163838535547256, -0.04900668188929558, -0.009559880010783672, -0.0250399112701416, 0.011947614140808582, 0.01293132547289133, 0.02704310417175293, 0.028438184410333633, -0.025093568488955498, 0.0014699769672006369, 0.01479143276810646, -0.0007349884836003184, 0.020961983129382133, -0.021230267360806465, 0.04525069519877434, -0.024360256269574165, 0.03249822556972504, -0.053406551480293274, -0.004583198111504316, 0.0029869035352021456, -0.03174702823162079, 0.011947614140808582, -0.05662596970796585, -0.03249822556972504, 0.04911399632692337, -0.003091981867328286, -0.10345060378313065, 0.011312673799693584, -0.01835067756474018, -0.025451280176639557, -0.015050775371491909, 0.03548512980341911, -0.04356944561004639, 0.04303287714719772, -0.012779297307133675, -0.027722759172320366, -0.0016108263516798615, -0.022875746712088585, 0.06195589527487755, -0.010024907067418098, -0.017322253435850143, -0.020961983129382133, -0.051009874790906906, 0.043927159160375595, -0.004203127697110176, -0.011008618399500847, 0.0262561347335577, -0.01573937200009823, 0.02723984606564045, 0.021981464698910713, -0.009524108842015266, 0.02664961852133274, 0.02430659905076027, -0.017510052770376205, -0.03468027710914612, -0.05129604414105415, -0.015131260268390179, 0.03870454803109169, -0.028348756954073906, -0.035717643797397614, 0.01643691211938858, 0.015041831880807877, 0.0086655979976058, 0.03741678223013878, 0.01730436645448208, 0.10323597490787506, 0.016651540994644165, -0.0067741903476417065, -0.054265063256025314, 0.018994560465216637, 0.037667181342840195, 0.07926920056343079, -0.005312038119882345, 0.015238574706017971, 0.0014096128288656473, -0.0010340141598135233, -0.09200378507375717, 0.04378407448530197, 0.0848495289683342, -0.011616730131208897, -0.03369656577706337, 0.02532608062028885, -0.08306096494197845, 0.007695300970226526, -0.01167932990938425, -0.06435257196426392, -0.007185560185462236, 0.0296186376363039, -0.019030332565307617, -0.02918938174843788, 0.0073554739356040955, -0.005401466507464647, -0.010829761624336243, 0.052190329879522324, 0.0341973640024662, 0.04732543230056763, 0.00907696783542633, 0.019244959577918053, -0.00867006927728653, -0.03423313423991203, -0.013888207264244556, 0.057198312133550644, -0.007364416494965553, -0.015068660490214825, 0.065604567527771, 0.006783132907003164, -0.031371429562568665, 0.055195119231939316, -0.019513245671987534, -0.01023059245198965, 0.022249748930335045, -0.004377513192594051, 0.03317788243293762, -0.04843434318900108, 0.016857225447893143, 0.030673891305923462, -0.015605229884386063, 0.006577447988092899, 0.0015672300942242146, -0.004672626033425331, 0.033714450895786285, 0.008679011836647987, 0.0315324030816555, -0.0038074078038334846, 0.01956690102815628, -0.027168303728103638, 0.02974383719265461, 0.01765313744544983, 0.005379109643399715, -0.06589073687791824, -0.011607787571847439, 0.03920534625649452, 0.05862916260957718, -0.012475240975618362, 0.004967739339917898, 0.03902649134397507, -0.02786584384739399, -0.0221424363553524, -0.02908206731081009, -0.07322385162115097, 0.03333885222673416, 0.028867440298199654, -0.006519319489598274, -0.013190667144954205, -0.0017002546228468418, -0.011330559849739075, 0.012081757187843323, -0.010659847408533096, -0.022213978692889214, 0.014156492426991463, 0.04829125478863716, -0.006067706737667322, 0.026721162721514702, -0.02371637336909771, -0.04231745004653931, 0.030190978199243546, 0.024020427837967873, 0.012877668254077435, 0.02407408505678177, -0.04081505537033081, 0.03823952004313469 ]
37,342
weewx
Event
Represents an event.
class Event(object): """Represents an event.""" def __init__(self, event_type, **argv): self.event_type = event_type for key in argv: setattr(self, key, argv[key]) def __str__(self): """Return a string with a reasonable representation of the event.""" et = "Event type: %s | " % self.event_type s = "; ".join("%s: %s" % (k, self.__dict__[k]) for k in self.__dict__ if k != "event_type") return et + s
(event_type, **argv)
[ 0.013175428844988346, 0.032990146428346634, -0.028826525434851646, -0.06087891757488251, 0.028995320200920105, -0.07877124845981598, 0.008711724542081356, 0.039835743606090546, 0.029951827600598335, -0.04553728178143501, -0.04294908419251442, 0.027682466432452202, -0.02190590836107731, 0.029576726257801056, -0.01402878388762474, 0.025750694796442986, -0.008280358277261257, 0.0006915927515365183, -0.013784968294203281, -0.04576234146952629, 0.015557320788502693, 0.012828459963202477, -0.00829442497342825, 0.003106306539848447, 0.04362426698207855, 0.08042169362306595, -0.007216008845716715, -0.010296527296304703, 0.017789172008633614, -0.05724043771624565, -0.03769766539335251, -0.06219177320599556, -0.013559906743466854, -0.015032179653644562, -0.04171124845743179, -0.028882790356874466, -0.022018438205122948, 0.03480938822031021, -0.07502023130655289, 0.018426844850182533, 0.014535170048475266, -0.0016961605288088322, -0.025488123297691345, 0.04268651083111763, 0.0402858667075634, 0.013944385573267937, 0.01578238233923912, 0.03674115985631943, -0.05840324983000755, -0.036759912967681885, -0.008646082133054733, 0.008369444869458675, 0.03683493286371231, 0.00034169372520409524, -0.0660553127527237, 0.05431465059518814, 0.04062345623970032, 0.05026355758309364, -0.038560401648283005, 0.0623043030500412, -0.04970090463757515, 0.09850156307220459, 0.05667778477072716, -0.024062739685177803, -0.019805341958999634, -0.07967148721218109, -0.008252225816249847, 0.02423153445124626, -0.014882138930261135, 0.0142725994810462, 0.026182061061263084, -0.020030401647090912, -0.010455944575369358, 0.0031461610924452543, 0.014816495589911938, -0.03495942801237106, -0.13113537430763245, 0.05491480976343155, 0.011656268499791622, 0.05926598235964775, 0.002489733975380659, -0.006775264628231525, -0.07749590277671814, 0.012359583750367165, 0.02886403538286686, -0.020555544644594193, -0.07400745898485184, -0.023143742233514786, -0.03203364089131355, 0.0069581265561282635, -0.017048347741365433, -0.005992241203784943, -0.05660276487469673, 0.06530511379241943, -0.029276646673679352, -0.027176080271601677, 0.006812775041908026, -0.027607446536421776, 0.005617139860987663, 0.006465806160122156, -0.0009570940746925771, -0.03642232343554497, 0.014900893904268742, -0.010409057140350342, -0.039310600608587265, -0.02121197059750557, -0.018108008429408073, -0.0062032355926930904, -0.024475350975990295, 0.028245117515325546, 0.022712375968694687, -0.014807118102908134, -0.05682782828807831, -0.017470337450504303, 0.0029046896379441023, 0.013775589875876904, -0.003715845989063382, 0.0022259908728301525, -0.005476477090269327, -0.037510115653276443, 0.022674866020679474, 0.030214399099349976, -0.03668489307165146, 0.036366056650877, 0.000853941251989454, 0.005392079241573811, -0.024925472214818, -0.03597220033407211, 0.00943848304450512, -0.04538724198937416, 0.02918286994099617, -0.016945194453001022, -0.008646082133054733, 0.020105423405766487, 0.02025546319782734, -0.008242848329246044, -0.003136783605441451, 0.021662091836333275, -0.014797740615904331, 0.029164114966988564, 0.02982054278254509, 0.06054132804274559, 0.036328546702861786, 0.0016293457010760903, -0.036966219544410706, -0.004496525041759014, 0.0023373491130769253, -0.0199928916990757, -0.002281083958223462, 0.03889799118041992, 0.014356996864080429, -0.02901407517492771, -0.025319328531622887, 0.01047470048069954, 0.02785126119852066, -0.023406311869621277, -0.025019247084856033, -0.05686533823609352, -0.010802913457155228, 0.0023912698961794376, -0.011862574145197868, -0.034321755170822144, 0.005748425144702196, -0.007553599774837494, -0.007839614525437355, 0.00791932363063097, 0.06481748074293137, 0.021230725571513176, 0.025169288739562035, 0.011928217485547066, -0.0330464132130146, -0.01976783201098442, -0.01632627844810486, 0.08334747701883316, 0.005574941169470549, 0.08574812859296799, -0.022506069391965866, 0.03801650181412697, 0.0005441897665150464, -0.0643298476934433, 0.044787079095840454, -0.01520097441971302, -0.026069531217217445, -0.00486224889755249, 0.024269046261906624, -0.04197382181882858, 0.0013292647199705243, 0.03321520984172821, 0.024156514555215836, -0.013372357003390789, -0.022506069391965866, -0.0307207852602005, -0.04336169362068176, 0.03736007586121559, -0.009658855386078358, 0.018698792904615402, -0.07153179496526718, -0.025900734588503838, 0.0076379976235330105, 0.0151447094976902, -0.043136633932590485, 0.07734586298465729, -0.016823288053274155, -0.019730322062969208, 0.011281167156994343, -0.017882948741316795, 0.06342960894107819, -0.01573549397289753, -0.005387390498071909, -0.06560519337654114, 0.034771878272295, -0.04857560247182846, 0.018408089876174927, 0.016410676762461662, 0.03150849789381027, -0.006939371582120657, 0.03979823365807533, 0.01807049848139286, -0.03642232343554497, 0.021962173283100128, 0.07914634793996811, 0.022130968049168587, 0.022993700578808784, 0.0040159267373383045, -0.008650770410895348, -0.007820859551429749, 0.018989495933055878, -0.00486224889755249, -0.03302765637636185, 0.0022822562605142593, 0.03599095717072487, -0.01015586405992508, -0.01430073194205761, 0.03177106752991676, 0.017160877585411072, 0.04002329334616661, 0.003983105532824993, -0.0227498859167099, -0.04730025678873062, -0.0411485992372036, 0.05577754229307175, 0.006545515265315771, -0.032389987260103226, 0.006245434284210205, 0.06785579770803452, -0.055139873176813126, 0.033777859061956406, 0.06699306517839432, -0.0710066482424736, -0.0004958368372172117, 0.039310600608587265, 0.015557320788502693, -0.018426844850182533, 0.00471924152225256, -0.038185298442840576, 0.029839297756552696, 0.010962331667542458, 0.0199928916990757, 0.020274218171834946, 0.004006549250334501, -0.010540342889726162, 0.01589491218328476, 0.037397585809230804, 0.08792371302843094, 0.03539079427719116, -0.00837413314729929, 0.004386339336633682, -0.01747971400618553, -0.02822636254131794, -0.006493939086794853, 0.13548654317855835, -0.015097822062671185, -0.010352792218327522, 0.036441076546907425, -0.060241248458623886, -0.049775924533605576, -0.014122558757662773, -0.025056757032871246, -0.02509426884353161, -0.03297139331698418, 0.030383193865418434, 0.00897898431867361, 0.050788696855306625, 0.037078749388456345, 0.008369444869458675, -0.024250289425253868, 0.019730322062969208, 0.019917871803045273, 0.04790041968226433, 0.006742443423718214, 0.05367697775363922, 0.012190788052976131, 0.02605077624320984, -0.02918286994099617, -0.023293782025575638, 0.040585946291685104, -0.006221990566700697, -0.004308974836021662, 0.04411189630627632, -0.03871044144034386, 0.05521489307284355, -0.0227498859167099, 0.011121749877929688, -0.01647631824016571, -0.09032435715198517, 0.030176889151334763, 0.002193169668316841, -0.021380767226219177, 0.029426686465740204, -0.06455490738153458, 0.018989495933055878, 0.024737922474741936, -0.04032337665557861, 0.06369217485189438, -0.023293782025575638, 0.09640099853277206, 0.00962134450674057, -0.04613744467496872, 0.01086855586618185, 0.06166663020849228, 0.0007320333970710635, -0.013475509360432625, 0.044937118887901306, -0.010624740272760391, 0.05922847241163254, 0.01620437018573284, -0.0446370393037796, 0.0042784977704286575, 0.025150533765554428, -0.03355279937386513, -0.012856592424213886, -0.05183898285031319, 0.010455944575369358, 0.033140186220407486, -0.03336524963378906, -0.024325311183929443, -0.044036876410245895, 0.01267841923981905, -0.00563589483499527, -0.051801469177007675, 0.034471798688173294, 0.04051092639565468, -0.04396185651421547, 0.035315774381160736, 0.03961068391799927, -0.036441076546907425, -0.026988528668880463, -0.0019645923748612404, 0.05682782828807831, -0.05750300735235214, -0.005790624301880598, 0.006779953371733427, -0.013653682544827461, -0.01802361011505127, 0.05979112535715103, -0.03334649279713631, 0.006536137778311968, -0.08117189258337021, -0.0038729195948690176, -0.014263221994042397, 0.05480227991938591, -0.008008410222828388, 0.007366049103438854, -0.04257398098707199, -0.0475253164768219, 0.009415038861334324, 0.05649023503065109, -0.017095236107707024, 0.04827551916241646, 0.02779499627649784, -0.010990464128553867, 0.002163864905014634, -0.011843819171190262, 0.009311886504292488, -0.0031836710404604673, -0.03182733431458473, 0.04857560247182846, 0.01549167837947607, -0.036497343331575394, -0.03621601685881615, -0.028132587671279907, 0.00723007507622242, -0.009340018965303898, 0.04523720219731331, -0.02385643497109413, 0.024475350975990295, 0.0201429333537817, 0.05048861727118492, 0.059453535825014114, 0.052964285016059875, -0.06826841086149216, -0.005190462339669466, -0.009133713319897652, 0.008167827501893044, -0.01834244653582573, -0.02365012839436531, -0.009630721993744373, 0.019092649221420288, -0.06973131000995636, 0.031077131628990173, -0.005748425144702196, -0.01764851063489914, -0.06845596432685852, 0.01560420822352171, 0.029257891699671745, -0.015819892287254333, -0.010831045918166637, -0.011046729050576687, 0.0031813266687095165, 0.02199968323111534, 0.05416460707783699, -0.029520461335778236, -0.09062444418668747, -0.054239626973867416, 0.019655300304293633, -0.03126468136906624, -0.02721359021961689, -0.05341440439224243, 0.04051092639565468, -0.03927309066057205, -0.03428424522280693, 0.02706354856491089, -0.0008299113251268864, 0.0005978174740448594, 0.03640356659889221, 0.030645765364170074, 0.0037088128738105297, 0.026088286191225052, 0.08102185279130936, 0.02657591737806797, -0.05292677506804466, 0.04808796942234039, -0.06939371675252914, -0.03394665569067001, 0.004025304224342108, -0.03259629011154175, 0.009494747966527939, -0.06327956914901733, 0.014666455797851086, 0.06778077781200409, -0.09752630442380905, -0.012172033078968525, 0.018755057826638222, 0.058440759778022766, -0.020930644124746323, -0.030739540234208107, -0.0475253164768219, 0.015866778790950775, 0.06369217485189438, -0.03355279937386513, 0.02689475379884243, 0.03439677506685257, -0.019749077036976814, -0.06192920356988907, 0.08612322807312012, -0.09437545388936996, -0.060991451144218445, 0.03529702126979828, -0.013409866951406002, -0.029895562678575516, -0.07610802352428436, -0.026219571009278297, -0.032765086740255356, -0.05502733960747719, -0.026557162404060364, 0.034152962267398834, 0.032558780163526535, 0.004100324586033821, -0.03812903165817261, 0.023425068706274033, 0.023631373420357704, 0.026069531217217445, 0.000984640559181571, 0.036872442811727524, -0.03495942801237106, 0.02164333686232567, -0.012819082476198673, -0.05611513555049896, -0.035372041165828705, -0.026988528668880463, 0.028413914144039154, -0.016457563266158104, 0.03034568391740322, 0.04234892129898071, -0.016148105263710022, 0.01588553376495838, 0.05566501244902611, -0.03964819386601448, -0.002310388721525669, 0.02318125218153, -0.040473416447639465, 0.05165142938494682, 0.0320148840546608, -0.04561230167746544, 0.04204884171485901, 0.0036056600511074066, -0.026819733902812004, 0.05900341272354126, -0.03205239400267601, 0.025000492110848427, 0.028376402333378792, -0.0010620051762089133, -0.010352792218327522, -0.0788462683558464, 0.02573193982243538, -0.02205594815313816, -0.01355052925646305, 0.042123861610889435, -0.022412294521927834, -0.0006874901009723544, 0.054727260023355484, -0.007272273767739534, 0.046962667256593704, -0.028038812801241875, 0.029464196413755417, -0.03465934842824936, -0.006794020067900419, 0.044937118887901306, -0.0022740508429706097, 0.04741278663277626, 0.024587880820035934, 0.048500578850507736, 0.019692812114953995, -0.02610704116523266, -0.02040550298988819, -0.028451424092054367, -0.006315765902400017, 0.0072957174852490425, 0.015107199549674988, 0.058065660297870636, 0.022524824365973473, 0.018680037930607796, -0.029520461335778236, 0.04298659414052963, -0.009958935901522636, 0.0640297681093216, 0.007056590635329485, 0.029689257964491844, 0.03381536900997162, -0.0015625307569280267, 0.022149723023176193, 0.01620437018573284, 0.02066807448863983, 0.011993859894573689, -0.0038776083383709192, -0.024269046261906624, 0.03400292247533798, 0.005710915196686983, -0.010981086641550064, -0.03555959090590477, -0.037716422230005264, -0.038672931492328644, -0.010634117759764194, 0.033627819269895554, -0.020705584436655045, -0.036872442811727524, 0.06673049926757812, -0.01299725566059351, 0.0191301591694355, 0.02695101872086525, -0.05784060060977936, 0.0279637910425663, -0.013878743164241314, 0.018351824954152107, -0.028095077723264694, 0.038091521710157394, 0.016391921788454056, -0.005204528570175171, -0.002689006505534053, 0.017423449084162712, 0.019580280408263206, 0.024306556209921837, -0.004470737185329199, -0.02381892316043377, -0.0350719578564167, 0.04381181672215462, -0.011421830393373966, 0.08094683289527893, 0.0003264552215114236, 0.004648909904062748, -0.014825874008238316, -0.03619726374745369, -0.07689573615789413, -0.06166663020849228, -0.038822971284389496, 0.04197382181882858, 0.031077131628990173, -0.03327147290110588, -0.014572679996490479, 0.00451996922492981, -0.010671627707779408, -0.06965629011392593, 0.002848424483090639, 0.05281424522399902, 0.03512822464108467, -0.05667778477072716, 0.08162201195955276, -0.01464770082384348, -0.05315183475613594, -0.04426193609833717, -0.03336524963378906, -0.0195615254342556, 0.025263063609600067, 0.004590300377458334, 0.045312222093343735, -0.034415531903505325, -0.01743282750248909, 0.02651965245604515, -0.05712790787220001, 0.03254002705216408, -0.012462736107409, 0.053864527493715286, -0.03291512653231621, 0.04857560247182846, 0.06001618504524231, -0.0015449479687958956, -0.00909151416271925, 0.03640356659889221, 0.03812903165817261, 0.014610189944505692, 0.01015586405992508, 0.04279904440045357, -0.025656919926404953, -0.00007003841892583296, -0.05183898285031319, -0.0527392253279686, -0.01549167837947607, -0.04602491483092308, -0.007750527933239937, -0.12153277546167374, 0.030064359307289124, -0.014450772665441036, -0.010399679653346539, -0.1208575963973999, -0.009199355728924274, 0.00027370662428438663, 0.00625950051471591, -0.011928217485547066, -0.012875347398221493, 0.03482814505696297, 0.02434406615793705, -0.012687796726822853, -0.03302765637636185, -0.027494914829730988, 0.006250123027712107, 0.07048150897026062, -0.02066807448863983, -0.043511733412742615, 0.025075512006878853, -0.06943122297525406, 0.076520636677742, 0.015960555523633957, -0.012284562923014164, 0.07539533078670502, 0.0076379976235330105, 0.04906323179602623, -0.03325271978974342, -0.027194835245609283, 0.0283951573073864, -0.005340503063052893, -0.014206957072019577, 0.037510115653276443, 0.024569125846028328, -0.037660155445337296, 0.015566698275506496, -0.009349396452307701, -0.02333129197359085, 0.010324659757316113, -0.008866453543305397, 0.061441570520401, 0.01259402185678482, -0.018736302852630615, 0.0710066482424736, -0.006911239121109247, -0.0033196453005075455, -0.05221408233046532, 0.0255068801343441, 0.043399203568696976, 0.012293940410017967, -0.06335458904504776, -0.005682782735675573, -0.022093458101153374, 0.020761849358677864, -0.08687342703342438, 0.024306556209921837, 0.022037193179130554, 0.03193986415863037, -0.0055092982947826385, 0.029895562678575516, -0.05018853768706322, -0.0042784977704286575, -0.0064611174166202545, -0.014422640204429626, -0.02141827717423439, 0.014582057483494282, -0.06121651083230972, -0.000680456985719502, -0.0623043030500412, -0.0128941023722291, -0.012762817554175854, 0.06733065843582153, 0.03195862099528313, 0.005448344629257917, 0.001881366828456521, -0.01801423355937004, 0.003324334044009447, -0.011815686710178852, -0.00015912494563963264, 0.08372257649898529, -0.0059687974862754345, -0.00916653499007225, 0.0223185196518898, 0.017292164266109467, 0.0005383287789300084, 0.07637059688568115, 0.005293615162372589, -0.0022353685926645994, 0.04805045947432518, -0.02184964343905449, 0.003659580834209919, -0.013513019308447838, -0.020292973145842552, 0.012265807949006557, -0.00716443220153451, 0.032071150839328766, -0.027926281094551086, -0.027194835245609283, -0.008120940066874027, -0.00922279991209507, -0.012697174213826656, -0.027344875037670135, -0.02078060433268547, -0.03246500715613365, 0.02168084681034088, 0.017826683819293976, -0.010380924679338932, 0.008702347055077553, -0.03743509575724602, 0.04651254415512085, 0.0350719578564167, -0.0475253164768219, 0.043511733412742615, 0.03109588660299778, -0.026744714006781578, 0.01732967421412468, -0.021512052044272423, -0.010962331667542458, 0.004932580515742302, 0.014628945849835873, 0.004325385205447674, -0.007928701117634773, 0.041223619133234024, -0.038560401648283005, -0.01150622870773077, 0.019786586984992027, -0.04703768715262413, -0.01530412770807743, 0.0159417986869812, 0.029351666569709778, -0.028413914144039154, -0.06594278663396835, -0.044562019407749176, -0.005912532098591328, -0.01047470048069954, 0.0378289520740509, 0.053189344704151154, 0.006442362442612648, -0.001581285847350955 ]
37,343
weewx
__init__
null
def __init__(self, event_type, **argv): self.event_type = event_type for key in argv: setattr(self, key, argv[key])
(self, event_type, **argv)
[ 0.005566451698541641, 0.02907118760049343, -0.03406180068850517, -0.05971284583210945, -0.007014776114374399, -0.015652373433113098, 0.0043384297750890255, 0.060306135565042496, 0.010365117341279984, 0.011080554686486721, -0.037342339754104614, 0.05510612577199936, -0.012773174792528152, 0.028826890513300896, -0.022771848365664482, -0.011534246616065502, 0.024063125252723694, 0.04173966497182846, -0.0005052231135778129, -0.03636515885591507, 0.008489275351166725, 0.014221498742699623, -0.0030973204411566257, 0.0412161722779274, 0.04118127375841141, 0.07496387511491776, 0.0077825626358389854, 0.020712783560156822, 0.07656925171613693, -0.05384974926710129, -0.013933579437434673, -0.027605412527918816, -0.025424201041460037, 0.04498530551791191, 0.006495648063719273, -0.05433833971619606, -0.04673027619719505, 0.05144169181585312, -0.06903098523616791, 0.04826584830880165, 0.06732091307640076, -0.02331278845667839, -0.01820002868771553, 0.04205375909805298, 0.050848402082920074, 0.04303093999624252, -0.009771827608346939, -0.002837756182998419, -0.030240315943956375, -0.03186313807964325, -0.03671415150165558, -0.0014712271513417363, 0.059014856815338135, -0.0035488312132656574, -0.0442524179816246, 0.10253439098596573, 0.04100677743554115, 0.05398934707045555, -0.051651086658239365, 0.048824239522218704, -0.06589003652334213, 0.05398934707045555, 0.018304726108908653, -0.014317472465336323, -0.018985265865921974, -0.07238132506608963, -0.04372892901301384, 0.02868729457259178, 0.0069886017590761185, 0.018514122813940048, 0.030955754220485687, -0.013628209941089153, -0.017179220914840698, -0.03402689844369888, 0.03425374627113342, 0.000452874053735286, -0.11426058411598206, 0.04383362829685211, 0.001954365521669388, 0.07964039593935013, -0.011359749361872673, 0.022422853857278824, -0.08382832258939743, 0.007171823643147945, 0.006966789718717337, 0.018339626491069794, -0.06505244970321655, -0.04543899744749069, -0.015198681503534317, 0.00106334057636559, -0.03762153536081314, 0.0006227358826436102, -0.03366045653820038, 0.0442524179816246, -0.006761755794286728, -0.020887281745672226, 0.010679211467504501, -0.031269848346710205, 0.0028050378896296024, 0.016551032662391663, -0.011150353588163853, -0.05674639716744423, 0.05220947787165642, -0.04505510628223419, 0.00007252528303069994, -0.04505510628223419, -0.018915466964244843, -0.023208091035485268, -0.024098025634884834, 0.04048328474164009, 0.029123535379767418, -0.003592455293983221, -0.03517857939004898, 0.010653036646544933, -0.04376382753252983, 0.04257724806666374, -0.006373499985784292, 0.0029380919877439737, 0.019892649725079536, -0.014361096546053886, 0.009510082192718983, 0.02716916985809803, -0.008327865973114967, 0.059014856815338135, 0.012223509140312672, 0.015312104485929012, -0.012406731024384499, -0.00930941104888916, 0.011412099003791809, -0.027954407036304474, 0.021777216345071793, -0.026052391156554222, -0.029856422916054726, 0.0011124179000034928, -0.0045805443078279495, -0.019020164385437965, -0.014561767689883709, 0.0208000335842371, -0.029332932084798813, -0.004528195131570101, 0.03636515885591507, 0.05147659033536911, 0.04365912824869156, -0.021812114864587784, -0.03559737280011177, 0.03182823956012726, 0.00635168794542551, 0.004392960108816624, -0.0009722750401124358, 0.047602761536836624, 0.005780210718512535, 0.0010180805111303926, -0.014221498742699623, 0.02498795837163925, 0.011900690384209156, -0.029489979147911072, -0.0507437027990818, 0.0007399760070256889, -0.010234244167804718, 0.01287787314504385, -0.009239612147212029, -0.013828881084918976, -0.012930221855640411, -0.008676859550178051, -0.00655235955491662, -0.017903383821249008, 0.04219335690140724, 0.0032849046401679516, 0.021079227328300476, 0.02873964235186577, -0.0036295359022915363, -0.039820197969675064, 0.004449671600013971, 0.07838401943445206, 0.03502153232693672, 0.06578534096479416, -0.010208070278167725, -0.010862433351576328, 0.02552890032529831, -0.017615463584661484, 0.001289095962420106, 0.010618137195706367, -0.006338600534945726, 0.006116116885095835, 0.03486448526382446, -0.012363106943666935, -0.001707888557575643, 0.048405446112155914, 0.00900404155254364, -0.00622953986749053, 0.025860443711280823, -0.0030536961276084185, -0.03636515885591507, 0.016428885981440544, 0.02006714604794979, 0.04529939964413643, -0.05678129941225052, -0.011429548263549805, -0.027570514008402824, 0.06355177611112595, -0.034358441829681396, 0.05276786908507347, -0.02083493210375309, -0.019561104476451874, 0.029140986502170563, -0.01045236550271511, 0.06728601455688477, 0.01354968547821045, -0.01263357698917389, -0.05573431774973869, 0.029734274372458458, -0.0526631698012352, 0.03957590088248253, 0.0058500091545283794, 0.017545664682984352, -0.019718151539564133, 0.018863117322325706, 0.021183926612138748, 0.012511429376900196, 0.019369158893823624, 0.07475448399782181, 0.04875443875789642, 0.02025909163057804, 0.026418833062052727, -0.0024167823139578104, 0.0016631737817078829, 0.017903383821249008, -0.03498663380742073, -0.06355177611112595, 0.052069880068302155, 0.0007699676789343357, 0.008323502726852894, 0.02331278845667839, 0.033869851380586624, 0.008249341510236263, -0.0051781958900392056, 0.02209131047129631, 0.005295981653034687, -0.08180415630340576, -0.04090207815170288, 0.07063635438680649, 0.026680579409003258, -0.025842994451522827, -0.016315462067723274, 0.02751816436648369, -0.010565788485109806, 0.045927587896585464, 0.055350422859191895, -0.04941752925515175, 0.020276542752981186, 0.058979958295822144, 0.011987938545644283, -0.037865832448005676, 0.03297991678118706, -0.06955447047948837, 0.049626924097537994, 0.006565446499735117, -0.000824497954454273, 0.0022815472912043333, -0.022649699822068214, -0.008729208260774612, 0.00766913965344429, 0.048056453466415405, 0.07803501933813095, -0.00008793008601060137, 0.008262429386377335, 0.03523092716932297, -0.026034940034151077, -0.045194704085588455, -0.02678527683019638, 0.039924897253513336, 0.0035139317624270916, 0.016882577911019325, 0.04606718569993973, -0.039017509669065475, -0.0324389785528183, -0.014544318430125713, -0.03758663684129715, -0.033712804317474365, -0.02587789297103882, 0.08724845945835114, 0.00546611612662673, 0.04055308550596237, 0.03331146389245987, -0.017571840435266495, -0.03179333731532097, 0.01369800791144371, 0.048091351985931396, 0.023871179670095444, -0.01820002868771553, 0.02353963442146778, 0.04125107079744339, 0.025424201041460037, 0.004894638434052467, 0.0021801209077239037, 0.007167460862547159, -0.014980560168623924, 0.02591279335319996, 0.0238537285476923, -0.04945242777466774, 0.03807522729039192, -0.06051553040742874, -0.017493316903710365, -0.0028901053592562675, -0.06205110624432564, 0.02498795837163925, 0.020241642370820045, -0.012363106943666935, 0.023836279287934303, -0.03446314111351967, 0.04976652190089226, 0.058247070759534836, -0.08299073576927185, 0.059468548744916916, -0.016734255477786064, 0.06407526880502701, 0.03559737280011177, -0.025598697364330292, -0.008829544298350811, 0.05241887643933296, 0.0016577207716181874, -0.043484631925821304, 0.025668496266007423, -0.0039021873380988836, 0.04610208794474602, 0.07482428103685379, -0.01865372061729431, -0.021463120356202126, 0.00321510573849082, -0.031426895409822464, -0.025214804336428642, -0.0044016847386956215, 0.005671150051057339, -0.001997989835217595, -0.028076553717255592, -0.03633026033639908, -0.0713692381978035, 0.017990631982684135, 0.002685071434825659, -0.054128944873809814, 0.019543655216693878, 0.03947120159864426, -0.040657781064510345, 0.03339871019124985, 0.03643495589494705, -0.03341615945100784, -0.021916814148426056, -0.011385924182832241, 0.054931629449129105, -0.05081350356340408, 0.0016282744472846389, -0.007054037880152464, -0.014998010359704494, 0.005104035139083862, 0.09255316853523254, -0.03723764419555664, -0.003605542704463005, -0.06955447047948837, -0.008388939313590527, -0.03713294491171837, 0.0404483862221241, -0.006412761751562357, -0.007420481648296118, -0.048405446112155914, -0.012677201069891453, 0.0000989724721875973, 0.05583901330828667, -0.023173190653324127, 0.03503898158669472, 0.025581248104572296, 0.0257557462900877, 0.013191967271268368, -0.009457733482122421, 0.019281908869743347, 0.015504050999879837, -0.05287256836891174, 0.01247652992606163, -0.004022154025733471, -0.018112780526280403, -0.0158355962485075, -0.04774235934019089, -0.01318324264138937, 0.030362464487552643, 0.04795175418257713, -0.033294010907411575, -0.00900404155254364, 0.0042948052287101746, 0.042716845870018005, 0.08215314894914627, 0.06840278953313828, -0.025249704718589783, -0.007224172353744507, -0.001811496214941144, 0.0012934583937749267, 0.019700702279806137, -0.023871179670095444, -0.026889976114034653, 0.01957855373620987, -0.025895342230796814, 0.020206743851304054, -0.013148343190550804, -0.045648396015167236, -0.018339626491069794, 0.026767827570438385, 0.04976652190089226, 0.00218993634916842, -0.015181232243776321, 0.025546349585056305, 0.016647005453705788, 0.0031736628152430058, 0.038179926574230194, -0.0010551611194387078, -0.05147659033536911, -0.057758480310440063, -0.014090626500546932, -0.026471182703971863, 0.0031365822069346905, -0.03870341554284096, 0.030118169263005257, -0.02655843086540699, -0.018531572073698044, 0.032910119742155075, 0.013523511588573456, -0.010591963306069374, 0.05070880427956581, 0.03182823956012726, 0.02713427133858204, 0.0012171160196885467, 0.04079737886786461, 0.02247520349919796, -0.07007796317338943, 0.08208335191011429, -0.04969672113656998, -0.025319503620266914, 0.009710753336548805, 0.020660435780882835, 0.011795992031693459, -0.0599222406744957, 0.013191967271268368, 0.05186048522591591, -0.09841626137495041, -0.02018929459154606, 0.006050680764019489, 0.020765133202075958, -0.05625780671834946, -0.04205375909805298, -0.04418262094259262, 0.03360810875892639, 0.02990877255797386, -0.05465243384242058, -0.006953702308237553, 0.036539655178785324, -0.022300707176327705, -0.06833299249410629, 0.10386056452989578, -0.0751732736825943, -0.06651822477579117, 0.015556400641798973, 0.01377653144299984, -0.028285950422286987, -0.06397057324647903, -0.05241887643933296, -0.005906720645725727, -0.08522429317235947, -0.03308461606502533, 0.04728866368532181, 0.02189936302602291, 0.010714110918343067, -0.009449007920920849, 0.015966467559337616, -0.005531552247703075, 0.005213095340877771, 0.006207727827131748, 0.020503388717770576, -0.039401404559612274, -0.005941620096564293, -0.0005867459112778306, -0.0671813115477562, -0.059398751705884933, -0.0396806001663208, 0.01861882209777832, 0.008288603276014328, 0.059887342154979706, 0.04812625050544739, -0.03762153536081314, -0.023644331842660904, 0.03437589481472969, -0.0656108409166336, 0.005871821194887161, 0.011918139643967152, -0.05081350356340408, 0.053326260298490524, 0.04896383732557297, -0.01915976218879223, 0.05451283976435661, 0.013575860299170017, -0.003145307069644332, 0.058561164885759354, 0.010818809270858765, 0.021183926612138748, 0.015661098062992096, 0.013331565074622631, -0.02858259528875351, -0.06934507936239243, 0.010051022283732891, 0.003845475846901536, -0.06334238499403, 0.02511010691523552, -0.06438936293125153, -0.007922160439193249, 0.04826584830880165, 0.010775185190141201, -0.00007893259316915646, -0.021044328808784485, 0.020084595307707787, -0.03845912218093872, -0.022597352042794228, 0.030397363007068634, -0.03491683304309845, 0.06222560256719589, 0.03723764419555664, 0.02736111730337143, 0.020520837977528572, -0.04041348770260811, -0.012546328827738762, -0.044810809195041656, 0.020817482843995094, 0.0014843144454061985, 0.045578595250844955, 0.039855096489191055, 0.004772490821778774, -0.0034245019778609276, -0.0469396710395813, 0.060306135565042496, -0.004268630873411894, 0.04662557691335678, 0.031531594693660736, 0.020520837977528572, 0.07398669421672821, -0.010783909820020199, 0.010417466051876545, 0.0077782003208994865, 0.01682150363922119, -0.01667318120598793, -0.0009106558281928301, -0.028931589797139168, -0.003974167164415121, 0.0007421572227030993, -0.01533827930688858, -0.03947120159864426, -0.0389128141105175, -0.06212090328335762, -0.05098799988627434, 0.046416182070970535, -0.042367853224277496, -0.0572349913418293, 0.06864708662033081, -0.05936385318636894, 0.01093223225325346, 0.03873831778764725, -0.028722193092107773, 0.02362688258290291, -0.018287276849150658, 0.030362464487552643, -0.027832258492708206, 0.00643021147698164, -0.006979876663535833, 0.013724182732403278, -0.033869851380586624, 0.009510082192718983, 0.020573187619447708, 0.012912771664559841, -0.03467253968119621, -0.0385289192199707, -0.03646985813975334, 0.028722193092107773, 0.0038825564552098513, 0.04627658426761627, 0.00014900401583872736, -0.039820197969675064, -0.018671169877052307, 0.00199908041395247, -0.10393036901950836, -0.02369668148458004, -0.05259337276220322, 0.01732754334807396, 0.04282154515385628, -0.020014796406030655, -0.019473856315016747, 0.005200008396059275, -0.009649679996073246, -0.04428732022643089, -0.03491683304309845, 0.04509000480175018, 0.005448666401207447, -0.05388464778661728, 0.08236254751682281, -0.039820197969675064, -0.048510145395994186, -0.04505510628223419, -0.03720274195075035, -0.012485254555940628, -0.012729550711810589, 0.016961101442575455, 0.010434916242957115, -0.04383362829685211, -0.033102065324783325, 0.03339871019124985, -0.04714906960725784, 0.03228193148970604, 0.002331715077161789, 0.028233602643013, 0.004113764967769384, 0.07573166489601135, 0.04411282017827034, 0.009283236227929592, -0.03224702924489975, 0.032910119742155075, 0.06306318938732147, -0.019404057413339615, -0.034515492618083954, 0.029699375852942467, 0.011080554686486721, 0.0013425357174128294, -0.059887342154979706, -0.05653700232505798, -0.009571156464517117, -0.06749540567398071, -0.0033110789954662323, -0.08306053280830383, 0.038982611149549484, -0.05632760748267174, 0.0027243332006037235, -0.12717334926128387, 0.04683497175574303, -0.008061757311224937, 0.006849003955721855, -0.022579900920391083, 0.00891243014484644, 0.003945811651647091, 0.028059104457497597, -0.01774633675813675, 0.03425374627113342, -0.05716519057750702, 0.008842631243169308, 0.03324166312813759, 0.0022640975657850504, -0.002064516767859459, 0.005479203537106514, -0.041146375238895416, 0.048056453466415405, 0.0052087330259382725, -0.036574553698301315, 0.09841626137495041, -0.012729550711810589, 0.035579923540353775, -0.02395842783153057, -0.01865372061729431, 0.06376117467880249, -0.031130250543355942, -0.042367853224277496, 0.057339686900377274, 0.03537052497267723, -0.003252186346799135, 0.00688826572149992, -0.049208130687475204, -0.010574513114988804, -0.03446314111351967, -0.031531594693660736, 0.07349810004234314, 0.01874096877872944, -0.023644331842660904, 0.04201885685324669, 0.009763102978467941, 0.01268592569977045, -0.05545512214303017, 0.010120821185410023, 0.019247010350227356, 0.011953039094805717, -0.03880811482667923, -0.04669537767767906, -0.009300685487687588, 0.0416000671684742, -0.04585779085755348, 0.010338942520320415, 0.014439620077610016, 0.04983631893992424, 0.003675341373309493, 0.04292624071240425, -0.03186313807964325, 0.017257746309041977, 0.008210079744458199, -0.0035553746856749058, -0.016777878627181053, -0.028791991993784904, -0.07028736174106598, -0.021585268899798393, -0.08822564035654068, -0.006251352373510599, -0.009972498752176762, 0.05479203164577484, 0.02163761854171753, -0.03044971264898777, 0.006225177552551031, -0.021969161927700043, -0.019404057413339615, -0.008336590602993965, 0.005492290481925011, 0.05667660012841225, -0.0018725700210779905, 0.006089942529797554, -0.004942625295370817, 0.027116822078824043, -0.006918802857398987, 0.056118208914995193, 0.027727561071515083, -0.006547996774315834, 0.04219335690140724, -0.03425374627113342, -0.010286593809723854, 0.0018867480102926493, -0.029891323298215866, 0.01763291470706463, 0.007464105729013681, 0.019596004858613014, -0.07293971627950668, -0.02292889542877674, 0.016088616102933884, 0.01701344922184944, -0.024481918662786484, -0.014596667140722275, -0.06658802181482315, -0.025127556174993515, -0.0038978250231593847, 0.011455723084509373, -0.036958448588848114, 0.02427252195775509, -0.022562451660633087, 0.021916814148426056, 0.05109269917011261, -0.06840278953313828, 0.027448365464806557, 0.0072939712554216385, -0.008794644847512245, 0.011298676021397114, 0.0071107493713498116, -0.004711417015641928, -0.009832901880145073, 0.031915485858917236, 0.004510745406150818, -0.023836279287934303, 0.03887791559100151, -0.020974529907107353, -0.00953625701367855, 0.009876525960862637, -0.025284603238105774, -0.012834248133003712, 0.013855055905878544, 0.012973845936357975, -0.010591963306069374, -0.04529939964413643, -0.05482693389058113, -0.00705840066075325, -0.027465814724564552, 0.08836524188518524, 0.03790073096752167, 0.050848402082920074, -0.001991446129977703 ]
37,344
weewx
__str__
Return a string with a reasonable representation of the event.
def __str__(self): """Return a string with a reasonable representation of the event.""" et = "Event type: %s | " % self.event_type s = "; ".join("%s: %s" % (k, self.__dict__[k]) for k in self.__dict__ if k != "event_type") return et + s
(self)
[ -0.024327987805008888, 0.006306239403784275, -0.001242484780959785, -0.03862457349896431, 0.014708456583321095, -0.09701906889677048, 0.017445126548409462, -0.0030181168112903833, 0.05132857710123062, -0.06216542422771454, -0.05217063054442406, -0.007020153105258942, 0.001329435734078288, 0.018067512661218643, 0.008383912034332752, 0.0541476234793663, -0.046715594828128815, -0.06948761641979218, 0.03320614993572235, -0.0432741641998291, 0.0015182110946625471, 0.0152759263291955, 0.009619532153010368, -0.046715594828128815, 0.020007893443107605, 0.08728054910898209, -0.04832647740840912, -0.03002099320292473, -0.004301788751035929, -0.01612713187932968, -0.04140700399875641, -0.09006298333406448, 0.010315140709280968, -0.03304139897227287, -0.05674700066447258, 0.01997128315269947, -0.052426908165216446, 0.005262826569378376, -0.04993735998868942, 0.029819633811712265, -0.009427323937416077, 0.021655388176441193, -0.07186733186244965, -0.017042405903339386, 0.022735411301255226, -0.012758922763168812, 0.024108322337269783, 0.0675838440656662, -0.0022389895748347044, -0.032364096492528915, -0.018351247534155846, 0.059236545115709305, -0.01987975649535656, 0.00255132676102221, -0.055758506059646606, -0.013060962781310081, 0.022369300946593285, 0.012310437858104706, -0.02094147354364395, 0.07717592269182205, -0.027201948687434196, 0.07087883353233337, 0.048216644674539566, -0.01462608203291893, -0.0025467504747211933, -0.0823746770620346, 0.0026474306359887123, 0.022790327668190002, -0.0032263416796922684, -0.00025212945183739066, 0.024419516324996948, -0.03500008583068848, -0.004992820788174868, 0.043567053973674774, -0.024565959349274635, -0.04887564107775688, -0.08742699027061462, 0.014946428127586842, 0.03510991856455803, -0.0208316408097744, 0.026231758296489716, -0.00680964021012187, -0.04385994002223015, 0.0020444937981665134, 0.0014827442355453968, -0.045836932957172394, -0.05751582980155945, -0.007825594395399094, -0.04799697920680046, 0.01440641563385725, 0.004608405753970146, -0.010873457416892052, -0.06355664134025574, 0.06637568771839142, -0.06776690483093262, -0.015980686992406845, -0.0032995634246617556, -0.05297607183456421, 0.012282979674637318, 0.005528256297111511, 0.03172340244054794, -0.01918414793908596, -0.03388345241546631, 0.008443404920399189, -0.05572189390659332, -0.03756285458803177, -0.029819633811712265, 0.01327147614210844, -0.001584568526595831, 0.057625662535429, 0.03066168539226055, -0.03241901099681854, -0.0037022840697318316, -0.03730657696723938, 0.029197247698903084, -0.008251196704804897, 0.0005803410313092172, 0.006342850159853697, 0.026268370449543, -0.0657166913151741, 0.05498967319726944, 0.0034551601856946945, -0.04788714647293091, 0.020611975342035294, -0.011990091763436794, 0.0402720645070076, -0.0388808473944664, -0.02873961068689823, 0.023247964680194855, -0.049973972141742706, 0.027915863320231438, -0.018278025090694427, -0.02214963547885418, 0.036135025322437286, 0.07421043515205383, 0.01828717812895775, -0.016136284917593002, 0.010132085531949997, 0.03197968006134033, 0.07600437104701996, -0.016328491270542145, 0.030057605355978012, 0.030057605355978012, 0.028062308207154274, 0.016575615853071213, -0.012063314206898212, -0.0013614704366773367, 0.03730657696723938, -0.008919347077608109, -0.013335545547306538, 0.03260206803679466, -0.0145803177729249, -0.03855134919285774, 0.006612855941057205, 0.013170795515179634, 0.015184398740530014, -0.0340115912258625, -0.030167438089847565, -0.009349525906145573, -0.03177832067012787, -0.020538752898573875, -0.0590168796479702, 0.019513646140694618, -0.04371349513530731, 0.0061735245399177074, 0.03877101466059685, 0.05169468745589256, 0.021124528720974922, 0.04360366240143776, 0.004855529870837927, -0.07065916806459427, -0.020081115886569023, -0.02451104298233986, 0.06425224989652634, -0.008068142458796501, 0.08252112567424774, -0.018360400572419167, 0.07285583019256592, -0.04367688670754433, -0.038148630410432816, 0.0423588901758194, -0.043127719312906265, -0.049095310270786285, 0.016841044649481773, 0.047777313739061356, -0.04722815006971359, 0.017454279586672783, -0.007020153105258942, 0.015541356056928635, 0.009646990336477757, -0.02416323870420456, -0.0308996569365263, -0.04272500053048134, -0.010983290150761604, -0.0013248594477772713, -0.0007676862296648324, -0.045836932957172394, -0.041040897369384766, -0.013866404071450233, 0.02075841836631298, -0.0555388405919075, 0.0775420293211937, -0.06026165559887886, 0.015129482373595238, 0.009976488538086414, -0.02066689170897007, 0.07333177328109741, -0.014845747500658035, 0.02478562481701374, -0.049681082367897034, 0.009830044582486153, 0.01707901619374752, 0.009033756330609322, -0.008187128230929375, 0.036995384842157364, -0.023357797414064407, -0.012466034851968288, -0.003995171748101711, -0.05887043848633766, 0.03230917826294899, 0.035768914967775345, 0.007102527655661106, -0.006425225175917149, -0.047081705182790756, -0.016593921929597855, 0.005221639294177294, -0.004901293199509382, -0.029124025255441666, -0.005990469828248024, -0.018278025090694427, 0.04825325682759285, -0.003651943989098072, -0.009573767893016338, 0.04748442769050598, 0.03637299686670303, 0.08274079114198685, -0.023687297478318214, -0.044189438223838806, -0.041919559240341187, -0.03386514633893967, 0.015394912101328373, 0.009161895141005516, -0.03388345241546631, 0.0124385766685009, 0.05703989043831825, -0.07468637824058533, 0.027201948687434196, 0.07164766639471054, -0.06121353805065155, -0.003189730690792203, 0.059236545115709305, -0.01857091300189495, -0.016575615853071213, -0.006379461381584406, -0.007541859522461891, -0.06491124629974365, -0.00392194977030158, 0.04298127815127373, 0.035347890108823776, -0.005990469828248024, -0.03844151645898819, 0.04298127815127373, -0.015376606956124306, 0.04920514300465584, 0.025517845526337624, -0.012621630914509296, -0.010406667366623878, 0.007075069472193718, -0.031247461214661598, 0.02242421731352806, 0.1298224925994873, -0.03269359469413757, -0.03917373716831207, 0.06297086924314499, -0.043127719312906265, -0.052060797810554504, -0.010058864019811153, -0.01594407670199871, -0.05246351659297943, -0.048399701714515686, -0.0037640652153640985, 0.03785574063658714, 0.03207120671868324, 0.051804520189762115, 0.010507347993552685, -0.038661181926727295, 0.03064338117837906, 0.003812117036432028, 0.052060797810554504, 0.03022235445678234, 0.06377630680799484, -0.005944706033915281, 0.014790831133723259, -0.015477286651730537, -0.013234864920377731, 0.030863046646118164, 0.05103569105267525, 0.011202956549823284, 0.016667142510414124, 0.009820892475545406, 0.04008901119232178, 0.03514653071761131, 0.028153834864497185, -0.004571794532239437, -0.049058698117733, 0.02041061408817768, 0.0030776094645261765, -0.012539256364107132, 0.017719708383083344, -0.045653875917196274, -0.021783526986837387, 0.02240591309964657, 0.010608027689158916, 0.05707649886608124, 0.008786632679402828, 0.1006801649928093, -0.03503669798374176, 0.0020467820577323437, 0.031924765557050705, 0.08003157377243042, -0.027806030586361885, 0.015431523323059082, 0.00945478305220604, -0.010855152271687984, 0.058101605623960495, -0.04169989377260208, -0.0657166913151741, 0.023943573236465454, 0.011321942321956158, -0.020904863253235817, -0.013710808008909225, -0.08200857043266296, 0.015037955716252327, 0.043383996933698654, -0.04144361615180969, -0.00213487702421844, 0.0006372596835717559, -0.009166471660137177, -0.02978302352130413, -0.02978302352130413, 0.03829507157206535, 0.04177311435341835, -0.003516941098496318, 0.03862457349896431, 0.012136535719037056, 0.005043161101639271, -0.03509161248803139, 0.029618272557854652, 0.05132857710123062, -0.01396708469837904, 0.02075841836631298, -0.04078461974859238, 0.026854144409298897, 0.00837018247693777, 0.032107818871736526, -0.004050088580697775, 0.023961879312992096, -0.021691998466849327, -0.015742717310786247, 0.034377697855234146, 0.07040289044380188, 0.006470988504588604, 0.008251196704804897, -0.016136284917593002, -0.0028899782337248325, 0.042615167796611786, 0.03285834565758705, -0.019147535786032677, 0.08098345994949341, -0.01142262201756239, -0.060737594962120056, 0.014864053577184677, -0.004185091238468885, -0.00024183260393328965, -0.032803427428007126, 0.010507347993552685, 0.05974910035729408, 0.017234614118933678, -0.04825325682759285, -0.030368797481060028, 0.013692501932382584, 0.022643884643912315, -0.026597868651151657, 0.06209220364689827, 0.007079645991325378, 0.02645142376422882, 0.03430447727441788, 0.037965573370456696, 0.02663447894155979, 0.020172644406557083, -0.045507434755563736, -0.010562264360487461, -0.016081368550658226, -0.004782307893037796, -0.026323286816477776, -0.06245831027626991, -0.02506020851433277, -0.01242942363023758, -0.052500128746032715, 0.028666388243436813, -0.006049962714314461, -0.0162003543227911, -0.07153782993555069, -0.020904863253235817, 0.0034871946554630995, 0.01393047347664833, -0.0024620876647531986, -0.029124025255441666, -0.004111869260668755, -0.021911663934588432, 0.03811201825737953, -0.02749483659863472, -0.09467596560716629, -0.08083701878786087, 0.05887043848633766, -0.0060865734703838825, -0.057222943753004074, -0.012493493035435677, 0.02337610349059105, -0.014680998399853706, -0.0548432320356369, 0.032711900770664215, -0.0014472773764282465, 0.005665547214448452, 0.012758922763168812, 0.022222857922315598, -0.0152759263291955, 0.06824284791946411, 0.0865483283996582, 0.05041330307722092, -0.00014379815547727048, 0.03459736332297325, -0.055136118084192276, -0.02233269065618515, 0.042688388377428055, -0.04462876915931702, 0.01291451882570982, -0.04792375862598419, -0.032272569835186005, 0.056893445551395416, -0.04140700399875641, -0.022662188857793808, 0.0029357420280575752, 0.012374507263302803, 0.04001578688621521, -0.012054161168634892, -0.05487984046339989, 0.013857251964509487, 0.0613233707845211, -0.019513646140694618, 0.01261247880756855, 0.024144934490323067, -0.020355697721242905, -0.03503669798374176, 0.061689481139183044, -0.0532323494553566, 0.0005277128075249493, 0.0003595311427488923, -0.018525149673223495, -0.03529297187924385, -0.06560685485601425, 0.0009959327289834619, -0.05821143835783005, 0.005239944905042648, 0.02068519778549671, -0.0027847217861562967, 0.001235620235092938, 0.013784029521048069, -0.0467522069811821, 0.030954573303461075, 0.048472922295331955, 0.008676799945533276, -0.012511798180639744, 0.01544982846826315, -0.04477521404623985, 0.04298127815127373, -0.013170795515179634, -0.011477538384497166, -0.0019987300038337708, -0.009729364886879921, 0.01803090237081051, -0.04126056283712387, -0.009866655804216862, 0.02075841836631298, -0.01821395754814148, 0.03924695774912834, 0.02925216406583786, 0.01830548420548439, -0.018580066040158272, 0.03284003958106041, -0.0027229408733546734, 0.043310776352882385, -0.02330288104712963, -0.037105217576026917, 0.033773619681596756, -0.0031851541716605425, -0.038661181926727295, 0.013564364053308964, -0.0613233707845211, 0.041297171264886856, 0.02110622264444828, -0.009322067722678185, -0.008214586414396763, -0.03057015873491764, 0.030496936291456223, -0.028519945219159126, 0.036135025322437286, 0.06297086924314499, -0.007454908452928066, -0.011889412067830563, 0.08061735332012177, -0.01804005540907383, 0.04477521404623985, -0.01987975649535656, -0.007702032569795847, -0.05308590456843376, 0.0131341852247715, 0.02529818005859852, -0.005999622400850058, 0.036208245903253555, 0.02540801279246807, 0.016053909435868263, -0.025078512728214264, -0.008516626432538033, -0.0032743935007601976, -0.007139138877391815, -0.0026909061707556248, 0.034450922161340714, -0.0481434240937233, 0.06414241343736649, 0.016346797347068787, 0.0351831391453743, 0.003304139943793416, 0.01751834899187088, -0.009116130881011486, 0.07995835691690445, -0.07021983712911606, 0.001457574195228517, -0.004736544098705053, 0.006599126849323511, 0.028702998533844948, -0.03461566939949989, 0.02066689170897007, -0.006676925346255302, 0.0017424533143639565, -0.022735411301255226, 0.040931060910224915, -0.026030398905277252, 0.010562264360487461, -0.023614075034856796, -0.009473088197410107, -0.004947056993842125, 0.02004450559616089, -0.029398607090115547, -0.02469409815967083, -0.010891763493418694, 0.03304139897227287, 0.0014735914301127195, 0.03705029934644699, 0.022735411301255226, -0.05535578355193138, 0.02068519778549671, 0.030789824202656746, 0.02119775116443634, -0.011523302644491196, 0.03597027808427811, 0.006704383529722691, 0.024730708450078964, 0.005345201585441828, -0.009985641576349735, 0.00026013809838332236, -0.02513342909514904, 0.004013477358967066, 0.00621928833425045, -0.027128728106617928, 0.05059636011719704, 0.004370434209704399, 0.05736938863992691, -0.009088672697544098, 0.006081996951252222, -0.0269639790058136, -0.030698297545313835, 0.0002943178697023541, -0.05063296854496002, -0.03172340244054794, 0.012447729706764221, 0.016420019790530205, -0.03397497907280922, -0.0011829918948933482, -0.009290033020079136, -0.03990595415234566, -0.05260996147990227, -0.003800676204264164, 0.025151735171675682, 0.07629726082086563, -0.059675879776477814, 0.05630766972899437, 0.007994920015335083, -0.06699807196855545, -0.011999244801700115, 0.019660089164972305, 0.01620950549840927, 0.0705859437584877, 0.013344697654247284, 0.047850534319877625, -0.02994777262210846, 0.005647242069244385, 0.04682542756199837, -0.031741708517074585, 0.032711900770664215, -0.0343593955039978, 0.07512570917606354, -0.018699051812291145, 0.02617684192955494, 0.03642791509628296, -0.04623965173959732, -0.00545045780017972, 0.026689395308494568, -0.009646990336477757, -0.013582669198513031, 0.0027481107972562313, 0.057625662535429, -0.057222943753004074, 0.029618272557854652, -0.0789332464337349, -0.031393904238939285, -0.0032721052411943674, -0.06004198640584946, 0.005889789666980505, -0.12066975235939026, 0.00461984658613801, 0.0005071191117167473, -0.01612713187932968, -0.09994794428348541, -0.06436207890510559, -0.001497617457062006, 0.021344194188714027, 0.013784029521048069, -0.041919559240341187, 0.014378957450389862, 0.0388808473944664, 0.004324670415371656, -0.07234327495098114, 0.0020444937981665134, -0.019641784951090813, 0.08508388698101044, -0.029911160469055176, -0.08069057762622833, -0.004997397307306528, -0.08186212182044983, 0.033572256565093994, 0.013536905869841576, -0.018323790282011032, 0.06776690483093262, 0.02776942029595375, 0.06882862001657486, -0.015184398740530014, 0.000594356213696301, -0.009322067722678185, -0.003336174413561821, 0.0012253232998773456, -0.010388362221419811, -0.007994920015335083, -0.04517793655395508, 0.060115210711956024, 0.0124385766685009, -0.028849443420767784, 0.008566966280341148, 0.016859350726008415, -0.01393047347664833, 0.02654295228421688, 0.005024855490773916, 0.028867749497294426, -0.026506341993808746, -0.027568059042096138, -0.012484339997172356, 0.033132925629615784, 0.05894365906715393, 0.03188815340399742, -0.10287681967020035, 0.027568059042096138, -0.023174742236733437, -0.0073954155668616295, -0.0691947266459465, 0.02837350033223629, 0.023247964680194855, -0.008251196704804897, -0.020813334733247757, 0.02416323870420456, -0.06461835652589798, -0.022570662200450897, -0.04781392589211464, -0.051182132214307785, 0.0047777313739061356, 0.055465616285800934, -0.049607861787080765, 0.038148630410432816, -0.05674700066447258, 0.001235620235092938, -0.013015199452638626, 0.056600555777549744, 0.029618272557854652, 0.030551852658391, -0.01900109276175499, 0.012026702985167503, -0.009747670032083988, 0.02171030454337597, -0.011569065973162651, 0.05890704691410065, 0.0004559209628496319, 0.00468620378524065, 0.045763712376356125, -0.023852046579122543, -0.0024803930427879095, 0.02321135438978672, -0.025078512728214264, 0.014699303545057774, 0.032181039452552795, -0.008155093528330326, 0.031485434621572495, -0.0162003543227911, -0.007001847494393587, -0.010580569505691528, 0.016786128282546997, 0.05341540277004242, 0.058101605623960495, -0.016136284917593002, 0.010754471644759178, -0.04726475849747658, -0.009427323937416077, 0.011523302644491196, 0.0032469353172928095, -0.04100428521633148, 0.019129231572151184, 0.036647580564022064, 0.02698228321969509, -0.01750004291534424, 0.003102779621258378, 0.030496936291456223, 0.00871341023594141, -0.020447226241230965, 0.05147502198815346, 0.04440910369157791, -0.00806356593966484, -0.013893862254917622, -0.020740114152431488, 0.03373700752854347, 0.032620374113321304, -0.015541356056928635, 0.007038458716124296, 0.02751314267516136, 0.043750107288360596, -0.031155934557318687, -0.020703501999378204, 0.014616928994655609, -0.036665886640548706, -0.018332943320274353, 0.02390696294605732, 0.018552608788013458, 0.026231758296489716, -0.044701993465423584, -0.059932153671979904, 0.017188848927617073, 0.020337393507361412, 0.012887060642242432, 0.05945621430873871, -0.010333445854485035, -0.02094147354364395 ]
37,345
weewx
HardwareError
Exception thrown when an error is detected in the hardware.
class HardwareError(Exception): """Exception thrown when an error is detected in the hardware."""
null
[ 0.021313199773430824, -0.03362444415688515, -0.018604040145874023, 0.04509550705552101, 0.006378528196364641, -0.07345595210790634, -0.05826408416032791, 0.013460066169500351, -0.0037551012355834246, -0.04176907241344452, 0.06512271612882614, 0.03396737575531006, 0.038339756429195404, -0.010399401187896729, -0.023713720962405205, 0.04622718319296837, -0.025616992264986038, 0.04622718319296837, -0.014094489626586437, -0.047290269285440445, -0.06402533501386642, 0.053325869143009186, 0.03885415196418762, -0.017386633902788162, 0.0067300330847501755, 0.11172712594270706, 0.00047608555178157985, -0.015534802339971066, 0.0068929255940020084, -0.07510202378034592, -0.05219419300556183, 0.0008074968354776502, 0.0002746132086031139, -0.004344515036791563, -0.034224577248096466, 0.030520914122462273, 0.026148537173867226, 0.0020511597394943237, -0.10246796905994415, 0.008333238773047924, -0.09979309886693954, -0.015020404942333698, -0.010648027062416077, -0.01757524535059929, 0.012585590593516827, -0.029320653527975082, 0.00912198144942522, -0.007634515408426523, -0.02184474468231201, 0.009293447248637676, -0.050856757909059525, 0.018021056428551674, 0.02628570981323719, -0.005045381374657154, -0.01786673814058304, 0.07084967195987701, 0.020078646019101143, -0.00268558319658041, -0.029372094199061394, -0.01971856877207756, -0.03247562423348427, 0.053291574120521545, -0.018998412415385246, 0.014420274645090103, 0.020541604608297348, -0.023662282153964043, -0.019255610182881355, 0.0004412565613165498, -0.01046798750758171, 0.07270150631666183, 0.06008161976933479, 0.007643088698387146, -0.0435866080224514, 0.02208479680120945, 0.07969731092453003, -0.020713070407509804, -0.05164550244808197, 0.027040159329771996, 0.01001360360532999, -0.00013301995932124555, 0.04945074021816254, 0.03137824311852455, 0.007720248308032751, 0.02923492155969143, 0.05497194081544876, -0.018381135538220406, -0.02237628772854805, -0.0011959740659222007, -0.04564419761300087, -0.012577016837894917, -0.034207429736852646, 0.01702655479311943, -0.051474038511514664, 0.031223924830555916, 0.009413473308086395, 0.032424185425043106, 0.01732661947607994, -0.019564248621463776, -0.023679427802562714, -0.05706382170319557, 0.01820966973900795, 0.04238634929060936, -0.0007517703925259411, -0.026148537173867226, 0.013965890742838383, -0.02028440497815609, 0.01536333654075861, 0.0016214236384257674, 0.024039506912231445, -0.012276952154934406, -0.00723585719242692, 0.0015892736846581101, -0.05846984311938286, -0.025805605575442314, 0.006678593344986439, -0.005499765742570162, 0.03638504445552826, 0.005632651969790459, -0.015963466838002205, 0.012156926095485687, 0.013614385388791561, -0.010768053121864796, -0.06844915449619293, 0.0014896092470735312, 0.053943146020174026, 0.009782124310731888, -0.010107909329235554, 0.01636641100049019, 0.001575342146679759, 0.007668808568269014, -0.04560990631580353, -0.0018421858549118042, -0.0015731988241896033, -0.004663870204240084, -0.022804953157901764, -0.012757056392729282, 0.021604692563414574, -0.026645787060260773, 0.03532195836305618, -0.06762611865997314, 0.0036479351110756397, 0.03048662096261978, 0.0012474138056859374, -0.005889850668609142, 0.038374047726392746, 0.02894342876970768, -0.009927870705723763, -0.04348373040556908, -0.0012334821512922645, 0.0010116483317688107, 0.030366595834493637, -0.005101107992231846, -0.019907180219888687, -0.018946971744298935, -0.03276711702346802, 0.021570399403572083, 0.0025955636519938707, -0.056549426168203354, -0.007968873716890812, 0.010682320222258568, -0.006417108234018087, -0.05637795850634575, 0.035699181258678436, 0.011153850704431534, -0.03487614542245865, 0.029732171446084976, -0.07228998839855194, -0.02184474468231201, 0.014711766503751278, -0.018929826095700264, -0.014986111782491207, -0.0006531775579787791, -0.038682688027620316, -0.023405082523822784, -0.004985368344932795, -0.004822475835680962, -0.02085024304687977, 0.026354296132922173, -0.02242772839963436, -0.026148537173867226, 0.0627564862370491, -0.017232313752174377, -0.06176198646426201, 0.03317863494157791, 0.00649855425581336, 0.012088339775800705, -0.004239492118358612, 0.014986111782491207, 0.03453321382403374, -0.006742893252521753, 0.032115545123815536, -0.0016482151113450527, -0.007715961430221796, 0.03401881828904152, 0.058332670480012894, -0.04262639954686165, 0.029732171446084976, -0.020215818658471107, 0.06512271612882614, 0.08298945426940918, -0.034756120294332504, 0.08271510899066925, 0.0023726581130176783, 0.03960860148072243, -0.020112939178943634, -0.032407037913799286, 0.03669368475675583, -0.025205474346876144, -0.043415144085884094, -0.013288600370287895, -0.036282166838645935, -0.010733759962022305, -0.012739909812808037, 0.11172712594270706, 0.08861353248357773, -0.02743452973663807, 0.03967718780040741, 0.018106790259480476, 0.003137824358418584, 0.02265063300728798, -0.0022504888474941254, 0.0013481499627232552, 0.0013160001253709197, -0.06035596504807472, -0.0030606647487729788, 0.008706176653504372, -0.044924043118953705, -0.013220014050602913, -0.009807844646275043, -0.010819492861628532, 0.041048914194107056, 0.016606463119387627, -0.049107808619737625, 0.01786673814058304, 0.0472559779882431, 0.03127536550164223, -0.011676821857690811, -0.039299964904785156, 0.0016214236384257674, -0.04365519434213638, -0.00804174691438675, -0.008744756691157818, 0.01524331048130989, 0.017386633902788162, 0.07887427508831024, -0.03202981501817703, 0.0018775506177917123, 0.08052034676074982, -0.04207770898938179, -0.018706919625401497, 0.0019257754320278764, -0.01136818341910839, -0.00938775297254324, -0.04962220415472984, 0.0043573747389018536, -0.10363394021987915, 0.0187926534563303, -0.02866908349096775, 0.0627564862370491, 0.025291206315159798, -0.02208479680120945, 0.001313856802880764, 0.00021674350136891007, 0.02892628312110901, -0.02121032029390335, -0.036590803414583206, -0.01673506386578083, 0.07277008891105652, 0.05486905947327614, 0.034207429736852646, 0.0995873436331749, 0.05579497665166855, -0.04890204966068268, -0.002777746180072427, -0.005542632192373276, -0.0022504888474941254, 0.006974372081458569, 0.0805889293551445, 0.009044821374118328, 0.025616992264986038, 0.024588197469711304, 0.03014368936419487, -0.02205050364136696, 0.051199689507484436, -0.05757822096347809, 0.0015796287916600704, 0.020764509215950966, -0.04334655776619911, -0.026199975982308388, 0.00893336907029152, 0.027040159329771996, 0.022221969440579414, -0.030280862003564835, -0.008719036355614662, 0.06207062304019928, 0.018261108547449112, -0.067008838057518, -0.010245081968605518, 0.05219419300556183, -0.0053583066910505295, 0.029732171446084976, 0.07112401723861694, -0.06436826288700104, 0.007694528438150883, -0.05764680728316307, -0.03960860148072243, 0.049690790474414825, -0.015269030816853046, -0.042797867208719254, -0.019272757694125175, 0.027400236576795578, 0.02535979263484478, 0.04063739627599716, 0.05095963925123215, 0.06087036430835724, 0.05233136564493179, 0.05102822557091713, 0.006554280873388052, -0.012602737173438072, 0.06474549323320389, -0.00231693172827363, 0.06004732847213745, 0.025462672114372253, -0.00848327111452818, -0.0024391012266278267, -0.027331650257110596, 0.025119740515947342, -0.030212275683879852, -0.0033157202415168285, -0.025565551593899727, -0.058641307055950165, -0.041597604751586914, 0.03782535716891289, -0.04482116177678108, -0.0152090173214674, -0.03136109560728073, 0.037139493972063065, -0.019512809813022614, -0.010356535203754902, -0.032115545123815536, 0.04334655776619911, 0.00969639141112566, -0.02184474468231201, 0.04406671226024628, 0.03878556564450264, -0.03604211285710335, 0.027348797768354416, -0.030983872711658478, 0.0015999902971088886, 0.024828249588608742, -0.0006440684664994478, 0.0662543922662735, -0.03221842646598816, 0.0530858151614666, 0.033315807580947876, -0.036247871816158295, -0.0633394718170166, -0.03213269263505936, 0.0050282347947359085, -0.0280860997736454, 0.03173832222819328, 0.015766281634569168, -0.019907180219888687, 0.008127479813992977, -0.08648735284805298, -0.024330997839570045, -0.015620535239577293, 0.020970268175005913, 0.024108093231916428, -0.0013395766727626324, -0.028566204011440277, -0.043998125940561295, -0.02445102483034134, 0.046707287430763245, 0.013442919589579105, 0.026079950854182243, -0.0006413892842829227, 0.009910724125802517, -0.03431030735373497, 0.03988294675946236, 0.015740562230348587, -0.009619232267141342, -0.03172117471694946, -0.07277008891105652, 0.03048662096261978, 0.0014596027322113514, -0.028823403641581535, -0.006905785761773586, 0.01944422349333763, 0.03724237531423569, -0.03912849724292755, 0.01696654222905636, -0.032372746616601944, 0.021570399403572083, -0.015431922860443592, 0.030092250555753708, -0.02235914207994938, 0.010793772526085377, -0.03338439390063286, -0.013511505909264088, -0.03988294675946236, 0.028497617691755295, -0.04536985233426094, 0.03967718780040741, 0.025771312415599823, 0.026662934571504593, 0.03710520267486572, -0.051199689507484436, 0.015269030816853046, -0.023079298436641693, -0.042523521929979324, 0.02685154601931572, -0.06505412608385086, -0.040191587060689926, -0.009173421189188957, 0.004809616133570671, 0.014240236021578312, -0.030880993232131004, 0.015311896800994873, 0.017712417989969254, -0.01117957103997469, -0.016280679032206535, 0.04231776297092438, 0.04828477278351784, -0.024382438510656357, 0.011976886540651321, -0.005864130798727274, 0.03465323895215988, 0.0068500591441988945, -0.005182554014027119, -0.012542723678052425, 0.04571278393268585, -0.010382254607975483, -0.052057020366191864, -0.018141083419322968, -0.08154913783073425, -0.031515415757894516, -0.025154033675789833, -0.007158697582781315, -0.0004409886314533651, 0.043140798807144165, -0.00658000074326992, 0.036590803414583206, 0.05737246200442314, 0.015131858177483082, -0.05414890497922897, 0.007283010520040989, 0.0007265863823704422, -0.008941941894590855, 0.01940993033349514, -0.016889382153749466, -0.04584995657205582, 0.033915936946868896, -0.015269030816853046, 0.06611721962690353, -0.0639224573969841, -0.10658314824104309, -0.0031206777784973383, 0.023370789363980293, -0.03559630364179611, -0.0038901306688785553, 0.078668512403965, -0.03069237992167473, -0.03451606631278992, 0.014334541745483875, 0.03336724638938904, 0.03844263404607773, -0.009842137806117535, 0.05936146527528763, 0.057749684900045395, 0.029183480888605118, 0.03401881828904152, 0.008907648734748363, -0.015380483120679855, -0.011573942378163338, -0.021930476650595665, -0.01135960966348648, 0.02897772192955017, 0.011779701337218285, -0.04351802170276642, 0.046124301850795746, -0.04945074021816254, 0.023130737245082855, -0.008028886280953884, -0.019770007580518723, -0.029680732637643814, -0.019341344013810158, -0.03669368475675583, 0.05020518973469734, -0.027023011818528175, -0.06824339181184769, -0.04303791746497154, -0.006224208977073431, 0.004963935352861881, 0.025274060666561127, -0.020747363567352295, -0.060424551367759705, 0.039299964904785156, -0.04080886393785477, -0.011676821857690811, 0.028137540444731712, -0.050273776054382324, -0.006082749459892511, -0.067008838057518, 0.059532929211854935, -0.03703661635518074, 0.04584995657205582, 0.011599661782383919, 0.07969731092453003, -0.0004058917402289808, 0.0035493422765284777, 0.030983872711658478, 0.0459185428917408, -0.008316092193126678, 0.0099793104454875, -0.009010528214275837, -0.01968427561223507, 0.011702541261911392, 0.019341344013810158, 0.09163133054971695, 0.02362798899412155, 0.013348613865673542, 0.07256433367729187, 0.0014596027322113514, -0.011102410964667797, -0.012817068956792355, -0.019804300740361214, -0.04951932653784752, 0.026131389662623405, 0.06152193248271942, -0.02952641248703003, 0.0280860997736454, 0.015157577581703663, -0.006644300185143948, 0.004085172899067402, -0.011736834421753883, -0.005564065650105476, -0.002464821096509695, -0.05644654482603073, -0.04204341769218445, 0.01581772044301033, 0.005079674534499645, 0.02030155248939991, -0.036899443715810776, 0.0008187492494471371, -0.07222139835357666, -0.043449435383081436, -0.004762462805956602, -0.0387512743473053, -0.049107808619737625, 0.027623143047094345, -0.008114619180560112, 0.01817537657916546, -0.04060310497879982, 0.051508329808712006, 0.02326790988445282, 0.06714601069688797, 0.04005441442131996, 0.020987415686249733, 0.011093838140368462, -0.015414776280522346, -0.02565128542482853, 0.011771127581596375, -0.041323259472846985, -0.002274065278470516, -0.01790103130042553, -0.0334186851978302, -0.011608235538005829, -0.012739909812808037, -0.05696094408631325, 0.0005840554367750883, 0.014583167620003223, 0.04869629070162773, 0.005096821114420891, -0.033230073750019073, 0.0262514166533947, 0.014540300704538822, 0.06687166541814804, 0.005589785519987345, -0.06772899627685547, -0.011616808362305164, -0.013108561746776104, -0.07523919641971588, -0.05171408876776695, 0.00686720572412014, -0.01132531650364399, -0.009173421189188957, -0.04451252520084381, -0.047941841185092926, 0.012645603157579899, -0.0023426515981554985, -0.02748597040772438, 0.0010582655668258667, -0.05274288356304169, 0.006768613122403622, 0.0817549005150795, 0.011453916318714619, -0.04207770898938179, -0.004108749330043793, 0.03250991925597191, -0.020987415686249733, 0.027280211448669434, 0.05095963925123215, -0.08429259061813354, 0.08394966274499893, 0.009447766467928886, -0.017360912635922432, 0.03069237992167473, -0.016529304906725883, -0.03487614542245865, 0.01940993033349514, 0.006824339274317026, -0.02206764928996563, 0.021416079252958298, -0.035064756870269775, -0.004445251077413559, 0.021638985723257065, -0.004599570296704769, 0.04801042750477791, 0.06464260816574097, 0.017798151820898056, 0.042866453528404236, -0.033504419028759, -0.01698368787765503, 0.0003836547548417002, 0.03161829710006714, -0.02208479680120945, -0.021570399403572083, -0.06155622750520706, -0.006365668028593063, 0.009413473308086395, 0.038031116127967834, 0.0459185428917408, -0.053874559700489044, -0.07558213174343109, -0.01300568226724863, 0.017515232786536217, 0.008950515650212765, 0.03995153307914734, 0.05226277932524681, -0.006695739924907684, 0.06261931359767914, -0.047667495906353, -0.005036808084696531, 0.010733759962022305, 0.02415953204035759, -0.03960860148072243, -0.045164093375205994, 0.03312719613313675, -0.0167522095143795, 0.009027674794197083, 0.009001955389976501, -0.004492404405027628, -0.01820966973900795, 0.026920132339000702, -0.019564248621463776, -0.02359369583427906, -0.011291023343801498, -0.009353459812700748, 0.021656131371855736, -0.03662509843707085, 0.009764977730810642, 0.01614350639283657, -0.014583167620003223, 0.028789110481739044, 0.008157486096024513, -0.0006419251440092921, -0.04770178720355034, -0.040123000741004944, -0.014488860964775085, 0.04945074021816254, -0.04334655776619911, 0.049073513597249985, -0.033915936946868896, 0.01820966973900795, 0.021398933604359627, -0.006768613122403622, -0.05932717025279999, 0.002912775380536914, 0.027897488325834274, 0.04622718319296837, 0.01524331048130989, -0.0658428743481636, -0.05634366720914841, -0.024828249588608742, 0.06556852906942368, -0.022307701408863068, 0.06124758720397949, -0.007497342769056559, -0.08696746081113815, -0.05226277932524681, 0.01419736910611391, -0.03321292623877525, 0.06735177338123322, -0.0813433825969696, -0.03665938973426819, -0.011556795798242092, -0.03228701278567314, 0.012825642712414265, 0.017077995464205742, 0.012731336057186127, 0.029440680518746376, -0.025514112785458565, -0.00024206150555983186, 0.01850116066634655, 0.012808496132493019, -0.03362444415688515, -0.010382254607975483, 0.06282507628202438, -0.09698106348514557, 0.047598909586668015, 0.002374801551923156, 0.012422697618603706, -0.040431637316942215, 0.018312549218535423, -0.042523521929979324, -0.007784547749906778, 0.028874842450022697, -0.0009666385012678802, 0.037791065871715546, -0.015912028029561043, 0.010356535203754902, 0.047324564307928085, -0.03427601605653763, -0.05648083984851837, -0.013022828847169876, -0.011848287656903267, -0.028583351522684097, 0.05788685753941536, 0.0687577873468399, 0.008890502154827118, 0.005272573791444302, -0.06632297486066818, 0.07599364966154099, -0.015912028029561043, -0.03130965679883957, -0.003928710240870714, 0.02357654832303524, 0.05504052713513374, 0.07057532668113708, 0.05078817158937454, -0.007394463289529085, -0.0010754121467471123, -0.07695385813713074, 0.032166987657547, 0.006910072173923254, -0.0023769447579979897, 0.07695385813713074, 0.01252557709813118, 0.04564419761300087, -0.0010502281365916133, -0.049347858875989914, 0.014720340259373188, 0.04149472713470459, 0.03412169590592384, -0.051233984529972076, 0.0022504888474941254, -0.0164607185870409, 0.004586710594594479, -0.02894342876970768, -0.018998412415385246, -0.013974463567137718, -0.020095793530344963, -0.002443387871608138, -0.06213920935988426, 0.041083209216594696, -0.037756770849227905, 0.027245918288826942 ]
37,346
weewx
NEW_ARCHIVE_RECORD
Event issued when a new archive record is available. The event contains attribute 'record', which is the new archive record.
class NEW_ARCHIVE_RECORD(object): """Event issued when a new archive record is available. The event contains attribute 'record', which is the new archive record."""
()
[ 0.006314288359135389, 0.06042248010635376, -0.10923327505588531, 0.01946869306266308, 0.04950610548257828, -0.069044329226017, -0.018599554896354675, 0.09073801338672638, -0.014601520262658596, -0.03709481284022331, -0.038867853581905365, -0.003574330359697342, 0.044951822608709335, -0.0014460284728556871, -0.021954428404569626, 0.003235366428270936, -0.07026112079620361, 0.016670068725943565, -0.046481505036354065, -0.03539130464196205, -0.044777993112802505, 0.013010997325181961, -0.0009120517643168569, 0.002600895706564188, 0.018547406420111656, 0.06528965383768082, -0.031028229743242264, -0.006640214938670397, -0.008704418316483498, 0.011064128018915653, 0.010542645119130611, -0.11055436730384827, 0.016713526099920273, 0.0000872533128131181, -0.002080499194562435, 0.01062086783349514, -0.019294865429401398, -0.017582664266228676, -0.07905679941177368, 0.018947210162878036, 0.02770812250673771, 0.009047727100551128, 0.03264482691884041, 0.014010505750775337, 0.05183539539575577, 0.06236935034394264, -0.029098743572831154, -0.022806182503700256, 0.00031207490246742964, -0.019729435443878174, -0.006688017398118973, 0.07863961160182953, 0.009786495007574558, -0.027169257402420044, -0.026543477550148964, 0.01527944765985012, 0.03594755008816719, 0.04936704412102699, -0.016835205256938934, 0.01754789799451828, 0.026387032121419907, 0.02118958719074726, 0.04735064134001732, -0.03436572104692459, 0.01788686215877533, -0.029967881739139557, 0.05816271901130676, -0.031149908900260925, 0.017026415094733238, 0.03304462879896164, 0.021989192813634872, -0.014601520262658596, 0.04286589100956917, 0.018842913210392, 0.03259267657995224, -0.019277483224868774, -0.07109549641609192, 0.016878660768270493, -0.013662850484251976, 0.01070778165012598, 0.03469599410891533, -0.07196463644504547, -0.01572270877659321, 0.04502135142683983, -0.0030593660194426775, -0.04237917438149452, 0.004213146865367889, -0.016817821189761162, -0.0412319116294384, 0.026838984340429306, 0.01493179239332676, 0.0030028719920665026, -0.02146770991384983, 0.01823451742529869, -0.012367835268378258, -0.07126932591199875, -0.006188263185322285, 0.0009261752711609006, 0.011151041835546494, 0.002173931570723653, -0.01903412491083145, -0.021398179233074188, -0.04985376074910164, -0.0007887427927926183, -0.04018894582986832, -0.01596606709063053, 0.0004674333322327584, -0.02993311546742916, -0.016026906669139862, 0.06779277324676514, 0.04331784322857857, -0.042622532695531845, -0.048358842730522156, -0.0012374353827908635, -0.0416838638484478, -0.030471980571746826, 0.04255300015211105, 0.005523372441530228, -0.04867173358798027, -0.08552318811416626, 0.0676884725689888, -0.015687942504882812, -0.0582670159637928, 0.044882290065288544, 0.01623549871146679, -0.02742999792098999, 0.02883800119161606, -0.025257153436541557, 0.04766353219747543, -0.03123682364821434, 0.02720402181148529, 0.011072819121181965, -0.018773382529616356, -0.00021158080198802054, -0.009169407188892365, -0.00007659279071958736, 0.0636904388666153, -0.0019816348794847727, -0.06358614563941956, -0.004408702719956636, -0.01308922003954649, 0.01743490993976593, 0.07335525751113892, -0.015635794028639793, -0.019329631701111794, -0.009438839741051197, -0.06775800883769989, -0.016261573880910873, -0.0520092248916626, -0.009551827795803547, 0.0483936071395874, -0.0717560425400734, 0.0052843596786260605, 0.0338442362844944, 0.014366853050887585, -0.019798966124653816, -0.03259267657995224, -0.016670068725943565, -0.02096361108124256, -0.0016806958010420203, 0.012393909506499767, 0.016817821189761162, 0.002759513445198536, -0.003068057354539633, -0.03754676505923271, 0.025170238688588142, -0.0034244039561599493, -0.014514606446027756, -0.04008464887738228, -0.0015296830097213387, -0.027360467240214348, 0.04769829660654068, -0.02970713935792446, 0.02197181060910225, -0.052391644567251205, 0.07877867668867111, 0.030680574476718903, 0.0497494637966156, 0.0201640035957098, -0.026369649916887283, -0.008526244200766087, -0.013758456334471703, 0.011098893359303474, 0.08288101106882095, 0.026108907535672188, -0.0036438615061342716, -0.02890753373503685, 0.023014776408672333, 0.06386426836252213, -0.0014058308443054557, -0.010690398514270782, -0.027238788083195686, -0.02840343303978443, -0.05395609140396118, -0.019329631701111794, -0.03865926340222359, -0.018547406420111656, 0.01981634832918644, -0.029846202582120895, 0.06838378310203552, -0.013880135491490364, -0.02174583449959755, -0.025917697697877884, -0.02214563824236393, 0.0345221646130085, 0.005962287075817585, 0.044882290065288544, -0.014836187474429607, -0.07026112079620361, -0.016539698466658592, 0.040919020771980286, 0.039945587515830994, 0.00617522606626153, 0.03055889531970024, 0.0038872200530022383, -0.08976458013057709, -0.03299248218536377, 0.030506746843457222, 0.01036012638360262, -0.001129879499785602, -0.0100820017978549, 0.015644485130906105, -0.0708521381020546, -0.056528739631175995, 0.02254544198513031, -0.03629520535469055, 0.07780524343252182, -0.012246156111359596, -0.008387182839214802, -0.054651401937007904, -0.01263726782053709, -0.00755281001329422, -0.050340477377176285, -0.005297396797686815, 0.08128179609775543, -0.0036090959329158068, -0.01880814880132675, 0.02680421806871891, -0.0529131256043911, -0.0024683522060513496, 0.04745493829250336, 0.022858330979943275, 0.004554283805191517, 0.02391868084669113, 0.010916374623775482, -0.06574160605669022, -0.0029463781975209713, 0.08100367337465286, -0.03991081938147545, -0.011168424040079117, 0.05479046329855919, -0.012680724263191223, -0.01553149800747633, 0.02344934642314911, 0.02266712114214897, -0.036608096212148666, -0.018269281834363937, -0.024005593731999397, 0.03038506768643856, -0.04001511633396149, -0.024961646646261215, 0.015235990285873413, -0.0047672223299741745, 0.034956734627485275, 0.008408910594880581, 0.005297396797686815, 0.008387182839214802, -0.052217815071344376, 0.0345221646130085, 0.044047918170690536, 0.09115520119667053, -0.02800362929701805, -0.04561236500740051, -0.028525112196803093, -0.02266712114214897, -0.08288101106882095, 0.009039035998284817, 0.0033157619182020426, -0.007678835187107325, 0.0038242076989263296, -0.019121037796139717, 0.02878585271537304, 0.04321354627609253, 0.013975740410387516, -0.009169407188892365, -0.044047918170690536, -0.00939538236707449, 0.06967011094093323, -0.010916374623775482, -0.03848543390631676, 0.029429014772176743, 0.03499149903655052, 0.005653743166476488, -0.044326040893793106, -0.00950837042182684, 0.027795035392045975, -0.0681404247879982, 0.048741262406110764, 0.057328347116708755, 0.04735064134001732, -0.008482787758111954, 0.029220422729849815, -0.015314213000237942, -0.03685145452618599, -0.10631296783685684, 0.04429127648472786, 0.013184824958443642, -0.004226183984428644, -0.043874092400074005, -0.03252314776182175, 0.009108567610383034, 0.07544118911027908, -0.028420815244317055, 0.03516532853245735, -0.001045681769028306, 0.039215508848428726, -0.016339795663952827, 0.01300230622291565, 0.03144541755318642, 0.059831466525793076, -0.0443955734372139, 0.03457431495189667, -0.019885879009962082, 0.0014883989933878183, 0.07738805562257767, -0.04867173358798027, -0.020303064957261086, 0.0358780212700367, -0.03161924332380295, 0.004549937788397074, -0.05506858974695206, -0.0003658528148662299, 0.020024942234158516, 0.029741905629634857, -0.07398103177547455, 0.004958432633429766, -0.04001511633396149, -0.05395609140396118, 0.028594642877578735, -0.02367532067000866, -0.014175642281770706, 0.002961588092148304, -0.012028871104121208, 0.04192722216248512, -0.013975740410387516, -0.04144050553441048, 0.007591921370476484, -0.010777312330901623, 0.03127158805727959, -0.08920833468437195, -0.005049692466855049, -0.005884064827114344, -0.05833654850721359, 0.042448703199625015, 0.059622872620821, -0.05009711906313896, 0.02550051175057888, -0.057328347116708755, -0.03646903485059738, 0.004693345632404089, -0.007830934599041939, 0.008969505317509174, 0.007296414114534855, -0.0605267770588398, -0.019503459334373474, 0.03033291921019554, -0.0007556069176644087, 0.009751729667186737, 0.016339795663952827, -0.03174092248082161, -0.02101575955748558, 0.00009635210881242529, 0.014323395676910877, 0.05360843613743782, -0.00499754399061203, -0.013741073198616505, 0.03890262171626091, -0.009143332950770855, -0.06827948987483978, -0.007079129572957754, -0.022163020446896553, 0.01726977340877056, -0.04707251861691475, -0.0013471640413627028, 0.01010807603597641, -0.0007224710425361991, -0.0004307665512897074, 0.05913615599274635, -0.012089710682630539, 0.033983297646045685, -0.0010321014560759068, 0.012002796865999699, -0.04877603054046631, -0.026108907535672188, -0.0008685948560014367, -0.07109549641609192, -0.022076107561588287, 0.013801912777125835, 0.0012265711557120085, -0.01044704020023346, 0.01292408350855112, -0.009430148638784885, -0.06264747679233551, -0.0055364095605909824, -0.006414239294826984, -0.051939692348241806, 0.04175339266657829, -0.020650720223784447, -0.020146621391177177, -0.06219552084803581, 0.06462910771369934, -0.029776670038700104, -0.047733064740896225, -0.06111779063940048, 0.01623549871146679, 0.024179421365261078, 0.025170238688588142, -0.05350413918495178, -0.032227639108896255, -0.015149076469242573, -0.021815365180373192, 0.09852549433708191, 0.0201640035957098, 0.03144541755318642, 0.029046595096588135, -0.020424745976924896, -0.0016242017736658454, 0.05412992089986801, 0.006079621147364378, -0.0029941806569695473, 0.04376979544758797, 0.023258134722709656, -0.008621850050985813, 0.017174169421195984, 0.03848543390631676, 0.005349544808268547, 0.0035308734513819218, -0.03712958097457886, -0.036434270441532135, 0.04867173358798027, -0.032853420823812485, -0.013819295912981033, 0.02334504947066307, -0.03328798711299896, 0.0072268834337592125, -0.04147526994347572, 0.005527718458324671, -0.04317878186702728, 0.07996070384979248, -0.0014753618743270636, -0.008704418316483498, -0.018373578786849976, 0.006292559672147036, -0.016965575516223907, 0.0006067670183256269, -0.08594037592411041, 0.014810113236308098, -0.043630730360746384, -0.008769603446125984, -0.08016929775476456, -0.053295549005270004, 0.010907682590186596, -0.047906890511512756, -0.039041683077812195, 0.017869479954242706, 0.020077090710401535, -0.012472131289541721, 0.027169257402420044, -0.05030571296811104, 0.013045762665569782, 0.06591543555259705, 0.011985414661467075, -0.036886218935251236, 0.006987870205193758, 0.001107064657844603, -0.017243700101971626, 0.016600538045167923, -0.038867853581905365, -0.035182710736989975, -0.02384914830327034, 0.04300495237112045, 0.009247628971934319, 0.0061926087364554405, 0.05180063098669052, -0.006475078873336315, 0.005505989771336317, 0.04571666195988655, -0.03088916838169098, 0.034435249865055084, -0.023205986246466637, -0.02294524572789669, 0.036086615175008774, 0.03111514262855053, 0.039319805800914764, 0.04589049145579338, -0.022528059780597687, 0.03196689859032631, 0.06939198821783066, -0.0003995319129899144, -0.006640214938670397, 0.030976081266999245, -0.03457431495189667, -0.00045955675886943936, -0.008217700757086277, -0.020824547857046127, -0.036608096212148666, -0.027690740302205086, -0.0024922534357756376, -0.011968031525611877, 0.017921626567840576, 0.039771758019924164, 0.0560072585940361, 0.011046744883060455, -0.005149643402546644, -0.011133658699691296, 0.047733064740896225, -0.030002646148204803, 0.025882931426167488, -0.020650720223784447, 0.0681404247879982, 0.029689757153391838, -0.016113819554448128, 0.055346712470054626, -0.07053924351930618, -0.03492197021842003, -0.036608096212148666, -0.04550807178020477, 0.00936930812895298, -0.03015909157693386, 0.05684163048863411, -0.018356196582317352, -0.03556513041257858, -0.0006822734139859676, -0.017956392839550972, 0.003211465198546648, 0.10457469522953033, -0.017799947410821915, 0.009603976272046566, -0.0434916689991951, -0.03276650607585907, 0.005014926660805941, 0.005623323377221823, -0.037442468106746674, -0.034609079360961914, 0.015149076469242573, 0.011107584461569786, -0.005688508972525597, -0.03457431495189667, 0.041544798761606216, 0.013402109034359455, 0.0040067266672849655, 0.007496315985918045, 0.01516645960509777, -0.021624155342578888, 0.0452994778752327, 0.042170580476522446, 0.057502176612615585, -0.06024865061044693, 0.0497494637966156, 0.0010185211431235075, -0.0014145222958177328, 0.008482787758111954, -0.026873748749494553, 0.07669274508953094, 0.018477875739336014, 0.03015909157693386, 0.0851755291223526, 0.026873748749494553, 0.04512564837932587, 0.02282356657087803, 0.03570419177412987, -0.03845066949725151, 0.0028877113945782185, -0.02329290099442005, -0.013184824958443642, 0.002034869510680437, -0.020702868700027466, 0.012315686792135239, 0.001265682396478951, -0.05611155554652214, 0.05047953873872757, -0.05127914622426033, 0.03559989482164383, -0.05256547033786774, -0.08503647148609161, -0.007657106500118971, -0.018425727263092995, 0.0443955734372139, 0.006253448314964771, 0.014644976705312729, -0.008926047943532467, -0.017226316034793854, -0.03991081938147545, 0.003787269117310643, 0.011802894994616508, -0.011081510223448277, 0.050410009920597076, -0.02878585271537304, -0.05169633403420448, -0.042448703199625015, 0.019677286967635155, 0.009256321005523205, -0.006431621965020895, -0.003693836973980069, 0.027586443349719048, -0.02174583449959755, -0.017452292144298553, -0.010820768773555756, -0.03667762875556946, -0.00806560181081295, -0.015149076469242573, 0.01493179239332676, -0.01840834505856037, 0.011090202257037163, 0.04126667603850365, -0.015270756557583809, -0.025535276159644127, -0.0002764945675153285, 0.0161312036216259, 0.04126667603850365, 0.026873748749494553, 0.013549862429499626, 0.0032853418961167336, 0.05173109844326973, -0.04860220104455948, -0.01036881748586893, 0.030454598367214203, -0.04203151911497116, 0.010733854956924915, -0.04474322870373726, -0.009916865266859531, 0.027464764192700386, 0.010064618661999702, -0.05207875370979309, 0.05242640897631645, -0.04905415326356888, -0.010820768773555756, -0.012020180001854897, 0.06184786558151245, -0.010916374623775482, 0.029967881739139557, -0.008204663172364235, -0.04856743663549423, -0.04060612991452217, 0.021902279928326607, 0.05148774012923241, 0.017565280199050903, -0.0474897064268589, -0.02800362929701805, -0.039111215621232986, 0.056250616908073425, -0.004178381524980068, -0.05468617007136345, 0.0681404247879982, 0.05524241551756859, 0.052322112023830414, 0.0005720015033148229, 0.02793409861624241, 0.008926047943532467, 0.03605184704065323, 0.0033787742722779512, -0.040640898048877716, -0.01726977340877056, -0.010264520533382893, 0.07954351603984833, 0.008356763049960136, -0.01806068979203701, 0.010846843011677265, 0.00016635845531709492, 0.0380682498216629, 0.009204172529280186, 0.000124395388411358, 0.10784265398979187, 0.02277141809463501, 0.06535918265581131, -0.08009976893663406, 0.02567433938384056, 0.0734943151473999, 0.08726146072149277, -0.00797868799418211, 0.013410801067948341, -0.002296697348356247, 0.03445263206958771, -0.07210369408130646, 0.03462646156549454, 0.034956734627485275, 0.018443109467625618, -0.01879076473414898, 0.06257794052362442, -0.05771077051758766, 0.040467068552970886, 0.008052564226090908, -0.03681669011712074, 0.0082350829616189, -0.053191252052783966, -0.001582917757332325, -0.0100820017978549, 0.0024705249816179276, -0.01201148796826601, -0.015827003866434097, 0.08503647148609161, 0.047733064740896225, 0.038763560354709625, 0.01908627152442932, 0.006966141983866692, -0.008182935416698456, -0.07053924351930618, -0.010655633173882961, 0.03765106201171875, -0.030593661591410637, -0.02635226771235466, 0.04237917438149452, 0.0010522003285586834, -0.020407361909747124, 0.0452994778752327, -0.0023119072429835796, -0.005688508972525597, 0.0425877645611763, 0.0029246497433632612, 0.028090542182326317, -0.04088425636291504, -0.036608096212148666, 0.019051507115364075, 0.011594302020967007, 0.0479416586458683, -0.0037068738602101803, 0.014836187474429607, 0.0034287497401237488, -0.022406380623579025, 0.03337490186095238, 0.04436080902814865, 0.01986849680542946, -0.04408268257975578, 0.029568077996373177, 0.05583342909812927, 0.02134603075683117, -0.059379514306783676, -0.025830784812569618, 0.044777993112802505, 0.03372255712747574, -0.009073801338672638, 0.010673015378415585, 0.06720175594091415, -0.0100820017978549, -0.044430337846279144, -0.01206363644450903, -0.009490988217294216, 0.0156792514026165, 0.008952122181653976, 0.005836262367665768, -0.010994596406817436, 0.01544458419084549, -0.0023053886834532022, 0.011455239728093147, -0.05061860382556915, -0.004858481697738171, 0.015514114871621132, 0.04088425636291504, 0.028751088306307793, -0.00044597647502087057, -0.018895061686635017, -0.07460681349039078, -0.016730908304452896, 0.02118958719074726, -0.010429657064378262, 0.015913918614387512, -0.00644465908408165, 0.04922798275947571 ]
37,347
weewx
NEW_LOOP_PACKET
Event issued when a new LOOP packet is available. The event contains attribute 'packet', which is the new LOOP packet.
class NEW_LOOP_PACKET(object): """Event issued when a new LOOP packet is available. The event contains attribute 'packet', which is the new LOOP packet."""
()
[ -0.014960240572690964, 0.01002682838588953, -0.11555741727352142, -0.01410689391195774, -0.029209358617663383, -0.0007577899959869683, 0.011084622703492641, 0.016169149428606033, -0.010755728930234909, -0.05070303753018379, -0.03904062882065773, -0.029298249632120132, 0.02115589566528797, -0.009004589170217514, -0.01124462578445673, 0.017022496089339256, -0.03413388505578041, -0.009600155055522919, -0.08867698162794113, -0.06467659771442413, -0.013858000747859478, 0.06592106074094772, 0.0188625268638134, 0.003960063681006432, 0.028089340776205063, 0.07324562221765518, -0.03655169904232025, 0.014355787076056004, -0.013404660858213902, -0.012613536790013313, -0.043307363986968994, -0.053760867565870285, -0.005720091983675957, -0.01754694990813732, -0.04988524690270424, 0.016329152509570122, -0.04256068542599678, -0.012444645166397095, -0.12913985550403595, -0.006333435419946909, 0.015929145738482475, -0.011582409031689167, -0.04220512509346008, 0.028036007657647133, 0.051414161920547485, 0.023342598229646683, 0.03882729262113571, -0.02378704957664013, -0.003688948228955269, -0.02712932601571083, -0.019235866144299507, 0.0665966272354126, -0.011591297574341297, -0.003660059068351984, -0.0068578883074223995, 0.041885118931531906, 0.007724568713456392, 0.056072015315294266, -0.021867018193006516, 0.0063867694698274136, -0.04814299941062927, 0.05660535767674446, -0.0029689366929233074, 0.0075690108351409435, -0.0015033575473353267, -0.051627498120069504, 0.01528913527727127, 0.0284271240234375, 0.022240357473492622, -0.0271648820489645, 0.000011033163900719956, 0.05489866062998772, 0.015671363100409508, 0.03985841944813728, -0.027804892510175705, -0.05603645741939545, -0.013271325267851353, 0.009271260350942612, 0.014062448404729366, 0.024355947971343994, 0.011484629474580288, 0.011075734160840511, 0.03928952291607857, 0.044374048709869385, 0.03683614730834961, -0.07658790051937103, -0.015866922214627266, -0.0071556707844138145, -0.05589423328638077, -0.037405047565698624, -0.021920353174209595, -0.00033194979187101126, -0.044160712510347366, 0.07143226265907288, -0.03413388505578041, 0.009555709548294544, 0.005204528104513884, -0.008000128902494907, 0.015253579244017601, -0.024000385776162148, 0.007964572869241238, 0.005306751932948828, -0.052765294909477234, 0.0016544711543247104, -0.00473785400390625, 0.0053156414069235325, 0.0028933798894286156, 0.04284513369202614, -0.04771632328629494, 0.025227073580026627, 0.06439214944839478, 0.010977954603731632, -0.033564984798431396, 0.02119145169854164, -0.004240068141371012, 0.025440409779548645, 0.011449073441326618, 0.023324821144342422, -0.028782686218619347, -0.04640074819326401, -0.006933445110917091, -0.04408960044384003, -0.0406050980091095, 0.004251179751008749, 0.0004922301741316915, 0.031022721901535988, 0.00682233227416873, -0.03687170520424843, 0.03523612394928932, -0.02497817948460579, 0.029369361698627472, 0.0017966956365853548, -0.004344514571130276, 0.04035620391368866, -0.004495628178119659, -0.04757409915328026, 0.010257942602038383, -0.02021365985274315, -0.012809094972908497, -0.0519830584526062, -0.004124511033296585, 0.05120082572102547, 0.0521608404815197, -0.006720108445733786, -0.013431327417492867, 0.003688948228955269, -0.0235559344291687, -0.033653873950242996, -0.01542247086763382, -0.033920545130968094, 0.020551443099975586, -0.05788537859916687, 0.018702523782849312, 0.06400103121995926, 0.027982672676444054, 0.06122765317559242, -0.05820538103580475, -0.05091637745499611, -0.0404273197054863, -0.05116526782512665, -0.03651614487171173, -0.022898146882653236, -0.03466722369194031, -0.02592041715979576, -0.04231179133057594, -0.018595855683088303, -0.013137989677488804, -0.007769014220684767, -0.02490706741809845, 0.05582312121987343, 0.0018689190037548542, 0.028942689299583435, 0.04504961520433426, 0.021760350093245506, 0.009035700932145119, 0.06264989823102951, 0.006093431729823351, 0.03198273852467537, 0.008751251734793186, -0.03790283203125, 0.0016633601626381278, -0.0106935054063797, 0.025084849447011948, -0.004353403579443693, 0.0035422793589532375, 0.01754694990813732, 0.02133367769420147, 0.03509389981627464, 0.03150273114442825, 0.019555870443582535, 0.01291576400399208, -0.009080146439373493, -0.01542247086763382, -0.018951416015625, 0.010515725240111351, -0.0008427913417108357, -0.0012177973985671997, 0.0665966272354126, 0.02357371337711811, 0.04238290339708328, -0.01486246194690466, 0.06286323815584183, -0.037440601736307144, 0.017502503469586372, -0.016284706071019173, 0.010293499566614628, 0.03272941708564758, 0.04579629376530647, -0.045405175536870956, -0.06940556317567825, -0.015155799686908722, 0.025653745979070663, 0.04828522354364395, 0.0471118688583374, 0.04138733446598053, -0.02378704957664013, -0.08327244967222214, 0.037511713802814484, -0.01761806197464466, 0.0035578350070863962, 0.014346897602081299, -0.019893653690814972, -0.10496169328689575, -0.07829459756612778, -0.038578398525714874, 0.006662329658865929, 0.004675630945712328, 0.036196138709783554, 0.015911366790533066, -0.00996460486203432, 0.030204931274056435, 0.032604970037937164, 0.01784917712211609, 0.02368038147687912, 0.053796421736478806, 0.02602708525955677, -0.014782460406422615, -0.0006961223552934825, -0.08362801373004913, -0.031324949115514755, -0.026453759521245956, -0.01789362169802189, -0.0033133868128061295, -0.004475627560168505, 0.013040210120379925, 0.009093480184674263, 0.010497947223484516, 0.06247211620211601, -0.0022755921818315983, 0.07424119859933853, -0.0037845054175704718, -0.0541519820690155, -0.050169698894023895, 0.006635662633925676, -0.01002682838588953, -0.03518278896808624, -0.04608074203133583, 0.000838902429677546, 0.04238290339708328, 0.013013542629778385, -0.014986908063292503, 0.023147039115428925, -0.08327244967222214, 0.07228560745716095, 0.023182595148682594, 0.04593851789832115, -0.02110256254673004, -0.005742314737290144, -0.009982382878661156, -0.002114478498697281, 0.11107734590768814, -0.019235866144299507, 0.016124704852700233, -0.027840448543429375, -0.02368038147687912, -0.06983223557472229, 0.019306978210806847, 0.056285351514816284, 0.00893792137503624, -0.06040986254811287, 0.07388563454151154, 0.02707599103450775, -0.028889354318380356, -0.021564790979027748, -0.03822283819317818, -0.012284642085433006, 0.035893913358449936, 0.06915666908025742, 0.013626886531710625, -0.0259915292263031, 0.04010731354355812, 0.0082134660333395, 0.04152955859899521, -0.007822347804903984, 0.03783171996474266, 0.07836570590734482, -0.0727478414773941, 0.05841871723532677, 0.053760867565870285, 0.004097844008356333, -0.010631282813847065, -0.060978759080171585, -0.06417880952358246, -0.003986730705946684, -0.09920159727334976, 0.03162717446684837, 0.021564790979027748, 0.011449073441326618, -0.056214239448308945, -0.0848369225859642, 0.018026957288384438, 0.052729737013578415, 0.0007094558677636087, -0.015529138967394829, 0.05710314214229584, 0.04725409299135208, 0.0427740216255188, 0.012346865609288216, 0.021653681993484497, 0.07395675033330917, -0.03539612516760826, 0.01654248870909214, 0.0011700188042595983, 0.01763583905994892, 0.07658790051937103, 0.003615613793954253, 0.07289006561040878, 0.0074490089900791645, 0.02152923494577408, -0.003302275435999036, -0.013120211660861969, -0.023929273709654808, -0.012186863459646702, -0.038400620222091675, -0.03313831239938736, 0.007844571024179459, -0.02124478667974472, 0.006648995913565159, 0.004300069063901901, -0.1203930526971817, -0.016933606937527657, 0.009271260350942612, -0.0022067022509872913, 0.05226751044392586, 0.0801435112953186, -0.039431747049093246, -0.02608042024075985, 0.002946714172139764, 0.050134140998125076, -0.03198273852467537, 0.019182531163096428, 0.004413404501974583, -0.015555806457996368, 0.06229433789849281, 0.058667611330747604, -0.023342598229646683, 0.031413838267326355, -0.022915923967957497, -0.020942559465765953, -0.024231500923633575, 0.03448944538831711, 0.02839156799018383, 0.05699647217988968, -0.054329764097929, 0.02704043500125408, 0.04014286771416664, -0.012035749852657318, 0.025084849447011948, 0.032551635056734085, 0.04892523214221001, -0.06723663955926895, -0.006106765009462833, -0.007324562408030033, 0.04049843177199364, -0.04465849697589874, -0.06115654110908508, 0.02944047376513481, -0.006306768395006657, -0.05006302893161774, 0.02245369553565979, -0.021760350093245506, 0.02110256254673004, -0.004308958537876606, -0.03089827485382557, 0.05678313598036766, 0.017173610627651215, -0.027929339557886124, 0.016231372952461243, 0.014391343109309673, 0.019573649391531944, -0.008466803468763828, 0.009235704317688942, -0.02608042024075985, -0.015306913293898106, -0.062045443803071976, -0.04227623715996742, -0.010115718469023705, 0.015813587233424187, 0.0201247688382864, -0.014809127897024155, 0.013342437334358692, -0.007724568713456392, -0.027644889429211617, 0.009395706467330456, 0.011324627324938774, -0.016382485628128052, 0.07758346945047379, -0.015084687620401382, -0.040925104171037674, -0.02494262345135212, 0.017262499779462814, 0.05998319014906883, -0.09920159727334976, -0.058560945093631744, 0.022098133340477943, -0.011573519557714462, -0.000007777903192618396, 0.010809062980115414, -0.0028067119419574738, 0.018329184502363205, -0.016960272565484047, 0.014498011209070683, 0.06958334147930145, 0.03783171996474266, -0.009164592251181602, -0.009342372417449951, 0.045760735869407654, 0.04931635037064552, -0.0007355674169957638, 0.0188625268638134, -0.029067134484648705, 0.060907647013664246, -0.0056756469421088696, -0.009493486024439335, 0.023413710296154022, -0.032658305019140244, -0.019573649391531944, -0.06129876524209976, 0.028853798285126686, 0.037298377603292465, -0.015760254114866257, 0.04497850313782692, 0.037405047565698624, 0.009449041448533535, -0.014115783385932446, -0.0588453933596611, -0.06496104598045349, -0.049031902104616165, 0.03080938570201397, -0.023911496624350548, -0.03203607350587845, -0.011511296965181828, 0.07644567638635635, 0.013697998598217964, 0.023253707215189934, -0.09002811461687088, -0.060836534947156906, 0.0007883460493758321, -0.024213723838329315, -0.11093512177467346, -0.08817920088768005, 0.04504961520433426, -0.007249005604535341, 0.006924556102603674, 0.02019588090479374, -0.005248973611742258, -0.006715663708746433, 0.017369167879223824, -0.038293950259685516, 0.010453501716256142, 0.011093512177467346, -0.009155702777206898, -0.025635968893766403, 0.017066942527890205, 0.03697837516665459, -0.04156511276960373, -0.015218023210763931, -0.023075927048921585, -0.044516272842884064, -0.03640947490930557, 0.031111612915992737, -0.037298377603292465, 0.03408055007457733, -0.0016033591236919165, -0.05575200915336609, -0.029067134484648705, 0.00743123097345233, 0.015138021670281887, -0.024284835904836655, -0.03182273358106613, -0.10026828199625015, -0.009671267122030258, 0.03509389981627464, -0.04608074203133583, 0.03793838992714882, -0.0046667419373989105, 0.009697933681309223, 0.045582957565784454, 0.02618708834052086, -0.009164592251181602, -0.03655169904232025, 0.016106925904750824, -0.01470245886594057, -0.06286323815584183, 0.022969258949160576, -0.020764779299497604, 0.004946746397763491, 0.024231500923633575, -0.006733441725373268, 0.05571645498275757, 0.0821346566081047, 0.020729223266243935, 0.009529042057693005, 0.0013611330650746822, 0.00654232781380415, 0.022738143801689148, -0.013155767694115639, 0.033920545130968094, -0.039787307381629944, 0.026862654834985733, 0.052551958709955215, 0.013297991827130318, 0.047894105315208435, 0.026364868506789207, 0.004217845853418112, -0.0018844747683033347, 0.007075669709593058, -0.02348482236266136, -0.008622361347079277, 0.011617965064942837, 0.04643630236387253, 0.02017810195684433, 0.02488929033279419, -0.0024867067113518715, 0.006093431729823351, 0.045582957565784454, -0.017946956679224968, -0.006435659248381853, -0.11441962420940399, -0.028711574152112007, -0.019680317491292953, 0.0011866857530549169, 0.005666757933795452, -0.014018003828823566, -0.0283382348716259, 0.010080162435770035, -0.02855157107114792, -0.0019022529013454914, -0.009191258810460567, -0.007964572869241238, 0.0048667448572814465, -0.022702587768435478, -0.05948540195822716, -0.060800980776548386, 0.05184083431959152, 0.011493518948554993, 0.046827420592308044, 0.017066942527890205, 0.051485273987054825, 0.06496104598045349, -0.06467659771442413, -0.012800206430256367, -0.025191517546772957, 0.032427188009023666, 0.0011077956296503544, 0.03893395885825157, 0.02371593751013279, 0.021884797140955925, 0.02014254592359066, 0.02136923372745514, 0.05344086140394211, -0.020924782380461693, 0.05312085524201393, -0.02839156799018383, 0.007737902458757162, 0.0009822380961850286, -0.00326449703425169, 0.025369297713041306, 0.015529138967394829, -0.05763648450374603, 0.01184019073843956, -0.012737982906401157, 0.020907003432512283, -0.002611153293401003, -0.05592979118227959, 0.018400296568870544, -0.008586805313825607, -0.012826872989535332, -0.02488929033279419, 0.050347477197647095, 0.009884603321552277, -0.038400620222091675, -0.03443611040711403, 0.03918285295367241, 0.016240261495113373, 0.002440039301291108, 0.04035620391368866, 0.007724568713456392, -0.030418267473578453, 0.014986908063292503, -0.03992953151464462, 0.04629407823085785, -0.017218055203557014, 0.02602708525955677, 0.03893395885825157, -0.013804666697978973, -0.03889840468764305, -0.024089276790618896, -0.0037756164092570543, 0.0022755921818315983, -0.002382260514423251, 0.05219639465212822, -0.0016000258037820458, 0.019573649391531944, 0.015858033671975136, 0.002460039686411619, 0.016240261495113373, 0.0570320300757885, 0.0630054622888565, -0.0076490119099617004, 0.0377250537276268, 0.033564984798431396, -0.01761806197464466, -0.0035422793589532375, -0.03982286527752876, -0.031164946034550667, 0.010177941992878914, -0.05130749195814133, -0.01640915311872959, -0.0013600218808278441, 0.0009733490296639502, 0.029280472546815872, -0.04419626668095589, -0.061049871146678925, -0.0019278088584542274, -0.037227265536785126, -0.02376927249133587, -0.014018003828823566, -0.002602264052256942, 0.03182273358106613, -0.005577867850661278, -0.012826872989535332, 0.0000447229431301821, -0.05916539952158928, 0.036196138709783554, -0.008204576559364796, 0.033831655979156494, -0.025333741679787636, 0.015929145738482475, -0.02497817948460579, 0.05489866062998772, 0.021564790979027748, -0.02122700773179531, 0.0615476593375206, -0.0037756164092570543, 0.034827228635549545, 0.008071240969002247, 0.035058341920375824, 0.022684810683131218, -0.03548501431941986, -0.03765394166111946, 0.02144034579396248, 0.0329427532851696, -0.026524871587753296, 0.02144034579396248, 0.03408055007457733, 0.007311229128390551, -0.06599217653274536, -0.014195783995091915, 0.021973688155412674, -0.012204641476273537, 0.031431619077920914, 0.0234670452773571, 0.010346833616495132, 0.02588486112654209, -0.052658624947071075, 0.005048970226198435, -0.01065794937312603, 0.028036007657647133, 0.0038733957335352898, -0.049280792474746704, 0.0031111612915992737, -0.012142417952418327, -0.10759284347295761, 0.0222936924546957, 0.026453759521245956, 0.03304941952228546, -0.028693795204162598, 0.07196560502052307, -0.05795649066567421, -0.0006000096909701824, 0.08967255800962448, -0.025315962731838226, 0.04028509184718132, -0.07065002620220184, -0.03313831239938736, -0.004684519954025745, -0.04942302033305168, -0.0271648820489645, -0.00880903098732233, 0.03765394166111946, -0.01888030394911766, 0.01072017289698124, -0.02259591966867447, 0.02254258468747139, 0.01661360077559948, -0.04636519029736519, -0.06449881941080093, 0.05322752520442009, 0.02232924848794937, -0.02583152800798416, 0.020355883985757828, -0.009662377648055553, -0.01667582429945469, -0.00016805826453492045, 0.021760350093245506, -0.05870316922664642, 0.040889546275138855, -0.04238290339708328, 0.050169698894023895, -0.023200374096632004, -0.012586869299411774, 0.006062319967895746, 0.01421356201171875, -0.005408976227045059, -0.008871253579854965, 0.04238290339708328, 0.010640171356499195, -0.007355674169957638, 0.06720108538866043, -0.002802267437800765, 0.018631411716341972, -0.02357371337711811, 0.007031224202364683, 0.01190241426229477, -0.007217893842607737, -0.039645083248615265, -0.018115848302841187, 0.021831462159752846, 0.025742636993527412, 0.015200245194137096, -0.056072015315294266, 0.061974331736564636, -0.033796101808547974, -0.03783171996474266, -0.013795778155326843, -0.026667095720767975, 0.04995635896921158, 0.018542520701885223, -0.004657852929085493, -0.002051144139841199, 0.026738207787275314, -0.009920160286128521, -0.05102304369211197, -0.032658305019140244, -0.0028067119419574738, -0.003588946769014001, 0.028853798285126686, 0.0022122578229755163, 0.0028822687454521656, -0.03797394409775734, -0.038578398525714874, 0.07395675033330917, 0.03783171996474266, -0.04583184793591499, -0.010044606402516365, -0.012675759382545948, 0.021973688155412674 ]
37,348
weewx
NoCalculate
Exception raised when a type does not need to be calculated.
class NoCalculate(Exception): """Exception raised when a type does not need to be calculated."""
null
[ 0.04015449807047844, -0.021725131198763847, 0.05754132941365242, 0.05068076401948929, 0.011131606996059418, -0.062283191829919815, -0.0030014982912689447, -0.02804761566221714, -0.021472904831171036, -0.016823524609208107, 0.07708049565553665, 0.03460551053285599, 0.05834845453500748, -0.069278284907341, -0.07465911656618118, 0.04667876660823822, -0.012644967995584011, 0.045468077063560486, 0.03581620007753372, -0.039784565567970276, -0.045602597296237946, 0.0020104574505239725, 0.012115292251110077, 0.014469408430159092, 0.01948872022330761, 0.020648963749408722, 0.03216731920838356, -0.001664696610532701, 0.03245317563414574, -0.0427776575088501, -0.03813668712973595, -0.01765587367117405, -0.03211687505245209, 0.031679678708314896, -0.01601639948785305, -0.019051527604460716, 0.011980771087110043, 0.058550238609313965, -0.08299941569566727, 0.021220678463578224, -0.04425738751888275, 0.021725131198763847, 0.010803712531924248, 0.0014534567017108202, -0.016705818474292755, -0.0694800615310669, -0.02673603594303131, 0.00902131013572216, -0.09611520916223526, -0.02858569845557213, 0.008743860758841038, 0.0003192244912497699, 0.029544159770011902, 0.031814202666282654, 0.00934920459985733, 0.06662149727344513, 0.048293016850948334, 0.03184783086180687, -0.03662332519888878, 0.033193040639162064, 0.0009463758324272931, 0.08871655911207199, -0.03581620007753372, -0.024751851335167885, 0.00639394810423255, -0.020615333691239357, -0.024684591218829155, 0.003196974052116275, -0.025357196107506752, 0.04846116900444031, 0.041432447731494904, 0.008436985313892365, -0.03753134235739708, 0.06335935741662979, 0.061106134206056595, -0.06093798577785492, -0.0007787501090206206, -0.01615091972053051, 0.04516540467739105, -0.008474819362163544, -0.013771580532193184, -0.0020020499359816313, -0.03917922079563141, -0.00769711984321475, 0.012005993165075779, 0.014334887266159058, 0.01144268736243248, -0.01921967789530754, -0.002074565039947629, 0.020295845344662666, -0.06426737457513809, -0.011140014976263046, -0.032991260290145874, -0.02191009745001793, 0.009979772381484509, 0.044358279556035995, 0.03315941244363785, -0.08912011981010437, -0.03329393267631531, -0.020295845344662666, 0.04597252979874611, 0.04197053238749504, 0.0498063750565052, -0.00787367857992649, 0.04382019490003586, -0.046577874571084976, 0.01842936873435974, -0.059929076582193375, 0.014334887266159058, 0.02034629136323929, 0.0016941230278462172, -0.027963539585471153, -0.05555714666843414, -0.051353368908166885, -0.012703821063041687, -0.009004495106637478, -0.023642053827643394, 0.03672421723604202, -0.02739182487130165, 0.03773312270641327, 0.06002996861934662, 0.031814202666282654, -0.06487271934747696, 0.011610838584601879, 0.050916172564029694, 0.009693915024399757, 0.012947640381753445, 0.010055439546704292, 0.05360659211874008, 0.0005018261726945639, 0.02576075866818428, -0.02091800607740879, -0.01274585910141468, 0.039851825684309006, -0.060130856931209564, 0.09524082392454147, 0.03460551053285599, -0.015596020966768265, -0.027559977024793625, -0.039851825684309006, 0.044358279556035995, 0.02786264941096306, 0.037094149738550186, 0.006604137364774942, 0.02589528076350689, 0.07277582585811615, -0.05313577130436897, 0.013805211521685123, -0.037800382822752, 0.016714226454496384, 0.02209506370127201, -0.00834029819816351, -0.01458711363375187, -0.030771663412451744, -0.016201365739107132, 0.007814825512468815, 0.02877066470682621, 0.017033712938427925, -0.056465163826942444, -0.045737117528915405, -0.014603928662836552, -0.007154832128435373, 0.0780894011259079, -0.0418696403503418, -0.009147423319518566, 0.03157879039645195, -0.01209847629070282, -0.022969448938965797, -0.009979772381484509, 0.011467909440398216, -0.051756929606199265, -0.03277266398072243, -0.035009074956178665, -0.010114292614161968, 0.01003862451761961, 0.011627653613686562, 0.0034996462054550648, 0.010223590768873692, -0.03746408224105835, -0.013687505386769772, 0.06648696959018707, -0.04994089901447296, -0.08266311883926392, 0.008243611082434654, 0.016949638724327087, -0.00670082401484251, -0.012678598053753376, -0.04200416058301926, 0.0073818364180624485, -0.008403354324400425, -0.012914009392261505, -0.01640314608812332, -0.010879380628466606, 0.0022931615822017193, 0.06113976612687111, -0.03642154484987259, -0.021876467391848564, 0.005275743082165718, 0.0025033506099134684, 0.06130791828036308, -0.03615250065922737, 0.044425539672374725, 0.05552351474761963, -0.018715225160121918, 0.0005627809441648424, 0.003718242747709155, -0.019572796300053596, -0.0329408124089241, -0.05841571465134621, -0.02530675195157528, 0.005229501519352198, -0.01713460497558117, -0.008592524565756321, 0.10754948854446411, 0.03277266398072243, 0.019522350281476974, 0.07970365136861801, -0.02307034097611904, -0.0011539374245330691, 0.06113976612687111, 0.02739182487130165, 0.0023457088973373175, 0.0215065348893404, -0.007331390865147114, 0.08185598999261856, -0.009761175140738487, -0.023894282057881355, -0.028955630958080292, 0.002415071241557598, -0.07882926613092422, 0.012283442541956902, -0.019001081585884094, -0.05939099192619324, -0.022263213992118835, 0.04910014197230339, -0.0010940335923805833, 0.02492000348865986, 0.00506975781172514, -0.010240405797958374, -0.008088070899248123, -0.027240488678216934, 0.009206276386976242, -0.0672268345952034, 0.024499624967575073, 0.008869973942637444, -0.030519437044858932, 0.02824939601123333, 0.06695779412984848, -0.07795488089323044, 0.0202622152864933, 0.030284026637673378, -0.012972862459719181, -0.006507450249046087, -0.03336119279265404, 0.042205944657325745, -0.0672268345952034, -0.00572134368121624, -0.028198951855301857, 0.07237226516008377, 0.025407642126083374, 0.0004025118541903794, -0.023911096155643463, 0.00578860379755497, 0.0052967616356909275, -0.02576075866818428, -0.0255757924169302, -0.014124698005616665, 0.02549171820282936, -0.0043214852921664715, 0.07829118520021439, 0.025659868493676186, 0.01921967789530754, 0.031225671991705894, 0.02412969246506691, -0.0038948014844208956, 0.033193040639162064, 0.02021177113056183, 0.08098160475492477, 0.010484225116670132, 0.03655606508255005, 0.021876467391848564, 0.014208774082362652, -0.003335698740556836, 0.008979272097349167, -0.09389561414718628, 0.04230683296918869, -0.007806417997926474, -0.022969448938965797, -0.0285184383392334, 0.02890518680214882, 0.052395906299352646, 0.027761757373809814, 0.031158411875367165, -0.04193690046668053, 0.035345375537872314, 0.020833930000662804, 0.024869557470083237, -0.05929010361433029, 0.0362197607755661, 0.00609547970816493, 0.019925912842154503, 0.06285490840673447, -0.02019495517015457, -0.0337311252951622, -0.006520061753690243, -0.04415649548172951, 0.09799849987030029, -0.029308749362826347, 0.008231000043451786, 0.020968450233340263, 0.010694414377212524, 0.06756313890218735, -0.003980978857725859, 0.027543161064386368, 0.05394289642572403, 0.05821393430233002, 0.06628519296646118, -0.009996587410569191, 0.005990385543555021, 0.04832664504647255, -0.024281028658151627, 0.03823757544159889, 0.03302488848567009, -0.04543444514274597, -0.02602980099618435, 0.02700507827103138, -0.05276583880186081, -0.002035679994150996, -0.008436985313892365, -0.008420170284807682, -0.04355115443468094, -0.04388745501637459, 0.04597252979874611, 0.004804919473826885, -0.07452459633350372, -0.0019127195701003075, 0.055994339287281036, -0.02608024701476097, 0.02379339002072811, 0.01124931313097477, 0.07903105020523071, -0.01304853055626154, -0.0018454591045156121, 0.020295845344662666, 0.009584616869688034, -0.014124698005616665, 0.03453825041651726, -0.025088153779506683, 0.08077982068061829, 0.038607507944107056, -0.0336134172976017, 0.031158411875367165, -0.02745908685028553, 0.01653766818344593, 0.07412103563547134, -0.010097477585077286, -0.02340664342045784, -0.04092799499630928, -0.021657871082425117, -0.04748589172959328, 0.014898194000124931, -0.0014776283642277122, -0.020564887672662735, 0.011585615575313568, -0.09631699323654175, -0.04728410765528679, 0.009677099995315075, -0.013477316126227379, 0.0033966535702347755, -0.02046399749815464, -0.010324481874704361, -0.045468077063560486, -0.04193690046668053, -0.03137701004743576, -0.00013143378600943834, 0.056263379752635956, 0.0368923656642437, 0.025609422475099564, -0.05131973698735237, 0.03211687505245209, 0.018479812890291214, -0.01471322774887085, -0.10136152803897858, -0.0023793389555066824, 0.021069342270493507, -0.004044035449624062, 0.008474819362163544, 0.006608340889215469, 0.008167942985892296, 0.040120869874954224, 0.013586614280939102, -0.042744025588035583, 0.008735453709959984, -0.031208857893943787, -0.014822525903582573, 0.0015417360700666904, -0.0011865167180076241, 0.014402147382497787, -0.09941097348928452, -0.009626654908061028, 0.01817714236676693, -0.005813826806843281, 0.005654083099216223, 0.024886373430490494, 0.00043220104998908937, -0.013098976574838161, -0.012989677488803864, -0.05787763372063637, 0.0010304513853043318, -0.000700454693287611, -0.007066552992910147, -0.045333556830883026, -0.019202863797545433, -0.02216232381761074, -0.029544159770011902, -0.010433780029416084, -0.011661283671855927, -0.04543444514274597, -0.012216182425618172, -0.0019295347156003118, 0.042744025588035583, -0.03551352769136429, 0.047889452427625656, 0.02712278440594673, -0.006768084596842527, 0.0126197449862957, -0.02497044950723648, 0.005385041236877441, -0.0022301049903035164, 0.023238491266965866, -0.008685007691383362, 0.01849662885069847, -0.054750021547079086, -0.05276583880186081, -0.013317572884261608, -0.08696778863668442, -0.059727296233177185, -0.05269857496023178, -0.03850661963224411, 0.03438691422343254, 0.02406243234872818, 0.012670191004872322, 0.039784565567970276, 0.039919089525938034, 0.03574893996119499, -0.05693598464131355, 0.02863614447414875, 0.020161325111985207, -0.028467992320656776, -0.030838925391435623, 0.0033630235120654106, 0.02347390353679657, 0.05081528425216675, 0.00533039215952158, 0.029577791690826416, -0.043181221932172775, -0.07095979154109955, -0.039582785218954086, 0.029056522995233536, 0.008088070899248123, -0.03877566009759903, 0.0511515848338604, -0.07600432634353638, -0.04160059988498688, 0.005368226207792759, 0.02544127218425274, 0.02791309356689453, -0.02431465871632099, 0.014561891555786133, 0.03901107236742973, 0.010374926961958408, -0.045266296714544296, 0.02248181216418743, -0.04183601215481758, -0.029123783111572266, 0.01948872022330761, 0.001979979919269681, 0.01594913937151432, 0.035412635654211044, -0.04217231273651123, 0.06884109228849411, 0.011938733048737049, -0.00524631654843688, 0.010366519913077354, -0.015839839354157448, 0.004825938493013382, -0.03564804792404175, -0.04402197524905205, 0.03682510554790497, 0.020245401188731194, -0.0572722889482975, -0.010147922672331333, 0.05101706460118294, 0.006217389367520809, -0.00644018966704607, -0.00021150264365132898, -0.012148922309279442, 0.016462000086903572, -0.019589610397815704, -0.023238491266965866, 0.03608524054288864, 0.004632564727216959, 0.011173645034432411, -0.03537900745868683, 0.0294264554977417, -0.055220846086740494, 0.029056522995233536, 0.023255307227373123, 0.04156696796417236, -0.019505536183714867, -0.04893198981881142, 0.062081411480903625, 0.04503088444471359, 0.05027719959616661, 0.03157879039645195, -0.018900191411376, 0.019892282783985138, -0.028266211971640587, 0.02347390353679657, 0.020245401188731194, 0.01876567117869854, 0.005746566224843264, 0.01713460497558117, 0.019505536183714867, -0.009231499396264553, -0.005469116847962141, -0.025340382009744644, -0.07183417677879333, 0.037430450320243835, 0.006183759309351444, 0.053068507462739944, 0.01480571087449789, 0.016756264492869377, 0.0030309248249977827, 0.0038800882175564766, -0.013393240980803967, -0.010761674493551254, -0.00266519607976079, -0.04513177275657654, -0.01700849086046219, 0.0020304254721850157, 0.0294264554977417, 0.016756264492869377, 0.002507554367184639, 0.06530991196632385, -0.01039174199104309, 0.015411054715514183, 0.0015743153635412455, -0.024011986330151558, -0.03146108239889145, -0.012283442541956902, 0.010635561309754848, 0.02981320209801197, -0.01385565660893917, 0.06974910199642181, 0.008121701888740063, 0.04896562173962593, 0.047048699110746384, 0.046846915036439896, 0.031091151759028435, -0.02707233838737011, -0.05458186939358711, 0.03574893996119499, -0.042071424424648285, -0.0371277779340744, -0.02562623843550682, 0.01901789754629135, 0.01006384752690792, 0.004846957512199879, -0.04126429557800293, -0.026904188096523285, -0.010526263155043125, 0.028619328513741493, -0.03726229816675186, 0.029863648116588593, 0.03655606508255005, -0.042474985122680664, -0.015503537841141224, -0.04647698253393173, -0.0724395215511322, -0.003276845905929804, -0.0674622505903244, -0.07069075107574463, -0.05538899451494217, -0.0025012486148625612, -0.012005993165075779, -0.041432447731494904, -0.04314759001135826, -0.01633588597178459, 0.07021992653608322, -0.026971448212862015, 0.009761175140738487, 0.044358279556035995, -0.015974361449480057, 0.023507533594965935, 0.06261949241161346, 0.006272038444876671, -0.028535254299640656, -0.023120785132050514, -0.005881087388843298, -0.038540247827768326, 0.03008224442601204, 0.04721684753894806, -0.008554690517485142, 0.042542245239019394, 0.03287355229258537, -0.021237492561340332, 0.054043784737586975, -0.010837342590093613, -0.07001814991235733, 0.03477366268634796, 0.0024045617319643497, 0.012258220463991165, -0.011425872333347797, -0.014763672836124897, -0.061745110899209976, -0.026904188096523285, -0.02132156863808632, -0.006036627106368542, 0.06823574751615524, -0.03786764293909073, 0.029981354251503944, -0.06393107771873474, 0.0011434279149398208, -0.03363023325800896, 0.04977274686098099, 0.014990677125751972, -0.043517522513866425, -0.018008990213274956, -0.04748589172959328, -0.0473177395761013, 0.057911261916160583, 0.029544159770011902, -0.08609339594841003, -0.021069342270493507, -0.008008199743926525, 0.04079347476363182, 0.03941463306546211, 0.03245317563414574, 0.01307375356554985, 0.023440273478627205, 0.04045717045664787, -0.04281128942966461, 0.024079248309135437, -0.037632230669260025, -0.016840340569615364, -0.03013269044458866, -0.08730408549308777, 0.07768584042787552, -0.01673104055225849, -0.019909098744392395, 0.02608024701476097, -0.01849662885069847, -0.04768767207860947, 0.019253309816122055, 0.006507450249046087, -0.036253392696380615, -0.06164421886205673, 0.0025685091968625784, 0.0030792683828622103, -0.014477815479040146, 0.0074406894855201244, -0.008962457068264484, 0.026298843324184418, 0.030956629663705826, 0.0043214852921664715, -0.02471822127699852, -0.034101057797670364, 0.055288106203079224, -0.049201034009456635, 0.01785765402019024, 0.015495129860937595, 0.04883110150694847, -0.015007492154836655, -0.031276118010282516, 0.03218413516879082, -0.015738949179649353, -0.015713727101683617, 0.005271539092063904, 0.0022805503103882074, 0.04133155941963196, 0.022061433643102646, -0.05690235644578934, -0.017504537478089333, -0.035210855305194855, 0.016848746687173843, -0.029796388000249863, -0.011459502391517162, 0.03040173090994358, -0.06218230351805687, -0.01213210728019476, -0.022078247740864754, 0.007802214473485947, 0.019707316532731056, -0.013174643740057945, -0.049470074474811554, -0.06988362967967987, -0.02080029994249344, 0.017252309247851372, 0.038338467478752136, 0.025996170938014984, 0.014208774082362652, -0.014385332353413105, 0.04667876660823822, -0.012804711237549782, 0.010887788608670235, -0.06833663582801819, 0.01506634522229433, 0.04304669797420502, -0.07472638040781021, -0.004519062582403421, 0.03699325770139694, -0.00622579688206315, -0.025710314512252808, -0.006742862053215504, -0.019909098744392395, 0.026702405884861946, 0.07566802948713303, -0.007709731347858906, 0.0005795960896648467, -0.0035122574772685766, -0.004552693106234074, 0.028888370841741562, 0.01209847629070282, -0.03431965410709381, 0.001967368647456169, 0.0003131815465167165, -0.09880562871694565, 0.023557979613542557, 0.04086073487997055, 0.06490635126829147, 0.006137517746537924, 0.0014082660200074315, 0.06389744579792023, 0.04583800956606865, -0.005347207188606262, -0.049066510051488876, 0.05111795663833618, 0.0030456380918622017, 0.019589610397815704, -0.009878881275653839, -0.011619245633482933, -0.005633064080029726, -0.047822192311286926, -0.003825439140200615, 0.0124515937641263, -0.007167443633079529, 0.10519537329673767, -0.006082868669182062, 0.03843935579061508, -0.008096478879451752, -0.030284026637673378, 0.03341163694858551, 0.07257404178380966, 0.022515442222356796, -0.01641996204853058, 0.010206775739789009, 0.0036720011848956347, -0.0031023891642689705, -0.008218388073146343, -0.008525264449417591, -0.0320327989757061, -0.01719345711171627, 0.012409556657075882, -0.029930908232927322, -0.010702822357416153, -0.01072804443538189, 0.03307533636689186 ]
37,349
weewx
POST_LOOP
Event issued right after the main loop has been broken. Services hook into this to access the console for things other than generating LOOP packet.
class POST_LOOP(object): """Event issued right after the main loop has been broken. Services hook into this to access the console for things other than generating LOOP packet."""
()
[ -0.0037017844151705503, 0.030613912269473076, -0.11153103411197662, 0.0336485281586647, -0.005346278194338083, 0.007225061766803265, -0.006037991959601641, 0.009692918509244919, 0.015324806794524193, -0.03359497711062431, -0.016940293833613396, -0.005788082256913185, -0.008389818482100964, -0.03589771315455437, -0.01749366521835327, -0.009889275766909122, -0.01103171892464161, 0.04505511000752449, -0.07682931423187256, -0.06968905031681061, -0.016538653522729874, 0.046911582350730896, 0.05323072150349617, 0.004331020638346672, 0.0011290553957223892, 0.0189752709120512, -0.04519791528582573, 0.0021744356490671635, -0.0023183568846434355, -0.013673619367182255, -0.016154862940311432, -0.06037099286913872, -0.04741140082478523, -0.016110237687826157, -0.038735970854759216, 0.006354841403663158, -0.02715088054537773, 0.0026128930039703846, -0.08168470114469528, 0.003547822358086705, 0.03536219149827957, -0.01016596145927906, 0.0009299087687395513, 0.03662959113717079, 0.0032175846863538027, 0.028168369084596634, 0.04883945360779762, -0.0018274631584063172, -0.0032979126553982496, -0.02295597270131111, -0.03173850476741791, 0.05319502204656601, 0.012656130827963352, -0.026186944916844368, 0.012040282599627972, 0.049767691642045975, 0.00017292844131588936, -0.00009329768363386393, -0.03934289515018463, -0.055087193846702576, -0.04898225888609886, 0.03980701044201851, -0.02588348276913166, 0.06797537952661514, 0.03805764392018318, -0.01770787313580513, 0.02179567702114582, 0.040306832641363144, 0.0412350669503212, -0.03802194446325302, -0.04501941055059433, 0.030810270458459854, -0.03116728365421295, 0.01369147002696991, 0.006917137652635574, -0.04244891181588173, -0.011076346039772034, 0.014057409018278122, -0.02445542812347412, 0.07561547309160233, -0.0010844286298379302, 0.02329513430595398, 0.009907126426696777, 0.07740054279565811, 0.03379133343696594, -0.05048171803355217, -0.00011602940503507853, 0.0040587978437542915, -0.06865371018648148, -0.018136288970708847, -0.029150156304240227, -0.005016040522605181, -0.014941017143428326, 0.054051853716373444, -0.04741140082478523, 0.010326617397367954, -0.012754308991134167, 0.0463760606944561, -0.03002483956515789, -0.0412350669503212, 0.013539738953113556, 0.013878902420401573, 0.03513013571500778, -0.029507171362638474, 0.009126159362494946, -0.002403147518634796, -0.01235266961157322, 0.010228438302874565, -0.04887515679001808, -0.018886016681790352, 0.044269680976867676, 0.00034055745345540345, -0.0192430317401886, -0.04269882291555405, -0.04908936470746994, 0.012049207463860512, 0.00546676991507411, 0.05226678401231766, 0.0019669216126203537, -0.019475089386105537, -0.05148135498166084, -0.030667465180158615, -0.032041966915130615, -0.00136557687073946, -0.015940655022859573, 0.00320642814040184, -0.0015652813017368317, 0.053873345255851746, 0.0343625545501709, -0.02577637881040573, 0.0004406886000651866, 0.01915377750992775, -0.007028704509139061, -0.012513325549662113, 0.034666016697883606, -0.030596062541007996, 0.015378358773887157, -0.01575322262942791, 0.031952712684869766, -0.05233818665146828, -0.01308454666286707, 0.019582193344831467, -0.0067564817145466805, -0.011469060555100441, -0.0010431490372866392, 0.026954524219036102, 0.0053953672759234905, 0.002358520869165659, -0.011353030800819397, -0.00584163423627615, 0.01596743054687977, 0.02024266868829727, -0.014030632562935352, 0.05569411441683769, 0.02843612991273403, 0.0410565584897995, -0.037307918071746826, -0.025258708745241165, 0.0017750267870724201, -0.037772033363580704, -0.02998913824558258, -0.041556376963853836, -0.0023518267553299665, -0.010326617397367954, -0.033612824976444244, 0.011692194268107414, 0.0006660534418188035, 0.019903505221009254, 0.03852176293730736, 0.09360895305871964, -0.011040644720196724, 0.03589771315455437, -0.008148834109306335, -0.005489083472639322, 0.02715088054537773, 0.0795426219701767, 0.007519598118960857, 0.024241220206022263, -0.02988203428685665, -0.009773246012628078, -0.02466963604092598, -0.0192430317401886, -0.030328301712870598, -0.015110598877072334, 0.002811481710523367, -0.01703847199678421, -0.028329025954008102, 0.050981536507606506, -0.005140995141118765, -0.01016596145927906, 0.016154862940311432, 0.01915377750992775, 0.042913030833005905, 0.008389818482100964, 0.037700630724430084, 0.0017348628025501966, -0.0067564817145466805, 0.00644855760037899, 0.0740446150302887, -0.04487660527229309, -0.012923890724778175, 0.0853976458311081, -0.00911723356693983, -0.001613255008123815, 0.0011457904474809766, 0.030881673097610474, 0.03170280531048775, 0.02716873213648796, -0.04591194540262222, -0.07904279977083206, 0.02854323387145996, -0.011469060555100441, 0.006569049321115017, 0.034594614058732986, 0.03845036029815674, -0.011442285031080246, 0.007051017601042986, 0.014976718463003635, 0.002744541736319661, 0.018109513446688652, -0.029043052345514297, -0.02074248716235161, -0.052516695111989975, -0.06301289051771164, -0.06619031727313995, 0.02586563304066658, -0.007506209891289473, 0.04548352584242821, 0.02295597270131111, -0.013432634994387627, -0.01765432022511959, 0.029096605256199837, -0.03712940961122513, 0.02718658186495304, 0.07293786853551865, -0.011656492948532104, -0.05233818665146828, -0.018261242657899857, -0.016851039603352547, 0.018725361675024033, -0.010808585211634636, -0.020831741392612457, 0.043020132929086685, -0.03270244225859642, -0.00017669382214080542, 0.05676515772938728, 0.0548015795648098, 0.04494800791144371, 0.0020461338572204113, 0.06733275949954987, 0.0008964387234300375, -0.059407055377960205, -0.020760338753461838, 0.008398744277656078, -0.03445180878043175, 0.023848505690693855, 0.03541574627161026, 0.03413049504160881, 0.04794692248106003, 0.06476225703954697, -0.022777464240789413, 0.016020983457565308, -0.07718633115291595, 0.082113116979599, 0.02599058672785759, 0.013236277736723423, -0.025455066934227943, -0.024151967838406563, 0.05465877428650856, -0.02031407132744789, 0.13902108371257782, -0.019350135698914528, -0.01790422946214676, -0.05905004218220711, -0.030988777056336403, 0.021099502220749855, 0.027543596923351288, 0.040235426276922226, -0.01622626557946205, -0.050981536507606506, 0.12009935826063156, 0.021028097718954086, 0.0059933653101325035, -0.01718127727508545, -0.052659500390291214, -0.02456253208220005, 0.016618981957435608, 0.08632587641477585, 0.004313169978559017, -0.0573720782995224, 0.050981536507606506, 0.02597273699939251, 0.07008176296949387, -0.0007352248067036271, 0.012013506144285202, 0.033327214419841766, -0.11488696187734604, -0.012236639857292175, 0.03532649204134941, 0.005547098349779844, -0.02852538414299488, -0.0623345673084259, -0.0736875981092453, 0.015655044466257095, -0.09096705168485641, 0.008309490978717804, 0.05019610747694969, 0.0036080682184547186, -0.044162578880786896, -0.08325555920600891, -0.007274151314049959, 0.04066384583711624, -0.02979278191924095, -0.015690745785832405, 0.015547940507531166, 0.04883945360779762, 0.02998913824558258, -0.026597511023283005, 0.029078753665089607, 0.040164023637771606, -0.05744348093867302, 0.006631527096033096, 0.04873235151171684, 0.041592080146074295, 0.05294511094689369, 0.04776841402053833, 0.053873345255851746, 0.023866357281804085, 0.0439840704202652, -0.022652510553598404, 0.00009531983232591301, -0.023545043542981148, -0.022938121110200882, -0.02454468235373497, 0.00580593291670084, -0.05697936564683914, -0.002762392396107316, -0.015833551064133644, 0.032077670097351074, -0.11224506050348282, -0.04037823528051376, 0.012156311422586441, -0.02074248716235161, 0.02052827924489975, 0.11631501466035843, 0.02018911764025688, -0.02743649110198021, 0.018082736060023308, 0.06619031727313995, -0.016610056161880493, 0.03395199030637741, 0.01233481802046299, -0.04280592501163483, 0.03712940961122513, 0.004431430716067553, -0.038950178772211075, 0.03118513524532318, -0.04134216904640198, -0.0014392109587788582, -0.03232757747173309, -0.015039196237921715, 0.034790970385074615, 0.03373778238892555, -0.01702062226831913, 0.026329750195145607, -0.012959592044353485, -0.0036259188782423735, -0.00679218303412199, 0.06419103592634201, 0.08154189586639404, -0.03498733043670654, 0.004730429500341415, 0.028043415397405624, 0.06147773563861847, -0.05455167219042778, -0.023652147501707077, 0.014209140092134476, -0.030667465180158615, 0.024027012288570404, 0.04958918318152428, -0.013753947801887989, -0.03518368676304817, 0.012013506144285202, -0.05330212414264679, 0.02315232902765274, -0.006051379721611738, -0.04269882291555405, 0.04366275668144226, 0.012120610103011131, -0.0035946802236139774, -0.006738631054759026, 0.008389818482100964, -0.005091906059533358, -0.010594377294182777, -0.030596062541007996, -0.029525021091103554, -0.03841465711593628, 0.015851402655243874, 0.02181352861225605, 0.02168857306241989, -0.02184922993183136, 0.06704714894294739, -0.02052827924489975, -0.0007240681443363428, 0.031131582334637642, -0.013611141592264175, 0.010371243581175804, -0.05233818665146828, 0.042913030833005905, 0.012406221590936184, 0.020135564729571342, 0.020938845351338387, -0.08411239087581635, -0.06379832327365875, 0.025044500827789307, -0.03261318802833557, 0.00136557687073946, -0.026954524219036102, 0.014753585681319237, 0.022045588120818138, 0.016922442242503166, 0.03791483864188194, 0.07690072059631348, 0.06090651452541351, 0.0077828955836594105, -0.006435169372707605, 0.02317018061876297, 0.011085270904004574, -0.00045519229024648666, -0.008269326761364937, -0.043091535568237305, 0.04394837096333504, -0.03680809959769249, 0.028096966445446014, 0.014967793598771095, -0.030364003032445908, 0.0045117586851119995, -0.03498733043670654, 0.04205619543790817, 0.021242307499051094, -0.04598334804177284, 0.033220112323760986, 0.003994089085608721, -0.01696706935763359, 0.030328301712870598, -0.027632849290966988, 0.009585813619196415, -0.0659761056303978, 0.03222047537565231, -0.010103483684360981, -0.0744016245007515, -0.011156673543155193, 0.029757080599665642, -0.006042454391717911, 0.031845610588788986, -0.082113116979599, -0.049624886363744736, 0.04134216904640198, -0.02848968282341957, -0.04252031445503235, -0.0744016245007515, 0.03546929731965065, -0.018582556396722794, 0.021527918055653572, 0.04280592501163483, 0.019957058131694794, 0.029275111854076385, 0.02979278191924095, -0.026704614982008934, 0.02167072333395481, 0.015164150856435299, 0.022045588120818138, 0.026633212342858315, 0.011094196699559689, 0.013352307491004467, -0.026811718940734863, 0.0018944032490253448, -0.012415146455168724, -0.024830292910337448, -0.01917162723839283, -0.006881436333060265, -0.0075597623363137245, 0.003351464867591858, 0.012084908783435822, -0.08625447750091553, -0.044341083616018295, 0.022170541808009148, -0.023973461240530014, 0.05637244135141373, -0.05048171803355217, -0.05351633206009865, -0.045697733759880066, 0.041627779603004456, -0.031952712684869766, 0.029275111854076385, -0.05440886691212654, -0.036076221615076065, 0.03409479558467865, 0.04687587916851044, -0.04923216998577118, -0.03304160386323929, 0.009228800423443317, -0.02338438853621483, -0.03944999724626541, 0.01422699075192213, -0.04744710028171539, -0.02709732949733734, 0.03570135682821274, 0.011067420244216919, 0.030381854623556137, 0.05351633206009865, -0.0024232296273112297, 0.01627981849014759, -0.05180266872048378, 0.048482440412044525, -0.013905677944421768, -0.009639366529881954, 0.016154862940311432, 0.009800022467970848, 0.0355585515499115, 0.020010609179735184, 0.005176696460694075, 0.006689541507512331, 0.026151243597269058, 0.025098053738474846, 0.002574960235506296, 0.03404124453663826, 0.027900610119104385, 0.012763234786689281, 0.04873235151171684, 0.04676877707242966, 0.03131008893251419, 0.05890723690390587, -0.029560722410678864, -0.01654757931828499, 0.037664931267499924, -0.030524659901857376, -0.062048956751823425, -0.07311637699604034, -0.017752498388290405, -0.025240859016776085, 0.028257623314857483, 0.01779712550342083, -0.03962850570678711, -0.03532649204134941, -0.031988415867090225, -0.01892171800136566, 0.02033192291855812, -0.019457239657640457, -0.009273427538573742, 0.0012026894837617874, -0.01913592591881752, -0.02334868721663952, -0.010389094240963459, -0.02067108452320099, 0.01499456912279129, 0.04634036123752594, 0.06119212508201599, 0.032095517963171005, 0.013816424645483494, -0.07390180975198746, -0.0001428054238203913, -0.02059968188405037, -0.0061361705884337425, 0.03359497711062431, 0.04651886597275734, 0.005306113976985216, 0.009228800423443317, -0.004788444377481937, -0.009273427538573742, 0.026240495964884758, -0.038700271397829056, 0.056729454547166824, -0.008032805286347866, -0.006506572011858225, 0.03709371015429497, 0.048375338315963745, -0.024259071797132492, 0.014146662317216396, -0.026311898604035378, -0.022402601316571236, -0.00014880213711876422, -0.0379505418241024, -0.026311898604035378, -0.0544445663690567, 0.002836026484146714, 0.02988203428685665, -0.022116990759968758, -0.03445180878043175, 0.014967793598771095, -0.01917162723839283, 0.006658303085714579, -0.036451082676649094, -0.03570135682821274, 0.007613314315676689, 0.014664332382380962, 0.05301651358604431, 0.04666167125105858, 0.03370207920670509, 0.03002483956515789, -0.03407694399356842, 0.0632271021604538, 0.0029051979072391987, 0.028096966445446014, 0.05337352678179741, -0.04273452237248421, -0.03389843925833702, -0.032131221145391464, -0.0009477594285272062, 0.027597147971391678, -0.0685466006398201, 0.014682183042168617, -0.0015552403638139367, 0.060835111886262894, -0.0005182275199331343, -0.01776142418384552, 0.019475089386105537, 0.03646893426775932, 0.07418742030858994, 0.02718658186495304, 0.044448189437389374, 0.025312261655926704, 0.012004581280052662, -0.02588348276913166, -0.005038354080170393, 0.005007115192711353, -0.014941017143428326, -0.0494820810854435, -0.02324158325791359, -0.007412494160234928, -0.026686763390898705, 0.06865371018648148, -0.039021581411361694, -0.045662034302949905, 0.0009009013883769512, -0.01915377750992775, -0.04112796112895012, 0.005752380937337875, -0.013236277736723423, -0.012673981487751007, 0.021527918055653572, -0.03138149157166481, -0.00825593899935484, -0.051052939146757126, 0.03834325447678566, 0.011763596907258034, 0.0022815398406237364, -0.0343625545501709, 0.047197192907333374, -0.02606198936700821, 0.022545406594872475, 0.017154501751065254, -0.025312261655926704, 0.09467999637126923, -0.03941429778933525, 0.010264139622449875, 0.019885655492544174, 0.0009064797195605934, 0.004917861893773079, -0.02200988680124283, -0.030239049345254898, 0.002947593107819557, -0.024883845821022987, -0.052588097751140594, 0.0036102996673434973, 0.030274750664830208, -0.0011870700400322676, -0.05026751011610031, -0.012209863401949406, -0.010371243581175804, 0.03238112851977348, 0.008305028080940247, 0.01419128943234682, -0.03289879858493805, 0.029310813173651695, -0.02749004401266575, -0.009612590074539185, -0.0030078392010182142, 0.03513013571500778, -0.0020148952025920153, -0.04641176387667656, -0.04080665111541748, -0.03980701044201851, -0.10481917858123779, 0.018671808764338493, 0.03650463744997978, 0.04055674001574516, -0.02466963604092598, 0.028364727273583412, -0.048553843051195145, -0.02609769068658352, 0.07768615335226059, -0.022116990759968758, 0.005703291390091181, -0.05751488357782364, -0.020938845351338387, -0.011995655484497547, -0.08225592225790024, -0.06162054091691971, -0.0053105768747627735, 0.04769701138138771, 0.006011215969920158, 0.04369845986366272, -0.0010487273102626204, 0.025026651099324226, 0.041663482785224915, -0.030899522826075554, -0.03136363998055458, 0.05005330219864845, -0.0026128930039703846, -0.007568687666207552, 0.01709202490746975, 0.027900610119104385, 0.018707510083913803, -0.030738867819309235, -0.03141719475388527, -0.08846796303987503, 0.012638280168175697, -0.05233818665146828, 0.03241683170199394, -0.041377872228622437, 0.013780723325908184, -0.022545406594872475, -0.0548015795648098, 0.022224094718694687, -0.03969990834593773, -0.02059968188405037, 0.01770787313580513, 0.03837895765900612, 0.0632271021604538, -0.048768050968647, -0.037486422806978226, -0.0030703165102750063, 0.049553483724594116, -0.03532649204134941, -0.07026027143001556, -0.012272341176867485, -0.03188131004571915, 0.0094876354560256, -0.018707510083913803, -0.00880930945277214, -0.12988153100013733, 0.052766602486371994, -0.03009624220430851, 0.01899312064051628, -0.0007709261262789369, -0.03293450176715851, 0.03641538321971893, 0.011049569584429264, 0.03152429684996605, 0.02052827924489975, 0.00007000812911428511, -0.029525021091103554, 0.0011262662010267377, 0.00153738958761096, 0.02059968188405037, 0.016110237687826157, 0.011192374862730503, -0.01239729579538107, -0.006390542723238468, -0.012790010310709476, -0.02882884442806244, 0.06019248440861702, 0.0036080682184547186, 0.03805764392018318, -0.013602216728031635, -0.021260157227516174, 0.024151967838406563 ]
37,350
weewx
PRE_LOOP
Event issued just before the main packet loop is entered. Services have been loaded.
class PRE_LOOP(object): """Event issued just before the main packet loop is entered. Services have been loaded."""
()
[ -0.006512825842946768, 0.0372464656829834, -0.10293182730674744, -0.002130043227225542, 0.0025180273223668337, 0.008984427899122238, 0.014590851962566376, 0.00027150590904057026, 0.011955656111240387, -0.021258428692817688, -0.022637927904725075, -0.03072037547826767, 0.008396372199058533, -0.04587717726826668, -0.03188764303922653, -0.015802334994077682, -0.02385825291275978, 0.016536299139261246, -0.08482148498296738, -0.13229039311408997, -0.024937093257904053, 0.057832833379507065, 0.05592275783419609, 0.001100946101360023, 0.015324816107749939, 0.01880009099841118, -0.05507383495569229, -0.03072037547826767, -0.03508878871798515, -0.03291342407464981, 0.037104979157447815, -0.0018912839004769921, -0.04538197070360184, -0.04417933151125908, -0.02530849538743496, 0.014590851962566376, 0.034063007682561874, -0.015271758660674095, -0.08779271692037582, 0.03273656591773033, 0.026758737862110138, -0.046584609895944595, 0.01709340326488018, 0.028491955250501633, 0.0023831725120544434, 0.03197607398033142, 0.05857563763856888, 0.008387529291212559, 0.04608940705657005, 0.0003589681291487068, -0.01608530804514885, 0.0291993897408247, 0.014033746905624866, -0.007848110049962997, -0.006079521495848894, 0.049202121794223785, 0.03149855509400368, 0.04746890440583229, -0.034222181886434555, -0.009683020412921906, 0.0049962615594267845, 0.03869670629501343, -0.018747033551335335, 0.05019253119826317, 0.02951773628592491, -0.035672422498464584, 0.029747651889920235, 0.015448616817593575, 0.012751520611345768, -0.020533308386802673, -0.03714035078883171, 0.0330195389688015, -0.011168633587658405, 0.033974576741456985, 0.022461069747805595, -0.029729966074228287, -0.014422835782170296, -0.028067493811249733, 0.000773757288698107, 0.032117560505867004, 0.029995255172252655, -0.0028982737567275763, -0.00922318734228611, 0.061476122587919235, 0.05709002539515495, -0.044886767864227295, 0.03475275635719299, -0.009576904587447643, -0.024477260187268257, 0.007494392339140177, -0.036609772592782974, 0.047928739339113235, -0.0198966171592474, 0.07420995831489563, 0.006234273314476013, 0.025839071720838547, 0.0031016613356769085, 0.013343997299671173, -0.0363975428044796, -0.029305504634976387, 0.03179921582341194, -0.0006344809662550688, 0.0010523098753765225, -0.013777301646769047, 0.028562698513269424, -0.0013894470175728202, -0.009700706228613853, 0.026687994599342346, -0.03682200610637665, 0.00238096178509295, 0.06289099156856537, -0.05118294060230255, -0.026440393179655075, 0.005827497690916061, -0.022956274449825287, -0.04131421819329262, 0.022018922492861748, 0.03003062680363655, -0.03243590518832207, 0.007688936777412891, -0.055639781057834625, -0.016722001135349274, -0.052597809582948685, -0.007348483428359032, -0.009072856977581978, -0.012893007136881351, 0.025096265599131584, 0.0363975428044796, 0.037953902035951614, -0.055392179638147354, 0.07092038542032242, 0.005385350901633501, -0.028491955250501633, -0.03560167923569679, 0.005482623353600502, -0.07675672322511673, 0.051819633692502975, -0.012893007136881351, 0.014652752317488194, -0.035743165761232376, -0.012229787185788155, 0.036185313016176224, -0.024760233238339424, -0.006800221279263496, 0.009638804942369461, 0.021771319210529327, -0.00732195470482111, -0.026440393179655075, -0.012539289891719818, -0.0027833154890686274, 0.05319913104176521, -0.04340115189552307, -0.013733087107539177, 0.038378361612558365, -0.004766345024108887, 0.0068665435537695885, -0.05210260674357414, -0.061051663011312485, -0.010558471083641052, -0.046160150319337845, -0.03146318346261978, -0.015298287384212017, -0.03489424288272858, -0.042516857385635376, -0.05638258904218674, 0.011831854470074177, -0.04325966536998749, 0.006716213189065456, 0.015705062076449394, 0.053941939026117325, 0.02106388472020626, 0.032453592866659164, -0.008148769848048687, 0.018216457217931747, 0.04746890440583229, 0.02817360870540142, 0.00753418542444706, 0.0031348224729299545, -0.04000546410679817, -0.00546051561832428, 0.03054351732134819, 0.02430040016770363, -0.03188764303922653, 0.005553366616368294, -0.009391202591359615, -0.0004659124242607504, 0.018128028139472008, 0.03873208165168762, 0.03291342407464981, 0.012742677703499794, 0.017968855798244476, 0.017049189656972885, -0.009506161324679852, 0.016722001135349274, 0.022107351571321487, 0.021223057061433792, -0.011442765593528748, 0.008038233034312725, 0.02139991708099842, -0.023805195465683937, -0.020409507676959038, 0.07817159593105316, -0.020427193492650986, 0.003707402851432562, -0.0007323060417547822, 0.041915539652109146, 0.04467453435063362, 0.04509899765253067, -0.04478065297007561, -0.058929357677698135, 0.01657167077064514, -0.031109465286135674, 0.016147209331393242, 0.052350208163261414, 0.029482364654541016, -0.02951773628592491, -0.01053194236010313, 0.04304743558168411, -0.00032635979005135596, -0.009214344434440136, -0.028155922889709473, 0.019985046237707138, -0.05772671476006508, -0.06395214796066284, -0.059176959097385406, 0.007635879330337048, -0.02132917195558548, 0.03958100080490112, -0.0160676222294569, -0.025096265599131584, 0.028120551258325577, 0.02783757634460926, -0.04071289673447609, -0.01329093985259533, 0.0871560201048851, 0.00888273399323225, 0.013317468576133251, 0.021700575947761536, -0.04180942475795746, -0.033550117164850235, 0.01244201697409153, 0.000684222555719316, 0.008811990730464458, -0.06656965613365173, -0.01727026328444481, 0.043967101722955704, -0.009683020412921906, 0.02606898918747902, -0.017641667276620865, 0.08100133389234543, -0.014228291809558868, -0.0296238511800766, -0.021629832684993744, -0.0015928347129374743, -0.060627199709415436, -0.03616762533783913, 0.03268350660800934, 0.04011157900094986, 0.029004845768213272, 0.06950551271438599, -0.046407751739025116, 0.016014564782381058, -0.06218355894088745, 0.0676661804318428, 0.03569010645151138, 0.04425007477402687, 0.034575898200273514, -0.004096492193639278, 0.039298027753829956, -0.0038488898426294327, 0.13349303603172302, -0.031109465286135674, 0.016898859292268753, -0.038024645298719406, 0.012583504430949688, -0.04237537086009979, -0.021099256351590157, 0.035000357776880264, -0.0037891999818384647, 0.001411554403603077, 0.12507455050945282, 0.0304727740585804, -0.0380953885614872, 0.003450957592576742, -0.0626080185174942, -0.05068773403763771, 0.023575279861688614, 0.07208765298128128, -0.01192912645637989, -0.04842394217848778, 0.019083065912127495, 0.045240484178066254, 0.06695874780416489, -0.02589212916791439, 0.012291687540709972, 0.03096797876060009, -0.07343178242444992, 0.0023013753816485405, 0.03954562917351723, 0.02564452774822712, -0.009532690048217773, -0.04071289673447609, -0.07293657213449478, 0.0026506714057177305, -0.06023811176419258, 0.030667318031191826, 0.054967720061540604, 0.016032250598073006, -0.05960141867399216, -0.0778178796172142, -0.005124484188854694, 0.03335557132959366, -0.014307877980172634, -0.029553107917308807, 0.020710166543722153, 0.04545271396636963, 0.020338762551546097, 0.0017188466154038906, 0.03848447650671005, 0.028545012697577477, -0.045240484178066254, 0.06416437774896622, 0.013706558384001255, 0.03485887125134468, 0.057762086391448975, 0.039404142647981644, 0.07053129374980927, 0.007949803955852985, 0.022390326485037804, -0.025449983775615692, -0.03123326599597931, -0.026634937152266502, -0.020497936755418777, -0.014493579976260662, -0.018994636833667755, -0.03581390902400017, -0.0018072760431095958, -0.040995873510837555, -0.0015066160121932626, -0.0921788141131401, 0.02631659060716629, 0.002469391096383333, -0.05493234843015671, 0.042693715542554855, 0.037529438734054565, -0.040677525103092194, -0.013777301646769047, 0.005248285364359617, 0.07314880192279816, -0.03429292514920235, 0.007856952957808971, 0.003643291536718607, -0.012477389536798, 0.07184004783630371, 0.050298646092414856, -0.05171351507306099, 0.018304886296391487, -0.02014421857893467, 0.03926265612244606, -0.03943951427936554, 0.03503572940826416, 0.028721870854496956, 0.004138496238738298, -0.035318706184625626, -0.005292499903589487, -0.02141760289669037, 0.012999122962355614, -0.007003609091043472, 0.02792600728571415, 0.020268019288778305, -0.04722130298614502, 0.0031812479719519615, 0.017738938331604004, 0.036751262843608856, -0.03844910487532616, -0.021877435967326164, 0.04722130298614502, -0.017703566700220108, -0.031021036207675934, 0.048353198915719986, -0.017376378178596497, 0.03234747797250748, -0.015262915752828121, -0.03443441167473793, 0.02311544679105282, -0.006256380584090948, -0.03774167224764824, 0.03546019271016121, 0.03993472084403038, -0.025167008861899376, 0.03259507939219475, 0.011486980132758617, -0.038944311439991, 0.000014767019820283167, -0.01826951466500759, -0.032966483384370804, -0.010514256544411182, 0.0005753438454121351, 0.02785526216030121, -0.0011661627795547247, 0.03563705086708069, 0.003269677283242345, 0.020285705104470253, 0.002312429016456008, 0.012999122962355614, -0.04071289673447609, 0.04644312337040901, -0.049449723213911057, 0.00753418542444706, 0.04817634075880051, -0.015970351174473763, 0.04495751112699509, -0.1041344702243805, -0.07042518258094788, -0.03699886426329613, -0.03972248733043671, -0.006888650823384523, 0.0019432362169027328, 0.008666081354022026, 0.012742677703499794, 0.010602685622870922, 0.029747651889920235, 0.044214703142642975, 0.03823687508702278, 0.019330667331814766, 0.014838454313576221, 0.03671589121222496, 0.009329302236437798, 0.0186232328414917, -0.006791378371417522, -0.04046529531478882, 0.0804353877902031, -0.044391561299562454, -0.02141760289669037, 0.032860368490219116, -0.012893007136881351, 0.007684515323489904, -0.027713775634765625, 0.0032121981494128704, -0.001581780961714685, -0.041844796389341354, 0.042693715542554855, 0.008803147822618484, -0.011115576140582561, -0.001124711474403739, -0.03114483691751957, -0.049874186515808105, -0.028049807995557785, 0.03696349263191223, -0.04025306552648544, -0.07972795516252518, -0.01490035466849804, 0.022726356983184814, 0.008431743830442429, 0.01871166191995144, -0.06759543716907501, -0.02470717579126358, 0.03714035078883171, -0.04594792053103447, -0.07413921505212784, -0.08163803070783615, 0.03908579796552658, -0.02251412719488144, 0.020020417869091034, 0.06384602934122086, 0.03908579796552658, 0.01828720048069954, 0.04382561519742012, -0.03883819654583931, 0.04113736003637314, 0.01582002080976963, -0.017747782170772552, 0.03706960752606392, -0.0006433239323087037, 0.024901721626520157, -0.021046198904514313, -0.01083260215818882, 0.0005225625354796648, -0.01801306940615177, -0.016014564782381058, 0.054790858179330826, 0.015280601568520069, 0.02055099420249462, 0.022832471877336502, -0.04340115189552307, -0.05068773403763771, 0.011654995381832123, -0.006508404389023781, 0.016350597143173218, -0.04867154359817505, -0.07661523669958115, -0.05719614028930664, 0.03570779412984848, -0.02522006630897522, 0.05125368386507034, -0.016642414033412933, -0.005513573531061411, 0.030225170776247978, 0.059176959097385406, 0.004350726958364248, -0.03206450119614601, 0.01684580184519291, -0.02216040901839733, -0.03222367540001869, -0.0012800156837329268, -0.03333788737654686, -0.045664943754673004, 0.0186232328414917, 0.012618876062333584, 0.060556456446647644, 0.06476569920778275, 0.00454969285055995, 0.02571527101099491, -0.01996736042201519, 0.0693640261888504, 0.017641667276620865, -0.007313111796975136, 0.045063626021146774, -0.03362086042761803, 0.023592965677380562, 0.026546508073806763, -0.01582886278629303, 0.07067278027534485, 0.033054910600185394, 0.007715465500950813, 0.0027523653116077185, -0.01455548033118248, -0.02139991708099842, 0.008727982640266418, 0.021523717790842056, 0.05684242397546768, 0.002831951715052128, 0.025786014273762703, -0.008811990730464458, 0.003026496386155486, 0.015519361011683941, -0.025184694677591324, -0.07456367462873459, -0.08644858747720718, -0.012530446983873844, 0.02088702656328678, 0.013777301646769047, 0.07208765298128128, 0.002303586108610034, 0.017871582880616188, -0.02224883809685707, -0.026687994599342346, 0.022319581359624863, -0.054861605167388916, -0.028279723599553108, -0.015130271203815937, -0.04410858824849129, -0.03079111874103546, -0.05514457821846008, 0.047009073197841644, -0.03158698230981827, 0.04803485423326492, 0.03436366841197014, 0.02116999961435795, 0.055215321481227875, -0.0634569451212883, 0.00040815697866491973, -0.046584609895944595, 0.04106661677360535, 0.0005546181928366423, -0.008334471844136715, 0.006897493731230497, 0.0049122534692287445, 0.01673968695104122, 0.004894567653536797, 0.06416437774896622, -0.04686758667230606, 0.02960616536438465, 0.0049299392849206924, -0.04410858824849129, 0.024654118344187737, 0.025096265599131584, 0.0040323808789253235, -0.013741930015385151, -0.03767092525959015, 0.005248285364359617, -0.04177405312657356, -0.003446536138653755, 0.00019039955805055797, -0.04888377711176872, -0.019312981516122818, 0.024848662316799164, 0.01345011219382286, -0.004965310916304588, 0.021116942167282104, -0.0283504668623209, -0.00714951753616333, -0.013237882405519485, 0.00989525020122528, 0.01192912645637989, 0.012954908423125744, 0.06402289122343063, 0.03646828606724739, 0.008922526612877846, 0.030561203137040138, -0.038802824914455414, 0.05068773403763771, 0.04025306552648544, 0.011522351764142513, 0.06108703464269638, -0.03834298998117447, -0.04969732463359833, 0.010213596746325493, -0.013892259448766708, 0.0041252318769693375, -0.016960760578513145, 0.01810149848461151, 0.008657238446176052, 0.05273929610848427, 0.04188016802072525, -0.010257811285555363, 0.004726551938802004, -0.026687994599342346, 0.08432628214359283, 0.0008881628746166825, 0.03696349263191223, 0.031940702348947525, 0.011761111207306385, -0.010160538367927074, 0.0033603173214942217, -0.03367391601204872, 0.0156608484685421, -0.08340661227703094, 0.019419098272919655, -0.004160603508353233, 0.024141227826476097, 0.036857377737760544, -0.030861862003803253, -0.06193595752120018, 0.0027236256282776594, -0.012291687540709972, -0.03514184430241585, 0.002845216076821089, -0.011292435228824615, -0.03816613182425499, 0.02014421857893467, -0.02141760289669037, 0.007030137814581394, -0.05033401772379875, 0.024583375081419945, 0.0007389382226392627, -0.0363975428044796, -0.04255222901701927, 0.08354810625314713, -0.007808316498994827, 0.02081628143787384, -0.0169077031314373, -0.02097545564174652, 0.09974837303161621, -0.048459313809871674, 0.005867291241884232, 0.01710224710404873, -0.017809681594371796, 0.0031989337876439095, -0.028562698513269424, -0.05790357664227486, 0.014405149966478348, 0.011805325746536255, -0.020108846947550774, 0.02300933189690113, -0.01218557171523571, 0.01979050040245056, -0.04248148575425148, -0.03588465228676796, 0.006247537676244974, 0.006353653036057949, 0.019914302974939346, 0.016456712037324905, -0.021647518500685692, 0.03271888196468353, -0.03830761834979057, -0.024424202740192413, -0.03936877101659775, 0.040500666946172714, 0.01408680435270071, -0.025945188477635384, -0.021028513088822365, 0.005226178094744682, -0.10887428373098373, 0.00010839510650839657, 0.012663090601563454, 0.006181215401738882, -0.05942456051707268, 0.04283520579338074, -0.055286064743995667, -0.02741311676800251, 0.07972795516252518, 0.014378621242940426, 0.028633441776037216, -0.05765597149729729, -0.030985664576292038, -0.0022383693140000105, -0.07986944168806076, -0.04042992368340492, 0.014228291809558868, 0.047928739339113235, -0.011204006150364876, 0.021930493414402008, -0.0406421534717083, -0.02216040901839733, 0.052244093269109726, -0.05203186348080635, -0.045735687017440796, 0.049626581370830536, 0.008674925193190575, 0.005509152077138424, -0.005770018789917231, 0.01769472472369671, -0.0009893039241433144, -0.007158360444009304, -0.015165642835199833, -0.09444260597229004, 0.012884164229035378, -0.014864983037114143, 0.05797431990504265, -0.042764462530612946, -0.00841847900301218, -0.01130127813667059, -0.04028843715786934, 0.018322572112083435, -0.0059866709634661674, 0.010266654193401337, -0.016713157296180725, 0.023203875869512558, 0.0736440122127533, -0.027218570932745934, -0.017968855798244476, -0.05348210409283638, 0.05694853886961937, 0.0066852630116045475, -0.05726688355207443, -0.028279723599553108, -0.007295425981283188, -0.0036278164479881525, -0.015404402278363705, 0.011310121044516563, -0.09529152512550354, 0.06667577475309372, -0.010841445066034794, -0.008573231287300587, 0.00017437172937206924, -0.023292304947972298, 0.006428817752748728, 0.013175981119275093, 0.055462922900915146, -0.02240801230072975, 0.0236813947558403, -0.0016514192102476954, -0.047079816460609436, -0.05196112021803856, 0.005867291241884232, -0.016792744398117065, 0.03011905588209629, -0.026935597881674767, -0.0372464656829834, -0.0173410065472126, -0.05422491207718849, 0.044037844985723495, 0.006512825842946768, 0.05896472930908203, -0.026086675003170967, -0.002953542163595557, 0.029234761372208595 ]
37,351
weewx
RetriesExceeded
Exception thrown when max retries exceeded.
class RetriesExceeded(WeeWxIOError): """Exception thrown when max retries exceeded."""
null
[ -0.01998608373105526, -0.024820009246468544, -0.03775734826922417, 0.06781557202339172, -0.008806533180177212, -0.030743764713406563, -0.05892115458846092, 0.00041939792572520673, 0.028335589915513992, -0.031956639140844345, 0.06004614010453224, 0.01261215005069971, 0.026015305891633034, 0.02634928561747074, -0.005989672616124153, 0.008463763631880283, 0.006345625501126051, 0.04271432012319565, -0.007795802783221006, 0.0026762366760522127, -0.006618082989007235, 0.02181418612599373, 0.023607132956385612, 0.00026119675021618605, -0.007883692160248756, 0.07776467502117157, -0.020003661513328552, 0.04538616165518761, 0.022552458569407463, -0.03227304294705391, -0.0975925549864769, -0.014554508961737156, -0.0262086633592844, 0.03466363623738289, 0.03821437433362007, 0.01112681720405817, -0.032097261399030685, -0.027509428560733795, -0.11193612962961197, -0.012787928804755211, -0.056249309331178665, -0.00805507693439722, 0.008037499152123928, -0.06261251121759415, 0.030075803399086, -0.006727945059537888, -0.009263558313250542, 0.04355806112289429, -0.016927527263760567, -0.047636136412620544, -0.030110958963632584, 0.030427360907197, 0.03107774443924427, 0.012049657292664051, 0.021655984222888947, 0.08451458811759949, -0.04647599160671234, 0.039585452526807785, 0.019827881827950478, -0.07881934940814972, -0.05438605323433876, -0.021849341690540314, 0.0180173572152853, 0.024116892367601395, 0.0207067783921957, -0.04788222536444664, -0.03292342647910118, -0.015987109392881393, -0.020038817077875137, 0.007923242636024952, 0.09203793108463287, 0.04753066599369049, -0.06053832173347473, -0.024415716528892517, 0.004012157674878836, 0.01323616597801447, -0.033151935786008835, 0.01644413359463215, -0.010028197430074215, 0.041272930800914764, 0.05238217115402222, -0.0010464349761605263, 0.021568095311522484, 0.011750832200050354, 0.08409272134304047, -0.04373383894562721, 0.03192148357629776, -0.04436664283275604, -0.03638627380132675, 0.04060497134923935, -0.04215182736515999, 0.011038927361369133, -0.017393341287970543, -0.04654630646109581, -0.013684402219951153, -0.034013256430625916, 0.023695021867752075, -0.01596074178814888, -0.006741128396242857, -0.07375691086053848, -0.03063829615712166, -0.02309737354516983, -0.01702420599758625, -0.027562161907553673, 0.026929358020424843, -0.05983520299196243, -0.006328047253191471, -0.040007323026657104, 0.0028080709744244814, -0.039866700768470764, 0.002307100687175989, -0.016435345634818077, -0.013675613328814507, -0.0020159664563834667, 0.018702896311879158, 0.048339251428842545, 0.005462335422635078, 0.022921593859791756, 0.07410846650600433, -0.004348335321992636, 0.01398322731256485, 0.023431353271007538, -0.04151902347803116, -0.003440875792875886, 0.04981579631567001, 0.04654630646109581, -0.021568095311522484, 0.0008294575964100659, 0.049393925815820694, 0.02859925851225853, -0.023536821827292442, -0.030409783124923706, -0.06117112562060356, -0.023413775488734245, 0.024890320375561714, 0.02415204793214798, 0.04538616165518761, 0.04369868338108063, -0.006306075025349855, -0.024767274037003517, -0.008323140442371368, 0.06697183847427368, 0.006903723813593388, 0.03614018112421036, 0.03538433089852333, 0.046511147171258926, 0.014554508961737156, 0.016338666900992393, 0.027421539649367332, -0.017138462513685226, 0.04067528247833252, -0.01267367321997881, -0.05867506191134453, 0.016619913280010223, -0.0058578383177518845, -0.006714761257171631, -0.05238217115402222, 0.00041115828207693994, 0.0004943787353113294, -0.05090562626719475, -0.04809316247701645, -0.028441058471798897, 0.0265602208673954, -0.02253488078713417, -0.014079906046390533, 0.00549309654161334, -0.033942945301532745, 0.027034824714064598, -0.00432636309415102, 0.027860986068844795, 0.009544804692268372, 0.0028783828020095825, -0.015521294437348843, -0.05132749676704407, -0.028230123221874237, 0.0355776883661747, -0.030901964753866196, -0.024169625714421272, -0.03638627380132675, -0.014923645183444023, -0.024749696254730225, -0.04334712401032448, -0.04004247859120369, -0.03271248936653137, 0.03585893660783768, 0.020777089521288872, 0.01501153502613306, 0.04390961676836014, 0.017112094908952713, 0.013939281925559044, 0.00015792653721291572, 0.004829530604183674, 0.03380231931805611, 0.029566043987870216, 0.016215622425079346, -0.04570256546139717, 0.012199069373309612, -0.020443109795451164, 0.0727725476026535, 0.0634211003780365, -0.07104991376399994, 0.10610026121139526, 0.03529644384980202, -0.05800710245966911, 0.01132896263152361, -0.011733254417777061, 0.03649174049496651, -0.0650734230875969, -0.055757127702236176, 0.034153878688812256, -0.031095322221517563, 0.019933350384235382, 0.01680448092520237, 0.02443329431116581, 0.03751125931739807, 0.008881239220499992, 0.039093270897865295, -0.010212765075266361, 0.028089499101042747, 0.03775734826922417, 0.0016984655521810055, 0.0021423078142106533, -0.05962426960468292, -0.06915149837732315, 0.027860986068844795, -0.014492986723780632, 0.004264840390533209, -0.022693080827593803, 0.007852931506931782, 0.0004432928981259465, -0.0070970808155834675, 0.06134690344333649, 0.02274581417441368, 0.024626651778817177, 0.039444830268621445, 0.005690848454833031, -0.062471888959407806, -0.02852894738316536, 0.005928149912506342, 0.020566154271364212, -0.03765188157558441, -0.011742043308913708, 0.007391510996967554, 0.05080015957355499, 0.04046434909105301, -0.005462335422635078, 0.03225546330213547, 0.07076866179704666, -0.004012157674878836, 0.0023818067274987698, 0.0673937052488327, 0.0020708974916487932, -0.05294466391205788, -0.03617533668875694, -0.0012831874191761017, -0.008107811212539673, -0.0388471819460392, -0.07354597747325897, 0.0012183688813820481, -0.006411542650312185, 0.02775551937520504, 0.023607132956385612, -0.06138205900788307, 0.006130295805633068, -0.03712454438209534, -0.026577798649668694, -0.008977917023003101, 0.03807375207543373, 0.012770351022481918, 0.04911268129944801, 0.08064744621515274, 0.04415570944547653, -0.02288643829524517, 0.016285933554172516, -0.07544438540935516, -0.029056284576654434, 0.041905734688043594, 0.047636136412620544, -0.01235727034509182, 0.010309443809092045, -0.0020972643978893757, 0.029724245890975, -0.030849231407046318, 0.019739992916584015, -0.03304646909236908, 0.010827992111444473, 0.013086753897368908, 0.04303072392940521, -0.047987692058086395, 0.007888087071478367, 0.01949390210211277, 0.0013447101227939129, 0.017955834046006203, -0.03719485551118851, 0.0017171420622617006, -0.034364812076091766, -0.033081624656915665, -0.031534768640995026, 0.07298348098993301, 0.06841322779655457, 0.00025378106511197984, -0.011838722042739391, -0.06321015954017639, -0.0066488441079854965, 0.005682059098035097, -0.04478851333260536, 0.053436845541000366, -0.01646171323955059, -0.006517009809613228, 0.030532829463481903, -0.01815798133611679, -0.015029112808406353, -0.024679385125637054, -0.0029223274905234575, 0.06756948679685593, 0.014703921042382717, 0.0428197868168354, 0.01408869493752718, -0.010564323514699936, 0.07312410324811935, -0.032167576253414154, 0.030427360907197, 0.014703921042382717, -0.019388433545827866, -0.03313435986638069, -0.01687479391694069, 0.05424542725086212, 0.031042588874697685, -0.019441168755292892, -0.055757127702236176, -0.06514373421669006, -0.06394843757152557, -0.006877357140183449, -0.058218035846948624, -0.06215548887848854, 0.025734059512615204, 0.06788589060306549, -0.015705863013863564, 0.04215182736515999, -0.0032123629935085773, 0.01821071468293667, -0.010335810482501984, 0.0006998205208219588, 0.038530778139829636, 0.020214596763253212, -0.033450763672590256, 0.04394477233290672, 0.004869081079959869, 0.03568315505981445, -0.0025619803927838802, 0.03171055018901825, 0.024767274037003517, -0.03694876655936241, 0.03947998583316803, 0.0210583359003067, 0.01323616597801447, -0.009369025938212872, -0.026612956076860428, 0.024521183222532272, 0.007105870172381401, -0.09604569524526596, -0.013201010413467884, -0.016997838392853737, 0.04605412483215332, -0.04109715297818184, 0.023782912641763687, 0.0016391400713473558, -0.032730069011449814, 0.048620499670505524, 0.015802539885044098, -0.03211484104394913, -0.054280586540699005, -0.009966675192117691, -0.000691580877173692, 0.008257223293185234, 0.06180392950773239, -0.027509428560733795, 0.010239132679998875, -0.022130588069558144, 0.01900172047317028, 0.05417511612176895, -0.028827771544456482, -0.021989965811371803, -0.04471820220351219, 0.011460796929895878, 0.008411029353737831, -0.015371882356703281, 0.006108323577791452, 0.008556047454476357, 0.014985168352723122, 0.006292891688644886, -0.00464496249333024, 0.011320173740386963, 0.00760684022679925, -0.03164023905992508, 0.019529057666659355, -0.018386494368314743, 0.0395502969622612, 0.006925696507096291, -0.027509428560733795, -0.00693887984380126, 0.039444830268621445, -0.009922729805111885, 0.07748342305421829, -0.009237191639840603, 0.01589921861886978, 0.019370855763554573, 0.005238216836005449, 0.027456695213913918, -0.008986705914139748, -0.027140293270349503, 0.026806311681866646, -0.0374409481883049, -0.03898780420422554, -0.02090013399720192, 0.0017929468303918839, -0.07593657076358795, -0.02555827982723713, 0.031816016882658005, -0.008358296006917953, 0.020232174545526505, -0.028089499101042747, 0.07544438540935516, 0.04369868338108063, -0.01799977943301201, -0.05459698662161827, -0.0063104694709181786, -0.009826051071286201, -0.018034934997558594, 0.015908008441329002, -0.02817738987505436, -0.01190024521201849, 0.0166726466268301, -0.035700734704732895, 0.016716592013835907, -0.05238217115402222, -0.06619840860366821, 0.010388544760644436, -0.026683267205953598, 0.009650272317230701, 0.05424542725086212, -0.01935327798128128, 0.05980004742741585, -0.03149961307644844, 0.08212399482727051, -0.046300213783979416, 0.01147837471216917, -0.019950928166508675, -0.04158933460712433, 0.026859045028686523, -0.012770351022481918, -0.037335481494665146, -0.00022645291755907238, -0.007659574039280415, 0.016716592013835907, -0.018034934997558594, -0.0631750077009201, 0.019265389069914818, 0.02747427299618721, -0.042257294058799744, 0.010054564103484154, 0.03241366520524025, 0.01104771625250578, -0.04907752200961113, -0.012550627812743187, 0.028898082673549652, 0.02204269915819168, 0.0033178303856402636, 0.06278829276561737, 0.014062327332794666, 0.0020544182043522596, 0.030567985028028488, -0.024169625714421272, -0.04746035486459732, 0.05438605323433876, 0.016048630699515343, -0.013157065026462078, 0.05252279341220856, 0.07671000063419342, -0.028441058471798897, 0.0071190535090863705, -0.060151606798172, 0.08345991373062134, -0.03524370864033699, -0.03765188157558441, -0.10377997905015945, -0.04731973260641098, -0.05044860020279884, 0.014246895909309387, 0.004899842198938131, -0.012726406566798687, 0.01773611083626747, -0.04039403796195984, 0.07931152731180191, 0.03466363623738289, -0.013825026340782642, -0.039163582026958466, 0.01207602396607399, -0.034364812076091766, -0.039374519139528275, 0.02209543250501156, -0.040429193526506424, -0.0265602208673954, -0.024064159020781517, 0.017560331150889397, -0.017841577529907227, 0.010019408538937569, 0.020073972642421722, 0.07523345202207565, -0.06588200479745865, 0.017762478440999985, 0.01197055634111166, 0.025329768657684326, 0.028124654665589333, -0.0015018125995993614, -0.04865565523505211, 0.005800710059702396, 0.04292525351047516, 0.04911268129944801, 0.050518911331892014, 0.07481158524751663, -0.005172299686819315, 0.04313619062304497, 0.01828102581202984, -0.021568095311522484, -0.05656571313738823, 0.04204636067152023, -0.02387080155313015, 0.013728347606956959, 0.13963891565799713, -0.0001826454681577161, 0.026507487520575523, 0.040218256413936615, -0.0341714546084404, 0.0014391914010047913, -0.0017138462280854583, -0.08950671553611755, -0.02499578706920147, -0.019159922376275063, -0.024327827617526054, -0.0065038264729082584, -0.010001830756664276, 0.0207067783921957, -0.061768773943185806, -0.03638627380132675, -0.01434357464313507, -0.011161972768604755, 0.026085617020726204, -0.016567179933190346, -0.05164389684796333, 0.038812022656202316, 0.00029333136626519263, 0.029759401455521584, -0.02295674942433834, -0.029618777334690094, 0.008538469672203064, 0.02626139670610428, -0.041132308542728424, 0.030620718374848366, -0.0006284102564677596, -0.013086753897368908, -0.04443695396184921, 0.02761489525437355, -0.04981579631567001, 0.0148621229454875, -0.0008613175596110523, 0.03171055018901825, -0.006235763430595398, -0.04419086501002312, -0.005282161757349968, -0.042327605187892914, 0.04626505821943283, 0.013324055820703506, -0.009281136095523834, -0.029618777334690094, -0.020460687577724457, -0.009061411954462528, -0.019511479884386063, 0.03292342647910118, -0.04144871234893799, 0.011654154397547245, -0.0018753432668745518, -0.025118833407759666, -0.05969458073377609, 0.012216647155582905, 0.012330903671681881, -0.008819716051220894, -0.01546856015920639, -0.05041344463825226, 0.0875379890203476, -0.016637491062283516, 0.008459368720650673, -0.047143954783678055, -0.07945214956998825, 0.05006188526749611, 0.08585050702095032, -0.013455890119075775, -0.018421649932861328, 0.01857984997332096, 0.07474127411842346, -0.014246895909309387, 0.05797194689512253, 0.012128757312893867, 0.0004636173543985933, 0.04158933460712433, 0.00543596874922514, 0.009456915780901909, 0.036280807107686996, -0.003977002110332251, 0.02394111268222332, 0.0007833155686967075, -0.019546635448932648, -0.006297286134213209, -0.012550627812743187, -0.08268648386001587, 0.0008997692493721843, -0.0328882671892643, -0.0052118501625955105, 0.015002746134996414, 0.0004899842315353453, -0.01567949540913105, 0.009070201776921749, -0.04187057912349701, 0.012137546204030514, -0.05438605323433876, 0.05006188526749611, 0.014413885772228241, 0.021866919472813606, -0.0732647255063057, -0.011038927361369133, -0.04390961676836014, 0.027351226657629013, 0.052804041653871536, -0.07126084715127945, -0.05255794897675514, 0.021796608343720436, 0.02550554648041725, 0.024275092408061028, -0.004803163930773735, -0.01207602396607399, 0.04324165731668472, 0.06932727247476578, -0.03842531144618988, -0.016690224409103394, -0.03297615796327591, 0.026577798649668694, -0.007022374775260687, -0.032589443027973175, 0.005875416100025177, -0.02202512137591839, 0.004601018037647009, -0.023150106891989708, -0.012330903671681881, 0.0010931262513622642, -0.02344893105328083, -0.012708828784525394, 0.026718422770500183, 0.014062327332794666, 0.02803676575422287, -0.05375324934720993, -0.02118138037621975, -0.03919873759150505, 0.0279664546251297, -0.007360749877989292, 0.04172995686531067, 0.04109715297818184, 0.020003661513328552, -0.05530010536313057, 0.008195700123906136, -0.039585452526807785, 0.04478851333260536, -0.013728347606956959, 0.026859045028686523, 0.013552567921578884, 0.022288789972662926, 0.032519131898880005, -0.05276888608932495, 0.018808363005518913, -0.03599955886602402, 0.018245870247483253, 0.03271248936653137, 0.01949390210211277, -0.11172519624233246, -0.01702420599758625, 0.039444830268621445, 0.034224189817905426, -0.006538982503116131, 0.04760098084807396, -0.05013219639658928, -0.01661112532019615, -0.016268355771899223, 0.018984142690896988, -0.04471820220351219, 0.06405390053987503, -0.08198337256908417, -0.07263192534446716, 0.004601018037647009, 0.008679092861711979, 0.03130625560879707, -0.041765112429857254, 0.017569120973348618, 0.026876624673604965, 0.01603105291724205, -0.006538982503116131, 0.026946935802698135, -0.009667850099503994, -0.02562859281897545, -0.02719302661716938, 0.009852418676018715, 0.003135459730401635, -0.006495037581771612, 0.04851502925157547, 0.020741933956742287, -0.0013765700859948993, -0.061065658926963806, 0.008274801075458527, -0.002731167711317539, -0.0011832130840048194, -0.055124323815107346, 0.03243124485015869, -0.016619913280010223, 0.07249129563570023, -0.028071921318769455, -0.012392425909638405, -0.03680814430117607, -0.016699014231562614, -0.035841356962919235, 0.009404181502759457, 0.010028197430074215, 0.0559329092502594, 0.039022959768772125, -0.08085838705301285, -0.06180392950773239, 0.06257735937833786, 0.05027282238006592, -0.002394990297034383, 0.015600394457578659, 0.038179218769073486, 0.048479873687028885, 0.038741711527109146, 0.04004247859120369, -0.039726074784994125, -0.033151935786008835, -0.05234701558947563, -0.004354927223175764, -0.00020901233074255288, 0.0327652245759964, 0.05776100978255272, 0.0065521658398211, 0.026946935802698135, 0.0265602208673954, -0.03730032593011856, 0.033292561769485474, 0.046370524913072586, -0.0033310139551758766, -0.029970336705446243, -0.017050571739673615, -0.020794667303562164, -0.04443695396184921, 0.020495843142271042, 0.02026733011007309, -0.004328560084104538, -0.007554106879979372, 0.03496246039867401, 0.010318232700228691, 0.003667191369459033, 0.04074559360742569, 0.02274581417441368 ]
37,352
weewx
STARTUP
Event issued when the engine first starts up. Services have been loaded.
class STARTUP(object): """Event issued when the engine first starts up. Services have been loaded."""
()
[ 0.009928534738719463, -0.015410005114972591, -0.04689309373497963, -0.01751418225467205, 0.06206439062952995, 0.0037972445134073496, 0.01662123203277588, 0.023039858788251877, -0.011908936314284801, 0.019945479929447174, 0.008217785507440567, -0.016409046947956085, 0.04880277067422867, -0.034904588013887405, -0.001189125468954444, -0.021413099020719528, -0.011502247303724289, -0.015807854011654854, -0.07101156562566757, -0.13558682799339294, -0.024755027145147324, 0.032075442373752594, 0.0635850578546524, -0.040598247200250626, 0.023499595001339912, -0.01564871333539486, -0.0032402563374489546, -0.006480512674897909, -0.020263757556676865, -0.04109334573149681, -0.0127311572432518, -0.014517055824398994, -0.0445590503513813, 0.0019063581712543964, 0.04342739284038544, -0.02013998292386532, 0.0447005070745945, 0.0018555219285190105, -0.0447005070745945, 0.05962425097823143, 0.030731597915291786, -0.011599498800933361, 0.030077358707785606, 0.03239372372627258, 0.0038989167660474777, 0.022845353931188583, 0.059129152446985245, 0.02899874746799469, 0.0350106805562973, -0.018672363832592964, -0.02965298667550087, 0.00486259488388896, 0.01849554292857647, 0.0127665214240551, -0.023499595001339912, 0.04569070786237717, 0.03706181421875954, 0.03798128664493561, -0.0382288359105587, 0.015401164069771767, 0.035806380212306976, 0.015613350085914135, 0.017717527225613594, 0.040315330028533936, 0.05223310738801956, 0.000717785267625004, 0.010397111997008324, 0.02387091889977455, 0.013615265488624573, 0.007430928759276867, 0.01305827684700489, 0.007819936610758305, -0.00105871947016567, -0.006918146274983883, 0.036531347781419754, -0.001980402274057269, -0.06446916610002518, -0.014322551898658276, -0.003938701935112476, 0.028203049674630165, -0.0012465924955904484, 0.0022146909032016993, -0.03730936348438263, 0.03435644134879112, 0.08331835269927979, -0.005185294430702925, 0.019503425806760788, -0.032305311411619186, -0.04279083386063576, 0.016002357006072998, -0.02968835085630417, 0.06736903637647629, -0.008854342624545097, 0.054673247039318085, -0.00011203307803953066, -0.038087379187345505, -0.02298681065440178, 0.01881382055580616, -0.027654903009533882, -0.022527074441313744, -0.022827671840786934, -0.003235835814848542, -0.010512045584619045, -0.011502247303724289, 0.010220290161669254, -0.045124880969524384, -0.04102261736989021, -0.01450821477919817, -0.015065202489495277, 0.0003318168455734849, 0.006219700910151005, -0.02937007136642933, 0.010582773946225643, -0.0077138436026871204, -0.033330876380205154, -0.045726072043180466, 0.021607602015137672, 0.03122670017182827, -0.01085684821009636, -0.02013998292386532, -0.04802475497126579, 0.020546672865748405, -0.03982023149728775, 0.02770794928073883, 0.019238192588090897, -0.006122448947280645, 0.019627200439572334, 0.05863405019044876, 0.03914830833673477, -0.07624548673629761, 0.11047815531492233, -0.0020876002963632345, -0.020281441509723663, -0.06450452655553818, 0.0027230530977249146, -0.050818536430597305, 0.05983643978834152, -0.0103440647944808, -0.055274441838264465, 0.03532896190881729, -0.036884989589452744, 0.04045678675174713, -0.04547852277755737, -0.0002837434585671872, 0.014419803395867348, 0.059129152446985245, -0.05573417618870735, 0.004089000169187784, -0.02130700647830963, 0.005923524498939514, 0.05934133753180504, -0.06114491820335388, -0.024808073416352272, -0.03960804268717766, -0.05071244388818741, -0.05233919993042946, -0.013005230575799942, -0.032075442373752594, 0.010335223749279976, -0.01973329298198223, -0.02038753405213356, 0.010087673552334309, -0.024737345054745674, -0.020953362807631493, -0.06906652450561523, 0.025621453300118446, -0.03532896190881729, 0.008885286748409271, 0.005941206589341164, 0.017063286155462265, -0.015790171921253204, 0.021519191563129425, -0.031350474804639816, 0.027142120525240898, 0.0635143294930458, 0.03087305650115013, 0.02298681065440178, -0.0009139467729255557, 0.0044448538683354855, 0.029405437409877777, 0.028609739616513252, -0.02682384103536606, -0.08713769912719727, -0.014384439215064049, -0.007214322220534086, 0.0350814126431942, -0.00493774376809597, 0.055628083646297455, 0.020829588174819946, -0.0024777131620794535, 0.013668311759829521, 0.00042602961184456944, 0.011847048997879028, 0.0012510130181908607, 0.02199660986661911, 0.055309806019067764, -0.020175347104668617, -0.031120605766773224, -0.046397995203733444, 0.017717527225613594, -0.033330876380205154, 0.05382450297474861, -0.005048257298767567, -0.03925440087914467, 0.0286981500685215, 0.04109334573149681, 0.04073970392346382, 0.009362705051898956, -0.038264200091362, -0.04081043228507042, 0.0056715537793934345, -0.046044353395700455, -0.05902305990457535, 0.07256759703159332, 0.021448463201522827, -0.058209680020809174, 0.02675311267375946, 0.025320857763290405, -0.006816473789513111, 0.03847638517618179, 0.0022832092363387346, 0.010874530300498009, 0.023499595001339912, -0.03384365886449814, -0.05534517019987106, 0.017956236377358437, -0.01847786083817482, -0.010556250810623169, -0.03699108585715294, -0.06432770937681198, 0.0005520150298252702, 0.015524938702583313, -0.02772563137114048, 0.007148014381527901, 0.04593825712800026, 0.012359831482172012, 0.02169601432979107, 0.06033153831958771, -0.008067486807703972, -0.029246296733617783, -0.008058645762503147, 0.011466882191598415, -0.001835629460401833, -0.0350637286901474, -0.011926618404686451, 0.003890075720846653, -0.02137773483991623, 0.01001694519072771, -0.03129742667078972, 0.03347233310341835, -0.009751712903380394, -0.016400206834077835, 0.013650629669427872, -0.005238340701907873, -0.05541589856147766, -0.032676637172698975, 0.007258527912199497, 0.04933323338627815, -0.0014797759940847754, 0.019839387387037277, -0.011228173039853573, 0.04547852277755737, -0.04077506810426712, 0.08572312444448471, 0.029210932552814484, 0.03232299163937569, 0.053400132805109024, -0.006109187379479408, 0.01781477965414524, -0.019644882529973984, 0.13827450573444366, 0.008704044856131077, -0.021855153143405914, -0.023517277091741562, 0.00030529359355568886, -0.05668901279568672, -0.04261401295661926, -0.03257054463028908, -0.024330655112862587, 0.054956160485744476, 0.06722757965326309, 0.029493847861886024, -0.0010261180577799678, 0.03276504576206207, -0.04077506810426712, -0.029193250462412834, 0.007842038758099079, 0.05187946557998657, -0.021466145291924477, -0.05580490455031395, 0.008686362765729427, 0.02682384103536606, 0.02837987057864666, -0.02459588833153248, 0.0013858395395800471, 0.025055624544620514, -0.05064171552658081, 0.03667280450463295, 0.035134457051754, -0.001331687904894352, 0.040916524827480316, -0.026894569396972656, -0.09272526204586029, 0.0007249686750583351, -0.03532896190881729, 0.025073306635022163, 0.041588447988033295, 0.0025639135856181383, -0.024472113698720932, -0.047989390790462494, -0.020228393375873566, 0.0005655529093928635, -0.020953362807631493, 0.022474028170108795, -0.023446546867489815, 0.036495983600616455, -0.0023981432896107435, -0.03631916269659996, 0.04816621169447899, 0.03738009184598923, -0.04431150108575821, 0.06800559908151627, 0.05286966636776924, 0.010715390555560589, 0.034869223833084106, 0.01945037953555584, 0.04427613690495491, 0.04721137508749962, 0.023994695395231247, -0.04045678675174713, -0.0541427806019783, -0.04823694005608559, 0.04392249137163162, 0.008425550535321236, -0.06305459141731262, -0.07737714052200317, 0.027513444423675537, -0.03854711353778839, 0.010237972252070904, -0.06740440428256989, 0.03032490983605385, 0.011679068207740784, -0.08763279765844345, 0.047706473618745804, 0.012527812272310257, -0.010600456967949867, 0.018601635470986366, -0.05647682771086693, 0.07030428200960159, -0.07751860469579697, -0.023358136415481567, 0.017452294006943703, -0.04851985350251198, 0.02965298667550087, 0.03883003070950508, -0.05831577256321907, 0.0013758932473137975, -0.0381581075489521, 0.020882634446024895, -0.04820157587528229, -0.03591247275471687, 0.028592057526111603, -0.04593825712800026, -0.02098872698843479, -0.03313637152314186, -0.03794592246413231, 0.03451558202505112, -0.009645619429647923, 0.05011124908924103, -0.016382522881031036, 0.012448242865502834, -0.026859205216169357, 0.004489059094339609, 0.053718410432338715, 0.003191630356013775, -0.013889338821172714, 0.048944227397441864, 0.0007293891976587474, -0.03723863512277603, -0.0016974876634776592, -0.050818536430597305, 0.047671109437942505, -0.05354158952832222, -0.033649154007434845, 0.012625063769519329, 0.03402047976851463, -0.0016123922541737556, 0.02737198770046234, 0.006524717900902033, -0.0030722757801413536, 0.013014071621000767, 0.027637220919132233, -0.059164516627788544, 0.006670596078038216, 0.03127974644303322, 0.0010111987357959151, 0.01066234428435564, -0.011935459449887276, 0.02673543058335781, 0.03087305650115013, 0.05955352261662483, -0.008412288501858711, 0.0478125661611557, 0.012271421030163765, -0.004119943827390671, -0.06432770937681198, 0.02896338328719139, -0.03624843433499336, 0.016488617286086082, 0.032977234572172165, -0.008668680675327778, 0.010485522449016571, -0.11698518693447113, -0.06598982959985733, -0.07539673894643784, -0.015118248760700226, 0.01021144911646843, -0.02680615894496441, 0.033330876380205154, 0.01130774337798357, -0.015436528250575066, 0.016966035589575768, 0.06478744745254517, 0.05640609934926033, -0.012236056849360466, 0.03875930234789848, -0.00017461135576013476, 0.017929712310433388, 0.04296765476465225, -0.01321741659194231, -0.0381934717297554, 0.04233109578490257, -0.0606144554913044, -0.01785014383494854, 0.0015880792634561658, -0.02645251527428627, 0.02774331346154213, -0.030537094920873642, -0.05223310738801956, 0.013986590318381786, -0.07178957760334015, 0.029423119500279427, 0.04427613690495491, 0.023764826357364655, 0.043533485382795334, 0.01812421716749668, -0.04883813485503197, -0.029157886281609535, 0.06146319583058357, -0.02611655369400978, -0.07497236877679825, -0.02012230083346367, 0.0003561298071872443, -0.02353495918214321, 0.05675974115729332, -0.05905842408537865, -0.032729681581258774, 0.03950195014476776, 0.004654829390347004, -0.054107416421175, -0.06528254598379135, 0.01724894903600216, -0.040315330028533936, -0.018902231007814407, 0.026700066402554512, -0.020316805690526962, 0.028150003403425217, 0.008704044856131077, -0.017019081860780716, 0.03982023149728775, 0.03960804268717766, 0.02204965613782406, 0.0511014498770237, -0.038052015006542206, 0.021112501621246338, 0.02487880364060402, -0.007090547122061253, -0.0007277315016835928, 0.022792307659983635, -0.039395857602357864, 0.053364768624305725, 0.06227657571434975, 0.013288144953548908, 0.035505782812833786, -0.03336624056100845, -0.02578059397637844, 0.015560302883386612, -0.05608782172203064, 0.021289324387907982, -0.03699108585715294, -0.02130700647830963, -0.006608708295971155, 0.0383349284529686, -0.053400132805109024, 0.02551536075770855, -0.02132468856871128, 0.02774331346154213, 0.031421203166246414, 0.027584174647927284, 0.05385986715555191, -0.002206954872235656, 0.022438663989305496, 0.008288513869047165, 0.008964856155216694, -0.010140720754861832, -0.06531790643930435, -0.04172990471124649, -0.010945258662104607, -0.012094599194824696, 0.020864952355623245, 0.03723863512277603, -0.03453326225280762, -0.003054593689739704, -0.03338392451405525, 0.07433581352233887, 0.017779415473341942, -0.00972518976777792, 0.06662639230489731, -0.02107713744044304, 0.002833566628396511, -0.020511308684945107, -0.0078066750429570675, 0.0798526480793953, 0.04650408774614334, -0.025002578273415565, -0.03794592246413231, 0.0075547038577497005, -0.029776761308312416, -0.004175200592726469, 0.0860767662525177, 0.06273631006479263, -0.011670227162539959, -0.043498121201992035, -0.022173432633280754, 0.02418919838964939, 0.024648934602737427, -0.03759227693080902, -0.051455091685056686, 0.00310542993247509, 0.0016775951953604817, 0.019132100045681, -0.009902010671794415, 0.0700213611125946, -0.012050393968820572, 0.020157665014266968, -0.05587563291192055, 0.0302541796118021, -0.013173211365938187, -0.024118470028042793, -0.01791203022003174, 0.0007067339611239731, -0.020316805690526962, -0.02293376438319683, -0.0317571647465229, 0.011537611484527588, -0.02931702509522438, 0.039678774774074554, -0.010388270951807499, -0.010644662193953991, 0.05028806999325752, -0.04261401295661926, 0.0151536138728261, -0.03642525523900986, 0.06153392791748047, 0.018035806715488434, 0.0003928755468223244, -0.02042289823293686, 0.013650629669427872, -0.015348116867244244, 0.0011603919556364417, 0.03798128664493561, -0.021554555743932724, 0.03223458305001259, -0.021802106872200966, -0.0604729950428009, 0.04165917634963989, 0.03950195014476776, 0.018601635470986366, 0.005454947240650654, -0.04020923748612404, -0.014481691643595695, -0.04119943827390671, -0.027318941429257393, 0.019043689593672752, -0.03126206248998642, 0.0040801591239869595, 0.039395857602357864, 0.06931407749652863, -0.020670447498559952, 0.016161495819687843, -0.013827451504766941, 0.025886686518788338, 0.03525823354721069, -0.01662123203277588, -0.004951005335897207, -0.03442716971039772, 0.07292123883962631, -0.0022920502815395594, 0.04933323338627815, -0.018106535077095032, -0.039077579975128174, 0.04996979236602783, 0.047034554183483124, -0.0175407063215971, -0.000044654367229668424, -0.016824577003717422, -0.02579827606678009, 0.049616146832704544, -0.019980844110250473, 0.01563103124499321, -0.023782508447766304, -0.019892433658242226, -0.02360568754374981, 0.03886539489030838, 0.02578059397637844, 0.014561261050403118, 0.012112281285226345, -0.03755691275000572, 0.07076401263475418, 0.011157444678246975, 0.015843218192458153, 0.037415456026792526, 0.012899138033390045, -0.0057997494004666805, 0.003887865459546447, -0.001759375212714076, 0.016382522881031036, -0.057396300137043, 0.010326382704079151, -0.04042142257094383, -0.006608708295971155, 0.04558461531996727, -0.05364768207073212, -0.07900390028953552, 0.0382995642721653, -0.02044058032333851, -0.012686952017247677, -0.016462093219161034, 0.036814261227846146, -0.04328593611717224, 0.03974950313568115, 0.015029838308691978, 0.06277167797088623, -0.014455167576670647, 0.018654681742191315, 0.024472113698720932, -0.024914167821407318, -0.013836292549967766, 0.08183304965496063, -0.00970750767737627, 0.034250348806381226, -0.034904588013887405, -0.007766889873892069, 0.0892595574259758, -0.030537094920873642, -0.007819936610758305, -0.012854931876063347, -0.06871288269758224, -0.009265453554689884, -0.0073336767964065075, -0.05668901279568672, 0.0037817724514752626, -0.04027996584773064, 0.007753628306090832, 0.04279083386063576, -0.03023649752140045, 0.022138068452477455, 0.012492448091506958, -0.04834303259849548, 0.024914167821407318, 0.03762764111161232, 0.0135533781722188, 0.06079127639532089, -0.006347896531224251, 0.0015980254393070936, -0.011422676965594292, -0.032658953219652176, 0.02425992675125599, 0.056901197880506516, 0.015807854011654854, -0.005477049853652716, 0.0049421642906963825, -0.0033065644092857838, -0.05361231788992882, -0.020582037046551704, 0.014561261050403118, -0.04176526889204979, -0.04081043228507042, 0.03403816372156143, -0.046044353395700455, -0.061710748821496964, 0.055309806019067764, 0.0077624693512916565, -0.000658660545013845, -0.001655492465943098, -0.03847638517618179, -0.011263537220656872, -0.05290503054857254, -0.0207234937697649, -0.00040199290378950536, 0.03989095985889435, 0.007846459746360779, -0.012642746791243553, -0.002236793516203761, 0.0047653429210186005, 0.04530170187354088, -0.0413762591779232, -0.02199660986661911, 0.05124290660023689, 0.013332351110875607, 0.02358800545334816, -0.012218374758958817, 0.02740735188126564, -0.01627643033862114, 0.025709863752126694, -0.023747144266963005, -0.059694983065128326, 0.019273556768894196, -0.011599498800933361, 0.044841963797807693, -0.03607161343097687, -0.017699845135211945, 0.016479775309562683, -0.06549473106861115, 0.06093273311853409, 0.001964930444955826, -0.006670596078038216, -0.0030855373479425907, 0.01693951152265072, 0.054036688059568405, -0.057396300137043, -0.07263832539319992, -0.06178147718310356, 0.11641936004161835, 0.01114860363304615, -0.01976865716278553, -0.02963530458509922, -0.02767258509993553, -0.03600088506937027, -0.04494805634021759, 0.010768436826765537, -0.04629190266132355, 0.04027996584773064, -0.028203049674630165, 0.03921903669834137, -0.0028269358444958925, -0.004517792724072933, -0.022067338228225708, 0.005698076914995909, 0.06659102439880371, -0.035541146993637085, 0.03660207614302635, -0.02104177325963974, -0.0021163339260965586, -0.06174611300230026, -0.02424224466085434, 0.002767258556559682, 0.01973329298198223, -0.01976865716278553, -0.041588447988033295, 0.021554555743932724, -0.0990201085805893, -0.00860679242759943, -0.02227952517569065, 0.08119649440050125, 0.0048935385420918465, 0.03248213231563568, 0.004352022428065538 ]
37,353
weewx
StopNow
Exception thrown to stop the engine.
class StopNow(Exception): """Exception thrown to stop the engine."""
null
[ 0.07324066013097763, -0.03151526674628258, -0.03165140002965927, 0.047511134296655655, -0.02661440335214138, -0.07562302052974701, -0.01501739863306284, 0.05884438008069992, 0.01832718215882778, 0.000530448101926595, 0.02021605521440506, 0.0004825881333090365, 0.009827249683439732, -0.036620330065488815, -0.04723886400461197, 0.03139614686369896, -0.0076703596860170364, 0.03115791082382202, -0.05094854533672333, -0.09406932443380356, -0.051390983164310455, 0.03251926228404045, 0.03144719824194908, -0.03852622210979462, 0.037198904901742935, 0.06881627440452576, -0.025321120396256447, 0.01697433926165104, -0.00975918211042881, -0.07473814487457275, -0.017042407765984535, -0.01955239661037922, -0.038934625685214996, 0.019943784922361374, 0.00771715585142374, -0.008993422612547874, -0.033404137939214706, 0.01510248240083456, -0.04757920280098915, -0.009342268109321594, -0.027635416015982628, -0.007959646172821522, 0.043052710592746735, 0.04192959889769554, -0.022002829238772392, -0.04220186918973923, 0.040908586233854294, -0.018956806510686874, -0.009546470828354359, 0.0020186277106404305, -0.010456874035298824, -0.00041452061850577593, 0.04118085280060768, 0.0013028550893068314, 0.005466673523187637, 0.07854992896318436, 0.005428385455161333, 0.05377334728837013, -0.034884609282016754, -0.03658629581332207, 0.009495420381426811, 0.052548132836818695, -0.014557942748069763, 0.058776311576366425, 0.05516873300075531, -0.005343300756067038, 0.0003701171954162419, 0.03148123249411583, 0.0252870861440897, 0.023364178836345673, 0.03299573436379433, -0.00721090380102396, -0.03842411935329437, 0.029371138662099838, 0.033319056034088135, -0.06078430265188217, -0.08256591111421585, 0.021015848964452744, -0.006942887790501118, 0.010388806462287903, -0.018990840762853622, 0.022836655378341675, -0.007036480586975813, 0.020045887678861618, 0.07467007637023926, -0.009410335682332516, 0.015179058536887169, -0.03462935611605644, -0.05401158332824707, -0.013281676918268204, -0.03890059143304825, 0.004956166725605726, -0.042644307017326355, 0.006594041828066111, 0.012941339053213596, 0.022955773398280144, 0.032042790204286575, -0.0514250174164772, -0.02933710440993309, -0.07119863480329514, 0.060171693563461304, 0.04022790864109993, 0.007780969142913818, -0.03730100393295288, 0.04856618121266365, -0.019297143444418907, -0.012226630002260208, -0.058333870023489, 0.003216190729290247, -0.01839524880051613, -0.03784554451704025, 0.0049221329391002655, -0.039172861725091934, -0.021679507568478584, -0.04972333088517189, -0.013400794938206673, -0.011801207438111305, 0.046932559460401535, -0.01572359912097454, 0.011095006950199604, 0.013936826027929783, 0.009018947370350361, -0.08270204812288284, 0.010780194774270058, 0.05959312245249748, 0.03161736577749252, -0.005419876892119646, 0.03382956236600876, 0.03306380286812782, 0.007270462810993195, -0.010933347046375275, 0.006198399234563112, -0.006287737749516964, -0.024912714958190918, -0.008933862671256065, 0.04832794517278671, 0.07133477181196213, 0.00783627387136221, -0.029269037768244743, -0.030187949538230896, 0.018667519092559814, 0.043052710592746735, 0.0025376426056027412, 0.02356838248670101, 0.0010337756248191, 0.04427792876958847, -0.07351293414831161, -0.06374523788690567, -0.007657596841454506, 0.0320938378572464, 0.05561117082834244, -0.01107798982411623, -0.027788568288087845, -0.01865050196647644, -0.009529453702270985, -0.003058784641325474, -0.014192079193890095, 0.018582435324788094, -0.01992676965892315, -0.0018739841179922223, 0.0024270329158753157, -0.034850575029850006, 0.022172996774315834, -0.01745932176709175, -0.021220052614808083, 0.027158943936228752, -0.04502667114138603, 0.05710865557193756, 0.009869791567325592, 0.019705548882484436, -0.03199173882603645, 0.03466339036822319, -0.047511134296655655, 0.024895697832107544, -0.016412783414125443, 0.028503278270363808, -0.020896730944514275, 0.03716487064957619, -0.008031968027353287, -0.00909552350640297, 0.04162329435348511, -0.040159840136766434, -0.11224335432052612, -0.00798091758042574, 0.03325098752975464, -0.003733078483492136, -0.006130331661552191, 0.0495871938765049, -0.0102101294323802, -0.020318157970905304, 0.005526232533156872, -0.003898993134498596, 0.03337010741233826, 0.05554310232400894, 0.02467447891831398, 0.008083019405603409, 0.010371789336204529, -0.02962639182806015, 0.022513335570693016, 0.03947916626930237, -0.006283483933657408, 0.08317852020263672, 0.04911072179675102, -0.07895833253860474, 0.04101068526506424, 0.03920689597725868, 0.027329113334417343, -0.05635991320014, -0.046932559460401535, -0.02203686162829399, -0.007853290997445583, -0.02537217177450657, -0.012924321927130222, 0.08807937800884247, 0.08045581728219986, 0.00868711806833744, 0.044175826013088226, 0.006925871130079031, -0.006449398119002581, 0.0699053481221199, 0.0016931797144934535, -0.007925612851977348, 0.0011720377951860428, -0.045332975685596466, 0.007521461695432663, 0.004934895783662796, 0.0025014816783368587, 0.003975569270551205, -0.011137549765408039, -0.07031375914812088, -0.018922772258520126, -0.02261543646454811, -0.056427981704473495, -0.028741514310240746, 0.0533989742398262, 0.0032119364477694035, 0.0029354121070355177, -0.01590227708220482, -0.02971147559583187, -0.019960802048444748, -0.0028226752765476704, -0.034595321863889694, -0.01340930350124836, 0.022683503106236458, 0.0466943234205246, 0.013732624240219593, 0.054283853620290756, 0.026597386226058006, -0.04026194289326668, 0.009435861371457577, 0.04696659371256828, -0.027380162850022316, 0.0020601062569767237, -0.01853138394653797, 0.019977819174528122, -0.06194145232439041, 0.01619156263768673, -0.02817995660007, 0.04917879030108452, 0.040908586233854294, -0.01648085005581379, 0.03217892348766327, -0.05479435995221138, 0.04192959889769554, 0.053160738199949265, 0.02652931958436966, -0.004449914675205946, 0.020147988572716713, 0.06337086856365204, 0.01025267131626606, 0.061703212559223175, -0.01136727724224329, -0.023874685168266296, 0.013094490393996239, -0.03481654077768326, 0.027363145723938942, -0.04295061156153679, 0.03767537698149681, -0.020947782322764397, 0.02641020156443119, 0.0476813018321991, 0.035258978605270386, -0.010337756015360355, -0.007636325899511576, -0.05656411498785019, -0.0016251122578978539, -0.010269688442349434, -0.005662367679178715, -0.007972409017384052, 0.024027837440371513, 0.006253703963011503, 0.019075924530625343, 0.022462284192442894, -0.04774937033653259, 0.016429800540208817, 0.02062446065247059, -0.03515687957406044, -0.03258733078837395, 0.04604768380522728, -0.018037894740700722, 0.07827765494585037, -0.012396798469126225, -0.07548689097166061, 0.007036480586975813, -0.06238389015197754, -0.0026631420478224754, 0.06408558040857315, 0.005947400350123644, 0.014668552204966545, -0.03580351918935776, 0.033693425357341766, -0.02021605521440506, -0.024861665442585945, -0.00012051408702973276, 0.01029521320015192, 0.06350700557231903, 0.027056843042373657, -0.04836197942495346, -0.0054794359020888805, 0.06180531531572342, -0.013528421521186829, 0.006666363682597876, 0.058367904275655746, 0.0050667766481637955, 0.015238617546856403, 0.011631038971245289, 0.009146573953330517, -0.012609509751200676, -0.00010549137368798256, -0.030545303598046303, -0.010975888930261135, -0.02954130806028843, 0.020284123718738556, -0.05091451108455658, -0.0737171322107315, -0.0689183697104454, 0.030749505385756493, -0.016753120347857475, 0.02777155116200447, -0.03675646707415581, 0.060171693563461304, -0.04873634874820709, -0.05036997050046921, 0.05108467862010002, 0.03183858469128609, 0.016787154600024223, 0.03532704710960388, -0.0639834776520729, 0.11802909523248672, 0.04785147309303284, 0.03522494435310364, 0.014694077894091606, -0.03362536057829857, 0.03512284532189369, 0.01569807343184948, -0.04216783493757248, -0.010950363241136074, -0.040534213185310364, -0.024163972586393356, -0.09672395884990692, -0.04104471951723099, -0.002180288080126047, -0.016863729804754257, 0.018497351557016373, -0.08385919779539108, -0.05071030929684639, 0.024368174374103546, -0.033438172191381454, -0.002078186720609665, 0.03672243282198906, -0.029405172914266586, -0.03136211261153221, -0.004271237179636955, 0.0118862921372056, -0.0037947646342217922, 0.016931798309087753, 0.03226400911808014, 0.0012890287907794118, 0.005556012038141489, 0.05503259599208832, 0.02212194725871086, -0.0018803654238581657, -0.04717079550027847, -0.031294047832489014, 0.024708513170480728, 0.023755567148327827, -0.0017878361977636814, -0.0051050647161901, 0.03651822730898857, -0.013460353948175907, 0.019246093928813934, -0.048089709132909775, -0.010984397493302822, -0.024929732084274292, -0.007666105404496193, 0.02537217177450657, -0.011911817826330662, 0.00042542204027995467, -0.022207031026482582, 0.01951836422085762, -0.01266906876116991, 0.06942887604236603, -0.035633351653814316, 0.04101068526506424, 0.02096479944884777, -0.0012177706230431795, 0.0407724492251873, -0.025729525834321976, 0.010856770910322666, 0.033404137939214706, -0.03617789223790169, -0.02033517323434353, -0.07419360429048538, -0.0524119958281517, -0.018378233537077904, -0.023738550022244453, -0.018105963245034218, -0.025440238416194916, 0.030715472996234894, 0.010882295668125153, -0.01682969555258751, -0.016659528017044067, 0.1106778010725975, 0.0013836852740496397, -0.012073477730154991, 0.004171263426542282, -0.02409590594470501, -0.029575340449810028, 0.0032970209140330553, -0.002520625712350011, -0.06592340022325516, -0.004030873998999596, -0.048464078456163406, -0.013724115677177906, 0.007253446150571108, -0.030392151325941086, -0.04638801887631416, -0.023006824776530266, -0.012201104313135147, 0.003503350540995598, 0.02021605521440506, 0.013953843154013157, 0.02933710440993309, 0.06044396385550499, 0.0649704560637474, -0.0456392765045166, -0.001233723945915699, -0.013766657561063766, 0.056462015956640244, 0.008857287466526031, -0.03270644694566727, 0.017153017222881317, 0.048089709132909775, -0.01613200455904007, 0.06622970849275589, -0.045367006212472916, -0.08140876144170761, 0.01682969555258751, 0.040908586233854294, -0.023296112194657326, -0.03143018111586571, 0.069837287068367, -0.06132884323596954, -0.056223779916763306, 0.027090875431895256, 0.03716487064957619, 0.014158045873045921, -0.0022547368425875902, 0.04135102406144142, 0.016642510890960693, 0.025474272668361664, -0.010958871804177761, 0.026580369099974632, -0.017884742468595505, -0.00466262549161911, 0.030102863907814026, -0.016004377976059914, 0.036416128277778625, 0.06721668690443039, -0.026427218690514565, 0.043052710592746735, -0.02785663679242134, 0.003003479680046439, -0.0016155402408912778, -0.02426607348024845, -0.025729525834321976, -0.001812297967262566, -0.06381330639123917, 0.04209976643323898, -0.02290472388267517, -0.044822465628385544, -0.02727806195616722, 0.04220186918973923, -0.008823253214359283, 0.02600179612636566, -0.030885640531778336, -0.06752298772335052, 0.032825566828250885, -0.0359736904501915, -0.023006824776530266, 0.024946749210357666, -0.020318157970905304, -0.01766352355480194, -0.0670124813914299, 0.03747117519378662, -0.10536853224039078, 0.023262077942490578, 0.014498383738100529, 0.027090875431895256, -0.001729340641759336, 0.012635034509003162, 0.029762526974081993, 0.04220186918973923, -0.02458939515054226, 0.048872485756874084, -0.035258978605270386, -0.022496318444609642, -0.011605513282120228, 0.047306932508945465, 0.04512877017259598, 0.02545725554227829, -0.004420135170221329, 0.05336494371294975, 0.045945581048727036, 0.006504703313112259, -0.07133477181196213, -0.009937859140336514, -0.048668283969163895, 0.050404004752635956, 0.07929866760969162, 0.03222997486591339, 0.015655530616641045, 0.0204202588647604, -0.006032484583556652, 0.02855432778596878, -0.021151984110474586, -0.03365939110517502, -0.02253035269677639, -0.013919809833168983, -0.00670465175062418, -0.013358252122998238, 0.034306034445762634, 0.024368174374103546, -0.022462284192442894, 0.01491529680788517, -0.035088811069726944, -0.03115791082382202, 0.02632511593401432, -0.06507255882024765, 0.0048668282106518745, 0.020318157970905304, 0.013051948510110378, 0.015255634672939777, -0.01413252018392086, -0.007091785781085491, 0.0034501729533076286, 0.05887841060757637, 0.06143094599246979, 0.02438519150018692, 0.046319954097270966, -0.03536108136177063, -0.004905116278678179, 0.06197548285126686, -0.045537177473306656, 0.024742547422647476, 0.010907821357250214, 0.03073248825967312, -0.023006824776530266, 0.028026804327964783, -0.020250089466571808, -0.005504961125552654, -0.02838415838778019, 0.0972684994339943, -0.006645092274993658, 0.005577282980084419, 0.05908261612057686, -0.005785739980638027, 0.00593038322404027, -0.03512284532189369, -0.07351293414831161, -0.015323702245950699, -0.03706276789307594, -0.05350107699632645, -0.06469818204641342, -0.026835622265934944, 0.003458681283518672, 0.019586430862545967, -0.005283741746097803, -0.012652051635086536, 0.07262805104255676, 0.0009779389947652817, 0.055441003292798996, 0.021645473316311836, -0.03160034865140915, 0.014770654030144215, 0.055883441120386124, 0.0514250174164772, -0.0017910267924889922, 0.002561040688306093, 0.07228771597146988, -0.0446522980928421, 0.010635551065206528, 0.09093821793794632, -0.011299209669232368, 0.036620330065488815, 0.041691362857818604, -0.02707386016845703, 0.006036738865077496, -0.01682969555258751, -0.0016793535323813558, -0.019671516492962837, -0.04216783493757248, -0.007887325249612331, 0.02681860700249672, -0.016234105452895164, -0.005700655281543732, 0.014643027447164059, 0.019569413736462593, 0.04625188559293747, 0.031208962202072144, -0.013154049403965473, 0.021509338170289993, -0.03964933380484581, -0.03420393168926239, -0.021849676966667175, 0.035633351653814316, 0.010329247452318668, -0.04135102406144142, -0.05751706287264824, -0.0368926003575325, -0.04679642617702484, 0.039513200521469116, -0.03141316398978233, -0.09148275852203369, -0.06643390655517578, 0.030460219830274582, 0.007215158082544804, -0.0012943466426804662, 0.019450295716524124, 0.047511134296655655, 0.030851606279611588, 0.04506070539355278, -0.004730693064630032, 0.03706276789307594, -0.05908261612057686, -0.022700520232319832, -0.01262652687728405, -0.05271830037236214, 0.05901454761624336, 0.0007455521263182163, 0.010056977160274982, 0.034306034445762634, -0.020896730944514275, -0.022598419338464737, -0.03964933380484581, -0.006198399234563112, -0.001761247287504375, -0.05067627504467964, 0.022632453590631485, -0.024487292394042015, 0.00980172399431467, 0.0025589135475456715, -0.03519091382622719, -0.03177051991224289, 0.01876962184906006, 0.008916846476495266, 0.03519091382622719, 0.004649863112717867, 0.019671516492962837, -0.015732107684016228, 0.04451616480946541, -0.056462015956640244, 0.012745644897222519, -0.01586824283003807, 0.0006929061491973698, 0.03466339036822319, -0.03883252665400505, -0.03474847227334976, -0.013230625540018082, -0.0063005005940794945, 0.012532933615148067, 0.01905890740454197, -0.052343931049108505, -0.05251409858465195, -0.020539376884698868, 0.0834507867693901, -0.045571211725473404, 0.020045887678861618, 0.03408481553196907, -0.10169288516044617, -0.056632183492183685, 0.03770941123366356, -0.04376742243766785, 0.037607308477163315, -0.01972256600856781, -0.0671486184000969, -0.02896273322403431, -0.05261619761586189, -0.0048753367736935616, 0.03907076269388199, -0.0011411946034058928, -0.013987877406179905, -0.0060282303020358086, 0.004645608831197023, 0.035429149866104126, 0.027924703434109688, 0.003826671279966831, -0.026461251080036163, 0.03086862340569496, -0.06354103982448578, 0.03651822730898857, 0.02991567924618721, 0.033438172191381454, 0.010448365472257137, 0.014319706708192825, -0.04056824743747711, -0.02137320302426815, 0.0026376168243587017, 0.004569032695144415, 0.04043211042881012, -0.018429283052682877, -0.016702068969607353, -0.013970860280096531, -0.037403106689453125, -0.009912333451211452, -0.04369935393333435, -0.05380738154053688, -0.0016102225054055452, 0.04832794517278671, 0.0447203665971756, -0.03462935611605644, -0.04914475604891777, -0.044992636889219284, 0.05864017456769943, -0.021917743608355522, -0.030511269345879555, -0.040704380720853806, -0.011894800700247288, 0.02409590594470501, 0.04131698980927467, 0.004632845986634493, -0.01633620634675026, -0.025304103270173073, -0.06020572781562805, 0.020556394010782242, 0.005832536146044731, -0.018208064138889313, 0.07085829973220825, 0.020862696692347527, 0.036211926490068436, -0.008712643757462502, -0.018293147906661034, 0.010227146558463573, 0.0533989742398262, -0.011469378136098385, -0.050029631704092026, 0.01390279270708561, 0.033148884773254395, -0.028196973726153374, -0.0051050647161901, 0.013732624240219593, -0.03318291902542114, 0.002897124271839857, 0.026869656518101692, -0.009478403255343437, 0.007410852238535881, 0.0013985750265419483, 0.052548132836818695 ]
37,354
weewx
UnitError
Exception thrown when there is a mismatch in unit systems.
class UnitError(ValueError): """Exception thrown when there is a mismatch in unit systems."""
null
[ 0.024740606546401978, 0.009584274142980576, 0.016499299556016922, 0.039571624249219894, -0.023639541119337082, -0.06879990547895432, -0.04434290900826454, -0.02620869316160679, -0.017316756770014763, -0.037402860820293427, 0.052250560373067856, 0.02005273662507534, 0.03344903513789177, -0.02330588549375534, -0.027810243889689445, 0.06803249567747116, -0.03426649048924446, 0.007448874413967133, 0.009142179973423481, 0.021053705364465714, -0.05415239930152893, 0.03313206136226654, 0.0022938863839954138, 0.005651301704347134, -0.008495721034705639, 0.07186954468488693, 0.01469755545258522, -0.015973789617419243, 0.01811753213405609, -0.08795177191495895, -0.06696479767560959, 0.01587369292974472, 0.03366591036319733, 0.012754008173942566, -0.01453072763979435, -0.04767946898937225, 0.022388329729437828, -0.012837422080338001, -0.1028328388929367, 0.056187704205513, -0.05932407081127167, -0.008237137459218502, 0.030479492619633675, 0.04821332171559334, 0.022521793842315674, -0.031947579234838486, -0.0034283173736184835, 0.002842333633452654, -0.10216552764177322, 0.02922828309237957, 0.004883892368525267, -0.01648261584341526, 0.027376491576433182, -0.0032072700560092926, -0.008591647259891033, 0.0824798122048378, 0.013588148169219494, 0.0266424473375082, -0.013996877707540989, 0.01667446829378605, -0.021404044702649117, 0.06289419531822205, 0.008658378385007381, -0.056287799030542374, 0.002446116879582405, -0.020519856363534927, -0.00033652354613877833, -0.00014675658894702792, 0.0010661358246579766, 0.08294692635536194, 0.0441427156329155, 0.021854480728507042, -0.037402860820293427, 0.03710256889462471, 0.10069744288921356, -0.023506078869104385, -0.039671722799539566, 0.03830373287200928, 0.020419759675860405, 0.0054511078633368015, -0.004662845283746719, 0.011018996126949787, 0.016958076506853104, 0.027176296338438988, 0.0001640910777496174, -0.021654287353157997, -0.014997845515608788, -0.003520072903484106, -0.005855666007846594, -0.002531616482883692, -0.055820681154727936, -0.008983693085610867, -0.03987191617488861, 0.018284359946846962, 0.0039725941605865955, 0.06229361146688461, -0.001763164415024221, -0.061159178614616394, -0.06452910602092743, -0.04674523323774338, 0.041273269802331924, 0.03550101816654205, 0.0075990199111402035, 0.014222094789147377, 0.0469120591878891, -0.0020957780070602894, 0.01193655002862215, -0.040539227426052094, 0.006251882761716843, 0.02444031648337841, -0.03496716916561127, -0.008866913616657257, -0.058990415185689926, 0.009917930699884892, -0.04781293123960495, -0.023022277280688286, -0.004537724424153566, 0.026158645749092102, -0.039905279874801636, 0.035601116716861725, 0.03800344094634056, -0.0032573186326771975, -0.04604455456137657, 0.03456678241491318, 0.08101172745227814, 0.016766224056482315, 0.005547034088522196, 0.012520448304712772, 0.03817026689648628, 0.011819770559668541, 0.013596490025520325, -0.026592398062348366, 0.03289850056171417, 0.011944891884922981, -0.008399794809520245, 0.0373694933950901, 0.020903561264276505, -0.01392180472612381, 0.024373585358262062, -0.00008445672574453056, 0.03983854874968529, 0.05932407081127167, 0.010068075731396675, -0.015164674259722233, 0.023439347743988037, 0.060458503663539886, -0.06482940167188644, -0.005855666007846594, -0.04294155165553093, 0.022922180593013763, -0.03987191617488861, 0.016032179817557335, 0.046411577612161636, -0.029495207592844963, -0.0029445160180330276, -0.0431751124560833, 0.010660314932465553, -0.04724571853876114, 0.009317349642515182, 0.011227531358599663, -0.016958076506853104, -0.04627811536192894, 0.026442253962159157, 0.003980935551226139, 0.00835808739066124, 0.06846625357866287, -0.03456678241491318, -0.030079105868935585, -0.012395327910780907, 0.003007076447829604, -0.03606823459267616, -0.004106056410819292, -0.019368741661310196, 0.038437195122241974, -0.01392180472612381, -0.02842750772833824, -0.0005729502299800515, 0.03139704838395119, -0.007974383421242237, -0.022772034630179405, 0.03890431299805641, 0.010676998645067215, -0.0495479442179203, 0.021070389077067375, -0.00643122335895896, 0.01776719279587269, -0.033582497388124466, 0.010343342088162899, 0.02207135781645775, -0.04407598450779915, 0.03773651644587517, 0.004904746077954769, -0.005626277532428503, 0.01793402060866356, 0.022288233041763306, -0.035601116716861725, 0.020569903776049614, -0.004600284621119499, 0.06412871927022934, 0.038370463997125626, -0.04320847615599632, 0.05545365810394287, 0.03371595963835716, 0.03566784784197807, 0.00025636787177063525, -0.025841671973466873, -0.01946883834898472, -0.03188084810972214, -0.028961356729269028, -0.016115594655275345, -0.008191259577870369, -0.002583750057965517, -0.028677750378847122, 0.10663651674985886, 0.049147557467222214, -0.02233828231692314, 0.0571553073823452, -0.012261864729225636, -0.023606175556778908, 0.025774940848350525, 0.08448174595832825, -0.02735980786383152, 0.08588310331106186, -0.038437195122241974, 0.007607361301779747, 0.014030243270099163, -0.007240339182317257, -0.022605206817388535, -0.006748196668922901, 0.02192121185362339, 0.01116914115846157, -0.01493111439049244, -0.03813690319657326, 0.0024586289655417204, -0.010251586325466633, 0.014413947239518166, 0.002546213800087571, -0.03179743513464928, 0.018567966297268867, -0.015631793066859245, -0.05698847770690918, -0.04934775084257126, -0.03783661127090454, 0.03027929924428463, 0.0647626668214798, -0.010159831494092941, 0.010902215726673603, 0.040639325976371765, -0.052817776799201965, 0.009283983148634434, -0.043875791132450104, 0.016032179817557335, -0.004754600580781698, 0.014805993996560574, 0.050849203020334244, -0.08768484741449356, -0.03873748332262039, -0.04164029285311699, 0.09455816447734833, 0.0006996353040449321, -0.0064020282588899136, 0.003590974723920226, 0.006114249583333731, 0.06569690257310867, -0.04634484648704529, -0.025591429322957993, -0.007986894808709621, 0.037302762269973755, 0.05278440937399864, 0.058656759560108185, 0.0552201010286808, 0.04724571853876114, -0.053218163549900055, 0.00666061183437705, -0.00829552672803402, 0.04821332171559334, 0.03004574030637741, 0.05612097308039665, 0.04230760410428047, 0.006464588921517134, 0.0116946492344141, 0.011728014796972275, -0.018234310671687126, 0.018801527097821236, -0.04604455456137657, 0.0010666571324691176, -0.007678263355046511, -0.09235603362321854, 0.013062640093266964, 0.029278330504894257, -0.012228499166667461, -0.03383273631334305, -0.006155957002192736, -0.00909213162958622, 0.02824399620294571, 0.007206973619759083, -0.034133028239011765, -0.030813150107860565, 0.05461951717734337, -0.018451187759637833, -0.0355677492916584, 0.048346783965826035, -0.034233126789331436, 0.008791840635240078, -0.02167096920311451, -0.04711225628852844, 0.04918092116713524, -0.037636417895555496, -0.02330588549375534, -0.004946453031152487, 0.023205788806080818, 0.02492411807179451, 0.005430254619568586, 0.018818208947777748, 0.07273705303668976, 0.06329458206892014, 0.014780969358980656, -0.032264553010463715, 0.012053330428898335, 0.06613066047430038, -0.003488792572170496, 0.004692040383815765, 0.04070605710148811, -0.02233828231692314, -0.012236841022968292, 0.024957483634352684, -0.002475311979651451, 0.001811127527616918, -0.003705669194459915, -0.029161551967263222, -0.04821332171559334, -0.06906682997941971, 0.049481213092803955, -0.013104346580803394, -0.008941985666751862, -0.03443332016468048, 0.054752983152866364, -0.02719298005104065, 0.06059196591377258, 0.012078354135155678, 0.08875254541635513, -0.0011740527115762234, -0.016933051869273186, 0.007136072032153606, 0.03019588626921177, -0.013613172806799412, -0.018250994384288788, -0.030479492619633675, 0.05358518287539482, 0.05455278605222702, -0.0662974864244461, 0.06719835847616196, -0.02362285926938057, -0.0029632840305566788, 0.03553438559174538, -0.001999851781874895, -0.019986005499958992, -0.03313206136226654, -0.01753363385796547, -0.026992786675691605, 0.028043802827596664, -0.01608222909271717, -0.005530351307243109, -0.01604052074253559, -0.05862339213490486, -0.03533419221639633, 0.012854104861617088, -0.025374554097652435, 0.00950086023658514, 0.006952560972422361, -0.007086023222655058, -0.0008101589628495276, 0.004033069126307964, 0.005651301704347134, -0.014755944721400738, 0.05171671137213707, 0.028644384816288948, 0.021704334765672684, -0.0712689608335495, -0.00568049680441618, 0.01811753213405609, -0.05088257044553757, -0.06699816137552261, -0.0011469431919977069, 0.024907434359192848, -0.011027337051928043, -0.04941448196768761, 0.010301634669303894, -0.019135182723402977, 0.049814868718385696, -0.006906683091074228, -0.018718112260103226, 0.02599181793630123, 0.004087288398295641, -0.05318479612469673, 0.03158055990934372, 0.0024023246951401234, -0.025508016347885132, -0.052884507924318314, -0.02679259143769741, -0.041039712727069855, -0.0021812773775309324, -0.036802276968955994, 0.048013124614953995, 0.003213526215404272, -0.0006855592364445329, 0.020486490800976753, -0.017116563394665718, -0.015306477434933186, 0.020036054775118828, -0.02921159937977791, 0.0032760866452008486, -0.006940048653632402, -0.03416639566421509, -0.05949090048670769, -0.04003874212503433, -0.042841456830501556, -0.0714024230837822, -0.00010882926289923489, -0.004842185415327549, -0.017433535307645798, -0.03700247034430504, 0.0626939982175827, 0.040372397750616074, -0.0046962108463048935, -0.012603863142430782, -0.005225890316069126, -0.0020113212522119284, -0.0028798701241612434, 0.018818208947777748, -0.004921428859233856, 0.03903777524828911, -0.07840920239686966, -0.08101172745227814, 0.014897748827934265, -0.08921966701745987, -0.05388547480106354, -0.01176972221583128, 0.00222298433072865, 0.0309299286454916, 0.03466687723994255, 0.017416853457689285, 0.0637950673699379, 0.10623612999916077, -0.015406575053930283, -0.09042082726955414, 0.012211816385388374, -0.0478796623647213, -0.020403075963258743, 0.006756538059562445, -0.0033782690297812223, -0.01262054592370987, 0.002838162938132882, -0.041606929153203964, 0.05929070711135864, -0.04734581336379051, -0.08461520820856094, -0.032765038311481476, 0.008992034010589123, -0.021220533177256584, -0.0044459686614573, 0.06609728932380676, -0.049681406468153, -0.006652270443737507, -0.0197190809994936, 0.046811964362859726, 0.04350876808166504, -0.014972821809351444, 0.051182858645915985, 0.060692060738801956, -0.02467387542128563, 0.00612676190212369, 0.019051767885684967, -0.01795070245862007, -0.045110318809747696, 0.008433160372078419, -0.03371595963835716, 0.031547192484140396, -0.00842898990958929, -0.04904745891690254, 0.051750075072050095, -0.003985106013715267, 0.02555806376039982, 0.026825958862900734, 0.010093099437654018, -0.00291115022264421, -0.038437195122241974, -0.03706920146942139, -0.00450852932408452, -0.002429434098303318, -0.061726395040750504, -0.052317291498184204, 0.013688245788216591, -0.023172423243522644, -0.007086023222655058, -0.008078650571405888, -0.03603486716747284, 0.024790655821561813, -0.04407598450779915, -0.0238731000572443, 0.06025831028819084, 0.009592615999281406, 0.001195948920212686, -0.05685501545667648, 0.04407598450779915, -0.027309758588671684, 0.020086102187633514, -0.008020260371267796, 0.04270799458026886, -0.029128186404705048, -0.052484117448329926, 0.05041545256972313, 0.059390801936388016, 0.006264395080506802, 0.02102033980190754, -0.013980194926261902, -0.01610725186765194, 0.008958668448030949, -0.01177806407213211, 0.06953395158052444, 0.0032635745592415333, -0.0036472792271524668, 0.03061295486986637, -0.009467494674026966, 0.004525212105363607, -0.016958076506853104, -0.04294155165553093, -0.07420513778924942, 0.013421320356428623, -0.01876816153526306, 0.011369334533810616, 0.001503538223914802, 0.04714561998844147, 0.039905279874801636, -0.0068441228941082954, -0.01833440735936165, 0.007206973619759083, 0.0015264770481735468, -0.035767942667007446, 0.020753415301442146, -0.011836453340947628, 0.05331825837492943, 0.04797976091504097, -0.007098535541445017, 0.015097943134605885, -0.029511889442801476, -0.021787749603390694, -0.005805617664009333, -0.04961467534303665, 0.005163329653441906, 0.012745666317641735, -0.0020436441991478205, 0.04270799458026886, -0.004667016211897135, 0.022521793842315674, 0.009567591361701488, 0.041773755103349686, 0.06589709967374802, 0.0571553073823452, 0.017967386171221733, -0.02816058322787285, -0.020169517025351524, 0.03887094557285309, -0.010985630564391613, -0.019669031724333763, -0.022555159404873848, -0.011602894403040409, -0.020886877551674843, -0.0202028825879097, 0.02549133263528347, -0.00039986608317121863, -0.00974276103079319, 0.023172423243522644, -0.0072778756730258465, -0.013830048963427544, -0.011594552546739578, -0.0010895959567278624, 0.022671937942504883, -0.049314387142658234, -0.06966741383075714, -0.010777095332741737, 0.031780753284692764, -0.078609399497509, -0.043809060007333755, 0.046711865812540054, 0.007811725605279207, -0.053952205926179886, -0.04614465311169624, -0.0019289498450234532, 0.014722579158842564, 0.010360024869441986, -0.01906845159828663, -0.024974165484309196, -0.04601119086146355, 0.021053705364465714, 0.040972981601953506, -0.012186792679131031, -0.05952426418662071, -0.003232294460758567, 0.019669031724333763, -0.013571465387940407, 0.019952639937400818, 0.05164998024702072, -0.01818426325917244, 0.05164998024702072, 0.0126622524112463, -0.008833548054099083, -0.004596114158630371, -0.0131460539996624, -0.015214722603559494, 0.029995691031217575, -0.010435097850859165, -0.009317349642515182, -0.020519856363534927, -0.015598427504301071, -0.03603486716747284, 0.008783499710261822, -0.020836830139160156, 0.0243569016456604, 0.041373368352651596, -0.01206167135387659, 0.02776019461452961, -0.044609833508729935, 0.005046549718827009, -0.010743729770183563, 0.020670000463724136, 0.002343934727832675, -0.012870787642896175, -0.03603486716747284, -0.09228930622339249, -0.009942954406142235, 0.052317291498184204, 0.04901409521698952, -0.11144116520881653, -0.07794208824634552, -0.017600364983081818, 0.018818208947777748, 0.011477773077785969, 0.03910450637340546, 0.046878695487976074, -0.006439564749598503, 0.04854697734117508, -0.020603269338607788, 0.03516736254096031, -0.03733612969517708, -0.009934613481163979, -0.06436228007078171, -0.043708961457014084, 0.0618598572909832, -0.01719997636973858, 0.017633730545639992, 0.07807555049657822, 0.01267059426754713, -0.04264125972986221, 0.048113223165273666, -0.017800558358430862, 0.010493487119674683, -0.025391235947608948, 0.015840327367186546, 0.015573402866721153, -0.035200729966163635, 0.011394359171390533, 0.005405230447649956, 0.00558039965108037, 0.046077921986579895, 0.00013326697808224708, 0.017058173194527626, -0.018651381134986877, -0.020069420337677002, -0.026192011311650276, 0.016624419018626213, -0.015231405384838581, 0.056387897580862045, -0.00040794681990519166, -0.0210370235145092, 0.02475729025900364, 0.011486114002764225, -0.04564416781067848, 0.0019445900106802583, 0.009667688049376011, 0.03371595963835716, 0.026742544025182724, -0.047946393489837646, -0.04734581336379051, -0.012103378772735596, 0.043308574706315994, -0.042908187955617905, 0.04394252225756645, -0.012053330428898335, -0.08448174595832825, 0.001692262478172779, 0.005964104551821947, -0.05481971427798271, 0.0373694933950901, -0.04227424040436745, -0.02208803966641426, -0.011994940228760242, 0.046077921986579895, 0.012628886848688126, 0.04504358768463135, 0.029928959906101227, -0.012562155723571777, -0.01242035161703825, 0.032181140035390854, 0.020319662988185883, 0.0131460539996624, -0.04614465311169624, -0.008266332559287548, 0.0441427156329155, -0.0824798122048378, 0.05562048777937889, 0.024456998333334923, 0.005972445942461491, -0.06646431237459183, 0.011310945264995098, -0.03193089738488197, -0.005079915747046471, 0.057755887508392334, 0.0017433535540476441, 0.011919867247343063, -0.025124311447143555, -0.013204444199800491, 0.020686684176325798, -0.013788342475891113, -0.038370463997125626, 0.03439995273947716, 0.005054891109466553, -0.06055859848856926, 0.021954577416181564, 0.023189105093479156, 0.012320254929363728, 0.065596804022789, -0.04297491908073425, 0.0824798122048378, -0.013763317838311195, -0.0032802573405206203, -0.06059196591377258, 0.005146646872162819, 0.04571089893579483, 0.08074479550123215, 0.06993433833122253, 0.00962598156183958, 0.03563448041677475, -0.08187922835350037, -0.061659663915634155, 0.036335159093141556, -0.025057580322027206, 0.08761812001466751, 0.0017193721141666174, 0.0131460539996624, 0.018301041796803474, -0.037703149020671844, -0.003080063732340932, 0.06289419531822205, 0.051516517996788025, -0.058156274259090424, 0.0357012115418911, -0.02257184125483036, -0.009167203679680824, -0.01291249506175518, -0.031046709045767784, -0.013704928569495678, 0.022855449467897415, 0.039671722799539566, -0.07347109168767929, 0.026442253962159157, -0.04848024621605873, 0.021153802052140236 ]
37,355
weewx
UnknownAggregation
Exception thrown for an unknown aggregation type
class UnknownAggregation(ValueError): """Exception thrown for an unknown aggregation type"""
null
[ 0.02751980721950531, -0.010777624323964119, 0.01022258959710598, 0.07541851699352264, 0.02544878050684929, -0.03287133947014809, 0.01575637422502041, -0.060672808438539505, 0.03741103410720825, -0.027105601504445076, 0.01731378585100174, 0.07574988156557083, 0.01455517765134573, -0.06918887048959732, -0.036582622677087784, 0.04559573158621788, -0.03459443524479866, 0.07488834112882614, 0.06739950180053711, 0.01571495272219181, -0.059645578265190125, -0.030816882848739624, -0.028994377702474594, 0.03172813355922699, 0.03598616644740105, 0.041553087532520294, 0.02596239559352398, -0.027354124933481216, -0.00033576524583622813, -0.016907865181565285, -0.06792968511581421, -0.06451663374900818, 0.014505472965538502, 0.032076068222522736, 0.0022739877458661795, -0.06103730946779251, 0.001842178520746529, 0.029955334961414337, -0.07899725437164307, 0.022715024650096893, -0.053117699921131134, 0.009526723995804787, -0.04261345416307449, -0.024255868047475815, 0.053614746779203415, -0.008822575211524963, 0.02670796401798725, 0.007555106654763222, -0.1078922227025032, -0.009129087440669537, -0.032639384269714355, 0.0017230944940820336, -0.009800099767744541, 0.02180377207696438, -0.040989767760038376, 0.08058780431747437, 0.01936824433505535, 0.06925514340400696, -0.010645079426467419, 0.022698456421494484, -0.044667910784482956, 0.07190605998039246, -0.019003743305802345, -0.04665609821677208, -0.006349768955260515, -0.024769483134150505, -0.04301108792424202, 0.0008294463041238487, -0.0544762946665287, 0.009501871652901173, -0.004763361997902393, 0.017462899908423424, -0.05195792764425278, 0.02619435079395771, 0.021025067195296288, -0.0335175022482872, -0.03063463233411312, 0.02962397038936615, 0.06557700037956238, 0.002555647399276495, 0.04748450964689255, -0.007273446768522263, 0.026591986417770386, 0.022864138707518578, 0.0762137919664383, -0.005844438448548317, -0.020809680223464966, 0.0376761220395565, -0.010106611996889114, -0.03724535182118416, -0.012492435052990913, -0.03698026016354561, -0.003972230013459921, 0.049638375639915466, -0.027105601504445076, 0.055139023810625076, -0.026906782761216164, -0.064914271235466, -0.007952744141221046, -0.05626566335558891, 0.0264428723603487, -0.02019665576517582, 0.028132831677794456, -0.009675838053226471, 0.00465566897764802, -0.02177063561975956, 0.0539461113512516, -0.05189165472984314, -0.04741823673248291, 0.03910098969936371, 0.027354124933481216, 0.015002519823610783, -0.009998918510973454, -0.016344545409083366, -0.0325399786233902, -0.001396907726302743, 0.016584783792495728, -0.00746398139744997, -0.010214305482804775, 0.034992072731256485, 0.0004517427587416023, 0.027089033275842667, -0.017148103564977646, 0.08158189803361893, 0.05351533740758896, 0.003609800012782216, -0.003406839445233345, -0.021969454362988472, 0.023709118366241455, 0.017164671793580055, 0.016394250094890594, -0.01837415248155594, -0.023394322022795677, -0.02939201518893242, -0.012210775166749954, 0.04483359307050705, 0.049174465239048004, -0.021323293447494507, -0.03565480187535286, -0.019053447991609573, 0.01494453102350235, 0.034229934215545654, 0.005272835027426481, -0.018440425395965576, 0.01890433393418789, 0.03850453346967697, -0.020511452108621597, 0.015184770338237286, -0.015549271367490292, -0.01034685131162405, -0.03432934358716011, -0.02225111424922943, 0.0212238859385252, -0.006192370783537626, 0.03618498519062996, 0.0010261938441544771, 0.03509148210287094, -0.03989626467227936, -0.04566200450062752, -0.04543004930019379, -0.006142666097730398, -0.02543221227824688, 0.018490130081772804, -0.021141044795513153, -0.024951733648777008, 0.023145798593759537, 0.047219417989254, -0.04821350798010826, -0.03664889559149742, -0.009700690396130085, -0.042016997933387756, -0.006382905412465334, -0.04175190627574921, -0.03222518041729927, -0.02357657253742218, 0.07939489185810089, 0.013295993208885193, 0.0880766361951828, -0.005749171134084463, 0.0264428723603487, 0.018655812367796898, -0.03462757170200348, -0.029789652675390244, -0.03462757170200348, -0.00741013465449214, 0.004013650584965944, -0.027055896818637848, -0.049704648554325104, 0.009601281024515629, -0.006014262326061726, 0.029044082388281822, -0.0261777825653553, -0.019749313592910767, -0.009377610869705677, 0.05215674638748169, -0.051262062042951584, -0.039962537586688995, 0.02205229550600052, -0.01863924413919449, 0.08575708419084549, -0.04619218781590462, 0.014729144051671028, 0.010703067295253277, 0.024802619591355324, -0.004127556923776865, -0.005914853420108557, -0.019799018278717995, -0.049638375639915466, -0.006391189526766539, -0.056729573756456375, -0.03442875295877457, -0.017628582194447517, 0.024173026904463768, 0.08250971883535385, 0.03187724947929382, 0.0033384955022484064, 0.03621812164783478, -0.053117699921131134, 0.022151704877614975, 0.011929115280508995, 0.0597781240940094, 0.002184933517128229, 0.09669210761785507, -0.03883589804172516, 0.08032271265983582, -0.03724535182118416, 0.011324375867843628, -0.006565155927091837, 0.03794121369719505, -0.03674830496311188, 0.008731449954211712, -0.04847859963774681, -0.0162699893116951, 0.0005177567363716662, 0.03671516850590706, 0.005409522447735071, 0.052289292216300964, -0.03992940112948418, 0.07343033701181412, 0.006312490440905094, -0.04006194695830345, 0.000777152890805155, -0.08602217584848404, 0.027370693162083626, -0.0502348318696022, -0.03847139701247215, 0.014745712280273438, 0.06302549690008163, -0.01621199958026409, 0.018407288938760757, -0.002686121966689825, -0.002495587570592761, -0.025829849764704704, -0.006076393183320761, 0.04685491696000099, -0.05580175295472145, -0.07528597116470337, -0.03591989353299141, 0.08668490499258041, -0.03923353552818298, 0.005434374790638685, 0.04380636289715767, -0.019053447991609573, 0.061965130269527435, -0.03204293176531792, -0.026542281731963158, 0.024520959705114365, 0.0061343819834291935, 0.030087880790233612, 0.03929980844259262, 0.005285261198878288, 0.057226620614528656, 0.03588675707578659, 0.005550352390855551, -0.025879554450511932, 0.04559573158621788, 0.007629663683474064, 0.0672006830573082, 0.002120731631293893, 0.03585362061858177, 0.04039331153035164, 0.01699898950755596, -0.0030982564203441143, 0.033434659242630005, -0.013552800752222538, 0.050963833928108215, -0.0031831685919314623, -0.04818037152290344, -0.044204000383615494, 0.010943306609988213, 0.005728460848331451, -0.027983717620372772, 0.03711280599236488, -0.01857297122478485, -0.027436966076493263, 0.02829851396381855, 0.028613310307264328, -0.058353256434202194, 0.01809249259531498, 0.016717329621315002, 0.045993369072675705, 0.04953896626830101, 0.026823941618204117, 0.021406134590506554, -0.03166186064481735, -0.019484221935272217, 0.08834172785282135, -0.02622748725116253, -0.006705985404551029, 0.017164671793580055, -0.02283100225031376, 0.06680304557085037, -0.02751980721950531, 0.003133463906124234, 0.002075169002637267, 0.038703352212905884, 0.019517358392477036, -0.007650373969227076, -0.01153976283967495, 0.04427027329802513, -0.017694855108857155, 0.02467007376253605, 0.01310545951128006, -0.08443163335323334, -0.0336003415286541, 0.024520959705114365, -0.051460880786180496, 0.062197085469961166, -0.02014695107936859, 0.007116049062460661, -0.04765019193291664, -0.045761413872241974, 0.02937544696033001, 0.046788644045591354, -0.04065840318799019, -0.03174470365047455, 0.0587177574634552, -0.06657109409570694, 0.007592385169118643, -0.027652353048324585, -0.004431997891515493, 0.0039805141277611256, 0.02591269090771675, 0.02124045416712761, 0.057226620614528656, -0.0019995765760540962, 0.02702276036143303, -0.07714161276817322, 0.041818179190158844, -0.020610861480236053, -0.04108917713165283, 0.05825384706258774, -0.015540987253189087, 0.0014807843836024404, 0.08178071677684784, 0.02520025707781315, -0.018208470195531845, -0.008197125047445297, -0.01480370108038187, 0.012028524652123451, 0.08496181666851044, -0.04480045661330223, 0.03542284667491913, -0.01681673899292946, -0.01883806101977825, 0.010918454267084599, -0.03900158032774925, -0.009178792126476765, 0.020627429708838463, -0.04824664443731308, 0.0035580245312303305, -0.07449070364236832, -0.043872635811567307, 0.014174109324812889, -0.012409593909978867, 0.0643840879201889, 0.0016775318654254079, 0.00297813699580729, -0.04920760169625282, 0.021058203652501106, 0.00232783448882401, 0.038173168897628784, -0.038902170956134796, 0.0029574267100542784, -0.002719258423894644, -0.0012074087280780077, -0.038935307413339615, 0.00005727684037992731, -0.012989481911063194, 0.02125702239573002, -0.021273590624332428, -0.011548046953976154, 0.04324304312467575, -0.01575637422502041, -0.02677423693239689, -0.02042861096560955, -0.037609852850437164, -0.05629879981279373, -0.024587232619524002, 0.002640559570863843, -0.05606684461236, -0.013950438238680363, -0.029027514159679413, 0.030485518276691437, 0.027950581163167953, -0.08403399586677551, 0.0214889757335186, -0.036052439361810684, 0.011821422725915909, -0.007679368369281292, 0.0597781240940094, -0.06179944798350334, -0.01674218289554119, -0.013229720294475555, -0.0256475992500782, -0.019815586507320404, 0.021621521562337875, -0.07296642661094666, -0.014936246909201145, -0.005711892619729042, 0.043640680611133575, -0.008772870525717735, 0.035522256046533585, 0.050466787070035934, -0.002122802659869194, -0.036317531019449234, -0.05845266580581665, -0.022184841334819794, 0.0009878799319267273, -0.011622603982686996, -0.0018980962922796607, 0.028414491564035416, -0.03906785324215889, -0.053316518664360046, 0.005218988284468651, -0.06216394901275635, -0.09483647346496582, 0.014066415838897228, 0.005492363590747118, 0.015126781538128853, 0.03442875295877457, 0.003852110356092453, 0.044402819126844406, 0.003442046931013465, 0.04980405792593956, -0.08714881539344788, 0.06179944798350334, 0.0576573945581913, -0.043938908725976944, -0.03797435015439987, 0.01943451724946499, -0.03582048416137695, 0.028696151450276375, -0.0005446801078505814, 0.03910098969936371, -0.014530325308442116, -0.014107836410403252, 0.0070746284909546375, 0.01255870796740055, -0.0044941287487745285, -0.049373283982276917, -0.004222824238240719, -0.07097823917865753, 0.012003672309219837, -0.007041492033749819, 0.05165969952940941, 0.024239299818873405, -0.00956814456731081, -0.0005767810507677495, 0.0518253818154335, -0.015673533082008362, 0.0041896877810359, 0.007869902998209, -0.029458288103342056, -0.04261345416307449, 0.004498270805925131, 0.0555366612970829, 0.025266529992222786, 0.044402819126844406, 0.022217977792024612, 0.08350381255149841, 0.023261776193976402, 0.003454473102465272, 0.016684193164110184, -0.03804062306880951, 0.0021517970599234104, -0.04006194695830345, -0.04185131564736366, -0.016891296952962875, 0.009236780926585197, 0.007227884139865637, 0.0032929328735917807, 0.044402819126844406, 0.033666614443063736, 0.05242183804512024, 0.004871055483818054, -0.005351533647626638, 0.039962537586688995, 0.020047541707754135, 0.003266009734943509, 0.025249961763620377, 0.011067568324506283, -0.03459443524479866, -0.061733175069093704, 0.07130960375070572, -0.10696440190076828, 0.0576573945581913, 0.03015415370464325, 0.06574267894029617, -0.0507650151848793, -0.05503961443901062, 0.029259469360113144, 0.04307736083865166, 0.053879838436841965, 0.010305430740118027, -0.006598291918635368, 0.024752914905548096, -0.03674830496311188, -0.0012798947282135487, 0.07952743768692017, 0.01834101602435112, -0.025051143020391464, -0.022466501221060753, 0.023675981909036636, 0.015284179709851742, -0.025349371135234833, -0.0014631806407123804, -0.03328554704785347, -0.005206562113016844, 0.0189209021627903, 0.030833451077342033, 0.021306727081537247, 0.014596598222851753, 0.030054744333028793, -0.020113814622163773, 0.030220426619052887, -0.03671516850590706, 0.02047831565141678, -0.019202562049031258, 0.008035585284233093, -0.023974208161234856, 0.029955334961414337, 0.011846275068819523, 0.014091268181800842, 0.045993369072675705, 0.02937544696033001, 0.0001661999267525971, -0.006929656490683556, 0.03439561650156975, -0.022201409563422203, 0.01312202773988247, 0.04185131564736366, 0.03439561650156975, 0.009344474412500858, 0.03456129878759384, 0.004477560520172119, -0.0007015604060143232, 0.008913700468838215, 0.027983717620372772, -0.0014869974693283439, -0.023228639736771584, -0.034495025873184204, 0.04188445210456848, 0.008822575211524963, -0.022416796535253525, -0.031479611992836, -0.0509306974709034, 0.014066415838897228, -0.023742254823446274, 0.022135136649012566, -0.021886613219976425, -0.07561733573675156, -0.009120803326368332, -0.020279496908187866, -0.012426162138581276, 0.03230802342295647, -0.024239299818873405, 0.03406425192952156, -0.03462757170200348, -0.0576573945581913, 0.01936824433505535, -0.034196797758340836, -0.024951733648777008, -0.042547181248664856, -0.008632040582597256, 0.019086584448814392, -0.0482797808945179, -0.040260765701532364, -0.05507275089621544, 0.042845405638217926, 0.009269917383790016, 0.005906569305807352, 0.027403829619288445, -0.017479468137025833, 0.0007932033622637391, 0.040459584444761276, -0.0021683652885258198, -0.05431061238050461, -0.013668778352439404, -0.06415213644504547, -0.037642985582351685, 0.03635066747665405, -0.007716646883636713, -0.015093645080924034, 0.07243624329566956, -0.008226118981838226, 0.008064579218626022, 0.03169499710202217, 0.019053447991609573, -0.06865868717432022, -0.020826248452067375, 0.0351908914744854, -0.04900878295302391, 0.005923137534409761, 0.016733897849917412, -0.03883589804172516, -0.03406425192952156, 0.012036808766424656, -0.0006523735355585814, 0.015143349766731262, 0.0037382037844508886, 0.048809964209795, -0.047815870493650436, -0.001471464755013585, -0.016568215563893318, 0.016319692134857178, -0.005065732169896364, -0.029292605817317963, -0.026857078075408936, -0.0864860862493515, -0.025299666449427605, 0.01918599382042885, 0.039465490728616714, -0.07826825231313705, -0.03598616644740105, -0.0048751975409686565, 0.04480045661330223, 0.027089033275842667, -0.0012177638709545135, 0.024073617532849312, 0.0018059355206787586, -0.013155164197087288, -0.0659746378660202, 0.032109204679727554, -0.005160999484360218, -0.013461675494909286, -0.03479325398802757, -0.04344186186790466, 0.039432354271411896, 0.004999459255486727, 0.04334245249629021, 0.03310329467058182, -0.01152319461107254, -0.049174465239048004, -0.0022967690601944923, 0.039200399070978165, -0.0002300134365214035, -0.01782740093767643, -0.023245207965373993, 0.0015853712102398276, 0.004564543720334768, 0.026591986417770386, 0.00009513780241832137, 0.03492579981684685, 0.047849006950855255, 0.000575745536480099, -0.009559860453009605, -0.05480765923857689, 0.053581610321998596, 0.049174465239048004, 0.013652210123836994, -0.03853766992688179, 0.06408586353063583, -0.0009464593604207039, -0.04847859963774681, 0.0015201338101178408, 0.032076068222522736, 0.0021662942599505186, 0.024504391476511955, 0.0030858302488923073, 0.02932574227452278, -0.008723165839910507, -0.0435081347823143, 0.0025225109420716763, -0.03169499710202217, 0.011821422725915909, -0.047318827360868454, -0.032109204679727554, 0.0445685014128685, -0.042845405638217926, 0.0275032389909029, -0.020246360450983047, -0.019219130277633667, 0.01862267591059208, -0.07058060169219971, -0.01784396916627884, -0.04844546318054199, 0.0021393708884716034, 0.014869973994791508, 0.022731592878699303, 0.0440383180975914, 0.026906782761216164, -0.012268763966858387, 0.023444026708602905, 0.006366337183862925, 0.025631031021475792, -0.04635787010192871, 0.020345769822597504, 0.09914420545101166, -0.04559573158621788, -0.025067711248993874, 0.06958650797605515, -0.033964842557907104, -0.007252736482769251, 0.04407145455479622, 0.01086874958127737, 0.01728064939379692, 0.0954991951584816, -0.049174465239048004, -0.030021607875823975, -0.019086584448814392, -0.0001639994588913396, -0.009866372682154179, 0.0225493423640728, -0.01533388439565897, 0.013851028867065907, 0.03936608135700226, -0.05792248249053955, 0.03883589804172516, 0.036847714334726334, 0.06050712615251541, 0.041785042732954025, 0.007803630083799362, 0.043143633753061295, 0.010587090626358986, 0.010396555997431278, -0.03595302999019623, 0.029276037588715553, 0.04185131564736366, 0.01177171804010868, 0.0064740306697785854, -0.005210704170167446, -0.024222731590270996, -0.07402679324150085, -0.008557483553886414, -0.011713729240000248, 0.01558240782469511, 0.05706093832850456, -0.05106324329972267, 0.00523555651307106, 0.007828482426702976, -0.01164745632559061, 0.0035953030455857515, 0.04513182118535042, -0.051494017243385315, -0.04347499832510948, 0.04771646112203598, -0.006320774555206299, 0.01885462924838066, -0.024454686790704727, -0.023709118366241455, -0.015789510682225227, 0.007629663683474064, -0.033070158213377, -0.03348436579108238, 0.010032054968178272, 0.021141044795513153, -0.038703352212905884 ]
37,356
weewx
UnknownArchiveType
Exception thrown after reading an unrecognized archive type.
class UnknownArchiveType(HardwareError): """Exception thrown after reading an unrecognized archive type."""
null
[ 0.02447674237191677, 0.010274400003254414, -0.04106329381465912, 0.019519643858075142, 0.023722028359770775, -0.06517983227968216, -0.010926198214292526, 0.02286439947783947, -0.01692102663218975, -0.061886534094810486, 0.06367040425539017, 0.06874757260084152, -0.021217750385403633, -0.015891872346401215, -0.01891930401325226, 0.034785445779561996, -0.056569233536720276, 0.135368213057518, 0.017169740051031113, -0.0008747819811105728, -0.07547138631343842, 0.02548874542117119, -0.017066825181245804, -0.0042795706540346146, 0.04960528388619423, 0.06308721750974655, 0.00736274803057313, -0.04291577264666557, -0.029742587357759476, -0.06579732894897461, -0.01693817973136902, -0.013996511697769165, -0.013790680095553398, 0.03869623690843582, -0.0074485111981630325, 0.035162802785634995, 0.012032540515065193, 0.015600278042256832, -0.06689509004354477, 0.023430434986948967, -0.0608573816716671, -0.02945099212229252, 0.009433923289179802, -0.04102898761630058, -0.001724907080642879, -0.022984467446804047, -0.06566010415554047, -0.043533265590667725, -0.03293296694755554, 0.036226265132427216, -0.012332710437476635, 0.0019371703965589404, 0.04205814376473427, -0.014751224778592587, -0.024545352905988693, 0.06349887698888779, -0.00458831712603569, 0.028696278110146523, -0.004180943127721548, 0.051183320581912994, -0.019125135615468025, 0.04754697158932686, -0.004768419079482555, -0.01552309188991785, -0.01693817973136902, -0.04692947864532471, 0.003842179663479328, -0.05341315641999245, -0.04058302193880081, 0.053790513426065445, 0.04754697158932686, 0.008867887780070305, -0.04764988645911217, 0.012692914344370365, 0.10565993934869766, -0.035505857318639755, -0.05409926176071167, 0.03890206664800644, -0.008632039651274681, 0.02204107493162155, 0.04957097768783569, -0.021183446049690247, -0.01926235482096672, 0.015214345417916775, 0.010746096260845661, -0.01926235482096672, 0.07780413329601288, 0.011955353431403637, -0.019553950056433678, -0.018147436901926994, 0.0033040172420442104, 0.019142286852002144, -0.03193811699748039, -0.0025385830085724592, -0.0003837891563307494, -0.01075467187911272, 0.025317218154668808, -0.06240111216902733, -0.009794127196073532, -0.06614037603139877, -0.0017967335879802704, 0.009476804174482822, -0.010317280888557434, -0.052898578345775604, -0.015240074135363102, -0.015874719247221947, -0.005124335642904043, -0.022452736273407936, -0.0286276675760746, -0.0176328606903553, -0.008156055584549904, -0.06387623399496078, -0.04813016206026077, -0.017066825181245804, -0.001968259457498789, -0.027495598420500755, 0.06195514649152756, 0.01818174310028553, -0.03574599325656891, -0.022178295999765396, 0.037118200212717056, 0.04504269361495972, -0.06219528242945671, 0.0062392535619437695, 0.0568779781460762, 0.03917650878429413, -0.014065121300518513, -0.02764997072517872, 0.010874740779399872, 0.03188665956258774, -0.019674018025398254, 0.015711769461631775, -0.03934803605079651, -0.0025836084969341755, -0.011981082148849964, 0.002795871812850237, 0.00602913461625576, -0.03536863625049591, -0.013061695732176304, -0.026432137936353683, 0.019828390330076218, 0.022795788943767548, 0.04428797960281372, -0.052521221339702606, -0.023207450285553932, 0.0524183064699173, -0.010334433987736702, -0.04277855157852173, -0.03358476608991623, -0.000982521683908999, 0.035505857318639755, -0.01819889433681965, -0.08926206827163696, 0.011320707388222218, 0.01620919443666935, -0.014974208548665047, 0.004017993807792664, -0.022710025310516357, -0.055780213326215744, -0.0006861034780740738, -0.02909078821539879, -0.010780401527881622, 0.02240127883851528, -0.014022240415215492, -0.058558933436870575, -0.02108052931725979, -0.009897042997181416, -0.026758035644888878, 0.002530006691813469, 0.013850714080035686, -0.0448368638753891, 0.03670653700828552, -0.06164639815688133, -0.034888364374637604, -0.004103756509721279, 0.022178295999765396, 0.004549723584204912, 0.015497363172471523, -0.020686021074652672, -0.027255460619926453, 0.020857546478509903, 0.0013421899639070034, -0.05605465546250343, 0.03869623690843582, 0.0327957458794117, 0.012238371185958385, -0.028147395700216293, -0.002259853295981884, 0.06349887698888779, -0.004493977874517441, 0.025402981787919998, 0.008456225506961346, -0.010668909177184105, 0.003966535907238722, 0.037049587815999985, -0.0765005424618721, 0.010197212919592857, -0.014794106595218182, 0.00882500596344471, 0.09468228369951248, -0.0198112390935421, 0.04329312965273857, 0.018559100106358528, 0.028850652277469635, -0.03735833615064621, -0.03783860802650452, 0.022092532366514206, -0.0520409494638443, -0.06826730072498322, 0.023550502955913544, -0.026071932166814804, -0.00859773438423872, 0.00963117741048336, 0.05989683419466019, 0.03855901584029198, -0.04617476463317871, 0.0018782083643600345, 0.003990120720118284, 0.030445842072367668, 0.0001087447235477157, 0.009219516068696976, 0.06459664553403854, -0.003492695512250066, -0.04003413766622543, 0.042881470173597336, -0.026946714147925377, 0.011372165754437447, 0.0017720767064020038, -0.014862717129290104, 0.01593475416302681, 0.01107199490070343, -0.038113050162792206, -0.04761558398604393, 0.02960536628961563, 0.07018838822841644, 0.037392642349004745, -0.0038657644763588905, -0.035437244921922684, 0.0046183341182768345, -0.021320665255188942, 0.0001514251925982535, -0.03879915177822113, -0.01826750487089157, 0.010497383773326874, 0.022092532366514206, -0.0852140560746193, 0.0049956911243498325, 0.07519694417715073, -0.049673892557621, -0.01970832236111164, 0.05361898988485336, -0.0028580499347299337, -0.016869569197297096, -0.03708389401435852, 0.04576310142874718, -0.09975945204496384, 0.003394068218767643, -0.11478511244058609, 0.0876840278506279, -0.041097600013017654, -0.05142345651984215, -0.027204003185033798, 0.050016943365335464, -0.029639670625329018, -0.06140626221895218, -0.0327957458794117, 0.008130326867103577, 0.024957014247775078, 0.026449289172887802, 0.025986170396208763, 0.07060004770755768, 0.036157652735710144, -0.05114901438355446, 0.017435604706406593, 0.015411599539220333, 0.003070313250645995, 0.053516071289777756, 0.030394384637475014, 0.03574599325656891, 0.05797574669122696, -0.013704917393624783, 0.04312160611152649, 0.008494818583130836, 0.010926198214292526, -0.01206684485077858, -0.008284700103104115, -0.021183446049690247, -0.05770130455493927, -0.046586427837610245, 0.00034331975621171296, 0.02790725976228714, 0.03392781689763069, -0.010145755484700203, -0.0484389066696167, 0.02296731434762478, 0.018421879038214684, -0.05121762678027153, -0.03869623690843582, 0.06548857688903809, -0.028198853135108948, -0.036157652735710144, 0.06638051569461823, 0.0024871251080185175, -0.016723772510886192, -0.0765005424618721, -0.01331898383796215, 0.0368780642747879, -0.017058247700333595, -0.06367040425539017, 0.009288125671446323, 0.05060013383626938, 0.047306835651397705, 0.024785488843917847, 0.033447545021772385, -0.004318163730204105, 0.06339596211910248, 0.028130242601037025, 0.026500748470425606, -0.006264982745051384, 0.057564083486795425, -0.02485409937798977, 0.06943367421627045, -0.01879923604428768, -0.01584041491150856, 0.01228982862085104, -0.03643209487199783, -0.017975911498069763, -0.0052615562453866005, 0.0005038572708144784, 0.018078826367855072, -0.05547146871685982, -0.006440796423703432, 0.02432236820459366, -0.008717802353203297, 0.001223193947225809, 0.0023842095397412777, 0.02214398980140686, -0.06493969261646271, 0.005497404374182224, -0.010686062276363373, 0.02873058430850506, -0.006869611330330372, 0.008734955452382565, 0.031732287257909775, 0.03574599325656891, -0.014897022396326065, 0.059176426380872726, -0.0380101352930069, -0.004080171696841717, 0.01809597946703434, -0.0234132818877697, 0.06867896020412445, -0.045522965490818024, 0.044425200670957565, 0.019159439951181412, -0.049193620681762695, -0.03530002385377884, -0.010720367543399334, -0.011003384366631508, 0.038215965032577515, 0.04583171382546425, -0.024253757670521736, -0.03684375807642937, 0.0178215391933918, -0.07313863188028336, -0.06346457451581955, -0.012658609077334404, 0.02547159232199192, 0.0392451211810112, -0.025866102427244186, -0.001599478768184781, -0.028644820675253868, -0.06885048747062683, -0.0030960419680923223, 0.010257246904075146, 0.038661930710077286, -0.0006014126120135188, -0.015994787216186523, -0.06219528242945671, 0.04147495701909065, -0.006299287546426058, 0.026312069967389107, -0.052075255662202835, -0.008194648660719395, 0.02150934375822544, -0.026054780930280685, -0.010008534416556358, 0.0025342947337776423, 0.007885902188718319, 0.04435659199953079, 0.0018278226489201188, 0.01327610295265913, 0.030188553035259247, 0.016895297914743423, 0.0440821498632431, -0.003016711212694645, -0.06384193152189255, 0.01576322689652443, -0.016723772510886192, 0.013078847900032997, -0.029553908854722977, 0.002877346472814679, -0.022109685465693474, 0.054064955562353134, -0.008160343393683434, 0.008885039947926998, 0.035505857318639755, -0.07622610032558441, -0.00053735839901492, -0.019125135615468025, 0.048747655004262924, -0.022281210869550705, -0.012941626831889153, -0.05536855384707451, -0.023927859961986542, 0.05547146871685982, 0.04792432859539986, -0.05447661876678467, -0.005480251740664244, -0.01638929732143879, 0.028782041743397713, 0.019245203584432602, 0.035162802785634995, 0.042538415640592575, 0.036329180002212524, 0.0012832279317080975, -0.028284616768360138, 0.019553950056433678, -0.03133777901530266, -0.014022240415215492, 0.03869623690843582, 0.050805963575839996, -0.019845543429255486, -0.007950223982334137, 0.022366974502801895, -0.03519710898399353, -0.05746116861701012, -0.0356430783867836, -0.024545352905988693, 0.040926072746515274, 0.008756395429372787, -0.019485339522361755, 0.015994787216186523, 0.02231551706790924, 0.016415026038885117, -0.05265844240784645, 0.030274316668510437, 0.02396216429769993, 0.011149181984364986, 0.013627730309963226, -0.05121762678027153, -0.07979383319616318, -0.01746991090476513, 0.005158640444278717, 0.038044437766075134, -0.036157652735710144, 0.002227692399173975, 0.026946714147925377, -0.006848170422017574, -0.0412348210811615, 0.013018813915550709, 0.03554015979170799, -0.0023799214977771044, -0.02485409937798977, 0.05680936947464943, 0.029296619817614555, -0.012452778406441212, -0.007735816761851311, 0.03958817198872566, 0.03941664472222328, 0.015291531570255756, 0.02566027082502842, 0.02934807725250721, -0.003955815453082323, -0.011140605434775352, -0.0062392535619437695, 0.02116629295051098, 0.028833499178290367, -0.02025720663368702, -0.04377340152859688, 0.07691220194101334, -0.05447661876678467, 0.0055231330916285515, 0.024974167346954346, -0.033430393785238266, -0.043704792857170105, 0.03125201538205147, 0.0026500746607780457, 0.05759838968515396, 0.0016627289587631822, -0.019107982516288757, 0.033893514424562454, -0.007114035543054342, 0.04778710752725601, 0.08631181716918945, -0.026329221203923225, -0.048747655004262924, 0.06497400254011154, -0.026895256713032722, -0.008417632430791855, 0.04981111362576485, -0.07828441262245178, -0.003985832445323467, -0.06888478994369507, 0.022366974502801895, -0.025334371253848076, 0.04425367712974548, -0.013653459958732128, 0.09831862896680832, -0.015420176088809967, -0.025540202856063843, 0.0363977886736393, 0.01765001192688942, -0.0055231330916285515, 0.006985391024500132, 0.049296535551548004, -0.013876442797482014, 0.02186954952776432, 0.018233200535178185, 0.10353301465511322, 0.0032289745286107063, -0.04538574442267418, 0.0440821498632431, -0.05698089674115181, -0.01574607565999031, -0.019125135615468025, -0.012349862605333328, -0.04672364890575409, 0.00668522110208869, 0.037392642349004745, -0.024167995899915695, 0.01417661365121603, 0.00011738802277250215, -0.027752885594964027, 0.017444182187318802, 0.02790725976228714, -0.03042869083583355, 0.04277855157852173, 0.005836167838424444, -0.05975961312651634, 0.020222900435328484, -0.00882500596344471, -0.010343010537326336, -0.04291577264666557, 0.019125135615468025, -0.043430350720882416, -0.02252134680747986, -0.005398776847869158, 0.004528283141553402, -0.013121729716658592, -0.03428802266716957, -0.0033340342342853546, 0.030943267047405243, 0.004468249157071114, 0.06020558252930641, 0.02233266830444336, 0.043533265590667725, -0.027958717197179794, 0.024528199806809425, 0.008211800828576088, 0.0011395750334486365, -0.0024528200738132, -0.016792383044958115, 0.010445925407111645, -0.009236668236553669, -0.006372186355292797, -0.019862696528434753, -0.011209215968847275, -0.01620919443666935, -0.014674038626253605, 0.0021215607412159443, -0.05214386433362961, 0.00953683815896511, -0.011132028885185719, 0.019382424652576447, -0.004247409291565418, 0.02403077483177185, 0.049914028495550156, 0.01382498536258936, -0.03399642929434776, 0.029828349128365517, -0.0392451211810112, -0.010694637894630432, -0.06545427441596985, -0.004247409291565418, -0.026329221203923225, -0.014476783573627472, -0.025986170396208763, -0.03283005207777023, 0.021903853863477707, -0.019296661019325256, -0.030377231538295746, 0.024013621732592583, -0.05691228434443474, -0.01728980801999569, 0.043533265590667725, 0.04998264089226723, -0.0712861567735672, 0.0013228933094069362, -0.0018953608814626932, 0.007174069527536631, 0.013567696325480938, 0.012144031934440136, -0.021835243329405785, 0.08706653118133545, 0.017684318125247955, 0.020119985565543175, 0.027152545750141144, -0.003368339268490672, -0.0700511634349823, 0.0380101352930069, -0.002253421116620302, -0.027306919917464256, -0.0052572679705917835, 0.004493977874517441, -0.021097682416439056, 0.029228009283542633, -0.04089176654815674, 0.02680949494242668, 0.04116620868444443, -0.01710970513522625, 0.017752928659319878, -0.02710108831524849, -0.0033919240813702345, -0.02548874542117119, 0.056500621140003204, -0.03288150951266289, 0.026843799278140068, -0.005553150083869696, -0.04068593680858612, 0.01609770394861698, 0.0520409494638443, 0.09262397140264511, -0.027204003185033798, -0.04933084174990654, -0.03780430182814598, 0.04013705626130104, 0.005724675953388214, 0.03078889474272728, 0.01593475416302681, 0.014819835312664509, 0.014245224185287952, -0.07183503359556198, 0.006788136437535286, -0.023361824452877045, -0.0005579951102845371, 0.006736678536981344, -0.061886534094810486, 0.014013663865625858, 0.004944233223795891, 0.04178370162844658, -0.0022920144256204367, -0.024099385365843773, -0.020583104342222214, 0.016783807426691055, 0.010909046046435833, 0.03581460192799568, 0.04041149467229843, -0.01890215091407299, -0.023378977552056313, 0.00859773438423872, -0.005154352635145187, -0.0015458769630640745, 0.060274191200733185, 0.0681643858551979, -0.03399642929434776, -0.01224694773554802, -0.030188553035259247, 0.028576210141181946, -0.01864486187696457, 0.05320732668042183, -0.02708393521606922, 0.07190364599227905, -0.038661930710077286, 0.0046183341182768345, 0.0005869400920346379, 0.016174890100955963, 0.0012049692450091243, 0.0712861567735672, 0.03233262896537781, 0.03814735263586044, 0.023344671353697777, -0.048301685601472855, 0.004579741042107344, -0.022092532366514206, 0.053859125822782516, -0.01837042160332203, 0.03554015979170799, 0.011097723618149757, -0.06778702884912491, -0.012529965490102768, 0.004862758331000805, -0.011277826502919197, 0.035334330052137375, -0.0760202705860138, -0.010634603910148144, -0.016723772510886192, 0.0009015828836709261, 0.020771782845258713, 0.00396010372787714, 0.05835310369729996, 0.008220377378165722, -0.015025666914880276, 0.024339521303772926, -0.008945073932409286, -0.034030731767416, -0.0681643858551979, 0.04113190621137619, 0.041097600013017654, -0.04373909905552864, 0.022075379267334938, 0.025334371253848076, -0.017341265454888344, -0.025420134887099266, 0.031200556084513664, -0.008533412590622902, -0.010531689040362835, 0.04391062259674072, -0.015445904806256294, 0.0024249469861388206, -0.04970819875597954, 0.028936414048075676, 0.03198957443237305, 0.038833457976579666, -0.023018771782517433, -0.010343010537326336, -0.029553908854722977, -0.02051449380815029, 0.02060025744140148, 0.10545410960912704, 0.08541988581418991, 0.03897067904472351, -0.036946672946214676, 0.05529994145035744, 0.008696361444890499, -0.021269207820296288, -0.02214398980140686, 0.06799285858869553, 0.05286427587270737, 0.07190364599227905, 0.02404792793095112, 0.03945095092058182, -0.05011986196041107, -0.018696321174502373, -0.00009527726069791242, -0.009099447168409824, 0.047855719923973083, 0.06195514649152756, -0.0352657213807106, 0.044871170073747635, -0.013927901163697243, -0.06020558252930641, -0.019948458299040794, 0.07615748792886734, -0.016689468175172806, -0.03996552899479866, 0.034613922238349915, -0.035162802785634995, 0.00828041136264801, -0.01260715164244175, -0.03411649540066719, -0.07958800345659256, -0.01202396396547556, -0.009202362969517708, -0.023807791993021965, -0.009288125671446323, -0.057666998356580734, -0.018850693479180336 ]
37,357
weewx
UnknownBinding
Exception thrown when attempting to use an unknown data binding.
class UnknownBinding(Exception): """Exception thrown when attempting to use an unknown data binding."""
null
[ 0.05356501042842865, -0.0849030464887619, 0.008510328829288483, 0.0065871612168848515, 0.0002530414785724133, -0.014559336937963963, 0.016912192106246948, 0.030086515471339226, 0.0766930803656578, -0.06594670563936234, -0.0111552057787776, 0.04245152324438095, -0.012156420387327671, -0.028250953182578087, -0.07455715537071228, 0.03180526942014694, -0.0007769846706651151, 0.1156737208366394, -0.02009105123579502, -0.07869551330804825, -0.04385322332382202, 0.0023361686617136, -0.0043344274163246155, 0.02469664067029953, 0.002715795999392867, 0.06534597277641296, 0.01717083901166916, -0.0001599597599124536, 0.061674851924180984, -0.013499717228114605, -0.08250012993812561, -0.06260932236909866, -0.007183718495070934, -0.005152086261659861, -0.005640178453177214, 0.0039485422894358635, 0.038880523294210434, 0.023044634610414505, -0.014342406764626503, -0.04291875660419464, -0.02975277602672577, -0.017804943025112152, -0.006487039849162102, 0.013808425515890121, 0.022677522152662277, 0.0027032808866351843, -0.027583478018641472, 0.036544352769851685, -0.06988481432199478, 0.030887486413121223, -0.013424626551568508, 0.017120778560638428, 0.042618390172719955, 0.03664447367191315, -0.01576913893222809, 0.03954799845814705, -0.01857254095375538, 0.13042496144771576, -0.005164601374417543, -0.0056610372848808765, -0.03434167802333832, 0.03674459457397461, -0.053765252232551575, -0.03948125243186951, -0.012006238102912903, -0.034808915108442307, -0.008431065827608109, -0.03494240716099739, -0.021776430308818817, 0.011171892285346985, 0.03407469019293785, 0.012131390161812305, -0.07081928104162216, 0.037478819489479065, 0.048125073313713074, -0.040782831609249115, -0.024429649114608765, 0.028150832280516624, 0.020808588713407516, 0.004618105012923479, 0.06571308523416519, -0.0042489068582654, -0.02282770536839962, -0.004734913352876902, 0.00546496594324708, -0.0012296173954382539, -0.03807954862713814, 0.038980644196271896, 0.018388984724879265, -0.020191172137856483, -0.03494240716099739, -0.024095911532640457, -0.028734873980283737, 0.06955108046531677, 0.009202836081385612, -0.02050822414457798, 0.019924180582165718, -0.010963305830955505, -0.0007665553712286055, -0.020157799124717712, 0.014392468146979809, -0.014517619274556637, -0.009678413160145283, 0.030970921739935875, -0.016453301534056664, -0.030436940491199493, 0.01730433478951454, -0.023178130388259888, -0.022143540903925896, -0.019840747117996216, -0.0004961750819347799, 0.006541272159665823, -0.00928627047687769, -0.021225761622190475, -0.01818874105811119, 0.017971811816096306, 0.0362439900636673, -0.020257920026779175, 0.024396276101469994, 0.006649737246334553, 0.0008687627268955112, 0.044453952461481094, -0.07642608880996704, -0.00007743773312540725, 0.06915058940649033, 0.02287776581943035, -0.0018970940727740526, -0.010813123546540737, 0.0455886647105217, -0.01775488257408142, 0.020808588713407516, -0.03262292593717575, -0.0596056766808033, -0.011922803707420826, -0.032322563230991364, 0.035242773592472076, 0.02703280933201313, 0.0002117152907885611, -0.051395710557699203, 0.014851357787847519, 0.006019806023687124, 0.05182956904172897, -0.024045851081609726, 0.028551317751407623, 0.05293090641498566, 0.02743329480290413, -0.039414502680301666, 0.004759943578392267, 0.0028326045721769333, -0.00022683780116494745, -0.003245605854317546, -0.0017604699824005365, -0.06187509745359421, 0.005185460206121206, -0.029185421764850616, 0.045421794056892395, -0.005147914402186871, -0.0576699934899807, -0.0246465802192688, -0.023678738623857498, 0.005385702941566706, -0.05710263550281525, 0.016536736860871315, -0.0214260034263134, -0.051429085433483124, 0.06157473102211952, -0.051429085433483124, -0.06554621458053589, -0.0030411910265684128, 0.024412963539361954, -0.040716081857681274, -0.012999109923839569, -0.03165508434176445, -0.01775488257408142, 0.06948433071374893, 0.01954038254916668, 0.0317385196685791, 0.03212231770157814, 0.023211505264043808, -0.014884731732308865, 0.05633503943681717, -0.0044011748395860195, -0.02838444896042347, -0.00038875307654961944, 0.020858649164438248, 0.030470313504338264, 0.0006825992604717612, -0.0167536661028862, 0.03437505289912224, 0.014876388013362885, 0.023578615859150887, 0.009127744473516941, 0.022994574159383774, 0.0034896519500762224, 0.019373513758182526, -0.019723938778042793, -0.0027137103024870157, 0.01701231487095356, 0.0199742428958416, 0.03921426087617874, -0.013808425515890121, 0.008255853317677975, 0.00594888674095273, 0.0529976561665535, -0.03454192355275154, -0.018021872267127037, 0.00977853499352932, -0.07782778888940811, -0.012957392260432243, -0.053331393748521805, 0.006278453394770622, -0.04345273599028587, 0.020608345046639442, 0.07469064742326736, 0.053765252232551575, 0.03547639027237892, -0.0014371608849614859, -0.0615413561463356, 0.02227703668177128, 0.023511869832873344, 0.04255164414644241, 0.0019534125458449125, 0.08897465467453003, -0.025364117696881294, 0.0284345094114542, -0.04548854008316994, 0.014667801558971405, -0.024963630363345146, 0.028117459267377853, -0.029702715575695038, 0.00035225044121034443, 0.015844229608774185, -0.03175520524382591, 0.03117116540670395, 0.11547347903251648, -0.031938761472702026, 0.015969380736351013, -0.049126289784908295, 0.00673734350129962, -0.015243500471115112, 0.0009120444301515818, 0.03944787755608559, -0.06688117235898972, 0.023628678172826767, 0.008276712149381638, -0.042651765048503876, 0.024062536656856537, 0.019290078431367874, -0.051095347851514816, -0.02941903844475746, -0.00356057146564126, 0.01167249958962202, -0.0011461827671155334, -0.023461807519197464, -0.019440261647105217, -0.11126837879419327, -0.0673484057188034, 0.0014277745503932238, 0.045855652540922165, -0.0017469117883592844, -0.07188724726438522, 0.02883499674499035, -0.05777011439204216, 0.08710572123527527, 0.023595303297042847, 0.004626448266208172, -0.005644350312650204, 0.008660511113703251, 0.016895506531000137, 0.014417498372495174, 0.04845881462097168, 0.03711170703172684, 0.014292346313595772, 0.029502473771572113, -0.022176915779709816, 0.0004807918448932469, 0.02883499674499035, 0.05249704793095589, 0.006119927391409874, 0.006482867989689112, 0.08310085535049438, -0.0012525618076324463, -0.0153853390365839, 0.07455715537071228, -0.05159595236182213, -0.0006648694397881627, -0.00975350383669138, -0.05079498142004013, -0.0428520068526268, -0.01765475980937481, 0.06848311424255371, 0.0058195628225803375, 0.025280682370066643, 0.007988862693309784, -0.011931147426366806, 0.03217238187789917, -0.056602030992507935, -0.020625032484531403, 0.02649882808327675, -0.02322819083929062, 0.04645638167858124, 0.03020332381129265, 0.03631073608994484, 0.04976039379835129, -0.03764569014310837, -0.08143216371536255, 0.04739085212349892, -0.012765493243932724, -0.05503346025943756, -0.016887161880731583, 0.027366546913981438, 0.015418712981045246, 0.025330742821097374, 0.029018552973866463, 0.057503122836351395, 0.013666586950421333, 0.011714217253029346, -0.027149617671966553, -0.004826691467314959, 0.06187509745359421, -0.04999401047825813, 0.008218307979404926, -0.0004938284982927144, -0.060273151844739914, -0.03617724031209946, 0.05359838530421257, 0.028117459267377853, 0.015176752582192421, -0.031421467661857605, 0.001533110742457211, -0.010162333957850933, -0.026832565665245056, 0.05092847719788551, 0.007863710634410381, -0.010429324582219124, -0.02004098892211914, 0.05710263550281525, -0.028017336502671242, 0.016695262864232063, -0.043486110866069794, 0.0186893492937088, 0.0364108569920063, -0.002083779079839587, 0.012907331809401512, 0.0671815350651741, -0.007000162731856108, 0.005782017484307289, -0.011071770451962948, 0.02753341570496559, 0.00662887841463089, -0.06981807202100754, 0.038880523294210434, -0.055267076939344406, 0.014684488996863365, 0.04879255220293999, 0.0077552455477416515, -0.03315690904855728, -0.003533455077558756, -0.003014074871316552, -0.024429649114608765, 0.05136233568191528, -0.019723938778042793, -0.013666586950421333, -0.02149275131523609, -0.0539654977619648, -0.007417335640639067, -0.0020994229707866907, -0.02185986377298832, 0.024896882474422455, -0.010062212124466896, -0.017537951469421387, -0.08523678034543991, -0.007208749186247587, 0.04158380255103111, -0.016536736860871315, -0.014617741107940674, 0.03958137333393097, 0.028968490660190582, -0.002365370746701956, 0.019373513758182526, 0.016194654628634453, -0.01002049446105957, 0.012815553694963455, -0.002107766456902027, 0.025263994932174683, -0.04992726072669029, -0.024546457454562187, -0.007041879929602146, -0.0010377177968621254, 0.01581919938325882, -0.02416265942156315, -0.03761231526732445, -0.010571163147687912, 0.03135472163558006, -0.012223168276250362, -0.04295213147997856, -0.0031308832112699747, -0.0013944007223472, -0.028534632176160812, 0.004626448266208172, -0.04759109392762184, -0.01957375556230545, -0.028050711378455162, 0.020374728366732597, 0.0186893492937088, -0.0123232901096344, 0.0428520068526268, 0.02331162616610527, 0.001799058518372476, -0.02880162186920643, -0.015927664935588837, 0.009186148643493652, -0.0642780140042305, -0.04745759814977646, 0.012014581821858883, 0.05997278913855553, 0.03460866957902908, -0.03409137576818466, -0.009594978764653206, 0.009486513212323189, 0.023411747068166733, -0.04482106491923332, 0.044487327337265015, 0.0372118279337883, -0.010779749602079391, 0.02838444896042347, -0.03948125243186951, -0.005339813884347677, 0.04562203586101532, 0.0095449173822999, -0.033724263310432434, 0.006370231509208679, -0.026315271854400635, -0.09631689637899399, -0.02374548651278019, -0.07175375521183014, -0.0307706780731678, -0.038880523294210434, 0.0024175173602998257, 0.006274281535297632, 0.003921425901353359, 0.011580721475183964, 0.047791335731744766, 0.017321022227406502, -0.019340138882398605, -0.08824042975902557, 0.04388659819960594, 0.04652313143014908, -0.0009282098617404699, -0.03664447367191315, 0.011121831834316254, -0.052830785512924194, 0.06658080965280533, -0.017421143129467964, 0.0325394906103611, -0.06968457251787186, -0.04668999835848808, -0.021125638857483864, 0.008794005960226059, 0.01770482026040554, -0.04502130672335625, 0.030537061393260956, -0.05032774806022644, -0.0483253188431263, -0.015944350510835648, 0.038480035960674286, 0.020808588713407516, -0.028651440516114235, 0.00477245869114995, 0.050995223224163055, 0.003103767056018114, 0.00605317996814847, 0.051562581211328506, -0.04552191495895386, -0.009970434010028839, 0.011105144396424294, 0.038847148418426514, 0.03454192355275154, 0.011580721475183964, -0.014125476591289043, 0.028501257300376892, -0.024946944788098335, 0.007630093954503536, 0.03437505289912224, -0.05409899353981018, -0.01052944641560316, -0.028684813529253006, -0.03490903601050377, -0.016937222331762314, -0.026265211403369904, 0.01114686205983162, 0.032389309257268906, 0.04201766103506088, 0.0015810856129974127, 0.05273066461086273, 0.016169624403119087, 0.010829810053110123, 0.03530951961874962, 0.028100771829485893, -0.009302956983447075, 0.022460592910647392, -0.0246465802192688, 0.01354977861046791, -0.05873795598745346, 0.070552296936512, -0.0969843715429306, 0.058804702013731, 0.051095347851514816, 0.03964811936020851, -0.016745323315262794, -0.0075967200100421906, 0.024913569912314415, 0.0673484057188034, 0.036110494285821915, 0.010062212124466896, 0.007196234073489904, -0.003433333709836006, -0.014951479621231556, -0.008134872652590275, 0.06414451450109482, 0.05319789797067642, 0.02185986377298832, 0.051429085433483124, -0.039381127804517746, 0.016453301534056664, -0.06114087253808975, -0.002974443370476365, -0.05349826440215111, 0.023361686617136, 0.05760324373841286, 0.05346488952636719, 0.04792483150959015, 0.06648068875074387, -0.028301015496253967, 0.02149275131523609, 0.008205792866647243, 0.00006238039350137115, -0.01907314918935299, -0.054766468703746796, 0.015777481719851494, 0.000273248297162354, 0.013691617175936699, 0.00009106103971134871, -0.0186893492937088, 0.06387752294540405, -0.03711170703172684, -0.06668093055486679, -0.04211778566241264, -0.015435400418937206, -0.02277764491736889, 0.005102025344967842, 0.008810693398118019, -0.008618793450295925, -0.022977886721491814, -0.012131390161812305, -0.010996679775416851, -0.004922640975564718, 0.03571000695228577, -0.00722126429900527, -0.011105144396424294, -0.032389309257268906, -0.01902308687567711, 0.023495182394981384, -0.03260624036192894, 0.006386918481439352, -0.00861045066267252, -0.016194654628634453, -0.052830785512924194, -0.008472783491015434, -0.038947269320487976, -0.012056299485266209, 0.005765330512076616, 0.044053465127944946, 0.01813868060708046, 0.012123046442866325, 0.02791721560060978, 0.0050811669789254665, 0.017487891018390656, 0.006674767471849918, -0.06661418080329895, 0.041216690093278885, -0.003026589984074235, -0.06828287243843079, -0.019657190889120102, -0.006858323700726032, 0.014300690032541752, -0.055267076939344406, 0.0200576763600111, -0.04759109392762184, -0.023044634610414505, -0.038446661084890366, -0.027633538469672203, -0.00021692995505873114, -0.08543702214956284, 0.04762446880340576, 0.048659056425094604, -0.06774888932704926, -0.03155496343970299, 0.05506683140993118, -0.02379554696381092, -0.04158380255103111, 0.05319789797067642, 0.00710862735286355, -0.05883807688951492, 0.08517003804445267, -0.001170170260593295, -0.031504902988672256, 0.006228392478078604, -0.041750673204660416, -0.015043257735669613, 0.023194817826151848, 0.031104417517781258, -0.011555691249668598, -0.020625032484531403, -0.04702373966574669, -0.03807954862713814, 0.0223938450217247, 0.024930257350206375, -0.0016029871767386794, 0.054733093827962875, 0.00006902909080963582, 0.03127128630876541, -0.038413286209106445, -0.0021275822073221207, 0.0077552455477416515, 0.03267298638820648, 0.008560389280319214, 0.03260624036192894, -0.06554621458053589, -0.03944787755608559, -0.02379554696381092, 0.04255164414644241, 0.018071932718157768, -0.058470964431762695, -0.01237335056066513, 0.005615148227661848, 0.062208835035562515, -0.01765475980937481, 0.028250953182578087, 0.058437589555978775, 0.035676632076501846, -0.007150345016270876, -0.02693268656730652, 0.0010257241083309054, 0.023979103192687035, 0.03617724031209946, -0.005681896116584539, -0.06721491366624832, 0.06010628119111061, -0.018856218084692955, 0.00355639960616827, 0.005869623739272356, -0.05359838530421257, -0.013766707852482796, 0.04892604798078537, 0.03507590293884277, -0.05486658960580826, -0.0030036454554647207, 0.015176752582192421, -0.019406886771321297, -0.052897535264492035, 0.005293925292789936, 0.025914784520864487, -0.012481815181672573, 0.04759109392762184, 0.04515480250120163, -0.012924019247293472, -0.06521248072385788, 0.024012476205825806, 0.029986394569277763, -0.028601380065083504, -0.026298584416508675, 0.0107130017131567, -0.0024091738741844893, -0.03020332381129265, -0.018322236835956573, -0.015727421268820763, -0.011063427664339542, 0.021259134635329247, 0.025998219847679138, 0.023461807519197464, -0.029569219797849655, -0.02845119684934616, 0.010879871435463428, -0.03207225725054741, 0.07342244684696198, -0.019373513758182526, 0.010796437039971352, 0.07762754708528519, -0.029936332255601883, -0.047757960855960846, -0.014567680656909943, 0.017888376489281654, 0.06955108046531677, -0.05323127284646034, -0.11674168705940247, -0.027867155149579048, -0.06467849761247635, -0.04528829827904701, 0.02326156571507454, 0.0613744892179966, 0.02329493872821331, -0.027767034247517586, -0.010829810053110123, 0.03911413997411728, -0.009444796480238438, -0.04225127771496773, -0.00478497426956892, 0.0418841652572155, -0.03948125243186951, -0.023912355303764343, 0.014008668251335621, -0.0038359055761247873, -0.01812199503183365, 0.017037345096468925, -0.04161717742681503, -0.019790686666965485, 0.04128343611955643, -0.04548854008316994, 0.0018658061744645238, 0.007463224697858095, 0.019874120131134987, 0.03530951961874962, -0.03213900700211525, 0.008844067342579365, 0.02286107838153839, -0.010854841209948063, -0.06601345539093018, -0.0005303311627358198, 0.09271252155303955, 0.06658080965280533, 0.006808262784034014, -0.05710263550281525, 0.08970887959003448, 0.026849253103137016, 0.002279850421473384, 0.03178858011960983, 0.03397456556558609, 0.023611990734934807, 0.04692361503839493, 0.021125638857483864, 0.018489105626940727, -0.023595303297042847, -0.05259716883301735, 0.019490322098135948, 0.039281006902456284, -0.01167249958962202, 0.031004296615719795, -0.005106197204440832, 0.024062536656856537, 0.02790052816271782, 0.05496671050786972, -0.02888505719602108, 0.036544352769851685, 0.007137829437851906, -0.06688117235898972, 0.030620496720075607, 0.017971811816096306, -0.023979103192687035, -0.05249704793095589, -0.033791013062000275, 0.054299235343933105, 0.016536736860871315, -0.021242447197437286, 0.019306765869259834, -0.013516404666006565, -0.023678738623857498, 0.015168409794569016 ]
37,358
weewx
UnknownDatabase
Exception thrown when attempting to use an unknown database.
class UnknownDatabase(Exception): """Exception thrown when attempting to use an unknown database."""
null
[ 0.0408000648021698, -0.0482812337577343, -0.0007571001187898219, 0.0517447367310524, 0.0422893725335598, -0.0534072183072567, 0.0221491027623415, 0.0018324096454307437, 0.0294570941478014, -0.0434669628739357, -0.02912806160748005, 0.0521603561937809, -0.0579097718000412, -0.0140964575111866, 0.00468005845323205, 0.013499002903699875, -0.0414581336081028, 0.0817386731505394, 0.0529569610953331, -0.066499263048172, -0.02796778827905655, 0.0744653195142746, 0.03191618248820305, 0.02964758686721325, 0.003641007700935006, 0.0599186047911644, -0.000256515690125525, -0.01889340952038765, 0.0614079087972641, -0.0057234386913478374, -0.0512944795191288, -0.01402718760073185, 0.0208676066249609, 0.0564551018178463, -0.01993246003985405, 0.01736946776509285, 0.0096112210303545, 0.01327387522906065, -0.0447830967605114, -0.0463070347905159, -0.0465148463845253, 0.02263399213552475, 0.0303749218583107, -0.008195513859391212, 0.014823793433606625, -0.009308164939284325, -0.009775737300515175, -0.0582561232149601, -0.0398995541036129, 0.0401766374707222, 0.0180448517203331, 0.02878171019256115, 0.01107455138117075, 0.010295262560248375, -0.0374751053750515, 0.02362109161913395, -0.0344618558883667, 0.073079913854599, -0.02085028775036335, 0.0211620032787323, 0.003418044652789831, 0.0393453948199749, -0.0255086999386549, 0.0183046143501997, -0.010676247999072075, -0.0239328071475029, -0.017343491315841675, -0.0201402697712183, 0.006606632377952337, 0.0373365618288517, 0.0383063443005085, 0.02067711390554905, -0.0325222946703434, 0.02814096212387085, 0.0451987162232399, -0.010459779761731625, -0.0674344077706337, 0.0199844129383564, 0.0026019567158073187, 0.0461684949696064, -0.0006342540145851672, -0.0485583133995533, 0.0027296734042465687, 0.01504892110824585, 0.0617888942360878, -0.0197246503084898, -0.0019622910767793655, 0.0300978422164917, -0.000897263758815825, -0.012589833699166775, -0.02736167423427105, -0.02235691249370575, 0.0049961032345891, 0.07578144967556, -0.0188068225979805, -0.02772534266114235, -0.0153606366366148, -0.008823273703455925, 0.0147372055798769, -0.03385574370622635, 0.0181833915412426, 0.0247467290610075, 0.0347735695540905, -0.0428781695663929, -0.0372326597571373, -0.0340462364256382, -0.00852887611836195, -0.0585332028567791, -0.007836176082491875, -0.01684994250535965, -0.0609576553106308, -0.01414841040968895, -0.02556065283715725, -0.005619533825665712, -0.0142263388261199, -0.02942245826125145, 0.02135249599814415, 0.002109489869326353, 0.009957571513950825, -0.005939907860010862, -0.014841110445559025, 0.052472073584795, -0.0556931309401989, 0.02109273336827755, 0.0793834924697876, 0.011949085630476475, -0.014503419399261475, -0.02827950194478035, 0.0045371889136731625, 0.0060135070234537125, 0.0617196261882782, -0.014434149488806725, -0.01750800758600235, -0.0573556125164032, -0.001976361498236656, 0.02476404793560505, 0.0493549183011055, -0.0008821109659038484, -0.0292319655418396, -0.015750279650092125, -0.0449216365814209, 0.01894536241889, -0.0409039705991745, 0.02130054496228695, 0.011065891943871975, 0.0590180940926075, -0.0495280958712101, -0.0542730949819088, -0.0293705053627491, -0.0211273692548275, 0.0608883835375309, -0.02362109161913395, -0.0407307967543602, -0.0338384248316288, -0.0567321814596653, 0.01020001620054245, 0.0163996871560812, -0.0605073980987072, -0.0206424780189991, -0.014754523523151875, 0.0554506853222847, -0.042531818151474, -0.02775997668504715, 0.01248592883348465, -0.0590180940926075, -0.0014579183189198375, -0.0396224744617939, -0.0650445893406868, -0.005424711853265762, -0.02964758686721325, -0.0449909046292305, 0.02029612846672535, -0.0401073656976223, 0.0197419673204422, 0.014823793433606625, 0.0203480813652277, 0.0183392483741045, 0.02517966739833355, -0.005480993539094925, -0.02734435722231865, 0.0526798814535141, -0.0278292465955019, -0.0101307462900877, 0.001007121754810214, 0.02514503337442875, -0.002115983981639147, -0.03274742141366005, 0.012780326418578625, 0.0712788924574852, 0.02405402809381485, 0.01378474198281765, -0.0270153246819973, -0.010537708178162575, -0.02950904704630375, 0.0615810863673687, -0.0539960116147995, 0.009238894097507, -0.006416139658540487, 0.03472162038087845, 0.0697203204035759, -0.0007067710976116359, 0.0570092611014843, 0.004515542183071375, -0.03014979511499405, 0.007606718689203262, -0.0253874771296978, -0.01733483374118805, -0.075227290391922, -0.0371980220079422, -0.03333621844649315, 0.02284180372953415, -0.0367824025452137, -0.0454411618411541, 0.0615810863673687, 0.0652870312333107, -0.0040912628173828125, 0.0507749542593956, -0.0255952887237072, 0.0224088653922081, 0.0476924367249012, 0.010996622033417225, 0.0011332149151712656, 0.02464282512664795, -0.0203653983771801, 0.02310156635940075, -0.03330158069729805, 0.0298727136105299, -0.013802059926092625, 0.01939561776816845, -0.0260109081864357, -0.0385834239423275, -0.02710191160440445, -0.044852364808321, -0.0137068135663867, 0.1289808601140976, -0.005710450932383537, -0.0161399245262146, -0.01965538039803505, 0.0451640821993351, -0.03222789615392685, -0.0008826521225273609, 0.00647242134436965, -0.0320027694106102, 0.0589488223195076, 0.0172655638307333, -0.0499437153339386, -0.01634773425757885, 0.0309983529150486, -0.0369209423661232, 0.01759459637105465, 0.00583600252866745, -0.02732704021036625, 0.009005107916891575, -0.02349986881017685, 0.008927179500460625, -0.0933067724108696, -0.0791064128279686, 0.01172395795583725, 0.0269114188849926, -0.0439518541097641, -0.0360897034406662, 0.0227032620459795, -0.0482812337577343, 0.0381331704556942, -0.0369209423661232, -0.016668109223246574, -0.0204693041741848, -0.013663520105183125, 0.0402805395424366, -0.0049528093077242374, 0.079314224421978, 0.0593990795314312, 0.010399168357253075, 0.013793401420116425, -0.0504978746175766, -0.0159147959202528, 0.006965970620512962, 0.0655641108751297, -0.0272750873118639, 0.02545674704015255, 0.02135249599814415, 0.0272577702999115, 0.006619620136916637, -0.010806129314005375, -0.0047276816330850124, 0.0040869335643947124, -0.0403844453394413, -0.0593644417822361, -0.016442980617284775, 0.0475538969039917, 0.0315871499478817, -0.0269114188849926, -0.00018535152776166797, -0.011360290460288525, -0.0450601764023304, 0.032591562718153, -0.0418044812977314, 0.01530868373811245, 0.0452333502471447, -0.0306520015001297, 0.02750021405518055, 0.02722313441336155, 0.0358126237988472, 0.0602303184568882, -0.02595895528793335, -0.0412156879901886, 0.0370594821870327, -0.0442635677754879, -0.0432937890291214, -0.0198458731174469, 0.02632262371480465, 0.0413542278110981, 0.0219239741563797, 0.0705861896276474, 0.03260888159275055, 0.0266343392431736, -0.007875139825046062, -0.0217681173235178, -0.0249891746789217, 0.03030565194785595, -0.03150055930018425, 0.0854792594909668, 0.02183738723397255, -0.0507749542593956, 0.016304440796375275, 0.0204000324010849, 0.0028920250479131937, 0.014754523523151875, 0.00544202933087945, -0.0009032166562974453, -0.0256126057356596, -0.0464109405875206, 0.0035414318554103374, 0.0099922064691782, -0.0422201044857502, -0.016806649044156075, 0.0204866211861372, -0.0563165619969368, 0.051259845495224, -0.01887609250843525, 0.0496666356921196, -0.02684214897453785, -0.01030392199754715, -0.0136981550604105, 0.0775824710726738, -0.006416139658540487, 0.011637370102107525, -0.0728721022605896, 0.003288163337856531, -0.01955147460103035, -0.046064592897892, 0.0128063028678298, -0.0804918110370636, -0.0059485663659870625, 0.02405402809381485, -0.0526798814535141, -0.02379426546394825, -0.0165555439889431, -0.012858254835009575, -0.01828729547560215, 0.03150055930018425, -0.0444021113216877, 0.01314399391412735, -0.00968049094080925, -0.0584639310836792, -0.017430080100893974, 0.0060135070234537125, -0.0408693365752697, 0.0012890725629404187, -0.008576499298214912, 0.01223482470959425, -0.0663953572511673, 0.006385833956301212, 0.0503593347966671, -0.004162697587162256, -0.0580829456448555, 0.0094813397154212, 0.0052515366114676, -0.0431206151843071, 0.0443674735724926, -0.007771234959363937, -0.0007976880297064781, 0.0340462364256382, -0.015585764311254025, -0.01007013488560915, -0.0428781695663929, 0.007814528420567513, 0.0329379141330719, 0.004641094245016575, 0.0366092287003994, -0.0459953211247921, -0.0392414890229702, 0.02453891932964325, 0.017637889832258224, -0.0252316202968359, 0.00878863874822855, -0.03044419176876545, -0.00825179647654295, -0.02455623634159565, 0.009308164939284325, -0.0564551018178463, -0.0490778386592865, -0.005424711853265762, 0.0410078763961792, -0.0049961032345891, -0.006762489676475525, 0.0516754649579525, 0.026651656255126, -0.0029439777135849, -0.0023789936676621437, -0.0416313074529171, -0.0672612264752388, -0.02386353723704815, -0.0427396297454834, 0.01020001620054245, 0.00865009892731905, 0.0485236793756485, -0.0022512769792228937, 0.01840851828455925, 0.0397956520318985, 0.02608017809689045, -0.02019222266972065, 0.0843016654253006, 0.040211271494627, -0.046895831823349, 0.0056411805562675, -0.054515540599823, -0.009126330725848675, 0.007905445992946625, 0.008875226601958275, -0.01809680461883545, -0.0448177307844162, 0.0359511636197567, -0.0585332028567791, 0.004353190306574106, -0.0713481605052948, -0.0581175833940506, -0.009057060815393925, -0.015542469918727875, -0.011620053090155125, 0.0362282432615757, -0.0005720191984437406, 0.0380638986825943, 0.0358126237988472, 0.043085977435112, -0.0933760404586792, 0.022287642583251, 0.0445060133934021, 0.03458307683467865, 0.01619187742471695, -0.0838860422372818, -0.0234305988997221, 0.004385660868138075, -0.004753658082336187, 0.0449909046292305, -0.046895831823349, -0.0741882398724556, 0.005797038320451975, 0.052472073584795, 0.0370248481631279, -0.00326868100091815, 0.015906138345599174, 0.01759459637105465, -0.02543943002820015, 0.0428781695663929, 0.01222616620361805, 0.01801021583378315, -0.0197073332965374, 0.0220625139772892, 0.0200017299503088, -0.0170577522367239, 0.0619620718061924, 0.03195081651210785, -0.053026232868433, -0.0532340444624424, 0.0050177499651908875, 0.006896700710058212, -0.0181833915412426, 0.0606113038957119, -0.009645855985581875, 0.0448177307844162, 0.0125551987439394, 0.0366438627243042, 0.0222703255712986, -0.0360897034406662, -0.0776517391204834, -0.002967789303511381, -0.0601956844329834, 0.006766819395124912, -0.0430167093873024, -0.0022794180549681187, 0.0211446862667799, 0.0498051755130291, -0.02557796984910965, 0.03316304087638855, -0.009957571513950825, -0.0316910520195961, 0.0388258695602417, -0.0275348499417305, -0.0434669628739357, 0.0519179105758667, -0.0554506853222847, -0.0190839022397995, -0.0356740802526474, 0.0245735552161932, -0.0919906422495842, 0.0449909046292305, 0.0390683151781559, 0.0854792594909668, -0.01927439495921135, -0.02978612668812275, 0.04661875218153, 0.004645423498004675, -0.0027404967695474625, -0.005745085887610912, 0.02864317037165165, -0.0569053553044796, -0.013178628869354725, 0.03292059525847435, 0.1023811548948288, 0.03444453701376915, -0.02748289704322815, 0.0511213056743145, 0.0015585763612762094, 0.0088319331407547, -0.0816001296043396, 0.012451293878257275, -0.0239328071475029, 0.0400380976498127, 0.068161740899086, 0.006710537243634462, 0.03316304087638855, 0.02732704021036625, 0.0063988221809268, 0.0304788276553154, 0.02041735127568245, -0.02427915669977665, -0.0019373970571905375, 0.0209022406488657, -0.0398302860558033, 0.0418391190469265, 0.0315871499478817, 0.006242964416742325, -0.0406615249812603, 0.0264957994222641, -0.0567321814596653, -0.0621698796749115, 0.0148497698828578, 0.010096111334860325, -0.0115248067304492, 0.0473114512860775, 0.0294744111597538, -0.0062689404003322124, -0.0557277649641037, 0.0398302860558033, -0.0030890118796378374, 0.0441942997276783, 0.0675036758184433, 0.03496406227350235, 0.007987704128026962, 0.006688890513032675, -0.02926660142838955, 0.0010747682536020875, 0.006320893298834562, 0.01839120127260685, -0.0222703255712986, 0.007333967834711075, -0.013862671330571175, 0.01849510706961155, 0.01733483374118805, -0.02301497757434845, -0.0397610142827034, 0.0965624675154686, 0.031483244150877, -0.03278205543756485, -0.012269459664821625, -0.02763875387609005, 0.02673824317753315, 0.0383063443005085, -0.0658411905169487, 0.0040912628173828125, -0.0462031327188015, -0.047172911465168, 0.0173001978546381, 0.0011743439827114344, 0.02195861004292965, -0.0021213956642895937, 0.0443328395485878, 0.008533205837011337, 0.0236730445176363, -0.004684388171881437, -0.0051173260435462, 0.02746558003127575, -0.0612347349524498, 0.0506017804145813, 0.02258204109966755, 0.0035890550352633, -0.0906745120882988, 0.0349121131002903, -0.011507488787174225, -0.0468265600502491, 0.0465148463845253, 0.004719023127108812, -0.0717637836933136, 0.0615810863673687, 0.0380292646586895, -0.006805783603340387, 0.004528530407696962, -0.0418044812977314, -0.0307559072971344, -0.004028487019240856, 0.0271884985268116, -0.0374404676258564, 0.005299159791320562, -0.006771148648113012, -0.0216468945145607, 0.005528616718947887, 0.03330158069729805, 0.013421074487268925, 0.01020001620054245, -0.014131092466413975, 0.0762663409113884, 0.006688890513032675, -0.0092302355915308, -0.0338384248316288, 0.0565936416387558, -0.0308598130941391, -0.0196207445114851, -0.0826391875743866, -0.0418391190469265, -0.00455017713829875, 0.0506364144384861, 0.0001558576332172379, -0.0291800145059824, -0.03079054318368435, -0.03260888159275055, 0.0564551018178463, -0.02767338976264, 0.0021971596870571375, 0.0521603561937809, 0.02620140090584755, 0.067330501973629, -0.013819376938045025, 0.0224088653922081, -0.0162784643471241, -0.02608017809689045, -0.0264957994222641, -0.0721794068813324, 0.03789072483778, -0.02767338976264, 0.01274569146335125, 0.00002262776979478076, 0.0175426434725523, -0.0264092106372118, 0.009005107916891575, 0.0192051250487566, -0.0233440101146698, 0.01584552600979805, -0.01236470602452755, -0.00570612121373415, 0.0098796421661973, -0.009654514491558075, 0.007191098295152187, 0.0246947780251503, 0.02545674704015255, 0.012390682473778725, 0.02514503337442875, -0.0557623989880085, 0.0215256717056036, 0.019222442060709, 0.0647328719496727, -0.007398908492177725, 0.0437786802649498, -0.007918434217572212, 0.024331109598279, -0.0111351627856493, -0.017274221405386925, 0.01465927716344595, 0.02878171019256115, 0.002465581288561225, 0.0585678368806839, 0.010078794322907925, -0.03153519704937935, -0.005026408936828375, -0.04661875218153, 0.0914364829659462, -0.0350852869451046, 0.0354316383600235, 0.0563165619969368, -0.053026232868433, -0.0527145154774189, 0.02261667512357235, -0.0225300882011652, 0.0802147313952446, -0.0572517067193985, -0.03219326213002205, 0.00980171374976635, 0.004645423498004675, -0.007342626340687275, 0.0492856502532959, 0.0358818918466568, 0.0314139723777771, 0.0046151177957654, 0.0266343392431736, 0.03527577966451645, -0.01209628488868475, -0.0027664729859679937, -0.00916096568107605, 0.0284526776522398, -0.0521603561937809, -0.0071781100705266, 0.005199584178626537, 0.02135249599814415, -0.0060178367421031, 0.0646636039018631, -0.0446791909635067, 0.006061130203306675, 0.0383063443005085, -0.0516061969101429, -0.0360897034406662, -0.01338643953204155, -0.019222442060709, -0.015074897557497025, -0.0388605035841465, 0.01584552600979805, -0.005935578607022762, -0.01828729547560215, -0.0581175833940506, 0.0446791909635067, 0.1012728288769722, 0.0183219313621521, 0.008095938712358475, -0.00863278191536665, 0.0455104298889637, 0.0031019998714327812, -0.017707159742712975, 0.0170577522367239, -0.00583167327567935, 0.0491124726831913, 0.015585764311254025, -0.01173261646181345, 0.01901463232934475, -0.01873755268752575, -0.0110139399766922, -0.0256472397595644, -0.0046107885427773, 0.007598059717565775, 0.0495973639190197, -0.007420555222779512, 0.0796605721116066, 0.019499521702528, 0.0047926222905516624, -0.0329379141330719, 0.073356993496418, -0.0619967058300972, -0.0650445893406868, 0.0952463373541832, -0.0201056357473135, 0.0378560870885849, -0.0346696674823761, -0.003223222680389881, -0.002532686572521925, 0.009706467390060425, -0.006165035534650087, -0.01785435900092125, -0.0656680166721344, 0.016373710706830025, -0.006121741607785225 ]
37,359
weewx
UnknownDatabaseType
Exception thrown when attempting to use an unknown database type.
class UnknownDatabaseType(Exception): """Exception thrown when attempting to use an unknown database type."""
null
[ 0.03629544377326965, -0.0398067831993103, 0.00951712392270565, 0.030089756473898888, 0.053434956818819046, -0.060874827206134796, 0.02070300467312336, -0.0037068980745971203, 0.015496833249926567, -0.06341272592544556, -0.03719935193657875, 0.052044328302145004, -0.04689899832010269, -0.013019773177802563, 0.009934312663972378, 0.028925104066729546, -0.06205686554312706, 0.08475890010595322, 0.06887095421552658, -0.06754985451698303, -0.02456200309097767, 0.07898778468370438, 0.01828678511083126, 0.0142191918566823, 0.02515302039682865, 0.049158770591020584, -0.001064157928340137, -0.022476056590676308, 0.04655133932828903, -0.000999515294097364, -0.04446539282798767, -0.020772535353899002, 0.010864296928048134, 0.041440773755311966, -0.036364976316690445, -0.0034483277704566717, 0.0028812114614993334, 0.03695599362254143, -0.0025400726590305567, -0.02341473288834095, -0.06330843269824982, 0.029498739168047905, -0.005088836885988712, -0.020198900252580643, -0.017721841111779213, -0.0188082717359066, -0.022058868780732155, -0.07238229364156723, -0.053261131048202515, 0.031810659915208817, 0.01363686565309763, 0.009160774759948254, 0.019990306347608566, 0.01041234191507101, -0.031914956867694855, 0.007048755884170532, -0.04387437552213669, 0.057711146771907806, -0.027551857754588127, 0.037164587527513504, 0.002842100104317069, 0.04999314993619919, -0.03914623335003853, 0.012385298497974873, -0.008708820678293705, -0.03214093670248985, -0.02278894931077957, -0.02087683230638504, 0.008691437542438507, 0.04307476431131363, 0.029759481549263, 0.0068401615135371685, -0.03483528271317482, 0.058163098990917206, 0.05708536133170128, -0.020789919421076775, -0.05214862525463104, 0.02993331104516983, 0.009343295358121395, 0.049402132630348206, 0.023379966616630554, -0.02819502353668213, -0.010012536309659481, 0.014749369584023952, 0.051766201853752136, 0.002559628337621689, -0.02704775333404541, 0.03591302037239075, -0.003220177721232176, -0.028247172012925148, -0.026978222653269768, -0.05583379417657852, -0.015470759011805058, 0.08128232508897781, -0.021380936726927757, -0.017382875084877014, -0.012176703661680222, -0.04401344060897827, 0.0014645071933045983, -0.025013957172632217, 0.029829014092683792, 0.009221615269780159, 0.04641227796673775, -0.05131424590945244, -0.02237175963819027, -0.039424359798431396, 0.0037959853652864695, -0.05652910843491554, -0.026543650776147842, -0.0007382289622910321, -0.03580872341990471, -0.037234120070934296, -0.0424489825963974, -0.033601097762584686, -0.012524361722171307, -0.0212244912981987, 0.04484781622886658, 0.002193501451984048, 0.02134617045521736, 0.009873473085463047, -0.002802988514304161, 0.04175366461277008, -0.04342242330312729, 0.02866436168551445, 0.07669324427843094, 0.030089756473898888, -0.00017735964502207935, -0.04630798101425171, -0.005671163089573383, 0.017374183982610703, 0.04098881781101227, -0.0024010096676647663, -0.039702486246824265, -0.020459644496440887, -0.01332397386431694, 0.03563489392399788, 0.019590500742197037, 0.01242875587195158, -0.031932342797517776, -0.002905112924054265, -0.046099383383989334, 0.03949389234185219, -0.01898209936916828, -0.016053084284067154, 0.012576510198414326, 0.056494344025850296, -0.04095405340194702, -0.04314429685473442, -0.0485677532851696, -0.002689999993890524, 0.03782513737678528, -0.027882130816578865, -0.04686423018574715, -0.015288238413631916, -0.06615922600030899, 0.007665847893804312, 0.027482325211167336, -0.06038810685276985, -0.03224523365497589, -0.026317672803997993, 0.0277952179312706, -0.03476575016975403, -0.023849304765462875, -0.01150746364146471, -0.05225292220711708, 0.011464006267488003, -0.021467851474881172, -0.05583379417657852, 0.006866235751658678, -0.029046785086393356, -0.044673990458250046, 0.015827108174562454, -0.01003861054778099, 0.013828077353537083, 0.023223521187901497, 0.03758177533745766, 0.02139831893146038, 0.02796904556453228, 0.013906300067901611, -0.021954571828246117, 0.07391198724508286, -0.02774306945502758, -0.020963747054338455, 0.009421518072485924, 0.029429206624627113, 0.006579418200999498, -0.026439353823661804, 0.000017450776795158163, 0.07634558528661728, 0.013045847415924072, 0.025970015674829483, -0.03141085430979729, -0.025970015674829483, -0.04046733304858208, 0.06897524744272232, -0.03469621762633324, 0.027186816558241844, -0.009795250371098518, -0.0010065771639347076, 0.09004329144954681, -0.0031723747961223125, 0.06094435974955559, -0.005027996841818094, -0.03148038685321808, 0.006031857803463936, -0.03963295370340347, 0.0012461348669603467, -0.06831470131874084, -0.0302114374935627, -0.06539437919855118, 0.004675993230193853, -0.053539253771305084, -0.026022164151072502, 0.059518963098526, 0.05840646103024483, -0.04891541227698326, 0.011802972294390202, -0.03292316570878029, 0.018964717164635658, 0.031045814976096153, 0.024492470547556877, 0.02675224468111992, 0.0054582227021455765, -0.018756121397018433, 0.057815443724393845, -0.037060290575027466, 0.002535726875066757, -0.02371024154126644, 0.011238028295338154, -0.02398836798965931, -0.05047987028956413, -0.00890872348099947, -0.04995838180184364, 0.005984054878354073, 0.12237544357776642, -0.011994183994829655, 0.009238998405635357, -0.011603069491684437, 0.029220612719655037, -0.03299269825220108, 0.0026965185534209013, 0.012759029865264893, -0.04926306754350662, 0.042414214462041855, -0.018703972920775414, -0.04825486242771149, 0.004828093573451042, 0.02468368224799633, -0.04884587973356247, 0.009299837984144688, 0.0038437882903963327, -0.044082969427108765, 0.019329756498336792, -0.025292083621025085, 0.023571178317070007, -0.08559327572584152, -0.0656377375125885, -0.010142907500267029, 0.03142823651432991, -0.0538521483540535, -0.04884587973356247, 0.022389143705368042, -0.031132729724049568, 0.03945912793278694, -0.03925053030252457, -0.04481305181980133, -0.030924133956432343, 0.002709555672481656, 0.03339250385761261, -0.0026965185534209013, 0.09164251387119293, 0.06984439492225647, 0.0009392184438183904, 0.02278894931077957, -0.04655133932828903, -0.02197195403277874, -0.003741663880646229, 0.05565996468067169, -0.0029616074170917273, 0.0018317204667255282, 0.006231760606169701, 0.008747931569814682, 0.013402196578681469, -0.0016176938079297543, -0.028247172012925148, 0.020859450101852417, -0.053087301552295685, -0.049402132630348206, -0.0345919206738472, 0.05437363311648369, 0.02530946582555771, 0.0012830734485760331, 0.009969078935682774, -0.012958933599293232, -0.06188303604722023, 0.02981163002550602, -0.02294539473950863, 0.012263618409633636, 0.050271276384592056, -0.036121614277362823, 0.012228853069245815, 0.03327082470059395, 0.05899747833609581, 0.04926306754350662, -0.021693827584385872, -0.036191146820783615, 0.04098881781101227, -0.06539437919855118, -0.043457187712192535, 0.012272309511899948, 0.016279062256217003, 0.04839392378926277, -0.011550920084118843, 0.07161744683980942, 0.03848568722605705, 0.04780290648341179, -0.02035534754395485, -0.011151114478707314, -0.029272761195898056, 0.05065369978547096, -0.025744037702679634, 0.05986662209033966, 0.029776865616440773, -0.04613415151834488, 0.00977786723524332, 0.0065750726498663425, -0.014045363292098045, 0.016678867861628532, 0.007444216404110193, -0.00005768262781202793, -0.01753062941133976, -0.03869428113102913, 0.015575055964291096, 0.024492470547556877, -0.019764328375458717, -0.016522422432899475, 0.03692122548818588, -0.07905731350183487, 0.04064116254448891, 0.006609838455915451, 0.059484198689460754, -0.026161227375268936, 0.019712179899215698, -0.024527236819267273, 0.06765414774417877, -0.011759514920413494, 0.015705427154898643, -0.06483812630176544, 0.030541712418198586, 0.020737769082188606, -0.05103611946105957, 0.005971017759293318, -0.0678279772400856, -0.0009929967345669866, 0.012367915362119675, -0.059518963098526, -0.007913554087281227, -0.016279062256217003, -0.01613999903202057, 0.01075130794197321, 0.059206072241067886, -0.035947784781455994, 0.02341473288834095, -0.001447124406695366, -0.0560423880815506, 0.003148473333567381, 0.0055972859263420105, -0.049402132630348206, 0.021033279597759247, 0.008717511780560017, 0.009386752732098103, -0.04067592695355415, -0.019625265151262283, 0.03911146894097328, 0.00505841663107276, -0.047490015625953674, 0.009030403569340706, 0.0019707835745066404, -0.04505641385912895, 0.04724665358662605, -0.014662454836070538, -0.016800548881292343, 0.019069014117121696, 0.0029811630956828594, -0.0114813894033432, -0.05086229369044304, 0.026804393157362938, 0.01920807734131813, -0.011950726620852947, 0.026769626885652542, -0.051766201853752136, -0.023153990507125854, 0.02819502353668213, 0.007313844747841358, -0.01481890119612217, 0.00487155094742775, -0.06932290643453598, -0.0008501312113367021, -0.020494408905506134, 0.03033311665058136, -0.0734947994351387, -0.05253104865550995, -0.004291397053748369, 0.05079276114702225, -0.019694797694683075, 0.0031028431840240955, 0.040745459496974945, 0.015566364862024784, -0.021259255707263947, -0.02311922423541546, -0.004076284356415272, -0.04669040068984032, -0.015844490379095078, -0.0429009348154068, 0.021815508604049683, 0.012672116048634052, 0.056424811482429504, -0.010977285914123058, 0.009499740786850452, 0.039007171988487244, 0.040571630001068115, -0.007991776801645756, 0.07224322855472565, 0.051940031349658966, -0.03925053030252457, 0.01868659071624279, -0.03730364888906479, 0.013480419293045998, -0.020720386877655983, 0.017374183982610703, -0.010160290636122227, -0.0190342478454113, 0.026804393157362938, -0.05788497254252434, 0.014193117618560791, -0.04999314993619919, -0.03591302037239075, -0.02687392570078373, -0.023153990507125854, -0.0010098364436998963, 0.031932342797517776, 0.011177188716828823, 0.023918835446238518, 0.0314977690577507, 0.05531230941414833, -0.09929098188877106, 0.011394474655389786, 0.05426933616399765, 0.01931237429380417, 0.024179579690098763, -0.08197763562202454, -0.017739223316311836, 0.03403566777706146, -0.013184910640120506, 0.05013221129775047, -0.03921576589345932, -0.07683230936527252, -0.004767253529280424, 0.05329589545726776, 0.016357285901904106, -0.0016676696250215173, 0.011776898056268692, -0.0036134652327746153, -0.032610274851322174, 0.04523023962974548, 0.029550887644290924, 0.008626251481473446, -0.025344232097268105, 0.03956342488527298, 0.05131424590945244, -0.0138976089656353, 0.06289124488830566, 0.05114042013883591, -0.04342242330312729, -0.04286617040634155, 0.0212244912981987, 0.013845459558069706, -0.004289224278181791, 0.04995838180184364, -0.019764328375458717, 0.0642818734049797, 0.0077484166249632835, 0.032662421464920044, 0.024127431213855743, -0.04446539282798767, -0.07053970545530319, 0.005779806058853865, -0.04213608801364899, -0.010812148451805115, -0.03525247052311897, -0.006531615275889635, 0.03142823651432991, 0.07272995263338089, -0.008369854651391506, 0.06720219552516937, -0.008900032378733158, -0.04689899832010269, 0.03779036924242973, -0.036990758031606674, -0.012367915362119675, 0.07363385707139969, -0.045299772173166275, -0.023397350683808327, -0.05541660636663437, 0.048011500388383865, -0.07502448558807373, 0.06539437919855118, 0.04015444219112396, 0.06494241952896118, -0.03372277691960335, -0.03876380994915962, 0.047837670892477036, 0.012706881389021873, -0.0026313327252864838, -0.01011683326214552, 0.028351468965411186, -0.014036671258509159, -0.016305137425661087, 0.023101840168237686, 0.09949957579374313, 0.009082552045583725, -0.02709990181028843, 0.026769626885652542, 0.010907754302024841, 0.029429206624627113, -0.04974978789687157, -0.0031441275496035814, -0.01271557342261076, 0.05374785140156746, 0.06786274164915085, 0.024249110370874405, 0.048706814646720886, 0.013845459558069706, -0.016166074201464653, 0.03879857808351517, -0.0055190627463161945, -0.037060290575027466, 0.021554764360189438, 0.0573287233710289, -0.03431379422545433, 0.024996574968099594, 0.007578933611512184, -0.006648949813097715, -0.04505641385912895, 0.024127431213855743, -0.0494716614484787, -0.026856541633605957, 0.011759514920413494, -0.018651824444532394, -0.027256347239017487, 0.0169569943100214, 0.026195993646979332, -0.0007061793003231287, -0.05263534560799599, 0.023101840168237686, 0.0021978472359478474, 0.035947784781455994, 0.05253104865550995, 0.04519547522068024, 0.008148222230374813, 0.004061073996126652, -0.039076704531908035, 0.009638804011046886, 0.02941182442009449, -0.010803456418216228, -0.02565712295472622, -0.00429791584610939, 0.0006801050039939582, 0.007374684792011976, 0.016913536936044693, -0.009795250371098518, -0.05319159850478172, 0.07502448558807373, 0.011185879819095135, -0.005471259821206331, -0.009473666548728943, -0.03591302037239075, 0.045995086431503296, 0.012872018851339817, -0.07571980357170105, 0.0019294990925118327, -0.03608684986829758, -0.051244717091321945, 0.01046449039131403, -0.002650888403877616, 0.0028377543203532696, -0.006344749592244625, 0.03560012951493263, -0.009421518072485924, 0.036191146820783615, -0.00862190593034029, 0.018895184621214867, 0.02958565391600132, -0.0642818734049797, 0.04742048308253288, 0.015566364862024784, 0.011064199730753899, -0.08003075420856476, 0.02508348785340786, -0.009325912222266197, -0.03224523365497589, 0.037338417023420334, -0.011846429668366909, -0.06529007852077484, 0.07328619807958603, 0.010142907500267029, -0.00699226139113307, 0.04095405340194702, -0.025013957172632217, -0.03210616856813431, 0.008256865665316582, 0.04742048308253288, -0.035043876618146896, 0.012759029865264893, -0.006236106622964144, -0.0503060407936573, -0.009265072643756866, 0.0170699842274189, 0.01851276122033596, -0.004026308655738831, -0.04822009429335594, 0.08969563245773315, 0.04032827168703079, -0.013741162605583668, -0.027186816558241844, 0.05225292220711708, -0.05785020813345909, -0.03712981939315796, -0.04168413579463959, -0.08802688121795654, -0.0008642548345960677, 0.04474351927638054, -0.008708820678293705, -0.04123217985033989, -0.030576476827263832, -0.02826455421745777, 0.02876865863800049, -0.025118254125118256, 0.010577479377388954, 0.054929886013269424, 0.03311437740921974, 0.05260058119893074, -0.025570210069417953, 0.019190693274140358, -0.004515201784670353, -0.00951712392270565, -0.009899547323584557, -0.07738856226205826, 0.024527236819267273, -0.011776898056268692, 0.0002663110790308565, 0.0069574955850839615, 0.010021227411925793, -0.03321867436170578, 0.00949104968458414, 0.04561266303062439, -0.03188019245862961, 0.011464006267488003, -0.013463037088513374, -0.022875864058732986, 0.012463521212339401, -0.003270153421908617, 0.006114426534622908, 0.02941182442009449, 0.029029401019215584, -0.0002733728615567088, 0.009378060698509216, -0.05065369978547096, 0.03274933621287346, 0.017391566187143326, 0.049506429582834244, -0.007635428104549646, 0.04641227796673775, -0.010368884541094303, -0.0010554664768278599, -0.0008642548345960677, -0.032210469245910645, 0.02508348785340786, 0.02515302039682865, 0.015044878236949444, 0.06063146889209747, 0.003118053311482072, -0.03799896314740181, 0.017904361709952354, -0.04025873914361, 0.06685453653335571, -0.03448762372136116, 0.03311437740921974, 0.04623844847083092, -0.05896271392703056, -0.039076704531908035, 0.020963747054338455, -0.042414214462041855, 0.07019204646348953, -0.04828962683677673, -0.05708536133170128, 0.01938190497457981, 0.0018990790704265237, -0.013315282762050629, 0.07147838175296783, 0.025396380573511124, 0.02532684989273548, -0.01395844854414463, 0.0411626473069191, 0.03443547710776329, 0.005010613705962896, -0.006553343962877989, 0.0021076735574752092, 0.054408397525548935, -0.030646009370684624, -0.008209062740206718, 0.01043841615319252, 0.023727623745799065, -0.0030311387963593006, 0.040223974734544754, -0.038555216044187546, 0.0013287034817039967, 0.07425963878631592, -0.05788497254252434, -0.027308497577905655, -0.006540306843817234, -0.030993666499853134, 0.003969814162701368, -0.02958565391600132, 0.009499740786850452, 0.0016589781735092402, -0.024874893948435783, -0.04429156705737114, 0.02042487822473049, 0.0910167321562767, 0.04867205023765564, -0.004061073996126652, -0.002568319905549288, 0.027030371129512787, 0.026439353823661804, -0.010951211676001549, -0.0021858965046703815, -0.01615738309919834, 0.03813802823424339, 0.0005038317758589983, -0.03998061269521713, 0.0441872701048851, -0.0463775098323822, -0.030698157846927643, -0.0376165434718132, 0.009091244079172611, 0.013767236843705177, 0.04964549094438553, -0.011655217967927456, 0.07147838175296783, 0.020789919421076775, -0.007605007849633694, -0.030315734446048737, 0.03712981939315796, -0.02948135696351528, -0.04655133932828903, 0.0840635821223259, -0.02092898078262806, 0.007318190298974514, -0.03533938527107239, 0.015183941461145878, -0.010655702091753483, 0.007978739216923714, -0.02306707575917244, -0.0124809043481946, -0.07516355067491531, 0.005071453750133514, -0.015183941461145878 ]
37,360
weewx
UnknownType
Exception thrown for an unknown observation type
class UnknownType(ValueError): """Exception thrown for an unknown observation type"""
null
[ 0.033631764352321625, 0.016707660630345345, -0.016174880787730217, 0.024441301822662354, 0.007895972579717636, -0.046485092490911484, -0.011188388802111149, 0.01911349780857563, 0.023242546245455742, -0.023275844752788544, -0.008449564687907696, 0.04099079594016075, 0.005798149388283491, -0.025473564863204956, -0.024907484650611877, 0.03762761875987053, -0.03193352743983269, 0.08957371115684509, 0.013619200326502323, -0.02079508639872074, -0.04508654400706291, -0.012936575338244438, -0.058206263929605484, 0.012953224591910839, 0.04521973803639412, 0.04112398996949196, 0.018214430660009384, -0.024757640436291695, -0.0016503706574440002, -0.020012564957141876, -0.058439355343580246, -0.038892973214387894, 0.004757562652230263, 0.026272734627127647, -0.008474539034068584, -0.020695190876722336, -0.028004271909594536, 0.04248923808336258, -0.05677441507577896, 0.0263393335044384, -0.0858442485332489, -0.0006066620699129999, -0.03959224745631218, 0.002418323652818799, 0.006418339442461729, -0.04059121012687683, -0.040624506771564484, -0.002489083679392934, -0.07305751740932465, -0.0063767158426344395, -0.029885653406381607, -0.026006344705820084, 0.024957433342933655, 0.025240473449230194, -0.0350303128361702, 0.05341123789548874, 0.011621273122727871, 0.06546539813280106, -0.009631671011447906, 0.0341312475502491, -0.021777400746941566, 0.0915716364979744, 0.0013028146931901574, -0.0584726519882679, 0.011171739548444748, -0.030934564769268036, 0.010888700373470783, -0.018047938123345375, -0.037527721375226974, 0.01251201517879963, 0.025240473449230194, -0.014484968036413193, -0.037128135561943054, 0.07685358077287674, 0.08464549481868744, -0.05524267256259918, -0.059604812413454056, 0.0180312879383564, 0.03862658143043518, 0.015850218012928963, 0.035962678492069244, 0.030268589034676552, -0.027404893189668655, 0.005302830133587122, -0.016874155029654503, -0.003146734554320574, -0.010897024534642696, 0.02269311621785164, -0.027038607746362686, 0.012070806697010994, -0.028004271909594536, -0.024724341928958893, -0.032266516238451004, 0.025506863370537758, -0.014343447983264923, 0.024308107793331146, 0.01846417225897312, -0.08231458067893982, 0.006697216536849737, -0.05381082370877266, 0.03609587624669075, -0.009898061864078045, -0.019979266449809074, -0.020245656371116638, -0.019929317757487297, -0.0034901280887424946, 0.05807306617498398, -0.03409794718027115, -0.04725096374750137, 0.01281170453876257, -0.03349857032299042, -0.027921024709939957, -0.06926145404577255, -0.006980256177484989, -0.013685797341167927, -0.00714675011113286, 0.03284924477338791, 0.037361226975917816, -0.04115729033946991, 0.012553638778626919, -0.007546335458755493, 0.03669525310397148, -0.06696384400129318, 0.04621870443224907, 0.06599817425012589, 0.03185028210282326, 0.022959506139159203, -0.03291584178805351, 0.023675430566072464, 0.011737818829715252, -0.03602927550673485, -0.021294567734003067, -0.017115570604801178, 0.030901264399290085, -0.03689504414796829, 0.051979392766952515, 0.01521754078567028, -0.04914899542927742, -0.02642257884144783, -0.044387269765138626, 0.03846008703112602, 0.06273489445447922, 0.06583168357610703, -0.03446423262357712, 0.009956334717571735, 0.04738416150212288, -0.044154178351163864, -0.01028099749237299, -0.020328903570771217, 0.011654571630060673, -0.028453804552555084, 0.005893883761018515, -0.042622435837984085, -0.017781546339392662, 0.0009895979892462492, -0.02710520476102829, 0.03188357874751091, -0.04315521568059921, -0.01863066665828228, -0.022976156324148178, -0.034830521792173386, -0.03629566729068756, 0.033115632832050323, -0.011796091683208942, -0.028736844658851624, 0.07452266663312912, 0.0009562992490828037, -0.04042471572756767, 0.0060770269483327866, -0.0014869985170662403, -0.024924134835600853, 0.01903025060892105, 0.009972983971238136, -0.01604168675839901, 0.010206075385212898, 0.04169007018208504, -0.0038376841694116592, 0.05927182361483574, 0.014426695182919502, 0.005943831522017717, 0.050381049513816833, -0.01962962932884693, -0.09483491629362106, 0.01738196238875389, 0.021178022027015686, 0.0370282419025898, -0.03386485576629639, -0.02320924773812294, 0.02946941740810871, 0.030967863276600838, 0.04525303840637207, 0.01028099749237299, -0.014718059450387955, 0.003683677176013589, 0.046351898461580276, -0.041423678398132324, 0.006901171524077654, 0.03321553021669388, -0.02798762172460556, 0.09150504320859909, -0.02201049216091633, 0.0467514842748642, 0.013685797341167927, -0.00057700538309291, -0.02280966192483902, -0.008682656101882458, -0.007941758260130882, -0.0409574955701828, -0.03962554410099983, -0.048083435744047165, -0.007916783913969994, -0.030301887542009354, 0.01399381086230278, 0.0584726519882679, 0.07445606589317322, -0.05534256622195244, -0.005381914786994457, -0.056874312460422516, 0.0027846102602779865, 0.0003095745632890612, 0.08877453953027725, 0.034430935978889465, 0.02465774491429329, -0.0003082738257944584, 0.0700606256723404, -0.031167656183242798, -0.009748216718435287, -0.026239436119794846, 0.0004146738210693002, -0.011388181708753109, -0.014018785208463669, -0.01288662664592266, -0.03291584178805351, -0.010946973226964474, 0.040691107511520386, 0.043188512325286865, 0.037561021745204926, -0.03819369897246361, -0.00921543687582016, 0.011288285255432129, -0.04472025856375694, -0.03416454419493675, -0.06250180304050446, -0.02272641472518444, 0.011871013790369034, -0.0160999596118927, 0.04615210369229317, 0.0760544091463089, -0.07092639803886414, -0.013627524487674236, 0.03959224745631218, 0.011529701761901379, -0.010122828185558319, -0.003030188614502549, 0.053344640880823135, -0.0643998384475708, -0.01911349780857563, -0.08258096873760223, 0.0956340879201889, -0.03692834451794624, -0.04408758133649826, 0.06646435707807541, 0.030784718692302704, 0.0896403044462204, -0.07698677480220795, -0.04698457568883896, -0.01814783364534378, 0.05051424354314804, 0.04565262421965599, 0.015750322490930557, 0.03646216168999672, 0.06846228241920471, -0.012070806697010994, -0.009906386025249958, -0.007562984712421894, 0.01042251754552126, 0.03279929608106613, 0.04039141535758972, 0.032383061945438385, 0.026838814839720726, 0.022310180589556694, 0.0030364322010427713, 0.04408758133649826, 0.024141613394021988, -0.0526120662689209, -0.010214399546384811, -0.0006051012314856052, -0.02790437452495098, -0.03436433896422386, -0.0077919140458106995, 0.00638504046946764, 0.007542172912508249, 0.034997016191482544, 0.014143656007945538, -0.0071092890575528145, 0.01834762655198574, -0.014085383154451847, -0.029053183272480965, 0.036728549748659134, -0.0033881505951285362, 0.016616089269518852, 0.046884678304195404, 0.02469104342162609, 0.012586938217282295, -0.00842042826116085, -0.06659755110740662, 0.031733736395835876, -0.033232178539037704, -0.04735086113214493, 0.025207174941897392, 0.04605221003293991, 0.0448201522231102, -0.03216661885380745, 0.0283039603382349, 0.01927999220788479, 0.06120315194129944, 0.007051016204059124, -0.017798196524381638, -0.012395469471812248, 0.08551125973463058, 0.004110317677259445, -0.04598561301827431, 0.019696226343512535, -0.059971097856760025, -0.05144660919904709, 0.002722175093367696, -0.004258081316947937, 0.0077544525265693665, -0.021744102239608765, 0.012645211070775986, -0.02477429062128067, -0.03572958707809448, 0.01891370490193367, 0.008765903301537037, -0.0022164499387145042, -0.03602927550673485, 0.015026072971522808, -0.0487494096159935, 0.05387742072343826, 0.007667043246328831, 0.009739892557263374, -0.006422501523047686, 0.018780510872602463, 0.015092670917510986, 0.05221248418092728, 0.00230802153237164, 0.009673294611275196, -0.0380605012178421, 0.08477868884801865, 0.0702604204416275, -0.05534256622195244, 0.06559859216213226, -0.028653597459197044, 0.025207174941897392, 0.043987683951854706, -0.005960481241345406, -0.00998130813241005, -0.0006472449749708176, -0.032582852989435196, -0.017365312203764915, 0.06043728068470955, -0.029769107699394226, 0.03589608147740364, -0.011230012401938438, -0.036395564675331116, 0.003542157355695963, 0.002817909000441432, -0.011488078162074089, 0.0017003187676891685, -0.01634969934821129, -0.03862658143043518, 0.004224782343953848, -0.05590864643454552, -0.0024578659795224667, 0.01425187662243843, 0.03476392477750778, 0.021011527627706528, 0.027321645990014076, -0.05963810905814171, 0.023558884859085083, -0.011995884589850903, -0.04188986122608185, -0.06516570597887039, -0.017365312203764915, 0.0016108283307403326, -0.027205100283026695, -0.04342160373926163, 0.020129110664129257, -0.0428888238966465, 0.03529670462012291, -0.001527581363916397, -0.03241635859012604, 0.0253403689712286, -0.028720194473862648, 0.007084314711391926, 0.005098875146359205, -0.059971097856760025, -0.005848097614943981, -0.0350303128361702, 0.016341375187039375, -0.05887223780155182, 0.01427685096859932, -0.03586278483271599, 0.06286808848381042, -0.0011123872827738523, 0.021694153547286987, 0.0020353877916932106, -0.03163383901119232, -0.022776363417506218, -0.019213395193219185, 0.06972763687372208, -0.004670153371989727, 0.0078085632994771, -0.06719693541526794, -0.000170135943335481, 0.030901264399290085, -0.009148838929831982, -0.075987808406353, -0.0037232195027172565, 0.009198787622153759, 0.012978198006749153, 0.0003506777575239539, 0.06699714064598083, 0.0741230770945549, -0.02164420485496521, 0.004978167358785868, -0.029852353036403656, 0.018181132152676582, 0.01271180808544159, 0.0010359041625633836, -0.012112430296838284, 0.016974052414298058, -0.05863914638757706, -0.06459962576627731, -0.00455777021124959, -0.047517355531454086, -0.05121351778507233, -0.04891590401530266, -0.009748216718435287, 0.0652989000082016, -0.006913658697158098, 0.036362264305353165, 0.06353406608104706, 0.06030408665537834, 0.01726541668176651, -0.07112618535757065, 0.03582948446273804, 0.02642257884144783, -0.04581911861896515, -0.018014637753367424, 0.006680567283183336, -0.01831432804465294, 0.033631764352321625, -0.005290343426167965, 0.06303458660840988, -0.028170766308903694, -0.07079320400953293, -0.012370496056973934, 0.03356516733765602, -0.03549649566411972, -0.018447522073984146, 0.03819369897246361, -0.0595049150288105, -0.051779597997665405, 0.017048973590135574, 0.05084723234176636, -0.01531743723899126, -0.02870354615151882, 0.029985548928380013, 0.05207928642630577, 0.003762761829420924, 0.020412150770425797, 0.06007099524140358, -0.04175666719675064, -0.0507473349571228, 0.018663965165615082, 0.03176703304052353, 0.04661828652024269, 0.040458016097545624, -0.018330976366996765, 0.0700606256723404, -0.00045239509199745953, -0.023059403523802757, 0.004391276277601719, -0.028453804552555084, -0.009656645357608795, -0.02409166470170021, -0.03629566729068756, -0.018730562180280685, 0.03284924477338791, -0.023991769179701805, 0.01951308362185955, 0.028620298951864243, -0.02196054346859455, 0.04818332940340042, -0.004187321290373802, -0.007113451138138771, 0.030867965891957283, 0.01911349780857563, -0.006118650082498789, 0.051579806953668594, -0.03268275037407875, -0.03205007314682007, -0.06087016314268112, 0.04075770452618599, -0.0721917524933815, 0.06613136827945709, 0.025040680542588234, 0.029902301728725433, -0.05161310359835625, -0.057806678116321564, 0.047284264117479324, 0.07725316286087036, 0.010089529678225517, 0.02750479057431221, -0.02212703786790371, 0.039891935884952545, -0.015891840681433678, -0.01286997739225626, 0.07891809940338135, 0.0031550591811537743, -0.03546319901943207, 0.05051424354314804, -0.015891840681433678, 0.013794018886983395, -0.005369427613914013, -0.02019570767879486, -0.03686174750328064, 0.013252913020551205, 0.02284296043217182, 0.017698301002383232, 0.010305971838533878, 0.029169728979468346, 0.027937674894928932, 0.016915779560804367, -0.029502715915441513, 0.014834605157375336, 0.0175484549254179, 0.012137404642999172, 0.02136116474866867, -0.01991266943514347, 0.0025390316732227802, 0.016000062227249146, 0.003026026301085949, 0.042422641068696976, -0.034231141209602356, -0.006459962576627731, 0.0018772186012938619, -0.03746112436056137, 0.001992723671719432, -0.039126064628362656, -0.013918888755142689, 0.017898092046380043, 0.02509062923491001, -0.021227970719337463, -0.006984418723732233, 0.04382118955254555, 0.03229981288313866, 0.044786855578422546, 0.010555712506175041, -0.02682216465473175, -0.014551565982401371, 0.06476612389087677, -0.027371594682335854, -0.03446423262357712, 0.001290327636525035, -0.04228944703936577, 0.00435797730460763, -0.037327930331230164, -0.0038855511229485273, 0.03131749853491783, -0.03935915604233742, 0.0282706618309021, -0.03006879612803459, 0.02357553504407406, 0.031617190688848495, -0.0070052300579845905, 0.04505324736237526, -0.060170888900756836, -0.05241227522492409, 0.0013038552133366466, 0.035995978862047195, -0.03163383901119232, -0.06323438137769699, 0.03241635859012604, -0.011088492348790169, -0.045153141021728516, -0.03453083336353302, -0.0350303128361702, 0.04115729033946991, 0.0031654650811105967, 0.01911349780857563, -0.011429805308580399, -0.029602613300085068, 0.03952564671635628, 0.03749442473053932, 0.023592183366417885, -0.06752991676330566, -0.02963591180741787, -0.029785756021738052, -0.020428799092769623, 0.02084503509104252, -0.015084345825016499, -0.040091726928949356, 0.06749662011861801, -0.04718436673283577, -0.01415198016911745, 0.05287845805287361, 0.030668172985315323, -0.060170888900756836, 0.030668172985315323, 0.03582948446273804, -0.018281029537320137, -0.019729524850845337, -0.0047783744521439075, -0.03666195273399353, 0.006364228669553995, -0.013294536620378494, 0.0008080156403593719, 0.0102393738925457, 0.017198817804455757, -0.009356955997645855, -0.009223761036992073, -0.012420443817973137, -0.005968805868178606, -0.012495365925133228, -0.0234090406447649, -0.021677503362298012, -0.028736844658851624, -0.11075173318386078, 0.011829390190541744, 0.05717400088906288, 0.013602550141513348, -0.10202745348215103, -0.051779597997665405, 0.025157226249575615, 0.012370496056973934, -0.01049743965268135, 0.03108440898358822, 0.09143844246864319, -0.013943863101303577, 0.017964690923690796, -0.012753431685268879, 0.03506361320614815, -0.02425815910100937, -0.015409009531140327, -0.01911349780857563, -0.05441020056605339, 0.05474318936467171, 0.023425688967108727, 0.0282706618309021, 0.045352935791015625, -0.002399593126028776, -0.03786071017384529, 0.020944930613040924, 0.05014795809984207, -0.019363239407539368, -0.00713842548429966, -0.003001052187755704, -0.009223761036992073, -0.025190524756908417, 0.023175949230790138, 0.003848089836537838, 0.015467282384634018, 0.07179216295480728, 0.00877422746270895, -0.03885967284440994, -0.05244557559490204, 0.0399252325296402, -0.0015109319938346744, -0.020312253385782242, -0.02236012928187847, 0.07352370023727417, 0.004087424837052822, -0.016707660630345345, -0.03268275037407875, -0.010305971838533878, -0.013644173741340637, 0.013635849580168724, 0.0055775451473891735, 0.05707410350441933, 0.004774212371557951, -0.04445386677980423, -0.026089591905474663, -0.03223321586847305, -0.013785693794488907, -0.0035026150289922953, -0.010405868291854858, 0.023941820487380028, -0.05870574340224266, 0.011155090294778347, 0.02698865905404091, -0.018763860687613487, 0.03682844713330269, -0.06250180304050446, -0.09383595734834671, -0.04718436673283577, 0.02505733072757721, 0.007562984712421894, 0.04405428096652031, 0.017198817804455757, 0.041856564581394196, -0.010305971838533878, 0.03975873813033104, 0.028120817616581917, 0.032832592725753784, -0.08757578581571579, 0.03371501341462135, 0.07185876369476318, -0.05690760910511017, -0.017315363511443138, 0.05963810905814171, -0.025490213185548782, -0.04159017279744148, -0.01911349780857563, -0.016915779560804367, 0.0023309143725782633, 0.06353406608104706, -0.021111425012350082, 0.012944899499416351, -0.0023142651189118624, 0.0028949123807251453, -0.004853296559303999, 0.03669525310397148, -0.022976156324148178, 0.028570350259542465, -0.0224100761115551, -0.06316778063774109, 0.014218578115105629, 0.03533000126481056, 0.08984009921550751, 0.034231141209602356, -0.041823264211416245, 0.06846228241920471, 0.00023673349642194808, -0.004000015556812286, -0.039858635514974594, 0.032832592725753784, 0.04811673238873482, 0.036362264305353165, -0.00390011933632195, 0.007100964430719614, -0.013369458727538586, -0.046917978674173355, -0.021677503362298012, 0.0044828481040894985, 0.03699494153261185, 0.04994816705584526, -0.008295557461678982, 0.031017810106277466, 0.0185141209512949, -0.035396602004766464, -0.022709766402840614, 0.020695190876722336, 0.037561021745204926, -0.03135079890489578, 0.031900227069854736, 0.006897009443491697, -0.0028990746941417456, 0.00765039399266243, -0.03299908712506294, -0.013469355180859566, 0.01521754078567028, -0.0016607765574008226, -0.06719693541526794, -0.004091587383300066, -0.03416454419493675, 0.002212287625297904 ]
37,361
weewx
UnsupportedFeature
Exception thrown when attempting to access a feature that is not supported (yet).
class UnsupportedFeature(Exception): """Exception thrown when attempting to access a feature that is not supported (yet)."""
null
[ 0.05200009047985077, -0.05190204083919525, 0.004334702622145414, 0.023908276110887527, 0.018090540543198586, -0.04284859821200371, 0.007688888348639011, 0.04144319146871567, 0.015492171049118042, 0.0048780725337564945, 0.06069400906562805, 0.04078951105475426, 0.013792607933282852, -0.01706099882721901, -0.024365851655602455, 0.02596736140549183, -0.009094296023249626, 0.06131500378251076, 0.01712636649608612, -0.016636107116937637, -0.04526720941066742, -0.004910756833851337, 0.030935315415263176, -0.0062793949618935585, 0.027601556852459908, 0.10537290573120117, 0.015361434780061245, -0.002434950787574053, 0.03536398336291313, -0.06690395623445511, -0.07889894396066666, -0.027078615501523018, -0.06350483000278473, 0.015737300738692284, -0.02211066149175167, 0.027127640321850777, 0.0225682370364666, 0.024480244144797325, -0.035690825432538986, -0.032226331532001495, -0.13818754255771637, -0.006557208485901356, -0.03758649155497551, -0.05066005140542984, -0.026784459128975868, -0.02508489601314068, -0.00004018460458610207, 0.043240804225206375, -0.03196485713124275, 0.016750501468777657, 0.012583303265273571, -0.0033562283497303724, 0.036442551761865616, 0.012346344999969006, -0.027568873018026352, 0.03912263363599777, 0.026228833943605423, 0.03993973135948181, -0.009600897319614887, 0.032912690192461014, 0.0015208229888230562, 0.060890115797519684, -0.01959400065243244, 0.0009534507989883423, 0.004669712856411934, -0.022077977657318115, -0.010810201056301594, -0.02897428162395954, -0.006307993549853563, 0.06164184585213661, 0.016848552972078323, 0.020721595734357834, -0.042194921523332596, 0.027127640321850777, 0.05670657381415367, 0.0010622269473969936, -0.06500828266143799, 0.009641751646995544, -0.0019855471327900887, 0.0013992796884849668, 0.02157137729227543, -0.012387200258672237, -0.014707757160067558, 0.026424936950206757, 0.023908276110887527, -0.03657329082489014, 0.027045931667089462, -0.023499727249145508, -0.018041515722870827, -0.0019487778190523386, -0.05360160395503044, 0.032912690192461014, -0.04621504247188568, -0.005499066784977913, -0.00299670547246933, -0.016734158620238304, 0.03294537588953972, -0.00510277459397912, -0.03729233518242836, -0.042423706501722336, -0.006716542411595583, 0.03654060512781143, -0.021669428795576096, 0.009290399961173534, 0.015729129314422607, -0.023499727249145508, -0.0015994685236364603, -0.013433084823191166, -0.02438219264149666, -0.04386179894208908, 0.013898830860853195, -0.004575746599584818, -0.011414853855967522, 0.0004151877365075052, -0.014871176332235336, -0.042717862874269485, 0.02709495648741722, -0.033272214233875275, 0.012142070569097996, 0.00700661214068532, -0.01746954768896103, 0.014054078608751297, -0.033991262316703796, 0.011676324531435966, 0.04304470121860504, 0.011668154038488865, 0.018662510439753532, 0.05435333400964737, -0.012174754403531551, 0.008808312006294727, -0.001858897041529417, 0.000418251845985651, -0.04546331241726875, -0.00045706398668698967, -0.013743582181632519, -0.027748635038733482, 0.015459487214684486, -0.01858079992234707, 0.02204529382288456, -0.032749272882938385, -0.025199290364980698, -0.025477103888988495, -0.005691085010766983, -0.00042208199738524854, -0.01651354320347309, 0.042227603495121, -0.03389320895075798, -0.03899189829826355, -0.01462604757398367, -0.01638280786573887, 0.05850419029593468, 0.00979700032621622, -0.0703357607126236, -0.12217243760824203, -0.012877458706498146, 0.014601534232497215, 0.03323953226208687, -0.04837217926979065, 0.024251457303762436, -0.0045267208479344845, -0.00031815737020224333, -0.004212138243019581, -0.02104843407869339, 0.017453204840421677, -0.01706099882721901, 0.027814002707600594, -0.006160915829241276, -0.07007429003715515, 0.008473302237689495, 0.025346368551254272, 0.015696445479989052, 0.039253368973731995, 0.0005969919729977846, 0.029742352664470673, 0.04422132298350334, 0.06062864139676094, -0.0007297702832147479, 0.03833822160959244, 0.02063988521695137, 0.01175803504884243, 0.08523962646722794, -0.016489028930664062, -0.09419501572847366, -0.017028314992785454, 0.013008194044232368, 0.010246404446661472, 0.0002964532177429646, 0.003617699723690748, 0.0015106091741472483, 0.026653723791241646, 0.05271913856267929, -0.03008553385734558, 0.050856154412031174, -0.008375250734388828, -0.013326861895620823, -0.07589202374219894, -0.03624644875526428, -0.05222887918353081, 0.024137062951922417, 0.042129553854465485, -0.009658093564212322, 0.0586349256336689, 0.03539666905999184, 0.0439925342798233, -0.007889077067375183, 0.003043688600882888, 0.007472357712686062, -0.08314785361289978, -0.06844009459018707, 0.0009524294291622937, 0.0014585192548111081, -0.04990832135081291, 0.0015095878625288606, 0.09680972248315811, 0.0697474554181099, 0.01864616759121418, 0.00482496153563261, 0.010181035846471786, -0.015614734962582588, 0.017224417999386787, 0.03804406523704529, 0.03395857661962509, 0.05768709257245064, 0.017453204840421677, 0.0685708299279213, -0.03605034574866295, 0.010769346728920937, -0.027111299335956573, -0.018253961578011513, -0.04765313118696213, 0.0044204979203641415, -0.023189229890704155, -0.0017863796092569828, 0.03232438117265701, 0.022780681028962135, 0.016962947323918343, 0.04392716661095619, -0.0059157866053283215, 0.046705298125743866, -0.041835397481918335, 0.024431219324469566, 0.0016719859559088945, 0.014789466746151447, 0.03395857661962509, -0.0037484352942556143, -0.016783185303211212, -0.01067129522562027, 0.02539539337158203, 0.02487245202064514, -0.010859227739274502, -0.00476367911323905, 0.005339732859283686, -0.048110708594322205, -0.05082347244024277, -0.019888155162334442, -0.11210579425096512, -0.02268262952566147, -0.025019528344273567, 0.033337581902742386, 0.005143629387021065, -0.05559532344341278, -0.00007922016811789945, 0.03742307052016258, 0.062295522540807724, -0.014577021822333336, -0.03471030667424202, 0.017927121371030807, 0.02193089947104454, 0.03935142233967781, 0.0044204979203641415, 0.04252175986766815, 0.009412964805960655, -0.03611571341753006, 0.001662793685682118, -0.005956641398370266, -0.05732756853103638, -0.03212827816605568, 0.04186808317899704, 0.008555011823773384, 0.050627369433641434, 0.03846895694732666, 0.00009632814908400178, -0.042946651577949524, 0.11674690991640091, -0.09465258568525314, 0.02304215356707573, -0.012820261530578136, -0.008203660137951374, -0.016055967658758163, -0.021538693457841873, -0.0052621085196733475, 0.06850546598434448, 0.01957765966653824, -0.019904498010873795, 0.04941806197166443, 0.048699017614126205, -0.020313046872615814, -0.03149094060063362, 0.08491278439760208, 0.0006705307168886065, 0.06004033237695694, 0.04771849885582924, -0.031817782670259476, -0.004698311444371939, -0.025297341868281364, -0.08099071681499481, 0.09216861426830292, -0.011749863624572754, -0.08713529258966446, 0.03024895302951336, 0.019806446507573128, -0.013212468475103378, -0.019610343500971794, -0.006508182268589735, 0.010630439966917038, 0.04719555750489235, 0.010777517221868038, -0.00551132345572114, -0.015549367293715477, 0.006283480674028397, -0.04824144393205643, 0.027585215866565704, 0.02497050352394581, -0.032455116510391235, -0.016055967658758163, -0.02510123886168003, 0.002808772958815098, -0.05425528064370155, -0.01307356171309948, 0.01266501285135746, -0.059484705328941345, -0.018744219094514847, 0.05190204083919525, 0.019267162308096886, -0.06164184585213661, -0.008228172548115253, 0.03778259456157684, 0.011856086552143097, -0.018662510439753532, 0.02961161732673645, 0.007823709398508072, 0.04248907417058945, -0.03435078263282776, 0.054157231003046036, 0.01828664541244507, -0.012566961348056793, 0.0474897138774395, -0.004375557880848646, 0.06481218338012695, -0.03454688563942909, -0.003137654857710004, -0.010344455949962139, -0.019953522831201553, 0.02345070242881775, -0.0066675166599452496, -0.018204934895038605, -0.050627369433641434, -0.01800883188843727, 0.025346368551254272, -0.023548753932118416, 0.020901357755064964, -0.03487372770905495, 0.012983680702745914, 0.04275054857134819, -0.08425910770893097, -0.0621647872030735, 0.02333630807697773, 0.0328473225235939, 0.011978651396930218, -0.027470821514725685, 0.021473325788974762, -0.021309906616806984, -0.026637382805347443, 0.026866169646382332, -0.01368638500571251, 0.0016658577369526029, 0.015026425011456013, 0.026343226432800293, -0.05304597690701485, 0.05968080833554268, -0.011651812121272087, 0.041475873440504074, -0.014805808663368225, -0.023123862221837044, -0.01014018151909113, -0.024120721966028214, -0.03337026759982109, -0.0392860546708107, 0.04062609374523163, 0.01603962667286396, -0.05481090769171715, 0.0001735055702738464, -0.009903223253786564, 0.03582156077027321, -0.016815869137644768, -0.022028950974345207, -0.03220998868346214, -0.00803206954151392, 0.049221958965063095, 0.052032776176929474, 0.013817120343446732, 0.0762188658118248, -0.04118172079324722, 0.005061919800937176, -0.00020542345009744167, 0.04954880103468895, 0.004939354956150055, -0.0231565460562706, 0.02059086039662361, -0.0038158458191901445, 0.00789724849164486, -0.012615987099707127, -0.08412837237119675, -0.030118217691779137, -0.027307402342557907, 0.055039696395397186, 0.005874931812286377, 0.001981461653485894, -0.008399763144552708, 0.011096186004579067, 0.03958020731806755, -0.0231565460562706, -0.0037749910261482, 0.06909377127885818, -0.03235706686973572, -0.008881851099431515, -0.018499089404940605, -0.004079360049217939, 0.030477741733193398, 0.004775935783982277, -0.03722696751356125, 0.012901971116662025, -0.0008308861288242042, -0.05598752945661545, -0.008150548674166203, -0.0756305530667305, -0.08648160845041275, -0.001719990512356162, -0.045594047755002975, -0.003764777211472392, 0.012174754403531551, -0.015524854883551598, 0.033272214233875275, 0.0038342305924743414, 0.06314530223608017, -0.050463948398828506, 0.01512447651475668, 0.03601766377687454, 0.033631738275289536, -0.04092025011777878, -0.017894437536597252, -0.005237595643848181, 0.010475191287696362, 0.024594638496637344, 0.056608524173498154, -0.04052804037928581, -0.02784668654203415, 0.020623544231057167, 0.039972417056560516, -0.01084288489073515, -0.005678828340023756, 0.023679489269852638, -0.04000509902834892, -0.025820285081863403, 0.03771722689270973, 0.007104663643985987, 0.06209941953420639, 0.004673798568546772, 0.0015473786043003201, 0.01492020208388567, 0.06252431124448776, 0.026653723791241646, 0.04703214019536972, -0.08589330315589905, 0.025428077206015587, 0.05798124521970749, -0.05023515969514847, 0.05451675131917, 0.055726058781147, -0.010442507453262806, 0.04082219675183296, -0.03317416459321976, 0.028010105714201927, 0.00024193749413825572, -0.035625457763671875, -0.06092279776930809, -0.007872735150158405, -0.0208196472376585, 0.04565941542387009, -0.03624644875526428, 0.01233817357569933, 0.004538977053016424, -0.01670147478580475, -0.02134259045124054, 0.09524089843034744, 0.0019926968961954117, -0.013138929381966591, 0.016350124031305313, 0.00221229181624949, 0.04016852006316185, 0.013661871664226055, -0.03631181642413139, -0.03948215767741203, -0.02750350534915924, 0.0633414089679718, -0.07510761171579361, 0.06281846761703491, 0.009535528719425201, 0.06294920295476913, -0.020296704024076462, -0.04304470121860504, 0.01642366126179695, 0.07366952300071716, 0.018973005935549736, 0.0510195754468441, 0.049221958965063095, -0.027421796694397926, 0.06255699694156647, 0.03207925334572792, 0.07929114997386932, -0.001054055872373283, 0.004604345187544823, 0.07667644321918488, -0.025493444874882698, 0.000865612761117518, -0.029824063181877136, -0.006034265737980604, -0.023957302793860435, 0.01817225106060505, 0.08523962646722794, 0.0004504250537138432, 0.041835397481918335, 0.012428054586052895, 0.014903860166668892, -0.012583303265273571, 0.010769346728920937, -0.028059132397174835, 0.0006531674298457801, 0.044123269617557526, -0.030052850022912025, 0.015222528949379921, -0.006275309715420008, -0.028369629755616188, 0.015418631955981255, -0.018744219094514847, -0.07948725670576096, -0.037390388548374176, -0.03882847726345062, 0.017845412716269493, -0.0375211238861084, 0.004706482402980328, 0.030559450387954712, -0.0008109693881124258, 0.024186089634895325, 0.050692737102508545, -0.00357684469781816, 0.0586349256336689, 0.021146485581994057, -0.015075450763106346, -0.0075499820522964, -0.06471413373947144, -0.0568699948489666, 0.058961763978004456, -0.016431832686066628, -0.032340724021196365, -0.0014922245172783732, -0.039089951664209366, 0.018025172874331474, -0.020901357755064964, -0.07170848548412323, 0.03990704566240311, -0.0533728152513504, 0.043077386915683746, 0.015312409028410912, -0.06428924202919006, 0.024202430620789528, 0.034612253308296204, 0.0357561931014061, 0.029889430850744247, -0.0001438857871107757, -0.044776950031518936, -0.029268436133861542, -0.0451364740729332, -0.06896303594112396, 0.00756223825737834, 0.003072286956012249, -0.005392844323068857, -0.016783185303211212, -0.021555034443736076, 0.0031458258163183928, -0.024202430620789528, -0.050398580729961395, 0.07406172901391983, -0.09942443668842316, -0.02555881254374981, 0.038207486271858215, -0.01805785670876503, -0.04203150048851967, 0.04886243864893913, 0.005797307472676039, 0.005208997521549463, -0.00028011127142235637, 0.04418863728642464, -0.08334396034479141, 0.057262200862169266, 0.037259649485349655, -0.05402649566531181, -0.005989325698465109, -0.03758649155497551, -0.04000509902834892, -0.022486526519060135, -0.006745140999555588, -0.03276561573147774, -0.012321831658482552, -0.0115782730281353, 0.009486502967774868, 0.026637382805347443, 0.01416030153632164, 0.01000127475708723, -0.005396929569542408, 0.010703979060053825, 0.0008896150393411517, -0.014936544001102448, -0.026604698970913887, 0.006246711127460003, -0.005785051267594099, -0.026294201612472534, -0.02374485693871975, -0.0779837965965271, 0.002108111744746566, -0.017436863854527473, -0.007970787584781647, 0.04461352899670601, -0.06258967518806458, -0.033860526978969574, -0.031817782670259476, 0.028778178617358208, -0.006124146748334169, 0.03309245407581329, 0.02691519632935524, -0.016979288309812546, 0.07981409132480621, -0.022372132167220116, -0.024251457303762436, -0.030232612043619156, 0.04157392680644989, -0.045005735009908676, -0.048176076263189316, 0.09779024124145508, -0.011504734866321087, -0.023205572739243507, 0.017665650695562363, -0.026163466274738312, -0.019316187128424644, -0.004551233723759651, -0.0074968705885112286, -0.0650736540555954, 0.03670402616262436, 0.012509764172136784, -0.03203022480010986, -0.02140795812010765, 0.007823709398508072, 0.032455116510391235, 0.0363445021212101, 0.017665650695562363, 0.01264050044119358, -0.04033193737268448, -0.046639930456876755, 0.02140795812010765, 0.01667696237564087, 0.03418736532330513, 0.011177895590662956, 0.02451292797923088, 0.003936367575079203, -0.0032826897222548723, 0.008456960320472717, -0.009560042060911655, -0.03892653062939644, 0.0038403586950153112, 0.0527518205344677, 0.05634704977273941, 0.0334029495716095, -0.0352005660533905, 0.0006189514533616602, -0.025771258398890495, 0.03350100293755531, -0.039253368973731995, 0.05441870167851448, -0.0029313378036022186, -0.03176875412464142, -0.03288000822067261, -0.007480528671294451, 0.015851693227887154, 0.06481218338012695, -0.035625457763671875, -0.023875592276453972, -0.004767764359712601, -0.012803919613361359, 0.03565813973546028, 0.01712636649608612, 0.028892571106553078, 0.04350227862596512, -0.037096232175827026, 0.020917698740959167, 0.016194874420762062, 0.012828432954847813, -0.05435333400964737, -0.00674105528742075, 0.04598625376820564, -0.07412709295749664, 0.009609067812561989, 0.013555649667978287, 0.00810969341546297, -0.001148022129200399, 0.04284859821200371, -0.008930876851081848, -0.012019505724310875, 0.0036115713883191347, 0.013588333502411842, -0.000661338388454169, -0.007991214282810688, -0.0023328138049691916, 0.018956664949655533, 0.012591474689543247, -0.06128232181072235, -0.010989963077008724, -0.041770029813051224, -0.02972601167857647, 0.006973928306251764, 0.042946651577949524, 0.026277858763933182, 0.009723461233079433, -0.06049790605902672, 0.08046777546405792, -0.03948215767741203, -0.05265377089381218, -0.013441255316138268, 0.04392716661095619, 0.04029925540089607, 0.0307882372289896, 0.00782779511064291, -0.0041406420059502125, -0.028941597789525986, -0.017077339813113213, 0.01442177314311266, 0.03768454119563103, 0.005392844323068857, 0.023205572739243507, -0.013784436509013176, 0.07314658164978027, 0.0005275386502034962, -0.050398580729961395, -0.013236981816589832, 0.028990622609853745, 0.019201794639229774, -0.03742307052016258, 0.0056502302177250385, -0.03804406523704529, 0.0000011330845381962718, -0.04726092517375946, -0.07595739513635635, 0.03788064420223236, -0.04108366742730141, -0.018809586763381958, -0.04248907417058945, 0.008399763144552708, -0.018744219094514847, 0.016644278541207314 ]
37,362
weewx
ViolatedPrecondition
Exception thrown when a function is called with violated preconditions.
class ViolatedPrecondition(Exception): """Exception thrown when a function is called with violated preconditions."""
null
[ -0.015209876000881195, -0.019999727606773376, -0.005382279399782419, 0.05489000678062439, -0.0043948981910943985, -0.048537153750658035, -0.021192988380789757, 0.008672150783240795, 0.03248695284128189, -0.03485666587948799, 0.038991063833236694, 0.031209656968712807, 0.026218129321932793, -0.024503866210579872, -0.08631815016269684, 0.026369387283921242, 0.05818407982587814, 0.050049737095832825, -0.012293949723243713, -0.04141119867563248, -0.023176154121756554, 0.013092258013784885, -0.004571366123855114, 0.025882000103592873, 0.022873636335134506, 0.07092340290546417, -0.0028886159416288137, 0.0016438851598650217, 0.0394616462290287, -0.03653731569647789, -0.08114174753427505, 0.0038423845544457436, -0.014319132082164288, 0.029192877933382988, 0.03383146971464157, 0.01919301599264145, 0.008272996172308922, 0.02394925244152546, -0.09855327755212784, -0.02551225759088993, -0.09015002846717834, -0.014630052261054516, 0.01801656000316143, -0.010361202992498875, -0.014134260825812817, -0.03683983162045479, 0.024537479504942894, 0.01768043078482151, -0.039696935564279556, 0.005529336165636778, 0.050217799842357635, -0.0021596343722194433, 0.1056792289018631, 0.000041162777051795274, -0.03757932037115097, 0.06258738040924072, 0.05559587851166725, 0.02734416350722313, 0.023495476692914963, -0.012529240921139717, 0.015705667436122894, 0.08067116886377335, -0.03149536997079849, -0.04470527172088623, 0.0054200938902795315, 0.005189004819840193, -0.02006695233285427, -0.02598283812403679, -0.01749555952847004, 0.027293745428323746, -0.0188904982060194, 0.011369592510163784, -0.0533774234354496, 0.028134070336818695, 0.05808323994278908, -0.038991063833236694, -0.05179761350154877, -0.0037856625858694315, 0.03885661065578461, -0.02176440879702568, 0.004911697469651699, -0.017882108688354492, -0.04944470152258873, 0.007718381937593222, 0.017411526292562485, -0.033579371869564056, -0.016251878812909126, -0.034049954265356064, 0.026066871359944344, 0.03999945521354675, -0.067898228764534, 0.03126007691025734, -0.03344492241740227, 0.01409224420785904, 0.06252015382051468, 0.05502445995807648, 0.036974284797906876, -0.057007625699043274, -0.00816795602440834, -0.032184433192014694, 0.028520619496703148, 0.0614781528711319, 0.006281426642090082, -0.010554477572441101, 0.024419834837317467, -0.005487320013344288, -0.008121738210320473, -0.04440275579690933, 0.01904175616800785, -0.060570601373910904, -0.06036892533302307, -0.032570984214544296, -0.07932664453983307, -0.02394925244152546, 0.015100633725523949, -0.015865329653024673, -0.016235072165727615, -0.01233596634119749, -0.015520796179771423, 0.018974531441926956, 0.04060448706150055, 0.0012972512049600482, -0.055125296115875244, -0.011142704635858536, 0.050385866314172745, 0.000013876845514460001, 0.010957833379507065, 0.06688984483480453, 0.03468860313296318, -0.05391522869467735, -0.029512202367186546, -0.03858770802617073, -0.02751222997903824, -0.009882218204438686, -0.04729347303509712, 0.012789741158485413, 0.06793184578418732, 0.0069915009662508965, -0.025411417707800865, -0.028940781950950623, 0.02364673651754856, 0.006957888137549162, -0.01283175777643919, 0.016092216596007347, 0.04100784286856651, 0.008772989735007286, -0.027814745903015137, -0.0276802945882082, 0.013571242801845074, 0.02482319064438343, 0.0442010760307312, -0.008315012790262699, -0.039159130305051804, -0.07294017821550369, -0.0024348406586796045, -0.0030671849381178617, -0.0008166905026882887, -0.08026780933141708, 0.012470417656004429, -0.026890389621257782, -0.025797966867685318, -0.030991174280643463, 0.0024138325825333595, 0.01231915969401598, 0.012125885114073753, 0.04500778764486313, -0.026134096086025238, -0.04810018464922905, -0.025882000103592873, 0.02652064710855484, 0.006415878888219595, 0.007550316862761974, -0.02275599166750908, -0.01233596634119749, -0.002518873196095228, 0.0051511903293430805, 0.0035734805278480053, 0.0712595283985138, -0.02245347574353218, -0.02245347574353218, 0.0717301145195961, -0.016588008031249046, -0.07159566134214401, -0.011856980621814728, 0.024218156933784485, 0.02161315083503723, -0.009386426769196987, -0.008907441049814224, 0.025377804413437843, 0.01578970067203045, -0.011184721253812313, -0.03875577449798584, 0.06104118376970291, 0.05283961445093155, 0.02857103757560253, -0.06104118376970291, -0.003035672940313816, 0.01919301599264145, 0.06544448435306549, 0.028453392907977104, 0.0022688766475766897, 0.055663105100393295, 0.045780885964632034, 0.009957847185432911, -0.0031092013232409954, 0.037276800721883774, -0.05455387756228447, -0.05357909947633743, -0.05959582328796387, -0.004420107696205378, -0.012630079872906208, -0.05472194030880928, -0.005899079144001007, 0.04635230824351311, 0.024739157408475876, -0.017461946234107018, 0.06883939355611801, 0.0030083623714745045, 0.018419915810227394, 0.06793184578418732, 0.09384746104478836, -0.014840133488178253, 0.03791544958949089, -0.019075369462370872, 0.04507501423358917, -0.006441088393330574, -0.005344464909285307, -0.014898955821990967, -0.005226819310337305, -0.03741125389933586, 0.010033476166427135, 0.004483132157474756, -0.005840256344527006, -0.048705216497182846, 0.010991446673870087, -0.021461891010403633, -0.010310783982276917, -0.027629874646663666, -0.0012090171221643686, -0.012184707447886467, -0.02040308341383934, 0.00789064820855856, 0.010932623408734798, 0.06924275308847427, 0.02682316303253174, -0.011142704635858536, 0.006554532330483198, 0.05179761350154877, -0.015142650343477726, 0.01699136383831501, -0.036974284797906876, -0.002939035417512059, -0.06833519786596298, 0.004554559476673603, 0.02568032220005989, 0.013335952535271645, 0.02241986244916916, -0.03396592289209366, 0.06853687763214111, 0.03650370240211487, 0.02598283812403679, -0.027949199080467224, 0.007449477910995483, 0.021108955144882202, -0.006966291461139917, -0.03132730349898338, 0.007025114260613918, 0.02329379878938198, 0.03589867055416107, 0.014083840884268284, 0.05183122679591179, 0.06853687763214111, -0.011898997239768505, -0.013369564898312092, -0.024873610585927963, 0.000981604214757681, 0.003277266165241599, 0.04773044213652611, 0.017411526292562485, 0.03774738311767578, 0.06050337478518486, 0.007340236101299524, -0.025898806750774384, 0.052604325115680695, -0.07966277748346329, -0.0039096106775105, -0.013470403850078583, -0.04440275579690933, 0.0010892708087339997, 0.02126021310687065, 0.03386508300900459, 0.011630093678832054, 0.042755719274282455, -0.017058590427041054, 0.05818407982587814, 0.006209999322891235, -0.019629983231425285, -0.05008335039019585, 0.045310307294130325, -0.022907249629497528, 0.08880551159381866, 0.03171385079622269, -0.01752917282283306, -0.008378037251532078, -0.020302243530750275, -0.045612823218107224, 0.04383133351802826, 0.0062646204605698586, -0.08772989362478256, -0.03351214900612831, 0.008907441049814224, 0.02904161997139454, -0.041041456162929535, 0.01274772547185421, 0.07253682613372803, -0.005760425701737404, 0.03999945521354675, -0.044604431837797165, 0.007735188584774733, 0.06171344220638275, -0.005739417392760515, 0.012285546399652958, 0.04457081854343414, -0.03636925294995308, -0.06181428208947182, -0.04151203855872154, 0.01248722430318594, -0.018806464970111847, -0.022739185020327568, 0.012512434273958206, -0.015436763875186443, -0.017949335277080536, 0.029108846560120583, 0.027797939255833626, -0.07630147784948349, 0.009386426769196987, 0.046285081654787064, 0.009890621528029442, 0.0645369365811348, -0.008730973117053509, 0.07408302277326584, -0.01752917282283306, -0.008041907101869583, 0.01597457192838192, 0.013983001932501793, -0.030050009489059448, -0.0032877703197300434, -0.01578970067203045, 0.08080562204122543, 0.022890442982316017, -0.030671849846839905, 0.06984778493642807, -0.04500778764486313, 0.02566351555287838, 0.018066979944705963, -0.0029747493099421263, -0.022873636335134506, -0.04440275579690933, 0.011730932630598545, -0.03922635689377785, 0.09465417265892029, -0.011571270413696766, -0.008688957430422306, 0.03094075433909893, -0.03319282457232475, -0.0311256255954504, 0.008121738210320473, -0.01566365174949169, -0.029881944879889488, -0.005373876076191664, -0.005327658262103796, -0.08107452094554901, -0.0030524793546646833, -0.0030860924161970615, 0.005583957303315401, 0.00595370028167963, 0.021192988380789757, 0.01936108060181141, -0.03791544958949089, 0.058553822338581085, -0.006390668917447329, -0.01664683222770691, -0.04742792248725891, -0.0647049993276596, -0.05455387756228447, 0.01616784557700157, -0.022302215918898582, 0.025260159745812416, 0.014672068879008293, 0.03677260875701904, -0.0019443011842668056, -0.05283961445093155, 0.02157953754067421, -0.013823340646922588, -0.04712540656328201, 0.0015430462080985308, 0.005613368935883045, -0.010983043350279331, -0.009596507996320724, -0.04043642431497574, -0.012512434273958206, 0.009781379252672195, -0.026638291776180267, -0.014646858908236027, 0.011142704635858536, -0.006432685069739819, -0.014831730164587498, 0.029680266976356506, 0.023999672383069992, 0.006819234695285559, -0.01616784557700157, -0.015008198097348213, -0.02737777680158615, -0.02430218830704689, -0.003516758792102337, 0.01409224420785904, 0.029192877933382988, -0.0411422960460186, -0.0021176182199269533, -0.007546115666627884, 0.04658759757876396, -0.03332727774977684, 0.07798212766647339, 0.08685595542192459, -0.027797939255833626, 0.006567137315869331, -0.06265460699796677, 0.004432712681591511, 0.021377859637141228, -0.010302380658686161, -0.008432658389210701, -0.0032835686579346657, -0.004701616242527962, -0.058553822338581085, -0.056873172521591187, -0.04228513687849045, -0.047831278294324875, 0.0055503444746136665, 0.05149509385228157, 0.08409969508647919, 0.04336075112223625, 0.020100565627217293, 0.022369442507624626, 0.029344137758016586, -0.0138401472941041, -0.019411500543355942, -0.000048515619710087776, 0.03673899546265602, -0.006474701687693596, -0.014529213309288025, 0.03455414995551109, 0.02805003710091114, 0.016949348151683807, 0.006432685069739819, -0.005478916689753532, -0.04689011722803116, -0.11798158288002014, -0.030991174280643463, 0.00031722255516797304, 0.0045377532951533794, 0.017915721982717514, 0.08759544044733047, -0.053780779242515564, -0.06652010232210159, 0.019260240718722343, 0.0778476744890213, 0.0198820810765028, -0.02855423279106617, -0.008373835124075413, 0.004932705778628588, 0.04685650393366814, -0.03241972625255585, -0.009890621528029442, -0.038150738924741745, -0.008655344136059284, 0.022688765078783035, 0.0036028919275850058, 0.03359618037939072, 0.05757904425263405, 0.0305878184735775, 0.02873910404741764, -0.014293922111392021, -0.0057184090837836266, 0.049041345715522766, -0.004195320885628462, -0.017781270667910576, -0.06709151715040207, -0.01700817048549652, 0.025966031476855278, 0.015638442710042, -0.027814745903015137, -0.035260021686553955, 0.05552865192294121, 0.010167928412556648, 0.031024785712361336, -0.02379799447953701, -0.006411677226424217, 0.013907372951507568, 0.02889036200940609, -0.04520946741104126, 0.015285505913197994, -0.009983057156205177, -0.03231888636946678, -0.025360997766256332, 0.03791544958949089, -0.04406662657856941, 0.043058235198259354, -0.0014653161633759737, 0.012453611008822918, -0.05095728859305382, -0.007298219483345747, 0.04890689626336098, 0.03213401511311531, 0.030671849846839905, -0.00718477601185441, -0.0071637677028775215, -0.03962971270084381, 0.0034264237619936466, -0.0020377873443067074, 0.020638372749090195, 0.061982348561286926, 0.0038444853853434324, 0.062553770840168, 0.004567164462059736, 0.015352731570601463, -0.0340331494808197, 0.0013287633191794157, -0.05902440473437309, 0.02551225759088993, 0.041881781071424484, -0.0018203533254563808, -0.0111258989199996, 0.041915394365787506, 0.037814609706401825, 0.001252083689905703, 0.036604542285203934, -0.028419779613614082, -0.011495641432702541, 0.006567137315869331, 0.010579687543213367, 0.029444975778460503, 0.045948952436447144, 0.013932582922279835, 0.036436475813388824, 0.008533497340977192, -0.02005014568567276, -0.04689011722803116, -0.002600804902613163, -0.08416691422462463, -0.017260268330574036, -0.04060448706150055, -0.01986527442932129, 0.009109118953347206, -0.019680403172969818, 0.04914218559861183, -0.02228540927171707, 0.06349492818117142, 0.061982348561286926, 0.020688792690634727, 0.019999727606773376, -0.015873732045292854, -0.027411390095949173, 0.04880605638027191, -0.06880578398704529, -0.05690678581595421, 0.012218320742249489, 0.01199143286794424, -0.01368048507720232, 0.00985700823366642, -0.05183122679591179, 0.039831388741731644, -0.02173079550266266, 0.053780779242515564, 0.026302162557840347, -0.06578061729669571, 0.001728967996314168, 0.017201445996761322, 0.003397012362256646, -0.03989861533045769, -0.047495149075984955, 0.009714152663946152, -0.0561336874961853, -0.07166288793087006, -0.052974067628383636, -0.016873719170689583, 0.018066979944705963, -0.03094075433909893, 0.04094061627984047, -0.019277047365903854, 0.03794906288385391, -0.0561336874961853, -0.014873746782541275, 0.01564684510231018, -0.07226791977882385, 0.0633268654346466, 0.03280627354979515, 0.03811712563037872, -0.06080589070916176, -0.01679809018969536, 0.012151094153523445, -0.05011696368455887, 0.021882053464651108, 0.03300795331597328, -0.008184761740267277, 0.011831771582365036, -0.011016656644642353, -0.044268302619457245, 0.013403178192675114, -0.007684769108891487, -0.01969720982015133, 0.0072225905023515224, 0.0012447308981791139, -0.02786516584455967, -0.04467165842652321, -0.02173079550266266, -0.027814745903015137, -0.050587546080350876, 0.022655153647065163, 0.06635203212499619, 0.06514196842908859, 0.017982948571443558, -0.016201458871364594, -0.04470527172088623, 0.011999836191534996, -0.010604897513985634, 0.011865383945405483, 0.03828519210219383, -0.09169622510671616, -0.060570601373910904, -0.07730986922979355, -0.00416801031678915, 0.05152870714664459, 0.03329366445541382, -0.07730986922979355, -0.016630025580525398, -0.013377968221902847, 0.03804989904165268, 0.013714098371565342, 0.021108955144882202, 0.024571092799305916, -0.036100346595048904, 0.008214173838496208, -0.004008348565548658, -0.006209999322891235, -0.0049201007932424545, -0.015226682648062706, -0.04692373052239418, -0.06359577178955078, 0.10917498171329498, -0.0305878184735775, 0.01062170322984457, 0.06504113227128983, -0.022907249629497528, -0.02618451602756977, 0.004365486558526754, 0.03393230959773064, -0.015747684985399246, -0.0023781186901032925, 0.00019288077601231635, 0.015487183816730976, 0.0068906620144844055, 0.0030167654622346163, -0.008974667638540268, 0.032570984214544296, 0.03788183629512787, 0.023361025378108025, -0.005394884385168552, -0.04396578669548035, -0.002182743279263377, -0.006739403586834669, -0.004823463503271341, 0.023898832499980927, 0.03078949637711048, -0.005873869173228741, 0.021310633048415184, -0.0455792099237442, 0.012907386757433414, -0.029142459854483604, -0.03213401511311531, 0.01513424701988697, 0.026100484654307365, 0.02346186526119709, -0.03168024122714996, -0.05761265754699707, 0.010638509877026081, 0.009319200180470943, -0.03858770802617073, 0.027764325961470604, -0.008529295213520527, -0.03263821080327034, -0.03999945521354675, -0.023041702806949615, 0.009949443861842155, 0.04675566405057907, -0.006739403586834669, -0.039696935564279556, -0.08638537675142288, 0.002600804902613163, 0.014739294536411762, 0.03774738311767578, 0.031176045536994934, 0.030638236552476883, -0.028520619496703148, 0.021646764129400253, -0.010915817692875862, 0.008957860991358757, -0.02327699214220047, -0.04107506945729256, 0.043596044182777405, -0.08134342730045319, -0.0004978923825547099, 0.024218156933784485, 0.031041592359542847, -0.08658705651760101, 0.04517585411667824, -0.041713714599609375, -0.0026953413616865873, 0.012789741158485413, -0.0049621169455349445, -0.005487320013344288, -0.024033285677433014, 0.0037856625858694315, -0.0022541708312928677, -0.05946137383580208, -0.05747820809483528, -0.013151081278920174, -0.01462164893746376, -0.08450304716825485, 0.014672068879008293, 0.006256217136979103, 0.041377585381269455, 0.0227896049618721, -0.061948735266923904, 0.05236903205513954, 0.04914218559861183, -0.020991310477256775, -0.042554039508104324, 0.023562703281641006, 0.027629874646663666, 0.040369197726249695, 0.03683983162045479, 0.02141147293150425, -0.007911656983196735, -0.07529308646917343, 0.06517557799816132, 0.029327331110835075, -0.023411445319652557, 0.041915394365787506, 0.02141147293150425, 0.018823271617293358, 0.016621621325612068, -0.001249982975423336, 0.008453666232526302, -0.012856967747211456, 0.029881944879889488, -0.05320935696363449, 0.03784822300076485, 0.028167681768536568, -0.008941054344177246, -0.03751209378242493, -0.06766293942928314, 0.011369592510163784, 0.002126021310687065, 0.043730493634939194, 0.0065335240215063095, 0.0033402906265109777, 0.0043486799113452435, 0.06329325586557388 ]
37,363
weewx
WakeupError
Exception thrown when unable to wake up or initially connect with the hardware.
class WakeupError(WeeWxIOError): """Exception thrown when unable to wake up or initially connect with the hardware."""
null
[ 0.010130999609827995, -0.01649456098675728, 0.013461380265653133, 0.038251299411058426, -0.019055720418691635, -0.07272642105817795, -0.04241209104657173, 0.03657299652695656, -0.024947259575128555, -0.00347023899666965, 0.019213061779737473, 0.03702753782272339, 0.08447453379631042, 0.0341079905629158, -0.008946573361754417, 0.023671051487326622, -0.020139623433351517, 0.008898496627807617, -0.011555808596313, -0.02552417479455471, -0.049579836428165436, 0.024247966706752777, 0.05248190090060234, 0.04150300845503807, 0.008636262267827988, 0.060279011726379395, -0.04685259610414505, 0.020734021440148354, 0.006385414395481348, -0.07111804932355881, -0.03968484699726105, 0.014851224608719349, 0.006214961875230074, -0.023513710126280785, 0.0428316630423069, 0.026817867532372475, 0.015454364009201527, 0.0012565412325784564, -0.06258668005466461, -0.005673010367900133, -0.033146463334560394, -0.027080101892352104, 0.0018498471472412348, -0.03461497649550438, 0.04255194589495659, -0.004383689723908901, 0.01856621541082859, 0.046363092958927155, -0.013907179236412048, 0.02062912844121456, -0.03625831380486488, 0.08272629976272583, 0.016756795346736908, -0.005707975011318922, -0.004396801348775625, 0.045908551663160324, -0.024020696058869362, -0.01119742076843977, 0.022919312119483948, -0.057341985404491425, -0.060279011726379395, 0.06485937535762787, 0.02856609784066677, 0.0294576957821846, 0.03145068138837814, -0.049929484724998474, -0.017359936609864235, -0.0042787957936525345, -0.010533093474805355, 0.04132818430662155, 0.0649293065071106, 0.021992748603224754, -0.07594316452741623, 0.000745729892514646, 0.04615330323576927, -0.018950825557112694, -0.037167396396398544, -0.0072595300152897835, -0.03461497649550438, 0.012604746967554092, 0.06527895480394363, 0.035174410790205, -0.0437057800590992, 0.0398247055709362, 0.08153750747442245, 0.034929659217596054, 0.026258433237671852, -0.01669560745358467, -0.05615318566560745, -0.004628442227840424, -0.030471669510006905, 0.029160495847463608, -0.0326569601893425, 0.0021164524368941784, 0.022377358749508858, 0.01865362748503685, 0.011337279342114925, -0.002172177191823721, -0.034929659217596054, -0.04937005043029785, -0.01812915690243244, -0.043600887060165405, -0.04632812738418579, -0.03442267328500748, 0.03232479467988014, -0.0487406849861145, -0.0074518355540931225, -0.009309330955147743, -0.017552241683006287, -0.06129298731684685, 0.0016094653401523829, -0.04678266867995262, -0.038950592279434204, -0.006770025473088026, 0.023181546479463577, 0.041992515325546265, 0.007692217361181974, 0.022062677890062332, 0.037971582263708115, -0.02533186972141266, 0.014894929714500904, 0.016896653920412064, -0.061188094317913055, -0.01937040127813816, 0.06702718138694763, 0.012115241959691048, -0.022342395037412643, 0.008391509763896465, 0.06300625205039978, 0.020122140645980835, -0.07419493049383163, 0.023706015199422836, -0.06517405807971954, -0.02071654051542282, -0.0184613224118948, 0.008618779480457306, 0.03853101655840874, -0.03874080255627632, 0.021625619381666183, -0.050384022295475006, -0.01669560745358467, 0.050384022295475006, 0.02874092198908329, 0.01812915690243244, 0.019387884065508842, 0.04695748910307884, -0.020541716367006302, -0.014082002453505993, 0.02391580305993557, 0.0063417088240385056, 0.01732497103512287, -0.04548897594213486, -0.07860047370195389, -0.024492720142006874, -0.011922936886548996, -0.009589048102498055, -0.012316289357841015, 0.0011527399765327573, 0.008474551141262054, -0.05531403422355652, -0.020734021440148354, -0.02400321513414383, 0.016538267955183983, 0.021992748603224754, -0.06185242161154747, 0.030594047158956528, -0.027901770547032356, 0.003419977379962802, 0.05069870501756668, 0.001713266596198082, -0.0012587264645844698, 0.007102189119905233, 0.0025436764117330313, -0.008068087510764599, -0.056992337107658386, 0.011529584415256977, -0.06094333902001381, -0.02524445950984955, -0.056537795811891556, -0.04111839830875397, 0.04374074563384056, -0.008391509763896465, -0.0712229385972023, -0.016477080062031746, 0.030646493658423424, 0.008968425914645195, -0.03239472582936287, 0.05062877759337425, 0.03405554220080376, 0.017639653757214546, 0.0026398291811347008, -0.014283048920333385, 0.0008342340588569641, 0.06181745603680611, 0.0406988225877285, -0.005922133103013039, 0.0517476424574852, -0.024877330288290977, 0.0258738212287426, 0.06601320952177048, -0.005528781097382307, 0.06678242981433868, -0.03061152808368206, -0.02033192850649357, 0.015026046894490719, -0.02337385155260563, 0.0551392138004303, -0.05779652297496796, 0.002253032987937331, -0.0127183822914958, 0.04552394151687622, 0.017167629674077034, -0.03290171176195145, 0.06622299551963806, 0.05881049856543541, -0.014737589284777641, 0.041817691177129745, 0.03758697211742401, -0.0011756854364648461, 0.03772683069109917, -0.06374050676822662, 0.02811155840754509, -0.00794134009629488, -0.06241185590624809, 0.0015570183750241995, 0.04276173561811447, -0.03106606937944889, -0.020908845588564873, 0.006612684577703476, -0.008859161287546158, 0.06688732653856277, -0.009160731919109821, -0.0009041633456945419, -0.012866981327533722, 0.006477196700870991, 0.048600826412439346, -0.05741191282868385, -0.051083315163850784, 0.003319453913718462, -0.00882856734097004, -0.006437861360609531, -0.041642867028713226, 0.0381813682615757, 0.04272677004337311, 0.1067819595336914, -0.017062736675143242, 0.03522685915231705, 0.03232479467988014, -0.003802402876317501, 0.014956117607653141, 0.031887736171483994, 0.00910828448832035, 0.017464829608798027, -0.03657299652695656, -0.002165621379390359, -0.05846085026860237, 0.03999952971935272, -0.04041910544037819, 0.015463105402886868, 0.015760304406285286, 0.00415204931050539, 0.009982400573790073, -0.029684966430068016, 0.007355683017522097, -0.019527742639183998, -0.02363608591258526, -0.005515669472515583, 0.06538384407758713, -0.020139623433351517, 0.024475237354636192, 0.05374062806367874, 0.010725398547947407, -0.010419458150863647, 0.022954275831580162, -0.046992454677820206, -0.02328643947839737, 0.00047557352809235454, 0.03737718239426613, -0.007871410809457302, -0.0025436764117330313, 0.007132783532142639, 0.0406988225877285, 0.007604805752635002, 0.08111792802810669, -0.06342583149671555, -0.0277619119733572, 0.01972004771232605, 0.02347874455153942, -0.030716422945261, -0.028601063415408134, 0.039125412702560425, -0.0068268426693975925, 0.0035795033909380436, -0.063181072473526, 0.008164240047335625, -0.011459656059741974, -0.05104834958910942, -0.005428257863968611, 0.06122305616736412, 0.011022597551345825, 0.03678278625011444, 0.03106606937944889, -0.1123063713312149, 0.03256954625248909, -0.02337385155260563, -0.023863356560468674, 0.06825094670057297, -0.0061974795535206795, -0.0076572527177631855, 0.018234051764011383, -0.017831958830356598, -0.027272406965494156, 0.003024440025910735, 0.022080160677433014, 0.03741214796900749, 0.003356603905558586, 0.045104365795850754, -0.01854873262345791, 0.02017458900809288, 0.092446468770504, 0.009274366311728954, 0.02659059688448906, 0.048495933413505554, 0.03026188164949417, -0.032604511827230453, 0.01066421065479517, 0.02741226553916931, 0.02006969414651394, -0.002917360747233033, -0.046363092958927155, -0.10517358779907227, -0.0487406849861145, 0.027377299964427948, -0.05950979143381119, -0.03685271367430687, 0.027726946398615837, 0.05790141597390175, -0.027254924178123474, -0.0037062501069158316, -0.035296786576509476, 0.01659071445465088, 0.021800443530082703, -0.044230248779058456, 0.028426239266991615, 0.04499947279691696, -0.012840758077800274, 0.03456253185868263, 0.0068137310445308685, 0.04737706482410431, 0.017919369041919708, 0.04541904851794243, 0.037621933966875076, -0.05916014313697815, 0.03405554220080376, 0.04968472942709923, -0.020017247647047043, -0.046642810106277466, 0.005677381064742804, 0.02080395072698593, 0.0006987461820244789, -0.04597847908735275, 0.025506693869829178, -0.01097015105187893, 0.013741097413003445, -0.06929988414049149, -0.017272524535655975, -0.014597730711102486, -0.002819022862240672, -0.008968425914645195, -0.02106618694961071, -0.015550516545772552, -0.03276185318827629, -0.04024428129196167, 0.0016072801081463695, 0.008653744123876095, 0.05143296346068382, 0.009169472381472588, 0.007696588058024645, -0.011363502591848373, 0.03702753782272339, 0.0031205927953124046, -0.03622335195541382, -0.021258492022752762, -0.029073085635900497, 0.012805793434381485, 0.01588268019258976, -0.016118692234158516, -0.00646845530718565, -0.0015493698883801699, 0.014658918604254723, 0.006293632555752993, 0.03106606937944889, -0.035838738083839417, 0.04353095591068268, -0.0018957381835207343, 0.052516866475343704, 0.016407150775194168, -0.02872343920171261, -0.011547067202627659, -0.03561146929860115, -0.009886247105896473, 0.003009143052622676, -0.0728662759065628, 0.05258679389953613, 0.027989182621240616, -0.010367010720074177, -0.01031456422060728, -0.027971699833869934, 0.009982400573790073, -0.021031221374869347, -0.025926269590854645, 0.020821433514356613, -0.09475412964820862, -0.02008717693388462, -0.0014357349136844277, -0.013181663118302822, -0.029143014922738075, -0.02872343920171261, 0.04758685454726219, 0.021485760807991028, -0.005393293220549822, -0.033950649201869965, 0.06664257496595383, 0.013094251975417137, -0.02239484153687954, -0.009693942032754421, 0.010218411684036255, -0.0048950472846627235, 0.03251710161566734, 0.0258738212287426, 0.009178213775157928, 0.03134578466415405, -0.012193912640213966, -0.022639594972133636, 0.000812381214927882, -0.03087376244366169, -0.020681574940681458, 0.002604864537715912, -0.020646611228585243, -0.007805852219462395, 0.01241244189441204, 0.0014302716590464115, 0.025209493935108185, -0.0007200527470558882, 0.03318142890930176, -0.05255183205008507, -0.0020148365292698145, -0.01607498526573181, -0.0022289948537945747, 0.06227199733257294, -0.00857507437467575, -0.0478665716946125, 0.001558111049234867, -0.0129369106143713, 0.05328608676791191, -0.020104659721255302, -0.08307594805955887, 0.021713031455874443, 0.04964976757764816, -0.05454481393098831, 0.006818101741373539, 0.029859788715839386, -0.056083258241415024, -0.03192270174622536, 0.0003441830340307206, 0.08181721717119217, 0.015917645767331123, -0.024877330288290977, 0.05569864809513092, 0.03625831380486488, 0.06220206618309021, 0.024912294000387192, 0.007377535570412874, -0.0032167453318834305, 0.06013915315270424, -0.009973659180104733, -0.05713219568133354, 0.05402034521102905, 0.0644398033618927, -0.05926503986120224, 0.003568576881662011, -0.027464712038636208, 0.06541880965232849, -0.021118633449077606, -0.04765678197145462, -0.08825071156024933, -0.0373072549700737, -0.054579779505729675, 0.009746389463543892, -0.003354418557137251, -0.03561146929860115, 0.017464829608798027, -0.003513944800943136, 0.01512220036238432, 0.02846120484173298, -0.01721133664250374, -0.06384540349245071, 0.0437057800590992, -0.01097889244556427, -0.01954522542655468, 0.030803833156824112, -0.0328492633998394, -0.012438665144145489, -0.03793661668896675, 0.010734139941632748, -0.06905513256788254, 0.005594339687377214, 0.017115183174610138, 0.0881807804107666, -0.023006722331047058, 0.05961468443274498, 0.0064028967171907425, 0.01266593486070633, -0.006298002786934376, -0.003675656160339713, -0.04562883451581001, 0.010069811716675758, 0.04398549720644951, 0.03349611163139343, 0.034947142004966736, 0.04730713739991188, 0.025943750515580177, 0.05968461185693741, 0.025681516155600548, -0.017429865896701813, -0.06416008621454239, 0.016345961019396782, -0.02580389194190502, 0.017718322575092316, 0.09342547506093979, 0.006555866915732622, 0.0589153915643692, -0.004973717965185642, -0.03881073370575905, 0.025471728295087814, -0.0560133270919323, -0.06912506371736526, 0.009851282462477684, -0.07125790417194366, -0.021206045523285866, 0.016118692234158516, -0.011380985379219055, 0.028670992702245712, -0.049125298857688904, 0.019597671926021576, -0.04580365866422653, -0.022727005183696747, 0.0328492633998394, -0.03569888323545456, -0.04482464864850044, 0.005270916968584061, -0.030751386657357216, 0.0032080041710287333, 0.012700899504125118, -0.017115183174610138, -0.01062050461769104, 0.06723697483539581, -0.011686925776302814, 0.005388922523707151, 0.038251299411058426, -0.061258021742105484, -0.02365356869995594, 0.04143308103084564, -0.0376918651163578, 0.010323305614292622, -0.013959626667201519, -0.004610959906131029, -0.021468279883265495, -0.005235952325165272, -0.05541893094778061, -0.03758697211742401, 0.049824588000774384, 0.010839033871889114, -0.011302314698696136, -0.04115336388349533, 0.0024584501516073942, 0.011407208628952503, 0.06255171447992325, -0.00047174925566650927, -0.05209729075431824, 0.0007348034414462745, 0.009624012745916843, -0.03276185318827629, -0.05580354109406471, 0.016118692234158516, -0.012797052040696144, 0.017709583044052124, -0.007320718374103308, -0.08202701061964035, 0.04276173561811447, 0.012561040930449963, -0.010104776360094547, -0.033233873546123505, -0.05143296346068382, 0.030506635084748268, 0.06849569827318192, 0.04702742025256157, -0.013137958012521267, 0.01173937227576971, 0.060279011726379395, -0.01097015105187893, 0.02872343920171261, 0.0741250067949295, -0.06534888595342636, 0.02230742946267128, 0.01739490032196045, -0.0061625149101018906, 0.06762158125638962, -0.021468279883265495, -0.007705328986048698, 0.015952609479427338, 0.010533093474805355, -0.010760363191366196, 0.05943986028432846, -0.011311056092381477, -0.00503927655518055, -0.04702742025256157, -0.019929835572838783, 0.0057516805827617645, 0.03456253185868263, 0.004899417981505394, -0.009178213775157928, -0.01507849432528019, -0.027447229251265526, 0.00007491443830076605, -0.0004848609969485551, 0.020279482007026672, 0.018950825557112694, -0.024859847500920296, 0.008723673410713673, -0.020139623433351517, 0.024597613140940666, 0.030052093788981438, -0.07992912828922272, -0.0704537183046341, 0.018758520483970642, 0.006660760845988989, -0.030454188585281372, 0.007587323430925608, 0.019160613417625427, -0.004259128123521805, 0.05999929457902908, 0.0050742411985993385, -0.017735805362462997, -0.02160813845694065, 0.023863356560468674, -0.005555004812777042, -0.06311114877462387, -0.027552124112844467, -0.025052152574062347, 0.00441428367048502, -0.054055310785770416, -0.029475178569555283, 0.018618661910295486, 0.0022770711220800877, -0.00039116674452088773, 0.0035030182916671038, 0.00020336845773272216, -0.005607451777905226, 0.00035347050288692117, -0.04608337581157684, -0.03033181093633175, -0.014641436748206615, -0.00977261271327734, 0.05178260803222656, 0.0644398033618927, 0.011110009625554085, -0.007228936068713665, -0.014379201456904411, -0.051992397755384445, 0.06276150047779083, -0.006219332572072744, 0.044125355780124664, -0.0339156873524189, -0.018863415345549583, 0.01472010649740696, -0.04087364673614502, -0.052167218178510666, -0.013811026699841022, -0.008006898686289787, 0.0725865587592125, 0.027184994891285896, -0.06811108440160751, -0.037621933966875076, 0.033775828778743744, 0.033251356333494186, 0.001830179593525827, 0.03758697211742401, -0.022377358749508858, -0.04727217182517052, -0.04454493150115013, 0.01392466202378273, -0.053321052342653275, 0.09300590306520462, -0.06839080154895782, -0.10111769288778305, 0.0014838112983852625, -0.026485702022910118, 0.019038237631320953, -0.012604746967554092, 0.011555808596313, 0.05999929457902908, -0.007578582502901554, 0.0037018796429038048, 0.025384318083524704, 0.008168610744178295, 0.01146839652210474, -0.009938694536685944, 0.063181072473526, -0.027097584679722786, 0.014536542817950249, 0.021887855604290962, 0.011643219739198685, -0.038705840706825256, 0.022692041471600533, -0.07118797302246094, -0.024510201066732407, -0.021013738587498665, -0.00412364024668932, 0.052621759474277496, -0.012875722721219063, 0.0474819615483284, -0.01659071445465088, -0.06653767824172974, -0.015262058936059475, -0.00798504613339901, -0.027919253334403038, -0.0033609746024012566, -0.020296964794397354, 0.045663800090551376, 0.00025922991335392, -0.029125532135367393, -0.056083258241415024, 0.13845990598201752, 0.05104834958910942, -0.02319902740418911, -0.028338827192783356, 0.021206045523285866, 0.015008565038442612, 0.0758732333779335, 0.00852699764072895, -0.018985791131854057, 0.004960605874657631, -0.04968472942709923, -0.015751563012599945, -0.023898320272564888, 0.01330403983592987, 0.05034906044602394, 0.02471998892724514, 0.04482464864850044, 0.008378397673368454, -0.03951002657413483, 0.024929776787757874, -0.007386276964098215, 0.020908845588564873, -0.030629010871052742, -0.03122340887784958, -0.01712392456829548, -0.0406988225877285, -0.014615212567150593, 0.00882856734097004, 0.03562895208597183, -0.028968190774321556, 0.03688767924904823, -0.030716422945261, 0.035209376364946365, -0.03237724304199219, 0.014020814560353756 ]
37,364
weewx
WeeWxIOError
Base class of exceptions thrown when encountering an input/output error with the hardware.
class WeeWxIOError(IOError): """Base class of exceptions thrown when encountering an input/output error with the hardware."""
null
[ -0.00994115974754095, -0.034489382058382034, -0.0368049219250679, 0.03600405901670456, 0.004591910168528557, -0.05696580186486244, -0.06135314330458641, 0.04648493230342865, 0.013971594162285328, -0.027943188324570656, 0.0846826583147049, 0.021936709061264992, 0.05418018996715546, 0.050349969416856766, -0.016173969954252243, 0.05383198708295822, -0.023242466151714325, 0.06647171080112457, -0.0244611706584692, -0.006215400993824005, -0.052404358983039856, 0.007777956314384937, 0.013954184018075466, -0.02710750512778759, 0.010646267794072628, 0.10557476431131363, -0.039381615817546844, 0.0020728884264826775, -0.0038367477245628834, -0.10167490690946579, -0.06821271777153015, -0.03809326887130737, 0.013867134228348732, -0.003973852377384901, -0.0035843015648424625, 0.0010984676191583276, -0.0029183656442910433, -0.02573210746049881, -0.06556638330221176, 0.01708799973130226, -0.04599744826555252, -0.020126059651374817, 0.005131622776389122, -0.04627601057291031, -0.0018672317964956164, 0.014746342785656452, -0.019795268774032593, 0.03934679552912712, -0.04620636999607086, 0.006197990849614143, -0.05633904039859772, 0.04126190394163132, 0.03962535783648491, -0.015869293361902237, 0.00994115974754095, 0.06751631200313568, -0.012500441633164883, -0.010089145042002201, -0.035551395267248154, -0.04000837728381157, -0.05174277722835541, 0.047007232904434204, 0.02888333424925804, 0.007721373345702887, 0.006154465489089489, -0.04366449639201164, -0.03208678960800171, -0.023433975875377655, -0.03913787379860878, 0.08628439158201218, 0.03795398771762848, 0.015103249810636044, -0.055155154317617416, -0.006402559112757444, 0.0632682517170906, -0.008400366641581059, -0.02014346979558468, 0.040844064205884933, -0.006493962369859219, 0.011508067138493061, 0.06612350791692734, 0.03659600019454956, -0.03152966499328613, 0.032939884811639786, 0.05658278241753578, -0.02181483805179596, -0.028134699910879135, -0.011708282865583897, -0.023225056007504463, 0.0189944040030241, -0.049270544201135635, 0.021762607619166374, -0.03569067642092705, -0.0037235822528600693, 0.020578721538186073, 0.0038498053327202797, 0.006389501504600048, -0.0008160977740772069, -0.007181660737842321, -0.035760316997766495, -0.04401269927620888, 0.020334981381893158, -0.0034080243203788996, -0.03952089697122574, 0.0002927070891018957, -0.06528782099485397, 0.0037388161290436983, -0.0007295914110727608, 0.004800831433385611, -0.054075729101896286, -0.015434041619300842, -0.02768203802406788, -0.04944464564323425, -0.018419871106743813, -0.012204471044242382, 0.01183885894715786, 0.0035777727607637644, 0.04063514247536659, 0.033409956842660904, -0.004015201237052679, -0.0036974670365452766, 0.018907353281974792, -0.056791700422763824, -0.01838505081832409, 0.08565762639045715, 0.0093492167070508, -0.02036980167031288, 0.011429721489548683, 0.02134476602077484, 0.01937742531299591, -0.06619314849376678, -0.012483032420277596, -0.024896424263715744, -0.02289426326751709, -0.003669175785034895, 0.010498282499611378, 0.008674575947225094, -0.011055405251681805, -0.004953169729560614, -0.014728933572769165, 0.02092692442238331, 0.027142325416207314, 0.02533167600631714, 0.01630454510450363, -0.009479791857302189, 0.05811486765742302, 0.024025918915867805, -0.04787773638963699, 0.013518932275474072, 0.00865281280130148, 0.0244611706584692, -0.003675704589113593, -0.08872179687023163, 0.03579513728618622, 0.013074974529445171, 0.0025048761162906885, -0.01732303574681282, -0.04885270074009895, -0.006424321793019772, -0.0036822333931922913, -0.0440475195646286, -0.06124868243932724, 0.05477213114500046, 0.02329469472169876, -0.033810388296842575, 0.03638708218932152, -0.052682921290397644, 0.0014820336364209652, 0.056896161288022995, -0.0016387243522331119, -0.007838891819119453, -0.004661550745368004, -0.028030239045619965, -0.023068364709615707, -0.01291828416287899, 0.00025067804381251335, -0.03631744161248207, -0.022772392258048058, -0.02761239744722843, -0.0009591869311407208, 0.03191268816590309, -0.021101024001836777, -0.05518997460603714, 0.029475275427103043, 0.024304481223225594, -0.0021414405200630426, -0.016130445525050163, 0.03701384365558624, 0.02691599354147911, 0.012648427858948708, 0.026463331654667854, 0.010820368304848671, -0.01679202914237976, 0.04258507117629051, 0.03334031626582146, -0.020683182403445244, 0.042724352329969406, -0.02937081642448902, 0.07646510004997253, 0.05898537114262581, -0.027420885860919952, 0.10696756839752197, 0.012134830467402935, -0.006589717697352171, -0.025366496294736862, 0.011864974163472652, 0.05929875373840332, -0.05961213633418083, -0.08280237019062042, 0.02759498730301857, 0.011116339825093746, 0.005758386105298996, -0.03334031626582146, 0.06312897056341171, 0.08092208206653595, 0.0381280891597271, -0.000007506399470003089, 0.023364335298538208, -0.025470957159996033, 0.05383198708295822, 0.01850692182779312, 0.022546062245965004, -0.0022894262801855803, -0.044674281030893326, 0.043977878987789154, -0.005640868097543716, 0.019220735877752304, -0.016217496246099472, 0.0012785532744601369, 0.028047649189829826, 0.0161130353808403, 0.011716987937688828, -0.014041234739124775, 0.054458748549222946, 0.03092031367123127, 0.035185784101486206, -0.05344896391034126, -0.02418261021375656, -0.02562764659523964, -0.017488431185483932, -0.0379888080060482, -0.027908368036150932, 0.012874758802354336, 0.04070478305220604, 0.05076781287789345, -0.04544032737612724, 0.010594037361443043, 0.0844040960073471, -0.0314774364233017, 0.003072880208492279, 0.057488106191158295, 0.019986778497695923, -0.05358824506402016, -0.03885931149125099, 0.007155545521527529, -0.018959583714604378, -0.003257862525060773, -0.07221703976392746, 0.02299872413277626, -0.02592361904680729, -0.02858736179769039, 0.02914448454976082, 0.006145760416984558, 0.023242466151714325, -0.004622377920895815, -0.046136729419231415, 0.014267565682530403, 0.018628792837262154, 0.04979284852743149, 0.040774423629045486, 0.08677186816930771, 0.08238452672958374, -0.027229374274611473, 0.030467651784420013, -0.0567568801343441, -0.055712275207042694, 0.034889813512563705, 0.04676349088549614, 0.028343619778752327, 0.020961744710803032, 0.011525477282702923, 0.03854593262076378, -0.05028032884001732, 0.059646956622600555, -0.04470910131931305, -0.05205615982413292, 0.002450469648465514, -0.01887253299355507, -0.061805807054042816, -0.018158720806241035, 0.02212822064757347, 0.02935340628027916, -0.037814706563949585, -0.024339301511645317, 0.027072684839367867, 0.013832313939929008, -0.08976640552282333, -0.056791700422763824, 0.07604725658893585, -0.008265438489615917, -0.003445020876824856, 0.016217496246099472, -0.047007232904434204, 0.005888961721211672, -0.03885931149125099, -0.023712538182735443, 0.04665903002023697, -0.039486076682806015, -0.04293327406048775, 0.016147855669260025, 0.0211358442902565, -0.0005073408246971667, -0.01032418105751276, 0.025697287172079086, 0.040565501898527145, 0.04255025088787079, 0.078345388174057, 0.01918591558933258, 0.00419800728559494, 0.09032353013753891, -0.018733253702521324, 0.017697352916002274, 0.04147082567214966, -0.03260909020900726, -0.008208855986595154, -0.012526556849479675, 0.03736204653978348, -0.0023111889604479074, 0.0014178339624777436, -0.046032268553972244, -0.055538177490234375, -0.0026354517322033644, 0.010820368304848671, -0.04982766881585121, 0.0004208344325888902, -0.009845403954386711, 0.034593842923641205, -0.021692967042326927, 0.026741892099380493, -0.03045024164021015, 0.006080472841858864, 0.0308158528059721, 0.011055405251681805, 0.03365369886159897, -0.005401479545980692, -0.05055889114737511, 0.023068364709615707, -0.01967339776456356, 0.01408476009964943, 0.0277864970266819, 0.048400040715932846, 0.038789670914411545, -0.06424321979284286, 0.009854109026491642, 0.0043764603324234486, -0.006263278424739838, -0.04303773492574692, -0.0458233468234539, 0.015033609233796597, 0.013910658657550812, 0.0013133734464645386, 0.00032834336161613464, -0.02319023571908474, 0.032626502215862274, -0.07207775861024857, -0.0350290946662426, 0.03563844785094261, -0.028796283528208733, 0.026585202664136887, 0.04161010682582855, -0.019046634435653687, -0.026062900200486183, -0.03314880281686783, -0.0099759791046381, -0.017784403637051582, 0.03513355553150177, 0.0027159734163433313, -0.0019379602745175362, -0.02299872413277626, 0.010924829170107841, 0.03809326887130737, -0.00019327916379552335, -0.025558006018400192, -0.04704205319285393, 0.00045592663809657097, -0.027420885860919952, 0.0015951992245391011, 0.024600451812148094, -0.0034950748085975647, 0.04805183783173561, -0.00538406940177083, 0.013205550611019135, 0.005758386105298996, 0.00462673045694828, -0.011342671699821949, 0.010898713953793049, -0.014903034083545208, 0.041227083653211594, -0.042724352329969406, -0.020108649507164955, -0.044082339853048325, 0.01730562560260296, -0.05891573429107666, 0.07333128154277802, 0.02289426326751709, 0.008940079249441624, 0.0032078083604574203, -0.018158720806241035, 0.03257426992058754, -0.007747488562017679, -0.00454838527366519, 0.04119226336479187, -0.06744667142629623, -0.04070478305220604, 0.027055274695158005, -0.002533167600631714, -0.03092031367123127, -0.06643688678741455, 0.02407814934849739, 0.017035769298672676, -0.01897699385881424, -0.031164053827524185, 0.08196668326854706, 0.03767542541027069, -0.017566777765750885, -0.02153627760708332, -0.004361226689070463, 0.012718068435788155, 0.02787354774773121, 0.018123900517821312, -0.028535131365060806, 0.03353182598948479, -0.04324665293097496, -0.04766881838440895, -0.009436266496777534, -0.057488106191158295, -0.05393644794821739, 0.01779310777783394, 0.012204471044242382, 0.0397646389901638, 0.04871342331171036, -0.020961744710803032, 0.055712275207042694, 0.010002094320952892, 0.0004186581645626575, -0.03045024164021015, -0.0050141047686338425, 0.039381615817546844, -0.019499296322464943, 0.03558621555566788, 0.020091239362955093, -0.013109794817864895, 0.01056792214512825, -0.03151225671172142, 0.04735543578863144, -0.05414536967873573, -0.06810826063156128, -0.010637562721967697, 0.04073960334062576, -0.04324665293097496, 0.016400301828980446, 0.043873418122529984, 0.011273031122982502, -0.0821756049990654, 0.003434139536693692, 0.020126059651374817, 0.028622182086110115, -0.02888333424925804, 0.06392984092235565, 0.04147082567214966, 0.021988939493894577, 0.06079602241516113, -0.004285057540982962, -0.010846483521163464, 0.03367110714316368, 0.011725693009793758, -0.03334031626582146, 0.03896377235651016, 0.045927807688713074, -0.03297470510005951, 0.005923782009631395, -0.10933534055948257, 0.04693759232759476, 0.004822594113647938, -0.03868521377444267, -0.07388840615749359, -0.021762607619166374, -0.030798442661762238, 0.05358824506402016, -0.00023245185730047524, 0.017967209219932556, 0.015782242640852928, -0.029179304838180542, -0.005662630777806044, 0.03617816045880318, -0.010045619681477547, -0.03628262132406235, 0.04491802304983139, -0.04766881838440895, 0.000019688359316205606, 0.022093400359153748, -0.09728756546974182, -0.033131394535303116, -0.06692437082529068, 0.03642190247774124, -0.0368049219250679, 0.03455902263522148, -0.00782583374530077, 0.06943142414093018, -0.051290113478899, 0.013614687137305737, 0.020317571237683296, 0.03238276019692421, -0.018263179808855057, 0.008548352867364883, -0.04749471694231033, -0.02738606557250023, 0.07904179394245148, 0.028239160776138306, 0.05393644794821739, 0.04996694624423981, -0.01888994313776493, 0.035377293825149536, -0.025470957159996033, -0.011412311345338821, -0.02280721254646778, 0.000535088125616312, -0.016278430819511414, -0.0000060399738686101045, 0.09617331624031067, -0.029318585991859436, 0.014224040322005749, 0.025349086150527, -0.06497444212436676, 0.0018237065523862839, -0.020892104133963585, -0.025714697316288948, 0.006728998385369778, -0.056304220110177994, -0.01829800009727478, 0.0006811696221120656, 0.005932487081736326, 0.027333835139870644, -0.046136729419231415, 0.038302190601825714, -0.06918768584728241, -0.051429394632577896, -0.012543966993689537, -0.024530811235308647, -0.04846968129277229, 0.01389324851334095, -0.047982197254896164, -0.006123997736722231, 0.017375266179442406, -0.011891089379787445, 0.00239606318064034, 0.06135314330458641, 0.016722388565540314, -0.016400301828980446, 0.012256700545549393, -0.031233694404363632, -0.00914900004863739, -0.005658278241753578, -0.06758595257997513, -0.011786628514528275, -0.008818209171295166, -0.005075040273368359, -0.027629807591438293, -0.04676349088549614, -0.039694998413324356, -0.02230232022702694, 0.09965533763170242, 0.0271945558488369, -0.0026724482886493206, -0.007882416248321533, 0.021605918183922768, 0.023120595142245293, 0.04968838766217232, 0.02162332646548748, -0.05849789083003998, -0.0076604378409683704, 0.013083679601550102, -0.037919167429208755, -0.07099833339452744, 0.02132735587656498, -0.024321891367435455, -0.0028661354444921017, -0.012657132931053638, -0.03441974148154259, 0.033618878573179245, 0.018437281250953674, -0.052021339535713196, -0.027420885860919952, -0.08677186816930771, 0.027664627879858017, 0.059438034892082214, -0.015642963349819183, -0.04735543578863144, 0.020718002691864967, 0.043385934084653854, -0.04547514393925667, 0.028117289766669273, 0.023642897605895996, -0.02886592410504818, 0.05076781287789345, 0.017009655013680458, 0.021571097895503044, 0.01124691590666771, -0.03736204653978348, 0.016609221696853638, 0.021553687751293182, 0.0001561467070132494, 0.003009768668562174, 0.0009733326151035726, -0.04063514247536659, 0.004774716217070818, 0.019934548065066338, -0.007634323090314865, 0.04599744826555252, 0.04631083086133003, 0.021936709061264992, -0.04557960480451584, -0.042410969734191895, -0.021780017763376236, -0.0308158528059721, 0.029475275427103043, 0.0058367312885820866, 0.010550512000918388, -0.02985829859972, 0.012970514595508575, -0.03003239817917347, 0.029040023684501648, 0.053483784198760986, -0.05783630535006523, -0.06514853984117508, 0.0316341258585453, 0.02054390124976635, -0.005427594296634197, 0.01819354109466076, 0.041436005383729935, 0.04488320276141167, 0.08127028495073318, -0.011508067138493061, -0.03121628426015377, 0.00722083356231451, 0.01937742531299591, -0.016739798709750175, -0.034001898020505905, 0.02641110122203827, -0.03638708218932152, 0.005949897225946188, 0.0072948262095451355, -0.012100010178983212, -0.009601662866771221, 0.018367640674114227, -0.005179500672966242, 0.009505907073616982, 0.008065222762525082, 0.02339915558695793, 0.0022959550842642784, -0.018036849796772003, 0.0026789770927280188, 0.05522479489445686, -0.00002693122769414913, 0.052021339535713196, 0.03436750918626785, 0.002620218088850379, -0.04902680218219757, -0.014641882851719856, -0.0543891116976738, 0.02865700237452984, 0.01918591558933258, 0.030363190919160843, -0.026637433096766472, 0.00037295668153092265, 0.023416565731167793, 0.012526556849479675, -0.013179435394704342, 0.006354681681841612, 0.020126059651374817, 0.032539453357458115, 0.0356210358440876, -0.042410969734191895, -0.024913834407925606, 0.025888798758387566, 0.0305198822170496, -0.02230232022702694, 0.04989730939269066, -0.028639592230319977, -0.05139457434415817, -0.04014765843749046, 0.027316424995660782, -0.05369270592927933, 0.029771247878670692, -0.0501062273979187, -0.08830396085977554, 0.010402526706457138, -0.02496606484055519, 0.008213208056986332, 0.013788788579404354, 0.02007382921874523, 0.028134699910879135, 0.009523317217826843, -0.004470039624720812, 0.02359066717326641, -0.014937854371964931, -0.01857656240463257, -0.021170664578676224, 0.037222765386104584, -0.05741846561431885, 0.025958439335227013, 0.012004254385828972, 0.0012774651404470205, -0.016278430819511414, -0.0015277350321412086, -0.029127074405550957, -0.03697902336716652, 0.015555912628769875, 0.00014866581477690488, 0.00729047367349267, 0.013762673363089561, 0.03690938279032707, 0.0004915628815069795, 0.008030402474105358, -0.03363628685474396, -0.04115744307637215, -0.08677186816930771, -0.017270805314183235, 0.029510095715522766, 0.055538177490234375, 0.03334031626582146, -0.03462866321206093, -0.1050872802734375, 0.08628439158201218, 0.027803907170891762, -0.041540466248989105, -0.015730012208223343, 0.026498151943087578, 0.0537971667945385, 0.03656117990612984, 0.004857413936406374, -0.02554059587419033, -0.03441974148154259, -0.09004496783018112, 0.01888994313776493, 0.001818265882320702, 0.06107458472251892, 0.04871342331171036, -0.006367739289999008, 0.07764898240566254, 0.029040023684501648, -0.04920090362429619, -0.0028835455887019634, 0.04777327552437782, 0.04920090362429619, -0.025975849479436874, -0.007782308850437403, -0.005767091177403927, -0.019394835457205772, -0.0022165216505527496, -0.010045619681477547, -0.00015601069026160985, 0.014746342785656452, 0.02914448454976082, -0.004406928084790707, 0.044186800718307495, -0.016957424581050873, 0.03617816045880318 ]
37,365
weewx
require_weewx_version
utility to check for version compatibility
def require_weewx_version(module, required_version): """utility to check for version compatibility""" from weeutil.weeutil import version_compare if version_compare(__version__, required_version) < 0: raise UnsupportedFeature("%s requires weewx %s or greater, found %s" % (module, required_version, __version__))
(module, required_version)
[ 0.07871068269014359, -0.014148194342851639, -0.004793944768607616, 0.024142790585756302, 0.022412123158574104, -0.026081135496497154, 0.008021636866033077, 0.05320066958665848, 0.006204437464475632, 0.0062303971499204636, 0.10134779661893845, -0.033194173127412796, 0.041882116347551346, -0.008566796779632568, 0.02672148123383522, -0.03876691684126854, 0.04004760831594467, -0.0037274216301739216, 0.05583128333091736, -0.03077124059200287, -0.042885903269052505, -0.007061116863042116, 0.007017850410193205, 0.045620352029800415, 0.009362902492284775, 0.08556412160396576, 0.01799892634153366, 0.05700813606381416, 0.013075181283056736, -0.04004760831594467, -0.045274220407009125, -0.040255289524793625, 0.027500281110405922, 0.006957277189940214, 0.03918227553367615, 0.032415371388196945, 0.03198270499706268, -0.02568308264017105, -0.030252041295170784, -0.024990815669298172, 0.025354254990816116, 0.022965935990214348, 0.018120072782039642, -0.019435377791523933, -0.02602921612560749, 0.0007506763213314116, -0.016545165330171585, 0.033228784799575806, 0.008259602822363377, 0.04482424631714821, 0.05278531089425087, 0.03132505342364311, 0.09013307839632034, 0.02578692138195038, 0.008164416067302227, 0.0020486759021878242, 0.016017314046621323, 0.019746897742152214, 0.03070201352238655, 0.0397707037627697, 0.002461872296407819, 0.0552082434296608, 0.011232022196054459, 0.0012168744578957558, -0.007692810148000717, 0.0020118991378694773, -0.016692273318767548, -0.0513661652803421, 0.003050298662856221, 0.03534019738435745, -0.0069140102714300156, 0.03336723893880844, -0.06936509162187576, -0.03193078562617302, -0.0010540836956351995, 0.038247715681791306, -0.07016119360923767, 0.027465667575597763, -0.008038943633437157, -0.014996220357716084, 0.03499406576156616, -0.010150355286896229, -0.03675934299826622, 0.02653110772371292, 0.025613855570554733, -0.014857767149806023, -0.03509790450334549, 0.03023473359644413, 0.05143539234995842, 0.020716071128845215, -0.06427693367004395, 0.07497245073318481, -0.022377509623765945, -0.005780423991382122, 0.09532508254051208, -0.018604658544063568, 0.028832893818616867, -0.01822391152381897, -0.06964199990034103, 0.042228247970342636, -0.013447274453938007, 0.01110222190618515, -0.06154248118400574, 0.029144413769245148, -0.009587889537215233, -0.001283937832340598, -0.026236895471811295, -0.026392655447125435, 0.03945918381214142, -0.02590806968510151, 0.008346136659383774, -0.10280155390501022, -0.019521912559866905, -0.022654417902231216, -0.01900271140038967, -0.015550033189356327, 0.02386588230729103, -0.008367769420146942, 0.0648999735713005, -0.001680909306742251, 0.0567658431828022, 0.0019469991093501449, -0.01426934078335762, 0.0044910782016813755, 0.03738238289952278, -0.030875079333782196, 0.012028127908706665, -0.0019891841802746058, 0.022758256644010544, -0.04541267454624176, -0.0017393192974850535, 0.0013596544740721583, -0.06843052804470062, -0.031411588191986084, -0.07192647457122803, -0.0015219043707475066, -0.02599460259079933, 0.03665550425648689, 0.03866307809948921, -0.0857025757431984, -0.062234748154878616, -0.0029486219864338636, 0.011327208951115608, 0.0033856153022497892, -0.023069776594638824, 0.018362365663051605, -0.10328613966703415, 0.010894541628658772, 0.041951343417167664, -0.00031233110348694026, 0.02518118917942047, -0.005654951091855764, -0.003232018556445837, -0.09255601465702057, -0.028296388685703278, 0.0037663616240024567, 0.0037209317088127136, -0.03440563753247261, 0.06725367903709412, -0.016173072159290314, 0.03932072967290878, 0.01631152629852295, -0.007588970009237528, -0.004845864605158567, 0.005897243972867727, 0.02649649605154991, -0.02772526815533638, -0.009111955761909485, 0.049566272646188736, 0.015757713466882706, 0.014987566508352757, 0.017445111647248268, 0.022342897951602936, 0.006637103855609894, 0.03298649191856384, 0.014727966859936714, -0.006217417307198048, 0.006022717338055372, 0.008064903318881989, 0.00291617214679718, 0.02926556020975113, 0.0322423055768013, -0.0760800763964653, -0.002280152402818203, 0.020958364009857178, 0.015411579981446266, 0.008696596138179302, 0.01079070195555687, -0.014139540493488312, 0.010349382646381855, -0.033194173127412796, -0.01969497837126255, 0.0610232800245285, 0.037209317088127136, -0.008047596551477909, -0.026548415422439575, 0.027863722294569016, -0.018587352707982063, 0.0030243387445807457, 0.03904382511973381, -0.012988647446036339, -0.0067106569185853004, 0.009060036391019821, 0.03849000856280327, -0.014148194342851639, -0.043647393584251404, 0.03831694275140762, -0.056904297322034836, -0.05922338739037514, -0.01834505796432495, 0.0034764751326292753, -0.00453867157921195, -0.024038949981331825, 0.04641646146774292, 0.011500274762511253, 0.05967336148023605, 0.02320823073387146, -0.019608445465564728, -0.0281925480812788, -0.02853868156671524, 0.004871824756264687, 0.03174041211605072, 0.041259076446294785, 0.020439164713025093, 0.06251165270805359, -0.02443700283765793, 0.02358897589147091, -0.003325041849166155, -0.01442510075867176, 0.0074332100339233875, 0.030805854126811028, 0.06787671893835068, 0.04783560708165169, 0.025769615545868874, -0.015627913177013397, -0.026617642492055893, -0.005131424404680729, 0.048943232744932175, 0.07275719195604324, -0.015385620296001434, 0.03177502751350403, 0.016354793682694435, 0.004858844447880983, 0.031411588191986084, 0.006096270866692066, -0.05416984483599663, -0.016891298815608025, -0.008722555823624134, -0.027050308883190155, -0.0019026508089154959, -0.06175015866756439, 0.002751758787781, -0.01028880849480629, -0.04645107313990593, -0.004000001586973667, 0.03582478314638138, 0.025631163269281387, -0.028123321011662483, -0.0048112510703504086, -0.02126988396048546, -0.024125482887029648, 0.033730678260326385, -0.025925375521183014, -0.007571663241833448, 0.011015689000487328, -0.01355111412703991, 0.003935101442039013, 0.011482967995107174, -0.0012806927552446723, 0.044235821813344955, 0.017704712226986885, 0.0041038417257368565, 0.014727966859936714, 0.009111955761909485, 0.018587352707982063, -0.13153061270713806, -0.05102002993226051, -0.0010800437303259969, 0.020473778247833252, 0.05157384276390076, -0.029819373041391373, -0.010020555928349495, -0.025856148451566696, 0.11553926020860672, -0.09906331449747086, 0.003839914919808507, -0.019487299025058746, -0.004629531409591436, 0.019608445465564728, -0.05922338739037514, -0.05053544417023659, 0.012114661745727062, 0.011223368346691132, -0.026288814842700958, -0.046312619000673294, 0.02621958963572979, -0.00001897986112453509, 0.009302329272031784, 0.07137266546487808, 0.020837217569351196, 0.05143539234995842, 0.03582478314638138, -0.06143863871693611, 0.008718229830265045, -0.008735536597669125, -0.035236358642578125, 0.05472365766763687, -0.02270633727312088, -0.06451922655105591, -0.012010821141302586, -0.03907843679189682, -0.0008150354842655361, -0.018120072782039642, -0.0706803947687149, 0.05880802869796753, 0.013542461208999157, 0.015974046662449837, 0.021183351054787636, -0.018587352707982063, 0.024281242862343788, 0.01085127517580986, 0.03634398430585861, 0.061923228204250336, 0.029317481443285942, -0.024194709956645966, -0.0363093726336956, 0.026825321838259697, -0.0783645510673523, -0.009060036391019821, -0.028590600937604904, -0.06303085386753082, 0.02904057502746582, 0.08168742805719376, 0.02900596149265766, 0.001673337654210627, 0.009345595724880695, 0.01627691276371479, 0.0027798821683973074, -0.023294763639569283, 0.03748622536659241, -0.0057977307587862015, 0.015584646724164486, 0.009760956279933453, 0.028019482269883156, -0.05416984483599663, -0.023606283590197563, -0.00542563758790493, 0.030909692868590355, 0.027967561036348343, -0.05036237835884094, -0.016631700098514557, -0.029559774324297905, -0.003491618437692523, -0.004393727984279394, -0.01891617849469185, 0.028452148661017418, 0.012504061684012413, -0.01036668848246336, 0.008869662880897522, 0.04309358075261116, -0.032605744898319244, 0.03769390285015106, -0.023917803540825844, 0.04665875434875488, -0.09366364032030106, -0.0035370485857129097, 0.06008872017264366, -0.0065938374027609825, -0.03409411758184433, 0.04202057048678398, -0.004767984617501497, 0.005308817606419325, -0.009414822794497013, -0.015203899703919888, -0.03544403985142708, 0.014087620191276073, -0.03769390285015106, 0.00697025703266263, 0.0017739325994625688, -0.047627925872802734, 0.018362365663051605, 0.0293520949780941, -0.04520499333739281, -0.046278007328510284, -0.0006727963918820024, -0.039528410881757736, -0.018587352707982063, -0.01969497837126255, 0.011327208951115608, -0.0010091945296153426, -0.019746897742152214, -0.005793404299765825, 0.0006089780945330858, 0.033696066588163376, -0.018085459247231483, -0.006282317452132702, -0.03283073380589485, 0.008947542868554592, 0.03482099995017052, -0.017773939296603203, 0.016103846952319145, 0.051331549882888794, -0.0930406004190445, -0.000691725523211062, -0.017384538426995277, 0.0413283035159111, -0.015662526711821556, 0.035236358642578125, 0.02807140164077282, -0.010825315490365028, -0.02885020151734352, 0.005641970783472061, -0.10058630257844925, -0.006022717338055372, 0.00019483512733131647, 0.019764205440878868, 0.026306122541427612, -0.015402927063405514, 0.019279617816209793, -0.019175779074430466, 0.04645107313990593, -0.020023804157972336, 0.014606820419430733, 0.050985418260097504, -0.02377934940159321, 0.008852356113493443, -0.0035219050478190184, -0.009959982708096504, 0.006031370721757412, 0.03447486460208893, -0.012573287822306156, 0.008432669565081596, -0.03561710566282272, -0.021287191659212112, 0.0024705256801098585, -0.02509465627372265, -0.001420227694325149, 0.026738788932561874, -0.03634398430585861, -0.01289346069097519, 0.009821529500186443, -0.006221744231879711, 0.046589527279138565, 0.0039848582819104195, 0.03810926526784897, 0.019798818975687027, -0.009760956279933453, 0.015428886748850346, -0.01938345842063427, -0.037901584059000015, -0.06071176007390022, -0.02656572125852108, -0.04755869880318642, -0.03302110731601715, -0.0026500821113586426, -0.015948086977005005, -0.01110222190618515, 0.0068101705983281136, 0.011249328963458538, -0.0274137482047081, 0.002154679037630558, 0.03525366634130478, -0.01957383193075657, -0.0013055710587650537, -0.004032451659440994, 0.034890223294496536, -0.017704712226986885, -0.049912404268980026, 0.02471390925347805, 0.06143863871693611, 0.10647056996822357, -0.000052934039558749646, 0.03845539689064026, -0.025977294892072678, 0.057319656014442444, 0.062338586896657944, -0.0656614676117897, 0.05617741495370865, 0.07753383368253708, -0.030459720641374588, -0.06143863871693611, 0.06386157125234604, 0.05780424177646637, -0.007831263355910778, -0.01791239157319069, -0.06964199990034103, -0.029559774324297905, -0.042262863367795944, -0.002022715751081705, -0.030303960666060448, -0.030494334176182747, 0.01326555386185646, 0.006122230552136898, 0.05770040303468704, 0.05278531089425087, -0.005871284287422895, 0.007601949851959944, 0.03831694275140762, 0.04880477860569954, 0.06593836843967438, 0.005564090795814991, 0.011387782171368599, -0.005274204537272453, -0.012244461104273796, 0.020871831104159355, -0.06957276910543442, 0.015281779691576958, 0.003939428366720676, 0.05140077695250511, 0.017574911937117577, -0.001890752580948174, 0.011188754811882973, 0.04350894317030907, 0.05153923109173775, 0.045585740357637405, -0.002323419088497758, -0.023606283590197563, 0.09774801135063171, 0.053996775299310684, -0.003619255032390356, 0.021494871005415916, 0.03949379548430443, 0.07254951447248459, -0.07158034294843674, 0.03880152851343155, -0.07248029112815857, -0.02803678810596466, -0.04714334011077881, 0.02471390925347805, 0.05603896453976631, 0.015887513756752014, 0.044581953436136246, -0.015091407112777233, -0.01643267273902893, -0.029317481443285942, -0.05545053631067276, -0.03540942445397377, 0.037243932485580444, -0.014944300055503845, -0.06652680039405823, 0.012616554275155067, -0.07628775388002396, 0.042920514941215515, 0.012642514891922474, -0.06697677075862885, 0.016640352085232735, -0.02339860424399376, 0.024886976927518845, -0.08175665885210037, -0.06555762887001038, -0.04669336602091789, 0.013828020542860031, 0.03696702420711517, 0.0008658738224767148, 0.019296925514936447, -0.0467279814183712, 0.020473778247833252, 0.011612768284976482, -0.001335857785306871, 0.00352839520201087, -0.02332937717437744, -0.05063928663730621, 0.041293688118457794, -0.018518125638365746, -0.01343862060457468, -0.04077449068427086, 0.029784761369228363, -0.037590064108371735, -0.007511090021580458, -0.008895622566342354, 0.014684700407087803, 0.023796657100319862, 0.03918227553367615, 0.000901568797416985, -0.03651705011725426, -0.013732833787798882, 0.01403570082038641, 0.01417415402829647, 0.04018606245517731, -0.03270958736538887, -0.005429964512586594, -0.025510014966130257, 0.028902120888233185, -0.06420770287513733, -0.00671931030228734, -0.06389618664979935, 0.05780424177646637, 0.02374473586678505, -0.051919978111982346, 0.02327745594084263, -0.023225536569952965, -0.04468579590320587, 0.04444349929690361, -0.04655491188168526, 0.010652248747646809, -0.00082044379087165, -0.042193636298179626, 0.018864259123802185, 0.035236358642578125, 0.053269896656274796, 0.03200001269578934, 0.04202057048678398, 0.09774801135063171, -0.05749272182583809, 0.03151542693376541, 0.017895085737109184, -0.055000562220811844, -0.03352300077676773, -0.019971884787082672, -0.017670098692178726, -0.00783991627395153, 0.03797081112861633, -0.04406275600194931, -0.011690648272633553, -0.04665875434875488, 0.027984868735074997, -0.02807140164077282, 0.017445111647248268, 0.0013639810495078564, -0.0001786101347533986, 0.05140077695250511, 0.033574920147657394, -0.007177936844527721, -0.01044456847012043, 0.010254195891320705, -0.01459816750138998, 0.009760956279933453, -0.03314225375652313, 0.00006260142981773242, -0.011171448975801468, -0.014684700407087803, -0.0337999053299427, 0.10958576947450638, -0.06026178598403931, -0.048216354101896286, -0.01567983254790306, 0.02618497610092163, -0.01799892634153366, 0.03194809332489967, 0.013698221184313297, 0.022758256644010544, 0.05278531089425087, -0.049635499715805054, -0.005780423991382122, 0.011206061579287052, 0.05842728167772293, 0.012356954626739025, -0.016536513343453407, 0.009985942393541336, -0.024644682183861732, -0.03092700056731701, -0.05167768523097038, -0.023156309500336647, -0.010643595829606056, 0.0072904303669929504, 0.028175240382552147, -0.054273683577775955, 0.00892158318310976, 0.008138456381857395, -0.025198495015501976, -0.0035219050478190184, -0.012460794299840927, 0.030459720641374588, 0.03158465400338173, 0.0074332100339233875, 0.02320823073387146, 0.028019482269883156, -0.044893473386764526, -0.04568957909941673, -0.054619815200567245, 0.013334780931472778, -0.0171855129301548, 0.023035163059830666, -0.05046621710062027, -0.022965935990214348, -0.007779343519359827, -0.07344946265220642, 0.01137047540396452, -0.05551976338028908, 0.009051382541656494, 0.027361828833818436, 0.034924838691949844, -0.0517469123005867, -0.006290970835834742, -0.003136832034215331, 0.004659818019717932, -0.05780424177646637, 0.08009521663188934, -0.020491084083914757, -0.019487299025058746, -0.019816124811768532, -0.003022175282239914, -0.010063822381198406, 0.029369400814175606, -0.02016225829720497, -0.11103952676057816, 0.00673661706969142, 0.03302110731601715, 0.014373180456459522, -0.026461882516741753, 0.019123857840895653, 0.01728069968521595, -0.021823696792125702, 0.06244242563843727, -0.016069233417510986, -0.03236345201730728, -0.0567658431828022, -0.018864259123802185, -0.01822391152381897, -0.04499731585383415, -0.03487291932106018, -0.03765929117798805, 0.047627925872802734, -0.013724180869758129, 0.008320176042616367, -0.004478097893297672, -0.021494871005415916, 0.0014418610371649265, 0.01837967149913311, -0.026046521961688995, -0.032761506736278534, 0.017574911937117577, -0.01941807195544243, -0.005767444148659706, -0.007454843260347843, 0.021339111030101776, -0.0424705408513546, -0.05344296246767044, -0.02367551065981388, 0.003102218732237816, 0.06791133433580399, -0.04067064821720123, -0.05479288473725319, 0.048562485724687576, 0.05378909781575203, 0.003495945129543543, -0.0629270151257515, 0.033990278840065, 0.01806815154850483, -0.024281242862343788, 0.022567883133888245, 0.003991348203271627, -0.009146569296717644, -0.06801517307758331, 0.025302335619926453, 0.006334237288683653, 0.05302760377526283, -0.024575456976890564, -0.0075457035563886166, -0.001120606204494834, 0.013698221184313297, -0.03797081112861633, 0.022446736693382263, -0.01784316636621952, 0.07009197026491165, 0.034769076853990555, -0.06818823516368866, -0.011881021782755852, -0.034509479999542236, -0.048250965774059296, -0.023658202961087227, 0.088056281208992, -0.01938345842063427, -0.005616011098027229, -0.005637644324451685, 0.023381296545267105, 0.006918337196111679, 0.035392116755247116 ]
37,367
semaphore_sms.client
SemaphoreClient
A client for accessing the Semaphore API.
class SemaphoreClient(object): """A client for accessing the Semaphore API.""" def __init__( self, api_key: Optional[str] = None, sender_name: Optional[str] = None, environment: Optional[MutableMapping[str, str]] = None, ): """ Initializes the Semapore SMS Client :param api_key: Semaphore API key to authenticate with :param sender_name: SMS sender name to use when sending messages (defaults to 'SEMAPHORE') :param environment: Environment to look for auth details, defaults to os.environ """ environment = environment or os.environ self.api_key = api_key or environment.get('SEMAPHORE_SMS_APIKEY') self.sender_name = sender_name or environment.get('SEMAPHORE_SMS_SENDERNAME') if not self.api_key: raise SemaphoreException('Credentials are required to create a SemaphoreClient') self.http_client = HttpClient() self._account = None def request( self, method: str, uri: str, params: Optional[Dict[str, object]] = None, data: Optional[Dict[str, object]] = None, timeout: float = 10, allow_redirects: bool = False, ) -> dict: """ Makes a request to the Semaphore API. :param method: HTTP Method :param uri: Fully qualified url :param params: Query string parameters :param data: POST body data :param timeout: Timeout in seconds, defaults to 10 :param allow_redirects: Should the client follow redirects :returns: Response from the Semaphore API """ uri = f'{BASE_URI}{uri}/' response = self.http_client.request( method, uri, params=params, data=data, timeout=timeout, allow_redirects=allow_redirects, ) if response.ok: # We assume that Semaphore API always returns JSON, # and won't handle probable case of not receiving JSON type (YAGNI) return response.json() raise SemaphoreException(f'Request failed: HTTP {response.status_code} {response.text}') def get(self, uri: str, params: Dict[str, object] = dict()) -> dict: params = { **params, 'apikey': self.api_key # automatically add apikey as query param } params = {k: v for k, v in params.items() if v is not None} return self.request('get', uri, params, None) def post(self, uri: str, data: Dict[str, object] = dict()) -> dict: data = { **data, 'apikey': self.api_key, # automatically add apikey in request data 'sendername': self.sender_name, # automatically add sender_name in request data } data = {k: v for k, v in data.items() if v is not None} # make sure we re-fetch `account` next time it's called because a transaction has been triggered self._account = None return self.request('post', uri, None, data) def validate_phone_format(self, number: Union[str, List[str]]): """ Philippine phone number validation, solely based on prefix and length """ clean_number = ''.join(number.split('-')).strip() return re.match(r'^(\+?639|09)\d{9}$', clean_number) def send(self, message: str, recipients: List[str], sender_name: Optional[str] = None): """ Used for hitting the send message endpoints (single and bulk). https://semaphore.co/docs#sending_messages https://semaphore.co/docs#bulk_messages :param message: SMS body :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :returns: Response from the Semaphore API """ sender_name = sender_name or self.sender_name if not message.strip(): raise SemaphoreException('Cannot send a blank message') if not all([self.validate_phone_format(recipient) for recipient in recipients]): raise SemaphoreException('You supplied an invalid Philippine phone number in `recipients`') return self.post( 'messages', { 'message': message, 'sendername': sender_name, 'number': ','.join(recipients) # recipients are to be sent as a comma-separated string } ) def priority(self, message: str, recipients: List[str], sender_name: Optional[str] = None): """ Used for hitting the PRIORITY send message endpoint. Similar to the normal send message endpoint, except that this takes more credits, and will use the priority queue which bypasses the default message queue and sends the message immediately. https://semaphore.co/docs#priority_messages :param message: SMS body :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :returns: Response from the Semaphore API """ sender_name = sender_name or self.sender_name if not message.strip(): raise SemaphoreException('Cannot send a blank message') if not all([self.validate_phone_format(recipient) for recipient in recipients]): raise SemaphoreException('You supplied an invalid Philippine phone number in `recipients`') return self.post( 'priority', { 'message': message, 'sendername': sender_name, 'number': ','.join(recipients) # recipients are to be sent as a comma-separated string } ) def otp(self, recipients: List[str], message: Optional[str] = None, sender_name: Optional[str] = None, code: Optional[Union[int, str]] = None): """ Used for hitting the OTP message endpoint. Similar to priority messaging, except this is dedicated for one-time password messages, and uses a route dedicated to OTP traffic. Please do not use this route to send regular messages. https://semaphore.co/docs#otp_messages :param message: Custom SMS body (please see docs for this) :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :param code: Custom OTP code if you want to skip the auto-generated one :returns: Response from the Semaphore API """ sender_name = sender_name or self.sender_name if not all([self.validate_phone_format(recipient) for recipient in recipients]): raise SemaphoreException('You supplied an invalid Philippine phone number in `recipients`') return self.post( 'otp', { 'message': message, 'sendername': sender_name, 'number': ','.join(recipients), # recipients are to be sent as a comma-separated string 'code': code, } ) def messages(self, id: Optional[Union[int, str]] = None, page: Optional[Union[int, str]] = None, limit: Optional[Union[int, str]] = None, network: Optional[str] = None, status: Optional[str] = None, start_date: Optional[str] = None, end_date: Optional[str] = None): """ Used for hitting the retrieve message(s) endpoint. Providing `id` shall hit the /messages/<id>/ endpoint. https://semaphore.co/docs#retrieving_messages :param id: Specific message ID :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :param network: which network the message was sent to :param status: delivery status :param start_date: YYYY-MM-DD :param end_date: YYYY-MM-DD :returns: Response from the Semaphore API """ uri = f'messages/{id}' if id else 'messages' params = { 'page': page, 'limit': limit, 'star
(api_key: Optional[str] = None, sender_name: Optional[str] = None, environment: Optional[MutableMapping[str, str]] = None)
[ 0.009066383354365826, 0.005940746515989304, -0.07749950885772705, -0.00022573691967409104, -0.0009354003705084324, -0.03980860114097595, -0.06491550803184509, -0.017868055030703545, 0.0064498079009354115, -0.05465283244848251, 0.010934638790786266, 0.023111388087272644, -0.005660763010382652, 0.007926085963845253, -0.04202811047434807, 0.0300346240401268, 0.09358584880828857, -0.023762986063957214, 0.038953378796577454, -0.031297095119953156, 0.019588682800531387, 0.07578906416893005, 0.01357157714664936, 0.03944207727909088, -0.019079621881246567, 0.021726740524172783, 0.01895744726061821, -0.014966405928134918, 0.044675230979919434, -0.011158626526594162, -0.0014750054106116295, 0.01813276670873165, -0.0007285941392183304, 0.005828753113746643, -0.02127876691520214, -0.00636835815384984, -0.019405420869588852, 0.021095504984259605, -0.11215641349554062, 0.006689066998660564, -0.032457754015922546, 0.0004705636529251933, 0.012665447778999805, -0.027367141097784042, 0.004866627044975758, 0.027163516730070114, -0.023192837834358215, 0.0994502380490303, 0.026247207075357437, 0.023986972868442535, 0.03217267990112305, -0.033760953694581985, -0.016442684456706047, -0.035064149647951126, -0.03632662072777748, 0.06524130702018738, 0.007539199665188789, 0.04117288812994957, 0.002336591947823763, -0.012268380261957645, 0.006699248217046261, 0.03756873309612274, 0.00575239397585392, 0.003565975232049823, -0.028914688155055046, 0.014946043491363525, 0.007600286975502968, -0.00714722229167819, 0.019568320363759995, 0.02329465001821518, 0.040623102337121964, -0.027591127902269363, -0.07301976531744003, -0.0027591127436608076, 0.07517819106578827, 0.02459784783422947, -0.019486870616674423, 0.04414580389857292, -0.045123204588890076, 0.024129511788487434, 0.053227461874485016, -0.020891880616545677, 0.0376909077167511, -0.024781109765172005, 0.03439218923449516, 0.022093264386057854, 0.023274287581443787, 0.0042761159129440784, -0.05204644054174423, -0.01654449664056301, -0.03610263392329216, 0.0034717987291514874, -0.00692832563072443, 0.02023010142147541, 0.005966199561953545, -0.0393809899687767, -0.023783348500728607, -0.03211159259080887, -0.044756680727005005, 0.00266748177818954, -0.053431086242198944, 0.07143149524927139, -0.050173092633485794, -0.01978212594985962, 0.043657105416059494, -0.04524537920951843, -0.028120553120970726, 0.022011814638972282, 0.06308288872241974, -0.0084300572052598, -0.03899410367012024, -0.01584199070930481, -0.02068825624883175, -0.018947266042232513, -0.018316030502319336, 0.0030263701919466257, -0.0189879909157753, -0.00023480458185076714, -0.012186930514872074, -0.013836288824677467, -0.014263900928199291, -0.00399613194167614, 0.020443907007575035, 0.013551214709877968, -0.0013999189250171185, 0.03919772803783417, -0.030584409832954407, 0.015108942985534668, 0.013052335008978844, -0.05143556371331215, -0.0456119030714035, -0.006643251515924931, 0.08153127878904343, 0.03386276587843895, -0.04434943199157715, 0.002741295611485839, -0.051109764724969864, 0.038973741233348846, 0.025351257994771004, 0.00343616446480155, 0.020728981122374535, 0.011576056480407715, -0.051476288586854935, -0.07656283676624298, 0.05937692150473595, -0.02099369280040264, 0.023315012454986572, -0.03500306233763695, -0.04614132642745972, -0.010873551480472088, 0.012807984836399555, -0.023559361696243286, 0.02626756951212883, 0.011738955974578857, -0.004607005976140499, 0.02176746539771557, -0.006500714458525181, -0.07163511961698532, -0.01490531861782074, 0.022663414478302002, 0.009117289446294308, -0.01457951869815588, 0.033475879579782486, -0.05261658877134323, 0.03545103594660759, -0.009952150285243988, -0.013978826813399792, -0.01472205575555563, -0.019334152340888977, 0.015719816088676453, -0.04015476256608963, 0.04610060155391693, -0.1042557805776596, -0.045978426933288574, -0.03255956619977951, -0.017267363145947456, 0.032376304268836975, 0.008226432837545872, -0.01360212080180645, -0.01694156415760517, -0.05245368927717209, -0.012492367066442966, 0.002318774815648794, 0.0131745096296072, 0.003000916913151741, 0.01978212594985962, 0.034412551671266556, 0.013133784756064415, 0.038953378796577454, -0.021889640018343925, -0.033679503947496414, -0.005777847021818161, 0.052779488265514374, 0.018346574157476425, -0.0052535138092935085, 0.034127477556467056, -0.0008049533353187144, -0.04508247971534729, 0.05656690523028374, -0.03502342477440834, -0.006073102820664644, 0.01592344045639038, 0.01569945365190506, 0.02215435355901718, 0.019802488386631012, -0.04679292440414429, 0.008643862791359425, -0.021808190271258354, -0.020952967926859856, -0.0027718394994735718, -0.08116475492715836, -0.023925885558128357, -0.013184690847992897, 0.0382610559463501, 0.026939529925584793, -0.002924557775259018, 0.09399309754371643, -0.015546735376119614, 0.020321732386946678, -0.0045001027174293995, 0.045326828956604004, -0.012329467572271824, -0.02467929758131504, -0.04862554743885994, -0.0038128700107336044, 0.029790272936224937, -0.020718799903988838, 0.02683771774172783, 0.03508451208472252, 0.0019573410972952843, 0.04333130642771721, 0.04805539548397064, 0.0061036464758217335, 0.020891880616545677, -0.08026880025863647, -0.0790470540523529, -0.02394624799489975, -0.0467521995306015, 0.000950035871937871, -0.010267768986523151, 0.02113622985780239, -0.0027285690885037184, 0.0671553835272789, 0.016422322019934654, 0.016055796295404434, 0.003950316458940506, 0.014783143065869808, 0.007600286975502968, 0.0174302626401186, -0.008592956699430943, -0.037955619394779205, -0.06410101056098938, -0.043086957186460495, -0.05009164288640022, -0.014202813617885113, -0.04247608408331871, 0.014355531893670559, 0.048299748450517654, 0.007559562101960182, 0.023029938340187073, 0.010191409848630428, -0.036489520221948624, -0.09138670563697815, 0.032742831856012344, -0.009422726929187775, 0.0011180260917171836, -0.0009048566571436822, 0.01638159714639187, -0.03105274587869644, -0.007630830630660057, 0.10018328577280045, 0.02213399112224579, -0.0100590530782938, -0.0189879909157753, -0.03553248569369316, -0.0062767271883785725, -0.017501531168818474, -0.009290371090173721, -0.05041744187474251, -0.010720833204686642, -0.006485442165285349, 0.020932605490088463, 0.06458970904350281, 0.007187947165220976, 0.03386276587843895, 0.015424560755491257, 0.02073916234076023, -0.07200164347887039, -0.025656694546341896, 0.007814092561602592, -0.05070251598954201, 0.014406437985599041, 0.020352276042103767, -0.016982289031147957, -0.005421503912657499, -0.023824073374271393, -0.043005507439374924, 0.015027493238449097, 0.03915700316429138, -0.045774802565574646, 0.022846676409244537, 0.07648138701915741, 0.019619226455688477, -0.052860938012599945, -0.009066383354365826, -0.0461820513010025, 0.03335370495915413, 0.007870089262723923, -0.013581758365035057, 0.01089391391724348, -0.029627373442053795, 0.024760747328400612, 0.02286703884601593, -0.02590104378759861, 0.03728365898132324, 0.05204644054174423, 0.053879059851169586, 0.024760747328400612, 0.02502545900642872, 0.062268391251564026, -0.030808396637439728, 0.014538793824613094, 0.04123397544026375, -0.016961926594376564, 0.022602327167987823, 0.0015793630154803395, -0.04711872339248657, 0.014508250169456005, -0.04009367525577545, 0.024129511788487434, -0.033760953694581985, -0.029912449419498444, -0.031500719487667084, -0.025453070178627968, -0.008414785377681255, 0.008312973193824291, 0.05791082605719566, -0.03082875907421112, -0.005457138177007437, -0.029607011005282402, 0.005436775740236044, -0.04622277617454529, -0.02264305204153061, 0.025799231603741646, -0.020525356754660606, -0.03327225521206856, 0.05518225580453873, 0.0016468137037009, 0.03023824840784073, -0.03879047930240631, -0.014101001434028149, 0.08222360163927078, 0.06841785460710526, 0.06507840752601624, 0.03734474629163742, -0.045041754841804504, -0.012268380261957645, -0.038749754428863525, 0.025229083374142647, 0.006622889079153538, -0.04133578762412071, 0.041213613003492355, -0.010191409848630428, 0.015475466847419739, -0.07969865202903748, -0.014711874537169933, -0.013296684250235558, -0.0027616580482572317, 0.09399309754371643, -0.02280595153570175, 0.015404198318719864, -0.04524537920951843, -0.018377117812633514, 0.05461210757493973, -0.02264305204153061, 0.05848097428679466, -0.08495216816663742, -0.0013261049753054976, -0.043168406933546066, -0.006948688067495823, 0.037813082337379456, -0.020637350156903267, 0.02091224305331707, -0.01357157714664936, 0.019171252846717834, -0.03952352702617645, 0.06157606840133667, -0.012645085342228413, -0.007284668739885092, 0.03799634426832199, -0.006678885780274868, 0.00047151814214885235, -0.0007063227239996195, 0.0021635110024362803, -0.06882510334253311, -0.026715543121099472, 0.004418652970343828, 0.028548164293169975, -0.015037674456834793, -0.07004684954881668, 0.028772151097655296, 0.000565376307349652, -0.003497252007946372, 0.0014164634048938751, 0.0036143360193818808, -0.005263695027679205, 0.0765221118927002, 0.005849115550518036, 0.05681125447154045, 0.062186941504478455, -0.0606393963098526, -0.011830586940050125, 0.008643862791359425, -0.013836288824677467, -0.028059465810656548, -0.05693342909216881, -0.007895542308688164, 0.058073725551366806, 0.054367758333683014, -0.0012751988833770156, 0.03661169856786728, -0.014620243571698666, -0.021950727328658104, 0.011260438710451126, -0.0024447673931717873, -0.007366118486970663, -0.03312971815466881, 0.00533496355637908, -0.02771330252289772, -0.03760945796966553, 0.02496437169611454, 0.04182448610663414, 0.0032401757780462503, -0.06100592017173767, 0.0041793943382799625, 0.011891674250364304, -0.027530040591955185, -0.028487076982855797, -0.007162494119256735, -0.03459581360220909, 0.033109355717897415, 0.015648547559976578, -0.007014866452664137, -0.04267970845103264, 0.06507840752601624, -0.04119325056672096, 0.00046547301462851465, 0.01089391391724348, 0.040338024497032166, -0.04842192307114601, -0.034188564866781235, 0.037365108728408813, -0.011087357997894287, 0.023925885558128357, -0.07411934435367584, -0.01541437953710556, 0.057992275804281235, -0.002368408255279064, -0.03410711511969566, -0.04972511902451515, 0.028853600844740868, -0.0328650064766407, 0.009417636319994926, 0.09749544411897659, 0.007417024578899145, 0.06760335713624954, 0.03756873309612274, -0.009646713733673096, -0.00029143766732886434, 0.0012522910255938768, -0.007075953762978315, 0.009763797745108604, -0.05632255598902702, -0.003991041332483292, -0.040623102337121964, -0.028690701350569725, 0.014589699916541576, -0.03508451208472252, -0.043942179530858994, 0.020616987720131874, 0.056770529597997665, -0.015108942985534668, 0.07835473120212555, 0.030564047396183014, -0.02533089555799961, -0.06336796283721924, 0.03154144436120987, -0.07147222012281418, 0.0024053151719272137, -0.0368356853723526, 0.0030416420195251703, -0.06898800283670425, 0.041213613003492355, 0.06854002922773361, -0.029403386637568474, 0.02714315429329872, -0.07513746619224548, -0.010690289549529552, -0.0023505911231040955, -0.057422127574682236, -0.016646308824419975, 0.008333335630595684, -0.022256165742874146, -0.008124619722366333, 0.06784770637750626, 0.042068835347890854, -0.05066179111599922, 0.023905523121356964, -0.0024753110483288765, -0.017073919996619225, -0.02439422346651554, -0.03264101594686508, -0.02076970599591732, -0.035858284682035446, 0.00007862612255848944, 0.02280595153570175, -0.01989411935210228, 0.0033088992349803448, -0.024577485397458076, -0.04463450610637665, 0.03581755980849266, 0.03879047930240631, 0.001514457748271525, 0.04553045332431793, -0.00983506627380848, 0.007411933969706297, -0.04508247971534729, -0.028263090178370476, 0.03799634426832199, 0.04500102996826172, 0.01884545385837555, -0.005284057464450598, -0.02162492834031582, -0.014335169456899166, 0.02858888916671276, -0.013520671054720879, -0.047363072633743286, -0.027387503534555435, 0.01946650817990303, -0.008623500354588032, -0.027611490339040756, 0.06389738619327545, -0.07615558803081512, -0.01490531861782074, -0.07037264853715897, -0.007198128383606672, 0.025717781856656075, 0.027978016063570976, -0.0116167813539505, -0.03669314831495285, 0.022744864225387573, 0.008094076067209244, 0.05448993295431137, -0.030136436223983765, -0.010389943607151508, -0.05167991295456886, 0.006561801768839359, -0.022765226662158966, 0.05318673700094223, 0.0026547552552074194, 0.003464162815362215, 0.02830381505191326, -0.07244961708784103, -0.043453481048345566, -0.011891674250364304, 0.015770722180604935, -0.015332929790019989, 0.015801265835762024, 0.024923646822571754, 0.03327225521206856, 0.015475466847419739, -0.02051517553627491, 0.025208720937371254, 0.03227449208498001, -0.016758302226662636, -0.004907351918518543, -0.025554882362484932, -0.030808396637439728, -0.03496233746409416, 0.06625943630933762, 0.09651804715394974, -0.0031510901171714067, -0.05485645681619644, -0.09627369791269302, -0.01233964879065752, 0.06397883594036102, -0.00834351684898138, -0.004935350269079208, 0.031134195625782013, 0.05738140270113945, -0.061168819665908813, 0.013673389330506325, 0.01276725996285677, 0.009224193170666695, 0.0011905673891305923, 0.10906131565570831, 0.009066383354365826, -0.028120553120970726, 0.038098156452178955, 0.029993899166584015, -0.0013019245816394687, 0.06776625663042068, -0.024842197075486183, -0.012726535089313984, 0.08092040568590164, 0.005579313263297081, -0.033964578062295914, -0.05819590017199516, 0.025066183879971504, -0.006485442165285349, 0.01938505843281746, -0.002112604910507798, 0.0010410306276753545, 0.007895542308688164, -0.037813082337379456, 0.023335374891757965, -0.05558950453996658, 0.011005907319486141, 0.043168406933546066, -0.04593770205974579, 0.05233151465654373, 0.025269808247685432, -0.032457754015922546, -0.02162492834031582, -0.01862146705389023, 0.031215645372867584, -0.002078243298456073, -0.07033192366361618, -0.09643659740686417, -0.016727758571505547, -0.01915089040994644, 0.003907046280801296, 0.05001019313931465, 0.016218695789575577, 0.03646915778517723, 0.024781109765172005, 0.007732642814517021, -0.014009370468556881, 0.009794341400265694, 0.0038357777521014214, -0.0038866838440299034, -0.018570560961961746, -0.04341275617480278, -0.07354919612407684, -0.04891062155365944, 0.06316433846950531, -0.054367758333683014, -0.03765018284320831, 0.025269808247685432, 0.013215234503149986, -0.03068622201681137, 0.06699248403310776, -0.028812875971198082, -0.030217885971069336, -0.0024765837006270885, -0.010578296147286892, -0.03765018284320831, 0.013215234503149986, 0.017409900203347206, 0.011016088537871838, -0.004439015407115221, -0.0023518637754023075, 0.07729588449001312, -0.0003467981005087495, -0.02502545900642872, -0.00487426295876503, -0.014223176054656506, -0.03378131613135338, 0.048299748450517654, 0.062472015619277954, 0.06080229580402374, 0.006989413406699896, 0.04508247971534729, 0.02372226119041443, 0.04524537920951843, 0.04160049930214882, 0.04707799851894379, -0.007773367688059807, 0.006230911705642939, 0.030075348913669586, 0.010400124825537205, 0.04227245971560478, -0.011973123997449875, 0.019568320363759995, 0.030054986476898193, -0.008338426239788532, 0.03280391916632652, 0.015506010502576828, -0.06817350536584854, -0.02626756951212883, 0.03355732932686806, -0.06397883594036102, -0.025371620431542397, 0.003059459151700139, -0.03905519098043442, 0.07139077037572861, -0.02533089555799961, -0.015516191720962524, -0.04288333281874657, 0.006515986286103725, 0.0260639451444149, -0.053879059851169586, 0.017776424065232277, 0.012186930514872074, -0.04516392946243286, 0.016188152134418488, -0.005996743217110634, -0.002111332258209586, 0.058725323528051376, -0.05848097428679466, 0.00997251272201538, -0.011199351400136948, 0.09847284108400345, 0.0308898463845253, 0.011290982365608215, 0.013989008031785488, -0.047851771116256714, 0.06825495511293411, 0.024007335305213928, -0.0009398546535521746, -0.05432703346014023, 0.014620243571698666, 0.056037481874227524, -0.06821423023939133, 0.042435359209775925, -0.005024435929954052, 0.0526980385184288, 0.005492772441357374, 0.04544900357723236, -0.013429040089249611, -0.02280595153570175, 0.021176954731345177, -0.050539616495370865, -0.010843007825314999, 0.028772151097655296, -0.07713298499584198, 0.060598671436309814, 0.028242727741599083, -0.020331913605332375, 0.07192019373178482, -0.007722461596131325, -0.03239666670560837, -0.02019955776631832, -0.01728772558271885, 0.0051542469300329685, 0.017348812893033028, -0.0019598864018917084, -0.017409900203347206, 0.009855428710579872, -0.033190805464982986, 0.029036862775683403, -0.04050092771649361, -0.014569337479770184, -0.010435759089887142, -0.03819996863603592, -0.037955619394779205, -0.002158420393243432, 0.031663618981838226, 0.014131545089185238, 0.009046020917594433, 0.0028100190684199333, 0.018916722387075424, 0.0337202288210392, 0.010466302745044231, 0.02698025479912758, 0.06271636486053467, 0.001080482848919928, 0.03956425189971924 ]
37,368
semaphore_sms.client
__init__
Initializes the Semapore SMS Client :param api_key: Semaphore API key to authenticate with :param sender_name: SMS sender name to use when sending messages (defaults to 'SEMAPHORE') :param environment: Environment to look for auth details, defaults to os.environ
def __init__( self, api_key: Optional[str] = None, sender_name: Optional[str] = None, environment: Optional[MutableMapping[str, str]] = None, ): """ Initializes the Semapore SMS Client :param api_key: Semaphore API key to authenticate with :param sender_name: SMS sender name to use when sending messages (defaults to 'SEMAPHORE') :param environment: Environment to look for auth details, defaults to os.environ """ environment = environment or os.environ self.api_key = api_key or environment.get('SEMAPHORE_SMS_APIKEY') self.sender_name = sender_name or environment.get('SEMAPHORE_SMS_SENDERNAME') if not self.api_key: raise SemaphoreException('Credentials are required to create a SemaphoreClient') self.http_client = HttpClient() self._account = None
(self, api_key: Optional[str] = None, sender_name: Optional[str] = None, environment: Optional[MutableMapping[str, str]] = None)
[ -0.011739658191800117, -0.021428080275654793, -0.03292964771389961, 0.009120670147240162, -0.006785559002310038, -0.0453469455242157, -0.025677068158984184, 0.012060163542628288, 0.02965133637189865, -0.010631624609231949, -0.005270025692880154, 0.051830314099788666, -0.024376731365919113, 0.009225979447364807, -0.050291888415813446, 0.03743503987789154, 0.05809390917420387, -0.03303953632712364, 0.016217578202486038, -0.049083124846220016, 0.0066069914028048515, 0.06248941272497177, -0.007252581417560577, 0.04944941774010658, 0.003404226154088974, 0.03857054561376572, 0.003965110518038273, 0.003800279228016734, 0.05340537056326866, -0.04955930635333061, 0.03140953555703163, 0.027435269206762314, -0.019779767841100693, 0.025915157049894333, -0.005608845967799425, -0.018195554614067078, -0.00870859157294035, -0.01292094960808754, -0.12732309103012085, -0.007074013818055391, 0.010036400519311428, 0.012637073174118996, 0.05673862621188164, -0.01619926281273365, 0.02265515923500061, 0.0393763892352581, 0.03250841423869133, 0.0564822219312191, -0.0026235664263367653, 0.0013541356893256307, -0.02780156210064888, 0.007847805507481098, -0.022856619209051132, -0.019743137061595917, -0.0680936798453331, 0.08168311417102814, 0.02287493459880352, 0.05582289770245552, -0.05333211272954941, 0.03439481556415558, -0.043295711278915405, 0.01926695741713047, 0.01673954352736473, 0.01707836426794529, -0.00432453490793705, -0.002657906152307987, -0.03908335417509079, 0.019999541342258453, 0.02901032567024231, 0.024779653176665306, 0.07344154268503189, 0.008621597662568092, -0.09127996116876602, 0.004228382837027311, 0.05871660262346268, 0.02102516032755375, -0.0762619897723198, 0.05571300908923149, -0.04941278696060181, 0.012829376384615898, 0.04146425053477287, 0.00017599185230210423, -0.025475606322288513, -0.030805155634880066, 0.010915501043200493, 0.006542890332639217, 0.002214921871200204, -0.006689407397061586, -0.02210572175681591, 0.010521736927330494, -0.0334974005818367, 0.04633593559265137, -0.02373572066426277, 0.04948604479432106, 0.0118861747905612, -0.021611226722598076, -0.013845836743712425, -0.01368100568652153, -0.026318078860640526, 0.027508527040481567, -0.05831368267536163, 0.0514640249311924, -0.015320162288844585, -0.024358415976166725, 0.004624436143785715, -0.014706622809171677, 0.0072846319526433945, -0.01850690320134163, 0.05769098550081253, -0.0024541562888771296, -0.009120670147240162, -0.014413589611649513, -0.034742794930934906, 0.025420663878321648, -0.05472402274608612, 0.006281907670199871, -0.007376204710453749, -0.0020214738324284554, 0.01194111816585064, -0.021208304911851883, -0.005178452935069799, 0.011373366229236126, -0.003619422670453787, 0.053808290511369705, 0.024065382778644562, 0.019175386056303978, -0.015457521192729473, -0.00525171123445034, 0.014660836197435856, -0.02496279776096344, -0.013085780665278435, -0.009047412313520908, 0.087543785572052, -0.010375220328569412, -0.017041733488440514, 0.0033424142748117447, -0.03382706269621849, 0.007092328276485205, -0.01395572442561388, 0.027307067066431046, 0.011877017095685005, 0.013717634603381157, -0.035402119159698486, -0.05838694050908089, 0.05509031563997269, -0.007302946411073208, -0.024010438472032547, -0.04911975562572479, -0.021281564608216286, 0.02190425992012024, 0.0065749408677220345, -0.007060277741402388, 0.027545157819986343, -0.0027128499932587147, -0.04194043204188347, -0.00946864765137434, 0.0074723563157022, -0.05025526136159897, 0.024926168844103813, 0.039449647068977356, 0.000014916382497176528, 0.018442802131175995, 0.029816167429089546, -0.06204986199736595, 0.01687690243124962, -0.010668253526091576, -0.03457796201109886, -0.06142716482281685, -0.04574986919760704, -0.0013861862244084477, -0.05944918841123581, -0.001426249393261969, -0.12952084839344025, -0.05351525917649269, -0.0199262835085392, -0.029101897031068802, 0.007971429266035557, 0.04941278696060181, 0.011016231030225754, -0.0193768460303545, -0.03261829912662506, 0.012215837836265564, -0.0235342588275671, -0.0013083491940051317, 0.005402806680649519, 0.022508641704916954, 0.02943156100809574, 0.03358897566795349, 0.05824042484164238, -0.034413132816553116, -0.02703234739601612, 0.006094182841479778, 0.02582358382642269, 0.00815915409475565, 0.0034614591859281063, 0.0028891279362142086, -0.0002027483278652653, -0.07494334131479263, -0.022087406367063522, 0.014431904070079327, -0.012655387632548809, 0.015796341001987457, -0.007389940787106752, 0.039119984954595566, 0.04421144351363182, -0.03490762412548065, 0.0011583983432501554, 0.00991735514253378, -0.021171675994992256, 0.002976122312247753, -0.06897278130054474, -0.050951212644577026, -0.015576566569507122, 0.04542020708322525, 0.02954144775867462, -0.012508871033787727, 0.08292850106954575, 0.0000067740766098722816, 0.0619766041636467, 0.01575971208512783, 0.06263592839241028, 0.012801905162632465, 0.009496119804680347, -0.04454110562801361, -0.036720771342515945, 0.028863808140158653, -0.03298459202051163, 0.00011375082976883277, -0.01165724266320467, -0.02133650705218315, 0.02133650705218315, 0.014862297102808952, -0.004450447391718626, 0.006039239000529051, -0.07567591965198517, -0.09347771108150482, -0.0011801469372585416, -0.019981227815151215, -0.011409995146095753, -0.04051189124584198, 0.044724252074956894, 0.020091114565730095, 0.05153728276491165, 0.044834136962890625, 0.03075021132826805, -0.004803003743290901, -0.011501568369567394, 0.015155330300331116, 0.0027975549455732107, 0.01171218603849411, -0.031134817749261856, -0.039010096341371536, -0.04102470353245735, -0.03433987498283386, 0.0057690986432135105, -0.044614363461732864, -0.0029715436976403, 0.030237402766942978, -0.015274375677108765, 0.019944598898291588, 0.00006581808702321723, -0.010530894622206688, -0.04479750990867615, 0.046042900532484055, -0.004274169448763132, 0.0036674984730780125, 0.028314370661973953, 0.017710216343402863, -0.020420778542757034, 0.003003594232723117, 0.1129644438624382, 0.05047503486275673, 0.03428493067622185, -0.018772464245557785, -0.04036537557840347, -0.02058560959994793, -0.057068292051553726, -0.022966507822275162, -0.033002909272909164, 0.004397793207317591, 0.030896728858351707, 0.0235342588275671, 0.07955861836671829, 0.05824042484164238, 0.047691214829683304, -0.017316453158855438, 0.017005104571580887, -0.08761703968048096, -0.02780156210064888, -0.006478789262473583, -0.05234312266111374, 0.018589317798614502, 0.032032232731580734, -0.019413474947214127, -0.00005294063885230571, -0.04333234205842018, -0.030237402766942978, 0.038277510553598404, 0.015924543142318726, -0.0404752641916275, 0.030915042385458946, 0.057507842779159546, -0.03415672853589058, -0.0009248872520402074, -0.0064375814981758595, -0.04868020489811897, 0.003191318828612566, 0.04882672056555748, -0.012279938906431198, 0.022178979590535164, -0.005801149178296328, 0.036299534142017365, 0.026006730273365974, -0.02144639566540718, 0.008823057636618614, 0.06029165908694267, 0.04710514843463898, -0.00914814230054617, 0.020768756046891212, 0.047654587775468826, -0.014697466045618057, -0.039119984954595566, 0.05307570844888687, -0.02234381064772606, -0.026574483141303062, 0.009441175498068333, -0.047691214829683304, -0.010439321398735046, -0.03798447921872139, 0.033680547028779984, -0.0586799755692482, 0.002715139416977763, -0.031592682003974915, -0.03252672776579857, -0.005650053732097149, -0.019962912425398827, 0.029926054179668427, -0.045823127031326294, -0.021721115335822105, -0.038350772112607956, 0.02747189812362194, -0.05681188777089119, -0.04468762129545212, 0.02716054953634739, -0.036610882729291916, -0.03261829912662506, 0.04245324060320854, -0.06457727402448654, 0.007092328276485205, -0.06358829140663147, -0.03379043564200401, 0.07109727710485458, 0.05853345990180969, 0.05025526136159897, 0.06681165844202042, -0.017490442842245102, -0.04073166847229004, -0.03184908628463745, 0.01764611527323723, -0.0007726471521891654, -0.015182802453637123, 0.03144616633653641, -0.013168197125196457, -0.002879970706999302, -0.11757972836494446, -0.022636843845248222, -0.025145944207906723, -0.025017742067575455, 0.06538312137126923, -0.025109315291047096, 0.016061903908848763, -0.04465099424123764, -0.03331425413489342, 0.07098738849163055, -0.022032462060451508, 0.05003548413515091, -0.09882557392120361, -0.028296055272221565, -0.030017627403140068, -0.017875049263238907, 0.012930107302963734, 0.0026899566873908043, 0.05703166127204895, 0.006886289454996586, -0.010924658738076687, -0.026208192110061646, 0.0453469455242157, -0.006790137384086847, 0.024706393480300903, 0.060694582760334015, 0.0031432430259883404, -0.007577665150165558, 0.0074540418572723866, 0.0015292690368369222, -0.04036537557840347, -0.022948192432522774, 0.016254207119345665, 0.016922689974308014, 0.010292804799973965, -0.03075021132826805, 0.03054875135421753, 0.014477690681815147, 0.008630754426121712, -0.013397129252552986, -0.003818593919277191, 0.003930770792067051, 0.03086009994149208, -0.023937180638313293, 0.07226940989494324, 0.020439092069864273, -0.02560381032526493, -0.023515945300459862, -0.006776401773095131, -0.01630914956331253, -0.03999908268451691, -0.06721457839012146, 0.008452187292277813, 0.03461459279060364, 0.045933015644550323, -0.003990293480455875, 0.0029669650830328465, 0.01346123032271862, -0.0193768460303545, -0.03701380640268326, 0.01215173676609993, -0.0009952839463949203, -0.04366200417280197, -0.029468189924955368, 0.02681257389485836, -0.08124355971813202, -0.011538197286427021, 0.08468670397996902, -0.008420136757194996, -0.028534146025776863, -0.0016013827407732606, 0.03503582626581192, -0.041757285594940186, -0.028735605999827385, -0.010613310150802135, -0.0470685176551342, -0.0074723563157022, -0.027526842430233955, -0.004578649532049894, -0.029523134231567383, 0.02472470887005329, -0.025438977405428886, -0.018772464245557785, 0.05131750553846359, 0.07413749396800995, -0.05421121418476105, -0.03164762631058693, 0.048533689230680466, -0.04212357848882675, 0.0022275131195783615, -0.027343695983290672, -0.02770998887717724, 0.06303884834051132, -0.010164602659642696, 0.004899155348539352, -0.039779309183359146, 0.004422975704073906, -0.03604312986135483, 0.008603283204138279, 0.04399166628718376, -0.005118930246680975, 0.08695771545171738, 0.059705592691898346, 0.009120670147240162, 0.02388223633170128, -0.018955610692501068, -0.0013094937894493341, 0.03281976282596588, -0.018992239609360695, 0.004354295786470175, -0.018223026767373085, -0.04029211774468422, 0.0076967100612819195, -0.04622604697942734, -0.052709415555000305, 0.021043473854660988, 0.023442687466740608, 0.046042900532484055, 0.060804467648267746, 0.042306724935770035, -0.029706278815865517, -0.040218859910964966, 0.011428309604525566, -0.10102333128452301, 0.040438633412122726, -0.013287241570651531, 0.005567638203501701, 0.028753921389579773, 0.018140610307455063, 0.054247841238975525, 0.01225246675312519, 0.04900986701250076, -0.0486435741186142, 0.03787459060549736, 0.027856504544615746, -0.03109818883240223, -0.02256358601152897, 0.007330418098717928, -0.037837959825992584, -0.02355257421731949, 0.046262677758932114, 0.023918867111206055, -0.09311141818761826, -0.0027426111046224833, 0.012829376384615898, -0.018103981390595436, 0.015448364429175854, -0.019321901723742485, -0.06351502984762192, -0.00788901373744011, 0.009033676236867905, 0.005169295705854893, -0.08593209832906723, -0.02747189812362194, -0.0393763892352581, -0.00675808684900403, 0.022270552814006805, 0.046922001987695694, 0.02692246064543724, 0.024578191339969635, -0.03294796496629715, -0.033735491335392, -0.009981456212699413, -0.02452324889600277, 0.034632906317710876, 0.054687391966581345, -0.006652778014540672, -0.032160434871912, -0.06695817410945892, 0.024065382778644562, 0.034321557730436325, 0.005819463636726141, -0.041647396981716156, 0.01062246784567833, 0.018103981390595436, -0.019871339201927185, -0.018534373492002487, 0.033882007002830505, -0.05483390763401985, -0.00843845121562481, -0.04585975781083107, 0.00032880427897907794, 0.01587875746190548, 0.02650122530758381, -0.038240883499383926, -0.006689407397061586, 0.04476087912917137, -0.022728417068719864, 0.005256290081888437, -0.028149539604783058, -0.014331174083054066, -0.03816762566566467, 0.00426730141043663, -0.04256312921643257, 0.03710537776350975, 0.007760811131447554, 0.017975779250264168, 0.05109773203730583, -0.037178635597229004, -0.012719488702714443, -0.008951260708272457, -0.00020060209499206394, -0.004587807226926088, 0.002208053832873702, 0.04201368987560272, 0.025109315291047096, 0.011620612815022469, -0.031794145703315735, 0.028149539604783058, 0.080950528383255, -0.040988072752952576, 0.04150088131427765, -0.007115221582353115, -0.007774547208100557, -0.026427965611219406, 0.06248941272497177, 0.080950528383255, -0.01526521798223257, -0.056665368378162384, -0.04399166628718376, -0.030457178130745888, 0.05384492129087448, -0.01861678995192051, -0.047691214829683304, 0.002705981954932213, 0.026208192110061646, -0.028405943885445595, -0.015494151040911674, 0.026849202811717987, 0.03708706423640251, -0.018992239609360695, 0.05549323558807373, 0.03210549056529999, -0.05267278850078583, 0.05010874196887016, 0.006249857135117054, -0.014459376223385334, 0.07278221845626831, -0.014111398719251156, 0.022142350673675537, 0.07977839559316635, 0.012051005847752094, -0.058277055621147156, -0.03734346851706505, -0.011840388178825378, 0.008099631406366825, -0.003495799144729972, -0.023149652406573296, -0.0174171831458807, 0.036940544843673706, -0.0009758247178979218, 0.030731897801160812, -0.040438633412122726, 0.007541036233305931, 0.03886358067393303, -0.03413841128349304, 0.06878963112831116, 0.0035461641382426023, -0.023241225630044937, -0.010109658353030682, -0.029797852039337158, 0.03457796201109886, 0.04333234205842018, -0.07465030252933502, -0.0787527784705162, -0.0015006524045020342, -0.0020935875363647938, -0.0016002381453290582, 0.04655570909380913, -0.010787298902869225, 0.04794761911034584, 0.05494379624724388, 0.023607518523931503, 0.02901032567024231, 0.04542020708322525, 0.024138640612363815, -0.01143746729940176, -0.01171218603849411, 0.010915501043200493, -0.045383576303720474, -0.051940202713012695, 0.042306724935770035, -0.04831391200423241, -0.014019825495779514, 0.013085780665278435, 0.019175386056303978, -0.021867631003260612, 0.04179391637444496, -0.0348343662917614, -0.022178979590535164, 0.01576886884868145, -0.02133650705218315, -0.0398525670170784, -0.0024335524067282677, 0.030823471024632454, 0.015365948900580406, -0.024669764563441277, 0.008232411928474903, 0.05941255763173103, 0.018754148855805397, -0.007861541584134102, -0.04574986919760704, -0.02770998887717724, -0.031134817749261856, 0.037618186324834824, 0.06421098113059998, 0.0690460354089737, 0.026409652084112167, 0.002996726194396615, 0.010640782304108143, 0.02417527139186859, 0.042746275663375854, 0.05871660262346268, -0.03659256920218468, 0.031006615608930588, 0.029504818841814995, 0.004848789889365435, 0.055236831307411194, -0.0019711086060851812, -0.005503537133336067, -0.015017971396446228, -0.018543532118201256, 0.01651976816356182, 0.04498065635561943, -0.0542844720184803, -0.05179368704557419, 0.027343695983290672, -0.04300267994403839, -0.041977062821388245, -0.011812916025519371, -0.041867174208164215, 0.05483390763401985, -0.002296192804351449, -0.08871591836214066, -0.029926054179668427, 0.03395526483654976, 0.021885946393013, -0.017050892114639282, -0.02716054953634739, 0.011968590319156647, -0.06875300407409668, 0.008182046934962273, -0.004661065526306629, 0.03589661419391632, 0.04446784779429436, -0.03598818555474281, 0.05644559487700462, -0.03479773923754692, 0.08007142692804337, 0.04611616209149361, 0.04666559770703316, 0.013113252818584442, -0.027307067066431046, 0.05065818130970001, 0.012279938906431198, -0.025365719571709633, -0.036940544843673706, 0.01351617369800806, 0.03598818555474281, -0.045053914189338684, 0.08446693420410156, -0.022160664200782776, 0.03831414133310318, 0.027435269206762314, 0.052929192781448364, -0.02760010026395321, -0.009889883920550346, -0.01957830600440502, -0.07992491126060486, 0.002240104367956519, 0.03549369424581528, -0.06578604131937027, 0.030603695660829544, 0.023808978497982025, 0.008827636949717999, 0.0762619897723198, -0.0183970145881176, -0.017664430662989616, -0.0002950367343146354, 0.0030058836564421654, -0.02388223633170128, 0.020878642797470093, -0.014157185330986977, -0.025017742067575455, 0.015704767778515816, -0.029816167429089546, -0.003042512806132436, -0.02223392389714718, 0.017774319276213646, 0.025805270299315453, -0.030915042385458946, -0.09047412127256393, -0.009280922822654247, 0.02792976424098015, 0.03699548915028572, -0.0010977312922477722, -0.015842128545045853, -0.012417297810316086, 0.03318605199456215, -0.009322131052613258, 0.005118930246680975, 0.05999862775206566, 0.037142008543014526, 0.012051005847752094 ]
37,369
semaphore_sms.client
get
null
def get(self, uri: str, params: Dict[str, object] = dict()) -> dict: params = { **params, 'apikey': self.api_key # automatically add apikey as query param } params = {k: v for k, v in params.items() if v is not None} return self.request('get', uri, params, None)
(self, uri: str, params: Dict[str, object] = {}) -> dict
[ -0.033976610749959946, -0.02834702841937542, -0.024364687502384186, 0.007055079098790884, -0.010634660720825195, 0.019332455471158028, 0.0032786433584988117, -0.01695210114121437, -0.004063798114657402, -0.01746799610555172, -0.006797132082283497, 0.008136646822094917, 0.007516668643802404, 0.017540402710437775, 0.024998242035508156, -0.005330906715244055, -0.0043986765667796135, 0.017567554488778114, 0.060386773198843, -0.06064019352197647, 0.008838081732392311, -0.008371966890990734, 0.03024769015610218, 0.011503535322844982, -0.02400265634059906, 0.009865345433354378, 0.03140619024634361, -0.04956204444169998, 0.04800531268119812, 0.0231699850410223, 0.036764249205589294, -0.005054858047515154, 0.004466557409614325, 0.029288308694958687, -0.03826667740941048, 0.058576617389917374, -0.006706624291837215, 0.016336649656295776, -0.07088567316532135, 0.030555417761206627, -0.01956777647137642, -0.004633997101336718, 0.06686712801456451, -0.03196733817458153, 0.04326270520687103, 0.01893422193825245, 0.016581019386649132, 0.025360271334648132, 0.021287422627210617, 0.005140840541571379, 0.07798147946596146, -0.026066232472658157, -0.002765011740848422, -0.05430465191602707, -0.08543931692838669, -0.04123533144593239, -0.05977131798863411, -0.003679140005260706, -0.007666006684303284, 0.06744637340307236, 0.021830469369888306, 0.002486700424924493, 0.042031798511743546, 0.000553228659555316, -0.006779030431061983, -0.028310824185609818, -0.017621859908103943, 0.009277044795453548, 0.028908176347613335, -0.0019051881972700357, 0.062233131378889084, -0.007041503209620714, -0.04901899769902229, -0.027496255934238434, 0.030863143503665924, -0.018237311393022537, -0.07284063845872879, -0.03468257188796997, -0.023188086226582527, -0.013177928514778614, -0.021685658022761345, -0.017893383279442787, -0.049598246812820435, 0.03413952514529228, -0.020653868094086647, 0.018952323123812675, -0.04224902018904686, -0.06722915917634964, 0.05560796335339546, 0.03707197681069374, -0.01878940872848034, 0.032419875264167786, -0.0596265085041523, 0.01853598840534687, 0.07059604674577713, -0.010978590697050095, -0.002070364775136113, 0.02834702841937542, 0.049489639699459076, -0.01709691435098648, 0.058178383857011795, -0.026844598352909088, -0.03985961526632309, 0.03540663421154022, 0.009204638190567493, -0.036510828882455826, 0.03859250620007515, -0.03801325708627701, 0.059843726456165314, 0.03611259162425995, -0.04757087305188179, -0.03260089084506035, -0.011811261996626854, 0.06089361384510994, -0.03493599221110344, 0.04644857719540596, 0.02907109074294567, 0.025631794705986977, -0.017431793734431267, -0.02371303178369999, -0.0435161255300045, 0.0305011123418808, 0.055101118981838226, -0.034465350210666656, 0.046122752130031586, 0.0021914190147072077, -0.07356470078229904, 0.004231237340718508, 0.03225696459412575, -0.03274570405483246, 0.018137753009796143, 0.0067202006466686726, -0.060133349150419235, -0.013386096805334091, -0.0003594854788389057, -0.017721418291330338, 0.010806625708937645, 0.06368125230073929, 0.03634791448712349, 0.07215277850627899, -0.02409316413104534, 0.007756514474749565, -0.0018259938806295395, -0.0249258354306221, -0.09506934136152267, -0.04851215332746506, 0.020599564537405968, -0.043986767530441284, -0.0022253594361245632, 0.015603536739945412, 0.07027021795511246, 0.04402296990156174, 0.031297579407691956, -0.006358169484883547, 0.005987087730318308, -0.031098464503884315, 0.0385563038289547, -0.03146049380302429, 0.0066794720478355885, 0.025939522311091423, 0.022427821531891823, 0.01591126248240471, 0.0071184346452355385, -0.11186758428812027, 0.0007704472518526018, -0.019097136333584785, -0.025016343221068382, 0.012010378763079643, 0.03035629913210869, -0.020092720165848732, -0.08768390864133835, -0.009521415457129478, -0.06972717493772507, -0.0462675616145134, 0.033922307193279266, -0.08934925496578217, -0.021993383765220642, -0.014698458835482597, -0.03303533047437668, -0.03623930364847183, 0.08580134809017181, -0.06089361384510994, -0.016707731410861015, 0.004312694538384676, 0.03024769015610218, 0.005507396534085274, 0.016562918201088905, 0.015160048380494118, -0.05557176098227501, 0.027152325958013535, -0.017368437722325325, -0.0071455868892371655, -0.03891833499073982, 0.028184114024043083, -0.012327156029641628, -0.022065790370106697, 0.0575629286468029, 0.025088747963309288, -0.02697131037712097, 0.051589418202638626, 0.014390732161700726, 0.0179024338722229, -0.025830913335084915, 0.039063144475221634, 0.0006561811896972358, -0.09007331728935242, 0.035931576043367386, -0.04550729691982269, -0.0024685990065336227, 0.006634218152612448, 0.014761813916265965, -0.023188086226582527, -0.012082784436643124, -0.04474703222513199, -0.03361457958817482, 0.04536248371005058, 0.00867516826838255, -0.004873842466622591, -0.0014549121260643005, -0.050720542669296265, 0.028274621814489365, -0.045398689806461334, 0.05767153948545456, -0.01600177027285099, -0.03701766952872276, 0.02707991935312748, 0.034863587468862534, 0.001687969546765089, -0.12113557755947113, -0.060821209102869034, 0.016617223620414734, -0.06545520573854446, 0.04402296990156174, -0.009240841493010521, 0.013576162979006767, -0.04673820361495018, 0.000667494663503021, 0.016526715829968452, 0.030863143503665924, -0.01936865970492363, 0.10209274291992188, 0.009059825912117958, -0.013467553071677685, 0.07197176665067673, -0.04605034366250038, -0.02483532764017582, 0.0179024338722229, 0.012272851541638374, -0.0005602995515801013, -0.06585343927145004, 0.05162562057375908, -0.01980309560894966, 0.03165961056947708, 0.02155894599854946, 0.0029822303913533688, -0.03419382870197296, -0.02595762349665165, -0.02883576974272728, 0.020074618980288506, -0.056621648371219635, -0.03202164173126221, 0.10013777762651443, 0.03804945945739746, 0.06625167280435562, 0.020726274698972702, 0.00873399805277586, 0.01810155063867569, 0.005987087730318308, 0.008883335627615452, -0.02552318572998047, 0.05987992882728577, -0.0014051328180357814, 0.01709691435098648, 0.0004992068279534578, 0.026898903772234917, -0.008960267528891563, 0.0245819054543972, 0.0061454763635993, -0.020219432190060616, 0.0038420541677623987, -0.07320266962051392, -0.038085661828517914, 0.024563804268836975, -0.01671678200364113, 0.012779694981873035, -0.01417351420968771, 0.03336115553975105, 0.06476734578609467, -0.007059604860842228, 0.01132251974195242, 0.06136425584554672, -0.028166012838482857, -0.05658544600009918, -0.010145919397473335, -0.003328422550112009, -0.0011788634583353996, -0.07244240492582321, 0.005570752080529928, 0.0799364447593689, 0.048367343842983246, 0.008236205205321312, 0.00020378385670483112, 0.013965345919132233, -0.020128924399614334, 0.040185440331697464, 0.0071455868892371655, 0.007032452151179314, -0.012236648239195347, -0.05140840262174606, 0.027206629514694214, -0.008869759738445282, 0.019350556656718254, 0.02391214855015278, -0.007969207130372524, -0.05108257383108139, -0.04424018785357475, -0.017250778153538704, -0.005421414505690336, 0.030808838084340096, 0.03357837721705437, -0.012960709631443024, 0.02630155347287655, -0.009304196573793888, -0.01244481559842825, 0.061943504959344864, -0.018608393147587776, -0.005344482604414225, 0.06386227160692215, 0.003321634605526924, 0.008896912448108196, -0.0033238972537219524, 0.010860930196940899, -0.028528044000267982, -0.013720975257456303, -0.044276393949985504, -0.01804724521934986, 0.012933557853102684, -0.03506270423531532, 0.010842829011380672, 0.06831525266170502, 0.013965345919132233, -0.0427558608353138, 0.011494484730064869, 0.007199891842901707, -0.0393165685236454, -0.018436428159475327, 0.02986755780875683, -0.01683444157242775, 0.0065572867169976234, -0.17623668909072876, -0.036275506019592285, -0.0420680046081543, 0.03068212792277336, 0.07048743963241577, 0.04036645591259003, -0.002373565686866641, 0.028365129604935646, -0.05365299433469772, -0.02103400230407715, -0.004738080780953169, 0.03721678629517555, -0.010263578966259956, -0.04775188863277435, 0.03743400797247887, -0.05151701346039772, -0.019241947680711746, 0.03214835375547409, -0.025776607915759087, 0.02391214855015278, -0.004267440643161535, -0.043697141110897064, -0.007412584964185953, 0.007303975522518158, 0.04434879869222641, 0.013720975257456303, -0.024129366502165794, -0.0505395270884037, -0.027749676257371902, 0.033777493983507156, 0.048620764166116714, -0.0131688779219985, 0.018572190776467323, 0.0004943985841237009, -0.004057010170072317, 0.0456521101295948, -0.07363710552453995, 0.009593822062015533, 0.012354307807981968, 0.012761592864990234, -0.012128038331866264, 0.010236427187919617, -0.04199559614062309, 0.009295145981013775, -0.003595420392230153, -0.05415983870625496, 0.007267772685736418, 0.045833125710487366, -0.03053731471300125, -0.03757881745696068, -0.013331792317330837, 0.03899073973298073, -0.03971480205655098, 0.0040796371176838875, 0.017169320955872536, 0.03902694210410118, -0.0318768285214901, 0.004247076343744993, -0.04040266200900078, 0.011331570334732533, -0.047643281519412994, -0.07494042068719864, -0.0638984739780426, -0.03146049380302429, -0.013331792317330837, 0.04387815669178963, -0.021721860393881798, 0.05973511561751366, 0.05854041501879692, 0.02449139766395092, 0.007815344259142876, 0.018608393147587776, -0.12323535233736038, 0.03030199557542801, 0.0021416395902633667, 0.017775721848011017, -0.003032009582966566, -0.03660133481025696, -0.031116565689444542, 0.05379780754446983, 0.016427157446742058, -0.002337362617254257, -0.02639206126332283, -0.01654481701552868, -0.028455637395381927, 0.02932451106607914, 0.028473738580942154, 0.007634328678250313, 0.029686542227864265, 0.07617132365703583, -0.0030003320425748825, -0.0033601003233343363, 0.03267329931259155, -0.029396917670965195, -0.0030387977603822947, 0.007195366080850363, 0.014870423823595047, -0.01070706732571125, 0.0075302449986338615, 0.052711714059114456, -0.031044159084558487, -0.028962479904294014, -0.02751435711979866, 0.039787206798791885, -0.0385563038289547, 0.00003874863250530325, -0.05987992882728577, -0.06230553612112999, 0.008960267528891563, 0.0013881626073271036, 0.05318235605955124, 0.07457838952541351, -0.01945916749536991, -0.06136425584554672, -0.030899345874786377, -0.014273072592914104, 0.021106407046318054, 0.017649011686444283, 0.030410604551434517, -0.015485876239836216, -0.06132805347442627, 0.03658323362469673, 0.010082563385367393, -0.04550729691982269, -0.0024550228845328093, -0.008960267528891563, 0.0053490083664655685, 0.008982894010841846, 0.03609449043869972, -0.031207073479890823, -0.02702561393380165, -0.03669184446334839, 0.012843050062656403, -0.02854614518582821, 0.022029586136341095, 0.013874838128685951, 0.0001616411900613457, -0.022699344903230667, 0.036818552762269974, 0.00920916348695755, -0.051444604992866516, 0.005905630998313427, 0.05600619688630104, -0.004692826885730028, 0.0784883201122284, 0.002450497355312109, 0.030899345874786377, -0.01913333870470524, -0.07284063845872879, 0.03053731471300125, 0.03482738137245178, 0.03953378647565842, -0.030139081180095673, 0.05654924362897873, 0.03361457958817482, -0.032130252569913864, -0.033053431659936905, -0.05582518130540848, 0.03743400797247887, 0.034573961049318314, 0.01749514788389206, -0.021432235836982727, 0.014490291476249695, 0.06697573512792587, -0.033343054354190826, -0.016680577769875526, -0.034284334629774094, -0.03833908215165138, 0.01378433033823967, -0.026953209191560745, -0.002042081207036972, 0.059409286826848984, 0.07233379781246185, 0.036474622786045074, 0.01341324858367443, 0.028310824185609818, -0.014019650407135487, -0.03491789102554321, -0.02883576974272728, -0.010299782268702984, 0.03571435809135437, 0.02040044777095318, 0.03361457958817482, -0.011494484730064869, 0.008213578723371029, 0.000619978120084852, -0.011883667670190334, -0.0031541951466351748, -0.04221281409263611, -0.028763363137841225, -0.002203863812610507, 0.11128833144903183, 0.005231347866356373, 0.05307374522089958, 0.01746799610555172, -0.024183671921491623, 0.00767053198069334, 0.034863587468862534, -0.006407948676496744, 0.060278162360191345, -0.020472854375839233, 0.02863665297627449, -0.03707197681069374, -0.006376271136105061, -0.011919870972633362, -0.05057573318481445, 0.019296253100037575, -0.0020352930296212435, -0.06136425584554672, -0.0041543059051036835, 0.010381239466369152, 0.037687428295612335, 0.0018950060475617647, -0.04717263951897621, 0.05770774185657501, -0.0939832478761673, -0.007009825203567743, 0.04757087305188179, 0.03946138173341751, 0.01266203448176384, 0.02932451106607914, -0.014336427673697472, -0.015241505578160286, -0.000006668759851891082, 0.01839117519557476, 0.037687428295612335, 0.016454309225082397, 0.020961595699191093, 0.005118213593959808, -0.005819648504257202, -0.037053871899843216, 0.02604813128709793, -0.002430133055895567, 0.0062812380492687225, -0.021920977160334587, 0.03747021034359932, -0.002434658585116267, -0.013666670769453049, -0.013069319538772106, 0.04337131604552269, -0.03736159950494766, 0.013594264164566994, -0.07218898087739944, 0.027297137305140495, -0.004090950358659029, 0.0008920670370571315, 0.017196472734212875, -0.04268345609307289, 0.0010351823875680566, -0.015205302275717258, 0.023676827549934387, 0.008381017483770847, 0.014870423823595047, 0.022518329322338104, -0.0062812380492687225, -0.025993825867772102, 0.04941723123192787, 0.010426493361592293, -0.016698680818080902, -0.024817226454615593, -0.021142611280083656, 0.025595592334866524, -0.03750641271471977, -0.055354539304971695, 0.04811391979455948, 0.005253974813967943, 0.0019232897320762277, -0.02829272300004959, 0.042031798511743546, -0.027749676257371902, -0.0248896311968565, 0.03468257188796997, -0.0020816782489418983, -0.048620764166116714, 0.05488390102982521, -0.01902472972869873, 0.001096275169402361, 0.026174841448664665, 0.015549232251942158, -0.05625961720943451, -0.007358280010521412, 0.027188528329133987, -0.015069540590047836, 0.004262915346771479, -0.007774616125971079, -0.027641067281365395, -0.007503092754632235, 0.11903579533100128, -0.04185078293085098, -0.03312583640217781, 0.11411217600107193, -0.029577933251857758, 0.03815806657075882, -0.047245047986507416, 0.04880177974700928, -0.02054525911808014, 0.03638411685824394, -0.03663753718137741, 0.023206187412142754, 0.027260934934020042, -0.04391436278820038, -0.009277044795453548, -0.02078058011829853, 0.04152495786547661, -0.004353422671556473, -0.010399340651929379, -0.032365571707487106, 0.010643711313605309, 0.006846911273896694, -0.03274570405483246, -0.0031112038996070623, -0.013349893502891064, -0.039063144475221634, 0.002183499513193965, -0.06730156391859055, -0.028600448742508888, -0.0680256262421608, -0.04684681072831154, -0.013567112386226654, 0.05057573318481445, -0.006738302297890186, 0.0435161255300045, 0.012091835960745811, 0.003767385147511959, 0.02590331807732582, -0.03707197681069374, -0.039099350571632385, -0.03694526478648186, -0.03772363066673279, -0.005751767661422491, -0.003991391975432634, 0.005480244290083647, 0.03750641271471977, -0.006416999734938145, 0.07501282542943954, -0.01738653890788555, 0.03232936933636665, -0.004751657135784626, 0.02088918909430504, -0.03357837721705437, -0.010879031382501125, -0.012019429355859756, -0.06512937694787979, -0.014698458835482597, 0.012354307807981968, 0.02069007232785225, -0.014064904302358627, -0.001279553398489952, 0.008172850124537945, 0.04594173654913902, 0.06132805347442627, 0.010996691882610321, -0.0249258354306221, 0.03147859498858452, 0.04467462748289108, 0.017567554488778114, 0.02883576974272728, 0.06440531462430954, -0.025830913335084915, -0.08051569759845734, -0.00042114389361813664, -0.07798147946596146, 0.019006628543138504, 0.045833125710487366, -0.036818552762269974, 0.02927020750939846, 0.029378816485404968, -0.00284194340929389, -0.0004135072813369334, -0.04594173654913902, 0.03775983303785324, 0.00025214895140379667, -0.00042482075514271855, 0.003923511132597923, -0.001401738845743239, 0.034320540726184845, 0.022862257435917854, -0.021721860393881798, -0.020110823214054108, -0.02742384932935238, -0.0020273737609386444, 0.00895121693611145, -0.0013021802296862006, 0.008213578723371029, -0.04854835942387581, 0.016698680818080902, -0.04630376771092415, 0.03888212889432907, -0.034519657492637634, 0.06089361384510994, 0.026953209191560745, -0.012987862341105938, 0.03736159950494766, -0.014273072592914104, -0.0016314021777361631, -0.012734441086649895, 0.009073401801288128, 0.02849183976650238, -0.028890075162053108, 0.028184114024043083, 0.018626496195793152, 0.0526031069457531, 0.04253864288330078, 0.061798691749572754, 0.011684550903737545, -0.028220316395163536, -0.014363580383360386, -0.02604813128709793, 0.012082784436643124, 0.033922307193279266, -0.006050443276762962, -0.01295165903866291, -0.02029183879494667, 0.01695210114121437, 0.02463621087372303, -0.04782429710030556, 0.030320096760988235, 0.010571305640041828, 0.007299450226128101 ]
37,370
semaphore_sms.client
messages
Used for hitting the retrieve message(s) endpoint. Providing `id` shall hit the /messages/<id>/ endpoint. https://semaphore.co/docs#retrieving_messages :param id: Specific message ID :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :param network: which network the message was sent to :param status: delivery status :param start_date: YYYY-MM-DD :param end_date: YYYY-MM-DD :returns: Response from the Semaphore API
def messages(self, id: Optional[Union[int, str]] = None, page: Optional[Union[int, str]] = None, limit: Optional[Union[int, str]] = None, network: Optional[str] = None, status: Optional[str] = None, start_date: Optional[str] = None, end_date: Optional[str] = None): """ Used for hitting the retrieve message(s) endpoint. Providing `id` shall hit the /messages/<id>/ endpoint. https://semaphore.co/docs#retrieving_messages :param id: Specific message ID :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :param network: which network the message was sent to :param status: delivery status :param start_date: YYYY-MM-DD :param end_date: YYYY-MM-DD :returns: Response from the Semaphore API """ uri = f'messages/{id}' if id else 'messages' params = { 'page': page, 'limit': limit, 'startDate': start_date, 'endDate': end_date, 'network': network.lower() if network else None, 'status': status.lower() if status else None } return self.get(uri, params)
(self, id: Union[int, str, NoneType] = None, page: Union[int, str, NoneType] = None, limit: Union[int, str, NoneType] = None, network: Optional[str] = None, status: Optional[str] = None, start_date: Optional[str] = None, end_date: Optional[str] = None)
[ -0.03191766515374184, 0.013142039999365807, -0.03799978271126747, -0.04962578043341637, -0.038179196417331696, 0.05059461295604706, 0.0016573324101045728, -0.0519222728908062, -0.018282238394021988, -0.03586476296186447, -0.0751383826136589, 0.004397873766720295, -0.02375434897840023, 0.02352111227810383, -0.01154525950551033, 0.0433821901679039, 0.010118922218680382, -0.006813228130340576, -0.0057322620414197445, -0.023216109722852707, 0.03738977760076523, 0.026140550151467323, 0.015025882050395012, 0.059134695678949356, 0.004767914302647114, -0.018999891355633736, 0.013348366133868694, -0.042305707931518555, 0.050128135830163956, 0.004942842293530703, -0.008338243700563908, 0.04862106218934059, -0.054326415061950684, -0.007512941025197506, -0.07693251967430115, 0.02368258498609066, 0.023180225864052773, -0.03324532508850098, -0.09760095179080963, 0.004478610120713711, -0.03731801360845566, 0.03541622683405876, 0.05296286940574646, 0.01339321956038475, -0.005516965873539448, -0.06118001043796539, -0.002359287813305855, 0.003758713137358427, -0.022695809602737427, 0.06835655122995377, 0.0019197246292605996, 0.03179207444190979, -0.03046441450715065, -0.04987695813179016, -0.020901674404740334, 0.01851547509431839, -0.064481221139431, -0.017062226310372353, 0.01763634942471981, 0.002066619461402297, -0.011554230935871601, -0.028903517872095108, 0.024023469537496567, 0.015725594013929367, -0.04388454556465149, -0.020901674404740334, 0.06824890524148941, -0.02965705469250679, -0.019430484622716904, 0.005611157976090908, 0.020704319700598717, 0.02300081215798855, -0.0029311683028936386, 0.011285110376775265, -0.004420300479978323, 0.031002655625343323, 0.012567916885018349, 0.02309051901102066, -0.04051157087087631, 0.016012655571103096, 0.04596574231982231, -0.013482925482094288, 0.02759379893541336, 0.033747684210538864, 0.043633367866277695, 0.021744918078184128, 0.012558946385979652, -0.02750409208238125, -0.09372562170028687, -0.050271667540073395, 0.01006509829312563, -0.031827956438064575, -0.03518299013376236, -0.009571711532771587, -0.06225649267435074, 0.0071451435796916485, -0.020399317145347595, 0.03324532508850098, -0.04779576137661934, 0.036779772490262985, -0.05217345058917999, -0.016461189836263657, 0.019591955468058586, -0.04442278668284416, 0.015456474386155605, -0.07219599932432175, 0.0009396782843396068, -0.0016124789835885167, 0.000857260194607079, 0.03010558895766735, 0.029226461425423622, 0.012146295048296452, -0.0334247387945652, -0.011608054861426353, 0.025925252586603165, 0.04420749098062515, -0.009562740102410316, -0.039937447756528854, -0.04169570282101631, -0.050271667540073395, -0.05633584409952164, -0.052496396005153656, 0.013491896912455559, -0.062292374670505524, -0.02095549926161766, 0.008508685976266861, -0.033891212195158005, -0.051527563482522964, 0.07094010710716248, -0.036923300474882126, -0.052496396005153656, -0.04008097946643829, 0.030302943661808968, -0.006961244624108076, 0.007634045090526342, -0.012935714796185493, -0.01832709088921547, 0.04470985010266304, 0.06595241278409958, 0.0414804071187973, -0.0035322036128491163, 0.052711691707372665, -0.010773781687021255, -0.013124099001288414, -0.03539828583598137, -0.0920032486319542, 0.08174079656600952, -0.010576426982879639, 0.01903577521443367, 0.06796184182167053, -0.010558485984802246, -0.06405062228441238, 0.0025028185918927193, 0.004821738228201866, 0.023861998692154884, -0.023180225864052773, 0.005557333584874868, -0.057340558618307114, 0.00490695983171463, 0.01619206927716732, 0.013913518749177456, 0.036690063774585724, -0.015546181239187717, -0.0391121469438076, 0.03828684613108635, -0.01761840656399727, 0.0025140319485217333, 0.042592767626047134, -0.02000460773706436, 0.04144452139735222, -0.03778448700904846, 0.04826223477721214, -0.03681565448641777, -0.03932744264602661, 0.006243590265512466, -0.05350111052393913, 0.009293620474636555, 0.025243481621146202, 0.020524905994534492, -0.019412541761994362, -0.05766350403428078, 0.01224497240036726, 0.02013019658625126, 0.0023368611000478268, -0.03554181754589081, -0.0013052333379164338, 0.012612770311534405, 0.023718466982245445, -0.02737850323319435, -0.041408639401197433, -0.039722152054309845, -0.03211501985788345, 0.026894086971879005, 0.07779370248317719, -0.08906087279319763, 0.0298723503947258, 0.004534676671028137, -0.021063147112727165, 0.014371022582054138, -0.01076481118798256, 0.02811409905552864, 0.01597677357494831, 0.057735271751880646, -0.02088373340666294, 0.020453142002224922, -0.003027603030204773, -0.02752203308045864, -0.03261737897992134, -0.018605181947350502, -0.013411160558462143, -0.08697967231273651, -0.0042543429881334305, 0.02750409208238125, 0.013976313173770905, 0.0010955438483506441, 0.0386456735432148, 0.07399013638496399, 0.0032204727176576853, 0.02633790485560894, -0.03850214183330536, 0.05748409032821655, -0.050271667540073395, -0.06771066039800644, -0.007853826507925987, -0.008575966581702232, 0.00870155543088913, 0.004166878759860992, 0.016559867188334465, 0.01716090366244316, -0.018048999831080437, 0.05045108124613762, -0.01685589924454689, 0.03297620639204979, 0.011957910843193531, -0.03645682707428932, -0.05443406105041504, -0.051168736070394516, -0.013375277630984783, 0.03417827561497688, 0.02906499058008194, 0.026284079998731613, -0.017412081360816956, 0.03464474901556969, 0.09135736525058746, 0.056694671511650085, -0.021439915522933006, -0.030141470953822136, 0.0069343326613307, 0.023574937134981155, 0.035147108137607574, -0.025189658626914024, -0.03782036900520325, 0.008957220241427422, -0.05163520947098732, -0.003431283636018634, -0.0015395922819152474, -0.0324738472700119, -0.0195560734719038, -0.00344025413505733, -0.01749281771481037, 0.01678413525223732, 0.002158568939194083, -0.10212217271327972, 0.051599327474832535, 0.04402807727456093, -0.0025790692307054996, -0.0336579754948616, 0.04388454556465149, -0.03435768932104111, 0.043776899576187134, 0.08547259867191315, 0.008706040680408478, 0.033891212195158005, 0.0009396782843396068, -0.00013007479719817638, 0.004512249957770109, -0.018031058833003044, -0.05224521830677986, -0.046503983438014984, 0.013599544763565063, -0.07090422511100769, -0.059278227388858795, -0.007683383766561747, -0.03814331442117691, 0.07072480767965317, -0.00754433823749423, 0.06143118813633919, 0.024005528539419174, -0.05454171076416969, -0.008051181212067604, 0.03600829467177391, 0.014918234199285507, -0.03932744264602661, -0.07208835333585739, -0.06412239372730255, -0.027683505788445473, -0.010971136391162872, 0.0010938617633655667, 0.022839341312646866, -0.04011686146259308, -0.04094216600060463, -0.020704319700598717, 0.04531985521316528, 0.005310640204697847, -0.08382199704647064, -0.023341698572039604, -0.03120001032948494, 0.010962165892124176, 0.08324787020683289, -0.06336885690689087, -0.03358621150255203, 0.031827956438064575, 0.0168289877474308, -0.03032088465988636, 0.00018740302766673267, 0.05658702179789543, -0.004409087356179953, 0.0040076496079564095, 0.011491435579955578, 0.04815458878874779, 0.030554121360182762, 0.02152962237596512, 0.01224497240036726, 0.00201840209774673, 0.051384031772613525, 0.02832939475774765, 0.011051872745156288, 0.016210012137889862, 0.06275884807109833, 0.03250972926616669, 0.04912342131137848, -0.007154114078730345, 0.016945606097579002, -0.07323659956455231, -0.012998509220778942, 0.005454170983284712, 0.02669673226773739, 0.005996896885335445, 0.03188178315758705, 0.02692996896803379, 0.04424337297677994, -0.06118001043796539, 0.004512249957770109, -0.023341698572039604, 0.06469651311635971, 0.04514044150710106, 0.08963499218225479, -0.023216109722852707, 0.025243481621146202, 0.004220703151077032, 0.005310640204697847, 0.03541622683405876, 0.03961450606584549, 0.027647623792290688, -0.042305707931518555, -0.012218060903251171, 0.009185971692204475, 0.006508225575089455, 0.030051764100790024, 0.012110412120819092, -0.05863233655691147, 0.05134814977645874, 0.008369640447199345, -0.008302360773086548, -0.06706476956605911, 0.032204724848270416, 0.010432896204292774, -0.007019553799182177, 0.036995068192481995, 0.005723291076719761, 0.021206676959991455, 0.013886606320738792, -0.01626383513212204, 0.02759379893541336, -0.011186433024704456, 0.034483280032873154, -0.07843959331512451, 0.00981391966342926, -0.0010344310430809855, 0.10362924635410309, 0.019896959885954857, -0.039937447756528854, 0.012083500623703003, -0.0026284081395715475, 0.030213236808776855, 0.029674995690584183, 0.018497534096240997, -0.002007188741117716, -0.04546338692307472, 0.03904038295149803, 0.0028885577339679003, -0.02737850323319435, -0.035595640540122986, -0.017358258366584778, -0.05080990865826607, -0.028957342728972435, 0.09953861683607101, 0.05098932236433029, 0.03731801360845566, -0.08023372292518616, 0.03878920152783394, 0.05626408010721207, -0.014388964511454105, 0.058309394866228104, -0.023790232837200165, -0.028939399868249893, 0.019950782880187035, -0.01076481118798256, 0.0067280069924890995, -0.026230257004499435, 0.05967293679714203, -0.02368258498609066, -0.0006722400430589914, 0.031971488147974014, 0.021421974524855614, -0.03320944309234619, -0.011294080875813961, 0.021942272782325745, -0.019502248615026474, -0.027844978496432304, 0.004884533118456602, -0.0782242938876152, 0.02766556479036808, -0.016012655571103096, 0.012729388661682606, -0.018981950357556343, -0.011150550097227097, -0.022390807047486305, 0.013464984484016895, -0.07284189015626907, 0.016281776130199432, -0.006144912913441658, 0.011518348008394241, -0.0637635663151741, 0.015985744073987007, 0.007288674358278513, -0.02339552342891693, -0.04305924475193024, 0.00201840209774673, -0.014963087625801563, 0.023269932717084885, 0.0056694671511650085, 0.021960213780403137, -0.057735271751880646, 0.008208168670535088, -0.032186783850193024, 0.03814331442117691, -0.0008701555780135095, -0.004642324987798929, -0.02353905327618122, 0.006696609780192375, 0.018694888800382614, 0.024472003802657127, -0.003471651580184698, 0.03878920152783394, -0.08626201748847961, 0.004305924288928509, 0.04424337297677994, -0.004169121850281954, -0.0024714211467653513, 0.02344934642314911, -0.056479375809431076, -0.08863028138875961, 0.06143118813633919, -0.025261422619223595, 0.015043823048472404, -0.051240500062704086, 0.016210012137889862, -0.045929860323667526, -0.040978047996759415, -0.000664951337967068, 0.0028751015197485685, -0.05511583387851715, 0.03285061568021774, -0.00010736777767306194, 0.011374817229807377, -0.006212193053215742, -0.05317816510796547, 0.003908972255885601, 0.044602200388908386, 0.06570123136043549, -0.00864324625581503, 0.04467396438121796, -0.02965705469250679, -0.05134814977645874, -0.032796792685985565, 0.04557103291153908, 0.03112824633717537, -0.020596671849489212, -0.03878920152783394, 0.016353541985154152, -0.00279436563141644, 0.024543769657611847, 0.07291365414857864, -0.006817713845521212, -0.024238767102360725, -0.05206580460071564, -0.01497205812484026, -0.0009800463449209929, -0.04313100874423981, 0.02413111738860607, -0.05472112447023392, -0.007782061584293842, 0.014254404231905937, 0.02013019658625126, 0.015680741518735886, -0.0036062116269022226, 0.024095235392451286, 0.060462355613708496, -0.04026039317250252, 0.033173561096191406, 0.012119383551180363, -0.07836782187223434, 0.015779418870806694, -0.0014981029089540243, -0.015321914106607437, -0.019681662321090698, -0.006826684344559908, -0.03871743753552437, -0.019717546179890633, 0.028903517872095108, 0.009571711532771587, -0.02117079496383667, 0.0457504466176033, -0.018192531540989876, 0.0057098353281617165, -0.07678898423910141, -0.03875331953167915, 0.020758144557476044, 0.03344267979264259, 0.028939399868249893, 0.013904547318816185, -0.020829908549785614, -0.024812890216708183, -0.05149168148636818, -0.04499690979719162, -0.022014038637280464, -0.03112824633717537, -0.01662266254425049, 0.00340212881565094, 0.0008774442248977721, 0.027109382674098015, 0.00894824881106615, 0.018389886245131493, -0.045858096331357956, 0.03767683729529381, 0.014281315729022026, 0.07054539769887924, 0.031612660735845566, -0.015151471830904484, 0.01903577521443367, -0.012460269033908844, -0.025997018441557884, -0.024023469537496567, -0.025709956884384155, -0.017178844660520554, -0.03620564937591553, -0.047257520258426666, 0.014254404231905937, 0.006566534750163555, -0.035362403839826584, 0.06383533030748367, 0.007844856008887291, 0.03871743753552437, -0.007669928018003702, 0.05863233655691147, 0.0590270459651947, -0.021116971969604492, 0.017268551513552666, -0.011500406078994274, -0.021493740379810333, 0.007001612335443497, -0.054254647344350815, 0.0036600357852876186, 0.05436229705810547, 0.014756761491298676, -0.013375277630984783, -0.020973440259695053, -0.013348366133868694, 0.03900449723005295, 0.058309394866228104, -0.03638506308197975, 0.05952940508723259, -0.01953813247382641, -0.0011269411770626903, 0.0602111779153347, -0.046073392033576965, -0.03243796527385712, 0.033675916492938995, 0.06265120208263397, 0.0414804071187973, 0.017887527123093605, 0.010397013276815414, 0.03432180732488632, -0.02005843073129654, 0.08303257822990417, 0.017151933163404465, -0.012227031402289867, -0.043561603873968124, 0.02574584074318409, -0.0391121469438076, 0.08317610621452332, -0.010352159850299358, 0.038035664707422256, 0.03324532508850098, 0.003478379687294364, 0.015339856036007404, 0.015842214226722717, -0.008315816521644592, 0.011419670656323433, -0.01867694780230522, -0.02536907233297825, 0.014335139654576778, -0.007611618377268314, 0.0077865468338131905, -0.0009873349918052554, 0.02007637359201908, 0.02043519914150238, 0.042664535343647, -0.0632970929145813, 0.09473033994436264, 0.00877332128584385, 0.0015250148717314005, 0.0011196525301784277, 0.0365106500685215, 0.06631123274564743, -0.02671467326581478, -0.0350932851433754, -0.051599327474832535, 0.015985744073987007, -0.03724624589085579, 0.0483698844909668, 0.02117079496383667, 0.023198168724775314, 0.0038304785266518593, -0.008647731505334377, 0.044889263808727264, -0.009410238824784756, -0.012451298534870148, 0.026517318561673164, 0.0018367458833381534, -0.049374599009752274, -0.025064067915081978, -0.03421415761113167, -0.029674995690584183, 0.10348571836948395, -0.017430024221539497, 0.004444969817996025, 0.057950567454099655, 0.02079402655363083, 0.018479593098163605, 0.00046311115147545934, -0.028078215196728706, -0.012899831868708134, 0.01619206927716732, -0.011966881342232227, -0.030267059803009033, 0.031540896743535995, 0.015797359868884087, -0.004709604661911726, 0.015456474386155605, -0.04926695302128792, 0.007889709435403347, -0.012119383551180363, -0.053895819932222366, 0.008105006068944931, -0.032061196863651276, -0.001405032118782401, 0.018075911328196526, 0.02007637359201908, 0.052926987409591675, 0.07836782187223434, 0.05866822227835655, 0.016649574041366577, 0.014092931523919106, 0.03344267979264259, 0.0014588561607524753, -0.004799311514943838, 0.012532033957540989, 0.02825762890279293, -0.028885576874017715, 0.04169570282101631, -0.04653986543416977, 0.06318943947553635, 0.011267169378697872, -0.036564476788043976, -0.0336579754948616, -0.01749281771481037, -0.02759379893541336, 0.03997333347797394, 0.03491387143731117, -0.016515014693140984, -0.021045206114649773, -0.02366464212536812, -0.02825762890279293, 0.07341600954532623, -0.0367438867688179, -0.05694584921002388, -0.01516044232994318, 0.01538470946252346, 0.0015194081934168935, -0.03828684613108635, 0.0169545765966177, -0.0025521572679281235, -0.032653260976076126, -0.009822890162467957, -0.008993102237582207, 0.02951352298259735, -0.005759174004197121, 0.006714550778269768, -0.043633367866277695, 0.012361591681838036, 0.046073392033576965, 0.005014607682824135, 0.022319041192531586, 0.007956989109516144, 0.04176746681332588, 0.039291560649871826, -0.022929048165678978, 0.027539975941181183, -0.0019724273588508368, 0.005862336605787277, -0.002509546699002385, -0.03292237967252731, 0.025548484176397324, 0.035954467952251434, 0.048118706792593, 0.04485337808728218, -0.03457298502326012, -0.007925592362880707, 0.020040489733219147, 0.012074530124664307, -0.013518808409571648, -0.0003554630384314805, 0.043920427560806274, -0.04689869284629822, 0.03878920152783394, 0.008849571458995342, 0.02581760473549366, -0.011132609099149704, -0.01158114243298769, -0.04840576648712158, 0.001004715682938695, -0.002383957151323557, -0.14252610504627228, -0.03091294877231121, 0.05486465245485306, -0.01468499656766653, -0.0010120043298229575, -0.02152962237596512, -0.005297183990478516, -0.03609799966216087, -0.034267980605363846, -0.020327551290392876, -0.0554746612906456, -0.023072578012943268, -0.055654074996709824, -0.0417315848171711, 0.012002764269709587, -0.013500867411494255, -0.009760095737874508, 0.041408639401197433, 0.04553515091538429, 0.013303512707352638, -0.018048999831080437, 0.06419415771961212, 0.04521220549941063, 0.040619220584630966 ]
37,371
semaphore_sms.client
otp
Used for hitting the OTP message endpoint. Similar to priority messaging, except this is dedicated for one-time password messages, and uses a route dedicated to OTP traffic. Please do not use this route to send regular messages. https://semaphore.co/docs#otp_messages :param message: Custom SMS body (please see docs for this) :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :param code: Custom OTP code if you want to skip the auto-generated one :returns: Response from the Semaphore API
def otp(self, recipients: List[str], message: Optional[str] = None, sender_name: Optional[str] = None, code: Optional[Union[int, str]] = None): """ Used for hitting the OTP message endpoint. Similar to priority messaging, except this is dedicated for one-time password messages, and uses a route dedicated to OTP traffic. Please do not use this route to send regular messages. https://semaphore.co/docs#otp_messages :param message: Custom SMS body (please see docs for this) :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :param code: Custom OTP code if you want to skip the auto-generated one :returns: Response from the Semaphore API """ sender_name = sender_name or self.sender_name if not all([self.validate_phone_format(recipient) for recipient in recipients]): raise SemaphoreException('You supplied an invalid Philippine phone number in `recipients`') return self.post( 'otp', { 'message': message, 'sendername': sender_name, 'number': ','.join(recipients), # recipients are to be sent as a comma-separated string 'code': code, } )
(self, recipients: List[str], message: Optional[str] = None, sender_name: Optional[str] = None, code: Union[int, str, NoneType] = None)
[ 0.014312347397208214, -0.00910154078155756, -0.007807524409145117, -0.025689274072647095, -0.00541923800483346, -0.048703666776418686, -0.05783994495868683, -0.017994649708271027, -0.041408538818359375, -0.020096341148018837, 0.017490938305854797, 0.01751699298620224, 0.010308710858225822, 0.003180762752890587, -0.003291492350399494, 0.04293704032897949, 0.047001469880342484, -0.07663358747959137, 0.037448324263095856, -0.04516031965613365, 0.048113107681274414, 0.032880187034606934, 0.05766625329852104, 0.04842575639486313, -0.03182065486907959, 0.0117677366361022, 0.014520779252052307, 0.019870540127158165, -0.04714042320847511, -0.024456048384308815, 0.03279333934187889, -0.023726535961031914, 0.012723051011562347, 0.01776016317307949, -0.03512083366513252, 0.01769937016069889, -0.041929617524147034, 0.036718811839818954, -0.015806110575795174, -0.005866499152034521, -0.007169200573116541, -0.02449078857898712, -0.035364001989364624, -0.014598941430449486, 0.014685788191854954, 0.0011279223253950477, -0.026453524827957153, 0.05808311700820923, 0.036336686462163925, 0.023448627442121506, 0.029527900740504265, -0.051343806087970734, -0.0278778113424778, -0.027808334678411484, -0.029684225097298622, 0.08754154294729233, 0.05860419571399689, 0.05183015018701553, 0.0075643532909452915, -0.0052238330245018005, -0.00031129136914387345, 0.03069164603948593, -0.025724012404680252, -0.006587326992303133, 0.041929617524147034, 0.01794254221022129, 0.012393033131957054, 0.03404393047094345, 0.011472458019852638, 0.023726535961031914, 0.031021663919091225, -0.027443578466773033, -0.09191861748695374, -0.015215553343296051, 0.07948216050863266, 0.01844625361263752, -0.020721638575196266, 0.09643464535474777, -0.0314037911593914, 0.020895332098007202, 0.05030164495110512, 0.00047738582361489534, 0.03418288752436638, 0.020252665504813194, -0.009839738719165325, 0.010247918777167797, 0.014763950370252132, -0.034738704562187195, -0.03977581858634949, -0.013522041030228138, 0.003343600546941161, -0.022580159828066826, -0.03557243570685387, 0.000033432610507588834, 0.03182065486907959, -0.062217023223638535, -0.000870096031576395, 0.016518255695700645, -0.01597980409860611, 0.015111337415874004, -0.020478466525673866, 0.08517930656671524, -0.05905580148100853, -0.0118893226608634, 0.11317870765924454, -0.011368241161108017, -0.05283757299184799, 0.06339813768863678, 0.06749730557203293, -0.028503108769655228, -0.008007272146642208, 0.00831557810306549, -0.012714366428554058, -0.0183420367538929, -0.017708055675029755, 0.015588994137942791, 0.03406130149960518, 0.00250770035199821, -0.031021663919091225, -0.0014253725530579686, 0.00394501443952322, 0.018741531297564507, 0.004859076347202063, -0.03519031032919884, -0.024056553840637207, 0.0473141185939312, 0.012306186370551586, -0.014182076789438725, -0.00878020841628313, -0.09386398643255234, -0.02685301937162876, -0.00563635490834713, 0.08719415217638016, 0.0564851351082325, -0.04703620821237564, 0.0004999117227271199, -0.021624844521284103, 0.021885385736823082, 0.037830449640750885, 0.023188086226582527, -0.01751699298620224, 0.034217625856399536, -0.03451290354132652, -0.01881100982427597, 0.08510982990264893, -0.036579858511686325, 0.041165366768836975, 0.007672911509871483, 0.013721789233386517, 0.026192983612418175, -0.010803737677633762, 0.014981066808104515, 0.05075325071811676, 0.03512083366513252, 0.03748306259512901, 0.0014655392151325941, 0.04109589010477066, -0.06068851798772812, -0.06180015951395035, 0.012419087812304497, 0.01759515516459942, -0.03527715802192688, 0.03166433051228523, -0.06694148480892181, 0.05856945738196373, -0.03034425899386406, -0.004329311195760965, 0.02363969013094902, 0.004272860940545797, -0.0016707147005945444, -0.0507185123860836, -0.01300096046179533, -0.02218066342175007, -0.05756203457713127, 0.014025752432644367, -0.04554244503378868, -0.007351578678935766, -0.011646151542663574, -0.015337138436734676, -0.02230224944651127, -0.020860593765974045, 0.02845100127160549, 0.0022211060859262943, -0.008576118387281895, 0.02228488028049469, 0.0316469632089138, 0.0199226476252079, 0.02030477300286293, -0.008450190536677837, -0.018289929255843163, -0.007989902049303055, -0.0005273226997815073, 0.02638404816389084, 0.034096039831638336, 0.0001761360908858478, 0.047592028975486755, -0.026922497898340225, -0.04481293261051178, 0.007703308016061783, 0.01967947743833065, 0.03294966369867325, 0.01405180711299181, 0.035815607756376266, 0.05881262943148613, -0.00007253061630763113, -0.019279981032013893, 0.0009981950279325247, 0.0405748076736927, 0.042138051241636276, -0.02242383547127247, -0.0011268367525190115, -0.040435854345560074, -0.006461399141699076, 0.0656561553478241, -0.000031906009098747745, 0.07413239777088165, 0.02376127429306507, -0.03105640411376953, -0.020113710314035416, -0.015910327434539795, 0.047730982303619385, 0.04602878540754318, -0.016961174085736275, -0.02178116887807846, 0.06530876457691193, 0.046723559498786926, -0.08476244658231735, -0.0009536860161460936, 0.025289777666330338, 0.02685301937162876, 0.06405817717313766, 0.01751699298620224, -0.03392234817147255, 0.018550468608736992, -0.06381500512361526, -0.08476244658231735, -0.037552542984485626, -0.03776097297668457, -0.044639237225055695, -0.004698410164564848, -0.00916233379393816, 0.028086243197321892, 0.03699672222137451, 0.017369352281093597, 0.07013744860887527, -0.011793790385127068, -0.001754304626956582, -0.03246331959962845, 0.017282506451010704, -0.02278859168291092, -0.02709619142115116, -0.01707407459616661, -0.03849048539996147, -0.012349610216915607, 0.010152386501431465, 0.027026712894439697, 0.02325756475329399, 0.03519031032919884, 0.0008207019418478012, 0.0376567579805851, 0.037830449640750885, -0.04286756366491318, -0.07621672004461288, 0.010265287943184376, 0.0003471156524028629, -0.03185539320111275, -0.01226276345551014, 0.013713104650378227, -0.02588033676147461, -0.04113062843680382, 0.03737884759902954, 0.0025207274593412876, -0.041894879192113876, -0.008971271105110645, 0.022076448425650597, 0.003256753785535693, 0.013660996221005917, 0.004251149017363787, 0.0038234288804233074, -0.03991477191448212, -0.021346934139728546, 0.028902603313326836, 0.04050533100962639, -0.023813383653759956, 0.006114012096077204, 0.05325443670153618, -0.011107700876891613, -0.0603758729994297, 0.0053975265473127365, 0.00783792044967413, -0.011229286901652813, 0.022684374824166298, 0.02685301937162876, 0.006461399141699076, 0.043284427374601364, -0.017977280542254448, -0.026297200471162796, 0.029423683881759644, 0.029996871948242188, -0.07038062065839767, 0.016778795048594475, 0.05933371186256409, 0.019835801795125008, -0.05447029322385788, 0.04724464192986488, -0.007872659713029861, -0.00827215425670147, -0.003484726417809725, -0.020704269409179688, 0.028034135699272156, -0.010560566559433937, -0.012419087812304497, 0.022458573803305626, -0.0410611517727375, 0.0946282371878624, 0.062217023223638535, 0.06388448178768158, 0.02204170823097229, 0.04953739419579506, 0.016457462683320045, -0.006609038915485144, -0.009474982507526875, 0.044500283896923065, -0.008641253225505352, -0.014694472774863243, -0.011785105802118778, 0.000016360098015866242, 0.025967182591557503, -0.013157284818589687, -0.020339513197541237, -0.05620722845196724, -0.01529371552169323, 0.012453826144337654, -0.006552588660269976, -0.023500734940171242, -0.01517212949693203, 0.04783519729971886, 0.011012169532477856, -0.03414814919233322, 0.035242415964603424, -0.006127039436250925, -0.07573037594556808, -0.013660996221005917, 0.0473141185939312, 0.021069025620818138, 0.02363969013094902, 0.015423985198140144, -0.009249180555343628, 0.04026215896010399, -0.12276658415794373, -0.029892656952142715, 0.05822207033634186, 0.03661459684371948, 0.0010975260520353913, 0.022979654371738434, -0.027895180508494377, 0.0408179797232151, 0.010760313831269741, 0.039810556918382645, -0.00020191872317809612, -0.01842888444662094, -0.0200442336499691, -0.012366979382932186, -0.039428431540727615, -0.09191861748695374, 0.009309973567724228, -0.0026770515833050013, 0.015319769270718098, 0.05909053981304169, 0.003154708771035075, 0.0075643532909452915, -0.04929422587156296, 0.02412603236734867, 0.0475572906434536, -0.001644660602323711, 0.029736332595348358, -0.04470871388912201, 0.016474831849336624, -0.04321495071053505, 0.001528503024019301, 0.00878889299929142, 0.0007951906882226467, 0.04912053048610687, -0.019019441679120064, 0.012375663965940475, 0.015493462793529034, 0.04050533100962639, 0.020339513197541237, -0.023118609562516212, -0.006322444416582584, -0.022093817591667175, 0.04022742062807083, 0.001631633611395955, -0.02056531421840191, -0.07621672004461288, -0.00833294726908207, -0.03347074240446091, 0.04717516154050827, -0.039289478212594986, -0.06450977921485901, 0.062355976551771164, -0.02153799869120121, -0.04331916570663452, 0.0005764454253949225, -0.016518255695700645, 0.016926433891057968, 0.03685776889324188, -0.03623247146606445, 0.08365080505609512, 0.007711992599070072, -0.05221227556467056, 0.012766474857926369, 0.07524403929710388, -0.018133604899048805, -0.009188387542963028, -0.017065389081835747, -0.0632244423031807, 0.027269884943962097, 0.06155698746442795, -0.0028464028146117926, 0.026557741686701775, -0.02810361422598362, -0.04745307192206383, -0.0057318867184221745, -0.005071850959211588, 0.016335876658558846, -0.0024230247363448143, 0.006400606594979763, 0.0018237821059301496, -0.0008315577870234847, -0.010760313831269741, 0.0023253222461789846, 0.00922312680631876, -0.008471901528537273, 0.005927291698753834, 0.016014544293284416, -0.014234185218811035, -0.04147801548242569, -0.009414189495146275, -0.054782938212156296, 0.047209903597831726, -0.03994951397180557, -0.008662965148687363, -0.04554244503378868, 0.04717516154050827, -0.05273335427045822, -0.03727463260293007, -0.0286073237657547, 0.022059079259634018, -0.015615048818290234, 0.0183420367538929, 0.01709144376218319, 0.011064277961850166, 0.0075947497971355915, -0.02947579137980938, 0.001232138485647738, 0.03468659892678261, 0.011038224212825298, -0.035103462636470795, -0.024230247363448143, 0.003984095528721809, -0.03970634192228317, 0.07649463415145874, 0.07239546626806259, 0.038455747067928314, 0.05596405640244484, 0.02501186914741993, -0.07329867035150528, -0.017708055675029755, -0.0058187334798276424, -0.028207829222083092, -0.041026413440704346, -0.05728412792086601, 0.01696985773742199, -0.03890735283493996, 0.0371704138815403, 0.020391620695590973, 0.01757778599858284, -0.024733958765864372, -0.018029388040304184, 0.01731724478304386, -0.04991951957345009, 0.038386270403862, 0.04432658851146698, -0.01966210827231407, -0.009483667090535164, -0.0025750065688043833, -0.04766150563955307, 0.006127039436250925, -0.02549820952117443, 0.011402980424463749, -0.09428084641695023, 0.026331938803195953, 0.010048170574009418, -0.034860290586948395, 0.04318021237850189, -0.054435551166534424, -0.03685776889324188, -0.045368749648332596, -0.029493162408471107, -0.026592480018734932, 0.05978531390428543, 0.03282807767391205, -0.03605877608060837, 0.08754154294729233, 0.015806110575795174, 0.007251705043017864, 0.010847160592675209, -0.05110063776373863, 0.024351833388209343, -0.03185539320111275, -0.056519873440265656, -0.030761124566197395, -0.034721337258815765, -0.03591982275247574, 0.0243865717202425, 0.008641253225505352, -0.014182076789438725, -0.05957688018679619, -0.05982005223631859, 0.00035770010435953736, 0.017360668629407883, 0.02179853804409504, 0.0463414341211319, 0.009414189495146275, 0.020113710314035416, -0.05537349730730057, 0.019418936222791672, -0.006109669804573059, 0.03612825274467468, 0.07621672004461288, 0.0008977784309536219, 0.0028420602902770042, -0.02537662535905838, 0.006422318518161774, -0.035815607756376266, -0.06450977921485901, -0.02624509297311306, 0.028694171458482742, 0.021607475355267525, -0.014633679762482643, 0.04182540252804756, -0.04620248079299927, 0.016900381073355675, -0.05513032525777817, -0.046619344502687454, 0.015892958268523216, -0.031369052827358246, -0.0018205252708867192, -0.00703024584800005, 0.021364305168390274, -0.030153196305036545, 0.058361027389764786, 0.01995738595724106, -0.03859470412135124, 0.0021516287233680487, -0.0029245647601783276, -0.03545084968209267, 0.027652010321617126, -0.03453027456998825, -0.014694472774863243, 0.011185863055288792, -0.053046002984046936, -0.01945367641746998, -0.037830449640750885, 0.031177988275885582, -0.06211280822753906, -0.03376602381467819, 0.013843374326825142, 0.028676802292466164, 0.06819207966327667, -0.037552542984485626, 0.052559662610292435, 0.010742944665253162, -0.009414189495146275, -0.04825206473469734, 0.003992780111730099, -0.006148750893771648, -0.03772623464465141, 0.03355759009718895, 0.011290079914033413, 0.03541611135005951, -0.10810685157775879, -0.09323868900537491, -0.017855694517493248, -0.009040748700499535, -0.02737409994006157, -0.004963292740285397, -0.004420500248670578, -0.0026900784578174353, -0.015571624971926212, 0.011976169422268867, 0.05054481700062752, 0.01893259398639202, -0.0038234288804233074, 0.0405748076736927, -0.014251554384827614, 0.009006009437143803, 0.05259440094232559, 0.05026690661907196, -0.017490938305854797, 0.03727463260293007, -0.02848573960363865, -0.055651407688856125, 0.043041255325078964, -0.02478606626391411, -0.06068851798772812, -0.006769705563783646, 0.025845596566796303, 0.004468265920877457, 0.09226600080728531, 0.028068874031305313, 0.014251554384827614, 0.018897855654358864, -0.004876445978879929, 0.020617421716451645, -0.04349286109209061, 0.0251160841435194, 0.06287705898284912, 0.0025163849350064993, -0.01632719114422798, 0.00696945283561945, -0.018619947135448456, 0.01262751966714859, -0.0567283071577549, 0.0027877811808139086, -0.0013320122379809618, -0.04856470972299576, -0.0693037211894989, -0.01448604092001915, -0.03890735283493996, -0.037830449640750885, 0.06659410148859024, 0.0012668771669268608, -0.006800101604312658, -0.036579858511686325, -0.04001899063587189, -0.011177178472280502, 0.013096491806209087, -0.04099167510867119, -0.07065852731466293, -0.03058743104338646, -0.042659129947423935, -0.07072800397872925, -0.0374135859310627, 0.048599451780319214, -0.05321969836950302, -0.02699197456240654, 0.026766173541545868, -0.01842888444662094, 0.007408028934150934, 0.04988478124141693, -0.026679325848817825, 0.006383237428963184, -0.03921999782323837, -0.007711992599070072, -0.010161072015762329, 0.00785963237285614, 0.007325524464249611, 0.001739106490276754, -0.007399344351142645, -0.028016766533255577, 0.08663833141326904, 0.02007897198200226, 0.014998435974121094, -0.014981066808104515, 0.0019171423045918345, 0.019036810845136642, 0.040783241391181946, 0.04390972480177879, 0.06058430299162865, 0.013218077830970287, 0.04849523305892944, 0.05259440094232559, 0.06659410148859024, 0.03444342687726021, 0.02909366600215435, -0.03232436627149582, -0.04397920146584511, 0.02798202820122242, -0.008185307495296001, 0.005632012616842985, 0.002557637169957161, 0.0026075742207467556, 0.023987077176570892, 0.06391921639442444, 0.03623247146606445, 0.06450977921485901, -0.05245544761419296, -0.048113107681274414, 0.026401417329907417, -0.05099641904234886, -0.01893259398639202, -0.010786368511617184, 0.0026401416398584843, 0.10240970551967621, -0.03970634192228317, -0.010925322771072388, -0.014077860862016678, -0.014121283777058125, -0.010942692868411541, -0.02204170823097229, -0.0184636227786541, -0.024334464222192764, -0.08872265368700027, -0.014651048928499222, -0.00002963306542369537, 0.013791266828775406, 0.02264963649213314, -0.04505610093474388, -0.023361779749393463, -0.016370614990592003, 0.06947740912437439, 0.007586064748466015, 0.0096573606133461, -0.004698410164564848, -0.044500283896923065, 0.07295127958059311, 0.05238596722483635, -0.016335876658558846, -0.01052582822740078, 0.03315809369087219, 0.08295603096485138, -0.08240021020174026, 0.07962111383676529, -0.019523153081536293, -0.003202474443241954, -0.06239071488380432, 0.0032502401154488325, -0.006917344871908426, -0.02539399452507496, 0.010369503870606422, -0.004036203492432833, -0.03211593255400658, -0.01219328586012125, -0.03630194813013077, 0.03107377327978611, 0.021729061380028725, -0.026349307969212532, 0.06860894709825516, -0.028381522744894028, 0.03228962793946266, 0.026766173541545868, -0.01713486760854721, 0.02155536785721779, -0.012714366428554058, -0.004440040793269873, -0.06450977921485901, 0.012332241050899029, 0.02167695201933384, 0.02832941524684429, -0.007703308016061783, -0.013895482756197453, -0.03216804191470146, -0.008376370184123516, -0.033123355358839035, -0.01626639999449253, 0.015423985198140144, -0.006778390146791935, 0.002349205082282424, -0.05290704965591431, 0.050579555332660675, 0.023952338844537735, -0.022493312135338783, -0.006014138460159302, 0.02687038853764534, -0.057145170867443085, 0.02549820952117443 ]
37,372
semaphore_sms.client
post
null
def post(self, uri: str, data: Dict[str, object] = dict()) -> dict: data = { **data, 'apikey': self.api_key, # automatically add apikey in request data 'sendername': self.sender_name, # automatically add sender_name in request data } data = {k: v for k, v in data.items() if v is not None} # make sure we re-fetch `account` next time it's called because a transaction has been triggered self._account = None return self.request('post', uri, None, data)
(self, uri: str, data: Dict[str, object] = {}) -> dict
[ -0.06419582664966583, 0.030897991731762886, -0.04825936257839203, -0.00479500088840723, -0.020361175760626793, -0.020679906010627747, -0.05658382177352905, 0.028273161500692368, 0.028741881251335144, -0.05380900204181671, -0.013780354522168636, -0.004649697802960873, -0.009749365970492363, 0.005976174026727676, -0.03537895157933235, -0.022367294877767563, 0.03858499228954315, 0.0188237763941288, 0.03586641699075699, -0.0012725734850391746, 0.008446325547993183, 0.0044622099958360195, 0.022761020809412003, 0.041922274976968765, -0.00414582435041666, 0.0560588538646698, -0.0068245562724769115, -0.01441781222820282, 0.027298225089907646, 0.08579441905021667, -0.005830870941281319, -0.041134826838970184, 0.06157099828124046, 0.022273551672697067, 0.021054880693554878, -0.0037380382418632507, -0.10004349797964096, -0.009163466282188892, -0.09546879678964615, -0.005816809367388487, -0.0012702299281954765, 0.000524965871591121, -0.025685830041766167, 0.01320851594209671, 0.0653582513332367, 0.03925994783639908, 0.012486687861382961, 0.06160849332809448, 0.04522205889225006, 0.02362346462905407, 0.04998425021767616, 0.00022732897195965052, -0.01938623934984207, -0.03421652689576149, -0.05095918849110603, 0.00103704200591892, -0.02024868316948414, -0.01618019863963127, -0.07068290561437607, -0.011268017813563347, 0.04750940948724747, 0.04349717125296593, 0.035922665148973465, -0.06505826860666275, -0.03417902812361717, 0.00006001807196298614, -0.018580041825771332, -0.0009022851008921862, 0.03702884167432785, 0.02178608439862728, 0.03262287750840187, -0.03944743424654007, -0.009205651469528675, -0.004996550269424915, 0.08609440177679062, 0.017136385664343834, 0.039747416973114014, 0.035135217010974884, -0.029885556548833847, 0.0504717193543911, -0.008076037280261517, -0.06025858223438263, -0.047546908259391785, 0.035491444170475006, -0.01724887825548649, 0.08061975985765457, -0.05538389831781387, -0.005291843321174383, -0.04642198234796524, -0.0061636618338525295, 0.02662326954305172, -0.0316479429602623, -0.04443461075425148, -0.02261102944612503, 0.037328824400901794, -0.04150979965925217, 0.006552699021995068, -0.0027091989759355783, 0.022779768332839012, -0.008680685423314571, 0.0050152987241744995, 0.05347152426838875, -0.04780939221382141, 0.01379910297691822, 0.06895801424980164, -0.04548454284667969, 0.013039777055382729, -0.03637263551354408, 0.006013671401888132, 0.028291910886764526, -0.005812122020870447, -0.06273341923952103, -0.020586160942912102, 0.049759265035390854, -0.04180978238582611, -0.019095633178949356, 0.016255192458629608, 0.045522041618824005, -0.009041599929332733, -0.027898186817765236, 0.023323483765125275, 0.0222360547631979, 0.03487273305654526, -0.005919927731156349, 0.004253629595041275, -0.01599271036684513, -0.0024443722795695066, 0.02043617144227028, -0.006074605043977499, -0.0548214353621006, -0.02405468560755253, 0.0005431287572719157, 0.010818046517670155, 0.01289916131645441, -0.035922665148973465, 0.03727257624268532, 0.022517286241054535, 0.05058421194553375, 0.02397969178855419, 0.017314499244093895, 0.036128900945186615, -0.009215026162564754, -0.015299005433917046, -0.0015819283435121179, -0.012299200519919395, -0.03359781578183174, -0.033297836780548096, 0.024298420175909996, -0.03963492438197136, -0.020511167123913765, 0.004190352745354176, 0.030897991731762886, 0.04698444530367851, 0.05009674280881882, 0.020286181941628456, -0.002343597589060664, -0.007818241603672504, -0.0384724996984005, -0.04942178726196289, 0.01798008196055889, -0.012946032918989658, 0.01679890789091587, 0.04747191444039345, -0.06663316488265991, 0.02799193002283573, -0.049309294670820236, 0.0011841027298942208, -0.012880412861704826, 0.020904891192913055, -0.02525460720062256, -0.09119407087564468, -0.03378530219197273, -0.07330773025751114, 0.014305319637060165, -0.05519641190767288, -0.10926789790391922, -0.009861858561635017, -0.048709332942962646, -0.028966866433620453, -0.019461235031485558, 0.007246403954923153, -0.04957177862524986, 0.0765325278043747, 0.006444893311709166, 0.01783009059727192, -0.0544089637696743, 0.022742271423339844, 0.02418592758476734, -0.042522236704826355, 0.036541372537612915, 0.029098108410835266, 0.01940498873591423, -0.059133656322956085, 0.024654647335410118, 0.016892651095986366, 0.0019369834335520864, -0.0055730752646923065, -0.021692339330911636, 0.01942373625934124, 0.0030232409480959177, 0.017052017152309418, -0.026117052882909775, -0.02621079608798027, 0.015889592468738556, 0.012552308849990368, -0.07672001421451569, 0.00182449072599411, -0.020698653534054756, 0.02943558618426323, -0.033335331827402115, 0.00026365474332123995, -0.01864566281437874, 0.017848839983344078, 0.018533170223236084, -0.033541567623615265, 0.0018584729405120015, 0.06280841678380966, -0.03496647626161575, 0.039934903383255005, -0.010958662256598473, 0.002685762941837311, 0.013911595568060875, 0.00117531418800354, -0.05148415267467499, -0.00011439686204539612, 0.008863486349582672, -0.007372958119958639, -0.017511362209916115, -0.02099863439798355, -0.08121971786022186, -0.027898186817765236, -0.029473083093762398, -0.029941802844405174, -0.002363518113270402, -0.01141800731420517, -0.08264462649822235, 0.008924419991672039, -0.06569572538137436, -0.029379339888691902, 0.025554588064551353, 0.06003359705209732, 0.007836990058422089, -0.0029107483569532633, 0.026342038065195084, -0.05103418231010437, -0.029454335570335388, 0.05872118100523949, -0.017895711585879326, 0.009889981709420681, -0.06445831060409546, 0.022517286241054535, -0.05782124027609825, -0.04450960457324982, 0.05620884522795677, 0.018842525780200958, 0.020586160942912102, 0.026923250406980515, 0.04477208852767944, 0.04750940948724747, -0.02542334794998169, 0.004940303973853588, 0.0002408046566415578, 0.009435323998332024, 0.023098498582839966, 0.03562268242239952, 0.0005920513649471104, -0.039297446608543396, -0.009444698691368103, 0.010911790654063225, -0.03678510710597038, 0.07994480431079865, -0.005343402735888958, 0.05879617854952812, 0.0027162297628819942, -0.025892065837979317, -0.00851663388311863, 0.03065425716340542, 0.032697875052690506, -0.005455895327031612, -0.04810937121510506, 0.01012434158474207, -0.04008489474654198, 0.044172126799821854, -0.046721961349248886, 0.03678510710597038, -0.010021223686635494, 0.019329993054270744, 0.0488218255341053, 0.0020096348598599434, -0.0038692797534167767, 0.012964782305061817, 0.017089514061808586, -0.035303954035043716, -0.010424322448670864, -0.00014984377776272595, -0.004541892092674971, -0.06367085874080658, 0.04795938357710838, 0.0891692042350769, 0.05905865877866745, 0.05204661563038826, 0.0359976589679718, 0.037910036742687225, -0.04147230461239815, 0.0005677365115843713, -0.017511362209916115, 0.01824256405234337, 0.047771893441677094, -0.1139925867319107, -0.03940993919968605, -0.025460844859480858, 0.041734784841537476, 0.01697702147066593, -0.011455505155026913, -0.005662132054567337, -0.015280256979167461, 0.05459645017981529, -0.0308229960501194, 0.02081114612519741, 0.03322283923625946, -0.007396393921226263, -0.014708418399095535, -0.024298420175909996, -0.01742699183523655, 0.08436951786279678, 0.020061194896697998, -0.024073434993624687, 0.028779378160834312, -0.015448995865881443, -0.01640518382191658, -0.042147260159254074, -0.007410455495119095, -0.04177228361368179, 0.0074760764837265015, -0.05560888350009918, -0.01925499737262726, 0.035903915762901306, 0.0011559795821085572, -0.00026790250558406115, 0.020492417737841606, -0.06359586864709854, 0.0384724996984005, 0.05879617854952812, -0.004607513081282377, 0.002931840717792511, -0.011774234473705292, 0.00315682590007782, -0.009796238504350185, 0.02360471524298191, -0.009290020912885666, -0.0848194882273674, -0.009674371220171452, 0.05763375386595726, 0.04585951939225197, 0.0715828463435173, -0.08684435486793518, -0.008727557957172394, -0.05249658599495888, -0.003735694568604231, -0.017951957881450653, 0.05579637363553047, 0.01492402981966734, 0.02384844981133938, 0.03607265651226044, -0.02261102944612503, -0.02139235846698284, -0.011089904233813286, 0.021073630079627037, 0.011155524291098118, 0.003599765943363309, 0.0179988294839859, -0.041734784841537476, -0.015608360059559345, 0.07124536484479904, 0.0073682707734405994, 0.01839255355298519, -0.010180587880313396, -0.016058331355452538, -0.023379730060696602, -0.018580041825771332, 0.015242759138345718, -0.017098888754844666, -0.0005109042976982892, -0.002676388481631875, 0.1154174953699112, -0.058533694595098495, 0.042147260159254074, 0.007560445927083492, 0.0173801202327013, 0.006041794549673796, 0.0182050671428442, -0.02322974056005478, -0.006922987289726734, 0.017351996153593063, -0.1096428707242012, -0.028479399159550667, -0.04807187616825104, -0.04709693789482117, -0.08624438941478729, -0.025760825723409653, 0.017145760357379913, -0.04289720952510834, -0.018495673313736916, -0.015589611604809761, 0.04165979102253914, 0.023585965856909752, -0.022967256605625153, 0.001240934943780303, 0.05339652672410011, 0.007293276023119688, -0.007260465528815985, -0.013686610385775566, 0.0517091378569603, -0.008568192832171917, 0.04582202062010765, -0.02178608439862728, 0.0254420954734087, 0.037947531789541245, 0.00575587572529912, -0.0017295751022174954, 0.02598581090569496, -0.05740876868367195, -0.0035622683353722095, 0.021298615261912346, -0.008408828638494015, -0.028554392978549004, -0.028254413977265358, -0.04750940948724747, -0.002397500444203615, -0.008554131723940372, 0.0057746246457099915, 0.0027256039902567863, 0.02262977883219719, -0.0014483433915302157, 0.022329797968268394, 0.04503457248210907, -0.015955213457345963, 0.0013792072422802448, 0.029473083093762398, 0.01880502700805664, -0.027485713362693787, -0.017455115914344788, -0.022686025127768517, -0.05107168108224869, -0.004246599040925503, -0.00959000177681446, -0.03226665034890175, -0.054933927953243256, 0.06419582664966583, 0.0025990498252213, -0.005638695787638426, -0.013836600817739964, 0.060521066188812256, -0.012355446815490723, -0.04368466138839722, -0.030354276299476624, -0.029379339888691902, -0.058533694595098495, 0.02082989551126957, 0.016264567151665688, 0.017145760357379913, -0.03978491201996803, -0.059546127915382385, 0.06700814515352249, 0.04638448357582092, 0.0779949277639389, 0.04424712434411049, -0.013920970261096954, 0.0023014128673821688, -0.05339652672410011, 0.011455505155026913, 0.02225480228662491, -0.03985990956425667, 0.0347602404654026, -0.023567218333482742, 0.017061389982700348, 0.014905281364917755, -0.001435453537851572, -0.08519446104764938, -0.019348742440342903, 0.022104812785983086, -0.010452445596456528, 0.016902025789022446, 0.0380600243806839, -0.016573922708630562, -0.03749756142497063, 0.024879632517695427, 0.018739406019449234, 0.01683640480041504, 0.0025263982824981213, 0.05099668353796005, -0.09239399433135986, 0.0222360547631979, 0.07859489321708679, -0.03781628981232643, 0.008577567525207996, 0.01200859434902668, -0.022311048582196236, -0.035547688603401184, -0.05470894277095795, -0.003320877905935049, -0.023173494264483452, 0.04278471693396568, 0.030691754072904587, -0.013452250510454178, 0.022161059081554413, -0.03620389476418495, 0.08939418941736221, 0.04679695889353752, 0.02720448188483715, -0.04765940085053444, -0.017267627641558647, 0.008540069684386253, -0.04289720952510834, 0.01681765727698803, 0.031085478141903877, 0.006473016459494829, -0.020679906010627747, -0.09141905605792999, -0.08174468576908112, 0.0302042867988348, 0.060371074825525284, 0.033354081213474274, 0.024898381903767586, 0.038547493517398834, 0.026735762134194374, -0.003871623193845153, 0.007921360433101654, 0.018551919609308243, 0.02561083436012268, 0.03161044418811798, 0.03266037628054619, 0.031066730618476868, -0.04345967620611191, 0.03944743424654007, 0.008736931718885899, -0.017473863437771797, -0.04180978238582611, -0.017117636278271675, -0.0038153768982738256, 0.04162229225039482, 0.0008999414858408272, -0.033522821962833405, -0.03487273305654526, -0.04960927367210388, -0.015345877036452293, 0.011849229224026203, -0.016948897391557693, -0.02922935038805008, -0.053921494632959366, 0.03582892194390297, -0.010864919051527977, 0.008947855792939663, 0.02360471524298191, -0.04000989720225334, 0.039747416973114014, 0.015045897103846073, -0.06048356741666794, 0.038697484880685806, -0.02403593808412552, -0.016752036288380623, -0.027560709044337273, -0.0475844070315361, 0.0415847972035408, -0.03761005401611328, -0.025723326951265335, 0.00023055142082739621, -0.011680490337312222, -0.007340147625654936, 0.042934708297252655, -0.04282221570611, -0.00420910120010376, 0.03179793432354927, 0.009421262890100479, 0.05204661563038826, 0.0013815507991239429, 0.0008454528287984431, -0.046759460121393204, -0.019479984417557716, -0.03457275405526161, 0.09021913260221481, 0.020904891192913055, -0.0556463822722435, -0.071170374751091, -0.05924614891409874, 0.00665113003924489, -0.022311048582196236, 0.006416770163923502, 0.03378530219197273, -0.0036161711905151606, -0.016948897391557693, -0.0035622683353722095, 0.028366906568408012, -0.01658329740166664, 0.013686610385775566, 0.04945928603410721, 0.0220298171043396, -0.05065920576453209, 0.014942778274416924, 0.005521515849977732, 0.028554392978549004, -0.00625271862372756, -0.02097988687455654, 0.01684577949345112, 0.03470399230718613, -0.01660204492509365, -0.03719758242368698, -0.006740186829119921, 0.025892065837979317, -0.01923624984920025, 0.050734203308820724, -0.01962997391819954, -0.0182050671428442, 0.03348532319068909, 0.017858214676380157, -0.04960927367210388, -0.025517091155052185, -0.027298225089907646, 0.006440206430852413, 0.040534865111112595, -0.0062339697033166885, -0.05043422058224678, -0.04747191444039345, 0.03627889230847359, 0.008938481099903584, 0.03305410221219063, 0.00850257184356451, 0.005699629429727793, -0.12321698665618896, -0.07866988331079483, -0.053734008222818375, 0.015561488457024097, -0.010424322448670864, -0.016648918390274048, 0.011867978610098362, 0.034310270100831985, 0.039334941655397415, -0.02124236896634102, 0.0073448349721729755, -0.014961527660489082, 0.04139730706810951, 0.03661637008190155, -0.02701699361205101, -0.017651977017521858, -0.030148040503263474, 0.052309099584817886, 0.008483823388814926, -0.06442081183195114, -0.04259723052382469, -0.01781134121119976, -0.024542154744267464, 0.014689669944345951, -0.006041794549673796, 0.02161734364926815, -0.006768309976905584, 0.06498327851295471, 0.01885189861059189, 0.057333771139383316, -0.025892065837979317, -0.019911205396056175, -0.008174468763172626, -0.010649307630956173, 0.024523405358195305, -0.02341722697019577, -0.03989740461111069, 0.021486103534698486, -0.0016522363293915987, -0.015552113763988018, 0.03937244042754173, 0.017726972699165344, -0.0007388191297650337, 0.014145955443382263, -0.003932556603103876, 0.06963296979665756, 0.0651707649230957, 0.02238604426383972, -0.010255583561956882, -0.0154114980250597, -0.013874097727239132, -0.015523990616202354, -0.014249073341488838, 0.012871038168668747, 0.02082989551126957, 0.012158584780991077, 0.04450960457324982, 0.06903301179409027, 0.07597006112337112, -0.00891504529863596, 0.006332400720566511, 0.01459592580795288, 0.01878627948462963, -0.12839165329933167, -0.03305410221219063, 0.05099668353796005, -0.004581733141094446, 0.031741686165332794, -0.044922079890966415, 0.027166983112692833, -0.027916934341192245, -0.009266585111618042, 0.031141724437475204, -0.010443070903420448, 0.05388399586081505, 0.025535840541124344, -0.0023037565406411886, 0.0030560512095689774, 0.023960942402482033, -0.0119992196559906, 0.046721961349248886, 0.006187097635120153, -0.04499707370996475, 0.028385654091835022, 0.04300970211625099, 0.03880997747182846, -0.058346208184957504, 0.01899251528084278, -0.026660766452550888, 0.027710698544979095, -0.04443461075425148, 0.01779259368777275, -0.02525460720062256, 0.006866740994155407, 0.05020923539996147, -0.07180783152580261, 0.04522205889225006, -0.045709528028964996, 0.01739886961877346, -0.019948702305555344, -0.009974351152777672, -0.013545994646847248, -0.005484018474817276, 0.021579846739768982, 0.013386629521846771, 0.00004947188062942587, 0.0022006381768733263, -0.020304929465055466, 0.08039477467536926, -0.000718898547347635, 0.04023488238453865, 0.07432016730308533, -0.005169976502656937, 0.03406653553247452, 0.008043226785957813, -0.003215415868908167, 0.004572358913719654, 0.030748000368475914, -0.0005639281589537859, -0.04510956630110741, 0.04177228361368179, 0.020923640578985214, 0.08879422396421432, 0.02261102944612503, -0.004368465859442949, -0.009041599929332733, -0.03226665034890175, 0.001371004618704319, 0.009083784185349941, 0.005732439924031496, 0.037685051560401917, -0.02619204670190811, 0.03562268242239952, -0.024467159062623978, 0.012739797122776508, 0.027373220771551132, 0.018664412200450897, 0.03850999474525452, 0.06760810315608978, 0.012749170884490013 ]
37,373
semaphore_sms.client
priority
Used for hitting the PRIORITY send message endpoint. Similar to the normal send message endpoint, except that this takes more credits, and will use the priority queue which bypasses the default message queue and sends the message immediately. https://semaphore.co/docs#priority_messages :param message: SMS body :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :returns: Response from the Semaphore API
def priority(self, message: str, recipients: List[str], sender_name: Optional[str] = None): """ Used for hitting the PRIORITY send message endpoint. Similar to the normal send message endpoint, except that this takes more credits, and will use the priority queue which bypasses the default message queue and sends the message immediately. https://semaphore.co/docs#priority_messages :param message: SMS body :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :returns: Response from the Semaphore API """ sender_name = sender_name or self.sender_name if not message.strip(): raise SemaphoreException('Cannot send a blank message') if not all([self.validate_phone_format(recipient) for recipient in recipients]): raise SemaphoreException('You supplied an invalid Philippine phone number in `recipients`') return self.post( 'priority', { 'message': message, 'sendername': sender_name, 'number': ','.join(recipients) # recipients are to be sent as a comma-separated string } )
(self, message: str, recipients: List[str], sender_name: Optional[str] = None)
[ 0.004082163795828819, 0.03426196053624153, -0.08323029428720474, -0.026062367483973503, 0.00884321890771389, -0.04098033905029297, -0.04672887176275253, -0.00832302961498499, -0.0004951166338287294, -0.05226580426096916, 0.019079485908150673, 0.028654497116804123, -0.005964543670415878, -0.03953438997268677, -0.03463226556777954, 0.022570926696062088, 0.08421777188777924, -0.0354081429541111, 0.028654497116804123, -0.011373630724847317, 0.05864914134144783, 0.04937390238046646, 0.0376652330160141, 0.01586136594414711, -0.019467424601316452, 0.01733376644551754, 0.028636863455176353, 0.0121495071798563, -0.013639540411531925, -0.020931007340550423, 0.011646950617432594, -0.018250711262226105, -0.02914823591709137, 0.021230777725577354, -0.019361622631549835, 0.05170153081417084, -0.04433071240782738, 0.04376643896102905, -0.057308994233608246, -0.008137877099215984, -0.036360353231430054, -0.0032070993911474943, -0.036748290061950684, -0.04052186757326126, 0.026767708361148834, 0.0084464643150568, 0.003769168397411704, 0.09423361718654633, 0.05191313102841377, 0.01994352973997593, 0.05677998811006546, -0.057767465710639954, 0.027931522578001022, -0.04538872465491295, -0.046235132962465286, 0.06009509414434433, 0.05353541672229767, 0.06880605965852737, 0.019855361431837082, -0.012290574610233307, 0.039252251386642456, 0.02990647777915001, -0.013366220518946648, -0.022800162434577942, -0.0035862205550074577, 0.0030197431333363056, 0.05431129410862923, -0.014194997027516365, -0.01886788383126259, 0.019097119569778442, 0.03322158381342888, -0.03949912264943123, -0.10086382925510406, -0.018250711262226105, 0.029007168486714363, 0.05424075946211815, -0.008327437564730644, 0.06111783906817436, -0.004805138800293207, 0.02620343491435051, 0.06545569002628326, -0.02837236039340496, 0.04831589013338089, -0.033803489059209824, -0.011964354664087296, 0.012881298549473286, 0.026044733822345734, -0.021195510402321815, -0.03466753289103508, -0.01363072358071804, -0.0354963093996048, 0.007710264064371586, -0.0168929286301136, 0.018920784816145897, 0.04471864923834801, -0.011876187287271023, 0.020825207233428955, -0.0017909060698002577, 0.011726302094757557, 0.016408005729317665, -0.05388808622956276, 0.08428830653429031, -0.04210888594388962, -0.03840584307909012, 0.06238745152950287, -0.03286891058087349, -0.016125869005918503, 0.032974712550640106, 0.017871590331196785, -0.005854334216564894, -0.018250711262226105, -0.014997323043644428, -0.026309236884117126, -0.04574139416217804, -0.022200623527169228, -0.0005664773634634912, -0.0020245504565536976, 0.001667471369728446, 0.01325160264968872, 0.006722785998135805, -0.006383340340107679, 0.0195555929094553, 0.04013393074274063, -0.019291089847683907, -0.05960135534405708, 0.06161157786846161, -0.029236404225230217, 0.02207718789577484, 0.025163056328892708, -0.03660722076892853, -0.03457936644554138, -0.033715322613716125, 0.047716349363327026, 0.03140532970428467, -0.029060067608952522, -0.018515214323997498, -0.03607821464538574, 0.057379528880119324, 0.08887302130460739, 0.014115646481513977, 0.022923598065972328, -0.005929276812821627, -0.04274369403719902, -0.055545639246702194, 0.0759652778506279, -0.06891185790300369, 0.06087096780538559, 0.002492941217496991, -0.03600768372416496, 0.02435191348195076, 0.00460235308855772, 0.03360952064394951, 0.028672130778431892, -0.006775686517357826, 0.04154461249709129, 0.007899824529886246, 0.016346288844943047, -0.09225866198539734, -0.014468316920101643, 0.01950269192457199, 0.021601082757115364, -0.011373630724847317, 0.01692819595336914, -0.07074575126171112, 0.012255308218300343, -0.018497580662369728, 0.020472535863518715, 0.048174820840358734, -0.00048574883840046823, 0.050643518567085266, -0.03184616565704346, 0.03098212368786335, -0.05342961475253105, -0.03241043910384178, -0.027737552300095558, -0.0199611634016037, -0.012202407233417034, 0.00882558524608612, 0.012766680680215359, -0.02657373994588852, -0.013815876096487045, -0.003004313912242651, 0.026820609346032143, -0.02465168386697769, 0.017950940877199173, 0.028301825746893883, 0.023364435881376266, 0.01805674098432064, -0.024863285943865776, -0.004088776186108589, -0.004090980626642704, -0.0005664773634634912, 0.040733471512794495, 0.04757528379559517, 0.007789614610373974, 0.057767465710639954, -0.017518918961286545, -0.06238745152950287, 0.025744963437318802, -0.014388966374099255, 0.025339392945170403, 0.006149695720523596, 0.03057655319571495, 0.053641218692064285, 0.024845652282238007, -0.01990826241672039, 0.0254275593906641, 0.0048359972424805164, -0.02057833783328533, -0.03692462667822838, -0.08830875158309937, -0.02844289503991604, -0.020172765478491783, 0.03581371158361435, -0.006749236024916172, 0.015147208236157894, 0.039569657295942307, -0.02031383477151394, 0.03283364698290825, -0.02983594313263893, 0.042602624744176865, 0.008750642649829388, 0.028266558423638344, -0.004313603974878788, 0.02981831133365631, 0.0325162410736084, -0.05007924512028694, -0.015147208236157894, 0.028478162363171577, 0.04380170628428459, 0.032287005335092545, 0.004212210886180401, -0.004194577690213919, -0.02466931752860546, -0.06009509414434433, -0.06094150245189667, -0.035531576722860336, 0.011065044440329075, -0.017254415899515152, 0.026009466499090195, 0.015711480751633644, 0.04729314520955086, 0.03720676153898239, 0.014071562327444553, 0.06651370227336884, -0.03935805335640907, 0.013974578119814396, -0.025974199175834656, 0.031863801181316376, 0.010606572031974792, -0.04528292268514633, -0.038476377725601196, -0.05459342896938324, -0.058860745280981064, 0.013339770957827568, -0.018268344923853874, -0.0025105748791247606, 0.0019363827304914594, -0.007406085263937712, 0.02436954714357853, -0.02440481446683407, -0.03027678281068802, -0.06185844540596008, 0.009795429185032845, 0.0011825490510091186, -0.021953752264380455, -0.04277896136045456, 0.030823422595858574, -0.017122164368629456, 0.0031762407161295414, 0.0677480474114418, -0.017148613929748535, 0.0025392293464392424, -0.0012442664010450244, -0.004170331638306379, -0.010615388862788677, -0.029412738978862762, -0.0079042324796319, 0.01950269192457199, 0.022235888987779617, -0.012096606194972992, 0.04718734323978424, 0.02842526137828827, -0.015182474628090858, 0.0463409349322319, 0.05134885758161545, 0.022606194019317627, -0.050678785890340805, -0.04574139416217804, -0.000633705232758075, -0.040768735110759735, 0.06951139867305756, -0.010774090886116028, -0.036713022738695145, -0.001787599758245051, -0.047081541270017624, -0.0010695841629058123, 0.020878108218312263, 0.09726658463478088, -0.028583962470293045, 0.027402516454458237, 0.04704627767205238, 0.021107343956828117, -0.0537470206618309, -0.011320730671286583, -0.021177876740694046, 0.006828587036579847, 0.017130980268120766, -0.06714850664138794, 0.027226179838180542, -0.020807573571801186, 0.02659137360751629, -0.006550858728587627, -0.031951967626810074, 0.07737595587968826, 0.08809714764356613, 0.07148636132478714, 0.0405571348965168, 0.023434970527887344, 0.04140354320406914, -0.03681882470846176, 0.027138013392686844, 0.015367627143859863, -0.004097593016922474, -0.028460528701543808, 0.009530926123261452, -0.0411919429898262, 0.010403786785900593, -0.01953795924782753, 0.0038683570455759764, 0.021124977618455887, -0.044789183884859085, 0.010148100554943085, -0.02355840429663658, -0.018656281754374504, 0.05914288014173508, 0.09275240451097488, 0.034826233983039856, -0.013701258227229118, 0.018233077600598335, -0.012987099587917328, -0.062140583992004395, -0.012211224064230919, 0.04686994105577469, -0.007489844691008329, -0.014353699050843716, 0.038229506462812424, 0.0008563286392018199, 0.034085627645254135, -0.09035424143075943, -0.01630220375955105, 0.03255150839686394, 0.0428142286837101, 0.025357026606798172, 0.023840541020035744, -0.026626640930771828, 0.026467937976121902, -0.04309636354446411, 0.04503605142235756, 0.029783044010400772, -0.01948505826294422, -0.004840405657887459, -0.0024047736078500748, -0.021936120465397835, -0.08718020468950272, 0.01620521955192089, -0.0011583028826862574, 0.029236404225230217, 0.06168211251497269, -0.027384882792830467, 0.016804760321974754, -0.017836323007941246, -0.0033305343240499496, 0.03734783083200455, -0.04383697360754013, 0.06799491494894028, -0.07032254338264465, 0.01960849203169346, -0.03639562055468559, -0.022200623527169228, -0.0035818121396005154, -0.010571305640041828, 0.01990826241672039, -0.016663692891597748, -0.0053429617546498775, 0.021301312372088432, 0.07074575126171112, -0.0015164841897785664, -0.02576259709894657, 0.02070177160203457, -0.017501285299658775, -0.004082163795828819, -0.003885990707203746, -0.019273456186056137, -0.10149863362312317, -0.031158458441495895, 0.010289168916642666, 0.054346561431884766, -0.02138948068022728, -0.048527494072914124, 0.02805495634675026, -0.02140711434185505, -0.05480503290891647, -0.027913888916373253, -0.010765274055302143, -0.013674807734787464, 0.047398947179317474, 0.034050360321998596, 0.0749778002500534, 0.07032254338264465, -0.03692462667822838, -0.01053603831678629, 0.022041920572519302, -0.01661079190671444, -0.045529790222644806, -0.0712747573852539, 0.018973685801029205, 0.02759648486971855, 0.03165219724178314, -0.014124463312327862, 0.035196539014577866, -0.03479096665978432, -0.023417336866259575, 0.01364835724234581, 0.022359324619174004, -0.03181089833378792, 0.002142474753782153, 0.014917971566319466, 0.009389858692884445, -0.020490169525146484, -0.02431664615869522, -0.013904043473303318, 0.024986721575260162, -0.04909176751971245, 0.019467424601316452, 0.0025899256579577923, 0.0088740773499012, -0.021089710295200348, -0.027896255254745483, -0.037030428647994995, 0.050714053213596344, -0.028689764440059662, 0.0043709129095077515, -0.06633736193180084, 0.02431664615869522, -0.04351956769824028, -0.0006987288943491876, -0.018550479784607887, 0.019802462309598923, -0.051101990044116974, -0.009839513339102268, 0.01812727563083172, 0.02801968902349472, 0.009248790331184864, -0.039992861449718475, -0.02057833783328533, 0.02883083187043667, -0.025868399068713188, -0.026467937976121902, -0.03584897890686989, 0.03175799921154976, -0.025233590975403786, 0.011726302094757557, 0.07631794363260269, -0.014979689382016659, 0.07483673095703125, 0.00589841790497303, -0.0561804473400116, 0.0024797162041068077, -0.026820609346032143, 0.02916586957871914, -0.017836323007941246, -0.03472043201327324, -0.02394634298980236, -0.06390393525362015, 0.02140711434185505, 0.0026582556311041117, 0.013586640357971191, 0.03353898599743843, 0.04930336773395538, 0.05752059817314148, -0.043272700160741806, 0.05903708189725876, 0.05339434742927551, 0.005651548504829407, -0.05491083487868309, -0.008658066391944885, -0.050643518567085266, -0.012599161826074123, -0.0014668898656964302, 0.01766880415380001, -0.09613804519176483, 0.0588960126042366, 0.050678785890340805, 0.008137877099215984, 0.0399223268032074, -0.025251224637031555, -0.01654025726020336, -0.01398339495062828, -0.04390750452876091, -0.03574318066239357, 0.01736021600663662, -0.034896768629550934, -0.031052658334374428, 0.050714053213596344, 0.023329168558120728, 0.024193212389945984, 0.0195555929094553, -0.020789939910173416, -0.007767572999000549, -0.04401330649852753, -0.03182853385806084, -0.03427959606051445, -0.010192183777689934, -0.011620501056313515, 0.01584373228251934, 0.0028720623813569546, 0.004734604619443417, -0.03401509299874306, -0.056815255433321, 0.04637620225548744, 0.017906855791807175, 0.014909155666828156, 0.04694047570228577, -0.0036898176185786724, -0.019255822524428368, -0.01800384186208248, -0.01960849203169346, 0.05378228798508644, 0.046235132962465286, 0.06721904128789902, -0.0015837120590731502, -0.007119540590792894, -0.00598658574745059, 0.03348608687520027, 0.002156801987439394, -0.04912703484296799, 0.029306938871741295, -0.007194483187049627, 0.00579702528193593, -0.0009246585541404784, 0.045882463455200195, -0.042602624744176865, 0.005576605908572674, -0.03218120336532593, -0.03875851258635521, 0.005272427573800087, 0.015605679713189602, -0.01847994700074196, -0.05007924512028694, -0.012026071548461914, 0.005510480143129826, 0.027437783777713776, -0.0324280746281147, 0.026062367483973503, -0.040733471512794495, -0.02685587666928768, -0.02138948068022728, 0.04577666148543358, 0.035901881754398346, -0.016760677099227905, 0.02539229206740856, 0.014071562327444553, -0.017853956669569016, -0.08259548246860504, 0.02911296859383583, -0.06891185790300369, -0.005995402578264475, 0.030135713517665863, 0.005325328093022108, 0.05610991269350052, -0.018991319462656975, 0.019291089847683907, 0.02981831133365631, -0.0084464643150568, -0.0317051000893116, 0.019855361431837082, -0.05685052275657654, -0.07455459237098694, 0.07007567584514618, 0.02837236039340496, 0.00040391820948570967, -0.08964890241622925, -0.09183546155691147, -0.04602352902293205, 0.01948505826294422, -0.03253387659788132, 0.025692062452435493, 0.013692441396415234, 0.05138412490487099, -0.029747776687145233, 0.017113346606492996, 0.04485971853137016, 0.000886636262293905, 0.009345774538815022, 0.03440302982926369, 0.01990826241672039, -0.03512600436806679, 0.024581149220466614, 0.04031026363372803, -0.013851143419742584, 0.03345081955194473, -0.028848465532064438, -0.014327248558402061, 0.09733711928129196, -0.03794737160205841, -0.026644274592399597, -0.03175799921154976, 0.008362704887986183, -0.012863664887845516, 0.03762996569275856, 0.029641974717378616, -0.0004761054879054427, 0.055545639246702194, -0.024616416543722153, 0.012828397564589977, -0.056956324726343155, -0.03509073704481125, 0.055157702416181564, -0.03466753289103508, 0.004756646696478128, 0.001654246123507619, 0.01342793833464384, -0.038088440895080566, -0.022711995989084244, 0.006189371459186077, -0.0012178161414340138, -0.07801076769828796, -0.05198366567492485, -0.03362715616822243, -0.03650142252445221, -0.019802462309598923, 0.06492668390274048, -0.013921677134931087, 0.0024422449059784412, -0.03833530843257904, -0.03239280730485916, 0.017025180160999298, -0.010394969955086708, -0.050008710473775864, -0.028866099193692207, -0.01809200830757618, -0.0627753883600235, -0.09148278832435608, -0.05977768823504448, 0.07476619631052017, -0.049550238996744156, -0.03235753998160362, 0.05381755530834198, -0.016884110867977142, -0.0010045605013146996, 0.033433184027671814, -0.06922926753759384, 0.009098905138671398, 0.0017578431870788336, 0.022747261449694633, -0.028319459408521652, -0.02466931752860546, -0.02724381349980831, -0.00868010800331831, -0.005276835989207029, -0.02024330012500286, 0.0700051411986351, -0.0025480459444224834, -0.015552779659628868, -0.014450683258473873, -0.019731927663087845, -0.0205959714949131, 0.014776904135942459, 0.010959243401885033, 0.04983237385749817, 0.025286491960287094, 0.038194239139556885, 0.005122542381286621, 0.04380170628428459, 0.05131359025835991, -0.010068749077618122, 0.012660879641771317, -0.02174215018749237, 0.02611526846885681, 0.03329211845993996, 0.008984287269413471, 0.003747126553207636, 0.03024151548743248, 0.05050244927406311, 0.039569657295942307, -0.005633914843201637, 0.018197810277342796, -0.07046361267566681, 0.012801948003470898, 0.05607464537024498, -0.05272427573800087, -0.03366241976618767, -0.034685168415308, -0.03055891953408718, 0.0823838859796524, -0.05050244927406311, -0.001481217099353671, -0.02689114399254322, -0.006740419194102287, 0.006356889847666025, -0.006718377582728863, -0.011558783240616322, -0.008014442399144173, -0.07631794363260269, 0.0014492563204839826, -0.026450304314494133, 0.023699473589658737, 0.041826747357845306, -0.045212388038635254, -0.03752416744828224, -0.02734961546957493, 0.06147050857543945, 0.019449790939688683, -0.026996944099664688, 0.01983772963285446, -0.03678355738520622, 0.06852392107248306, 0.04930336773395538, 0.03205776959657669, -0.03182853385806084, 0.03329211845993996, 0.024228479713201523, -0.10601282119750977, 0.019996430724859238, -0.02207718789577484, 0.04397803917527199, -0.04930336773395538, 0.017448384314775467, -0.0339621901512146, -0.028248926624655724, 0.00220639631152153, -0.041826747357845306, -0.02242985926568508, 0.06376286596059799, -0.053605951368808746, 0.05395862087607384, 0.009363408200442791, 0.012634429149329662, 0.05089038610458374, -0.012616795487701893, -0.002154597779735923, 0.013516105711460114, -0.03098212368786335, 0.015094307251274586, 0.002556862775236368, -0.02320573478937149, -0.011012143455445766, -0.00002068152025458403, -0.0030814604833722115, 0.020719405263662338, -0.010844624601304531, -0.0009169438853859901, -0.04761054739356041, -0.021248411387205124, -0.06785384565591812, -0.006110020447522402, 0.03734783083200455, -0.009416308254003525, 0.009389858692884445, -0.001142873545177281, 0.03516127169132233, -0.0005290061235427856, 0.009548559784889221, 0.0298535767942667, 0.031951967626810074, -0.003226937260478735, 0.046270400285720825 ]
37,374
semaphore_sms.client
request
Makes a request to the Semaphore API. :param method: HTTP Method :param uri: Fully qualified url :param params: Query string parameters :param data: POST body data :param timeout: Timeout in seconds, defaults to 10 :param allow_redirects: Should the client follow redirects :returns: Response from the Semaphore API
def request( self, method: str, uri: str, params: Optional[Dict[str, object]] = None, data: Optional[Dict[str, object]] = None, timeout: float = 10, allow_redirects: bool = False, ) -> dict: """ Makes a request to the Semaphore API. :param method: HTTP Method :param uri: Fully qualified url :param params: Query string parameters :param data: POST body data :param timeout: Timeout in seconds, defaults to 10 :param allow_redirects: Should the client follow redirects :returns: Response from the Semaphore API """ uri = f'{BASE_URI}{uri}/' response = self.http_client.request( method, uri, params=params, data=data, timeout=timeout, allow_redirects=allow_redirects, ) if response.ok: # We assume that Semaphore API always returns JSON, # and won't handle probable case of not receiving JSON type (YAGNI) return response.json() raise SemaphoreException(f'Request failed: HTTP {response.status_code} {response.text}')
(self, method: str, uri: str, params: Optional[Dict[str, object]] = None, data: Optional[Dict[str, object]] = None, timeout: float = 10, allow_redirects: bool = False) -> dict
[ 0.007734003942459822, -0.03102700226008892, -0.06915108859539032, -0.019180329516530037, -0.01563178561627865, 0.010982285253703594, -0.07137120515108109, -0.01844332367181778, -0.013693735934793949, -0.016978412866592407, 0.008157099597156048, 0.020217595621943474, 0.001624140772037208, 0.010591035708785057, -0.014549026265740395, -0.04229135066270828, 0.0649656280875206, -0.0017651725793257356, -0.010918593034148216, -0.06842318922281265, 0.009480978362262249, 0.07643015682697296, -0.007565675303339958, 0.0031709414906799793, 0.004428854677826166, 0.061981216073036194, -0.0007734003593213856, -0.046513207256793976, 0.015213239938020706, -0.0010679749539121985, -0.0004014857695437968, 0.05561203509569168, -0.013084114529192448, 0.028679504990577698, 0.02667776308953762, 0.0319368876516819, -0.021127479150891304, 0.00006465143815148622, -0.0941910669207573, -0.0045562381856143475, -0.0757022500038147, -0.030208108946681023, 0.01084580272436142, -0.0394161231815815, 0.027769623324275017, 0.012765655294060707, 0.00939908903092146, 0.05222727358341217, 0.010909494943916798, 0.02742386795580387, 0.04269170016050339, 0.00125108880456537, -0.0030526567716151476, -0.055757615715265274, -0.04509378969669342, 0.05433820188045502, -0.028006192296743393, 0.03879740089178085, 0.030080724507570267, 0.03748717159032822, 0.029407411813735962, 0.05040750652551651, 0.024676021188497543, -0.027769623324275017, -0.06121691316366196, -0.023693347349762917, -0.03523066267371178, -0.006865065544843674, 0.015158647671341896, 0.0331561304628849, 0.04909727722406387, 0.008034264668822289, -0.02114567533135414, -0.002406639978289604, 0.11668337136507034, -0.014239666052162647, -0.03741437941789627, 0.00820259377360344, -0.05066227540373802, 0.008921400643885136, 0.022146547213196754, -0.06562075018882751, 0.02576788142323494, -0.025913462042808533, 0.02502177655696869, -0.017651725560426712, -0.03759635612368584, -0.03592217341065407, -0.041090305894613266, -0.0224923025816679, -0.01640518754720688, 0.0021018292754888535, -0.04502100124955177, 0.029989736154675484, -0.0194350965321064, -0.013347980566322803, -0.0007006097584962845, -0.02485799789428711, 0.01143722701817751, -0.02522195130586624, -0.013575451448559761, 0.08218061178922653, -0.020090211182832718, -0.004667698871344328, 0.04793262481689453, -0.05652191862463951, 0.01932591013610363, 0.008525601588189602, 0.030262701213359833, -0.017606232315301895, -0.010126995854079723, -0.010645628906786442, -0.02513096295297146, 0.034539151936769485, -0.040362399071455, 0.012219726108014584, -0.023820731788873672, -0.004324217792600393, -0.01996282860636711, -0.05579401180148125, -0.06813202053308487, 0.022346721962094307, 0.049788787961006165, 0.046731580048799515, 0.017033005133271217, 0.025913462042808533, -0.04913366958498955, 0.03692304342985153, -0.04178181663155556, 0.008807665668427944, -0.003446181071922183, 0.009581065736711025, 0.025349333882331848, 0.06744050979614258, -0.0156954787671566, -0.0009644757374189794, -0.03759635612368584, 0.053173549473285675, 0.0023202011361718178, 0.025167357176542282, 0.05088064447045326, -0.026586774736642838, -0.05936075374484062, -0.028843283653259277, 0.01758803427219391, -0.028479332104325294, 0.00006849000783404335, -0.06711295247077942, -0.001262462348677218, 0.024384858086705208, 0.02667776308953762, 0.007238117512315512, 0.07723084837198257, -0.0025590453296899796, 0.02474881149828434, -0.029025260359048843, 0.005818700417876244, -0.08822223544120789, -0.027205495163798332, 0.03788752108812332, -0.013438968919217587, 0.02948020212352276, 0.018761783838272095, -0.08676642179489136, 0.02753305248916149, -0.03901577368378639, -0.04429309442639351, -0.01800657995045185, -0.004083098843693733, -0.03382944315671921, -0.07584782689809799, 0.02147323451936245, -0.12651009857654572, -0.010918593034148216, -0.017078500241041183, -0.06012505665421486, -0.005190881434828043, 0.036049555987119675, -0.017715418711304665, -0.047859836369752884, 0.015204141847789288, -0.04058077186346054, 0.013357079587876797, 0.000754634034819901, -0.01781550422310829, -0.027078112587332726, 0.025058172643184662, 0.006942405831068754, -0.008320878259837627, 0.010017809458076954, -0.02190997824072838, 0.005513889715075493, -0.0009007839835248888, 0.017651725560426712, 0.014130479656159878, -0.05029832199215889, -0.010227082297205925, 0.015731872990727425, 0.06423772871494293, 0.003530345158651471, 0.0634734258055687, 0.010427257046103477, 0.01092769205570221, 0.03999844565987587, 0.02232852391898632, -0.06540237367153168, -0.00019704649457708, -0.04502100124955177, -0.0026318358723074198, 0.018816376104950905, -0.0638737753033638, -0.00827083457261324, -0.006974251475185156, 0.019016550853848457, -0.01857980713248253, 0.04079914465546608, 0.08028806000947952, -0.03967088833451271, 0.012993126176297665, -0.03677746281027794, 0.03526705875992775, 0.017515243962407112, -0.0024635076988488436, -0.005755008663982153, -0.016150418668985367, -0.014821990393102169, 0.021127479150891304, 0.0035576417576521635, -0.03652269393205643, -0.046622395515441895, -0.003073129104450345, -0.014630915597081184, 0.03430258110165596, -0.014458037912845612, -0.06489284336566925, -0.04127228260040283, 0.010181588120758533, -0.0181430634111166, -0.04138147085905075, -0.0017287773080170155, 0.04178181663155556, -0.009581065736711025, 0.047750648111104965, 0.02824276126921177, -0.031536538153886795, -0.005391055718064308, -0.00359631166793406, 0.040362399071455, 0.018315941095352173, -0.02968037687242031, 0.01629600115120411, -0.06594830751419067, -0.0608893558382988, -0.02726008929312229, -0.0012556381989270449, -0.015768269076943398, -0.007661213167011738, 0.03644990548491478, 0.00868483167141676, -0.004795082379132509, 0.0075929719023406506, -0.0021916802506893873, -0.04138147085905075, 0.05786854401230812, 0.02405730076134205, -0.003468928160145879, 0.01588655263185501, 0.004303745459765196, -0.01894376054406166, -0.04633123055100441, 0.0394161231815815, 0.030371887609362602, 0.03133636340498924, -0.038033101707696915, -0.02565869502723217, -0.0365590900182724, 0.000764301570598036, -0.03912495821714401, 0.0016605360433459282, 0.010463652200996876, -0.01181027851998806, -0.015959344804286957, 0.04462065175175667, 0.007151678670197725, 0.00534101203083992, 0.006350982002913952, 0.03617693856358528, 0.013457166031002998, 0.019835444167256355, 0.035303451120853424, -0.01076391339302063, 0.03392042964696884, -0.00064942886820063, -0.037232402712106705, 0.0025840671733021736, 0.012920335866510868, -0.05128099396824837, 0.05244564265012741, 0.07017016410827637, 0.007283611688762903, 0.026659565046429634, 0.014048590324819088, 0.006441970355808735, -0.05761377885937691, -0.00630548782646656, -0.08836781978607178, 0.04127228260040283, 0.012601876631379128, -0.057359009981155396, -0.028533924371004105, -0.0006386240129359066, 0.031117990612983704, 0.03219165280461311, -0.04585809260606766, -0.004319668747484684, 0.03290136158466339, 0.001713991747237742, -0.00960836187005043, 0.034284383058547974, 0.049206461757421494, -0.015504403039813042, 0.030299097299575806, 0.022728871554136276, -0.02978956326842308, 0.004187735728919506, -0.008225340396165848, -0.055575642734766006, 0.03774193674325943, -0.04738669469952583, 0.02829735539853573, -0.014339752495288849, 0.007033394183963537, -0.029862353578209877, -0.06169005483388901, -0.08873177319765091, -0.019362306222319603, 0.04727751016616821, -0.019890038296580315, 0.017324168235063553, 0.01382111944258213, 0.012583678588271141, -0.019289515912532806, 0.012501789256930351, -0.0009690251899883151, -0.03408420830965042, 0.014103183522820473, 0.0536830835044384, -0.0006306624854914844, 0.05455657094717026, -0.06787725538015366, -0.03659548610448837, 0.045057397335767746, 0.04949762299656868, 0.0679500475525856, 0.019471492618322372, -0.03224624693393707, 0.0324828140437603, -0.07526550441980362, -0.034921303391456604, -0.03483031317591667, 0.009626559913158417, 0.02152782678604126, -0.0076930588111281395, 0.026750553399324417, -0.03473932668566704, -0.025804275646805763, -0.0043924590572714806, 0.004012583289295435, 0.06274551898241043, 0.009599263779819012, -0.013375276699662209, -0.042655304074287415, -0.03060845658183098, 0.06383737921714783, -0.0074109951965510845, 0.0248034056276083, -0.10103338211774826, -0.04873332381248474, 0.010108797810971737, -0.001797018456272781, 0.003120898036286235, -0.024821601808071136, 0.048988088965415955, -0.028333749622106552, 0.0207271296530962, -0.04472983628511429, 0.035139672458171844, 0.001768584712408483, 0.022910848259925842, 0.025913462042808533, -0.014121380634605885, -0.02877049334347248, -0.0036759264767169952, 0.03648630157113075, -0.09237129986286163, -0.03930693492293358, 0.05550285056233406, -0.003912495914846659, -0.025367531925439835, -0.03985286504030228, 0.020799919962882996, 0.02089090831577778, -0.023656953126192093, 0.0012943082256242633, 0.029589388519525528, -0.003807859495282173, 0.06030702963471413, -0.040398795157670975, 0.030772235244512558, -0.012492691166698933, -0.04502100124955177, -0.0434923991560936, -0.01189216785132885, 0.0009519648738205433, 0.02898886613547802, -0.0409083291888237, 0.03483031317591667, 0.04691355675458908, 0.06613028049468994, -0.033683862537145615, 0.04178181663155556, -0.013156904838979244, 0.008980543352663517, 0.012701964005827904, 0.011255250312387943, 0.004986157640814781, -0.018352335318922997, -0.01916213147342205, -0.0212002694606781, -0.04585809260606766, 0.04021681845188141, 0.052482038736343384, 0.005695866420865059, -0.05004355311393738, 0.03817868232727051, 0.016750942915678024, -0.05921517312526703, -0.0004501076473388821, 0.03350188583135605, -0.03759635612368584, 0.008229889906942844, 0.015167745761573315, -0.03386583924293518, -0.02098189666867256, 0.058814823627471924, -0.03233723342418671, -0.004694995004683733, 0.017879197373986244, 0.05073506385087967, -0.050917040556669235, -0.04400193318724632, 0.03512147441506386, 0.013957601971924305, 0.020490560680627823, -0.05390145629644394, -0.02866130881011486, 0.0010998208308592439, -0.019398700445890427, -0.011391732841730118, 0.001509268069639802, 0.07213550806045532, -0.06773167848587036, 0.03233723342418671, 0.03557641804218292, -0.007697608321905136, 0.06976981461048126, 0.056922268122434616, 0.016696348786354065, 0.01921672374010086, -0.05524808168411255, 0.001961934845894575, 0.008334526792168617, -0.06340063363313675, -0.012665568850934505, -0.02673235721886158, -0.025786077603697777, -0.01164649985730648, 0.0004714330134447664, -0.04993436858057976, -0.004672247916460037, 0.024566834792494774, -0.02260148897767067, 0.05710424482822418, 0.08662084490060806, -0.04338321089744568, -0.047641463577747345, 0.018652597442269325, -0.013184201903641224, -0.004035330377519131, -0.06485644727945328, 0.021728001534938812, -0.03017171286046505, 0.02362055703997612, 0.0981217622756958, 0.0020768074318766594, 0.029007064178586006, -0.06172644719481468, -0.034211594611406326, -0.03945251926779747, -0.009103377349674702, 0.010982285253703594, -0.01057283766567707, 0.040071237832307816, 0.031591132283210754, 0.046294838190078735, 0.0485149510204792, -0.055102501064538956, 0.03140915557742119, 0.02791520394384861, -0.029807759448885918, -0.019234921783208847, -0.0007586147985421121, 0.0008240126189775765, -0.005586680490523577, 0.006027973722666502, 0.03388403356075287, 0.002809263067319989, 0.04534855857491493, -0.04422030225396156, -0.023766137659549713, 0.04276449233293533, 0.08174387365579605, 0.023747941479086876, 0.036213334649801254, -0.022346721962094307, -0.002868405543267727, -0.014103183522820473, -0.029935143887996674, 0.004510744009166956, 0.04964320361614227, 0.018052075058221817, -0.011018680408596992, -0.051936108618974686, -0.0010298736160621047, 0.015504403039813042, 0.02463962510228157, -0.01049094833433628, -0.017351465299725533, 0.05371947959065437, -0.009835832752287388, 0.026241019368171692, 0.05029832199215889, -0.02329299971461296, 0.0383242629468441, -0.05004355311393738, 0.003007162595167756, 0.020435968413949013, 0.01000871043652296, 0.042873676866292953, -0.04392914101481438, 0.027824215590953827, 0.013475364074110985, 0.037814728915691376, -0.03901577368378639, -0.029407411813735962, -0.01068202406167984, 0.056667499244213104, -0.06136249378323555, 0.03785112500190735, -0.011364435777068138, 0.0028115378227084875, 0.028169970959424973, -0.018779980018734932, 0.0207271296530962, -0.020163003355264664, 0.004685896448791027, 0.06081656739115715, 0.014649112708866596, 0.037814728915691376, -0.006815022323280573, 0.023383988067507744, -0.012356208637356758, 0.013457166031002998, 0.011637400835752487, 0.0044334037229418755, 0.07326376438140869, 0.0009985963115468621, -0.043892744928598404, -0.05404703691601753, 0.029407411813735962, 0.0729726031422615, -0.056339941918849945, -0.07905061542987823, -0.07289981096982956, -0.034120604395866394, 0.04465704783797264, -0.054738547652959824, 0.010627430863678455, 0.03108159638941288, 0.04407472163438797, -0.013884811662137508, -0.01932591013610363, 0.01221062708646059, 0.00034149037674069405, -0.03281037509441376, 0.0648200511932373, -0.013056818395853043, -0.03190049156546593, -0.004694995004683733, 0.011300744488835335, -0.008898654021322727, 0.04465704783797264, -0.014521729201078415, 0.026987124234437943, 0.033520083874464035, 0.05222727358341217, -0.020945502445101738, -0.04724111407995224, -0.006360080558806658, -0.024293869733810425, 0.023747941479086876, 0.005977930035442114, -0.012101440690457821, 0.01640518754720688, -0.024293869733810425, 0.016778238117694855, -0.059178777039051056, 0.015604489482939243, 0.03219165280461311, -0.05433820188045502, 0.04418390989303589, 0.005914238281548023, -0.024439452216029167, -0.010345367714762688, -0.019016550853848457, 0.03617693856358528, 0.00646926648914814, -0.045384954661130905, -0.07391887903213501, -0.05866924300789833, 0.007406446151435375, -0.023656953126192093, 0.0322098508477211, -0.0017367388354614377, 0.0429464690387249, 0.016123123466968536, 0.06227237731218338, -0.008075209334492683, -0.011673795990645885, 0.015122251585125923, 0.05732261762022972, -0.006633045617491007, -0.016141321510076523, -0.03734159097075462, -0.0114827211946249, 0.052409250289201736, -0.04167263209819794, 0.014621816575527191, 0.022856255993247032, 0.00939908903092146, -0.023056430742144585, 0.0313909575343132, 0.01734236627817154, -0.03069944493472576, 0.04258251562714577, -0.02662317082285881, 0.013266091234982014, -0.004544864408671856, 0.02469421923160553, 0.00452211732044816, -0.01156461052596569, 0.0024384858552366495, 0.06885992735624313, -0.010290774516761303, -0.02260148897767067, -0.03603135794401169, -0.03868821635842323, -0.034011419862508774, 0.04058077186346054, 0.08349084854125977, 0.046294838190078735, -0.03472112864255905, 0.041891004890203476, 0.0568130798637867, 0.03393862769007683, 0.021673407405614853, 0.0158319603651762, -0.057686567306518555, -0.019307712092995644, 0.03326531499624252, -0.025695089250802994, 0.02722369320690632, -0.03472112864255905, -0.008038814179599285, 0.0023133771028369665, 0.016641756519675255, 0.01116426195949316, -0.031154386699199677, -0.045384954661130905, -0.034757521003484726, 0.01948968879878521, -0.10889477282762527, -0.03978007659316063, 0.015003967098891735, -0.050589483231306076, 0.05120820179581642, -0.004560787696391344, -0.004881521221250296, 0.014703705906867981, 0.04309204965829849, 0.0888773500919342, -0.03606775403022766, 0.03590397536754608, 0.07766759395599365, -0.011846673674881458, 0.02447584643959999, 0.03372025489807129, 0.027332879602909088, 0.03532164916396141, -0.04829657822847366, 0.02887967973947525, -0.016195913776755333, 0.06991539150476456, 0.050152737647295, 0.027205495163798332, 0.04079914465546608, -0.06460167467594147, 0.03934333100914955, -0.0024316618219017982, 0.00955376960337162, -0.07897782325744629, -0.021218467503786087, 0.0557212233543396, -0.04949762299656868, 0.02345677837729454, -0.012383504770696163, 0.010263477452099323, 0.04523937404155731, 0.04596727713942528, -0.011546412482857704, 0.014931176789104939, 0.032828569412231445, -0.01674184389412403, -0.06532958149909973, 0.004437953233718872, -0.07348213344812393, 0.05299157276749611, 0.015067659318447113, 0.06896911561489105, 0.06485644727945328, -0.03188229352235794, -0.022037360817193985, -0.02651398442685604, -0.03364746645092964, 0.030772235244512558, -0.007870486006140709, -0.014912978745996952, -0.04032600671052933, 0.04105390980839729, -0.024948986247181892, 0.01248359214514494, -0.02431206777691841, -0.00542290136218071, 0.03879740089178085, -0.0163778904825449, -0.07846829295158386, 0.01044545415788889, 0.034757521003484726, 0.055757615715265274, -0.0031368208583444357, 0.029607586562633514, 0.02083631604909897, 0.038469843566417694, -0.014294258318841457, -0.05004355311393738, 0.058378078043460846, 0.026168229058384895, -0.0025408477522432804 ]
37,375
semaphore_sms.client
send
Used for hitting the send message endpoints (single and bulk). https://semaphore.co/docs#sending_messages https://semaphore.co/docs#bulk_messages :param message: SMS body :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :returns: Response from the Semaphore API
def send(self, message: str, recipients: List[str], sender_name: Optional[str] = None): """ Used for hitting the send message endpoints (single and bulk). https://semaphore.co/docs#sending_messages https://semaphore.co/docs#bulk_messages :param message: SMS body :param recipients: Recipient PH phone number(s) :param sender_name: SMS sender name (defaults to 'SEMAPHORE' if None) :returns: Response from the Semaphore API """ sender_name = sender_name or self.sender_name if not message.strip(): raise SemaphoreException('Cannot send a blank message') if not all([self.validate_phone_format(recipient) for recipient in recipients]): raise SemaphoreException('You supplied an invalid Philippine phone number in `recipients`') return self.post( 'messages', { 'message': message, 'sendername': sender_name, 'number': ','.join(recipients) # recipients are to be sent as a comma-separated string } )
(self, message: str, recipients: List[str], sender_name: Optional[str] = None)
[ -0.0011299551697447896, 0.010167937725782394, -0.0654854103922844, 0.006968886591494083, -0.028441907837986946, -0.034017015248537064, -0.05748557299375534, -0.022548221051692963, -0.009097162634134293, -0.011105972342193127, 0.0011526317102834582, 0.016592588275671005, -0.001671426696702838, -0.01328291930258274, -0.024601276963949203, 0.024406589567661285, 0.08644074201583862, -0.050335273146629333, 0.035132039338350296, 0.0010132540483027697, 0.04378673434257507, 0.08297178894281387, 0.03192856162786484, 0.013654593378305435, -0.03242412954568863, 0.023840229958295822, 0.051928162574768066, 0.018265120685100555, 0.008132580667734146, -0.01897307112812996, 0.014389092102646828, -0.02396412193775177, -0.005384847987443209, 0.004707870073616505, -0.003929124679416418, 0.025716299191117287, -0.037167396396398544, 0.020088093355298042, -0.04913175851106644, 0.008167977444827557, -0.043928321450948715, -0.0011592687806114554, 0.001952394493855536, -0.0065396917052567005, 0.02081374265253544, 0.006150319240987301, -0.005083968862891197, 0.09359104186296463, 0.02587558701634407, 0.05093703046441078, 0.02552161179482937, -0.018530601635575294, -0.0012610366102308035, -0.05206975340843201, -0.037025805562734604, 0.06764466315507889, 0.044954851269721985, 0.05380422994494438, -0.004466724582016468, 0.014079364016652107, 0.049521129578351974, 0.014566079713404179, 0.005185736808925867, -0.02224734239280224, 0.0009894713293761015, 0.021468596532940865, 0.036565639078617096, 0.014840410090982914, 0.02601717785000801, 0.026123369112610817, 0.03773375600576401, -0.02274290658533573, -0.08438768982887268, -0.0027632189448922873, 0.05196356028318405, 0.04368054121732712, -0.03645944595336914, 0.11376763135194778, -0.02129160799086094, 0.014397941529750824, 0.07079504430294037, -0.01156613975763321, 0.024831360206007957, -0.030972830951213837, -0.02697291038930416, 0.03837091103196144, -0.033698439598083496, -0.00941574014723301, -0.06396331638097763, -0.03706120327115059, 0.008322842419147491, 0.008490980602800846, -0.021397801116108894, 0.014751916751265526, 0.025238431990146637, -0.027326885610818863, -0.0087210638448596, 0.0039755841717123985, -0.026300357654690742, 0.025291528552770615, -0.05182196944952011, 0.08778584748506546, -0.008212224580347538, -0.02477826364338398, 0.05681302025914192, -0.030601156875491142, -0.022105751559138298, 0.019026167690753937, 0.03468957170844078, -0.002391544869169593, -0.01811468042433262, 0.015026247128844261, -0.024141108617186546, -0.0496981181204319, -0.04272480681538582, -0.022919895127415657, 0.02525613084435463, 0.007676837034523487, -0.019840309396386147, -0.018194325268268585, 0.025751696899533272, 0.006906941067427397, 0.016185516491532326, -0.018583698198199272, -0.020973030477762222, 0.06233503296971321, -0.023026086390018463, 0.02881358191370964, 0.023238472640514374, -0.06460047513246536, -0.04608757048845291, -0.016300559043884277, 0.07900726795196533, 0.04035317152738571, -0.028282618150115013, 0.0017643450992181897, -0.04640614986419678, 0.026123369112610817, 0.07518433034420013, 0.00735825952142477, 0.021610185503959656, -0.019645623862743378, -0.049591924995183945, -0.022760605439543724, 0.08658233284950256, -0.039149656891822815, 0.02943303808569908, -0.00740693137049675, -0.03591078519821167, 0.030477264896035194, -0.02123851142823696, 0.008172402158379555, 0.04258321598172188, 0.002446853555738926, -0.01801733858883381, 0.031008228659629822, 0.00822992343455553, -0.07029947638511658, -0.02785784937441349, 0.02286679856479168, 0.00405080383643508, -0.02329156920313835, 0.007026407867670059, -0.004853885155171156, 0.020973030477762222, -0.016229763627052307, -0.03502584621310234, 0.05263611301779747, -0.01631825603544712, 0.034441787749528885, -0.02470747008919716, 0.03946823626756668, -0.08495404571294785, -0.02654813975095749, -0.010769695974886417, -0.030618855729699135, -0.02375173568725586, 0.025503912940621376, 0.002444641198962927, -0.0700162947177887, -0.04286639764904976, 0.014601477421820164, 0.05960942432284355, -0.03495505079627037, 0.010114841163158417, 0.031786974519491196, -0.006163593381643295, 0.010592708364129066, 0.005455642938613892, -0.0379815399646759, 0.011167917400598526, 0.0013860341859981418, 0.039503633975982666, 0.04559200629591942, -0.004924680106341839, 0.02628265880048275, -0.025910984724760056, -0.07185696810483932, 0.007181271910667419, -0.0180350374430418, -0.0027632189448922873, 0.0016415599966421723, 0.026229562237858772, 0.02845960669219494, 0.02614106796681881, -0.035609904676675797, 0.017406729981303215, 0.023734036833047867, -0.018389012664556503, -0.010389172472059727, -0.07037027180194855, -0.016831520944833755, -0.019557129591703415, 0.05122021213173866, 0.04035317152738571, 0.023167677223682404, 0.07206935435533524, -0.047751255333423615, 0.014052815735340118, -0.029627725481987, 0.04470706731081009, -0.00525653176009655, 0.02792864292860031, -0.010486515238881111, 0.008066209964454174, 0.015265180729329586, -0.050087492913007736, -0.019893405959010124, 0.04442388936877251, 0.021380102261900902, 0.019610226154327393, 0.0513618029654026, 0.000007302467111003352, 0.005783069878816605, -0.09840510785579681, -0.07139679789543152, -0.025433117523789406, -0.018212024122476578, 0.014902356080710888, -0.013008588925004005, 0.0005630418309010565, 0.018619095906615257, 0.017902296036481857, 0.007681261748075485, 0.07943203300237656, -0.016689930111169815, 0.018212024122476578, 0.0012223205994814634, 0.009176807478070259, -0.003340641036629677, -0.03619396314024925, -0.025716299191117287, -0.057733356952667236, -0.05029987543821335, 0.030052494257688522, -0.027291487902402878, 0.0077653308399021626, 0.037308987230062485, 0.0013251947239041328, 0.027273789048194885, 0.003190201474353671, -0.047751255333423615, -0.05837051197886467, 0.01842440851032734, -0.02458357810974121, -0.001034271321259439, -0.05210515111684799, 0.06088373437523842, -0.02608797326683998, 0.009300698526203632, 0.052813101559877396, 0.014840410090982914, -0.00766356335952878, -0.04088413715362549, 0.003238873090595007, 0.03196395933628082, -0.01156613975763321, -0.03113211877644062, 0.011194465681910515, 0.01999959908425808, -0.004101687576621771, 0.037238191813230515, 0.048565398901700974, 0.0009800688130781054, 0.06644114851951599, 0.03548601269721985, 0.027256090193986893, -0.060458965599536896, -0.03968061879277229, -0.002681362209841609, -0.0544767826795578, 0.04566280171275139, 0.014982000924646854, -0.022565919905900955, -0.02573399804532528, -0.029326844960451126, -0.009406890720129013, 0.018176626414060593, 0.05837051197886467, -0.04410530999302864, 0.017955392599105835, 0.0759630799293518, -0.0005295801092870533, -0.03247722610831261, -0.029716217890381813, -0.0716799795627594, 0.006986585445702076, 0.0035065668635070324, -0.04261861369013786, -0.0027477324474602938, -0.04711410030722618, 0.033893126994371414, 0.024689771234989166, -0.02198185957968235, 0.10682971775531769, 0.0821930393576622, 0.054795362055301666, 0.038477104157209396, 0.022778304293751717, 0.03276040405035019, -0.01641559973359108, -0.0026459647342562675, 0.05129100754857063, -0.0031791396904736757, 0.008929024450480938, 0.017698761075735092, -0.028247220441699028, 0.008800708688795567, -0.045768994837999344, 0.014344844967126846, -0.0038826654199510813, -0.0516095831990242, 0.010318377055227757, -0.02122081257402897, -0.008805133402347565, 0.017601417377591133, 0.07759136706590652, 0.028618894517421722, -0.019132358953356743, 0.018548300489783287, -0.007026407867670059, -0.05592808127403259, 0.009265300817787647, 0.03507894277572632, -0.00856619980186224, 0.01897307112812996, 0.02943303808569908, -0.024618975818157196, 0.016831520944833755, -0.04792824387550354, -0.010017498396337032, 0.07638785243034363, 0.0630783811211586, 0.014928904362022877, 0.03830011561512947, -0.009442288428544998, 0.009221053682267666, -0.021468596532940865, -0.00014055304927751422, 0.0070352572947740555, -0.011176766827702522, 0.024795962497591972, -0.0024402164854109287, -0.02984010986983776, -0.08898936957120895, 0.023061484098434448, -0.039008066058158875, 0.023326965048909187, 0.06697210669517517, -0.0006360491970553994, 0.007384807802736759, -0.022636713460087776, -0.00566802779212594, 0.06042356789112091, -0.014344844967126846, 0.057166993618011475, -0.08084793388843536, 0.006880393251776695, -0.04375133663415909, -0.017433278262615204, -0.011592688038945198, -0.026725128293037415, 0.037096600979566574, -0.03550371155142784, 0.023043785244226456, 0.010601557791233063, 0.07398081570863724, -0.012548420578241348, -0.029627725481987, 0.037308987230062485, -0.005088393576443195, -0.013079383410513401, -0.013397961854934692, 0.007198970764875412, -0.12254621833562851, -0.04449468478560448, 0.009875908493995667, 0.04530882462859154, -0.012495324946939945, -0.04853000119328499, 0.015928884968161583, -0.004351682495325804, -0.0669013112783432, 0.004566280171275139, -0.04438849166035652, -0.013725388795137405, 0.043184973299503326, -0.021822571754455566, 0.08594518154859543, 0.048777781426906586, -0.010778545401990414, -0.005628205835819244, 0.02355705015361309, 0.0006305183051154017, -0.03398162126541138, -0.04219384491443634, -0.024335796013474464, 0.017981940880417824, 0.041415099054574966, 0.0048406110145151615, 0.005057420581579208, -0.05497235059738159, -0.02396412193775177, 0.031025927513837814, 0.006345005705952644, -0.021132320165634155, -0.025645503774285316, -0.02525613084435463, 0.002228937577456236, -0.06251201778650284, -0.034017015248537064, 0.01904386654496193, 0.0037145272362977266, -0.029167557135224342, -0.010336075909435749, 0.0033583396580070257, -0.004690171219408512, -0.049804311245679855, -0.017911145463585854, -0.027061404660344124, 0.03343295678496361, -0.032725006341934204, -0.028902076184749603, -0.06254741549491882, 0.03148609399795532, -0.06375093758106232, -0.01591118611395359, -0.02955693006515503, 0.03684881702065468, -0.01464572362601757, -0.005725549068301916, 0.019008468836545944, 0.011548440903425217, -0.003287544706836343, -0.011928964406251907, -0.024795962497591972, 0.06339696049690247, -0.027397681027650833, 0.005982181057333946, -0.036955010145902634, 0.02599947899580002, -0.021946461871266365, 0.010008648969233036, 0.08537881821393967, 0.013716539368033409, 0.0535210520029068, 0.0148138627409935, -0.0339285247027874, 0.029716217890381813, -0.036707229912281036, 0.00903079193085432, 0.0024844633881002665, -0.019981900230050087, -0.011141369119286537, -0.02314997836947441, -0.013026287779211998, -0.007814002223312855, 0.000574103556573391, -0.013247521594166756, 0.023468555882573128, 0.018477505072951317, -0.052459124475717545, 0.05645904317498207, 0.05072464793920517, 0.008526377379894257, -0.028371112421154976, 0.01620321534574032, -0.0656977966427803, -0.015353674069046974, -0.01669877953827381, 0.05093703046441078, -0.10767925530672073, 0.05971561744809151, 0.03203475475311279, -0.0087210638448596, 0.03182237222790718, -0.047078702598810196, -0.017663363367319107, -0.02081374265253544, -0.061273109167814255, -0.027680860832333565, 0.015778444707393646, -0.03555680811405182, -0.030424168333411217, 0.04042396694421768, 0.03748597577214241, 0.030601156875491142, 0.031238311901688576, -0.015468716621398926, -0.031981658190488815, -0.03624705970287323, -0.017150098457932472, -0.0661933645606041, -0.019150057807564735, 0.004431326873600483, 0.014265201054513454, -0.011327206157147884, -0.01751292310655117, -0.03653024137020111, -0.02948613464832306, 0.013079383410513401, 0.03148609399795532, -0.024530481547117233, 0.049804311245679855, -0.009937853552401066, -0.016406750306487083, -0.03879568353295326, -0.015893487259745598, 0.02518533542752266, 0.04212304949760437, 0.047680459916591644, 0.007867098785936832, -0.005729973781853914, 0.0018130167154595256, 0.03624705970287323, -0.016858069226145744, -0.01658373884856701, -0.006101647391915321, 0.02805253490805626, 0.0195925273001194, -0.034300196915864944, 0.03904346376657486, -0.053273268043994904, 0.013911225832998753, -0.07132600247859955, -0.04530882462859154, 0.030194085091352463, -0.021680980920791626, 0.019026167690753937, -0.045096442103385925, 0.020796043798327446, 0.006893666926771402, 0.03394622355699539, -0.02506144531071186, -0.015583758242428303, -0.045096442103385925, -0.03460107743740082, -0.03261881321668625, 0.01939784176647663, 0.017627965658903122, -0.02410571090877056, 0.022619014605879784, 0.018096981570124626, -0.023096881806850433, -0.027079103514552116, 0.03971601650118828, -0.04941494017839432, -0.03720279410481453, 0.01890227571129799, -0.002557470928877592, 0.028689689934253693, 0.016884617507457733, 0.019220853224396706, 0.04095493257045746, 0.013220974244177341, -0.008442308753728867, -0.00602642772719264, -0.06502524763345718, -0.06937914341688156, 0.034654174000024796, 0.026176465675234795, 0.012990890070796013, -0.1063341498374939, -0.07490115612745285, -0.04088413715362549, 0.047822050750255585, -0.04828221723437309, -0.011557290330529213, -0.015468716621398926, 0.05999879539012909, -0.023503953590989113, 0.020636754110455513, 0.04566280171275139, 0.016406750306487083, 0.032194044440984726, 0.06258281320333481, 0.01925625093281269, -0.03883108124136925, 0.03953903168439865, 0.030140988528728485, 0.007906921207904816, 0.0324949249625206, -0.013433358632028103, 0.01525633130222559, 0.08658233284950256, -0.00303754978813231, -0.042016856372356415, -0.0382293201982975, 0.021273909136652946, 0.0005801874794997275, 0.010433418676257133, 0.021592486649751663, -0.010433418676257133, 0.042370833456516266, -0.05302548408508301, 0.027344584465026855, -0.0582997165620327, 0.016212064772844315, 0.0637863352894783, 0.0024888881016522646, 0.020672151818871498, -0.013035137206315994, -0.03449488431215286, -0.04463627189397812, -0.03578689321875572, 0.003858329728245735, -0.007402506656944752, -0.03447718545794487, -0.08325497061014175, -0.029999397695064545, -0.07943203300237656, 0.003747712355107069, 0.07829931378364563, 0.006583938840776682, 0.04226464033126831, -0.029733916744589806, -0.02513223886489868, 0.0054202452301979065, 0.001996641280129552, -0.015132440254092216, 0.0126634631305933, -0.00037222704850137234, -0.05691921338438988, -0.09267070889472961, -0.06775085628032684, 0.06718449294567108, -0.034583378583192825, -0.03868949040770531, 0.016194365918636322, -0.009672372601926327, 0.010353774763643742, 0.07921965420246124, -0.05504314601421356, -0.01591118611395359, 0.03281350061297417, 0.007862674072384834, -0.03638865053653717, -0.028441907837986946, -0.02076064608991146, -0.01724744215607643, 0.014114760793745518, -0.023380061611533165, 0.08544961363077164, -0.0267605260014534, -0.00658836355432868, -0.01543331891298294, -0.004402566701173782, -0.0021404437720775604, 0.022778304293751717, 0.02984010986983776, 0.04389292374253273, 0.004668048117309809, 0.01007059495896101, 0.018459806218743324, 0.05815812572836876, 0.05058305710554123, 0.02805253490805626, -0.009973251260817051, -0.03667183220386505, 0.016760725528001785, 0.0031304683070629835, -0.0018229723209515214, 0.018601397052407265, 0.0458751879632473, 0.03876028582453728, 0.03667183220386505, 0.018530601635575294, -0.0029756040312349796, -0.0420522540807724, -0.001981155015528202, 0.05044146627187729, -0.07610467076301575, -0.036707229912281036, 0.007539671845734119, -0.02458357810974121, 0.09663522988557816, -0.007800728548318148, -0.010725448839366436, -0.052388329058885574, 0.004418053198605776, 0.019096963107585907, -0.0014955452643334866, -0.006145894527435303, 0.00648659560829401, -0.07306048274040222, -0.016380202025175095, 0.0010630317265167832, 0.04499024897813797, 0.04541501775383949, -0.05359184741973877, 0.005592808127403259, -0.01682267151772976, 0.06771545857191086, 0.04810522869229317, -0.0045530060306191444, -0.014787314459681511, -0.04268940910696983, 0.06941454112529755, 0.0542290024459362, 0.0068582696840167046, -0.017380181699991226, 0.0011548440670594573, 0.05660063400864601, -0.09571489691734314, 0.003721164306625724, -0.04739727824926376, 0.05203435570001602, 0.0009269725414924324, 0.06566239893436432, -0.02860119566321373, -0.036087773740291595, 0.0028428633231669664, -0.03221174329519272, 0.00723436800763011, 0.025645503774285316, -0.05939703807234764, 0.05603427439928055, 0.014973151497542858, -0.015397921204566956, 0.044671669602394104, -0.009681222029030323, -0.0035065668635070324, 0.013203275389969349, -0.043928321450948715, 0.0013428934616968036, 0.015282879583537579, -0.010389172472059727, -0.006429074797779322, 0.009380342438817024, -0.031857769936323166, 0.0382293201982975, -0.008190101012587547, -0.04081334173679352, 0.006906941067427397, 0.02130930684506893, -0.0690605640411377, -0.0038384185172617435, 0.02327387034893036, -0.013291768729686737, -0.005260956473648548, 0.00697773601859808, 0.052813101559877396, 0.024335796013474464, 0.005968906916677952, -0.028105631470680237, 0.05861829221248627, -0.00022870117390993983, 0.03720279410481453 ]
37,376
semaphore_sms.client
sender_names
Retrieving sender names under https://semaphore.co/docs#retrieving_account :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :returns: Response from the Semaphore API
def sender_names(self, page: Optional[Union[int, str]] = None, limit: Optional[Union[int, str]] = None): """ Retrieving sender names under https://semaphore.co/docs#retrieving_account :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :returns: Response from the Semaphore API """ params = { 'page': page, 'limit': limit } return self.get('account/sendernames', params)
(self, page: Union[int, str, NoneType] = None, limit: Union[int, str, NoneType] = None)
[ -0.054535627365112305, -0.011562717147171497, -0.04536077007651329, -0.00031025055795907974, -0.024614637717604637, 0.09106388688087463, -0.01045865286141634, -0.0780547633767128, 0.028363319113850594, -0.05189957097172737, 0.0011169019853696227, -0.0036096046678721905, -0.038034576922655106, -0.0381372831761837, -0.015439779497683048, 0.003213767893612385, 0.06011585891246796, -0.012350112199783325, 0.011468572542071342, 0.0070180813781917095, -0.0013747309567406774, 0.07613762468099594, 0.019222697243094444, 0.003742263652384281, -0.043477870523929596, -0.0035411356948316097, -0.042313896119594574, -0.02360471896827221, 0.026720061898231506, 0.005802755244076252, 0.016415463760495186, -0.015140227042138577, -0.003921994939446449, -0.057993318885564804, -0.03587780147790909, -0.02283444069325924, -0.0005301005439832807, 0.011425779201090336, -0.009996486827731133, -0.026702944189310074, -0.0013672420755028725, -0.025624556466937065, 0.04991396516561508, 0.012529843486845493, 0.03315615653991699, 0.02278308942914009, 0.03930125758051872, 0.011605510488152504, 0.01713438890874386, 0.023193903267383575, 0.006971009075641632, 0.07654844224452972, -0.044813018292188644, -0.08325841277837753, 0.027935387566685677, -0.00439913896843791, 0.01829836331307888, -0.045840054750442505, -0.008609987795352936, 0.01893170364201069, -0.0008301876951009035, -0.015405545011162758, 0.002798673929646611, -0.03488500043749809, 0.0061836144886910915, 0.0101762181147933, 0.09914323687553406, -0.03536428511142731, -0.04402562230825424, -0.04371751472353935, 0.08948910236358643, -0.0014838535571470857, -0.025624556466937065, 0.013017685152590275, -0.0025397753342986107, -0.0039005985017865896, 0.03769223392009735, 0.07038622349500656, -0.07497365027666092, -0.024203822016716003, 0.05943116918206215, 0.015319958329200745, -0.022252453491091728, 0.006714249961078167, 0.0012902143644168973, 0.0009489387739449739, -0.04758601635694504, -0.06733934581279755, -0.024135353043675423, 0.022372275590896606, -0.024340761825442314, -0.0021674744784832, 0.029989460483193398, 0.03512464091181755, -0.03437148407101631, -0.04173190891742706, -0.020112793892621994, -0.00014549681509379297, -0.05925999581813812, 0.051659926772117615, -0.02750745601952076, 0.018538005650043488, 0.03040027618408203, 0.03782917186617851, -0.008079352788627148, -0.028551610186696053, -0.032916516065597534, 0.00914918165653944, 0.031239021569490433, 0.05860954150557518, -0.001497761346399784, -0.01710871420800686, 0.06425824016332626, -0.049297742545604706, 0.04224542900919914, -0.0095599964261055, -0.03168407082557678, -0.017836198210716248, 0.004737204872071743, -0.08065658807754517, 0.03697330877184868, 0.05559689924120903, 0.021892990916967392, -0.018503772094845772, -0.059533871710300446, -0.01419877726584673, 0.04419679567217827, -0.03356697037816048, 0.02252632938325405, -0.017442500218749046, -0.0021364495623856783, -0.017870431765913963, 0.0101762181147933, -0.01715150661766529, 0.015756448730826378, 0.008182056248188019, -0.03543275222182274, 0.03895891085267067, 0.02891107276082039, 0.02521374262869358, -0.03676789999008179, 0.04659321531653404, 0.015696538612246513, -0.008545798249542713, 0.04652474448084831, -0.04792836308479309, 0.06990694254636765, 0.02283444069325924, 0.046661682426929474, -0.014481212012469769, -0.022817322984337807, -0.0298867579549551, -0.004506121855229139, 0.015328517183661461, -0.05648699775338173, 0.09195398539304733, -0.018640710040926933, -0.04190308228135109, -0.0692564845085144, 0.014104632660746574, -0.027370518073439598, -0.018589356914162636, -0.02892819046974182, -0.06518257409334183, 0.009962252341210842, -0.019017288461327553, 0.024546168744564056, 0.036117445677518845, -0.022440744563937187, -0.009089271537959576, -0.025744376704096794, 0.020694782957434654, -0.009174858219921589, -0.005143740214407444, -0.010775323025882244, -0.036185912787914276, 0.013069037348031998, 0.011211813427507877, -0.012213173322379589, 0.00457459082826972, -0.037966109812259674, -0.043785981833934784, 0.02865431271493435, -0.05155722424387932, 0.006311994045972824, -0.05775367468595505, 0.03070838563144207, 0.02552185207605362, 0.026891235262155533, -0.02156776376068592, 0.036630962044000626, 0.022440744563937187, -0.00036695151356980205, 0.06538797914981842, -0.026600241661071777, 0.0031666953582316637, -0.02091730572283268, -0.027353400364518166, -0.04491572082042694, -0.0945558100938797, 0.02399841509759426, 0.0151915792375803, -0.018024487420916557, -0.023656070232391357, 0.04180037975311279, 0.0051950919441878796, 0.03769223392009735, 0.01932539977133274, 0.03344715014100075, -0.011502807028591633, -0.018383949995040894, -0.026908351108431816, -0.04577158764004707, 0.002486283890902996, -0.055425725877285004, 0.040465231984853745, 0.056076183915138245, -0.037452589720487595, 0.07990342378616333, -0.06069784611463547, -0.011314516887068748, 0.016629429534077644, -0.019804684445261955, -0.0668943002820015, 0.004063212312757969, 0.002995522692799568, -0.0208488367497921, 0.0021685443352907896, 0.046867091208696365, -0.05477527156472206, 0.053645532578229904, 0.02565879188477993, 0.020438022911548615, 0.01939386874437332, -0.0495031513273716, -0.029339004307985306, 0.018332598730921745, -0.033224623650312424, 0.046935562044382095, 0.010681177489459515, 0.0037465428467839956, 0.02009567804634571, -0.03337867930531502, 0.04344363510608673, 0.0046858531422913074, -0.02208128198981285, 0.010022162459790707, -0.011357310228049755, 0.0012570496182888746, -0.01391634251922369, 0.0003423454472795129, -0.02201281115412712, -0.03461112454533577, -0.01023612916469574, -0.04293011873960495, -0.055494196712970734, -0.02334795892238617, 0.03577509894967079, -0.018058722838759422, 0.03875350579619408, -0.03356697037816048, -0.04994820058345795, -0.05771944299340248, -0.012187497690320015, 0.006923936773091555, 0.016612311825156212, -0.05381670221686363, 0.054809506982564926, 0.0023065523710101843, 0.03704177588224411, -0.018264129757881165, 0.007112226448953152, 0.011408661492168903, -0.026822766289114952, 0.004249362740665674, -0.018281247466802597, -0.005627303384244442, 0.008841071277856827, -0.05337165296077728, -0.019428104162216187, -0.0625465139746666, -0.06607267260551453, 0.029852522537112236, -0.01343705877661705, 0.049366213381290436, -0.0038342690095305443, 0.05802755430340767, -0.01651816815137863, -0.04477878287434578, -0.03526157885789871, 0.005986765958368778, 0.0019695560913532972, 0.023022731766104698, -0.11448031663894653, -0.04669591784477234, -0.04638780653476715, 0.009097830392420292, -0.017040245234966278, 0.04132109507918358, -0.009876665659248829, 0.017331238836050034, -0.009414499625563622, -0.023844359442591667, -0.006688574329018593, 0.018538005650043488, -0.03676789999008179, -0.0022402231115847826, 0.03762376308441162, -0.006371904630213976, -0.04214272275567055, -0.09147470444440842, 0.023433545604348183, 0.011297399178147316, -0.05347435921430588, 0.03173542395234108, 0.007103668060153723, -0.006551635917276144, 0.0242551751434803, 0.014190218411386013, 0.0016464676009491086, 0.03168407082557678, -0.0037786378525197506, -0.023262372240424156, -0.04118415713310242, 0.014446977525949478, 0.051214877516031265, -0.0564185306429863, 0.0901053175330162, -0.005832710303366184, 0.001355473999865353, -0.002227385062724352, -0.01327444426715374, -0.04690132662653923, -0.02841467224061489, -0.0416976734995842, 0.07141325622797012, 0.05011937394738197, 0.03519311174750328, -0.009397382847964764, 0.03577509894967079, -0.0390273816883564, -0.08243678510189056, -0.01686907187104225, 0.00004827605516766198, 0.008139262907207012, 0.04371751472353935, 0.05795908346772194, 0.005623023957014084, -0.009012243710458279, 0.036939073354005814, -0.008665619418025017, 0.10359372943639755, 0.018863234668970108, 0.03519311174750328, 0.05487797409296036, 0.053577061742544174, -0.0030468744225800037, -0.012178938835859299, 0.014181659556925297, 0.05515184998512268, -0.00508810905739665, 0.0011308097746223211, 0.0050196400843560696, -0.020438022911548615, -0.01715150661766529, -0.010929378680884838, -0.00405465392395854, 0.008254804648458958, 0.059465404599905014, -0.006166497245430946, -0.011708213947713375, 0.030999379232525826, -0.04447067156434059, 0.0101762181147933, -0.05337165296077728, 0.043785981833934784, 0.007343309931457043, 0.029664233326911926, -0.03370390832424164, 0.01694609969854355, 0.0415949709713459, -0.012435697950422764, 0.03332732990384102, 0.0381372831761837, 0.02180740423500538, 0.0065131220035254955, 0.037521060556173325, -0.028500258922576904, -0.014053280465304852, 0.019428104162216187, -0.01554248295724392, -0.02327948994934559, -0.03642555698752403, 0.05005090311169624, -0.049811262637376785, -0.051796864718198776, -0.04474455118179321, -0.00899512693285942, -0.018589356914162636, -0.02935612201690674, 0.014412743039429188, 0.011494248174130917, -0.04522383213043213, 0.0005226117209531367, -0.036185912787914276, 0.011870828457176685, 0.025761494413018227, -0.0901053175330162, 0.044813018292188644, 0.0666888952255249, -0.022166866809129715, -0.017801962792873383, -0.026822766289114952, -0.07435742765665054, 0.03632285073399544, 0.0077541242353618145, -0.03070838563144207, -0.014224452897906303, 0.016980333253741264, -0.013111830689013004, -0.026206543669104576, -0.07846557348966599, -0.037521060556173325, 0.04032829403877258, 0.09257020801305771, -0.01078388188034296, 0.014618150889873505, -0.03110208362340927, 0.02565879188477993, -0.03868503496050835, 0.03026333637535572, 0.022406509146094322, -0.005986765958368778, -0.027781331911683083, 0.028483141213655472, 0.026001136749982834, -0.010407301597297192, -0.055049147456884384, -0.0581987239420414, -0.029972342774271965, -0.04512112960219383, -0.0005664747441187501, -0.016620870679616928, -0.06497716158628464, 0.008721250109374523, -0.020112793892621994, -0.01554248295724392, -0.03779493644833565, -0.016304202377796173, -0.027045290917158127, -0.05059865489602089, -0.005023919511586428, 0.01586771197617054, -0.05477527156472206, 0.04905810207128525, 0.02054072730243206, 0.01989027112722397, 0.016458258032798767, -0.03307056799530983, -0.005225047469139099, -0.0033999180886894464, 0.021704701706767082, 0.003560392651706934, 0.01965062879025936, 0.05100947245955467, 0.06388165801763535, 0.03837692365050316, 0.04991396516561508, 0.036630962044000626, -0.045395005494356155, 0.008062235079705715, 0.0129920095205307, -0.038103047758340836, 0.03580933436751366, 0.014421301893889904, -0.02353624999523163, -0.04926351085305214, 0.012546960264444351, -0.022474978119134903, 0.008926657028496265, -0.008421697653830051, -0.0027558808214962482, 0.062409576028585434, 0.012101911008358002, -0.01023612916469574, -0.009106389246881008, 0.018195660784840584, 0.011810917407274246, -0.05035901442170143, -0.01391634251922369, 0.06494293361902237, -0.03680213540792465, 0.02367318794131279, 0.0441625639796257, -0.032077766954898834, 0.03580933436751366, -0.003322890494018793, 0.048133768141269684, -0.04696979373693466, 0.011425779201090336, 0.017262769863009453, -0.023656070232391357, 0.028757017105817795, -0.021653348580002785, 0.012084794230759144, 0.023587601259350777, 0.003051153849810362, 0.01715150661766529, 0.036254383623600006, -0.0355696901679039, 0.07791782170534134, 0.05737709626555443, -0.023176787421107292, -0.008147821761667728, -0.010741088539361954, -0.006487446371465921, -0.028945306316018105, 0.0028671431355178356, -0.017613673582673073, 0.002347205998376012, -0.024066884070634842, -0.03930125758051872, -0.02572726085782051, 0.049366213381290436, 0.02796962298452854, 0.0005531018832698464, -0.0006499214214272797, 0.013360030949115753, 0.0005846618441864848, 0.034200310707092285, 0.07572681456804276, 0.06278615444898605, -0.001602604635991156, -0.046045463532209396, 0.030793972313404083, -0.04625086858868599, -0.04796259477734566, 0.037521060556173325, 0.09852702170610428, 0.07278264313936234, -0.002809372264891863, -0.03218047320842743, -0.013188858516514301, 0.02161911502480507, -0.04970856010913849, -0.03940396010875702, -0.01965062879025936, 0.016398346051573753, -0.013171740807592869, -0.0017245651688426733, 0.02790115401148796, -0.09565131366252899, 0.05487797409296036, -0.09147470444440842, -0.017374031245708466, 0.015884827822446823, -0.056658171117305756, -0.017938900738954544, -0.008348949253559113, -0.009337471798062325, -0.023690303787589073, 0.01189650408923626, 0.0012078374857082963, 0.032659754157066345, -0.016441140323877335, 0.028808368369936943, 0.03209488466382027, -0.019719097763299942, -0.007972369901835918, -0.021584879606962204, 0.02016414701938629, 0.053577061742544174, -0.009020802564918995, 0.06908530741930008, -0.011537041515111923, 0.03416607528924942, 0.029835404828190804, -0.03550122305750847, 0.00896089244633913, 0.045908525586128235, 0.06905107945203781, -0.024357877671718597, 0.024580402299761772, 0.012837953865528107, -0.017031686380505562, 0.08004036545753479, -0.04132109507918358, -0.044813018292188644, -0.06052667275071144, 0.09236480295658112, -0.022303804755210876, 0.02692546881735325, -0.042519304901361465, 0.018127191811800003, 0.02699393779039383, 0.029852522537112236, 0.0023258093278855085, 0.028517374768853188, -0.012692457064986229, -0.024169588461518288, 0.0127951605245471, 0.06141677126288414, 0.015003289096057415, -0.00780547596514225, 0.06059514358639717, -0.021858757361769676, -0.015165903605520725, -0.03512464091181755, 0.010835233144462109, 0.037076011300086975, -0.00369519111700356, 0.023570483550429344, -0.0008810046128928661, -0.03288228064775467, -0.002852165373042226, 0.07565834373235703, 0.06596996635198593, -0.04758601635694504, 0.03926702216267586, 0.022543447092175484, 0.03449130430817604, 0.043922919780015945, 0.00577280018478632, 0.012033442035317421, 0.02719934470951557, -0.02526509389281273, 0.015371310524642467, 0.016235733404755592, 0.007360427174717188, -0.02201281115412712, -0.07853404432535172, -0.018144307658076286, 0.004352066665887833, -0.019017288461327553, -0.012897864915430546, -0.0006600848282687366, -0.017699260264635086, -0.03332732990384102, -0.06326543539762497, -0.029732702299952507, 0.017031686380505562, -0.01116902008652687, -0.04049946740269661, 0.011785241775214672, -0.011408661492168903, 0.047688718885183334, -0.04101298376917839, 0.00556739280000329, -0.02790115401148796, -0.00006415633833967149, 0.03947243094444275, 0.031375959515571594, -0.00883251242339611, 0.032659754157066345, -0.029852522537112236, 0.021413708105683327, -0.022748854011297226, 0.011109109967947006, 0.01621861569583416, -0.0346795916557312, -0.016398346051573753, -0.043101292103528976, 0.061896055936813354, -0.027079524472355843, 0.008062235079705715, 0.04881846159696579, -0.01579924300312996, -0.016389787197113037, -0.014524005353450775, -0.0029805449303239584, 0.029253417626023293, 0.09304948896169662, 0.0264804195612669, -0.04785989224910736, 0.0033999180886894464, 0.09257020801305771, -0.00515229906886816, -0.004148798994719982, -0.01860647462308407, -0.003902737982571125, -0.014806440100073814, -0.050393249839544296, 0.015165903605520725, 0.028842603787779808, 0.032283175736665726, -0.003842827631160617, 0.00454035634174943, -0.01292354054749012, -0.038171518594026566, 0.08421698212623596, 0.032026417553424835, -0.021345239132642746, -0.03466247767210007, 0.08798278123140335, 0.052550025284290314, 0.10222434997558594, 0.007184974849224091, -0.07079704105854034, -0.06555914878845215, -0.002734484151005745, 0.05008513852953911, -0.021910108625888824, 0.033293094485998154, -0.026720061898231506, -0.06470328569412231, -0.05456986278295517, 0.012718133628368378, 0.013197416439652443, -0.0038984587881714106, 0.07490517944097519, -0.017006009817123413, 0.0032415834721177816, 0.029664233326911926, 0.06436094641685486, -0.02264615148305893, 0.007544437889009714, 0.026788530871272087, 0.037897638976573944, 0.007475968450307846, 0.07257723063230515, -0.0035475546028465033, -0.012144704349339008, 0.014601033180952072, 0.02654888853430748, 0.005083829630166292, 0.030691269785165787, 0.04275894537568092, 0.022748854011297226, -0.09072154015302658, 0.02629213035106659, 0.01612447015941143, 0.0013372868997976184, -0.05782214552164078, 0.021037127822637558, 0.06148524209856987, -0.02596690133213997, 0.030348923057317734, 0.03594627231359482, 0.021995695307850838, 0.00010698295227484778, 0.014960495755076408, -0.025641674175858498, 0.010604149661958218, -0.03293363004922867, 0.019992973655462265, -0.03199218213558197, -0.010492888279259205, -0.03224894031882286, 0.030948027968406677, -0.0021289607975631952, 0.014061839319765568, 0.00711650587618351, -0.0033742422237992287, -0.047517549246549606, -0.039883244782686234, -0.0009179137414321303, -0.04272470995783806, 0.01312038954347372, -0.03762376308441162, 0.005884062498807907, -0.0033164715860038996, 0.06990694254636765, 0.02944170869886875, 0.007283399347215891, 0.000465643301140517, -0.00642753578722477, 0.06121136620640755, 0.005220768041908741 ]
37,377
semaphore_sms.client
transactions
Retrieving transaction information under https://semaphore.co/docs#retrieving_account :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :returns: Response from the Semaphore API
def transactions(self, page: Optional[Union[int, str]] = None, limit: Optional[Union[int, str]] = None): """ Retrieving transaction information under https://semaphore.co/docs#retrieving_account :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :returns: Response from the Semaphore API """ params = { 'page': page, 'limit': limit } return self.get('account/transactions', params)
(self, page: Union[int, str, NoneType] = None, limit: Union[int, str, NoneType] = None)
[ -0.05373428016901016, -0.0222496185451746, 0.00904692430049181, -0.01274094171822071, -0.009406064637005329, 0.06584244966506958, -0.05602594092488289, -0.11471978574991226, -0.038513559848070145, -0.06344818323850632, 0.022489044815301895, 0.009722450748085976, -0.02498592808842659, -0.05099797248840332, -0.03502476215362549, -0.013253999873995781, -0.0019250366603955626, -0.024678092449903488, 0.02703816071152687, 0.04070260748267174, 0.025567393749952316, 0.08858802914619446, -0.021480031311511993, -0.013467773795127869, -0.0229507964104414, 0.007858339697122574, -0.029688959941267967, -0.02086436189711094, 0.04665407910943031, -0.004673103801906109, -0.027790645137429237, 0.03483664244413376, -0.0035465138498693705, -0.02772223763167858, -0.053152814507484436, -0.011731927283108234, 0.035914063453674316, 0.01638365350663662, 0.007883992046117783, 0.023822996765375137, -0.013425019569694996, -0.0044294013641774654, 0.04805643856525421, 0.016597427427768707, 0.014664909802377224, -0.02363487519323826, 0.022471943870186806, -0.05411052331328392, -0.008469733409583569, -0.009252146817743778, 0.043883565813302994, 0.04569637030363083, -0.02346385456621647, -0.07641144841909409, 0.0459015928208828, -0.03707699477672577, -0.03273310512304306, -0.0004222040297463536, 0.0032643319573253393, 0.020402608439326286, 0.024404462426900864, 0.00412797974422574, 0.014870133250951767, -0.00949157401919365, -0.020744647830724716, 0.0388898029923439, 0.037145402282476425, -0.03803470358252525, -0.013835465535521507, 0.002704243641346693, 0.08797235786914825, 0.02431895211338997, -0.004339616280049086, 0.011056400835514069, -0.02392560802400112, -0.05359746515750885, 0.0507243387401104, 0.02238643355667591, -0.0913243368268013, 0.02726048417389393, 0.019872449338436127, -0.014237361028790474, 0.007550504524260759, 0.025088539347052574, 0.03150176629424095, 0.009346207603812218, -0.04812484607100487, -0.07401717454195023, -0.03635871410369873, 0.019273880869150162, -0.05308440700173378, 0.0217023566365242, -0.012253536842763424, 0.036632344126701355, 0.027089465409517288, -0.00793102290481329, -0.021651050075888634, -0.0010138241341337562, -0.08291018009185791, 0.04945879802107811, -0.00939751323312521, 0.013972281478345394, -0.0034567287657409906, 0.0031232410110533237, -0.02413083054125309, -0.05708625912666321, -0.0347682349383831, 0.01862400770187378, 0.027534116059541702, 0.04330210015177727, 0.02083015814423561, 0.019017351791262627, 0.051613640040159225, -0.052468739449977875, 0.024045322090387344, -0.0010977304773405194, -0.015041152015328407, -0.009012719616293907, -0.04477286711335182, -0.04897994175553322, 0.05038230121135712, -0.010842626914381981, 0.06115652248263359, 0.009850714355707169, -0.025037232786417007, 0.016614530235528946, 0.019188372418284416, -0.0068578762002289295, 0.004192112013697624, 0.02173656038939953, -0.00783696211874485, -0.06885239481925964, 0.025259558111429214, -0.024934621527791023, -0.021445827558636665, 0.005720597226172686, 0.0009732070029713213, 0.04296006262302399, -0.03372501581907272, 0.03550361841917038, -0.002770513528957963, 0.06231945380568504, -0.043507322669029236, -0.014536645263433456, -0.03458011522889137, -0.07182812690734863, 0.002496882574632764, -0.05034809932112694, 0.038547761738300323, 0.01947910524904728, -0.0035999573301523924, -0.05031389370560646, -0.011569458991289139, 0.02548188343644142, -0.03168988600373268, 0.05735989287495613, 0.0019357253331691027, -0.021685253828763962, -0.06597926467657089, 0.013544732704758644, -0.05930951237678528, 0.07552214711904526, 0.007105854339897633, -0.03741903603076935, -0.008670681156218052, 0.021155094727873802, -0.018726618960499763, 0.004433676600456238, -0.03286992013454437, -0.07319628447294235, 0.019513309001922607, 0.01847008988261223, -0.010825525037944317, -0.013236897997558117, 0.0029051913879811764, -0.0420023538172245, 0.03950547054409981, 0.004125841893255711, 0.00421990267932415, 0.012253536842763424, -0.04046317934989929, -0.0476117879152298, 0.03013361059129238, 0.0009871022775769234, 0.006909181829541922, -0.12935903668403625, 0.0647137239575386, 0.00672106072306633, 0.026593510061502457, -0.03755585104227066, 0.013681548647582531, 0.014100546017289162, 0.0020543700084090233, 0.02584102377295494, -0.02548188343644142, -0.018128052353858948, -0.023378346115350723, -0.0168796107172966, 0.0160245131701231, -0.03981330618262291, 0.00036582109169103205, 0.023651976138353348, 0.06071187183260918, -0.040223751217126846, 0.06303773075342178, -0.0064132255502045155, 0.030065203085541725, -0.05205829069018364, -0.017546584829688072, -0.005485445726662874, -0.02101827785372734, 0.002738447394222021, -0.0014664909103885293, 0.015169416554272175, -0.037487443536520004, 0.07319628447294235, 0.0650215595960617, -0.04733815789222717, 0.06539779901504517, -0.02965475618839264, 0.04744076728820801, -0.027123669162392616, 0.006242206320166588, -0.048022232949733734, 0.01422025915235281, 0.005357181187719107, 0.0015145901124924421, 0.00004399071985972114, 0.036085084080696106, -0.04244700446724892, 0.020231589674949646, 0.03468272462487221, -0.02377169020473957, 0.03769266605377197, -0.03242526948451996, -0.07853208482265472, 0.012091068550944328, -0.07114405184984207, 0.06881818920373917, 0.0021163644269108772, 0.029911285266280174, 0.024011116474866867, -0.004010403994470835, 0.05045070871710777, -0.05879645422101021, 0.013544732704758644, -0.009748103097081184, -0.0008289094548672438, 0.0012110307579860091, -0.05000605806708336, -0.015417395159602165, -0.06361919641494751, -0.00862365122884512, -0.0029971140902489424, 0.0017999786650761962, -0.03632451221346855, 0.0021975988056510687, 0.02428474836051464, -0.016682937741279602, 0.03329746797680855, 0.03184380382299423, -0.04251541197299957, -0.03411836177110672, -0.018572701141238213, 0.006331991404294968, -0.02363487519323826, -0.04532012715935707, 0.030270425602793694, 0.0009090747334994376, 0.008367122150957584, 0.024695195257663727, 0.03035593591630459, -0.01515231467783451, -0.010979442857205868, -0.025635801255702972, -0.03639291971921921, 0.06259308010339737, -0.013596038334071636, -0.0743592157959938, 0.0023151745554059744, -0.08968254923820496, -0.06084868684411049, 0.017324261367321014, -0.053529057651758194, 0.01637510396540165, -0.06030142307281494, 0.04966402053833008, 0.032818615436553955, -0.02720917947590351, 0.019889550283551216, 0.0041365306824445724, 0.03363950550556183, -0.02377169020473957, -0.10514269769191742, -0.001202479819767177, -0.04432821646332741, -0.03348558768630028, -0.038684576749801636, 0.027859052643179893, 0.02101827785372734, 0.017683401703834534, -0.01807674579322338, 0.01792282797396183, 0.009765204973518848, -0.0044892579317092896, -0.04795382544398308, 0.0496298149228096, 0.0112017672508955, 0.0038094560150057077, 0.012176577933132648, -0.07066519558429718, 0.007879716344177723, 0.0609855018556118, -0.002488331636413932, -0.09310293942689896, -0.05099797248840332, -0.029859978705644608, 0.0026336980517953634, -0.007901093922555447, 0.0018651798600330949, 0.025054335594177246, 0.008379948325455189, -0.002787615405395627, -0.0726490244269371, 0.0019432074623182416, 0.04860369861125946, -0.03950547054409981, 0.06002779304981232, 0.010252609848976135, 0.03550361841917038, -0.026576407253742218, 0.01506680529564619, -0.03878718987107277, 0.034049954265356064, -0.10117504745721817, 0.0379662960767746, 0.01543449703603983, 0.009628389962017536, -0.01705062948167324, 0.017649197950959206, 0.019000250846147537, -0.013100082986056805, 0.009354759007692337, -0.05151103064417839, 0.01542594563215971, 0.037111200392246246, 0.0564705915749073, -0.009064026176929474, -0.0262172669172287, 0.049561407417058945, -0.005579506512731314, 0.11677201837301254, 0.02120639942586422, 0.06437168270349503, -0.009354759007692337, 0.0010271850042045116, 0.04757758602499962, -0.022403534501791, -0.006216553505510092, 0.017957031726837158, -0.03206612914800644, 0.030903197824954987, -0.022711370140314102, -0.004324651788920164, 0.005151958204805851, -0.010397977195680141, -0.002776926849037409, -0.012159476056694984, 0.014339973218739033, -0.004070260562002659, 0.016631633043289185, -0.012073966674506664, -0.02100117690861225, 0.047132935374975204, 0.010534792207181454, 0.02876545488834381, -0.015588413923978806, 0.031245235353708267, 0.02654220350086689, 0.06351658701896667, 0.031057115644216537, -0.023720383644104004, 0.019872449338436127, 0.007999430410563946, 0.014989846386015415, 0.0002678857708815485, -0.007712972816079855, -0.04514911025762558, 0.017153240740299225, 0.03878718987107277, 0.005639363080263138, -0.03186090663075447, -0.11054690927267075, 0.005784729495644569, -0.03721380978822708, -0.019581716507673264, 0.03878718987107277, -0.015024050138890743, 0.0022147006820887327, 0.016682937741279602, -0.0017219511792063713, 0.03428937867283821, 0.02187337540090084, -0.01621263474225998, -0.030783483758568764, -0.06707379221916199, 0.026832936331629753, -0.07217016816139221, 0.05010867118835449, 0.013826915062963963, -0.03533259779214859, 0.015921901911497116, 0.010055937804281712, -0.009115331806242466, 0.07155449688434601, -0.048535291105508804, -0.0034823815803974867, 0.012210781686007977, 0.0026208716444671154, -0.06649232655763626, 0.028132684528827667, -0.033536896109580994, -0.05096376687288284, -0.011757580563426018, 0.026490898802876472, -0.01845298893749714, 0.024113729596138, 0.02293369546532631, 0.02755121886730194, -0.0007941711228340864, 0.05753090977668762, 0.0018053230596706271, -0.03302383795380592, -0.06030142307281494, 0.04860369861125946, 0.05606014281511307, -0.010551894083619118, -0.06837353855371475, -0.00778993172571063, 0.03847935423254967, -0.014510991983115673, 0.02724338322877884, 0.008559518493711948, -0.052468739449977875, -0.0019207610748708248, -0.06597926467657089, -0.021616846323013306, -0.043849363923072815, 0.024746499955654144, -0.013792711310088634, -0.004160045646131039, 0.039197634905576706, -0.012304842472076416, -0.02031709998846054, 0.014194606803357601, -0.016494816169142723, -0.012612677179276943, -0.006361919920891523, -0.02187337540090084, 0.034203872084617615, 0.02582392282783985, -0.03635871410369873, 0.018572701141238213, 0.0038842770736664534, 0.07025475054979324, -0.022164108231663704, -0.005947198253124952, 0.047680195420980453, 0.028149785473942757, -0.040565792471170425, -0.044567644596099854, 0.024250544607639313, -0.11177825182676315, 0.041078850626945496, 0.008067837916314602, -0.012364699505269527, 0.0038051805458962917, -0.03865037485957146, -0.024182137101888657, -0.0060498095117509365, 0.014784622937440872, -0.024729399010539055, 0.04210496321320534, 0.03459721431136131, -0.02413083054125309, -0.0168796107172966, 0.0626956969499588, 0.006002779118716717, -0.023378346115350723, -0.028560232371091843, 0.023515161126852036, -0.07162290811538696, -0.005087825935333967, 0.10363772511482239, -0.033160652965307236, 0.00008571008947910741, -0.03309224545955658, 0.028064275160431862, -0.06957067549228668, 0.005476894788444042, 0.03533259779214859, -0.00862365122884512, 0.038547761738300323, -0.034357789903879166, -0.029603449627757072, 0.07552214711904526, -0.024096626788377762, 0.009542879648506641, 0.07148609310388565, -0.05930951237678528, 0.05428154394030571, 0.06621869653463364, -0.01430576853454113, -0.014288666658103466, -0.01811094954609871, -0.010825525037944317, -0.008033634163439274, -0.01656322367489338, 0.046790894120931625, -0.0035272741224616766, -0.011851641349494457, 0.001193928881548345, -0.010928136296570301, 0.0396764911711216, 0.04658567160367966, 0.0031745468731969595, -0.008114868775010109, -0.00551537424325943, -0.013749956153333187, 0.030253324657678604, 0.02151423506438732, 0.004121566656976938, -0.019256779924035072, -0.06444009393453598, -0.016229737550020218, -0.08311540633440018, -0.0402921587228775, -0.009654042311012745, 0.09481313079595566, 0.04829586669802666, -0.03292122483253479, -0.01394662819802761, -0.01656322367489338, 0.03622189909219742, -0.03772686794400215, -0.031467560678720474, -0.0007033171132206917, 0.02048811875283718, -0.00680657010525465, 0.06382442265748978, 0.03618769720196724, -0.045388538390398026, 0.05120319500565529, -0.055239252746105194, 0.052502941340208054, 0.018812129274010658, -0.05564969778060913, -0.012706737965345383, -0.014955642633140087, 0.010680158622562885, 0.00008130099740810692, -0.002176221227273345, -0.05978836491703987, 0.02826949954032898, 0.006973314099013805, 0.014177504926919937, 0.063311368227005, 0.012253536842763424, 0.026490898802876472, 0.008606549352407455, 0.044396623969078064, 0.03755585104227066, -0.010449282824993134, 0.10356932133436203, 0.00043476326391100883, 0.011159013025462627, -0.028645742684602737, -0.025533189997076988, 0.0007941711228340864, 0.0368717722594738, 0.0612933374941349, 0.003450315445661545, -0.005887341219931841, -0.022112801671028137, 0.022985002025961876, 0.09139274060726166, -0.04272063449025154, -0.06857875734567642, 0.030766380950808525, 0.0340670570731163, -0.00426479522138834, -0.00011122938303742558, -0.0413866825401783, 0.040736809372901917, 0.021856272593140602, 0.0189831480383873, -0.03493925556540489, -0.0002489133330527693, -0.054897211492061615, 0.00047350983368232846, 0.008833149448037148, 0.029364023357629776, 0.020368404686450958, 0.014211708679795265, 0.0030120783485472202, 0.045251719653606415, -0.013159939087927341, -0.055376067757606506, 0.0034289381001144648, 0.021616846323013306, 0.03358820080757141, -0.01283500250428915, -0.017820216715335846, -0.04887733235955238, -0.005823208950459957, 0.041626110672950745, 0.01845298893749714, -0.040394771844148636, 0.010415079072117805, 0.015357538126409054, 0.040428973734378815, 0.07524851709604263, -0.022283822298049927, 0.046517264097929, -0.004634624347090721, 0.049219369888305664, -0.01620408333837986, -0.024011116474866867, -0.006464531645178795, -0.032647594809532166, -0.02105248160660267, 0.019872449338436127, 0.002785477787256241, 0.008166174404323101, -0.011338583193719387, 0.002776926849037409, 0.022694269195199013, -0.008084939792752266, 0.0044465032406151295, -0.035264190286397934, -0.005865963641554117, 0.06974169611930847, -0.017786012962460518, 0.018487192690372467, -0.0007989810546860099, 0.013878220692276955, -0.04569637030363083, -0.001878006267361343, -0.019906653091311455, 0.016973670572042465, -0.018555600196123123, 0.024387359619140625, 0.009722450748085976, 0.01828196831047535, -0.012210781686007977, -0.027465708553791046, -0.0168796107172966, 0.06587665528059006, 0.01671714149415493, -0.005404211580753326, -0.04080521687865257, -0.01198845636099577, -0.020984074100852013, -0.004324651788920164, 0.019786939024925232, -0.0020383368246257305, -0.045593760907649994, -0.01568247564136982, -0.029039086773991585, -0.003054833272472024, 0.0664239153265953, 0.05322122201323509, 0.05192147567868233, 0.007174261845648289, 0.032835714519023895, 0.04217337444424629, -0.0020746784284710884, 0.027773542329669, -0.022608758881688118, 0.021240603178739548, 0.006451705005019903, -0.033177755773067474, 0.008397050201892853, -0.005729148164391518, 0.010885382071137428, 0.022454841062426567, -0.07258061319589615, -0.019513309001922607, -0.08379948139190674, 0.06485053896903992, 0.06597926467657089, -0.06050664931535721, -0.055581290274858475, 0.04070260748267174, 0.03273310512304306, 0.08940891921520233, 0.00913243368268013, -0.02329283580183983, 0.0016920227790251374, 0.0007503473898395896, 0.042139168828725815, -0.0575651153922081, 0.043712545186281204, 0.014459686353802681, -0.012304842472076416, -0.027089465409517288, 0.06351658701896667, -0.06522677838802338, 0.0008818185306154191, 0.02515694685280323, 0.00002718940595514141, 0.060951296240091324, 0.06505576521158218, 0.0788741260766983, -0.012518616393208504, 0.06293512135744095, 0.006545765791088343, 0.05216090381145477, -0.04658567160367966, 0.03632451221346855, -0.03930024802684784, -0.026268573477864265, -0.026610611006617546, 0.018162256106734276, -0.01069726049900055, 0.07346991449594498, 0.033006735146045685, 0.04942459240555763, -0.018538497388362885, 0.022335126996040344, 0.004433676600456238, -0.02171945758163929, -0.0016343037132173777, -0.01352763082832098, 0.03916343301534653, -0.019410695880651474, -0.0016161329112946987, 0.010261161252856255, 0.021326113492250443, 0.009799408726394176, -0.006913457531481981, -0.013425019569694996, -0.04484127461910248, -0.008332918398082256, -0.012971818447113037, -0.033194854855537415, 0.011518153361976147, -0.019752735272049904, 0.016648733988404274, -0.01223643496632576, 0.01015854999423027, 0.0043075499124825, 0.0034909325186163187, -0.028132684528827667, 0.019923754036426544, 0.010038835927844048, 0.013732854276895523, 0.020111875608563423, -0.019068658351898193, -0.010055937804281712, 0.007824135012924671, 0.05961734801530838, 0.02033420093357563, -0.01946200244128704, 0.04032636433839798, -0.020282896235585213, 0.048535291105508804, -0.014998397789895535 ]
37,378
semaphore_sms.client
users
Retrieving users under https://semaphore.co/docs#retrieving_account :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :returns: Response from the Semaphore API
def users(self, page: Optional[Union[int, str]] = None, limit: Optional[Union[int, str]] = None): """ Retrieving users under https://semaphore.co/docs#retrieving_account :param page: Page of results to return. :param limit: Only take top <limit> results. Default is 100, max is 1000. :returns: Response from the Semaphore API """ params = { 'page': page, 'limit': limit } return self.get('account/users', params)
(self, page: Union[int, str, NoneType] = None, limit: Union[int, str, NoneType] = None)
[ -0.05803230404853821, -0.015267067588865757, -0.03590814396739006, 0.022630155086517334, 0.007328192237764597, 0.08423931896686554, -0.04278268292546272, -0.1259751170873642, -0.029469801113009453, -0.03336072340607643, 0.046481676399707794, -0.02376428060233593, -0.02331063151359558, 0.022525466978549957, 0.01112314872443676, 0.014891933649778366, 0.025072887539863586, 0.0068745422177016735, 0.01257133949548006, 0.02840546891093254, -0.012824336998164654, 0.0638599619269371, 0.04309675097465515, 0.016427364200353622, -0.029539594426751137, -0.03688523545861244, 0.015371755696833134, -0.009334721602499485, 0.05876512452960014, 0.022577811032533646, -0.03152867406606674, 0.04386446624994278, 0.004785134922713041, -0.02908594347536564, 0.014473180286586285, -0.02425282634794712, 0.07935385406017303, 0.11083018779754639, 0.015781786292791367, 0.02184499241411686, -0.011131873354315758, -0.009125344455242157, 0.06155681610107422, -0.005299853160977364, -0.003927998244762421, 0.006878904532641172, 0.07586424052715302, -0.034372713416814804, -0.025072887539863586, -0.001190831302665174, 0.014953002333641052, 0.020222321152687073, -0.012135137803852558, -0.08647266775369644, 0.04445770010352135, -0.02980131469666958, -0.051750995218753815, -0.023868968710303307, 0.019576743245124817, 0.019943151623010635, -0.004628102295100689, -0.055589571595191956, 0.022979117929935455, -0.04892440885305405, 0.008357629179954529, 0.036117520183324814, 0.027096863836050034, -0.035314906388521194, -0.02264760434627533, -0.013783981092274189, 0.06766363978385925, 0.02868463844060898, -0.007581189274787903, 0.010146056301891804, -0.030202621594071388, -0.02550908923149109, 0.02734113670885563, 0.049831707030534744, -0.10371136665344238, -0.013722912408411503, 0.04948274791240692, 0.02992345206439495, -0.0205538347363472, 0.02207181788980961, 0.04040974751114845, 0.009997747838497162, -0.01728232018649578, -0.10922496020793915, -0.028265884146094322, 0.07356109470129013, -0.010399053804576397, 0.002263888018205762, 0.011515730991959572, 0.03831597790122032, 0.010599706321954727, -0.03880452364683151, -0.026904935017228127, 0.03733888640999794, -0.058625537902116776, 0.04292226955294609, -0.018425168469548225, -0.06494174152612686, 0.008519023656845093, 0.069687619805336, -0.02358979918062687, -0.07649236917495728, 0.008824365213513374, 0.011236561462283134, 0.03698992356657982, 0.043131645768880844, -0.05248381569981575, 0.018285585567355156, 0.06752406060695648, -0.021565822884440422, -0.021548375487327576, 0.019088195636868477, -0.006032672710716724, 0.00042856839718297124, 0.006425254512578249, -0.06570945680141449, -0.025352055206894875, 0.04574885964393616, 0.027986714616417885, 0.017884278669953346, 0.0016793773975223303, -0.00021264843235258013, -0.028039060533046722, -0.02376428060233593, -0.019000954926013947, 0.02193223312497139, -0.014691281132400036, -0.06249901279807091, 0.02036190591752529, -0.07216524332761765, 0.01534558366984129, -0.023293182253837585, -0.013871220871806145, 0.044911351054906845, 0.018547305837273598, 0.042014967650175095, -0.013801428489387035, 0.06727978587150574, -0.044248323887586594, -0.009744751267135143, 0.00956154614686966, -0.0433410219848156, 0.06686103343963623, -0.016008609905838966, 0.04501603916287422, 0.01992570422589779, -0.017212528735399246, -0.00520388875156641, 0.011960656382143497, -0.00911661982536316, -0.059079188853502274, 0.027672650292515755, 0.033081553876399994, -0.07153711467981339, -0.060091178864240646, -0.003295505652204156, -0.03301176056265831, 0.015406652353703976, -0.031964875757694244, -0.034459952265024185, -0.0009694587788544595, 0.02720155194401741, 0.014298698864877224, 0.017587661743164062, -0.018878819420933723, -0.0370597168803215, 0.014255078509449959, -0.023642145097255707, 0.014996621757745743, -0.02273484505712986, -0.006931248586624861, -0.03550683706998825, 0.02980131469666958, -0.031999774277210236, 0.011402318254113197, 0.014368491247296333, -0.04752856120467186, -0.07066471129655838, 0.05028535798192024, -0.050808798521757126, -0.0033652978017926216, -0.05632239207625389, 0.05642708018422127, 0.04159621521830559, -0.0036444670986384153, -0.024113241583108902, -0.0142899751663208, 0.016915909945964813, -0.006905076559633017, 0.05122755467891693, -0.0344076082110405, -0.031232057139277458, -0.014926830306649208, 0.024444755166769028, -0.04885461553931236, -0.09226543456315994, -0.023572351783514023, 0.027463274076581, 0.017491696402430534, -0.0794934406876564, 0.02782968245446682, 0.017701074481010437, 0.011664039455354214, 0.00035168780595995486, 0.01809365674853325, -0.009997747838497162, -0.01844261772930622, -0.014822141267359257, -0.01201300136744976, 0.04997129365801811, -0.04414363577961922, 0.059114083647727966, 0.07223504036664963, -0.04529520869255066, 0.06605841964483261, -0.03206956386566162, 0.016383744776248932, -0.009230032563209534, -0.007650981657207012, -0.04773793742060661, -0.0076160854659974575, -0.0005785127868875861, -0.015877749770879745, -0.02653852477669716, 0.044422805309295654, -0.06096358224749565, 0.04382956773042679, 0.008968311361968517, 0.025125231593847275, 0.029696626588702202, -0.07432880997657776, -0.014638936147093773, 0.03472167253494263, 0.01047756988555193, 0.05419372767210007, 0.03988630324602127, 0.004536500200629234, 0.03158101812005043, -0.012946473434567451, 0.028353124856948853, -0.026276804506778717, 0.011027184315025806, -0.017971519380807877, 0.016017334535717964, -0.0033849268220365047, -0.03069116733968258, -0.017029322683811188, -0.03967692703008652, 0.02290932461619377, -0.002396929543465376, -0.04302695766091347, -0.0455743782222271, -0.04613271728157997, 0.008968311361968517, -0.023205941542983055, 0.010599706321954727, 0.025352055206894875, -0.01058225892484188, -0.029539594426751137, 0.03561152517795563, 0.030429447069764137, -0.028510157018899918, -0.05307704955339432, 0.05108796805143356, -0.015964990481734276, 0.0254567451775074, 0.03992120176553726, 0.05817188695073128, -0.023816624656319618, -0.04470197483897209, -0.010084988549351692, 0.019908254966139793, 0.01921033300459385, -0.012562615796923637, -0.00728021003305912, 0.03337817266583443, -0.06734957545995712, -0.07042043656110764, -0.007057747337967157, -0.0070839193649590015, 0.049517642706632614, -0.013164574280381203, 0.056043222546577454, 0.07244441658258438, -0.04620250687003136, -0.00010632421617629007, 0.031022680923342705, 0.006852732039988041, -0.048086900264024734, -0.10482804477214813, -0.028754431754350662, -0.0276900976896286, -0.029644282534718513, -0.020152529701590538, 0.025526536628603935, 0.009151516482234001, -0.00692252442240715, -0.020309561863541603, -0.01069567073136568, 0.007249676156789064, 0.05803230404853821, -0.08005177974700928, 0.025439295917749405, -0.005522316321730614, 0.015354307368397713, -0.0036510101053863764, -0.04096808657050133, -0.04341081529855728, 0.03859514743089676, 0.021286653354763985, -0.06916417926549911, -0.05953283980488777, -0.01675015315413475, 0.010547362267971039, 0.0272538959980011, -0.002628116635605693, -0.002495075110346079, -0.02988855540752411, 0.021827545017004013, -0.08312264084815979, 0.029138289391994476, 0.0710136741399765, -0.033796925097703934, 0.11103956401348114, -0.03608262166380882, 0.04819158837199211, -0.008885432966053486, -0.007127539254724979, -0.05768334120512009, 0.02207181788980961, -0.09331231564283371, 0.0023642145097255707, 0.04079360514879227, 0.017674902454018593, 0.016723981127142906, 0.03828107938170433, -0.030970336869359016, -0.05196037143468857, -0.018791578710079193, -0.002449273830279708, 0.04358529672026634, 0.04177069664001465, 0.09519670903682709, 0.0013020627666264772, -0.009544097818434238, 0.010643326677381992, 0.025212470442056656, 0.07300275564193726, 0.0272538959980011, 0.006918162573128939, 0.009177688509225845, 0.022298641502857208, -0.02095513977110386, -0.0008462317055091262, 0.00819623377174139, 0.009927955456078053, -0.059079188853502274, 0.0029290958773344755, -0.005579022690653801, -0.011070804670453072, -0.002806959440931678, 0.004697894677519798, -0.008270388469099998, -0.0021897335536777973, 0.0495874360203743, -0.03166826069355011, -0.01212641317397356, 0.009020655415952206, -0.04962233081459999, 0.03636179119348526, 0.020449146628379822, 0.033831819891929626, -0.04742387309670448, 0.024095794185996056, -0.025160126388072968, 0.0437597781419754, 0.012231102213263512, -0.01056481059640646, 0.02207181788980961, 0.04519052058458328, 0.03166826069355011, -0.004440535791218281, -0.0437597781419754, -0.017535317689180374, 0.015616028569638729, 0.021007483825087547, -0.01975122280418873, 0.018704337999224663, -0.053007256239652634, 0.02514267899096012, -0.05729948356747627, -0.012990092858672142, 0.050983279943466187, -0.024811165407299995, -0.0017524412833154202, -0.024828612804412842, -0.00025667756563052535, 0.057055212557315826, 0.01525834295898676, 0.042224347591400146, -0.03198232501745224, 0.008519023656845093, 0.035349804908037186, -0.0871008038520813, -0.016383744776248932, 0.07439859956502914, -0.050355151295661926, -0.037862326949834824, -0.006983592640608549, -0.025125231593847275, 0.09135813266038895, -0.010809083469212055, -0.020047839730978012, 0.007650981657207012, 0.051925476640462875, -0.008614988066256046, 0.01520599890500307, -0.08765913546085358, -0.03950244560837746, 0.05206506326794624, 0.045225415378808975, -0.025299711152911186, 0.04658636450767517, -0.027480721473693848, 0.02648618072271347, -0.023240838199853897, 0.048889510333538055, -0.0061329989694058895, -0.0009809090988710523, -0.0616266094148159, 0.02393876202404499, -0.023171046748757362, -0.01996060088276863, -0.06857094168663025, -0.04096808657050133, -0.021810095757246017, 0.009971575811505318, 0.03775763884186745, 0.01463021244853735, -0.044562388211488724, 0.032627902925014496, -0.03667585924267769, -0.0062071532011032104, 0.00762917147949338, 0.01781448721885681, -0.06152191758155823, -0.04756345599889755, 0.002883294830098748, 0.0013467734679579735, -0.012178758159279823, 0.0473540797829628, -0.0007540840888395905, -0.022350987419486046, -0.0013794886181131005, 0.020484043285250664, 0.03006303682923317, 0.0406540185213089, -0.04382956773042679, -0.00506866630166769, 0.0023642145097255707, 0.03782743215560913, 0.007733860053122044, 0.030534135177731514, 0.06686103343963623, 0.050808798521757126, -0.033657342195510864, -0.021321550011634827, -0.015738165006041527, -0.03873473033308983, 0.032139357179403305, 0.02032700926065445, -0.029539594426751137, -0.020431697368621826, 0.03194743022322655, -0.02179264836013317, -0.022839533165097237, 0.0032671524677425623, 0.02559632807970047, 0.06330162286758423, 0.004536500200629234, -0.01603478193283081, -0.017753418534994125, 0.015964990481734276, 0.01155062671750784, -0.009107896126806736, -0.03576855733990669, 0.029242977499961853, -0.024287723004817963, -0.03194743022322655, 0.03782743215560913, -0.055903639644384384, -0.01706421934068203, -0.006887628231197596, 0.020204873755574226, -0.04564416781067848, -0.0016128566348925233, 0.007851634174585342, -0.0020795927848666906, 0.04773793742060661, -0.02863229438662529, -0.009666234254837036, 0.04180559143424034, 0.00004818668094230816, -0.0052126129157841206, 0.041526421904563904, -0.07474756240844727, 0.0674193724989891, 0.05185568332672119, -0.04400404915213585, -0.017919175326824188, 0.00656483881175518, -0.008383801206946373, 0.01013733260333538, 0.015729442238807678, -0.005875640083104372, -0.0023576715029776096, -0.033971406519412994, 0.01732593961060047, 0.016340123489499092, 0.07607361674308777, 0.04477176442742348, -0.0011417585192248225, -0.02782968245446682, -0.010556086897850037, 0.00278078718110919, 0.011620419099926949, 0.02639894001185894, 0.022054368630051613, -0.027323689311742783, -0.0437597781419754, -0.012780716642737389, -0.08724038302898407, -0.03824618458747864, 0.017395732924342155, 0.11871671676635742, 0.04567906633019447, -0.003083947580307722, -0.006743681617081165, 0.008710952475667, -0.01621798798441887, -0.06337141245603561, -0.03203466907143593, 0.0019105643732473254, 0.016785049811005592, 0.04159621521830559, -0.01880902610719204, 0.04637698829174042, -0.040444642305374146, 0.06686103343963623, -0.05387966334819794, -0.007581189274787903, 0.04327123239636421, -0.06508132815361023, -0.03212190791964531, -0.0540541410446167, -0.02161816693842411, -0.015982437878847122, 0.0236770398914814, -0.011131873354315758, 0.016680361703038216, -0.007585551589727402, -0.004732790868729353, 0.03601283207535744, 0.005011959932744503, 0.014089321717619896, -0.016942081972956657, 0.012536443769931793, 0.06365058571100235, -0.06637248396873474, 0.051925476640462875, 0.01119294110685587, -0.008021753281354904, 0.005880001932382584, -0.03309900313615799, 0.02938256226480007, 0.02407834678888321, 0.013670568354427814, -0.014281251467764378, 0.012274722568690777, -0.004348933231085539, 0.03063882328569889, 0.04257330670952797, -0.030673719942569733, -0.052553609013557434, -0.011402318254113197, 0.05789272114634514, 0.0007568103610537946, -0.020257217809557915, -0.08640287816524506, -0.003448176197707653, -0.0033129535149782896, 0.011698935180902481, -0.05122755467891693, -0.0026041255332529545, -0.04676084592938423, -0.021338997408747673, -0.001878939801827073, 0.05785782262682915, -0.011158045381307602, -0.019402261823415756, -0.004606292117387056, 0.011829796247184277, -0.0032082651741802692, -0.03077840805053711, 0.00014530976477544755, 0.031197162345051765, -0.00956154614686966, 0.008985759690403938, -0.034285470843315125, 0.02917318418622017, -0.018250688910484314, 0.08870602399110794, 0.04798221215605736, -0.06082399562001228, 0.019821016117930412, -0.009413237683475018, 0.006163533311337233, 0.07935385406017303, 0.019716326147317886, 0.05681093782186508, 0.018111104145646095, -0.01255389116704464, 0.01604350656270981, 0.023153597488999367, 0.011899588629603386, 0.03442505747079849, -0.0545077919960022, -0.00922130886465311, -0.023694489151239395, 0.006468874402344227, -0.007009765133261681, -0.006412168499082327, 0.010791636072099209, -0.03625710308551788, -0.005016322247684002, -0.031423985958099365, 0.004098116885870695, 0.043480608612298965, -0.023328078910708427, 0.012414306402206421, 0.0137316370382905, 0.06710530072450638, -0.04864523932337761, 0.054019246250391006, 0.016785049811005592, 0.010861427523195744, -0.010067540220916271, 0.0019912617281079292, 0.017029322683811188, 0.02805650793015957, -0.047947317361831665, -0.02711431123316288, -0.017134010791778564, 0.019908254966139793, -0.004453621804714203, 0.005884363781660795, -0.05122755467891693, -0.03404119983315468, 0.053216636180877686, -0.02693983167409897, -0.011419766582548618, 0.045364998281002045, -0.0428873747587204, -0.009081724099814892, -0.03943265229463577, 0.01915798895061016, 0.03550683706998825, 0.05890470743179321, 0.06619800627231598, -0.007459052838385105, 0.0008920329273678362, 0.027847131714224815, -0.03730398789048195, -0.0013674930669367313, -0.07244441658258438, 0.04414363577961922, 0.018250688910484314, -0.03908369317650795, -0.022577811032533646, 0.006255135405808687, 0.01398463360965252, 0.006128637120127678, -0.03158101812005043, -0.0009890878573060036, -0.06019586697220802, 0.06173129752278328, 0.03355265036225319, 0.006473236717283726, -0.021461134776473045, 0.04749366641044617, 0.01483086496591568, 0.05817188695073128, 0.00010816444410011172, -0.019192883744835854, 0.0330466590821743, 0.05946304649114609, 0.056880731135606766, -0.014150390401482582, 0.02224629744887352, 0.007733860053122044, -0.04068891704082489, -0.00957899447530508, 0.005709883291274309, -0.02983621135354042, 0.0012344514252617955, 0.04721449688076973, -0.03447740152478218, 0.05698541924357414, 0.016087127849459648, 0.017901726067066193, -0.03189508616924286, 0.03698992356657982, -0.0007371812243945897, 0.01858220249414444, -0.04006078466773033, 0.07391005754470825, -0.002536514075472951, -0.030760958790779114, 0.03198232501745224, 0.007999943569302559, -0.040130577981472015, 0.018634546548128128, -0.013705464079976082, 0.008994483388960361, -0.009901783429086208, 0.04135194420814514, 0.022891877219080925, -0.04498114064335823, -0.028353124856948853, 0.03330837935209274, 0.0004203896096441895, -0.036920130252838135, 0.009989024139940739, -0.021147068589925766, 0.022856980562210083, -0.0020948597230017185, -0.022525466978549957, -0.021321550011634827, -0.009901783429086208, -0.02997579611837864, -0.031423985958099365, -0.042817581444978714, 0.020658522844314575, -0.01155062671750784, 0.04676084592938423, 0.04142173379659653, -0.003799318801611662, -0.00850593764334917, 0.017482973635196686, 0.0010566991986706853, -0.010809083469212055, -0.01156807504594326, -0.012990092858672142, 0.00991923175752163, -0.023816624656319618, -0.009195136837661266, -0.026294251903891563, 0.07607361674308777, -0.015284514985978603, -0.004010876640677452, 0.012344514019787312, -0.0015561503823846579, 0.06693082302808762, 0.0018309575971215963 ]
37,379
semaphore_sms.client
validate_phone_format
Philippine phone number validation, solely based on prefix and length
def validate_phone_format(self, number: Union[str, List[str]]): """ Philippine phone number validation, solely based on prefix and length """ clean_number = ''.join(number.split('-')).strip() return re.match(r'^(\+?639|09)\d{9}$', clean_number)
(self, number: Union[str, List[str]])
[ -0.009100247174501419, 0.025581009685993195, 0.02907421439886093, 0.04861824959516525, -0.03761913254857063, -0.01631058007478714, 0.005602563731372356, -0.029898252338171005, 0.01929324120283127, -0.10554853826761246, 0.041990116238594055, 0.029181698337197304, 0.04281415417790413, -0.034358806908130646, 0.03181503713130951, 0.012405356392264366, 0.026351306587457657, -0.030095305293798447, 0.029647458344697952, 0.042706672102212906, 0.01811092533171177, 0.03267490118741989, 0.025957200676202774, 0.06502735614776611, -0.038335684686899185, 0.1019657626748085, -0.008531481958925724, -0.0026467745192348957, -0.01460876315832138, 0.00575035298243165, 0.038049064576625824, 0.001991798635572195, -0.007084936369210482, 0.05058877542614937, 0.04937063157558441, 0.03736833855509758, -0.03808489069342613, -0.023556742817163467, -0.11486374586820602, 0.07409177720546722, 0.02816060744225979, -0.0003400836721993983, -0.013569758273661137, 0.05273843929171562, 0.01102598849684, -0.005571214482188225, 0.002178774680942297, 0.0483674556016922, -0.04166766628623009, -0.007805970031768084, 0.03675926476716995, -0.014501279219985008, -0.059151604771614075, -0.06653212010860443, -0.0621253103017807, 0.005714525002986193, 0.05657200887799263, 0.060441404581069946, 0.04671937972307205, -0.027229085564613342, -0.06624549627304077, -0.004306047223508358, -0.054601483047008514, -0.0720495954155922, 0.034215494990348816, 0.007479041814804077, 0.0436381921172142, -0.037010058760643005, 0.020278504118323326, -0.0005463730776682496, 0.017430197447538376, -0.005208458285778761, -0.026566272601485252, 0.003750717034563422, 0.04811666160821915, 0.034125927835702896, -0.011366351507604122, 0.00478748232126236, -0.04546540603041649, -0.003954487387090921, 0.0711539015173912, 0.022983498871326447, 0.04181097820401192, 0.023359689861536026, 0.004411290865391493, -0.03405427187681198, 0.06441828608512878, 0.03220914304256439, 0.0008195596747100353, 0.025903459638357162, -0.05610624700784683, -0.0384073406457901, 0.003291673958301544, -0.03466334193944931, -0.004451597109436989, -0.022750617936253548, 0.013784724287688732, -0.0015920953592285514, -0.042706672102212906, 0.007788056042045355, -0.02214154601097107, -0.00444711884483695, -0.050767913460731506, -0.02593928761780262, 0.023789621889591217, 0.028465142473578453, -0.025186903774738312, 0.01325626578181982, -0.038478996604681015, 0.05449400097131729, -0.052845921367406845, -0.06728450208902359, 0.03769078850746155, -0.033355630934238434, 0.04894069954752922, 0.03987627848982811, 0.03704588860273361, -0.02945040538907051, -0.03733250871300697, -0.04120190441608429, 0.048904869705438614, 0.053132545202970505, -0.0033588509541004896, -0.04299329221248627, 0.01621205359697342, 0.044784680008888245, 0.0026624491438269615, -0.010784151032567024, 0.060728028416633606, -0.02679915353655815, -0.010828935541212559, 0.04983639344573021, 0.016185183078050613, -0.024219555780291557, 0.0024698751512914896, -0.004966621287167072, -0.025401871651411057, -0.040664490312337875, -0.07298111170530319, 0.049048181623220444, -0.03514701873064041, 0.03779827058315277, 0.018881220370531082, -0.0327107310295105, -0.057396046817302704, 0.023538827896118164, -0.0445697158575058, 0.07215707749128342, -0.023932933807373047, -0.033445198088884354, -0.030596893280744553, 0.047579243779182434, 0.1010342389345169, 0.005571214482188225, 0.002597511513158679, -0.010488572530448437, 0.0479016937315464, -0.013130868785083294, 0.046540241688489914, -0.0015562676126137376, 0.04908401146531105, 0.03158215805888176, -0.02579597570002079, 0.012333701364696026, -0.026261737570166588, 0.027623191475868225, 0.015307404100894928, -0.012127691879868507, 0.03351685404777527, 0.03140301629900932, 0.033176492899656296, 0.009306256659328938, 0.08269043266773224, 0.06065637245774269, 0.0021093585528433323, 0.05112618952989578, 0.010354218073189259, -0.023717965930700302, -0.0005141841247677803, 0.026333391666412354, -0.006793836131691933, 0.06140875443816185, 0.02052929811179638, 0.023843364790081978, 0.02366422489285469, 0.011778371408581734, -0.0189707912504673, -0.023198464885354042, 0.0014935691142454743, -0.028805507346987724, -0.019329067319631577, 0.023449258878827095, 0.007040151860564947, -0.038013238459825516, -0.04618196189403534, -0.03328397497534752, 0.03941052034497261, -0.03181503713130951, -0.052702613174915314, -0.07874938100576401, 0.0021821334958076477, 0.01090954802930355, -0.021514561027288437, 0.00023679899459239095, -0.04775838181376457, -0.04295746609568596, -0.01806613989174366, 0.052093539386987686, -0.019275326281785965, -0.017143575474619865, 0.05893664062023163, -0.024810712784528732, 0.051233675330877304, 0.11644016951322556, 0.016095614060759544, -0.02464948780834675, -0.027766501531004906, 0.03726085275411606, 0.007582046557217836, 0.025670578703284264, 0.03675926476716995, 0.02470322884619236, 0.011231997981667519, -0.025097334757447243, 0.01868416927754879, 0.031170137226581573, -0.0016088896663859487, 0.029951995238661766, 0.0022381143644452095, 0.07075979560613632, -0.02138916403055191, -0.05556883290410042, -0.01635536551475525, 0.009494352154433727, -0.07760289311408997, -0.0706881433725357, -0.003647712292149663, -0.025778062641620636, 0.024954024702310562, 0.003123731352388859, 0.04216925427317619, 0.0026087076403200626, -0.0032625640742480755, 0.004382180981338024, 0.03598896786570549, -0.01854085735976696, -0.017197316512465477, 0.011079729534685612, 0.009897414594888687, -0.019794829189777374, -0.083478644490242, 0.03486039489507675, 0.017573509365320206, 0.019472379237413406, -0.0024653966538608074, 0.00042069610208272934, -0.048009175807237625, -0.013471231795847416, 0.020081451162695885, -0.00914951041340828, -0.004917358048260212, -0.017707861959934235, 0.03704588860273361, -0.019526120275259018, -0.02475697174668312, -0.01649867556989193, 0.03068646229803562, 0.014931212179362774, 0.017761604860424995, -0.0018664015224203467, 0.01476998720318079, -0.04804500564932823, -0.027479879558086395, 0.03969714045524597, 0.05682280287146568, 0.009225644171237946, -0.034502118825912476, 0.028948817402124405, -0.012656150385737419, 0.003999271895736456, -0.02081592008471489, 0.04120190441608429, 0.04876156151294708, -0.036400988698005676, 0.04732844978570938, 0.05571214109659195, 0.05320420116186142, 0.0526309572160244, -0.0260825976729393, -0.0029848988633602858, -0.040377866476774216, -0.06198199838399887, -0.022732703015208244, -0.009324170649051666, -0.04012707248330116, 0.030095305293798447, 0.05653617903590202, 0.02020684815943241, -0.017286887392401695, -0.05997564271092415, -0.029575802385807037, 0.04718513786792755, 0.04012707248330116, -0.016140399500727654, -0.04327991604804993, 0.021747440099716187, -0.03434089198708534, -0.022499823942780495, -0.030883515253663063, 0.025903459638357162, -0.027103688567876816, 0.033498942852020264, -0.03314066305756569, -0.04671937972307205, 0.059724848717451096, 0.09737981110811234, 0.008513567969202995, 0.021353336051106453, -0.04449805989861488, -0.007429778575897217, 0.005768266972154379, -0.020224761217832565, 0.04163184016942978, 0.00810602679848671, -0.010963289998471737, -0.0365084707736969, -0.01545967161655426, -0.0026691670063883066, -0.04578785598278046, 0.011939595453441143, 0.003271520836278796, -0.017707861959934235, 0.03693840280175209, -0.03115222416818142, 0.04707765579223633, -0.02826808951795101, 0.007273032329976559, 0.0017622772138565779, -0.028912989422678947, 0.04965725541114807, 0.06320013850927353, -0.0001697619300102815, -0.009512266144156456, 0.018881220370531082, -0.0017275690333917737, 0.0035782959312200546, -0.013336878269910812, 0.05603459104895592, 0.001446545124053955, -0.02602885663509369, -0.028554711490869522, 0.05646452680230141, 0.006337032187730074, -0.019902311265468597, 0.015074523165822029, -0.03480665385723114, -0.012324743904173374, -0.027802329510450363, 0.0327107310295105, 0.06577973812818527, 0.04722096771001816, -0.09429862350225449, 0.014017605222761631, -0.023413430899381638, -0.019024532288312912, -0.033785562962293625, 0.012333701364696026, -0.012136648409068584, 0.026154253631830215, 0.01579107902944088, 0.028088951483368874, -0.033212319016456604, 0.008280687034130096, -0.04994387552142143, 0.007425299845635891, -0.0018440092680975795, 0.04439057409763336, 0.04299329221248627, -0.041990116238594055, -0.006753529887646437, -0.030740205198526382, 0.015379059128463268, 0.029898252338171005, 0.002794564003124833, -0.023628396913409233, -0.03280029818415642, 0.001865281956270337, 0.015065566636621952, -0.11464878171682358, 0.045537061989307404, -0.0057593099772930145, 0.01640014909207821, 0.03520075976848602, -0.021424992009997368, -0.00007193539204308763, 0.06717702001333237, -0.027049947530031204, 0.0241837278008461, 0.014232571236789227, -0.028339745476841927, 0.004429204855114222, -0.1261136531829834, -0.043602366000413895, 0.06656794995069504, 0.030238615348935127, 0.008670314215123653, 0.025957200676202774, -0.005857835989445448, -0.00033588509541004896, 0.03262116014957428, 0.03523658588528633, -0.01085580699145794, 0.05155612528324127, -0.04632527381181717, -0.06671126186847687, 0.01760037988424301, -0.014725202694535255, -0.029951995238661766, -0.025527268648147583, 0.01882747933268547, 0.04191846027970314, -0.012674064375460148, 0.00867927074432373, 0.09250723570585251, 0.05456565320491791, 0.012593451887369156, 0.012253088876605034, -0.010721452534198761, 0.02541978470981121, 0.015728380531072617, 0.02280435897409916, -0.00026576907839626074, 0.016964437440037727, -0.05316837131977081, 0.04055700823664665, -0.0021877316758036613, -0.0069684963673353195, 0.011079729534685612, -0.04937063157558441, -0.058578360825777054, 0.10089092701673508, 0.015468629077076912, 0.02640504762530327, -0.001524918363429606, 0.026906635612249374, -0.021550389006733894, 0.02024267613887787, -0.03457377478480339, -0.06026226654648781, -0.011169299483299255, -0.01792282983660698, -0.0004962702514603734, -0.022302770987153053, -0.0369742326438427, 0.06610219180583954, 0.056643664836883545, -0.02636921964585781, 0.004796439316123724, -0.028554711490869522, -0.016910694539546967, -0.0026042291428893805, 0.08433850854635239, -0.04557289183139801, -0.008531481958925724, -0.029360836371779442, 0.04292163625359535, 0.02009936422109604, -0.019741086289286613, -0.024631574749946594, 0.05603459104895592, -0.03826403245329857, -0.013668284751474857, 0.04618196189403534, 0.014958083629608154, -0.0015932150417938828, 0.07982421666383743, -0.010730409063398838, 0.003665626049041748, 0.04460554197430611, 0.01593438908457756, 0.023055152967572212, -0.012718848884105682, -0.005598085001111031, 0.026333391666412354, 0.002911004237830639, 0.00463521433994174, -0.006256419699639082, 0.010766237042844296, -0.04689851775765419, -0.005526429507881403, -0.0039119417779147625, 0.0012584495125338435, 0.029235439375042915, 0.02133542113006115, -0.012557624839246273, -0.007711921818554401, -0.019615689292550087, -0.012951729819178581, 0.007792534306645393, 0.023879190906882286, 0.012244131416082382, 0.038908928632736206, -0.008782275952398777, -0.016633030027151108, 0.070186547935009, 0.00011371110304025933, -0.013390619307756424, -0.0070894150994718075, -0.04148852825164795, 0.017062963917851448, -0.08612989634275436, -0.003929855767637491, 0.07290945947170258, 0.021514561027288437, -0.055747970938682556, 0.01717044599354267, 0.014017605222761631, 0.014080303721129894, -0.007474563084542751, 0.008285165764391422, 0.0010983443353325129, -0.024076243862509727, -0.006466907914727926, -0.04557289183139801, 0.01854085735976696, 0.0006320237880572677, -0.0711539015173912, -0.04027038440108299, -0.025025678798556328, -0.026476703584194183, 0.04847493767738342, 0.0479016937315464, 0.01811092533171177, -0.016525547951459885, -0.024810712784528732, -0.0064086876809597015, -0.04439057409763336, -0.04005541652441025, 0.0327107310295105, 0.015065566636621952, -0.04525044187903404, 0.009521222673356533, -0.023341774940490723, -0.05463730916380882, -0.022087804973125458, 0.03091934323310852, 0.0026042291428893805, -0.014474408701062202, -0.05144863948225975, -0.0023803056683391333, 0.01631058007478714, -0.026297563686966896, 0.06524232029914856, 0.07674302905797958, 0.0587933287024498, -0.031116396188735962, 0.02101297117769718, 0.007384993601590395, 0.025634750723838806, -0.007823883555829525, -0.04689851775765419, -0.014993910677731037, -0.025867631658911705, -0.015190963633358479, -0.09601835161447525, -0.0222848579287529, -0.0806124284863472, -0.015074523165822029, -0.006914754863828421, 0.0011330523993819952, 0.060011472553014755, -0.03387513384222984, 0.015182007104158401, 0.019275326281785965, -0.042563360184431076, -0.06749947369098663, 0.01157236099243164, 0.023413430899381638, 0.00022588272986467928, 0.0119754234328866, -0.03869396448135376, 0.029647458344697952, -0.022822273895144463, -0.028948817402124405, 0.02859053947031498, 0.003293913323432207, 0.012011251412332058, -0.014877471141517162, -0.02841140143573284, -0.04399647191166878, 0.03769078850746155, -0.0035491858143359423, 0.03718920052051544, -0.046110305935144424, -0.027712760493159294, 0.022374426946043968, -0.01266510784626007, -0.02599302865564823, 0.01868416927754879, 0.046253617852926254, -0.018137795850634575, 0.08569996803998947, 0.0023489564191550016, -0.05954571068286896, 0.03405427187681198, 0.001315549947321415, -0.01460876315832138, 0.0038358077872544527, -0.04027038440108299, -0.05349082127213478, 0.0011476074578240514, 0.015047652646899223, 0.007792534306645393, -0.06861013174057007, 0.03564860671758652, -0.0272649135440588, -0.03751164674758911, 0.012960686348378658, 0.012915901839733124, -0.008858409710228443, 0.024882368743419647, -0.025527268648147583, -0.00879571121186018, 0.010784151032567024, 0.00661469716578722, -0.018379632383584976, -0.03641890361905098, 0.02147873304784298, -0.040807802230119705, -0.07975255697965622, 0.02205197699368, -0.00566526222974062, 0.044175609946250916, 0.0076178740710020065, -0.043172430247068405, -0.07659971714019775, -0.025491440668702126, 0.004411290865391493, -0.049585599452257156, 0.010990160517394543, -0.0806124284863472, -0.06982827186584473, -0.03627559170126915, -0.05556883290410042, 0.029271267354488373, 0.038622308522462845, -0.03754747658967972, -0.057969290763139725, 0.005925013218075037, -0.017940742895007133, -0.020547211170196533, 0.06054888665676117, -0.00974514614790678, 0.03500370681285858, 0.02651253156363964, -0.01649867556989193, 0.012136648409068584, 0.025312300771474838, -0.039804622530937195, 0.014384839683771133, -0.04145270213484764, 0.0025706407614052296, -0.0017611575312912464, -0.006162371952086687, 0.03323023393750191, -0.002575119026005268, 0.051520295441150665, -0.012862159870564938, 0.03229871019721031, 0.006310161668807268, -0.049478113651275635, 0.042276740074157715, 0.010945376008749008, 0.03382138907909393, -0.0038716355338692665, 0.037762440741062164, -0.02029641717672348, -0.05234433338046074, 0.03797740861773491, 0.01161714643239975, 0.02090548910200596, -0.0768146812915802, 0.025240646675229073, -0.02617216669023037, -0.00846878346055746, 0.022876014932990074, 0.012987557798624039, 0.04510712996125221, 0.018272150307893753, 0.014519193209707737, -0.028321832418441772, -0.016633030027151108, -0.004211999010294676, -0.012933815829455853, -0.02807103842496872, 0.039518002420663834, -0.043888986110687256, 0.04113025218248367, 0.00008138216071529314, -0.039947934448719025, -0.0422050841152668, 0.0032446500845253468, -0.004364266991615295, 0.027211172506213188, -0.023270120844244957, -0.03242410719394684, -0.08211719244718552, 0.00827173050493002, 0.042563360184431076, -0.00860761571675539, 0.010094466619193554, -0.002027626382187009, -0.010184036567807198, -0.050051357597112656, -0.0066908313892781734, -0.052989233285188675, 0.04449805989861488, 0.02527647279202938, 0.1114242821931839, -0.03690257668495178, 0.021890752017498016, 0.034967876970767975, 0.013023384846746922, -0.013354791328310966, -0.028250176459550858, 0.0013816073769703507, -0.014555021189153194, -0.08612989634275436, -0.03518284484744072, -0.0507320873439312, -0.03645472973585129, 0.06524232029914856, -0.013292092829942703, 0.0017723537748679519, 0.005727960728108883, 0.032889869064092636, 0.013050256296992302, 0.017474982887506485, -0.034161753952503204, -0.065421462059021, 0.007568610832095146, 0.0005066266749054193, 0.023592568933963776, -0.0048009175807237625, 0.04546540603041649, 0.07337521761655807, 0.0030028128530830145, 0.012656150385737419, -0.0059205349534749985, -0.036490555852651596, -0.004845702555030584, -0.02778441645205021, -0.022786445915699005, -0.0076178740710020065, -0.0030072913505136967, 0.011921682395040989, -0.057396046817302704, 0.007398429326713085, -0.034358806908130646, -0.04915566369891167, -0.06137292459607124, 0.027730673551559448, -0.006762486882507801, 0.010488572530448437, 0.018899135291576385, 0.0014991671778261662, -0.00637733843177557, 0.03195834904909134 ]
37,427
flask_debugtoolbar.toolbar
DebugToolbar
null
class DebugToolbar(object): _cached_panel_classes = {} def __init__(self, request, jinja_env): self.jinja_env = jinja_env self.request = request self.panels = [] self.template_context = { 'static_path': url_for('_debug_toolbar.static', filename='') } self.create_panels() def create_panels(self): """ Populate debug panels """ activated = self.request.cookies.get('fldt_active', '') activated = unquote(activated).split(';') for panel_class in self._iter_panels(current_app): panel_instance = panel_class(jinja_env=self.jinja_env, context=self.template_context) if panel_instance.dom_id() in activated: panel_instance.is_active = True self.panels.append(panel_instance) def render_toolbar(self): context = self.template_context.copy() context.update({'panels': self.panels}) template = self.jinja_env.get_template('base.html') return template.render(**context) @classmethod def load_panels(cls, app): for panel_class in cls._iter_panels(app): # Call `.init_app()` on panels panel_class.init_app(app) @classmethod def _iter_panels(cls, app): for panel_path in app.config['DEBUG_TB_PANELS']: panel_class = cls._import_panel(app, panel_path) if panel_class is not None: yield panel_class @classmethod def _import_panel(cls, app, path): cache = cls._cached_panel_classes try: return cache[path] except KeyError: pass try: panel_class = import_string(path) except ImportError as e: app.logger.warning('Disabled %s due to ImportError: %s', path, e) panel_class = None cache[path] = panel_class return panel_class
(request, jinja_env)
[ 0.044284120202064514, -0.03410874679684639, -0.05743269994854927, 0.01615871861577034, 0.00616801343858242, 0.03833771124482155, -0.02363789640367031, 0.030581528320908546, -0.06951018422842026, 0.01878104731440544, 0.027996132150292397, 0.009441307745873928, -0.007617681287229061, -0.009385907091200352, -0.025632344186306, -0.06980565935373306, 0.07139383256435394, -0.010110740549862385, 0.04819914698600769, -0.11959297955036163, 0.01383186224848032, 0.06511501967906952, 0.04136631637811661, 0.0186610110104084, -0.06086758151650429, 0.005743269808590412, -0.022714540362358093, 0.04908556863665581, 0.015937112271785736, -0.004642168991267681, -0.0408492386341095, -0.014662882313132286, -0.016731198877096176, -0.008818043395876884, 0.00785775389522314, -0.04291755333542824, 0.031061671674251556, 0.012105188332498074, -0.004002745263278484, -0.023859500885009766, -0.007788502145558596, -0.03181882202625275, 0.03530910611152649, -0.08982400596141815, -0.010775556787848473, 0.0108494246378541, 0.030895467847585678, 0.0371004156768322, -0.029750507324934006, 0.026260225102305412, 0.03189269080758095, -0.04454265907406807, 0.0033563964534550905, 0.05030439794063568, 0.04147712141275406, 0.027128178626298904, -0.008116292767226696, 0.014801385812461376, -0.020664691925048828, -0.0027469820342957973, -0.033333126455545425, 0.004683719947934151, 0.0191873237490654, -0.016352621838450432, 0.009926069527864456, 0.008148610591888428, -0.06718333065509796, -0.0020117603708058596, -0.007686933036893606, 0.012880806811153889, -0.028273139148950577, -0.00947362557053566, -0.019889073446393013, 0.014219671487808228, -0.0032271267846226692, -0.045909225940704346, 0.027608323842287064, -0.06304670125246048, -0.010443148203194141, -0.02869788371026516, 0.06341604143381119, -0.047460462898015976, 0.05037826672196388, 0.02249293588101864, 0.04450572654604912, -0.02336088940501213, -0.010738622397184372, 0.0409231074154377, 0.0121790561825037, -0.01751605048775673, 0.01252069789916277, 0.014302773401141167, 0.029842844232916832, 0.01269613578915596, -0.02638949453830719, -0.02941809967160225, -0.0048152981325984, 0.07593674212694168, -0.05857766047120094, 0.03168955445289612, 0.018374770879745483, 0.0017647627973929048, -0.05281592532992363, -0.0014831394655629992, 0.01265920139849186, 0.01265920139849186, -0.005734036676585674, 0.05743269994854927, -0.04011055454611778, -0.03992588445544243, 0.030378390103578568, -0.047386594116687775, -0.005734036676585674, 0.01086789183318615, 0.024376580491662025, 0.02949196845293045, -0.052040304988622665, 0.0092935711145401, 0.03841158002614975, -0.061606265604496, -0.07139383256435394, 0.009944536723196507, -0.03172648698091507, 0.013416352681815624, 0.04923330619931221, -0.003993511665612459, 0.0020844745449721813, 0.009806033223867416, 0.01106179691851139, -0.002961662132292986, 0.004067379981279373, 0.008656456135213375, -0.06899310648441315, -0.029104160144925117, 0.08975013345479965, -0.04140325263142586, -0.010600118897855282, 0.01731291227042675, -0.06348991394042969, 0.04096003994345665, -0.01379492785781622, -0.020313816145062447, -0.07113528996706009, 0.0409969761967659, -0.01727597787976265, -0.01564163900911808, -0.0037165051326155663, 0.049011699855327606, 0.026297159492969513, 0.014339707791805267, -0.012428362853825092, -0.028827153146266937, -0.02511526457965374, 0.014755217358469963, 0.012409895658493042, 0.010101507417857647, -0.03578925132751465, 0.030803132802248, 0.041772592812776566, -0.036047790199518204, -0.012012852355837822, -0.036232464015483856, -0.04613083228468895, -0.003511058632284403, -0.008808809332549572, 0.026278691366314888, -0.008545652963221073, -0.030821600928902626, 0.012086721137166023, 0.052963659167289734, 0.0034695076756179333, -0.04214193671941757, 0.02749752067029476, 0.023176217451691628, -0.04860542342066765, 0.024191908538341522, -0.05842992290854454, -0.04062763229012489, -0.014478211291134357, 0.001975980354472995, -0.029676640406250954, 0.03414567932486534, -0.03826384246349335, 0.04144018515944481, -0.001345790340565145, -0.006412702612578869, 0.05440409481525421, 0.030027514323592186, 0.0385223850607872, 0.07859600335359573, -0.07320360839366913, 0.022400598973035812, 0.03242823854088783, -0.06958405673503876, -0.022733008489012718, 0.013702592812478542, -0.007788502145558596, -0.06038743630051613, 0.051486290991306305, 0.022714540362358093, -0.0435454361140728, 0.032225098460912704, 0.01374876033514738, -0.02308388240635395, 0.03682341054081917, 0.04930717498064041, 0.009584427811205387, 0.015770908445119858, -0.01854097470641136, 0.03017525188624859, -0.019593600183725357, 0.0121790561825037, -0.03466275706887245, -0.005604766774922609, 0.014432043768465519, -0.031578753143548965, 0.03800530359148979, 0.02790379710495472, -0.027645258232951164, -0.003220201702788472, 0.023545559495687485, 0.025613876059651375, -0.04494893550872803, 0.02197585627436638, -0.04262208193540573, -0.014653648249804974, 0.04214193671941757, 0.011034095659852028, 0.009935302659869194, -0.0332777239382267, -0.004136631730943918, 0.011366504244506359, 0.004565991926938295, 0.017691487446427345, 0.05850379168987274, -0.015733974054455757, 0.04808834567666054, -0.032705243676900864, -0.024062639102339745, -0.0067404936999082565, -0.01981520466506481, 0.0096305962651968, 0.07726637274026871, -0.007391459308564663, -0.00812091026455164, 0.018928783014416695, -0.06031356751918793, 0.0024399664252996445, -0.007206788286566734, -0.012114421464502811, 0.017848458141088486, -0.03833771124482155, 0.02001834288239479, -0.043730106204748154, -0.030119849368929863, 0.007419160101562738, 0.009879902005195618, 0.048974763602018356, -0.019242724403738976, -0.019094986841082573, -0.020793961361050606, -0.029547369107604027, -0.01405346766114235, 0.059242475777864456, 0.04509667307138443, 0.011209533549845219, 0.06278815865516663, -0.00542471231892705, -0.008397916331887245, -0.004459806252270937, 0.062271080911159515, 0.04476426541805267, 0.022345198318362236, 0.02642642892897129, -0.017608385533094406, -0.07032273709774017, 0.01386879663914442, 0.000161587173352018, -0.03530910611152649, -0.029842844232916832, 0.03337005898356438, -0.087238609790802, -0.011384970508515835, 0.06888230890035629, -0.040812306106090546, -0.046869516372680664, 0.004824531264603138, -0.0021641140338033438, 0.022936146706342697, -0.012806938029825687, -0.007419160101562738, 0.04306529089808464, 0.022234395146369934, 0.0385223850607872, -0.03416414558887482, 0.008531803265213966, -0.04779287055134773, 0.056176938116550446, -0.06644465029239655, 0.0539608858525753, 0.021163303405046463, 0.009168918244540691, -0.0008217862341552973, 0.027811462059617043, 0.0513385534286499, -0.030913935974240303, 0.012760770507156849, 0.003587235463783145, 0.03826384246349335, -0.005512431263923645, 0.05879926681518555, -0.0010104969842359424, 0.0538131482899189, 0.015318464487791061, -0.025521541014313698, -0.05115388333797455, -0.031578753143548965, -0.021163303405046463, 0.006292666308581829, 0.07948242127895355, 0.004145865328609943, 0.04284368455410004, -0.03248364105820656, 0.017220577225089073, 0.038780923932790756, 0.01579860970377922, 0.09602895379066467, -0.05421942472457886, 0.019353527575731277, -0.013296316377818584, -0.07763571292161942, 0.04664791002869606, -0.009044265374541283, -0.025447672232985497, 0.02367483079433441, -0.043730106204748154, -0.04675871133804321, -0.047903671860694885, -0.0282916072756052, -0.06810668855905533, 0.011994385160505772, -0.002837009262293577, -0.036841876804828644, 0.019870605319738388, -0.032539039850234985, -0.04727579280734062, 0.006583523470908403, 0.019205790013074875, -0.0015593162970617414, -0.00790392141789198, 0.058614592999219894, -0.09529026597738266, 0.004464422818273306, 0.008684156462550163, 0.0018478648271411657, -0.058688461780548096, -0.0006775119691155851, 0.009972237050533295, -0.030082914978265762, 0.034847430884838104, 0.030359921976923943, 0.034570422023534775, -0.031264811754226685, 0.043323829770088196, -0.0013642574194818735, -0.022068191319704056, 0.043286897242069244, -0.07228025048971176, 0.08819890022277832, -0.054071687161922455, 0.025263000279664993, 0.0385223850607872, 0.076897032558918, 0.008504102006554604, -0.0460938960313797, 0.022419067099690437, 0.04321302846074104, 0.011394204571843147, 0.013287083245813847, 0.009519793093204498, 0.04731272533535957, -0.01554006990045309, 0.04768206924200058, -0.0077054002322256565, -0.029307296499609947, -0.028716349974274635, -0.03676800802350044, 0.014118102379143238, 0.03855931758880615, -0.028402408584952354, 0.045835357159376144, -0.05240964889526367, -0.10179068893194199, 0.042289674282073975, -0.05776510760188103, -0.059722620993852615, -0.024136507883667946, 0.028439342975616455, -0.005637084133923054, 0.021661914885044098, 0.055622924119234085, 0.010360046289861202, 0.06703559309244156, -0.009399756789207458, 0.04457959532737732, -0.024136507883667946, 0.02459818497300148, 0.018476339057087898, 0.013841096311807632, 0.030710797756910324, 0.0033563964534550905, 0.006043360568583012, -0.011486539617180824, -0.028236204758286476, 0.01683276705443859, -0.07386842370033264, -0.028476277366280556, 0.032889917492866516, 0.014155036769807339, -0.022419067099690437, -0.008758025243878365, 0.05503197759389877, -0.013250148855149746, -0.07948242127895355, -0.03307458758354187, 0.010110740549862385, -0.04668484255671501, 0.04243740811944008, -0.02956583723425865, -0.008748791180551052, -0.00007935084431665018, 0.0192611925303936, -0.005650934297591448, -0.021791184321045876, -0.017682254314422607, -0.029085692018270493, 0.023508626967668533, 0.016814300790429115, 0.007239105645567179, 0.01060935202986002, 0.02594628371298313, 0.013896496966481209, 0.0433976985514164, 0.04398864507675171, 0.02077549509704113, 0.013776461593806744, -0.06308363378047943, 0.04306529089808464, 0.006514271721243858, -0.018457872793078423, 0.01514302659779787, 0.05189256742596626, -0.03248364105820656, 0.0011922825360670686, 0.027959197759628296, -0.057654306292533875, 0.046426303684711456, -0.010249244049191475, -0.011338802985846996, 0.08997174352407455, 0.009556727483868599, -0.01831013523042202, -0.01554006990045309, -0.037432823330163956, 0.009796800091862679, 0.018577909097075462, 0.02094169892370701, 0.0590578056871891, 0.029233429580926895, -0.009445925243198872, 0.009344356134533882, 0.038596250116825104, -0.02376716583967209, -0.020313816145062447, -0.034607358276844025, 0.04561375081539154, 0.043840911239385605, 0.009963003918528557, -0.006052594166249037, 0.003654178697615862, -0.047829803079366684, 0.01902111992239952, -0.007188321091234684, -0.029510434716939926, -0.057100292295217514, -0.05008279159665108, 0.06411778926849365, 0.0065235053189098835, 0.03569691628217697, -0.008730323985219002, -0.04805140942335129, -0.016731198877096176, -0.07933469116687775, 0.04059069976210594, 0.003504133317619562, 0.0029732040129601955, 0.033129990100860596, 0.0028600930236279964, 0.04513360559940338, -0.03881785646080971, -0.013148579746484756, -0.03093240223824978, 0.0028023833874613047, 0.03981507942080498, 0.041329383850097656, -0.06190174072980881, 0.03231743723154068, 0.07416389882564545, -0.01231755968183279, -0.018420938402414322, 0.036158595234155655, 0.002091399859637022, -0.03800530359148979, -0.0096305962651968, 0.0038988678716123104, -0.00023444568796548992, -0.004473656415939331, 0.0179500263184309, 0.03610319271683693, 0.03944573923945427, 0.023656362667679787, 0.029639706015586853, 0.06563209742307663, -0.07493951916694641, -0.025540007278323174, 0.020757026970386505, 0.00001789000816643238, 0.04151405394077301, -0.05835605412721634, 0.08642605692148209, 0.002571544609963894, -0.015577004291117191, 0.013462520204484463, -0.044284120202064514, 0.0005023630219511688, 0.04096003994345665, -0.017303679138422012, -0.06504114717245102, 0.0243581123650074, -0.0485684908926487, 0.02614942193031311, -0.03565998375415802, 0.07807892560958862, -0.015890944749116898, -0.013296316377818584, -0.051560159772634506, 0.007077518384903669, 0.031855758279561996, -0.01636185683310032, -0.014912188053131104, 0.017303679138422012, -0.008610288612544537, 0.014321240596473217, -0.05229884386062622, -0.03785756602883339, -0.058245252817869186, 0.013637958094477654, 0.07475484907627106, 0.04827301576733589, 0.03128327801823616, 0.03052612580358982, -0.015826309099793434, -0.04144018515944481, -0.026611099019646645, 0.017303679138422012, -0.024099573493003845, 0.005715569481253624, 0.01763608679175377, 0.004819914698600769, -0.0059602586552500725, -0.010775556787848473, -0.028125403448939323, -0.019722869619727135, 0.0061033787205815315, 0.023933369666337967, 0.018208567053079605, 0.023065416142344475, 0.06345297396183014, 0.016528060659766197, -0.058134451508522034, -0.017765356227755547, 0.08753408491611481, -0.0064080860465765, -0.008384066633880138, -0.03525370731949806, -0.015752442181110382, 0.011920517310500145, 0.003804223844781518, 0.0357523187994957, -0.04709111899137497, -0.03686034306883812, 0.04243740811944008, -0.0021987399086356163, -0.03338852897286415, 0.054071687161922455, 0.026444895192980766, -0.05078454315662384, 0.023508626967668533, -0.0717262402176857, 0.00789930485188961, -0.006768194492906332, 0.016029447317123413, 0.04029522463679314, -0.037672895938158035, 0.07220638543367386, -0.042252738028764725, 0.014441276900470257, -0.026777304708957672, -0.07394229620695114, 0.01100639533251524, -0.016805065795779228, -0.0216988492757082, 0.0462416335940361, 0.053997818380594254, -0.017848458141088486, -0.05481037124991417, -0.043286897242069244, 0.00006398563709808514, 0.019316593185067177, -0.032816048711538315, -0.030322987586259842, 0.05492117255926132, -0.004376704338937998, 0.011366504244506359, 0.00556321581825614, 0.008924229070544243, 0.06234494969248772, -0.024339646100997925, -0.020129146054387093, 0.057617370039224625, 0.019926007837057114, 0.01710977405309677, -0.018596375361084938, -0.0435454361140728, -0.019408928230404854, 0.004492123611271381, -0.011920517310500145, 0.00971369817852974, -0.0008541036513634026, -0.0009735627681948245, 0.027534455060958862, -0.055549055337905884, -0.01663886196911335, -0.006204947829246521, 0.01950126327574253, -0.007871603593230247, -0.017543749883770943, 0.02376716583967209, 0.021957390010356903, -0.0159648135304451, -0.02928883023560047, -0.02336088940501213, -0.018596375361084938, 0.017211342230439186, -0.04768206924200058, 0.018642542883753777, 0.026648033410310745, -0.0022137444466352463, 0.01831013523042202, 0.00456830020993948, 0.02073856070637703, -0.040147487074136734, -0.003661103779450059, -0.017543749883770943, 0.04151405394077301, -0.021828118711709976, 0.018134698271751404, 0.036195527762174606, 0.020757026970386505, -0.03501363471150398, 0.03713735193014145, -0.06614917516708374, -0.010655520483851433, -0.05842992290854454, 0.024856725707650185, -0.05226191133260727, -0.030027514323592186, 0.019593600183725357, 0.016768133267760277, -0.041218582540750504, 0.0027792993932962418, -0.0077238669618964195, -0.03340699523687363, 0.017294444143772125, -0.00028840426239185035, 0.03578925132751465, 0.015632405877113342, -0.037229686975479126, 0.01062781922519207, -0.02683270536363125, -0.02480132319033146, 0.034681227058172226, 0.06433939933776855, 0.040775369852781296, -0.016214119270443916, -0.0588361993432045, 0.045318279415369034, -0.03427495062351227, 0.02142184227705002, -0.00485684908926487, -0.03985201567411423, -0.04494893550872803, 0.05684175342321396, 0.021163303405046463, 0.04313915967941284, 0.044875066727399826, -0.01421043835580349, -0.029713572934269905, -0.016334155574440956, -0.056140001863241196, 0.00562323397025466, -0.0007502262014895678, 0.07017499953508377, 0.0345519557595253, -0.05174482986330986, -0.057617370039224625, -0.07058127969503403, -0.029916711151599884, -0.02893795445561409, 0.013573323376476765, 0.011606575921177864, 0.04860542342066765, -0.0011790093267336488, 0.013305549509823322, 0.08155073970556259, 0.06821749359369278, -0.021200237795710564, -0.04469039663672447, 0.04757126420736313, -0.009824500419199467, -0.000910082075279206, 0.024413514882326126, -0.0715785026550293, 0.0020694700069725513, -0.04705418646335602, -0.04875316098332405, -0.06751573830842972, -0.06012889742851257, -0.07778345048427582, -0.0026961974799633026, 0.03565998375415802, -0.057617370039224625, -0.01775612309575081, 0.017663786187767982, -0.026334093883633614, 0.04734966158866882, 0.041809529066085815, 0.015069158747792244, 0.0057017188519239426, 0.034016408026218414, 0.005955641623586416, 0.00699441647157073, -0.08960239589214325, 0.030581528320908546, 0.05551212280988693, 0.02328702062368393, -0.0036587954964488745, -0.05536438524723053, -0.005923324264585972, -0.030987804755568504, 0.007474561221897602, -0.02683270536363125, -0.014459744095802307, -0.035678450018167496, 0.09868821501731873, 0.027996132150292397, -0.038189973682165146, 0.017811523750424385 ]
37,428
flask_debugtoolbar.toolbar
__init__
null
def __init__(self, request, jinja_env): self.jinja_env = jinja_env self.request = request self.panels = [] self.template_context = { 'static_path': url_for('_debug_toolbar.static', filename='') } self.create_panels()
(self, request, jinja_env)
[ 0.01623620092868805, -0.034522153437137604, -0.03396476432681084, -0.006652706768363714, -0.03457609564065933, 0.053509339690208435, -0.012577211484313011, 0.05419258773326874, -0.0503448061645031, 0.05527140572667122, 0.029973139986395836, 0.03430638834834099, -0.006544825155287981, 0.020245805382728577, -0.008441745303571224, -0.042757123708724976, 0.05545121058821678, -0.015849623829126358, 0.020299745723605156, -0.09299404919147491, -0.021576346829533577, 0.04423150792717934, 0.012469329871237278, 0.0371113158762455, -0.05120786279439926, 0.0364280641078949, -0.024632994085550308, 0.04383594170212746, 0.010617360472679138, -0.012298516929149628, -0.009098025970160961, -0.012181645259261131, -0.00045821641106158495, 0.007228075992316008, 0.025028562173247337, -0.027455899864435196, 0.016110338270664215, -0.004935589153319597, -0.020245805382728577, 0.00042956031393259764, 0.02837289497256279, -0.013593098148703575, -0.012091743759810925, -0.090189129114151, -0.006697657518088818, 0.009160957299172878, 0.006297595798969269, 0.015301225706934929, -0.028696540743112564, 0.02172018773853779, -0.019113047048449516, 0.01974235661327839, 0.011938911862671375, 0.02501058019697666, -0.007349442690610886, 0.03765072301030159, 0.009835218079388142, 0.0411388985812664, -0.030260825529694557, 0.006917915772646666, -0.058543819934129715, 0.013350363820791245, -0.017153194174170494, -0.014150487259030342, -0.0004438883624970913, 0.014573023654520512, -0.06343445926904678, -0.006131278350949287, 0.008342853747308254, 0.009934109635651112, -0.0002483527350705117, 0.020982995629310608, -0.05012904480099678, 0.0043647149577736855, 0.0017620682483538985, -0.0476837232708931, -0.008333863690495491, -0.05304184928536415, -0.019508613273501396, -0.027222156524658203, 0.06213987618684769, -0.029235947877168655, -0.014815757982432842, 0.01841181516647339, 0.07645218819379807, -0.04592165723443031, -0.006176229100674391, 0.022475359961390495, 0.03524136543273926, 0.020012060180306435, -0.009003628976643085, -0.003964653704315424, 0.005915514659136534, -0.026071418076753616, -0.00816305074840784, 0.0039624059572815895, 0.018133120611310005, 0.03286796808242798, -0.015121422708034515, 0.036535944789648056, 0.040635451674461365, -0.007335957605391741, -0.03536722809076309, -0.0049940249882638454, -0.00026731632533483207, 0.008972164243459702, 0.04268520325422287, 0.028139151632785797, -0.034612055867910385, -0.029829299077391624, 0.047647763043642044, -0.024992600083351135, -0.019850239157676697, 0.019958119839429855, -0.02916402742266655, 0.0510280579328537, -0.05027288571000099, 0.0030881145503371954, 0.048726581037044525, -0.07177731394767761, -0.07968863844871521, 0.017944328486919403, -0.053473375737667084, -0.0028701035771518946, 0.07731524109840393, -0.009979059919714928, -0.015337185934185982, -0.028103191405534744, 0.001154109719209373, -0.006949381437152624, 0.026952452957630157, 0.009682385250926018, -0.08637730777263641, -0.013602088205516338, 0.0523226372897625, -0.021036937832832336, -0.002798182424157858, -0.017261076718568802, -0.032400477677583694, 0.07976055890321732, -0.052178796380758286, -0.03583471477031708, -0.05897534638643265, 0.022043833509087563, -0.022475359961390495, 0.009709355421364307, 0.002593656536191702, 0.046604909002780914, 0.0006883079186081886, 0.011974872089922428, -0.02047954872250557, 0.0042927940376102924, 0.005695256404578686, 0.0006720132660120726, 0.013476226478815079, 0.016946421936154366, -0.017791494727134705, 0.033029790967702866, 0.07195711135864258, -0.02842683531343937, 0.017494820058345795, 0.03439629077911377, -0.06605958193540573, 0.014519082382321358, -0.01752179116010666, 0.02930787019431591, -0.004733311012387276, -0.030584469437599182, 0.02689851075410843, 0.026808610185980797, 0.004459111485630274, -0.054947759956121445, 0.006953876465559006, 0.0014058337546885014, -0.033928804099559784, 0.025154422968626022, -0.022223636507987976, -0.009862188249826431, -0.005070441402494907, -0.04890638589859009, -0.05304184928536415, 0.023266492411494255, -0.032688163220882416, 0.07152558863162994, 0.008599072694778442, -0.01963447406888008, 0.02698841318488121, 0.02916402742266655, 0.008023703470826149, 0.07379110157489777, -0.057357121258974075, 0.017090264707803726, -0.03676968812942505, -0.062499482184648514, -0.00915196631103754, 0.014168467372655869, 0.03340737521648407, -0.08393198251724243, -0.0019890693947672844, 0.02921796776354313, -0.02871452085673809, 0.006958371493965387, -0.025280285626649857, -0.02333841472864151, 0.03436033055186272, 0.09047681093215942, 0.013503196649253368, 0.0476837232708931, -0.018196051940321922, 0.021774129942059517, -0.022277576848864555, 0.029074126854538918, -0.0005500844563357532, 0.016541864722967148, -0.008819331414997578, -0.05487583950161934, -0.038513775914907455, 0.006998827215284109, -0.02053348906338215, -0.016901470720767975, 0.023410335183143616, 0.010617360472679138, -0.0430448092520237, -0.024812797084450722, -0.019652454182505608, -0.00524125387892127, 0.05081229284405708, 0.007956277579069138, -0.03340737521648407, -0.027419939637184143, -0.041174858808517456, -0.0003480871382635087, 0.03355121612548828, 0.030584469437599182, 0.019904179498553276, -0.02393176406621933, 0.026772649958729744, -0.007367423269897699, -0.07810637354850769, -0.02961353398859501, -0.028732500970363617, 0.01875344105064869, 0.06188815087080002, -0.03265220299363136, 0.021054917946457863, 0.008185526356101036, -0.07458223402500153, 0.0390891470015049, -0.008513666689395905, -0.015139402821660042, 0.01875344105064869, -0.03374899923801422, -0.006715637631714344, -0.06084529682993889, -0.047935448586940765, 0.024255407974123955, 0.045418206602334976, 0.03808224946260452, -0.0009636310860514641, -0.031303681433200836, 0.012694083154201508, -0.028498757630586624, -0.02590959519147873, 0.03563693165779114, 0.030566489323973656, 0.002874598605558276, 0.04056353121995926, 0.012891866266727448, -0.01668570749461651, -0.015022531151771545, 0.1087447851896286, 0.07673987001180649, 0.03819013386964798, 0.016856519505381584, -0.014249378815293312, -0.0861615389585495, 0.026826590299606323, 0.020749252289533615, -0.028660578653216362, -0.0006433571688830853, 0.08767188340425491, -0.06339849531650543, -0.0085361422970891, 0.08234971761703491, -0.06800144910812378, -0.0622837170958519, -0.009012619033455849, 0.03306575119495392, -0.02116279862821102, -0.025136442855000496, 0.014528073370456696, 0.09356942027807236, 0.01717117615044117, 0.0497334785759449, -0.03567289188504219, 0.014932629652321339, -0.010464527644217014, 0.07278420776128769, -0.05559505149722099, 0.08997336030006409, 0.027132254093885422, -0.017980288714170456, 0.012640142813324928, 0.012145685032010078, 0.0012440112186595798, -0.017836445942521095, 0.01900516450405121, 0.018591618165373802, 0.038765501230955124, 0.003827553940936923, 0.06710243225097656, 0.04602953791618347, 0.04610145837068558, 0.054947759956121445, -0.035151463001966476, -0.02191797085106373, -0.003209481481462717, -0.016712678596377373, -0.012918837368488312, 0.08134282380342484, 0.011992852203547955, 0.02670072764158249, 0.0015833891229704022, 0.006490883883088827, 0.026071418076753616, 0.0024677945766597986, 0.08127090334892273, -0.049230027943849564, 0.02599949762225151, 0.05545121058821678, -0.05822017416357994, 0.04218175634741783, -0.017449868842959404, -0.029865259304642677, -0.019382750615477562, -0.011561325751245022, -0.05994627997279167, -0.04807928949594498, -0.06070145219564438, -0.1260058581829071, 0.026413043960928917, -0.012792974710464478, -0.05160342901945114, -0.001527200685814023, -0.007767484523355961, -0.08342853933572769, 0.0026363597717136145, -0.06544824689626694, -0.00806865468621254, 0.0059334952384233475, 0.03862166032195091, -0.049805399030447006, 0.03250836208462715, 0.02146846428513527, 0.014986569993197918, -0.019131027162075043, -0.028049249202013016, 0.0003815192321781069, -0.041426584124565125, 0.04495071992278099, 0.010392606258392334, 0.06854085624217987, -0.01568780094385147, 0.024740876629948616, 0.04189407080411911, -0.03617633879184723, 0.06246352195739746, -0.042505402117967606, 0.06979947537183762, -0.031051957979798317, 0.032346539199352264, 0.026179300621151924, 0.03286796808242798, 0.043296534568071365, -0.038765501230955124, -0.006041376851499081, 0.04009604454040527, -0.008639528416097164, -0.045669931918382645, -0.019310830160975456, -0.006567300297319889, 0.008500181138515472, 0.03833397477865219, -0.003933188039809465, -0.06314677000045776, -0.0328499861061573, -0.05886746197938919, 0.04451919347047806, 0.02788742631673813, -0.01718016527593136, 0.050992097705602646, -0.07997632026672363, -0.02635910175740719, 0.07673987001180649, 0.007322472520172596, -0.07508568465709686, 0.0017306027002632618, 0.03024284541606903, -0.012819945812225342, 0.027006393298506737, 0.09400095045566559, -0.022367479279637337, 0.0011866990244016051, 0.02803126908838749, 0.049661554396152496, -0.04599357768893242, 0.025693831965327263, 0.06293100863695145, 0.038765501230955124, 0.0411388985812664, 0.03991623967885971, -0.005394086707383394, -0.0470723956823349, -0.0576448030769825, -0.010788173414766788, -0.05077633261680603, -0.010806153528392315, 0.039556633681058884, 0.00902610458433628, -0.010024011135101318, 0.009556523524224758, 0.05527140572667122, 0.017306027933955193, -0.04293692857027054, 0.005969455931335688, 0.010077951475977898, -0.024938659742474556, 0.017926346510648727, -0.006122288294136524, -0.008257447741925716, -0.06774972379207611, 0.03725515678524971, 0.007452829275280237, -0.004191654734313488, 0.007147164549678564, -0.013269452378153801, -0.003130817785859108, 0.0036342658568173647, -0.02294284850358963, 0.03894530609250069, 0.041570425033569336, -0.03146550431847572, 0.05264628306031227, 0.04851081594824791, -0.017306027933955193, 0.04034776613116264, -0.06674282997846603, 0.017341988161206245, -0.023751961067318916, -0.03000910021364689, 0.041318703442811966, 0.027761565521359444, -0.03146550431847572, -0.029397770762443542, 0.037183236330747604, -0.07066253572702408, 0.03225663676857948, -0.020263785496354103, -0.002845380688086152, 0.02625122107565403, -0.007542730774730444, -0.01869950070977211, 0.014582013711333275, -0.041822150349617004, -0.010958985425531864, 0.011615266092121601, 0.0016721668653190136, 0.08666498959064484, 0.029973139986395836, -0.0355110689997673, -0.02882240153849125, 0.047252196818590164, -0.06548421084880829, -0.014042604714632034, -0.004607448820024729, 0.022960828617215157, 0.00838780403137207, -0.006459418684244156, -0.0018396081868559122, 0.016937430948019028, -0.05796844884753227, -0.03029678575694561, 0.02526230551302433, 0.01791735738515854, -0.05311376973986626, -0.05570293217897415, 0.01934679038822651, 0.0009827350731939077, 0.0126041816547513, 0.007340452633798122, -0.033029790967702866, 0.03937683254480362, -0.06893642246723175, 0.0026071418542414904, -0.025981515645980835, 0.034612055867910385, 0.04344037547707558, 0.011992852203547955, 0.041570425033569336, -0.019077084958553314, -0.016299130395054817, 0.007834910415112972, 0.02073127217590809, 0.042900968343019485, 0.024686936289072037, -0.03297584876418114, 0.04592165723443031, 0.03365910053253174, -0.042217716574668884, -0.024938659742474556, 0.0476837232708931, 0.01775553449988365, -0.03635614365339279, 0.016407012939453125, 0.015400117263197899, 0.0041601890698075294, -0.03570885211229324, 0.016173269599676132, 0.007322472520172596, 0.062247756868600845, 0.04293692857027054, 0.014096545986831188, 0.08724036067724228, -0.053868941962718964, -0.024489153176546097, 0.00534014543518424, 0.016901470720767975, 0.04692855104804039, -0.04520244523882866, 0.11032705008983612, -0.00028529661358334124, -0.044375352561473846, 0.007268531713634729, -0.026017477735877037, -0.00446585426107049, 0.09802853316068649, -0.027545802295207977, -0.049014266580343246, 0.01018583308905363, -0.017288047820329666, 0.0030027080792933702, -0.05462411418557167, 0.06868470460176468, -0.028732500970363617, -0.026880530640482903, -0.043296534568071365, -0.020066002383828163, 0.04149850457906723, 0.010536449030041695, -0.03592461720108986, 0.017557751387357712, -0.038765501230955124, -0.022924868389964104, -0.021774129942059517, -0.024453192949295044, -0.04520244523882866, 0.0009945346973836422, 0.05289800837635994, 0.0457778126001358, 0.03854973986744881, 0.0411388985812664, -0.04825909435749054, -0.04308076947927475, 0.01598447561264038, -0.0038140686228871346, 0.004620933905243874, -0.010554429143667221, 0.010905045084655285, -0.0205694492906332, -0.013943713158369064, 0.007628137245774269, -0.015274254605174065, -0.014312309212982655, 0.029271909967064857, -0.014923639595508575, -0.00045765453251078725, 0.038909342139959335, 0.06537632644176483, 0.00394667312502861, -0.04128274321556091, -0.013215512037277222, 0.04718027636408806, -0.011938911862671375, -0.006837004795670509, -0.07371918112039566, -0.03083619475364685, 0.02921796776354313, -0.023913783952593803, 0.04041968658566475, -0.013467235490679741, 0.0004506309633143246, 0.026754669845104218, -0.03630220144987106, -0.002109312452375889, 0.014905658550560474, 0.03281402587890625, -0.027150236070156097, -0.016667727380990982, -0.05911918729543686, -0.004537775181233883, -0.011831029318273067, 0.02443521097302437, 0.017881397157907486, 0.015265264548361301, 0.058939386159181595, -0.04444727301597595, 0.01895122416317463, 0.008787865750491619, -0.07041081041097641, -0.010158862918615341, 0.009601473808288574, -0.05246648192405701, 0.030224865302443504, 0.07371918112039566, -0.026754669845104218, -0.043008849024772644, -0.03937683254480362, -0.007277521770447493, 0.032939888536930084, -0.022043833509087563, -0.031555406749248505, 0.037470921874046326, 0.002393625909462571, 0.033623140305280685, 0.00809562485665083, -0.01869950070977211, 0.08925414830446243, -0.04696451127529144, -0.01875344105064869, 0.06879258155822754, 0.03004506230354309, -0.005191808100789785, -0.02492067962884903, -0.04214579612016678, 0.03009900264441967, 0.014006644487380981, -0.011534354649484158, 0.0022430410608649254, 0.0026386072859168053, 0.014276348985731602, 0.016514895483851433, -0.06253544241189957, 0.02423742786049843, -0.006917915772646666, 0.0026071418542414904, 0.011183739639818668, -0.006953876465559006, 0.007538235746324062, -0.02211575396358967, 0.0009686880512163043, -0.015247284434735775, 0.009655415080487728, -0.034917719662189484, 0.015094451606273651, -0.00041635605157352984, 0.03682363033294678, -0.0013260463019832969, -0.006625736132264137, 0.011201719753444195, -0.018097160384058952, 0.027509840205311775, -0.023823881521821022, 0.041570425033569336, -0.012685093097388744, 0.06818125396966934, -0.011624256148934364, 0.01821403205394745, -0.004886143375188112, 0.0041601890698075294, 0.0002726542006712407, 0.005389591213315725, -0.059478793293237686, 0.009098025970160961, -0.02984727919101715, 0.023014768958091736, -0.021971913054585457, -0.01791735738515854, -0.0011389389401301742, 0.04297288879752159, -0.020551469177007675, -0.023967724293470383, -0.013224502094089985, -0.013125610537827015, -0.03009900264441967, -0.0036769688595086336, 0.011138788424432278, -0.010356646031141281, -0.02215171605348587, 0.03171722963452339, 0.013377334922552109, -0.029667476192116737, 0.015418097376823425, 0.022313537076115608, 0.031501464545726776, -0.02599949762225151, -0.049625594168901443, 0.027222156524658203, -0.08724036067724228, 0.02215171605348587, 0.020317725837230682, -0.016541864722967148, -0.019059104844927788, 0.03238249942660332, 0.0023351898416876793, -0.008639528416097164, 0.008473210968077183, 0.003944425843656063, -0.04423150792717934, -0.005101906601339579, -0.06275120377540588, 0.03854973986744881, -0.01830393262207508, 0.052682243287563324, 0.0015485523035749793, -0.010419577360153198, -0.013476226478815079, -0.05221475660800934, 0.009547533467411995, -0.009192422032356262, -0.021576346829533577, 0.02990121953189373, 0.006356032099574804, 0.01068029087036848, -0.010788173414766788, 0.09716548025608063, 0.02096501551568508, -0.08601769804954529, -0.06487288326025009, 0.049373872578144073, -0.03331747278571129, -0.0074753048829734325, -0.0019317572005093098, -0.0696556344628334, -0.029002204537391663, 0.0003149359836243093, -0.052574362605810165, -0.07832213491201401, -0.024992600083351135, -0.04782756790518761, 0.005003015045076609, 0.008374319411814213, -0.05261032283306122, -0.027671663090586662, 0.009160957299172878, -0.005133372265845537, 0.050848256796598434, 0.033281512558460236, -0.007048272993415594, -0.006248150020837784, 0.05782460793852806, 0.006230169907212257, -0.0006635850295424461, -0.06084529682993889, 0.010338665917515755, 0.027455899864435196, -0.010455537587404251, 0.012900857254862785, -0.025082502514123917, -0.02698841318488121, 0.0071426695212721825, -0.025442108511924744, -0.02709629386663437, 0.027222156524658203, -0.02975737676024437, 0.1113339439034462, 0.03177116811275482, 0.007542730774730444, -0.0072145904414355755 ]
37,429
flask_debugtoolbar.toolbar
create_panels
Populate debug panels
def create_panels(self): """ Populate debug panels """ activated = self.request.cookies.get('fldt_active', '') activated = unquote(activated).split(';') for panel_class in self._iter_panels(current_app): panel_instance = panel_class(jinja_env=self.jinja_env, context=self.template_context) if panel_instance.dom_id() in activated: panel_instance.is_active = True self.panels.append(panel_instance)
(self)
[ 0.0365072526037693, -0.03167489171028137, -0.02546689473092556, -0.013888628222048283, -0.02610180340707302, 0.07047487050294876, 0.004439951851963997, -0.026824893429875374, -0.09495412558317184, 0.07710614055395126, -0.02061689831316471, 0.030651982873678207, 0.014100264757871628, 0.026895439252257347, 0.015713991597294807, -0.1003861278295517, 0.04708906635642052, 0.02924107387661934, 0.013606446795165539, -0.08528940379619598, 0.0025749076157808304, 0.07121559977531433, 0.039046887308359146, 0.06581887602806091, -0.027547985315322876, 0.0024051577784121037, -0.03331507369875908, 0.06867596507072449, -0.01311262883245945, -0.0009077211143448949, -0.02892361953854561, -0.00639758724719286, 0.014708719216287136, -0.025114167481660843, 0.015467082150280476, 0.007755586411803961, 0.0045457701198756695, 0.028482710942626, 0.004437747411429882, 0.011948629282414913, 0.04952288046479225, -0.01825362630188465, -0.02666616626083851, -0.05336760729551315, -0.0657130554318428, 0.016701627522706985, 0.08662977069616318, -0.0070854052901268005, -0.014646992087364197, 0.007235314231365919, 0.021251806989312172, -0.02943507395684719, 0.011560630053281784, 0.056965421885252, 0.06447850912809372, 0.023279987275600433, -0.012495356611907482, 0.017698081210255623, -0.00011491186887724325, -0.007971632294356823, -0.0701221451163292, -0.045290157198905945, -0.036577798426151276, -0.02460271306335926, 0.00929435808211565, 0.007610086817294359, -0.041198521852493286, -0.008359631523489952, -0.01943526230752468, -0.02223944291472435, -0.011930993758141994, -0.022327624261379242, -0.01096099428832531, -0.016463536769151688, -0.015819808468222618, -0.03019343689084053, 0.02266271412372589, -0.009946903213858604, -0.0025264075957238674, -0.03975234180688858, 0.008055404759943485, -0.038306161761283875, 0.006834086962044239, 0.09276722371578217, 0.028182893991470337, -0.00281961215659976, 0.01052890345454216, 0.024585077539086342, 0.000021149846361367963, -0.018553445115685463, 0.03869416192173958, -0.0017228513024747372, 0.004166588652879, 0.02578434906899929, -0.023244714364409447, -0.02352689579129219, 0.010193812660872936, 0.0886755883693695, -0.04042252153158188, 0.05682433024048805, -0.0076453592628240585, -0.03405579924583435, -0.07061596214771271, 0.008117131888866425, -0.010784630663692951, -0.028888346627354622, -0.015749264508485794, 0.037247978150844574, -0.034743618220090866, -0.03268016502261162, 0.0158021729439497, 0.012662902474403381, 0.009214994497597218, 0.024690896272659302, 0.024126531556248665, 0.01794498972594738, 0.018553445115685463, 0.007380814291536808, 0.003957157023251057, -0.07562468200922012, -0.06581887602806091, -0.005224769935011864, -0.03394998237490654, 0.04222143068909645, 0.034390889108181, 0.009602994658052921, -0.008337586186826229, 0.0023500442039221525, 0.02363271452486515, -0.031322162598371506, 0.01240717526525259, -0.011481266468763351, -0.0730145052075386, -0.05361451581120491, 0.03791816160082817, -0.026913076639175415, 0.003238475415855646, -0.010405449196696281, -0.055801425129175186, 0.05671851336956024, -0.052803244441747665, -0.011181448586285114, -0.07774104923009872, 0.04634833708405495, -0.041198521852493286, 0.0035912024322897196, -0.01525544561445713, 0.08006904274225235, 0.003866770537570119, 0.027918348088860512, -0.023685622960329056, -0.01160472072660923, -0.005793542135506868, -0.019100170582532883, 0.014523537829518318, -0.005824405699968338, 0.011966265738010406, 0.030581437051296234, 0.03370307385921478, -0.018641626462340355, 0.019205989316105843, -0.008778494782745838, -0.05093378946185112, 0.04133961349725723, -0.015325991436839104, 0.006909041665494442, 0.023509260267019272, -0.03682470694184303, 0.006983995903283358, 0.09170904010534286, 0.039046887308359146, -0.014144355431199074, 0.03128689154982567, 0.01869453489780426, -0.08147995173931122, 0.021974897012114525, -0.011296085081994534, -0.0399639792740345, 0.03327979892492294, -0.02201016992330551, -0.04091634228825569, 0.04373815655708313, -0.03738906979560852, 0.04955815523862839, 0.04370288550853729, -0.03283889219164848, -0.0026278167497366667, 0.03700106963515282, 0.05213306099176407, 0.07604795694351196, -0.0416923388838768, 0.0528385154902935, 0.0012014765525236726, -0.07943413406610489, 0.0072044506669044495, 0.04698324576020241, -0.03105761855840683, -0.050334155559539795, 0.017574626952409744, 0.0468774288892746, -0.02363271452486515, 0.009488358162343502, -0.039575979113578796, -0.029188165441155434, 0.028994165360927582, 0.07245013862848282, -0.002861498389393091, 0.017292445525527, 0.03802397847175598, -0.0317983441054821, -0.014699900522828102, 0.013897446915507317, -0.024902531877160072, 0.00489408802241087, 0.009558903984725475, -0.03633088991045952, 0.01750408113002777, 0.012398356571793556, 0.008289086632430553, -0.0033332707826048136, -0.010617084801197052, 0.007539541460573673, -0.04232724756002426, -0.00876526813954115, -0.05125124379992485, -0.001919055706821382, 0.026489803567528725, 0.01079344842582941, -0.047018520534038544, -0.0009490562952123582, 0.010581811890006065, 0.03483179956674576, -0.0012025788892060518, 0.02880016528069973, 0.07865814119577408, 0.045501794666051865, 0.008778494782745838, -0.005260042380541563, -0.026489803567528725, 0.009505994617938995, -0.02105780690908432, -0.008998949080705643, 0.07019268721342087, 0.0012565902434289455, -0.008959267288446426, 0.024549804627895355, -0.04490215703845024, 0.012266083620488644, -0.022539259865880013, 0.024443985894322395, -0.0003069827798753977, -0.06941668689250946, 0.01880035363137722, -0.014329537749290466, -0.04567815735936165, 0.022962532937526703, 0.03331507369875908, 0.03816507011651993, -0.0016170331509783864, -0.06684178113937378, 0.009691176004707813, 0.000606249668635428, -0.046806883066892624, 0.05460214987397194, 0.026242895051836967, 0.018535807728767395, 0.06003414839506149, -0.002874725731089711, -0.0024536577984690666, -0.028764892369508743, 0.024655623361468315, 0.048076700419187546, 0.004014474805444479, 0.007790859322994947, -0.0008233972475863993, -0.0812683179974556, 0.007574813906103373, -0.027124712243676186, -0.0635966882109642, -0.02954089269042015, 0.026807257905602455, -0.04606615751981735, -0.052944332361221313, 0.07696504890918732, -0.05424942448735237, -0.012768720276653767, 0.00031139186467044055, 0.03135743737220764, 0.010229085572063923, -0.036930523812770844, -0.04567815735936165, 0.05675378814339638, 0.061938874423503876, 0.05509597063064575, -0.04984033480286598, 0.03700106963515282, -0.03426743671298027, 0.050016701221466064, -0.09495412558317184, 0.0256961677223444, 0.02042289823293686, -0.014276628382503986, 0.015590536408126354, 0.006349087227135897, 0.018782716244459152, -0.05573087930679321, -0.031868889927864075, 0.032715436071157455, 0.037247978150844574, -0.03103998303413391, 0.0248319860547781, 0.01581099070608616, 0.0007528518326580524, 0.039717067033052444, -0.011313720606267452, -0.06342032551765442, -0.048605792224407196, -0.02451453171670437, 0.015458264388144016, 0.07153305411338806, 0.014796900562942028, 0.008055404759943485, -0.04888797178864479, 0.04493742808699608, 0.03380889073014259, 0.012072084471583366, 0.07661232352256775, -0.05276796966791153, 0.024108896031975746, 0.027565620839595795, -0.08733522146940231, 0.030810710042715073, 0.027124712243676186, 0.016401808708906174, 0.009117994457483292, -0.054002515971660614, -0.04779451712965965, -0.033473800867795944, -0.02492016740143299, -0.045290157198905945, -0.03125162050127983, -0.055625058710575104, -0.05939923971891403, 0.030987072736024857, 0.05170978978276253, -0.03802397847175598, 0.021093079820275307, 0.03169252723455429, 0.0072264960035681725, -0.03366779908537865, 0.026454530656337738, -0.09058031439781189, 0.01542299147695303, 0.034126345068216324, 0.03306816518306732, -0.02816525660455227, 0.0013271356001496315, 0.021004896610975266, -0.04430251941084862, 0.040563613176345825, 0.03331507369875908, 0.02440871298313141, -0.0027137938886880875, 0.004089429508894682, 0.011084448546171188, -0.03215107321739197, 0.06433741748332977, -0.05650687590241432, 0.07908140867948532, -0.06310287117958069, 0.02202780544757843, 0.02128707990050316, 0.06497232615947723, -0.0007666302262805402, -0.08133886009454727, 0.004960224498063326, 0.0423625223338604, -0.002389725996181369, 0.03200998157262802, 0.03523743525147438, 0.011701720766723156, -0.02126944251358509, 0.0479356087744236, 0.01052890345454216, -0.04310324788093567, -0.007861404679715633, -0.036683615297079086, 0.03553725406527519, 0.036471977829933167, -0.04426724836230278, 0.019170716404914856, -0.003661748021841049, -0.06680651009082794, 0.040457796305418015, -0.03922325000166893, -0.06028105691075325, -0.011119721457362175, 0.0012169084511697292, 0.01688680797815323, 0.016375355422496796, 0.04715960845351219, -0.013676992617547512, 0.05685960501432419, -0.002583725843578577, 0.01763635315001011, -0.01741589978337288, 0.01696617156267166, 0.038200341165065765, 0.01423253770917654, 0.023473987355828285, 0.060669057071208954, 0.00717358710244298, -0.035096343606710434, -0.03133980184793472, 0.026824893429875374, -0.053579241037368774, -0.02160453423857689, 0.04955815523862839, 0.011393084190785885, 0.008306723088026047, 0.012706993147730827, 0.02051107957959175, -0.029787801206111908, -0.021533988416194916, -0.043879248201847076, 0.012662902474403381, -0.036895252764225006, 0.05964614823460579, 0.017371809110045433, 0.0038976341020315886, -0.012989174574613571, 0.012627629563212395, 0.007217677775770426, -0.009982176125049591, 0.035713616758584976, -0.058517422527074814, -0.004938179161399603, 0.020440533757209778, -0.006410814821720123, 0.037459615617990494, 0.06169196590781212, -0.029611438512802124, 0.0104230847209692, 0.016798626631498337, 0.01869453489780426, 0.01848289929330349, -0.0293468926101923, -0.02116362378001213, 0.01569635421037674, 0.009858721867203712, 0.0045722248032689095, 0.03424979746341705, -0.038306161761283875, 0.011454812251031399, 0.05255633592605591, -0.006961950566619635, 0.06017524003982544, -0.013324265368282795, 0.022098351269960403, 0.04363233968615532, -0.023615077137947083, -0.029523257166147232, -0.021957259625196457, 0.01462053693830967, 0.019717443734407425, -0.025819621980190277, -0.003280361881479621, 0.023244714364409447, 0.039258524775505066, -0.014902719296514988, -0.003377361688762903, 0.040246158838272095, -0.01423253770917654, -0.054214153438806534, -0.012945083901286125, 0.015925627201795578, 0.02783016674220562, 0.021639805287122726, 0.027477439492940903, 0.017274808138608932, -0.06102178245782852, 0.02462035045027733, 0.01391508337110281, -0.022309986874461174, -0.05650687590241432, -0.04543124884366989, 0.015661081299185753, 0.01429426483809948, 0.011190266348421574, -0.009761721827089787, -0.0071559506468474865, -0.06236214563250542, -0.05922287702560425, -0.00031524981022812426, -0.018747443333268166, -0.017230717465281487, 0.05364978685975075, 0.010775811970233917, 0.06123341992497444, -0.037565432488918304, -0.03017580136656761, 0.01913544349372387, -0.009109176695346832, 0.04278579354286194, 0.03380889073014259, -0.07163886725902557, 0.052062515169382095, 0.049910880625247955, -0.02236289717257023, -0.006203587632626295, 0.06059851124882698, -0.022750897333025932, -0.07689449936151505, -0.03664834424853325, -0.005789133254438639, 0.024955440312623978, -0.006538677960634232, -0.0016754536191001534, -0.0017922944389283657, 0.041621796786785126, 0.04126906767487526, 0.01010563038289547, 0.03585470840334892, -0.0012775333598256111, -0.01600499078631401, 0.02320944145321846, -0.036260344088077545, 0.024320531636476517, -0.03416161611676216, 0.08112722635269165, 0.041621796786785126, -0.05213306099176407, 0.029417438432574272, -0.015564082190394402, -0.020810898393392563, 0.01654290035367012, -0.0003714656922966242, -0.05985778570175171, 0.011163812130689621, -0.026066530495882034, 0.045395974069833755, -0.03253907337784767, 0.03393234312534332, -0.026278167963027954, -0.03999925032258034, -0.041727613657712936, 0.04278579354286194, -0.00022500129125546664, 0.03093416430056095, 0.0030709300190210342, 0.04433779418468475, -0.02082853391766548, -0.01590799167752266, -0.04772397503256798, -0.02462035045027733, -0.03139270842075348, 0.010352539829909801, 0.04472579434514046, 0.015731627121567726, 0.002674112096428871, 0.02945271134376526, -0.04543124884366989, 0.001088493736460805, 0.027265803888440132, -0.019294170662760735, -0.06267960369586945, -0.00047645712038502097, 0.020793261006474495, 0.013315446674823761, 0.010837539099156857, 0.03721270710229874, -0.039046887308359146, -0.008002495393157005, 0.03753016144037247, -0.002140612341463566, -0.05788251385092735, 0.017653990536928177, 0.049170155078172684, 0.041727613657712936, -0.033332709223032, -0.05439051613211632, 0.054531607776880264, -0.021251806989312172, -0.02472616732120514, -0.04419670253992081, -0.020052533596754074, 0.016736900433897972, -0.010758175514638424, 0.06409051269292831, -0.06334978342056274, -0.026507439091801643, 0.0455370657145977, 0.0018429990159347653, -0.016719263046979904, -0.003511838847771287, 0.007442541420459747, -0.007345541380345821, 0.029152892529964447, -0.05530760437250137, 0.02158689685165882, -0.04049306735396385, 0.06461960077285767, 0.015590536408126354, -0.05520178750157356, 0.04338543117046356, -0.07844650000333786, 0.013835719786584377, -0.018341807648539543, -0.06528978049755096, -0.018747443333268166, 0.03253907337784767, -0.013385992497205734, 0.05051051825284958, 0.06514868885278702, 0.005833223927766085, -0.029911255463957787, -0.01461171917617321, -0.0050880881026387215, 0.027653802186250687, -0.038200341165065765, -0.04694797471165657, 0.04811197146773338, -0.024003077298402786, 0.0208461694419384, -0.007050132378935814, -0.03728325292468071, 0.06747668981552124, -0.018130172044038773, 0.02225707843899727, 0.06056324020028114, 0.00451049767434597, 0.02319180592894554, -0.044443611055612564, -0.08176213502883911, -0.03223925456404686, 0.008641812950372696, -0.011410720646381378, -0.00432311138138175, 0.03596052527427673, -0.02354453317821026, -0.028006529435515404, -0.06888759881258011, 0.02107544243335724, -0.04038725048303604, 0.047970883548259735, -0.005127769894897938, -0.00902540422976017, -0.013703446835279465, 0.016683990135788918, 0.0060933600179851055, -0.023914895951747894, -0.05488433316349983, -0.035837069153785706, 0.021022533997893333, -0.04126906767487526, 0.011093266308307648, -0.006556314416229725, 0.04264470189809799, 0.05230942368507385, 0.0033046118915081024, 0.021216534078121185, -0.03879997879266739, 0.034972891211509705, -0.03587234392762184, 0.03661306947469711, 0.0027953621465712786, 0.03978761285543442, 0.04532542824745178, 0.001290760701522231, -0.028323983773589134, 0.035837069153785706, -0.03354434669017792, 0.025837257504463196, -0.027124712243676186, 0.015387718565762043, -0.04426724836230278, -0.02654271200299263, 0.03590761497616768, 0.03514925390481949, -0.026789620518684387, -0.005458451341837645, -0.03380889073014259, -0.0292058028280735, -0.04419670253992081, 0.01739826239645481, 0.007914314046502113, -0.025643259286880493, -0.03700106963515282, 0.01310381107032299, 0.0002351973089389503, -0.08359631896018982, 0.022539259865880013, 0.06356141716241837, 0.054319970309734344, -0.019364716485142708, -0.02816525660455227, 0.04730070009827614, 0.009805812500417233, 0.00523799704387784, 0.010396630503237247, -0.05911705642938614, -0.010035085491836071, 0.028535621240735054, 0.03879997879266739, 0.02932925708591938, 0.008227359503507614, 0.00891076773405075, 0.006463723722845316, -0.005414360668510199, -0.06370250880718231, -0.032186344265937805, 0.02546689473092556, 0.042609430849552155, 0.04708906635642052, -0.029911255463957787, -0.016604626551270485, -0.06610105186700821, -0.00028135496540926397, -0.02880016528069973, 0.014382446184754372, 0.04525488242506981, 0.04698324576020241, -0.006763541605323553, 0.003970384132117033, 0.04673633724451065, 0.0673355981707573, -0.05393197014927864, -0.0231036227196455, 0.03276834636926651, -0.0185887161642313, 0.002170373685657978, 0.0027071803342550993, -0.06962832808494568, -0.010008630342781544, -0.07654177397489548, -0.03774179890751839, -0.022221805527806282, -0.02557271346449852, -0.09234394878149033, 0.00008845733827911317, 0.021234169602394104, -0.030687255784869194, 0.034567251801490784, 0.044443611055612564, -0.03211579844355583, 0.021322350949048996, 0.06038687378168106, -0.016481172293424606, -0.03696579858660698, 0.042397793382406235, 0.017265990376472473, 0.03192180022597313, -0.06595996022224426, 0.023597441613674164, 0.007998086512088776, -0.009091540239751339, 0.027671439573168755, -0.05051051825284958, -0.01084635779261589, -0.04416143149137497, -0.020775625482201576, 0.02298016846179962, 0.01267172023653984, -0.0014020900707691908, 0.06313814967870712, 0.01999962516129017, -0.02654271200299263, -0.00598754221573472 ]
37,430
flask_debugtoolbar.toolbar
render_toolbar
null
def render_toolbar(self): context = self.template_context.copy() context.update({'panels': self.panels}) template = self.jinja_env.get_template('base.html') return template.render(**context)
(self)
[ -0.002794500906020403, -0.08956541121006012, -0.022780152037739754, 0.029460445046424866, 0.011681676842272282, 0.039092086255550385, -0.048246562480926514, 0.006247310899198055, -0.035168737173080444, 0.02048269845545292, 0.04464132338762283, -0.00028124498203396797, -0.010497603565454483, -0.005686201620846987, -0.041000738739967346, -0.033436812460422516, 0.06291493028402328, -0.05520961806178093, 0.04425252228975296, -0.05743638053536415, 0.015755241736769676, 0.05167507007718086, 0.033896300941705704, -0.05107419937849045, -0.03101564571261406, 0.026668153703212738, -0.052381981164216995, 0.01532225962728262, -0.018715424463152885, -0.01615287736058235, -0.055669110268354416, -0.022426698356866837, 0.01883913390338421, 0.008451984263956547, 0.03000830113887787, -0.03444415703415871, -0.018874479457736015, 0.023221971467137337, 0.08327391743659973, 0.01082454901188612, 0.007621366064995527, -0.061112310737371445, 0.036971356719732285, -0.08129457384347916, -0.021472370252013206, -0.023257317021489143, 0.05160437896847725, 0.032959647476673126, 0.005995474755764008, 0.003775337478145957, 0.021825825795531273, -0.002507318975403905, -0.022356007248163223, 0.028081972151994705, -0.01566687785089016, -0.02827637270092964, 0.0038084739353507757, -0.018609387800097466, -0.01772575080394745, 0.016541678458452225, -0.016541678458452225, 0.002131773391738534, -0.031846266239881516, -0.04598445072770119, 0.028930263593792915, -0.004033801145851612, -0.04810518026351929, -0.01699233241379261, -0.0022035688161849976, 0.045595649629831314, -0.009949748404324055, 0.004411555826663971, -0.022409025579690933, -0.012795059010386467, -0.033171720802783966, -0.03926881402730942, 0.018061533570289612, -0.05687085539102554, 0.021843498572707176, -0.05828467383980751, 0.0444645956158638, -0.045807722955942154, 0.04785776138305664, 0.029230700805783272, 0.056128598749637604, -0.021207280457019806, -0.018697751685976982, 0.01704535074532032, -0.0026045190170407295, -0.03568124771118164, 0.05916830897331238, 0.007722984533756971, -0.0046479287557303905, -0.005818747449666262, -0.012211858294904232, -0.02530735358595848, -0.00649914750829339, 0.07549791783094406, -0.023522406816482544, 0.03251782804727554, -0.009569784626364708, 0.022090915590524673, -0.01756669580936432, -0.028771208599209785, 0.016903968527913094, 0.043863724917173386, 0.022302988916635513, 0.03849121183156967, -0.04336888715624809, -0.0066405292600393295, 0.017389969900250435, -0.02905397303402424, 0.046231869608163834, -0.047610342502593994, -0.00172419601585716, 0.04029383137822151, -0.09868454188108444, 0.01583476923406124, 0.017275096848607063, -0.049412962049245834, -0.0487060509622097, 0.004382837563753128, 0.000052569477702490985, -0.03568124771118164, 0.015481313690543175, 0.03589332103729248, -0.011363567784428596, 0.00831502117216587, 0.030361754819750786, -0.0025382463354617357, -0.018697751685976982, 0.030503137037158012, -0.07443755120038986, -0.044217176735401154, 0.0725288987159729, -0.04842329025268555, 0.0035301283933222294, -0.017867133021354675, -0.04743361473083496, 0.0476456880569458, 0.009870221838355064, -0.0682874396443367, -0.018697751685976982, 0.048670705407857895, -0.015189713798463345, -0.0187861155718565, 0.012582985684275627, 0.015516659244894981, -0.009322366677224636, -0.02398189902305603, -0.002394655253738165, -0.01830895058810711, 0.013113168068230152, -0.0030065737664699554, 0.006463801953941584, 0.06333907693624496, -0.01207047700881958, 0.006044074892997742, 0.03619375824928284, -0.03145746514201164, -0.007621366064995527, 0.01974044367671013, -0.06362184137105942, 0.05916830897331238, -0.01814989745616913, 0.0030728464480489492, -0.014571168459951878, -0.00404705572873354, 0.04213179647922516, 0.005646438337862492, 0.019811132922768593, -0.05892089009284973, -0.0029513463377952576, 0.009083785116672516, -0.07083231210708618, 0.01793782413005829, -0.05421994626522064, 0.010276693850755692, -0.03248248249292374, -0.012026295065879822, -0.018503351137042046, -0.0097906943410635, -0.024335352703928947, 0.012865749187767506, 0.00558458361774683, -0.06948918849229813, 0.07945660501718521, 0.030344082042574883, 0.030308736488223076, 0.030609173700213432, -0.07164525985717773, -0.008001330308616161, 0.00333572831004858, -0.04966038092970848, -0.016020333394408226, -0.028241027146577835, 0.0043541197665035725, -0.041000738739967346, -0.00030126486672088504, 0.020093897357583046, -0.02456509880721569, 0.006839347537606955, 0.017063023522496223, -0.026438409462571144, 0.05213456228375435, 0.04266197606921196, 0.010391566902399063, -0.0033777011558413506, 0.010674330405890942, -0.00944607611745596, -0.03423208370804787, -0.007537420839071274, -0.05114489048719406, -0.0041972738690674305, 0.0262086633592844, -0.030078992247581482, -0.010904076509177685, -0.0031722555868327618, -0.056234635412693024, -0.009817203506827354, 0.004106701351702213, -0.03347215801477432, -0.00166786415502429, -0.011990949511528015, -0.018132224678993225, -0.0006533388514071703, 0.034709248691797256, -0.029513463377952576, -0.004855583421885967, -0.005328328814357519, -0.005125092342495918, -0.014942295849323273, -0.0012227322440594435, 0.03690066561102867, -0.047716379165649414, -0.011390076018869877, 0.019563715904951096, -0.018485678359866142, -0.039728302508592606, 0.03500968590378761, 0.00897333025932312, 0.02567848190665245, 0.09804832190275192, -0.00006396010576281697, -0.03022037260234356, -0.029283719137310982, -0.05192248895764351, 0.021507715806365013, 0.005129510536789894, 0.007471147924661636, 0.03424975648522377, -0.06807536631822586, -0.027039282023906708, -0.041424885392189026, 0.0005094717489555478, -0.022267643362283707, -0.014253059402108192, -0.016488660126924515, -0.017186732962727547, -0.03644117712974548, 0.005036728922277689, 0.011001275852322578, -0.05390183627605438, 0.04905950650572777, 0.028347063809633255, -0.021154262125492096, 0.015481313690543175, 0.03831448405981064, -0.005761310923844576, 0.01161982212215662, 0.0868084654211998, 0.06012263894081116, 0.0219672080129385, -0.012697858735918999, -0.018291277810931206, -0.041000738739967346, 0.06910038739442825, 0.006737729534506798, -0.004175183363258839, -0.05764845386147499, -0.0008019002852961421, -0.07500308007001877, -0.022143933922052383, 0.04428786784410477, -0.02947811782360077, -0.054078564047813416, 0.013864259235560894, -0.04358096048235893, 0.021790480241179466, 0.000302921689581126, 0.026544444262981415, 0.07012540102005005, -0.013661022298038006, 0.027445754036307335, -0.02758713625371456, 0.0027216009330004454, 0.03287128359079361, 0.019192587584257126, -0.030609173700213432, 0.04881208762526512, 0.015348768793046474, -0.001033302629366517, 0.0035743103362619877, 0.0029137919191271067, 0.026986263692378998, -0.04135419428348541, 0.046832744032144547, -0.013864259235560894, 0.004776055924594402, 0.0016292050713673234, 0.03552219271659851, 0.030732883140444756, 0.06818140298128128, 0.00017341368948109448, -0.025024589151144028, -0.07479100674390793, -0.0072679114528000355, -0.0005395706393755972, -0.002851937199011445, 0.05881485715508461, -0.009304693900048733, 0.014288404956459999, -0.009940912015736103, -0.019722770899534225, 0.025643136352300644, -0.021684443578124046, 0.04630256071686745, -0.05630532652139664, 0.03198764845728874, 0.03196997568011284, -0.06436409056186676, -0.0009559844038449228, 0.0072148931212723255, -0.025077607482671738, -0.005085329059511423, 0.013510804623365402, -0.02154306136071682, 0.0027238100301474333, -0.033436812460422516, -0.05114489048719406, 0.0293720830231905, 0.017389969900250435, -0.008765675127506256, -0.007219311315566301, -0.0502965971827507, -0.049412962049245834, -0.02488320879638195, -0.019917169585824013, -0.018715424463152885, 0.005500637926161289, 0.02048269845545292, -0.029248373582959175, 0.051321618258953094, 0.015498986467719078, -0.01688629575073719, -0.02292153425514698, -0.03212902694940567, 0.03276524692773819, -0.05945107340812683, 0.038667939603328705, 0.02456509880721569, 0.029778555035591125, -0.029354410246014595, 0.08426359295845032, -0.003253991948440671, -0.010471094399690628, 0.05234663560986519, 0.0005887229344807565, 0.035751938819885254, -0.03499201312661171, 0.025554772466421127, 0.05754241719841957, 0.055669110268354416, 0.042379215359687805, -0.027675500139594078, 0.039198122918605804, -0.005783401895314455, -0.01289225835353136, -0.019404660910367966, -0.06450547277927399, 0.051639724522829056, 0.014792077243328094, 0.052594054490327835, -0.01741647906601429, -0.04096539691090584, -0.002310709794983268, -0.02815266326069832, 0.005933620035648346, 0.027516445145010948, -0.03566357493400574, 0.05764845386147499, -0.04103608429431915, -0.0952913761138916, 0.061324384063482285, -0.0873739942908287, -0.06044074520468712, 0.031086336821317673, 0.004491083323955536, -0.010276693850755692, 0.00012391623749863356, 0.07592206448316574, -0.0013994595501571894, 0.02799360826611519, -0.02164909802377224, 0.03806706517934799, -0.04654997959733009, 0.04934227094054222, 0.011743530631065369, 0.018344296142458916, 0.022727135568857193, -0.04418183118104935, 0.024759499356150627, -0.07079696655273438, 0.01254764012992382, 0.030715210363268852, -0.05616394430398941, -0.0412835031747818, 0.024423716589808464, 0.01640913262963295, -0.0465853251516819, -0.029831573367118835, 0.04969572648406029, -0.0050234743393957615, -0.03294197469949722, -0.002942509949207306, 0.017504842951893806, -0.045913759618997574, 0.011151494458317757, -0.017928987741470337, 0.003421882865950465, -0.01968742534518242, -0.029248373582959175, 0.00018501142039895058, -0.0015143322525545955, 0.00984371267259121, 0.0007323138997890055, 0.015295750461518764, 0.003371073864400387, 0.0017109414329752326, 0.03933950513601303, 0.06888831406831741, 0.012459277175366879, 0.04775172472000122, 0.053442344069480896, -0.02095986157655716, 0.040753323584795, -0.1048346534371376, 0.03817310184240341, -0.0455249585211277, 0.014164695516228676, 0.054926853626966476, 0.06135972961783409, -0.024423716589808464, -0.033737245947122574, 0.04220248758792877, -0.04609048739075661, 0.026650480926036835, -0.005160437896847725, 0.0035941919777542353, 0.033737245947122574, 0.0190512053668499, -0.019758114591240883, 0.019174914807081223, -0.012185349129140377, 0.002882864559069276, -0.07549791783094406, -0.025978917255997658, 0.04457063227891922, 0.03587564826011658, 0.005085329059511423, 0.029124664142727852, 0.020235279574990273, -0.07023143768310547, 0.01725742407143116, 0.002876237267628312, 0.03965761139988899, 0.04686808958649635, 0.012901094742119312, -0.014800913631916046, -0.0002273983700433746, -0.09366548806428909, -0.020076224580407143, -0.0014823004603385925, -0.015207386575639248, -0.008270839229226112, -0.015021823346614838, 0.04223783314228058, 0.027498772367835045, -0.0016546095721423626, 0.009463748894631863, -0.039516229182481766, 0.011504949070513248, -0.09331203252077103, 0.04531288892030716, -0.015136695466935635, 0.02090684324502945, 0.048034489154815674, 0.0029513463377952576, 0.01841498725116253, -0.010692003183066845, 0.031192373484373093, 0.00771414814516902, 0.009225166402757168, 0.06789863854646683, 0.01180538535118103, -0.024706481024622917, 0.08249631524085999, 0.011664004065096378, -0.010656657628715038, -0.011884912848472595, 0.027622481808066368, 0.031528156250715256, -0.02536037191748619, 0.029919937252998352, -0.030025973916053772, -0.010276693850755692, 0.018962843343615532, 0.036971356719732285, 0.008531511761248112, 0.041636958718299866, 0.041106775403022766, 0.013325240463018417, -0.007338602561503649, -0.048882778733968735, -0.027074627578258514, 0.001868891529738903, 0.004599328618496656, 0.02732204459607601, -0.05987522006034851, 0.08928264677524567, -0.032800592482089996, -0.06393995136022568, 0.0033246828243136406, -0.07235217094421387, -0.01526924129575491, 0.018017351627349854, -0.02848844602704048, -0.018070369958877563, 0.0040050833486020565, -0.04785776138305664, -0.003105982905253768, -0.09783624857664108, 0.08765675872564316, -0.06591929495334625, 0.0055978382006287575, -0.025272008031606674, 0.0007787048234604299, 0.005438783671706915, 0.027180664241313934, 0.010630148462951183, -0.007219311315566301, -0.04934227094054222, -0.0018600551411509514, -0.018697751685976982, -0.029760882258415222, -0.030185028910636902, 0.016965823248028755, 0.0799514427781105, 0.035380810499191284, 0.06256147474050522, 0.05308888852596283, -0.014641859568655491, -0.0214370246976614, 0.02910699136555195, 0.01915724202990532, 0.041636958718299866, -0.011381239630281925, 0.0545380525290966, 0.009119130671024323, -0.006963056977838278, -0.008633130230009556, 0.022090915590524673, -0.028170336037874222, -0.020252952352166176, 0.02276247926056385, 0.023009898141026497, 0.057507071644067764, 0.05467943474650383, -0.008244330063462257, -0.023646116256713867, -0.039622265845537186, 0.07168060541152954, 0.016532842069864273, -0.01299829501658678, -0.03232342749834061, -0.015658041462302208, -0.04146023094654083, -0.032005321234464645, 0.05796656385064125, -0.011584476567804813, -0.025484081357717514, 0.014208877459168434, -0.004340865183621645, 0.010886403732001781, 0.08150664716959, 0.023274989798665047, -0.037925686687231064, -0.012742040678858757, -0.08935333788394928, -0.00862871203571558, 0.018697751685976982, 0.013334076851606369, 0.050367288291454315, 0.03767826780676842, 0.05584583804011345, -0.03902139514684677, 0.02758713625371456, -0.0076169478707015514, -0.09168613702058792, 0.013334076851606369, 0.01196444034576416, -0.03852655738592148, 0.021101243793964386, 0.03186393901705742, -0.016064513474702835, -0.03626444935798645, -0.05499754473567009, -0.00027931202203035355, 0.031740229576826096, -0.007669966202229261, -0.011098476126790047, 0.07288235425949097, -0.0868084654211998, 0.03817310184240341, -0.0136256767436862, 0.0025846371427178383, 0.08539464324712753, -0.006689129397273064, 0.019351642578840256, 0.06860554963350296, 0.008633130230009556, -0.016806768253445625, -0.001180759514681995, -0.022674117237329483, 0.0021748507861047983, 0.023363353684544563, 0.012088149785995483, 0.048246562480926514, -0.019139569252729416, -0.021472370252013206, 0.04757499694824219, -0.05616394430398941, 0.025484081357717514, -0.017336951568722725, 0.00217816443182528, 0.005288565531373024, -0.03767826780676842, 0.07634620368480682, -0.03032640926539898, 0.0004498262715060264, 0.014703714288771152, -0.03456786647439003, -0.009569784626364708, -0.0010752753587439656, 0.0033997921273112297, 0.03272990137338638, 0.061642494052648544, 0.00217816443182528, 0.004203901160508394, 0.060157984495162964, 0.020129242911934853, -0.021878844127058983, 0.023911207914352417, 0.035027358680963516, 0.02567848190665245, -0.04170764982700348, -0.024759499356150627, -0.011549131013453007, -0.005858511198312044, -0.02514829859137535, 0.06524772942066193, -0.09246373921632767, -0.03250015527009964, -0.061218347400426865, 0.01714255101978779, -0.0028629826847463846, -0.011319385841488838, 0.014624186791479588, 0.03463855758309364, -0.008717075921595097, -0.008080856874585152, -0.0328359380364418, -0.003603028366342187, 0.02758713625371456, 0.005315074231475592, 0.010232512839138508, -0.013784731738269329, -0.000007136401563911932, -0.03172255679965019, -0.015516659244894981, -0.011054294183850288, 0.0028121736831963062, 0.01979346014559269, -0.023151280358433723, -0.009044021368026733, -0.026509098708629608, 0.04283870384097099, -0.09811901301145554, 0.021207280457019806, 0.018379641696810722, -0.004979292396456003, -0.011778876185417175, 0.045701686292886734, 0.011398912407457829, 0.008045511320233345, 0.036759283393621445, 0.028665173798799515, -0.052594054490327835, -0.012680185958743095, -0.05234663560986519, 0.0386325940489769, -0.003929974045604467, 0.046832744032144547, 0.08270838856697083, -0.029778555035591125, -0.05998125672340393, -0.05156903341412544, 0.024918554350733757, -0.00812503881752491, 0.012220694683492184, 0.007784838788211346, 0.019298624247312546, -0.0016921642236411572, -0.010418076068162918, 0.10349152237176895, 0.0868084654211998, -0.014429786242544651, -0.02958415448665619, 0.039410196244716644, 0.025431063026189804, 0.013890768401324749, -0.01703651435673237, -0.06920642405748367, -0.04230852425098419, 0.005986638367176056, -0.02085382491350174, -0.0810118094086647, -0.048776742070913315, -0.05991056561470032, -0.04064728692173958, 0.03423208370804787, -0.03644117712974548, -0.04252059385180473, -0.017177896574139595, 0.01756669580936432, 0.024123281240463257, 0.025855207815766335, 0.03278291970491409, 0.02732204459607601, 0.05475012585520744, -0.017708078026771545, 0.034055355936288834, -0.0640459880232811, 0.025024589151144028, 0.08638431876897812, 0.0285944826900959, 0.007948311977088451, -0.04213179647922516, -0.016700733453035355, 0.011584476567804813, 0.057719144970178604, -0.018450332805514336, -0.009932075627148151, -0.022939207032322884, 0.05701223760843277, 0.04414648562669754, -0.016815604642033577, 0.005977801978588104 ]
37,431
flask_debugtoolbar
DebugToolbarExtension
null
class DebugToolbarExtension(object): _static_dir = os.path.realpath( os.path.join(os.path.dirname(__file__), 'static')) _toolbar_codes = [200, 201, 400, 401, 403, 404, 405, 500, 501, 502, 503, 504] _redirect_codes = [301, 302, 303, 304] def __init__(self, app=None): self.app = app # Support threads running `flask.copy_current_request_context` without # poping toolbar during `teardown_request` self.debug_toolbars_var = contextvars.ContextVar('debug_toolbars') jinja_extensions = ['jinja2.ext.i18n'] if __jinja_version__[0] == '2': jinja_extensions.append('jinja2.ext.with_') # Configure jinja for the internal templates and add url rules # for static data self.jinja_env = Environment( autoescape=True, extensions=jinja_extensions, loader=PackageLoader(__name__, 'templates')) self.jinja_env.filters['urlencode'] = urllib.parse.quote_plus self.jinja_env.filters['printable'] = _printable self.jinja_env.globals['url_for'] = url_for if app is not None: self.init_app(app) def init_app(self, app): for k, v in iteritems(self._default_config(app)): app.config.setdefault(k, v) if not app.config['DEBUG_TB_ENABLED']: return if not app.config.get('SECRET_KEY'): raise RuntimeError( "The Flask-DebugToolbar requires the 'SECRET_KEY' config " "var to be set") DebugToolbar.load_panels(app) app.before_request(self.process_request) app.after_request(self.process_response) app.teardown_request(self.teardown_request) # Monkey-patch the Flask.dispatch_request method app.dispatch_request = self.dispatch_request app.add_url_rule('/_debug_toolbar/static/<path:filename>', '_debug_toolbar.static', self.send_static_file) app.register_blueprint(module, url_prefix='/_debug_toolbar/views') def _default_config(self, app): return { 'DEBUG_TB_ENABLED': app.debug, 'DEBUG_TB_HOSTS': (), 'DEBUG_TB_INTERCEPT_REDIRECTS': True, 'DEBUG_TB_PANELS': ( 'flask_debugtoolbar.panels.versions.VersionDebugPanel', 'flask_debugtoolbar.panels.timer.TimerDebugPanel', 'flask_debugtoolbar.panels.headers.HeaderDebugPanel', 'flask_debugtoolbar.panels.request_vars.RequestVarsDebugPanel', 'flask_debugtoolbar.panels.config_vars.ConfigVarsDebugPanel', 'flask_debugtoolbar.panels.template.TemplateDebugPanel', 'flask_debugtoolbar.panels.sqlalchemy.SQLAlchemyDebugPanel', 'flask_debugtoolbar.panels.logger.LoggingPanel', 'flask_debugtoolbar.panels.route_list.RouteListDebugPanel', 'flask_debugtoolbar.panels.profiler.ProfilerDebugPanel', 'flask_debugtoolbar.panels.g.GDebugPanel', ), 'SQLALCHEMY_RECORD_QUERIES': app.debug, } def dispatch_request(self): """Modified version of Flask.dispatch_request to call process_view.""" req = request_ctx.request app = current_app if req.routing_exception is not None: app.raise_routing_exception(req) rule = req.url_rule # if we provide automatic options for this URL and the # request came with the OPTIONS method, reply automatically if getattr(rule, 'provide_automatic_options', False) \ and req.method == 'OPTIONS': return app.make_default_options_response() # otherwise dispatch to the handler for that endpoint view_func = app.view_functions[rule.endpoint] view_func = self.process_view(app, view_func, req.view_args) return view_func(**req.view_args) def _show_toolbar(self): """Return a boolean to indicate if we need to show the toolbar.""" if request.blueprint == 'debugtoolbar': return False hosts = current_app.config['DEBUG_TB_HOSTS'] if hosts and request.remote_addr not in hosts: return False return True def send_static_file(self, filename): """Send a static file from the flask-debugtoolbar static directory.""" return send_from_directory(self._static_dir, filename) def process_request(self): g.debug_toolbar = self if not self._show_toolbar(): return real_request = request._get_current_object() self.debug_toolbars_var.set({}) self.debug_toolbars_var.get()[real_request] = ( DebugToolbar(real_request, self.jinja_env)) for panel in self.debug_toolbars_var.get()[real_request].panels: panel.process_request(real_request) def process_view(self, app, view_func, view_kwargs): """ This method is called just before the flask view is called. This is done by the dispatch_request method. """ real_request = request._get_current_object() try: toolbar = self.debug_toolbars_var.get({})[real_request] except KeyError: return view_func for panel in toolbar.panels: new_view = panel.process_view(real_request, view_func, view_kwargs) if new_view: view_func = new_view return view_func def process_response(self, response): real_request = request._get_current_object() if real_request not in self.debug_toolbars_var.get({}): return response # Intercept http redirect codes and display an html page with a # link to the target. if current_app.config['DEBUG_TB_INTERCEPT_REDIRECTS']: if response.status_code in self._redirect_codes: redirect_to = response.location redirect_code = response.status_code if redirect_to: content = self.render('redirect.html', { 'redirect_to': redirect_to, 'redirect_code': redirect_code }) response.content_length = len(content) response.location = None response.response = [content] response.status_code = 200 # If the http response code is an allowed code then we process to add the # toolbar to the returned html response. if not (response.status_code in self._toolbar_codes and response.is_sequence and response.headers['content-type'].startswith('text/html')): return response content_encoding = response.headers.get('Content-Encoding') if content_encoding and 'gzip' in content_encoding: response_html = gzip_decompress(response.data).decode() else: response_html = response.get_data(as_text=True) no_case = response_html.lower() body_end = no_case.rfind('</body>') if body_end >= 0: before = response_html[:body_end] after = response_html[body_end:] elif no_case.startswith('<!doctype html>'): before = response_html after = '' else: warnings.warn('Could not insert debug toolbar.' ' </body> tag not found in response.') return response toolbar = self.debug_toolbars_var.get()[real_request] for panel in toolbar.panels: panel.process_response(real_request, response) toolbar_html = toolbar.render_toolbar() content = ''.join((before, toolbar_html, after)) content = content.encode('utf-8') if content_encoding and 'gzip' in content_encoding: content = gzip_compress(content) response.response = [content] response.content_length = len(content) return response def teardown_request(self, exc): # debug_toolbars_var won't be set under `flask.copy_current_request_context`
(app=None)
[ 0.03598518297076225, 0.00046814963570795953, -0.06375635415315628, 0.008248234167695045, 0.04728922247886658, 0.020906608551740646, -0.05069217085838318, 0.04818885400891304, -0.04013130068778992, -0.013230421580374241, 0.027204016223549843, -0.02771250158548355, 0.0027868959587067366, 0.008805613033473492, 0.008458473719656467, -0.037139054387807846, 0.023957526311278343, -0.02268631011247635, 0.056911349296569824, -0.10568691790103912, 0.012516585178673267, 0.03559403866529465, 0.026402171701192856, 0.006287628319114447, -0.07388696819543839, 0.006859675515443087, -0.029785562306642532, 0.034968212246894836, 0.035359352827072144, 0.0187064278870821, -0.029766004532575607, -0.062113553285598755, 0.026323944330215454, -0.02464202791452408, 0.01475588046014309, -0.012770828790962696, 0.03428370878100395, -0.010599982924759388, 0.015675067901611328, -0.025404756888747215, -0.05796743556857109, -0.0122330067679286, -0.004503037314862013, -0.07326114177703857, 0.0356331542134285, 0.00946566741913557, -0.03271913528442383, 0.06692461669445038, -0.023546826094388962, 0.040678903460502625, 0.018383733928203583, -0.05284345895051956, 0.006825450342148542, 0.034968212246894836, 0.024563798680901527, -0.008306905627250671, 0.00045287059037946165, 0.028573017567396164, 0.008991406299173832, -0.02217782475054264, 0.016398683190345764, 0.05605083331465721, -0.0014117828104645014, -0.015538167208433151, 0.010551090352237225, 0.018383733928203583, -0.059532009065151215, 0.004063000902533531, -0.008702938444912434, 0.012614371255040169, -0.01601731777191162, 0.016261782497167587, -0.031897734850645065, 0.027204016223549843, -0.015557724051177502, -0.022920997813344002, 0.023859741166234016, -0.07114896178245544, -0.015156802721321583, -0.040757130831480026, 0.08526923507452011, -0.04044421762228012, 0.036434996873140335, -0.004175454843789339, 0.05421246215701103, -0.03365787863731384, -0.018941113725304604, 0.03825381398200989, -0.00035691825905814767, 0.015499052591621876, 0.0014276730362325907, 0.003698748769238591, 0.021415095776319504, -0.01475588046014309, -0.01367045845836401, -0.005583570338785648, -0.0018811547197401524, 0.05460360273718834, 0.0003520289610605687, 0.0021353978663682938, 0.03395123779773712, 0.03174128010869026, -0.021904025226831436, 0.019283363595604897, 0.0049772984348237514, 0.031819507479667664, 0.004016552586108446, 0.024485569447278976, -0.046546053141355515, -0.029140176251530647, -0.004544596187770367, -0.09027586877346039, 0.012291678227484226, -0.03371655195951462, -0.0027013332583010197, 0.029061947017908096, -0.054955631494522095, 0.017092961817979813, 0.05483828857541084, -0.05014457181096077, -0.03862540051341057, -0.03340363875031471, -0.03162393346428871, -0.03095899149775505, 0.028201431035995483, 0.022040924057364464, 0.009573232382535934, 0.016516026109457016, -0.015694623813033104, -0.009920371696352959, 0.001893377979286015, 0.026871543377637863, -0.06860653311014175, 0.025072285905480385, 0.08370466530323029, -0.028866374865174294, -0.0374128557741642, 0.006336521357297897, -0.017738347873091698, 0.045841995626688004, -0.021825795993208885, -0.00308025348931551, -0.05358663201332092, 0.01648668944835663, -0.020867494866251945, -0.019459377974271774, 0.02239295281469822, 0.037393298000097275, 0.02679331600666046, 0.002475203713402152, 0.024113984778523445, -0.004789060913026333, -0.018950892612338066, -0.00791087280958891, 0.004018997307866812, 0.04486413672566414, -0.04748479649424553, 0.012438356876373291, 0.06657259166240692, -0.04889291152358055, -0.005348884500563145, -0.05127888545393944, -0.05343017354607582, -0.045881107449531555, 0.027986302971839905, 0.0069183469749987125, -0.010365297086536884, 0.011489834636449814, 0.015665289014577866, 0.046663396060466766, -0.0020522798877209425, 0.009451000019907951, 0.013474886305630207, 0.024700699374079704, -0.0018004814628511667, 0.04337779060006142, -0.03657189756631851, -0.04615490883588791, -0.0454508513212204, -0.042517274618148804, -0.010189282707870007, 0.0019948307890444994, -0.02745825983583927, 0.05585526302456856, -0.01985052227973938, 0.0019092682050541043, 0.027947187423706055, 0.03017670474946499, 0.029942018911242485, 0.07419988512992859, -0.06320875883102417, 0.006150728091597557, 0.025228742510080338, -0.06187886744737625, -0.05123976990580559, 0.01814904808998108, -0.010961790569126606, -0.05589437484741211, 0.08566038310527802, -0.04024864360690117, -0.05163091421127319, 0.03999439999461174, 0.0034738413523882627, -0.030685191974043846, 0.025991471484303474, 0.04814973846077919, 0.0007492838776670396, 0.021023951470851898, -0.002830899553373456, 0.023820627480745316, -0.010648876428604126, 0.007773973047733307, -0.01127470564097166, -0.03179994970560074, -0.011734298430383205, -0.07678142935037613, 0.017171191051602364, 0.009949707426130772, -0.02867080271244049, -0.002848012140020728, 0.05996226519346237, -0.0064294179901480675, -0.039133887737989426, -0.011225812137126923, -0.03299293667078018, 0.0058867065235972404, 0.04435564950108528, 0.008223787881433964, 0.019430043175816536, -0.042047902941703796, -0.02734091691672802, -0.0016049097757786512, 0.02863168902695179, 0.003948102705180645, 0.03266046568751335, -0.020495908334851265, 0.053664859384298325, -0.01667248271405697, -0.029394418001174927, -0.03050917759537697, -0.0016574696637690067, 0.01586086116731167, 0.07615560293197632, -0.009822585619986057, -0.027106231078505516, -0.0008140669669955969, -0.04947962611913681, 0.02608925849199295, -0.006321853492408991, -0.02143465168774128, 0.0024043088778853416, -0.021004395559430122, 0.0026817761827260256, -0.054290689527988434, -0.05053571239113808, 0.015567502938210964, 0.014032266102731228, 0.05358663201332092, -0.0016366902273148298, -0.0037476415745913982, -0.020613251253962517, 0.0024532019160687923, -0.028397003188729286, 0.06923235952854156, 0.03399035334587097, -0.0014313400024548173, 0.04247816279530525, -0.03700215741991997, -0.014951452612876892, 0.00115753966383636, 0.08792901039123535, 0.04920582473278046, 0.02106306701898575, 0.012242784723639488, -0.031897734850645065, -0.04768036678433418, 0.0487755686044693, -0.014814551919698715, -0.035867840051651, -0.04318222030997276, 0.04369070753455162, -0.08214008808135986, 0.00955856405198574, 0.06876298785209656, -0.01848152093589306, -0.04674162343144417, -0.009998599998652935, 0.015616396442055702, 0.007754415739327669, -0.023977084085345268, 0.01893133483827114, 0.04052244499325752, 0.040678903460502625, 0.022275609895586967, -0.013553115539252758, 0.012741493061184883, -0.043925393372774124, 0.048462655395269394, -0.034889981150627136, 0.052334971725940704, 0.02010476589202881, 0.01462875958532095, 0.0521785169839859, 0.04298664629459381, 0.039642371237277985, -0.012135220691561699, 0.03479219600558281, -0.009876368567347527, -0.00008288876415463164, 0.006776557769626379, 0.042087018489837646, 0.00529510248452425, 0.03653278201818466, -0.009983932599425316, -0.032386664301157, -0.034107696264982224, -0.013514000922441483, 0.011734298430383205, -0.01396381575614214, 0.09207513183355331, 0.0016855831490829587, 0.031350135803222656, 0.019547386094927788, 0.0027404476422816515, 0.06414750218391418, 0.014413630589842796, 0.09207513183355331, -0.04607668146491051, 0.02206048183143139, 0.00482328562065959, -0.05167002975940704, 0.018237056210637093, -0.04635047912597656, -0.02726268768310547, 0.018882442265748978, -0.022197382524609566, -0.07056225091218948, -0.05730249360203743, -0.032856035977602005, -0.08769432455301285, -0.009358103387057781, 0.018256613984704018, 0.000023854392566136084, -0.013533557765185833, -0.0619179829955101, -0.05323460325598717, 0.00809666607528925, -0.0025204296689480543, -0.005192427430301905, -0.016516026109457016, 0.0651644691824913, -0.062191784381866455, -0.0005573792150244117, 0.0029629103373736143, -0.005578681360930204, -0.08292237669229507, 0.0014545641606673598, 0.01241880003362894, -0.00428790831938386, 0.049088481813669205, -0.008751831017434597, 0.06766778975725174, -0.029159732162952423, 0.02339036948978901, 0.030450506135821342, -0.02254941128194332, 0.023155683651566505, -0.08034083247184753, 0.06180064007639885, -0.0178948063403368, 0.013719351030886173, 0.04153941944241524, 0.039309900254011154, 0.023781511932611465, -0.033227622509002686, -0.018021928146481514, 0.035398468375205994, -0.010775997303426266, -0.048423539847135544, 0.04638959467411041, 0.03729551285505295, 0.008805613033473492, 0.03205419331789017, 0.015010124072432518, -0.03500732406973839, -0.06375635415315628, -0.0520220585167408, 0.0012088771909475327, -0.003270935732871294, -0.0024642026983201504, 0.039094772189855576, -0.07365228235721588, -0.059571124613285065, 0.09332679212093353, -0.022647196426987648, -0.04748479649424553, -0.03330584987998009, 0.01893133483827114, -0.010658654384315014, 0.027477815747261047, 0.05624640733003616, 0.04013130068778992, 0.014032266102731228, -0.00782286562025547, 0.08159249275922775, -0.011763634160161018, 0.045294392853975296, 0.04107004404067993, 0.025150513276457787, 0.052334971725940704, -0.02505272813141346, -0.0066152107901871204, -0.02962910383939743, -0.03099810518324375, -0.007172590121626854, -0.06105746701359749, -0.021786682307720184, 0.08260946720838547, 0.02305789664387703, -0.004701053258031607, 0.020280780270695686, 0.03172172233462334, 0.019430043175816536, -0.04146118834614754, -0.039388131350278854, -0.002649995731189847, -0.026773758232593536, 0.05945378169417381, -0.03506599739193916, -0.00748061528429389, 0.01206677034497261, -0.003977438434958458, 0.012105884961783886, -0.012858835980296135, -0.016212889924645424, -0.0260110292583704, 0.009998599998652935, 0.004615490790456533, 0.028807703405618668, 0.03301249444484711, 0.011558284051716328, 0.02288188226521015, 0.05785009264945984, 0.006356078665703535, 0.011499612592160702, 0.028690360486507416, -0.04811062663793564, 0.04306487739086151, 0.045959338545799255, -0.009455889463424683, 0.038508057594299316, 0.02693021483719349, -0.017435211688280106, 0.006077388767153025, -0.01302507147192955, -0.05589437484741211, 0.028690360486507416, 0.010355519130825996, -0.04881468415260315, 0.08174894750118256, 0.008419359102845192, -0.004327022470533848, -0.027692945674061775, -0.010052382946014404, -0.0010010823607444763, 0.0747474804520607, 0.020378565415740013, 0.06903678923845291, -0.008913177996873856, -0.003261157311499119, 0.0023077453952282667, 0.024935385212302208, -0.04165676236152649, -0.02804497443139553, -0.003310050116851926, 0.05925820767879486, 0.03661101311445236, -0.0044296979904174805, -0.0004660105623770505, 0.01281972136348486, -0.034440167248249054, -0.03923167288303375, -0.03661101311445236, -0.01885310746729374, -0.05483828857541084, -0.05749806389212608, 0.06062721088528633, 0.013142414391040802, 0.009695464745163918, 0.016877833753824234, -0.028827261179685593, -0.006957461126148701, -0.06133126839995384, 0.004635048098862171, 0.002647551242262125, 0.022451624274253845, 0.01021861843764782, -0.02642172947525978, 0.04232170432806015, -0.020280780270695686, -0.021004395559430122, -0.04369070753455162, 0.018862884491682053, 0.04505970701575279, 0.028397003188729286, -0.02538519911468029, 0.022236496210098267, 0.06105746701359749, -0.0374128557741642, -0.03727595508098602, 0.007778862025588751, 0.005304880905896425, 0.012213448993861675, -0.014325623400509357, 0.002103617414832115, -0.010629318654537201, 0.010932454839348793, 0.02867080271244049, 0.05769363418221474, 0.02788851596415043, 0.004847732372581959, 0.025913244113326073, 0.06058809533715248, -0.08503454923629761, 0.0029311301186680794, 0.0010389743838459253, 0.04247816279530525, 0.04697630926966667, -0.05749806389212608, 0.07588180154561996, -0.02438778430223465, 0.0122330067679286, 0.04470767825841904, -0.06379546970129013, -0.0034738413523882627, 0.07286999374628067, -0.021493323147296906, -0.05546411871910095, -0.016437796875834465, -0.032895151525735855, 0.017650341615080833, -0.005197316408157349, 0.0421261340379715, -0.012849057093262672, -0.026323944330215454, -0.07224416732788086, -0.0012797719100490212, 0.0130055146291852, -0.013093521818518639, -0.04153941944241524, -0.02114129438996315, 0.01648668944835663, 0.011988542042672634, -0.013142414391040802, -0.05538589134812355, -0.0551903173327446, 0.03275825083255768, 0.0977075919508934, 0.042595505714416504, 0.021180409938097, 0.023038340732455254, 0.00390165438875556, -0.058984410017728806, -0.0551120899617672, 0.014100715517997742, 0.03952502831816673, 0.02280365489423275, 0.01589997485280037, -0.031565263867378235, -0.026363058015704155, -0.03774532675743103, -0.015010124072432518, -0.003156037535518408, 0.006224067881703377, 0.009675906971096992, 0.013103300705552101, 0.012663263827562332, 0.04028775915503502, 0.0015535722486674786, -0.04283019155263901, 0.015303481370210648, 0.06356078386306763, 0.0010628097224980593, -0.023742398247122765, -0.04372981935739517, 0.0030973658431321383, 0.03191729262471199, 0.024818042293190956, 0.014325623400509357, -0.05276523157954216, -0.06332609802484512, 0.00955367460846901, -0.029198847711086273, -0.04615490883588791, 0.04294753447175026, 0.049166712909936905, -0.034596625715494156, 0.03258223459124565, -0.06223089620471001, 0.036728356033563614, 0.026030587032437325, 0.004410140682011843, 0.03823425620794296, -0.04932316765189171, 0.059610236436128616, -0.01637912541627884, 0.039505474269390106, -0.009636793285608292, -0.09184044599533081, 0.009842143394052982, -0.027692945674061775, -0.02704755961894989, 0.024485569447278976, 0.03711950033903122, -0.07001464813947678, -0.07881537079811096, -0.04466856271028519, 0.02026122249662876, 0.021747566759586334, -0.0227645393460989, -0.0033833894412964582, 0.026069700717926025, 0.014736323617398739, 0.02464202791452408, 0.016173774376511574, 0.015802189707756042, 0.051787372678518295, -0.027145344763994217, -0.047875940799713135, 0.04036598652601242, 0.006096946075558662, 0.03921211510896683, -0.010101275518536568, -0.01667248271405697, 0.0010353074176236987, 0.007959766313433647, -0.008145558647811413, -0.0000816664396552369, -0.04642871022224426, 0.02251029573380947, 0.04693719372153282, -0.04701542481780052, -0.028397003188729286, -0.015274145640432835, 0.01745476946234703, 0.043964505195617676, -0.0057302494533360004, -0.01167562697082758, 0.0489320270717144, -0.02176712453365326, -0.018344620242714882, 0.03991617262363434, -0.028025416657328606, 0.0042487941682338715, -0.047093652188777924, 0.04091358929872513, -0.023703282698988914, -0.015176359564065933, -0.008365577086806297, 0.020046094432473183, 0.03727595508098602, -0.05319548770785332, 0.008184673264622688, -0.06285672634840012, 0.00914786383509636, -0.017904583364725113, 0.021023951470851898, -0.0037427523639053106, 0.044042736291885376, -0.004960185848176479, 0.023253468796610832, -0.06602498888969421, -0.0014936784282326698, -0.04959696903824806, 0.029687775298953056, -0.02888593263924122, -0.019566943868994713, 0.054408032447099686, 0.005427113268524408, -0.02538519911468029, -0.025150513276457787, 0.024896271526813507, -0.026108814403414726, 0.019029121845960617, -0.01726897619664669, -0.0032513786572963, -0.004373470786958933, -0.041187386959791183, 0.026851987466216087, 0.02010476589202881, 0.010922676883637905, -0.004503037314862013, 0.03522245213389397, 0.026695528998970985, -0.04752390831708908, -0.05718515068292618, 0.025580771267414093, -0.06782424449920654, 0.006150728091597557, 0.007197036407887936, -0.012457913719117641, -0.011313819326460361, 0.07486482709646225, 0.005422223825007677, 0.02143465168774128, 0.035867840051651, -0.030567849054932594, -0.0620744414627552, -0.029472647234797478, -0.03436193987727165, 0.02526785619556904, -0.03925123065710068, 0.06281761080026627, 0.01523503102362156, -0.0456855371594429, -0.05871060863137245, -0.07584268599748611, -0.03146747872233391, 0.005612906068563461, 0.00748061528429389, -0.02804497443139553, 0.03631765395402908, 0.030235376209020615, 0.01186142023652792, 0.10255777090787888, 0.03502688184380531, -0.014384294860064983, -0.05331283062696457, 0.023546826094388962, -0.029902905225753784, 0.0010365297785028815, 0.03158482164144516, -0.06723753362894058, -0.0002482843119651079, -0.016692040488123894, -0.07478659600019455, -0.08151426166296005, -0.04372981935739517, -0.05675489082932472, -0.02472025528550148, 0.023449040949344635, -0.037764884531497955, -0.020456794649362564, -0.008585595525801182, 0.0009680796647444367, 0.035437583923339844, 0.05871060863137245, -0.004209679551422596, -0.015567502938210964, 0.027810288593173027, 0.029198847711086273, -0.009690575301647186, -0.08965004235506058, 0.017982812598347664, 0.04216524586081505, 0.06238735467195511, -0.001394670340232551, 0.0031242570839822292, -0.003642522031441331, -0.017728568986058235, -0.007260597310960293, -0.02014387957751751, -0.009592789225280285, -0.021649781614542007, 0.1109282374382019, 0.056324634701013565, -0.0275951586663723, 0.03635676950216293 ]
37,432
flask_debugtoolbar
__init__
null
def __init__(self, app=None): self.app = app # Support threads running `flask.copy_current_request_context` without # poping toolbar during `teardown_request` self.debug_toolbars_var = contextvars.ContextVar('debug_toolbars') jinja_extensions = ['jinja2.ext.i18n'] if __jinja_version__[0] == '2': jinja_extensions.append('jinja2.ext.with_') # Configure jinja for the internal templates and add url rules # for static data self.jinja_env = Environment( autoescape=True, extensions=jinja_extensions, loader=PackageLoader(__name__, 'templates')) self.jinja_env.filters['urlencode'] = urllib.parse.quote_plus self.jinja_env.filters['printable'] = _printable self.jinja_env.globals['url_for'] = url_for if app is not None: self.init_app(app)
(self, app=None)
[ 0.03628715127706528, -0.023688534274697304, 0.007440629415214062, -0.008689714595675468, 0.017810486257076263, 0.0077247354201972485, 0.004570182412862778, 0.018310120329260826, 0.00219447142444551, 0.018437478691339493, 0.022336583584547043, 0.005633129738271236, 0.00006945740460650995, 0.03589528053998947, 0.018515853211283684, 0.013558697886765003, 0.03452373668551445, 0.011922641657292843, 0.0728486105799675, -0.0745728388428688, 0.018378697335720062, 0.034092679619789124, -0.030409103259444237, 0.022356176748871803, -0.04024503752589226, 0.0013372560497373343, -0.04827837273478508, 0.002113648224622011, 0.07124194502830505, -0.041969265788793564, 0.02813625894486904, -0.03325016051530838, 0.05392129719257355, -0.03209414333105087, 0.034171056002378464, -0.04193007946014404, 0.04247869551181793, -0.018976299092173576, -0.042792193591594696, 0.0017376980977132916, 0.03522910177707672, -0.03763910382986069, -0.022610893473029137, -0.041459836065769196, 0.017261868342757225, 0.0266275592148304, 0.00814109668135643, 0.02223861590027809, -0.0000677353236824274, 0.021356908604502678, -0.0496499165892601, -0.02670593373477459, 0.011462194845080376, 0.047259509563446045, -0.04953235387802124, 0.030898941680788994, 0.004575081169605255, 0.026392437517642975, -0.030467884615063667, -0.0008131300564855337, -0.03056585229933262, 0.043458372354507446, 0.038128942251205444, -0.023688534274697304, 0.03058544546365738, 0.055684711784124374, -0.063522107899189, -0.0022189633455127478, -0.007533698808401823, 0.014430608600378036, 0.016438942402601242, 0.028998371213674545, -0.035483818501234055, 0.03826609626412392, 0.016781827434897423, -0.038128942251205444, 0.009155060164630413, -0.07567007839679718, -0.01917223446071148, -0.04443804547190666, 0.07845235615968704, -0.006191544234752655, -0.01951512135565281, 0.026431623846292496, 0.06669625639915466, -0.016409551724791527, -0.022532518953084946, 0.015831543132662773, 0.010462925769388676, 0.02925308793783188, -0.03855999931693077, 0.024295933544635773, 0.014587356708943844, 0.00020450710144359618, 0.0002986477338708937, -0.02547154389321804, 0.001405833289027214, 0.024570241570472717, -0.02666674554347992, 0.01397995837032795, 0.033485282212495804, 0.019985364750027657, -0.032819103449583054, -0.015233942307531834, -0.00011633637768682092, 0.02078869752585888, 0.0005578023265115917, 0.017771299928426743, -0.019093859940767288, -0.021905526518821716, 0.0026622661389410496, 0.017085528001189232, 0.003703170455992222, 0.02933146245777607, -0.027039023116230965, 0.03305422514677048, -0.034210242331027985, 0.006269918289035559, 0.07598356902599335, -0.03056585229933262, -0.040166664868593216, -0.022316990420222282, -0.0087974788621068, -0.026431623846292496, 0.04651495814323425, -0.0019862905610352755, 0.007514105178415775, -0.06289511919021606, -0.005755588877946138, -0.03952007740736008, 0.0386187769472599, 0.0368945486843586, -0.03321097418665886, 0.0027577844448387623, 0.058937232941389084, -0.03340690955519676, -0.017663534730672836, 0.03828568756580353, -0.03373999893665314, 0.06681381911039352, -0.05748731270432472, 0.011765893548727036, -0.0545874759554863, -0.008302743546664715, -0.0027136991266161203, -0.03336772322654724, -0.03952007740736008, 0.021298129111528397, 0.0481216236948967, 0.012618210166692734, 0.007607174105942249, 0.0069752843119204044, 0.03562097251415253, 0.02680390141904354, 0.020533982664346695, 0.03276032209396362, -0.005892743356525898, -0.009777153842151165, 0.06802861392498016, -0.03334812819957733, 0.029644956812262535, 0.0047955079935491085, -0.046632517129182816, -0.026451217010617256, -0.014450202696025372, 0.025236420333385468, -0.0353858508169651, -0.012990486808121204, 0.03383796662092209, 0.029037559404969215, -0.022512925788760185, -0.07422015815973282, 0.004959603305906057, 0.002019354607909918, -0.003303952980786562, 0.04737706854939461, -0.02600056678056717, -0.013343170285224915, -0.027097802609205246, -0.011207479052245617, -0.024609429761767387, 0.015331909991800785, -0.040029510855674744, 0.0547834113240242, -0.03127121925354004, 0.011334836483001709, 0.024452680721879005, 0.053137559443712234, 0.028332192450761795, 0.05740894004702568, -0.03734520077705383, -0.016860201954841614, -0.01696796715259552, -0.021356908604502678, -0.02741129882633686, 0.02012251876294613, -0.0021883484441787004, -0.04577040299773216, 0.02400203049182892, 0.0020377235487103462, -0.05329430475831032, 0.02539316937327385, 0.0067450604401528835, -0.018349308520555496, -0.012030405923724174, 0.06313023716211319, -0.005456788465380669, 0.05525365471839905, -0.017849674448370934, 0.0060592880472540855, 0.006647093221545219, -0.016409551724791527, 0.012422275729477406, 0.010737234726548195, -0.001467062858864665, -0.020357640460133553, -0.001452367752790451, 0.005500873550772667, -0.04839593172073364, 0.03299544379115105, 0.040009915828704834, 0.014038738794624805, -0.0389910526573658, -0.012481056153774261, -0.010570690035820007, 0.025628291070461273, 0.036933738738298416, -0.00933140143752098, 0.0030296440236270428, 0.01333337277173996, -0.04686763882637024, 0.03695333003997803, 0.05909397825598717, -0.006274816580116749, -0.013245202600955963, -0.032936666160821915, 0.03389674425125122, 0.007298576645553112, -0.10094568133354187, -0.052549753338098526, 0.029057152569293976, 0.013950568623840809, 0.0233946330845356, -0.04510422423481941, 0.011530771851539612, 0.0233946330845356, -0.043379995971918106, 0.0186432097107172, 0.00878768227994442, -0.020024551078677177, -0.012559429742395878, -0.014038738794624805, -0.004807753954082727, -0.03191780298948288, -0.05874129757285118, 0.03605202957987785, 0.032270487397909164, 0.030467884615063667, -0.018613819032907486, 0.038422841578722, 0.040166664868593216, 0.002961066784337163, 0.004195456858724356, 0.07954958826303482, -0.0008810949511826038, -0.0024724542163312435, 0.021846747025847435, -0.044594794511795044, -0.03411227464675903, -0.0035268289502710104, 0.13158990442752838, 0.04937560483813286, 0.05102146044373512, -0.002946371678262949, -0.030271949246525764, -0.0751214548945427, -0.021219754591584206, 0.007636564783751965, -0.04361511766910553, -0.004166066646575928, 0.07962796092033386, -0.07222162187099457, 0.04898373782634735, 0.06062227115035057, -0.025843819603323936, -0.0730445459485054, -0.03052666410803795, 0.06653951108455658, 0.00004416190131451003, -0.05486178398132324, 0.001484207226894796, 0.03395552560687065, 0.019926583394408226, 0.06073983386158943, 0.015047803521156311, -0.008376219309866428, -0.023198697715997696, 0.06140601262450218, -0.033034633845090866, 0.02854772098362446, 0.05462666228413582, -0.022395364940166473, 0.0378546305000782, 0.05787918344140053, 0.013499917462468147, 0.03256438672542572, 0.018466869369149208, 0.025922194123268127, 0.03471967205405235, 0.004930213093757629, 0.06959608942270279, 0.00023604037414770573, 0.021160975098609924, 0.022630486637353897, -0.0728486105799675, 0.0003805423912126571, -0.009801645763218403, -0.06920422613620758, -0.026862680912017822, 0.027901137247681618, 0.02147446945309639, 0.0023059092927724123, 0.0574481263756752, -0.016311584040522575, -0.005324532277882099, 0.02274804748594761, 0.09060031920671463, -0.04216520115733147, 0.029605770483613014, 0.047141946852207184, -0.061523571610450745, 0.07339723408222198, -0.02543235570192337, -0.03452373668551445, -0.012294918298721313, -0.007332865614444017, -0.04772975295782089, -0.03534666448831558, -0.06610845029354095, -0.11003706604242325, -0.002413673559203744, -0.012128373607993126, -0.028390973806381226, 0.009933901950716972, -0.04557446762919426, -0.04494747519493103, -0.0519227609038353, -0.06559901684522629, -0.006460954900830984, -0.02022048644721508, 0.06336536258459091, -0.032309673726558685, 0.027763981372117996, 0.014920446090400219, -0.01738922670483589, -0.03963764011859894, -0.026509998366236687, -0.002527560805901885, 0.015851136296987534, 0.03854040428996086, -0.010227804072201252, 0.07472959160804749, -0.051256582140922546, 0.005089410115033388, 0.022650079801678658, -0.03607162460684776, 0.018819551914930344, -0.01747739687561989, -0.01048251986503601, -0.010071055963635445, 0.03132999688386917, -0.02086707204580307, 0.03444536402821541, 0.02944902330636978, 0.0005636191344819963, -0.02533438801765442, -0.01591971516609192, -0.03571894019842148, -0.0610533282160759, 0.03910861536860466, -0.012765161693096161, 0.03254479542374611, 0.028351787477731705, -0.01168751996010542, -0.03903024271130562, -0.06685300171375275, -0.04882698878645897, 0.0024357163347303867, 0.032250892370939255, 0.01991678774356842, 0.013078657910227776, -0.04498666524887085, 0.0011205029441043735, 0.04580958932638168, -0.0018773017218336463, -0.032936666160821915, -0.03136918321251869, -0.003617448965087533, 0.02022048644721508, 0.041969265788793564, 0.07516064494848251, 0.014567763544619083, 0.04671088978648186, -0.02078869752585888, 0.0949108898639679, 0.023610161617398262, 0.023159511387348175, 0.006843028124421835, 0.03299544379115105, 0.04557446762919426, 0.0005293305148370564, 0.002221412491053343, -0.03718845173716545, -0.046083901077508926, -0.028861217200756073, -0.07688487321138382, 0.030428696423768997, 0.04290975257754326, 0.03854040428996086, -0.01179528422653675, -0.0020891563035547733, 0.06450178474187851, 0.03981398046016693, -0.04290975257754326, -0.0030076014809310436, -0.014195486903190613, -0.0005317797185853124, -0.00836152397096157, -0.016634877771139145, 0.004572631791234016, -0.05552796274423599, 0.0559198334813118, -0.003232926595956087, -0.015341706573963165, 0.023845283314585686, -0.013823210261762142, 0.00008625729969935492, -0.0372864194214344, -0.01179528422653675, 0.034758858382701874, -0.0048126522451639175, -0.022943982854485512, 0.08542763441801071, 0.05094308778643608, -0.029644956812262535, 0.014224877581000328, -0.05999528244137764, 0.024589836597442627, 0.04737706854939461, -0.028919998556375504, 0.07715918123722076, 0.010913576930761337, -0.026568779721856117, -0.015909917652606964, -0.006162154022604227, -0.03315219283103943, 0.00011411679588491097, 0.011883454397320747, -0.0313887782394886, 0.07402422279119492, -0.032290078699588776, -0.004619166254997253, 0.005486178677529097, -0.05932910367846489, -0.023747315630316734, 0.05031609535217285, 0.028371380642056465, 0.06171950697898865, -0.025138454511761665, -0.042635444551706314, -0.012285120785236359, 0.053176745772361755, -0.010580487549304962, -0.007803109474480152, -0.020690729841589928, 0.03052666410803795, 0.00424199178814888, -0.05419560521841049, -0.013881990686058998, -0.015233942307531834, -0.016164632514119148, -0.003940741531550884, -0.0003872776578646153, 0.014156299643218517, -0.0703798308968544, -0.05215788260102272, 0.027156583964824677, -0.0454569086432457, 0.018496258184313774, 0.0028092171996831894, -0.04835674539208412, 0.03448455035686493, -0.06336536258459091, 0.004396290518343449, -0.02404121868312359, 0.04823918268084526, 0.04243950918316841, 0.014704917557537556, 0.01104093436151743, 0.008214572444558144, -0.01503800693899393, -0.00506491819396615, 0.0311928428709507, 0.03511154279112816, -0.00836152397096157, -0.04502585157752037, -0.03603243827819824, -0.010893982835114002, -0.00797945074737072, -0.03924576938152313, 0.03178064897656441, -0.02147446945309639, -0.009845730848610401, -0.010257194750010967, 0.040166664868593216, -0.036874957382678986, -0.07359316945075989, -0.025158047676086426, 0.025530323386192322, 0.038128942251205444, -0.00572619866579771, -0.004006869625300169, 0.07602275907993317, -0.049140483140945435, -0.010149430483579636, -0.038070160895586014, 0.09788910299539566, 0.08754373341798782, -0.03052666410803795, 0.06704893708229065, -0.05207950994372368, -0.02404121868312359, 0.023727722465991974, -0.024589836597442627, -0.028430160135030746, 0.08699511736631393, -0.03444536402821541, -0.04216520115733147, -0.0031055689323693514, -0.014332640916109085, 0.01733044534921646, 0.01773211359977722, 0.08174405992031097, -0.02411959134042263, -0.03007601387798786, -0.06262081116437912, -0.04733788222074509, 0.03007601387798786, -0.02351219393312931, -0.030742192640900612, -0.005549857392907143, -0.03897146135568619, -0.017016950994729996, -0.0011076447553932667, -0.03767829015851021, -0.03401430696249008, 0.05004178360104561, 0.08903283625841141, 0.04044097289443016, 0.016047071665525436, -0.011501381173729897, 0.02272845432162285, -0.06983121484518051, -0.013078657910227776, 0.03797219321131706, 0.02940983511507511, -0.0030541359446942806, -0.03129081055521965, -0.0663827583193779, -0.034229833632707596, -0.014107315801084042, -0.04835674539208412, 0.013666462153196335, 0.043419186025857925, -0.020710323005914688, 0.013235406018793583, 0.011227072216570377, 0.08534926176071167, 0.008689714595675468, -0.037599917501211166, 0.00326476595364511, 0.03979438915848732, -0.03372040390968323, -0.007680649869143963, -0.049140483140945435, -0.006789145991206169, 0.04435967281460762, 0.03836406394839287, 0.00425178837031126, -0.06842048466205597, -0.0038378757890313864, -0.045260973274707794, 0.012618210166692734, -0.007014471106231213, -0.0015344155253842473, 0.024609429761767387, -0.030115202069282532, -0.003286808729171753, -0.016556503251194954, 0.006250324659049511, 0.015821747481822968, 0.04800406098365784, 0.014949836768209934, -0.06818535923957825, 0.0306246317923069, -0.03607162460684776, -0.018094591796398163, 0.04949316754937172, -0.06458015739917755, 0.028449755162000656, -0.006749958731234074, -0.027822762727737427, 0.029605770483613014, 0.02284601517021656, -0.032270487397909164, -0.04251788184046745, -0.04800406098365784, 0.030879348516464233, 0.031643494963645935, -0.04224357381463051, -0.016409551724791527, -0.0038966562133282423, 0.023649347946047783, 0.039382923394441605, 0.023237884044647217, -0.015645405277609825, 0.06802861392498016, -0.07700243592262268, -0.057722434401512146, 0.043928615748882294, 0.03924576938152313, -0.0214940644800663, -0.00019516957399901003, -0.019691461697220802, 0.03517032414674759, 0.042753007262945175, -0.002266722498461604, -0.00035635667154565454, -0.0028337091207504272, 0.05031609535217285, -0.013901584781706333, -0.06442341208457947, -0.010453129187226295, 0.004734278190881014, 0.022963576018810272, 0.0008063947898335755, -0.01757536455988884, 0.008924837224185467, 0.01237329188734293, -0.003531727474182844, -0.0007916996255517006, 0.029801705852150917, -0.034249428659677505, 0.004254237748682499, -0.08683837205171585, 0.025902599096298218, -0.00571150379255414, -0.011325039900839329, -0.013147234916687012, 0.023120323196053505, -0.045260973274707794, -0.022963576018810272, 0.01769292540848255, -0.05521446838974953, 0.05999528244137764, -0.009390181861817837, 0.030350323766469955, -0.011520975269377232, 0.04044097289443016, 0.05219706892967224, 0.009458759799599648, 0.026314062997698784, 0.00011564754095161334, -0.006901808548718691, 0.027136990800499916, -0.0017376980977132916, 0.00425668666139245, 0.001824644161388278, 0.03125162422657013, -0.012725974433124065, -0.04098959267139435, 0.04110715165734291, -0.005113902036100626, -0.013098251074552536, -0.012980690225958824, -0.005647824611514807, -0.024589836597442627, 0.02480536513030529, 0.023629754781723022, 0.007915771566331387, -0.017888860777020454, 0.011021341197192669, 0.008170487359166145, 0.04867023974657059, -0.03895186632871628, -0.022316990420222282, -0.002625528257340193, -0.14405137300491333, 0.010884186252951622, -0.006333597004413605, -0.003651737468317151, 0.007440629415214062, 0.06070064753293991, -0.01852564886212349, -0.01915264129638672, 0.01896650344133377, -0.010007377713918686, -0.03193739801645279, -0.04839593172073364, -0.03667902201414108, 0.036933738738298416, -0.002507967408746481, 0.05533202737569809, -0.002517763990908861, -0.022493332624435425, -0.01104093436151743, -0.038109347224235535, -0.01438162475824356, -0.03893227502703667, -0.03763910382986069, 0.0011596899712458253, -0.0017609653295949101, 0.0058731501922011375, -0.017095323652029037, 0.0949108898639679, 0.0045481398701667786, -0.0652463361620903, -0.05541040375828743, 0.03793300688266754, -0.043419186025857925, -0.011952031403779984, 0.00292432913556695, -0.040793657302856445, -0.0013862397754564881, 0.0008676244178786874, -0.09185430407524109, -0.035483818501234055, -0.03336772322654724, -0.04996341094374657, -0.023845283314585686, 0.01983841322362423, -0.03434739634394646, -0.0523146316409111, 0.01438162475824356, -0.027685608714818954, 0.041420646011829376, 0.028273412957787514, -0.05670357495546341, -0.01210877951234579, 0.02537357620894909, 0.008846462704241276, 0.01462654396891594, -0.029155120253562927, 0.011648332700133324, 0.052510567009449005, 0.04827837273478508, 0.0036688819527626038, -0.013176625594496727, -0.017144307494163513, -0.018692193552851677, -0.05082552507519722, -0.020749511197209358, 0.027234958484768867, -0.024609429761767387, 0.10439413785934448, 0.06908666342496872, -0.0024785769637674093, 0.02284601517021656 ]
37,433
flask_debugtoolbar
_default_config
null
def _default_config(self, app): return { 'DEBUG_TB_ENABLED': app.debug, 'DEBUG_TB_HOSTS': (), 'DEBUG_TB_INTERCEPT_REDIRECTS': True, 'DEBUG_TB_PANELS': ( 'flask_debugtoolbar.panels.versions.VersionDebugPanel', 'flask_debugtoolbar.panels.timer.TimerDebugPanel', 'flask_debugtoolbar.panels.headers.HeaderDebugPanel', 'flask_debugtoolbar.panels.request_vars.RequestVarsDebugPanel', 'flask_debugtoolbar.panels.config_vars.ConfigVarsDebugPanel', 'flask_debugtoolbar.panels.template.TemplateDebugPanel', 'flask_debugtoolbar.panels.sqlalchemy.SQLAlchemyDebugPanel', 'flask_debugtoolbar.panels.logger.LoggingPanel', 'flask_debugtoolbar.panels.route_list.RouteListDebugPanel', 'flask_debugtoolbar.panels.profiler.ProfilerDebugPanel', 'flask_debugtoolbar.panels.g.GDebugPanel', ), 'SQLALCHEMY_RECORD_QUERIES': app.debug, }
(self, app)
[ 0.016826968640089035, -0.054226573556661606, 0.015990374609827995, -0.030117424204945564, 0.010153221897780895, 0.010476452298462391, -0.017663564532995224, -0.018034327775239944, -0.0136041771620512, 0.014003461226820946, -0.035688385367393494, -0.020933890715241432, -0.01906105875968933, 0.013119332492351532, 0.03574542701244354, -0.062250278890132904, 0.027056245133280754, 0.008190075866878033, 0.06650930643081665, -0.07183309644460678, 0.03266523405909538, 0.0009601829806342721, -0.03203779086470604, 0.014031981118023396, -0.03760875388979912, 0.052743516862392426, -0.00778603833168745, 0.019023030996322632, 0.037874940782785416, -0.019412808120250702, -0.05783914402127266, -0.03450954705476761, 0.024603500962257385, -0.011503182351589203, 0.0015151402913033962, -0.039091806858778, 0.015486516058444977, 0.022835243493318558, -0.07114861160516739, -0.0175399761646986, 0.02199864760041237, -0.014269649982452393, -0.023025378584861755, -0.06034892797470093, 0.003610193030908704, 0.025573190301656723, 0.03357788547873497, 0.08023707568645477, 0.01674140803515911, 0.046583134680986404, 0.001625656383112073, -0.05023373290896416, -0.020743755623698235, 0.1092897430062294, 0.009963086806237698, -0.04471981152892113, -0.007158591877669096, 0.01291969045996666, -0.005680290516465902, 0.024622514843940735, -0.0030302805826067924, 0.010010620579123497, 0.047229595482349396, -0.041031185537576675, 0.01324291992932558, -0.0035388923715800047, -0.05137454345822334, 0.04209594428539276, -0.0066785006783902645, -0.01285314280539751, 0.013404535129666328, -0.05380827561020851, -0.06631917506456375, -0.007572136353701353, -0.011788384988904, -0.06761209666728973, 0.0010712932562455535, -0.031334288418293, -0.00975393783301115, -0.03215187042951584, 0.0389396995306015, -0.03179061412811279, -0.02184654027223587, 0.04076499864459038, 0.03977629542350769, -0.012815115973353386, -0.03213285654783249, 0.049663327634334564, 0.05810533091425896, -0.03378703445196152, 0.0026618933770805597, -0.0016458582831546664, 0.03996643051505089, 0.03184765577316284, -0.0391298346221447, -0.02021137624979019, -0.02100994437932968, 0.045670486986637115, 0.012187669053673744, -0.01685548946261406, 0.011189459823071957, -0.04863659664988518, 0.0029494729824364185, -0.037950996309518814, -0.021333174780011177, -0.03186666592955589, -0.018576214089989662, 0.04281845688819885, -0.011436635628342628, -0.001672001788392663, -0.01906105875968933, -0.013708751648664474, 0.011465155519545078, 0.0022566677071154118, 0.03207581490278244, 0.03544120863080025, -0.011921480298042297, -0.0018989758100360632, 0.07396261394023895, -0.02199864760041237, -0.07651042193174362, 0.014954137615859509, -0.027930868789553642, -0.0031633751932531595, 0.04373110830783844, 0.02589642070233822, 0.0059036994352936745, 0.01255843322724104, -0.013803819194436073, -0.06555863469839096, 0.06753604114055634, 0.030326571315526962, -0.08305107802152634, -0.04970135539770126, 0.030155450105667114, -0.03686722368001938, 0.046469055116176605, 0.06841066479682922, 0.029528003185987473, 0.062098171561956406, -0.0776892602443695, 0.020515592768788338, -0.0856369137763977, 0.015515035949647427, 0.014697454869747162, -0.02968011237680912, -0.0026595168747007847, 0.032399047166109085, 0.030973032116889954, 0.007928639650344849, 0.02899562567472458, 0.01806284859776497, -0.0544927604496479, 0.0055424426682293415, -0.04000445455312729, 0.03806507587432861, 0.01452633272856474, 0.02498377114534378, 0.023158473894000053, -0.036334846168756485, 0.016826968640089035, -0.04510008171200752, 0.010704614222049713, -0.03648695349693298, -0.030345585197210312, -0.005551949143409729, -0.010866229422390461, -0.04228607937693596, 0.04125934839248657, 0.041829753667116165, -0.03063078783452511, -0.04289451241493225, 0.0046012732200324535, 0.028634367510676384, 0.025592204183340073, 0.05319984257221222, -0.026866110041737556, -0.023101432248950005, 0.018252983689308167, -0.04141145572066307, -0.019412808120250702, 0.07293587923049927, -0.0273984894156456, 0.0698937177658081, -0.02038249932229519, -0.01447879895567894, -0.0054758950136601925, 0.02652386762201786, -0.004731990862637758, 0.04947319254279137, -0.021618377417325974, 0.004860332235693932, 0.006707021035254002, -0.04901686683297157, -0.008774741552770138, 0.038711536675691605, -0.0054331147111952305, -0.033292680978775024, 0.05711662769317627, 0.00764819048345089, -0.05707859992980957, -0.023709865286946297, -0.050271760672330856, 0.0024242245126515627, 0.030212491750717163, 0.008594113402068615, -0.01137008797377348, -0.01952688954770565, -0.007671957369893789, 0.08000890910625458, -0.012349284254014492, -0.0038644990418106318, -0.005713564343750477, 0.007491328753530979, -0.016608314588665962, -0.05255338177084923, 0.04399729520082474, 0.030801910907030106, -0.06829658150672913, 0.05525330454111099, 0.021504295989871025, -0.014279156923294067, 0.05137454345822334, -0.026847098022699356, 0.014079514890909195, 0.03426237031817436, 0.038711536675691605, -0.03578345477581024, 0.02504081279039383, -0.015467502176761627, -0.020952904596924782, 0.021466270089149475, -0.04065091535449028, 0.019869133830070496, 0.09620843827724457, 0.011674304492771626, 0.03671511635184288, -0.061337631195783615, -0.00980147160589695, -0.02334860898554325, 0.02578233927488327, -0.0036434666253626347, 0.030326571315526962, -0.008042721077799797, 0.01021026261150837, -0.030098410323262215, -0.05776308849453926, -0.013832339085638523, 0.008313663303852081, 0.014412252232432365, 0.029851233586668968, -0.04008051007986069, 0.033254653215408325, 0.006588186137378216, -0.04787605628371239, 0.012748568318784237, 0.0035555290523916483, 0.06677550077438354, -0.0017801412614062428, -0.048712652176618576, 0.031657520681619644, -0.0014509696047753096, -0.02578233927488327, 0.04749578610062599, 0.04122132062911987, 0.05844757705926895, 0.04133540391921997, -0.062174227088689804, -0.009240573272109032, -0.006944689899682999, 0.1410042941570282, 0.06814447045326233, -0.03582148253917694, -0.018310025334358215, -0.0234817024320364, -0.014706961810588837, -0.009601830504834652, -0.00036244530929252505, -0.03452856093645096, -0.05700254812836647, 0.005119391717016697, -0.08289896696805954, 0.03608766943216324, 0.045670486986637115, 0.0036743637174367905, -0.040308672934770584, -0.06677550077438354, -0.025287987664341927, 0.02255004085600376, -0.005856165662407875, 0.008907835930585861, 0.021428242325782776, -0.004648806992918253, 0.04555640369653702, 0.004929256159812212, -0.0012810361804440618, 0.0022245824802666903, 0.062098171561956406, -0.062174227088689804, 0.0312962606549263, 0.013062291778624058, -0.010419411584734917, 0.039434049278497696, 0.06449387967586517, 0.0468112975358963, 0.03042163886129856, 0.023139460012316704, -0.03213285654783249, 0.03306451812386513, -0.030687829479575157, 0.007919132709503174, -0.030117424204945564, 0.06430374085903168, 0.024774622172117233, -0.028501274064183235, -0.05243930220603943, -0.0194888636469841, -0.04388321563601494, 0.010685601271688938, 0.04551837965846062, -0.02359578385949135, 0.05616595223546028, -0.04741973057389259, -0.03378703445196152, 0.05616595223546028, -0.009311873465776443, 0.07917232066392899, -0.060615118592977524, -0.010818695649504662, 0.02568727172911167, -0.08883118629455566, 0.0005867455038242042, -0.01372776459902525, 0.019736038520932198, 0.023900000378489494, -0.01055250596255064, -0.026029516011476517, 0.002871042350307107, -0.043464917689561844, -0.07236547768115997, -0.00794290006160736, -0.009654116816818714, -0.01886141672730446, -0.006840115413069725, -0.013613684102892876, -0.03179061412811279, -0.015876293182373047, 0.0008199582807719707, -0.024679554626345634, 0.012425338849425316, 0.0097729517146945, -0.032494112849235535, -0.028539299964904785, 0.005732577759772539, 0.048788703978061676, -0.035232063382864, -0.026181623339653015, -0.003363017225638032, -0.007267919834703207, 0.06612903624773026, 0.022416945546865463, 0.04281845688819885, -0.006740294396877289, 0.04148751124739647, 0.053466033190488815, 0.04133540391921997, 0.037779875099658966, -0.025668257847428322, 0.06316293030977249, -0.05304773524403572, -0.0136992447078228, 0.012682020664215088, 0.05692649260163307, -0.022397931665182114, -0.006341010332107544, -0.00899339746683836, -0.014668934047222137, -0.014336197637021542, -0.053428005427122116, 0.05890389904379845, 0.023006364703178406, 0.011797891929745674, 0.06654733419418335, 0.010105688124895096, -0.05867573618888855, -0.048180270940065384, -0.041031185537576675, 0.0097729517146945, 0.017796659842133522, -0.01205457467585802, -0.030706843361258507, -0.027018219232559204, -0.08251869678497314, 0.10381384938955307, -0.05175481364130974, -0.041069213300943375, -0.05065203085541725, 0.025154894217848778, -0.020553620532155037, -0.012891169637441635, 0.05088019371032715, -0.0351179800927639, 0.05091821774840355, -0.05692649260163307, 0.0467352457344532, -0.02802593633532524, 0.0157622117549181, 0.034775737673044205, 0.04156356677412987, 0.01654176600277424, 0.01282462291419506, 0.013100318610668182, -0.011617263779044151, -0.008342184126377106, 0.03222792595624924, -0.07479920983314514, -0.000887099769897759, 0.0864735096693039, 0.04129737615585327, -0.011911973357200623, 0.01406050194054842, 0.012083095498383045, 0.020496578887104988, -0.019336754456162453, 0.021504295989871025, 0.03989037498831749, -0.020952904596924782, 0.032342005521059036, -0.05338997766375542, -0.025592204183340073, 0.00919779296964407, 0.03289339691400528, 0.01654176600277424, -0.00588943948969245, 0.021656405180692673, -0.034870803356170654, 0.054606843739748, -0.06521639227867126, -0.016988584771752357, 0.001793213072232902, -0.022416945546865463, -0.01482104230672121, 0.03703834488987923, 0.053618140518665314, 0.038559429347515106, 0.013442561961710453, -0.06639523059129715, -0.004836565349251032, 0.07282180339097977, -0.015087231993675232, -0.047343675047159195, -0.04133540391921997, -0.04129737615585327, -0.022435959428548813, 0.032399047166109085, -0.015115751884877682, -0.02021137624979019, 0.022492999210953712, -0.044073350727558136, 0.08008496463298798, 0.008712947368621826, -0.037133414298295975, -0.03730453550815582, -0.03289339691400528, 0.01615198887884617, 0.04304661974310875, 0.057458873838186264, 0.0388636440038681, -0.013765792362391949, 0.008722454309463501, -0.015191806480288506, 0.05525330454111099, -0.030954018235206604, -0.010628560557961464, -0.029337868094444275, 0.017159705981612206, 0.011750358156859875, 0.01943182200193405, -0.01909908652305603, 0.003629206446930766, -0.015220326371490955, -0.014279156923294067, -0.017901234328746796, -0.02182752639055252, -0.034091249108314514, -0.06107144057750702, -0.02652386762201786, -0.0030825678259134293, -0.012482378631830215, -0.001247762585990131, -0.0033202366903424263, -0.06495019793510437, -0.034851789474487305, -0.0025596958585083485, 0.00470584724098444, 0.054911058396101, 0.07320207357406616, 0.012016547843813896, 0.058979954570531845, 0.027816787362098694, 0.00780980521813035, -0.033197615295648575, -0.03684820979833603, 0.04163961857557297, 0.0013012380804866552, -0.06320095807313919, -0.046469055116176605, 0.02591543458402157, -0.027113286778330803, 0.01282462291419506, 0.010533493012189865, 0.0026333732530474663, -0.04308464750647545, -0.017292801290750504, 0.05624200776219368, -0.034737709909677505, -0.0032465592958033085, -0.011408114805817604, 0.05285760015249252, 0.01013420894742012, -0.023044392466545105, 0.008218595758080482, 0.015676651149988174, -0.0005986289470456541, -0.009259586222469807, 0.003988086711615324, 0.0392058864235878, 0.04445362091064453, -0.08137788623571396, 0.10229276120662689, 0.016845982521772385, 0.010390891693532467, 0.029261814430356026, 0.026714002713561058, -0.03042163886129856, 0.04840843379497528, -0.01091376319527626, -0.019222673028707504, -0.004674950614571571, 0.01592382788658142, 0.04369308054447174, -0.01246336568146944, 0.06118552386760712, -0.017349841073155403, -0.045784566551446915, -0.05156467854976654, -0.010400397703051567, 0.04616483673453331, 0.0001846391533035785, -0.04316070303320885, 0.0625164732336998, 0.02591543458402157, 0.030954018235206604, -0.05232521891593933, -0.04605075716972351, -0.07879205048084259, 0.049739379435777664, 0.049587272107601166, 0.055025141686201096, 0.019412808120250702, -0.0010891184210777283, -0.0032536895014345646, -0.05327589809894562, -0.009278600104153156, 0.010048648342490196, -0.022340891882777214, -0.04783802852034569, 0.033159587532281876, -0.039548132568597794, 0.029432935640215874, -0.020743755623698235, -0.06027287244796753, 0.03669610247015953, 0.006958950310945511, -0.03042163886129856, -0.011503182351589203, -0.00529526686295867, 0.06730787456035614, -0.028501274064183235, -0.055025141686201096, -0.016826968640089035, 0.07358234375715256, 0.027835801243782043, -0.00980147160589695, -0.017996301874518394, -0.032513126730918884, 0.06624311953783035, 0.007762271445244551, 0.02279721572995186, -0.05137454345822334, -0.05293365195393562, 0.0350419245660305, -0.00805698148906231, -0.006531145889312029, 0.01633261702954769, 0.03570739924907684, -0.04909292235970497, -0.004841318819671869, 0.011807398870587349, 0.03747565671801567, -0.018547693267464638, 0.008922096341848373, 0.03150540962815285, -0.04753381386399269, 0.03215187042951584, -0.04905489459633827, 0.0312962606549263, 0.0016672484343871474, -0.03198074921965599, -0.002281622961163521, -0.010381384752690792, -0.01872832141816616, 0.042628321796655655, -0.010447931475937366, -0.009311873465776443, -0.01962195709347725, 0.03823619708418846, 0.042476214468479156, 0.029547017067670822, -0.053580112755298615, -0.035403184592723846, 0.05171678587794304, -0.0116933174431324, -0.0073011936619877815, 0.033292680978775024, -0.031562451273202896, 0.01884240284562111, -0.026885123923420906, -0.04833238199353218, 0.02659992128610611, 0.03180962800979614, 0.03340676426887512, -0.00796191394329071, -0.04510008171200752, -0.061223551630973816, 0.016950557008385658, 0.014992164447903633, -0.02810198999941349, -0.0009453286766074598, 0.025934448465704918, 0.07902020961046219, -0.03464264050126076, 0.002335098572075367, 0.014412252232432365, 0.027835801243782043, 0.021732458844780922, -0.05795322358608246, 0.011455648578703403, 0.029337868094444275, -0.00548064848408103, -0.02026841789484024, -0.018851909786462784, -0.033977169543504715, 0.014764001592993736, -0.0624023899435997, 0.0311821810901165, -0.037950996309518814, 0.01828150451183319, -0.010875736363232136, -0.048712652176618576, -0.015039698220789433, -0.0391678623855114, -0.03806507587432861, -0.03433842584490776, 0.026276690885424614, 0.0013986824778839946, 0.013528122566640377, 0.007391507737338543, 0.03681018576025963, -0.04087907820940018, 0.04513810947537422, -0.0272083543241024, -0.01052398607134819, -0.016998091712594032, 0.03437645360827446, -0.012834128923714161, -0.026980191469192505, 0.0698556900024414, 0.009592323563992977, -0.06753604114055634, 0.008418237790465355, 0.009991607628762722, -0.009069451130926609, 0.016304098069667816, -0.001035642926581204, 0.02186555415391922, -0.05095624551177025, 0.014307677745819092, 0.027911854907870293, 0.07749912887811661, -0.05875179171562195, -0.015477009117603302, 0.05612792447209358, 0.08267080783843994, -0.033254653215408325, -0.05080413818359375, 0.03279833123087883, -0.033140573650598526, -0.024717582389712334, -0.01746392250061035, -0.03966221213340759, -0.014725974760949612, 0.012710541486740112, -0.0026000994257628918, 0.022835243493318558, -0.02260708063840866, 0.0194888636469841, -0.026162609457969666, -0.04376913607120514, -0.0029233293607831, 0.0235577579587698, 0.00739626120775938, 0.049625299870967865, -0.016636833548545837, -0.03287438303232193, -0.023957042023539543, -0.03420533239841461, -0.035479236394166946, -0.05540541186928749, -0.01588580012321472, -0.04506205394864082, 0.020572634413838387, -0.010248289443552494, 0.014583373442292213, 0.0780315026640892, 0.07289785146713257, -0.02100994437932968, -0.06327701359987259, -0.003935799468308687, -0.007505589164793491, -0.007334467023611069, 0.007519849110394716, -0.0234817024320364, 0.03186666592955589, -0.019089579582214355, 0.006783075165003538, 0.016712889075279236, -0.038027048110961914, -0.038730550557374954, -0.0036434666253626347, 0.03047868050634861, -0.004995803814381361, 0.00666899373754859, 0.07152888178825378, -0.013499602675437927, 0.016047414392232895, 0.03215187042951584, 0.0062079159542918205, -0.007049264386296272, 0.034110262989997864, 0.006702267564833164, 0.02334860898554325, -0.05099427327513695, 0.018528679385781288, -0.031676530838012695, 0.03190469369292259, -0.008731961250305176, -0.038749564439058304, 0.009292860515415668, -0.005608989857137203, -0.027702705934643745, -0.018794870004057884, 0.02825409732758999, 0.01930823363363743, 0.06339108943939209, -0.013138345442712307, -0.023671837523579597, 0.002142586512491107 ]
37,434
flask_debugtoolbar
_show_toolbar
Return a boolean to indicate if we need to show the toolbar.
def _show_toolbar(self): """Return a boolean to indicate if we need to show the toolbar.""" if request.blueprint == 'debugtoolbar': return False hosts = current_app.config['DEBUG_TB_HOSTS'] if hosts and request.remote_addr not in hosts: return False return True
(self)
[ 0.04288472607731819, -0.009499781765043736, -0.013290646485984325, -0.012051151134073734, 0.03980860859155655, 0.034235402941703796, -0.0005188124487176538, 0.007767202332615852, -0.03799912706017494, -0.01135450042784214, 0.00968977715820074, -0.03047167882323265, 0.015000606887042522, -0.038361020386219025, -0.01281113363802433, -0.06210142746567726, 0.002700652228668332, -0.03419921174645424, 0.0578310489654541, -0.07585348933935165, -0.031014524400234222, 0.01075737178325653, 0.03723914176225662, -0.02716032788157463, -0.043572328984737396, 0.09011220932006836, -0.018728140741586685, 0.014077771455049515, 0.007464114110916853, 0.06789176911115646, -0.025549888610839844, -0.043572328984737396, 0.04306567460298538, 0.0016081773210316896, 0.04462182894349098, 0.05341591313481331, 0.041835226118564606, 0.007106741424649954, 0.006785558070987463, -0.05341591313481331, -0.019307175651192665, -0.041220005601644516, 0.035393472760915756, -0.038903865963220596, -0.0031598082277923822, -0.040279071778059006, 0.03977241739630699, 0.058916740119457245, -0.0009703348041512072, 0.016547715291380882, 0.041220005601644516, -0.04078572988510132, 0.02661748230457306, 0.07310307770967484, -0.004584775306284428, -0.05609394609928131, 0.026888905093073845, 0.04549038037657738, -0.039519090205430984, 0.010386427864432335, 0.0016307957703247666, 0.044006604701280594, 0.028046973049640656, -0.037962935864925385, 0.05030360445380211, 0.0014102652203291655, -0.0489283986389637, -0.018673855811357498, -0.02602035365998745, 0.07194501161575317, -0.02602035365998745, 0.02117094211280346, -0.0714021697640419, 0.013679685071110725, -0.028408870100975037, -0.057758670300245285, -0.018511002883315086, -0.010341190733015537, -0.03470586612820625, -0.04679320752620697, 0.05667298287153244, -0.014647758565843105, 0.048602692782878876, -0.01007881574332714, 0.035067763179540634, -0.013625401072204113, 0.016013916581869125, 0.06275284290313721, 0.03396398201584816, -0.014774422161281109, 0.021695692092180252, -0.01182496640831232, 0.03955528140068054, -0.030815482139587402, -0.0021612001582980156, -0.009843583218753338, 0.013363026082515717, 0.03217259421944618, -0.024391818791627884, -0.037781987339258194, -0.003854196984320879, 0.018728140741586685, 0.038940057158470154, -0.013435404747724533, 0.028300300240516663, 0.0026893429458141327, 0.0010958675993606448, 0.03980860859155655, -0.0478065200150013, -0.030942145735025406, -0.0008973900694400072, -0.08504566550254822, 0.029005998745560646, -0.006459851283580065, 0.009563113562762737, -0.00950882863253355, -0.0484941229224205, 0.022383294999599457, 0.035393472760915756, -0.03570108488202095, -0.031557369977235794, 0.017226269468665123, -0.017371028661727905, -0.08446662873029709, 0.04679320752620697, 0.0059803384356200695, 0.037962935864925385, 0.03010978363454342, -0.0017359720077365637, 0.01085689291357994, 0.012376857921481133, 0.005107263568788767, -0.11435927450656891, -0.012847322970628738, 0.03342113643884659, -0.026128921657800674, 0.014213482849299908, 0.017904825508594513, 0.015814874321222305, 0.0038044361863285303, -0.044332314282655716, -0.0007543278625234962, -0.06825366616249084, 0.005844627507030964, -0.02408420853316784, 0.01860147714614868, -0.012557806447148323, 0.028698386624455452, 0.04559895023703575, -0.01193353533744812, 0.029639318585395813, -0.025549888610839844, -0.07313927263021469, -0.042631398886442184, -0.01784149371087551, 0.06322330981492996, -0.01263018511235714, -0.005469159688800573, 0.07997911423444748, -0.03669629991054535, -0.01860147714614868, 0.019470028579235077, -0.04954362288117409, -0.015127270482480526, -0.014928228221833706, -0.018366243690252304, -0.012250194326043129, 0.01832100749015808, -0.0037818176206201315, 0.057758670300245285, -0.017452456057071686, -0.0009782513370737433, -0.011616875417530537, 0.020628096535801888, 0.008518137037754059, 0.03070691227912903, -0.024391818791627884, -0.02734127640724182, -0.0524749830365181, -0.009545018896460533, -0.029765982180833817, 0.01008786354213953, -0.03108690306544304, 0.036985814571380615, 0.008518137037754059, 0.01638486050069332, 0.05634727329015732, -0.009952152147889137, 0.038903865963220596, 0.09778441488742828, -0.051353104412555695, 0.02370421588420868, 0.01776006817817688, -0.06383853405714035, -0.024536577984690666, -0.021062372252345085, 0.01726246066391468, -0.013263504020869732, 0.02679843083024025, -0.007613396272063255, 0.0005648977239616215, -0.008821225725114346, -0.03980860859155655, 0.007450542878359556, 0.06307854503393173, 0.0578310489654541, -0.02889743074774742, -0.0063693770207464695, 0.05439303442835808, 0.04682939872145653, -0.03828864172101021, -0.04878363758325577, -0.008667419664561749, 0.026364155113697052, -0.017289601266384125, 0.0009516745340079069, 0.013073508627712727, -0.0002553066296968609, -0.05746915191411972, 0.022184250876307487, 0.059495773166418076, -0.023559458553791046, 0.0033588511869311333, -0.020284295082092285, -0.019325269386172295, 0.02620130218565464, 0.015290124341845512, 0.004053240176290274, 0.012051151134073734, -0.06445375829935074, -0.003729795105755329, 0.015995822846889496, -0.05985767021775246, 0.04791508615016937, 0.043970417231321335, -0.00047838184400461614, 0.04646750167012215, 0.005405827891081572, -0.009590255096554756, -0.017868636175990105, 0.0076405382715165615, 0.012774944305419922, 0.04599703848361969, -0.02929551713168621, -0.033710651099681854, -0.036804866045713425, -0.04758938029408455, 0.016212960705161095, -0.013191125355660915, -0.0006966506480239332, -0.010214527137577534, -0.07129359990358353, 0.01608629710972309, -0.08946079760789871, -0.05667298287153244, -0.033095430582761765, -0.014412525109946728, 0.02384897507727146, -0.010820703580975533, -0.012847322970628738, -0.04795127734541893, 0.03570108488202095, -0.02077285572886467, 0.10545662045478821, 0.06459851562976837, 0.00436989963054657, 0.03597250580787659, -0.010911177843809128, -0.03593631461262703, -0.027504129335284233, 0.1446138173341751, 0.02368612214922905, 0.012096388265490532, -0.006925792898982763, -0.01903575286269188, -0.0862761065363884, 0.05573204904794693, -0.015127270482480526, -0.08417711406946182, -0.03130404278635979, 0.02777555212378502, -0.05985767021775246, -0.014313003979623318, 0.015633925795555115, -0.048638880252838135, -0.07715632021427155, -0.010603565722703934, -0.0037727702874690294, -0.0030874288640916348, -0.025115612894296646, 0.005052979104220867, 0.06000242754817009, 0.0060753365978598595, 0.011227836832404137, -0.0037637229543179274, 0.040677160024642944, 0.02580321580171585, 0.04664845019578934, -0.06676989048719406, 0.04096667468547821, 0.00940025970339775, 0.002614701632410288, -0.05692631006240845, 0.022184250876307487, 0.06286141276359558, 0.039519090205430984, 0.03208211809396744, 0.00990691501647234, 0.000013668305655301083, 0.004012526478618383, 0.015009654685854912, 0.0018230532296001911, 0.05070168897509575, 0.008717180229723454, -0.016611047089099884, -0.03631630539894104, -0.013435404747724533, 0.004317876882851124, -0.021876638755202293, 0.06724035739898682, -0.01466585323214531, 0.04056859016418457, -0.012195909395813942, -0.016013916581869125, 0.014629662968218327, 0.00004460090713109821, 0.056962497532367706, -0.06557563692331314, -0.0024993473198264837, 0.02583940513432026, -0.051715001463890076, -0.0011953891953453422, 0.027685077860951424, -0.028626007959246635, 0.018746234476566315, -0.03991717845201492, -0.04172665998339653, -0.04465802013874054, -0.03818007558584213, -0.05993004888296127, -0.01756102405488491, 0.015670115128159523, 0.015380598604679108, -0.011010698974132538, -0.019669070839881897, -0.02446419931948185, -0.021623311564326286, -0.014123008586466312, 0.03266115486621857, -0.006202000193297863, -0.01574249565601349, 0.017615308985114098, 0.00213745073415339, 0.022075682878494263, 0.01282018143683672, -0.044513262808322906, -0.033095430582761765, 0.029168851673603058, 0.01825767569243908, 0.06702321767807007, 0.012494474649429321, 0.038722917437553406, -0.013145888224244118, 0.04375327751040459, -0.032480206340551376, -0.016068201512098312, 0.05475493147969246, -0.030399300158023834, 0.07129359990358353, -0.05457398295402527, -0.011680207215249538, 0.028644103556871414, 0.041654281318187714, 0.02388516440987587, -0.03998955711722374, 0.010513091459870338, 0.0038564589340239763, -0.0034018263686448336, -0.016665330156683922, 0.039700038731098175, 0.04310186579823494, 0.030326921492815018, 0.04096667468547821, -0.01706341654062271, -0.02638225071132183, -0.029241232201457024, -0.05848246440291405, 0.025893690064549446, 0.00858146883547306, -0.04813222587108612, 0.05023122578859329, -0.060074806213378906, -0.11710968613624573, 0.0978567972779274, -0.042812347412109375, -0.04907315596938133, 0.00308064348064363, -0.010712134651839733, -0.04563514143228531, 0.040858108550310135, 0.03242592141032219, 0.02368612214922905, -0.019470028579235077, 0.004858459811657667, 0.025875594466924667, -0.02488037943840027, -0.0013944321544840932, 0.00631509255617857, 0.0182395800948143, 0.015353456139564514, -0.012223051860928535, -0.05012265592813492, -0.028445059433579445, -0.012675422243773937, -0.01594153791666031, -0.02831839583814144, 0.00018080684822052717, 0.04791508615016937, 0.040858108550310135, 0.002583035733550787, 0.03088786080479622, 0.03570108488202095, 0.016547715291380882, -0.05044836178421974, -0.01367063820362091, -0.0057360585778951645, -0.021207131445407867, 0.033330660313367844, 0.04907315596938133, -0.03865053877234459, 0.012639232911169529, -0.019506217911839485, 0.04932648316025734, 0.011906392872333527, -0.004462635610252619, 0.010703086853027344, 0.021641407161951065, 0.0063196164555847645, 0.025187991559505463, 0.038361020386219025, 0.002005132380872965, -0.007400781847536564, 0.009355022571980953, -0.022057587280869484, 0.03108690306544304, 0.027142232283949852, -0.033095430582761765, 0.04621417447924614, 0.0462503656744957, -0.0022799475118517876, 0.019180510193109512, 0.02777555212378502, -0.0453818142414093, -0.005885340739041567, 0.04614179581403732, -0.04704653471708298, 0.02583940513432026, 0.045888468623161316, -0.03651535138487816, 0.0889541432261467, 0.0203566737473011, 0.020429054275155067, -0.09720538556575775, -0.007898389361798763, 0.049217913299798965, 0.03564679995179176, 0.006749368272721767, 0.05265593156218529, 0.03088786080479622, 0.015670115128159523, -0.008273857645690441, -0.0007645062287338078, -0.007486732676625252, -0.013001129031181335, 0.00184567179530859, 0.025368940085172653, 0.019560502842068672, 0.061848100274801254, -0.02564036287367344, 0.020917613059282303, -0.0956130400300026, -0.020917613059282303, -0.0027866025920957327, -0.012204957194626331, -0.02562226727604866, -0.061848100274801254, 0.003089690813794732, 0.008667419664561749, 0.018284818157553673, 0.004831317346543074, -0.004105262458324432, -0.060509081929922104, -0.04556276276707649, -0.0006960851605981588, 0.02638225071132183, 0.005157024133950472, 0.03763723000884056, 0.03499538451433182, 0.03108690306544304, 0.043174244463443756, -0.00649604108184576, -0.004528229124844074, -0.016692472621798515, 0.0504845529794693, 0.012829228304326534, -0.06814509630203247, 0.02540512941777706, 0.06278903037309647, -0.039482902735471725, 0.013842538930475712, 0.03564679995179176, -0.00022971941507421434, -0.0017416265327483416, 0.057758670300245285, 0.027666982263326645, 0.012648280709981918, 0.01483775395900011, 0.006391995586454868, 0.06409186124801636, 0.005111787002533674, 0.033511608839035034, -0.010151195339858532, 0.04715510457754135, -0.10444331169128418, 0.003881339216604829, -0.02565845660865307, 0.003752413671463728, 0.04172665998339653, -0.0756363570690155, 0.06090717017650604, 0.00863123033195734, 0.006830795202404261, 0.026273680850863457, -0.0733925998210907, -0.017117701470851898, 0.05113596469163895, -0.009952152147889137, -0.006491517182439566, -0.016837231814861298, -0.040677160024642944, 0.04216093569993973, -0.06485184282064438, 0.04813222587108612, -0.038940057158470154, 0.0038994341157376766, -0.0353572815656662, 0.026726052165031433, 0.010323096066713333, 0.0022675073705613613, -0.007206262554973364, 0.010504043661057949, 0.033674463629722595, 0.038940057158470154, -0.028065068647265434, 0.0036438447423279285, -0.012657327577471733, 0.03821626305580139, 0.08084766566753387, 0.04838555306196213, 0.036388687789440155, 0.025115612894296646, -0.03720295429229736, -0.04458564147353172, -0.004471682943403721, -0.02602035365998745, -0.01299208216369152, -0.013788254000246525, 0.014412525109946728, 0.0033565894700586796, -0.020809045061469078, -0.02658129297196865, -0.057179637253284454, -0.03977241739630699, 0.027847930788993835, 0.025332750752568245, -0.0070569803938269615, 0.020682381466031075, 0.045924656093120575, -0.047263674437999725, -0.050375983119010925, -0.027811741456389427, 0.03162974864244461, 0.03470586612820625, 0.001079469220712781, -0.02583940513432026, -0.026834620162844658, -0.0059803384356200695, -0.03807150572538376, 0.04038764163851738, -0.07541921734809875, -0.014738231897354126, 0.014493952505290508, -0.005668202880769968, -0.055044446140527725, 0.046503692865371704, -0.0009997389279305935, 0.011589732952415943, -0.014222529716789722, -0.013127793557941914, 0.05149786174297333, 0.021207131445407867, -0.005840103607624769, 0.07064218074083328, -0.0849732831120491, 0.06391090899705887, -0.046865589916706085, -0.008332665078341961, -0.057577721774578094, -0.04838555306196213, -0.03713057562708855, -0.016240103170275688, -0.05511682853102684, -0.0043314481154084206, 0.05081025883555412, -0.038143884390592575, -0.028662197291851044, 0.001996085047721863, -0.025549888610839844, 0.02797459438443184, 0.010504043661057949, -0.0046684639528393745, 0.06651656329631805, 0.029168851673603058, -0.010314048267900944, 0.009174074977636337, 0.0007961721275933087, 0.05363305285573006, -0.054284464567899704, -0.011300216428935528, 0.04147333279252052, 0.012268288992345333, 0.002251674421131611, 0.026147017255425453, -0.01776006817817688, -0.04527324438095093, -0.04038764163851738, -0.00009294800838688388, 0.04447707161307335, -0.04349995031952858, -0.005713440012186766, 0.009662634693086147, -0.01726246066391468, -0.02895171381533146, -0.005125358235090971, 0.004980599507689476, -0.011553543619811535, -0.028662197291851044, 0.014584425836801529, 0.04364471137523651, -0.007441495545208454, 0.00012687580601777881, 0.008662896230816841, 0.00781243946403265, 0.027992689982056618, -0.033710651099681854, 0.03300495445728302, -0.027630792930722237, -0.005600347183644772, -0.014566331170499325, -0.05164262279868126, 0.0578310489654541, -0.06575658172369003, -0.03412683308124542, -0.030200257897377014, 0.049181725829839706, 0.013417310081422329, -0.017208175733685493, -0.02017572708427906, -0.03593631461262703, -0.023975638672709465, -0.0035420614294707775, -0.02366802655160427, -0.013616353273391724, -0.05985767021775246, 0.034669678658246994, -0.005170595366507769, -0.04530943185091019, 0.030616438016295433, -0.04838555306196213, -0.05573204904794693, -0.004962504841387272, -0.031213566660881042, -0.008038624189794064, 0.015163460746407509, -0.01494632288813591, 0.05044836178421974, -0.054248277097940445, -0.016710568219423294, 0.017036274075508118, 0.009653587825596333, -0.023396603763103485, -0.02640034444630146, 0.05537015572190285, 0.04255902022123337, -0.009445496834814548, -0.024301346391439438, 0.011526401154696941, -0.012123530730605125, 0.015480119735002518, -0.010811655782163143, -0.021587122231721878, -0.004822270013391972, 0.03345732390880585, 0.038722917437553406, -0.013942060060799122, 0.025947974994778633, -0.025097517296671867, -0.06890507787466049, -0.05573204904794693, -0.018031489104032516, -0.01253066398203373, -0.04664845019578934, 0.0478065200150013, 0.0074369716458022594, -0.012983034364879131, -0.10111386328935623, -0.07386305928230286, -0.020845234394073486, 0.022781381383538246, 0.00979834608733654, -0.004193475004285574, 0.047842707484960556, -0.018511002883315086, 0.021786164492368698, 0.0893884226679802, 0.03742009028792381, -0.0524749830365181, -0.0562748946249485, 0.007486732676625252, -0.010820703580975533, 0.031177377328276634, -0.012774944305419922, -0.04060478135943413, 0.04657607153058052, -0.041075244545936584, -0.015679163858294487, -0.05283688008785248, -0.0073555451817810535, 0.0013480641646310687, 0.0037230094894766808, 0.09235596656799316, -0.04364471137523651, 0.0005595257971435785, 0.013715874403715134, -0.021659500896930695, 0.032697342336177826, 0.052728310227394104, 0.007930055260658264, 0.008531708270311356, 0.03528490290045738, 0.026508914306759834, -0.01983192376792431, -0.027431748807430267, 0.012901607900857925, 0.0484941229224205, 0.04617798328399658, -0.02176807075738907, 0.020501432940363884, -0.02406611293554306, -0.00852266140282154, -0.0031937360763549805, 0.010350237600505352, -0.012286383658647537, -0.015597736462950706, 0.05985767021775246, 0.023197561502456665, 0.002512918319553137, 0.03651535138487816 ]
37,435
flask_debugtoolbar
dispatch_request
Modified version of Flask.dispatch_request to call process_view.
def dispatch_request(self): """Modified version of Flask.dispatch_request to call process_view.""" req = request_ctx.request app = current_app if req.routing_exception is not None: app.raise_routing_exception(req) rule = req.url_rule # if we provide automatic options for this URL and the # request came with the OPTIONS method, reply automatically if getattr(rule, 'provide_automatic_options', False) \ and req.method == 'OPTIONS': return app.make_default_options_response() # otherwise dispatch to the handler for that endpoint view_func = app.view_functions[rule.endpoint] view_func = self.process_view(app, view_func, req.view_args) return view_func(**req.view_args)
(self)
[ 0.04102670028805733, -0.03561965003609657, -0.04630368575453758, 0.027313971891999245, -0.007028237916529179, 0.007752894423902035, -0.018655257299542427, -0.0035048285499215126, -0.004529102705419064, -0.016964392736554146, 0.03920577093958855, -0.03387304022908211, 0.027964305132627487, -0.03534093499183655, 0.06053668260574341, 0.042847633361816406, 0.029822397977113724, -0.009021042846143246, 0.07685074210166931, -0.06726297736167908, 0.05061446130275726, -0.04463140293955803, -0.006791331339627504, -0.004380455240607262, -0.04738137871026993, 0.053773220628499985, -0.02157246321439743, -0.0137406000867486, 0.04429694637656212, -0.021851178258657455, -0.006452229339629412, 0.009950090199708939, -0.009299756959080696, 0.03251663222908974, 0.040469273924827576, 0.006582295522093773, 0.01673213019967079, -0.017410334199666977, 0.02326332777738571, -0.008844524621963501, -0.1005600094795227, -0.0316433310508728, -0.002230873331427574, -0.04674962908029556, 0.036177076399326324, 0.05158067122101784, -0.08131016790866852, 0.12858006358146667, 0.03738483786582947, -0.004642910789698362, 0.004647555761039257, -0.013378271833062172, -0.026645058766007423, -0.030491311103105545, -0.015570822171866894, 0.026310602203011513, -0.014279447495937347, 0.04147264361381531, 0.02034612186253071, -0.009095367044210434, 0.012551420368254185, 0.058195482939481735, 0.017921309918165207, -0.013647696003317833, -0.008914202451705933, -0.009002462029457092, -0.0037301224656403065, 0.004134257789701223, -0.02894909493625164, -0.009327628649771214, -0.005012206733226776, 0.007460244931280613, -0.0004912334261462092, -0.003421214409172535, 0.04043211042881012, -0.023244747892022133, 0.00949950236827135, -0.04359086975455284, -0.01447454746812582, 0.008393936790525913, 0.05934750288724899, -0.037756457924842834, -0.010433194227516651, -0.03587978333234787, -0.00567647535353899, -0.04236452654004097, -0.0021228715777397156, -0.03296257555484772, -0.05143202468752861, 0.02848457172513008, -0.004106386099010706, -0.03090009279549122, -0.04983406513929367, -0.002540942747145891, -0.045709095895290375, 0.025678850710392, 0.01750323921442032, 0.0029961755499243736, -0.013489757664501667, -0.041509807109832764, 0.009183626621961594, 0.06815486401319504, -0.005969124846160412, 0.028020048514008522, 0.04686111584305763, -0.020160313695669174, 0.0419929102063179, -0.0034142464864999056, -0.01599818281829357, -0.01617470197379589, 0.029840979725122452, -0.0028452053666114807, -0.041398320347070694, -0.002111258450895548, -0.0408780537545681, 0.01901758462190628, -0.03545242175459862, -0.005202661268413067, -0.043999649584293365, 0.006006286945194006, -0.08851956576108932, -0.013573371805250645, 0.043367899954319, -0.0654420480132103, -0.04440842941403389, 0.021851178258657455, -0.05392186716198921, -0.02701667696237564, 0.042996279895305634, 0.0063128722831606865, 0.009062849916517735, 0.0025455879513174295, -0.03961455076932907, 0.0032911477610468864, -0.0029961755499243736, 0.04812461882829666, -0.021423816680908203, -0.008184901438653469, -0.010711908340454102, 0.07722236216068268, 0.011668826453387737, -0.021535301581025124, 0.0008889815071597695, -0.008491486310958862, 0.027332553640007973, 0.0034235368948429823, 0.07796559482812881, -0.002399262972176075, 0.044111136347055435, 0.004766009282320738, 0.05020568147301674, 0.0660366341471672, 0.051357701420784, -0.01748465746641159, 0.007153659593313932, 0.019695788621902466, -0.03156900778412819, -0.02894909493625164, -0.0004819429595954716, -0.049573931843042374, -0.028020048514008522, -0.02099645510315895, -0.04039495065808296, -0.06455016136169434, 0.04136115685105324, -0.06180018559098244, 0.03894563764333725, 0.021182263270020485, 0.01977011375129223, 0.02487986907362938, -0.04292195662856102, -0.0027430104091763496, 0.0016014442080631852, 0.010684036649763584, 0.03994900733232498, 0.05280701443552971, -0.006879590451717377, -0.006429003085941076, 0.006786685902625322, -0.044111136347055435, 0.06187450885772705, -0.02521432749927044, -0.027536943554878235, 0.014874037355184555, 0.013201753608882427, -0.0011711794650182128, -0.005578925367444754, -0.014669646508991718, -0.04470572620630264, 0.06677987426519394, -0.024378184229135513, -0.02985955961048603, 0.034932155162096024, -0.05518537387251854, -0.02123800665140152, -0.011501598171889782, -0.027722753584384918, 0.02826160006225109, 0.021851178258657455, -0.04883069172501564, 0.019807275384664536, -0.028020048514008522, 0.02564168907701969, -0.008338194340467453, -0.019807275384664536, 0.06232045218348503, 0.0436280332505703, -0.002085709711536765, -0.037068963050842285, -0.0005974931409582496, -0.05641171336174011, -0.024471089243888855, -0.01197541132569313, 0.018200024962425232, -0.027685590088367462, 0.05042865499854088, 0.0010434355353936553, -0.016156122088432312, -0.008263870142400265, -0.029209228232502937, 0.03894563764333725, 0.0602022260427475, -0.0063128722831606865, 0.05117189139127731, 0.00028437539003789425, -0.012969492003321648, 0.02487986907362938, 0.004222516901791096, -0.013071686960756779, -0.017977053299546242, -0.022464348003268242, -0.04883069172501564, 0.005351308733224869, 0.03591694310307503, 0.002055515768006444, 0.027889981865882874, 0.0499827116727829, 0.02928355149924755, -0.0008419485529884696, 0.007529923226684332, 0.049016501754522324, 0.025920402258634567, 0.04124967381358147, -0.06369543820619583, -0.06822919100522995, -0.0011044042184948921, -0.027759915217757225, 0.05767521634697914, 0.024489670991897583, -0.022092729806900024, 0.007673925720155239, -0.019212685525417328, -0.048979341983795166, -0.03705038130283356, -0.06049951910972595, -0.018190734088420868, -0.04214155673980713, 0.06863796710968018, 0.003377084620296955, 0.04953676834702492, -0.01950998045504093, 0.06677987426519394, 0.04136115685105324, -0.007571730297058821, -0.030398407950997353, 0.00940659735351801, 0.005918027367442846, -0.01697368361055851, -0.02361636608839035, 0.021776853129267693, 0.06975282728672028, 0.006679845508188009, 0.008630843833088875, 0.04370235651731491, -0.0029009482823312283, 0.006991076283156872, -0.024118050932884216, 0.021442396566271782, -0.040246300399303436, 0.005481375381350517, 0.0687866136431694, -0.025938984006643295, -0.050131358206272125, 0.030565636232495308, -0.08383717387914658, -0.008147738873958588, 0.027313971891999245, 0.07722236216068268, 0.009476276114583015, -0.029543684795498848, 0.027889981865882874, 0.02510284073650837, 0.0332784503698349, 0.0029195290990173817, -0.03428182378411293, -0.02658931538462639, -0.04596922919154167, -0.023765014484524727, 0.044111136347055435, 0.07484400272369385, -0.015812374651432037, 0.003272566944360733, -0.012978781946003437, 0.004396713338792324, 0.05826980620622635, -0.031197387725114822, 0.043219249695539474, -0.0062385485507547855, -0.0068703000433743, 0.01708516851067543, -0.021163683384656906, 0.0431077666580677, -0.021200845018029213, -0.08517500013113022, -0.05321579426527023, 0.07168523967266083, -0.005918027367442846, 0.0203089602291584, 0.015357141382992268, 0.04262465983629227, -0.07346901297569275, 0.08933712542057037, -0.04169561341404915, 0.022390024736523628, -0.003226114669814706, 0.021070778369903564, 0.059087369590997696, 0.008105931803584099, -0.007957284338772297, -0.01652774028480053, -0.007195466663688421, 0.031513262540102005, -0.06072248890995979, -0.02896767482161522, -0.04544896259903908, -0.05566847696900368, 0.02121942676603794, -0.005551053676754236, -0.04544896259903908, 0.003198243211954832, -0.027183905243873596, 0.039503064006567, 0.002731397282332182, -0.015468627214431763, -0.03251663222908974, 0.0021530657541006804, 0.04760435223579407, 0.002687267493456602, 0.019119780510663986, -0.08643849939107895, -0.029116323217749596, -0.0944654643535614, 0.009476276114583015, -0.004738138057291508, -0.009155754931271076, -0.029896721243858337, 0.021962663158774376, -0.04385100305080414, -0.0059784152545034885, 0.009717828594148159, 0.07109065353870392, 0.00004478295159060508, -0.025678850710392, -0.005746153648942709, 0.027091000229120255, -0.03420749679207802, -0.00336314900778234, -0.05711778998374939, 0.007581020705401897, -0.008849169127643108, -0.010498227551579475, -0.003964706789702177, 0.05414484068751335, -0.01690864935517311, 0.03545242175459862, -0.0007060754578560591, -0.03244230896234512, -0.005091175902634859, -0.010721198283135891, 0.05938466265797615, 0.014929779805243015, 0.014307319186627865, 0.0013552468735724688, -0.009336919523775578, -0.02203698642551899, -0.07450954616069794, -0.0317733958363533, 0.06258058547973633, -0.002022999105975032, 0.01686219684779644, 0.020160313695669174, -0.05407051742076874, -0.025009935721755028, 0.031048739328980446, -0.004011158831417561, -0.016100378707051277, -0.03846253082156181, 0.019621465355157852, -0.00913252867758274, 0.007051464170217514, 0.046043552458286285, 0.023244747892022133, -0.01232844963669777, 0.01499481312930584, 0.029692331328988075, 0.03658585622906685, 0.0371432863175869, 0.0386483408510685, 0.03692031651735306, -0.019788693636655807, 0.000848916417453438, -0.01550578884780407, -0.0030217242892831564, -0.0005974931409582496, -0.05890155956149101, -0.007083980832248926, 0.0003533280687406659, 0.049908388406038284, 0.009169690310955048, 0.030472731217741966, 0.0756615623831749, 0.04325641319155693, 0.05061446130275726, 0.0037556712049990892, 0.028317343443632126, -0.004900721367448568, -0.014084347523748875, -0.0014202800812199712, -0.01823718659579754, -0.00837535597383976, -0.007135078310966492, 0.05893871933221817, -0.037979427725076675, 0.008858460001647472, 0.01617470197379589, 0.0011549211340025067, -0.005713636986911297, 0.014948360621929169, -0.007083980832248926, 0.014335189945995808, -0.014920489862561226, -0.001253051683306694, -0.03381729871034622, -0.046935439109802246, 0.06871229410171509, 0.017336010932922363, -0.0025014581624418497, -0.024229537695646286, -0.033798716962337494, -0.08814794570207596, 0.008301031775772572, 0.016444126144051552, -0.012765101157128811, 0.022761642932891846, -0.07863450795412064, -0.003555926028639078, 0.012281997129321098, -0.008031608536839485, -0.019714370369911194, 0.051357701420784, 0.021200845018029213, -0.032888252288103104, 0.0017384785460308194, -0.04704692214727402, 0.00982931349426508, 0.11245180666446686, 0.02521432749927044, 0.04961109161376953, -0.06625960767269135, -0.04912798851728439, -0.04370235651731491, -0.046972598880529404, -0.037756457924842834, -0.05187796801328659, -0.022074148058891296, 0.04875636845827103, 0.013703438453376293, 0.03994900733232498, 0.0072558545507490635, 0.004011158831417561, 0.006935333367437124, -0.00865407008677721, 0.014520999044179916, 0.02155388332903385, -0.0075113424099981785, -0.017763372510671616, 0.012086897157132626, 0.028298761695623398, 0.015988893806934357, -0.04485437273979187, 0.02543729729950428, 0.054219163954257965, -0.0189990047365427, 0.025716012343764305, 0.0422530435025692, 0.06417854130268097, 0.01009873766452074, -0.024694060906767845, 0.05473943054676056, 0.02257583476603031, -0.003576829796656966, -0.0222413782030344, 0.00458252290263772, 0.029543684795498848, -0.011009203270077705, 0.00028843997279182076, -0.02385791949927807, 0.043330736458301544, -0.02032754197716713, -0.019268428906798363, -0.032888252288103104, 0.0037463807966560125, 0.04619219899177551, 0.023096099495887756, -0.009532018564641476, 0.008691231720149517, -0.038313884288072586, -0.002297068014740944, 0.00916504580527544, 0.0019231266342103481, 0.02214847318828106, -0.014344480820000172, 0.040469273924827576, 0.003421214409172535, 0.008900267072021961, 0.06254342198371887, 0.021535301581025124, 0.05005703493952751, 0.0343933068215847, 0.016425544396042824, -0.020420445129275322, 0.03227508068084717, 0.02701667696237564, 0.0335385836660862, 0.04076656699180603, 0.04470572620630264, -0.06440151482820511, -0.03734767809510231, -0.05533402040600777, 0.0186366755515337, 0.013071686960756779, 0.029246389865875244, -0.003839285345748067, 0.04292195662856102, -0.06978998333215714, -0.10806670784950256, 0.01215193048119545, -0.04414829611778259, 0.0549624003469944, -0.12144497781991959, -0.07982368767261505, 0.07863450795412064, 0.05949614942073822, 0.025028517469763756, -0.02203698642551899, 0.011167140677571297, 0.043367899954319, 0.042996279895305634, -0.014604614116251469, -0.05436781048774719, -0.032293662428855896, -0.00819883681833744, -0.023579204455018044, -0.04381383955478668, -0.06700284779071808, 0.03156900778412819, 0.026886610314249992, 0.03472776338458061, -0.011928959749639034, -0.061019785702228546, 0.022055568173527718, -0.018422994762659073, -0.005244468338787556, -0.005987705662846565, -0.00897459127008915, 0.036845989525318146, 0.048644885420799255, 0.005574279930442572, 0.02203698642551899, -0.038313884288072586, -0.006210676860064268, -0.049685414880514145, -0.004315421916544437, -0.026514992117881775, -0.06488461792469025, -0.06365827471017838, 0.015719469636678696, 0.021089360117912292, -0.0016002828488126397, -0.03041698783636093, -0.06135424226522446, -0.021498139947652817, -0.008816652931272984, -0.01679716445505619, -0.021888339892029762, 0.06473597139120102, -0.09119521826505661, 0.03565680980682373, 0.002035773592069745, 0.05641171336174011, -0.0330183170735836, 0.04050643369555473, 0.020271798595786095, -0.018385833129286766, 0.01345259603112936, 0.02159104496240616, -0.029599426314234734, -0.027295392006635666, -0.05392186716198921, -0.044928696006536484, -0.012272706255316734, 0.01964004710316658, 0.03894563764333725, 0.02134949341416359, -0.032312244176864624, -0.04121251031756401, -0.048867855221033096, 0.03634430468082428, 0.057749539613723755, -0.041955746710300446, -0.0030983707401901484, -0.005119047127664089, -0.018655257299542427, 0.02658931538462639, -0.006861009635031223, 0.03939157724380493, 0.03508080169558525, 0.00729301618412137, -0.06154005229473114, 0.03504364192485809, 0.014149380847811699, -0.027165325358510017, -0.042513176798820496, 0.016546322032809258, 0.01448383741080761, -0.04823610186576843, -0.03032408282160759, 0.006438293494284153, -0.08026963472366333, -0.00024227795074693859, 0.04868204519152641, -0.007543859072029591, 0.025678850710392, -0.05934750288724899, 0.03101157769560814, 0.038759827613830566, -0.016211863607168198, -0.007581020705401897, 0.0731717124581337, -0.006507971789687872, -0.008472905494272709, 0.030825769528746605, -0.009169690310955048, -0.008212772198021412, -0.01140869315713644, -0.0021797758527100086, 0.0036372176837176085, -0.011882507242262363, 0.008737684227526188, 0.003469989402219653, -0.03067712113261223, 0.023077519610524178, 0.07982368767261505, -0.10241810232400894, 0.025604525581002235, -0.010749069973826408, -0.0016850583488121629, -0.0355081632733345, 0.020587673410773277, 0.02419237606227398, 0.017577562481164932, -0.038202397525310516, -0.005481375381350517, 0.08413446694612503, 0.007836508564651012, -0.02848457172513008, 0.011891797184944153, -0.01830221898853779, 0.00964350439608097, -0.042884793132543564, 0.003555926028639078, 0.009021042846143246, -0.05778670310974121, 0.02998962625861168, 0.004756718873977661, -0.08844524621963501, 0.02761126682162285, -0.06800621747970581, 0.0510975681245327, -0.029041998088359833, 0.027889981865882874, -0.024675479158759117, -0.014548870734870434, 0.026830868795514107, -0.050242844969034195, 0.006768105085939169, -0.06154005229473114, -0.06365827471017838, 0.029041998088359833, 0.10501943528652191, 0.06945552676916122, -0.015459336340427399, 0.030621377751231194, 0.01509700808674097, -0.024043727666139603, 0.005095820873975754, -0.03251663222908974, -0.02157246321439743, -0.0029055934865027666, -0.0047799451276659966, -0.015422174707055092, -0.024136632680892944, 0.06009073927998543, 0.0483475886285305, -0.021386655047535896, 0.04325641319155693, -0.05065162479877472, 0.007752894423902035, 0.030361244454979897, 0.00010865490912692621, -0.06640825420618057, 0.004424584563821554, 0.03645579144358635, -0.0032191467471420765, 0.02543729729950428, 0.012960201129317284, -0.05533402040600777, 0.005681120324879885, 0.023003196343779564, 0.002214615000411868, 0.011650245636701584, -0.023003196343779564, -0.021498139947652817, -0.004515166860073805, 0.0012425999157130718, -0.02352346107363701, -0.0422530435025692, -0.03147610276937485, -0.01663922518491745, 0.007158304564654827, -0.055482666939496994, -0.05213809758424759, -0.01527352724224329, 0.02055051177740097, 0.06139140576124191, 0.04009765386581421, 0.027221066877245903, 0.006717007607221603, 0.030937254428863525, 0.07499264925718307, 0.028112951666116714, -0.009522728621959686, -0.006219967268407345, -0.020847806707024574, 0.014743970707058907, -0.0009818861726671457, -0.043367899954319, -0.002615266479551792, 0.06588798761367798, 0.009857185184955597, -0.05447929725050926, 0.017001554369926453, -0.04574625939130783, 0.00964350439608097, 0.06254342198371887, 0.0035489583387970924, 0.07216834276914597, 0.019101198762655258 ]
37,436
flask_debugtoolbar
init_app
null
def init_app(self, app): for k, v in iteritems(self._default_config(app)): app.config.setdefault(k, v) if not app.config['DEBUG_TB_ENABLED']: return if not app.config.get('SECRET_KEY'): raise RuntimeError( "The Flask-DebugToolbar requires the 'SECRET_KEY' config " "var to be set") DebugToolbar.load_panels(app) app.before_request(self.process_request) app.after_request(self.process_response) app.teardown_request(self.teardown_request) # Monkey-patch the Flask.dispatch_request method app.dispatch_request = self.dispatch_request app.add_url_rule('/_debug_toolbar/static/<path:filename>', '_debug_toolbar.static', self.send_static_file) app.register_blueprint(module, url_prefix='/_debug_toolbar/views')
(self, app)
[ 0.01868162490427494, -0.027492258697748184, -0.027646491304039955, -0.019857661798596382, 0.019896220415830612, 0.02433045580983162, 0.007880407385528088, 0.03566667437553406, -0.03036487102508545, 0.025622166693210602, -0.0015736714703962207, -0.021052977070212364, 0.021689193323254585, -0.004145045764744282, 0.0030895050149410963, -0.021997662261128426, 0.019838381558656693, 0.028089916333556175, 0.027453700080513954, -0.102874256670475, 0.003460631240159273, -0.006617614068090916, -0.0310396458953619, 0.029304509982466698, -0.017081445083022118, 0.007759911473840475, -0.023192977532744408, 0.047002892941236496, 0.05533154308795929, -0.033526673913002014, 0.020937301218509674, -0.020898742601275444, 0.05371208116412163, -0.006622433662414551, 0.0037233114708215, -0.041064873337745667, 0.06358307600021362, -0.03221568092703819, -0.02488955482840538, 0.021804869174957275, 0.029574420303106308, -0.04488217085599899, 0.07565190643072128, -0.05062739923596382, 0.028224870562553406, 0.016098201274871826, -0.0016664530849084258, 0.06281190365552902, -0.029015321284532547, 0.058454785495996475, -0.058454785495996475, -0.0387706384062767, 0.016184957697987556, 0.07919929176568985, -0.004029370378702879, 0.012338741682469845, 0.009745677933096886, 0.0152788320556283, -0.0030364871490746737, -0.02477387897670269, -0.010198741219937801, 0.03125171735882759, 0.010372254066169262, -0.034413520246744156, 0.009880632162094116, 0.012849641963839531, -0.05590992048382759, 0.01842135563492775, -0.003964302595704794, 0.02421477995812893, 0.016647661104798317, 0.034047212451696396, -0.04314703494310379, 0.0064633795991539955, 0.02390631102025509, -0.012107389979064465, 0.02994072623550892, -0.06277334690093994, -0.02963225729763508, -0.03186865523457527, 0.07391677051782608, 0.011297659948468208, 0.011847119778394699, 0.03092397004365921, 0.03865496441721916, -0.008391307666897774, -0.04696433246135712, 0.03219640254974365, 0.04253009706735611, -0.027800725772976875, 0.0022845950443297625, 0.014112435281276703, 0.04229874908924103, -0.020821625366806984, -0.016840454190969467, -0.028417663648724556, -0.027935681864619255, 0.03152162954211235, -0.007277929224073887, 0.0058271633461117744, 0.01899009384214878, -0.019954057410359383, -0.004330608993768692, -0.026393339037895203, 0.005480136256664991, -0.01547162514179945, 0.012888200581073761, 0.034509915858507156, -0.051321450620889664, -0.006612794008105993, 0.014016038738191128, -0.0352039709687233, 0.015828290954232216, -0.0014604056486859918, -0.015722256153821945, 0.04226018860936165, 0.004443874582648277, 0.02512090653181076, 0.09076686203479767, -0.0351075753569603, -0.0659351497888565, 0.011683245189487934, -0.006217568647116423, -0.019838381558656693, 0.045807577669620514, 0.02519802376627922, 0.04179748520255089, -0.00018405690207146108, 0.005123469512909651, -0.05629550665616989, 0.058994606137275696, 0.058454785495996475, -0.0752277597784996, -0.03612937778234482, 0.01873946376144886, -0.04472793638706207, 0.04314703494310379, 0.03130955621600151, -0.008709415793418884, -0.004865609109401703, -0.04110343009233475, 0.008791353553533554, -0.06639785319566727, 0.02396414987742901, -0.00606333464384079, -0.017110364511609077, -0.034856945276260376, 0.045460548251867294, 0.08020181953907013, 0.01540414709597826, 0.02485099621117115, 0.029420185834169388, -0.010863875970244408, 0.0028533339500427246, -0.001798998098820448, 0.026374058797955513, -0.0058271633461117744, 0.01851775124669075, 0.07183460891246796, -0.005754866171628237, 0.001357984496280551, 0.01869126409292221, -0.007899686694145203, -0.04152757674455643, -0.03310253098607063, 0.011442254297435284, -0.04187460243701935, 0.015645138919353485, 0.01794901303946972, 0.03096252866089344, -0.003323266515508294, -0.06508685648441315, -0.02542937360703945, -0.020436041057109833, 0.04981766641139984, 0.03086613304913044, -0.039561089128255844, -0.047002892941236496, -0.01249297522008419, 0.005605451762676239, -0.00311360415071249, 0.03817297890782356, -0.021091535687446594, 0.0599585697054863, -0.027453700080513954, 0.02392559126019478, 0.011837479658424854, 0.05941874906420708, 0.020763788372278214, 0.04260721430182457, -0.03148306906223297, 0.016319913789629936, -0.010246939025819302, -0.040756404399871826, -0.014382345601916313, 0.03188793361186981, -0.01795865222811699, -0.005672928877174854, 0.04954775795340538, 0.00943238940089941, -0.03551243990659714, 0.05425190180540085, -0.005677748937159777, 0.0021400004625320435, 0.03225424140691757, 0.01170252449810505, -0.00926369521766901, 0.013553336262702942, -0.028263429179787636, 0.03878991678357124, 0.03125171735882759, -0.02498595044016838, 0.017389914020895958, -0.021322887390851974, -0.021843427792191505, -0.04283856600522995, 0.033430278301239014, 0.009475767612457275, -0.021515680477023125, 0.014305228367447853, -0.0058271633461117744, 0.0118953175842762, -0.028649015352129936, -0.011345857754349709, -0.006328424904495478, 0.019838381558656693, 0.016618741676211357, -0.02382919378578663, -0.013755768537521362, 0.001166396657936275, -0.01870090514421463, 0.06508685648441315, 0.00443423492833972, -0.03138667345046997, 0.03125171735882759, -0.0004482433432713151, 0.07337695360183716, -0.016522346064448357, -0.07788830250501633, -0.033777303993701935, 0.026663249358534813, 0.0008482884732075036, -0.0016881421906873584, -0.053557850420475006, -0.03026847541332245, 0.04480505362153053, -0.05579424649477005, -0.00376187008805573, -0.01895153522491455, 0.01901901327073574, -0.00884437095373869, -0.03244703263044357, 0.02994072623550892, -0.03304469212889671, -0.07572902739048004, 0.010111983865499496, 0.01521135400980711, 0.06608938425779343, 0.000014148809896141756, 0.004381217062473297, 0.019693788141012192, -0.016666939482092857, -0.017177840694785118, 0.074263796210289, 0.033835142850875854, 0.028301987797021866, 0.04761983081698418, -0.029400907456874847, -0.01825748197734356, -0.01894189603626728, 0.12037984281778336, 0.05328793823719025, 0.04160469397902489, -0.016194598749279976, 0.006579055450856686, -0.029574420303106308, 0.002196633256971836, -0.015028201043605804, 0.005239145364612341, -0.02498595044016838, 0.08120433986186981, -0.10379966348409653, 0.06319749355316162, 0.08166704326868057, -0.03728613257408142, -0.04118054732680321, -0.00913838017731905, -0.0025786040350794792, 0.0021183111239224672, -0.06743893027305603, 0.01181820034980774, 0.02963225729763508, -0.014083516784012318, 0.05980433523654938, 0.0009657716145738959, 0.005499415565282106, 0.004747523460537195, 0.07973911613225937, -0.06007424741983414, 0.039175502955913544, 0.014912525191903114, 0.008439506404101849, 0.004969235043972731, 0.06396865844726562, 0.0615009143948555, -0.020609553903341293, 0.01202063262462616, 0.008362389169633389, -0.0025063068605959415, -0.00763941602781415, 0.039098385721445084, 0.004841510206460953, 0.046077486127614975, -0.00010814472625497729, -0.04256865754723549, -0.020243247970938683, -0.00008171102672349662, -0.02398342825472355, -0.009832434356212616, 0.051629919558763504, 0.007735812570899725, 0.0306540597230196, -0.016541624441742897, -0.02544865384697914, 0.039483971893787384, 0.02481243759393692, 0.08768218010663986, -0.06790163367986679, 0.004855969455093145, 0.01844063401222229, -0.08590848743915558, 0.06936685740947723, -0.01878766156733036, -0.025969194248318672, 0.026913879439234734, -0.034644871950149536, -0.03840433061122894, -0.06369875371456146, -0.07129479199647903, -0.08999569714069366, -0.021400004625320435, -0.006979100406169891, -0.011075948365032673, 0.008381668478250504, -0.034702710807323456, -0.03059622272849083, -0.06967532634735107, -0.058956049382686615, -0.027087392285466194, -0.021862708032131195, 0.039908114820718765, -0.058956049382686615, -0.0076924338936805725, 0.020879464223980904, -0.003605226054787636, -0.04187460243701935, -0.040756404399871826, 0.01815144531428814, 0.006959821097552776, 0.02375207655131817, -0.01193387620151043, 0.06790163367986679, -0.04299280047416687, 0.02407982386648655, 0.004815001040697098, -0.015018561854958534, -0.006882703863084316, -0.03294829651713371, 0.03177225962281227, -0.03125171735882759, 0.004067928530275822, 0.014391984790563583, 0.039117664098739624, 0.05540866032242775, 0.020185409113764763, -0.026759644970297813, -0.01950099505484104, -0.039252620190382004, -0.04137334227561951, 0.05988145247101784, -0.013187029398977757, 0.015018561854958534, 0.03757532313466072, -0.025660725310444832, -0.03724757581949234, -0.07788830250501633, -0.059225957840681076, 0.004210113547742367, 0.023231536149978638, -0.01811288669705391, 0.02458108589053154, -0.013148470781743526, -0.057876408100128174, 0.07141046226024628, -0.01503784116357565, -0.0306540597230196, -0.045807577669620514, 0.006391082424670458, 0.0055427937768399715, 0.040062349289655685, 0.03125171735882759, 0.00980351585894823, 0.0609225332736969, -0.029285231605172157, 0.10603605955839157, 0.016194598749279976, 0.00057355867465958, -0.010661443695425987, 0.03900199010968208, 0.012666488997638226, -0.04237586259841919, 0.028398383408784866, -0.019510634243488312, -0.03601370006799698, 0.0028388744685798883, -0.07383965700864792, 0.026142707094550133, 0.07958488166332245, 0.0093311732634902, -0.00965892057865858, 0.03294829651713371, 0.05560145154595375, 0.023289373144507408, -0.038886312395334244, -0.027492258697748184, 0.014266669750213623, 0.006386262364685535, 0.039869558066129684, -0.04148901626467705, -0.01829604059457779, -0.010536128655076027, 0.08498308062553406, -0.0005398199427872896, -0.009866173379123211, -0.03175297752022743, -0.026933157816529274, 0.026971716433763504, -0.01806468889117241, -0.005740406457334757, 0.013678651303052902, -0.008887749165296555, -0.008709415793418884, 0.06319749355316162, 0.03763316199183464, 0.002660541096702218, 0.013640092685818672, -0.0380958616733551, 0.026393339037895203, 0.05371208116412163, -0.02568000555038452, 0.022286850959062576, 0.0018568359082564712, -0.04465081915259361, 0.001661633257754147, 0.009080542251467705, -0.03132883459329605, 0.0123291015625, 0.003578716889023781, -0.04696433246135712, 0.09007281064987183, -0.007282749284058809, -0.0003190118877682835, -0.05513874813914299, -0.052054066210985184, -0.005759685765951872, 0.07457226514816284, 0.058454785495996475, 0.04102631285786629, 0.007369506172835827, -0.014777570962905884, -0.0032991673797369003, 0.022286850959062576, 0.011403695680201054, -0.0052150459960103035, -0.013881083577871323, 0.01923108473420143, 0.03497261926531792, -0.008294911123812199, -0.01492216531187296, 0.00939383078366518, 0.005094550549983978, 0.027203068137168884, -0.04345550388097763, -0.009654100984334946, -0.08575425297021866, -0.04742703586816788, 0.012155587784945965, -0.01792009361088276, 0.007027298677712679, -0.011654326692223549, -0.020011896267533302, -0.040486495941877365, -0.04376397281885147, 0.04947064071893692, 0.006579055450856686, 0.028475500643253326, 0.06512542068958282, -0.0015772863989695907, 0.0659351497888565, 0.021554239094257355, -0.03242775425314903, 0.0009711938910186291, -0.02519802376627922, 0.03229279816150665, -0.013360543176531792, -0.02440757304430008, -0.07534343749284744, 0.027415141463279724, -0.017052525654435158, -0.022903788834810257, -0.0024484689347445965, -0.0014254619600251317, -0.03196505084633827, 0.0019098540069535375, 0.05633406713604927, -0.020744508132338524, 0.001759234583005309, 0.004137816373258829, 0.0033859240356832743, 0.01783333718776703, 0.0009109461097978055, -0.009716758504509926, 0.04916217178106308, -0.04877658560872078, -0.00954324472695589, -0.0367463119328022, 0.05671964958310127, 0.04306991770863533, -0.06157803162932396, 0.05440613627433777, -0.03223496302962303, 0.0021412053611129522, 0.039599645882844925, -0.06624361872673035, -0.025988474488258362, 0.039117664098739624, -0.015857210382819176, -0.022132616490125656, 0.019954057410359383, -0.03036487102508545, 0.023000184446573257, -0.017091084271669388, 0.09847857803106308, -0.033526673913002014, -0.04468937963247299, -0.06874992698431015, -0.020937301218509674, 0.022961625829339027, -0.03753676265478134, -0.04210595414042473, 0.011461533606052399, 0.01765982247889042, 0.04341694712638855, 0.0037666899152100086, -0.028167033568024635, -0.0860627219080925, 0.03543532267212868, 0.07515064626932144, 0.039869558066129684, 0.03682342916727066, -0.0152788320556283, 0.004330608993768692, -0.0856771320104599, -0.005441577639430761, 0.01834423840045929, 0.01760198548436165, -0.028996041044592857, 0.01765982247889042, -0.059457309544086456, -0.01248333603143692, -0.0007362276082858443, -0.045537665486335754, 0.0026171626523137093, 0.01240621879696846, -0.016522346064448357, 0.005041532684117556, -0.004771622363477945, 0.06473983079195023, -0.028417663648724556, -0.058454785495996475, -0.013254507444798946, 0.07642307877540588, 0.022171175107359886, 0.012145948596298695, -0.020551715046167374, -0.03026847541332245, 0.069829560816288, 0.022151896730065346, -0.01280144415795803, -0.052092622965574265, -0.053557850420475006, -0.015269191935658455, 0.005340361502021551, -0.04472793638706207, 0.03127099573612213, 0.02458108589053154, -0.039753880351781845, -0.003323266515508294, -0.028032077476382256, 0.039098385721445084, -0.013813606463372707, 0.0351075753569603, 0.0377102792263031, -0.08459749817848206, 0.04908505454659462, -0.021207211539149284, -0.006492298562079668, 0.022691715508699417, -0.06065262481570244, 0.01738027296960354, -0.01898045465350151, -0.0022183225955814123, 0.03273622319102287, 0.021824149414896965, -0.025660725310444832, -0.028475500643253326, -0.021477121859788895, 0.003316036658361554, 0.06138523668050766, -0.010796398855745792, -0.011104866862297058, 0.01886477880179882, 0.03618721291422844, 0.007528560236096382, 0.028841808438301086, 0.008391307666897774, 0.052979469299316406, -0.06524109095335007, -0.06119244545698166, 0.033179644495248795, 0.04233730584383011, 0.02485099621117115, -0.00608743354678154, -0.027087392285466194, 0.004508942365646362, 0.013620813377201557, -0.0174091923981905, 0.009538425132632256, 0.001110366196371615, 0.046732980757951736, 0.04761983081698418, -0.06026703864336014, -0.007774370722472668, -0.017283877357840538, 0.053403615951538086, 0.034856945276260376, -0.021939823403954506, 0.020108291879296303, 0.007041758392006159, -0.0177465807646513, -0.003819708013907075, -0.03691982850432396, -0.03225424140691757, 0.028456222265958786, -0.052516765892505646, 0.015760814771056175, -0.0191443283110857, -0.01520171482115984, -0.02448469027876854, 0.0036028160247951746, -0.00218940363265574, -0.03744036704301834, -0.029478024691343307, -0.04210595414042473, 0.04314703494310379, -0.01782369799911976, 0.027183789759874344, -0.022749554365873337, 0.008993785828351974, 0.004176374524831772, 0.01825748197734356, -0.019713066518306732, -0.00770207354798913, 0.001880935044027865, 0.05429046228528023, -0.02542937360703945, -0.046578746289014816, 0.023154418915510178, 0.012001353316009045, -0.014632975682616234, -0.06138523668050766, 0.03090469166636467, -0.006873064674437046, 0.0010766275227069855, -0.021091535687446594, -0.023231536149978638, -0.04927784949541092, -0.006564595736563206, 0.03005640208721161, 0.033256761729717255, -0.007292388938367367, 0.02396414987742901, 0.04156613349914551, 0.012309822253882885, -0.04214451462030411, -0.052246857434511185, 0.013852165080606937, -0.0643928050994873, -0.017139282077550888, 0.0014290768885985017, -0.0011302479542791843, -0.02348216623067856, 0.06138523668050766, 0.008193694986402988, -0.015307750552892685, -0.011114506982266903, -0.04935496672987938, -0.03878991678357124, -0.08266956359148026, -0.03244703263044357, -0.0036968025378882885, -0.04264577478170395, 0.039946675300598145, 0.00007207137969089672, -0.034336403012275696, -0.052323974668979645, -0.06354451924562454, -0.021534958854317665, -0.046848658472299576, -0.03217712417244911, -0.0624648779630661, 0.021265048533678055, 0.016464507207274437, -0.0008729900582693517, 0.1218450665473938, 0.010642164386808872, -0.03678487241268158, -0.057876408100128174, -0.014478741213679314, -0.033006131649017334, -0.007591217756271362, -0.01273396611213684, -0.04110343009233475, 0.0599585697054863, -0.012030272744596004, -0.03236991539597511, -0.04195171967148781, -0.025988474488258362, -0.03557027876377106, -0.045152079313993454, 0.039599645882844925, -0.021939823403954506, -0.03535820543766022, 0.01744775101542473, 0.011451894417405128, 0.059148840606212616, 0.001396543113514781, -0.01792973279953003, -0.017023606225848198, 0.04827532544732094, -0.008106938563287258, 0.020705949515104294, -0.026181265711784363, 0.052208296954631805, 0.013129191473126411, 0.05078163370490074, -0.007947884500026703, -0.020358923822641373, -0.008825091645121574, -0.008810632862150669, 0.003925743978470564, -0.0355895571410656, 0.040987756103277206, -0.0358787477016449, 0.13102200627326965, 0.05695100128650665, -0.012946038506925106, 0.007451443001627922 ]
37,437
flask_debugtoolbar
process_request
null
def process_request(self): g.debug_toolbar = self if not self._show_toolbar(): return real_request = request._get_current_object() self.debug_toolbars_var.set({}) self.debug_toolbars_var.get()[real_request] = ( DebugToolbar(real_request, self.jinja_env)) for panel in self.debug_toolbars_var.get()[real_request].panels: panel.process_request(real_request)
(self)
[ 0.018830571323633194, 0.04294440895318985, -0.08474649488925934, 0.025523900985717773, -0.017215246334671974, 0.048941634595394135, -0.027915650978684425, 0.002724185585975647, -0.029093677178025246, 0.019740862771868706, 0.017268793657422066, -0.026933962479233742, 0.009263569489121437, -0.019151849672198296, 0.0025345413014292717, -0.0779639184474945, -0.0056000868789851665, -0.022917965427041054, 0.0004197276139166206, -0.07689298689365387, -0.012690555304288864, 0.035251542925834656, 0.028576059266924858, 0.02070470340549946, -0.05604549124836922, 0.04037417098879814, 0.006300655193626881, 0.023274941369891167, 0.013725790195167065, 0.023542676120996475, 0.012190786190330982, -0.027665767818689346, 0.015457131899893284, -0.047799307852983475, 0.015046607702970505, 0.028843794018030167, -0.00397806940600276, -0.006046308670192957, 0.020686853677034378, 0.008156939409673214, -0.04212336242198944, -0.03303828090429306, -0.0030923187732696533, -0.03419845923781395, 0.0005856664502061903, 0.01651914045214653, 0.006028459873050451, 0.053903624415397644, 0.0030231543350964785, 0.016322802752256393, 0.005269882269203663, -0.03246711567044258, -0.005238646641373634, 0.02659483440220356, 0.023506978526711464, -0.019705165177583694, 0.00952237844467163, 0.014636083506047726, 0.028522513806819916, -0.0367329977452755, -0.003837509546428919, 0.031681764870882034, -0.006028459873050451, -0.03098565898835659, -0.009558076038956642, -0.032270777970552444, 0.003076700959354639, -0.011289417743682861, -0.020615458488464355, 0.04447941482067108, -0.00980796106159687, 0.022418195381760597, -0.04694255813956261, -0.009022610262036324, -0.03098565898835659, -0.01608184352517128, 0.01430587936192751, -0.045407555997371674, -0.03384147956967354, -0.03862497955560684, 0.07139553129673004, -0.014082768000662327, -0.002701874589547515, 0.013056457042694092, 0.027612220495939255, -0.04472929984331131, 0.014984136447310448, 0.025327563285827637, -0.017117077484726906, 0.014805647544562817, 0.031199846416711807, 0.0160639937967062, 0.03880346938967705, -0.011235871352255344, -0.00012229272397235036, -0.008460369892418385, -0.01618001237511635, 0.036108288913965225, -0.05932968482375145, 0.031128449365496635, 0.01138758659362793, -0.00810785498470068, -0.004805811680853367, 0.003442603163421154, 0.0034381409641355276, 0.022864418104290962, 0.0731804147362709, 0.003558620810508728, -0.023578373715281487, 0.029432807117700577, 0.027005357667803764, -0.0583658441901207, -0.037268467247486115, 0.0017770793056115508, -0.0075723882764577866, 0.025666693225502968, -0.08324718475341797, 0.023828256875276566, 0.040481265634298325, -0.034341249614953995, -0.0738229751586914, 0.017036758363246918, -0.017572224140167236, -0.05633107200264931, 0.0076437839306890965, 0.004912904929369688, 0.011102004908025265, 0.024934887886047363, 0.016019372269511223, -0.027576522901654243, -0.020597610622644424, -0.0065460773184895515, -0.0682184249162674, 0.000886866298969835, 0.04287301376461983, -0.008795036934316158, -0.03378793224692345, -0.05904410034418106, -0.032288625836372375, 0.007264494895935059, -0.015358963049948215, -0.001071490696631372, -0.06168573722243309, 0.014359425753355026, -0.0362689271569252, -0.00591690419241786, 0.04412243515253067, 0.074751116335392, 0.006742415018379688, -0.03446619212627411, -0.02805844321846962, -0.014136314392089844, 0.006340815220028162, -0.02400674670934677, -0.008455907925963402, 0.047192443162202835, -0.025006283074617386, 0.04583593085408211, 0.03632247447967529, -0.02543465606868267, -0.01640312187373638, -0.010727178305387497, -0.06993191689252853, -0.032913338392972946, 0.03178885951638222, 0.01663515716791153, -0.014047070406377316, 0.03687579184770584, -0.005488531198352575, 0.03766114264726639, 0.006572850979864597, -0.012976136989891529, 0.003451527561992407, 0.014484367333352566, -0.03680439293384552, 0.03071792609989643, -0.01929464191198349, -0.05490316078066826, -0.026130763813853264, -0.012824421748518944, -0.0218648798763752, -0.007599161472171545, 0.007420672569423914, 0.05982945114374161, -0.02723739482462406, -0.0432656891644001, 0.04708535224199295, -0.0204369705170393, -0.0027041055727750063, 0.04708535224199295, -0.019705165177583694, 0.02222185768187046, -0.01446651853621006, -0.08346137404441833, -0.03616183623671532, 0.01836649887263775, 0.008795036934316158, -0.013172474689781666, 0.03412706404924393, 0.018777024000883102, -0.03196734935045242, -0.0008667863439768553, -0.017402660101652145, -0.01990150287747383, 0.01739373616874218, 0.09324256330728531, -0.005564388819038868, 0.024060292169451714, 0.02514907531440258, 0.0035407720133662224, 0.01183380838483572, 0.022400347515940666, 0.022900115698575974, -0.0513690821826458, 0.013074305839836597, -0.026933962479233742, 0.010031071491539478, 0.0030744699761271477, -0.03687579184770584, -0.04237324744462967, 0.01152145303785801, 0.020294178277254105, -0.03826800361275673, -0.051261987537145615, -0.03776823356747627, -0.03712567314505577, 0.043372783809900284, 0.019687317311763763, 0.007362663745880127, -0.0467640720307827, 0.01021848525851965, 0.00820156093686819, -0.04294440895318985, 0.01678687334060669, 0.00671564182266593, 0.0029205232858657837, 0.030896414071321487, -0.022989360615611076, -0.05811595916748047, -0.01840219646692276, 0.0048772068694233894, 0.005131553392857313, 0.04183777794241905, -0.0318959504365921, -0.06800424307584763, -0.007492068223655224, -0.05693793296813965, 0.03769683837890625, -0.012922590598464012, 0.01568024232983589, 0.05868712440133095, -0.032895490527153015, -0.014653932303190231, -0.07182390242815018, -0.06047201156616211, 0.01986580528318882, -0.00020888769358862191, 0.0439082495868206, 0.04244464263319969, -0.030057517811655998, -0.02598797157406807, 0.027398033067584038, -0.026951812207698822, 0.060936082154512405, 0.04765651375055313, 0.013074305839836597, 0.051618967205286026, -0.015314340591430664, 0.006296193227171898, 0.003409136552363634, 0.04744232818484306, 0.05340385437011719, 0.06746877729892731, 0.016438819468021393, -0.02459575980901718, -0.05293978378176689, 0.05990084633231163, 0.030789321288466454, -0.062078412622213364, -0.018812721595168114, 0.103095144033432, -0.06982482969760895, -0.013359888456761837, 0.012476368807256222, -0.05293978378176689, -0.043658364564180374, 0.03130693733692169, 0.06247108802199364, -0.010548689402639866, -0.03798241913318634, -0.012378199957311153, 0.08931580930948257, 0.015439283102750778, 0.039267539978027344, -0.032288625836372375, 0.007090468425303698, -0.049834080040454865, 0.07932043075561523, -0.05868712440133095, 0.08695975691080093, 0.028522513806819916, -0.013699016533792019, -0.030878566205501556, 0.006987837143242359, 0.06000794097781181, 0.009834733791649342, 0.04826337844133377, -0.0026282479520887136, -0.029004434123635292, -0.01959807239472866, 0.03362729400396347, 0.05315396934747696, 0.022668080404400826, -0.006264957599341869, -0.05693793296813965, -0.028111988678574562, 0.02868315391242504, 0.041302312165498734, -0.05315396934747696, 0.10445165634155273, 0.015385736711323261, 0.02777286060154438, -0.010093542747199535, 0.007773187942802906, 0.05293978378176689, 0.054831765592098236, 0.0491558201611042, -0.01242282148450613, 0.006385437678545713, -0.008130165748298168, -0.0330025814473629, 0.010361275635659695, -0.053332459181547165, -0.0289508868008852, 0.0030365411657840014, 0.00782227236777544, -0.07489390671253204, -0.04173068702220917, -0.029575597494840622, -0.06500563025474548, -0.05397501960396767, -0.00020805103122256696, -0.009129703044891357, -0.02659483440220356, -0.030539436265826225, -0.04580023139715195, 0.013065381906926632, -0.012271106243133545, 0.012387123890221119, -0.03858928382396698, -0.003197181038558483, -0.04986977577209473, 0.045764531940221786, 0.017741788178682327, 0.018125539645552635, -0.06461295485496521, 0.0064434465020895, 0.0106557821854949, -0.021739939227700233, 0.033127523958683014, 0.030807171016931534, 0.0725378543138504, 0.024649305269122124, 0.00481027364730835, 0.0054662199690938, -0.04115952178835869, 0.051012106239795685, -0.05001256614923477, 0.07546507567167282, -0.0478707030415535, 0.013841807842254639, 0.06047201156616211, 0.02275732532143593, 0.04847756400704384, -0.06621935218572617, 0.013368812389671803, 0.05343955382704735, 0.00019243326096329838, -0.03823230415582657, 0.026255706325173378, 0.0881020799279213, -0.004975375719368458, 0.030592983588576317, -0.009549152106046677, -0.030218157917261124, -0.046050116419792175, -0.046906862407922745, 0.014716403558850288, 0.02836187370121479, -0.0070279971696436405, 0.060364920645952225, -0.0731804147362709, -0.0731804147362709, 0.08860184997320175, 0.00685843313112855, -0.038375094532966614, -0.010432671755552292, -0.012779799290001392, -0.07339460402727127, 0.029093677178025246, 0.011780261993408203, 0.004961989354342222, -0.04644279181957245, 0.003005305537953973, 0.05636676773428917, -0.0432656891644001, 0.0003315987705718726, 0.07246646285057068, 0.038160908967256546, 0.0274337325245142, -0.0015785105060786009, -0.028129838407039642, 0.02134726382791996, -0.027612220495939255, -0.024702852591872215, -0.04505058005452156, -0.04794209823012352, 0.06354202330112457, -0.002261230256408453, 0.013502678833901882, 0.01415416318923235, 0.08167648315429688, -0.016153238713741302, -0.026826869696378708, -0.029932575300335884, -0.029468504711985588, -0.03712567314505577, 0.0072778817266225815, 0.023203546181321144, -0.007215410470962524, -0.03339525684714317, 0.03066437877714634, 0.012039070948958397, 0.00847821868956089, -0.01902690902352333, -0.01587658002972603, -0.02482779510319233, 0.04933430999517441, 0.025077680125832558, 0.0415164977312088, 0.02664838172495365, 0.0013007372617721558, 0.03780393302440643, -0.008781650103628635, 0.00885750725865364, 0.04469360038638115, -0.024470817297697067, 0.02748727798461914, -0.02807629108428955, -0.0008902130066417158, 0.03282409533858299, 0.022257555276155472, -0.024488667026162148, -0.002844665665179491, 0.014671781100332737, -0.05144047737121582, 0.036090441048145294, -0.0016789104556664824, -0.005644708871841431, 0.05868712440133095, -0.010629009455442429, 0.0036099364515393972, -0.037554048001766205, -0.0038799007888883352, 0.01866993121802807, 0.03676869720220566, -0.0025791635271161795, 0.09174325317144394, 0.035804856568574905, -0.016287105157971382, -0.0031324787996709347, 0.03368084132671356, -0.06700470298528671, -0.03041449561715126, -0.006032922305166721, 0.012172937393188477, 0.037375558167696, 0.006037384271621704, 0.018527138978242874, 0.0369114875793457, -0.02927216701209545, -0.017857806757092476, 0.03134263679385185, -0.011307266540825367, -0.03325246647000313, -0.04230184853076935, 0.033484503626823425, 0.010307729244232178, -0.0036143986508250237, 0.025648843497037888, -0.020651156082749367, -0.014841345138847828, -0.0625067874789238, -0.004850433673709631, -0.02518477290868759, 0.015599923208355904, 0.033805783838033676, 0.007019072771072388, 0.05122629180550575, 0.007081544026732445, -0.028004895895719528, -0.008090006187558174, 0.02047266811132431, 0.04697825759649277, 0.0030945499893277884, 0.0035073054023087025, 0.061864223331213, 0.09745489805936813, -0.0360368937253952, 0.01487704273313284, 0.02218616008758545, -0.016296029090881348, -0.024488667026162148, 0.001162408385425806, -0.01156607549637556, -0.038446493446826935, 0.0043171984143555164, 0.008741489611566067, 0.011628546752035618, 0.03064653091132641, 0.06243538856506348, 0.04347987845540047, 0.07610763609409332, -0.07086005806922913, 0.007184174843132496, -0.010316654108464718, -0.020115690305829048, 0.046335697174072266, -0.07025320082902908, 0.020847493782639503, 0.012092617340385914, -0.041944872587919235, 0.03268130123615265, -0.06232829764485359, 0.02163284458220005, 0.05261850357055664, 0.021722089499235153, -0.09052953124046326, -0.048406168818473816, 0.005957064218819141, 0.018544988706707954, -0.04765651375055313, 0.027058904990553856, -0.016626233235001564, 0.003228416433557868, -0.052154432982206345, 0.04480069503188133, 0.027344487607479095, -0.022007672116160393, -0.03880346938967705, -0.034073516726493835, -0.035787008702754974, -0.011405435390770435, 0.024488667026162148, -0.044872090220451355, -0.03600119426846504, 0.03303828090429306, 0.08424672484397888, 0.035233691334724426, 0.04537185654044151, 0.04269452765583992, -0.026505589485168457, -0.05286838859319687, 0.014769949950277805, -0.007799961604177952, -0.00979011133313179, 0.0033065055031329393, 0.0655410960316658, -0.029004434123635292, -0.010468369349837303, 0.023542676120996475, -0.029736237600445747, -0.04994117096066475, 0.011735639534890652, 0.04986977577209473, -0.010968138463795185, -0.010102467611432076, 0.037268467247486115, -0.033448804169893265, -0.04419383034110069, -0.010727178305387497, 0.046656977385282516, 0.02254313789308071, -0.010272031649947166, -0.05904410034418106, -0.004422060679644346, -0.019455282017588615, -0.0369114875793457, 0.031699612736701965, -0.03712567314505577, -0.02252529002726078, 0.023007208481431007, -0.0443723201751709, -0.005689331330358982, 0.012753026559948921, 0.03234217315912247, -0.009406360797584057, 0.02716599777340889, -0.10295235365629196, 0.009923978708684444, -0.01874132640659809, -0.003418060950934887, 0.04205196723341942, -0.03157467395067215, 0.049512799829244614, -0.04465790465474129, 0.009602698497474194, 0.002808967838063836, -0.05729491263628006, -0.003973607439547777, 0.013261719606816769, -0.0268804170191288, 0.03680439293384552, 0.06946785002946854, -0.06450586020946503, -0.039624519646167755, -0.003161483211442828, 0.0027688078116625547, 0.05169036239385605, 0.017001060768961906, 0.04148080199956894, 0.045443255454301834, -0.00047996759531088173, 0.05108350142836571, 0.0029450654983520508, 0.006327428855001926, 0.09402791410684586, -0.05604549124836922, 0.023203546181321144, 0.09802605956792831, 0.009888280183076859, 0.053011178970336914, -0.00980796106159687, -0.003971376456320286, 0.0213115643709898, -0.0016376349376514554, 0.013333114795386791, -0.00240736803971231, -0.09217162430286407, -0.04783500358462334, 0.011815959587693214, -0.008924441412091255, 0.021115226671099663, -0.07724995911121368, 0.021400809288024902, -0.006104317493736744, -0.01954452507197857, -0.012485292740166187, 0.04115952178835869, 0.011994448490440845, 0.007920441217720509, -0.015073380433022976, -0.03421630710363388, 0.01823263242840767, 0.020294178277254105, 0.02807629108428955, -0.021579299122095108, 0.021686391904950142, -0.0028045056387782097, 0.011351888999342918, 0.02686256729066372, -0.026077216491103172, 0.03916044533252716, -0.03741125762462616, 0.011441132985055447, 0.017688242718577385, -0.01489489246159792, -0.013841807842254639, 0.00962947215884924, -0.010316654108464718, 0.010575462132692337, -0.07000331580638885, 0.0230607558041811, -0.02400674670934677, 0.008870894089341164, -0.03394857421517372, 0.018580686300992966, 0.024417269974946976, -0.01754545047879219, -0.03423415496945381, -0.05493886023759842, -0.00979011133313179, 0.0038955186028033495, -0.0033176608849316835, 0.011414360255002975, -0.014546838589012623, -0.0327705480158329, -0.05547432601451874, 0.02041912078857422, 0.04737093299627304, 0.027326637879014015, -0.0015305416891351342, 0.03794672340154648, -0.011548226699233055, -0.04522906616330147, -0.03576916083693504, 0.02657698467373848, -0.07682158797979355, 0.025845181196928024, 0.013342039659619331, 0.0020146926399320364, -0.025791633874177933, 0.060043640434741974, 0.00020010270236525685, -0.011619621887803078, 0.03625107929110527, -0.02391750179231167, -0.03268130123615265, -0.026184309273958206, -0.031681764870882034, 0.018812721595168114, -0.0788920596241951, 0.012583461590111256, 0.03791102394461632, -0.01302075944840908, -0.0009002530132420361, -0.08224764466285706, -0.0031904876232147217, 0.024203084409236908, 0.02422093227505684, 0.006492530927062035, 0.048905935138463974, 0.007724103517830372, 0.02163284458220005, 0.10002513229846954, 0.04669267684221268, -0.015403585508465767, -0.07510809600353241, 0.06022212654352188, -0.009308191947638988, -0.001856283750385046, -0.011012759990990162, -0.08788789808750153, -0.027273092418909073, -0.0020291947294026613, -0.06993191689252853, -0.0830329954624176, -0.01676902547478676, -0.025916576385498047, -0.04148080199956894, 0.007617010269314051, -0.06707610189914703, 0.017322339117527008, 0.008665632456541061, -0.026951812207698822, 0.022293252870440483, 0.07043168693780899, -0.016296029090881348, -0.03239572048187256, 0.04333708435297012, 0.030003970488905907, -0.005899055395275354, -0.029450654983520508, 0.02165069431066513, 0.043694064021110535, 0.03776823356747627, 0.012449595145881176, 0.010771800763905048, 0.04587162658572197, 0.00783119723200798, -0.0014357194304466248, -0.019383884966373444, -0.0061355531215667725, -0.035233691334724426, 0.08210485428571701, 0.020008597522974014, 0.002193181309849024, -0.0018239326309412718 ]
37,438
flask_debugtoolbar
process_response
null
def process_response(self, response): real_request = request._get_current_object() if real_request not in self.debug_toolbars_var.get({}): return response # Intercept http redirect codes and display an html page with a # link to the target. if current_app.config['DEBUG_TB_INTERCEPT_REDIRECTS']: if response.status_code in self._redirect_codes: redirect_to = response.location redirect_code = response.status_code if redirect_to: content = self.render('redirect.html', { 'redirect_to': redirect_to, 'redirect_code': redirect_code }) response.content_length = len(content) response.location = None response.response = [content] response.status_code = 200 # If the http response code is an allowed code then we process to add the # toolbar to the returned html response. if not (response.status_code in self._toolbar_codes and response.is_sequence and response.headers['content-type'].startswith('text/html')): return response content_encoding = response.headers.get('Content-Encoding') if content_encoding and 'gzip' in content_encoding: response_html = gzip_decompress(response.data).decode() else: response_html = response.get_data(as_text=True) no_case = response_html.lower() body_end = no_case.rfind('</body>') if body_end >= 0: before = response_html[:body_end] after = response_html[body_end:] elif no_case.startswith('<!doctype html>'): before = response_html after = '' else: warnings.warn('Could not insert debug toolbar.' ' </body> tag not found in response.') return response toolbar = self.debug_toolbars_var.get()[real_request] for panel in toolbar.panels: panel.process_response(real_request, response) toolbar_html = toolbar.render_toolbar() content = ''.join((before, toolbar_html, after)) content = content.encode('utf-8') if content_encoding and 'gzip' in content_encoding: content = gzip_compress(content) response.response = [content] response.content_length = len(content) return response
(self, response)
[ -0.013567180372774601, 0.022906627506017685, -0.08155681937932968, 0.024847542867064476, 0.03353361412882805, 0.054038118571043015, -0.05849645659327507, 0.05515270307660103, -0.05622885376214981, -0.005827546119689941, 0.07237111032009125, -0.00016664716531522572, 0.006961347535252571, -0.020139385014772415, 0.0033773824106901884, -0.06057189032435417, -0.008229667320847511, -0.02769165299832821, 0.01975504495203495, -0.09408628195524216, 0.0028657305520027876, 0.02035077102482319, 0.024213382974267006, -0.0037280921824276447, -0.05753560736775398, 0.006985368672758341, -0.025616221129894257, 0.020081734284758568, -0.0019397129071876407, 0.032649632543325424, -0.011731959879398346, -0.0867069661617279, 0.020696677267551422, -0.0007536655175499618, 0.013413445092737675, 0.04123961925506592, 0.0017175166867673397, -0.024001995101571083, 0.022099515423178673, 0.0135960066691041, -0.07871270924806595, -0.032111555337905884, 0.01300028059631586, -0.04208516329526901, -0.007936608977615833, 0.01912088505923748, -0.04285384342074394, 0.039625391364097595, -0.005130930803716183, 0.005534487310796976, 0.005870784167200327, -0.026019778102636337, -0.006480922922492027, -0.019476398825645447, 0.05626728758215904, -0.0011602245504036546, -0.010847979225218296, 0.029651785269379616, 0.0012767274165526032, -0.023271750658750534, -0.026384899392724037, 0.03289945423603058, -0.02238777093589306, -0.043430350720882416, 0.009800654835999012, 0.022368554025888443, -0.001381219713948667, -0.02138848789036274, -0.02332940138876438, 0.03820333629846573, -0.016401683911681175, 0.026807673275470734, -0.009915956296026707, 0.045236747711896896, -0.008013476617634296, -0.0013872249983251095, 0.01585400104522705, -0.045659519731998444, -0.008167211897671223, -0.03593573346734047, 0.05031002685427666, -0.030439680442214012, 0.08363225311040878, 0.005135735031217337, 0.02111944928765297, -0.0345136784017086, 0.014124472625553608, 0.009132864885032177, -0.02482832595705986, 0.020908063277602196, 0.026653937995433807, -0.029421180486679077, 0.013836218044161797, -0.014009171165525913, -0.00209825299680233, 0.032111555337905884, -0.00478022126480937, 0.0515783466398716, -0.006519357208162546, 0.025039711967110634, 0.004436717834323645, 0.062378283590078354, -0.005092496983706951, 0.02206108160316944, 0.025616221129894257, 0.02669237181544304, 0.0423157662153244, -0.0038193727377802134, -0.019370704889297485, -0.008445858024060726, -0.009252971038222313, -0.09693039953708649, 0.020273903384804726, -0.04984882101416588, -0.03927948698401451, 0.016411293298006058, -0.07171773165464401, 0.01644972711801529, 0.00578911229968071, -0.032284509390592575, -0.013653657399117947, -0.04708157479763031, 0.005717048421502113, -0.04754278436303139, -0.020235469564795494, 0.009963998571038246, 0.015325533226132393, 0.007167929783463478, -0.00842664111405611, 0.0381649024784565, 0.015479269437491894, 0.02899840846657753, -0.03974069282412529, -0.016497768461704254, 0.03787664696574211, -0.006942130625247955, -0.06764373183250427, -0.005092496983706951, -0.004379067104309797, -0.013202058151364326, 0.013394228182733059, 0.003694462589919567, -0.012500639073550701, 0.015354358591139317, -0.046966273337602615, -0.009666135534644127, 0.05019472539424896, 0.046966273337602615, 0.03149661421775818, -0.010905630886554718, 0.011405271477997303, -0.0366467610001564, 0.008220058865845203, 0.016161471605300903, -0.051309309899806976, 0.04404529556632042, -0.0317656509578228, 0.027518700808286667, 0.01985112950205803, 0.005409576930105686, 0.028921538963913918, -0.09739160537719727, -0.024885976687073708, -0.025539353489875793, 0.03263041377067566, -0.015661830082535744, -0.006283949129283428, 0.02175360918045044, 0.023502353578805923, 0.013855434954166412, 0.014739415608346462, 0.031880952417850494, -0.02967100217938423, 0.01885184831917286, -0.027076710015535355, 0.03512861952185631, 0.025308748707175255, -0.05795838311314583, -0.04462180286645889, -0.016344033181667328, 0.0006834035157226026, -0.020427638664841652, -0.03656989336013794, 0.0734088271856308, -0.014374293386936188, -0.027576351538300514, 0.028652502223849297, 0.008460271172225475, 0.011049757711589336, 0.0846315324306488, -0.05180894955992699, -0.01844829134643078, 0.023079581558704376, -0.07878957688808441, -0.0257891733199358, 0.013134798966348171, 0.008719700388610363, -0.03412934020161629, 0.06456901878118515, -0.043430350720882416, -0.06283949315547943, 0.01908245123922825, -0.0019096863688901067, -0.001570987282320857, 0.03313005715608597, 0.08424719423055649, -0.001566183054819703, 0.02699984237551689, -0.014047604985535145, 0.008397815749049187, -0.014047604985535145, -0.004588051699101925, -0.0303051620721817, -0.037223272025585175, -0.029651785269379616, -0.020427638664841652, -0.022003430873155594, -0.012981063686311245, -0.04070154204964638, -0.034552112221717834, 0.005015629343688488, -0.03881828114390373, -0.04035563766956329, -0.006788394879549742, -0.03466741368174553, -0.032649632543325424, 0.016978193074464798, -0.011933738365769386, 0.01601734384894371, -0.013538355007767677, -0.01665150374174118, 0.0040427702479064465, -0.021734392270445824, -0.03257276490330696, 0.07248640805482864, -0.042892277240753174, 0.042700108140707016, -0.04712001234292984, -0.06360816955566406, 0.0501178577542305, -0.0019289033953100443, -0.0018664482049643993, 0.059649474918842316, 0.033821865916252136, -0.06160960718989372, 0.010723069310188293, -0.05015629157423973, 0.03528235852718353, -0.03647381067276001, 0.009594072587788105, 0.01592125929892063, -0.03741544112563133, -0.008330556564033031, -0.0825561061501503, -0.009728590957820415, -0.006754764821380377, 0.005683418828994036, 0.006216689944267273, 0.03017064370214939, -0.01416290644556284, 0.008421837352216244, 0.024136513471603394, -0.017794914543628693, 0.04500614479184151, -0.006327187176793814, -0.012913803569972515, 0.03526313975453377, -0.023444702848792076, 0.0050636716187000275, 0.058112118393182755, 0.06656758487224579, 0.03230372816324234, 0.011405271477997303, 0.019063234329223633, -0.040855277329683304, 0.02909449301660061, 0.1212206482887268, -0.03222686052322388, -0.06295479089021683, -0.02359843999147415, 0.05007942393422127, -0.040893711149692535, 0.007984651252627373, 0.021061798557639122, -0.006211885716766119, -0.011568616144359112, 0.022810542955994606, 0.05492210015654564, 0.03881828114390373, -0.047965556383132935, -0.0017847761046141386, 0.04831146448850632, 0.0060533457435667515, 0.009723787195980549, -0.014470378868281841, 0.011040149256587029, -0.060648757964372635, 0.007403337862342596, -0.04827302694320679, 0.015700263902544975, -0.02396356128156185, -0.017295273020863533, 0.02945961430668831, 0.017641179263591766, 0.005188581999391317, -0.021407704800367355, 0.03831863775849342, -0.009714178740978241, -0.01087680459022522, -0.012952237389981747, 0.03997129946947098, 0.06026441976428032, 0.023271750658750534, -0.03153504803776741, -0.028018342331051826, -0.021350054070353508, 0.038895148783922195, 0.07567642629146576, -0.023233316838741302, 0.06760530173778534, -0.0015517703723162413, 0.015796348452568054, 0.008686070330440998, 0.0019445171346887946, 0.12514090538024902, 0.03172721713781357, 0.04700470715761185, -0.03453289344906807, 0.0374346561729908, -0.00019952619913965464, -0.005198190454393625, -0.0010082904482260346, -0.06460745632648468, -0.031823303550481796, 0.025001278147101402, -0.03295710310339928, -0.05242389440536499, -0.05672849714756012, -0.014989236369729042, -0.05715126916766167, -0.043199747800827026, 0.010934456251561642, 0.007509030867367983, -0.01323088351637125, -0.041585523635149, -0.018976757302880287, -0.014508812688291073, 0.016593853011727333, -0.018573202192783356, -0.02619273029267788, 0.0009680548682808876, -0.046197596937417984, 0.04423746466636658, 0.008791763335466385, 0.007393729407340288, -0.06345443427562714, -0.02179204486310482, 0.040970578789711, -0.02519344724714756, 0.06233984977006912, -0.0008431445457972586, 0.03330300748348236, -0.007297644391655922, 0.049272309988737106, -0.016324816271662712, -0.04615916311740875, 0.0038578067906200886, -0.02202264778316021, 0.041623957455158234, -0.012087474577128887, -0.005443206988275051, 0.030554981902241707, 0.031515829265117645, 0.0013944313395768404, 0.0030939322896301746, -0.0008887848816812038, 0.011049757711589336, -0.01153018232434988, -0.0507328025996685, 0.03874140977859497, 0.05038689449429512, 0.01755470223724842, -0.016055777668952942, 0.0026783652137964964, -0.004191701766103506, -0.06514552980661392, -0.014537638053297997, 0.008407424204051495, -0.01965896040201187, 0.012836935929954052, 0.06160960718989372, -0.06883518397808075, -0.07940451800823212, 0.05622885376214981, -0.015142972581088543, -0.03412934020161629, -0.06556829810142517, 0.04362252354621887, -0.028748586773872375, 0.03266884759068489, 0.03977912664413452, 0.06018754839897156, -0.0443911999464035, -0.012663982808589935, 0.027672436088323593, -0.042892277240753174, 0.05019472539424896, 0.023175666108727455, -0.0077732643112540245, 0.020542940124869347, -0.016939759254455566, 0.02509736269712448, -0.0026519419625401497, -0.03422542288899422, -0.02302193082869053, 0.011107408441603184, -0.04373782500624657, 0.06356973946094513, -0.03924105316400528, -0.026077428832650185, 0.040893711149692535, 0.0551142692565918, -0.0061350176110863686, -0.05123244225978851, -0.03464819863438606, -0.016026953235268593, -0.011165059171617031, 0.03966382518410683, -0.004136452917009592, -0.03353361412882805, 0.05234702676534653, -0.051732081919908524, -0.05472993105649948, -0.019005583599209785, 0.03434072434902191, -0.012981063686311245, -0.05161678045988083, 0.008695678785443306, 0.018813414499163628, 0.020696677267551422, -0.00026063015684485435, 0.02886388823390007, 0.020081734284758568, 0.027307314798235893, 0.06503022462129593, 0.031150707975029945, -0.029190577566623688, -0.010281078517436981, -0.02429025061428547, -0.02315644919872284, 0.03910653293132782, 0.03276493400335312, -0.007196755148470402, -0.00048042426351457834, -0.020965714007616043, -0.03954852372407913, 0.007561877835541964, 0.005909218452870846, -0.06564517319202423, 0.10676948726177216, 0.006231102626770735, -0.006130213383585215, -0.019409140571951866, 0.008666853420436382, 0.03741544112563133, 0.032284509390592575, -0.004086008295416832, 0.049464479088783264, -0.003706473158672452, 0.011616658419370651, -0.03049733117222786, -0.034782715141773224, -0.01662267930805683, -0.0022123537492007017, -0.005577725358307362, 0.05384594947099686, 0.017429791390895844, -0.022541506215929985, 0.012423771433532238, 0.037223272025585175, -0.0634160041809082, 0.02519344724714756, -0.012587115168571472, -0.03564747795462608, -0.0606103241443634, -0.04808085784316063, 0.08563081920146942, 0.008758134208619595, 0.003989923279732466, 0.02582760713994503, 0.0012707221321761608, -0.03157348185777664, -0.08386285603046417, -0.009180907160043716, -0.024885976687073708, -0.0008587583433836699, -0.000462108087958768, 0.004751395899802446, 0.042892277240753174, -0.04500614479184151, 0.013057931326329708, -0.06295479089021683, 0.020831195637583733, 0.010934456251561642, 0.028710152953863144, -0.011828045360744, 0.04715844616293907, 0.06668288260698318, -0.0417008250951767, 0.023463919758796692, 0.010329121723771095, 0.04054780676960945, 0.015431227162480354, -0.03090088814496994, -0.042162030935287476, 0.006010107230395079, 0.0009920761222019792, 0.03420620784163475, 0.04638976603746414, 0.049464479088783264, 0.02655785344541073, 0.014105255715548992, 0.04788868874311447, -0.04535204917192459, 0.01955326646566391, -0.026211947202682495, -0.0006816019304096699, 0.02038920484483242, -0.0324958972632885, -0.013057931326329708, -0.054307159036397934, -0.02959413453936577, 0.03303397074341774, -0.08124934881925583, 0.010905630886554718, 0.03828020393848419, -0.022099515423178673, -0.04761965200304985, -0.019812695682048798, -0.014037996530532837, 0.03149661421775818, -0.04154708981513977, -0.026404116302728653, -0.04008660092949867, -0.03199625387787819, -0.0443911999464035, 0.009406707249581814, -0.0037569175474345684, -0.009550834074616432, 0.017304882407188416, -0.059649474918842316, -0.0246938057243824, 0.05492210015654564, 0.044698670506477356, -0.02306036464869976, -0.02876780368387699, 0.007119887508451939, 0.08678383380174637, 0.041162751615047455, 0.0345136784017086, 0.035224705934524536, -0.008234472014009953, -0.06960386782884598, -0.020639026537537575, 0.019332271069288254, 0.043699391186237335, 0.04765808582305908, 0.061648041009902954, -0.034283075481653214, -0.023713741451501846, 0.026942191645503044, 0.006014911457896233, -0.0613405667245388, -0.008762937970459461, 0.04554421827197075, 0.024885976687073708, 0.03336066007614136, 0.032745715230703354, 0.016862891614437103, 0.009166494943201542, 0.0009476368431933224, 0.04362252354621887, 0.061109963804483414, -0.01791982538998127, -0.029075276106595993, -0.005188581999391317, -0.01724722981452942, -0.006745156366378069, 0.0571897029876709, -0.009694961830973625, -0.05930357053875923, 0.02446320280432701, -0.03174643591046333, -0.06049502268433571, 0.0515783466398716, 0.03628163784742355, -0.049502916634082794, 0.007412946317344904, -0.0890130028128624, 0.03049733117222786, 0.0445065014064312, 0.009603681042790413, 0.0002852519100997597, -0.02926744520664215, 0.06941169500350952, -0.013163624331355095, 0.020696677267551422, -0.04308444634079933, -0.10446345061063766, -0.0050636716187000275, -0.016026953235268593, -0.03543609380722046, 0.0445065014064312, -0.01157822459936142, -0.08409345895051956, -0.03199625387787819, -0.023098798468708992, 0.0022387770004570484, 0.006072562653571367, 0.013692091219127178, 0.07467714697122574, 0.005625768098980188, -0.014845109544694424, 0.051501478999853134, -0.005212603136897087, 0.011693526059389114, 0.08885926753282547, 0.023982778191566467, 0.025385618209838867, 0.06722096353769302, 0.00004575290222419426, 0.07917391508817673, 0.013125190511345863, -0.034052472561597824, 0.014057213440537453, 0.03493645042181015, 0.020197035744786263, 0.018006300553679466, -0.023214099928736687, 0.011011323891580105, 0.07994259893894196, -0.04884953796863556, -0.04108588024973869, -0.056305721402168274, -0.0024765869602560997, 0.022349335253238678, 0.015575353987514973, 0.042162030935287476, 0.03374499827623367, -0.02396356128156185, 0.011472530663013458, 0.04842676594853401, 0.006178255658596754, 0.0024909996427595615, -0.010799936950206757, 0.022310901433229446, 0.002026189351454377, 0.029978472739458084, -0.024809109047055244, 0.048772670328617096, 0.05749717354774475, -0.02369452454149723, 0.018563592806458473, -0.07894331216812134, 0.007816502824425697, -0.006730743683874607, -0.0019012789707630873, -0.004210918676108122, 0.04262324050068855, -0.029286662116646767, 0.021042581647634506, -0.07037254422903061, -0.030343595892190933, -0.027153579518198967, 0.01595008559525013, -0.029056059196591377, 0.009915956296026707, 0.013644048944115639, 0.024905193597078323, -0.0038265790790319443, -0.018092777580022812, 0.021369270980358124, -0.02573152258992195, -0.018899889662861824, -0.007379316259175539, -0.0022712056525051594, -0.0048522851429879665, -0.037261705845594406, -0.009685352444648743, -0.017939042299985886, 0.024905193597078323, -0.020696677267551422, 0.013644048944115639, -0.007321665529161692, -0.022272467613220215, -0.002040602033957839, 0.02452085353434086, -0.0996207743883133, -0.017708437517285347, 0.034321509301662445, 0.03539765998721123, -0.035359226167201996, 0.040855277329683304, -0.009839088656008244, -0.0123469028621912, 0.02726888097822666, -0.022829759865999222, -0.03747308999300003, -0.04861893504858017, -0.022214816883206367, -0.0021234750747680664, -0.022599156945943832, 0.036819715052843094, 0.04892640560865402, -0.05246232822537422, -0.076329804956913, -0.0628010556101799, 0.030074557289481163, 0.05726657062768936, 0.007710809353739023, -0.05803525075316429, 0.027903040871024132, 0.030516548082232475, 0.047504350543022156, 0.048003990203142166, 0.01738175004720688, -0.00028104818193241954, -0.04827302694320679, 0.035301573574543, 0.014643331058323383, -0.0323805958032608, 0.016401683911681175, -0.07167930155992508, -0.04446806758642197, -0.02085041254758835, -0.040125034749507904, -0.08278670907020569, 0.0008851816528476775, 0.021042581647634506, -0.02338705211877823, 0.06672132015228271, -0.045236747711896896, 0.025539353489875793, -0.038530025631189346, 0.006802807562053204, -0.004914740100502968, 0.041201185435056686, -0.006404055282473564, 0.0011091794585809112, 0.06795120239257812, 0.02002408355474472, -0.02359843999147415, -0.05876549333333969, 0.06649071723222733, 0.05622885376214981, 0.06172490864992142, -0.019639743492007256, 0.016026953235268593, 0.023944344371557236, 0.018294556066393852, 0.02392512746155262, 0.0006936124991625547, 0.0015037278644740582, -0.018400248140096664, 0.08563081920146942, 0.054576195776462555, -0.005553704220801592, 0.026019778102636337 ]
37,439
flask_debugtoolbar
process_view
This method is called just before the flask view is called. This is done by the dispatch_request method.
def process_view(self, app, view_func, view_kwargs): """ This method is called just before the flask view is called. This is done by the dispatch_request method. """ real_request = request._get_current_object() try: toolbar = self.debug_toolbars_var.get({})[real_request] except KeyError: return view_func for panel in toolbar.panels: new_view = panel.process_view(real_request, view_func, view_kwargs) if new_view: view_func = new_view return view_func
(self, app, view_func, view_kwargs)
[ 0.016464726999402046, -0.04225317761301994, -0.06280489265918732, 0.051127780228853226, 0.019904982298612595, 0.055690836161375046, -0.006498761475086212, -0.009530318900942802, -0.0363607257604599, 0.005173858255147934, 0.013311906717717648, -0.028528081253170967, 0.03876800835132599, -0.03966624662280083, 0.012988540343940258, -0.009449477307498455, 0.06276896595954895, 0.012772963382303715, 0.07344004511833191, -0.09535708278417587, 0.01000638585537672, 0.023569799959659576, 0.04703180864453316, 0.027198687195777893, -0.06481695175170898, 0.020354103296995163, 0.0062921661883592606, 0.0363607257604599, 0.038552429527044296, 0.018952850252389908, -0.008645553141832352, -0.05687651410698891, 0.016069501638412476, 0.0009044146863743663, 0.0135185020044446, 0.006314622238278389, 0.019240286201238632, 0.007132020313292742, -0.0024454565718770027, -0.02840232662856579, -0.033540256321430206, -0.050984062254428864, 0.008281766436994076, -0.06794282048940659, -0.021647566929459572, 0.003206714289262891, 0.0005861011450178921, 0.06726016104221344, -0.00037866400089114904, 0.03145634010434151, -0.009665055200457573, -0.046708445996046066, -0.00250159646384418, 0.03264201804995537, 0.002528543584048748, 0.03497743979096413, 0.0002995066752191633, 0.016500655561685562, 0.02475547604262829, -0.011362727731466293, -0.02249191142618656, 0.03192342445254326, -0.00188967096619308, -0.010275857523083687, 0.02118048258125782, 0.031115010380744934, -0.02894126996397972, 0.007190405856817961, -0.025905221700668335, 0.0020120560657233, -0.03179766982793808, 0.014228111132979393, -0.012934645637869835, 0.03830092400312424, 0.010769889689981937, -0.023282362148165703, 0.025384243577718735, -0.06104434281587601, 0.0000804906667326577, -0.013275977224111557, 0.07811088860034943, -0.06884106248617172, -0.002064827596768737, 0.013904744759202003, 0.038480572402477264, -0.038875795900821686, 0.023444045335054398, 0.011479498818516731, -0.010940554551780224, 0.01641083136200905, 0.0077293491922318935, -0.00032336614094674587, -0.008524291217327118, -0.008304222486913204, -0.026965145021677017, -0.018234258517622948, 0.005110981874167919, 0.07710485905408859, -0.026803461834788322, -0.0010138875804841518, 0.04013333097100258, 0.012710086070001125, -0.035157088190317154, 0.007087108213454485, 0.009278812445700169, -0.008380572311580181, -0.013841867446899414, 0.0202103853225708, -0.04318734630942345, -0.008852148428559303, -0.0011564830783754587, -0.028330467641353607, -0.021863143891096115, 0.02157570794224739, 0.00035368173848837614, 0.04498382285237312, -0.04491196572780609, 0.015027543529868126, 0.001438305713236332, -0.021791284903883934, -0.04020519182085991, 0.005578066222369671, -0.008483869954943657, -0.05989459902048111, 0.005483751185238361, 0.021162517368793488, -0.0024095268454402685, 0.012925663962960243, 0.031312622129917145, -0.03458221256732941, 0.009180005639791489, -0.007280229590833187, -0.05773882195353508, -0.013563413172960281, 0.048720501363277435, -0.0005010491004213691, -0.012449597008526325, -0.0436544306576252, -0.04818155616521835, 0.024737510830163956, -0.04652879759669304, 0.005780169740319252, -0.022509876638650894, 0.0404207706451416, -0.006956863682717085, -0.00536248879507184, -0.003482922911643982, 0.05410993471741676, 0.029749685898423195, 0.02527645416557789, 0.012323843315243721, 0.025456102564930916, -0.001973880920559168, -0.020497821271419525, -0.007639525458216667, 0.05123557150363922, 0.015162279829382896, 0.02809692546725273, 0.02998322807252407, -0.06528403609991074, 0.017102476209402084, -0.005057087168097496, -0.03548045456409454, -0.03226475417613983, 0.02118048258125782, -0.012036406435072422, 0.011901671066880226, 0.011641181074082851, 0.007132020313292742, 0.07933249324560165, -0.010922590270638466, 0.009817755781114101, 0.036396656185388565, 0.007576648611575365, 0.0022029320243746042, 0.03883986920118332, -0.05134335905313492, -0.07318853586912155, -0.010787853971123695, 0.011910653673112392, -0.0020872836466878653, 0.015000596642494202, -0.03442053124308586, 0.05472073704004288, -0.0178659800440073, 0.0013507273979485035, 0.010850731283426285, 0.013383765704929829, -0.00612599216401577, 0.06373906135559082, -0.051774512976408005, 0.027216650545597076, 0.03370193764567375, -0.06898477673530579, -0.018360011279582977, 0.002631841227412224, -0.03305520489811897, -0.002887839451432228, 0.04045669734477997, -0.04325920343399048, 0.017686331644654274, -0.0035121156834065914, 0.011156132444739342, -0.0019503021612763405, -0.012844822369515896, 0.09873446822166443, 0.026084870100021362, 0.04581020399928093, -0.05195416137576103, 0.0028137345798313618, 0.024216532707214355, -0.012503490783274174, 0.023479975759983063, -0.009031795896589756, 0.01857558824121952, -0.029767651110887527, 0.018539659678936005, 0.02281527779996395, -0.023354222998023033, -0.015386839397251606, 0.012692121788859367, 0.016249150037765503, -0.05267275497317314, 0.01897081360220909, -0.01571020483970642, -0.020372066646814346, 0.030288629233837128, -0.026102833449840546, 0.032749805599451065, -0.025312384590506554, -0.026947179809212685, 0.0132310651242733, 0.004488951060920954, 0.03363008052110672, 0.03995368629693985, 0.014380811713635921, 0.017228230834007263, -0.022509876638650894, -0.006081080064177513, -0.019060637801885605, 0.022923067212104797, 0.014237092807888985, 0.07318853586912155, 0.00750928046181798, -0.008452432230114937, -0.001431568874977529, -0.04731924831867218, 0.02939039096236229, -0.031635988503694534, 0.013599343597888947, 0.02998322807252407, -0.028707727789878845, 0.010069262236356735, -0.037043388932943344, -0.057846613228321075, 0.043762218207120895, 0.006058624014258385, 0.06618227064609528, -0.010787853971123695, -0.014614353887736797, -0.0028990674763917923, -0.011524409987032413, 0.030055087059736252, 0.002335422206670046, -0.005609504412859678, -0.007037704810500145, 0.04555869847536087, -0.034061234444379807, -0.0077787525951862335, -0.00834464281797409, 0.06007424369454384, 0.06305640190839767, 0.0726136639714241, 0.016276096925139427, 0.005524171981960535, -0.07933249324560165, 0.013374783098697662, -0.0011385183315724134, -0.05863706395030022, 0.011389674618840218, 0.09219527989625931, -0.08443449437618256, -0.058349624276161194, 0.08781187236309052, -0.03851650282740593, -0.02157570794224739, 0.01261128019541502, 0.007850611582398415, 0.032031212002038956, -0.045055683702230453, 0.028366398066282272, 0.018521694466471672, 0.03377379849553108, 0.05342727527022362, -0.06111620366573334, 0.03670205920934677, -0.05026547238230705, 0.041283078491687775, -0.04595392197370529, 0.07904505729675293, 0.025563890114426613, -0.026156729087233543, -0.011560339480638504, -0.011129184626042843, 0.07509280741214752, -0.01968940533697605, 0.03018084168434143, -0.004488951060920954, -0.0192223209887743, -0.022132616490125656, -0.005905923433601856, 0.025006981566548347, 0.0020625819452106953, -0.014704177156090736, -0.053858429193496704, 0.008268292993307114, -0.016931811347603798, 0.015791047364473343, 0.002914786571636796, 0.07796717435121536, 0.003673798870295286, 0.05860113352537155, -0.030773678794503212, 0.02743222936987877, 0.05899635702371597, -0.008793762885034084, 0.06675714254379272, -0.0656433254480362, 0.014380811713635921, 0.008663518354296684, -0.08127269148826599, 0.025509996339678764, -0.006319113541394472, -0.02998322807252407, -0.05450516194105148, -0.038552429527044296, -0.06496066600084305, 0.010096210055053234, -0.019276214763522148, -0.03472593054175377, -0.003658079542219639, -0.01929417997598648, -0.045846134424209595, 0.015350909903645515, -0.015853924676775932, -0.0176054909825325, 0.014443688094615936, -0.00483701890334487, 0.03380972892045975, -0.06858955323696136, 0.03231865167617798, -0.10218370705842972, -0.0008729763212613761, -0.02554592676460743, -0.015009579248726368, -0.004340741317719221, 0.0015876379329711199, -0.006260727997869253, 0.0023578782565891743, 0.00967403780668974, 0.03422291949391365, 0.02137809619307518, -0.04250468313694, -0.017677349969744682, 0.03697153180837631, -0.01721026562154293, 0.023929094895720482, -0.04537905007600784, 0.06585890799760818, -0.0654277503490448, 0.010841748677194118, 0.015000596642494202, 0.07286517322063446, 0.026498058810830116, -0.03517505154013634, -0.02671363763511181, 0.030162876471877098, 0.004814562853425741, -0.07904505729675293, 0.07825461030006409, 0.013940674252808094, 0.023372186347842216, 0.05148707702755928, -0.0295880027115345, -0.024162637069821358, -0.047211457043886185, -0.05062476918101311, 0.03830092400312424, -0.019384004175662994, -0.007531736511737108, 0.04286397993564606, -0.03228272125124931, -0.07854204624891281, 0.06183479353785515, 0.012799910269677639, -0.04149865731596947, -0.04142679646611214, 0.0049043865874409676, 0.0073610711842775345, -0.0023870710283517838, 0.05428958311676979, -0.0005086280289106071, -0.003489659633487463, -0.01505449041724205, 0.07225436717271805, 0.01456944178789854, -0.031582094728946686, 0.07035010308027267, 0.030144911259412766, 0.00010505189129617065, 0.0372948944568634, -0.007167949806898832, -0.018539659678936005, -0.03934288024902344, -0.011829812079668045, -0.021683497354388237, -0.018952850252389908, 0.07473351061344147, 0.00008189416257664561, -0.0011699567548930645, 0.060900624841451645, 0.06930814683437347, 0.020354103296995163, 0.001836899435147643, -0.017291106283664703, -0.035354699939489365, -0.03700745850801468, 0.01712942309677601, 0.02026427909731865, 0.03912730515003204, -0.027288509532809258, -0.01355443149805069, 0.01211724802851677, 0.00210188003256917, -0.009395583532750607, -0.021755356341600418, -0.001741461455821991, -0.001760549028404057, 0.00679518049582839, 0.07538024336099625, 0.01381492055952549, 0.01988701894879341, 0.03663019835948944, -0.013859832659363747, 0.0034380110446363688, 0.023372186347842216, -0.056732796132564545, 0.019833123311400414, -0.012126230634748936, -0.04236096516251564, 0.031061114743351936, 0.04537905007600784, -0.05475666746497154, 0.01758752577006817, 0.012144195847213268, -0.04106749966740608, -0.027647806331515312, 0.001073957420885563, 0.005919396877288818, 0.1088666021823883, -0.028312502428889275, -0.007163458503782749, -0.0415705144405365, -0.03336060792207718, 0.005048105027526617, 0.06593076884746552, 0.000993677182123065, 0.027072932571172714, -0.047534823417663574, -0.040708206593990326, 0.0017785138916224241, 0.0017324790824204683, -0.01967144012451172, -0.07487723231315613, -0.017506683245301247, 0.04257654398679733, 0.04257654398679733, -0.010150103829801083, 0.032156966626644135, 0.03898358717560768, -0.030126946046948433, -0.0019570388831198215, -0.00451365252956748, -0.0025240525137633085, -0.05630163848400116, 0.015566486865282059, 0.02665974199771881, 0.01999480649828911, 0.006229289807379246, 0.012620261870324612, -0.05730766803026199, -0.026084870100021362, -0.04307955875992775, 0.03377379849553108, 0.0015236383769661188, 0.010778871364891529, 0.05482852831482887, 0.021360130980610847, 0.040312979370355606, -0.005214279051870108, -0.024072812870144844, -0.0028923305217176676, 0.025078842416405678, 0.04268433153629303, 0.002335422206670046, -0.06255338340997696, 0.010581258684396744, 0.06118806079030037, -0.05202602222561836, -0.034169021993875504, 0.009197970852255821, 0.008928499184548855, -0.001714514335617423, 0.003720956388860941, -0.013204118236899376, -0.0020603365264832973, -0.037761978805065155, -0.028959235176444054, 0.04789412021636963, 0.030522171407938004, 0.0363607257604599, -0.008070680312812328, 0.07746415585279465, -0.04462452977895737, 0.012889734469354153, -0.008169486187398434, 0.026551954448223114, 0.07214657962322235, -0.04821748659014702, 0.039594389498233795, -0.050409190356731415, -0.0015674276510253549, 0.022438017651438713, -0.0019098813645541668, 0.006893986836075783, 0.043366994708776474, -0.047283317893743515, -0.0975128561258316, -0.0457383468747139, 0.025509996339678764, -0.005533154122531414, -0.033073171973228455, 0.019527722150087357, -0.00478761550039053, -0.019599581137299538, -0.07911691814661026, 0.009108146652579308, -0.013725096359848976, 0.0035817292518913746, -0.05450516194105148, -0.05130742862820625, 0.01202742476016283, 0.04724738746881485, 0.02854604460299015, -0.0011553603690117598, -0.010446523316204548, 0.01570122316479683, 0.1028304398059845, 0.027719665318727493, -0.027216650545597076, 0.013617307879030704, 0.000014420951629290357, -0.010626170784235, -0.0030921888537704945, -0.041354939341545105, 0.007684437092393637, -0.006386481691151857, 0.0383368544280529, -0.023030856624245644, -0.044408950954675674, -0.00002015775316976942, -0.024000953882932663, -0.025438137352466583, -0.024360250681638718, -0.007154475897550583, -0.022078722715377808, 0.03422291949391365, 0.02867179922759533, 0.004439547657966614, -0.05443330109119415, -0.06183479353785515, 0.00844344962388277, 0.029749685898423195, -0.011748970486223698, -0.0652121752500534, 0.023300327360630035, 0.037366755306720734, 0.012305878102779388, 0.02522256039083004, -0.04724738746881485, -0.05159486457705498, 0.001106518553569913, -0.009090181440114975, -0.013787973672151566, 0.029623933136463165, 0.04185795038938522, -0.04692402109503746, 0.027468157932162285, -0.059463441371917725, 0.036396656185388565, -0.03643258661031723, 0.02542017214000225, 0.04322327673435211, -0.07559581845998764, 0.03898358717560768, -0.022366158664226532, -0.011506445705890656, 0.022186510264873505, -0.058026257902383804, -0.006584094371646643, -0.0022152827586978674, 0.016051536425948143, 0.06341569870710373, 0.05734359845519066, -0.008205415681004524, -0.06607448309659958, -0.038408711552619934, 0.010877678170800209, 0.04501975327730179, 0.006224798504263163, -0.019851088523864746, 0.031168904155492783, -0.017425842583179474, 0.014785018749535084, 0.010356699116528034, 0.029156848788261414, 0.07660184800624847, -0.03858835995197296, -0.012638227082788944, 0.03812127560377121, 0.014147269539535046, -0.015072455629706383, -0.016060518100857735, -0.013177170418202877, 0.03544452413916588, -0.05827776715159416, -0.019330110400915146, 0.005295120645314455, -0.09154854714870453, -0.024396179243922234, 0.0012418158585205674, -0.04257654398679733, -0.0070062666200101376, -0.08134455233812332, 0.0780390277504921, 0.0539662167429924, -0.011156132444739342, 0.004495687782764435, 0.0738712027668953, 0.014425722882151604, -0.00469330046325922, -0.014344882220029831, -0.039845895022153854, 0.024324320256710052, -0.010877678170800209, 0.0384446419775486, -0.0037501491606235504, -0.013473589904606342, 0.017937839031219482, 0.013689166866242886, -0.021198447793722153, -0.04706773906946182, 0.02423449605703354, -0.07394306361675262, 0.052169740200042725, -0.010060280561447144, 0.008120083250105381, 0.0011564830783754587, 0.02091101184487343, -0.008506326004862785, 0.010410593822598457, -0.052816472947597504, 0.010778871364891529, -0.004152111243456602, 0.026498058810830116, -0.04088785499334335, 0.001670725061558187, 0.0561579205095768, 0.012431631796061993, -0.06794282048940659, -0.01956365257501602, 0.00005340313509805128, -0.03837278485298157, -0.010015368461608887, -0.026731600984930992, -0.030270664021372795, -0.03433070704340935, -0.03517505154013634, 0.05403807759284973, 0.024036884307861328, 0.0006630129064433277, -0.04814562574028969, 0.042325034737586975, 0.02398298867046833, -0.062265947461128235, 0.00011382376396795735, -0.008250327780842781, -0.05461294949054718, 0.003566010156646371, 0.028366398066282272, -0.02267155982553959, 0.012036406435072422, 0.03328874707221985, 0.021935004740953445, -0.016114413738250732, 0.006332586985081434, -0.04925944283604622, -0.03689967095851898, -0.047211457043886185, -0.05044512078166008, -0.013464607298374176, -0.08623097091913223, 0.08206314593553543, 0.04289991036057472, -0.024593792855739594, -0.028725693002343178, -0.08235058188438416, -0.010662100277841091, 0.01059024129062891, -0.019240286201238632, -0.036666128784418106, 0.041929811239242554, 0.027522051706910133, 0.01656353287398815, 0.10477063059806824, 0.02215058170258999, -0.04254061356186867, -0.03697153180837631, 0.031132973730564117, 0.0020592135842889547, -0.002941733691841364, -0.025923186913132668, -0.03244440257549286, -0.002528543584048748, -0.01974330097436905, -0.04645693674683571, -0.09269829839468002, -0.010886660777032375, -0.07538024336099625, -0.05443330109119415, -0.0015842695720493793, -0.03812127560377121, -0.01642879657447338, 0.02046189084649086, 0.03328874707221985, 0.0404207706451416, 0.047678541392087936, 0.0050705610774457455, -0.013994568027555943, 0.037187106907367706, 0.04911572486162186, 0.04412151500582695, -0.06535588949918747, 0.00684009213000536, 0.05662500485777855, 0.04322327673435211, 0.022851208224892616, -0.018611518666148186, 0.06923628598451614, -0.007998821325600147, -0.04401372745633125, 0.007908997125923634, -0.05339134484529495, -0.0027104371692985296, 0.1331549882888794, 0.0436544306576252, 0.015180244110524654, 0.010572277009487152 ]
37,440
flask_debugtoolbar
render
null
def render(self, template_name, context): template = self.jinja_env.get_template(template_name) return template.render(**context)
(self, template_name, context)
[ 0.08128711581230164, -0.12082847207784653, -0.01854792796075344, 0.008059823885560036, 0.05259551852941513, -0.020907320082187653, -0.05407659709453583, 0.028691595420241356, 0.03544255718588829, -0.026349423453211784, 0.03850804641842842, -0.017178790643811226, -0.06358305364847183, -0.003605823963880539, 0.014457739889621735, -0.00749580841511488, 0.07205620408058167, -0.01391525100916624, 0.032842058688402176, 0.010014503262937069, 0.028639929369091988, 0.0055023799650371075, -0.023990031331777573, -0.06664854288101196, -0.008572173304855824, -0.02788216806948185, -0.005213913973420858, -0.002348629292100668, -0.027107184752821922, -0.02478223666548729, -0.03408203274011612, -0.03850804641842842, 0.009575346484780312, 0.04966780170798302, 0.004723091144114733, -0.02061454951763153, -0.07529391348361969, 0.028019942343235016, 0.04846227541565895, -0.030551554635167122, 0.012701110914349556, 0.013097213581204414, -0.017101293429732323, -0.03341038152575493, -0.026297759264707565, -0.007969409227371216, -0.007452753838151693, -0.02001178450882435, 0.017506007105112076, 0.0019288467010483146, 0.023249492049217224, 0.005145026370882988, -0.06630410999059677, 0.014569681137800217, -0.015912985429167747, 0.019391797482967377, -0.023456154391169548, -0.004305461421608925, 0.0058855656534433365, -0.020924542099237442, -0.016886020079255104, 0.003097779583185911, -0.03533922880887985, 0.03930025175213814, -0.015447995625436306, 0.03992023691534996, 0.007091095205396414, 0.026228871196508408, -0.010100612416863441, -0.05438658967614174, 0.010212554596364498, 0.04966780170798302, -0.005304328631609678, -0.044949017465114594, -0.023232270032167435, 0.008963970467448235, -0.001071521663106978, -0.012778609991073608, 0.013794698752462864, -0.018702924251556396, -0.0018104464979842305, -0.05183775722980499, -0.04825561121106148, -0.005390437785536051, -0.004934058990329504, 0.019167914986610413, 0.01896125264465809, -0.002258214633911848, -0.01357081439346075, -0.011056425049901009, 0.037956949323415756, -0.01306277047842741, -0.03950691595673561, 0.07026512920856476, 0.0004558407235890627, -0.020821211859583855, -0.005902787670493126, 0.005915704183280468, 0.026762748137116432, 0.06155087798833847, 0.04963336139917374, 0.017376841977238655, -0.02242284268140793, -0.02473057061433792, -0.0074312263168394566, 0.017807388678193092, -0.008869250304996967, 0.03060322068631649, 0.06234308332204819, 0.035270340740680695, -0.028123274445533752, 0.00913618877530098, -0.0011807727860286832, -0.07219398021697998, -0.044535692781209946, 0.021871743723750114, -0.023835035040974617, 0.017411286011338234, -0.021045096218585968, -0.01954679563641548, -0.006208475213497877, -0.03024156205356121, 0.045982327312231064, -0.03874915465712547, -0.007736914325505495, 0.03244595602154732, -0.05304328352212906, -0.0264871995896101, -0.01682574301958084, -0.025230003520846367, 0.0022022435441613197, 0.01887514255940914, 0.010350329801440239, -0.008374122902750969, 0.030103785917162895, 0.03235984966158867, -0.042469073086977005, -0.020063450559973717, 0.02510945126414299, 0.13715477287769318, 0.0009687288547866046, -0.10305552184581757, -0.008223431184887886, 0.026332201436161995, -0.004929753486067057, -0.021165648475289345, 0.0069963750429451466, 0.00861092284321785, -0.022939499467611313, 0.037026967853307724, 0.030069343745708466, 0.0413324311375618, 0.0254194438457489, -0.027778837829828262, -0.014948561787605286, 0.05734874680638313, 0.011245865374803543, 0.040092457085847855, 0.006858600303530693, -0.01015227846801281, 0.04260684549808502, 0.013458872213959694, -0.04677453264594078, 0.06093088909983635, 0.020890098065137863, 0.00670360354706645, -0.010763653554022312, 0.014414684846997261, 0.03139542415738106, -0.024231137707829475, 0.015232722274959087, 0.007827328518033028, 0.017824610695242882, 0.01646408438682556, 0.016093814745545387, 0.030069343745708466, -0.06850850582122803, 0.028760481625795364, 0.01529299933463335, -0.012701110914349556, -0.059002045542001724, -0.03606254607439041, -0.06099977716803551, 0.03372037410736084, -0.0041870614513754845, -0.026607751846313477, 0.004817811306566, 0.04229685291647911, 0.026332201436161995, -0.003803875297307968, 0.003308747196570039, -0.05407659709453583, -0.010608657263219357, -0.01137502957135439, -0.005954453255981207, -0.028416045010089874, -0.006858600303530693, -0.05817539617419243, -0.04501790553331375, 0.051458876579999924, -0.04653342813253403, -0.06430637091398239, -0.019874010235071182, 0.02302560769021511, 0.038542490452528, 0.0792204886674881, 0.071505106985569, 0.015430773608386517, -0.003173125209286809, -0.045259010046720505, -0.06358305364847183, -0.03926580771803856, -0.04308905825018883, 0.053491052240133286, 0.020029006525874138, 0.03709585592150688, -0.03675141930580139, -0.03943802788853645, -0.006750963628292084, -0.02199229784309864, -0.004779062233865261, -0.011926128529012203, 0.032893724739551544, -0.00862814486026764, -0.030740994960069656, -0.021751191467046738, 0.04370904341340065, -0.005101971793919802, -0.04401903972029686, 0.027468843385577202, -0.0012012236984446645, -0.012683889828622341, 0.06623522192239761, 0.03518423065543175, -0.044776801019907, -0.08080489933490753, 0.023128939792513847, 0.011013370007276535, -0.005816678516566753, 0.0341164767742157, -0.011280309408903122, 0.08190710097551346, 0.05169998109340668, -0.050391122698783875, 0.0042559485882520676, -0.07481169700622559, -0.020580105483531952, 0.013140268623828888, 0.010410605929791927, -0.018840698525309563, -0.04291683807969093, -0.01102198101580143, -0.00785746704787016, -0.01531883142888546, -0.005433492362499237, -0.03363426402211189, 0.03954135626554489, 0.0030676412861794233, 0.007629277650266886, 0.03923136368393898, 0.01224473211914301, -0.013398596085608006, -0.07618944346904755, 0.01717017963528633, -0.0021279742941260338, -0.047945618629455566, -0.06420303881168365, 0.04777340218424797, -0.004460458178073168, 0.0364069826900959, 0.023938365280628204, 0.048014506697654724, 0.039748020470142365, -0.02128620073199272, 0.008912305347621441, -0.004860865883529186, 0.036613643169403076, 0.045878998935222626, 0.030499888584017754, 0.01702379435300827, 0.009024247527122498, -0.011366418562829494, -0.003627351252362132, 0.04639565199613571, 0.009911172091960907, -0.033203717321157455, -0.012322230264544487, -0.0341164767742157, 0.028140496462583542, 0.018134603276848793, 0.028433267027139664, 0.04636120796203613, -0.023611150681972504, 0.010221165604889393, -0.08645366877317429, -0.05056333914399147, 0.008998414501547813, -0.026745526120066643, 0.006742352619767189, 0.046671200543642044, 0.025608884170651436, -0.02171674743294716, 0.0023916838690638542, 0.021802857518196106, -0.03482257202267647, -0.016472695395350456, 0.02815771847963333, 0.004221505019813776, -0.008145933039486408, 0.014741900376975536, 0.010255609638988972, 0.05204441770911217, -0.010651711374521255, -0.02721051685512066, -0.04512123763561249, 0.024196693673729897, 0.02204396203160286, -0.013898029923439026, 0.002143043326213956, 0.006548606790602207, -0.02436891198158264, 0.012769998982548714, 0.016576027497649193, 0.011874462477862835, 0.03027600422501564, 0.05752096325159073, 0.007624972146004438, -0.038335829973220825, 0.06682076305150986, 0.045569002628326416, 0.0036704058293253183, -0.01785905472934246, 0.0029535465873777866, -0.0044044870883226395, -0.008257875218987465, -0.023507820442318916, -0.00245411298237741, -0.028777703642845154, -0.07804940640926361, -0.048668935894966125, 0.02035622112452984, -0.009601179510354996, 0.010531159117817879, -0.008787446655333042, -0.026659417897462845, 0.0024110584054142237, 0.02097620815038681, -0.0068155452609062195, 0.04532789811491966, 0.03196374699473381, -0.06303195655345917, -0.0008045831345953047, 0.08190710097551346, -0.010953093878924847, -0.07157398760318756, -0.02064899355173111, 0.004481985233724117, 0.04088466241955757, -0.07543168216943741, 0.01736823096871376, -0.07336506247520447, 0.06320417672395706, -0.030723772943019867, 0.017790166661143303, 0.02791661210358143, -0.014862452633678913, -0.028777703642845154, 0.037302516400814056, -0.03341038152575493, 0.029363246634602547, -0.013992750085890293, 0.03514978662133217, 0.02128620073199272, 0.05307772755622864, -0.019047360867261887, -0.04026467725634575, 0.018685702234506607, -0.04997779801487923, -0.044914573431015015, -0.06967958807945251, -0.02684885822236538, -0.00331735797226429, 0.019736235961318016, -0.021561751142144203, -0.03637253865599632, 0.004034217447042465, -0.04336460679769516, -0.02411058358848095, 0.02133786678314209, -0.05531656742095947, 0.011478359811007977, -0.054558806121349335, 0.006621799897402525, 0.017127126455307007, -0.06354860961437225, -0.05345660820603371, 0.03227373957633972, -0.011220032349228859, 0.0037866532802581787, 0.019477907568216324, 0.06540857255458832, 0.019684569910168648, -0.018358487635850906, -0.003836166113615036, 0.03671697527170181, 0.002923408290371299, 0.07674054801464081, -0.019409019500017166, 0.010746431536972523, 0.035924769937992096, -0.06006979942321777, 0.06558078527450562, -0.09837118536233902, -0.03881803900003433, -0.03967913240194321, -0.0018933266401290894, -0.026314981281757355, -0.005394743289798498, -0.018978474661707878, 0.05700431019067764, -0.023335600271821022, 0.01958123780786991, 0.0370614118874073, -0.014638569205999374, -0.0018578065792098641, -0.00021836762607563287, -0.008133016526699066, -0.02987990342080593, -0.03451257944107056, 0.03403036668896675, -0.09354906529188156, -0.01376886572688818, -0.04791117459535599, -0.016997961327433586, 0.07632721960544586, -0.015051892958581448, 0.01633492112159729, 0.019805122166872025, -0.03204985335469246, 0.02097620815038681, 0.08555813133716583, 0.028295492753386497, 0.05597100034356117, 0.009428960271179676, -0.0467400886118412, 0.06279084831476212, -0.10030002892017365, -0.0529743991792202, -0.04749784991145134, -0.03134375810623169, 0.017523227259516716, 0.017635170370340347, -0.02276727929711342, -0.048014506697654724, -0.02440335601568222, -0.032532066106796265, -0.00977339781820774, -0.023938365280628204, 0.024248359724879265, 0.004006231669336557, -0.04680897668004036, -0.011323363520205021, 0.0482211671769619, -0.031843192875385284, -0.0023593928199261427, -0.09885339438915253, -0.02237117849290371, 0.03266984224319458, 0.01651575043797493, -0.009222298860549927, 0.027003854513168335, 0.024248359724879265, -0.04519012197852135, 0.01533605344593525, 0.004438930656760931, 0.05889871343970299, 0.005838205572217703, 0.031119875609874725, 0.010109223425388336, -0.0033044416923075914, -0.060758672654628754, -0.04305461421608925, 0.016360754147171974, 0.03222207352519035, 0.031050987541675568, -0.01084115169942379, 0.07570723444223404, 0.009463404305279255, 0.008705643005669117, -0.002602651482447982, -0.05548878759145737, 0.07701609283685684, 0.010582824237644672, -0.02888103574514389, -0.04949558526277542, 0.01996011845767498, 0.015249944292008877, 0.0043657380156219006, 0.0250922292470932, -0.015499661676585674, 0.00041278611752204597, -0.006337639410048723, 0.0633075088262558, 0.03602810204029083, 0.00024796766228973866, 0.004714480135589838, 0.10443327575922012, 0.005463630426675081, 0.019409019500017166, -0.025178339332342148, -0.01150419283658266, 0.03170541673898697, 0.06489191204309464, 0.014586903154850006, -0.0006490483065135777, -0.03499479219317436, -0.023197825998067856, -0.007349422667175531, -0.041814640164375305, 0.022233402356505394, 0.010548380203545094, -0.027331069111824036, 0.007947881706058979, -0.014182190410792828, -0.008003853261470795, 0.01787627674639225, 0.049530029296875, 0.04863449186086655, -0.017437119036912918, 0.08459370583295822, -0.033582597970962524, -0.008619533851742744, 0.04291683807969093, -0.07329617440700531, -0.016705190762877464, 0.041780196130275726, -0.051114439964294434, 0.011331974528729916, -0.06895627081394196, 0.006087922491133213, -0.009738953784108162, -0.05665987357497215, 0.06285973638296127, -0.022474508732557297, -0.0022323818411678076, -0.03533922880887985, -0.011056425049901009, -0.03857693448662758, 0.04618899151682854, -0.055178795009851456, 0.024575574323534966, -0.041814640164375305, -0.009489237330853939, -0.01956401765346527, -0.03785361722111702, 0.021768413484096527, -0.022181738168001175, 0.0682329535484314, 0.00756900105625391, 0.020029006525874138, 0.0644441470503807, 0.04398459568619728, 0.06013868749141693, -0.009265352971851826, 0.05679764598608017, 0.03024156205356121, -0.05121776834130287, -0.02061454951763153, -0.013631090521812439, 0.010668933391571045, 0.03160208836197853, 0.025660550221800804, 0.06606300175189972, 0.0005844663828611374, 0.021854521706700325, 0.057279858738183975, 0.08328484743833542, 0.018306821584701538, 0.027365513145923615, -0.03995468094944954, -0.042847953736782074, -0.03063766285777092, 0.004990029614418745, 0.005114888306707144, -0.0341164767742157, -0.012442783452570438, 0.0015671879518777132, 0.004060050006955862, 0.07095400243997574, 0.04860004782676697, -0.013519149273633957, -0.046671200543642044, 0.018048495054244995, 0.031843192875385284, 0.06781963258981705, 0.060758672654628754, -0.012081124819815159, 0.001865341211669147, -0.034288693219423294, -0.06223975121974945, 0.013803309760987759, 0.030723772943019867, 0.01081531960517168, 0.050115570425987244, -0.022147294133901596, -0.027279403060674667, -0.03857693448662758, -0.010023114271461964, -0.020373443141579628, 0.03785361722111702, 0.017144346609711647, -0.03439202532172203, 0.003153750440105796, 0.0529743991792202, 0.03235984966158867, 0.03885248303413391, -0.037991393357515335, 0.04932336509227753, -0.032549288123846054, -0.003808180568739772, 0.015801044180989265, 0.040058013051748276, -0.05197552964091301, 0.012933606281876564, 0.026228871196508408, -0.012485838495194912, 0.07047179341316223, 0.0050589172169566154, -0.023335600271821022, 0.06086200475692749, -0.0026779971085488796, -0.027382735162973404, -0.019271245226264, 0.012416950426995754, 0.02896714396774769, 0.02412780560553074, 0.01920235902070999, 0.008796057663857937, -0.059070929884910583, 0.05169998109340668, -0.024334467947483063, -0.055867668241262436, -0.014543849043548107, 0.001092510879971087, -0.015585770830512047, 0.004324836190789938, 0.022939499467611313, 0.0070351241156458855, 0.0026134150102734566, 0.04102243855595589, -0.02135508880019188, -0.0037414459511637688, 0.013639701530337334, -0.0035111038014292717, 0.036992523819208145, 0.09010469913482666, 0.024988899007439613, -0.04205574840307236, -0.010100612416863441, 0.05607432872056961, -0.009893950074911118, 0.018702924251556396, -0.00392873352393508, -0.025298891589045525, 0.0024691822472959757, -0.0419868603348732, -0.02412780560553074, -0.04339905083179474, -0.01290777325630188, 0.009549513459205627, 0.01580965518951416, -0.023283936083316803, 0.018513483926653862, -0.06365194171667099, -0.028123274445533752, 0.013484705239534378, -0.03678586333990097, -0.03208429738879204, 0.05566100403666496, -0.020511219277977943, 0.04188352823257446, -0.003663947805762291, 0.012769998982548714, 0.043536826968193054, -0.0007141684181988239, -0.029018810018897057, 0.036648087203502655, -0.015852708369493484, -0.006712214555591345, -0.03160208836197853, -0.015206890180706978, 0.030413780361413956, -0.03847360238432884, -0.016162702813744545, -0.06031090393662453, -0.005954453255981207, 0.017824610695242882, -0.059346482157707214, 0.016705190762877464, 0.01633492112159729, -0.02171674743294716, 0.023990031331777573, 0.05879538133740425, -0.006772490683943033, -0.029087698087096214, -0.0019503739895299077, 0.0206662155687809, -0.021527307108044624, -0.004023453686386347, -0.047945618629455566, 0.033548153936862946, -0.04653342813253403, 0.09244687110185623, 0.0903802439570427, -0.014139135368168354, 0.024523908272385597, -0.05979424715042114, 0.06967958807945251, 0.04085021838545799, 0.004710174631327391, -0.01186585146933794, 0.02373170293867588, -0.015146613121032715, -0.0052311355248093605, 0.03888692706823349, 0.024265579879283905, -0.05535101145505905, -0.03235984966158867, 0.07591389864683151, 0.02824382670223713, -0.027399957180023193, -0.017807388678193092, -0.04911670461297035, -0.029363246634602547, 0.011082258075475693, -0.0583820566534996, -0.05786540359258652, -0.03644142672419548, -0.02269839309155941, -0.01889236457645893, 0.007926354184746742, 0.021492863073945045, -0.08259597420692444, -0.018014051020145416, 0.11242420971393585, 0.04897892847657204, -0.0024261274375021458, 0.04291683807969093, -0.0063290284015238285, -0.0002010112366406247, 0.028416045010089874, 0.018065717071294785, -0.03995468094944954, -0.022905055433511734, 0.07350283861160278, 0.027331069111824036, -0.01749739609658718, 0.0009805688168853521, -0.026263315230607986, 0.031033765524625778, 0.021561751142144203, -0.013639701530337334, -0.031825970858335495, -0.005420575849711895, -0.011590301990509033, -0.004512123763561249, 0.00965284463018179, -0.006428054068237543 ]
37,441
flask_debugtoolbar
send_static_file
Send a static file from the flask-debugtoolbar static directory.
def send_static_file(self, filename): """Send a static file from the flask-debugtoolbar static directory.""" return send_from_directory(self._static_dir, filename)
(self, filename)
[ 0.0068654026836156845, -0.033709947019815445, -0.038249485194683075, 0.02678844705224037, 0.029878094792366028, -0.03170771896839142, -0.015318780206143856, 0.07891545444726944, -0.02525225467979908, 0.018814051523804665, 0.007443632464855909, -0.056649282574653625, -0.00034332406357862055, -0.024182097986340523, -0.014533422887325287, -0.030257826671004295, -0.0016332840314134955, 0.013592720963060856, -0.022283431142568588, -0.01728648878633976, -0.007094105705618858, 0.029757270589470863, 0.005989427212625742, 0.005924700293689966, -0.02727174386382103, 0.021334098652005196, -0.04995216801762581, 0.011193497106432915, 0.009424285963177681, -0.031483329832553864, 0.024182097986340523, -0.07905353605747223, 0.06130964308977127, 0.0017443991964682937, -0.014119168743491173, 0.023508934304118156, 0.00966593436896801, -0.028186555951833725, -0.06562478840351105, -0.023560715839266777, -0.006153402850031853, 0.05409471318125725, 0.022766727954149246, -0.08319608122110367, 0.058030128479003906, 0.005368045996874571, -0.012505303137004375, 0.0448775552213192, -0.06741989403963089, 0.006386421155184507, 0.021593008190393448, 0.04304793104529381, 0.009907582774758339, -0.016509762033820152, -0.0012211872963234782, 0.013773957267403603, -0.0112193888053298, 0.021489443257451057, -0.033416517078876495, 0.009303461760282516, 0.01879679039120674, -0.0015750295715406537, 0.034900929778814316, -0.05537199601531029, 0.041011180728673935, 0.028376422822475433, -0.009881692007184029, 0.02135135978460312, -0.015301520004868507, -0.010718830861151218, 0.017390051856637, 0.022352473810315132, -0.015292889438569546, 0.005471609532833099, -0.019211044535040855, -0.012436260469257832, 0.018434317782521248, -0.033709947019815445, -0.0024596352595835924, -0.011909812688827515, 0.06438203155994415, -0.068524569272995, 0.0038750041276216507, -0.042288463562726974, 0.030637560412287712, -0.008280771784484386, -0.006459778640419245, -0.027444349601864815, -0.03136250749230385, 0.0034715377259999514, 0.0112193888053298, 0.007866517640650272, -0.03773166611790657, -0.034900929778814316, -0.007275342009961605, -0.027392568066716194, 0.04915818199515343, 0.033709947019815445, 0.008811535313725471, 0.03220827504992485, 0.031189899891614914, 0.029429318383336067, 0.016319895163178444, -0.010598006658256054, 0.07018159329891205, -0.04912365972995758, 0.01948721520602703, -0.0025092593859881163, -0.07518716156482697, 0.05140205845236778, -0.004630155395716429, -0.056683801114559174, -0.02501060627400875, -0.05713257938623428, -0.0056916819885373116, -0.004289258271455765, -0.03579847887158394, 0.023595236241817474, 0.06396777182817459, -0.02865259163081646, -0.0319148451089859, 0.04570606350898743, -0.06351900100708008, 0.0037088708486407995, -0.002139235381036997, 0.005380991380661726, 0.03811139985918999, -0.0003411665093153715, -0.010658418759703636, 0.051505621522665024, 0.006943075451999903, 0.024786217138171196, -0.05754683166742325, 0.02639145404100418, 0.04038979858160019, 0.011607752181589603, 0.04404904320836067, 0.009942104108631611, 0.03862921893596649, 0.1035635843873024, -0.00282858032733202, -0.0341932438313961, -0.004403609782457352, 0.029273973777890205, 0.04636196419596672, 0.005113452207297087, -0.0379733145236969, 0.004136070609092712, -0.06824840605258942, 0.015051241032779217, 0.03579847887158394, 0.010598006658256054, -0.0552339106798172, -0.010347728617489338, 0.01662195473909378, -0.020229419693350792, -0.0072494507767260075, 0.008371389470994473, 0.03037865087389946, -0.008185838349163532, -0.004190010018646717, -0.007542881183326244, -0.05533747747540474, 0.010002516210079193, -0.016483871266245842, -0.02081628143787384, -0.01728648878633976, 0.07097557932138443, -0.011875291354954243, 0.019711602479219437, 0.005070300307124853, -0.034780103713274, -0.015154805034399033, 0.059790708124637604, 0.056890930980443954, -0.005027148872613907, -0.03749001771211624, -0.008940989151597023, 0.03502175211906433, -0.04567154124379158, -0.025977199897170067, -0.04301340878009796, 0.024976084008812904, 0.05302455648779869, -0.009450176730751991, -0.0011391994776204228, -0.057029012590646744, 0.019176524132490158, 0.023491673171520233, 0.011909812688827515, -0.006839511916041374, 0.01893487572669983, -0.04132186993956566, -0.049883127212524414, -0.008267826400697231, -0.01614728942513466, 0.01962529867887497, -0.09341435134410858, -0.0022697686217725277, -0.06186198070645332, -0.0414254330098629, 0.0011931387707591057, -0.009234420023858547, -0.023888666182756424, 0.030706603080034256, 0.0198669470846653, 0.03693768009543419, 0.040838573127985, 0.03127620369195938, 0.0874076634645462, -0.007801790256053209, -0.031034555286169052, -0.007137257140129805, 0.007758638821542263, -0.0031327984761446714, -0.08540543913841248, -0.09341435134410858, 0.012004745192825794, -0.037800706923007965, 0.020833540707826614, 0.04432521387934685, -0.00864324439316988, -0.035090796649456024, 0.006921499501913786, -0.0018166778609156609, -0.005700312554836273, 0.032467182725667953, 0.007180408574640751, -0.05820273607969284, -0.04536085203289986, -0.03357186168432236, -0.005506130401045084, 0.05188535526394844, 0.019452692940831184, 0.022904813289642334, -0.008039123378694057, 0.01213419996201992, 0.014636986888945103, 0.005894494242966175, -0.011521449312567711, -0.01432629581540823, 0.0055018155835568905, 0.04971051961183548, 0.01403286587446928, 0.02362975850701332, -0.020557371899485588, -0.03027508780360222, 0.044463299214839935, 0.016734149307012558, -0.017226075753569603, 0.02249055914580822, -0.03279513493180275, -0.06597000360488892, -0.021575747057795525, -0.035487789660692215, 0.035194359719753265, 0.0232845451682806, 0.008897838182747364, -0.011193497106432915, 0.04670717567205429, -0.06061922013759613, -0.02811751328408718, 0.004302204120904207, 0.010356358252465725, 0.04211585968732834, -0.03669603168964386, -0.03925059735774994, 0.027461610734462738, -0.028186555951833725, 0.010028406977653503, 0.052057962864637375, 0.06548670679330826, 0.027358047664165497, -0.023836884647607803, -0.011633642949163914, -0.06006687879562378, -0.01781293749809265, 0.01845157891511917, 0.020212160423398018, -0.01770937256515026, 0.054025668650865555, -0.02017763815820217, 0.025580205023288727, 0.013480526395142078, -0.01922830566763878, -0.009432916529476643, 0.021593008190393448, 0.020781759172677994, -0.04373835399746895, -0.0341932438313961, 0.05305907502770424, 0.06106799468398094, 0.038939908146858215, -0.049503393471241, -0.05437088385224342, -0.03724836930632591, -0.02751339226961136, 0.01405875664204359, 0.02953288145363331, 0.07270164042711258, -0.0025890895631164312, 0.0010836418950930238, 0.009588262066245079, 0.016104137524962425, -0.054716095328330994, 0.02421661838889122, -0.03472832217812538, -0.011486927978694439, -0.0016462295316159725, 0.013799848034977913, 0.030499475076794624, -0.005480239633470774, 0.0655212253332138, 0.03897443041205406, 0.09258584678173065, 0.034348588436841965, 0.0014898052904754877, 0.05357689410448074, 0.018382536247372627, 0.0528864711523056, -0.008147002197802067, 0.050228338688611984, 0.016794560477137566, 0.015733035281300545, 0.03205293044447899, -0.02036750502884388, 0.08906468003988266, -0.0414254330098629, 0.010270055383443832, 0.023405369371175766, 0.026063501834869385, 0.056683801114559174, -0.025908157229423523, -0.04373835399746895, 0.03728289157152176, 0.020695457234978676, -0.0018112839898094535, -0.06817936152219772, 0.021834656596183777, -0.07018159329891205, -0.01654428243637085, 0.023733321577310562, -0.007788844406604767, -0.012815993279218674, -0.07004350423812866, 0.00165270222350955, -0.0068654026836156845, -0.049883127212524414, 0.0033075620885938406, -0.011366103775799274, 0.029895354062318802, -0.02727174386382103, 0.019003918394446373, 0.0007616238435730338, 0.010891436599195004, -0.046085797250270844, 0.006714372429996729, -0.013860260136425495, -0.018382536247372627, 0.012824623845517635, -0.029429318383336067, 0.06648781895637512, -0.007551511283963919, 0.013894781470298767, 0.042599156498909, -0.047466643154621124, 0.015059871599078178, -0.05799560621380806, 0.008289402350783348, 0.0500212125480175, 0.0006122118211351335, 0.041598040610551834, 0.00857851654291153, 0.027944907546043396, 0.027064617723226547, -0.06055017560720444, 0.030154263600707054, -0.028980543836951256, 0.0036872951313853264, 0.02618432603776455, -0.04991764947772026, 0.05267934501171112, 0.0258908960968256, 0.0281692948192358, -0.021334098652005196, -0.030309610068798065, -0.0067834146320819855, 0.02164478972554207, -0.03773166611790657, -0.005329209379851818, 0.08243661373853683, -0.08651011437177658, -0.011184867471456528, 0.0431169718503952, -0.01752813719213009, -0.1057729423046112, -0.031034555286169052, 0.060446612536907196, 0.016026465222239494, 0.0013819265877828002, -0.0041209678165614605, 0.020505590364336967, -0.10031859576702118, 0.050228338688611984, 0.04843323677778244, -0.03597108647227287, 0.012168721295893192, -0.03821496292948723, 0.03369268774986267, 0.018572403118014336, -0.032191015779972076, 0.027392568066716194, -0.025977199897170067, -0.02628789097070694, 0.018209930509328842, -0.008423171937465668, 0.00007376208668574691, -0.020505590364336967, 0.04018267244100571, 0.00703800842165947, 0.03146607056260109, -0.013247508555650711, 0.07346110045909882, -0.01612139865756035, 0.010037037543952465, -0.0477428138256073, 0.01430040504783392, 0.004358300939202309, -0.04425617307424545, 0.009812649339437485, -0.006489984691143036, -0.02727174386382103, -0.02998165786266327, -0.01015786174684763, 0.02856628969311714, -0.006140457466244698, -0.005838396959006786, -0.019469954073429108, 0.00034709981991909444, 0.031983885914087296, -0.012902297079563141, -0.037351932376623154, 0.02539033815264702, -0.006653960328549147, 0.013083533383905888, 0.01728648878633976, -0.03807687759399414, 0.02727174386382103, 0.056890930980443954, -0.037904273718595505, 0.004871803801506758, 0.03731741011142731, -0.0012772842310369015, -0.023612497374415398, 0.02984357252717018, -0.046638134866952896, -0.006653960328549147, -0.06362256407737732, -0.026356931775808334, 0.0069473907351493835, -0.0064727240242064, 0.018900353461503983, 0.008738177828490734, -0.056787364184856415, -0.004863173235207796, 0.005622639786452055, 0.004431658424437046, 0.05588981509208679, 0.02312920056283474, -0.041356392204761505, 0.07297780364751816, 0.017864719033241272, -0.041459955275058746, -0.04018267244100571, 0.04636196419596672, 0.08333416283130646, -0.03807687759399414, 0.04114926606416702, -0.06814483553171158, 0.028290119022130966, -0.03925059735774994, -0.022231649607419968, -0.03205293044447899, 0.010364988818764687, -0.025959938764572144, -0.0367995947599411, 0.002351756440475583, 0.04028623551130295, 0.009001401253044605, -0.016949906945228577, 0.052990034222602844, 0.0198324266821146, -0.034348588436841965, -0.04625840112566948, 0.004897694569081068, 0.07045775651931763, -0.006062784697860479, 0.043220534920692444, 0.017674852162599564, -0.01159049104899168, -0.029774529859423637, -0.08657915890216827, -0.01210830919444561, 0.0931381806731224, 0.012643387541174889, -0.0013970296131446958, 0.020540110766887665, 0.02953288145363331, -0.01432629581540823, -0.014248623512685299, 0.012539824470877647, 0.013368332758545876, -0.012807363644242287, 0.036868635565042496, 0.08271278440952301, -0.02180013433098793, -0.026218848302960396, 0.02402675151824951, -0.004656046163290739, -0.0058858636766672134, -0.008522420190274715, -0.05357689410448074, 0.029774529859423637, -0.051954399794340134, -0.008505159057676792, -0.029653705656528473, 0.013316551223397255, 0.010554855689406395, -0.013998344540596008, 0.09921391308307648, -0.0016386780189350247, 0.05720162019133568, 0.09527850151062012, -0.05257578194141388, 0.02451004832983017, 0.07684417814016342, 0.00028587866108864546, 0.0026387139223515987, -0.034642018377780914, -0.028100252151489258, 0.008052068762481213, -0.03648890182375908, 0.06134416535496712, -0.08043438196182251, -0.005562227685004473, -0.05064259469509125, -0.03175950050354004, -0.029567403718829155, 0.05713257938623428, -0.0210061464458704, 0.027737779542803764, 0.028048470616340637, 0.012712430208921432, -0.02293933369219303, -0.024285661056637764, -0.020729977637529373, 0.002550253178924322, 0.031034555286169052, 0.014964938163757324, 0.018658705055713654, 0.011806248687207699, -0.013471896760165691, -0.00044688765774481, -0.03496997058391571, -0.02668488398194313, 0.020729977637529373, -0.0032730407547205687, 0.03752453997731209, -0.008280771784484386, -0.05509582906961441, 0.014473010785877705, 0.08367937803268433, 0.046983346343040466, -0.016958536580204964, 0.00993347354233265, 0.05840986222028732, 0.06130964308977127, 0.0096400436013937, -0.014585205353796482, -0.027461610734462738, -0.02145492285490036, 0.004742349032312632, 0.02060915343463421, 0.048364195972681046, -0.10093997418880463, -0.03793879225850105, 0.04432521387934685, -0.01188392098993063, -0.0013064114609733224, 0.0112193888053298, -0.025631986558437347, -0.02254234068095684, -0.003363658906891942, -0.04681073874235153, 0.030551258474588394, 0.03842208907008171, 0.018572403118014336, 0.036074649542570114, 0.021316837519407272, 0.010252795182168484, 0.013998344540596008, -0.014170950278639793, -0.007909668609499931, 0.042599156498909, 0.04511920362710953, -0.01967708207666874, -0.005324894562363625, -0.02451004832983017, -0.03994102403521538, 0.04912365972995758, -0.04819158837199211, -0.026995575055480003, -0.010321836918592453, 0.049054618924856186, 0.014248623512685299, -0.0008333632140420377, -0.043669313192367554, -0.03220827504992485, 0.007901038974523544, 0.016932645812630653, -0.02854902856051922, 0.0010523570235818624, 0.014990828931331635, -0.0005491027841344476, 0.021713832393288612, -0.006930130068212748, 0.05996331572532654, 0.02806573174893856, -0.0661771297454834, 0.0420122928917408, -0.02432018145918846, 0.007706856820732355, 0.024527309462428093, -0.015629470348358154, 0.016052355989813805, -0.0071243117563426495, -0.04525728523731232, 0.03136250749230385, -0.06089538708329201, 0.0012071630917489529, 0.09866157919168472, 0.015707144513726234, -0.05637311190366745, -0.012557084672152996, -0.015154805034399033, 0.051816314458847046, -0.026840228587388992, -0.048502277582883835, 0.004738034214824438, -0.06945664435625076, -0.023491673171520233, -0.00506598548963666, -0.03949224576354027, 0.0322427973151207, 0.0016872234409675002, 0.062414322048425674, 0.00035734829725697637, -0.07560141384601593, 0.015991942957043648, 0.003527634544298053, 0.05533747747540474, -0.027340786531567574, 0.026961052790284157, -0.1092941015958786, -0.003762810258194804, -0.04933078959584236, 0.027547914534807205, -0.07546333223581314, -0.018675966188311577, -0.018900353461503983, 0.002271926263347268, 0.02124779485166073, -0.011832139454782009, -0.07228738069534302, 0.034780103713274, 0.05271386355161667, -0.04753568395972252, -0.03507353365421295, -0.01188392098993063, -0.03731741011142731, -0.0253040362149477, -0.012039266526699066, 0.016898125410079956, 0.0015232476871460676, -0.046534571796655655, -0.01662195473909378, 0.00016788627544883639, -0.038353048264980316, 0.009035922586917877, 0.06372612714767456, -0.03990650177001953, 0.024734435603022575, -0.04249558970332146, 0.0005499118706211448, -0.025959938764572144, -0.0019094536546617746, 0.09272392839193344, -0.005786615423858166, -0.015430973842740059, 0.03669603168964386, -0.03141428902745247, -0.000039544298488181084, 0.07649897038936615, 0.012419000267982483, -0.021334098652005196, -0.005989427212625742, 0.0138084776699543, -0.04532632976770401, -0.02174835279583931, -0.01770937256515026, 0.040769532322883606, -0.08333416283130646, 0.004668991547077894, 0.07028515636920929, -0.060343049466609955, -0.04615483805537224, -0.06476176530122757, 0.0037002405151724815, 0.053680457174777985, -0.04270271956920624, -0.02105792984366417, -0.01632852479815483, -0.001461756881326437, -0.020298462361097336, 0.07677514106035233, 0.0019633930642157793, -0.024699915200471878, -0.021282317116856575, -0.021610267460346222, 0.0007600056705996394, 0.039285119622945786, -0.0402517132461071, -0.02846272476017475, 0.02012585662305355, 0.004271998070180416, 0.013428744859993458, -0.026512278243899345, -0.04967600107192993, -0.06659138202667236, 0.014231362380087376, 0.008323922753334045, -0.02174835279583931, -0.012367217801511288, -0.059307411313056946, 0.045153722167015076, 0.0563385896384716, 0.03707576170563698, 0.014783701859414577, 0.012574344873428345, 0.03673055022954941, 0.05557912588119507, -0.014309035614132881, -0.049745041877031326, 0.034452151507139206, 0.016319895163178444, 0.03690315783023834, -0.018710488453507423, -0.011909812688827515, -0.022231649607419968, -0.014421229250729084, 0.04049336165189743, -0.01427451428025961, 0.008272141218185425, -0.014723289757966995, 0.0851292684674263, 0.07159695774316788, 0.003266568062826991, 0.01457657478749752 ]
37,442
flask_debugtoolbar
teardown_request
null
def teardown_request(self, exc): # debug_toolbars_var won't be set under `flask.copy_current_request_context` self.debug_toolbars_var.get({}).pop(request._get_current_object(), None)
(self, exc)
[ 0.005108527839183807, 0.04984012991189957, -0.026574579998850822, -0.003132064826786518, 0.01036203932017088, 0.008912206627428532, -0.05342206731438637, 0.05011303722858429, 0.0020947949960827827, 0.008234196342527866, -0.0005751358112320304, -0.025278259068727493, -0.018029095605015755, -0.03295384347438812, 0.0249541774392128, 0.0005799330538138747, 0.01670718938112259, -0.03762742131948471, 0.08405617624521255, -0.10302340239286423, -0.01949598453938961, 0.029866551980376244, 0.00266086938790977, 0.01339815929532051, -0.06427022814750671, 0.006524246651679277, -0.03242507949471474, -0.0034859946463257074, 0.07709698379039764, 0.012306520715355873, -0.01949598453938961, -0.048270899802446365, 0.012323576956987381, -0.00579080218449235, 0.020314713940024376, 0.0020809362176805735, -0.017807355150580406, -0.012809697538614273, 0.026352839544415474, -0.01172658707946539, -0.06461136788129807, -0.012988794595003128, -0.02773444540798664, -0.039878927171230316, 0.024783609434962273, 0.011675416491925716, -0.0012739337980747223, 0.006707608234137297, 0.020127087831497192, 0.020911702886223793, 0.018950166180729866, -0.008575333282351494, 0.005569063127040863, 0.04752039536833763, 0.022685617208480835, -0.011675416491925716, 0.014992974698543549, 0.01476270705461502, -0.0012302256654947996, -0.04639464244246483, 0.007888794876635075, 0.07061538100242615, -0.02207157015800476, -0.016366051509976387, 0.052091632038354874, -0.004366554785519838, -0.031009361147880554, 0.035239461809396744, -0.005095735192298889, 0.008988962508738041, -0.025687621906399727, -0.005317474249750376, -0.06676052510738373, 0.02589230425655842, -0.0017813752638176084, -0.0429832749068737, 0.0058419727720320225, -0.057447485625743866, -0.0007931437576189637, -0.052876248955726624, 0.04554180055856705, -0.0002507890749257058, -0.00679289223626256, 0.051511701196432114, 0.04022006317973137, -0.04595116525888443, 0.02746153622865677, 0.022378593683242798, 0.00036272467696107924, 0.039844810962677, 0.014114546589553356, -0.007027423940598965, 0.003488126676529646, -0.056082937866449356, 0.019615381956100464, -0.0001472486328566447, -0.010626420378684998, 0.029934778809547424, -0.051921065896749496, -0.05782273784279823, 0.05898260325193405, 0.0035563542041927576, 0.04219865798950195, 0.04492775350809097, 0.010046487674117088, 0.0463264174759388, 0.055810026824474335, -0.036604009568691254, -0.03396019712090492, -0.0027781352400779724, -0.005061621777713299, -0.03742273896932602, -0.0394013337790966, 0.005117056425660849, 0.0016609112499281764, -0.007364296820014715, -0.09122005850076675, 0.009901504032313824, 0.06450902670621872, -0.03943544626235962, -0.008903677575290203, -0.017722072079777718, -0.052637454122304916, -0.036945145577192307, 0.05345618352293968, 0.02208862639963627, 0.010063543915748596, 0.0336872860789299, -0.02995183691382408, 0.022839128971099854, -0.038309693336486816, -0.024476585909724236, -0.07273042947053909, 0.0014604931930080056, 0.04410902410745621, 0.01906956359744072, -0.011385450139641762, -0.020536452531814575, 0.006524246651679277, -0.013372574001550674, -0.04636052995920181, 0.046565212309360504, -0.06846621632575989, -0.005739631596952677, 0.008575333282351494, 0.025960532948374748, 0.02996889315545559, 0.051068224012851715, -0.00392520846799016, -0.023350832983851433, -0.024101335555315018, 0.00892926286906004, -0.053149159997701645, -0.07082005590200424, -0.00643469812348485, 0.049498990178108215, -0.03510300815105438, 0.0407317690551281, 0.057311031967401505, -0.04908962547779083, 0.026438124477863312, -0.0013101795921102166, -0.054718390107154846, -0.08426085859537125, 0.03254447877407074, 0.0514775849878788, 0.02909899316728115, 0.03285150229930878, 0.012579429894685745, 0.006903761997818947, -0.0700695589184761, 0.01437039952725172, 0.026847489178180695, 0.00956889521330595, -0.026779262349009514, 0.04561002925038338, -0.02173043228685856, -0.03419899195432663, -0.04868026077747345, -0.017619730904698372, -0.025482941418886185, -0.06259865313768387, -0.02845083363354206, 0.04673578217625618, 0.006059447303414345, -0.010796989314258099, 0.010370567440986633, -0.0009567829547449946, -0.025858191773295403, 0.044416047632694244, 0.009722406975924969, 0.017619730904698372, -0.009910032153129578, -0.05533243715763092, -0.004827089607715607, 0.03510300815105438, 0.003609656821936369, -0.03455718606710434, 0.05062474310398102, -0.019376587122678757, -0.035887621343135834, 0.01161571778357029, -0.009799162857234478, -0.04574648290872574, 0.018472572788596153, 0.08937791734933853, 0.025210030376911163, 0.007108443882316351, -0.03575116768479347, 0.04653109982609749, 0.018404345959424973, 0.036160532385110855, 0.04796387627720833, -0.05969899147748947, 0.03204983100295067, -0.0069464039988815784, 0.0035968641750514507, -0.005684196949005127, -0.02737625129520893, 0.02480066567659378, 0.0018037623958662152, -0.012161537073552608, 0.00684832688421011, -0.037320397794246674, -0.007782189641147852, 0.008554012514650822, 0.008353594690561295, 0.00720652099698782, 0.029047822579741478, -0.047418054193258286, -0.012639129534363747, 0.04349497705698013, 0.004085116554051638, -0.03435250371694565, -0.017090968787670135, 0.027137454599142075, 0.011598660610616207, -0.04574648290872574, -0.03656989708542824, -0.033738456666469574, -0.005756688304245472, 0.010464380495250225, 0.0458829365670681, -0.025005348026752472, -0.022020399570465088, 0.026915716007351875, 0.004490216728299856, 0.02952541410923004, 0.012383276596665382, -0.033294979482889175, 0.07893912494182587, -0.03605819121003151, 0.03305618464946747, -0.04908962547779083, -0.0003222146478947252, -0.012340634129941463, 0.01072023343294859, 0.03402842581272125, 0.01799498125910759, -0.015010031871497631, -0.023538459092378616, -0.0025372072122991085, -0.0076158856973052025, 0.09210701286792755, 0.019120734184980392, 0.011010199785232544, 0.037081602960824966, -0.007556186523288488, 0.022122740745544434, -0.016673075035214424, 0.027853842824697495, 0.018029095605015755, 0.051511701196432114, -0.0181314367800951, -0.010907858610153198, -0.015069730579853058, 0.023760197684168816, -0.008417557924985886, -0.069148488342762, 0.012135951779782772, 0.11448560655117035, -0.06601002812385559, 0.04758862406015396, 0.07082005590200424, -0.01755150407552719, -0.01727006584405899, 0.010737289674580097, -0.019598325714468956, 0.0394013337790966, -0.028126753866672516, -0.019768893718719482, 0.04294915869832039, 0.028553174808621407, 0.04707691818475723, -0.013219062238931656, -0.0193595290184021, -0.053729090839624405, 0.040527086704969406, -0.004942223429679871, 0.10882273316383362, 0.02381136827170849, -0.02681337483227253, -0.018012037500739098, 0.06594179570674896, 0.07232106477022171, 0.009364212863147259, 0.06815919280052185, 0.008055099286139011, -0.021406352519989014, 0.01512943021953106, 0.03385785594582558, 0.026506351307034492, 0.005722574889659882, 0.002464715391397476, -0.026182271540164948, -0.0022664295975118876, 0.02072407864034176, -0.01570083387196064, -0.06853444129228592, 0.09469965845346451, -0.007799246814101934, -0.026438124477863312, 0.03232273831963539, 0.0018069605575874448, 0.07607357203960419, 0.028194980695843697, 0.011547490023076534, -0.006123410537838936, -0.005176755134016275, 0.02437424473464489, -0.062189292162656784, -0.03568293899297714, -0.06908026337623596, -0.028331434354186058, 0.028365548700094223, -0.011197824962437153, -0.06171169877052307, -0.03875317424535751, -0.001744063338264823, -0.08426085859537125, -0.10145416855812073, -0.032510366290807724, 0.006264129653573036, -0.02638695389032364, -0.03646755591034889, -0.03158929571509361, 0.014523911289870739, -0.01036203932017088, 0.02171337604522705, -0.011752172373235226, 0.040458858013153076, 0.013202005065977573, 0.04564414173364639, 0.021542808040976524, 0.004085116554051638, -0.03858260437846184, -0.02925250492990017, 0.030003007501363754, 0.04083411023020744, 0.00875016674399376, 0.012127423658967018, 0.07389029115438461, 0.0367063507437706, -0.003085158532485366, 0.040458858013153076, -0.06235985830426216, 0.0037546399980783463, -0.06665818393230438, 0.016937457025051117, -0.049635447561740875, -0.006733193062245846, -0.0006481604650616646, 0.026284612715244293, 0.06058594584465027, -0.0207070205360651, 0.0008597720880061388, 0.0185749139636755, -0.0030382522381842136, -0.04107290506362915, 0.04216454550623894, 0.06044949218630791, 0.004976337309926748, 0.008229931816458702, 0.000265580543782562, -0.027137454599142075, -0.05273979529738426, -0.06583945453166962, -0.008485784754157066, -0.0006806750898249447, 0.01336404588073492, 0.036740463227033615, -0.06877323985099792, -0.027222739532589912, 0.07259397208690643, 0.014600667171180248, -0.00992708932608366, -0.06911437213420868, -0.031862203031778336, -0.018677255138754845, 0.0803719013929367, 0.02515885978937149, 0.07300333678722382, -0.07614179700613022, -0.029440131038427353, 0.0711611956357956, 0.011888627894222736, -0.04977190122008324, 0.015786118805408478, 0.03534180298447609, 0.00223231571726501, -0.04206220433115959, -0.04625818878412247, 0.0570722334086895, -0.038446150720119476, 0.0040104929357767105, -0.06273511052131653, -0.005210869014263153, 0.07996253669261932, 0.06253042817115784, 0.029781267046928406, 0.021031102165579796, 0.050727084279060364, 0.006276922300457954, -0.03912842273712158, -0.02945718728005886, -0.04219865798950195, -0.04178929328918457, -0.0035201082937419415, 0.005364380776882172, -0.006554096471518278, -0.062189292162656784, -0.015871403738856316, 0.011820400133728981, 0.009500667452812195, -0.02638695389032364, 0.001548975589685142, -0.04489364102482796, 0.04134581610560417, 0.0008283234783448279, 0.06856855750083923, 0.001254744827747345, 0.016604848206043243, 0.025073576718568802, 0.0044944812543690205, 0.01814849302172661, 0.02000769041478634, -0.029798325151205063, 0.0669310986995697, 0.04001538082957268, -0.01656220480799675, 0.022173911333084106, 0.000975971866864711, -0.04158461093902588, -0.008409028872847557, 0.029934778809547424, -0.027205683290958405, 0.02515885978937149, 0.0316745787858963, -0.031009361147880554, 0.05714046210050583, -0.010524079203605652, 0.027717389166355133, -0.042539793998003006, -0.03851437568664551, 0.06993310153484344, 0.07702875137329102, 0.03174280747771263, 0.059391967952251434, 0.010993142612278461, -0.014063376933336258, -0.04653109982609749, 0.039537787437438965, -0.05563946068286896, -0.01777324266731739, -0.03598996251821518, 0.009833276271820068, 0.00860091857612133, 0.03399430960416794, 0.04861203581094742, 0.034454844892024994, 0.003684280440211296, -0.009338627569377422, -0.0006055183475837111, -0.02739330753684044, -0.04213042929768562, -0.03991303965449333, -0.00257984921336174, -0.01283528283238411, -0.005922992713749409, 0.019598325714468956, -0.028348492458462715, -0.02860434539616108, -0.05714046210050583, -0.017167724668979645, -0.014882105402648449, -0.010498493909835815, 0.0241695623844862, 0.0005370244034565985, 0.05024949461221695, -0.003965718671679497, 0.01640869304537773, -0.0120847811922431, -0.007355768699198961, 0.018881937488913536, 0.014310700818896294, -0.03728628531098366, 0.05877792090177536, 0.04148226976394653, -0.027001000940799713, -0.024749495089054108, 0.00257984921336174, 0.018830766901373863, 0.028399663046002388, 0.00025798490969464183, 0.011487791314721107, -0.038173239678144455, -0.02623344212770462, -0.04165283963084221, 0.1244468092918396, 0.05069297179579735, 0.011274580843746662, 0.03428427875041962, 0.052364543080329895, -0.046053506433963776, 0.024340130388736725, -0.05468427389860153, 0.011419564485549927, 0.07996253669261932, -0.021542808040976524, 0.08316922187805176, -0.01606755703687668, -0.020178258419036865, 0.022685617208480835, -0.05877792090177536, 0.027683274820446968, 0.06583945453166962, -0.04810032993555069, -0.07709698379039764, 0.006004012655466795, -0.008997490629553795, 0.01647692173719406, -0.02034882642328739, 0.009492139331996441, 0.022702673450112343, -0.03133344277739525, -0.05403611436486244, 0.006473076064139605, 0.04636052995920181, -0.03619464486837387, 0.00005790002614958212, -0.040970563888549805, 0.001467955531552434, 0.058163873851299286, -0.019734781235456467, -0.05935785174369812, -0.045200664550065994, 0.0066948155872523785, 0.09715583920478821, 0.06150701642036438, 0.03936722129583359, 0.0022536369506269693, 0.002752549946308136, 0.012161537073552608, -0.00996120274066925, 0.019376587122678757, 0.040970563888549805, -0.004827089607715607, 0.004643728490918875, -0.017218895256519318, -0.02694983035326004, -0.030224746093153954, -0.09429029375314713, 0.008720316924154758, 0.004294062964618206, -0.00094985356554389, 0.02352140285074711, -0.024459529668092728, 0.02752976305782795, 0.006319564767181873, -0.010072072967886925, 0.014600667171180248, 0.03319263830780983, 0.03307323902845383, -0.05901671573519707, -0.03131638467311859, -0.013636955060064793, 0.0494648776948452, -0.02867257222533226, -0.0023112038616091013, -0.016016386449337006, -0.031657520681619644, 0.030378257855772972, -0.027717389166355133, -0.03225451335310936, 0.03612641617655754, -0.0013346988707780838, 0.0007451713318005204, 0.03875317424535751, -0.09190233051776886, 0.044040799140930176, 0.04707691818475723, -0.0024775080382823944, 0.04704280570149422, -0.010012373328208923, 0.013884279876947403, -0.02365785650908947, -0.023197321221232414, -0.008217139169573784, -0.040527086704969406, -0.00501897931098938, -0.017824413254857063, -0.03181103244423866, 0.022020399570465088, 0.052876248955726624, -0.020962873473763466, -0.04898728430271149, -0.009406855329871178, 0.018830766901373863, 0.006293979473412037, 0.007377089466899633, -0.01497591845691204, 0.008298159576952457, 0.007176671642810106, 0.01422541681677103, 0.0009908966021612287, 0.037320397794246674, 0.06242808699607849, -0.02345317415893078, -0.04837324097752571, 0.06055183336138725, -0.021099328994750977, -0.028058525174856186, 0.0064048487693071365, -0.00917658768594265, 0.0018453383818268776, 0.008306687697768211, 0.020843476057052612, -0.01929130218923092, -0.053149159997701645, -0.002844230504706502, 0.05973310396075249, -0.03762742131948471, 0.0018879806157201529, 0.008703259751200676, -0.03892374038696289, 0.02173043228685856, -0.0004911841242574155, -0.03728628531098366, 0.04530300572514534, 0.0005063753924332559, -0.02285618521273136, 0.02787090092897415, -0.014984446577727795, -0.04363143444061279, -0.06553243100643158, -0.015035617165267467, -0.020263543352484703, 0.012093310244381428, 0.0010441993363201618, 0.005641554482281208, -0.004839882254600525, -0.009389798156917095, -0.010916386730968952, -0.02845083363354206, 0.04874848946928978, 0.009185115806758404, -0.019598325714468956, -0.005692725069820881, 0.012570901773869991, -0.007142557762563229, 0.03878728672862053, -0.06440668553113937, -0.023913709446787834, -0.01877959631383419, -0.018660198897123337, -0.012545316480100155, 0.01142809260636568, 0.02357257343828678, -0.03126521408557892, -0.05175049602985382, -0.03025886043906212, 0.04335852339863777, -0.014813877642154694, -0.014592139050364494, 0.0321180559694767, 0.01577758975327015, -0.05656052753329277, 0.0003382054273970425, 0.027342136949300766, 0.02701805718243122, -0.00457123713567853, -0.0245107002556324, -0.006895233411341906, 0.018250834196805954, -0.09429029375314713, -0.037797991186380386, 0.012425918132066727, -0.08610299974679947, 0.016945984214544296, 0.013423744589090347, -0.0024625833611935377, -0.01336404588073492, 0.07300333678722382, 0.02193511463701725, 0.0037844895850867033, 0.02086053229868412, 0.012553844600915909, -0.04707691818475723, -0.039844810962677, -0.04158461093902588, 0.031128758564591408, -0.07279865443706512, 0.018182607367634773, 0.0026288877706974745, -0.02164514735341072, 0.03800266981124878, -0.09872507303953171, -0.030480599030852318, -0.029798325151205063, 0.016741301864385605, -0.009048661217093468, 0.04973778873682022, 0.0027248323895037174, 0.015939630568027496, 0.0843973159790039, -0.02408427931368351, -0.024459529668092728, -0.05557123199105263, 0.024135449901223183, 0.018387289717793465, -0.0335678905248642, -0.02746153622865677, -0.015871403738856316, 0.035887621343135834, -0.03140166774392128, -0.05069297179579735, -0.07464079558849335, 0.012605015188455582, 0.014890633523464203, -0.018250834196805954, -0.004456103313714266, -0.031128758564591408, -0.026915716007351875, 0.03259564936161041, 0.005581855773925781, 0.0325615368783474, 0.04451838880777359, 0.0031683107372373343, -0.017329763621091843, 0.005185283720493317, 0.06171169877052307, -0.013244647532701492, -0.024033108726143837, 0.007342976052314043, 0.030634110793471336, 0.018182607367634773, 0.027052171528339386, -0.003225877648219466, 0.006618059705942869, 0.04199397563934326, -0.013730768114328384, 0.017534445971250534, -0.02889431081712246, -0.0015233902959153056, 0.08576186746358871, 0.03704748675227165, -0.0034454846754670143, -0.003234406001865864 ]
37,443
jinja2.environment
Environment
The core component of Jinja is the `Environment`. It contains important shared variables like configuration, filters, tests, globals and others. Instances of this class may be modified if they are not shared and if no template was loaded so far. Modifications on environments after the first template was loaded will lead to surprising effects and undefined behavior. Here are the possible initialization parameters: `block_start_string` The string marking the beginning of a block. Defaults to ``'{%'``. `block_end_string` The string marking the end of a block. Defaults to ``'%}'``. `variable_start_string` The string marking the beginning of a print statement. Defaults to ``'{{'``. `variable_end_string` The string marking the end of a print statement. Defaults to ``'}}'``. `comment_start_string` The string marking the beginning of a comment. Defaults to ``'{#'``. `comment_end_string` The string marking the end of a comment. Defaults to ``'#}'``. `line_statement_prefix` If given and a string, this will be used as prefix for line based statements. See also :ref:`line-statements`. `line_comment_prefix` If given and a string, this will be used as prefix for line based comments. See also :ref:`line-statements`. .. versionadded:: 2.2 `trim_blocks` If this is set to ``True`` the first newline after a block is removed (block, not variable tag!). Defaults to `False`. `lstrip_blocks` If this is set to ``True`` leading spaces and tabs are stripped from the start of a line to a block. Defaults to `False`. `newline_sequence` The sequence that starts a newline. Must be one of ``'\r'``, ``'\n'`` or ``'\r\n'``. The default is ``'\n'`` which is a useful default for Linux and OS X systems as well as web applications. `keep_trailing_newline` Preserve the trailing newline when rendering templates. The default is ``False``, which causes a single newline, if present, to be stripped from the end of the template. .. versionadded:: 2.7 `extensions` List of Jinja extensions to use. This can either be import paths as strings or extension classes. For more information have a look at :ref:`the extensions documentation <jinja-extensions>`. `optimized` should the optimizer be enabled? Default is ``True``. `undefined` :class:`Undefined` or a subclass of it that is used to represent undefined values in the template. `finalize` A callable that can be used to process the result of a variable expression before it is output. For example one can convert ``None`` implicitly into an empty string here. `autoescape` If set to ``True`` the XML/HTML autoescaping feature is enabled by default. For more details about autoescaping see :class:`~markupsafe.Markup`. As of Jinja 2.4 this can also be a callable that is passed the template name and has to return ``True`` or ``False`` depending on autoescape should be enabled by default. .. versionchanged:: 2.4 `autoescape` can now be a function `loader` The template loader for this environment. `cache_size` The size of the cache. Per default this is ``400`` which means that if more than 400 templates are loaded the loader will clean out the least recently used template. If the cache size is set to ``0`` templates are recompiled all the time, if the cache size is ``-1`` the cache will not be cleaned. .. versionchanged:: 2.8 The cache size was increased to 400 from a low 50. `auto_reload` Some loaders load templates from locations where the template sources may change (ie: file system or database). If ``auto_reload`` is set to ``True`` (default) every time a template is requested the loader checks if the source changed and if yes, it will reload the template. For higher performance it's possible to disable that. `bytecode_cache` If set to a bytecode cache object, this object will provide a cache for the internal Jinja bytecode so that templates don't have to be parsed if they were not changed. See :ref:`bytecode-cache` for more information. `enable_async` If set to true this enables async template execution which allows using async functions and generators.
class Environment: r"""The core component of Jinja is the `Environment`. It contains important shared variables like configuration, filters, tests, globals and others. Instances of this class may be modified if they are not shared and if no template was loaded so far. Modifications on environments after the first template was loaded will lead to surprising effects and undefined behavior. Here are the possible initialization parameters: `block_start_string` The string marking the beginning of a block. Defaults to ``'{%'``. `block_end_string` The string marking the end of a block. Defaults to ``'%}'``. `variable_start_string` The string marking the beginning of a print statement. Defaults to ``'{{'``. `variable_end_string` The string marking the end of a print statement. Defaults to ``'}}'``. `comment_start_string` The string marking the beginning of a comment. Defaults to ``'{#'``. `comment_end_string` The string marking the end of a comment. Defaults to ``'#}'``. `line_statement_prefix` If given and a string, this will be used as prefix for line based statements. See also :ref:`line-statements`. `line_comment_prefix` If given and a string, this will be used as prefix for line based comments. See also :ref:`line-statements`. .. versionadded:: 2.2 `trim_blocks` If this is set to ``True`` the first newline after a block is removed (block, not variable tag!). Defaults to `False`. `lstrip_blocks` If this is set to ``True`` leading spaces and tabs are stripped from the start of a line to a block. Defaults to `False`. `newline_sequence` The sequence that starts a newline. Must be one of ``'\r'``, ``'\n'`` or ``'\r\n'``. The default is ``'\n'`` which is a useful default for Linux and OS X systems as well as web applications. `keep_trailing_newline` Preserve the trailing newline when rendering templates. The default is ``False``, which causes a single newline, if present, to be stripped from the end of the template. .. versionadded:: 2.7 `extensions` List of Jinja extensions to use. This can either be import paths as strings or extension classes. For more information have a look at :ref:`the extensions documentation <jinja-extensions>`. `optimized` should the optimizer be enabled? Default is ``True``. `undefined` :class:`Undefined` or a subclass of it that is used to represent undefined values in the template. `finalize` A callable that can be used to process the result of a variable expression before it is output. For example one can convert ``None`` implicitly into an empty string here. `autoescape` If set to ``True`` the XML/HTML autoescaping feature is enabled by default. For more details about autoescaping see :class:`~markupsafe.Markup`. As of Jinja 2.4 this can also be a callable that is passed the template name and has to return ``True`` or ``False`` depending on autoescape should be enabled by default. .. versionchanged:: 2.4 `autoescape` can now be a function `loader` The template loader for this environment. `cache_size` The size of the cache. Per default this is ``400`` which means that if more than 400 templates are loaded the loader will clean out the least recently used template. If the cache size is set to ``0`` templates are recompiled all the time, if the cache size is ``-1`` the cache will not be cleaned. .. versionchanged:: 2.8 The cache size was increased to 400 from a low 50. `auto_reload` Some loaders load templates from locations where the template sources may change (ie: file system or database). If ``auto_reload`` is set to ``True`` (default) every time a template is requested the loader checks if the source changed and if yes, it will reload the template. For higher performance it's possible to disable that. `bytecode_cache` If set to a bytecode cache object, this object will provide a cache for the internal Jinja bytecode so that templates don't have to be parsed if they were not changed. See :ref:`bytecode-cache` for more information. `enable_async` If set to true this enables async template execution which allows using async functions and generators. """ #: if this environment is sandboxed. Modifying this variable won't make #: the environment sandboxed though. For a real sandboxed environment #: have a look at jinja2.sandbox. This flag alone controls the code #: generation by the compiler. sandboxed = False #: True if the environment is just an overlay overlayed = False #: the environment this environment is linked to if it is an overlay linked_to: t.Optional["Environment"] = None #: shared environments have this set to `True`. A shared environment #: must not be modified shared = False #: the class that is used for code generation. See #: :class:`~jinja2.compiler.CodeGenerator` for more information. code_generator_class: t.Type["CodeGenerator"] = CodeGenerator concat = "".join #: the context class that is used for templates. See #: :class:`~jinja2.runtime.Context` for more information. context_class: t.Type[Context] = Context template_class: t.Type["Template"] def __init__( self, block_start_string: str = BLOCK_START_STRING, block_end_string: str = BLOCK_END_STRING, variable_start_string: str = VARIABLE_START_STRING, variable_end_string: str = VARIABLE_END_STRING, comment_start_string: str = COMMENT_START_STRING, comment_end_string: str = COMMENT_END_STRING, line_statement_prefix: t.Optional[str] = LINE_STATEMENT_PREFIX, line_comment_prefix: t.Optional[str] = LINE_COMMENT_PREFIX, trim_blocks: bool = TRIM_BLOCKS, lstrip_blocks: bool = LSTRIP_BLOCKS, newline_sequence: "te.Literal['\\n', '\\r\\n', '\\r']" = NEWLINE_SEQUENCE, keep_trailing_newline: bool = KEEP_TRAILING_NEWLINE, extensions: t.Sequence[t.Union[str, t.Type["Extension"]]] = (), optimized: bool = True, undefined: t.Type[Undefined] = Undefined, finalize: t.Optional[t.Callable[..., t.Any]] = None, autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = False, loader: t.Optional["BaseLoader"] = None, cache_size: int = 400, auto_reload: bool = True, bytecode_cache: t.Optional["BytecodeCache"] = None, enable_async: bool = False, ): # !!Important notice!! # The constructor accepts quite a few arguments that should be # passed by keyword rather than position. However it's important to # not change the order of arguments because it's used at least # internally in those cases: # - spontaneous environments (i18n extension and Template) # - unittests # If parameter changes are required only add parameters at the end # and don't change the arguments (or the defaults!) of the arguments # existing already. # lexer / parser information self.block_start_string = block_start_string self.block_end_string = block_end_string self.variable_start_string = variable_start_string self.variable_end_string = variable_end_string self.comment_start
(block_start_string: str = '{%', block_end_string: str = '%}', variable_start_string: str = '{{', variable_end_string: str = '}}', comment_start_string: str = '{#', comment_end_string: str = '#}', line_statement_prefix: Optional[str] = None, line_comment_prefix: Optional[str] = None, trim_blocks: bool = False, lstrip_blocks: bool = False, newline_sequence: "te.Literal['\\n', '\\r\\n', '\\r']" = '\n', keep_trailing_newline: bool = False, extensions: Sequence[Union[str, Type[ForwardRef('Extension')]]] = (), optimized: bool = True, undefined: Type[jinja2.runtime.Undefined] = <class 'jinja2.runtime.Undefined'>, finalize: Optional[Callable[..., Any]] = None, autoescape: Union[bool, Callable[[Optional[str]], bool]] = False, loader: Optional[ForwardRef('BaseLoader')] = None, cache_size: int = 400, auto_reload: bool = True, bytecode_cache: Optional[ForwardRef('BytecodeCache')] = None, enable_async: bool = False)
[ 0.0750054270029068, -0.045293331146240234, -0.0037968906108289957, -0.033027250319719315, 0.037129756063222885, 0.01515648327767849, -0.013830420561134815, 0.029401298612356186, -0.05909267067909241, -0.06833367049694061, 0.03770991042256355, 0.0014464962296187878, -0.01550871878862381, 0.062490709125995636, -0.0018725456902757287, -0.005563247483223677, 0.03335876762866974, -0.011944924481213093, 0.008500269614160061, -0.04757250100374222, -0.010064609348773956, 0.009349778294563293, 0.020491814240813255, -0.005366410128772259, -0.02625189907848835, -0.043925829231739044, 0.01316738873720169, -0.0030199007596820593, 0.0169901791960001, -0.035886574536561966, -0.020730091258883476, -0.0578080490231514, -0.01418265514075756, -0.02417992614209652, 0.05229660123586655, -0.06717336922883987, -0.016378946602344513, 0.06017009913921356, 0.03829006105661392, -0.036818962544202805, 0.017083417624235153, 0.0388287752866745, -0.023226818069815636, -0.0183162409812212, -0.02960849553346634, 0.036777522414922714, 0.011675568297505379, -0.0551559217274189, 0.0006484627956524491, -0.003387675853446126, 0.05192364379763603, -0.021071966737508774, 0.020212097093462944, 0.03961612656712532, -0.04137730225920677, -0.011685928329825401, -0.016109591349959373, -0.0023918338119983673, -0.010867498815059662, -0.016461826860904694, 0.00849508959800005, 0.05610902979969978, -0.004594600293785334, 0.0041543059051036835, 0.016938379034399986, 0.018419841304421425, -0.04067283123731613, 0.021589959040284157, 0.024677198380231857, -0.040569230914115906, -0.008277532644569874, 0.006246998906135559, 0.004822517279535532, -0.02449072152376175, -0.03543074056506157, -0.052793875336647034, -0.07077860087156296, 0.00022176586207933724, -0.030022889375686646, -0.04637075588107109, 0.020098138600587845, 0.015622677281498909, -0.026749171316623688, -0.0075575215741992, 0.07716027647256851, -0.02320609800517559, -0.0003891424275934696, 0.03777207061648369, 0.02090620808303356, 0.009872951544821262, -0.021776437759399414, 0.05876115709543228, 0.010867498815059662, 0.06273934245109558, 0.026707733049988747, -0.014016897417604923, 0.04554196819663048, -0.03781350702047348, 0.0350785031914711, -0.010354685597121716, 0.03348308429121971, -0.010577422566711903, -0.01127153355628252, -0.016534345224499702, -0.01989094167947769, 0.07869353890419006, -0.00021593844576273113, 0.04146018251776695, 0.07156594842672348, -0.05503160506486893, -0.026044702157378197, -0.01695909909904003, -0.023309696465730667, -0.03932604938745499, -0.005387129727751017, 0.03770991042256355, -0.051426369696855545, 0.020222457125782967, 0.022170111536979675, 0.014255174435675144, -0.018585598096251488, -0.03532714024186134, -0.03911885246634483, 0.004620499908924103, 0.07202178239822388, -0.013788980431854725, -0.015280800871551037, 0.012804793193936348, 0.01515648327767849, -0.031701188534498215, 0.022791704162955284, 0.024055607616901398, 0.011592688970267773, 0.017673930153250694, 0.019600864499807358, -0.01529116090387106, -0.05581895262002945, 0.04508613422513008, -0.046702273190021515, 0.09348742663860321, 0.03802070394158363, -0.04346999526023865, -0.05138493329286575, -0.01949726603925228, 0.00630915816873312, -0.077657550573349, 0.010763900354504585, -0.05208940431475639, -0.061040326952934265, 0.04268264397978783, 0.04927152022719383, -0.020336415618658066, 0.018264442682266235, 0.03700543940067291, -0.014244814403355122, 0.03625952824950218, -0.024055607616901398, 0.04380150884389877, 0.026541974395513535, -0.025651026517152786, 0.006215919274836779, -0.026065420359373093, -0.028779705986380577, 0.012670115567743778, 0.015809154137969017, 0.037875667214393616, -0.043221358209848404, -0.029794972389936447, 0.014835326932370663, -0.009929930791258812, 0.0038953092880547047, -0.027329323813319206, -0.005609867163002491, 0.02633477747440338, 0.026666292920708656, 0.08859756588935852, 0.021652119234204292, 0.028883304446935654, -0.024200646206736565, -0.033648841083049774, -0.02625189907848835, -0.017528891563415527, -0.052793875336647034, 0.03184622526168823, 0.005104823503643274, 0.009976550005376339, 0.021341321989893913, -0.02722572535276413, 0.0767873227596283, 0.032799333333969116, -0.028220273554325104, -0.027163567021489143, 0.03528570011258125, 0.01641002669930458, -0.018564878031611443, 0.01226608082652092, 0.011126494966447353, -0.057642292231321335, 0.012587236240506172, -0.0010826059151440859, -0.07960520684719086, -0.009168480522930622, 0.02179715596139431, -0.01817120425403118, -0.016161389648914337, 0.0511777363717556, -0.0169901791960001, 0.011364771984517574, 0.015280800871551037, -0.00910114124417305, -0.08051687479019165, -0.047448184341192245, -0.00838113110512495, 0.045873481780290604, 0.02016029879450798, -0.03180478513240814, 0.031203914433717728, 0.013436744920909405, -0.04000980034470558, 0.049561597406864166, 0.09696833789348602, -0.013053430244326591, 0.0024747129064053297, -0.056937821209430695, -0.01127153355628252, -0.010002450086176395, -0.017363134771585464, 0.02917337976396084, -0.005672026425600052, 0.011955284513533115, 0.032322779297828674, 0.005330150481313467, 0.06381677091121674, 0.026500536128878593, 0.0335245244204998, -0.07227042317390442, 0.014193015173077583, 0.045914921909570694, -0.027163567021489143, -0.003356596454977989, -0.015229001641273499, 0.046743713319301605, 0.015550157986581326, -0.03971972316503525, 0.008743726648390293, 0.008189473301172256, -0.02563030645251274, 0.06360957026481628, -0.011530529707670212, -0.054907284677028656, -0.012939471751451492, 0.025837503373622894, -0.0016770032234489918, -0.013384945690631866, -0.031701188534498215, 0.05929986760020256, 0.10517334938049316, 0.02991929091513157, 0.01211068220436573, 0.03741983324289322, 0.05569463595747948, -0.028572509065270424, -0.04338711500167847, 0.027640121057629585, 0.03375244140625, 0.027868038043379784, -0.006039801519364119, -0.0198495015501976, -0.05378841981291771, 0.001381747075356543, 0.0093186991289258, 0.07579277455806732, -0.04077643156051636, 0.018305882811546326, -0.028572509065270424, -0.004470281768590212, 0.016865860670804977, 0.011603049002587795, 0.024905115365982056, 0.011261173523962498, 0.01345746498554945, -0.02703924849629402, 0.043304238468408585, -0.006619954016059637, -0.00043058188748545945, -0.0604601725935936, -0.08316899836063385, 0.015539797954261303, 0.025775345042347908, -0.007806158624589443, -0.013602503575384617, 0.017601411789655685, 0.010629221796989441, 0.0238276906311512, 0.05449289083480835, -0.032799333333969116, -0.039906200021505356, 0.013540344312787056, -0.003229687921702862, -0.07289201021194458, 0.020481454208493233, -0.03870445489883423, 0.05739365518093109, 0.04508613422513008, -0.045293331146240234, 0.018761716783046722, 0.02938057854771614, -0.02430424466729164, 0.018026165664196014, 0.010618861764669418, 0.04637075588107109, -0.0032063783146440983, 0.03808286413550377, 0.01482496690005064, -0.008883584290742874, -0.036508165299892426, 0.012980910949409008, -0.049354396760463715, -0.00436409329995513, 0.006174479611217976, -0.012763353995978832, -0.040921468287706375, 0.042247530072927475, 0.007925297133624554, 0.029629215598106384, 0.02258450724184513, 0.07848633825778961, 0.0019787342753261328, 0.03974044322967529, 0.009443017654120922, -0.048152655363082886, -0.006625134032219648, -0.0022571557201445103, 0.017363134771585464, 0.0031416290439665318, -0.012784074060618877, -0.04208177328109741, -0.005526988301426172, -0.024718638509511948, -0.11926276981830597, 0.0578080490231514, -0.03188766539096832, -0.03149399161338806, 0.010815699584782124, 0.005275761242955923, -0.07028132677078247, 0.03215702250599861, -0.04075571149587631, 0.07135875523090363, 0.02726716548204422, -0.013892579823732376, 0.02585822343826294, 0.0359487310051918, 0.01392365898936987, -0.006821971386671066, -0.11370988190174103, -0.02078188955783844, 0.02347545512020588, -0.032364219427108765, 0.017570331692695618, -0.012348959222435951, 0.04757250100374222, -0.03936748951673508, 0.04446454346179962, 0.016192469745874405, -0.03128679469227791, 0.014617769978940487, 0.01215212233364582, -0.006153760012239218, -0.01482496690005064, 0.052876751869916916, -0.021237723529338837, 0.022439468652009964, -0.03984404355287552, -0.030458003282546997, -0.06580586731433868, 0.0023011851590126753, -0.0045790602453053, -0.05793236568570137, 0.003680342109873891, 0.027246445417404175, 0.021983634680509567, -0.013219187967479229, -0.010753540322184563, -0.043179918080568314, 0.01859595812857151, -0.010432383976876736, -0.04707522690296173, -0.003087239805608988, -0.018606318160891533, -0.014555610716342926, -0.018585598096251488, 0.009484456852078438, 0.043842948973178864, -0.026728453114628792, -0.0012231116415932775, -0.008293071761727333, 0.03984404355287552, 0.029049063101410866, 0.04421590641140938, 0.07164882868528366, 0.000655261508654803, 0.056813500821590424, 0.0066976528614759445, 0.008666027337312698, -0.044008709490299225, 0.11064336448907852, 0.015643397346138954, 0.0010612386977300048, 0.07127587497234344, 0.011509810574352741, 0.021030526608228683, -0.1464470624923706, -0.009769353084266186, -0.06593018025159836, -0.05842963978648186, 0.014213735237717628, -0.0008948333561420441, 0.009722733870148659, -0.012763353995978832, -0.045376211404800415, 0.010971097275614738, -0.011302612721920013, 0.002411258639767766, 0.0008948333561420441, 0.051592130213975906, -0.0450032539665699, -0.02210795320570469, -0.05917555093765259, -0.004983094986528158, -0.03273717314004898, -0.03961612656712532, -0.03449835255742073, 0.01193456444889307, 0.04247544705867767, -0.02214939147233963, 0.0071586668491363525, -0.036591045558452606, 0.026790611445903778, -0.00974863301962614, 0.03866301849484444, 0.0100387092679739, 0.04135658219456673, 0.07086148113012314, -0.05387130007147789, 0.04997599124908447, -0.10094653069972992, 0.002294710138812661, 0.003827970242127776, -0.005392309743911028, 0.02430424466729164, 0.004092146642506123, -0.0050841039046645164, -0.02938057854771614, -0.07198034226894379, -0.06075024977326393, 0.022045793011784554, 0.012255720794200897, -0.018109044060111046, -0.004972735419869423, -0.018575238063931465, -0.00000862479009811068, 0.048028334975242615, 0.008298251777887344, -0.00048432371113449335, -0.001228291541337967, 0.004040347412228584, 0.0289040245115757, -0.02069901116192341, 0.02277098409831524, -0.04757250100374222, 0.016140669584274292, -0.07032276690006256, 0.018388761207461357, -0.002099167788401246, 0.004926115740090609, 0.009696833789348602, -0.03226061910390854, -0.04981023073196411, -0.033420924097299576, -0.027329323813319206, -0.015456918627023697, -0.008448470383882523, 0.006003541871905327, 0.018575238063931465, -0.04690947011113167, 0.08818317204713821, -0.04438166320323944, 0.03567937761545181, 0.018627038225531578, -0.09456484764814377, 0.016233908012509346, 0.03141111135482788, -0.03304797038435936, -0.05101197585463524, 0.009821152314543724, 0.02730860561132431, -0.04487893730401993, 0.013954738155007362, -0.046039242297410965, 0.007526441942900419, 0.009914390742778778, 0.0613304041326046, 0.04703378677368164, 0.038849495351314545, -0.06182767450809479, 0.02171427756547928, -0.019642304629087448, -0.017632490023970604, -0.013602503575384617, 0.025878943502902985, 0.026852771639823914, 0.030893119052052498, -0.028531068935990334, 0.014607409946620464, 0.003934158943593502, -0.013157028704881668, -0.019559426233172417, -0.006262538488954306, 0.016140669584274292, -0.008158394135534763, 0.008127314038574696, 0.04359431192278862, -0.026148300617933273, 0.004136176314204931, 0.004418482538312674, 0.09431621432304382, -0.0022545657120645046, -0.00046781267155893147, 0.04761394113302231, 0.0073088849894702435, -0.03971972316503525, 0.00005402508031693287, 0.0025821963790804148, 0.00315457908436656, 0.0600043386220932, 0.03145255148410797, -0.009308339096605778, 0.004102506674826145, -0.005630586761981249, 0.01793292723596096, 0.03932604938745499, 0.04243400692939758, 0.008878404274582863, -0.01913467049598694, -0.05474152788519859, 0.0032037883065640926, -0.01952834613621235, -0.04301416128873825, -0.026438375934958458, -0.004496181383728981, -0.06688328832387924, -0.018419841304421425, 0.00004856186933466233, 0.004048117436468601, -0.09580803662538528, 0.057517971843481064, 0.07467390596866608, 0.03070664033293724, 0.048028334975242615, 0.048152655363082886, 0.046785153448581696, -0.08834893256425858, -0.02430424466729164, 0.08478514105081558, 0.03424971550703049, -0.0016977229388430715, -0.0199634600430727, -0.0007938246708363295, -0.00723636569455266, 0.005205832421779633, 0.029007622972130775, 0.04479605704545975, 0.003022490767762065, 0.013654302805662155, -0.00454021105542779, -0.006806431338191032, 0.09655394405126572, -0.00047623005229979753, -0.039553966373205185, 0.03226061910390854, 0.03252997621893883, -0.07355504482984543, -0.0026573054492473602, -0.008634948171675205, 0.0015112453838810325, 0.026355497539043427, 0.07902505248785019, 0.007987456396222115, -0.03422899544239044, -0.012659755535423756, 0.006780531723052263, 0.05499016493558884, -0.019155390560626984, 0.011685928329825401, 0.08437073975801468, 0.035410020500421524, -0.008407030254602432, 0.017093777656555176, -0.03932604938745499, -0.00581188453361392, 0.03918100893497467, -0.0004849711840506643, 0.017487453296780586, 0.011654848232865334, -0.03781350702047348, 0.01844055950641632, 0.03250925615429878, -0.010670660994946957, 0.007889037020504475, 0.022646665573120117, -0.056233350187540054, -0.016358226537704468, -0.02695637010037899, -0.05059758201241493, -0.025754624977707863, 0.00884732510894537, 0.07832058519124985, 0.050100307911634445, -0.025215912610292435, -0.010422024875879288, 0.0399269200861454, -0.019600864499807358, 0.03074808046221733, 0.0038072504103183746, 0.0110332565382123, 0.005115183535963297, -0.05266955494880676, -0.007407303899526596, 0.009127041324973106, 0.0012334714410826564, -0.00042604946065694094, 0.029794972389936447, -0.003120909444987774, 0.030913837254047394, 0.027640121057629585, 0.029836412519216537, 0.012131402269005775, 0.02683205157518387, 0.05391274020075798, -0.010940018109977245, -0.10268698632717133, -0.0013202353147789836, 0.0643969252705574, -0.022356588393449783, -0.0289040245115757, 0.061040326952934265, 0.011333692818880081, 0.04927152022719383, 0.007552342023700476, 0.005148853175342083, 0.045914921909570694, -0.024034887552261353, -0.04007196053862572, -0.08818317204713821, 0.05366410315036774, -0.025961821898818016, -0.014193015173077583, 0.010981457307934761, 0.010489363223314285, -0.022978181019425392, -0.0020952827762812376, -0.0326542966067791, -0.00489244656637311, 0.022978181019425392, -0.009349778294563293, 0.00469819875434041, 0.028116675093770027, 0.0679192766547203, 0.043179918080568314, -0.015736635774374008, -0.02625189907848835, 0.0538298599421978, -0.08569680899381638, -0.022605225443840027, -0.005931023042649031, -0.014410573057830334, -0.017477093264460564, 0.019580146297812462, -0.017508171498775482, -0.020802609622478485, 0.034436192363500595, -0.021382762119174004, -0.004449562169611454, -0.02074044942855835, 0.025423109531402588, 0.010416844859719276, -0.015912752598524094, 0.045997802168130875, -0.03153543174266815, -0.017984725534915924, 0.010323605500161648, 0.026438375934958458, 0.004599780309945345, -0.016845140606164932, -0.032364219427108765, 0.010183747857809067, -0.08652559667825699, -0.008583148010075092, -0.009013082832098007, -0.01781896874308586, 0.002400898840278387, -0.008836965076625347, -0.010774259455502033, -0.00480438768863678, 0.02567174658179283, -0.015519077889621258, -0.018409481272101402, -0.010023169219493866, -0.012245360761880875, 0.05921699106693268, 0.007101687602698803, 0.07231186330318451, -0.02660413458943367, 0.0026832050643861294, -0.034788426011800766, -0.01793292723596096, 0.03903597220778465, 0.012380039319396019, 0.01416193600744009, -0.04508613422513008, 0.03953324630856514, 0.028738265857100487, -0.029794972389936447, 0.035451460629701614, 0.022625945508480072, -0.07682876288890839, -0.04446454346179962, 0.06476987898349762, -0.0187513567507267, -0.023226818069815636, 0.026666292920708656, -0.04699235036969185, -0.020968368276953697, 0.01745637319982052, -0.09282439202070236, -0.023889848962426186, -0.041232265532016754, -0.0657229870557785, -0.022480906918644905, 0.02461504004895687, -0.025775345042347908, -0.0644383653998375, -0.03427043557167053, 0.027142846956849098, 0.022833142429590225, 0.018927473574876785, 0.0028152933809906244, -0.0009647624683566391, 0.0012490112567320466, -0.02929769828915596, 0.010458284057676792, -0.040838588029146194, -0.004239774774760008, 0.024407843127846718, 0.013695742003619671, 0.0019424747442826629, 0.05341546609997749, -0.044671740382909775, -0.03918100893497467, -0.04923008009791374, -0.042206089943647385, -0.011903485283255577, -0.0030639301985502243, 0.07135875523090363, 0.017394213005900383, -0.025837503373622894, 0.01581951417028904 ]
37,444
jinja2.environment
__init__
null
def __init__( self, block_start_string: str = BLOCK_START_STRING, block_end_string: str = BLOCK_END_STRING, variable_start_string: str = VARIABLE_START_STRING, variable_end_string: str = VARIABLE_END_STRING, comment_start_string: str = COMMENT_START_STRING, comment_end_string: str = COMMENT_END_STRING, line_statement_prefix: t.Optional[str] = LINE_STATEMENT_PREFIX, line_comment_prefix: t.Optional[str] = LINE_COMMENT_PREFIX, trim_blocks: bool = TRIM_BLOCKS, lstrip_blocks: bool = LSTRIP_BLOCKS, newline_sequence: "te.Literal['\\n', '\\r\\n', '\\r']" = NEWLINE_SEQUENCE, keep_trailing_newline: bool = KEEP_TRAILING_NEWLINE, extensions: t.Sequence[t.Union[str, t.Type["Extension"]]] = (), optimized: bool = True, undefined: t.Type[Undefined] = Undefined, finalize: t.Optional[t.Callable[..., t.Any]] = None, autoescape: t.Union[bool, t.Callable[[t.Optional[str]], bool]] = False, loader: t.Optional["BaseLoader"] = None, cache_size: int = 400, auto_reload: bool = True, bytecode_cache: t.Optional["BytecodeCache"] = None, enable_async: bool = False, ): # !!Important notice!! # The constructor accepts quite a few arguments that should be # passed by keyword rather than position. However it's important to # not change the order of arguments because it's used at least # internally in those cases: # - spontaneous environments (i18n extension and Template) # - unittests # If parameter changes are required only add parameters at the end # and don't change the arguments (or the defaults!) of the arguments # existing already. # lexer / parser information self.block_start_string = block_start_string self.block_end_string = block_end_string self.variable_start_string = variable_start_string self.variable_end_string = variable_end_string self.comment_start_string = comment_start_string self.comment_end_string = comment_end_string self.line_statement_prefix = line_statement_prefix self.line_comment_prefix = line_comment_prefix self.trim_blocks = trim_blocks self.lstrip_blocks = lstrip_blocks self.newline_sequence = newline_sequence self.keep_trailing_newline = keep_trailing_newline # runtime information self.undefined: t.Type[Undefined] = undefined self.optimized = optimized self.finalize = finalize self.autoescape = autoescape # defaults self.filters = DEFAULT_FILTERS.copy() self.tests = DEFAULT_TESTS.copy() self.globals = DEFAULT_NAMESPACE.copy() # set the loader provided self.loader = loader self.cache = create_cache(cache_size) self.bytecode_cache = bytecode_cache self.auto_reload = auto_reload # configurable policies self.policies = DEFAULT_POLICIES.copy() # load extensions self.extensions = load_extensions(self, extensions) self.is_async = enable_async _environment_config_check(self)
(self, block_start_string: str = '{%', block_end_string: str = '%}', variable_start_string: str = '{{', variable_end_string: str = '}}', comment_start_string: str = '{#', comment_end_string: str = '#}', line_statement_prefix: Optional[str] = None, line_comment_prefix: Optional[str] = None, trim_blocks: bool = False, lstrip_blocks: bool = False, newline_sequence: "te.Literal['\\n', '\\r\\n', '\\r']" = '\n', keep_trailing_newline: bool = False, extensions: Sequence[Union[str, Type[ForwardRef('Extension')]]] = (), optimized: bool = True, undefined: Type[jinja2.runtime.Undefined] = <class 'jinja2.runtime.Undefined'>, finalize: Optional[Callable[..., Any]] = None, autoescape: Union[bool, Callable[[Optional[str]], bool]] = False, loader: Optional[ForwardRef('BaseLoader')] = None, cache_size: int = 400, auto_reload: bool = True, bytecode_cache: Optional[ForwardRef('BytecodeCache')] = None, enable_async: bool = False)
[ 0.009587113745510578, -0.03486949950456619, 0.00165075296536088, -0.0010653042700141668, -0.013186030089855194, 0.008817344903945923, -0.028511416167020798, 0.04874532297253609, -0.09237218648195267, -0.06993894279003143, 0.03836844861507416, 0.061741411685943604, -0.05078471079468727, 0.06314098834991455, -0.0506647452712059, -0.003381481859833002, -0.00807756744325161, -0.00874736625701189, -0.04092767834663391, -0.06685987114906311, -0.0518643856048584, 0.028651373460888863, 0.03888829052448273, 0.05918218195438385, 0.010386873036623001, -0.00641306908801198, 0.008517435751855373, -0.005188437644392252, 0.011886420659720898, -0.033429935574531555, -0.0251324325799942, -0.01397579163312912, -0.053263962268829346, 0.01320602372288704, 0.0506647452712059, -0.0744575783610344, -0.024632582440972328, 0.031050650402903557, -0.039188202470541, -0.022673172876238823, 0.012676183134317398, -0.027331771329045296, 0.00925221387296915, -0.008697381243109703, -0.06630003452301025, 0.000034149874409195036, 0.023053059354424477, -0.027371758595108986, 0.007242819294333458, -0.03656898811459541, 0.06713978201150894, -0.011486541479825974, 0.026831921190023422, 0.006143150385469198, -0.0522642619907856, 0.02747172862291336, 0.013765854761004448, 0.057502686977386475, 0.002554230857640505, 0.019654082134366035, 0.0019056762102991343, 0.03368985652923584, 0.008902319706976414, 0.026831921190023422, -0.009752064011991024, 0.004768564365804195, -0.04266715422272682, -0.014295695349574089, 0.02633207105100155, 0.0027941586449742317, -0.0012327538570389152, 0.006098163779824972, 0.024892505258321762, -0.005928215105086565, 0.017634689807891846, -0.041787419468164444, -0.10660789906978607, 0.01926419883966446, -0.010476845316588879, -0.0075377305038273335, -0.0006554276333190501, 0.039768025279045105, -0.01931418478488922, -0.024692565202713013, 0.06705980747938156, -0.03888829052448273, 0.017874618992209435, 0.02439265511929989, 0.022113341838121414, 0.026771938428282738, -0.057462699711322784, 0.04246721416711807, 0.0037363748997449875, 0.04402674362063408, 0.011516532860696316, -0.0221733245998621, 0.045586273074150085, -0.037788622081279755, 0.008587414398789406, -0.004256218671798706, 0.017904609441757202, 0.003633905900642276, -0.04334694892168045, -0.05074471980333328, 0.005343391094356775, 0.07653695344924927, -0.008657393045723438, 0.02145354077219963, 0.031170614063739777, -0.06909919530153275, -0.02439265511929989, -0.08421464264392853, -0.00807756744325161, 0.0006185637321323156, -0.0066629936918616295, -0.0036489013582468033, -0.06733972579240799, -0.012996086850762367, 0.027811625972390175, -0.003963806666433811, -0.002326799323782325, 0.007927613332867622, -0.06546028703451157, 0.057102806866168976, 0.039288170635700226, -0.015595304779708385, 0.0326501689851284, 0.02165348082780838, 0.042107321321964264, -0.053623855113983154, 0.04230726137757301, 0.005163445137441158, 0.007727673277258873, 0.021873414516448975, -0.016854925081133842, -0.008187535218894482, -0.02225329913198948, 0.041347552090883255, -0.061861373484134674, 0.0277116559445858, 0.05438362434506416, -0.01720481924712658, -0.010926710441708565, -0.026552004739642143, -0.05430364981293678, -0.02617212012410164, 0.02715182490646839, -0.05466354265809059, -0.05642301216721535, 0.019164230674505234, 0.033469922840595245, -0.049824997782707214, -0.039368145167827606, 0.01159650832414627, 0.009102259762585163, 0.00874736625701189, -0.03724878281354904, -0.0005151574150659144, 0.0072828070260584354, -0.0243526678532362, -0.02839145064353943, -0.023252999410033226, -0.04414670914411545, -0.036169108003377914, 0.01752472296357155, 0.0356292724609375, -0.02625209651887417, -0.06693984568119049, -0.0374087356030941, -0.007412767969071865, -0.009742066264152527, -0.010526830330491066, -0.017964590340852737, 0.08405469357967377, 0.030330868437886238, 0.039848003536462784, 0.021513521671295166, 0.0439467690885067, -0.04706582799553871, -0.0026891902089118958, 0.025552306324243546, 0.0010259411064907908, -0.048865288496017456, -0.0003398976696189493, 0.0356292724609375, -0.0067679621279239655, 0.0522642619907856, -0.007297802716493607, 0.05942210927605629, 0.015525325201451778, -0.003766366047784686, -0.013775852508842945, 0.041267573833465576, 0.016145138069987297, -0.008122554048895836, 0.0009140997426584363, 0.024132734164595604, -0.014365674927830696, -0.001988151343539357, -0.004678591154515743, -0.0716584250330925, 0.069659024477005, 0.045426324009895325, -0.057742614299058914, 0.003866335842758417, 0.01781463623046875, -0.01983402855694294, 0.05042481794953346, -0.07597712427377701, 0.03183041512966156, -0.02981102466583252, -0.05846239626407623, 0.028951283544301987, 0.0728180781006813, 0.006623005960136652, -0.05254418030381203, 0.036029152572155, 0.08021584898233414, -0.021473534405231476, 0.022593196481466293, 0.13675881922245026, 0.03902824968099594, -0.05882228910923004, -0.06014189124107361, 0.008072569034993649, -0.029031258076429367, 0.015395364724099636, 0.011826438829302788, -0.0292911808937788, -0.003928816877305508, 0.0018331980099901557, -0.03930816426873207, 0.010756760835647583, 0.02561228908598423, 0.037788622081279755, -0.04198735952377319, 0.02961108461022377, 0.035209398716688156, -0.03804854303598404, -0.026791933923959732, -0.014045771211385727, 0.025512319058179855, 0.01741475611925125, -0.03199036791920662, -0.015115449205040932, 0.0180145762860775, -0.0012065117480233312, 0.04246721416711807, -0.024672571569681168, 0.019724061712622643, -0.021513521671295166, 0.011176634579896927, -0.022553209215402603, -0.0035614275839179754, -0.041387539356946945, 0.060981638729572296, 0.050304852426052094, -0.0031115631572902203, 0.049665044993162155, -0.00269168964587152, 0.029031258076429367, -0.04068775102496147, -0.008857333101332188, 0.045786213129758835, 0.04402674362063408, -0.004731075372546911, -0.006692984607070684, -0.023292986676096916, -0.032170314341783524, -0.01874435693025589, 0.036089133471250534, 0.0633409321308136, -0.01423571351915598, 0.03850840404629707, -0.05218428745865822, -0.018924301490187645, -0.00303908484056592, -0.025232402607798576, 0.019444145262241364, -0.026991872116923332, 0.03916820511221886, 0.0067679621279239655, 0.030270885676145554, -0.015595304779708385, 0.01704486832022667, -0.020693769678473473, -0.05506341904401779, -0.016105150803923607, -0.03227028250694275, -0.02197338454425335, -0.020833726972341537, 0.0261321309953928, 0.028911294415593147, 0.018114546313881874, 0.1203637570142746, -0.009022283367812634, -0.06350088119506836, 0.02055381052196026, 0.010636797174811363, -0.06685987114906311, -0.030530806630849838, -0.06014189124107361, 0.09980994462966919, 0.045266371220350266, -0.03554929792881012, -0.03446962311863899, -0.024812528863549232, -0.005218428559601307, 0.010646793991327286, -0.0026267091743648052, 0.07253815978765488, 0.037308767437934875, 0.06366083025932312, -0.02024390548467636, 0.03269015625119209, 0.025012468919157982, 0.013825837522745132, -0.033349957317113876, 0.025432342663407326, 0.03257019445300102, -0.008762361481785774, -0.05082469806075096, 0.05246420204639435, -0.024552607908844948, 0.035209398716688156, -0.02319301664829254, 0.05838242173194885, -0.024832522496581078, -0.009162241593003273, -0.025032462552189827, -0.016654985025525093, 0.000406127714086324, -0.018364470452070236, 0.013695876114070415, -0.005085968878120184, -0.008952304720878601, -0.04004794359207153, 0.007697682362049818, -0.008797351270914078, -0.0633409321308136, 0.11404566466808319, -0.015815237537026405, -0.0065880161710083485, -0.004921018145978451, 0.011566516943275928, -0.07969600707292557, 0.030770735815167427, -0.042027346789836884, 0.06677989661693573, 0.03824848309159279, -0.012506234459578991, -0.033309970051050186, -0.025752246379852295, 0.027071848511695862, 0.015115449205040932, -0.09157242625951767, -0.007577718235552311, -0.027331771329045296, -0.016575008630752563, -0.006792954634875059, 0.027731649577617645, 0.06278109550476074, -0.016345078125596046, 0.058022528886795044, -0.001057806541211903, -0.06074171140789986, 0.03255020081996918, -0.00809756200760603, 0.020133938640356064, -0.00660301186144352, 0.00906726997345686, -0.004253719002008438, 0.01490551233291626, -0.06661994010210037, -0.01647503860294819, -0.060901664197444916, 0.02497248165309429, 0.011046674102544785, -0.06390076130628586, -0.009842036291956902, 0.03013092838227749, 0.05158446729183197, -0.011286601424217224, -0.02323300391435623, -0.053104009479284286, -0.01496549416333437, -0.006777959410101175, 0.019494131207466125, 0.016105150803923607, 0.041387539356946945, 0.016704970970749855, 0.012466246262192726, 0.02024390548467636, -0.0068429396487772465, -0.02957109548151493, 0.01470557227730751, -0.011616501957178116, 0.03638904169201851, -0.030330868437886238, 0.002781662391498685, 0.037708647549152374, -0.02165348082780838, 0.04614610597491264, 0.030590789392590523, -0.018644386902451515, -0.03574923798441887, 0.12420260161161423, 0.026312077417969704, -0.00216559786349535, 0.05214430019259453, 0.018954293802380562, -0.005045980680733919, -0.07649696618318558, -0.04002794623374939, -0.0427471287548542, -0.06681988388299942, 0.04494646564126015, 0.009557122364640236, 0.010236917994916439, 0.00576826324686408, -0.04036784544587135, 0.03850840404629707, 0.007072870619595051, 0.030030958354473114, 0.0017219815636053681, 0.04882529750466347, -0.04878531023859978, -0.022113341838121414, -0.04366685077548027, -0.04810551553964615, -0.057942554354667664, -0.0011234116973355412, -0.01623511128127575, -0.007462752982974052, -0.00021056160039734095, -0.05474351719021797, -0.00925221387296915, -0.04342692345380783, 0.049065228551626205, 0.008632401004433632, 0.019444145262241364, 0.003783860709518194, 0.028411446139216423, 0.041907381266355515, -0.03610912710428238, 0.0019156732596457005, -0.08621404320001602, 0.030970674008131027, -0.05286408215761185, 0.022773142904043198, -0.019943995401263237, 0.061061613261699677, 0.02747172862291336, -0.03902824968099594, -0.0405677855014801, -0.04378681629896164, -0.00009137873712461442, 0.034189704805612564, 0.00654303003102541, 0.0009078516741283238, 0.011276604607701302, 0.04610611870884895, 0.045346345752477646, 0.0034389644861221313, -0.011016682721674442, 0.029591090977191925, 0.03324998915195465, 0.020143935456871986, -0.020013973116874695, -0.016754955053329468, -0.03688889369368553, 0.003084071446210146, -0.039368145167827606, 0.0030115931294858456, 0.02525239624083042, 0.018554413691163063, -0.007637700531631708, -0.035649266093969345, -0.016834931448101997, -0.04694586619734764, 0.012206324376165867, -0.008672389201819897, -0.016624994575977325, 0.007372780237346888, 0.0021743453107774258, -0.0064030722714960575, 0.09229221194982529, -0.0427471287548542, 0.015535322017967701, 0.017014876008033752, -0.071258544921875, 0.054143697023391724, 0.0015920206205919385, 0.002245573792606592, 0.007397772744297981, 0.016035171225667, 0.017904609441757202, 0.0035139420069754124, 0.028291482478380203, -0.04714580625295639, -0.005498344544321299, -0.03311002999544144, -0.004068775102496147, -0.022593196481466293, 0.05590316653251648, 0.023812830448150635, 0.01838446408510208, -0.001799458172172308, -0.03380981832742691, -0.01971406489610672, -0.006228124722838402, 0.002629208378493786, -0.005268413573503494, -0.015405361540615559, -0.018024573102593422, 0.026591993868350983, 0.0008260012837126851, 0.02633207105100155, -0.04778561368584633, -0.0007466502138413489, 0.016664981842041016, 0.02141355164349079, 0.028971277177333832, -0.07449756562709808, 0.023252999410033226, 0.02589220367372036, 0.022513221949338913, -0.0037363748997449875, 0.05590316653251648, 0.007437760476022959, 0.039008256047964096, -0.04662596061825752, -0.009887022897601128, -0.02339295670390129, 0.010316893458366394, 0.04406673088669777, 0.025232402607798576, -0.0059182182885706425, 0.04878531023859978, -0.015585307031869888, 0.023572903126478195, 0.06198133900761604, 0.0037113826256245375, 0.002520491136237979, -0.0366089791059494, -0.02403276413679123, 0.004816049709916115, 0.03360988199710846, -0.05878230184316635, 0.007437760476022959, 0.017994582653045654, -0.044786516577005386, -0.036029152572155, 0.016175130382180214, -0.013256008736789227, -0.08269510418176651, 0.04854538291692734, 0.03434965759515762, 0.033509910106658936, 0.07365782558917999, 0.0035089433658868074, 0.022973082959651947, -0.07605709880590439, -0.014655587263405323, -0.011136646382510662, 0.038068536669015884, 0.03618910536170006, -0.010906715877354145, -0.036009158939123154, 0.04486649110913277, 0.028631379827857018, -0.0006573020946234465, 0.08573418855667114, 0.025752246379852295, -0.023093046620488167, 0.0185044277459383, -0.03554929792881012, 0.07097862660884857, -0.004338693805038929, -0.031090639531612396, 0.034029752016067505, 0.0554233118891716, -0.03514941781759262, -0.03666896000504494, 0.013036075048148632, -0.012106355279684067, 0.019014274701476097, 0.07465752214193344, 0.022593196481466293, 0.0029291179962456226, -0.02403276413679123, 0.040987659245729446, 0.02323300391435623, -0.014425656758248806, -0.009677086025476456, 0.053423915058374405, 0.0067679621279239655, 0.011816442012786865, 0.0035639270208775997, -0.003643902949988842, -0.07129853218793869, 0.026232101023197174, -0.02775164507329464, 0.03332996368408203, 0.014785547740757465, -0.03574923798441887, 0.017624692991375923, 0.04270714148879051, -0.032010361552238464, 0.005858235992491245, 0.0447465255856514, -0.024092745035886765, 0.01359590608626604, -0.0378086157143116, -0.057142794132232666, -0.03321000188589096, -0.020733756944537163, 0.03892827779054642, 0.08437459170818329, -0.03295007720589638, -0.014285698533058167, 0.031010663136839867, -0.02193339541554451, 0.01403577346354723, -0.030790729448199272, 0.0387883223593235, -0.0003261517849750817, -0.07449756562709808, 0.001996898790821433, -0.027331771329045296, 0.011426559649407864, 0.003259018762037158, -0.007487745489925146, -0.029751041904091835, 0.00301409256644547, 0.010306896641850471, 0.03870834410190582, 0.012276303954422474, 0.041267573833465576, 0.01773465983569622, 0.03478952497243881, -0.05014490336179733, 0.014465644024312496, 0.01203637570142746, -0.04490647837519646, -0.0038988261949270964, 0.006892924662679434, -0.028551403433084488, 0.10932708531618118, 0.03315001726150513, 0.0037813615053892136, 0.06865932792425156, 0.01112664956599474, -0.011836436577141285, -0.04674592614173889, 0.06677989661693573, -0.03021090291440487, 0.002468006918206811, 0.05558326467871666, -0.02941114455461502, -0.024652577936649323, 0.0016420056344941258, -0.020143935456871986, 0.027371758595108986, -0.02625209651887417, -0.02941114455461502, 0.013395966961979866, 0.02399277500808239, 0.04686588793992996, -0.004246221389621496, -0.01797458715736866, 0.004838543012738228, 0.011106655932962894, -0.020673776045441628, -0.022973082959651947, -0.0346495658159256, -0.01062680035829544, -0.04066775366663933, 0.006103162188082933, -0.011926408857107162, -0.031450528651475906, 0.01837446726858616, -0.03119060955941677, -0.08797351270914078, -0.053024034947156906, 0.0483054555952549, -0.045786213129758835, 0.010916712693870068, 0.048905275762081146, -0.06825944781303406, -0.028491420671343803, 0.053663842380046844, 0.014995484612882137, 0.017354775220155716, 0.003796356962993741, -0.012736164964735508, -0.025392355397343636, -0.09797050058841705, -0.007637700531631708, -0.0003264642145950347, -0.0022168324794620275, -0.025432342663407326, -0.05674291402101517, -0.011236616410315037, 0.001323351520113647, 0.0171248447149992, -0.01108666229993105, -0.005353387910872698, -0.013835834339261055, 0.01159650832414627, 0.053663842380046844, 0.049185190349817276, 0.05162445455789566, -0.035209398716688156, -0.0033040051348507404, -0.02379283681511879, -0.017604699358344078, 0.03930816426873207, -0.007277808617800474, 0.004338693805038929, -0.014485638588666916, 0.03324998915195465, 0.02375284768640995, 0.0053283958695828915, 0.031370554119348526, 0.039188202470541, -0.045386333018541336, -0.024792535230517387, 0.05634303390979767, -0.05046480521559715, 0.0015845228917896748, 0.045906178653240204, -0.05242421478033066, -0.0186143945902586, 0.01403577346354723, -0.06977898627519608, -0.009052274748682976, -0.05578320473432541, 0.0004429916152730584, 0.013176032342016697, 0.005323396995663643, -0.0026217105332762003, -0.05618308484554291, 0.03818850219249725, -0.037468720227479935, 0.045346345752477646, 0.041507501155138016, 0.004806052893400192, 0.015545319765806198, 0.057302746921777725, -0.021633487194776535, -0.003481451654806733, -0.037148814648389816, 0.0366089791059494, 0.008257513865828514, -0.03982800617814064, 0.037588682025671005, 0.016045168042182922, -0.05218428745865822, -0.053983744233846664, -0.0526641421020031, -0.06218127906322479, 0.029431138187646866, 0.018564410507678986, 0.02319301664829254, 0.008972298353910446, 0.01203637570142746, 0.0395880788564682 ]
37,445
jinja2.environment
_compile
Internal hook that can be overridden to hook a different compile method in. .. versionadded:: 2.5
def _compile(self, source: str, filename: str) -> CodeType: """Internal hook that can be overridden to hook a different compile method in. .. versionadded:: 2.5 """ return compile(source, filename, "exec")
(self, source: str, filename: str) -> code
[ 0.014769868925213814, -0.0650150328874588, 0.030109137296676636, 0.013104807585477829, -0.019290553405880928, -0.027124105021357536, -0.00012206225073896348, 0.06874200701713562, 0.008269228972494602, -0.07136469334363937, 0.03526823967695236, 0.02684803307056427, 0.02931542880833149, -0.0067594582214951515, -0.014640460722148418, -0.042687684297561646, -0.012699326500296593, 0.0025817076675593853, -0.0564567893743515, -0.0427221916615963, -0.006362604442983866, 0.05141846835613251, 0.012397373095154762, -0.007147685158997774, 0.039754413068294525, 0.11353474110364914, 0.04979654401540756, -0.007061412557959557, -0.015227113850414753, -0.06684400886297226, -0.022103039547801018, 0.013415389694273472, -0.011146419681608677, -0.013432644307613373, 0.028176631778478622, 0.026813523843884468, -0.02174069546163082, 0.03920226916670799, 0.003957755398005247, -0.08137231320142746, 0.0020813264418393373, 0.023759474977850914, 0.012466390617191792, -0.001569082960486412, -0.04482724145054817, -0.016193367540836334, -0.06266842037439346, -0.042480628937482834, 0.0402030311524868, -0.052246686071157455, 0.04141084849834442, -0.03440551459789276, 0.03557882085442543, -0.021464623510837555, 0.030488736927509308, 0.006302213296294212, 0.02425985597074032, 0.026986069977283478, 0.06977728009223938, 0.022706948220729828, 0.015727495774626732, 0.014191842637956142, -0.030557755380868912, -0.002437200862914324, 0.015598085708916187, 0.013156571425497532, -0.03514745831489563, -0.05835478752851486, -0.018099991604685783, 0.03445727750658989, -0.007898256182670593, -0.023241838440299034, 0.03290437161922455, -0.010577021166682243, 0.039788924157619476, -0.05624973401427269, -0.033956896513700485, -0.020170534029603004, 0.047311894595623016, -0.015166723169386387, 0.038581106811761856, -0.04600055143237114, -0.02836643159389496, -0.0048614609986543655, 0.03937481343746185, -0.018686644732952118, 0.0032007135450839996, -0.013458525761961937, -0.08820510655641556, 0.009843703359365463, 0.01188836432993412, 0.03198987990617752, -0.03568234667181969, 0.043550409376621246, 0.00560771906748414, -0.02645117975771427, 0.03813248872756958, -0.03331847861409187, 0.03878816217184067, 0.054972901940345764, 0.07467756420373917, 0.05604268237948418, 0.007212389260530472, -0.07322818040847778, 0.07260701805353165, 0.08178642392158508, 0.00914489571005106, 0.028331922367215157, -0.04110026732087135, -0.03813248872756958, -0.019601134583353996, -0.10525257140398026, 0.006461817771196365, -0.08399500697851181, -0.016754139214754105, -0.0164694394916296, -0.06360016018152237, -0.009136267937719822, -0.043550409376621246, 0.030626773834228516, -0.009265677072107792, 0.005439487285912037, -0.03692467138171196, -0.009567631408572197, 0.007164939306676388, 0.011422492563724518, 0.034353747963905334, -0.031575772911310196, 0.0624268539249897, -0.037511326372623444, -0.017150992527604103, 0.030160900205373764, 0.016969820484519005, -0.01030957605689764, -0.03661409020423889, 0.02377672865986824, -0.007018276024609804, 0.02130933292210102, -0.03269731625914574, 0.023914765566587448, 0.03799445182085037, 0.029470719397068024, 0.0076912022195756435, 0.0001961353700608015, 0.0168662928044796, -0.021861476823687553, 0.012751090340316296, -0.003170517971739173, 0.010068012401461601, 0.04361942782998085, 0.050210654735565186, -0.06032180041074753, -0.013864006847143173, 0.04993458092212677, 0.01854860968887806, 0.02589903399348259, -0.017961954697966576, 0.030281683430075645, -0.026468433439731598, 0.002995816059410572, 0.0035544310230761766, 0.005676737055182457, -0.049175381660461426, -0.0338016040623188, 0.04241161048412323, -0.034353747963905334, -0.023397129029035568, -0.012009145691990852, -0.042653173208236694, -0.013104807585477829, -0.008653141558170319, -0.020032497122883797, 0.009188031777739525, 0.05794067680835724, 0.0821315124630928, 0.023500656709074974, 0.029505228623747826, 0.0478985495865345, -0.010068012401461601, -0.0086660822853446, -0.0019422118784859776, 0.01975642517209053, -0.06480797380208969, 0.05200512334704399, 0.031023627147078514, 0.04417157173156738, 0.031713806092739105, 0.009852331131696701, 0.07654105126857758, -0.03619998320937157, -0.026123343035578728, -0.0077731614001095295, 0.008588436990976334, -0.039236780256032944, -0.027555469423532486, -0.04824363812804222, -0.004684602376073599, 0.03782190755009651, -0.03692467138171196, 0.011991891078650951, -0.0226551853120327, 0.04945145547389984, 0.025105327367782593, 0.02412181906402111, -0.02931542880833149, 0.037890926003456116, 0.046621713787317276, 0.04755345731973648, -0.022154804319143295, -0.005814773496240377, 0.06266842037439346, -0.04993458092212677, -0.021154042333364487, 0.07916373759508133, -0.026002561673521996, -0.01098250225186348, -0.014813005924224854, 0.00040008919313549995, -0.005318705923855305, 0.032403986901044846, 0.07253800332546234, 0.07281407713890076, -0.04330884665250778, -0.039616379886865616, 0.08703179657459259, -0.03744230791926384, 0.018220772966742516, 0.019687406718730927, -0.03813248872756958, -0.02836643159389496, -0.026468433439731598, -0.08019901067018509, -0.01418321579694748, -0.006082218140363693, 0.03312867879867554, -0.0265029426664114, 0.05114239826798439, 0.055317990481853485, -0.02408730983734131, 0.006530835758894682, 0.002273282967507839, 0.0329388789832592, 0.04803658276796341, -0.010102521628141403, -0.014329878613352776, -0.026917051523923874, -0.04417157173156738, 0.08075115084648132, -0.027658995240926743, 0.06014925613999367, 0.01915251649916172, -0.0427221916615963, -0.02429436519742012, -0.008480596356093884, -0.024829253554344177, 0.051073379814624786, 0.06221979856491089, -0.016115721315145493, 0.028297413140535355, 0.029712283983826637, -0.019118009135127068, 0.005883791483938694, 0.018841935321688652, -0.010206048376858234, 0.026623724028468132, -0.07433247566223145, -0.02032582461833954, 0.04486175253987312, -0.022534403949975967, 0.03506118431687355, 0.05455879122018814, 0.0436539351940155, 0.017789410427212715, 0.060632385313510895, -0.041307322680950165, -0.020291315391659737, -0.055145446211099625, 0.008394324220716953, 0.047277383506298065, -0.03619998320937157, 0.07067451626062393, 0.015796512365341187, 0.0027003323193639517, -0.04065164923667908, -0.04141084849834442, -0.027331160381436348, 0.0030173840932548046, -0.029160138219594955, -0.06432484835386276, 0.010715057142078876, -0.0011668369406834245, 0.07088156789541245, 0.021809713914990425, -0.006276331841945648, 0.08841215819120407, 0.017012957483530045, -0.027779776602983475, -0.014467915520071983, 0.024915527552366257, -0.028521722182631493, -0.06794829666614532, -0.01678002066910267, 0.05718148127198219, -0.011362101882696152, -0.03095460869371891, 0.030160900205373764, -0.0685349553823471, -0.03630350902676582, -0.033007897436618805, 0.020256806164979935, 0.005327333230525255, 0.0337325856089592, -0.02325909398496151, -0.023914765566587448, 0.03519922122359276, -0.008920586667954922, 0.05373057723045349, -0.021430114284157753, 0.02598530799150467, 0.024708472192287445, -0.003903835080564022, -0.02702057920396328, 0.044068045914173126, -0.0011711505940183997, 0.006453190464526415, -0.0020619151182472706, 0.028297413140535355, -0.04223906621336937, 0.04665622115135193, -0.06004573032259941, 0.01039584819227457, 0.02110227756202221, 0.03896070644259453, 0.00048797938507050276, 0.05745755136013031, -0.03449178487062454, 0.028297413140535355, -0.06504954397678375, -0.009369204752147198, -0.048312656581401825, 0.02451867237687111, 0.01418321579694748, 0.02814212255179882, 0.014640460722148418, -0.01243188139051199, -0.014278115704655647, -0.017099229618906975, -0.013406761921942234, 0.03713172674179077, -0.03571685776114464, -0.009766058064997196, -0.07626497745513916, -0.022965766489505768, 0.004037557635456324, 0.014347133226692677, -0.08578947186470032, 0.011008383706212044, -0.0024501418229192495, -0.00559909176081419, -0.00957625824958086, 0.020291315391659737, 0.045206841081380844, 0.02382849156856537, 0.031023627147078514, 0.014442033134400845, -0.019307807087898254, -0.01728902943432331, -0.0337325856089592, -0.009507240727543831, -0.007048471365123987, -0.004619897808879614, -0.013199707493185997, -0.03985794261097908, -0.045551933348178864, -0.056698352098464966, -0.055835627019405365, 0.020291315391659737, -0.016702376306056976, -0.04851971194148064, 0.012138554826378822, 0.03982343152165413, 0.013320489786565304, -0.03782190755009651, -0.042687684297561646, 0.016271011903882027, 0.015114959329366684, 0.004270493518561125, -0.008980977348983288, -0.005167728755623102, -0.024311618879437447, 0.0008066488080658019, -0.01655571162700653, -0.024587690830230713, 0.001349087804555893, -0.027296651154756546, 0.020032497122883797, -0.0260715801268816, 0.03483687713742256, -0.06370368599891663, 0.02300027571618557, -0.017401183024048805, 0.018255282193422318, 0.050866324454545975, 0.021326586604118347, -0.007143371272832155, -0.010516629554331303, 0.05728500708937645, 0.012509526684880257, -0.04941694438457489, 0.05162552371621132, -0.05438624694943428, 0.045034296810626984, -0.06491150707006454, -0.0320761539041996, -0.04772600159049034, 0.02507081814110279, 0.03713172674179077, -0.03775288909673691, -0.012285218574106693, -0.007717084139585495, -0.0005656247376464307, -0.01085309311747551, 0.01815175451338291, 0.04410255327820778, -0.003789524082094431, 0.02702057920396328, 0.03390513360500336, -0.0017017270438373089, -0.044378627091646194, -0.013018535450100899, -0.02317281998693943, 0.0752297043800354, -0.03671761974692345, 0.010197421535849571, 0.02567472495138645, -0.04858873039484024, -0.0333012230694294, 0.008955095894634724, 0.05166003480553627, 0.06618833541870117, 0.0015615340089425445, 0.026295889168977737, -0.008963722735643387, -0.001366342301480472, 0.005219492129981518, 0.009671158157289028, -0.05542152002453804, 0.01841057278215885, -0.06204725429415703, -0.020463861525058746, 0.044068045914173126, 0.10055934637784958, 0.019359571859240532, -0.02369045652449131, 0.012992653995752335, -0.040789686143398285, -0.1198153868317604, 0.02400103770196438, -0.005085769575089216, -0.0076955161057412624, -0.04289473593235016, 0.03744230791926384, 0.06529110670089722, -0.05352352187037468, -0.014381642453372478, -0.014243606477975845, -0.041652411222457886, 0.03017815575003624, 0.022275585681200027, 0.02724488638341427, 0.025277871638536453, -0.055490534752607346, -0.022620676085352898, 0.015615340322256088, 0.014459287747740746, 0.0162537582218647, -0.02745194174349308, -0.027728013694286346, -0.006306527182459831, -0.019480353221297264, 0.004246768541634083, 0.032317716628313065, -0.008187269791960716, 0.04292924702167511, 0.00810962449759245, -0.004322257358580828, 0.09131091833114624, -0.011103283613920212, 0.0006675342447124422, 0.02113678678870201, -0.02676176093518734, 0.09503789991140366, 0.0444476455450058, -0.024242600426077843, -0.0359584204852581, -0.004468920640647411, 0.004274807404726744, 0.016892174258828163, 0.0012196789029985666, -0.022758711129426956, -0.005310078617185354, -0.03585489094257355, -0.02274145744740963, -0.009222541004419327, 0.04441313445568085, 0.031886354088783264, 0.04845069348812103, 0.007747279480099678, -0.05314392223954201, 0.00028928281972184777, -0.02822839468717575, -0.009593512862920761, -0.005931241437792778, -0.03647605702280998, 0.017668629065155983, 0.018772918730974197, 0.0010336536215618253, 0.018134500831365585, -0.12016047537326813, -0.020601896569132805, 0.014338506385684013, -0.0770931988954544, 0.017435692250728607, -0.053972139954566956, 0.0436539351940155, 0.0393403060734272, 0.01789293810725212, 0.022103039547801018, 0.0419284850358963, 0.019997987896203995, -0.018945463001728058, -0.010016248561441898, -0.0019033892313018441, -0.0590449683368206, -0.011137792840600014, 0.02070542424917221, 0.008316678926348686, 0.06339310854673386, -0.026433924213051796, -0.03129969909787178, -0.006457504350692034, 0.013769106939435005, 0.005663796328008175, 0.0409967415034771, -0.043170809745788574, -0.021947748959064484, -0.004311473108828068, -0.005564582534134388, -0.041134774684906006, -0.02914288453757763, -0.024587690830230713, 0.01338088046759367, -0.04893381893634796, 0.02793506719172001, 0.02477749064564705, -0.035216476768255234, 0.07723122835159302, 0.013363625854253769, -0.016719629988074303, 0.024794746190309525, 0.016874920576810837, 0.040755175054073334, -0.03996146842837334, -0.04941694438457489, -0.06715459376573563, 0.03433649614453316, 0.06563619524240494, -0.002245244337245822, 0.0018117246218025684, -0.030022865161299706, 0.025260617956519127, 0.04638015106320381, 0.0734352394938469, -0.011405237950384617, 0.032921623438596725, 0.05079730600118637, -0.00302169774658978, 0.017789410427212715, -0.008868823759257793, -0.03626900166273117, -0.038581106811761856, -0.010904856957495213, 0.0230865478515625, 0.014407523907721043, -0.06418681144714355, -0.05141846835613251, -0.05469682812690735, 0.007497088983654976, 0.06701655685901642, 0.005353214684873819, -0.017875682562589645, 0.02148187719285488, -0.036165475845336914, -0.023845747113227844, -0.006272017955780029, 0.01751333847641945, -0.0555940642952919, 0.05262628570199013, -0.03996146842837334, -0.009886840358376503, -0.0444476455450058, -0.014968296512961388, 0.004272650461643934, 0.04548291489481926, 0.03692467138171196, -0.04241161048412323, 0.011379355564713478, 0.01768588274717331, -0.019118009135127068, 0.03868463262915611, -0.026123343035578728, 0.00765237957239151, 0.022879494354128838, -0.01655571162700653, 0.01690942980349064, 0.02917739376425743, 0.01811724528670311, 0.03592390939593315, 0.06791379302740097, -0.01630552113056183, -0.039098743349313736, 0.021809713914990425, 0.0008670396055094898, 0.02481199987232685, 0.0324384979903698, 0.06377270817756653, 0.04920989274978638, 0.006336722522974014, -0.007855120114982128, 0.0325075164437294, -0.009377831593155861, 0.04410255327820778, 0.026623724028468132, -0.0368211455643177, 0.008083743043243885, 0.0011150733334943652, 0.01530475914478302, 0.03181733563542366, -0.0033495337702333927, 0.012984026223421097, 0.03865012526512146, -0.034560803323984146, -0.032145172357559204, -0.04834716394543648, -0.017487457022070885, -0.02165442332625389, 0.018186263740062714, -0.04510331526398659, 0.053074903786182404, -0.04793305695056915, 0.003194242948666215, -0.007113175932317972, 0.014442033134400845, 0.03331847861409187, 0.06511855870485306, 0.029626011848449707, -0.04072066769003868, -0.010827211663126945, 0.048795782029628754, -0.03476785868406296, 0.026313142850995064, 0.00992134865373373, 0.01915251649916172, -0.010715057142078876, -0.054662320762872696, -0.04072066769003868, 0.0530058853328228, -0.07143371552228928, -0.002141717355698347, -0.008286483585834503, 0.019048990681767464, -0.039064232259988785, -0.04254964739084244, -0.05117690563201904, 0.00968841277062893, -0.024415146559476852, 0.015054568648338318, -0.014096942730247974, -0.002137403702363372, -0.008329619653522968, -0.04223906621336937, -0.022706948220729828, -0.02814212255179882, -0.013096180744469166, -0.03457805886864662, 0.009524495340883732, 0.009386459365487099, -0.0021212275605648756, 0.039616379886865616, -0.07212389260530472, -0.05390312150120735, 0.05555955320596695, -0.02472572773694992, -0.017961954697966576, -0.03406042233109474, 0.015986312180757523, -0.041272811591625214, -0.08006097376346588, -0.008463341742753983, 0.05297137796878815, 0.034698840230703354, -0.008157074451446533, 0.011129165068268776, -0.03359455242753029, 0.005538701079785824, -0.03561332821846008, 0.012466390617191792, -0.028245650231838226, -0.02503630891442299, 0.0192732997238636, 0.024673962965607643, -0.06391074508428574, 0.00858412403613329, 0.06739615648984909, -0.0001455850142519921, -0.10490748286247253, -0.08565143495798111, 0.012725208885967731, 0.045724477618932724, 0.022016767412424088, -0.012569918297231197, 0.04682876914739609, 0.013622443191707134, -0.004744993057101965, 0.028211141005158424, 0.030989117920398712, -0.007126116659492254, -0.04462018981575966, 0.04206651821732521, 0.015477304346859455, 0.007169253192842007, -0.00890333205461502, -0.026382161304354668, -0.026364905759692192, -0.02593354322016239, -0.030298937112092972, -0.012638935819268227, -0.012457763776183128, -0.010663293302059174, -0.026088833808898926, -0.0599076934158802, 0.020136024802923203, -0.05027967318892479, -0.005323019344359636, 0.011439747177064419, 0.01279422640800476, 0.02793506719172001, 0.004026773851364851, 0.04579349607229233, 0.02891857549548149, -0.01612434908747673, 0.058182243257761, 0.00515478802844882, 0.0030842453707009554, 0.026968814432621002, -0.05304039642214775, -0.02394927479326725, 0.04141084849834442, -0.024225346744060516, -0.008894705213606358, 0.001218600431457162, -0.007484148256480694, -0.009395086206495762, -0.04482724145054817, 0.06466994434595108, -0.03259378671646118, 0.00018764290143735707, 0.059597112238407135 ]
37,446
jinja2.environment
_filter_test_common
null
def _filter_test_common( self, name: t.Union[str, Undefined], value: t.Any, args: t.Optional[t.Sequence[t.Any]], kwargs: t.Optional[t.Mapping[str, t.Any]], context: t.Optional[Context], eval_ctx: t.Optional[EvalContext], is_filter: bool, ) -> t.Any: if is_filter: env_map = self.filters type_name = "filter" else: env_map = self.tests type_name = "test" func = env_map.get(name) # type: ignore if func is None: msg = f"No {type_name} named {name!r}." if isinstance(name, Undefined): try: name._fail_with_undefined_error() except Exception as e: msg = f"{msg} ({e}; did you forget to quote the callable name?)" raise TemplateRuntimeError(msg) args = [value, *(args if args is not None else ())] kwargs = kwargs if kwargs is not None else {} pass_arg = _PassArg.from_obj(func) if pass_arg is _PassArg.context: if context is None: raise TemplateRuntimeError( f"Attempted to invoke a context {type_name} without context." ) args.insert(0, context) elif pass_arg is _PassArg.eval_context: if eval_ctx is None: if context is not None: eval_ctx = context.eval_ctx else: eval_ctx = EvalContext(self) args.insert(0, eval_ctx) elif pass_arg is _PassArg.environment: args.insert(0, self) return func(*args, **kwargs)
(self, name: Union[str, jinja2.runtime.Undefined], value: Any, args: Optional[Sequence[Any]], kwargs: Optional[Mapping[str, Any]], context: Optional[jinja2.runtime.Context], eval_ctx: Optional[jinja2.nodes.EvalContext], is_filter: bool) -> Any
[ 0.02031811699271202, -0.05743986740708351, -0.009774661622941494, -0.017307009547948837, -0.004901059437543154, 0.006411189679056406, 0.0008534524240531027, -0.03785393387079239, 0.016318559646606445, -0.009911946021020412, 0.005052072461694479, 0.03501671925187111, 0.01239222101867199, 0.009875336661934853, 0.0004295863036531955, 0.013005425222218037, 0.048653654754161835, 0.044773075729608536, 0.08742281794548035, -0.003727276111021638, -0.02657829411327839, -0.03472384437918663, 0.015220283530652523, -0.010982765816152096, 0.06776366382837296, 0.016693804413080215, 0.019018489867448807, -0.04762859642505646, 0.021343175321817398, 0.01411285437643528, -0.0018613500287756324, -0.0327286422252655, 0.01381082832813263, 0.04253991320729256, 0.032216113060712814, -0.029708381742239, -0.05725682154297829, 0.05718360096216202, -0.028701627627015114, -0.02688947133719921, 0.0010244861477985978, -0.029964646324515343, 0.0025031554978340864, 0.018505960702896118, -0.06274820119142532, -0.011422076262533665, -0.02277093380689621, 0.03920847550034523, -0.022203492000699043, 0.03957456722855568, -0.009033325128257275, -0.02114182524383068, 0.04605439677834511, 0.0792955681681633, 0.038659337908029556, -0.01949440874159336, 0.012071889825165272, -0.003754733130335808, 0.032380856573581696, 0.030879877507686615, 0.0009792966302484274, 0.0497153215110302, 0.026559988036751747, -0.0004141418030485511, -0.05560940504074097, -0.013225080445408821, -0.04784825071692467, 0.017892755568027496, -0.033717092126607895, 0.043564971536397934, -0.04744555056095123, 0.020501162856817245, 0.0032811013516038656, 0.01732531376183033, -0.03219780698418617, 0.009060781449079514, -0.043564971536397934, 0.006791010033339262, 0.028646714985370636, -0.0722666010260582, 0.06556711345911026, 0.010964461602270603, -0.07116832584142685, -0.019842196255922318, 0.017535816878080368, 0.023503119125962257, -0.03283847123384476, -0.004836993291974068, 0.106679268181324, 0.00955500639975071, -0.03719496726989746, -0.020501162856817245, 0.002736539114266634, -0.009399416856467724, 0.05176543816924095, 0.039318300783634186, 0.004388530272990465, -0.009266708977520466, 0.026999300345778465, 0.00014758091128896922, 0.03283847123384476, 0.03994065895676613, 0.05128951743245125, -0.018277153372764587, 0.06410274654626846, 0.010689891874790192, -0.025132229551672935, 0.028427058830857277, -0.018579179421067238, 0.02405225671827793, -0.0044617485255002975, -0.013792523182928562, 0.001332804444245994, -0.016245340928435326, -0.009802118875086308, -0.012740008533000946, -0.027877921238541603, -0.024821050465106964, -0.03302151709794998, -0.0038119349628686905, 0.01658397726714611, 0.025644758716225624, 0.03836646303534508, -0.017828689888119698, 0.01508299820125103, 0.04415071755647659, -0.0237593837082386, 0.008653504773974419, 0.018405284732580185, 0.04711606726050377, 0.036334652453660965, 0.015696203336119652, -0.033405911177396774, 0.023246854543685913, 0.015998229384422302, 0.017682252451777458, -0.034540798515081406, 0.08522626012563705, 0.007207440212368965, 0.04177112132310867, -0.019531019032001495, -0.017938517034053802, -0.0009672842570580542, 0.010753958486020565, -0.010799719952046871, -0.04173450917005539, 0.009811270982027054, 0.0006612540455535054, 0.03832985460758209, 0.017050744965672493, 0.04645710065960884, 0.06084452196955681, -0.07310861349105835, -0.0024345130659639835, 0.015128759667277336, -0.032820165157318115, 0.008987563662230968, -0.018094107508659363, 0.01165088452398777, -0.0248576607555151, -0.017069049179553986, 0.004923940170556307, -0.04784825071692467, -0.02017167955636978, 0.026395248249173164, -0.018945271149277687, -0.02008015662431717, 0.029854819178581238, 0.043345317244529724, 0.011339705437421799, -0.0030225487425923347, -0.013545411638915539, 0.02681625261902809, 0.05132612586021423, 0.00524884695187211, 0.04008709639310837, -0.029836514964699745, -0.03756105899810791, -0.019238144159317017, -0.06099095940589905, -0.036773961037397385, -0.03510824218392372, -0.07380418479442596, 0.029964646324515343, 0.020281508564949036, -0.005116138607263565, -0.02516883797943592, -0.01288644503802061, -0.003921762574464083, 0.017133114859461784, -0.045285604894161224, 0.011440381407737732, 0.024821050465106964, 0.002320109400898218, -0.05114307999610901, -0.009175186045467854, -0.0231553316116333, -0.008021995425224304, 0.05853814259171486, -0.03822002559900284, -0.07010665535926819, 0.01123903039842844, 0.021471306681632996, 0.0033611839171499014, -0.03530959412455559, 0.03569398820400238, 0.028335535898804665, 0.061649926006793976, -0.06117400527000427, -0.00597645528614521, -0.00600848812609911, -0.024619700387120247, -0.011733255349099636, 0.05465756356716156, -0.0006452375091612339, 0.032362550497055054, 0.006996937096118927, -0.02053777314722538, 0.013197624124586582, 0.06084452196955681, 0.02756674215197563, -0.019366277381777763, 0.05861135944724083, 0.011339705437421799, 0.08083315938711166, -0.0004590452881529927, 0.06333395093679428, -0.017737166956067085, -0.01912831701338291, -0.02478444203734398, 0.037963759154081345, 0.02374107949435711, 0.06505458056926727, -0.03895220905542374, -0.02216688171029091, -0.04323548823595047, 0.04495612159371376, -0.01303288247436285, -0.05235118418931961, -0.04089249670505524, 0.029671773314476013, -0.01911001279950142, -0.006598812062293291, -0.022057054564356804, -0.006164077203720808, -0.07827050983905792, -0.026175592094659805, 0.022716021165251732, 0.004038454499095678, -0.008223346434533596, 0.02150791697204113, 0.011174964718520641, -0.021324871107935905, -0.030568698421120644, -0.03964778408408165, 0.029854819178581238, 0.004013285506516695, -0.04129520058631897, 0.0286101046949625, -0.03362556919455528, -0.010204819962382317, -0.03219780698418617, -0.06443222612142563, 0.023137027397751808, -0.053815554827451706, -0.045358821749687195, 0.028115881606936455, 0.001946008880622685, -0.019055098295211792, 0.015018932521343231, -0.02934229001402855, -0.031557146459817886, 0.01807580143213272, 0.016034837812185287, -0.05099664255976677, -0.0017114810179919004, 0.0039995573461055756, 0.030824963003396988, 0.0007905303500592709, 0.005807137582451105, 0.07526855915784836, 0.022276710718870163, -0.06337056308984756, -0.015485700219869614, -0.004882754758000374, -0.039830829948186874, 0.008291988633573055, 0.005985607393085957, -0.010982765816152096, -0.045065950602293015, -0.01695006899535656, -0.02987312339246273, 0.03216119855642319, -0.02126995660364628, -0.059563200920820236, 0.054401300847530365, -0.05912388861179352, -0.10177363455295563, 0.043784625828266144, -0.05502365902066231, -0.005020039156079292, -0.034101489931344986, 0.036389563232660294, 0.01526604499667883, 0.0027113703545182943, 0.026688121259212494, 0.005216813646256924, -0.019677456468343735, -0.03739631921052933, -0.0031987305264919996, -0.00778403552249074, -0.00105480314232409, -0.037670888006687164, -0.058721188455820084, 0.05945337191224098, -0.002227442106232047, 0.0274020005017519, -0.009774661622941494, -0.020281508564949036, 0.054547738283872604, 0.0008076908998191357, 0.017416836693882942, -0.01161427516490221, 0.03307643160223961, 0.05330302566289902, 0.04210060089826584, -0.024747831746935844, -0.05824526771903038, 0.012447134591639042, 0.02762165665626526, -0.049019746482372284, 0.03578551113605499, 0.043272096663713455, 0.052607450634241104, 0.0127308564260602, 0.04847060516476631, -0.005862051155418158, 0.029360594227910042, 0.008868583478033543, -0.041331809014081955, -0.010946156457066536, -0.007953353226184845, -0.019897110760211945, 0.008333173580467701, -0.007587260566651821, 0.007870982401072979, -0.02882976084947586, 0.04008709639310837, 0.12059076875448227, -0.047079455107450485, 0.0768793597817421, -0.045505259186029434, 0.045212388038635254, 0.003020260715857148, 0.058062221854925156, 0.0075689563527703285, -0.051399342715740204, 0.02851858176290989, 0.0013099235948175192, -0.0021347750443965197, 0.11605122685432434, -0.007980809547007084, 0.009138576686382294, 0.004745469894260168, 0.05524331331253052, -0.019439496099948883, 0.05517009273171425, 0.0016371185192838311, -0.04718928411602974, -0.037378013134002686, -0.02112351916730404, -0.019384581595659256, 0.0591605007648468, -0.10587386041879654, -0.006058825645595789, -0.05886762589216232, 0.05725682154297829, -0.026413552463054657, -0.026980994269251823, 0.07094866782426834, 0.02494918368756771, 0.08200465142726898, -0.005852899048477411, 0.009765509516000748, -0.012236631475389004, -0.0274020005017519, -0.05549957603216171, 0.025351883843541145, 0.03373539447784424, -0.04264974221587181, 0.02172757126390934, -0.04433376342058182, 0.009298741817474365, 0.0040659112855792046, 0.010506846010684967, 0.021562829613685608, -0.026614902541041374, 0.014369118958711624, -0.08669063448905945, 0.004393106326460838, -0.009545854292809963, 0.005322065204381943, 0.0048324172385036945, 0.0032673729583621025, 0.01978728361427784, -0.030184302479028702, 0.027365392073988914, 0.04385784640908241, -0.01511960756033659, 0.08808178454637527, 0.0005837454227730632, -0.03545602783560753, -0.1042630597949028, -0.016748718917369843, -0.05235118418931961, 0.02972668595612049, -0.016153817996382713, 0.05026445910334587, 0.008479610085487366, 0.0020386758260428905, 0.032600510865449905, -0.018176477402448654, 0.00959161575883627, 0.008076908998191357, 0.05725682154297829, -0.017737166956067085, -0.014890800230205059, 0.04554186761379242, 0.006594235543161631, 0.004818688612431288, -0.02577289007604122, -0.04953227564692497, -0.0885210931301117, -0.015183674171566963, 0.012383068911731243, 0.012840683571994305, -0.03208798170089722, -0.012154260650277138, 0.07266930490732193, 0.0443703755736351, -0.032380856573581696, 0.016858546063303947, -0.010946156457066536, 0.010067535564303398, -0.09013190120458603, -0.01755412109196186, -0.04005048796534538, 0.07665970921516418, -0.03534620255231857, -0.04144163802266121, 0.05678090080618858, 0.03681056946516037, -0.04418732970952988, -0.01993372105062008, -0.007687936071306467, 0.004665387328714132, -0.014057940803468227, 0.05015463009476662, -0.023118723183870316, 0.03756105899810791, 0.02628541924059391, 0.008429273031651974, -0.04232025891542435, -0.08625131845474243, -0.0012653061421588063, 0.05524331331253052, -0.020116766914725304, -0.02553493157029152, 0.031557146459817886, 0.011284791864454746, -0.0050246152095496655, 0.005903236567974091, -0.037670888006687164, 0.05923371762037277, 0.03181341290473938, 0.05048411339521408, -0.04953227564692497, 0.0015764845302328467, 0.005912389140576124, 0.05846492573618889, 0.016245340928435326, -0.007825220935046673, 0.03307643160223961, 0.01949440874159336, -0.0361333005130291, -0.07116832584142685, 0.04828755930066109, 0.043345317244529724, 0.02405225671827793, 0.023466510698199272, -0.008076908998191357, -0.012062737718224525, 0.012849835678935051, -0.024967487901449203, -0.06750740110874176, -0.0458347424864769, 0.04927600920200348, 0.01792021282017231, 0.024674614891409874, 0.0148541908711195, -0.009202642366290092, 0.0065713548101484776, -0.030568698421120644, 0.02628541924059391, 0.04689640924334526, -0.05458434671163559, 0.0012515777489170432, -0.05853814259171486, -0.07391401380300522, -0.019055098295211792, -0.00799453817307949, 0.008291988633573055, 0.019384581595659256, -0.044846292585134506, 0.04781164228916168, -0.07094866782426834, 0.006305938120931387, -0.028244012966752052, -0.08544591814279556, -0.03979422152042389, 0.02278923988342285, 0.01947610452771187, -0.0067132157273590565, 0.016318559646606445, 0.03250898793339729, -0.039391521364450455, -0.002190832979977131, 0.05487722158432007, 0.061723142862319946, -0.03426622971892357, -0.020848950371146202, -0.0098204230889678, 0.00959161575883627, 0.014158615842461586, 0.04272295907139778, -0.005596634466201067, -0.05894084274768829, -0.008374359458684921, 0.009339926764369011, 0.024180389940738678, 0.05114307999610901, 0.057696130126714706, 0.0280060525983572, -0.016391778364777565, 0.0055005354806780815, -0.05106986314058304, 0.037890542298555374, 0.05132612586021423, -0.021928923204541206, -0.061796363443136215, -0.04784825071692467, -0.04854382574558258, 0.008388087153434753, 0.005152747500687838, -0.001129737589508295, -0.05396198853850365, 0.012108499184250832, 0.07402384281158447, -0.05787917599081993, 0.011193268932402134, -0.01306949183344841, 0.034760452806949615, 0.015705354511737823, 0.023045504465699196, 0.0020157950930297375, -0.046640146523714066, 0.025589844211935997, -0.005331217776983976, 0.018350372090935707, -0.052607450634241104, -0.02859180048108101, -0.030257519334554672, 0.0091523053124547, 0.007166254799813032, -0.013865741901099682, 0.01947610452771187, -0.00005634387707686983, -0.003727276111021638, 0.009692290797829628, -0.017425987869501114, -0.053339634090662, -0.029360594227910042, 0.007870982401072979, -0.06212584674358368, -0.03898881748318672, -0.041478246450424194, 0.07512211799621582, 0.04905635491013527, 0.047006238251924515, 0.003823375329375267, -0.010470236651599407, -0.00847045797854662, -0.013536258600652218, -0.00531748915091157, 0.0007745138136669993, -0.029323985800147057, -0.022295014932751656, -0.024692919105291367, -0.035437725484371185, -0.016446692869067192, -0.0321245901286602, -0.020299812778830528, 0.062089238315820694, -0.04587135091423988, 0.024619700387120247, -0.01567789912223816, -0.05535313859581947, 0.00023324077483266592, -0.014167767949402332, 0.02732878178358078, 0.03523637354373932, 0.017380226403474808, 0.05279049649834633, 0.003505332861095667, 0.09781983494758606, -0.02126995660364628, -0.05465756356716156, 0.028280621394515038, 0.04590796306729317, -0.05242440104484558, -0.01198036689311266, 0.03106292337179184, -0.05473078414797783, 0.012904750183224678, -0.025187144055962563, -0.02187400870025158, 0.030129387974739075, -0.09079086780548096, -0.013783371075987816, -0.024674614891409874, -0.009175186045467854, 0.0032330516260117292, 0.005308337043970823, -0.046713363379240036, -0.0009529837407171726, -0.036993615329265594, 0.024894269183278084, 0.024308521300554276, -0.03510824218392372, 0.0020649887155741453, 0.054767392575740814, -0.01086378563195467, 0.029818208888173103, 0.019915414974093437, -0.03128257766366005, 0.026907777413725853, 0.005015463102608919, -0.055975496768951416, 0.09774661809206009, -0.031557146459817886, -0.019659150391817093, 0.06527423858642578, 0.004567000083625317, 0.03756105899810791, -0.016602281481027603, 0.03530959412455559, 0.023704469203948975, 0.015128759667277336, 0.016291102394461632, -0.020519467070698738, 0.005184780806303024, 0.04426054656505585, 0.046933021396398544, 0.03514485061168671, 0.0010307783959433436, -0.04294261336326599, 0.048946525901556015, -0.028335535898804665, 0.017911061644554138, 0.005404436029493809, -0.0007533491007052362, -0.0025580693036317825, 0.00602679280564189, -0.03530959412455559, -0.013179318979382515, 0.0014472082257270813, 0.001782411360181868, 0.053119976073503494, -0.04272295907139778, -0.02771317958831787, -0.05337624251842499, -0.007179983425885439, -0.016556520015001297, -0.013453888706862926, 0.008612318895757198, 0.008868583478033543, -0.0729987844824791, -0.06465188413858414, 0.019329668954014778, -0.004239805042743683, -0.030495479702949524, -0.06337056308984756, 0.024729527533054352, -0.027365392073988914, -0.022295014932751656, -0.03814680874347687, -0.029744990170001984, -0.03433944657444954, -0.012511201202869415, 0.06520102173089981, -0.04466324672102928, 0.011211573146283627, 0.02771317958831787, -0.03836646303534508, 0.041331809014081955, -0.021983835846185684, -0.039611175656318665, -0.013902351260185242, 0.05645141750574112, -0.07885625958442688, -0.004887330811470747, -0.036041777580976486, -0.013856589794158936, -0.003333727130666375, -0.04905635491013527, 0.022496365010738373, -0.03637126088142395, 0.022551279515028, 0.02599254623055458, 0.012968815863132477, 0.06534745544195175, 0.025296971201896667, -0.01589755341410637, -0.018926966935396194, 0.012877292931079865, -0.0011674908455461264, -0.026413552463054657, -0.027823006734251976, 0.05242440104484558, -0.017590729519724846, 0.028353840112686157, 0.0392816923558712, 0.014625383540987968, 0.027731483802199364, 0.036041777580976486, -0.043418534100055695, 0.013307451270520687, -0.029781600460410118, -0.030641917139291763, -0.05743986740708351, 0.011092593893408775, 0.04092910885810852, -0.011962062679231167, -0.04978853836655617, 0.017526663839817047, 0.027749788016080856, 0.03413809835910797, 0.02650507539510727, 0.019073404371738434, 0.014012178406119347, -0.002551204990595579, 0.031191054731607437, -0.017279552295804024, -0.0004232941137161106, 0.05341285094618797, 0.017526663839817047, 0.020501162856817245, 0.0009032181114889681, -0.03062361292541027, -0.01978728361427784, -0.008589438162744045, 0.052607450634241104, 0.015320958569645882, -0.012840683571994305, 0.12952342629432678, -0.027493523433804512, 0.021251652389764786, 0.06805653870105743 ]