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
sequencelengths
768
768
10,381
fastapi.applications
api_route
null
def api_route( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, methods: Optional[List[str]] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: def decorator(func: DecoratedCallable) -> DecoratedCallable: self.router.add_api_route( path, func, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, methods=methods, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, openapi_extra=openapi_extra, ) return func return decorator
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, methods: Optional[List[str]] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37baf20>, name: Optional[str] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.017583785578608513, -0.041796598583459854, -0.02709663100540638, -0.03617877885699272, 0.01713435910642147, -0.016169965267181396, -0.03898768872022629, 0.0308231208473444, -0.0767769068479538, 0.015177483670413494, 0.062282927334308624, -0.013023985549807549, 0.05827554687857628, -0.02900668978691101, 0.024849502369761467, 0.04973645508289337, 0.07595296204090118, -0.010739403776824474, 0.008347148075699806, -0.050410594791173935, 0.07318150252103806, 0.004278908018022776, 0.014297358691692352, -0.013005259446799755, 0.042620547115802765, 0.01679728925228119, -0.014849777333438396, 0.002872111741453409, 0.0479387529194355, -0.040710486471652985, 0.0006284939008764923, -0.031122736632823944, 0.003623495576903224, 0.042358383536338806, 0.011638255789875984, 0.02204059064388275, 0.012097044847905636, -0.005791038740426302, -0.0810464546084404, -0.020879574120044708, 0.011853605508804321, 0.027377521619200706, -0.020804669708013535, -0.03797648102045059, 0.057601407170295715, -0.007747913710772991, -0.06677718460559845, 0.02543001063168049, -0.002216699067503214, -0.028145290911197662, -0.004901550244539976, -0.06056012585759163, 0.047788944095373154, 0.026066696271300316, 0.03786412253975868, 0.008557816036045551, -0.005500784609466791, 0.05733924359083176, 0.06202076002955437, -0.045392006635665894, -0.004475532099604607, 0.05082256719470024, -0.00734530296176672, 0.04074794054031372, 0.03514884412288666, 0.025261474773287773, -0.05022333562374115, 0.0049858177080750465, -0.014316084794700146, 0.003724148264154792, -0.016694296151399612, 0.010701952502131462, 0.013005259446799755, -0.026591027155518532, 0.04374411329627037, -0.004618318285793066, -0.004737697076052427, -0.05883732810616493, 0.05370638519525528, -0.001800043974071741, -0.004037810023874044, -0.030280062928795815, -0.056889817118644714, -0.03155343607068062, -0.03563572093844414, -0.029156498610973358, 0.006184286437928677, -0.07449232786893845, -0.006788202095776796, 0.047152258455753326, -0.07265717536211014, -0.043706659227609634, -0.08628975600004196, -0.016413405537605286, -0.008178613148629665, -0.02554236724972725, 0.04887505620718002, -0.04625340551137924, 0.059998344630002975, -0.0013260402483865619, -0.032190121710300446, 0.015879711136221886, -0.02432517148554325, 0.03704017773270607, 0.022920716553926468, -0.06868724524974823, -0.010767493396997452, -0.002921267645433545, -0.029699554666876793, 0.0008988516055978835, -0.02698427438735962, 0.03801393136382103, -0.02194696106016636, -0.02361358143389225, -0.02782694809138775, 0.056515295058488846, 0.006614986341446638, -0.04587888345122337, -0.02494313195347786, -0.011142014525830746, 0.0030780986417084932, -0.0472271628677845, -0.005374383646994829, -0.037564508616924286, 0.020523779094219208, 0.04325723275542259, -0.031478531658649445, 0.029231403023004532, -0.026459945365786552, -0.06100955232977867, -0.03580425679683685, 0.037002723664045334, 0.014119461178779602, 0.06827527284622192, 0.01859499327838421, 0.019072508439421654, -0.054380521178245544, 0.015392834320664406, -0.010889212600886822, 0.07232010364532471, -0.01378239132463932, 0.018697986379265785, 0.0070082335732877254, -0.047189708799123764, 0.04280781000852585, 0.00041958113433793187, 0.027901852503418922, -0.01966237835586071, 0.012977169826626778, 0.03436234965920448, 0.02288326434791088, -0.0008198510040529072, 0.04063558205962181, 0.021123012527823448, -0.008857433684170246, -0.011703796684741974, 0.003571998793631792, 0.023463772609829903, 0.0592118501663208, -0.05415581166744232, 0.0029797868337482214, -0.023107977584004402, 0.05336931347846985, -0.09355547279119492, 0.017536969855427742, -0.02443752810359001, -0.030879298225045204, 0.011413542553782463, -0.019156774505972862, 0.024175362661480904, -0.006001707166433334, 0.00928813312202692, -0.0020739128813147545, -0.02181587740778923, -0.010833034291863441, 0.015804806724190712, 0.0074857487343251705, 0.005683363880962133, 0.00042309227865189314, -0.008529727347195148, 0.05074766278266907, -0.027358796447515488, -0.0627698078751564, 0.01361385639756918, -0.002937653101980686, 0.04887505620718002, 0.0006015751860104501, -0.020767217501997948, -0.0324522890150547, 0.03513011708855629, -0.026909369975328445, -0.0006027455674484372, 0.12621374428272247, -0.018810342997312546, -0.07572824507951736, -0.03228375315666199, 0.0006589237600564957, 0.017780408263206482, 0.08456695824861526, -0.021965686231851578, 0.033276237547397614, 0.0077338689006865025, 0.015252388082444668, 0.056402940303087234, 0.011142014525830746, -0.00004129246008233167, 0.043219782412052155, -0.043332137167453766, -0.049324482679367065, -0.045616719871759415, -0.016516398638486862, 0.018501361832022667, -0.002513975603505969, -0.021666068583726883, -0.015261751599609852, 0.05419326201081276, 0.02660975232720375, 0.02958719991147518, 0.05674000829458237, -0.0348866768181324, 0.04205876588821411, 0.054942306131124496, -0.022377660498023033, -0.025111667811870575, 0.012265579774975777, -0.009391127154231071, 0.040822844952344894, -0.01739652454853058, -0.034587062895298004, 0.0016221462283283472, -0.010814308188855648, -0.0017017320496961474, 0.021534986793994904, -0.041047558188438416, -0.09040949493646622, 0.012602648697793484, -0.0021605209913104773, 0.019006965681910515, 0.0012710323790088296, -0.04711480438709259, 0.07685181498527527, 0.03659075126051903, 0.024287719279527664, 0.005084129516035318, -0.016478946432471275, -0.006432407069951296, -0.06909921765327454, 0.0006460496224462986, 0.0060953376814723015, -0.051122184842824936, -0.019812187179923058, 0.006483903620392084, 0.001338914385996759, 0.012995895929634571, -0.0006384421139955521, -0.033163879066705704, -0.042133670300245285, -0.08059702813625336, -0.012546470388770103, 0.013679398223757744, -0.05453033000230789, 0.020823394879698753, -0.012256216257810593, 0.005945528857409954, -0.017836587503552437, -0.030130255967378616, -0.006853743456304073, -0.009063420817255974, -0.012162585742771626, 0.014278632588684559, 0.018988240510225296, 0.017714867368340492, -0.03720870986580849, 0.0023196926340460777, 0.053032245486974716, 0.018782254308462143, 0.011844242922961712, -0.0388004295527935, -0.023688485845923424, -0.0015449011698365211, 0.013061437755823135, -0.056290581822395325, 0.03436234965920448, 0.004630022216588259, 0.02612287551164627, 0.040935199707746506, 0.005879987496882677, 0.12246853113174438, -0.016010794788599014, -0.037826672196388245, 0.09602731466293335, 0.011628893204033375, 0.002998512703925371, 0.03861316666007042, 0.0585002601146698, 0.0348866768181324, -0.08711370080709457, 0.015458375215530396, 0.049811359494924545, -0.08606503903865814, 0.002539723878726363, 0.03443725407123566, 0.06883705407381058, -0.013679398223757744, 0.017958305776119232, -0.024886954575777054, 0.029905542731285095, -0.008609313517808914, -0.034961581230163574, 0.05715198069810867, -0.0016022498020902276, 0.04591633751988411, -0.06494203209877014, -0.07864951342344284, -0.03175942227244377, -0.0029025417752563953, -0.0024671603459864855, 0.047788944095373154, -0.0011381942313164473, 0.024250267073512077, -0.008571861311793327, 0.023894472047686577, -0.04984881356358528, -0.036871641874313354, 0.047302067279815674, -0.016263596713542938, 0.04808856174349785, -0.014540797099471092, -0.0023431002628058195, -0.017986394464969635, -0.014437803998589516, -0.00945198629051447, -0.02840745635330677, 0.002410982269793749, 0.0010410527465865016, -0.059399109333753586, -0.0138385696336627, -0.05576625093817711, -0.016029519960284233, 0.06996061652898788, -0.0035415689926594496, -0.005037314258515835, 0.005730179138481617, 0.02866962179541588, -0.02792057767510414, 0.009578387252986431, 0.05239555984735489, 0.022471290081739426, 0.027883125469088554, -0.02745242603123188, 0.009484756737947464, -0.03348222374916077, -0.005936165805906057, 0.050522949546575546, 0.02913777343928814, -0.03342604264616966, -0.03151598572731018, -0.040223609656095505, 0.027471153065562248, -0.013801117427647114, -0.03571062535047531, -0.01988709159195423, -0.06546635925769806, 0.029044141992926598, 0.014119461178779602, 0.0009842893341556191, -0.008075620047748089, -0.014971497468650341, -0.0006823313888162374, -0.006067248526960611, -0.0164040420204401, -0.01371685042977333, -0.010149532929062843, 0.007495111785829067, 0.017902128398418427, 0.019035056233406067, 0.02157243900001049, -0.013847933150827885, -0.07408035546541214, 0.02541128359735012, 0.0023501224350184202, -0.009484756737947464, 0.0602230578660965, -0.04647811874747276, 0.06898686289787292, -0.03718998655676842, 0.07449232786893845, -0.032077766954898834, -0.05119708925485611, -0.018501361832022667, 0.029662102460861206, -0.05355657637119293, 0.0003356063680257648, 0.009915457107126713, 0.03850081190466881, -0.051983583718538284, 0.007869632914662361, 0.014316084794700146, 0.015046401880681515, -0.014231816865503788, 0.05969872698187828, -0.00017248470976483077, 0.06112191081047058, 0.0033496266696602106, 0.031216368079185486, 0.016076335683465004, 0.03932475671172142, 0.0616462416946888, -0.005997025407850742, 0.033613305538892746, -0.007715143263339996, -0.0366656556725502, -0.056028418242931366, 0.0048547349870204926, 0.00020072012557648122, 0.054006002843379974, 0.03067331202328205, 0.07775066792964935, -0.018080025911331177, 0.012930355034768581, 0.07153360545635223, -0.00023114999930839986, 0.04029851406812668, 0.05366893112659454, 0.01653512381017208, 0.03857571631669998, 0.010224437341094017, 0.008333103731274605, 0.022021865472197533, -0.002209676895290613, 0.04269545152783394, -0.06539145857095718, -0.060709934681653976, -0.018604354932904243, 0.00005182587483432144, -0.011010932736098766, 0.025504915043711662, -0.02865089476108551, 0.01666620746254921, 0.022827085107564926, 0.03797648102045059, 0.0012019799323752522, -0.013342328369617462, -0.024662241339683533, -0.0038060748483985662, -0.00757937878370285, -0.010992206633090973, -0.0007291465299203992, 0.13707487285137177, -0.040710486471652985, 0.05692726746201515, 0.02698427438735962, 0.01054278016090393, 0.07168341428041458, -0.06112191081047058, -0.07100927829742432, 0.040485773235559464, -0.02299562096595764, -0.047152258455753326, -0.025336379185318947, 0.06909921765327454, -0.013754302635788918, -0.010786219500005245, -0.008707624860107899, -0.00572081608697772, 0.03621622920036316, 0.024774597957730293, -0.03357585147023201, -0.026272684335708618, -0.0729193389415741, 0.025935614481568336, -0.0606350302696228, -0.03576680272817612, 0.02829509973526001, 0.04063558205962181, 0.002734007081016898, 0.029193950816988945, -0.002272877376526594, -0.04928702861070633, -0.004836008884012699, 0.06355629861354828, -0.042845260351896286, -0.017415249720215797, -0.024156637489795685, 0.033163879066705704, 0.04385646805167198, -0.008337785489857197, 0.0250367633998394, -0.0004991669557057321, -0.018847795203328133, -0.001327210571616888, 0.057002171874046326, -0.02591688744723797, -0.003457301761955023, -0.022227851673960686, 0.034343622624874115, 0.00034262865665368736, -0.0486503429710865, -0.012668189592659473, -0.013688760809600353, 0.020467599853873253, -0.052582819014787674, 0.0299617201089859, -0.031010380014777184, 0.0035275244154036045, 0.03069203719496727, -0.022115495055913925, -0.06385591626167297, -0.05894968658685684, -0.012331120669841766, -0.061458978801965714, 0.014990223571658134, -0.000752554158680141, 0.033987827599048615, -0.014877866953611374, 0.039736732840538025, -0.016937734559178352, 0.016806652769446373, -0.006394954863935709, -0.009072783403098583, 0.010673862881958485, 0.02361358143389225, 0.09595240652561188, -0.006750750355422497, -0.0034783685114234686, 0.01120755635201931, 0.023875746876001358, -0.03958692401647568, 0.05775121599435806, 0.031197641044855118, -0.006048522423952818, 0.039362210780382156, -0.019756009802222252, 0.07512901723384857, 0.042508192360401154, 0.020935751497745514, -0.05295734107494354, -0.0037475558929145336, -0.008440778590738773, -0.016900282353162766, -0.0014383966336026788, 0.0750541090965271, -0.0707845613360405, -0.03522374853491783, -0.05295734107494354, -0.05482994765043259, 0.01168507058173418, -0.013417232781648636, 0.021759700030088425, -0.0479387529194355, -0.05722688511013985, 0.0043233828619122505, -0.00027518553542904556, -0.006727342493832111, -0.04318232834339142, 0.03069203719496727, 0.017518242821097374, -0.01746206544339657, -0.00008426733984379098, -0.00423911539837718, -0.03977418318390846, 0.05936165899038315, -0.024025553837418556, -0.031572163105010986, -0.017433976754546165, 0.0716085135936737, 0.053406767547130585, -0.013885384425520897, 0.01648830994963646, -0.024849502369761467, -0.02350122481584549, -0.03546718508005142, -0.01955002173781395, -0.07314404845237732, -0.019568748772144318, 0.04325723275542259, 0.039512019604444504, -0.028014209121465683, 0.03102910704910755, -0.007424888666719198, 0.03318260610103607, -0.02505548857152462, -0.026328861713409424, -0.07879932224750519, -0.0355982705950737, -0.02028033882379532, 0.028444908559322357, 0.050298240035772324, 0.010964117012917995, -0.016806652769446373, -0.016272960230708122, -0.012846088036894798, 0.004302315879613161, -0.021066835150122643, -0.02591688744723797, 0.07235755771398544, -0.07707652449607849, 0.011994050815701485, 0.0013564700493589044, 0.03728361427783966, -0.015299203805625439, 0.04816346615552902, 0.006970781367272139, -0.04059813171625137, -0.025579819455742836, 0.030954202637076378, -0.003916090354323387, -0.01024316344410181, -0.05767631158232689, -0.006043840665370226, -0.011591440998017788, -0.012443477287888527, 0.015121306292712688, -0.009372401051223278, 0.00026713917031884193, -0.026347588747739792, -0.021890781819820404, 0.05524192377924919, 0.0623578317463398, -0.06370610743761063, 0.0037756450474262238, -0.04696499556303024, 0.0010422231862321496, 0.003763941116631031, -0.04988626390695572, 0.08052212744951248, 0.012340483255684376, -0.03617877885699272, 0.010786219500005245, -0.0033730342984199524, 0.022864537313580513, 0.012546470388770103, -0.011928509920835495, 0.005669319536536932, 0.01366067212074995, -0.07643984258174896, 0.01646958291530609, 0.022246576845645905, 0.022808359935879707, -0.03162834048271179, -0.03707762807607651, -0.003101506270468235, -0.036253683269023895, 0.026572300121188164, -0.02456861175596714, 0.0707845613360405, -0.025111667811870575, -0.059399109333753586, 0.05482994765043259, -0.05426816642284393, -0.033875469118356705, 0.024418802931904793, -0.044792771339416504, -0.00843141507357359, 0.019493844360113144, -0.000402025441871956, -0.03876297548413277, -0.03718998655676842, 0.03033624216914177, 0.0190163291990757, -0.032302480190992355, -0.03752705454826355, 0.06314432621002197, -0.04325723275542259, -0.036628201603889465, -0.003483050037175417, 0.021497534587979317, -0.08823726326227188, 0.03992399200797081, -0.029231403023004532, 0.01036488264799118, -0.0317406989634037, 0.027190260589122772, 0.023913199082016945, -0.03597278892993927, 0.013379780575633049, -0.022845812141895294, -0.0053041609935462475, 0.009878004901111126, 0.023913199082016945, -0.06696444749832153, 0.02818274311721325, -0.028819430619478226, 0.03546718508005142, -0.017284167930483818, 0.014110097661614418, 0.020055627450346947, 0.038070112466812134, 0.009227273985743523, -0.026216505095362663, 0.02121664397418499, -0.02913777343928814, 0.006001707166433334, -0.03078566864132881, -0.03323878347873688, 0.006792883854359388, -0.058200642466545105, -0.08539090305566788, 0.04520474746823311, 0.03694654628634453, 0.03102910704910755, 0.02900668978691101, 0.0035275244154036045, 0.027901852503418922, -0.0103087043389678, -0.0017064135754480958, 0.03477432206273079, -0.0577886700630188, -0.023070525377988815, -0.019830914214253426, -0.006451133172959089, 0.024868227541446686, 0.07400544732809067, -0.03720870986580849, 0.051983583718538284, 0.024287719279527664, 0.005805083550512791, 0.009072783403098583, 0.013969652354717255, 0.023557402193546295, -0.0068818326108157635, -0.007476385682821274, 0.026328861713409424, -0.031721971929073334, -0.01132927555590868, -0.04917467385530472, 0.011301186867058277, 0.052320655435323715, 0.06232037767767906, -0.031590890139341354, 0.02265855111181736, 0.02458733692765236, -0.03857571631669998, 0.02337014116346836, 0.056777458637952805, -0.03645966947078705, -0.027302617207169533, 0.011338639073073864, 0.016525762155652046, -0.004751741420477629, -0.012733731418848038, 0.04363175481557846, -0.027639687061309814, -0.04108500853180885, 0.004531710408627987, 0.01746206544339657, 0.035429734736680984, 0.04685264080762863, 0.03007407672703266, -0.015552005730569363, 0.016038883477449417, 0.0026942139957100153, 0.04595378786325455, 0.016853468492627144, -0.01724671572446823, -0.037358518689870834, 0.020935751497745514, 0.04168424382805824, 0.0503731444478035, 0.016394678503274918, -0.04617850109934807, -0.017359072342514992, -0.0024320490192621946, -0.033126428723335266, 0.044305894523859024, 0.05936165899038315, -0.004044832196086645, 0.033257510513067245 ]
10,382
starlette.applications
build_middleware_stack
null
def build_middleware_stack(self) -> ASGIApp: debug = self.debug error_handler = None exception_handlers = {} for key, value in self.exception_handlers.items(): if key in (500, Exception): error_handler = value else: exception_handlers[key] = value middleware = ( [Middleware(ServerErrorMiddleware, handler=error_handler, debug=debug)] + self.user_middleware + [ Middleware( ExceptionMiddleware, handlers=exception_handlers, debug=debug ) ] ) app = self.router for cls, options in reversed(middleware): app = cls(app=app, **options) return app
(self) -> Callable[[MutableMapping[str, Any], Callable[[], Awaitable[MutableMapping[str, Any]]], Callable[[MutableMapping[str, Any]], Awaitable[NoneType]]], Awaitable[NoneType]]
[ -0.041728973388671875, -0.023223722353577614, -0.007165255956351757, 0.0010091260774061084, 0.008736543357372284, 0.016275037080049515, -0.02165704406797886, -0.027315521612763405, -0.006128482520580292, -0.008132911287248135, 0.0188923142850399, 0.042613688856363297, 0.0005984486197121441, 0.013611681759357452, 0.041728973388671875, -0.012736184522509575, 0.015703659504652023, -0.01619209535419941, 0.07918183505535126, -0.038300711661577225, 0.0054879868403077126, 0.002640316030010581, 0.008907034993171692, 0.04862236604094505, -0.002550462493672967, 0.034946173429489136, -0.042245056480169296, 0.02947201021015644, 0.12385985255241394, -0.034706562757492065, -0.02908494882285595, -0.017297986894845963, 0.04504664987325668, -0.06852841377258301, 0.056031838059425354, -0.00012117288133595139, -0.024440202862024307, -0.04840118810534477, 0.012054217979311943, 0.0020332278218120337, -0.005133179947733879, -0.034503817558288574, -0.03586775064468384, 0.008745758794248104, 0.018385447561740875, 0.002015948062762618, 0.045489005744457245, 0.05079728737473488, 0.0511290542781353, 0.016146017238497734, 0.0034973821602761745, 0.002356931334361434, 0.017445439472794533, 0.019998205825686455, 0.06329385936260223, 0.027333952486515045, -0.02915867418050766, 0.017178181558847427, 0.05028120428323746, -0.06362562626600266, -0.03372969105839729, 0.04283486679196358, 0.0737261027097702, 0.0062206401489675045, -0.007953203283250332, 0.049470216035842896, -0.046373721212148666, 0.008395560085773468, -0.031554773449897766, -0.012164806947112083, -0.002575805876404047, -0.03725011274218559, -0.02197037823498249, 0.010008318349719048, -0.01784171722829342, -0.01791544258594513, -0.04331408813595772, -0.021196255460381508, 0.007584572769701481, -0.02875318005681038, 0.010625774972140789, 0.02163861133158207, -0.06893390417098999, 0.056400470435619354, 0.05120277777314186, 0.009731845930218697, -0.03255007416009903, -0.0017636666307225823, -0.04121289402246475, -0.0111142098903656, -0.05367260426282883, 0.007676730398088694, 0.008432422764599323, 0.05728518217802048, -0.010423027910292149, 0.034835584461688995, -0.053451426327228546, 0.02184135839343071, 0.0011024356354027987, 0.01573130674660206, -0.005151611752808094, 0.02950887382030487, -0.05820675939321518, 0.015869544818997383, 0.005160827189683914, 0.01260716374963522, 0.014947967603802681, 0.010386165231466293, 0.030633196234703064, -0.0014157715486362576, -0.020311541855335236, -0.07461081445217133, 0.005027198698371649, 0.005976422224193811, -0.06233542039990425, 0.01678190380334854, 0.01446874812245369, 0.02123311720788479, 0.05164513736963272, -0.035425394773483276, -0.04652117192745209, -0.02941671572625637, 0.006183777004480362, 0.0063957395032048225, 0.030375154688954353, 0.04688980057835579, 0.012164806947112083, -0.07453709095716476, 0.027057480067014694, -0.049765121191740036, -0.05470477044582367, 0.04412507265806198, -0.0015286647249013186, -0.05953383073210716, -0.06156129762530327, 0.017012298107147217, -0.04792196676135063, -0.01887388341128826, -0.007791927549988031, 0.03326890617609024, -0.05949696525931358, 0.020772330462932587, -0.02960103005170822, 0.019813889637589455, -0.013860507868230343, -0.0294535793364048, 0.0502074770629406, 0.0672382041811943, 0.07173550128936768, 0.0225048940628767, 0.026301788166165352, -0.0188923142850399, 0.056363604962825775, 0.041618384420871735, -0.011713234707713127, 0.019113492220640182, 0.01654229499399662, 0.009824003092944622, 0.026615124195814133, 0.00887477956712246, -0.028144940733909607, -0.02565668523311615, -0.04364585503935814, -0.07851830124855042, -0.07085078954696655, -0.04711098223924637, 0.030006524175405502, 0.0337112620472908, -0.0033960086293518543, 0.015408756211400032, -0.037968944758176804, 0.010644206777215004, 0.015685228630900383, 0.02514060214161873, -0.07424218952655792, 0.012948147021234035, -0.023223722353577614, 0.0252880547195673, 0.0038475811015814543, -0.0028476708102971315, 0.0225048940628767, 0.0005949927144683897, -0.023242155089974403, -0.024219024926424026, 0.04397762194275856, -0.019445259124040604, -0.027721015736460686, 0.045857638120651245, 0.020164089277386665, 0.04438311606645584, -0.02136213891208172, -0.0257488414645195, 0.031259868294000626, -0.023868827149271965, -0.01692935638129711, 0.07822339981794357, -0.003094192361459136, 0.000438900722656399, 0.038485027849674225, -0.04036504030227661, -0.053340837359428406, 0.060307953506708145, 0.0287163183093071, -0.003234732896089554, 0.0002080746489809826, 0.023776669055223465, -0.030909668654203415, -0.014643847942352295, -0.03677089512348175, 0.011925197206437588, 0.008934682235121727, -0.014293648302555084, -0.006948685273528099, -0.016809551045298576, 0.00896693766117096, 0.01833936758339405, 0.07361551374197006, -0.004077975172549486, 0.03376655653119087, -0.007787319831550121, -0.01808132790029049, 0.04412507265806198, -0.030006524175405502, -0.002126537263393402, -0.05035492777824402, 0.01488345768302679, -0.034835584461688995, -0.03592304512858391, 0.005902696400880814, 0.030670059844851494, 0.013565603643655777, -0.013851291500031948, -0.009879297576844692, -0.030670059844851494, 0.012256965041160583, 0.019187219440937042, 0.07438963651657104, -0.03662344068288803, 0.024698244407773018, -0.038263849914073944, 0.034393228590488434, -0.030043387785553932, 0.00406184745952487, -0.02904808521270752, 0.016348764300346375, 0.013915802352130413, -0.029969660565257072, -0.05101846531033516, 0.02532491646707058, 0.031370457261800766, -0.0019652615301311016, 0.034595973789691925, 0.01306795235723257, -0.03527794033288956, -0.04666862264275551, -0.006805840879678726, 0.011584213934838772, 0.013860507868230343, -0.014616199769079685, -0.022486461326479912, 0.0628146380186081, 0.02884533815085888, 0.011178720742464066, -0.00827114749699831, -0.031112415716052055, 0.05123964324593544, 0.021122528240084648, -0.028200235217809677, -0.03603363409638405, 0.027094343677163124, 0.041581522673368454, 0.060381680727005005, -0.00015119611634872854, 0.05227180942893028, -0.03642069548368454, 0.006188384722918272, -0.030614765360951424, -0.011989708058536053, -0.04854863882064819, -0.021214686334133148, -0.019592711701989174, -0.04054935649037361, -0.0033545377664268017, 0.011704019270837307, 0.04814314469695091, -0.008132911287248135, 0.023518627509474754, -0.01670817844569683, 0.059681281447410583, -0.04014386236667633, 0.031057121232151985, 0.007243589963763952, -0.03387714549899101, -0.056953415274620056, -0.012515006586909294, -0.027905330061912537, -0.08699680119752884, 0.023260585963726044, 0.009349391795694828, -0.03229203447699547, 0.028089646250009537, -0.008229676634073257, 0.034540679305791855, 0.05064983293414116, 0.06598486006259918, 0.016053859144449234, 0.019721733406186104, 0.024292752146720886, 0.017353281378746033, -0.019924480468034744, -0.04342467710375786, 0.013178541325032711, 0.013141677714884281, -0.03273439034819603, -0.015998564660549164, -0.020440561696887016, -0.017519164830446243, 0.03940660133957863, -0.030190840363502502, 0.05595811456441879, 0.006953292991966009, 0.030319860205054283, -0.03973837196826935, -0.03756345063447952, 0.05120277777314186, 0.06185620278120041, 0.019297808408737183, -0.038632478564977646, -0.021343708038330078, -0.060049913823604584, -0.02174920029938221, -0.02512216940522194, -0.02982220984995365, 0.030670059844851494, 0.04423566162586212, 0.001476826029829681, 0.016422489657998085, -0.053009070456027985, -0.04707411676645279, -0.04814314469695091, -0.02585943043231964, -0.004306065384298563, -0.009409294463694096, 0.008008497767150402, 0.02123311720788479, -0.06122953072190285, -0.004497292451560497, -0.034651268273591995, -0.08810269832611084, -0.023408038541674614, -0.004110230132937431, -0.0377846285700798, -0.008994584903120995, -0.006635349243879318, 0.04810628294944763, -0.05227180942893028, -0.05393064394593239, 0.045636460185050964, 0.0001093651881092228, 0.06605859100818634, 0.005911911837756634, 0.03918542340397835, -0.060639720410108566, 0.026688849553465843, -0.007003979757428169, -0.0018926872871816158, 0.027333952486515045, -0.01774955913424492, -0.019279375672340393, -0.000012005691132799257, 0.045452143996953964, -0.02932455763220787, -0.01863427273929119, 0.02206253632903099, 0.018910745158791542, 0.06436289101839066, -0.001378908520564437, -0.023223722353577614, -0.04253996163606644, 0.004066455643624067, -0.007432512938976288, 0.02165704406797886, 0.029969660565257072, -0.048880405724048615, 0.05205063149333, -0.049175310879945755, 0.027260227128863335, 0.0027785524725914, -0.010598127730190754, 0.026817871257662773, -0.019795458763837814, -0.08463756740093231, -0.056031838059425354, 0.01843152567744255, 0.006275934632867575, 0.005644654855132103, -0.038411300629377365, 0.053156521171331406, -0.020588014274835587, 0.02554609440267086, -0.007202118635177612, -0.048843543976545334, 0.0855960100889206, -0.0259331576526165, 0.04077053442597389, -0.045525871217250824, 0.01115107350051403, 0.060455404222011566, 0.04666862264275551, 0.01626582257449627, 0.02208096906542778, -0.015113851055502892, -0.06111894175410271, -0.005133179947733879, 0.008685857057571411, -0.056547921150922775, 0.11066288501024246, 0.05116591602563858, 0.006925645750015974, 0.038632478564977646, 0.04265055060386658, 0.0440882109105587, 0.03255007416009903, -0.056547921150922775, -0.02526962198317051, 0.007437120657414198, -0.07615906745195389, 0.010146555490791798, -0.04412507265806198, 0.03380341827869415, 0.015076988376677036, 0.02598845213651657, -0.06635349243879318, -0.008506149053573608, -0.0327896848320961, -0.0576169490814209, -0.0042069959454238415, 0.0065892706625163555, 0.017814069986343384, 0.03885365650057793, 0.019076628610491753, -0.026320219039916992, 0.016348764300346375, 0.03396930173039436, 0.0377846285700798, -0.003852189052850008, -0.00010554928303463385, 0.02173076942563057, 0.04434625059366226, 0.004220819566398859, 0.024753538891673088, -0.05514712631702423, -0.020090363919734955, 0.020809192210435867, 0.037821490317583084, 0.021011939272284508, 0.03313988447189331, -0.046373721212148666, -0.05042865499854088, 0.045820772647857666, -0.016219742596149445, -0.06329385936260223, -0.013206188566982746, -0.023408038541674614, -0.05098159983754158, 0.03406146168708801, 0.012846773490309715, -0.00928948912769556, -0.034688133746385574, -0.04091798886656761, 0.01798916980624199, -0.02978534623980522, 0.0005607215571217239, -0.0054833791218698025, 0.023887258023023605, -0.005621615331619978, 0.05404123291373253, -0.034264206886291504, 0.0581698976457119, -0.020016636699438095, 0.0051147486083209515, 0.045341555029153824, -0.0005492018535733223, 0.026504535228013992, -0.05411496013402939, -0.01125244703143835, 0.038706205785274506, -0.08338422328233719, -0.0001880591589724645, -0.0072804526425898075, 0.02947201021015644, 0.014957183040678501, -0.016643667593598366, 0.030080251395702362, -0.008837916888296604, 0.049875710159540176, -0.031020257622003555, -0.01617366448044777, -0.009630472399294376, 0.0016357979038730264, 0.02565668523311615, -0.06753311306238174, -0.06259346008300781, -0.015279735438525677, 0.01754681207239628, 0.03666030615568161, -0.034854017198085785, -0.03966464474797249, -0.026725713163614273, -0.0329740010201931, -0.028052782639861107, 0.00650632893666625, -0.10306909680366516, 0.022818230092525482, -0.02919553779065609, -0.0060501485131680965, -0.038226984441280365, 0.03929601237177849, 0.01670817844569683, -0.023260585963726044, 0.04648431017994881, 0.03151790797710419, 0.010376948863267899, 0.04062308371067047, -0.0060040694661438465, -0.009340175427496433, 0.07026097923517227, 0.0576169490814209, 0.01791544258594513, 0.048732955008745193, -0.022836660966277122, 0.0377846285700798, -0.004508811980485916, 0.015851112082600594, 0.004301457200199366, -0.048880405724048615, 0.023113133385777473, 0.03356380760669708, 0.10306909680366516, -0.026688849553465843, 0.012782263569533825, 0.04862236604094505, -0.024090005084872246, -0.004787588957697153, -0.06970803439617157, -0.08323676884174347, -0.023721374571323395, 0.02508530765771866, -0.0709613785147667, -0.0596444196999073, -0.07184609025716782, 0.010155770927667618, 0.04062308371067047, 0.06524760276079178, 0.06480524688959122, -0.0335269458591938, 0.02869788557291031, 0.08574345707893372, -0.045968227088451385, 0.03918542340397835, 0.013998744077980518, -0.006902606692165136, -0.041876427829265594, -0.024587655439972878, -0.07394728064537048, 0.03573872894048691, -0.02591472491621971, 0.06333072483539581, -0.026301788166165352, 0.023352744057774544, -0.030430449172854424, 0.022965680807828903, -0.002972083631902933, -0.013574819080531597, 0.008321833796799183, 0.02126998081803322, -0.0057045575231313705, 0.06469465792179108, 0.048659227788448334, -0.0222284197807312, 0.08861877769231796, 0.027757877483963966, -0.04110230132937431, -0.03774776682257652, -0.030467312783002853, -0.056437332183122635, 0.0036793933250010014, 0.014865025877952576, -0.019058197736740112, 0.008455462753772736, 0.004154005087912083, 0.013989528641104698, -0.02182292751967907, 0.0043198890052735806, 0.052640438079833984, 0.020458994433283806, -0.09156782180070877, -0.031167710199952126, 0.006593878380954266, 0.0589071586728096, -0.048917271196842194, 0.02875318005681038, 0.01617366448044777, -0.07814966887235641, 0.04663176089525223, -0.001499865436926484, 0.038337573409080505, 0.017814069986343384, -0.07011352479457855, -0.009593609720468521, 0.00459405779838562, 0.0046378327533602715, 0.030577901750802994, 0.03306615725159645, -0.022781366482377052, 0.02185978926718235, -0.038743067532777786, 0.023831963539123535, 0.03988582268357277, -0.049138449132442474, 0.030135545879602432, -0.011621077544987202, -0.004888962488621473, -0.015058556571602821, 0.05157141014933586, 0.011243230663239956, 0.09296862035989761, 0.01266245823353529, -0.007013195659965277, 0.013307562097907066, 0.0337112620472908, -0.007165255956351757, -0.002086218446493149, -0.07438963651657104, -0.010395380668342113, 0.056105565279722214, 0.016440920531749725, 0.0437195785343647, 0.015851112082600594, -0.009722629562020302, 0.0067643700167536736, -0.08603836596012115, -0.03608892858028412, -0.0733574703335762, 0.02526962198317051, -0.0130126578733325, 0.012358338572084904, -0.046115677803754807, -0.0161183699965477, -0.019205650314688683, 0.02893749624490738, -0.014763652347028255, -0.06141384318470955, 0.0008639777661301196, -0.019574280828237534, 0.01691092550754547, 0.020311541855335236, -0.03607049584388733, 0.0007338051218539476, 0.01837623119354248, 0.005967206787317991, -0.020108794793486595, 0.11029425263404846, -0.04246623441576958, 0.060160502791404724, 0.045857638120651245, 0.03903797268867493, -0.002720954129472375, 0.08714425563812256, -0.023039408028125763, 0.016293469816446304, -0.02864259108901024, -0.004806020297110081, 0.0016887885285541415, -0.012220101431012154, 0.03929601237177849, -0.010662637650966644, 0.011750098317861557, -0.0147267896682024, -0.037821490317583084, -0.04736902192234993, 0.031149279326200485, -0.012634810991585255, -0.00645564217120409, 0.02219155803322792, -0.08065635710954666, -0.0022509500849992037, 0.023997846990823746, 0.04265055060386658, 0.026707280427217484, -0.024624519050121307, -0.021214686334133148, 0.05536830425262451, 0.038116395473480225, -0.012358338572084904, -0.003571108216419816, -0.009372430853545666, -0.06377308070659637, 0.020606447011232376, 0.013666976243257523, 0.019850753247737885, -0.00044926843838766217, -0.00802232138812542, -0.05861225351691246, 0.02506687492132187, -0.03210771828889847, 0.030282996594905853, 0.004764549434185028, 0.003029682207852602, -0.024182161316275597, -0.00028943255892954767, -0.00560779171064496, 0.08684935420751572, 0.0628146380186081, 0.026522966101765633, -0.07741241157054901, 0.023997846990823746, 0.030614765360951424, -0.013537955470383167, -0.031315162777900696, -0.03341635689139366, 0.04324036091566086, -0.015777386724948883, -0.011326172389090061, -0.0011462104739621282, 0.012054217979311943, 0.035056762397289276, -0.06498955935239792, -0.03907483443617821, -0.023850394412875175, -0.0257488414645195, -0.03607049584388733, -0.006921038031578064, 0.009824003092944622, 0.0294535793364048, -0.018385447561740875, -0.012883637100458145, -0.0014653062680736184, 0.0036678737960755825, 0.01256108470261097, 0.03721325099468231, -0.02237587235867977, -0.012588731944561005, -0.015316598117351532, -0.0028845337219536304, -0.023905688896775246, 0.04106543958187103, -0.004912001546472311, -0.023223722353577614, 0.0222284197807312, 0.0222284197807312, 0.01633954793214798, 0.014708357863128185, 0.011123426258563995, -0.038927383720874786, -0.01887388341128826, 0.0167634729295969, -0.08028772473335266, 0.007787319831550121, -0.03756345063447952, 0.004398223012685776, -0.04342467710375786, -0.011132641695439816, 0.008907034993171692, 0.07918183505535126, 0.020680172368884087, 0.011344604194164276, 0.01271775271743536 ]
10,383
fastapi.applications
delete
null
def delete( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.delete( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, operation_id=operation_id, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37b9fc0>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.03262796998023987, -0.03614063560962677, -0.044324785470962524, -0.07908932864665985, -0.002446644939482212, -0.021619196981191635, -0.057759832590818405, 0.054428230971097946, -0.04468691721558571, 0.04302111640572548, 0.06163462996482849, -0.008491963148117065, 0.028879916295409203, -0.055623263120651245, 0.0106285335496068, 0.009596461430191994, 0.03681057691574097, -0.005377639550715685, 0.005567758344113827, -0.08937383443117142, 0.051857102662324905, 0.04417993500828743, -0.010945397429168224, -0.0046579050831496716, 0.034927498549222946, 0.00011104395525762811, 0.012285280972719193, 0.0330263115465641, 0.03983436897397041, 0.011452380567789078, -0.007550423499196768, 0.030183587223291397, -0.05852030590176582, 0.09256058186292648, -0.05269000306725502, 0.047366686165332794, 0.02314014546573162, 0.019048070535063744, -0.0578322596848011, -0.042152002453804016, -0.06862375140190125, 0.021673517301678658, -0.015453924424946308, -0.031197551637887955, 0.062250252813100815, -0.002953627845272422, -0.02587423287332058, 0.018740259110927582, -0.011389007791876793, 0.011995576322078705, 0.005164887756109238, -0.028644531965255737, 0.004680538084357977, 0.02323067933320999, 0.02857210487127304, -0.009569301269948483, 0.018015997484326363, 0.04331082105636597, 0.029875775799155235, -0.035343948751688004, 0.034112703055143356, 0.07025334239006042, -0.04153638333082199, 0.03391353040933609, 0.016069546341896057, -0.016359250992536545, 0.027612458914518356, 0.0242446456104517, -0.0014553123619407415, -0.03136051073670387, -0.03561554476618767, 0.02194511517882347, 0.031632110476493835, -0.00669488962739706, 0.08140696585178375, -0.03925495967268944, 0.040305137634277344, -0.03318927064538002, 0.03155968338251114, -0.027558140456676483, 0.015218539163470268, -0.06427818536758423, -0.014331319369375706, -0.021076001226902008, -0.002171651925891638, -0.01685718074440956, 0.03501803055405617, -0.045918162912130356, 0.01676664687693119, 0.0348188579082489, -0.031197551637887955, -0.040703482925891876, -0.10414876788854599, -0.029223941266536713, 0.01205894909799099, -0.0008498752722516656, 0.029875775799155235, -0.03512667119503021, 0.05526113137602806, -0.02151055820286274, 0.02467920072376728, 0.015481083653867245, -0.023810088634490967, 0.03165021538734436, 0.020514698699116707, -0.018468661233782768, -0.002383272163569927, -0.03682868182659149, 0.00456510903313756, -0.004601322114467621, -0.024534348398447037, 0.07583015412092209, 0.015300018712878227, -0.047402895987033844, 0.023918727412819862, -0.004282194655388594, -0.01629587821662426, -0.05747012794017792, -0.044071294367313385, -0.025131864473223686, 0.004395360127091408, -0.04743910953402519, -0.02920583449304104, -0.04175366088747978, 0.06406090408563614, 0.07003606110811234, -0.008224891498684883, -0.007428204175084829, -0.039580877870321274, -0.010700959712266922, -0.01796167902648449, 0.0010971425799652934, 0.057071786373853683, 0.023031506687402725, 0.019319668412208557, 0.03384110704064369, 0.004689591471105814, 0.009524035267531872, -0.02643553540110588, 0.018405288457870483, 0.003863481106236577, 0.04718561843037605, 0.02160109207034111, 0.010782439261674881, 0.04465070366859436, 0.005232787225395441, 0.02502322569489479, -0.06808055937290192, -0.030654355883598328, 0.05392124876379967, -0.016703274101018906, -0.030690569430589676, 0.057289063930511475, -0.002883465029299259, -0.03442051634192467, 0.02241588570177555, -0.02549399621784687, -0.03105270117521286, -0.025095650926232338, -0.05029994249343872, 0.025910446420311928, 0.01603333279490471, 0.06181569769978523, -0.027268435806035995, 0.03939981013536453, -0.03588714450597763, -0.03896525502204895, 0.02907908894121647, -0.06040338799357414, 0.005173941142857075, -0.01488356851041317, 0.04153638333082199, 0.02408168651163578, -0.01783493347465992, -0.05214680731296539, 0.05008266493678093, 0.026489853858947754, 0.003825004678219557, -0.04515768587589264, -0.0685151144862175, 0.018921324983239174, -0.03221151977777481, 0.003607726190239191, 0.0018095214618369937, -0.0026571333874017, 0.03751673176884651, 0.003521720180287957, -0.002779352478682995, 0.017635760828852654, 0.02027931436896324, -0.06116386130452156, -0.011714925058186054, 0.08466614037752151, 0.02630878984928131, -0.011171729303896427, -0.027340861037373543, 0.012221908196806908, -0.045737095177173615, 0.08539039641618729, -0.03950845077633858, 0.001259535551071167, 0.004780123941600323, 0.03576039895415306, 0.008143411949276924, -0.014322265982627869, 0.0077133821323513985, 0.056094031780958176, -0.00872734747827053, -0.03751673176884651, -0.008501016534864902, -0.007210925687104464, 0.003173169447109103, 0.007532316725701094, -0.02314014546573162, 0.05555083602666855, -0.009723206982016563, 0.00868208147585392, -0.000539235130418092, 0.05638373643159866, -0.04113803803920746, 0.01659463532269001, 0.06587155908346176, 0.018722152337431908, -0.0066586765460669994, 0.004232401493936777, 0.012538773007690907, -0.03284524753689766, 0.024733521044254303, -0.005010982509702444, -0.05011887848377228, 0.025693167001008987, 0.000314035132760182, 0.05696314573287964, -0.0437091663479805, -0.045230112969875336, -0.032990097999572754, -0.027576247230172157, -0.011461433954536915, -0.00985900592058897, -0.07036197930574417, 0.04917733743786812, 0.003078110283240676, 0.04273141175508499, 0.03516288101673126, 0.007079653441905975, 0.016522210091352463, -0.016187237575650215, 0.001299143536016345, 0.02292286790907383, -0.09712342917919159, -0.010728119872510433, -0.01912049576640129, 0.018405288457870483, 0.0029242048040032387, 0.050806924700737, -0.0044609964825212955, -0.0079578198492527, -0.03700974956154823, -0.011850723996758461, 0.03532584011554718, -0.048054732382297516, -0.014449011534452438, -0.015761734917759895, 0.028336720541119576, -0.004395360127091408, -0.021112214773893356, 0.011452380567789078, 0.018450554460287094, 0.01933777518570423, 0.009533088654279709, -0.005857462529093027, -0.01714688539505005, 0.012765103951096535, -0.03617684915661812, 0.00010213215136900544, 0.030944060534238815, -0.015363391488790512, -0.07032576203346252, 0.021365705877542496, -0.0032478589564561844, -0.010193976573646069, -0.11414357274770737, 0.0531969889998436, 0.01464818324893713, 0.017898306250572205, 0.07691654562950134, 0.025131864473223686, 0.04066726937890053, 0.029097195714712143, 0.038892827928066254, 0.05218302085995674, -0.008840513415634632, -0.0014247576473280787, 0.005708083976060152, 0.0026231836527585983, 0.008102672174572945, -0.07720624655485153, 0.018794579431414604, 0.04153638333082199, -0.01103593036532402, -0.010791492648422718, 0.007500630337744951, 0.07014469802379608, -0.03347897529602051, -0.009261490777134895, -0.019917184486985207, 0.08169666677713394, 0.0018061264418065548, -0.005549651570618153, 0.07698896527290344, -0.004635272081941366, 0.022035647183656693, -0.048778992146253586, -0.015001260675489902, -0.011416167952120304, 0.029586071148514748, 0.020043930038809776, 0.025204291567206383, -0.021800262853503227, -0.007355778012424707, 0.013760963454842567, 0.004159975331276655, -0.05450065806508064, 0.04580952227115631, 0.041029397398233414, -0.05913592875003815, 0.004513052757829428, 0.006423291750252247, 0.019428307190537453, 0.005907255690544844, 0.0030871634371578693, 0.008143411949276924, -0.03507234901189804, -0.032827138900756836, 0.04182608425617218, -0.06847889721393585, 0.06952907890081406, -0.028590211644768715, 0.0010117023484781384, 0.07966873794794083, -0.015634989365935326, -0.006957434583455324, 0.044542066752910614, 0.027087369933724403, -0.07249855250120163, 0.000927393848542124, 0.041681233793497086, 0.015942800790071487, 0.05366775766015053, -0.011506699956953526, 0.032139092683792114, 0.06170705705881119, 0.024154111742973328, 0.055876754224300385, 0.026290683075785637, -0.03478264436125755, 0.005848409608006477, 0.03762537240982056, 0.011923150159418583, -0.0413191020488739, -0.03023790568113327, -0.029586071148514748, -0.030545717105269432, 0.029712816700339317, 0.01351652480661869, -0.04888763278722763, -0.023411745205521584, -0.04446963965892792, -0.03344276174902916, -0.016069546341896057, -0.000651269278023392, -0.009062319062650204, -0.04624408110976219, 0.013145341537892818, 0.034529153257608414, 0.04273141175508499, -0.006613410543650389, -0.009551195427775383, -0.04769260063767433, 0.017735347151756287, -0.03588714450597763, -0.019066177308559418, 0.03203045204281807, -0.06293830275535583, 0.01293711643666029, 0.030129266902804375, 0.019392093643546104, -0.023411745205521584, -0.06116386130452156, 0.014267946593463421, 0.05294349417090416, -0.05406609922647476, -0.0342937707901001, -0.0015696098562330008, 0.010700959712266922, -0.021872689947485924, -0.037480518221855164, 0.013462205417454243, -0.019989609718322754, 0.0009002340957522392, 0.050444792956113815, 0.03617684915661812, 0.008745454251766205, 0.024751627817749977, 0.006645096931606531, -0.0009952933760359883, 0.0007304853643290699, 0.04888763278722763, -0.0325736477971077, 0.040305137634277344, 0.02779352478682995, 0.011081196367740631, 0.0030305807013064623, 0.04106561094522476, 0.0018672359874472022, 0.08640436828136444, -0.0342213436961174, 0.0602223202586174, 0.01306386198848486, -0.004397623706609011, 0.01464818324893713, 0.033768679946660995, 0.03208477422595024, -0.022596949711441994, 0.018957538530230522, 0.038892827928066254, -0.01629587821662426, 0.03244690224528313, 0.017164990305900574, -0.01221285481005907, 0.01590658724308014, -0.07452648133039474, -0.044542066752910614, -0.025131864473223686, -0.03358761593699455, 0.06793570518493652, -0.01855919323861599, 0.018296649679541588, 0.026417428627610207, -0.0019000540487468243, -0.00017201204900629818, 0.011497646570205688, -0.039617087692022324, -0.056347522884607315, -0.033297911286354065, -0.002042643027380109, 0.011054037138819695, -0.015807000920176506, 0.0484168641269207, -0.02207186073064804, 0.08698377013206482, 0.03264607489109039, 0.014539544470608234, 0.0027272962033748627, -0.058194391429424286, -0.05812196433544159, 0.02857210487127304, 0.0008753375732339919, -0.06981877982616425, -0.07409192621707916, 0.06257616728544235, 0.022180499508976936, -0.004313881043344736, -0.04186229780316353, -0.004182608798146248, 0.07105002552270889, 0.04399887099862099, 0.01400540117174387, -0.029097195714712143, -0.05645616352558136, -0.013733803294599056, -0.03476453945040703, -0.046171654015779495, 0.08155181258916855, -0.018278542906045914, 0.031414829194545746, 0.050879351794719696, -0.008908413350582123, -0.02741328813135624, -0.005825776141136885, 0.0801757201552391, -0.06952907890081406, 0.0024149585515260696, -0.0354163758456707, 0.02018878236413002, 0.008175098337233067, -0.012493506073951721, 0.0014451275346800685, 0.03230205178260803, -0.0377340093255043, -0.003041897201910615, -0.011977470479905605, -0.01984475739300251, -0.07525074481964111, 0.04921355098485947, -0.035180989652872086, -0.035054244101047516, -0.03371436148881912, -0.039291173219680786, -0.03686489537358284, 0.002403642050921917, -0.04175366088747978, 0.0147749288007617, -0.029368793591856956, 0.016748540103435516, -0.018188010901212692, 0.05573190003633499, -0.017690081149339676, -0.04646135866641998, -0.022560738027095795, -0.09306757152080536, 0.037806436419487, 0.003071320243179798, 0.036593299359083176, 0.0003377999528311193, 0.042188216000795364, -0.014512384310364723, -0.007224505767226219, 0.04211578890681267, 0.03666572645306587, 0.0425141341984272, 0.024950798600912094, 0.002156940521672368, 0.026761451736092567, -0.03715460002422333, -0.04157259315252304, -0.003695995546877384, -0.019699905067682266, 0.08553525060415268, 0.028155654668807983, -0.011416167952120304, 0.03335222974419594, -0.01323587354272604, 0.020387953147292137, 0.04816337302327156, 0.0032750186510384083, -0.10494545102119446, -0.026670919731259346, -0.0008063064306043088, 0.0027476660907268524, -0.015254751779139042, 0.04628029093146324, -0.06902209669351578, 0.013281140476465225, -0.04345567524433136, -0.008831460028886795, 0.028680745512247086, 0.011977470479905605, 0.01950073428452015, 0.049032486975193024, -0.0436367392539978, -0.03472832590341568, 0.022995293140411377, -0.014919781126081944, -0.0115248067304492, 0.0661250501871109, 0.003725418820977211, -0.047113191336393356, 0.041029397398233414, -0.04150016978383064, -0.03300820663571358, 0.004583215806633234, 0.016024280339479446, -0.0028200922533869743, 0.046388931572437286, 0.07684411853551865, 0.06391604989767075, -0.028155654668807983, 0.04624408110976219, -0.0401964969933033, -0.06391604989767075, -0.019265348091721535, 0.03172264248132706, -0.017726292833685875, -0.004879710264503956, 0.03758915886282921, 0.00294004799798131, -0.05106041580438614, 0.016458837315440178, 0.02464298903942108, 0.029097195714712143, -0.03670193627476692, 0.003157326253131032, -0.05381260812282562, -0.03610442206263542, -0.008075512945652008, 0.03146915137767792, -0.00498382281512022, 0.014611970633268356, -0.017246469855308533, -0.039110105484724045, 0.0014869988663122058, 0.018595406785607338, -0.020152568817138672, -0.01244824007153511, 0.08539039641618729, -0.020170675590634346, 0.0212570670992136, -0.0578322596848011, 0.0437091663479805, 0.03221151977777481, -0.003963066730648279, 0.045737095177173615, -0.014023507945239544, -0.009379182942211628, 0.07289689034223557, -0.03686489537358284, -0.01359800435602665, -0.0325736477971077, -0.039798155426979065, -0.01950073428452015, -0.03655708581209183, -0.02813754789531231, -0.0437815897166729, 0.0035873563028872013, -0.014041614718735218, 0.029622284695506096, 0.04562845826148987, -0.005133201368153095, -0.039363596588373184, -0.013172500766813755, -0.08140696585178375, -0.013000489212572575, 0.004734857939183712, -0.04345567524433136, 0.07438162714242935, -0.030563823878765106, 0.01503747422248125, -0.04816337302327156, 0.0023198991548269987, 0.009822793304920197, 0.003462874097749591, -0.019826650619506836, 0.0484892912209034, -0.0001530567678855732, -0.0895911157131195, 0.006056634709239006, 0.014077827334403992, 0.034619685262441635, -0.03300820663571358, 0.0543920174241066, -0.0019713484216481447, -0.061308711767196655, 0.06779085099697113, -0.08770803362131119, 0.02442570962011814, -0.019663691520690918, -0.020206889137625694, 0.07640956342220306, -0.018450554460287094, -0.03673814982175827, 0.010664746165275574, -0.03614063560962677, -0.05779604613780975, -0.006771842483431101, 0.010538000613451004, -0.004716751165688038, -0.006061161402612925, -0.011977470479905605, 0.00498382281512022, -0.033080630004405975, -0.03244690224528313, 0.039580877870321274, 0.01852298155426979, -0.014575757086277008, -0.03212098404765129, 0.04302111640572548, -0.07130351662635803, 0.03547069430351257, -0.0695652887225151, -0.016866233199834824, -0.010275456123054028, 0.01667611487209797, 0.04479555785655975, -0.0674649327993393, 0.015218539163470268, 0.022832335904240608, 0.0016567475395277143, 0.001989454962313175, 0.025475889444351196, -0.013371673412621021, 0.055876754224300385, 0.010972557589411736, 0.005866515915840864, 0.02677955850958824, -0.0016069546109065413, 0.009460662491619587, 0.05576811358332634, -0.005929888691753149, -0.037878863513469696, -0.04982917383313179, -0.02976713702082634, 0.00567639758810401, -0.04414372146129608, -0.037661582231521606, -0.006599830463528633, -0.03585093095898628, -0.07742352783679962, 0.007659062743186951, 0.02989388257265091, 0.030310332775115967, -0.005368586163967848, -0.013118181377649307, 0.020605232566595078, -0.01554445642977953, 0.03704596310853958, 0.015281911939382553, -0.04921355098485947, -0.023882513865828514, -0.018740259110927582, 0.011959363706409931, 0.01962747983634472, 0.05062586069107056, -0.019989609718322754, 0.030129266902804375, 0.05497142672538757, -0.022832335904240608, 0.000901365710888058, 0.025331037119030952, 0.009397289715707302, -0.04200715199112892, -0.02044227346777916, 0.06138113886117935, 0.029060982167720795, 0.009795633144676685, -0.05931699648499489, 0.0566372275352478, 0.045266326516866684, 0.024190325289964676, 0.018667833879590034, 0.0271597970277071, -0.004313881043344736, -0.03644844517111778, -0.021999435499310493, 0.027956483885645866, -0.047149404883384705, 0.015146113000810146, 0.001062061171978712, 0.05627509579062462, -0.01319060754030943, -0.024480029940605164, 0.04613544046878815, -0.019862864166498184, -0.03349708020687103, 0.010085337795317173, 0.006921221502125263, 0.01587037369608879, 0.06692174077033997, 0.01710161752998829, -0.09248816221952438, -0.0003078110166825354, -0.03874797746539116, 0.03903768211603165, 0.022959081456065178, -0.013996348716318607, -0.05240029841661453, -0.008116252720355988, 0.009533088654279709, 0.03666572645306587, 0.015671202912926674, -0.009542142041027546, 0.002446644939482212, -0.03391353040933609, -0.03159589692950249, 0.02505943924188614, 0.017463749274611473, 0.02113032154738903, 0.0027906689792871475 ]
10,384
starlette.applications
exception_handler
null
def exception_handler( self, exc_class_or_status_code: typing.Union[int, typing.Type[Exception]] ) -> typing.Callable: def decorator(func: typing.Callable) -> typing.Callable: self.add_exception_handler(exc_class_or_status_code, func) return func return decorator
(self, exc_class_or_status_code: Union[int, Type[Exception]]) -> Callable
[ -0.0022859477903693914, -0.0684390738606453, 0.004329140298068523, 0.03438137471675873, 0.03207969292998314, -0.0049989656545221806, -0.02618163265287876, 0.017514361068606377, 0.021488359197974205, 0.0009440492722205818, 0.05355007201433182, -0.045170508325099945, 0.06444709748029709, -0.07199949026107788, -0.007138810586184263, 0.05797361582517624, -0.010888035409152508, 0.02560621313750744, 0.034687068313360214, -0.05646313726902008, -0.001909452024847269, -0.010195732116699219, 0.010168759152293205, 0.012713196687400341, -0.03840931877493858, 0.049306344240903854, -0.0034277979284524918, 0.029760029166936874, 0.038984738290309906, -0.07732213288545609, 0.03984786942601204, -0.028824971988797188, -0.05491669476032257, -0.0017891981406137347, -0.014772123657166958, 0.03790582716464996, -0.00944049283862114, 0.04948616400361061, -0.03840931877493858, -0.021020829677581787, -0.09544787555932999, -0.0018397722160443664, -0.02744036540389061, -0.030263522639870644, 0.051643989980220795, 0.04585382342338562, 0.007538907695561647, -0.017900971695780754, 0.023879950866103172, -0.036898840218782425, -0.026864945888519287, -0.005542918108403683, 0.07113636285066605, -0.018017854541540146, 0.028753044083714485, 0.04513454809784889, 0.01670517586171627, 0.0013407747028395534, 0.00047652010107412934, -0.03319457173347473, -0.028537260368466377, 0.022747091948986053, -0.01628260314464569, 0.04294075444340706, 0.025965850800275803, 0.0258939228951931, -0.04196973517537117, 0.013045862317085266, -0.0046438234858214855, 0.009764166548848152, 0.042581118643283844, -0.022333508357405663, 0.0011710706166923046, -0.012173740193247795, 0.05229133740067482, -0.048802852630615234, -0.07070479542016983, -0.04689677059650421, 0.02438344433903694, 0.04513454809784889, 0.055024586617946625, -0.041861843317747116, -0.023574259132146835, 0.01967218890786171, 0.08494645357131958, -0.09149186313152313, -0.07394153624773026, -0.04635731503367424, -0.05002561956644058, 0.07401346415281296, -0.044954728335142136, -0.06642510741949081, -0.049342308193445206, -0.05020543932914734, 0.017658216878771782, 0.012272640131413937, 0.0388408862054348, -0.014772123657166958, 0.0518597736954689, -0.01711875945329666, 0.0181257463991642, 0.03988383337855339, 0.0802711620926857, 0.014844050630927086, 0.06023933365941048, -0.04783182963728905, -0.011868048459291458, 0.00390431797131896, 0.01188602950423956, -0.0050888750702142715, 0.01365724578499794, -0.043120574206113815, 0.0291486456990242, -0.017064815387129784, 0.007156792562454939, -0.011292627081274986, 0.006365589331835508, 0.032601166516542435, -0.022279562428593636, 0.0258939228951931, 0.0700574442744255, -0.039991725236177444, -0.014844050630927086, 0.038481246680021286, 0.013567336834967136, -0.0070848651230335236, -0.02560621313750744, 0.016309574246406555, 0.0007496200851164758, -0.0015441948780789971, -0.021704142913222313, 0.053442180156707764, -0.02923855558037758, -0.024113716557621956, 0.016012873500585556, 0.045422255992889404, -0.04891074448823929, 0.07703442126512527, -0.01913273148238659, -0.010645279660820961, -0.030641142278909683, 0.0427609384059906, -0.00715229706838727, -0.005475485697388649, 0.021776070818305016, -0.0019397964933887124, -0.006779172923415899, 0.025246575474739075, 0.042041659355163574, -0.008667271584272385, 0.03179198503494263, 0.029724065214395523, 0.022711127996444702, 0.02501280978322029, -0.05621138960123062, 0.020157700404524803, 0.0077636814676225185, 0.011463455855846405, 0.06775576621294022, 0.030838942155241966, 0.009782148525118828, 0.004801164846867323, 0.06383571028709412, -0.051176462322473526, 0.01449340395629406, 0.003605369245633483, -0.018485384061932564, 0.009404528886079788, -0.01692095957696438, -0.02163221500813961, 0.0077636814676225185, -0.008132310584187508, 0.025156665593385696, 0.014241657219827175, 0.03747425973415375, 0.062001559883356094, 0.011103817261755466, 0.010240687057375908, 0.021362487226724625, -0.008999936282634735, 0.07890453934669495, 0.0010985811240971088, -0.03772600740194321, 0.050097547471523285, 0.01799987256526947, 0.05329832434654236, 0.014133766293525696, 0.012515395879745483, -0.007368079852312803, -0.0103755509480834, -0.009071864187717438, -0.004652814473956823, 0.01158932875841856, 0.007417529821395874, 0.00285012973472476, 0.002739990595728159, -0.03729444369673729, -0.020894957706332207, 0.035100650042295456, -0.03448926657438278, 0.026613198220729828, 0.048551104962825775, 0.04998965561389923, 0.036898840218782425, 0.0032457313500344753, 0.01758628897368908, 0.03387788310647011, 0.03569405525922775, -0.06387167423963547, -0.0427609384059906, -0.0052731893956661224, -0.06797154992818832, -0.027044763788580894, 0.03423751890659332, 0.03191785514354706, 0.012749160639941692, -0.004706759937107563, -0.0103755509480834, 0.04319250211119652, 0.00952141173183918, -0.005745213944464922, 0.03168409317731857, -0.030173612758517265, -0.03912859410047531, 0.1035756915807724, 0.010051877237856388, -0.027134673669934273, -0.05649910122156143, 0.02443739026784897, 0.0310367438942194, -0.03912859410047531, 0.059951625764369965, -0.03537037968635559, 0.0017363763181492686, -0.006468985229730606, -0.018719147890806198, 0.08386754244565964, 0.003225501626729965, -0.035891853272914886, -0.015383508056402206, 0.055564042180776596, 0.00991701241582632, 0.04740026593208313, 0.003875097492709756, 0.05772186815738678, 0.0069095417857170105, 0.007943500764667988, 0.08983752876520157, -0.059160422533750534, 0.013351554051041603, -0.03981190547347069, 0.046465206891298294, -0.023736096918582916, -0.04294075444340706, -0.022872965782880783, 0.02405977062880993, -0.037150587886571884, -0.004837128799408674, 0.004603364039212465, 0.053765855729579926, 0.012731178663671017, -0.00939553789794445, 0.04815550521016121, -0.03287089616060257, -0.016606276854872704, -0.040818892419338226, 0.0040594120509922504, -0.021560287103056908, 0.07487659156322479, 0.04686080664396286, -0.029076717793941498, 0.0291486456990242, 0.01841345615684986, -0.00014153715164866298, -0.009305628947913647, 0.024005824699997902, -0.07947995513677597, -0.016264621168375015, -0.03375200927257538, 0.026918889954686165, 0.01875511184334755, -0.017676198855042458, -0.02100284956395626, 0.022872965782880783, -0.006032924633473158, 0.044918764382600784, 0.0037110126577317715, 0.050888750702142715, 0.02121863141655922, -0.030227558687329292, 0.023861968889832497, 0.005133830010890961, 0.03583790734410286, 0.006725226994603872, 0.03956016153097153, -0.0035626620519906282, -0.006226229947060347, -0.03006572090089321, 0.00485511077567935, -0.015014879405498505, 0.03501074016094208, -0.015428462065756321, 0.025318503379821777, -0.02305278368294239, -0.011499418877065182, -0.030964815989136696, 0.05750608816742897, 0.011427491903305054, -0.04635731503367424, 0.017532343044877052, 0.0035941305104643106, 0.034183572977781296, -0.07012937217950821, -0.0036593147087842226, 0.01904282346367836, 0.03261914849281311, 0.005745213944464922, 0.03644929453730583, 0.0063565983437001705, 0.02832147851586342, -0.020067790523171425, -0.009530401788651943, -0.006522931158542633, -0.007345602381974459, 0.03657516464591026, -0.019186677411198616, 0.022405436262488365, -0.008999936282634735, -0.030964815989136696, 0.028878916054964066, -0.03603570908308029, -0.06085072085261345, 0.001585777965374291, -0.021830014884471893, 0.042832862585783005, -0.036107636988162994, 0.0659216120839119, -0.017361516132950783, -0.002124110935255885, -0.02276507392525673, -0.02639741636812687, -0.013000907376408577, 0.032852914184331894, 0.06444709748029709, -0.04042329266667366, -0.05002561956644058, 0.0052731893956661224, 0.00005942453208263032, 0.0059475102461874485, 0.057865723967552185, 0.01309081632643938, -0.032133638858795166, -0.04117853194475174, 0.02087697573006153, 0.0028051750268787146, -0.01449340395629406, 0.010006922297179699, -0.0530465766787529, 0.049090560525655746, -0.0491984523832798, -0.0006439764983952045, 0.01050142478197813, -0.000007208560873550596, -0.006702749989926815, -0.03369806334376335, 0.08163778483867645, -0.01853932999074459, -0.035100650042295456, 0.030964815989136696, 0.015797091647982597, 0.03517257794737816, 0.018071800470352173, -0.027584221214056015, -0.0258939228951931, 0.036233510822057724, -0.04178991541266441, -0.028447352349758148, 0.001619494054466486, -0.0569666288793087, 0.052938688546419144, 0.04067503660917282, -0.0323314405977726, 0.01745142601430416, -0.07041708379983902, 0.01397192943841219, -0.020409446209669113, 0.028465334326028824, 0.0040953755378723145, -0.06491462886333466, 0.019150713458657265, -0.007048901170492172, -0.03761811554431915, -0.011715201660990715, 0.021865978837013245, -0.021182667464017868, -0.041825879365205765, -0.05031333118677139, 0.031630147248506546, 0.016399484127759933, 0.04488280043005943, -0.004241478629410267, 0.020229626446962357, 0.041286420077085495, 0.0015891495859250426, 0.06376378238201141, 0.03515459597110748, -0.033805955201387405, 0.005439522210508585, 0.031935837119817734, 0.016237648203969002, -0.048802852630615234, 0.015446444042026997, 0.013018889352679253, 0.016723157837986946, -0.03704269602894783, 0.0207511018961668, -0.03448926657438278, -0.017891980707645416, -0.02535446546971798, -0.007772672455757856, 0.01632755622267723, 0.012713196687400341, 0.03414761275053024, 0.013315590098500252, -0.006504949182271957, 0.001311554224230349, 0.013765137642621994, 0.00879314448684454, -0.053765855729579926, -0.007651294581592083, -0.013747155666351318, 0.0004183599376119673, -0.0055878725834190845, -0.0337340272963047, 0.008217724040150642, -0.017343534156680107, -0.03128848969936371, 0.0010985811240971088, 0.02105679363012314, 0.03537037968635559, 0.016471412032842636, -0.009701230563223362, -0.0062666889280080795, 0.010051877237856388, 0.024005824699997902, -0.057326268404722214, -0.0012744665145874023, 0.020930921658873558, 0.05070893093943596, -0.04297671839594841, 0.042329370975494385, 0.0031153627205640078, -0.007062387652695179, 0.030083702877163887, 0.027494311332702637, -0.01895291358232498, -0.04146623983979225, -0.06994955241680145, 0.025624195113778114, 0.01528460718691349, 0.0035559190437197685, 0.005457503721117973, -0.00705789215862751, -0.08473066985607147, -0.0582972913980484, 0.02539042942225933, 0.06405149400234222, -0.03421953693032265, -0.0017554820515215397, -0.00541704474017024, 0.03188189119100571, -0.03555019944906235, -0.004443774931132793, -0.019276587292551994, 0.009997931309044361, 0.04250919073820114, 0.020481374114751816, -0.004630337003618479, 0.027458347380161285, 0.041286420077085495, 0.06660492718219757, 0.03457917645573616, 0.05905253067612648, -0.003614360000938177, -0.021290559321641922, 0.01505983341485262, 0.022639200091362, -0.036934804171323776, 0.00424822187051177, 0.027242565527558327, -0.0139269744977355, 0.04225744307041168, -0.00481465132907033, 0.022099744528532028, 0.03324851766228676, -0.03216960281133652, 0.0029670121148228645, 0.010789134539663792, 0.01004288624972105, -0.031630147248506546, 0.022027816623449326, -0.03981190547347069, -0.03524450585246086, -0.04991772770881653, 0.04873092472553253, -0.04509858414530754, -0.004241478629410267, 0.0037829403299838305, -0.05538422241806984, -0.022405436262488365, -0.003746976610273123, 0.05858499929308891, -0.0059969606809318066, -0.004176293965429068, -0.03502872213721275, -0.013747155666351318, 0.0046797869727015495, -0.0038031700532883406, 0.006653299555182457, 0.06336818635463715, 0.05721837654709816, 0.0181257463991642, 0.07365382462739944, 0.03421953693032265, -0.018647221848368645, -0.0015082311583682895, 0.0880393385887146, 0.01140051893889904, 0.013864037580788136, 0.059376202523708344, -0.05653506517410278, 0.01686701364815235, 0.004041430074721575, -0.0027422383427619934, 0.03335640951991081, 0.011553364805877209, -0.05261501297354698, 0.03608965501189232, 0.016363520175218582, -0.00021184915385674685, -0.024293534457683563, 0.07074075937271118, -0.03011966682970524, -0.0014958685496822, -0.06397956609725952, -0.08077465742826462, -0.048299357295036316, -0.008622316643595695, -0.055815789848566055, -0.03031746856868267, 0.0004897255566902459, -0.03207969292998314, 0.06275679916143417, 0.03423751890659332, 0.01916869543492794, 0.056067537516355515, 0.008532407693564892, 0.039488233625888824, 0.005695763975381851, 0.013756146654486656, 0.007466980256140232, 0.005547413136810064, -0.012137776240706444, -0.04218551516532898, -0.05693066865205765, 0.017514361068606377, 0.051428209990262985, 0.033302463591098785, -0.06836714595556259, -0.061534032225608826, -0.06631721556186676, 0.03657516464591026, -0.04603363946080208, -0.05301061272621155, -0.051176462322473526, 0.014844050630927086, 0.00032985530560836196, -0.058944638818502426, 0.009044891223311424, -0.053478144109249115, -0.0775379166007042, -0.06912238895893097, -0.046501170843839645, -0.05534826219081879, -0.06797154992818832, -0.025821994990110397, -0.010123804211616516, 0.01569819077849388, -0.06775576621294022, 0.040818892419338226, -0.04013558104634285, -0.035064686089754105, -0.025084737688302994, -0.04473894461989403, 0.055779825896024704, 0.023628205060958862, -0.05700259283185005, 0.018575293943285942, 0.004994470160454512, 0.0335901714861393, -0.042365334928035736, 0.0028411387465894222, -0.03851721063256264, -0.019654206931591034, 0.05718241259455681, -0.01850336603820324, 0.010888035409152508, -0.03826546296477318, -0.046501170843839645, -0.05132031813263893, -0.048047613352537155, 0.045278400182724, 0.026757054030895233, 0.056571029126644135, -0.025426393374800682, 0.014367531053721905, -0.04556611180305481, -0.00006427121115848422, 0.030856924131512642, 0.029634157195687294, -0.03091087006032467, 0.012596314772963524, 0.0007580490782856941, -0.00607787910848856, 0.02087697573006153, -0.006100356578826904, 0.05484476685523987, -0.017361516132950783, -0.014835059642791748, 0.03711462393403053, -0.01603984646499157, 0.09264270216226578, 0.032259512692689896, -0.06678473949432373, -0.008617821149528027, 0.0119669483974576, -0.016183702275156975, 0.048083577305078506, 0.00424822187051177, -0.08681657165288925, 0.056103501468896866, -0.0413583479821682, -0.0595560222864151, -0.014915978536009789, 0.04189780727028847, 0.021434413269162178, -0.008285156451165676, -0.026577234268188477, 0.030299486592411995, -0.045709967613220215, -0.004693273454904556, 0.003443532157689333, -0.0827166959643364, -0.014457440003752708, -0.07940802723169327, 0.0053586033172905445, -0.025192629545927048, -0.03902070224285126, 0.029004789888858795, 0.0478677935898304, -0.03866106644272804, -0.002791688544675708, 0.04254515469074249, -0.033644117414951324, 0.03603570908308029, -0.014223676174879074, -0.011328591033816338, -0.05613946542143822, 0.047004662454128265, -0.020121736451983452, 0.01633654721081257, -0.020894957706332207, -0.04682484269142151, 0.013908992521464825, 0.024077752605080605, -0.01603984646499157, -0.026577234268188477, -0.01951035112142563, -0.03164812922477722, 0.006149806547909975, -0.01817070133984089, 0.0361795648932457, -0.06297258287668228, 0.010555369779467583, -0.030353432521224022, -0.030767016112804413, 0.011112808249890804, -0.01595892757177353, 0.030299486592411995, -0.02797982282936573, -0.023664169013500214, -0.022369472309947014, -0.03812160715460777, 0.01004288624972105, -0.0803430899977684, 0.012542368844151497, -0.034471284598112106, -0.09091643989086151, -0.010546378791332245, 0.07048901170492172, -0.022243598476052284, 0.01640847511589527, -0.021146703511476517, -0.020643210038542747, 0.03378797322511673, -0.08509030938148499, 0.046501170843839645, -0.02191992476582527, 0.013953947462141514, -0.0090628731995821, -0.020319536328315735, -0.025210611522197723, 0.060455117374658585, 0.03403972089290619, -0.03242135047912598, -0.005169793497771025, 0.019402461126446724, -0.01758628897368908, 0.017604270949959755, -0.005542918108403683, -0.05369392782449722, 0.02769211120903492, 0.03603570908308029, -0.034920834004879, 0.007242206484079361, -0.0907006561756134, -0.011202718131244183, -0.010771152563393116, 0.009764166548848152, 0.012848061509430408, 0.06545408070087433, -0.02438344433903694, -0.03733040392398834, -0.022603236138820648, 0.0006248707068152726, -0.013018889352679253, -0.015887001529335976, 0.02343040332198143, -0.03461514040827751, 0.02292691171169281, -0.016192693263292313, 0.009269664995372295, -0.04380388557910919, -0.021308541297912598, 0.11371748149394989, -0.005390071775764227, -0.0007586110150441527, 0.08163778483867645, 0.05448513105511665, 0.010492433793842793, -0.007615330629050732, 0.036107636988162994, 0.04434334486722946, 0.03452523052692413, 0.019780080765485764, -0.05639120936393738, 0.028699098154902458, 0.027584221214056015, 0.015985900536179543, 0.001900461153127253, -0.016902977600693703, 0.025462357327342033, -0.05301061272621155, -0.0700574442744255, 0.07052497565746307, 0.05380181595683098, -0.015176716260612011, 0.04945020005106926 ]
10,385
fastapi.applications
get
null
def get( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.get( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37b92d0>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.05402635037899017, -0.06110566481947899, -0.030869537964463234, -0.04463694244623184, 0.011885796673595905, 0.0032066500280052423, -0.022486139088869095, -0.020548641681671143, -0.04940616339445114, 0.010991567745804787, 0.07846861332654953, -0.00822504609823227, 0.057752303779125214, -0.034185636788606644, 0.045233096927404404, 0.03867541253566742, 0.062074411660432816, -0.011112661100924015, 0.03081364929676056, -0.052461449056863785, 0.06013691425323486, -0.001158539205789566, 0.0217036884278059, -0.009538444690406322, 0.04940616339445114, -0.002074891235679388, -0.022914623841643333, -0.028578076511621475, 0.055665768682956696, 0.0010461782803758979, 0.010115968063473701, -0.0032974702771753073, -0.03651436045765877, 0.04422708600759506, -0.029528195038437843, 0.0820455327630043, 0.02379022352397442, -0.0058823516592383385, -0.06609844416379929, -0.02151739038527012, -0.016962410882115364, -0.007228353060781956, 0.03176376596093178, -0.021740948781371117, 0.023175440728664398, -0.02265380695462227, -0.05395182967185974, -0.0019782492890954018, -0.015341619960963726, -0.010879788547754288, 0.03401796892285347, -0.010842529125511646, 0.006427272688597441, -0.001961948350071907, 0.017130078747868538, -0.010069393552839756, -0.01595640368759632, 0.0649806559085846, 0.04303478077054024, -0.013432067818939686, -0.00042935810051858425, 0.05797586217522621, 0.01815471611917019, 0.03793022409081459, -0.013189881108701229, 0.004946205299347639, -0.005211679730564356, 0.0010525822872295976, -0.016030922532081604, -0.014354242011904716, -0.012807970866560936, 0.04445064440369606, -0.020530013367533684, -0.021685058251023293, 0.060733068734407425, -0.05313212051987648, -0.012584413401782513, -0.06807319819927216, 0.01849936693906784, 0.003050625789910555, -0.0024707738775759935, -0.03038516454398632, -0.05890735238790512, -0.057528745383024216, -0.021331092342734337, -0.033552225679159164, 0.025578681379556656, -0.06643377989530563, -0.002403241116553545, 0.040985506027936935, -0.07038329541683197, -0.02906244993209839, -0.10261280089616776, 0.0005632596439681947, -0.011485256254673004, -0.034670013934373856, 0.03433467820286751, -0.024889379739761353, 0.06505517661571503, 0.020399603992700577, -0.007018767762929201, 0.01137347798794508, -0.032918814569711685, 0.052051592618227005, 0.017102133482694626, -0.01824786514043808, -0.007619578391313553, 0.020604532212018967, 0.024554044008255005, -0.01867634989321232, -0.0356760211288929, 0.07299146056175232, 0.03688695654273033, 0.004387312103062868, -0.005528385750949383, 0.03671928867697716, 0.015695586800575256, -0.009002839215099812, -0.05167899653315544, -0.013841923326253891, -0.04001675918698311, -0.0393088273704052, 0.007097944617271423, -0.04664895683526993, 0.0126682473346591, 0.07254434376955032, -0.030142977833747864, -0.018573885783553123, 0.008332166820764542, -0.02678961679339409, 0.016030922532081604, 0.010982252657413483, 0.0195426344871521, 0.07615852355957031, 0.011941686272621155, 0.03630943223834038, -0.05406361073255539, 0.04694703593850136, -0.023603925481438637, 0.0959060862660408, -0.009789947420358658, 0.013981646858155727, 0.00534674571827054, -0.023194070905447006, 0.0007090958533808589, 0.008001488633453846, 0.0754505917429924, -0.06512969732284546, 0.023957891389727592, 0.06170181557536125, 0.04959246143698692, -0.03990497812628746, 0.031558841466903687, 0.0031926778610795736, -0.014838616363704205, -0.008900375105440617, 0.006818498019129038, -0.012379486113786697, 0.029099710285663605, -0.026603318750858307, -0.014903820119798183, -0.028987931087613106, 0.030720500275492668, -0.08077871054410934, 0.02947230450809002, -0.027646586298942566, -0.04199151322245598, 0.024684453383088112, -0.008686132729053497, 0.01649666577577591, -0.02593264728784561, 0.03360811620950699, -0.031577467918395996, -0.0395323820412159, 0.001337850815616548, -0.01808951236307621, 0.020213305950164795, 0.0181826613843441, -0.04489775747060776, -0.03176376596093178, 0.024554044008255005, -0.05149269849061966, -0.08502629399299622, 0.035508353263139725, -0.005067299120128155, 0.07276790589094162, 0.027218101546168327, -0.025150196626782417, 0.008453261107206345, 0.051529958844184875, -0.03834007680416107, 0.007088629528880119, 0.10641327500343323, -0.012854545377194881, -0.04515857622027397, -0.05052395164966583, 0.01931907795369625, 0.009892410598695278, 0.05458524078130722, -0.005439894273877144, 0.025094307959079742, 0.007992173545062542, 0.03379441425204277, 0.03919704630970955, -0.030664611607789993, 0.01984071172773838, 0.04467420279979706, -0.022150803357362747, -0.02656606025993824, -0.028373148292303085, -0.027553437277674675, 0.007065342273563147, -0.0239765215665102, -0.03368263319134712, 0.0007964228861965239, 0.07138930261135101, 0.018331699073314667, -0.01029295101761818, 0.02066042087972164, -0.039755940437316895, 0.046686217188835144, 0.004312793258577585, 0.007200408261269331, 0.006031389813870192, -0.01405616570264101, 0.001169600640423596, 0.011727443896234035, 0.003115830011665821, -0.05052395164966583, -0.03357085585594177, 0.012519209645688534, -0.0031530894339084625, 0.06505517661571503, -0.06449628621339798, -0.09307435899972916, -0.003316099988296628, 0.023697074502706528, 0.039010751992464066, -0.007493827026337385, -0.0370359942317009, 0.06866935640573502, 0.010106652975082397, 0.021740948781371117, 0.012966323643922806, -0.01922592893242836, -0.040799207985401154, -0.0219272468239069, -0.005984815303236246, -0.010982252657413483, -0.05357923358678818, 0.018667034804821014, -0.001185319502837956, 0.02088397927582264, 0.001634762855246663, 0.011382793076336384, -0.05465976148843765, -0.03237855061888695, -0.12191325426101685, 0.016207905486226082, 0.014801356941461563, -0.048735491931438446, 0.037259552627801895, -0.023082291707396507, 0.021647799760103226, -0.047282371670007706, -0.027646586298942566, 0.010749380104243755, -0.0022949555423110723, -0.028652595356106758, 0.005472496617585421, 0.03834007680416107, 0.013422753661870956, -0.014046850614249706, -0.010870474390685558, -0.005435237195342779, -0.008611613884568214, 0.03889897093176842, -0.04001675918698311, -0.010665546171367168, -0.0003615340974647552, -0.035731907933950424, -0.06967536360025406, 0.021033016964793205, -0.019393596798181534, 0.020325085148215294, 0.02531786449253559, 0.01629173941910267, 0.07869217544794083, -0.005602905061095953, -0.026603318750858307, 0.09903588891029358, 0.010311581194400787, 0.0009774810168892145, -0.0017744861543178558, 0.039644163101911545, -0.016766797751188278, -0.0750034749507904, -0.022374359890818596, 0.057230670005083084, -0.052983082830905914, -0.008676817640662193, -0.02501978911459446, 0.07138930261135101, -0.00633412366732955, 0.01405616570264101, -0.019803451374173164, 0.04519583657383919, -0.02006426826119423, -0.04478598013520241, 0.0783940926194191, -0.013469328172504902, 0.009221739135682583, -0.026230724528431892, -0.036253541707992554, -0.059391725808382034, 0.018275810405611992, 0.022150803357362747, 0.07615852355957031, 0.043072041124105453, 0.018285125494003296, 0.0003071002138312906, 0.04433886706829071, -0.03897349163889885, -0.007433280348777771, 0.018844017758965492, -0.004366353619843721, 0.001694145263172686, 0.009501185268163681, 0.006697404198348522, 0.0015206554671749473, -0.015621067024767399, -0.01984071172773838, -0.013981646858155727, -0.008527779951691628, 0.0005641328752972186, -0.04303478077054024, 0.016766797751188278, -0.050188615918159485, -0.003886637045070529, 0.04269944503903389, 0.011671554297208786, -0.03060872107744217, 0.0011422381503507495, 0.0027478919364511967, -0.02904381975531578, 0.023007772862911224, 0.08867773413658142, 0.03329141065478325, 0.03949512541294098, -0.05603836476802826, 0.002213450148701668, -0.009640908800065517, 0.011801962740719318, 0.07366213202476501, -0.013366864062845707, -0.046760737895965576, -0.024106929078698158, -0.012500579468905926, 0.016189275309443474, 0.0056541371159255505, -0.03793022409081459, -0.02161053940653801, -0.07586044818162918, 0.02429322712123394, -0.02513156644999981, -0.03539657220244408, 0.0036910243798047304, -0.014819986186921597, -0.005197707563638687, -0.019822081550955772, -0.027646586298942566, -0.0016464063664898276, -0.03554561361670494, -0.0011888125445693731, -0.009855151176452637, 0.023734334856271744, -0.03040379472076893, -0.01861114613711834, -0.0375017374753952, 0.048623714596033096, 0.010740065947175026, -0.006776581052690744, -0.0013529874850064516, -0.04769222438335419, 0.08033159375190735, -0.005137160420417786, 0.04571747034788132, -0.01643146201968193, -0.04187973588705063, -0.014624373987317085, 0.04329559952020645, -0.06594940274953842, -0.009356805123388767, 0.00255693681538105, 0.03506123647093773, -0.028801633045077324, 0.024162819609045982, 0.03243444114923477, 0.004352381452918053, 0.005435237195342779, 0.04154440015554428, 0.01405616570264101, 0.043072041124105453, 0.0313539132475853, -0.0038726646453142166, 0.002689673798158765, 0.04970424249768257, 0.022914623841643333, -0.03547109290957451, 0.051008325070142746, -0.02481486089527607, -0.0042033432982862, -0.05860927328467369, -0.019877970218658447, -0.031465690582990646, 0.08979551494121552, -0.009207766503095627, 0.07437006384134293, 0.0037422562018036842, -0.01933770626783371, 0.01808951236307621, -0.02727399207651615, 0.038191039115190506, -0.015220526605844498, 0.02688276581466198, 0.047505926340818405, -0.00213310937397182, 0.031894177198410034, 0.04154440015554428, -0.007284242194145918, 0.07347583770751953, -0.05693259462714195, -0.06542777270078659, -0.04128358140587807, 0.011233754456043243, 0.023529406636953354, -0.008653530851006508, -0.01421451848000288, 0.0436309352517128, -0.0072423252277076244, 0.016049550846219063, 0.04106002673506737, -0.0035349999088793993, -0.0388617105782032, -0.006650829687714577, -0.018462108448147774, -0.023846112191677094, 0.025820869952440262, 0.08599504083395004, -0.056187402456998825, 0.06334123760461807, 0.049033571034669876, 0.02138698287308216, 0.07586044818162918, -0.0411345437169075, -0.05398909002542496, 0.033123742789030075, 0.0029411758296191692, -0.04851193726062775, -0.02211354300379753, 0.06807319819927216, -0.03185691684484482, 0.009016811847686768, -0.03459549322724342, 0.004077591933310032, 0.038824453949928284, 0.03019886650145054, 0.007195750717073679, -0.03815377876162529, -0.08331235498189926, -0.008229703642427921, -0.042662184685468674, -0.06140374019742012, 0.036029987037181854, 0.013217825442552567, -0.008676817640662193, 0.022877365350723267, -0.015015599317848682, -0.01876949891448021, -0.045233096927404404, 0.06255878508090973, -0.05413812771439552, 0.0016964739188551903, -0.03878719359636307, 0.01595640368759632, -0.027683846652507782, 0.0003018605930265039, 0.03543383255600929, -0.008960922248661518, -0.03526616469025612, 0.014186574146151543, 0.08905033022165298, -0.02006426826119423, -0.017092818394303322, -0.035210274159908295, 0.01380466390401125, -0.025578681379556656, -0.08033159375190735, -0.009762002155184746, 0.002638441976159811, 0.030422423034906387, -0.07891573011875153, 0.08115129917860031, -0.03442782536149025, -0.02285873517394066, 0.0006869729841127992, 0.010376784950494766, -0.04661170020699501, -0.0311303548514843, -0.02831725962460041, -0.0345396026968956, 0.03450234606862068, -0.024982528761029243, 0.03692421689629555, -0.01851799711585045, 0.01933770626783371, -0.005742628127336502, 0.022188063710927963, -0.005360717885196209, 0.031260762363672256, 0.035620130598545074, 0.0568208172917366, 0.054846059530973434, 0.019877970218658447, -0.01312467735260725, -0.03019886650145054, -0.012444689869880676, -0.036458469927310944, 0.02481486089527607, 0.03090679831802845, 0.018033623695373535, -0.013161936774849892, -0.04866097494959831, 0.061888113617897034, 0.01643146201968193, 0.003791159251704812, -0.10171857476234436, -0.01281728595495224, -0.015434768982231617, -0.012733452022075653, 0.03174513950943947, 0.03889897093176842, -0.03753899782896042, -0.0002097305259667337, -0.03370126336812973, -0.05603836476802826, 0.026603318750858307, 0.015984347090125084, 0.04083646833896637, -0.017167339101433754, -0.04463694244623184, -0.06095662713050842, 0.004296491853892803, -0.01972893252968788, -0.03990497812628746, 0.04303478077054024, 0.011792647652328014, -0.005672766827046871, -0.0023799538612365723, -0.02244887873530388, 0.007973544299602509, 0.03183828666806221, -0.04866097494959831, 0.01774486154317856, 0.00741465063765645, 0.054436203092336655, 0.08077871054410934, 0.019095519557595253, 0.02243025042116642, -0.05883283168077469, -0.022374359890818596, 0.02399515174329281, -0.034371934831142426, -0.028093701228499413, 0.026640579104423523, 0.059503503143787384, 0.02781425416469574, -0.009468583390116692, 0.04083646833896637, 0.03081364929676056, 0.03651436045765877, -0.03738996013998985, -0.004589911084622145, -0.033030591905117035, -0.014400816522538662, -0.03176376596093178, 0.004091564565896988, 0.0006910482188686728, 0.015853939577937126, -0.028708484023809433, 0.006147826090455055, -0.0438544936478138, 0.003020352451130748, 0.01250989455729723, 0.010469933971762657, 0.07559963315725327, -0.08003351837396622, 0.015267101116478443, -0.015173952095210552, 0.007801218423992395, -0.006953563541173935, 0.04184247553348541, 0.02617483399808407, -0.03938334435224533, -0.0409109890460968, 0.05119462311267853, 0.012379486113786697, 0.007908339612185955, -0.022299841046333313, -0.0014473006594926119, -0.007684782613068819, -0.02883889339864254, -0.019207298755645752, -0.03746447712182999, 0.0018431834178045392, -0.026342501863837242, -0.008979551494121552, 0.07120300084352493, 0.00496483501046896, -0.07437006384134293, 0.03539657220244408, -0.017400210723280907, -0.012239762581884861, 0.04985328018665314, -0.05160447955131531, 0.07127752155065536, 0.009762002155184746, -0.019039630889892578, -0.0037422562018036842, -0.00008048645395319909, 0.03783707320690155, 0.017800750210881233, 0.004559637513011694, 0.0034767817705869675, 0.00576125830411911, -0.06356479227542877, 0.06095662713050842, 0.040054015815258026, 0.02781425416469574, 0.012854545377194881, -0.06345301866531372, -0.000254849495831877, -0.040463872253894806, 0.04683525487780571, -0.053504716604948044, 0.04258766770362854, -0.06017417460680008, -0.00797820184379816, 0.09911040961742401, -0.025466904044151306, -0.03997949883341789, 0.015537233091890812, -0.028056442737579346, -0.016487350687384605, -0.014028221368789673, -0.014177259057760239, -0.004801824688911438, -0.04981601983308792, 0.010898418724536896, 0.015583807602524757, -0.050076838582754135, -0.0230636615306139, 0.0836104303598404, -0.028559446334838867, -0.0005257090087980032, -0.023175440728664398, -0.0045200493186712265, -0.08510081470012665, 0.06982439756393433, -0.053504716604948044, 0.007507799658924341, -0.00775464391335845, 0.023436257615685463, 0.004338408820331097, -0.0752270370721817, 0.0149410804733634, 0.0069116465747356415, 0.008546409197151661, 0.006501791533082724, 0.03092542663216591, 0.0003123398346360773, 0.04124632477760315, -0.020623162388801575, 0.06281960010528564, -0.023175440728664398, -0.016096126288175583, 0.019281817600131035, 0.03280703350901604, 0.006217687390744686, -0.03746447712182999, -0.007368076127022505, -0.02563457190990448, 0.013096732087433338, -0.02406967058777809, -0.018667034804821014, 0.023846112191677094, -0.044599682092666626, -0.09985559433698654, 0.023305850103497505, 0.04974149912595749, 0.035098496824502945, -0.018145401030778885, 0.024852121248841286, 0.018983742222189903, -0.0055656456388533115, 0.016152014955878258, 0.04489775747060776, -0.03986772149801254, -0.05823667719960213, -0.034781791269779205, -0.017260486260056496, 0.03288155421614647, 0.06129196286201477, -0.03979320079088211, 0.018825387582182884, -0.007037397939711809, 0.004219644237309694, 0.03347770497202873, 0.0055609880946576595, 0.03761351853609085, -0.0077220420353114605, -0.04359367489814758, 0.03254621848464012, 0.007880395278334618, 0.012621672824025154, -0.022281210869550705, 0.027572067454457283, 0.03837733715772629, 0.04031483456492424, 0.01752130314707756, 0.03411111980676651, 0.01013459824025631, -0.02565320022404194, -0.019486745819449425, 0.0481766015291214, -0.0670299306511879, 0.000025725099476403557, 0.0033463735599070787, 0.05585206672549248, 0.010013503953814507, 0.0060267322696745396, 0.039234306663274765, -0.015472028404474258, -0.03047831356525421, -0.019244559109210968, -0.0004925247048959136, 0.04679799824953079, 0.02418144792318344, 0.0016219548415392637, -0.04236410930752754, 0.003167061833664775, -0.029938049614429474, 0.05436168611049652, -0.009938985109329224, -0.03316099941730499, -0.021778207272291183, 0.003677051980048418, 0.02511293813586235, 0.04724511131644249, 0.0159098282456398, -0.027776995673775673, 0.00043226900743320584, 0.0009210095158778131, -0.02863396517932415, 0.02688276581466198, 0.03960690274834633, -0.004589911084622145, 0.012304967269301414 ]
10,386
fastack.app
get_setting
null
def get_setting(self, name: str, default: Any = None): assert self.state.settings is not None return getattr(self.state.settings, name, default)
(self, name: str, default: Optional[Any] = None)
[ -0.0041849035769701, -0.035626478493213654, 0.049923595041036606, 0.014717618934810162, -0.004965519066900015, -0.00906318984925747, 0.02864791266620159, 0.015594413504004478, 0.04069041460752487, -0.010825726203620434, -0.03387289121747017, 0.05901362746953964, -0.042086128145456314, 0.006356758996844292, 0.036413803696632385, 0.0202915258705616, 0.009179499931633472, -0.012740358710289001, 0.026804855093359947, 0.030741482973098755, 0.06030197814106941, -0.03113514557480812, 0.004513701424002647, -0.013089287094771862, 0.019396837800741196, 0.020005226135253906, 0.04172825068235397, 0.023440828546881676, -0.018215849995613098, -0.019969437271356583, -0.0011966453166678548, -0.028236355632543564, -0.04262293875217438, 0.07075193524360657, -0.0043973918072879314, 0.006741474848240614, -0.03782741352915764, 0.07916200160980225, -0.0660637691617012, -0.04190719127655029, -0.002326189074665308, 0.014306062832474709, 0.017231691628694534, -0.03292452171444893, -0.02261771447956562, -0.03131408244371414, -0.007323022000491619, 0.06094615161418915, 0.008468222804367542, 0.009376331232488155, 0.09576741605997086, -0.011138866655528545, -0.04584381729364395, 0.04881418123841286, -0.028075311332941055, -0.054218098521232605, -0.008454802446067333, 0.03219087794423103, 0.022206157445907593, 0.05751055106520653, -0.035286497324705124, -0.0006972975097596645, 0.015782298520207405, -0.028343718498945236, -0.01907474920153618, -0.022385096177458763, 0.004741847049444914, 0.001371109508909285, 0.00424753176048398, 0.024747071787714958, 0.028737381100654602, 0.019396837800741196, -0.05160560831427574, -0.05199927091598511, 0.019289474934339523, -0.0023888172581791878, -0.019808394834399223, -0.04555751755833626, -0.006262816488742828, 0.0018408207688480616, -0.028952106833457947, 0.00477316090837121, -0.06273552775382996, 0.055327512323856354, -0.04537858068943024, 0.001692078891210258, 0.02383449114859104, -0.0256954412907362, 0.06552695482969284, -0.0727202445268631, 0.02313663437962532, -0.001765890629030764, 0.026268042623996735, 0.06159032881259918, 0.014914450235664845, -0.06524065136909485, 0.04333868995308876, 0.014449212700128555, 0.010458903387188911, -0.018555831164121628, -0.06051670014858246, -0.042336639016866684, 0.01841268129646778, -0.04774055629968643, 0.017365895211696625, -0.03319292888045311, 0.025677548721432686, -0.002326189074665308, 0.028093205764889717, -0.02528388611972332, -0.012445110827684402, -0.048277370631694794, -0.035375967621803284, 0.019235793501138687, 0.01518285647034645, 0.04512806609272957, -0.04358920454978943, -0.0197726059705019, -0.01440447848290205, 0.013992921449244022, -0.04910048097372055, 0.05106879398226738, -0.0047776345163583755, 0.021973539143800735, 0.04920784384012222, 0.04061884060502052, 0.006016777362674475, -0.011881457641720772, 0.06717318296432495, 0.05217820778489113, 0.03664642572402954, 0.07601270079612732, -0.0262143611907959, -0.031349871307611465, 0.0018430574564263225, 0.04033253714442253, 0.07189713418483734, 0.08996983617544174, 0.004518175031989813, 0.03648538142442703, -0.016981178894639015, -0.002925629960373044, 0.0076048485934734344, -0.026876429095864296, 0.026679597795009613, -0.01934315636754036, 0.0767284482717514, 0.00548443803563714, -0.02107885107398033, -0.004122275393456221, 0.06627849489450455, 0.051283519715070724, -0.08259760588407516, 0.0030173356644809246, -0.04541436582803726, 0.016712773591279984, -0.018135327845811844, 0.019969437271356583, -0.005014726892113686, -0.014064496383070946, -0.017500098794698715, 0.048885755240917206, -0.033586591482162476, -0.05729582533240318, -0.010047347284853458, 0.006016777362674475, 0.027413243427872658, 0.012454058043658733, 0.06720896810293198, 0.01907474920153618, -0.05822630226612091, 0.011926191858947277, -0.013080339878797531, 0.024031322449445724, 0.003388631157577038, 0.03505387902259827, -0.046989019960165024, 0.003341659903526306, 0.05031725764274597, 0.0050684078596532345, -0.04884997010231018, -0.0028853691183030605, -0.05471912398934364, -0.02261771447956562, 0.01706170104444027, 0.06284289062023163, 0.016963286325335503, -0.013366639614105225, -0.028343718498945236, 0.014306062832474709, 0.02922051213681698, -0.027305880561470985, -0.004822368733584881, -0.015406528487801552, -0.028683699667453766, -0.005341287702322006, 0.040439900010824203, -0.059120990335941315, 0.017813239246606827, 0.05454018712043762, 0.01818900927901268, -0.012964030727744102, -0.038471587002277374, 0.04119144007563591, -0.006580431014299393, -0.04326711595058441, 0.05922834947705269, -0.01070941612124443, -0.0681394413113594, 0.058262087404727936, -0.05693794786930084, -0.04194297641515732, -0.03172563761472702, 0.03516124188899994, 0.022152476012706757, -0.003654800821095705, -0.013286118395626545, 0.018609512597322464, 0.03587699308991432, 0.06785314530134201, 0.02727009356021881, -0.008504009805619717, 0.1004197895526886, 0.03491072729229927, 0.04766898229718208, 0.01934315636754036, -0.020738869905471802, -0.050854071974754333, -0.04598696902394295, -0.019826287403702736, 0.013590311631560326, -0.030204670503735542, 0.05393179878592491, -0.0021327126305550337, 0.05106879398226738, -0.046989019960165024, 0.028415294364094734, -0.05726003646850586, -0.01741957664489746, 0.016659092158079147, 0.02896999940276146, -0.03662852942943573, 0.0012782856356352568, 0.0555422380566597, -0.01096887607127428, 0.012310908176004887, -0.03725481033325195, -0.015263378620147705, 0.031510915607213974, -0.020953595638275146, 0.08796573430299759, 0.0334792286157608, -0.022671395912766457, 0.02803952433168888, -0.0044354163110256195, -0.0021774470806121826, -0.052929747849702835, 0.013026658445596695, -0.004500281065702438, -0.03308556601405144, -0.0008510720217600465, -0.03025835007429123, 0.007756945677101612, -0.00191798759624362, 0.004278845619410276, -0.0004260952118784189, 0.019235793501138687, -0.02218826487660408, 0.03782741352915764, -0.04945835843682289, 0.06252080202102661, 0.044412314891815186, -0.03829265013337135, -0.027753224596381187, 0.0006922648753970861, -0.08087980002164841, 0.00636123213917017, 0.03550122305750847, -0.03446338325738907, -0.03911576420068741, -0.044913340359926224, 0.003285741899162531, 0.0321371965110302, 0.04817000776529312, -0.08030720055103302, 0.005636535119265318, 0.009743153117597103, -0.04659535363316536, 0.005117615684866905, 0.005457597319036722, 0.029954157769680023, 0.013411374762654305, -0.041835613548755646, -0.03768426179885864, -0.029453132301568985, -0.042336639016866684, -0.02802162989974022, 0.004368314519524574, 0.035841204226017, 0.032817158848047256, 0.04720374196767807, -0.03319292888045311, -0.09383488446474075, 0.01134464517235756, -0.008781363256275654, 0.05615062266588211, 0.015898607671260834, -0.03854316100478172, 0.03401603922247887, 0.029989944770932198, -0.021991433575749397, -0.04212191328406334, 0.01049469131976366, 0.05131930857896805, 0.013429268263280392, 0.008736629039049149, 0.004768687300384045, -0.004294503014534712, 0.039867300540208817, 0.04240821674466133, -0.017365895211696625, 0.020685188472270966, -0.07307812571525574, -0.0007694317610003054, 0.043732352554798126, -0.0324413888156414, -0.04720374196767807, 0.010950982570648193, 0.010163656435906887, 0.03129618987441063, -0.07221922278404236, -0.023709233850240707, 0.01534390076994896, -0.017911655828356743, -0.0039008399471640587, 0.01568388193845749, 0.0417640395462513, 0.04702480509877205, 0.025480717420578003, -0.021955644711852074, 0.017142223194241524, 0.005703636445105076, -0.03983151167631149, 0.009510533884167671, -0.006043618079274893, 0.041656676679849625, 0.05751055106520653, -0.004057410638779402, 0.028683699667453766, -0.09870199114084244, -0.039688363671302795, -0.049744658172130585, -0.02159777097404003, 0.023870278149843216, -0.0063970196060836315, 0.03578752279281616, 0.017911655828356743, 0.02580280415713787, -0.01036048773676157, -0.009103450924158096, -0.01780429296195507, -0.030222563073039055, -0.014950238168239594, 0.0470963791012764, -0.010521532036364079, -0.017616407945752144, 0.0179206021130085, 0.019629456102848053, 0.027556393295526505, -0.03721902519464493, 0.0026639336720108986, 0.0075377472676336765, 0.012624048627912998, -0.03328239545226097, 0.011371485888957977, 0.06871204823255539, -0.04584381729364395, -0.015943340957164764, 0.01654278300702572, -0.008843991905450821, -0.00353625463321805, 0.04641641676425934, 0.014583415351808071, 0.11695362627506256, 0.01943262480199337, -0.040547262877225876, -0.0490289069712162, -0.015621254220604897, 0.00823560357093811, -0.03619908168911934, -0.02777111902832985, 0.0374695360660553, -0.025749122723937035, 0.03179721534252167, -0.028397399932146072, -0.0470963791012764, -0.017687983810901642, -0.01203355472534895, -0.02769954316318035, 0.058262087404727936, 0.004978938959538937, -0.024031322449445724, 0.023190315812826157, 0.010029453784227371, -0.02038099430501461, 0.012901402078568935, -0.007497486192733049, 0.03442759811878204, -0.019378943368792534, -0.03338975831866264, -0.0545043982565403, 0.03338975831866264, -0.005287606734782457, -0.036413803696632385, -0.0186631940305233, -0.019736818969249725, 0.019235793501138687, 0.045951180160045624, -0.0007364401244558394, -0.0165159422904253, -0.03027624450623989, -0.03025835007429123, 0.03897261247038841, -0.023405039682984352, 0.044913340359926224, 0.026106998324394226, 0.006285183597356081, 0.04133458808064461, -0.010915194638073444, 0.02038099430501461, -0.028254250064492226, -0.037791624665260315, 0.038829464465379715, 0.004992359317839146, 0.06241343915462494, 0.022832440212368965, 0.0066072712652385235, -0.03768426179885864, -0.03491072729229927, -0.04927941784262657, 0.007117243483662605, -0.020738869905471802, -0.044913340359926224, 0.0038158446550369263, 0.00004906805042992346, -0.04834894463419914, -0.058333661407232285, 0.060409341007471085, 0.013447161763906479, -0.07486750185489655, -0.07053720951080322, -0.020595720037817955, 0.016981178894639015, -0.046989019960165024, 0.04602275416254997, 0.00002565238537499681, -0.0608745776116848, -0.007949303835630417, 0.040296752005815506, 0.015809139236807823, 0.013259277679026127, 0.024621816352009773, 0.0035384914372116327, -0.03204772621393204, -0.022671395912766457, 0.01518285647034645, 0.026250148192048073, 0.013277171179652214, -0.021436726674437523, -0.03829265013337135, 0.018358999863266945, 0.03136776387691498, -0.041656676679849625, -0.034785471856594086, -0.013939240016043186, -0.01875266246497631, -0.06509750336408615, 0.06216292828321457, -0.005403915885835886, 0.007331968750804663, -0.05793999880552292, 0.061697691679000854, 0.011747254990041256, 0.014377637766301632, -0.019933650270104408, -0.04222927615046501, 0.004911837633699179, 0.048885755240917206, 0.03825686126947403, -0.019128430634737015, 0.013769249431788921, 0.04126301407814026, 0.01264194305986166, -0.02320820838212967, -0.01143411360681057, 0.018609512597322464, 0.001670829951763153, -0.030490970239043236, 0.05693794786930084, 0.056186411529779434, -0.009984718635678291, -0.04480597749352455, -0.0029614176601171494, 0.0534665584564209, 0.011514635756611824, -0.044770192354917526, -0.10714784264564514, 0.03542964905500412, 0.03664642572402954, -0.020595720037817955, 0.017321161925792694, 0.03868631273508072, -0.030759375542402267, -0.01789376139640808, 0.0383642241358757, -0.05031725764274597, 0.021186213940382004, -0.012552473694086075, 0.007922463119029999, -0.020953595638275146, 0.012310908176004887, 0.00190233055036515, -0.044412314891815186, 0.009734205901622772, -0.023601870983839035, 0.0005284251528792083, -0.0050549875013530254, 0.0006391428178176284, -0.0576179139316082, 0.08431540429592133, 0.02150830067694187, 0.023941854014992714, -0.04899311810731888, 0.09734206646680832, 0.05529172345995903, -0.009036350063979626, -0.0746527761220932, 0.04366077855229378, -0.058262087404727936, 0.035984355956315994, 0.028952106833457947, -0.10779201984405518, 0.014252381399273872, 0.03240560367703438, -0.01259720791131258, -0.0266617052257061, -0.02313663437962532, 0.08438698202371597, 0.05854838714003563, -0.02011258900165558, -0.008674001321196556, -0.01250773947685957, -0.004795528016984463, -0.04548594355583191, -0.0021405413281172514, -0.06595640629529953, -0.03507177159190178, -0.030598333105444908, -0.0056454818695783615, 0.029381556436419487, 0.04326711595058441, -0.008423488587141037, 0.040439900010824203, 0.10063451528549194, -0.05156981945037842, -0.0607314258813858, -0.05640113726258278, -0.02089991420507431, 0.017267480492591858, -0.02923840656876564, -0.01250773947685957, -0.013688727281987667, 0.04616590589284897, 0.028576336801052094, 0.023709233850240707, 0.05221399664878845, 0.07157504558563232, 0.00034305694862268865, -0.049064695835113525, 0.05471912398934364, 0.004531594924628735, 0.019736818969249725, -0.021257787942886353, 0.006549116689711809, -0.021776707842946053, -0.0337655283510685, 0.01247195154428482, 0.0031000941526144743, -0.023190315812826157, -0.00489841727539897, -0.020846232771873474, 0.021222000941634178, -0.026035422459244728, 0.018555831164121628, 0.02200932614505291, 0.030115200206637383, -0.00802087876945734, -0.04022517800331116, 0.07858940213918686, 0.01638173870742321, -0.02793216146528721, -0.04763319343328476, 0.006338865030556917, 0.033318184316158295, 0.015048653818666935, 0.048885755240917206, 0.0011384906247258186, -0.05371707305312157, -0.004383971448987722, -0.04190719127655029, -0.003789003938436508, -0.05715267360210419, -0.03489283472299576, 0.05271502211689949, 0.0036190133541822433, 0.01423448696732521, -0.021526195108890533, 0.022080902010202408, -0.014225540682673454, -0.03682536259293556, -0.02106095664203167, 0.08925408124923706, -0.027645861729979515, -0.025981741026043892, 0.006446227431297302, -0.021991433575749397, 0.00802087876945734, 0.013939240016043186, -0.034356024116277695, -0.01649804785847664, -0.034087616950273514, 0.002246785443276167, 0.04451967775821686, -0.006665426306426525, -0.010557319037616253, -0.02975732646882534, 0.041227225214242935, 0.0008113702642731369, -0.027305880561470985, 0.00247381255030632, 0.013044551946222782, 0.01882423646748066, 0.04824158176779747, 0.022492459043860435, 0.010092081502079964, 0.029614174738526344, -0.006813049782067537, 0.03557279706001282, -0.009591056033968925, 0.0046479045413434505, -0.05908520147204399, -0.0457722432911396, -0.024478666484355927, 0.02605331689119339, 0.020935701206326485, -0.07722947746515274, 0.02106095664203167, 0.020094694569706917, 0.01669487915933132, -0.07010775804519653, -0.0789472758769989, -0.022331414744257927, -0.06627849489450455, 0.03464232385158539, 0.0023530295584350824, -0.03872210159897804, -0.08796573430299759, 0.004321343265473843, 0.011514635756611824, -0.0383642241358757, 0.05511278659105301, -0.02510494738817215, 0.0070904032327234745, -0.015138122253119946, -0.0006486488855443895, 0.016328057274222374, 0.027109049260616302, -0.02123989537358284, 0.020846232771873474, 0.00152096978854388, 0.024729179218411446, 0.018609512597322464, 0.002833924489095807, 0.09097188711166382, 0.010109975002706051, 0.021901965141296387, 0.000017220998415723443, -0.07558324933052063, 0.06978566944599152, 0.04090514034032822, -0.06388072669506073, -0.011747254990041256, -0.014556575566530228, 0.029131043702363968, -0.003972414880990982, -0.062485016882419586, 0.0030039153061807156, 0.01728537306189537, -0.015299166552722454, 0.012624048627912998, 0.00025848098448477685, -0.04033253714442253, -0.028701594099402428, -0.004267662297934294, 0.01423448696732521, -0.045020703226327896, 0.004506991244852543, -0.0262143611907959, -0.02072097547352314, -0.006991987582296133, -0.010646788403391838, 0.019539987668395042, 0.03136776387691498, 0.016149120405316353, -0.003627960104495287, -0.010467850603163242, -0.06892676651477814, 0.004574093036353588, -0.07125295698642731, 0.08173870295286179, -0.07343599945306778, -0.008615845814347267, -0.005748371127992868, -0.05475490912795067, 0.047490041702985764, 0.017974283546209335, -0.0385073758661747, -0.018135327845811844, -0.031618278473615646, 0.05897783860564232, -0.059979889541864395, 0.0018106249626725912, 0.023261889815330505, 0.02546282298862934, -0.007770366035401821, 0.008450329303741455, 0.06148296594619751, 0.005833366420120001, 0.0030195722356438637, 0.00862031988799572, -0.006240449380129576, 0.05149824544787407, -0.026786960661411285, 0.007282760925590992, 0.008920039981603622, 0.010602054186165333, -0.019969437271356583, 0.03156459704041481, -0.015102335251867771, 0.05260765925049782, 0.01036048773676157, 0.0007302891463041306, 0.010217337869107723, 0.029005788266658783, 0.022331414744257927, -0.01669487915933132, -0.06781736016273499, -0.04022517800331116, 0.0240671094506979, 0.047239530831575394, -0.04344605281949043, 0.04001045227050781, -0.04638063162565231, 0.04315975308418274, -0.004992359317839146, -0.025265991687774658, 0.013733462430536747, -0.00823560357093811 ]
10,387
fastapi.applications
head
null
def head( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.head( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37b9420>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ -0.018598131835460663, -0.06191031634807587, -0.04953540489077568, -0.047139108180999756, 0.03465690091252327, 0.034209832549095154, -0.00930800661444664, -0.020440060645341873, -0.043741375207901, -0.011641714721918106, 0.07242541015148163, -0.02902381308376789, 0.029256289824843407, -0.031992360949516296, -0.0026600691489875317, -0.011060522869229317, 0.07618080824613571, 0.0036860958207398653, 0.0035139736719429493, -0.031366463750600815, 0.05218206346035004, 0.051717109978199005, 0.008713402785360813, 0.006585347931832075, 0.04688875004649162, -0.013993305154144764, -0.0006700468366034329, -0.04095165431499481, 0.05168134346604347, -0.009540483355522156, -0.016228657215833664, -0.009415303356945515, -0.03592658042907715, 0.012196081690490246, -0.020100288093090057, 0.05482872202992439, 0.02923840843141079, 0.009638839401304722, -0.0713166818022728, -0.02208528108894825, -0.016166066750884056, 0.010264737531542778, -0.025894321501255035, -0.010890636593103409, 0.022746944800019264, -0.016693610697984695, -0.012553738430142403, 0.013117047026753426, 0.014297313056886196, -0.041881561279296875, -0.0022610588930547237, 0.004761300515383482, -0.009120237082242966, -0.0266096331179142, 0.01162383146584034, -0.015692172572016716, -0.02623409405350685, 0.022532351315021515, 0.005141310393810272, 0.04295453056693077, 0.0089145852252841, 0.05801186338067055, 0.009486835449934006, 0.03812616690993309, 0.00023568994947709143, 0.005110015161335468, 0.008065151050686836, -0.0015122158220037818, -0.021906452253460884, -0.044349391013383865, 0.0018810488982126117, 0.0346926674246788, 0.01619289256632328, 0.013850242830812931, 0.03292226791381836, -0.07997196167707443, -0.02954241633415222, -0.07782602310180664, 0.05017918720841408, -0.018544482067227364, 0.01254479680210352, -0.028111789375543594, -0.04581578075885773, -0.06595183163881302, -0.01093534380197525, -0.051252156496047974, 0.024177569895982742, -0.08490762114524841, -0.0056152050383389, 0.030114665627479553, -0.06398472189903259, 0.013662473298609257, -0.07525090128183365, 0.020100288093090057, 0.02834426611661911, 0.0057001481764018536, 0.015799470245838165, -0.014422493055462837, 0.060336627066135406, 0.009969671256840229, -0.053398095071315765, 0.02945300191640854, -0.05504331365227699, 0.05733231455087662, 0.007001123391091824, 0.015102040022611618, -0.010130616836249828, 0.03372699394822121, -0.012160316109657288, -0.005199429579079151, -0.02861250936985016, 0.021548796445131302, 0.03503243997693062, -0.04620920121669769, 0.04291876405477524, 0.024588875472545624, 0.025733375921845436, -0.01472650095820427, -0.020815599709749222, -0.029846424236893654, -0.006562994327396154, -0.03701743483543396, -0.0032390253618359566, -0.05643817409873009, 0.015531227923929691, 0.051037564873695374, 0.0010807928629219532, -0.033262040466070175, -0.019152497872710228, -0.03655248135328293, 0.005127897951751947, 0.0312412828207016, 0.02870192378759384, 0.051395218819379807, -0.01888425648212433, 0.020940780639648438, -0.07525090128183365, 0.021280553191900253, -0.039985980838537216, 0.05811915919184685, -0.02755742333829403, -0.013957539573311806, -0.0070100645534694195, -0.020958662033081055, 0.017435748130083084, -0.0020598771516233683, 0.04610190540552139, -0.08233249187469482, 0.07539395987987518, 0.0695999264717102, 0.07618080824613571, -0.06030086427927017, 0.03648094832897186, 0.032993800938129425, -0.03349451720714569, 0.013653531670570374, -0.0021012311335653067, -0.0311339870095253, -0.01687243953347206, -0.02707458660006523, 0.0001594085624674335, -0.07038677483797073, 0.04831937327980995, -0.06977875530719757, -0.028272734954953194, -0.026073148474097252, -0.06831236928701401, 0.01645219326019287, -0.013582000508904457, 0.022639647126197815, 0.03624847158789635, 0.014494024217128754, -0.031223401427268982, -0.017024442553520203, -0.0002545507450122386, 0.03174200281500816, 0.015289809554815292, 0.0018732252065092325, -0.05064414069056511, -0.038734182715415955, 0.017963290214538574, -0.036731310188770294, -0.09041552990674973, 0.011006874963641167, -0.02224622666835785, 0.03923490270972252, 0.04431362450122833, -0.04753253236413002, 0.027056703343987465, 0.05929942429065704, -0.04549388960003853, 0.002537124790251255, 0.08247555792331696, 0.05025072023272514, -0.00938847940415144, -0.06698903441429138, 0.03816193342208862, -0.009746136143803596, 0.08362005650997162, -0.01908096671104431, 0.02975700981914997, 0.024159686639904976, 0.04291876405477524, 0.04227498173713684, -0.0018788136076182127, 0.062446802854537964, 0.043097592890262604, 0.011820542626082897, -0.03984291851520538, -0.007627021986991167, -0.04173849895596504, -0.0308120958507061, -0.05672429874539375, 0.003847041167318821, -0.033315692096948624, 0.02439216338098049, 0.0031004336196929216, -0.015638524666428566, 0.02424910105764866, -0.05522214248776436, 0.06026509776711464, -0.0034290303010493517, 0.014413551427423954, -0.012535855174064636, -0.017435748130083084, -0.010836987756192684, 0.030275611206889153, -0.019170381128787994, -0.03716049715876579, -0.023891445249319077, 0.013859184458851814, -0.015191454440355301, 0.035515278577804565, -0.03397735580801964, -0.10279043763875961, 0.004227051045745611, 0.028791338205337524, 0.03285073861479759, -0.02823697030544281, -0.060658518224954605, 0.017435748130083084, 0.015173571184277534, 0.03937796503305435, -0.002550536999478936, -0.019545920193195343, -0.044993169605731964, -0.04549388960003853, -0.010962167754769325, -0.04517199844121933, -0.07010065019130707, -0.009397421032190323, 0.0032345547806471586, 0.040093276649713516, -0.008713402785360813, 0.037053197622299194, -0.03240366652607918, 0.005235195159912109, -0.11330553889274597, -0.011981488205492496, 0.03186718374490738, -0.05919212847948074, 0.004940128419548273, -0.0077745551243424416, 0.03313686326146126, -0.030937274917960167, -0.0531119704246521, -0.011445003561675549, 0.025268422439694405, -0.044993169605731964, 0.007063713390380144, 0.0438486710190773, -0.013394230976700783, -0.012348085641860962, -0.006826765835285187, -0.004486352205276489, -0.018070587888360023, -0.029774893075227737, -0.049606937915086746, -0.03154529258608818, -0.0035050322767347097, -0.004439409822225571, -0.08040115237236023, 0.006200867239385843, -0.02603738382458687, -0.016577372327446938, 0.03680283948779106, 0.009638839401304722, 0.05010765790939331, -0.0440632626414299, -0.06634525209665298, 0.07281883805990219, 0.03948526084423065, -0.0109085189178586, -0.023283429443836212, 0.01435096189379692, -0.00039928979822434485, -0.06326941400766373, 0.007229129318147898, 0.053827282041311264, -0.05615204945206642, -0.012267612852156162, -0.06298328936100006, 0.01940285786986351, -0.05218206346035004, 0.0037956282030791044, -0.04091588780283928, 0.04771135747432709, 0.0038515119813382626, -0.05432800203561783, 0.05722501873970032, -0.02449946105480194, 0.03887724503874779, -0.02823697030544281, -0.02008240483701229, -0.062339503318071365, -0.004783653654158115, 0.005342491902410984, 0.060229331254959106, 0.03644518181681633, 0.02281847596168518, -0.016425369307398796, 0.039521027356386185, -0.03446019068360329, -0.0012864451855421066, 0.009008469991385937, -0.026001617312431335, 0.004573530983179808, -0.013653531670570374, 0.0013132694875821471, 0.01127511728554964, -0.008932467550039291, -0.021656092256307602, -0.000898052763659507, 0.004352231044322252, -0.044671278446912766, -0.012374910525977612, 0.01788281835615635, -0.04856973513960838, -0.008646342903375626, 0.046137671917676926, 0.015057332813739777, -0.05504331365227699, 0.024320632219314575, 0.01682773232460022, -0.01291139516979456, 0.004499764181673527, 0.08798346668481827, 0.010327327065169811, 0.0439559668302536, -0.03519338741898537, -0.001854224712587893, 0.028487330302596092, 0.022121045738458633, 0.02176338993012905, 0.04527929425239563, -0.03995021432638168, -0.034209832549095154, 0.015271926298737526, 0.02381991408765316, 0.018124235793948174, -0.015611700713634491, -0.017239036038517952, -0.0618387870490551, 0.02281847596168518, -0.0054542594589293, -0.01296504307538271, -0.012213964946568012, 0.055758628994226456, -0.02024335041642189, -0.03816193342208862, -0.037625450640916824, -0.025411484763026237, -0.01651478186249733, -0.03340510278940201, -0.011453945189714432, 0.026538101956248283, 0.001730162650346756, -0.017551986500620842, -0.05132368952035904, 0.009191768243908882, 0.023319194093346596, 0.024213336408138275, 0.008324451744556427, -0.05525790899991989, 0.005025072023272514, 0.012053019367158413, 0.028540978208184242, -0.014386727474629879, -0.0527900792658329, 0.014073777943849564, 0.06734669208526611, -0.05736808106303215, -0.030114665627479553, -0.016747258603572845, 0.013859184458851814, -0.00423375703394413, 0.046674154698848724, 0.014029070734977722, -0.019760513678193092, -0.04681721702218056, 0.08376312255859375, -0.02498229779303074, 0.0355510413646698, 0.03826922923326492, 0.042203452438116074, -0.02492864802479744, 0.06273292750120163, 0.00437681982293725, -0.013859184458851814, 0.04402749985456467, 0.008141152560710907, 0.01582629419863224, -0.04592307657003403, 0.012401734478771687, -0.03127704933285713, 0.07081595808267593, 0.006661349907517433, 0.032797086983919144, 0.005771679803729057, -0.01714068092405796, 0.028272734954953194, -0.0022733532823622227, 0.01924191229045391, 0.0534338615834713, 0.013358465395867825, 0.04753253236413002, 0.0265023373067379, 0.004926716443151236, 0.04849820211529732, -0.009898140095174313, 0.07095902413129807, -0.0269315242767334, -0.0624825656414032, 0.002240940695628524, -0.002284530084580183, 0.026699047535657883, -0.008655283600091934, -0.02061888948082924, 0.04510046914219856, 0.009799784049391747, 0.02897016517817974, 0.06437814235687256, 0.0010411153780296445, -0.027217648923397064, 0.0005549262277781963, 0.03959256038069725, -0.019581686705350876, -0.003844805993139744, 0.03412041813135147, -0.017739756032824516, 0.05468565970659256, 0.014869563281536102, 0.017999056726694107, 0.051037564873695374, -0.06427084654569626, -0.04159543663263321, 0.011766894720494747, 0.024964414536952972, -0.05032224953174591, -0.028093907982110977, 0.040665529668331146, 0.014762266539037228, 0.02566184476017952, -0.02539360150694847, 0.023211898282170296, 0.004823890049010515, 0.023122483864426613, 0.011105230078101158, -0.049928829073905945, -0.049249280244112015, -0.011078406125307083, -0.046674154698848724, -0.058870237320661545, 0.0623752698302269, 0.016264423727989197, 0.012607387267053127, 0.0007857262971810997, -0.02145938202738762, 0.003940925933420658, -0.03519338741898537, 0.030829979106783867, 0.006004156079143286, 0.015021567232906818, -0.04957117140293121, 0.050358016043901443, 0.027950845658779144, -0.0028120731003582478, 0.02839791588485241, 0.017185388132929802, -0.003417853731662035, 0.006111453287303448, 0.05243242159485817, -0.06387742608785629, -0.0002637715660966933, -0.021048076450824738, 0.03324415907263756, -0.00951365940272808, -0.030525971204042435, 0.007095008157193661, 0.012634211219847202, 0.012088784947991371, -0.09148849546909332, 0.07475017756223679, -0.03129493072628975, -0.007381133269518614, 0.00917388591915369, 0.005946036893874407, -0.041452374309301376, -0.031473759561777115, -0.009245417080819607, 0.004531058948487043, 0.040200576186180115, -0.02255023457109928, 0.05515061318874359, -0.0015926884952932596, 0.04442092031240463, 0.011060522869229317, 0.0528973750770092, 0.033834293484687805, -0.0012629739940166473, 0.02265753038227558, 0.037053197622299194, 0.045458123087882996, -0.016058770939707756, -0.019653217867016792, -0.005172605160623789, 0.007005594205111265, -0.05021495372056961, 0.02544724941253662, 0.04928504675626755, -0.0029886660631746054, -0.0089145852252841, -0.04685298353433609, 0.060014739632606506, 0.025626078248023987, -0.005726972594857216, -0.06816930323839188, 0.01961745135486126, 0.0003020519798155874, -0.01482485607266426, 0.01482485607266426, -0.002340413862839341, -0.026198329403996468, 0.011123113334178925, -0.017534103244543076, -0.049141984432935715, 0.027736250311136246, 0.027700485661625862, -0.0133048165589571, -0.008999528363347054, -0.06516499072313309, -0.09270452708005905, -0.0058163865469396114, -0.02428486756980419, -0.05836951732635498, 0.0534338615834713, 0.03462113440036774, -0.022836359217762947, 0.01808847114443779, -0.011883133091032505, 0.0224071703851223, 0.028791338205337524, -0.0070592425763607025, 0.0044148205779492855, 0.039521027356386185, 0.041774261742830276, 0.0702437087893486, 0.011614890769124031, 0.008454102091491222, -0.026251977309584618, 0.0026399509515613317, 0.09277606010437012, -0.04238227754831314, -0.03537221625447273, 0.0355510413646698, 0.042668405920267105, 0.032475199550390244, 0.04932081326842308, 0.027575306594371796, 0.027950845658779144, 0.023265546187758446, -0.035264916718006134, 0.055973220616579056, -0.05500754714012146, -0.015343458391726017, -0.014878504909574986, -0.03245731443166733, 0.00922753382474184, -0.0037196262273937464, -0.01824047416448593, -0.04270416870713234, -0.05178864300251007, -0.018759075552225113, 0.0016094535822048783, 0.02018970251083374, 0.05053684487938881, -0.03229637071490288, -0.05096603184938431, -0.02802237682044506, 0.03528280183672905, -0.04034363850951195, 0.044599749147892, 0.011471827514469624, -0.004765770863741636, -0.0352291502058506, 0.017239036038517952, -0.005306726321578026, 0.021888568997383118, -0.0002204616175731644, -0.028594626113772392, 0.012446441687643528, 0.000274389487458393, -0.023891445249319077, -0.014270489104092121, -0.026913641020655632, -0.008659754879772663, 0.013716121204197407, 0.020100288093090057, 0.04181002825498581, -0.029435118660330772, 0.030847862362861633, -0.03007890097796917, -0.02376626618206501, 0.05168134346604347, -0.046566858887672424, 0.09985765814781189, 0.018052704632282257, -0.02108384296298027, 0.015352399088442326, -0.013009750284254551, 0.04742523282766342, -0.02208528108894825, -0.011248292401432991, 0.006303693633526564, 0.0012260907096788287, -0.05747537687420845, 0.021942218765616417, 0.06080158054828644, 0.010452507063746452, 0.01081016380339861, -0.08462149649858475, -0.0033373809419572353, -0.03691013529896736, 0.03454960510134697, -0.026681164279580116, 0.03837652876973152, -0.07632386684417725, -0.008369158953428268, 0.10958591103553772, -0.01997510716319084, -0.007188892923295498, 0.02029699832201004, 0.004873068071901798, 0.029846424236893654, 0.03229637071490288, -0.006683703511953354, 0.003377617336809635, -0.04799748584628105, 0.016961853951215744, 0.0038738655857741833, -0.01845506764948368, -0.04889162629842758, 0.1291854828596115, -0.02981065772473812, 0.03603387996554375, -0.008959291502833366, 0.0054632010869681835, -0.1138777881860733, -0.007510783616453409, -0.04978576675057411, -0.023283429443836212, 0.012196081690490246, 0.032743439078330994, -0.00036464183358475566, -0.04549388960003853, 0.03327992558479309, -0.005579439457505941, 0.013635649345815182, -0.008007031865417957, 0.014046953991055489, 0.0526827834546566, -0.010211089625954628, -0.006326046772301197, -0.007211246527731419, -0.041631199419498444, -0.02587643824517727, 0.0037777454126626253, 0.018866373226046562, -0.027360711246728897, -0.02929205633699894, -0.0002120790450135246, -0.03424559533596039, 0.01625548116862774, -0.0037822159938514233, -0.034317128360271454, 0.011731129139661789, -0.0447070449590683, -0.08991481363773346, 0.042775701731443405, 0.014592379331588745, 0.06874155253171921, 0.007376662455499172, 0.014046953991055489, -0.005270960740745068, -0.035318564623594284, 0.04052246734499931, 0.018759075552225113, -0.023462258279323578, -0.05414917320013046, -0.01877695880830288, -0.006281340029090643, 0.04839090630412102, 0.0630190521478653, -0.010300503112375736, 0.035014558583498, -0.012196081690490246, -0.005396140273660421, 0.02771836891770363, -0.004551177378743887, 0.04402749985456467, -0.019206147640943527, -0.027539540082216263, 0.009835549630224705, 0.06595183163881302, 0.049034688621759415, 0.017069149762392044, 0.05937095731496811, 0.04610190540552139, 0.030525971204042435, 0.014118485152721405, 0.03723202645778656, 0.015853118151426315, -0.04517199844121933, -0.03311897814273834, 0.08161718398332596, -0.05475718900561333, 0.00461376691237092, -0.001395977451466024, 0.054506830871105194, -0.004841772839426994, 0.010997933335602283, -0.012088784947991371, -0.027950845658779144, -0.057868801057338715, 0.0218170378357172, -0.024803468957543373, 0.06512922048568726, 0.005190487951040268, 0.02162032760679722, -0.033208392560482025, -0.02271117828786373, -0.03424559533596039, 0.022210460156202316, -0.021065959706902504, -0.012285496108233929, -0.012813039124011993, -0.02419545315206051, 0.07081595808267593, 0.06015780195593834, 0.02086924947798252, -0.0022174695041030645, -0.06380589306354523, 0.02907746285200119, -0.01014849916100502, 0.04935657978057861, 0.05175287649035454, 0.02287212386727333, 0.0088341124355793 ]
10,388
starlette.applications
host
null
def host(self, host: str, app: ASGIApp, name: str = None) -> None: self.router.host(host, app=app, name=name)
(self, host: str, app: Callable[[MutableMapping[str, Any], Callable[[], Awaitable[MutableMapping[str, Any]]], Callable[[MutableMapping[str, Any]], Awaitable[NoneType]]], Awaitable[NoneType]], name: Optional[str] = None) -> NoneType
[ 0.04999123141169548, -0.004941713064908981, -0.06080205738544464, -0.015288838185369968, -0.010748998261988163, 0.016525371000170708, 0.031478580087423325, 0.012762779369950294, -0.05147507041692734, 0.007269043475389481, 0.015580306760966778, -0.03868579491972923, 0.014016976580023766, -0.04433851316571236, 0.018194688484072685, -0.044762469828128815, 0.016922827810049057, 0.03312139958143234, 0.01323089562356472, -0.027398021891713142, 0.030648335814476013, -0.005246429704129696, 0.04105287045240402, -0.06472363322973251, -0.030259711667895317, 0.058576300740242004, 0.035258833318948746, 0.03455224633216858, 0.022769859060645103, -0.03794387727975845, 0.005489320028573275, -0.05115710571408272, 0.04091155156493187, 0.042819347232580185, 0.04299599304795265, 0.013575357384979725, -0.02757466956973076, -0.014299612492322922, -0.026691433042287827, -0.033262718468904495, 0.045080434530973434, 0.0059706843458116055, 0.019236909225583076, -0.012065022252500057, 0.06913981586694717, 0.02566687762737274, 0.08655726164579391, 0.0558912567794323, 0.013487034477293491, -0.010007078759372234, -0.07256677746772766, -0.05412478372454643, 0.012012028135359287, 0.0041180942207574844, -0.010378038510680199, 0.02997707575559616, 0.01693166047334671, 0.04741217941045761, -0.0019607869908213615, -0.028104612603783607, -0.007405945099890232, -0.022540217265486717, 0.026585442945361137, 0.027239039540290833, 0.0014816306065768003, 0.04889601841568947, 0.007604673504829407, -0.0018912319792434573, -0.033633679151535034, -0.01810636557638645, 0.05175770819187164, 0.014432097785174847, -0.023935731500387192, -0.003762591164559126, 0.04599900171160698, 0.04992057383060455, -0.0052508460357785225, 0.01631339266896248, -0.033368706703186035, -0.02782197669148445, 0.009839263744652271, -0.017443938180804253, -0.021074043586850166, -0.001184642082080245, -0.013133739121258259, -0.013778502121567726, -0.01023672055453062, -0.06090804561972618, -0.0087175527587533, -0.024695316329598427, 0.054690055549144745, 0.013292721472680569, -0.04462115094065666, 0.03812052309513092, 0.028387248516082764, -0.025242922827601433, 0.024183038622140884, -0.001807324355468154, 0.008465830236673355, -0.002826359588652849, -0.027662992477416992, 0.07005838304758072, -0.0338103249669075, -0.011217114515602589, 0.043455276638269424, -0.049390632659196854, 0.014803057536482811, -0.018512655049562454, -0.05045051500201225, 0.04815410077571869, -0.039781007915735245, 0.029782762750983238, 0.018706966191530228, -0.059000253677368164, -0.04988524317741394, 0.0017267289804294705, 0.028581559658050537, 0.03787321597337723, -0.010678339749574661, -0.017231959849596024, -0.056315213441848755, 0.029394138604402542, 0.01620740443468094, -0.04511576145887375, -0.009830431081354618, 0.05843498185276985, -0.00907967984676361, -0.048648711293935776, -0.040452271699905396, -0.019607868045568466, 0.025278251618146896, 0.06221523880958557, -0.017629416659474373, -0.015933601185679436, 0.03476422280073166, 0.024695316329598427, -0.022557880729436874, 0.02566687762737274, 0.0018912319792434573, 0.039463043212890625, -0.05864695832133293, -0.01831834204494953, -0.043031323701143265, 0.008099286817014217, 0.0457870252430439, -0.026638438925147057, -0.0067876786924898624, -0.028758207336068153, 0.009591957554221153, 0.0417947918176651, -0.0028109028935432434, 0.034622903913259506, 0.03386332094669342, 0.019607868045568466, -0.014140630140900612, 0.033262718468904495, 0.01980218105018139, -0.0324678048491478, 0.002894810400903225, -0.007829898968338966, -0.023458784446120262, -0.05299424007534981, -0.008611563593149185, 0.003707388648763299, -0.06253319978713989, -0.08895966410636902, -0.027557004243135452, 0.05567928031086922, 0.009000188671052456, 0.03953370451927185, -0.047129545360803604, -0.021515661850571632, -0.0625685304403305, -0.008275933563709259, 0.06059008091688156, -0.005714545492082834, -0.03003006987273693, -0.021091707050800323, 0.021127037703990936, -0.047129545360803604, -0.015633299946784973, 0.003815585281699896, -0.002894810400903225, 0.008978107944130898, 0.001091902144253254, 0.026956403627991676, -0.04652894288301468, 0.0399223268032074, -0.0010714773088693619, 0.06966976076364517, -0.008858870714902878, -0.0044625564478337765, 0.015076861716806889, -0.05126309394836426, 0.06090804561972618, -0.022398898378014565, 0.004224082455039024, 0.017850225791335106, 0.045080434530973434, 0.002439943142235279, -0.0010300755966454744, 0.020332124084234238, -0.012983588501811028, 0.033315710723400116, 0.08048058301210403, 0.019466551020741463, 0.03691932186484337, -0.024112379178404808, 0.02715071476995945, 0.016384052112698555, 0.01842433027923107, -0.045186422765254974, -0.020226135849952698, 0.004946128930896521, -0.012621461413800716, -0.007149806246161461, -0.055114008486270905, -0.020667754113674164, 0.11411426216363907, -0.004043018911033869, -0.04246605187654495, 0.0006541476468555629, 0.006098753772675991, 0.00704823387786746, -0.017125971615314484, -0.02042044699192047, -0.00517135439440608, -0.020279129967093468, -0.015377162024378777, 0.025384241715073586, 0.027662992477416992, -0.028493236750364304, -0.007834315299987793, -0.02510160580277443, 0.02624981291592121, 0.04850739613175392, 0.017364446073770523, 0.044974446296691895, -0.007432442158460617, -0.03804986551403999, 0.042819347232580185, 0.006699355319142342, -0.01964319869875908, -0.05656252056360245, -0.0024531916715204716, -0.03481721505522728, -0.07659434527158737, 0.0004954409669153392, 0.0013999311486259103, -0.0042329151183366776, -0.05412478372454643, -0.026744427159428596, 0.024024056270718575, -0.004561920650303364, -0.0035484060645103455, -0.0004413426504470408, -0.03822651132941246, 0.004144591279327869, 0.012224004603922367, 0.03257379308342934, -0.05843498185276985, 0.008077205158770084, 0.01373434066772461, 0.04621097818017006, 0.037413932383060455, 0.036000754684209824, -0.01658719778060913, -0.04105287045240402, -0.05204034224152565, -0.01831834204494953, 0.11369030922651291, 0.026267478242516518, 0.035947758704423904, 0.010060072876513004, 0.023971062153577805, -0.0029367641545832157, -0.007079147268086672, -0.004632579628378153, -0.08231771737337112, 0.030542347580194473, 0.04730619117617607, -0.04006364569067955, -0.041512154042720795, -0.03695464879274368, -0.038862444460392, 0.013213230296969414, 0.0015412491047754884, 0.031160613521933556, -0.0013403126504272223, -0.056739166378974915, 0.007900558412075043, 0.03225582838058472, -0.00611641863361001, -0.04451516270637512, -0.028475571423768997, 0.017691243439912796, -0.02289351262152195, 0.10485793650150299, -0.016922827810049057, -0.030595341697335243, 0.024218367412686348, -0.0072248815558850765, -0.03197319060564041, 0.0059883492067456245, 0.0021771800238639116, 0.04144149646162987, -0.015156352892518044, 0.07920872420072556, -0.009106176905333996, -0.010899148881435394, -0.00837309006601572, -0.009326986037194729, -0.08026860654354095, -0.022292910143733025, 0.0008501159609295428, 0.06857454776763916, 0.030966300517320633, 0.011022801510989666, -0.015297670848667622, -0.01393748540431261, 0.01103163417428732, 0.08048058301210403, -0.09086745977401733, -0.0009301592945121229, 0.060413435101509094, 0.05924756079912186, 0.05578526854515076, 0.003959111403673887, -0.00518460338935256, 0.0199611634016037, 0.005829366389662027, 0.058470312505960464, 0.004932880401611328, -0.0300830639898777, 0.01378733478486538, -0.06726735830307007, 0.0005139337154105306, 0.03245013952255249, -0.048966679722070694, -0.005480487830936909, 0.004018730018287897, 0.03868579491972923, -0.056633178144693375, -0.014122964814305305, 0.04165347293019295, 0.032785769551992416, -0.08394287526607513, -0.04836607724428177, -0.02563154697418213, -0.041512154042720795, -0.029500126838684082, -0.028104612603783607, 0.007803401909768581, -0.04278401657938957, 0.06804460287094116, -0.010793160647153854, -0.003175238147377968, 0.001688087359070778, -0.002044694498181343, -0.04137083515524864, -0.017602920532226562, -0.03548847511410713, -0.03409296274185181, -0.025507893413305283, -0.03734327480196953, -0.044974446296691895, 0.023812077939510345, 0.037625908851623535, 0.02137434296309948, 0.012656791135668755, 0.014476260170340538, -0.03801453486084938, 0.03907442092895508, -0.0026585443411022425, -0.007957967929542065, -0.0556439533829689, 0.0032171919010579586, -0.04847206547856331, -0.025348911061882973, 0.03280343487858772, 0.010448697954416275, 0.060519423335790634, 0.1493730992078781, -0.04084089398384094, 0.018141694366931915, -0.08500275760889053, 0.03471122682094574, 0.02725670486688614, 0.011596905998885632, 0.003572694957256317, 0.07843147218227386, -0.01722312718629837, -0.011552744545042515, -0.002629839116707444, -0.046175647526979446, -0.03225582838058472, -0.04059358686208725, -0.017125971615314484, -0.06666675209999084, 0.004672325681895018, 0.029076173901557922, 0.0072513786144554615, 0.002119769575074315, 0.004177712369710207, 0.04553971812129021, -0.019766852259635925, -0.013619519770145416, -0.003647770266979933, 0.019042596220970154, 0.06179128214716911, -0.015456653200089931, -0.02462465688586235, -0.07224881649017334, 0.005105111747980118, 0.018088700249791145, 0.0067788464948534966, 0.10040642321109772, 0.014016976580023766, 0.02211626246571541, 0.01393748540431261, 0.007441274356096983, 0.01134076714515686, 0.03262678533792496, 0.04914332553744316, 0.001382266404107213, -0.021974945440888405, -0.0324678048491478, -0.035629794001579285, 0.025914182886481285, -0.07885543256998062, 0.02042044699192047, -0.010113067924976349, -0.018194688484072685, 0.015209347009658813, 0.0780075192451477, 0.02121536061167717, 0.02510160580277443, 0.039463043212890625, 0.04243072122335434, -0.023829743266105652, -0.00684067327529192, -0.03974568098783493, 0.0203674528747797, -0.028581559658050537, 0.06560686975717545, 0.03847381845116615, -0.003122244030237198, -0.03338637202978134, 0.0199611634016037, -0.05257028713822365, 0.005489320028573275, -0.04599900171160698, -0.002656336175277829, -0.013010085560381413, -0.012206340208649635, -0.07256677746772766, 0.012745114974677563, 0.006862754002213478, -0.026974068954586983, 0.07998597621917725, -0.03492320328950882, -0.0022036770824342966, 0.005621805787086487, -0.05656252056360245, -0.010748998261988163, 0.019254574552178383, 0.03396930918097496, -0.022381234914064407, 0.025755200535058975, -0.0710829421877861, -0.02771598845720291, -0.018565649166703224, 0.024553997442126274, 0.028528565540909767, -0.005674799904227257, 0.003349677659571171, -0.0026762092020362616, 0.012188674882054329, -0.04101754352450371, 0.025384241715073586, -0.03333337604999542, 0.03280343487858772, 0.047129545360803604, 0.051793038845062256, -0.019395891577005386, 0.03223816305398941, 0.06210925057530403, 0.0085850665345788, 0.010537021793425083, -0.013460537418723106, -0.022911176085472107, -0.03628338873386383, -0.031001631170511246, 0.023511778563261032, -0.02773365192115307, 0.005043284967541695, -0.012912929989397526, 0.039675019681453705, -0.017443938180804253, 0.0051801870577037334, -0.04783613234758377, -0.017523428425192833, 0.008677806705236435, 0.024430343881249428, 0.006359308958053589, 0.021462667733430862, -0.02031445875763893, 0.0065138754434883595, 0.03133726119995117, 0.042607370764017105, -0.05246429890394211, -0.03317439556121826, 0.005131608806550503, 0.013407542370259762, 0.017850225791335106, 0.006372557487338781, -0.08203508704900742, -0.03003006987273693, -0.02052643522620201, -0.027027063071727753, 0.011164119467139244, -0.008960442617535591, 0.017523428425192833, 0.013540028594434261, 0.026956403627991676, -0.03570045158267021, 0.039675019681453705, 0.025949513539671898, 0.00963611900806427, 0.05574994161725044, -0.023670760914683342, 0.055114008486270905, 0.04430318623781204, 0.006827424746006727, 0.07030569016933441, 0.056421201676130295, -0.058576300740242004, -0.021815963089466095, -0.09786269813776016, 0.009706778451800346, -0.007361783180385828, 0.0033850071486085653, 0.005158105865120888, -0.12577299773693085, -0.03734327480196953, -0.06366374343633652, -0.0036190650425851345, 0.015227011404931545, 0.018177025020122528, -0.033792659640312195, -0.01821235381066799, -0.019660862162709236, -0.009247494861483574, 0.04214808717370033, -0.02216925658285618, 0.006301898509263992, -0.0024973535910248756, 0.003356301924213767, -0.030312705785036087, -0.001095214276574552, 0.005440741777420044, 0.023971062153577805, 0.00461933109909296, 0.05292358249425888, -0.02646179124712944, 0.01212684903293848, -0.013266224414110184, -0.0543014295399189, 0.010457529686391354, 0.005979516543447971, -0.03204385191202164, -0.054160114377737045, 0.0763823613524437, 0.010263217613101006, 0.022222250699996948, 0.05334753543138504, 0.05709246173501015, 0.025437235832214355, -0.0009417518158443272, -0.024183038622140884, -0.02573753520846367, 0.009715611115098, -0.06458231061697006, 0.0016925035743042827, -0.058470312505960464, -0.008143448270857334, 0.029217490926384926, 0.025454899296164513, -0.008125783875584602, -0.05143974348902702, -0.03748459368944168, -0.07376798242330551, -0.0006927892682142556, 0.036672014743089676, -0.0013082952937111259, -0.05585592985153198, -0.049390632659196854, -0.021992608904838562, 0.05514933913946152, 0.029376473277807236, -0.026338137686252594, 0.0211623664945364, 0.05267627537250519, -0.0556439533829689, 0.03144324943423271, -0.0018536943243816495, -0.019042596220970154, -0.017894389107823372, 0.010854986496269703, -0.049284644424915314, -0.004712071269750595, 0.007335286121815443, -0.0561738945543766, 0.06889250874519348, -0.010484026744961739, 0.015315335243940353, 0.0003234856703784317, 0.05649185925722122, 0.029818091541528702, 0.011667565442621708, 0.013124906457960606, 0.005038869101554155, -0.015430156141519547, 0.0003450145886745304, 0.008452581241726875, 0.01677267625927925, 0.04730619117617607, 0.01853031851351261, -0.02158632129430771, 0.026762090623378754, 0.027662992477416992, -0.015642132610082626, -0.049743928015232086, 0.036159735172986984, -0.007807818241417408, -0.097438745200634, 0.0067876786924898624, 0.0038774118293076754, -0.03910974785685539, -0.0223635695874691, -0.033686671406030655, 0.010607680305838585, -0.004005481489002705, -0.06451165676116943, 0.02773365192115307, 0.009521298110485077, -0.0029588451143354177, -0.0452570803463459, -0.0038067528512328863, -0.06263919174671173, 0.048719372600317, -0.025596218183636665, 0.0016417173901572824, 0.054160114377737045, 0.014025809243321419, 0.06751466542482376, 0.003296683309599757, -0.03517051041126251, -0.061826612800359726, 0.02015547640621662, 0.010360374115407467, -0.044444501399993896, 0.05249962583184242, -0.05066249519586563, 0.03333337604999542, 0.00418654503300786, 0.03050701692700386, -0.05412478372454643, -0.04504510387778282, 0.05288825184106827, -0.014811890199780464, -0.03808519244194031, -0.015536144375801086, -0.006434383802115917, 0.017390944063663483, -0.025331247597932816, -0.01028971467167139, -0.026956403627991676, -0.05278226360678673, -0.03188486769795418, 0.028440242633223534, -0.06504159420728683, 0.051227767020463943, -0.0033540937583893538, -0.00230966554954648, 0.027062391862273216, -0.03564745932817459, -0.021550990641117096, 0.05041518807411194, -0.012806941755115986, -0.026603108271956444, 0.003539573634043336, 0.02941180393099785, 0.015765786170959473, -0.03343936428427696, 0.05709246173501015, -0.012700952589511871, -0.1078256145119667, 0.004601666703820229, 0.04500977322459221, 0.023900402709841728, 0.015668630599975586, 0.028917189687490463, 0.028440242633223534, 0.008434916846454144, 0.003446833696216345, 0.0045133428648114204, 0.008461413905024529, -0.04228940233588219, -0.01368134655058384, -0.01658719778060913, -0.05052117630839348, 0.059636183083057404, 0.08316563069820404, 0.03280343487858772, -0.04373791441321373, -0.0031089955009520054, 0.028528565540909767, -0.016339890658855438, 0.058682288974523544, -0.028422577306628227, 0.021497996523976326, 0.02646179124712944, -0.040664248168468475, 0.06705538183450699, -0.04059358686208725, -0.04804811254143715, 0.00020811280410271138, 0.058682288974523544, 0.028652219101786613, -0.0439145602285862, -0.01746160164475441, 0.04341994598507881, 0.05709246173501015, -0.03343936428427696, 0.019872840493917465, 0.04002831503748894, -0.029500126838684082, -0.03419895097613335, -0.001773098949342966, 0.009000188671052456, -0.050379857420921326, -0.019519545137882233, -0.07963267713785172, 0.05790504068136215, -0.017019983381032944, 0.006522707641124725, 0.01653420366346836, 0.013292721472680569, 0.07062365859746933, 0.022222250699996948, 0.045186422765254974, 0.0020181972067803144, 0.05147507041692734, 0.01362835243344307, -0.006354892626404762, -0.0021429546177387238, 0.0019994284957647324, 0.00456633698195219, -0.007754823658615351, 0.006226823199540377, -0.010854986496269703, 0.006200326140969992, -0.04013430327177048, 0.056315213441848755, -0.04006364569067955, 0.06504159420728683, 0.008046291768550873 ]
10,390
fastapi.applications
include_router
null
def include_router( self, router: routing.APIRouter, *, prefix: str = "", tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, include_in_schema: bool = True, default_response_class: Type[Response] = Default(JSONResponse), callbacks: Optional[List[BaseRoute]] = None, ) -> None: self.router.include_router( router, prefix=prefix, tags=tags, dependencies=dependencies, responses=responses, deprecated=deprecated, include_in_schema=include_in_schema, default_response_class=default_response_class, callbacks=callbacks, )
(self, router: fastapi.routing.APIRouter, *, prefix: str = '', tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, include_in_schema: bool = True, default_response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37baec0>, callbacks: Optional[List[starlette.routing.BaseRoute]] = None) -> NoneType
[ -0.049485497176647186, -0.012046760879456997, -0.046095091849565506, -0.048042770475149155, 0.03240722790360451, 0.0725691094994545, 0.015680626034736633, 0.03729446232318878, -0.09074745327234268, -0.0238951463252306, 0.04934122413396835, -0.06795238703489304, -0.04436381906270981, -0.013047652319073677, 0.003651899751275778, -0.03242526203393936, -0.039566755294799805, 0.01640198938548565, 0.03029724396765232, -0.03619438409805298, 0.000955242314375937, -0.009855621494352818, 0.04638363793492317, 0.033489275723695755, -0.024977192282676697, -0.004418347962200642, -0.02990049310028553, -0.03550909087061882, 0.006609487812966108, 0.010477796196937561, -0.017556170001626015, -0.010856512002646923, 0.007479631807655096, -0.041658710688352585, 0.03184817358851433, -0.038484711199998856, -0.00733535923063755, -0.00222382671199739, -0.012858293950557709, -0.008751033805310726, 0.008300182409584522, 0.022434387356042862, 0.035959940403699875, -0.031126810237765312, 0.06751956790685654, 0.06640145927667618, 0.024273863062262535, 0.001339029986411333, 0.03547302260994911, -0.03559926152229309, 0.06816879659891129, -0.011722147464752197, 0.01138851698487997, 0.016356904059648514, 0.026005133986473083, -0.005130693782120943, -0.024129590019583702, 0.040179915726184845, 0.041875116527080536, -0.009738399647176266, 0.026997007429599762, 0.006952135358005762, -0.01612246222794056, 0.008453471586108208, -0.00665006460621953, 0.03067595884203911, -0.011172108352184296, -0.010549932718276978, -0.005915176123380661, 0.0003916775167454034, -0.0430292971432209, -0.003225844819098711, 0.04393100365996361, -0.04075700417160988, 0.06914263963699341, 0.030152970924973488, -0.02795281447470188, -0.05092822387814522, 0.016744637861847878, -0.03312859311699867, 0.008390352129936218, -0.0377994179725647, -0.009129749611020088, 0.06524727493524551, -0.011983641423285007, 0.01753813587129116, -0.08937686681747437, -0.05529246851801872, 0.03397619351744652, -0.029954595491290092, -0.03612224757671356, 0.012470562011003494, -0.018809538334608078, 0.031703900545835495, -0.0004026670358143747, 0.014138713479042053, -0.004657299257814884, -0.04540979489684105, 0.037222325801849365, 0.0012533681001514196, -0.01704219914972782, -0.0012116642901673913, 0.006122567690908909, 0.05601383000612259, 0.02881844900548458, -0.03565336391329765, 0.03460738807916641, 0.005906159058213234, 0.01877347007393837, 0.02807905152440071, 0.0033317951019853354, -0.048872336745262146, -0.04645577445626259, -0.0026374831795692444, -0.059512440115213394, -0.007308308035135269, 0.03029724396765232, -0.0036225945223122835, 0.009377717971801758, -0.051865994930267334, -0.03424670547246933, -0.009111715480685234, 0.0066275219433009624, -0.026437951251864433, 0.029539812356233597, -0.04944942891597748, -0.018358686938881874, 0.0058069718070328236, -0.04573440924286842, -0.05576135590672493, 0.04447202384471893, 0.06196507439017296, -0.026924870908260345, -0.04111768677830696, 0.02046867273747921, 0.005991820711642504, -0.021694989874958992, 0.04007171094417572, -0.002421074314042926, -0.007191086653620005, -0.037619076669216156, -0.005211847368627787, -0.008516591042280197, -0.025536248460412025, -0.04306536540389061, -0.04714106768369675, -0.008714965544641018, -0.0009518609149381518, 0.0011113497894257307, 0.024923089891672134, 0.05219060927629471, -0.03002673201262951, 0.05092822387814522, 0.029305368661880493, -0.04429168254137039, 0.0291250292211771, 0.006275857333093882, -0.01608639396727085, 0.04158657416701317, -0.03816010057926178, 0.021063797175884247, -0.041658710688352585, -0.006190195679664612, -0.031920310109853745, -0.0033543375320732594, 0.005243406631052494, -0.013372265733778477, 0.037438735365867615, -0.03002673201262951, 0.015292894095182419, -0.0022869459353387356, -0.0018372212070971727, -0.026798631995916367, 0.018845606595277786, 0.020955592393875122, -0.0033317951019853354, -0.014282985590398312, 0.01277714129537344, -0.03801582753658295, 0.02155071683228016, 0.0760316550731659, -0.012723038904368877, 0.014616616070270538, 0.010053995996713638, 0.028746312484145164, -0.011965607292950153, 0.03368764743208885, -0.029720153659582138, 0.018259499222040176, 0.006402095779776573, 0.025103429332375526, -0.01751108467578888, 0.021352343261241913, 0.017502067610621452, -0.051865994930267334, -0.021875331178307533, 0.04468843340873718, -0.007425529882311821, 0.044832706451416016, 0.007037797011435032, -0.012443510815501213, -0.016438057646155357, 0.0038344948552548885, 0.03350730985403061, 0.062217552214860916, 0.041658710688352585, 0.022019604220986366, -0.05731228366494179, 0.016014257445931435, -0.04349818453192711, 0.019025947898626328, -0.05662699043750763, -0.036969851702451706, -0.02977425418794155, -0.0013266315218061209, 0.06340780109167099, -0.006722200661897659, 0.0014494886854663491, 0.031830139458179474, -0.0665096640586853, 0.031613729894161224, 0.05424649268388748, -0.07776292413473129, -0.04245220869779587, -0.0421636626124382, -0.0186832994222641, 0.01590605266392231, -0.044435955584049225, -0.06210934743285179, 0.02277703396975994, 0.049701906740665436, -0.014292002655565739, 0.009531008079648018, -0.02919716387987137, -0.023372158408164978, 0.05359726399183273, 0.027321621775627136, 0.03841257467865944, 0.04310143366456032, -0.01704219914972782, 0.08504869043827057, 0.03439097851514816, 0.0054192389361560345, -0.0547514446079731, -0.023390192538499832, -0.023877112194895744, -0.07963846623897552, -0.03128911554813385, 0.025410009548068047, -0.00975643377751112, -0.037871554493904114, -0.013011584058403969, -0.0015982697950676084, 0.008773576468229294, 0.0006616250611841679, 0.00422222726047039, -0.000015383557183668017, -0.017312711104750633, -0.00723617197945714, -0.019675174728035927, -0.043173570185899734, 0.02937750518321991, 0.0504232682287693, 0.004738452844321728, -0.00665006460621953, -0.02164088748395443, -0.034228671342134476, -0.04775422438979149, -0.003751087235286832, 0.0012094100238755345, 0.002122384961694479, 0.004864691291004419, 0.01522977463901043, 0.038484711199998856, 0.05305624380707741, -0.0037014936096966267, -0.007281257305294275, -0.014246918261051178, 0.025175565853714943, 0.016789721325039864, -0.03154159337282181, -0.06412916630506516, -0.0053065260872244835, -0.02272293157875538, -0.0015757271321490407, 0.02916109561920166, 0.012109880335628986, 0.08194682747125626, -0.01080240961164236, -0.07422824203968048, 0.018358686938881874, 0.008530116640031338, -0.0358697734773159, -0.045229457318782806, -0.037438735365867615, -0.017429931089282036, -0.07790719717741013, 0.05175779014825821, 0.0734347477555275, 0.00792146660387516, 0.01145163644105196, -0.030405446887016296, 0.0008476014481857419, -0.018809538334608078, 0.02481488510966301, 0.008719474077224731, -0.000023458384021068923, 0.01631181873381138, -0.03704198822379112, 0.005527443252503872, -0.04299322888255119, 0.05980098620057106, -0.022019604220986366, -0.04732140898704529, -0.04775422438979149, -0.00903056189417839, -0.020793287083506584, 0.0638766884803772, -0.03451721742749214, 0.00013187415606807917, -0.015004348941147327, 0.06304711848497391, -0.044435955584049225, 0.019098084419965744, 0.05666305869817734, 0.003687968011945486, 0.034012261778116226, 0.00513971084728837, 0.011316381394863129, -0.052479151636362076, 0.0026960938703268766, -0.02133430913090706, -0.038881462067365646, -0.007290273904800415, 0.019062016159296036, -0.006668098736554384, -0.0022892002016305923, -0.08187469094991684, -0.03942248597741127, 0.08843909204006195, 0.026113338768482208, 0.006014363374561071, 0.019314492121338844, 0.02833152934908867, -0.03175800293684006, -0.009711348451673985, -0.015076485462486744, 0.0032912183087319136, -0.01618558168411255, -0.02780854143202305, -0.06669000536203384, -0.011902488768100739, 0.043750662356615067, 0.008850221522152424, 0.017114335671067238, -0.05936817079782486, -0.01151475589722395, 0.017123352736234665, 0.03686164692044258, 0.021713024005293846, -0.05767296627163887, -0.023480363190174103, 0.0077771940268576145, 0.05449897050857544, -0.024742748588323593, -0.0149953318759799, -0.026960939168930054, -0.019963718950748444, -0.07581524550914764, -0.009999893605709076, -0.0015464217867702246, 0.0033520832657814026, 0.00455360347405076, -0.023227887228131294, 0.004434127826243639, 0.020486706867814064, -0.02185729704797268, 0.0016478634206578135, -0.01830458454787731, -0.04706893116235733, 0.013480469584465027, 0.08887191116809845, 0.01388623658567667, -0.035184476524591446, 0.0486919991672039, -0.09204591065645218, 0.05233488231897354, 0.016483142971992493, -0.0551842637360096, 0.00032066836138255894, 0.021676955744624138, 0.005694258492439985, -0.004837640095502138, -0.0456262044608593, -0.08504869043827057, -0.05965671315789223, -0.04623936489224434, 0.00018428568728268147, 0.04771815612912178, -0.0032123192213475704, 0.057600829750299454, -0.08223537355661392, 0.04238007217645645, 0.00876906793564558, 0.04851165786385536, 0.021568750962615013, 0.01794390380382538, -0.025013260543346405, 0.014436275698244572, -0.0217310581356287, -0.04876413568854332, -0.013345214538276196, -0.04454416036605835, 0.06834913790225983, -0.04115375503897667, 0.015446184203028679, 0.10878153145313263, -0.0029981646221131086, -0.04349818453192711, 0.06286677718162537, 0.04458022862672806, -0.013011584058403969, 0.011370482854545116, 0.07682514935731888, 0.045265525579452515, -0.02016209438443184, -0.030802197754383087, -0.06625718623399734, -0.011226210743188858, -0.05637451261281967, 0.011550824157893658, -0.03837650641798973, -0.010640103369951248, -0.04176691547036171, 0.04602295532822609, -0.007741125766187906, 0.047177135944366455, -0.007204612251371145, 0.043750662356615067, -0.012218084186315536, 0.08144187182188034, -0.006095516961067915, -0.02977425418794155, -0.04151443764567375, -0.06578829884529114, -0.02185729704797268, -0.010874546132981777, 0.018917743116617203, 0.033272866159677505, -0.018070140853524208, 0.03377781808376312, -0.02777247317135334, -0.010531898587942123, 0.05370546877384186, -0.06845734268426895, -0.06412916630506516, 0.0999809056520462, 0.0004680405545514077, -0.0860585942864418, -0.02355249971151352, 0.03045954927802086, -0.05633844435214996, 0.009377717971801758, 0.030315276235342026, -0.0029079942032694817, 0.039350349456071854, 0.004941335879266262, -0.009684297256171703, -0.05655485391616821, -0.03294825181365013, 0.09774467349052429, -0.05871894210577011, -0.01720450632274151, 0.037402667105197906, 0.03293021768331528, 0.056085966527462006, 0.02234421670436859, -0.00007777193968649954, -0.05298410728573799, 0.00446117902174592, -0.021893365308642387, 0.041045550256967545, 0.022578660398721695, -0.017592238262295723, 0.04205545783042908, 0.025229668244719505, 0.03662720322608948, -0.016528228297829628, -0.004990929737687111, 0.03381388634443283, 0.018196379765868187, 0.017222540453076363, -0.04508518427610397, 0.017123352736234665, 0.048042770475149155, 0.0591156929731369, 0.033615510910749435, 0.023263953626155853, -0.014445292763411999, 0.002111113630235195, 0.02133430913090706, -0.09017036855220795, 0.018935777246952057, -0.001042594900354743, -0.016266733407974243, 0.0008684533531777561, -0.06261429935693741, 0.02191139943897724, 0.006284874398261309, 0.07408397644758224, -0.02299344353377819, 0.05063967779278755, 0.06784418225288391, 0.05558101460337639, 0.03758300840854645, 0.0373665988445282, -0.03628455474972725, 0.05511212721467018, 0.002833603648468852, -0.026834700256586075, 0.0070603396743535995, -0.0006221755174919963, 0.07855642586946487, -0.033489275723695755, 0.031307149678468704, 0.03359747678041458, -0.02250652387738228, -0.0543186292052269, 0.008489539846777916, 0.009882671758532524, -0.017835699021816254, 0.048872336745262146, -0.04072093591094017, -0.01479695737361908, 0.04158657416701317, 0.025842826813459396, 0.013101753778755665, -0.00984660442918539, -0.013011584058403969, -0.05680733174085617, 0.030405446887016296, 0.002763721626251936, -0.030225107446312904, 0.009810536168515682, 0.025626417249441147, -0.012308254837989807, -0.044832706451416016, 0.019152184948325157, 0.022217977792024612, -0.03399422764778137, -0.0643455758690834, -0.020739184692502022, 0.00540120480582118, 0.025932997465133667, 0.00917032640427351, 0.025644451379776, -0.03002673201262951, -0.007182069588452578, 0.008823170326650143, 0.047609955072402954, 0.06329959630966187, 0.010035961866378784, -0.04054059833288193, 0.03754694014787674, 0.019675174728035927, -0.021496614441275597, 0.03523857891559601, -0.015428150072693825, -0.005779920611530542, 0.03045954927802086, -0.007177561055868864, -0.009963825345039368, -0.024652577936649323, -0.030585788190364838, -0.0032574045471847057, 0.07581524550914764, 0.029233232140541077, 0.026654360815882683, 0.04256041347980499, -0.02777247317135334, -0.03754694014787674, -0.0004176015208940953, 0.02685273438692093, -0.043173570185899734, 0.02434599958360195, -0.027754439041018486, -0.023065580055117607, 0.060305941849946976, 0.014598581939935684, -0.0024052944499999285, -0.004555857740342617, -0.03320072963833809, 0.004506263881921768, -0.018539028242230415, 0.010026944801211357, -0.005712292622774839, -0.059043556451797485, -0.012488596141338348, 0.05767296627163887, 0.014183798804879189, -0.007840313017368317, 0.0007816643919795752, 0.03963889181613922, -0.07051322609186172, 0.02355249971151352, 0.02059491164982319, 0.0238951463252306, -0.059728849679231644, -0.046960726380348206, -0.014003457501530647, -0.022109773010015488, -0.015509302727878094, 0.029629983007907867, 0.009359683841466904, 0.029828356578946114, -0.0036225945223122835, -0.04898054152727127, -0.0131468391045928, 0.04714106768369675, -0.03877325728535652, 0.07978273928165436, -0.005595071241259575, 0.0030973521061241627, 0.0040892260149121284, -0.001184613211080432, 0.05283983424305916, 0.019999787211418152, 0.00038660544669255614, 0.010225319303572178, 0.03945855051279068, 0.04768208786845207, -0.07253304123878479, 0.07058536261320114, -0.006550876889377832, -0.011208176612854004, -0.07588738203048706, 0.04515732079744339, 0.010234336368739605, -0.003216827753931284, -0.04367852583527565, -0.02382301166653633, -0.049305155873298645, -0.06102730333805084, 0.012804191559553146, 0.04559013620018959, 0.025806758552789688, -0.005915176123380661, -0.017736511304974556, -0.006807862780988216, -0.04573440924286842, 0.04667218029499054, 0.030315276235342026, -0.06672607362270355, 0.02037850208580494, 0.005689749959856272, 0.041911184787750244, -0.007840313017368317, 0.0021381648257374763, 0.03504020348191261, 0.07790719717741013, -0.03895359858870506, -0.025716587901115417, 0.07022468000650406, -0.010676171630620956, 0.03471559286117554, 0.026041202247142792, 0.027916746214032173, -0.06131584942340851, 0.024580441415309906, -0.028836483135819435, -0.022326182574033737, -0.030784163624048233, 0.02490505576133728, 0.0037127649411559105, -0.03707805648446083, -0.036086179316043854, -0.06968365609645844, -0.057600829750299454, -0.024129590019583702, -0.03325483202934265, -0.037222325801849365, 0.0262936782091856, 0.02059491164982319, 0.03184817358851433, -0.010991767980158329, 0.011929539032280445, 0.028403665870428085, 0.022001570090651512, 0.060955166816711426, 0.03430080786347389, 0.038268301635980606, 0.02524770237505436, -0.019765343517065048, 0.002799789886921644, 0.006884507369250059, 0.004445399157702923, 0.007898923940956593, -0.08872763812541962, 0.04079307243227959, -0.03862898424267769, 0.09334436058998108, 0.029918527230620384, 0.014652684330940247, 0.03623045235872269, -0.036050111055374146, -0.004666316322982311, 0.0065734195522964, -0.04660004377365112, -0.025932997465133667, -0.04093734547495842, -0.019999787211418152, 0.00960314366966486, 0.0725691094994545, -0.005829514004290104, 0.006546368822455406, -0.017069250345230103, 0.07711369544267654, 0.03399422764778137, 0.039963506162166595, 0.007637429982423782, -0.036266520619392395, -0.012461544945836067, 0.007939500734210014, -0.04724927246570587, 0.0137960659340024, 0.013264060951769352, 0.04079307243227959, 0.010441728867590427, -0.015509302727878094, 0.004436382092535496, 0.03493199869990349, 0.03532874956727028, -0.008751033805310726, 0.025626417249441147, 0.0186832994222641, -0.03051365166902542, -0.046563975512981415, 0.027700336650013924, 0.018358686938881874, -0.026275644078850746, 0.07321833819150925, -0.024670612066984177, 0.03541892021894455, -0.054390765726566315, 0.04934122413396835, -0.04447202384471893, 0.04364245757460594, 0.027483927085995674, 0.009075647220015526, 0.040360257029533386, -0.03302038833498955, 0.007682515308260918, 0.05471538007259369, -0.03024314157664776, -0.03572550043463707, 0.015851950272917747, -0.030567754060029984, -0.004008072894066572, 0.008295673877000809, -0.02299344353377819, -0.03920607641339302, -0.056518785655498505, -0.015770796686410904, 0.008683405816555023, 0.07624806463718414, 0.06394882500171661, 0.02351643145084381, 0.031920310109853745 ]
10,391
fastack.app
load_commands
null
def load_commands(self): for command in self.get_setting("COMMANDS", []): command: Union[Callable, Typer] = import_attr(command) if isinstance(command, Typer): self.cli.add_typer(command) else: self.cli.command(command.__name__)(command)
(self)
[ -0.025373121723532677, 0.016894742846488953, 0.0034905760549008846, -0.07002414762973785, 0.023618973791599274, 0.0616963766515255, 0.053829289972782135, 0.015379796735942364, -0.018028736114501953, 0.022520417347550392, -0.0065736230462789536, -0.02514277957379818, -0.03357686102390289, 0.008389785885810852, -0.04574958235025406, -0.05485697090625763, 0.002956801326945424, 0.041071854531764984, -0.0012879250571131706, -0.08632531017065048, 0.041638851165771484, 0.06343280524015427, 0.029855942353606224, -0.05010836943984032, -0.0035459469072520733, 0.03533100709319115, -0.0044008721597492695, -0.007273510098457336, 0.03696112334728241, -0.022733040153980255, -0.010037620551884174, -0.022573573514819145, -0.03302758187055588, 0.01241192128509283, -0.03008628450334072, -0.03724462538957596, 0.02680833265185356, 0.024434031918644905, 0.052730731666088104, 0.014325536787509918, 0.03575625643134117, -0.002409737790003419, 0.0384494923055172, -0.002677732612937689, -0.00860683899372816, -0.014166069217026234, -0.009568076580762863, 0.04284372180700302, -0.02523137256503105, -0.03162780776619911, -0.0022303364239633083, -0.034958917647600174, 0.021723076701164246, 0.03230111673474312, 0.002832770813256502, -0.030741875991225243, 0.0124739371240139, 0.03518925979733467, -0.03541960194706917, -0.009089672937989235, 0.0003122913767583668, 0.030883625149726868, -0.02539083920419216, -0.017559193074703217, 0.04964768514037132, -0.039618924260139465, -0.004409731365740299, 0.007543719373643398, 0.016416339203715324, 0.0011572500225156546, -0.02703867480158806, -0.02089030109345913, 0.013838273473083973, -0.06665760278701782, 0.00741968909278512, -0.021102923899888992, -0.016141699627041817, -0.017603488638997078, 0.043020907789468765, 0.028775103390216827, -0.06141287460923195, 0.04546608030796051, -0.034958917647600174, 0.11056444048881531, 0.0027530367951840162, 0.006205960642546415, 0.021971138194203377, -0.004263552837073803, 0.010303400456905365, -0.059499260038137436, -0.05588465556502342, -0.023707566782832146, -0.006671075709164143, 0.05879051610827446, -0.0022834923584014177, 0.005054248031228781, -0.008810603991150856, 0.017559193074703217, -0.006006625946611166, 0.024788405746221542, -0.03830774500966072, -0.006316702347248793, 0.08157671242952347, -0.02652483433485031, 0.0004598546074703336, -0.00688369944691658, -0.011446254327893257, 0.04316265508532524, -0.033789485692977905, 0.01972086913883686, -0.03329336270689964, 0.028845978900790215, 0.0844825729727745, -0.022892508655786514, 0.051277801394462585, -0.02174079604446888, -0.045324333012104034, -0.014440707862377167, 0.0342501699924469, -0.019649993628263474, -0.037634436041116714, 0.06013713404536247, 0.07335525006055832, -0.028916852548718452, 0.0640706717967987, 0.04234759882092476, -0.011118459515273571, 0.0065647633746266365, 0.025497151538729668, -0.010834960266947746, 0.017984440550208092, 0.016708696261048317, 0.011712034232914448, -0.010994428768754005, 0.024079659953713417, -0.02923578955233097, -0.03456910699605942, -0.027747422456741333, 0.0025514871813356876, 0.04458015039563179, 0.004934646654874086, 0.018834935501217842, 0.012057548388838768, -0.013306713663041592, -0.04259565845131874, -0.004939076490700245, 0.006166093982756138, -0.03300986438989639, -0.02911175787448883, -0.029749630019068718, 0.004841623827815056, 0.012810591608285904, -0.03570310026407242, -0.003032105742022395, 0.003627895610406995, 0.04408402740955353, -0.05871963873505592, 0.037386372685432434, -0.015282344073057175, -0.062050748616456985, -0.0331161767244339, 0.032212525606155396, -0.04376509040594101, -0.005395331885665655, -0.03302758187055588, 0.03619922325015068, 0.010019902139902115, -0.034799449145793915, 0.01753261499106884, 0.06311386823654175, 0.0008925775182433426, -0.015149454586207867, 0.07183144986629486, 0.028367575258016586, 0.04681270197033882, -0.003747496521100402, -0.03300986438989639, -0.002467323327437043, 0.015937935560941696, -0.05074624344706535, -0.044792771339416504, 0.010826101526618004, 0.02315828949213028, 0.0004883705987595022, 0.004704304505139589, 0.01594679430127144, 0.08993992209434509, -0.011322223581373692, -0.054679784923791885, -0.026577990502119064, 0.0017353212460875511, 0.03635869175195694, 0.058365266770124435, 0.04170972481369972, 0.01016165129840374, 0.03462226316332817, -0.035206977277994156, 0.00479732733219862, -0.04291459545493126, 0.02615274302661419, -0.044154901057481766, 0.008956782519817352, 0.05418366193771362, -0.006834973115473986, 0.02813723310828209, -0.005395331885665655, -0.018161626532673836, -0.026347648352384567, 0.027623390778899193, -0.04635201394557953, 0.03347054868936539, -0.04064660519361496, 0.034108422696590424, 0.013333291746675968, 0.00001023494860419305, 0.0009219240164384246, 0.06162549927830696, -0.000034641365346033126, 0.0212092362344265, -0.010046480223536491, 0.08575831353664398, 0.0924205332994461, -0.053545791655778885, 0.05198654904961586, -0.02457578107714653, 0.05322685465216637, -0.02586924470961094, 0.01467990968376398, -0.004859342705458403, 0.05436084792017937, 0.03332880139350891, 0.005373183637857437, -0.07682810723781586, 0.015308922156691551, -0.004099654965102673, -0.043906841427087784, 0.030174877494573593, 0.04110729321837425, -0.005094114691019058, 0.008234747685492039, 0.0008255788125097752, 0.03720918670296669, -0.02684376947581768, -0.00033056375104933977, -0.02546171471476555, 0.04716707393527031, -0.010994428768754005, -0.06814596801996231, -0.03024575300514698, 0.017984440550208092, 0.059534698724746704, -0.003133988007903099, 0.052943356335163116, -0.003902534954249859, -0.0967438817024231, -0.062405120581388474, -0.013793976977467537, -0.032212525606155396, -0.011809486895799637, -0.016327746212482452, -0.022644447162747383, 0.030989937484264374, -0.013085230253636837, 0.08341944962739944, 0.025213653221726418, 0.04032767191529274, 0.02895229123532772, 0.005856017116457224, -0.024522624909877777, -0.02441631443798542, 0.037669871002435684, 0.060030821710824966, -0.05304966866970062, 0.007667750120162964, -0.02190026454627514, 0.087317556142807, 0.03887474164366722, -0.0019590193405747414, -0.010365416295826435, -0.045005396008491516, 0.022768478840589523, -0.022733040153980255, -0.0008682143525220454, -0.02445175126194954, -0.00878845527768135, -0.0015193751314654946, -0.012739717029035091, -0.011800628155469894, -0.041922349482774734, 0.03579169511795044, 0.06931539624929428, 0.03559678792953491, 0.03749268501996994, -0.01422808412462473, 0.060349754989147186, 0.020943457260727882, -0.06832315027713776, 0.02967875637114048, 0.020624520257115364, -0.04883262887597084, -0.01931333914399147, -0.09624776244163513, -0.03262005373835564, 0.012199297547340393, 0.005904743447899818, 0.006803965661674738, 0.055530279874801636, -0.054715223610401154, -0.017107365652918816, -0.02182938903570175, 0.07321350276470184, 0.05588465556502342, 0.011525988578796387, 0.05028555914759636, 0.026010993868112564, 0.009337733499705791, -0.0031804994214326143, 0.020146116614341736, -0.010046480223536491, 0.0006749702151864767, -0.06885471194982529, 0.014609035104513168, 0.006325561553239822, -0.002445175079628825, 0.03446279466152191, 0.0565933994948864, 0.052943356335163116, -0.008473949506878853, -0.022484980523586273, -0.008292333222925663, -0.0068748402409255505, -0.004668866749852896, -0.05822351574897766, 0.04089466854929924, 0.0033886937890201807, 0.032531458884477615, -0.030476095154881477, -0.0019368710927665234, -0.04603308066725731, 0.018046455457806587, 0.04691901057958603, 0.0611293762922287, 0.013076371513307095, -0.0032270110677927732, 0.007494993042200804, -0.03238971158862114, 0.04348159208893776, 0.08072621375322342, -0.04178060218691826, 0.002952371723949909, 0.03428560867905617, 0.0009950135136023164, 0.0026755176950246096, 0.036748502403497696, 0.05705408751964569, -0.06842946261167526, -0.005457347258925438, 0.011339942924678326, -0.011198192834854126, -0.043587904423475266, 0.03238971158862114, -0.02400878444314003, 0.014174927957355976, 0.011791768483817577, -0.04124904051423073, -0.0090719535946846, 0.06775615364313126, -0.04798213019967079, 0.012659982778131962, 0.0023632263764739037, 0.0425247848033905, 0.04801756888628006, 0.030174877494573593, -0.011322223581373692, 0.0015304492553696036, 0.02057136408984661, 0.024752968922257423, -0.006369858514517546, -0.0514904260635376, -0.004531547427177429, 0.04826563224196434, -0.012713138945400715, 0.05563659220933914, 0.005944610573351383, 0.006329991389065981, -0.028562480583786964, 0.007849366404116154, -0.0077917808666825294, 0.01022366713732481, -0.03122027963399887, 0.008199309930205345, -0.013802836649119854, -0.04837194085121155, 0.048690877854824066, -0.01732884906232357, -0.01587591879069805, 0.0006566978408955038, -0.001891467021778226, 0.0008820570656098425, 0.0017087432788684964, 0.033824920654296875, -0.052163735032081604, 0.11680141091346741, 0.02255585417151451, -0.004248048644512892, -0.010861538350582123, -0.043056342750787735, 0.08143496513366699, -0.06857121735811234, -0.018516000360250473, 0.0010049802949652076, 0.023636693134903908, 0.03189358860254288, -0.015583561733365059, -0.012748575769364834, -0.06258230656385422, 0.02454034425318241, 0.03247830271720886, -0.008571402169764042, -0.013669946230947971, -0.02523137256503105, -0.03433876484632492, -0.04574958235025406, -0.002930223476141691, 0.05290791764855385, 0.04280828312039375, 0.03238971158862114, 0.02911175787448883, 0.022803915664553642, -0.015858201310038567, -0.03866211697459221, 0.041036415845155716, -0.029537007212638855, -0.038803864270448685, 0.022803915664553642, -0.03024575300514698, 0.024788405746221542, -0.04886806383728981, 0.029767349362373352, 0.0029700903687626123, -0.053545791655778885, 0.02526680938899517, 0.014281240291893482, -0.007508282084017992, -0.020394178107380867, 0.017824972048401833, -0.006135086063295603, 0.07526887208223343, 0.02765882946550846, -0.029040884226560593, -0.06764984130859375, 0.030741875991225243, 0.03922911360859871, -0.007317806594073772, 0.08745930343866348, -0.006626778747886419, 0.033346518874168396, 0.003862667828798294, -0.04259565845131874, -0.012739717029035091, -0.030033128336071968, 0.03614606708288193, -0.03364773467183113, -0.03230111673474312, -0.02454034425318241, 0.0036965555045753717, 0.00231228512711823, 0.0504627451300621, 0.008730869740247726, 0.04691901057958603, 0.001344403368420899, -0.017638925462961197, 0.00462457025423646, -0.008934634737670422, -0.018657749518752098, -0.016256870701909065, 0.08568744361400604, -0.040717482566833496, -0.07930872589349747, -0.04507627338171005, -0.006821684073656797, -0.04238303378224373, -0.013545915484428406, -0.008730869740247726, -0.025940118357539177, -0.0117651904001832, -0.00448503578081727, -0.038803864270448685, -0.012659982778131962, -0.06669303774833679, 0.017302270978689194, 0.03384264186024666, -0.006998870987445116, -0.004183818586170673, 0.034480512142181396, 0.04621026664972305, -0.00570983812212944, 0.00797339715063572, 0.021953420713543892, -0.014272380620241165, 0.06531098484992981, 0.06502748280763626, -0.061767250299453735, 0.014272380620241165, 0.00957693625241518, 0.034391921013593674, 0.03215936943888664, 0.005767424125224352, -0.04663551226258278, -0.03611062839627266, 0.009949027560651302, -0.02069539576768875, -0.034480512142181396, 0.00597118865698576, 0.014236943796277046, -0.0436587780714035, 0.003794008167460561, 0.004850483033806086, -0.003951261285692453, 0.039937861263751984, 0.03421473130583763, -0.026064150035381317, -0.04890350252389908, -0.052092861384153366, -0.020128397271037102, 0.014121771790087223, -0.04574958235025406, -0.013661086559295654, 0.012332187965512276, 0.01376739889383316, 0.11970727145671844, 0.006449592299759388, -0.03749268501996994, -0.022396385669708252, -0.00024833809584379196, 0.015920216217637062, 0.01422808412462473, 0.01716938242316246, 0.030671000480651855, -0.0011816131882369518, 0.004008846823126078, -0.04465102404356003, 0.04709620028734207, 0.020057523623108864, 0.056699711829423904, -0.02324688248336315, -0.0192247461527586, -0.05407734960317612, -0.014644472859799862, 0.06715372204780579, -0.04429665207862854, -0.014502723701298237, -0.10879257321357727, -0.01512287650257349, -0.058400705456733704, -0.08944379538297653, -0.01184492465108633, -0.033257924020290375, 0.0008061990374699235, 0.05645165219902992, 0.05506959557533264, -0.010551461949944496, -0.06194443628191948, 0.04574958235025406, 0.025479434058070183, -0.018321095034480095, -0.04259565845131874, 0.05914488807320595, -0.013918007723987103, 0.015078580006957054, -0.0008438511868007481, 0.0038316603749990463, 0.010914694517850876, -0.04939962550997734, 0.004338856786489487, 0.0243277195841074, 0.001148390700109303, 0.015973372384905815, -0.029182633385062218, -0.0504627451300621, -0.0565933994948864, 0.04773407056927681, -0.020908018574118614, 0.03012172318994999, 0.018046455457806587, -0.033063020557165146, 0.007472844794392586, 0.006179382558912039, 0.04745057225227356, -0.06651584804058075, 0.0034662128891795874, 0.0184274073690176, 0.008673284202814102, -0.006374287884682417, 0.02992681786417961, -0.01963227614760399, 0.026914644986391068, 0.02765882946550846, -0.051596738398075104, -0.014325536787509918, 0.003510509617626667, 0.03469313681125641, 0.001199331833049655, -0.01794014312326908, 0.009452905505895615, -0.011012147180736065, 0.030617844313383102, -0.014830518513917923, -0.01615055836737156, 0.011924657970666885, 0.01020594872534275, -0.05623902752995491, 0.005993336904793978, 0.023051977157592773, -0.012066408060491085, 0.0001990580785786733, -0.003127343486994505, -0.04482821002602577, 0.06630322337150574, -0.040256794542074203, 0.03389579802751541, 0.024061940610408783, 0.012925762683153152, -0.020589083433151245, -0.036252379417419434, 0.007087463978677988, -0.06162549927830696, 0.005940180737525225, 0.005395331885665655, -0.009949027560651302, 0.04996662214398384, -0.06733091175556183, 0.02967875637114048, 0.005661111790686846, -0.01716938242316246, -0.04621026664972305, 0.008912486024200916, -0.04146166518330574, 0.02567433938384056, -0.0362878143787384, 0.016425197944045067, -0.06538185477256775, 0.04284372180700302, 0.001601323951035738, 0.012518233619630337, -0.024930154904723167, -0.06750809401273727, 0.042205847799777985, 0.04089466854929924, -0.020146116614341736, 0.03056468814611435, 0.014431849122047424, -0.03976067528128624, 0.06357455253601074, -0.03550819680094719, -0.08086796849966049, -0.052092861384153366, -0.045324333012104034, 0.03591572493314743, -0.02838529273867607, -0.032850395888090134, 0.031149404123425484, -0.010755226947367191, 0.0395834855735302, 0.017151663079857826, -0.06275949627161026, -0.010418572463095188, -0.0342501699924469, 0.015441812574863434, 0.01785155013203621, 0.03497663512825966, -0.007743054535239935, -0.04461558535695076, -0.024185970425605774, -0.008797314949333668, 0.02737532928586006, -0.031149404123425484, 0.020057523623108864, 0.03056468814611435, -0.007849366404116154, -0.09603513777256012, -0.028084076941013336, 0.04124904051423073, -0.019703149795532227, -0.05971188470721245, 0.04737969860434532, 0.048761751502752304, 0.020535927265882492, 0.02826126292347908, -0.02866879291832447, -0.012048688717186451, 0.04486364871263504, 0.02019927278161049, -0.016168277710676193, -0.004473961889743805, -0.030422938987612724, -0.004236974753439426, -0.09057778865098953, -0.013776258565485477, 0.002830555895343423, 0.043871402740478516, -0.0544317252933979, -0.042170412838459015, -0.05078167840838432, 0.0041683148592710495, -0.018046455457806587, -0.03816599398851395, -0.0031362029258161783, -0.05542396754026413, 0.04521802067756653, 0.024274565279483795, 0.033984389156103134, 0.028881415724754333, -0.03510066494345665, 0.023937910795211792, -0.058967702090740204, 0.04883262887597084, 0.044757336378097534, 0.012482795864343643, -0.022484980523586273, -0.009080813266336918, -0.00688369944691658, 0.010480587370693684, 0.04224128648638725, 0.08256895840167999, 0.037350933998823166, -0.02514277957379818, -0.0003366545424796641, -0.031025374308228493, -0.03129115328192711, -0.01878177933394909, -0.0195614006370306, -0.024752968922257423, 0.03081274963915348, 0.018285658210515976, -0.029448412358760834, 0.020748551934957504, -0.0504627451300621, -0.0013676590751856565, -0.04224128648638725, -0.04117816686630249, -0.0662323534488678, 0.025355402380228043, 0.007827217690646648, -0.06786246597766876, -0.038484930992126465, 0.0164429172873497, 0.0015293419128283858, 0.0212092362344265, 0.0791669711470604, -0.052447233349084854, 0.024504907429218292, -0.027499360963702202, -0.004943506326526403, 0.012376484461128712, 0.033257924020290375, 0.011331083253026009, 0.02879282273352146, -0.019401932135224342, -0.029643317684531212, -0.029342101886868477, -0.06042063236236572, -0.04178060218691826, -0.00543519901111722, 0.10567408800125122, -0.059782758355140686, -0.0017685437342152, -0.036500439047813416 ]
10,392
fastack.app
load_plugins
null
def load_plugins(self): for plugin in self.get_setting("PLUGINS", []): plugin += ".setup" plugin = import_attr(plugin) plugin(self)
(self)
[ -0.0275883749127388, 0.005637131631374359, -0.03819124028086662, -0.00888513121753931, 0.012843766249716282, 0.08112587034702301, 0.06358230859041214, 0.018903791904449463, -0.0410512238740921, 0.07219713926315308, -0.006740143522620201, 0.008693302981555462, 0.005288353189826012, -0.00363601534627378, -0.03011702001094818, -0.08761315047740936, -0.005179360043257475, 0.08384633809328079, -0.007014806382358074, -0.05897843465209007, -0.025565460324287415, 0.029855435714125633, 0.03854002058506012, -0.04251609370112419, 0.015381129458546638, 0.05800185725092888, 0.06738399714231491, 0.022757794708013535, 0.0012130950344726443, 0.0000018264887557961629, -0.01817135699093342, 0.02600143291056156, 0.02359486185014248, 0.037912216037511826, 0.00558045506477356, -0.03962123021483421, 0.0016632372280582786, 0.03311651572585106, -0.021327802911400795, 0.04837557300925255, 0.0833580493927002, 0.0003373341460246593, 0.07373176515102386, -0.016192039474844933, 0.01909562014043331, 0.03721465915441513, -0.017560994252562523, 0.059710871428251266, -0.00009686776320450008, -0.01371571235358715, 0.00018324493430554867, -0.01231187954545021, 0.05346773564815521, 0.016802402213215828, 0.008287847973406315, 0.08412536233663559, 0.004172262270003557, 0.016959352418780327, 0.032645661383867264, 0.03355248644948006, 0.034930162131786346, -0.03161676600575447, 0.007843155413866043, 0.02082207426428795, 0.012974558398127556, -0.04038854315876961, 0.0025199241936206818, -0.021484753116965294, -0.03189579024910927, 0.022304382175207138, -0.02199048176407814, -0.03550564497709274, 0.032244566828012466, -0.04663167893886566, 0.03529638051986694, 0.04541095346212387, -0.03034372441470623, -0.009294945746660233, -0.002362973988056183, 0.03895855322480202, -0.04258584976196289, 0.007742881774902344, -0.026524601504206657, 0.050084587186574936, 0.024571441113948822, 0.001498657395131886, 0.020264027640223503, -0.0409465916454792, 0.044783152639865875, -0.004159183241426945, -0.04841044917702675, -0.002528643701225519, 0.03892367333173752, 0.035087112337350845, -0.02610606700181961, 0.007642607670277357, -0.008466596715152264, 0.0003215301258023828, -0.02594911679625511, 0.008649705909192562, -0.0417139045894146, -0.04446925222873688, 0.04851508140563965, -0.029332267120480537, 0.053014323115348816, -0.07526639103889465, -0.0064131636172533035, 0.028599832206964493, 0.0021133795380592346, 0.035017356276512146, -0.023856446146965027, -0.03203530237078667, 0.021711459383368492, 0.006400084588676691, 0.011963101103901863, -0.1109115481376648, 0.004516680724918842, 0.018938669934868813, 0.05137506499886513, -0.017273252829909325, -0.0552465058863163, 0.08063757419586182, 0.0023498947266489267, 0.008540712296962738, 0.0417139045894146, -0.009669882245361805, 0.04907312989234924, 0.028390565887093544, 0.006400084588676691, -0.04691070318222046, 0.06023404002189636, 0.012974558398127556, -0.01794465072453022, -0.083567313849926, -0.006788100581616163, -0.04227194935083389, -0.010271525010466576, -0.03189579024910927, 0.012059015221893787, -0.002043623710051179, -0.0548279732465744, 0.020979024469852448, 0.0014267218066379428, 0.010942923836410046, -0.014753328636288643, 0.023821568116545677, 0.015442165546119213, 0.03332578018307686, -0.0412256121635437, -0.053223591297864914, -0.012294440530240536, -0.002115559298545122, 0.0046736313961446285, -0.007337426766753197, -0.037981972098350525, 0.002692133653908968, -0.012486268766224384, 0.06173378601670265, -0.0006109072710387409, -0.05758332088589668, -0.0040523698553442955, 0.06197793036699295, -0.07491761445999146, 0.026943136006593704, -0.044887784868478775, -0.007930350489914417, -0.01649722084403038, -0.013445409014821053, -0.033918704837560654, 0.05824600160121918, -0.010105855762958527, -0.023106573149561882, 0.03365711867809296, 0.04987531900405884, 0.04638753458857536, 0.02329840138554573, -0.008584309369325638, -0.023856446146965027, 0.03294212371110916, 0.06208256259560585, -0.047747768461704254, 0.009347262792289257, -0.042167313396930695, -0.005689448677003384, 0.009294945746660233, 0.026995452120900154, 0.04272536188364029, 0.01232059858739376, -0.04673631116747856, -0.017412764951586723, 0.03686588257551193, 0.024571441113948822, 0.029349707067012787, 0.010742376558482647, -0.0137941874563694, 0.08447413891553879, -0.0005836589261889458, 0.0015008372720330954, -0.07463859021663666, 0.0688488632440567, -0.027919715270400047, -0.009800674393773079, 0.0020665123593062162, -0.016122283414006233, 0.06047818437218666, -0.0007656777161173522, -0.006892734207212925, -0.017482519149780273, -0.02214743196964264, -0.03353504836559296, 0.03965611010789871, -0.04398096352815628, -0.02479814738035202, 0.018659647554159164, 0.003978254273533821, -0.017116302624344826, 0.0411907359957695, -0.01794465072453022, 0.04506217688322067, 0.0047651855275034904, 0.0034289280883967876, 0.06665156036615372, -0.018328307196497917, 0.02624557912349701, -0.010376159101724625, 0.05876917019486427, -0.01183230895549059, -0.03126798942685127, -0.04534119740128517, 0.011500969529151917, 0.0549674853682518, 0.008693302981555462, -0.03168652206659317, -0.006583193317055702, 0.02204279787838459, 0.021449875086545944, 0.047643136233091354, 0.043318282812833786, -0.009495493024587631, 0.04677119106054306, 0.013271019794046879, 0.023158889263868332, -0.03836562857031822, -0.04530632123351097, -0.040528055280447006, 0.04875922575592995, -0.012843766249716282, -0.08440438657999039, 0.008505834266543388, 0.03013445809483528, 0.07812637090682983, 0.0274837426841259, 0.02070000022649765, -0.0006806629244238138, -0.09319360554218292, -0.05751356482505798, 0.05123555287718773, -0.006347768008708954, 0.007071482948958874, -0.06215231865644455, -0.008078580722212791, -0.021414997056126595, -0.0062780119478702545, 0.07198787480592728, -0.019793177023530006, 0.05922258272767067, 0.06417523324489594, 0.008514554239809513, -0.03348273038864136, -0.013009436428546906, 0.07275518774986267, 0.040632691234350204, -0.04265560582280159, 0.039272453635931015, 0.007006087340414524, 0.03316882997751236, -0.012826327234506607, -0.0018060184083878994, -0.044678520411252975, 0.01246882975101471, 0.07139495015144348, -0.0136633962392807, 0.0007760320440866053, -0.029698485508561134, 0.009905307553708553, -0.01634898968040943, -0.009582688100636005, 0.015511921606957912, -0.06623303145170212, 0.0008021904504857957, -0.002533003455027938, 0.011553286574780941, 0.01777026243507862, -0.008440438657999039, 0.002182045252993703, 0.009190312586724758, -0.05793210119009018, 0.06176866218447685, 0.02500741556286812, -0.03173884004354477, -0.013288458809256554, -0.05186335742473602, -0.044678520411252975, 0.029646167531609535, 0.01817135699093342, -0.012564743869006634, 0.00011900702520506456, -0.0418534129858017, -0.015808383002877235, -0.000020265935745555907, 0.03034372441470623, 0.04303926229476929, 0.007708003744482994, 0.043109018355607986, -0.01953159272670746, -0.011344019323587418, 0.026524601504206657, 0.02219974808394909, -0.012006698176264763, -0.004211499821394682, -0.02605375088751316, 0.07268542796373367, -0.004991891793906689, 0.02082207426428795, 0.053118959069252014, 0.05071238800883293, 0.009826832450926304, 0.0036272958386689425, -0.03158188983798027, -0.08572974056005478, -0.05625796318054199, -0.00585511839017272, 0.00892872828990221, 0.019758298993110657, 0.014744608663022518, 0.02636765129864216, -0.008715101517736912, -0.026943136006593704, 0.00956524908542633, 0.027169842272996902, 0.010332562029361725, -0.006727064494043589, -0.07233665138483047, 0.005964111536741257, -0.029872873798012733, 0.03015189617872238, -0.006107982713729143, 0.03566259518265724, 0.026559479534626007, -0.046248022466897964, 0.04286487028002739, -0.08461365103721619, -0.009155434556305408, 0.047294359654188156, 0.03620320186018944, -0.05078214406967163, -0.03036116436123848, 0.004477443173527718, -0.024065712466835976, -0.03679612651467323, 0.01634027063846588, -0.039098065346479416, -0.019810615107417107, 0.028530078008770943, -0.018520135432481766, -0.039516597986221313, 0.04980556294322014, 0.008039343170821667, 0.014404550194740295, -0.04837557300925255, 0.03269797936081886, 0.033814072608947754, 0.012076454237103462, -0.023751812055706978, 0.024274980649352074, -0.012983277440071106, 0.04541095346212387, 0.06365206837654114, -0.019583910703659058, -0.004573357291519642, 0.04785240441560745, 0.03346529230475426, 0.0021253686863929033, -0.018153918907046318, 0.026664111763238907, -0.041155856102705, 0.015093387104570866, 0.013061752542853355, 0.004647472873330116, -0.018990986049175262, 0.05604869872331619, -0.0025199241936206818, -0.058594778180122375, 0.00721535412594676, 0.010847009718418121, -0.03881904110312462, -0.00584203889593482, -0.011064996011555195, 0.022967061027884483, 0.0024370893370360136, 0.03742392733693123, -0.10777254402637482, 0.047608260065317154, 0.06577961891889572, 0.011012679897248745, 0.014962595887482166, -0.035139430314302444, 0.08119562268257141, -0.018241113051772118, 0.015520640648901463, -0.031023843213915825, 0.011282983236014843, -0.005083445925265551, -0.04565509781241417, -0.051619209349155426, -0.0010626843431964517, 0.010158172808587551, 0.000042643616325221956, -0.018345747143030167, 0.01514570415019989, -0.0026877739001065493, -0.05779258906841278, -0.020246589556336403, -0.02635021135210991, 0.008946167305111885, -0.00904208142310381, -0.013506445102393627, 0.02209511399269104, -0.012059015221893787, -0.0018310868181288242, -0.06058281660079956, 0.03210505470633507, -0.015354971401393414, -0.03808660805225372, 0.028582394123077393, -0.03046579845249653, -0.02195560373365879, 0.0016588774742558599, -0.008924368768930435, -0.05137506499886513, -0.035435888916254044, 0.0035989575553685427, 0.012067734263837337, -0.0415395125746727, -0.002849083859473467, 0.022897304967045784, -0.011056276969611645, 0.046317778527736664, -0.06462864577770233, 0.002456708112731576, -0.11314372718334198, 0.03574979305267334, 0.043353162705898285, -0.006321609485894442, 0.08698534220457077, -0.0058028013445436954, 0.06072232872247696, -0.0005577730480581522, -0.019740860909223557, -0.006373926065862179, 0.003367892000824213, -0.027902275323867798, 0.009068239480257034, -0.04265560582280159, -0.016043808311223984, -0.013227422721683979, 0.018450379371643066, 0.03156444802880287, -0.007298189215362072, -0.004211499821394682, 0.017186058685183525, -0.004043650347739458, 0.027919715270400047, -0.03273285925388336, -0.01443070825189352, -0.022653160616755486, 0.03205274045467377, 0.0022016640286892653, -0.0025417229626327753, -0.05399090424180031, -0.0002715294831432402, -0.018903791904449463, 0.0830790251493454, 0.009966344572603703, -0.0208046343177557, -0.04973580688238144, 0.04251609370112419, -0.0697208121418953, -0.01649722084403038, -0.03885392099618912, 0.023124011233448982, -0.009068239480257034, 0.012137490324676037, -0.01302687544375658, 0.004930855240672827, -0.028582394123077393, 0.03477321192622185, 0.046143390238285065, 0.03034372441470623, -0.020420977845788002, 0.004150463733822107, 0.03588930144906044, -0.01674136519432068, 0.02052561193704605, 0.002757529728114605, 0.024222662672400475, 0.014639975503087044, 0.040423423051834106, -0.03290724754333496, -0.0013035595184192061, -0.001096472260542214, -0.06187329813838005, -0.08900826424360275, -0.016192039474844933, 0.06508205831050873, -0.05643235519528389, -0.013279739767313004, 0.054200172424316406, -0.006448041647672653, 0.015014912001788616, 0.02498997561633587, -0.05144482105970383, 0.009068239480257034, 0.03213993459939957, -0.0036992314271628857, 0.019583910703659058, -0.06316377967596054, 0.013768029399216175, -0.0410512238740921, 0.03283749148249626, 0.05908307060599327, 0.014134246855974197, -0.07701028138399124, -0.032645661383867264, -0.010036099702119827, -0.02218231000006199, 0.00017030198068823665, -0.020333783701062202, 0.05207262188196182, 0.021205730736255646, 0.023978518322110176, -0.02368205599486828, 0.025582900270819664, -0.0037995052989572287, 0.06047818437218666, -0.06365206837654114, -0.03416284918785095, -0.03152957186102867, 0.02362973988056183, 0.021694019436836243, 0.010977801866829395, -0.02206023782491684, -0.07903319597244263, -0.009791955351829529, 0.026890818029642105, -0.10163404047489166, -0.018293429166078568, -0.048828981816768646, -0.030709942802786827, 0.051933109760284424, 0.03581954538822174, -0.0071761165745556355, -0.05057287588715553, 0.031250547617673874, 0.010306403040885925, -0.0410861000418663, -0.04227194935083389, 0.01226828247308731, -0.038051728159189224, -0.006761942058801651, 0.044922664761543274, -0.013680834323167801, -0.03487784415483475, -0.04373681917786598, -0.03020421415567398, 0.051933109760284424, -0.0019629686139523983, 0.01450918335467577, 0.009347262792289257, -0.06476815789937973, -0.08754339069128036, 0.0046997894532978535, 0.03013445809483528, 0.05186335742473602, -0.002509024925529957, -0.03871440887451172, 0.026995452120900154, 0.04994507506489754, 0.05814136937260628, -0.0057810028083622456, 0.01183230895549059, 0.014980034902691841, -0.011099874041974545, -0.025146925821900368, 0.029541535302996635, -0.03290724754333496, -0.012460109777748585, -0.008122177794575691, 0.016052527353167534, -0.05779258906841278, -0.01913049817085266, 0.0020752318669110537, 0.0026267378125339746, -0.04289975017309189, -0.010332562029361725, -0.019810615107417107, -0.029436901211738586, -0.014613817445933819, 0.014770767651498318, 0.04970093071460724, 0.007333066780120134, -0.039377085864543915, 0.03714490681886673, -0.008780497126281261, -0.0010000132024288177, 0.024554003030061722, -0.025129487738013268, -0.0696510598063469, 0.0409814678132534, -0.03187835216522217, -0.04380657523870468, 0.03686588257551193, 0.011474811471998692, -0.010384878143668175, 0.023647179827094078, -0.014980034902691841, -0.035244062542915344, -0.028599832206964493, 0.004983172286301851, 0.03592418134212494, 0.03599393740296364, -0.028652150183916092, 0.04938703030347824, -0.022635720670223236, 0.0028251055628061295, -0.060024771839380264, 0.04834069311618805, -0.0696161761879921, 0.0028316450770944357, -0.07435956597328186, 0.03166908398270607, -0.00821373239159584, 0.061350129544734955, -0.025094609707593918, 0.01777026243507862, -0.008061141707003117, -0.0696161761879921, 0.03161676600575447, 0.013384372927248478, -0.03745880722999573, 0.02076975628733635, -0.032471273094415665, -0.0822419598698616, 0.10009941458702087, -0.03878416493535042, -0.010890606790781021, 0.01787489652633667, -0.011657919734716415, 0.03693563863635063, -0.003367892000824213, -0.01518058218061924, 0.019723420962691307, -0.00416354276239872, 0.036447349935770035, 0.05922258272767067, -0.046422410756349564, 0.011126033030450344, -0.014875400811433792, -0.033918704837560654, -0.015006192959845066, 0.013358214870095253, -0.003191322786733508, 0.008632266893982887, -0.015947895124554634, -0.008366323076188564, -0.0032523591071367264, -0.04537607729434967, -0.008096019737422466, -0.029227634891867638, 0.022775232791900635, -0.051479700952768326, 0.00010919763008132577, 0.018153918907046318, 0.03585442528128624, -0.03163420408964157, 0.06208256259560585, 0.011936942115426064, 0.0034332878421992064, 0.017587153241038322, -0.01171023678034544, -0.050328731536865234, 0.055944062769412994, 0.04398096352815628, -0.015128265134990215, 0.007363584823906422, -0.008571230806410313, 0.024501686915755272, -0.07882393151521683, 0.001613100292161107, -0.04237658157944679, 0.04446925222873688, -0.044783152639865875, -0.03728441521525383, 0.002798947039991617, -0.01434351410716772, -0.009242628701031208, -0.022496210411190987, 0.004730307962745428, -0.044504132121801376, 0.027152402326464653, -0.020002443343400955, 0.01920025423169136, -0.000652324699331075, -0.05130530893802643, 0.015782224014401436, -0.0073766643181443214, 0.04949166253209114, 0.022565966472029686, 0.014169124886393547, 0.02214743196964264, 0.0277453251183033, -0.0412256121635437, 0.00376680726185441, -0.023716934025287628, 0.033709436655044556, 0.03548820689320564, -0.005288353189826012, 0.01935720443725586, 0.006360847037285566, 0.0035204824525862932, -0.036377593874931335, -0.059850383549928665, -0.05099140852689743, 0.056990399956703186, -0.012695536017417908, -0.03819124028086662, 0.03704027086496353, 0.04732923582196236, 0.0077210827730596066, -0.07233665138483047, -0.025181803852319717, -0.05643235519528389, 0.043562427163124084, 0.043492671102285385, 0.010297683998942375, -0.00036022273707203567, 0.030657626688480377, -0.036482226103544235, 0.009120556525886059, 0.10219208896160126, -0.03050067648291588, 0.04255096986889839, -0.015041070990264416, -0.010803412646055222, -0.013366933912038803, 0.0033351939637213945, 0.006269292440265417, -0.025966554880142212, -0.0552813857793808, -0.05381651595234871, -0.0018234573071822524, -0.058594778180122375, 0.010550548322498798, -0.009033361449837685, 0.13009436428546906, -0.012782730162143707, 0.06783740967512131, -0.011884626001119614 ]
10,393
starlette.applications
middleware
null
def middleware(self, middleware_type: str) -> typing.Callable: assert ( middleware_type == "http" ), 'Currently only middleware("http") is supported.' def decorator(func: typing.Callable) -> typing.Callable: self.add_middleware(BaseHTTPMiddleware, dispatch=func) return func return decorator
(self, middleware_type: str) -> Callable
[ -0.037643030285835266, -0.00496410857886076, 0.050342727452516556, 0.030345965176820755, 0.020277420058846474, 0.031819410622119904, -0.025276610627770424, 0.0101123983040452, -0.07844344526529312, -0.005700831767171621, 0.07851360738277435, -0.006134971976280212, 0.04914993792772293, -0.008274976164102554, 0.03390679135918617, -0.0091476421803236, 0.0202247966080904, -0.02299627847969532, 0.030275801196694374, -0.09373921155929565, 0.010480759665369987, 0.02485562488436699, 0.025276610627770424, -0.054412245750427246, -0.02660972811281681, 0.08988019078969955, -0.01177002489566803, 0.015295770019292831, 0.03760794922709465, -0.0316966250538826, 0.030872195959091187, -0.012892649509012699, -0.000014234949048841372, -0.04508042335510254, 0.04409812390804291, 0.03355597332119942, -0.022417424246668816, 0.0504479743540287, -0.038274507969617844, 0.02083873189985752, -0.039502378553152084, 0.024504804983735085, -0.0681644082069397, -0.030117932707071304, 0.02560988999903202, 0.03213514760136604, -0.0004703185986727476, 0.07696999609470367, 0.041572216898202896, -0.02838137000799179, -0.007674196269363165, -0.014708145521581173, 0.04690468683838844, -0.011778795160353184, 0.028188420459628105, 0.015541343949735165, 0.03460843488574028, 0.008165344595909119, 0.09605462849140167, -0.0014756383607164025, 0.018418071791529655, 0.018207579851150513, 0.015629049390554428, 0.04251943156123161, 0.003190272953361273, 0.02399611659348011, -0.051430270075798035, 0.025785299018025398, -0.014874785207211971, 0.007836450822651386, 0.027662189677357674, -0.01646224781870842, -0.03285432979464531, -0.04651878401637077, 0.01947053335607052, -0.00717427721247077, -0.019014466553926468, -0.03813417628407478, 0.017058642581105232, 0.028591863811016083, 0.05609618127346039, 0.008704731240868568, -0.04806239530444145, -0.0022211316972970963, 0.003523552557453513, -0.0770401582121849, -0.035046957433223724, -0.056201428174972534, -0.0913536325097084, 0.02361021377146244, -0.08482837677001953, -0.010033464059233665, -0.0027649032417684793, -0.0146555220708251, -0.013085600920021534, 0.00904239621013403, -0.018014628440141678, -0.005345625802874565, 0.021189551800489426, -0.0036441469565033913, -0.017497166991233826, 0.07107621431350708, 0.02399611659348011, 0.012454124167561531, 0.04536107927560806, -0.06935719400644302, 0.022943655028939247, 0.011647237464785576, -0.06346341222524643, 0.026574645191431046, 0.00934936385601759, -0.08342508971691132, -0.015032654628157616, -0.0020753219723701477, 0.006998867262154818, 0.08784542977809906, -0.004762386903166771, -0.0026618498377501965, -0.005082510411739349, -0.0005297936149872839, -0.05276338756084442, 0.014611669816076756, 0.022171849384903908, 0.021329879760742188, 0.012752321548759937, 0.03883581981062889, 0.001636796398088336, -0.015523803420364857, 0.04132664203643799, -0.04539616033434868, -0.028749732300639153, 0.04325615614652634, -0.043115828186273575, 0.05732405558228493, -0.0368010587990284, 0.07584737241268158, -0.050342727452516556, 0.030275801196694374, -0.030784491449594498, 0.03929188475012779, -0.09100281447172165, 0.04360697790980339, -0.01692708395421505, -0.05069354921579361, 0.04553648829460144, -0.021715782582759857, 0.0024250459391623735, -0.016181591898202896, 0.008560017682611942, -0.002418468240648508, 0.025715135037899017, -0.033643677830696106, 0.01922495849430561, 0.009244117885828018, -0.0099983811378479, 0.028521699830889702, -0.02431185357272625, 0.060656849294900894, 0.0324859693646431, 0.016970936208963394, -0.013453962281346321, 0.026732515543699265, 0.0013660069089382887, -0.052026666700839996, 0.01654995232820511, -0.024732839316129684, 0.07711032778024673, -0.023013819009065628, -0.010296578519046307, 0.043431565165519714, -0.0019755573011934757, 0.004082672297954559, 0.03859024494886398, 0.05844667926430702, 0.06549817323684692, 0.04209844768047333, 0.028363829478621483, -0.004521198105067015, -0.025820381939411163, -0.0037844751495867968, 0.07928541302680969, 0.016269296407699585, -0.07033949345350266, 0.048027314245700836, 0.007060260511934757, 0.008989772759377956, -0.008625796996057034, 0.00034753145882859826, 0.007240056060254574, 0.028890060260891914, -0.03452072665095329, -0.00717427721247077, 0.02646940015256405, -0.08209197223186493, 0.029942521825432777, 0.013331175781786442, 0.0047843134962022305, -0.028556780889630318, 0.007178662344813347, -0.04778173938393593, -0.02438201755285263, 0.026329072192311287, 0.028118254616856575, 0.053114209324121475, 0.0009324148413725197, 0.0036222205962985754, 0.010542153380811214, 0.04301058128476143, -0.07760147005319595, 0.004959723446518183, -0.006450710352510214, -0.007661040406674147, -0.03516974672675133, 0.029258422553539276, 0.00741985160857439, -0.043852549046278, -0.02085627242922783, 0.011743713170289993, 0.06128832325339317, 0.011270105838775635, 0.046343374997377396, 0.07479491084814072, 0.024031197652220726, -0.024136444553732872, 0.06777850538492203, -0.00502111716195941, -0.0092002646997571, -0.07500540465116501, -0.039502378553152084, 0.008792436681687832, 0.011936664581298828, -0.020172173157334328, -0.009130100719630718, 0.05483322963118553, -0.009261658415198326, -0.050342727452516556, -0.005854315590113401, 0.029574159532785416, 0.01707618311047554, -0.04258959740400314, 0.0504479743540287, 0.026136120781302452, 0.02308398298919201, -0.016357000917196274, -0.05676274001598358, 0.023592671379446983, -0.041642382740974426, 0.012120844796299934, -0.004779927898198366, 0.028188420459628105, -0.02424168959259987, 0.008472313173115253, -0.023259392008185387, -0.05574536323547363, -0.03932696580886841, 0.06700669974088669, -0.02446972392499447, -0.02162807807326317, -0.04223877564072609, -0.03452072665095329, 0.012208550237119198, -0.02015463262796402, 0.034818924963474274, -0.01745331473648548, -0.026872843503952026, -0.031345803290605545, 0.03516974672675133, -0.040028609335422516, -0.008288132026791573, 0.00394453713670373, 0.06297226250171661, 0.05823618918657303, 0.0490797758102417, 0.023101523518562317, 0.012550599873065948, -0.05016731843352318, -0.01662011630833149, 0.010559693910181522, 0.018961843103170395, -0.01631314866244793, -0.003929188475012779, -0.014611669816076756, -0.04893944784998894, -0.02667989209294319, -0.004249311983585358, 0.012024369090795517, 0.006591038312762976, 0.08440738916397095, 0.007042719516903162, -0.05830635130405426, -0.0008721175836399198, -0.007222515065222979, -0.02715349942445755, 0.00965633150190115, -0.006191980093717575, -0.015295770019292831, -0.05746438354253769, 0.014708145521581173, 0.023890869691967964, -0.03645024076104164, -0.032275475561618805, -0.019119711592793465, 0.004828165750950575, -0.020365124568343163, 0.049570921808481216, -0.00888014119118452, 0.03630991280078888, -0.04146697372198105, -0.0399935245513916, 0.016128968447446823, -0.012436583638191223, 0.050728630274534225, -0.12503239512443542, -0.042729925364255905, 0.0062226769514381886, 0.06605948507785797, 0.0001840436743805185, 0.08517919480800629, 0.0005015635397285223, 0.07174277305603027, -0.023943493142724037, -0.03371383994817734, -0.04515058547258377, -0.0037844751495867968, 0.05448240786790848, -0.021364962682127953, 0.05013223737478256, -0.06276176869869232, -0.020049385726451874, 0.029205799102783203, -0.03830958902835846, 0.013339946046471596, -0.01730421744287014, -0.024487264454364777, -0.035959091037511826, -0.008362681604921818, 0.0212421752512455, -0.05371060594916344, 0.000977911869995296, 0.003361298004165292, -0.044659439474344254, 0.01615528017282486, 0.045501407235860825, 0.005832389462739229, -0.0649719387292862, -0.05606110021471977, 0.010752645321190357, 0.005424560513347387, 0.06486669182777405, 0.01114731840789318, -0.00996329914778471, -0.03929188475012779, -0.029275963082909584, -0.033801544457674026, 0.004183533135801554, -0.05114961415529251, -0.009980840608477592, -0.022505128756165504, -0.014813391491770744, -0.010901744477450848, 0.006621735170483589, 0.04774665832519531, -0.022399883717298508, 0.06728735566139221, 0.006319152656942606, 0.008279361762106419, 0.06535784155130386, -0.04308074712753296, 0.05967454984784126, 0.0030038997065275908, 0.01507650688290596, 0.014637981541454792, -0.013392568565905094, 0.01446257159113884, 0.00538509339094162, -0.0006901295273564756, 0.012673387303948402, -0.03460843488574028, -0.019102171063423157, 0.03122301585972309, 0.006095504388213158, 0.018751351162791252, 0.033275313675403595, -0.00003331766129122116, 0.0029140019323676825, 0.002148774918168783, 0.048027314245700836, 0.007726819254457951, -0.0858808383345604, 0.027802517637610435, 0.03262629732489586, -0.07647884637117386, -0.025732677429914474, 0.02585546299815178, 0.019593318924307823, -0.037643030285835266, -0.08966969698667526, 0.016172820702195168, -0.023189228028059006, 0.010761415585875511, 0.049185022711753845, -0.04171254485845566, 0.03655548766255379, 0.001114402897655964, 0.04992174357175827, 0.037572864443063736, 0.008331984281539917, 0.03701155260205269, 0.02585546299815178, -0.019505614414811134, -0.004067324101924896, -0.014401177875697613, -0.014550276100635529, -0.004457611590623856, 0.030731867998838425, -0.03210006654262543, 0.05556995049118996, 0.01692708395421505, -0.02876727283000946, 0.02753940224647522, 0.06553325057029724, 0.030433669686317444, 0.0158483125269413, -0.030872195959091187, 0.0073847696185112, -0.0004925189423374832, 0.017567330971360207, -0.016427164897322655, -0.03283679112792015, 0.003994967322796583, 0.017260363325476646, 0.0529388003051281, -0.03545040264725685, 0.0024140828754752874, 0.020751027390360832, -0.005924479570239782, 0.006428783759474754, 0.03192465752363205, 0.0014997572870925069, -0.006516489200294018, 0.035187285393476486, -0.009796659462153912, -0.04616796597838402, -0.024785460904240608, 0.041572216898202896, 0.015172982588410378, -0.008937150239944458, 0.040274184197187424, 0.005608741194009781, -0.05367552116513252, 0.03146858885884285, 0.004512427374720573, 0.005906938575208187, 0.044203370809555054, 0.020330041646957397, -0.0011609962675720453, 0.06121816113591194, -0.05799061432480812, 0.02415398508310318, 0.001478927326388657, 0.03301220014691353, -0.023873329162597656, -0.0146555220708251, -0.0656735822558403, -0.030784491449594498, 0.013585519976913929, 0.0033306011464446783, 0.00799870491027832, 0.03516974672675133, 0.011708631180226803, -0.02531169168651104, -0.044413864612579346, -0.0029732028488069773, -0.012515517883002758, 0.06206012889742851, 0.06788374483585358, -0.0022869105450809, -0.0018538666190579534, 0.07549655437469482, -0.01473445724695921, -0.01353289745748043, 0.04315090924501419, 0.00025722262216731906, 0.008213582448661327, -0.015558885410428047, -0.013559208251535892, -0.009866824373602867, -0.033801544457674026, 0.05209682881832123, 0.011892811395227909, 0.011945434845983982, 0.10096611082553864, 0.03394187241792679, 0.010015922598540783, 0.003549864050000906, 0.06619980931282043, -0.016488559544086456, -0.035959091037511826, 0.021119387820363045, 0.05507880449295044, 0.04416828975081444, 0.009454609826207161, -0.01362060196697712, -0.0065691121853888035, 0.05553486943244934, -0.02746923826634884, -0.07198834419250488, -0.04497517645359039, -0.09401986747980118, -0.03739745542407036, -0.037572864443063736, 0.03545040264725685, -0.010945596732199192, 0.028942683711647987, -0.04178271070122719, -0.023136606439948082, 0.007213744800537825, 0.08482837677001953, 0.002637730911374092, -0.0733916312456131, 0.04616796597838402, 0.03416990861296654, 0.025732677429914474, 0.03578368201851845, 0.01469060406088829, -0.02369791828095913, 0.01500634290277958, 0.004911485593765974, 0.01334871631115675, 0.03262629732489586, 0.04023909941315651, 0.056201428174972534, -0.03774827718734741, -0.019014466553926468, 0.04967616870999336, 0.020365124568343163, -0.087705098092556, 0.0030521375592797995, 0.0724794939160347, -0.03799384832382202, -0.00753825344145298, -0.0228384081274271, -0.014138062484562397, -0.021277258172631264, -0.0801975429058075, -0.02569759450852871, 0.018909219652414322, -0.002631152980029583, -0.05483322963118553, -0.025434479117393494, -0.05946405977010727, -0.014006504788994789, -0.012857567518949509, -0.013629373162984848, 0.005060584284365177, -0.019891517236828804, 0.014681833796203136, -0.013366257771849632, -0.026504481211304665, 0.02269808016717434, -0.02662726864218712, -0.015208064578473568, -0.04708009958267212, 0.05423683300614357, -0.060411274433135986, -0.008450386114418507, 0.061183080077171326, 0.050272565335035324, -0.04216861352324486, -0.04069516807794571, 0.026188742369413376, -0.011322728358209133, -0.0024645132943987846, -0.034345317631959915, -0.030959900468587875, 0.06718210875988007, -0.00977034866809845, 0.009173953905701637, -0.02531169168651104, -0.022364800795912743, -0.021592995151877403, 0.028276124969124794, -0.04497517645359039, -0.030644161626696587, -0.05984996259212494, -0.05977979674935341, 0.024487264454364777, 0.036029256880283356, -0.08167099207639694, 0.016181591898202896, -0.04655386880040169, 0.0005012894980609417, -0.022049061954021454, 0.018716268241405487, -0.002576337428763509, -0.01446257159113884, -0.09191494435071945, 0.013392568565905094, 0.044799767434597015, 0.048027314245700836, -0.01845315285027027, 0.039186637848615646, -0.018733808770775795, -0.010945596732199192, 0.012006828561425209, 0.02431185357272625, -0.02446972392499447, 0.014909867197275162, -0.028276124969124794, -0.10636875033378601, -0.017102494835853577, 0.05328961834311485, -0.0075075565837323666, 0.02229463681578636, -0.007270752917975187, -0.021189551800489426, -0.08251295983791351, 0.004950953181833029, 0.01929512247443199, -0.0999838188290596, 0.012147156521677971, 0.008674034848809242, 0.04515058547258377, -0.0007652270141988993, 0.020715944468975067, 0.007156736217439175, 0.02906547114253044, -0.04325615614652634, 0.03178432956337929, -0.03332793712615967, -0.0005001931567676365, 0.03876565396785736, 0.0023636524565517902, -0.0490797758102417, 0.003973041195422411, -0.012103304266929626, 0.00804255809634924, 0.04101090505719185, 0.023961033672094345, -0.0679539144039154, 0.0060209552757442, 0.021400045603513718, 0.042203694581985474, -0.06314767152070999, 0.03297711908817291, -0.0033941874280571938, -0.011287646368145943, -0.015523803420364857, 0.007547024171799421, -0.05886766314506531, -0.05364044010639191, 0.02292611263692379, 0.004220807924866676, -0.011208712123334408, 0.028907600790262222, 0.0011467442382127047, 0.0033656833693385124, -0.054763063788414, 0.05328961834311485, -0.024504804983735085, -0.001780413556843996, -0.00029381210333667696, 0.08377591520547867, 0.02553972601890564, 0.051570598036050797, 0.0055122654885053635, 0.003521359758451581, -0.06206012889742851, 0.0028328748885542154, -0.07767163962125778, 0.010296578519046307, 0.011252564378082752, 0.03823942318558693, 0.009226576425135136, 0.02054053544998169, 0.017742741852998734, -0.013743389397859573, -0.06023586541414261, -0.009603708982467651, 0.029170716181397438, -0.014681833796203136, 0.02108430676162243, -0.0022452506236732006, 0.0007104113465175033, -0.04616796597838402, 0.004823780618607998, -0.02399611659348011, -0.015585196204483509, -0.009980840608477592, -0.03406466171145439, 0.030100390315055847, 0.012296255677938461, 0.0212421752512455, -0.013918799348175526, 0.010121168568730354, -0.01462044008076191, -0.024750379845499992, -0.06076209247112274, 0.0012607608223333955, 0.08405657112598419, -0.02667989209294319, -0.009910676628351212, -0.027048252522945404, -0.015392245724797249, 0.0010014825966209173, -0.07760147005319595, 0.035187285393476486, -0.012217320501804352, 0.035573188215494156, -0.018435612320899963, -0.0020808035042136908, -0.04897452890872955, 0.06381423026323318, 0.07647884637117386, 0.037572864443063736, -0.0456768162548542, -0.00877051055431366, 0.0021082113962620497, 0.018137415871024132, 0.00788907427340746, -0.03187203407287598, 0.0240838211029768, 0.03320515155792236, -0.01861102320253849, 0.008213582448661327, -0.01292773149907589, -0.026293989270925522, -0.011603385210037231, -0.016041263937950134, -0.03592400997877121, 0.0037844751495867968, -0.0032012362498790026, -0.011664778925478458, -0.022119225934147835, 0.03676597774028778, -0.025820381939411163, -0.05185125768184662, -0.005766610614955425, -0.01569921337068081, -0.04729058966040611, -0.020733486860990524, -0.009893135167658329, 0.008950305171310902, -0.03001268580555916, 0.025346774607896805, -0.05830635130405426, 0.029942521825432777, 0.04623812809586525, 0.05574536323547363, 0.06174439191818237, -0.024294313043355942, -0.0221543088555336, 0.015146670863032341, 0.01542732771486044, 0.006450710352510214, -0.016357000917196274, 0.010892973281443119, -0.0003933025582227856, 0.025522183626890182, -0.005687675904482603, -0.014576587826013565, -0.006582268048077822, 0.000939540914259851, -0.07016408443450928, 0.0472555086016655, -0.011717401444911957, -0.00010072382428916171, 0.011182400397956371 ]
10,394
starlette.applications
mount
null
def mount(self, path: str, app: ASGIApp, name: str = None) -> None: self.router.mount(path, app=app, name=name)
(self, path: str, app: Callable[[MutableMapping[str, Any], Callable[[], Awaitable[MutableMapping[str, Any]]], Callable[[MutableMapping[str, Any]], Awaitable[NoneType]]], Awaitable[NoneType]], name: Optional[str] = None) -> NoneType
[ 0.0495816208422184, 0.03184203803539276, -0.014514205045998096, 0.010988591238856316, 0.0014711502008140087, 0.030915599316358566, 0.048998307436704636, 0.016315612941980362, -0.035376228392124176, 0.012858624570071697, 0.03578798100352287, -0.02379574626684189, 0.005498584825545549, -0.006013272795826197, 0.020793398842215538, -0.037126168608665466, 0.0433710515499115, 0.016607269644737244, -0.04412592574954033, -0.014608563855290413, 0.03251113370060921, 0.032373882830142975, 0.06234588846564293, -0.03141313046216965, -0.010516793467104435, 0.048243433237075806, -0.007870439440011978, 0.0217369943857193, 0.05942932143807411, -0.05146881192922592, 0.02588881179690361, -0.011649107560515404, 0.05208643525838852, -0.004537833388894796, 0.006742414087057114, -0.027964720502495766, 0.0017188438214361668, -0.042787738144397736, 0.009041354060173035, -0.01182067021727562, 0.034518416970968246, 0.005841710139065981, -0.012163795530796051, -0.006956867873668671, 0.03578798100352287, 0.01187213882803917, 0.013759328983724117, 0.010705512948334217, 0.010096465237438679, 0.01586955040693283, -0.049547307193279266, -0.028170596808195114, -0.005056810565292835, 0.024584935978055, 0.008290767669677734, 0.040728986263275146, 0.015372018329799175, 0.057816632091999054, -0.01414534542709589, -0.027930408716201782, -0.0008771143038757145, 0.010396699421107769, 0.0490669347345829, -0.0077374777756631374, 0.007801814004778862, 0.018254272639751434, -0.005266975145787001, -0.009367323480546474, -0.02558000013232231, -0.02038164995610714, -0.02429327927529812, 0.02413887158036232, 0.009770495817065239, 0.00801197811961174, 0.05551769211888313, 0.06461051106452942, 0.04374849051237106, -0.008878369815647602, 0.039939798414707184, 0.018065553158521652, 0.009247229434549809, -0.0372634194791317, -0.05191487446427345, 0.02273205853998661, -0.04717974364757538, 0.05658138170838356, -0.007608805783092976, -0.09429085999727249, -0.037881046533584595, -0.0431651771068573, 0.011477544903755188, 0.02844509668648243, -0.060012634843587875, 0.048449307680130005, 0.008239299058914185, -0.013888000510632992, 0.022251682355999947, -0.01658153533935547, -0.006759570445865393, 0.05898325890302658, -0.019798336550593376, 0.04096917435526848, -0.05256681144237518, -0.04477786645293236, 0.0428563617169857, -0.021273775026202202, 0.031018536537885666, -0.019094929099082947, -0.040179986506700516, 0.05582650378346443, -0.02724415808916092, 0.0376751683652401, -0.04096917435526848, 0.005957514978945255, -0.074115090072155, 0.05534612759947777, 0.026369187980890274, -0.021754151210188866, 0.025614311918616295, -0.003986688330769539, -0.026472125202417374, 0.0008202841854654253, 0.012086592614650726, -0.021496806293725967, 0.008972729556262493, 0.05239525064826012, -0.004880959168076515, -0.03595954179763794, -0.02353840321302414, -0.01988411694765091, 0.008505221456289291, 0.0613851360976696, -0.003096706699579954, -0.036131106317043304, -0.013853688724339008, 0.0371604822576046, -0.0036993208341300488, -0.012455452233552933, 0.004700818099081516, 0.09333010762929916, -0.0614880733191967, -0.03939079865813255, -0.019094929099082947, -0.00790904089808464, 0.055208876729011536, 0.026575062423944473, -0.02544274926185608, 0.005755928810685873, -0.006639476865530014, 0.0985456183552742, -0.014325485564768314, 0.011048638261854649, 0.06807608157396317, 0.033471882343292236, 0.023058027029037476, 0.025923125445842743, -0.024962373077869415, -0.008329369127750397, 0.010405277833342552, -0.02304087206721306, -0.02393299713730812, -0.07418370991945267, -0.00738577451556921, -0.0156293623149395, -0.04127798601984978, -0.06371838599443436, -0.05026787146925926, 0.07116421312093735, -0.017456505447626114, 0.03148175776004791, -0.0008117060642689466, 0.0009805880254134536, -0.02328105829656124, -0.015037471428513527, 0.014222548343241215, -0.02683240734040737, -0.050954122096300125, 0.01873464696109295, 0.01612689346075058, -0.04162111133337021, 0.011426076292991638, -0.018889054656028748, 0.030812662094831467, 0.04385142773389816, -0.022903621196746826, 0.03911629691720009, -0.027913251891732216, 0.01701902039349079, 0.04793461784720421, 0.07445821166038513, 0.018940523266792297, 0.001093176077120006, -0.0018078420544043183, -0.030126411467790604, 0.016058269888162613, 0.01429975125938654, 0.03283710032701492, 0.0012759976089000702, 0.017336411401629448, -0.004102493170648813, 0.0014111032942309976, -0.01281573437154293, -0.0046064588241279125, 0.01056826300919056, 0.058056820183992386, 0.024567779153585434, 0.060664571821689606, 0.016941817477345467, 0.01713053695857525, 0.01912924088537693, 0.001258841366507113, -0.014668610878288746, 0.02192571386694908, 0.012206686660647392, 0.01429975125938654, -0.04319949075579643, -0.027913251891732216, -0.003319738432765007, 0.08989885449409485, 0.0009414503583684564, -0.015860972926020622, 0.049753185361623764, -0.02528834342956543, 0.03501594811677933, -0.08152659982442856, -0.040385860949754715, -0.022354619577527046, -0.03887610882520676, -0.03360913321375847, 0.06848783046007156, 0.03278563171625137, -0.0366457924246788, 0.033471882343292236, -0.03100138157606125, -0.060458697378635406, 0.02463640458881855, 0.048243433237075806, 0.028016189113259315, -0.034020885825157166, -0.041037797927856445, 0.031155787408351898, -0.015140408650040627, -0.040077049285173416, -0.03450125828385353, 0.009375901892781258, -0.010431012138724327, -0.06642907857894897, -0.05973813310265541, 0.03360913321375847, -0.018442990258336067, -0.041929926723241806, 0.042238738387823105, 0.012498343363404274, 0.03266553953289986, -0.0122924679890275, -0.012661327607929707, -0.07260533422231674, -0.003547058906406164, -0.031378816813230515, 0.04498374089598656, -0.02244040183722973, 0.009693292900919914, 0.0010642248671501875, -0.007827548310160637, 0.016212675720453262, -0.010268027894198895, -0.04796893149614334, -0.03523898124694824, -0.04597880318760872, 0.0156293623149395, 0.049890436232089996, 0.022869309410452843, 0.038738857954740524, -0.011263091117143631, 0.02859950251877308, -0.034775760024785995, -0.02518540434539318, 0.02377859130501747, -0.02043311856687069, 0.03825848177075386, 0.009633245877921581, -0.05894894525408745, -0.02007283642888069, -0.0011312415590509772, -0.09717311710119247, 0.011957920156419277, 0.030486691743135452, 0.05054237321019173, -0.03582229092717171, -0.037572231143713, 0.056958816945552826, 0.018991991877555847, -0.053458940237760544, -0.00863818172365427, -0.01191502995789051, -0.0025026709772646427, -0.09930049628019333, 0.04175836220383644, -0.003815125674009323, -0.0631350725889206, 0.018666021525859833, -0.05407656356692314, -0.026454968377947807, 0.05342462658882141, 0.014171079732477665, 0.0011226634960621595, -0.05342462658882141, 0.07003189623355865, -0.005429959390312433, 0.018940523266792297, -0.03530760481953621, 0.0021820631809532642, -0.08934985846281052, -0.030572474002838135, 0.0185802411288023, 0.09168311208486557, 0.0057516396045684814, 0.03554779291152954, -0.02233746461570263, 0.0032875703182071447, 0.02108505554497242, 0.07438959181308746, -0.08289910107851028, 0.017199160531163216, 0.027021126821637154, 0.045944493263959885, 0.10410425066947937, -0.00030452379724010825, 0.007793236058205366, 0.04196423664689064, -0.04786599427461624, 0.0859186053276062, -0.009770495817065239, -0.044297490268945694, -0.0027986166533082724, -0.05414519086480141, -0.012678483501076698, -0.08907535672187805, -0.050645310431718826, 0.010774137452244759, 0.055963754653930664, -0.005138303153216839, -0.012198108248412609, -0.05119431018829346, 0.01928364858031273, 0.06512520462274551, -0.014093875885009766, -0.02063899300992489, -0.01372501626610756, -0.00021003028086852282, -0.02187424525618553, -0.021393869072198868, -0.021719837561249733, -0.03589091822504997, 0.00833794753998518, -0.026472125202417374, -0.0122152641415596, 0.007690298371016979, -0.022972246631979942, -0.05023356154561043, -0.05119431018829346, 0.004923849832266569, -0.04711112007498741, -0.03398657217621803, 0.00006333076453302056, -0.05133156105875969, 0.007188477087765932, 0.011563326232135296, -0.0216340571641922, 0.058262694627046585, 0.0023053737822920084, -0.028119126334786415, 0.011357450857758522, 0.0315675362944603, 0.0153462840244174, -0.030623942613601685, 0.07775221765041351, -0.054865751415491104, -0.04934143275022507, 0.05013062059879303, -0.027278469875454903, 0.05908619612455368, 0.10980013012886047, -0.011314560659229755, 0.027964720502495766, -0.06563989073038101, 0.03578798100352287, -0.0048852479085326195, 0.012635593302547932, -0.003319738432765007, 0.06114494800567627, -0.033523350954055786, 0.011983654461801052, -0.030263660475611687, -0.04995905980467796, -0.020158618688583374, -0.022148745134472847, -0.02497952990233898, -0.022474713623523712, 0.03534191846847534, 0.05013062059879303, -0.00008919920219341293, -0.003692887257784605, 0.06255175918340683, 0.055757880210876465, 0.009521730244159698, 0.035479165613651276, 0.004057458136230707, -0.0014078863896429539, 0.0028843979816883802, -0.006420734338462353, 0.04189561307430267, -0.044949427247047424, 0.006639476865530014, 0.023847216740250587, 0.013536297716200352, 0.07830122113227844, 0.011846404522657394, 0.006849640980362892, 0.021565431728959084, 0.0024683584924787283, 0.029577409848570824, 0.0215311199426651, 0.005936069414019585, 0.03719479590654373, -0.02364134043455124, -0.010671200230717659, -0.01529481541365385, -0.019489523023366928, -0.02508246712386608, -0.0026978235691785812, 0.03491301089525223, -0.03956235945224762, 0.009367323480546474, 0.025665780529379845, -0.011022903956472874, 0.0004712613008450717, -0.019952742382884026, -0.0013456949964165688, -0.03311160206794739, -0.0006310290773399174, 0.00848377589136362, 0.028067657724022865, -0.04086623713374138, 0.06828195601701736, 0.0012009389465674758, -0.05634119361639023, 0.005640123970806599, 0.06951721012592316, -0.06347820162773132, 0.02870243974030018, -0.06104201078414917, 0.0344669483602047, 0.013459093868732452, -0.055654942989349365, -0.03336894512176514, 0.0027578703593462706, -0.034672822803258896, -0.004872380755841732, 0.04186129942536354, -0.03939079865813255, 0.01164052914828062, 0.004098203964531422, -0.06244882568717003, -0.006227726116776466, 0.024310436099767685, 0.0036800201050937176, 0.006755281705409288, 0.0030216481536626816, -0.10623162984848022, 0.004312657285481691, -0.029079878702759743, -0.005966092925518751, 0.026352031156420708, 0.025477061048150063, 0.01696755178272724, 0.004722263664007187, -0.031172944232821465, -0.030280817300081253, -0.011700576171278954, -0.02338399738073349, -0.029972003772854805, 0.00284794089384377, 0.05126293748617172, -0.019866961985826492, 0.026969656348228455, 0.04110642522573471, 0.0367487296462059, -0.035376228392124176, -0.040179986506700516, -0.02147965133190155, -0.0007200272521004081, -0.04587586596608162, 0.03575366735458374, 0.006077609024941921, 0.0368516705930233, -0.05157174915075302, 0.01266990602016449, 0.002618475817143917, 0.02067330665886402, -0.0052583967335522175, -0.07775221765041351, 0.015663674101233482, 0.04237598925828934, 0.004850935656577349, 0.06787020713090897, -0.03084697388112545, -0.030057786032557487, 0.006013272795826197, 0.0011666263453662395, -0.04371417686343193, 0.0007672069477848709, -0.020295867696404457, 0.044091615825891495, 0.013381890952587128, 0.005005341954529285, -0.04934143275022507, -0.02609468810260296, -0.01988411694765091, -0.01887189783155918, 0.02053605578839779, -0.0366457924246788, 0.02429327927529812, -0.04021429643034935, 0.01128882635384798, -0.041483860462903976, 0.06591439247131348, 0.009024198167026043, 0.05174330994486809, 0.018408678472042084, 0.0031288748141378164, 0.05743919312953949, 0.027981877326965332, 0.011117263697087765, 0.06430169939994812, 0.041483860462903976, -0.027913251891732216, 0.0036006723530590534, -0.05970381945371628, -0.03326600790023804, 0.003980254754424095, -0.031258724629879, 0.052601125091314316, -0.019112085923552513, -0.026180468499660492, -0.048998307436704636, -0.05116000026464462, -0.03439832106232643, 0.04608174413442612, -0.05266974866390228, -0.03650854527950287, -0.032476820051670074, -0.034020885825157166, 0.02484227903187275, -0.02594028040766716, -0.023349683731794357, 0.00831650197505951, -0.022045807912945747, -0.025923125445842743, -0.013210328295826912, -0.00790904089808464, 0.03064109943807125, -0.000025667388399597257, 0.05376775190234184, 0.04079760983586311, 0.013888000510632992, 0.012687061913311481, -0.036783043295145035, 0.00020212230447214097, -0.017602333799004555, 0.003980254754424095, -0.014188235625624657, 0.04422886669635773, -0.007016914431005716, 0.016984708607196808, 0.06413014233112335, 0.062517449259758, 0.03414097800850868, -0.014308329671621323, -0.05534612759947777, 0.009118557907640934, 0.01743077114224434, -0.03465566784143448, 0.023967308923602104, -0.05129724740982056, -0.024224653840065002, 0.031121473759412766, 0.03630266711115837, -0.06553695350885391, -0.016495754942297935, -0.05023356154561043, -0.1056826263666153, 0.04131229966878891, 0.015457799658179283, -0.013905157335102558, 0.018185647204518318, -0.033523350954055786, -0.015380596742033958, 0.0031438865698873997, 0.05634119361639023, -0.03791535645723343, 0.007827548310160637, 0.02158258855342865, -0.028376471251249313, -0.016495754942297935, 0.03148175776004791, -0.016907503828406334, 0.04817480593919754, -0.041140735149383545, 0.00024930204381234944, 0.009495995938777924, 0.01787683367729187, -0.002431901404634118, 0.07178183645009995, 0.01224099937826395, 0.026472125202417374, 0.0015848104376345873, 0.009058510884642601, 0.052601125091314316, 0.020810555666685104, -0.002438334980979562, -0.049650248140096664, -0.007827548310160637, -0.007767501287162304, 0.010593997314572334, 0.02098211832344532, 0.034775760024785995, 0.03283710032701492, -0.017945459112524986, 0.0012341792462393641, 0.032528288662433624, -0.06334094703197479, -0.025356967002153397, 0.014274016954004765, 0.002723557874560356, -0.058468569070100784, -0.03256260231137276, -0.01827142760157585, -0.03100138157606125, 0.02429327927529812, -0.0493757463991642, -0.05167468637228012, -0.02168552577495575, -0.04251323640346527, 0.007424375973641872, -0.03158469498157501, 0.0085910027846694, -0.025477061048150063, 0.023075183853507042, -0.005721616093069315, 0.03945942223072052, -0.007317149545997381, -0.01767095923423767, 0.03609679266810417, 0.03568504378199577, 0.05572356656193733, 0.02223452739417553, -0.0630321353673935, -0.07239945977926254, 0.03849866986274719, -0.05613531544804573, -0.013030187226831913, 0.04951299726963043, -0.03565073013305664, 0.05054237321019173, -0.03578798100352287, 0.006416445132344961, -0.04217011108994484, -0.04381711408495903, 0.055757880210876465, -0.02168552577495575, -0.01967824250459671, 0.005202638916671276, -0.000991846900433302, -0.03511888533830643, -0.006309218239039183, 0.009024198167026043, -0.07404646277427673, 0.0017617344856262207, 0.027827471494674683, -0.07123283296823502, -0.01277284324169159, 0.028170596808195114, -0.0025412726681679487, -0.022646276280283928, 0.03661148250102997, 0.0030323707032948732, 0.0122152641415596, 0.04645917937159538, 0.015269081108272076, 0.029423004016280174, 0.005129724740982056, 0.007578782271593809, 0.021290931850671768, -0.0683162659406662, 0.027827471494674683, 0.05366481468081474, -0.09092823415994644, 0.029474472627043724, 0.030006317421793938, 0.041483860462903976, 0.027981877326965332, 0.047145429998636246, -0.013261796906590462, -0.00044874369632452726, -0.024825124070048332, -0.01586955040693283, -0.032734163105487823, -0.07178183645009995, -0.019643928855657578, -0.007411508820950985, -0.02588881179690361, 0.11631951481103897, 0.10479050129652023, 0.07377196103334427, -0.013467672280967236, -0.011211622506380081, 0.0011526868911460042, -0.017756739631295204, 0.018854741007089615, -0.02588881179690361, -0.03891042247414589, 0.052498187869787216, 0.007454399485141039, 0.033969417214393616, -0.03891042247414589, -0.03408950939774513, 0.014042407274246216, 0.0615910105407238, 0.027810314670205116, -0.05363050103187561, 0.004201141651719809, -0.005897467955946922, 0.04127798601984978, 0.012180952355265617, 0.01748223975300789, -0.009873433969914913, -0.021342400461435318, -0.018889054656028748, -0.007557337172329426, 0.013716437853872776, -0.038944732397794724, -0.03143028914928436, -0.06601732969284058, -0.007244235370308161, 0.01349340658634901, 0.0306925680488348, 0.06083613634109497, -0.06618889421224594, 0.08852635324001312, 0.027329938486218452, 0.004072469659149647, -0.022200213745236397, 0.03980254754424095, -0.0031653319019824266, -0.022303150966763496, 0.011503279209136963, -0.0437828004360199, 0.005584366153925657, -0.02865097112953663, -0.0062019918113946915, -0.025854500010609627, -0.0003763656713999808, -0.029028410091996193, 0.0611792616546154, -0.003607105929404497, 0.014591407962143421, 0.0010787005303427577 ]
10,395
starlette.applications
on_event
null
def on_event(self, event_type: str) -> typing.Callable: return self.router.on_event(event_type)
(self, event_type: str) -> Callable
[ -0.04859205707907677, 0.042823802679777145, -0.008529165759682655, -0.026303963735699654, 0.03519364446401596, -0.0008077379898168147, 0.026212694123387337, 0.014849601313471794, -0.07498729228973389, -0.014484521932899952, 0.008716268464922905, -0.04143650084733963, 0.0439920574426651, -0.017240870743989944, 0.04464919865131378, 0.02232459932565689, -0.04267777130007744, -0.004364979453384876, 0.03690951690077782, -0.08776506781578064, -0.046839676797389984, -0.015169044956564903, 0.06713808327913284, -0.07443967461585999, -0.007497816346585751, 0.0878380835056305, -0.002562400419265032, 0.015716664493083954, -0.01143610943108797, -0.044284120202064514, -0.008205157704651356, -0.03829681873321533, -0.032729361206293106, 0.0070688482373952866, -0.029169837012887, 0.018655553460121155, -0.017624203115701675, 0.044941261410713196, -0.02128412388265133, 0.024953171610832214, -0.028530947864055634, 0.008985514752566814, -0.0336785651743412, 0.028603963553905487, 0.02373015508055687, 0.012659125030040741, -0.04599999263882637, -0.011426982469856739, -0.0010056793689727783, 0.00003206922337994911, -0.04187459498643875, 0.022890472784638405, 0.010815474204719067, 0.02590237744152546, -0.0022224201820790768, 0.03355078771710396, 0.01747817173600197, -0.013033331371843815, 0.064765065908432, -0.009003768675029278, 0.013946029357612133, 0.0127047598361969, -0.0023102674167603254, 0.014311108738183975, 0.04976030811667442, -0.014402378350496292, 0.06140634045004845, 0.03605158254504204, 0.013088093139231205, -0.01814444176852703, 0.015333331190049648, 0.05793808773159981, 0.022835711017251015, -0.02433253638446331, 0.04851904138922691, -0.005038094241172075, -0.014685315079987049, -0.027618249878287315, 0.023438092321157455, 0.06136983260512352, 0.009236506186425686, -0.028439678251743317, -0.032017454504966736, 0.020444441586732864, -0.018473012372851372, -0.04913967475295067, -0.023584123700857162, -0.05067300796508789, -0.028768248856067657, 0.03610634431242943, -0.014858728274703026, -0.08126665651798248, -0.08294601738452911, -0.03285713866353035, 0.0232920590788126, 0.0034134916495531797, 0.04118094593286514, -0.05271745100617409, 0.05019840598106384, -0.03409840911626816, 0.023657139390707016, 0.03800475597381592, 0.028768248856067657, 0.013197616674005985, 0.050526976585388184, -0.07020474970340729, 0.007155554369091988, 0.038698405027389526, -0.06604284793138504, 0.045963484793901443, 0.00266736070625484, -0.06728411465883255, -0.01993332989513874, 0.017094839364290237, -0.03742063045501709, 0.0879841148853302, -0.0025760908611118793, -0.011755554005503654, -0.06973014771938324, -0.00904484000056982, 0.01927618682384491, 0.02031666412949562, -0.014411505311727524, -0.049942851066589355, -0.021375393494963646, 0.06688252836465836, -0.039720628410577774, -0.027654757723212242, 0.02823888510465622, -0.025975393131375313, 0.025318250060081482, 0.07549840211868286, -0.007972419261932373, 0.020444441586732864, -0.037238091230392456, 0.0715920552611351, -0.03285713866353035, -0.004565773066133261, -0.037603169679641724, 0.061771418899297714, -0.04764284938573837, 0.022853964939713478, 0.029699202626943588, -0.07907617837190628, 0.051731739193201065, 0.02933412231504917, 0.012723013758659363, -0.014566664583981037, 0.009811506606638432, 0.03063015453517437, 0.08455237001180649, -0.02785555087029934, 0.016547219827771187, 0.002665078965947032, -0.059106338769197464, 0.03753015398979187, 0.008136705495417118, 0.043407928198575974, 0.03906348720192909, -0.003116864711046219, -0.041253961622714996, 0.002503074938431382, -0.01241269614547491, -0.007762498687952757, -0.035211898386478424, -0.008506347425282001, 0.015880949795246124, 0.003196725621819496, 0.012148014269769192, 0.0015310513554140925, -0.04154602438211441, 0.04778888076543808, -0.026212694123387337, 0.05859522894024849, 0.0662618950009346, 0.059325385838747025, -0.02351110801100731, 0.021649202331900597, -0.013097220100462437, -0.016757139936089516, 0.04913967475295067, -0.039501581341028214, -0.006607935298234224, 0.040925391018390656, -0.01358094997704029, 0.04924919828772545, 0.004828173667192459, 0.004709523171186447, -0.027673011645674706, -0.01561626698821783, -0.0493222139775753, -0.019458727911114693, 0.02059047296643257, -0.025555551052093506, 0.01613650470972061, 0.010769839398562908, -0.01213888730853796, 0.05100157856941223, -0.09543173015117645, -0.028603963553905487, 0.01381825190037489, 0.05315554887056351, -0.037347614765167236, 0.026906345039606094, -0.012522220611572266, 0.002585217822343111, 0.055419038981199265, 0.040596820414066315, -0.013891267590224743, -0.06472855806350708, -0.013736109249293804, -0.0243872981518507, 0.0193309485912323, 0.03942856565117836, -0.011363093741238117, -0.051622215658426285, -0.07359998673200607, -0.010331744328141212, 0.04333491250872612, -0.015196425840258598, 0.02416825108230114, 0.03942856565117836, -0.020115869119763374, -0.03590555116534233, 0.026961106806993484, 0.019896822050213814, -0.038807932287454605, -0.027070630341768265, -0.03942856565117836, -0.016191266477108, 0.011417855508625507, 0.015515870414674282, 0.022634917870163918, 0.054433323442935944, 0.007493252865970135, -0.01281428337097168, 0.005015276838093996, 0.038041263818740845, -0.10339046269655228, -0.02796507440507412, 0.0594349130988121, 0.005165872164070606, -0.010413886979222298, 0.0032651780638843775, 0.0329301543533802, -0.03942856565117836, -0.014676188118755817, 0.06290316581726074, -0.05100157856941223, 0.008127578534185886, 0.017715472728013992, -0.01791626773774624, -0.016154758632183075, 0.017131347209215164, -0.01883809268474579, 0.014165077358484268, -0.05176824703812599, 0.04859205707907677, 0.01715872809290886, 0.012531347572803497, -0.010550792329013348, 0.03942856565117836, 0.03508412092924118, 0.006060316693037748, 0.014895236119627953, -0.030830947682261467, -0.0010969492141157389, 0.027946820482611656, 0.019586505368351936, -0.0023616068065166473, 0.11594919115304947, 0.015890076756477356, 0.03906348720192909, 0.026961106806993484, 0.0031008922960609198, -0.08980950713157654, -0.04118094593286514, -0.005969046615064144, -0.0014238093281164765, -0.04610951617360115, -0.016583727672696114, 0.02840317040681839, -0.026431741192936897, 0.014594045467674732, -0.051622215658426285, 0.008392260409891605, 0.08112062513828278, 0.07312538474798203, 0.0392095185816288, -0.040158722549676895, 0.0418015792965889, -0.030812693759799004, -0.0171130932867527, 0.026979360729455948, -0.017313886433839798, 0.007516070269048214, -0.010715077631175518, 0.03002777323126793, 0.07038728892803192, 0.00015644218365196139, 0.0201523769646883, -0.0465841181576252, 0.037931740283966064, -0.0592888779938221, -0.030429359525442123, 0.03546745330095291, -0.0035640867426991463, 0.002665078965947032, -0.02791031263768673, -0.025026187300682068, -0.040596820414066315, -0.010486903600394726, -0.09827934950590134, -0.06151586398482323, -0.025135710835456848, 0.08031744509935379, -0.0030575392302125692, 0.06622538715600967, 0.0826539546251297, 0.03437221795320511, -0.0545063391327858, 0.032619837671518326, 0.0052160704508423805, -0.028330154716968536, 0.04329840466380119, -0.013653966598212719, 0.004652479663491249, -0.012622617185115814, -0.019367456436157227, -0.028257139027118683, 0.002220138441771269, -0.0408523753285408, 0.030484123155474663, -0.031634122133255005, -0.06104126200079918, -0.06016506999731064, -0.028494440019130707, -0.015023013576865196, -0.023803170770406723, -0.01747817173600197, -0.00467301532626152, 0.06772220879793167, 0.04786189645528793, 0.010240474715828896, 0.01580793410539627, -0.021192854270339012, -0.03628888353705406, 0.0019383429316803813, 0.02922459878027439, -0.004946824628859758, 0.013590076938271523, -0.06410792469978333, -0.01976904459297657, -0.01504126749932766, 0.02509920299053192, -0.044393643736839294, 0.02851269394159317, -0.04742380231618881, -0.0059279752895236015, -0.00007943327364046127, 0.008652379736304283, 0.00452242000028491, -0.005384919699281454, -0.03931904211640358, 0.03373332694172859, 0.03731110692024231, 0.025774599984288216, -0.00008328371768584475, 0.08119364082813263, 0.045160312205553055, -0.03665396198630333, 0.0023912694305181503, -0.023693647235631943, 0.00746587198227644, 0.02557380497455597, -0.055419038981199265, 0.04680316895246506, -0.02068174257874489, -0.07761586457490921, 0.02964443899691105, -0.028311900794506073, 0.021083330735564232, 0.0023045630659908056, -0.019586505368351936, 0.050965070724487305, -0.016930552199482918, -0.011846823617815971, 0.08082856237888336, -0.0333317406475544, 0.006279364228248596, -0.008059125393629074, 0.009592458605766296, -0.0061150784604251385, 0.020243648439645767, 0.0060557532124221325, -0.011445236392319202, -0.055528562515974045, -0.0019565969705581665, 0.005425991024821997, 0.05636824667453766, 0.0031100192572921515, -0.002902380423620343, -0.010386506095528603, -0.007840078324079514, 0.0519142784178257, -0.0017170136561617255, 0.020298410207033157, -0.024752376601099968, -0.02292698062956333, -0.07056982815265656, 0.03687300905585289, 0.03539443761110306, -0.06662697345018387, -0.024350790306925774, -0.001114632817916572, 0.0059005944058299065, 0.015762299299240112, -0.0022509421687573195, 0.003678173990920186, -0.04574443772435188, 0.010888490825891495, -0.027764281257987022, 0.04756983369588852, -0.0069136894308030605, 0.05804761126637459, 0.02265317179262638, 0.04136348515748978, 0.06056665629148483, -0.03344126418232918, 0.037931740283966064, 0.03260158374905586, 0.039026979357004166, -0.05844919756054878, -0.01982380636036396, -0.00844245869666338, 0.047715865075588226, 0.022580156102776527, -0.01366309355944395, -0.03382459655404091, 0.00650297524407506, -0.03481031209230423, 0.0273261871188879, -0.05516348406672478, -0.004620534833520651, 0.09900950640439987, 0.013151981867849827, -0.03683650121092796, 0.012047616764903069, 0.031196026131510735, -0.06932856142520905, -0.02524523437023163, -0.01569841057062149, 0.018317854031920433, 0.0016200394602492452, 0.04176507145166397, -0.05114760994911194, -0.02551904320716858, -0.02546428143978119, 0.01781587116420269, -0.02823888510465622, -0.04585396125912666, -0.03909999504685402, -0.046949200332164764, -0.039136502891778946, -0.003614285262301564, 0.026687297970056534, -0.011463490314781666, -0.004390078596770763, -0.011609521694481373, 0.01007618848234415, 0.023930948227643967, -0.03632539138197899, -0.0004791665996890515, 0.02980872616171837, 0.02117460034787655, 0.009218252263963223, -0.006927379872649908, -0.038041263818740845, 0.03731110692024231, 0.0042326380498707294, -0.0010769839864224195, 0.032181739807128906, 0.02504444122314453, 0.01704920455813408, -0.04019523039460182, 0.020882535725831985, 0.024296028539538383, 0.020134123042225838, -0.0005082588759250939, 0.0029434519819915295, -0.07798094302415848, 0.04709523171186447, 0.0715920552611351, 0.00025755204842425883, 0.06801427155733109, 0.013955156318843365, -0.014411505311727524, 0.003600594587624073, 0.006849800702184439, 0.06239205226302147, 0.038807932287454605, 0.0592888779938221, 0.01330714114010334, 0.019531743600964546, -0.015725791454315186, -0.032072216272354126, -0.02557380497455597, -0.02373015508055687, -0.053082533180713654, -0.020809520035982132, 0.042385708540678024, 0.06710157543420792, 0.05505396053195, -0.010121824219822884, -0.004873808939009905, 0.023821424692869186, 0.033368248492479324, 0.0015127974329516292, -0.045598406344652176, -0.0131154740229249, 0.036690469831228256, -0.01916666328907013, 0.03862538933753967, -0.012312299571931362, 0.013142854906618595, -0.032565075904130936, 0.021430155262351036, 0.017660710960626602, -0.03084920160472393, -0.01230317261070013, 0.00823253858834505, 0.07013173401355743, -0.03753015398979187, 0.022835711017251015, 0.022689679637551308, 0.0073746019043028355, -0.04833650216460228, -0.007123610004782677, -0.030776185914874077, -0.00849722046405077, -0.06903649866580963, -0.03753015398979187, -0.022507138550281525, -0.008401387371122837, -0.022507138550281525, -0.054068244993686676, 0.037000786513090134, -0.028311900794506073, -0.014484521932899952, -0.03851586580276489, -0.042166661471128464, -0.012485712766647339, 0.040487296879291534, 0.023912694305181503, 0.04742380231618881, 0.03822380304336548, 0.027216661721467972, -0.03822380304336548, 0.004709523171186447, -0.0037397812120616436, -0.037931740283966064, 0.01097063347697258, -0.038369834423065186, 0.06071268767118454, -0.07688570022583008, 0.010112697258591652, 0.014146823436021805, -0.008173213340342045, -0.008898807689547539, -0.01998809166252613, 0.02292698062956333, -0.037712693214416504, -0.011563886888325214, -0.09900950640439987, 0.010386506095528603, 0.009711110033094883, 0.00597361009567976, -0.030976979061961174, -0.02422301284968853, -0.029352376237511635, 0.007324403617531061, -0.048847611993551254, -0.020298410207033157, 0.0021961801685392857, -0.06545872241258621, -0.02053571119904518, 0.03590555116534233, -0.009601585566997528, -0.022123806178569794, 0.0026262893807142973, 0.006863491144031286, -0.07374601811170578, 0.002954860683530569, 0.049395229667425156, 0.012376188300549984, -0.02519047260284424, -0.024679360911250114, 0.030338089913129807, -0.015278569422662258, -0.011545632965862751, -0.0049422611482441425, 0.03411666303873062, 0.019951583817601204, -0.0355222150683403, 0.05271745100617409, -0.00037163932574912906, -0.04724126309156418, 0.03942856565117836, -0.0016839283052831888, 0.007360911462455988, 0.01159126777201891, 0.05826665833592415, -0.047606341540813446, -0.018281346186995506, 0.03601507470011711, 0.01306071225553751, -0.026924598962068558, 0.02139364741742611, 0.02097380720078945, 0.006265673786401749, -0.009638093411922455, 0.07228570431470871, 0.024095233529806137, -0.019842060282826424, 0.0003970237448811531, -0.007862895727157593, 0.020626980811357498, -0.07235872000455856, 0.02958967722952366, -0.0025464282371103764, -0.013024204410612583, 0.022014282643795013, -0.018536901101469994, -0.03491983562707901, 0.04107142239809036, -0.024515075609087944, -0.014703569002449512, 0.01050515752285719, -0.019951583817601204, -0.04746031016111374, -0.01245833095163107, 0.01998809166252613, 0.005220633931457996, -0.05304602533578873, 0.05600316449999809, 0.08586665242910385, 0.017240870743989944, -0.006092261057347059, 0.0011220484739169478, -0.08024442940950394, 0.04275078698992729, 0.008182340301573277, -0.017624203115701675, 0.08112062513828278, 0.013133727945387363, 0.02194126695394516, 0.007621030788868666, -0.030812693759799004, -0.020882535725831985, -0.012586109340190887, -0.03909999504685402, 0.03490158170461655, 0.013024204410612583, 0.017459917813539505, 0.023584123700857162, -0.010879362933337688, 0.024040471762418747, -0.049504753202199936, -0.06881745159626007, 0.0027563488110899925, 0.013434918597340584, 0.001143725006841123, 0.07579046487808228, -0.005882340483367443, 0.050052374601364136, -0.01406468078494072, 0.005905157886445522, 0.0272531695663929, -0.01883809268474579, 0.02111983858048916, -0.028476186096668243, 0.020809520035982132, 0.01569841057062149, -0.03727459907531738, 0.005293650086969137, -0.01857340894639492, -0.0010290673235431314, -0.014849601313471794, 0.05812062695622444, -0.038698405027389526, 0.013672220520675182, 0.009199998341500759, -0.036690469831228256, -0.05457935482263565, -0.0012686506379395723, -0.027307933196425438, -0.047387294471263885, -0.08601268380880356, -0.05479840561747551, 0.016063489019870758, 0.05289999023079872, -0.011874204501509666, -0.006909125950187445, -0.00793134793639183, 0.005033530760556459, -0.004910316783934832, -0.003199007362127304, -0.005818451289087534, 0.02933412231504917, 0.04136348515748978, -0.04610951617360115, -0.09820633381605148, 0.0456349141895771, 0.020079361274838448, -0.022634917870163918, 0.019130155444145203, 0.009072220884263515, 0.04421110451221466, 0.018984124064445496, 0.026303963735699654, -0.0751333236694336, -0.09170792251825333, 0.043699994683265686, -0.03210872411727905, 0.07688570022583008, 0.007935911417007446, -0.00655773701146245, 0.03013729676604271, 0.00996666494756937, 0.025829361751675606, -0.009957537986338139, -0.019750790670514107, -0.024788884446024895, 0.03057539276778698, 0.03389761224389076, -0.015981346368789673, -0.05589364096522331, 0.015178171917796135, -0.04136348515748978, -0.07221268862485886, -0.008164086379110813, 0.013955156318843365, 0.047277770936489105, -0.0704968124628067, 0.054542846977710724, 0.011664283461868763, 0.011737300083041191, 0.001842509605921805, 0.03227300941944122, 0.003062102710828185, -0.01900237798690796, 0.04848253354430199, 0.04088888317346573, -0.040487296879291534, -0.05611268803477287, 0.005170435644686222, -0.009674601256847382, 0.029169837012887, -0.03344126418232918, 0.017122220247983932, -0.04198412224650383, 0.0030484122689813375, -0.058193642646074295, -0.033806342631578445, 0.05446983128786087, 0.001574404537677765, 0.050636500120162964, 0.0018733132164925337 ]
10,396
fastapi.applications
openapi
null
def openapi(self) -> Dict[str, Any]: if not self.openapi_schema: self.openapi_schema = get_openapi( title=self.title, version=self.version, openapi_version=self.openapi_version, description=self.description, terms_of_service=self.terms_of_service, contact=self.contact, license_info=self.license_info, routes=self.routes, tags=self.openapi_tags, servers=self.servers, ) return self.openapi_schema
(self) -> Dict[str, Any]
[ 0.01037130132317543, -0.09802351146936417, -0.009800568222999573, -0.04794163256883621, 0.016818808391690254, -0.010041345842182636, 0.0514373742043972, -0.0024189299438148737, -0.03301337733864784, 0.011530604213476181, 0.0023431293666362762, -0.027698419988155365, -0.010585326701402664, -0.013412241823971272, -0.003567085601389408, -0.007923388853669167, -0.00007691528298892081, -0.001308674574829638, -0.001423490117304027, 0.004623834975063801, 0.0464077852666378, -0.017505472525954247, 0.00733927870169282, -0.024809081107378006, 0.0319075807929039, 0.0915314182639122, 0.029642481356859207, -0.009978922083973885, 0.0558248907327652, -0.06545602530241013, -0.009194163605570793, 0.013385488651692867, 0.08696554601192474, 0.038167815655469894, -0.009470612742006779, 0.004264896735548973, 0.014268342405557632, 0.04833400994539261, -0.05949898809194565, -0.005774219986051321, 0.011753547005355358, -0.0016497771721333265, -0.028661534190177917, -0.0747661143541336, 0.007963518612086773, 0.0036986218765378, -0.048298340290784836, 0.04854803532361984, 0.025683017447590828, -0.019048238173127174, 0.02991001307964325, -0.0407361164689064, -0.023970816284418106, 0.0038368464447557926, -0.010915282182395458, -0.005408593453466892, 0.008066072128713131, 0.03995135799050331, 0.04826267063617706, 0.015828942880034447, -0.0248804222792387, 0.012297527864575386, 0.018209971487522125, -0.06684718281030655, 0.021848399192094803, -0.010130523703992367, -0.01048723142594099, -0.008855289779603481, -0.014464532025158405, 0.035974059253931046, 0.01148601621389389, -0.005743008106946945, -0.03552817180752754, 0.0082355085760355, 0.02673530764877796, -0.030355898663401604, 0.00546655897051096, -0.04219862446188927, 0.019832996651530266, -0.05753709003329277, -0.0060818810015916824, -0.003903729375451803, -0.08668018132448196, -0.005056343972682953, 0.012886096723377705, -0.026432104408740997, 0.022222943603992462, 0.005109850317239761, 0.029481962323188782, -0.018209971487522125, 0.012038914486765862, 0.0608544796705246, -0.033280909061431885, 0.058963924646377563, 0.021830564364790916, -0.04426753148436546, -0.040914472192525864, -0.022205108776688576, 0.024398865178227425, 0.010201864875853062, -0.052257806062698364, 0.03902391716837883, -0.05496878921985626, 0.07066396623849869, -0.012672072276473045, -0.0434471033513546, 0.018941225484013557, -0.009247669950127602, 0.004030806943774223, -0.029963519424200058, -0.045230645686388016, -0.021687880158424377, -0.007932307198643684, 0.04419619217514992, 0.01093311794102192, 0.027181193232536316, 0.03645561635494232, 0.04854803532361984, 0.0749088004231453, -0.018905553966760635, -0.07819052040576935, 0.043375760316848755, 0.024256182834506035, -0.05660964921116829, 0.1188552975654602, 0.0564669668674469, -0.013501419685781002, -0.04159221798181534, 0.01679205521941185, -0.016337253153324127, -0.009559789672493935, 0.030873127281665802, -0.0200470220297575, -0.017237940803170204, 0.001582894241437316, -0.08846372365951538, 0.05789380148053169, 0.02204458974301815, -0.006460884120315313, 0.03089096210896969, -0.03394082188606262, 0.03549250215291977, 0.001553911715745926, -0.03913092985749245, -0.0862521305680275, -0.015846777707338333, 0.03051641769707203, -0.0029160925187170506, 0.02851884998381138, 0.017291447147727013, 0.046586137264966965, -0.023524930700659752, -0.003130117664113641, 0.0041980138048529625, -0.03859586641192436, -0.029820837080478668, 0.01230644527822733, -0.053006891161203384, 0.03187191113829613, -0.009426023811101913, -0.009247669950127602, 0.016569113358855247, 0.012868261896073818, -0.08097284287214279, 0.0016776450211182237, 0.015445481054484844, 0.0225618164986372, -0.07997406274080276, 0.04740656912326813, 0.003761045867577195, -0.030445076525211334, 0.018727200105786324, -0.043375760316848755, -0.004784353543072939, 0.0015840090345591307, 0.05507580190896988, -0.0031747061293572187, 0.009907579980790615, 0.05036725103855133, 0.021848399192094803, 0.03347709774971008, -0.006059587001800537, -0.07776246964931488, 0.01074584573507309, -0.002007600385695696, 0.005858938209712505, 0.016488853842020035, 0.02603972516953945, -0.010906364768743515, 0.05850020423531532, -0.01437535509467125, -0.02125983126461506, 0.01170004066079855, 0.01986866630613804, -0.021527361124753952, -0.04159221798181534, -0.006006080657243729, 0.00395277701318264, -0.021152818575501442, 0.03659829869866371, 0.0394519679248333, -0.018022701144218445, -0.007820835337042809, 0.07259019464254379, -0.009122821502387524, 0.005537900608032942, 0.012850426137447357, -0.07597892731428146, -0.01148601621389389, -0.00921199843287468, -0.011084718629717827, -0.01272557768970728, -0.056074585765600204, -0.06060478463768959, 0.021545197814702988, -0.018209971487522125, 0.02661045826971531, -0.030623430386185646, -0.04194892570376396, -0.014776652678847313, 0.07148439437150955, 0.03522497043013573, 0.021134981885552406, -0.053185246884822845, -0.007441832683980465, 0.010121605359017849, 0.013358735479414463, -0.02334657497704029, -0.03720470517873764, -0.052115119993686676, -0.020778274163603783, -0.04134252294898033, -0.03147953003644943, -0.013599514029920101, -0.03256749361753464, -0.0009346879087388515, 0.026218079030513763, 0.009782732464373112, 0.00953303650021553, -0.008730442263185978, 0.09788083285093307, 0.000054342319344868883, 0.025147954002022743, 0.0232038926333189, -0.0975954607129097, -0.04319740831851959, -0.02748439460992813, -0.03798946365714073, 0.03980867564678192, -0.037561412900686264, 0.03419051691889763, -0.04894041642546654, 0.013563843443989754, 0.05789380148053169, 0.02232995629310608, -0.03584920987486839, -0.0451236329972744, -0.04041508212685585, 0.016899067908525467, -0.04826267063617706, 0.012431293725967407, 0.06752493232488632, -0.002581678330898285, 0.07341062277555466, -0.012377787381410599, -0.03283502534031868, 0.013608431443572044, 0.01697041094303131, 0.006563437636941671, 0.013242805376648903, 0.06534901261329651, 0.034636400640010834, -0.007259019184857607, -0.027591407299041748, 0.0019964531529694796, -0.029642481356859207, 0.026592623442411423, -0.022543981671333313, 0.03228212520480156, 0.027591407299041748, -0.026271585375070572, -0.05539683997631073, 0.049974869936704636, 0.009541953913867474, 0.05725172534584999, -0.022633157670497894, -0.0394519679248333, 0.040950141847133636, -0.004369679838418961, -0.02985650673508644, 0.023043373599648476, 0.06584840267896652, -0.0359027162194252, 0.01458046305924654, 0.010166194289922714, 0.0598200261592865, -0.002243919763714075, 0.029339279979467392, 0.0663834661245346, -0.024434536695480347, 0.011824889108538628, 0.05108066648244858, 0.03180056810379028, -0.01183380652219057, 0.014500203542411327, -0.017710579559206963, 0.022775841876864433, -0.05782245844602585, -0.00009377533569931984, 0.02441670186817646, -0.06841669976711273, 0.038203489035367966, 0.005983786191791296, 0.042162951081991196, -0.09623996913433075, -0.0457657091319561, -0.01743413135409355, 0.018673693761229515, 0.011557357385754585, 0.07148439437150955, -0.004717470612376928, 0.005689501762390137, 0.018762869760394096, -0.05268585681915283, 0.031069315969944, -0.03367329016327858, 0.028055129572749138, -0.04419619217514992, 0.028715038672089577, -0.006438589654862881, -0.0025304013397544622, -0.030034860596060753, 0.019369274377822876, 0.045979734510183334, 0.0018927848432213068, -0.0101840291172266, 0.02059992030262947, -0.05889258533716202, -0.037418726831674576, 0.007704905234277248, -0.020867452025413513, -0.014874747022986412, 0.032121606171131134, -0.05678800493478775, -0.06217430159449577, -0.04194892570376396, 0.056395623832941055, -0.0554325096309185, -0.019173085689544678, -0.151101753115654, -0.02279367670416832, 0.010505067184567451, 0.030302392318844795, 0.004944872576743364, 0.06656181812286377, -0.0692371353507042, -0.06163924187421799, 0.03395865485072136, -0.006072963122278452, 0.030159709975123405, 0.012993109412491322, -0.03973733261227608, -0.03813214600086212, 0.031836237758398056, -0.04804864525794983, 0.022383462637662888, -0.016622619703412056, 0.021830564364790916, -0.007526550907641649, -0.07319659739732742, -0.019476287066936493, 0.014428861439228058, -0.036669641733169556, -0.0734819620847702, 0.03208593651652336, 0.07134171575307846, -0.031693555414676666, -0.010496149770915508, -0.060212407261133194, -0.030873127281665802, 0.047513581812381744, 0.019940009340643883, 0.03196108713746071, -0.02366761304438114, -0.014232671819627285, -0.03394082188606262, -0.028536684811115265, -0.029267938807606697, -0.02209809608757496, 0.01757681369781494, -0.012217268347740173, -0.02814430557191372, -0.05279286950826645, 0.084825299680233, 0.0225618164986372, -0.015802189707756042, 0.022062424570322037, -0.0111828139051795, 0.03474341332912445, -0.013822456821799278, 0.05850020423531532, -0.054219700396060944, 0.019101744517683983, -0.00844061654061079, -0.00642967177554965, -0.03781110793352127, 0.019244426861405373, 0.04851236566901207, -0.009943251498043537, 0.03813214600086212, -0.03677665442228317, -0.008614512160420418, -0.01883421279489994, -0.024684233590960503, 0.0217235516756773, 0.050438590347766876, 0.07376733422279358, 0.0942424014210701, 0.006233482155948877, 0.01365302037447691, 0.03515362739562988, 0.002632955089211464, 0.04961816221475601, 0.06880908459424973, -0.02059992030262947, 0.03144386038184166, -0.006264694035053253, -0.008993514813482761, 0.02693149633705616, 0.03652695566415787, 0.009871909394860268, 0.047977302223443985, -0.016337253153324127, -0.05175841227173805, -0.0051811919547617435, -0.031372517347335815, 0.031283341348171234, -0.05764410272240639, 0.038631536066532135, 0.029410621151328087, 0.0564669668674469, -0.021616538986563683, 0.04733522608876228, 0.07162708044052124, 0.01809404231607914, 0.027377381920814514, -0.0428050272166729, 0.02432752400636673, 0.05493311956524849, 0.002467977348715067, 0.0016152210300788283, -0.014482367783784866, 0.046122416853904724, -0.024755574762821198, -0.05347061529755592, -0.045837052166461945, 0.008668018504977226, -0.02800162322819233, 0.0014346372336149216, -0.027181193232536316, 0.04380381107330322, -0.00862788874655962, -0.005484394263476133, -0.0050920145586133, -0.02646777592599392, -0.0033396838698536158, -0.016988245770335197, 0.008636806160211563, -0.030623430386185646, 0.022115930914878845, 0.03563518449664116, -0.017550062388181686, 0.0007267937180586159, -0.04387515410780907, 0.029874341562390327, 0.007941224612295628, 0.016444265842437744, 0.020118363201618195, -0.008378192782402039, -0.1022326722741127, -0.0319075807929039, -0.00770936394110322, -0.028304824605584145, -0.022080259397625923, 0.053006891161203384, -0.03456506133079529, -0.033887315541505814, -0.03930928558111191, -0.06941548734903336, -0.03995135799050331, 0.015293879434466362, 0.056252941489219666, -0.01958329975605011, -0.012939603067934513, 0.02525496669113636, 0.039237942546606064, 0.0541483610868454, 0.032264288514852524, -0.003379813628271222, 0.024167004972696304, 0.025647345930337906, -0.033084720373153687, -0.015026348643004894, -0.0003324635326862335, -0.027234699577093124, -0.01915525086224079, -0.05764410272240639, -0.05989136919379234, 0.01949412375688553, -0.001827016705647111, -0.09195946902036667, -0.053185246884822845, 0.020171869546175003, -0.0032192948274314404, 0.013305229134857655, 0.02493392862379551, -0.0036718687042593956, 0.05061694607138634, -0.015383057296276093, -0.011780300177633762, -0.0019440617179498076, -0.025433320552110672, -0.0010010134428739548, -0.005261451471596956, -0.013287394307553768, 0.013697609305381775, -0.02991001307964325, -0.03691933676600456, -0.018129711970686913, 0.00941710639744997, 0.05857154726982117, -0.010032428428530693, -0.02999919094145298, 0.07676368206739426, -0.0390595868229866, 0.01804053597152233, -0.026164572685956955, 0.021563032642006874, -0.039844345301389694, 0.032264288514852524, 0.03759708255529404, 0.03656262904405594, -0.058535877615213394, 0.00019117350166197866, 0.01926226168870926, 0.002842521294951439, 0.00976489670574665, 0.03381597250699997, 0.008569923229515553, -0.048155657947063446, -0.016863398253917694, 0.024256182834506035, 0.06438589841127396, 0.0031970005948096514, -0.06513498723506927, 0.03677665442228317, 0.03181840479373932, -0.046122416853904724, 0.02944629266858101, -0.014455614611506462, 0.015891365706920624, -0.021937577053904533, -0.06442156434059143, 0.038952574133872986, -0.04922578111290932, 0.07201945781707764, 0.021705716848373413, 0.06631211936473846, -0.03344142809510231, 0.03164004907011986, 0.0003745440044440329, -0.03684799373149872, 0.025914877653121948, -0.03809647634625435, 0.06335144490003586, -0.0003221524239052087, -0.008578840643167496, 0.0591779500246048, -0.019832996651530266, -0.017558978870511055, 0.010201864875853062, -0.022026753053069115, 0.03440454229712486, -0.044160518795251846, -0.002285164315253496, -0.03963031992316246, -0.004028577357530594, 0.022454803809523582, 0.04947547987103462, -0.035421159118413925, -0.0507952980697155, -0.02548682689666748, 0.013153628446161747, -0.031104987487196922, -0.022829348221421242, 0.0411284975707531, -0.04005837067961693, -0.05004621297121048, 0.03452938795089722, -0.03037373535335064, -0.02739521861076355, 0.049653831869363785, 0.0006682712119072676, -0.011040129698812962, -0.021277666091918945, 0.046586137264966965, 0.02102796919643879, 0.025611674413084984, 0.04836968332529068, -0.040629107505083084, -0.002287393668666482, -0.03600972890853882, -0.06413619965314865, -0.04929712414741516, -0.03032022900879383, 0.036669641733169556, 0.028429672122001648, 0.00941710639744997, 0.03618808463215828, -0.10423023998737335, 0.036295097321271896, 0.0026730848476290703, 0.030712608247995377, -0.004278273321688175, -0.06338711082935333, 0.060212407261133194, 0.008832995779812336, -0.010594244115054607, -0.0006326003349386156, -0.0016297122929245234, 0.07251884788274765, -0.04127117991447449, 0.02250831015408039, -0.006135387346148491, 0.015151196159422398, 0.032210782170295715, 0.027644913643598557, 0.0162748284637928, 0.0034779084380716085, 0.059748683124780655, 0.0025593838654458523, 0.002668625907972455, -0.0008622314780950546, 0.020100528374314308, -0.013019862584769726, 0.05036725103855133, -0.019137414172291756, -0.01190514862537384, 0.027876773849129677, -0.030266722664237022, -0.03456506133079529, -0.05411268770694733, -0.020314553752541542, -0.028857722878456116, 0.009283340536057949, -0.016025131568312645, 0.0001901981158880517, -0.04540900141000748, 0.0016743008745834231, -0.06028374657034874, -0.03638427332043648, -0.01209242083132267, 0.02846534363925457, -0.05857154726982117, -0.023614106699824333, -0.0017088570166379213, 0.013144711032509804, -0.062352657318115234, 0.018388327211141586, 0.04326874762773514, 0.03401216119527817, 0.05033157765865326, 0.04030806943774223, 0.028946900740265846, 0.012654236517846584, 0.03483259305357933, -0.010032428428530693, 0.06513498723506927, 0.01334981806576252, 0.0069513581693172455, 0.04465991258621216, 0.02603972516953945, -0.03205026313662529, -0.015490069054067135, -0.0068488046526908875, -0.06003405153751373, -0.0057207136414945126, 0.04993920028209686, -0.004496757406741381, 0.002829144708812237, -0.05443372577428818, -0.03419051691889763, 0.017041752114892006, -0.017362790182232857, -0.005551277194172144, -0.04836968332529068, 0.012244021520018578, 0.004820024594664574, 0.03763275220990181, 0.013617349788546562, 0.046443454921245575, 0.011762465350329876, 0.013760033063590527, 0.04144953563809395, -0.00007600957906106487, 0.02557600475847721, 0.040950141847133636, 0.00037565871025435627, -0.028679369017481804, 0.0003987890377175063, 0.0022695581428706646, 0.02841183729469776, 0.0010756992269307375, -0.05796514078974724, 0.08575274050235748, -0.002630725735798478, -0.0056449128314852715, 0.0504029206931591, 0.002920551458373666, 0.006567896343767643, -0.002998581388965249, 0.0044321040622889996, -0.012770166620612144, -0.006242400035262108, 0.049047429114580154, 0.003533644136041403, -0.02158086746931076, 0.004788812715560198, -0.004177948925644159, 0.0501532256603241, 0.014839076437056065, -0.025361979380249977, -0.0417705737054348, -0.009055938571691513, 0.0514373742043972, -0.0030320228543132544, 0.04055776447057724, -0.02354276552796364, 0.0302310511469841, -0.017728416249155998, 0.031194163486361504, 0.060818810015916824, -0.0321037694811821, 0.04558735340833664, -0.01944061741232872, -0.022811513394117355, 0.041841913014650345, -0.024595055729150772, 0.001032782718539238, 0.03873854875564575, -0.031229835003614426, 0.008168626576662064, 0.05190109461545944, -0.04066477715969086, -0.07676368206739426, -0.0031011351384222507, -0.021152818575501442, 0.049653831869363785, 0.033601947128772736, -0.020617755129933357, -0.0032594245858490467, -0.00558248907327652, -0.008690312504768372, 0.036259423941373825, 0.0027265911921858788, 0.01739845983684063, -0.008462910540401936, -0.003868058556690812 ]
10,397
fastapi.applications
options
null
def options( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.options( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37b9f60>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.04037349671125412, -0.054900579154491425, 0.02164314314723015, -0.08871107548475266, 0.013798885978758335, 0.009296043775975704, -0.047010235488414764, -0.010203986428678036, -0.034806009382009506, -0.003952085971832275, 0.08104195445775986, -0.026196682825684547, 0.008706111460924149, -0.019633686169981956, 0.014361165463924408, 0.049517445266246796, 0.02068450301885605, -0.016554975882172585, 0.03174573555588722, -0.034824445843696594, 0.07949338108301163, -0.0017605794128030539, 0.009383611381053925, -0.01961524970829487, 0.043065059930086136, 0.02354198694229126, -0.021311305463314056, -0.024684982374310493, 0.05744466185569763, -0.017052732408046722, -0.023966001346707344, 0.016490451991558075, -0.052282754331827164, 0.05950942635536194, -0.02258334867656231, 0.03392111137509346, 0.04107404127717018, 0.06349147111177444, -0.018518345430493355, -0.010056503117084503, -0.04959118738770485, -0.016462799161672592, -0.02232525311410427, -0.03510097414255142, 0.012148919515311718, -0.012508409097790718, -0.07772358506917953, 0.014278206042945385, -0.006692044902592897, -0.06256970018148422, 0.047489553689956665, -0.030879272148013115, 0.014960316009819508, 0.021458789706230164, 0.011245585046708584, 0.004936074372380972, 0.010674088262021542, 0.07020194828510284, 0.03355240076780319, -0.023265456780791283, -0.006927096284925938, 0.05571173503994942, 0.0074847666546702385, 0.02569892816245556, 0.004346142057329416, -0.01898844726383686, -0.019375590607523918, -0.006060633342713118, -0.03358927369117737, 0.009604835882782936, -0.01798371970653534, 0.019283413887023926, -0.017098819836974144, -0.020260488614439964, 0.04192206636071205, -0.03747913986444473, -0.04778451845049858, -0.030252467840909958, 0.0007011207635514438, -0.007738253101706505, -0.0332205668091774, -0.00028718874091282487, -0.05545363947749138, -0.023394504562020302, 0.003592595923691988, -0.042475130409002304, 0.017780929803848267, -0.07160303741693497, 0.04383934661746025, 0.027892738580703735, -0.04907499626278877, -0.04697336256504059, -0.07300412654876709, -0.0003260758821852505, -0.017771711573004723, -0.011291674338281155, 0.02533021941781044, -0.03323899954557419, 0.031727299094200134, -0.01643514633178711, -0.05582235008478165, 0.006083677522838116, 0.030252467840909958, 0.031358592212200165, 0.04804261401295662, -0.04837445169687271, -0.019283413887023926, 0.0019702818244695663, 0.02925695665180683, -0.03668641671538353, -0.025957023724913597, 0.04697336256504059, 0.009687795303761959, -0.008890464901924133, 0.018361644819378853, 0.03629927337169647, -0.019043752923607826, -0.06161106005311012, -0.012766504660248756, -0.02125599980354309, -0.05515867471694946, -0.013227389194071293, 0.014480995945632458, -0.019523072987794876, 0.011605075560510159, 0.04745268449187279, -0.02112695202231407, -0.01229640282690525, -0.03427138179540634, -0.012978511862456799, 0.033847369253635406, 0.02641790732741356, 0.015605553984642029, 0.013651403598487377, 0.01780858263373375, 0.0075631169602274895, -0.041885197162628174, 0.04166397079825401, -0.000812309212051332, 0.0771336555480957, -0.028648588806390762, 0.04100029915571213, -0.021901238709688187, -0.034584783017635345, 0.021587837487459183, 0.01087687723338604, 0.060209970921278, -0.08354917168617249, -0.0032768899109214544, 0.06640426069498062, 0.04063159227371216, -0.010969054885208607, 0.024058178067207336, -0.0012420840794220567, -0.0035188542678952217, -0.0073050218634307384, -0.0068763988092541695, -0.041258394718170166, 0.022859878838062286, -0.06861650943756104, -0.01767953485250473, -0.04347063973546028, 0.027302807196974754, -0.062274735420942307, 0.03228035941720009, -0.03867743909358978, -0.01839851588010788, 0.01708960346877575, 0.004147961735725403, 0.04656778648495674, 0.020020829513669014, 0.006406296510249376, -0.003214670345187187, -0.011383851058781147, -0.018628956750035286, 0.0606892891228199, 0.02639947272837162, 0.009019512683153152, -0.031506072729825974, -0.05770275741815567, 0.03605961427092552, -0.004830071236938238, -0.07034943252801895, 0.043175674974918365, 0.016905248165130615, 0.014960316009819508, 0.040557850152254105, 0.01935715600848198, -0.025035254657268524, 0.01718178018927574, -0.01606643944978714, -0.009065601043403149, 0.10486047714948654, 0.023081103339791298, -0.05272520333528519, -0.04074220359325409, 0.023486681282520294, -0.03764505684375763, 0.08200059831142426, -0.006788830738514662, 0.01724630407989025, -0.023560423403978348, 0.00893655326217413, -0.004620368592441082, 0.006166636478155851, 0.0408896841108799, 0.030160291120409966, -0.017578139901161194, -0.021182257682085037, 0.002947357250377536, -0.03572777658700943, -0.03331274166703224, -0.010369904339313507, -0.012434667907655239, 0.008125396445393562, 0.07079188525676727, 0.06419201195240021, 0.03694451227784157, -0.004353055730462074, -0.012434667907655239, 0.07720739394426346, 0.03045525774359703, 0.027800561860203743, -0.013568444177508354, 0.015080145560204983, 0.009116298519074917, -0.02031579613685608, -0.012019871734082699, -0.028630154207348824, -0.0036778594367206097, -0.01408463530242443, -0.005576704163104296, 0.016324535012245178, -0.0563754104077816, -0.07661746442317963, 0.01798371970653534, 0.04686275124549866, 0.022988926619291306, -0.024187225848436356, -0.05294642969965935, 0.06382330507040024, 0.04288070648908615, 0.02748716063797474, 0.013946369290351868, -0.015080145560204983, -0.027671514078974724, -0.011171843856573105, -0.04052097722887993, 0.028095528483390808, -0.04251199960708618, 0.013808104209601879, 0.004889986012130976, -0.01260058581829071, 0.030897706747055054, -0.0033898064866662025, -0.01961524970829487, -0.011033578775823116, -0.06234847381711006, -0.004634195007383823, 0.03152450919151306, -0.025662057101726532, 0.003431286197155714, -0.03714730218052864, 0.01737535186111927, -0.04037349671125412, -0.038529954850673676, 0.0236341655254364, -0.03764505684375763, -0.04815322905778885, 0.03707356005907059, 0.06810031831264496, -0.0016833811532706022, -0.057186566293239594, -0.0025809539947658777, 0.0020555455703288317, 0.039967916905879974, -0.006268031429499388, -0.056928470730781555, -0.02925695665180683, -0.0066136945970356464, 0.006258813664317131, -0.060763031244277954, 0.025533009320497513, 0.009485006332397461, -0.013762015849351883, 0.04144274815917015, -0.005364697426557541, 0.1087687760591507, 0.012379361316561699, -0.0019057580502703786, 0.06079990416765213, 0.03585682436823845, 0.012526844628155231, 0.00043495988938957453, 0.04671526700258255, -0.009955108165740967, -0.02079511620104313, -0.02415035478770733, 0.06975950300693512, -0.06091051548719406, -0.005576704163104296, -0.03047369234263897, 0.04656778648495674, 0.02208559215068817, 0.023689471185207367, 0.011522116139531136, 0.06175854429602623, -0.03668641671538353, 0.0027837431989610195, 0.08686754107475281, -0.02949661761522293, 0.011660381220281124, -0.03163512051105499, -0.045240435749292374, -0.02018674835562706, 0.040926557034254074, 0.014351948164403439, 0.02483246475458145, -0.007821212522685528, 0.0074064163491129875, -0.04837445169687271, 0.02710001729428768, -0.030676482245326042, -0.05792398378252983, 0.05040234327316284, 0.004719458986073732, 0.009236128069460392, -0.006779612973332405, 0.04981241375207901, -0.008913509547710419, -0.0437656044960022, -0.00042862273403443396, -0.01684994250535965, -0.008434189483523369, 0.019301848486065865, -0.03281498700380325, 0.042106419801712036, -0.007374154403805733, -0.03491662070155144, 0.03287029266357422, 0.032685939222574234, -0.0016868377570062876, -0.033165257424116135, -0.01230562012642622, -0.0453510507941246, 0.005318609066307545, 0.08170562982559204, 0.03607805073261261, 0.04100029915571213, -0.03823499009013176, 0.012609804049134254, 0.033976417034864426, 0.021827496588230133, 0.08104195445775986, 0.03270437568426132, -0.0640445277094841, -0.04380247741937637, 0.016822289675474167, 0.05276207625865936, -0.005475309677422047, -0.015485724434256554, -0.047600165009498596, -0.04483485966920853, 0.023615729063749313, 0.01326426025480032, -0.03169042989611626, 0.003021098906174302, -0.031506072729825974, -0.0014679175801575184, -0.0317826047539711, 0.017209433019161224, -0.01793763041496277, -0.0021223737858235836, -0.07241419702768326, 0.030676482245326042, 0.025717362761497498, -0.056080445647239685, 0.015172322280704975, -0.04929622262716293, 0.023376069962978363, 0.026805050671100616, -0.0038276470731943846, 0.03989417478442192, -0.03263063356280327, 0.04623594880104065, -0.010074938647449017, 0.024555934593081474, -0.009531094692647457, -0.0074064163491129875, -0.007420242764055729, 0.005668881349265575, -0.04516669735312462, -0.02879607304930687, 0.034123897552490234, 0.027044711634516716, 0.0004937226767651737, -0.01957838051021099, 0.04321254417300224, -0.02271239459514618, 0.005590530578047037, 0.04147961735725403, -0.019375590607523918, 0.08074699342250824, 0.016389058902859688, 0.025477703660726547, 0.008613933809101582, 0.04218016192317009, 0.071234330534935, 0.0008399622747674584, 0.041258394718170166, -0.03534063324332237, -0.027302807196974754, -0.05515867471694946, 0.02269395999610424, -0.05102914944291115, 0.09254563599824905, -0.033976417034864426, 0.07897718995809555, 0.0068026576191186905, -0.005272520240396261, 0.05744466185569763, -0.015587118454277515, 0.012333272956311703, 0.03629927337169647, 0.07757610082626343, 0.03585682436823845, 0.018518345430493355, 0.01811276748776436, 0.02711845189332962, -0.02378164790570736, 0.025403961539268494, 0.01265589240938425, -0.028574848547577858, -0.04859567806124687, 0.005526007153093815, 0.01546728890389204, -0.0013550008879974484, -0.05641227960586548, 0.0008169180364347994, -0.00425626989454031, 0.028722330927848816, 0.008199137635529041, -0.016057221218943596, -0.02282300777733326, 0.02617824822664261, -0.034345123916864395, -0.03139546141028404, 0.010489734821021557, 0.08450780808925629, -0.07093936204910278, 0.08554019033908844, 0.044982340186834335, 0.014610043726861477, 0.040299754589796066, -0.0423276461660862, -0.019062189385294914, 0.044982340186834335, 0.009899802505970001, -0.09564278274774551, -0.03989417478442192, 0.07993583381175995, -0.04730520024895668, 0.012453103438019753, -0.002324010943993926, -0.0004692381771747023, 0.08377039432525635, 0.03856682777404785, 0.03246471285820007, -0.061352964490652084, -0.04476111754775047, -0.023210151121020317, -0.053573232144117355, -0.0728197768330574, 0.052024658769369125, 0.022269945591688156, 0.02737654745578766, 0.023247022181749344, -0.017697971314191818, -0.044871728867292404, -0.05051295831799507, 0.0534994900226593, -0.06102112680673599, 0.021237565204501152, -0.027431854978203773, 0.03235410153865814, -0.027524031698703766, 0.007364936638623476, 0.00023922794207464904, -0.029478181153535843, -0.02304423227906227, -0.0068810079246759415, 0.01838007941842079, -0.035912130028009415, -0.03703669086098671, 0.02724749967455864, 0.030160291120409966, 0.014112288132309914, -0.03240940719842911, -0.0023263152688741684, 0.004555844701826572, 0.02533021941781044, -0.05844017490744591, 0.01002885028719902, -0.046051595360040665, 0.023376069962978363, 0.0013791973469778895, -0.019209671765565872, -0.03834560140967369, -0.057039085775613785, -0.005111210513859987, -0.055859219282865524, 0.027450289577245712, 0.015190757811069489, 0.05007050931453705, -0.0008969967602752149, 0.045572273433208466, -0.0167669840157032, 0.02068450301885605, 0.013420960865914822, -0.0017190997023135424, -0.038419343531131744, 0.022288382053375244, 0.0472683310508728, -0.003157059894874692, -0.002951966132968664, 0.0009747710428200662, 0.002107395092025399, -0.03342335298657417, 0.0515822097659111, 0.026436343789100647, 0.013596097007393837, -0.01140228658914566, -0.018499908968806267, 0.09107080847024918, 0.005129646044224501, 0.022380558773875237, -0.07285664230585098, 0.03963607922196388, -0.024924641475081444, -0.02542239800095558, 0.021587837487459183, 0.08354917168617249, -0.04704710468649864, 0.00540156802162528, -0.038751181215047836, -0.08377039432525635, 0.03436356037855148, 0.006258813664317131, 0.05091853439807892, -0.032335665076971054, -0.045461662113666534, -0.00708379689604044, 0.01015789806842804, -0.0018043634481728077, -0.03923049941658974, 0.02462967485189438, 0.040926557034254074, -0.02638103812932968, 0.000652151764370501, -0.04911186918616295, -0.022491170093417168, 0.018499908968806267, -0.07816603779792786, -0.03633614629507065, 0.02387382462620735, 0.07359406352043152, 0.04431866854429245, 0.031118931248784065, -0.0020785897504538298, -0.053573232144117355, -0.015817560255527496, -0.0093421321362257, -0.05080792307853699, -0.06393391638994217, -0.02700784057378769, 0.02306266687810421, 0.04660465568304062, 0.002640869002789259, 0.024463757872581482, 0.040299754589796066, 0.0025648230221122503, -0.03725791350007057, -0.031229544430971146, -0.037221044301986694, -0.03808750584721565, -0.015448853373527527, 0.04155335947871208, 0.016803855076432228, 0.03718417510390282, -0.0068810079246759415, -0.023855390027165413, -0.030897706747055054, -0.0021972674876451492, -0.011144191026687622, -0.01996552385389805, 0.06131609529256821, -0.06102112680673599, -0.005009816028177738, -0.006742742378264666, 0.03934111446142197, -0.03189321607351303, 0.020371101796627045, 0.02785586751997471, -0.007337283808737993, -0.03344178944826126, 0.04763703793287277, -0.0008681914769113064, 0.01731082797050476, -0.04100029915571213, 0.004728676285594702, -0.006678218487650156, -0.04575662687420845, 0.010010414756834507, -0.05818207934498787, -0.0059546297416090965, -0.022140897810459137, 0.01015789806842804, 0.0394517257809639, 0.03620709851384163, -0.07388902455568314, -0.01683150790631771, -0.010203986428678036, 0.01451786607503891, 0.02545926719903946, -0.06345459818840027, 0.03941485658288002, -0.01415837649255991, -0.02330232784152031, -0.04310193285346031, -0.009918238036334515, 0.0496649295091629, -0.031211107969284058, 0.01608487404882908, -0.0010859594913199544, -0.00422861659899354, -0.07573256641626358, -0.0016038785688579082, 0.04299132153391838, 0.025367090478539467, -0.023744776844978333, -0.016379840672016144, -0.0003911758540198207, -0.045092955231666565, 0.008111570030450821, -0.042106419801712036, 0.061352964490652084, -0.06839527934789658, -0.017541268840432167, 0.07565882056951523, -0.03336804732680321, 0.00480702705681324, 0.015430417843163013, -0.04372873529791832, -0.03346022590994835, -0.026473214849829674, -0.01319973636418581, -0.006950140465050936, -0.011918476782739162, 0.04483485966920853, -0.015817560255527496, -0.08664631098508835, 0.0021465702448040247, 0.07388902455568314, -0.018914705142378807, -0.003567247185856104, -0.021919673308730125, -0.00962327141314745, -0.05818207934498787, 0.04826384037733078, -0.007000837940722704, 0.04085281491279602, -0.03452947735786438, -0.015255281701683998, 0.045793499797582626, -0.03797689452767372, 0.03740539774298668, -0.023984437808394432, 0.006710480432957411, 0.01189082395285368, 0.025827975943684578, -0.014305859804153442, 0.03390267491340637, -0.024408450350165367, 0.03331274166703224, -0.012268749065697193, -0.029367569833993912, 0.046162206679582596, 0.057149697095155716, 0.006765786558389664, -0.004210181068629026, -0.018472256138920784, -0.008194529451429844, -0.029109474271535873, 0.0008445710991509259, -0.01874878816306591, 0.0021315915510058403, -0.03395798057317734, -0.14099383354187012, 0.06091051548719406, 0.041627101600170135, 0.0819268524646759, -0.007106841076165438, -0.01745831035077572, -0.00010794782429002225, -0.018785657361149788, -0.017117256298661232, 0.0134947020560503, -0.06032058224081993, -0.017338480800390244, -0.01887783594429493, -0.00660447683185339, 0.040078528225421906, 0.07130807638168335, -0.028279881924390793, 0.005055904388427734, 0.012923205271363258, 0.02925695665180683, 0.020500149577856064, 0.038050636649131775, 0.027026275172829628, -0.008106960915029049, -0.017255520448088646, 0.028832944110035896, 0.0007667968166060746, 0.024998383596539497, -0.013402525335550308, -0.002415035618469119, 0.05176656320691109, 0.03620709851384163, -0.015236846171319485, -0.012342491187155247, -0.02521960809826851, -0.012075177393853664, -0.02866702526807785, 0.009024121798574924, -0.04656778648495674, -0.0035395941231399775, 0.02269395999610424, 0.024039743468165398, 0.011107319965958595, 0.03344178944826126, 0.05670724809169769, -0.01608487404882908, -0.019264977425336838, -0.023818518966436386, -0.0012778026284649968, 0.04394996166229248, 0.03382893279194832, 0.02737654745578766, -0.04863254725933075, -0.020371101796627045, -0.03668641671538353, 0.07344657927751541, 0.009752319194376469, -0.028150834143161774, -0.027284370735287666, -0.015863649547100067, 0.0496649295091629, 0.011236367747187614, 0.023855390027165413, -0.06725228577852249, -0.00853558350354433, -0.006931704934686422, -0.013762015849351883, 0.07529011368751526, 0.027653079479932785, 0.004505147226154804, -0.008263661526143551 ]
10,398
fastapi.applications
patch
null
def patch( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.patch( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37b95a0>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.05750562250614166, -0.054920271039009094, -0.04136563837528229, -0.016103051602840424, -0.0227511003613472, -0.0514485128223896, -0.05901990085840225, 0.02679532952606678, -0.03881721943616867, 0.0227511003613472, 0.0437663234770298, -0.07486441731452942, 0.03468065336346626, -0.015041210688650608, -0.010627645067870617, 0.01795896515250206, 0.05222411826252937, -0.04672101140022278, 0.016961757093667984, -0.05141157656908035, 0.07220520079135895, -0.004995270166546106, 0.028291141614317894, 0.028974413871765137, 0.04856768995523453, 0.012021888047456741, 0.01023060828447342, 0.0028485043440014124, 0.0723159983754158, 0.007017384748905897, 0.015493647195398808, 0.00442972406744957, -0.04225204512476921, 0.043581653386354446, -0.03480992093682289, 0.018679169937968254, -0.013259164057672024, 0.014598007313907146, -0.04491126164793968, -0.0360841304063797, -0.00979663897305727, 0.03988829255104065, -0.022363297641277313, -0.03689667209982872, 0.044615793973207474, 0.0025761190336197615, -0.05975857377052307, 0.05595441162586212, 0.02073821984231472, 0.009311884641647339, 0.0059416936710476875, -0.04420952498912811, 0.00721128610894084, 0.009321118704974651, 0.023489773273468018, 0.019500942900776863, 0.008970249444246292, 0.05436626449227333, 0.04974956437945366, -0.04683181270956993, 0.0024099177680909634, 0.04686874523758888, -0.01831906847655773, 0.00989820621907711, 0.003818011377006769, -0.03274163976311684, 0.011975721456110477, 0.006943517830222845, -0.01698022522032261, -0.0361579991877079, -0.05591747909784317, 0.00683271698653698, -0.004088088404387236, -0.004953719675540924, 0.08406088501214981, 0.01080307923257351, 0.017312627285718918, -0.04136563837528229, 0.04328618571162224, 0.0190577395260334, 0.004268139600753784, -0.01931627467274666, -0.03305557742714882, -0.013323797844350338, -0.022547965869307518, -0.04483739659190178, 0.05565894395112991, -0.07464281469583511, 0.002723853336647153, 0.020184215158224106, -0.043581653386354446, -0.020424284040927887, -0.07290693372488022, -0.06474460661411285, 0.017247993499040604, -0.010793846100568771, 0.05215024948120117, -0.06537248194217682, 0.06492927670478821, 0.013277631253004074, 0.0024884017184376717, 0.008453179150819778, -0.03456985577940941, 0.01294522825628519, 0.06230699270963669, -0.016167685389518738, 0.002825420815497637, -0.016130750998854637, -0.012751326896250248, -0.024431578814983368, -0.005147621035575867, 0.035567060112953186, -0.046610210090875626, -0.024616247043013573, 0.0099813062697649, 0.039666689932346344, -0.0032501572277396917, -0.07578776031732559, 0.02908521331846714, 0.0017889714799821377, -0.029362216591835022, -0.02891901321709156, -0.012114222161471844, -0.013305331580340862, 0.01942707598209381, 0.07194666564464569, -0.012649759650230408, 0.021218355745077133, 0.015549047850072384, -0.04454192891716957, -0.05370146036148071, -0.0009129525278694928, 0.03488378971815109, 0.05998017266392708, 0.013056029565632343, 0.032501570880413055, -0.04457886144518852, -0.018586836755275726, 0.022714167833328247, 0.009108750149607658, -0.015761416405439377, 0.01819903403520584, 0.021772360429167747, -0.001042220159433782, 0.010239842347800732, -0.000001411159473718726, 0.04169803857803345, -0.04649940878152847, -0.034588322043418884, 0.07242679595947266, 0.01885460503399372, -0.015539813786745071, 0.02629672735929489, 0.01388703566044569, -0.02430231124162674, 0.036305733025074005, -0.010895413346588612, -0.03756147623062134, 0.032169170677661896, -0.07061704993247986, -0.016555488109588623, -0.05200251564383507, 0.08635076880455017, -0.05554814264178276, 0.03830014914274216, -0.03023015521466732, -0.03006395511329174, -0.030045486986637115, -0.03746914118528366, 0.03892802074551582, 0.019777946174144745, 0.029177548363804817, 0.005632374901324511, -0.015530580654740334, 0.0031647481955587864, 0.05093144252896309, 0.01575218327343464, -0.004926019348204136, -0.037893880158662796, 0.0059278435073792934, 0.035899464040994644, -0.0036910520866513252, -0.020922886207699776, 0.059093765914440155, -0.012972928583621979, 0.047755151987075806, -0.008328528143465519, -0.017977431416511536, -0.02049815095961094, 0.02450544759631157, 0.013268397189676762, -0.0073774876073002815, 0.12483558058738708, 0.018965406343340874, -0.07464281469583511, -0.03885415196418762, 0.001047990983352065, -0.03634266555309296, 0.08790197968482971, -0.0053876894526183605, 0.021458424627780914, -0.036712002009153366, 0.027829471975564957, 0.07142959535121918, 0.002527643460780382, 0.023748308420181274, 0.057542555034160614, -0.024080710485577583, -0.028198806568980217, -0.04912169277667999, -0.014108637347817421, 0.03305557742714882, 0.0031047312077134848, -0.04439419135451317, 0.022547965869307518, 0.04140257090330124, 0.04705341160297394, 0.008845598436892033, 0.00019548842101357877, -0.03342491388320923, 0.00693428423255682, 0.06038644537329674, -0.015105844475328922, -0.005124537739902735, -0.02360057272017002, 0.01848526857793331, 0.017534228041768074, 0.014921176247298717, -0.009972073137760162, -0.016592422500252724, 0.007155885919928551, -0.011366317048668861, 0.03276010602712631, -0.0797765851020813, -0.08900998532772064, -0.018032832071185112, -0.011347849853336811, 0.007599089294672012, -0.006112511735409498, -0.02888207882642746, 0.06533554941415787, 0.020147280767560005, 0.06522474437952042, 0.03826321288943291, 0.003430208656936884, -0.04446806013584137, -0.03178136795759201, -0.04945409670472145, 0.031725965440273285, -0.03473605588078499, 0.017451127991080284, -0.015170478262007236, -0.015068911015987396, 0.06504007428884506, 0.03735833987593651, -0.026130525395274162, 0.013554632663726807, -0.059056833386421204, 0.014477972872555256, 0.027589403092861176, -0.059500038623809814, -0.0029385299421846867, -0.025299519300460815, 0.011107781901955605, -0.030174754559993744, -0.035973332822322845, -0.0004905244568362832, 0.011772586964070797, -0.0083054443821311, 0.031725965440273285, 0.02912214770913124, -0.00967660453170538, -0.022307896986603737, 0.01705409213900566, 0.010442976839840412, 0.02504098415374756, 0.004570533521473408, -0.010876946151256561, 0.018928471952676773, -0.024985583499073982, 0.012612826190888882, -0.07493828237056732, 0.040146827697753906, 0.002557652071118355, 0.018503736704587936, 0.024634715169668198, -0.015355146490037441, 0.09713537991046906, -0.019279342144727707, -0.014127103611826897, 0.08398701995611191, 0.019002338871359825, 0.001543132122606039, -0.008600912988185883, 0.025170251727104187, 0.018873071298003197, -0.09765245020389557, -0.010064407251775265, 0.06053417921066284, -0.06570488214492798, -0.002723853336647153, -0.018946940079331398, 0.050008099526166916, -0.002363750711083412, 0.04830915480852127, -0.03281550854444504, 0.05547427386045456, -0.0026569112669676542, -0.06130978465080261, 0.10075487196445465, 0.012815960682928562, 0.02818034030497074, -0.08827131241559982, -0.07283306866884232, -0.019537877291440964, -0.0014115561498329043, 0.023822175338864326, 0.037820011377334595, -0.0032039901707321405, 0.005895526614040136, -0.01942707598209381, -0.006661898922175169, -0.04727501422166824, 0.030617957934737206, 0.02077515237033367, -0.0024860932026058435, 0.06334113329648972, 0.014044003561139107, 0.009455002844333649, -0.025133317336440086, -0.022769566625356674, -0.026499861851334572, -0.00806075893342495, -0.0274970680475235, 0.008868682198226452, -0.03951895609498024, 0.015041210688650608, -0.07113412022590637, 0.0067819333635270596, 0.04779208451509476, 0.025558054447174072, -0.01841140165925026, 0.013526932336390018, 0.006800400093197823, -0.04952796548604965, 0.04904782772064209, 0.07305467128753662, 0.06747769564390182, 0.03833708167076111, 0.0028669710736721754, 0.000004526530574366916, -0.007497521582990885, -0.000965467537753284, 0.06906583905220032, -0.006454147398471832, -0.03582559525966644, -0.026813797652721405, -0.007996125146746635, 0.027921805158257484, -0.049232494086027145, -0.04827222228050232, -0.03881721943616867, 0.00585859315469861, 0.02511485107243061, 0.003111656289547682, -0.025022517889738083, -0.04457886144518852, -0.0014831150183454156, -0.03554859384894371, -0.027718670666217804, -0.005590824410319328, 0.008716330863535404, -0.03962975740432739, -0.022160163149237633, 0.016130750998854637, 0.001492348499596119, -0.05181784927845001, 0.010009006597101688, -0.04631473869085312, 0.04136563837528229, 0.027257001027464867, -0.05477253720164299, 0.025558054447174072, -0.05769028887152672, 0.02134762331843376, -0.005900143180042505, 0.05842896178364754, -0.05126384273171425, -0.017561929300427437, -0.00675884960219264, 0.04099630191922188, -0.05935230106115341, -0.019260874018073082, 0.004291223362088203, -0.007045085076242685, -0.012779027223587036, 0.004732117988169193, -0.007552922237664461, -0.021624624729156494, -0.03240923956036568, 0.04675794392824173, 0.011763352900743484, 0.04952796548604965, 0.017358794808387756, 0.020590484142303467, 0.017894331365823746, 0.02077515237033367, 0.06718222796916962, -0.0266291294246912, 0.061014313250780106, -0.00026517175137996674, 0.023471305146813393, -0.01877150498330593, -0.028235740959644318, -0.00623716227710247, 0.05961083993315697, -0.04638860747218132, 0.022843435406684875, -0.004579767119139433, 0.009021032601594925, 0.05624987930059433, 0.0022968086414039135, 0.021790826693177223, 0.0323907695710659, 0.0029569966718554497, 0.008296211250126362, 0.02336050570011139, 0.013056029565632343, -0.002698461525142193, 0.022326363250613213, 0.061826854944229126, -0.047681283205747604, -0.04092243313789368, 0.011763352900743484, 0.01122781541198492, 0.006684982683509588, 0.012852894142270088, 0.011107781901955605, 0.000946423620916903, 0.013545399531722069, 0.023877575993537903, 0.02978695183992386, 0.001022599171847105, -0.05322132632136345, 0.0037002854514867067, -0.023785240948200226, -0.010396809317171574, -0.02908521331846714, 0.06943517923355103, -0.0256873220205307, 0.0911521390080452, 0.03508692607283592, 0.024265378713607788, 0.07527069002389908, -0.06758849322795868, -0.039371222257614136, 0.020147280767560005, -0.013305331580340862, -0.05285198986530304, -0.022806501016020775, 0.034459054470062256, -0.02511485107243061, 0.009491936303675175, 0.006301796529442072, 0.012381991371512413, 0.026278259232640266, 0.017497295513749123, -0.010433743707835674, -0.03826321288943291, -0.0474596805870533, 0.028438875451683998, -0.07135572284460068, -0.017275692895054817, 0.07578776031732559, -0.012437391094863415, 0.017728129401803017, -0.008273127488791943, -0.009907439351081848, -0.04952796548604965, -0.006629582028836012, 0.03143049776554108, -0.04520673304796219, 0.0011172415688633919, -0.014671874232590199, 0.03750607743859291, -0.05200251564383507, 0.0008800585637800395, 0.02389604225754738, -0.003818011377006769, -0.0313381627202034, 0.0016146909911185503, 0.01595531776547432, -0.009953606873750687, -0.031245829537510872, -0.02921448089182377, 0.007299003656953573, -0.021532291546463966, -0.035290058702230453, -0.021052155643701553, -0.022344831377267838, 0.004958336241543293, -0.05015583708882332, 0.07881630957126617, -0.03298170864582062, 0.024486979469656944, -0.012058821506798267, 0.026721462607383728, -0.04457886144518852, -0.011864920146763325, 0.0003601026546675712, -0.06777316331863403, 0.015936849638819695, -0.0003898226423189044, 0.030433289706707, -0.01955634355545044, 0.029103681445121765, 0.012178855948150158, 0.03237230330705643, -0.006052494514733553, -0.009648904204368591, 0.041993509978055954, -0.011892620474100113, 0.05370146036148071, -0.01722029410302639, 0.008790197782218456, -0.02319430373609066, 0.01660165563225746, -0.04409872367978096, 0.06577874720096588, -0.017700430005788803, -0.02029501646757126, 0.0455760695040226, -0.02921448089182377, 0.037284474819898605, 0.06256552785634995, -0.010627645067870617, -0.059500038623809814, -0.021218355745077133, -0.07120799273252487, -0.018965406343340874, -0.02941761538386345, 0.08088459074497223, -0.06707142293453217, 0.020756686106324196, -0.06075577810406685, -0.0550680048763752, -0.0008009975426830351, -0.024523913860321045, -0.0058862934820353985, -0.04989729821681976, -0.06987837702035904, -0.026536794379353523, -0.016620121896266937, 0.011781820096075535, -0.08516889065504074, 0.016343120485544205, 0.051116108894348145, -0.04638860747218132, 0.012889827601611614, -0.006338729988783598, -0.022843435406684875, 0.025631921365857124, 0.03039635717868805, -0.03407125174999237, 0.031153496354818344, 0.07486441731452942, 0.05510493740439415, 0.03628726676106453, 0.003474067198112607, -0.029029812663793564, -0.002204474527388811, 0.015807582065463066, -0.007797607220709324, -0.02577965520322323, 0.023378971964120865, 0.019002338871359825, 0.0436924546957016, -0.012206556275486946, -0.005507723893970251, 0.019205475226044655, 0.005775492638349533, -0.018512969836592674, -0.007442121393978596, -0.08250967413187027, -0.03641653433442116, -0.027275467291474342, 0.009274951182305813, 0.05787495896220207, 0.04018376022577286, 0.017580395564436913, -0.05968470498919487, -0.011033914051949978, 0.01620461978018284, -0.045871537178754807, -0.01819903403520584, 0.07190972566604614, -0.08435635268688202, -0.006435680668801069, -0.02601972408592701, 0.039038822054862976, 0.0016389286611229181, -0.0031324313022196293, 0.006744999438524246, -0.009131833910942078, -0.04265831410884857, 0.011606385000050068, -0.0083054443821311, 0.018716104328632355, -0.015696782618761063, -0.004420490935444832, 0.0016943290829658508, -0.023859107866883278, 0.03545625880360603, -0.043581653386354446, 0.013166829943656921, -0.03632419928908348, -0.018254434689879417, 0.0949193611741066, 0.035603996366262436, -0.0760832279920578, -0.017312627285718918, -0.04668407514691353, -0.012834427878260612, 0.011864920146763325, -0.03453291952610016, 0.06777316331863403, -0.009824339300394058, -0.032169170677661896, -0.023582106456160545, -0.03697053715586662, 0.025336453691124916, 0.045428335666656494, -0.018051300197839737, 0.0008217727299779654, 0.030858026817440987, -0.08280514180660248, 0.0032409238629043102, 0.0007150114979594946, 0.027681736275553703, 0.012889827601611614, 0.009178000502288342, -0.010793846100568771, -0.030174754559993744, 0.0056739249266684055, -0.0701369121670723, 0.05222411826252937, -0.033406443893909454, -0.054144665598869324, 0.06899197399616241, -0.024394646286964417, -0.05244571715593338, 0.03407125174999237, -0.05828122794628143, -0.018873071298003197, -0.019168540835380554, 0.02577965520322323, -0.007289770059287548, -0.009685837663710117, 0.009436535649001598, -0.002716928254812956, -0.06566794961690903, -0.007391337770968676, 0.05846589803695679, -0.006717299576848745, 0.012104989029467106, 0.007894557900726795, 0.037820011377334595, -0.06319339573383331, 0.0834699496626854, -0.03619493171572685, -0.003208606969565153, -0.021089088171720505, -0.007760673761367798, 0.04912169277667999, -0.04402485862374306, -0.032261501997709274, -0.001637774519622326, -0.006592648569494486, 0.011661785654723644, 0.03678587079048157, -0.008817898109555244, 0.021329157054424286, -0.03940815478563309, 0.03756147623062134, -0.010664578527212143, 0.023175837472081184, 0.048900093883275986, 0.05141157656908035, -0.01750652864575386, -0.009732005186378956, 0.005424623377621174, -0.015188944526016712, -0.002375292358919978, -0.026887664571404457, -0.030876493081450462, -0.002585352398455143, -0.06566794961690903, -0.0763048306107521, 0.016712456941604614, 0.03161516413092613, 0.03948202356696129, 0.020627418532967567, -0.02511485107243061, 0.02306503616273403, 0.0015073526883497834, 0.032833974808454514, -0.020756686106324196, -0.05181784927845001, -0.02515178546309471, -0.04409872367978096, -0.016758622601628304, 0.05769028887152672, 0.07645256072282791, -0.05894603207707405, 0.06278713047504425, 0.006167911924421787, -0.004339698702096939, -0.022104762494564056, 0.04819835349917412, 0.025594988837838173, -0.03432978689670563, 0.010618411004543304, 0.011791053228080273, 0.013369965367019176, 0.010738445445895195, -0.06016484275460243, 0.03237230330705643, 0.05462479963898659, 0.02450544759631157, 0.0034763754811137915, 0.039334289729595184, 0.03639806807041168, -0.017451127991080284, -0.05107917636632919, 0.05107917636632919, -0.04480046406388283, -0.03830014914274216, -0.0005251496913842857, 0.02053508348762989, 0.0014992734650149941, 0.01808823272585869, -0.01080307923257351, -0.02642599493265152, -0.02430231124162674, -0.02070128545165062, 0.013268397189676762, 0.036508869379758835, 0.06415367126464844, 0.016795556992292404, -0.04683181270956993, 0.011089314706623554, -0.010406043380498886, 0.011117015033960342, 0.009159534238278866, 0.015004277229309082, -0.050008099526166916, 0.017524994909763336, 0.05026663467288017, 0.07541842013597488, 0.05244571715593338, -0.018873071298003197, -0.005119921173900366, 0.009990540333092213, -0.016343120485544205, 0.022363297641277313, 0.04701647907495499, -0.02646292746067047, 0.03100576065480709 ]
10,399
fastapi.applications
post
null
def post( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.post( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37ba020>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.020675700157880783, -0.03972010686993599, -0.04984930530190468, -0.04882500320672989, -0.01103020180016756, -0.0218327809125185, -0.06695891916751862, 0.023027798160910606, -0.04154108837246895, -0.0040734922513365746, 0.07484982907772064, 0.0006721973768435419, 0.0618753544986248, -0.049318183213472366, 0.021225787699222565, 0.004488429054617882, 0.0675659105181694, -0.0038909201975911856, 0.01875987835228443, -0.03789912909269333, 0.054781123995780945, 0.0030231098644435406, 0.01565852388739586, 0.01200708094984293, 0.06123042479157448, 0.007103715557605028, -0.00907170120626688, -0.01616119034588337, 0.026802536100149155, 0.05686766281723976, -0.0012092440156266093, -0.004704196006059647, -0.016085315495729446, 0.04347587749361992, -0.002110249362885952, 0.05629860609769821, -0.03277762606739998, 0.013410752639174461, -0.07534301280975342, -0.03182919695973396, -0.012291609309613705, 0.008976858109235764, -0.04415874555706978, -0.019423777237534523, 0.05622272938489914, -0.009517461061477661, -0.04503129795193672, 0.026214512065052986, 0.003027851926162839, 0.001460577012039721, 0.00203437521122396, -0.03926486149430275, 0.0035945370327681303, 0.0037202034145593643, -0.002263183007016778, 0.02092229202389717, 0.007302884943783283, 0.03763356804847717, 0.01568697579205036, -0.04279300943017006, 0.006809703074395657, 0.09613252431154251, 0.017650220543146133, 0.027675088495016098, -0.010442176833748817, 0.026764599606394768, -0.010252491571009159, -0.0011078808456659317, 0.0058849873021245, -0.019110796973109245, -0.043627623468637466, -0.013657343573868275, 0.016673339530825615, -0.002458796137943864, 0.11054860800504684, 0.00020494907221291214, 0.03687482699751854, -0.030994582921266556, 0.02253461629152298, 0.014558348804712296, -0.01558264996856451, -0.04131346568465233, -0.05599510669708252, -0.02412797324359417, -0.007023099344223738, -0.024298690259456635, -0.017384659498929977, -0.026480071246623993, -0.039758045226335526, 0.02390035055577755, -0.037937063723802567, -0.04950787127017975, -0.08065420389175415, -0.009285097010433674, -0.027466434985399246, -0.023464074358344078, 0.043627623468637466, -0.03425716981291771, 0.045220982283353806, 0.010261976160109043, -0.01850380375981331, 0.0334225557744503, -0.06293759495019913, 0.023539949208498, 0.05777814984321594, -0.009702404029667377, -0.014036714099347591, 0.02547474019229412, -0.018522772938013077, -0.01757434569299221, -0.00876346230506897, 0.035793621093034744, -0.0032839272171258926, -0.010935358703136444, -0.03084283322095871, 0.023520980030298233, 0.03004615567624569, -0.02809239737689495, -0.0478007011115551, -0.016806120052933693, -0.011125043965876102, -0.051935844123363495, -0.00717010535299778, -0.028073428198695183, 0.013002929277718067, 0.06130629777908325, -0.0011434468906372786, 0.024317659437656403, -0.03655236214399338, -0.029894407838582993, -0.02479187212884426, 0.00765380309894681, 0.053301576524972916, 0.07124581187963486, -0.011788942851126194, 0.0630134642124176, -0.044879548251628876, 0.03217063099145889, -0.021700002253055573, 0.022819144651293755, 0.025645455345511436, 0.017953716218471527, -0.0019478312460705638, -0.005742723122239113, 0.027713026851415634, 0.0044457498006522655, -0.0028500219341367483, -0.054667312651872635, -0.01957552507519722, 0.08239930868148804, 0.011561321094632149, -0.036457519978284836, 0.051708221435546875, 0.033726051449775696, -0.007748645730316639, -0.00959333498030901, 0.020960228517651558, -0.041123777627944946, 0.007919362746179104, -0.011371634900569916, -0.0031369212083518505, -0.04358968883752823, 0.08201993256807327, -0.041351400315761566, 0.043513812124729156, -0.0413893386721611, -0.018579678609967232, 0.007359790615737438, -0.01855122484266758, 0.01791577972471714, 0.008123273961246014, 0.01752692461013794, -0.023369232192635536, -0.029496068134903908, -0.06638986617326736, -0.0019193784100934863, 0.03915105015039444, 0.0058091129176318645, -0.04400699585676193, -0.009759309701621532, 0.013581469655036926, -0.02979956567287445, 0.005913440138101578, 0.011523383669555187, -0.018086496740579605, 0.032701749354600906, 0.026005858555436134, -0.017327753826975822, -0.006131578236818314, 0.06096486374735832, 0.036704111844301224, 0.01946171373128891, 0.113811194896698, -0.005093051120638847, -0.026423165574669838, -0.048180073499679565, -0.007374017033725977, -0.02558854967355728, 0.11244545876979828, -0.015326574444770813, 0.017157038673758507, -0.007004130631685257, 0.02959091030061245, 0.04173077270388603, 0.013790123164653778, 0.01086896937340498, 0.018797816708683968, -0.02308470383286476, -0.05299808084964752, -0.09013846516609192, 0.0015352655900642276, 0.01212089229375124, -0.03376398980617523, 0.01716652140021324, -0.0014688757946714759, -0.00017145775200333446, 0.05861276760697365, -0.029647815972566605, 0.03469344601035118, -0.05072185769677162, 0.03129807859659195, 0.059902627021074295, -0.015042046085000038, -0.002458796137943864, 0.009721373207867146, -0.005742723122239113, 0.03273968771100044, -0.0007047995459288359, -0.00842202827334404, -0.0379750020802021, -0.04700402542948723, -0.007739161141216755, 0.004028442315757275, -0.05345332622528076, -0.08930385112762451, -0.028832169249653816, -0.0031108392868191004, -0.031146330758929253, -0.019243575632572174, -0.03937867283821106, 0.0759500041604042, -0.010593925602734089, 0.031203236430883408, -0.015943052247166634, -0.019518619403243065, -0.014093619771301746, -0.028130333870649338, -0.020846417173743248, -0.0045548188500106335, -0.055577799677848816, 0.029837502166628838, -0.028642484918236732, 0.006250131409615278, 0.007805551402270794, 0.055805422365665436, -0.00054267788073048, 0.015345542691648006, -0.05337744951248169, 0.03251206502318382, 0.006762281991541386, -0.028870107606053352, 0.005149956792593002, -0.03175332397222519, 0.0341433584690094, -0.050911542028188705, -0.027371592819690704, -0.010508567094802856, -0.019518619403243065, -0.02037220448255539, -0.01750795543193817, 0.06506206840276718, 0.008635424077510834, -0.017147554084658623, -0.03516766056418419, -0.020751575008034706, 0.0002769702114164829, 0.01859864592552185, -0.02970472164452076, 0.005704786162823439, -0.02285708114504814, -0.015620586462318897, -0.10068497061729431, 0.053908571600914, -0.00010069623385788873, 0.02742849849164486, 0.03803190961480141, 0.017327753826975822, 0.08717937767505646, -0.006131578236818314, -0.02594895288348198, 0.05406031757593155, 0.039416611194610596, 0.04882500320672989, 0.016199126839637756, -0.007862457074224949, -0.010897422209382057, -0.08414441347122192, 0.0018150514224544168, 0.06225472316145897, -0.07295297831296921, -0.025190211832523346, -0.0027646636590361595, 0.06157185882329941, -0.027826838195323944, -0.006643728353083134, -0.0409720316529274, 0.049545805901288986, -0.009631272405385971, -0.07799860835075378, 0.03638164699077606, -0.04472779855132103, 0.04905262589454651, -0.07382553070783615, -0.032929372042417526, -0.04286888241767883, -0.012614074163138866, 0.04267919808626175, 0.03558496758341789, 0.020523952320218086, 0.002282151486724615, 0.009014795534312725, 0.0034451596438884735, -0.06005437299609184, -0.012310577556490898, 0.041920457035303116, 0.011219887062907219, 0.018380507826805115, -0.025304023176431656, 0.015857692807912827, -0.0066057913936674595, 0.006852382328361273, -0.025797205045819283, -0.03653339296579361, 0.011703584343194962, -0.014577317051589489, -0.08384091407060623, 0.037386976182460785, -0.03596433624625206, -0.006031993310898542, 0.03598330542445183, -0.04017535224556923, 0.005932408384978771, 0.018427928909659386, 0.002788374200463295, -0.013903934508562088, 0.037595633417367935, 0.04996311664581299, 0.05667797476053238, 0.04586591199040413, 0.005311189219355583, -0.02549370750784874, 0.03888549283146858, 0.007999978959560394, 0.06054755672812462, 0.022572554647922516, -0.07659493386745453, -0.01512740459293127, -0.002847651019692421, 0.007615865673869848, -0.032018885016441345, -0.04241364076733589, -0.017726093530654907, -0.024943619966506958, 0.0364195816218853, 0.04059265926480293, -0.027921680361032486, -0.017318271100521088, -0.004758730530738831, -0.026366259902715683, -0.005951377097517252, 0.01905389130115509, -0.030349653214216232, -0.03494003787636757, 0.0371972918510437, 0.0080711105838418, 0.052732519805431366, -0.020618794485926628, -0.021681033074855804, -0.04472779855132103, 0.02754230983555317, -0.006302294787019491, -0.059333570301532745, 0.006311779376119375, -0.07636731117963791, 0.08664825558662415, -0.006359200458973646, 0.06198916584253311, -0.02583514153957367, -0.029306383803486824, 0.0037794802337884903, 0.03583155944943428, -0.06134423613548279, -0.04484160989522934, 0.01618015766143799, 0.014197946526110172, -0.029780596494674683, -0.032948341220617294, -0.00014715432189404964, -0.020789511501789093, 0.012329545803368092, 0.034883130341768265, -0.0008642537868581712, 0.014823907986283302, 0.02558854967355728, 0.0021185479126870632, 0.04890087619423866, -0.004315341357141733, 0.06308934092521667, -0.007852972485125065, 0.049090564250946045, 0.03956836089491844, 0.01115349680185318, -0.022022467106580734, -0.015611102804541588, -0.01907286047935486, 0.08520665019750595, -0.03706451132893562, 0.07875734567642212, -0.0029472357127815485, -0.05106329172849655, 0.04423461854457855, 0.037937063723802567, 0.04290682077407837, 0.035319406539201736, -0.003914630971848965, 0.031924039125442505, 0.020618794485926628, 0.0356987789273262, 0.02776993252336979, -0.007502054795622826, 0.06703479588031769, -0.04450017586350441, -0.034295108169317245, -0.004917592275887728, 0.007302884943783283, 0.026574913412332535, -0.004303485620766878, -0.009692920371890068, 0.028301050886511803, 0.011456993408501148, 0.0020225197076797485, 0.0330052450299263, -0.006150546949356794, -0.06513793766498566, 0.026916347444057465, -0.016151705756783485, -0.0048701707273721695, -0.03937867283821106, 0.06688304990530014, -0.037140388041734695, 0.0793643444776535, 0.025873078033328056, 0.0455244779586792, 0.06821084022521973, -0.07579825818538666, -0.06627605110406876, 0.0013420237228274345, -0.061382170766592026, -0.049887239933013916, -0.02558854967355728, 0.07845385372638702, -0.04370350018143654, 0.00927561242133379, 0.03433304280042648, 0.01875987835228443, 0.06236853450536728, 0.01632242277264595, 0.0039051466155797243, -0.013069318607449532, -0.047952450811862946, -0.009199738502502441, -0.02333129569888115, -0.041237588971853256, 0.06623811274766922, -0.003824530402198434, 0.008692329749464989, 0.013676311820745468, -0.036002274602651596, -0.0409720316529274, -0.03357430174946785, 0.09878811985254288, -0.04836975783109665, 0.013799607753753662, -0.018058042973279953, 0.030008219182491302, -0.01353404764086008, 0.014994625002145767, 0.01991695910692215, 0.0037771090865135193, -0.028623515740036964, 0.0326448455452919, -0.02606276422739029, 0.003015996655449271, 0.008635424077510834, -0.03934073820710182, 0.0005702415364794433, -0.022553585469722748, -0.053301576524972916, -0.039758045226335526, -0.06016818434000015, 0.02114991471171379, -0.050911542028188705, 0.06665542721748352, -0.026555946096777916, 0.006093641277402639, 0.024488376453518867, 0.030539337545633316, -0.018465867266058922, -0.03583155944943428, -0.024621155112981796, -0.0751153901219368, -0.012149345129728317, -0.039871856570243835, 0.02333129569888115, 0.011618225835263729, 0.06589668244123459, 0.02331232652068138, -0.001683457288891077, -0.0191677026450634, -0.014008261263370514, 0.037386976182460785, 0.040896154940128326, 0.038847554475069046, 0.0011173650855198503, -0.01634139008820057, 0.0022430289536714554, -0.011523383669555187, -0.02308470383286476, 0.07173898816108704, 0.051139164716005325, -0.006463527679443359, 0.002175453584641218, -0.029875438660383224, 0.04639703035354614, 0.06335490196943283, -0.012177797965705395, -0.06874196231365204, 0.0029377515893429518, 0.005462937522679567, -0.035224564373493195, 0.00799049437046051, 0.040896154940128326, -0.0830821767449379, -0.0029330092947930098, -0.052163463085889816, -0.03469344601035118, 0.03706451132893562, -0.010385272093117237, -0.0008618826977908611, -0.03213269263505936, -0.047724828124046326, -0.026783568784594536, -0.0015483064344152808, 0.026688724756240845, -0.02832002006471157, 0.06802115589380264, 0.042034268379211426, -0.039075177162885666, 0.05060804635286331, -0.036931734532117844, -0.021889686584472656, 0.02708706445991993, -0.019110796973109245, 0.0033028956968337297, 0.008948405273258686, 0.04958374425768852, 0.03945454955101013, 0.0019478312460705638, 0.029401225969195366, -0.025436801835894585, -0.020220456644892693, -0.008066368289291859, 0.0016988691641017795, -0.04218601807951927, 0.02720087580382824, 0.03061521239578724, 0.02979956567287445, -0.01320209912955761, 0.0015791303012520075, 0.003995247185230255, 0.026366259902715683, 0.00676702382043004, -0.04051678627729416, -0.08330979198217392, -0.04563828930258751, -0.015051530674099922, 0.026005858555436134, 0.020315298810601234, 0.031222205609083176, -0.03968217223882675, -0.033498428761959076, -0.01086896937340498, 0.010840516537427902, -0.009199738502502441, -0.019973864778876305, 0.06593462079763412, -0.06327902525663376, -0.009398908354341984, -0.017896810546517372, 0.018067527562379837, 0.03175332397222519, 0.01791577972471714, -0.009873121045529842, -0.02649904042482376, -0.0023568402975797653, 0.020561888813972473, -0.026783568784594536, 0.01968933641910553, -0.004540592432022095, 0.0024007048923522234, -0.003509178524836898, -0.027257781475782394, -0.008336669765412807, -0.03877168148756027, -0.02310367301106453, -0.053984444588422775, -0.016587981954216957, 0.04677640274167061, 0.046928148716688156, -0.05447762459516525, 0.024393532425165176, -0.06289965659379959, -0.009683435782790184, 0.023919319733977318, -0.040440913289785385, 0.09385629743337631, -0.0187788475304842, -0.02911669760942459, -0.03302421420812607, -0.059902627021074295, 0.00503140315413475, 0.05425000190734863, -0.00594663480296731, -0.007222268730401993, 0.043627623468637466, -0.04734545573592186, 0.02069466933608055, 0.0076632872223854065, 0.07913672178983688, -0.02410900592803955, -0.016189642250537872, 0.0006716045900247991, -0.041579023003578186, 0.009740341454744339, -0.041806645691394806, 0.06741416454315186, -0.0318671353161335, -0.04347587749361992, 0.05895419791340828, -0.014548864215612411, -0.04302063211798668, 0.027049127966165543, -0.040251225233078, -0.029666785150766373, 0.0170716792345047, 0.024734966456890106, -0.009270870126783848, -0.0022999346256256104, -0.00562891224399209, -0.0008672176045365632, -0.03435201197862625, -0.026214512065052986, 0.08862098306417465, -0.016265517100691795, -0.01757434569299221, 0.0015850580530241132, 0.01968933641910553, -0.09795350581407547, 0.0244694072753191, -0.03002718649804592, -0.017081163823604584, -0.044082868844270706, 0.032834529876708984, 0.04176870733499527, -0.00915231741964817, 0.011589773930609226, 0.0006224049720913172, 0.022496679797768593, -0.0034499019384384155, 0.030084092170000076, -0.014672160148620605, 0.028414862230420113, -0.007445149123668671, 0.008863046765327454, -0.013259004801511765, 0.0000687979772919789, 0.043627623468637466, 0.04347587749361992, 0.005676333326846361, -0.028509704396128654, 0.01114401314407587, -0.0459417849779129, 0.017555376514792442, -0.008251311257481575, -0.06270997226238251, 0.028945980593562126, -0.06399983167648315, -0.05542605370283127, 0.008009462617337704, 0.019262544810771942, 0.05322570353746414, -0.007999978959560394, 0.005315931513905525, 0.05428794026374817, -0.003995247185230255, 0.055463988333940506, 0.013325394131243229, -0.045220982283353806, 0.022553585469722748, -0.051708221435546875, -0.017555376514792442, 0.03979597985744476, 0.08095769584178925, -0.011807912029325962, 0.007521023042500019, 0.0018435042584314942, -0.008355638943612576, 0.044993359595537186, -0.002684047445654869, 0.004260806832462549, -0.028718357905745506, -0.017289817333221436, 0.050570107996463776, -0.005510358605533838, 0.007004130631685257, -0.06085105240345001, 0.03789912909269333, 0.048066262155771255, 0.06582080572843552, -0.02515227347612381, 0.03448479250073433, 0.05167028307914734, -0.014662675559520721, -0.05083566904067993, 0.016075830906629562, -0.04616940766572952, 0.039644233882427216, 0.017877841368317604, 0.032948341220617294, 0.006838155910372734, 0.0018043817253783345, -0.006804961245507002, -0.010574957355856895, -0.06418951600790024, -0.008113790303468704, 0.015184310264885426, 0.05117709934711456, 0.026878410950303078, 0.005453452933579683, -0.07644318789243698, 0.023805508390069008, -0.019973864778876305, 0.018020106479525566, -0.0026911606546491385, 0.0009259015205316246, -0.03848715126514435, 0.052618708461523056, 0.032265473157167435, 0.053643010556697845, -0.011438025161623955, -0.01944274641573429, -0.042261891067028046, -0.0026318838354200125, -0.03689379617571831, 0.027485404163599014, 0.061609793454408646, 0.01461525447666645, 0.025664424523711205 ]
10,400
fastapi.applications
put
null
def put( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.put( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37ba080>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.004425767809152603, -0.04959847778081894, -0.09180200099945068, -0.052100811153650284, 0.011101767420768738, -0.02618112415075302, -0.04590100049972534, 0.033986907452344894, -0.046946752816438675, 0.010336128063499928, 0.05415496230125427, -0.05986924469470978, 0.04347336292266846, -0.02481791190803051, 0.0038468698039650917, 0.042166173458099365, 0.0856768861413002, -0.05740426108241081, 0.01654527522623539, -0.058450013399124146, 0.07585429400205612, -0.011092430911958218, 0.015630243346095085, 0.00329831731505692, 0.06128847971558571, 0.0011111104395240545, 0.03742294758558273, -0.012903820723295212, 0.02987860143184662, 0.007992525584995747, 0.025396810844540596, -0.0003699811059050262, -0.024313710629940033, 0.04780576005578041, 0.004056953825056553, 0.0213258508592844, 0.003139587352052331, 0.003398690838366747, -0.025303440168499947, -0.02621847204864025, -0.009813252836465836, 0.028646107763051987, -0.042203523218631744, -0.045191384851932526, 0.07469650357961655, 0.026816044002771378, -0.05012135207653046, 0.04556486755609512, 0.032287564128637314, -0.009444438852369785, -0.014836592599749565, -0.080149345099926, 0.001908262143842876, 0.0039239004254341125, -0.012110169976949692, 0.022446298971772194, 0.015322119928896427, 0.0529971681535244, 0.033968232572078705, -0.03172734007239342, 0.010130712762475014, 0.05437905341386795, 0.0005981556023471057, 0.030793633311986923, -0.000810573750641197, 0.012315585277974606, -0.015424828045070171, 0.012754427269101143, -0.007035476621240377, -0.009472450241446495, -0.030830981209874153, -0.01235293410718441, 0.007254897616803646, -0.006293180398643017, 0.05086831748485565, 0.007161526940762997, -0.0036391201429069042, -0.02328663505613804, 0.03813256323337555, 0.008118576370179653, 0.038991574198007584, -0.03170866519212723, -0.03168999031186104, -0.06606905907392502, -0.03340801224112511, -0.02662930265069008, 0.03155927360057831, -0.07585429400205612, -0.03450978547334671, 0.007656391244381666, -0.04582630470395088, -0.020317448303103447, -0.07301583141088486, -0.037124160677194595, 0.020653583109378815, -0.011568620800971985, 0.036806702613830566, -0.13228750228881836, 0.05587298423051834, 0.010158724151551723, -0.009635848924517632, 0.025863664224743843, -0.0020844992250204086, 0.030718935653567314, 0.06110173836350441, -0.01650792732834816, -0.012997191399335861, -0.012829123996198177, -0.013613437302410603, -0.021008390933275223, 0.021755356341600418, 0.04974786937236786, -0.05340799689292908, -0.024332385510206223, -0.0025630237068980932, 0.025284765288233757, 0.01828196831047535, -0.03958914428949356, -0.01996264047920704, -0.019084956496953964, -0.017787104472517967, -0.05228755250573158, -0.02623714692890644, -0.02489260956645012, 0.046984098851680756, 0.07376279681921005, -0.00030374631751328707, 0.04436972364783287, -0.03279176354408264, -0.04309988021850586, -0.0279738400131464, -0.025210069492459297, 0.061886049807071686, 0.07185803353786469, 0.025583552196621895, 0.02801118791103363, -0.04825393855571747, -0.015686266124248505, -0.02666665054857731, 0.020466841757297516, 0.010028005577623844, 0.014481783844530582, -0.004283377435058355, -0.029075613245368004, 0.05874880030751228, 0.014154987409710884, 0.028571411967277527, -0.0753314197063446, -0.01962650567293167, 0.04735758155584335, -0.0005756882601417601, -0.035294096916913986, 0.050158701837062836, 0.04746962711215019, -0.03635852038860321, 0.008697474375367165, 0.025359462946653366, -0.03973853960633278, 0.011503261514008045, -0.0491129495203495, -0.002654060022905469, -0.0529971681535244, 0.05904758349061012, -0.05053218454122543, 0.038655441254377365, -0.041979432106018066, -0.05269838124513626, 0.028534064069390297, -0.035518188029527664, 0.025714270770549774, 0.008837529458105564, 0.006405225023627281, -0.019234349951148033, -0.01732025109231472, -0.0033169914968311787, 0.027357593178749084, 0.02147524431347847, -0.010177398100495338, -0.002161530079320073, 0.001348038436844945, 0.021699333563447, -0.020261425524950027, -0.017105499282479286, 0.030756285414099693, -0.02494863234460354, 0.05083096772432327, 0.006120444741100073, 0.0058730123564600945, 0.006848735269159079, 0.05579828843474388, 0.02987860143184662, -0.01562090590596199, 0.10158724337816238, 0.0003673550672829151, -0.037478968501091, -0.030868329107761383, -0.0009097800357267261, -0.032324910163879395, 0.08059752732515335, 0.027693727985024452, 0.00779644725844264, 0.004439773503690958, 0.04104572907090187, 0.07577960193157196, 0.03671333193778992, 0.014612503349781036, 0.04507933929562569, -0.025490181520581245, -0.032175518572330475, -0.03316524624824524, -0.016209140419960022, 0.019084956496953964, -0.04687205329537392, -0.03798317164182663, 0.023417353630065918, 0.03348270803689957, 0.043846845626831055, 0.00489728944376111, 0.03335198760032654, -0.015182063914835453, 0.03910361975431442, 0.05426700785756111, -0.00029659763094969094, -0.01226889993995428, 0.007600368931889534, -0.016125107184052467, 0.02323061227798462, -0.003221286693587899, -0.02300652302801609, -0.007997194305062294, -0.017460307106375694, 0.022072816267609596, 0.019421091303229332, -0.059943944215774536, -0.09792711585760117, -0.012166192755103111, -0.02149391919374466, -0.0009512132382951677, -0.01968252845108509, -0.0651726946234703, 0.07099902629852295, -0.004344068467617035, 0.014640514738857746, 0.011802047491073608, -0.024425756186246872, -0.038692787289619446, -0.045527517795562744, -0.014780569821596146, 0.0036087746266275644, -0.04145655781030655, 0.030420150607824326, -0.012642382644116879, -0.02143789641559124, 0.029318377375602722, 0.05251163989305496, -0.03591034188866615, 0.009878612123429775, -0.07353870570659637, 0.011802047491073608, 0.01654527522623539, -0.06569557636976242, -0.00988794956356287, -0.0021125103812664747, 0.010140050202608109, -0.05254898965358734, -0.03135385736823082, 0.019290370866656303, 0.002153360052034259, -0.012278237380087376, 0.019234349951148033, 0.040709592401981354, 0.015816984698176384, -0.03295983001589775, -0.00010066520917462185, 0.01737627387046814, 0.018422024324536324, 0.0061157760210335255, -0.03350137919187546, -0.0038071873132139444, -0.022315580397844315, 0.01315592136234045, -0.06595700979232788, 0.03762836381793022, -0.006554618012160063, 0.035518188029527664, 0.037310902029275894, 0.0034243676345795393, 0.06838464736938477, -0.01155928336083889, -0.016003726050257683, 0.05471518635749817, 0.03301585465669632, 0.00539215374737978, 0.005555552430450916, 0.02657327987253666, 0.02332398295402527, -0.11055082082748413, 0.02808588370680809, 0.061923399567604065, -0.05882349610328674, -0.027002785354852676, 0.01639588177204132, 0.04556486755609512, -0.020448166877031326, 0.05258633568882942, -0.035555534064769745, 0.046909403055906296, -0.004645188804715872, -0.04414563253521919, 0.10188602656126022, 0.0074556446634233, 0.015060681849718094, -0.09747893363237381, -0.030606891959905624, 0.008473384194076061, 0.02616244927048683, 0.022054141387343407, 0.03751631826162338, -0.005560220684856176, 0.0012651720317080617, 0.005784310400485992, -0.032324910163879395, -0.058487359434366226, -0.021792704239487648, 0.023473376408219337, -0.04664796590805054, 0.03182071074843407, -0.00005704361683456227, 0.023641442880034447, -0.05142854154109955, -0.02289447747170925, -0.01650792732834816, -0.01565825380384922, 0.013323988765478134, -0.0029691860545426607, -0.07753496617078781, 0.02642388828098774, -0.03585432097315788, 0.02937440015375614, 0.08380947262048721, -0.0033426685258746147, 0.001519606914371252, -0.0027637705206871033, 0.005406159441918135, -0.07047615200281143, 0.02160596288740635, 0.04250231012701988, 0.02989727444946766, 0.042016781866550446, -0.01809522695839405, -0.03262369707226753, 0.02326796017587185, 0.01665732078254223, 0.056694645434617996, 0.004353405442088842, -0.040336109697818756, -0.009579826146364212, -0.025826316326856613, 0.00976656749844551, -0.05071892589330673, -0.03641454502940178, -0.03314657136797905, -0.030046667903661728, 0.035312771797180176, -0.012110169976949692, -0.01494863722473383, -0.026853391900658607, -0.002693742513656616, -0.01713350974023342, -0.050158701837062836, 0.006055084988474846, -0.04459381103515625, -0.03271706774830818, 0.009729219600558281, 0.015396816655993462, 0.05654525011777878, -0.030812306329607964, 0.008552749641239643, -0.09053216129541397, -0.0026750685647130013, 0.02491128258407116, -0.022633040323853493, 0.011512598022818565, -0.08082161843776703, 0.06252097338438034, 0.01146591268479824, 0.06468717008829117, -0.04937438666820526, -0.014556480571627617, 0.009663860313594341, 0.0424649603664875, -0.044033586978912354, 0.013940234668552876, -0.007492993026971817, 0.019047608599066734, 0.008043879643082619, -0.018618103116750717, 0.009691870771348476, 0.01071894820779562, -0.007254897616803646, 0.04100837931036949, -0.0034173650201410055, 0.07305318117141724, 0.03686272352933884, 0.003368345322087407, 0.013566751964390278, 0.013025202788412571, 0.05135384574532509, -0.01983192190527916, 0.06270771473646164, 0.012184866704046726, 0.00012189243716420606, -0.02330530807375908, -0.01717085763812065, -0.032082147896289825, 0.0899345874786377, -0.03510735556483269, 0.009024270810186863, -0.017366936430335045, 0.025882337242364883, 0.03159661963582039, 0.021120436489582062, 0.013613437302410603, 0.03473387286067009, -0.0057656364515423775, 0.007712414022535086, 0.011307182721793652, -0.008323991671204567, 0.02984125167131424, -0.00945377629250288, 0.061811354011297226, -0.050569530576467514, -0.02125115506350994, -0.014192335307598114, -0.015284772031009197, 0.03421099856495857, 0.012689067982137203, -0.021998120471835136, 0.0076797339133918285, 0.015462175942957401, 0.032343585044145584, 0.019495787099003792, -0.03148457407951355, -0.032063473016023636, -0.009878612123429775, 0.016237152740359306, -0.04291313886642456, -0.0007498828344978392, 0.08933701366186142, -0.012894483283162117, 0.08186736702919006, 0.022408951073884964, -0.011363205499947071, 0.06633049249649048, -0.03253032639622688, -0.05953311175107956, 0.02662930265069008, -0.040298763662576675, -0.06760033220052719, -0.045378126204013824, 0.040597546845674515, -0.035667579621076584, 0.0376657098531723, 0.032418280839920044, 0.01494863722473383, 0.035406142473220825, 0.042278219014406204, -0.02661062963306904, -0.017012128606438637, -0.06379081308841705, -0.001633986015804112, -0.040485505014657974, -0.02653593197464943, 0.06726419925689697, 0.005275440402328968, -0.0031886068172752857, 0.012054148130118847, 0.004740893375128508, -0.05930902063846588, -0.02655460685491562, 0.08866474777460098, -0.03266104683279991, 0.004887952469289303, -0.02281978167593479, 0.05897288769483566, 0.003438373329117894, 0.004813255742192268, 0.017236217856407166, 0.04253965616226196, -0.014285705983638763, 0.026816044002771378, -0.021718008443713188, -0.03182071074843407, -0.04242761433124542, -0.04324927553534508, -0.00011459785309853032, -0.047133494168519974, -0.027226874604821205, -0.053744133561849594, -0.01992529258131981, 0.006330528296530247, -0.07111106812953949, 0.045527517795562744, -0.03133518248796463, 0.030382802709937096, 0.008585428819060326, 0.020634908229112625, -0.06483656167984009, -0.03460315614938736, 0.0049533117562532425, -0.04728288576006889, -0.0012173195136711001, -0.01877683401107788, 0.009168995544314384, 0.021848727017641068, 0.060317426919937134, -0.015667591243982315, 0.01794583536684513, -0.0063585396856069565, -0.013062550686299801, 0.0031652641482651234, -0.01411763858050108, 0.08029873669147491, 0.02119513228535652, -0.01973855122923851, -0.026013055816292763, 0.01582632213830948, -0.07170864194631577, 0.04788045585155487, 0.009542478248476982, -0.02448177896440029, 0.015004660002887249, -0.058860842138528824, 0.0592716746032238, 0.08239024132490158, 0.021867400035262108, -0.038543395698070526, -0.030943024903535843, -0.009262366220355034, -0.03478989750146866, -0.0076797339133918285, 0.05602237582206726, -0.07084963470697403, 0.011540609411895275, -0.03798317164182663, -0.032119493931531906, 0.01065358892083168, -0.03174601495265961, 0.017460307106375694, -0.038991574198007584, -0.08717081695795059, -0.01811390183866024, 0.02653593197464943, 0.01748831756412983, -0.04926234111189842, 0.022577017545700073, 0.043884195387363434, -0.06136317551136017, 0.0264985840767622, -0.0031582615338265896, -0.025994382798671722, 0.047245535999536514, -0.00781979039311409, -0.025882337242364883, 0.040522851049900055, 0.055387455970048904, 0.0313912034034729, -0.010186735540628433, 0.0498599149286747, -0.015051345340907574, -0.00912231020629406, 0.02153126709163189, -0.0005074110231362283, -0.046946752816438675, 0.014901951886713505, 0.012857135385274887, 0.030793633311986923, -0.0033309971913695335, 0.016974780708551407, 0.012091496028006077, -0.010252094827592373, -0.020541537553071976, -0.01072828471660614, -0.05822592228651047, -0.01236227061599493, -0.012941168621182442, 0.005863675381988287, 0.04586365073919296, 0.022726410999894142, 0.011101767420768738, -0.03454713150858879, -0.0063772136345505714, 0.02470586821436882, -0.01877683401107788, 0.002145190257579088, 0.04627448320388794, -0.06154991686344147, -0.04324927553534508, -0.01826329529285431, 0.02836599573493004, 0.01559289451688528, 0.018197935074567795, -0.01168066542595625, 0.014556480571627617, -0.03973853960633278, 0.026984110474586487, -0.0352754220366478, 0.027619032189249992, -0.01558355800807476, -0.008165261708199978, 0.0012990188552066684, -0.02491128258407116, 0.010382813401520252, -0.02644256129860878, -0.007997194305062294, -0.03107374534010887, -0.009444438852369785, 0.06435103714466095, 0.02616244927048683, -0.07152190059423447, -0.007535009644925594, -0.07753496617078781, -0.019197000190615654, 0.001677169930189848, -0.06214749068021774, 0.05617176741361618, 0.00389822362922132, -0.02619979716837406, -0.027488311752676964, -0.04496729373931885, 0.010130712762475014, 0.030364127829670906, 0.015816984698176384, 0.004211015067994595, 0.03155927360057831, -0.05441640317440033, 0.0004995328490622342, 0.03620912879705429, 0.0395144484937191, -0.007511666975915432, -0.004976654425263405, 0.004570492077618837, -0.013940234668552876, 0.031932756304740906, -0.02995329722762108, 0.06737624108791351, -0.01392156071960926, -0.03152192384004593, 0.045266080647706985, -0.02500465326011181, -0.04668531194329262, 0.008972917683422565, -0.02948644384741783, -0.021867400035262108, 0.03589167073369026, 0.013081224635243416, 0.005536878015846014, -0.03977588564157486, 0.008099901489913464, -0.0006448408821597695, -0.04141921177506447, -0.03613443300127983, 0.0651726946234703, 0.006797381676733494, -0.006423898972570896, 0.0066199772991240025, 0.026741348206996918, -0.07484589517116547, 0.05445374920964241, -0.016704006120562553, 0.00001506330863776384, -0.023548072203993797, 0.0027427622117102146, 0.037273555994033813, -0.05665729567408562, -0.015060681849718094, 0.022334253415465355, 0.003307654522359371, -0.007376279681921005, 0.021120436489582062, -0.03835665434598923, 0.01414564996957779, -0.005149390082806349, 0.027394941076636314, -0.007973851636052132, 0.005952377337962389, 0.03269839286804199, 0.05266103520989418, 0.010980385355651379, -0.056918732821941376, -0.011176464147865772, -0.045154035091400146, -0.025303440168499947, -0.026760021224617958, -0.04728288576006889, -0.005686271004378796, -0.032343585044145584, -0.07006531953811646, 0.03977588564157486, 0.015275434590876102, 0.04440706968307495, 0.02969186007976532, -0.016199802979826927, -0.003027542494237423, -0.024500451982021332, 0.032044798135757446, -0.0033333313185721636, -0.05292247235774994, -0.003954246174544096, -0.03828195855021477, -0.0020529867615550756, 0.03159661963582039, 0.061886049807071686, -0.04115777090191841, 0.05568624287843704, 0.05408026650547981, 0.013809516094624996, 0.006545281037688255, 0.051951415836811066, 0.0147245479747653, -0.016097096726298332, -0.00838468223810196, 0.02621847204864025, -0.003352005500346422, -0.005228755064308643, -0.08612506836652756, 0.025863664224743843, 0.06005598604679108, 0.056881386786699295, 0.007324925623834133, 0.05639585852622986, 0.03630249947309494, -0.03641454502940178, -0.03436039015650749, 0.03475254774093628, -0.04459381103515625, -0.00019199335656594485, 0.0009407090838067234, 0.04164329916238785, 0.02291315235197544, 0.018692798912525177, 0.016311848536133766, -0.004446776118129492, -0.07596634328365326, 0.030700262635946274, -0.009533140808343887, 0.0496731735765934, 0.03492061421275139, -0.0004977821372449398, -0.03604106232523918, 0.009999994188547134, -0.009070956148207188, 0.041979432106018066, 0.04168064892292023, 0.027301572263240814, -0.07783375680446625, 0.011923428624868393, 0.07372544705867767, 0.07910359650850296, 0.03310922533273697, -0.038767483085393906, -0.028384670615196228, 0.02007468417286873, -0.03167131543159485, 0.02802986279129982, 0.06356672197580338, 0.008473384194076061, 0.01748831756412983 ]
10,401
starlette.applications
route
null
def route( self, path: str, methods: typing.List[str] = None, name: str = None, include_in_schema: bool = True, ) -> typing.Callable: def decorator(func: typing.Callable) -> typing.Callable: self.router.add_route( path, func, methods=methods, name=name, include_in_schema=include_in_schema, ) return func return decorator
(self, path: str, methods: Optional[List[str]] = None, name: Optional[str] = None, include_in_schema: bool = True) -> Callable
[ 0.0018294608453288674, -0.04254458099603653, 0.038008835166692734, -0.05871855095028877, -0.019109899178147316, 0.012332653626799583, -0.026774955913424492, 0.004179741255939007, -0.040786538273096085, 0.01867038942873478, 0.018389103934168816, -0.012464506551623344, 0.04715064540505409, 0.0029666933696717024, 0.01031090784817934, 0.005827904213219881, 0.06459040939807892, 0.0004884056397713721, -0.04029428958892822, -0.04338843747973442, 0.023452259600162506, 0.02951749972999096, 0.02339951880276203, -0.03920430317521095, -0.0006988210952840745, 0.05112381651997566, -0.016297034919261932, -0.00004350463495939039, 0.032471008598804474, -0.00885612890124321, 0.002762321149930358, -0.008961611427366734, -0.02373354695737362, -0.0179583840072155, 0.05108865723013878, -0.015558658167719841, -0.007273892406374216, 0.0025315782986581326, -0.012508458457887173, -0.002601899905130267, 0.020340528339147568, 0.0436345636844635, -0.013211674056947231, -0.04785386100411415, 0.032840196043252945, 0.015461966395378113, -0.012033786624670029, 0.0590701587498188, 0.02593109756708145, -0.009721963666379452, 0.0074540916830301285, -0.0320139154791832, 0.03702433407306671, 0.030414100736379623, 0.03839560225605965, -0.006311365403234959, 0.004370928276330233, 0.07482220232486725, 0.08333111554384232, -0.06638360768556595, 0.028480255976319313, -0.017149684950709343, 0.03431694954633713, 0.04173588007688522, 0.028831863775849342, 0.03171505033969879, -0.03185569494962692, -0.03326212614774704, 0.007471672259271145, 0.016956299543380737, -0.0001873411820270121, 0.0013822593027725816, 0.023540161550045013, -0.0036611193791031837, 0.034281790256500244, 0.022854525595903397, 0.023645645007491112, -0.050561245530843735, 0.05555408075451851, 0.006263019051402807, -0.003390820464119315, -0.06357074528932571, -0.05400700494647026, -0.004454434849321842, -0.041173309087753296, 0.04553324729204178, 0.015470756217837334, -0.10266956686973572, 0.005924596451222897, 0.00482142623513937, -0.08333111554384232, -0.03698917105793953, -0.06146109476685524, -0.002874396275728941, -0.016121231019496918, -0.0409623421728611, 0.05411248654127121, -0.024524664506316185, 0.01722879707813263, 0.013783037662506104, -0.014336819760501385, 0.041278790682554245, -0.009071488864719868, 0.028146227821707726, 0.031064575538039207, -0.019443927332758904, -0.0026040973607450724, -0.008763832040131092, -0.061672061681747437, 0.01976037584245205, 0.0023140208795666695, 0.027935262769460678, 0.021764541044831276, 0.0037270458415150642, -0.0260365791618824, 0.030765708535909653, 0.014178596436977386, -0.02784736081957817, -0.029359275475144386, -0.020938262343406677, 0.03836044296622276, -0.015875104814767838, 0.013519330881536007, -0.06135561317205429, 0.0000169537597685121, 0.041771043092012405, -0.0494009368121624, 0.025403684005141258, -0.015725672245025635, -0.052987340837717056, -0.013791827484965324, 0.04061073437333107, 0.01580478437244892, 0.05108865723013878, -0.00268101179972291, 0.04577937349677086, 0.005915806163102388, 0.018037496134638786, 0.0025337757542729378, 0.07222030311822891, -0.02568497136235237, 0.0042852237820625305, 0.0225380789488554, -0.026476088911294937, 0.049084488302469254, 0.0007537598721683025, 0.005819113925099373, 0.018828613683581352, 0.000026473617253941484, -0.015743251889944077, 0.01415222603827715, -0.009133020415902138, 0.013343526981770992, 0.003096348838880658, 0.057804372161626816, 0.00048236234579235315, -0.021166807040572166, 0.049822866916656494, 0.01663106307387352, -0.04205232858657837, 0.02867363952100277, 0.03821979835629463, -0.023452259600162506, -0.03881753236055374, 0.006192697677761316, -0.021746961399912834, 0.025263041257858276, 0.011989835649728775, -0.0134314289316535, 0.03987235948443413, -0.005814719013869762, -0.008592423051595688, 0.02301274985074997, 0.03734077885746956, 0.03398292139172554, -0.04764289781451225, -0.013791827484965324, 0.029077989980578423, 0.024384021759033203, -0.022116148844361305, 0.05154574662446976, -0.030695386230945587, 0.014899392612278461, 0.004421471618115902, 0.02568497136235237, 0.06219947338104248, 0.014468672685325146, -0.01457415521144867, -0.017290327697992325, 0.026071740314364433, -0.04335327818989754, 0.03192601352930069, 0.05421796813607216, -0.02288968674838543, -0.06226979196071625, -0.04701000079512596, -0.031873274594545364, 0.057909853756427765, -0.017202425748109818, -0.009361565113067627, 0.05144026502966881, 0.033226966857910156, -0.00011530273332027718, 0.009853816591203213, 0.04655291140079498, 0.03349067270755768, 0.0518621951341629, -0.008482545614242554, -0.025702551007270813, -0.040083322674036026, 0.020516332238912582, -0.01914506033062935, 0.01175250019878149, -0.005823509301990271, -0.022344693541526794, 0.039942678064107895, 0.005678470712155104, 0.00671571446582675, 0.05601117014884949, 0.018600068986415863, 0.03292809799313545, 0.08396401256322861, -0.03600466996431351, -0.014424721710383892, 0.01942634768784046, -0.03769238665699959, 0.008491335436701775, -0.09774705022573471, -0.057663727551698685, -0.028585737571120262, 0.02893734537065029, 0.00927366316318512, -0.0003046354395337403, -0.021360192447900772, -0.10604500025510788, 0.025456426665186882, -0.004606066271662712, 0.026704635471105576, 0.005485086236149073, -0.03204907849431038, 0.019461508840322495, 0.06532878428697586, -0.01602453924715519, -0.011629438027739525, 0.008557261899113655, 0.00596854742616415, -0.056116651743650436, -0.013317156583070755, 0.028058325871825218, -0.015066406689584255, -0.05302250012755394, 0.0011559115955606103, -0.017808949574828148, 0.0076782419346272945, -0.06624296307563782, -0.0013086413964629173, -0.06395751237869263, -0.01653437130153179, -0.03352583199739456, 0.01475874986499548, -0.014521414414048195, -0.057663727551698685, 0.018248459324240685, -0.03002733178436756, 0.043458759784698486, -0.017387019470334053, -0.025386104360222816, -0.04869772121310234, -0.033543411642313004, -0.0349850058555603, -0.03913398087024689, 0.004869772121310234, -0.0016613482730463147, -0.013721506111323833, 0.06705166399478912, -0.028743961825966835, -0.01928570494055748, 0.0028919766191393137, -0.023346778005361557, -0.009361565113067627, -0.014811490662395954, -0.03250616788864136, -0.0080034788697958, 0.009546159766614437, 0.0027205676306039095, 0.05987885966897011, 0.010996542870998383, 0.0852297991514206, -0.032136980444192886, -0.036110151559114456, 0.06786036491394043, -0.0005054366192780435, -0.026440929621458054, 0.036707885563373566, 0.05390151962637901, 0.0238741897046566, -0.0640278309583664, -0.013528121635317802, 0.029939429834485054, -0.057452764362096786, 0.0009707679855637252, -0.010513082146644592, 0.025403684005141258, -0.011647018603980541, 0.015576238743960857, -0.045603569597005844, -0.024366440251469612, -0.000966372899711132, -0.05045576021075249, 0.0022063408978283405, -0.031187638640403748, 0.027689138427376747, -0.1125849112868309, -0.07735378295183182, 0.0160069577395916, 0.0491899736225605, -0.0157959945499897, 0.03185569494962692, 0.008451779372990131, 0.028990088030695915, -0.019602151587605476, 0.05456957593560219, -0.05242476612329483, -0.02832203172147274, 0.013642393983900547, 0.0057004461996257305, 0.01749250292778015, -0.05337410792708397, -0.026440929621458054, -0.005770768038928509, -0.014749960042536259, 0.03516080975532532, 0.00784086063504219, -0.01722000725567341, -0.07105999439954758, -0.01180524192750454, 0.0030985462944954634, -0.029218632727861404, -0.046693556010723114, 0.04310715198516846, 0.037164974957704544, 0.0063641066662967205, 0.013941260986030102, 0.018635228276252747, -0.01653437130153179, 0.018055075779557228, 0.0021448093466460705, 0.03254133090376854, 0.030836030840873718, 0.037305619567632675, 0.035266291350126266, -0.05136994272470474, -0.0011081148404628038, -0.004834611434489489, 0.0013866544468328357, -0.021870022639632225, -0.008021059446036816, 0.002924939850345254, 0.010715256445109844, -0.06965356320142746, -0.024858692660927773, -0.012446926906704903, -0.023065490648150444, 0.01356328185647726, 0.020692136138677597, 0.015048826113343239, 0.012174430303275585, 0.013220464810729027, 0.024805951863527298, 0.014670847915112972, -0.009906558319926262, 0.001039441442117095, 0.01916264183819294, 0.03818463906645775, -0.005001625046133995, -0.023469841107726097, 0.1103346198797226, 0.008139727637171745, -0.048275791108608246, 0.031750209629535675, -0.040681056678295135, 0.032242462038993835, 0.08755041658878326, -0.04215781018137932, 0.0477483794093132, -0.02492901310324669, 0.08354208618402481, 0.013150142505764961, -0.03857140988111496, -0.044759709388017654, -0.006425637751817703, -0.03257649019360542, -0.035864025354385376, -0.028708800673484802, -0.05966789275407791, -0.05966789275407791, -0.003340276889503002, 0.020885521546006203, -0.0016954102320596576, 0.017422180622816086, 0.0621643103659153, -0.02095584198832512, 0.03589918836951256, 0.019566990435123444, 0.06691101938486099, 0.01625308394432068, 0.02749575302004814, 0.02484111115336418, 0.030800869688391685, 0.0058322991244494915, -0.019109899178147316, 0.004225889686495066, -0.03433452919125557, 0.040188804268836975, 0.0023206134792417288, -0.023715965449810028, 0.0815027579665184, 0.026651892811059952, -0.038008835166692734, 0.012367814779281616, 0.028849443420767784, 0.0018800045363605022, 0.019004417583346367, 0.05421796813607216, 0.03962623327970505, 0.008478149771690369, -0.0024217008613049984, -0.009862607344985008, -0.01006478164345026, 0.03419388830661774, -0.027548493817448616, -0.018617648631334305, -0.0426148995757103, -0.01844184473156929, 0.0059949178248643875, -0.037657227367162704, 0.02517513930797577, -0.06061723455786705, -0.008170492947101593, 0.02107890509068966, 0.041982006281614304, -0.015602609142661095, -0.04472455009818077, -0.05857791006565094, -0.037059493362903595, -0.05126446112990379, -0.007005791179835796, 0.027653977274894714, 0.10484953224658966, -0.06863389909267426, 0.06740327179431915, 0.012385395355522633, 0.021852442994713783, 0.04497067630290985, -0.040083322674036026, -0.015734462067484856, 0.06715714931488037, -0.05154574662446976, -0.0010603182017803192, 0.014468672685325146, 0.03843076527118683, 0.00596854742616415, -0.02048117108643055, -0.031187638640403748, -0.015734462067484856, 0.008135332725942135, -0.030080072581768036, -0.01965489238500595, -0.0008092480129562318, -0.06779003888368607, 0.07749442756175995, -0.04824063181877136, -0.05024479702115059, -0.00596415251493454, 0.07355641573667526, 0.023926930502057076, -0.011339360848069191, 0.004979649558663368, -0.04148975387215614, 0.018248459324240685, 0.01745734177529812, -0.07721313834190369, -0.007212360855191946, 0.024014832451939583, 0.031627148389816284, 0.020885521546006203, -0.0019843881018459797, -0.00569605128839612, 0.0003983060596510768, -0.0030809659510850906, 0.026722215116024017, 0.0438455305993557, -0.004733523819595575, 0.03625079616904259, -0.029622981324791908, 0.04099750518798828, 0.006460798904299736, -0.020463591441512108, -0.018723130226135254, 0.009871397167444229, -0.01228870265185833, -0.031521666795015335, 0.006399267353117466, 0.040188804268836975, 0.013950050808489323, 0.04992834851145744, 0.0006213574088178575, -0.04366972669959068, -0.04250941798090935, -0.0007614512578584254, -0.02266114205121994, 0.012789744883775711, 0.04215781018137932, 0.07084903120994568, -0.00040187707054428756, 0.033314868807792664, -0.033543411642313004, 0.022450176998972893, -0.035002585500478745, -0.04834611341357231, -0.00482142623513937, 0.007581549696624279, 0.05523763224482536, 0.006078424863517284, 0.00455332500860095, -0.002894174074754119, 0.057558245956897736, -0.034299369901418686, 0.03769238665699959, 0.03568822145462036, 0.038008835166692734, 0.08473755419254303, -0.025825614109635353, 0.012051367200911045, 0.032611649483442307, 0.09409032762050629, -0.06501233577728271, -0.030888771638274193, -0.017070572823286057, 0.024612566456198692, -0.017395811155438423, 0.011778871528804302, -0.05038544163107872, -0.014916973188519478, -0.04785386100411415, -0.04099750518798828, -0.0034303765278309584, -0.05608149245381355, 0.033226966857910156, -0.09992702305316925, 0.008614398539066315, 0.008741856552660465, -0.03208423778414726, 0.01409069448709488, 0.04293134808540344, 0.009414306841790676, 0.006680553779006004, -0.022379854694008827, -0.048627398908138275, 0.027636395767331123, -0.05238960683345795, 0.03036135993897915, 0.0023052305914461613, 0.01469721831381321, -0.012587569653987885, 0.03698917105793953, 0.0594920888543129, -0.03987235948443413, -0.010767998173832893, -0.03955591097474098, -0.02492901310324669, -0.022028246894478798, 0.02410273440182209, -0.05144026502966881, -0.03182053193449974, 0.0481703095138073, 0.023417098447680473, -0.04359940439462662, -0.02121954783797264, -0.053796038031578064, -0.014776330441236496, -0.01914506033062935, -0.06546942889690399, -0.013985211960971355, -0.05210832133889198, 0.025139978155493736, 0.004940093960613012, 0.07425963133573532, -0.0054279500618577, 0.019373606890439987, -0.012631520628929138, -0.07214998453855515, -0.006328945513814688, -0.015558658167719841, -0.003828133223578334, 0.041173309087753296, -0.05632761865854263, 0.029482338577508926, 0.0296405628323555, 0.028902186080813408, -0.05594084784388542, 0.017554033547639847, 0.006935469806194305, -0.036567240953445435, -0.025157559663057327, 0.033455509692430496, -0.03472130000591278, -0.016340985894203186, -0.04039977118372917, -0.010504291392862797, 0.0030172369442880154, 0.013958841562271118, 0.026616733521223068, 0.037059493362903595, 0.02241501584649086, -0.010987753048539162, -0.05326862633228302, -0.002327206078916788, 0.04950641840696335, -0.033455509692430496, -0.025368524715304375, -0.03712981566786766, 0.0203756894916296, -0.015541077591478825, 0.02072729729115963, 0.054780542850494385, -0.010099942795932293, -0.009484628215432167, -0.0003079317684751004, 0.06272688508033752, -0.01289522647857666, -0.07376737892627716, -0.007876021787524223, 0.015532287769019604, 0.024665307253599167, -0.04581453651189804, 0.00683877756819129, -0.014029162935912609, -0.031117316335439682, -0.035846445709466934, -0.0812917947769165, 0.0030985462944954634, -0.022731462493538857, -0.0112690394744277, 0.007304658181965351, 0.07292351871728897, 0.007018976379185915, -0.09648126363754272, 0.06191818416118622, -0.054639898240566254, -0.010108732618391514, 0.02143051289021969, -0.009695593267679214, 0.03095909208059311, 0.10175538063049316, 0.0024766395799815655, -0.038149479776620865, -0.054534416645765305, 0.02774187922477722, 0.011462423950433731, -0.04374004527926445, -0.05689018964767456, 0.06835261732339859, -0.038254961371421814, -0.05921080335974693, -0.0017525466391816735, 0.013457800261676311, -0.02339951880276203, 0.01542680524289608, -0.002195353154093027, 0.006619022227823734, -0.0007076112669892609, 0.009212132543325424, 0.022133730351924896, 0.0255267471075058, 0.025456426665186882, -0.036954011768102646, -0.08030728995800018, -0.03881753236055374, -0.02855057641863823, -0.08101050555706024, -0.008086985908448696, 0.026001418009400368, 0.02048117108643055, -0.016059700399637222, 0.047678057104349136, 0.02951749972999096, 0.016771705821156502, 0.02288968674838543, 0.0255267471075058, 0.05506182834506035, -0.030589904636144638, 0.007581549696624279, 0.011471213772892952, 0.009845026768743992, 0.06037110835313797, -0.0019118690397590399, -0.1043572798371315, 0.021026164293289185, 0.01501366589218378, 0.004263248294591904, 0.049611903727054596, 0.04570905119180679, 0.034176308661699295, -0.028585737571120262, -0.029499920085072517, 0.05129962041974068, -0.04683419689536095, -0.0016239898977801204, 0.01554986834526062, -0.009159390814602375, -0.019971339032053947, 0.07756474614143372, 0.018582487478852272, 0.03206665813922882, -0.0027469382621347904, 0.03976687416434288, 0.003920430317521095, 0.007071717642247677, 0.003658921690657735, 0.00536641851067543, -0.023083072155714035, 0.030818449333310127, -0.087269127368927, 0.006614627316594124, -0.05193251743912697, -0.054534416645765305, 0.000354904419509694, 0.04704516381025314, -0.0508425310254097, -0.022204050794243813, 0.009607691317796707, 0.003423783928155899, 0.09071488678455353, 0.029218632727861404, -0.017501292750239372, -0.035494837909936905, 0.03171505033969879, -0.029693303629755974, -0.03192601352930069, 0.0058630649000406265, 0.048979006707668304, 0.016701385378837585, -0.010495501570403576, 0.07190385460853577, -0.019953759387135506, -0.00036863909917883575, 0.1014740988612175, 0.017378229647874832, 0.014969714917242527, -0.0035072907339781523, 0.03990751877427101, 0.02000650018453598, -0.016771705821156502, -0.03422904759645462, -0.048768043518066406, 0.01591026596724987, -0.006249833852052689, 0.010179053992033005, -0.05217863991856575, -0.04497067630290985, 0.0273726899176836, -0.02049875259399414, -0.030695386230945587, 0.08909749239683151, 0.02833961322903633, 0.01175250019878149, 0.07468155771493912 ]
10,402
fastack.app
set_settings
null
def set_settings(self, settings: ModuleType): self.state.settings = settings
(self, settings: module)
[ -0.02090405859053135, 0.007867306470870972, 0.014316060580313206, 0.030372675508260727, 0.01135711744427681, 0.04347905144095421, -0.035646554082632065, 0.06694172322750092, -0.03418448939919472, 0.0005651362589560449, -0.04111189767718315, 0.011592092923820019, -0.010434623807668686, 0.06004912778735161, -0.030894841998815536, -0.015369095839560032, -0.004647280555218458, 0.0331401564180851, 0.03435854613780975, -0.02633458934724331, -0.02629977837204933, 0.006531430408358574, 0.029171692207455635, 0.00880285445600748, -0.020991086959838867, -0.015090607106685638, -0.006031021010130644, 0.027465948835015297, 0.010452029295265675, -0.061128273606300354, -0.005635045003145933, -0.041703686118125916, -0.06238147243857384, 0.03895360976457596, 0.010234460234642029, -0.03829219937324524, -0.031312573701143265, 0.049327313899993896, -0.0015001404099166393, 0.012566803023219109, -0.03414967656135559, -0.003183038905262947, 0.03662126511335373, 0.025377284735441208, -0.04713421314954758, 0.025359878316521645, 0.03019861876964569, 0.05691612884402275, 0.047656379640102386, 0.048944391310214996, 0.024837711825966835, 0.01769273541867733, -0.03119073621928692, 0.04991910234093666, -0.029728669673204422, 0.010034296661615372, 0.053504642099142075, 0.00535655627027154, 0.014420493505895138, 0.014037571847438812, -0.006892595440149307, -0.010121324099600315, -0.005682910326868296, -0.06624550372362137, 0.0037269622553139925, -0.019981564953923225, -0.028423253446817398, 0.04285245016217232, 0.03453259915113449, 0.015569259412586689, 0.017379436641931534, 0.00306555163115263, 0.01706613600254059, -0.005530611611902714, -0.004830038640648127, 0.007088407874107361, -0.03902323171496391, 0.04285245016217232, -0.07157159596681595, 0.01252328883856535, 0.021060708910226822, 0.01286269724369049, -0.015203743241727352, 0.07052726298570633, -0.03491552174091339, -0.03568136692047119, 0.011322306469082832, -0.006453105714172125, 0.03606428951025009, -0.053504642099142075, 0.0012107731308788061, 0.023654134944081306, 0.01490784902125597, -0.02304494008421898, 0.03315756097435951, -0.001184664899483323, 0.010826248675584793, -0.03829219937324524, -0.0814579501748085, -0.009224938228726387, -0.03223506733775139, -0.04278282821178436, 0.007641034200787544, -0.0625903382897377, 0.02838844247162342, -0.08326812833547592, 0.0330183170735836, -0.007210246752947569, 0.008855070918798447, -0.010782734490931034, -0.001200982602313161, -0.01040851604193449, -0.04208660498261452, 0.03324459120631218, 0.01623937301337719, 0.003557258052751422, -0.0011302725179120898, -0.051555223762989044, 0.01991194300353527, 0.009607860818505287, -0.031747713685035706, 0.09364183247089386, -0.030233431607484818, 0.04239990562200546, 0.06394796818494797, 0.0441056489944458, 0.027013404294848442, 0.010869762860238552, 0.058935172855854034, -0.06015356257557869, -0.04915325716137886, -0.008741934783756733, -0.048561468720436096, -0.007197192870080471, 0.0015360392862930894, 0.032983507961034775, -0.0354376882314682, 0.002967645414173603, -0.044801872223615646, 0.032026201486587524, -0.055941421538591385, 0.03280945122241974, 0.005987507291138172, 0.002721792086958885, 0.03063375875353813, -0.0090508833527565, 0.01928534358739853, 0.025185823440551758, -0.026734916493296623, 0.017509978264570236, 0.03902323171496391, -0.02410667948424816, -0.023114563897252083, 0.010991601273417473, -0.1251806765794754, 0.054026808589696884, 0.015604070387780666, 0.02424592338502407, 0.029363153502345085, 0.021652497351169586, -0.020869247615337372, 0.04424489289522171, 0.017823277041316032, 0.029084665700793266, -0.006305158603936434, -0.01105252094566822, -0.006083237938582897, -0.051938146352767944, -0.009590455330908298, -0.024942144751548767, 0.004864849615842104, -0.05054569989442825, -0.02534247189760208, 0.03756116330623627, 0.016326401382684708, 0.006975271739065647, 0.002830576617270708, -0.04034605249762535, -0.014342168346047401, 0.016039209440350533, 0.006683729123324156, 0.033314213156700134, -0.07616665959358215, 0.051938146352767944, 0.017161866649985313, -0.0026499941013753414, -0.03884917497634888, 0.006235536187887192, 0.004521090071648359, -0.024507006630301476, 0.09106580913066864, 0.006918704137206078, 0.021930985152721405, -0.047656379640102386, -0.04215622693300247, 0.011035115458071232, -0.02723967656493187, -0.12295276671648026, -0.008785448968410492, 0.05691612884402275, 0.005730775650590658, -0.025777611881494522, 0.030981868505477905, -0.012758264318108559, 0.040798597037792206, 0.002325815847143531, 0.041216328740119934, -0.02153065800666809, 0.009538237936794758, 0.05058051273226738, -0.020451514050364494, -0.04139038547873497, 0.03362751379609108, 0.023828189820051193, 0.006688080262392759, -0.07150197774171829, -0.005974452942609787, 0.0060919406823813915, 0.04608988016843796, -0.027692221105098724, 0.001998374005779624, 0.03867511823773384, -0.028736554086208344, -0.031417008489370346, 0.021791741251945496, 0.024942144751548767, -0.008424283936619759, -0.08312887698411942, -0.05096343532204628, 0.01961604878306389, 0.019563831388950348, 0.04034605249762535, -0.03242652863264084, 0.004499333444982767, 0.06213779374957085, -0.05082419142127037, 0.011983717791736126, -0.04010237380862236, -0.05214701220393181, -0.05280842259526253, 0.023688945919275284, -0.014873038046061993, 0.029032448306679726, 0.004621171858161688, -0.08347699046134949, 0.022888291627168655, -0.046507615596055984, -0.032983507961034775, -0.027396326884627342, -0.002717440715059638, 0.09809765219688416, -0.06380872428417206, -0.01928534358739853, 0.0327572338283062, -0.02757038176059723, -0.03291388601064682, 0.05058051273226738, 0.053887564688920975, -0.02723967656493187, -0.04824816808104515, 0.023828189820051193, -0.06408721208572388, 0.006474862340837717, -0.06318212300539017, 0.08333774656057358, 0.02476808987557888, 0.025359878316521645, 0.018780581653118134, 0.02323640137910843, -0.011583389714360237, 0.10074329376220703, 0.044418949633836746, -0.01635250821709633, 0.047934871166944504, -0.026734916493296623, -0.05019759014248848, 0.01774495281279087, 0.016300292685627937, -0.005474043544381857, 0.010130027309060097, 0.05949215218424797, -0.054792653769254684, 0.003935828804969788, 0.07233744114637375, 0.009808024391531944, 0.006096291821449995, 0.02029486559331417, 0.06307769566774368, 0.017736250534653664, 0.018919827416539192, -0.024263329803943634, 0.0441056489944458, 0.026073506101965904, -0.040276430547237396, -0.047273457050323486, -0.02076481468975544, -0.03864030912518501, 0.04292207211256027, 0.020991086959838867, 0.021112926304340363, 0.01205333974212408, -0.03592504560947418, -0.058030083775520325, 0.05573255196213722, 0.0664195567369461, 0.02591685578227043, 0.04929250106215477, 0.011009006761014462, 0.0331401564180851, 0.03606428951025009, 0.039266906678676605, 0.02605609968304634, -0.008972558192908764, 0.059039607644081116, 0.018362849950790405, -0.007780278567224741, -0.0007620364776812494, -0.022261692211031914, 0.0030437945388257504, 0.043026506900787354, -0.049362123012542725, -0.058900363743305206, -0.019790103659033775, 0.031121114268898964, -0.0023976138327270746, 0.035890232771635056, 0.021461036056280136, -0.015586664900183678, -0.04097265005111694, -0.04097265005111694, -0.06262514740228653, 0.024211112409830093, 0.07289441674947739, -0.020799625664949417, -0.03343605250120163, 0.0015806410228833556, 0.0022202946711331606, -0.021165141835808754, 0.009433805011212826, 0.011339711956679821, 0.05214701220393181, 0.0029959294479340315, -0.07352101802825928, -0.036203533411026, -0.02233131416141987, -0.001134623889811337, -0.009999485686421394, 0.00414904672652483, 0.049083635210990906, -0.02567317895591259, -0.02657826617360115, -0.0063573750667274, 0.017013920471072197, 0.03192177042365074, 0.006505322176963091, 0.004099005833268166, 0.013280430808663368, 0.029972348362207413, -0.04887476935982704, -0.08027437329292297, -0.0012216516770422459, -0.015986992046236992, -0.017048731446266174, -0.0067272428423166275, 0.00752354646101594, 0.006696783471852541, -0.0011922797420993447, -0.01490784902125597, 0.10763588547706604, -0.029537208378314972, 0.09642671793699265, -0.0527736097574234, 0.025638366118073463, 0.027187461033463478, 0.005974452942609787, 0.05900479480624199, -0.08598338812589645, 0.011992420069873333, -0.020033782348036766, -0.012062042020261288, 0.06965699046850204, -0.024489600211381912, 0.03348826617002487, 0.0602928064763546, -0.0038770849350839853, 0.030738191679120064, 0.04034605249762535, -0.03347086161375046, 0.04347905144095421, 0.0026434671599417925, 0.0031699847895652056, 0.03961502015590668, -0.03256577253341675, 0.04964061453938484, 0.014759901911020279, 0.005556720308959484, -0.022679423913359642, 0.007767224218696356, 0.001900467905215919, -0.0008409053552895784, 0.03167809173464775, -0.10331930965185165, 0.022279096767306328, 0.007284220308065414, 0.0017100947443395853, 0.03359270095825195, -0.03242652863264084, 0.0643656998872757, 0.014472709968686104, -0.056846506893634796, -0.01205333974212408, 0.020207837224006653, -0.04633355885744095, -0.05782121792435646, -0.007710656151175499, -0.033070534467697144, 0.018397660925984383, -0.011009006761014462, 0.03220025822520256, -0.015621475875377655, 0.0448714941740036, 0.0020157797262072563, 0.010869762860238552, -0.007493087090551853, 0.025081390514969826, 0.018362849950790405, 0.021896174177527428, 0.03623834252357483, 0.021930985152721405, 0.012558100745081902, -0.020451514050364494, 0.05176408961415291, -0.014820821583271027, 0.0006516200955957174, 0.037213053554296494, 0.012853994965553284, 0.004721254110336304, -0.02990272454917431, -0.053469832986593246, -0.012914913706481457, 0.06126751750707626, 0.020207837224006653, -0.024489600211381912, -0.04086821898818016, 0.030703380703926086, -0.009790618903934956, -0.002824049675837159, 0.02320159040391445, -0.037595976144075394, -0.020207837224006653, -0.11835770308971405, -0.01326302532106638, 0.04111189767718315, -0.07519195228815079, 0.022609801962971687, -0.020782219246029854, -0.017135757952928543, -0.0028218738734722137, 0.01588255912065506, 0.040171995759010315, 0.003827044041827321, -0.046751294285058975, -0.073938749730587, -0.020033782348036766, 0.020503731444478035, 0.02576020546257496, 0.04361829534173012, 0.010782734490931034, -0.009947268292307854, 0.021182548254728317, -0.002891496056690812, 0.006531430408358574, -0.015734612941741943, 0.008063118904829025, -0.005922236479818821, 0.0029654696118086576, -0.04215622693300247, 0.007549654692411423, -0.07748948037624359, 0.011618200689554214, -0.03280945122241974, 0.015708504244685173, 0.035750988870859146, 0.08041361719369888, -0.01904166489839554, -0.020260054618120193, 0.055941421538591385, -0.0062964558601379395, 0.055280011147260666, -0.033261995762586594, -0.005474043544381857, -0.0633561834692955, 0.0036877996753901243, 0.004925769288092852, -0.011339711956679821, 0.002887144684791565, -0.06485305726528168, 0.00475171348080039, 0.0010437887394800782, 0.020399298518896103, 0.00038836122257635, -0.013776488602161407, -0.03047710843384266, 0.009398994036018848, 0.055175576359033585, 0.03320977836847305, -0.041355572640895844, 0.02567317895591259, 0.01286269724369049, -0.009999485686421394, 0.017318516969680786, 0.07247668504714966, -0.043130937963724136, -0.020347081124782562, 0.03414967656135559, -0.025220634415745735, 0.02119995281100273, 0.06363467127084732, -0.005926588084548712, -0.04358348250389099, 0.013393566943705082, -0.05225144326686859, 0.05249512195587158, -0.014786009676754475, 0.03895360976457596, -0.02553393319249153, -0.057229429483413696, -0.0034245408605784178, 0.0017851562006399035, 0.03940615430474281, 0.04821335896849632, -0.007936928421258926, -0.04006756469607353, 0.03432373329997063, 0.059944696724414825, -0.04657723754644394, 0.032983507961034775, -0.043026506900787354, -0.013306538574397564, 0.04991910234093666, -0.0554540641605854, -0.06429608166217804, 0.03634277731180191, -0.019633453339338303, 0.0418081171810627, -0.017945116385817528, -0.02852768823504448, -0.02090405859053135, -0.03818776458501816, -0.03005937486886978, -0.027692221105098724, -0.04445376247167587, 0.00802395585924387, -0.005539314355701208, -0.03728267550468445, -0.05434010922908783, -0.020207837224006653, -0.02438516728579998, 0.03714343160390854, 0.013985355384647846, 0.015177634544670582, -0.03303572162985802, -0.027083028107881546, 0.06050167232751846, 0.00575253227725625, -0.051172301173210144, -0.0037378405686467886, -0.008089226670563221, -0.04786524921655655, 0.002580371918156743, 0.04452338442206383, 0.014864334836602211, 0.015560557134449482, 0.011078628711402416, 0.03515920042991638, -0.004947525914758444, 0.050232402980327606, 0.04386197030544281, -0.014768604189157486, 0.04215622693300247, -0.030651163309812546, 0.034654438495635986, -0.05211219936609268, 0.012140367180109024, -0.012688642367720604, -0.018919827416539192, -0.010643490590155125, 0.04501073807477951, 0.011487659066915512, 0.001889589475467801, -0.0035594338551163673, 0.01654396951198578, -0.008063118904829025, -0.029641643166542053, 0.0008838752983137965, 0.010069107636809349, -0.0224357470870018, -0.06130232661962509, 0.060362428426742554, 0.03985869511961937, -0.03152143955230713, -0.011661714874207973, 0.013933137990534306, -0.020207837224006653, 0.021443631500005722, 0.004882255103439093, 0.01154857873916626, 0.007284220308065414, 0.028109954670071602, 0.025464311242103577, 0.0038292198441922665, -0.0464031808078289, -0.01904166489839554, -0.03818776458501816, 0.0005316850147210062, -0.016718026250600815, 0.020538542419672012, 0.008372066542506218, -0.012810480780899525, -0.049884289503097534, -0.043270181864500046, 0.10958530753850937, -0.0326353944838047, -0.018275821581482887, -0.0027304948307573795, -0.0016850742977112532, -0.02476808987557888, -0.04445376247167587, -0.0035529066808521748, -0.05733386427164078, -0.028980230912566185, -0.008076172322034836, 0.013698163442313671, -0.03491552174091339, 0.036516834050416946, -0.04734308272600174, -0.005460989661514759, 0.0073103285394608974, 0.042365096509456635, 0.00040739853284321725, 0.07254631072282791, -0.06516636162996292, 0.0527736097574234, -0.04591582715511322, 0.018397660925984383, 0.008824611082673073, -0.026021288707852364, -0.006757702678442001, -0.05312172323465347, -0.012401450425386429, -0.03463703393936157, -0.003785705892369151, -0.045184794813394547, 0.029519803822040558, 0.030929652974009514, 0.0011455024359747767, 0.030355269089341164, 0.020207837224006653, 0.057368673384189606, -0.04821335896849632, -0.027448544278740883, 0.013341349549591541, 0.010800139978528023, 0.06091940402984619, 0.0791604146361351, 0.015952181071043015, 0.009172721765935421, 0.090508833527565, 0.0028349279891699553, 0.0014337816974148154, 0.030303053557872772, -0.02729189395904541, -0.0018319335067644715, 0.008946449495851994, 0.05099824443459511, 0.004660334438085556, -0.0016850742977112532, 0.022888291627168655, -0.020555948838591576, 0.03634277731180191, -0.10276233404874802, 0.04393159598112106, -0.011391928419470787, 0.007619277108460665, 0.003557258052751422, 0.04194736108183861, -0.05444454401731491, -0.0012836589012295008, 0.018119171261787415, 0.009433805011212826, -0.05823895335197449, 0.0015001404099166393, -0.01602180302143097, -0.014629360288381577, 0.0007914083544164896, -0.03801370784640312, -0.013750379905104637, -0.07191970944404602, 0.021687308326363564, -0.005495800636708736, 0.015342987142503262, -0.049327313899993896, -0.004473224747925997, -0.05058051273226738, 0.012627722695469856, -0.04424489289522171, -0.014620657078921795, -0.008037010207772255, -0.004059843253344297, -0.04925769194960594, -0.008324201218783855, -0.014986174181103706, 0.006505322176963091, 0.028614714741706848, -0.0044645220041275024, -0.0385010652244091, -0.024350356310606003, -0.009921160526573658, -0.02515101246535778, 0.04090302810072899, -0.037213053554296494, 0.005648099351674318, 0.04790005832910538, -0.0008262194460257888, 0.08347699046134949, -0.029972348362207413, -0.03510698303580284, 0.08953411877155304, 0.03220025822520256, -0.02995494194328785, -0.029258720576763153, -0.034602221101522446, -0.058900363743305206, 0.011896689422428608, -0.020921465009450912, -0.002217031316831708, 0.03933653235435486, 0.01881539449095726, 0.018832799047231674, -0.027640005573630333, 0.009686185047030449, -0.005004093982279301, -0.06582777202129364, -0.04501073807477951, -0.022940507158637047, 0.05138116702437401, -0.03548990562558174, -0.044314514845609665, -0.008424283936619759, 0.054131243377923965, -0.029467586427927017, 0.006757702678442001, -0.030929652974009514, 0.026351993903517723, 0.03672569990158081, 0.03954539820551872, -0.06962218135595322, -0.01152247004210949, -0.0377352200448513, -0.02767481654882431, 0.010199649259448051, -0.004712551366537809, 0.030651163309812546, -0.018780581653118134, 0.07714137434959412, 0.015926072373986244, -0.0250465776771307, -0.032931290566921234 ]
10,403
fastapi.applications
setup
null
def setup(self) -> None: if self.openapi_url: urls = (server_data.get("url") for server_data in self.servers) server_urls = {url for url in urls if url} async def openapi(req: Request) -> JSONResponse: root_path = req.scope.get("root_path", "").rstrip("/") if root_path not in server_urls: if root_path and self.root_path_in_servers: self.servers.insert(0, {"url": root_path}) server_urls.add(root_path) return JSONResponse(self.openapi()) self.add_route(self.openapi_url, openapi, include_in_schema=False) if self.openapi_url and self.docs_url: async def swagger_ui_html(req: Request) -> HTMLResponse: root_path = req.scope.get("root_path", "").rstrip("/") openapi_url = root_path + self.openapi_url oauth2_redirect_url = self.swagger_ui_oauth2_redirect_url if oauth2_redirect_url: oauth2_redirect_url = root_path + oauth2_redirect_url return get_swagger_ui_html( openapi_url=openapi_url, title=self.title + " - Swagger UI", oauth2_redirect_url=oauth2_redirect_url, init_oauth=self.swagger_ui_init_oauth, ) self.add_route(self.docs_url, swagger_ui_html, include_in_schema=False) if self.swagger_ui_oauth2_redirect_url: async def swagger_ui_redirect(req: Request) -> HTMLResponse: return get_swagger_ui_oauth2_redirect_html() self.add_route( self.swagger_ui_oauth2_redirect_url, swagger_ui_redirect, include_in_schema=False, ) if self.openapi_url and self.redoc_url: async def redoc_html(req: Request) -> HTMLResponse: root_path = req.scope.get("root_path", "").rstrip("/") openapi_url = root_path + self.openapi_url return get_redoc_html( openapi_url=openapi_url, title=self.title + " - ReDoc" ) self.add_route(self.redoc_url, redoc_html, include_in_schema=False)
(self) -> NoneType
[ -0.033949803560972214, -0.049918290227651596, -0.06529250741004944, -0.006814881693571806, 0.019543660804629326, 0.04401397332549095, 0.005909106228500605, 0.05172025412321091, -0.09876306354999542, 0.06927983462810516, 0.039873287081718445, -0.020166682079434395, 0.034352369606494904, -0.005880351178348064, 0.015240030363202095, 0.002794005675241351, 0.049918290227651596, -0.004277272615581751, 0.01077345572412014, -0.055170826613903046, -0.0025975145399570465, -0.007116806693375111, 0.02467159740626812, -0.009762246161699295, -0.014933313243091106, 0.043285518884658813, -0.048806436359882355, 0.019074000418186188, 0.04416733235120773, -0.05455739051103592, -0.020799286663532257, -0.017233693972229958, 0.05681943520903587, 0.0287164356559515, 0.04830802232027054, -0.010485908016562462, 0.026531072333455086, 0.013524329289793968, -0.09929981827735901, 0.04240370914340019, 0.002906628418713808, -0.01476078387349844, 0.020090002566576004, -0.04489578679203987, 0.02470993623137474, 0.023770613595843315, -0.06372058391571045, 0.06329884380102158, -0.01842222549021244, -0.030250022187829018, -0.0095945093780756, -0.011166437529027462, -0.008271790109574795, 0.04669775441288948, 0.05210364982485771, 0.029732435941696167, -0.0020080418325960636, 0.07173357903957367, 0.05620599910616875, -0.040793441236019135, -0.03864641860127449, 0.01804841309785843, -0.007754204329103231, 0.017272034659981728, 0.015067501924932003, 0.005990577861666679, -0.03429486230015755, -0.0027125338092446327, 0.02058841846883297, 0.031246855854988098, 0.004226951859891415, 0.012297458946704865, -0.017041996121406555, -0.017847130075097084, 0.05919649451971054, 0.002897043479606509, 0.0254767294973135, -0.056014299392700195, 0.011338965967297554, -0.03588595986366272, 0.005971407983452082, 0.0028754775412380695, -0.045164164155721664, 0.004274876322597265, 0.04140687361359596, -0.006354805082082748, 0.046045977622270584, -0.03636520355939865, 0.02467159740626812, -0.017444564029574394, -0.026416052132844925, 0.005156689789146185, -0.02371310442686081, -0.02147023193538189, -0.013869386166334152, 0.032262858003377914, -0.05122184008359909, -0.045394204556941986, -0.02739371545612812, -0.010150435380637646, -0.04922817274928093, 0.029003983363509178, -0.012086589820683002, 0.07200195640325546, 0.03575177118182182, -0.06747787445783615, 0.011166437529027462, 0.017109090462327003, -0.05267874523997307, -0.008923565037548542, -0.06885810196399689, -0.013169686309993267, -0.0016510032583028078, 0.012546666897833347, -0.009695151820778847, 0.014454066753387451, 0.004339574836194515, 0.017693771049380302, 0.05467241257429123, -0.043553899973630905, -0.05708781257271767, -0.006201446522027254, 0.005070425104349852, -0.030288362875580788, 0.042518727481365204, 0.03680611029267311, -0.007979449816048145, 0.0316302515566349, -0.0006433880771510303, -0.07851970195770264, 0.0178279597312212, 0.06989327073097229, -0.018958982080221176, 0.02286962978541851, 0.02599431574344635, -0.006733409594744444, -0.009479491040110588, 0.011147267185151577, -0.005003330763429403, 0.040064986795186996, -0.04573925957083702, 0.002949760528281331, -0.047962963581085205, -0.01731037348508835, -0.03297214210033417, 0.01628478802740574, -0.03377727419137955, -0.023923972621560097, 0.02724035643041134, 0.05083844065666199, 0.06483243405818939, -0.013121762312948704, 0.011530664749443531, 0.015163350850343704, -0.033949803560972214, -0.002640646882355213, -0.005856389179825783, 0.01978328451514244, 0.04907481372356415, 0.0041071404702961445, 0.006843636278063059, -0.022658761590719223, 0.0265119019895792, -0.03929819166660309, -0.0227546114474535, 0.02747039496898651, 0.010562587529420853, -0.050685081630945206, 0.04658273607492447, 0.06835968047380447, 0.011712778359651566, 0.05037836357951164, -0.02522752247750759, -0.0047948588617146015, 0.04462740942835808, 0.002551986137405038, 0.026971979066729546, -0.02584095671772957, -0.026780279353260994, -0.018834376707673073, -0.01896856538951397, -0.017473317682743073, -0.046045977622270584, 0.010524247772991657, -0.02334887720644474, 0.060385026037693024, 0.008314922451972961, -0.008415563963353634, -0.017626676708459854, 0.047119490802288055, -0.0570494718849659, 0.02246706373989582, 0.03615433722734451, -0.011626513674855232, 0.014578670263290405, 0.0010213935747742653, 0.016859883442521095, 0.012872554361820221, 0.05175859481096268, -0.04673609510064125, 0.0007254590163938701, 0.017291205003857613, 0.020358379930257797, -0.002858703723177314, 0.056052640080451965, 0.021968647837638855, 0.022198686376214027, -0.026646090671420097, -0.0015623427461832762, 0.022275365889072418, -0.019457397982478142, 0.01503874734044075, -0.007965072989463806, -0.06199529394507408, 0.020377550274133682, -0.017454147338867188, -0.014626595191657543, -0.005664690397679806, -0.026166845113039017, -0.011712778359651566, 0.05103014037013054, 0.04849971830844879, -0.011875721625983715, -0.026128504425287247, -0.05003330856561661, 0.017339129000902176, 0.023368047550320625, -0.028946472331881523, -0.03235870599746704, 0.02507416345179081, 0.0036925922613590956, 0.002131447661668062, 0.020090002566576004, -0.017013242468237877, -0.05122184008359909, -0.01911233924329281, 0.009158395230770111, 0.03713199868798256, -0.015029162168502808, -0.02587929740548134, 0.01934237778186798, 0.011645684018731117, 0.028927303850650787, -0.04830802232027054, -0.07146520167589188, 0.03548339009284973, -0.04271042346954346, -0.0567810945212841, 0.022006986662745476, -0.008434734307229519, -0.010457153432071209, -0.025419220328330994, -0.0032061573583632708, 0.013284705579280853, -0.03713199868798256, -0.08956153690814972, -0.008760620839893818, -0.017473317682743073, -0.0010273840744048357, -0.01115685235708952, -0.009834133088588715, 0.044474050402641296, -0.012690440751612186, 0.10850135236978531, -0.03260791301727295, -0.056052640080451965, 0.01882479153573513, -0.023578915745019913, -0.06582926213741302, -0.004466575104743242, 0.07664106041193008, 0.05459573119878769, -0.00801778957247734, -0.0025376088451594114, 0.021259363740682602, -0.004145479761064053, 0.0011597758857533336, -0.055132485926151276, -0.04290212318301201, -0.007826090790331364, 0.040946800261735916, -0.04646771401166916, 0.05382893607020378, 0.03515750542283058, 0.012757535092532635, -0.04136853665113449, 0.003460157895460725, 0.09500577300786972, -0.026607751846313477, -0.07913313806056976, 0.02867809496819973, 0.06126683950424194, 0.008722282014787197, 0.014003574848175049, 0.000546041177585721, 0.022371213883161545, -0.057816267013549805, 0.0761043056845665, 0.022045327350497246, -0.046276018023490906, -0.05409731715917587, 0.024460727348923683, 0.050761763006448746, 0.0006961051840335131, 0.042442046105861664, -0.03385395556688309, 0.023253027349710464, -0.024844124913215637, 0.04240370914340019, -0.0006439871503971517, -0.0365569032728672, -0.004979368299245834, -0.0016569938743487, 0.03521501272916794, -0.020684268325567245, -0.005151897203177214, -0.01974494569003582, 0.04635269567370415, -0.008185525424778461, 0.03609682619571686, -0.02959824725985527, 0.06000163033604622, -0.00807050708681345, -0.037342868745326996, 0.09071172773838043, -0.014434896409511566, 0.04953489080071449, -0.0016797580756247044, -0.009958736598491669, 0.009402811527252197, -0.0387614369392395, -0.006963447667658329, -0.04474242776632309, 0.024211520329117775, -0.0003690196026582271, -0.03485078737139702, -0.010322963818907738, -0.06640435755252838, 0.003100723261013627, -0.011751118116080761, 0.024978313595056534, -0.002295589540153742, -0.015220860950648785, -0.0224287249147892, -0.01599724031984806, -0.021604420617222786, 0.040678419172763824, -0.007514581084251404, -0.027987981215119362, -0.07361222058534622, 0.02455657720565796, 0.005774917080998421, 0.04765624552965164, 0.03971992805600166, 0.05559256300330162, -0.04136853665113449, -0.04547088220715523, -0.010687191039323807, 0.03243538737297058, -0.03324051946401596, -0.033662255853414536, -0.003999310079962015, -0.05317716300487518, 0.016045164316892624, -0.01540297456085682, -0.0069969953037798405, 0.02852473594248295, -0.009637641720473766, -0.019687436521053314, -0.056052640080451965, -0.004231744445860386, 0.015335879288613796, 0.0018139469902962446, -0.0540589764714241, 0.018211357295513153, 0.0021458249539136887, -0.018431810662150383, -0.02647356316447258, -0.07123516499996185, -0.004588782787322998, 0.015719275921583176, 0.0767560750246048, 0.04010332375764847, -0.0005454421043395996, 0.012364553287625313, -0.12276371568441391, -0.02066509798169136, 0.005640728399157524, 0.003920234274119139, 0.00023243442410603166, 0.06379725784063339, -0.009604094550013542, -0.02614767476916313, 0.05210364982485771, 0.043400540947914124, -0.04819300025701523, 0.0035584033466875553, 0.02403899095952511, 0.04941987246274948, -0.0021302495151758194, 0.08818130940198898, -0.024173179641366005, 0.055170826613903046, 0.03239704668521881, 0.07756121456623077, 0.031821951270103455, 0.052410367876291275, 0.06088344380259514, 0.016208108514547348, 0.07227033376693726, -0.10727448016405106, -0.029253190383315086, -0.02386646345257759, 0.010207944549620152, -0.01820177212357521, -0.028294697403907776, 0.02102932520210743, 0.10535749047994614, 0.005540086422115564, 0.03694029897451401, 0.03084428794682026, 0.018431810662150383, 0.07123516499996185, 0.04723450914025307, 0.00003476407437119633, 0.011463570408523083, 0.04761790484189987, 0.012786289677023888, -0.014511575922369957, -0.0060480874963104725, 0.017013242468237877, 0.06103680282831192, -0.04941987246274948, -0.052448708564043045, 0.02286962978541851, -0.013265536166727543, 0.010265454649925232, -0.03341304883360863, 0.022927140817046165, 0.01904524490237236, 0.023003820329904556, -0.019054830074310303, -0.008933150209486485, 0.01720494031906128, 0.029655758291482925, 0.02551507018506527, -0.005156689789146185, 0.014329462312161922, 0.0761043056845665, -0.018671434372663498, -0.048001304268836975, 0.031534403562545776, -0.017962148413062096, 0.0022141176741570234, -0.07112014293670654, -0.046237677335739136, 0.040870118886232376, 0.036269355565309525, -0.06211031228303909, -0.02842888794839382, 0.02883145399391651, -0.0526404082775116, 0.006225408520549536, 0.0010387662332504988, -0.009929982014000416, 0.003059987211599946, 0.04650605469942093, 0.008348469622433186, -0.05716449022293091, -0.022179516032338142, 0.004004102200269699, -0.06107513979077339, 0.01820177212357521, -0.01650524139404297, 0.03797547146677971, -0.02507416345179081, 0.014348632656037807, -0.0229463092982769, -0.018364716321229935, -0.05992494896054268, -0.012201609089970589, -0.009038584306836128, -0.004490537103265524, 0.005822842009365559, -0.013169686309993267, -0.03477410599589348, 0.004591179080307484, -0.02595597691833973, -0.03548339009284973, -0.05931151658296585, -0.005976200569421053, 0.0009590915287844837, -0.03320217877626419, -0.04769458621740341, 0.0007236617966555059, 0.018853547051548958, 0.024460727348923683, 0.023981481790542603, 0.015508408658206463, -0.020722607150673866, 0.03640354424715042, -0.02338721603155136, 0.03126602619886398, 0.026895299553871155, 0.003994517493993044, 0.02948322892189026, -0.11095508933067322, -0.05317716300487518, -0.03784128278493881, -0.0055736335925757885, -0.024537406861782074, 0.0056790681555867195, 0.009513038210570812, -0.011195192113518715, 0.05022500455379486, 0.038627248257398605, -0.0002685276558622718, 0.05195029079914093, 0.022179516032338142, -0.004473763518035412, 0.017195355147123337, -0.044474050402641296, 0.05839136242866516, 0.006206238642334938, 0.01856599934399128, 0.002966534346342087, 0.007682317402213812, 0.0020296077709645033, 0.008032167330384254, 0.018182601779699326, -0.03379644453525543, -0.0032061573583632708, -0.014607425779104233, -0.0001734272373141721, -0.003551214700564742, 0.010370888747274876, 0.008511412888765335, -0.03699781000614166, -0.019457397982478142, 0.022160345688462257, 0.013323045335710049, 0.04581594094634056, -0.02595597691833973, -0.04750288650393486, -0.0492665134370327, -0.05670441687107086, 0.01295881811529398, 0.014578670263290405, 0.0333171971142292, -0.04217366874217987, -0.028773944824934006, 0.012709610164165497, 0.07656437903642654, 0.020780116319656372, -0.09400894492864609, -0.026377713307738304, 0.0028682886622846127, 0.001845097984187305, 0.037745434790849686, 0.00899065937846899, -0.0191890187561512, 0.008051336742937565, -0.09638600051403046, 0.019936643540859222, 0.028448056429624557, 0.03885728493332863, 0.022122006863355637, -0.00236268388107419, -0.015824710950255394, -0.011559419333934784, 0.01690780743956566, -0.03780294209718704, 0.0008099261322058737, -0.05371391773223877, -0.05018666759133339, 0.014636180363595486, -0.003913045395165682, 0.015824710950255394, 0.022045327350497246, -0.03797547146677971, 0.021776949986815453, 0.007979449816048145, 0.05210364982485771, -0.05651271715760231, -0.0015767201548442245, -0.04048672318458557, 0.05708781257271767, 0.038627248257398605, 0.04125351831316948, -0.06717115640640259, -0.06180359423160553, -0.010485908016562462, -0.014933313243091106, -0.03348972648382187, -0.004873934201896191, 0.05022500455379486, -0.033623915165662766, -0.027106167748570442, 0.038512226194143295, 0.02863975614309311, -0.02948322892189026, 0.05045504495501518, 0.019390303641557693, -0.05904313549399376, -0.018182601779699326, 0.0292340200394392, 0.004607952665537596, -0.02246706373989582, -0.017070751637220383, 0.0028011943213641644, 0.020435059443116188, -0.022812120616436005, 0.025572579354047775, -0.04297880455851555, -0.0675545483827591, -0.005645520519465208, -0.007102429401129484, 0.022447893396019936, 0.0442056730389595, -0.06885810196399689, 0.039911627769470215, -0.018623508512973785, 0.009824547916650772, -0.013581838458776474, -0.07184859365224838, 0.04232702776789665, 0.04642937704920769, -0.06349053978919983, -0.026646090671420097, 0.034103162586688995, 0.07725449651479721, -0.04106181859970093, -0.00033008086029440165, -0.0003992720157839358, 0.05578426271677017, -0.03147689253091812, 0.031304363161325455, 0.01709950529038906, -0.004936236422508955, 0.004097555298358202, 0.04876809939742088, -0.05842970311641693, -0.0014257575385272503, 0.008803753182291985, -0.023463895544409752, 0.0777912512421608, -0.0011597758857533336, -0.04010332375764847, 0.038550566881895065, -0.007687109522521496, -0.041636914014816284, 0.035464223474264145, 0.00845390371978283, 0.019294453784823418, -0.007682317402213812, -0.006762164644896984, -0.027853790670633316, -0.056972794234752655, 0.0215852502733469, 0.002496873028576374, -0.005650313105434179, -0.011243117041885853, 0.056090980768203735, -0.06479409337043762, -0.05260206758975983, -0.014243198558688164, 0.06379725784063339, -0.08572756499052048, -0.006110389716923237, 0.035023316740989685, 0.029061492532491684, -0.03743871673941612, 0.04021834582090378, 0.02438404969871044, 0.048039644956588745, 0.03255040571093559, -0.02816050872206688, -0.020799286663532257, -0.007466656621545553, 0.0005718006868846714, -0.05747120827436447, 0.0438222773373127, -0.02286962978541851, -0.03809048980474472, -0.01505791675299406, -0.012661685235798359, 0.02852473594248295, 0.006723824888467789, 0.041713591665029526, 0.020933475345373154, -0.044550731778144836, 0.027412885800004005, -0.013083422556519508, 0.018690602853894234, -0.07345886528491974, -0.02555340901017189, -0.019725775346159935, -0.11586257070302963, 0.02540004998445511, 0.007663147523999214, 0.08082008361816406, -0.006565673276782036, 0.01698448695242405, 0.011434814892709255, -0.027738772332668304, 0.021010154858231544, 0.01237413752824068, -0.041675254702568054, -0.029789946973323822, 0.003383478382602334, 0.03107432648539543, 0.011310211382806301, 0.06824466586112976, -0.05183527246117592, 0.03841637820005417, -0.02691446803510189, 0.0007733835955150425, 0.03249289467930794, 0.02010917291045189, 0.01978328451514244, -0.027930470183491707, -0.025380881503224373, 0.014942897483706474, -0.032742101699113846, 0.07664106041193008, -0.011252702213823795, -0.02867809496819973, -0.0013011535629630089, 0.03945155069231987, 0.007691902108490467, -0.013572253286838531, -0.032186176627874374, -0.017214525490999222, 0.05294712632894516, 0.013438064604997635, -0.05310048535466194, 0.013869386166334152, -0.01385980099439621, -0.015134596265852451, -0.02202615700662136, 0.010639266110956669, -0.04838469997048378, -0.042595405131578445, 0.017674600705504417, -0.02459491789340973, 0.01621769368648529, 0.04466575011610985, 0.014271953143179417, 0.021700270473957062, 0.04018000513315201, -0.028908133506774902, -0.015287955291569233, -0.013323045335710049, -0.017895054072141647, -0.06517748534679413, 0.005525709129869938, -0.013131346553564072, 0.02812216989696026, -0.023847293108701706, 0.008568922989070415, 0.014310292899608612, -0.048806436359882355, 0.015153766609728336, 0.04129185527563095, 0.1064310073852539, 0.06981658935546875, 0.011942815966904163, 0.011875721625983715 ]
10,404
fastapi.applications
trace
null
def trace( self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = "Successful Response", responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_exclude: Optional[Union[SetIntStr, DictIntStrAny]] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[Response] = Default(JSONResponse), name: Optional[str] = None, callbacks: Optional[List[BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None, ) -> Callable[[DecoratedCallable], DecoratedCallable]: return self.router.trace( path, response_model=response_model, status_code=status_code, tags=tags, dependencies=dependencies, summary=summary, description=description, response_description=response_description, responses=responses, deprecated=deprecated, operation_id=operation_id, response_model_include=response_model_include, response_model_exclude=response_model_exclude, response_model_by_alias=response_model_by_alias, response_model_exclude_unset=response_model_exclude_unset, response_model_exclude_defaults=response_model_exclude_defaults, response_model_exclude_none=response_model_exclude_none, include_in_schema=include_in_schema, response_class=response_class, name=name, callbacks=callbacks, openapi_extra=openapi_extra, )
(self, path: str, *, response_model: Optional[Type[Any]] = None, status_code: Optional[int] = None, tags: Optional[List[str]] = None, dependencies: Optional[Sequence[fastapi.params.Depends]] = None, summary: Optional[str] = None, description: Optional[str] = None, response_description: str = 'Successful Response', responses: Optional[Dict[Union[int, str], Dict[str, Any]]] = None, deprecated: Optional[bool] = None, operation_id: Optional[str] = None, response_model_include: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_exclude: Union[Set[Union[int, str]], Dict[Union[int, str], Any], NoneType] = None, response_model_by_alias: bool = True, response_model_exclude_unset: bool = False, response_model_exclude_defaults: bool = False, response_model_exclude_none: bool = False, include_in_schema: bool = True, response_class: Type[starlette.responses.Response] = <fastapi.datastructures.DefaultPlaceholder object at 0x7f52c37b9180>, name: Optional[str] = None, callbacks: Optional[List[starlette.routing.BaseRoute]] = None, openapi_extra: Optional[Dict[str, Any]] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ 0.0004888316616415977, -0.02013803832232952, -0.038192830979824066, -0.006683745421469212, -0.0071817138232290745, -0.025675084441900253, -0.060633402317762375, 0.040349170565605164, -0.041116684675216675, -0.02945781871676445, 0.0462699756026268, -0.01324870903044939, 0.05796538665890694, -0.06483644247055054, 0.005029940977692604, 0.03998368978500366, 0.053616154938936234, -0.027027366682887077, 0.011731959879398346, -0.04824357479810715, 0.0462699756026268, 0.0068893288262188435, -0.002695427043363452, -0.029256803914904594, 0.0383024737238884, 0.00807714369148016, -0.033130910247564316, -0.03232685104012489, 0.03271060436964035, -0.01684870384633541, -0.03322228044271469, -0.04634306952357292, -0.07093998789787292, 0.0158162172883749, -0.01585276611149311, 0.05628417059779167, -0.03455628827214241, -0.032838523387908936, -0.05833086743950844, -0.06816232204437256, -0.022568490356206894, 0.005468518938869238, -0.041043587028980255, -0.013349216431379318, 0.002115224953740835, 0.007090343628078699, -0.03393496945500374, 0.04177454859018326, 0.025218231603503227, -0.04652580991387367, -0.006272578611969948, -0.025035491213202477, 0.0015053274109959602, 0.01364160142838955, 0.044332921504974365, -0.014061905443668365, 0.017360378056764603, 0.015277132391929626, 0.033130910247564316, -0.060450661927461624, 0.031431421637535095, 0.07327906787395477, 0.0014619264984503388, 0.10869424045085907, 0.015505557879805565, 0.019114689901471138, -0.0027159852907061577, 0.005884254351258278, -0.04330957308411598, -0.026369499042630196, -0.01929743029177189, -0.0029718223959207535, 0.0031682688277214766, -0.0054274024441838264, 0.040751200169324875, -0.028416195884346962, -0.008255315944552422, -0.053798895329236984, 0.025145135819911957, -0.01844768598675728, -0.015167487785220146, -0.03534207493066788, -0.04243241623044014, -0.03632887452840805, -0.028324825689196587, -0.03570755571126938, 0.01312079094350338, -0.05014408007264137, -0.0524100661277771, 0.05650345981121063, -0.08471864461898804, -0.018931947648525238, -0.08515722304582596, -0.005404559429734945, -0.010635515674948692, -0.03991059586405754, 0.04173800349235535, -0.057344067841768265, 0.02233092673122883, 0.010672063566744328, 0.010343129746615887, 0.01452789455652237, -0.04038571938872337, 0.03347811847925186, 0.0019324840977787971, -0.041080135852098465, -0.009995922446250916, 0.028324825689196587, 0.005290346685796976, 0.0060578580014407635, -0.01167713850736618, 0.00038118590600788593, 0.012828405015170574, -0.02739284746348858, 0.00048540529678575695, 0.027264930307865143, 0.021197933703660965, -0.04250551387667656, -0.023573564365506172, 0.00290557905100286, 0.0077025252394378185, -0.06600598245859146, -0.004127657972276211, -0.041445616632699966, -0.03514105826616287, 0.05343341454863548, -0.005463950335979462, 0.01308424212038517, -0.024341076612472534, -0.061145078390836716, -0.005610142834484577, -0.0045776572078466415, 0.030097411945462227, 0.05961005389690399, 0.04045881703495979, 0.06841816008090973, -0.06187603995203972, 0.027776604518294334, -0.038192830979824066, 0.06205878034234047, -0.027776604518294334, 0.0022968235425651073, -0.022294379770755768, -0.011366479098796844, 0.0462699756026268, 0.0038832423742860556, 0.012800994329154491, -0.027338026091456413, 0.008008616045117378, 0.04557555913925171, 0.01685784012079239, -0.05036336928606033, -0.002530960366129875, 0.0495227612555027, -0.02324463240802288, 0.011887289583683014, -0.028580663725733757, 0.004015729296952486, 0.05193493887782097, -0.03932582214474678, -0.029768478125333786, -0.07923641800880432, 0.06611562520265579, -0.09414806962013245, 0.053579606115818024, -0.0019473318243399262, -0.04162835702300072, 0.036676082760095596, -0.04206693544983864, 0.023628387600183487, -0.00879440177232027, -0.0018034233944490552, 0.005166996736079454, 0.01317561324685812, -0.00487004267051816, 0.02328117936849594, 0.01944362185895443, 0.03278370201587677, -0.04524662718176842, -0.008346687071025372, 0.02298879437148571, -0.0178080927580595, -0.046964388340711594, 0.03400806710124016, -0.020156312733888626, 0.0018171289702877402, 0.033313650637865067, -0.029183708131313324, 0.02565681003034115, 0.04937656968832016, -0.028708582744002342, 0.028873048722743988, 0.13559368252754211, -0.008182220160961151, -0.0178080927580595, -0.03393496945500374, 0.020942097529768944, -0.006231461651623249, 0.1066475361585617, -0.029878122732043266, 0.02501721680164337, 0.023482194170355797, 0.016236521303653717, 0.01552383229136467, -0.016428399831056595, 0.06392274051904678, 0.046964388340711594, 0.0012232213048264384, -0.054018184542655945, -0.012846679426729679, -0.019571540877223015, -0.009621303528547287, 0.028799952939152718, -0.01402535755187273, 0.008940594270825386, 0.050911590456962585, 0.008593386970460415, 0.037498414516448975, 0.03685882315039635, -0.027813151478767395, 0.06308212876319885, 0.012599979527294636, -0.04495424032211304, -0.03961820900440216, -0.006359380204230547, -0.01600809581577778, 0.03917963057756424, -0.0004828354867640883, -0.009529933333396912, -0.06819887459278107, 0.0004497137269936502, 0.012033483013510704, -0.003255070885643363, -0.04499078914523125, -0.0647267997264862, 0.017058854922652245, 0.019973570480942726, 0.004004308022558689, 0.004374358337372541, -0.04985169321298599, 0.036676082760095596, 0.02165478654205799, 0.021855801343917847, 0.009118766523897648, -0.002864462323486805, -0.04824357479810715, -0.05873289704322815, -0.01747915893793106, 0.016602003946900368, -0.01600809581577778, 0.0005002529942430556, 0.027447670698165894, -0.02107001654803753, -0.010005059652030468, -0.010489323176443577, -0.015916725620627403, 0.015057843178510666, -0.06973389536142349, 0.022751230746507645, 0.01062637846916914, -0.04703748598694801, -0.012654801830649376, -0.043638505041599274, -0.014500483870506287, -0.02505376562476158, -0.01692179962992668, -0.004659890662878752, -0.06538466364145279, 0.02616848424077034, 0.043638505041599274, 0.02931162714958191, 0.007003541570156813, -0.015423324890434742, 0.014719773083925247, -0.03249131515622139, -0.008090849965810776, -0.010726885870099068, -0.037279125303030014, -0.011192874982953072, 0.015140076167881489, 0.027137011289596558, -0.06958770006895065, 0.0035702986642718315, -0.01384261716157198, 0.02764868550002575, 0.002734259469434619, 0.02417661063373089, 0.09495212882757187, 0.00824161060154438, -0.04923037439584732, 0.07506992667913437, 0.03166898339986801, 0.011932975612580776, -0.014847691170871258, 0.04908418282866478, 0.004043140448629856, -0.08786178380250931, -0.0015887030167505145, 0.0352507047355175, -0.03715120628476143, 0.020229408517479897, -0.0074421195313334465, 0.06567704677581787, -0.017214184626936913, 0.04378470033407211, 0.021307578310370445, 0.04137251898646355, -0.02165478654205799, -0.07324251532554626, 0.04652580991387367, -0.023591838777065277, 0.03954511135816574, -0.023957321420311928, -0.057709548622369766, -0.03397151827812195, 0.04246896505355835, -0.016126876696944237, 0.03896034136414528, 0.01695834845304489, 0.041116684675216675, -0.008387803100049496, 0.014838553965091705, -0.010873078368604183, -0.011914701201021671, 0.0560283325612545, -0.009776633232831955, 0.040678106248378754, -0.02081417851150036, 0.002631467767059803, -0.021782705560326576, -0.02446899563074112, -0.012682212516665459, -0.013943124562501907, -0.015176624990999699, 0.018063928931951523, -0.021453771740198135, -0.03249131515622139, -0.04970550164580345, -0.017789818346500397, 0.03870450332760811, -0.0002325662353541702, -0.01090048998594284, -0.0003035210829693824, 0.02931162714958191, -0.021819252520799637, 0.03353293985128403, 0.03833902254700661, 0.053981635719537735, 0.07075724005699158, 0.047731902450323105, 0.0023390825372189283, -0.019534993916749954, 0.0074421195313334465, 0.09122421592473984, -0.02236747555434704, -0.03176035359501839, -0.0122893201187253, -0.03526897728443146, 0.023482194170355797, 0.011722823604941368, -0.005628417246043682, -0.0037279126700013876, -0.009977648966014385, 0.03528724983334541, 0.03559790924191475, -0.030170507729053497, 0.006181207951158285, -0.01319388672709465, -0.0036982172168791294, 0.02331772819161415, -0.03954511135816574, -0.030682183802127838, 0.0012734750052914023, 0.02247712016105652, -0.022312654182314873, 0.03090147115290165, 0.05573594942688942, -0.025693358853459358, -0.06311868131160736, 0.03537862002849579, 0.020320778712630272, 0.0024829907342791557, 0.014061905443668365, -0.051240526139736176, 0.04828012362122536, 0.002512686187401414, 0.06805267930030823, -0.0292750783264637, -0.03501313924789429, -0.026771528646349907, 0.05489534139633179, -0.07316942512989044, -0.023262904956936836, -0.010105567052960396, 0.018091341480612755, -0.057234425097703934, -0.021124837920069695, 0.01736951433122158, -0.025400973856449127, -0.014893376268446445, 0.009045670740306377, -0.007921813987195492, 0.0357806533575058, -0.0006550116231665015, 0.030024316161870956, -0.0033761365339159966, 0.03303954005241394, 0.0730232298374176, -0.0011889574816450477, 0.025748180225491524, 0.007857855409383774, -0.010982722975313663, -0.06768719851970673, -0.005856843199580908, -0.012508608400821686, 0.051203977316617966, -0.0158162172883749, 0.08464554697275162, -0.027776604518294334, 0.01700403355062008, 0.054712601006031036, 0.0071497345343232155, 0.018767481669783592, 0.02479792945086956, 0.03826592490077019, 0.011923838406801224, -0.02107001654803753, 0.024560365825891495, 0.05518772453069687, 0.00003599494448280893, 0.04327302426099777, -0.04835322126746178, -0.029951220378279686, -0.015761395916342735, 0.0081319659948349, 0.009922826662659645, -0.013769520446658134, 0.018986770883202553, 0.040714655071496964, 0.02128930576145649, 0.013093379326164722, 0.023262904956936836, 0.0017954284558072686, -0.06370344758033752, -0.00272512249648571, 0.0009376888046972454, -0.04645271599292755, -0.0039083692245185375, 0.0849379301071167, -0.04864560440182686, 0.06227806955575943, 0.03090147115290165, 0.025510618463158607, 0.04820702597498894, -0.08369529247283936, -0.048060834407806396, 0.03408116102218628, 0.00037775954115204513, -0.026844626292586327, -0.008565975353121758, 0.02476138062775135, -0.009703537449240685, -0.007953793741762638, -0.037461865693330765, 0.018822304904460907, 0.037936992943286896, 0.03238167241215706, -0.001034769811667502, -0.04996133968234062, -0.08391458541154861, 0.05548011139035225, -0.01630048081278801, -0.043638505041599274, 0.05306793376803398, 0.060816142708063126, 0.05182529613375664, 0.030115686357021332, -0.02660706266760826, -0.024450721219182014, 0.022422298789024353, 0.04857251048088074, -0.07689733803272247, -0.0008520290721207857, -0.023445647209882736, 0.03921617940068245, 0.008506584912538528, 0.005080194678157568, 0.0081319659948349, 0.037644609808921814, -0.0017954284558072686, -0.004052277654409409, 0.005920802243053913, -0.03543344512581825, -0.004125373903661966, -0.016309617087244987, 0.009374603629112244, 0.018338041380047798, -0.04506388679146767, -0.0545664057135582, 0.00043972008279524744, 0.0029352742712944746, -0.07945570349693298, 0.061035431921482086, -0.021892350167036057, -0.0012986019719392061, 0.03000604175031185, 0.0462699756026268, -0.014043631963431835, -0.044186729937791824, 0.0007800748571753502, -0.02244057133793831, 0.050692301243543625, 0.000004733593868877506, 0.035415168851614, -0.047658804804086685, -0.005162428133189678, -0.015377639792859554, 0.01630048081278801, -0.0052857780829072, -0.044150181114673615, 0.03212583437561989, 0.008063438348472118, 0.08113691955804825, -0.01469236146658659, 0.030024316161870956, -0.038119733333587646, 0.010397952049970627, 0.010160389356315136, 0.01236241590231657, 0.040970489382743835, 0.009804044850170612, 0.02772178128361702, 0.007798464503139257, 0.01740606315433979, 0.05555320903658867, 0.03097456879913807, -0.06337451189756393, -0.04268825426697731, -0.041116684675216675, -0.023080164566636086, 0.005614711437374353, 0.006459887605160475, -0.10971758514642715, 0.00409339414909482, -0.024158336222171783, -0.05555320903658867, 0.0002117223630193621, -0.0007732220692560077, -0.018621288239955902, -0.03075527958571911, -0.008200493641197681, -0.016501495614647865, 0.018009107559919357, 0.0019359105499461293, -0.022897424176335335, 0.04221312701702118, 0.04319993034005165, 0.00037233441253192723, -0.010142114944756031, -0.00575633579865098, -0.0016617992660030723, 0.0531410276889801, -0.026771528646349907, -0.04312683269381523, 0.03874105215072632, 0.03528724983334541, 0.060925789177417755, 0.05178874731063843, -0.01291977521032095, -0.02790452167391777, -0.01785377785563469, 0.00002384196523053106, -0.008337549865245819, 0.021928897127509117, -0.019498445093631744, 0.0683085173368454, 0.0737176463007927, 0.018657837063074112, 0.02830655314028263, 0.0272832028567791, 0.02731975167989731, 0.0031020252499729395, -0.014482209458947182, -0.06403238326311111, -0.034720756113529205, -0.00878069642931223, 0.02916543371975422, 0.044040534645318985, 0.030700456351041794, 0.007775621488690376, -0.05467605218291283, -0.02805071510374546, -0.023975595831871033, -0.0036822273395955563, 0.0022819759324193, 0.07401002943515778, -0.05039991810917854, 0.01611774042248726, -0.007414708379656076, 0.06275319308042526, -0.03470247983932495, 0.03282025083899498, 0.037644609808921814, -0.012243635021150112, -0.026734981685876846, 0.007528921589255333, 0.01736951433122158, -0.0015121801989153028, -0.04656235873699188, 0.03678572550415993, 0.010279171168804169, -0.0018194132717326283, 0.028324825689196587, -0.05208113417029381, 0.013851753436028957, -0.044259823858737946, 0.009004553779959679, 0.0777013972401619, 0.05182529613375664, -0.03444664552807808, 0.04016643017530441, -0.04542936757206917, -0.017981696873903275, 0.028763404116034508, -0.020010119304060936, 0.06849125772714615, 0.013796931132674217, -0.08720391988754272, 0.009657852351665497, -0.03205274045467377, -0.0008211915264837444, 0.0352507047355175, -0.05208113417029381, -0.020905548706650734, -0.00481522036716342, -0.05909837782382965, 0.013367490842938423, 0.021051742136478424, -0.00045970737119205296, -0.021307578310370445, -0.057819195091724396, -0.0008497447706758976, -0.06845471262931824, 0.011932975612580776, -0.0328933484852314, 0.021782705560326576, -0.06604252755641937, -0.06944151222705841, 0.07609327882528305, 0.004568520467728376, -0.006724861916154623, 0.04853596165776253, -0.07243845611810684, 0.014820280484855175, 0.02605883963406086, 0.056868940591812134, -0.025821277871727943, -0.010132978670299053, 0.015140076167881489, 0.025254780426621437, -0.01796342246234417, -0.026077114045619965, 0.054310571402311325, -0.0312669537961483, 0.031139034777879715, 0.0031979642808437347, 0.03640197217464447, -0.04999788850545883, 0.0806252509355545, -0.08172169327735901, 0.00022314366651698947, -0.02616848424077034, 0.01153094507753849, 0.028690308332443237, -0.04279790073633194, 0.00862993486225605, 0.0041801962070167065, 0.024231432005763054, 0.033130910247564316, -0.031065938994288445, -0.03411770984530449, 0.03176035359501839, -0.0164466742426157, -0.008291864767670631, 0.001684641931205988, 0.0028439038433134556, 0.0350496880710125, 0.01603550650179386, -0.015450735576450825, -0.024670010432600975, 0.005610142834484577, -0.05515117943286896, -0.022495394572615623, 0.0215085931122303, -0.0015384491998702288, -0.0032733448315411806, -0.033350199460983276, -0.1355205923318863, 0.03674917668104172, 0.022111639380455017, 0.03521415591239929, 0.0020261388272047043, 0.007606586441397667, -0.0006510141538456082, -0.0026268991641700268, 0.01496647298336029, 0.01984565332531929, -0.07433896511793137, -0.004020297899842262, -0.057197876274585724, -0.016163425520062447, -0.02417661063373089, 0.07967499643564224, -0.0323633998632431, 0.009941100142896175, -0.025035491213202477, -0.037900444120168686, 0.009091355837881565, 0.024779655039310455, 0.00952079612761736, -0.027465945109725, 0.016565455123782158, 0.0178080927580595, -0.002802787348628044, 0.02435935102403164, 0.004280703607946634, 0.044077083468437195, 0.06421512365341187, 0.044150181114673615, -0.027959344908595085, -0.003942633047699928, 0.01733296550810337, -0.054529860615730286, -0.03870450332760811, 0.04798773676156998, -0.04828012362122536, -0.06191258877515793, -0.004308114759624004, 0.06008518114686012, -0.03355121240019798, 0.024523817002773285, 0.00034178243367932737, -0.017342103645205498, -0.047658804804086685, 0.00043315283255651593, 0.0030768983997404575, 0.04575829952955246, 0.012599979527294636, 0.030462894588708878, -0.057197876274585724, 0.05562630295753479, 0.005601006094366312, -0.016474084928631783, -0.0034560856875032187, 0.0016012664418667555, -0.034464918076992035, 0.03556136414408684, 0.026972543448209763, 0.0527755469083786, -0.004719281569123268, -0.021837526932358742, 0.007862423546612263, 0.02103346772491932, -0.026771528646349907, 0.0701359212398529, 0.06381309032440186, -0.016766469925642014, 0.03557963669300079 ]
10,405
starlette.applications
url_path_for
null
def url_path_for(self, name: str, **path_params: str) -> URLPath: return self.router.url_path_for(name, **path_params)
(self, name: str, **path_params: str) -> starlette.datastructures.URLPath
[ 0.05171343684196472, 0.019663918763399124, -0.03247660771012306, 0.030447931960225105, -0.0647752583026886, -0.03733475133776665, -0.001356899389065802, 0.012866075150668621, -0.007540801540017128, 0.051926981657743454, 0.023970406502485275, -0.021051960065960884, 0.051926981657743454, 0.0045912135392427444, 0.009484948590397835, -0.027387123554944992, 0.06331603974103928, -0.01612263359129429, 0.009903141297399998, 0.0021621412597596645, 0.03092840686440468, 0.0205003023147583, 0.056233469396829605, -0.03975492715835571, -0.03158683702349663, 0.05598433315753937, 0.016816655173897743, 0.020607074722647667, -0.005690079648047686, -0.08427902311086655, -0.02685326151549816, 0.008884354494512081, 0.03135549649596214, 0.0528879314661026, 0.025091515854001045, 0.06374312937259674, -0.02486017532646656, 0.018613990396261215, -0.01431640051305294, -0.010303537361323833, -0.00497826375067234, 0.04815435782074928, 0.01909446530044079, -0.05441833660006523, 0.07595077157020569, -0.0009420440765097737, -0.07652022689580917, 0.02420174516737461, -0.02359670214354992, 0.033562127500772476, -0.012180952355265617, -0.049222081899642944, -0.03014541044831276, 0.011878430843353271, 0.028401460498571396, 0.0025936798192560673, 0.009467153809964657, 0.04438173025846481, 0.013604584150016308, 0.010597161948680878, 0.0360356867313385, -0.0694020688533783, 0.06555826216936111, 0.05349297821521759, -0.013764742761850357, -0.0007234942750073969, 0.04794081300497055, -0.009008921682834625, 0.0060860272496938705, 0.03694325312972069, 0.07039860635995865, 0.03982611000537872, -0.011549215763807297, -0.022226456552743912, -0.011531420052051544, 0.030038638040423393, 0.029131071642041206, -0.006628787145018578, 0.041890375316143036, 0.04594772681593895, 0.0020987452007830143, -0.021710390225052834, -0.11168394237756729, -0.08050639927387238, -0.02558978646993637, 0.03583993762731552, -0.034220557659864426, -0.10570468753576279, 0.005049445200711489, -0.01713697239756584, 0.006762252654880285, -0.0013435528380796313, -0.032298654317855835, -0.0261236485093832, 0.05541488155722618, -0.0429936908185482, 0.0008714185678400099, 0.0008330472046509385, 0.022048503160476685, -0.021318890154361725, 0.0489017628133297, -0.008572934195399284, -0.04779844731092453, 0.011816146783530712, 0.009493846446275711, 0.0004076259210705757, 0.03432732820510864, 0.014209628105163574, -0.01818690076470375, 0.0038504800759255886, -0.010089992545545101, 0.04569859057664871, -0.041498877108097076, -0.05032539367675781, -0.023489929735660553, 0.0350569412112236, 0.020589279010891914, -0.003407819429412484, -0.024023791775107384, -0.01937919296324253, -0.037975385785102844, 0.008737541735172272, -0.010223458521068096, -0.043741095811128616, 0.03543064370751381, 0.04786963015794754, -0.09175308793783188, -0.018934307619929314, -0.006548707839101553, -0.05409802123904228, 0.007042529992759228, 0.05466747283935547, -0.09403090178966522, -0.010766217485070229, -0.010695036500692368, 0.04708663374185562, 0.023454338312149048, 0.02327638491988182, 0.029433593153953552, 0.1230018138885498, -0.011050944216549397, -0.016932323575019836, -0.006864576134830713, 0.0015415266389027238, 0.053920067846775055, 0.016104837879538536, 0.06100263446569443, 0.0376906618475914, -0.03886515647172928, 0.04057351499795914, 0.009805265814065933, 0.052532024681568146, 0.05733678489923477, 0.02147904969751835, 0.029184458777308464, -0.037655070424079895, 0.018329262733459473, 0.03826011344790459, -0.00811025407165289, -0.041748013347387314, 0.0062906742095947266, -0.022333228960633278, -0.023632293567061424, -0.048296719789505005, -0.02685326151549816, -0.03172919899225235, -0.025162696838378906, 0.06320926547050476, -0.0009759665699675679, 0.0051339734345674515, -0.001790662296116352, 0.029433593153953552, -0.03854484111070633, -0.009992117993533611, 0.008199230767786503, -0.05594874173402786, -0.002010880270972848, 0.013515607453882694, 0.0489017628133297, -0.07794386148452759, 0.04217510297894478, -0.017225949093699455, -0.04594772681593895, 0.023685678839683533, 0.018596194684505463, 0.034540873020887375, -0.058155372738838196, 0.0429580993950367, -0.026799874380230904, 0.015223965980112553, -0.05228288844227791, 0.005316376220434904, 0.05039657652378082, 0.04253100976347923, 0.004126308485865593, -0.01872076280415058, 0.059472233057022095, 0.020909596234560013, -0.028348075225949287, 0.06292454153299332, 0.0654514878988266, 0.001885200385004282, -0.035608597099781036, 0.012697018682956696, 0.014894750900566578, -0.012848279438912868, 0.08677037805318832, -0.012510167434811592, 0.04815435782074928, 0.025162696838378906, -0.04662395268678665, 0.0023022801615297794, -0.016816655173897743, 0.027155783027410507, -0.022048503160476685, -0.014796876348555088, -0.06377872079610825, -0.007149302400648594, 0.045129138976335526, 0.0010693924268707633, 0.03331299126148224, -0.026212627068161964, 0.056233469396829605, 0.006966899614781141, -0.006397446617484093, -0.03822452202439308, -0.0019508209079504013, -0.026621920987963676, -0.02558978646993637, 0.008417224511504173, 0.015651054680347443, -0.030981793999671936, 0.03285031020641327, -0.019005488604307175, 0.05242525413632393, 0.029985250905156136, -0.044986773282289505, -0.02003762125968933, 0.0075674946419894695, -0.015054909512400627, 0.027493895962834358, -0.017323823645710945, -0.018222490325570107, -0.004391015507280827, 0.024094972759485245, -0.0005866921273991466, 0.007656471338123083, -0.02162141352891922, 0.03304605931043625, -0.041142966598272324, 0.01877414807677269, 0.027920985594391823, -0.017074687406420708, -0.01199410017579794, -0.030519112944602966, -0.03366889804601669, -0.07488305121660233, 0.01911226101219654, 0.018489422276616096, 0.05182020738720894, -0.048759400844573975, 0.06377872079610825, -0.01821359246969223, -0.0244686771184206, -0.000360912992618978, -0.03683648258447647, -0.05167784541845322, -0.024771198630332947, -0.05149989202618599, 0.02763625793159008, 0.009778573177754879, -0.022030707448720932, -0.026016876101493835, 0.013542300090193748, 0.07317469269037247, -0.019948644563555717, -0.008065765723586082, 0.021603617817163467, -0.03979051858186722, 0.003679199144244194, -0.022956067696213722, -0.05765710026025772, 0.013942697085440159, -0.029006503522396088, -0.0074740685522556305, 0.03416717052459717, -0.00318315252661705, 0.023774655535817146, -0.036658525466918945, 0.00621504383161664, 0.04381227865815163, -0.019254624843597412, -0.059863731265068054, 0.008657462894916534, -0.0076164319179952145, -0.026141444221138954, -0.00312309293076396, -0.00019422011973802, 0.028650596737861633, -0.0641346275806427, 0.003452307777479291, 0.02895311824977398, -0.030519112944602966, 0.012536860071122646, -0.01696791499853134, 0.014156241901218891, -0.02432631328701973, 0.0057879542000591755, 0.010686138644814491, 0.016398461535573006, -0.0416412390768528, -0.03247660771012306, -0.03523489460349083, 0.00856848619878292, 0.06004168465733528, 0.0072694215923547745, 0.023756861686706543, 0.02445088140666485, -0.001072729006409645, 0.05335061252117157, -0.010721729137003422, 0.1037827804684639, -0.06637685000896454, -0.03270794823765755, -0.023899223655462265, 0.004404361825436354, 0.008933291770517826, 0.010454798117280006, -0.025696558877825737, 0.0350213497877121, 0.00961841456592083, 0.012999541126191616, 0.03548403084278107, -0.040431153029203415, -0.014396479353308678, -0.0015726685523986816, 0.020998572930693626, 0.02242220565676689, -0.03366889804601669, 0.020055416971445084, 0.09111245721578598, -0.072071373462677, -0.012625837698578835, -0.014957034960389137, -0.049755942076444626, 0.04509354755282402, -0.013568993657827377, 0.005623346660286188, 0.02473560720682144, -0.05263879895210266, -0.0403243787586689, -0.0495779886841774, -0.008853211998939514, 0.026426171883940697, 0.02121211774647236, 0.014334196224808693, 0.025287264958024025, 0.003799318103119731, -0.022315433248877525, 0.02564317360520363, 0.011246693320572376, -0.041498877108097076, -0.032618969678878784, -0.0667683482170105, 0.009573926217854023, 0.00345453224144876, 0.06196358799934387, 0.00485814455896616, 0.01243008766323328, 0.012697018682956696, -0.0350213497877121, -0.006731110624969006, 0.048225536942481995, -0.002709349850192666, 0.034149374812841415, -0.0015404144069179893, 0.06004168465733528, -0.012581348419189453, 0.028935322538018227, 0.02639058046042919, 0.00848395749926567, 0.021728185936808586, 0.0872686505317688, 0.039043109863996506, 0.041142966598272324, -0.04840349033474922, 0.029593752697110176, 0.003748156363144517, 0.010143378749489784, -0.012180952355265617, 0.05395565554499626, -0.05719441920518875, 0.028045551851391792, -0.021123141050338745, -0.0054409438744187355, -0.0647396668791771, -0.003770400770008564, 0.00816808920353651, -0.05790623649954796, 0.04797640070319176, 0.039897289127111435, 0.012163156643509865, -0.02407717891037464, 0.04548504576086998, 0.03290369734168053, -0.006099374033510685, 0.048830579966306686, 0.06979356706142426, -0.023258589208126068, -0.01015227660536766, -0.03548403084278107, 0.009387074038386345, -0.12043927609920502, -0.008951086550951004, 0.03583993762731552, -0.019147852435708046, 0.02340095303952694, 0.007585289888083935, 0.01638956554234028, 0.0003411712241359055, -0.004339853301644325, 0.005698977503925562, 0.046054497361183167, 0.012679223902523518, 0.06296013295650482, 0.025945695117115974, -0.04007524251937866, 0.042744554579257965, 0.03591112047433853, 0.027387123554944992, -0.025305060669779778, -0.07644904404878616, -0.04349195957183838, 0.013364346697926521, 0.04911530762910843, 0.02704901061952114, 0.043064869940280914, -0.04078705981373787, -0.03644498065114021, -0.05310147628188133, 0.008421673439443111, -0.026604125276207924, -0.04786963015794754, 0.017377208918333054, 0.07829976826906204, -0.03247660771012306, -0.03343755751848221, -0.06801402568817139, -0.02968272939324379, -0.047300178557634354, -0.033348582684993744, -0.0205003023147583, 0.007238279562443495, -0.046588361263275146, -0.050538938492536545, -0.051926981657743454, 0.004213061183691025, 0.0013835924910381436, -0.0030875022057443857, 0.005125075578689575, 0.02016218937933445, 0.014796876348555088, 0.030625885352492332, -0.04384787008166313, 0.014245218597352505, -0.031106362119317055, -0.017813196405768394, -0.031248724088072777, 0.021834958344697952, -0.07787267863750458, 0.016451848670840263, 0.0012189849512651563, -0.04199714586138725, 0.04377668723464012, -0.005556614138185978, 0.02591010369360447, -0.04534268379211426, 0.02564317360520363, -0.00844836700707674, -0.009244711138308048, -0.025305060669779778, -0.018133513629436493, 0.04345637187361717, 0.06449053436517715, -0.012536860071122646, -0.020678255707025528, -0.025038130581378937, 0.05851127952337265, -0.05004066973924637, -0.028703982010483742, 0.01889871619641781, 0.03236983343958855, -0.05829773470759392, 0.09282081574201584, -0.0456274077296257, 0.014049469493329525, -0.0099120382219553, -0.010953069664537907, -0.020980779081583023, 0.009645107202231884, 0.03187156468629837, -0.05128634721040726, 0.040288787335157394, 0.03080384060740471, -0.005921419709920883, 0.04463086649775505, 0.005556614138185978, 0.037121206521987915, -0.016718778759241104, 0.038651611655950546, -0.013275369070470333, 0.0032721294555813074, -0.0032676805276423693, 0.03589332476258278, 0.02815232425928116, -0.030252182856202126, -0.020126599818468094, -0.04046674445271492, -0.0020186658948659897, -0.001926352153532207, 0.019788486883044243, -0.005058343056589365, 0.031052974984049797, 0.010881887748837471, -0.0015737807843834162, 0.02962934412062168, -0.024415289983153343, 0.039043109863996506, 0.008501753211021423, 0.08570265024900436, 0.04324282705783844, 0.057514738291502, -0.0031520104967057705, 0.07452714443206787, 0.018560603260993958, 0.05648260563611984, -0.05744355544447899, -0.03418496623635292, -0.0360356867313385, 0.06691070646047592, 0.02564317360520363, -0.019414782524108887, -0.02882855013012886, -0.0502542145550251, -0.03893633931875229, -0.06260421872138977, 0.019859667867422104, 0.003069706726819277, 0.05872482433915138, -0.03907870128750801, 0.004546725191175938, 0.017377208918333054, -0.03406039997935295, 0.016576416790485382, 0.03979051858186722, -0.004524481017142534, -0.0016271669883280993, 0.014147344045341015, -0.033401969820261, 0.031230930238962173, -0.07029183208942413, 0.016300586983561516, 0.004168572835624218, 0.05103721097111702, -0.025874514132738113, 0.0429580993950367, 0.04178360104560852, -0.07374414056539536, -0.0030363404657691717, 0.023721270263195038, 0.00715820025652647, 0.0025758843403309584, 0.020945187658071518, -0.06100263446569443, 0.009031166322529316, 0.0050850361585617065, 0.06925970315933228, -0.034345123916864395, 0.017688628286123276, -0.04900853708386421, 0.00718934228643775, 0.010917479172348976, 0.020126599818468094, 0.012100872583687305, -0.046054497361183167, -0.04779844731092453, -0.014334196224808693, -0.03160463273525238, -0.01582900993525982, -0.009404869750142097, -0.02313402108848095, -0.04979153349995613, -0.008435020223259926, 0.031764790415763855, -0.008301555179059505, 0.0045912135392427444, -0.04811876639723778, 0.00936038140207529, 0.028970913961529732, 0.05032539367675781, -0.031106362119317055, 0.0054320464842021465, 0.0396481528878212, 0.010828501544892788, 0.01243008766323328, 0.003158683655783534, 0.039007518440485, 0.03393582999706268, -0.06189240515232086, 0.0066376845352351665, 0.06089586392045021, -0.027689645066857338, 0.04057351499795914, 0.03151565417647362, -0.003249885281547904, -0.006352958269417286, -0.01358678936958313, 0.03226306289434433, 0.005561063066124916, 0.030625885352492332, -0.02293827198445797, -0.012581348419189453, -0.008559588342905045, 0.020215576514601707, -0.04940003529191017, -0.02537624165415764, 0.030447931960225105, 0.005694528575986624, 0.010339127853512764, 0.041285332292318344, -0.008928842842578888, 0.006699968595057726, -0.0044510746374726295, -0.05957900360226631, -0.000769095029681921, -0.07171546667814255, -0.009387074038386345, -0.030572500079870224, -0.02564317360520363, 0.0018985469359904528, -0.0839942917227745, 0.037192389369010925, -0.04092942178249359, -0.005694528575986624, -0.05548606067895889, 0.027315940707921982, -0.028881937265396118, -0.04217510297894478, 0.052389662712812424, -0.016184916719794273, 0.01801784336566925, -0.013809231109917164, 0.025803331285715103, 0.003694770159199834, 0.041142966598272324, 0.05452511087059975, -0.0016816654242575169, -0.03868720307946205, -0.03318842500448227, -0.009885345585644245, -0.05249643325805664, -0.07773031294345856, 0.020482506603002548, -0.011362363584339619, 0.004649048671126366, -0.0009587272652424872, -0.016087042167782784, -0.02493135817348957, -0.03514591604471207, -0.014423172920942307, -0.04014642536640167, -0.0024602143093943596, -0.009164631366729736, -0.06797843426465988, -0.007118160370737314, 0.007598636206239462, -0.023418748751282692, -0.04601890966296196, -0.002486907411366701, 0.0004398800665512681, -0.01996644027531147, -0.04900853708386421, -0.04523590952157974, 0.049827124923467636, 0.07256964594125748, 0.06306689977645874, -0.01100645586848259, -0.013506709598004818, 0.04039556160569191, 0.03135549649596214, 0.00703808106482029, -0.029202254489064217, 0.004573418293148279, 0.014440968632698059, -0.04384787008166313, 0.03495016694068909, 0.017208153381943703, -0.09210899472236633, 0.05758591741323471, 0.004406586289405823, 0.008799825794994831, 0.019859667867422104, 0.034487489610910416, -0.03384685516357422, 0.034149374812841415, 0.016674291342496872, 0.07808621972799301, -0.03616025671362877, -0.06691070646047592, -0.01904108002781868, -0.0416412390768528, -0.06968679279088974, 0.056696150451898575, -0.023828042671084404, 0.031248724088072777, 0.005872482433915138, -0.01504601165652275, 0.009209120646119118, -0.041142966598272324, 0.0014959259424358606, 0.04520031809806824, -0.04708663374185562, 0.01989525929093361, -0.048759400844573975, 0.001752846990711987, 0.02624821662902832, -0.017208153381943703, -0.045057956129312515, 0.07844212651252747, 0.007264972664415836, -0.038366883993148804, 0.013453323394060135, -0.0011016465723514557, 0.0032098456285893917, 0.04534268379211426, -0.0122343385592103, 0.02902429923415184, -0.032423220574855804, -0.04103619605302811, 0.004577867221087217, -0.010134480893611908, 0.046054497361183167, -0.05110839381814003, -0.07296114414930344, 0.05310147628188133, 0.02980729751288891, 0.026871055364608765, 0.030109819024801254, -0.006579849869012833, -0.007554147858172655, 0.05726560205221176, 0.010730626992881298, 0.02288488671183586, -0.009209120646119118, -0.03099958971142769, -0.06103822588920593, -0.004520032089203596, -0.05541488155722618, -0.029433593153953552, 0.002773858141154051, -0.05908073112368584, 0.04833231121301651, 0.006699968595057726, -0.023881427943706512, 0.03683648258447647, 0.014209628105163574, -0.027351532131433487, 0.017448391765356064 ]
10,406
fastapi.applications
websocket
null
def websocket( self, path: str, name: Optional[str] = None ) -> Callable[[DecoratedCallable], DecoratedCallable]: def decorator(func: DecoratedCallable) -> DecoratedCallable: self.add_api_websocket_route(path, func, name=name) return func return decorator
(self, path: str, name: Optional[str] = None) -> Callable[[~DecoratedCallable], ~DecoratedCallable]
[ -0.014976713806390762, -0.0573539063334465, -0.03741992637515068, -0.021262912079691887, -0.02028369903564453, 0.0061681680381298065, -0.011033632792532444, 0.035356584936380386, -0.040602367371320724, 0.031422246247529984, 0.05689927190542221, -0.01295708678662777, 0.04207118973135948, -0.01432099100202322, -0.010465339757502079, 0.010456596501171589, 0.10414630174636841, -0.02561691217124462, -0.03495440632104874, -0.035688817501068115, 0.032191626727581024, -0.017109999433159828, 0.03612596541643143, -0.041022032499313354, -0.0025529481936246157, 0.051688458770513535, -0.038329195231199265, 0.06431331485509872, -0.0038053791504353285, -0.07861682027578354, -0.0071910955011844635, -0.04084717109799385, 0.04266571253538132, 0.0036327054258435965, 0.038399141281843185, 0.026141490787267685, -0.02400820516049862, -0.02708573266863823, -0.06609687954187393, -0.03881880268454552, 0.06592202186584473, 0.03511178120970726, -0.024165578186511993, -0.016567934304475784, 0.04798143729567528, 0.015326432883739471, -0.03581121936440468, 0.05182834714651108, -0.004192255903035402, 0.023046478629112244, -0.006045766174793243, -0.008069764822721481, 0.0236235149204731, 0.03201676905155182, 0.01829029992222786, 0.0019442187622189522, 0.026858415454626083, 0.04322526231408119, 0.05672441050410271, -0.04801641032099724, -0.014049958437681198, 0.017092512920498848, 0.057109102606773376, 0.0666564330458641, 0.004839235916733742, -0.03388776630163193, 0.0052064405754208565, -0.0048654647544026375, -0.016943883150815964, 0.01680399477481842, 0.038783829659223557, 0.04616289958357811, 0.00525452708825469, -0.04109197482466698, -0.022067265585064888, 0.043260231614112854, 0.022819161415100098, -0.010386652313172817, -0.0015748280566185713, 0.044449277222156525, 0.010290480218827724, -0.010578998364508152, -0.03353804722428322, 0.0358811616897583, 0.011575696989893913, 0.008471941575407982, 0.007033722009509802, -0.0703284814953804, -0.06903451681137085, 0.04168649762868881, -0.04973003268241882, -0.007409669924527407, -0.045603349804878235, -0.04784155264496803, 0.027365507557988167, -0.06099098175764084, 0.011549468152225018, 0.005923364777117968, 0.06347398459911346, 0.015020428225398064, -0.06266963481903076, 0.09477383643388748, -0.03138727322220802, 0.004891693592071533, 0.05508073419332504, -0.04542849212884903, 0.029988398775458336, -0.034919437021017075, -0.07637861371040344, -0.017005084082484245, 0.041441693902015686, 0.0037113921716809273, 0.041057001799345016, 0.01717120036482811, 0.008310195989906788, 0.07700811326503754, -0.010675170458853245, 0.0006579087348654866, 0.011418323032557964, -0.02140279859304428, 0.006544115487486124, 0.0064085996709764, 0.054765984416007996, -0.01147078163921833, 0.008415112271904945, 0.07532946020364761, -0.015597464516758919, 0.02754036709666252, 0.025407081469893456, 0.0014010615414008498, -0.004419573117047548, 0.06270460784435272, 0.005499330349266529, 0.03658059984445572, 0.025442052632570267, 0.02596663124859333, 0.01105111837387085, -0.0059146215207874775, 0.01166312675923109, 0.03790953382849693, -0.025389594957232475, -0.015413862653076649, -0.007365955039858818, -0.0010469710687175393, 0.045638322830200195, 0.03058292157948017, -0.029166558757424355, 0.041441693902015686, 0.020685875788331032, -0.007912390865385532, -0.010648941621184349, 0.029621195048093796, -0.0021136137656867504, -0.011138548143208027, 0.03787456080317497, -0.02096565067768097, -0.025302166119217873, 0.06578212976455688, 0.04532357305288315, -0.009180122055113316, 0.014644480310380459, 0.002782451221719384, -0.019391914829611778, -0.07057328522205353, 0.00552993081510067, -0.020895706489682198, 0.021053079515695572, 0.009451154619455338, 0.0015584350330755115, 0.0699787586927414, 0.026158977299928665, 0.034185025840997696, 0.023885803297162056, 0.02477758750319481, 0.03402765467762947, -0.012563653290271759, -0.010063162073493004, 0.035723790526390076, 0.027243105694651604, -0.03280363604426384, 0.019951466470956802, -0.04280559718608856, -0.014382191002368927, 0.004415201488882303, -0.01066642813384533, 0.05532553791999817, 0.014277275651693344, -0.017660805955529213, 0.006343027111142874, 0.03734998404979706, -0.06064126268029213, 0.018867336213588715, 0.09973984211683273, -0.0053200991824269295, -0.0005120103596709669, -0.010911230929195881, 0.014828083105385303, 0.05151360109448433, 0.01949683018028736, -0.011217234656214714, 0.0685449093580246, 0.026473723351955414, 0.005923364777117968, 0.028152374550700188, 0.028729410842061043, -0.036056023091077805, 0.04123186320066452, -0.018465159460902214, -0.04049745202064514, -0.04766669124364853, 0.009066463448107243, 0.01145329512655735, 0.021927377209067345, 0.006351770367473364, -0.018132926896214485, 0.01876242086291313, 0.0038818803150206804, -0.010919974185526371, 0.07819715142250061, 0.03864394128322601, 0.05536050722002983, 0.04535854607820511, -0.01747720316052437, -0.010762600228190422, 0.01753840409219265, -0.033380672335624695, -0.0017442231765016913, -0.10967186093330383, -0.05105896666646004, 0.0055736456997692585, 0.020388614386320114, -0.010482825338840485, 0.05007975175976753, -0.021140510216355324, -0.12827691435813904, 0.023081449791789055, -0.04696725308895111, 0.006500400602817535, 0.017372287809848785, -0.026158977299928665, 0.03738495334982872, -0.012117761187255383, 0.03385279327630997, 0.061235785484313965, 0.04049745202064514, -0.014644480310380459, -0.009783387184143066, -0.010788829065859318, 0.01643679104745388, -0.010544026270508766, -0.07267159223556519, 0.02675349824130535, -0.04343509301543236, -0.03088018298149109, -0.04249085113406181, -0.0024939333088696003, -0.0788266509771347, -0.016926396638154984, -0.03825925290584564, 0.01144455187022686, -0.03348558768630028, 0.016541706398129463, -0.012126504443585873, 0.01411115936934948, 0.015807295218110085, -0.06144561618566513, -0.023571057245135307, -0.01953180320560932, -0.03544401377439499, -0.006412971299141645, -0.04392470046877861, -0.006478543393313885, 0.021245425567030907, -0.008616200648248196, 0.008970290422439575, -0.08582102507352829, 0.019007224589586258, -0.00976590160280466, 0.010377909988164902, -0.04696725308895111, -0.011689355596899986, -0.014390934258699417, 0.005945221986621618, 0.007588901091367006, -0.03700026497244835, 0.039902932941913605, 0.010937459766864777, 0.0014731910778209567, 0.01486305519938469, -0.07952608913183212, 0.04731697216629982, -0.03822427988052368, -0.029656166210770607, 0.050989020615816116, 0.03560138866305351, 0.0443793348968029, -0.025669369846582413, 0.005171468947082758, 0.04612792655825615, -0.05843803659081459, 0.04165152460336685, 0.03088018298149109, 0.002430546563118696, -0.003234900301322341, 0.015885982662439346, -0.055570337921381, -0.038399141281843185, 0.01756463386118412, -0.07812721282243729, 0.021665088832378387, -0.036825403571128845, -0.03401016816496849, -0.09477383643388748, -0.0434001199901104, 0.031177444383502007, 0.02173503302037716, 0.0008207466453313828, 0.012126504443585873, 0.004489516839385033, 0.06025657430291176, 0.02058096043765545, -0.0116543835029006, -0.04917048290371895, -0.018465159460902214, -0.009940761141479015, -0.04686233773827553, 0.06403353810310364, -0.048610933125019073, 0.0016863009659573436, 0.014941741712391376, -0.07924631237983704, 0.011479523964226246, 0.02066838927567005, -0.045918095856904984, -0.03556641563773155, -0.010780086740851402, -0.012423764914274216, -0.0024567756336182356, -0.025704342871904373, 0.026875900104641914, 0.033083412796258926, 0.02906164340674877, 0.012738512828946114, 0.02897421456873417, -0.028152374550700188, 0.02865946665406227, -0.01712748594582081, 0.041406720876693726, 0.06634168326854706, -0.02972611039876938, 0.07553929090499878, -0.04462413862347603, -0.0756092369556427, 0.03556641563773155, 0.01603461429476738, -0.0010901394998654723, -0.0027081361040472984, -0.024218035861849785, 0.0027890086639672518, -0.030390575528144836, -0.028886783868074417, 0.050534386187791824, -0.0012469666544348001, 0.04154660925269127, -0.010491568595170975, 0.017809437587857246, 0.0655023604631424, 0.03201676905155182, 0.003210857044905424, 0.036405742168426514, 0.0034950035624206066, 0.03247140347957611, 0.03790953382849693, 0.030617892742156982, -0.03787456080317497, -0.012895885854959488, 0.043679896742105484, -0.03154464811086655, -0.023973233997821808, -0.00735284062102437, -0.004227227531373501, 0.03271620720624924, 0.09540332853794098, -0.01870996318757534, 0.06861485540866852, -0.016113299876451492, -0.0018065168987959623, -0.03238397464156151, -0.03247140347957611, -0.01825532875955105, 0.011225977912545204, -0.037629757076501846, -0.027225619181990623, 0.007794361095875502, -0.03088018298149109, -0.013027030974626541, 0.03394022211432457, 0.03439485654234886, -0.003068783786147833, 0.0060501378029584885, 0.06795039027929306, -0.007597643882036209, 0.01756463386118412, 0.014583279378712177, 0.0164193045347929, 0.024672672152519226, 0.013586580753326416, 0.07875670492649078, 0.00695940712466836, 0.01314943190664053, -0.040987059473991394, -0.0046162898652255535, -0.04472905397415161, 0.03693031892180443, 0.01799304038286209, -0.015029171481728554, 0.01356909517198801, 0.02638629451394081, -0.04360995069146156, 0.002937639132142067, -0.020476043224334717, -0.019182084128260612, 0.04955517500638962, 0.055185649544000626, -0.010001962073147297, -0.0018830179469659925, -0.011357123032212257, 0.01982906460762024, -0.010613969527184963, 0.029498793184757233, 0.020458558574318886, -0.06924434751272202, -0.016690336167812347, -0.009232579730451107, 0.013193147256970406, -0.0034119454212486744, 0.0033332586754113436, 0.034517258405685425, 0.033013466745615005, 0.007567043416202068, 0.0116543835029006, 0.0011540724663063884, -0.01719742827117443, -0.027715226635336876, 0.01982906460762024, -0.031177444383502007, -0.05536050722002983, 0.0036917205434292555, 0.11316905170679092, -0.07148255407810211, 0.05427638068795204, 0.0001542315148981288, 0.016690336167812347, 0.030810238793492317, -0.0039059233386069536, -0.03547898679971695, 0.04385475441813469, -0.035286642611026764, 0.01648050546646118, -0.0350768081843853, 0.05329716578125954, -0.0006453407113440335, -0.024620212614536285, -0.06672637164592743, -0.031492192298173904, -0.023431168869137764, 0.017809437587857246, -0.04931037127971649, 0.028029972687363625, -0.047876521944999695, 0.07456007599830627, 0.006111338268965483, -0.039832986891269684, -0.005084039177745581, 0.05791345611214638, 0.004725577309727669, -0.04042750969529152, 0.020143810659646988, -0.01105986163020134, 0.020790791139006615, -0.035356584936380386, -0.04263073951005936, -0.033415645360946655, 0.0021037780679762363, -0.005661075469106436, -0.004944151733070612, -0.008655543439090252, -0.0056654466316103935, 0.044064585119485855, 0.008970290422439575, -0.03238397464156151, 0.06462805718183517, -0.004607547074556351, -0.02670104056596756, 0.016620391979813576, 0.020843248814344406, -0.007873048074543476, -0.007562672253698111, -0.0019933979492634535, 0.021070566028356552, -0.023798374459147453, -0.03161459043622017, 0.009083949029445648, 0.03178945183753967, 0.0007868676329962909, -0.011418323032557964, -0.00688509177416563, -0.040952086448669434, -0.029935941100120544, -0.004633775912225246, -0.04004281759262085, 0.01837773062288761, -0.031859394162893295, 0.06053634732961655, -0.0233087670058012, -0.0451836884021759, -0.030757781118154526, 0.010369166731834412, -0.05448621138930321, -0.07281148433685303, 0.02143777161836624, 0.03776964545249939, 0.061235785484313965, 0.017800694331526756, 0.008117850869894028, -0.04689731076359749, 0.05256275832653046, -0.05459112673997879, 0.013481665402650833, 0.03679043427109718, 0.04993986338376999, 0.06252975016832352, -0.024287980049848557, 0.015851011499762535, 0.02638629451394081, 0.009608527645468712, -0.06476794928312302, -0.007934248074889183, -0.05459112673997879, 0.03547898679971695, -0.013245604932308197, -0.005704790353775024, -0.011488267220556736, -0.06819519400596619, -0.10778337717056274, -0.030058342963457108, -0.031859394162893295, -0.0328386090695858, -0.025004904717206955, -0.06529252976179123, -0.027715226635336876, -0.003794450545683503, -0.040672313421964645, 0.026631098240613937, -0.04773663356900215, -0.045253630727529526, -0.001701601198874414, -0.024340437725186348, -0.04777160659432411, 0.01470568124204874, -0.06155053526163101, -0.0028414663393050432, -0.020353643223643303, 0.028502093628048897, -0.014049958437681198, 0.0504644438624382, 0.07567917555570602, -0.013857613317668438, -0.049030594527721405, -0.005988936871290207, -0.03434240072965622, -0.015002942644059658, 0.024357924237847328, -0.07602889835834503, -0.030827725306153297, 0.03289106488227844, 0.05452118441462517, -0.054346323013305664, 0.0030294402968138456, -0.02474261447787285, 0.01011562068015337, -0.007164866663515568, -0.0655023604631424, -0.057004187256097794, -0.02294156327843666, 0.016113299876451492, 0.0450088270008564, 0.05672441050410271, -0.06284449249505997, -0.006465428974479437, -0.020773304626345634, -0.07952608913183212, -0.0005978008266538382, -0.027750197798013687, 0.008808545768260956, 0.027260592207312584, -0.03790953382849693, 0.03086269646883011, 0.018447674810886383, 0.061620477586984634, -0.04703719913959503, 0.03899366036057472, 0.006670888978987932, -0.017765721306204796, -0.03500686585903168, 0.02481255866587162, -0.011365865357220173, -0.020790791139006615, -0.006574715953320265, -0.019391914829611778, -0.00896154809743166, 0.028904270380735397, -0.013840126805007458, 0.06179533526301384, 0.015326432883739471, 0.051688458770513535, -0.035723790526390076, 0.002539833774790168, 0.00043059143354184926, -0.0029026672709733248, 0.005215183831751347, -0.043260231614112854, -0.016970111057162285, -0.017092512920498848, -0.003879694500938058, 0.01396252866834402, 0.024322953075170517, 0.0009699236252345145, -0.003873137291520834, 0.0023977605160325766, -0.006268712226301432, -0.026263892650604248, 0.027575338259339333, -0.023763401433825493, 0.009022749029099941, -0.033013466745615005, -0.04049745202064514, -0.021455256268382072, -0.025809258222579956, -0.051338739693164825, -0.016629135236144066, 0.06298438459634781, 0.04021767899394035, -0.02631635032594204, -0.018779907375574112, 0.07770755141973495, 0.03860897198319435, -0.05529056489467621, 0.0176258347928524, -0.04056739807128906, -0.017687035724520683, 0.01648050546646118, 0.024113120511174202, 0.05885769799351692, 0.030652865767478943, 0.051723431795835495, -0.008554999716579914, -0.04539351910352707, 0.04049745202064514, 0.00045791323645971715, 0.00991453230381012, -0.03544401377439499, 0.04514871537685394, 0.04812132567167282, -0.06277454644441605, -0.0030228830873966217, 0.02173503302037716, -0.0451836884021759, 0.03093264065682888, -0.054346323013305664, 0.010797572322189808, 0.04962511733174324, 0.006015165708959103, 0.0027081361040472984, -0.02979605458676815, 0.02168257348239422, -0.020738333463668823, -0.0349893793463707, -0.0060326517559587955, 0.011698098853230476, -0.10659433156251907, 0.03728003799915314, -0.0028327233158051968, 0.00563484663143754, -0.011357123032212257, 0.03846908360719681, 0.013236861675977707, 0.019339457154273987, 0.037175122648477554, -0.01569363661110401, 0.01946185901761055, -0.040952086448669434, -0.022277096286416054, -0.007527700159698725, -0.006465428974479437, 0.010885002091526985, 0.009136407636106014, -0.05529056489467621, 0.04354000836610794, 0.005044695921242237, -0.02628137916326523, 0.032995980232954025, 0.024550270289182663, 0.02021375484764576, 0.02551199682056904, -0.04514871537685394, 0.041022032499313354, -0.07414041459560394, 0.017687035724520683, 0.0035430900752544403, -0.07770755141973495, -0.045568376779556274, 0.08253367245197296, 0.026158977299928665, 0.010587740689516068, 0.017066285014152527, -0.014784367755055428, -0.01904219575226307, 0.007051208056509495, 0.02745293639600277, -0.026928357779979706, 0.023798374459147453, 0.03096761181950569, -0.03902863338589668, 0.009486126713454723, -0.056374691426754, -0.0084107406437397, 0.02098313719034195, 0.009643499739468098, -0.05105896666646004, -0.015894725918769836, -0.039867959916591644, -0.023168880492448807, 0.09890051931142807, 0.0903673768043518, 0.0037376212421804667, -0.0029354533180594444, 0.02477758750319481, -0.055185649544000626, -0.01239753607660532, 0.008262109942734241, 0.011278435587882996, -0.03479703515768051, 0.0124150225892663, 0.029935941100120544, -0.0443793348968029, 0.020458558574318886, 0.06106092780828476, 0.012318849563598633, 0.04623284563422203, 0.021909892559051514, -0.016261931508779526, -0.030810238793492317, 0.014836826361715794, -0.03402765467762947, -0.05756373703479767, -0.020476043224334717, -0.0020600631833076477, -0.019636718556284904, -0.014758138917386532, -0.02596663124859333, 0.09428422898054123, 0.02332625351846218, -0.04235096275806427, 0.04189632833003998, 0.01949683018028736, 0.008004192262887955, 0.03394022211432457 ]
10,407
starlette.applications
websocket_route
null
def websocket_route(self, path: str, name: str = None) -> typing.Callable: def decorator(func: typing.Callable) -> typing.Callable: self.router.add_websocket_route(path, func, name=name) return func return decorator
(self, path: str, name: Optional[str] = None) -> Callable
[ -0.003737445455044508, -0.029933951795101166, -0.02707982435822487, -0.016583168879151344, -0.02345198765397072, 0.0020546279847621918, -0.01390957273542881, 0.04683519899845123, -0.03376810997724533, 0.008755809627473354, 0.04387791082262993, -0.009593994356691837, 0.04982687532901764, -0.009808913804590702, 0.003443006193265319, 0.010702977888286114, 0.08039698749780655, -0.021698245778679848, -0.032237883657217026, -0.044118620455265045, 0.016712119802832603, -0.019239570945501328, 0.05182132497429848, -0.05230274423956871, -0.033561788499355316, 0.05897383764386177, -0.04755732789635658, 0.06543860584497452, -0.002856276696547866, -0.057426419109106064, -0.022351600229740143, -0.04724784567952156, 0.03216911107301712, 0.01624789461493492, 0.049654942005872726, 0.02711421065032482, -0.0333038866519928, -0.026288921013474464, -0.0680176392197609, -0.04067991301417351, 0.0608651265501976, 0.050927262753248215, -0.029452532529830933, -0.0152076855301857, 0.05285293981432915, 0.008192721754312515, -0.02781914547085762, 0.06622951477766037, 0.00004929710121359676, 0.016041571274399757, -0.019961697980761528, 0.008497906848788261, 0.02071821503341198, 0.031790852546691895, 0.020632246509194374, 0.0036321349907666445, 0.01754600740969181, 0.054675452411174774, 0.06712357699871063, -0.049035973846912384, -0.0004814190906472504, -0.0052526262588799, 0.04212417080998421, 0.0709749311208725, 0.013608685694634914, -0.022351600229740143, 0.0014893902698531747, -0.016471410170197487, 0.011932316236197948, 0.017881279811263084, 0.04766048863530159, 0.04449687898159027, 0.010453671216964722, -0.028214598074555397, -0.017760924994945526, 0.03576255962252617, 0.01194091234356165, -0.022265633568167686, 0.013522718101739883, 0.04549410566687584, 0.013239025138318539, -0.023537954315543175, -0.022970568388700485, 0.031068725511431694, -0.011347735300660133, 0.007466294337064028, 0.008025084622204304, -0.07290060818195343, -0.05123674497008324, 0.021337181329727173, -0.059317708015441895, -0.01841427944600582, -0.04030165448784828, -0.04968932643532753, 0.03070766106247902, -0.05914577469229698, 0.01536242663860321, 0.0021309242583811283, 0.06014299765229225, -0.002510256599634886, -0.03988901153206825, 0.09889723360538483, -0.04088623449206352, 0.011012461967766285, 0.04332771897315979, -0.05973035469651222, 0.02652963064610958, -0.030931176617741585, -0.07943414896726608, 0.00106976053211838, 0.026478050276637077, 0.01580945961177349, 0.030501337721943855, 0.0347997210919857, -0.018190763890743256, 0.06911802291870117, -0.0016581019153818488, -0.009018011391162872, 0.003982453607022762, -0.016583168879151344, 0.022695470601320267, 0.0023770066909492016, 0.03290843218564987, -0.02145753614604473, -0.0007549038273282349, 0.06609196215867996, -0.02044311724603176, 0.017881279811263084, 0.020615052431821823, -0.003733147168532014, 0.01463170163333416, 0.061656031757593155, 0.024311663582921028, 0.030931176617741585, 0.019033247604966164, 0.02348637394607067, 0.0015173298306763172, 0.0005781327490694821, 0.023813052102923393, 0.05914577469229698, -0.03751630336046219, -0.0004309130599722266, -0.002916454104706645, -0.022953374311327934, 0.06822396069765091, 0.019514666870236397, -0.03669101372361183, 0.041505202651023865, 0.012611460871994495, -0.01682387851178646, -0.003870695363730192, 0.02561837248504162, -0.0018375595100224018, -0.002361962338909507, 0.04363720118999481, 0.012766202911734581, -0.018036022782325745, 0.06365048140287399, 0.040920622646808624, -0.017021603882312775, 0.02479308284819126, 0.009834703989326954, -0.028885144740343094, -0.05828609690070152, 0.00032775182626210153, -0.020941730588674545, 0.03423233702778816, 0.009516623802483082, 0.002993824891746044, 0.06337538361549377, -0.0037159535568207502, 0.02867882326245308, 0.028764789924025536, 0.02506818063557148, 0.04098939523100853, -0.0014141686260700226, -0.011614235118031502, 0.042227331548929214, 0.01036770362406969, -0.020615052431821823, 0.038169655948877335, -0.040783073753118515, -0.003743893001228571, -0.00009631067950977013, 0.018001634627580643, 0.0579422265291214, 0.005304206628352404, -0.004223162773996592, 0.000008663932021590881, 0.016901249065995216, -0.06306590139865875, 0.013737637549638748, 0.08534872531890869, -0.00449611060321331, -0.006391698028892279, -0.014803636819124222, 0.024363243952393532, 0.057013776153326035, -0.001545269275084138, -0.015525765717029572, 0.05725448578596115, 0.03271930292248726, -0.01620491035282612, 0.0210105050355196, 0.03447304666042328, -0.03516078740358353, 0.048313844949007034, -0.009894881397485733, -0.029676048085093498, -0.047729264944791794, -0.012834976427257061, -0.0022394584957510233, 0.03230665996670723, 0.011021058075129986, -0.015113120898604393, -0.0014464064734056592, -0.031928401440382004, -0.00862255971878767, 0.07489505410194397, 0.036450304090976715, 0.0477980375289917, 0.040645524859428406, -0.02622014656662941, -0.01913640834391117, 0.016849668696522713, -0.021113665774464607, -0.009662768803536892, -0.12771360576152802, -0.04738539457321167, 0.04374036192893982, 0.01837989315390587, 0.001463599968701601, 0.05202765017747879, -0.007320149336010218, -0.09628381580114365, 0.007994995452463627, -0.053368743509054184, 0.02855846844613552, -0.007088036276400089, -0.016136135905981064, 0.01954905316233635, 0.0067656575702130795, 0.008648349903523922, 0.057873450219631195, 0.0680520236492157, -0.0002570971264503896, -0.022815825417637825, -0.005643778946250677, 0.016712119802832603, 0.007427608594298363, -0.08521118015050888, 0.018018828704953194, -0.03220349922776222, -0.029762016609311104, -0.05185571312904358, -0.016110345721244812, -0.07895272970199585, -0.00041022710502147675, -0.026839114725589752, 0.02725175954401493, -0.01942869834601879, -0.004154388792812824, -0.001751591800712049, -0.014863814227283001, 0.02056347206234932, -0.051649391651153564, -0.05481300130486488, -0.025979436933994293, -0.036862947046756744, -0.012508299201726913, -0.023159697651863098, -0.010522445663809776, 0.011768977157771587, 0.002774607390165329, 0.03593449667096138, -0.08232266455888748, 0.009654171764850616, -0.00833026971668005, 0.003137820865958929, -0.03799772262573242, -0.01824234426021576, -0.006658197846263647, -0.01268023531883955, 0.013591492548584938, -0.0477636493742466, 0.05515687167644501, 0.013153057545423508, 0.006954786367714405, 0.005549214780330658, -0.08789337426424026, 0.0282317902892828, -0.04944861680269241, -0.02446640655398369, 0.06550738215446472, 0.05343751981854439, 0.02885075844824314, -0.025446437299251556, 0.016445619985461235, 0.045425329357385635, -0.04566603899002075, 0.040783073753118515, 0.022196859121322632, 0.015035749413073063, -0.00589738367125392, 0.006318625528365374, -0.039923395961523056, -0.04160836338996887, 0.030380982905626297, -0.06131216138601303, 0.006864520255476236, -0.029177434742450714, -0.01985853724181652, -0.09793439507484436, -0.03851352632045746, 0.04676642641425133, 0.049620553851127625, -0.0038277115672826767, 0.006886012386530638, 0.009241526946425438, 0.05319681018590927, 0.012499703094363213, 0.0036020465195178986, -0.040370430797338486, -0.012628654018044472, 0.000912332150619477, -0.04408423230051994, 0.05189010128378868, -0.05312803387641907, 0.006241254508495331, 0.006198270712047815, -0.06970261037349701, 0.0062584481202065945, 0.023073729127645493, -0.05010197311639786, -0.04944861680269241, -0.008506502956151962, -0.00011296692537143826, 0.013247622177004814, -0.03937320411205292, 0.013539912179112434, 0.038169655948877335, 0.020511891692876816, 0.01500136312097311, 0.036725398153066635, -0.016144733875989914, 0.01837989315390587, -0.04545971751213074, 0.02291898801922798, 0.04301823303103447, -0.01260286383330822, 0.06437260657548904, -0.0594208687543869, -0.058182936161756516, 0.026048211380839348, 0.0069246976636350155, 0.020082052797079086, 0.007917624898254871, -0.02522292174398899, -0.004741118289530277, -0.02635769546031952, -0.015138911083340645, 0.06155287101864815, -0.014356604777276516, 0.013419557362794876, 0.002389902016147971, 0.03755068778991699, 0.05477861687541008, 0.038307204842567444, 0.02750966139137745, 0.04996442422270775, -0.0033248006366193295, 0.03531552851200104, 0.03734436631202698, 0.033389851450920105, -0.027354920282959938, -0.02855846844613552, 0.05780467763543129, -0.01123597752302885, -0.025308888405561447, -0.013049895875155926, -0.016187716275453568, 0.02131998911499977, 0.10453671962022781, -0.023520762100815773, 0.05969596654176712, -0.030243435874581337, 0.02563556656241417, 0.00456058606505394, -0.02838653326034546, -0.0347481407225132, 0.005437456537038088, -0.03519517555832863, -0.007466294337064028, -0.007939117029309273, -0.01347113773226738, -0.02812862955033779, 0.013445347547531128, 0.03782578557729721, -0.0020600007846951485, 0.020752601325511932, 0.059627193957567215, -0.013505524955689907, 0.0011498179519549012, 0.014829427003860474, 0.02651243656873703, 0.023297244682908058, 0.015173298306763172, 0.07654563337564468, 0.011339139193296432, -0.0003933022089768201, -0.031120305880904198, 0.000027368621886125766, -0.054709840565919876, 0.017021603882312775, 0.01724511943757534, -0.024965018033981323, 0.04257120192050934, 0.014296427369117737, -0.032942820340394974, -0.005420262925326824, -0.012216009199619293, 0.0006641004583798349, 0.06354732066392899, 0.0406111404299736, 0.006529246456921101, -0.0013389468658715487, -0.0067656575702130795, 0.021216826513409615, -0.03885739669203758, 0.03115469217300415, -0.0018633498111739755, -0.0695306733250618, -0.01954905316233635, -0.020821375772356987, 0.02001328021287918, -0.0022330109495669603, 0.01044507510960102, 0.02290179394185543, 0.007045052479952574, 0.006138093303889036, 0.03000272624194622, -0.0028756193351000547, -0.01738266833126545, -0.026013825088739395, 0.025687146931886673, -0.03072485327720642, -0.04563165083527565, -0.005523424595594406, 0.10212962329387665, -0.06495718657970428, 0.03710365667939186, -0.007401818409562111, 0.00998944602906704, 0.012095654383301735, -0.020219601690769196, -0.027182985097169876, 0.03289123997092247, -0.05625725910067558, 0.007487786002457142, -0.028506888076663017, 0.05350629240274429, 0.004390799906104803, -0.02434605173766613, -0.06413190066814423, -0.029091468080878258, 0.009473639540374279, 0.0024586759973317385, -0.041058171540498734, 0.01808760315179825, -0.046009909361600876, 0.05594777688384056, -0.004792699124664068, -0.034249529242515564, -0.02793950028717518, 0.06031493470072746, 0.00434351759031415, -0.044290557503700256, 0.02058066613972187, 0.0008252898696810007, 0.026598405092954636, -0.03779139742255211, -0.03741313889622688, -0.010419284924864769, 0.029486918821930885, 0.00017314430442638695, 0.02419130876660347, 0.005630883853882551, -0.012301976792514324, 0.04181468486785889, 0.013565702363848686, -0.040370430797338486, 0.059902288019657135, 0.003870695363730192, -0.0055277226492762566, 0.02145753614604473, 0.03985462337732315, -0.006615214049816132, -0.013565702363848686, -0.0019987488631159067, 0.016884054988622665, -0.018603408709168434, -0.01579226553440094, -0.0015334486961364746, 0.03435268998146057, 0.0010676112724468112, -0.008068067952990532, -0.025687146931886673, -0.04415300861001015, -0.04374036192893982, -0.005884488578885794, -0.00853659212589264, 0.027303339913487434, -0.02059786021709442, 0.06268764287233353, -0.018173569813370705, -0.023400407284498215, -0.04717906937003136, -0.005385876167565584, -0.0565323568880558, -0.06420067697763443, 0.01784689351916313, 0.030535725876688957, 0.056429196149110794, 0.013419557362794876, 0.00010557907808106393, -0.0304325632750988, 0.06110583618283272, -0.04683519899845123, 0.04229610413312912, 0.028764789924025536, 0.03896055743098259, 0.07633931189775467, -0.03160172328352928, 0.015345233492553234, 0.040232881903648376, 0.031378209590911865, -0.06825835257768631, -0.019222376868128777, -0.049620553851127625, 0.031103111803531647, -0.02725175954401493, -0.017898473888635635, -0.014838024042546749, -0.0608651265501976, -0.09958497434854507, -0.024260083213448524, -0.02824898436665535, -0.03999217227101326, -0.03246140107512474, -0.07372589409351349, -0.016136135905981064, 0.012207413092255592, -0.03534991666674614, -0.003434409387409687, -0.019772570580244064, -0.02591066248714924, -0.011889331974089146, -0.020649440586566925, -0.04191784933209419, 0.015482781454920769, -0.06712357699871063, 0.01549997553229332, -0.00912117213010788, 0.03655346482992172, -0.024432018399238586, 0.03435268998146057, 0.0564635805785656, -0.04160836338996887, -0.058320485055446625, -0.001089640543796122, -0.03220349922776222, -0.04229610413312912, 0.03146417811512947, -0.06922119110822678, -0.03349301218986511, 0.013918169774115086, 0.06272202730178833, -0.05770151689648628, 0.006215464323759079, -0.041505202651023865, -0.002544643823057413, 0.0038363083731383085, -0.06440699845552444, -0.03387127071619034, -0.04621623083949089, 0.00804657582193613, 0.04047359153628349, 0.06901486217975616, -0.07695828378200531, -0.00810245517641306, -0.01326481532305479, -0.07004647701978683, -0.017864087596535683, -0.034559011459350586, -0.0009531668038107455, 0.016325265169143677, -0.030690466985106468, 0.035281140357255936, 0.016136135905981064, 0.05955841764807701, -0.05010197311639786, 0.046009909361600876, 0.01022155862301588, -0.019067633897066116, -0.02276424504816532, 0.031825240701436996, -0.01577507145702839, -0.013866589404642582, -0.02389901876449585, -0.008575277402997017, -0.013342185877263546, 0.026856306940317154, -0.006701181642711163, 0.052784163504838943, 0.007367431651800871, 0.027045436203479767, -0.057735905051231384, 0.0007914400775916874, -0.000039323502278421074, 0.011562654748558998, 0.0026649986393749714, -0.034834109246730804, 0.0011283259373158216, -0.015388217754662037, 0.011502477340400219, 0.012706025503575802, 0.0253604706376791, -0.0029744822531938553, 0.00926731713116169, 0.018620602786540985, -0.029813596978783607, -0.04178030043840408, 0.025601180270314217, -0.02187018096446991, 0.018156377598643303, -0.03896055743098259, -0.04958616569638252, -0.013282008469104767, -0.02766440436244011, -0.054847389459609985, -0.040232881903648376, 0.044565651565790176, 0.021956149488687515, -0.029796402901411057, -0.007414713501930237, 0.08658666163682938, 0.058045387268066406, -0.052371520549058914, 0.01608455553650856, -0.06485402584075928, 0.0036686714738607407, 0.02594505064189434, 0.01448555663228035, 0.0680176392197609, 0.03806649520993233, 0.05388455092906952, -0.0028175911866128445, -0.050342682749032974, 0.03651907667517662, -0.0018783941632136703, 0.00789613276720047, -0.042055394500494, 0.039613913744688034, 0.012198816053569317, -0.05096165090799332, -0.004659449215978384, 0.025824695825576782, -0.019187988713383675, -0.003971707541495562, -0.04879526421427727, 0.013092880137264729, 0.03232385218143463, 0.018947279080748558, -0.007006367202848196, -0.016841070726513863, 0.01498416904360056, -0.030019918456673622, -0.06127777323126793, -0.008420535363256931, 0.008485011756420135, -0.09930988401174545, 0.023709889501333237, -0.0067054801620543, 0.003372082719579339, -0.0057168519124388695, 0.06347854435443878, 0.01839708723127842, 0.020546279847621918, 0.0405423641204834, -0.0188613124191761, 0.04260559007525444, -0.04583797603845596, -0.01635105535387993, -0.007969205267727375, -0.0013819306623190641, 0.030346596613526344, -0.001676370040513575, -0.0724191889166832, 0.033957239240407944, -0.0007549038273282349, -0.04171152412891388, 0.022110890597105026, 0.03232385218143463, 0.03416356071829796, 0.015697700902819633, -0.0709749311208725, 0.044668812304735184, -0.07338202744722366, 0.021973343566060066, 0.017606183886528015, -0.0680176392197609, -0.0579766146838665, 0.10034149140119553, 0.017640570178627968, -0.0022953373845666647, -0.0023039341904222965, 0.005446053575724363, -0.016875458881258965, 0.00899222120642662, 0.012439525686204433, -0.035281140357255936, -0.013772024773061275, 0.0362095944583416, -0.04308700934052467, 0.014657491818070412, -0.050067584961652756, -0.04453126713633537, 0.017305297777056694, 0.02190456911921501, -0.050033196806907654, -0.034266721457242966, -0.014855217188596725, -0.010582623071968555, 0.12379348278045654, 0.07145635038614273, 0.007444802206009626, -0.01245671883225441, 0.03951075300574303, -0.07723337411880493, -0.006795746274292469, 0.0065937223844230175, 0.023572342470288277, -0.028472499921917915, 0.012258993461728096, 0.05030829459428787, -0.030518531799316406, 0.0069762784987688065, 0.09621504694223404, 0.018620602786540985, 0.037447527050971985, 0.027131404727697372, -0.0060134404338896275, -0.026392081752419472, -0.00023936630168464035, -0.05691061541438103, -0.055397581309080124, -0.008072366937994957, -0.003507481887936592, -0.02491343766450882, -0.011399316601455212, -0.03357898071408272, 0.09380795061588287, 0.003163611050695181, -0.03545307740569115, 0.057460807263851166, 0.029177434742450714, 0.018654989078640938, 0.04910474643111229 ]
10,408
starlette.responses
JSONResponse
null
class JSONResponse(Response): media_type = "application/json" def render(self, content: typing.Any) -> bytes: return json.dumps( content, ensure_ascii=False, allow_nan=False, indent=None, separators=(",", ":"), ).encode("utf-8")
(content: Any = None, status_code: int = 200, headers: dict = None, media_type: str = None, background: starlette.background.BackgroundTask = None) -> None
[ -0.038354191929101944, -0.07959326356649399, 0.026185888797044754, -0.022672245278954506, 0.016726791858673096, 0.02601945400238037, -0.08846984058618546, 0.041091132909059525, 0.0359131321310997, -0.020878437906503677, 0.0971984714269638, 0.00931115448474884, 0.010134086944162846, -0.019824344664812088, 0.03008788265287876, -0.023227032274007797, 0.01806752383708954, -0.02429961785674095, 0.08358772099018097, 0.011271397583186626, -0.0040406896732747555, 0.0012910327641293406, 0.01521962322294712, 0.05355532094836235, -0.017706912010908127, 0.027166010811924934, 0.01122516579926014, -0.014498401433229446, -0.0075127240270376205, 0.028885846957564354, -0.013638483360409737, -0.08159049600362778, 0.030605683103203773, 0.056662119925022125, 0.004456778988242149, 0.04201577603816986, -0.053111493587493896, 0.029237210750579834, -0.12589938938617706, -0.0008055951911956072, -0.058548394590616226, 0.003356453962624073, -0.05969494953751564, -0.050485506653785706, 0.02855297550559044, -0.018529845401644707, -0.0005981284193694592, 0.0718262642621994, -0.020638031885027885, -0.02311607450246811, 0.03016185387969017, -0.02773928828537464, 0.002110497560352087, 0.004107726272195578, -0.03058718889951706, 0.01720760576426983, 0.03269537538290024, 0.06428118050098419, -0.05344436317682266, -0.0047757807187736034, -0.07744809240102768, 0.0048497524112463, 0.012917262502014637, -0.032177574932575226, 0.002051551593467593, 0.038945961743593216, -0.040351420640945435, 0.007632927503436804, 0.018095262348651886, -0.006768386345356703, 0.006777632981538773, 0.004130842629820108, -0.020841453224420547, 0.04956086352467537, 0.054590921849012375, 0.010300522670149803, -0.06753592193126678, -0.019380517303943634, -0.005889975931495428, -0.02069350890815258, 0.08521509915590286, -0.0394267775118351, 0.028700917959213257, -0.0067498935386538506, 0.02535371109843254, -0.05610733479261398, -0.03798433393239975, -0.00685622775927186, -0.03341659530997276, 0.07744809240102768, -0.019177095964550972, -0.014664837159216404, -0.05166905000805855, 0.03369399160146713, -0.02711053192615509, 0.013832658529281616, 0.023448945954442024, -0.03251044824719429, 0.0467129610478878, 0.02444756031036377, 0.014424430206418037, 0.10792432725429535, -0.024706460535526276, 0.0020827583502978086, 0.012639869004487991, -0.000553341000340879, 0.025131795555353165, -0.009616286493837833, -0.01823395863175392, 0.025575624778866768, -0.015857627615332603, -0.013934369198977947, -0.00782710313796997, -0.04316233471035957, 0.04249659180641174, 0.02331949584186077, -0.016366180032491684, -0.013379584066569805, 0.04808143526315689, -0.014590865932404995, 0.02753586694598198, 0.015552494674921036, 0.02374483086168766, 0.008534454740583897, 0.027369432151317596, 0.05544159188866615, -0.020212695002555847, -0.00920944381505251, 0.01928805187344551, 0.05965796485543251, -0.017161373049020767, 0.04745267704129219, 0.00800278503447771, -0.0023150749038904905, 0.008049016818404198, 0.04560339078307152, -0.05710595101118088, -0.0006455163820646703, 0.03728160634636879, 0.06184012070298195, 0.010503944009542465, 0.017975060269236565, 0.029403645545244217, -0.021692123264074326, -0.016208991408348083, -0.011807690374553204, 0.04630611836910248, -0.017864102497696877, -0.0419418066740036, -0.012482680380344391, 0.004988448694348335, 0.017688419669866562, 0.06132232025265694, 0.016477137804031372, -0.02977350354194641, 0.011234411969780922, 0.006024049129337072, -0.01655110903084278, 0.03916787728667259, 0.010392987169325352, 0.005080913193523884, -0.050559476017951965, 0.03606107458472252, -0.019935302436351776, 0.016495630145072937, 0.01877949945628643, 0.035820670425891876, -0.024946866557002068, 0.012297751381993294, -0.019898315891623497, -0.016773022711277008, -0.038317203521728516, -0.022043488919734955, -0.03419329598546028, 0.0423116609454155, 0.023911267518997192, 0.04682391881942749, 0.06927425414323807, -0.009782722219824791, -0.0056541915982961655, 0.047859519720077515, -0.058067578822374344, -0.014822026714682579, 0.06276476383209229, 0.04467874765396118, -0.052445750683546066, 0.056588150560855865, -0.022820187732577324, 0.015663452446460724, 0.023282509297132492, 0.0062413401901721954, 0.028941325843334198, -0.03236250579357147, -0.06058260798454285, -0.011114208959043026, -0.030420754104852676, 0.06439213454723358, -0.08048092573881149, -0.00637541338801384, -0.07293583452701569, -0.11317630112171173, -0.01999078132212162, -0.021803081035614014, 0.01494223065674305, 0.03304674103856087, 0.019583938643336296, 0.021285280585289, -0.024540023878216743, -0.03787337616086006, -0.06246887892484665, -0.04837732017040253, -0.012908016331493855, -0.035968612879514694, 0.039019934833049774, 0.013814166188240051, -0.053111493587493896, -0.013656976632773876, -0.027332445606589317, -0.0005212674732320011, -0.04804445058107376, 0.03269537538290024, -0.0009107733494602144, -0.02851598896086216, 0.006865473929792643, -0.0016655131475999951, 0.014637098647654057, -0.013832658529281616, -0.004868245217949152, -0.05510872229933739, -0.009764229878783226, -0.08151652663946152, 0.00031986867543309927, 0.015561740845441818, 0.010448465123772621, -0.04157194867730141, 0.013111437670886517, 0.06971807777881622, -0.04841430485248566, -0.019583938643336296, -0.015367566607892513, 0.0556265227496624, -0.017115142196416855, -0.0007599409436807036, -0.01592235267162323, -0.028423525393009186, 0.004283408634364605, 0.010716612450778484, 0.0871383547782898, -0.0016493318835273385, -0.007133620325475931, -0.020231187343597412, -0.034637127071619034, 0.0021081860177218914, -0.006643559783697128, 0.0349699966609478, -0.056588150560855865, -0.013509034179151058, -0.0024364341516047716, 0.022746216505765915, -0.0021648204419761896, 0.012316244654357433, 0.012112823314964771, -0.0431993193924427, 0.04493764787912369, -0.007873334921896458, -0.00033055985113605857, -0.04142400622367859, 0.013259380124509335, -0.0214702095836401, 0.06243189424276352, 0.12804456055164337, -0.0002243703929707408, 0.004630149807780981, -0.05233479291200638, -0.007018039934337139, 0.009459097869694233, -0.01569119095802307, 0.03313920274376869, -0.04933894798159599, -0.0010072829900309443, -0.07171531021595001, -0.07411938160657883, 0.05104029178619385, -0.009791969321668148, 0.04800746217370033, -0.023374974727630615, 0.02735093981027603, 0.0423116609454155, -0.037688449025154114, -0.005131768528372049, 0.06502089649438858, -0.009274168871343136, -0.026333831250667572, 0.007239954546093941, -0.020286666229367256, -0.005561727564781904, -0.00844661332666874, -0.017771637067198753, 0.03153032436966896, -0.014026833698153496, 0.0023023609537631273, 0.005922337993979454, 0.08787807077169418, -0.009149341844022274, -0.01767917349934578, -0.006620443891733885, -0.001309525570832193, 0.005279711447656155, -0.01504394132643938, 0.026389310136437416, 0.0074387528002262115, 0.040980175137519836, -0.012935754843056202, -0.011197426356375217, -0.0467129610478878, 0.08832189440727234, 0.008409627713263035, 0.03650490567088127, 0.016773022711277008, 0.05899222195148468, -0.014516894705593586, -0.06294969469308853, 0.010725858621299267, 0.00911697931587696, 0.07789192348718643, -0.019731881096959114, 0.03535834699869156, 0.021840067580342293, 0.029662545770406723, 0.0622839517891407, 0.021858559921383858, -0.0645400807261467, -0.04941292107105255, -0.010392987169325352, 0.008113741874694824, -0.02065652422606945, 0.0016019439790397882, -0.05288957804441452, -0.02539069578051567, -0.004895984660834074, -0.00825243815779686, -0.0355987548828125, 0.02722148969769478, 0.02233937382698059, -0.03783639147877693, -0.015848379582166672, 0.046528033912181854, 0.010023130103945732, 0.008012031204998493, 0.0007258447585627437, -0.037411052733659744, 0.04908004775643349, 0.08107269555330276, 0.0033102219458669424, -0.009958405047655106, -0.07356459647417068, -0.03861309215426445, -0.021877052262425423, -0.03476657718420029, 0.047785550355911255, 0.0015926974592730403, 0.029644053429365158, -0.010587162338197231, 0.04974579066038132, -0.013647730462253094, -0.002230701269581914, 0.008492846041917801, -0.015265855006873608, 0.05033756420016289, 0.0096995048224926, -0.004103103186935186, -0.0028987557161599398, -0.039019934833049774, -0.008247815072536469, 0.009431358426809311, 0.04475272074341774, -0.011493312194943428, 0.0003747693554032594, -0.05351833626627922, -0.033823441714048386, -0.0020885372068732977, -0.012334736995398998, -0.0419418066740036, 0.010439218953251839, 0.011169686913490295, 0.006740647368133068, 0.03927883505821228, -0.02847900427877903, -0.06402228027582169, -0.0029010672587901354, -0.006564965005964041, -0.07526593655347824, -0.003210822818800807, 0.031659774482250214, -0.07504402101039886, -0.056588150560855865, -0.013980601914227009, 0.025686582550406456, -0.0027392548508942127, 0.05418407917022705, 0.03665284812450409, -0.0047896504402160645, -0.005510872229933739, 0.017337055876851082, -0.014609359204769135, 0.003014336107298732, 0.05614431947469711, -0.04053634777665138, -0.002766994060948491, 0.06428118050098419, 0.0011974126100540161, -0.05906619131565094, -0.021562673151493073, -0.03332413360476494, 0.04686090722680092, 0.041017163544893265, -0.030032403767108917, -0.013370336964726448, -0.025520145893096924, -0.02374483086168766, 0.02479892410337925, 0.04223769158124924, 0.06635238230228424, 0.052001919597387314, 0.004694874864071608, -0.011900154873728752, 0.012316244654357433, 0.0030397637747228146, 0.007549709640443325, -0.0012471121735870838, 0.03990758955478668, -0.07090162485837936, -0.06727702170610428, -0.11362012475728989, 0.06184012070298195, 0.00780398678034544, 0.00035136431688442826, -0.07175229489803314, -0.02174760214984417, -0.012029604986310005, 0.014711069874465466, 0.07012492418289185, -0.005520118400454521, 0.01369396224617958, 0.07833575457334518, -0.018520599231123924, -0.01595933735370636, 0.01132687646895647, 0.013638483360409737, -0.06535376608371735, 0.015302841551601887, 0.01339807640761137, 0.001960243098437786, -0.06609348207712173, 0.023411959409713745, -0.053925178945064545, 0.037374068051576614, -0.05159507691860199, -0.03683777526021004, -0.0013834970304742455, -0.0045515550300478935, -0.01611652784049511, -0.012464187107980251, -0.0597689226269722, -0.03500698134303093, -0.012713841162621975, -0.02809065394103527, 0.013758687302470207, -0.039722662419080734, 0.025890003889799118, -0.009597794152796268, 0.02879338152706623, -0.04153496399521828, -0.004748041741549969, -0.0013696274254471064, 0.0477115772664547, 0.01689322665333748, -0.00403837813064456, -0.03369399160146713, 0.021858559921383858, -0.0508553646504879, 0.02429961785674095, -0.0035090199671685696, -0.02206198126077652, 0.03794734925031662, -0.005621829070150852, 0.033509060740470886, 0.0009864785242825747, 0.003733245888724923, 0.0013834970304742455, 0.027276966720819473, 0.07300981134176254, -0.06180313602089882, 0.00532132014632225, -0.006791502702981234, 0.028737902641296387, -0.0032570548355579376, -0.04164591804146767, -0.014100804924964905, -0.00799816194921732, 0.02058255299925804, -0.04467874765396118, 0.0119926193729043, -0.005880729295313358, -0.006227470468729734, -0.043680135160684586, 0.08077681064605713, 0.006666675675660372, -0.009459097869694233, 0.015265855006873608, -0.03683777526021004, 0.052667662501335144, 0.0018631556304171681, -0.03426726907491684, -0.008044393733143806, 0.059325091540813446, -0.0023740208707749844, -0.007082764990627766, 0.009856694377958775, -0.019972288981080055, -0.02135925181210041, 0.0030628798995167017, 0.016135020181536674, -0.012353230267763138, 0.007189099211245775, 0.04116510599851608, -0.03188169002532959, 0.0012771631591022015, 0.005765148904174566, 0.06509486585855484, -0.0073093026876449585, 0.018908949568867683, -0.0159131046384573, 0.021451717242598534, -0.023929759860038757, 0.028294075280427933, -0.04597324877977371, 0.05777169391512871, 0.015210377052426338, -0.009352763183414936, 0.0010766311315819621, 0.014128544367849827, 0.01054092962294817, -0.05152110755443573, -0.03931581974029541, 0.015460030175745487, 0.011465572752058506, 0.012954248115420341, 0.022413345053792, -0.003483592299744487, -0.06709209084510803, -0.03175223991274834, 0.04334726184606552, 0.004771157633513212, -0.07530292123556137, 0.00646325433626771, -0.0012436447432264686, 0.01396210864186287, 0.016162758693099022, 0.004620903171598911, 0.04467874765396118, 0.04331027716398239, -0.0016643573762848973, 0.013379584066569805, -0.0651688352227211, 0.07030985504388809, -0.0019579315558075905, 0.06380036473274231, -0.03263989835977554, 0.00800278503447771, 0.009070747531950474, 0.03373097628355026, 0.0010217304807156324, -0.003733245888724923, 0.02503933198750019, 0.029718024656176567, 0.060064807534217834, 0.05425804853439331, 0.006768386345356703, 0.017281576991081238, -0.06502089649438858, 0.00968101155012846, -0.02738792449235916, -0.07164134085178375, -0.002110497560352087, -0.03310221806168556, -0.018252452835440636, 0.0058113811537623405, 0.04201577603816986, 0.002216831548139453, -0.03887198865413666, 0.02468796819448471, 0.035654231905937195, -0.04009252041578293, 0.04760061949491501, 0.041682906448841095, -0.08210829645395279, -0.005473886616528034, -0.01741102710366249, -0.02065652422606945, 0.03953773155808449, 0.06161820888519287, -0.06361543387174606, -0.02233937382698059, 0.08913557976484299, 0.0017579774139449, -0.015561740845441818, 0.013952862471342087, -0.0568840354681015, -0.005404538009315729, -0.036282990127801895, -0.014609359204769135, -0.0193990096449852, -0.04271850362420082, -0.0014690265525132418, 0.00023217206762637943, -0.029939940199255943, -0.002306984271854162, -0.0381692610681057, -0.03554327413439751, 0.06738798320293427, 0.01038374099880457, -0.043680135160684586, 0.023726338520646095, 0.009727244265377522, -0.006712907925248146, 0.034322746098041534, 0.023245524615049362, -0.03687475994229317, -0.05828949436545372, 0.015552494674921036, 0.024558518081903458, 0.00475266482681036, -0.0015626465901732445, -0.0359131321310997, -0.00271382718347013, -0.04867320507764816, 0.00923256017267704, 0.07293583452701569, 0.013111437670886517, 0.05614431947469711, 0.0049191005527973175, -0.06302366405725479, 0.010633394122123718, -0.06772085279226303, 0.04686090722680092, -0.029976924881339073, -0.01807677000761032, -0.0016863176133483648, -0.06472501158714294, -0.02104487456381321, 0.026500267907977104, -0.013721701689064503, -0.008705513551831245, 0.0038257103879004717, 0.025631103664636612, 0.036005597561597824, 0.017817869782447815, 0.01756821572780609, 0.04072127491235733, 0.00230814004316926, 0.007605188526213169, -0.006712907925248146, -0.058696337044239044, 0.052667662501335144, -0.026185888797044754, -0.013129930011928082, -0.06302366405725479, 0.041091132909059525, -0.02515028789639473, 0.0018076769774779677, 0.03136388957500458, -0.005316697061061859, -0.009306531399488449, -0.027961203828454018, 0.01572817750275135, -0.04467874765396118, 0.020249681547284126, 0.03853911906480789, -0.006578834727406502, 0.017068909481167793, -0.008307917043566704, -0.042422618716955185, 0.046454064548015594, -0.05418407917022705, -0.015210377052426338, -0.02006475254893303, 0.03469260409474373, -0.008331033401191235, -0.022209923714399338, 0.024909881874918938, -0.0842534676194191, -0.053259436041116714, 0.021100353449583054, -0.026944095268845558, 0.0032940406817942858, -0.009306531399488449, -0.005635698791593313, 0.02381880208849907, 0.05307450518012047, 0.014424430206418037, -0.03130841255187988, -0.009542315267026424, 0.006393906194716692, 0.01908463053405285, 0.016837747767567635, 0.026574239134788513, -0.040277447551488876, 0.051780007779598236, -0.052556704729795456, -0.026278352364897728, 0.0979381799697876, 0.030291303992271423, 0.0032478084322065115, -0.045714348554611206, 0.030772117897868156, 0.03140087425708771, 0.0479704774916172, 0.05577446520328522, 0.013370336964726448, -0.05888126417994499, 0.024503039196133614, -0.02045310288667679, 0.05296355113387108, -0.015977829694747925, 0.013277873396873474, -0.007429506164044142, -0.005386045202612877, 0.003867319319397211, -0.04360616207122803, 0.007614434696733952, 0.03404535353183746, -0.03472958877682686, -0.045862291008234024, -0.031622789800167084, -0.022838681936264038, -0.00903838500380516, -0.036911748349666595, -0.0073832739144563675, 0.011169686913490295, -0.003865007543936372, 0.01171522680670023, 0.0028548352420330048, -0.05884427949786186, 0.041756875813007355, 0.01226076576858759, 0.040351420640945435, 0.03650490567088127, -0.053148478269577026, 0.04745267704129219, 0.015709683299064636, 0.010698119178414345, -0.021174324676394463, 0.04974579066038132, 0.055959392338991165, 0.03012486733496189, -0.043088361620903015, 0.05296355113387108, -0.00923256017267704, 0.012094330042600632, -0.061359308660030365, 0.020212695002555847, -0.05296355113387108, -0.04342123493552208, -0.061396293342113495, 0.05899222195148468, 0.030642667785286903, 0.012686101719737053 ]
10,409
starlette.responses
__call__
null
def delete_cookie(self, key: str, path: str = "/", domain: str = None) -> None: self.set_cookie(key, expires=0, max_age=0, path=path, domain=domain)
(self, scope: MutableMapping[str, Any], receive: Callable[[], Awaitable[MutableMapping[str, Any]]], send: Callable[[MutableMapping[str, Any]], Awaitable[NoneType]]) -> NoneType
[ -0.004568977747112513, 0.03322100266814232, 0.006099236663430929, 0.026158269494771957, -0.011509638279676437, 0.014064429327845573, -0.04994485527276993, 0.04994485527276993, 0.05653674155473709, 0.055839188396930695, 0.0033591578248888254, 0.03976057097315788, 0.029820427298545837, 0.007642574608325958, -0.001387478201650083, -0.03902813792228699, 0.048619505017995834, 0.02776264399290085, 0.006831668317317963, -0.013898761011660099, 0.00419622240588069, 0.004656171891838312, 0.012215912342071533, -0.05639722943305969, 0.014125465415418148, 0.014055710285902023, 0.015494415536522865, 0.06229155883193016, -0.017744027078151703, -0.03304661437869072, 0.009024603292346, 0.03290710225701332, -0.04621294513344765, 0.0553857758641243, 0.004529740195721388, 0.009443135000765324, -0.007202243432402611, 0.0003264334227424115, -0.09500683844089508, -0.008749941363930702, -0.019566385075449944, 0.04335297271609306, 0.008758660405874252, -0.041225433349609375, 0.015703681856393814, 0.019740773364901543, 0.008004430681467056, 0.043073952198028564, 0.009582646191120148, -0.050188999623060226, 0.0017700429307296872, 0.009137955494225025, 0.0065875244326889515, -0.04021397978067398, 0.008619150146842003, -0.03248856961727142, 0.041120801120996475, 0.017447566613554955, -0.05897817760705948, 0.08070698380470276, 0.026332657784223557, 0.0062256683595478535, -0.05081680044531822, -0.04091153293848038, 0.021188197657465935, 0.019095536321401596, -0.0012446977198123932, -0.015032285824418068, 0.02778008207678795, -0.045166611671447754, 0.0069145024754107, -0.04373662546277046, 0.007163006346672773, 0.022513551637530327, 0.055978696793317795, -0.027902154251933098, -0.04568977653980255, 0.04049300029873848, -0.033970873802900314, -0.006077438127249479, -0.03170382231473923, -0.11663100868463516, -0.041434697806835175, -0.006029481068253517, -0.015354904346168041, 0.061454493552446365, 0.07673092186450958, -0.008427322842180729, 0.011378847062587738, 0.06804637610912323, -0.026297779753804207, 0.010567940771579742, -0.07694019377231598, -0.05678088590502739, 0.048375360667705536, -0.0363076776266098, 0.04415515810251236, 0.02192063070833683, 0.014892774634063244, 0.00249811471439898, 0.02955884486436844, 0.002222362905740738, -0.01989772357046604, -0.006945020519196987, 0.004821841139346361, 0.01629660278558731, 0.035714756697416306, -0.08168355375528336, -0.027047650888562202, -0.027570815756917, -0.04785219579935074, 0.034110382199287415, 0.03787717595696449, 0.0272046010941267, 0.043108828365802765, 0.0065918839536607265, 0.009852948598563671, -0.03329075872898102, 0.018799075856804848, -0.003136812476441264, -0.022513551637530327, 0.014169062487781048, -0.07059244811534882, 0.0372144989669323, -0.0007040934287942946, 0.008017509244382381, 0.02392609789967537, 0.046491965651512146, -0.013183767907321453, 0.04729415103793144, -0.0005386968841776252, 0.015285149216651917, 0.050154123455286026, -0.030587736517190933, 0.04255078732967377, 0.007668732665479183, 0.011797379702329636, -0.0035117478109896183, -0.04216713085770607, 0.04255078732967377, -0.05158410966396332, -0.01991516351699829, 0.02357732132077217, 0.0052142152562737465, 0.07666116952896118, -0.00020926615979988128, -0.005379884038120508, -0.02917519025504589, -0.07924211770296097, 0.012355422601103783, -0.02007211185991764, 0.06466324627399445, 0.04031861200928688, -0.08656643331050873, 0.032139793038368225, -0.0367262102663517, -0.029907621443271637, 0.05158410966396332, -0.008592992089688778, 0.001228348701260984, 0.008074185810983181, 0.03329075872898102, 0.003446351969614625, -0.05378140136599541, -0.030169203877449036, -0.011544516310095787, 0.008841495029628277, 0.011396286077797413, 0.007725409232079983, 0.05154922977089882, 0.011649149470031261, -0.03224442899227142, 0.0548277348279953, -0.024710845202207565, -0.041260309517383575, -0.02045576646924019, 0.00828345213085413, -0.03874911740422249, 0.04384126141667366, 0.03864448517560959, 0.0367959663271904, -0.05876891314983368, -0.010663854889571667, 0.04443418234586716, 0.06166376173496246, -0.017648112028837204, -0.048479992896318436, 0.02199038490653038, 0.029994815587997437, 0.02921006828546524, -0.05364189296960831, 0.010184286162257195, -0.00544963963329792, -0.00817445944994688, 0.057617947459220886, -0.004368430934846401, 0.03315124660730362, -0.07062733173370361, -0.015014846809208393, -0.003204388078302145, 0.03151199594140053, 0.024257436394691467, 0.0014714027056470513, -0.05081680044531822, 0.012660603038966656, 0.009103077463805676, 0.026890700682997704, -0.009556488133966923, -0.004342272877693176, 0.04572465643286705, 0.036970354616642, -0.03976057097315788, -0.027082528918981552, -0.05800160393118858, -0.013166328892111778, -0.08496206253767014, -0.0370052307844162, 0.01390748005360365, 0.035749636590480804, 0.04642220959067345, 0.021432342007756233, -0.017255738377571106, -0.005266531836241484, 0.01116086170077324, 0.017020314931869507, 0.015049724839627743, -0.0033940353896468878, 0.0275533776730299, -0.012181034311652184, -0.08768252283334732, 0.012669322080910206, 0.04617806524038315, 0.018886270001530647, -0.05908281356096268, -0.004361891653388739, -0.008344488218426704, 0.007973912172019482, 0.017874818295240402, -0.018485177308321, 0.02188575267791748, 0.011553236283361912, -0.04551538825035095, 0.046491965651512146, 0.023245982825756073, 0.01465735025703907, 0.06923221796751022, 0.05109582096338272, 0.008793538436293602, 0.043143704533576965, -0.03109346330165863, -0.043004196137189865, -0.07833530008792877, -0.0035858629271388054, 0.015546731650829315, 0.06208229437470436, 0.043387848883867264, -0.017656832933425903, -0.008754300884902477, -0.03327332064509392, 0.013994674198329449, -0.02010698989033699, -0.0182235948741436, 0.0003040898882318288, -0.0024501578882336617, 0.0074333082884550095, 0.04732903093099594, 0.04767780750989914, 0.02350756525993347, 0.059780366718769073, -0.011500919237732887, 0.039202526211738586, -0.02540840022265911, -0.009042042307555676, -0.07847481220960617, 0.02015930600464344, 0.01024532224982977, -0.04746853932738304, -0.037354011088609695, -0.009137955494225025, 0.033691853284835815, 0.006003323011100292, -0.06400056928396225, 0.05723429471254349, 0.019705897197127342, -0.06218692660331726, 0.0726851150393486, 0.030483104288578033, -0.02209501899778843, 0.008126502856612206, 0.04356223717331886, -0.011727624572813511, -0.010428430512547493, 0.01014940906316042, 0.061419617384672165, -0.023455249145627022, -0.024292312562465668, -0.008728142827749252, -0.03451147675514221, 0.0276405718177557, 0.026297779753804207, 0.01474454440176487, 0.008998445235192776, 0.000035013934393646196, -0.0038387260865420103, 0.06232643872499466, -0.027867276221513748, 0.005501956213265657, 0.06403544545173645, 0.02767544984817505, 0.05311872810125351, -0.011483480222523212, 0.017403969541192055, -0.0554206557571888, 0.012372861616313457, 0.05154922977089882, 0.02961116097867489, -0.03262808173894882, -0.02586180903017521, -0.017412688583135605, 0.02600131928920746, 0.03480793908238411, -0.02035113424062729, -0.0366215780377388, 0.0723363384604454, -0.01862468756735325, -0.035889144986867905, -0.004420747514814138, 0.028913607820868492, 0.016035018488764763, 0.010541782714426517, -0.008095984347164631, 0.03986520320177078, -0.022792572155594826, -0.0019335320685058832, 0.014212659560143948, -0.05339774861931801, 0.04391101375222206, -0.017342932522296906, 0.03180845454335213, 0.05908281356096268, -0.057548195123672485, -0.06434934586286545, -0.05151435360312462, -0.0362030453979969, -0.010873121209442616, -0.0136546166613698, -0.027919594198465347, -0.004882877226918936, 0.03438940644264221, -0.0025569708086550236, 0.035488054156303406, 0.0364123098552227, 0.05831550434231758, -0.030361032113432884, 0.022862328216433525, -0.06110571697354317, -0.00024046534963417798, 0.01655818521976471, -0.019391996785998344, 0.0007248020847328007, 0.06979026645421982, -0.02947165071964264, 0.012878588400781155, 0.010062213987112045, 0.00003719378946698271, -0.04711976274847984, -0.028774097561836243, -0.030674930661916733, -0.002814193954691291, 0.03093651309609413, 0.042829807847738266, -0.05064241215586662, 0.028198614716529846, 0.024815479293465614, 0.056048452854156494, 0.057722583413124084, 0.07952114194631577, 0.028477637097239494, 0.020630154758691788, 0.004891596268862486, -0.015494415536522865, -0.01095159538090229, 0.030204081907868385, 0.005528114270418882, -0.05664137378334999, 0.019339680671691895, 0.015023565851151943, -0.003226186614483595, -0.003407114651054144, 0.022565867751836777, 0.05828062444925308, 0.0008174459217116237, 0.03990007936954498, -0.0275359395891428, -0.06693029403686523, -0.016035018488764763, -0.0372144989669323, -0.004847999196499586, 0.05357213690876961, 0.017421407625079155, 0.02945421263575554, 0.04192298650741577, -0.023123910650610924, -0.011387567035853863, 0.05067728832364082, 0.026541924104094505, -0.07952114194631577, -0.02554791048169136, -0.005057265516370535, -0.010323797352612019, 0.04370174929499626, -0.007633855100721121, 0.04370174929499626, 0.035714756697416306, 0.0731734037399292, -0.025146815925836563, 0.02410048618912697, -0.0724758431315422, 0.05266531556844711, 0.015555450692772865, -0.04181835427880287, 0.001986938528716564, -0.0553508996963501, 0.012477494776248932, -0.026576802134513855, 0.019112976267933846, -0.001220719306729734, 0.07163877785205841, 0.02945421263575554, -0.021536976099014282, 0.050607532262802124, -0.07896309345960617, -0.054374322295188904, 0.024414384737610817, -0.04980534687638283, 0.06926710158586502, -0.009634962305426598, 0.019165292382240295, -0.011370128020644188, -0.041330065578222275, -0.06856954097747803, -0.001401647343300283, 0.009870386682450771, -0.030204081907868385, 0.035697318613529205, 0.020891739055514336, 0.010567940771579742, 0.04973559081554413, 0.01989772357046604, -0.013270962052047253, 0.016000142320990562, 0.02580949291586876, 0.003165150759741664, -0.004721567500382662, 0.009085639379918575, 0.034040629863739014, -0.04017910361289978, -0.011753782629966736, -0.0007160826353356242, 0.012756516225636005, 0.017447566613554955, 0.06720931082963943, 0.03105858527123928, -0.07728897035121918, 0.003588042687624693, 0.04052788019180298, 0.050188999623060226, 0.0075074234046041965, 0.022792572155594826, -0.07575435191392899, -0.05876891314983368, 0.020699910819530487, -0.05378140136599541, 0.024588773027062416, -0.06420983374118805, 0.0369005985558033, 0.02957628294825554, 0.0548626109957695, -0.009521610103547573, 0.052177030593156815, 0.006177711300551891, 0.026315219700336456, -0.008898171596229076, -0.04077202454209328, 0.026925578713417053, -0.005549912806600332, -0.008344488218426704, 0.028686903417110443, 0.02232172340154648, 0.03899326175451279, 0.03140736371278763, -0.023350615054368973, -0.09744827449321747, -0.022862328216433525, 0.055839188396930695, -0.06180327385663986, -0.01629660278558731, 0.02570486068725586, 0.02186831273138523, -0.0915888249874115, -0.02212989702820778, -0.035854268819093704, -0.045027103275060654, 0.04600367695093155, 0.030343592166900635, 0.03791205212473869, -0.015354904346168041, 0.0005874711205251515, -0.0186595655977726, -0.02750106155872345, -0.036970354616642, 0.02600131928920746, -0.0034223736729472876, -0.06068718433380127, 0.001085568219423294, -0.006448013707995415, -0.08049771189689636, -0.02926238439977169, 0.0012577767483890057, -0.00734611414372921, -0.04575953260064125, 0.032261867076158524, 0.050537776201963425, 0.057373806834220886, -0.04209737479686737, -0.036656454205513, -0.04269029572606087, -0.01116958074271679, 0.03269783779978752, 0.04244615137577057, 0.01633147895336151, -0.02228684537112713, 0.023472687229514122, 0.046736110001802444, 0.0024501578882336617, -0.0010190826142206788, -0.061210352927446365, -0.01457015611231327, -0.0030670571140944958, -0.02355988137423992, 0.01843286119401455, -0.012102559208869934, -0.046491965651512146, 0.024745723232626915, -0.020996371284127235, 0.007167365867644548, 0.0015956544084474444, 0.02415280230343342, 0.00837064627557993, 0.08279964327812195, -0.022810012102127075, -0.0029733232222497463, 0.06856954097747803, -0.046945374459028244, 0.010332516394555569, -0.010724890977144241, -0.011405006051063538, -0.017962012439966202, -0.006818588823080063, -0.036098413169384, 0.0017002875683829188, -0.0137854078784585, 0.04778243973851204, 0.005340646952390671, 0.003993495833128691, -0.04896828159689903, 0.0015836652601137757, -0.04021397978067398, 0.044957347214221954, -0.012111279182136059, -0.0015248091658577323, 0.001138974679633975, 0.08914738148450851, 0.014186501502990723, -0.04335297271609306, 0.053816281259059906, 0.01098647341132164, -0.023036716505885124, -0.009617524221539497, 0.04405052587389946, -0.03351746127009392, 0.025234010070562363, 0.011099825613200665, -0.037667907774448395, 0.0068273083306849, -0.006504689808934927, 0.05008436739444733, -0.006173351779580116, -0.0728943794965744, 0.01451783999800682, -0.06902295351028442, 0.029872743412852287, -0.025007305666804314, -0.04202761873602867, -0.007895438000559807, -0.02580949291586876, 0.059815242886543274, -0.07938162982463837, -0.06302399188280106, 0.010341236367821693, 0.04534099996089935, -0.04192298650741577, 0.022618183866143227, 0.017055191099643707, -0.06002451106905937, 0.03311637043952942, -0.024658529087901115, -0.002352064475417137, -0.018990904092788696, -0.09507659077644348, -0.052456051111221313, -0.001675219158641994, 0.010881840251386166, 0.06264033913612366, 0.02225196734070778, 0.0020163666922599077, -0.015285149216651917, -0.057827215641736984, -0.10770231485366821, 0.030395910143852234, -0.04366687312722206, -0.09598340839147568, -0.0007373362313956022, -0.006548286881297827, 0.0016675896476954222, -0.006448013707995415, -0.003191308816894889, 0.04785219579935074, -0.043248340487480164, -0.0034855895210057497, 0.005597869865596294, -0.003917200956493616, -0.039551302790641785, -0.003045258577913046, 0.036656454205513, 0.0014343451475724578, -0.03503464162349701, -0.002310647163540125, 0.04963095858693123, -0.01478814147412777, -0.009338502772152424, 0.03280247002840042, -0.05932695418596268, 0.0277103278785944, -0.05127020925283432, 0.0019117335323244333, -0.04084177687764168, 0.021048687398433685, 0.006727035157382488, -0.050258755683898926, -0.02776264399290085, -0.0553508996963501, 0.03986520320177078, -0.0062256683595478535, 0.031843334436416626, -0.03833058476448059, 0.073940709233284, 0.008880732581019402, 0.011544516310095787, 0.023176226764917374, 0.04042324796319008, 0.00029319062014110386, -0.013340717181563377, 0.02012442797422409, 0.012093840166926384, -0.07652165740728378, 0.0022561508230865, 0.014474242925643921, -0.021118443459272385, -0.009661121293902397, 0.03316868469119072, -0.04195786640048027, -0.05922232195734978, 0.017656832933425903, 0.003311200998723507, -0.016061177477240562, 0.02362963743507862, -0.0027945751789957285, -0.004342272877693176, -0.0000942106416914612, 0.015581609681248665, -0.0026550644543021917, 0.014753264375030994, -0.04715464264154434, 0.014238818548619747, 0.009216430597007275, 0.05862940102815628, 0.028861291706562042, -0.04635245352983475, -0.05067728832364082, -0.02758825570344925, -0.03826082870364189, -0.028878729790449142, -0.03456379473209381, -0.041051045060157776, -0.014910213649272919, -0.02022906206548214, 0.03358721733093262, 0.007084531243890524, -0.02354244329035282, -0.06905782967805862, -0.004316114354878664, 0.02001979574561119, 0.01680232770740986, 0.01825847290456295, -0.01811896078288555, 0.028216052800416946, -0.006116675212979317, 0.028721779584884644, 0.009103077463805676, 0.009521610103547573, -0.030622614547610283, 0.014212659560143948, 0.011727624572813511, 0.0027771363966166973, 0.015075882896780968, -0.05304897204041481, -0.05740868300199509, -0.00014019197260495275, -0.015703681856393814, 0.007551020476967096, 0.023001838475465775, 0.003446351969614625, 0.024431824684143066, -0.020996371284127235, -0.03177357837557793, 0.008780458942055702, 0.015075882896780968, -0.0069755385629832745, 0.026751190423965454, -0.07993967086076736, 0.017839940264821053, -0.017238300293684006, -0.0008321599452756345, -0.032000284641981125, 0.003147711744531989, -0.03179101645946503, -0.019269924610853195, 0.015381062403321266, 0.022844888269901276, -0.07561483979225159, -0.017857378348708153, 0.01664537936449051, -0.021449781954288483, 0.07680068165063858, 0.00404363265261054, -0.030622614547610283, 0.01294834353029728, 0.0006168991676531732, 0.012608285993337631, -0.02936701662838459, 0.010001178830862045, -0.03311637043952942, -0.002125359373167157, 0.0017929314635694027, -0.020525522530078888, -0.043073952198028564, -0.009582646191120148, 0.019740773364901543, 0.06298911571502686, -0.02565254271030426, 0.06400056928396225, -0.010594098828732967, -0.055734552443027496, 0.09005420655012131, -0.03531366586685181, 0.04220200702548027, 0.0032240068539977074 ]
10,410
starlette.responses
__init__
null
def __init__( self, content: typing.Any = None, status_code: int = 200, headers: dict = None, media_type: str = None, background: BackgroundTask = None, ) -> None: self.status_code = status_code if media_type is not None: self.media_type = media_type self.background = background self.body = self.render(content) self.init_headers(headers)
(self, content: Optional[Any] = None, status_code: int = 200, headers: Optional[dict] = None, media_type: Optional[str] = None, background: Optional[starlette.background.BackgroundTask] = None) -> NoneType
[ -0.014644968323409557, -0.04116222262382507, -0.068330779671669, -0.022665275260806084, 0.011267507448792458, 0.03422121703624725, -0.028136203065514565, 0.08708824962377548, -0.026498647406697273, -0.005791926756501198, 0.09936992079019547, 0.09408508241176605, 0.0019666964653879404, -0.022404754534363747, -0.027652379125356674, 0.031094970181584358, 0.008987953886389732, 0.008536695502698421, 0.02251640520989895, -0.08679050952196121, -0.016208089888095856, 0.04008292406797409, 0.013547061011195183, 0.09080997109413147, 0.02567986771464348, 0.03703111410140991, -0.05102477967739105, -0.028694462031126022, 0.015193921513855457, -0.0023539878893643618, 0.04812183976173401, 0.008099392987787724, -0.02525187097489834, 0.03319774195551872, 0.004935930948704481, 0.02567986771464348, -0.03219287842512131, -0.026721950620412827, -0.1083020493388176, 0.011276811361312866, -0.01368662528693676, -0.01696173846721649, -0.008718129247426987, -0.024898307397961617, 0.0055779279209673405, -0.006126881577074528, 0.02657308056950569, 0.01030916441231966, 0.039747968316078186, -0.0588776096701622, -0.03388626128435135, 0.0017038499936461449, -0.014617055654525757, -0.006154794245958328, -0.06021742895245552, 0.0992954894900322, -0.01387271098792553, 0.06643269956111908, -0.01606852561235428, 0.00857391208410263, -0.05712840333580971, 0.016682609915733337, 0.01879468560218811, -0.002858746098354459, 0.026442820206284523, 0.016757044941186905, -0.039561882615089417, 0.015826614573597908, -0.01679426245391369, 0.015352095477283001, 0.05091312900185585, 0.027838464826345444, -0.004575389437377453, 0.017073391005396843, 0.04823349043726921, -0.0010461522033438087, -0.09356404095888138, -0.02780124917626381, -0.023409618064761162, 0.060924556106328964, 0.09840227663516998, 0.02281414344906807, -0.005791926756501198, -0.026014823466539383, 0.06505566835403442, -0.08306878805160522, -0.000549244461581111, -0.0382220633327961, -0.047972969710826874, 0.024675004184246063, -0.04849401116371155, 0.012672456912696362, -0.04302308335900307, -0.06256211549043655, 0.03059253841638565, 0.010374294593930244, 0.005284842569380999, -0.03211844339966774, 0.008927475661039352, 0.022125625982880592, -0.017557214945554733, 0.028992198407649994, -0.03150435909628868, -0.06676765531301498, 0.03576572984457016, -0.015342790633440018, 0.003958979621529579, -0.06900069117546082, -0.03801736980676651, 0.008815824054181576, 0.04056674987077713, -0.04908948764204979, -0.051843561232089996, 0.04507002979516983, 0.007610917557030916, -0.015035748481750488, -0.021492933854460716, -0.009378734044730663, 0.011332637630403042, -0.017650257796049118, 0.0028424635529518127, -0.016384871676564217, 0.013547061011195183, 0.037328850477933884, 0.0563468411564827, 0.035616859793663025, 0.011769939213991165, -0.058058831840753555, 0.04763801768422127, -0.029885411262512207, 0.0024540091399103403, 0.013230714946985245, 0.03643563762307167, 0.00010794441914185882, -0.04164604842662811, 0.00710383290424943, -0.036100685596466064, 0.004726584535092115, 0.023688748478889465, 0.012570109218358994, -0.028024552389979362, 0.018236428499221802, 0.003577503375709057, -0.02415396273136139, -0.019185466691851616, 0.005424406845122576, 0.013826189562678337, -0.04458620399236679, -0.016161568462848663, 0.009750906378030777, 0.016422089189291, -0.010374294593930244, -0.00547558069229126, 0.042353175580501556, 0.0018771425820887089, -0.004452107474207878, 0.011202377267181873, 0.010932552628219128, 0.027168557047843933, 0.05463485047221184, 0.029103850945830345, 0.0036705464590340853, 0.029792368412017822, -0.02434004843235016, 0.026740558445453644, -0.0019818160217255354, 0.024247005581855774, -0.015314877964556217, 0.011639679782092571, -0.006029186304658651, 0.006201316136866808, -0.03660311549901962, -0.034760866314172745, -0.03254644200205803, 0.030443670228123665, 0.03137410059571266, 0.04056674987077713, 0.021939540281891823, -0.03874310478568077, 0.003603090299293399, 0.02871306985616684, -0.00548953702673316, -0.048382360488176346, 0.02141849882900715, 0.029308544471859932, 0.05496980622410774, 0.027764031663537025, 0.027038296684622765, 0.031411316245794296, 0.000944967963732779, -0.015677746385335922, -0.020227547734975815, 0.010932552628219128, -0.026200909167528152, -0.0012851564679294825, -0.01733391173183918, 0.0016456980956718326, -0.0925963968038559, 0.030090106651186943, 0.03554242476820946, 0.0028168768621981144, -0.000027258691261522472, 0.04038066044449806, -0.0011095377849414945, 0.03684502840042114, 0.03249061480164528, -0.02633116953074932, 0.025865953415632248, -0.03466782346367836, -0.006982877384871244, -0.09095883369445801, -0.05735170468688011, -0.025921780616044998, 0.03477947413921356, 0.029885411262512207, -0.0766674354672432, -0.03922693058848381, -0.011937417089939117, 0.03115079738199711, -0.05418824404478073, 0.06330645829439163, 0.04168326407670975, -0.052699554711580276, -0.041273873299360275, 0.016887305304408073, 0.018869120627641678, 0.01283062994480133, -0.02646142989397049, -0.06256211549043655, 0.021176587790250778, -0.0522901676595211, -0.01909242384135723, 0.00693170353770256, 0.011881590820848942, -0.031783487647771835, -0.03232313692569733, 0.052885640412569046, 0.015398616902530193, -0.08284548670053482, -0.0405295304954052, 0.05828213691711426, -0.008127305656671524, 0.019297117367386818, -0.011639679782092571, -0.007592308800667524, -0.002020196057856083, -0.05251346901059151, 0.025140218436717987, -0.035058602690696716, -0.01813407987356186, -0.0652417540550232, -0.023093272000551224, -0.009039127267897129, -0.03922693058848381, -0.002426096238195896, -0.003758937120437622, 0.010430119931697845, -0.0658000111579895, 0.01745486631989479, 0.010551076382398605, 0.04026900976896286, -0.011025595478713512, 0.029029415920376778, 0.07748620957136154, -0.004312543198466301, -0.04131109267473221, -0.05377885326743126, 0.04116222262382507, -0.007950524799525738, -0.0025168131105601788, 0.13405635952949524, 0.009620646014809608, 0.056719012558460236, 0.0033309394493699074, -0.024005094543099403, -0.016747739166021347, -0.0249355249106884, -0.005177842918783426, -0.06330645829439163, -0.019780941307544708, 0.03837093338370323, -0.05266233906149864, 0.06472071260213852, -0.05080147832632065, 0.05794718116521835, -0.03498416766524315, 0.024712221696972847, 0.07599752396345139, -0.04573993757367134, -0.051545821130275726, -0.020022854208946228, 0.03760797902941704, 0.0012898085406050086, 0.0037054375279694796, 0.03959910199046135, -0.02761516161262989, -0.05109921470284462, 0.03182070702314377, 0.006205968093127012, 0.003603090299293399, 0.028117595240473747, -0.008997257798910141, 0.06825634837150574, -0.014784532599151134, -0.026312559843063354, -0.0006152468267828226, -0.014803141355514526, 0.01994841918349266, -0.009853254072368145, -0.013826189562678337, 0.09088440239429474, 0.016142960637807846, 0.012756194919347763, 0.010216121561825275, -0.03351408988237381, 0.06379028409719467, 0.03474225476384163, -0.0004163674311712384, 0.0008094740915112197, 0.03729163482785225, 0.01149081066250801, -0.05552806332707405, -0.005196451675146818, 0.05232738330960274, 0.08113349974155426, -0.01217002421617508, 0.024247005581855774, -0.004756823182106018, -0.005959404166787863, 0.03784989193081856, 0.006903790403157473, 0.03788711130619049, -0.031299665570259094, -0.06758643686771393, 0.016468610614538193, -0.054411545395851135, -0.03338382765650749, -0.027633771300315857, -0.00869486853480339, -0.07253631949424744, 0.014058797620236874, -0.010839509777724743, 0.015286965295672417, 0.06583722680807114, -0.005601188633590937, -0.05779831111431122, 0.04592602327466011, -0.0496477447450161, 0.03249061480164528, -0.07696516811847687, -0.04183213412761688, -0.030034281313419342, 0.04008292406797409, 0.025865953415632248, 0.04019457474350929, -0.04700532555580139, -0.04056674987077713, -0.02007867954671383, -0.007801655679941177, 0.02901080809533596, 0.055267542600631714, 0.07521595805883408, -0.02651725523173809, 0.03758937120437622, -0.04227874055504799, -0.006736313458532095, 0.008876302279531956, 0.03237896412611008, 0.02547517418861389, 0.02804316021502018, 0.03727302700281143, -0.013174888677895069, -0.07108484953641891, 0.024470308795571327, 0.050392087548971176, -0.040417879819869995, -0.04979661479592323, -0.008052871562540531, -0.036286771297454834, 0.008797215297818184, -0.004147391766309738, 0.013565669767558575, 0.006820051930844784, -0.03922693058848381, -0.04849401116371155, -0.028136203065514565, 0.000592567608691752, 0.016273221001029015, -0.025940388441085815, 0.008020306937396526, 0.003577503375709057, -0.025326304137706757, 0.002095793606713414, -0.027280207723379135, 0.016012700274586678, -0.038110412657260895, -0.018469035625457764, 0.060366299003362656, 0.019873984158039093, 0.01812477596104145, 0.02512161061167717, -0.006033838726580143, -0.022460579872131348, 0.0496477447450161, 0.029308544471859932, 0.015919657424092293, 0.06419967114925385, 0.0060617513954639435, 0.049610529094934464, 0.029234111309051514, 0.00854599941521883, -0.04484672471880913, -0.0429486483335495, 0.010206816717982292, -0.03133688122034073, 0.006308315321803093, 0.003975262399762869, -0.05243903398513794, -0.010765074752271175, -0.006643270142376423, -0.01499853190034628, 0.08463191241025925, 0.08440861105918884, -0.028005942702293396, -0.0016666327137500048, 0.004931278992444277, 0.0030262235086411238, -0.03422121703624725, 0.003935718908905983, -0.07395057380199432, -0.01745486631989479, 0.019297117367386818, -0.0886513739824295, 0.017501387745141983, 0.04183213412761688, 0.031895142048597336, -0.05214129760861397, -0.025326304137706757, -0.0030192453414201736, -0.00039165286580100656, -0.019427377730607986, -0.026349777355790138, 0.007596960756927729, 0.043395254760980606, -0.005759361665695906, -0.008657651022076607, -0.023558488115668297, 0.003789176233112812, -0.005605840589851141, -0.028750287368893623, -0.025958996266126633, 0.04689367115497589, 0.033849041908979416, -0.018999380990862846, -0.024284223094582558, -0.0475635826587677, 0.018962163478136063, 0.023521270602941513, -0.031299665570259094, -0.029662108048796654, 0.04000848904252052, -0.01825503632426262, -0.023874834179878235, -0.06252489984035492, 0.013816885650157928, 0.03107636235654354, 0.03053671307861805, 0.0010891846613958478, -0.02549378201365471, -0.01350053958594799, -0.03444451838731766, 0.04071561619639397, 0.013333061710000038, -0.012905064038932323, 0.027708206325769424, 0.025754302740097046, -0.01684078387916088, -0.041943784803152084, -0.009253126569092274, -0.01049525011330843, 0.07071267813444138, 0.0330674834549427, 0.05496980622410774, 0.008992605842649937, -0.01825503632426262, -0.03485390916466713, 0.053183380514383316, -0.011146550998091698, 0.08061245828866959, -0.0030285497196018696, 0.006057099439203739, 0.05735170468688011, -0.04417681694030762, -0.013212106190621853, -0.004154370166361332, -0.009834645316004753, -0.07212693244218826, 0.034518953412771225, 0.013267931528389454, -0.045591071248054504, 0.009695081040263176, -0.08135680109262466, -0.019241292029619217, 0.006908442825078964, 0.02396787703037262, -0.025772910565137863, -0.004307890776544809, 0.004489324986934662, -0.006066403817385435, 0.021120760589838028, -0.03485390916466713, 0.04082726687192917, -0.044437337666749954, -0.05042930692434311, -0.0028354853857308626, 0.03347687050700188, -0.07235023379325867, 0.024228397756814957, 0.007983089424669743, 0.00924382172524929, 0.05779831111431122, 0.03102053701877594, 0.05139695480465889, 0.002045782981440425, 0.008592520840466022, 0.035858772695064545, 0.010327773168683052, 0.0030308756977319717, 0.03595181554555893, 0.049908265471458435, -0.022125625982880592, -0.027652379125356674, -0.013081845827400684, 0.011155855841934681, 0.014970618300139904, 0.03597042337059975, -0.037142764776945114, -0.02407952770590782, 0.0015887091867625713, -0.020357808098196983, -0.005605840589851141, 0.031429924070835114, -0.03126244992017746, -0.04209265485405922, -0.06077568605542183, -0.06155724823474884, 0.0339420847594738, 0.04279978200793266, 0.008825128898024559, -0.0017492084298282862, -0.019780941307544708, -0.0835898295044899, -0.024060919880867004, 0.011714113876223564, -0.08009141683578491, 0.02882472239434719, -0.008313392288982868, -0.017538605257868767, 0.06617218255996704, -0.012188632972538471, 0.05091312900185585, 0.0007577189244329929, -0.06256211549043655, 0.015668440610170364, -0.04994548112154007, 0.0351516455411911, 0.006866573356091976, 0.0019562290981411934, -0.06553948670625687, -0.018627209588885307, 0.011658287607133389, 0.004810323007404804, -0.003270461456850171, 0.007834220305085182, 0.026200909167528152, 0.007275962736457586, 0.013677321374416351, 0.07335510104894638, 0.02688942663371563, -0.0027866377495229244, -0.004598650150001049, -0.024526134133338928, -0.02547517418861389, -0.0856739953160286, -0.056049104779958725, -0.07294571399688721, -0.012328197248280048, -0.029531847685575485, 0.026926644146442413, -0.041087787598371506, -0.01952042058110237, 0.05396493896842003, 0.008029610849916935, -0.026628905907273293, 0.007536482997238636, 0.04153439402580261, -0.003579829353839159, -0.04186934977769852, -0.04451177269220352, 0.0040450445376336575, 0.007764438167214394, 0.04168326407670975, -0.05463485047221184, 0.023446835577487946, 0.040120143443346024, -0.004801018629223108, -0.01000212226063013, -0.0006925888592377305, -0.006536270957440138, -0.05880317464470863, 0.0015689375577494502, -0.018264340236783028, 0.006694443989545107, 0.013891319744288921, -0.004654475953429937, -0.0329558290541172, -0.05061539262533188, 0.06617218255996704, 0.01612435281276703, -0.03224870562553406, 0.02657308056950569, -0.021623194217681885, -0.0067688780836761, 0.03665894269943237, -0.015966178849339485, 0.03959910199046135, 0.03364434838294983, -0.041571613401174545, -0.06885182112455368, 0.0081831319257617, 0.07342953234910965, 0.02434004843235016, -0.008471565321087837, -0.0062199244275689125, 0.00854599941521883, 0.004284630063921213, -0.024916915223002434, 0.02566125988960266, 0.04209265485405922, -0.003270461456850171, 0.012393327429890633, -0.012477066367864609, -0.032453399151563644, -0.012523587793111801, -0.03115079738199711, -0.02718716487288475, -0.02061832882463932, -0.04786131903529167, -0.01630113460123539, -0.016319742426276207, 0.0010124241234734654, 0.060068562626838684, 0.031411316245794296, 0.010560380294919014, -0.03334661200642586, 0.07577422261238098, 0.00836921762675047, -0.006345532834529877, 0.014617055654525757, 0.014784532599151134, -0.0008879791130311787, 0.01262593548744917, 0.04332081973552704, 0.01049525011330843, 0.007731873542070389, -0.015714962035417557, 0.02567986771464348, -0.05340668186545372, -0.0015840571140870452, -0.026256734505295753, 0.031709056347608566, 0.045777156949043274, 0.001380525529384613, -0.006326924078166485, 0.00857391208410263, 0.043395254760980606, -0.03751493617892265, -0.0745832696557045, 0.05485815182328224, 0.035430774092674255, 0.01818990707397461, -0.01612435281276703, -0.02981097809970379, -0.0069735730066895485, -0.0382220633327961, -0.0016980348154902458, -0.01569635421037674, -0.0011479180539026856, -0.030313409864902496, -0.06784695386886597, 0.0003093679843004793, 0.022535014897584915, -0.009750906378030777, -0.004084587562829256, -0.031057752668857574, 0.0317462719976902, -0.04600045830011368, -0.08083575963973999, 0.026721950620412827, 0.01952042058110237, 0.01234680600464344, -0.037328850477933884, -0.037012506276369095, -0.025103000923991203, -0.022367537021636963, 0.0076248738914728165, 0.006406010594218969, 0.03531912341713905, 0.03219287842512131, -0.02919689379632473, 0.02713133953511715, 0.04566550627350807, 0.05165747553110123, 0.028303680941462517, -0.025084393098950386, 0.0163662638515234, 0.052885640412569046, 0.022107016295194626, 0.006164098624140024, -0.008625086396932602, -0.018655121326446533, 0.03851980343461037, 0.007890046574175358, 0.02791289985179901, 0.03206261619925499, -0.04190656915307045, -0.012402632273733616, -0.009485733695328236, 0.06870295107364655, -0.026870818808674812, 0.03321634978055954, 0.03727302700281143, -0.060068562626838684, -0.022293101996183395, -0.04183213412761688, -0.034574780613183975, 0.04533055052161217, 0.00754113495349884, 0.006694443989545107, 0.04302308335900307, -0.022646665573120117, -0.01946459524333477, 0.006238533183932304, -0.027354642748832703, -0.013491234742105007, 0.02359570562839508, 0.04458620399236679, -0.02091606706380844, 0.02104632742702961, 0.10167738795280457, -0.01067203190177679, -0.05102477967739105, -0.025270478799939156, 0.08507852256298065, 0.03937579691410065, 0.017287390306591988, -0.03040645271539688, 0.01167689636349678, 0.002442378783598542, -0.019557638093829155, -0.04573993757367134, -0.031411316245794296, 0.0135377561673522, -0.00900191068649292, 0.029848193749785423, 0.08470635116100311, 0.04782410338521004, 0.05511867254972458 ]
10,412
starlette.responses
init_headers
null
def init_headers(self, headers: typing.Mapping[str, str] = None) -> None: if headers is None: raw_headers: typing.List[typing.Tuple[bytes, bytes]] = [] populate_content_length = True populate_content_type = True else: raw_headers = [ (k.lower().encode("latin-1"), v.encode("latin-1")) for k, v in headers.items() ] keys = [h[0] for h in raw_headers] populate_content_length = b"content-length" not in keys populate_content_type = b"content-type" not in keys body = getattr(self, "body", b"") if body and populate_content_length: content_length = str(len(body)) raw_headers.append((b"content-length", content_length.encode("latin-1"))) content_type = self.media_type if content_type is not None and populate_content_type: if content_type.startswith("text/"): content_type += "; charset=" + self.charset raw_headers.append((b"content-type", content_type.encode("latin-1"))) self.raw_headers = raw_headers
(self, headers: Optional[Mapping[str, str]] = None) -> NoneType
[ -0.06424809992313385, 0.013527381233870983, -0.07215841114521027, -0.05856604129076004, -0.04853888228535652, 0.0029361937195062637, -0.013555234298110008, 0.08081147819757462, 0.014427969232201576, 0.01091846264898777, 0.011651931330561638, 0.03958871215581894, 0.03227259963750839, 0.03529931604862213, 0.009289049543440342, 0.03613491356372833, -0.0032773958519101143, 0.08044010400772095, 0.017788924276828766, -0.0909871906042099, -0.009066224098205566, 0.019720081239938736, -0.00729290209710598, 0.020648522302508354, -0.01469721645116806, 0.025736376643180847, -0.05540934205055237, -0.04731334000825882, 0.04675627499818802, 0.008783048950135708, 0.009609361179172993, -0.011986169964075089, 0.013434537686407566, 0.004268506076186895, 0.016619088128209114, -0.025550689548254013, 0.026182027533650398, -0.036339171230793, -0.017649658024311066, 0.01497574895620346, -0.0264605600386858, 0.006944736465811729, 0.010621361434459686, -0.03021146170794964, -0.03373953700065613, 0.037898950278759, -0.006452662870287895, 0.002347794361412525, 0.05232691764831543, 0.022412559017539024, -0.02304389886558056, 0.0563749223947525, 0.02155839279294014, -0.06257690489292145, -0.06647635251283646, 0.015412116423249245, 0.012171857990324497, -0.006503727287054062, -0.07954879850149155, 0.023638101294636726, 0.005347818601876497, 0.004208157770335674, 0.022319715470075607, -0.07037580758333206, 0.0011651931563392282, -0.04397095367312431, 0.032606836408376694, -0.010036444291472435, 0.029245883226394653, -0.012023307383060455, 0.009804333560168743, 0.022134026512503624, -0.03496507927775383, 0.01180048193782568, 0.016470538452267647, 0.04501080513000488, -0.07494373619556427, -0.005890956148505211, 0.017064740881323814, -0.03071281872689724, 0.061239950358867645, 0.02818746119737625, -0.014140152372419834, -0.015384262427687645, 0.036506287753582, -0.004465799778699875, -0.04159414395689964, 0.005895598791539669, 0.027890359982848167, -0.011215563863515854, -0.04073997959494591, -0.001909106271341443, -0.004612029064446688, 0.009409747086465359, 0.029431570321321487, 0.015003602020442486, 0.0007642227574251592, -0.019924337044358253, -0.04378526285290718, 0.007808186579495668, -0.0550379641354084, 0.003553606802597642, 0.03721190243959427, -0.008653067983686924, -0.01973864994943142, -0.021298430860042572, 0.005347818601876497, -0.0700044333934784, -0.017204007133841515, 0.01990576833486557, -0.0008814384345896542, -0.10703064501285553, -0.01455795019865036, -0.01312815211713314, 0.051027100533246994, -0.0533667728304863, 0.0534781850874424, -0.03138129785656929, -0.0075853606685996056, -0.0076596359722316265, 0.021706944331526756, -0.008035654202103615, 0.005686699412763119, -0.023303862661123276, 0.033832378685474396, 0.005264258943498135, 0.03947729989886284, -0.055892132222652435, 0.06476802378892899, -0.028855938464403152, 0.0011129683116450906, 0.019051603972911835, 0.0038553501944988966, 0.020499970763921738, -0.010073581710457802, -0.023359568789601326, -0.046793412417173386, 0.01048209611326456, 0.052958257496356964, 0.024139458313584328, -0.016340557485818863, -0.03340529650449753, 0.030360011383891106, -0.025624964386224747, -0.039737261831760406, -0.007603929378092289, 0.047239065170288086, -0.040888529270887375, -0.04014577716588974, -0.008954810909926891, -0.03312676399946213, -0.026349147781729698, -0.037249043583869934, 0.05667202174663544, -0.00783604010939598, -0.030285736545920372, -0.0033818453084677458, 0.02298819273710251, -0.009906462393701077, 0.07895459979772568, 0.041222769767045975, 0.001201170147396624, -0.016442684456706047, -0.020611384883522987, -0.009312260895967484, -0.012441105209290981, 0.016591235995292664, -0.046236347407102585, 0.040999941527843475, -0.01687905192375183, 0.00661514000967145, -0.006239121779799461, -0.00543137826025486, 0.000747394806239754, 0.07509228587150574, 0.0003748579474631697, -0.015402831137180328, 0.017436116933822632, -0.07304971665143967, -0.007070076186209917, 0.04627348482608795, -0.04801895469427109, -0.02267252281308174, 0.008128498680889606, 0.0019067851826548576, 0.06053433567285538, 0.0015145189827308059, 0.023749513551592827, 0.023303862661123276, -0.0020007898565381765, 0.029245883226394653, -0.017826061695814133, -0.038511719554662704, 0.0070886448957026005, 0.031139900907874107, -0.008230626583099365, 0.020537108182907104, -0.05422093719244003, 0.003936588764190674, -0.0008773764711804688, -0.05767473578453064, 0.0090012326836586, 0.0010299889836460352, 0.0036882308777421713, 0.009878609329462051, -0.004897524602711201, 0.001146624330431223, -0.010612077079713345, -0.0282431673258543, 0.0022468266543000937, -0.02183692529797554, -0.032012637704610825, -0.060682885348796844, -0.001917230081744492, -0.051027100533246994, -0.03518790379166603, -0.0552607923746109, -0.030230030417442322, 0.05596640706062317, -0.05834321677684784, 0.06109140068292618, 0.06142563745379448, -0.033108197152614594, -0.052958257496356964, 0.06097998842597008, 0.01738969422876835, -0.03199406713247299, -0.032792527228593826, -0.046347759664058685, 0.04185410588979721, -0.006188057363033295, 0.018773071467876434, -0.058046113699674606, 0.013536665588617325, 0.015430685132741928, -0.03988581523299217, 0.033609554171562195, -0.020927052944898605, -0.04211407154798508, -0.015272850170731544, 0.008472021669149399, 0.03936588764190674, -0.038400307297706604, 0.013880188576877117, -0.037119060754776, -0.032068341970443726, -0.05956875532865524, 0.057043399661779404, -0.026441991329193115, 0.016981180757284164, -0.05696912109851837, -0.004776827525347471, -0.015588520094752312, -0.018735934048891068, 0.00012512189277913421, 0.000535304076038301, -0.004451873246580362, -0.01836455799639225, -0.007181488908827305, -0.03698907792568207, 0.029747240245342255, -0.0371747650206089, 0.014687932096421719, 0.024566542357206345, 0.01535640936344862, 0.02267252281308174, -0.014808629639446735, 0.05663488432765007, -0.048501744866371155, -0.0038460656069219112, 0.03282966464757919, -0.008523086085915565, -0.032402582466602325, -0.031678397208452225, 0.07605786621570587, 0.030360011383891106, -0.0072650485672056675, -0.029264451935887337, -0.051584165543317795, 0.02631201036274433, 0.06896457821130753, -0.042931098490953445, 0.05722908675670624, -0.020110026001930237, 0.10383681207895279, 0.04170555621385574, -0.04820464178919792, 0.021929770708084106, -0.021651238203048706, -0.05221550539135933, -0.01384305115789175, 0.05050717666745186, 0.0074832323007285595, -0.010324261151254177, 0.001432119868695736, -0.035095058381557465, -0.0005779543425887823, 0.012775344774127007, 0.07405243068933487, -0.010194279253482819, -0.04322820156812668, 0.04515935853123665, 0.06636494398117065, -0.038734547793865204, -0.031956929713487625, -0.051695577800273895, -0.07059863209724426, 0.02508646808564663, 0.0031288452446460724, -0.016284849494695663, 0.03136272728443146, 0.06331966072320938, 0.002225936623290181, -0.021874062716960907, 0.06343106925487518, 0.03340529650449753, 0.0189494751393795, 0.045085079967975616, -0.00046422035666182637, 0.020054319873452187, -0.004168699029833078, -0.08571364730596542, -0.03858599811792374, -0.019255859777331352, 0.03630203381180763, -0.01342525240033865, 0.05061858892440796, -0.04746188968420029, 0.002534643281251192, 0.02816889062523842, -0.01609916239976883, 0.03585638105869293, 0.012171857990324497, 0.0014414042234420776, 0.030731387436389923, -0.002954762661829591, -0.03490937128663063, 0.005078570917248726, 0.0002852053730748594, -0.052846845239400864, -0.053960975259542465, -0.04177983105182648, 0.015449253842234612, 0.015690648928284645, -0.031065626069903374, -0.09380964934825897, 0.0006754406495019794, 0.0026831936556845903, -0.0065872869454324245, -0.029988635331392288, -0.05139847844839096, -0.07382960617542267, 0.08979878574609756, 0.025290725752711296, 0.06075716018676758, -0.041111353784799576, -0.07977163046598434, -0.025383569300174713, 0.022468265146017075, 0.042931098490953445, 0.09202704578638077, 0.04512221738696098, -0.02172551304101944, 0.007775690872222185, -0.0032588269095867872, 0.009442241862416267, -0.003548964625224471, 0.06903885304927826, -0.017956042662262917, -0.0188380628824234, 0.0028201385866850615, -0.020871346816420555, -0.04471370577812195, 0.026163458824157715, 0.015291418880224228, -0.020110026001930237, -0.0076921312138438225, 0.00708400271832943, -0.06198270246386528, -0.03659913316369057, 0.002124968683347106, -0.0020007898565381765, -0.03169696778059006, 0.012403967790305614, -0.06060861051082611, -0.044193778187036514, 0.06120281293988228, -0.0011118077673017979, -0.0035605700686573982, 0.024399422109127045, 0.047944679856300354, -0.01455795019865036, 0.042708273977041245, 0.021205585449934006, -0.017268996685743332, 0.023805219680070877, -0.021409843116998672, 0.017928190529346466, 0.0033447076566517353, -0.0348350964486599, 0.04081425443291664, -0.05243833363056183, -0.023730944842100143, 0.09529515355825424, -0.006814755033701658, 0.0095443706959486, 0.022653954103589058, 0.004711836576461792, 0.05641205981373787, 0.0011263146298006177, 0.03336815908551216, -0.05217836797237396, 0.010927747003734112, -0.03412948176264763, -0.016609804704785347, 0.02844742313027382, 0.019924337044358253, -0.02961725927889347, 0.02309960499405861, 0.006819397211074829, -0.02096419222652912, -0.004428662359714508, -0.03104705736041069, 0.03513219580054283, 0.03347957134246826, 0.011317692697048187, -0.01138268318027258, -0.038028933107852936, -0.006842608097940683, -0.05139847844839096, -0.0015644226223230362, 0.06881602853536606, -0.0555950291454792, -0.03281109407544136, 0.06008868291974068, 0.06309682875871658, -0.020945623517036438, 0.005719194654375315, -0.006898314692080021, -0.0030615332070738077, -0.01979435607790947, -0.01836455799639225, -0.06049719825387001, 0.004925378132611513, 0.0026437349151819944, 0.008838756009936333, -0.007135067135095596, -0.01685119979083538, -0.016006318852305412, -0.0014158721314743161, -0.027203314006328583, -0.01951582357287407, -0.013592371717095375, -0.08482234179973602, 0.030694250017404556, -0.006406241096556187, 0.04170555621385574, 0.04445374011993408, -0.041334182024002075, -0.0547037273645401, 0.049653008580207825, 0.0004383980995044112, 0.029097331687808037, -0.0028479918837547302, -0.025290725752711296, 0.029190177097916603, 0.014734353870153427, -0.022189732640981674, -0.01284961961209774, -0.018410978838801384, -0.0028897717129439116, 0.042374033480882645, 0.025550689548254013, 0.017027603462338448, 0.006322681438177824, -0.0032263314351439476, 0.031232746317982674, 0.03281109407544136, -0.06194556504487991, -0.04062856733798981, 0.06235408037900925, 0.02074136584997177, 0.025346431881189346, -0.04638489708304405, 0.025829220190644264, -0.03175267204642296, 0.019998613744974136, -0.061128538101911545, 0.03271825239062309, 0.009897178038954735, 0.03373953700065613, 0.03899450972676277, -0.021465549245476723, 0.02079707197844982, 0.05128706619143486, 0.012311124242842197, 0.005454589147120714, 0.0036255610175430775, 0.006201983895152807, -0.050915688276290894, 0.025012193247675896, -0.06450805813074112, -0.006740479730069637, 0.010695637203752995, -0.010426389053463936, -0.005923451855778694, -0.00154121161904186, -0.03301535174250603, -0.026590542867779732, -0.013174573890864849, -0.035262178629636765, 0.03910592198371887, -0.06577073782682419, -0.027871791273355484, 0.013285987079143524, 0.04616207256913185, -0.07694916427135468, 0.037861812859773636, -0.015634940937161446, 0.01685119979083538, 0.004753616638481617, 0.030230030417442322, 0.019812924787402153, -0.05927165597677231, 0.0028271020855754614, 0.038734547793865204, -0.025550689548254013, 0.0035466435365378857, 0.04957873374223709, -0.015170721337199211, -0.04114849120378494, 0.0002383481478318572, -0.01562565751373768, 0.027537552639842033, 0.01696261204779148, 0.04983869940042496, 0.017259713262319565, 0.019218722358345985, -0.04148273169994354, 0.018457401543855667, 0.002961725927889347, 0.05262402072548866, -0.029208745807409286, -0.04356243833899498, -0.02928302064538002, -0.011884041130542755, -0.0035791390109807253, -0.010983454063534737, -0.016312703490257263, -0.032402582466602325, -0.07776619493961334, -0.04564214497804642, -0.013434537686407566, 0.019868630915880203, -0.08913031220436096, -0.03970012441277504, 0.011967601254582405, -0.03825175762176514, 0.010352114215493202, 0.022208301350474358, 0.06948450207710266, 0.004878955893218517, -0.04159414395689964, 0.044193778187036514, -0.07275261729955673, 0.038511719554662704, -0.0093911774456501, 0.04801895469427109, -0.01640554703772068, 0.032235462218523026, -0.0007334681577049196, 0.04575355723500252, -0.0029872581362724304, 0.04501080513000488, 0.005408167373389006, -0.02995149791240692, 0.0015481748851016164, 0.06499084830284119, -0.0033516709227114916, -0.005245690234005451, 0.05028434842824936, 0.0176125206053257, 0.0066847731359303, -0.044973667711019516, -0.010574939660727978, -0.059754446148872375, -0.02449226565659046, 0.014827198348939419, -0.0025880285538733006, -0.006290185730904341, -0.08066292852163315, -0.04300537332892418, 0.0381774827837944, -0.019014466553926468, 0.0019474044675007463, 0.020277146250009537, 0.010268554091453552, -0.00011641775927273557, -0.08155423402786255, 0.0063691032119095325, 0.055335067212581635, 0.021874062716960907, -0.04140845686197281, 0.08029155433177948, 0.06532508879899979, -0.01973864994943142, -0.058751728385686874, 0.07702343910932541, 0.016869768500328064, -0.015894904732704163, -0.01707402430474758, -0.005552075337618589, 0.02393520250916481, -0.00967435259371996, 0.02194833941757679, -0.016981180757284164, -0.03396236151456833, -0.009600076824426651, 0.04062856733798981, -0.042485445737838745, -0.012747490778565407, -0.031139900907874107, -0.029375864192843437, 0.021632669493556023, -0.01147552765905857, 0.022245438769459724, 0.005310680717229843, -0.03158555179834366, -0.0351693332195282, -0.02978437766432762, 0.0548151396214962, 0.004150129854679108, 0.01819743774831295, 0.01478077657520771, 0.017677512019872665, 0.1309472769498825, -0.04701623693108559, 0.03043428622186184, 0.05945734307169914, 0.029431570321321487, 0.03676625341176987, -0.01712973043322563, 0.025847788900136948, -0.006020938046276569, 0.00510178180411458, 0.0031938361935317516, -0.0000595870369579643, -0.0375647097826004, -0.0023628815542906523, -0.06309682875871658, -0.01584848389029503, 0.047350477427244186, 0.026553405448794365, 0.03832603245973587, 0.03825175762176514, 0.03613491356372833, -0.06109140068292618, -0.03652485832571983, 0.019497254863381386, -0.06406240910291672, 0.05087855085730553, -0.029468707740306854, 0.08935313671827316, -0.033609554171562195, 0.01052851788699627, -0.02933872677385807, 0.016451969742774963, -0.03451942652463913, 0.025049330666661263, -0.02586635760962963, 0.030917076393961906, 0.01012000348418951, 0.016173437237739563, -0.009906462393701077, 0.04924449697136879, 0.05990299582481384, -0.007200057618319988, -0.056263506412506104, 0.053181085735559464, 0.02961725927889347, 0.03451942652463913, 0.018299566581845284, -0.014929327182471752, 0.012552518397569656, 0.0031288452446460724, -0.05730336159467697, 0.0039783683605492115, 0.013527381233870983, -0.013174573890864849, -0.004184946417808533, 0.08690205216407776, -0.03093564510345459, 0.006865818984806538, 0.07947452366352081, -0.00933547131717205, 0.0348350964486599, 0.011559086851775646, -0.09574081003665924, 0.008295617997646332, 0.04969014599919319, 0.01245967485010624, -0.027296157553792, -0.030527131631970406, -0.04263399913907051, -0.0365619957447052, -0.010277838446199894, 0.03866027295589447, 0.054518040269613266, 0.036376308649778366, 0.03197550028562546, -0.018605951219797134, 0.060571473091840744, 0.04073997959494591, -0.022783935070037842, 0.0028619184158742428, 0.04051715135574341, 0.05797183886170387, 0.014010170474648476, 0.01590419001877308, 0.013480959460139275, 0.03743473067879677, 0.01732470467686653, 0.023526687175035477, 0.059308793395757675, 0.01962723769247532, -0.045085079967975616, -0.03154841437935829, 0.015950610861182213, -0.013675931841135025, 0.007046865299344063, 0.04887311905622482, 0.037416160106658936, -0.045307908207178116, 0.003583781188353896, -0.041334182024002075, -0.031734105199575424, 0.015504959970712662, 0.04148273169994354, -0.028595974668860435, 0.05745191127061844, -0.02449226565659046, 0.004967157728970051, 0.02079707197844982, 0.04920735955238342, -0.03425946086645126, -0.022245438769459724, 0.0731239914894104, -0.052252642810344696, 0.045307908207178116, 0.07564935088157654, -0.03307105973362923, -0.007450736593455076, -0.008829471655189991, 0.009952884167432785, 0.004456515423953533, -0.0012696427293121815, -0.07977163046598434, 0.053738150745630264, -0.005784185603260994, -0.0038251758087426424, -0.0367848202586174, 0.00834203977137804, 0.014511528424918652, 0.014474391005933285, -0.013963748700916767, 0.04211407154798508, 0.072232685983181, 0.020704228430986404 ]
10,413
starlette.responses
render
null
def render(self, content: typing.Any) -> bytes: return json.dumps( content, ensure_ascii=False, allow_nan=False, indent=None, separators=(",", ":"), ).encode("utf-8")
(self, content: Any) -> bytes
[ -0.015997033566236496, -0.09558678418397903, 0.04710571840405464, 0.012240610085427761, 0.031925298273563385, 0.01906578242778778, -0.09146074205636978, 0.013882433995604515, 0.06013715639710426, -0.044939544051885605, 0.08781605958938599, 0.025151703506708145, -0.01987379975616932, -0.006945514585822821, 0.007585912011563778, -0.003272901987656951, -0.01980503275990486, -0.05271026864647865, 0.0687330886721611, 0.025976913049817085, -0.03316311538219452, -0.009369567967951298, 0.04198254272341728, 0.01813742145895958, -0.00912028644233942, -0.003960576839745045, -0.0023058592341840267, 0.0010444059735164046, -0.02226346917450428, 0.01842968352138996, -0.006365288980305195, -0.07124309986829758, 0.0196846891194582, 0.028469733893871307, 0.022229084745049477, 0.024257725104689598, -0.00970480963587761, 0.03182214871048927, -0.0759880542755127, -0.053363557904958725, -0.059415094554424286, 0.005114580970257521, -0.07591929286718369, -0.047690242528915405, -0.030395222827792168, -0.03689374774694443, 0.025787802413105965, 0.10060681402683258, 0.014243463054299355, -0.055392198264598846, 0.03919745981693268, -0.03199406713247299, -0.023587243631482124, 0.01300564780831337, -0.02912302501499653, -0.0013925413368269801, 0.030653100460767746, 0.020406747236847878, 0.016461214050650597, 0.034229010343551636, -0.05047532543540001, -0.012300781905651093, 0.020595857873558998, -0.04958134889602661, 0.006275031715631485, 0.053535476326942444, -0.05422315374016762, -0.0020404597744345665, -0.004379628226161003, -0.0112262899056077, 0.02539238892495632, -0.012025712057948112, -0.015653196722269058, 0.03579346835613251, 0.007439780980348587, 0.0039949603378772736, -0.0439424142241478, -0.002546545583754778, -0.05202259123325348, -0.02319183014333248, 0.10480162501335144, -0.04497392848134041, 0.02776486799120903, -0.009360971860587597, 0.04242952913045883, -0.05828043445944786, -0.03720320388674736, 0.03627484291791916, -0.05092231184244156, 0.031375158578157425, 0.04156993702054024, 0.005415438674390316, -0.06532909721136093, 0.0375814251601696, -0.017724815756082535, -0.00230156141333282, 0.006661849096417427, -0.025547116994857788, 0.050337791442871094, 0.05549535155296326, 0.041191715747117996, 0.11738607287406921, -0.034779150038957596, -0.030085768550634384, -0.020750584080815315, -0.011707662604749203, 0.020681817084550858, -0.007113135419785976, -0.04724325239658356, 0.00634809723123908, -0.011896772310137749, 0.03259578347206116, 0.014776410534977913, -0.042188845574855804, 0.07151816785335541, 0.026819314807653427, -0.019925374537706375, -0.02511731907725334, 0.06732335686683655, 0.016650324687361717, 0.011415400542318821, 0.006722020450979471, 0.034951068460941315, 0.030756251886487007, 0.0046804859302937984, 0.06553540378808975, -0.024962592869997025, 0.009997071698307991, -0.009378164075314999, -0.0348307266831398, 0.026767738163471222, 0.011982732452452183, 0.001659015309996903, -0.04342665895819664, 0.03051556646823883, 0.011071562767028809, -0.022693265229463577, -0.008316566236317158, 0.029827890917658806, 0.08540920168161392, 0.012481296434998512, -0.0066102733835577965, 0.028882337734103203, -0.018893864005804062, -0.012721982784569263, -0.017054332420229912, 0.05649247765541077, 0.028555693104863167, -0.029999809339642525, -0.006098815239965916, 0.03434935212135315, 0.05350109189748764, -0.004007854498922825, 0.03305996209383011, -0.04322035610675812, 0.029088640585541725, 0.007190498989075422, 0.003165452741086483, 0.027249110862612724, 0.04662434756755829, 0.015558640472590923, -0.045764751732349396, 0.05546096712350845, 0.007044367957860231, 0.023690395057201385, 0.034400928765535355, 0.030549949035048485, -0.029552821069955826, 0.0058323414996266365, -0.023037103936076164, 0.006562995724380016, -0.041191715747117996, -0.05394808202981949, -0.014991309493780136, 0.10686465352773666, 0.018103037029504776, -0.003530779853463173, 0.0869908556342125, -0.022486964240670204, -0.011381017044186592, 0.00566042261198163, -0.02785082720220089, -0.014759219251573086, 0.04524899646639824, 0.0403321236371994, -0.10301367193460464, 0.03699690103530884, -0.015214803628623486, 0.052916571497917175, -0.008668999187648296, -0.021111615002155304, 0.034865107387304306, -0.01940961927175522, -0.04834353178739548, -0.014965521171689034, -0.054188769310712814, 0.02327778935432434, -0.0988876223564148, -0.03507141023874283, -0.03134077414870262, -0.07901382446289062, -0.04143240302801132, -0.003189091570675373, -0.00020966021111235023, 0.017656048759818077, -0.00034007662907242775, 0.017071524634957314, -0.031220432370901108, -0.003962725400924683, -0.04177623987197876, -0.051988210529088974, -0.05295095220208168, -0.05779905989766121, -0.014707643538713455, 0.03263016417622566, -0.07777601480484009, -0.035759083926677704, -0.013865241780877113, -0.025134511291980743, -0.015378125943243504, 0.023243404924869537, -0.0021511325612664223, -0.006262138020247221, -0.01713169738650322, -0.004358138423413038, -0.010229161940515041, -0.02099127136170864, -0.01328931376338005, -0.04607420787215233, -0.01842968352138996, -0.0055013978853821754, -0.0023337961174547672, 0.006081623490899801, 0.02399984747171402, -0.022693265229463577, 0.01012601051479578, 0.05422315374016762, -0.052194513380527496, -0.042635831981897354, -0.006709126755595207, 0.02583937719464302, -0.00829077884554863, 0.037065666168928146, -0.024154575541615486, -0.0169425867497921, -0.001778283854946494, 0.025942528620362282, 0.06068729609251022, 0.0040057054720819, 0.003668314777314663, -0.023037103936076164, -0.01263602264225483, -0.025770610198378563, -0.017475534230470657, 0.012524276040494442, -0.019444003701210022, 0.051541220396757126, 0.003255710005760193, 0.03699690103530884, 0.02547834813594818, 0.0015161078190430999, -0.007121731527149677, -0.04452693834900856, 0.04156993702054024, 0.024223342537879944, -0.023019911721348763, -0.07550668716430664, 0.03058433346450329, -0.007482760585844517, 0.05549535155296326, 0.005578760989010334, -0.02099127136170864, 0.015395318157970905, -0.06488210707902908, -0.02179928869009018, -0.0031138770282268524, 0.00966183003038168, 0.0375814251601696, -0.021317915990948677, -0.0019158187787979841, -0.04497392848134041, -0.04507707804441452, 0.036962516605854034, -0.00551858963444829, 0.03524332866072655, -0.017810774967074394, 0.02785082720220089, 0.001784730819053948, -0.02683650702238083, -0.01567038707435131, 0.027713291347026825, 0.022658882662653923, -0.05195382609963417, 0.008355247788131237, 0.038337867707014084, -0.015042884275317192, 0.057936593890190125, -0.0402977392077446, 0.018739135935902596, 0.00034947844687849283, 0.013959797099232674, 0.02463594637811184, 0.11800498515367508, -0.005991366226226091, -0.02977631613612175, -0.0002425665152259171, -0.037890877574682236, -0.012025712057948112, -0.01003145519644022, 0.04002266749739647, 0.007366715464740992, 0.006893939338624477, 0.0641256719827652, 0.0010057243052870035, -0.02638951689004898, 0.06519156694412231, -0.025443965569138527, 0.020045718178153038, 0.036687444895505905, 0.06085921451449394, 0.009868131950497627, -0.061340585350990295, -0.0073882052674889565, 0.02546115592122078, 0.042085692286491394, -0.03950691223144531, 0.011845197528600693, 0.0017718368908390403, 0.06075606122612953, 0.03409147635102272, 0.03813156485557556, -0.03579346835613251, 0.0069541106931865215, -0.017999885603785515, 0.04407994821667671, -0.02090531215071678, -0.01286811288446188, -0.038991156965494156, -0.07213708013296127, -0.029346518218517303, 0.028418157249689102, 0.01186238881200552, 0.042842134833335876, 0.04242952913045883, -0.03328345715999603, -0.03323188051581383, 0.01342684868723154, 0.012790749780833721, -0.019633114337921143, 0.00483521306887269, -0.04535214975476265, 0.02767890691757202, 0.08169575780630112, -0.026441093534231186, -0.04325474053621292, -0.06856116652488708, -0.028366582468152046, 0.01870475336909294, -0.039885133504867554, 0.06807979941368103, 0.04105418175458908, 0.0238107368350029, 0.0003784897271543741, 0.05167875438928604, 0.02950124628841877, 0.011252077296376228, -0.010684746317565441, 0.026716163381934166, 0.05800536274909973, 0.012017115950584412, -0.00047814883873797953, -0.000021120478777447715, -0.056767549365758896, -0.009146073833107948, 0.0037585722748190165, 0.03905992582440376, -0.008647509850561619, -0.009128881618380547, -0.02417176589369774, -0.036790598183870316, 0.013452637009322643, 0.018635984510183334, 0.00643835449591279, 0.011793621815741062, -0.020389555022120476, 0.04507707804441452, 0.011759237386286259, -0.04012582078576088, -0.027455413714051247, -0.003004278987646103, -0.00966183003038168, -0.0660167708992958, -0.0014043607516214252, 0.0357247032225132, -0.06893938779830933, -0.04913435876369476, 0.023707585409283638, 0.026647396385669708, -0.005462716333568096, 0.04404556751251221, 0.015464085154235363, -0.003599547315388918, 0.0068853432312607765, -0.01629789173603058, -0.0007054038578644395, -0.02326059713959694, 0.03493387624621391, -0.017913926392793655, 0.01319475844502449, 0.07206831127405167, -0.05618302524089813, -0.03307715430855751, -0.028882337734103203, -0.01287670899182558, 0.04322035610675812, 0.002890382893383503, -0.05834919959306717, -0.026062872260808945, -0.04734640568494797, -0.017638856545090675, -0.01187098491936922, 0.051162999123334885, 0.04435501992702484, 0.024257725104689598, 0.007534336298704147, -0.02317463792860508, -0.006141794845461845, -0.01058159489184618, 0.03775334358215332, 0.029294943436980247, 0.04143240302801132, -0.04507707804441452, -0.05167875438928604, -0.06030907481908798, 0.04112294688820839, 0.0320628359913826, 0.012335165403783321, -0.07062419503927231, 0.011965540237724781, -0.017355190590023994, 0.029570013284683228, 0.06770157814025879, -0.013143183663487434, 0.020544283092021942, 0.016607344150543213, 0.0210772305727005, -0.02802274562418461, -0.004994237795472145, 0.00879364088177681, -0.016547173261642456, 0.03617168962955475, -0.002011448610574007, 0.030463989824056625, -0.07743217051029205, -0.00956727471202612, -0.02905425801873207, 0.07193077355623245, -0.05659563094377518, -0.022504154592752457, 0.00460312282666564, 0.011527147144079208, 0.0037220395170152187, -0.018635984510183334, -0.06821732968091965, -0.0047363596968352795, -0.07908259332180023, -0.06811418384313583, 0.03857855126261711, -0.002535800449550152, 0.028693227097392082, 0.020664624869823456, 0.03379921242594719, -0.01952996291220188, -0.007482760585844517, 0.032939620316028595, 0.07309982180595398, 0.010418271645903587, -0.023965464904904366, -0.030378030613064766, 0.005226328037679195, -0.055185895413160324, -0.024481220170855522, -0.014441168867051601, -0.018395299091935158, 0.028246238827705383, 0.024068616330623627, 0.032028451561927795, 0.016082992777228355, 0.07124309986829758, 0.014492744579911232, -0.0032621570862829685, 0.07110556960105896, -0.0879535973072052, -0.005239221733063459, 0.0233637485653162, -0.006984196603298187, -0.023243404924869537, -0.05948386341333389, -0.018893864005804062, -0.01016899012029171, -0.021558603271842003, 0.007267862092703581, 0.005359564907848835, -0.01249848771840334, -0.0031289199832826853, -0.04590228945016861, 0.10266983509063721, 0.007680467329919338, 0.016830839216709137, 0.021558603271842003, -0.03974759951233864, 0.02914021722972393, 0.00023571662313770503, -0.045661602169275284, -0.05119738355278969, 0.003156856866553426, 0.00911169033497572, 0.01794831082224846, -0.003281497862190008, -0.035122986882925034, -0.04184500873088837, 0.025684650987386703, -0.03544963151216507, -0.015094459988176823, 0.015438297763466835, 0.012807941995561123, -0.03060152567923069, -0.02052709087729454, -0.027644524350762367, 0.0944177433848381, -0.014862369745969772, 0.0017374531598761678, 0.018653176724910736, 0.011578722856938839, -0.04322035610675812, 0.05938071385025978, -0.0018857329851016402, 0.043014053255319595, -0.02822904661297798, -0.0016149610746651888, 0.007207690738141537, -0.00883662048727274, -0.017260635271668434, -0.08025164157152176, -0.012627427466213703, 0.039334993809461594, 0.042154461145401, 0.02025202102959156, 0.00027063762536272407, -0.004959853831678629, -0.04717448726296425, -0.033850789070129395, 0.01868756115436554, 0.03820032998919487, -0.03544963151216507, -0.053363557904958725, -0.025151703506708145, 0.041913773864507675, 0.02931213565170765, 0.007624593563377857, 0.05848673731088638, 0.04624612629413605, -0.02217750996351242, -0.00671342434361577, -0.06519156694412231, 0.08726592361927032, -0.027868017554283142, 0.03005138598382473, -0.04872175306081772, 0.017527109012007713, 0.032200369983911514, 0.028813570737838745, 0.04040088877081871, 0.008359545841813087, 0.01995975896716118, 0.006034345831722021, 0.010564402677118778, 0.0815582200884819, 0.01897982321679592, -0.005415438674390316, -0.05903687700629234, 0.00847129337489605, -0.031306393444538116, -0.057489607483148575, 0.04779339209198952, -0.021472644060850143, 0.0013431146508082747, 0.015326550230383873, 0.03144392743706703, -0.020870927721261978, -0.06914569437503815, 0.02967316471040249, 0.026819314807653427, -0.03024049662053585, 0.06385059654712677, 0.03407428413629532, -0.04940943047404289, 0.024773482233285904, -0.04782777652144432, -0.018721943721175194, 0.004173325840383768, 0.057936593890190125, -0.04325474053621292, 0.0192377008497715, 0.06766719371080399, 0.01585949771106243, 0.025495540350675583, 0.021025653928518295, -0.017535705119371414, 0.014406785368919373, -0.02766171656548977, 0.029277751222252846, -0.0037865089252591133, -0.03634360805153847, -0.00027775613125413656, 0.007469866890460253, -0.012292185798287392, 0.007792214397341013, -0.04683065041899681, -0.00007837074372218922, 0.057661525905132294, 0.03720320388674736, -0.060412224382162094, 0.0033803510013967752, 0.018085844814777374, -0.001865317695774138, 0.006034345831722021, 0.03654991090297699, 0.0021736968774348497, -0.04452693834900856, 0.03524332866072655, 0.014948328956961632, -0.00561314495280385, 0.0196846891194582, -0.042738985270261765, -0.017114505171775818, -0.06997090578079224, 0.030739059671759605, 0.02501416765153408, 0.011656086891889572, 0.047415170818567276, 0.00505870720371604, -0.06770157814025879, -0.0026325047947466373, -0.051885057240724564, 0.019203316420316696, -0.009275012649595737, -0.00856584869325161, -0.055392198264598846, -0.01897982321679592, -0.018618792295455933, -0.011252077296376228, 0.026372326537966728, -0.017114505171775818, 0.016598748043179512, 0.055117130279541016, 0.054842058569192886, 0.003752125194296241, 0.008939770981669426, 0.01117471419274807, -0.015060076490044594, 0.024773482233285904, -0.0613749697804451, -0.043014053255319595, 0.016796454787254333, -0.045936670154333115, -0.012017115950584412, 0.012403933331370354, 0.021094422787427902, -0.034847915172576904, 0.013392465189099312, 0.02226346917450428, -0.0449051596224308, -0.04315158724784851, -0.014398189261555672, 0.003595249494537711, -0.019822223111987114, 0.013091607950627804, 0.04683065041899681, -0.015395318157970905, 0.04088226333260536, -0.029931042343378067, -0.023243404924869537, 0.037890877574682236, -0.03909430652856827, 0.00030220081680454314, -0.0449051596224308, 0.049890801310539246, -0.006859555374830961, -0.02857288531959057, -0.0013087309198454022, -0.07777601480484009, -0.03359290957450867, -0.028091512620449066, 0.0247390978038311, 0.022211894392967224, 0.016650324687361717, -0.008144647814333439, 0.05370739474892616, 0.006468440406024456, 0.025031359866261482, 0.003683357732370496, 0.008939770981669426, -0.004254987463355064, 0.021507026627659798, -0.010641766712069511, 0.0558735728263855, -0.00666614668443799, 0.03978198394179344, -0.04707133397459984, 0.007156115025281906, 0.08513413369655609, -0.0012850920902565122, 0.022486964240670204, -0.05718015506863594, -0.003257859032601118, -0.014836582355201244, 0.031220432370901108, 0.05026902258396149, 0.007598805706948042, -0.05009710416197777, 0.03885362297296524, -0.022951144725084305, 0.023793544620275497, -0.003365308279171586, 0.04187938943505287, -0.011243482120335102, -0.0018180400365963578, 0.03713443502783775, -0.020097292959690094, -0.01135522872209549, 0.05284780263900757, -0.012128862552344799, -0.0402977392077446, -0.041466787457466125, 0.00979936495423317, -0.024790674448013306, -0.0540512353181839, -0.03637799248099327, -0.0033996920101344585, -0.020045718178153038, 0.04727763682603836, -0.015189015306532383, -0.04497392848134041, 0.0604809932410717, -0.014432573691010475, 0.04280775040388107, 0.03909430652856827, -0.044870775192976, 0.056767549365758896, -0.012532872147858143, 0.033317841589450836, -0.042567066848278046, 0.03259578347206116, 0.07316859066486359, 0.06089359521865845, -0.038475401699543, 0.05123176798224449, -0.006687636487185955, -0.023398132994771004, -0.0641256719827652, -0.021214764565229416, -0.046761881560087204, -0.02116318978369236, -0.05714577063918114, 0.03189091384410858, -0.0008590561337769032, 0.014587299898266792 ]
10,414
starlette.responses
set_cookie
null
def set_cookie( self, key: str, value: str = "", max_age: int = None, expires: int = None, path: str = "/", domain: str = None, secure: bool = False, httponly: bool = False, samesite: str = "lax", ) -> None: cookie: http.cookies.BaseCookie = http.cookies.SimpleCookie() cookie[key] = value if max_age is not None: cookie[key]["max-age"] = max_age if expires is not None: cookie[key]["expires"] = expires if path is not None: cookie[key]["path"] = path if domain is not None: cookie[key]["domain"] = domain if secure: cookie[key]["secure"] = True if httponly: cookie[key]["httponly"] = True if samesite is not None: assert samesite.lower() in [ "strict", "lax", "none", ], "samesite must be either 'strict', 'lax' or 'none'" cookie[key]["samesite"] = samesite cookie_val = cookie.output(header="").strip() self.raw_headers.append((b"set-cookie", cookie_val.encode("latin-1")))
(self, key: str, value: str = '', max_age: Optional[int] = None, expires: Optional[int] = None, path: str = '/', domain: Optional[str] = None, secure: bool = False, httponly: bool = False, samesite: str = 'lax') -> NoneType
[ 0.0006968719535507262, -0.01060064509510994, -0.014850541017949581, 0.050767455250024796, -0.03087678924202919, 0.022858846932649612, 0.0028115801978856325, 0.02017977461218834, 0.004531776066869497, 0.0020249641966074705, -0.033671505749225616, 0.06503014266490936, 0.020584525540471077, 0.05859265848994255, 0.01650809682905674, -0.028718112036585808, 0.0888141319155693, 0.018425850197672844, -0.0011227047070860863, 0.0024092376697808504, -0.0125665832310915, -0.002034601056948304, 0.00010841569019248709, -0.033671505749225616, 0.046064622700214386, -0.03282345458865166, -0.032380152493715286, 0.07609336078166962, 0.01625753566622734, -0.007165072485804558, -0.0007583075203001499, -0.034346092492341995, -0.045717693865299225, -0.012846055440604687, 0.03276563063263893, -0.015313114039599895, -0.027060557156801224, -0.029315603896975517, -0.04244112968444824, -0.012855691835284233, -0.02787006087601185, -0.012325659394264221, -0.008726258762180805, -0.03717935457825661, -0.012499124743044376, 0.051692601293325424, 0.039550043642520905, 0.08480516076087952, 0.025865575298666954, -0.015409483574330807, -0.020815813913941383, -0.0032789723481982946, 0.026039039716124535, -0.0475294403731823, 0.023822542279958725, 0.02532590553164482, 0.01907152496278286, 0.014946910552680492, -0.057783156633377075, 0.05608705058693886, 0.01599733717739582, -0.02754240483045578, -0.053234513849020004, -0.030221477150917053, 0.0026429337449371815, 0.05396692082285881, -0.02310940809547901, -0.011342690326273441, 0.004604053217917681, -0.04097631201148033, 0.041438888758420944, -0.026540162041783333, 0.03798886016011238, -0.011063219048082829, 0.014734896831214428, -0.008885268121957779, -0.12003785371780396, 0.03318965807557106, -0.0669189840555191, -0.005623160395771265, 0.026829270645976067, -0.09837398678064346, 0.0043101259507238865, -0.03789249062538147, -0.01676829345524311, 0.06900056451559067, 0.008138404227793217, 0.011294505558907986, 0.04008971527218819, 0.07073521614074707, -0.06352677941322327, 0.023880362510681152, -0.031088802963495255, 0.036485493183135986, 0.014359056018292904, -0.01565040834248066, 0.014474699273705482, -0.0034042526967823505, 0.006553126499056816, 0.03635057806968689, -0.017413970082998276, 0.05809153616428375, -0.011304142884910107, -0.00444504339247942, -0.019775021821260452, -0.014561432413756847, -0.03804668039083481, -0.03128154203295708, -0.022685380652546883, -0.05874684825539589, -0.02557646669447422, 0.03669750690460205, 0.002293594181537628, 0.04475399851799011, -0.02532590553164482, 0.03735281899571419, 0.016989944502711296, -0.02590412274003029, -0.015062553808093071, 0.01684539020061493, 0.004905208013951778, -0.00564243458211422, -0.020468883216381073, 0.06637931615114212, -0.016228623688220978, 0.0029368605464696884, -0.005001577083021402, 0.028255539014935493, 0.027947155758738518, 0.016045521944761276, 0.0007306013139896095, 0.02943124622106552, 0.10007009655237198, -0.013009883463382721, 0.05354289710521698, 0.0019671425689011812, -0.0447925440967083, 0.045640598982572556, -0.09266891330480576, 0.02557646669447422, -0.036061469465494156, -0.012007640674710274, 0.05111438408493996, 0.004471545107662678, 0.019476277753710747, -0.020970003679394722, -0.013453182764351368, -0.06514578312635422, -0.041014861315488815, 0.031030980870127678, 0.009164740331470966, 0.020141227170825005, 0.0006372433272190392, -0.0000953154667513445, 0.018348753452301025, -0.04352046921849251, 0.02736893855035305, 0.0230130385607481, 0.002455013105645776, 0.04448416456580162, -0.023745445534586906, -0.027580952271819115, 0.012884602881968021, -0.030838241800665855, -0.012740048579871655, 0.003495803801342845, 0.030086560174822807, -0.015708228573203087, 0.024150198325514793, 0.10060976445674896, 0.03440391272306442, -0.04163162782788277, 0.0213940292596817, 0.0017117633251473308, -0.03771902248263359, -0.03045276366174221, -0.028949398547410965, -0.068152517080307, 0.024921154603362083, 0.023996006697416306, 0.02719547413289547, -0.047683630138635635, -0.007092795334756374, 0.05003504827618599, 0.050690360367298126, -0.03259216621518135, -0.028679564595222473, 0.028255539014935493, 0.03906819596886635, 0.07451289892196655, 0.005247319582849741, -0.01684539020061493, -0.0388176366686821, -0.03754555806517601, 0.016392452642321587, -0.024574223905801773, 0.009983880445361137, -0.11749369651079178, 0.023128680884838104, 0.02035323902964592, -0.012094372883439064, 0.02438148483633995, 0.022434821352362633, -0.08765770494937897, 0.057436224073171616, -0.00834078062325716, 0.035791635513305664, -0.016970669850707054, -0.027985705062747, 0.0015647998079657555, 0.006938604172319174, -0.03054913319647312, -0.047606535255908966, -0.023244325071573257, 0.012749685905873775, -0.022376999258995056, -0.0369480699300766, -0.02873738668859005, 0.041940007358789444, 0.021316934376955032, 0.09598402678966522, -0.02806279994547367, -0.016112981364130974, 0.015775687992572784, 0.027002735063433647, -0.01718268357217312, 0.033652231097221375, -0.017654893919825554, -0.03906819596886635, -0.046989768743515015, -0.025634288787841797, 0.03559889644384384, -0.014677075669169426, -0.01948591321706772, -0.010407906956970692, -0.026501614600419998, 0.04857023060321808, 0.04078357294201851, -0.024824785068631172, 0.02017977461218834, 0.0035295330453664064, -0.039299484342336655, 0.03112735040485859, 0.06291001290082932, -0.015872057527303696, 0.035965099930763245, 0.015168559737503529, 0.055817216634750366, -0.03216814249753952, 0.036389123648405075, -0.0338449701666832, -0.04197855666279793, -0.04217129573225975, 0.02199152112007141, 0.0552389994263649, 0.07027263939380646, 0.021740959957242012, -0.0018828192260116339, -0.009140647947788239, 0.00585926603525877, -0.0067314100451767445, -0.013356813229620457, -0.012990608811378479, -0.032727085053920746, -0.0010630760807543993, 0.05689655616879463, 0.03702516481280327, -0.018146377056837082, -0.012412392534315586, -0.0012540081515908241, 0.07246986776590347, -0.023668350651860237, -0.05157695710659027, 0.000053492603910854086, -0.01948591321706772, -0.055971410125494, -0.049302637577056885, -0.03388351947069168, -0.038779087364673615, -0.034500282257795334, -0.03105025365948677, -0.039819877594709396, 0.037853941321372986, 0.03411480411887169, -0.04864732548594475, 0.021182017400860786, -0.006297747138887644, 0.03822014480829239, 0.01321225892752409, -0.02239627204835415, -0.05816863477230072, 0.0015840737614780664, -0.008475697599351406, 0.06788267940282822, -0.02642451785504818, -0.019688289612531662, -0.05759041756391525, -0.041091956198215485, 0.04949537664651871, -0.004548640456050634, 0.027388213202357292, -0.04336627572774887, -0.01779944822192192, -0.022511916235089302, 0.02445857971906662, -0.045717693865299225, -0.02848682552576065, 0.050844550132751465, 0.004473954439163208, 0.038875456899404526, 0.03771902248263359, -0.0007360220770351589, -0.07910008728504181, 0.0260004922747612, 0.01960155740380287, 0.009477940388023853, -0.05759041756391525, -0.028949398547410965, -0.014118132181465626, 0.024323662742972374, 0.038779087364673615, -0.06869218498468399, -0.06788267940282822, 0.07617045938968658, 0.037680476903915405, -0.039550043642520905, 0.023302147164940834, -0.007974576205015182, 0.026906365528702736, 0.04359756410121918, -0.012200379744172096, 0.07516821473836899, -0.010783747769892216, 0.05227081850171089, -0.03330530226230621, 0.015207108110189438, -0.007887843996286392, -0.007059066090732813, 0.02787006087601185, 0.03920311480760574, -0.048030562698841095, -0.026193231344223022, -0.08017943054437637, -0.014291597530245781, 0.004300489090383053, -0.019909938797354698, -0.005035306792706251, 0.014677075669169426, 0.008181771263480186, -0.017413970082998276, -0.030606955289840698, -0.02438148483633995, 0.0369480699300766, -0.06167648360133171, -0.009897148236632347, -0.036061469465494156, 0.010658467188477516, -0.020333966240286827, -0.03361368179321289, -0.05955635383725166, 0.05759041756391525, -0.04799201339483261, 0.04583333805203438, -0.0010865661315619946, -0.019794296473264694, -0.011304142884910107, 0.021933699026703835, -0.0162382610142231, -0.0008938271785154939, 0.005126857664436102, 0.07582352310419083, -0.05277194082736969, 0.04679702967405319, 0.0075601874850690365, 0.030510585755109787, 0.06156083941459656, 0.037776846438646317, 0.02359125390648842, 0.025692110881209373, -0.03997407108545303, -0.006003820337355137, 0.008234773762524128, 0.03924166411161423, 0.016190076246857643, -0.005358144640922546, 0.024824785068631172, 0.05446804314851761, 0.010899391025304794, 0.04082212224602699, 0.02669435366988182, 0.03301619365811348, 0.0487629696726799, 0.025268083438277245, -0.0324765220284462, -0.05057471618056297, -0.045794788748025894, -0.013723017647862434, 0.002293594181537628, 0.02120129019021988, -0.000009476962077314965, 0.015380572527647018, -0.013944667764008045, 0.03841288387775421, 0.012422028928995132, 0.04687412828207016, -0.002568247262388468, -0.022974489256739616, -0.03330530226230621, -0.009694771841168404, 0.010166983120143414, 0.04899425804615021, -0.05446804314851761, -0.016122618690133095, -0.011602888815104961, 0.02918068692088127, -0.005425603128969669, -0.008437150157988071, -0.06190776824951172, 0.019042614847421646, -0.008562430739402771, -0.0026092042680829763, -0.00551715400069952, -0.021663865074515343, 0.01428196020424366, -0.03503995016217232, 0.04294225201010704, 0.007748108357191086, 0.007868570275604725, 0.06310275197029114, -0.07636319845914841, 0.09567564725875854, -0.029970915988087654, -0.04945683106780052, 0.03592655062675476, 0.006948241498321295, 0.021278386935591698, -0.0004411916306708008, 0.0011985957389697433, -0.0014021763345226645, -0.05531609430909157, -0.05543173849582672, -0.08326325565576553, -0.013019519858062267, -0.014012126252055168, 0.018695684149861336, -0.034596651792526245, -0.0031826028134673834, 0.06545417010784149, 0.016373177990317345, -0.03255361691117287, 0.0216445904225111, 0.05608705058693886, -0.03958859294652939, 0.011024671606719494, 0.046912673860788345, 0.06780558079481125, -0.03600364550948143, -0.04082212224602699, 0.03105025365948677, 0.00855279341340065, 0.021740959957242012, 0.04671993479132652, 0.024516401812434196, -0.01008988730609417, -0.04841604083776474, 0.013674832880496979, 0.04957247152924538, -0.002941679209470749, 0.026193231344223022, -0.06329549103975296, -0.03394133970141411, -0.011333053931593895, -0.025692110881209373, 0.024959702044725418, -0.029219234362244606, 0.014946910552680492, 0.010330811142921448, 0.009810416027903557, -0.030606955289840698, 0.008735895156860352, -0.0002483020653016865, 0.07119779288768768, 0.0008329938864335418, -0.01419522799551487, -0.01975574903190136, -0.014551795087754726, 0.05296467989683151, 0.03542542830109596, 0.04147743433713913, 0.053157418966293335, 0.017067039385437965, -0.004341446328908205, -0.08033362030982971, 0.0018792053451761603, 0.002452604006975889, 0.014436151832342148, 0.007849296554923058, 0.010754836723208427, -0.01428196020424366, -0.07701850682497025, -0.030684050172567368, -0.06387370824813843, -0.02420802041888237, 0.010831932537257671, -0.018772779032588005, 0.0018177698366343975, -0.04159307852387428, -0.01573714055120945, 0.004888343159109354, -0.03717935457825661, 0.025692110881209373, 0.025171713903546333, -0.035463977605104446, -0.08295486867427826, -0.004869069438427687, -0.017240503802895546, -0.06456756591796875, -0.013617010787129402, -0.02095073089003563, -0.000872746342793107, -0.009954969398677349, 0.023822542279958725, 0.051962435245513916, 0.0012220857897773385, -0.024169471114873886, -0.025846300646662712, -0.01107285637408495, -0.02950834296643734, 0.028602469712495804, 0.026906365528702736, -0.02609686180949211, -0.01960155740380287, 0.01564077101647854, 0.08796608448028564, 0.04062938317656517, 0.010446454398334026, -0.005690619349479675, 0.036061469465494156, 0.020044857636094093, -0.06807541847229004, 0.015428757295012474, 0.03359441086649895, -0.07582352310419083, 0.016826115548610687, -0.0019490732811391354, -0.029566163197159767, -0.0134339090436697, 0.02376472018659115, 0.010456091724336147, 0.05396692082285881, -0.05180824548006058, -0.014079584740102291, 0.050690360367298126, -0.020044857636094093, -0.013376086950302124, -0.017471790313720703, 0.009685135446488857, -0.029546890407800674, -0.03854780271649361, -0.0064663938246667385, -0.010725925676524639, 0.0009763435227796435, 0.04745234549045563, 0.039299484342336655, 0.005960453767329454, -0.07061957567930222, 0.012836418114602566, -0.03513631969690323, 0.0592094250023365, -0.007155435625463724, 0.02420802041888237, 0.06425918638706207, 0.04359756410121918, 0.06402789801359177, 0.017587434500455856, 0.04849313572049141, 0.0388176366686821, -0.016556281596422195, 0.03689024597406387, 0.06919330358505249, -0.05211662873625755, 0.05928651988506317, 0.01069701462984085, -0.02933487668633461, -0.00007510045543313026, -0.019225716590881348, 0.03586873039603233, 0.053928375244140625, -0.0319754034280777, 0.0378153920173645, -0.08287777751684189, -0.01675865612924099, -0.02634742297232151, -0.013954304158687592, -0.02617395669221878, -0.04413723200559616, 0.020044857636094093, -0.09089571982622147, 0.007555369287729263, 0.024323662742972374, 0.018242746591567993, -0.01666228659451008, -0.03018292970955372, 0.006832597777247429, -0.06406644731760025, 0.023571981117129326, 0.013327902182936668, 0.022897394374012947, -0.030163655057549477, -0.044599805027246475, -0.0340762585401535, 0.04371320828795433, -0.02044960856437683, 0.04082212224602699, -0.0013046021340414882, 0.039299484342336655, -0.04695122316479683, -0.0056279790587723255, -0.0873493179678917, -0.0004953994648531079, -0.01518783438950777, -0.08997056633234024, -0.0427880585193634, -0.01890769600868225, 0.0027489401400089264, -0.050420526415109634, -0.01718268357217312, 0.035271238535642624, -0.013954304158687592, -0.06090552732348442, 0.00671213585883379, 0.016392452642321587, -0.0070687029510736465, -0.0442914254963398, 0.039472948759794235, 0.014985457994043827, 0.03318965807557106, 0.04352046921849251, 0.055393192917108536, 0.025788478553295135, 0.017654893919825554, 0.04471544921398163, 0.013520641252398491, -0.007839659228920937, -0.023494884371757507, 0.020757991820573807, -0.01565040834248066, 0.000042048726754728705, 0.03045276366174221, -0.05662672221660614, -0.0042426674626767635, -0.025441549718379974, 0.03752628341317177, -0.0056665269657969475, 0.020083405077457428, -0.060250215232372284, 0.030992433428764343, -0.005830354988574982, 0.04078357294201851, -0.018859511241316795, 0.03583018109202385, 0.007603554055094719, 0.043327730149030685, -0.014860177412629128, 0.02840973064303398, -0.05755186825990677, 0.01907152496278286, 0.008292595855891705, 0.013867571949958801, 0.018628224730491638, 0.05088309943675995, -0.05111438408493996, -0.05103728920221329, 0.027677321806550026, 0.03602292016148567, -0.05072890594601631, 0.0035247146151959896, -0.019457003101706505, 0.011227047070860863, -0.011207773350179195, 0.0447925440967083, 0.016064796596765518, 0.004743788857012987, -0.05265629664063454, 0.040667932480573654, 0.04070647805929184, 0.014359056018292904, 0.018416212871670723, -0.013751928694546223, -0.05689655616879463, 0.03951149806380272, -0.03883691132068634, -0.04799201339483261, -0.009767048992216587, -0.00543042179197073, 0.036562591791152954, -0.0017057402292266488, 0.004693194758147001, 0.023571981117129326, 0.0020936275832355022, -0.08318615704774857, 0.05585576593875885, -0.018262021243572235, 0.006635040510445833, 0.005290685687214136, -0.018792053684592247, -0.01277859602123499, 0.020642347633838654, 0.06167648360133171, -0.0569736510515213, 0.017664529383182526, 0.024323662742972374, -0.027600226923823357, 0.00024769973242655396, -0.04463835433125496, -0.03299691900610924, 0.019350996240973473, -0.03635057806968689, -0.025287358090281487, 0.03274635598063469, 0.01761634461581707, 0.030086560174822807, 0.005141313187777996, -0.025884848088026047, -0.031936854124069214, -0.025287358090281487, 0.0046642841771245, 0.06086697801947594, 0.017944002524018288, 0.008451605215668678, -0.04174726828932762, 0.06425918638706207, -0.026058314368128777, -0.025036796927452087, -0.049919404089450836, -0.024689866229891777, -0.04714396223425865, -0.02436221018433571, 0.04394449293613434, 0.0676899403333664, -0.006432664580643177, -0.005358144640922546, 0.0058929952792823315, -0.03430754318833351, 0.0007155435741879046, -0.0030452762730419636, -0.04510092735290527, -0.001794882002286613, 0.005618342198431492, 0.06140664964914322, -0.054699331521987915, 0.024246567860245705, -0.03550252690911293, 0.002614022931084037, 0.032129593193531036, -0.032977644354104996, -0.04544785991311073, 0.026039039716124535, 0.07458999752998352, 0.046411555260419846, -0.01992921344935894, 0.06533852219581604, 0.012335296720266342, -0.04795346409082413, 0.03463520109653473, 0.023205777630209923, 0.017153771594166756, 0.04483109340071678 ]
10,415
starlette.requests
Request
null
class Request(HTTPConnection): def __init__( self, scope: Scope, receive: Receive = empty_receive, send: Send = empty_send ): super().__init__(scope) assert scope["type"] == "http" self._receive = receive self._send = send self._stream_consumed = False self._is_disconnected = False @property def method(self) -> str: return self.scope["method"] @property def receive(self) -> Receive: return self._receive async def stream(self) -> typing.AsyncGenerator[bytes, None]: if hasattr(self, "_body"): yield self._body yield b"" return if self._stream_consumed: raise RuntimeError("Stream consumed") self._stream_consumed = True while True: message = await self._receive() if message["type"] == "http.request": body = message.get("body", b"") if body: yield body if not message.get("more_body", False): break elif message["type"] == "http.disconnect": self._is_disconnected = True raise ClientDisconnect() yield b"" async def body(self) -> bytes: if not hasattr(self, "_body"): chunks = [] async for chunk in self.stream(): chunks.append(chunk) self._body = b"".join(chunks) return self._body async def json(self) -> typing.Any: if not hasattr(self, "_json"): body = await self.body() self._json = json.loads(body) return self._json async def form(self) -> FormData: if not hasattr(self, "_form"): assert ( parse_options_header is not None ), "The `python-multipart` library must be installed to use form parsing." content_type_header = self.headers.get("Content-Type") content_type, options = parse_options_header(content_type_header) if content_type == b"multipart/form-data": multipart_parser = MultiPartParser(self.headers, self.stream()) self._form = await multipart_parser.parse() elif content_type == b"application/x-www-form-urlencoded": form_parser = FormParser(self.headers, self.stream()) self._form = await form_parser.parse() else: self._form = FormData() return self._form async def close(self) -> None: if hasattr(self, "_form"): await self._form.close() async def is_disconnected(self) -> bool: if not self._is_disconnected: message: Message = {} # If message isn't immediately available, move on with anyio.CancelScope() as cs: cs.cancel() message = await self._receive() if message.get("type") == "http.disconnect": self._is_disconnected = True return self._is_disconnected async def send_push_promise(self, path: str) -> None: if "http.response.push" in self.scope.get("extensions", {}): raw_headers = [] for name in SERVER_PUSH_HEADERS_TO_COPY: for value in self.headers.getlist(name): raw_headers.append( (name.encode("latin-1"), value.encode("latin-1")) ) await self._send( {"type": "http.response.push", "path": path, "headers": raw_headers} )
(scope: MutableMapping[str, Any], receive: Callable[[], Awaitable[MutableMapping[str, Any]]] = <function empty_receive at 0x7f52c382a560>, send: Callable[[MutableMapping[str, Any]], Awaitable[NoneType]] = <function empty_send at 0x7f52c382b910>)
[ -0.005048203282058239, -0.025726521387696266, -0.10340724885463715, 0.0053066168911755085, -0.045355524867773056, 0.0166324470192194, -0.02568475715816021, 0.03775450587272644, -0.020600011572241783, -0.04090767353773117, 0.07062264531850815, 0.01622524857521057, 0.013155607506632805, 0.029798494651913643, -0.017801834270358086, 0.01585981622338295, 0.04493788629770279, -0.034058406949043274, -0.0006825776654295623, -0.052037738263607025, 0.01127623487263918, 0.057842910289764404, 0.008702538907527924, 0.013447954319417477, 0.008509380742907524, 0.04013504460453987, -0.018344763666391373, -0.029401738196611404, 0.03610483556985855, 0.007987333461642265, 0.035436611622571945, -0.01190269272774458, 0.04556434229016304, -0.01049838401377201, 0.02756413072347641, -0.009924130514264107, -0.05057600140571594, 0.0018637110479176044, -0.07692898064851761, 0.004225977696478367, -0.05136951431632042, -0.0056328969076275826, -0.059847574681043625, -0.025496819987893105, 0.04305851086974144, -0.0006078595179133117, -0.08277592062950134, 0.08820521831512451, 0.008514601737260818, 0.037566568702459335, 0.0656527429819107, 0.08331884443759918, -0.013667214661836624, -0.01044617872685194, -0.012560472823679447, 0.0815647691488266, -0.02127867378294468, 0.023053636774420738, -0.028775282204151154, 0.003119236323982477, -0.05320712551474571, 0.04606550931930542, 0.04882192239165306, -0.026227686554193497, -0.05358299985527992, -0.03414193540811539, -0.01322869397699833, -0.009240248240530491, -0.0022082626819610596, -0.008206592872738838, -0.003531654132530093, 0.024452725425362587, -0.02215571328997612, 0.0010936904000118375, 0.030863473191857338, 0.015264681540429592, 0.0023191978689283133, 0.035582784563302994, -0.00347944931127131, -0.003108795266598463, 0.02528800070285797, 0.017561692744493484, 0.017801834270358086, -0.0596805177628994, 0.029652321711182594, -0.026582680642604828, 0.008603349328041077, -0.020829711109399796, -0.05182891711592674, -0.033431947231292725, -0.02981937676668167, 0.01912783645093441, -0.004189434461295605, -0.012351653538644314, 0.025371529161930084, -0.027668539434671402, -0.022468943148851395, -0.018825048580765724, -0.05107716843485832, -0.010712423361837864, -0.054460037499666214, 0.05550413578748703, -0.03813038021326065, 0.007058087736368179, 0.04355967789888382, 0.005878259427845478, 0.06456688791513443, -0.018595347180962563, 0.014773956499993801, -0.05057600140571594, 0.0166324470192194, -0.04756900668144226, -0.012936347164213657, 0.029359975829720497, 0.0026037138886749744, 0.033661648631095886, -0.0172589048743248, 0.00837886892259121, -0.0012940262677147985, -0.052288319915533066, -0.054292984306812286, 0.03698187321424484, 0.006567362695932388, -0.021842485293745995, 0.047903116792440414, 0.055337078869342804, 0.008404971100389957, -0.05387534573674202, -0.0031114055309444666, -0.05667352303862572, -0.0075331516563892365, 0.03714893013238907, 0.027501484379172325, 0.08711935579776764, -0.04245293512940407, 0.060975197702646255, -0.10298961400985718, -0.012007102370262146, -0.01608951762318611, 0.046274326741695404, 0.012382976710796356, 0.0098092807456851, -0.003865764942020178, -0.039947107434272766, -0.040093280375003815, -0.014272790402173996, -0.0032497483771294355, -0.08206593245267868, -0.04944837838411331, -0.05245537310838699, -0.013635891489684582, -0.06435807049274445, -0.023137163370847702, 0.06519334763288498, 0.02430655062198639, 0.01952459290623665, -0.029547912999987602, -0.003309783758595586, -0.026102395728230476, -0.03034142591059208, -0.02654091641306877, 0.015901580452919006, 0.033807821571826935, -0.025872694328427315, 0.003035708563402295, -0.0025423732586205006, 0.08135594427585602, -0.03351547569036484, 0.006395087111741304, 0.05888700485229492, -0.04673372954130173, 0.0800195038318634, 0.010049422271549702, -0.011046534404158592, -0.020787948742508888, 0.04393555223941803, 0.05487767606973648, 0.01403264794498682, -0.040218573063611984, -0.02666620723903179, 0.016329659149050713, -0.06490099430084229, 0.015682319179177284, 0.009088854305446148, 0.032534025609493256, 0.03992622345685959, -0.0031610000878572464, -0.017937567085027695, 0.037336867302656174, -0.0043121157214045525, -0.029735850170254707, -0.029025863856077194, 0.0531235970556736, -0.012205480597913265, 0.0669056624174118, -0.0043251668103039265, 0.00406153267249465, 0.016538478434085846, 0.07246024906635284, -0.029631439596414566, -0.016872588545084, -0.017321549355983734, 0.027772950008511543, -0.0085563650354743, -0.06256221979856491, 0.03675217181444168, 0.014502490870654583, -0.019952671602368355, -0.016434067860245705, 0.013876033946871758, -0.07492431998252869, 0.002858212450519204, 0.009616122581064701, 0.017739187926054, 0.03777538612484932, -0.009610902518033981, 0.014116175472736359, -0.02516270987689495, 0.02541329339146614, 0.008525042794644833, 0.0981450080871582, 0.035541024059057236, -0.0013129505096003413, 0.019305331632494926, 0.0031766616739332676, 0.0012333382619544864, -0.009167161770164967, 0.013562805019319057, -0.013301781378686428, 0.015640554949641228, 0.020495600998401642, 0.026269450783729553, 0.03121846541762352, -0.018584905192255974, -0.028921455144882202, 0.05366652458906174, -0.015557028353214264, 0.02641562558710575, -0.009924130514264107, -0.01608951762318611, 0.028733517974615097, 0.01926356740295887, -0.027501484379172325, -0.02543417550623417, -0.07868306338787079, -0.018282117322087288, 0.022134831175208092, -0.019159158691763878, 0.03263843432068825, -0.004771518055349588, -0.005732086021453142, -0.04028121754527092, -0.029359975829720497, -0.048153698444366455, -0.0005285735242068768, -0.006718756631016731, 0.014220585115253925, -0.03961299732327461, 0.01810462214052677, 0.021466610953211784, 0.017968889325857162, 0.02883792668581009, -0.0187519621104002, 0.09112868458032608, -0.027042081579566002, -0.016277454793453217, 0.0069171348586678505, -0.042244117707014084, -0.04241117462515831, 0.007522710599005222, 0.14149586856365204, -0.0009135838481597602, 0.0415550135076046, 0.007188600022345781, -0.021247349679470062, -0.039592113345861435, -0.010910801589488983, 0.027271782979369164, -0.0546688586473465, -0.06256221979856491, -0.006520378403365612, -0.041972652077674866, 0.0531235970556736, -0.041847359389066696, 0.018919017165899277, 0.00500382948666811, 0.01101521123200655, 0.025079181417822838, 0.02114294096827507, -0.019587237387895584, 0.027772950008511543, 0.01622524857521057, 0.0024627610109746456, -0.007209481671452522, -0.02743883803486824, 0.0020046639256179333, -0.09330040216445923, 0.030404070392251015, 0.0347057469189167, -0.04568963497877121, 0.014063971117138863, 0.014909688383340836, 0.002661139238625765, -0.016559360548853874, 0.002193906344473362, -0.04999130964279175, 0.03167786821722984, -0.004011938348412514, -0.05905406177043915, 0.002834720304235816, -0.021800721064209938, 0.03441339731216431, -0.02115338109433651, -0.07212614268064499, -0.004463509656488895, 0.05851113051176071, 0.058719951659440994, 0.02177983894944191, 0.01423102617263794, 0.029046745970845222, -0.017175376415252686, -0.0073817577213048935, 0.013019874691963196, 0.008018655702471733, -0.004280793014913797, 0.010649777948856354, 0.0054240780882537365, -0.005366652738302946, -0.02102809026837349, 0.012717087753117085, -0.02253158763051033, 0.05024189129471779, -0.06277104467153549, -0.04293322190642357, -0.012873701751232147, 0.01835520565509796, -0.0014082242269068956, -0.017300667241215706, 0.027104727923870087, -0.07885012030601501, -0.02668708935379982, -0.0022448061499744654, 0.04468730092048645, -0.004390423186123371, -0.028023531660437584, -0.043977316468954086, 0.042849693447351456, 0.041868243366479874, 0.0392371229827404, -0.04731842502951622, -0.0032627994660288095, -0.03293078392744064, 0.03817214444279671, 0.02708384580910206, 0.01208018884062767, -0.05901229754090309, -0.020109286531805992, -0.021717192605137825, -0.00033411066397093236, 0.018605787307024002, 0.03652247413992882, 0.06540216505527496, -0.00806563999503851, 0.026624443009495735, -0.026895908638834953, -0.032137271016836166, 0.04381025955080986, 0.06080814078450203, -0.07438138872385025, 0.03180316090583801, 0.002606324153020978, -0.014377200044691563, -0.028127942234277725, -0.024243906140327454, -0.02553858421742916, 0.020735742524266243, -0.037441276013851166, -0.04115825891494751, -0.03737863153219223, 0.003027878003194928, 0.02441096119582653, -0.0047480259090662, -0.03435075283050537, -0.005275294184684753, 0.030404070392251015, -0.04644138365983963, 0.045313760638237, -0.026895908638834953, 0.0011830910807475448, 0.06886856257915497, 0.03560366854071617, -0.048153698444366455, -0.031155819073319435, 0.02226012386381626, -0.02315804548561573, -0.02756413072347641, -0.018188148736953735, 0.020245017483830452, 0.02478683553636074, -0.020067522302269936, 0.02631121501326561, -0.005982669070363045, -0.0040014972910285, 0.07605194300413132, 0.014878366142511368, 0.037942443042993546, 0.04226499795913696, 0.000006041277174517745, 0.02946438454091549, 0.012685764580965042, -0.010059863328933716, -0.016277454793453217, -0.051912445574998856, 0.0022435009013861418, 0.006786623038351536, -0.014847042970359325, 0.013980443589389324, -0.03514426574110985, 0.0029339094180613756, 0.026352979242801666, -0.0031897127628326416, 0.056840576231479645, -0.014022206887602806, -0.0068910326808691025, 0.008968783542513847, -0.013312221504747868, -0.0054240780882537365, 0.011359762400388718, -0.026227686554193497, 0.038965657353401184, 0.029255565255880356, 0.036689527332782745, -0.04861310124397278, 0.0074026393704116344, -0.01440852228552103, 0.028127942234277725, -0.05345770716667175, 0.020057080313563347, 0.05512826144695282, 0.0007347824284806848, -0.04452024772763252, 0.046274326741695404, -0.04869662970304489, -0.01862666942179203, 0.06506805121898651, -0.0201510488986969, 0.005335329566150904, 0.027731185778975487, -0.014909688383340836, -0.0214039646089077, -0.04293322190642357, 0.00018989492673426867, 0.03562454879283905, -0.006755299866199493, -0.036063071340322495, -0.009652665816247463, 0.08181534707546234, -0.0047950102016329765, -0.060098156332969666, -0.05788467451930046, 0.030800826847553253, -0.005580692086368799, 0.03247138112783432, 0.0030148266814649105, -0.02238541468977928, 0.02075662463903427, 0.06055755913257599, 0.010660218074917793, -0.05475238710641861, -0.0027303106617182493, -0.014763515442609787, 0.007397418841719627, -0.01798977144062519, 0.00868687778711319, 0.018209030851721764, -0.02393067628145218, 0.007162497378885746, 0.003920579794794321, -0.01739463582634926, -0.06824210286140442, -0.010216477327048779, -0.03691922873258591, 0.05358299985527992, 0.028148824349045753, 0.014272790402173996, -0.03485191985964775, 0.05588001012802124, -0.013677655719220638, 0.05475238710641861, -0.02808617800474167, 0.024452725425362587, 0.042348526418209076, -0.0009011852089315653, -0.0008496330119669437, -0.01534820906817913, -0.014617341570556164, -0.04898897558450699, 0.01735287345945835, 0.02453625202178955, -0.0375039242208004, 0.0027538028080016375, 0.007668884005397558, 0.028545580804347992, 0.04598198086023331, 0.033745177090168, 0.027000319212675095, -0.03600042313337326, 0.02150837518274784, 0.004032819997519255, -0.02505829930305481, -0.06807504594326019, -0.01623569056391716, -0.028044413775205612, -0.028044413775205612, 0.024619780480861664, 0.007992553524672985, -0.003920579794794321, 0.05500296875834465, 0.015160271897912025, -0.06105872616171837, 0.07158321142196655, 0.0357707217335701, 0.013990884646773338, 0.00018826352606993169, -0.0324922613799572, -0.0171127300709486, 0.011850487440824509, -0.039466824382543564, 0.014669546857476234, -0.0023648771457374096, 0.08419588953256607, 0.01926356740295887, 0.016277454793453217, -0.021372642368078232, 0.028670871630311012, 0.024745071306824684, 0.015285562723875046, -0.005585912615060806, -0.04506317526102066, -0.015191594138741493, 0.002779905218631029, 0.10432605445384979, -0.03161522373557091, 0.0032575789373368025, -0.05132775008678436, -0.006692654453217983, 0.04681725800037384, 0.04067797213792801, 0.03687746450304985, -0.050659529864788055, -0.07225143164396286, 0.027000319212675095, 0.020861035212874413, -0.011568581685423851, -0.09430273622274399, -0.06644625961780548, 0.04301675036549568, -0.024223024025559425, 0.027104727923870087, -0.027355311438441277, -0.019315773621201515, 0.015202035196125507, -0.09722620248794556, 0.01485748402774334, -0.04819546267390251, 0.0593881718814373, 0.0317196324467659, 0.034538690000772476, -0.01119270734488964, -0.016559360548853874, -0.0007608848391100764, 0.04986601695418358, -0.013207812793552876, -0.03902830183506012, 0.08398707211017609, 0.03802597150206566, -0.025225356221199036, 0.03792155906558037, 0.01764521934092045, 0.026645325124263763, 0.06389866769313812, -0.0009723142720758915, -0.03167786821722984, -0.07145792245864868, -0.04063621163368225, -0.0132808992639184, 0.007961230352520943, 0.02455713413655758, 0.001726673450320959, -0.017269345000386238, -0.02745972014963627, -0.01877284236252308, 0.0043173362500965595, -0.03942506015300751, 0.018553582951426506, 0.047527242451906204, -0.0468590222299099, 0.007830718532204628, -0.004888978786766529, -0.001739724655635655, -0.0066404496319592, 0.020934121683239937, -0.031761396676301956, -0.048153698444366455, 0.023387746885418892, 0.021717192605137825, -0.05111893266439438, 0.005700763314962387, 0.03963387757539749, -0.03917447477579117, 0.03180316090583801, -0.018605787307024002, -0.03587513417005539, 0.0029182478319853544, -0.06519334763288498, -0.04339262470602989, -0.07045558840036392, 0.04748547822237015, 0.014189262874424458, -0.06398219615221024, 0.04207706078886986, -0.06176871061325073, -0.060474030673503876, 0.002484948141500354, -0.021821603178977966, 0.050158362835645676, -0.013792506419122219, 0.011171825230121613, -0.10131905972957611, -0.002980893710628152, 0.025475937873125076, -0.0020777506288141012, 0.004520935006439686, 0.017175376415252686, 0.06540216505527496, -0.026520034298300743, 0.0025541193317621946, -0.01472175121307373, 0.009929351508617401, 0.023617448285222054, 0.0022630777675658464, -0.03197021409869194, -0.03562454879283905, -0.061476364731788635, -0.05387534573674202, 0.009485610760748386, 0.029130274429917336, -0.07350434362888336, 0.024891244247555733, -0.0631469190120697, -0.009433405473828316, 0.09087809920310974, 0.03990534320473671, -0.028524698689579964, 0.021101176738739014, -0.019044307991862297, 0.00679706409573555, 0.00880694855004549, 0.03121846541762352, 0.006468173582106829, 0.00506386486813426, -0.004254690371453762, 0.10908713191747665, 0.00981450080871582, -0.014899247325956821, 0.064023956656456, 0.012852819636464119, -0.043977316468954086, 0.04042739048600197, -0.007679325062781572, -0.00007875582377891988, 0.022615116089582443, -0.01013294979929924, 0.025141827762126923, 0.0016470612026751041, 0.06260398775339127, 0.01863711141049862, -0.05550413578748703, 0.002860822482034564, 0.02958967536687851, 0.026499152183532715, 0.04253646358847618, -0.03942506015300751, 0.028482934460043907, 0.0062489137053489685, -0.04836251959204674, 0.08661819249391556, -0.01888769306242466, 0.022615116089582443, -0.04748547822237015, 0.027919122949242592, -0.01990046724677086, 0.021351760253310204, 0.03648070991039276, -0.03900742158293724, 0.002824279246851802, -0.021048972383141518, -0.10048378258943558, -0.04038562625646591, 0.035039857029914856, 0.06235340237617493, -0.0609334334731102, -0.00932377576828003, -0.028733517974615097, -0.008284900337457657, 0.04644138365983963, -0.004998608957976103, 0.030111724510788918, 0.031009646132588387, 0.05011659860610962, -0.01371941901743412, 0.009407303296029568, 0.011234471574425697, -0.00955869723111391, 0.01214283425360918, 0.06794975697994232, -0.017770512029528618, 0.025371529161930084, -0.013207812793552876, 0.053415942937135696, -0.05475238710641861, -0.00396234355866909, 0.011954897083342075, 0.005925243720412254, 0.01675773784518242, -0.03364076837897301, -0.01662200503051281, 0.018302999436855316, 0.016789061948657036, 0.011150943115353584, -0.020840153098106384, 0.048028409481048584, -0.05149480700492859, 0.011944456025958061, -0.00150219292845577, -0.08294297009706497, 0.03098876401782036, -0.010273902676999569, 0.027104727923870087, -0.011683432385325432, -0.04293322190642357, -0.08490587025880814, 0.02944350242614746, -0.0051369513384997845, -0.00669787498190999, -0.0246824249625206, 0.040615327656269073, -0.014617341570556164, -0.010691541247069836, 0.013333103619515896, 0.021612783893942833, -0.023951558396220207, -0.03107229247689247, -0.01800021156668663, -0.002005969174206257, 0.004797620233148336, -0.04195177182555199, 0.003406362608075142, -0.028670871630311012, 0.008457176387310028, -0.0481119379401207, 0.05404239892959595, 0.06723976880311966, 0.011641668155789375, -0.03992622345685959, 0.02152925543487072, -0.025392411276698112, 0.03950858488678932 ]
10,417
starlette.requests
__getitem__
null
def __getitem__(self, key: str) -> str: return self.scope[key]
(self, key: str) -> str
[ 0.022796623408794403, -0.04031965136528015, -0.07703457027673721, -0.016588466241955757, 0.03905131667852402, 0.011957379989326, 0.022062325850129128, -0.015845824033021927, 0.11895632743835449, -0.0809730738401413, -0.03182515501976013, -0.0174395851790905, 0.009512500837445259, -0.015837479382753372, -0.054037678986787796, -0.009879649616777897, 0.024665746837854385, 0.0319419763982296, -0.026651689782738686, -0.024732502177357674, -0.03748258948326111, 0.05230206623673439, 0.07850316166877747, -0.09879649430513382, -0.025032896548509598, 0.04335697740316391, 0.06808947771787643, -0.02191212959587574, 0.05100035294890404, -0.0569748729467392, -0.03748258948326111, -0.0780358836054802, -0.011164671741425991, 0.030072852969169617, -0.021661799401044846, -0.006112198811024427, -0.043089959770441055, -0.01840752363204956, -0.013400943949818611, -0.048697326332330704, -0.038650792092084885, 0.04629417136311531, -0.022028949111700058, -0.0649186447262764, 0.0025074617005884647, -0.009587598964571953, 0.024148400872945786, 0.03588048368692398, 0.03778298571705818, 0.012808498926460743, 0.029088225215673447, -0.012074200436472893, -0.04626079276204109, -0.05186816304922104, -0.058543600142002106, 0.0012599891051650047, 0.0012766777072101831, 0.002565871924161911, 0.007459803018718958, 0.04926474019885063, -0.004326519090682268, -0.0587104856967926, -0.028287172317504883, 0.021144453436136246, 0.02094418928027153, -0.038150135427713394, 0.001092060119844973, 0.020693860948085785, 0.02036008983850479, -0.03958535194396973, 0.025283224880695343, -0.032208994030952454, -0.02039346657693386, -0.028020154684782028, -0.022763246670365334, -0.03931833431124687, -0.09145351499319077, -0.01521165668964386, 0.03728232532739639, -0.0164883341640234, -0.000625300919637084, 0.002398985903710127, -0.009270516224205494, -0.018324080854654312, 0.000026841913495445624, -0.014635900035500526, -0.008043903857469559, -0.031107546761631966, -0.031608205288648605, 0.030807150527834892, -0.00279742619022727, 0.0645848736166954, -0.039551977068185806, 0.03389454260468483, 0.021678488701581955, -0.041120704263448715, 0.06334991753101349, -0.043690748512744904, -0.007998010143637657, 0.011631952598690987, 0.030673641711473465, 0.021094387397170067, 0.027819892391562462, 0.024682436138391495, -0.05830996111035347, -0.005039956420660019, -0.01543695293366909, 0.03771623224020004, 0.008490324020385742, 0.01373471599072218, -0.021828684955835342, -0.0031916943844407797, -0.024198466911911964, 0.008653038181364536, 0.030757084488868713, 0.047061845660209656, -0.04529285430908203, 0.023731185123324394, 0.04228890687227249, 0.011840559542179108, 0.021761931478977203, 0.015169935300946236, -0.05470522120594978, 0.010747456923127174, 0.01325909048318863, 0.03204210847616196, -0.06622035801410675, 0.026301229372620583, 0.06171443313360214, -0.013384255580604076, 0.010697390884160995, -0.00869475957006216, -0.044057898223400116, 0.009754485450685024, 0.09165377914905548, 0.02386469393968582, 0.004893931094557047, 0.042622677981853485, -0.037115439772605896, 0.08417728543281555, 0.03140794113278389, 0.0033836131915450096, -0.013400943949818611, -0.012574858032166958, 0.0283205509185791, -0.03651465103030205, 0.00921210553497076, 0.049031101167201996, -0.02444879524409771, -0.0467948280274868, -0.005548958666622639, 0.03289322555065155, -0.012249430641531944, 0.041654739528894424, 0.02384800650179386, 0.03392791748046875, -0.05243557319045067, 0.0034482814371585846, 0.0024573958944529295, -0.039551977068185806, 0.0002756226167548448, -0.009445746429264545, -0.05830996111035347, -0.037582721561193466, 0.013534452766180038, 0.011782149784266949, 0.016087807714939117, -0.017222633585333824, 0.010864277370274067, 0.027068905532360077, -0.017289387062191963, -0.03671491518616676, -0.05687474086880684, 0.024799255654215813, 0.024782568216323853, 0.024248532950878143, -0.07630027085542679, 0.08330947905778885, 0.02496614120900631, 0.008411053568124771, -0.018340768292546272, -0.007134375628083944, -0.060512855648994446, -0.011206393130123615, 0.0008683286141604185, 0.014944639056921005, 0.03581373021006584, 0.02242947556078434, 0.02983921207487583, 0.05433807522058487, -0.04352386295795441, -0.00399691890925169, 0.010872621089220047, -0.01249141525477171, -0.0022863377816975117, -0.04636092483997345, -0.00696748960763216, -0.00942905806005001, -0.03774960711598396, 0.06351680308580399, 0.0023071987088769674, 0.02598414570093155, -0.032642897218465805, 0.06481851637363434, -0.048029784113168716, 0.027102282270789146, 0.05043294280767441, 0.00014680750609841198, -0.03250938653945923, 0.026167720556259155, -0.09232132136821747, -0.009679386392235756, 0.014410603791475296, -0.015837479382753372, 0.04692833498120308, -0.007418081630021334, -0.06124715507030487, -0.0054363105446100235, 0.0428229421377182, 0.06365031003952026, 0.10513816773891449, -0.03658140450716019, 0.04192175716161728, -0.04819666966795921, 0.004651946481317282, -0.05390417203307152, 0.005073333624750376, -0.0059119355864822865, -0.041621360927820206, 0.004151288885623217, 0.07623351365327835, 0.0034920889884233475, 0.043156713247299194, 0.004245162010192871, 0.0429898276925087, -0.04926474019885063, -0.03424500301480293, 0.01702236942946911, 0.050666581839323044, 0.016413236036896706, -0.005586508195847273, 0.052068423479795456, 0.002346833935007453, 0.06565294414758682, -0.026801887899637222, 0.017289387062191963, 0.011857248842716217, 0.061113644391298294, 0.0027056389953941107, 0.0033523221500217915, 0.055172502994537354, 0.006896562874317169, -0.037649475038051605, 0.006692127790302038, -0.01272505521774292, 0.010063224472105503, -0.07116018235683441, 0.012758432887494564, 0.019125133752822876, -0.019325396046042442, -0.0756327211856842, 0.035179562866687775, -0.005265252664685249, 0.00818575732409954, -0.03928495943546295, 0.03451202064752579, 0.034161560237407684, 0.04742899537086487, 0.014210340566933155, -0.008936744183301926, -0.0028787830378860235, 0.06278250366449356, -0.029021471738815308, 0.008936744183301926, 0.004722873214632273, -0.0003233415773138404, 0.052535705268383026, 0.06455149501562119, -0.057642415165901184, -0.016496678814291954, 0.019275330007076263, 0.004622741602361202, -0.05527263507246971, 0.044525180011987686, 0.020243268460035324, -0.04078693315386772, 0.04031965136528015, -0.01989280804991722, 0.04479219764471054, 0.010188388638198376, 0.028187042102217674, -0.00030248082475736737, 0.008511184714734554, 0.04202188923954964, 0.02843737043440342, -0.007080137729644775, -0.014894573017954826, 0.005828492809087038, 0.03145800530910492, 0.04445842280983925, 0.020209891721606255, 0.03624763339757919, -0.039551977068185806, -0.005678295157849789, -0.017105812206864357, 0.025216471403837204, 0.03259282931685448, 0.013759749010205269, -0.023330658674240112, -0.0051567768678069115, -0.027235791087150574, 0.001822186284698546, -0.0036047371104359627, 0.0780358836054802, -0.004551814869046211, 0.0006748451851308346, -0.05777592584490776, 0.036114126443862915, 0.025733817368745804, 0.11415001004934311, -0.03145800530910492, -0.015278411097824574, -0.0007603742415085435, -0.010647324845194817, 0.01844090037047863, 0.000916308315936476, -0.02433197572827339, -0.010263487696647644, 0.014560800977051258, 0.025199782103300095, 0.005202670115977526, -0.06585320830345154, -0.00648352038115263, -0.02249622903764248, -0.028053533285856247, 0.02686864137649536, -0.014902917668223381, 0.051501013338565826, 0.0012537308502942324, -0.05340351164340973, 0.012366251088678837, -0.026034211739897728, -0.010497127659618855, 0.02586732618510723, 0.04439166933298111, -0.02496614120900631, 0.014010077342391014, 0.0007880147313699126, 0.047629255801439285, -0.04649443179368973, -0.03225905820727348, -0.025800572708249092, 0.07836965471506119, 0.02740267664194107, 0.01325909048318863, -0.01123977079987526, 0.03831702098250389, -0.01752302795648575, -0.031040791422128677, 0.01947559416294098, 0.05140088126063347, -0.00011238727165618911, -0.03424500301480293, 0.0039739725179970264, -0.028654322028160095, -0.0005449870368465781, 0.01897493563592434, 0.016396546736359596, 0.04969864338636398, -0.05230206623673439, -0.022329343482851982, 0.012900286354124546, -0.0023092846386134624, 0.028554189950227737, -0.0645848736166954, -0.008861645124852657, 0.06334991753101349, -0.0010112246964126825, -0.010338585823774338, -0.011840559542179108, 0.031624890863895416, 0.034678906202316284, 0.052669212222099304, 0.08604641258716583, -0.02843737043440342, 0.02084405906498432, -0.0378163605928421, -0.05400430038571358, 0.03382778912782669, 0.026584936305880547, -0.013350877910852432, -0.03921820595860481, -0.04946500435471535, 0.05567316338419914, -0.04876408353447914, -0.06348342448472977, 0.008861645124852657, -0.10493790358304977, -0.015128213912248611, 0.029789146035909653, 0.050533074885606766, -0.010438717901706696, -0.025333290919661522, 0.03037324734032154, 0.040620047599077225, -0.02191212959587574, 0.01612952910363674, 0.04879745841026306, -0.06218171492218971, -0.016847139224410057, -0.013551141135394573, -0.041521232575178146, -0.05433807522058487, -0.051067110151052475, 0.029238423332571983, -0.031107546761631966, 0.008936744183301926, 0.003391957376152277, -0.02037677727639675, 0.03704868629574776, -0.04893096908926964, -0.050199300050735474, -0.000427645310992375, 0.03180846571922302, -0.03239256888628006, 0.005882730707526207, 0.004036554601043463, -0.0026159377302974463, 0.04936487227678299, -0.006366699934005737, -0.04772938787937164, -0.04329022392630577, 0.010597259737551212, -0.01123977079987526, 0.030323181301355362, -0.01947559416294098, -0.007626689039170742, -0.018324080854654312, 0.0026472287718206644, 0.028520813211798668, 0.006320806220173836, 0.011147983372211456, 0.026685068383812904, 0.05343689024448395, -0.043156713247299194, -0.010805866681039333, -0.04829680174589157, 0.05090022087097168, 0.010038191452622414, -0.08204114437103271, -0.039084695279598236, 0.024565614759922028, 0.012483070604503155, 0.0013528194976970553, 0.07536570727825165, -0.037115439772605896, -0.05934465304017067, 0.021077698096632957, 0.05437145009636879, -0.026050901040434837, -0.036147501319646835, 0.08330947905778885, 0.004660290665924549, -0.025800572708249092, -0.018040373921394348, 0.01852434314787388, -0.01895824633538723, 0.029605573043227196, -0.01748965121805668, -0.026718445122241974, -0.022145768627524376, 0.02291344478726387, -0.07663404196500778, -0.06228184700012207, -0.04519272223114967, 0.027786515653133392, 0.01347604300826788, 0.046060528606176376, -0.016446612775325775, 0.003454539692029357, -0.05540614575147629, -0.04579351097345352, -0.044591933488845825, 0.05480535328388214, -0.013092204928398132, 0.010021503083407879, 0.0017585610039532185, 0.060512855648994446, -0.015003048814833164, 0.0036714915186166763, 0.015378542244434357, 0.045693378895521164, -0.01992618478834629, 0.03534644842147827, 0.021311338990926743, 0.0032021247316151857, 0.010997786186635494, 0.012925318442285061, -0.02937193214893341, 0.016930582001805305, 0.002175775822252035, -0.01740620657801628, 0.025733817368745804, 0.026117654517292976, 0.03174171224236488, -0.024081645533442497, 0.009053564630448818, 0.046027153730392456, 0.0010414727730676532, -0.1044706180691719, 0.05337013676762581, -0.008085625246167183, 0.05674123018980026, -0.05447158217430115, 0.00760582834482193, -0.01370968297123909, -0.03731570392847061, 0.001038343645632267, -0.01950897090137005, 0.06915754824876785, 0.015136557631194592, -0.03437850996851921, 0.015420264564454556, -0.008144035935401917, 0.01799030788242817, -0.016797073185443878, -0.018591098487377167, 0.012399627827107906, -0.0507667139172554, 0.10800860077142715, -0.0027098110876977444, 0.01416027545928955, 0.03895118832588196, 0.032142240554094315, 0.038116756826639175, 0.057075005024671555, -0.024665746837854385, -0.05246895179152489, -0.05337013676762581, 0.05977855622768402, 0.007234507240355015, -0.03484579175710678, 0.01750633865594864, -0.07229500263929367, 0.0467948280274868, -0.001736657228320837, -0.030807150527834892, -0.024098334833979607, -0.014151930809020996, 0.010547193698585033, -0.013909946195781231, -0.04439166933298111, -0.0184742771089077, -0.04969864338636398, 0.02092750184237957, 0.002576302271336317, -0.03821688890457153, -0.014861196279525757, -0.010405340231955051, 0.025566931813955307, 0.034211624413728714, 0.01093937549740076, 0.02740267664194107, 0.07342983037233353, -0.04726210981607437, -0.010405340231955051, -0.05897750332951546, -0.003149972762912512, 0.03881767764687538, -0.010330242104828358, 0.0008511184714734554, -0.044124651700258255, 0.041521232575178146, 0.028771141543984413, -0.03825026750564575, 0.04893096908926964, 0.02786995843052864, 0.023530922830104828, -0.007910395041108131, 0.006750537548214197, 0.007680926937609911, 0.03150807321071625, 0.031140923500061035, 0.016071120277047157, -0.03598061576485634, 0.04319009184837341, 0.0006039186264388263, 0.022062325850129128, 0.0021820340771228075, -0.044091273099184036, -0.0299560334533453, -0.027169037610292435, 0.015270066447556019, 0.007664238568395376, 0.08844956755638123, -0.037115439772605896, -0.004497576970607042, -0.004159633070230484, -0.034161560237407684, -0.046160660684108734, 0.029154980555176735, 0.0016511281719431281, 0.047829519957304, 0.04819666966795921, 0.040219519287347794, 0.02044353261590004, 0.02793671190738678, 0.027703072875738144, 0.011072884313762188, -0.0288378968834877, -0.07109342515468597, -0.01572900265455246, -0.018257325515151024, 0.012791809625923634, 0.0012401713756844401, -0.005786771420389414, 0.03484579175710678, 0.0008041817927733064, -0.01669694110751152, -0.0002260783512610942, -0.000609655340667814, 0.05590680241584778, -0.060646362602710724, 0.033594146370887756, -0.00806476455181837, -0.02948875166475773, 0.05146763473749161, -0.04843030869960785, 0.017256010323762894, -0.06625372916460037, -0.007338810712099075, 0.04726210981607437, 0.021111076697707176, -0.028003467246890068, -0.016321448609232903, 0.019775988534092903, 0.05520588159561157, -0.01650502346456051, -0.03092397190630436, 0.020310023799538612, -0.0288378968834877, -0.014310472644865513, -0.014427293092012405, 0.015787413343787193, -0.021828684955835342, 0.026751821860671043, -0.02847074717283249, -0.016254693269729614, 0.036681536585092545, -0.012583202682435513, -0.03352739289402962, -0.0037903976626694202, -0.010330242104828358, 0.028203729540109634, 0.034128181636333466, -0.0009533361298963428, 0.019659167155623436, -0.047095224261283875, -0.025633685290813446, -0.030573511496186256, -0.022179145365953445, -0.017055746167898178, -0.11114606261253357, -0.030790463089942932, 0.0003316858783364296, -0.044625308364629745, -0.039118073880672455, -0.011565198190510273, 0.017339453101158142, 0.007472319528460503, 0.04866395145654678, -0.022245900705456734, -0.045125968754291534, -0.06635386496782303, -0.030690331012010574, -0.01518662367016077, 0.052602458745241165, 0.02938861958682537, 0.06324978172779083, -0.021244585514068604, 0.0015124041819944978, -0.03447864204645157, 0.028554189950227737, -0.0006049616495147347, 0.014201996847987175, 0.10206746309995651, -0.009854616597294807, -0.03285984694957733, 0.043690748512744904, -0.05587342381477356, 0.008369331248104572, -0.05303636193275452, -0.001520748483017087, -0.01939214952290058, -0.017623158171772957, -0.01612952910363674, -0.008653038181364536, -0.06264899671077728, -0.02241278626024723, 0.006199813913553953, -0.02384800650179386, 0.019642479717731476, 0.040019258856773376, -0.08264193683862686, 0.025616997852921486, -0.03351070359349251, 0.025199782103300095, 0.01019673328846693, -0.040686801075935364, -0.016555089503526688, 0.024348663166165352, -0.05921114608645439, 0.00871979258954525, -0.030273115262389183, 0.03447864204645157, -0.03628101199865341, -0.05590680241584778, 0.0233974140137434, 0.002453223802149296, 0.04399114474654198, 0.020310023799538612, 0.015578805468976498, 0.017706602811813354, 0.04238903895020485, 0.05874386429786682, 0.022095702588558197, 0.0010477310279384255, -0.0030644438229501247, -0.06718829274177551, 0.055105749517679214, 0.015286755748093128, -0.012065855786204338, -0.001388282747939229, -0.015069803223013878, 0.026651689782738686, -0.033694278448820114, -0.03033987060189247, -0.011832215823233128, 0.026167720556259155, 0.05390417203307152, -0.011782149784266949, 0.06775570660829544, -0.028654322028160095, -0.01745627261698246, 0.007238679099828005, -0.016847139224410057, 0.003844635561108589, -0.005569819360971451, -0.004103309009224176, -0.006395904812961817, 0.025199782103300095, 0.08938413113355637, -0.0017731634434312582, 0.022529607638716698, 0.021027633920311928, -0.041087325662374496, -0.017556404694914818, 0.04135434329509735, 0.024749189615249634, 0.045125968754291534, -0.052602458745241165, -0.018240638077259064, -0.03651465103030205, 0.023597676306962967, -0.03604736924171448, -0.016580121591687202, -0.007981321774423122, -0.014427293092012405 ]
10,418
starlette.requests
__init__
null
def __init__( self, scope: Scope, receive: Receive = empty_receive, send: Send = empty_send ): super().__init__(scope) assert scope["type"] == "http" self._receive = receive self._send = send self._stream_consumed = False self._is_disconnected = False
(self, scope: MutableMapping[str, Any], receive: Callable[[], Awaitable[MutableMapping[str, Any]]] = <function empty_receive at 0x7f52c382a560>, send: Callable[[MutableMapping[str, Any]], Awaitable[NoneType]] = <function empty_send at 0x7f52c382b910>)
[ -0.022443240508437157, -0.02553444541990757, -0.06493358314037323, -0.03548482805490494, -0.029101219028234482, 0.00032095250207930803, -0.026522167026996613, 0.028497610241174698, -0.015949882566928864, -0.007023801561444998, 0.020906783640384674, 0.018785011023283005, -0.014075039885938168, 0.023120012134313583, -0.04089900851249695, 0.03005235828459263, 0.026979444548487663, -0.019406909123063087, -0.020175138488411903, -0.07093307375907898, 0.005062075797468424, 0.04521572217345238, -0.04704483598470688, -0.009813201613724232, -0.009131856262683868, 0.0826759934425354, -0.017202826216816902, -0.022187164053320885, -0.018464915454387665, 0.006593959406018257, 0.019169123843312263, -0.02185792289674282, 0.014770102687180042, 0.049751926213502884, 0.029101219028234482, -0.009003818035125732, -0.07298168540000916, 0.032942358404397964, -0.1332327276468277, 0.008660859428346157, -0.042398884892463684, -0.0006001783185638487, -0.026229508221149445, -0.003893728367984295, 0.01621510460972786, 0.028241533786058426, -0.0010728902416303754, 0.07484738528728485, -0.0041177948005497456, 0.0016244826838374138, -0.018492352217435837, 0.08106637746095657, -0.0009465669863857329, 0.029631661251187325, -0.05077623203396797, 0.04016736522316933, 0.03318014368414879, 0.07740814238786697, -0.04400850459933281, 0.050556737929582596, -0.06679927557706833, 0.01984589733183384, 0.012236778624355793, -0.01621510460972786, -0.012163613922894001, -0.03259482979774475, -0.07012826949357986, 0.0036147884093225002, 0.034771475940942764, 0.051032308489084244, 0.0781397894024849, 0.033674005419015884, -0.06142168119549751, 0.029320713132619858, 0.041484326124191284, 0.010563138872385025, -0.038813818246126175, 0.02333950623869896, 0.0031986646354198456, -0.0036307931877672672, 0.06811624020338058, 0.04638635367155075, -0.014184786006808281, 0.011367949657142162, 0.03793584555387497, -0.01815396547317505, 0.0051443856209516525, -0.056556232273578644, -0.014486590400338173, 0.0070466650649905205, -0.058202438056468964, 0.0706770047545433, -0.030820585787296295, -0.03729565441608429, 0.05260534584522247, -0.015218236483633518, -0.03499097004532814, -0.03314356133341789, -0.012502000667154789, -0.04291103780269623, -0.06990877538919449, 0.061860665678977966, -0.06270205974578857, -0.01918741501867771, -0.0011294784490019083, -0.03910647705197334, 0.056080665439367294, -0.03888698294758797, -0.0062006996013224125, 0.0042778425849974155, 0.03325330838561058, -0.002949447836726904, -0.010709468275308609, 0.07367675006389618, -0.0026110615581274033, 0.06127535179257393, -0.0052358414977788925, 0.0006842032889835536, 0.008647141046822071, -0.02719893865287304, -0.016324851661920547, 0.04748382419347763, -0.014157349243760109, -0.004714543931186199, 0.03925280645489693, 0.07316459715366364, -0.012063013389706612, -0.05041040852665901, 0.05315408110618591, -0.027235521003603935, 0.021656719967722893, -0.014642065390944481, -0.012108741328120232, 0.05165420472621918, -0.0071701304987072945, 0.026613622903823853, -0.033125270158052444, 0.03453369066119194, -0.011212474666535854, 0.0028122642543166876, -0.0041703819297254086, 0.016251686960458755, 0.016407160088419914, -0.0459107831120491, -0.013434848748147488, 0.028698813170194626, -0.04613027721643448, -0.06990877538919449, -0.013974438421428204, -0.022296911105513573, 0.026577040553092957, -0.03259482979774475, -0.04704483598470688, 0.07587169110774994, 0.0071747032925486565, 0.02304684743285179, -0.04437432810664177, -0.0009425657917745411, 0.019791023805737495, 0.01120332907885313, -0.044227998703718185, -0.005459907930344343, 0.02140064537525177, -0.045983947813510895, 0.011998994275927544, -0.012117886915802956, 0.020047100260853767, -0.04426458105444908, 0.02315659448504448, 0.05125179886817932, -0.030070649459958076, 0.0072478679940104485, 0.008418501354753971, -0.03241191804409027, 0.03994787111878395, 0.028534192591905594, 0.03021697886288166, -0.004682534374296665, -0.04437432810664177, -0.010645449161529541, 0.021382354199886322, -0.057287879288196564, -0.04426458105444908, 0.009218739345669746, 0.03343622013926506, 0.03184489160776138, 0.0030683402437716722, -0.0023046848364174366, 0.027894003316760063, 0.029741408303380013, -0.02772938273847103, 0.004476758651435375, 0.007842330262064934, -0.014285387471318245, 0.04861787334084511, 0.00248073716647923, 0.019352035596966743, 0.024473557248711586, -0.0022029404062777758, 0.04236230254173279, -0.004529345780611038, 0.03757002204656601, -0.015071907080709934, -0.019973935559391975, -0.03736881911754608, 0.024016279727220535, 0.009630289860069752, 0.013279374688863754, -0.0005350161227397621, -0.013142190873622894, -0.09430916607379913, -0.012876968830823898, 0.05132496356964111, 0.030107231810688972, 0.0367652103304863, -0.031186409294605255, -0.05191028118133545, 0.011011271737515926, 0.08260282874107361, 0.043862175196409225, 0.13433019816875458, -0.042654961347579956, -0.03400324657559395, -0.03230217099189758, 0.0035484828986227512, 0.03943571820855141, 0.0224981140345335, -0.05648306757211685, -0.06101927533745766, 0.02279077284038067, -0.0042961337603628635, 0.04752040654420853, -0.014431716874241829, 0.04825205355882645, 0.020778745412826538, 0.01982760615646839, -0.0192971620708704, 0.04463040456175804, -0.0752863734960556, -0.04850812628865242, 0.021071404218673706, 0.012794658541679382, -0.016782129183411598, 0.02094336599111557, -0.025022292509675026, -0.01984589733183384, -0.013672634027898312, 0.04700825363397598, -0.0021514964755624533, 0.0042183962650597095, -0.02187621407210827, -0.02407115325331688, -0.08157852292060852, -0.041740402579307556, -0.02112627774477005, 0.006850035395473242, -0.007019228767603636, -0.036710336804389954, 0.013279374688863754, -0.015721242874860764, 0.003466172842308879, 0.024583304300904274, -0.05567825958132744, 0.08765118569135666, 0.020595833659172058, -0.0035850652493536472, 0.02423577383160591, -0.02857077494263649, -0.026595331728458405, -0.0060772341676056385, 0.1221848800778389, 0.01626083254814148, 0.04382559284567833, 0.005034639034420252, -0.0385943241417408, -0.06529940664768219, 0.031552232801914215, -0.012758077122271061, -0.019882479682564735, -0.015300546772778034, 0.048910532146692276, 0.00047814208664931357, 0.02012026496231556, -0.011541714891791344, 0.001247227774001658, -0.020614124834537506, 0.019626403227448463, 0.02443697489798069, -0.05780003219842911, -0.04463040456175804, 0.008093833923339844, 0.06017788127064705, 0.03793584555387497, 0.042837873101234436, 0.05399547144770622, -0.0010574570624157786, -0.038265082985162735, 0.08048105984926224, 0.03361913189291954, -0.009886366315186024, 0.002906006295233965, 0.0052221231162548065, 0.030527928844094276, -0.012063013389706612, -0.013206209987401962, -0.042654961347579956, 0.026302672922611237, 0.030198687687516212, 0.00934220477938652, -0.0030797722283750772, 0.054873447865247726, 0.03462514653801918, -0.018327731639146805, 0.001006013248115778, 0.038630906492471695, 0.06636028736829758, 0.0321192592382431, -0.04013078287243843, -0.0011557720135897398, 0.11055170744657516, -0.01598646491765976, -0.0051809679716825485, 0.043313439935445786, 0.00498433830216527, -0.03144248574972153, -0.002965452615171671, 0.024272354319691658, 0.019717859104275703, -0.026046596467494965, 0.005953769199550152, -0.06943320482969284, 0.04525230452418327, -0.0036079292185604572, -0.0661773756146431, -0.04949584975838661, 0.011267348192632198, -0.034771475940942764, 0.0008665432105772197, 0.028826851397752762, -0.05271509289741516, -0.022168872877955437, -0.00801609642803669, 0.015904154628515244, 0.029247548431158066, 0.001017445232719183, -0.040460024029016495, -0.02986944653093815, -0.021656719967722893, 0.0697990283370018, -0.01804421842098236, -0.023851659148931503, 0.00029780276236124337, 0.03709445148706436, 0.05545876547694206, 0.049203190952539444, -0.046349771320819855, 0.014623774215579033, -0.035521410405635834, -0.019699567928910255, -0.0312412828207016, 0.04876420274376869, 0.06650661677122116, -0.047995977103710175, 0.018574662506580353, -0.02644900232553482, 0.0026613622903823853, 0.06299471855163574, 0.0051260944455862045, -0.01166975311934948, -0.00012410830822773278, -0.029631661251187325, -0.07104282081127167, -0.02847931906580925, 0.015867572277784348, -0.034588564187288284, -0.034862931817770004, -0.020230012014508247, -0.055239271372556686, 0.012017285451292992, 0.0101058604195714, -0.0053364429622888565, 0.043606098741292953, 0.020339757204055786, -0.008843771182000637, -0.0072295768186450005, -0.025132039561867714, 0.00909070111811161, 0.0036650891415774822, 0.04305736720561981, 0.05373939499258995, 0.05545876547694206, -0.04448407515883446, -0.034954387694597244, 0.005661110859364271, -0.04693508893251419, -0.014642065390944481, -0.017980199307203293, 0.02847931906580925, 0.01621510460972786, -0.034588564187288284, 0.015053615905344486, 0.001461005536839366, -0.008898643776774406, 0.0597023107111454, 0.04693508893251419, 0.04353293403983116, 0.06650661677122116, 0.016205959022045135, 0.04049660637974739, -0.030436472967267036, -0.01552918553352356, -0.03272286802530289, -0.08282232284545898, 0.0042069642804563046, 0.019900770857930183, -0.026979444548487663, 0.06906738132238388, -0.0027688227128237486, 0.027345268055796623, 0.012767222709953785, -0.01180693693459034, -0.0050849393010139465, 0.03729565441608429, -0.0004924320382997394, 0.024473557248711586, 0.020778745412826538, -0.005962914787232876, -0.0052038319408893585, 0.049093443900346756, -0.010782632976770401, 0.004561355337500572, 0.07916409522294998, -0.04795939475297928, -0.04565471038222313, 0.02644900232553482, 0.04971534386277199, -0.036435969173908234, -0.00171136565040797, 0.02573564648628235, 0.035814069211483, -0.024089444428682327, -0.009145574644207954, 0.006539085879921913, 0.032283879816532135, 0.008734024129807949, 0.00578914862126112, -0.04525230452418327, 0.03455198183655739, -0.006520794704556465, -0.04393533989787102, -0.047447241842746735, -0.00931934081017971, 0.03528362885117531, -0.032375335693359375, -0.05373939499258995, -0.057287879288196564, 0.008148707449436188, 0.042837873101234436, -0.013215355575084686, -0.06954295188188553, 0.024729633703827858, 0.0073118871077895164, -0.04949584975838661, -0.04554496333003044, -0.05033724382519722, 0.06804307550191879, 0.047081418335437775, -0.042289137840270996, -0.021199442446231842, -0.0009442805894650519, 0.0053867436945438385, 0.03822850063443184, -0.008583121933043003, -0.005565082188695669, 0.009657726623117924, -0.011688044294714928, 0.03427761420607567, -0.02489425428211689, -0.043020784854888916, -0.04700825363397598, -0.03378375247120857, -0.02820495143532753, -0.002405286068096757, 0.039362553507089615, -0.019864188507199287, -0.03113153576850891, -0.016407160088419914, 0.003994329832494259, 0.06310446560382843, 0.028680521994829178, -0.03361913189291954, 0.02847931906580925, -0.0298511553555727, -0.001140338834375143, 0.013974438421428204, 0.04217939078807831, -0.012264215387403965, 0.024034570902585983, 0.002974598202854395, -0.0363079309463501, -0.024638177827000618, 0.013791526667773724, 0.0006036079139448702, 0.039911288768053055, 0.019315453246235847, 0.004545350559055805, -0.07550586760044098, 0.001479296712204814, -0.006973500829190016, 0.015117635019123554, -0.005496490281075239, 0.014733521267771721, 0.0042572650127112865, -0.007014655973762274, -0.010864942334592342, -0.028680521994829178, -0.042033061385154724, 0.006950636859983206, -0.03674691915512085, -0.027400141581892967, 0.0763106718659401, 0.04071609675884247, 0.04327685758471489, -0.008903216570615768, 0.011953266337513924, -0.059482816606760025, 0.010297916829586029, 0.0026933718472719193, 0.021839631721377373, -0.013059880584478378, 0.06321421265602112, -0.0025973431766033173, 0.0030660538468509912, -0.02553444541990757, 0.06775041669607162, 0.03819191828370094, -0.009986967779695988, -0.03515559062361717, -0.10879575461149216, -0.006744861137121916, 0.012273360975086689, 0.006786016281694174, -0.029521914198994637, -0.0514712929725647, -0.06954295188188553, -0.02791229449212551, 0.02809520624577999, 0.02635754644870758, 0.020339757204055786, -0.03815533593297005, -0.018967922776937485, -0.02240665815770626, -0.03453369066119194, -0.03184489160776138, -0.05172736942768097, -0.02599172294139862, 0.021071404218673706, -0.030802294611930847, 0.044959645718336105, 0.0021846492309123278, 0.00025121751241385937, 0.014715230092406273, -0.07543270289897919, 0.052678510546684265, -0.029430460184812546, -0.020175138488411903, 0.05256876349449158, -0.0063104466535151005, -0.012309943325817585, 0.007517662364989519, 0.008555685169994831, 0.020376339554786682, 0.007824039086699486, 0.035814069211483, 0.050190914422273636, 0.04572787508368492, 0.0061915540136396885, 0.04060635343194008, 0.010938107036054134, 0.0018656972097232938, 0.05275167524814606, -0.028332989662885666, -0.08567574620246887, -0.06606762856245041, -0.05564167723059654, -0.014532318338751793, -0.006827171426266432, -0.0014987310860306025, 0.025333242490887642, -0.05798294395208359, -0.00480142654851079, -0.012364816851913929, -0.00945652462542057, -0.02370532974600792, -0.006612250581383705, 0.01873013749718666, 0.015227382071316242, -0.03290577605366707, -0.01909595914185047, 0.030015775933861732, -0.022918811067938805, 0.06998194009065628, 0.006589386612176895, 0.010682031512260437, 0.026942862197756767, -0.03480805829167366, -0.07034776359796524, 0.07140864431858063, -0.006667124107480049, -0.025296660140156746, 0.027491597458720207, 0.0062921554781496525, -0.012556874193251133, 0.0028099778573960066, -0.014751811511814594, -0.019608112052083015, -0.04397192224860191, 0.0634337067604065, 0.005011775065213442, -0.02313830330967903, 0.022479822859168053, -0.05439787730574608, -0.05582458898425102, 0.035210464149713516, -0.0642385184764862, 0.014815830625593662, 0.0051032304763793945, -0.06760408729314804, -0.07199396193027496, -0.01317877322435379, 0.03480805829167366, -0.012227633036673069, -0.008381919004023075, -0.0026910854503512383, 0.030637675896286964, -0.022187164053320885, 0.019425200298428535, 0.006968928035348654, 0.013050734996795654, 0.018556371331214905, -0.013818963430821896, 0.00202117208391428, 0.06164117157459259, -0.052861422300338745, -0.05172736942768097, 0.0063698929734528065, 0.010453391820192337, -0.011998994275927544, 0.019681276753544807, -0.051398128271102905, -0.0005341587238945067, 0.059482816606760025, 0.05384914204478264, 0.031076662242412567, 0.015565767884254456, 0.03906989470124245, -0.0018645540112629533, 0.02194937877357006, 0.08626106381416321, -0.006964355241507292, -0.035027552396059036, -0.0002476450172252953, 0.07129889726638794, 0.022809064015746117, -0.013050734996795654, 0.010389372706413269, 0.009538833983242512, -0.06954295188188553, -0.018766719847917557, 0.004687107168138027, 0.005871458910405636, 0.0716647207736969, -0.0015696092741563916, 0.025699064135551453, -0.01396529283374548, 0.010983834974467754, 0.006744861137121916, -0.05183711647987366, 0.02809520624577999, 0.023650456219911575, -0.051032308489084244, 0.034936096519231796, -0.020047100260853767, -0.056629396975040436, 0.01557491347193718, 0.03067425824701786, -0.024363810196518898, 0.008203580044209957, -0.004988911096006632, -0.06998194009065628, 0.013882982544600964, -0.04484989866614342, -0.014687793329358101, 0.02178475819528103, -0.03811875358223915, -0.04942268505692482, -0.043130531907081604, -0.12876969575881958, -0.036801792681217194, 0.02635754644870758, 0.015401147305965424, -0.017870452255010605, -0.01993735320866108, -0.026394128799438477, -0.0018794155912473798, -0.009200448170304298, -0.02692457102239132, 0.0003461028391029686, 0.0441182516515255, 0.016361434012651443, 0.013279374688863754, -0.041374579071998596, 0.012785512953996658, -0.017961908131837845, -0.002967739012092352, 0.06083636358380318, -0.010288771241903305, 0.030363308265805244, -0.027509888634085655, 0.025095457211136818, -0.0002152068045688793, 0.0063607473857700825, 0.02295539155602455, 0.0006619109772145748, 0.06566522270441055, -0.017211971804499626, -0.04953243210911751, 0.03206438571214676, 0.04305736720561981, -0.038265082985162735, 0.02516862191259861, 0.007668564561754465, -0.054983194917440414, 0.009849783964455128, -0.00960285309702158, -0.07060384005308151, 0.03327159956097603, 0.00594919640570879, 0.01920570619404316, 0.037057869136333466, -0.018309440463781357, -0.03711274266242981, 0.01621510460972786, -0.002455586800351739, -0.03740540146827698, -0.015346274711191654, 0.021437227725982666, -0.034222740679979324, 0.037972427904605865, -0.0007830898393876851, 0.00691405450925231, -0.03592381626367569, 0.015538331121206284, -0.00020891922758892179, 0.024693051353096962, -0.0009437089902348816, -0.0670553520321846, 0.04024052992463112, -0.04261837899684906, -0.016370579600334167, -0.031460776925086975, 0.010279625654220581, 0.06917712837457657, -0.0019285730086266994, -0.0078103207051754, 0.02994261123239994, 0.025881975889205933, 0.017934471368789673 ]
10,419
starlette.requests
__iter__
null
def __iter__(self) -> typing.Iterator[str]: return iter(self.scope)
(self) -> Iterator[str]
[ 0.02584145776927471, -0.031948521733284, -0.07705330848693848, -0.0564272440969944, -0.021618667989969254, 0.03465716168284416, 0.02459649182856083, 0.009665311314165592, 0.12227585911750793, -0.018792258575558662, 0.006637014914304018, -0.02146725356578827, -0.02548815682530403, 0.03963702917098999, -0.04047822207212448, -0.004275364801287651, -0.022947752848267555, 0.022426212206482887, -0.06066685914993286, 0.01379556953907013, -0.05228857323527336, 0.05528322234749794, 0.03336172550916672, -0.07954324036836624, -0.02584145776927471, 0.043136391788721085, 0.017479997128248215, -0.034051503986120224, 0.025538628920912743, -0.02745654806494713, -0.033479493111371994, -0.025319917127490044, 0.0009726297575980425, -0.027877146378159523, 0.022998224943876266, -0.0011808250565081835, -0.0731501653790474, 0.02905481681227684, -0.007461384404450655, -0.027675259858369827, -0.012861845083534718, 0.03667602688074112, -0.03946878761053085, -0.0017917416989803314, -0.02304869517683983, -0.03707979992032051, 0.04774612933397293, -0.02102983184158802, 0.05040430277585983, -0.024344133213162422, 0.053365301340818405, 0.03664238005876541, -0.011246753856539726, -0.034320686012506485, -0.024983441457152367, 0.006308949552476406, 0.00795768853276968, -0.009993376210331917, 0.025790985673666, 0.04720776900649071, -0.023570235818624496, -0.07557280361652374, 0.053365301340818405, -0.019414741545915604, 0.011675762943923473, -0.0282136220484972, -0.00653607165440917, -0.0017055193893611431, -0.0004779029404744506, 0.028533276170492172, -0.036440491676330566, -0.03553200513124466, 0.004060860723257065, -0.0016329664504155517, -0.04222790151834488, -0.027893969789147377, -0.07617846131324768, 0.032200880348682404, 0.06931432336568832, -0.07772625982761383, 0.0009184779482893646, 0.0740923061966896, -0.04771248251199722, -0.020171815529465675, 0.025118032470345497, 0.0011314050061628222, -0.025959225371479988, -0.030972735956311226, -0.04105023294687271, 0.06958350539207458, -0.045121606439352036, 0.06342597305774689, 0.009598015807569027, 0.02089524082839489, 0.015183539129793644, 0.012062711641192436, -0.03324395790696144, -0.03337854892015457, -0.04253073409199715, -0.011314049363136292, 0.0015330747701227665, 0.07066023349761963, 0.037920992821455, 0.034051503986120224, -0.024091776460409164, 0.02301504835486412, -0.04333827644586563, -0.03940149396657944, 0.02116442285478115, 0.013677802868187428, -0.06601685285568237, 0.024546019732952118, 0.02367118000984192, 0.0030261927749961615, 0.03090544231235981, -0.006283713970333338, -0.03654143586754799, -0.011314049363136292, 0.0643344596028328, -0.008706350810825825, -0.007385677192360163, 0.06810300797224045, -0.003078767331317067, 0.032604653388261795, 0.0004071901203133166, 0.042698971927165985, -0.02513485588133335, 0.016445329412817955, 0.029290350154042244, -0.04646751657128334, 0.022274797782301903, -0.0008864074479788542, -0.008832529187202454, 0.02649758942425251, 0.06911244243383408, 0.013257206417620182, 0.02062605880200863, 0.01771553047001362, -0.05696560814976692, 0.06164264306426048, 0.026514412835240364, 0.01361891906708479, 0.0023763710632920265, 0.007209026254713535, -0.04562632367014885, -0.012348717078566551, 0.012289834208786488, 0.042867209762334824, -0.01542748510837555, -0.03953608497977257, -0.03336172550916672, -0.0062248301692306995, 0.022325269877910614, 0.09616521745920181, -0.0423288457095623, 0.05033700540661812, -0.05572064220905304, 0.01361891906708479, 0.03433750942349434, -0.029424941167235374, -0.060195792466402054, -0.016579920426011086, -0.07516903430223465, 0.006237448193132877, 0.05060618743300438, 0.04656846076250076, -0.028886577114462852, -0.05215398222208023, 0.005623376928269863, -0.014182519167661667, 0.009968140162527561, -0.027759378775954247, 0.025959225371479988, 0.0015067874919623137, -0.015797609463334084, 0.06504106521606445, -0.010725214146077633, 0.119920514523983, 0.0238057691603899, 0.05339894816279411, -0.009791489690542221, -0.04162224382162094, -0.10484632849693298, -0.02905481681227684, 0.04424676671624184, 0.005038747563958168, 0.027927616611123085, 0.00514810299500823, 0.02829774282872677, -0.024932969361543655, -0.013913337141275406, 0.009875609539449215, 0.03997350484132767, 0.02494979277253151, -0.02769208326935768, -0.020440997555851936, -0.039569731801748276, 0.020037224516272545, -0.04074740409851074, 0.032739244401454926, -0.04293450713157654, 0.03711344674229622, -0.04609739035367966, 0.03420291841030121, -0.03600307181477547, 0.07193884998559952, -0.018708137795329094, -0.04872191697359085, 0.014089987613260746, 0.010170026682317257, -0.07113130390644073, -0.026901360601186752, 0.035464707762002945, -0.03174663335084915, 0.027338782325387, -0.015486367978155613, -0.01402269210666418, -0.04475148394703865, 0.041689541190862656, 0.019010968506336212, 0.08681114763021469, -0.01874178647994995, -0.0034972610883414745, -0.07348664849996567, -0.00701134605333209, -0.06221465393900871, 0.004605533089488745, -0.023435644805431366, -0.0648055300116539, -0.015191950835287571, 0.03390008956193924, 0.018321190029382706, 0.021013008430600166, -0.044684186577796936, 0.03332807868719101, 0.015789197757840157, -0.024764729663729668, 0.010304617695510387, -0.022510332986712456, -0.0041218469850718975, -0.019280150532722473, 0.02600969560444355, -0.024899320676922798, 0.017446348443627357, -0.06282031536102295, 0.038560301065444946, 0.0060860333032906055, 0.05360083654522896, 0.049092039465904236, 0.013349737040698528, 0.035330116748809814, -0.028600571677088737, -0.05743667855858803, -0.0037306922022253275, 0.021770082414150238, -0.036877915263175964, -0.06308949738740921, -0.024125423282384872, 0.06504106521606445, -0.004773771855980158, 0.02230844646692276, 0.03204946592450142, 0.0016455843579024076, 0.0974438339471817, -0.0200540479272604, 0.04818355292081833, 0.0037180744111537933, -0.009757841937243938, -0.025605924427509308, 0.008941885083913803, 0.012003827840089798, 0.03664238005876541, -0.022241150960326195, 0.022510332986712456, -0.024579668417572975, 0.012533780187368393, 0.02288045734167099, 0.04202601686120033, -0.08660925924777985, -0.03218405693769455, 0.020693354308605194, 0.015343365259468555, -0.04105023294687271, 0.005118661094456911, 0.029290350154042244, -0.056225359439849854, 0.02513485588133335, 0.00674637034535408, 0.017782825976610184, -0.005657024681568146, 0.053365301340818405, 0.005106043070554733, 0.030131543055176735, -0.022022441029548645, 0.09131994098424911, -0.01931379735469818, -0.02129901386797428, -0.02040734887123108, 0.026480764150619507, 0.011616879142820835, 0.024882497265934944, -0.010464444756507874, 0.0010819848394021392, 0.04448230192065239, -0.012601075693964958, 0.01689116097986698, 0.025959225371479988, 0.03420291841030121, -0.02420954219996929, -0.006637014914304018, 0.000591989781241864, -0.010523327626287937, -0.037719108164310455, -0.007196408696472645, 0.002159763826057315, -0.03997350484132767, -0.026161111891269684, 0.015435896813869476, -0.010085907764732838, 0.10457714647054672, -0.06315679103136063, 0.009665311314165592, 0.05935459956526756, -0.033748675137758255, -0.049092039465904236, 0.04310274496674538, 0.01816977560520172, 0.04771248251199722, 0.005131279118359089, -0.002184999641031027, 0.012710430659353733, -0.07927405834197998, -0.016664039343595505, 0.038560301065444946, 0.00890823733061552, 0.038459356874227524, 0.029509060084819794, 0.025118032470345497, 0.037719108164310455, -0.09360799193382263, 0.01970074698328972, -0.012895492836833, 0.012357129715383053, 0.008891412988305092, -0.03583483397960663, 0.021500900387763977, -0.019414741545915604, 0.005556081887334585, 0.0903778076171875, 0.010094319470226765, 0.011187870986759663, 0.027809850871562958, 0.05397096276283264, 0.008088073693215847, 0.012474896386265755, 0.001649790327064693, 0.02328423038125038, 0.05595617741346359, -0.049092039465904236, 0.031948521733284, 0.048822857439517975, 0.032823361456394196, -0.03230182081460953, -0.019364269450306892, 0.024226367473602295, -0.03707979992032051, 0.015822846442461014, 0.00042927145841531456, 0.05858070030808449, -0.025673219934105873, -0.019515683874487877, 0.015528428368270397, -0.013164674863219261, -0.05387001857161522, -0.06140711158514023, -0.005497198086231947, 0.02967729978263378, 0.028953872621059418, -0.010876629501581192, 0.029071640223264694, 0.03896407410502434, -0.007802067790180445, 0.06403163075447083, 0.035027287900447845, -0.026026520878076553, -0.03889677673578262, 0.003625543089583516, -0.05743667855858803, 0.014182519167661667, 0.044145822525024414, -0.00980831403285265, -0.07590927928686142, -0.038560301065444946, 0.04562632367014885, -0.029256703332066536, -0.063897043466568, -0.023031871765851974, -0.07254450768232346, -0.013703038915991783, 0.001856934162788093, 0.005089219193905592, -0.023519763723015785, -0.00885776523500681, 0.02971094660460949, 0.0141068110242486, -0.037449926137924194, 0.04273261874914169, 0.022863633930683136, -0.029172582551836967, 0.00023448263527825475, 0.005728526506572962, -0.06137346103787422, -0.017345406115055084, -0.04956310987472534, 0.03509458526968956, -0.021366309374570847, 0.007802067790180445, -0.012592663057148457, 0.05144738033413887, 0.04051186889410019, -0.023788945749402046, -0.062012769281864166, 0.02728831022977829, 0.06399798393249512, -0.006754782050848007, -0.009244713932275772, -0.0019547229167073965, -0.006203800439834595, 0.03492634370923042, -0.044987015426158905, -0.03479175269603729, -0.00748241413384676, 0.005623376928269863, -0.05673007667064667, 0.028280917555093765, -0.01596584916114807, -0.05794139206409454, -0.008697938174009323, 0.020794298499822617, 0.04646751657128334, 0.024478724226355553, 0.03403468057513237, 0.0104728564620018, 0.02627887763082981, 0.008222664706408978, 0.008386696688830853, -0.051245495676994324, 0.10794192552566528, 0.006081827450543642, -0.022291623055934906, -0.0392332561314106, -0.010371913202106953, 0.022358916699886322, -0.03650778904557228, 0.039435140788555145, 0.05487944930791855, 0.00908488780260086, 0.0013974322937428951, -0.022375741973519325, 0.012643135152757168, 0.030568964779376984, 0.05656183511018753, 0.0341692715883255, -0.04747694730758667, -0.015082595869898796, 0.005791615694761276, -0.006733752321451902, 0.007667476776987314, 0.008933472447097301, -0.01842213235795498, 0.04996688291430473, 0.0200540479272604, -0.04889015480875969, -0.08997403085231781, -0.03284018486738205, 0.027574315667152405, -0.016058379784226418, 0.01629391312599182, -0.0023952978663146496, -0.014720882289111614, -0.044717833399772644, -0.03262147679924965, -0.01509941928088665, 0.013349737040698528, -0.0185230765491724, -0.018438957631587982, 0.02067653089761734, -0.005673848558217287, -0.02151772379875183, 0.016310738399624825, 0.019650274887681007, 0.030737202614545822, -0.040848344564437866, 0.006519247777760029, 0.01727811060845852, 0.02570686675608158, 0.05144738033413887, 0.019582979381084442, -0.04259802773594856, -0.007524474058300257, 0.023704826831817627, 0.001895839348435402, 0.02195514552295208, 0.02481520175933838, 0.02494979277253151, 0.04821719974279404, 0.005089219193905592, -0.04259802773594856, -0.011314049363136292, -0.04872191697359085, 0.05154832452535629, -0.037719108164310455, 0.02900434471666813, -0.0586479976773262, 0.0020304303616285324, -0.06591590493917465, -0.013837629929184914, -0.014712470583617687, -0.05373542755842209, 0.044415004551410675, -0.003110312158241868, -0.01435075793415308, -0.017866944894194603, 0.0006713774055242538, 0.017513643950223923, -0.01452740840613842, -0.004369999282062054, 0.00967372301965952, -0.015292894095182419, -0.009194242767989635, 0.07503443956375122, -0.009110122919082642, 0.028314566239714622, 0.005745350383222103, 0.01790059357881546, 0.0008727380190975964, 0.02309916727244854, -0.05427379161119461, -0.005446726456284523, 0.11009537428617477, 0.028718339279294014, 0.013551623560488224, 0.010363501496613026, -0.014863885007798672, 0.022409388795495033, -0.002405812731012702, -0.021719610318541527, -0.06043132394552231, 0.010893452912569046, 0.02745654806494713, -0.011028043925762177, -0.05494674667716026, -0.06588225811719894, 0.000012067509487678763, -0.03112415224313736, -0.0047569479793310165, -0.010540151968598366, -0.005715908482670784, -0.032251350581645966, 0.01424140203744173, 0.057032905519008636, 0.042261552065610886, -0.06100333854556084, 0.008731585927307606, -0.00099471106659621, 0.02002040110528469, 0.02715371921658516, 0.031090503558516502, -0.00072447769343853, 0.03356361389160156, 0.03284018486738205, -0.018321190029382706, 0.02584145776927471, 0.021484076976776123, 0.01732858084142208, 0.05299517884850502, -0.0014268740778788924, -0.011650526896119118, -0.007204820401966572, -0.02918940782546997, 0.01025414653122425, -0.0013427548110485077, 0.010851393453776836, -0.03832476586103439, -0.035464707762002945, 0.010220498777925968, -0.04532349482178688, 0.04017539322376251, -0.03413562476634979, -0.014333933591842651, 0.021938320249319077, -0.008357255719602108, -0.007802067790180445, -0.04347286745905876, 0.01887637749314308, -0.06571401655673981, -0.01172623410820961, -0.03164569288492203, -0.08923378586769104, -0.021046655252575874, 0.02701912820339203, 0.041689541190862656, 0.0021618667524307966, 0.06504106521606445, 0.03284018486738205, -0.03812288120388985, 0.03208311274647713, 0.05228857323527336, 0.02323375828564167, 0.05013512074947357, -0.06282031536102295, -0.010565388016402721, 0.017076224088668823, -0.04279991611838341, -0.008849353529512882, -0.0023721649777144194, 0.010111142881214619, 0.013004847802221775, -0.027809850871562958, -0.0008054425707086921, 0.0068220775574445724, 0.014737706631422043, -0.025891929864883423, 0.03465716168284416, -0.0277762021869421, -0.03576754033565521, 0.01991945691406727, -0.058748938143253326, 0.03734898194670677, -0.045962803065776825, 0.01106169167906046, 0.021315837278962135, 0.01011955551803112, -0.047981664538383484, -0.004277467727661133, 0.017866944894194603, 0.025420861318707466, -0.029088463634252548, -0.0630222037434578, -0.012087947688996792, -0.04502066597342491, -0.01435075793415308, -0.016933221369981766, 0.03876218572258949, -0.05884988233447075, -0.0012460175203159451, -0.029088463634252548, 0.02486567385494709, 0.03055213950574398, -0.03647414222359657, 0.003713868325576186, 0.05403825640678406, 0.04929392784833908, 0.007225850131362677, -0.011314049363136292, 0.002599287312477827, -0.012735666707158089, -0.01556207612156868, 0.0471741184592247, -0.009968140162527561, 0.0293239988386631, 0.010565388016402721, -0.034017857164144516, 0.0022060293704271317, 0.0019410535460337996, -0.004727506078779697, -0.011398169212043285, 0.00938771665096283, 0.017479997128248215, 0.007848333567380905, -0.010893452912569046, 0.03808923065662384, -0.019936280325055122, -0.06951621174812317, -0.07772625982761383, 0.03055213950574398, 0.016807042062282562, -0.0005699084722436965, 0.04989958554506302, -0.021702786907553673, -0.10989349335432053, -0.02304869517683983, -0.0008411933085881174, -0.008672703057527542, -0.001529920264147222, 0.057032905519008636, -0.006489806342869997, -0.026615355163812637, 0.06332503259181976, -0.07422689348459244, 0.017050987109541893, -0.02350294031202793, 0.03950243815779686, 0.0010467598913237453, 0.0209457129240036, 0.048250846564769745, -0.014443288557231426, -0.09071428328752518, -0.0011881855316460133, -0.01847260445356369, 0.033614084124565125, 0.025235798209905624, 0.04448230192065239, -0.0617099404335022, 0.054643917828798294, -0.008449786342680454, 0.029290350154042244, 0.03134286031126976, 0.00908488780260086, 0.02508438378572464, 0.031157799065113068, 0.0028306154999881983, -0.0467366985976696, -0.03178028389811516, 0.046265631914138794, -0.0674637034535408, 0.061036985367536545, 0.006237448193132877, 0.054677564650774, 0.02804538421332836, 0.0688096135854721, 0.005387843120843172, -0.012298245914280415, 0.06507471203804016, 0.002176587702706456, 0.06534389406442642, -0.05659548565745354, 0.0921274870634079, -0.02173643372952938, -0.010464444756507874, -0.015124655328691006, -0.02358705922961235, -0.056629132479429245, 0.008958708494901657, -0.020205462351441383, -0.04347286745905876, -0.0012985921930521727, 0.026598531752824783, -0.023553412407636642, -0.028095856308937073, -0.026749946177005768, 0.043540164828300476, -0.020171815529465675, 0.012273009866476059, -0.01496482826769352, -0.03946878761053085, 0.02195514552295208, -0.03262147679924965, 0.017076224088668823, -0.027052776888012886, 0.042261552065610886, 0.0020304303616285324, 0.02935764566063881, 0.003715971251949668, 0.010775686241686344, 0.005194368772208691, 0.012525368481874466, -0.017597762867808342, -0.04125211760401726, 0.02350294031202793, -0.0762457624077797, -0.023570235818624496, 0.0348254032433033, -0.0035498356446623802, -0.009396129287779331, 0.0032385941594839096, 0.03583483397960663, -0.015124655328691006 ]
10,420
starlette.requests
__len__
null
def __len__(self) -> int: return len(self.scope)
(self) -> int
[ -0.01654343120753765, -0.008442183025181293, -0.029563874006271362, 0.013028561137616634, 0.007395027205348015, 0.043964289128780365, 0.003399196080863476, -0.02605712227523327, 0.041983623057603836, -0.05032839626073837, -0.004663493949919939, -0.0689011961221695, 0.00404250668361783, -0.020212532952427864, -0.021852264180779457, 0.006863332353532314, 0.03714560344815254, -0.02194967493414879, -0.003870010143145919, -0.0031942296773195267, -0.017809757962822914, 0.06435541063547134, 0.0253590177744627, -0.08227881044149399, -0.04980887845158577, 0.04649694263935089, 0.04821785166859627, 0.0007787710637785494, 0.05065309628844261, 0.015488157980144024, -0.08903256058692932, -0.01179470308125019, -0.00021371811453718692, 0.014643940143287182, 0.0426979623734951, -0.0160076767206192, -0.012914915569126606, 0.0033159919548779726, -0.01831304281949997, -0.029401523992419243, -0.06399823725223541, -0.012151872739195824, -0.03532728925347328, -0.01284185890108347, 0.01606449857354164, -0.043639589101076126, 0.05360785871744156, -0.007910487242043018, 0.0014570882776752114, -0.02386540174484253, 0.030684087425470352, 0.037762533873319626, 0.010495905764400959, 0.012801270931959152, -0.01756623387336731, 0.043542180210351944, 0.02706369012594223, 0.015942737460136414, -0.0096110999584198, 0.011778468266129494, -0.011997640132904053, -0.007183972746133804, 0.04825032129883766, -0.06097853556275368, 0.007252971176058054, -0.0072448537684977055, -0.004854254890233278, 0.04873736947774887, 0.03196664899587631, 0.016088852658867836, -0.003756365505978465, -0.00040536682354286313, -0.022810127586126328, 0.04883477836847305, -0.013791603967547417, -0.03971072658896446, -0.032534874975681305, 0.02013135887682438, 0.07883699983358383, -0.041983623057603836, 0.03406095877289772, -0.0009340179385617375, 0.027729323133826256, 0.03604162484407425, 0.08364254981279373, -0.004298207350075245, -0.005767472088336945, 0.007585788145661354, -0.040587417781353, 0.01686813123524189, -0.0282975472509861, 0.1195542961359024, 0.031577009707689285, -0.015390748158097267, 0.024043984711170197, -0.01500110886991024, 0.0011080364929512143, -0.04639953374862671, -0.02311859279870987, -0.05279611051082611, -0.025764891877770424, 0.08188917487859726, 0.0013809868833050132, 0.030245743691921234, -0.02097557671368122, 0.01209504995495081, -0.004298207350075245, -0.02659287489950657, -0.039905548095703125, 0.009586747735738754, 0.0074315560050308704, 0.00023071409668773413, 0.016567783430218697, 0.010317320935428143, 0.0411069355905056, 0.020520998165011406, -0.01943325437605381, -0.007894252426922321, 0.0298885740339756, -0.013004207983613014, 0.023784225806593895, 0.04406169801950455, -0.017014244571328163, -0.06338130682706833, 0.06838168203830719, 0.0501985177397728, -0.05360785871744156, -0.00238856952637434, 0.022810127586126328, -0.0202937088906765, 0.04493838921189308, -0.026414290070533752, -0.02925541065633297, 0.029531404376029968, 0.09474726766347885, -0.008352890610694885, 0.04954911768436432, 0.01803704723715782, -0.06955059617757797, 0.03597668558359146, 0.0006443252204917371, 0.049256887286901474, 0.0013414141722023487, -0.02220943383872509, -0.02220943383872509, 0.04990628734230995, -0.0007564479601569474, 0.03300568833947182, -0.02354070171713829, -0.011340124532580376, -0.0018081694142892957, -0.05377021059393883, 0.0035980744287371635, 0.025066789239645004, -0.02316729724407196, 0.04724375158548355, -0.03545716777443886, -0.057958830147981644, 0.027534503489732742, -0.1025400459766388, -0.07604458183050156, 0.0002754870802164078, -0.08987677842378616, -0.03445059806108475, -0.0010349791264161468, 0.032161470502614975, -0.0032124940771609545, -0.04734116420149803, -0.05312081053853035, 0.0603291355073452, 0.014449120499193668, 0.006964800879359245, 0.049354299902915955, 0.006185522302985191, -0.004176445305347443, 0.05627039447426796, -0.03334662318229675, 0.03597668558359146, 0.008154012262821198, 0.007232677657157183, -0.015520628541707993, -0.06250461935997009, -0.029693754389882088, -0.04360711947083473, 0.0491270087659359, 0.014611469581723213, 0.017111655324697495, 0.012054462917149067, 0.032648518681526184, 0.04682164266705513, -0.0640956461429596, -0.014311122708022594, 0.033866140991449356, -0.015569332987070084, -0.00326322834007442, -0.04302266240119934, 0.0023073945194482803, 0.027144864201545715, -0.005795883014798164, -0.011900230310857296, -0.06607631593942642, 0.023849165067076683, -0.03730795159935951, -0.03324921056628227, -0.007614199537783861, 0.07331711053848267, -0.028005316853523254, 0.016308024525642395, -0.015845326706767082, -0.011778468266129494, -0.0853959247469902, -0.044126641005277634, 0.04266549274325371, 0.005483360029757023, 0.04260055348277092, -0.047698330134153366, 0.01086119282990694, -0.015090401284396648, 0.04010036587715149, 0.015707330778241158, 0.13962070643901825, -0.016040146350860596, -0.024482330307364464, -0.0661737248301506, -0.029287880286574364, -0.06633607298135757, -0.0016650987090542912, 0.03180430084466934, 0.009432516060769558, -0.04649694263935089, 0.007573612034320831, 0.037015724927186966, 0.013117852620780468, 0.03156077489256859, 0.045880015939474106, -0.0136130191385746, -0.021284041926264763, -0.0030481149442493916, -0.0416264533996582, -0.049841348081827164, -0.0549715980887413, -0.006656336132436991, 0.007334146182984114, 0.0629592016339302, -0.04945170879364014, 0.001302856020629406, -0.006830862257629633, 0.05776401236653328, 0.042470671236515045, -0.016998009756207466, -0.04708140343427658, -0.06451775878667831, -0.10292968899011612, -0.017468824982643127, -0.0000064884375206020195, -0.028963180258870125, -0.012663274072110653, 0.00287561840377748, -0.0026402114890515804, -0.020910637453198433, 0.03714560344815254, 0.005280422978103161, -0.013815956190228462, 0.042730432003736496, -0.032859571278095245, 0.0565950945019722, 0.0405549481511116, -0.014830642379820347, -0.05984208732843399, 0.016949305310845375, -0.001816286938264966, 0.02636558562517166, -0.017338944599032402, -0.03815217316150665, -0.041723866015672684, -0.051010265946388245, 0.0426979623734951, 0.05276364088058472, -0.05851082131266594, -0.012979855760931969, 0.039743199944496155, -0.020326178520917892, -0.04500332847237587, 0.026462996378540993, -0.042308323085308075, 0.014043246395885944, -0.0071717966347932816, -0.013629254885017872, -0.035099998116493225, -0.006810568738728762, 0.003981625661253929, 0.013312672264873981, 0.055393707007169724, 0.05812118202447891, 0.09137038886547089, -0.016965540125966072, -0.0030115863773971796, 0.03565198555588722, 0.035522107034921646, 0.054322198033332825, -0.03474282845854759, -0.000004514557531365426, -0.04974393919110298, -0.011973287910223007, -0.003920744638890028, -0.006286990828812122, 0.054809246212244034, -0.0053331865929067135, 0.03938603028655052, -0.0024839499965310097, -0.013158440589904785, 0.05351044982671738, -0.001246033702045679, 0.05305587127804756, 0.08877279609441757, 0.022274374961853027, -0.045295555144548416, -0.018540332093834877, -0.0062139336951076984, 0.10929379612207413, -0.020326178520917892, 0.009708509780466557, 0.047503512352705, -0.029498934745788574, -0.02925541065633297, -0.004517379682511091, 0.046854112297296524, 0.018231866881251335, 0.006627925205975771, -0.013044795952737331, -0.040392596274614334, -0.0720832496881485, 0.036431264132261276, -0.013726664707064629, -0.04633459448814392, 0.002770091174170375, 0.02370305173099041, 0.036918312311172485, -0.015382630750536919, -0.029482699930667877, 0.04292525351047516, -0.015626154839992523, -0.022128259763121605, 0.01953066512942314, 0.04954911768436432, -0.036009155213832855, 0.02621947042644024, -0.018377982079982758, 0.07234301418066025, 0.005572652444243431, -0.009326987899839878, 0.027031218633055687, 0.04350971058011055, 0.02071581780910492, 0.019822893664240837, -0.020212532952427864, 0.05256882309913635, 0.06588149815797806, -0.007800901308655739, 0.0507180355489254, 0.03303815796971321, 0.03188547492027283, -0.029222939163446426, 0.00137489871121943, 0.02659287489950657, 0.01006567943841219, 0.011461886577308178, -0.02893071062862873, 0.006424988154321909, -0.05081544443964958, -0.02477455884218216, -0.05682238191366196, 0.03341156244277954, -0.008312302641570568, -0.013661724515259266, 0.04302266240119934, -0.002187661826610565, 0.023524466902017593, -0.016640840098261833, -0.00790236983448267, -0.015950854867696762, 0.006136817391961813, 0.004866431467235088, -0.01917349547147751, -0.04747104272246361, 0.032486166805028915, -0.08507122844457626, -0.08143459260463715, 0.012906798161566257, 0.05263376235961914, 0.012979855760931969, -0.02909306064248085, -0.07494060695171356, 0.005032839719206095, -0.05422478914260864, 0.005174895748496056, -0.021868500858545303, -0.04143163561820984, 0.021803559735417366, 0.015764152631163597, 0.05993949621915817, -0.03834699094295502, 0.04389934986829758, 0.04458121955394745, 0.0006133773131296039, -0.006100288592278957, 0.030440563336014748, 0.042633023113012314, -0.05857576057314873, -0.009676040150225163, -0.002386540174484253, -0.005089662037789822, -0.04600989446043968, -0.012005757540464401, 0.024319980293512344, -0.08643496036529541, 0.053737740963697433, -0.018881266936659813, 0.09247437119483948, 0.003076526103541255, -0.00011922553676413372, 0.010236146859824657, 0.03432071954011917, 0.10747548192739487, -0.029693754389882088, 0.024108925834298134, -0.044548749923706055, 0.028898240998387337, 0.04357464984059334, -0.021608740091323853, -0.03160947933793068, 0.019741719588637352, 0.03500258922576904, -0.026706520467996597, -0.03208029270172119, -0.009205225855112076, 0.0010623756097629666, -0.03224264457821846, 0.017014244571328163, 0.07273264974355698, 0.0405549481511116, 0.03357391059398651, 0.01917349547147751, 0.06981035321950912, 0.010244264267385006, -0.04152904450893402, -0.007671021856367588, -0.003926832694560289, -0.023735521361231804, -0.04961405694484711, -0.05370527133345604, -0.006493986584246159, 0.000545393384527415, -0.029287880286574364, -0.012151872739195824, -0.017209064215421677, -0.07013505697250366, 0.02440115436911583, -0.0352298766374588, -0.06442034989595413, -0.006266697309911251, 0.10104643553495407, -0.011729763820767403, -0.010390378534793854, -0.029726224020123482, 0.0010410671820864081, -0.021965909749269485, -0.005617298651486635, -0.009497455321252346, 0.015723565593361855, 0.048055499792099, 0.010317320935428143, -0.06649842113256454, -0.08000591397285461, 0.00896981917321682, 0.02232307940721512, 0.01078001782298088, 0.030651617795228958, -0.0027985023334622383, 0.0025813595857471228, -0.02764814905822277, -0.0005382905947044492, -0.02776179276406765, 0.026089591905474663, -0.016998009756207466, -0.009067228995263577, -0.07935651391744614, -0.008235187269747257, 0.002891853451728821, 0.012752566486597061, -0.02125157043337822, -0.03561951592564583, -0.02423880435526371, -0.009115933440625668, 0.02743709273636341, 0.011908347718417645, 0.06464763730764389, 0.0012277693022042513, -0.035424698144197464, 0.0009654731838963926, -0.0368533730506897, 0.03811970353126526, 0.015942737460136414, 0.0024291567970067263, -0.021689916029572487, -0.014611469581723213, 0.028492366895079613, -0.025326548144221306, -0.005365656688809395, -0.038736630231142044, 0.031690653413534164, -0.005556417163461447, 0.04808796942234039, 0.009505572728812695, 0.022128259763121605, 0.012216811999678612, 0.01943325437605381, 0.0007478231564164162, 0.014002658426761627, 0.052406471222639084, 0.006851155776530504, -0.02498561330139637, 0.01740388385951519, -0.03610656410455704, -0.0013962071388959885, 0.0048583135940134525, 0.0004502666415646672, -0.018377982079982758, 0.012005757540464401, 0.05617298558354378, 0.060361605137586594, 0.0042332676239311695, 0.021754855290055275, 0.01873515173792839, 0.03893145173788071, 0.042730432003736496, -0.032648518681526184, -0.09740979969501495, -0.008292009122669697, 0.096110999584198, 0.005134308245033026, -0.05682238191366196, 0.0320153534412384, -0.027420857921242714, -0.06052395701408386, 0.02540772221982479, 0.022388018667697906, -0.07494060695171356, 0.017160359770059586, 0.009326987899839878, -0.03422331064939499, -0.00517895445227623, 0.023102357983589172, -0.03802229091525078, 0.05396502837538719, 0.007102797739207745, 0.018134457990527153, -0.033866140991449356, 0.04500332847237587, 0.022566603496670723, 0.030895141884684563, -0.018881266936659813, 0.02680392935872078, 0.0020922813564538956, -0.054322198033332825, -0.011851525865495205, -0.005365656688809395, 0.017647407948970795, -0.005706590600311756, 0.039483439177274704, -0.02888200618326664, -0.005743119399994612, -0.01573980040848255, 0.0050450158305466175, 0.02503431774675846, -0.0016021882183849812, -0.04734116420149803, 0.04010036587715149, -0.007971368730068207, -0.04789315164089203, 0.007403144612908363, 0.010154971852898598, -0.01634049415588379, -0.0034621066879481077, -0.04987381771206856, 0.04734116420149803, -0.04740610346198082, 0.01714412495493889, -0.037665121257305145, -0.004748727660626173, -0.04091211408376694, 0.02841119095683098, -0.005032839719206095, -0.04575013741850853, 0.04948417842388153, 0.019254669547080994, -0.03555457666516304, -0.019887834787368774, -0.037827473133802414, -0.002770091174170375, 0.034028489142656326, 0.017582468688488007, -0.028541071340441704, 0.08078519254922867, 0.028849536553025246, -0.03320050612092018, 0.005158660467714071, 0.1105276495218277, 0.0018629623809829354, 0.005040957126766443, -0.03623644635081291, -0.04026271775364876, 0.027404623106122017, -0.07974615693092346, -0.054646898061037064, -0.013742899522185326, 0.00009113143460126594, 0.030927611514925957, 0.03665855526924133, 0.04549037665128708, -0.02941775880753994, 0.029823632910847664, -0.010049444623291492, 0.029401523992419243, -0.02844366244971752, 0.029693754389882088, -0.0021247512195259333, -0.021056752651929855, -0.019839128479361534, -0.03555457666516304, 0.0018538302974775434, 0.011023541912436485, 0.034353189170360565, -0.05097779631614685, 0.027372153475880623, -0.025618776679039, -0.011145304888486862, 0.004671611823141575, -0.007240795064717531, -0.003926832694560289, -0.0320478230714798, -0.007252971176058054, -0.017274005338549614, 0.013158440589904785, -0.02706369012594223, -0.01334514282643795, -0.009757215157151222, 0.019092321395874023, 0.021689916029572487, -0.05312081053853035, 0.000712309149093926, -0.005101838149130344, 0.03529481589794159, 0.0012450190261006355, 0.004440263379365206, -0.02013135887682438, 0.016527196392416954, -0.01766364462673664, 0.0023966869339346886, -0.07825253903865814, 0.006286990828812122, -0.03945096954703331, -0.032648518681526184, -0.021008046343922615, 0.04523061588406563, -0.019952774047851562, 0.016835659742355347, -0.015268986113369465, 0.028606010600924492, 0.0015961001627147198, 0.0034925471991300583, 0.05360785871744156, 0.014530295506119728, -0.005678179673850536, -0.041821274906396866, -0.007890193723142147, 0.011275184340775013, 0.024920674040913582, 0.05377021059393883, -0.013686076737940311, -0.028248842805624008, 0.003851745743304491, -0.0282975472509861, -0.06000443547964096, 0.05929009988903999, 0.07857723534107208, -0.06435541063547134, -0.0025996239855885506, 0.09351340681314468, -0.031690653413534164, -0.01873515173792839, -0.07253783196210861, 0.03811970353126526, 0.04458121955394745, -0.01062578521668911, -0.009221460670232773, -0.031690653413534164, -0.011883995495736599, 0.013393847271800041, -0.026333115994930267, 0.020326178520917892, 0.037827473133802414, 0.01644602045416832, -0.06627113372087479, -0.010869310237467289, 0.007553318049758673, -0.028330016881227493, -0.00006183239020174369, -0.015309573151171207, 0.0005535109085030854, -0.013101617805659771, 0.033119332045316696, 0.011445651762187481, -0.08162941038608551, -0.015983324497938156, -0.011697293259203434, 0.017014244571328163, 0.04721128195524216, 0.013385729864239693, 0.022517899051308632, 0.02802155166864395, 0.06601137667894363, 0.02449856512248516, 0.014384180307388306, -0.005142425652593374, 0.03334662318229675, 0.00779278390109539, 0.024790793657302856, -0.025066789239645004, -0.03497011959552765, -0.0039004506543278694, -0.03928861767053604, -0.018118223175406456, 0.0002975564857479185, 0.004184562712907791, 0.008361008018255234, 0.0021896911785006523, 0.004306324757635593, -0.025066789239645004, -0.007240795064717531, 0.06107594445347786, 0.016080735251307487, -0.01078813523054123, -0.002605712041258812, 0.04523061588406563, -0.02284259721636772, 0.0011983434669673443, 0.02156003564596176, 0.013677959330379963, -0.04617224633693695, 0.04815291240811348, 0.038249582052230835, 0.04292525351047516, -0.07078445702791214, -0.0014510001055896282, 0.027664383873343468, -0.02750203385949135, -0.002711239503696561, -0.03714560344815254, 0.021868500858545303, -0.05062062665820122, -0.03208029270172119, -0.00575123680755496, 0.0363013856112957, 0.001122242072597146, 0.04639953374862671, 0.013166557997465134, 0.007045975420624018 ]
10,421
starlette.requests
body
null
@property def receive(self) -> Receive: return self._receive
(self) -> bytes
[ 0.01570127345621586, -0.019641483202576637, -0.037070322781801224, -0.006761333905160427, 0.03747880831360817, -0.05014194920659065, 0.005833724979311228, 0.04707828909158707, 0.016339534893631935, -0.005684796720743179, 0.011812122538685799, -0.02200731262564659, -0.0048167589120566845, 0.03717244416475296, -0.020628664642572403, 0.0594010204076767, -0.012756751850247383, -0.05466936156153679, 0.04129136726260185, 0.0015828924952074885, -0.010084557346999645, 0.0016467188252136111, 0.019505320116877556, -0.06239660084247589, -0.03567465394735336, 0.05878828838467598, 0.001242485479451716, 0.005067809019237757, 0.05058448016643524, 0.0021200974006205797, -0.04840587452054024, -0.04895052686333656, 0.035878896713256836, -0.015888497233390808, -0.009429274126887321, 0.030619610100984573, -0.05548634007573128, 0.0516057014465332, -0.04013398289680481, -0.007276199292391539, -0.031198300421237946, -0.008288910612463951, 0.05058448016643524, 0.031011076644062996, 0.020066991448402405, -0.002448802813887596, -0.057052213698625565, 0.055418260395526886, -0.0015382141573354602, 0.00907184649258852, 0.016731003299355507, 0.02156478352844715, -0.03249184787273407, 0.03921488672494888, -0.03655971214175224, 0.02983667328953743, 0.04452523589134216, 0.05065255984663963, -0.029547326266765594, 0.047452736645936966, -0.05112913250923157, 0.014220502227544785, 0.02086694911122322, -0.04438907280564308, 0.020526541396975517, -0.06168174743652344, -0.0010552617022767663, 0.021411599591374397, 0.0538523867726326, 0.04861011728644371, 0.04047439247369766, 0.02226261794567108, -0.028338883072137833, 0.04530817270278931, 0.019556382670998573, -0.01884152740240097, 0.025122037157416344, 0.011037697084248066, 0.0571543350815773, -0.02180306799709797, 0.03053450770676136, 0.04452523589134216, 0.0008047434384934604, 0.04442311450839043, 0.027794230729341507, 0.010535596869885921, 0.029989855363965034, -0.028355902060866356, -0.07332366704940796, 0.016824616119265556, -0.04044035077095032, 0.0833316296339035, -0.031947195529937744, 0.011624898761510849, -0.02452632412314415, -0.03989569842815399, -0.0321003794670105, -0.029479246586561203, 0.008935683406889439, 0.0065741101279854774, -0.059128694236278534, 0.1651654690504074, -0.022483881562948227, 0.013956686481833458, 0.029564347118139267, 0.000371522328350693, 0.0184500589966774, -0.013709891587495804, 0.00796552374958992, 0.03955529257655144, 0.057052213698625565, 0.014611970633268356, -0.03975953534245491, 0.06631128489971161, -0.01776924543082714, 0.023845510557293892, -0.030330263078212738, -0.0021711583249270916, 0.0020403144881129265, 0.02136053889989853, 0.0017605423927307129, 0.030483447015285492, -0.01872238516807556, -0.03805750235915184, -0.014177951030433178, 0.07012384384870529, -0.01147171575576067, -0.03221952170133591, 0.0759788379073143, -0.013258852064609528, -0.03291735798120499, 0.02864524908363819, 0.02864524908363819, 0.05589482933282852, 0.00567628676071763, 0.0648815706372261, 0.04364017769694328, -0.007467678282409906, 0.05177590250968933, 0.009463314898312092, -0.015777863562107086, 0.03557253256440163, 0.08210616558790207, -0.03996378183364868, -0.01463750097900629, 0.03608314320445061, -0.004187006037682295, 0.023607224225997925, -0.014833235181868076, -0.011207900010049343, 0.0041529652662575245, -0.02161584421992302, -0.01188020408153534, 0.026755990460515022, 0.011522776447236538, 0.06658361107110977, -0.06246468424797058, 0.034432169049978256, -0.006888986565172672, -0.03992974013090134, -0.041427530348300934, 0.02023719623684883, 0.007467678282409906, -0.05650756135582924, 0.025002893060445786, 0.031776994466781616, 0.0619540736079216, -0.0045827291905879974, 0.005599695257842541, 0.05456724017858505, -0.07284709811210632, 0.004578473977744579, -0.028866512700915337, -0.005884786136448383, 0.019930830225348473, 0.032645031809806824, -0.018313895910978317, 0.022926410660147667, -0.03642354905605316, 0.041938140988349915, 0.007084720768034458, -0.07924675196409225, -0.0283899437636137, -0.0033785393461585045, 0.04772505909204483, 0.03165785223245621, 0.01002498622983694, 0.001556298229843378, 0.008773989975452423, 0.017199063673615456, -0.02439016103744507, -0.002166903344914317, 0.010867493227124214, -0.03992974013090134, -0.02040739916265011, -0.0013563091633841395, -0.006846435833722353, 0.05633735656738281, -0.06246468424797058, 0.01099514588713646, -0.01940319873392582, -0.014620480127632618, -0.04261895641684532, 0.016322515904903412, -0.03358114883303642, -0.03279821574687958, 0.02376040816307068, 0.0017637336859479547, 0.00808041077107191, -0.05783514678478241, -0.08360395580530167, 0.007182587403804064, 0.061545584350824356, 0.033342864364385605, 0.0862591341137886, -0.0586521252989769, -0.054533202201128006, 0.007059189956635237, 0.03395559638738632, 0.05953718349337578, 0.07271093130111694, -0.01378648355603218, -0.036695875227451324, -0.008637827821075916, -0.039282966405153275, 0.038908518850803375, -0.02599007450044155, -0.06164770573377609, -0.0247135479003191, -0.03364923223853111, 0.012978016398847103, 0.031011076644062996, 0.005263543222099543, 0.041257329285144806, 0.028985654935240746, 0.025122037157416344, -0.021088212728500366, 0.0453762523829937, -0.06498369574546814, 0.02862822823226452, 0.005633735563606024, 0.018313895910978317, 0.04728253185749054, 0.02149670198559761, 0.02350510284304619, -0.0004744422622025013, 0.06341782212257385, 0.057188376784324646, -0.016416126862168312, 0.053137533366680145, 0.011931264773011208, -0.05170782282948494, -0.038908518850803375, -0.001845644204877317, 0.003591293701902032, -0.058277677744627, -0.0531034916639328, -0.02464546635746956, 0.0046933614648878574, 0.017530960962176323, -0.018041571602225304, 0.04044035077095032, -0.00944629404693842, 0.06794523447751999, 0.01713949255645275, -0.00003763092900044285, -0.01618635281920433, -0.0017860729712992907, -0.03516404330730438, 0.04404866695404053, 0.11247047036886215, -0.0519801490008831, 0.002484970958903432, 0.0035615081433206797, -0.037887297570705414, -0.08101686835289001, -0.012492937035858631, 0.014850255101919174, -0.05140145495533943, 0.01077388133853674, 0.01242485549300909, 0.033530090004205704, 0.0045869844034314156, -0.018603242933750153, -0.045988984405994415, 0.005395451094955206, 0.04445715248584747, 0.013480116613209248, -0.05684796720743179, -0.06389439105987549, 0.06644744426012039, 0.003304075449705124, 0.01819475367665291, -0.005633735563606024, 0.08013180643320084, -0.0213775597512722, -0.06317953765392303, 0.06324762105941772, 0.044286951422691345, 0.000014892805666022468, 0.003844471415504813, 0.03072173148393631, -0.059775467962026596, -0.006259233690798283, -0.03039834462106228, 0.007480443920940161, 0.007846381515264511, 0.036151222884655, -0.01581190526485443, 0.01422901265323162, 0.03400665894150734, 0.027726149186491966, -0.023181715980172157, 0.00954841636121273, 0.05684796720743179, 0.02447526343166828, 0.014705582521855831, 0.013395015150308609, 0.02597305364906788, 0.08687186241149902, -0.026466643437743187, 0.003427472896873951, 0.016382087022066116, 0.029921775683760643, 0.010280291549861431, 0.044252909719944, -0.05592887103557587, 0.03482363745570183, -0.04316360875964165, -0.00034519395558163524, -0.06287316977977753, -0.009233539924025536, -0.0005318859475664794, -0.03439812734723091, -0.051163170486688614, -0.007161312270909548, 0.023300858214497566, -0.001742458320222795, 0.020832907408475876, -0.026024114340543747, -0.019130872562527657, 0.017250124365091324, -0.007076210342347622, 0.00010770690278150141, 0.009088866412639618, 0.021003112196922302, -0.004323168657720089, 0.03553849086165428, 0.04588686302304268, -0.02820271998643875, 0.020084012299776077, -0.04098500311374664, 0.002782827243208885, 0.04912072792649269, 0.0022381760645657778, -0.07475337386131287, -0.0531034916639328, -0.03174295276403427, 0.022603023797273636, 0.006974088493734598, -0.006259233690798283, 0.05068660154938698, -0.008765480481088161, -0.04204026237130165, -0.0862591341137886, 0.025887951254844666, -0.044729478657245636, 0.006344335153698921, -0.00627199886366725, -0.029172878712415695, -0.04115520417690277, -0.015224702656269073, -0.03477257490158081, 0.04878032207489014, -0.007020894438028336, -0.027453824877738953, -0.029479246586561203, -0.0021254161838442087, 0.022534942254424095, 0.04506988450884819, 0.011488735675811768, 0.03147062659263611, -0.03608314320445061, 0.011378103867173195, 0.0594010204076767, 0.01312268991023302, -0.026773009449243546, -0.02799847535789013, -0.00556565448641777, 0.02142862044274807, 0.01851814053952694, -0.01814369298517704, -0.08231040835380554, -0.03754689171910286, -0.0796552374958992, -0.06603895872831345, 0.0365256704390049, 0.0103313522413373, 0.01567574217915535, -0.03513000160455704, 0.037206485867500305, 0.05252479761838913, -0.010961105115711689, 0.009752660058438778, 0.010986635461449623, 0.0571543350815773, 0.04758889973163605, 0.025258198380470276, -0.014935356564819813, -0.06535813957452774, -0.057358577847480774, 0.001986062154173851, -0.04888244345784187, -0.07570651918649673, 0.012152529321610928, -0.05780110880732536, 0.04268703609704971, -0.014748132787644863, 0.031708911061286926, 0.03128340467810631, -0.04449119418859482, 0.01606721058487892, 0.01665441133081913, -0.029377123340964317, 0.014254542998969555, 0.019045772030949593, -0.0059358468279242516, 0.059196777641773224, 0.02256898395717144, 0.0549757294356823, 0.00881654117256403, 0.026211338117718697, -0.015505538322031498, -0.026636848226189613, 0.038023460656404495, -0.01519917231053114, 0.009352682158350945, -0.057426661252975464, -0.03478959575295448, 0.05133337527513504, 0.004884840454906225, 0.03686607629060745, 0.025956032797694206, 0.016518250107765198, 0.04101904109120369, -0.06069456785917282, -0.00028668652521446347, -0.001629698439501226, 0.043708257377147675, -0.06209023669362068, -0.03174295276403427, -0.014594949781894684, 0.06396247446537018, -0.010390923358500004, -0.007131526712328196, -0.057869188487529755, -0.036253344267606735, -0.033291805535554886, 0.0027700618375092745, -0.06668572872877121, -0.020254217088222504, 0.013097159564495087, -0.06814947724342346, -0.04224450886249542, -0.032015278935432434, 0.029223941266536713, 0.01890960894525051, -0.03638950735330582, -0.06729846447706223, 0.068557970225811, 0.06583471596240997, -0.04619323089718819, -0.03717244416475296, -0.06518793851137161, -0.01940319873392582, -0.004991217516362667, 0.012152529321610928, 0.012943975627422333, -0.06168174743652344, -0.06978343427181244, -0.052252475172281265, -0.0402020663022995, -0.05252479761838913, 0.026262398809194565, -0.004714637063443661, 0.027538925409317017, -0.025309260934591293, 0.026211338117718697, 0.05599695071578026, -0.04261895641684532, -0.043333809822797775, 0.050346195697784424, -0.0021828599274158478, -0.012995037250220776, 0.011607878841459751, 0.023556163534522057, 0.00424444954842329, -0.005021003074944019, 0.026126237586140633, -0.017369266599416733, -0.03601505979895592, 0.012058917433023453, 0.02585391141474247, 0.021530741825699806, -0.031130218878388405, -0.061783868819475174, -0.04935901612043381, -0.017216084524989128, -0.002778572030365467, 0.007565545383840799, 0.026126237586140633, 0.0413254089653492, -0.03450024873018265, -0.02156478352844715, -0.02112225443124771, -0.0590265728533268, -0.004342316649854183, -0.014594949781894684, -0.04166581481695175, -0.029615407809615135, 0.049393054097890854, -0.005506083369255066, -0.007067700382322073, -0.025394361466169357, -0.008084665983915329, -0.016475697979331017, -0.034347064793109894, -0.0027849546167999506, 0.015275764279067516, -0.02098609134554863, 0.050278112292289734, 0.032202500849962234, 0.002782827243208885, -0.0022594514302909374, 0.013709891587495804, -0.010093067772686481, -0.033921558409929276, -0.01756500080227852, -0.17442454397678375, 0.01257803849875927, 0.029887733981013298, -0.01674802415072918, -0.025139056146144867, -0.01593104749917984, -0.03495979681611061, -0.014237522147595882, -0.03123234212398529, -0.027589986100792885, 0.019181933254003525, -0.029683489352464676, -0.04452523589134216, 0.009369702078402042, -0.004952921997755766, -0.0287643913179636, 0.012280181981623173, 0.006280509289354086, 0.01697779819369316, -0.022807268425822258, 0.027794230729341507, 0.03867023438215256, -0.01839899830520153, 0.02270514704287052, -0.030006876215338707, 0.03489171713590622, -0.006186896935105324, 0.029428184032440186, 0.018126672133803368, 0.004095521755516529, 0.010833452455699444, -0.034993838518857956, -0.010824942030012608, 0.015539579093456268, 0.029564347118139267, 0.0398276187479496, 0.051741864532232285, 0.06542622298002243, 0.028594188392162323, 0.006501773837953806, -0.01581190526485443, -0.05405662953853607, 0.04180197790265083, -0.03533424437046051, -0.0013329061912372708, -0.05405662953853607, -0.07175779342651367, -0.053648144006729126, -0.038465991616249084, 0.007876167073845863, -0.02818569913506508, -0.04861011728644371, 0.011369593441486359, -0.019828706979751587, -0.008995254524052143, 0.00992286391556263, 0.01412689033895731, 0.0162374135106802, 0.03741072863340378, 0.032832253724336624, -0.024322079494595528, 0.011752551421523094, 0.04122328758239746, 0.03286629542708397, 0.058958493173122406, -0.019624462351202965, 0.02173498645424843, -0.044661398977041245, -0.04837183281779289, 0.010484535247087479, 0.019454259425401688, -0.007454913109540939, -0.008042115718126297, -0.009276090189814568, -0.01907981187105179, 0.009386722929775715, 0.020883969962596893, 0.00036327808629721403, -0.0024530577939003706, 0.057869188487529755, -0.021598823368549347, 0.012756751850247383, 0.04353805631399155, -0.005459276959300041, -0.021769028156995773, -0.006225192919373512, -0.023045552894473076, 0.0013169496087357402, -0.0309770368039608, -0.07904250174760818, -0.029479246586561203, -0.015735313296318054, 0.010893023572862148, -0.02098609134554863, 0.07734046876430511, -0.028730349615216255, 0.04329976812005043, -0.04159773513674736, 0.011386614292860031, 0.0038040480576455593, -0.03737668693065643, -0.022092413157224655, -0.0017786265816539526, -0.008003819733858109, 0.002044569468125701, -0.06280509382486343, -0.06226043775677681, 0.020577602088451385, 0.01188020408153534, -0.00445933174341917, 0.01662888191640377, -0.032338663935661316, -0.027862312272191048, 0.032645031809806824, -0.00808041077107191, 0.041189245879650116, 0.016850145533680916, -0.02193923108279705, 0.04786122217774391, 0.03232164308428764, 0.020066991448402405, -0.021275436505675316, -0.07332366704940796, 0.02713043801486492, -0.009352682158350945, -0.013599259778857231, -0.004782718140631914, -0.0041529652662575245, -0.012595058418810368, -0.006778354290872812, -0.016296984627842903, 0.02864524908363819, 0.060081835836172104, 0.04646555334329605, -0.021717965602874756, -0.008191043511033058, 0.024577384814620018, -0.00903780572116375, -0.01397370733320713, -0.050107911229133606, 0.06168174743652344, -0.0037806450854986906, -0.051878027617931366, 0.06777503341436386, -0.02243282087147236, 0.011420655064284801, 0.050856806337833405, 0.008556980639696121, 0.03407473862171173, 0.020952049642801285, 0.051367416977882385, -0.08251465857028961, 0.023215757682919502, -0.04581878334283829, -0.043912503868341446, 0.027862312272191048, -0.04956325888633728, -0.009276090189814568, -0.03815962374210358, -0.08911854773759842, -0.02718149870634079, -0.002504118951037526, 0.015888497233390808, -0.0002687353699002415, 0.01570127345621586, -0.03478959575295448, -0.00641667190939188, 0.014475807547569275, -0.036321427673101425, -0.024985874071717262, 0.013692871667444706, -0.0019243633141741157, 0.01261207927018404, 0.010033495724201202, -0.010637718252837658, -0.05320561304688454, 0.023300858214497566, -0.00453592324629426, -0.00298707140609622, 0.04622726887464523, -0.039282966405153275, 0.068557970225811, -0.060081835836172104, -0.005327369552105665, 0.04261895641684532, -0.0019190444145351648, 0.05038023367524147, 0.0002733893634285778, -0.023215757682919502, 0.005131635349243879, -0.024951832368969917, 0.038465991616249084, 0.048337794840335846, 0.017173532396554947, 0.007782554719597101, 0.06004779413342476, 0.036627791821956635, -0.034925758838653564, -0.006884731352329254, -0.01775222457945347, -0.004965687170624733, 0.06365610659122467, 0.008995254524052143, -0.02680705115199089, 0.03914680331945419, 0.022109434008598328, -0.03747880831360817, 0.002089248038828373, -0.007403851952403784, 0.043333809822797775, 0.02566668763756752, -0.04602302610874176, 0.0021732859313488007, -0.008773989975452423, 0.0056039500050246716, -0.03232164308428764, 0.0009786700829863548, 0.016807595267891884, -0.0519801490008831, -0.018824506551027298, -0.0413254089653492, 0.015165131539106369, -0.020152093842625618, 0.028798431158065796, -0.00936119258403778, 0.010561127215623856, -0.029751570895314217, 0.047622937709093094, -0.003123234258964658, 0.04248279333114624 ]
10,431
starlette.requests
url_for
null
def url_for(self, name: str, **path_params: typing.Any) -> str: router = self.scope["router"] url_path = router.url_path_for(name, **path_params) return url_path.make_absolute_url(base_url=self.base_url)
(self, name: str, **path_params: Any) -> str
[ 0.05128760635852814, 0.015346185304224491, -0.0326060876250267, 0.034647386521101, -0.03388189896941185, -0.017086757346987724, -0.004340036306530237, -0.009541245177388191, -0.020777495577931404, 0.0457833930850029, -0.00360644469037652, 0.002287347102537751, 0.03597787395119667, 0.002187104895710945, 0.018954908475279808, 0.009286082349717617, 0.05420374870300293, -0.009450115263462067, -0.0041942293755710125, -0.017378371208906174, 0.02921607531607151, 0.018526600673794746, 0.006078328937292099, -0.09776358306407928, -0.029817529022693634, 0.04848082363605499, -0.021287819370627403, 0.016694899648427963, -0.03696207329630852, -0.07035186886787415, -0.017022965475916862, -0.03189527988433838, 0.05044921860098839, 0.023802990093827248, 0.043414030224084854, 0.03612368181347847, -0.027648650109767914, 0.023985249921679497, -0.030273176729679108, -0.04377854987978935, 0.01973862014710903, 0.028140747919678688, 0.0030186602380126715, -0.030765274539589882, 0.07968351989984512, 0.001168734161183238, -0.02885155752301216, 0.025625579059123993, -0.04910050332546234, 0.023529602214694023, -0.01446223072707653, -0.04133627936244011, -0.038092076778411865, 0.02064991556107998, -0.004870864562690258, 0.01016092486679554, 0.0015788163291290402, 0.030473660677671432, 0.029853980988264084, 0.0063061523251235485, 0.016357721760869026, -0.05482342839241028, 0.024313315749168396, 0.0438879020512104, 0.008862330578267574, 0.023839442059397697, 0.036506425589323044, -0.012275125831365585, 0.009486567229032516, 0.030728822574019432, 0.0928790494799614, 0.05533375218510628, -0.015747154131531715, -0.00421245489269495, 0.01848103664815426, 0.007108090911060572, 0.04647597670555115, -0.010698587633669376, 0.046913400292396545, 0.02440444380044937, -0.0037636428605765104, -0.03475674241781235, -0.07403349876403809, -0.08340159803628922, -0.027903812006115913, 0.004684049636125565, -0.06532152742147446, -0.0930248573422432, 0.03698029741644859, -0.04873598739504814, 0.0077368831261992455, 0.016357721760869026, -0.036469973623752594, -0.033462703227996826, 0.05085018649697304, -0.020777495577931404, -0.00907648541033268, -0.007108090911060572, 0.051834385842084885, -0.03012736886739731, 0.05970796197652817, 0.01869974657893181, -0.04924631118774414, 0.02513347938656807, -0.01695917546749115, -0.004535964224487543, 0.04035208374261856, 0.022727664560079575, -0.029890432953834534, 0.0070853084325790405, -0.04129983112215996, 0.011837705038487911, -0.02289169654250145, -0.04115402325987816, -0.012758111581206322, -0.00042175810085609555, 0.00370668713003397, 0.01212931890040636, -0.008288215845823288, -0.010962862521409988, -0.035303518176078796, 0.021287819370627403, -0.019975557923316956, -0.0926603376865387, 0.014079486951231956, 0.05526084825396538, -0.09368099272251129, -0.01045253872871399, -0.0001329919177806005, -0.07224736362695694, 0.036105453968048096, 0.03153076022863388, -0.09681583940982819, -0.004952881019562483, 0.0006379055557772517, 0.03437399864196777, -0.009231405332684517, 0.042867254465818405, 0.005873287562280893, 0.11839527636766434, -0.027174778282642365, -0.01455335970968008, 0.020631689578294754, 0.014699166640639305, 0.0469498485326767, -0.0007398565649054945, 0.05085018649697304, 0.019137166440486908, -0.02939833328127861, -0.0009853362571448088, 0.032423827797174454, 0.03714432939887047, 0.05394858494400978, 0.047678884118795395, 0.008288215845823288, -0.007787004578858614, 0.017806679010391235, 0.016038767993450165, -0.01977507211267948, -0.019082490354776382, 0.006994178984314203, 0.016549093648791313, -0.021214917302131653, -0.022089758887887, -0.018900230526924133, -0.038711756467819214, -0.014325536787509918, 0.03395480290055275, 0.03947724029421806, 0.00389578053727746, -0.0033581173047423363, 0.031148018315434456, -0.03359028324484825, -0.0047296141274273396, 0.009468341246247292, -0.047533079981803894, -0.010835281573235989, 0.002540231216698885, 0.0465853326022625, -0.0643373355269432, 0.026664452627301216, -0.033426251262426376, -0.024896543473005295, -0.00402108347043395, 0.006634218152612448, 0.011418510228395462, -0.042320478707551956, 0.022290242835879326, -0.022071532905101776, -0.007837126031517982, -0.047897595912218094, -0.003943623509258032, 0.026354612782597542, 0.031257372349500656, 0.037581752985715866, -0.018435470759868622, 0.05970796197652817, 0.019246522337198257, 0.008479587733745575, 0.04888179153203964, 0.07242961972951889, 0.017524177208542824, -0.04151853919029236, 0.009222292341291904, 0.04188305884599686, -0.007203776389360428, 0.07374188303947449, -0.03490254655480385, 0.05507858842611313, 0.031220922246575356, -0.02495122142136097, -0.0011915165232494473, -0.026591548696160316, 0.014152390882372856, -0.019301200285553932, 0.0016676674131304026, -0.08536998927593231, -0.0006669530412182212, 0.043013062328100204, 0.030765274539589882, 0.01818942092359066, -0.07669447362422943, 0.06488411128520966, -0.012357141822576523, -0.009650600142776966, -0.030856404453516006, 0.010552780702710152, -0.035668034106492996, -0.005672803148627281, 0.01880910061299801, 0.027284132316708565, -0.06568604707717896, 0.01695917546749115, 0.006757242605090141, 0.05464116856455803, 0.0014831305015832186, -0.06010892987251282, -0.00900358147919178, -0.015993203967809677, -0.009987778961658478, -0.002246338874101639, 0.023638958111405373, -0.005946191027760506, 0.007226558867841959, 0.027685102075338364, -0.036688681691884995, -0.043268222361803055, 0.0018203090876340866, 0.008465918712317944, -0.061494097113609314, 0.026956066489219666, 0.03300705552101135, -0.03329867124557495, -0.00913116242736578, -0.014507795684039593, -0.017879581078886986, -0.05759375914931297, 0.00625603087246418, 0.027429940178990364, 0.07177349179983139, -0.0165946576744318, 0.02907026745378971, -0.004622537177056074, -0.009841972030699253, -0.019683944061398506, -0.04935566708445549, -0.07946480810642242, -0.028979139402508736, -0.051214706152677536, 0.002927531022578478, 0.04465338960289955, -0.02788558602333069, -0.010033342987298965, 0.0019239687826484442, 0.03557690605521202, -0.024714283645153046, 0.020303623750805855, 0.018253212794661522, -0.03980530798435211, -0.02198040299117565, -0.030400756746530533, -0.06328023225069046, -0.002058384707197547, -0.016731351613998413, -0.007550068199634552, 0.019902653992176056, -0.004025639966130257, -0.0013304887106642127, -0.018991360440850258, -0.010406973771750927, 0.047496628016233444, -0.02480541355907917, -0.06389991194009781, 0.0038160423282533884, -0.029307205229997635, -0.04625726863741875, 0.023839442059397697, 0.012566739693284035, 0.021342497318983078, -0.03780046105384827, -0.01859039068222046, 0.0021198969334363937, -0.037836913019418716, 0.01267609465867281, -0.03499367833137512, 0.028723977506160736, -0.01648530177772045, -0.019793298095464706, -0.0037271911278367043, 0.017815791070461273, -0.02079572156071663, -0.02444089576601982, -0.023693636059761047, 0.02538864128291607, 0.03947724029421806, 0.028013167902827263, 0.028979139402508736, 0.021579435095191002, 0.023165084421634674, 0.0443253256380558, 0.01837168075144291, 0.10556425899267197, -0.0643373355269432, -0.038310784846544266, -0.014453117735683918, -0.021105561405420303, -0.009208622388541698, 0.02506057545542717, -0.026773808524012566, 0.032350923866033554, 0.013295774348080158, 0.0022315303795039654, 0.013970131985843182, -0.036069002002477646, -0.008128739893436432, 0.02715655229985714, 0.012083753943443298, 0.037545301020145416, -0.018900230526924133, -0.024750735610723495, 0.08770290017127991, -0.007121759932488203, -0.015373524278402328, -0.003948180004954338, -0.060619253665208817, 0.05347471311688423, -0.03597787395119667, -0.01760619319975376, 0.0231468603014946, -0.07027896493673325, -0.060947321355342865, -0.030036238953471184, -0.019392330199480057, 0.0056317951530218124, -0.0030368862207978964, 0.056135691702365875, 0.02907026745378971, -0.03601432591676712, -0.008479587733745575, 0.03105688840150833, -0.010425199754536152, -0.07603834569454193, -0.01392456702888012, -0.06426443159580231, 0.018754424527287483, 0.0053766327910125256, 0.051907286047935486, 0.03300705552101135, 0.023402022197842598, 0.028432363644242287, -0.038493044674396515, -0.006224135868251324, 0.07873577624559402, 0.00060657988069579, 0.01970217004418373, -0.007531842216849327, 0.04928276315331459, -0.00788269005715847, 0.011546091176569462, -0.00807861890643835, 0.010060681961476803, 0.04111757129430771, 0.10002359747886658, -0.004911873023957014, 0.05905183032155037, -0.0701696127653122, 0.03780046105384827, 0.008857774548232555, -0.009071928448975086, -0.025771385058760643, 0.06692540645599365, -0.060619253665208817, 0.034647386521101, 0.012101979926228523, 0.0022998773492872715, -0.061530549079179764, -0.01818942092359066, 0.010224714875221252, -0.046731140464544296, 0.05544310808181763, 0.028796879574656487, 0.021725241094827652, -0.025698481127619743, 0.012894805520772934, 0.05033986270427704, -0.017405709251761436, 0.020558785647153854, 0.05023050680756569, -0.024349767714738846, 0.0019023255445063114, -0.031840600073337555, 0.031148018315434456, -0.1306430548429489, -0.009071928448975086, 0.04888179153203964, -0.020777495577931404, 0.03718078136444092, -0.01366940513253212, -0.0016950062708929181, -0.016713125631213188, 0.0032259796280413866, 0.015200378373265266, 0.04064369946718216, 0.021907499060034752, 0.06386346369981766, 0.015528444200754166, -0.0086253946647048, 0.033863674849271774, 0.022399598732590675, 0.021360723301768303, -0.026190580800175667, -0.06845638155937195, -0.037982720881700516, 0.021725241094827652, 0.051761481910943985, 0.0448356494307518, 0.05551601201295853, -0.008570716716349125, -0.023529602214694023, -0.05314664542675018, 0.007618415169417858, -0.036870941519737244, -0.016822481527924538, 0.017961598932743073, 0.02722945436835289, -0.003980075009167194, -0.06346248835325241, -0.05580762401223183, -0.044179517775774, -0.020813947543501854, -0.019683944061398506, -0.005016671493649483, -0.02473250962793827, -0.05398503690958023, -0.04016982391476631, -0.05475052446126938, -0.005285503342747688, 0.004289914853870869, -0.016111671924591064, 0.0327518954873085, 0.006215022876858711, 0.021524757146835327, 0.03543109819293022, -0.05285503342747688, 0.005358406808227301, -0.03475674241781235, -0.014361988753080368, -0.02542509324848652, -0.014945216476917267, -0.06575895100831985, 0.03266076371073723, -0.004362818319350481, -0.015965865924954414, 0.057010531425476074, -0.014188842847943306, 0.030601242557168007, -0.04968373104929924, 0.03131205216050148, 0.01630304381251335, -0.00462709367275238, -0.023566054180264473, -0.022217340767383575, 0.05008469894528389, 0.07953771203756332, -0.019829750061035156, 0.014015696942806244, -0.016102559864521027, 0.04811630770564079, -0.05321954935789108, 0.004396991804242134, -0.028158973902463913, 0.0339183509349823, -0.052125997841358185, 0.0926603376865387, -0.03395480290055275, 0.014361988753080368, -0.005777602083981037, -0.011309154331684113, -0.05103244632482529, -0.019337652251124382, 0.05340180918574333, -0.042794350534677505, 0.051105350255966187, 0.0339183509349823, -0.021360723301768303, 0.05001179873943329, 0.020959755405783653, 0.042940158396959305, -0.016530867666006088, 0.04046143963932991, 0.02524283528327942, -0.0035608799662441015, 0.02212621085345745, 0.021178465336561203, 0.019939105957746506, -0.04986599087715149, -0.02639106474816799, -0.06539443135261536, 0.018754424527287483, -0.015574009157717228, 0.027247680351138115, -0.016221027821302414, 0.0022178608924150467, 0.01032495778053999, -0.007545511703938246, 0.019939105957746506, 0.0045974766835570335, 0.06619637459516525, -0.0062651438638567924, 0.09710745513439178, 0.025261061266064644, 0.04210176691412926, 0.01392456702888012, 0.05354761704802513, 0.04082595556974411, 0.07454382628202438, -0.05070437863469124, -0.03656110167503357, -0.06211377680301666, 0.06962283700704575, 0.018681520596146584, -0.04162789508700371, -0.019228296354413033, -0.07067994028329849, -0.018754424527287483, -0.0694405809044838, 0.006037320476025343, 0.007595632690936327, 0.06962283700704575, -0.03572271391749382, -0.000258010026300326, 0.006698008626699448, -0.029926884919404984, 0.01249383669346571, 0.022217340767383575, -0.018954908475279808, -0.018790876492857933, 0.046913400292396545, -0.010926411487162113, 0.04181015491485596, -0.052526965737342834, 0.03112979233264923, 0.011865044012665749, 0.05901537835597992, -0.03976885601878166, 0.0453459732234478, 0.029197849333286285, -0.07341381907463074, -0.018125630915164948, 0.02418573386967182, -0.002537952968850732, -0.010060681961476803, 0.01209286693483591, -0.04961082711815834, 0.004150942899286747, 0.033243995159864426, 0.05354761704802513, -0.032132215797901154, 0.04093531146645546, -0.010981088504195213, -0.006410950794816017, -0.008930678479373455, 0.009308865293860435, 0.0017918312223628163, -0.03302528336644173, -0.03293415531516075, -0.019301200285553932, -0.031038662418723106, 0.004485843237489462, -0.042830802500247955, -0.021069109439849854, -0.0669618621468544, -0.027940263971686363, 0.04195595905184746, -0.00916305836290121, 0.004189672879874706, -0.042757898569107056, -0.00988753605633974, 0.022472502663731575, 0.025078801438212395, 0.0019330816576257348, 0.0010793134570121765, 0.01832611672580242, 0.052599869668483734, 0.010097133927047253, 0.016467077657580376, -0.0016995626501739025, 0.01844458468258381, -0.05941634625196457, 0.02863284759223461, 0.06889380514621735, -0.03105688840150833, 0.01866329461336136, 0.047533079981803894, -0.019720396026968956, -0.02094152942299843, -0.019282974302768707, 0.03247850760817528, 0.003982353489845991, 0.04888179153203964, 0.01832611672580242, 0.0003015812544617802, -0.038529496639966965, 0.009851085022091866, -0.033644963055849075, -0.004524573218077421, 0.038966916501522064, 0.006433733273297548, 0.002995877992361784, 0.0705341324210167, 0.004112212918698788, -0.00779156107455492, 0.009108380414545536, -0.0446169376373291, -0.01479029655456543, -0.07924609631299973, 0.02480541355907917, 0.006347160320729017, -0.03145785629749298, 0.021688789129257202, -0.056099239736795425, 0.021925725042819977, -0.02039475180208683, -0.01479029655456543, -0.03490254655480385, 0.019191844388842583, -0.010525441728532314, -0.032350923866033554, 0.01642151176929474, -0.006994178984314203, 0.037581752985715866, 0.000867437687702477, 0.055880527943372726, 0.019118940457701683, 0.056463755667209625, 0.047132108360528946, 0.003724912879988551, -0.03149430826306343, -0.024149281904101372, 0.0044653392396867275, -0.05890602245926857, -0.07756932079792023, 0.014799409545958042, -0.011783027090132236, 0.00727667985484004, 0.0000012058621905453037, -0.009504793211817741, -0.03123914636671543, -0.035886745899915695, -0.02245427668094635, -0.03692562133073807, -0.0061330064199864864, 0.000508900557179004, -0.07239317148923874, -0.006538532208651304, 0.004526851233094931, -0.011792140081524849, -0.007386035285890102, 0.00689849304035306, -0.029562367126345634, 0.02105088345706463, -0.03220511972904205, -0.03284302353858948, 0.017269015312194824, 0.07589253783226013, 0.031439632177352905, -0.010990201495587826, -0.007422486785799265, 0.055989883840084076, 0.0446169376373291, 0.0034606377594172955, -0.033827222883701324, -0.013733196072280407, -0.004588363692164421, -0.03138495236635208, 0.03765465319156647, 0.023930571973323822, -0.10126295685768127, 0.07640286535024643, 0.00002294252954015974, 0.038019172847270966, 0.024787187576293945, 0.03612368181347847, -0.024495573714375496, 0.01888200454413891, 0.010817055590450764, 0.0875570997595787, -0.0345015786588192, -0.07676737755537033, -0.024386219680309296, -0.019210070371627808, -0.07589253783226013, 0.04458048567175865, -0.0006498662987723947, 0.05540665611624718, -0.014024809934198856, -0.018198534846305847, 0.05241761356592178, -0.04377854987978935, 0.010990201495587826, 0.043049514293670654, -0.030728822574019432, 0.04162789508700371, -0.04869953542947769, 0.05099599435925484, 0.030200272798538208, -0.03167656809091568, -0.04942856729030609, 0.07060703635215759, 0.01225689984858036, -0.02994511090219021, 0.004843526054173708, 0.018991360440850258, -0.0065248627215623856, 0.04363274201750755, 0.005741150118410587, -0.0002709674881771207, -0.0457833930850029, -0.0652121752500534, -0.009978665970265865, 0.00936809927225113, 0.021907499060034752, -0.07735060900449753, -0.05376632511615753, 0.06218668073415756, 0.008165190927684307, -0.003451524768024683, 0.00933164730668068, -0.0026609774213284254, -0.006579540204256773, 0.05052212253212929, 0.004952881019562483, 0.010908185504376888, -0.02624525874853134, -0.020741043612360954, -0.07632996141910553, 0.007896360009908676, -0.03776400908827782, -0.014143277890980244, -0.00042944715823978186, -0.030254950746893883, 0.04060724750161171, 0.020558785647153854, -0.028395911678671837, 0.008816766552627087, 0.0461479127407074, -0.026318160817027092, 0.018307890743017197 ]
10,433
mongoengine.errors
ValidationError
Validation exception. May represent an error validating a field or a document containing fields with validation errors. :ivar errors: A dictionary of errors for fields within this document or list, or None if the error is for an individual field.
class ValidationError(AssertionError): """Validation exception. May represent an error validating a field or a document containing fields with validation errors. :ivar errors: A dictionary of errors for fields within this document or list, or None if the error is for an individual field. """ errors = {} field_name = None _message = None def __init__(self, message="", **kwargs): super().__init__(message) self.errors = kwargs.get("errors", {}) self.field_name = kwargs.get("field_name") self.message = message def __str__(self): return str(self.message) def __repr__(self): return f"{self.__class__.__name__}({self.message},)" def __getattribute__(self, name): message = super().__getattribute__(name) if name == "message": if self.field_name: message = "%s" % message if self.errors: message = f"{message}({self._format_errors()})" return message def _get_message(self): return self._message def _set_message(self, message): self._message = message message = property(_get_message, _set_message) def to_dict(self): """Returns a dictionary of all errors within a document Keys are field names or list indices and values are the validation error messages, or a nested dictionary of errors for an embedded document or list. """ def build_dict(source): errors_dict = {} if isinstance(source, dict): for field_name, error in source.items(): errors_dict[field_name] = build_dict(error) elif isinstance(source, ValidationError) and source.errors: return build_dict(source.errors) else: return str(source) return errors_dict if not self.errors: return {} return build_dict(self.errors) def _format_errors(self): """Returns a string listing all errors within a document""" def generate_key(value, prefix=""): if isinstance(value, list): value = " ".join([generate_key(k) for k in value]) elif isinstance(value, dict): value = " ".join([generate_key(v, k) for k, v in value.items()]) results = f"{prefix}.{value}" if prefix else value return results error_dict = defaultdict(list) for k, v in self.to_dict().items(): error_dict[generate_key(v)].append(k) return " ".join([f"{k}: {v}" for k, v in error_dict.items()])
(message='', **kwargs)
[ 0.027160199359059334, -0.000353401992470026, -0.0014893157640472054, 0.05893857777118683, 0.004906816408038139, -0.05481249839067459, 0.01746959239244461, -0.04561399295926094, 0.05299551039934158, -0.032327260822057724, 0.06173976883292198, 0.01169686671346426, 0.10652097314596176, 0.001318973139859736, 0.005550333298742771, 0.03155125677585602, -0.0065629263408482075, -0.00806288793683052, 0.02638419345021248, 0.029412508010864258, 0.021747086197137833, -0.018009010702371597, 0.014763034880161285, 0.025608187541365623, -0.01200916152447462, 0.06783425062894821, 0.02053575962781906, 0.0012976801954209805, 0.06662292778491974, -0.026933075860142708, -0.021160351112484932, -0.07146823406219482, 0.059582095593214035, 0.04792308434844017, -0.024264372885227203, -0.06590370088815689, -0.00414264015853405, 0.0063405344262719154, -0.08713976293802261, 0.023412659764289856, -0.05163276940584183, 0.07165750116109848, -0.0365290492773056, -0.01808471791446209, 0.020043659955263138, -0.03717256709933281, 0.013031217269599438, 0.05318478122353554, -0.13809116184711456, 0.00015481669106520712, 0.004764864221215248, -0.013069071806967258, 0.015889190137386322, -0.018520038574934006, 0.00358666037209332, -0.012293065898120403, -0.007655958645045757, 0.04262353107333183, -0.0017365493113175035, -0.03895169869065285, -0.015794554725289345, 0.054244689643383026, -0.001407693256624043, -0.021349620074033737, -0.011072276160120964, -0.013031217269599438, 0.00021751226449850947, -0.03401176258921623, -0.01161169447004795, 0.000029166752938181162, -0.018132034689188004, 0.014611619524657726, -0.01417629886418581, 0.011441351845860481, 0.023261243477463722, -0.014602155424654484, -0.05984707176685333, 0.02676273323595524, 0.0598849281668663, -0.04065512865781784, 0.01112905703485012, 0.025418918579816818, -0.034636352211236954, 0.006032971199601889, 0.05969565734267235, -0.01581348106265068, 0.005086622666567564, 0.04746883735060692, 0.06908342987298965, 0.0074572255834937096, -0.04758239910006523, -0.0007765971822664142, -0.03238404169678688, -0.004386324901133776, -0.05129208415746689, 0.02432115375995636, -0.015368698164820671, -0.030604908242821693, -0.028049767017364502, 0.0143844960257411, 0.05360117182135582, 0.03268687427043915, -0.011649549007415771, 0.04205572232604027, 0.02842830680310726, 0.012103796005249023, -0.024169737473130226, -0.05212486907839775, 0.0752914771437645, -0.005086622666567564, -0.0467117577791214, -0.028674356639385223, -0.04512189328670502, 0.058446478098630905, 0.0038800283800810575, -0.04565184563398361, 0.00439342251047492, -0.04557614028453827, -0.003615050809457898, -0.01928658038377762, 0.07722202688455582, -0.042320702224969864, -0.0691591426730156, 0.025191795080900192, 0.037967499345541, 0.020195074379444122, -0.003167901188135147, 0.012198430486023426, 0.06090698391199112, -0.04326704889535904, 0.0003448257048148662, 0.002376517513766885, 0.010892470367252827, -0.011905062943696976, 0.027065563946962357, 0.030226368457078934, 0.019002676010131836, 0.008067619986832142, -0.06749356538057327, 0.010618029162287712, 0.003882394405081868, 0.028712211176753044, 0.03168374300003052, 0.009170115925371647, -0.025475699454545975, -0.046143949031829834, -0.02928001992404461, 0.03596124053001404, 0.0010888921096920967, 0.03792964294552803, -0.007438298314809799, -0.02856079488992691, 0.048453036695718765, -0.02483218163251877, -0.010551785118877888, -0.030150659382343292, -0.04447837546467781, -0.06802352517843246, 0.0345795713365078, -0.03100237436592579, 0.00412607891485095, -0.044629789888858795, 0.020138293504714966, -0.03448493406176567, 0.037967499345541, 0.06749356538057327, 0.03247867897152901, -0.1056881919503212, -0.018340231850743294, 0.034636352211236954, -0.022958412766456604, -0.0005627815844491124, -0.014498057775199413, 0.040465857833623886, -0.076199971139431, 0.05659163370728493, 0.02873113751411438, 0.05212486907839775, -0.026819514110684395, 0.011753647588193417, 0.011365644633769989, 0.023620856925845146, -0.0011078191455453634, 0.010618029162287712, 0.019173018634319305, 0.05397971346974373, -0.06003634259104729, 0.03880028426647186, 0.03554484620690346, 0.02890148013830185, 0.02095215395092964, -0.010021829977631569, 0.0215956699103117, -0.004622912034392357, -0.052579116076231, 0.02280699647963047, -0.03242189809679985, -0.03384141996502876, 0.09630041569471359, 0.03554484620690346, -0.08925957977771759, 0.045273307710886, -0.018103644251823425, 0.0179427657276392, -0.03573411703109741, 0.00864489283412695, -0.030775250867009163, -0.024605058133602142, -0.06552516669034958, -0.01940014213323593, 3.419422966999264e-7, 0.006875221151858568, -0.023999394848942757, -0.02859864942729473, 0.045386869460344315, -0.07725988328456879, 0.06870489567518234, -0.011961843818426132, -0.02256094664335251, 0.033784639090299606, 0.07472366839647293, -0.00239899312146008, 0.04213143140077591, -0.04674961045384407, 0.012028087861835957, 0.011905062943696976, 0.01925818994641304, -0.004954134114086628, -0.004438374191522598, -0.008734796196222305, 0.008947724476456642, 0.002718385774642229, -0.03238404169678688, -0.0021671378053724766, -0.0119713069871068, 0.0023244682233780622, 0.04092010483145714, -0.04663604870438576, 0.08517135679721832, -0.00540838111191988, -0.013759905472397804, -0.006667024455964565, -0.030018171295523643, 0.022901631891727448, 0.0039722975343465805, -0.05064856633543968, 0.008025034330785275, -0.006827903911471367, -0.061512645334005356, -0.016551634296774864, -0.03633977845311165, 0.01677875779569149, 0.00253148190677166, 0.011498132720589638, 0.06529804319143295, -0.015832409262657166, -0.02545677125453949, -0.024926817044615746, 0.06090698391199112, 0.0061370693147182465, 0.06314036250114441, 0.013182633556425571, -0.010807299055159092, 0.051519207656383514, -0.0020370150450617075, -0.05204916372895241, 0.007944595068693161, 0.012766240164637566, 0.013494928367435932, 0.07669207453727722, 0.10069146752357483, 0.030604908242821693, 0.012122723273932934, 0.02524857595562935, -0.03361429646611214, 0.015510650351643562, -0.020365417003631592, 0.04724171385169029, 0.0009883425664156675, -0.007338931784033775, -0.014299324713647366, -0.03244082257151604, 0.007760056760162115, 0.021747086197137833, 0.07483723014593124, -0.0005133940139785409, -0.04621965438127518, -0.0159175805747509, -0.011961843818426132, 0.02146318182349205, 0.020554687827825546, -0.04379700496792793, 0.023753345012664795, -0.023204462602734566, -0.06764498353004456, -0.02108464203774929, -0.029166458174586296, -0.03902740776538849, -0.0172235406935215, -0.041147228330373764, 0.009600704535841942, 0.09039519727230072, 0.06264826655387878, 0.0195704847574234, -0.016551634296774864, -0.022333823144435883, -0.01904999278485775, 0.0008049876196309924, 0.013031217269599438, -0.045424722135066986, -0.02435900829732418, 0.024642912670969963, -0.019816536456346512, 0.041942160576581955, 0.015340307727456093, 0.0036765635013580322, 0.005649699829518795, -0.020554687827825546, -0.009236359968781471, 0.040011610835790634, 0.02222026139497757, 0.004118981305509806, 0.009378313086926937, -0.055796701461076736, 0.012084868736565113, -0.06056629866361618, 0.026952002197504044, 0.007717471104115248, -0.00019326209439896047, 0.007499811239540577, 0.013296195305883884, -0.0645788162946701, -0.014857670292258263, 0.030548127368092537, 0.0001207333552883938, -0.04069298133254051, 0.032951850444078445, -0.0665472224354744, 0.004883157555013895, -0.038875993341207504, -0.005673358682543039, -0.02490789070725441, -0.00742410309612751, -0.05598597228527069, -0.04743098095059395, -0.031740523874759674, -0.01919194497168064, -0.0013414488639682531, -0.0057064807042479515, -0.025589261204004288, 0.003406854346394539, 0.0202897097915411, -0.017895448952913284, -0.04667390510439873, -0.02452935092151165, -0.05027002841234207, -0.05859789252281189, -0.03800535202026367, 0.02125498466193676, 0.025551406666636467, 0.04455408453941345, 0.007892545312643051, -0.035506993532180786, -0.04281280189752579, 0.0030590712558478117, 0.008734796196222305, -0.025608187541365623, -0.020308636128902435, 0.0021553083788603544, 0.002716019982472062, 0.0056828223168849945, -0.007286882493644953, 0.006856294348835945, -0.04417554289102554, 0.007987180724740028, -0.002557506551966071, 0.005294819362461567, 0.051140666007995605, -0.06749356538057327, -0.009737924672663212, 0.05045929551124573, -0.025172866880893707, -0.012879801914095879, -0.016248801723122597, -0.017479054629802704, -0.036812953650951385, 0.008119669742882252, 0.003615050809457898, 0.016002751886844635, 0.04322919622063637, -0.014800889417529106, -0.019627265632152557, 0.014611619524657726, 0.005048768594861031, -0.02494574338197708, -0.04095795750617981, -0.006704878527671099, -0.028712211176753044, -0.030548127368092537, -0.03713471069931984, -0.001951843616552651, 0.0357530415058136, -0.06768283993005753, 0.011034422554075718, 0.03633977845311165, 0.020592540502548218, 0.008010839112102985, 0.0331411212682724, 0.0014550106134265661, 0.07987180352210999, 0.02776586264371872, -0.020990008488297462, 0.03948165476322174, -0.05784081295132637, 0.005091354250907898, -0.01870930753648281, -0.0009422081056982279, 0.0075944457203149796, -0.020403271540999413, -0.004163932986557484, -0.02066824957728386, 0.020138293504714966, 0.05515318363904953, 0.02591102011501789, -0.01150759682059288, -0.021482108160853386, -0.05678090453147888, 0.003792491275817156, 0.01829291507601738, 0.051519207656383514, -0.008517135865986347, -0.0011681488249450922, -0.03531772270798683, -0.06295109540224075, -0.007386249490082264, -0.08138596266508102, -0.028920406475663185, 0.013599026948213577, 0.023999394848942757, 0.04493262246251106, 0.05333619564771652, 0.007490347605198622, 0.09334781020879745, 0.0345795713365078, 0.03141876682639122, 0.00995558500289917, -0.001333168358542025, 0.03259224072098732, -0.010958714410662651, 0.036812953650951385, 0.05905213952064514, 0.015860799700021744, 0.044289104640483856, -0.034844547510147095, -0.008796308189630508, 0.009179579094052315, -0.0378350093960762, -0.04402412846684456, -0.0037049539387226105, 0.007996643893420696, 0.00253148190677166, 0.05515318363904953, -0.01736549288034439, -0.02218240685760975, -0.07260385155677795, -0.02456720545887947, 0.02784156985580921, 0.029961390420794487, -0.0016667561139911413, 0.03662368282675743, -0.009870413690805435, -0.0002951424103230238, 0.001463291235268116, 0.0128514114767313, -0.02381012588739395, 0.014980695210397243, 0.024623986333608627, -0.04050371050834656, -0.030888812616467476, -0.04599253088235855, 0.06832635402679443, -0.004729376174509525, 0.007750593591481447, -0.04917226359248161, 0.022277042269706726, -0.023715490475296974, -0.0022132722660899162, 0.006879952736198902, -0.0440998338162899, 0.03910311684012413, -0.03238404169678688, -0.009401971474289894, -0.013788295909762383, -0.007561323698610067, -0.01573777385056019, -0.052579116076231, -0.017829203978180885, 0.05447181314229965, -0.003981760703027248, -0.04334275797009468, 0.020649321377277374, -0.034636352211236954, 0.017166759818792343, 0.00045661311014555395, 0.05432039871811867, -0.023053046315908432, 0.01778188720345497, 0.016892319545149803, 0.06344319880008698, -0.04591682553291321, -0.052692677825689316, 0.026952002197504044, 0.020043659955263138, 0.029431436210870743, -0.050686419010162354, -0.04485691338777542, -0.05106496065855026, 0.01953263022005558, 0.028163328766822815, 0.008100742474198341, -0.021065715700387955, 0.05371473357081413, -0.012359309941530228, 0.005318478215485811, 0.00677112303674221, 0.03162696212530136, -0.006260094698518515, -0.014819815754890442, 0.022239187732338905, -0.013371902517974377, 0.01558635849505663, -0.0038800283800810575, 0.08994095027446747, 0.0001465361419832334, -0.048453036695718765, 0.05098925158381462, 0.005824774503707886, 0.004480959847569466, -0.010561248287558556, 0.04455408453941345, 0.050421442836523056, 0.10667239129543304, -0.014971232041716576, -0.026138143613934517, 0.009870413690805435, 0.00694146566092968, -0.008294743485748768, -0.005162330344319344, -0.038667794317007065, -0.0019837827421724796, 0.009983975440263748, 0.039633072912693024, 0.051519207656383514, -0.004878425970673561, -0.025721749290823936, 0.032156918197870255, -0.0072584920562803745, 0.016598951071500778, 0.083505779504776, -0.02797405794262886, 0.017109978944063187, -0.042774949222803116, 0.008081815205514431, -0.0551910400390625, -0.006454096175730228, 0.017592616379261017, 0.01701534353196621, -0.006491950247436762, -0.035185232758522034, 0.02049790695309639, -0.03342502564191818, 0.029961390420794487, 0.008332598023116589, 0.0172897856682539, 0.036775097250938416, 0.012775703333318233, -0.05560743063688278, 0.009690607897937298, 0.03100237436592579, -0.00945875234901905, 0.05526674538850784, -0.01338136661797762, 0.05450966954231262, -0.03351965919137001, 0.017308712005615234, 0.014668400399386883, -0.003648173063993454, 0.012681068852543831, -0.016078459098935127, -0.028825772926211357, -0.028030838817358017, -0.04640892520546913, -0.03285721689462662, -0.00947294756770134, 0.05644021928310394, 0.044289104640483856, 0.005957263056188822, -0.032611165195703506, -0.04474335163831711, -0.03024529479444027, -0.03611265495419502, -0.005195452831685543, -0.013438147492706776, -0.02208777144551277, -0.004175762180238962, -0.028163328766822815, 0.0566294901072979, 0.030510272830724716, 0.04379700496792793, 0.02990460954606533, -0.011517059989273548, -0.036396559327840805, -0.023374805226922035, -0.029223239049315453, -0.033708930015563965, -0.07184676826000214, -0.028996115550398827, 0.058105792850255966, -0.0004903267836198211, -0.02893933467566967, 0.014318251051008701, -0.01605953276157379, -0.020478978753089905, 0.036566901952028275, -0.02928001992404461, 0.03789179027080536, 0.009813632816076279, -0.01915409229695797, -0.0715060830116272, -0.05314692482352257, -0.008214304223656654, 0.03821354731917381, 0.006539267487823963, -0.07650280743837357, -0.030964519828557968, 0.01691124588251114, 0.058030083775520325, 0.011753647588193417, 0.024207592010498047, 0.05185989290475845, -0.024642912670969963, -0.04629536345601082, -0.08509565144777298, 0.05061071366071701, -0.08184020966291428, 0.0948619619011879, 0.011157447472214699, -0.09857165068387985, 0.0730580985546112, -0.009364117868244648, 0.0008942992426455021, 0.1136375144124031, -0.008853089064359665, -0.05466108396649361, -0.005242770072072744, 0.06067986041307449, 0.00573487114161253, -0.04447837546467781, -0.02318553626537323, 0.03495810925960541, 0.04561399295926094, -0.047014590352773666, -0.004939938895404339, -0.07752486318349838, 0.04724171385169029, 0.013958638533949852, 0.05666734278202057, 0.0009676412446424365, 0.01863360032439232, 0.022485237568616867, -0.035601627081632614, -0.006307411938905716, 0.008484013378620148, 0.006075556855648756, -0.030339930206537247, 0.041601475328207016, 0.0166368056088686, -0.010826225392520428, -0.03531772270798683, -0.038156766444444656, 0.011961843818426132, 0.04898299276828766, -0.07725988328456879, 0.011706329882144928, -0.04356988146901131, 0.004175762180238962, 0.0002883405250031501, 0.05481249839067459, 0.012898729182779789, -0.039633072912693024, -0.04981578141450882, 0.0083184028044343, -0.011668476276099682, 0.0113183269277215, -0.07464796304702759, -0.03936809301376343, 0.026119215413928032, 0.007088149432092905, 0.01833076775074005, 0.015122647397220135, -0.004223079886287451, -0.009586509317159653, 0.03266794607043266, 0.009600704535841942, -0.002559872344136238, 0.004445471800863743, -0.03649119287729263, -0.017270857468247414, -0.006349997594952583, -0.00795879028737545, 0.06821279227733612, 0.0624968484044075, 0.020062586292624474, -0.0825972855091095, -0.01642860844731331, -0.04099581390619278, 0.08782113343477249, 0.0357530415058136, -0.03480669483542442, -0.023299098014831543, 0.031608037650585175, 0.04508403688669205, -0.008200109004974365, -0.009718998335301876, -0.02187957428395748, 0.013352976180613041, -0.004497520625591278, -0.0700676366686821, 0.008479281328618526, -0.0405794195830822, 0.023412659764289856, 0.05280623957514763, -0.03533665090799332, 0.024226518347859383, 0.0038918578065931797, -0.021690305322408676, -0.050724275410175323, -0.06563872843980789, 0.019002676010131836, 0.02532428316771984, 0.048074498772621155, 0.043872710317373276, -0.025343209505081177, 0.001432534889318049, -0.06673648953437805, 0.019589411094784737, 0.017479054629802704, 0.05326048657298088, -0.003988858312368393, -0.00950607005506754, 0.00523803848773241, -0.008564452640712261, -0.04913441091775894, 0.01486713346093893, -0.009170115925371647, -0.022863777354359627, 0.05030788108706474, -0.004100054502487183, 0.017516909167170525, -0.012510726228356361, 0.004286958370357752, -0.027822643518447876, -0.02083859220147133, 0.048415184020996094, 0.004201787058264017, 0.051897745579481125, -0.02339373342692852, 0.03685080632567406 ]
10,434
mongoengine.errors
__getattribute__
null
def __getattribute__(self, name): message = super().__getattribute__(name) if name == "message": if self.field_name: message = "%s" % message if self.errors: message = f"{message}({self._format_errors()})" return message
(self, name)
[ 0.018109746277332306, -0.014965755864977837, 0.050994426012039185, 0.04645108804106712, -0.009713657200336456, -0.08134392648935318, 0.05880896747112274, -0.04212583228945732, 0.09864495694637299, -0.05760952830314636, 0.015629082918167114, -0.002623777836561203, 0.010349724441766739, -0.012357879430055618, 0.018591338768601418, 0.04179871082305908, 0.01879124715924263, -0.02611510641872883, 0.01775536499917507, 0.040272150188684464, 0.025606254115700722, -0.008468782529234886, -0.020917529240250587, -0.00985904410481453, 0.013421020470559597, 0.1056235209107399, 0.01587442308664322, 0.003877738956362009, 0.07778194546699524, -0.006051726173609495, -0.05655547231435776, -0.03747345134615898, 0.01440238207578659, 0.0411808155477047, -0.011894458904862404, 0.016383277252316475, -0.0606626495718956, -0.028259562328457832, -0.10802240669727325, 0.0014163856394588947, 0.03225770220160484, 0.014484161511063576, -0.06782294809818268, -0.015320136211812496, 0.025606254115700722, -0.06331595778465271, -0.003964062314480543, 0.09035790711641312, -0.05935416743159294, 0.013339241035282612, 0.001333469757810235, 0.0660783126950264, -0.01094035804271698, -0.00019266593153588474, -0.06749583035707474, -0.014120695181190968, 0.01847321353852749, 0.019136540591716766, -0.03071296587586403, 0.037618838250637054, -0.061280544847249985, 0.0005091378116048872, 0.004082189407199621, -0.030622098594903946, -0.07000375539064407, -0.06455174833536148, 0.05339330807328224, 0.008300678804516792, -0.0026555811055004597, 0.025969721376895905, 0.022716689854860306, -0.02209879644215107, -0.048813626170158386, 0.015856249257922173, 0.023407278582453728, 0.011521905660629272, -0.009063959121704102, 0.005801842547953129, 0.04321623221039772, -0.030204111710190773, 0.027914268895983696, 0.01890028640627861, -0.06487886607646942, -0.022880250588059425, -0.011676378548145294, -0.054411016404628754, -0.04390681907534599, -0.022116970270872116, 0.002557899337261915, -0.013984394259750843, -0.038418468087911606, -0.006210742983967066, 0.004600130021572113, 0.07538306713104248, -0.07443805038928986, -0.013302894309163094, 0.007846345193684101, -0.028150523081421852, 0.03594689071178436, 0.05811838060617447, 0.03632853180170059, 0.026878388598561287, 0.03391147404909134, -0.03532899543642998, 0.04343431070446968, -0.03363887593150139, -0.0037232656031847, -0.04750514402985573, 0.07676424086093903, -0.019354620948433876, 0.01620154269039631, -0.03714633360505104, -0.040381189435720444, 0.03218500688672066, 0.007628264836966991, -0.020517714321613312, -0.015138402581214905, -0.02973160520195961, 0.0044524711556732655, -0.009368362836539745, 0.03725537285208702, 0.0028532163705676794, -0.008800446055829525, -0.05491987243294716, 0.009759089909493923, 0.04568780958652496, -0.027369068935513496, -0.03671017289161682, 0.1186356469988823, -0.04110812395811081, -0.029059190303087234, -0.009295669384300709, 0.012366966344416142, -0.037073638290166855, 0.03238491341471672, 0.016446884721517563, 0.05263002961874008, 0.022062450647354126, 0.052884455770254135, 0.09413796663284302, 0.01820061169564724, 0.04125351086258888, 0.040381189435720444, -0.035020049661397934, 0.009200260043144226, -0.045360688120126724, 0.07047626376152039, 0.04554242268204689, -0.01635601744055748, -0.023897958919405937, 0.024515852332115173, 0.03407503664493561, -0.01560182310640812, -0.012339706532657146, 0.02929544448852539, 0.03925444185733795, -0.05713701993227005, -0.049467865377664566, -0.007710044737905264, -0.003791415598243475, -0.0022943858057260513, -0.053211577236652374, -0.031712498515844345, -0.03236674144864082, 0.07763656228780746, 0.03632853180170059, 0.06469713151454926, -0.03976329416036606, 0.018972979858517647, 0.05193944275379181, -0.06916777789592743, -0.010840404778718948, -0.004098090808838606, 0.07280244678258896, -0.01879124715924263, 0.09333834052085876, -0.017373723909258842, 0.03710998594760895, 0.0017412343295291066, -0.013393760658800602, 0.002204654738306999, 0.007914494723081589, 0.00594268599525094, 0.0509217344224453, 0.04165332391858101, -0.01754637248814106, -0.005070365499705076, -0.008686861954629421, 0.005820015911012888, 0.012612306512892246, 0.036528438329696655, -0.006910417228937149, 0.0073056877590715885, 0.022662170231342316, -0.02291659638285637, 0.008764099329710007, 0.03527447581291199, -0.05426562950015068, 0.08250702172517776, 0.02940448373556137, -0.04328892379999161, 0.03987233340740204, -0.06982202082872391, 0.06629639118909836, -0.012203406542539597, -0.004254836123436689, 0.05615565925836563, 0.00020203656458761543, -0.06113515794277191, -0.02475210651755333, -0.040962737053632736, 0.025915199890732765, 0.008191638626158237, 0.027369068935513496, 0.021480903029441833, -0.043034497648477554, 0.033766087144613266, -0.00029332927078939974, -0.0055156126618385315, 0.05815472826361656, 0.05844550207257271, -0.01928192749619484, 0.034747447818517685, -0.018609512597322464, -0.01302120741456747, 0.03345714136958122, 0.02696925401687622, -0.027332721278071404, -0.033984169363975525, 0.022444089874625206, -0.010749537497758865, 0.036801040172576904, -0.017291944473981857, 0.048195730894804, -0.0774184837937355, 0.038636546581983566, -0.02502470649778843, -0.03293011337518692, -0.026024241000413895, -0.0015560933388769627, 0.00031405824120156467, -0.03656478598713875, -0.02177167683839798, 0.09079407155513763, 0.053429655730724335, -0.1261957585811615, -0.019154712557792664, 0.05008576065301895, -0.029041016474366188, 0.036746516823768616, -0.023007463663816452, 0.037982307374477386, -0.04517895355820656, 0.012866733595728874, -0.009150282479822636, -0.0471053309738636, -0.012348792515695095, -0.027696188539266586, 0.04906805232167244, -0.012430572882294655, -0.02046319469809532, -0.03352983668446541, -0.029749777168035507, 0.005415658932179213, 0.02073579467833042, -0.034911010414361954, -0.001985438633710146, 0.007369294296950102, -0.021353688091039658, 0.0595722496509552, 0.10787701606750488, -0.003296191804111004, -0.02658761478960514, 0.009200260043144226, -0.010222510434687138, -0.03747345134615898, -0.031548939645290375, 0.045796848833560944, -0.006660533603280783, -0.024134211242198944, 0.011994412168860435, -0.00022645700664725155, 0.014475075528025627, 0.028186868876218796, 0.011412865482270718, -0.037509799003601074, 0.02404334582388401, -0.04645108804106712, -0.0335661806166172, 0.013393760658800602, 0.013630013912916183, -0.014393295161426067, -0.011312912218272686, -0.006278893444687128, -0.010158903896808624, -0.05601027235388756, 0.03443850204348564, 0.022934770211577415, -0.000046782184654148296, -0.024770278483629227, 0.0009330880711786449, 0.04125351086258888, -0.022898424416780472, -0.007042174227535725, -0.05324792116880417, -0.028132349252700806, -0.014029827900230885, 0.00030979886651039124, -0.024406813085079193, -0.017637237906455994, -0.022444089874625206, 0.07545576244592667, -0.028350429609417915, 0.02686021476984024, 0.050231147557497025, 0.08548744767904282, 0.033002808690071106, 0.014611375518143177, 0.006796833593398333, 0.04815938323736191, 0.020063381642103195, -0.036201316863298416, -0.038054998964071274, 0.025097399950027466, -0.016937565058469772, -0.02209879644215107, -0.008818618953227997, 0.02020876854658127, 0.02322554402053356, 0.010304290801286697, -0.012612306512892246, -0.02344362437725067, -0.0034938270691782236, -0.06527867913246155, -0.04423394054174423, 0.029695257544517517, 0.02855033613741398, -0.024025171995162964, -0.0007678241236135364, -0.01370270736515522, 0.0073056877590715885, 0.0007950841682031751, -0.03578333184123039, 0.0045705982483923435, -0.04608762264251709, -0.009332016110420227, -0.011149351485073566, 0.03145807236433029, 0.055646803230047226, -0.0017730377148836851, -0.03698277100920677, -0.0682591125369072, -0.027114640921354294, -0.007610091473907232, -0.009586443193256855, -0.04677820950746536, -0.03640122339129448, -0.0031848798971623182, 0.0057382360100746155, 0.0676775649189949, -0.01169455237686634, -0.01988164708018303, 0.03267568722367287, -0.01307572703808546, -0.02989516407251358, 0.020426848903298378, -0.021081088110804558, 0.0536113902926445, 0.022680344060063362, -0.013875354081392288, -0.01689213141798973, 0.019899820908904076, 0.005002215038985014, -0.057427793741226196, -0.04456105828285217, 0.047250717878341675, 0.014865802600979805, -0.000774639134760946, -0.04477914050221443, -0.0324939526617527, 0.03660112991929054, -0.024933839216828346, -0.06295249611139297, 0.041398897767066956, 0.00015788100427016616, 0.027260027825832367, 0.00111368577927351, 0.0069921971298754215, 0.02128099650144577, 0.021153781563043594, -0.025533560663461685, -0.04623300954699516, 0.018064312636852264, 0.007691871374845505, -0.055210646241903305, -0.03578333184123039, -0.03174884617328644, -0.0384548120200634, -0.009304756298661232, -0.014847628772258759, -0.023752572014927864, 0.003362070070579648, -0.036637477576732635, -0.005479265935719013, -0.0032598450779914856, 0.038527507334947586, -0.014202474616467953, 0.08083507418632507, 0.0010682523716241121, 0.03173067420721054, 0.021081088110804558, 0.0060880728997290134, -0.02193523570895195, -0.04848650470376015, 0.040381189435720444, -0.018182439729571342, 0.009177543222904205, -0.01188537199050188, -0.0027441761922091246, 0.02084483578801155, -0.045360688120126724, 0.022825730964541435, 0.0192274060100317, -0.004879544954746962, -0.027387242764234543, 0.023407278582453728, -0.046487435698509216, 0.01560182310640812, 0.052775416523218155, 0.04597857967019081, -0.03867289423942566, 0.017201077193021774, -0.02209879644215107, 0.0008041708497330546, 0.026278667151927948, -0.052666373550891876, -0.02529730647802353, -0.018336912617087364, -0.051212508231401443, 0.0030962848104536533, 0.009868130087852478, -0.013239286839962006, 0.03987233340740204, 0.031221820041537285, -0.02718733437359333, -0.012421485967934132, -0.03283924609422684, 0.016801264137029648, -0.016774004325270653, -0.028350429609417915, 0.024061517789959908, 0.032203178852796555, -0.026351360604166985, -0.019136540591716766, 0.0005273111746646464, -0.002564714290201664, -0.04739610105752945, -0.09799071401357651, 0.01058597769588232, -0.013520973734557629, -0.05611931160092354, 0.081271231174469, -0.0665871649980545, 0.05644643306732178, -0.013748141005635262, -0.010876751504838467, 0.012312445789575577, 0.011349258944392204, -0.049104396253824234, -0.00845060870051384, 0.013012120500206947, -0.01667405106127262, -0.003575606970116496, 0.004377506207674742, -0.011249304749071598, 0.013239286839962006, -0.02864120341837406, 0.013802661560475826, -0.03998137637972832, -0.03280290216207504, 0.0006127827218733728, -0.006760486867278814, -0.014256995171308517, -0.041944097727537155, 0.04841380938887596, -0.004263922572135925, 0.013929874636232853, 0.05372042953968048, 0.009722743183374405, 0.0025987892877310514, -0.006247089710086584, 0.04401585832238197, 0.011321998201310635, 0.00463193329051137, -0.018127918243408203, -0.015683602541685104, 0.0031076432205736637, -0.023261891677975655, -0.00866868905723095, 0.029822470620274544, -0.03540169075131416, -0.06676889955997467, 0.006660533603280783, 0.009586443193256855, 0.010831317864358425, -0.02675117552280426, 0.03256664797663689, 0.041398897767066956, 0.12263378500938416, -0.028623029589653015, -0.0012107995571568608, 0.029331790283322334, -0.012585046701133251, 0.025987893342971802, 0.004756874870508909, -0.0937018021941185, -0.014502335339784622, 0.023243717849254608, -0.004322986118495464, -0.002589702606201172, 0.018664032220840454, -0.0008842471870593727, -0.09159369766712189, -0.041835058480501175, -0.01631058380007744, 0.04099908471107483, 0.021153781563043594, 0.010767711326479912, -0.020699448883533478, 0.013284720480442047, 0.013193854130804539, 0.012966686859726906, 0.03640122339129448, 0.048559196293354034, -0.016601357609033585, 0.06749583035707474, -0.11151169240474701, 0.043579697608947754, -0.08941289037466049, -0.0016106133116409183, 0.04070831090211868, 0.01906384713947773, -0.0167921781539917, -0.011721812188625336, -0.0411808155477047, -0.022571302950382233, -0.04895900934934616, 0.0390000157058239, 0.007392011117190123, -0.06807737797498703, -0.04317988455295563, 0.0008479004609398544, -0.06400654464960098, -0.053756777197122574, -0.0014595473185181618, -0.00048301363131031394, -0.025897027924656868, 0.03016776405274868, 0.03571063652634621, 0.022625824436545372, -0.00841880589723587, -0.00875046942383051, 0.05422928184270859, 0.012466919608414173, -0.02573346719145775, 0.009468317031860352, -0.02789609506726265, 0.03323906287550926, -0.058082032948732376, -0.002691927831619978, -0.02855033613741398, 0.017092037945985794, -0.005706432741135359, 0.05117616057395935, 0.03307550027966499, 0.030022377148270607, 0.028132349252700806, 0.04521530121564865, -0.019318273290991783, 0.04986767843365669, 0.005352052394300699, -0.009041243232786655, 0.016555923968553543, -0.0077145881950855255, -0.04023580253124237, -0.0018911644583567977, -0.019354620948433876, 0.004670551512390375, -0.0039481609128415585, 0.019372792914509773, -0.07836349308490753, -0.06124419718980789, 0.009722743183374405, -0.009795436635613441, 0.040599267929792404, 0.03834577277302742, 0.007292057853192091, -0.02398882433772087, -0.016701310873031616, 0.007414727937430143, -0.022062450647354126, 0.02079031430184841, -0.01814609207212925, 0.07618269324302673, -0.007096694316715002, -0.010558717884123325, 0.013639100827276707, 0.04397951439023018, -0.010931271128356457, 0.07451074570417404, -0.012503266334533691, 0.004039027728140354, -0.021081088110804558, 0.009759089909493923, -0.0007894050213508308, -0.025497213006019592, 0.01267591305077076, 0.015638168901205063, 0.03812769427895546, -0.03489283472299576, -0.0038641090504825115, 0.004175327718257904, -0.03238491341471672, 0.024952013045549393, -0.02037232741713524, 0.006097159814089537, 0.004784135147929192, -0.03605592995882034, -0.0671687126159668, -0.03558342531323433, -0.0189548060297966, 0.05659181997179985, 0.01281221304088831, -0.06451540440320969, -0.019263753667473793, 0.011667292565107346, 0.03109460510313511, 0.020699448883533478, -0.01107665803283453, -0.016474144533276558, 0.007232994306832552, -0.023043811321258545, -0.06382481008768082, -0.027714362367987633, -0.07080338150262833, 0.10598699003458023, -0.03391147404909134, -0.08345203101634979, 0.022189663723111153, -0.03932713344693184, -0.0170556902885437, 0.014247908256947994, -0.010604151524603367, 0.030349498614668846, 0.061934784054756165, -0.008832248859107494, -0.027005601674318314, 0.046487435698509216, -0.010876751504838467, -0.03076748549938202, -0.031548939645290375, -0.04677820950746536, 0.016346929594874382, -0.019699914380908012, 0.03296646103262901, 0.0019161528907716274, -0.003057666588574648, -0.03407503664493561, 0.022407744079828262, -0.07073068618774414, -0.005442919209599495, 0.06266172230243683, -0.01684669777750969, -0.01944548636674881, -0.023479972034692764, 0.02209879644215107, 0.035674288868904114, -0.03283924609422684, 0.042925458401441574, -0.02480662614107132, 0.05880896747112274, 0.014665895141661167, -0.04786860942840576, 0.03943617641925812, 0.04176236316561699, 0.0010631411569193006, 0.028931977227330208, 0.031112778931856155, 0.02095387503504753, -0.029331790283322334, -0.050449226051568985, -0.06357038766145706, -0.02713281475007534, 0.01386626809835434, 0.001013164408504963, -0.007242080755531788, 0.015801729634404182, -0.0010165718849748373, -0.008995809592306614, 0.009073046036064625, 0.01620154269039631, 0.019808953627943993, -0.0029009212739765644, -0.008877682499587536, -0.021371861919760704, -0.023752572014927864, 0.020554061979055405, -0.030022377148270607, -0.006297066807746887, -0.0151656623929739, 0.047468796372413635, 0.003773242235183716, -0.004132166039198637, -0.062370944768190384, 0.011103917844593525, -0.03109460510313511, 0.031821541488170624, 0.02778705582022667, -0.008468782529234886, 0.023843437433242798, -0.004016310907900333, 0.06048091500997543, 0.0054838089272379875, -0.016655877232551575, -0.01814609207212925, 0.046378396451473236, -0.052993495017290115, -0.056882593780756, 0.025097399950027466, 0.01966356672346592, 0.01847321353852749, 0.05430197715759277, -0.03925444185733795, 0.052557334303855896, 0.0764007717370987, -0.024497678503394127, 0.007146670948714018, 0.02308015711605549, 0.031239992007613182, 0.036201316863298416, 0.0189548060297966, 0.03049488551914692, 0.02398882433772087, 0.029713431373238564, -0.0037164506502449512, 0.04361604526638985, -0.007637351285666227, 0.04841380938887596, -0.041035428643226624, 0.01700117066502571, 0.032693859189748764, -0.03903635963797569, -0.03298463299870491, -0.010286116972565651, 0.027932442724704742, -0.063897505402565, -0.00044297546264715493, -0.03331175446510315, 0.016056157648563385, 0.045905888080596924, -0.001017139758914709, 0.02453402616083622, -0.010649584233760834, 0.06811372190713882, -0.011367431841790676, 0.057863954454660416, -0.034147728234529495, 0.042162176221609116 ]
10,435
mongoengine.errors
__init__
null
def __init__(self, message="", **kwargs): super().__init__(message) self.errors = kwargs.get("errors", {}) self.field_name = kwargs.get("field_name") self.message = message
(self, message='', **kwargs)
[ -0.024977095425128937, -0.00535159045830369, 0.03999941796064377, 0.00526592880487442, -0.03924199193716049, -0.03534664586186409, 0.03482365980744362, -0.003476054174825549, 0.05532832071185112, -0.04483253136277199, 0.016248637810349464, 0.03460725396871567, -0.004788028076291084, -0.003956209402531385, 0.025572216138243675, 0.009026018902659416, 0.02623947523534298, 0.0064696986228227615, 0.013696825131773949, -0.0027659651823341846, 0.022939251735806465, -0.024309836328029633, -0.01933245174586773, 0.07624776661396027, 0.015969110652804375, 0.11440771818161011, -0.0060639334842562675, -0.008868221193552017, 0.054102011024951935, 0.01197457779198885, -0.007925944402813911, -0.0042515164241194725, -0.015969110652804375, 0.08966506272554398, -0.038737040013074875, -0.03834029287099838, -0.04515714570879936, -0.008209980092942715, -0.16807691752910614, 0.051288705319166183, 0.014337033033370972, 0.012317224405705929, -0.0690341666340828, 0.006825870368629694, 0.036969706416130066, -0.03906165063381195, -0.011794238351285458, 0.04674413800239563, -0.07567068189382553, 0.007290245965123177, -0.03134309872984886, 0.0474654957652092, 0.005329047795385122, -0.029413459822535515, -0.028421590104699135, 0.02620340697467327, 0.021947382017970085, 0.04216349869966507, -0.021983450278639793, 0.015076426789164543, -0.09644585102796555, 0.02899867668747902, -0.010324466973543167, 0.0007219237159006298, -0.04822292551398277, -0.05201006680727005, 0.0036766824778169394, -0.008052182383835316, 0.004091464448720217, 0.015328902751207352, 0.058285899460315704, -0.011036810465157032, -0.06542736291885376, 0.008043165318667889, 0.05749240145087242, 0.00847147312015295, -0.06337148696184158, 0.032010357826948166, 0.028728166595101357, 0.020558763295412064, 0.026095202192664146, 0.010802367702126503, -0.0957966223359108, 0.019134078174829483, 0.028764234855771065, -0.06802426278591156, -0.03448101505637169, 0.023336000740528107, 0.014959205873310566, 0.0001935837499331683, -0.0617123581469059, -0.02369667962193489, -0.01605026237666607, 0.027303481474518776, -0.06586018204689026, -0.002772727981209755, -0.016627350822091103, -0.013741910457611084, -0.005793423391878605, 0.04432757943868637, 0.019098009914159775, -0.009765412658452988, -0.0017786035314202309, -0.03736645355820656, 0.034336742013692856, -0.03366948291659355, -0.014210795052349567, -0.06618478894233704, 0.06939484179019928, -0.01234427560120821, 0.03166770935058594, -0.01840369962155819, -0.051685452461242676, 0.08887156844139099, -0.03444494679570198, -0.017159353941679, -0.00185073958709836, -0.039638739079236984, 0.017736442387104034, -0.016906877979636192, 0.03586963191628456, -0.0007089617429301143, -0.03671723231673241, 0.007736587431281805, 0.07213601469993591, 0.04082898423075676, -0.034372810274362564, -0.05976468697190285, 0.11072877794504166, -0.03256940841674805, 0.031397201120853424, -0.021388327702879906, 0.005518405232578516, -0.07862825691699982, -0.018394682556390762, 0.025878794491291046, 0.04912462458014488, -0.013633706606924534, -0.010585960000753403, 0.05835803598165512, 0.05799735337495804, 0.058069489896297455, 0.02598699927330017, -0.03197428956627846, 0.014986257068812847, -0.013759944587945938, 0.030766010284423828, 0.003951700869947672, -0.007348856423050165, 0.030747976154088974, 0.01840369962155819, -0.010856470093131065, 0.017979901283979416, -0.0019172399770468473, 0.002675795229151845, -0.028764234855771065, -0.02710510790348053, -0.053669195622205734, 0.016221586614847183, 0.012912346050143242, 0.0436062216758728, -0.06293867528438568, 0.024219665676355362, -0.021334225311875343, 0.02348027192056179, 0.05273142457008362, 0.0509280264377594, -0.0785561203956604, 0.0058069489896297455, 0.06192876771092415, -0.03428263962268829, -0.023336000740528107, -0.03751072660088539, 0.02741168439388275, -0.06254192441701889, 0.0599810965359211, -0.005847525782883167, 0.01933245174586773, -0.019422622397542, -0.02537384256720543, 0.007055803667753935, 0.03298419341444969, 0.006668072659522295, 0.04717695340514183, 0.07112611085176468, -0.010549891740083694, -0.014490321278572083, 0.016248637810349464, 0.006329935044050217, 0.02097354643046856, 0.03276778385043144, -0.0063705118373036385, 0.0008030767203308642, -0.005423726513981819, -0.010576942935585976, 0.026041101664304733, 0.02598699927330017, -0.05330851301550865, 0.06488634645938873, 0.053452786058187485, -0.057203859090805054, 0.016861792653799057, -0.035581089556217194, -0.018791431561112404, -0.007046786602586508, 0.049449238926172256, 0.03287598863244057, 0.007998080924153328, -0.04331767559051514, -0.05839410424232483, 0.0013615672942250967, 0.0068303789012134075, 0.015175613574683666, 0.017366744577884674, 0.012695938348770142, -0.05154118314385414, 0.046203117817640305, -0.017357727512717247, 0.015896974131464958, 0.03285795450210571, 0.12198200076818466, -0.01929638348519802, 0.029413459822535515, -0.02403932623565197, -0.004643755964934826, 0.05269535630941391, 0.03370555117726326, -0.04497680440545082, -0.04191102460026741, 0.026473917067050934, -0.06174842640757561, 0.01400340348482132, -0.021983450278639793, 0.04847539961338043, -0.0591154620051384, 0.02822321467101574, 0.018611092120409012, -0.06174842640757561, -0.018223360180854797, -0.04739335924386978, 0.02986430935561657, -0.027519889175891876, -0.03935019671916962, 0.06355182826519012, 0.06102706864476204, -0.07776262611150742, 0.0035256475675851107, 0.04656379669904709, -0.04829506203532219, 0.018106140196323395, -0.01808810606598854, 0.018079089000821114, -0.024093428626656532, 0.034643322229385376, 0.005374133121222258, -0.0237327478826046, 0.022758912295103073, -0.022470368072390556, 0.04104539006948471, -0.015058392658829689, 0.0071144141256809235, -0.03155950456857681, -0.03496793285012245, 0.024850856512784958, 0.003275425871834159, -0.02982824109494686, 0.00409597298130393, -0.01333614531904459, -0.015878940001130104, 0.04407510533928871, 0.13402871787548065, 0.008782560005784035, 0.026005033403635025, 0.028078943490982056, -0.01100975926965475, -0.023119593039155006, -0.046455591917037964, 0.013182856142520905, -0.021550634875893593, -0.006925057154148817, 0.044435784220695496, -0.022470368072390556, 0.03141523525118828, 0.024886924773454666, 0.033254701644182205, -0.019602961838245392, 0.01752905175089836, 0.008214488625526428, -0.06434532254934311, 0.0014494829811155796, -0.011857356876134872, -0.00828662421554327, 0.01158684678375721, 0.03686150163412094, -0.0366811640560627, -0.02999054826796055, 0.0012837955728173256, 0.033344872295856476, -0.018611092120409012, -0.04602277651429176, 0.012650853022933006, -0.019999708980321884, 0.0011248709633946419, 0.0015216190367937088, -0.03309239447116852, -0.03082011267542839, -0.011000742204487324, 0.02645588293671608, 0.009066594764590263, -0.06059425324201584, 0.0023173694498836994, 0.08952078968286514, -0.024093428626656532, 0.040540438145399094, -0.004986402112990618, 0.05489550530910492, 0.030549602583050728, -0.02623947523534298, -0.014039471745491028, 0.04724908992648125, 0.02939542569220066, -0.060918863862752914, -0.008002589456737041, -0.024273768067359924, -0.025265639647841454, 0.0015543056651949883, 0.014219812117516994, -0.004792536608874798, 0.04079291597008705, 0.01824139431118965, -0.018611092120409012, 0.0000033505557439639233, 0.015328902751207352, -0.07574281096458435, -0.03805174678564072, -0.031451303511857986, -0.007980046793818474, -0.022776946425437927, 0.013805029913783073, -0.016672436147928238, -0.0009873616509139538, -0.049954190850257874, -0.03496793285012245, 0.007939470000565052, -0.01480591669678688, -0.04764583706855774, -0.008814118802547455, -0.03906165063381195, 0.011658983305096626, -0.001761696650646627, -0.018133189529180527, -0.03190215304493904, -0.013083669357001781, -0.03751072660088539, 0.04786224663257599, -0.03586963191628456, -0.04999025911092758, 0.007560756057500839, 0.010613011196255684, 0.0016895607113838196, 0.04429151117801666, -0.006145086605101824, -0.014183743856847286, -0.01579778641462326, -0.0007382670301012695, 0.02171294018626213, 0.006487732753157616, 0.014057505875825882, 0.008475981652736664, -0.00028544446104206145, 0.02326386421918869, -0.035797495394945145, -0.012136884033679962, -0.008358760736882687, -0.009084628894925117, 0.04436364769935608, -0.014679678715765476, 0.02861996367573738, -0.06398464739322662, -0.03612210974097252, 0.006825870368629694, -0.04338981211185455, -0.018349599093198776, 0.01741182990372181, -0.023804884403944016, 0.011668000370264053, -0.021442430093884468, 0.04194709286093712, 0.05810555815696716, 0.03155950456857681, -0.0483311302959919, -0.03146933764219284, -0.018376650288701057, 0.002793016377836466, -0.017087217420339584, -0.025049230083823204, 0.018205326050519943, -0.005906136240810156, -0.03585159778594971, -0.02697886899113655, 0.00010947203554678708, -0.049521371722221375, -0.017988918349146843, 0.017943833023309708, 0.04757370054721832, 0.02317369356751442, 0.0002838946529664099, 0.0574202686548233, 0.047501564025878906, 0.01855698972940445, 0.07130645215511322, -0.023985223844647408, 0.008052182383835316, -0.04266845062375069, -0.029575765132904053, -0.0015092206886038184, -0.014760831370949745, 0.0025856252759695053, -0.02757399156689644, -0.022885151207447052, -0.014616560190916061, 0.031703777611255646, 0.024201633408665657, -0.00013743883755523711, 0.022109687328338623, 0.03996334969997406, -0.04212743043899536, -0.029251152649521828, 0.08057592809200287, -0.0013615672942250967, -0.051000162959098816, 0.057853084057569504, -0.04854753613471985, 0.008557134307920933, 0.029070813208818436, -0.013435332104563713, -0.025319740176200867, 0.012073765508830547, -0.03141523525118828, 0.05511191487312317, 0.01491412054747343, -0.05244288221001625, 0.06741110235452652, 0.04504894092679024, 0.005099114496260881, -0.006095493212342262, 0.0024052851367741823, 0.005586032755672932, -0.039386264979839325, -0.011541762389242649, 0.05745633319020271, 0.0128402104601264, 0.0025833710096776485, -0.03568929433822632, -0.017141319811344147, -0.010216263122856617, -0.05687924847006798, -0.0405765064060688, 0.008142352104187012, -0.035581089556217194, -0.0051622334867715836, 0.03199232369661331, -0.08100873976945877, 0.03229890018701553, -0.028457656502723694, 0.04779011011123657, 0.029106881469488144, 0.047970447689294815, -0.05154118314385414, 0.0066725811921060085, -0.04721302166581154, 0.036410652101039886, -0.04205529764294624, -0.003007170045748353, -0.03651885688304901, 0.017835630103945732, 0.007921435870230198, -0.05442662164568901, -0.03406623378396034, -0.02602306753396988, 0.027051005512475967, -0.014760831370949745, 0.04306520149111748, -0.01197457779198885, 0.036104075610637665, -0.04504894092679024, -0.0022745386231690645, -0.001213913899846375, -0.004064413718879223, 0.01864716038107872, -0.005081080365926027, 0.005184776149690151, -0.0027118632569909096, 0.005640134681016207, -0.026347678154706955, -0.0007529196445830166, -0.03664509579539299, 0.02295728586614132, 0.02412949688732624, 0.007952995598316193, 0.017853664234280586, -0.020955512300133705, -0.006794310640543699, -0.002601404907181859, 0.01660931669175625, -0.06741110235452652, 0.007398449815809727, 0.04851146787405014, 0.06145988404750824, -0.021676871925592422, -0.03329076990485191, 0.06279440224170685, -0.03283992037177086, 0.04894428700208664, 0.011631932109594345, -0.04111752659082413, -0.06665367633104324, 0.01635684072971344, -0.009747378528118134, 0.038268156349658966, 0.008313675411045551, 0.08475981652736664, -0.0045738741755485535, -0.019747233018279076, 0.010730232112109661, 0.03725825250148773, 0.007916927337646484, -0.01864716038107872, 0.02961183339357376, 0.02861996367573738, -0.009837549179792404, -0.04634738713502884, -0.004819587338715792, 0.08237932622432709, -0.023336000740528107, 0.07603135704994202, -0.045121077448129654, 0.04079291597008705, -0.05774487927556038, 0.0035166307352483273, 0.024363938719034195, 0.060882795602083206, 0.0032100526150316, -0.037907473742961884, -0.03473348915576935, -0.03729432076215744, -0.0397108756005764, 0.06932271271944046, -0.02304745651781559, -0.03448101505637169, -0.03801567852497101, -0.03978301212191582, -0.041189663112163544, -0.00039364848635159433, -0.056085750460624695, 0.028547827154397964, -0.03953053429722786, 0.015157579444348812, 0.06542736291885376, -0.007745604496449232, 0.012750040739774704, -0.009129714220762253, 0.02382291853427887, -0.017123285681009293, -0.037222184240818024, -0.020793205127120018, -0.008417370729148388, 0.03146933764219284, -0.0781233012676239, 0.004927791655063629, -0.030495500192046165, -0.005829491652548313, -0.05731206387281418, 0.06798819452524185, 0.03621228039264679, -0.008962899446487427, 0.03141523525118828, 0.0509280264377594, -0.0025968963745981455, -0.014941171742975712, 0.017817595973610878, 0.015229715965688229, -0.016248637810349464, -0.03072994202375412, -0.040720779448747635, 0.014553440734744072, -0.01564449816942215, -0.032821886241436005, 0.004258279222995043, -0.007727570366114378, -0.014553440734744072, -0.02861996367573738, -0.0397108756005764, 0.014156692661345005, 0.005008944310247898, 0.03758286312222481, -0.001856375252828002, -0.07015227526426315, -0.014039471745491028, -0.022849082946777344, -0.07282130420207977, 0.027700228616595268, -0.03628441318869591, 0.028421590104699135, 0.0008329455158673227, -0.008507541380822659, 0.025049230083823204, 0.08944865316152573, -0.013020550832152367, 0.035887666046619415, 0.0174749493598938, -0.02317369356751442, -0.013949302025139332, 0.029756106436252594, -0.020125947892665863, -0.04328160732984543, -0.0053560989908874035, 0.013850114308297634, 0.0530921071767807, -0.0029124915599823, -0.010667112655937672, -0.02382291853427887, -0.014129641465842724, 0.08973719924688339, -0.033903926610946655, 0.04389476403594017, 0.01806105487048626, -0.02106371521949768, -0.09384895116090775, -0.012416411191225052, 0.007925944402813911, 0.048186857253313065, 0.012993499636650085, -0.05114443227648735, -0.010946639813482761, 0.021514566615223885, 0.01719542220234871, 0.00006325990398181602, 0.04432757943868637, 0.010856470093131065, -0.02779039926826954, -0.0220195185393095, -0.031180791556835175, -0.012479530647397041, -0.05471516773104668, 0.061135269701480865, -0.048836082220077515, -0.07603135704994202, 0.035887666046619415, -0.018196308985352516, 0.023588476702570915, 0.07978243380784988, -0.01264183595776558, 0.02010791376233101, 0.033813755959272385, 0.0007810977986082435, -0.01945868879556656, 0.018665192648768425, 0.021135851740837097, -0.0062217311933636665, -0.0008599965367466211, -0.015464157797396183, 0.0763920396566391, -0.04980991780757904, 0.01685277558863163, 0.0384124256670475, 0.0364827886223793, -0.056302160024642944, -0.0008329455158673227, 0.014580491930246353, -0.006329935044050217, -0.0032799344044178724, -0.0032619002740830183, 0.012650853022933006, 0.004249262157827616, 0.04458005726337433, 0.016311755403876305, -0.040504369884729385, 0.019224246963858604, -0.0256804209202528, 0.02788056991994381, 0.004247007891535759, -0.032082490622997284, 0.018971771001815796, -0.006771768443286419, 0.045121077448129654, -0.008309166878461838, 0.056302160024642944, 0.018079089000821114, -0.02852979302406311, -0.022344131022691727, -0.018538955599069595, -0.037907473742961884, -0.00004381699181976728, -0.04068471118807793, -0.027393650263547897, -0.022163789719343185, -0.06052211672067642, 0.01525676716119051, 0.003829971421509981, 0.022560538724064827, -0.003079306101426482, -0.009666225872933865, 0.003816446056589484, -0.05251501873135567, -0.017159353941679, -0.0023895055055618286, -0.022776946425437927, 0.007826757617294788, -0.02688869833946228, 0.060918863862752914, 0.02403932623565197, 0.013020550832152367, -0.049521371722221375, -0.004630230367183685, -0.010171177797019482, 0.08252359926700592, 0.034643322229385376, -0.05096409469842911, -0.03298419341444969, 0.035887666046619415, 0.03453511744737625, -0.022542504593729973, 0.01724952459335327, 0.05063948035240173, -0.024526244029402733, -0.05428234860301018, -0.07920534163713455, 0.034372810274362564, -0.03776320442557335, 0.025175468996167183, 0.02477871999144554, -0.05662677064538002, 0.005951221100986004, 0.02283104881644249, -0.05713172256946564, 0.00525691220536828, 0.024724619463086128, 0.06712256371974945, 0.06524702161550522, 0.02831338532269001, -0.006952108349651098, 0.024959061294794083, 0.01917014643549919, -0.0109015554189682, 0.05071161687374115, 0.04338981211185455, 0.009882633574306965, -0.026131270453333855, -0.002407539403066039, 0.003424206282943487, -0.04277665540575981, -0.01868322677910328, 0.027592025697231293, -0.04483253136277199, -0.04807865247130394, -0.019801335409283638, -0.009765412658452988, 0.01452638953924179, 0.027501855045557022, -0.01669948734343052, -0.03942233324050903, 0.005279454402625561, 0.018502887338399887, 0.041802819818258286, 0.07711339741945267, 0.030549602583050728, 0.043534085154533386 ]
10,436
mongoengine.errors
__repr__
null
def __repr__(self): return f"{self.__class__.__name__}({self.message},)"
(self)
[ -0.005898856557905674, -0.03246801346540451, 0.0647592842578888, 0.04142897203564644, 0.013547486625611782, -0.09657333791255951, 0.014148418791592121, 0.009084681048989296, 0.0681881308555603, -0.04818062484264374, -0.007392349652945995, 0.013547486625611782, -0.01977773942053318, 0.027360089123249054, -0.024479150772094727, 0.04602433741092682, -0.010012591257691383, -0.06267369538545609, -0.010631198063492775, 0.030788937583565712, -0.0052404822781682014, 0.02308286726474762, 0.02214611880481243, -0.018505176529288292, 0.02698892541229725, 0.05973973125219345, -0.021509837359189987, 0.0055144368670880795, 0.02995823696255684, -0.004745597019791603, -0.0931798443198204, -0.06168392300605774, -0.019388901069760323, 0.006004903465509415, -0.01707354374229908, 0.04683736339211464, -0.06719835847616196, -0.006340718362480402, -0.0641230046749115, -0.01094050146639347, 0.025663340464234352, 0.024814965203404427, -0.037363842129707336, -0.03450057655572891, 0.02159821055829525, -0.024726592004299164, 0.06048205867409706, 0.047544341534376144, -0.03969687595963478, -0.03497778996825218, -0.011214455589652061, 0.06270904093980789, -0.013167484663426876, -0.0014371558791026473, -0.051397379487752914, 0.032167546451091766, 0.031619638204574585, 0.003355941269546747, -0.02780195139348507, 0.03160196542739868, -0.06500672549009323, 0.036480121314525604, 0.02354240231215954, 0.012053992599248886, -0.027147995308041573, -0.04669596627354622, -0.005753042176365852, 0.007520489860326052, -0.017329825088381767, 0.022517282515764236, 0.049983419477939606, -0.03481872007250786, -0.04408014565706253, 0.0391312912106514, 0.0022523910738527775, -0.04772108793258667, -0.03584383800625801, 0.03361685574054718, 0.02949870191514492, -0.011020036414265633, 0.004816294647753239, -0.004292688332498074, -0.048286668956279755, -0.00954421702772379, 0.026405667886137962, -0.08731191605329514, -0.025663340464234352, -0.034995462745428085, -0.07607094943523407, 0.0032543130218982697, -0.05256389454007149, -0.014934932813048363, -0.03835361450910568, 0.04199455678462982, -0.05475552752614021, -0.01855820044875145, -0.003868501167744398, -0.06670347601175308, 0.05440203845500946, 0.0010322999441996217, 0.035401977598667145, 0.034801043570041656, -0.022870773449540138, -0.050867144018411636, -0.01965401880443096, -0.017974942922592163, -0.03605593368411064, -0.00888142455369234, 0.006689789239317179, -0.005187458824366331, -0.0013288997579365969, 0.045529451221227646, -0.017974942922592163, 0.005138854030519724, 0.034659650176763535, -0.03485406935214996, -0.0035481511149555445, -0.002326403046026826, 0.04595363885164261, 0.0014283186756074429, 0.011320502497255802, 0.006168392486870289, -0.051927611231803894, -0.027094973251223564, -0.02274705097079277, 0.02834985964000225, -0.03213219717144966, -0.04973597824573517, 0.04365595802664757, -0.09416960924863815, 0.004381061065942049, -0.02126239612698555, -0.028438232839107513, -0.011391200125217438, 0.0371164008975029, 0.039732225239276886, 0.005439320113509893, -0.005165365990251303, 0.03764663636684418, 0.11177338659763336, 0.024461476132273674, 0.019795414060354233, 0.01965401880443096, 0.027165669947862625, -0.0033205922227352858, -0.03586151450872421, 0.020343322306871414, 0.0769900232553482, 0.009031657129526138, -0.029339632019400597, 0.0226056557148695, 0.020767509937286377, 0.0364447720348835, 0.005275831092149019, 0.005753042176365852, 0.03386429697275162, -0.0102953827008605, -0.003638732945546508, 0.004922341555356979, -0.03718709945678711, -0.03105405531823635, -0.06313323229551315, 0.03232661634683609, -0.006415835116058588, 0.03193777799606323, 0.020414020866155624, 0.049912720918655396, -0.018240060657262802, -0.010286545380949974, 0.033634528517723083, -0.05408389866352081, -0.06285043805837631, -0.051856912672519684, 0.034924764186143875, -0.04008571431040764, 0.07847467809915543, -0.0023551241029053926, 0.10435011237859726, -0.025698689743876457, -0.03290987387299538, 0.049241092056035995, -0.03630337491631508, -0.04602433741092682, 0.005059319082647562, 0.05100854113698006, -0.03435918316245079, 0.03386429697275162, 0.004423037637025118, 0.02368379943072796, -0.01356516033411026, -0.02550427056849003, -0.0010891896672546864, 0.006875371560454369, 0.030965682119131088, -0.013114461675286293, -0.0040894318372011185, -0.028597302734851837, -0.05026620998978615, 0.047685738652944565, -0.0035989652387797832, -0.020944254472851753, 0.07345512509346008, -0.035472676157951355, 0.006376067642122507, 0.02172193117439747, 0.017170753329992294, 0.030134983360767365, -0.006004903465509415, 0.006035833619534969, -0.05786623805761337, -0.018452154472470284, 0.01774517446756363, 0.0024125659838318825, 0.0126549256965518, 0.03382894769310951, -0.042348045855760574, -0.0004559462540782988, -0.02834985964000225, -0.033581506460905075, 0.043090373277664185, 0.07395000755786896, -0.0337582491338253, -0.01679958961904049, -0.031354520469903946, -0.07045046240091324, 0.022782400250434875, 0.017047032713890076, -0.01350330002605915, -0.008664912544190884, -0.023259611800312996, 0.011382362805306911, -0.01965401880443096, -0.003048847196623683, 0.035879187285900116, -0.035207558423280716, 0.060588106513023376, -0.03994431719183922, -0.0003452046075835824, -0.019053086638450623, 0.017665639519691467, -0.021951699629426003, -0.014554931782186031, 0.017038196325302124, 0.04810992628335953, 0.10640034824609756, -0.07023836672306061, 0.03280382975935936, 0.06426439434289932, -0.03290987387299538, 0.007268628571182489, -0.008890261873602867, -0.011930271983146667, -0.05556855350732803, -0.04602433741092682, 0.03347545862197876, -0.094452403485775, -0.010313057340681553, -0.020590765401721, 0.050195515155792236, 0.05312947556376457, -0.01645493693649769, 0.011868410743772984, 0.01211585383862257, 0.026900554075837135, 0.01352981198579073, -0.0003040562442038208, -0.09275565296411514, 0.01848750188946724, 0.014007022604346275, 0.039661526679992676, 0.14620326459407806, 0.0004371671238914132, -0.034518253058195114, 0.05715925619006157, -0.050442956387996674, -0.0465545728802681, -0.041535019874572754, 0.004940016195178032, -0.056593675166368484, -0.03213219717144966, 0.008055143058300018, -0.01292887981981039, 0.02241123653948307, 0.0007252058712765574, 0.013087949715554714, -0.0032498943619430065, 0.025557292625308037, -0.012902367860078812, 0.013821440748870373, 0.012327947653830051, 0.0465899221599102, 0.01478469930589199, -0.013494462706148624, 0.020467044785618782, 0.031690336763858795, -0.03031172789633274, 0.0293573047965765, 0.027324741706252098, 0.004873736761510372, -0.006521882023662329, 0.002232507336884737, -0.0043236189521849155, 0.0688244104385376, 0.01620749570429325, -0.04846341535449028, -0.025627991184592247, -0.003925943281501532, 0.04125222936272621, -0.003910477738827467, -0.017100056633353233, 0.017568429931998253, 0.06716301292181015, 0.029339632019400597, 0.07108674198389053, 0.03124847449362278, 0.08116119354963303, 0.015951214358210564, -0.019866112619638443, 0.016852613538503647, 0.06963744014501572, -0.017966104671359062, 0.01481121126562357, 0.0031372196972370148, 0.033846624195575714, -0.006323044188320637, -0.031814057379961014, -0.04195920750498772, 0.02126239612698555, 0.019724715501070023, 0.01474935095757246, -0.002827916294336319, -0.05797228217124939, 0.0022358212154358625, -0.021138673648238182, -0.030152658000588417, 0.0239665899425745, 0.02964009717106819, -0.0010505267418920994, -0.00023777694150339812, -0.03764663636684418, 0.0371164008975029, 0.005015132948756218, -0.02375449612736702, 0.011903760023415089, -0.033316388726234436, 0.031690336763858795, -0.026847530156373978, 0.02820846438407898, 0.041075482964515686, 0.0035415233578532934, -0.0337228998541832, -0.021633559837937355, 0.010781430639326572, -0.0012327947188168764, -0.03379359841346741, -0.01072840765118599, -0.02861497737467289, 0.003517220728099346, -0.01094050146639347, 0.050584353506565094, 0.05832577124238014, -0.01970704086124897, -0.008342352695763111, 0.004811876453459263, -0.05935089290142059, 0.02787264995276928, 0.009694450534880161, 0.010878640227019787, 0.04803922772407532, -0.014068882912397385, -0.03603825718164444, -0.0009693345637060702, -0.033440109342336655, -0.01903541199862957, -0.07161697745323181, 0.05387180298566818, -0.007436536252498627, 0.03084196150302887, -0.041605718433856964, -0.037151750177145004, 0.060906246304512024, -0.019671691581606865, -0.019123783335089684, 0.0084307249635458, -0.015544702298939228, 0.03140754625201225, 0.013856790028512478, 0.04280758276581764, 0.023595426231622696, 0.029074514284729958, -0.05203365907073021, -0.05047830566763878, 0.00864281877875328, -0.023860543966293335, -0.03704570233821869, -0.047402944415807724, 0.021350767463445663, -0.0005037225782871246, -0.06355741620063782, -0.02753683365881443, -0.006566068157553673, 0.006804673466831446, 0.014669816009700298, -0.013017252087593079, 0.004239664878696203, 0.015032142400741577, -0.0038154777139425278, 0.04369130730628967, 0.0057176933623850346, -0.032026153057813644, 0.039378732442855835, -0.02746613696217537, -0.06726905703544617, -0.05500297248363495, 0.04602433741092682, -0.004705829545855522, -0.024072637781500816, -0.007184674963355064, 0.015182374976575375, -0.005408389959484339, -0.023454030975699425, 0.030470797792077065, 0.05305877700448036, 0.010878640227019787, -0.0425247922539711, 0.037293147295713425, -0.05556855350732803, 0.04157036915421486, 0.07720211148262024, 0.0064821140840649605, -0.05878530815243721, 0.0028743117582052946, 0.01944192498922348, 0.011903760023415089, 0.011956783011555672, -0.086392842233181, -0.018734944984316826, -0.0344122052192688, -0.030948009341955185, 0.07607094943523407, 0.0019751228392124176, -0.02834985964000225, 0.014024697244167328, 0.00005240206155576743, 0.012045156210660934, -0.020820533856749535, -0.038636405020952225, -0.018240060657262802, 0.013043764047324657, 0.024178683757781982, 0.03898989409208298, 0.0222698412835598, -0.012575389817357063, 0.0031328010372817516, -0.013300043530762196, -0.03471267223358154, -0.029251258820295334, -0.04846341535449028, 0.011992132291197777, -0.01884099282324314, -0.04482247307896614, 0.05387180298566818, -0.0337228998541832, 0.04772108793258667, -0.013812603428959846, -0.016234006732702255, 0.05556855350732803, -0.004630712792277336, -0.05093784257769585, -0.012601901777088642, 0.03746988996863365, 0.01094050146639347, -0.04704945534467697, -0.02571636252105236, -0.03704570233821869, 0.06161322444677353, 0.006278857588768005, -0.008519098162651062, -0.014192604459822178, -0.0001643174036871642, -0.03564941883087158, -0.06992022693157196, -0.008854912593960762, -0.00380443106405437, 0.007878397591412067, 0.0028698930982500315, 0.023524727672338486, 0.008337934501469135, 0.030523821711540222, 0.009765148162841797, -0.006247927434742451, 0.054967623203992844, -0.047685738652944565, 0.009270262904465199, 0.0038066403940320015, 0.002011576434597373, -0.05100854113698006, -0.037293147295713425, -0.053695060312747955, -0.04266618564724922, 0.014316326007246971, -0.028915444388985634, -0.020360996946692467, -0.020537741482257843, 0.01434283796697855, -0.0418531596660614, 0.07988863438367844, 0.04715550318360329, 0.051397379487752914, -0.04015640914440155, 0.0324149914085865, 0.013238183222711086, -0.0037359425332397223, -0.005876763258129358, -0.020944254472851753, -0.07670722901821136, -0.006097694393247366, -0.005408389959484339, -0.0035790815018117428, 0.019689366221427917, 0.057265304028987885, 0.0060004848055541515, -0.03867175430059433, 0.004122571554034948, -0.02423170767724514, 0.03906059265136719, 0.019282853230834007, 0.007560257334262133, -0.02188100293278694, 0.07055651396512985, -0.015633074566721916, 0.00620815996080637, 0.02550427056849003, 0.02281774953007698, -0.0391312912106514, 0.07472768425941467, -0.08893796801567078, 0.016658194363117218, -0.055391810834407806, 0.023436356335878372, 0.013830278068780899, 0.0038662918377667665, -0.027501486241817474, -0.03402336686849594, -0.024461476132273674, -0.06366346776485443, -0.007043278776109219, -0.0028411720413714647, 0.008854912593960762, -0.02760753221809864, 0.05143272504210472, -0.028668001294136047, -0.01042794156819582, -0.017533080652356148, 0.010277708061039448, 0.06154252588748932, 0.00389059423469007, 0.039732225239276886, 0.024991709738969803, 0.024885663762688637, -0.020343322306871414, 0.04061594605445862, 0.06733975559473038, -0.029728470370173454, 0.01687912456691265, 0.03538430109620094, 0.003523848718032241, 0.03568476811051369, -0.05418994650244713, -0.012266086414456367, -0.007069790735840797, 0.0063583930023014545, 0.02983451634645462, 0.03481872007250786, -0.005297924391925335, 0.03190242871642113, 0.02753683365881443, 0.05365971103310585, 0.014183767139911652, 0.0165256354957819, -0.038565706461668015, -0.011886085383594036, -0.011461897753179073, -0.050584353506565094, -0.044575028121471405, 0.011567944660782814, -0.060376010835170746, -0.01951262168586254, 0.014263303019106388, 0.012133528478443623, -0.03184940665960312, -0.03704570233821869, 0.008651656098663807, 0.008059561252593994, 0.07437419891357422, -0.007193511817604303, 0.0492764413356781, -0.02861497737467289, -0.025681015104055405, 0.05691181495785713, -0.01154143363237381, 0.030081959441304207, 0.027094973251223564, 0.02267635427415371, 0.053695060312747955, -0.030559169128537178, 0.01393632497638464, 0.04602433741092682, -0.028508931398391724, 0.0580429807305336, -0.020873557776212692, 0.012274923734366894, -0.0069549065083265305, -0.023436356335878372, -0.008183282800018787, -0.05574529990553856, -0.006265602074563503, 0.046872712671756744, 0.0026887296698987484, 0.0627443939447403, 0.016507960855960846, 0.0099507300183177, -0.04446898400783539, 0.03579081594944, -0.011461897753179073, 0.03455360233783722, -0.009924218989908695, -0.04715550318360329, 0.0038795475848019123, -0.03732849285006523, 0.012071667239069939, 0.07380861788988113, 0.0005827054264955223, -0.0979166030883789, -0.03874245285987854, -0.009084681048989296, 0.007975607179105282, 0.025875434279441833, -0.021633559837937355, 0.0022689609322696924, -0.006318625528365374, -0.03697500377893448, -0.09629055112600327, -0.022517282515764236, -0.06539556384086609, 0.030859636142849922, -0.007516071200370789, -0.10774360597133636, 0.03071824088692665, -0.05553320422768593, -0.004310362972319126, 0.05122063308954239, -0.01089631486684084, 0.03994431719183922, 0.018045641481876373, 0.005651413928717375, -0.03379359841346741, 0.04340851306915283, -0.033104293048381805, 0.0035150116309523582, -0.006570486817508936, -0.05677041783928871, 0.008801889605820179, -0.031089404597878456, 0.03192010521888733, 0.024726592004299164, -0.007175837643444538, -0.0023573332000523806, 0.014369349926710129, -0.05620483681559563, -0.0018823317950591445, 0.028915444388985634, -0.01255771517753601, -0.035278256982564926, -0.04468107596039772, 0.011850736103951931, 0.019053086638450623, 0.002410356653854251, 0.01702052168548107, -0.043019674718379974, 0.04238339513540268, 0.021916350349783897, -0.07129883766174316, -0.033104293048381805, 0.043090373277664185, 0.07430350035429001, -0.0013929696287959814, 0.037151750177145004, -0.029268933460116386, -0.07974723726511002, -0.04344386234879494, -0.04892295226454735, -0.02552194334566593, 0.007299558725208044, 0.031743358820676804, 0.02760753221809864, 0.005006295628845692, -0.09275565296411514, 0.011081896722316742, -0.019689366221427917, 0.02990521490573883, 0.02375449612736702, 0.02018425241112709, -0.005143272690474987, 0.030453123152256012, 0.01491725817322731, 0.037752680480480194, -0.004608619958162308, 0.02200472354888916, -0.013547486625611782, 0.02145681530237198, 0.078333280980587, 0.028668001294136047, -0.03414708748459816, -0.0023131470661610365, -0.01735633611679077, 0.049241092056035995, 0.03064754232764244, -0.037894077599048615, -0.0073128147050738335, -0.031814057379961014, 0.016684705391526222, 0.03881315141916275, -0.022570306435227394, 0.029056839644908905, 0.0614364817738533, -0.047544341534376144, -0.08285794407129288, -0.005103505216538906, -0.00047444921801798046, 0.021421466022729874, 0.030859636142849922, -0.08342353254556656, 0.030965682119131088, 0.051185283809900284, -0.029392654076218605, 0.030965682119131088, 0.021651234477758408, 0.031001031398773193, 0.05320017412304878, -0.007167000323534012, -0.014183767139911652, 0.007268628571182489, 0.020626114681363106, -0.012160039506852627, 0.020944254472851753, 0.004078385420143604, 0.0708393007516861, -0.036550816148519516, 0.03490709140896797, 0.03941408172249794, 0.008589795790612698, -0.04786248132586479, 0.015509353019297123, 0.024673569947481155, -0.050584353506565094, 0.014095394872128963, 0.001813843147829175, 0.010180498473346233, -0.01140887476503849, -0.034253135323524475, -0.004953272175043821, 0.04864015802741051, 0.02813776582479477, -0.01089631486684084, 0.07108674198389053, -0.0226056557148695, 0.020148903131484985 ]
10,437
mongoengine.errors
__str__
null
def __str__(self): return str(self.message)
(self)
[ -0.0217854343354702, -0.00629887031391263, 0.024824440479278564, 0.00030671656713820994, 0.02438272349536419, -0.09774292260408401, 0.031750548630952835, 0.013330989517271519, 0.11018164455890656, -0.06820095330476761, -0.019170476123690605, -0.018083853647112846, -0.047387294471263885, 0.029700985178351402, -0.0009999346220865846, 0.034877896308898926, 0.001986617688089609, -0.08304261416196823, 0.014444113709032536, 0.047669991850852966, -0.012491729110479355, -0.000277038780041039, 0.034877896308898926, 0.008480947464704514, -0.01126375887542963, 0.05629228800535202, 0.0015161902410909534, -0.02754541113972664, 0.03887100890278816, 0.008410273119807243, -0.04922483488917351, -0.08049833029508591, 0.0074826693162322044, 0.009585238061845303, -0.05159243196249008, 0.05222850292921066, -0.05880123749375343, -0.014320433139801025, -0.054101377725601196, -0.004872127901762724, -0.01803084835410118, 0.03933039307594299, -0.049896240234375, -0.017271095886826515, 0.016016623005270958, -0.052475862205028534, 0.00685984967276454, 0.08495082706212997, -0.009373214095830917, 0.007654938846826553, -0.018287044018507004, 0.040143150836229324, -0.024082357063889503, -0.010530509985983372, -0.05678701028227806, 0.010548178106546402, 0.03609703481197357, 0.0009651494910940528, -0.028481848537921906, 0.03756352886557579, -0.06392513960599899, 0.004929550923407078, 0.028941232711076736, -0.01289810799062252, -0.031043801456689835, -0.023781990632414818, 0.02316358871757984, 0.03728083148598671, 0.0361853763461113, 0.024011682718992233, 0.059755343943834305, -0.05138040706515312, -0.04583245515823364, 0.03699813410639763, 0.004302314016968012, -0.020601635798811913, -0.06512661278247833, 0.03918904438614845, 0.022686535492539406, -0.0039003523997962475, 0.033022690564394, 0.008463279344141483, -0.02874687872827053, 0.008092237636446953, 0.010106462985277176, -0.0867883637547493, -0.027739765122532845, -0.026255600154399872, -0.07957955449819565, 0.016776373609900475, -0.0034652622416615486, -0.00894474983215332, -0.03841162472963333, 0.053995367139577866, -0.060532763600349426, -0.012368048541247845, 0.005530284717679024, -0.05208715423941612, 0.04208670184016228, 0.02726271189749241, -0.004854458849877119, 0.09060478955507278, -0.025001127272844315, -0.03646807372570038, -0.041839342564344406, -0.01894078217446804, -0.019347161054611206, -0.022615859284996986, 0.023587634786963463, 0.026644309982657433, 0.005848320201039314, 0.017907166853547096, -0.017456617206335068, 0.020990345627069473, 0.028764547780156136, -0.053253281861543655, -0.031432513147592545, -0.0014046569122001529, 0.04297013580799103, -0.020089244470000267, 0.02782810851931572, -0.0017569254850968719, -0.04470166191458702, -0.06191091611981392, 0.010053456760942936, 0.06650476157665253, -0.04187467694282532, -0.0636071041226387, 0.08028630167245865, -0.08304261416196823, -0.009956278838217258, -0.032245270907878876, 0.006532980129122734, -0.013984729535877705, 0.046397849917411804, 0.004012989811599255, -0.01630815491080284, -0.019064463675022125, 0.09230098128318787, 0.12283238768577576, 0.040390513837337494, 0.052652548998594284, 0.047245945781469345, -0.004549675155431032, 0.019894888624548912, -0.03042539954185486, 0.041450630873441696, 0.039648428559303284, -0.027386393398046494, -0.02153807319700718, 0.04480767250061035, 0.00889174360781908, 0.005777645390480757, -0.022403836250305176, 0.014726812019944191, 0.04424227774143219, -0.024223705753684044, -0.019488511607050896, 0.0016166806453838944, -0.040814559906721115, -0.013410498388111591, -0.06855432689189911, 0.01630815491080284, 0.0013383995974436402, 0.03890634700655937, 0.04957820475101471, 0.05862455070018768, 0.015380552038550377, 0.0030323804821819067, 0.035407956689596176, -0.06940241903066635, -0.0351429283618927, -0.09053411334753036, 0.029347611591219902, -0.004995808005332947, 0.04289945960044861, 0.0037369176279753447, 0.08919129520654678, -0.007310400251299143, -0.02203279547393322, -0.01887010782957077, -0.012200196273624897, -0.014276261441409588, 0.046715885400772095, 0.07505638897418976, -0.006767089478671551, 0.03609703481197357, 0.015442391857504845, -0.0003624832024797797, -0.03259864076972008, -0.010786705650389194, -0.005901325959712267, -0.014717977494001389, 0.03293434530496597, -0.027421729639172554, -0.004207345191389322, -0.005658382084220648, -0.07406694442033768, 0.0051636602729558945, 0.010168302804231644, -0.040567200630903244, 0.03084944747388363, -0.041061922907829285, 0.009496894665062428, 0.031361836940050125, 0.0061000981368124485, -0.00008779105701250955, 0.0045894295908510685, 0.019806547090411186, -0.058695223182439804, -0.026396948844194412, 0.03890634700655937, 0.006638991646468639, -0.0018010970670729876, 0.0713106319308281, -0.0579884797334671, 0.015230368822813034, -0.003873849520459771, -0.025813885033130646, 0.041415292769670486, 0.0611334964632988, -0.020831327885389328, -0.004576177801936865, -0.040496524423360825, -0.05169844254851341, 0.037598866969347, 0.005274089053273201, -0.02213880605995655, -0.008843154646456242, -0.0013770497171208262, 0.013984729535877705, -0.025531185790896416, 0.002274837577715516, 0.05706971138715744, -0.02611425146460533, 0.053182609379291534, -0.054348740726709366, -0.019877221435308456, -0.04936618357896805, -0.010353823192417622, -0.01158179435878992, -0.053889352828264236, 0.009682415053248405, 0.0642785131931305, 0.09774292260408401, -0.05590358003973961, 0.029047245159745216, 0.040531862527132034, -0.030867114663124084, 0.012571237981319427, 0.017271095886826515, -0.019099799916148186, -0.05010826513171196, -0.030902452766895294, 0.010150633752346039, -0.09293705224990845, -0.000591347343288362, 0.0019788877107203007, 0.013224977999925613, 0.014700309373438358, -0.03643273562192917, 0.010203639976680279, -0.02427671290934086, 0.0326869860291481, 0.020955007523298264, 0.004346485715359449, -0.08063967525959015, 0.047846678644418716, 0.0386589877307415, 0.04558509215712547, 0.13032390177249908, -0.006294453050941229, -0.03632672503590584, 0.052511200308799744, -0.03646807372570038, -0.03236895054578781, -0.053712669759988785, 0.01282743364572525, -0.06244097650051117, -0.03668009862303734, -0.03521360084414482, -0.0074826693162322044, 0.012270870618522167, -0.004372988827526569, 0.011546457186341286, -0.018781764432787895, 0.053394634276628494, -0.005115071311593056, 0.00827775802463293, 0.007844876497983932, 0.028623197227716446, 0.0016277235699817538, -0.03622071444988251, 0.012244367972016335, 0.007972974330186844, -0.006440219469368458, 0.03385311737656593, 0.0446309857070446, -0.001734839635901153, -0.019877221435308456, -0.022297823801636696, 0.02238616719841957, -0.005194580182433128, -0.01841072365641594, -0.03450685366988182, -0.00802597962319851, -0.03643273562192917, 0.0256548672914505, 0.019629860296845436, -0.009611740708351135, 0.020566297695040703, 0.04837673902511597, 0.019347161054611206, 0.09922708570957184, 0.034312501549720764, 0.11534088850021362, 0.011776149272918701, -0.015495398081839085, 0.012191361747682095, 0.07230007648468018, -0.017933670431375504, -0.01757146418094635, -0.00764168705791235, 0.028976570814847946, -0.005229917820543051, 0.0009590759291313589, -0.053677331656217575, 0.03940106928348541, 0.032209932804107666, 0.02814614400267601, 0.0072706458158791065, -0.04403025284409523, 0.016113800927996635, -0.04830606281757355, -0.034559860825538635, -0.0012290747836232185, 0.027916451916098595, -0.01947084255516529, -0.014523622579872608, -0.008542788214981556, 0.04890679940581322, -0.015380552038550377, -0.014717977494001389, 0.0312734954059124, -0.0043045226484537125, 0.013816877268254757, -0.03925972059369087, 0.009072846733033657, 0.02157341130077839, -0.012986451387405396, -0.011802651919424534, -0.003010294632986188, 0.015751592814922333, -0.0022118929773569107, -0.013419332914054394, -0.012730255722999573, -0.0393657311797142, 0.04583245515823364, 0.018145693466067314, 0.02459474839270115, 0.012368048541247845, -0.02888822741806507, 0.013507676310837269, 0.0005968687473796308, -0.06890770047903061, 0.05710504576563835, -0.005658382084220648, 0.0033901704009622335, 0.05749375745654106, -0.023304937407374382, -0.003825260791927576, 0.008118740282952785, -0.031856559216976166, -0.005079734139144421, -0.0565749891102314, 0.06272367388010025, -0.015371717512607574, 0.02857019193470478, -0.029259270057082176, -0.01795133948326111, 0.0428641214966774, -0.023499291390180588, -0.023375611752271652, 0.041026584804058075, -0.002471401123329997, 0.05689302459359169, 0.01613146811723709, 0.01426742784678936, 0.015062516555190086, 0.03053141199052334, -0.035266607999801636, -0.035301946103572845, -0.01064535602927208, -0.03493090346455574, -0.047563981264829636, -0.05109770968556404, 0.02871154062449932, 0.005150408949702978, -0.04282878711819649, -0.016953060403466225, 0.009090515784919262, 0.012712586671113968, -0.013445835560560226, -0.004615932237356901, -0.03791690245270729, 0.040885236114263535, -0.033570416271686554, 0.04798802733421326, -0.004646852612495422, 0.01662619039416313, 0.040637873113155365, -0.027739765122532845, -0.040637873113155365, -0.06986180692911148, 0.040779221802949905, -0.008039231412112713, -0.029966015368700027, -0.016961894929409027, 0.014417611062526703, -0.003940106835216284, -0.07184069603681564, 0.04318215698003769, 0.01805735006928444, 0.02751007303595543, -0.03418881818652153, 0.030301718041300774, -0.00871505681425333, 0.02431204915046692, 0.0910288393497467, 0.011069403029978275, -0.04438362643122673, -0.012686084024608135, -0.03788156434893608, -0.011599462479352951, 0.022615859284996986, -0.03904769569635391, -0.013657859526574612, -0.03323471173644066, -0.053288619965314865, 0.05456076189875603, 0.004032867029309273, -0.025531185790896416, 0.025531185790896416, 0.03243962302803993, 0.0337294340133667, -0.05643364042043686, -0.05254653841257095, -0.0217854343354702, 0.022545184940099716, 0.016997233033180237, 0.006391630973666906, 0.015133190900087357, -0.014894664287567139, -0.028870558366179466, 0.02150273509323597, -0.017332935705780983, 0.01370203122496605, -0.03039006143808365, 0.02171475999057293, -0.026414617896080017, -0.04915415868163109, 0.052652548998594284, -0.08403205871582031, 0.054666776210069656, -0.006011755205690861, 0.015097853727638721, -0.010486338287591934, 0.04187467694282532, -0.046680547297000885, 0.026237931102514267, 0.03251029923558235, -0.02150273509323597, -0.058730561286211014, -0.03380011022090912, -0.02540750615298748, 0.04410092905163765, -0.014081906527280807, -0.017721647396683693, -0.00813199207186699, 0.0021953287068754435, -0.058871909976005554, -0.05477278679609299, -0.01682938076555729, 0.01711207814514637, 0.0055258674547076225, 0.009735421277582645, 0.03922438248991966, 0.016537846997380257, 0.018711090087890625, 0.0026856334879994392, 0.01296878233551979, 0.040743887424468994, -0.03887100890278816, -0.03493090346455574, -0.004379614256322384, 0.018923114985227585, -0.07042720168828964, -0.03692745789885521, -0.07007382810115814, -0.01686471700668335, -0.004308939911425114, -0.02554885484278202, -0.02224481850862503, -0.011131243780255318, 0.020654641091823578, -0.04456031322479248, 0.06911972165107727, 0.027245044708251953, 0.05569155514240265, -0.025955233722925186, 0.022863220423460007, 0.018640415742993355, -0.01932949386537075, -0.009567569009959698, 0.018499067053198814, -0.034065138548612595, -0.00211250688880682, -0.006170772947371006, -0.02259819209575653, 0.019064463675022125, 0.022898558527231216, -0.012067682109773159, -0.05056764930486679, -0.0010170511668547988, -0.011634799651801586, 0.031609199941158295, -0.03915370628237724, 0.00441716006025672, -0.028093138709664345, 0.09265435487031937, 0.006524145603179932, 0.03572599217295647, 0.03159153088927269, 0.048235390335321426, -0.031043801456689835, 0.05820050463080406, -0.07336019724607468, 0.0007453957805410028, -0.06770623475313187, 0.030796440318226814, -0.007597515359520912, -0.028870558366179466, -0.0275807473808527, -0.05056764930486679, -0.02743939869105816, -0.02452407404780388, 0.011855658143758774, 0.011325598694384098, -0.0028313996735960245, -0.02804013341665268, -0.006815677974373102, -0.02316358871757984, -0.02448873594403267, -0.0330403596162796, 0.00519899744540453, 0.007783036213368177, -0.03703347221016884, 0.02910025231540203, 0.03387078270316124, 0.023976346477866173, -0.025283824652433395, -0.001970053417608142, 0.04781134054064751, 0.025566523894667625, 0.007866961881518364, 0.05731707066297531, -0.0223154928535223, 0.040531862527132034, -0.01901145838201046, -0.021626416593790054, 0.005203414708375931, -0.03528427705168724, 0.012421054765582085, 0.04802336543798447, -0.010221309028565884, 0.034701209515333176, 0.0446309857070446, 0.04487834870815277, -0.0036264886148273945, 0.0611334964632988, -0.03468354046344757, 0.017412444576621056, 0.01925881765782833, -0.03646807372570038, -0.03883567079901695, 0.002681216225028038, -0.01546006090939045, -0.017165085300803185, 0.010813208296895027, -0.015071350149810314, -0.030089695006608963, -0.017898332327604294, -0.017014900222420692, 0.01302178855985403, 0.08191181719303131, -0.041344620287418365, 0.04964888095855713, -0.014488285407423973, -0.021591078490018845, 0.01553073525428772, 0.031397175043821335, 0.025354498997330666, 0.030001351609826088, 0.04763465374708176, 0.05820050463080406, 0.011369770392775536, -0.006749420892447233, 0.046609874814748764, -0.009673580527305603, 0.07434964179992676, -0.023834995925426483, -0.013746202923357487, -0.02284555323421955, -0.003849555039778352, -0.014152580872178078, -0.01547772902995348, 0.03706880658864975, 0.00908168125897646, -0.017067907378077507, 0.03611470013856888, 0.06565666943788528, 0.020530961453914642, -0.046645212918519974, 0.04279344901442528, -0.028587860986590385, 0.020831327885389328, 0.0006636783364228904, -0.04229872673749924, -0.025566523894667625, -0.06699948757886887, 0.0028601111844182014, 0.05706971138715744, 0.019311824813485146, -0.05042630061507225, -0.03933039307594299, -0.005415438208729029, 0.020689979195594788, 0.004673355259001255, -0.013878717087209225, 0.008291009813547134, 0.010733699426054955, -0.018287044018507004, -0.07774201780557632, -0.03671543672680855, -0.07364289462566376, 0.060108717530965805, -0.03309336304664612, -0.08806050568819046, -0.004315565340220928, -0.06208760291337967, -0.00632537342607975, 0.023251932114362717, -0.0035845255479216576, 0.05618627741932869, 0.027775103226304054, 0.00613101851195097, -0.011325598694384098, 0.05180445313453674, -0.016917724162340164, -0.004492252133786678, 0.0024272294249385595, -0.0351429283618927, 0.013525344431400299, -0.06820095330476761, 0.0006763776764273643, 0.028799884021282196, -0.0039931125938892365, 0.0041852593421936035, 0.01533638034015894, -0.05494947358965874, 0.022933896631002426, 0.04434828832745552, 0.007615184411406517, -0.03622071444988251, -0.006775923538953066, 0.01662619039416313, 0.029930677264928818, 0.005530284717679024, 0.01082204282283783, -0.04342951998114586, 0.027669090777635574, 0.017589131370186806, -0.03592034801840782, -0.04300547018647194, 0.047422632575035095, 0.06459654867649078, -0.023764321580529213, 0.03763420507311821, 0.012368048541247845, -0.06343042105436325, -0.052652548998594284, -0.06364244222640991, -0.052299175411462784, -0.012217865325510502, 0.054348740726709366, 0.035089921206235886, -0.01602545753121376, -0.04226338863372803, -0.010724864900112152, -0.028163813054561615, 0.01816336251795292, 0.02768675982952118, 0.010327320545911789, -0.020389610901474953, 0.01567208394408226, -0.03286367282271385, 0.005388935562223196, -0.007425246294587851, 0.008578125387430191, -0.03643273562192917, 0.03569065406918526, 0.048412077128887177, -0.015097853727638721, -0.04364154115319252, 0.02118469960987568, -0.034241825342178345, 0.03454219177365303, 0.04929550737142563, -0.008807817474007607, 0.018039682880043983, -0.04554975777864456, -0.002526615746319294, 0.01957685314118862, -0.009920941665768623, 0.0611334964632988, 0.03710414469242096, -0.03323471173644066, -0.06519728153944016, -0.0326869860291481, -0.01750078797340393, 0.016369996592402458, 0.02544284239411354, -0.04501969739794731, 0.05081501230597496, 0.026520630344748497, -0.006895186845213175, 0.018048517405986786, 0.004191885236650705, 0.05138040706515312, 0.06827162951231003, -0.0022538560442626476, -0.010627686977386475, 0.012429888360202312, -0.013189639896154404, -0.0152833741158247, 0.0034652622416615486, 0.04562043026089668, 0.050602987408638, -0.0569283589720726, 0.009982782416045666, 0.041627317667007446, 0.005623044911772013, -0.021485067903995514, 0.02505413256585598, -0.012341545894742012, -0.034241825342178345, -0.024577079340815544, 0.024789102375507355, 0.01076903659850359, 0.018605079501867294, -0.010848545469343662, -0.00938204862177372, 0.022262487560510635, 0.02729805000126362, -0.030036689713597298, 0.09788426756858826, -0.01613146811723709, 0.02719203755259514 ]
10,438
mongoengine.errors
_format_errors
Returns a string listing all errors within a document
def _format_errors(self): """Returns a string listing all errors within a document""" def generate_key(value, prefix=""): if isinstance(value, list): value = " ".join([generate_key(k) for k in value]) elif isinstance(value, dict): value = " ".join([generate_key(v, k) for k, v in value.items()]) results = f"{prefix}.{value}" if prefix else value return results error_dict = defaultdict(list) for k, v in self.to_dict().items(): error_dict[generate_key(v)].append(k) return " ".join([f"{k}: {v}" for k, v in error_dict.items()])
(self)
[ -0.005518757272511721, -0.026521798223257065, 0.008187700994312763, 0.005633455701172352, 0.02309849113225937, -0.021722109988331795, -0.010569898411631584, -0.08688843995332718, 0.08321809768676758, -0.03620940074324608, 0.023169076070189476, -0.007517156191170216, 0.040197376161813736, -0.015625450760126114, 0.028551077470183372, 0.030598001554608345, 0.007036305032670498, -0.01617247238755226, 0.0375857800245285, 0.03275080397725105, 0.014275538735091686, -0.005814325995743275, -0.0025939482729882, -0.02398078702390194, -0.018157638609409332, 0.05134958773851395, 0.036597609519958496, -0.04002091661095619, 0.05025554075837135, -0.036844652146101, -0.0329272598028183, -0.04605581611394882, 0.05636102706193924, 0.03730344772338867, -0.03839749097824097, -0.058902036398649216, 0.006701033096760511, -0.03490360453724861, -0.04969087243080139, 0.014699039980769157, -0.02922162041068077, 0.058972619473934174, -0.018757598474621773, -0.06991308182477951, 0.035115353763103485, 0.014257892034947872, 0.009149402379989624, 0.05547872930765152, -0.08745311200618744, 0.0009539818274788558, -0.01902228780090809, -0.006837788969278336, -0.01453140377998352, -0.036668192595243454, -0.03156852722167969, -0.021457422524690628, -0.020804524421691895, -0.008946474641561508, -0.0027880531270056963, -0.05000849813222885, -0.031197963282465935, 0.055584605783224106, 0.012043330818414688, 0.016675380989909172, -0.005192307755351067, -0.017804719507694244, -0.00521436519920826, -0.00853179581463337, 0.01772531308233738, -0.0047467490658164024, 0.0034255115315318108, -0.004148993641138077, -0.02865695208311081, -0.01094928476959467, 0.023769035935401917, 0.004786452278494835, -0.07559506595134735, -0.0011116921668872237, 0.02038102224469185, -0.03199202939867973, -0.004175462760031223, 0.0045923469588160515, 0.007711261045187712, 0.013128554448485374, 0.0875236988067627, -0.04005620628595352, -0.013340305536985397, 0.07058362662792206, 0.06147833913564682, 0.02862166054546833, -0.014672570861876011, -0.004506323486566544, -0.019357560202479362, 0.005655513145029545, -0.08039475232362747, 0.042350176721811295, -0.025868898257613182, -0.06274884194135666, 0.00295789516530931, -0.021616235375404358, 0.048632118850946426, 0.031921446323394775, 0.009564081206917763, 0.017204759642481804, -0.011584538035094738, -0.02498660422861576, -0.010940462350845337, -0.04732632264494896, 0.051420170813798904, 0.033597804605960846, -0.04136200621724129, -0.06306646764278412, 0.020292792469263077, -0.0032821386121213436, 0.055372852832078934, -0.023927848786115646, 0.010516960173845291, -0.01582837849855423, 0.016225410625338554, -0.02189856953918934, 0.048667408525943756, -0.07623031735420227, -0.04496176913380623, 0.013640285469591618, -0.0072568790055811405, 0.030545063316822052, -0.027509968727827072, 0.02878047339618206, 0.060454875230789185, -0.043832432478666306, 0.01974576897919178, 0.026592381298542023, 0.016790080815553665, -0.0428442619740963, 0.0446794368326664, -0.012563885189592838, -0.00969642587006092, 0.017425332218408585, 0.01646362990140915, 0.06627802550792694, 0.008752369321882725, -0.01131102629005909, -0.0036791714373975992, -0.0023027907591313124, -0.01721358112990856, -0.016093065962195396, 0.007442160975188017, 0.06991308182477951, 0.013816745020449162, 0.005624632816761732, 0.01576661691069603, 0.026521798223257065, 0.09112346172332764, -0.028445200994610786, -0.01009345892816782, -0.007525979075580835, -0.006114306394010782, -0.06490164250135422, -0.002105377148836851, -0.04393830895423889, 0.017990002408623695, -0.06716032326221466, 0.02470426820218563, -0.01955166459083557, 0.040232665836811066, 0.0490909107029438, 0.025692440569400787, -0.060137249529361725, 0.024721914902329445, 0.043585389852523804, 0.03125090152025223, 0.00850091502070427, -0.026521798223257065, 0.01898699626326561, -0.006908372510224581, 0.04499706253409386, 0.016066597774624825, 0.06200771406292915, -0.05004379153251648, 0.003268904285505414, 0.005148193333297968, 0.008240638300776482, -0.018210574984550476, 0.02205738238990307, -0.0021980181336402893, 0.00032700071460567415, -0.04118554666638374, 0.01942814327776432, 0.02650415152311325, 0.0015098279109224677, 0.018898766487836838, 0.0016267320606857538, -0.0018241455545648932, 0.016595974564552307, -0.025163061916828156, 0.009978760033845901, -0.015678387135267258, -0.02906280755996704, 0.06564277410507202, -0.0053246524184942245, -0.09091170877218246, 0.04976145550608635, -0.04376184940338135, 0.014487288892269135, 0.00553640304133296, -0.0010984577238559723, -0.013949088752269745, -0.03260963410139084, -0.07390105724334717, 0.006224593613296747, 0.013357951305806637, 0.024616040289402008, -0.04880857840180397, -0.007980361580848694, 0.03818574175238609, -0.02422782965004444, 0.08342984318733215, 0.02514541707932949, -0.0760185644030571, 0.0010874290019273758, 0.052584800869226456, -0.05703156813979149, 0.07023070752620697, -0.05089079588651657, -0.023363180458545685, 0.04524410516023636, 0.028833411633968353, -0.005681981798261404, -0.016066597774624825, 0.023927848786115646, 0.05854911729693413, -0.016948893666267395, -0.021175088360905647, 0.04609110951423645, -0.020963337272405624, -0.007398046087473631, 0.019375205039978027, -0.0684308260679245, 0.09571139514446259, -0.022004446014761925, -0.03446245566010475, -0.0054702311754226685, -0.02031043916940689, 0.03765636309981346, 0.009308215230703354, -0.061690088361501694, 0.006281942594796419, 0.012299196794629097, -0.042032551020383835, 0.0023733745329082012, -0.023733744397759438, 0.016719495877623558, 0.011099275201559067, 0.013525587506592274, 0.06613685935735703, -0.04799686744809151, -0.04743219539523125, 0.013455003499984741, 0.027686426416039467, 0.006617214996367693, 0.03984445706009865, 0.06052545830607414, -0.030633293092250824, 0.010843409225344658, 0.0011034206254407763, -0.027633490040898323, -0.0035975591745227575, 0.03490360453724861, -0.0008971840725280344, 0.09020587056875229, 0.05216129869222641, 0.03365074470639229, -0.018122345209121704, -0.024351350963115692, -0.028709890320897102, 0.04619698226451874, 0.024810144677758217, 0.06814849376678467, -0.01819293014705181, -0.014381413348019123, -0.010508137755095959, -0.030986212193965912, -0.01236978080123663, 0.06677211076021194, 0.055019937455654144, 0.01161100622266531, -0.02514541707932949, -0.025198355317115784, 0.003899745410308242, 0.027721719816327095, 0.026045357808470726, -0.03984445706009865, -0.012034508399665356, -0.001901346375234425, -0.04136200621724129, -0.019410496577620506, 0.04499706253409386, -0.06126658618450165, 0.006987778935581446, -0.02729821763932705, -0.03624469041824341, 0.08237109333276749, 0.09288804978132248, 0.01731063425540924, -0.005262891761958599, -0.03437422588467598, -0.013534409925341606, -0.048420365899801254, -0.010834586806595325, -0.038715120404958725, -0.07975950092077255, 0.006079014856368303, 0.01053460594266653, 0.03807986527681351, -0.005183484870940447, -0.004949676804244518, -0.0355035625398159, -0.007142180576920509, -0.013966734521090984, 0.059819623827934265, -0.004259280860424042, 0.008125940337777138, 0.0006225696415640414, -0.04587935656309128, 0.040585584938526154, -0.04887916147708893, 0.016093065962195396, -0.0043408931232988834, 0.03402130678296089, 0.04485589265823364, 0.008505326695740223, -0.0825122594833374, -0.03386249393224716, 0.01746944710612297, 0.006162832956761122, -0.05939612165093422, 0.03769165650010109, -0.07792432606220245, -0.0472557358443737, -0.03125090152025223, 0.001408363925293088, -0.00816564355045557, 0.006643683649599552, -0.021686818450689316, -0.042350176721811295, -0.014302006922662258, -0.0295039564371109, -0.011478662490844727, -0.036985818296670914, -0.011143390089273453, -0.002653503092005849, 0.05724332109093666, 0.0032887558918446302, 0.011637475341558456, 0.0271746963262558, -0.04107967019081116, -0.04679694399237633, -0.019992811605334282, 0.013075617142021656, 0.07305405288934708, 0.053784724324941635, -0.00785242859274149, -0.00624665105715394, -0.01281092781573534, 0.03534474968910217, 0.023486701771616936, -0.014169663190841675, -0.03850336745381355, 0.04171492159366608, 0.008099471218883991, -0.021016275510191917, -0.00889353733509779, 0.02698059193789959, -0.046232275664806366, -0.05223188176751137, 0.053502388298511505, 0.021175088360905647, 0.03578589856624603, -0.0656074807047844, -0.04711456969380379, 0.02722763456404209, 0.007839193567633629, 0.02249853126704693, 0.005240834318101406, -0.027668781578540802, -0.048667408525943756, -0.0295039564371109, -0.017390040680766106, 0.005805503111332655, 0.047502778470516205, -0.012396248988807201, -0.01870466023683548, 0.05180837959051132, 0.03541533276438713, -0.036279983818531036, -0.012325665913522243, 0.004049735609441996, -0.03737403079867363, -0.021845631301403046, -0.033121366053819656, 0.011858048848807812, -0.042914845049381256, -0.05816090852022171, 0.011249265633523464, 0.006162832956761122, -0.02549833431839943, 0.010993399657309055, 0.0223397184163332, -0.020804524421691895, 0.0691719502210617, 0.008267107419669628, -0.03197438269853592, 0.01121397316455841, -0.036562319844961166, 0.01870466023683548, 0.012881511822342873, -0.06468988955020905, 0.019286975264549255, -0.03822103515267372, 0.02458074688911438, -0.022992616519331932, -0.019975166767835617, 0.034638915210962296, 0.09281747043132782, -0.005474642384797335, -0.02151036076247692, -0.033633098006248474, 0.027845241129398346, 0.022322071716189384, 0.04337363690137863, 0.01958695612847805, 0.03301548957824707, -0.007177472580224276, -0.07248938083648682, 0.015299000777304173, -0.05314946919679642, 0.011637475341558456, 0.04545585438609123, 0.0245454553514719, 0.03829161822795868, 0.07594798505306244, 0.02249853126704693, 0.04729102924466133, 0.04160904884338379, 0.052620094269514084, 0.021775048226118088, -0.025921836495399475, -0.008487680926918983, -0.024527810513973236, 0.025233646854758263, 0.028251096606254578, -0.014822561293840408, -0.01199039351195097, -0.05607869103550911, 0.057737406343221664, 0.03573296219110489, -0.008253872394561768, -0.03560943901538849, -0.03506241738796234, 0.009131756611168385, 0.006423110142350197, 0.0663486048579216, -0.007693615276366472, 0.05205542594194412, -0.048667408525943756, -0.06518398225307465, -0.007296582218259573, 0.02938043512403965, -0.015157833695411682, 0.026468859985470772, 0.0016157033387571573, -0.0022564702667295933, -0.013287367299199104, 0.03165675699710846, -0.02897457778453827, 0.028409909456968307, 0.007486275862902403, -0.02530422993004322, -0.025321876630187035, -0.014099079184234142, -0.014037318527698517, -0.07217175513505936, -0.0056643360294401646, -0.02059277333319187, 0.022286780178546906, 0.025039540603756905, -0.0018825976876541972, -0.004773217719048262, -0.05879615992307663, 0.005796680226922035, -0.013896151445806026, 0.014019672758877277, -0.04312659427523613, -0.028445200994610786, 0.008258284069597721, -0.02537481300532818, -0.026045357808470726, 0.009343507699668407, -0.057419780641794205, -0.009317038580775261, 0.06772498786449432, -0.060419585555791855, -0.009343507699668407, 0.0008894639904610813, 0.04969087243080139, -0.03181556984782219, 0.03485066443681717, 0.04436180740594864, 0.04118554666638374, -0.036315277218818665, -0.019763415679335594, 0.009740540757775307, 0.0329272598028183, 0.01870466023683548, -0.053184762597084045, -0.04549114778637886, -0.05449055880308151, 0.0011006634449586272, 0.03368603438138962, 0.055584605783224106, -0.06539572775363922, 0.02593948319554329, -0.055902231484651566, -0.016119536012411118, -0.01053460594266653, 0.03520358353853226, 0.039279788732528687, -0.014275538735091686, -0.04397359862923622, -0.003319636220112443, -0.04185609146952629, 0.036350566893815994, 0.07397163659334183, 0.0038820994086563587, -0.05039671063423157, 0.03882099315524101, 0.01105516031384468, -0.0011933044297620654, -0.026645319536328316, 0.028092283755540848, 0.029451018199324608, 0.09324096888303757, 0.0023667572531849146, -0.06126658618450165, 0.019692830741405487, 0.029486309736967087, 0.01409025676548481, -0.04062087833881378, -0.021051567047834396, -0.03882099315524101, -0.019639894366264343, 0.039032746106386185, 0.06387817859649658, 0.0025674793869256973, -0.03642114996910095, 0.015996014699339867, 0.005783445667475462, 0.000017146168829640374, 0.08124175667762756, -0.01718711294233799, 0.011337494477629662, -0.031356774270534515, 0.012563885189592838, -0.03910332918167114, -0.025763023644685745, 0.02798640727996826, -0.029486309736967087, 0.013507941737771034, -0.06511339545249939, 0.037550490349531174, -0.03349193185567856, 0.011161035858094692, 0.007570093963295221, -0.01930462196469307, -0.009846415370702744, 0.0014260098105296493, -0.015519575215876102, 0.04196196421980858, 0.04129141941666603, 0.03386249393224716, 0.018210574984550476, -0.0032556697260588408, 0.07559506595134735, -0.028233449906110764, 0.01879289001226425, 0.02511012554168701, 0.012105091474950314, -0.014646102674305439, 0.013287367299199104, -0.00484821293503046, -0.06677211076021194, -0.08681786060333252, -0.0355035625398159, -0.010296386666595936, 0.06303118169307709, 0.042067840695381165, 0.03130383789539337, -0.026133587583899498, -0.03977387398481369, -0.006780439522117376, -0.01797235570847988, 0.054137639701366425, 0.005704039242118597, 0.014972551725804806, 0.007773021701723337, -0.004018855281174183, 0.10375793278217316, 0.039279788732528687, 0.014690217562019825, 0.00969642587006092, -0.03440951928496361, -0.02406901679933071, -0.03493889421224594, -0.026451213285326958, -0.029009871184825897, -0.00936997588723898, 0.018439972773194313, 0.0235043466091156, -0.00712453480809927, -0.03070387803018093, 0.02082216925919056, -0.00905235018581152, -0.055372852832078934, 0.0026402687653899193, -0.004418093711137772, 0.0410090871155262, -0.021722109988331795, 0.012449187226593494, -0.03776223957538605, -0.10333442687988281, -0.003992386162281036, 0.03762107342481613, 0.022674988955259323, -0.08208875358104706, -0.04976145550608635, 0.063172347843647, 0.04316188767552376, 0.003584324847906828, -0.02482778951525688, 0.05339651182293892, 0.008059768006205559, -0.04040912538766861, -0.08272401243448257, 0.045949939638376236, -0.035838834941387177, 0.09493497759103775, -0.0015958516160026193, -0.06264296919107437, 0.030368605628609657, -0.012713875621557236, -0.011602183803915977, 0.06804261356592178, -0.0036218222230672836, -0.026115940883755684, -0.014981374144554138, 0.06507810205221176, -0.0010697831166908145, -0.045385271310806274, -0.018016470596194267, 0.00218037236481905, 0.03469185158610344, -0.05932553857564926, -0.046585194766521454, -0.05960787087678909, 0.016101889312267303, -0.014849030412733555, 0.022127967327833176, 0.017257696017622948, 0.0284628476947546, 0.004089438822120428, 0.01505195815116167, -0.014954905956983566, 0.03156852722167969, -0.014443174004554749, -0.0504320003092289, 0.05660806968808174, 0.04404418170452118, 0.020486896857619286, 0.004892327357083559, -0.06405463814735413, -0.006290765479207039, 0.05657277628779411, -0.04736161231994629, 0.01290798094123602, -0.025198355317115784, -0.004733514506369829, -0.007711261045187712, 0.03737403079867363, -0.012202144600450993, 0.005474642384797335, -0.048420365899801254, -0.03114502504467964, -0.015193125233054161, 0.009458205662667751, -0.06881903856992722, -0.0019443583441898227, 0.04192667454481125, 0.027792302891612053, 0.03089798241853714, -0.023716097697615623, 0.020363375544548035, -0.006259885150939226, 0.014981374144554138, -0.005673158913850784, -0.0029027515556663275, -0.02802169881761074, 0.014337299391627312, -0.02537481300532818, -0.05131429433822632, 0.00416222820058465, 0.07019541412591934, 0.05657277628779411, 0.039385661482810974, -0.0317096933722496, -0.034480102360248566, -0.060419585555791855, 0.08272401243448257, -0.001274916692636907, 0.025639502331614494, -0.0295039564371109, 0.00987288448959589, 0.03836220130324364, -0.012987387366592884, 0.014037318527698517, -0.01879289001226425, 0.0642663910984993, -0.005968727637082338, -0.046585194766521454, -0.03178027644753456, -0.022833803668618202, 0.021457422524690628, 0.04753807187080383, -0.05374943092465401, 0.033474285155534744, 0.019922228530049324, 0.011011045426130295, -0.039068035781383514, -0.007953892461955547, 0.021439775824546814, 0.035874128341674805, 0.01266976073384285, 0.05205542594194412, -0.036844652146101, -0.010728711262345314, -0.02242794632911682, -0.019975166767835617, 0.04616169258952141, 0.04905562102794647, -0.051667213439941406, 0.01731063425540924, 0.022233841940760612, 0.018334096297621727, -0.04436180740594864, -0.017010653391480446, -0.012025685049593449, -0.009581726975739002, 0.0008111602510325611, 0.011963924393057823, 0.01617247238755226, 0.019798707216978073, -0.0006738530355505645, -0.06991308182477951, -0.005942258983850479, 0.06772498786449432, 0.023363180458545685, 0.03804457560181618, -0.029027516022324562, -0.004418093711137772 ]
10,439
mongoengine.errors
_get_message
null
def _get_message(self): return self._message
(self)
[ 0.00831566657871008, 0.004499297589063644, -0.0022005492355674505, 0.05831232666969299, 0.03158435598015785, -0.061204731464385986, 0.0889861062169075, 0.04320754110813141, 0.11226818710565567, -0.0394224189221859, -0.004546165466308594, -0.03292343020439148, -0.04470730572938919, 0.002914723474532366, -0.012676592916250229, 0.054312948137521744, 0.0056509035639464855, -0.03074520081281662, 0.01684558391571045, 0.030566656962037086, -0.007065861020237207, -0.016220681369304657, 0.027210038155317307, 0.0064097135327756405, -0.02858482301235199, 0.035869400948286057, 0.026442300528287888, -0.0023657020647078753, 0.09512800723314285, -0.01874707266688347, -0.06938202679157257, -0.08691500127315521, 0.00029599174740724266, 0.03619077801704407, -0.05306314304471016, 0.06981053203344345, -0.03292343020439148, -0.03624434024095535, -0.06374005228281021, -0.06059768423438072, -0.01197134517133236, 0.028959764167666435, 0.029084745794534683, -0.013301494531333447, 0.039565250277519226, -0.033619750291109085, -0.0031780751887708902, 0.06873927265405655, -0.022371508181095123, 0.02554958313703537, 0.020961012691259384, 0.03549445793032646, -0.028120610862970352, -0.011087554506957531, -0.07341711223125458, 0.002334456890821457, 0.01547972671687603, -0.007887161336839199, -0.04349321126937866, 0.06959627568721771, -0.050849203020334244, 0.012007053941488266, -0.0046287416480481625, -0.005043855402618647, 0.0004421742632985115, -0.024871116504073143, 0.07855916768312454, 0.01655098795890808, 0.026977932080626488, 0.030066734179854393, 0.035351622849702835, -0.010462651960551739, -0.05238467827439308, 0.017193743959069252, 0.0087218526750803, -0.042921870946884155, -0.004985828883945942, 0.017907919362187386, -0.0024058744311332703, 0.036744263023138046, 0.03245921805500984, 0.026281611993908882, -0.007994287647306919, 0.00005401640009949915, 0.06238311901688576, -0.04749258607625961, 0.02315709926187992, 0.0009072244283743203, -0.09155713766813278, 0.018818490207195282, -0.002336688805371523, -0.03137010335922241, -0.05263464152812958, 0.048563845455646515, -0.04092218354344368, -0.0460999459028244, -0.04070793092250824, 0.012542684562504292, 0.015408309176564217, 0.01407815981656313, -0.03574442118406296, 0.1134822815656662, -0.0006109537207521498, -0.015533288940787315, 0.03269132599234581, 0.015836812555789948, 0.011944564059376717, -0.03910103812813759, 0.05974067375063896, -0.005159908905625343, 0.01917557790875435, -0.017220525071024895, -0.05659830570220947, 0.05013503134250641, 0.023299934342503548, -0.022800011560320854, -0.041529230773448944, 0.010426944121718407, 0.034815993160009384, 0.010257326997816563, -0.015113712288439274, 0.0021358272060751915, -0.03606579825282097, -0.09241414815187454, -0.007949652150273323, 0.04120785370469093, -0.025174641981720924, -0.07477404177188873, 0.08541523665189743, -0.06349008530378342, -0.005133127328008413, -0.016202827915549278, 0.023835564032197, -0.029191872105002403, -0.023799855262041092, 0.017524050548672676, 0.02901332825422287, 0.009409245103597641, 0.05156337842345238, 0.06895352154970169, 0.03449461609125137, 0.07848774641752243, 0.025924524292349815, -0.05770527571439743, -0.01348003838211298, -0.014265630394220352, 0.07341711223125458, 0.016577769070863724, -0.012721228413283825, -0.023960545659065247, 0.04245765879750252, -0.04235053062438965, -0.005941036622971296, -0.01714910939335823, 0.024978242814540863, 0.021175265312194824, -0.025371039286255836, -0.0066239661537110806, -0.04902806133031845, -0.03542304039001465, 0.007449729833751917, -0.048456721007823944, -0.007896088995039463, -0.03420894593000412, 0.06016917899250984, 0.0314236655831337, 0.07998751103878021, -0.011899927631020546, -0.00795411504805088, 0.02824559062719345, -0.0825585424900055, 0.030459530651569366, -0.09369965642690659, 0.015417235903441906, 0.006195461377501488, 0.048456721007823944, -0.0333162285387516, 0.054919999092817307, -0.0086281169205904, -0.003992680460214615, -0.045314352959394455, -0.009668133221566677, -0.005557168275117874, 0.04684982821345329, 0.035440895706415176, 0.03486955538392067, 0.0522061362862587, -0.021800167858600616, -0.0009540921309962869, -0.031334392726421356, -0.02133595570921898, -0.010864375159144402, 0.0047849672846496105, 0.04463588818907738, -0.025924524292349815, 0.0037918188609182835, 0.010480506345629692, -0.020336110144853592, -0.005280425772070885, 0.019943315535783768, -0.018095389008522034, -0.019675500690937042, -0.02749570831656456, 0.033387646079063416, -0.043350376188755035, -0.00411096541211009, 0.013283640146255493, 0.020836032927036285, -0.04545718804001808, -0.03054880164563656, -0.06702525168657303, 0.005485750734806061, 0.03054880164563656, 0.019764771685004234, 0.048563845455646515, -0.07420270144939423, -0.017390143126249313, -0.007927333936095238, -0.022817866876721382, 0.05109916627407074, 0.047349750995635986, -0.03267347067594528, -0.00387216336093843, -0.022157255560159683, -0.029745357111096382, 0.004470284096896648, -0.005552704446017742, -0.002116857096552849, -0.019979024305939674, -0.02901332825422287, 0.02296070195734501, 0.010971501469612122, 0.021371664479374886, 0.03628005087375641, -0.05577700585126877, -0.008520991541445255, -0.06009776145219803, 0.0013401925098150969, -0.0033365327399224043, 0.012542684562504292, 0.020175421610474586, -0.056026969105005264, 0.024496175348758698, 0.1310509741306305, 0.05899079144001007, -0.03229852765798569, 0.04210057109594345, 0.043457500636577606, 0.006856072694063187, 0.03074520081281662, -0.0003704778791870922, 0.0008670521201565862, -0.031048724427819252, -0.013676436617970467, -0.002544245682656765, -0.045742858201265335, -0.012319505214691162, 0.005530386697500944, 0.014390610158443451, 0.02683509700000286, -0.016800949349999428, -0.011194680817425251, 0.0005568327032960951, 0.028084902092814445, 0.005458969157189131, -0.0039748260751366615, -0.05691968649625778, 0.020871741697192192, 0.006329369265586138, 0.05734819173812866, 0.17325866222381592, 0.007556856144219637, -0.0073827761225402355, -0.003316446440294385, -0.02490682527422905, -0.07998751103878021, -0.047028373926877975, 0.01693485677242279, -0.04006517305970192, -0.006400786340236664, -0.03597652539610863, -0.00014381125220097601, 0.04045797139406204, 0.010096638463437557, -0.021246682852506638, 0.017934700474143028, 0.06920348107814789, -0.020550362765789032, -0.02067534439265728, -0.022782158106565475, -0.01559577975422144, -0.018077535554766655, -0.012899772264063358, -0.001962863141670823, 0.012060617096722126, -0.052884601056575775, -0.027959920465946198, 0.03310197591781616, 0.04095789045095444, 0.008753097616136074, -0.005226862616837025, 0.0355837307870388, -0.04602852836251259, -0.011757093481719494, -0.05142054334282875, 0.039243873208761215, -0.008699534460902214, 0.04120785370469093, -0.0017486109863966703, -0.017158035188913345, -0.019122015684843063, 0.03770839795470238, 0.0037628053687512875, 0.04160064831376076, 0.002725020982325077, 0.03777981549501419, 0.0532773956656456, 0.025603145360946655, 0.026335174217820168, 0.06277591735124588, 0.009141430258750916, -0.019943315535783768, 0.02694222331047058, 0.04863526299595833, 0.021943002939224243, 0.014337047934532166, -0.05849086865782738, 0.02221081778407097, 0.01938983052968979, 0.013301494531333447, -0.010730467736721039, -0.03149508312344551, -0.03576227277517319, -0.06916777044534683, -0.006860536057502031, 0.02672797068953514, 0.01184636540710926, -0.008918250910937786, -0.006726628635078669, -0.03767269104719162, -0.0028455378487706184, -0.05706252157688141, -0.0022474171128124, 0.01780971884727478, -0.005374161060899496, 0.0002587486815173179, 0.005874082911759615, -0.006476667709648609, 0.035244498401880264, -0.07791640609502792, -0.03163791820406914, -0.04506439343094826, 0.00008173946844181046, 0.0028522333595901728, -0.03260205313563347, -0.02415694296360016, -0.03647644817829132, -0.009074476547539234, 0.05292031168937683, 0.08912894129753113, 0.007949652150273323, -0.0195862278342247, 0.014033523388206959, -0.011766020208597183, -0.09455666691064835, 0.04624278098344803, -0.03065592795610428, 0.04745687544345856, 0.05934787914156914, -0.010087710805237293, -0.0016481801867485046, 0.000049762042181100696, -0.016220681369304657, 0.0024326560087502003, -0.05488428846001625, 0.014283484779298306, -0.04102930799126625, 0.013667508959770203, -0.04338608309626579, -0.007873770780861378, 0.03617292270064354, -0.01629209890961647, -0.08862902224063873, 0.035833690315485, 0.013167587108910084, 0.028620531782507896, -0.0087218526750803, -0.015283328481018543, -0.021996567025780678, 0.0336911678314209, -0.040208008140325546, -0.040672220289707184, -0.017515122890472412, -0.0023947155568748713, -0.03353048115968704, -0.018122170120477676, 0.005525922868400812, 0.0014283484779298306, 0.003707010531798005, -0.026656553149223328, 0.03735131025314331, 0.03303055837750435, -0.02521035075187683, 0.01023947261273861, -0.039672378450632095, -0.009186065755784512, -0.04392171651124954, 0.08034460246562958, -0.007012298330664635, -0.003669070079922676, -0.0074363392777740955, -0.0149887315928936, -0.003655679291114211, -0.04842101410031319, 0.0028366106562316418, -0.03315553814172745, -0.014435246586799622, 0.004945656284689903, 0.011703530326485634, 0.007650591433048248, -0.06402572244405746, 0.007913943380117416, 0.005481287371367216, -0.03376258537173271, -0.0334412083029747, -0.0083290571346879, -0.03126297518610954, 0.0149887315928936, 0.0498136505484581, 0.03087018057703972, -0.04492155835032463, -0.02110384777188301, -0.014506664127111435, -0.022067982703447342, 0.003579798387363553, 0.013935324735939503, -0.04177919030189514, -0.02749570831656456, -0.05134912580251694, 0.0498136505484581, -0.001537706353701651, 0.045207228511571884, 0.01066797785460949, -0.0027428753674030304, 0.045849986374378204, -0.05077778548002243, -0.04188631847500801, 0.020496800541877747, 0.0040016076527535915, -0.022389361634850502, 0.01644386164844036, 0.012676592916250229, 0.028888346627354622, -0.03494097292423248, -0.020782470703125, -0.01915772445499897, -0.03681568056344986, -0.013765708543360233, 0.03019171580672264, -0.04852813854813576, -0.059383586049079895, 0.05556275323033333, -0.05641976371407509, 0.0026111993938684464, -0.009038767777383327, 0.014203139580786228, -0.0032182475551962852, 0.014319193549454212, -0.05716964602470398, 0.003811904927715659, 0.04831388592720032, -0.013158660382032394, -0.04320754110813141, -0.03788694366812706, -0.007793426048010588, 0.002143638674169779, 0.002016426296904683, 0.005838374141603708, -0.01201598159968853, -0.010917938314378262, -0.018247151747345924, -0.02122882939875126, -0.014479882083833218, -0.03517308086156845, -0.000749882950913161, 0.019211286678910255, 0.013899615965783596, -0.0038297593127936125, 0.05663401633501053, -0.057205356657505035, -0.012774791568517685, 0.09841320663690567, 0.0036110433284193277, 0.003175843507051468, 0.008770952001214027, 0.010409089736640453, -0.016301026567816734, -0.022657176479697227, 0.0029392733704298735, 0.0024594375863671303, -0.02415694296360016, -0.024210507050156593, -0.005253644194453955, -0.026388738304376602, 0.0008592408848926425, -0.09491375088691711, -0.00826210342347622, 0.039993755519390106, 0.09848462790250778, -0.014051377773284912, 0.039565250277519226, 0.062204573303461075, -0.0418149009346962, -0.003155757440254092, -0.01656884141266346, -0.031155850738286972, -0.027442144230008125, 0.009150356985628605, -0.002263039583340287, 0.010275181382894516, 0.03831544890999794, 0.022585758939385414, -0.029834628105163574, -0.02588881552219391, -0.017827574163675308, 0.013051534071564674, -0.0751311257481575, 0.01196241844445467, -0.029834628105163574, 0.03767269104719162, 0.0299774631857872, -0.0020220058504492044, 0.03108443319797516, 0.038708243519067764, -0.03301270306110382, 0.012462340295314789, -0.06402572244405746, -0.00381860020570457, -0.13619302213191986, -0.009168211370706558, -0.002261923626065254, -0.03910103812813759, -0.04035084322094917, -0.005191153846681118, -0.0231749527156353, 0.012614102102816105, -0.002017542254179716, 0.04438592866063118, -0.036637138575315475, -0.02285357564687729, 0.007217623293399811, -0.024299778044223785, -0.03358404338359833, -0.03856540843844414, 0.04674270376563072, 0.002092307200655341, -0.046492740511894226, 0.02219296433031559, 0.02153235301375389, -0.003474903991445899, -0.0016091237775981426, -0.006989980116486549, -0.025406748056411743, 0.04192202538251877, -0.029495395720005035, 0.027459999546408653, -0.035244498401880264, 0.03645859286189079, -0.04445734620094299, 0.0008810008876025677, -0.01163211278617382, 0.011605330742895603, 0.03899391368031502, 0.011828511022031307, 0.06681099534034729, 0.03008458949625492, -0.022014420479536057, 0.02988819219172001, 0.030673783272504807, 0.0391724556684494, 0.054741453379392624, -0.027531417086720467, 0.08770059794187546, -0.0135871646925807, -0.05263464152812958, -0.0014361597131937742, -0.01531903725117445, -0.016470642760396004, 0.02069319784641266, 0.007829135283827782, 0.003423572750762105, -0.03454817831516266, 0.030173860490322113, 0.023407060652971268, 0.05834803357720375, 0.029834628105163574, 0.0740598663687706, 0.012149889022111893, -0.033923275768756866, -0.005030464846640825, 0.021175265312194824, 0.04202915355563164, 0.031673625111579895, 0.03888678550720215, 0.043350376188755035, -0.012631956487894058, -0.023210661485791206, 0.0133193489164114, 0.012997970916330814, 0.03435178101062775, -0.02283572033047676, -0.059169333428144455, -0.026763679459691048, -0.011658893898129463, -0.021782314404845238, 0.027459999546408653, 0.01597072184085846, 0.0179168451577425, -0.0032115522772073746, 0.04538577049970627, 0.05941929668188095, 0.0034258044324815273, -0.03640503063797951, 0.011989199556410313, 0.011953490786254406, 0.008431719616055489, 0.0007325865444727242, -0.034262508153915405, -0.06149040162563324, 0.0055214595049619675, -0.010462651960551739, 0.049849361181259155, 0.040315136313438416, -0.03963666781783104, -0.002249648794531822, 0.025031806901097298, 0.008976276963949203, -0.023085681721568108, -0.041850607842206955, 0.023764146491885185, 0.00015204100054688752, -0.00022889842512086034, -0.08384405076503754, -0.06063339114189148, -0.056134093552827835, 0.08227287232875824, -0.014096014201641083, -0.05424153059720993, 0.007476511411368847, -0.04017230123281479, -0.004238177556544542, 0.020978868007659912, 0.01960408315062523, 0.04360033571720123, 0.01699734665453434, -0.037387020885944366, -0.012453412637114525, 0.060454849153757095, -0.03597652539610863, -0.028388425707817078, -0.03226282075047493, -0.03326266631484032, 0.00032695787376724184, -0.04788538068532944, -0.0336911678314209, 0.012426631525158882, -0.019657645374536514, 0.0179793369024992, 0.05388444662094116, -0.06741804629564285, 0.03710135072469711, 0.04045797139406204, 0.023210661485791206, -0.02967393957078457, -0.015943938866257668, 0.0024594375863671303, 0.06059768423438072, 0.0011761556379497051, 0.038279738277196884, 0.012614102102816105, 0.038065485656261444, 0.06859643757343292, -0.03720847889780998, 0.029066890478134155, 0.052563223987817764, 0.0174437053501606, 0.03149508312344551, 0.047564003616571426, 0.022442925721406937, -0.04295757785439491, -0.028763366863131523, -0.07505971193313599, -0.04774254560470581, 0.010792957618832588, 0.01320329587906599, 0.043778881430625916, -0.011444642208516598, -0.03906533122062683, -0.018675655126571655, 0.012748009525239468, 0.006271342281252146, -0.0265137180685997, 0.030245278030633926, -0.041529230773448944, 0.006454349495470524, -0.026460155844688416, -0.0009245208348147571, -0.007614882662892342, -0.05338452383875847, 0.019104160368442535, -0.009766332805156708, -0.016006430611014366, 0.021889440715312958, -0.02924543432891369, 0.013854979537427425, -0.0020253534894436598, -0.03217354789376259, 0.07984467595815659, -0.04156494140625, 0.04806392639875412, -0.06620395183563232, 0.0005599014111794531, 0.042921870946884155, 0.005936573259532452, 0.05502712354063988, 0.03877966105937958, -0.018443549051880836, -0.051920466125011444, -0.01682773046195507, 0.029584666714072227, -0.02046109177172184, -0.01337291207164526, -0.029406122863292694, 0.04285045340657234, 0.05295601859688759, -0.02210369147360325, 0.032637763768434525, -0.002230678452178836, 0.026602989062666893, 0.050813496112823486, -0.005485750734806061, -0.002142522716894746, 0.014131722040474415, 0.03406611084938049, -0.03254849091172218, 0.006481131073087454, -0.013140805996954441, 0.0074943657964468, -0.021157411858439445, -0.01851496659219265, 0.018166806548833847, -0.00495458347722888, -0.004869775380939245, -0.029906045645475388, -0.02567456290125847, -0.01990760676562786, -0.03563729301095009, 0.010319817811250687, 0.01863994635641575, 0.051920466125011444, -0.019729062914848328, 0.01851496659219265, 0.0010483853984624147, 0.04892093315720558, -0.015810031443834305, 0.0714174211025238, -0.035351622849702835, 0.046599868685007095 ]
10,440
mongoengine.errors
_set_message
null
def _set_message(self, message): self._message = message
(self, message)
[ -0.01816672645509243, 0.026728687807917595, -0.006567829754203558, 0.04884709045290947, 0.014443736523389816, -0.026088370010256767, 0.033955130726099014, 0.08086296916007996, 0.07142286002635956, -0.0027030552737414837, -0.01948395185172558, -0.012175182811915874, -0.015642045065760612, 0.026417676359415054, -0.05634795129299164, 0.0327293798327446, 0.043541599065065384, 0.0176636204123497, -0.015010874718427658, -0.002103900769725442, -0.00314899068325758, -0.021917158737778664, 0.040504664182662964, 0.03446738421916962, -0.027094583958387375, 0.04255368188023567, -0.03399172052741051, 0.05199379101395607, 0.0947670117020607, -0.05755540728569031, -0.05459165200591087, -0.07515499740839005, -0.01644701510667801, 0.03483327850699425, -0.0014315672451630235, 0.01625492051243782, -0.024588197469711304, -0.03878495469689369, -0.03933379799127579, 0.0037755873054265976, 0.0011657210998237133, 0.06483673304319382, 0.003395970445126295, 0.020252332091331482, 0.038089752197265625, 0.013254575431346893, 0.009851744398474693, 0.11167139559984207, 0.004248965065926313, 0.05488437041640282, -0.05711633339524269, 0.023655163124203682, -0.0018797896336764097, -0.005323783960193396, -0.08810770511627197, 0.05718951299786568, 0.04317570477724075, 0.03684570640325546, -0.04116327688097954, 0.02193545363843441, -0.02502727322280407, 0.012513636611402035, -0.030222993344068527, -0.025466347113251686, -0.010976874269545078, -0.01738004945218563, 0.06926407665014267, 0.04412703216075897, 0.03450397402048111, 0.025832243263721466, 0.05137176811695099, -0.0003661816590465605, -0.05532344430685043, -0.0172702819108963, -0.009769417345523834, 0.02486261911690235, -0.06941043585538864, 0.061177775263786316, -0.05404280871152878, 0.049505699425935745, 0.06040939688682556, 0.000947327062021941, 0.02392958477139473, 0.013922334648668766, -0.0024903782177716494, -0.02497238852083683, 0.013657060451805592, 0.0217342097312212, -0.02371004782617092, -0.018770454451441765, 0.01720624975860119, -0.022228170186281204, -0.01005298737436533, 0.04376113787293434, -0.03604073449969292, -0.015431655570864677, 0.0007089230930432677, -0.02486261911690235, 0.0042352438904345036, 0.051079053431749344, -0.03878495469689369, 0.044639285653829575, 0.06308043748140335, -0.06867863982915878, 0.02167932502925396, -0.044163621962070465, 0.016318952664732933, -0.04529789835214615, 0.029802212491631508, -0.013355196453630924, 0.020984124392271042, -0.01528529729694128, -0.05367691442370415, 0.05686020851135254, -0.0217342097312212, 0.02885088324546814, -0.0009027335327118635, -0.03973628208041191, 0.073325514793396, 0.021697619929909706, -0.01968519389629364, 0.018935106694698334, -0.01650189980864525, -0.04628581926226616, -0.004564550239592791, -0.004678892437368631, 0.011214706115424633, -0.000502249167766422, 0.08561961352825165, -0.060811880975961685, -0.03765067830681801, -0.02392958477139473, 0.0434684194624424, -0.019977910444140434, -0.0013824000488966703, 0.012184330262243748, -0.06242182105779648, -0.02623472921550274, 0.02826545014977455, 0.052542638033628464, 0.007413963787257671, 0.06688575446605682, 0.009485848248004913, -0.03948015719652176, 0.04895685613155365, 0.0056073530577123165, 0.04668830335140228, 0.016684848815202713, -0.007880480960011482, 0.023161204531788826, 0.008978168480098248, -0.024588197469711304, -0.027240941300988197, -0.01630980521440506, 0.009650501422584057, 0.012184330262243748, -0.024368660524487495, -0.0017059891251847148, -0.03177804872393608, 0.03655299171805382, 0.03695547580718994, -0.0492129847407341, -0.022447707131505013, 0.02219158038496971, 0.02460649237036705, 0.04116327688097954, 0.006494650151580572, -0.0036543842870742083, -0.008392734453082085, 0.041858479380607605, -0.026765277609229088, -0.03229030221700668, -0.057774946093559265, 0.016940975561738014, 0.06264135986566544, 0.043322063982486725, -0.005145409610122442, 0.000982773257419467, 0.0010742471786215901, -0.023106319829821587, -0.03068036213517189, 0.019502246752381325, 0.0029180189594626427, 0.06161685287952423, 0.006920004263520241, 0.02916189469397068, 0.006165344268083572, 0.00047566453577019274, -0.005653089843690395, 0.0017825985560193658, 0.007116673048585653, -0.009001036174595356, -0.009243442676961422, -0.0011754402657970786, -0.013355196453630924, 0.008667157031595707, 0.023380741477012634, -0.12477046996355057, 0.008424750529229641, 0.043431829661130905, -0.007921643555164337, -0.009229721501469612, 0.013227133080363274, -0.0010439464822411537, 0.0476396344602108, 0.01159889716655016, 0.012156887911260128, 0.017078185454010963, 0.009170263074338436, -0.05770176649093628, -0.04910321533679962, 0.009988955222070217, 0.0638854056596756, -0.006083017680794001, 0.0382361114025116, -0.04811529815196991, 0.0009999246103689075, 0.006233949679881334, -0.023051435127854347, 0.028210565447807312, 0.068056620657444, 0.0285398717969656, -0.05067656934261322, -0.03318674862384796, -0.012111150659620762, 0.013721092604100704, 0.02261235937476158, -0.054262347519397736, -0.017023302614688873, 0.02246600203216076, -0.009549880400300026, 0.043687958270311356, -0.040394894778728485, 0.02151467278599739, -0.04701761156320572, -0.04844460263848305, -0.025631001219153404, 0.0003861915902234614, -0.0690811276435852, -0.003695547580718994, 0.016346395015716553, -0.05115223303437233, 0.009604765102267265, 0.08313152194023132, 0.04171212017536163, -0.02435036562383175, -0.01953883469104767, 0.04401726275682449, -0.01566033996641636, 0.0481518879532814, -0.01900828629732132, -0.02182568423449993, -0.04994477704167366, 0.000009125062206294388, 0.007898775860667229, -0.03915084898471832, 0.024697966873645782, 0.03265620023012161, -0.009824302047491074, 0.03739454969763756, -0.05572592839598656, -0.025246810168027878, -0.01839541085064411, 0.00804056040942669, 0.07076424360275269, -0.0021667892578989267, -0.040029000490903854, 0.028667936101555824, -0.012220919132232666, 0.022173285484313965, 0.1706538051366806, -0.014699863269925117, -0.002244542120024562, 0.057774946093559265, -0.01819416880607605, -0.03915084898471832, -0.0570797435939312, -0.005232309922575951, -0.03512599691748619, -0.006238523405045271, 0.053054891526699066, -0.019227823242545128, 0.06432448327541351, 0.06831274181604385, -0.032491546124219894, 0.021276840940117836, 0.05360373482108116, 0.073325514793396, -0.022520886734128, -0.033223338425159454, -0.018624095246195793, 0.028521576896309853, 0.023362446576356888, 0.0565309002995491, -0.015276149846613407, -0.04742009565234184, -0.03177804872393608, 0.07896031439304352, 0.028832588344812393, -0.016629964113235474, 0.023289266973733902, -0.006092165131121874, -0.02896065264940262, 0.024954093620181084, -0.0009890621295198798, -0.008717467077076435, -0.010729894042015076, 0.055213674902915955, 0.026454266160726547, -0.025795653462409973, 0.037467729300260544, 0.05616500601172447, -0.09176666289567947, 0.060921650379896164, 0.054006218910217285, 0.06209251657128334, 0.03146703913807869, -0.0376872681081295, 0.016328100115060806, 0.0319427028298378, 0.026929929852485657, -0.09747464209794998, -0.023911289870738983, 0.030662067234516144, -0.020910944789648056, 0.05261581391096115, 0.008287539705634117, 0.013199690729379654, 0.009124526754021645, -0.028503281995654106, 0.014599242247641087, 0.0012954998528584838, -0.005863480269908905, -0.05821401998400688, -0.024313775822520256, 0.0030552297830581665, -0.034028310328722, -0.007994823157787323, 0.015184675343334675, 0.007043493911623955, -0.03225371614098549, -0.003514886600896716, -0.03790680319070816, -0.012156887911260128, 0.018404558300971985, -0.005826890468597412, -0.02817397564649582, -0.017306871712207794, 0.02832033485174179, -0.015404213219881058, -0.04372454807162285, -0.013876598328351974, 0.038199521601200104, -0.02294166572391987, 0.005044788122177124, -0.046724893152713776, -0.01906317099928856, -0.014224198646843433, 0.014516916126012802, 0.00561650050804019, -0.017142217606306076, 0.013968071900308132, 0.014773042872548103, -0.05989714339375496, -0.09030308574438095, 0.06681257486343384, -0.03708354011178017, 0.0016488179098814726, 0.05239627882838249, -0.01968519389629364, 0.045627206563949585, -0.07336210459470749, -0.004066016990691423, 0.04716396704316139, -0.001206312677823007, 0.007189852185547352, -0.06834933161735535, 0.029911981895565987, -0.015770109370350838, -0.012861236929893494, 0.06253159046173096, -0.06132413446903229, -0.0019198094960302114, 0.036516401916742325, 0.018825339153409004, 0.04335865005850792, 0.04485882446169853, 0.006869693752378225, 0.02654574066400528, 0.047310326248407364, -0.040029000490903854, -0.016995860263705254, 0.04482223466038704, -0.010601830668747425, -0.028393514454364777, -0.015614602714776993, -0.002929453272372484, 0.0004985330160707235, 0.025667591020464897, -0.02027062699198723, -0.0030918195843696594, 0.0022628367878496647, -0.05711633339524269, 0.015962203964591026, 0.016602521762251854, 0.007514584809541702, -0.055835697799921036, 0.09703556448221207, 0.021917158737778664, -0.006156196817755699, 0.00476579274982214, -0.03574801981449127, 0.009440111927688122, -0.04716396704316139, 0.0028471266850829124, -0.02978391759097576, 0.0009307474247179925, -0.05067656934261322, 0.0287959985435009, 0.02597860060632229, -0.04848119243979454, 0.026618918403983116, 0.015047464519739151, -0.014196757227182388, -0.014855368994176388, -0.011406801640987396, -0.012477046810090542, -0.024094238877296448, 0.07756990939378738, 0.015770109370350838, -0.04577356576919556, 0.01769106090068817, -0.03496134281158447, -0.0026092943735420704, -0.02219158038496971, -0.03104625828564167, -0.04979841783642769, -0.04471246525645256, -0.0837901383638382, -0.0013618184020742774, 0.015395065769553185, -0.024569902569055557, 0.01099516823887825, -0.020014500245451927, 0.008584829978644848, -0.03450397402048111, -0.013318606652319431, 0.027991028502583504, -0.013702797703444958, -0.020124269649386406, 0.015760961920022964, 0.008781499229371548, -0.005863480269908905, -0.02597860060632229, 0.001875215908512473, -0.011525717563927174, -0.014773042872548103, -0.010117018595337868, 0.06308043748140335, -0.05920194089412689, -0.04006559029221535, 0.03325992822647095, -0.10874423384666443, 0.02424059621989727, 0.006407750304788351, 0.0848146453499794, 0.004884708672761917, 0.017087332904338837, -0.03933379799127579, -0.010126166045665741, 0.0033365122508257627, -0.02826545014977455, -0.025155335664749146, -0.035052817314863205, -0.024149121716618538, -0.017727650701999664, -0.023838110268115997, -0.00013113647582940757, -0.0659710094332695, 0.014022956602275372, -0.00473835039883852, -0.0033502334263175726, 0.0077386959455907345, -0.01287953183054924, 0.01408698782324791, -0.012284951284527779, 0.03988264128565788, -0.029198484495282173, 0.059677604585886, -0.019648604094982147, -0.006398602854460478, 0.04167553037405014, -0.005630221683532, -0.002419485943391919, 0.0014590094797313213, 0.018441148102283478, -0.05623818561434746, 0.0081137390807271, 0.004806955810636282, -0.05770176649093628, -0.045627206563949585, -0.043541599065065384, -0.06271453946828842, -0.025539526715874672, 0.034028310328722, -0.04482223466038704, 0.014937696047127247, 0.036260273307561874, 0.0633731484413147, -0.026216434314846992, 0.0387483648955822, 0.06315361708402634, -0.055579572916030884, 0.006316276267170906, 0.03146703913807869, -0.03613220900297165, -0.039297208189964294, -0.005808595567941666, -0.01926441304385662, -0.021661031991243362, 0.025740768760442734, -0.006055575329810381, 0.010812221094965935, -0.018038662150502205, 0.0017768815159797668, -0.05616500601172447, -0.052323099225759506, -0.003247325075790286, 0.030076634138822556, 0.04895685613155365, 0.014132725074887276, 0.008822662755846977, 0.019831551238894463, 0.06673939526081085, 0.014151019975543022, 0.04302934557199478, 0.004788661375641823, -0.015404213219881058, -0.07050812244415283, 0.0017162800068035722, -0.033369697630405426, 0.006769072264432907, -0.0371750146150589, -0.015925614163279533, -0.01123300101608038, -0.012842942029237747, -0.042480502277612686, -0.002062737476080656, -0.011068347841501236, -0.0376872681081295, -0.018523475155234337, -0.04654194414615631, -0.059458065778017044, -0.0053695207461714745, -0.012998447753489017, -0.052323099225759506, -0.021386608481407166, 0.0068559725768864155, 0.024697966873645782, 0.013327754102647305, -0.050493620336055756, 0.009641353972256184, 0.019081465899944305, 0.015248707495629787, 0.03192440792918205, 0.016995860263705254, -0.03999241068959236, -0.01489195879548788, -0.019648604094982147, -0.020691407844424248, 0.03937038779258728, -0.019392477348446846, 0.010428030043840408, 0.03937038779258728, 0.02167932502925396, 0.012458751909434795, 0.015010874718427658, 0.023783227428793907, 0.011168968863785267, 0.03357093781232834, -0.019612014293670654, 0.003359380876645446, -0.003361667739227414, -0.01664825901389122, -0.022539181634783745, 0.019282707944512367, 0.007368226535618305, 0.012824648059904575, -0.011379359290003777, -0.01117811631411314, -0.049761828035116196, -0.05784812569618225, 0.013126512058079243, -0.010766483843326569, -0.005442699883133173, 0.024222301319241524, 0.08071660995483398, -0.03852882608771324, 0.02162444218993187, 0.012989300303161144, -0.0008226938080042601, 0.056933384388685226, -0.0193741824477911, 0.04171212017536163, 0.015523129142820835, -0.02711287885904312, -0.03208906203508377, 0.056933384388685226, 0.010940284468233585, 0.05784812569618225, -0.033955130726099014, 0.009197705425322056, -0.022539181634783745, 0.016136005520820618, -0.022264759987592697, 0.026417676359415054, 0.024368660524487495, 0.021167071536183357, 0.00781644880771637, 0.04591992124915123, 0.0016282362630590796, -0.012321541085839272, -0.023234382271766663, -0.03313186392188072, -0.028924062848091125, -0.0025155337061733007, 0.022758718580007553, -0.04277321696281433, -0.071752168238163, -0.014279083348810673, -0.023636868223547935, 0.041016917675733566, 0.01808439940214157, -0.03642492741346359, 0.03754090890288353, -0.016849501058459282, -0.01759958826005459, 0.009549880400300026, 0.0023600279819220304, -0.011553159914910793, 0.016895238310098648, -0.03192440792918205, 0.00161680206656456, -0.07530135661363602, -0.05517708510160446, 0.11093960702419281, -0.013629618100821972, -0.04482223466038704, -0.00642604473978281, -0.020197447389364243, 0.01777338795363903, 0.01408698782324791, 0.003448567818850279, 0.07350846379995346, 0.06428789347410202, 0.020709702745079994, -0.023947879672050476, 0.03867518529295921, 0.018880223855376244, -0.02460649237036705, -0.010135313495993614, -0.004017993342131376, 0.01285208947956562, -0.010647567920386791, 0.007354505360126495, 0.030186403542757034, 0.023600278422236443, 0.02210010588169098, 0.004820676986128092, -0.017480671405792236, 0.046834662556648254, 0.01957542449235916, -0.008383587002754211, -0.02063652314245701, 0.05532344430685043, -0.04807870835065842, 0.04873732104897499, -0.024807734414935112, 0.0023668883368372917, 0.02387470006942749, -0.04848119243979454, 0.056567490100860596, -0.01141594909131527, -0.01811184175312519, 0.04357818886637688, 0.06432448327541351, 0.0054335524328053, 0.039553336799144745, 0.008173197507858276, -0.029966866597533226, -0.003066664095968008, -0.07266690582036972, -0.06915430724620819, -0.029125304892659187, -0.055360034108161926, 0.016748880967497826, -0.03816293179988861, -0.11064688861370087, -0.03827270120382309, -0.019172940403223038, 0.01884363405406475, 0.030808426439762115, -0.0028128239791840315, -0.03411978483200073, -0.04043148458003998, -0.04760304465889931, -0.04145599529147148, -0.009458405897021294, 0.0005697112064808607, -0.023783227428793907, 0.005570763722062111, -0.03172316402196884, 0.021862274035811424, -0.03304038941860199, 0.011342769488692284, 0.00048338263877667487, -0.031284090131521225, 0.009202279150485992, -0.0353272408246994, 0.031082848086953163, -0.04409044235944748, 0.02974732778966427, 0.012623405084013939, -0.03005833923816681, 0.05528685450553894, -0.044639285653829575, -0.0016968417912721634, -0.03629686310887337, 0.025429757311940193, -0.03476009890437126, -0.02969244308769703, 0.01494684349745512, -0.047566454857587814, 0.05696997418999672, 0.01203797198832035, -0.06256818026304245, 0.026271319016814232, -0.00473835039883852, 0.046578533947467804, 0.07581360638141632, -0.04895685613155365, -0.04409044235944748, -0.01068415679037571, -0.036205388605594635, -0.060921650379896164, 0.019923025742173195, -0.014965138398110867, 0.01693182811141014, -0.022850193083286285, 0.05649431049823761, -0.025155335664749146, -0.025576116517186165, -0.04434657096862793, 0.012047119438648224, -0.009325768798589706, -0.027186058461666107, -0.03915084898471832, 0.032125651836395264, 0.0434684194624424, 0.018038662150502205, -0.04006559029221535, 0.04785916954278946, 0.027936143800616264, -0.006997757125645876, 0.05696997418999672, 0.09081533551216125, -0.01746237650513649, 0.043212294578552246 ]
10,441
mongoengine.errors
to_dict
Returns a dictionary of all errors within a document Keys are field names or list indices and values are the validation error messages, or a nested dictionary of errors for an embedded document or list.
def to_dict(self): """Returns a dictionary of all errors within a document Keys are field names or list indices and values are the validation error messages, or a nested dictionary of errors for an embedded document or list. """ def build_dict(source): errors_dict = {} if isinstance(source, dict): for field_name, error in source.items(): errors_dict[field_name] = build_dict(error) elif isinstance(source, ValidationError) and source.errors: return build_dict(source.errors) else: return str(source) return errors_dict if not self.errors: return {} return build_dict(self.errors)
(self)
[ -0.021123087033629417, -0.0222858265042305, 0.008226376958191395, 0.004348158370703459, -0.015377219766378403, -0.02589031681418419, 0.0023521236144006252, -0.0547649972140789, 0.06247783079743385, -0.02658795937895775, 0.024727577343583107, -0.04143225774168968, 0.05154808610677719, -0.011249497532844543, 0.026277896016836166, 0.024785714223980904, -0.017693007364869118, -0.0128385741263628, 0.012005277909338474, 0.0065016476437449455, 0.010939434170722961, -0.0480211116373539, 0.017886798828840256, 0.044804200530052185, -0.040850888937711716, 0.0565091036260128, 0.01095881313085556, -0.026859264820814133, 0.02860337309539318, -0.004658222198486328, -0.00044632211211137474, -0.05340846627950668, 0.09449190646409988, 0.052362002432346344, -0.028874678537249565, -0.018574751913547516, -0.027653804048895836, 0.005493940785527229, -0.07081078737974167, 0.019611526280641556, -0.08418228477239609, 0.06716754287481308, -0.06635362654924393, -0.008284513838589191, 0.03118077851831913, -0.0040744305588305, -0.004004181828349829, 0.0061334469355642796, -0.05604400858283043, 0.007751591969281435, 0.009573215618729591, -0.01904953643679619, 0.005590835586190224, -0.014078828506171703, -0.012925779446959496, -0.04333139955997467, -0.02176259458065033, 0.042401205748319626, 0.003929087892174721, -0.042401205748319626, -0.015842314809560776, 0.02658795937895775, 0.023351669311523438, -0.00787755474448204, 0.012654474005103111, 0.0027275914326310158, -0.01189869362860918, -0.031820282340049744, 0.0013032363494858146, -0.008090724237263203, -0.037789009511470795, -0.02019289694726467, -0.006521026603877544, 0.02724684588611126, 0.032595444470644, -0.0019596992060542107, -0.02399117685854435, 0.008226376958191395, 0.02755690924823284, -0.02108432911336422, 0.013662180863320827, 0.033680666238069534, -0.05104423314332962, 0.03267296031117439, 0.06398939341306686, 0.0011251920368522406, 0.005634438246488571, 0.06988059729337692, 0.03034748136997223, -0.0005347387050278485, -0.018913883715867996, 0.013671870343387127, -0.01593921147286892, 0.039843183010816574, -0.06286540627479553, 0.004813253879547119, -0.049261365085840225, -0.017208533361554146, 0.005077292677015066, 0.007606249302625656, 0.022557131946086884, 0.04596693813800812, -0.03740143030881882, 0.03478526696562767, 0.011637076735496521, -0.028932815417647362, 0.014030381105840206, -0.0753454715013504, 0.0873604416847229, -0.0021147311199456453, -0.03344811871647835, -0.021375013515353203, -0.0530984029173851, 0.033680666238069534, 0.016588406637310982, -0.047711048275232315, 0.00978153944015503, -0.01834220439195633, -0.025638390332460403, -0.026936780661344528, 0.03476588800549507, -0.0023472788743674755, -0.037420809268951416, 0.029184743762016296, 0.028235172852873802, 0.025076398625969887, -0.0107068857178092, 0.00268156616948545, 0.10735954344272614, -0.028564615175127983, 0.020076623186469078, -0.025657769292593002, -0.016142690554261208, -0.035560425370931625, 0.06573349982500076, 0.0018083009636029601, 0.024378756061196327, 0.0015042932936921716, -0.03525036200881004, 0.02932039648294449, 0.02451440878212452, 0.021820731461048126, 0.012470372952520847, -0.00471393670886755, 0.004406295251101255, -0.013284290209412575, 0.011704904027283192, 0.04984273388981819, -0.049106333404779434, 0.011879314668476582, 0.021123087033629417, -0.00007668322359677404, 0.09286406636238098, -0.040502067655324936, -0.04902881756424904, -0.009209860116243362, -0.019999107345938683, -0.08619770407676697, 0.016917848959565163, -0.05085044354200363, 0.0017380522331222892, -0.02705305442214012, 0.014698956161737442, -0.04542432725429535, 0.02928163856267929, 0.054377418011426926, 0.047904837876558304, -0.09208890795707703, -0.00321448827162385, 0.0035923782270401716, -0.021123087033629417, 0.006811711471527815, -0.033176813274621964, 0.021646320819854736, -0.06356304883956909, 0.055268850177526474, 0.057671841233968735, 0.0889882743358612, -0.04813738539814949, 0.050462860614061356, 0.037789009511470795, 0.029204122722148895, -0.015377219766378403, 0.04433910548686981, 0.0427887849509716, 0.0188654363155365, -0.06263285875320435, 0.053873561322689056, 0.022731542587280273, 0.015735730528831482, 0.0599973201751709, 0.002085662679746747, -0.0006570685072802007, -0.017072880640625954, -0.03680068254470825, 0.00676810834556818, -0.013933486305177212, -0.01780928298830986, -0.0004105921252630651, 0.04937763884663582, -0.07898872345685959, -0.003718341700732708, -0.04817614331841469, -0.0015285169938579202, -0.06953177601099014, 0.015367530286312103, -0.023235395550727844, -0.018371272832155228, -0.03406824544072151, -0.013119569048285484, -0.0007999885128811002, -0.012731989845633507, -0.04057958349585533, -0.029727354645729065, 0.04933888092637062, -0.07294248044490814, 0.055423881858587265, -0.017179464921355247, 0.0013759075663983822, 0.0036359811201691628, 0.026820506900548935, 0.002017836319282651, 0.00724773807451129, -0.07984139770269394, -0.02809952013194561, 0.005334063898772001, -0.021665699779987335, -0.029766112565994263, -0.004999776836484671, -0.017567044124007225, 0.03515346720814705, -0.029863007366657257, -0.03338998183608055, 0.016743438318371773, 0.026684854179620743, 0.03360315039753914, 0.008691472001373768, -0.05573394522070885, 0.1148785874247551, -0.024107450619339943, 0.027460014447569847, -0.018574751913547516, -0.017537975683808327, 0.04709092155098915, -0.016869401559233665, -0.012024656869471073, 0.048253659158945084, 0.0004775101551786065, -0.03833162039518356, -0.01835189387202263, -0.007228359114378691, -0.023235395550727844, -0.002376347314566374, 0.03618055582046509, 0.04809862747788429, -0.01780928298830986, -0.005271082278341055, 0.013768765144050121, 0.032963644713163376, -0.005837917327880859, 0.05278833955526352, 0.016510890796780586, -0.014543924480676651, 0.031122641637921333, -0.02054171822965145, -0.05511381849646568, -0.0030376550275832415, 0.03798279911279678, -0.019408047199249268, 0.08875572681427002, 0.16495387256145477, 0.00009439682617085055, 0.011016950011253357, -0.01664654351770878, -0.008730229921638966, -0.0032411343418061733, -0.005164497997611761, 0.037459567189216614, 0.020464202389121056, 0.010212722234427929, -0.008463769219815731, -0.02532832697033882, -0.004801142029464245, -0.0021740791853517294, 0.06522964686155319, -0.004050206858664751, -0.015280324965715408, 0.002017836319282651, -0.023700492456555367, 0.007606249302625656, 0.03875795751810074, -0.025095777586102486, -0.022305205464363098, -0.006259410176426172, -0.07081078737974167, -0.014979951083660126, -0.03637434542179108, -0.07232235372066498, 0.006714816205203533, 0.007184756454080343, -0.007412459701299667, 0.08379470556974411, 0.050772927701473236, 0.049610186368227005, -0.02587093785405159, 0.008255445398390293, -0.007557801902294159, -0.014350133948028088, -0.001774387783370912, -0.04096716269850731, -0.07577180862426758, 0.029727354645729065, 0.007412459701299667, 0.07639193534851074, -0.03327370807528496, -0.02604534849524498, -0.021336255595088005, -0.019223947077989578, -0.010057690553367138, 0.06298168003559113, -0.030095554888248444, 0.03461085632443428, 0.03236289694905281, -0.10255356132984161, 0.0377114936709404, -0.06720630079507828, 0.04860248044133186, 0.019253015518188477, 0.060733720660209656, 0.030735060572624207, 0.02189824730157852, -0.07770970463752747, 0.030638165771961212, 0.02980487048625946, -0.02641354873776436, -0.056974198669195175, 0.055578913539648056, -0.06491958349943161, -0.05348598212003708, -0.02503764070570469, 0.0008478303207084537, -0.017848040908575058, 0.013264911249279976, -0.03871919959783554, -0.06364056468009949, -0.021975763142108917, -0.026839885860681534, -0.030928852036595345, -0.006312702316790819, -0.06891164928674698, -0.03809907287359238, 0.06615983694791794, -0.008148861117661, 0.019718112424016, -0.05433866009116173, -0.06627611070871353, -0.025115156546235085, -0.01149173453450203, 0.009689489379525185, -0.00795991625636816, 0.03441706672310829, 0.036083661019802094, -0.029863007366657257, -0.03840913623571396, 0.05418362468481064, 0.04914509132504463, -0.029882386326789856, -0.04228493198752403, 0.034882161766290665, -0.008924020454287529, -0.006521026603877544, 0.0141272759065032, -0.03410700336098671, -0.021161844953894615, -0.01916581019759178, 0.02726622484624386, -0.010639059357345104, 0.05631531402468681, -0.07658572494983673, -0.020774265751242638, -0.0030570339877158403, 0.0016266230959445238, -0.02259588986635208, 0.0019342644372954965, 0.012693231925368309, -0.05158684402704239, 0.007199290674179792, -0.005145119037479162, -0.0015321505488827825, 0.016220206394791603, -0.04608321189880371, -0.017208533361554146, -0.013487769290804863, 0.03404886648058891, -0.005794314667582512, -0.03550228849053383, -0.0023194216191768646, -0.0010095237521454692, -0.02654920145869255, -0.0308319553732872, 0.01129794493317604, -0.022033900022506714, -0.03968815132975578, 0.01984407566487789, 0.00812463741749525, -0.005789469927549362, 0.03395197167992592, 0.005120895337313414, 0.02654920145869255, 0.05736177787184715, 0.03720764070749283, -0.02311912178993225, 0.006080154795199633, -0.053563497960567474, 0.0073930807411670685, 0.020347928628325462, 0.016539959236979485, 0.029049091041088104, -0.030890092253684998, 0.0106971962377429, 0.007557801902294159, 0.04364146292209625, 0.052013181149959564, 0.0479435957968235, -0.008168240077793598, -0.014970261603593826, -0.042866300791502, 0.010774713009595871, 0.018293756991624832, 0.04867999628186226, 0.009161412715911865, 0.006060775835067034, 0.008071345277130604, -0.10301865637302399, 0.004643687978386879, -0.03276985511183739, 0.013478079810738564, 0.04379649460315704, 0.007141153793781996, 0.0823219045996666, 0.06840779632329941, 0.015144672244787216, 0.05495878681540489, 0.017179464921355247, 0.06530716270208359, -0.006739039905369282, -0.04247872158885002, 0.02311912178993225, -0.025115156546235085, 0.0040429397486150265, 0.06740009039640427, -0.02021227590739727, 0.07588808238506317, -0.053059644997119904, 0.005038534756749868, 0.058524519205093384, -0.01749921776354313, -0.0222858265042305, 0.02670423313975334, -0.007218669634312391, 0.0002507155586499721, 0.03187842294573784, -0.02211141586303711, 0.004541948437690735, -0.06356304883956909, -0.02261526882648468, -0.03484340384602547, 0.030424997210502625, -0.015890762209892273, 0.05685792490839958, 0.03499843552708626, 0.0033574081026017666, -0.007722523063421249, -0.010590611957013607, -0.023681113496422768, 0.026626717299222946, 0.020677370950579643, -0.025231430307030678, -0.005552077665925026, -0.04247872158885002, 0.01338118501007557, -0.049959007650613785, -0.0053873565047979355, -0.029339775443077087, 0.026607338339090347, -0.015638835728168488, -0.01749921776354313, -0.006080154795199633, -0.07131464779376984, 0.036238692700862885, -0.02623913809657097, 0.008526750840246677, -0.017227912321686745, -0.028525857254862785, 0.014069139026105404, -0.017024433240294456, -0.012896711006760597, 0.04003697261214256, -0.021801352500915527, 0.000147159124026075, 0.0701519027352333, -0.04774980619549751, -0.01988283358514309, 0.018371272832155228, 0.007034569513052702, -0.024611303582787514, 0.0036771614104509354, 0.038137830793857574, 0.028913436457514763, -0.02259588986635208, -0.07825231552124023, 0.044300347566604614, 0.03992069885134697, 0.04743974283337593, -0.030192449688911438, -0.014466407708823681, -0.05294337123632431, 0.0377114936709404, -0.009650731459259987, 0.009495699778199196, -0.047556016594171524, 0.05503630265593529, -0.01610393263399601, 0.0022225265856832266, 0.016307411715388298, 0.05100547522306442, -0.022208310663700104, -0.02808014117181301, 0.021433150395751, -0.01682095415890217, 0.01302267424762249, 0.004999776836484671, 0.0668962374329567, -0.002662187209352851, -0.06937674432992935, 0.01377845462411642, 0.023913661018013954, -0.01095881313085556, -0.0548037551343441, 0.0359673872590065, 0.05600525066256523, 0.08115916699171066, 0.0005983259761705995, -0.028525857254862785, 0.04767229035496712, 0.03957187756896019, -0.006472579203546047, -0.01396255474537611, -0.04883502796292305, -0.015357840806245804, -0.023254774510860443, 0.011191360652446747, 0.04061834141612053, 0.022324584424495697, -0.02379738725721836, 0.02501826174557209, 0.0002092324139084667, -0.011947141028940678, 0.06387311965227127, -0.027789456769824028, -0.000599234364926815, -0.06926047056913376, -0.01713101752102375, -0.028177035972476006, -0.05631531402468681, 0.035560425370931625, -0.006729350425302982, 0.03561856597661972, -0.06154763698577881, 0.010503406636416912, -0.026491064578294754, 0.009941416792571545, -0.003367097582668066, 0.0024066269397735596, 0.057167988270521164, 0.043447673320770264, -0.019088294357061386, 0.013042053207755089, 0.02073550783097744, -0.01904953643679619, 0.0514318123459816, -0.010290238074958324, 0.06937674432992935, -0.022731542587280273, 0.012460683472454548, -0.002826908603310585, -0.024572545662522316, 0.009883279912173748, 0.019097983837127686, -0.025793422013521194, -0.01901077851653099, -0.04689713194966316, -0.03823472559452057, -0.004326357040554285, 0.055423881858587265, 0.02414620853960514, -0.015474115498363972, -0.02757628820836544, -0.042594995349645615, -0.05007528141140938, -0.04577314853668213, 0.013662180863320827, -0.028487099334597588, -0.005585990846157074, 0.0013553174212574959, -0.013042053207755089, 0.065190888941288, 0.04658706486225128, 0.05150932818651199, 0.0009968063095584512, -0.0411609522998333, -0.05573394522070885, -0.042246174067258835, -0.05042410269379616, -0.006700281985104084, -0.04662582278251648, -0.033138055354356766, 0.011511113494634628, -0.024727577343583107, -0.009873590432107449, 0.06061744689941406, -0.028138278052210808, -0.01765424944460392, 0.036083661019802094, -0.025774043053388596, 0.012615715153515339, 0.0019451651023700833, 0.01353621669113636, -0.03685881942510605, -0.03154897689819336, 0.012344409711658955, 0.012983916327357292, 0.04081213101744652, -0.06488082557916641, -0.027363119646906853, 0.04829241707921028, 0.05898961424827576, -0.008458924479782581, 0.0077612814493477345, 0.07449279725551605, 0.009650731459259987, -0.03530849888920784, -0.07162471115589142, 0.019659973680973053, -0.04879627004265785, 0.05809818208217621, 0.02346794493496418, -0.07007438689470291, 0.06069496273994446, -0.005726488307118416, -0.01113322377204895, 0.04992024973034859, -0.021200602874159813, -0.034203898161649704, -0.03499843552708626, 0.06565598398447037, 0.009200170636177063, -0.030192449688911438, -0.015832625329494476, 0.0359673872590065, 0.01242192555218935, -0.01899139955639839, -0.029087848961353302, -0.08495744317770004, 0.04162604734301567, 0.012189378030598164, -0.01208279374986887, 0.018109656870365143, 0.016917848959565163, 0.005116050597280264, -0.018555372953414917, 0.00976700522005558, 0.034358929842710495, 0.022498995065689087, -0.06937674432992935, 0.06561722606420517, 0.030967609956860542, 0.003987225238233805, 0.004425674211233854, -0.057167988270521164, -0.035230983048677444, 0.056780409067869186, -0.07515168190002441, 0.05348598212003708, -0.042439963668584824, -0.01815810427069664, 0.0027978401631116867, 0.016413995996117592, 0.023526081815361977, 0.003381631802767515, -0.04127722606062889, 0.008449234999716282, -0.021123087033629417, 0.0213943924754858, -0.03959125652909279, -0.02670423313975334, 0.005033690016716719, 0.007344633340835571, 0.007523888722062111, 0.029572322964668274, 0.027130570262670517, -0.015551631338894367, 0.045346811413764954, -0.003262935671955347, 0.02430124022066593, -0.04348643124103546, -0.02298346906900406, -0.009214704856276512, 0.004607352428138256, -0.013855970464646816, 0.0427887849509716, 0.050772927701473236, 0.02670423313975334, -0.03926181048154831, -0.020115381106734276, -0.022750921547412872, 0.0926315188407898, 0.05325343459844589, 0.0033404515124857426, -0.021549426019191742, 0.012373478151857853, 0.03236289694905281, -0.01747014932334423, 0.0023775584995746613, -0.01748952828347683, 0.021471908316016197, 0.018574751913547516, -0.0496877022087574, -0.004684868268668652, -0.038971126079559326, 0.015309393405914307, 0.007645007222890854, -0.05464872345328331, -0.008061655797064304, -0.023758629336953163, -0.021704457700252533, -0.01835189387202263, -0.031432703137397766, -0.004677601158618927, -0.007935691624879837, 0.0479823537170887, 0.06065620481967926, -0.04852496460080147, 0.04639327526092529, -0.03807969391345978, -0.03631620854139328, 0.06154763698577881, 0.02209203690290451, -0.03507595136761665, -0.012208756990730762, 0.0343007929623127, 0.01903984695672989, -0.016297722235322, -0.016917848959565163, -0.029746733605861664, -0.0022600735537707806, 0.024708198383450508, 0.006438666023313999, 0.021820731461048126, 0.027692561969161034, 0.00882712472230196, -0.052865855395793915, -0.03234351798892021, 0.03476588800549507, -0.01172428298741579, 0.028564615175127983, 0.009829986840486526, -0.013323048129677773 ]
10,442
mongoengine.connection
connect
Connect to the database specified by the 'db' argument. Connection settings may be provided here as well if the database is not running on the default port on localhost. If authentication is needed, provide username and password arguments as well. Multiple databases are supported by using aliases. Provide a separate `alias` to connect to a different instance of: program: `mongod`. In order to replace a connection identified by a given alias, you'll need to call ``disconnect`` first See the docstring for `register_connection` for more details about all supported kwargs.
def connect(db=None, alias=DEFAULT_CONNECTION_NAME, **kwargs): """Connect to the database specified by the 'db' argument. Connection settings may be provided here as well if the database is not running on the default port on localhost. If authentication is needed, provide username and password arguments as well. Multiple databases are supported by using aliases. Provide a separate `alias` to connect to a different instance of: program: `mongod`. In order to replace a connection identified by a given alias, you'll need to call ``disconnect`` first See the docstring for `register_connection` for more details about all supported kwargs. """ if alias in _connections: prev_conn_setting = _connection_settings[alias] new_conn_settings = _get_connection_settings(db, **kwargs) if new_conn_settings != prev_conn_setting: err_msg = ( "A different connection with alias `{}` was already " "registered. Use disconnect() first" ).format(alias) raise ConnectionFailure(err_msg) else: register_connection(alias, db, **kwargs) return get_connection(alias)
(db=None, alias='default', **kwargs)
[ 0.015850285068154335, -0.05035010352730751, 0.05336747691035271, 0.021267011761665344, 0.038789574056863785, -0.0033945422619581223, -0.0035763115156441927, -0.037808019667863846, 0.0032491267193108797, -0.08012392371892929, -0.03662652149796486, 0.014468838460743427, -0.0218123197555542, 0.07845164090394974, -0.007061738520860672, -0.044242653995752335, -0.04951396584510803, 0.03208228573203087, 0.044497132301330566, 0.016186559572815895, -0.0035240529105067253, 0.04606034979224205, 0.08899426460266113, 0.03320925682783127, 0.008170531131327152, 0.007298038806766272, 0.0439881794154644, -0.02248486690223217, 0.06678204983472824, 0.022466689348220825, 0.022139504551887512, -0.006634580437093973, 0.015295889228582382, 0.0673273578286171, 0.018522294238209724, 0.028410546481609344, 0.016486478969454765, 0.020594464614987373, -0.00630739564076066, -0.03662652149796486, -0.005203146953135729, -0.00930659007281065, 0.033409204334020615, 0.004060272593051195, 0.007579781115055084, 0.028701378032565117, 0.008638587780296803, -0.0050804526545107365, 0.01289653405547142, -0.0032105008140206337, 0.04842334985733032, -0.04082539305090904, -0.02428438328206539, 0.024393444880843163, -0.015895728021860123, -0.0033581883180886507, -0.0436246395111084, 0.02966475486755371, -0.04911407455801964, 0.05253133550286293, -0.023520952090620995, 0.004114803392440081, -0.0028651391621679068, -0.014823288656771183, -0.002016503596678376, -0.0147596700116992, -0.045405980199575424, -0.04238860681653023, 0.03219134733080864, 0.009202072396874428, 0.028265131637454033, 0.018740417435765266, 0.047696273773908615, -0.08281410485506058, 0.004103442654013634, 0.023757250979542732, -0.055257875472307205, 0.03751718997955322, -0.027010923251509666, -0.014768757857382298, -0.04267944023013115, -0.01655009761452675, 0.0004941853694617748, 0.0180496945977211, 0.05798441544175148, 0.028119714930653572, -0.057402756065130234, 0.08550429344177246, -0.018994895741343498, -0.049768444150686264, 0.055148813873529434, -0.07383470237255096, 0.035354133695364, 0.026720091700553894, -0.020503580570220947, -0.060856372117996216, -0.013296426273882389, 0.024084435775876045, 0.04795074835419655, 0.034954242408275604, -0.02730175293982029, 0.0069753979332745075, -0.04260673001408577, -0.05249498412013054, -0.037989791482686996, -0.04791439697146416, -0.014632430858910084, -0.02639290690422058, -0.03755354508757591, 0.016568275168538094, -0.0481325201690197, 0.010179082863032818, 0.07401647418737411, 0.0026470159646123648, -0.0015325426356866956, 0.013569080270826817, -0.009724658913910389, -0.05169519782066345, 0.027247222140431404, -0.014659696258604527, -0.11269698292016983, 0.05878420174121857, 0.047623563557863235, -0.009479270316660404, 0.04518785700201988, -0.016068408265709877, 0.0020812589209526777, -0.020921649411320686, -0.03631751239299774, 0.00979736726731062, 0.06598226726055145, -0.03335467353463173, -0.003521780716255307, -0.00001949050056282431, 0.023739075288176537, 0.04489702358841896, 0.018213286995887756, 0.008302314206957817, -0.03806249797344208, -0.009079378098249435, -0.008774914778769016, 0.04940490424633026, -0.02522958256304264, 0.061874281615018845, -0.009824632667005062, 0.05136801302433014, -0.05442173779010773, -0.01673186756670475, 0.0020937554072588682, 0.005071364343166351, 0.031791456043720245, -0.035408664494752884, 0.03740812838077545, 0.021721435710787773, -0.06979942321777344, -0.0330820195376873, 0.03155515715479851, -0.028374193236231804, -0.020558111369609833, 0.07339845597743988, 0.07699748873710632, -0.02283022738993168, -0.01229669526219368, 0.08477721363306046, -0.046642009168863297, 0.005525787826627493, -0.06358291208744049, -0.037989791482686996, 0.015959346666932106, -0.03820791468024254, -0.08361389487981796, -0.008211429230868816, -0.006180157419294119, -0.004219320602715015, 0.0022050892002880573, 0.044315364211797714, 0.038934990763664246, -0.008288681507110596, -0.01910395734012127, -0.029283039271831512, 0.024866044521331787, -0.008615866303443909, 0.007879700511693954, 0.0018301899544894695, -0.0000011538091939655715, 0.02037634141743183, -0.008847622200846672, 0.06132897362112999, 0.09372026473283768, 0.00791605468839407, 0.031827811151742935, 0.04678742587566376, 0.009079378098249435, -0.024993283674120903, -0.010633505880832672, -0.05016833543777466, 0.025065990164875984, -0.029610224068164825, 0.010987956076860428, 0.08528617024421692, 0.01426889281719923, 0.018140578642487526, 0.007325304206460714, 0.002153966575860977, 0.046423885971307755, -0.070708267390728, -0.02030363492667675, -0.0289558544754982, -0.015523101203143597, 0.004230681341141462, 0.01910395734012127, -0.0481325201690197, -0.04395182430744171, -0.003610393265262246, 0.009542889893054962, 0.026047544553875923, 0.03433622792363167, 0.022575750946998596, 0.029464809224009514, 0.009588331915438175, -0.020958004519343376, -0.014259804040193558, 0.008893064223229885, 0.023302828893065453, 0.026229314506053925, -0.020812587812542915, 0.009165718220174313, 0.016441036015748978, 0.05347653850913048, -0.019267549738287926, -0.019994625821709633, -0.042206838726997375, 0.035517726093530655, -0.02470245212316513, 0.059802111238241196, -0.03680828958749771, -0.05362195149064064, 0.03135520964860916, -0.01914031058549881, -0.037771668285131454, 0.04369734600186348, 0.04911407455801964, 0.023448243737220764, 0.05398549139499664, -0.03475429490208626, 0.0037239992525428534, 0.011887714266777039, -0.023829959332942963, 0.01635015197098255, -0.010960690677165985, 0.006334661040455103, -0.011306052096188068, 0.06899964064359665, 0.003919401206076145, -0.0417342372238636, 0.05834795534610748, -0.017695244401693344, 0.0624195896089077, -0.05616672337055206, -0.04689648747444153, 0.01774977520108223, 0.021339720115065575, -0.019685618579387665, -0.002298245904967189, -0.03188234195113182, 0.0006623219815082848, -0.004835064057260752, -0.03208228573203087, 0.027083629742264748, -0.02997376210987568, -0.0038898636121302843, 0.04504244029521942, 0.06518248468637466, -0.008502260781824589, -0.018867656588554382, -0.044133592396974564, 0.024847866967320442, 0.023266473785042763, -0.0003189483832102269, -0.007929687388241291, -0.06401915848255157, 0.013841734267771244, -0.0218123197555542, -0.08230515569448471, 0.001368950237520039, -0.03748083487153053, 0.009061201475560665, 0.04456983879208565, 0.012951064854860306, -0.0033445556182414293, 0.0035558624658733606, -0.09793731570243835, 0.0026515601202845573, -0.019340256229043007, -0.017795218154788017, 0.07765185832977295, -0.05009562894701958, 0.0005146344192326069, -0.038680512458086014, -0.018485940992832184, -0.0012655690079554915, -0.013032861053943634, -0.010497178882360458, 0.114296555519104, 0.04856876656413078, 0.003071901621297002, 0.016441036015748978, -0.04395182430744171, 0.00004743043609778397, 0.017322616651654243, -0.022430336102843285, -0.009651951491832733, 0.02779253013432026, 0.035626787692308426, -0.029573870822787285, -0.0055121551267802715, -0.008338668383657932, -0.011778652667999268, 0.0017040874809026718, -0.007279861718416214, 0.00401255814358592, 0.08019662648439407, -0.007093548309057951, -0.023557305335998535, 0.06896328181028366, 0.037662606686353683, -0.020630819723010063, 0.01122425589710474, 0.0936475619673729, 0.01796789839863777, -0.02113977260887623, 0.019122133031487465, -0.01677730865776539, -0.012133102864027023, -0.03240947052836418, -0.0895032212138176, 0.022157682105898857, 0.0291376244276762, 0.028174245730042458, 0.008461362682282925, -0.007657032925635576, -0.015650339424610138, -0.05347653850913048, -0.04627847298979759, 0.04278850182890892, 0.017431678250432014, -0.07339845597743988, -0.029428454115986824, -0.04675107076764107, -0.04929584264755249, -0.0036944616585969925, 0.010288144461810589, -0.025484060868620872, -0.0038625982124358416, -0.031900517642498016, -0.00904302392154932, -0.04729637876152992, 0.016404682770371437, -0.009688305668532848, -0.07234419137239456, -0.03666287288069725, -0.022284919396042824, -0.013287338428199291, -0.01952202618122101, -0.029355747625231743, 0.03688099607825279, -0.013460018672049046, -0.019867388531565666, -0.02421167492866516, -0.006807261612266302, 0.030246416106820107, -0.03584491088986397, 0.02944663166999817, -0.0012803376885131001, 0.016086585819721222, -0.07866976410150528, -0.03362732753157616, -0.012560260482132435, 0.03200957924127579, 0.0219940897077322, -0.02635655365884304, -0.01605023257434368, 0.06554602086544037, 0.04064362123608589, -0.0008304586517624557, -0.016077497974038124, 0.016413770616054535, 0.005584862548857927, 0.005071364343166351, 0.025393174961209297, -0.06023835763335228, -0.037844374775886536, 0.03484518080949783, -0.011951333843171597, -0.04242496192455292, 0.024157144129276276, 0.020176395773887634, 0.013314603827893734, -0.01677730865776539, 0.007602502126246691, -0.020776234567165375, -0.009651951491832733, 0.06707288324832916, 0.025974838063120842, 0.01676822081208229, 0.048859596252441406, 0.03409992530941963, 0.025284113362431526, 0.03802614286541939, 0.020394518971443176, -0.06750912964344025, -0.054349031299352646, 0.007593413814902306, 0.014041680842638016, -0.003008282510563731, 0.03958936035633087, -0.01558671984821558, 0.014786935411393642, 0.027319930493831635, 0.010669860057532787, -0.01050626765936613, -0.06910870224237442, 0.026083899661898613, -0.00016259834228549153, -0.00981554388999939, -0.054276321083307266, 0.030773548409342766, -0.004666927736252546, 0.01895854063332081, 0.008511348627507687, 0.006116537842899561, -0.025811245664954185, 0.06372832506895065, -0.02673826925456524, 0.0605291873216629, -0.06990848481655121, -0.02093982696533203, -0.0038262445013970137, 0.03106437809765339, -0.06009294092655182, 0.01966744102537632, 0.029192155227065086, -0.027283577248454094, -0.03751718997955322, -0.005834795534610748, -0.0002306198439328, 0.02023092657327652, 0.01306921523064375, -0.04151611402630806, 0.004975935444235802, 0.021430604159832, -0.009688305668532848, 0.03146427124738693, -0.012378491461277008, 0.03666287288069725, -0.0515134297311306, -0.03926217555999756, -0.04307933151721954, 0.09372026473283768, 0.07212606817483902, 0.056421201676130295, -0.056530263274908066, -0.013305515050888062, -0.03046453930437565, -0.04253402352333069, 0.021048888564109802, 0.017549829557538033, 0.008393199183046818, 0.030555425211787224, 0.018904009833931923, 0.006802717223763466, 0.01955837942659855, -0.0070844595320522785, -0.019085779786109924, -0.01535950880497694, 0.0035672232042998075, -0.010469913482666016, -0.06027470901608467, 0.050968121737241745, 0.04366099461913109, -0.051876965910196304, 0.045478686690330505, 0.038789574056863785, 0.032354939728975296, -0.0055121551267802715, 0.016704602167010307, 0.059656694531440735, -0.037989791482686996, 0.04609670117497444, -0.01906760223209858, -0.05351288989186287, 0.07234419137239456, 0.007997850887477398, 0.002140333876013756, -0.06830891221761703, -0.0007128766155801713, -0.01347819622606039, -0.05594860017299652, -0.02455703727900982, -0.013432753272354603, 0.023975374177098274, -0.0291376244276762, 0.007884244434535503, 0.0147596700116992, 0.04795074835419655, -0.0391167588531971, -0.11073387414216995, 0.014950527809560299, 0.010778921656310558, 0.0019222106784582138, -0.034009043127298355, 0.04795074835419655, 0.009597420692443848, 0.0013110112631693482, -0.04162517562508583, 0.019940095022320747, -0.04416994750499725, 0.006925411522388458, 0.03662652149796486, -0.03140974044799805, -0.0012326232390478253, -0.020394518971443176, -0.012360314838588238, -0.037698958069086075, 0.012114926241338253, -0.07954225689172745, 0.04191600903868675, 0.00014498944801744074, 0.0003672308521345258, 0.01537768542766571, -0.027665292844176292, -0.03046453930437565, -0.09168445318937302, -0.014668785035610199, 0.013514549471437931, -0.05471256747841835, -0.04242496192455292, -0.032173171639442444, 0.0357358492910862, -0.02083076536655426, 0.0458785779774189, -0.010088197886943817, -0.02808336168527603, -0.060820017009973526, 0.023411890491843224, 0.032318588346242905, 0.0003618345654103905, 0.0045874034985899925, 0.010106374509632587, -0.00932476669549942, 0.06449175626039505, -0.018440498039126396, -0.011660502292215824, 0.004485158249735832, -0.012005864642560482, 0.018476853147149086, 0.018976718187332153, -0.004526056349277496, 0.0014723315834999084, -0.014786935411393642, 0.009879163466393948, 0.03282754123210907, 0.005357651039958, 0.016259266063570976, -0.0002186912315664813, -0.05467621609568596, 0.0605291873216629, -0.03237311914563179, -0.0015314066549763083, 0.0036058491095900536, 0.00010728650522651151, -0.012205810286104679, 0.012542083859443665, 0.0006702744285576046, -0.027501700446009636, 0.007925142534077168, -0.018031517043709755, 0.03973477706313133, 0.02906491607427597, 0.007497984915971756, -0.0338454507291317, 0.01486873161047697, -0.05569412186741829, 0.0035581346601247787, 0.026629207655787468, 0.05442173779010773, -0.019649265334010124, 0.037662606686353683, 0.0002817424538079649, -0.09430193156003952, 0.02455703727900982, 0.05467621609568596, -0.015813931822776794, -0.04922313615679741, 0.026047544553875923, -0.038898635655641556, -0.04620576277375221, -0.008838533423841, 0.06256500631570816, -0.020030980929732323, -0.06405550986528397, 0.010224524885416031, 0.01141511369496584, -0.09880980849266052, -0.023757250979542732, 0.05344018340110779, -0.004848696757107973, -0.06747277826070786, -0.0402437299489975, -0.08354118466377258, -0.016150204464793205, 0.0417342372238636, -0.06387374550104141, 0.005244045052677393, 0.008106912486255169, -0.052276860922575, -0.03631751239299774, 0.03251853212714195, 0.007279861718416214, -0.01417800784111023, -0.02624749206006527, 0.03697188198566437, 0.02681097574532032, 0.00561212794855237, 0.001120153465308249, 0.023884490132331848, -0.003896679962053895, -0.03110073320567608, -0.01486873161047697, 0.008624955080449581, 0.008711295202374458, -0.039807483553886414, 0.03688099607825279, -0.009688305668532848, 0.022466689348220825, -0.06161980330944061, 0.03659016638994217, -0.02741081453859806, -0.02955569326877594, 0.0537673681974411, -0.004008013755083084, 0.06121991202235222, 0.03531778231263161, 0.03244582563638687, 0.025774890556931496, 0.006062007043510675, -0.015232269652187824, -0.018813125789165497, -0.016459213569760323, -0.014505192637443542, 0.02997376210987568, 0.021412426605820656, 0.03144609555602074, -0.014659696258604527, 0.008002394810318947, -0.015414039604365826, 0.015277712605893612, 0.0402437299489975, 0.013278249651193619, 0.015350420027971268, 0.03602668270468712, 0.028265131637454033, 0.011815006844699383, 0.019267549738287926, 0.019085779786109924, -0.010269966907799244, 0.013769026845693588, 0.04151611402630806, 0.021430604159832, 0.06158344820141792, 0.0624195896089077, -0.04787804186344147, 0.0056984685361385345, 0.06979942321777344, 0.021866850554943085, -0.012078572064638138, 0.02286658249795437, 0.020394518971443176, -0.0031900517642498016, -0.025465883314609528, 0.04627847298979759, -0.019794680178165436, -0.008002394810318947, -0.012378491461277008, -0.07845164090394974, -0.00981554388999939, 0.011796829290688038, -0.014368865638971329, 0.023884490132331848, 0.06234687939286232, -0.04787804186344147, 0.03362732753157616, 0.00335137196816504, 0.03484518080949783, -0.047587212175130844, -0.041116222739219666, 0.014550634659826756, -0.03391815721988678, -0.04486067220568657, -0.02113977260887623, 0.03860780596733093, 0.02899220772087574, 0.0248115137219429, 0.05144071951508522, 0.05220415070652962, 0.007311671506613493, 0.007157167419791222, -0.012333049438893795, 0.055330585688352585, -0.03802614286541939, -0.028446899726986885, 0.0017711148830130696, 0.05558506026864052, 0.0793241336941719, 0.06311031430959702, -0.03500877320766449, 0.049841150641441345, -0.011851360090076923, -0.048895951360464096, -0.0035854000598192215, -0.015023235231637955, -0.01347819622606039, -0.020212749019265175, -0.007438909728080034, 0.054203614592552185, -0.017540739849209785, -0.08484992384910583, 0.03306384012103081, 0.00693904422223568, 0.019267549738287926, -0.0748162567615509, 0.01699543185532093, 0.0049668471328914165, 0.01966744102537632, -0.056275784969329834, 0.0020971635822206736, 0.09902793169021606, 0.00287649966776371, -0.005725733935832977, -0.06772725284099579, -0.022884758189320564, -0.019376611337065697, 0.0109970448538661, 0.020449049770832062, -0.02252122014760971, -0.07946955412626266, 0.010079109109938145, 0.04355193302035332, 0.0406072698533535, 0.040861744433641434, 0.02177596651017666, 0.015668516978621483, -0.03820791468024254, 0.02775617688894272, -0.02526593767106533, -0.027574406936764717, -0.0002712339337449521, -0.011196990497410297, 0.04507879540324211, -0.021157950162887573, 0.027538053691387177, -0.004262490663677454, 0.017949720844626427, 0.028119714930653572, -0.02459339052438736, -0.07816081494092941, -0.019685618579387665, 0.02372089773416519 ]
10,443
mongoengine.connection
disconnect_all
Close all registered database.
def disconnect_all(): """Close all registered database.""" for alias in list(_connections.keys()): disconnect(alias)
()
[ -0.023331739008426666, -0.03892034292221069, -0.006788034923374653, 0.00846798811107874, -0.0635823979973793, -0.010557270608842373, -0.026077652350068092, -0.019767167046666145, 0.0011981393909081817, -0.0073082237504422665, -0.056419145315885544, -0.03799935057759285, 0.016594870015978813, 0.08166108280420303, 0.004506879951804876, -0.056999027729034424, -0.0496993325650692, 0.022478969767689705, 0.02406512014567852, -0.027680857107043266, -0.02831190451979637, 0.04898300766944885, 0.03179119899868965, -0.06467394530773163, -0.03257574513554573, 0.02368990145623684, -0.0028589055873453617, 0.029130563139915466, 0.04355940222740173, 0.04110343009233475, -0.06474216282367706, 0.013030298985540867, 0.030682601034641266, 0.039022672921419144, 0.00471154460683465, 0.009491310454905033, 0.00855326559394598, 0.027510304003953934, 0.027697911486029625, 0.04758446663618088, 0.04437805712223053, -0.0000034019124086626107, 0.014659086242318153, -0.028925897553563118, 0.04901711642742157, 0.005282899364829063, 0.006498093716800213, 0.000981749384663999, 0.016970088705420494, 0.003244783030822873, 0.018829122185707092, 0.0008026681025512516, -0.019511336460709572, 0.032064083963632584, 0.018488015979528427, -0.002978292992338538, -0.04843723401427269, 0.053417403250932693, 0.0125271650031209, -0.04697047546505928, 0.00659616244956851, 0.00474139116704464, -0.013021770864725113, 0.015682408586144447, 0.04485560953617096, -0.03738535940647125, -0.0304438266903162, -0.004099683370441198, 0.01896556466817856, -0.0012802183628082275, -0.015725046396255493, -0.019084952771663666, 0.00415724515914917, 0.004057045094668865, -0.03683958947658539, -0.050210993736982346, -0.028482459485530853, 0.018027519807219505, -0.04315007105469704, 0.005965113639831543, -0.012493054382503033, 0.00326183857396245, -0.04154687002301216, 0.08834678679704666, 0.06426461040973663, 0.0037969504483044147, -0.009209897369146347, 0.038442790508270264, -0.036123260855674744, -0.024150395765900612, 0.04233141615986824, -0.038715679198503494, 0.00043331284541636705, 0.04284307733178139, -0.017925187945365906, -0.012365139089524746, -0.04874423146247864, 0.014582336880266666, 0.014897860586643219, -0.037862908095121384, -0.010071192868053913, -0.066481813788414, -0.01383190043270588, -0.014497060328722, -0.02251308225095272, -0.06375295668840408, 0.01818101853132248, -0.044241614639759064, -0.044821497052907944, 0.012356611900031567, -0.115567147731781, 0.017720524221658707, 0.06477627158164978, 0.00650235777720809, -0.0152219133451581, -0.024116285145282745, -0.011879061348736286, 0.016108792275190353, 0.029147617518901825, -0.03537282720208168, -0.08145642280578613, 0.06777802109718323, -0.00763653963804245, -0.024815555661916733, 0.05413372814655304, 0.10792634636163712, 0.0051336647011339664, 0.04495793953537941, -0.03329207003116608, 0.029437558725476265, 0.028755344450473785, 0.017157696187496185, -0.03632792830467224, -0.0017257897416129708, 0.06296840310096741, -0.00841682218015194, 0.03477588668465614, -0.06361650675535202, -0.004180696327239275, -0.012126363813877106, -0.0606829859316349, 0.01577621139585972, 0.016253761947155, 0.0878010168671608, 0.00208075437694788, 0.05491827428340912, -0.016168486326932907, -0.04396872967481613, -0.062490854412317276, -0.0996033325791359, 0.019596613943576813, 0.02599237486720085, -0.057578910142183304, -0.019084952771663666, -0.06794857233762741, 0.02234252728521824, 0.013226435519754887, 0.02824368327856064, -0.015264551155269146, -0.0101479422301054, 0.0035240647848695517, 0.013721040450036526, -0.06266140937805176, -0.006856256630271673, -0.09435027837753296, -0.0677097961306572, 0.008190838620066643, -0.0011757542379200459, 0.005372439976781607, -0.026265261694788933, -0.06757335364818573, -0.0086470702663064, 0.03470766544342041, 0.0020605011377483606, 0.0007371115498244762, 0.07265585660934448, -0.019801277667284012, -0.02959105744957924, 0.014155952259898186, -0.024781445041298866, -0.0009556334116496146, -0.06975644081830978, 0.0028610373847186565, -0.00783693976700306, 0.061228759586811066, -0.006762451957911253, -0.05150720104575157, 0.009209897369146347, 0.03834046050906181, -0.03738535940647125, 0.0007291168440133333, -0.004681697580963373, -0.02969338931143284, -0.013550487346947193, 0.04802790656685829, 0.01160617545247078, 0.026521092280745506, 0.0009598972392268479, 0.018709735944867134, -0.013763679191470146, -0.010898377746343613, 0.045776598155498505, 0.018419794738292694, -0.0987846702337265, 0.06307073682546616, -0.03585037589073181, 0.00519335875287652, -0.10246863216161728, 0.015025775879621506, -0.023348793387413025, 0.07934155315160751, 0.0037607077974826097, -0.028994120657444, -0.004148717503994703, 0.032047029584646225, 0.027629690244793892, 0.04195619747042656, -0.026162929832935333, 0.04465094581246376, 0.0054960912093520164, -0.04468505457043648, -0.03503171727061272, -0.009695975109934807, 0.02348523773252964, -0.05713547021150589, 0.02783435583114624, -0.02541249245405197, 0.020176496356725693, 0.07367917895317078, -0.016364622861146927, 0.0176011361181736, 0.025463659316301346, -0.03557749092578888, -0.01662898063659668, 0.03660081326961517, 0.005329801235347986, -0.06013721600174904, -0.016006460413336754, -0.006195361260324717, -0.008335809223353863, -0.01913611963391304, -0.030529102310538292, -0.0020487757865339518, -0.006924477871507406, 0.017618192359805107, 0.028482459485530853, 0.023468181490898132, -0.002652109134942293, 0.03967077657580376, 0.003993087448179722, 0.009465727023780346, -0.07545293122529984, 0.0805695429444313, -0.013115575537085533, 0.008297435007989407, -0.08752813190221786, -0.05270107835531235, 0.04727746918797493, 0.0035453839227557182, -0.02988099865615368, 0.029812777414917946, 0.06934711337089539, -0.05566871166229248, 0.07463427633047104, 0.012800050899386406, 0.06365062296390533, 0.027476191520690918, 0.006702758371829987, -0.009704502299427986, -0.06463982909917831, 0.059898439794778824, -0.04703869670629501, -0.00919284112751484, -0.010284384712576866, -0.019102009013295174, 0.03312151879072189, 0.03150125965476036, 0.020909877493977547, -0.07006343454122543, -0.057749465107917786, 0.0501086600124836, -0.01354195922613144, -0.005304218269884586, -0.06225208193063736, 0.032064083963632584, -0.014624975621700287, 0.00343239214271307, -0.053519733250141144, 0.011384455487132072, 0.022700689733028412, 0.026896310970187187, -0.0824115201830864, 0.02503727562725544, 0.038511011749506, -0.030784932896494865, 0.013652819208800793, -0.02108043059706688, 0.00927811861038208, -0.01662898063659668, -0.014735834673047066, -0.0006704890402033925, -0.030972542241215706, 0.020074164494872093, 0.06869900971651077, 0.00948278233408928, -0.013371406123042107, 0.008719555102288723, -0.0071589890867471695, 0.01499166525900364, 0.03516816347837448, -0.0020573034416884184, 0.013755152001976967, -0.0011469732271507382, 0.024696167558431625, 0.04359351098537445, -0.025463659316301346, 0.012501582503318787, -0.01865856908261776, -0.033189740031957626, 0.03139892593026161, 0.00370954186655581, 0.034554168581962585, 0.017720524221658707, 0.024781445041298866, 0.014863749966025352, -0.0190508421510458, 0.04004599526524544, 0.026521092280745506, 0.036293815821409225, -0.05761302262544632, -0.005577104166150093, -0.07354272902011871, -0.023365849629044533, -0.015639768913388252, 0.007990438491106033, -0.006783771328628063, -0.001728987554088235, 0.02841423824429512, 0.029062341898679733, -0.010693714022636414, -0.024218617007136345, 0.033889010548591614, -0.00913314800709486, -0.006685703061521053, -0.0436958447098732, 0.08309374004602432, -0.020926931872963905, -0.0035091412719339132, -0.014010981656610966, -0.010770462453365326, 0.03131365031003952, 0.04338884726166725, -0.00287809269502759, 0.05887511745095253, 0.0207052119076252, -0.026435814797878265, 0.00761095667257905, 0.015622713603079319, -0.016185540705919266, -0.05092731863260269, 0.03453711420297623, -0.021677369251847267, 0.018061630427837372, -0.028277793899178505, 0.033411458134651184, -0.026811033487319946, 0.007171780802309513, -0.002816267078742385, 0.025293106213212013, -0.023331739008426666, -0.02406512014567852, -0.03578215464949608, 0.029522836208343506, 0.012979132123291492, -0.015835905447602272, -0.021302150562405586, 0.05024510249495506, 0.048676010221242905, 0.00817378330975771, 0.07224652171134949, -0.017856966704130173, -0.03868156671524048, 0.15472626686096191, -0.008242004550993443, 0.006387234199792147, -0.04069409891963005, 0.005154984071850777, 0.01401950977742672, -0.01310704741626978, 0.04212675243616104, 0.0376923568546772, -0.03994366526603699, 0.0030912847723811865, 0.013473737984895706, -0.023263517767190933, 0.05491827428340912, 0.053519733250141144, 0.0060034883208572865, -0.003566703060641885, -0.017959298565983772, -0.015622713603079319, -0.019460171461105347, 0.020347049459815025, -0.003916338086128235, 0.012834161520004272, 0.013303184881806374, 0.00017814862076193094, 0.003118999768048525, 0.022069642320275307, -0.03201292082667351, -0.03249046951532364, -0.01281710620969534, 0.036703143268823624, -0.00517203938215971, 0.0681191235780716, 0.0007429743418470025, 0.04127398133277893, 0.05604392662644386, 0.10001266002655029, 0.07388383895158768, 0.035134050995111465, -0.06556082516908646, 0.040455326437950134, -0.021421538665890694, -0.033991340547800064, -0.023365849629044533, 0.014343561604619026, 0.026367593556642532, 0.0039014145731925964, 0.017532914876937866, 0.0017481748946011066, -0.05942089110612869, -0.00712914252653718, -0.05849990248680115, 0.006519413087517023, 0.0006230538128875196, 0.01865856908261776, 0.0058244070969522, 0.04495793953537941, 0.0025092705618590117, -0.0003901414747815579, 0.03950022533535957, -0.018300406634807587, -0.09128031134605408, 0.062115639448165894, 0.0007893436122685671, 0.04795968532562256, 0.01983538828790188, 0.022888299077749252, 0.035338714718818665, -0.08848322927951813, -0.05027921497821808, -0.019869498908519745, -0.06562904268503189, 0.05034743621945381, -0.017362361773848534, 0.016756895929574966, -0.012655080296099186, 0.024491503834724426, 0.012305445969104767, 0.021387428045272827, -0.00961922574788332, 0.011930227279663086, -0.010071192868053913, -0.01575062982738018, -0.00756831793114543, -0.030529102310538292, -0.01644989848136902, 0.02988099865615368, 0.011819367296993732, -0.026367593556642532, 0.005044124089181423, 0.029727499932050705, -0.012893855571746826, -0.049733445048332214, -0.012262807227671146, -0.033104464411735535, -0.0014145292807370424, 0.006967116612941027, -0.04144453629851341, -0.03286568820476532, -0.03878390043973923, 0.06013721600174904, -0.008429613895714283, -0.011137153021991253, -0.06235441192984581, 0.03926144912838936, -0.06259319186210632, -0.02986394427716732, -0.023911621421575546, -0.06269551813602448, 0.0011810839641839266, -0.007402028422802687, -0.03892034292221069, 0.04860778898000717, -0.03134775906801224, -0.04632237181067467, -0.017549971118569374, -0.00570501945912838, -0.06197919696569443, 0.022274306043982506, -0.01896556466817856, -0.08350306749343872, 0.01193875540047884, 0.03249046951532364, 0.0006992699345573783, 0.014104786328971386, 0.013567542657256126, -0.0022662316914647818, -0.007751663215458393, -0.042194973677396774, -0.04154687002301216, -0.010369661264121532, -0.013030298985540867, -0.007764454931020737, -0.06484449654817581, -0.05123431608080864, -0.006920214276760817, 0.03660081326961517, 0.019767167046666145, -0.018795011565089226, 0.005359648261219263, -0.020244717597961426, 0.0753847137093544, -0.00338548980653286, -0.0523940809071064, -0.00512087345123291, 0.006135667208582163, -0.006276374217122793, 0.034929387271404266, 0.03201292082667351, 0.0552934929728508, -0.0081268809735775, 0.00223425286822021, -0.002453840570524335, -0.04980166628956795, 0.011768201366066933, -0.07354272902011871, 0.02959105744957924, 0.01508546993136406, 0.007440402638167143, 0.03092137537896633, 0.027220362797379494, -0.04257018864154816, -0.009354867972433567, -0.002645713509991765, -0.014087731018662453, -0.003784158965572715, 0.03035854920744896, 0.04471916705369949, 0.007657858543097973, 0.04048943519592285, -0.023706957697868347, -0.05423605814576149, -0.03772646561264992, -0.062115639448165894, 0.006314748898148537, 0.00625931890681386, 0.005909683648496866, 0.037862908095121384, -0.012339556589722633, 0.027322694659233093, 0.02534427121281624, 0.00625931890681386, 0.029659278690814972, 0.01440325565636158, 0.026896310970187187, -0.027493247762322426, 0.028789455071091652, 0.06228619068861008, -0.032234638929367065, -0.045094385743141174, 0.10451527684926987, -0.048846565186977386, 0.007039601914584637, -0.02273480035364628, -0.05160953477025032, -0.045367270708084106, 0.007917952723801136, -0.06651592254638672, -0.011810840107500553, 0.01867562346160412, -0.04686814174056053, -0.02928406186401844, 0.09284940361976624, 0.056794364005327225, 0.029369337484240532, 0.022359583526849747, 0.022939465939998627, -0.013311712071299553, -0.004775502253323793, 0.004920472856611013, -0.006058918312191963, -0.058738674968481064, -0.010915433056652546, -0.008097033947706223, -0.01513663586229086, -0.0021500419825315475, 0.018539180979132652, 0.015989404171705246, -0.00860016793012619, 0.00948278233408928, 0.028584791347384453, -0.04471916705369949, -0.01575062982738018, 0.07633981108665466, 0.01634756661951542, -0.02918172813951969, -0.01204108726233244, 0.00976419635117054, -0.06818734854459763, 0.01816396415233612, 0.011572064831852913, -0.01038671750575304, -0.00640428951010108, -0.04260430112481117, -0.035338714718818665, 0.05461127683520317, 0.000014132301657809876, 0.03463944420218468, -0.057169582694768906, 0.02108043059706688, -0.025548936799168587, 0.009150203317403793, -0.018795011565089226, 0.06508327275514603, -0.0641963928937912, 0.052325859665870667, -0.030580269172787666, 0.03383784368634224, -0.010480521246790886, -0.047311581671237946, -0.015622713603079319, 0.03660081326961517, -0.00825906079262495, -0.050006330013275146, 0.010915433056652546, -0.03412778303027153, -0.01362723670899868, 0.018334517255425453, 0.02766380086541176, 0.0641963928937912, 0.06279785186052322, 0.025958264246582985, -0.022206084802746773, 0.008092770352959633, -0.04185386374592781, -0.05682847648859024, -0.004579365253448486, -0.05481594055891037, 0.025753600522875786, 0.02986394427716732, -0.002094611991196871, 0.0261970404535532, 0.016799533739686012, -0.0063659148290753365, -0.018692679703235626, -0.014855222776532173, 0.01126506831496954, -0.026265261694788933, 0.013559014536440372, 0.007534207310527563, 0.029249951243400574, 0.031654756516218185, 0.044036950916051865, -0.0219502542167902, -0.007188836112618446, 0.04127398133277893, -0.018300406634807587, -0.005500355269759893, 0.05556637793779373, -0.034963496029376984, -0.0010265198070555925, -0.0074489302933216095, -0.04011421650648117, 0.018880289047956467, -0.018880289047956467, 0.04427572712302208, -0.02648698166012764, 0.002829058561474085, 0.009465727023780346, 0.015332772396504879, -0.019784223288297653, -0.04550371319055557, 0.0001529652945464477, 0.0110262930393219, 0.001432650606147945, 0.02832896076142788, 0.029659278690814972, 0.0004029329866170883, -0.0635823979973793, -0.007333806715905666, 0.050313327461481094, 0.010369661264121532, -0.05444072559475899, 0.016006460413336754, 0.005965113639831543, -0.03585037589073181, -0.0012706246925517917, -0.015682408586144447, 0.01818101853132248, -0.0006203888915479183, 0.004253181628882885, 0.053894951939582825, 0.06723224371671677, 0.018402738496661186, 0.039022672921419144, -0.012638024985790253, 0.016842173412442207, 0.013499321416020393, 0.011495315469801426, -0.0004000015906058252, -0.005517410580068827, 0.024440336972475052, 0.020671101287007332, -0.021506814286112785, 0.03503171727061272, -0.04642470180988312, 0.01622818037867546, 0.014377672225236893, 0.03025621734559536, 0.04581071063876152, -0.008732346817851067, 0.0012397117679938674, 0.01981833390891552, 0.013900122605264187, -0.03460533544421196, 0.043081849813461304, 0.03220053017139435, 0.06597015261650085, -0.07333806902170181, -0.04932411387562752, -0.00664732838049531, 0.08050131797790527, -0.03354790061712265, -0.008685444481670856, 0.0679144635796547, -0.016202596947550774, -0.015818851068615913, -0.03721480444073677, -0.03926144912838936, -0.07565759867429733, 0.047311581671237946, 0.06371884047985077, -0.013840428553521633, -0.05638503655791283, 0.016893338412046432, 0.05618037283420563, 0.02687925472855568, 0.018300406634807587, 0.04052354767918587, 0.034929387271404266, -0.05849990248680115, -0.0176011361181736, 0.005879837088286877, 0.011435622349381447, 0.028584791347384453, -0.011827895417809486, -0.022939465939998627, 0.036498479545116425, 0.048266682773828506, 0.04782324284315109, 0.0024922152515500784, 0.004244653973728418, 0.04737980291247368, -0.045947153121232986, 0.037078361958265305, -0.049460556358098984 ]
10,444
fastack_mongoengine
handle_validation_error
null
def handle_validation_error(request: Request, exc: ValidationError): content = {"detail": exc.message} return JSONResponse(content, status_code=status.HTTP_400_BAD_REQUEST)
(request: starlette.requests.Request, exc: mongoengine.errors.ValidationError)
[ -0.031031956896185875, -0.027965351939201355, 0.03815833106637001, 0.0298122838139534, 0.003171148942783475, -0.04457032307982445, -0.0010258317925035954, 0.004734943620860577, 0.058091264218091965, -0.03599776700139046, 0.06715168803930283, -0.032896313816308975, 0.0673607811331749, -0.07331974804401398, 0.01212703064084053, 0.00974866934120655, 0.012153166346251965, -0.03340160474181175, 0.08307713270187378, -0.022320009768009186, -0.006398925557732582, -0.06087908893823624, -0.045162733644247055, 0.020734434947371483, -0.03753107041120529, 0.09464659541845322, 0.031432706862688065, 0.00926079973578453, 0.05523374676704407, 0.0007149241864681244, 0.02657143957912922, -0.01803373172879219, 0.017894340679049492, 0.05547768250107765, -0.06328358501195908, -0.027303243055939674, -0.047253601253032684, 0.008537708781659603, -0.14127293229103088, 0.022860150784254074, -0.04620816931128502, 0.06122756749391556, -0.07478335499763489, 0.02883654646575451, 0.04707936570048332, -0.015934152528643608, -0.025386614724993706, 0.06303965300321579, -0.04202643409371376, 0.0026593219954520464, -0.032181933522224426, -0.03235617280006409, 0.02439345233142376, -0.04795055836439133, 0.020960945636034012, -0.003981359768658876, 0.030857717618346214, 0.05641857162117958, 0.01820797100663185, -0.05558222532272339, -0.07007890194654465, 0.042270369827747345, -0.030091065913438797, -0.009678973816335201, 0.015115228481590748, 0.02697218954563141, -0.02705930918455124, -0.00482206279411912, -0.024027550593018532, -0.035213690251111984, 0.0270941574126482, -0.02110033668577671, -0.030805446207523346, 0.056627657264471054, 0.05558222532272339, -0.0017282326007261872, -0.029568349942564964, -0.023069236427545547, 0.03110165148973465, 0.030178185552358627, 0.07924387603998184, 0.012327405624091625, -0.05335196480154991, 0.012823986820876598, 0.008568200282752514, -0.05495496466755867, -0.005693257786333561, 0.007649089675396681, -0.012379677034914494, 0.011613026261329651, -0.024376029148697853, -0.03531823307275772, -0.058126114308834076, 0.013651621527969837, -0.04847327619791031, 0.05126109719276428, 0.042758237570524216, -0.01928825117647648, 0.04707936570048332, -0.0015866634203121066, 0.05140049010515213, 0.03948254510760307, -0.019201131537556648, 0.030997108668088913, 0.05969426408410072, 0.035562168806791306, 0.04721875488758087, -0.06596686691045761, -0.0011772018624469638, -0.011142580769956112, 0.04181734845042229, 0.003887706436216831, -0.0493096224963665, 0.007871244102716446, -0.02385331131517887, 0.010027451440691948, 0.021535934880375862, 0.035213690251111984, -0.011996351182460785, -0.017894340679049492, 0.04007495939731598, -0.05547768250107765, -0.05753370001912117, -0.007888668216764927, 0.06756986677646637, 0.007858176715672016, -0.05370044335722923, -0.007993211969733238, 0.05976396054029465, 0.033924322575330734, -0.03448188677430153, -0.022825302556157112, -0.035562168806791306, -0.04990203306078911, -0.05952002480626106, 0.029254719614982605, 0.005937192123383284, -0.008393961004912853, 0.025421462953090668, -0.003439041320234537, 0.012379677034914494, 0.04979749023914337, -0.016265206038951874, -0.014775462448596954, 0.004656536038964987, 0.015132652595639229, 0.012205438688397408, 0.01774623617529869, 0.0002237881562905386, 0.0149061419069767, 0.04749753698706627, 0.07757118344306946, 0.07091525197029114, -0.01685761846601963, -0.04335065186023712, 0.025212375447154045, -0.023469986394047737, -0.056488268077373505, 0.027442634105682373, 0.046730887144804, 0.012301269918680191, -0.008733727037906647, 0.07269249111413956, -0.04620816931128502, 0.002996909897774458, 0.037914395332336426, 0.01812085136771202, -0.008119534701108932, -0.005113913211971521, -0.012710731476545334, -0.03833257034420967, -0.031345587223768234, -0.05910184979438782, -0.025020712986588478, 0.023975279182195663, 0.051888357847929, 0.05837004631757736, 0.029481230303645134, 0.016805347055196762, 0.015899304300546646, 0.04335065186023712, 0.017842067405581474, 0.037600766867399216, 0.05718522146344185, 0.04561575502157211, -0.007997567765414715, -0.02061246708035469, -0.007479206658899784, 0.013233448378741741, 0.08126504719257355, 0.08391347527503967, 0.033959172666072845, -0.008964593522250652, -0.04234006628394127, -0.025578277185559273, 0.02599645033478737, 0.02204122766852379, -0.02110033668577671, 0.03373266011476517, -0.03892498090863228, -0.010428201407194138, 0.010724407620728016, -0.05237622931599617, 0.019671577960252762, -0.009522158652544022, 0.026066146790981293, -0.01748487912118435, 0.01150848250836134, -0.05537313595414162, -0.03486521542072296, -0.030265305191278458, -0.004944030195474625, -0.054048921912908554, 0.047915711998939514, 0.03514399752020836, -0.02941153384745121, -0.02746005915105343, -0.00847236905246973, 0.023365443572402, -0.01720609702169895, -0.02292984537780285, -0.05634887516498566, -0.011734993197023869, -0.0028575188480317593, 0.042583998292684555, 0.04199158772826195, 0.02852291613817215, -0.014880006201565266, -0.04296732321381569, -0.01783335581421852, -0.08070748299360275, 0.0015060779405757785, 0.0013416399015113711, 0.015054245479404926, -0.007213492412120104, 0.031659215688705444, 0.1011979803442955, -0.07868631184101105, 0.034725822508335114, 0.002306488109752536, 0.03261753171682358, -0.018730686977505684, 0.00036345154512673616, -0.014705766923725605, -0.007287544198334217, 0.011316820047795773, 0.0017467454308643937, 0.057150375097990036, -0.05042475089430809, -0.023086661472916603, -0.059241242706775665, 0.05983365327119827, 0.003107987344264984, 0.005288152024149895, 0.0349697582423687, -0.026954764500260353, -0.04366428032517433, -0.012336117215454578, 0.06314419209957123, -0.04073706641793251, -0.007130729034543037, 0.01150848250836134, -0.023226052522659302, 0.036450788378715515, -0.03110165148973465, -0.025560854002833366, 0.0030840293038636446, 0.0421309769153595, 0.043385498225688934, 0.060391221195459366, 0.028226708993315697, 0.008637895807623863, 0.030735749751329422, -0.022285161539912224, 0.020229142159223557, 0.023086661472916603, -0.03204254433512688, 0.05830035358667374, 0.02158820629119873, 0.007061033509671688, 0.0005164551548659801, -0.03322736918926239, 0.024863898754119873, 0.05157472938299179, -0.0069172861985862255, -0.003650306025519967, 0.042897630482912064, -0.042444609105587006, -0.07534091919660568, -0.008907966315746307, 0.030753174796700478, -0.002522108843550086, -0.03193799778819084, 0.03221677988767624, -0.04756723344326019, 0.008036771789193153, 0.009539582766592503, 0.0016901177586987615, -0.012606187723577023, 0.032408446073532104, -0.0029402822256088257, 0.06547899544239044, 0.02230258472263813, -0.026362352073192596, -0.013590637594461441, -0.049379318952560425, 0.013477382250130177, -0.042897630482912064, -0.04087645560503006, -0.02301696501672268, -0.033384181559085846, 0.028853969648480415, -0.00888618640601635, 0.012048623524606228, -0.017589421942830086, 0.07070616632699966, 0.02754717692732811, 0.01808600313961506, -0.02430633269250393, 0.04718390852212906, 0.019532186910510063, -0.012501644901931286, -0.007261408027261496, -0.02820928581058979, 0.021466238424181938, 0.0010895379818975925, 0.02892366610467434, 0.013843283988535404, 0.011456211097538471, -0.000584789493586868, 0.008637895807623863, -0.0888618603348732, -0.0069521339610219, -0.02367907389998436, 0.056314028799533844, -0.04847327619791031, 0.04690512642264366, -0.06861529499292374, -0.029219871386885643, -0.0018904926255345345, -0.015333027578890324, -0.01852159947156906, 0.03430764749646187, 0.00163240113761276, -0.0647820383310318, -0.04652179777622223, 0.019741272553801537, -0.041155241429805756, -0.0332622155547142, -0.008568200282752514, -0.09206786006689072, 0.06136695668101311, -0.0296728927642107, 0.004451805260032415, -0.00042361844680272043, -0.04634755849838257, -0.0444309301674366, -0.0326698012650013, -0.011020613834261894, 0.02674567885696888, 0.012057335115969181, -0.02892366610467434, -0.041155241429805756, 0.002877120627090335, 0.021797291934490204, -0.01780722104012966, -0.010776679031550884, -0.06690775603055954, 0.01175241731107235, -0.002161651849746704, 0.00618548272177577, 0.021832140162587166, -0.00928693637251854, 0.035335659980773926, 0.01281527429819107, 0.04303701967000961, -0.0083852494135499, 0.004153421148657799, -0.04247945547103882, 0.049518708139657974, 0.03033500164747238, -0.025491157546639442, -0.0215010866522789, -0.012545204721391201, 0.028644884005188942, -0.04561575502157211, -0.008219722658395767, -0.008437520824372768, -0.05756855010986328, 0.0018687127158045769, -0.007008761633187532, -0.0779893547296524, -0.015263332054018974, 0.026275234296917915, -0.02705930918455124, -0.03638109192252159, -0.006621079985052347, 0.00291632441803813, 0.009191104210913181, 0.04376882314682007, -0.00283791683614254, 0.03780985251069069, -0.07157736271619797, -0.03345387801527977, 0.0323910191655159, -0.0019122724188491702, -0.012580052018165588, 0.08928003907203674, 0.014383425004780293, 0.044674865901470184, 0.0067953187972307205, -0.025351766496896744, 0.04923992604017258, -0.04119008779525757, 0.006468621082603931, 0.021971531212329865, 0.020333684980869293, 0.030892565846443176, -0.08279834687709808, -0.002811781130731106, 0.04314156249165535, 0.051609575748443604, 0.06756986677646637, 0.004578128457069397, -0.04756723344326019, -0.008589980192482471, -0.02155335806310177, 0.022685911506414413, 0.0369735062122345, -0.00814131461083889, -0.010018739849328995, 0.041468869894742966, -0.03399401903152466, -0.0733894482254982, 0.012867546640336514, -0.05537313595414162, -0.015428858809173107, -0.004129462875425816, -0.021048065274953842, 0.03767045959830284, 0.073947012424469, 0.01711897738277912, 0.04376882314682007, 0.030091065913438797, 0.0018981155008077621, -0.011552042327821255, 0.021030640229582787, 0.010166842490434647, -0.016448156908154488, -0.03962193801999092, 0.03470839932560921, -0.0055625783279538155, 0.03892498090863228, -0.025212375447154045, 0.04460516944527626, -0.011456211097538471, -0.03916891664266586, -0.06718654185533524, -0.003208174603059888, 0.012728155590593815, -0.01780722104012966, 0.013651621527969837, -0.04526728019118309, -0.024672234430909157, -0.011447498574852943, 0.014845157973468304, 0.03721743822097778, 0.034272801131010056, -0.012510356493294239, 0.03526596352458, -0.07750148326158524, 0.015097805298864841, -0.014531528577208519, -0.005884920712560415, -0.0031341230496764183, -0.012867546640336514, 0.04429154098033905, -0.022738182917237282, 0.037252288311719894, 0.02878427505493164, 0.08872247487306595, -0.017275791615247726, 0.01564665697515011, -0.00878599938005209, 0.05910184979438782, -0.03442961722612381, -0.005388339515775442, 0.010759254917502403, -0.07199553400278091, 0.018242817372083664, 0.044535476714372635, -0.0470096692442894, -0.022860150784254074, 0.009530870243906975, -0.015585673972964287, -0.027825960889458656, -0.000014863058822811581, -0.02688506990671158, 0.04397790879011154, 0.007405155338346958, 0.017005721107125282, -0.03510914742946625, 0.0378446988761425, -0.00964412558823824, 0.01539401151239872, -0.028714578598737717, 0.009835788980126381, 0.02127457596361637, 0.0051269810646772385, -0.01614323817193508, -0.09011638164520264, 0.04721875488758087, 0.04199158772826195, 0.04004010930657387, -0.018051154911518097, 0.0197761207818985, 0.030178185552358627, 0.027651721611618996, 0.043246105313301086, 0.051470186561346054, 0.020054902881383896, 0.011865672655403614, 0.04220067337155342, 0.010027451440691948, 0.0599033497273922, 0.052933793514966965, 0.008036771789193153, -0.0418521948158741, 0.016927313059568405, 0.04592938721179962, -0.02029883675277233, 0.008929746225476265, 0.05774278566241264, -0.0026222961023449898, -0.018225394189357758, 0.0010503341909497976, -0.03704319894313812, 0.017763661220669746, -0.04620816931128502, 0.005423187278211117, -0.00659930007532239, 0.018417056649923325, -0.0034826009068638086, 0.013581926003098488, -0.07297126948833466, -0.02648431994020939, -0.02127457596361637, 0.004371219780296087, -0.049867186695337296, -0.04136432707309723, -0.031345587223768234, -0.003290938213467598, 0.04687027633190155, 0.021710172295570374, -0.030892565846443176, 0.043385498225688934, 0.01564665697515011, 0.07297126948833466, 0.037740156054496765, 0.009705109521746635, 0.007784124929457903, -0.0008205565391108394, 0.016387173905968666, -0.03777500241994858, -0.0991768091917038, 0.016073543578386307, -0.03228647634387016, 0.015402723103761673, -0.026362352073192596, 0.003674263833090663, -0.04202643409371376, 0.014400849118828773, 0.014244033955037594, 0.005606138147413731, -0.016413308680057526, 0.014034947380423546, 0.0020091929472982883, 0.018504176288843155, -0.01914886012673378, -0.01711897738277912, -0.003569720545783639, -0.03261753171682358, -0.021692749112844467, -0.01337283942848444, -0.002890188479796052, -0.024445723742246628, -0.04833388328552246, -0.006965201813727617, -0.0036851537879556417, 0.016561411321163177, -0.007757989224046469, -0.0033105399925261736, -0.01874811016023159, -0.004630399867892265, 0.07095009833574295, 0.07764087617397308, -0.07297126948833466, -0.075689397752285, -0.05837004631757736, 0.023888159543275833, -0.01345995906740427, 0.04038858786225319, 0.00233262381516397, -0.02043822780251503, 0.037565916776657104, 0.01328571978956461, 0.030735749751329422, -0.05338681489229202, -0.042409759014844894, -0.05920639634132385, -0.003371523693203926, -0.0072483401745557785, -0.0055190185084939, -0.011125156655907631, -0.05000657960772514, -0.009696397930383682, 0.0194973386824131, -0.01659625954926014, 0.006154990755021572, 0.005571290384978056, 0.040946152061223984, -0.05523374676704407, -0.022180618718266487, 0.029707740992307663, 0.02683279849588871, 0.02927214279770851, 0.0599033497273922, 0.026989612728357315, -0.1184127926826477, -0.05979880690574646, -0.035562168806791306, 0.057951875030994415, -0.03052666410803795, -0.04220067337155342, 0.02083897776901722, 0.019828392192721367, 0.02127457596361637, -0.001459251157939434, 0.01344253495335579, 0.03359327092766762, -0.010375929065048695, -0.029202448204159737, -0.059554871171712875, 0.0029794860165566206, -0.005118269007652998, 0.09178908169269562, -0.036764416843652725, -0.014008811675012112, 0.0521671399474144, -0.018242817372083664, -0.0034259732346981764, 0.010445624589920044, -0.07380761951208115, -0.03319251909852028, -0.01328571978956461, 0.027965351939201355, -0.020229142159223557, -0.042618848383426666, -0.0031907507218420506, 0.06129726022481918, -0.02155335806310177, -0.001510433852672577, 0.019932935014367104, -0.07548031210899353, 0.030666055157780647, 0.0018458438571542501, 0.0002712954883463681, -0.09820107370615005, 0.03185087814927101, 0.018539024516940117, -0.04770662263035774, -0.03753107041120529, 0.003783163148909807, 0.05363074690103531, -0.021396541967988014, 0.018765535205602646, -0.011482346802949905, 0.004131641238927841, 0.018242817372083664, 0.014505392871797085, 0.01645686849951744, 0.021344270557165146, -0.015812184661626816, 0.025177527219057083, -0.026466896757483482, -0.017101552337408066, -0.04652179777622223, 0.01759813353419304, 0.023731345310807228, 0.05105201154947281, -0.05363074690103531, 0.007200424559414387, -0.03794924169778824, -0.008346045389771461, -0.09367085993289948, -0.04317641258239746, -0.029289567843079567, 0.023295747116208076, 0.0083852494135499, 0.093461774289608, 0.010515320114791393, -0.033523574471473694, 0.011543330736458302, 0.020908674225211143, 0.02012459933757782, -0.04763692989945412, -0.006703843362629414, -0.04028404504060745, -0.02901078574359417, -0.05335196480154991, 0.0031341230496764183, 0.0058413608931005, 0.015829607844352722, 0.005397051572799683, -0.02660628780722618, 0.019201131537556648, 0.02430633269250393, 0.015132652595639229, 0.03422052785754204, -0.022424552589654922, -0.009478598833084106, 0.03305312991142273, -0.015751201659440994, 0.0010650355834513903, -0.022494249045848846, -0.013756165280938148, 0.029620621353387833, -0.05770793929696083, 0.031694065779447556, -0.04010980576276779, 0.044361237436532974, 0.012789138592779636, -0.0299516748636961, -0.016979586333036423, 0.011046749539673328, -0.006573164369910955, -0.054536789655685425, 0.02399270236492157, -0.011212276294827461, 0.03585837408900261, 0.06136695668101311, 0.007871244102716446, 0.00848543643951416, -0.0335409976541996, 0.05202775076031685, 0.06540930271148682, 0.025491157546639442, 0.0006131032714620233, -0.050180818885564804, -0.0008733727154321969, 0.017711389809846878, -0.03477809578180313, 0.015916727483272552, 0.0364159420132637, -0.0016476470045745373, -0.014853870496153831, -0.006446841172873974, 0.03047439269721508, 0.021936682984232903, 0.027930503711104393, 0.00402709748595953, -0.010071011260151863, -0.036764416843652725, -0.0034150832798331976, 0.01928825117647648, 0.049205079674720764, 0.04010980576276779, 0.015751201659440994 ]
10,445
fastack_mongoengine
setup
null
def setup(app: Fastack): def on_startup(): url = getattr(app.state.settings, "MONGODB_URI", None) if not url: raise RuntimeError("MONGODB_URI is not set") connect(host=url) def on_shutdown(): disconnect_all() app.add_event_handler("startup", on_startup) app.add_event_handler("shutdown", on_shutdown) app.add_exception_handler(ValidationError, handle_validation_error)
(app: fastack.app.Fastack)
[ -0.048237238079309464, -0.00022559738135896623, -0.009305248968303204, -0.007100170012563467, 0.061925195157527924, 0.033561114221811295, 0.004620600491762161, -0.030852800235152245, 0.016423719003796577, -0.008943835273385048, -0.03445778414607048, -0.013166423887014389, 0.062291182577610016, 0.030505111441016197, 0.05153113231062889, 0.004044169094413519, -0.0010676560923457146, 0.035665545612573624, 0.058594703674316406, -0.026131553575396538, -0.006789080332964659, -0.025125086307525635, 0.014447382651269436, 0.020623432472348213, 0.000953856622800231, 0.01690865308046341, -0.004657199140638113, 0.04073448106646538, 0.07934623211622238, -0.02741251327097416, -0.02582046389579773, 0.015344053506851196, 0.04238142818212509, 0.027266116812825203, 0.03440288454294205, -0.02920585498213768, 0.05746014043688774, 0.00039715433376841247, -0.07169707864522934, 0.0030720129143446684, 0.029901232570409775, -0.015737490728497505, 0.047212470322847366, 0.05061616003513336, 0.035555750131607056, 0.04487014561891556, 0.036507319658994675, 0.03919732943177223, 0.024448009207844734, 0.019964653998613358, -0.08124937117099762, 0.005091810133308172, 0.0210077203810215, 0.07345382124185562, 0.023844128474593163, 0.009771883487701416, 0.01607603020966053, 0.04648049548268318, -0.03632432222366333, -0.009286949411034584, -0.05482502654194832, 0.035830240696668625, 0.02205078676342964, -0.00642766710370779, 0.04146645590662956, -0.005178732331842184, -0.044540759176015854, 0.027595506981015205, 0.032042261213064194, -0.05197031795978546, 0.023130450397729874, 0.0017315814038738608, -0.0013129825238138437, 0.0006719313678331673, 0.06119322031736374, -0.020788127556443214, -0.0014387909322977066, -0.005306828301399946, -0.02944374643266201, -0.0034906119108200073, 0.02208738401532173, 0.02869347110390663, -0.042271632701158524, 0.0654020830988884, 0.057350341230630875, 0.016451166942715645, -0.01818046160042286, 0.03142008185386658, 0.029315650463104248, -0.027869997546076775, 0.014227788895368576, 0.013898399658501148, 0.008605296723544598, 0.055922988802194595, -0.030340418219566345, -0.008504649624228477, -0.050908952951431274, 0.02367943339049816, -0.03059661015868187, -0.010165320709347725, -0.0664268508553505, 0.03484207019209862, 0.0005624208715744317, -0.021593300625681877, -0.0013701681746169925, -0.04706607758998871, 0.01402649562805891, -0.025198284536600113, -0.007113894447684288, 0.0010150452144443989, -0.019305875524878502, -0.00593815790489316, 0.02466760203242302, -0.0012969705276191235, -0.022489972412586212, -0.011007093824446201, 0.06770780682563782, -0.01404479518532753, 0.03411009535193443, -0.047688256949186325, -0.05006717890501022, 0.008088338188827038, 0.004652624484151602, 0.010915596969425678, 0.07162388414144516, 0.005608768202364445, 0.04977438971400261, -0.008504649624228477, 0.0006582068162970245, -0.08117616921663284, 0.02765040472149849, 0.03123708814382553, -0.024923792108893394, -0.05881429463624954, -0.046334099024534225, 0.038648348301649094, 0.036543916910886765, -0.018491551280021667, -0.03751378506422043, -0.01858304813504219, -0.068769171833992, 0.08439686894416809, -0.027668703347444534, 0.010814949870109558, 0.04842023178935051, 0.0038085642736405134, -0.0619983933866024, -0.03235335275530815, 0.046736687421798706, 0.05215331166982651, 0.058265313506126404, -0.025015290826559067, -0.008646470494568348, 0.02280106209218502, -0.0619983933866024, 0.01599368266761303, 0.002394934883341193, -0.020275743678212166, 0.02697332575917244, 0.05193371698260307, -0.015664292499423027, 0.009460793808102608, 0.009081080555915833, 0.026241350919008255, -0.05292188748717308, 0.0038954864721745253, -0.020001253113150597, -0.011446279473602772, 0.029425447806715965, 0.05255590006709099, -0.03180437162518501, -0.043625786900520325, -0.049152206629514694, -0.018171312287449837, 0.042637620121240616, -0.00004478351183934137, 0.0060754031874239445, 0.013633058406412601, -0.018482401967048645, -0.0215201023966074, -0.02761380560696125, 0.026204751804471016, -0.029773136600852013, 0.0071459184400737286, -0.0012912519741803408, 0.032646141946315765, -0.03257294371724129, 0.07177027314901352, 0.04831043630838394, 0.025417877361178398, 0.03297553211450577, 0.03890454024076462, -0.02331344597041607, -0.020403839647769928, 0.04102727025747299, 0.02351473830640316, 0.023606235161423683, 0.008541248738765717, 0.04593151435256004, -0.012498495168983936, -0.033597711473703384, 0.03306702896952629, 0.0005100959679111838, -0.013495813123881817, 0.007653727196156979, -0.0003814282827079296, -0.01400819607079029, 0.017841922119259834, -0.025436175987124443, -0.03486037254333496, 0.04245462641119957, -0.04794444888830185, -0.025198284536600113, -0.002150180283933878, 0.045382529497146606, -0.025527672842144966, 0.03533615544438362, -0.0005872966139577329, 0.04973778873682022, 0.04783464968204498, -0.03163967654109001, 0.029992729425430298, -0.003323629964143038, -0.0038634624797850847, 0.0033808154985308647, 0.014392483979463577, -0.03398200124502182, -0.01231550145894289, 0.014090543612837791, -0.03063320741057396, -0.014749322086572647, 0.05208011344075203, 0.00817526038736105, 0.0012363537680357695, 0.048639826476573944, 0.028784967958927155, 0.03938032314181328, 0.023167049512267113, -0.024923792108893394, -0.042637620121240616, 0.04435776546597481, -0.026717135682702065, -0.006477990187704563, -0.050835754722356796, -0.017320388928055763, 0.03628772497177124, 0.006981223821640015, -0.049554795026779175, 0.0043964325450360775, 0.0477614551782608, -0.03323172405362129, -0.019086282700300217, 0.03632432222366333, 0.032371651381254196, -0.06327935308218002, -0.025326380506157875, 0.011922064237296581, 0.043113403022289276, -0.03806276619434357, -0.020513635128736496, 0.00984508078545332, 0.025527672842144966, -0.001554305898025632, 0.0836648941040039, -0.05010377615690231, -0.0006673565367236733, 0.0350799635052681, -0.030541710555553436, -0.05145793408155441, -0.036269426345825195, 0.08242052793502808, 0.03202396258711815, 0.0409906730055809, -0.01718314364552498, -0.04746866226196289, -0.05398325249552727, -0.06591446697711945, -0.011080291122198105, -0.06884237378835678, 0.0021684798412024975, 0.026881828904151917, -0.04893261566758156, 0.04534593224525452, 0.06155920773744583, -0.03103579580783844, -0.025454476475715637, 0.002338893013074994, 0.047724854201078415, -0.011610973626375198, -0.06653664261102676, -0.009643787518143654, -0.032609544694423676, 0.011235835961997509, -0.011061991564929485, -0.06565827131271362, -0.0005890121683478355, -0.05445903539657593, 0.06251077353954315, -0.0016492340946570039, -0.04468715190887451, 0.015206807292997837, -0.025966858491301537, -0.06082722917199135, 0.07264864444732666, 0.034201592206954956, 0.02893136255443096, -0.00679365498945117, 0.010577057488262653, 0.005192456766963005, -0.03513486310839653, -0.025088487192988396, -0.02049533650279045, 0.0050963847897946835, 0.043589189648628235, -0.02287425845861435, 0.046297501772642136, -0.018811790272593498, -0.011235835961997509, -0.0006296139908954501, 0.012718087993562222, 0.01795171946287155, 0.05112854391336441, 0.009177152998745441, -0.02737591415643692, 0.0165975634008646, 0.043186601251363754, 0.023093853145837784, -0.008664769120514393, -0.005851235706359148, -0.006070828530937433, -0.08051739633083344, 0.03780657425522804, 0.01818046160042286, 0.007466158363968134, 0.0012798148673027754, -0.03063320741057396, 0.0017510245088487864, -0.04831043630838394, -0.012498495168983936, -0.03160307556390762, -0.007036122027784586, 0.01650606468319893, -0.04695627838373184, -0.021318810060620308, 0.021666498854756355, -0.0040464564226567745, -0.08051739633083344, -0.03883134201169014, 0.005009462591260672, -0.05841170996427536, 0.015545346774160862, 0.012955980375409126, -0.02717461995780468, 0.015197657980024815, 0.030102524906396866, -0.04055148735642433, -0.055483803153038025, -0.030486812815070152, 0.01746678352355957, -0.052738893777132034, -0.0701233297586441, -0.039965905249118805, -0.017411885783076286, -0.024612702429294586, -0.057277146726846695, 0.01219655480235815, 0.01140053104609251, -0.010430661961436272, -0.004165402613580227, -0.009771883487701416, 0.01969016157090664, -0.04022209718823433, -0.017933418974280357, 0.002006072551012039, -0.017329538241028786, -0.024118619039654732, -0.01746678352355957, -0.004835618194192648, -0.05467863008379936, 0.08439686894416809, -0.0015657430049031973, 0.04805424436926842, 0.007607978768646717, -0.020916223526000977, 0.00030651508131995797, -0.0830061137676239, -0.017439335584640503, 0.02256316877901554, -0.004545115400105715, 0.0027426236774772406, 0.009135979227721691, 0.012498495168983936, -0.044613953679800034, 0.000854353595059365, -0.010778350755572319, -0.009973176755011082, -0.012708938680589199, 0.021026019006967545, 0.041759248822927475, 0.02463100291788578, 0.024813996627926826, -0.05028677359223366, 0.07374661415815353, 0.03632432222366333, 0.10211069136857986, 0.07524716109037399, -0.011748219840228558, 0.02697332575917244, 0.04805424436926842, 0.042637620121240616, -0.012928531505167484, -0.013239621184766293, -0.056325577199459076, -0.005526421125978231, -0.014731023460626602, -0.06862277537584305, 0.03959991782903671, -0.019836558029055595, 0.033121928572654724, 0.012983429245650768, 0.033085327595472336, 0.014813370071351528, 0.04582171514630318, -0.0020815576426684856, -0.010631956160068512, 0.011437129229307175, 0.01304747723042965, 0.030413614585995674, -0.019726760685443878, 0.031127292662858963, -0.009799332357943058, 0.03716609627008438, -0.03107239305973053, -0.06309635937213898, 0.02161160111427307, 0.0020541085395962, -0.009543141350150108, -0.009652937762439251, -0.022947456687688828, -0.010320865549147129, -0.014904866926372051, 0.006958349607884884, 0.038538552820682526, -0.053178079426288605, 0.053617265075445175, 0.008898086845874786, 0.030029328539967537, 0.026515841484069824, 0.030779603868722916, 0.00950654223561287, -0.05332447215914726, -0.04410157352685928, -0.04937180131673813, -0.028656871989369392, 0.05208011344075203, 0.0022988631390035152, -0.02920585498213768, 0.0262596495449543, -0.025930261239409447, 0.026040056720376015, -0.01877519115805626, -0.052812088280916214, -0.02960844151675701, -0.02904115989804268, 0.0016126353293657303, 0.007530206348747015, 0.03685500845313072, 0.02995613031089306, -0.050030581653118134, 0.022581469267606735, -0.031200489029288292, -0.021099217236042023, 0.03581194207072258, 0.0364341214299202, 0.000880658975802362, -0.0396365150809288, 0.028199387714266777, -0.0289679616689682, 0.006331595126539469, -0.004327809903770685, 0.022746164351701736, 0.05164092779159546, 0.019305875524878502, 0.033799003809690475, -0.04615110531449318, -0.04476035013794899, -0.005585893988609314, -0.05848490446805954, -0.011986112222075462, -0.04779805243015289, -0.00034282795968465507, -0.02053193561732769, 0.025765566155314445, 0.003746803617104888, 0.03063320741057396, -0.011199237778782845, -0.0011053986381739378, 0.03842875733971596, 0.004753271117806435, 0.004188276827335358, 0.002275988692417741, 0.037147797644138336, -0.030230620875954628, 0.049152206629514694, -0.0034425759222358465, -0.025674069300293922, -0.09676726907491684, -0.039929307997226715, 0.030614908784627914, -0.02324024774134159, -0.006876002531498671, 0.015645993873476982, -0.03249974921345711, 0.007557655218988657, 0.04702947661280632, 0.01082409918308258, 0.0015508747892454267, 0.008980434387922287, 0.021812893450260162, 0.006285846699029207, -0.0035363605711609125, -0.04476035013794899, 0.0511651448905468, 0.02836408093571663, 0.008980434387922287, -0.05105534568428993, 0.08761756122112274, 0.036104731261730194, -0.013916699215769768, 0.0636819377541542, -0.01265404000878334, -0.008184409700334072, 0.013559861108660698, 0.039929307997226715, -0.015243406407535076, -0.015865586698055267, -0.025875361636281013, -0.04073448106646538, -0.01231550145894289, -0.0033945401664823294, -0.006029654759913683, 0.026717135682702065, 0.014300987124443054, -0.037952970713377, -0.027504010125994682, -0.027028225362300873, 0.01818046160042286, 0.02144690603017807, -0.03553744778037071, -0.037623580545186996, -0.01583813689649105, -0.01722889207303524, 0.03923393040895462, 0.004469630308449268, 0.0072968886233866215, -0.06580466777086258, 0.03923393040895462, 0.02534467913210392, 0.012901082634925842, -0.010448961518704891, -0.06580466777086258, -0.012288051657378674, -0.08805675059556961, 0.06159580498933792, 0.007173367775976658, -0.029370548203587532, -0.023496439680457115, -0.04560212418437004, -0.04157625511288643, -0.006432241760194302, -0.0014124854933470488, 0.03242655098438263, 0.02517998404800892, 0.023624535650014877, -0.0735270157456398, 0.0013015453005209565, -0.04765165597200394, 0.03282913565635681, 0.039416924118995667, -0.016368819400668144, -0.0021810606122016907, 0.007081870920956135, -0.05709415301680565, 0.03723929449915886, 0.004398719873279333, -0.014731023460626602, 0.07008673250675201, 0.039453521370887756, -0.061925195157527924, -0.07272184640169144, -0.026717135682702065, -0.0626937672495842, 0.007091020233929157, -0.003577534109354019, 0.015426400117576122, -0.024777397513389587, -0.042015440762043, -0.029132656753063202, 0.07308783382177353, 0.01000977586954832, -0.03275594115257263, 0.06609746068716049, 0.004949989728629589, -0.1392950862646103, 0.019946353510022163, -0.021318810060620308, -0.04885941743850708, 0.04417476803064346, -0.013102375902235508, -0.0017887670546770096, -0.038099367171525955, 0.011034542694687843, -0.04172264784574509, -0.009543141350150108, -0.006642684806138277, -0.020385539159178734, -0.014795070514082909, 0.02419181726872921, 0.02395392395555973, -0.02463100291788578, 0.021501803770661354, -0.00823473371565342, 0.00915427878499031, -0.00587868457660079, 0.038684945553541183, -0.0034631628077477217, 0.021117515861988068, -0.08952070027589798, -0.08044419437646866, -0.0238807275891304, 0.060095254331827164, -0.037623580545186996, 0.014548028819262981, -0.015645993873476982, 0.023404942825436592, -0.01743018627166748, 0.030102524906396866, 0.01323047187179327, -0.009405895136296749, 0.0010299135465174913, 0.02192269079387188, -0.02686353027820587, 0.027485709637403488, -0.024612702429294586, 0.08556802570819855, 0.05570339784026146, -0.0350799635052681, -0.030230620875954628, 0.020440438762307167, -0.02391732484102249, 0.02001955173909664, -0.027504010125994682, -0.024283314123749733, 0.08205454051494598, -0.02076982706785202, 0.023624535650014877, 0.03314022719860077, -0.02175799570977688, -0.00865104515105486, -0.014950616285204887, -0.053617265075445175, 0.017320388928055763, 0.03489696979522705, -0.003289318410679698, 0.05475182831287384, 0.024887194857001305, 0.06071743369102478, -0.010595357045531273, -0.04296701028943062, 0.0901062861084938, 0.039416924118995667, -0.009579739533364773, 0.021062618121504784, 0.04285721108317375, 0.06441391259431839, -0.00859157182276249, 0.013450064696371555, 0.027522308751940727, -0.027156321331858635, -0.025161685422062874, -0.02777850069105625, 0.01402649562805891, -0.0033259172923862934, 0.03185926750302315, 0.02717461995780468, -0.02164819836616516, -0.006615235935896635, 0.010000626556575298, 0.041686050593853, 0.0633525475859642, -0.041283462196588516, 0.08637320250272751, 0.0038337258156389, 0.04018549993634224, -0.07173367589712143, -0.05112854391336441, -0.02164819836616516, -0.1006467416882515, 0.007548505440354347, -0.034988466650247574, 0.08681239187717438, 0.01841835305094719, 0.03297553211450577, -0.005805486813187599, 0.003586683887988329, -0.013386016711592674, -0.031200489029288292, 0.01571919023990631, -0.03546425327658653, 0.0041837021708488464, -0.014557179063558578, -0.009890830144286156, 0.024246715009212494, 0.009689535945653915, 0.019799958914518356, -0.023057254031300545, 0.05467863008379936, 0.0355740487575531, -0.08359169214963913, 0.02873007021844387, -0.0688057690858841, -0.019397372379899025, -0.01810726337134838, -0.054056450724601746, 0.10364784300327301, -0.055520400404930115, -0.01592048443853855, -0.008596146479249, -0.0060616787523031235, -0.0005924433353357017, -0.016487766057252884, -0.09135064482688904, 0.007315188180655241, 0.08534843474626541, -0.02093452215194702, -0.016323070973157883, 0.06349894404411316, -0.02280106209218502, -0.033524513244628906, -0.06719542294740677, 0.030614908784627914, -0.057752929627895355, -0.02256316877901554, -0.0013152699684724212, 0.026955027133226395, -0.02534467913210392, 0.016808005049824715, -0.024301612749695778, -0.06668303906917572, 0.021556701511144638, -0.030925998464226723, 0.06968414038419724, 0.0019420245662331581, -0.0022805635817348957, -0.04344279319047928, 0.0005035196081735194, 0.020385539159178734, -0.018372604623436928, -0.02721121907234192, -0.04937180131673813, -0.010018925182521343, -0.037147797644138336, 0.02005615085363388, -0.00865104515105486, 0.09662087261676788, -0.004721247125416994, 0.033048730343580246, 0.017485084012150764 ]
10,447
rethinkdb
RethinkDB
null
class RethinkDB(builtins.object): def __init__(self): super(RethinkDB, self).__init__() from rethinkdb import ( _dump, _export, _import, _index_rebuild, _restore, ast, query, net, ) self._dump = _dump self._export = _export self._import = _import self._index_rebuild = _index_rebuild self._restore = _restore # Re-export internal modules for backward compatibility self.ast = ast self.errors = errors self.net = net self.query = query net.Connection._r = self for module in (self.net, self.query, self.ast, self.errors): for function_name in module.__all__: setattr(self, function_name, getattr(module, function_name)) self.set_loop_type(None) def set_loop_type(self, library=None): if library == "asyncio": from rethinkdb.asyncio_net import net_asyncio self.connection_type = net_asyncio.Connection if library == "gevent": from rethinkdb.gevent_net import net_gevent self.connection_type = net_gevent.Connection if library == "tornado": from rethinkdb.tornado_net import net_tornado self.connection_type = net_tornado.Connection if library == "trio": from rethinkdb.trio_net import net_trio self.connection_type = net_trio.Connection if library == "twisted": from rethinkdb.twisted_net import net_twisted self.connection_type = net_twisted.Connection if library is None or self.connection_type is None: self.connection_type = self.net.DefaultConnection return def connect(self, *args, **kwargs): return self.make_connection(self.connection_type, *args, **kwargs)
()
[ -0.02161022461950779, -0.08164279162883759, -0.053603850305080414, 0.010420888662338257, 0.015453278087079525, 0.0007707896293140948, -0.04509470984339714, 0.01173287071287632, -0.0015169796533882618, -0.10690782219171524, -0.0035962373949587345, 0.048393405973911285, -0.05604039132595062, 0.0877903625369072, -0.01790856011211872, -0.02835756167769432, -0.03913456201553345, 0.05975142493844032, 0.010964424349367619, -0.05450349673628807, -0.052479296922683716, 0.08059320598840714, 0.047118909657001495, -0.004547424614429474, 0.018283411860466003, 0.06541169434785843, 0.0019785163458436728, 0.019773447886109352, 0.052104443311691284, 0.02232244238257408, -0.031412605196237564, -0.013335363939404488, 0.0008147176122292876, 0.037110358476638794, 0.0045778811909258366, -0.04625675082206726, -0.022022562101483345, 0.025133833289146423, -0.008982393890619278, -0.04959293454885483, -0.02998816780745983, -0.011273677460849285, 0.0372040718793869, -0.01683085970580578, 0.005978891160339117, 0.016596578061580658, -0.015425164252519608, 0.002128457184880972, 0.011582930572330952, -0.022359928116202354, 0.006990991998463869, 0.06031370535492897, -0.0025068235117942095, 0.028526244685053825, 0.0013705530436709523, 0.000895545119419694, -0.06589899957180023, 0.07144681364297867, -0.006733281072229147, -0.00746892811730504, -0.027457917109131813, 0.028676185756921768, -0.006742652505636215, 0.04685651510953903, 0.006817622575908899, -0.007314301561564207, -0.11245563626289368, -0.01905185915529728, 0.02440287172794342, 0.012894912622869015, -0.026858152821660042, 0.06409971415996552, 0.048505861312150955, -0.006011690478771925, 0.003607951570302248, -0.008452914655208588, -0.06207551062107086, -0.018976887688040733, -0.007632926106452942, 0.025621142238378525, 0.012988626025617123, 0.002537280321121216, 0.008987079374492168, -0.0033713262528181076, 0.04089636355638504, -0.046631600707769394, -0.06968500465154648, 0.054765891283750534, 0.01649349369108677, -0.08614101260900497, -0.045956868678331375, -0.03244344890117645, -0.014085068367421627, 0.05903920903801918, -0.023203345015645027, -0.06353743374347687, -0.03765389323234558, -0.039434440433979034, -0.0028816754929721355, -0.040484026074409485, -0.04427003487944603, 0.019136199727654457, -0.057914651930332184, -0.04528213292360306, -0.021216629073023796, -0.021179143339395523, -0.0003446882183197886, -0.013832042925059795, -0.015556362457573414, -0.010017923079431057, -0.06961003690958023, 0.02406550571322441, 0.04134618863463402, 0.027626600116491318, 0.0034673819318413734, -0.02601473592221737, -0.024121733382344246, -0.05645272880792618, 0.0240467619150877, -0.0010167863219976425, -0.05382876470685005, 0.03257464990019798, 0.020748063921928406, 0.05926411971449852, 0.04273314028978348, 0.04265816882252693, 0.027326717972755432, -0.015181510709226131, 0.022678552195429802, -0.032368481159210205, 0.057914651930332184, -0.009024564176797867, -0.009137020446360111, 0.032837044447660446, 0.033061955124139786, 0.08014338463544846, -0.012126465328037739, 0.04089636355638504, -0.026633242145180702, -0.0023615683894604445, 0.00046329377801157534, 0.015406421385705471, 0.040858879685401917, 0.01475043036043644, 0.0008522028219886124, -0.0076048122718930244, -0.05731488764286041, -0.02230370044708252, 0.0012826970778405666, -0.03407405689358711, 0.03345555067062378, -0.037822578102350235, 0.043632786720991135, 0.051991987973451614, -0.05731488764286041, 0.05645272880792618, -0.0438951812684536, -0.03291201591491699, -0.04359529912471771, -0.03639813885092735, -0.038309887051582336, -0.011564187705516815, -0.020879263058304787, -0.02301592007279396, -0.009980437345802784, -0.022247472777962685, 0.020148301497101784, -0.11118113249540329, -0.008209261111915112, 0.03199362754821777, -0.013738329522311687, 0.01306359563022852, -0.018302153795957565, 0.01810535602271557, -0.015406421385705471, 0.06548666208982468, -0.012529431842267513, 0.036191970109939575, -0.03103775531053543, 0.0066817388869822025, 0.04768119007349014, -0.05150467902421951, -0.0597139410674572, -0.021760165691375732, 0.04644417762756348, 0.013963241130113602, -0.008438858203589916, 0.004493539687246084, 0.08824018388986588, 0.026989351958036423, -0.02232244238257408, 0.022228730842471123, 0.052329353988170624, -0.03540478274226189, 0.03174997493624687, -0.03218105435371399, 0.007408014964312315, 0.06807314604520798, 0.03195614367723465, 0.10225965827703476, -0.008462286554276943, 0.08186770230531693, 0.022678552195429802, -0.0039734323509037495, 0.005294785834848881, -0.04681902751326561, -0.016062412410974503, -0.05120479688048363, -0.02730797603726387, -0.02835756167769432, -0.013616503216326237, -0.03821617364883423, -0.018620777875185013, 0.019473567605018616, 0.03390537202358246, 0.045956868678331375, 0.020954232662916183, 0.021666452288627625, 0.05300408974289894, 0.002663792809471488, 0.031656261533498764, -0.008738739416003227, -0.04168355464935303, -0.047943584620952606, -0.00397811783477664, -0.035104900598526, -0.01579064503312111, -0.0031557860784232616, 0.0046715945936739445, -0.04873077571392059, 0.023671910166740417, 0.004331884905695915, 0.025771083310246468, 0.0019492310239002109, 0.057577282190322876, -0.07129687070846558, -0.021553996950387955, 0.06634882092475891, 0.04070894047617912, -0.0016224067658185959, -0.0019656307995319366, 0.05401618778705597, -0.007126875687390566, -0.022584838792681694, -0.0766572579741478, 0.0003285813145339489, 0.05191701650619507, -0.008153033442795277, -0.008677826263010502, 0.025771083310246468, -0.023728137835860252, -0.0732835903763771, 0.00008148640336003155, 0.002429510233923793, -0.008096805773675442, 0.020054588094353676, -0.02031698450446129, 0.04494476690888405, -0.01522836647927761, -0.02174142189323902, 0.022584838792681694, 0.026876896619796753, -0.05596541985869408, 0.035610951483249664, -0.023634426295757294, -0.00801714975386858, -0.0021870278287678957, -0.024459099397063255, 0.024721495807170868, -0.02787025459110737, 0.07751941680908203, 0.047456275671720505, 0.022734779864549637, 0.021666452288627625, -0.08059320598840714, -0.056415241211652756, -0.00889336597174406, 0.005065189208835363, -0.04753124713897705, -0.08366698771715164, -0.02044818177819252, -0.008359202183783054, 0.004542739130556583, -0.03171248733997345, -0.032930757850408554, -0.017402509227395058, -0.052479296922683716, 0.011461103335022926, -0.02185387723147869, 0.007454871200025082, 0.030700387433171272, -0.05041760951280594, 0.005308843217790127, 0.011995267122983932, 0.01637166552245617, 0.04052151367068291, -0.0732835903763771, 0.009877352975308895, 0.06065107136964798, -0.02777654118835926, -0.048280950635671616, -0.03407405689358711, 0.04786861315369606, 0.08921480178833008, 0.020635608583688736, -0.028301334008574486, 0.03056919015944004, -0.02241615578532219, -0.03799126297235489, 0.03645436838269234, -0.022828493267297745, -0.025977252051234245, 0.0028629330918192863, 0.03673550486564636, 0.0020499725360423326, -0.02695186622440815, -0.02093549072742462, -0.03242470696568489, -0.032237280160188675, 0.05401618778705597, -0.0711844190955162, 0.05285414680838585, 0.046893998980522156, 0.009736783802509308, 0.04790610074996948, -0.017552450299263, -0.01719634048640728, 0.0059835766442120075, 0.007253388408571482, 0.010149121284484863, 0.007159675471484661, 0.014263122342526913, 0.033642977476119995, 0.0422833189368248, 0.04460740089416504, 0.014956599101424217, 0.025864794850349426, -0.019829677417874336, 0.016465378925204277, -0.02603347972035408, 0.0432579331099987, 0.03377417474985123, 0.020073330029845238, -0.029819484800100327, 0.010617686435580254, -0.027832768857479095, -0.030381763353943825, -0.016662176698446274, 0.04801855608820915, -0.04284559562802315, 0.0002689856628421694, -0.0065130554139614105, -0.053753793239593506, 0.06076352670788765, -0.008659083396196365, -0.04160858318209648, -0.01810535602271557, 0.011386132799088955, -0.01639040932059288, -0.06143826246261597, 0.04453242942690849, -0.004521653521806002, -0.0005936134839430451, 0.019604764878749847, -0.023409513756632805, 0.015884358435869217, -0.02822636440396309, -0.018030386418104172, 0.017974158748984337, 0.033399321138858795, -0.03298698738217354, -0.051991987973451614, -0.002996474038809538, -0.002996474038809538, -0.029107267037034035, -0.052329353988170624, 0.006480255629867315, -0.0012358404928818345, 0.034448910504579544, 0.005365070886909962, 0.02127285674214363, 0.01103939488530159, 0.08411681652069092, -0.03694167360663414, 0.0170651413500309, -0.025771083310246468, 0.0011579416459426284, 0.046781543642282486, -0.005903920624405146, 0.00842480082064867, -0.05127976834774017, 0.002893389668315649, -0.010261576622724533, -0.011920297518372536, -0.06544917821884155, -0.014769173227250576, 0.007679782807826996, 0.030006911605596542, -0.014853514730930328, -0.0016716060927137733, -0.002194056287407875, -0.029707029461860657, 0.024140475317835808, 0.035142384469509125, 0.019023744389414787, 0.05172958970069885, 0.10143498331308365, 0.04265816882252693, 0.024102991446852684, -0.04059648513793945, -0.02755163051187992, -0.033043213188648224, -0.10188480466604233, 0.008607541210949421, 0.0004369369999039918, 0.008218632079660892, 0.06203802302479744, 0.01132990512996912, 0.07317113131284714, 0.09701172262430191, 0.00444668298587203, 0.007482985034584999, 0.0448697991669178, 0.04333290457725525, -0.014900371432304382, 0.016521606594324112, 0.032705847173929214, 0.02893858216702938, -0.026764441281557083, 0.049105625599622726, 0.0162592101842165, -0.012182693928480148, -0.016924573108553886, -0.03718532994389534, 0.04520716518163681, -0.027401689440011978, -0.0006460341974161565, 0.03540478274226189, 0.056077875196933746, -0.0019129171269014478, 0.03557346388697624, 0.020879263058304787, -0.0013939812779426575, -0.04307050630450249, 0.027570372447371483, -0.03617322817444801, 0.014591118320822716, 0.018086614087224007, -0.016877716407179832, 0.02393430657684803, -0.023147117346525192, 0.02290346473455429, 0.06143826246261597, 0.018049128353595734, -0.04790610074996948, -0.03742898255586624, -0.019548537209630013, 0.030944041907787323, 0.03210608288645744, 0.009408787824213505, 0.030006911605596542, -0.017215082421898842, 0.038534797728061676, -0.007492356467992067, -0.03845982626080513, 0.005458783823996782, 0.006578654516488314, -0.0179929006844759, -0.03531106933951378, -0.042920567095279694, -0.007675096858292818, 0.019108086824417114, -0.026352103799581528, -0.011601672507822514, -0.004413883667439222, 0.02357819676399231, -0.015696931630373, -0.05825201794505119, -0.0009523586486466229, -0.07961858808994293, -0.04123373329639435, -0.0003458596474956721, 0.041533615440130234, 0.028788641095161438, -0.034242741763591766, -0.056752610951662064, 0.06008879467844963, -0.006869164761155844, 0.02730797603726387, -0.06882284581661224, -0.042358286678791046, 0.09161385893821716, 0.020710578188300133, 0.012894912622869015, 0.029707029461860657, 0.01387889962643385, -0.04801855608820915, 0.007239331491291523, -0.027158034965395927, -0.04681902751326561, 0.039097074419260025, -0.012894912622869015, -0.036772992461919785, 0.005543125793337822, 0.06110089272260666, -0.007717267610132694, -0.01628732495009899, 0.022940948605537415, -0.008279546163976192, -0.04010917618870735, -0.020429439842700958, 0.02430916018784046, -0.014216266572475433, -0.016774632036685944, -0.025190060958266258, -0.024215446785092354, -0.016362294554710388, 0.01986716128885746, -0.04636920616030693, -0.040034204721450806, 0.027401689440011978, 0.010936310514807701, -0.006428713444620371, -0.009310388937592506, -0.007037848234176636, -0.017018286511301994, 0.040484026074409485, 0.05142970755696297, 0.05064252018928528, 0.01870512031018734, 0.03146883472800255, 0.04145864397287369, -0.01605304144322872, -0.02464652620255947, 0.023334544152021408, -0.00837794505059719, -0.018395867198705673, 0.0026708212681114674, -0.009652441367506981, -0.025864794850349426, 0.026577014476060867, 0.06008879467844963, -0.024346644058823586, -0.06961003690958023, -0.02925720624625683, -0.04250822961330414, 0.03021308034658432, 0.03973432257771492, -0.04232080280780792, -0.028732413426041603, 0.015715675428509712, 0.021122915670275688, 0.0390595905482769, -0.021441539749503136, -0.01266063004732132, -0.01463797502219677, -0.0046317665837705135, 0.002208113204687834, 0.05446601286530495, -0.007347101345658302, -0.016933944076299667, -0.018770718947052956, -0.03242470696568489, 0.04929305240511894, 0.019304882735013962, 0.01660594902932644, 0.06803565472364426, 0.004830906633287668, -0.030231822282075882, -0.008827767334878445, -0.014131924137473106, -0.004313142038881779, 0.06541169434785843, 0.013354106806218624, 0.010027294047176838, 0.03776634857058525, -0.05877681076526642, 0.005318214185535908, 0.04172103852033615, -0.05345391109585762, 0.005744608584791422, -0.0135977603495121, -0.024365387856960297, -0.06215047836303711, -0.017852332442998886, -0.007169046439230442, -0.02241615578532219, 0.08426675200462341, 0.027233006432652473, -0.026801925152540207, 0.025977252051234245, -0.011095622554421425, -0.06766080856323242, -0.05945154279470444, 0.05795213580131531, 0.007136247120797634, -0.05562805384397507, -0.002916818019002676, 0.028076423332095146, -0.008541942574083805, -0.0438951812684536, 0.049442991614341736, 0.008293602615594864, -0.11657900363206863, -0.01521899551153183, 0.031431350857019424, -0.022865979000926018, -0.01624983921647072, 0.029463374987244606, -0.0145255196839571, -0.028976067900657654, 0.02882612682878971, -0.02891984023153782, 0.02485269494354725, -0.016465378925204277, -0.025302518159151077, -0.0756826400756836, 0.06829805672168732, 0.008331088349223137, -0.027101807296276093, -0.007942179217934608, 0.04400763660669327, 0.048280950635671616, -0.05157965049147606, -0.032462190836668015, 0.033305611461400986, -0.01266063004732132, -0.07043471187353134, 0.006953506730496883, -0.02532126009464264, -0.004737193696200848, -0.0560029037296772, 0.03703538700938225, -0.02661450020968914, 0.03673550486564636, -0.06631133705377579, 0.05307905748486519, 0.0012288120342418551, -0.023990534245967865, 0.04427003487944603, 0.014338092878460884, 0.016231095418334007, 0.027963967993855476, 0.012595030479133129, 0.008246746845543385, 0.0008141319267451763, 0.014628603123128414, -0.02638958767056465, 0.02172267995774746, -0.03150631859898567, -0.02487143687903881, 0.04565698653459549, 0.057689741253852844, 0.01538767945021391, -0.05532817170023918, 0.047006454318761826, -0.008879309520125389, -0.030512962490320206, 0.051542166620492935, -0.019136199727654457, 0.009094849228858948, 0.0007409186218865216, -0.006081975530833006, -0.012913655489683151, 0.005238558165729046, 0.039209529757499695, 0.03090655617415905, 0.03995923325419426, 0.012698114849627018, 0.05401618778705597, 0.05705248937010765, 0.013513418845832348, 0.01155481580644846, 0.01215458009392023, -0.0008891023462638259, -0.007098761852830648, -0.011582930572330952, 0.003547038184478879, -0.010374031960964203, -0.02116040140390396, -0.027345461770892143, 0.042920567095279694, -0.07028476893901825, 0.013119824230670929, -0.013354106806218624, 0.02219124510884285, 0.004573195707052946, 0.01834901049733162, 0.03450513631105423, -0.08366698771715164, -0.01777736097574234, 0.07317113131284714, -0.00812491960823536, 0.0005101502756588161, -0.03795377537608147, -0.05727740377187729, 0.018170956522226334, -0.08299225568771362, -0.02241615578532219, -0.02833881974220276, 0.08891492336988449, -0.009961694478988647, 0.017505593597888947, 0.023559454828500748, 0.06215047836303711, 0.05319151282310486, 0.018976887688040733, -0.003465039189904928, 0.028957325965166092, 0.0019949160050600767, -0.015359565615653992, 0.01605304144322872, 0.03692293167114258, 0.010880082845687866, 0.03244344890117645, -0.013550903648138046, 0.06541169434785843, 0.04190846532583237, -0.07976853102445602, -0.015725046396255493, -0.013579017482697964, -0.024796467274427414, -0.00795155018568039, -0.022566096857190132, 0.08381693065166473, 0.01220143586397171, -0.033980343490839005, 0.009671184234321117, 0.0029683602042496204, 0.03935947269201279, 0.0033455551601946354, -0.014019468799233437, 0.021928848698735237, 0.009783640503883362, 0.009689927101135254, -0.037335269153118134, 0.03692293167114258, -0.031656261533498764, 0.03287452831864357, 0.0060070049948990345, -0.05795213580131531, -0.02219124510884285, -0.04355781525373459, -0.026445817202329636, 0.0014021812239661813, -0.05367882177233696, 0.00871062558144331, 0.037578925490379333, 0.03463633358478546, 0.024121733382344246, 0.04996778443455696, 0.014488033950328827, -0.010130378417670727, -0.006841050926595926, -0.007904693484306335, -0.004259257111698389, -0.0036149800289422274, -0.0007169046439230442, -0.00928696058690548, -0.03195614367723465, 0.03621071204543114, -0.007159675471484661, 0.014300608076155186, 0.005739923100918531, 0.014450549148023129, -0.056752610951662064, 0.03555472195148468, 0.0004659294500015676 ]
10,448
rethinkdb
__init__
null
def __init__(self): super(RethinkDB, self).__init__() from rethinkdb import ( _dump, _export, _import, _index_rebuild, _restore, ast, query, net, ) self._dump = _dump self._export = _export self._import = _import self._index_rebuild = _index_rebuild self._restore = _restore # Re-export internal modules for backward compatibility self.ast = ast self.errors = errors self.net = net self.query = query net.Connection._r = self for module in (self.net, self.query, self.ast, self.errors): for function_name in module.__all__: setattr(self, function_name, getattr(module, function_name)) self.set_loop_type(None)
(self)
[ -0.027680285274982452, -0.06202221289277077, -0.019927507266402245, 0.018472665920853615, -0.033959075808525085, 0.004280777182430029, -0.01952551119029522, 0.004252063110470772, -0.025364022701978683, -0.05279545113444328, 0.0059294383972883224, 0.06975584477186203, -0.017410248517990112, 0.11049142479896545, -0.012988293543457985, -0.00781977642327547, -0.026742294430732727, 0.0639747679233551, -0.013495574705302715, -0.05206803232431412, -0.06278792023658752, 0.03273394703865051, 0.0414247140288353, 0.05513085797429085, 0.00876255240291357, 0.06634845584630966, -0.027507999911904335, -0.009729255922138691, 0.07664720714092255, 0.0013363969046622515, -0.02268405072391033, -0.0007459654589183629, 0.014127282425761223, 0.014500563964247704, -0.034935351461172104, -0.04441096633672714, -0.018692806363105774, -0.025612877681851387, -0.023411471396684647, -0.009221975691616535, 0.032408520579338074, -0.002256440930068493, 0.02683800831437111, -0.027278289198875427, 0.024234605953097343, 0.0276994276791811, 0.03311679884791374, -0.016634970903396606, 0.030800538137555122, -0.031068535521626472, -0.05026862025260925, 0.08951107412576675, -0.009226761758327484, 0.03895530849695206, -0.013706143945455551, -0.011878020130097866, -0.033097658306360245, 0.07791061699390411, -0.0054987287148833275, -0.00007963644748087972, -0.038419317454099655, 0.023890037089586258, -0.01881723292171955, 0.02871398814022541, 0.03489706665277481, 0.015419411472976208, -0.09578986465930939, -0.028694845736026764, 0.02586173266172409, 0.02021464705467224, -0.017936671152710915, 0.03845760226249695, 0.04559781402349472, 0.003184859873726964, -0.0034624284598976374, 0.015687407925724983, -0.06845414638519287, -0.028905414044857025, -0.03958701714873314, 0.006881785579025745, 0.038917023688554764, 0.030341114848852158, -0.027278289198875427, 0.014069854281842709, 0.04992405325174332, -0.05049833282828331, -0.05685369670391083, 0.010164751671254635, 0.0028546489775180817, -0.04881377890706062, -0.06428104639053345, -0.02155463397502899, -0.04957948625087738, 0.034935351461172104, -0.0034504642244428396, -0.03859160095453262, -0.03757704049348831, -0.03162367269396782, -0.0037639252841472626, -0.010423177853226662, -0.04674637317657471, 0.018530093133449554, -0.06745872646570206, -0.023411471396684647, -0.007020569872111082, -0.01252887025475502, -0.011083599179983139, -0.03834274411201477, 0.003227930748835206, -0.021324921399354935, -0.07029183954000473, 0.09793384373188019, 0.0580788254737854, 0.043377265334129333, -0.016491400077939034, -0.03732818365097046, -0.01191630493849516, -0.058653105050325394, 0.05834682285785675, 0.018577950075268745, -0.006704716011881828, 0.03931901976466179, 0.014366565272212029, 0.08085858821868896, 0.029919976368546486, 0.026072300970554352, 0.022167198359966278, -0.013543430715799332, 0.047780074179172516, -0.06393647938966751, 0.07948032021522522, -0.007221567910164595, 0.0090114064514637, 0.017783530056476593, 0.006398433819413185, 0.031106820330023766, 0.0559348501265049, 0.04532981663942337, -0.04889034852385521, 0.0005383872776292264, 0.005465229041874409, 0.009351188316941261, 0.04705265536904335, 0.003342786803841591, -0.011782306246459484, -0.01925751380622387, -0.0596868097782135, -0.0036849617026746273, -0.010097752325236797, -0.03834274411201477, 0.03325079753994942, -0.05570513755083084, 0.04157785326242447, 0.032676517963409424, -0.02710600383579731, 0.03353793919086456, -0.014270852319896221, -0.026818864047527313, -0.009312903508543968, -0.020846355706453323, -0.013677429407835007, -0.003405000315979123, -0.019314942881464958, -0.03951044753193855, -0.027335716411471367, -0.03233195096254349, -0.017276249825954437, -0.1372145712375641, -0.03780674934387207, 0.016902968287467957, 0.026550866663455963, -0.0355096310377121, -0.03625619411468506, 0.033040229231119156, -0.04398982971906662, 0.06374505162239075, 0.018185526132583618, 0.06271135061979294, -0.04467896372079849, 0.013974140398204327, 0.07013870030641556, -0.04716750979423523, -0.054020583629608154, 0.0011264258064329624, 0.025096025317907333, -0.016855111345648766, -0.015467268414795399, 0.03420793265104294, 0.05191488936543465, 0.03405478969216347, 0.02210977114737034, 0.014998272992670536, 0.04345383495092392, -0.022818049415946007, 0.005742797628045082, -0.0016067868564277887, -0.006532432045787573, 0.03560534492135048, 0.03139396011829376, 0.066654734313488, -0.0042783841490745544, 0.0709809809923172, 0.03671561926603317, 0.0038811741396784782, -0.02360289730131626, -0.00898269284516573, -0.023641183972358704, -0.0123661570250988, -0.014481421560049057, -0.046057235449552536, 0.01473984681069851, -0.04134814441204071, -0.020999496802687645, 0.003393036313354969, -0.01248101331293583, 0.03533734753727913, 0.03103024885058403, 0.020099790766835213, 0.061715930700302124, 0.014538849703967571, 0.06313248723745346, 0.006163936108350754, -0.06734387576580048, -0.06929642707109451, -0.028541704639792442, 0.005206803325563669, -0.02124835178256035, -0.03510763496160507, -0.010949600487947464, -0.034399356693029404, 0.006752572953701019, -0.006068222690373659, -0.012471442110836506, -0.03661990538239479, 0.02413889206945896, -0.052833739668130875, -0.007896346971392632, 0.08070544898509979, 0.005814582575112581, -0.054288581013679504, 0.024502603337168694, 0.035624489188194275, -0.006685573607683182, -0.04904349148273468, -0.04957948625087738, 0.00588636752218008, 0.023047760128974915, 0.00720721110701561, -0.012519299052655697, 0.019927507266402245, 0.00299821887165308, -0.0747329369187355, 0.016213832423090935, 0.027010291814804077, -0.021171780303120613, 0.013840142637491226, 0.005446086172014475, 0.04774178937077522, -0.008312699384987354, -0.004144385457038879, 0.03593077138066292, -0.005838511046022177, -0.053867440670728683, 0.02193748764693737, -0.0011359971249476075, 0.009288975037634373, 0.008389269933104515, -0.012433156371116638, 0.018912946805357933, -0.03652419149875641, 0.10857716202735901, 0.021267494186758995, 0.02704857662320137, 0.03543306142091751, -0.06428104639053345, -0.03947216272354126, -0.02247348055243492, -0.03859160095453262, -0.03985501453280449, -0.03286794573068619, 0.047244083136320114, -0.02835027687251568, 0.027833426371216774, 0.017017822712659836, 0.004649273119866848, -0.026206299662590027, -0.04421954229474068, 0.022511767223477364, -0.054020583629608154, -0.031068535521626472, 0.013256290927529335, -0.02000407874584198, 0.0006586270756088197, 0.03457164019346237, 0.058921102434396744, 0.011983304284512997, -0.05279545113444328, 0.009461259469389915, 0.04877549409866333, -0.0036634262651205063, -0.03284880146384239, -0.06431933492422104, 0.05712169408798218, 0.05938052758574486, 0.012471442110836506, -0.007307710126042366, 0.007767133880406618, 0.032351091504096985, -0.004981876816600561, 0.0392424501478672, -0.007250281982123852, 0.0025651161558926105, 0.011016599833965302, 0.031049393117427826, 0.0042783841490745544, -0.06340048462152481, -0.008087772876024246, -0.03671561926603317, -0.03522249311208725, 0.03183424100279808, -0.06202221289277077, 0.04441096633672714, 0.03840017318725586, 0.0014141638530418277, 0.04242013022303581, -0.003696925938129425, 0.01861623488366604, -0.028962843120098114, 0.004871806595474482, -0.008882193826138973, 0.001993229379877448, 0.0025770803913474083, 0.03989329934120178, 0.024445174261927605, 0.013237148523330688, -0.011409024707973003, 0.003007790306583047, -0.026857150718569756, -0.01645311526954174, -0.023966608569025993, 0.04130985587835312, 0.03420793265104294, 0.02865655906498432, -0.02505774050951004, -0.005230731330811977, -0.04372183233499527, -0.0629410594701767, -0.0446406789124012, 0.017496390268206596, -0.046708088368177414, 0.018453523516654968, -0.02565116249024868, -0.030800538137555122, 0.06497018039226532, 0.029824262484908104, -0.060643941164016724, -0.0505366176366806, 0.017544247210025787, -0.017831386998295784, -0.061601076275110245, 0.05448000505566597, 0.01530455518513918, -0.03522249311208725, 0.00042173670954070985, 0.001269397558644414, -0.007499136496335268, -0.031872525811195374, -0.019831795245409012, 0.0014285208890214562, 0.0147877037525177, -0.006293149199336767, -0.08759680390357971, -0.01569698005914688, 0.004426739644259214, -0.00919804722070694, -0.040199581533670425, 0.010222179815173149, 0.018003670498728752, 0.0017084822757169604, -0.005312087945640087, 0.022339481860399246, 0.013639144599437714, 0.043377265334129333, -0.06481704115867615, 0.0147877037525177, -0.02323918789625168, 0.01569698005914688, 0.055475424975156784, 0.049885768443346024, 0.003696925938129425, -0.038687314838171005, -0.010911315679550171, -0.010911315679550171, -0.0014787703985348344, -0.03129824623465538, 0.042190421372652054, 0.007551779039204121, 0.028043994680047035, -0.0014141638530418277, -0.007202425505965948, 0.005733226425945759, -0.05206803232431412, 0.04854578152298927, 0.03166195750236511, 0.054288581013679504, 0.028426848351955414, 0.09655556827783585, 0.02704857662320137, 0.036103054881095886, -0.035949911922216415, 0.0043214550241827965, -0.020999496802687645, -0.08782652020454407, 0.013486002571880817, -0.032829660922288895, -0.020903782919049263, 0.08935792744159698, -0.011696164496243, 0.06313248723745346, 0.061065081506967545, -0.00811648741364479, 0.03931901976466179, 0.04268812760710716, 0.012653297744691372, -0.007121068891137838, 0.026933720335364342, 0.011093170382082462, 0.01753467507660389, -0.015658695250749588, 0.04268812760710716, -0.029939118772745132, 0.04226699098944664, -0.02440688945353031, -0.020348645746707916, 0.04157785326242447, -0.013801856897771358, 0.016338258981704712, 0.018539665266871452, 0.026857150718569756, 0.018970374017953873, 0.044870391488075256, -0.01150473766028881, 0.0532548762857914, -0.06255821138620377, 0.0196212250739336, -0.0111601697281003, -0.0006777697708457708, 0.06393647938966751, -0.006853071972727776, -0.0011784699745476246, 0.02268405072391033, 0.03996987268328667, 0.04793321713805199, 0.004855056758970022, -0.06209878623485565, -0.026646580547094345, -0.034380216151475906, 0.012165159918367863, 0.01898951828479767, 0.028043994680047035, -0.012969151139259338, 0.0201572198420763, 0.0026584367733448744, -0.023794325068593025, -0.03723246976733208, 0.02410060726106167, -0.0040391008369624615, -0.028809702023863792, -0.009135833941400051, -0.03527991846203804, -0.0217843446880579, 0.006704716011881828, -0.04000815749168396, -0.012442728504538536, -0.029977403581142426, 0.0057380120269954205, -0.02199491485953331, -0.08208371698856354, -0.004409989807754755, -0.06374505162239075, -0.012816010043025017, -0.007073212414979935, 0.05072804540395737, 0.00595815246924758, -0.0058672246523201466, -0.04318583756685257, 0.022837191820144653, -0.03200652450323105, -0.0007764740730635822, -0.06056737154722214, -0.03989329934120178, 0.05103432759642601, 0.003591641318053007, 0.02436860464513302, 0.005843296647071838, 0.018214238807559013, -0.01312229223549366, 0.03577762842178345, -0.01177273504436016, -0.03346136584877968, 0.019831795245409012, -0.015601267106831074, -0.05673883855342865, 0.025364022701978683, 0.03393993526697159, 0.005359944421797991, -0.0271634329110384, -0.010576318949460983, 0.009006621316075325, -0.052833739668130875, -0.018644949421286583, -0.004910091869533062, -0.03951044753193855, 0.011313310824334621, -0.041922423988580704, -0.025632020086050034, -0.05478628724813461, 0.025344880297780037, -0.058806248009204865, -0.013160577975213528, 0.02505774050951004, 0.022837191820144653, -0.004749772138893604, -0.0360264852643013, -0.006527646444737911, -0.004359740298241377, 0.026072300970554352, 0.04559781402349472, 0.0704449862241745, 0.01086345873773098, -0.01255758386105299, -0.002299511805176735, -0.011093170382082462, -0.014529277570545673, -0.0002883363049477339, 0.03367193788290024, 0.030034830793738365, -0.0014392886077985168, -0.033097658306360245, -0.017448533326387405, 0.026225442066788673, 0.06229021027684212, 0.004558345768600702, -0.08438084274530411, -0.008451484143733978, -0.05352287366986275, 0.001101899310015142, 0.06209878623485565, -0.03453335538506508, -0.014778132550418377, 0.026589153334498405, -0.016539257019758224, -0.02279890701174736, -0.04077386111021042, 0.009461259469389915, -0.010059467516839504, 0.003182467073202133, 0.018405666574835777, 0.050153765827417374, 0.005900724325329065, -0.02752714231610298, -0.02603401616215706, -0.03145138919353485, 0.05367601662874222, 0.00973404198884964, 0.01839609444141388, 0.040620721876621246, -0.009992468170821667, -0.06167764589190483, 0.00043878561700694263, -0.027240002527832985, -0.02161206118762493, 0.06761187314987183, 0.031968239694833755, -0.006207006983458996, 0.00454398849979043, -0.037136759608983994, 0.023105189204216003, 0.031642813235521317, -0.06098851189017296, 0.02119092270731926, -0.003986458759754896, -0.018750233575701714, -0.04532981663942337, -0.03807474672794342, -0.017438961192965508, -0.016902968287467957, 0.10069038718938828, 0.06738215684890747, -0.04823949933052063, 0.03715590015053749, -0.018472665920853615, -0.04441096633672714, -0.04628694802522659, 0.016003262251615524, 0.007293352857232094, -0.04689951241016388, -0.02323918789625168, 0.02722086012363434, -0.014299565926194191, -0.049120061099529266, 0.07760433852672577, 0.009111905470490456, -0.1183016300201416, -0.02565116249024868, 0.023794325068593025, -0.010317892767488956, 0.0580788254737854, 0.031757671386003494, 0.006915285252034664, -0.019113944843411446, -0.0026249371003359556, -0.02032950334250927, 0.012624583207070827, -0.014691990800201893, -0.06412790715694427, -0.052565742284059525, 0.04973262548446655, 0.006857857573777437, -0.022550052031874657, -0.042458415031433105, 0.051761750131845474, 0.04613380879163742, -0.025153452530503273, -0.032083094120025635, 0.041539568454027176, 0.0043429904617369175, -0.07446493953466415, 0.05260402709245682, 0.00034426874481141567, -0.0027206502854824066, -0.0710192620754242, -0.011294168420135975, -0.027354858815670013, 0.03617962449789047, -0.03361450880765915, 0.0430326983332634, 0.011983304284512997, 0.008322270587086678, 0.0505366176366806, 0.016433972865343094, 0.023028617724776268, 0.038361888378858566, 0.0012550405226647854, -0.01715182140469551, 0.011973733082413673, -0.01139945350587368, -0.030857965350151062, 0.03516506403684616, -0.029077699407935143, -0.03372936323285103, 0.04682294279336929, 0.0311833918094635, 0.017190108075737953, -0.07415866106748581, 0.04628694802522659, -0.041922423988580704, -0.05727483332157135, 0.04682294279336929, -0.016491400077939034, -0.0032470733858644962, -0.0023904393892735243, 0.026206299662590027, -0.0397784449160099, 0.03859160095453262, 0.0387064553797245, 0.018999088555574417, 0.023736895993351936, -0.026168014854192734, 0.06431933492422104, 0.029671121388673782, 0.006537218112498522, -0.009389474056661129, 0.02951798029243946, 0.0007555368356406689, 0.03189167007803917, -0.014366565272212029, -0.013371147215366364, 0.004948377143591642, -0.01559169590473175, -0.060529086738824844, 0.045789238065481186, -0.024828027933835983, -0.013591287657618523, -0.02984340488910675, 0.03996987268328667, -0.0500006228685379, 0.03351879492402077, 0.035681914538145065, -0.0591508150100708, -0.011466452851891518, 0.0532548762857914, -0.015036558732390404, 0.00765227759256959, -0.0054987287148833275, -0.024617459625005722, -0.0024131713435053825, -0.11715307086706161, 0.005154160782694817, -0.013916713185608387, 0.05723654851317406, 0.003438499988988042, -0.004364526364952326, 0.03489706665277481, 0.04130985587835312, 0.040084727108478546, 0.008461055345833302, 0.003237502183765173, -0.026684865355491638, -0.0239283237606287, 0.0322553813457489, 0.0023928324226289988, 0.02651258185505867, -0.006207006983458996, 0.02731657400727272, 0.0012514513218775392, 0.09479444473981857, 0.013591287657618523, -0.07278038561344147, -0.04000815749168396, 0.023258330300450325, -0.05570513755083084, -0.02344975620508194, -0.0013495574239641428, 0.09387559443712234, -0.0036825689021497965, -0.05980166420340538, 0.004106100182980299, 0.04490867629647255, 0.005120661109685898, -0.0022672086488455534, -0.016682827845215797, 0.016156403347849846, 0.00034875530400313437, 0.028522562235593796, -0.06711415946483612, 0.03135567530989647, -0.002048264490440488, 0.04130985587835312, 0.03851502761244774, -0.03037939965724945, -0.02538316510617733, -0.03596905618906021, 0.009600043296813965, -0.036371052265167236, 0.00501537648960948, 0.011677022092044353, 0.018367381766438484, 0.038151320070028305, 0.028790557757019997, 0.0014201459707692266, 0.04150128364562988, 0.03284880146384239, 0.015160985291004181, -0.02410060726106167, 0.008427555672824383, 0.010279607959091663, 0.030092259868979454, -0.006202221382409334, -0.0559348501265049, 0.03124081902205944, -0.047780074179172516, 0.02398575097322464, 0.0029623263981193304, 0.0607587993144989, -0.006446290295571089, 0.06768844276666641, -0.005733226425945759 ]
10,449
rethinkdb
connect
null
def connect(self, *args, **kwargs): return self.make_connection(self.connection_type, *args, **kwargs)
(self, *args, **kwargs)
[ -0.04893465340137482, -0.12001442164182663, 0.026806361973285675, -0.020092150196433067, 0.0059275212697684765, -0.004564485512673855, -0.016373252496123314, 0.04001602530479431, 0.012746904976665974, -0.060882244259119034, 0.0034370366483926773, 0.062363073229789734, -0.0040281061083078384, 0.07565687596797943, -0.011476420797407627, -0.054252173751592636, -0.03002043254673481, 0.013310628943145275, -0.009280419908463955, 0.03237629681825638, -0.009877799078822136, 0.07949356734752655, 0.05381465703248978, -0.047285549342632294, 0.040116991847753525, 0.08467646688222885, -0.024416843429207802, -0.0008445350104011595, 0.0362129881978035, 0.01297407690435648, -0.02611643075942993, 0.058761969208717346, -0.017938219010829926, 0.0916767492890358, 0.05078568682074547, 0.048261549323797226, -0.03564085066318512, 0.04280940815806389, 0.009019591845571995, -0.03439560905098915, -0.05267037823796272, -0.03665050491690636, 0.022818220779299736, 0.010980007238686085, -0.012831042520701885, 0.000055084088671719655, -0.0325445719063282, 0.038939058780670166, 0.0033213470596820116, -0.04674706608057022, 0.020159460604190826, 0.05115589499473572, -0.003058415837585926, 0.02115228958427906, -0.027260707691311836, 0.03296526148915291, -0.026150085031986237, 0.035607196390628815, -0.04842982441186905, 0.044323891401290894, -0.04156416282057762, 0.027412155643105507, 0.02285187691450119, 0.05213189497590065, -0.033385951071977615, -0.04930485785007477, -0.05004527419805527, 0.0007814315613359213, 0.06754597276449203, 0.034193675965070724, 0.07646460086107254, 0.028573259711265564, 0.00080667290603742, -0.05189630761742592, 0.037088025361299515, 0.0317705012857914, -0.0273616723716259, 0.0053427619859576225, -0.018156977370381355, 0.041160304099321365, -0.04257382079958916, 0.017618494108319283, -0.054454103112220764, 0.008338074199855328, 0.047285549342632294, 0.017786769196391106, -0.08555150032043457, 0.0024294843897223473, -0.05159341171383858, -0.041665129363536835, -0.001416673301719129, -0.007967866957187653, -0.023339876905083656, 0.06293521076440811, -0.021539324894547462, -0.04254016652703285, -0.035001400858163834, 0.01102207601070404, 0.042270924896001816, -0.003472795244306326, -0.07148363441228867, 0.02912857010960579, -0.058459073305130005, -0.02742898277938366, 0.008969109505414963, -0.0954461321234703, 0.008224488236010075, -0.004863175563514233, -0.043617133051157, 0.007463039364665747, -0.007189590949565172, 0.006184142082929611, 0.04459313303232193, 0.02409711852669716, -0.04146320000290871, 0.006705797277390957, -0.0018720701336860657, -0.05940141901373863, 0.0013441042974591255, -0.030441122129559517, -0.13771705329418182, 0.04112664610147476, 0.04398733749985695, -0.022077808156609535, 0.03607836738228798, 0.090263232588768, 0.011922352015972137, -0.06906045973300934, 0.018224287778139114, -0.049439478665590286, 0.03910733386874199, 0.009919868782162666, 0.013537801802158356, 0.017702631652355194, -0.019688287749886513, 0.030710363760590553, -0.008868143893778324, 0.015178492292761803, -0.0011947593884542584, 0.03914099186658859, 0.02152249589562416, 0.029566088691353798, 0.005906486418098211, 0.0399487167596817, -0.03234264254570007, 0.019032012671232224, -0.0014976561069488525, 0.010618213564157486, 0.041900716722011566, -0.013899595476686954, 0.032426778227090836, -0.040487200021743774, 0.03453022986650467, 0.034193675965070724, -0.03252774477005005, 0.007681798189878464, -0.023491324856877327, 0.0033907608594745398, -0.009625385515391827, 0.040924716740846634, -0.01346207782626152, -0.041597820818424225, 0.03631395474076271, 0.0369870588183403, -0.027614086866378784, -0.013335870578885078, 0.0012126386864110827, -0.045872028917074203, 0.022582635283470154, -0.0225489791482687, -0.03934292122721672, 0.017467046156525612, 0.004648623522371054, -0.028354501351714134, 0.01112304162234068, 0.026722224429249763, 0.013478904962539673, -0.02899394929409027, -0.011484835296869278, -0.03377298638224602, 0.012486076913774014, -0.03459753841161728, -0.013327457010746002, -0.010500420816242695, 0.051795344799757004, 0.03202291578054428, 0.04604030400514603, 0.04984334111213684, 0.08965743333101273, 0.002833346603438258, 0.004133278504014015, 0.025981809943914413, 0.016390079632401466, -0.007437797728925943, -0.004610761534422636, -0.044694095849990845, 0.023171601817011833, 0.024500980973243713, -0.021976841613650322, 0.10433109849691391, 0.020984012633562088, 0.020092150196433067, -0.009280419908463955, 0.009011178277432919, 0.07013742625713348, -0.06515645235776901, -0.013992146588861942, -0.05125686153769493, -0.021135462448000908, -0.04977603256702423, -0.023794222623109818, -0.07336832582950592, -0.004564485512673855, 0.016920149326324463, 0.015001802705228329, -0.0021896909456700087, 0.012200008146464825, -0.039443887770175934, 0.03533795475959778, -0.012401939369738102, 0.07074321806430817, 0.02204415202140808, -0.02352498099207878, -0.02352498099207878, 0.00600745202973485, -0.010996834374964237, -0.03483312577009201, -0.059334106743335724, -0.021926358342170715, -0.03311670944094658, -0.027328018099069595, -0.007753315381705761, 0.04321327060461044, 0.0347321592271328, -0.01268800813704729, -0.003685243660584092, -0.006705797277390957, 0.00432469230145216, -0.06381024420261383, -0.0011327075771987438, 0.0076607633382081985, 0.025914499536156654, 0.03897271305322647, -0.005649865604937077, -0.043145958334207535, -0.009482351131737232, -0.0015807424206286669, -0.03574181720614433, 0.020832564681768417, 0.027344845235347748, -0.02182539366185665, -0.032039742916822433, -0.010853799991309643, -0.004150106105953455, -0.025830361992120743, -0.001846828730776906, -0.012511318549513817, 0.027041947469115257, -0.03136664256453514, -0.038265954703092575, 0.016827596351504326, 0.08265715837478638, -0.043886374682188034, 0.016028286889195442, -0.01575063169002533, 0.002368484390899539, -0.026065947487950325, -0.020984012633562088, 0.015254216268658638, 0.007871108129620552, 0.02411394566297531, 0.06633438915014267, 0.04503064975142479, 0.043953683227300644, -0.04644416645169258, -0.0865611582994461, -0.014438077807426453, -0.010879041627049446, -0.054756999015808105, -0.050247203558683395, -0.058088865131139755, 0.008388557471334934, -0.024753395467996597, -0.05758403614163399, -0.03954485431313515, -0.0399150587618351, 0.02655394747853279, 0.025123601779341698, -0.01390800904482603, -0.032645538449287415, -0.01616290770471096, -0.010584558360278606, -0.004715933930128813, -0.011451180092990398, 0.016936976462602615, 0.0495404452085495, -0.07074321806430817, 0.0562041737139225, 0.013192836195230484, -0.027159741148352623, -0.013159180991351604, -0.025392843410372734, -0.04001602530479431, 0.0621274895966053, 0.05051644518971443, -0.020445531234145164, 0.010559316724538803, 0.0004046511312481016, -0.04254016652703285, 0.01575063169002533, -0.0377274714410305, -0.002452622167766094, 0.027412155643105507, 0.019772427156567574, -0.022885531187057495, 0.001375656109303236, -0.000927621265873313, -0.005220761988312006, 0.020142633467912674, 0.042102646082639694, -0.019351735711097717, 0.018022356554865837, -0.06646900624036789, 0.03644857555627823, 0.04466044157743454, 0.06539203971624374, -0.008199246600270271, 0.015321526676416397, 0.010601386427879333, 0.025022637099027634, -0.02056332305073738, 0.07882046699523926, -0.001766897737979889, -0.02498898096382618, -0.032359469681978226, -0.0376938171684742, 0.029667053371667862, -0.0017469149315729737, -0.020765254274010658, -0.035472575575113297, -0.02202732488512993, 0.030155053362250328, -0.012620697729289532, -0.028304018080234528, 0.07451260089874268, -0.020428702235221863, -0.030895467847585678, -0.026234224438667297, 0.01614607870578766, -0.03803037106990814, -0.027344845235347748, 0.0328979529440403, -0.008426419459283352, 0.028724707663059235, 0.013790215365588665, 0.025864016264677048, -0.04392002895474434, 0.019654633477330208, -0.03577547147870064, -0.07552225887775421, 0.02026042714715004, 0.027126086875796318, 0.0306935366243124, 0.014808285050094128, -0.04466044157743454, 0.032208021730184555, -0.016760285943746567, 0.0032077606301754713, -0.007829039357602596, 0.03718898817896843, -0.00990304071456194, -0.03483312577009201, -0.007067590951919556, 0.032712846994400024, 0.004392002709209919, -0.0292127076536417, -0.03510236740112305, -0.010988420806825161, 0.024871189147233963, 0.0010427851229906082, -0.007311590947210789, -0.01803918369114399, 0.06781521439552307, 0.007883729413151741, 0.0072022113017737865, -0.032645538449287415, -0.0037399334833025932, 0.01901518553495407, 0.015960976481437683, 0.028051603585481644, -0.03330181539058685, -0.01640690676867962, 0.00033181917387992144, -0.009785247966647148, -0.01716414839029312, -0.03380664065480232, 0.03422733396291733, 0.03304940089583397, -0.02559477463364601, -0.033520571887493134, -0.014219319447875023, -0.022010497748851776, 0.04294402897357941, 0.013504146598279476, -0.009187867864966393, 0.0473192036151886, 0.03964581713080406, 0.051425136625766754, 0.04694899544119835, -0.05455506965517998, -0.05516086146235466, 0.014143595471978188, -0.09571537375450134, 0.04442485421895981, 0.002995312213897705, 0.007429384160786867, 0.04385271668434143, 0.03601105883717537, 0.05115589499473572, 0.06768059730529785, -0.032881125807762146, -0.05613686516880989, 0.05293961986899376, 0.031972434371709824, 0.02150566875934601, 0.006857245694845915, 0.016045114025473595, 0.017500700429081917, 0.014707319438457489, -0.005805520806461573, 0.006356624886393547, 0.0014051042962819338, 0.030407467857003212, -0.013874353840947151, 0.03877078369259834, 0.018914218991994858, 0.007147521711885929, 0.004631795920431614, 0.07074321806430817, 0.007092832121998072, -0.015498217195272446, -0.026789534837007523, -0.02270042896270752, -0.04297768324613571, 0.030508432537317276, -0.05068472400307655, 0.009398212656378746, -0.037155333906412125, -0.04058816283941269, 0.05014624074101448, -0.01679394207894802, 0.016549941152334213, 0.07532032579183578, -0.02980167418718338, -0.047150928527116776, -0.039309266954660416, 0.006865659728646278, -0.02823670767247677, 0.053343482315540314, -0.0086830398067832, 0.08447453379631042, -0.04146320000290871, 0.010769662447273731, -0.027109257876873016, -0.03617933392524719, 0.01538042351603508, -0.007908971048891544, -0.012149524874985218, -0.010155455209314823, -0.0057340036146342754, 0.016608837991952896, 0.03503505513072014, -0.03651588410139084, -0.005666693206876516, 0.03496774658560753, -0.009945109486579895, -0.019334908574819565, -0.03513602167367935, -0.029919467866420746, -0.024938499554991722, -0.0924171656370163, -0.005834969226270914, 0.06142072752118111, 0.027109257876873016, -0.06734403967857361, 0.009827316738665104, 0.07007011026144028, -0.025241395458579063, 0.037592850625514984, -0.00014421775995288044, -0.02677270770072937, 0.10392723977565765, 0.03537160903215408, -0.007467246148735285, 0.015136423520743847, 0.009044833481311798, -0.03607836738228798, -0.026957809925079346, -0.04927120357751846, 0.020008012652397156, 0.005216555204242468, 0.020075323060154915, -0.020075323060154915, 0.022313393652439117, 0.018291598185896873, -0.006179934833198786, -0.07289715111255646, 0.029784847050905228, -0.03557353839278221, -0.0034959332551807165, -0.007955246604979038, 0.024803878739476204, -0.02596498280763626, -0.023121118545532227, -0.026806361973285675, 0.04503064975142479, -0.00826655700802803, 0.017281942069530487, -0.06623341888189316, -0.0731663927435875, 0.05485796555876732, 0.04577106237411499, 0.02233022078871727, 0.0203277375549078, -0.03537160903215408, -0.013697664253413677, 0.05596858635544777, 0.01825794205069542, 0.0035842780489474535, 0.031097399070858955, 0.011047317646443844, 0.01936856471002102, -0.07868584245443344, 0.005813934840261936, 0.017071597278118134, -0.024063464254140854, -0.1064850315451622, 0.031164709478616714, -0.00214551854878664, -0.024164428934454918, 0.00706338370218873, -0.005746624432504177, -0.07713770121335983, -0.0666036307811737, -0.04775672033429146, -0.016836009919643402, 0.03284746780991554, 0.059199485927820206, -0.02677270770072937, -0.028118913993239403, 0.056170519441366196, 0.006970832124352455, -0.005780279636383057, 0.05226651579141617, 0.00007894509326433763, 0.014051043428480625, 0.028085259720683098, -0.08339756727218628, -0.003769381670281291, -0.004299451131373644, 0.027462638914585114, -0.0218085665255785, -0.08077246695756912, 0.05139148235321045, 0.011005248874425888, -0.018005529418587685, 0.049439478665590286, 0.024164428934454918, -0.043886374682188034, -0.0025851395912468433, 0.02596498280763626, 0.021051323041319847, -0.004686485975980759, 0.035304296761751175, 0.028640570119023323, 0.006920349318534136, -0.011871869675815105, 0.026452982798218727, 0.019099323078989983, 0.02093353122472763, 0.012284145690500736, 0.006255659274756908, -0.049439478665590286, -0.022750910371541977, -0.022060979157686234, 0.03047477826476097, -0.0613534189760685, 0.0042742094956338406, 0.012957249768078327, -0.05596858635544777, 0.005679314024746418, -0.01575063169002533, -0.06808445602655411, -0.024231739342212677, 0.017921390011906624, -0.044694095849990845, 0.0005553106893785298, 0.010954765602946281, 0.09342681616544724, -0.020024839788675308, -0.07134900987148285, 0.020967185497283936, -0.011156696826219559, -0.07309908419847488, -0.003937657922506332, 0.012889939360320568, -0.06959894299507141, 0.0010427851229906082, 0.014690492302179337, -0.02906125970184803, 0.0019646219443529844, 0.05361272394657135, -0.029313674196600914, -0.02825353480875492, -0.0399150587618351, 0.001492397510446608, -0.03897271305322647, 0.05088665336370468, 0.032864298671483994, 0.01575063169002533, 0.009036419913172722, -0.030945951119065285, -0.01320124976336956, 0.027967466041445732, -0.02581353299319744, 0.04853079095482826, -0.004943106789141893, -0.07370487600564957, -0.015262630768120289, 0.0003786209272220731, 0.03459753841161728, 0.002393725560978055, 0.035910092294216156, 0.005039865151047707, 0.03269601985812187, -0.040924716740846634, 0.046982649713754654, 0.0018331563333049417, -0.018897391855716705, 0.001766897737979889, -0.00422583008185029, 0.04745382443070412, 0.008064625784754753, -0.05670900270342827, 0.00935614388436079, -0.02803477644920349, -0.0027344846166670322, -0.037088025361299515, -0.028186224400997162, -0.045501820743083954, 0.00983573030680418, 0.012292559258639812, 0.029027605429291725, 0.02537601627409458, 0.026385672390460968, 0.020310910418629646, -0.008325453847646713, 0.03426098823547363, 0.02204415202140808, 0.005023037549108267, 0.025931326672434807, 0.04243919998407364, 0.08333025872707367, 0.012393524870276451, 0.02611643075942993, 0.016045114025473595, -0.004213209729641676, -0.06084858998656273, -0.03311670944094658, 0.04442485421895981, 0.03809767961502075, -0.01079490315169096, -0.005750831216573715, 0.07747425884008408, 0.03466485068202019, -0.03188829496502876, -0.0017637425335124135, -0.051054928451776505, -0.022448014467954636, -0.0015607596142217517, 0.0016964321257546544, -0.005304899998009205, -0.01982290856540203, 0.01057614479213953, -0.00935614388436079, -0.04038623347878456, 0.02463560178875923, 0.0034223124384880066, 0.02758043073117733, -0.03156857192516327, -0.015742216259241104, 0.054891619831323624, -0.013142352923750877, 0.02498898096382618, -0.05670900270342827, 0.00397551991045475, -0.03584278002381325, -0.09127288311719894, -0.018611323088407516, 0.012948836199939251, 0.09403261542320251, 0.026940982788801193, 0.014757802709937096, 0.019503185525536537, 0.03675147145986557, -0.02557794749736786, 0.04408830404281616, 0.004943106789141893, 0.08333025872707367, 0.023979324847459793, -0.009852558374404907, -0.008556833490729332, 0.043078649789094925, 0.02625105157494545, 0.011897111311554909, -0.017399735748767853, 0.0010780179873108864, 0.034496575593948364, -0.052973274141550064, 0.02855643257498741, -0.054689690470695496, -0.05088665336370468, 0.025998637080192566, -0.021623462438583374, 0.05361272394657135, 0.010214351117610931, -0.015144837088882923, -0.00041516838246025145, 0.013579870574176311, 0.004375175107270479, -0.04176609590649605, -0.024299049749970436, -0.02522456832230091, 0.04577106237411499, -0.009473937563598156, -0.01087062805891037, 0.06710845977067947, 0.014951320365071297, 0.051660723984241486, -0.01982290856540203, -0.042102646082639694, -0.008800833486020565, 0.017551183700561523, -0.013251733034849167, 0.0629015564918518, -0.07289715111255646, 0.01124083437025547, 0.04923754930496216, 0.028707880526781082, 0.02322208322584629, 0.0008708281675353646, 0.006836211308836937, 0.019856564700603485, -0.013512560166418552, -0.048766374588012695, -0.023693256080150604, -0.02840498462319374, -0.011114628054201603, -0.03691974654793739, -0.03459753841161728, 0.029027605429291725, 0.03543891757726669, 0.038501542061567307, 0.004526623524725437, -0.01688649319112301, -0.007484073750674725, 0.04896830767393112, 0.018661804497241974 ]
10,450
rethinkdb
set_loop_type
null
def set_loop_type(self, library=None): if library == "asyncio": from rethinkdb.asyncio_net import net_asyncio self.connection_type = net_asyncio.Connection if library == "gevent": from rethinkdb.gevent_net import net_gevent self.connection_type = net_gevent.Connection if library == "tornado": from rethinkdb.tornado_net import net_tornado self.connection_type = net_tornado.Connection if library == "trio": from rethinkdb.trio_net import net_trio self.connection_type = net_trio.Connection if library == "twisted": from rethinkdb.twisted_net import net_twisted self.connection_type = net_twisted.Connection if library is None or self.connection_type is None: self.connection_type = self.net.DefaultConnection return
(self, library=None)
[ 0.012661011889576912, -0.03444014862179756, -0.020231986418366432, 0.007900544442236423, 0.0013732117367908359, 0.004353080876171589, -0.03597814589738846, 0.009905433282256126, -0.019462987780570984, -0.07843784987926483, -0.009227982722222805, 0.014620127156376839, -0.059359364211559296, 0.027775494381785393, 0.02801351808011532, -0.020103819668293, -0.09125449508428574, 0.048813097178936005, 0.0459568165242672, -0.03495281562209129, -0.02056155540049076, 0.09352487325668335, -0.014592662453651428, -0.04397939145565033, 0.037461213767528534, 0.05031447485089302, -0.014089152216911316, 0.0469089113175869, 0.04679905250668526, 0.0009744081180542707, -0.010482182726264, -0.00838574580848217, -0.04196535050868988, 0.030466990545392036, 0.04317377507686615, 0.015645459294319153, -0.025816379114985466, 0.06441278010606766, 0.014638436958193779, -0.03903583064675331, -0.028269851580262184, -0.027336066588759422, -0.02385726384818554, 0.03980483114719391, -0.03984144702553749, 0.010839217342436314, -0.020781269297003746, -0.018236251547932625, 0.047641292214393616, -0.011718072928488255, 0.0016203897539526224, 0.0486300028860569, -0.03524576500058174, 0.0469089113175869, -0.04200196638703346, 0.007850193418562412, -0.08253917843103409, 0.0693197250366211, -0.06983239203691483, 0.045883581042289734, -0.021916458383202553, 0.023326288908720016, 0.01133357360959053, 0.024076977744698524, 0.003057684749364853, -0.030283894389867783, -0.053939756006002426, 0.037571072578430176, 0.056429844349622726, 0.02550511807203293, 0.002167385770007968, 0.056832652539014816, -0.0020655393600463867, -0.012029333971440792, 0.025798069313168526, -0.02019536681473255, -0.021165769547224045, 0.029917705804109573, -0.04009778052568436, 0.04734833911061287, -0.0034467612858861685, 0.04998490586876869, 0.009731493890285492, 0.0306317750364542, 0.06162973865866661, -0.02477273903787136, -0.07536185532808304, 0.06979577243328094, 0.008234692737460136, -0.1259692907333374, -0.023765716701745987, -0.04650610312819481, 0.028178304433822632, 0.04108649492263794, -0.05005814507603645, -0.022960100322961807, -0.004410298075526953, -0.08590812236070633, -0.01404337864369154, -0.04903281107544899, -0.04917928948998451, -0.031235989183187485, 0.009667410515248775, -0.05335384979844093, -0.0004892066353932023, -0.03411057963967323, 0.03356129303574562, 0.00035846547689288855, -0.015187721699476242, 0.016972895711660385, -0.010582884773612022, -0.015462363138794899, 0.05621013045310974, 0.046286389231681824, -0.02047000825405121, 0.004630011972039938, -0.00679739797487855, -0.030064180493354797, 0.022447433322668076, 0.006559374276548624, -0.09162068367004395, 0.039621733129024506, 0.02100098319351673, 0.022099552676081657, 0.06151988357305527, 0.03140077367424965, 0.01964608207345009, 0.0003455916012171656, 0.015544756315648556, 0.0008943041320890188, 0.05210880562663078, 0.004373679403215647, -0.007804419845342636, 0.03401903063058853, -0.002911208663135767, 0.11344559490680695, -0.12303976714611053, 0.05540451407432556, 0.01794329844415188, -0.017778513953089714, -0.06199593096971512, 0.02724451944231987, 0.021953077986836433, -0.011196252889931202, 0.019517915323376656, 0.045920200645923615, -0.05536789447069168, -0.021312246099114418, -0.043063919991254807, -0.022502362728118896, 0.016908813267946243, -0.037479523569345474, 0.05503832548856735, 0.032902151346206665, -0.08275888860225677, 0.05943260341882706, -0.055111560970544815, 0.01679895631968975, -0.011013157665729523, -0.013686343096196651, -0.03976821154356003, 0.027885351330041885, 0.003705382812768221, -0.03476972132921219, 0.00018881660071201622, -0.04694553092122078, -0.007410765625536442, -0.026988187804818153, 0.04566386714577675, 0.04873986169695854, -0.05419608950614929, 0.009150166995823383, 0.01884046383202076, 0.01550813764333725, 0.045883581042289734, 0.05833403393626213, 0.013356772251427174, -0.03323172405362129, 0.009932897984981537, 0.02773887664079666, 0.022429123520851135, -0.006115369498729706, -0.026933258399367332, -0.001327437930740416, 0.013613104820251465, 0.007616747636348009, 0.0032705324701964855, -0.02215448208153248, 0.04811733588576317, 0.006728737149387598, 0.0011288943933323026, 0.0503510944545269, 0.011214561760425568, -0.054745372384786606, 0.07807166129350662, -0.014784912578761578, 0.06620711088180542, 0.01935313083231449, -0.013686343096196651, 0.07917023450136185, 0.026896638795733452, 0.0863475501537323, -0.008321662433445454, 0.04855676367878914, 0.02935011126101017, -0.04621315002441406, 0.0010625225258991122, -0.029679682105779648, -0.0035543295089155436, -0.02938673086464405, -0.030778251588344574, -0.024937523528933525, -0.00418829545378685, 0.02523047663271427, 0.00919594056904316, 0.041269589215517044, -0.023820646107196808, 0.016579242423176765, 0.018108084797859192, 0.022502362728118896, -0.007287176791578531, -0.020726341754198074, -0.02935011126101017, -0.06119031459093094, 0.019408058375120163, -0.005332638509571552, -0.05540451407432556, -0.013970140367746353, 0.011571597307920456, -0.004755889996886253, 0.010244159027934074, 0.03564857691526413, -0.007163587491959333, 0.027482543140649796, 0.07836461067199707, -0.06053117290139198, -0.0100519098341465, 0.055148180574178696, -0.038742877542972565, -0.0024214298464357853, 0.012175810523331165, 0.010262468829751015, -0.010326552204787731, -0.03400072082877159, -0.048337049782276154, 0.028398018330335617, 0.00700337952002883, -0.00544707290828228, 0.013127903454005718, 0.04104987531900406, -0.033286649733781815, -0.08415041118860245, -0.006335083395242691, -0.004842859692871571, -0.010958229191601276, -0.0006648633279837668, -0.017375705763697624, 0.022813623771071434, -0.014501115307211876, -0.028819136321544647, 0.008436096832156181, 0.04950885847210884, -0.02686002105474472, 0.022355886176228523, -0.03365284204483032, 0.008193496614694595, 0.003261377802118659, -0.007699140347540379, -0.02014043740928173, -0.010592039674520493, 0.06162973865866661, 0.026127640157938004, 0.030466990545392036, 0.015627149492502213, -0.014629282057285309, -0.057638272643089294, -0.048922955989837646, 0.0045293099246919155, -0.0297712292522192, -0.0687338188290596, 0.006550219841301441, -0.007360414601862431, 0.028617732226848602, -0.0635705441236496, -0.05544113367795944, -0.03725980967283249, -0.03577674180269241, -0.01343001052737236, -0.006751623935997486, 0.004611702635884285, -0.019957343116402626, -0.0179982278496027, -0.014986316673457623, 0.006966760847717524, -0.04163577780127525, 0.04137944430112839, -0.003126345342025161, 0.020726341754198074, 0.06543811410665512, -0.021513650193810463, -0.0670127272605896, -0.018767226487398148, 0.022447433322668076, 0.07785195112228394, 0.02050662785768509, -0.016524314880371094, 0.04163577780127525, -0.048813097178936005, -0.018693989142775536, 0.03696686029434204, -0.030503608286380768, 0.018986940383911133, 0.007932586595416069, 0.02678678184747696, 0.005776643753051758, 0.030027562752366066, 0.003540597390383482, -0.01964608207345009, -0.030796561390161514, 0.038779497146606445, -0.050497572869062424, -0.002133055590093136, 0.0032659550197422504, 0.010811753571033478, 0.0259445458650589, 0.04745819419622421, 0.019975652918219566, 0.0051770079880952835, -0.005675941705703735, 0.035447172820568085, -0.014501115307211876, 0.02056155540049076, 0.004254667554050684, 0.0247910488396883, 0.051339808851480484, -0.00017923273844644427, 0.012615238316357136, -0.012313131242990494, 0.029844466596841812, -0.02978953905403614, -0.006898100022226572, -0.014739139005541801, -0.017055289819836617, -0.02973460964858532, 0.06151988357305527, 0.014308866113424301, -0.0197193194180727, -0.01633206382393837, 0.04910605028271675, -0.005566084757447243, -0.042111825197935104, 0.02814168483018875, -0.02308826521039009, 0.04991166666150093, -0.021220697090029716, -0.040207639336586, -0.004163119941949844, 0.01489476952701807, 0.010115993209183216, 0.007113236468285322, -0.039218924939632416, 0.021879838779568672, 0.049728572368621826, 0.04200196638703346, -0.0036916506942361593, 0.05046095326542854, -0.023307979106903076, 0.012725095264613628, 0.009401923045516014, 0.026951568201184273, -0.03775416687130928, -0.05796784162521362, -0.01133357360959053, 0.005112925078719854, -0.03998792544007301, 0.0035703503526747227, -0.036673907190561295, -0.05020461976528168, 0.047128625214099884, -0.004099037032574415, 0.008646655827760696, -0.007914276793599129, 0.07408019155263901, 0.01280748751014471, -0.008747358806431293, -0.014217318035662174, -0.018529202789068222, -0.011653989553451538, -0.00204722979106009, 0.028800826519727707, -0.037900641560554504, 0.004847437143325806, 0.0335063636302948, -0.0318768210709095, -0.028800826519727707, -0.01322860550135374, -0.03720488026738167, 0.0411597304046154, 0.032865531742572784, 0.017476407811045647, -0.013814509846270084, -0.047201864421367645, 0.036216169595718384, 0.03412888944149017, -0.004039531107991934, 0.0848095566034317, 0.043356869369745255, 0.022319266572594643, 0.012670166790485382, -0.10055571794509888, -0.027830423787236214, -0.019041867926716805, -0.08751935511827469, -0.005085460841655731, -0.004579660948365927, 0.025395261123776436, 0.0662437304854393, 0.01765034720301628, 0.09352487325668335, 0.0863475501537323, 0.013027201406657696, 0.014922233298420906, 0.042148444801568985, 0.027152972295880318, 0.02303333766758442, 0.025450190529227257, 0.08656726777553558, 0.012221584096550941, -0.018620749935507774, 0.04980181157588959, 0.03429367393255234, 0.054672133177518845, -0.011205407790839672, -0.03130922466516495, 0.07111405581235886, 0.003169830422848463, -0.014382103458046913, 0.009969516657292843, 0.010601194575428963, -0.0486300028860569, 0.02339952625334263, -0.008321662433445454, -0.052548233419656754, -0.012514536269009113, 0.033707767724990845, -0.052182044833898544, -0.01093076542019844, -0.019975652918219566, -0.03440352901816368, 0.0066234576515853405, -0.09799238294363022, -0.02647552080452442, 0.021715054288506508, 0.03105289302766323, -0.0036275675520300865, -0.0351359099149704, -0.04606667533516884, 0.037040095776319504, 0.036728836596012115, -0.04870324209332466, -0.013265225104987621, -0.043393488973379135, 0.05038771405816078, 0.016698254272341728, -0.028361398726701736, -0.006838594097644091, 0.023326288908720016, -0.028251541778445244, -0.02973460964858532, -0.009392768144607544, -0.039658352732658386, -0.006000935100018978, 0.003476514248177409, -0.004545330535620451, -0.012523690238595009, -0.001440727966837585, -0.03325003385543823, -0.007387878838926554, -0.004755889996886253, -0.0486300028860569, -0.06119031459093094, 0.04061044752597809, 0.05372004210948944, 0.02098267525434494, -0.045480772852897644, -0.038340069353580475, 0.011480050161480904, -0.01845596544444561, 0.012294822372496128, -0.02563328482210636, -0.05503832548856735, 0.07770547270774841, -0.016606707125902176, 0.014217318035662174, 0.030705014243721962, 0.018327798694372177, -0.015663767233490944, 0.013915211893618107, -0.03980483114719391, 0.025248786434531212, 0.05481861159205437, -0.001037919195368886, -0.01979255862534046, -0.024516405537724495, 0.06884367763996124, -0.025889618322253227, -0.05108347535133362, -0.0001230168854817748, -0.010317397303879261, -0.007580128498375416, 0.011196252889931202, 0.05064404755830765, -0.006165720522403717, -0.006632612552493811, -0.005108347628265619, -0.019847486168146133, -0.0109124556183815, -0.01530673261731863, -0.005749179515987635, -0.05536789447069168, -0.008646655827760696, -0.01933482103049755, -0.0015952142421156168, 0.025816379114985466, 0.008426941931247711, -0.01671656407415867, 0.04782438650727272, 0.038742877542972565, -0.001037919195368886, -0.0035886599216610193, 0.020964365452528, 0.04225829988718033, -0.054269324988126755, 0.02557835727930069, 0.004343926440924406, -0.051339808851480484, -0.02773887664079666, 0.0353190042078495, -0.031217679381370544, -0.03429367393255234, -0.020323533564805984, 0.010372325778007507, -0.03722319006919861, -0.036197859793901443, -0.014070842415094376, -0.04624976962804794, 0.0058910781517624855, 0.05998188629746437, -0.01839188113808632, 0.00985050480812788, 0.017769359052181244, 0.035849981009960175, 0.0029180748388171196, -0.03345143795013428, -0.026255806908011436, -0.02561497502028942, 0.040207639336586, -0.00986881460994482, 0.07437314838171005, 0.004222625866532326, -0.019499605521559715, -0.03826683387160301, -0.07451961934566498, 0.06913663446903229, 0.04061044752597809, -0.02270376682281494, 0.04771452769637108, -0.022429123520851135, -0.019481295719742775, 0.01964608207345009, 0.02762901969254017, -0.03863302245736122, 0.038486547768116, -0.0034856689162552357, 0.04148930311203003, 0.034183815121650696, -0.05240175873041153, 0.03506267070770264, -0.006257268134504557, -0.015828553587198257, -0.05104685574769974, -0.000014581433788407594, -0.020103819668293, -0.05500170588493347, 0.026329046115279198, -0.016048267483711243, -0.02352769300341606, 0.022758694365620613, -0.012139190919697285, -0.01922496408224106, -0.0031789850909262896, -0.012203274294734001, -0.032572582364082336, -0.039218924939632416, 0.021971387788653374, 0.03271905705332756, -0.010189230553805828, -0.020836198702454567, 0.0656578317284584, 0.04072030261158943, 0.01192863192409277, 0.053060900419950485, -0.00774949137121439, -0.03973159193992615, -0.008664965629577637, -0.018245406448841095, -0.05064404755830765, -0.017384860664606094, 0.03980483114719391, -0.04075692221522331, -0.026713544502854347, 0.04698215052485466, 0.01295396313071251, 0.008069907315075397, -0.012322286143898964, -0.00235963542945683, -0.041269589215517044, 0.08334479480981827, -0.00250840000808239, -0.05031447485089302, -0.014519425109028816, 0.03768092766404152, 0.07144362479448318, -0.05602703616023064, -0.024479787796735764, 0.04181887209415436, -0.02352769300341606, -0.09389106184244156, 0.026329046115279198, -0.0114892041310668, 0.03238948807120323, -0.04361320286989212, 0.06964929401874542, -0.05569746717810631, 0.00692098680883646, -0.048849716782569885, 0.04280758649110794, 0.018336953595280647, 0.023674169555306435, 0.006083327811211348, 0.0006511312094517052, 0.01979255862534046, 0.07521538436412811, -0.004465226549655199, 0.0367654524743557, -0.05910303071141243, 0.04266110807657242, 0.01722007431089878, -0.022557290270924568, -0.01889539323747158, -0.03892597556114197, 0.00022858253214508295, 0.015087018720805645, -0.006357970181852579, -0.022136172279715538, 0.030045872554183006, 0.0038083738181740046, 0.02133055403828621, 0.04094001650810242, -0.07213938981294632, -0.03182189166545868, 0.035392243415117264, -0.02684171125292778, 0.04515120014548302, 0.03647250309586525, 0.01796160824596882, 0.016094040125608444, -0.009278333745896816, 0.00857799593359232, 0.018950320780277252, 0.07290838658809662, 0.015105328522622585, 0.01255115494132042, 0.021623507142066956, 0.03693024069070816, -0.018300333991646767, -0.019444677978754044, 0.010344861075282097, -0.009466005489230156, -0.022062934935092926, -0.03984144702553749, 0.05372004210948944, -0.0997500941157341, 0.012889880686998367, 0.013796200044453144, -0.00045602070167660713, -0.010253313928842545, 0.018217941746115685, 0.04961871728301048, -0.011589906178414822, -0.03021065704524517, 0.06686625629663467, -0.053903136402368546, 0.014116615988314152, -0.03682038187980652, -0.06847748905420303, 0.017458098009228706, -0.08012232184410095, -0.03476972132921219, -0.002501534065231681, 0.08598136156797409, -0.057601653039455414, -0.02636566385626793, 0.013054666109383106, 0.033726077526807785, 0.012889880686998367, 0.020836198702454567, -0.007007956970483065, 0.027098044753074646, 0.02226433902978897, -0.023271361365914345, -0.014354639686644077, 0.028690969571471214, 0.010198385454714298, -0.024168524891138077, 0.010592039674520493, 0.00588650070130825, 0.022319266572594643, -0.08107441663742065, -0.006801975425332785, -0.030027562752366066, 0.02768394723534584, -0.008664965629577637, 0.011983560398221016, 0.09645438939332962, 0.004636878147721291, 0.01236805971711874, 0.027098044753074646, -0.017705276608467102, 0.05364680290222168, -0.004071572795510292, -0.02270376682281494, 0.015846863389015198, -0.012093417346477509, 0.0046139913611114025, -0.028214922174811363, 0.042954061180353165, -0.0007598437950946391, -0.009131858125329018, -0.035428863018751144, -0.08144060522317886, -0.07415343075990677, -0.05126656964421272, -0.011544132605195045, -0.037534452974796295, -0.06924648582935333, 0.007538932375609875, 0.021934768185019493, 0.02385726384818554, 0.010692741721868515, -0.00036704805097542703, -0.013796200044453144, -0.00945685151964426, -0.01049133762717247, -0.0006259556394070387, 0.0003204160602763295, -0.015700386837124825, -0.006458672229200602, 0.002824238734319806, -0.0019648370798677206, 0.0034925350919365883, 0.02801351808011532, 0.06009174510836601, -0.0047833542339503765, -0.004668919835239649, -0.048886336386203766, 0.012514536269009113, -0.034989435225725174 ]
10,467
alika
App
null
class App: def __init__(self) -> None: self.base_url = "https://keel.algida.me/electra/api" self.auth = AuthService(base_url=self.base_url) self.user = UserService(base_url=self.base_url) self.app = AppFunctionality(base_url=self.base_url, user_token=None) def set_user_token(self, user_token): self.user.user_token = user_token self.app.user_token = user_token
() -> None
[ 0.0068370988592505455, -0.02317175827920437, -0.05835850164294243, 0.03518674522638321, 0.05572664737701416, -0.03551095724105835, -0.023476900532841682, -0.017955727875232697, -0.011757521890103817, 0.04844136908650398, 0.02841639518737793, -0.038562383502721786, -0.02561289817094803, 0.023000115528702736, -0.009907594881951809, -0.0024208766408264637, 0.04458894580602646, 0.028855036944150925, 0.03196367621421814, -0.062096498906612396, 0.008906346745789051, -0.0014637303538620472, -0.017488479614257812, 0.016000909730792046, -0.004012146964669228, 0.02086411789059639, -0.037646956741809845, 0.038562383502721786, 0.065338633954525, -0.049852654337882996, -0.002259961562231183, 0.0060837785713374615, 0.051416508853435516, 0.01347394846379757, -0.00458190543577075, -0.05633693188428879, 0.017440801486372948, 0.02561289817094803, -0.11389443278312683, -0.00847723986953497, -0.013731412589550018, 0.013273698277771473, 0.015924623236060143, 0.024602113291621208, 0.0146945184096694, 0.03413781523704529, 0.02643296867609024, 0.06419435143470764, 0.012997163459658623, 0.020253833383321762, -0.040545810014009476, -0.02809218131005764, -0.025040755048394203, 0.026680896058678627, 0.009058917872607708, 0.07113634049892426, -0.0058835288509726524, 0.005559314973652363, -0.039401523768901825, -0.007294812705367804, -0.06907663494348526, -0.033317744731903076, 0.04241480678319931, -0.01519991084933281, 0.021264618262648582, 0.04817437008023262, -0.06812306493520737, 0.06079964339733124, 0.03869588300585747, 0.07636190950870514, 0.05462050437927246, -0.0005646924255415797, -0.006956295110285282, 0.027329323813319206, 0.06919106096029282, 0.00497286906465888, -0.03297445923089981, -0.028912251815199852, -0.06324078142642975, 0.0033827906008809805, 0.02923646569252014, -0.012358270585536957, -0.05599364638328552, 0.013798162341117859, 0.031849246472120285, 0.028931323438882828, -0.017259621992707253, -0.07437848299741745, -0.006417528260499239, 0.01979612000286579, -0.01894744113087654, 0.03434760123491287, -0.052522651851177216, 0.017621979117393494, 0.024296971037983894, 0.0023946533910930157, -0.03430945798754692, -0.00890157837420702, -0.06621591746807098, 0.004815530031919479, -0.007175616454333067, 0.04371166229248047, -0.04516109079122543, 0.03493881598114967, 0.04710637405514717, -0.04485594481229782, -0.021245546638965607, -0.02786332368850708, 0.0632789209485054, 0.023228973150253296, -0.04634351655840874, 0.024983542039990425, -0.019510047510266304, 0.07941333204507828, -0.04302509129047394, 0.02551754005253315, 0.02828289568424225, 0.01757430098950863, 0.050996940582990646, 0.002094278810545802, -0.005583154037594795, 0.010346237570047379, 0.02155068889260292, 0.014732660725712776, 0.03966852277517319, 0.015991372987627983, -0.021665116772055626, -0.02896946482360363, 0.014274947345256805, -0.07346305251121521, -0.004219548311084509, 0.02874060906469822, 0.02307640016078949, -0.044512659311294556, 0.021359974518418312, -0.003914406057447195, 0.013893519528210163, 0.004288682248443365, -0.03173482045531273, 0.04516109079122543, -0.049852654337882996, 0.09169531613588333, -0.03312703222036362, -0.009702577255666256, -0.00962152425199747, 0.008453400805592537, -0.0543535053730011, 0.021302759647369385, 0.02675718255341053, -0.01289227046072483, 0.055421505123376846, -0.003993075806647539, 0.060265641659498215, 0.02767260931432247, -0.042109664529561996, 0.005463957786560059, 0.00732341967523098, -0.030132820829749107, 0.022599615156650543, 0.003704620525240898, -0.00854398962110281, -0.021054832264780998, 0.017784085124731064, -0.01128073688596487, -0.013893519528210163, 0.005168350879102945, -0.008501078933477402, -0.0024077650159597397, -0.0036140314768999815, 0.03144874796271324, -0.014885231852531433, -0.07399705797433853, -0.06621591746807098, -0.01653490960597992, -0.021245546638965607, -0.016801908612251282, 0.004112272057682276, -0.05084436759352684, 0.03470996022224426, 0.03062867745757103, -0.019872404634952545, 0.0007390169776044786, -0.04481780529022217, -0.016134409233927727, 0.011776593513786793, 0.01098512951284647, 0.001638948917388916, 0.06785605847835541, 0.007285276893526316, 0.014141447842121124, -0.06827563047409058, 0.007375866174697876, 0.03228788822889328, -0.01930026337504387, -0.02633761055767536, 0.031067319214344025, 0.005049154628068209, -0.003075264161452651, -0.01790804974734783, -0.03310795873403549, -0.03453831747174263, 0.051836080849170685, 0.010050631128251553, -0.017364514991641045, 0.016296517103910446, -0.003728459822013974, 0.010317630134522915, 0.008892042562365532, -0.04058395326137543, -0.0466105155646801, 0.00696583092212677, -0.0455043725669384, -0.012815984897315502, 0.023553187027573586, 0.03448110073804855, -0.06156249716877937, 0.02923646569252014, -0.016296517103910446, 0.04638165980577469, 0.02343875728547573, 0.01800340786576271, 0.0056737433187663555, -0.029179250821471214, -0.02805403806269169, -0.028378251940011978, 0.04355908930301666, -0.0017247702926397324, -0.0383525975048542, -0.02666182443499565, -0.020101262256503105, 0.017364514991641045, -0.0011728914687409997, 0.006846634671092033, -0.0002261749468743801, -0.023782042786478996, -0.05492565035820007, 0.04878465458750725, -0.008701329119503498, -0.05637507513165474, -0.05217936635017395, 0.07941333204507828, -0.0277298241853714, 0.009712113067507744, -0.00976455956697464, -0.0338517464697361, 0.06194392591714859, -0.015857873484492302, -0.012291520833969116, -0.010870701633393764, -0.033546604216098785, -0.0033160406164824963, -0.041880808770656586, -0.0031587015837430954, 0.02675718255341053, -0.01091837976127863, -0.08254104107618332, -0.01757430098950863, 0.06713134795427322, 0.02174140326678753, 0.02362947165966034, 0.025078898295760155, -0.011156772263348103, -0.005139743909239769, 0.06079964339733124, -0.02818753756582737, -0.0016711319331079721, 0.02063526026904583, -0.013798162341117859, 0.00497286906465888, -0.03259303420782089, 0.12343014031648636, 0.03703666850924492, 0.04058395326137543, -0.014904303476214409, -0.027367467060685158, -0.052331939339637756, -0.0554596483707428, 0.04001180827617645, -0.053209222853183746, -0.05446793511509895, 0.0025460326578468084, -0.07777319103479385, 0.06739834696054459, 0.06427063792943954, -0.003947780933231115, -0.05744307488203049, 0.03583517298102379, 0.037284597754478455, 0.02698603831231594, -0.0327456034719944, 0.025117041543126106, 0.007366330362856388, -0.011509593576192856, 0.005139743909239769, 0.007061188109219074, -0.010632309131324291, -0.03415688872337341, 0.04153752326965332, 0.020291976630687714, -0.0432920902967453, 0.06312635540962219, 0.034385744482278824, -0.029541607946157455, -0.015056874603033066, 0.03251674771308899, 0.01347394846379757, 0.04748779907822609, 0.016916336491703987, 0.015075946226716042, 0.007733454927802086, 0.01924304850399494, -0.030132820829749107, -0.015362017787992954, 0.03404245898127556, -0.07106006145477295, -0.004231468308717012, 0.002536497078835964, -0.04641980305314064, 0.023553187027573586, 0.02633761055767536, 0.0009237712365575135, 0.04809808358550072, 0.0034328531473875046, -0.011509593576192856, 0.04752594232559204, 0.021112047135829926, 0.04809808358550072, -0.02174140326678753, -0.022370759397745132, -0.012234306894242764, -0.07247134298086166, 0.0333368182182312, 0.011633557267487049, -0.020711546763777733, -0.022218188270926476, -0.0023505508434027433, -0.00023079381207935512, -0.011385628953576088, 0.011528665199875832, -0.03749438375234604, 0.009278238750994205, -0.039210811257362366, -0.07056420296430588, 0.022866616025567055, -0.009216256439685822, -0.04458894580602646, -0.04802180081605911, -0.03743717074394226, 0.02864525094628334, -0.05046293884515762, -0.017145194113254547, 0.014217733405530453, 0.08772846311330795, 0.005888296756893396, 0.08185447007417679, -0.021760474890470505, -0.03711295500397682, 0.0038333525881171227, 0.01989147625863552, -0.05591736361384392, -0.00894925743341446, -0.03528210148215294, -0.047831084579229355, 0.03020910732448101, -0.07216619700193405, -0.005082529503852129, 0.003664093790575862, -0.050310369580984116, 0.06053264066576958, -0.02404904179275036, 0.023324329406023026, -0.06259235739707947, 0.005859689321368933, 0.03297445923089981, 0.05732864513993263, 0.021665116772055626, -0.031086390838027, -0.005459189880639315, -0.06602520495653152, 0.06011307239532471, 0.038428883999586105, 0.077887624502182, 0.06079964339733124, 0.037742312997579575, 0.0532473661005497, -0.04191894829273224, -0.03760881349444389, -0.023343401029706, 0.06060892716050148, 0.052293796092271805, 0.01789851486682892, -0.00486559234559536, -0.06102849915623665, 0.01998683251440525, -0.01397934090346098, -0.011213986203074455, -0.08284618705511093, 0.012301056645810604, 0.0023553185164928436, -0.015495517291128635, 0.038428883999586105, -0.006589170545339584, 0.12610013782978058, -0.014608697034418583, 0.03757067024707794, 0.039401523768901825, 0.016592122614383698, -0.02574639767408371, -0.012119878083467484, 0.0466105155646801, -0.06701692193746567, -0.04302509129047394, -0.021893974393606186, -0.02242797240614891, 0.025250541046261787, -0.06190578266978264, 0.041613806039094925, 0.02031104639172554, 0.06964877247810364, 0.039172668009996414, 0.00976455956697464, 0.044779662042856216, 0.012768305838108063, 0.01321648433804512, -0.07022091746330261, 0.0255556832998991, 0.015857873484492302, -0.0036211831029504538, -0.004493699874728918, -0.015962766483426094, 0.02675718255341053, 0.06823749095201492, -0.060952212661504745, -0.04504666104912758, -0.029408108443021774, 0.007490294519811869, -0.003087183926254511, -0.03772323951125145, -0.03039982169866562, -0.008987399749457836, 0.0011961347190663218, -0.012539449147880077, 0.036502670496702194, 0.055612217634916306, 0.015428767539560795, -0.0376850962638855, -0.05267522111535072, 0.0499289408326149, 0.028301965445280075, -0.03551095724105835, -0.002219434827566147, -0.011614486575126648, -0.019319334998726845, 0.01770780049264431, -0.02910296432673931, -0.029789535328745842, -0.028130322694778442, -0.011976842768490314, 0.034195031970739365, 0.04416937753558159, -0.02050176076591015, -0.03909638151526451, -0.044741518795490265, -0.02956067956984043, -0.005502100568264723, 0.04859394207596779, 0.05732864513993263, -0.006412760354578495, -0.036865025758743286, -0.03320331871509552, 0.025403112173080444, -0.02923646569252014, 0.020368261262774467, -0.017135657370090485, -0.007938472554087639, 0.0035711207892745733, 0.04222409427165985, -0.031753890216350555, -0.05458236485719681, -0.02538404054939747, -0.01282552070915699, 0.06572006642818451, -0.022275401279330254, 0.04569508880376816, -0.029808606952428818, 0.0016925872769206762, 0.009430809877812862, -0.06305006891489029, 0.04973822459578514, -0.05347622185945511, -0.0466105155646801, 0.02057804726064205, -0.03736088424921036, 0.042109664529561996, -0.039439667016267776, 0.04149938002228737, 0.015810195356607437, 0.012844591401517391, -0.005568850319832563, 0.015924623236060143, -0.014475196599960327, 0.02679532580077648, -0.009359292685985565, -0.011919628828763962, 0.03356567397713661, -0.015810195356607437, -0.15478353202342987, -0.03892473876476288, 0.00045890570618212223, 0.012281985022127628, -0.007018277421593666, -0.016658872365951538, 0.04169009253382683, -0.028111252933740616, 0.018537405878305435, -0.01437030453234911, -0.04748779907822609, -0.011538200080394745, -0.01930026337504387, -0.014675446785986423, -0.012548984959721565, 0.010756272822618484, 0.08475332707166672, 0.017145194113254547, 0.0034543084912002087, -0.003237371100112796, 0.010641844011843204, 0.02629946917295456, 0.017593372613191605, 0.06339335441589355, -0.0488990843296051, 0.0033923264127224684, 0.0023433989845216274, 0.03551095724105835, 0.023457828909158707, -0.05416279286146164, -0.0577482171356678, -0.05530707538127899, 0.011004201136529446, -0.008663185872137547, -0.009011238813400269, 0.03408060222864151, -0.013025769963860512, -0.0327456034719944, -0.052980367094278336, -0.07769690454006195, -0.04222409427165985, 0.05038665235042572, -0.03179203346371651, -0.0328218899667263, 0.007137473672628403, -0.019195370376110077, 0.05446793511509895, 0.015857873484492302, -0.026318540796637535, -0.01006016694009304, 0.003685549134388566, 0.031029177829623222, 0.020825974643230438, -0.007456919644027948, -0.01851833425462246, 0.0012610966805368662, -0.05965535715222359, 0.01789851486682892, 0.0017652970273047686, -0.023324329406023026, -0.024888183921575546, -0.007409241050481796, -0.03482438623905182, 0.007752526551485062, 0.012863663025200367, -0.0688096284866333, 0.01738358661532402, 0.005912135820835829, -0.0021276536863297224, 0.058053359389305115, -0.006498581729829311, 0.07414962351322174, 0.04062209278345108, -0.01601044461131096, 0.027920538559556007, 0.015028268098831177, -0.03739902749657631, -0.0820070430636406, -0.013626519590616226, -0.009359292685985565, 0.040278807282447815, 0.009321149438619614, 0.03039982169866562, -0.021207403391599655, -0.028988536447286606, -0.020387332886457443, -0.047144513577222824, 0.011709842830896378, -0.021245546638965607, 0.028263824060559273, -0.03329867497086525, -0.036445457488298416, 0.029865821823477745, 0.012730163522064686, -0.007609490770846605, 0.058701787143945694, -0.017116587609052658, -0.10023930668830872, 0.03524395823478699, 0.018365763127803802, -0.09947644919157028, 0.005235101096332073, -0.018537405878305435, 0.003440004773437977, 0.012548984959721565, 0.008076740428805351, -0.007032580673694611, 0.022160973399877548, 0.013330912217497826, 0.06331706792116165, -0.036998528987169266, 0.03522488474845886, 0.01784129999577999, -0.027615396305918694, 0.022256329655647278, 0.0216079019010067, -0.0028082644566893578, 0.029903965070843697, -0.03242139145731926, -0.014951982535421848, 0.05286593735218048, -0.03202088922262192, -0.06785605847835541, 0.01438937522470951, 0.05526893585920334, 0.011252129450440407, -0.02574639767408371, -0.022923829033970833, 0.05492565035820007, 0.009244863875210285, 0.001439891173504293, -0.012959020212292671, 0.02828289568424225, 0.01936701312661171, -0.023000115528702736, 0.0030252018477767706, 0.0006883585592731833, -0.022580545395612717, 0.001429163501597941, 0.04802180081605911, -0.032173462212085724, 0.0033827906008809805, 0.0007133897743187845, -0.028263824060559273, -0.0355491004884243, 0.0008498695096932352, 0.03772323951125145, 0.02694789692759514, -0.0355491004884243, -0.04146123677492142, 0.027291182428598404, 0.028206609189510345, 0.014093768782913685, 0.026223182678222656, -0.045428089797496796, 0.008439096622169018, 0.06419435143470764, -0.03440481424331665, -0.025994326919317245, 0.008605971932411194, 0.03619752824306488, -0.019319334998726845, 0.0163728017359972, 0.08254104107618332, 0.026127826422452927, 0.01521898154169321, 0.04378794878721237, 0.02256147377192974, 0.06194392591714859, -0.030151892453432083, 0.017993871122598648, -0.03610217198729515, 0.012148485518991947, -0.00016672580386511981, -0.04001180827617645, 0.07201363146305084, 0.03026632033288479, -0.0328218899667263, -0.04638165980577469, 0.01780315674841404, 0.02639482542872429, 0.04908979684114456, 0.02298104390501976, -0.0444745197892189, -0.05881621688604355, -0.030514249578118324, -0.002886933973059058, 0.006307867355644703, 0.0023743899073451757, -0.03648360073566437, -0.07640004903078079, -0.030285391956567764, -0.008391418494284153, 0.052980367094278336, 0.03245953097939491, 0.006360313855111599, 0.0244113989174366, -0.004798842594027519, -0.012692020274698734, 0.01862322725355625, 0.011719378642737865, -0.02900760807096958, -0.022675901651382446, -0.0510350801050663, 0.023743899539113045, -0.003125326707959175, 0.06125735491514206, -0.040316950529813766, 0.04535180330276489, 0.021474402397871017, -0.03369917348027229, 0.023743899539113045, -0.02864525094628334, 0.020482689142227173, -0.05057736858725548, 0.010908843949437141, 0.05046293884515762, -0.047640372067689896, 0.0820070430636406, -0.0305333212018013, 0.004500851966440678, -0.009392667561769485, 0.03636917099356651, 0.01601044461131096, -0.019490975886583328, -0.02311454340815544, -0.043597232550382614, 0.05835850164294243, -0.015485981479287148, -0.04146123677492142, 0.0221991166472435, -0.02155068889260292, -0.005926439538598061, 0.047182656824588776, 0.03936338052153587, -0.018699513748288155, -0.026814397424459457, -0.001675899839028716, -0.018146442249417305, 0.030476106330752373, -0.013903054408729076, -0.06598706543445587, -0.016296517103910446, 0.0466105155646801, 0.011528665199875832, 0.027920538559556007, 0.008043365553021431, 0.012625270523130894, 0.0122056994587183, 0.05175979435443878, -0.023457828909158707, -0.037646956741809845, 0.028473608195781708, -0.011061415076255798, -0.0026080147363245487, -0.017211943864822388, -0.03062867745757103, -0.03970666602253914, 0.07430219650268555, 0.042758092284202576, -0.009721648879349232, 0.013435805216431618 ]
10,468
alika
__init__
null
def __init__(self) -> None: self.base_url = "https://keel.algida.me/electra/api" self.auth = AuthService(base_url=self.base_url) self.user = UserService(base_url=self.base_url) self.app = AppFunctionality(base_url=self.base_url, user_token=None)
(self) -> NoneType
[ -0.023352956399321556, -0.043339721858501434, -0.037104614078998566, 0.015769461169838905, 0.01842798851430416, -0.0239076130092144, -0.023582469671964645, -0.008869724348187447, -0.042880695313215256, 0.041580118238925934, 0.022893929854035378, 0.0003798321995418519, -0.027235552668571472, 0.026566138491034508, 0.00897491816431284, -0.0025748498737812042, 0.005015817005187273, 0.025342069566249847, -0.00020441008382476866, -0.08882156014442444, -0.004482677206397057, 0.006010373588651419, 0.0018217600882053375, 0.03649257868528366, 0.008726278319954872, 0.04762396588921547, -0.016591882333159447, 0.02209063433110714, 0.04854201525449753, -0.03551714867353439, -0.003913676366209984, 0.034484341740608215, 0.013512582518160343, 0.03417832404375076, 0.01087318267673254, -0.04142710939049721, 0.031213779002428055, 0.01614242047071457, -0.11070180684328079, 0.029167287051677704, 0.003217964665964246, 0.018523618578910828, 0.012030310928821564, 0.01393335685133934, 0.011198326013982296, 0.030238348990678787, 0.018753131851553917, 0.03915110602974892, 0.00822421908378601, 0.012460648082196712, -0.07375020533800125, 0.006579374894499779, 0.0020309516694396734, 0.02622186951339245, 0.009716053493320942, 0.07910551130771637, -0.004076248034834862, 0.03718112036585808, -0.0524437390267849, 0.010060323402285576, -0.07294690608978271, -0.021612482145428658, 0.03708548843860626, 0.0029191195499151945, 0.011131384409964085, 0.04643814638257027, -0.07918201386928558, 0.05160219222307205, 0.029014278203248978, 0.06675005704164505, 0.07508902996778488, 0.01407680194824934, -0.025686338543891907, 0.0053074900060892105, 0.09807859361171722, 0.02237752452492714, -0.03697073087096214, -0.02226276881992817, -0.050913650542497635, 0.007377889472991228, 0.020369285717606544, -0.008434605784714222, -0.07206710427999496, 0.026374878361821175, 0.06961897015571594, 0.008764530532062054, -0.00018961724708788097, -0.0751655325293541, -0.004750442691147327, 0.03129028156399727, -0.049919094890356064, 0.013321321457624435, -0.07069002836942673, 0.010720173828303814, 0.022301021963357925, -0.011867739260196686, -0.04073857143521309, 0.004958438687026501, -0.028899522498250008, -0.0010656818049028516, -0.00894622877240181, 0.03274386748671532, -0.04280418902635574, 0.022167138755321503, 0.03452259302139282, -0.052022963762283325, -0.013952482491731644, -0.026011481881141663, 0.036110058426856995, 0.011504342779517174, -0.030295725911855698, 0.03312638774514198, -0.0006837577093392611, 0.08224219083786011, -0.08208917826414108, 0.016343243420124054, 0.04295719787478447, -0.009548700414597988, 0.04058556258678436, -0.021019572392106056, -0.020063268020749092, 0.01238414365798235, 0.009433943778276443, 0.029396800324320793, 0.061241742223501205, 0.009802120737731457, -0.03920848295092583, -0.01904958486557007, 0.011944243684411049, -0.06499045342206955, 0.03830955922603607, 0.02080918662250042, -0.009658675640821457, -0.04387525096535683, -0.004583089146763086, -0.01655363105237484, 0.04249817132949829, 0.01638149656355381, -0.03823305293917656, 0.06594675779342651, -0.06609977036714554, 0.05756952986121178, -0.022817425429821014, -0.014354130253195763, -0.025342069566249847, 0.01736648939549923, -0.051372677087783813, -0.018810508772730827, -0.005809549707919359, -0.01725173369050026, 0.05221422761678696, -0.004530492704361677, 0.03597617521882057, 0.01104531716555357, -0.028708260506391525, -0.03272474184632301, 0.00043003816972486675, -0.03375754877924919, 0.02966456487774849, 0.02371635101735592, -0.02004414238035679, 0.0011666915379464626, 0.02547595277428627, -0.03303075581789017, -0.03065912239253521, -0.0027971905656158924, -0.017529061064124107, -0.01813153363764286, 0.02010152116417885, 0.027904964983463287, -0.03892159461975098, -0.05370606109499931, -0.10657057166099548, -0.02687215618789196, -0.010184642858803272, -0.0192312840372324, 0.041886135935783386, -0.011504342779517174, 0.019212158396840096, 0.010806241072714329, -0.00906576681882143, -0.021899372339248657, -0.04884803295135498, 0.0002437082293909043, 0.03134766221046448, -0.010509786196053028, 0.018514055758714676, 0.05095190554857254, -0.00394953740760684, 0.0166110098361969, -0.05649847164750099, 0.030238348990678787, 0.011772108264267445, 0.00381804583594203, 0.0015886608744040132, 0.027675451710820198, 0.036932479590177536, -0.004363139159977436, -0.028593504801392555, -0.0063689881935715675, -0.029396800324320793, 0.05688099190592766, 0.006325954105705023, -0.01975725032389164, 0.007817788980901241, 0.005121010821312666, -0.0033470657654106617, 0.0030147498473525047, -0.02260703779757023, -0.061050478368997574, 0.0018552307737991214, -0.01579814963042736, -0.03888333961367607, 0.037506263703107834, 0.010911433957517147, -0.05642196536064148, 0.02017802558839321, -0.01299617812037468, 0.06927470117807388, 0.04146536439657211, 0.02536119520664215, 0.013541271910071373, -0.000021535528503591195, -0.06483744829893112, -0.05489187687635422, 0.05841108039021492, 0.015291308984160423, -0.015339124016463757, -0.04460204392671585, -0.04349273070693016, 0.004886716138571501, -0.03641607612371445, 0.0038467347621917725, 0.022301021963357925, -0.0031773217488080263, -0.04705018177628517, 0.021249085664749146, 0.01894439198076725, -0.07436224073171616, -0.059482138603925705, 0.08285421878099442, -0.02430926077067852, -0.016458000987768173, -0.021344715729355812, -0.034943368285894394, 0.03299250453710556, -0.03211270645260811, -0.006086878012865782, -0.0013639292446896434, -0.05642196536064148, 0.0013173094484955072, -0.05841108039021492, 0.006158601026982069, 0.002801972208544612, -0.03800354152917862, -0.08866855502128601, 0.004191004671156406, 0.04115934669971466, 0.03920848295092583, 0.0012264605611562729, 0.024519648402929306, -0.003770230570808053, -0.03928498923778534, 0.09042815119028091, -0.013656028546392918, -0.0023190383799374104, 0.03427395224571228, -0.012173756025731564, 0.038959845900535583, -0.0349624939262867, 0.1614242047071457, 0.032380469143390656, 0.01957555301487446, -0.006043844390660524, -0.04571135714650154, -0.05427984520792961, -0.035937923938035965, 0.02342946082353592, -0.05175520107150078, -0.02385023422539234, 0.02448139525949955, -0.035058122128248215, 0.05194646120071411, 0.06334561109542847, -0.015300871804356575, -0.07034575939178467, 0.012537152506411076, 0.020254530012607574, -0.03077387809753418, -0.049230556935071945, 0.016936153173446655, 0.021650733426213264, -0.022167138755321503, -0.0024445534218102694, 0.03974401578307152, -0.0036243940703570843, -0.01754818856716156, 0.030754752457141876, 0.04326321557164192, -0.05267325043678284, 0.03544064611196518, 0.0006257817731238902, 0.018867887556552887, -0.02616449072957039, -0.012269387021660805, -0.01309180911630392, 0.0273885615170002, 0.029358549043536186, 0.01188686490058899, -0.00010467051470186561, 0.027407687157392502, -0.03486686199903488, 0.029702818021178246, 0.023276451975107193, -0.06858615577220917, 0.012116378173232079, 0.015712082386016846, -0.03649257868528366, 0.011752982623875141, 0.03746800869703293, -0.012030310928821564, 0.08415479958057404, 0.01644843816757202, -0.015645140781998634, 0.05584818124771118, 0.023238198831677437, 0.07179934531450272, 0.004590261727571487, -0.006641534622758627, -0.0028736949898302555, -0.06437841802835464, 0.01940341852605343, 0.009257027879357338, -0.02197587676346302, -0.03920848295092583, -0.020484043285250664, -0.009601296856999397, -0.0512961745262146, -0.02442401647567749, -0.0612034872174263, 0.013847289606928825, -0.013990734703838825, -0.055580418556928635, 0.04685892164707184, 0.019776377826929092, -0.03169193118810654, -0.0338149257004261, -0.0688156709074974, 0.010461971163749695, -0.054012078791856766, -0.018906140699982643, 0.018504492938518524, 0.05416508764028549, 0.037334129214286804, 0.07237312197685242, -0.02991320565342903, -0.03974401578307152, 0.0070909978821873665, 0.02396499179303646, -0.04096808657050133, 0.010050760582089424, -0.04464029520750046, -0.0675916001200676, 0.0442960262298584, -0.04659115523099899, -0.047662217170000076, 0.0454818420112133, -0.0448698066174984, 0.06625277549028397, -0.013627339154481888, 0.03444608673453331, -0.07340593636035919, -0.015836402773857117, 0.027235552668571472, 0.037735775113105774, -0.00738745229318738, 0.01454539131373167, -0.01882007345557213, -0.03563190624117851, 0.0501486100256443, 0.009993381798267365, 0.08958660811185837, 0.020904816687107086, 0.014382819645106792, 0.03723849728703499, -0.05320878326892853, -0.019948512315750122, 0.006603282410651445, 0.05351480096578598, 0.03480948507785797, 0.04226865991950035, -0.02052229456603527, -0.026145365089178085, 0.008951010182499886, -0.0023321877233684063, -0.0177776999771595, -0.0530557744204998, 0.005077976733446121, -0.012651908211410046, 0.006904518697410822, 0.033661916851997375, -0.02075180783867836, 0.11047229915857315, 0.014268063008785248, 0.037391506135463715, 0.011733856052160263, 0.056154198944568634, -0.047891728579998016, 0.012422395870089531, 0.03982051834464073, -0.03695160523056984, -0.024672655388712883, -0.06598500907421112, -0.016065916046500206, 0.009567826986312866, -0.027790209278464317, 0.03157717362046242, 0.02140209451317787, 0.03871120512485504, 0.02197587676346302, 0.002418254967778921, 0.03649257868528366, 0.018504492938518524, 0.01684052310883999, -0.03031485341489315, 0.041121095418930054, -0.006244668271392584, -0.00021875464881304651, 0.021172581240534782, -0.034943368285894394, 0.006708476226776838, 0.07256438583135605, -0.06518171727657318, -0.06254231184720993, -0.002541379304602742, 0.03335590288043022, -0.02063705213367939, -0.014851409010589123, -0.0005113240913487971, -0.016821395605802536, -0.022109759971499443, -0.046782415360212326, 0.03417832404375076, 0.03649257868528366, 0.04230691120028496, -0.03586141765117645, -0.05787554755806923, 0.03289687633514404, 0.03819480165839195, -0.0378887839615345, -0.01626673899590969, -0.014727089554071426, -0.0009610860142856836, 0.003134288126602769, -0.02983670122921467, -0.039667509496212006, -0.008319849148392677, 0.016171108931303024, 0.03303075581789017, 0.018055029213428497, -0.0040164790116250515, -0.03450346738100052, -0.023620720952749252, -0.02832574024796486, -0.006311609875410795, 0.024328386411070824, 0.032208334654569626, 0.016218924894928932, -0.01928866095840931, -0.0320553258061409, 0.0012216790346428752, -0.007191409822553396, 0.024557899683713913, 0.002515080850571394, 0.008754967711865902, 0.018083717674016953, 0.04387525096535683, -0.05026336386799812, -0.027904964983463287, -0.030448734760284424, 0.00016481310012750328, 0.01087318267673254, -0.004253164399415255, 0.04242166876792908, -0.03161542862653732, -0.021134329959750175, -0.02453877404332161, -0.041771382093429565, 0.018322793766856194, -0.03794616460800171, -0.028172731399536133, 0.04207739979028702, -0.040891580283641815, 0.04594086855649948, -0.015119174495339394, 0.04230691120028496, 0.021899372339248657, 0.021937625482678413, -0.007712595630437136, 0.010940123349428177, -0.0019843317568302155, 0.02966456487774849, -0.0025796315167099237, -0.007301385048776865, 0.01904958486557007, -0.01192511711269617, -0.11651614308357239, -0.028631756082177162, 0.02180374227464199, 0.027407687157392502, -0.0013722969451919198, -0.03697073087096214, 0.029129035770893097, -0.02641312964260578, 0.0016352806705981493, 0.019212158396840096, -0.04280418902635574, 0.0037582768127322197, -0.043569233268499374, -0.000165410790941678, 0.022587912157177925, 0.02809622697532177, 0.07994705438613892, 0.010308962315320969, -0.007301385048776865, 0.023276451975107193, 0.0031271157786250114, 0.01131308265030384, 0.02616449072957039, 0.07849347591400146, -0.015109610743820667, -0.008907976560294628, -0.014717526733875275, 0.009869062341749668, 0.010041197761893272, -0.011332208290696144, -0.0810181200504303, -0.05462411418557167, 0.0035550619941204786, -0.018858324736356735, 0.014392382465302944, 0.0177776999771595, -0.009367002174258232, -0.05236723646521568, -0.05688099190592766, -0.08935709297657013, -0.01772032305598259, 0.05340004339814186, -0.006488526239991188, -0.024347512051463127, 0.06567899137735367, -0.01480359397828579, 0.03295425325632095, 0.012556278146803379, -0.016821395605802536, 0.004893888253718615, -0.0034618224017322063, -0.00209908839315176, 0.000139261843287386, -0.011274830438196659, -0.02798146940767765, -0.0012635173043236136, -0.07558631151914597, 0.04150361567735672, -0.03065912239253521, -0.01666838675737381, 0.016983967274427414, -0.007994705811142921, -0.036110058426856995, 0.011035754345357418, -0.011169636622071266, -0.04280418902635574, -0.0023943474516272545, 0.025036051869392395, -0.03396793454885483, 0.044334277510643005, -0.01648668944835663, 0.04441078007221222, 0.037812281399965286, -0.025169935077428818, 0.04360748454928398, 0.003115162020549178, -0.044449035078287125, -0.08576139062643051, -0.020484043285250664, -0.010089012794196606, 0.05630720779299736, 0.0052262041717767715, 0.04437252879142761, -0.03350890800356865, 0.001557581010274589, -0.018734004348516464, -0.038787711411714554, -0.0034929022658616304, -0.05370606109499931, 0.014009861275553703, -0.015501695685088634, -0.04643814638257027, 0.030582617968320847, 0.014994855038821697, -0.030008835718035698, 0.08002356439828873, -0.0195181742310524, -0.07088129222393036, 0.035555399954319, 0.02260703779757023, -0.07547155022621155, 0.02501692622900009, -0.004886716138571501, -0.02436663955450058, 0.035478897392749786, -0.014258500188589096, -0.023945864289999008, 0.007229662034660578, 0.00022473155695479363, 0.03697073087096214, -0.026833904907107353, 0.04284244030714035, 0.026948660612106323, -0.00671803904697299, 0.018083717674016953, 0.0076504359021782875, -0.00493931258097291, 0.05718700960278511, -0.03951450064778328, -0.020828312262892723, 0.05405033007264137, -0.051908209919929504, -0.03536413982510567, 0.038271307945251465, 0.04808298870921135, 0.0012210813583806157, -0.0512961745262146, -0.034599095582962036, 0.04131235554814339, 0.01934603974223137, 0.03444608673453331, 0.0010638887761160731, 0.03939974680542946, 0.03450346738100052, -0.029243791475892067, 0.01609460450708866, 0.0256480872631073, -0.0006753900670446455, 0.003165367990732193, 0.042459920048713684, -0.05183170363306999, -0.01602766290307045, 0.018026340752840042, -0.02402236871421337, -0.02675740048289299, 0.028937773779034615, 0.04050906002521515, 0.023697225376963615, -0.07933501899242401, -0.030123591423034668, 0.013149186968803406, 0.02809622697532177, -0.005498751066625118, 0.013082245364785194, -0.04831250384449959, 0.01229807548224926, 0.07887599617242813, -0.004305760841816664, -0.010701047256588936, -0.0119538065046072, 0.03387230634689331, -0.05030161514878273, -0.001433261320926249, 0.0804060846567154, 0.011112258769571781, 0.02337208203971386, 0.061815522611141205, 0.038500819355249405, 0.04731794819235802, -0.01538693904876709, 0.0017261296743527055, -0.04815949499607086, 0.06196853145956993, 0.01477490458637476, -0.030047086998820305, 0.06154775619506836, 0.012001621536910534, -0.04265118017792702, -0.03456084430217743, 0.028172731399536133, 0.0018898968119174242, 0.04609387740492821, 0.009859499521553516, -0.048006486147642136, -0.052902765572071075, -0.021478598937392235, -0.023926738649606705, 0.010356777347624302, 0.011265266686677933, -0.034981619566679, -0.06319259852170944, -0.05229073017835617, 0.008166840299963951, 0.043110206723213196, 0.058793600648641586, -0.009161396883428097, -0.0057091377675533295, 0.024615278467535973, -0.0060486258007586, 0.028765639290213585, -0.0005175998085178435, -0.03356628865003586, -0.018695753067731857, -0.049460068345069885, 0.04058556258678436, 0.019269535318017006, 0.05099015682935715, -0.04295719787478447, 0.03928498923778534, 0.023505965247750282, -0.016247613355517387, 0.0349624939262867, -0.0460556261241436, -0.00029227056074887514, -0.022301021963357925, -0.005015817005187273, 0.04249817132949829, -0.04402825981378555, 0.11559808999300003, -0.008152496069669724, -0.022530533373355865, -0.011839049868285656, 0.0256480872631073, 0.016591882333159447, -0.025112556293606758, -0.02920554019510746, -0.05041637271642685, 0.04506106674671173, -0.01964249461889267, -0.06315434724092484, 0.04349273070693016, -0.0012754711788147688, -0.009869062341749668, 0.02746506594121456, 0.04471679776906967, -0.055121392011642456, -0.016754454001784325, 0.003598095616325736, -0.022473156452178955, 0.03741063177585602, 0.008735842071473598, -0.05909961834549904, -0.013273506425321102, 0.04877153038978577, -0.00728704035282135, 0.022128885611891747, 0.028249235823750496, 0.023888487368822098, -0.03276299312710762, -0.009290498681366444, -0.0006251840968616307, -0.010796678252518177, 0.013082245364785194, -0.01748124696314335, -0.015951158478856087, -0.03911285474896431, 0.005876491311937571, -0.03567015752196312, 0.08599089831113815, 0.049995601177215576, 0.024462269619107246, -0.004437252879142761 ]
10,469
alika
set_user_token
null
def set_user_token(self, user_token): self.user.user_token = user_token self.app.user_token = user_token
(self, user_token)
[ -0.002494320273399353, 0.025635702535510063, -0.025388697162270546, 0.07494870573282242, 0.03630989417433739, -0.01910768449306488, -0.003003770485520363, -0.019795773550868034, -0.018066730350255966, 0.04252033308148384, 0.0421321801841259, -0.06097521632909775, -0.017846189439296722, 0.030628753826022148, 0.002445801394060254, 0.012085654772818089, 0.05783471092581749, 0.025388697162270546, 0.0381447970867157, 0.044849246740341187, 0.0022627522703260183, -0.01609950326383114, 0.007573382928967476, 0.017572717741131783, -0.014696861617267132, -0.011644572950899601, -0.07110246270895004, 0.07247864454984665, 0.04904835298657417, -0.03676861897110939, -0.014379282481968403, -0.03600995987653732, 0.05596452206373215, 0.007180819753557444, -0.003356636269018054, -0.07170233875513077, -0.006201616954058409, 0.06439801305532455, -0.08814588934183121, -0.006938224658370018, -0.038003649562597275, 0.039450399577617645, 0.021401312202215195, 0.029940666630864143, 0.012209157459437847, 0.0011126301251351833, 0.02964073047041893, 0.08807530999183655, 0.028493916615843773, 0.057375986129045486, -0.0005450122989714146, -0.04523739963769913, -0.03544537350535393, -0.012447342276573181, -0.05314159393310547, 0.048448480665683746, 0.01706988550722599, -0.0060295951552689075, -0.050565674901008606, 0.0010812029941007495, -0.017749151214957237, -0.002010232536122203, 0.0024832934141159058, -0.0491894967854023, 0.056599680334329605, 0.03630989417433739, 0.012279731221497059, 0.06206909939646721, 0.059775471687316895, 0.028088120743632317, -0.007132300641387701, -0.017863832414150238, 0.008852521888911724, 0.0008783051162026823, 0.0009345430880784988, 0.015226161107420921, -0.08341748267412186, 0.027064809575676918, -0.10211937129497528, 0.038003649562597275, 0.039062246680259705, 0.011715145781636238, -0.027699967846274376, 0.010391898453235626, -0.07523099333047867, 0.023518508300185204, -0.007895372807979584, -0.026694299653172493, 0.0061398656107485294, -0.026729587465524673, 0.034916073083877563, 0.00044549311860464513, -0.00867167767137289, 0.017528610303997993, 0.004249827936291695, -0.01265024021267891, 0.01891360804438591, -0.002465649973601103, -0.04855433851480484, 0.03225193917751312, -0.007277857977896929, 0.01250909361988306, -0.03089340403676033, 0.0040601626969873905, 0.023359717801213264, -0.010347791016101837, 0.003980767913162708, -0.047989752143621445, 0.07339609414339066, -0.009739097207784653, -0.10346025973558426, -0.011609286069869995, -0.0023619956336915493, 0.05652910843491554, -0.011044700630009174, 0.019001824781298637, 0.04636657238006592, 0.02948193997144699, 0.058752160519361496, 0.013038392178714275, 0.012226801365613937, -0.025282837450504303, 0.04671943560242653, 0.019672270864248276, -0.010083140805363655, -0.008901041001081467, 0.03505722060799599, 0.018895965069532394, 0.049789369106292725, -0.06168094649910927, -0.02309506945312023, -0.0025362232699990273, 0.015764281153678894, -0.047672174870967865, -0.01923118717968464, -0.04135587438941002, -0.03600995987653732, -0.010074319317936897, 0.022301120683550835, -0.00688088359311223, -0.038038935512304306, 0.05437662452459335, -0.021718891337513924, -0.0019672270864248276, 0.015014441683888435, 0.04357893019914627, -0.019919276237487793, 0.07466641068458557, -0.00818648748099804, -0.008534942753612995, 0.047636888921260834, 0.028987929224967957, 0.08101799339056015, -0.026006212458014488, -0.06845597177743912, 0.062351394444704056, 0.011229955591261387, -0.027788184583187103, 0.010162536054849625, 0.039838552474975586, 0.03856823593378067, -0.05529407784342766, -0.029711304232478142, 0.054411910474300385, 0.0036168748047202826, -0.0018569565145298839, -0.017722686752676964, 0.010286038741469383, -0.02103080414235592, 0.020642651244997978, 0.03782721608877182, -0.0481661856174469, 0.00818648748099804, 0.015243804082274437, -0.017475681379437447, -0.03189907222986221, -0.02244226634502411, -0.05599980801343918, 0.011785718612372875, 0.031034549698233604, -0.027382388710975647, 0.019795773550868034, 0.04573141410946846, -0.04827204719185829, -0.006633877754211426, 0.016461191698908806, -0.00710583571344614, 0.05155370011925697, -0.021948255598545074, 0.03456320986151695, 0.028088120743632317, 0.0027986671775579453, 0.004269676748663187, -0.047989752143621445, 0.001863572746515274, 0.014538072049617767, 0.007044084370136261, -0.05331802740693092, -0.05028337985277176, -0.02948193997144699, -0.02803518995642662, 0.03885052725672722, -0.002439185045659542, -0.02318328619003296, 0.05564694106578827, -0.017025776207447052, 0.024806467816233635, 0.018825393170118332, 0.008309990167617798, -0.012279731221497059, 0.03323996067047119, -0.03473964333534241, 0.008843700401484966, 0.04096772521734238, -0.004609310068190098, -0.04082657769322395, -0.0022803954780101776, -0.01875481940805912, 0.024647679179906845, 0.028017546981573105, 0.05963432788848877, 0.01789029873907566, -0.057658277451992035, -0.03399862349033356, 0.006232492625713348, 0.024735895916819572, 0.007348430808633566, -0.09682638198137283, -0.005650264210999012, 0.027188312262296677, -0.013320685364305973, 0.017519788816571236, -0.011997438035905361, 0.018701888620853424, -0.07053788006305695, -0.06005776673555374, 0.06909113377332687, -0.023906661197543144, -0.08144143223762512, -0.01836666651070118, 0.011635750532150269, -0.011565177701413631, 0.008998079225420952, -0.011926865205168724, 0.016593515872955322, 0.06782081723213196, 0.012809029780328274, -0.025441626086831093, -0.03297531232237816, 0.0010189000749960542, -0.006466266233474016, -0.04784860834479332, -0.0250534750521183, 0.029076144099235535, -0.0018525456544011831, -0.05180070549249649, 0.008217362686991692, 0.058364007622003555, -0.005085678771138191, 0.026447294279932976, 0.0040976544842123985, -0.029817163944244385, 0.005213592667132616, 0.003985178656876087, 0.01045365072786808, 0.003709502052515745, -0.03669804707169533, 0.02925257757306099, -0.020695582032203674, -0.027735253795981407, 0.09640294313430786, 0.011027057655155659, 0.03089340403676033, -0.007171998266130686, 0.019319403916597366, -0.034245628863573074, -0.05543522164225578, 0.032798878848552704, -0.023359717801213264, -0.04283791407942772, 0.008120325393974781, -0.08920448273420334, 0.058011144399642944, 0.07918309420347214, -0.014308709651231766, 0.022759845480322838, 0.029552513733506203, 0.025035830214619637, 0.024524176493287086, -0.021048447117209435, 0.023518508300185204, -0.003976356703788042, -0.0017014750046655536, 0.0338221900165081, -0.019566411152482033, -0.018578385934233665, -0.016964025795459747, 0.028987929224967957, -0.005734069738537073, 0.01332950685173273, 0.012641418725252151, 0.03135212883353233, -0.07988882809877396, -0.020854370668530464, 0.08624041080474854, 0.017360998317599297, 0.050495099276304245, 0.043049633502960205, -0.03634518012404442, -0.004351276904344559, 0.03505722060799599, -0.012914889492094517, -0.07650130987167358, 0.01676112785935402, 0.014996797777712345, -0.021824751049280167, 0.0076219020411372185, -0.016690554097294807, 0.03779193013906479, -0.03329289332032204, 0.014158741571009159, -0.09386231005191803, -0.0065412502735853195, -0.03902696073055267, 0.02889971248805523, 0.020430931821465492, -0.02270691655576229, -0.02447124570608139, -0.08715786039829254, 0.03456320986151695, -0.007542507257312536, 0.033345822244882584, -0.016240650787949562, 0.022742202505469322, -0.027082452550530434, 0.005310630891472101, -0.005037159658968449, 0.03387511894106865, 0.026094429194927216, 0.01094766240566969, -0.03179321065545082, -0.0325695164501667, -0.018349023535847664, -0.014996797777712345, -0.04993051663041115, -0.045096252113580704, -0.08024168759584427, -0.0062280818819999695, 0.007255803793668747, -0.010100784711539745, -0.034051552414894104, 0.03121098317205906, 0.06348056346178055, -0.02588270977139473, 0.052365291863679886, -0.04671943560242653, -0.01671701855957508, 0.03902696073055267, 0.0036631885450333357, -0.054129619151353836, -0.04174402728676796, 0.008684910833835602, 0.04424937441945076, -0.003753610420972109, -0.032710663974285126, 0.03526894003152847, -0.04643714427947998, -0.0022759847342967987, 0.07000858336687088, -0.00261341268196702, 0.04149702191352844, -0.03054053895175457, 0.00012019492714898661, 0.082217738032341, 0.0406501442193985, 0.04474338889122009, -0.10106077790260315, 0.0019176052883267403, -0.09407403320074081, -0.005959021858870983, 0.054800063371658325, 0.013311863876879215, 0.10889440029859543, 0.053071022033691406, 0.041532307863235474, 0.0029552513733506203, -0.02838805690407753, -0.043331924825906754, 0.06206909939646721, 0.02200118452310562, -0.0268178042024374, 0.010347791016101837, -0.01107998751103878, 0.05024809390306473, -0.002734710229560733, 0.01573781669139862, -0.05501178279519081, 0.009739097207784653, 0.01824316382408142, -0.031158052384853363, 0.030399391427636147, 0.008901041001081467, 0.05451777204871178, -0.029552513733506203, 0.014538072049617767, 0.06323355436325073, -0.044461093842983246, 0.027858758345246315, -0.03722734749317169, 0.033098816871643066, -0.05402376130223274, -0.04880134388804436, 0.04559026658535004, -0.05684668570756912, 0.018825393170118332, -0.06520960479974747, 0.007101424969732761, 0.012597310356795788, 0.12307960540056229, 0.05388261377811432, 0.003804334904998541, 0.030752258375287056, -0.024806467816233635, 0.012667883187532425, -0.07727761566638947, 0.0001805680658435449, 0.06284540891647339, -0.011229955591261387, 0.007260214537382126, -0.023483220487833023, 0.021330740302801132, 0.011847470887005329, 0.02424188330769539, 0.03523365408182144, -0.045096252113580704, -0.028687993064522743, 0.01045365072786808, -0.02979951910674572, -0.07741876691579819, -0.009668523445725441, 0.05349446088075638, -0.014749791473150253, 0.030805187299847603, -0.029499582946300507, 0.02771761082112789, -0.0034933718852698803, -0.054870638996362686, 0.08094742149114609, 0.01699931174516678, -0.013832340948283672, -0.03899167478084564, 0.015102657489478588, -0.03832123056054115, -0.03532186895608902, 0.005751713179051876, 0.0496482215821743, -0.03576295077800751, -0.0015349664026871324, 0.09654409438371658, 0.042343899607658386, 0.003974151331931353, -0.02537105418741703, -0.06270425766706467, 0.013682372868061066, 0.032287225127220154, 0.059457894414663315, 0.03433384746313095, -0.006131044123321772, 0.0019385566702112556, -0.03364575654268265, 0.013003106229007244, -0.03881524130702019, -0.0014643932227045298, -0.021242523565888405, -0.015226161107420921, 0.006307476665824652, 0.008411439135670662, 0.02106609009206295, -0.07180819660425186, -0.004201308824121952, -0.040473710745573044, 0.020466217771172523, -0.007591026369482279, 0.014511607587337494, 0.0012173871509730816, 0.03576295077800751, 0.020219212397933006, -0.044849246740341187, 0.03315174579620361, -0.023994876071810722, -0.01632886566221714, -0.002060957020148635, -0.06213967502117157, 0.010365433990955353, -0.04453166946768761, 0.02145424298942089, -0.0015250419965013862, -0.024647679179906845, 0.009721454232931137, 0.045907843858003616, -0.01910768449306488, 0.0003192333097103983, -0.04252033308148384, -0.003753610420972109, 0.08158258348703384, 0.036909766495227814, -0.0651390329003334, -0.03355754166841507, -0.027311814948916435, -0.021789465099573135, 0.0023575848899781704, 0.004126324784010649, -0.003502193372696638, -0.015993643552064896, 0.03990912437438965, -0.022530483081936836, -0.016461191698908806, 0.011150560341775417, -0.005442955531179905, -0.005553225986659527, -0.06351584941148758, -0.017413929104804993, 0.0516948439180851, 0.0014610850485041738, 0.02305978164076805, -0.025565130636096, -0.021083733066916466, 0.025600416585803032, 0.028123406693339348, -0.0037778697442263365, -0.01546434499323368, 0.02000749297440052, 0.011194668710231781, 0.045837271958589554, 0.031069837510585785, -0.03391040861606598, 0.01133581530302763, 0.01988399028778076, 0.033733975142240524, -0.010665370151400566, -0.015984822064638138, -0.005182716995477676, -0.012120941653847694, 0.0009262728272005916, -0.07791277766227722, -0.012632597237825394, -0.06810310482978821, 0.0004953905590809882, 0.00522682536393404, -0.016417082399129868, -0.03410448133945465, -0.017096349969506264, 0.003608053084462881, 0.030222957953810692, -0.05141255259513855, -0.05384732782840729, 0.010427185334265232, 0.036662761121988297, 0.03133448585867882, 0.028793852776288986, -0.012085654772818089, -0.007657188456505537, 0.03387511894106865, 0.0285821333527565, 0.0617162361741066, -0.03687448054552078, -0.09146282821893692, -0.019319403916597366, -0.02463003620505333, 0.008592283353209496, 0.036980338394641876, -0.07445469498634338, 0.022459911182522774, 0.01157399918884039, 0.010189001448452473, 0.011009413748979568, -0.01703459769487381, 0.034051552414894104, -0.0026663425378501415, 0.01663762331008911, -0.022812776267528534, 0.037615496665239334, 0.015305555425584316, -0.040473710745573044, 0.0019815622363239527, -0.028599776327610016, -0.001809540088288486, 0.010144893079996109, -0.013197182677686214, 0.027541179209947586, -0.06792667508125305, -0.06213967502117157, -0.043720077723264694, 0.03242836892604828, -0.009095116518437862, 0.024577105417847633, 0.014132277108728886, -0.06891469657421112, 0.030293531715869904, 0.022777490317821503, 0.038003649562597275, 0.0293231513351202, -0.03456320986151695, -0.02948193997144699, -0.03383983299136162, -0.008839288726449013, -0.06136336922645569, 0.004263060167431831, -0.015676064416766167, 0.014793899841606617, -0.0013276577228680253, 0.03927396610379219, -0.007890962064266205, 0.0757250115275383, -0.03364575654268265, 0.07791277766227722, 0.0033919229172170162, -0.00294201890937984, 0.0004479741910472512, -0.005879627075046301, -0.017316890880465508, 0.016390617936849594, -0.027223600074648857, -0.008279114961624146, -0.028476273640990257, -0.025124046951532364, 0.016311222687363625, -0.0010431596310809255, -0.04252033308148384, -0.00741900410503149, -0.04040313884615898, -0.02517697773873806, 0.024383028969168663, -0.011556356213986874, 0.006060470826923847, -0.011071166023612022, -0.05607037991285324, -0.014926224946975708, 0.04177931323647499, -0.011556356213986874, 0.020025135949254036, 0.02568863332271576, 0.018472526222467422, -0.03683919459581375, -0.01321482565253973, 0.04968351125717163, -0.037333205342292786, 0.004979819059371948, -0.02540634013712406, 0.041214730590581894, -0.019478194415569305, -0.018154947087168694, 0.02678251639008522, 0.011953330598771572, -0.013832340948283672, -0.02173653617501259, -0.006603002082556486, 0.0026861911173909903, 0.02215997502207756, -0.013479474931955338, 0.006250136066228151, -0.015358485281467438, 0.03202257305383682, -0.0004884986556135118, -0.03969740495085716, 0.007335198577493429, 0.024718251079320908, 0.027382388710975647, -0.01345300953835249, 0.04389651119709015, 0.021136663854122162, -0.01777561567723751, 0.02424188330769539, -0.02420659549534321, 0.09647352248430252, -0.03828594461083412, 0.002602385589852929, -0.026800159364938736, -0.027752898633480072, -0.02360672503709793, -0.059775471687316895, 0.054835349321365356, 0.03892110288143158, -0.02745296247303486, -0.06379814445972443, 0.015790745615959167, 0.01907239854335785, 0.06880883872509003, 0.019248832017183304, -0.016037752851843834, -0.017793260514736176, -0.0008612131932750344, -0.0310874804854393, -0.012500272132456303, -0.0652448907494545, 0.03442206233739853, -0.05081268027424812, -0.008764305151998997, -0.017802082002162933, 0.03149327635765076, -0.027946975082159042, 0.015517274849116802, -0.0016981668304651976, -0.009977281093597412, -0.0406501442193985, -0.022583413869142532, 0.01006549783051014, -0.029852449893951416, -0.02074851095676422, -0.04495510831475258, -0.00032750359969213605, -0.07396067678928375, 0.03750963881611824, 0.0021568923257291317, 0.003010386601090431, -0.02215997502207756, -0.0502128079533577, 0.003952097147703171, 0.0007255803793668747, 0.024065449833869934, -0.05137726664543152, -0.006360406521707773, 0.014520429074764252, 0.02710009552538395, 0.05649381875991821, -0.042308613657951355, 0.03364575654268265, 0.0446375273168087, 0.034157413989305496, -0.018490169197320938, 0.016575872898101807, -0.014026417396962643, 0.003963124472647905, 0.06531546264886856, -0.03500429168343544, -0.003272830741479993, -0.031158052384853363, -0.04244976118206978, -0.017202209681272507, 0.08433493226766586, -0.03202257305383682, 0.00651037460193038, -0.05257701128721237, -0.0017654318362474442, -0.02646493725478649, 0.03166970983147621, -0.04523739963769913, -0.027047166600823402, -0.01310014445334673, 0.10070791095495224, -0.01063008327037096, -0.025670990347862244, -0.04029727727174759, 0.021542459726333618, 0.024488888680934906, 0.11256419867277145, -0.03054053895175457, 0.0026883964892476797, 0.0034426474012434483, 0.012897246517241001, 0.00594137841835618, -0.001061354298144579, -0.042273327708244324, -0.029887735843658447, 0.038709383457899094, 0.023994876071810722, -0.006744148209691048, 0.005866394378244877 ]
10,470
alika.app_functionality
AppFunctionality
null
class AppFunctionality: def __init__(self, base_url: str, user_token: Optional[str] = None): self.api_service = APIService(base_url) self.user_token = user_token def perform_action(self, action_data: Dict) -> Dict: return self.api_service.perform_app_action(self.user_token, action_data)
(base_url: str, user_token: Optional[str] = None)
[ 0.0032728647347539663, -0.053292665630578995, -0.07244712859392166, 0.002985644154250622, 0.036455269902944565, -0.05340851843357086, -0.02434856817126274, 0.036783523857593536, -0.009099336341023445, 0.015263713896274567, 0.04846543073654175, 0.027341453358530998, 0.007824946194887161, -0.02149084582924843, -0.03211076185107231, -0.0004911710857413709, 0.05715445056557655, 0.0341188907623291, 0.02278454415500164, -0.05421949177980423, 0.04174591973423958, 0.006719509605318308, -0.008433178067207336, 0.014249995350837708, 0.013284548185765743, 0.07333534210920334, -0.00004416165029397234, 0.006309194955974817, 0.048233721405267715, -0.04800201579928398, 0.02181909792125225, 0.001223703846335411, -0.002056401688605547, 0.07291053980588913, 0.0038400646299123764, -0.005459601525217295, 0.018179362639784813, 0.030508119612932205, -0.13045117259025574, -0.0225142203271389, -0.014558938331902027, -0.01954064331948757, 0.03512295335531235, -0.011334345676004887, 0.012019813060760498, 0.03552844375371933, -0.041514214128255844, 0.03883026912808418, 0.012048776261508465, -0.02618291787803173, -0.0320335254073143, -0.01758078671991825, -0.019077228382229805, 0.01614227145910263, 0.022475602105259895, 0.07341257482767105, 0.017870420590043068, -0.00979445781558752, -0.01336178369820118, 0.005001014564186335, -0.027901412919163704, 0.018922757357358932, 0.055648352950811386, -0.009475860744714737, 0.02504369057714939, 0.039235759526491165, -0.10720321536064148, 0.04973981902003288, 0.02181909792125225, 0.08542273193597794, 0.07553655654191971, 0.015871945768594742, -0.007506349124014378, 0.030353648588061333, 0.07916663587093353, -0.0019502025097608566, -0.006647101137787104, -0.059162579476833344, -0.019125500693917274, 0.00043807149631902575, 0.01873932220041752, -0.04390852153301239, -0.08488208055496216, 0.008167680352926254, 0.018382107838988304, -0.02087295986711979, -0.003340445924550295, -0.08874387294054031, -0.032767266035079956, 0.032361775636672974, -0.051979657262563705, 0.024483731016516685, -0.0630243644118309, 0.004334856290370226, 0.06422152370214462, 0.004525532014667988, -0.016943590715527534, -0.04182315617799759, -0.0602438822388649, 0.012116357684135437, -0.006975353229790926, 0.02417478896677494, 0.002088985638692975, 0.02680080384016037, 0.058428842574357986, -0.047615837305784225, 0.005454774480313063, -0.016653956845402718, 0.014240340329706669, 0.024676820263266563, -0.018275907263159752, 0.021008122712373734, -0.04834957793354988, 0.022494910284876823, -0.0419003926217556, 0.013583836145699024, -0.0008447659783996642, 0.013632109388709068, -0.021761171519756317, 0.003697661217302084, -0.00788287352770567, -0.03408027067780495, 0.025275398045778275, 0.0014602382434532046, 0.047268275171518326, 0.015012698248028755, -0.04336787015199661, -0.016306396573781967, 0.011720524169504642, -0.049276404082775116, -0.014201722107827663, 0.00029747828375548124, -0.009881348349153996, -0.021066049113869667, 0.01091920305043459, -0.019627533853054047, 0.00927311647683382, 0.032516248524188995, -0.03211076185107231, 0.0436381958425045, 0.01051371544599533, 0.03398372605443001, -0.025912592187523842, -0.004718621261417866, -0.009635158814489841, -0.023190032690763474, -0.03527742624282837, 0.009287598542869091, 0.04757721722126007, 0.0109964394941926, 0.02593190222978592, 0.014829263091087341, 0.019270317628979683, -0.010629569180309772, -0.013487291522324085, -0.009504823945462704, 0.016026416793465614, -0.04298169165849686, 0.03771035373210907, -0.04232518747448921, -0.022379057481884956, -0.03143494948744774, 0.004255206789821386, -0.06607517600059509, 0.010764732025563717, -0.0023267269134521484, 0.0028384136967360973, 0.014047251082956791, -0.01331351138651371, 0.017619404941797256, -0.02365344762802124, -0.04367681220173836, -0.05653656646609306, -0.01799592934548855, -0.0032149378675967455, 0.016026416793465614, -0.01144054438918829, -0.04715242236852646, 0.04576217755675316, 0.012994914315640926, -0.020448163151741028, -0.013506600633263588, -0.09291460365056992, -0.012888714671134949, 0.016673266887664795, -0.013130076229572296, -0.004699312150478363, 0.06939631700515747, -0.007303605321794748, 0.08078859001398087, -0.05526217445731163, -0.01648983173072338, 0.05340851843357086, -0.015379567630589008, -0.014211377128958702, -0.020911578088998795, -0.02270730957388878, 0.012975605204701424, 0.0033887182362377644, -0.01933789998292923, -0.015476112253963947, 0.025603650137782097, 0.0408577099442482, 0.018314525485038757, 0.010330281220376492, 0.015331295318901539, 0.018874485045671463, 0.022243894636631012, -0.10156500339508057, -0.04738412797451019, -0.03305689990520477, -0.029581289738416672, -0.015601620078086853, 0.01265700813382864, 0.017638713121414185, -0.00040639276267029345, 0.0737987533211708, -0.01549542136490345, 0.0320335254073143, -0.005334093701094389, 0.03537397086620331, 0.004730689339339733, -0.026395315304398537, 0.0028239318635314703, 0.026433933526277542, 0.0574633926153183, 0.012724588625133038, -0.02618291787803173, -0.041784536093473434, -0.03844409063458443, 0.0012997327139601111, -0.03859856352210045, 0.024599583819508553, -0.00417797127738595, 0.005469256080687046, -0.1045771986246109, 0.03676421567797661, -0.037845514714717865, -0.003919714130461216, -0.05549388378858566, 0.09801215678453445, -0.002582570305094123, 0.029735762625932693, 0.006463666446506977, -0.04916055127978325, 0.0030049532651901245, -0.008693848736584187, 0.034003037959337234, -0.009944101795554161, -0.038907505571842194, 0.03948677331209183, -0.01812143623828888, -0.037748970091342926, -0.006454011891037226, -0.011865341104567051, -0.015833327546715736, -0.005729926750063896, 0.024232715368270874, 0.02253352850675583, 0.028789624571800232, 0.03577945753931999, 0.020834341645240784, 0.006352640222758055, 0.03581807762384415, -0.06090038642287254, -0.03973779082298279, 0.010668187402188778, -0.019695114344358444, 0.021278448402881622, -0.00871315784752369, 0.13585767149925232, 0.022050805389881134, 0.0588536374270916, -0.0015640237834304571, -0.0481564886868, -0.03869510814547539, -0.00886280182749033, -0.006106451153755188, -0.047538600862026215, -0.029291655868291855, 0.038096532225608826, -0.07781501114368439, 0.021008122712373734, 0.03004470467567444, 0.003487676614895463, -0.044217463582754135, 0.059046726673841476, 0.05194103717803955, 0.03771035373210907, -0.012232211418449879, 0.03284449875354767, 0.04367681220173836, 0.0035118127707391977, 0.023865845054388046, -0.013400401920080185, -0.00897382851690054, -0.058274369686841965, 0.0230355616658926, 0.06723371893167496, -0.040819089859724045, 0.05028047040104866, 0.010803350247442722, -0.029812997207045555, -0.03962193801999092, 0.007067070808261633, 0.01082265842705965, 0.055300794541835785, 0.006898117251694202, -0.027129055932164192, 0.030585354194045067, 0.031106695532798767, -0.010137191042304039, -0.03222661465406418, 0.009427588433027267, -0.043097544461488724, -0.0023086247965693474, 0.010716459713876247, -0.03415750712156296, 0.012637699022889137, 0.058892253786325455, -0.009031754918396473, 0.03751726448535919, 0.0012562876800075173, 0.025371942669153214, 0.018729668110609055, -0.02975507080554962, 0.0028239318635314703, -0.02705181948840618, 0.012763206847012043, -0.020139221101999283, -0.05514632165431976, 0.03651319816708565, 0.02826828323304653, -0.03720831871032715, -0.0042938245460391045, -0.013390746898949146, -0.0299481600522995, -0.0078346012160182, 0.005493392236530781, 0.013332820497453213, -0.0042938245460391045, -0.026588404551148415, -0.024406494572758675, 0.059587378054857254, 0.0056092459708452225, -0.04313616454601288, 0.008635921403765678, -0.020834341645240784, 0.05055079609155655, -0.13199588656425476, -0.023363811895251274, 0.005396847613155842, 0.051979657262563705, 0.018681395798921585, 0.07665647566318512, -0.023170722648501396, -0.026414625346660614, -0.025603650137782097, 0.0008978655096143484, -0.05140038952231407, 0.07013005763292313, -0.0330762080848217, -0.06924184411764145, 0.031898364424705505, -0.05684550851583481, -0.01815040037035942, 0.04305892810225487, -0.05912396311759949, 0.025159543380141258, -0.04004673287272453, 0.014240340329706669, -0.06499388068914413, -0.01331351138651371, 0.007318086922168732, 0.04128250479698181, 0.04730689525604248, -0.012164629995822906, -0.0190386101603508, -0.06074591353535652, 0.06901013851165771, 0.02322865091264248, 0.03552844375371933, 0.00809527188539505, 0.005478910636156797, 0.04699794948101044, -0.034350596368312836, -0.049469493329524994, 0.02102743089199066, 0.019154464825987816, 0.05248168855905533, 0.029581289738416672, -0.01881655864417553, -0.08441866934299469, 0.01842072419822216, 0.022649381309747696, -0.016827737912535667, -0.05402640253305435, 0.010619915090501308, -0.015601620078086853, 0.017831802368164062, 0.04244104027748108, -0.009659294970333576, 0.09152435511350632, -0.006314022000879049, 0.018584851175546646, 0.02392377145588398, -0.015949182212352753, 0.006318849511444569, -0.011807414703071117, 0.05209551006555557, -0.014597555622458458, -0.03755588084459305, -0.0425955131649971, -0.012985259294509888, -0.020660562440752983, -0.030276412144303322, 0.028422754257917404, 0.0661524161696434, 0.008824183605611324, 0.0001849434047471732, 0.03489124774932861, 0.030971534550189972, 0.04031705856323242, 0.03299897164106369, -0.054798759520053864, 0.015244404785335064, 0.00954344216734171, 0.005054113920778036, 0.008124235086143017, -0.029523363336920738, 0.015167169272899628, 0.07426217198371887, -0.0907519981265068, -0.04939226061105728, 0.012898369692265987, 0.0330762080848217, -0.01409552339464426, -0.038714416325092316, 0.018961375579237938, 0.019502025097608566, -0.04943087697029114, -0.001449377043172717, 0.02338312193751335, 0.03257417678833008, -0.008172507397830486, -0.015254059806466103, -0.048233721405267715, 0.03081706166267395, 0.05464429035782814, -0.04977843910455704, 0.020216455683112144, 0.0051989308558404446, 0.015379567630589008, 0.015244404785335064, -0.032361775636672974, -0.06395119428634644, -0.024850601330399513, -0.0019019301980733871, 0.03352031484246254, 0.02436787821352482, -0.004921365063637495, -0.03543189913034439, -0.05375607684254646, -0.05213412642478943, 0.008857974782586098, 0.08063411712646484, 0.03184043616056442, 0.015611275099217892, -0.028480680659413338, -0.014906498603522778, 0.01753251440823078, -0.017764221876859665, 0.02558434009552002, -0.006849844940006733, 0.020892268046736717, 0.036358725279569626, 0.04217071831226349, -0.03647458180785179, -0.021162593737244606, -0.03072051703929901, 0.007738056126981974, 0.05402640253305435, -0.023267267271876335, 0.04267274960875511, -0.04298169165849686, -0.022842472419142723, 0.035045720636844635, -0.02523677982389927, 0.07399184256792068, -0.06244510039687157, -0.03844409063458443, 0.032439012080430984, 0.026433933526277542, 0.007897354662418365, -0.017561476677656174, 0.0006800366099923849, 0.0029470263980329037, 0.051477622240781784, 0.02087295986711979, 0.011720524169504642, 0.016721539199352264, 0.03149287402629852, -0.03344307839870453, 0.0016666025621816516, -0.00907520018517971, -0.0109964394941926, -0.12041052430868149, -0.003926954697817564, -0.022630073130130768, 0.019357208162546158, -0.01352590974420309, -0.01951167918741703, 0.03149287402629852, -0.03265140950679779, 0.008843492716550827, -0.026511169970035553, -0.053910549730062485, 0.0017088408349081874, -0.021452227607369423, 0.006425048690289259, -0.0019067574758082628, 0.003869028063490987, 0.06306298822164536, 0.008394559845328331, -0.005049286875873804, -0.04383128508925438, 0.01815040037035942, 0.010175809264183044, 0.006550556514412165, 0.027013201266527176, -0.06375810503959656, -0.014703755266964436, -0.006053351331502199, 0.026298770681023598, 0.027882104739546776, 0.018526924774050713, -0.06522558629512787, -0.04680486023426056, -0.008771084249019623, -0.005440292879939079, 0.018526924774050713, 0.05387193337082863, -0.023788608610630035, -0.04800201579928398, -0.05387193337082863, -0.07619306445121765, -0.04313616454601288, 0.06453046202659607, -0.042132098227739334, -0.021857716143131256, -0.03176319971680641, -0.01707875356078148, 0.03666767105460167, 0.05464429035782814, -0.003584221238270402, 0.0014723064377903938, 0.035740841180086136, -0.0032680374570190907, 0.03637803718447685, 0.008674539625644684, -0.0309908427298069, -0.00022793596144765615, -0.08349183946847916, 0.01296595111489296, -0.03467885032296181, 0.013284548185765743, 0.0018440034473314881, 0.026742877438664436, -0.05221136286854744, -0.0355091318488121, 0.024676820263266563, -0.04302030801773071, 0.0193861722946167, 0.0036880068946629763, -0.013062495738267899, 0.04066462069749832, 0.022803854197263718, 0.011324690654873848, 0.04877437278628349, -0.017841456457972527, 0.022649381309747696, -0.01926066353917122, -0.030527427792549133, -0.0668475404381752, -0.03771035373210907, -0.023865845054388046, -0.014703755266964436, -0.025970518589019775, 0.053292665630578995, -0.043174780905246735, -0.00023050043091643602, -0.03195628896355629, -0.021548772230744362, 0.011884650215506554, -0.045182909816503525, 0.05881502106785774, -0.02278454415500164, -0.016151925548911095, 0.022842472419142723, 0.006917426362633705, -0.019550297409296036, 0.06437599658966064, -0.008838665671646595, -0.06321745365858078, 0.06491664052009583, 0.03350100293755531, -0.118402399122715, 0.005213412921875715, -0.04722965881228447, 0.015978144481778145, 0.013757617212831974, -0.027515234425663948, 0.03691868484020233, 0.02705181948840618, 0.03004470467567444, 0.0240782443434, -0.027032511308789253, 0.03002539649605751, 0.045453235507011414, -0.02821035496890545, 0.021452227607369423, 0.006898117251694202, -0.010417170822620392, 0.06839225441217422, -0.029716452583670616, 0.009205535054206848, 0.035045720636844635, -0.043869901448488235, -0.05750201269984245, -0.007646338548511267, 0.01981096900999546, 0.005976115819066763, 0.006661583203822374, -0.01393139734864235, 0.05309957638382912, 0.00814354419708252, 0.03350100293755531, 0.01960822381079197, 0.017136679962277412, -0.006120932754129171, 0.015321641229093075, 0.022765235975384712, -0.01061026006937027, -0.0010233735665678978, 0.0013721412979066372, 0.024309949949383736, -0.04004673287272453, 0.007651166059076786, 0.019222045317292213, -0.027650397270917892, -0.06669306755065918, -0.01876828633248806, -0.010648878291249275, 0.052249982953071594, -0.0070236255414783955, -0.022031495347619057, -0.0032511421013623476, -0.016644302755594254, 0.0446808785200119, 0.00009028436033986509, -0.0688556656241417, 0.027804868295788765, 0.030874988064169884, -0.0077959829941391945, -0.03465954214334488, -0.037922751158475876, 0.021143285557627678, -0.07418493181467056, 0.004206934478133917, 0.07430078834295273, 0.04406299069523811, 0.042943075299263, 0.055918678641319275, 0.03973779082298279, 0.0467662438750267, -0.01383485272526741, 0.033752020448446274, -0.009417933411896229, 0.010146846063435078, 0.010137191042304039, 0.009446896612644196, 0.009466205723583698, -0.021799789741635323, -0.02129775658249855, -0.028133120387792587, 0.0024232715368270874, -0.0032535558566451073, 0.007221542298793793, -0.02234043926000595, -0.040201205760240555, -0.03693799674510956, -0.030179867520928383, 0.0013636936200782657, -0.01862346939742565, -0.0021227761171758175, -0.023537592962384224, -0.09708533436059952, -0.06661582738161087, 0.031994909048080444, 0.071713387966156, 0.04135974124073982, 0.020660562440752983, 0.007491867057979107, 0.014819608069956303, -0.009326215833425522, 0.02558434009552002, -0.03883026912808418, 0.004957569297403097, 0.04236380755901337, -0.045453235507011414, 0.01661534048616886, -0.005015496164560318, 0.028866859152913094, -0.03195628896355629, 0.006878808606415987, 0.052520304918289185, -0.04286583885550499, 0.02950405515730381, -0.02349897474050522, -0.003395959036424756, -0.015292677097022533, -0.0016328119672834873, 0.044140227138996124, -0.04143697768449783, 0.03900405019521713, -0.03483331948518753, -0.006965698674321175, -0.03632010892033577, 0.08457314223051071, 0.036629050970077515, -0.015678856521844864, -0.024058934301137924, -0.04703656956553459, 0.030508119612932205, 0.0278627946972847, -0.07681094855070114, 0.0014819608768448234, -0.029117876663804054, 0.05143900588154793, 0.05684550851583481, 0.0020600222051143646, -0.007516003213822842, 0.012685971334576607, -0.014443084597587585, 0.027824176475405693, 0.028094502165913582, 0.02419409714639187, -0.06931908428668976, 0.009982720017433167, 0.03643596172332764, 0.009678604081273079, 0.013178348541259766, 0.020042676478624344, 0.020795723423361778, 0.03073982708156109, 0.05421949177980423, -0.03937092050909996, -0.008240088820457458, 0.014018287882208824, -0.058544695377349854, -0.016258124262094498, -0.029021330177783966, -0.02382722683250904, -0.05298371985554695, 0.07086379826068878, 0.03506502881646156, 0.04854266718029976, 0.04305892810225487 ]
10,471
alika.app_functionality
__init__
null
def __init__(self, base_url: str, user_token: Optional[str] = None): self.api_service = APIService(base_url) self.user_token = user_token
(self, base_url: str, user_token: Optional[str] = None)
[ -0.0336473174393177, -0.025086933746933937, -0.026331067085266113, 0.018550589680671692, -0.005412910133600235, -0.011494309641420841, 0.004463561810553074, 0.04530875012278557, -0.011364325881004333, 0.03322022408246994, 0.05266213417053223, 0.02066747471690178, -0.0031381878070533276, -0.006411002017557621, 0.013397647999227047, 0.04036935046315193, 0.06577195972204208, 0.011020796373486519, 0.027723753824830055, -0.07955028116703033, 0.0001926550321513787, 0.02326715737581253, -0.021094564348459244, 0.05641310662031174, 0.01853202097117901, 0.060832567512989044, -0.014632497914135456, 0.009600255638360977, 0.04464025795459747, -0.03689691796898842, 0.030100606381893158, 0.019720446318387985, 0.00039198333979584277, 0.0851210281252861, 0.028355106711387634, -0.01528241764754057, 0.025959685444831848, 0.06246665120124817, -0.17989800870418549, 0.004897615872323513, -0.0005274801515042782, 0.012172084301710129, 0.013518348336219788, 0.002376852324232459, 0.037342578172683716, 0.02302575670182705, 0.00008145767787937075, 0.04957965388894081, -0.029172148555517197, 0.0015458825509995222, -0.029580671340227127, 0.00981380045413971, -0.021373102441430092, 0.0007555326446890831, -0.007562289945781231, 0.0516965389251709, 0.020221814513206482, 0.045048780739307404, -0.02867078222334385, 0.046831417828798294, -0.06922582536935806, 0.02222728356719017, 0.0397379994392395, -0.004444992635399103, 0.02798372320830822, 0.03587561473250389, -0.08994900435209274, 0.051510848104953766, 0.040852151811122894, 0.06800026446580887, 0.09217730909585953, 0.037231165915727615, -0.051213741302490234, 0.018550589680671692, 0.06814881414175034, 0.009739523753523827, -0.0260153915733099, -0.0460515134036541, -0.044603120535612106, -0.006113895680755377, 0.025012657046318054, 0.0040991418063640594, -0.06098111718893051, -0.00783618539571762, 0.01565380208194256, -0.02826225943863392, -0.009795231744647026, -0.09024611115455627, -0.005867854226380587, 0.07119415700435638, -0.08593806624412537, 0.008699650876224041, -0.05065666511654854, -0.005222576204687357, 0.014214691706001759, -0.008393259719014168, -0.016015900298953056, -0.020686043426394463, -0.036135584115982056, -0.003453863551840186, -0.003723116358742118, -0.009395994246006012, -0.060832567512989044, 0.014075422659516335, 0.02510550245642662, -0.028466520830988884, 0.008439682424068451, -0.04980248585343361, 0.01672152802348137, -0.0006319317035377026, -0.03346162661910057, 0.0034979654010385275, -0.007051638327538967, 0.06038690730929375, -0.050879497081041336, 0.017111480236053467, -0.003149793716147542, 0.02326715737581253, 0.017640700563788414, 0.004062003456056118, -0.010927950032055378, -0.008834277279675007, -0.010602990165352821, 0.03372159227728844, 0.06833450496196747, -0.02913501113653183, -0.017278602346777916, -0.008300414308905602, 0.029339270666241646, -0.06722036004066467, 0.03771396353840828, 0.0068984427489340305, -0.008068299852311611, -0.032384615391492844, 0.005510398186743259, -0.030434852465987206, -0.016136599704623222, 0.03281170502305031, -0.03966372460126877, 0.021577363833785057, -0.027593770995736122, 0.049616795033216476, -0.03496572747826576, -0.04950537905097008, 0.00013194257917348295, 0.02211586944758892, -0.024566996842622757, -0.008945692330598831, -0.003978442400693893, -0.011466455645859241, 0.03080623596906662, -0.008773927576839924, 0.05210506170988083, -0.015124579891562462, -0.03611701354384422, -0.043451834470033646, 0.013193387538194656, -0.022078730165958405, 0.05440763756632805, 0.006670970469713211, 0.0197575856000185, -0.006318156607449055, 0.012172084301710129, -0.07984738796949387, -0.019479047507047653, -0.009321717545390129, -0.005231860559433699, -0.028299398720264435, 0.0033888716716319323, 0.030880512669682503, -0.017417870461940765, -0.0456058569252491, -0.07100846618413925, -0.002055373741313815, 0.0037765027955174446, -0.0347057580947876, 0.01929335668683052, -0.03587561473250389, -0.001229046261869371, 0.037101179361343384, 0.011800700798630714, -0.0038043565582484007, -0.01805850677192211, -0.04070359840989113, 0.008736789226531982, -0.009136026725172997, 0.021317394450306892, 0.050693806260824203, -0.0169907808303833, 0.06127822399139404, -0.012794150970876217, 0.00921030342578888, 0.04267192631959915, -0.04088928923010826, 0.018429890275001526, 0.0012568999081850052, 0.03715688735246658, -0.006550271064043045, -0.0200918298214674, 0.015217426232993603, -0.018810559064149857, 0.06205812841653824, 0.015180287882685661, -0.016071606427431107, 0.014214691706001759, -0.014075422659516335, -0.014892465434968472, -0.008611447177827358, -0.04371180012822151, -0.008945692330598831, -0.0013160891830921173, -0.01874556578695774, -0.030657682567834854, 0.032737426459789276, -0.034167252480983734, 0.013796885497868061, 0.021855900064110756, -0.0031312245409935713, 0.042931895703077316, 0.023137172684073448, 0.079475998878479, -0.014762481674551964, 0.008945692330598831, -0.043377555906772614, -0.010667981579899788, 0.061983853578567505, 0.02510550245642662, -0.036989763379096985, -0.0695229321718216, -0.040443629026412964, -0.004851192701607943, -0.04801984503865242, 0.025532593950629234, 0.02245011366903782, -0.011095073074102402, -0.1092609316110611, 0.03309024125337601, -0.014075422659516335, -0.04100070521235466, -0.06748032569885254, 0.07739625871181488, 0.012311352416872978, -0.006383148487657309, 0.0003046502824872732, -0.03401869907975197, 0.018290622159838676, -0.06982003897428513, 0.013063403777778149, -0.023174310103058815, -0.03825246915221214, 0.018550589680671692, -0.022078730165958405, -0.03145615756511688, -0.006034976802766323, -0.010528713464736938, -0.07888178527355194, -0.016452275216579437, -0.010194468311965466, 0.02597825415432453, 0.009655962698161602, -0.007153768558055162, -0.0021551831159740686, -0.015848778188228607, 0.0860123485326767, -0.02803943119943142, -0.02102028764784336, 0.02371281571686268, -0.030713388696312904, 0.013973291963338852, -0.008773927576839924, 0.14409667253494263, 0.001865039928816259, 0.06142677739262581, -0.0008466375875286758, -0.018485598266124725, -0.05418480560183525, -0.03674836456775665, -0.022728651762008667, -0.027073834091424942, -0.032570306211709976, 0.02757520228624344, -0.05377628654241562, 0.07475943863391876, 0.028225122019648552, 0.02993348427116871, -0.0284479521214962, 0.033814437687397, 0.0511394627392292, -0.029803501442074776, -0.01589520089328289, 0.030026329681277275, 0.013035549782216549, -0.020296091213822365, 0.029376409947872162, -0.02200445346534252, -0.018494881689548492, -0.04341469332575798, 0.04790842905640602, 0.03195752203464508, -0.04876261204481125, -0.015820924192667007, 0.014632497914135456, -0.03763968497514725, 0.00021412561181932688, 0.03097335807979107, -0.009832370094954967, 0.027965154498815536, 0.012144230306148529, -0.014465374872088432, 0.022357268258929253, 0.0689658597111702, 0.021168841049075127, -0.04278334230184555, 0.015300987288355827, -0.01778925396502018, -0.021261686459183693, 0.0169072188436985, -0.03932948037981987, 0.01635942980647087, 0.01916337199509144, -0.02464127354323864, -0.007896535098552704, 0.0141682680696249, -0.048279814422130585, 0.022190146148204803, 0.0514737106859684, -0.0057007321156561375, 0.012506328523159027, -0.059049926698207855, 0.03335021063685417, -0.03335021063685417, 0.026925280690193176, -0.012385629117488861, -0.01998041570186615, -0.018411321565508842, -0.056115999817848206, -0.02200445346534252, -0.02326715737581253, 0.015598094090819359, -0.009460986591875553, -0.012032815255224705, -0.05117660388350487, -0.05043383687734604, 0.03944089263677597, -0.010667981579899788, -0.07342245429754257, 0.012719874270260334, -0.05515040457248688, 0.03266315162181854, -0.07223402708768845, -0.03966372460126877, 0.021317394450306892, 0.06194671615958214, 0.04467739537358284, 0.0851210281252861, -0.018049223348498344, -0.0345386378467083, 0.00941456388682127, 0.012246360071003437, -0.04036935046315193, 0.009335644543170929, -0.005849285051226616, -0.043377555906772614, 0.04653431475162506, -0.053293485194444656, -0.016730813309550285, 0.03749113157391548, -0.043971769511699677, 0.04118639603257179, -0.019943276420235634, -0.009214945137500763, -0.047128524631261826, -0.0013010017573833466, 0.02384280040860176, 0.0200918298214674, 0.028652213513851166, -0.04374893754720688, -0.033424485474824905, -0.05763867124915123, 0.025031225755810738, -0.010519429109990597, 0.03806677460670471, 0.04348897188901901, 0.030657682567834854, 0.03461291268467903, -0.02354569360613823, -0.02608966827392578, 0.012144230306148529, 0.06781456619501114, 0.02976636216044426, -0.005807504523545504, -0.018810559064149857, -0.044083185493946075, 0.02677672728896141, 0.016925789415836334, -0.02033322863280773, -0.004786200821399689, 0.008323625661432743, -0.010918665677309036, 0.000663847429677844, 0.06766601651906967, -0.01850416697561741, 0.07843612879514694, 0.009006042033433914, 0.017204325646162033, 0.013509063050150871, 0.021800192072987556, 0.0007741018198430538, -0.0044194599613547325, 0.027092402800917625, -0.05002531409263611, -0.07134270668029785, -0.03832674399018288, -0.03730544075369835, -0.022153006866574287, -0.023415708914399147, 0.022951480001211166, 0.06688611209392548, 0.05229075253009796, -0.004744420293718576, 0.016591543331742287, -0.0024882673751562834, -0.008592878468334675, 0.00479084299877286, -0.056747350841760635, 0.058752819895744324, 0.03851243481040001, -0.03102906420826912, 0.04456598311662674, -0.026219652965664864, 0.023619970306754112, 0.07212261110544205, -0.034055836498737335, -0.03840102255344391, 0.03602416813373566, 0.02384280040860176, -0.0046608587726950645, -0.02159593254327774, -0.013388363644480705, 0.007613355293869972, -0.03502143546938896, -0.012905566021800041, 0.040109384804964066, 0.03828960657119751, 0.0200918298214674, 0.013341940939426422, -0.04679428040981293, 0.04835408926010132, 0.06577195972204208, -0.06755460053682327, -0.039700862020254135, -0.02488267421722412, -0.0038554216735064983, -0.006299587432295084, -0.02891218103468418, -0.06974576413631439, -0.03050912916660309, 0.02746378630399704, 0.05385056138038635, 0.02469698153436184, 0.01220922265201807, -0.019200511276721954, -0.02590397745370865, -0.02458556741476059, -0.019330494105815887, 0.07490798830986023, 0.054221946746110916, 0.005398983135819435, 0.009047823026776314, -0.020370367914438248, -0.004635326564311981, 0.005696089472621679, -0.002133132191374898, -0.0028758984990417957, 0.0016155168414115906, 0.013574055396020412, 0.03531854227185249, -0.01448394451290369, -0.015384548343718052, -0.042523372918367386, -0.00805901549756527, 0.05117660388350487, -0.006995930802077055, 0.017232179641723633, -0.0006684897234663367, -0.011791416443884373, -0.028076568618416786, -0.022542959079146385, 0.05786149948835373, -0.04140922427177429, -0.026795295998454094, 0.0738309770822525, -0.04749990999698639, 0.007093418855220079, -0.03518855571746826, 0.03754683956503868, 0.004537838511168957, 0.00978594645857811, 0.04909685626626015, 0.033814437687397, 0.028466520830988884, 0.020816028118133545, -0.008736789226531982, -0.033610180020332336, 0.025532593950629234, -0.025254055857658386, -0.12411625683307648, -0.008597521111369133, -0.028707919642329216, 0.00823542196303606, 0.008356121368706226, 0.01307268813252449, -0.009990207850933075, -0.0027110972441732883, 0.022431544959545135, 0.015365979634225368, -0.06462067365646362, 0.013276948593556881, -0.022728651762008667, 0.004326614085584879, 0.00019280010019429028, 0.062095269560813904, 0.07063708454370499, 0.0014275041176006198, -0.00479084299877286, -0.0014425915433093905, 0.01030588336288929, 0.006401717662811279, 0.011930684559047222, 0.029784930869936943, 0.002362925559282303, -0.03310881182551384, -0.03691548854112625, 0.02954353205859661, 0.03622842952609062, 0.005784293171018362, -0.04092642664909363, -0.016053037717938423, 0.00502295745536685, -0.019386202096939087, 0.03518855571746826, 0.04140922427177429, 0.012274214066565037, -0.04204057529568672, -0.0810358077287674, -0.04601437598466873, -0.05303351953625679, 0.09069177508354187, -0.02987777814269066, -0.007088776677846909, 0.035095710307359695, -0.02971065416932106, -0.005909634754061699, -0.00032699128496460617, -0.01986899971961975, 0.0017919238889589906, -0.005459332838654518, -0.0025579016655683517, 0.023991353809833527, 0.025254055857658386, -0.005412910133600235, 0.017835676670074463, -0.055596061050891876, 0.04014652222394943, -0.0347057580947876, -0.02250582166016102, -0.018411321565508842, -0.00732553331181407, -0.01119720283895731, 0.01370403915643692, 0.01773354783654213, -0.07553934305906296, -0.02360140159726143, 0.03539281710982323, -0.0021633070427924395, 0.05039669945836067, -0.0017466614954173565, 0.034464359283447266, 0.04486308991909027, -0.010686551220715046, 0.03914378583431244, 0.006559555418789387, -0.019274787977337837, -0.07602214068174362, -0.018671289086341858, -0.05529895797371864, -0.008959619328379631, -0.02826225943863392, 0.0518079549074173, -0.02527262642979622, -0.00008762322249822319, -0.044937364757061005, -0.027556631714105606, 0.01682365871965885, -0.05971841514110565, 0.043786078691482544, -0.023824231699109077, -0.06398932635784149, 0.04059218242764473, 0.01868985965847969, 0.013314086943864822, 0.10784967988729477, -0.033777300268411636, -0.02193017676472664, 0.002444165525957942, 0.012979842722415924, -0.09507409483194351, 0.014901750721037388, -0.039478033781051636, -0.005542893894016743, 0.03271885961294174, 0.0114571712911129, -0.0018186169909313321, 0.010222322307527065, -0.026275360956788063, 0.0288379043340683, -0.018299905583262444, 0.057712946087121964, 0.004120032303035259, -0.045977238565683365, 0.03570849448442459, 0.0013404611963778734, -0.000046567969548050314, 0.07587358355522156, -0.07687631994485855, 0.0016654214123263955, 0.055818893015384674, -0.06744318455457687, -0.05849285051226616, 0.010463721118867397, 0.02354569360613823, -0.00391345052048564, -0.03151186183094978, -0.0016050717094913125, -0.004326614085584879, 0.010974372737109661, 0.04553157836198807, 0.004275548737496138, 0.05659879744052887, 0.015041018836200237, -0.0170743428170681, 0.013583339750766754, 0.02332286350429058, 0.03832674399018288, -0.029097871854901314, 0.010203752666711807, -0.050582390278577805, -0.008374691009521484, 0.030657682567834854, 0.004440349992364645, -0.05273641273379326, 0.004725851118564606, 0.041483502835035324, 0.0032356760930269957, -0.030193453654646873, -0.033424485474824905, -0.025885408744215965, 0.04590296000242233, 0.05433335900306702, -0.016210876405239105, -0.05084235966205597, 0.001236009644344449, 0.05578175559639931, 0.011652147397398949, -0.08229851722717285, -0.0076644206419587135, 0.017714977264404297, -0.08452681452035904, -0.01992470771074295, 0.053516317158937454, 0.01462321262806654, 0.048576921224594116, 0.03847529739141464, 0.013221241533756256, 0.0511394627392292, -0.018903404474258423, -0.01986899971961975, -0.02532833255827427, 0.021744485944509506, 0.03288597986102104, 0.015440256334841251, 0.02751949429512024, 0.01399186160415411, -0.013509063050150871, -0.05355345457792282, 0.041706331074237823, -0.01682365871965885, 0.056115999817848206, 0.004999746102839708, -0.027018126100301743, -0.050173867493867874, 0.002801621798425913, -0.01742715574800968, -0.024455582723021507, -0.014075422659516335, -0.018513452261686325, -0.0572301484644413, -0.07635638117790222, 0.04129780828952789, 0.07695059478282928, 0.0229143425822258, -0.009163879789412022, -0.023991353809833527, 0.03357303887605667, -0.019479047507047653, 0.02815084531903267, 0.0100459149107337, -0.015384548343718052, 0.012404198758304119, -0.04226340726017952, 0.018457744270563126, -0.028132276609539986, 0.026962419971823692, -0.043154727667570114, 0.0003203180094715208, 0.05578175559639931, -0.016192307695746422, 0.017752116546034813, -0.04334041848778725, 0.0001194664291688241, 0.018894119188189507, -0.010946519672870636, 0.02302575670182705, 0.009266010485589504, 0.05890137329697609, -0.02993348427116871, -0.006378506310284138, -0.01300769578665495, 0.043451834470033646, 0.0015516853891313076, 0.0003104531206190586, 0.025922546163201332, -0.044194597750902176, 0.030843373388051987, -0.0027598412707448006, -0.0805901512503624, 0.0073348176665604115, -0.019664740189909935, 0.03836388140916824, 0.05960700288414955, -0.017399301752448082, -0.037398286163806915, 0.01589520089328289, 0.018132783472537994, -0.02371281571686268, 0.02896788902580738, 0.02694384939968586, -0.04950537905097008, 0.006183530203998089, 0.04066645726561546, -0.029970623552799225, -0.013081972487270832, 0.006596693769097328, 0.0453830249607563, -0.0025021941401064396, 0.016563689336180687, -0.0405179038643837, 0.01672152802348137, 0.02395421452820301, -0.045977238565683365, -0.025699716061353683, -0.03730544075369835, 0.025644008070230484, -0.06350652128458023, 0.04363752529025078, 0.06224382296204567, 0.025254055857658386, 0.00592820392921567 ]
10,472
alika.app_functionality
perform_action
null
def perform_action(self, action_data: Dict) -> Dict: return self.api_service.perform_app_action(self.user_token, action_data)
(self, action_data: Dict) -> Dict
[ 0.021245624870061874, -0.028823111206293106, -0.060440756380558014, 0.04718463495373726, 0.06298450380563736, -0.04453340917825699, -0.012020079419016838, 0.01871979609131813, -0.003535712603479624, -0.012396266683936119, 0.055890683084726334, -0.01672242023050785, 0.03912347927689552, -0.02995167300105095, -0.0127724539488554, -0.047399599105119705, 0.053346939384937286, 0.022033827379345894, 0.013121770694851875, 0.025706131011247635, 0.02959340065717697, -0.049585066735744476, -0.007152036763727665, -0.011966338381171227, -0.013399433344602585, 0.048832692205905914, 0.009673387743532658, 0.016462672501802444, 0.038478586822748184, -0.01895267330110073, -0.027837859466671944, -0.013515871949493885, 0.03023829311132431, 0.05363355949521065, -0.024685051292181015, 0.013820404186844826, -0.03229836747050285, -0.0032782035414129496, -0.057108812034130096, -0.050839025527238846, -0.06190967932343483, -0.027694549411535263, 0.01643580198287964, -0.010703423991799355, 0.016238750889897346, 0.01456382218748331, -0.03335527330636978, 0.04621729627251625, 0.05406348779797554, -0.04510664567351341, -0.015432635322213173, -0.04578736796975136, -0.047722045332193375, 0.004823258612304926, 0.03362397849559784, 0.08240292966365814, -0.01035410724580288, -0.05628478527069092, -0.00982565339654684, -0.020654473453760147, 0.06162305921316147, 0.005436801817268133, 0.050050824880599976, -0.024685051292181015, 0.02656598761677742, 0.03385685756802559, -0.012288784608244896, 0.049728378653526306, -0.025186635553836823, 0.02656598761677742, 0.04202549532055855, -0.02513289451599121, 0.024685051292181015, 0.008325383067131042, 0.05166305601596832, 0.003824570681899786, 0.029270954430103302, -0.02233835868537426, -0.03460923209786415, 0.026924261823296547, 0.023305697366595268, -0.05739543214440346, -0.05026578903198242, 0.035791534930467606, -0.03120563179254532, 0.0004761120362672955, -0.003016215981915593, -0.04105815663933754, -0.1203082799911499, 0.0035648224875330925, 0.06047658622264862, -0.00286171049810946, -0.052952840924263, -0.002238090382888913, 0.07090234756469727, 0.0019078069599345326, -0.025974836200475693, -0.007855148985981941, -0.04750708118081093, 0.03683052584528923, 0.01379353366792202, 0.039266787469387054, 0.025204548612236977, 0.020314114168286324, 0.08211631327867508, -0.03371354565024376, -0.011527453549206257, 0.00434406753629446, 0.00439109094440937, 0.024326777085661888, -0.047865353524684906, 0.02749750018119812, -0.011339359916746616, -0.008947883732616901, -0.03708131983876228, 0.00020838648197241127, 0.009386768564581871, 0.032352108508348465, -0.01606857217848301, 0.01513705961406231, -0.026118146255612373, -0.0552816167473793, 0.06345025449991226, -0.048796866089105606, 0.0045008123852312565, 0.03790534660220146, -0.03412556275725365, 0.014142850413918495, -0.024488000199198723, -0.0019246010342612863, -0.03493167832493782, -0.024075986817479134, -0.017403140664100647, -0.029145557433366776, -0.00810146238654852, -0.018648141995072365, 0.08469588309526443, 0.008388080634176731, 0.000749575556255877, 0.03616772219538689, 0.054278451949357986, -0.002969192573800683, -0.01449216715991497, 0.017215047031641006, -0.005548762623220682, -0.034770455211400986, -0.01437572855502367, 0.07068738341331482, 0.07416263967752457, 0.02215922251343727, 0.016883643344044685, 0.05252291262149811, 0.04768621549010277, -0.03708131983876228, -0.0025862876791507006, 0.03602441027760506, 0.01956173963844776, -0.05578320100903511, -0.027067571878433228, -0.03038160130381584, -0.034483835101127625, -0.08892350643873215, -0.013032202608883381, -0.02038576826453209, 0.05624895542860031, -0.01597900316119194, -0.011482669040560722, 0.06606565415859222, -0.03869355097413063, -0.014832527376711369, -0.030901098623871803, -0.01839734986424446, -0.02076195552945137, -0.03116980381309986, -0.003464058041572571, -0.012691842392086983, -0.06022579222917557, -0.047112978994846344, 0.047399599105119705, -0.027748290449380875, -0.07054407149553299, -0.01167971920222044, -0.03632894530892372, -0.030489083379507065, -0.01639101840555668, -0.04356607049703598, 0.0026937697548419237, 0.06656723469495773, -0.014599649235606194, 0.0892101302742958, -0.040341608226299286, -0.04962089657783508, 0.03765455633401871, -0.0029423220548778772, -0.021281452849507332, -0.029611313715577126, -0.05080319941043854, 0.0017980856355279684, -0.01219025906175375, -0.04482002928853035, -0.011787201277911663, -0.037511248141527176, 0.03339109942317009, 0.043171968311071396, 0.009131498634815216, 0.012485835701227188, 0.03466297313570976, 0.05703715980052948, -0.024273036047816277, -0.05488751828670502, -0.03262081369757652, -0.001772334799170494, -0.009816696867346764, 0.0014398120110854506, 0.00927032995969057, -0.009700258262455463, 0.07437760382890701, -0.06774953752756119, 0.02163972519338131, -0.01597004570066929, -0.004395569209009409, 0.019060155376791954, -0.024165553972125053, -0.024792533367872238, 0.036758873611688614, 0.030166637152433395, -0.004039534833282232, -0.01574612595140934, -0.00572342099621892, -0.041452255100011826, 0.002301907865330577, -0.04385269060730934, 0.01305011659860611, -0.00674450071528554, -0.010837776586413383, -0.09444092214107513, 0.030524911358952522, -0.0543501079082489, -0.013990584760904312, 0.02866188809275627, 0.07581069320440292, -0.013623354025185108, 0.02113814279437065, -0.004265695344656706, -0.052917011082172394, -0.02490001544356346, 0.050516579300165176, 0.013551698997616768, 0.0049979169853031635, -0.058398596942424774, 0.061515577137470245, -0.03464505821466446, -0.02536577172577381, -0.00521288113668561, -0.006354878190904856, 0.02242792770266533, 0.045823194086551666, 0.05793284252285957, 0.05198550224304199, 0.0306503064930439, 0.02764080837368965, 0.056177303194999695, 0.02735419012606144, 0.0028975377790629864, -0.04048491641879082, -0.052415430545806885, -0.03403599187731743, 0.024452174082398415, 0.030954839661717415, 0.00235117063857615, 0.09644725173711777, 0.002980388468131423, 0.033785201609134674, -0.012037993408739567, -0.040198300033807755, -0.01116917934268713, 0.059330109506845474, 0.008128332905471325, -0.006283223628997803, -0.03434052690863609, 0.010721337981522083, -0.06506248563528061, -0.029145557433366776, 0.017949508503079414, -0.03362397849559784, -0.03580944612622261, 0.05578320100903511, 0.05245125666260719, 0.06961256265640259, -0.006193655077368021, 0.0003787064051721245, 0.029557572677731514, 0.0030341295059770346, 0.014725045301020145, -0.01625666581094265, 0.021532243117690086, -0.018289867788553238, 0.024416346102952957, 0.06534910947084427, 0.012091734446585178, 0.05191384628415108, 0.00245641334913671, -0.004070884082466364, -0.06516996771097183, 0.015235585160553455, 0.016095442697405815, 0.07276537269353867, 0.012673929333686829, -0.06359356641769409, 0.008052199147641659, -0.0037730690091848373, -0.04908348247408867, -0.023108648136258125, -0.0027161617763340473, -0.04546492174267769, -0.0404132641851902, 0.029181385412812233, 0.00872844085097313, 0.05313197523355484, 0.030112896114587784, 0.003011737484484911, -0.00002209470585512463, 0.008325383067131042, 0.04374520853161812, 0.01918555237352848, -0.0808265283703804, -0.009530077688395977, 0.0010031660785898566, 0.02986210584640503, -0.035970669239759445, -0.01803012005984783, 0.01588943414390087, 0.01843317784368992, -0.01560281589627266, -0.024774620309472084, -0.032531242817640305, -0.046754706650972366, 0.033552322536706924, -0.02332361228764057, 0.06001082807779312, -0.07158306986093521, 0.026691384613513947, 0.03663347661495209, 0.0436735525727272, 0.012969505041837692, -0.008835922926664352, 0.010685510002076626, -0.0077655804343521595, 0.027192967012524605, -0.12854857742786407, -0.018056990578770638, -0.016570154577493668, 0.038621895015239716, -0.024075986817479134, 0.05094650760293007, -0.050516579300165176, 0.0160237867385149, -0.025329943746328354, -0.027712464332580566, -0.008898620493710041, 0.06506248563528061, -0.015065405517816544, -0.008925491012632847, 0.0399475060403347, -0.022911597043275833, -0.03382102772593498, -0.004312718752771616, -0.004988959990441799, 0.049585066735744476, -0.037188801914453506, 0.028357356786727905, -0.04370937868952751, -0.0250791534781456, 0.03665139153599739, 0.03930261358618736, 0.09085818380117416, -0.02857232093811035, -0.03408973291516304, -0.07559572905302048, 0.031044408679008484, 0.03890851512551308, 0.018737709149718285, -0.024273036047816277, -0.0017107564490288496, 0.06337860226631165, -0.03804865851998329, -0.08491084724664688, -0.011706589721143246, -0.01733148656785488, 0.049764204770326614, 0.021747207269072533, -0.021675553172826767, -0.06796450167894363, 0.024255122989416122, -0.015029577538371086, 0.01084673311561346, -0.0492267943918705, -0.013390475884079933, -0.043171968311071396, 0.0008912056218832731, -0.004151495639234781, 0.012969505041837692, 0.05302449315786362, -0.027515413239598274, -0.0033476189710199833, 0.0241476409137249, -0.04575153812766075, -0.011482669040560722, -0.03271038085222244, 0.03511081263422966, 0.005732377525418997, -0.008352253586053848, 0.013497957959771156, 0.01681198924779892, -0.011321445927023888, -0.022320445626974106, -0.04714880511164665, 0.09322278946638107, -0.007165472023189068, 0.01342630386352539, 0.047865353524684906, 0.007411785423755646, 0.040520746260881424, 0.02953965961933136, -0.04603815823793411, -0.01913181133568287, 0.014796700328588486, 0.018056990578770638, 0.0014655629638582468, -0.04374520853161812, 0.0032647682819515467, 0.05091068148612976, -0.050229959189891815, -0.000573237775824964, -0.004988959990441799, 0.043171968311071396, -0.03324779123067856, -0.03822779282927513, 0.025240376591682434, 0.014904182404279709, -0.039589233696460724, 0.010703423991799355, 0.010013747029006481, -0.030166637152433395, 0.024559656158089638, 0.019812529906630516, -0.07581069320440292, -0.00596973393112421, 0.04202549532055855, -0.0013054594164714217, 0.03898016735911369, 0.016516413539648056, 0.03711714595556259, -0.01348900143057108, -0.04625312238931656, -0.015719255432486534, -0.012647058814764023, -0.001785770058631897, 0.055389098823070526, 0.011921553872525692, -0.012342525646090508, -0.04894017428159714, -0.0631636381149292, -0.05198550224304199, 0.06771371513605118, 0.05370521545410156, 0.0011487148003652692, 0.03491376340389252, -0.0023892370518296957, -0.019633393734693527, 0.007331173866987228, -0.018137602135539055, 0.03315822407603264, -0.009118063375353813, 0.02513289451599121, 0.055209964513778687, 0.03570196405053139, 0.0017577798571437597, -0.011625978164374828, -0.025741958990693092, -0.004612772725522518, 0.007358044385910034, -0.015781952068209648, 0.015011664479970932, -0.0821879655122757, -0.025347858667373657, 0.04980003088712692, -0.019472170621156693, 0.05026578903198242, -0.06950508058071136, 0.0017152349464595318, -0.03373146057128906, 0.03319405019283295, 0.005392017774283886, 0.0043060011230409145, -0.03804865851998329, 0.014545908197760582, 0.014151807874441147, -0.01167971920222044, 0.009225545451045036, 0.005038222763687372, 0.02939634956419468, 0.0013110574800521135, 0.03073987551033497, -0.026028577238321304, 0.03511081263422966, -0.007044554688036442, 0.003889507846906781, 0.009001624770462513, 0.012458965182304382, -0.05983169376850128, -0.02155015803873539, 0.03708131983876228, -0.07140392810106277, -0.004070884082466364, -0.04528578370809555, 0.027766205370426178, 0.007855148985981941, -0.05058823525905609, -0.0030699570197612047, -0.014348858036100864, -0.037367936223745346, -0.006081694271415472, 0.014277203008532524, 0.003331944579258561, -0.04682635888457298, -0.03333735838532448, 0.01997375302016735, -0.04055657237768173, 0.0051188343204557896, -0.06585069000720978, 0.02638685144484043, 0.03434052690863609, -0.013569612987339497, -0.00023707636864855886, 0.025706131011247635, -0.05316780507564545, -0.02898433431982994, -0.010990043170750141, 0.022911597043275833, 0.004711297806352377, 0.027945341542363167, -0.04625312238931656, -0.02210548147559166, -0.029378436505794525, -0.03790534660220146, -0.033874768763780594, -0.001999614527449012, -0.00038570392644032836, 0.017358357086777687, -0.03278203681111336, 0.013659181073307991, 0.03487793728709221, 0.10103315860033035, -0.015450549311935902, 0.008862793445587158, 0.049764204770326614, -0.024452174082398415, 0.03641851246356964, -0.009350941516458988, -0.023234043270349503, -0.047112978994846344, -0.06233960762619972, -0.005898079369217157, -0.023341525346040726, 0.028357356786727905, -0.02359231747686863, 0.040198300033807755, -0.0599033460021019, -0.020779868587851524, 0.02341317944228649, -0.03631103038787842, 0.04671887680888176, 0.0022761570289731026, 0.03659765049815178, -0.013112814165651798, 0.010640726424753666, -0.03247750177979469, 0.035236209630966187, -0.016462672501802444, 0.03516455367207527, 0.0032916388008743525, 0.027694549411535263, -0.048653554171323776, -0.038801033049821854, -0.008182073943316936, 0.00057603680761531, -0.034071821719408035, 0.06796450167894363, -0.04109398275613785, -0.03711714595556259, -0.014026411809027195, -0.012897850014269352, 0.009906264953315258, -0.01033619325608015, 0.049907512962818146, 0.0005911514745093882, 0.01666867919266224, 0.00003456780541455373, -0.007998458109796047, 0.03213714435696602, 0.0278736874461174, 0.004019381944090128, -0.04890434816479683, 0.043637726455926895, 0.02939634956419468, -0.1003166139125824, 0.019776703789830208, -0.002198904287070036, 0.030489083379507065, -0.00780140794813633, -0.05864939093589783, 0.013569612987339497, 0.050839025527238846, 0.02986210584640503, 0.03315822407603264, 0.009655473753809929, 0.014196591451764107, 0.0446050651371479, 0.029808364808559418, 0.0031572862062603235, -0.01751062273979187, -0.040198300033807755, 0.056499749422073364, -0.007935760542750359, 0.03330153226852417, -0.005051658023148775, 0.02875145711004734, -0.03998333588242531, -0.01520871464163065, -0.05216463655233383, 0.034806281328201294, 0.010372021235525608, 0.004574706312268972, 0.03500333055853844, 0.029020162299275398, -0.004046252463012934, 0.00375067675486207, -0.011196049861609936, -0.023162389174103737, 0.07588235288858414, 0.04732794314622879, -0.03502124547958374, -0.012029035948216915, 0.008791138418018818, 0.05732377618551254, -0.046468086540699005, 0.043494414538145065, -0.019167637452483177, 0.019024329259991646, -0.052272118628025055, -0.026601815596222878, -0.023789366707205772, 0.05488751828670502, -0.002185469027608633, 0.008961318992078304, -0.0029020162764936686, -0.041774701327085495, -0.03371354565024376, -0.011769288219511509, -0.06169471517205238, 0.038801033049821854, -0.009077757596969604, -0.020600732415914536, -0.01797637902200222, -0.051627226173877716, -0.005938385147601366, -0.031474336981773376, 0.017958464100956917, 0.06266205757856369, 0.02819613367319107, 0.009050887078046799, 0.048044491559267044, 0.07086651772260666, 0.04374520853161812, 0.00375067675486207, 0.061193130910396576, -0.0015416961396113038, -0.008625437505543232, 0.00810146238654852, 0.018361521884799004, -0.041452255100011826, -0.0017454642802476883, -0.0015293804462999105, -0.005853294860571623, 0.009413639083504677, 0.015710297971963882, -0.027372103184461594, -0.04048491641879082, -0.01714339293539524, -0.00933302752673626, -0.052737876772880554, -0.01558490190654993, -0.030919011682271957, -0.014510081149637699, 0.006399662233889103, -0.08354940265417099, 0.0033520974684506655, 0.013829361647367477, 0.04833110794425011, 0.031277287751436234, 0.009530077688395977, 0.03136685490608215, -0.023466920480132103, 0.019848357886075974, 0.010909431613981724, -0.04639643058180809, 0.02085152454674244, 0.05323945730924606, -0.027228794991970062, 0.0065653640776872635, -0.009306157007813454, -0.016776161268353462, 0.04091484472155571, -0.026225628331303596, 0.003600649768486619, -0.11464755237102509, 0.037869520485401154, -0.023162389174103737, 0.015611772425472736, -0.0482952818274498, 0.026028577238321304, 0.05198550224304199, -0.016050657257437706, 0.027192967012524605, -0.00893892627209425, 0.007143080234527588, -0.018191343173384666, 0.1054040938615799, 0.0320475734770298, -0.046933840960264206, -0.05130477994680405, -0.012781411409378052, 0.018182385712862015, 0.0009287123684771359, -0.02341317944228649, -0.009440509602427483, -0.03487793728709221, 0.07283702492713928, 0.06169471517205238, -0.020009580999612808, 0.02400433085858822, -0.014483210630714893, -0.018773537129163742, 0.015405764803290367, 0.027103397995233536, 0.017824111506342888, -0.09365271776914597, 0.025562822818756104, 0.047901179641485214, 0.03500333055853844, 0.01941842958331108, 0.006937072612345219, 0.02828570082783699, 0.02215922251343727, 0.10303948819637299, -0.03487793728709221, 0.001990657765418291, -0.0016502977814525366, -0.016077527776360512, 0.018881019204854965, -0.01584465056657791, -0.0673196092247963, -0.03487793728709221, 0.02224879153072834, 0.01635519042611122, 0.07326695322990417, 0.035325776785612106 ]
10,473
alika.auth_service
AuthService
null
class AuthService: def __init__(self, base_url: str): self.api_service = APIService(base_url) def send_verification_code(self, phone_number: str) -> Dict: return self.api_service.send_verification_code(phone_number) def verify_code(self, phone_number: str, verification_code: str) -> Dict: return self.api_service.verify_code(phone_number, verification_code) def login(self, phone_number: str, token: str) -> Dict: return self.api_service.login(phone_number, token)
(base_url: str)
[ -0.0064912582747638226, -0.05053700879216194, -0.02364327199757099, 0.05061440169811249, 0.004573386628180742, -0.06485453993082047, -0.07301940023899078, 0.043223459273576736, 0.00766181293874979, -0.008189046755433083, 0.04128865897655487, -0.007124905474483967, 0.0085082883015275, -0.02501698024570942, -0.010409231297671795, -0.021244117990136147, 0.04244954138994217, 0.005746359936892986, -0.00801007729023695, -0.12460120022296906, 0.0156041719019413, 0.07611507922410965, 0.03925711661577225, 0.02596503309905529, 0.006142993923276663, 0.06926588714122772, -0.0187578983604908, 0.004551620222628117, 0.043803900480270386, -0.005320703610777855, -0.006452562287449837, 0.03430402651429176, 0.011734569445252419, 0.055954452604055405, -0.0011711594415828586, -0.024630019441246986, 0.039353858679533005, 0.05107875540852547, -0.1306377798318863, 0.03173074126243591, -0.029660504311323166, 0.018438655883073807, 0.04689958319067955, 0.018090391531586647, 0.013146975077688694, 0.04070821776986122, -0.033626846969127655, 0.0640806183218956, 0.02445588819682598, -0.025055676698684692, -0.034574899822473526, -0.037844713777303696, -0.014627098105847836, -0.016465159133076668, 0.04430694878101349, 0.02668090909719467, 0.01987040974199772, 0.007613442838191986, 0.01036086119711399, 0.005523857660591602, -0.04740263149142265, -0.018303219228982925, 0.0008724744548089802, 0.0008724744548089802, 0.03683861717581749, 0.03798015043139458, -0.09387655556201935, 0.055257923901081085, 0.03076334111392498, 0.03720622882246971, 0.05723142251372337, 0.005697989836335182, -0.024494584649801254, -0.00678147841244936, 0.1040923073887825, 0.049414824694395065, -0.03076334111392498, -0.058547087013721466, -0.011376631446182728, 0.0010532574960961938, 0.03681926801800728, -0.023314354941248894, -0.02772570215165615, 0.0014946339651942253, 0.038192976266145706, -0.008493777364492416, 0.02969919890165329, -0.07530246675014496, 0.010602710768580437, 0.06268756091594696, -0.05808273330330849, 0.004384743515402079, -0.041791707277297974, -0.006950773764401674, 0.02712591364979744, -0.01731647178530693, -0.009364438243210316, 0.010786517523229122, -0.044848695397377014, 0.011976419948041439, -0.004769285209476948, 0.045777399092912674, -0.04875699058175087, 0.05123353749513626, 0.034439463168382645, -0.05990144610404968, -0.0031029374804347754, -0.0371868796646595, 0.00980460550636053, 0.04593218117952347, -0.037844713777303696, -0.0074489847756922245, -0.03558099642395973, 0.028596362099051476, -0.012344032526016235, 0.014956014230847359, 0.030550511553883553, -0.009712702594697475, -0.058392301201820374, 0.020624982193112373, -0.015681564807891846, -0.014917317777872086, 0.007811760064214468, 0.04113387688994408, 0.03192422166466713, -0.00018531768000684679, -0.016116894781589508, -0.011782939545810223, 0.04279780387878418, -0.07363853603601456, 0.0031682371627539396, 0.013427521102130413, 0.04128865897655487, 0.008406711742281914, 0.027977226302027702, 0.005214289296418428, -0.01872887648642063, 0.029641155153512955, -0.011483045294880867, 0.057618383318185806, -0.013021213002502918, 0.06396453082561493, -0.0561092384159565, -0.027183957397937775, 0.016126569360494614, -0.013379151001572609, -0.024997632950544357, -0.026216557249426842, 0.01239240262657404, -0.016165263950824738, 0.017268100753426552, -0.028209403157234192, 0.04523565247654915, -0.00437506940215826, -0.04442303627729416, -0.035948608070611954, 0.02317892014980316, -0.03399445861577988, 0.037244923412799835, 0.0018489444628357887, -0.023894796147942543, -0.021224770694971085, 0.009572429582476616, -0.10006792098283768, 0.01606852374970913, 0.00047160781105048954, -0.011483045294880867, -0.02536524459719658, -0.019377034157514572, -0.002218975219875574, -0.03380097821354866, -0.02913810685276985, -0.06500932574272156, -0.014694815501570702, 0.018458005040884018, -0.041211266070604324, 0.049879178404808044, -0.026158513501286507, 0.010805864818394184, 0.03229183331131935, -0.013437194749712944, -0.001168136252090335, -0.06435149163007736, 0.024649368599057198, 0.013224367052316666, 0.03215639665722847, 0.03053116425871849, 0.04469390958547592, 0.0014281251933425665, 0.029970072209835052, -0.049066562205553055, -0.0002870458993129432, 0.028228750452399254, -0.022753262892365456, 0.0022794378455728292, 0.01922225020825863, 0.024591324850916862, 0.017790498211979866, -0.014124048873782158, -0.061217110604047775, -0.009606288745999336, 0.02317892014980316, 0.021843906491994858, 0.005523857660591602, -0.009664332494139671, 0.014578728005290031, -0.002338691148906946, 0.014926991425454617, -0.04724784567952156, -0.037709277123212814, -0.006051091011613607, -0.07468333095312119, -0.05703794211149216, 0.04032125696539879, -0.002099259290844202, -0.0011596714612096548, 0.09704963117837906, -0.01472383737564087, 0.06106232851743698, 0.037244923412799835, 0.0509626641869545, -0.006505769211798906, -0.023662619292736053, -0.0371868796646595, 0.018119413405656815, 0.08992956578731537, 0.007787575013935566, 0.01432720385491848, -0.05088527500629425, -0.09186436235904694, 0.04012778028845787, -0.027319394052028656, 0.007545724976807833, 0.008667909540235996, -0.030105507001280785, -0.14750924706459045, 0.04024386778473854, -0.029273543506860733, 0.016010480001568794, -0.01309860497713089, 0.07677291333675385, 0.01822582818567753, 0.03658709302544594, 0.032698143273591995, -0.06106232851743698, -0.017858216539025307, -0.025558724999427795, 0.008634050376713276, 0.0012050183722749352, -0.02372066304087639, -0.04155953228473663, -0.02770635485649109, -0.006380007136613131, -0.018090391531586647, 0.010031945072114468, -0.049995265901088715, -0.029892679303884506, 0.03765123337507248, 0.03695470467209816, 0.025113720446825027, 0.022134127095341682, 0.008842041715979576, -0.010950975120067596, 0.021959993988275528, -0.022617826238274574, -0.03331727907061577, 0.018419308587908745, 0.009765909053385258, 0.07046546041965485, -0.00602206913754344, 0.1535458266735077, 0.0006566231604665518, 0.01912551000714302, 0.01180228777229786, -0.01872887648642063, -0.027164610102772713, -0.023101527243852615, 0.0343620702624321, -0.019715625792741776, -0.06462236493825912, 0.0037172369193285704, -0.05529662221670151, 0.019512470811605453, 0.002356829820200801, 0.044152166694402695, -0.013785459101200104, 0.03871537372469902, 0.032678794115781784, 0.01010933704674244, -0.011899027973413467, 0.031130952760577202, -0.02047019824385643, -0.015255908481776714, -0.012827732600271702, -0.011570111848413944, -0.056534893810749054, -0.07870771735906601, -0.0114540234208107, 0.04159822687506676, -0.053864866495132446, 0.0002485010481905192, 0.0416756197810173, 0.0028030434623360634, -0.011860331520438194, 0.026855042204260826, 0.00003453922545304522, 0.015023731626570225, -0.010457600466907024, -0.02397218719124794, 0.016842445358633995, 0.018206480890512466, 0.005320703610777855, -0.0439973808825016, -0.027667658403515816, 0.005789892747998238, -0.002416083123534918, -0.03919907286763191, 0.016977882012724876, 0.005020809359848499, 0.0687241405248642, -0.0040002018213272095, 0.06326799839735031, 0.0016772308154031634, 0.017635714262723923, 0.05858578160405159, 0.012489141896367073, 0.017674408853054047, 0.01638776622712612, -0.01480122935026884, -0.008793671615421772, -0.05881796032190323, 0.015120471827685833, 0.03264009580016136, -0.03709014132618904, 0.03418793901801109, -0.04388129338622093, 0.009780420921742916, -0.05235572159290314, -0.006113972049206495, -0.03778667002916336, -0.024301104247570038, -0.08660170435905457, -0.029892679303884506, 0.016378093510866165, -0.001521237543784082, -0.04186910018324852, -0.00233627250418067, -0.03637426346540451, 0.016329722478985786, -0.07019458711147308, -0.02937028370797634, 0.01859343983232975, 0.061217110604047775, 0.02269521914422512, 0.05599314719438553, -0.02410762384533882, -0.028035270050168037, -0.030144203454256058, 0.027996573597192764, -0.042759109288454056, 0.04535174369812012, -0.022288911044597626, -0.06477714329957962, 0.03147921711206436, -0.06926588714122772, -0.025906989350914955, 0.0035044087562710047, -0.06477714329957962, 0.05897274240851402, -0.00217906991019845, -0.004203355871140957, -0.04082430526614189, -0.03509729355573654, 0.007690835278481245, 0.03919907286763191, 0.01713266596198082, 0.047750893980264664, 0.02035410888493061, -0.04922134429216385, 0.06907240301370621, 0.034536201506853104, 0.02397218719124794, 0.015710586681962013, 0.03331727907061577, 0.03844450041651726, -0.043687812983989716, 0.004140474833548069, 0.008261601440608501, 0.033859021961688995, 0.027745049446821213, -0.012450446374714375, -0.013146975077688694, -0.04728654399514198, -0.0051514082588255405, 0.01309860497713089, -0.03405250236392021, -0.07816597074270248, 0.016861792653799057, -0.032330527901649475, -0.010631732642650604, 0.030840732157230377, -0.018622461706399918, 0.08420255035161972, 0.014888295903801918, 0.031266387552022934, 0.018554743379354477, 0.012556860223412514, -0.016194285824894905, 0.005277170334011316, 0.022869350388646126, -0.06833717972040176, -0.011502393521368504, -0.009722376242280006, -0.04159822687506676, 0.0027474178932607174, -0.019560841843485832, 0.014752860181033611, 0.03587121516466141, 0.03892820328474045, 0.040863003581762314, 0.03587121516466141, 0.011047715321183205, -0.013514586724340916, 0.02548133209347725, -0.06288104504346848, 0.0634227842092514, 0.009973900392651558, 0.010089988820254803, -0.008140676654875278, -0.016281353309750557, 0.04210127517580986, 0.07549594342708588, -0.08358341455459595, -0.06276495009660721, 0.02900267206132412, 0.009519222192466259, -0.01870952919125557, 0.006254245061427355, 0.0035310122184455395, -0.03507794812321663, -0.007879477925598621, 0.0237400121986866, -0.014017635025084019, -0.00013883710198570043, 0.03196291625499725, -0.026855042204260826, -0.01949312351644039, 0.01636841893196106, 0.0679115280508995, -0.04272041097283363, -0.00006669773574685678, -0.007831107825040817, 0.002839320804923773, 0.02012193389236927, -0.015410692431032658, -0.02536524459719658, -0.007971380837261677, -0.0012183202197775245, 0.028615711256861687, -0.005098201334476471, 0.013998286798596382, -0.018071044236421585, -0.0463191419839859, 0.014578728005290031, -0.026274600997567177, 0.054909661412239075, 0.02362392283976078, 0.03422663360834122, -0.010031945072114468, -0.007555399090051651, 0.02186325378715992, -0.043223459273576736, -0.015565476380288601, 0.01859343983232975, 0.0021367461886256933, 0.04326215758919716, 0.05587705969810486, -0.017790498211979866, -0.054097045212984085, -0.017722779884934425, 0.0003038242575712502, 0.053980953991413116, -0.02126346528530121, 0.030434424057602882, 0.026932433247566223, -0.05038222670555115, 0.05251050740480423, -0.018003325909376144, 0.03503924980759621, -0.05599314719438553, -0.004171915352344513, 0.038289718329906464, 0.024243060499429703, 0.03159530460834503, -0.024378495290875435, 0.02490089274942875, -0.0406695231795311, -0.01822582818567753, -0.0014680305030196905, -0.02654547430574894, 0.01513982005417347, 0.024533281102776527, 0.021205421537160873, -0.002040005987510085, 0.0434943325817585, 0.01754864677786827, -0.11601068824529648, 0.008793671615421772, -0.017538974061608315, 0.03356880322098732, -0.011792614124715328, -0.011560437269508839, 0.006452562287449837, -0.059824056923389435, -0.010380208492279053, -0.008227742277085781, -0.05100136250257492, -0.0093789491802454, -0.06419670581817627, 0.02631329745054245, 0.006916914600878954, 0.025442637503147125, 0.056650981307029724, 0.035948608070611954, 0.005712500773370266, 0.008851716294884682, -0.006394518073648214, -0.007831107825040817, 0.03517468646168709, 0.013795132748782635, -0.015265582129359245, 0.0023556204978376627, -0.0005423490074463189, -0.02255978249013424, 0.049298737198114395, -0.05417443439364433, -0.07108459621667862, -0.07290331274271011, 0.01117347739636898, -0.017519624903798103, 0.005683478899300098, 0.053516604006290436, -0.07062024623155594, -0.01638776622712612, -0.059475790709257126, -0.040050387382507324, -0.031266387552022934, 0.043571725487709045, -0.04740263149142265, -0.029157456010580063, 0.036219481378793716, -0.017055273056030273, 0.04887308180332184, -0.02422371134161949, -0.014017635025084019, -0.005557716824114323, -0.006128482986241579, 0.008155187591910362, 0.013224367052316666, -0.013882199302315712, -0.002817554399371147, 0.03811558336019516, -0.10208011418581009, 0.01896105334162712, -0.07897859066724777, -0.029660504311323166, 0.021379554644227028, 0.0044476245529949665, -0.024533281102776527, -0.009461178444325924, 0.020779766142368317, -0.002241950947791338, 0.004660452716052532, 0.03861863166093826, -0.010660755448043346, 0.04256562888622284, -0.00169536960311234, 0.014926991425454617, 0.027048522606492043, 0.004075175151228905, 0.026371341198682785, -0.01597178541123867, -0.04113387688994408, -0.05088527500629425, -0.03627752512693405, -0.0400116890668869, -0.03627752512693405, -0.02492024004459381, 0.045777399092912674, -0.005059505347162485, -0.040050387382507324, -0.035503603518009186, -0.030898775905370712, -0.01924159936606884, -0.044384341686964035, 0.057579685002565384, -0.05928231030702591, -0.009146773256361485, 0.012643926776945591, 0.012140878476202488, -0.012760014273226261, 0.05518053099513054, -0.016194285824894905, -0.06996241211891174, 0.0566122867166996, -0.009403133764863014, -0.06067536771297455, -0.04268171638250351, -0.03294966742396355, -0.015159168280661106, 0.0183419156819582, 0.010854234918951988, 0.039566684514284134, 0.00023444350517820567, 0.041211266070604324, 0.03848319873213768, -0.037012748420238495, 0.007323222700506449, 0.009746561758220196, -0.0164361372590065, 0.03238857164978981, -0.0032577216625213623, -0.015584824606776237, 0.06117841601371765, -0.005044994410127401, -0.007100720889866352, 0.06578323990106583, -0.005311029497534037, -0.04570000618696213, -0.036084044724702835, 0.0034802237059921026, 0.038521893322467804, -0.021321510896086693, -0.01576863043010235, 0.03178878501057625, -0.01496568787842989, 0.04124996438622475, 0.0009873532690107822, 0.013514586724340916, 0.03039572760462761, -0.014249810948967934, -0.022850003093481064, -0.008653398603200912, -0.002570867305621505, 0.01480122935026884, 0.03335597366094589, -0.04643522948026657, -0.029273543506860733, 0.04933743178844452, -0.047054365277290344, -0.05707663670182228, 0.03614208847284317, 0.0014885877026244998, 0.03563904017210007, -0.03424598276615143, -0.06609281152486801, 0.016494181007146835, 0.02083780989050865, 0.05518053099513054, 0.009151609614491463, -0.043919987976551056, 0.04411346837878227, 0.056302718818187714, -0.025694161653518677, -0.04720915108919144, -0.00927253533154726, 0.03697405382990837, -0.018922356888651848, 0.02292739599943161, 0.03393641486763954, 0.06253277510404587, 0.007729531265795231, 0.04407477378845215, 0.023314354941248894, 0.03217574581503868, -0.010380208492279053, 0.013466216623783112, -0.07282592356204987, 0.02596503309905529, 0.038889504969120026, -0.017771149054169655, 0.024030232802033424, 0.0019505214877426624, -0.000052375675295479596, -0.0006650879513472319, 0.032794881612062454, 0.04956961050629616, -0.004476646427065134, -0.04070821776986122, -0.015875045210123062, -0.05417443439364433, -0.013862851075828075, 0.003441527718678117, -0.052703987807035446, 0.006718597374856472, 0.017867889255285263, -0.06880153715610504, -0.057463597506284714, 0.02594568580389023, 0.06450627744197845, 0.009790094569325447, -0.018458005040884018, -0.0051030381582677364, 0.024378495290875435, 0.022985439747571945, -0.012614903971552849, 0.017819520086050034, -0.0009093565749935806, 0.0418304018676281, -0.04891177639365196, 0.026932433247566223, -0.017335819080471992, 0.06798891723155975, -0.03265944495797157, 0.015226885676383972, 0.042178668081760406, -0.021785862743854523, 0.02795787900686264, 0.025771552696824074, -0.00047130550956353545, 0.0011161385336890817, -0.012034463696181774, 0.038076888769865036, -0.05781186372041702, 0.025984380394220352, -0.021592382341623306, 0.014636771753430367, -0.028731798753142357, 0.021611729636788368, 0.030821384862065315, -0.04260432347655296, -0.008024588227272034, -0.08188079297542572, 0.05111744999885559, -0.0572701171040535, -0.06048188731074333, -0.01696820743381977, -0.012102182023227215, -0.00470640417188406, 0.055838365107774734, 0.025307200849056244, -0.032794881612062454, 0.05533531680703163, -0.016097547486424446, 0.027164610102772713, 0.028480274602770805, 0.04295258969068527, -0.05908882990479469, 0.010196402668952942, -0.0003434272366575897, 0.011608807370066643, 0.031034212559461594, 0.0017993651563301682, -0.02805461920797825, -0.017800170928239822, 0.039566684514284134, -0.0332011915743351, 0.0032867437694221735, 0.033278580754995346, -0.011444349773228168, -0.011734569445252419, -0.01940605603158474, -0.014578728005290031, -0.04573870077729225, 0.04008908197283745, 0.045661311596632004, 0.015575150027871132, 0.056650981307029724 ]
10,474
alika.auth_service
__init__
null
def __init__(self, base_url: str): self.api_service = APIService(base_url)
(self, base_url: str)
[ -0.03786215931177139, -0.036739908158779144, -0.04845914617180824, -0.007874151691794395, -0.0127403037622571, 0.004022164270281792, -0.015545929782092571, 0.07509879767894745, -0.010394616052508354, 0.039223577827215195, 0.03320757672190666, 0.03000640496611595, 0.013227839022874832, -0.0002151650987798348, 0.011682444252073765, 0.020218906924128532, 0.04985736310482025, -0.000834213919006288, 0.01143407728523016, -0.10383577644824982, -0.00961272045969963, 0.03644554689526558, 0.000948048778809607, 0.035709645599126816, 0.03797254338860512, 0.08065485954284668, 0.010955741629004478, 0.0020720241591334343, 0.04029063507914543, -0.04474284127354622, 0.006195375230163336, 0.022132253274321556, -0.018618321046233177, 0.07793202251195908, 0.03398027643561363, 0.0012809294275939465, 0.014920413494110107, 0.023015335202217102, -0.1592492014169693, 0.043050266802310944, 0.029252104461193085, 0.00841228011995554, 0.000053575677156914026, 0.0029551065526902676, 0.06321398168802261, 0.027081193402409554, -0.032766036689281464, 0.045037202537059784, -0.02192988060414791, -0.003382849507033825, -0.0703522339463234, 0.008807826787233353, -0.006094188429415226, 0.006282763555645943, 0.003870384767651558, 0.06277244538068771, 0.019115054979920387, 0.07362699508666992, -0.011673245579004288, 0.04993095248937607, -0.07031543552875519, 0.010661380365490913, 0.039591528475284576, -0.0004001467314083129, 0.010918946005403996, 0.032232508063316345, -0.11016453057527542, 0.050409287214279175, 0.034256238490343094, 0.05213865637779236, 0.08808746933937073, 0.03907639533281326, -0.04768645018339157, 0.006521931383758783, 0.07690176367759705, 0.023438479751348495, -0.00655412720516324, -0.06468578428030014, -0.037236642092466354, -0.011259300634264946, 0.027044398710131645, -0.005418078508228064, -0.047980811446905136, -0.012731105089187622, 0.04054820165038109, -0.03199334070086479, -0.014718039892613888, -0.09228210896253586, -0.00854566227644682, 0.08308333903551102, -0.09279724210500717, 0.03131262958049774, -0.06041755527257919, -0.0016339324647560716, 0.018342357128858566, -0.026106124743819237, -0.014892817474901676, -0.04569951444864273, -0.010882151313126087, -0.012675912119448185, -0.008347888477146626, 0.019299030303955078, -0.055597398430109024, -0.0014062627451494336, 0.034403420984745026, -0.047980811446905136, 0.021819494664669037, -0.03594881296157837, -0.014221306890249252, 0.00861925259232521, 0.014957208186388016, 0.01457086019217968, -0.017302896827459335, 0.05162352696061134, -0.04853273928165436, 0.0284242145717144, -0.004472904372960329, -0.003166678361594677, 0.009667912498116493, 0.0001027675680234097, -0.02417438104748726, 0.003925577271729708, -0.011728438548743725, 0.048569533973932266, 0.0843343734741211, 0.0036266171373426914, -0.018572326749563217, 0.009465539827942848, 0.02733875997364521, -0.0604543499648571, 0.031919751316308975, 0.009437942877411842, -0.03410905972123146, -0.012804695405066013, 0.03221410885453224, -0.0067105065099895, -0.01853553205728531, 0.025149451568722725, -0.053831230849027634, 0.053021740168333054, -0.04095294699072838, 0.059792038053274155, -0.0016350822988897562, -0.036243174225091934, 0.004413112532347441, 0.006889882497489452, -0.02805626392364502, -0.013485404662787914, -0.01292427908629179, 0.004999534226953983, 0.008476671762764454, -0.004081956576555967, 0.037291835993528366, -0.006043595261871815, -0.05066685378551483, -0.05629650503396988, 0.003226470435038209, -0.008016732521355152, 0.07646021991968155, -0.008582456968724728, -0.004054360091686249, 0.014948009513318539, 0.010422212071716785, -0.10022985190153122, -0.03298680856823921, -0.001360268914140761, -0.013494603335857391, -0.03418264910578728, -0.005261699203401804, 0.022169047966599464, -0.031147053465247154, -0.05033569782972336, -0.07105133682489395, -0.014037330634891987, 0.019556596875190735, -0.039186783134937286, 0.043050266802310944, -0.0005136940744705498, 0.015720706433057785, 0.05883536487817764, 0.01809399016201496, -0.012050395831465721, -0.04709772765636444, -0.016383018344640732, 0.002310042502358556, -0.013053062371909618, 0.012197575531899929, 0.07086736708879471, -0.0019328925991430879, 0.06645195186138153, -0.00736361974850297, -0.006540329195559025, 0.03992268443107605, -0.054567135870456696, 0.01014624908566475, -0.009318359196186066, 0.039996273815631866, -0.015444743447005749, -0.01826876774430275, 0.04073217511177063, -0.037788569927215576, 0.06350834667682648, 0.006926677655428648, 0.0003078714944422245, 0.03637195751070976, -0.00953913014382124, -0.011903215199708939, -0.032361291348934174, -0.04831196740269661, -0.012344756163656712, -0.009138982743024826, -0.01863671839237213, -0.03280283138155937, 0.015352755784988403, -0.028350625187158585, -0.0070416624657809734, 0.007432610262185335, -0.009014799259603024, 0.05714279040694237, 0.00841228011995554, 0.057805102318525314, -0.0072900294326245785, 0.012510334141552448, -0.05603893846273422, -0.03197494149208069, 0.05243301764130592, 0.025425415486097336, -0.006636916194111109, -0.07425251603126526, -0.05662766098976135, -0.005376684013754129, -0.04529476910829544, 0.0428662933409214, 0.02146994136273861, 0.02945447899401188, -0.09485776722431183, 0.02327290177345276, -0.004475204274058342, -0.01177443191409111, -0.05703240633010864, 0.08058127015829086, 0.014846823178231716, -0.00044556567445397377, -0.016429012641310692, -0.05714279040694237, 0.015987470746040344, -0.07866792380809784, 0.01660378836095333, 0.0015246969414874911, -0.03477137163281441, 0.03845088183879852, -0.03250847011804581, -0.03499213978648186, -0.0032908618450164795, -0.0016948743723332882, -0.07392136007547379, -0.03175417333841324, 0.0017535164952278137, 0.024303164333105087, -0.006245968397706747, -0.00897340476512909, 0.009962273761630058, -0.01017384510487318, 0.07977177947759628, -0.039186783134937286, -0.008807826787233353, 0.032269302755594254, -0.0077637662179768085, 0.04327103868126869, -0.004709772765636444, 0.16704975068569183, 0.015867887064814568, 0.04654580354690552, 0.01786402054131031, -0.045441947877407074, -0.047980811446905136, -0.03090788424015045, -0.020991604775190353, -0.03631676360964775, -0.03765978664159775, 0.046987343579530716, -0.04065858572721481, 0.05287456139922142, 0.01963018625974655, 0.025701377540826797, -0.06715106219053268, 0.03460579365491867, 0.07274391502141953, -0.036022402346134186, -0.03280283138155937, 0.033317964524030685, 0.01651180163025856, -0.027136387303471565, 0.01071657333523035, -0.031827762722969055, -0.015444743447005749, -0.04687695950269699, 0.04731849953532219, 0.016401415690779686, -0.047796834260225296, -0.01948300562798977, 0.0022847456857562065, -0.024928681552410126, 0.021948277950286865, -0.006738102994859219, -0.02038448490202427, 0.015085991472005844, 0.0073958151042461395, 0.0044913021847605705, 0.01794680953025818, 0.062183719128370285, 0.022224240005016327, -0.03320757672190666, 0.012869086116552353, -0.015555128455162048, 0.006742702331393957, -0.008485870435833931, -0.03637195751070976, 0.0001075825493899174, 0.04809119552373886, -0.03694228082895279, 0.033538732677698135, 0.01664058491587639, -0.0225553959608078, 0.03309719264507294, 0.06509052962064743, 0.036923885345458984, 0.024836692959070206, -0.03405386582016945, -0.00820990651845932, -0.02693401463329792, 0.020145317539572716, 0.005045528057962656, -0.03145981207489967, 0.0009486236958764493, -0.06729824095964432, -0.022481806576251984, -0.07182403653860092, 0.008421478793025017, -0.033722709864377975, 0.01871950738132, -0.015223972499370575, -0.051807500422000885, 0.024008803069591522, 0.008527264930307865, -0.027504337951540947, 0.01337501872330904, -0.054419953376054764, 0.03258206322789192, -0.08080203831195831, -0.04257193207740784, 0.01121330726891756, 0.051991477608680725, 0.06446501612663269, 0.054824698716402054, -0.016254235059022903, -0.04157846421003342, -0.020642051473259926, 0.0038450879510492086, -0.042645521461963654, 0.017983606085181236, -0.016576193273067474, -0.058945752680301666, 0.03239808604121208, -0.04168884828686714, -0.029748838394880295, 0.04610425978899002, -0.05291135609149933, 0.037199847400188446, -0.024339959025382996, -0.0027067395858466625, -0.036243174225091934, -0.0029022134840488434, 0.02178269997239113, 0.01425810158252716, 0.005804426968097687, -0.0010687826434150338, -0.04172564297914505, -0.03307879716157913, 0.05662766098976135, -0.006728903856128454, 0.035304900258779526, 0.020494870841503143, 0.02246340923011303, 0.03721824288368225, -0.042203981429338455, -0.001602886593900621, 0.013660181313753128, 0.0496365912258625, 0.03775177150964737, 0.034752972424030304, -0.029252104461193085, -0.045809902250766754, 0.023806430399417877, 0.021414749324321747, -0.08013972640037537, -0.009175778366625309, -0.006889882497489452, 0.0056342496536672115, 0.008968805894255638, 0.060343965888023376, -0.011194908991456032, 0.06501694023609161, 0.02457912638783455, 0.02227943390607834, -0.005878017283976078, 0.039591528475284576, 0.0019248437602072954, 0.00058498460566625, 0.010164646431803703, -0.03690548613667488, -0.039775505661964417, -0.07465726137161255, -0.04595708101987839, -0.01764325052499771, -0.001968537922948599, 0.019372619688510895, 0.02286815457046032, 0.016796963289380074, 0.0019466908415779471, 0.03081589750945568, 0.019409416243433952, 0.014938810840249062, 0.006448341533541679, -0.040621791034936905, 0.05070364847779274, 0.013089857064187527, -0.02066044881939888, 0.03637195751070976, -0.023107323795557022, 0.013853355310857296, 0.06435462832450867, -0.0532425120472908, -0.05651727318763733, 0.050814032554626465, 0.022500203922390938, -0.008347888477146626, -0.0126299187541008, -0.0033805498387664557, 0.011756034567952156, -0.049415819346904755, -0.02901293709874153, 0.03072390891611576, 0.028387419879436493, 0.012068793177604675, 0.005045528057962656, -0.04227757081389427, 0.007124451454728842, 0.04672977700829506, -0.07653380930423737, -0.04349181056022644, -0.031551800668239594, 0.02016371488571167, -0.020402884110808372, -0.010477405041456223, -0.09794855862855911, -0.012151582166552544, 0.008531863801181316, 0.036298368126153946, 0.019391018897294998, 0.0036266171373426914, -0.023438479751348495, 0.005652647465467453, -0.028902551159262657, -0.038782037794589996, 0.023070527240633965, 0.04776003956794739, 0.017882419750094414, 0.02571977488696575, -0.006669112015515566, -0.010183043777942657, 0.018425146117806435, -0.0005007582949474454, -0.005965405609458685, -0.005712439306080341, 0.03736542537808418, 0.014248902909457684, -0.02034769020974636, -0.011029331013560295, -0.04065858572721481, -0.007694775238633156, 0.028442613780498505, 0.0033000605180859566, 0.04146808013319969, -0.0038220910355448723, -0.04172564297914505, -0.013632584363222122, 0.0011728438548743725, 0.02296014316380024, -0.0433078333735466, -0.007161246612668037, 0.07675457745790482, -0.024431947618722916, 0.024376753717660904, -0.01583109237253666, 0.03668471425771713, -0.006048194598406553, 0.02783549390733242, 0.0266212560236454, 0.009934676811099052, 0.02941768243908882, 0.01402813196182251, -0.01376136764883995, -0.008467472158372402, 0.003127583535388112, -0.005376684013754129, -0.0942690446972847, 0.00015436694957315922, -0.024689512327313423, 0.004971938207745552, -0.005091521888971329, 0.009529931470751762, -0.037549398839473724, 0.0026929413434118032, 0.01917024701833725, 0.0023445377591997385, -0.07182403653860092, 0.013016266748309135, -0.04213039204478264, 0.000055659776990069076, 0.025499004870653152, 0.0329316146671772, 0.0658632293343544, -0.00009493423567619175, -0.015536731109023094, 0.002207705983892083, 0.015729906037449837, -0.0008273148559965193, 0.00010686389578040689, 0.05206506699323654, 0.015545929782092571, -0.026842026039958, -0.014892817474901676, 0.003088488709181547, 0.05129237100481987, 0.017201710492372513, -0.06689349561929703, -0.056774839758872986, -0.00198578555136919, -0.004843154922127724, 0.033446747809648514, 0.02932569570839405, 0.017873220145702362, -0.044816434383392334, -0.07594508677721024, -0.047612860798835754, -0.023107323795557022, 0.07086736708879471, -0.014423679560422897, -0.012215973809361458, 0.05710599571466446, -0.03221410885453224, -0.003911779262125492, -0.00363121647387743, -0.019814161583781242, -0.012243569828569889, -0.007474004756659269, -0.02196667529642582, 0.008757233619689941, 0.019464608281850815, -0.017118921503424644, 0.027541132643818855, -0.038046132773160934, 0.06799734383821487, -0.07024184614419937, 0.012455141171813011, -0.006885283160954714, -0.010164646431803703, -0.018471140414476395, -0.006287362892180681, 0.031110256910324097, -0.05445674806833267, -0.019335824996232986, 0.034127455204725266, -0.00849966797977686, 0.06104307249188423, 0.012501135468482971, 0.016401415690779686, 0.049783769994974136, 0.0021916080731898546, 0.022573795169591904, -0.004866152070462704, -0.03578323498368263, -0.049820564687252045, -0.024891884997487068, -0.054419953376054764, -0.0038657851982861757, -0.012519532814621925, 0.06829170882701874, -0.028681781142950058, 0.0037048067897558212, -0.017974406480789185, -0.019924547523260117, -0.0111673129722476, -0.06211012974381447, 0.02603253349661827, -0.038230109959840775, -0.06582643836736679, 0.028295433148741722, 0.013485404662787914, 0.008338689804077148, 0.10140729695558548, -0.02954646572470665, -0.01486522052437067, 0.014267300255596638, 0.008329491131007671, -0.058798570185899734, 0.013991337269544601, -0.018691910430788994, -0.0018788498127833009, 0.026326894760131836, -0.014662847854197025, -0.006669112015515566, -0.024707909673452377, -0.014846823178231716, 0.01610705442726612, -0.02687882073223591, 0.058798570185899734, 0.012050395831465721, -0.06085909530520439, 0.04926864057779312, -0.002663045423105359, 0.006613919511437416, 0.07336942851543427, -0.06063832715153694, 0.012565527111291885, 0.06509052962064743, -0.08315692842006683, -0.033759504556655884, -0.0058964150957763195, 0.0433078333735466, 0.0055284639820456505, -0.03765978664159775, -0.02824023924767971, 0.021525133401155472, 0.0034403419122099876, 0.06413386017084122, 0.0034265436697751284, 0.04076896980404854, 0.014938810840249062, -0.001569541054777801, -0.009221771731972694, 0.029252104461193085, 0.03151500225067139, -0.023199310526251793, 0.005399681162089109, -0.0455523356795311, -0.039775505661964417, 0.014616853557527065, -0.018783899024128914, -0.044632457196712494, 0.011507667601108551, 0.015315961092710495, 0.03501053899526596, -0.01786402054131031, -0.025793366134166718, 0.0112776979804039, 0.04205679893493652, 0.028166649863123894, -0.012390750460326672, -0.04632503166794777, 0.01071657333523035, 0.026676448062062263, 0.002205406315624714, -0.0365375354886055, -0.016750968992710114, 0.027485940605401993, -0.0802869126200676, -0.02927050180733204, 0.06468578428030014, 0.023806430399417877, 0.05250660702586174, 0.022408217191696167, 0.021911483258008957, 0.025204643607139587, -0.01660378836095333, -0.031331028789281845, -0.028589792549610138, 0.049415819346904755, 0.037328630685806274, -0.0015856388490647078, 0.019243838265538216, 0.009962273761630058, -0.000638165045529604, -0.017431678250432014, 0.04032742977142334, -0.025646185502409935, 0.03094467893242836, -0.004318824969232082, -0.018664315342903137, -0.06409706175327301, 0.008058127015829086, -0.026510870084166527, -0.026198111474514008, -0.009465539827942848, -0.017376486212015152, -0.043013472110033035, -0.09132543951272964, 0.045441947877407074, 0.06409706175327301, 0.038598060607910156, -0.016263434663414955, -0.016318626701831818, 0.011452475562691689, 0.014285697601735592, 0.030208777636289597, 0.015867887064814568, 0.004176244139671326, 0.010311827063560486, -0.024873487651348114, 0.043050266802310944, 0.007464806083589792, 0.021267568692564964, -0.04669298231601715, 0.019151849672198296, 0.06744541972875595, -0.007837356068193913, 0.014561661519110203, -0.03712625801563263, 0.005965405609458685, 0.010403814725577831, -0.00419464148581028, 0.0275227352976799, -0.004380916710942984, 0.04908466339111328, -0.019740572199225426, -0.01808479242026806, -0.00139591412153095, 0.012482738122344017, -0.007648781407624483, 0.0011165012838318944, 0.009759900160133839, -0.07690176367759705, 0.012528731487691402, 0.002789528574794531, -0.07609226554632187, 0.009134383872151375, -0.017164913937449455, 0.03160699084401131, 0.0261613167822361, 0.00686688581481576, -0.05390482395887375, 0.022941745817661285, -0.002534262603148818, -0.01994294486939907, 0.03103666752576828, 0.04205679893493652, -0.049195051193237305, -0.009621919132769108, 0.038230109959840775, -0.019335824996232986, 0.016042664647102356, 0.006756500340998173, 0.043197449296712875, -0.01452486589550972, -0.021010002121329308, -0.02531502954661846, 0.017873220145702362, 0.015867887064814568, -0.029840826988220215, -0.019464608281850815, -0.038782037794589996, 0.04485322907567024, -0.05217545107007027, 0.05405200272798538, 0.07090415805578232, 0.02373283915221691, -0.008743436075747013 ]
10,475
alika.auth_service
login
null
def login(self, phone_number: str, token: str) -> Dict: return self.api_service.login(phone_number, token)
(self, phone_number: str, token: str) -> Dict
[ -0.0006708389846608043, -0.008935771882534027, 0.005231122486293316, 0.09237568080425262, 0.012999077327549458, -0.03960957005620003, -0.0382099412381649, 0.017197972163558006, 0.020014731213450432, -0.020609574392437935, 0.02571822889149189, -0.0062546031549572945, 0.017617860808968544, -0.020014731213450432, 0.017460402101278305, -0.04401841014623642, 0.06774216145277023, 0.02587568759918213, -0.022394103929400444, 0.012500458396971226, 0.010593460872769356, 0.029042353853583336, 0.027065373957157135, 0.031141800805926323, -0.015544657595455647, 0.0679171159863472, -0.049686916172504425, 0.05119151994585991, 0.025123385712504387, -0.008835174143314362, -0.019752299413084984, 0.019787291064858437, 0.017985263839364052, 0.06039409711956978, -0.0020272787660360336, -0.026050640270113945, -0.010217309929430485, 0.050701651722192764, -0.13562428951263428, 0.0252633485943079, -0.05748986452817917, -0.013174031861126423, 0.029164820909500122, 0.03474585339426994, -0.003420349443331361, -0.01362016424536705, 0.031439222395420074, 0.045662976801395416, 0.044648244976997375, -0.05101656913757324, -0.014521176926791668, -0.006280846428126097, -0.01717172935605049, -0.03639042004942894, -0.01955985091626644, -0.03604051098227501, 0.0006549837999045849, -0.03908471018075943, -0.02323388308286667, 0.03439594432711601, -0.04478820785880089, 0.0030529461801052094, -0.03772006928920746, 0.013690145686268806, 0.04496316239237785, 0.013611416332423687, 0.0105234794318676, 0.07173111289739609, 0.0210469588637352, -0.014521176926791668, 0.0011721913469955325, 0.005467310547828674, -0.01759161800146103, -0.031544193625450134, 0.03075690194964409, 0.02923480235040188, -0.013882595114409924, -0.03278636932373047, -0.05675505846738815, -0.005559161305427551, -0.011319519951939583, 0.005266113672405481, -0.06042908877134323, 0.060918960720300674, -0.07551012188196182, 0.023006442934274673, 0.01910497061908245, 0.00561602134257555, -0.044648244976997375, 0.006280846428126097, 0.020662060007452965, 0.01115331333130598, -0.06088396906852722, 0.017967769876122475, -0.03848986700177193, -0.0465727373957634, 0.008008516393601894, 0.07194105535745621, -0.02988213300704956, 0.003988949581980705, 0.00011665873898891732, 0.017871543765068054, -0.0583646334707737, 0.030476976186037064, -0.00594843365252018, -0.05108654871582985, -0.025298338383436203, -0.009228819981217384, 0.05528544262051582, 0.033223751932382584, -0.10063350200653076, -0.0021213165018707514, -0.029444746673107147, 0.04737752676010132, 0.0010781536111608148, 0.01181813795119524, 0.05108654871582985, 0.004439455922693014, -0.03908471018075943, -0.013121545314788818, 0.011993092484772205, 0.03338121250271797, 0.04496316239237785, -0.00561602134257555, -0.01415377389639616, 0.05976426601409912, 0.009587476029992104, 0.008305937983095646, 0.03698526322841644, -0.036880288273096085, 0.022429093718528748, 0.033783603459596634, 0.08040882647037506, 0.0018665398238226771, -0.04398341849446297, -0.0244410652667284, 0.004214202985167503, -0.0045662978664040565, -0.013488948345184326, 0.031089315190911293, -0.006425183266401291, -0.013261508196592331, -0.047447506338357925, 0.009893645532429218, -0.0014936692314222455, -0.02435358799993992, -0.02988213300704956, -0.0008725827792659402, 0.033626146614551544, -0.02820257470011711, 0.0033875457011163235, 0.03294382616877556, 0.09356536716222763, -0.06868691742420197, -0.06756720691919327, 0.012701655738055706, 0.03546316176652908, -0.029917122796177864, 0.045558005571365356, 0.00841528456658125, 0.009893645532429218, -0.039714545011520386, 0.02235911227762699, -0.030476976186037064, 0.029252298176288605, 0.0013034067815169692, 0.0021912979427725077, -0.02683793380856514, -0.009954879060387611, -0.056999992579221725, -0.011730661615729332, -0.009281306527554989, 0.029847141355276108, -0.033626146614551544, -0.017617860808968544, -0.06095395237207413, 0.019909758120775223, -0.030109573155641556, 0.013803865760564804, 0.0069150542840361595, -0.026138117536902428, 0.0070244004018604755, 0.0196648221462965, 0.05696500092744827, -0.02774769440293312, 0.02785266749560833, 0.035865556448698044, 0.012168046087026596, 0.003617172595113516, 0.022184159606695175, 0.035865556448698044, 0.023548800498247147, -0.012789133004844189, -0.034588392823934555, -0.03222651407122612, 0.021484343335032463, 0.040169425308704376, -0.010890882462263107, -0.041499074548482895, -0.055740322917699814, 0.0005751610733568668, 0.019244933500885963, -0.0006325677968561649, -0.000019596891434048302, -0.029339775443077087, -0.030686920508742332, -0.009998617693781853, 0.024283606559038162, 0.02064456418156624, 0.012517954222857952, -0.003111993195489049, -0.06924676895141602, -0.05357089638710022, 0.05234621837735176, -0.0244410652667284, -0.04839225858449936, 0.028832409530878067, -0.04874216765165329, 0.0426887609064579, -0.006237107794731855, 0.03483332693576813, -0.020049721002578735, 0.003328498685732484, -0.0775395855307579, -0.010549722239375114, 0.0460478775203228, -0.006302715744823217, -0.05511048808693886, -0.025280844420194626, -0.08551748096942902, -0.012343000620603561, -0.0729207992553711, -0.014319979585707188, -0.0000751755214878358, -0.09223571419715881, -0.09265560656785965, 0.042968686670064926, -0.08467770367860794, 0.013611416332423687, 0.024668505415320396, 0.08250827342271805, -0.006932549644261599, 0.015877069905400276, 0.0286574549973011, -0.02032964676618576, 0.007225597742944956, -0.01481859851628542, -0.00983241107314825, -0.016393184661865234, -0.047657452523708344, -0.072990782558918, -0.035708099603652954, 0.030774397775530815, 0.030232040211558342, 0.04814732447266579, -0.05850459635257721, 0.0018588855164125562, 0.042408835142850876, 0.021484343335032463, -0.014923570677638054, 0.02582320012152195, -0.02718784101307392, 0.016174491494894028, -0.06140883266925812, 0.02003222517669201, -0.031036827713251114, -0.051366474479436874, 0.040484338998794556, 0.09930385649204254, -0.01717172935605049, 0.046327803283929825, -0.02622559480369091, 0.011284529231488705, -0.026103127747774124, 0.049232035875320435, -0.006433931179344654, -0.03939962759613991, 0.03670533746480942, 0.0012793506029993296, -0.06868691742420197, -0.031246773898601532, -0.05804971605539322, -0.02118692174553871, -0.006858194246888161, -0.005664133466780186, 0.011293276213109493, -0.0017254832200706005, -0.018632594496011734, 0.021589316427707672, -0.013375228270888329, 0.031596679240465164, -0.014984804205596447, -0.014792355708777905, 0.000301522173685953, -0.09132595360279083, -0.02424861490726471, -0.025035908445715904, 0.0034422187600284815, 0.005121776368469, 0.015378450974822044, 0.028797417879104614, 0.024126147851347923, 0.02256905846297741, -0.007851057685911655, 0.0667974129319191, 0.029794655740261078, 0.027625227347016335, 0.041254136711359024, -0.08446776121854782, -0.029707178473472595, -0.0015450619393959641, 0.053046032786369324, -0.005086785648018122, -0.0488121472299099, -0.018685080111026764, -0.00003295763235655613, -0.005174262449145317, 0.043178632855415344, 0.052731115370988846, 0.0252633485943079, 0.016856811940670013, 0.007566757965832949, -0.004653774667531252, 0.018160218372941017, 0.08502761274576187, -0.058224670588970184, 0.015220992267131805, -0.008787061087787151, -0.05962430313229561, 0.04254879802465439, -0.026872925460338593, 0.011214546859264374, -0.014162520878016949, 0.0071818591095507145, 0.0009584195213392377, -0.022988947108387947, -0.02195671945810318, -0.01952485926449299, -0.011879372410476208, -0.0017976516392081976, -0.043738484382629395, -0.10308285802602768, 0.00504304701462388, -0.03206905722618103, -0.0092550627887249, -0.027870161458849907, 0.04398341849446297, 0.005865330807864666, 0.0004865906375925988, -0.07949906587600708, -0.06438304483890533, 0.039469607174396515, 0.07544013857841492, 0.005095533560961485, 0.028080107644200325, -0.02718784101307392, -0.04153406620025635, -0.023548800498247147, 0.008375919423997402, -0.01581583544611931, 0.026925411075353622, 0.0275027584284544, -0.008585864678025246, 0.039329644292593, 0.016095761209726334, -0.013366480357944965, -0.05185634642839432, 0.007011278998106718, 0.06084897741675377, -0.007203728426247835, 0.0025827575009316206, -0.024843458086252213, -0.01564962975680828, 0.055180471390485764, 0.049232035875320435, 0.053081024438142776, -0.004404465202242136, 0.011993092484772205, -0.06606260687112808, 0.016734344884753227, 0.044298335909843445, -0.0014433700125664473, 0.06756720691919327, 0.034588392823934555, 0.029549719765782356, -0.03793001174926758, -0.038454875349998474, -0.012736646458506584, 0.037580106407403946, 0.008520256727933884, -0.062178630381822586, 0.02907734364271164, 0.0015089777298271656, 0.06536278873682022, -0.03198157995939255, 0.02820257470011711, -0.05605524033308029, -0.03639042004942894, -0.04086923971772194, -0.04954695329070091, 0.008787061087787151, -0.02150183916091919, 0.03383609279990196, -0.008498387411236763, 0.03483332693576813, -0.010829648934304714, -0.02582320012152195, -0.08355800062417984, 0.0034903311170637608, -0.0623185932636261, -0.03957458212971687, -0.019629832357168198, 0.02256905846297741, -0.007523019332438707, 0.01814272254705429, 0.03511325642466545, 0.06623756140470505, 0.09923387318849564, 0.04450828209519386, 0.06263350695371628, 0.051156532019376755, -0.06487292051315308, 0.008349676616489887, 0.004986186977475882, -0.0679171159863472, 0.0466427206993103, 0.016296958550810814, 0.0012465467443689704, -0.0051917582750320435, -0.06032411754131317, -0.0005598525749519467, 0.02003222517669201, -0.014643644914031029, 0.010672190226614475, 0.014424951747059822, -0.021519334986805916, -0.005734115373343229, -0.03387108072638512, -0.0018654463347047567, -0.05364087596535683, 0.036215465515851974, 0.009604970924556255, -0.004771868698298931, -0.029409756883978844, 0.03859483823180199, 0.02678544819355011, -0.00129028526134789, 0.02333885431289673, 0.05154142901301384, -0.023566294461488724, 0.01606077142059803, -0.02988213300704956, 0.04762246087193489, -0.022324122488498688, 0.012133055366575718, 0.03653038293123245, -0.045767948031425476, 0.014188764616847038, 0.10315284132957458, 0.01552716176956892, 0.04139409959316254, 0.013077806681394577, -0.032401468604803085, 0.015579648315906525, -0.022096682339906693, 0.04965192824602127, 0.02694290690124035, 0.015579648315906525, 0.008598986081779003, -0.02185174636542797, 0.006565146613866091, -0.006888811010867357, -0.02592817321419716, 0.02230662666261196, 0.008896407671272755, 0.02907734364271164, 0.0573149099946022, -0.004959944169968367, -0.047447506338357925, 0.03719520568847656, -0.0376150980591774, -0.007947282865643501, 0.009018875658512115, -0.01859760284423828, 0.014521176926791668, 0.0247034952044487, 0.03033701330423355, 0.03014456294476986, 0.041499074548482895, 0.0031754139345139265, -0.015290973708033562, 0.047342535108327866, 0.029602205380797386, -0.0038008743431419134, 0.03523572161793709, 0.021169425919651985, -0.012579187750816345, -0.03243646025657654, 0.0001984633709071204, -0.013305246829986572, -0.035078264772892, -0.0020742975175380707, 0.02059207856655121, 0.029094839468598366, -0.013200274668633938, 0.03156169131398201, -0.07152117043733597, 0.026050640270113945, 0.012482963502407074, 0.026575502008199692, 0.001405098824761808, 0.03044198453426361, 0.018825042992830276, -0.09342540055513382, -0.02926979400217533, -0.013917585834860802, -0.008069749921560287, 0.015518413856625557, -0.06592264026403427, 0.019384896382689476, -0.009307549335062504, 0.028482500463724136, 0.03383609279990196, 0.01407504454255104, 0.008327807299792767, 0.03551564738154411, 0.009666205383837223, -0.02011970244348049, -0.03080938756465912, -0.0020338394679129124, -0.019174952059984207, 0.03988949581980705, -0.011581950820982456, 0.0025652621407061815, 0.020417124032974243, -0.07599999010562897, -0.04100920259952545, 0.008747696876525879, 0.003111993195489049, 0.022481581196188927, -0.01641942746937275, -0.012797879986464977, -0.08852668851613998, 0.007374308537691832, -0.0275027584284544, 0.013795117847621441, -0.060044191777706146, 0.006031536962836981, -0.05364087596535683, 0.007750459481030703, 0.08656720817089081, -0.0021541202440857887, 0.052276235073804855, -0.024633513763546944, -0.055635351687669754, 0.0007156709325499833, 0.0016948662232607603, -0.053745850920677185, 0.008983884938061237, -0.018825042992830276, 0.058119699358940125, 0.028080107644200325, -0.06592264026403427, -0.012229280546307564, 0.010497236624360085, -0.07096131891012192, -0.055425405502319336, -0.01300782524049282, -0.04629281163215637, 0.04265376925468445, 0.052066292613744736, -0.008349676616489887, 0.002523710485547781, 0.05455063655972481, 0.04401841014623642, 0.0030398245435208082, -0.007864179089665413, 0.0168305691331625, -0.03126426786184311, 0.031141800805926323, -0.0034815834369510412, 0.04636279493570328, 0.012010587379336357, -0.0034378448035568, 0.012981582432985306, 0.02932227961719036, -0.06413811445236206, -0.03988949581980705, 0.04062430560588837, -0.013812613673508167, -0.06557273864746094, -0.03157918527722359, -0.0015330339083448052, 0.0077154687605798244, -0.02419612929224968, 0.04461325332522392, -0.024843458086252213, -0.036495391279459, 0.01703176647424698, -0.025088394060730934, -0.030861875042319298, 0.030022095888853073, -0.03695027157664299, -0.0573149099946022, -0.0057866014540195465, -0.05332595854997635, -0.0482872873544693, -0.05140146613121033, 0.010217309929430485, -0.011809390969574451, 0.03897973522543907, -0.017320439219474792, -0.0280626118183136, 0.01875506155192852, 0.035200733691453934, 0.06088396906852722, -0.008419658057391644, -0.023391341790556908, 0.05045671388506889, 0.0010535507462918758, 0.029654692858457565, 0.006000920198857784, -0.033783603459596634, 0.04646776616573334, 0.03625045716762543, 0.019244933500885963, 0.03350367769598961, 0.01539594680070877, -0.061268869787454605, -0.01011233776807785, -0.01952485926449299, 0.048567213118076324, 0.006893184967339039, 0.009036370553076267, -0.06711232662200928, -0.003350367769598961, 0.024913441389799118, -0.023758744820952415, 0.006477669347077608, 0.037685077637434006, -0.0019944747909903526, 0.01865009032189846, -0.008708331733942032, -0.01168692298233509, 0.024371083825826645, 0.015885816887021065, -0.023863716050982475, 0.0016401931643486023, 0.028395023196935654, 0.01494106650352478, -0.030581947416067123, 0.024423569440841675, -0.03995947912335396, 0.03024953603744507, -0.008310312405228615, -0.0920957550406456, -0.0063814446330070496, 0.035305704921483994, 0.012850366532802582, 0.01845763996243477, 0.0019769794307649136, 0.007588626816868782, -0.016095761209726334, -0.013453957624733448, -0.024161139503121376, -0.013786369934678078, -0.009543737396597862, -0.01743415929377079, -0.000058568562963046134, 0.01910497061908245, 0.025630751624703407, -0.029794655740261078, 0.05346592143177986, 0.027870161458849907, 0.0690368264913559, 0.0036412288900464773, -0.003251956310123205, -0.0339585579931736, 0.030931856483221054, 0.0060534062795341015, -0.012395486235618591, 0.006770717445760965, 0.04401841014623642, 0.03262890875339508, -0.03593553975224495, 0.05804971605539322, 0.0650828629732132, 0.027152851223945618, -0.027222832664847374, 0.049686916172504425, 0.017259206622838974, -0.05192632973194122, -0.037999995052814484, -0.01432872749865055, -0.035340696573257446, 0.06340330839157104, -0.05255616083741188, 0.004815606866031885, -0.006237107794731855, 0.0657476857304573, -0.014844841323792934, -0.0002469857572577894, -0.01886003464460373, 0.047447506338357925, 0.006547651253640652, -0.04650275781750679, 0.013978819362819195, 0.016795577481389046, 0.057349901646375656, -0.024528542533516884, 0.002519336761906743, -0.021431857720017433, 0.037125226110219955, -0.008625228889286518, -0.020364638417959213, 0.013287751004099846, -0.04387844726443291, 0.016559390351176262, -0.004389157053083181, 0.018999997526407242, -0.05168139189481735, -0.0303020216524601, 0.052066292613744736, 0.0449281707406044, 0.06382319331169128, 0.030214544385671616, 0.039014726877212524, -0.015588395297527313, -0.0018031189683824778, -0.0026592998765408993, -0.072990782558918, 0.017040513455867767, -0.07460036128759384, 0.03527071326971054, -0.04324861243367195, -0.005511049181222916, -0.019297419115900993, 0.016690606251358986, -0.02067955583333969, 0.027170347049832344, 0.011004602536559105, 0.009552485309541225, 0.022656533867120743, 0.011223294772207737, 0.0606040433049202, 0.08103866130113602, -0.013366480357944965, -0.11064086854457855, 0.020714545622467995, 0.04860220476984978, -0.010357272811233997, 0.03355616331100464, -0.0112320426851511, -0.037125226110219955, -0.029217306524515152, 0.08824676275253296, -0.010514731518924236, 0.03562062233686447, 0.047447506338357925, 0.03502577915787697, -0.026190605014562607, 0.001564744277857244, -0.05108654871582985, 0.00032721852767281234, -0.009674952365458012, 0.04293369501829147, 0.019682317972183228, -0.02113443613052368 ]
10,476
alika.auth_service
send_verification_code
null
def send_verification_code(self, phone_number: str) -> Dict: return self.api_service.send_verification_code(phone_number)
(self, phone_number: str) -> Dict
[ 0.031156131997704506, -0.02856847085058689, 0.022785309702157974, 0.06516042351722717, -0.019815577194094658, -0.05109327659010887, -0.08537544310092926, -0.012590967118740082, 0.04362552985548973, -0.07321864366531372, 0.024226758629083633, 0.00012326394789852202, 0.022767942398786545, -0.03855441138148308, -0.01661139354109764, -0.05355937033891678, 0.06370161473751068, -0.018009424209594727, 0.04129837453365326, -0.040117427706718445, 0.027474358677864075, 0.056581202894449234, 0.010697980411350727, 0.05199635401368141, -0.015821201726794243, 0.10093614459037781, -0.021916966885328293, 0.019381405785679817, 0.028481636196374893, -0.004463281016796827, -0.028533736243844032, -0.03416059538722038, 0.02347998321056366, 0.019468240439891815, -0.00030880433041602373, 0.024504628032445908, -0.017462369054555893, 0.026883885264396667, -0.09357259422540665, 0.013450626283884048, -0.024678295478224754, 0.015630166977643967, -0.010411427356302738, 0.03858914226293564, 0.005522658582776785, 0.0016704740701243281, -0.0036535514518618584, 0.05810948461294174, 0.03459476679563522, -0.06047137826681137, 0.03605358302593231, -0.016741644591093063, -0.00012726645218208432, -0.0451885461807251, -0.017358168959617615, -0.01075008139014244, 0.008153736591339111, 0.018929868936538696, 0.04300032556056976, 0.03185080736875534, -0.03527207672595978, 0.020996524021029472, -0.08502810448408127, -0.03301438316702843, 0.05074594169855118, 0.04848824813961983, 0.005848287139087915, 0.05109327659010887, 0.0305656585842371, -0.017019513994455338, 0.06401421129703522, -0.032111309468746185, -0.06651504337787628, -0.012860153801739216, 0.05863049253821373, 0.019138270989060402, -0.03952695429325104, 0.038241807371377945, -0.017957324162125587, 0.006816489156335592, 0.07356598228216171, -0.012096012011170387, 0.007502479944378138, -0.01788785681128502, -0.055573925375938416, -0.002900264225900173, 0.05498345196247101, -0.019902411848306656, -0.03428216651082039, 0.027839062735438347, 0.009282582439482212, 0.008561857976019382, -0.019832944497466087, 0.0022989369463175535, 0.04609162360429764, -0.033518023788928986, 0.05342043563723564, 0.026953354477882385, 0.000020114341168664396, 0.0304788239300251, 0.02726595662534237, 0.03605358302593231, -0.05810948461294174, 0.0055313422344625, 0.05366357043385506, 0.009447567164897919, -0.022889509797096252, -0.002075338736176491, 0.0498775988817215, 0.030791427940130234, -0.06248593330383301, -0.038658611476421356, -0.047619905322790146, -0.048592451959848404, 0.027839062735438347, 0.01385874766856432, 0.040117427706718445, 0.014674989506602287, -0.044737011194229126, 0.033083852380514145, 0.04039529711008072, 0.028290601447224617, -0.008249254897236824, -0.003371339989826083, -0.010107507929205894, 0.054254043847322464, 0.022785309702157974, 0.01502232626080513, 0.10941116511821747, -0.0658203661441803, -0.01962454244494438, 0.00439164275303483, 0.06703604757785797, 0.036817725747823715, -0.0665845051407814, 0.01823519356548786, -0.025181934237480164, -0.032180774956941605, 0.0334659218788147, 0.03935328498482704, -0.0024074797984212637, -0.002609369345009327, -0.01641167514026165, 0.00228374102152884, 0.0706830844283104, -0.03521997481584549, 0.007545896805822849, -0.01104531716555357, -0.015899352729320526, -0.04140257462859154, 0.04869665205478668, 0.021465428173542023, 0.060714513063430786, -0.04734203591942787, -0.06943267583847046, 0.04821037873625755, 0.04584848880767822, -0.029419446364045143, 0.0031542545184493065, -0.018044158816337585, 0.022177468985319138, -0.03660932183265686, 0.041055236011743546, -0.04372973367571831, 0.04372973367571831, -0.013919531367719173, -0.005405432544648647, 0.01882566697895527, -0.011088734492659569, -0.05161428451538086, -0.03567151352763176, -0.01756657101213932, -0.01972874253988266, -0.00048437234363518655, 0.04543168470263481, -0.012043911963701248, 0.035011570900678635, -0.0022272986825555563, -0.004689049907028675, 0.0332922525703907, -0.0240009892731905, 0.03270178288221359, -0.03150346875190735, 0.07043994963169098, 0.015751734375953674, -0.0018495697295293212, 0.05536552146077156, 0.008804993703961372, 0.028933174908161163, 0.007050941698253155, 0.04977339506149292, 0.010220391675829887, 0.01671559549868107, 0.012712535448372364, -0.008635667152702808, -0.003627501195296645, 0.028759505599737167, -0.05480978265404701, -0.06804332137107849, -0.06429208070039749, 0.010941116139292717, -0.030739327892661095, -0.0023987963795661926, 0.051405880600214005, -0.047203101217746735, -0.027543826028704643, 0.02301107905805111, 0.03851967677474022, 0.06773071736097336, 0.019398773089051247, -0.006373634561896324, -0.07648361474275589, -0.02254217304289341, 0.01362429466098547, -0.025546638295054436, -0.04400760307908058, 0.05689380690455437, -0.010480894707143307, 0.018078891560435295, 0.0009562622872181237, 0.006716629955917597, -0.023341048508882523, -0.0018549967790022492, -0.057519011199474335, 0.05102381110191345, 0.06797385960817337, -0.03042672388255596, -0.0020232382230460644, -0.020023979246616364, -0.05408037453889847, -0.011826826259493828, 0.0038728078361600637, -0.010220391675829887, 0.00725500239059329, -0.10399270802736282, -0.12024807929992676, 0.019034069031476974, -0.07808136194944382, 0.0020037004724144936, 0.00563988508656621, 0.07474692910909653, 0.03897121548652649, 0.04306979104876518, 0.07224610447883606, -0.024122556671500206, -0.026849152520298958, 0.038728080689907074, 0.04755043983459473, -0.016802428290247917, -0.03223287686705589, -0.05435824394226074, -0.09107176959514618, -0.02589397504925728, -0.01265175174921751, 0.033518023788928986, 0.0027765254490077496, 0.02117019146680832, 0.015968820080161095, 0.04306979104876518, 0.025077734142541885, 0.013824013993144035, -0.004793250933289528, 0.004814959596842527, -0.05710220709443092, -0.010958483442664146, -0.04227091744542122, -0.039700623601675034, 0.0889182835817337, 0.017957324162125587, 0.0053793820552527905, 0.06915480643510818, -0.03462950140237808, -0.023844687268137932, -0.007862841710448265, 0.012156795710325241, 0.01545649766921997, -0.04334766045212746, 0.04699470102787018, 0.024487260729074478, -0.04817564785480499, 0.004710758570581675, -0.016776379197835922, 0.023202113807201385, -0.018478330224752426, 0.020927056670188904, 0.03051355853676796, 0.005144929978996515, -0.005357673857361078, 0.02163909748196602, -0.016654809936881065, -0.007241976913064718, -0.010463528335094452, -0.015664899721741676, 0.0028633596375584602, -0.03343119099736214, -0.08134633302688599, 0.005197030492126942, 0.016602709889411926, 0.0386238768696785, 0.025425070896744728, 0.02903737500309944, 0.06474362313747406, 0.022889509797096252, -0.03475106880068779, 0.007307102903723717, 0.04084683582186699, 0.04317399114370346, -0.01220021303743124, -0.1039232388138771, 0.0074113039299845695, -0.04074263200163841, 0.06891166418790817, 0.004454597365111113, -0.0626595988869667, 0.045813754200935364, 0.009169697761535645, 0.02771749533712864, 0.06529936194419861, 0.014214768074452877, 0.044841211289167404, 0.01521336194127798, -0.05074594169855118, 0.020909689366817474, 0.009907788597047329, 0.04001322761178017, -0.07655308395624161, 0.03900595009326935, -0.028985274955630302, -0.03367432579398155, -0.022646375000476837, 0.0012938304571434855, -0.03647038713097572, 0.02261164039373398, -0.00795401819050312, 0.03806813806295395, -0.001783358515240252, 0.034403733909130096, -0.026085011661052704, -0.04640422761440277, 0.020527618005871773, -0.06679291278123856, -0.05178795009851456, 0.0128948874771595, 0.002709228778257966, -0.024973532184958458, -0.03553257882595062, -0.03890174627304077, -0.007728248834609985, -0.05015546828508377, -0.0635974109172821, -0.05727587640285492, 0.0334659218788147, 0.0393880195915699, -0.0002671510155778378, 0.015491231344640255, -0.019902411848306656, -0.001479438622482121, -0.026102377101778984, -0.009325998835265636, 0.06932847201824188, 0.021812764927744865, 0.008253595791757107, -0.029402079060673714, 0.0176707711070776, -0.02577240765094757, -0.012391248717904091, -0.042479317635297775, 0.014813924208283424, 0.0526910275220871, -0.008270963095128536, 0.007003183010965586, -0.015117844566702843, -0.04022162780165672, 0.03381326049566269, 0.05307309702038765, 0.006156548857688904, -0.03381326049566269, 0.03483790531754494, -0.05019019916653633, 0.013867431320250034, 0.02396625466644764, 0.0075762891210615635, 0.010437477380037308, 0.010732714086771011, 0.01788785681128502, -0.03176397085189819, 0.04279192164540291, -0.013988998718559742, -0.022281670942902565, -0.003327922895550728, -0.03997849300503731, -0.006217333022505045, -0.017992058768868446, 0.04306979104876518, -0.012295731343328953, -0.012061278335750103, -0.09211377799510956, 0.01872146688401699, -0.027578560635447502, -0.03424743190407753, -0.0038250491488724947, -0.023671017959713936, -0.056025464087724686, 0.010394060984253883, 0.03153820335865021, -0.03153820335865021, -0.018686732277274132, -0.02106599137187004, 0.031069297343492508, -0.03483790531754494, -0.06762652099132538, 0.028863707557320595, 0.0162640567868948, -0.05241315811872482, -0.02118755877017975, 0.040534231811761856, 0.015586749650537968, 0.055122386664152145, 0.014197400771081448, 0.04522328078746796, 0.09357259422540665, -0.050502803176641464, -0.01743631809949875, 0.018565164878964424, -0.020006613805890083, 0.05574759468436241, 0.0017529665492475033, -0.03509840741753578, 0.004880085121840239, -0.010602463036775589, 0.03570624813437462, 0.014831291511654854, -0.02301107905805111, 0.006521252915263176, -0.015968820080161095, -0.02631077915430069, -0.006417051423341036, -0.04216671735048294, -0.009508350864052773, -0.029332611709833145, 0.02764802798628807, 0.027005454525351524, -0.019485607743263245, -0.03897121548652649, 0.030339889228343964, 0.010038040578365326, -0.038241807371377945, -0.021274393424391747, 0.07196823507547379, -0.045744288712739944, 0.06199965998530388, -0.0008460913086310029, 0.037825003266334534, -0.01708029769361019, 0.025459803640842438, 0.05922096222639084, -0.07412172108888626, -0.024695662781596184, -0.014362386427819729, -0.025546638295054436, -0.0386238768696785, 0.027839062735438347, -0.06446575373411179, 0.033570125699043274, 0.013702445663511753, 0.04796724393963814, -0.02912420965731144, 0.01266043446958065, 0.002683178521692753, 0.027509093284606934, -0.011809458956122398, -0.044285472482442856, 0.0028763848822563887, 0.03626198694109917, 0.005540025420486927, 0.042930856347084045, 0.004057330545037985, -0.009933838620781898, -0.04122890532016754, 0.018651997670531273, -0.0025898318272083998, 0.045292750000953674, -0.01708029769361019, 0.0009508351213298738, 0.06061031296849251, -0.019502975046634674, 0.04640422761440277, -0.004291783086955547, -0.015578065998852253, 0.001934233121573925, 0.018895134329795837, 0.02530350349843502, 0.06463941931724548, 0.014310285449028015, 0.004689049907028675, 0.054670847952365875, -0.03223287686705589, -0.022333770990371704, -0.020753387361764908, -0.011418704874813557, -0.026571283116936684, 0.010489578358829021, -0.0015011472860351205, -0.012260996736586094, 0.02867267280817032, 0.022420605644583702, -0.021309126168489456, 0.05922096222639084, -0.013954265043139458, 0.06231226399540901, -0.022420605644583702, 0.007910600863397121, 0.037373464554548264, -0.07787296175956726, -0.03931855037808418, 0.0006116388249211013, 0.009725436568260193, 0.005127563141286373, -0.05355937033891678, 0.049009256064891815, 0.013980315066874027, 0.013546144589781761, 0.026536548510193825, 0.02436569333076477, 0.06259012967348099, 0.007285394240170717, -0.021204926073551178, -0.042027778923511505, 0.0017670771339908242, 0.012113379314541817, -0.015074427239596844, 0.012295731343328953, 0.029193677008152008, 0.011548955924808979, 0.03240654617547989, -0.06234699860215187, 0.005835262127220631, -0.011314503848552704, -0.020301848649978638, 0.01169657427817583, -0.04657789692282677, -0.004339542239904404, -0.07019681483507156, -0.006217333022505045, -0.02764802798628807, -0.005566075909882784, -0.02724858932197094, -0.01695004664361477, -0.05904729664325714, -0.022785309702157974, 0.0276653952896595, -0.006946740671992302, 0.057970549911260605, -0.0041029187850654125, -0.031121397390961647, -0.025668205693364143, 0.035011570900678635, 0.0061218151822686195, 0.009655969217419624, -0.020284483209252357, 0.007676148321479559, 0.0014729261165484786, -0.076900415122509, -0.06328480690717697, -0.06839065998792648, 0.022385871037840843, -0.06807805597782135, 0.005023361649364233, -0.007823766209185123, -0.017210550606250763, 0.06387528032064438, 0.05199635401368141, 0.02672758512198925, 0.052308958023786545, 0.0024660928174853325, -0.01965927518904209, 0.0005351161235012114, 0.0026137111708521843, -0.024053089320659637, 0.028412168845534325, -0.05133641138672829, 0.01173999160528183, -0.004827984608709812, 0.04025636240839958, -0.04140257462859154, -0.03886701539158821, -0.09468407183885574, -0.04164570942521095, 0.019971879199147224, 0.029211044311523438, -0.06154812127351761, -0.04230565205216408, 0.026519183069467545, -0.024035722017288208, 0.03412586450576782, 0.07571947574615479, -0.02297634445130825, -0.02021501585841179, 0.00725934375077486, 0.0061218151822686195, 0.013042505830526352, 0.022872144356369972, 0.007619705982506275, -0.023653652518987656, 0.059429366141557693, -0.03424743190407753, -0.024591462686657906, -0.05779688060283661, -0.01594276912510395, -0.004291783086955547, 0.006004589144140482, -0.010220391675829887, -0.02259427309036255, -0.017036881297826767, 0.031069297343492508, 0.008283988572657108, -0.029228411614894867, 0.009282582439482212, 0.00008907294977689162, 0.014197400771081448, 0.012043911963701248, -0.014892075210809708, -0.015881985425949097, 0.02950628101825714, 0.015821201726794243, -0.001456644618883729, 0.03834600746631622, 0.019780844449996948, -0.06241646409034729, -0.03994375839829445, -0.04029109701514244, 0.04695996642112732, 0.022194836288690567, -0.030860895290970802, 0.011288453824818134, -0.0305656585842371, 0.0036904560402035713, 0.04001322761178017, -0.014006366021931171, 0.04793250933289528, -0.005214397329837084, -0.029454180970788002, -0.06780018657445908, -0.04751570522785187, -0.0006355182267725468, 0.06380581110715866, -0.04824511334300041, -0.01972874253988266, -0.009977255947887897, -0.04567481949925423, -0.02867267280817032, -0.0007332067470997572, -0.04122890532016754, 0.03176397085189819, -0.014084517024457455, -0.03758186846971512, -0.011019267141819, 0.051405880600214005, 0.010402743704617023, -0.008613958023488522, -0.02856847085058689, 0.0026506157591938972, 0.004285270813852549, -0.09801851212978363, 0.0375123992562294, 0.016055654734373093, 0.0328233502805233, -0.041610974818468094, 0.021257026121020317, -0.01927720569074154, 0.013094605877995491, -0.0007076992187649012, 0.012069961987435818, 0.013936898671090603, 0.027786962687969208, 0.004888768773525953, -0.03436899930238724, -0.013190124183893204, 0.012990404851734638, -0.009143647737801075, 0.010784815065562725, -0.02625867910683155, 0.022333770990371704, 0.019589807838201523, 0.0021372081246227026, 0.022715842351317406, 0.04845351725816727, 0.0056833019480109215, -0.05015546828508377, 0.03202447295188904, -0.028985274955630302, -0.06231226399540901, -0.04272245615720749, -0.009569135494530201, -0.008227545768022537, 0.07627521455287933, -0.051753219217061996, -0.025633472949266434, -0.04657789692282677, 0.007993093691766262, -0.008066902868449688, -0.023254213854670525, -0.010941116139292717, 0.007537213619798422, -0.006347584072500467, -0.04543168470263481, 0.02438305877149105, -0.010350643657147884, 0.05244789272546768, -0.032649680972099304, -0.018200460821390152, -0.03200710564851761, 0.015630166977643967, 0.027057554572820663, -0.031711872667074203, -0.01753183640539646, -0.04067316651344299, 0.06644557416439056, 0.054149843752384186, -0.02014554850757122, -0.0025464145001024008, 0.022889509797096252, 0.03042672388255596, -0.0020525448489934206, 0.019034069031476974, 0.027127021923661232, 0.06679291278123856, -0.05144061520695686, -0.005388065706938505, 0.0076978569850325584, -0.03577571362257004, -0.027960630133748055, -0.06140918657183647, 0.003317068563774228, -0.027543826028704643, 0.02625867910683155, -0.04234038293361664, -0.001414312981069088, -0.04084683582186699, 0.008731184527277946, 0.04129837453365326, 0.040534231811761856, 0.025060366839170456, -0.039561688899993896, 0.051926884800195694, 0.07544160634279251, 0.025963442400097847, -0.09169697761535645, 0.0386238768696785, -0.027352791279554367, -0.008961295709013939, 0.031086664646863937, -0.007081333547830582, -0.028985274955630302, 0.02342788316309452, 0.055052921175956726, -0.006542961113154888, 0.06352794170379639, 0.02252480573952198, 0.015195994637906551, -0.02764802798628807, 0.00889182835817337, -0.0286032035946846, -0.00537504069507122, 0.005231764167547226, 0.04588322341442108, 0.031711872667074203, 0.0358104482293129 ]
10,477
alika.auth_service
verify_code
null
def verify_code(self, phone_number: str, verification_code: str) -> Dict: return self.api_service.verify_code(phone_number, verification_code)
(self, phone_number: str, verification_code: str) -> Dict
[ 0.07386438548564911, -0.03499848023056984, 0.042611390352249146, 0.08299291133880615, -0.0295631755143404, -0.038047127425670624, -0.047977011650800705, -0.010600585490465164, 0.041566140949726105, -0.08612866699695587, 0.012603982351720333, 0.023657510057091713, 0.041566140949726105, -0.04801185429096222, 0.006358609069138765, -0.04539872705936432, 0.03210661932826042, -0.027037153020501137, 0.03137494623661041, -0.05473629757761955, 0.00009772006160346791, 0.06557206809520721, -0.006084230728447437, 0.05285484716296196, -0.032942820340394974, 0.08536214381456375, -0.033395763486623764, 0.0020142854191362858, 0.037315454334020615, -0.004228910431265831, -0.031758204102516174, -0.0010610384633764625, 0.028970867395401, 0.02792561613023281, 0.003484169254079461, 0.030503902584314346, 0.0199468694627285, 0.013666654005646706, -0.057523634284734726, 0.027246203273534775, -0.02675841934978962, 0.020887594670057297, 0.0030050959903746843, 0.04160097986459732, 0.023012937977910042, 0.0014764167135581374, 0.0006478377035818994, -0.013205001130700111, 0.00441618449985981, -0.06898654997348785, 0.05428335815668106, -0.058429520577192307, -0.005361265502870083, -0.01980750262737274, 0.007007535547018051, -0.03501589968800545, 0.006916075944900513, 0.04518967494368553, 0.05696616694331169, 0.027768829837441444, -0.040451206266880035, 0.0057532344944775105, -0.10236489027738571, -0.04034668207168579, 0.054178833961486816, 0.05146117880940437, 0.03571273386478424, 0.026636473834514618, 0.02832629717886448, -0.026706157252192497, 0.06240147352218628, -0.0009145944495685399, -0.06947433203458786, -0.01641043648123741, 0.07943905889987946, -0.017804104834794998, -0.039545319974422455, 0.014215410687029362, -0.02092243731021881, 0.010443797335028648, 0.08961283415555954, 0.004847350530326366, 0.004734115209430456, -0.005827273242175579, -0.044318635016679764, -0.010182484984397888, 0.06968338787555695, -0.019058406352996826, -0.00717738876119256, 0.012159750796854496, 0.022211579605937004, 0.02172379568219185, -0.017394715920090675, -0.004032926168292761, 0.05348199978470802, -0.03343060240149498, 0.0382213369011879, 0.013858282938599586, 0.026148689910769463, 0.022089634090662003, 0.04560777544975281, 0.03106136992573738, -0.03327381610870361, 0.003510300535708666, 0.048569321632385254, 0.05738426744937897, -0.04815122112631798, -0.03245503827929497, 0.03255956247448921, 0.045747142285108566, -0.05146117880940437, -0.0721919909119606, -0.022681942209601402, -0.005030269268900156, 0.013797310180962086, 0.022281263023614883, 0.03891817107796669, -0.023831717669963837, -0.08529246598482132, 0.01455511711537838, 0.05330779030919075, 0.01766473799943924, -0.010713820345699787, -0.02832629717886448, 0.00859718769788742, 0.03566047176718712, -0.0013250731863081455, 0.01462480053305626, 0.09065808355808258, -0.046548500657081604, 0.0018770962487906218, 0.003939288668334484, 0.02426723949611187, 0.03421454131603241, -0.05194896459579468, 0.02445886842906475, 0.004638300277292728, -0.012969819828867912, -0.00287879491224885, 0.03825617954134941, -0.026984890922904015, 0.04794216901063919, -0.027524936944246292, -0.0012445016764104366, 0.025329910218715668, -0.023274250328540802, -0.026479685679078102, 0.007891643792390823, 0.009023998863995075, -0.004207134246826172, 0.02120117098093033, -0.014494144357740879, 0.07442185282707214, -0.02571316994726658, -0.054074306041002274, 0.017316320911049843, 0.04794216901063919, -0.021410219371318817, -0.022333525121212006, -0.00367144332267344, 0.022420629858970642, -0.03909238055348396, 0.03637472912669182, -0.09226080030202866, 0.044701892882585526, -0.003296895185485482, 0.006545883137732744, 0.013945387676358223, -0.025086019188165665, -0.04337790608406067, -0.01762118563055992, -0.008157311007380486, -0.02151474542915821, 0.013553418219089508, 0.033517707139253616, -0.026375161483883858, 0.04048604890704155, -0.00871477834880352, 0.013718916103243828, 0.009694701060652733, -0.05783721059560776, 0.06396935135126114, -0.02125343307852745, 0.04198424145579338, -0.0027699146885424852, 0.016950484365224838, 0.03578241914510727, 0.00414398405700922, 0.043796006590127945, -0.010147643275558949, 0.011602283455431461, 0.012438484467566013, -0.0008024477283470333, 0.006454423535615206, -0.015461001545190811, -0.028169509023427963, 0.010217326693236828, -0.00035522194229997694, -0.05599059909582138, -0.05905666947364807, 0.03060842677950859, -0.027420412749052048, -0.003934933803975582, 0.08111146092414856, -0.06574627757072449, 0.003930578473955393, 0.005208833143115044, 0.06309830397367477, 0.05689648538827896, 0.005997126456350088, -0.003209790913388133, -0.058777935802936554, -0.014067333191633224, 0.006924786604940891, -0.016157835721969604, -0.031287841498851776, 0.03172336146235466, -0.013736337423324585, 0.00277862511575222, 0.010156353004276752, 0.025417014956474304, -0.0024628720711916685, 0.01635817438364029, -0.058324992656707764, 0.03461522236466408, 0.07651235908269882, -0.026044165715575218, 0.01956360973417759, -0.008706067688763142, -0.03710640221834183, -0.031165894120931625, -0.01735987327992916, -0.03203693777322769, 0.0035473199095577, -0.09790515899658203, -0.12549978494644165, 0.062436312437057495, -0.04086930677294731, 0.021305695176124573, 0.013161449693143368, 0.058429520577192307, 0.043586958199739456, 0.03282087296247482, 0.06846392899751663, -0.029650280252099037, -0.009999565780162811, 0.027437832206487656, 0.03388354554772377, -0.019581031054258347, -0.03773355484008789, -0.09233048558235168, -0.06776709109544754, 0.007956971414387226, 0.01334436796605587, 0.06076391413807869, 0.015060321427881718, -0.01664561964571476, -0.02231610380113125, 0.040590573102235794, 0.021898003295063972, 0.04278559982776642, 0.0016125170513987541, 0.053272947669029236, -0.023500721901655197, -0.005679195746779442, -0.06309830397367477, 0.0006184400408528745, 0.07769697159528732, 0.019668135792016983, -0.030260009691119194, 0.08773138374090195, -0.06365577131509781, -0.030120642855763435, 0.015687473118305206, 0.013370499946177006, 0.025068597868084908, -0.02543443627655506, 0.026410002261400223, 0.04034668207168579, -0.04167066514492035, -0.0031836596317589283, -0.01773442141711712, 0.015913942828774452, -0.020260443910956383, 0.047977011650800705, 0.017386004328727722, -0.005034624598920345, -0.004664431791752577, 0.027751408517360687, -0.004231087863445282, -0.014215410687029362, -0.06637342274188995, -0.014415750280022621, 0.006924786604940891, -0.02681068331003189, -0.052367065101861954, 0.015461001545190811, -0.0003252798633184284, -0.003468926064670086, 0.015635209158062935, -0.006480555050075054, 0.04167066514492035, 0.06644310802221298, 0.000814968952909112, 0.007329821120947599, 0.03271634876728058, 0.03592178598046303, -0.02787335403263569, -0.08884631842374802, 0.02172379568219185, -0.03545142337679863, 0.043064333498477936, -0.006576369516551495, -0.0655372217297554, 0.038569752126932144, 0.004651365801692009, 0.007151257246732712, 0.06309830397367477, 0.007900353521108627, 0.031496889889240265, 0.0320543572306633, -0.05355168133974075, 0.025207964703440666, 0.025016335770487785, 0.02949349209666252, -0.07372502237558365, 0.014015071094036102, 0.0017497062217444181, -0.014642221853137016, -0.01485127117484808, -0.00595357408747077, -0.06971822679042816, 0.03449327498674393, 0.007090284489095211, 0.05362136662006378, -0.015852971002459526, 0.003721528220921755, -0.0422629751265049, -0.030364535748958588, 0.014833850786089897, -0.038883328437805176, -0.059753503650426865, 0.025939639657735825, -0.033796440809965134, -0.008414268493652344, -0.028831500560045242, -0.04996298626065254, -0.016506252810359, -0.03613083437085152, -0.08173861354589462, -0.051112763583660126, 0.03860459476709366, -0.007682593073695898, -0.0028896830044686794, 0.010600585490465164, -0.004951875656843185, 0.027437832206487656, -0.03710640221834183, 0.012543009594082832, 0.0781150758266449, 0.01282174326479435, -0.011070948094129562, -0.046478819102048874, -0.020626282319426537, -0.030765214934945107, -0.013901835307478905, -0.04808153584599495, -0.024633076041936874, 0.06686120480298996, -0.00701189087703824, 0.014799009077250957, -0.04539872705936432, -0.054318200796842575, 0.0037367716431617737, 0.05564218387007713, -0.023117464035749435, -0.019441664218902588, 0.057941734790802, -0.027106836438179016, 0.038360703736543655, 0.023448459804058075, 0.027385570108890533, -0.02329167164862156, -0.0005158204003237188, -0.017481818795204163, -0.03710640221834183, -0.0020600149873644114, 0.0032206790056079626, -0.03682766854763031, 0.01134968176484108, -0.04930099472403526, -0.0017932583577930927, -0.0059622847475111485, 0.006097296252846718, -0.016131704673171043, 0.012255565263330936, -0.09476940333843231, 0.02099212072789669, -0.03203693777322769, -0.04428379237651825, -0.0020665479823946953, -0.013997649773955345, -0.052436746656894684, 0.001987065188586712, 0.03766386955976486, -0.01975524052977562, -0.005670485552400351, 0.03416227921843529, 0.005779366008937359, -0.032350510358810425, -0.06100780516862869, 0.005383041687309742, 0.03552110493183136, -0.06532817333936691, -0.03545142337679863, 0.03944079577922821, 0.03773355484008789, 0.03926658630371094, 0.03100910596549511, 0.028535345569252968, 0.08090241253376007, -0.03454553708434105, -0.00742563558742404, -0.0058838906697928905, -0.02492923103272915, 0.05954445153474808, 0.005369975697249174, -0.00984277855604887, -0.007525805849581957, -0.02146248333156109, 0.03916206210851669, 0.02975480630993843, -0.02008623629808426, -0.02688036672770977, -0.02001655288040638, 0.011027395725250244, -0.01844867691397667, -0.020748227834701538, 0.008170376531779766, -0.04407474026083946, 0.02787335403263569, 0.030591005459427834, -0.0031705941073596478, -0.02485954761505127, 0.023709772154688835, 0.007970036938786507, -0.05787205323576927, 0.0008062585256993771, 0.0866861343383789, -0.03832586109638214, 0.022978097200393677, -0.0006679805810563266, -0.006580724846571684, -0.02203737013041973, 0.015635209158062935, 0.06351640820503235, -0.06971822679042816, 0.0027546712663024664, -0.017229216173291206, -0.010112801566720009, -0.04780280217528343, 0.015922654420137405, -0.05205348879098892, 0.0112799983471632, 0.01321371179074049, 0.05529376491904259, -0.007024956401437521, 0.022856149822473526, -0.015574236400425434, 0.05459693446755409, -0.020312706008553505, -0.03884848579764366, 0.004472802393138409, 0.04445800185203552, 0.019476506859064102, 0.04940551891922951, 0.022786466404795647, -0.01174165029078722, -0.038953013718128204, 0.021166328340768814, 0.013858282938599586, 0.06491007655858994, -0.044701892882585526, 0.025417014956474304, 0.03867428004741669, -0.04741954430937767, 0.027751408517360687, 0.010766083374619484, -0.06536301225423813, -0.013509866781532764, 0.0010349071817472577, 0.0071817440912127495, 0.07344628870487213, 0.00891511794179678, 0.018605463206768036, 0.022594837471842766, -0.015661340206861496, -0.00881930347532034, 0.005474500823765993, 0.002532555488869548, -0.00425721937790513, 0.009590175934135914, -0.0007567180437035859, -0.013605681248009205, 0.04975393787026405, 0.02250773273408413, -0.015826838091015816, 0.015130004845559597, -0.024040767922997475, 0.05950961261987686, -0.03613083437085152, 0.03329123929142952, 0.06107748672366142, -0.06592047959566116, -0.05083402991294861, 0.03426680341362953, 0.00899786688387394, -0.003817342920228839, -0.041496455669403076, 0.07971779257059097, -0.005156570579856634, 0.010600585490465164, 0.02649710699915886, 0.0074996743351221085, 0.04592135176062584, 0.007416925393044949, -0.03721092641353607, -0.034824270755052567, -0.023204566910862923, -0.01832672953605652, -0.009651148691773415, 0.010522191412746906, 0.024685340002179146, -0.026584211736917496, 0.02093985676765442, -0.04153129830956459, 0.01020861603319645, -0.0046992735005915165, -0.005465790629386902, 0.03400549292564392, -0.01006924919784069, 0.035625629127025604, -0.06076391413807869, 0.04271591454744339, -0.0236226674169302, 0.006106006447225809, -0.029145076870918274, -0.01488611288368702, -0.04299464821815491, 0.012769480235874653, 0.036862511187791824, 0.004625234752893448, 0.08522278070449829, -0.01334436796605587, -0.004842995200306177, -0.03027743101119995, 0.03919690474867821, -0.005526763387024403, 0.03937111422419548, -0.016201388090848923, 0.01631462201476097, -0.011149341240525246, -0.08814948052167892, -0.045816827565431595, -0.060798753052949905, 0.01155002135783434, -0.0420190803706646, -0.011166762560606003, 0.0065545933321118355, -0.01763860695064068, 0.06581595540046692, 0.0498584620654583, 0.030887160450220108, 0.055955760180950165, -0.018344150856137276, -0.03315187245607376, -0.024319501593708992, 0.005896956659853458, -0.0175689235329628, 0.0028679068200290203, -0.043203700333833694, -0.007599844131618738, -0.008767041377723217, 0.04769827798008919, -0.06257568299770355, -0.037385135889053345, -0.09156396985054016, -0.03818649426102638, -0.001272810623049736, 0.02276904694736004, -0.043656639754772186, -0.04964941367506981, -0.0022266018204391003, -0.030956843867897987, 0.02911023423075676, 0.060729071497917175, -0.014659642241895199, 0.01569618284702301, -0.01785636693239212, 0.016828536987304688, 0.014799009077250957, 0.004061234649270773, 0.003266408806666732, -0.030503902584314346, 0.02714167907834053, -0.01830931007862091, 0.009415967389941216, -0.06724447011947632, -0.025730589404702187, 0.006110361777245998, -0.0003133030259050429, -0.0169766154140234, -0.015548105351626873, -0.026967469602823257, 0.08250512927770615, -0.007996168918907642, -0.02296067588031292, 0.013623101636767387, -0.020190760493278503, 0.03527721390128136, 0.04093898832798004, -0.001144331879913807, 0.03512042760848999, 0.04505030810832977, -0.007869867607951164, -0.009537913836538792, 0.04031183943152428, 0.03383128345012665, -0.051321811974048615, -0.07658204436302185, -0.007660817354917526, 0.043064333498477936, 0.01659335568547249, -0.05114760622382164, 0.0041374508291482925, -0.026584211736917496, 0.047907326370477676, 0.03412743657827377, 0.006632987409830093, 0.04937068000435829, -0.015574236400425434, -0.06240147352218628, -0.07539742439985275, -0.006606855895370245, -0.0028025787323713303, 0.024319501593708992, -0.030381957069039345, -0.015687473118305206, 0.01804799772799015, -0.008135534822940826, -0.04501546546816826, 0.027054574340581894, -0.046478819102048874, 0.04031183943152428, -0.0005977528053335845, -0.04780280217528343, -0.0001341269089607522, 0.04062541201710701, 0.0015842082211747766, -0.006580724846571684, -0.05139149725437164, 0.0035865167155861855, -0.041113197803497314, -0.05849920213222504, 0.06477070599794388, -0.008096338249742985, 0.043796006590127945, 0.014041202142834663, 0.016750143840909004, 0.012090067379176617, 0.011288708075881004, -0.019476506859064102, 0.012177171185612679, -0.006632987409830093, -0.004468447063118219, 0.005940508563071489, -0.03160141408443451, -0.030364535748958588, 0.03721092641353607, 0.01265624538064003, 0.001305474666878581, -0.022263841703534126, -0.009311442263424397, 0.027385570108890533, 0.030312273651361465, 0.06208789721131325, 0.013457603752613068, -0.006754933390766382, -0.04435347393155098, 0.021810900419950485, -0.030312273651361465, -0.05473629757761955, -0.040660254657268524, -0.0408344641327858, -0.03532947599887848, 0.06407387554645538, -0.049614571034908295, -0.02994643524289131, -0.01572231389582157, 0.014581248164176941, -0.009389836341142654, -0.03421454131603241, 0.0020349726546555758, -0.025538960471749306, 0.0008601542795076966, -0.05355168133974075, 0.018797094002366066, -0.024615656584501266, 0.01681111752986908, -0.01823962666094303, -0.007930840365588665, -0.028030142188072205, 0.01937198080122471, -0.012839163653552532, 0.011166762560606003, -0.024702759459614754, -0.05076434463262558, 0.03360481187701225, 0.03860459476709366, -0.04299464821815491, 0.024998914450407028, 0.041496455669403076, 0.01883193477988243, 0.007765342481434345, 0.009625017642974854, 0.018797094002366066, 0.04170550778508186, -0.08389879763126373, -0.00916336476802826, 0.015382607467472553, -0.018344150856137276, -0.008436044678092003, -0.04839511215686798, 0.007321110926568508, -0.06842908263206482, 0.012464615516364574, -0.044179268181324005, 0.002410609507933259, -0.030765214934945107, 0.016950484365224838, 0.06097296252846718, 0.055886074900627136, 0.01301337219774723, -0.029214760288596153, 0.03571273386478424, 0.08759201318025589, 0.008902052417397499, -0.09323637187480927, 0.027890775352716446, -0.03721092641353607, -0.009067550301551819, 0.031096210703253746, -0.019145511090755463, 0.00295065576210618, -0.022734204307198524, 0.0477331206202507, 0.0011377990012988448, 0.06637342274188995, 0.016724012792110443, -0.0024432737845927477, -0.025626065209507942, 0.04665302485227585, -0.020835332572460175, -0.03106136992573738, 0.013405341655015945, 0.013936677016317844, 0.006232307758182287, 0.027699146419763565 ]
10,478
alika.user_service
UserService
null
class UserService: def __init__(self, base_url: str, user_token: Optional[str] = None): self.api_service = APIService(base_url) self.user_token = user_token def get_user_data(self) -> Dict: return self.api_service.get_user_data(self.user_token) def update_user_settings(self, new_settings: Dict) -> Dict: return self.api_service.update_user_settings(self.user_token, new_settings)
(base_url: str, user_token: Optional[str] = None)
[ -0.02483908273279667, -0.041842494159936905, -0.03584820404648781, 0.025074154138565063, 0.006469327490776777, -0.051088590174913406, -0.05014830827713013, 0.029305417090654373, 0.017914308235049248, 0.026014434173703194, 0.048816245049238205, -0.02861979603767395, -0.002273569582030177, 0.009804385714232922, -0.021606868132948875, 0.04188167303800583, 0.020842891186475754, 0.02117590606212616, 0.007326354272663593, -0.09003188461065292, 0.023585375398397446, -0.011293163523077965, 0.031969547271728516, 0.04525101184844971, 0.00471854442730546, 0.030363233759999275, -0.001038226648233831, 0.011038504540920258, 0.07087366282939911, -0.026562931016087532, 0.014437227509915829, 0.018521571531891823, 0.004757722839713097, 0.06241113692522049, -0.008442937396466732, -0.030461179092526436, 0.038375210016965866, 0.09590864181518555, -0.1328146606683731, 0.026758823543787003, -0.03165611997246742, 0.03279229253530502, 0.04246934875845909, -0.004610803909599781, 0.021019192412495613, 0.042116742581129074, -0.01911904290318489, 0.07584931701421738, 0.006714192219078541, 0.01336961705237627, -0.003925182390958071, -0.014789832755923271, -0.041568245738744736, -0.0006617470644414425, 0.03755246475338936, 0.006033468060195446, 0.004806695505976677, 0.003817441873252392, 0.002274793805554509, 0.005930624902248383, -0.02814965508878231, -0.02607320249080658, 0.04999159276485443, -0.01869787462055683, 0.013056190684437752, 0.010969942435622215, -0.08180442452430725, 0.022840987890958786, 0.04858117178082466, 0.06742596626281738, 0.053517647087574005, 0.02636704035103321, -0.005891446489840746, 0.010754461400210857, 0.05085351690649986, 0.033928465098142624, -0.014574351720511913, -0.06589800864458084, -0.04454580321907997, 0.006244052201509476, 0.018639108166098595, -0.019843842834234238, -0.05688698589801788, 0.01031370460987091, 0.03763081878423691, -0.006630938500165939, 0.013183520175516605, -0.10460623353719711, 0.0008533537620678544, 0.062097709625959396, -0.05947275832295418, 0.013408795930445194, -0.020274804905056953, -0.007581013720482588, 0.046191293746232986, -0.010969942435622215, -0.03238091990351677, -0.01497593056410551, -0.08219621330499649, 0.003548090811818838, -0.014956341125071049, 0.00696395430713892, -0.008251943625509739, 0.05500642582774162, 0.04822856932878494, -0.060491397976875305, 0.01387893594801426, -0.042508527636528015, 0.015965184196829796, -0.004510409198701382, -0.046073757112026215, -0.014094416983425617, -0.05120612308382988, 0.049834880977869034, -0.01647450216114521, 0.003827236592769623, 0.0017495588399469852, 0.029873503372073174, -0.017502935603260994, 0.013114958070218563, -0.04384059086441994, -0.005279284901916981, 0.008276429958641529, 0.04971734434366226, 0.03774835541844368, -0.02211618795990944, -0.02928582765161991, 0.005734733305871487, 0.0630771666765213, -0.04858117178082466, -0.0374545156955719, -0.010156990960240364, 0.027699103578925133, -0.02362455427646637, 0.0608048215508461, -0.025661829859018326, -0.011048299260437489, 0.02965802326798439, 0.0072626895271241665, 0.055202316492795944, -0.0022821398451924324, 0.07024680823087692, -0.04360552132129669, -0.03420271351933479, 0.02005932293832302, -0.014290308579802513, -0.009765207767486572, 0.008638829924166203, -0.010676104575395584, -0.030715838074684143, 0.026523754000663757, 0.003491771873086691, 0.022840987890958786, 0.0007247997564263642, -0.050422556698322296, -0.04387976974248886, 0.02474113740026951, -0.06115742772817612, 0.029873503372073174, -0.01304639596492052, -0.016484297811985016, -0.006689705885946751, -0.006195079069584608, -0.0606481097638607, -0.014750654809176922, 0.01855095662176609, -0.0059502143412828445, -0.0561034195125103, -0.006341997999697924, 0.03690601885318756, -0.006023673806339502, -0.05206804722547531, -0.06440923362970352, 0.02918788231909275, 0.012174677103757858, -0.03249845281243324, 0.03473162278532982, -0.06640733033418655, 0.032811880111694336, 0.03886493667960167, 0.007071694824844599, -0.012654611840844154, -0.04031453654170036, -0.027914585545659065, -0.00018273034947924316, 0.009579109959304333, 0.01882520504295826, 0.07161805033683777, -0.02993227168917656, 0.059433579444885254, -0.04266523942351341, -0.01313454657793045, 0.04489840567111969, -0.030245698988437653, 0.0011710658436641097, 0.006581965368241072, 0.01557340007275343, -0.009299964644014835, -0.03524094074964523, -0.03790506720542908, -0.031088033691048622, 0.024212229996919632, 0.026523754000663757, -0.015690935775637627, -0.0032860853243619204, -0.004547139164060354, 0.005592711735516787, 0.0008007078431546688, -0.0750657469034195, -0.03482956811785698, -0.005582917015999556, -0.02241002582013607, -0.027934174984693527, 0.03671012818813324, 0.0012071833480149508, -0.006444841157644987, 0.08329320698976517, -0.00764957582578063, 0.014025854878127575, 0.0222141332924366, 0.05876754969358444, -0.007678959518671036, -0.01905048079788685, 0.003313020570203662, 0.019745895639061928, 0.04736664518713951, -0.01218447182327509, -0.02523086778819561, -0.02777746133506298, -0.06895392388105392, 0.0502658411860466, -0.011028709821403027, 0.002407020889222622, 0.011449877172708511, -0.0029579666443169117, -0.11518439650535583, 0.0327531136572361, -0.0337325744330883, 0.02166563645005226, -0.017845746129751205, 0.06644650548696518, -0.004250852856785059, 0.028737330809235573, 0.01746375672519207, -0.07342025637626648, 0.0007921375799924135, -0.024153461679816246, -0.00040219040238298476, -0.0018915804103016853, -0.0314602255821228, 0.021293440833687782, -0.006552581675350666, -0.012164882384240627, 0.0526949018239975, -0.025838131085038185, -0.08807296305894852, -0.022096598520874977, 0.0489729568362236, 0.023859623819589615, -0.004676917567849159, 0.02090165764093399, -0.013526330702006817, -0.029579665511846542, 0.04987405985593796, -0.03700396791100502, -0.04192085191607475, 0.030265286564826965, -0.009872947819530964, 0.031969547271728516, 0.0025588369462639093, 0.1558515429496765, 0.05641684681177139, 0.04047125205397606, -0.004532447084784508, -0.030715838074684143, -0.042586881667375565, -0.003849274478852749, -0.00515195494517684, -0.011577206663787365, -0.041646603494882584, -0.014035649597644806, -0.06961995363235474, 0.05120612308382988, 0.035162582993507385, 0.05242065340280533, -0.039766039699316025, 0.05101023241877556, 0.07075612992048264, 0.015034697949886322, 0.008751467801630497, 0.04497676342725754, -0.021763581782579422, -0.047680072486400604, 0.003325263736769557, -0.02540717087686062, -0.03163652867078781, -0.09778919816017151, 0.013780989684164524, 0.06456594914197922, -0.05104941129684448, -0.007904235273599625, 0.047601714730262756, -0.05054008960723877, -0.000250680313911289, 0.05770973116159439, -0.026660878211259842, 0.057474661618471146, -0.016905464231967926, 0.009951304644346237, 0.032439686357975006, 0.03461408615112305, -0.04403648152947426, -0.05825822800397873, 0.033928465098142624, -0.01002966146916151, -0.04885542020201683, -0.021391388028860092, -0.017747798934578896, 0.018149377778172493, 0.06433087587356567, -0.04340963065624237, 0.02184193953871727, 0.01944226399064064, -0.017963280901312828, 0.026406217366456985, 0.029991038143634796, -0.005974700674414635, 0.02852185070514679, -0.019922198727726936, 0.005098084919154644, -0.05669109523296356, 0.009393013082444668, 0.03445737063884735, 0.013007217086851597, -0.026406217366456985, -0.02758156880736351, 0.01808081567287445, -0.010245142504572868, 0.029795147478580475, 0.008565369993448257, 0.013918113894760609, -0.04293948784470558, -0.040432073175907135, 0.024251408874988556, 0.006067749112844467, -0.053987786173820496, 0.02248838171362877, -0.021019192412495613, 0.04019700363278389, -0.039393845945596695, -0.02062740921974182, 0.01754211261868477, 0.05798397958278656, 0.023879213258624077, 0.0627637431025505, -0.03643587976694107, -0.019011301919817924, -0.012497898191213608, 0.015974977985024452, -0.0747523233294487, 0.013105163350701332, -0.019843842834234238, -0.01568114012479782, 0.03586779534816742, -0.07267586886882782, 0.014760449528694153, 0.01200816873461008, -0.04611293599009514, 0.06758268177509308, -0.036573003977537155, 0.000987417297437787, -0.01768903248012066, 0.003097539534792304, 0.024584423750638962, 0.05206804722547531, 0.031871601939201355, -0.019285550341010094, 0.008864104747772217, -0.07537917792797089, 0.046465542167425156, 0.04148988798260689, 0.018100405111908913, 0.009353835135698318, 0.05061844736337662, 0.059629473835229874, -0.018942739814519882, -0.006719089578837156, -0.01622963696718216, 0.04705321788787842, 0.0009727253345772624, -0.02015726827085018, 0.0003529113600961864, -0.06660322099924088, 0.016366763040423393, 0.003839479759335518, -0.0029359287582337856, -0.021861527115106583, 0.01304639596492052, -0.01332064438611269, -0.0063958680257201195, 0.03151899576187134, -0.034672852605581284, 0.10452787578105927, 0.011547823436558247, -0.0001486023102188483, 0.014270719140768051, -0.005445792805403471, 0.029325006529688835, -0.014819216914474964, 0.07381203770637512, -0.04779760539531708, -0.057082876563072205, -0.021979063749313354, -0.030461179092526436, -0.0036852150224149227, -0.05743548274040222, -0.004520203918218613, 0.028972400352358818, 0.04603457823395729, 0.0479934960603714, 0.02070576697587967, 0.004351247102022171, -0.050226666033267975, 0.030559124425053596, -0.06801364570856094, 0.03040241077542305, 0.02636704035103321, -0.009285273030400276, -0.00428513390943408, 0.019980967044830322, 0.05328257754445076, 0.03020652011036873, -0.052577365189790726, -0.05555492267012596, 0.02119549550116062, 0.000667256535962224, 0.011097271926701069, -0.022723451256752014, -0.026582520455121994, 0.003266496118158102, 0.00128798873629421, 0.012145292945206165, 0.022840987890958786, 0.01219426654279232, 0.008320505730807781, -0.03012816235423088, -0.03727821633219719, 0.03853192180395126, 0.06726925075054169, -0.043997302651405334, -0.03465326502919197, -0.019598977640271187, 0.0009366077720187604, 0.017904512584209442, -0.016983821988105774, -0.051715441048145294, -0.023840036243200302, -0.019980967044830322, 0.06393909454345703, 0.024995796382427216, 0.004921782296150923, -0.05120612308382988, -0.0501091293990612, 0.01691525988280773, -0.0036288960836827755, 0.034966692328453064, 0.05292997136712074, -0.0037243934348225594, -0.018384447321295738, -0.01049000769853592, 0.04098057001829147, -0.040432073175907135, 0.0007854037685319781, -0.02043151669204235, -0.00864372681826353, 0.013771195895969868, 0.01585744321346283, 0.018335474655032158, -0.042704418301582336, -0.056808628141880035, -0.011518439278006554, 0.07984551042318344, -0.017953485250473022, 0.033086128532886505, 0.020000554621219635, -0.0583757646381855, 0.02899198979139328, -0.02241002582013607, 0.052107226103544235, -0.07753398269414902, -0.022664684802293777, 0.024173051118850708, -0.010460623539984226, 0.0038933500181883574, -0.06241113692522049, -0.011322547681629658, -0.011126656085252762, 0.01877623237669468, 0.04932556301355362, 0.0036656258162111044, 0.037043143063783646, 0.029677612707018852, 0.0034281068947166204, 0.0004028025723528117, 0.03945261240005493, 0.0094860615208745, -0.11972908675670624, -0.0038639663252979517, -0.004461436532437801, -0.0011453550541773438, -0.016709573566913605, -0.009157942607998848, -0.005626992788165808, -0.026562931016087532, 0.012899477034807205, -0.016023950651288033, -0.06021714583039284, 0.026895947754383087, -0.03984439745545387, -0.0262690931558609, -0.004500614944845438, 0.0525381863117218, 0.08822967857122421, 0.04219510033726692, 0.0031024368945509195, 0.005857165437191725, -0.013869141228497028, -0.014241335913538933, 0.029501309618353844, -0.0025882208719849586, -0.003242009785026312, -0.023585375398397446, -0.030735427513718605, -0.001668753451667726, 0.03886493667960167, -0.07204901427030563, -0.054183680564165115, -0.07420382648706436, -0.02419264055788517, -0.019207194447517395, 0.03390887379646301, 0.05347846820950508, 0.00006814127846155316, -0.0467006117105484, -0.07024680823087692, -0.05618177726864815, -0.025270044803619385, 0.06668157875537872, -0.03547601029276848, -0.04309620335698128, -0.009779899381101131, -0.025074154138565063, 0.03228297457098961, 0.030088985338807106, -0.026425806805491447, -0.006626041140407324, -0.04599539935588837, 0.004762620199471712, 0.0092020183801651, 0.0008545781020075083, -0.0227822195738554, -0.001038226648233831, -0.04630882665514946, 0.075888492166996, -0.04266523942351341, -0.012811325490474701, -0.012106114998459816, 0.04407566040754318, -0.019207194447517395, -0.006430149078369141, 0.013516535982489586, -0.020686177536845207, -0.015945594757795334, 0.00767406215891242, -0.013614482246339321, 0.03353668004274368, 0.027992941439151764, 0.0035456421319395304, 0.052851613610982895, -0.008751467801630497, 0.004554484970867634, -0.01986343041062355, -0.02080371230840683, -0.055319853127002716, -0.010901380330324173, -0.04235181212425232, -0.013281465508043766, 0.021254263818264008, 0.048894599080085754, 0.027522802352905273, -0.002444974845275283, -0.042978666722774506, -0.054928068071603775, -0.01304639596492052, -0.04387976974248886, 0.04521183297038078, -0.038375210016965866, -0.0561034195125103, 0.034418195486068726, 0.01608271896839142, -0.03790506720542908, 0.06111824885010719, -0.014427432790398598, -0.05359600484371185, 0.010783844627439976, 0.017551908269524574, -0.07820001989603043, 0.0019625911954790354, -0.03341914713382721, -0.02156768925487995, 0.00419943081215024, -0.0022613261826336384, 0.04564279690384865, 0.038747403770685196, 0.013829963281750679, 0.03136228024959564, -0.007781802676618099, 0.00912855938076973, -0.007781802676618099, -0.05857165530323982, 0.009490959346294403, 0.028580617159605026, -0.010803434066474438, 0.07059941440820694, -0.05195051431655884, -0.024780316278338432, 0.06374320387840271, -0.00942239724099636, -0.06531033664941788, -0.03524094074964523, -0.01580847054719925, 0.01166535820811987, -0.026210326701402664, 0.009172635152935982, 0.042038384824991226, 0.016386350616812706, 0.02844349294900894, -0.006327305920422077, 0.023036878556013107, -0.007561424747109413, 0.030363233759999275, 0.019902609288692474, 0.032067492604255676, 0.02503497526049614, -0.007424300070852041, 0.05402696505188942, -0.04599539935588837, -0.011028709821403027, 0.03792465850710869, 0.0000300724568660371, -0.08109921962022781, -0.002683717990294099, 0.025916488841176033, 0.022664684802293777, -0.012938654981553555, -0.03886493667960167, 0.021802760660648346, 0.002050742506980896, 0.04979570209980011, -0.01506408117711544, -0.059551116079092026, 0.018795819953083992, 0.04987405985593796, -0.01304639596492052, -0.05845412239432335, 0.0005071761552244425, -0.014192363247275352, 0.007277381140738726, 0.031871601939201355, 0.036670949310064316, 0.049090493470430374, 0.05167626217007637, 0.04148988798260689, 0.028972400352358818, 0.03886493667960167, -0.020274804905056953, 0.00979459099471569, -0.052381474524736404, -0.008971845731139183, 0.041098106652498245, 0.007678959518671036, 0.04282195493578911, -0.001656510285101831, 0.014329487457871437, -0.04348798468708992, 0.029599254950881004, 0.02495661936700344, 0.005391922313719988, -0.0083498889580369, -0.011224601417779922, -0.05857165530323982, -0.013408795930445194, -0.008697597309947014, -0.019824253395199776, 0.03022610954940319, -0.0617842823266983, -0.06918898969888687, -0.041568245738744736, 0.04282195493578911, 0.08055072277784348, 0.006185284350067377, -0.004275339189916849, 0.001346756354905665, 0.012781941331923008, 0.008438040502369404, 0.010068840347230434, -0.023487430065870285, -0.004233712330460548, 0.051245301961898804, -0.036573003977537155, 0.02184193953871727, -0.007850364781916142, 0.053791895508766174, -0.06331223994493484, 0.008315607905387878, 0.05806233733892441, -0.030461179092526436, 0.007850364781916142, 0.008173586800694466, 0.028012530878186226, -0.0022723451256752014, -0.02466278150677681, 0.03508422523736954, -0.025191688910126686, 0.007938516326248646, -0.033105719834566116, -0.01031370460987091, -0.042508527636528015, 0.019657744094729424, 0.034026410430669785, -0.008085435256361961, -0.016210049390792847, -0.048424459993839264, 0.05132365971803665, 0.0026004640385508537, -0.07639781385660172, -0.0045936633832752705, -0.030265286564826965, 0.03165611997246742, 0.07291093468666077, -0.005068701226264238, -0.03426147997379303, 0.025759775191545486, 0.014466611668467522, -0.020921247079968452, -0.01553422212600708, 0.031185979023575783, -0.02775787189602852, 0.0066456301137804985, 0.05998207628726959, 0.010000277310609818, 0.0010896483436226845, -0.019745895639061928, 0.02916829288005829, 0.0160533357411623, 0.02062740921974182, -0.05179379880428314, -0.02033357135951519, 0.023017289116978645, -0.02495661936700344, 0.004970754962414503, -0.012174677103757858, -0.0036925608292222023, -0.04384059086441994, 0.0445849783718586, 0.020000554621219635, -0.005382128059864044, 0.04717075079679489 ]
10,480
alika.user_service
get_user_data
null
def get_user_data(self) -> Dict: return self.api_service.get_user_data(self.user_token)
(self) -> Dict
[ -0.020761501044034958, -0.006280217785388231, 0.003957490902394056, 0.013069028966128826, 0.037054646760225296, -0.0007464286172762513, -0.019217556342482567, -0.03785386309027672, 0.026119893416762352, -0.0012680771760642529, 0.04439292103052139, -0.06401008367538452, -0.014195199124515057, 0.0028222380205988884, 0.001817539450712502, 0.019617166370153427, 0.01788249984383583, 0.023213645443320274, 0.00752445450052619, -0.015103401616215706, -0.0032945030834525824, -0.05405618995428085, 0.003591939341276884, 0.016892559826374054, -0.021724194288253784, -0.025901924818754196, -0.005685345269739628, -0.01098924595862627, 0.09823114424943924, 0.03126031532883644, -0.04352104663848877, 0.0019390115048736334, 0.022069310769438744, 0.04882494732737541, -0.048570647835731506, -0.030642740428447723, 0.017237676307559013, 0.02379489503800869, -0.0706217959523201, 0.047081198543310165, -0.052603065967559814, -0.01823669858276844, 0.028154265135526657, 0.003006149083375931, 0.01097108144313097, -0.021342750638723373, 0.02826325036585331, 0.00418000016361475, 0.042649172246456146, 0.004863422363996506, 0.02266872487962246, -0.010843933559954166, -0.030951527878642082, -0.015730060636997223, 0.01903591677546501, -0.05431048572063446, -0.03049742802977562, -0.0409054234623909, -0.02266872487962246, 0.061903055757284164, -0.012714829295873642, -0.031496450304985046, 0.04119604825973511, -0.0519854910671711, 0.018100468441843987, 0.007910440675914288, -0.0038076373748481274, 0.008600673638284206, -0.005085932090878487, 0.007887735031545162, -0.00039137835847213864, -0.014812776818871498, 0.008891298435628414, 0.02196032740175724, 0.01078944094479084, -0.015739142894744873, -0.0037417926359921694, -0.061866726726293564, -0.07657960057258606, -0.003090157639235258, -0.009899402968585491, 0.011534166522324085, -0.05514603108167648, 0.03393043205142021, 0.0041277785785496235, 0.03057008422911167, -0.008319131098687649, -0.05688977986574173, -0.043303076177835464, 0.05848821625113487, 0.006284758914262056, -0.0027790984604507685, -0.026882782578468323, 0.07708819955587387, 0.02194216288626194, -0.04653627797961235, -0.033276524394750595, 0.06531789898872375, -0.03620093688368797, 0.034457188099622726, 0.00013211503392085433, 0.0038916461635380983, -0.009154677391052246, 0.08282802999019623, 0.020252907648682594, -0.022523412480950356, 0.019853297621011734, -0.03832612931728363, 0.05307533219456673, 0.001825486309826374, -0.11501471698284149, -0.003614644519984722, 0.006729777902364731, 0.05329329892992973, 0.009999305009841919, -0.02041638456285, 0.017655448988080025, 0.06669836491346359, -0.015330451540648937, -0.0025429660454392433, -0.020307399332523346, 0.03454800695180893, 0.04580971598625183, 0.02459411323070526, -0.007651602849364281, 0.017037872225046158, -0.04682690277695656, -0.02266872487962246, 0.03492945432662964, -0.007597110699862242, -0.0027790984604507685, -0.03678218647837639, 0.025502314791083336, -0.05612689256668091, 0.0026633027009665966, -0.04232221841812134, 0.09060224145650864, 0.04566440358757973, 0.0855163112282753, 0.06161243095993996, 0.012950962409377098, 0.04533744975924492, -0.02337712235748768, -0.020016774535179138, 0.006480022333562374, -0.01503982674330473, 0.047044869512319565, 0.04719018191099167, -0.007056730333715677, -0.09815848618745804, 0.0557636097073555, 0.034820470958948135, 0.028390398249030113, -0.023667747154831886, -0.05027807131409645, -0.012987290509045124, 0.014740120619535446, -0.05438314378261566, -0.029262272641062737, -0.008854970335960388, -0.015503009781241417, -0.0519854910671711, -0.015539337880909443, -0.043303076177835464, -0.00027544068871065974, 0.02675563469529152, 0.050714004784822464, -0.048570647835731506, 0.003614644519984722, -0.02157888188958168, -0.032586291432380676, -0.051186271011829376, -0.045882370322942734, 0.016974298283457756, -0.010834851302206516, -0.08369990438222885, 0.021651538088917732, -0.025811104103922844, 0.03191422298550606, 0.021706031635403633, -0.014949006959795952, -0.04533744975924492, -0.005957806017249823, 0.00017766703967936337, 0.010734949260950089, -0.03017047420144081, 0.0672069564461708, 0.032132189720869064, -0.014585725963115692, 0.0409417524933815, -0.04275815561413765, -0.024684933945536613, -0.0260109081864357, 0.0035079307854175568, 0.017936991527676582, -0.00875506829470396, 0.031042348593473434, 0.022523412480950356, -0.11450612545013428, -0.07766944915056229, -0.020234743133187294, -0.01600252091884613, -0.007592569570988417, -0.03162359818816185, -0.05064135044813156, -0.002315915422514081, -0.01974431425333023, 0.01750105433166027, -0.012070005759596825, -0.034075744450092316, 0.020525367930531502, -0.02341345138847828, -0.010471570305526257, 0.03981558233499527, -0.006053166929632425, -0.03374879062175751, 0.03087887167930603, -0.03467515856027603, 0.013768344186246395, 0.005026898812502623, 0.05609056353569031, -0.05885149911046028, -0.041523002088069916, -0.033440001308918, -0.003975654952228069, 0.011016491800546646, -0.026029072701931, -0.04995111748576164, -0.027373211458325386, -0.08304600417613983, 0.04566440358757973, -0.014803694561123848, 0.002181955613195896, -0.02346794307231903, -0.06114016845822334, -0.01338689960539341, 0.03500210866332054, -0.011016491800546646, 0.03236832469701767, 0.05125892907381058, 0.0631745383143425, -0.008028506301343441, 0.014821859076619148, 0.012197154574096203, -0.05547298491001129, 0.007828702218830585, 0.037781208753585815, 0.027373211458325386, 0.015185139141976833, -0.07301945239305496, 0.006743400823324919, -0.003964302130043507, 0.02077966369688511, 0.05184017866849899, -0.01894509606063366, -0.07498116791248322, 0.022232787683606148, 0.04646361991763115, 0.07029484212398529, -0.03828980028629303, 0.03425738587975502, -0.02833590656518936, -0.034820470958948135, 0.04798940196633339, -0.0037531452253460884, -0.026519501581788063, -0.023231809958815575, 0.020252907648682594, -0.02864469401538372, -0.010689538903534412, 0.13078109920024872, 0.06168508902192116, 0.0030333951581269503, -0.08290068805217743, -0.008836806751787663, -0.005249408073723316, 0.022795872762799263, 0.0012306139105930924, -0.0017062847036868334, 0.0024044651072472334, -0.050350725650787354, -0.06273860484361649, 0.024648604914546013, -0.0013350570807233453, 0.03171441704034805, -0.04537377879023552, 0.029589224606752396, 0.028008952736854553, 0.01594802923500538, 0.012433286756277084, 0.006071330979466438, -0.05612689256668091, -0.09401708096265793, 0.008173818700015545, 0.008641542866826057, 0.005181293003261089, -0.05242142826318741, -0.028372233733534813, 0.05994134023785591, 0.025157198309898376, 0.0005398126086220145, 0.05401986092329025, -0.009708681143820286, -0.00020406166731845587, 0.048897601664066315, 0.0026882782112807035, 0.05031439661979675, -0.00084689847426489, -0.06746125221252441, -0.024303488433361053, 0.011397936381399632, -0.0520944744348526, 0.03916167467832565, 0.024485129863023758, -0.06800617277622223, -0.07955850660800934, 0.011552331037819386, 0.04399330914020538, 0.036582380533218384, 0.04250385984778404, -0.025393331423401833, -0.011034655384719372, 0.05725306272506714, -0.05031439661979675, 0.1190108060836792, 0.01786433532834053, 0.004602314438670874, 0.03749058395624161, -0.028354071080684662, 0.06480930000543594, -0.021651538088917732, -0.009018447250127792, -0.015766389667987823, 0.05768899992108345, -0.01188836619257927, 0.04286713898181915, 0.0008457632502540946, 0.007288321852684021, 0.011216295883059502, 0.01564832217991352, -0.05322064459323883, -0.07370968163013458, 0.024067355319857597, 0.01968982256948948, 0.006793351843953133, -0.047044869512319565, 0.00708397664129734, -0.0012748887529596686, 0.01081668771803379, -0.0185999795794487, -0.012369712814688683, -0.0011908800806850195, 0.0558362677693367, 0.015575665980577469, 0.022105639800429344, -0.07483585178852081, -0.02862653136253357, 0.006834221072494984, -0.006262053735554218, 0.03905269131064415, 0.03507476672530174, -0.007388224359601736, 0.012251646257936954, 0.04722651094198227, -0.0409780815243721, 0.01505799125880003, -0.00761981587857008, 0.03227750211954117, 0.08152022212743759, -0.006793351843953133, -0.03463882952928543, 0.01641121320426464, -0.018136795610189438, 0.04675424471497536, 0.05242142826318741, 0.033621642738580704, -0.015166975557804108, -0.01283289585262537, -0.09808582812547684, 0.04214057698845863, 0.02833590656518936, 0.022051148116588593, -0.022123804315924644, 0.016574688255786896, 0.0817381888628006, -0.014195199124515057, -0.040287844836711884, -0.035837654024362564, 0.012887388467788696, -0.020271072164177895, -0.0445745587348938, -0.0033285608515143394, -0.050822991877794266, 0.04134136065840721, -0.022232787683606148, 0.017709940671920776, 0.0021467627957463264, 0.0017392070731148124, -0.01098016370087862, -0.006906877271831036, -0.003530635731294751, -0.016592852771282196, 0.03977925330400467, -0.014894514344632626, -0.021869506686925888, -0.031151331961154938, 0.0013588974252343178, -0.05699876695871353, -0.018799783661961555, 0.0409780815243721, -0.012133580632507801, -0.019562672823667526, 0.021070288494229317, -0.022160131484270096, 0.05776165425777435, -0.007451798301190138, -0.028190594166517258, 0.08290068805217743, 0.06364680826663971, 0.06945929676294327, 0.02308649756014347, -0.04675424471497536, -0.05474642291665077, 0.017201347276568413, -0.060413606464862823, 0.04751713573932648, -0.016865313053131104, -0.006747941952198744, 0.01169764343649149, -0.010162781924009323, 0.06034094840288162, -0.010244520381093025, -0.01593894697725773, -0.017746269702911377, -0.005503704771399498, 0.0030810756143182516, -0.002933492884039879, -0.05663548409938812, -0.008973036892712116, 0.03324019908905029, 0.04490151256322861, 0.03767222538590431, 0.04504682496190071, 0.018854275345802307, 0.012769321911036968, -0.02751852385699749, -0.08420850336551666, 0.054564785212278366, 0.043303076177835464, -0.04214057698845863, -0.018382010981440544, 0.003083346178755164, 0.03647339716553688, -0.02717340737581253, -0.024103684350848198, 0.02789996936917305, -0.04733549430966377, -0.03538355603814125, 0.042976126074790955, 0.018154960125684738, -0.008950332179665565, -0.04584604129195213, -0.03529273346066475, 0.0003249660658184439, 0.04936986789107323, 0.005372015759348869, -0.01248777937144041, -0.006361955776810646, -0.026900947093963623, 0.015557502396404743, 0.044065967202186584, -0.020307399332523346, -0.017192266881465912, -0.03572867065668106, 0.003823530860245228, 0.018527323380112648, 0.0028880827594548464, 0.04432026296854019, -0.01965349353849888, -0.05667181313037872, 0.00032893946627154946, 0.03320387005805969, -0.02526618354022503, -0.0022330419160425663, -0.0010410266695544124, -0.02154255472123623, 0.010389831848442554, 0.00890492182224989, 0.0036441609263420105, -0.06626242399215698, 0.0018198100151494145, 0.01751921884715557, -0.03462066501379013, 0.029171451926231384, -0.040723782032728195, 0.0010949511779472232, 0.07207491993904114, -0.007542618550360203, 0.04006987810134888, 0.06059524416923523, 0.0006408501067198813, 0.021397242322564125, 0.04606401175260544, -0.0037417926359921694, -0.006257512606680393, 0.030624575912952423, -0.03305855765938759, 0.004877045284956694, 0.031006019562482834, -0.00770609499886632, -0.025393331423401833, 0.011679478920996189, 0.00445700203999877, -0.053365956991910934, 0.0012692124582827091, -0.018908768892288208, -0.01044432446360588, 0.0371999591588974, -0.08638818562030792, -0.004581879824399948, -0.016220489516854286, 0.0671342983841896, 0.027990790084004402, 0.02748219668865204, 0.004563715774565935, 0.061249151825904846, -0.04649994894862175, -0.02561130002140999, -0.023613255470991135, -0.010535144247114658, 0.01636580191552639, -0.002713253954425454, -0.003482955042272806, 0.024721261113882065, -0.018363846465945244, -0.07519913464784622, -0.04068745672702789, -0.021306421607732773, -0.05627220496535301, -0.004039228893816471, 0.04991478845477104, -0.02673747017979622, -0.0007492667646147311, -0.02897164784371853, -0.014785530976951122, -0.021088453009724617, -0.030751723796129227, 0.04624565318226814, -0.015584748238325119, -0.01941736228764057, 0.02492106705904007, -0.045918699353933334, 0.037708550691604614, -0.021033961325883865, -0.010925671085715294, -0.004023335408419371, -0.04392065480351448, 0.022541576996445656, -0.037236288189888, -0.01854548789560795, 0.017319414764642715, -0.011198132298886776, -0.06571750342845917, 0.03572867065668106, -0.04268550127744675, -0.01230613887310028, -0.05627220496535301, 0.09728661179542542, -0.07687022536993027, -0.01710144616663456, -0.010235438123345375, -0.0017505595460534096, -0.006797892972826958, 0.02608356438577175, 0.055981580168008804, 0.01746472716331482, -0.005735296290367842, 0.010280848480761051, 0.04737182334065437, -0.022523412480950356, 0.03160543367266655, 0.046681590378284454, 0.05881517007946968, 0.0019651222974061966, -0.012333384715020657, -0.020743336528539658, -0.023231809958815575, -0.001403172267600894, 0.07839600741863251, 0.042649172246456146, -0.021124782040715218, -0.030588246881961823, -0.03556519374251366, 0.01285106036812067, 0.02869918756186962, 0.035183750092983246, -0.04243120178580284, 0.007701553869992495, -0.011425183154642582, -0.04235854744911194, 0.0051722112111747265, 0.04548276215791702, -0.02641051821410656, -0.03607378900051117, -0.012070005759596825, -0.002486203331500292, -0.04232221841812134, 0.029934341087937355, -0.021706031635403633, -0.014422249980270863, -0.03187789395451546, -0.03572867065668106, 0.006289299577474594, 0.03244097903370857, -0.006720695644617081, 0.054128848016262054, 0.047117527574300766, -0.034402694553136826, -0.006357414647936821, -0.00014630568330176175, 0.02898981235921383, 0.0020479958038777113, 0.0030992396641522646, 0.09147411584854126, 0.009445302188396454, -0.0521308034658432, 0.03836245834827423, 0.05772532522678375, -0.04504682496190071, 0.011988268233835697, -0.04192261025309563, -0.0032445520628243685, 0.002206931123510003, 0.010326257906854153, 0.007860489189624786, 0.06382844597101212, 0.006561760324984789, -0.02720973640680313, 0.03460250049829483, -0.0012692124582827091, 0.02047087624669075, 0.05401986092329025, -0.02337712235748768, 0.005322064273059368, -0.008932167664170265, 0.03759956732392311, -0.03930698707699776, 0.045882370322942734, 0.03634624928236008, 0.006361955776810646, -0.057507358491420746, -0.033639807254076004, 0.045192137360572815, 0.0005943047581240535, -0.06996788829565048, -0.04530112072825432, -0.004606855101883411, 0.01932654157280922, -0.06248430535197258, -0.019453689455986023, -0.08631552755832672, 0.016474787145853043, -0.007102140691131353, -0.060849543660879135, -0.0020275611896067858, 0.008718740195035934, -0.07934053987264633, 0.03525640815496445, 0.04766244813799858, -0.005349310580641031, 0.05136791244149208, 0.0891491174697876, 0.05085931718349457, 0.0069023361429572105, 0.004352558869868517, -0.011906529776751995, 0.004052851814776659, -0.05834290385246277, -0.0033535363618284464, 0.016592852771282196, 0.03565601631999016, 0.05027807131409645, 0.015884455293416977, 0.014376839622855186, -0.03454800695180893, 0.04166831448674202, 0.007592569570988417, -0.007978555746376514, -0.03316754102706909, -0.007220206782221794, -0.017056036740541458, -0.04620932415127754, 0.0015166975790634751, -0.010843933559954166, 0.044102296233177185, -0.03572867065668106, -0.010190027765929699, 0.02859020233154297, 0.03502027317881584, 0.061576105654239655, -0.028572039678692818, -0.020289234817028046, 0.02562946453690529, -0.0014440413797274232, 0.008246474899351597, -0.011397936381399632, 0.011824791319668293, -0.021796850487589836, -0.009222792461514473, -0.01711052842438221, 0.006230266764760017, -0.011588659137487411, 0.017192266881465912, -0.03158726915717125, -0.013813754543662071, 0.03307672217488289, -0.07291046530008316, 0.04130503162741661, -0.004320771433413029, 0.03600113093852997, -0.009681434370577335, 0.011988268233835697, 0.023722238838672638, 0.06927765905857086, -0.01081668771803379, 0.03080621547996998, 0.004768060985952616, -0.05917844921350479, -0.005385638680309057, 0.03803550451993942, -0.015339533798396587, -0.027246063575148582, -0.03231383115053177, 0.04057846963405609, -0.024485129863023758, -0.02937125600874424, -0.015811799094080925, -0.006393742747604847, -0.004758979193866253, 0.07687022536993027, 0.00018901957082562149, 0.002151303691789508, 0.006575383245944977, 0.0447562001645565, -0.00770609499886632, -0.013050864450633526, 0.004695404786616564, -0.042976126074790955, 0.030315786600112915, 0.07276515662670135, 0.03229566663503647, 0.022232787683606148, -0.015012580901384354, -0.0068433028645813465, -0.03049742802977562, 0.07247453182935715, -0.031042348593473434, -0.02123376540839672, 0.014040804468095303, 0.004030147101730108, -0.008605214767158031, 0.013713852502405643, -0.04791674390435219, -0.01248777937144041, -0.0059714289382100105, 0.011933775618672371, 0.024067355319857597, 0.042649172246456146 ]
10,481
alika.user_service
update_user_settings
null
def update_user_settings(self, new_settings: Dict) -> Dict: return self.api_service.update_user_settings(self.user_token, new_settings)
(self, new_settings: Dict) -> Dict
[ -0.01815303973853588, -0.02052937261760235, 0.0017465152777731419, 0.01170299295336008, -0.010166416876018047, -0.010523759759962559, -0.03476950153708458, -0.004446690436452627, 0.014070391654968262, 0.030374180525541306, -0.009737604297697544, -0.05431618168950081, 0.0035153646022081375, 0.058782972395420074, -0.022619830444455147, -0.035502057522535324, -0.016357388347387314, 0.01344504114240408, 0.036252476274967194, -0.0006415428943000734, -0.01604471355676651, -0.043310005217790604, 0.04970645159482956, 0.06425032019615173, 0.007548877038061619, -0.015660569071769714, 0.03653835132718086, 0.029087744653224945, 0.02374546229839325, -0.0632140263915062, -0.051421698182821274, -0.015723105520009995, -0.022941438481211662, 0.057210661470890045, -0.0027917444240301847, -0.037306640297174454, -0.006945860106498003, 0.07361271977424622, -0.01041655708104372, 0.01954667828977108, -0.09541065990924835, 0.029802430421113968, 0.010086013935506344, 0.003024017671123147, 0.014892281964421272, 0.04091580584645271, 0.0005572321824729443, 0.11735153943300247, 0.0009988861856982112, 0.049277640879154205, 0.039700839668512344, -0.03937923163175583, -0.027747705578804016, 0.02011842653155327, 0.015714170411229134, -0.006771655287593603, -0.005127876065671444, -0.07161159813404083, -0.015115621499717236, -0.022941438481211662, 0.009308792650699615, -0.03948643431067467, 0.010157482698559761, -0.07246921956539154, 0.010273619554936886, -0.023584656417369843, 0.0031669549643993378, 0.019296538084745407, 0.04867015779018402, 0.0015209424309432507, 0.011836996302008629, -0.009612534195184708, -0.003258524229750037, -0.04413189738988876, -0.05931898579001427, 0.041273150593042374, -0.03289344906806946, 0.001978788524866104, -0.07286229729652405, 0.020958183333277702, 0.029605891555547714, -0.005873830523341894, -0.010175350122153759, 0.04741945490241051, -0.01913573406636715, 0.008102758787572384, 0.02258409559726715, -0.08469036221504211, -0.010059213265776634, -0.002186494180932641, 0.04302413389086723, -0.009701870381832123, 0.02613966166973114, -0.027622636407613754, 0.07136145234107971, -0.03709223493933678, -0.020386435091495514, -0.027086621150374413, -0.05760373920202255, -0.032696910202503204, 0.003488563932478428, -0.04902749881148338, 0.030070437118411064, -0.007633746135979891, 0.06264227628707886, -0.05092141777276993, -0.006177572067826986, -0.021208323538303375, 0.041809163987636566, 0.0001301650918321684, -0.021083254367113113, -0.06882432103157043, -0.053994569927453995, 0.029266415163874626, 0.04002244770526886, 0.013721982017159462, 0.023513188585639, 0.0021250757854431868, 0.03317932412028313, 0.01714354380965233, -0.035216182470321655, 0.030642187222838402, 0.03428708761930466, 0.04095154255628586, -0.0031379207503050566, 0.0040871137753129005, -0.00672252057120204, 0.0072317346930503845, 0.07497062534093857, 0.004553893581032753, -0.06996781378984451, -0.025943122804164886, -0.023727593943476677, -0.03028484433889389, 0.017813563346862793, -0.06056968867778778, 0.013775583356618881, 0.007544410414993763, 0.03396547958254814, 0.045775674283504486, 0.003314359113574028, 0.05492366477847099, 0.0027068753261119127, -0.02642553672194481, -0.007133465260267258, 0.006816323380917311, 0.022887837141752243, 0.04849148541688919, -0.024549484252929688, -0.022155283018946648, 0.02765837125480175, 0.023120110854506493, -0.008290364407002926, 0.002412067260593176, -0.09812646359205246, 0.025532178580760956, 0.041987836360931396, -0.056924786418676376, -0.019475208595395088, 0.0024478016421198845, -0.0026555072981864214, 0.008973783813416958, -0.0021295426413416862, -0.0011993334628641605, -0.000989952590316534, 0.0031602547969669104, 0.04631169140338898, -0.04055846482515335, -0.013293170370161533, 0.023012908175587654, 0.013802384957671165, -0.014856547117233276, -0.016303787007927895, 0.05774667486548424, 0.021690737456083298, -0.01675046607851982, 0.01239981222897768, -0.077472023665905, 0.032875582575798035, 0.03557352349162102, -0.015151355415582657, 0.016500325873494148, 0.007723081856966019, 0.004339487757533789, 0.03464443236589432, 0.006543849129229784, 0.000044772601540898904, 0.060069408267736435, -0.06142731010913849, -0.009407062083482742, 0.05034966766834259, -0.0329291857779026, 0.03133900463581085, -0.004254618659615517, -0.0013724216260015965, 0.002252379432320595, -0.023656126111745834, -0.05524527281522751, -0.0507427453994751, -0.010720298625528812, 0.004989405628293753, -0.05238652601838112, 0.004544959869235754, -0.04806267097592354, 0.012364077381789684, -0.008446701802313328, 0.029963234439492226, -0.020636575296521187, 0.021744338795542717, 0.006557249464094639, 0.013328904286026955, 0.008031290024518967, -0.0006599684129469097, -0.004846468567848206, -0.03662768751382828, -0.004904536530375481, 0.04534686356782913, -0.023245181888341904, -0.041273150593042374, -0.04216650873422623, 0.018706921488046646, 0.0073076700791716576, 0.0023539988324046135, -0.032768379896879196, 0.04584714397788048, 0.03394761309027672, -0.009978811256587505, -0.06521514803171158, -0.05478072538971901, -0.0070798639208078384, 0.03103526495397091, -0.0027493098750710487, 0.004067013505846262, 0.023709727451205254, -0.00523507921025157, -0.034805238246917725, 0.013328904286026955, -0.07997342944145203, 0.023441718891263008, 0.029034141451120377, 0.000549694465007633, -0.01755448989570141, 0.00004602888657245785, 0.039593636989593506, -0.05910458043217659, 0.01767062582075596, 0.0011222813045606017, -0.06292815506458282, 0.004815200809389353, -0.02999896928668022, 0.08511917293071747, -0.06621570885181427, -0.01965388096868992, 0.08997903764247894, -0.032464638352394104, 0.005949765909463167, 0.01009494811296463, 0.04130888357758522, 0.0031155867036432028, -0.04456070810556412, 0.04902749881148338, -0.02333451621234417, -0.03232169896364212, -0.015240691602230072, 0.01698273979127407, -0.0045248595997691154, 0.04020112007856369, 0.05410177260637283, 0.03435855731368065, 0.010371888987720013, 0.08340392261743546, 0.05217212066054344, -0.02410280518233776, 0.015017352066934109, -0.0008749327389523387, -0.010398689657449722, 0.025996724143624306, 0.01703634113073349, 0.02765837125480175, -0.040629930794239044, -0.012515949085354805, -0.06721626967191696, 0.003915142267942429, 0.08090252429246902, 0.051314495503902435, 0.009496398270130157, 0.005775561090558767, 0.07193320244550705, -0.0035376986488699913, 0.021744338795542717, -0.005043006967753172, -0.02887333743274212, -0.03973657265305519, -0.014159727841615677, -0.02322731353342533, 0.02426360920071602, -0.032357435673475266, -0.01207820326089859, 0.04791973531246185, 0.019850419834256172, 0.013587978668510914, 0.0028341789729893208, -0.07997342944145203, -0.0160357803106308, 0.10984732955694199, -0.002561704721301794, 0.07811523973941803, -0.02088671550154686, 0.026479138061404228, 0.04649036377668381, -0.019939756020903587, -0.05274387076497078, -0.02070804312825203, 0.05492366477847099, -0.02549644373357296, -0.07532796263694763, -0.003957577049732208, -0.014329466037452221, 0.044667910784482956, 0.03373320773243904, -0.06160598248243332, -0.04691917449235916, 0.022709166631102562, -0.0034818637650460005, 0.024888960644602776, 0.015356827527284622, -0.006758254952728748, 0.017831429839134216, -0.016643263399600983, 0.0029793495777994394, -0.022941438481211662, -0.03425135463476181, 0.078401118516922, 0.020565105602145195, -0.08311805129051208, 0.02129765972495079, 0.038950417190790176, 0.022852104157209396, 0.0045248595997691154, 0.025049764662981033, -0.021226191893219948, -0.012926893308758736, 0.017715293914079666, -0.017840363085269928, -0.019743217155337334, -0.06921739876270294, -0.0030664519872516394, 0.012891159392893314, 0.0061641717329621315, -0.026336200535297394, -0.011300981976091862, -0.0164645928889513, 0.024424413219094276, 0.014552805572748184, 0.041273150593042374, -0.005043006967753172, 0.028748268261551857, 0.021458463743329048, 0.006686786189675331, -0.08826379477977753, -0.032178763300180435, -0.026854347437620163, 0.057496536523103714, 0.009943077340722084, -0.010541627183556557, 0.02544284239411354, -0.016178717836737633, 0.019099999219179153, 0.08490476757287979, -0.027265293523669243, 0.08183161169290543, 0.003796772565692663, 0.037020765244960785, 0.022834235802292824, 0.030320577323436737, 0.047812532633543015, -0.09948436915874481, 0.032178763300180435, -0.05127876251935959, -0.02140486240386963, 0.04573994129896164, -0.013998923823237419, -0.006204372737556696, 0.10298633575439453, 0.03342946618795395, 0.008192094974219799, -0.0038369735702872276, -0.06678745895624161, 0.03173208236694336, 0.011604723520576954, -0.047026377171278, 0.010461225174367428, -0.03752104565501213, 0.06367857754230499, -0.040165387094020844, 0.043846022337675095, 0.008330565877258778, -0.020314965397119522, -0.012641019187867641, -0.04202356934547424, -0.027158090844750404, -0.07725761830806732, 0.03657408431172371, -0.02771197259426117, -0.012221140787005424, -0.01856398396193981, -0.04691917449235916, 0.08068811148405075, -0.022083815187215805, 0.04234518110752106, -0.031839288771152496, 0.01709887571632862, -0.009281991980969906, -0.024495882913470268, -0.04166622832417488, -0.02456735074520111, -0.05217212066054344, -0.007258535362780094, 0.04720504954457283, 0.018456781283020973, 0.05542394518852234, -0.025889521464705467, -0.09112253785133362, 0.023888399824500084, -0.029337884858250618, -0.025764450430870056, 0.04502525553107262, -0.009639334864914417, -0.012310476042330265, 0.021047519519925117, 0.02018989622592926, -0.021690737456083298, 0.024656686931848526, 0.011015106923878193, 0.00793748814612627, -0.008616439998149872, 0.02456735074520111, -0.010827501304447651, -0.07489915192127228, 0.02513910084962845, 0.04784826561808586, -0.009255191311240196, -0.024227874353528023, -0.02217315137386322, 0.0405941978096962, -0.031178202480077744, -0.049098968505859375, -0.031142467632889748, -0.011015106923878193, 0.002530437195673585, -0.07690027356147766, -0.029034141451120377, -0.013212768360972404, -0.07225481420755386, 0.00573089299723506, 0.0576394721865654, -0.01411505974829197, -0.012542749755084515, 0.05535247549414635, 0.03248250484466553, 0.012810757383704185, -0.0442391000688076, -0.0640716552734375, 0.046704769134521484, 0.022887837141752243, 0.00019109490676783025, 0.06139157712459564, -0.013891720212996006, -0.020850980654358864, 0.010496959090232849, 0.04223797842860222, -0.05174330994486809, 0.004000011365860701, 0.005579022224992514, -0.02374546229839325, 0.013516509905457497, -0.027569035068154335, 0.03657408431172371, -0.04806267097592354, -0.010130682028830051, -0.06278521567583084, 0.03600233793258667, 0.001129539799876511, 0.017661692574620247, 0.013114498928189278, -0.0715043917298317, 0.027783440425992012, 0.001442773500457406, 0.021869409829378128, -0.021780073642730713, 0.0474909245967865, -0.06646585464477539, -0.006383044645190239, -0.007236201781779528, -0.06242787092924118, -0.042738258838653564, 0.0026845415122807026, -0.007405939511954784, 0.032696910202503204, 0.03174995258450508, 0.04073713347315788, -0.018653320148587227, -0.03155341371893883, 0.006972660776227713, 0.05467352271080017, 0.059712063521146774, -0.04398895800113678, 0.038771748542785645, 0.027086621150374413, 0.009362393990159035, -0.0010591878090053797, 0.03428708761930466, -0.011962066404521465, -0.040629930794239044, 0.05320841446518898, 0.018510382622480392, 0.017304349690675735, 0.03802132606506348, -0.017286481335759163, -0.034858837723731995, -0.027283160015940666, 0.02276276797056198, 0.06178465485572815, 0.019671747460961342, 0.02660420723259449, 0.020797379314899445, -0.07404153048992157, -0.018885591998696327, 0.012605284340679646, -0.013203834183514118, 0.042631056159734726, 0.05045687407255173, -0.041987836360931396, 0.013427173718810081, 0.03196435794234276, -0.050849951803684235, 0.0005100517300888896, -0.04548979923129082, -0.04055846482515335, 0.008603040128946304, -0.014722543768584728, -0.03023124299943447, 0.0016493626171723008, 0.013659447431564331, -0.037771183997392654, -0.020207762718200684, 0.022780634462833405, -0.016178717836737633, -0.00842883437871933, -0.06189185753464699, -0.07661440223455429, 0.005967632867395878, 0.05806828290224075, 0.07161159813404083, -0.03759251534938812, -0.019296538084745407, -0.07497062534093857, -0.03371533751487732, -0.03332226350903511, 0.004801800474524498, 0.00587829714640975, -0.05864003300666809, 0.027443964034318924, 0.06185612455010414, -0.02292357198894024, -0.01085430197417736, -0.058425627648830414, 0.09691149741411209, -0.042916927486658096, 0.024996163323521614, -0.0007906220271252096, 0.0590331107378006, -0.030409913510084152, -0.030534984543919563, 0.00910332053899765, -0.05914031341671944, 0.038307201117277145, 0.02760476991534233, 0.031660616397857666, 0.030088305473327637, -0.05488792806863785, 0.034983906894922256, 0.02531777136027813, 0.010979373008012772, -0.01587497629225254, -0.029713094234466553, -0.011345649138092995, 0.052779603749513626, 0.018599718809127808, 0.08676294982433319, -0.026800746098160744, -0.011899531818926334, -0.05914031341671944, -0.021047519519925117, -0.025228437036275864, -0.00485986890271306, 0.013998923823237419, -0.06814536452293396, 0.022369690239429474, 0.019278669729828835, -0.06046248599886894, 0.0035577991511672735, 0.018885591998696327, -0.022709166631102562, -0.0011535488301888108, 0.059890735894441605, 0.01738475076854229, -0.015204956755042076, -0.010228951461613178, -0.023370251059532166, 0.019886154681444168, -0.028605330735445023, 0.01778676174581051, 0.04481085017323494, 0.03103526495397091, 0.03344733268022537, 0.016759401187300682, -0.016670065000653267, -0.01170299295336008, -0.01400785706937313, -0.0479554682970047, 0.04441777244210243, -0.03677062317728996, 0.008817445486783981, -0.025996724143624306, -0.023816930130124092, 0.028283720836043358, 0.03212516009807587, -0.0715043917298317, -0.029266415163874626, -0.06299962103366852, 0.0033858276437968016, 0.017357951030135155, -0.015544433146715164, 0.005771094001829624, 0.02304864302277565, -0.028569595888257027, -0.026157528162002563, 0.05846136063337326, -0.011595789343118668, 0.09076519310474396, 0.0023383651860058308, 0.03980804234743118, -0.018045835196971893, 0.010684564709663391, 0.06153451278805733, -0.03518044576048851, 0.0001756007259245962, -0.02608606033027172, 0.013873852789402008, -0.06571543216705322, 0.008160827681422234, -0.03437642380595207, 0.002606372581794858, -0.027801308780908585, -0.03769971802830696, 0.018885591998696327, 0.020404301583766937, 0.0281229168176651, -0.03816426172852516, -0.011747661046683788, -0.01242661289870739, 0.028515994548797607, 0.0014907915610820055, 0.026121795177459717, 0.0576394721865654, -0.017518755048513412, 0.10741738975048065, 0.04738372191786766, -0.02771197259426117, 0.06596557050943375, -0.00771414814516902, 0.03937923163175583, 0.015142422169446945, 0.00587829714640975, 0.012087136507034302, 0.0008553905063308775, 0.008763844147324562, -0.02655060589313507, 0.018831990659236908, -0.011443918570876122, 0.024370811879634857, -0.02537137269973755, 0.021958746016025543, -0.022494759410619736, 0.005275280214846134, 0.02871253341436386, 0.005570088513195515, -0.051779042929410934, 0.07007502019405365, -0.032696910202503204, -0.05885443836450577, -0.04491805285215378, -0.020922450348734856, 0.056853316724300385, -0.02199447900056839, -0.04159475862979889, 0.03394761309027672, 0.0037722052074968815, 0.024013468995690346, -0.0035890666767954826, -0.025996724143624306, 0.016178717836737633, -0.04302413389086723, 0.03371533751487732, -0.042559586465358734, -0.02403133548796177, -0.014240129850804806, 0.024996163323521614, -0.0018269175197929144, -0.05238652601838112, -0.0036650020629167557, 0.0033322260715067387, -0.010291486978530884, -0.024192141368985176, 0.01733114942908287, -0.01743835210800171, -0.019886154681444168, 0.011926332488656044, 0.046061549335718155, -0.027229558676481247, 0.006284775212407112, 0.01733114942908287, 0.008151893503963947, 0.01803690195083618, -0.02923068031668663, -0.006427712272852659, 0.037485312670469284, -0.05535247549414635, 0.003950876649469137, 0.004357354715466499, -0.03128540515899658, -0.023763328790664673, 0.009326660074293613, -0.01047015842050314, 0.04570420831441879, -0.008419901132583618, -0.011229513213038445, 0.012256874702870846, 0.05227932333946228, -0.019850419834256172, 0.045239660888910294, -0.04091580584645271, -0.019332271069288254, -0.03133900463581085, -0.02794424444437027, -0.01657179556787014, -0.026157528162002563, -0.0005857080104760826, 0.08611973375082016, 0.016723666340112686, 0.009594667702913284, -0.040987275540828705, 0.02210168167948723, -0.0020580741111189127, 0.04370308294892311, -0.048562951385974884, -0.018242374062538147, 0.0036024670116603374, 0.04252384975552559, 0.054530587047338486, 0.04298839718103409, -0.004649929702281952, 0.03680635988712311, 0.04252384975552559, 0.027033019810914993, -0.03755677863955498, 0.018885591998696327 ]
10,486
datclass
Datclass
null
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(*args, **kwargs)
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,487
datclass
__datclass_init__
A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return:
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(self, *args, **kwargs)
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,488
datclass
__new__
Modify the `__init__` function to support extended attributes.
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(cls, *args, **kwargs)
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,489
datclass
__post_init__
Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ...
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(self, *args, **kwargs)
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,490
datclass
to_dict
Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return:
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(self, ignore_none=False, recursive_ignore=True) -> dict
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,491
datclass
to_file
Convert an instance to a JSON file. :param file_path: Save file path. :param encoding: same as json dumps :param ensure_ascii: same as json dumps :param indent: same as json dumps :param ignore_none: Ignore values that are None. :param sort_keys: same as json dumps :return:
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(self, file_path: str, encoding: str = 'utf8', ensure_ascii=True, indent=None, ignore_none=False, sort_keys=False)
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,492
datclass
to_str
Convert an instance to a JSON string. :param ensure_ascii: same as json dumps :param indent: same as json dumps :param ignore_none: Ignore values that are None. :param sort_keys: same as json dumps :param recursive_ignore: Ignore values that are None recursively. :return:
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(self, ensure_ascii=True, indent=None, ignore_none=False, sort_keys=False, recursive_ignore=True) -> str
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,493
typing
ForwardRef
Internal wrapper to hold a forward reference.
class ForwardRef(_Final, _root=True): """Internal wrapper to hold a forward reference.""" __slots__ = ('__forward_arg__', '__forward_code__', '__forward_evaluated__', '__forward_value__', '__forward_is_argument__', '__forward_is_class__', '__forward_module__') def __init__(self, arg, is_argument=True, module=None, *, is_class=False): if not isinstance(arg, str): raise TypeError(f"Forward reference must be a string -- got {arg!r}") try: code = compile(arg, '<string>', 'eval') except SyntaxError: raise SyntaxError(f"Forward reference must be an expression -- got {arg!r}") self.__forward_arg__ = arg self.__forward_code__ = code self.__forward_evaluated__ = False self.__forward_value__ = None self.__forward_is_argument__ = is_argument self.__forward_is_class__ = is_class self.__forward_module__ = module def _evaluate(self, globalns, localns, recursive_guard): if self.__forward_arg__ in recursive_guard: return self if not self.__forward_evaluated__ or localns is not globalns: if globalns is None and localns is None: globalns = localns = {} elif globalns is None: globalns = localns elif localns is None: localns = globalns if self.__forward_module__ is not None: globalns = getattr( sys.modules.get(self.__forward_module__, None), '__dict__', globalns ) type_ = _type_check( eval(self.__forward_code__, globalns, localns), "Forward references must evaluate to types.", is_argument=self.__forward_is_argument__, allow_special_forms=self.__forward_is_class__, ) self.__forward_value__ = _eval_type( type_, globalns, localns, recursive_guard | {self.__forward_arg__} ) self.__forward_evaluated__ = True return self.__forward_value__ def __eq__(self, other): if not isinstance(other, ForwardRef): return NotImplemented if self.__forward_evaluated__ and other.__forward_evaluated__: return (self.__forward_arg__ == other.__forward_arg__ and self.__forward_value__ == other.__forward_value__) return (self.__forward_arg__ == other.__forward_arg__ and self.__forward_module__ == other.__forward_module__) def __hash__(self): return hash((self.__forward_arg__, self.__forward_module__)) def __repr__(self): return f'ForwardRef({self.__forward_arg__!r})'
(arg, is_argument=True, module=None, *, is_class=False)
[ 0.03003501519560814, -0.021717926487326622, -0.03151534125208855, 0.02117254212498665, -0.020257078111171722, 0.044409748166799545, 0.005210354458540678, -0.01135565061122179, -0.002126749837771058, -0.03899487480521202, 0.044487662613391876, -0.01823137141764164, 0.039832428097724915, 0.034962937235832214, -0.03001553751528263, 0.004747753031551838, 0.007912921719253063, 0.005010705441236496, 0.02047133632004261, -0.013887785375118256, -0.024912310764193535, -0.003062909236177802, 0.025009701028466225, -0.01024540700018406, -0.01793920062482357, -0.016303053125739098, 0.022165918722748756, 0.03322939947247505, -0.03833262622356415, 0.00799570232629776, -0.00016191054601222277, -0.03118421509861946, -0.027035409584641457, -0.0423450842499733, 0.08741708844900131, -0.08928696811199188, -0.03003501519560814, 0.06260216236114502, -0.032216545194387436, -0.0313984714448452, 0.02855468913912773, -0.026567937806248665, -0.023256683722138405, -0.005385655909776688, -0.021601058542728424, 0.005268788430839777, -0.028243042528629303, 0.0358978807926178, 0.01000193227082491, -0.03665751963853836, 0.054148729890584946, -0.08149578422307968, -0.0013451966224238276, -0.004643058869987726, 0.007489275652915239, 0.03470972552895546, 0.01159912534058094, 0.04133222997188568, 0.008813777007162571, -0.026100466027855873, 0.04472139850258827, 0.009714632295072079, 0.0368717797100544, -0.004823229741305113, 0.021230977028608322, 0.0034329905174672604, -0.02076350525021553, -0.024814920499920845, 0.006125818472355604, -0.013059972785413265, -0.08546929061412811, 0.0017591032665222883, 0.04152701050043106, -0.015971926972270012, 0.013809873722493649, -0.045188866555690765, -0.007396755274385214, -0.017608076333999634, 0.015387588180601597, -0.03517719730734825, 0.0011236348655074835, -0.04043624550104141, -0.03145690634846687, -0.04242299869656563, -0.05029209330677986, -0.0010877223685383797, 0.00042486301390454173, -0.011930250562727451, 0.0029387371614575386, -0.024113714694976807, -0.03889748826622963, 0.007489275652915239, -0.006057645659893751, 0.009037773124873638, 0.03287879750132561, -0.03546936437487602, 0.01126800011843443, -0.06283590197563171, -0.016458876430988312, -0.0027123058680444956, 0.0511101670563221, 0.07222427427768707, -0.04631859064102173, -0.005638869479298592, 0.017111388966441154, 0.07331503927707672, -0.017666509374976158, -0.05527845025062561, 0.004903576336801052, -0.04164388030767441, -0.03792358934879303, -0.07491223514080048, -0.0052395714446902275, 0.008010311052203178, 0.021971140056848526, 0.0005122094880789518, -0.04748726636171341, -0.03743663802742958, 0.02504865638911724, 0.025905687361955643, 0.06731583178043365, -0.024795442819595337, -0.026957497000694275, 0.005862866062670946, 0.007245801389217377, -0.006374162621796131, 0.03605370596051216, 0.006320598069578409, 0.015329155139625072, -0.054538287222385406, 0.03149586170911789, 0.030736221000552177, -0.0608491487801075, 0.0983247458934784, 0.00555608794093132, 0.06521221250295639, -0.056719820946455, 0.07896365225315094, -0.11086855083703995, -0.00502044428139925, 0.008662822656333447, -0.038839053362607956, 0.01096609141677618, 0.041098497807979584, -0.01258276216685772, -0.003189516020938754, -0.007820401340723038, 0.04690292850136757, -0.009339681826531887, 0.004114719107747078, -0.0020184037275612354, -0.04094267264008522, 0.04464348405599594, 0.06007003039121628, -0.034748680889606476, 0.04620172083377838, -0.021756881847977638, 0.017374340444803238, -0.06092705950140953, 0.00760127417743206, -0.03521615266799927, -0.02078298293054104, -0.05827805772423744, -0.05196719616651535, 0.03375530615448952, -0.015562890097498894, 0.05714833363890648, -0.07530179619789124, -0.01330344658344984, 0.06618610769510269, -0.035157717764377594, -0.016361486166715622, 0.011316695250570774, 0.043708544224500656, -0.004635754507035017, 0.03667699918150902, -0.01184260006994009, 0.023568332195281982, -0.01082000695168972, 0.020607681944966316, 0.031826987862586975, -0.04359167441725731, -0.04955193027853966, -0.1212308257818222, 0.047331444919109344, 0.05352543294429779, -0.022750258445739746, 0.01871831901371479, 0.06626401841640472, 0.006773460656404495, -0.033190444111824036, -0.001599627430550754, 0.07978172600269318, 0.012845714576542377, 0.042656734585762024, -0.02526291459798813, -0.04468243941664696, 0.048694901168346405, 0.0013062406796962023, 0.03743663802742958, -0.04456557333469391, 0.027931394055485725, 0.03889748826622963, -0.00042547169141471386, -0.04631859064102173, -0.009154641069471836, 0.03001553751528263, 0.03089204430580139, -0.0013963262317702174, -0.01617644540965557, -0.035742055624723434, -0.026762716472148895, -0.010148017667233944, 0.03541093319654465, -0.02387997880578041, -0.01545576099306345, 0.03656013309955597, 0.0024956136476248503, 0.0540318600833416, 0.03880009800195694, 0.07261383533477783, 0.0003609509440138936, -0.04047520086169243, -0.010479142889380455, -0.009933759458363056, -0.035936836153268814, -0.013137884438037872, -0.000899638282135129, -0.011696514673531055, -0.08087249100208282, 0.0596415139734745, -0.012095813639461994, 0.0025272653438150883, -0.005458698142319918, 0.07728854566812515, -0.05196719616651535, 0.034281209111213684, 0.05255153775215149, 0.01033305749297142, 0.04222821816802025, -0.008716386742889881, 0.028827380388975143, 0.007591534871608019, -0.0026441330555826426, 0.010148017667233944, -0.014949334785342216, 0.03957921639084816, 0.018357977271080017, -0.006539725232869387, -0.0010603314731270075, -0.03751455247402191, -0.026061510667204857, -0.037495072931051254, -0.03439807891845703, -0.016127750277519226, 0.0421113483607769, -0.06396561861038208, 0.013089189305901527, 0.008141787722706795, 0.03266454115509987, 0.04760413616895676, -0.01018697302788496, 0.06170617789030075, 0.017004258930683136, -0.0018723189132288098, -0.03463181480765343, -0.02730810083448887, -0.048811767250299454, 0.005478176288306713, 0.018932577222585678, 0.13198265433311462, -0.07097768783569336, -0.00445558363571763, 0.07347086817026138, -0.06751061230897903, -0.012368504889309406, 0.02506813406944275, 0.019370831549167633, 0.020062299445271492, -0.017374340444803238, 0.007698663976043463, -0.08414478600025177, -0.03167116269469261, -0.06906884908676147, -0.01648809388279915, 0.07810661941766739, -0.010936874896287918, 0.02604203298687935, 0.06575759500265121, -0.018182676285505295, 0.09162432700395584, -0.037767764180898666, 0.05204511061310768, 0.0032187330070883036, 0.03541093319654465, 0.01784181222319603, -0.08539137989282608, -0.024503273889422417, 0.029197461903095245, 0.0042121089063584805, 0.006408249028027058, 0.00029490850283764303, 0.007917790673673153, 0.01763729378581047, 0.0192247461527586, -0.04962984099984169, 0.005775215104222298, 0.0284767784178257, -0.008662822656333447, 0.034962937235832214, 0.021075153723359108, -0.010849223472177982, -0.06490056216716766, -0.03186594322323799, 0.012904148548841476, -0.0026343942154198885, 0.04425392672419548, -0.07592508941888809, 0.009724372066557407, 0.02808721922338009, 0.0034135126043111086, 0.036501698195934296, 0.016536789014935493, 0.023042427375912666, -0.0317685529589653, -0.002882738132029772, -0.033287834376096725, 0.02670428343117237, 0.016342008486390114, -0.03930652514100075, -0.007922660559415817, -0.009130293503403664, 0.025516128167510033, 0.012991799041628838, 0.0234904196113348, -0.02078298293054104, 0.026762716472148895, 0.0017810160061344504, 0.011404345743358135, -0.0469808392226696, 0.0205687265843153, 0.0442928820848465, -0.004903576336801052, -0.026762716472148895, -0.019731173291802406, 0.00445558363571763, -0.03108682483434677, 0.04627963528037071, 0.07534074783325195, -0.029470153152942657, -0.02553560584783554, -0.04000772908329964, -0.030950479209423065, -0.026451069861650467, -0.013946219347417355, -0.043708544224500656, 0.02232174202799797, -0.009349420666694641, 0.0015399762196466327, -0.04417601227760315, 0.09996089339256287, 0.008755343034863472, -0.08476807922124863, 0.01106348168104887, 0.014618209563195705, -0.032722972333431244, -0.010995308868587017, 0.008818646892905235, -0.005424611736088991, 0.010586271062493324, 0.0122905932366848, -0.0557459220290184, 0.01237824372947216, -0.04121536388993263, -0.05095434561371803, 0.014394212514162064, 0.04760413616895676, -0.012485372833907604, 0.006393640302121639, -0.04312420263886452, 0.06431622803211212, 0.01813398115336895, -0.04775995761156082, -0.0537981279194355, 0.014998028986155987, -0.004888968076556921, 0.035333018749952316, 0.025671951472759247, 0.0530579648911953, 0.09357211738824844, 0.022886604070663452, -0.039150699973106384, -0.003004475263878703, -0.029080593958497047, -0.0160693172365427, 0.0036229006946086884, 0.022477565333247185, 0.023821545764803886, -0.05107121169567108, 0.007820401340723038, 0.05734311416745186, 0.060108985751867294, -0.012991799041628838, 0.006885458715260029, 0.013800134882330894, 0.033969562500715256, 0.06969214230775833, 0.01389752421528101, -0.005288266111165285, 0.07105559855699539, -0.02156210131943226, -0.02232174202799797, -0.06895197927951813, -0.005035052541643381, -0.028710514307022095, 0.000024271364964079112, 0.03110630251467228, -0.06567968428134918, 0.02417214773595333, -0.0011705036740750074, 0.0011851121671497822, 0.02125045470893383, 0.0029923017136752605, 0.031534817069768906, -0.024444840848445892, 0.012748325243592262, -0.03646274283528328, 0.000699989206623286, -0.048811767250299454, 0.07128933817148209, 0.001409717369824648, -0.019185790792107582, -0.016049839556217194, -0.0230034701526165, -0.007732750382274389, -0.053096920251846313, -0.02534082718193531, -0.009427332319319248, 0.00945167988538742, 0.05703146755695343, -0.04647441208362579, 0.038079410791397095, 0.0051762680523097515, 0.012641196139156818, -0.020977763459086418, -0.014881161972880363, -0.004358193371444941, 0.016303053125739098, -0.07284757494926453, 0.007182497996836901, -0.008390131406486034, -0.007021804805845022, 0.03206072375178337, -0.01462794840335846, -0.04663023725152016, -0.04417601227760315, -0.02027655579149723, 0.009802283719182014, 0.009958107024431229, 0.046357546001672745, 0.011151132173836231, -0.013108666986227036, 0.0019477959722280502, -0.019351353868842125, -0.08406687527894974, 0.05243466794490814, 0.08492390811443329, -0.013585877604782581, -0.056486085057258606, -0.031028389930725098, 0.05407081916928291, -0.011394606903195381, -0.007138672284781933, -0.00341107789427042, -0.018747536465525627, 0.036715954542160034, -0.04230612888932228, -0.039929818361997604, 0.0006318163359537721, -0.07876887172460556, -0.009130293503403664, -0.005736259277909994, 0.03470972552895546, 0.0028389126528054476, -0.001852841000072658, 0.016906868666410446, 0.07218532264232635, 0.01852354034781456, 0.017189299687743187, 0.040319379419088364, -0.05636921525001526, 0.03957921639084816, -0.006276772823184729, 0.03278140723705292, -0.00731397420167923, -0.015562890097498894, -0.044604528695344925, 0.02777557075023651, -0.002294747158885002, -0.023159295320510864, 0.004706362262368202, -0.0011236348655074835, -0.011784166097640991, 0.043708544224500656, 0.06988692283630371, -0.0007888574036769569, 0.03996877372264862, -0.00166293082293123, -0.007723011076450348, 0.022886604070663452, 0.018679363653063774, -0.008609258569777012, 0.040514156222343445, 0.01782233454287052, -0.017588598653674126, 0.02991814725100994, 0.020588204264640808, -0.0014304127544164658, -0.05520053952932358, -0.07175680249929428, 0.007236062083393335, -0.009052381850779057, -0.0230034701526165, -0.03245028108358383, 0.03412538766860962, -0.017919722944498062, 0.0011911990586668253, 0.026061510667204857, 0.030249271541833878, -0.04651336744427681, 0.040903717279434204, -0.0006756417569704354, -0.006374162621796131, -0.04569529369473457, 0.019838303327560425, 0.06026480719447136, 0.05897926539182663, -0.037300292402505875, -0.0041536749340593815, 0.018484584987163544, 0.008638475090265274, 0.03714447095990181, -0.04666919261217117, 0.00013649789616465569, -0.005984603427350521, -0.02467857487499714, 0.016546526923775673, -0.04277360066771507, -0.02935328520834446, -0.02974284440279007, -0.05247362330555916, -0.007567187771201134, 0.038839053362607956, 0.04359167441725731, -0.013293707743287086, 0.009675676934421062, 0.031437426805496216, 0.05118807777762413, 0.022750258445739746, 0.023334596306085587, -0.0015911058289930224, 0.01354692131280899, 0.024931788444519043, -0.030638830736279488, -0.04250090941786766, -0.010157756507396698, 0.0774054154753685, -0.04740935564041138, 0.0044166273437440395, 0.006885458715260029, 0.003062909236177802, -0.0005097747198306024, 0.026645850390195847, 0.0025540476199239492, 0.0343201644718647, 0.02923641912639141, -0.0489286370575428, 0.004199935123324394, 0.07553552836179733, -0.06786121428012848, 0.0747174546122551, -0.028691034764051437, -0.04885072261095047, -0.016624439507722855, 0.020334990695118904, -0.007766836788505316, -0.005259049125015736, 0.06969214230775833, -0.0440591461956501, -0.05091538652777672, -0.07117246836423874, -0.0234904196113348, -0.006841633468866348, -0.01589401625096798, 0.010177234187722206, 0.0006269468576647341, -0.055239494889974594, 0.047136664390563965, 0.05422664061188698, 0.009670807048678398, 0.011316695250570774, -0.019419526681303978, 0.0004960792721249163, -0.030190838500857353, -0.03839106112718582, -0.007055891212075949, -0.025691429153084755, 0.03141795098781586, 0.006422857288271189, -0.015416805632412434, 0.03003501519560814, -0.03876114264130592, -0.010089583694934845, 0.011277738958597183, -0.0688740685582161, -0.011345911771059036, -0.054148729890584946, 0.042929425835609436, -0.04074789211153984, 0.07584717869758606, 0.018562495708465576, -0.00597486412152648, -0.041371189057826996, 0.005833649076521397, 0.030969956889748573, 0.012641196139156818, 0.017315907403826714, -0.001257545780390501, 0.010625227354466915, 0.014306562021374702, -0.016410181298851967, -0.022769736126065254, 0.013712484389543533, 0.0017700595781207085, -0.032995663583278656, -0.053876038640737534, 0.04678605869412422, 0.01852354034781456, 0.009052381850779057, 0.03161272779107094, -0.06431622803211212, -0.023626765236258507, -0.05165554955601692, 0.02331511862576008, -0.04121536388993263, -0.002894911915063858, 0.05329170078039169, -0.08461225777864456, 0.043630629777908325, 0.028788425028324127, 0.008794299326837063, 0.05851179361343384, 0.06419935822486877, -0.020120732486248016, 0.014131260104477406, 0.0083365673199296, -0.005015574861317873, -0.02234121970832348, 0.017043214291334152, 0.027132797986268997, -0.022633390501141548, -0.02719123288989067, 0.007786314468830824, -0.01000193227082491, -0.052395712584257126, 0.032917752861976624, 0.057070422917604446, 0.03225550055503845, 0.010488881729543209, 0.024347450584173203, -0.04807160422205925, -0.01453055813908577, -0.01213476900011301, -0.056486085057258606, -0.03745611757040024, -0.04121536388993263, 0.015212287195026875, 0.018309282138943672, -0.026567937806248665, -0.01096609141677618, -0.006223208270967007, 0.041371189057826996, -0.06217364966869354, 0.016312791034579277, -0.016147229820489883, -0.010615488514304161, 0.03283984214067459, 0.0337163507938385, 0.02972336672246456, -0.07386042177677155, -0.00784474890679121, 0.024503273889422417, 0.06786121428012848, -0.014433168806135654, -0.04620172083377838, -0.009130293503403664, -0.03424225375056267, -0.056486085057258606, 0.007391885854303837, -0.04546155780553818, 0.029587021097540855, -0.009583156555891037, 0.015971926972270012, -0.03580049052834511, 0.02436692826449871, 0.031262125819921494, -0.006564072798937559, -0.004884098656475544, 0.007119194604456425, 0.023412508890032768, 0.0037348989862948656, 0.00387367932125926, 0.020977763459086418, -0.01389752421528101, 0.024327972903847694, -0.05040895938873291, 0.005268788430839777, 0.06587446480989456, -0.05321378633379936, 0.008248915895819664, 0.019536394625902176, 0.017296427860856056, 0.0752238854765892, -0.013634571805596352, 0.034066952764987946, 0.01639070361852646, 0.04355271905660629, -0.0015034551033750176, 0.02251652255654335, -0.014696121215820312, 0.04366958513855934, 0.0995713323354721, 0.014783771708607674, 0.029781801626086235, -0.020821940153837204, -0.05559009686112404, -0.003566901432350278, -0.037495072931051254, -0.05333065614104271, 0.023607287555933, -0.0012758063385263085, 0.04316316172480583, -0.022555477917194366, -0.019760390743613243, 0.05364230275154114, 0.010070105083286762, -0.027658702805638313, -0.020062299445271492, 0.034943461418151855, -0.041488055139780045, 0.014043609611690044, 0.023568332195281982, 0.009169249795377254, -0.012835975736379623, 0.05048687383532524, 0.0023823981173336506, -0.04125431925058365, -0.01755938120186329, -0.052200932055711746, -0.09629903733730316, -0.05847283825278282, -0.003954025916755199, -0.019059184938669205, -0.0012952843680977821, -0.0161861851811409, 0.012241898104548454, -0.011121915653347969, 0.03219706937670708 ]
10,494
typing
__eq__
null
def __eq__(self, other): if not isinstance(other, ForwardRef): return NotImplemented if self.__forward_evaluated__ and other.__forward_evaluated__: return (self.__forward_arg__ == other.__forward_arg__ and self.__forward_value__ == other.__forward_value__) return (self.__forward_arg__ == other.__forward_arg__ and self.__forward_module__ == other.__forward_module__)
(self, other)
[ 0.030343543738126755, -0.031352635473012924, -0.02335071936249733, 0.05912919342517853, -0.047763641923666, -0.01982775330543518, -0.015295695513486862, -0.009391628205776215, 0.031033974140882492, 0.006129785440862179, 0.03576076775789261, -0.09821819514036179, 0.0664229765534401, 0.0730794370174408, 0.013374881818890572, 0.008692345581948757, -0.024200480431318283, 0.023545457050204277, 0.02310287393629551, -0.015154068358242512, -0.03069761022925377, -0.006886603776365519, 0.021792825311422348, 0.002708612708374858, -0.006598924286663532, 0.04599330574274063, 0.002015969017520547, 0.018128231167793274, -0.06086412072181702, 0.08724211156368256, -0.019898567348718643, -0.04702010005712509, 0.006457297131419182, -0.023297609761357307, 0.06153684854507446, -0.01625167578458786, -0.04546220600605011, 0.05020670220255852, -0.050419144332408905, -0.04372727870941162, -0.0028303232975304127, -0.018013160675764084, -0.01561435591429472, 0.020447371527552605, -0.02719234675168991, -0.004872847348451614, -0.08143541216850281, 0.03983253985643387, 0.03908899798989296, 0.02106698788702488, -0.0031578352209180593, -0.08023158460855484, -0.013507656753063202, 0.059766512364149094, -0.008165670558810234, 0.030166510492563248, 0.018358375877141953, 0.02692679688334465, -0.04847177490592003, 0.013605025596916676, 0.01954449899494648, -0.012675599195063114, 0.042771294713020325, -0.03636268153786659, -0.007209689822047949, -0.021491868421435356, -0.009497848339378834, 0.006899881176650524, 0.03661052882671356, 0.02136794477701187, -0.06256364285945892, -0.0032153711654245853, -0.0011628888314589858, -0.007045933976769447, -0.024979429319500923, 0.008510885760188103, 0.0022317287512123585, 0.05020670220255852, 0.00220959959551692, -0.06118278205394745, -0.006231579463928938, -0.05410144105553627, -0.040753114968538284, -0.044860292226076126, -0.12838470935821533, 0.00012088069343008101, 0.0018134870333597064, -0.0037287683226168156, 0.030874645337462425, -0.01773875765502453, -0.012861484661698341, 0.008413517847657204, 0.015596652403473854, -0.04266507551074028, 0.04825933650135994, 0.005660646595060825, -0.017960049211978912, -0.039230626076459885, -0.0091349296271801, 0.006382057908922434, 0.017570575699210167, 0.04666603356599808, -0.008625958114862442, 0.03526507690548897, 0.015658613294363022, 0.05208325758576393, -0.00843122135847807, -0.05381818860769272, -0.027811964973807335, -0.03530048206448555, -0.06567943096160889, 0.0015235946048051119, -0.01651722751557827, 0.03232631832361221, 0.0021830445621162653, -0.02772344835102558, 0.010321053676307201, -0.02713923715054989, 0.033176079392433167, 0.023527754470705986, 0.03050287440419197, 0.07180479168891907, 0.0240765567868948, -0.02437751367688179, 0.03884115070104599, 0.00333486869931221, 0.02289043366909027, -0.001297876937314868, -0.02207607962191105, -0.04648900032043457, 0.076124407351017, 0.010099762119352818, -0.010126316919922829, 0.1002717837691307, 0.05619043484330177, 0.02129713073372841, 0.010737082920968533, 0.07796555757522583, 0.0027329549193382263, 0.022943543270230293, -0.014915073290467262, -0.041071776300668716, 0.009015431627631187, 0.03657512366771698, -0.015251437202095985, 0.044293783605098724, -0.08603828400373459, 0.05172919109463692, 0.023209093138575554, 0.004383792169392109, 0.019243542104959488, -0.010843303054571152, 0.05264976620674133, -0.003582715755328536, -0.07746986299753189, -0.006342225708067417, -0.025740671902894974, 0.00026624181191436946, -0.023740194737911224, 0.025244979187846184, -0.009488996118307114, -0.010082058608531952, -0.019721534103155136, -0.021226318553090096, 0.0013764355098828673, -0.03376029059290886, -0.01901339925825596, -0.04188612848520279, 0.01982775330543518, 0.06691867113113403, -0.021509571000933647, -0.022412441670894623, -0.0025337920524179935, 0.001289025298319757, 0.004359450191259384, -0.0009161484194919467, 0.02207607962191105, 0.015826795250177383, -0.03664593771100044, 0.0046869623474776745, 0.02696220390498638, -0.06086412072181702, -0.056261248886585236, -0.07343350350856781, 0.04114258661866188, 0.03561914339661598, -0.04390431195497513, 0.027882779017090797, 0.03813301771879196, 0.027741150930523872, -0.04068230092525482, -0.024483734741806984, 0.036929190158843994, 0.002783851930871606, 0.00039666570955887437, -0.029405266046524048, -0.010922967456281185, -0.012808374129235744, 0.02742249146103859, 0.05636747181415558, 0.001960646128281951, -0.043019142001867294, -0.016393303871154785, -0.0035229669883847237, -0.053464122116565704, -0.041532061994075775, -0.007780622690916061, 0.01981005072593689, 0.041744500398635864, -0.03459234908223152, -0.0395846925675869, -0.05311005190014839, 0.010312202386558056, 0.006713995710015297, -0.0011949761537835002, 0.04195694252848625, 0.020500481128692627, -0.05509283021092415, 0.013622729107737541, 0.04921531677246094, 0.09262393414974213, -0.01638445071876049, -0.012808374129235744, -0.0048772734589874744, -0.03018421307206154, 0.016959810629487038, -0.01386172417551279, 0.0030184213537722826, -0.009382775984704494, -0.08511771261692047, 0.0725129246711731, 0.026077035814523697, 0.02441292069852352, -0.01420693937689066, 0.04829474166035652, -0.0032175839878618717, 0.0012635766761377454, 0.05696938559412956, -0.08072727918624878, 0.013596173375844955, 0.005160526838153601, 0.016950959339737892, 0.024200480431318283, 0.028396176174283028, 0.012622489593923092, -0.0913492888212204, -0.01066626887768507, -0.004518780391663313, -0.00029072220786474645, 0.00916148442775011, -0.03356555476784706, -0.03859330713748932, -0.06482966989278793, -0.03661052882671356, -0.012233016081154346, -0.02568756230175495, -0.05488038808107376, -0.015339953824877739, 0.036468904465436935, 0.034893304109573364, 0.0251210555434227, 0.02485550567507744, 0.013755504041910172, 0.017340432852506638, -0.023775599896907806, -0.019509093835949898, -0.04344402253627777, -0.0002239197347080335, 0.04705550894141197, -0.009064115583896637, 0.055977996438741684, -0.07470814138650894, -0.007448684889823198, 0.0943942666053772, -0.03891196474432945, -0.020889954641461372, 0.04748038947582245, -0.003496411954984069, -0.009214594028890133, -0.001306728576309979, 0.004638277925550938, -0.024023447185754776, -0.029387563467025757, -0.0943942666053772, -0.05459713563323021, 0.044045936316251755, -0.02945837564766407, -0.004974641837179661, 0.03636268153786659, -0.06397990882396698, 0.07994833588600159, -0.031671296805143356, 0.05806699022650719, -0.008767584338784218, -0.0015811305493116379, 0.05838565155863762, -0.033901918679475784, -0.04029282554984093, 0.05335789918899536, 0.044045936316251755, 0.017898088321089745, 0.02136794477701187, -0.02081914059817791, -0.01259593479335308, 0.0386287122964859, -0.015304546803236008, 0.021934451535344124, 0.08759617805480957, -0.00403857696801424, 0.012905742973089218, 0.016641149297356606, 0.013551915064454079, -0.010843303054571152, 0.008440072648227215, 0.05558852106332779, -0.010117465630173683, 0.02848469279706478, -0.06971579790115356, 0.008227632381021976, 0.03376029059290886, -0.01876555196940899, 0.07994833588600159, -0.027599524706602097, -0.008975598961114883, 0.005859809461981058, -0.05615502968430519, -0.01640215516090393, 0.0411071814596653, 0.02944067306816578, 0.008382536470890045, 0.008519737981259823, 0.010267944075167179, 0.09474833309650421, 0.03268038481473923, -0.01294114999473095, -0.04043445363640785, 0.017172250896692276, 0.04160287603735924, 0.023421533405780792, -0.023740194737911224, 0.019756939262151718, 0.002971949987113476, 0.008692345581948757, -0.0772574245929718, -0.019987083971500397, 0.010622010566294193, -0.08058565109968185, 0.0371062234044075, 0.05732345208525658, -0.03531818464398384, -0.06606891006231308, 0.007346890866756439, 0.01765909232199192, -0.013985647819936275, -0.00235011987388134, 0.030786126852035522, 0.0030162085313349962, 0.00813469011336565, -0.0014273326378315687, -0.01090526394546032, 0.10728231072425842, 0.01345454715192318, -0.04949856922030449, 0.013109331950545311, -0.012711006216704845, 0.0329282321035862, -0.03478708490729332, -0.021474165841937065, -0.04287751764059067, 0.011816986836493015, -0.04705550894141197, -0.017092585563659668, -0.01269330270588398, -0.03685837611556053, -0.04011579230427742, -0.016685407608747482, -0.0411071814596653, -0.00045530806528404355, 0.01903110183775425, -0.03243253752589226, 0.09906795620918274, 0.017552873119711876, -0.05767751857638359, -0.026077035814523697, 0.0015689594438299537, -0.010011245496571064, 0.010418422520160675, 0.006271412130445242, 0.07520383596420288, 0.05303924158215523, -0.026289476081728935, -0.05077321082353592, -0.02032344788312912, 0.004651555325835943, -0.00988732185214758, 0.0033326558768749237, -0.0014505683211609721, 0.029281342402100563, -0.07414163649082184, -0.07711579650640488, 0.05257895216345787, 0.06748517602682114, -0.002261603018268943, -0.011737321503460407, -0.0031888161320239305, 0.043019142001867294, 0.03129952400922775, 0.03813301771879196, -0.017331581562757492, 0.07527464628219604, -0.02917512319982052, -0.005625240039080381, -0.025298088788986206, -0.01166650839149952, -0.06291770935058594, -0.022766510024666786, 0.02613014541566372, -0.05102105811238289, 0.07980670779943466, 0.01358732208609581, 0.009754546917974949, 0.04131961986422539, -0.014038757421076298, -0.009418183006346226, -0.01004665158689022, -0.03661052882671356, 0.00591291906312108, 0.04521435871720314, -0.001251405687071383, 0.014684929512441158, -0.04294833168387413, -0.0441521592438221, 0.03742488473653793, 0.04390431195497513, 0.014773446135222912, -0.008710049092769623, 0.0032175839878618717, -0.028059812262654305, 0.00831614900380373, 0.0447186641395092, -0.0048772734589874744, -0.03484019637107849, -0.023970337584614754, -0.01258708257228136, -0.04595790058374405, -0.029299046844244003, 0.006824641954153776, 0.025545936077833176, 0.00855514407157898, 0.03728325664997101, -0.02007560059428215, 0.0037177037447690964, -0.019969379529356956, -0.02818373590707779, -0.07187560945749283, -0.014392824843525887, -0.02034115046262741, -0.01959761045873165, 0.01850000210106373, 0.00629354128614068, -0.0073026325553655624, -0.012197609059512615, -0.034397609531879425, -0.05509283021092415, -0.03245024383068085, 0.09375695139169693, 0.014693781733512878, -0.0032352874986827374, -0.00441919919103384, 0.05335789918899536, 0.07169856876134872, -0.04748038947582245, 0.0029431821312755346, -0.007908971980214119, -0.016180863603949547, 0.04553302004933357, -0.04390431195497513, 0.02535119839012623, -0.015561245381832123, -0.020234931260347366, -0.03023732453584671, -0.002378887729719281, 0.037495698779821396, -0.0039345696568489075, 0.054243069142103195, -0.03280431032180786, -0.014021053910255432, 0.020500481128692627, 0.015339953824877739, 0.003985466901212931, -0.014552154578268528, -0.0355837345123291, -0.06051005423069, 0.03276890143752098, 0.04308995604515076, -0.0481531135737896, 0.023014357313513756, 0.008019617758691311, 0.0027152514085173607, 0.025333495810627937, -0.00800191517919302, 0.03933684527873993, -0.0008370365831069648, 0.05048995837569237, 0.05367656052112579, -0.026838280260562897, 0.010719379410147667, -0.03179521858692169, -0.012737561017274857, 0.05944785475730896, 0.04185072332620621, -0.005235766060650349, 0.019261246547102928, 0.00005449312811833806, 0.049640197306871414, 0.04578086733818054, 0.007603589445352554, -0.04620574787259102, -0.047905270010232925, -0.08355981856584549, 0.0422401949763298, -0.024519141763448715, -0.005173804238438606, -0.03296364098787308, -0.0246430654078722, 0.004917105659842491, -0.030166510492563248, 0.03448612987995148, 0.030679907649755478, -0.0816478580236435, -0.007661125157028437, -0.028590911999344826, -0.022713400423526764, 0.0018013159278780222, -0.032857418060302734, 0.03269809111952782, -0.005625240039080381, -0.04344402253627777, 0.0012536185095086694, 0.03312297165393829, -0.01118851825594902, 0.02666124701499939, -0.013693542219698429, 0.01880095899105072, -0.021226318553090096, -0.00014563772128894925, -0.022518662735819817, -0.011852393858134747, 0.014003350399434566, 0.005395096261054277, -0.024483734741806984, 0.009320814162492752, 0.04142584279179573, -0.022430146113038063, -0.020535888150334358, 0.03813301771879196, 0.010383015498518944, 0.08150622993707657, 0.05353493243455887, 0.018234452232718468, 0.05927082151174545, -0.012277274392545223, 0.06922010332345963, -0.050171297043561935, -0.01954449899494648, -0.027829667553305626, 0.0431961752474308, -0.07343350350856781, 0.008873804472386837, 0.03252105787396431, 0.009356221184134483, -0.0166500024497509, -0.03675215691328049, -0.011489475145936012, 0.04903828352689743, 0.017349284142255783, -0.015543541871011257, 0.008670216426253319, -0.009984689764678478, -0.08575503528118134, 0.008152393624186516, -0.005235766060650349, 0.03664593771100044, -0.033937323838472366, 0.007532775867730379, -0.05229569971561432, 0.004290849901735783, 0.046843066811561584, -0.014658374711871147, -0.054738759994506836, -0.08745455741882324, -0.017535168677568436, 0.008046173490583897, -0.0532870888710022, -0.00011334293958498165, -0.0005230787210166454, -0.005138397682458162, 0.00026624181191436946, 0.06401532143354416, 0.014083015732467175, 0.04093014821410179, -0.01321555208414793, 0.004087261389940977, -0.07541627436876297, -0.022518662735819817, 0.006466148886829615, -0.04726794734597206, 0.005098565015941858, 0.05417225509881973, 0.01259593479335308, 0.06872440874576569, -0.0365397185087204, 0.020181819796562195, -0.058775126934051514, -0.010338757187128067, -0.02570526674389839, 0.0055765556171536446, 0.057217229157686234, -0.05466794967651367, 0.08271005749702454, 0.03050287440419197, 0.0009039773722179234, -0.05665072426199913, 0.00915263220667839, -0.022430146113038063, -0.01434856653213501, 0.042771294713020325, -0.0008630383526906371, 0.03554832935333252, 0.0017769738333299756, -0.003932356834411621, -0.0006710676825605333, 0.03048516996204853, -0.00916148442775011, 0.005005622748285532, -0.0747789517045021, 0.02614784985780716, 0.021173207089304924, 0.006452871486544609, 0.0553760826587677, -0.04365646466612816, 0.01536650862544775, -0.06532536447048187, 0.05335789918899536, -0.08511771261692047, 0.030308136716485023, -0.00610765628516674, -0.05990814045071602, 0.0559425912797451, 0.003750897478312254, -0.02563445270061493, 0.04316077008843422, 0.019756939262151718, -0.005620813928544521, -0.025988519191741943, 0.006598924286663532, 0.01691555231809616, 0.0123215327039361, 0.02921053022146225, -0.006413038820028305, 0.034132059663534164, -0.02289043366909027, 0.03962010145187378, -0.03147655725479126, -0.009719139896333218, 0.015003589913249016, 0.05403062701225281, 0.008063876070082188, 0.0037398329004645348, -0.01764138974249363, -0.06992823630571365, 0.024483734741806984, -0.017092585563659668, -0.008816269226372242, 0.0017282896442338824, -0.04266507551074028, -0.00023401617363560945, 0.02437751367688179, -0.048400960862636566, -0.03611483797430992, -0.026838280260562897, 0.02770574390888214, -0.041992347687482834, -0.002991866320371628, -0.016676556318998337, 0.008187799714505672, 0.012958853505551815, 0.033901918679475784, 0.03503493219614029, -0.019969379529356956, -0.009276555851101875, -0.03682297095656395, 0.0365397185087204, 0.018730144947767258, 0.03195454925298691, 0.010887561365962029, -0.061466034501791, -0.04450622573494911, -0.010347608476877213, -0.01984545588493347, 0.007023804355412722, -0.010861005634069443, 0.04156746715307236, -0.00010615095379762352, 0.03165359050035477, 0.018030863255262375, -0.03372488543391228, 0.01903110183775425, 0.02745789848268032, 0.002699760952964425, -0.04312536492943764, -0.026254069060087204, 0.005700479261577129, -0.04468325898051262, 0.040257420390844345, -0.020234931260347366, -0.0008552931249141693, 0.03969091176986694, -0.026059333235025406, 0.02104928530752659, -0.024253591895103455, -0.025067945942282677, 0.03423828259110451, -0.02437751367688179, 0.02570526674389839, 0.029635410755872726, 0.07148613035678864, -0.013870575465261936, 0.00780717795714736, 0.02080143801867962, 0.030396653339266777, 0.09411101788282394, 0.01691555231809616, 0.04397512599825859, -0.029316749423742294, 0.0006257028435356915, -0.020748328417539597, -0.021421054378151894, -0.019509093835949898, 0.054951202124357224, 0.05456172674894333, 0.0013421353651210666, 0.038522493094205856, -0.016393303871154785, 0.044612444937229156, 0.010745934210717678, -0.021208614110946655, -0.021279428154230118, 0.0028303232975304127, -0.022731103003025055, -0.004295275546610355, 0.01876555196940899, 0.017420098185539246, -0.021686606109142303, 0.0170306246727705, 0.020164117217063904, -0.030910050496459007, -0.027263160794973373, -0.02129713073372841, -0.06567943096160889, -0.04032823443412781, 0.020447371527552605, -0.0031954548321664333, 0.01901339925825596, -0.0182698592543602, 0.023952635005116463, -0.006218302063643932, 0.07796555757522583 ]
10,495
typing
__hash__
null
def __hash__(self): return hash((self.__forward_arg__, self.__forward_module__))
(self)
[ 0.005857845302671194, -0.012131435796618462, 0.008115340024232864, 0.06332626193761826, -0.012572125531733036, -0.017178578302264214, -0.019157523289322853, -0.021352658048272133, -0.012505605816841125, -0.017727361992001534, 0.014609275385737419, -0.06475642323493958, 0.015374246053397655, 0.04503348469734192, -0.016754519194364548, -0.017743991687893867, -0.003082748269662261, 0.02913540042936802, -0.007412731181830168, -0.043969180434942245, -0.008015560917556286, 0.008614233694970608, 0.029285069555044174, 0.0024092416279017925, -0.015207948163151741, 0.0018718913197517395, 0.06136394292116165, 0.0030993781983852386, 0.02720634452998638, 0.025227399542927742, -0.053913798183202744, -0.031530093401670456, 0.012646959163248539, -0.0006438848795369267, 0.024695245549082756, -0.0792243480682373, -0.012563810683786869, 0.07184071838855743, -0.05334838479757309, -0.038481347262859344, 0.06229521334171295, -0.021103210747241974, 0.010510030202567577, 0.00316797592677176, 0.03284384682774544, 0.03442367538809776, -0.034689754247665405, 0.050122201442718506, -0.031613241881132126, -0.027272865176200867, -0.01767747290432453, -0.0927942544221878, 0.021053321659564972, 0.03138042241334915, 0.02303226664662361, 0.04985612630844116, 0.05291600897908211, -0.028486838564276695, -0.037550076842308044, 0.04503348469734192, 0.02087039314210415, 0.018242886289954185, 0.07762788236141205, -0.03419085964560509, 0.016688000410795212, -0.018459072336554527, -0.057505831122398376, 0.022666411474347115, 0.009454038925468922, 0.013611487112939358, -0.02231718599796295, -0.026557782664895058, 0.046995799988508224, 0.0018012146465480328, 0.007932412438094616, -0.0065978714264929295, 0.04526630416512489, 0.01809321716427803, 0.030332745984196663, -0.011083758436143398, 0.014891982078552246, -0.06026637926697731, -0.04503348469734192, -0.0010045436210930347, -0.06595376878976822, -0.006219543516635895, 0.04087603837251663, -0.020604316145181656, -0.036751847714185715, -0.06169654056429863, -0.046829503029584885, 0.02243359386920929, 0.0029351587872952223, 0.0118071548640728, 0.03572079911828041, -0.04842596501111984, -0.024745134636759758, -0.008410518988966942, 0.04347028583288193, -0.031047828495502472, 0.05175192281603813, 0.023464640602469444, -0.041940342634916306, 0.029002362862229347, 0.00231985654681921, 0.013628116808831692, -0.015457394532859325, -0.05577633157372475, -0.05823754146695137, 0.004369478672742844, -0.02454557828605175, 0.039878249168395996, 0.0020163627341389656, -0.000741584924980998, 0.03794919326901436, -0.038015712052583694, 0.0038103018887341022, -0.032112136483192444, 0.02905225194990635, 0.06249476969242096, 0.015432449989020824, 0.07310458272695541, -0.04041040316224098, -0.02108658105134964, 0.0326775461435318, 0.03834830969572067, 0.003259439952671528, -0.03374185413122177, -0.020737355574965477, -0.039046760648489, 0.044301774352788925, 0.032877106219530106, -0.04496696591377258, 0.0701112151145935, 0.007429360877722502, -0.016222365200519562, 0.03605339676141739, 0.04912441596388817, -0.012480661273002625, 0.06701807677745819, 0.018109846860170364, 0.0017170263454318047, 0.03404119238257408, 0.030715232715010643, 0.027389273047447205, 0.003858112497255206, -0.03808223083615303, 0.03615317493677139, 0.01117522269487381, 0.031729649752378464, 0.07230634987354279, -0.018192995339632034, 0.06625310331583023, 0.05414661392569542, -0.07616446167230606, 0.025543365627527237, -0.044933706521987915, -0.01412701141089201, -0.05574307218194008, -0.03319307044148445, -0.011316576041281223, -0.03191257640719414, -0.0015382560668513179, -0.07190723717212677, -0.01129994634538889, -0.043503545224666595, 0.05664108321070671, 0.004901632200926542, -0.01787702925503254, 0.0039017656818032265, -0.07117552310228348, -0.05304904654622078, -0.04087603837251663, 0.03352566808462143, 0.014193530194461346, 0.02108658105134964, -0.01663810946047306, 0.014576015993952751, 0.016322143375873566, 0.007703752722591162, 0.027256233617663383, -0.059734225273132324, -0.0258925911039114, -0.033043403178453445, 0.010967349633574486, 0.03199572488665581, 0.025227399542927742, 0.03568753972649574, 0.03841482847929001, 0.005990883801132441, -0.08221770823001862, -0.03615317493677139, 0.007886680774390697, 0.01138309482485056, 0.0158731397241354, 0.026291705667972565, -0.07669661939144135, 0.018625371158123016, -0.02273293025791645, 0.03281058743596077, -0.008381417021155357, -0.04656342789530754, -0.01090083085000515, -0.004207338206470013, -0.04357006400823593, -0.02758883126080036, 0.030482415109872818, 0.03808223083615303, 0.02496132254600525, -0.03994476795196533, 0.028919214382767677, -0.07729528844356537, 0.014309938997030258, 0.04576519504189491, -0.00450251717120409, -0.06964558362960815, 0.017644213512539864, -0.032877106219530106, 0.028154242783784866, 0.02319856360554695, 0.081619031727314, -0.021834921091794968, -0.020171942189335823, -0.011416354216635227, -0.02748905122280121, -0.026125408709049225, 0.024562207981944084, 0.009952932596206665, -0.021036691963672638, -0.07510015368461609, 0.06572095304727554, 0.0021306925918906927, 0.03231169283390045, 0.03655229136347771, 0.04959005117416382, 0.00821096170693636, -0.003448603907600045, 0.028752915561199188, -0.038015712052583694, 0.013395300135016441, 0.003789514536038041, 0.047461435198783875, 0.09791623800992966, 0.06911342591047287, 0.05361445993185043, -0.04473415017127991, 0.007479250431060791, 0.04766099154949188, -0.007445991039276123, -0.03771637752652168, -0.05707345902919769, 0.0028499311301857233, -0.07190723717212677, -0.02660767175257206, -0.005334006622433662, 0.003382084658369422, -0.015074909664690495, 0.005084559787064791, -0.0074834078550338745, 0.010194064117968082, 0.013403614982962608, -0.021834921091794968, -0.009387519210577011, -0.0418405644595623, -0.009520557709038258, -0.00774948438629508, -0.0023884542752057314, 0.049789607524871826, -0.04972308874130249, 0.0508539155125618, 0.07496711611747742, -0.0925946980714798, -0.021219618618488312, 0.05524418130517006, -0.04014432430267334, -0.04077625647187233, 0.03495582938194275, 0.036286212503910065, -0.0035317528527230024, 0.02567640319466591, 0.05245037376880646, -0.034224119037389755, -0.024262871593236923, -0.07297154515981674, -0.04233945906162262, 0.08913570642471313, 0.008244221098721027, 0.0008621509769000113, 0.009187961928546429, -0.02758883126080036, 0.039745211601257324, -0.02339812181890011, -0.02259989269077778, -0.022633152082562447, 0.03522190824151039, 0.028486838564276695, -0.05574307218194008, 0.005067930091172457, 0.07543275505304337, 0.030266227200627327, -0.06508901715278625, 0.031197495758533478, -0.03748355805873871, -0.04576519504189491, -0.038813941180706024, -0.009753375314176083, 0.04044366255402565, 0.02133602648973465, -0.008780531585216522, 0.010593179613351822, 0.006248645484447479, 0.06621984392404556, -0.03246136009693146, 0.005986726377159357, 0.039080020040273666, -0.026724081486463547, 0.027888165786862373, -0.015656951814889908, -0.01716194860637188, 0.10689632594585419, -0.027555570006370544, 0.05245037376880646, 0.004369478672742844, 0.01737813651561737, 0.05198473855853081, -0.0608983114361763, -0.005200968589633703, -0.020571056753396988, 0.03838156908750534, -0.007096765097230673, -0.05697367712855339, 0.020304979756474495, 0.07816004008054733, 0.004835112951695919, -0.03764985501766205, 0.028819434344768524, 0.03555450215935707, 0.02767197974026203, -0.015307726338505745, -0.06306018680334091, 0.013711266219615936, -0.03462323546409607, -0.01820962503552437, -0.030465785413980484, -0.05308230593800545, -0.011042184196412563, -0.07869219034910202, 0.04819314554333687, 0.004581508692353964, -0.03841482847929001, 0.0076289186254143715, 0.004390265792608261, 0.016604850068688393, 0.007063505705446005, 0.07862567156553268, 0.01191524788737297, -0.02070409432053566, -0.021020060405135155, -0.016929131001234055, 0.03967869281768799, 0.07869219034910202, -0.04959005117416382, -0.058171022683382034, -0.019639788195490837, 0.013993972912430763, 0.023348232731223106, -0.02446242794394493, -0.018908077850937843, 0.02652452327311039, -0.06119764596223831, -0.03206224367022514, -0.03771637752652168, -0.0372840017080307, -0.050122201442718506, 0.0058703175745904446, 0.0033841633703559637, 0.023763976991176605, 0.03778289631009102, -0.052782971411943436, -0.0363527312874794, 0.04922419413924217, 0.03961217403411865, -0.025393696501851082, -0.0318460576236248, -0.03921305760741234, 0.050787393003702164, 0.037982452660799026, 0.018525591120123863, 0.0736367329955101, 0.07130856066942215, -0.005013883113861084, -0.04736165702342987, 0.009620336815714836, -0.02163536287844181, 0.014559385366737843, 0.02973407320678234, 0.015607062727212906, 0.02150232531130314, -0.1124839335680008, -0.07782743871212006, 0.07190723717212677, -0.015291096642613411, 0.03151346370577812, 0.013104278594255447, -0.005604241043329239, 0.000019211960534448735, 0.014393087476491928, 0.059235330671072006, -0.00731710996478796, -0.01801006868481636, -0.05570981279015541, 0.02268304117023945, -0.052017997950315475, -0.049323972314596176, -0.002082881750538945, -0.05896925553679466, 0.022034479305148125, -0.03555450215935707, 0.046197570860385895, 0.006930467206984758, 0.04293813183903694, 0.007978144101798534, -0.013761155307292938, 0.014675794169306755, -0.013902508653700352, 0.03638599067926407, -0.048692040145397186, 0.0446343719959259, -0.03771637752652168, 0.04373636096715927, -0.02712319605052471, -0.0008938515093177557, 0.05936836823821068, 0.010809366591274738, -0.0066061862744390965, -0.04672972485423088, 0.010343732312321663, -0.020504537969827652, 0.027272865176200867, 0.09651932865381241, 0.038148749619722366, -0.0004918781924061477, 0.008215119130909443, 0.00898008979856968, 0.0326775461435318, 0.009254480712115765, -0.0076372334733605385, 0.018143106251955032, 0.014143641106784344, 0.010834312066435814, 0.02248348295688629, -0.0018427892355248332, -0.014260049909353256, -0.0672176331281662, -0.052184298634529114, -0.03488931059837341, -0.09419116377830505, -0.042405977845191956, -0.009287741035223007, -0.006049088202416897, -0.02441253885626793, 0.015432449989020824, 0.0016203656559810042, 0.0061696539632976055, -0.044301774352788925, -0.010726218111813068, 0.0032261803280562162, -0.04659668728709221, 0.016396978870034218, 0.039878249168395996, 0.05158562585711479, 0.00008639698353363201, -0.03711770474910736, -0.018159735947847366, -0.053115565329790115, 0.06119764596223831, 0.0036918146070092916, -0.010485085658729076, -0.03655229136347771, -0.050155460834503174, 0.023414751514792442, -0.011607596650719643, 0.06502249836921692, 0.02268304117023945, 0.035487983375787735, -0.018492331728339195, 0.005454572848975658, 0.0007582147372886539, 0.016737889498472214, 0.025410328060388565, -0.047461435198783875, -0.021735142916440964, -0.027472421526908875, 0.05743931233882904, 0.008614233694970608, -0.01397734321653843, 0.025859331712126732, 0.008368944749236107, -0.05684063956141472, -0.005458730272948742, -0.038481347262859344, 0.002621271414682269, 0.035487983375787735, 0.006157181691378355, 0.03387489169836044, -0.0038144593127071857, 0.017261726781725883, -0.04939049109816551, -0.0018635764718055725, 0.03508886694908142, -0.0003149267577100545, -0.041607748717069626, 0.05052131786942482, 0.03788267448544502, 0.027339383959770203, 0.007832633331418037, -0.02369745820760727, -0.015632007271051407, -0.04470089077949524, -0.013536653481423855, 0.027938056737184525, 0.0012191719142720103, 0.018775038421154022, -0.042073383927345276, 0.014343198388814926, -0.005425470881164074, -0.013927453197538853, -0.01625562459230423, 0.04094255715608597, 0.007616446353495121, -0.03259439766407013, -0.007154969498515129, -0.03711770474910736, 0.02534380741417408, -0.024013424292206764, 0.06598702818155289, -0.03445693477988243, -0.01505827996879816, -0.009670225903391838, -0.0024549735244363546, -0.030548933893442154, -0.029418107122182846, -0.0022928330581635237, -0.024661986157298088, 0.0010798972798511386, 0.02888595499098301, -0.02188481017947197, 0.011158592998981476, -0.08208467066287994, -0.04686276242136955, -0.059900522232055664, -0.027389273047447205, 0.02007216215133667, -0.04247249662876129, 0.04599801450967789, -0.054845064878463745, 0.04972308874130249, 0.038448087871074677, 0.005708177108317614, 0.046995799988508224, 0.02614203840494156, 0.017777251079678535, 0.015931343659758568, -0.05963444709777832, -0.038481347262859344, -0.02446242794394493, 0.01372789591550827, -0.03074849210679531, -0.027555570006370544, 0.02256663143634796, -0.04237271845340729, 0.047128841280937195, -0.0016796092968434095, 0.006980356760323048, 0.052017997950315475, 0.015640322118997574, -0.011981767602264881, 0.004643870517611504, 0.03681836649775505, -0.08867006748914719, 0.04433503374457359, -0.008988404646515846, -0.020188571885228157, 0.04340376704931259, -0.015823250636458397, -0.010368677787482738, 0.016430238261818886, 0.0371842235326767, -0.021369287744164467, -0.009046608582139015, -0.08002257347106934, -0.025859331712126732, -0.013137537986040115, 0.005329849198460579, 0.005200968589633703, -0.007246433291584253, -0.012247844599187374, 0.0003336352820042521, 0.015299411490559578, 0.04390265792608261, 0.05331512540578842, -0.004810168407857418, 0.038647644221782684, -0.013112593442201614, 0.019872605800628662, 0.007545769680291414, -0.016904186457395554, 0.020171942189335823, -0.0032095503993332386, 0.0076206037774682045, -0.01309596374630928, -0.02479502558708191, 0.020587686449289322, -0.07310458272695541, 0.0020704094786196947, -0.010551605373620987, 0.023763976991176605, 0.028786174952983856, -0.00435284897685051, 0.0508539155125618, -0.03334273770451546, 0.020504537969827652, -0.0272894948720932, 0.016405293717980385, 0.01630551367998123, 0.030815010890364647, -0.012173010036349297, 0.0655546560883522, 0.04466763138771057, -0.014659164473414421, -0.03094804845750332, -0.00520928343757987, 0.04706232249736786, -0.030183078721165657, 0.06838171929121017, -0.040709737688302994, 0.010052711702883244, 0.03141368180513382, -0.02323182485997677, 0.02871965616941452, -0.023431381210684776, -0.005670760292559862, -0.030665341764688492, -0.01286314707249403, -0.04736165702342987, 0.008219276554882526, 0.038148749619722366, -0.0481598861515522, 0.03901350125670433, -0.05677412077784538, 0.009404148906469345, 0.005067930091172457, 0.011566022410988808, -0.007886680774390697, 0.026591042056679726, -0.005982568953186274, -0.007853420451283455, 0.01138309482485056, 0.011067128740251064, -0.05268319323658943, 0.004706231877207756, 0.013944082893431187, 0.019240673631429672, -0.031646501272916794, -0.0063317944295704365, 0.0013023208593949676, 0.0625612884759903, -0.01686261221766472, -0.0036024292930960655, 0.007587343920022249, -0.06548813730478287, 0.006352582015097141, 0.002775097033008933, -0.016288883984088898, -0.05963444709777832, -0.040543440729379654, 0.014368142932653427, 0.0581045038998127, -0.03319307044148445, -0.03442367538809776, -0.024262871593236923, 0.0014353592414408922, -0.0472286194562912, 0.020171942189335823, 0.019406970590353012, 0.04959005117416382, -0.03271080553531647, 0.011432983912527561, 0.005525249522179365, -0.01334541104733944, -0.025693032890558243, -0.035820577293634415, 0.00833152700215578, -0.019872605800628662, -0.009171332232654095, 0.028752915561199188, -0.02020520158112049, -0.022932488471269608, 0.029068881645798683, -0.050587836652994156, -0.02251674234867096, 0.027139825746417046, 0.03465649485588074, 0.005724806804209948, -0.012538865208625793, -0.01246403157711029, -0.026674192398786545, 0.012597070075571537, 0.0004445871745701879, -0.002513177925720811, -0.026757340878248215, -0.0708429291844368, 0.02319856360554695, 0.04786055162549019, 0.05630848556756973, -0.0381154902279377, -0.014492866583168507, 0.06718437373638153, -0.00933763012290001, 0.017311617732048035, -0.010934090241789818, -0.00430295942351222, 0.07097596675157547, 0.016164161264896393, 0.04137492924928665, -0.01973956637084484, 0.09020000696182251, -0.019224043935537338, 0.0012794549111276865, 0.03292699530720711, 0.0158980842679739, 0.020521167665719986, -0.051386065781116486, 0.038148749619722366, 0.0618295781314373, -0.012472346425056458, 0.012073230929672718, -0.013245631940662861, -0.033509038388729095, 0.03745029866695404, 0.03465649485588074, 0.016272254288196564, -0.03400793299078941, -0.008838736452162266, 0.10130871087312698, -0.010784422047436237, -0.035321686416864395, 0.01842581294476986, 0.01927393302321434, -0.10849278420209885, -0.0022325499448925257, 0.059734225273132324, -0.009803264401853085, -0.05361445993185043, 0.027422532439231873, -0.00032506053685210645, 0.003941261675208807, -0.006531352177262306, 0.009986191987991333, -0.0472286194562912, -0.02015531249344349, -0.05650804564356804, -0.013145852833986282, -0.020737355574965477, 0.030648712068796158, 0.007067663129419088, 0.04709558188915253, 0.01965641789138317 ]
10,496
typing
__init__
null
def __init__(self, arg, is_argument=True, module=None, *, is_class=False): if not isinstance(arg, str): raise TypeError(f"Forward reference must be a string -- got {arg!r}") try: code = compile(arg, '<string>', 'eval') except SyntaxError: raise SyntaxError(f"Forward reference must be an expression -- got {arg!r}") self.__forward_arg__ = arg self.__forward_code__ = code self.__forward_evaluated__ = False self.__forward_value__ = None self.__forward_is_argument__ = is_argument self.__forward_is_class__ = is_class self.__forward_module__ = module
(self, arg, is_argument=True, module=None, *, is_class=False)
[ 0.01240235660225153, 0.005130901001393795, 0.025778528302907944, -0.0221405029296875, -0.027395427227020264, 0.047735292464494705, 0.014157060533761978, 0.021644409745931625, -0.026458360254764557, -0.04104720801115036, 0.05842887982726097, 0.026072509586811066, -0.013486414216458797, 0.05118957906961441, -0.03704170510172844, 0.012292113155126572, 0.0006735168863087893, 0.014928762800991535, -0.019586537033319473, -0.015626968815922737, -0.0006758135859854519, 0.03160304203629494, 0.006568655371665955, 0.013348610140383244, 0.03189702332019806, 0.024602601304650307, 0.0066926791332662106, 0.03542480617761612, -0.03832787647843361, 0.0157096516340971, 0.05254924297332764, -0.029251188039779663, -0.04475872591137886, -0.008217709138989449, 0.05254924297332764, -0.038070641458034515, -0.011869514361023903, 0.03184190392494202, -0.0974549651145935, -0.05861261859536171, 0.01140098087489605, -0.022746840491890907, -0.014202995225787163, 0.05056486651301384, -0.060450006276369095, -0.015470791608095169, -0.017014196142554283, -0.0058658551424741745, -0.02228749357163906, -0.019035320729017258, 0.044538240879774094, -0.06438200920820236, 0.057730674743652344, -0.005668336525559425, 0.010849765501916409, 0.0381808839738369, 0.012007318437099457, 0.07213578373193741, 0.002870915923267603, -0.0025034386198967695, 0.0033463395666331053, 0.04288459196686745, 0.017344925552606583, -0.039540551602840424, 0.031400930136442184, 0.04909495636820793, -0.04766179621219635, -0.009554407559335232, -0.006031219847500324, 0.011511224322021008, -0.03943030536174774, 0.02076246403157711, 0.010022941045463085, 0.020780837163329124, 0.0350022055208683, -0.02695445530116558, -0.05438663065433502, 0.009379856288433075, -0.014304051175713539, 0.008047751151025295, 0.013835517689585686, 0.006058780942112207, -0.06614590436220169, -0.010647652670741081, -0.014680715277791023, -0.029361430555582047, -0.06408803164958954, -0.0540926493704319, 0.011079438962042332, -0.020156126469373703, -0.09782244265079498, -0.03575553372502327, -0.014745024032890797, 0.013440479524433613, 0.01684883050620556, -0.007041782606393099, 0.03272384777665138, -0.03219100460410118, 0.0065043470822274685, 0.027083072811365128, 0.031033452600240707, 0.03570041432976723, -0.03371603414416313, 0.0015675200847908854, 0.004134119022637606, 0.049315445125103, 0.003222316037863493, -0.0497196689248085, 0.013872265815734863, -0.05118957906961441, -0.04417076334357262, -0.017822645604610443, -0.01660078391432762, 0.035020578652620316, -0.01989889144897461, 0.00940741691738367, -0.013697713613510132, -0.05438663065433502, 0.00966465100646019, 0.0418924055993557, 0.06269161403179169, -0.023353178054094315, -0.00013285163731779903, 0.022820336744189262, 0.03224612772464752, 0.014469415880739689, -0.017694028094410896, -0.060964472591876984, 0.0466696098446846, -0.05118957906961441, 0.052916720509529114, -0.019127190113067627, -0.06368380784988403, 0.028258999809622765, -0.0032705473713576794, 0.0226733461022377, -0.07084961235523224, 0.07584729790687561, -0.09760195016860962, 0.0016100095817819238, 0.010013754479587078, -0.005994472187012434, 0.009756520390510559, -0.0014641671441495419, -0.02675234153866768, 0.008741364814341068, -0.00017211140948347747, 0.012521786615252495, -0.012025692500174046, 0.013082189485430717, -0.01490120217204094, -0.024345366284251213, 0.05056486651301384, 0.03105182573199272, -0.03547992557287216, 0.009977007284760475, -0.0367293506860733, -0.001734033226966858, 0.019880518317222595, 0.03448773920536041, 0.006605403032153845, -0.017822645604610443, -0.06232414022088051, -0.0282406248152256, 0.055636052042245865, -0.018392235040664673, 0.024602601304650307, -0.04608164355158806, -0.011373420245945454, 0.047882284969091415, -0.006609996780753136, -0.0449424646794796, 0.01980702206492424, 0.0523655042052269, 0.008507098071277142, 0.03575553372502327, 0.006412477698177099, 0.02899395301938057, 0.002530999481678009, 0.005893416237086058, 0.04813951626420021, 0.015130874700844288, -0.03252173587679863, -0.07694973051548004, 0.022489607334136963, 0.00565455574542284, -0.02237936295568943, 0.044979214668273926, 0.057252950966358185, 0.012448291294276714, 0.015332987532019615, 0.013798770494759083, 0.029931019991636276, -0.012080813758075237, -0.0044740354642271996, -0.021607661619782448, -0.042921341955661774, 0.015865828841924667, 0.00652272067964077, 0.08650413900613785, -0.006306827999651432, 0.05295347049832344, 0.01878727413713932, -0.007565437350422144, -0.027873147279024124, 0.010537409223616123, 0.022838709875941277, 0.06041325628757477, -0.028626475483179092, -0.047588299959897995, -0.009885137900710106, -0.06666036695241928, 0.03536968305706978, 0.04093696177005768, -0.013771208934485912, 0.0006637557526119053, 0.02175465226173401, 0.004740456119179726, 0.04736781492829323, 0.026697220280766487, 0.1040695533156395, 0.021534165367484093, -0.06294885277748108, -0.008750551380217075, -0.01026180200278759, -0.020486855879426003, -0.010197493247687817, -0.02961866557598114, -0.04126769304275513, 0.005512158386409283, 0.014368359930813313, -0.002117587486281991, -0.008713804185390472, 0.007124464958906174, 0.04376653954386711, -0.06405127793550491, 0.04251711443066597, 0.05310045927762985, -0.057730674743652344, -0.028552981093525887, 0.017997197806835175, 0.05526857450604439, -0.014625594019889832, -0.019825397059321404, -0.001627235091291368, -0.006196585018187761, 0.007992629893124104, 0.025796901434659958, -0.059347573667764664, -0.004391353111714125, -0.039356812834739685, 0.0021692640148103237, -0.03788690268993378, -0.01999076083302498, -0.058355383574962616, 0.05229201167821884, -0.01857597380876541, -0.038070641458034515, -0.002098065335303545, 0.027009576559066772, 0.039540551602840424, -0.039871279150247574, 0.057252950966358185, 0.02590714395046234, 0.01594851166009903, -0.046118393540382385, -0.037592921406030655, -0.049829911440610886, 0.03590252622961998, 0.009016972966492176, 0.12817606329917908, -0.07015140354633331, 0.04582441225647926, 0.06897547841072083, -0.06592541188001633, -0.04957268014550209, -0.0061368695460259914, -0.01914556324481964, 0.008975631557404995, 0.005962318275123835, 0.024878209456801414, -0.07136407494544983, -0.03099670447409153, -0.024198375642299652, -0.037923648953437805, 0.055452313274145126, 0.04795577749609947, 0.07922808825969696, 0.03408351168036461, 0.005985285621136427, 0.058208394795656204, 0.03318319469690323, -0.01018830668181181, 0.020578725263476372, 0.02452910505235195, 0.039540551602840424, -0.05214501917362213, 0.007170399650931358, 0.021129941567778587, -0.04317857325077057, 0.04512620344758034, -0.041451431810855865, -0.008658681996166706, 0.013431292958557606, -0.043215323239564896, -0.03066597506403923, -0.0028364649042487144, 0.017188748344779015, -0.04067973047494888, 0.028865337371826172, 0.06926945596933365, 0.04696359112858772, -0.0940006747841835, -0.026770716533064842, 0.035737160593271255, 0.042076144367456436, 0.05056486651301384, -0.059347573667764664, -0.01199813187122345, 0.02199351228773594, 0.0005380096263252199, -0.00439824303612113, 0.04027550294995308, 0.010381232015788555, -0.020652219653129578, 0.047919031232595444, -0.027340305969119072, 0.007946695201098919, 0.03586577624082565, -0.005310046020895243, -0.005705084186047316, 0.05776742100715637, 0.02581527642905712, -0.027505671605467796, 0.0031074793078005314, -0.04795577749609947, -0.009118028916418552, 0.013532348908483982, -0.011869514361023903, -0.04424425959587097, 0.039246566593647, 0.028644850477576256, -0.018888330087065697, 0.020247995853424072, -0.002354151103645563, -0.02666047401726246, -0.056738484650850296, 0.010564970783889294, 0.0892234742641449, -0.023794149979948997, -0.04090021550655365, -0.0034542859066277742, -0.008006409741938114, -0.021203435957431793, -0.01035367138683796, -0.007537876721471548, -0.005066592246294022, 0.001432012883014977, -0.009728959761559963, -0.057546935975551605, 0.09642602503299713, -0.006885604467242956, -0.06210365146398544, 0.0038355435244739056, -0.02199351228773594, -0.00005375789987738244, 0.011557159014046192, -0.0073679182678461075, 0.022489607334136963, 0.07922808825969696, 0.048690732568502426, -0.04876422882080078, -0.018245244398713112, -0.04027550294995308, -0.07276049256324768, 0.022893831133842468, 0.03152954578399658, -0.012632030062377453, -0.03610463812947273, -0.04942568764090538, 0.019733527675271034, 0.009150182828307152, -0.04244362190365791, -0.04424425959587097, -0.003569122636690736, -0.02504357323050499, 0.001607712940312922, 0.030298497527837753, 0.07287073135375977, 0.03366091474890709, -0.018180936574935913, -0.040789972990751266, 0.05093234404921532, -0.052255261689424515, -0.0043637920171022415, -0.00966465100646019, 0.024731216952204704, 0.050307631492614746, -0.0121634965762496, 0.01576477289199829, 0.037115201354026794, 0.026972828432917595, 0.03505732864141464, 0.02785477414727211, -0.003259063698351383, 0.03351392224431038, 0.040348999202251434, 0.029986141249537468, 0.0022220888640731573, 0.05390891060233116, 0.04104720801115036, -0.017060130834579468, -0.09436815232038498, -0.00307762180455029, -0.045493680983781815, 0.006945319473743439, 0.07547982037067413, -0.0672115832567215, -0.02405138500034809, -0.02127693220973015, -0.0004277664702385664, 0.03281571716070175, 0.014846079982817173, 0.021019697189331055, 0.008580593392252922, 0.06816702336072922, 0.021883269771933556, -0.025006825104355812, -0.006926945876330137, 0.04648587107658386, -0.05427638813853264, 0.029839150607585907, -0.01264121662825346, -0.0320807620882988, 0.004313264042139053, -0.02632974274456501, -0.04439124837517738, 0.02423512376844883, 0.037923648953437805, 0.041782159358263016, -0.012503412552177906, -0.011860327795147896, 0.04593465477228165, 0.051152829080820084, -0.07952207326889038, -0.03796039894223213, -0.013164871372282505, 0.025980640202760696, -0.03333018347620964, -0.002533296123147011, 0.02309594489634037, 0.00682129617780447, 0.046596113592386246, -0.012981133535504341, 0.001218416728079319, -0.0750388503074646, -0.05365167558193207, 0.03423050418496132, 0.0418924055993557, 0.02033986523747444, -0.018153375014662743, -0.011281550861895084, -0.006348168943077326, -0.0521082729101181, -0.0625813752412796, 0.08679812401533127, 0.07231952250003815, -0.0027813431806862354, -0.03491033613681793, -0.034689851105213165, -0.010059689171612263, 0.010013754479587078, 0.0023771184496581554, 0.011051877401769161, 0.0006959100137464702, 0.04045924171805382, -0.04027550294995308, -0.06471274048089981, -0.01714281365275383, -0.05067510902881622, -0.02204863354563713, -0.0023656347766518593, 0.03976103663444519, 0.031253937631845474, 0.00042288590339012444, 0.005052811931818724, 0.034873589873313904, -0.0015101017197594047, 0.02175465226173401, 0.04067973047494888, -0.053394440561532974, 0.07485511153936386, 0.004669257439672947, 0.0011035801144316792, 0.0026665066834539175, -0.0012505709892138839, -0.03627000376582146, 0.02327968180179596, -0.02318781241774559, 0.005562686361372471, -0.003757454687729478, 0.004402836784720421, -0.058833103626966476, 0.0019143266836181283, 0.057877663522958755, -0.010215867310762405, 0.001539959223009646, -0.01271471194922924, -0.021129941567778587, 0.019016947597265244, -0.0016869502142071724, -0.005006877239793539, 0.010583343915641308, 0.03518594428896904, -0.051446814090013504, 0.02594389207661152, 0.0002212040708400309, 0.037592921406030655, -0.08260887861251831, -0.043068330734968185, 0.024841461330652237, -0.007170399650931358, -0.027450548484921455, -0.04167191684246063, 0.04604489728808403, -0.033072952181100845, 0.03408351168036461, 0.010454727336764336, 0.05798790603876114, -0.056738484650850296, 0.030298497527837753, -0.03219100460410118, 0.003725300543010235, -0.007243894971907139, -0.0009778339881449938, 0.07011465728282928, 0.05945781618356705, 0.03781340643763542, 0.007078530266880989, -0.01833711378276348, 0.020082630217075348, 0.03946705535054207, -0.04571416601538658, 0.02871834486722946, -0.02980240434408188, -0.04957268014550209, -0.027634287253022194, 0.009719773195683956, -0.04960942640900612, -0.01690395176410675, -0.08363781869411469, -0.04633887857198715, -0.04751480743288994, 0.09245727211236954, -0.016821270808577538, 0.027726156637072563, 0.02237936295568943, 0.05100584030151367, 0.00966465100646019, 0.019035320729017258, 0.009370669722557068, -0.03581065684556961, 0.0021646704990416765, 0.021846521645784378, -0.021828146651387215, -0.007138245273381472, 0.05412939563393593, -0.0608542300760746, -0.00028551259310916066, 0.003222316037863493, 0.05229201167821884, -0.032448239624500275, -0.007207147311419249, 0.055452313274145126, 0.002370228059589863, 0.034689851105213165, -0.0031993486918509007, 0.017041755840182304, 0.07231952250003815, -0.05078535154461861, 0.05299021676182747, -0.02327968180179596, -0.09275124967098236, -0.009480912238359451, -0.007000441197305918, -0.014221369288861752, -0.000964053557254374, 0.04141468554735184, -0.01711525209248066, -0.04685334861278534, 0.012282926589250565, -0.030776217579841614, -0.004219098016619682, 0.007381699047982693, -0.026035761460661888, -0.01337617076933384, 0.006701866164803505, -0.012503412552177906, 0.023775776848196983, -0.0026963641867041588, -0.03847486525774002, 0.014460229314863682, -0.020633846521377563, -0.020799212157726288, -0.023206187412142754, 0.008934290148317814, -0.034689851105213165, 0.04406052082777023, -0.022305868566036224, -0.009986193850636482, 0.05526857450604439, -0.047882284969091415, -0.019549788907170296, 0.017344925552606583, -0.08407878875732422, -0.00694991322234273, -0.00342902191914618, 0.03198889270424843, 0.009581969119608402, 0.054680611938238144, 0.016417045146226883, -0.015369735658168793, -0.02219562418758869, 0.027634287253022194, 0.006701866164803505, 0.021313680335879326, 0.016674280166625977, -0.013146498240530491, -0.004182350356131792, -0.006600809749215841, 0.026219500228762627, -0.008952664211392403, 0.00262516550719738, -0.010629278607666492, -0.03470822423696518, -0.04053273797035217, 0.05684872716665268, 0.04174541309475899, 0.030225003138184547, 0.01719793491065502, -0.05067510902881622, -0.027321932837367058, -0.020211247727274895, -0.002512625651434064, -0.02175465226173401, -0.015489165671169758, 0.04222313314676285, -0.05438663065433502, 0.01313731074333191, 0.0035300781019032, 0.06511696428060532, 0.0381808839738369, 0.03272384777665138, -0.017344925552606583, -0.006779954768717289, 0.005254924297332764, -0.012457477860152721, -0.006035813596099615, 0.05593003332614899, -0.0009847241453826427, -0.03151117265224457, -0.0005759057239629328, 0.05490109696984291, -0.012255365960299969, -0.0381808839738369, -0.013670152984559536, 0.039026081562042236, 0.0010823352495208383, -0.02405138500034809, 0.0368579663336277, -0.07147432118654251, -0.02208538167178631, -0.038401369005441666, -0.026458360254764557, -0.021773025393486023, -0.020174499601125717, 0.026495108380913734, -0.029177691787481308, 0.016977448016405106, 0.0331464447081089, -0.0700044110417366, 0.0019177717622369528, -0.022654971107840538, -0.04685334861278534, -0.01857597380876541, -0.008842420764267445, 0.016701839864253998, 0.04233337566256523, 0.03266872465610504, -0.06926945596933365, -0.0157096516340971, 0.030316872522234917, 0.01995401456952095, -0.05548906326293945, 0.005966911558061838, -0.022930579259991646, -0.07805216312408447, -0.07062912732362747, 0.01837386190891266, 0.027579165995121002, 0.04586115851998329, 0.008819453418254852, 0.009940259158611298, -0.009067500941455364, 0.0014618703862652183, -0.048213012516498566, -0.015332987532019615, 0.0005715993465855718, 0.04310508072376251, 0.014662341214716434, 0.032356370240449905, -0.02594389207661152, -0.013183245435357094, 0.00632060831412673, 0.002103807171806693, -0.018869955092668533, -0.011244803667068481, 0.09517659991979599, -0.05574629455804825, -0.013183245435357094, 0.05861261859536171, -0.026495108380913734, 0.06074398756027222, -0.011033504270017147, 0.020817585289478302, -0.05585654079914093, -0.010344483889639378, 0.0236655343323946, 0.03917307406663895, -0.06342656910419464, 0.02618275210261345, 0.07334845513105392, -0.01340373232960701, 0.011988944374024868, -0.018557600677013397, -0.08650413900613785, -0.005167648661881685, -0.011841953732073307, 0.03351392224431038, 0.04284784570336342, -0.020541977137327194, 0.022177251055836678, 0.0001735468686092645, -0.019825397059321404, 0.04681659862399101, 0.020891079679131508, -0.025227311998605728, -0.042112890630960464, 0.04391352832317352, -0.012365608476102352, -0.025594789534807205, 0.011033504270017147, 0.023389926180243492, 0.010675213299691677, 0.03880559653043747, -0.03465310111641884, -0.04946243390440941, 0.032925959676504135, -0.04262736067175865, -0.07739070802927017, -0.054019153118133545, -0.011446915566921234, -0.0018683919915929437, -0.049499183893203735, 0.025355929508805275, 0.0007797407452017069, -0.006440038327127695, 0.027303557842969894 ]
10,497
typing
__repr__
null
def __repr__(self): return f'ForwardRef({self.__forward_arg__!r})'
(self)
[ -0.007787927985191345, -0.02672872319817543, 0.030752776190638542, 0.034880898892879486, -0.0036576376296579838, -0.00269498722627759, 0.020328400656580925, 0.0016347711207345128, 0.059597596526145935, -0.03670212998986244, -0.00029594992520287633, -0.0475948192179203, -0.003854937618598342, 0.04509713500738144, -0.020866096019744873, 0.04950277507305145, -0.008191200904548168, -0.01311285886913538, 0.012141535989940166, 0.03162002936005592, 0.01368524506688118, 0.0005853954935446382, 0.022461840882897377, -0.06185245141386986, -0.024109620600938797, 0.017440449446439743, -0.008035095408558846, 0.0037270179018378258, -0.025271739810705185, 0.014110199175775051, -0.05189639329910278, -0.07028214633464813, -0.020311055704951286, -0.019062211737036705, 0.048566143959760666, -0.018663275986909866, -0.05595513433218002, 0.033770814538002014, -0.07611008733510971, -0.05422063171863556, 0.033007632941007614, -0.002352422568947077, -0.02482076920568943, -0.0023806083481758833, -0.013771970756351948, 0.012765957973897457, 0.022860778495669365, 0.00811314769089222, -0.03217507153749466, -0.03687557950615883, 0.03229648619890213, -0.013997456058859825, -0.016902752220630646, 0.004273387137800455, -0.017561864107847214, 0.014153561554849148, 0.019443802535533905, 0.01569727063179016, 0.005186170339584351, 0.018940795212984085, -0.008876330219209194, 0.0011209239019080997, 0.06695190072059631, -0.04017113894224167, 0.03276480361819267, -0.015150901861488819, -0.0018125578062608838, 0.007774919271469116, 0.02709297090768814, 0.002001185202971101, -0.013173566199839115, -0.009210222400724888, -0.02178538404405117, 0.01835106499493122, 0.014743293635547161, -0.04117714986205101, 0.01927035115659237, 0.022375116124749184, 0.021108927205204964, -0.05220860615372658, -0.0040522376075387, -0.008642171509563923, -0.06230342388153076, -0.0018006331520155072, -0.04214847460389137, -0.07923219352960587, -0.02103954739868641, -0.056440796703100204, -0.0418015718460083, 0.015671253204345703, -0.04839269444346428, 0.002267865464091301, -0.04898242652416229, 0.009088806807994843, -0.009210222400724888, -0.04221785441040993, 0.001972999656572938, -0.028931545093655586, 0.0321924164891243, 0.00395250367000699, 0.0260869562625885, 0.03670212998986244, -0.0329555980861187, 0.026173682883381844, -0.02116096206009388, -0.024751387536525726, -0.035661425441503525, -0.04412581026554108, -0.02206290513277054, -0.012566490098834038, -0.03708371892571449, -0.004960684571415186, 0.01711956597864628, -0.000028236523576197214, 0.03632053732872009, -0.013832678087055683, 0.0006227957201190293, -0.01513355690985918, 0.06344819813966751, 0.03290356323122978, 0.06108926981687546, -0.016564523801207542, -0.022722017019987106, -0.07208603620529175, -0.031845513731241226, 0.03550532087683678, -0.04596438631415367, 0.011699236929416656, 0.01121357548981905, -0.09303885698318481, 0.030301803722977638, 0.004006706643849611, -0.10719241946935654, 0.027023589238524437, 0.06206059455871582, 0.03066605143249035, 0.02737049013376236, 0.052763644605875015, -0.034013643860816956, 0.06882516294717789, -0.0006471872329711914, -0.01621762290596962, 0.028654024004936218, 0.04291165620088577, -0.01082331221550703, 0.028688713908195496, 0.004383961670100689, 0.08707215636968613, -0.001305215060710907, 0.006734216120094061, 0.04294634610414505, 0.018056198954582214, 0.04676225781440735, 0.012436402030289173, -0.016772665083408356, 0.06043015792965889, -0.0440911203622818, -0.006049086805433035, -0.01019021775573492, 0.002946490654721856, -0.031845513731241226, -0.031862858682870865, -0.015237627550959587, -0.036147087812423706, 0.03132516145706177, 0.0157146155834198, 0.060117948800325394, -0.06497456133365631, 0.016529833897948265, 0.060603607445955276, -0.013347016647458076, -0.0712534710764885, -0.032990287989377975, 0.04443802312016487, 0.021820073947310448, 0.06674375385046005, -0.014673913829028606, 0.08797410130500793, -0.03399629890918732, 0.014639222994446754, 0.05848751217126846, -0.052139222621917725, -0.04471554234623909, -0.09983811527490616, 0.08429694920778275, -0.0224271509796381, -0.0014255463611334562, 0.028844820335507393, 0.0453052744269371, 0.0022982193622738123, 0.022999538108706474, 0.00873756967484951, 0.03926919773221016, -0.011421715840697289, -0.014795328490436077, -0.07853839546442032, -0.06233811378479004, -0.008659516461193562, 0.05297178775072098, 0.007120143622159958, 0.004206174984574318, 0.0183857548981905, -0.01963459886610508, -0.004054405726492405, -0.023103607818484306, -0.002053220523521304, 0.030856845900416374, -0.0032608695328235626, -0.018906105309724808, -0.03965078666806221, 0.006404660176485777, -0.018663275986909866, 0.009704556316137314, -0.02230573631823063, -0.007718547713011503, -0.03670212998986244, -0.026173682883381844, -0.04572155699133873, -0.009461725130677223, 0.061505552381277084, 0.1011563390493393, -0.019842738285660744, -0.03014569915831089, -0.06261563301086426, -0.04929463565349579, -0.02936517260968685, 0.024768732488155365, -0.0382978729903698, -0.001028778380714357, -0.05762026086449623, 0.032244451344013214, -0.03066605143249035, -0.061505552381277084, 0.04055273160338402, 0.056787699460983276, 0.009539778344333172, -0.03038853034377098, 0.03496762365102768, -0.016894079744815826, 0.025688020512461662, 0.00610979413613677, 0.05612858757376671, 0.03774283081293106, 0.02598288655281067, 0.054914433509111404, -0.027908187359571457, 0.03054463490843773, 0.05349213629961014, -0.014405065216124058, 0.012080828659236431, -0.014812673442065716, -0.03621646761894226, -0.07805272936820984, 0.002317732432857156, -0.01710222102701664, -0.028168363496661186, -0.0633094385266304, -0.029590656980872154, 0.011725254356861115, 0.04017113894224167, 0.0072328862734138966, -0.015237627550959587, 0.04645004868507385, 0.018194958567619324, 0.0241790022701025, 0.009088806807994843, -0.0781221091747284, -0.06781914830207825, 0.008754914626479149, 0.01965194381773472, 0.13098981976509094, -0.05640610679984093, -0.05057816952466965, 0.05481036379933357, -0.06358695775270462, -0.05484505370259285, 0.02202821522951126, -0.003967680502682924, -0.017639916390180588, -0.015350370667874813, 0.04509713500738144, -0.08554579317569733, -0.018836725503206253, -0.03531452268362045, -0.01763124391436577, 0.04128122329711914, 0.03090888075530529, 0.06341350823640823, 0.028549954295158386, -0.03635522723197937, 0.09602220356464386, 0.03116905689239502, 0.023762719705700874, 0.033007632941007614, 0.04429925978183746, -0.021230341866612434, -0.01698080450296402, -0.006140148267149925, 0.013442414812743664, 0.02192414551973343, 0.011629857122898102, -0.03368408977985382, -0.010276942513883114, 0.02305157296359539, -0.03732655197381973, -0.051757633686065674, 0.007787927985191345, 0.052486125379800797, -0.019582562148571014, -0.0037790529895573854, 0.010753931477665901, 0.024213692173361778, -0.0674375593662262, 0.012974098324775696, 0.011577821336686611, -0.0028706060256808996, 0.00956579577177763, -0.01949583739042282, 0.0195305272936821, 0.0594935268163681, -0.04461147263646126, 0.013034805655479431, -0.011109505780041218, 0.008659516461193562, -0.005298912990838289, -0.010164200328290462, -0.03162002936005592, 0.034516651183366776, 0.02216697484254837, 0.007128816097974777, -0.0030830828472971916, -0.024872804060578346, 0.017969472333788872, 0.0035405585076659918, -0.02823774330317974, -0.00002369699905102607, 0.03380550444126129, 0.03193223848938942, -0.019426457583904266, -0.03541859611868858, 0.017006821930408478, 0.05661424621939659, -0.016521161422133446, -0.01039835810661316, -0.018142923712730408, 0.04221785441040993, -0.0575161911547184, 0.03319842740893364, 0.09491211920976639, -0.022722017019987106, -0.038679465651512146, -0.03808973357081413, 0.005186170339584351, 0.00785297155380249, -0.020588574931025505, 0.00610979413613677, -0.010476411320269108, -0.003393125720322132, 0.0012672728626057506, -0.014717276208102703, 0.06376040726900101, -0.0339442640542984, -0.0640726163983345, 0.0038462651427835226, -0.008516420610249043, 0.03788159042596817, -0.015610545873641968, 0.003291223431006074, 0.008030759170651436, 0.04721323028206825, -0.02825508825480938, -0.029920212924480438, -0.005012719891965389, -0.023641305044293404, -0.06337881833314896, 0.03253931552171707, 0.00636563403531909, 0.01684204488992691, -0.024005550891160965, -0.061366792768239975, 0.045790936797857285, 0.012341003865003586, -0.00956579577177763, -0.015896739438176155, -0.01001676730811596, -0.010450392961502075, 0.014630550518631935, 0.03583487495779991, 0.060083258897066116, 0.020467160269618034, -0.010563136078417301, -0.05442877113819122, -0.020206984132528305, -0.028723405674099922, -0.028948890045285225, -0.042391303926706314, 0.0506475493311882, 0.01045906636863947, -0.038956984877586365, -0.029469242319464684, 0.042738206684589386, 0.03252197057008743, -0.008243235759437084, -0.010242252610623837, 0.007597132585942745, 0.048843663185834885, 0.03774283081293106, 0.05664893612265587, 0.00912349671125412, 0.006083776708692312, 0.0075494335032999516, 0.008802613243460655, -0.07742831110954285, -0.013216929510235786, 0.033874884247779846, -0.02103954739868641, -0.005710857920348644, -0.02065795660018921, -0.00529024051502347, -0.016148243099451065, 0.0063959877006709576, 0.05037003010511398, 0.012514454312622547, 0.08603145182132721, -0.0077142114751040936, 0.039962999522686005, -0.014595860615372658, 0.024283071979880333, 0.05148011073470116, 0.052486125379800797, -0.04176688194274902, -0.008854649029672146, 0.040864940732717514, -0.005663159303367138, -0.0019166282145306468, -0.02558395080268383, 0.006343952380120754, -0.02759597636759281, 0.004273387137800455, 0.1012950986623764, -0.0009257920901291072, -0.007388991769403219, 0.015090194530785084, -0.00836031511425972, 0.003937326837331057, -0.018021509051322937, -0.04849676415324211, -0.014864709228277206, 0.0036099387798458338, -0.0038831233978271484, 0.0182296484708786, -0.010216235183179379, 0.01494276151061058, -0.020744681358337402, -0.06386447697877884, -0.06459297239780426, -0.05651017650961876, -0.02900092490017414, 0.008798277005553246, 0.0035058686044067144, -0.0077142114751040936, 0.017206290736794472, -0.010901364497840405, -0.015671253204345703, -0.02483811415731907, 0.023606615141034126, 0.07728955149650574, -0.026780759915709496, -0.11766882985830307, -0.033371876925230026, 0.06119333952665329, -0.001252095913514495, -0.028844820335507393, -0.03871415555477142, 0.004574757069349289, 0.08471322804689407, -0.031984273344278336, 0.004364448599517345, 0.006942356936633587, -0.0494333952665329, -0.06979648768901825, -0.07590194791555405, 0.003111268626525998, 0.027804117649793625, -0.010884019546210766, 0.054290011525154114, -0.0043210857547819614, 0.04079556092619896, 0.02381475456058979, 0.027023589238524437, -0.011508441530168056, 0.07250231504440308, -0.052173912525177, 0.01707620359957218, 0.029590656980872154, -0.0070984624326229095, -0.00993871409446001, -0.01961725391447544, -0.030180389061570168, 0.016954787075519562, -0.007718547713011503, -0.04131591320037842, -0.005476700142025948, -0.002335077617317438, 0.02697155438363552, -0.04343200847506523, 0.034030988812446594, 0.015740634873509407, -0.016816027462482452, -0.005585106555372477, 0.04901711642742157, -0.0314292311668396, 0.05380434915423393, 0.034412581473588943, -0.020588574931025505, -0.026936864480376244, 0.0071504972875118256, 0.01759655401110649, -0.012254279106855392, -0.030596669763326645, 0.03732655197381973, 0.011890032328665257, -0.06566836684942245, -0.043258558958768845, 0.013130203820765018, 0.004574757069349289, -0.00030380941461771727, 0.0324179008603096, 0.004379625432193279, 0.02809898369014263, 0.01848982460796833, -0.005940679926425219, 0.02939986251294613, -0.010276942513883114, -0.02759597636759281, 0.11419981718063354, -0.024126965552568436, -0.002530209254473448, -0.02227104641497135, 0.012020120397210121, 0.013702590949833393, -0.026381822302937508, -0.04270351678133011, -0.012106846086680889, -0.010554463602602482, -0.07173912972211838, -0.011621184647083282, -0.016625231131911278, 0.002725341124460101, -0.033510640263557434, -0.050092507153749466, -0.0475948192179203, -0.015289662405848503, 0.025930851697921753, -0.01221958827227354, 0.07604070752859116, 0.027127660810947418, 0.054047178477048874, 0.017917437478899956, 0.013347016647458076, 0.008204209618270397, 0.005914662498980761, 0.06768038868904114, -0.02214962989091873, -0.0042126793414354324, 0.028601989150047302, 0.06251156330108643, -0.002530209254473448, -0.04461147263646126, 0.008889338932931423, -0.008347305469214916, -0.03267807513475418, 0.015688598155975342, 0.02345050871372223, -0.009409690275788307, 0.04214847460389137, 0.029798798263072968, 0.016052845865488052, 0.057689640671014786, -0.06993524730205536, 0.02227104641497135, -0.012332331389188766, -0.022895468398928642, -0.04436863958835602, -0.02495952881872654, 0.007553769741207361, -0.02848057448863983, 0.03305966779589653, -0.01763124391436577, -0.07326549291610718, -0.07264107465744019, -0.07055966556072235, -0.012202243320643902, -0.009921369142830372, 0.028775440528988838, -0.015627890825271606, -0.03784690052270889, 0.010814639739692211, 0.056302037090063095, 0.04343200847506523, 0.0475948192179203, 0.01989477314054966, 0.013667900115251541, 0.029868178069591522, -0.024525903165340424, -0.013130203820765018, 0.011811980046331882, 0.03227914124727249, -0.036147087812423706, 0.028775440528988838, -0.0017843721434473991, -0.0018342392286285758, -0.0021572906989604235, -0.042738206684589386, -0.054394081234931946, -0.0372224785387516, -0.0015263644745573401, 0.05508788302540779, -0.027526596561074257, 0.104347825050354, 0.030995607376098633, -0.0034950277768075466, -0.0706290453672409, 0.03638991713523865, 0.016547178849577904, 0.014162234030663967, -0.006439350079745054, -0.012696577236056328, 0.022097595036029816, 0.017535846680402756, 0.02332909405231476, 0.029191721230745316, 0.011942068114876747, -0.02114361710846424, -0.033770814538002014, -0.023398473858833313, 0.009704556316137314, 0.01862858422100544, -0.029833488166332245, 0.0078573077917099, -0.05349213629961014, -0.008447039872407913, -0.06948427855968475, -0.005723867099732161, -0.049468085169792175, 0.029833488166332245, -0.013529139570891857, -0.10871878266334534, 0.03423913195729256, -0.029035616666078568, 0.00664749089628458, 0.04818455129861832, 0.038956984877586365, 0.015749307349324226, 0.04433394968509674, 0.011864014901220798, -0.01824699342250824, 0.044507402926683426, -0.016495143994688988, 0.001581651857122779, -0.04915587604045868, -0.030215078964829445, 0.03115171194076538, -0.03965078666806221, -0.02797756716609001, 0.03659805655479431, 0.013000115752220154, -0.014908071607351303, -0.0220455601811409, -0.01672930270433426, -0.0602567084133625, 0.019096901640295982, -0.053388066589832306, -0.01786540262401104, -0.021230341866612434, -0.03815911337733269, 0.008009077049791813, 0.02253122068941593, 0.024803422391414642, -0.01430966705083847, -0.002170299645513296, 0.0078573077917099, -0.06521739065647125, -0.007432354614138603, 0.014405065216124058, 0.0199121180921793, -0.001557802432216704, 0.05560823529958725, 0.028601989150047302, -0.03652867674827576, -0.02508094348013401, -0.021750694140791893, 0.03163737431168556, -0.004420820157974958, 0.014934089034795761, -0.0033562674652785063, -0.026034921407699585, -0.1066373735666275, 0.0475948192179203, -0.010667206719517708, 0.04721323028206825, 0.042634136974811554, 0.0398242361843586, -0.01885407045483589, 0.050092507153749466, 0.016373727470636368, 0.07083719223737717, -0.0072892578318715096, -0.009080134332180023, 0.004826260730624199, 0.03795097395777702, 0.048219241201877594, 0.006131475791335106, -0.010866674594581127, 0.01901017688214779, -0.041350603103637695, -0.00456174835562706, 0.05928538367152214, -0.06122802942991257, 0.002666801679879427, 0.0018971150275319815, 0.04232192412018776, 0.05886910483241081, -0.010953400284051895, 0.052000463008880615, 0.031238436698913574, -0.03902636468410492, -0.01291339099407196, -0.0010775612900033593, -0.012575162574648857, 0.06181776151061058, 0.04596438631415367, -0.009878006763756275, 0.0356961153447628, 0.03510638326406479, -0.03562673553824425, 0.027700046077370644, -0.004795906599611044, -0.005034401081502438, 0.019946809858083725, 0.017275670543313026, 0.03116905689239502, 0.003876619040966034, 0.021473173052072525, 0.07839962840080261, 0.03331984207034111, -0.010224907658994198, 0.0024760060478001833, -0.007388991769403219, -0.04721323028206825, 0.024109620600938797, 0.058834414929151535, -0.015090194530785084, -0.013000115752220154, 0.040726181119680405, -0.040101759135723114, -0.0017746156081557274, 0.01223693322390318, -0.02306891791522503, -0.0744449570775032, -0.05963228642940521, 0.0036446289159357548, 0.004011042881757021, 0.002981180790811777, -0.002214746316894889, 0.06355226784944534, -0.011239592917263508, 0.036285847425460815 ]
10,498
typing
_evaluate
null
def _evaluate(self, globalns, localns, recursive_guard): if self.__forward_arg__ in recursive_guard: return self if not self.__forward_evaluated__ or localns is not globalns: if globalns is None and localns is None: globalns = localns = {} elif globalns is None: globalns = localns elif localns is None: localns = globalns if self.__forward_module__ is not None: globalns = getattr( sys.modules.get(self.__forward_module__, None), '__dict__', globalns ) type_ = _type_check( eval(self.__forward_code__, globalns, localns), "Forward references must evaluate to types.", is_argument=self.__forward_is_argument__, allow_special_forms=self.__forward_is_class__, ) self.__forward_value__ = _eval_type( type_, globalns, localns, recursive_guard | {self.__forward_arg__} ) self.__forward_evaluated__ = True return self.__forward_value__
(self, globalns, localns, recursive_guard)
[ 0.012507406063377857, 0.00532838748767972, -0.047490593045949936, 0.041697315871715546, -0.00812668539583683, 0.02637373097240925, 0.0016416528960689902, -0.04262709990143776, -0.0086049884557724, -0.003748198738321662, 0.05854073911905289, -0.010701476596295834, 0.04827733710408211, 0.016235489398241043, -0.014697766862809658, 0.02285127341747284, -0.008484294638037682, 0.02195724844932556, 0.020741373300552368, 0.002503269352018833, -0.04344960302114487, -0.051674630492925644, 0.03447359427809715, 0.013008059933781624, -0.017996719107031822, -0.05389181151986122, 0.04459395632147789, 0.0420549251139164, -0.04173307493329048, 0.03002135083079338, 0.017022231593728065, 0.025229377672076225, -0.010245523415505886, -0.0323815755546093, 0.059434764087200165, -0.060006942600011826, -0.07241600751876831, 0.008520055562257767, -0.08618398755788803, -0.03481332212686539, -0.05292626470327377, -0.028590911999344826, -0.005793280433863401, 0.011774306185543537, -0.051603108644485474, -0.029055804014205933, 0.005989965982735157, 0.002677604090422392, 0.05982813611626625, -0.03783512860536575, 0.023620134219527245, -0.022368500009179115, -0.007782485336065292, -0.009530303999781609, 0.031094180420041084, 0.03234581649303436, 0.013919965364038944, 0.014957034029066563, 0.043091993778944016, -0.056645408272743225, 0.056645408272743225, -0.010227642953395844, 0.002999453106895089, 0.011756425723433495, 0.04391449689865112, 0.00922633521258831, -0.01134517416357994, 0.011005444452166557, -0.02503269352018833, -0.01602986454963684, -0.1057094857096672, -0.0038085454143583775, 0.020884418860077858, 0.0051674628630280495, -0.02247578278183937, -0.07416829466819763, -0.003705732524394989, -0.0461316779255867, 0.015064316801726818, -0.014045128598809242, 0.022028770297765732, -0.006472739391028881, -0.03397294133901596, -0.036494091153144836, -0.07270209491252899, 0.026123402640223503, -0.02065197192132473, -0.023977743461728096, -0.0009085526689887047, 0.0043203746899962425, 0.004479064140468836, 0.0172099769115448, -0.007344413548707962, 0.000994043773971498, 0.00812668539583683, 0.02467508241534233, 0.012802434153854847, -0.06540685147047043, -0.047276027500629425, -0.012739853002130985, 0.02015131711959839, 0.06326118856668472, -0.05256865546107292, -0.008157975971698761, 0.06172346696257591, 0.03295375406742096, 0.026534654200077057, -0.06032878905534744, 0.03926556557416916, 0.005310507025569677, -0.029610099270939827, -0.044486671686172485, -0.015904700383543968, 0.03484908491373062, -0.012346481904387474, 0.010996504686772823, -0.06529957056045532, -0.021277789026498795, -0.007080676034092903, 0.0609009675681591, 0.04355688765645027, -0.03039684146642685, 0.038121215999126434, -0.002787122270092368, -0.016664620488882065, 0.03948013484477997, 0.021706920117139816, -0.013919965364038944, 0.022350618615746498, -0.005265805870294571, 0.056359320878982544, 0.017665928229689598, -0.02159963734447956, 0.0541778989136219, 0.01307064201682806, 0.0654783695936203, -0.03492060676217079, 0.030593527480959892, -0.06483467668294907, -0.023548612371087074, 0.011050146073102951, -0.014223934151232243, 0.00655767135322094, 0.021277789026498795, 0.029020043089985847, 0.012677270919084549, 0.00842171348631382, 0.0994870737195015, -0.01956126093864441, -0.023620134219527245, -0.0033816485665738583, -0.01888180337846279, 0.03837154060602188, 0.08739986270666122, -0.07431133836507797, 0.060686398297548294, -0.001413676654919982, 0.028894880786538124, -0.001870746840722859, -0.02410290762782097, -0.05514344573020935, -0.016378533095121384, -0.07674308121204376, -0.023566491901874542, 0.03520669415593147, -0.025676390156149864, 0.04534493386745453, -0.03300739452242851, -0.007706493139266968, 0.0555010549724102, 0.018255986273288727, -0.03765632212162018, -0.001959031680598855, 0.008019401691854, -0.03579675033688545, 0.01366069819778204, -0.015466628596186638, 0.011371994391083717, -0.0277505274862051, 0.05120973661541939, 0.02564062923192978, -0.067624032497406, -0.027303515002131462, -0.1083557978272438, 0.05242561176419258, 0.0568242147564888, -0.026105523109436035, -0.00021847730386070907, 0.019811589270830154, 0.0105137312784791, -0.04051720350980759, 0.008475354872643948, 0.06887567043304443, -0.02183208428323269, 0.011890528723597527, 0.0037683143746107817, -0.012730912305414677, 0.10413600504398346, -0.036726538091897964, -0.0002853894548024982, -0.0468468964099884, -0.015994103625416756, 0.007447225973010063, -0.00039281212957575917, -0.08110592514276505, 0.04788396507501602, -0.012784553691744804, 0.07588481903076172, -0.00393817899748683, -0.04044567793607712, -0.05024418979883194, -0.01124683115631342, -0.002565850969403982, 0.020920179784297943, -0.030110754072666168, 0.026266446337103844, -0.006651544012129307, -0.015833178535103798, 0.06365456432104111, -0.005212164483964443, 0.024871768429875374, -0.008461943827569485, -0.03223853185772896, -0.07609938830137253, 0.04709722474217415, -0.07173654437065125, -0.044629715383052826, -0.03531397879123688, -0.05703878030180931, -0.0344199538230896, 0.04802700877189636, -0.032989513128995895, 0.020562568679451942, -0.01641429401934147, 0.04212644696235657, -0.032989513128995895, 0.02614128403365612, 0.03962317854166031, 0.02313736081123352, 0.07667156308889389, -0.006070428062230349, 0.0010041015921160579, -0.0334007628262043, -0.04416482150554657, 0.005775399971753359, -0.004472358617931604, 0.044200584292411804, 0.02987830713391304, 0.020955940708518028, 0.04702570289373398, -0.035707347095012665, 0.010182942263782024, -0.0735245943069458, 0.012641509994864464, -0.05156734585762024, 0.034598756581544876, -0.008260788396000862, 0.04634624347090721, 0.0481700524687767, 0.03307891637086868, 0.05900563299655914, 0.0373702347278595, 0.04952897131443024, 0.031237224116921425, -0.07674308121204376, -0.01918577030301094, -0.03009287267923355, -0.02923460863530636, 0.005788810085505247, 0.022743988782167435, 0.018032480031251907, -0.028733955696225166, 0.02481812797486782, 0.054893121123313904, 0.005632355809211731, -0.0016830016393214464, 0.04187611863017082, 0.047204505652189255, -0.019221531227231026, -0.025533346459269524, 0.039515893906354904, -0.036351047456264496, -0.038049694150686264, -0.03039684146642685, -0.06208107993006706, 0.059935420751571655, 0.01193523034453392, 0.029610099270939827, 0.03719142824411392, -0.023548612371087074, 0.06712337583303452, -0.014313336461782455, 0.08875877410173416, 0.00719689903780818, 0.013535534963011742, -0.025372423231601715, -0.08031918108463287, -0.023834699764847755, 0.028447868302464485, 0.047276027500629425, -0.008546876721084118, -0.016065625473856926, 0.02716047130525112, 0.004116984084248543, 0.09018921852111816, 0.0015533680561929941, -0.0005805573309771717, 0.05424942076206207, -0.007040444761514664, 0.0380854532122612, 0.006070428062230349, 0.021259909495711327, 0.0011488217860460281, -0.020312242209911346, -0.016879187896847725, -0.0414469875395298, 0.01179218664765358, -0.024728724732995033, 0.021581757813692093, -0.00041655966197140515, 0.009807451628148556, 0.07345307618379593, 0.04037415608763695, 0.039587415754795074, -0.037978172302246094, 0.036869581788778305, -0.03295375406742096, 0.055465295910835266, -0.0021892432123422623, -0.02855515107512474, -0.018363269045948982, 0.013455072417855263, -0.006673894822597504, -0.018577834591269493, 0.09662619233131409, 0.029252490028738976, 0.01555603090673685, 0.05017266795039177, 0.04262709990143776, -0.06930480152368546, -0.024782365188002586, 0.03179151937365532, 0.03272130712866783, -0.03644045069813728, 0.0043248445726931095, 0.011139548383653164, -0.026749219745397568, 0.062116838991642, 0.09111900627613068, -0.023602252826094627, -0.09133356809616089, -0.04827733710408211, 0.00708514591678977, -0.0029592218343168497, -0.05060179904103279, -0.041911881417036057, 0.0210274625569582, 0.013821622356772423, 0.01193523034453392, -0.005207694135606289, 0.08897334337234497, 0.04312775284051895, -0.055536817759275436, 0.041768837720155716, 0.024657202884554863, -0.041911881417036057, -0.029324011877179146, 0.0037459637969732285, -0.0012158736353740096, -0.033204078674316406, -0.013633877038955688, -0.029574338346719742, -0.010048838332295418, -0.0220466498285532, -0.029556458815932274, 0.07359611988067627, 0.055536817759275436, -0.002954751718789339, 0.04151850938796997, -0.004336019977927208, 0.04473700001835823, 0.025515466928482056, -0.021259909495711327, -0.04648928716778755, 0.06976968795061111, -0.02503269352018833, 0.020830776542425156, 0.014116650447249413, 0.01595834270119667, 0.03434843197464943, 0.023763177916407585, -0.02344132959842682, 0.029860427603125572, -0.0025412654504179955, -0.045881349593400955, -0.0068214088678359985, 0.010701476596295834, 0.010683596134185791, -0.05017266795039177, -0.006740946788340807, -0.015144779346883297, 0.026123402640223503, -0.03926556557416916, -0.023745296522974968, 0.01868511736392975, 0.049457449465990067, 0.024120787158608437, 0.0012415768578648567, -0.004854554310441017, 0.04341384023427963, -0.012686211615800858, -0.009941555559635162, -0.0735245943069458, 0.04298470914363861, -0.049171362072229385, 0.02460356056690216, 0.04194764047861099, -0.02277975156903267, 0.046024393290281296, 0.027285635471343994, 0.01911424845457077, -0.00045427633449435234, 0.014608364552259445, 0.030933257192373276, 0.014554723165929317, -0.0018048124620690942, -0.027768408879637718, -0.031058419495821, -0.0848250687122345, 0.02717835269868374, -0.052997786551713943, -0.0334007628262043, -0.014760348945856094, -0.016307011246681213, 0.034169625490903854, -0.03858610987663269, -0.03652985021471977, 0.030879614874720573, -0.021993009373545647, 0.0351351723074913, -0.03266766294836998, 0.013052761554718018, 0.003558218479156494, -0.012739853002130985, -0.04766939952969551, -0.008278668858110905, -0.013553415425121784, 0.01881028153002262, -0.1386096030473709, -0.018327508121728897, -0.028876999393105507, -0.010576312430202961, 0.023745296522974968, -0.003316831775009632, -0.04999386519193649, -0.002057374455034733, -0.06379760801792145, 0.01678084395825863, 0.021331431344151497, 0.04298470914363861, 0.020330123603343964, -0.031237224116921425, 0.04377145320177078, -0.002585966605693102, -0.05163887143135071, 0.0297352634370327, 0.02108110301196575, 0.0054043796844780445, -0.0341159850358963, -0.05156734585762024, 0.028519390150904655, -0.019936751574277878, -0.0297352634370327, -0.0019992629531770945, -0.012918657623231411, -0.0031357917468994856, -0.035993438214063644, -0.0005663087940774858, 0.005417789798229933, -0.09040378034114838, -0.022511543706059456, 0.008712271228432655, 0.04766939952969551, 0.015690134838223457, -0.01712951436638832, -0.004065577406436205, 0.037227191030979156, 0.019275173544883728, -0.003158142324537039, 0.046918418258428574, -0.03341864421963692, 0.0434853620827198, 0.023602252826094627, 0.001919918111525476, -0.0254081841558218, -0.014036188833415508, -0.02959221974015236, 0.01736196130514145, 0.008399362675845623, -0.02315524034202099, -0.026337970048189163, 0.022797631099820137, 0.01277561392635107, 0.06193803623318672, 0.04623895883560181, 0.021635398268699646, 0.035421259701251984, -0.01200675219297409, -0.000669401022605598, 0.021438714116811752, 0.00165171071421355, -0.02013343758881092, 0.013928906060755253, 0.02914520725607872, 0.0032833057921379805, 0.004899255465716124, 0.03611860051751137, -0.014697766862809658, -0.05968509241938591, -0.059220198541879654, 0.012873956002295017, -0.06841077655553818, 0.013893144205212593, -0.025515466928482056, 0.03331136330962181, 0.021295670419931412, 0.02857303060591221, 0.08925943076610565, -0.014894451946020126, -0.07910331338644028, 0.004626578185707331, 0.0481700524687767, -0.0028675843495875597, -0.02211817167699337, 0.020741373300552368, 0.013347789645195007, 0.03551066294312477, -0.03926556557416916, -0.07745830714702606, 0.04981505870819092, 0.007867418229579926, -0.004490239080041647, -0.012051453813910484, 0.020920179784297943, 0.0027513611130416393, -0.09147661179304123, 0.03316831961274147, -0.03352592885494232, -0.0017634638352319598, -0.02365589514374733, -0.07120013236999512, -0.04623895883560181, -0.008667569607496262, 0.05954204872250557, 0.026534654200077057, 0.0015913640381768346, 0.008283139206469059, 0.060686398297548294, -0.025229377672076225, 0.026749219745397568, -0.000177547728526406, -0.011354113928973675, 0.0008426183485426009, -0.021045342087745667, -0.07012730091810226, -0.06011422351002693, 0.011604441329836845, -0.005981025751680136, -0.01655733771622181, 0.03125510364770889, 0.022672466933727264, -0.004494709428399801, 0.029860427603125572, -0.0012304015690460801, 0.05836193636059761, 0.03508153185248375, -0.022136053070425987, 0.015359344892203808, 0.036208003759384155, -0.02739291824400425, 0.0386933907866478, -0.03830001875758171, -0.03990926593542099, 0.0063386354595422745, -0.026838622987270355, -0.015126898884773254, -0.0034062343183904886, 0.05778976157307625, -0.028912760317325592, -0.014080889523029327, -0.019275173544883728, -0.02233273908495903, -0.0025055042933672667, -0.005198753904551268, 0.031058419495821, -0.024639321491122246, -0.08310854434967041, 0.05382028967142105, 0.02379893884062767, -0.040088068693876266, 0.0010895926970988512, 0.00013822461187373847, -0.00004882213397650048, -0.031809400767087936, -0.029681621119379997, -0.04362840950489044, -0.022833392024040222, 0.059720855206251144, -0.007094086613506079, -0.01164914295077324, -0.010540551505982876, -0.06190227344632149, 0.0407317690551281, 0.038192737847566605, 0.004751741420477629, 0.01721891760826111, -0.0768861249089241, 0.05317659303545952, 0.00234457990154624, 0.04598863422870636, -0.04716874659061432, -0.03179151937365532, -0.06251020729541779, 0.012248138897120953, 0.018434790894389153, 0.006124069448560476, 0.06258173286914825, -0.05707453936338425, 0.04516613110899925, 0.061473142355680466, -0.010942863300442696, -0.0036945573519915342, 0.014063009060919285, 0.014188173227012157, -0.006186651065945625, -0.026784980669617653, 0.03349016606807709, 0.01875663921236992, -0.014465320855379105, -0.04030263423919678, -0.04534493386745453, 0.010996504686772823, -0.03164847567677498, 0.015636492520570755, 0.006919751409441233, -0.004405307117849588, 0.03053988516330719, -0.013446132652461529, 0.06973393261432648, 0.031219344586133957, -0.018121881410479546, 0.03154119476675987, 0.020955940708518028, 0.03465240076184273, -0.007138787768781185, 0.0334007628262043, 0.03579675033688545, -0.011130607686936855, 0.002677604090422392, 0.010245523415505886, -0.05625203624367714, -0.000004470123712962959, -0.015109018422663212, -0.01868511736392975, -0.04387873411178589, 0.011211070232093334, -0.03465240076184273, 0.002679839264601469, -0.010451149195432663, -0.0374775193631649, -0.03499212861061096, -0.04262709990143776, 0.0054088495671749115, -0.006450388580560684, -0.04638200253248215, -0.013705399818718433, 0.004626578185707331, -0.013490833342075348, -0.02233273908495903, -0.02131354995071888, -0.05317659303545952, 0.022207574918866158, -0.06633663922548294, 0.03919404372572899, 0.019132129848003387, -0.02571215108036995, 0.008797203190624714, 0.020812897011637688, 0.02812601812183857, -0.00871674157679081, -0.002393751172348857, 0.009123522788286209, 0.04341384023427963, 0.006016786675900221, -0.019453978165984154, -0.019900990650057793, -0.03493848815560341, -0.0373702347278595, 0.025372423231601715, 0.0003056447021663189, 0.013481893576681614, 0.003450935473665595, 0.032631903886795044, -0.04166155308485031, 0.028590911999344826, -0.0035805690567940474, 0.03315043821930885, 0.06004270166158676, -0.0055831847712397575, -0.0004992569447495043, 0.022082410752773285, -0.044486671686172485, -0.01350871380418539, 0.014331216923892498, -0.03304315358400345, 0.00728630181401968, 0.03188092261552811, 0.03527821600437164, -0.01677190512418747, -0.02606976218521595, -0.015198420733213425, 0.004543880932033062, 0.01641429401934147, -0.04606015607714653, 0.04548797756433487, 0.021277789026498795, 0.06508500128984451, -0.02783993072807789, 0.034956369549036026, 0.016870247200131416, 0.03545702248811722, 0.030361080542206764, 0.02299431711435318, 0.018416909500956535, -0.00977169070392847, -0.030271677300333977, -0.017594406381249428, 0.02050892822444439, -0.04520189017057419, 0.007603680714964867, 0.011121667921543121, 0.048384618014097214, -0.018273865804076195, -0.04631048068404198, 0.02379893884062767, 0.026051880791783333, -0.0607936829328537, -0.044486671686172485, 0.045952871441841125, -0.02292279526591301, 0.047276027500629425, 0.020777136087417603, 0.0654783695936203, -0.041268181055784225, 0.036351047456264496, 0.0521395243704319, -0.0374775193631649, -0.04344960302114487, -0.029914068058133125, -0.040982093662023544, -0.04044567793607712, 0.032041847705841064, -0.03374049440026283, 0.03597555682063103, -0.04802700877189636, -0.020312242209911346, 0.02812601812183857, 0.043091993778944016 ]
10,575
typing
get_args
Get type arguments with all substitutions performed. For unions, basic simplifications used by Union constructor are performed. Examples:: get_args(Dict[str, int]) == (str, int) get_args(int) == () get_args(Union[int, Union[T, int], str][int]) == (int, str) get_args(Union[int, Tuple[T, int]][str]) == (int, Tuple[str, int]) get_args(Callable[[], T][int]) == ([], int)
def get_args(tp): """Get type arguments with all substitutions performed. For unions, basic simplifications used by Union constructor are performed. Examples:: get_args(Dict[str, int]) == (str, int) get_args(int) == () get_args(Union[int, Union[T, int], str][int]) == (int, str) get_args(Union[int, Tuple[T, int]][str]) == (int, Tuple[str, int]) get_args(Callable[[], T][int]) == ([], int) """ if isinstance(tp, _AnnotatedAlias): return (tp.__origin__,) + tp.__metadata__ if isinstance(tp, (_GenericAlias, GenericAlias)): res = tp.__args__ if (tp.__origin__ is collections.abc.Callable and not (len(res) == 2 and _is_param_expr(res[0]))): res = (list(res[:-1]), res[-1]) return res if isinstance(tp, types.UnionType): return tp.__args__ return ()
(tp)
[ -0.01030036248266697, 0.016876522451639175, 0.06080252304673195, -0.02363889105618, 0.010633581317961216, 0.008644072338938713, 0.01749395579099655, -0.07201433181762695, 0.022580433636903763, -0.02524617873132229, 0.011682238429784775, -0.013524739071726799, -0.01486741192638874, -0.010094551369547844, -0.011211812496185303, 0.05347172170877457, 0.015249633230268955, 0.07589534670114517, 0.019248250871896744, 0.01553384866565466, 0.038437698036432266, -0.029009584337472916, -0.011211812496185303, 0.0021659182384610176, -0.03187134116888046, -0.03341982513666153, 0.020267507061362267, -0.04080943018198013, -0.010790389031171799, -0.02073793299496174, 0.023893704637885094, -0.011986054480075836, 0.026735860854387283, -0.013220922090113163, -0.04014299437403679, 0.0060910326428711414, 0.015161428600549698, 0.03855530545115471, 0.062017787247896194, 0.019493265077471733, 0.007590514607727528, -0.07765944302082062, 0.03228296339511871, -0.0286959670484066, -0.014759606681764126, -0.06433071196079254, 0.03945695608854294, -0.08357896655797958, -0.06762369722127914, 0.010016147047281265, 0.05790156126022339, -0.007325900252908468, 0.008844982832670212, -0.055079009383916855, -0.004799812100827694, 0.022208012640476227, 0.0035134919453412294, 0.017660563811659813, 0.0040525211952626705, 0.03263578191399574, 0.03675200790166855, 0.06244901195168495, 0.027127882465720177, -0.0024035812821239233, 0.0004021282074972987, -0.046964164823293686, -0.0062086391262710094, -0.014573396183550358, -0.0822460949420929, -0.02814713679254055, -0.07138709723949432, -0.03294939920306206, -0.03639918938279152, -0.05641188099980354, 0.012887704186141491, -0.04069182276725769, 0.03839849680662155, 0.005801917053759098, 0.024305326864123344, -0.015759261325001717, -0.07264156639575958, 0.025912616401910782, -0.035948362201452255, 0.06578119099140167, 0.05225645378232002, 0.028441153466701508, -0.04708177223801613, 0.03971176967024803, -0.062841035425663, -0.034007858484983444, -0.03924134373664856, -0.059312839061021805, 0.0027196486480534077, 0.0459057092666626, -0.05253086984157562, -0.013857956975698471, 0.0015619603218510747, -0.013779552653431892, -0.04998273029923439, -0.020267507061362267, 0.0003473064862191677, -0.013701148331165314, 0.014887013472616673, -0.02265883795917034, 0.01609247922897339, -0.03779086470603943, 0.021384768187999725, -0.036634400486946106, -0.009717230685055256, -0.011417623609304428, 0.029009584337472916, -0.019630473107099533, 0.014161773957312107, -0.003190074348822236, 0.0390845350921154, -0.015318237245082855, -0.02661825343966484, -0.01879742741584778, -0.03959416225552559, 0.0019784830510616302, -0.0044396426528692245, 0.05668629705905914, 0.016131680458784103, 0.010643381625413895, 0.020345911383628845, 0.028107935562729836, 0.005032574757933617, -0.001270394423045218, -0.03735964000225067, -0.012505482882261276, 0.05703911557793617, -0.01604347676038742, -0.05845039337873459, 0.06746688485145569, 0.008648972027003765, 0.052648477256298065, 0.03979017212986946, -0.028245143592357635, -0.03569354861974716, -0.030107244849205017, -0.01904243975877762, 0.016063077375292778, 0.0018118739826604724, -0.016739314422011375, -0.046611346304416656, -0.008462762460112572, 0.04637613520026207, -0.008109943009912968, 0.027069078758358955, 0.0341646671295166, -0.020051894709467888, -0.01633749157190323, -0.025736205279827118, 0.02093394286930561, -0.023129263892769814, -0.03924134373664856, 0.032126154750585556, -0.04000578448176384, -0.02848035655915737, -0.013132717460393906, -0.050021931529045105, -0.022364821285009384, -0.03291019797325134, -0.06033209711313248, 0.049943529069423676, -0.01081979088485241, 0.05405975133180618, 0.0008991991053335369, -0.0019184547709301114, -0.0068946764804422855, -0.005605906248092651, -0.009565322659909725, 0.04026059806346893, 0.004495995584875345, 0.06789810955524445, -0.007360202260315418, -0.034282274544239044, 0.03271418809890747, -0.010466971434652805, -0.026873068884015083, 0.038026075810194016, -0.007605215534567833, -0.06499715149402618, -0.010966799221932888, 0.06566358357667923, -0.017101934179663658, 0.0031116700265556574, 0.048845868557691574, -0.04175028204917908, -0.03173413500189781, 0.005919523537158966, 0.01230947207659483, 0.020679129287600517, 0.011055003851652145, -0.00802173838019371, 0.055980656296014786, -0.05935204401612282, 0.06025369092822075, -0.016327692195773125, 0.02510897070169449, -0.02877437137067318, -0.032067351043224335, -0.01815059222280979, 0.024364130571484566, 0.03200854733586311, -0.02848035655915737, 0.022227615118026733, 0.03030325472354889, 0.003893262706696987, -0.036163974553346634, 0.07950194180011749, -0.02973482385277748, 0.04629772901535034, -0.023050859570503235, -0.03910413756966591, -0.01721953973174095, 0.04041740670800209, -0.0006964505300857127, 0.01022195816040039, 0.011064804159104824, 0.011613634414970875, -0.00844316091388464, 0.032067351043224335, 0.029930835589766502, 0.07522890716791153, -0.024697348475456238, -0.009197802282869816, 0.05990087240934372, -0.007688520010560751, -0.02265883795917034, 0.06452672183513641, -0.024422934278845787, 0.010996201075613499, 0.022443225607275963, 0.006625161971896887, 0.015210431069135666, 0.00115278793964535, -0.08938088268041611, 0.04022139683365822, 0.004584200214594603, -0.022482428699731827, 0.03585035726428032, -0.024462135508656502, 0.021267162635922432, -0.043435972183942795, -0.018983637914061546, 0.03459588810801506, 0.03245937451720238, 0.018248597159981728, -0.010084751062095165, -0.06178257614374161, 0.03863371163606644, 0.02912719175219536, -0.0031288210302591324, -0.04410240799188614, 0.012456480413675308, 0.009055694565176964, -0.0008581593865528703, 0.017239142209291458, -0.05190363526344299, 0.04347517341375351, 0.01486741192638874, -0.008952789008617401, 0.05115879327058792, -0.0004695068928413093, -0.032969001680612564, 0.04355357959866524, -0.05919523537158966, -0.07879630476236343, 0.03557594493031502, 0.09839737415313721, 0.0022320719435811043, -0.009246804751455784, 0.022423624992370605, -0.030460063368082047, -0.007178892381489277, 0.04033900424838066, 0.059234436601400375, -0.009893640875816345, -0.01877782493829727, 0.018493609502911568, 0.009428114630281925, -0.015582851134240627, -0.0562942735850811, 0.00041315381531603634, 0.05500060319900513, 0.012770097702741623, 0.014132372103631496, 0.023246869444847107, 0.04249512031674385, 0.049041878432035446, -0.01504382211714983, 0.023462481796741486, -0.034909505397081375, 0.05260927230119705, 0.04457283392548561, -0.034066662192344666, -0.0010192557238042355, 0.012868102639913559, -0.05817597731947899, -0.011133408173918724, -0.02169838547706604, -0.0025211877655237913, 0.012397677637636662, 0.03383144736289978, -0.0029156592208892107, 0.014073568396270275, 0.0025481393095105886, 0.009207602590322495, -0.016602106392383575, 0.005654908716678619, -0.032420169562101364, -0.04355357959866524, -0.04770900681614876, -0.026598652824759483, 0.01386775728315115, -0.016278689727187157, -0.011799844913184643, -0.014083369635045528, 0.029303601011633873, -0.017454752698540688, 0.014269579201936722, 0.03585035726428032, -0.06291943788528442, 0.001991958823055029, 0.04124065116047859, -0.06538917124271393, 0.027069078758358955, 0.04774820804595947, 0.02128676325082779, -0.06436991691589355, 0.04743459075689316, -0.02420732192695141, 0.034145064651966095, 0.016053276136517525, -0.013103315606713295, 0.012505482882261276, -0.004618502222001553, -0.04304395243525505, -0.05649028718471527, 0.04410240799188614, -0.03132251277565956, -0.03226336091756821, 0.030185649171471596, -0.003653149586170912, 0.04833624139428139, -0.012838701717555523, 0.022345220670104027, 0.10968758910894394, 0.004983572289347649, 0.044964857399463654, -0.05249166861176491, -0.05045315623283386, -0.03457628935575485, 0.009898540563881397, 0.057783957570791245, -0.02197279967367649, -0.011613634414970875, 0.03328261896967888, -0.0007154390914365649, 0.09816215932369232, -0.037673257291316986, 0.004319585859775543, -0.022560833021998405, 0.05919523537158966, -0.029578015208244324, 0.04727778211236, -0.011035403236746788, 0.003665400203317404, 0.00717399176210165, 0.022286416962742805, 0.010310162790119648, 0.028872376307845116, -0.013632544316351414, -0.04629772901535034, -0.02655945159494877, -0.012603488750755787, -0.01664130948483944, -0.09384992718696594, -0.008859683759510517, -0.05460858345031738, -0.058332785964012146, 0.016112079843878746, 0.005694110877811909, -0.0579407662153244, -0.06362507492303848, -0.026637855917215347, 0.038712114095687866, -0.014730204828083515, 0.06911337375640869, 0.016249287873506546, -0.04962991178035736, -0.008521565236151218, -0.03381184861063957, 0.03175373375415802, -0.004826763644814491, 0.011309817433357239, -0.010584577918052673, -0.05594145506620407, -0.0016869171522557735, 0.021737586706876755, -0.033890251070261, 0.017797771841287613, 0.025128573179244995, 0.02371729537844658, 0.021247560158371925, 0.0019833834376186132, -0.015543648973107338, 0.019708877429366112, -0.05013953894376755, 0.024599343538284302, -0.030812883749604225, 0.041907090693712234, -0.019983291625976562, 0.04084863141179085, -0.004667505156248808, -0.061116140335798264, 0.03383144736289978, -0.009903441183269024, -0.0170823335647583, 0.05398134887218475, 0.0013990263687446713, -0.02628503553569317, -0.005752914119511843, 0.06170416995882988, 0.06707486510276794, -0.029009584337472916, 0.0029622118454426527, -0.00788453035056591, 0.047512996941804886, -0.014749805442988873, -0.021129954606294632, 0.022031603381037712, -0.00743370596319437, 0.0008342705550603569, 0.031851738691329956, -0.009991645812988281, 0.01751355640590191, 0.09087056666612625, 0.01289750449359417, -0.055157411843538284, 0.030264053493738174, 0.0027147482614964247, -0.036359984427690506, 0.06691805273294449, -0.04504325985908508, 0.0004186666337773204, 0.010790389031171799, -0.001897628651931882, -0.03036205843091011, 0.004397990182042122, 0.020855538547039032, 0.04727778211236, -0.019277652725577354, 0.07828667759895325, 0.014279380440711975, -0.026951471343636513, 0.020022492855787277, -0.022933252155780792, 0.04637613520026207, 0.039613764733076096, -0.04908107966184616, 0.021129954606294632, -0.019169846549630165, 0.030675675719976425, -0.04202469438314438, 0.09243865311145782, -0.05159001797437668, -0.06903497129678726, -0.03557594493031502, 0.017072532325983047, 0.027069078758358955, 0.00204586167819798, 0.018944434821605682, 0.015916069969534874, 0.02702987566590309, 0.00958002358675003, 0.012182065285742283, 0.03765365853905678, -0.026363439857959747, 0.04167187586426735, -0.007090687286108732, 0.05296209454536438, 0.008820481598377228, -0.07334720343351364, 0.04657214507460594, 0.017827173694968224, 0.02038511447608471, -0.05852879583835602, 0.020914342254400253, -0.02524617873132229, -0.008648972027003765, 0.001973582897335291, -0.02538338676095009, 0.01874842494726181, -0.03340022638440132, -0.03924134373664856, -0.005934223998337984, 0.0021058900747448206, 0.023658491671085358, 0.020502720028162003, -0.021463172510266304, 0.06342906504869461, -0.020091097801923752, 0.013201321475207806, -0.06742767989635468, 0.05217805132269859, -0.015377040021121502, 0.004388189874589443, 0.0003935527347493917, -0.06182177737355232, -0.009697630070149899, -0.003462039167061448, 0.017258742824196815, 0.024364130571484566, -0.030812883749604225, 0.048493050038814545, -0.03418426588177681, 0.030871685594320297, -0.02197279967367649, -0.031988948583602905, 0.04657214507460594, -0.010084751062095165, 0.032420169562101364, 0.029342802241444588, -0.008982190862298012, -0.019424661993980408, 0.02301165647804737, 0.0028225542046129704, -0.013955961912870407, 0.05837198719382286, -0.03381184861063957, -0.02287445031106472, -0.03402745723724365, -0.02163958176970482, -0.002104664919897914, -0.054177358746528625, -0.02836274914443493, 0.026324238628149033, 0.034693896770477295, 0.03679120913147926, 0.08420620113611221, -0.030832484364509583, 0.014955616556107998, -0.0005056463996879756, 0.007717921398580074, 0.0006952254916541278, -0.011613634414970875, -0.02557939663529396, 0.009820136241614819, -0.05249166861176491, -0.011094206012785435, 0.0064095500856637955, 0.07832587510347366, -0.10294482111930847, -0.05033554881811142, 0.0018584264907985926, 0.022443225607275963, -0.04131905734539032, -0.008791080676019192, 0.01590626873075962, -0.04186788573861122, -0.03902573138475418, 0.038868922740221024, -0.05370693281292915, 0.010594379156827927, 0.04465124011039734, 0.05978326499462128, -0.027637509629130363, -0.01181944552809, -0.03702642396092415, -0.045631293207407, 0.011584232561290264, -0.011633235029876232, 0.018866030499339104, -0.03093048930168152, -0.018591616302728653, -0.03394905477762222, 0.0033076805993914604, 0.0023852053564041853, 0.0901649221777916, -0.012417278252542019, -0.06146895885467529, 0.006336045917123556, 0.03418426588177681, 0.024109316989779472, 0.060959331691265106, -0.006380148697644472, -0.049669113010168076, -0.02011069841682911, -0.049590710550546646, 0.03298860043287277, 0.054726190865039825, 0.04008419066667557, 0.0008722476195544004, -0.056176669895648956, -0.03232216462492943, 0.06519316136837006, -0.04206389933824539, -0.030871685594320297, -0.02697107382118702, 0.011613634414970875, 0.005326590966433287, -0.016415895894169807, -0.042808737605810165, -0.03085208497941494, 0.029009584337472916, 0.03555634245276451, 0.006571258883923292, -0.017523357644677162, 0.034007858484983444, -0.08914566785097122, 0.029832828789949417, -0.009731931611895561, 0.013005310669541359, -0.0010602953843772411, -0.039280544966459274, 0.034831102937459946, 0.018160391598939896, 0.03569354861974716, -0.0483754426240921, 0.028715569525957108, -0.009927942417562008, 0.001832700101658702, 0.0004532747552730143, 0.0021242660004645586, -0.021267162635922432, -0.03002884052693844, -0.007624816615134478, -0.03653639554977417, 0.03298860043287277, -0.013505137525498867, 0.048845868557691574, -0.019003238528966904, -0.05386374145746231, 0.0008942988351918757, -0.012348674237728119, -0.03998618572950363, -0.07518970966339111, 0.03835929557681084, 0.01178024336695671, 0.030264053493738174, 0.03253777697682381, 0.024775752797722816, 0.06879975646734238, 0.002382755046710372, -0.04547448456287384, -0.05233485996723175, 0.029793627560138702, 0.013691348023712635, 0.06829012930393219, 0.04747379198670387, 0.06813332438468933, 0.023972108960151672, -0.07126948982477188, 0.01500461995601654, -0.018630817532539368, -0.0032513276673853397, 0.011505828239023685, 0.00010198682139161974, 0.016523702070116997, -0.011907650157809258, 0.0025677401572465897, 0.04304395243525505, -0.03151852265000343, -0.02246282622218132, -0.09377152472734451, 0.02301165647804737, 0.11917451024055481, -0.023874104022979736, -0.00844316091388464, 0.03232216462492943, 0.004520496819168329, 0.017317546531558037, -0.04692496359348297, -0.0031116700265556574, 0.08397098630666733, 0.00772772217169404, 0.012956308200955391, -0.015514247119426727, -0.008060940541327, -0.03818288445472717, -0.02030671015381813, -0.011662636883556843, -0.02628503553569317, -0.028166739270091057, -0.007061285898089409, 0.03749684989452362, 0.06362507492303848, -0.0683293342590332, 0.004873316269367933, 0.003721753368154168, 0.062370605766773224, 0.005787216126918793, -0.012182065285742283, -0.0063605476170778275, -0.015671055763959885, -0.02849995717406273, 0.060136083513498306, -0.04229911044239998, -0.002967111999168992, -0.001707743271254003, -0.016063077375292778, -0.014240178279578686, -0.012956308200955391, 0.011417623609304428, 0.01576906070113182, -0.0012342549161985517, 0.03673240542411804, 0.02405051328241825, -0.04472964257001877, -0.004630752839148045, -0.01078058872371912, -0.012113461270928383, 0.055627837777137756, -0.052021242678165436, 0.01867002062499523, 0.07722821831703186, -0.03508591651916504, 0.02461894415318966, -0.024089716374874115, 0.017523357644677162, 0.058411192148923874, 0.03140091523528099, 0.06974060833454132, 0.041005440056324005, -0.00952121987938881, 0.0031827238854020834, -0.03916293755173683, -0.04414161294698715, -0.0020875141490250826, -0.0021487674675881863, 0.04382799565792084, -0.03177333623170853, -0.04210310056805611, 0.003361583687365055, 0.0027515003457665443, -0.007115188520401716, -0.052452463656663895, -0.023540886119008064, -0.007894331589341164, 0.04229911044239998, -0.011554831638932228, 0.08342215418815613, 0.0740528479218483, -0.07773784548044205, 0.03882972151041031, -0.04363198205828667, 0.029068388044834137, -0.05041395500302315, 0.03918254002928734, 0.07518970966339111, -0.02369769476354122, -0.0576663501560688, 0.0004707319603767246, -0.042808737605810165, 0.06574199348688126, -0.050374750047922134, -0.030146446079015732, -0.01438718568533659, -0.06962300091981888, -0.020620325580239296, 0.0042534321546554565, -0.04139745980501175, 0.020953545346856117, -0.04504325985908508, -0.015181029215455055, -0.013103315606713295 ]
10,576
datclass
get_datclass
Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass.
def get_datclass( extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = get_identifier, empty_dict_as_none=False, nested: bool = True, ): """Get a decorator that can be used to convert a dataclass to a datclass. :param extra: Whether to extend fields. :param log: Whether to log missing fields, including undefined fields. :param identifier_transform: A function that maps any field name to a valid Python field name. :param empty_dict_as_none: Convert empty dict to None when converting to a DataClass. :param nested: Whether to recursively convert nested dataclasses. :return: A class that extends a dataclass. """ def to_item(v, ignore_none=False): """Convert v to a dictionary or a list. :param v: :param ignore_none: Ignore values that are None. :return: """ if isinstance(v, Datclass): v = v.to_dict(ignore_none=ignore_none) elif isinstance(v, list): v = [to_item(i, ignore_none=ignore_none) for i in v] return v def convert_attr_value(value, type_, cls): """Convert the value of the attribute. :param value: :param type_: :param cls: :return: """ if value is None: return None if empty_dict_as_none and value == {}: return None origin = get_origin(type_) if origin is None and isinstance(value, dict): if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, ForwardRef): type_ = sys.modules[cls.__module__].__dict__[type_.__forward_arg__] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, str): type_ = sys.modules[cls.__module__].__dict__[type_] if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif isinstance(type_, TypeVar): # Generic type_ = type_.__bound__ if hasattr(type_, DatClass.__datclass_init__.__name__): value = type_(**value) elif origin is list: args_ = get_args(type_) if args_: type_ = args_[0] value = [convert_attr_value(i, type_, cls) for i in value] elif origin is Union: types_ = get_args(type_) if len(types_) == 2 and NoneType in types_: # Optional if types_[0] is NoneType: type_ = types_[1] else: type_ = types_[0] value = convert_attr_value(value, type_, cls) return value class Datclass: def __new__(cls, *args, **kwargs): """Modify the `__init__` function to support extended attributes.""" if _ORIGINAL_INIT_NAME not in cls.__dict__: # Each time an object is instantiated, it enters the `__new__` method; # let's add a conditional check here. setattr(cls, _ORIGINAL_INIT_NAME, cls.__init__) cls.__init__ = cls.__datclass_init__ return super().__new__(cls) def __datclass_init__(self, *args, **kwargs): """A new constructor that extends the original constructor. :param self: Instances of a class that inherits from __dataclass__. :param args: :param kwargs: :return: """ # All code assumes that "cls" is a dataclass and a subclass of "__dataclass__", # eliminating the need for further checks. cls = self.__class__ if cls is Datclass: # Handling Generic Types and Creating Objects Directly using DataClass. for attr, value in kwargs.items(): if empty_dict_as_none and value == {}: value = None setattr(self, attr, value) return # Map any field name to a valid Python field name. kwargs = {cls.__rename_attrs__.get(k, k): v for k, v in kwargs.items()} # Call the original constructor. original_init = getattr(self, _ORIGINAL_INIT_NAME) init_kwargs = {k: kwargs.pop(k) for k in self.__dataclass_fields__ if k in kwargs} # type: ignore original_init(*args, **init_kwargs) # Extend fields or log missing fields, including undefined fields. if extra or log: frozen = cls.__dataclass_params__.frozen # type: ignore for attr, value in kwargs.items(): ok_attr = identifier_transform(attr) if log: # Log missing fields, including undefined fields. # Facilitate Timely Data Updates log_message = f'{cls.__module__}.{cls.__name__}({ok_attr}: {type(value).__name__} = {value!r})' if ok_attr != attr: log_message += f' # rename from {attr!r}' _log.warning(log_message) if not frozen and extra: setattr(self, ok_attr, value) # Record the renaming of fields. if ok_attr != attr and attr not in self.__rename_attrs__: self.__rename_attrs__[attr] = ok_attr # noinspection PyUnusedLocal def __post_init__(self, *args, **kwargs): """Handling nested dataclasses. The `__post_init__` in subclasses must call this method, otherwise nested dataclasses cannot be processed. About `get_origin` and `get_args` -------------------------------- `get_origin` and `get_args` are used to handle generic types. Examples: >>> from typing import get_origin, get_args >>> from typing import List, Dict, Tuple, Union, Optional >>> >>> assert get_origin(List[int]) is list ... assert get_origin(Dict[str, int]) is dict ... assert get_origin(Optional[int]) is Union ... # assert get_origin(<other>) is None ... >>> assert get_args(List[int]) == (int,) ... assert get_args(Union[int, str]) == (int, str) ... # assert get_args(Optional[int]) == (int, NoneType) ... """ if not nested: return for attr_name, field in self.__dataclass_fields__.items(): # type: ignore value = getattr(self, attr_name) new_value = convert_attr_value(value, field.type, self.__class__) if new_value is not value: setattr(self, attr_name, new_value) # Original field name -> Valid Python field name after renaming __rename_attrs__: ClassVar[Dict[str, str]] = {} @classmethod def from_str(cls, text: str): """Create an instance from a JSON string.""" return cls(**json.loads(text)) @classmethod def from_file(cls, file_path: str, encoding: str = 'utf8'): """Create an instance from a JSON file.""" text = Path(file_path).read_text(encoding=encoding) return cls.from_str(text) def to_dict(self, ignore_none=False, recursive_ignore=True) -> dict: """Convert an instance to a dictionary. :param ignore_none: Ignore values that are None. :param recursive_ignore: Ignore values that are None recursively. :return: """ rename_attrs_inverse = {v: k for k, v in self.__rename_attrs__.items()} result_dict, object_attrs = {}, {} if hasattr(self, '__slots__'): object_attrs.update({k: getattr(self, k) for k in self.__slot
(extra: bool = True, log: bool = True, identifier_transform: Callable[[str], str] = <function get_identifier at 0x7f4dac8d7eb0>, empty_dict_as_none=False, nested: bool = True)
[ 0.046779125928878784, -0.0045617008581757545, 0.06520471721887589, 0.021601691842079163, -0.03579949215054512, -0.027049439027905464, -0.0018746355781331658, -0.003349629230797291, 0.046821191906929016, -0.03579949215054512, -0.006935888435691595, 0.03798700496554375, 0.014891915954649448, -0.013461618684232235, -0.006399527192115784, 0.04492815211415291, -0.008823670446872711, 0.08632262796163559, -0.005868424195796251, -0.014881398528814316, 0.012609750963747501, -0.01935107633471489, -0.04198342189192772, 0.057338081300258636, 0.013377483002841473, 0.011726331897079945, -0.0182888712733984, 0.04362405836582184, 0.009565111249685287, -0.03584155812859535, -0.02036069892346859, -0.04757840931415558, -0.021349284797906876, 0.03195030987262726, 0.029952101409435272, -0.057632554322481155, -0.005779030732810497, 0.026502560824155807, -0.07054729759693146, 0.02789079025387764, 0.017626306042075157, -0.033885419368743896, -0.06915906816720963, -0.030435878783464432, 0.037650465965270996, 0.027007373049855232, 0.02162272483110428, 0.01760527305305004, -0.07366029173135757, -0.04425507038831711, 0.03739805892109871, -0.03117206133902073, 0.019519347697496414, 0.02248510904610157, -0.0029342120978981256, 0.014166249893605709, -0.0025266828015446663, 0.10146694630384445, -0.00023137156676966697, 0.006420561112463474, -0.0073828562162816525, 0.0180890504270792, -0.013251280412077904, -0.03449539840221405, -0.050565205514431, -0.01295680832117796, -0.034137822687625885, -0.03638843819499016, -0.028626972809433937, -0.009544077329337597, -0.06150276958942413, 0.0043829139322042465, 0.06310133635997772, 0.061208296567201614, 0.05149069055914879, -0.019603481516242027, 0.00010870191181311384, -0.0827048197388649, 0.021265150979161263, -0.019719168543815613, 0.01107428502291441, -0.03272856026887894, -0.06104002520442009, -0.0010530035942792892, -0.002818526467308402, 0.02189616486430168, -0.03247615322470665, 0.036157067865133286, -0.04246719926595688, 0.00180890504270792, -0.062259986996650696, -0.002052108058705926, -0.01780509389936924, 0.0525844469666481, -0.0032654942478984594, -0.043203383684158325, 0.012977841310203075, 0.009849066846072674, 0.012820088304579258, 0.042488232254981995, 0.04884043335914612, 0.007708880119025707, -0.021307218819856644, 0.0011726331431418657, 0.007698363158851862, -0.03805010765790939, -0.04656878858804703, 0.02055000141263008, -0.002750166691839695, -0.04900870472192764, -0.056328460574150085, 0.005831615068018436, -0.012504581362009048, 0.017720958217978477, 0.03638843819499016, -0.06726602464914322, 0.025892581790685654, 0.02953142486512661, -0.02740701474249363, -0.014870882034301758, 0.027533216401934624, 0.0375242605805397, -0.04162584990262985, 0.03386438265442848, -0.025450872257351875, -0.004929792135953903, 0.04404473304748535, 0.021433420479297638, 0.06436336040496826, -0.015175871551036835, 0.02431504800915718, -0.02155962400138378, -0.01890936680138111, 0.03781873360276222, 0.037229787558317184, 0.008413511328399181, 0.05031279847025871, 0.04926111176609993, -0.1101328656077385, 0.021338768303394318, 0.050733473151922226, 0.005013926886022091, 0.06941147148609161, 0.002605559304356575, -0.014660543762147427, -0.024525387212634087, -0.00088078947737813, 0.021748928353190422, -0.07357615977525711, -0.021980298683047295, -0.01639583148062229, -0.014366070739924908, 0.018499208614230156, 0.05813736468553543, -0.014902432449162006, -0.034432295709848404, -0.05637052655220032, -0.06730809062719345, 0.001853601774200797, -0.018257319927215576, -0.01925642415881157, -0.03889145702123642, -0.022253738716244698, -0.03666187822818756, 0.016732370480895042, 0.020034674555063248, 0.008523939177393913, -0.11332999914884567, -0.005815839860588312, 0.0594414584338665, 0.02050793543457985, 0.005350467748939991, 0.061839308589696884, 0.05906284973025322, -0.024230914190411568, 0.06655087321996689, 0.011610645800828934, -0.012168041430413723, 0.036451540887355804, 0.033990588039159775, 0.011736848391592503, 0.011905118823051453, 0.005652828142046928, 0.028669040650129318, 0.036262236535549164, -0.007608969695866108, -0.018730580806732178, 0.00856074783951044, 0.06284893304109573, 0.04009038209915161, 0.05519263446331024, -0.006541505455970764, -0.01225217618048191, -0.0024280869401991367, 0.03542088344693184, 0.014660543762147427, -0.008839445188641548, 0.009544077329337597, -0.013819192536175251, 0.07433337718248367, -0.034810904413461685, 0.012104939669370651, 0.05578158050775528, -0.05250031128525734, -0.04993418976664543, -0.020003123208880424, 0.005108579061925411, 0.03542088344693184, -0.05283685401082039, -0.07269273698329926, 0.05384647473692894, -0.01439762208610773, -0.015480861067771912, 0.015133803710341454, 0.040616225451231, -0.08775292336940765, 0.060913823544979095, -0.03274959325790405, 0.002458323026075959, -0.00711467582732439, 0.08076971024274826, 0.01780509389936924, -0.051406554877758026, 0.06331167370080948, 0.02326335944235325, -0.05060727149248123, -0.012189075350761414, -0.01804698258638382, 0.045180559158325195, -0.05228997394442558, -0.029215918853878975, -0.02648152783513069, -0.026166021823883057, -0.008239982649683952, 0.08169519901275635, 0.004482824355363846, 0.028921445831656456, 0.005153276026248932, -0.006078762002289295, 0.006588831078261137, 0.001570960390381515, -0.016038255766034126, -0.01445020642131567, -0.03531571477651596, -0.023242326453328133, -0.020287079736590385, 0.02022397890686989, 0.049387313425540924, -0.029321087524294853, -0.018173184245824814, -0.0053583551198244095, 0.03098275698721409, -0.018520241603255272, 0.06112416088581085, -0.03485297039151192, -0.029615560546517372, -0.019266940653324127, -0.007866633124649525, 0.013083010911941528, -0.028500771149992943, -0.003941204398870468, -0.08173726499080658, 0.006925371941179037, 0.09364238381385803, -0.03441126272082329, -0.025366736575961113, 0.023515764623880386, -0.03323337063193321, -0.03228685259819031, -0.008508163504302502, 0.06835978478193283, -0.00021230970742180943, 0.024041609838604927, 0.02011881023645401, -0.056033987551927567, -0.030625183135271072, -0.023578865453600883, -0.09137073904275894, 0.030919654294848442, -0.03868111968040466, -0.0015486120246350765, -0.024146778509020805, 0.0033207079395651817, -0.04736807197332382, 0.026376359164714813, -0.010127764195203781, -0.029215918853878975, 0.04993418976664543, -0.022022366523742676, 0.0019048716640099883, -0.005374130327254534, -0.042193759232759476, 0.03279166296124458, 0.013703507371246815, 0.025345703586935997, -0.0399431474506855, -0.09582989662885666, 0.0015814772341400385, 0.007088383659720421, -0.06289099901914597, -0.017626306042075157, 0.00006400512938853353, 0.05906284973025322, 0.005395164247602224, -0.03039381094276905, -0.03487400710582733, -0.009302188642323017, -0.022274771705269814, 0.00884996261447668, 0.04213066026568413, 0.02509329840540886, 0.05515056848526001, -0.01602773927152157, 0.04120517149567604, 0.009381065145134926, -0.01944572851061821, -0.013629889115691185, 0.007367081008851528, 0.05683327093720436, 0.05250031128525734, -0.014008496887981892, -0.03222374990582466, -0.010727227665483952, -0.0053530968725681305, 0.007393373176455498, 0.009197019971907139, 0.037755634635686874, 0.004293520003557205, 0.027911825105547905, -0.012041838839650154, -0.020202944055199623, 0.014786746352910995, 0.02080240659415722, 0.016763921827077866, 0.030772417783737183, -0.007356564048677683, -0.00916546955704689, -0.07660502195358276, 0.0053583551198244095, -0.017489587888121605, 0.007177777122706175, 0.03403265401721001, -0.03340164199471474, -0.007587935775518417, -0.013682473450899124, -0.03569432348012924, 0.030414843931794167, 0.01027500070631504, 0.0662984699010849, 0.052710648626089096, -0.007714138366281986, -0.08623849600553513, -0.00647840416058898, -0.0009031379013322294, 0.0416889488697052, -0.09423132985830307, 0.018015431240200996, -0.03218168020248413, -0.005973593331873417, -0.027049439027905464, 0.03750322759151459, -0.027995960786938667, -0.012515098787844181, -0.0026752338744699955, 0.03716668859124184, 0.00714096799492836, -0.03666187822818756, -0.05687533691525459, 0.009444166906177998, 0.0063469428569078445, 0.016511516645550728, -0.014776229858398438, 0.02614498697221279, -0.06385855376720428, 0.008497647009789944, -0.012504581362009048, -0.0006425162428058684, 0.014050564728677273, -0.04926111176609993, 0.021601691842079163, -0.020707756280899048, -0.052668582648038864, -0.030330710113048553, 0.003199763596057892, 0.030456911772489548, -0.005673862062394619, 0.0372508242726326, 0.004601139109581709, 0.007493283599615097, -0.01650100015103817, -0.04825148731470108, -0.005011297762393951, 0.005605502054095268, -0.017216147854924202, -0.005289995577186346, -0.019666584208607674, -0.04795701801776886, 0.011084801517426968, 0.01413469947874546, -0.01930900849401951, -0.050565205514431, -0.07643675059080124, 0.08909908682107925, 0.031382396817207336, 0.02654462866485119, -0.003751900279894471, 0.09717606008052826, -0.046063974499702454, -0.02166479267179966, 0.04307717829942703, 0.057001542299985886, 0.03125619515776634, -0.015102253295481205, 0.017836645245552063, 0.04375026002526283, 0.01890936680138111, 0.030940689146518707, 0.011810466647148132, -0.005366242956370115, 0.03527364879846573, -0.004438127391040325, 0.04661085456609726, -0.025345703586935997, -0.0007388115045614541, -0.0017878712387755513, 0.03634636849164963, -0.03880732133984566, 0.007892925292253494, -0.01803646609187126, 0.05313132703304291, -0.0012580829206854105, 0.013104043900966644, -0.051448624581098557, -0.04694739356637001, 0.01693219132721424, -0.00183388264849782, 0.013104043900966644, -0.03439022973179817, 0.009381065145134926, 0.046821191906929016, -0.0457274354994297, 0.0010641777189448476, 0.036493606865406036, -0.025535007938742638, -0.03800803795456886, -0.011263588443398476, 0.02658669650554657, 0.06873839348554611, 0.034137822687625885, -0.03579949215054512, 0.06638260930776596, 0.028774209320545197, 0.018699029460549355, 0.0293841902166605, -0.02378920465707779, -0.05418301373720169, -0.01742648519575596, -0.05965179577469826, 0.0218540970236063, 0.014755195938050747, -0.055024366825819016, -0.01239941269159317, 0.021601691842079163, -0.003780821803957224, -0.03409575670957565, 0.02639739215373993, 0.04555916413664818, -0.06970594078302383, -0.06852804869413376, -0.03098275698721409, 0.07218793034553528, -0.008818412199616432, 0.04963971674442291, -0.049345243722200394, 0.001979804364964366, 0.03647257387638092, 0.015407242812216282, -0.05346786603331566, -0.02629222348332405, -0.04896663874387741, 0.07109417021274567, 0.0003805799351539463, 0.04732600226998329, -0.03811320662498474, -0.010721968486905098, 0.0003339112445246428, 0.02189616486430168, 0.0032286851201206446, 0.0025187949649989605, 0.03821837529540062, -0.02267441339790821, 0.0773201733827591, 0.009344256483018398, 0.01249406486749649, 0.017636824399232864, 0.016269627958536148, 0.042298927903175354, 0.03508434444665909, 0.018856782466173172, -0.05649673193693161, 0.008271533995866776, -0.0365777425467968, -0.001114790327847004, 0.007151484955102205, -0.008308342657983303, -0.07058936357498169, 0.004609026946127415, 0.044507477432489395, 0.021296700462698936, -0.010069921612739563, -0.026334291324019432, 0.0003930687380488962, 0.06394268572330475, 0.020423799753189087, -0.006809685844928026, -0.026839101687073708, -0.019908471032977104, 0.028437668457627296, -0.045138489454984665, -0.018351972103118896, 0.008839445188641548, 0.02681806869804859, 0.019792785868048668, -0.016143426299095154, -0.03396955132484436, 0.07214586436748505, 0.007761464454233646, 0.014923466369509697, 0.04980798810720444, 0.02233787253499031, -0.006709775421768427, -0.07058936357498169, 0.03030967526137829, 0.03607293218374252, 0.0034232474863529205, 0.01702684350311756, 0.018078533932566643, 0.027428047731518745, -0.016343247145414352, -0.03039381094276905, 0.04968178644776344, 0.05161689221858978, -0.0027633127756416798, -0.011463409289717674, 0.023810237646102905, -0.009112885221838951, -0.0057054124772548676, 0.0403427891433239, -0.02041328325867653, 0.01262026745826006, -0.047788746654987335, -0.013587821274995804, -0.005276849493384361, 0.03844974935054779, -0.0375242605805397, -0.0426354706287384, 0.009633470326662064, 0.02330542728304863, 0.017216147854924202, -0.013503686524927616, -0.02055000141263008, 0.02021346241235733, 0.038281477987766266, -0.023663001134991646, -0.010180349461734295, -0.003696686588227749, 0.023031987249851227, 0.0684439167380333, -0.07399683445692062, -0.02383127249777317, -0.020108291879296303, 0.04274063929915428, -0.005568692926317453, 0.0348319374024868, -0.00211652391590178, 0.04240410029888153, -0.0485459603369236, 0.016522033140063286, -0.005300512537360191, -0.08581782132387161, 0.041709985584020615, 0.032644424587488174, -0.04913490638136864, -0.02349473163485527, -0.04501228779554367, -0.05195343494415283, -0.02359990030527115, 0.048756301403045654, 0.01225217618048191, -0.08249448239803314, -0.010969115421175957, 0.0695376768708229, -0.034179892390966415, -0.009475717321038246, 0.018499208614230156, 0.0485459603369236, -0.020297596231102943, 0.010427496396005154, 0.048083219677209854, -0.030141405761241913, -0.045180559158325195, 0.030183473601937294, -0.039017658680677414, -0.010716710239648819, 0.009643987752497196, -0.06272272765636444, -0.005345209036022425, 0.01278853788971901, 0.019361592829227448, -0.03409575670957565, 0.022274771705269814, 0.034158855676651, 0.042824774980545044, -0.003336483146995306, -0.02137031964957714, -0.06070348620414734, -0.07323961704969406, -0.036114998161792755, 0.007887667044997215, -0.03718772158026695, -0.02654462866485119, -0.008592299185693264, 0.03800803795456886, 0.007966543547809124, -0.050775542855262756, -0.013745574280619621, -0.005684378556907177, -0.02643945999443531, -0.011610645800828934, -0.05439335107803345, 0.018751613795757294, -0.006057728547602892, 0.018215252086520195, -0.028963513672351837, -0.03929109871387482, 0.0034390229266136885, -0.025072265416383743, 0.012073389254510403, 0.029026614502072334, 0.0121364900842309, 0.029447291046380997, -0.007971801795065403, -0.022800616919994354, 0.04522262513637543, -0.034663666039705276, -0.07374443113803864, 0.0383235439658165, -0.05422508344054222, 0.001461847685277462, -0.0004834482679143548, -0.02658669650554657, 0.032980967313051224, -0.01387177687138319, -0.013061976991593838, 0.029300054535269737, -0.017910262569785118, -0.013188179582357407, -0.013251280412077904, 0.04955558478832245, 0.013198696076869965, -0.0067360675893723965, 0.010117247700691223, 0.0256191436201334, -0.04896663874387741, 0.026418427005410194, 0.025072265416383743, -0.00016366908675991, -0.01905660331249237, 0.08834186941385269, -0.00875531043857336, -0.04669499024748802, 0.0426354706287384, 0.002246670424938202, -0.0032050220761448145, -0.03813423961400986, -0.032013412564992905, 0.025072265416383743, -0.005673862062394619, 0.02972072921693325, -0.009722864255309105, 0.04694739356637001, 0.04019555076956749, -0.02770148776471615, 0.013808676041662693, -0.028332499787211418, -0.019940022379159927, 0.05624432489275932, -0.061208296567201614, 0.061586905270814896, -0.07824565470218658, 0.022443043068051338, 0.0024412330240011215, -0.0011693466221913695, 0.0005176281556487083, -0.0014447576832026243, -0.09532508999109268, -0.03664084151387215, 0.021727893501520157, -0.03279166296124458, 0.013819192536175251, -0.002697582123801112, 0.0256191436201334, -0.018173184245824814, 0.0043592508882284164, 0.05485609546303749, 0.02658669650554657, -0.032349951565265656, 0.007004248443990946, 0.06793910264968872, -0.02296888642013073, 0.02625015564262867, 0.08968803286552429, -0.0005196000565774739, -0.04114207252860069, -0.03476883843541145, -0.008071713149547577, 0.004598509985953569, 0.04656878858804703, -0.02982589788734913, 0.006888562813401222, 0.028774209320545197, 0.02639739215373993, 0.0648261085152626, 0.03295993059873581, 0.015985671430826187, 0.026649797335267067, -0.01992950588464737, -0.03912282735109329, -0.01843610778450966, -0.03922799602150917, 0.05165896192193031, 0.03636740520596504, -0.05296305567026138, -0.033948518335819244, 0.010700935497879982, -0.06676121801137924, 0.008844704367220402, -0.010380170308053493, -0.050060395151376724, 0.06751842796802521, -0.07088383287191391, 0.037608396261930466, 0.018793681636452675, 0.09801740944385529, -0.013777125626802444, -0.009833292104303837, 0.026607731357216835, 0.01295680832117796, 0.020518451929092407, -0.02094964310526848, 0.02263234555721283, 0.026018785312771797, -0.043539922684431076, -0.01958244852721691, 0.06722395867109299, 0.0012429648777469993, -0.016290660947561264, 0.03247615322470665, 0.03561018779873848, -0.0732816830277443, -0.008266274817287922, -0.04225686192512512, 0.016427380964159966, -0.00863436609506607, 0.04690532758831978, 0.056033987551927567, -0.003946462646126747, 0.01789974607527256 ]
10,577
datclass.utils
get_identifier
null
def get_identifier(name: str): # Query the cache. if name in _NAME_MAP: return _NAME_MAP[name] # Process fields starting with double (or multiple) underscores by replacing them with a single underscore. if name.startswith('__'): name = '_' + name.lstrip('_') # If it's a keyword, add an '_' suffix. if keyword.iskeyword(name): s = f'{name}_' elif name.isidentifier(): # Keywords are valid identifiers, so first check for keywords, and then check for identifiers. s = name else: # First, replace '-' with '_'. name = name.replace('-', '_') # If it's not a standard identifier, filter out characters other than underscores, # lowercase letters, uppercase letters, and numbers. s = ''.join(filter(lambda c: c in '_' + string.ascii_letters + string.digits, name)) if s: if s[0] in string.digits: s = f'a_{s}' # attribute elif keyword.iskeyword(s): s = f'{s}_' elif not s.isidentifier(): s = get_md5_identifier(name) else: s = get_md5_identifier(name) # Convert the first letter to lowercase. if s[0] in string.ascii_uppercase: s = s[0].lower() + s[1:] # Cache before returning. _NAME_MAP[name] = s return s
(name: str)
[ 0.030755378305912018, 0.01475814264267683, 0.01563660427927971, 0.04708550497889519, 0.016561299562454224, -0.03569325432181358, 0.020657701417803764, 0.005243024323135614, 0.0010772704845294356, -0.0508582629263401, -0.025669552385807037, 0.09927532821893692, -0.011826857924461365, 0.024411965161561966, 0.04209214821457863, -0.059476424008607864, 0.0105137899518013, 0.08854886144399643, -0.03702481463551521, -0.0399838425219059, -0.0069906990975141525, 0.05544475093483925, 0.014980070292949677, -0.00952436588704586, 0.02757442556321621, 0.05570366606116295, 0.045310087502002716, 0.03149513527750969, -0.020065896213054657, -0.028332674875855446, 0.011068607680499554, -0.031384170055389404, 0.03676589950919151, 0.041130464524030685, -0.019455596804618835, -0.09868352115154266, -0.011410744860768318, 0.04305383190512657, -0.04834308847784996, -0.03913312032818794, 0.028036773204803467, 0.01754147745668888, 0.025318168103694916, -0.054224155843257904, -0.045088160783052444, -0.026446295902132988, -0.04364563524723053, -0.03262326493859291, -0.028332674875855446, 0.0012344687711447477, 0.01135526318103075, -0.03458361700177193, -0.0017049076268449426, -0.02805526740849018, 0.029590262100100517, -0.0014402135275304317, 0.009598340839147568, -0.011235052719712257, -0.026390815153717995, 0.03208693861961365, -0.031606096774339676, -0.02753743715584278, -0.00827602669596672, -0.024615399539470673, -0.013167666271328926, -0.030829353258013725, 0.017569217830896378, 0.012122760526835918, -0.08011563122272491, -0.00051725166849792, 0.028684059157967567, -0.021563902497291565, 0.0417962446808815, -0.022895464673638344, 0.05326247215270996, 0.0008813505410216749, -0.044311415404081345, 0.0002996591792907566, 0.033067118376493454, 0.04390455037355423, 0.018678853288292885, -0.03619258850812912, -0.02468937449157238, -0.04042769595980644, -0.024504436179995537, 0.008114204742014408, -0.041648294776678085, -0.024356484413146973, -0.040908537805080414, -0.029312852770090103, 0.01663527451455593, 0.0031370301730930805, 0.002111773705109954, 0.08070743829011917, -0.04031673073768616, -0.07160843163728714, 0.03861529007554054, 0.004641972482204437, 0.06879735738039017, 0.015886271372437477, 0.009205345064401627, 0.01999192126095295, -0.05962437763810158, -0.02430100180208683, -0.05651739984750748, -0.02812924236059189, -0.01473964937031269, 0.028295688331127167, 0.011595684103667736, -0.053706325590610504, -0.010421319864690304, -0.04967465251684189, -0.06798362731933594, 0.007998617365956306, 0.02903544344007969, -0.033067118376493454, 0.01510028075426817, -0.005779347848147154, 0.007827549241483212, -0.0048130410723388195, -0.051819946616888046, 0.005044214893132448, -0.04616080969572067, 0.01715310476720333, 0.013426581397652626, -0.02206323854625225, -0.026039430871605873, 0.0007536269840784371, 0.03317807987332344, -0.019585054367780685, 0.0010015609441325068, 0.05692426487803459, -0.0009628393454477191, 0.038245413452386856, 0.01852165348827839, 0.026224369183182716, 0.032160915434360504, 0.06850145757198334, -0.03613710775971413, 0.07049880176782608, 0.025521600618958473, 0.005723866168409586, -0.0012633654987439513, -0.0329931415617466, -0.004537944216281176, -0.007721208967268467, 0.03846734017133713, 0.02757442556321621, -0.03887420520186424, -0.05174596980214119, 0.023542752489447594, 0.011059360578656197, 0.018688099458813667, 0.0693521723151207, 0.0236167274415493, -0.025651058182120323, -0.04124142602086067, -0.01753222942352295, -0.0433497317135334, -0.05725715681910515, 0.030829353258013725, 0.0051228138618171215, -0.040390707552433014, -0.09468884021043777, 0.014379017986357212, -0.029146406799554825, 0.05485294759273529, -0.020269328728318214, 0.05244873836636543, -0.020731676369905472, -0.03389934450387955, 0.059920281171798706, -0.030496463179588318, 0.0633971318602562, -0.06265737861394882, 0.022137215360999107, -0.020324811339378357, 0.015128021128475666, 0.02171185426414013, 0.025022264569997787, 0.02964574284851551, 0.0009992492850869894, -0.02163787931203842, 0.02369070239365101, 0.02468937449157238, 0.009681563824415207, 0.03489801287651062, 0.03132868930697441, 0.08344453573226929, 0.008433224633336067, -0.007036934141069651, 0.01216899510473013, -0.03715427219867706, 0.00267237052321434, 0.004378433804959059, -0.022766007110476494, -0.005266142077744007, -0.005890311673283577, 0.011789869517087936, 0.01870659366250038, 0.04327575862407684, 0.0236167274415493, -0.033843860030174255, 0.0511171780526638, -0.017347291111946106, -0.06957410275936127, 0.009468883275985718, 0.024023594334721565, -0.005367858335375786, 0.0193446334451437, 0.0047483122907578945, 0.007804431486874819, 0.004447786137461662, 0.08847488462924957, 0.026390815153717995, -0.014785883948206902, 0.008007864467799664, 0.03484253212809563, 0.06487664580345154, 0.024892807006835938, -0.006597703788429499, 0.04264696314930916, 0.0361001193523407, -0.0023880265653133392, 0.008239038288593292, -0.06580134481191635, 0.0029220383148640394, 0.03473157063126564, 0.022950947284698486, -0.0030376252252608538, 0.049230799078941345, -0.05437210574746132, 0.01722707971930504, 0.02568804658949375, 0.03266024962067604, 0.010023701004683971, -0.032771214842796326, -0.029405321925878525, 0.007637986447662115, -0.01260360237210989, -0.02783334068953991, 0.02981218881905079, 0.0397249273955822, 0.062287501990795135, 0.024245521053671837, -0.007790560834109783, -0.04974862560629845, 0.049489714205265045, -0.03508295491337776, -0.03748716413974762, 0.004586490336805582, 0.014268054626882076, 0.02799978479743004, 0.030237548053264618, -0.002670058747753501, 0.02740797959268093, -0.050562359392642975, 0.03007110394537449, 0.004979486111551523, 0.023209860548377037, -0.03671041876077652, -0.020065896213054657, -0.025410637259483337, -0.03726523742079735, -0.001062244176864624, -0.05751607194542885, -0.0030514956451952457, 0.03356645256280899, 0.00009434785897610709, -0.04764031991362572, -0.01982547529041767, -0.002279374748468399, -0.0026076417416334152, -0.02365371584892273, 0.021046074107289314, -0.034010306000709534, 0.048195138573646545, 0.056813303381204605, -0.02692713774740696, -0.016533559188246727, -0.015035551972687244, 0.016450336202979088, -0.0062971776351332664, -0.024227026849985123, 0.05381728708744049, 0.002713981783017516, 0.011688153259456158, -0.052633676677942276, 0.0021845935843884945, 0.011614177376031876, 0.002737099304795265, -0.05000754073262215, -0.019455596804618835, 0.0006363061838783324, -0.024190038442611694, 0.05041440948843956, -0.018410690128803253, 0.000009319198397861328, 0.02378317341208458, -0.011660412885248661, 0.005427963566035032, 0.09431895613670349, 0.03743167966604233, -0.030237548053264618, -0.019492585211992264, 0.017199339345097542, -0.071682408452034, -0.041722267866134644, -0.02934984117746353, 0.021231012418866158, -0.005275388713926077, 0.013371099717915058, -0.04601285606622696, 0.030866341665387154, -0.014323536306619644, 0.05359536036849022, 0.012205982580780983, 0.030477968975901604, 0.024578411132097244, 0.07060976326465607, 0.03343699499964714, 0.03208693861961365, -0.034139763563871384, -0.0011593372328206897, -0.004984109662473202, -0.016700003296136856, -0.056591376662254333, 0.030662909150123596, -0.007707338314503431, -0.008951053954660892, -0.0693521723151207, -0.024356484413146973, -0.0196035485714674, -0.010597012005746365, -0.007665727287530899, -0.033326033502817154, 0.009344049729406834, -0.016579793766140938, -0.0053817289881408215, -0.01079119835048914, 0.015719827264547348, -0.0227105263620615, -0.001587008940987289, 0.013158419169485569, -0.0054834452457726, -0.029701225459575653, 0.013445074670016766, 0.0001778594305505976, 0.038800232112407684, -0.048232126981019974, -0.00623707240447402, -0.0799676850438118, -0.020861133933067322, -0.0057932185009121895, 0.05285560339689255, -0.022285165265202522, 0.02145293913781643, -0.03780156001448631, -0.03256778046488762, 0.04098251089453697, -0.002778710564598441, -0.09128595888614655, 0.024800337851047516, -0.017513735219836235, -0.013352605514228344, -0.008183556608855724, -0.05045139417052269, 0.011383003555238247, 0.02404208667576313, -0.05884763225913048, -0.054704997688531876, 0.05884763225913048, -0.01658903993666172, -0.03182802349328995, -0.038763243705034256, -0.030829353258013725, 0.05644342303276062, 0.008488706313073635, -0.007998617365956306, -0.011817610822618008, 0.010402826592326164, -0.010421319864690304, 0.011392250657081604, 0.03119923174381256, 0.014489981345832348, -0.004706700798124075, -0.03243832290172577, -0.021101554855704308, -0.017180845141410828, 0.02602093666791916, 0.018373703584074974, 0.026964126154780388, 0.031051279976963997, 0.01930764503777027, -0.006158472970128059, -0.013944410718977451, -0.03573023900389671, -0.05071030929684639, -0.0511171780526638, 0.049230799078941345, -0.029923152178525925, 0.006283306982368231, 0.05122813954949379, 0.05322548374533653, -0.01714385859668255, 0.01642259582877159, 0.0696110874414444, -0.00035658577689900994, -0.010902161709964275, -0.016663016751408577, -0.016579793766140938, -0.04756634682416916, -0.06265737861394882, -0.0830746591091156, 0.12546271085739136, 0.008114204742014408, 0.0469745397567749, -0.011281287297606468, -0.018466172739863396, 0.010430566966533661, -0.03632204607129097, 0.032160915434360504, -0.022007757797837257, 0.07416059076786041, -0.0703878328204155, 0.005081202834844589, -0.011928574182093143, 0.04201817139983177, 0.0016378671862185001, 0.022636549547314644, -0.10282615572214127, -0.017994577065110207, 0.03425072878599167, -0.040094804018735886, 0.050784286111593246, -0.03055194579064846, 0.012890257872641087, 0.025540094822645187, -0.03097730502486229, -0.05599956959486008, 0.047677308320999146, -0.005460327956825495, -0.026853162795305252, -0.0028942974749952555, -0.025540094822645187, -0.06276834011077881, -0.013241642154753208, 0.03463910147547722, 0.041648294776678085, -0.047714296728372574, 0.021231012418866158, 0.05696125328540802, 0.006126109044998884, -0.04327575862407684, 0.08011563122272491, -0.020324811339378357, -0.050562359392642975, -0.012011797167360783, 0.0472334548830986, -0.018799062818288803, -0.05400222912430763, 0.06698495149612427, 0.05492692440748215, 0.04445936903357506, -0.032937660813331604, 0.032900672405958176, -0.016052717342972755, 0.010217887349426746, 0.01372248400002718, -0.007258860860019922, 0.024578411132097244, -0.0027440343983471394, 0.04708550497889519, 0.006565339397639036, -0.03613710775971413, 0.0003025488695129752, -0.01852165348827839, -0.010985384695231915, 0.0025267309974879026, 0.0026400061324238777, 0.05906955897808075, -0.03463910147547722, -0.006662432104349136, 0.012807034887373447, 0.0407605841755867, 0.043497685343027115, -0.007721208967268467, 0.05278163030743599, -0.06665206700563431, 0.012122760526835918, -0.03939203545451164, 0.07305096089839935, 0.013084444217383862, 0.01895626075565815, 0.033880848437547684, 0.002559095388278365, 0.05925449728965759, -0.018595630303025246, -0.06095593795180321, -0.02542913146317005, -0.024874312803149223, -0.07549215853214264, 0.07393866777420044, -0.024633891880512238, 0.028684059157967567, 0.02857309579849243, -0.010846680030226707, -0.0032063822727650404, 0.059735339134931564, 0.003153212135657668, -0.038837216794490814, -0.0065514687448740005, 0.050081517547369, -0.015627356246113777, -0.0361001193523407, 0.021952275186777115, 0.0021221765782684088, -0.033880848437547684, -0.05485294759273529, 0.030237548053264618, -0.013731731101870537, -0.02038029208779335, -0.017865119501948357, 0.0062694367952644825, -0.02258106879889965, 0.04889790713787079, 0.025059252977371216, 0.014730402268469334, -0.031865011900663376, 0.030662909150123596, -0.03373289853334427, 0.022007757797837257, -0.023320825770497322, 0.03743167966604233, -0.00833613146096468, 0.001055886852554977, -0.08706934750080109, -0.022987933829426765, -0.030773872509598732, 0.018549395725131035, 0.026853162795305252, 0.021212518215179443, -0.022507091984152794, 0.008007864467799664, 0.015719827264547348, 0.0015904766041785479, -0.03990986570715904, 0.09742593765258789, -0.014462240040302277, -0.006699420046061277, 0.02851761505007744, -0.0033866979647427797, -0.011558695696294308, -0.1309369057416916, 0.003629430430009961, -0.030237548053264618, 0.0013558350037783384, -0.026390815153717995, -0.028813516721129417, 0.02533666230738163, -0.019788486883044243, 0.007434553001075983, 0.02041728049516678, -0.03702481463551521, -0.03573023900389671, -0.018974754959344864, -0.017180845141410828, -0.07382770627737045, -0.00392070971429348, 0.006329542025923729, -0.011817610822618008, -0.0023625975009053946, 0.12664632499217987, 0.04216612130403519, -0.05488993600010872, 0.05300355702638626, 0.019196681678295135, -0.023857148364186287, 0.041130464524030685, 0.008807726204395294, 0.04908284544944763, 0.0056915017776191235, -0.01715310476720333, -0.01995493285357952, -0.017208587378263474, -0.01154944859445095, -0.029072431847453117, 0.033159587532281876, 0.05696125328540802, -0.02369070239365101, 0.0023660650476813316, 0.011993302963674068, 0.01762470044195652, -0.007328213192522526, -0.030367005616426468, 0.08632958680391312, 0.03637752681970596, 0.015063292346894741, 0.0024989901576191187, -0.04564297944307327, 0.015497899614274502, 0.048712968826293945, -0.0056267729960381985, 0.035526808351278305, 0.074271559715271, 0.0425729900598526, 0.012816281989216805, 0.00881235022097826, -0.004017802886664867, -0.032549288123846054, -0.023246848955750465, -0.014166337437927723, -0.008632034063339233, 0.011031619273126125, 0.029793694615364075, 0.03399181365966797, 0.03399181365966797, -0.06006823107600212, -0.026705211028456688, -0.03780156001448631, -0.013232395052909851, 0.010578518733382225, 0.015830790624022484, -0.03924408555030823, 0.0433497317135334, -0.03020056150853634, 0.018345961347222328, -0.02799978479743004, 0.014110855758190155, 0.002450443571433425, -0.06968506425619125, 0.009561353363096714, -0.01445299293845892, -0.06543146818876266, 0.031217725947499275, 0.0493047721683979, 0.00820667389780283, 0.015266725793480873, -0.0646917074918747, 0.0224516112357378, 0.007328213192522526, 0.05740510672330856, -0.051561031490564346, 0.011262793093919754, -0.0402427539229393, -0.004979486111551523, 0.019067224115133286, -0.018688099458813667, 0.04575394093990326, -0.01748599484562874, -0.04390455037355423, -0.010597012005746365, 0.03243832290172577, -0.007536269724369049, 0.05255970358848572, 0.012723812833428383, -0.028462132439017296, -0.047122493386268616, 0.008141945116221905, -0.037635114043951035, 0.014674920588731766, -0.01761545240879059, -0.05067332461476326, -0.010587765835225582, -0.027075089514255524, -0.0322163961827755, 0.0057562305592000484, -0.019917944446206093, 0.05455704405903816, -0.01650581695139408, -0.05270765349268913, 0.013528297655284405, 0.0436086468398571, -0.07649082690477371, -0.0049055106937885284, -0.050562359392642975, 0.0456799678504467, 0.030256042256951332, 0.061288829892873764, 0.025059252977371216, -0.0071848854422569275, -0.05873667076230049, 0.04368262365460396, -0.018077800050377846, 0.02611340582370758, 0.0066069504246115685, 0.05522282421588898, -0.017088375985622406, -0.0053817289881408215, 0.023505764082074165, 0.01827198639512062, 0.047455381602048874, -0.030644414946436882, 0.02015836536884308, -0.04730743169784546, -0.0003649658174254, 0.05278163030743599, 0.07767443358898163, -0.00547419860959053, -0.05222681164741516, -0.025817502290010452, 0.0174027718603611, 0.025484612211585045, -0.028684059157967567, -0.03469458222389221, 0.021748842671513557, -0.0026769940741360188, 0.03094031661748886, 0.002032018732279539, -0.021434444934129715, -0.0053170002065598965, -0.04597586765885353, 0.01921517588198185, 0.0379125215113163, 0.07094265520572662, -0.05311451852321625, -0.05858871713280678, 0.064432792365551, 0.005007226951420307, 0.08891873806715012, 0.009066641330718994, -0.029590262100100517, 0.0389481820166111, 0.01887303963303566, -0.08869680762290955, 0.020491255447268486, -0.0002063227293547243, -0.026094911620020866, -0.007517775986343622, 0.03965095058083534, -0.015442417934536934, 0.08433224260807037, -0.03447265550494194, 0.023376306518912315, 0.034750062972307205, -0.018678853288292885, 0.01887303963303566, -0.05355837196111679, -0.020787158980965614, -0.010495295748114586, -0.040871549397706985, 0.05588860809803009, -0.05348439887166023, 0.08011563122272491, -0.041685279458761215, 0.021859806030988693, 0.025743527337908745, 0.027075089514255524, -0.02903544344007969, -0.004281341098248959, -0.00010684569861041382, 0.04445936903357506, -0.034750062972307205, 0.007952382788062096, -0.007300472352653742, -0.0394660122692585, 0.03743167966604233, 0.03702481463551521, 0.04445936903357506, -0.010476801544427872, -0.033936332911252975, 0.019622042775154114, -0.025447625666856766, 0.01559961587190628, -0.05093223601579666, -0.04216612130403519, 0.016468830406665802, -0.024023594334721565 ]
10,578
typing
get_origin
Get the unsubscripted version of a type. This supports generic types, Callable, Tuple, Union, Literal, Final, ClassVar and Annotated. Return None for unsupported types. Examples:: get_origin(Literal[42]) is Literal get_origin(int) is None get_origin(ClassVar[int]) is ClassVar get_origin(Generic) is Generic get_origin(Generic[T]) is Generic get_origin(Union[T, int]) is Union get_origin(List[Tuple[T, T]][int]) == list get_origin(P.args) is P
def get_origin(tp): """Get the unsubscripted version of a type. This supports generic types, Callable, Tuple, Union, Literal, Final, ClassVar and Annotated. Return None for unsupported types. Examples:: get_origin(Literal[42]) is Literal get_origin(int) is None get_origin(ClassVar[int]) is ClassVar get_origin(Generic) is Generic get_origin(Generic[T]) is Generic get_origin(Union[T, int]) is Union get_origin(List[Tuple[T, T]][int]) == list get_origin(P.args) is P """ if isinstance(tp, _AnnotatedAlias): return Annotated if isinstance(tp, (_BaseGenericAlias, GenericAlias, ParamSpecArgs, ParamSpecKwargs)): return tp.__origin__ if tp is Generic: return Generic if isinstance(tp, types.UnionType): return types.UnionType return None
(tp)
[ 0.02039187401533127, 0.020372601225972176, 0.02467069961130619, 0.00989719107747078, -0.013983274810016155, -0.014118192717432976, 0.045024026185274124, -0.05435263365507126, 0.0032452570740133524, -0.012190794572234154, 0.0012636505998671055, -0.03823958337306976, -0.03719878941774368, -0.057282280176877975, -0.01571793295443058, 0.051808468997478485, 0.004507702775299549, 0.035926707088947296, -0.009078046306967735, 0.004830542020499706, 0.03779628127813339, -0.0017611602088436484, 0.021509766578674316, 0.00018400631961412728, -0.03280432149767876, -0.045370958745479584, 0.04548660293221474, -0.05616438761353493, -0.027407605201005936, -0.05863145738840103, 0.009796001948416233, -0.03133949637413025, 0.03698677569627762, -0.006943452637642622, 0.02405393123626709, -0.02962411381304264, -0.00564245879650116, 0.02258910797536373, 0.07478305697441101, 0.025769315659999847, -0.029373550787568092, -0.041978735476732254, -0.0014877106295898557, -0.03588815778493881, 0.04340501129627228, 0.010793430730700493, 0.005979753565043211, -0.08087363839149475, -0.04440725967288017, 0.03185989335179329, 0.05130734294652939, -0.006201404146850109, -0.050227999687194824, -0.04244131222367287, -0.03690967708826065, 0.013183404691517353, 0.02345643751323223, 0.037121690809726715, -0.056318581104278564, 0.05547052621841431, -0.003715060418471694, 0.03132022172212601, -0.0017732065171003342, -0.030857648700475693, 0.05392860621213913, -0.020468970760703087, 0.010195937007665634, 0.008104709908366203, -0.07104390114545822, -0.03685185685753822, -0.04274969547986984, -0.03230319544672966, -0.033999308943748474, -0.03706387057900429, 0.03610017150640488, -0.07590094953775406, 0.0413619689643383, 0.005714735947549343, 0.033825840801000595, -0.008215535432100296, -0.06445220112800598, 0.03259230777621269, -0.0007131373859010637, 0.04167035222053528, 0.03812393918633461, 0.0130677605047822, -0.033825840801000595, 0.01615159772336483, -0.08303232491016388, -0.01720203086733818, -0.015207173302769661, -0.037391528487205505, -0.023148054257035255, 0.0009112980333156884, -0.028178563341498375, -0.02189524471759796, 0.00898649450391531, -0.026887206360697746, -0.010407950729131699, -0.03482808917760849, 0.061715297400951385, 0.018898140639066696, -0.007844511419534683, -0.003512683557346463, 0.010831979103386402, 0.04957268759608269, 0.0423642173409462, 0.0029754212591797113, -0.036774761974811554, -0.033401813358068466, 0.034249868243932724, -0.006847082637250423, -0.043636299669742584, -0.01588176190853119, 0.027619618922472, 0.03606162220239639, -0.05643422529101372, 0.022801123559474945, -0.021914519369602203, 0.007444576360285282, 0.007073551882058382, 0.029354277998209, -0.0401284322142601, -0.02048824541270733, 0.03515574708580971, -0.010995808057487011, 0.007613223511725664, -0.012836473062634468, -0.05593309924006462, -0.03787337616086006, 0.012990664690732956, -0.014734960161149502, -0.11857354640960693, 0.08071944117546082, -0.01788625679910183, 0.09490509331226349, 0.023938287049531937, 0.000721569755114615, -0.07142938673496246, -0.00018460862338542938, 0.014127830043435097, 0.020642437040805817, 0.023205876350402832, -0.03064563311636448, -0.0191968884319067, 0.03978150337934494, 0.0220494382083416, 0.02900734543800354, 0.05365877225995064, 0.005521996412426233, -0.07613223791122437, -0.017674243077635765, 0.01606486551463604, 0.03162860870361328, -0.006437510717660189, -0.01437839213758707, -0.04105358570814133, -0.0035994164645671844, -0.02979757823050022, -0.05069057643413544, -0.04957268759608269, -0.027503974735736847, -0.03280432149767876, -0.1218886747956276, 0.022107258439064026, -0.010803068056702614, 0.07470595836639404, 0.003963212948292494, -0.034519705921411514, -0.006485695485025644, -0.06742039322853088, -0.018531935289502144, 0.016903283074498177, 0.021606136113405228, 0.0418630912899971, 0.04683578014373779, -0.044175971299409866, 0.026617370545864105, 0.0007028980762697756, 0.016614174470305443, 0.021413395181298256, 0.02370700053870678, -0.06429801136255264, -0.05928677320480347, 0.029354277998209, -0.013829083181917667, -0.009530984796583652, 0.00942015927284956, 0.009150323458015919, 0.03344036266207695, -0.019408902153372765, 0.029720483347773552, 0.0031392499804496765, -0.02395756170153618, 0.050420742481946945, 0.03989714756608009, -0.013617069460451603, 0.08071944117546082, -0.035387035459280014, 0.00873593334108591, -0.0001146651484305039, 0.0413619689643383, -0.007213288452476263, 0.05142298713326454, -0.027947276830673218, 0.03997424244880676, 0.02258910797536373, 0.021490491926670074, -0.009974286891520023, -0.008114347234368324, 0.056935347616672516, -0.036350734531879425, 0.020623162388801575, -0.015428824350237846, -0.00034753401996567845, -0.015833577141165733, -0.04290388897061348, -0.0032838049810379744, 0.05816888436675072, 0.07142938673496246, 0.04922575503587723, -0.045987725257873535, -0.01537100225687027, 0.04028262570500374, 0.04213292896747589, -0.01450367271900177, -0.023148054257035255, 0.029045892879366875, 0.02108573727309704, -0.030067414045333862, 0.04375194385647774, -0.0406295582652092, 0.012595548294484615, -0.01805972307920456, 0.06699636578559875, 0.05385151132941246, -0.03311270475387573, -0.04602627456188202, 0.07142938673496246, 0.05863145738840103, -0.06653378903865814, 0.032958511263132095, 0.013453240506350994, 0.011583664454519749, -0.037391528487205505, 0.022512013092637062, -0.014291658997535706, 0.06765168160200119, -0.008374545723199844, -0.012402808293700218, -0.022781848907470703, 0.022781848907470703, 0.019688373431563377, -0.011400561779737473, 0.04290388897061348, 0.050844769924879074, 0.00697236368432641, -0.06395107507705688, 0.006716983392834663, -0.010282670147716999, -0.026096973568201065, -0.018088633194565773, 0.053504578769207, 0.005878564901649952, -0.030626360327005386, -0.03216828033328056, 0.02752324938774109, -0.01778988726437092, -0.02526819333434105, 0.008904580026865005, 0.057012442499399185, 0.024015383794903755, 0.0035078651271760464, 0.004428197629749775, 0.000006945409950276371, -0.019832929596304893, 0.05030509829521179, 0.07624787837266922, 0.03507864847779274, -0.01677800342440605, -0.025846412405371666, -0.017847709357738495, 0.001031158142723143, -0.06657233834266663, -0.02623189240694046, 0.005136516876518726, 0.04768383502960205, -0.0646449401974678, 0.01970764808356762, 0.047028519213199615, 0.06260190159082413, -0.015255358070135117, 0.0009070818778127432, -0.008056525141000748, 0.030356524512171745, 0.06772878021001816, -0.06653378903865814, 0.02120138145983219, -0.006991637405008078, -0.022878218442201614, 0.00577737670391798, -0.005700280889868736, -0.03502082824707031, 0.02048824541270733, 0.04394468292593956, -0.012306438758969307, 0.006803716067224741, -0.02536456286907196, 0.008629926480352879, 0.0074638500809669495, 0.012402808293700218, -0.010340492241084576, -0.07725012302398682, -0.04741400107741356, -0.026193343102931976, 0.025904234498739243, -0.004873908590525389, -0.006861538160592318, 0.00007705829193582758, 0.07312549650669098, 0.010176663286983967, 0.00533889327198267, 0.027060672640800476, -0.05755211412906647, 0.0007095235050655901, 0.005194338504225016, -0.07435902953147888, 0.027041399851441383, -0.005830380134284496, 0.017674243077635765, -0.024863438680768013, -0.01622869446873665, -0.026636645197868347, -0.04625755921006203, 0.016344338655471802, -0.02422739751636982, 0.00855764839798212, 0.009261148981750011, -0.0406295582652092, -0.03866361081600189, 0.019775107502937317, -0.048146411776542664, -0.006437510717660189, 0.04548660293221474, 0.007006092928349972, 0.06198513135313988, 0.01831028424203396, 0.006615794729441404, 0.08881451934576035, 0.014021823182702065, -0.010571779683232307, -0.017693517729640007, -0.04506257548928261, -0.026771564036607742, -0.0157950296998024, 0.01111145131289959, -0.002633308060467243, 0.009362337179481983, -0.008003521710634232, 0.01622869446873665, 0.040860846638679504, -0.03633145987987518, -0.0014021822717040777, -0.05107605829834938, 0.016700906679034233, 0.00885157659649849, 0.01928362064063549, -0.02682938612997532, -0.02891097590327263, -0.01489878911525011, -0.024728521704673767, -0.025981329381465912, 0.02172178030014038, -0.036967501044273376, -0.053967155516147614, -0.03170570358633995, 0.0191968884319067, -0.02449723333120346, -0.058708555996418, -0.03133949637413025, 0.02370700053870678, 0.004230639431625605, 0.016440708190202713, 0.043559204787015915, -0.06036611646413803, -0.016122687608003616, -0.06098288297653198, 0.039299651980400085, -0.044599998742341995, 0.07755851000547409, 0.026270439848303795, -0.08904580771923065, 0.0017286353977397084, -0.0423642173409462, 0.009800820611417294, -0.002500799484550953, -0.06661088764667511, -0.011294553987681866, -0.03606162220239639, 0.0029706028290092945, 0.04625755921006203, 0.022087985649704933, 0.009964649565517902, 0.07065842300653458, 0.03482808917760849, 0.02702212519943714, 0.03398003429174423, -0.006235133856534958, 0.004693215247243643, -0.057205185294151306, 0.005931568332016468, 0.017828434705734253, 0.011795678175985813, -0.05786049738526344, 0.07590094953775406, -0.015689022839069366, -0.05045928806066513, 0.0045510693453252316, -0.010976533405482769, 0.018030811101198196, 0.011217458173632622, -0.020218409597873688, 0.025133274495601654, -0.028988070785999298, -0.028698962181806564, 0.05924822762608528, -0.04853188991546631, -0.018946325406432152, -0.023167328909039497, 0.06981036812067032, -0.007092826068401337, -0.04818495735526085, 0.058245979249477386, -0.027908727526664734, -0.0031199760269373655, -0.012026965618133545, -0.008538374677300453, 0.01867648959159851, 0.06071304902434349, 0.02509472705423832, 0.003570505417883396, 0.05612584203481674, -0.020256957039237022, -0.0036765122786164284, 0.04332791641354561, 0.0027585888747125864, -0.023764822632074356, 0.012730466201901436, -0.020970094949007034, -0.027253413572907448, -0.022165080532431602, -0.0016647903248667717, 0.060404665768146515, -0.011641486547887325, 0.047722384333610535, -0.0008781708893366158, -0.05261797457933426, 0.02170250564813614, 0.010976533405482769, 0.03457752615213394, -0.04001279175281525, 0.0036427828017622232, 0.055007949471473694, -0.03708314523100853, 0.062216419726610184, -0.030414346605539322, 0.07069697231054306, -0.052772168070077896, -0.02866041287779808, -0.0067314389161765575, 0.018609032034873962, -0.0046546668745577335, -0.009102138690650463, 0.001007667975500226, 0.009810457937419415, 0.03858651593327522, -0.015004795975983143, 0.03683258220553398, 0.07100535929203033, -0.030896196141839027, -0.035984527319669724, 0.010465772822499275, 0.00753130903467536, -0.018252462148666382, -0.029932497069239616, 0.05261797457933426, -0.07262437045574188, 0.08611615747213364, 0.005921931471675634, 0.048840273171663284, -0.011622211895883083, 0.04167035222053528, -0.05628003180027008, -0.0015009614871814847, -0.016296153888106346, -0.005150971934199333, 0.0014335025334730744, -0.005748465657234192, 0.04614191874861717, 0.01979438215494156, 0.04957268759608269, -0.04205583408474922, 0.010918711312115192, -0.006485695485025644, 0.030337249860167503, -0.06422091275453568, 0.03160933405160904, 0.060134828090667725, -0.009771909564733505, 0.0028525495436042547, -0.012518452480435371, 0.01437839213758707, 0.04760674014687538, 0.0027248593978583813, 0.027214864268898964, 0.01640216074883938, 0.015178262256085873, -0.007801144849509001, 0.110478475689888, -0.022010888904333115, -0.07019584625959396, -0.011689671315252781, -0.013462877832353115, 0.07270146906375885, 0.0475681908428669, 0.012075150385499, -0.008485371246933937, 0.006182130426168442, -0.04791512340307236, 0.008239627815783024, 0.057783402502536774, -0.018898140639066696, -0.009477981366217136, -0.01998712122440338, 0.0012431719806045294, 0.03708314523100853, -0.054236989468336105, -0.08087363839149475, 0.04575643688440323, -0.02301313728094101, 0.004370376002043486, 0.003965622279793024, 0.0287375096231699, 0.015939584001898766, 0.002835684921592474, 0.00048757155309431255, -0.07011875510215759, 0.011766767129302025, -0.013742350041866302, 0.034538980573415756, -0.013154493644833565, -0.026790836825966835, 0.04402177780866623, 0.0530034564435482, -0.10269178450107574, -0.03945384547114372, -0.030684182420372963, 0.07011875510215759, 0.014147103764116764, 0.024901986122131348, -0.0005243126070126891, 0.0031055205035954714, 0.019052332267165184, 0.015486645512282848, -0.02256983518600464, 0.030857648700475693, 0.00019620312377810478, 0.017327310517430305, 0.014282021671533585, -0.026790836825966835, -0.01979438215494156, -0.021394122391939163, 0.06888521462678909, 0.014397665858268738, 0.04305807873606682, 0.030896196141839027, -0.0016154007753357291, -0.011766767129302025, 0.02006421610713005, -0.01789589412510395, 0.07196905463933945, -0.02108573727309704, -0.018252462148666382, 0.0007842102204449475, -0.004423379432410002, 0.01710566133260727, 0.003274167887866497, -0.00955989584326744, -0.0380275696516037, -0.013173768296837807, 0.010581417009234428, 0.021239930763840675, 0.049110110849142075, 0.03692895174026489, 0.044754188507795334, 0.01868612691760063, -0.021047189831733704, 0.03162860870361328, 0.01537100225687027, 0.007719230372458696, -0.001988834235817194, -0.010899437591433525, 0.002775453729555011, -0.040513914078474045, -0.007444576360285282, -0.06545444577932358, 0.022646930068731308, -0.003669284749776125, 0.04826205596327782, -0.0733182355761528, 0.061445459723472595, -0.06379688531160355, -0.03525211662054062, -0.04001279175281525, -0.021066464483737946, -0.013308685272932053, -0.02033405192196369, 0.0025080270133912563, -0.012518452480435371, 0.042788244783878326, -0.027311235666275024, 0.0034042673651129007, -0.006447147578001022, 0.0027874999213963747, -0.03498227894306183, -0.009203326888382435, 0.026019878685474396, -0.005753284320235252, -0.0054497187957167625, 0.012210068292915821, -0.006991637405008078, -0.021606136113405228, -0.026174070313572884, -0.01849338784813881, -0.07042713463306427, -0.0012395580997690558, 0.000010352237040933687, -0.055200688540935516, -0.057436469942331314, 0.11256006360054016, -0.022781848907470703, 0.0004963050596415997, 0.026193343102931976, 0.03733370453119278, 0.019177613779902458, -0.06888521462678909, 0.008234809152781963, -0.02266620472073555, -0.022087985649704933, 0.026116248220205307, 0.004601663444191217, 0.06348850578069687, 0.04849334433674812, -0.002907962305471301, -0.09135868400335312, 0.0385286919772625, -0.012643733061850071, 0.006312229670584202, 0.01955345645546913, -0.00395116675645113, 0.01727912575006485, -0.040089886635541916, -0.02839057706296444, 0.06429801136255264, 0.041631802916526794, 0.004840179346501827, -0.02413102798163891, 0.0012576273875311017, 0.06452929973602295, -0.03906836360692978, -0.027831632643938065, 0.03675548732280731, -0.031744252890348434, -0.04402177780866623, -0.024111753329634666, -0.04683578014373779, 0.06830699741840363, 0.004428197629749775, 0.006822990253567696, -0.013732713647186756, 0.030857648700475693, -0.01772242784500122, 0.011313828639686108, 0.009887553751468658, 0.016816550865769386, 0.009049135260283947, 0.031300950795412064, -0.02258910797536373, 0.03413422405719757, -0.05115315318107605, 0.011294553987681866, 0.004247504286468029, 0.04282679036259651, 0.04672013595700264, -0.01735622249543667, -0.024612877517938614, -0.01570829749107361, 0.0012744921259582043, 0.017317675054073334, 0.007545764558017254, 0.025248918682336807, 0.0012106470530852675, 0.013645980507135391, -0.023687725886702538, -0.00816735066473484, 0.052155401557683945, 0.010909074917435646, -0.048608988523483276, -0.0005607524653896689, -0.01641179621219635, -0.0465659461915493, -0.02945064753293991, 0.02006421610713005, -0.029855400323867798, 0.045987725257873535, -0.004428197629749775, -0.06591702252626419, 0.03471244499087334, -0.02083517611026764, 0.027060672640800476, -0.001325086341239512, -0.002577895298600197, 0.01876322366297245, 0.07011875510215759, 0.10816559940576553, 0.05439118295907974, -0.016556352376937866, 0.0006547131342813373, -0.07956300675868988, 0.021760327741503716, 0.011564389802515507, 0.022338546812534332, 0.024535780772566795, -0.010186300612986088, -0.020815901458263397, 0.002874232828617096, -0.01805008575320244, 0.046758685261011124, -0.015525193884968758, -0.015448098070919514, -0.0658784732222557, 0.02823638543486595, -0.027253413572907448, 0.0918983519077301, 0.056973896920681, -0.03480881452560425, 0.000640257669147104, -0.05296490713953972, 0.02172178030014038, 0.009381611831486225, 0.033401813358068466, 0.018377743661403656, -0.06206222623586655, -0.03943457081913948, -0.00041348717059008777, -0.06495332717895508, 0.022820396348834038, 0.00408126600086689, -0.04926430061459541, 0.0015852851793169975, -0.06306447088718414, -0.02648245356976986, 0.0006354391225613654, 0.01254736352711916, -0.045370958745479584, -0.030876921489834785, -0.028872428461909294, -0.011612575501203537 ]
10,583
datclass.utils
write_file
null
def write_file(file_path, content, encoding='utf-8'): with open(file_path, 'w', encoding=encoding) as f: f.write(content)
(file_path, content, encoding='utf-8')
[ -0.011107097379863262, -0.03790296986699104, -0.00848217774182558, 0.0570974200963974, 0.03153374418616295, 0.010187290608882904, -0.053522322326898575, 0.03509148582816124, 0.027437999844551086, -0.0022821612656116486, 0.07892981171607971, -0.023585226386785507, 0.023151354864239693, -0.024800065904855728, 0.03641045093536377, 0.021311743184924126, -0.026761161163449287, 0.0036293307784944773, -0.009102612733840942, 0.05695858225226402, -0.014022709801793098, -0.04994722828269005, -0.014135516248643398, -0.025390129536390305, 0.01771061308681965, 0.013163645751774311, -0.033980775624513626, 0.021502645686268806, -0.021155549213290215, -0.04067974165081978, 0.0032974195200949907, -0.07698606699705124, -0.015549936331808567, 0.0010130887385457754, 0.008746839128434658, 0.019142387434840202, 0.023949677124619484, 0.013632225804030895, 0.007414855062961578, 0.0022713146172463894, -0.0060221292078495026, 0.07191845029592514, -0.03595922514796257, -0.014473935589194298, -0.011775257997214794, -0.020183678716421127, 0.004388604778796434, 0.02681322582066059, 0.030648645013570786, 0.021537356078624725, 0.02332490310072899, -0.05400826036930084, -0.01803167723119259, -0.01371032278984785, -0.014716903679072857, 0.020825807005167007, -0.002774604829028249, 0.02816690318286419, -0.020825807005167007, 0.008647048845887184, 0.046268001198768616, -0.007931161671876907, 0.05168271064758301, -0.029052000492811203, 0.009527807123959064, 0.07802736014127731, -0.05501484125852585, -0.024973614141345024, -0.02007954940199852, -0.012660355307161808, 0.030041227117180824, -0.014847065322101116, 0.024782709777355194, -0.02322077564895153, 0.035525355488061905, 0.06174851581454277, -0.07247380912303925, 0.013111581094563007, 0.02880903333425522, 0.009467064402997494, -0.007245645392686129, -0.05883290618658066, 0.022734839469194412, 0.021641483530402184, 0.016374289989471436, -0.04026322811841965, 0.06928052008152008, 0.014170225709676743, 0.001288596773520112, -0.021207613870501518, 0.04057561233639717, -0.016053225845098495, -0.015575967729091644, -0.019229162484407425, 0.018968839198350906, -0.019420064985752106, 0.03634103387594223, 0.001891677500680089, -0.07747200131416321, 0.062338583171367645, -0.04817703366279602, 0.039117805659770966, 0.024227354675531387, -0.013432645238935947, 0.04175574332475662, -0.061123743653297424, 0.0013439153553918004, -0.01234796829521656, -0.05001664534211159, -0.04363006725907326, -0.056507356464862823, -0.007284693885594606, 0.0039547341875731945, -0.022891033440828323, 0.004249766003340483, -0.03349484130740166, 0.012972742319107056, -0.0051804194226861, 0.0239323228597641, 0.0012365322327241302, 0.05286284163594246, -0.005332274362444878, 0.027889225631952286, 0.03460554778575897, 0.021572064608335495, -0.02129438705742359, -0.003295250004157424, 0.06400464475154877, -0.008417096920311451, 0.018049033358693123, -0.05039845407009125, 0.00043983670184388757, 0.06011716276407242, -0.059874195605516434, 0.030423032119870186, -0.03852774202823639, -0.03797238692641258, -0.019610967487096786, -0.006707645487040281, 0.03437993675470352, 0.004863693844527006, -0.0751117467880249, -0.03752116113901138, -0.034917935729026794, 0.042068131268024445, 0.003726951777935028, -0.03210645169019699, -0.009840194135904312, -0.06456000357866287, 0.030718065798282623, -0.020895225927233696, 0.06941935420036316, -0.07108542323112488, -0.030544517561793327, 0.02386290393769741, -0.05463303253054619, 0.043352387845516205, 0.035681549459695816, -0.027212386950850487, 0.010031096637248993, -0.006416951771825552, 0.050988517701625824, 0.015046645887196064, 0.04439367726445198, 0.012530193664133549, 0.03104780800640583, -0.019836580380797386, 0.014829710125923157, -0.0012636492028832436, -0.05720154941082001, -0.00848217774182558, -0.02053077518939972, -0.019558902829885483, 0.012452096678316593, 0.03634103387594223, -0.008148097433149815, 0.03319980576634407, -0.030492452904582024, 0.06029071286320686, 0.011809968389570713, 0.03127342090010643, -0.03288742154836655, -0.010421580635011196, 0.0109248710796237, 0.05109264701604843, -0.06167909875512123, -0.04356064647436142, 0.04953071102499962, -0.004750887397676706, 0.03354690223932266, 0.018239935860037804, -0.0020402781665325165, 0.022179484367370605, -0.011940129101276398, -0.004364741966128349, -0.0763612911105156, 0.035334452986717224, -0.05786103382706642, -0.01680816151201725, 0.07823561131954193, 0.010369515977799892, 0.02469593659043312, 0.031221356242895126, 0.025338064879179, 0.06428232789039612, 0.030266840010881424, 0.07212670892477036, -0.035334452986717224, -0.05786103382706642, 0.000832489924505353, 0.015497871674597263, -0.025390129536390305, -0.0029524920973926783, -0.022821612656116486, 0.026448775082826614, -0.0255636777728796, -0.08309496939182281, 0.017467645928263664, 0.005609951913356781, 0.04005496948957443, -0.03306096792221069, 0.04765638709068298, -0.060186583548784256, 0.0322105810046196, 0.039117805659770966, -0.022891033440828323, -0.014057419262826443, -0.0023407340049743652, 0.0027962983585894108, -0.03554271161556244, 0.0579998716711998, 0.023949677124619484, 0.039499614387750626, -0.02749006450176239, -0.027663612738251686, -0.03672283887863159, -0.018205225467681885, -0.0161052905023098, -0.0028179921209812164, -0.010508354753255844, -0.026952065527439117, -0.029086710885167122, 0.034883227199316025, 0.06976645439863205, -0.00033652118872851133, -0.03399812802672386, -0.0097968066111207, -0.02986767888069153, 0.019107677042484283, -0.008989806286990643, 0.033668387681245804, -0.050120774656534195, -0.06365755200386047, -0.004317016340792179, 0.007276016287505627, -0.015211516059935093, -0.005466774106025696, -0.039464905858039856, 0.011809968389570713, -0.00787475798279047, -0.03259238973259926, 0.0188647098839283, 0.01803167723119259, -0.05251574143767357, -0.0016628105659037828, -0.038631871342659, -0.03922193497419357, 0.04196400195360184, -0.02639671042561531, -0.04439367726445198, -0.034050192683935165, 0.08129006624221802, -0.024626517668366432, -0.06865574419498444, 0.0005683709750883281, -0.021311743184924126, 0.012538871727883816, 0.004837661515921354, 0.019142387434840202, 0.016860226169228554, -0.007067758124321699, 0.03675755113363266, 0.0511273555457592, 0.03241883963346481, 0.03214116394519806, 0.04862825945019722, -0.0021162056364119053, 0.016929645091295242, -0.0023407340049743652, 0.006486371159553528, -0.02367200143635273, 0.008386725559830666, -0.02113819494843483, 0.06685084104537964, 0.004421145189553499, 0.0331650972366333, -0.0101352259516716, -0.053071096539497375, 0.04609445109963417, -0.05147445201873779, 0.032002322375774384, 0.05595200136303902, 0.0230298712849617, -0.005709742195904255, -0.04300529137253761, -0.008230532519519329, -0.012729774229228497, -0.021259678527712822, -0.041165679693222046, 0.06639961153268814, -0.0030284193344414234, -0.07490348815917969, -0.02178032323718071, 0.04258877411484718, 0.022144773975014687, 0.03037096932530403, -0.009710032492876053, -0.023394323885440826, 0.04571264609694481, -0.04821174219250679, 0.015124741941690445, -0.05865935608744621, 0.01594042032957077, 0.0190903227776289, 0.023724064230918884, -0.06219974532723427, 0.027385937049984932, -0.011150483973324299, 0.015350354835391045, -0.04744812846183777, 0.018656451255083084, 0.02299516275525093, -0.0006752117187716067, -0.02322077564895153, 0.004058863036334515, -0.039152517914772034, 0.024175290018320084, -0.023151354864239693, 0.06143613159656525, 0.002540314570069313, 0.02079109661281109, 0.018621742725372314, -0.01461277436465025, -0.018968839198350906, -0.003950395155698061, 0.018916774541139603, -0.05251574143767357, 0.01902090385556221, -0.04987780749797821, 0.022856323048472404, 0.00215308484621346, 0.009527807123959064, 0.06164439022541046, -0.02677851729094982, -0.03514355048537254, 0.0050155483186244965, -0.005722758360207081, -0.03160316124558449, -0.031256064772605896, 0.019107677042484283, 0.05820813030004501, 0.013432645238935947, 0.033113032579422, -0.02658761292695999, -0.0027160323224961758, -0.005540532525628805, 0.0005190181545913219, 0.07462580502033234, 0.011558323167264462, -0.04050619527697563, 0.04817703366279602, -0.02276954986155033, 0.022474516183137894, 0.07573651522397995, 0.040402065962553024, 0.005900645162910223, -0.01162774208933115, -0.021641483530402184, -0.017077160999178886, 0.04297058284282684, 0.055570196360349655, -0.028201613575220108, -0.015549936331808567, -0.0292255487293005, 0.014309064485132694, -0.031325485557317734, 0.05723625794053078, -0.02136380784213543, -0.023776128888130188, -0.014855742454528809, 0.04026322811841965, 0.030544517561793327, -0.006482032593339682, -0.02344638854265213, -0.010005064308643341, 0.007354113273322582, -0.017788710072636604, 0.01789283938705921, 0.04640683904290199, 0.05675032362341881, -0.04835058003664017, 0.047170452773571014, 0.01449996791779995, 0.008790225721895695, 0.028826387599110603, 0.023654645308852196, -0.08149832487106323, 0.012712419964373112, 0.07053006440401077, 0.06001303344964981, -0.07663896679878235, 0.013241741806268692, 0.033373355865478516, 0.006386580877006054, 0.01722467876970768, 0.021867096424102783, -0.02075638808310032, -0.07879097014665604, 0.03304361552000046, -0.03236677497625351, -0.0276462584733963, 0.013805774971842766, 0.011766580864787102, 0.06511535495519638, -0.024140581488609314, -0.08385857939720154, 0.014942516572773457, -0.0001953775208676234, -0.022127419710159302, 0.022491872310638428, 0.06574013084173203, -0.05994361266493797, -0.032609742134809494, -0.0030219112522900105, 0.013042161241173744, -0.004746548365801573, -0.03845832496881485, -0.06296335905790329, -0.012321935966610909, 0.012903322465717793, 0.02287367731332779, 0.04029793664813042, -0.03679225966334343, -0.04678864777088165, -0.017493678256869316, 0.010300097055733204, -0.0049548065289855, -0.009623258374631405, 0.08545523136854172, -0.004262782167643309, -0.015168129466474056, -0.04481019452214241, 0.044185418635606766, 0.031672582030296326, 0.004967822693288326, -0.0009105867356993258, 0.04217226058244705, -0.10433728992938995, 0.016669323667883873, 0.006026467774063349, 0.047170452773571014, 0.037382323294878006, 0.056889161467552185, -0.07379277795553207, 0.014378484338521957, -0.021433226764202118, -0.09038399904966354, 0.039638452231884, 0.053071096539497375, 0.0052932258695364, -0.02816690318286419, 0.023602580651640892, -0.018968839198350906, -0.04151277616620064, 0.04199871048331261, 0.013849161565303802, -0.03634103387594223, 0.016513129696249962, -0.017875485122203827, 0.0639699399471283, 0.04519199952483177, -0.0014350282726809382, -0.014022709801793098, -0.008013596758246422, 0.04067974165081978, 0.016825515776872635, 0.022214194759726524, -0.0195936132222414, -0.011046354658901691, 0.06039483845233917, 0.038736000657081604, -0.055570196360349655, -0.016140000894665718, -0.07802736014127731, 0.005319258198142052, -0.038666579872369766, -0.062408000230789185, 0.040783870965242386, -0.048871226608753204, -0.03436258062720299, -0.04217226058244705, -0.020027484744787216, -0.07934632152318954, 0.004993855021893978, 0.025424839928746223, 0.037382323294878006, 0.009883580729365349, -0.04269290342926979, 0.038736000657081604, 0.006751032546162605, -0.02075638808310032, 0.010074484162032604, -0.04029793664813042, -0.0101352259516716, 0.004946128930896521, 0.0072586615569889545, -0.06355342268943787, -0.02223154902458191, 0.03149903193116188, -0.0006676189950667322, -0.07823561131954193, 0.015211516059935093, 0.0134586775675416, 0.01803167723119259, 0.013849161565303802, -0.017519710585474968, -0.02171090431511402, -0.030995743349194527, -0.04029793664813042, 0.05872877687215805, -0.018708515912294388, -0.053001679480075836, 0.013363226316869259, 0.020426645874977112, 0.021728258579969406, 0.05150916427373886, 0.00600477447733283, 0.008920387364923954, 0.01416154857724905, 0.018482903018593788, 0.010959580540657043, -0.0012256854679435492, -0.05199509859085083, -0.07000941783189774, -0.030527161434292793, -0.02761154994368553, -0.025060387328267097, -0.06383109837770462, 0.022717485204339027, -0.0011584354797378182, -0.028375161811709404, 0.008399741724133492, 0.012582258321344852, 0.029885033145546913, 0.02499096840620041, -0.005870274268090725, -0.025581032037734985, 0.0621650330722332, 0.03274857997894287, 0.005692387465387583, 0.03588980808854103, -0.010395548306405544, 0.012538871727883816, 0.006451661232858896, -0.0460597425699234, 0.0630674883723259, -0.002483911346644163, 0.009675323031842709, -0.033026259392499924, -0.01438716147094965, 0.06987058371305466, 0.05189096927642822, 0.00898112915456295, -0.03089161403477192, 0.02960735559463501, -0.032922130078077316, 0.06605251878499985, 0.0427970327436924, 0.039534322917461395, -0.03144696727395058, -0.10218529403209686, -0.025459548458456993, -0.05452890321612358, -0.012625645846128464, 0.06417819857597351, 0.04772580787539482, 0.05445948615670204, 0.03014535643160343, -0.03153374418616295, 0.0058615971356630325, -0.028271032497286797, 0.018309354782104492, 0.04015909880399704, -0.09260541945695877, 0.02594548463821411, 0.0195936132222414, -0.018309354782104492, -0.03476174175739288, 0.0006654495955444872, 0.025390129536390305, -0.016027193516492844, -0.022561291232705116, -0.04071445390582085, 0.051370322704315186, -0.012695064768195152, 0.06799625605344772, -0.011167839169502258, -0.003846266306936741, 0.004206378944218159, 0.010282741859555244, -0.07504232227802277, 0.010517032817006111, 0.023203419521450996, 0.003160750027745962, 0.01671271026134491, 0.0018157500308007002, 0.011783936060965061, -0.02367200143635273, -0.03165522590279579, 0.01141948439180851, -0.021641483530402184, -0.017016420140862465, 0.03943019360303879, -0.006946274545043707, -0.03476174175739288, 0.021676193922758102, 0.005614290479570627, -0.029555290937423706, -0.015411097556352615, -0.008538580499589443, -0.020478710532188416, 0.008083016611635685, -0.04973896965384483, 0.04494903236627579, 0.032089099287986755, -0.03936077654361725, -0.044532518833875656, -0.02783716283738613, 0.03436258062720299, -0.017111871391534805, 0.0027268792036920786, 0.045053161680698395, 0.021259678527712822, -0.017346162348985672, -0.04807290434837341, 0.021311743184924126, 0.03464026004076004, -0.03319980576634407, -0.03814593702554703, -0.06872516125440598, 0.02309929020702839, -0.015020613558590412, 0.014031387865543365, 0.003225830616429448, 0.10746116191148758, -0.03519561514258385, 0.07670839130878448, 0.003358161309733987, 0.058971744030714035, 0.018534967675805092, 0.0787215530872345, -0.009146000258624554, -0.015992484986782074, -0.0073888227343559265, -0.023203419521450996, -0.01629619486629963, -0.027507420629262924, -0.03585509583353996, -0.007649145554751158, 0.00888567790389061, 0.03755587339401245, 0.026952065527439117, -0.018361419439315796, -0.027559485286474228, 0.04439367726445198, -0.03634103387594223, -0.0008715383009985089, -0.023376967757940292, 0.02389761433005333, 0.013241741806268692, 0.05209922790527344, 0.017016420140862465, 0.013276452198624611, -0.05143974348902702, -0.02495625801384449, 0.03037096932530403, -0.037798840552568436, 0.06744090467691422, -0.0313081294298172, -0.0405409038066864, -0.04140864685177803, 0.0016140000661835074, -0.07684722542762756, -0.04147806391119957, 0.023116646334528923, 0.06077664718031883, 0.05081496760249138, 0.04765638709068298, 0.06685084104537964, 0.006733677815645933, -0.04151277616620064, 0.02507774345576763, 0.047205161303281784, 0.017632516101002693, -0.02427941933274269, -0.04779522866010666, 0.011037677526473999, -0.030041227117180824, 0.059839487075805664, -0.03641045093536377, 0.005835564807057381, -0.036965806037187576, 0.020739031955599785, -0.03255767747759819, 0.05088438838720322, 0.0014968548202887177, -0.04474077373743057, -0.007354113273322582, 0.0310825165361166, -0.06705909967422485, 0.0017908024601638317, 0.042866453528404236, -0.007623113226145506, -0.03856245428323746, -0.05161328986287117, -0.06074193865060806, -0.027437999844551086, 0.006321500055491924, 0.02363729104399681, -0.009128645062446594, -0.013736355118453503, 0.02056548371911049, -0.011089742183685303, 0.020027484744787216, -0.027785098180174828, 0.028600774705410004, -0.06105432286858559, -0.01544580701738596, -0.013849161565303802, 0.03970787301659584, -0.017441613599658012, 0.03342542052268982, 0.0009214335004799068, -0.08010993897914886, 0.10794709622859955, -0.017658548429608345, 0.05334877595305443, 0.027160324156284332, -0.05584787204861641, 0.04866296797990799, 0.006876855157315731, 0.0008422520477324724, -0.04265819489955902, 0.07879097014665604, 0.0552925169467926, 0.021120838820934296, 0.01257358118891716, -0.008534242399036884, 0.051786839962005615, -0.020010128617286682, -0.03578567877411842, -0.00024961138842627406, -0.03557742014527321, -0.013736355118453503, 0.004533951636403799, 0.05963122844696045, -0.025546323508024216, 0.03306096792221069 ]
10,584
aiojobs._job
Job
null
class Job(Generic[_T]): def __init__( self, coro: Coroutine[object, object, _T], scheduler: Scheduler, name: Optional[str] = None, ): self._coro = coro self._scheduler: Optional[Scheduler] = scheduler self._name = name loop = asyncio.get_running_loop() self._started = loop.create_future() self._closed = False self._explicit = False self._task: Optional["asyncio.Task[_T]"] = None tb = traceback.extract_stack(sys._getframe(2)) if loop.get_debug() else None self._source_traceback = tb def __repr__(self) -> str: info = [] if self._closed: info.append("closed") elif self._task is None: info.append("pending") state = " ".join(info) if state: state += " " return f"<Job {state}coro=<{self._coro}>>" @property def active(self) -> bool: return not self.closed and not self.pending @property def pending(self) -> bool: return self._task is None and not self.closed @property def closed(self) -> bool: return self._closed def get_name(self) -> Optional[str]: """Get the task name. See https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.get_name. Returns None if no name was set on the Job object and job has not yet started. """ return self._task.get_name() if self._task else self._name def set_name(self, name: str) -> None: self._name = name if self._task is not None: self._task.set_name(name) async def _do_wait(self, timeout: Optional[float]) -> _T: async with asyncio_timeout(timeout): # TODO: add a test for waiting for a pending coro await self._started assert self._task is not None # Task should have been created before this. return await self._task async def wait(self, *, timeout: Optional[float] = None) -> _T: if self._closed: assert self._task is not None # Task must have been created if closed. return await self._task assert self._scheduler is not None # Only removed when not _closed. self._explicit = True scheduler = self._scheduler try: return await asyncio.shield(self._do_wait(timeout)) except asyncio.CancelledError: # Don't stop inner coroutine on explicit cancel raise except Exception: await self._close(scheduler.close_timeout) raise async def close(self, *, timeout: Optional[float] = None) -> None: if self._closed: return assert self._scheduler is not None # Only removed when not _closed. self._explicit = True if timeout is None: timeout = self._scheduler.close_timeout await self._close(timeout) async def _close(self, timeout: Optional[float]) -> None: self._closed = True if self._task is None: # the task is closed immediately without actual execution # it prevents a warning like # RuntimeWarning: coroutine 'coro' was never awaited self._start() assert self._task is not None self._task.cancel() # self._scheduler is None after _done_callback() scheduler = self._scheduler try: async with asyncio_timeout(timeout): await self._task except asyncio.CancelledError: pass except asyncio.TimeoutError as exc: if self._explicit: raise context = { "message": "Job closing timed out", "job": self, "exception": exc, } if self._source_traceback is not None: context["source_traceback"] = self._source_traceback # scheduler is only None if job was already finished, in which case # there's no timeout. self._scheduler will now be None though. assert scheduler is not None scheduler.call_exception_handler(context) except Exception: if self._explicit: raise def _start(self) -> None: assert self._task is None self._task = asyncio.create_task(self._coro, name=self._name) self._task.add_done_callback(self._done_callback) self._started.set_result(None) def _done_callback(self, task: "asyncio.Task[_T]") -> None: assert self._scheduler is not None scheduler = self._scheduler scheduler._done(self) try: exc = task.exception() except asyncio.CancelledError: pass else: if exc is not None and not self._explicit: self._report_exception(exc) scheduler._failed_tasks.put_nowait(task) self._scheduler = None # drop backref self._closed = True def _report_exception(self, exc: BaseException) -> None: assert self._scheduler is not None context = {"message": "Job processing failed", "job": self, "exception": exc} if self._source_traceback is not None: context["source_traceback"] = self._source_traceback self._scheduler.call_exception_handler(context)
(coro: Coroutine[object, object, +_T], scheduler: None, name: Optional[str] = None)
[ 0.05702436715364456, -0.015487481839954853, -0.04557143896818161, 0.005416113417595625, 0.00973598938435316, -0.011743254959583282, -0.023086057975888252, 0.020603256300091743, -0.0032837064936757088, -0.08857998251914978, 0.03321749344468117, 0.015407390892505646, 0.023546578362584114, 0.0011512995697557926, -0.011422893963754177, 0.09795056283473969, 0.04192732647061348, -0.022064905613660812, 0.01620829477906227, -0.03055448830127716, 0.035059574991464615, 0.003196107689291239, 0.02550879307091236, -0.06871756166219711, 0.00687275780364871, 0.022925877943634987, 0.010351684875786304, 0.003689164062961936, -0.028432093560695648, -0.008029063232243061, 0.007513480726629496, 0.008704825304448605, 0.03836330398917198, 0.031936049461364746, 0.06367187201976776, -0.004582672845572233, -0.02172452211380005, 0.052819620817899704, -0.0465325228869915, -0.01185337919741869, -0.0024064662866294384, -0.02997383289039135, -0.02236524410545826, -0.0042698197066783905, -0.006582430098205805, -0.043328907340765, -0.013044724240899086, 0.005088243167847395, 0.002585418289527297, -0.02096366323530674, 0.05197867006063461, -0.042528003454208374, -0.051097676157951355, 0.025709019973874092, -0.01485676970332861, 0.06891778856515884, 0.0005324760568328202, 0.04545130208134651, 0.029052793979644775, -0.02320619486272335, -0.017780069261789322, 0.024507662281394005, -0.021824633702635765, 0.00034820553264580667, -0.003987000323832035, -0.0019809859804809093, 0.008739865384995937, -0.004807927180081606, -0.001019275514408946, -0.005240915808826685, 0.0397048182785511, 0.052178896963596344, 0.027370894327759743, -0.014916837215423584, 0.032116252928972244, -0.06174970045685768, -0.054421428591012955, -0.06759630143642426, -0.04473048821091652, -0.03381817042827606, 0.008514611050486565, 0.035700295120477676, 0.01574777439236641, -0.054421428591012955, 0.05922685191035271, 0.0167989619076252, 0.044009674340486526, -0.012133696116507053, -0.13134825229644775, -0.056784093379974365, 0.013044724240899086, 0.03373808041214943, 0.0006801427225582302, -0.017910216003656387, 0.012664294801652431, -0.03834328055381775, -0.021063774824142456, -0.034218624234199524, -0.007123040035367012, -0.04769383370876312, -0.01294461078941822, -0.007633616216480732, -0.014266102574765682, 0.021624408662319183, -0.00020961159316357225, -0.018701108172535896, 0.014296136796474457, 0.04505085200071335, -0.017109312117099762, -0.07220149785280228, -0.021384136751294136, 0.046492479741573334, -0.015307278372347355, 0.037562400102615356, -0.023947030305862427, -0.007007910404354334, -0.028472138568758965, 0.021384136751294136, 0.0014603984309360385, -0.03139543905854225, -0.008729853667318821, -0.006962859537452459, -0.009966249577701092, -0.008554656058549881, 0.017649922519922256, 0.05722459405660629, -0.06319132447242737, 0.045411258935928345, 0.0025003221817314625, -0.051738400012254715, 0.03361794725060463, 0.013625379651784897, 0.04196736961603165, 0.06098883971571922, 0.01670886017382145, 0.06603453308343887, -0.027771346271038055, 0.04993636533617973, -0.05418115854263306, -0.0035064578987658024, 0.0010005043586716056, -0.0531800277531147, 0.004963102284818888, -0.0565037801861763, 0.04372936114668846, -0.0025278532411903143, -0.034038420766592026, -0.004487565252929926, 0.024447595700621605, -0.04136669263243675, 0.017279503867030144, -0.026469876989722252, -0.019001448526978493, 0.046372342854738235, -0.02032293938100338, 0.006977876182645559, 0.0010724605526775122, 0.03515968471765518, 0.033517833799123764, 0.012203775346279144, -0.02875245362520218, 0.002740593394264579, 0.006657514721155167, -0.056263506412506104, -0.033778127282857895, 0.043328907340765, 0.028992725536227226, 0.0020936131477355957, 0.0124340346083045, 0.013114803470671177, -0.011593085713684559, 0.03566025197505951, -0.022965922951698303, 0.034919414669275284, -0.04513094201683998, 0.05578296631574631, 0.012694329023361206, 0.043328907340765, -0.04825446754693985, -0.05165830999612808, -0.01048183161765337, -0.04793410748243332, -0.017459707334637642, -0.04673274978995323, 0.023226216435432434, 0.06415241211652756, 0.002740593394264579, 0.03127530217170715, 0.04581170901656151, -0.016308408230543137, -0.08681799471378326, -0.023086057975888252, 0.055182285606861115, 0.011292746290564537, 0.05277957394719124, -0.023666713386774063, -0.02128402516245842, 0.0467727929353714, 0.022345222532749176, -0.002166195074096322, 0.025168409571051598, 0.013094780966639519, 0.08217275142669678, -0.012043594382703304, -0.0054711755365133286, -0.01536734588444233, 0.008664780296385288, -0.04152687266469002, 0.004412480629980564, -0.009766023606061935, -0.09074242413043976, -0.03624090552330017, -0.03980492800474167, 0.06579426676034927, 0.08337410539388657, 0.010251571424305439, -0.019782328978180885, 0.022785719484090805, 0.031015008687973022, 0.06263069808483124, 0.061589520424604416, 0.003075971966609359, 0.0283720251172781, 0.01118262205272913, 0.016118193045258522, 0.01508702989667654, 0.02510834112763405, -0.013084769248962402, 0.06951846927404404, 0.021504273638129234, -0.019021470099687576, -0.019021470099687576, -0.034418851137161255, -0.013134825974702835, -0.03814305365085602, 0.041446782648563385, 0.007923943921923637, 0.0036991755478084087, -0.027771346271038055, 0.0010117670753970742, -0.007468429859727621, 0.01808040775358677, -0.000005611802862404147, -0.09074242413043976, -0.0021386640146374702, -0.032636839896440506, 0.033838193863630295, 0.027711279690265656, -0.008449537679553032, -0.04096623882651329, -0.04312868043780327, 0.00012881727889180183, 0.012183752842247486, -0.029092838987708092, -0.0728822648525238, -0.10539896786212921, -0.012534148059785366, -0.06971869617700577, 0.05037686228752136, 0.0636318251490593, -0.009060226380825043, 0.04192732647061348, -0.04849473759531975, 0.04224768653512001, -0.005601322278380394, -0.04621216282248497, -0.009851119481027126, -0.06227028742432594, -0.014616498723626137, 0.03369803726673126, 0.08849989622831345, -0.05794540420174599, 0.006322136148810387, 0.006492328364402056, -0.05438138172030449, 0.019381877034902573, -0.0400051549077034, 0.0046302261762320995, -0.04404972121119499, -0.020743414759635925, 0.027070555835962296, 0.04236782342195511, -0.002908282680436969, -0.021364115178585052, -0.000012905191397294402, -0.043929584324359894, -0.003929435275495052, 0.00504319230094552, -0.009926204569637775, 0.022064905613660812, -0.013975774869322777, -0.02492813766002655, 0.003884384408593178, 0.0033112375531345606, 0.036841586232185364, -0.014236069284379482, -0.034098487347364426, -0.010461809113621712, -0.007979006506502628, -0.055582739412784576, 0.1061197817325592, 0.03744226321578026, 0.019832385703921318, -0.02408718876540661, -0.022465357556939125, -0.03139543905854225, -0.02883254550397396, -0.016638781875371933, -0.04140673950314522, 0.013555300422012806, 0.02799159474670887, -0.04216759651899338, 0.05918680876493454, -0.0728822648525238, 0.014105921611189842, 0.04957595840096474, -0.018871301785111427, -0.04128660261631012, 0.03720199316740036, 0.01737961731851101, -0.057745181024074554, 0.020152747631072998, 0.07712705433368683, 0.002415226073935628, -0.023106081411242485, -0.008649763651192188, -0.039604704827070236, 0.07760760188102722, -0.060948796570301056, 0.055182285606861115, -0.021424181759357452, -0.02198481559753418, -0.019051505252718925, -0.031795889139175415, -0.02344646491110325, 0.005891649983823299, 0.01444630604237318, 0.020943639799952507, -0.006517356261610985, -0.08505600690841675, 0.04877505451440811, 0.04136669263243675, 0.059987712651491165, 0.05085740610957146, -0.0331173799932003, -0.030694646760821342, 0.05702436715364456, -0.011843368411064148, 0.05273953080177307, -0.018651051446795464, 0.039664771407842636, -0.0006072479300200939, -0.003971983212977648, 0.0365011990070343, 0.021684477105736732, -0.04453026503324509, 0.0334177203476429, -0.02326626144349575, 0.035960592329502106, -0.037562400102615356, -0.04172709956765175, -0.012734374031424522, 0.018180521205067635, 0.008624735288321972, -0.05197867006063461, -0.018350712954998016, 0.016058126464486122, 0.007498464081436396, -0.028392046689987183, -0.030534464865922928, -0.020723391324281693, -0.010036328807473183, 0.015056995674967766, -0.038263190537691116, -0.007473435718566179, 0.02414725534617901, 0.017279503867030144, -0.02478797920048237, -0.026830283924937248, -0.0015167120145633817, 0.05185853689908981, -0.0005112020298838615, -0.004134667105972767, -0.03289713338017464, -0.06050829961895943, -0.056904230266809464, -0.019702238962054253, 0.0008221780299209058, 0.02518843114376068, 0.021183911710977554, 0.03425867110490799, -0.014796702191233635, 0.021964792162179947, 0.008564667776226997, 0.005581299774348736, -0.06142933666706085, 0.014306148514151573, 0.017279503867030144, 0.023566599935293198, -0.03393830731511116, -0.002193726133555174, -0.03161568567156792, 0.07112027704715729, -0.004402469377964735, 0.02959340438246727, 0.008875017985701561, 0.09386595338582993, -0.05554269254207611, 0.011943480931222439, 0.07112027704715729, -0.0300939679145813, -0.053019847720861435, -0.04084610566496849, -0.017599865794181824, -0.04501080513000488, 0.017429674044251442, -0.010732114315032959, -0.013044724240899086, 0.00023213702661450952, 0.0057164523750543594, -0.045851755887269974, 0.05726463720202446, 0.011072497814893723, -0.0019033984281122684, 0.015097040683031082, 0.030894871801137924, -0.010186498053371906, 0.042848363518714905, -0.05470174551010132, -0.0332975834608078, 0.01208363939076662, -0.005746486131101847, -0.032116252928972244, 0.00930049829185009, 0.007278215140104294, -0.010251571424305439, 0.02128402516245842, 0.03820312023162842, 0.022525426000356674, 0.04128660261631012, -0.024067165330052376, 0.03489939123392105, 0.007533503230661154, 0.02793152816593647, 0.053780704736709595, -0.020663322880864143, 0.03906409442424774, 0.044770535081624985, 0.014236069284379482, 0.030394308269023895, -0.0005424873088486493, 0.06223024055361748, 0.033718060702085495, 0.03566025197505951, -0.06815693527460098, -0.01875116489827633, 0.019401900470256805, -0.007017921656370163, -0.11845370382070541, -0.05590309947729111, 0.007728723809123039, 0.038763754069805145, 0.008779910393059254, -0.023406419903039932, -0.028712408617138863, -0.00849959347397089, 0.0861772745847702, 0.012213786132633686, -0.045731619000434875, 0.007713706698268652, 0.004465039819478989, -0.024687865749001503, 0.04473048821091652, -0.008209265768527985, -0.05137799307703972, 0.009966249577701092, -0.0012582952622324228, 0.02965347096323967, 0.029833674430847168, -0.045090895146131516, 0.06022798269987106, -0.03201613947749138, 0.03459905460476875, 0.0400051549077034, 0.011292746290564537, 0.04256805032491684, 0.022765696048736572, -0.012454057112336159, -0.014296136796474457, 0.02140416018664837, -0.026229606941342354, 0.013795571401715279, 0.00527595542371273, 0.028352001681923866, 0.005841593723744154, -0.02612949348986149, -0.04993636533617973, 0.06459291279315948, 0.02568899653851986, -0.0029758589807897806, 0.04849473759531975, -0.0073282718658447266, -0.007298238109797239, 0.04148682951927185, 0.04921555146574974, -0.05157821998000145, -0.04625220596790314, 0.0015730255981907248, -0.04793410748243332, -0.02863231860101223, -0.019401900470256805, -0.009235424920916557, 0.009660904295742512, -0.08481573313474655, -0.017479730769991875, -0.021644430235028267, -0.0601879358291626, -0.03389826416969299, 0.02344646491110325, -0.0329972468316555, 0.06799674779176712, 0.013214915990829468, 0.007007910404354334, 0.04352913424372673, -0.025709019973874092, 0.03073469176888466, 0.058385904878377914, 0.008174226619303226, -0.013625379651784897, 0.041006285697221756, -0.0016255849041044712, -0.03273695334792137, -0.02857225015759468, -0.03700176626443863, 0.04773388057947159, 0.025208454579114914, -0.01208363939076662, 0.01883125491440296, -0.05882640182971954, -0.010842238552868366, -0.0012013560626655817, 0.10627996176481247, -0.011613108217716217, 0.0029558364767581224, -0.03201613947749138, 0.013915707357227802, 0.032236386090517044, 0.06243046745657921, -0.02282576449215412, -0.006066848058253527, 0.016378486528992653, -0.0018120453460142016, 0.054421428591012955, 0.041126422584056854, -0.10972385108470917, -0.06050829961895943, 0.021764567121863365, -0.018130464479327202, 0.008104147389531136, 0.007898915559053421, 0.007183108013123274, 0.0364411324262619, -0.06891778856515884, -0.044770535081624985, -0.01256418228149414, 0.06239042431116104, 0.025849176570773125, 0.0027606161311268806, 0.011032452806830406, 0.025989335030317307, -0.007738735061138868, -0.01571774110198021, -0.013134825974702835, -0.06243046745657921, 0.0020548193715512753, 0.0016556187765672803, 0.00637719826772809, 0.012794441543519497, 0.006357175763696432, -0.034799281507730484, 0.027150645852088928, -0.028552228584885597, -0.05894653499126434, -0.01773001253604889, -0.05145808309316635, -0.017009198665618896, -0.019872430711984634, 0.039144184440374374, 0.0267101489007473, -0.023566599935293198, -0.028231866657733917, 0.04050572216510773, 0.024687865749001503, -0.045291122049093246, 0.026990465819835663, 0.035119641572237015, -0.012283865362405777, -0.006917808670550585, 0.02665008045732975, -0.008454542607069016, 0.021744543686509132, -0.0030834805220365524, -0.01649862341582775, 0.018931368365883827, -0.00604181969538331, 0.016258351504802704, -0.007348294369876385, -0.04140673950314522, 0.03606070205569267, -0.035700295120477676, 0.010812204331159592, -0.006652508862316608, 0.014806712977588177, -0.009275469928979874, -0.06863747537136078, -0.037602443248033524, -0.08866007626056671, 0.029833674430847168, 0.028171798214316368, -0.06711575388908386, 0.03209622949361801, -0.03572031855583191, -0.019902464002370834, 0.01655868999660015, -0.0332975834608078, 0.039905041456222534, 0.016458578407764435, -0.011082509532570839, -0.04793410748243332, -0.07788791507482529, 0.007773774676024914, 0.017249470576643944, -0.006161955185234547, -0.0017732515698298812, 0.021584363654255867, -0.004530113190412521, 0.02492813766002655, 0.05245921388268471, -0.004900531377643347, -0.025088317692279816, 0.010251571424305439, -0.07120037078857422, -0.018971413373947144, 0.03171579912304878, -0.03431873768568039, -0.050336819142103195, 0.020503142848610878, -0.037161946296691895, 0.05566282942891121, 0.019752295687794685, -0.014326171018183231, 0.1388767510652542, -0.038903914391994476, -0.013284995220601559, -0.009740995243191719, 0.036401089280843735, -0.01588793285191059, -0.08193247765302658, 0.006151943933218718, 0.04060583561658859, 0.01681898534297943, -0.024327458813786507, -0.04889519140124321, 0.017459707334637642, 0.01485676970332861, 0.013295006938278675, -0.021464228630065918, -0.008875017985701561, -0.01722944714128971, 0.02384691685438156, 0.015607616864144802, -0.019051505252718925, -0.01469658873975277, -0.00880493875592947, -0.04493071511387825, 0.029993856325745583, -0.0365011990070343, -0.05386079475283623, 0.019381877034902573, -0.021584363654255867, 0.026429831981658936, 0.018781200051307678, -0.047453563660383224, -0.010411752387881279, 0.02600935846567154, 0.04505085200071335, 0.04236782342195511, -0.099472276866436, 0.06058838963508606, -0.06523363292217255, 0.043929584324359894, 0.03676149621605873, 0.0021374125499278307, 0.05121781304478645, -0.02306603640317917, -0.02122395671904087, -0.04184723645448685, -0.019431933760643005, 0.006572418846189976, -0.0032236387487500906, 0.010111412964761257, -0.06178974360227585, -0.003679152810946107, -0.03770255669951439, 0.04817437753081322, 0.0736030787229538, -0.03401839733123779, 0.035119641572237015, 0.049816228449344635, 0.01857096143066883, 0.048735011368989944, 0.0029232995584607124, 0.009700950235128403, -0.04260809347033501, -0.02542870305478573, -0.03251670300960541, -0.009310509078204632, -0.005816565360873938, -0.009040203876793385, 0.0013978277565911412, 0.019001448526978493, 0.044450171291828156, 0.046372342854738235, -0.009100272320210934, 0.04453026503324509, 0.006292102392762899, -0.009340543299913406, -0.029873719438910484, 0.011843368411064148, 0.06739607453346252, 0.037101879715919495, 0.03580040857195854, -0.033537857234478, 0.028211843222379684, 0.027390917763113976, 0.00015533158148173243, 0.047333426773548126, -0.019031481817364693, -0.0563836432993412, 0.0397648848593235, 0.024067165330052376, -0.024948161095380783, -0.012273854576051235, 0.003101000329479575, 0.0027180679608136415, 0.030374284833669662, -0.022905854508280754, 0.021964792162179947, 0.0367414727807045, -0.019121583551168442, 0.033077336847782135, 0.022965922951698303, -0.0601879358291626, 0.02414725534617901, -0.015968024730682373, -0.03183593600988388, -0.01198352687060833, 0.01977231726050377, -0.04420990124344826, -0.015297266654670238, -0.03521975502371788, -0.011262713000178337, 0.011553040705621243, 0.02466784417629242, -0.005591311026364565, -0.0036366048734635115, -0.01620829477906227, 0.034218624234199524 ]
10,585
aiojobs._job
__init__
null
def __init__( self, coro: Coroutine[object, object, _T], scheduler: Scheduler, name: Optional[str] = None, ): self._coro = coro self._scheduler: Optional[Scheduler] = scheduler self._name = name loop = asyncio.get_running_loop() self._started = loop.create_future() self._closed = False self._explicit = False self._task: Optional["asyncio.Task[_T]"] = None tb = traceback.extract_stack(sys._getframe(2)) if loop.get_debug() else None self._source_traceback = tb
(self, coro: Coroutine[object, object, +_T], scheduler: NoneType, name: Optional[str] = None)
[ 0.00543185556307435, -0.006927515380084515, -0.009301578626036644, -0.02440536580979824, 0.0014564875746145844, -0.013275759294629097, -0.03300897032022476, 0.03730127587914467, -0.03204035013914108, -0.038307879120111465, 0.03342680633068085, 0.05188751593232155, 0.027956964448094368, 0.000479857437312603, -0.010873207822442055, 0.09762146323919296, 0.014928107149899006, -0.0023301427718251944, -0.04805103316903114, -0.05367281287908554, 0.020948730409145355, 0.03999821096658707, -0.00397418113425374, -0.04713939130306244, 0.003959937021136284, 0.03627568110823631, -0.04102380573749542, 0.022259213030338287, -0.03342680633068085, -0.004259068518877029, 0.03196438029408455, 0.005298908334225416, -0.008655833080410957, 0.012107720598578453, 0.04543006792664528, 0.0065334211103618145, -0.016343047842383385, 0.04360678419470787, -0.04060596972703934, -0.012345126830041409, 0.006220044568181038, -0.036617543548345566, -0.0429990254342556, 0.028241852298378944, 0.002694561379030347, 0.0006493061664514244, 0.010930185206234455, -0.01832776516675949, 0.01906847208738327, -0.0294953566044569, 0.006604642607271671, -0.0009092660620808601, -0.025222042575478554, -0.0014351209392771125, -0.014453294686973095, 0.11577829718589783, 0.026437563821673393, 0.07688164710998535, 0.0005561241996474564, 0.021594475954771042, -0.03707336634397507, 0.0459238700568676, 0.0021164771169424057, 0.028336813673377037, 0.01470019668340683, -0.0217274222522974, -0.01832776516675949, 0.003461383515968919, 0.0085561228916049, 0.018508194014430046, 0.06814509630203247, 0.08804924041032791, -0.013342233374714851, -0.023341786116361618, 0.034072548151016235, -0.018603157252073288, -0.07832507789134979, -0.041859474033117294, -0.04732931777834892, -0.013931000605225563, 0.007872392423450947, 0.043910667300224304, -0.02649454027414322, -0.01402596291154623, 0.034794263541698456, -0.011632908135652542, -0.009087912738323212, -0.037833064794540405, -0.07494441419839859, -0.016599446535110474, -0.006908522918820381, 0.03251516446471214, -0.043910667300224304, -0.01627657562494278, -0.02841278351843357, -0.020986715331673622, -0.013636616989970207, -0.02951434999704361, -0.007302617188543081, -0.009467762894928455, -0.00801008753478527, 0.019248900935053825, -0.03010311722755432, 0.039428435266017914, 0.0014303728239610791, -0.022544100880622864, 0.010607312433421612, -0.003727278672158718, 0.012098223902285099, -0.05040610209107399, -0.007601749151945114, 0.07733747363090515, -0.0029533342458307743, 0.049228567630052567, -0.058003101497888565, -0.02962830476462841, -0.012107720598578453, 0.0031646257266402245, -0.0007507973932661116, -0.02562088519334793, 0.004942798987030983, 0.03483225032687187, 0.0049143098294734955, 0.019030487164855003, 0.015858739614486694, 0.015089543536305428, -0.03506015986204147, -0.028754649683833122, 0.003603827441111207, -0.0388396680355072, 0.0684489831328392, -0.02512708120048046, 0.03680747002363205, 0.047443270683288574, 0.008698565885424614, 0.04201141744852066, -0.00612983014434576, 0.03946642205119133, -0.0495324470102787, -0.008475404232740402, -0.04337887465953827, 0.004026410635560751, -0.022772010415792465, -0.05207744240760803, 0.03319889307022095, 0.021043693646788597, -0.054850347340106964, 0.00571199506521225, 0.0019467314705252647, -0.028317822143435478, 0.029343416914343834, -0.013028856366872787, -0.00005304546721163206, 0.050823938101530075, -0.01421588845551014, -0.027121294289827347, 0.0044893529266119, -0.010417387820780277, 0.014890122227370739, 0.05826899781823158, -0.049380507320165634, 0.031869418919086456, 0.009885597974061966, -0.09351908415555954, -0.025905773043632507, 0.01726418547332287, 0.023588689044117928, -0.0017164474120363593, 0.012582533061504364, 0.008299723267555237, -0.05150766670703888, 0.006296014413237572, -0.03859276697039604, 0.008404182270169258, 0.0026114690117537975, 0.010759253054857254, -0.005579047836363316, 0.05674959719181061, -0.043074995279312134, -0.030425990000367165, -0.00026040500961244106, -0.024082493036985397, -0.010009048506617546, -0.05238132178783417, 0.011908299289643764, 0.0663977861404419, 0.007449808996170759, 0.04406260699033737, 0.06700555235147476, -0.00016113951278384775, -0.06218145415186882, -0.005260923411697149, 0.005593291949480772, 0.004090510308742523, 0.06525824218988419, -0.0171122457832098, -0.0359148234128952, -0.011556938290596008, -0.013817045837640762, -0.03920052573084831, 0.03889664635062218, 0.034072548151016235, 0.042581189423799515, 0.008451663888990879, 0.011101117357611656, 0.015535866841673851, 0.013389714062213898, 0.04364477097988129, 0.04618976637721062, -0.0025616136845201254, -0.04824095591902733, -0.05317900702357292, -0.01786244846880436, 0.06738539785146713, 0.02710230089724064, 0.024101486429572105, -0.029077522456645966, -0.0164949893951416, 0.04957043007016182, 0.06514428555965424, 0.08242746442556381, 0.04140365496277809, -0.007069959305226803, -0.035155121237039566, -0.009187622927129269, 0.028260843828320503, -0.02212626487016678, -0.045619990676641464, 0.019714217633008957, -0.0089787058532238, -0.017064763233065605, -0.06879084557294846, -0.06430861353874207, -0.0200370904058218, -0.026399578899145126, 0.008237998001277447, 0.03270509093999863, 0.044746335595846176, -0.09914086014032364, -0.058231014758348465, -0.0082474946975708, 0.049722373485565186, 0.030824832618236542, -0.04892468824982643, 0.038801681250333786, -0.018403735011816025, 0.0055742994882166386, 0.019695226103067398, -0.05659765750169754, -0.018023885786533356, -0.01385503076016903, -0.01324727013707161, -0.03059692122042179, -0.03608575463294983, -0.05948451906442642, -0.0668536126613617, 0.007274128496646881, -0.026513533666729927, 0.040378060191869736, 0.07486844807863235, -0.01726418547332287, 0.002286222530528903, -0.04812700301408768, 0.06358689814805984, -0.025184057652950287, -0.06328301876783371, -0.059712428599596024, -0.07171569019556046, -0.04748125746846199, -0.021404551342129707, 0.1411522775888443, -0.030217071995139122, 0.0578511618077755, 0.003423398593440652, -0.03665553033351898, -0.054964303970336914, -0.07209554314613342, -0.03074886091053486, -0.03342680633068085, 0.0053558857180178165, 0.07179165631532669, 0.028336813673377037, 0.01748259924352169, -0.03800399601459503, -0.0021497139241546392, -0.044898275285959244, -0.0051802052184939384, 0.0005751167191192508, -0.03823190927505493, -0.03025505691766739, -0.009510495699942112, 0.014766670763492584, -0.0001352473918814212, -0.006680612917989492, 0.07289322465658188, 0.015535866841673851, -0.057395342737436295, 0.0454680509865284, 0.0016855846624821424, -0.003174121957272291, 0.09830519556999207, 0.012003261595964432, -0.02767207659780979, -0.007976851426064968, -0.0012831810163334012, -0.02852673828601837, -0.03460434079170227, 0.032230276614427567, -0.042923055589199066, 0.029001550748944283, 0.05990235507488251, -0.00249276589602232, 0.0526852011680603, -0.008328212425112724, 0.020435933023691177, 0.06366287171840668, 0.008584611117839813, -0.053862735629081726, 0.05078595131635666, 0.0306159146130085, -0.042581189423799515, 0.001922990893945098, 0.05986436828970909, -0.00680406391620636, -0.01602017506957054, 0.010711771436035633, -0.023759620264172554, 0.05317900702357292, -0.049608416855335236, 0.059598471969366074, -0.047557227313518524, -0.021309588104486465, -0.011404997669160366, -0.026152675971388817, 0.00710794422775507, 0.022069288417696953, 0.01577327400445938, 0.031185688450932503, 0.000005726499239244731, -0.07528628408908844, 0.03141359984874725, 0.029229462146759033, 0.025772826746106148, 0.031280651688575745, -0.0021247861441224813, -0.03694041818380356, 0.07072807848453522, -0.03996022418141365, 0.04356880113482475, -0.07209554314613342, -0.0325341559946537, 0.030406996607780457, -0.0309577789157629, 0.03167949616909027, 0.042087387293577194, 0.025772826746106148, -0.00428280932828784, -0.036389634013175964, 0.024329395964741707, -0.030084123834967613, -0.014861633069813251, -0.004249572288244963, 0.016817860305309296, -0.04216335713863373, -0.08075612038373947, -0.005925660952925682, 0.0025165067054331303, -0.00758750457316637, -0.014054452069103718, -0.02404450811445713, -0.03787105157971382, -0.009491503238677979, 0.01616261899471283, 0.005631276872009039, -0.028602708131074905, -0.016713403165340424, -0.007359594572335482, -0.030919793993234634, -0.000877216225489974, -0.01365560945123434, 0.031280651688575745, 0.017995396628975868, 0.029799235984683037, -0.01908746547996998, -0.023721635341644287, -0.033844638615846634, 0.005237182602286339, 0.04387268051505089, 0.025354990735650063, 0.004090510308742523, 0.021822385489940643, -0.012658502906560898, 0.056065868586301804, -0.025430960580706596, 0.0201510451734066, -0.03403456509113312, 0.01871711201965809, 0.05925660952925682, -0.0400741808116436, 0.0005400992813520133, 0.04455641284584999, 0.010531342588365078, 0.047177378088235855, 0.007691963575780392, 0.01650448516011238, 0.019267894327640533, 0.07433665543794632, -0.06381481140851974, 0.05097587779164314, 0.038193922489881516, -0.03980828449130058, -0.05462243780493736, -0.035288069397211075, -0.03849780187010765, -0.04983632639050484, -0.012316637672483921, 0.025829803198575974, -0.03226826339960098, 0.02818487398326397, 0.008266487158834934, -0.058610863983631134, 0.06134578213095665, 0.0063814809545874596, 0.020549887791275978, 0.0713738277554512, 0.019524293020367622, 0.006428962107747793, 0.032363224774599075, 0.006504931952804327, -0.061041902750730515, -0.06088996306061745, 0.060282204300165176, -0.035155121237039566, -0.002549743512645364, 0.039656344801187515, -0.006956004071980715, 0.0001681133289821446, 0.019229909405112267, 0.0064859394915401936, 0.03889664635062218, -0.008484900929033756, -0.0030696631874889135, 0.037700116634368896, -0.005517322104424238, -0.03469930216670036, 0.002979448763653636, 0.014301354065537453, 0.02537398412823677, 0.06305510550737381, -0.0015348315937444568, 0.00965768750756979, 0.06070003658533096, 0.018783584237098694, 0.00954373273998499, -0.03306594863533974, -0.020132053643465042, 0.043037012219429016, 0.041859474033117294, -0.08903685212135315, -0.07486844807863235, -0.0097099170088768, 0.00753052718937397, 0.012857924215495586, -0.029666289687156677, -0.005080494564026594, 0.03555396571755409, 0.0983811616897583, 0.011765855364501476, -0.029419386759400368, -0.01525097992271185, 0.008907483890652657, -0.02478521503508091, 0.03433844447135925, -0.018375245854258537, -0.010255951434373856, 0.002397803356871009, -0.01893552578985691, -0.02356969565153122, 0.041365671902894974, -0.030558936297893524, 0.04429051652550697, -0.03226826339960098, 0.04774715006351471, 0.06582801043987274, -0.011310035362839699, -0.0048454622738063335, -0.0007329919026233256, -0.05310303717851639, 0.024253426119685173, 0.015279468148946762, -0.02111966349184513, 0.03665553033351898, -0.018289780244231224, -0.02309488318860531, 0.006571406032890081, 0.027956964448094368, 0.004527337849140167, 0.05754728242754936, 0.004876324906945229, 0.005935157183557749, 0.0021853249054402113, 0.028507746756076813, 0.014396317303180695, 0.0047671180218458176, 0.026760436594486237, -0.043910667300224304, -0.07342501729726791, -0.045619990676641464, -0.0684489831328392, -0.00643371045589447, 0.028716664761304855, -0.025772826746106148, -0.041251715272665024, -0.04296104237437248, -0.018460713326931, -0.013978482224047184, -0.08174373209476471, -0.0278050247579813, -0.006604642607271671, -0.004052525386214256, 0.030388005077838898, 0.04641767591238022, 0.033445797860622406, 0.01979018747806549, -0.01629556715488434, -0.009534236043691635, 0.052153412252664566, 0.02744416706264019, 0.030919793993234634, 0.04182149097323418, 0.011575930751860142, -0.05614183843135834, -0.04436648637056351, -0.01663743145763874, 0.05401467904448509, 0.0493045374751091, -0.04223932698369026, 0.010141996666789055, -0.06700555235147476, 0.022620070725679398, 0.017102748155593872, 0.09025236964225769, -0.004745751619338989, 0.01147147174924612, -0.024823201820254326, -0.0461517795920372, 0.0021639582701027393, 0.06244735047221184, -0.0007792861433699727, 0.022809995338320732, 0.04394865036010742, -0.04782311990857124, -0.006352992262691259, 0.0024713994935154915, -0.10605413466691971, -0.022847980260849, 0.01835625432431698, -0.01245908159762621, 0.015811258926987648, 0.015317453071475029, 0.0024108607321977615, 0.05918063968420029, -0.05975041165947914, -0.02368365041911602, -0.019229909405112267, 0.06605592370033264, 0.03631366416811943, -0.013076337985694408, 0.011556938290596008, 0.01653297431766987, -0.020359963178634644, -0.01920142024755478, 0.013418203219771385, 0.001146078808233142, -0.03179344907402992, 0.042087387293577194, 0.02343674749135971, 0.04436648637056351, -0.008019584231078625, -0.024234432727098465, 0.01884056255221367, -0.058344967663288116, -0.07224748283624649, -0.046949464827775955, -0.056787583976984024, -0.04896267130970955, -0.03242020308971405, 0.00003520290192682296, 0.025601893663406372, -0.03635165095329285, -0.017036274075508118, -0.003962310962378979, -0.0044893529266119, 0.021461527794599533, -0.015194002538919449, 0.009690924547612667, -0.02053089626133442, 0.01750159077346325, 0.04626573622226715, 0.0035136130172759295, -0.019505299627780914, 0.04725334793329239, -0.005294159986078739, 0.011253057979047298, 0.0038293632678687572, -0.004420504905283451, -0.03097677230834961, -0.023512717336416245, 0.018175825476646423, -0.018242299556732178, 0.03743422403931618, -0.006476443260908127, 0.033331841230392456, 0.009064171463251114, -0.030881809070706367, -0.027292225509881973, -0.04372074082493782, 0.04151761159300804, 0.026190660893917084, -0.015099039301276207, 0.038573771715164185, -0.06423264741897583, -0.009690924547612667, -0.006576153915375471, -0.03306594863533974, 0.01421588845551014, 0.04846886545419693, -0.04691148176789284, -0.03996022418141365, -0.07125987112522125, 0.005298908334225416, -0.019505299627780914, -0.043037012219429016, -0.07118389755487442, 0.03122367523610592, -0.01772950030863285, -0.010559831745922565, 0.07031024247407913, 0.005901920143514872, -0.01359863206744194, -0.01628607138991356, -0.008575115352869034, -0.015545363537967205, 0.018907036632299423, -0.051431696861982346, -0.050482071936130524, 0.005237182602286339, -0.02683640643954277, 0.06894278526306152, 0.05135572701692581, -0.0014315599109977484, 0.1051424965262413, -0.0646124929189682, 0.037244297564029694, -0.008124043233692646, 0.04182149097323418, -0.025582900270819664, -0.07502038776874542, 0.02514607273042202, 0.015156016685068607, -0.005265671294182539, -0.009467762894928455, -0.012743969447910786, 0.006595146376639605, 0.027349203824996948, 0.010455372743308544, -0.033711690455675125, -0.024348387494683266, -0.006576153915375471, 0.026190660893917084, 0.0037676377687603235, 0.01931537501513958, 0.014719189144670963, 0.00021129159722477198, -0.006191555876284838, 0.03156553953886032, -0.02075880579650402, -0.06814509630203247, 0.055686019361019135, 0.007777429651468992, -0.010654794052243233, 0.022847980260849, -0.01390251237899065, -0.08706162869930267, -0.010502854362130165, 0.02757711336016655, -0.001733065815642476, -0.03849780187010765, 0.058003101497888565, -0.048506852239370346, 0.005165960639715195, 0.08417477458715439, -0.05340691655874252, 0.04182149097323418, 0.007345350459218025, 0.016599446535110474, -0.052913110703229904, -0.08341506868600845, -0.002166332444176078, 0.052153412252664566, 0.006618887186050415, -0.03135662153363228, -0.013066842220723629, -0.0320783369243145, -0.0342244915664196, 0.016675418242812157, 0.0023230204824358225, 0.036978401243686676, 0.027501143515110016, -0.013646112754940987, 0.03901059925556183, -0.014681204222142696, 0.02695036120712757, -0.000988203682936728, -0.03728228434920311, -0.007938866503536701, -0.005688254721462727, 0.03764314204454422, -0.01858416385948658, -0.015592844225466251, 0.012335630133748055, 0.042923055589199066, 0.030805839225649834, -0.039770301431417465, 0.09534236043691635, -0.03268609568476677, -0.02391155995428562, -0.0050282650627195835, 0.023227831348776817, 0.029780244454741478, 0.03141359984874725, 0.027178270742297173, -0.01579226553440094, 0.0020808661356568336, 0.01111061405390501, -0.03390161693096161, 0.04786110669374466, -0.0026114690117537975, -0.054964303970336914, 0.06313107907772064, 0.0037818821147084236, -0.01505155861377716, -0.013722083531320095, 0.020018097013235092, -0.0015277094207704067, 0.007264632266014814, -0.00954373273998499, -0.016608944162726402, 0.06389077752828598, 0.005930408835411072, 0.0012018693378195167, 0.007088951766490936, 0.0011751611018553376, 0.04174552112817764, -0.07129785418510437, -0.05112781748175621, -0.00682780472561717, 0.02793797105550766, -0.020246008411049843, -0.02588678151369095, -0.06544816493988037, 0.006590398494154215, 0.04201141744852066, 0.00682780472561717, 0.013266263529658318, 0.0049190581776201725, 0.010920689441263676, 0.02721625566482544 ]
10,586
aiojobs._job
__repr__
null
def __repr__(self) -> str: info = [] if self._closed: info.append("closed") elif self._task is None: info.append("pending") state = " ".join(info) if state: state += " " return f"<Job {state}coro=<{self._coro}>>"
(self) -> str
[ 0.03144038841128349, -0.024952689185738564, -0.02147713676095009, 0.0077798920683562756, 0.03249196708202362, -0.0588170550763607, -0.00603765994310379, 0.01901751384139061, 0.04669717699289322, -0.11214451491832733, 0.013429894112050533, 0.03106609918177128, -0.01640639267861843, 0.004656350240111351, -0.008666603825986385, 0.032705847173929214, -0.0010989209404215217, -0.10508646816015244, 0.020372088998556137, 0.04487919434905052, 0.030103638768196106, 0.0541829839348793, 0.029658054932951927, -0.05026184767484665, -0.0008599766297265887, 0.04035206511616707, -0.006452052854001522, -0.017386678606271744, -0.04174228385090828, -0.0024328872095793486, 0.004776657558977604, -0.049727145582437515, -0.010168220847845078, -0.016290541738271713, 0.02570127137005329, 0.05411168932914734, -0.034399066120386124, 0.025291332975029945, -0.026521144434809685, -0.045556481927633286, 0.02538044936954975, -0.039674777537584305, -0.07656911015510559, -0.0210493765771389, -0.028250008821487427, -0.034256476908922195, 0.030994804576039314, 0.05967257544398308, 0.025629976764321327, -0.07314702868461609, 0.033935658633708954, 0.03742903470993042, -0.042134400457143784, 0.025790387764573097, -0.06059939041733742, 0.02058596909046173, 0.012244641780853271, -0.01994432881474495, 0.019587861374020576, 0.01997997611761093, -0.04298992082476616, 0.02349117584526539, 0.03821326047182083, 0.006714947056025267, 0.013224925845861435, 0.0020875597838312387, -0.018063964322209358, 0.0060332040302455425, -0.01793028973042965, 0.004651894327253103, 0.07721075415611267, -0.015559784136712551, -0.021726664155721664, -0.009633520618081093, -0.033347487449645996, -0.046625882387161255, -0.05215112119913101, -0.018661046400666237, -0.003337422152981162, -0.03878360986709595, 0.00990978255867958, -0.018625400960445404, 0.003292863955721259, -0.05382651835680008, -0.008795822970569134, -0.06216784566640854, 0.037963736802339554, -0.017680762335658073, -0.14914579689502716, -0.00897405669093132, -0.016923271119594574, 0.02643202804028988, -0.036127928644418716, 0.01546175591647625, -0.009785018861293793, -0.025416096672415733, -0.037322092801332474, -0.00843044463545084, 0.017092593014240265, -0.038106322288513184, -0.006812975276261568, -0.027501428499817848, -0.07699687033891678, -0.007940302602946758, -0.025808211416006088, -0.05304228886961937, -0.0021187507081776857, 0.0032527614384889603, -0.006452052854001522, -0.0439167357981205, 0.003223798470571637, 0.06298771500587463, -0.048479512333869934, -0.028891650959849358, 0.04024512320756912, 0.015265699476003647, -0.03281278535723686, 0.0022591096349060535, 0.0479448102414608, -0.03532588109374046, 0.011398032307624817, -0.013572480529546738, -0.006019836291670799, -0.009268142282962799, -0.044023673981428146, 0.08840381354093552, -0.05304228886961937, 0.005471768323332071, 0.05026184767484665, -0.07082999497652054, 0.03416736051440239, -0.0069154598750174046, 0.024934865534305573, 0.05147383362054825, 0.04516436904668808, 0.028802532702684402, 0.002109839115291834, 0.04363156110048294, 0.01484685018658638, 0.09902653098106384, 0.03489811718463898, -0.09824230521917343, -0.02243959717452526, 0.005672281142324209, 0.07229150831699371, -0.0380706749856472, 0.009285965003073215, 0.01284172385931015, 0.009820666164159775, -0.036448750644922256, 0.06477005034685135, 0.009526580572128296, -0.00949984509497881, -0.003123542061075568, 0.020978081971406937, 0.05674954503774643, 0.022368304431438446, -0.00810962449759245, 0.0032371659763157368, -0.04979844018816948, -0.04409496858716011, -0.03372177854180336, 0.01749361865222454, -0.04174228385090828, 0.009704814292490482, 0.031155215576291084, 0.07450160384178162, -0.02924811653792858, 0.022083129733800888, 0.03202855959534645, -0.013697244226932526, -0.04099370539188385, -0.05108172073960304, 0.05895964056253433, -0.011914909817278385, 0.0721132755279541, 0.0028851546812802553, 0.056214846670627594, -0.0392826646566391, -0.05789024010300636, -0.026235971599817276, -0.016673743724822998, -0.05414733663201332, -0.002938624704256654, 0.041706640273332596, -0.024079345166683197, 0.01949874497950077, -0.009473110549151897, 0.0455208346247673, -0.013706156052649021, -0.05211547389626503, -0.02675284817814827, -0.011246534064412117, 0.027412312105298042, -0.0031079465989023447, -0.03725080192089081, -0.04883597791194916, -0.03832020238041878, 0.03539717197418213, -0.0455208346247673, 0.008439356461167336, 0.02445363625884056, -0.00781553890556097, 0.020906789228320122, 0.01777879148721695, -0.01113959401845932, -0.02691325917840004, -0.008911674842238426, 0.04056594520807266, 0.008327960036695004, -0.03311578556895256, 0.012244641780853271, -0.04716058447957039, 0.01869669370353222, 0.037322092801332474, 0.019997797906398773, -0.005462856963276863, 0.019427452236413956, -0.04259780794382095, 0.009731548838317394, 0.04676847159862518, -0.0455208346247673, 0.047873519361019135, -0.048479512333869934, -0.05632178485393524, -0.0028361405711621046, 0.024542752653360367, -0.020621616393327713, 0.028000483289361, 0.018340226262807846, -0.017092593014240265, -0.0457347147166729, -0.012984310276806355, 0.023722879588603973, -0.005578708369284868, 0.05596531927585602, -0.06690885871648788, 0.008096256293356419, -0.028856003656983376, 0.04309685900807381, -0.016014279797673225, -0.007552644703537226, 0.015497402288019657, -0.036573514342308044, 0.07107952237129211, -0.06733661890029907, 0.03995995223522186, 0.04327509179711342, -0.036894332617521286, 0.010123662650585175, -0.020389912649989128, -0.02183360420167446, -0.05938740074634552, -0.05824670568108559, 0.01946309767663479, -0.08491043746471405, -0.015622165985405445, -0.03197509050369263, 0.024471459910273552, 0.05428992211818695, 0.01869669370353222, -0.01432106178253889, -0.014258679933845997, 0.03138691931962967, 0.014757733792066574, 0.00033223838545382023, -0.07863661646842957, -0.05289970338344574, -0.009838488884270191, 0.01670047827064991, 0.0934656485915184, -0.012975398451089859, -0.06441358476877213, 0.0286064762622118, -0.05108172073960304, -0.0479448102414608, -0.014953790232539177, 0.004839039407670498, -0.0680851936340332, -0.0707230493426323, -0.016041014343500137, -0.0026735025458037853, 0.022029660642147064, -0.030709631741046906, -0.013198190368711948, -0.047231875360012054, 0.003916681278496981, 0.027180608361959457, 0.039068784564733505, 0.0160677507519722, -0.00746798375621438, 0.05254323408007622, -0.029658054932951927, -0.017752056941390038, 0.07457289844751358, -0.03725080192089081, 0.02103155292570591, 0.019106630235910416, -0.013117985799908638, 0.008212108165025711, 0.03817761689424515, -0.009482022374868393, 0.005052919499576092, -0.03821326047182083, -0.0543968640267849, -0.01120197493582964, 0.027626192197203636, 0.028802532702684402, -0.007949214428663254, -0.007031311746686697, 0.029586760327219963, -0.008497281931340694, 0.07025964558124542, 0.01857193000614643, 0.0262894406914711, 0.0783514454960823, -0.048336923122406006, -0.011692117899656296, 0.032385025173425674, 0.04933503270149231, -0.0368586890399456, -0.017244091257452965, 0.0020652806852012873, 0.05828235298395157, -0.0002819709770847112, -0.04003124311566353, -0.025879504159092903, 0.04063723608851433, -0.00039601256139576435, 0.04840821772813797, 0.0035602140706032515, -0.029658054932951927, 0.014597323723137379, 0.02072855643928051, -0.00680406391620636, 0.026556791737675667, 0.04420190677046776, 0.019124453887343407, -0.020639440044760704, -0.05988645553588867, 0.06851295381784439, 0.03217114508152008, 0.017752056941390038, 0.06316595524549484, -0.0380706749856472, 0.003992430400103331, 0.00872898567467928, -0.005427210126072168, 0.07564229518175125, -0.02473880909383297, -0.01761838048696518, -0.012850635685026646, -0.008136359043419361, 0.011995114386081696, 0.009883047081530094, 0.028873827308416367, 0.0012765973806381226, 0.0006455394322983921, -0.0023237192071974277, 0.04687540978193283, -0.003234938019886613, -0.032385025173425674, 0.018188728019595146, 0.03345442935824394, -0.044594019651412964, -0.009580050595104694, 0.031476035714149475, 0.026948904618620872, 0.056357432156801224, 0.0007998227956704795, -0.04423755407333374, 0.012975398451089859, -0.017547087743878365, -0.055929671972990036, -0.05133124813437462, 0.0652691051363945, -0.019552214071154594, -0.014686440117657185, -0.030745279043912888, -0.09574703872203827, 0.012708048336207867, -0.02318817749619484, 0.009713726118206978, 0.037963736802339554, -0.05956563353538513, 0.028517359867691994, -0.024810103699564934, 0.03340095654129982, 0.022225717082619667, 0.028713416308164597, -0.0324384979903698, -0.01901751384139061, 0.0028116335161030293, -0.0015094149857759476, -0.01275260653346777, -0.08369845151901245, 0.06266690045595169, -0.007107060868293047, -0.041207585483789444, -0.019142277538776398, -0.0006850850186310709, 0.006839710287749767, 0.012823900207877159, -0.02678849548101425, -0.011398032307624817, 0.0004185702418908477, 0.024079345166683197, 0.014757733792066574, -0.0002474382345099002, -0.027412312105298042, 0.014650793746113777, -0.05486027151346207, -0.045093074440956116, -0.02864212356507778, -0.010319720022380352, -0.006305010057985783, -0.054967209696769714, -0.04010253772139549, 0.013750714249908924, -0.00003310547981527634, -0.04131452366709709, 0.08512432128190994, 0.05453944951295853, 0.010533600114285946, -0.03261673077940941, 0.04441578686237335, 0.02399022877216339, 0.03129780292510986, 0.043702855706214905, -0.00008417355275014415, 0.004101598169654608, 0.023598115891218185, -0.024489283561706543, 0.020532498136162758, 0.0497627928853035, -0.04266909882426262, 0.037642914801836014, -0.03878360986709595, -0.006242628209292889, 0.06755049526691437, 0.017547087743878365, -0.0045471820048987865, 0.03375742584466934, 0.029123352840542793, 0.04334638640284538, 0.02784007228910923, -0.031618621200323105, -0.038747962564229965, 0.04748140275478363, 0.033044490963220596, 0.0322246178984642, 0.029978875070810318, -0.03290190547704697, 0.00048039498506113887, -0.028553007170557976, -0.017725320532917976, 0.026414204388856888, -0.015426109544932842, -0.09061390906572342, -0.033614836633205414, -0.009241406805813313, 0.04017383232712746, -0.018179817125201225, 0.04345332831144333, 0.02596862055361271, -0.05863882228732109, 0.045877303928136826, 0.009464198723435402, -0.09211107343435287, -0.024328872561454773, 0.001841374789364636, 0.012039672583341599, -0.013474452309310436, 0.005761398002505302, -0.026164676994085312, 0.06897636502981186, -0.005756942089647055, 0.025576507672667503, 0.018964044749736786, -0.025594329461455345, -0.0485508032143116, -0.030709631741046906, -0.01277043018490076, 0.03725080192089081, 0.007628393825143576, 0.02240394987165928, 0.07229150831699371, 0.01729756034910679, 0.03144038841128349, 0.009936517104506493, -0.005694560240954161, 0.05325616896152496, -0.034416887909173965, -0.013376424089074135, 0.038747962564229965, 0.030834395438432693, -0.03892619535326958, 0.018375873565673828, -0.040316417813301086, -0.004856863059103489, -0.0095176687464118, -0.01020386815071106, 0.034096069633960724, 0.018946221098303795, 0.005489591974765062, -0.051901593804359436, 0.013937859795987606, 0.020621616393327713, -0.020764201879501343, -0.016762860119342804, 0.04765963926911354, -0.0392826646566391, 0.026984551921486855, -0.04733881726861, -0.05646437406539917, -0.02554086036980152, 0.013135808520019054, 0.01230702269822359, 0.007686319760978222, 0.002693553688004613, 0.042134400457143784, 0.02554086036980152, -0.029319411143660545, 0.022617831826210022, -0.06370065361261368, 0.023562468588352203, 0.05404039844870567, 0.03094133548438549, -0.05475332960486412, 0.055002856999635696, 0.0010632742196321487, -0.016905447468161583, 0.048942919820547104, 0.00448702834546566, -0.010025634430348873, 0.08868899196386337, -0.07047352194786072, 0.009767196141183376, -0.01532808132469654, -0.015577607788145542, 0.006233716383576393, 0.045877303928136826, -0.011103946715593338, -0.03785679489374161, -0.053291816264390945, 0.0010694010416045785, 0.0864076018333435, 0.0751432403922081, 0.03899748995900154, -0.01329621858894825, -0.010391012765467167, -0.006447596941143274, -0.00742342509329319, -0.031155215576291084, -0.03293754905462265, 0.03710821270942688, 0.02088896557688713, -0.025291332975029945, 0.017288649454712868, -0.004714276175945997, 0.01729756034910679, 0.03220679238438606, -0.005685648415237665, -0.019890857860445976, 0.04719623178243637, 0.05304228886961937, 0.03771420940756798, 0.013670509681105614, 0.018063964322209358, -0.015212229453027248, 0.01781443879008293, -0.022457420825958252, 0.03368613123893738, -0.02461404539644718, 0.002446254715323448, -0.03621704876422882, 0.041706640273332596, 0.04830127954483032, 0.01734211854636669, 0.01159408874809742, -0.01516767032444477, -0.014383443631231785, -0.048194337636232376, -0.05272147059440613, -0.040316417813301086, 0.002689098007977009, -0.08120318502187729, -0.007882376201450825, 0.05432556942105293, -0.012039672583341599, -0.024168461561203003, -0.007860097102820873, 0.03757162019610405, 0.004375632386654615, 0.047410111874341965, -0.03623487055301666, 0.025255687534809113, -0.01687871292233467, -0.04281168803572655, 0.030210578814148903, 0.03293754905462265, 0.010043458081781864, 0.02661026082932949, 0.035949695855379105, 0.00874680932611227, -0.025915151461958885, -0.01951656863093376, 0.007200633175671101, -0.04979844018816948, 0.040601592510938644, -0.008599766530096531, 0.0070535908453166485, 0.010177132673561573, 0.0021187507081776857, -0.045235663652420044, -0.055608849972486496, -0.023081237450242043, 0.00857748743146658, -0.05008361488580704, 0.000458115799119696, 0.03971042484045029, 0.007120428141206503, -0.036894332617521286, 0.03450600430369377, -0.029782816767692566, 0.007628393825143576, 0.010515776462852955, -0.03896184265613556, 0.0007948100101202726, -0.07942084968090057, -0.0014849078143015504, 0.05696342512965202, 0.0029074340127408504, -0.044629666954278946, -0.02614685334265232, -0.023152532055974007, 0.0029787274543195963, 0.07264797389507294, -0.03700127452611923, -0.048657745122909546, 0.012966486625373363, -0.022225717082619667, -0.08027637004852295, -0.06434229016304016, -0.009713726118206978, -0.024649692699313164, -0.005627722945064306, -0.05518108978867531, 0.017858996987342834, -0.0364665724337101, -0.03124433197081089, 0.03591404855251312, 0.009793930687010288, 0.021548429504036903, -0.000681186153087765, 0.036413103342056274, -0.014891408383846283, -0.012280288152396679, -0.014971613883972168, 0.027911365032196045, -0.03247414529323578, -0.056535664945840836, -0.04156405106186867, -0.007610570173710585, 0.029265940189361572, 0.009651344269514084, -0.023705055937170982, 0.029782816767692566, -0.0028829267248511314, -0.055929671972990036, 0.009161202237010002, 0.02523786388337612, 0.02338423579931259, -0.02646767534315586, -0.03459512069821358, -0.005681192968040705, 0.004847951233386993, 0.03792808949947357, 0.05058266595005989, -0.023437704890966415, 0.05275711417198181, -0.02673502452671528, -0.0325276143848896, -0.052650175988674164, 0.03466641530394554, 0.054824624210596085, 0.0003884933248627931, -0.02987193502485752, 0.021102845668792725, -0.03094133548438549, 0.007935846224427223, 0.012271376326680183, -0.007080325856804848, 0.014748821966350079, 0.05101042613387108, 0.010756392031908035, -0.009187936782836914, -0.04994102567434311, 0.056820839643478394, -0.019587861374020576, 0.059030935168266296, -0.025095276534557343, 0.05115301534533501, -0.032581083476543427, 0.042134400457143784, 0.02368723228573799, 0.0343455970287323, -0.0021243204828351736, -0.009678078815340996, 0.02570127137005329, 0.03971042484045029, 0.1224820613861084, -0.004533814731985331, -0.006799608003348112, -0.010979183949530125, -0.02276041731238365, 0.02256436087191105, 0.005543061997741461, -0.02753707580268383, 0.02058596909046173, -0.05011925846338272, 0.042312633246183395, 0.0392826646566391, -0.004865774419158697, 0.021423665806651115, 0.06198960915207863, -0.02459622360765934, -0.016976740211248398, 0.010399924591183662, 0.032402850687503815, -0.004598424304276705, 0.038284555077552795, -0.041813578456640244, -0.02566562406718731, 0.0686911940574646, 0.010613804683089256, 0.038605377078056335, 0.0018937309505417943, 0.009000791236758232, 0.03785679489374161, 0.037642914801836014, 0.007926934398710728, 0.05664260685443878, 0.016450952738523483, 0.025113100185990334, -0.019267041236162186, 0.008862660266458988, 0.017208443954586983, -0.02286735735833645, 0.018536284565925598, 0.044023673981428146, 0.047089289873838425, -0.05739118531346321, 0.012128789909183979, 0.04548518732190132, -0.060242921113967896, 0.015256787650287151, 0.06152620539069176, -0.01668265461921692, -0.0026133486535400152, -0.02584385685622692, -0.00417066365480423, -0.009900870732963085, 0.040316417813301086, -0.01978391781449318, 0.04081547260284424, -0.0190353374928236, -0.028731239959597588 ]
10,587
aiojobs._job
_close
null
def set_name(self, name: str) -> None: self._name = name if self._task is not None: self._task.set_name(name)
(self, timeout: Optional[float]) -> NoneType
[ 0.03642411157488823, 0.034097690135240555, -0.029913606122136116, 0.0024457802064716816, -0.05708412081003189, -0.01379359234124422, 0.009687633253633976, 0.04538257047533989, 0.026354528963565826, 0.006336892955005169, 0.013316155411303043, 0.01447068527340889, 0.04454922303557396, 0.021701687946915627, 0.007825628854334354, -0.01190988626331091, 0.03397616371512413, 0.05270905792713165, -0.04420199617743492, -0.006632035598158836, 0.030191387981176376, -0.015330072492361069, 0.03187543898820877, -0.036111608147621155, -0.011849121190607548, 0.04666730761528015, 0.0343928337097168, 0.052292387932538986, -0.018975956365466118, -0.020399587228894234, -0.010677230544388294, -0.01800372079014778, -0.009114708751440048, -0.0021441266871988773, 0.03444491699337959, -0.014218945987522602, -0.025173958390951157, 0.03572965785861015, -0.03809080272912979, -0.03041708469390869, 0.04746593162417412, 0.011701550334692001, -0.03826441615819931, -0.00294708926230669, 0.015599173493683338, -0.020746814087033272, 0.026719117537140846, 0.06958428770303726, 0.0038129864260554314, 0.03050389140844345, -0.031371958553791046, -0.039757490158081055, -0.03704912215471268, 0.022778091952204704, -0.042049188166856766, 0.04409782961010933, 0.04427144303917885, 0.05204932764172554, -0.019305821508169174, -0.009244918823242188, 0.03256989270448685, 0.006866414099931717, -0.00424919044598937, -0.020503753796219826, -0.02274336852133274, 0.016918634995818138, 0.04493117332458496, 0.017179055139422417, 0.005763968452811241, 0.040972787886857986, 0.056979950517416, 0.01809052750468254, -0.03177127242088318, -0.031805992126464844, 0.00043077851296402514, 0.06392449140548706, -0.08069555461406708, -0.023420460522174835, -0.06180640682578087, -0.027882328256964684, 0.022500310093164444, 0.024965621531009674, -0.022969067096710205, -0.04583396390080452, -0.04746593162417412, 0.015095693990588188, 0.0013704615412279963, -0.07833441346883774, -0.03725745901465416, -0.0472923181951046, 0.034028246998786926, -0.003094660583883524, -0.010182431899011135, 0.044618669897317886, 0.004891560412943363, -0.04284781217575073, -0.002322080545127392, -0.05329934507608414, -0.04187557473778725, 0.026979537680745125, -0.05326462164521217, -0.0296879094094038, 0.016640854999423027, -0.025590630248188972, 0.021337099373340607, -0.06180640682578087, 0.004433654714375734, -0.022430865094065666, -0.0024153979029506445, -0.03861164301633835, -0.004752669483423233, 0.08305669575929642, -0.039132483303546906, 0.009713675826787949, 0.0171964168548584, 0.007617292460054159, 0.02319476380944252, -0.009149431250989437, -0.010816121473908424, -0.024982983246445656, -0.007257044315338135, 0.028177471831440926, -0.01519986242055893, 0.024149637669324875, -0.005295211914926767, 0.0058160522021353245, -0.009652910754084587, 0.051736824214458466, 0.07590382546186447, -0.024340612813830376, -0.002532586921006441, -0.0009136410662904382, -0.006063451524823904, 0.04347281903028488, 0.02960110269486904, 0.02092042751610279, -0.01158870104700327, 0.05138959735631943, -0.03600744158029556, 0.048264551907777786, -0.05989665910601616, -0.06017443910241127, -0.00280819833278656, -0.0017046675784513354, 0.07500103116035461, -0.037222735583782196, -0.005056493449956179, 0.02923651412129402, -0.01712697185575962, -0.01562521420419216, 0.012821356765925884, 0.022170444950461388, -0.005950602702796459, -0.0015288839349523187, 0.0066797793842852116, 0.04875067248940468, -0.017647812142968178, -0.002758284565061331, -0.05444519221782684, 0.003928005695343018, 0.0010232345666736364, -0.02675384096801281, -0.03864636644721031, -0.008632930926978588, -0.0013889080146327615, -0.042604751884937286, 0.00008104224252747372, 0.032639339566230774, 0.0014138648984953761, 0.038403306156396866, 0.014722424559295177, 0.017543643712997437, 0.02501770481467247, 0.06093833968043327, 0.04274364560842514, 0.0029557698871940374, 0.01205745805054903, -0.005950602702796459, 0.031823355704545975, -0.031111540272831917, -0.035556044429540634, -0.00470058573409915, -0.007296107243746519, 0.010399448685348034, 0.01197065133601427, -0.006085153203457594, -0.04152834787964821, 0.06402865797281265, 0.012916844338178635, 0.038403306156396866, 0.00172962446231395, -0.015512366779148579, -0.014670341275632381, -0.03513937443494797, 0.03211849927902222, -0.004101619124412537, -0.0089931795373559, -0.04673675447702408, 0.0651397854089737, -0.05423685908317566, 0.04006999731063843, 0.00799490138888359, 0.011675507761538029, 0.03743107244372368, 0.07965387403964996, -0.012361281551420689, 0.020034998655319214, 0.006753565277904272, 0.09847357869148254, -0.002838580636307597, -0.01715301349759102, 0.028646226972341537, -0.007096451707184315, 0.04229224845767021, 0.014644298702478409, -0.006827350705862045, -0.016736341640353203, -0.04840344563126564, 0.050000689923763275, 0.044792283326387405, -0.013819634914398193, 0.03414977714419365, 0.05760496109724045, -0.023594073951244354, 0.004752669483423233, -0.020052358508110046, 0.010859524831175804, -0.034653253853321075, 0.005716224666684866, 0.007135515101253986, 0.024236444383859634, -0.018489837646484375, -0.0032791250851005316, -0.025156596675515175, -0.03293447941541672, -0.016736341640353203, -0.05416741222143173, -0.03222266584634781, -0.10889038443565369, -0.05034791678190231, -0.013316155411303043, 0.016710299998521805, -0.018420392647385597, 0.013194626197218895, 0.00178062345366925, -0.054097965359687805, -0.04309087246656418, 0.011267515830695629, -0.006280468311160803, -0.013689424842596054, 0.04590341076254845, -0.07073014229536057, -0.03388935700058937, 0.016093971207737923, -0.031198346987366676, 0.00360465026460588, -0.015911677852272987, -0.010902928188443184, 0.023594073951244354, 0.02600730210542679, -0.04777843505144119, -0.04020888730883598, -0.036389388144016266, 0.01201405469328165, 0.04694509133696556, -0.0030165344942361116, 0.005763968452811241, -0.04152834787964821, -0.06614674627780914, -0.04694509133696556, 0.08083444833755493, -0.015573130920529366, 0.00890637282282114, -0.007092111743986607, 0.015955081209540367, -0.08611229807138443, -0.022482948377728462, 0.04079917445778847, -0.10687647014856339, -0.04645897448062897, 0.10986262559890747, -0.06656341999769211, 0.03526090085506439, 0.06729259341955185, -0.03296920284628868, -0.04600757732987404, 0.022413503378629684, -0.008281364105641842, -0.02546910010278225, -0.01411477755755186, -0.014166861772537231, 0.05524381622672081, 0.0036068204790353775, -0.011770995333790779, -0.0033724422100931406, -0.03187543898820877, -0.01982666179537773, 0.03850747272372246, -0.03670189529657364, 0.022673923522233963, 0.09298738837242126, -0.01401060912758112, -0.03871580958366394, -0.01401060912758112, -0.02392394095659256, -0.012986290268599987, -0.02838580682873726, 0.03480950742959976, -0.0006364019936881959, -0.012387323193252087, 0.02986152283847332, 0.008771821856498718, -0.0945846363902092, 0.0165714081376791, 0.05545215308666229, 0.06312587112188339, 0.061493903398513794, 0.009817843325436115, 0.04187557473778725, 0.0294969342648983, -0.029340682551264763, -0.04913261905312538, -0.04951456934213638, -0.015850912779569626, 0.02838580682873726, 0.03572965785861015, -0.020069720223546028, -0.00853310339152813, -0.0286809504032135, 0.04885483905673027, -0.04486173018813133, 0.0007329744985327125, 0.010746675543487072, 0.012118222191929817, -0.08784843236207962, 0.021580157801508904, 0.016232863068580627, 0.0286809504032135, 0.006189321167767048, -0.015356114134192467, 0.0007351446547545493, 0.017569687217473984, -0.042049188166856766, 0.009930692613124847, -0.02621563896536827, 0.017734618857502937, 0.030365001410245895, -0.05284794792532921, 0.058577194809913635, 0.019653048366308212, -0.04611174762248993, 0.003435377264395356, -0.023976024240255356, -0.031354598701000214, 0.019757216796278954, 0.012786634266376495, 0.013758869841694832, -0.018368307501077652, -0.023489907383918762, -0.05718828737735748, -0.08159834891557693, 0.0011252325493842363, 0.03545187786221504, -0.035937994718551636, -0.03937554359436035, -0.025989940389990807, -0.00894977618008852, 0.05125070735812187, 0.0032812950666993856, -0.06364671140909195, -0.008836926892399788, -0.031024733558297157, 0.0005151437944732606, 0.03307337313890457, -0.039028316736221313, 0.03982693701982498, 0.045695073902606964, 0.0009575869771651924, -0.039132483303546906, -0.027830244973301888, 0.018663451075553894, -0.011614743620157242, 0.07079958915710449, 0.030451808124780655, -0.02418436110019684, 0.003053427441045642, 0.012760592624545097, -0.016415156424045563, 0.05239655449986458, 0.001617860863916576, 0.04750065505504608, 0.0013281432911753654, 0.010251876898109913, 0.05215349420905113, 0.01972249336540699, -0.045972853899002075, -0.038021355867385864, -0.02658022753894329, -0.06215363368391991, 0.020208612084388733, -0.030642783269286156, -0.01210086140781641, -0.004796072840690613, -0.006714502349495888, 0.023437822237610817, 0.016788424924016, 0.024410057812929153, 0.0026432655286043882, 0.03541715443134308, -0.010729314759373665, -0.011250155046582222, -0.05239655449986458, -0.037014398723840714, -0.03704912215471268, -0.005855115130543709, 0.0641675516963005, -0.0007671546773053706, -0.046806201338768005, 0.06184113025665283, 0.0034961418714374304, -0.05298684164881706, 0.0714593157172203, 0.010902928188443184, 0.04517423361539841, 0.011762314476072788, 0.0001756480342010036, 0.012222390621900558, 0.023524628952145576, 0.010442852042615414, -0.02593785710632801, -0.04993124306201935, 0.01519986242055893, 0.003103341441601515, 0.0703134685754776, 0.034844230860471725, -0.02875039540231228, 0.03211849927902222, -0.011606062762439251, -0.07368157058954239, -0.04472283646464348, 0.027882328256964684, -0.03185807913541794, 0.026441335678100586, -0.04382004588842392, -0.04593813419342041, 0.018923871219158173, -0.0019694282673299313, -0.007395935244858265, -0.025243403390049934, -0.052917394787073135, -0.0053906990215182304, 0.044618669897317886, -0.005173682235181332, -0.05031319335103035, 0.007395935244858265, -0.022621838375926018, 0.009948053397238255, -0.010043540969491005, -0.013585256412625313, -0.023437822237610817, -0.06635507941246033, 0.07569548487663269, -0.041320014744997025, 0.02501770481467247, 0.04027833044528961, 0.008494040928781033, 0.07375101745128632, 0.02557326853275299, 0.004674543626606464, -0.0549660362303257, 0.012795315124094486, -0.014774508774280548, 0.015434239991009235, 0.03763940557837486, -0.06614674627780914, 0.00008531475759809837, -0.06111195310950279, 0.030347639694809914, 0.02135446108877659, 0.027413571253418922, 0.010998415760695934, 0.0067709265276789665, 0.07229266315698624, 0.059306371957063675, 0.0065191867761313915, 0.003205339191481471, 0.007903754711151123, -0.00931436475366354, -0.014262349344789982, -0.02592049539089203, -0.029739992693066597, -0.03550396114587784, -0.01843775436282158, 0.016710299998521805, -0.04958401620388031, 0.030104581266641617, 0.025903133675456047, 0.04316031560301781, 0.0009244919056072831, 0.04197974503040314, -0.03750051558017731, -0.0007329744985327125, 0.06239669397473335, -0.019861385226249695, 0.061598069965839386, 0.03288239613175392, -0.013906441628932953, 0.009418532252311707, -0.036493558436632156, 0.021389182657003403, -0.017248502001166344, 0.003982259891927242, 0.01989610679447651, -0.0293059591203928, 0.04128529131412506, -0.026250360533595085, -0.04774371162056923, -0.012977609410881996, 0.006063451524823904, -0.0025173956528306007, -0.0007411126280203462, 0.0013303135056048632, -0.014644298702478409, 0.0351567342877388, -0.00003784231739700772, -0.02664967253804207, 0.04583396390080452, -0.013889079913496971, 0.007374233566224575, 0.08958456665277481, 0.019409989938139915, -0.006271787919104099, -0.007803926710039377, 0.022639200091362, 0.06170223653316498, 0.052639614790678024, -0.10382087528705597, -0.004713606555014849, -0.04472283646464348, 0.032274749130010605, 0.009635549038648605, -0.0012142094783484936, 0.06090361624956131, -0.01935790479183197, -0.024410057812929153, -0.008572166785597801, -0.03536507114768028, 0.05798690766096115, 0.023142680525779724, 0.0005099896807223558, -0.0008257491863332689, -0.045139510184526443, -0.0986124724149704, -0.04128529131412506, -0.06795232743024826, -0.04704925790429115, 0.002322080545127392, -0.01980930007994175, 0.04447977989912033, 0.03267405927181244, -0.010573062114417553, 0.039931103587150574, 0.036944951862096786, -0.02126765437424183, 0.0747232511639595, 0.003081639762967825, -0.02675384096801281, -0.0687856674194336, 0.024635756388306618, 0.0061589390970766544, 0.02904553897678852, -0.02685800939798355, 0.08562617748975754, 0.0533340685069561, -0.0031619358342140913, 0.028802480548620224, 0.07159820944070816, 0.041493628174066544, -0.04621591418981552, -0.005868136417120695, -0.01687523163855076, 0.022326696664094925, -0.04763954505324364, 0.013090457767248154, -0.0812511220574379, -0.023229487240314484, -0.01565125770866871, 0.02447950281202793, -0.018333585932850838, 0.006089493632316589, -0.09368184208869934, -0.04409782961010933, 0.035937994718551636, 0.012257113121449947, -0.021232930943369865, -0.0006743799312971532, 0.010234516113996506, -0.07826496660709381, 0.014644298702478409, 0.01210086140781641, 0.022031553089618683, -0.024236444383859634, 0.016536686569452286, 0.0703134685754776, 0.018750257790088654, 0.05416741222143173, -0.07909831404685974, 0.006870754528790712, -0.012170306406915188, 0.016371753066778183, 0.020399587228894234, -0.025538545101881027, 0.026354528963565826, 0.07479269802570343, -0.05052153021097183, -0.014323113486170769, 0.02173640951514244, 0.0043099550530314445, -0.014679021202027798, -0.03059069812297821, 0.00734819145873189, 0.045695073902606964, 0.014462004415690899, -0.028976093977689743, -0.04572979733347893, -0.055382706224918365, 0.03404560685157776, -0.03878525644540787, -0.03225738927721977, -0.0432644858956337, -0.04135473445057869, -0.06545229256153107, -0.014392559416592121, -0.04600757732987404, 0.0181773342192173, -0.005160661414265633, 0.0006033069221302867, 0.0014116948004812002, -0.004852497484534979, -0.06562590599060059, 0.00368494656868279, 0.01963568665087223, 0.08013999462127686, -0.013429004698991776, -0.014218945987522602, 0.017595728859305382, -0.018923871219158173, -0.02501770481467247, 0.01474846713244915, 0.019149569794535637, -0.04572979733347893, 0.024948259815573692, 0.033385876566171646, 0.008203238248825073, 0.08902900665998459, 0.029080260545015335, -0.05718828737735748, -0.054653529077768326, -0.058681365102529526, -0.021805856376886368, -0.030920565128326416, -0.03095528669655323, -0.04868122562766075, 0.027135789394378662, 0.03349004313349724, 0.0276739913970232, -0.03248308598995209, -0.006636376027017832, -0.07125098258256912, 0.024548949673771858, -0.03142404556274414, 0.031198346987366676, 0.041945021599531174, -0.04628536105155945, 0.0626397505402565, -0.010217154398560524, 0.01441860105842352, -0.03708384558558464, 0.0246531181037426, -0.02317740209400654, -0.05038263648748398, -0.028489975258708, 0.06180640682578087, -0.010989734902977943, 0.03454908728599548, 0.08736231178045273, -0.047257594764232635, -0.04191029816865921, 0.05326462164521217, 0.04586868733167648, 0.030816396698355675, 0.06201474368572235, -0.03158029541373253, 0.04468811675906181, -0.016640854999423027, 0.0007801756728440523, -0.004570375196635723, -0.053820185363292694, -0.01100709568709135, 0.001922769472002983, -0.007009644992649555, -0.026233000680804253, 0.009974095970392227, -0.05423685908317566, -0.047535378485918045, -0.025538545101881027, -0.03425394371151924, 0.013420323841273785, 0.01918429136276245, -0.04184085503220558, 0.032639339566230774, -0.03691023215651512, -0.01674502156674862, 0.031562935560941696, -0.014679021202027798, -0.027378849685192108, -0.035295624285936356, -0.01210086140781641, -0.004592076875269413, 0.061493903398513794, 0.014349156059324741, 0.06746620684862137, 0.019739855080842972, -0.012448088265955448, 0.03225738927721977, -0.002269996562972665, -0.02475728467106819, -0.03534770756959915, 0.015208542346954346, 0.01411477755755186, -0.04840344563126564, 0.05961887538433075, -0.005243127699941397, 0.022239889949560165, 0.036667171865701675, 0.0044119530357420444, 0.07052180171012878, 0.027135789394378662, -0.014184223487973213, 0.04829927533864975, -0.011493213474750519, -0.027917051687836647, -0.02703162282705307, -0.0240281093865633, 0.011128625832498074, 0.038125526160001755, 0.0017014122568070889, 0.012448088265955448, -0.009505338966846466, 0.01379359234124422, 0.022864898666739464, 0.013125180266797543, -0.03954915702342987, 0.05250072106719017, 0.008494040928781033, -0.03277822956442833, 0.01515645906329155, 0.08569562435150146, 0.04704925790429115, 0.014956803061068058, -0.019948191940784454, 0.041215844452381134, -0.012769272550940514, -0.006536548491567373, 0.015095693990588188, -0.0047700307331979275, 0.04024361073970795, 0.03349004313349724 ]
10,589
aiojobs._job
_done_callback
null
def _done_callback(self, task: "asyncio.Task[_T]") -> None: assert self._scheduler is not None scheduler = self._scheduler scheduler._done(self) try: exc = task.exception() except asyncio.CancelledError: pass else: if exc is not None and not self._explicit: self._report_exception(exc) scheduler._failed_tasks.put_nowait(task) self._scheduler = None # drop backref self._closed = True
(self, task: _asyncio.Task[+_T]) -> NoneType
[ 0.04190364480018616, 0.044429752975702286, -0.007332209497690201, 0.06983941048383713, 0.002718814881518483, -0.01996738463640213, -0.005623372737318277, 0.042052239179611206, 0.031186269596219063, -0.008200558833777905, 0.03692572936415672, 0.00842809397727251, 0.02503817155957222, -0.07463157922029495, -0.0014371873112395406, 0.07637757062911987, 0.017998507246375084, 0.061480969190597534, 0.0157974511384964, 0.022567788138985634, -0.00651958305388689, -0.04246087744832039, -0.01869504526257515, -0.056205864995718, -0.003104231785982847, 0.00680748512968421, 0.015091627836227417, 0.02435092255473137, 0.004244230221956968, -0.00002904050052165985, -0.033953841775655746, -0.0036010947078466415, -0.03081478178501129, 0.02607833221554756, 0.05308538302779198, 0.015323806554079056, 0.0010117195779457688, 0.05145084112882614, 0.008664916269481182, 0.025743994861841202, -0.02892020344734192, -0.04182934761047363, 0.00040399126010015607, 0.019094392657279968, 0.009983692318201065, 0.00929644238203764, -0.038003042340278625, 0.04465264454483986, -0.004587854724377394, 0.016391830518841743, -0.00834450963884592, -0.05431128665804863, -0.03670283779501915, -0.009649354964494705, 0.002950993599370122, 0.06040365993976593, 0.01471085473895073, 0.005776610691100359, 0.050187788903713226, -0.05720887705683708, 0.04870184510946274, 0.03761298209428787, -0.03330374136567116, -0.0001613643253222108, 0.01708836667239666, 0.050819315016269684, 0.0382259339094162, -0.0010401614708825946, 0.031539179384708405, 0.029198817908763885, 0.026988474652171135, 0.06913358718156815, -0.012314768508076668, -0.0007725752657279372, 0.06664463132619858, -0.06560447067022324, -0.03603416308760643, -0.08209845423698425, -0.03945183753967285, -0.007824428379535675, 0.024796705693006516, 0.01627109758555889, 0.06605025380849838, 0.027638575062155724, 0.04480123892426491, 0.0031947814859449863, 0.01944730430841446, -0.041680753231048584, -0.16880333423614502, 0.0046226815320551395, 0.0011707621160894632, -0.024258051067590714, -0.0008509356412105262, -0.04123497009277344, 0.014933746308088303, -0.009927969425916672, -0.030907653272151947, -0.055908676236867905, -0.03202211111783981, -0.03878316283226013, 0.06831631809473038, -0.01081953663378954, 0.02996036410331726, -0.02585544064640999, 0.05174802988767624, -0.020691782236099243, 0.007712982594966888, 0.02724851481616497, -0.04977915436029434, -0.05412554368376732, -0.026951326057314873, 0.07582034170627594, 0.02015312761068344, 0.04194079339504242, -0.000620498089119792, -0.05516570433974266, -0.0013361895689740777, 0.04621288552880287, -0.017552724108099937, 0.01361497025936842, 0.007039663847535849, 0.002681666286662221, -0.026096906512975693, -0.021267587319016457, -0.020190276205539703, 0.016382543370127678, -0.02706277184188366, 0.07076812535524368, 0.051153652369976044, 0.0018191216513514519, -0.002205699449405074, 0.012277619913220406, -0.010318029671907425, -0.01504519209265709, -0.027211366221308708, 0.03690715506672859, -0.021434755995869637, 0.0017924210987985134, -0.04955626279115677, -0.04123497009277344, -0.01719052530825138, -0.04164360463619232, 0.00557693699374795, -0.04888758808374405, 0.12065872550010681, 0.04465264454483986, -0.06018076837062836, 0.02860443852841854, 0.012082589790225029, -0.012147599831223488, 0.02739710919559002, -0.025502528995275497, -0.00020721966575365514, 0.02319931425154209, -0.03569982573390007, 0.05111650377511978, -0.005985572002828121, 0.044429752975702286, 0.02401658520102501, 0.016038917005062103, -0.00014794149319641292, -0.012203322723507881, -0.00753188319504261, 0.032765086740255356, 0.022382045164704323, 0.0459899939596653, -0.03313657268881798, 0.07689765095710754, 0.006463860161602497, -0.006686752196401358, 0.0024076951667666435, 0.014933746308088303, -0.04940766841173172, 0.022456342354416847, 0.022400619462132454, 0.0504106804728508, 0.015453826636075974, 0.029365986585617065, -0.030536167323589325, 0.0032087122090160847, 0.01276983879506588, -0.04212653636932373, 0.05486851558089256, -0.009003897197544575, 0.0030229692347347736, 0.011395339854061604, 0.002988142427057028, 0.05063357204198837, -0.02975604683160782, -0.002313662553206086, -0.044578347355127335, -0.008089112117886543, 0.008442024700343609, 0.00044607368181459606, 0.050336383283138275, -0.05174802988767624, -0.00964006781578064, 0.04160645604133606, 0.00786622054874897, -0.052565302699804306, 0.011655380018055439, -0.012788413092494011, 0.06876210123300552, -0.02163907326757908, 0.005307609681040049, 0.028455844148993492, -0.0014197739074006677, -0.01447867602109909, -0.0220105592161417, 0.02793576382100582, 0.010067276656627655, -0.042906660586595535, -0.06170386075973511, 0.003675391897559166, 0.06705326586961746, -0.05546289309859276, -0.03473396226763725, 0.004483374301344156, -0.002588794566690922, 0.0473644956946373, -0.008525609038770199, -0.015472400933504105, 0.06675607711076736, -0.010178722441196442, 0.025279637426137924, -0.011868985369801521, 0.0143950916826725, -0.07882937788963318, 0.060812294483184814, 0.0015753337647765875, -0.047624535858631134, 0.03837452828884125, -0.06831631809473038, -0.018035655841231346, 0.0018353741616010666, -0.002507532015442848, 0.04004621505737305, -0.05672594532370567, -0.07496592402458191, -0.013252771459519863, 0.008957461453974247, -0.034956853836774826, -0.006380275823175907, -0.06957937031984329, -0.0102437324821949, 0.026598414406180382, 0.06129522621631622, 0.04922192543745041, -0.02537250891327858, -0.011692528612911701, -0.024406645447015762, -0.015695292502641678, -0.005084717646241188, -0.03452964499592781, -0.0504106804728508, -0.08038961887359619, -0.01600176841020584, -0.0507078692317009, 0.08484745770692825, 0.048144616186618805, 0.0033131928648799658, 0.01623394899070263, 0.029403135180473328, 0.0363127775490284, 0.008089112117886543, -0.0440211184322834, 0.018202824518084526, -0.04673296585679054, 0.026598414406180382, 0.0214719045907259, 0.06943077594041824, -0.06995085626840591, -0.007285773754119873, -0.04112352430820465, -0.04851610213518143, 0.05211951583623886, -0.017227673903107643, -0.021731944754719734, -0.05772896111011505, 0.018565023317933083, 0.06385847926139832, -0.013568534515798092, -0.017014069482684135, 0.0196516215801239, -0.04636147990822792, 0.03287653252482414, 0.055908676236867905, 0.0531596802175045, -0.004158324096351862, 0.013912159018218517, -0.018202824518084526, -0.019038669764995575, 0.006593880709260702, 0.038857460021972656, 0.003043865319341421, -0.04688156023621559, 0.027545703575015068, -0.013875010423362255, 0.03651709482073784, 0.04298095777630806, 0.051005057990550995, 0.021211864426732063, -0.004253517370671034, -0.014850161969661713, -0.031000524759292603, -0.018657894805073738, 0.02641267143189907, 0.005140440538525581, -0.039526134729385376, 0.02641267143189907, 0.03978617489337921, -0.02808435820043087, -0.020060256123542786, -0.0703594908118248, 0.05661449953913689, 0.0453956164419651, -0.015342380851507187, 0.00023595179663971066, 0.012983443215489388, 0.04465264454483986, -0.06107233464717865, -0.02401658520102501, 0.06222394108772278, -0.011246745474636555, -0.015806738287210464, -0.013596395961940289, -0.023830842226743698, 0.03863456845283508, -0.028511567041277885, 0.062149643898010254, 0.0036498522385954857, -0.01706979237496853, -0.03230072557926178, -0.023552225902676582, -0.019577324390411377, -0.024406645447015762, 0.04268376901745796, 0.0026096906512975693, -0.014599408954381943, 0.00955648347735405, -0.03841167688369751, 0.023607948794960976, 0.042758066207170486, -0.005149727687239647, -0.04450405016541481, 0.021249013021588326, -0.07214262336492538, 0.007782636675983667, 0.04554421082139015, -0.03789159655570984, 0.007517952471971512, -0.007439011707901955, -0.015119489282369614, 0.039488986134529114, -0.04520987346768379, 0.002614334225654602, 0.031372010707855225, 0.023477928712964058, 0.05973498523235321, -0.04353818669915199, -0.02472240850329399, -0.008901738561689854, 0.03133486211299896, 0.006152740679681301, -0.008883164264261723, 0.016280384734272957, -0.045915696769952774, 0.02944028377532959, 0.011014566756784916, -0.012667680159211159, -0.002038530772551894, 0.014506537467241287, 0.044912684708833694, -0.013912159018218517, 0.050819315016269684, 0.012426214292645454, 0.038337379693984985, 0.00944039411842823, -0.02113756537437439, 0.007466873154044151, 0.026486968621611595, 0.017766328528523445, 0.020766079425811768, -0.061852455139160156, -0.07816070318222046, -0.05772896111011505, -0.05349401757121086, 0.004792172461748123, -0.015258796513080597, 0.021360458806157112, 0.018908649682998657, -0.015026617795228958, 0.0243694968521595, -0.03467823937535286, -0.006157384254038334, 0.01133961696177721, 0.007819784805178642, -0.04922192543745041, 0.021193290129303932, 0.010215871036052704, -0.053716909140348434, -0.03348948433995247, -0.01871361956000328, 0.0207846537232399, 0.10044987499713898, 0.006417424418032169, -0.005581580568104982, -0.054571326822042465, 0.041012078523635864, -0.007791923824697733, 0.007712982594966888, -0.066421739757061, 0.01931728422641754, -0.03841167688369751, -0.05561148747801781, 0.03735293820500374, -0.07719483971595764, -0.0008439702796749771, 0.026598414406180382, 0.009705077856779099, -0.023775119334459305, 0.053902652114629745, 0.005442273337393999, 0.0031135189346969128, 0.003837917000055313, -0.03113054670393467, -0.0037938030436635017, 0.04480123892426491, -0.06322695314884186, -0.024406645447015762, 0.0021372067276388407, 0.043761078268289566, 0.006524226628243923, -0.006199176423251629, 0.012064015492796898, -0.0029231321532279253, -0.0006065673660486937, 0.022437768056988716, 0.0662359967827797, -0.005818402860313654, -0.008864589966833591, 0.04855325073003769, -0.00809375662356615, -0.028994500637054443, 0.046287182718515396, -0.0037984466180205345, 0.04004621505737305, 0.012537660077214241, -0.04688156023621559, -0.038523122668266296, 0.00866027269512415, 0.01894579827785492, -0.015704579651355743, 0.025093894451856613, -0.042052239179611206, -0.01514735072851181, 0.017599159851670265, -0.019744493067264557, -0.06597595661878586, 0.029663175344467163, -0.02958887815475464, 0.039340391755104065, -0.021787667647004128, -0.038523122668266296, 0.014385804533958435, -0.011553221382200718, 0.08975107222795486, 0.0027164930943399668, 0.0008683490450493991, -0.016020342707633972, 0.0126026701182127, -0.033786673098802567, 0.016679732128977776, -0.025762569159269333, -0.048999033868312836, 0.035625528544187546, 0.04613858833909035, 0.04773598164319992, 0.04286951199173927, 0.038820311427116394, 0.044764090329408646, 0.024648111313581467, 0.03322944417595863, -0.027620000764727592, -0.03096337616443634, 0.046250034123659134, -0.013568534515798092, -0.06411851942539215, 0.031056247651576996, 0.037817299365997314, -0.03480825945734978, -0.060812294483184814, -0.022122005000710487, 0.029830344021320343, 0.028195803984999657, -0.05888056755065918, -0.05107935518026352, 0.023960862308740616, 0.03787302225828171, -0.02371939644217491, 0.039488986134529114, -0.012212609872221947, -0.04955626279115677, 0.008144835941493511, -0.019391581416130066, -0.0595492422580719, 0.013856436125934124, 0.012899858877062798, -0.02858586423099041, -0.046101439744234085, -0.016558999195694923, 0.03244932368397713, -0.017051218077540398, -0.04699300602078438, 0.03116769529879093, -0.062372539192438126, -0.06281831860542297, -0.05223096162080765, 0.039154648780822754, 0.047958873212337494, 0.028288675472140312, 0.02098897099494934, 0.0014534398214891553, 0.09859244525432587, -0.04179219901561737, -0.03908035159111023, 0.0021836424712091684, 0.015741728246212006, -0.03904320299625397, -0.015788163989782333, -0.017227673903107643, -0.068687804043293, 0.01328063290566206, -0.05434843525290489, 0.030499018728733063, 0.03703717514872551, -0.012788413092494011, -0.03657281771302223, -0.12385350465774536, -0.013252771459519863, -0.02028314769268036, 0.0010575748747214675, -0.02214057929813862, -0.024406645447015762, -0.02232632227241993, -0.0029486718121916056, -0.012760551646351814, 0.00002882283297367394, -0.03196638822555542, 0.019688770174980164, -0.009983692318201065, 0.012528372928500175, 0.11389767378568649, 0.08388158679008484, -0.040157660841941833, 0.00781514123082161, -0.0049500539898872375, 0.032059259712696075, 0.04550706222653389, -0.005242599174380302, -0.056577350944280624, 0.0393032431602478, -0.04413256421685219, -0.018667181953787804, 0.03146488219499588, 0.005920561961829662, 0.020264573395252228, -0.002079162048175931, -0.0008776361937634647, 0.010893833823502064, -0.008363083936274052, -0.004515879321843386, 0.008957461453974247, -0.02875303477048874, 0.04090063273906708, -0.007634041830897331, -0.0015915862750262022, -0.042758066207170486, 0.020933248102664948, -0.07229121774435043, -0.03194781392812729, -0.030517593026161194, -0.011646092869341373, 0.03131628781557083, -0.036108460277318954, 0.006570662837475538, 0.019577324390411377, -0.013085602782666683, -0.03131628781557083, -0.03826308250427246, -0.04621288552880287, -0.020598910748958588, -0.0020710357930511236, -0.009584344923496246, 0.027211366221308708, 0.023626523092389107, 0.019948810338974, -0.013977169059216976, -0.025075320154428482, 0.020543187856674194, 0.04078918695449829, 0.024165179580450058, 0.018667181953787804, 0.0012758229859173298, 0.009250006638467312, 0.030034661293029785, -0.06315265595912933, -0.0009316178038716316, 0.02741568349301815, 0.02061748504638672, -0.013494237326085567, -0.0036312779411673546, 0.07188258320093155, -0.01092169526964426, -0.054385583847761154, -0.01633610762655735, -0.05754321813583374, 0.035755548626184464, -0.015992481261491776, 0.011683241464197636, 0.08982536941766739, 0.01877862960100174, 0.023737970739603043, 0.018955085426568985, -0.023589374497532845, 0.002079162048175931, 0.020023107528686523, -0.04026910662651062, -0.07377716153860092, -0.03603416308760643, -0.02334790863096714, 0.03791017085313797, 0.002004864625632763, 0.00044984661508351564, 0.021360458806157112, 0.03759440779685974, -0.008307361043989658, 0.03465966507792473, -0.0011005279375240207, -0.04502413049340248, -0.0017204455798491836, -0.014432240277528763, 0.04335244372487068, -0.012974156066775322, 0.02706277184188366, -0.031037673354148865, -0.009449681267142296, -0.028715886175632477, 0.007137178909033537, -0.014599408954381943, -0.004534453619271517, 0.07589463889598846, -0.059995025396347046, -0.025948312133550644, -0.0228464026004076, -0.004922192543745041, 0.02217772789299488, -0.04911047965288162, -0.05334542319178581, 0.0537540577352047, 0.01014157384634018, 0.0028163299430161715, -0.06270687282085419, 0.00013205174764152616, 0.03779872506856918, 0.015277370810508728, -0.019948810338974, 0.05111650377511978, -0.07470587641000748, -0.0042094034142792225, -0.01735769398510456, -0.03150203078985214, -0.028381546959280968, 0.022883551195263863, -0.011971144005656242, -0.036461371928453445, -0.028381546959280968, -0.007889438420534134, -0.04379822686314583, -0.03687000647187233, 0.009041045792400837, -0.0022927664685994387, -0.012240471318364143, 0.03228215128183365, 0.04316670075058937, 0.07362856715917587, -0.007188258692622185, -0.05806329846382141, 0.021527627483010292, -0.04892473667860031, 0.030201829969882965, 0.009254650212824345, -0.03230072557926178, 0.018806491047143936, -0.035755548626184464, 0.007513308897614479, -0.0578775554895401, -0.04465264454483986, 0.003101909998804331, -0.00935680978000164, 0.027359960600733757, -0.06527013331651688, 0.04368678107857704, -0.004139749798923731, 0.029031649231910706, 0.028994500637054443, -0.02912452071905136, 0.002433234825730324, -0.011209596879780293, 0.013048453256487846, -0.02418375387787819, -0.044095415621995926, -0.05145084112882614, 0.009152491576969624, -0.05386550351977348, -0.029514580965042114, -0.020914673805236816, -0.04870184510946274, 0.0009855993557721376, -0.055722933262586594, -0.005349401850253344, -0.03192923963069916, 0.05197092145681381, 0.00803338922560215, 0.06125807762145996, -0.027211366221308708, 0.013893584720790386, -0.009324303828179836, -0.005488709080964327, 0.025335360318422318, 0.0035755548160523176, -0.013856436125934124, -0.0009855993557721376, 0.04944481700658798, -0.00266309198923409, -0.005985572002828121, 0.025112468749284744, 0.047661684453487396, -0.032597918063402176, 0.04520987346768379, 0.0037729069590568542, -0.06489864736795425, -0.014450814574956894, -0.005507283378392458, 0.07217977195978165, 0.05665164813399315, -0.06211249530315399, 0.034269604831933975, -0.0019781640730798244, -0.019763067364692688, 0.001831891480833292, 0.05628016218543053, -0.009519334882497787, 0.07344282418489456, 0.036442797631025314, -0.009621493518352509, 0.007606180384755135, 0.04075203835964203, -0.007369358092546463, 0.010531634092330933, -0.045767102390527725, 0.02676558308303356, -0.008808867074549198, -0.04688156023621559, 0.06538157910108566, 0.02286497689783573, 0.026152631267905235, 0.05958639085292816 ]
10,590
aiojobs._job
_report_exception
null
def _report_exception(self, exc: BaseException) -> None: assert self._scheduler is not None context = {"message": "Job processing failed", "job": self, "exception": exc} if self._source_traceback is not None: context["source_traceback"] = self._source_traceback self._scheduler.call_exception_handler(context)
(self, exc: BaseException) -> NoneType
[ 0.012920450419187546, 0.014254288747906685, -0.03357716277241707, 0.11567048728466034, -0.017090918496251106, -0.05719500035047531, -0.003959277644753456, 0.06206795573234558, 0.0017984590958803892, -0.01204011682420969, 0.04204259440302849, -0.023173222318291664, 0.05794195085763931, -0.06562486290931702, -0.04556392878293991, 0.044461287558078766, -0.015152406878769398, 0.028721991926431656, 0.058760035783052444, -0.01469890121370554, -0.02244405820965767, -0.06253035366535187, -0.00023856259940657765, 0.0025787546765059233, -0.010448402725160122, 0.030126968398690224, 0.013996412977576256, -0.022337350994348526, 0.01965188980102539, -0.024827182292938232, 0.036636099219322205, -0.04545722156763077, -0.04542165249586105, 0.012787066400051117, 0.004841834306716919, 0.00878110434859991, -0.027726057916879654, 0.0019207276636734605, -0.06736773997545242, -0.010537325404584408, -0.03300806134939194, -0.01179113332182169, 0.022266212850809097, -0.02516508847475052, 0.01788233034312725, -0.005699937231838703, -0.033417101949453354, 0.02913103625178337, 0.02705024741590023, -0.04620416834950447, -0.03841455280780792, 0.029735708609223366, -0.010795200243592262, -0.00973702222108841, 0.022799748927354813, 0.021092435345053673, 0.011257598176598549, 0.013756322674453259, 0.0071760518476367, -0.07889211177825928, 0.005811090115457773, 0.018851585686206818, -0.04417673498392105, 0.03471537306904793, 0.07519292831420898, -0.016530707478523254, 0.021412555128335953, 0.009274624288082123, -0.01890493929386139, -0.012982696294784546, 0.029380017891526222, -0.0039503853768110275, -0.04904969036579132, 0.01838918775320053, 0.03206548094749451, -0.032385602593421936, -0.06270819902420044, -0.06722546368837357, -0.01743771694600582, -0.019883086904883385, 0.07526406645774841, -0.006646962370723486, -0.056910447776317596, -0.025965392589569092, 0.04741351678967476, -0.016584059223532677, 0.016993103548884392, -0.01940290629863739, -0.09198150783777237, 0.05057916045188904, 0.006064519751816988, -0.01920727640390396, -0.007847417145967484, -0.015472527593374252, 0.004014854319393635, -0.006958191283047199, 0.02744150720536709, -0.013871921226382256, -0.0036947329062968493, -0.03304363042116165, 0.020718960091471672, -0.013943059369921684, 0.015499204397201538, -0.011746671982109547, 0.039659466594457626, -0.0343952514231205, 0.008963395841419697, -0.03320368751883507, 0.018300265073776245, -0.0033412657212466, -0.052820008248090744, 0.011702210642397404, -0.04424787312746048, -0.06612282991409302, -0.0016383983893319964, -0.037454187870025635, -0.02073674462735653, 0.058439914137125015, 0.022088367491960526, 0.01573040336370468, 0.08977623283863068, -0.031265176832675934, -0.027797196060419083, 0.003930377773940563, -0.03805886209011078, -0.010297234170138836, -0.05961369350552559, 0.03507106378674507, 0.017144272103905678, 0.024044664576649666, -0.018406972289085388, 0.011168675497174263, -0.029380017891526222, -0.015721511095762253, -0.004686219617724419, 0.020967943593859673, -0.067794568836689, 0.02086123637855053, -0.01895829290151596, -0.0645933598279953, 0.036956220865249634, -0.04165133461356163, 0.019740810617804527, -0.049334242939949036, 0.020807882770895958, 0.028988759964704514, -0.013453985564410686, 0.071778304874897, -0.016601843759417534, -0.024115802720189095, 0.03222554177045822, 0.026623418554663658, -0.06445108354091644, -0.05285557731986046, -0.038343414664268494, 0.0067447773180902, -0.012964911758899689, 0.06363299489021301, 0.056092359125614166, 0.008830011822283268, -0.01750885508954525, -0.02945115603506565, 0.024560414254665375, -0.016290616244077682, -0.021252496168017387, 0.0012538082664832473, -0.059009019285440445, 0.052179764956235886, -0.021021297201514244, -0.025005027651786804, -0.012564759701490402, -0.018282480537891388, -0.05797751992940903, 0.020007578656077385, -0.021145788952708244, 0.0589023120701313, -0.01014606561511755, 0.03926821053028107, -0.025378502905368805, 0.0006719211814925075, 0.037525326013565063, -0.03724077343940735, -0.005788859445601702, 0.042184870690107346, -0.026836832985281944, -0.013516231440007687, -0.005851105321198702, -0.014903423376381397, -0.02927331067621708, 0.01384524442255497, 0.020576683804392815, -0.040050726383924484, -0.04353649169206619, -0.017713377252221107, 0.0067003159783780575, 0.0024653784930706024, 0.007078236900269985, -0.009763699024915695, -0.007931893691420555, 0.031194038689136505, 0.019313983619213104, 0.03279464691877365, 0.025271795690059662, 0.003323481185361743, 0.012466944754123688, -0.0008086396846920252, 0.013782999478280544, 0.006784792523831129, -0.031087331473827362, 0.00546873826533556, 0.023600051179528236, -0.06437994539737701, -0.03083834797143936, 0.04385661333799362, 0.02875756099820137, 0.023422205820679665, -0.012369129806756973, -0.01745550148189068, 0.023564482107758522, 0.06601612269878387, 0.01648624613881111, 0.025307364761829376, -0.01051954086869955, -0.042256008833646774, 0.057301707565784454, 0.00047851461567915976, 0.01858481764793396, -0.05506085976958275, 0.02244405820965767, -0.04179361090064049, -0.03309698402881622, -0.03249230980873108, -0.03923264145851135, -0.006202349439263344, 0.02699689380824566, 0.03083834797143936, 0.03976617380976677, 0.008003031834959984, -0.02674791030585766, -0.021910522133111954, 0.04545722156763077, 0.05947141721844673, -0.00004717064803116955, -0.06281490623950958, 0.028864268213510513, -0.04254056140780449, 0.011177567765116692, 0.10250994563102722, -0.05513199791312218, -0.008354275487363338, 0.05043688416481018, 0.044461287558078766, -0.05516756698489189, -0.028544146567583084, -0.047875914722681046, -0.08074169605970383, 0.029504509642720222, -0.014752254821360111, 0.015597019344568253, 0.037703171372413635, -0.0133028170093894, -0.015107945539057255, 0.017019780352711678, -0.05207306146621704, -0.0007158266962505877, -0.01216460857540369, -0.049334242939949036, 0.012795958667993546, 0.0576573982834816, 0.056092359125614166, 0.03434189781546593, 0.00532646244391799, 0.03316811844706535, 0.05082814395427704, -0.043074093759059906, 0.06861265748739243, -0.10229653120040894, 0.040797676891088486, 0.0023786788806319237, 0.07263195514678955, 0.06238807737827301, 0.024115802720189095, 0.04823160544037819, 0.004281621892005205, -0.022230643779039383, -0.0357646606862545, 0.004299406427890062, -0.0025342933367937803, -0.04723567143082619, -0.0036658330354839563, 0.008807781152427197, 0.053887080401182175, -0.0068070231936872005, -0.03279464691877365, -0.0029833524022251368, -0.007674018386751413, 0.032012127339839935, -0.030927270650863647, 0.05858219042420387, 0.0831603929400444, 0.08344494551420212, 0.042504992336034775, -0.018406972289085388, -0.0006691423477604985, -0.048196036368608475, -0.03281243145465851, 0.033150333911180496, 0.004912972450256348, -0.03798772394657135, -0.007087129168212414, 0.03553346171975136, 0.03455531224608421, 0.02034548483788967, -0.004597296938300133, 0.058048658072948456, 0.020309915766119957, 0.030322598293423653, -0.00025412405375391245, 0.0036324872635304928, 0.038023293018341064, -0.03912593424320221, 0.042504992336034775, 0.023671189323067665, -0.0071271443739533424, 0.03053601272404194, 0.054456185549497604, -0.004357206169515848, 0.02989576943218708, -0.067047618329525, 0.0053086779080331326, -0.004717342555522919, -0.028348516672849655, -0.010475079528987408, -0.012929342687129974, 0.0522153340280056, -0.015828218311071396, -0.025254011154174805, -0.038343414664268494, -0.022230643779039383, -0.013356170617043972, -0.009083440527319908, 0.04620416834950447, 0.03887695074081421, 0.033221472054719925, 0.01106196828186512, -0.021590400487184525, 0.027512645348906517, -0.05897345021367073, -0.0035702413879334927, 0.02338663674890995, -0.025947608053684235, 0.006340179592370987, -0.05530983954668045, -0.0022641911637037992, -0.017980145290493965, -0.049014121294021606, -0.035426754504442215, -0.052179764956235886, 0.011711102910339832, -0.017464393749833107, 0.0010415056021884084, 0.0405842624604702, 0.009265732020139694, 0.013551800511777401, -0.042504992336034775, 0.006055627483874559, -0.046168599277734756, 0.0027699382044374943, -0.04424787312746048, -0.022550765424966812, -0.022959807887673378, -0.001859593321569264, -0.004250498954206705, 0.0017840091604739428, -0.0041015539318323135, 0.040619831532239914, -0.025965392589569092, -0.0011848933063447475, -0.06818582862615585, 0.023653404787182808, 0.08195104449987411, -0.003723632777109742, -0.02585868537425995, -0.04318080097436905, -0.038272276520729065, -0.03304363042116165, -0.012466944754123688, -0.011257598176598549, 0.012378022074699402, -0.0002225843199994415, 0.03361273184418678, -0.04855172708630562, -0.008069723844528198, 0.0028344071470201015, 0.012244638055562973, -0.03841455280780792, 0.019438475370407104, -0.002512062666937709, -0.04353649169206619, -0.004139346070587635, -0.04012186452746391, -0.007527295965701342, -0.014129796996712685, 0.003292358247563243, 0.05061472952365875, 0.004570620134472847, -0.007136036641895771, -0.04456799477338791, 0.031443022191524506, 0.04968993365764618, -0.028455223888158798, -0.01245805248618126, -0.009977112524211407, -0.024827182292938232, -0.10983716696500778, -0.022799748927354813, 0.03053601272404194, -0.02989576943218708, -0.007282759062945843, 0.026765694841742516, -0.01756220869719982, 0.04574177414178848, 0.05947141721844673, -0.025823116302490234, -0.006762561853975058, -0.020060932263731956, -0.0408332459628582, 0.0007869647815823555, -0.010315018706023693, -0.043892182409763336, 0.0032034358009696007, 0.03343488648533821, -0.01118646003305912, 0.037703171372413635, 0.02150147780776024, -0.025254011154174805, -0.015917140990495682, 0.027068031951785088, -0.006669193040579557, 0.021252496168017387, 0.043892182409763336, -0.020879020914435387, 0.02521844208240509, -0.003783655585721135, 0.030055830255150795, 0.012564759701490402, 0.02680126391351223, 0.012902665883302689, -0.03636933118104935, 0.02155483141541481, 0.00910567119717598, 0.04190031811594963, 0.024347001686692238, -0.0008742200443521142, -0.016993103548884392, -0.00549986120313406, -0.012867096811532974, -0.007718479260802269, 0.014645547606050968, 0.011399874463677406, -0.038201138377189636, 0.041686903685331345, -0.004984110128134489, -0.06982200592756271, 0.017117595300078392, -0.002053000032901764, 0.06694091111421585, -0.002972237067297101, 0.03930377960205078, -0.002483162796124816, 0.07220513373613358, 0.006162334233522415, -0.009336870163679123, -0.041437920182943344, -0.02598317712545395, 0.005033017601817846, 0.0039503853768110275, 0.03784544765949249, 0.0734856128692627, 0.024435924366116524, 0.04748465493321419, 0.0026610081549733877, 0.08401405066251755, 0.005673260428011417, 0.02573419362306595, -0.013445093296468258, -0.0024787166621536016, -0.06277933716773987, -0.009505823254585266, 0.05751512199640274, -0.03748975694179535, 0.01014606561511755, 0.0209145899862051, 0.06025393679738045, -0.0007836301811039448, -0.026658987626433372, 0.0288286991417408, 0.035551246255636215, 0.029789062216877937, -0.0036280411295592785, 0.02793947234749794, -0.07384130358695984, 0.02036326937377453, 0.031265176832675934, -0.028206240385770798, -0.0356401689350605, 0.029380017891526222, 0.055843375623226166, -0.010323910973966122, -0.049085259437561035, -0.009239055216312408, 0.03512441739439964, -0.009265732020139694, 0.00632239505648613, -0.02756599895656109, -0.051041558384895325, -0.019669674336910248, -0.030251460149884224, 0.025058381259441376, 0.04140235111117363, 0.07188501209020615, -0.03130074590444565, 0.04467470198869705, -0.012422483414411545, 0.013107187114655972, -0.014441026374697685, 0.08927826583385468, 0.04588404670357704, 0.01624615490436554, 0.04944095015525818, -0.06060962751507759, 0.0004912972217425704, 0.022390704602003098, -0.04072653874754906, 0.05947141721844673, 0.0888514369726181, -0.03235003352165222, 0.004172691609710455, -0.045030392706394196, -0.02831294760107994, -0.016833042725920677, 0.03649382293224335, 0.030642719939351082, -0.056732602417469025, -0.01984751783311367, -0.08223559707403183, -0.06494905054569244, 0.052499886602163315, -0.0457773394882679, -0.0202921312302351, 0.0779673159122467, 0.004172691609710455, 0.030251460149884224, 0.08550794422626495, -0.00332570425234735, 0.006958191283047199, 0.050472453236579895, 0.06797241419553757, 0.052571024745702744, 0.05114826560020447, 0.025698624551296234, 0.03021589107811451, 0.05264216288924217, -0.037952154874801636, -0.01566815748810768, 0.013943059369921684, 0.006406871601939201, 0.05570109933614731, -0.03905479609966278, -0.022461842745542526, -0.05538097769021988, -0.0017095365328714252, -0.0522153340280056, -0.06445108354091644, -0.008874473161995411, -0.00047434636508114636, 0.005099709611386061, 0.011577718891203403, -0.02769048884510994, 0.021839383989572525, -0.0012426929315552115, -0.030873917043209076, 0.00486406497657299, 0.024951674044132233, -0.06341958045959473, -0.02400909550487995, -0.014903423376381397, -0.026836832985281944, -0.027850549668073654, 0.051859647035598755, -0.06573157012462616, -0.020452192053198814, 0.029682355001568794, -0.045030392706394196, 0.04147348925471306, 0.07640227675437927, 0.01719762571156025, -0.06156998872756958, 0.00042460529948584735, -0.028366301208734512, -0.013631830923259258, -0.007762940600514412, 0.040477555245161057, -0.0043016294948756695, 0.028597500175237656, -0.04499482363462448, 0.027405938133597374, 0.026498926803469658, 0.004561727866530418, 0.02400909550487995, -0.00003148762334603816, -0.01643289253115654, 0.06021836772561073, 0.030820563435554504, -0.07170716673135757, -0.05434947833418846, -0.039339348673820496, -0.00947914645075798, 0.08323153108358383, 0.01612166315317154, -0.008447644300758839, 0.048765141516923904, -0.041935887187719345, 0.010226096026599407, -0.0044372365809977055, 0.01643289253115654, 0.06402425467967987, -0.03670723736286163, -0.03178092837333679, -0.006864822935312986, -0.005513199605047703, 0.025751978158950806, 0.015285790897905827, -0.09347540885210037, 0.0038170015905052423, 0.023777896538376808, 0.0007013768190518022, 0.0400862954556942, -0.012813743203878403, -0.01469890121370554, 0.08749981224536896, 0.024667121469974518, -0.034662019461393356, -0.02306651510298252, 0.010848553851246834, 0.012235745787620544, -0.031763143837451935, -0.07320106029510498, 0.026338865980505943, 0.010403941385447979, 0.0016695213271304965, -0.019367337226867676, -0.0638464093208313, -0.006211241707205772, -0.06726103276014328, 0.032652370631694794, -0.03286578506231308, -0.07455268502235413, -0.03206548094749451, 0.09048761427402496, -0.010226096026599407, -0.009559176862239838, -0.015917140990495682, -0.051361680030822754, 0.0341462679207325, -0.019705243408679962, 0.003101174719631672, -0.067545585334301, 0.00786520168185234, -0.01965188980102539, 0.01179113332182169, -0.04816046729683876, -0.0290776826441288, -0.008603258989751339, 0.04069096967577934, 0.009381331503391266, -0.016459569334983826, -0.037205204367637634, -0.026249943301081657, -0.08429860323667526, 0.05886674299836159, -0.0017984590958803892, -0.04353649169206619, -0.008429859764873981, -0.004748465493321419, 0.0457773394882679, -0.003894808702170849, -0.022515196353197098, 0.04691554978489876, -0.001660629059188068, 0.002160818548873067, 0.020523330196738243, -0.072027288377285, 0.021145788952708244, -0.056163497269153595, -0.02338663674890995, -0.032083265483379364, -0.06736773997545242, -0.01555255800485611, 0.04570620507001877, -0.03418183699250221, 0.015623696148395538, -0.00013157761713955551, 0.02514730393886566, 0.040548693388700485, -0.008007477968931198, -0.022141721099615097, 0.0200431477278471, 0.011479903943836689, -0.05402935668826103, 0.033666085451841354, -0.011622180230915546, 0.003621371928602457, -0.0026587850879877806, -0.05082814395427704, -0.061534423381090164, -0.011648857034742832, 0.005744398105889559, 0.018495894968509674, 0.010012681595981121, -0.02742372266948223, 0.004074877128005028, -0.029540078714489937, -0.03140745311975479, 0.02395574189722538, -0.011479903943836689, 0.029735708609223366, -0.0264811422675848, 0.03716963529586792, 0.025947608053684235, 0.01573040336370468, -0.03110511600971222, -0.0034746495075523853, 0.0001935455366037786, 0.059506986290216446, -0.012360237538814545, -0.03325704112648964, 0.02301316149532795, 0.026498926803469658, 0.019954225048422813, 0.05993381515145302, -0.02046997658908367, -0.06366856396198273, -0.009096778929233551, 0.06331287324428558, 0.07046224921941757, -0.009941543452441692, 0.060716334730386734, 0.016014955937862396, 0.013889705762267113, 0.007798509672284126, 0.011213136836886406, 0.031834281980991364, 0.05619906634092331, -0.01396973617374897, -0.04214930161833763, 0.00017145383753813803, 0.061783403158187866, -0.01902943104505539, -0.0012927119387313724, 0.04848058894276619, -0.021768245846033096, -0.061285439878702164, 0.012022332288324833, 0.042504992336034775, 0.038592398166656494, 0.03450195863842964, 0.05733727663755417 ]
10,591
aiojobs._job
_start
null
def _start(self) -> None: assert self._task is None self._task = asyncio.create_task(self._coro, name=self._name) self._task.add_done_callback(self._done_callback) self._started.set_result(None)
(self) -> NoneType
[ -0.003254139795899391, -0.034325554966926575, -0.021098017692565918, 0.021648399531841278, 0.03544466942548752, 0.025611158460378647, 0.006526625715196133, 0.05320369452238083, -0.04124203696846962, -0.000683965627104044, 0.04399395361542702, 0.04968124255537987, 0.054634690284729004, -0.03478420898318291, 0.002547814976423979, 0.029500531032681465, 0.030509566888213158, 0.006655048578977585, -0.049571167677640915, -0.007251296658068895, -0.004577352199703455, 0.05254323408007622, 0.058083757758140564, -0.05606568604707718, -0.006430308800190687, 0.015043803490698338, -0.038159891963005066, 0.010090355761349201, 0.0012154292780905962, -0.004079714417457581, 0.010952622629702091, 0.027060499414801598, 0.0012395085068419576, 0.05437784641981125, 0.06707334518432617, -0.005040591582655907, -0.0034949323162436485, 0.022180436179041862, -0.018804755061864853, 0.04648902267217636, 0.024840621277689934, -0.031078295782208443, -0.019923865795135498, 0.04300326108932495, -0.04061827063560486, -0.03573820739984512, 0.004643857013434172, 0.002148787258192897, 0.023336241021752357, -0.0015353393973782659, -0.0023505943827331066, -0.015163052827119827, -0.04516810178756714, 0.0015078202122822404, -0.023372933268547058, 0.09906894713640213, 0.030326105654239655, -0.006269780453294516, -0.0070036244578659534, 0.009026282466948032, -0.0020903090480715036, 0.04751640185713768, -0.03823327645659447, -0.012218504212796688, 0.01599780097603798, 0.002579920459538698, -0.015117187984287739, 0.028509842231869698, 0.048910707235336304, 0.02045590430498123, 0.023904969915747643, 0.06380774080753326, 0.012750540859997272, -0.020015597343444824, 0.08446545153856277, 0.00910425279289484, -0.030179336667060852, -0.0632573589682579, -0.03893042728304863, -0.01597028225660324, -0.03944411873817444, 0.03452736511826515, -0.00005536079697776586, 0.00832912977784872, 0.04032473266124725, 0.039297349750995636, 0.022510666400194168, -0.04190249741077423, -0.08108977228403091, -0.061679594218730927, -0.0012647344265133142, 0.06971518695354462, -0.04582856222987175, -0.006104665342718363, 0.021501630544662476, -0.010980142280459404, -0.030160991474986076, -0.03285786882042885, -0.040214654058218, -0.005659772548824549, -0.005201119929552078, 0.008196121081709862, -0.007902583107352257, -0.03258267790079117, 0.024914005771279335, -0.05114893242716789, 0.04637894406914711, 0.031023258343338966, -0.03151860460639, -0.002234784420579672, -0.006806403864175081, 0.06666973233222961, -0.0012773473281413317, 0.05742329731583595, -0.06788057833909988, -0.06406458467245102, 0.0013965970138087869, 0.0034513603895902634, 0.022529013454914093, 0.01270467508584261, -0.07055910676717758, -0.003666927106678486, -0.020529288798570633, -0.0036623405758291483, -0.02069440297782421, 0.03515113145112991, 0.013777922838926315, 0.031738754361867905, 0.03801312297582626, -0.07312756031751633, 0.045058026909828186, 0.030601298436522484, 0.01765812374651432, 0.02027244307100773, -0.04223272576928139, 0.054634690284729004, 0.032160717993974686, -0.03190387040376663, 0.000775122782215476, 0.04803009331226349, -0.03707747161388397, -0.07037564367055893, -0.000040132097637979314, -0.020327480509877205, 0.04179241880774498, 0.05371738597750664, -0.07276064157485962, 0.013071597553789616, 0.03524286299943924, -0.005701051093637943, 0.051882777363061905, -0.05610238015651703, 0.029959185048937798, 0.026014773175120354, -0.028785033151507378, -0.009200570173561573, -0.0056001474149525166, 0.018988214433193207, 0.014273267239332199, 0.037260930985212326, -0.035811591893434525, 0.009420723654329777, 0.022400589659810066, -0.03764620050787926, -0.01693345233798027, -0.001333532272838056, 0.011860755272209644, 0.03779296949505806, 0.023097742348909378, 0.02238224446773529, 0.02606981061398983, 0.00582030089572072, -0.030087606981396675, 0.013998075388371944, 0.03430721163749695, -0.007783333770930767, 0.03834335133433342, 0.00786130502820015, -0.04337018355727196, 0.06259690225124359, -0.0005910884938202798, -0.009466588497161865, 0.011071871966123581, -0.05316700413823128, 0.03476586192846298, 0.05254323408007622, 0.04483787342905998, 0.04223272576928139, 0.060542136430740356, 0.00587075250223279, -0.030821451917290688, 0.0005079577094875276, 0.02889510989189148, 0.003343577031046152, 0.05804706737399101, 0.014997938647866249, -0.006104665342718363, -0.005590974353253841, -0.029298724606633186, -0.04817686229944229, 0.03882035240530968, -0.007705362979322672, 0.06850434094667435, -0.012823925353586674, 0.029353762045502663, 0.02172178402543068, -0.025189198553562164, 0.003914599306881428, -0.006095492281019688, -0.014254921115934849, -0.03410540148615837, -0.053093619644641876, -0.034435633569955826, 0.01882310025393963, 0.031096642836928368, -0.014007248915731907, -0.015474936924874783, 0.00807228498160839, 0.010833373293280602, 0.0400678850710392, 0.06222997605800629, 0.02662019431591034, 0.004387011751532555, -0.02427189238369465, 0.00008542403520550579, 0.01362198032438755, -0.011952484957873821, -0.09943587332963943, -0.043773800134658813, -0.0036027156747877598, -0.028711648657917976, -0.037536125630140305, -0.07800762355327606, -0.029904145747423172, -0.03878365829586983, 0.03826996684074402, 0.0661560446023941, 0.03849012032151222, -0.10560016334056854, -0.012649637646973133, -0.024987390264868736, 0.012924828566610813, 0.025335965678095818, -0.1033252477645874, -0.05947806313633919, 0.011264506727457047, -0.028528187423944473, -0.01174150500446558, -0.00025756206014193594, 0.0006810990162193775, -0.020914556458592415, -0.012667982839047909, 0.01713525876402855, -0.04454433545470238, -0.03250929340720177, -0.061532825231552124, 0.0199972502887249, -0.0075723533518612385, 0.05037839710712433, 0.05977160111069679, -0.01889648474752903, 0.0017463195836171508, 0.000792322272900492, 0.02575792744755745, 0.00015651517605874687, -0.004662203136831522, -0.008764849975705147, -0.030949873849749565, 0.006696327123790979, -0.018667157739400864, 0.11374583095312119, -0.0006203275406733155, 0.05210293084383011, -0.026803655549883842, -0.027941113337874413, -0.025354312732815742, -0.07521902024745941, -0.025959733873605728, -0.05555199459195137, 0.01869467832148075, 0.06692657619714737, 0.017116913571953773, -0.00893455184996128, 0.020565979182720184, -0.023703163489699364, -0.022052014246582985, 0.048433709889650345, 0.04017796367406845, -0.037976428866386414, -0.02586800418794155, -0.05221300572156906, 0.06076228991150856, -0.01824519783258438, -0.020400865003466606, 0.009209742769598961, -0.046085406094789505, -0.021593362092971802, 0.06670642644166946, -0.022822551429271698, 0.015768473967909813, 0.04127872735261917, 0.004714948125183582, -0.04230611026287079, -0.006012934725731611, -0.023006010800600052, -0.0060175214894115925, -0.01624547317624092, 0.038673583418130875, -0.0400678850710392, -0.017465488985180855, -0.025115814059972763, -0.011530525051057339, 0.03707747161388397, -0.0716598704457283, 0.03460074961185455, 0.050231628119945526, 0.014575977809727192, 0.02407008595764637, 0.03617851436138153, 0.016355549916625023, -0.05544191971421242, 0.00333211082033813, -0.008475898765027523, 0.06189974769949913, 0.007636564783751965, 0.04069165512919426, 0.0100169712677598, 0.06134936586022377, -0.054744768887758255, 0.03190387040376663, -0.04054488614201546, 0.005646012723445892, -0.04990139603614807, -0.01156721729785204, -0.041572265326976776, -0.03893042728304863, 0.009484934620559216, -0.02034582756459713, -0.032637715339660645, -0.03775627911090851, 0.00824198592454195, -0.01517222635447979, 0.03461909294128418, 0.046782560646533966, 0.006962345447391272, -0.014383343979716301, 0.048910707235336304, -0.05500161275267601, 0.03937073424458504, -0.0654955804347992, -0.01248452253639698, 0.011255333200097084, 0.012209330685436726, -0.01246617641299963, 0.031463563442230225, -0.025354312732815742, 0.0037448981311172247, 0.013062424026429653, 0.027610883116722107, -0.04190249741077423, -0.06575243175029755, 0.0033045916352421045, 0.009237262420356274, -0.02630830928683281, -0.054157692939043045, -0.050782009959220886, -0.004671376198530197, 0.031500257551670074, -0.026326656341552734, 0.03227079287171364, -0.01329175103455782, -0.004962620325386524, -0.005994588602334261, 0.004522314295172691, -0.023427972570061684, -0.01607118546962738, 0.022785859182476997, -0.03309636935591698, -0.009695914573967457, -0.0035706099588423967, -0.02493235282599926, 0.046085406094789505, -0.017804890871047974, -0.0006151677225716412, -0.07521902024745941, -0.041058577597141266, 0.0021556669380515814, 0.0027977805584669113, 0.00914094503968954, 0.021079670637845993, 0.06674312055110931, 0.003907719627022743, 0.037609510123729706, -0.005641426425427198, 0.054671384394168854, -0.055258460342884064, 0.037536125630140305, -0.022437281906604767, 0.010906757786870003, -0.003932945430278778, 0.04109526798129082, -0.035866629332304, 0.017016008496284485, 0.021501630544662476, 0.06138605624437332, -0.02096959389746189, 0.04186580330133438, -0.07499886304140091, 0.059918370097875595, 0.003277072450146079, -0.031114988029003143, -0.07742054760456085, -0.01242948416620493, 0.001223455648869276, -0.04410402849316597, 0.022639090195298195, -0.04652571305632591, -0.01909829117357731, -0.006297299638390541, 0.04083842411637306, -0.04337018355727196, 0.06032198294997215, -0.0020031649619340897, 0.02454708330333233, 0.00794844888150692, 0.025335965678095818, 0.06986195594072342, 0.021740131080150604, -0.028674956411123276, -0.03234417736530304, -0.00771453557536006, 0.07661332190036774, 0.013411000370979309, 0.043296799063682556, 0.019630329683423042, 0.043333493173122406, 0.03245425224304199, 0.03155529499053955, 0.013933864422142506, 0.022767512127757072, -0.04399395361542702, 0.006411962676793337, -0.009150118567049503, -0.022455628961324692, 0.03779296949505806, 0.02328120358288288, 0.012080907821655273, 0.024785583838820457, 0.038673583418130875, 0.0037540711928159, -0.02410677820444107, 0.044470950961112976, 0.06494519859552383, -0.005884512327611446, -0.04348026216030121, 0.013722884468734264, 0.006026694551110268, 0.04520479589700699, -0.054781459271907806, -0.0488373227417469, -0.008819888345897198, 0.03592166677117348, -0.0327477902173996, -0.03742604702711105, 0.03192221745848656, -0.0012257489142939448, 0.05621245503425598, 0.024473700672388077, -0.058267220854759216, -0.0313718356192112, 0.012401964515447617, -0.034325554966926575, 0.051259007304906845, -0.044287487864494324, 0.008585975505411625, 0.03096821904182434, 0.0023781133349984884, 0.01164060179144144, 0.04542494937777519, -0.027115538716316223, 0.029096918180584908, -0.008815301582217216, 0.017648950219154358, 0.049497783184051514, -0.028124574571847916, 0.04747971147298813, 0.021226439625024796, -0.016905933618545532, 0.012099253945052624, -0.04425079748034477, 0.02614319510757923, -0.01520891860127449, -0.03285786882042885, 0.007090768311172724, 0.038049813359975815, -0.020731095224618912, -0.029647300019860268, -0.00005933817374170758, 0.013218366540968418, 0.01536486018449068, 0.023923316970467567, 0.031023258343338966, -0.0041347527876496315, 0.055295150727033615, 0.005902858451008797, 0.0156859178096056, -0.07815439254045486, -0.013906344771385193, -0.09459250420331955, 0.012869790196418762, -0.008966657333076, 0.00801724661141634, -0.04692932963371277, -0.06872449815273285, 0.0571664534509182, 0.016438107937574387, -0.05500161275267601, -0.028528187423944473, -0.0157226100564003, -0.04278310760855675, 0.021850207820534706, 0.04513141140341759, 0.017924141138792038, 0.06149613484740257, -0.02830803580582142, 0.02779434435069561, -0.01262211799621582, 0.012291887775063515, -0.033885251730680466, 0.020767787471413612, 0.033463288098573685, -0.08321791887283325, -0.04050819203257561, -0.03223410248756409, 0.027188923209905624, 0.03151860460639, -0.00017242469766642898, 0.0015089669032022357, -0.049057476222515106, -0.022253820672631264, 0.010310509242117405, 0.0157959945499897, -0.05727652832865715, -0.02399670146405697, -0.01924506016075611, 0.007375132758170366, 0.0037150855641812086, 0.06740357726812363, -0.039811041206121445, -0.005471725016832352, 0.02610650286078453, 0.007705362979322672, 0.03228913992643356, 0.04927762970328331, -0.06817411631345749, -0.029372109100222588, 0.011842409148812294, -0.052983541041612625, 0.004082007799297571, 0.03592166677117348, 0.017703987658023834, 0.019391829147934914, -0.09253773838281631, 0.003089024918153882, -0.009677568450570107, 0.04355364665389061, -0.014731919392943382, 0.06538550555706024, 0.016181262210011482, 0.005334129091352224, -0.005581801291555166, -0.02799615077674389, 0.00715497974306345, 0.01599780097603798, -0.019538598135113716, 0.013401827774941921, 0.015640052035450935, 0.0026945837307721376, 0.005948723293840885, -0.04234280437231064, -0.02262074314057827, -0.047222867608070374, -0.02799615077674389, -0.014667708426713943, -0.04865386337041855, -0.034949325025081635, 0.013209193013608456, 0.008709811605513096, 0.025189198553562164, -0.08505252748727798, -0.03421548008918762, -0.008585975505411625, 0.020474249497056007, 0.007687016855925322, -0.048984091728925705, -0.011943312361836433, 0.03010595217347145, 0.007278815843164921, 0.05001147463917732, -0.010980142280459404, 0.0001972205936908722, 0.006659634876996279, 0.018749715760350227, 0.029115263372659683, 0.015750128775835037, 0.034362249076366425, -0.06879787892103195, -0.014108152128756046, 0.012842271476984024, -0.057680144906044006, -0.004088887479156256, -0.033848557621240616, 0.044470950961112976, 0.037297625094652176, -0.05606568604707718, 0.01062239333987236, -0.04480117931962013, 0.041572265326976776, 0.017942488193511963, 0.023464664816856384, 0.038563504815101624, -0.058157142251729965, 0.012805579230189323, 0.0164839718490839, -0.044324181973934174, -0.003407788462936878, 0.03790304809808731, -0.03010595217347145, -0.00899876281619072, -0.03962757810950279, -0.001749759423546493, 0.000011421523595345207, -0.0600651390850544, 0.003719672095030546, 0.0798422321677208, 0.0019217542139813304, -0.011145256459712982, 0.04872724786400795, 0.031188372522592545, -0.05830391123890877, -0.033022984862327576, -0.0400678850710392, 0.005485484376549721, -0.011402102187275887, 0.005824887193739414, -0.06975188106298447, -0.01536486018449068, -0.03619685769081116, 0.02775765210390091, 0.009356511756777763, -0.038049813359975815, 0.07499886304140091, -0.01589689776301384, 0.047332942485809326, -0.021941937506198883, -0.005045177880674601, -0.06644958257675171, -0.07261387258768082, -0.03195890784263611, -0.006347751244902611, 0.008618080988526344, 0.020914556458592415, -0.04193918779492378, 0.02799615077674389, 0.05452461540699005, 0.027409076690673828, -0.014695227146148682, 0.018327755853533745, -0.06626611948013306, 0.03544466942548752, -0.0033298174384981394, -0.007118287496268749, -0.019281752407550812, 0.025776272639632225, -0.024088431149721146, 0.025629503652453423, -0.0178232379257679, -0.06692657619714737, 0.00001854317815741524, 0.033298175781965256, -0.044360872358083725, -0.046195484697818756, 0.047773249447345734, -0.015740955248475075, 0.012787233106791973, -0.0019653262570500374, -0.016337202861905098, -0.1324588507413864, 0.05331377312541008, -0.007719122339040041, 0.036949049681425095, 0.05657937750220299, -0.002754208631813526, 0.03403201699256897, -0.04263634234666824, 0.02665688656270504, -0.06534881144762039, -0.0544145368039608, 0.00395587831735611, 0.01696097105741501, 0.06516535580158234, -0.06134936586022377, -0.0037792969960719347, 0.002965188818052411, -0.010448104701936245, 0.0458652526140213, -0.023116087540984154, 0.03614182025194168, 0.026363348588347435, 0.026803655549883842, 0.04179241880774498, -0.027078846469521523, -0.010090355761349201, 0.014245747588574886, -0.054708074778318405, -0.01972205936908722, -0.058744218200445175, -0.010163740254938602, 0.003976517356932163, -0.004398477729409933, 0.004226483404636383, -0.03348163515329361, 0.051259007304906845, 0.035114437341690063, 0.08211715519428253, -0.014585151337087154, -0.036838971078395844, -0.05500161275267601, -0.03793973848223686, 0.03973765671253204, -0.01941017620265484, -0.016337202861905098, -0.030949873849749565, 0.04017796367406845, 0.003203687956556678, -0.008585975505411625, 0.009576665237545967, 0.009076734073460102, -0.07085264474153519, -0.012099253945052624, -0.01703435555100441, -0.10574693232774734, 0.021226439625024796, -0.008251159451901913, 0.05037839710712433, 0.05037839710712433, 0.016539011150598526, -0.0064486549235880375, -0.003978810738772154, 0.04997478052973747, -0.009269367903470993, 0.05558868870139122, -0.017639776691794395, 0.05775352939963341, -0.047846633940935135, -0.012420310638844967, -0.018804755061864853, 0.056505993008613586, -0.029977530241012573, -0.04109526798129082, -0.03790304809808731, -0.03315140679478645, 0.014970418997108936, -0.017181124538183212, 0.025611158460378647, 0.038086507469415665, 0.06534881144762039, 0.01444755494594574 ]
10,593
aiojobs._job
get_name
Get the task name. See https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.get_name. Returns None if no name was set on the Job object and job has not yet started.
def get_name(self) -> Optional[str]: """Get the task name. See https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.get_name. Returns None if no name was set on the Job object and job has not yet started. """ return self._task.get_name() if self._task else self._name
(self) -> Optional[str]
[ 0.07032120227813721, 0.01784493215382099, -0.07381432503461838, -0.00020095394575037062, 0.0009752744808793068, -0.024628298357129097, 0.03150869905948639, 0.03441963717341423, 0.0696508064866066, -0.0633702352643013, 0.015630854293704033, -0.031050004065036774, 0.0023265450727194548, -0.02850954979658127, 0.05409051850438118, 0.02173500321805477, 0.041741084307432175, -0.0017079707467928529, 0.007833069190382957, 0.009553168900310993, 0.02730989083647728, 0.007775732781738043, 0.05712494999170303, -0.054549213498830795, -0.029850345104932785, 0.054866768419742584, 0.07684876024723053, -0.018435940146446228, 0.005319077521562576, 0.035954494029283524, -0.007828658446669579, -0.041917506605386734, 0.00910329632461071, 0.02058826945722103, 0.011784887872636318, 0.07621365040540695, -0.03230258822441101, 0.06506387144327164, -0.0820002406835556, -0.06516972184181213, 0.051056087017059326, -0.00006660562212346122, -0.01736859604716301, -0.0030476637184619904, 0.0034291730262339115, -0.06594597548246384, 0.00012818050163332373, 0.008252067491412163, -0.00047468135016970336, 0.0100559676066041, 0.057689495384693146, -0.03987102955579758, -0.060300521552562714, 0.009394390508532524, -0.058395177125930786, 0.029197588562965393, 0.037895120680332184, -0.012428822927176952, -0.0401180163025856, 0.03216145187616348, -0.0027014384977519512, -0.00735673401504755, -0.0037820141296833754, 0.00593213876709342, -0.002644101856276393, -0.007766911759972572, 0.06686335802078247, 0.011679035611450672, 0.012596421875059605, 0.03389037400484085, 0.04184693843126297, 0.041070688515901566, 0.0019373174291104078, 0.006223232485353947, 0.009447316639125347, -0.02208784408867359, -0.06898041069507599, -0.03304355591535568, -0.017130428925156593, -0.02267003245651722, -0.00773162767291069, 0.041035402566194534, -0.05320841819047928, -0.06665165722370148, 0.013205072842538357, -0.028121424838900566, -0.001366156036965549, -0.06111205369234085, -0.09251490235328674, -0.03145577013492584, -0.028438981622457504, 0.013637303374707699, 0.014510584063827991, 0.0325142927467823, 0.00231992918998003, -0.07346148788928986, -0.047704096883535385, -0.022281905636191368, -0.029903272166848183, -0.002043169690296054, -0.01949446275830269, 0.006721620447933674, 0.012102444656193256, 0.025386907160282135, 0.04004744812846184, -0.010161819867789745, -0.017730258405208588, -0.003938587382435799, 0.04576347395777702, -0.0411059707403183, -0.011652573011815548, 0.07324977964162827, -0.042129211127758026, 0.01151143666356802, 0.024628298357129097, -0.031208783388137817, -0.02669241838157177, 0.03673074394464493, -0.015983695164322853, -0.032849494367837906, -0.023834407329559326, 0.03512531891465187, -0.019247474148869514, -0.05793648585677147, 0.01688344031572342, 0.0002941260172519833, -0.03627204895019531, -0.004516364075243473, 0.03927119821310043, -0.060829780995845795, 0.05095023289322853, 0.02531633898615837, 0.009200328029692173, 0.020129576325416565, -0.013152146711945534, 0.04812750592827797, 0.0659106895327568, 0.0998539924621582, -0.036130912601947784, 0.0446343794465065, 0.002849190728738904, -0.07536683231592178, 0.008313815109431744, -0.030785374343395233, 0.055925291031599045, -0.006315852981060743, 0.020447133108973503, 0.00188328861258924, 0.007281755097210407, -0.03286713361740112, 0.04354057461023331, 0.009764873422682285, -0.009464958682656288, -0.028121424838900566, -0.0005187864881008863, 0.04710426926612854, -0.009773694910109043, -0.004767763428390026, -0.022387759760022163, -0.048762619495391846, 0.02655128203332424, -0.02886239066720009, -0.041776370257139206, -0.06658108532428741, 0.027556879445910454, 0.008507877588272095, 0.038247961550951004, 0.06404063105583191, 0.013725513592362404, 0.00967666320502758, -0.025034066289663315, 0.05476091802120209, -0.019600315019488335, 0.032196737825870514, 0.012693453580141068, 0.03637790307402611, -0.0036474934313446283, 0.028333129361271858, -0.00718031357973814, 0.012287686578929424, -0.046292733401060104, -0.018700571730732918, -0.009747231379151344, -0.011537899263203144, 0.04304659739136696, 0.019106337800621986, 0.012058340013027191, 0.0455164834856987, 0.025528043508529663, 0.004534006118774414, -0.06097091734409332, -0.009156222455203533, -0.011608467437326908, 0.006646641530096531, 0.0317380428314209, -0.012420001439750195, -0.010329418815672398, 0.00733468122780323, 0.022775884717702866, -0.05790119990706444, 0.05793648585677147, -0.008521108888089657, -0.014810498803853989, 0.04685727879405022, -0.01414010114967823, -0.013134504668414593, 0.01789785735309124, 0.016142474487423897, -0.021752644330263138, 0.02152329869568348, -0.05529017746448517, -0.012234760448336601, -0.04442267492413521, 0.04336415231227875, 0.02930344082415104, -0.0352664552628994, -0.03410207852721214, -0.012790484353899956, 0.013540271669626236, 0.05010341480374336, 0.011326194740831852, -0.03346696496009827, 0.12285922467708588, 0.005446982104331255, -0.01634535752236843, -0.018083099275827408, 0.042482051998376846, -0.004679553210735321, -0.014175385236740112, -0.018630003556609154, 0.012031876482069492, -0.03574278950691223, 0.02933872491121292, 0.005063267890363932, -0.036871880292892456, 0.011387942358851433, -0.06389949470758438, 0.009623737074434757, -0.01237589679658413, -0.04237619787454605, -0.03487832844257355, 0.0026396913453936577, -0.01234943326562643, 0.00366293010301888, 0.041388243436813354, -0.03874193876981735, 0.023164009675383568, 0.01055876538157463, -0.034843046218156815, -0.015533823519945145, 0.03083829954266548, -0.02863304316997528, -0.010064788162708282, 0.01217301283031702, -0.05342012271285057, -0.05116193741559982, -0.047527678310871124, -0.0298679880797863, 0.04092955216765404, 0.03408443555235863, -0.06333494931459427, -0.0015337555669248104, -0.02191142365336418, 0.015013382770121098, -0.020799973979592323, -0.02492821402847767, -0.014501763507723808, -0.029179947450757027, -0.054196372628211975, 0.011696677654981613, 0.08291762322187424, -0.02275824174284935, -0.006196769420057535, -0.04590461030602455, 0.017553837969899178, -0.09343228489160538, -0.023975543677806854, 0.0642523393034935, -0.05913614481687546, -0.022123128175735474, 0.014175385236740112, -0.009191506542265415, 0.010691081173717976, 0.004189986269921064, -0.04078841581940651, -0.049785859882831573, 0.030026765540242195, -0.017527375370264053, -0.00021087760978844017, 0.011987771838903427, -0.017889035865664482, 0.023075798526406288, -0.04936245083808899, -0.004057670943439007, -0.014589973725378513, -0.029620997607707977, 0.008591677062213421, 0.0015106003265827894, 0.034490205347537994, -0.018788781017065048, 0.07614307850599289, 0.03309648111462593, -0.02249361202120781, -0.041247107088565826, -0.05405523627996445, 0.02120574191212654, -0.012428822927176952, -0.004417127929627895, -0.03066187910735607, -0.02284645289182663, -0.014969278126955032, -0.030644237995147705, 0.013637303374707699, -0.026039661839604378, 0.0118201719596982, 0.06456989794969559, 0.0240813959389925, 0.035725146532058716, 0.02147037163376808, 0.04431682452559471, -0.07564910501241684, 0.018365371972322464, 0.012340612709522247, -0.004900078754872084, 0.004066491965204477, 0.007039177231490612, -0.06054750829935074, 0.01256995927542448, -0.006258516572415829, 0.09639614820480347, -0.029762133955955505, -0.026357220485806465, 0.009641379117965698, -0.024822361767292023, -0.10479376465082169, -0.017183354124426842, 0.032637789845466614, 0.056101713329553604, 0.017350954934954643, -0.02806849777698517, 0.030467817559838295, -0.026357220485806465, 0.010902785696089268, 0.07783671468496323, -0.02032363973557949, 0.003557077841833234, 0.04661029204726219, -0.020253071561455727, 0.0749434232711792, -0.05553716793656349, -0.0011445278069004416, 0.006448168307542801, -0.04025915265083313, 0.006002706941217184, 0.02912702038884163, -0.0012150960974395275, 0.009985399432480335, -0.008450540713965893, 0.013213894329965115, 0.015833737328648567, -0.06107677146792412, -0.058924440294504166, 0.016998114064335823, 0.03637790307402611, -0.05056210979819298, -0.014175385236740112, 0.02925051562488079, 0.05363182723522186, 0.027080543339252472, -0.051056087017059326, -0.029797419905662537, 0.014448837377130985, 0.010629333555698395, -0.05116193741559982, -0.06379364430904388, 0.02651599794626236, 0.0342785008251667, -0.027592163532972336, -0.03796568885445595, -0.0298679880797863, -0.005239688325673342, 0.0022868504747748375, 0.005495497956871986, 0.031967390328645706, -0.07550796866416931, -0.00846377294510603, -0.06495802104473114, -0.02134687826037407, 0.01594841107726097, -0.006355547811836004, 0.03133227676153183, -0.015348581597208977, -0.03200267627835274, 0.006179127376526594, 0.00041100458474829793, -0.05151477828621864, -0.032849494367837906, -0.03538994863629341, -0.036483753472566605, -0.021152814850211143, -0.01309922058135271, -0.030203185975551605, 0.04883318766951561, 0.00005637185677187517, -0.02930344082415104, 0.006933324970304966, 0.05359654128551483, -0.013866649940609932, -0.005530782043933868, -0.00538964569568634, -0.010311776772141457, -0.10112421959638596, -0.06580483913421631, -0.04304659739136696, -0.031491056084632874, 0.04534006491303444, -0.01493399403989315, -0.004459027666598558, 0.03216145187616348, 0.025686820968985558, -0.0955493301153183, 0.0802360326051712, 0.023234577849507332, 0.02806849777698517, 0.02810378186404705, 0.008737224154174328, 0.017915500327944756, 0.041070688515901566, 0.0013143325923010707, -0.0294269360601902, -0.0348254032433033, -0.010964532382786274, 0.017783183604478836, 0.03711886703968048, 0.046504437923431396, -0.004922131542116404, 0.04322301596403122, 0.032108526676893234, -0.052291031926870346, 0.020041367039084435, 0.015586749650537968, 0.001260303775779903, -0.008825434371829033, 0.00839761458337307, 0.0018921096343547106, 0.02064119651913643, -0.008402025327086449, 0.006862756796181202, 0.0008120855200104415, -0.01365494541823864, -0.026321936398744583, 0.05214989557862282, 0.015022204257547855, -0.03479011729359627, 0.007140618748962879, -0.04848034679889679, -0.040717847645282745, -0.013866649940609932, -0.03793040290474892, -0.0500328466296196, -0.035778071731328964, 0.10931012779474258, 0.018100740388035774, 0.019194548949599266, 0.011881919577717781, -0.03403151035308838, 0.07995375990867615, 0.024734150618314743, -0.035548727959394455, -0.006104148458689451, 0.027592163532972336, 0.0046178060583770275, 0.004908899776637554, -0.0031160267535597086, -0.04671614244580269, 0.015154519118368626, -0.03145577013492584, 0.031967390328645706, 0.08496410399675369, 0.010576407425105572, -0.0014102612622082233, 0.02249361202120781, 0.003003558609634638, 0.0543375089764595, 0.04378756135702133, 0.04516364261507988, -0.02783915214240551, 0.012693453580141068, 0.02378148026764393, -0.04569290578365326, -0.003872429486364126, 0.014642899855971336, -0.002049785340204835, -0.00030019046971574426, -0.02637486159801483, 0.010241208598017693, 0.037895120680332184, 0.045587051659822464, -0.01572788506746292, 0.09773694723844528, -0.0006632307195104659, 0.0044369748793542385, 0.07201483845710754, 0.012931620702147484, 0.02771565690636635, -0.09230319410562515, -0.03138520196080208, 0.006315852981060743, -0.025245770812034607, 0.010999816469848156, -0.007850711233913898, 0.03336111083626747, 0.0383538119494915, -0.049468301236629486, -0.014166564680635929, 0.009791336953639984, -0.05077381432056427, -0.028968242928385735, 0.055572450160980225, 0.03433142602443695, 0.010982174426317215, 0.001067895209416747, -0.00645257905125618, 0.012799305841326714, -0.023358071222901344, 0.02469886653125286, 0.027380459010601044, 0.008168268017470837, -0.053843531757593155, 0.08362330496311188, -0.015189803205430508, -0.040365006774663925, -0.011652573011815548, 0.026710061356425285, 0.009165043942630291, 0.04900960996747017, -0.11587297171354294, -0.006183537654578686, -0.05648983642458916, 0.0033453733194619417, 0.025034066289663315, 0.002588970586657524, 0.04802165552973747, -0.016318894922733307, -0.028915315866470337, 0.013019830919802189, -0.021593866869807243, 0.11382649093866348, -0.0010304058669134974, 0.01001186203211546, 0.01701575517654419, -0.023164009675383568, -0.02845662273466587, -0.05613699555397034, -0.0491507463157177, -0.011493794620037079, -0.014087175019085407, -0.009032728150486946, 0.025616252794861794, 0.0034225573763251305, 0.020041367039084435, 0.009614916518330574, -0.014589973725378513, 0.0033718363847583532, 0.03994159772992134, -0.009447316639125347, -0.018612360581755638, -0.021770287305116653, 0.03133227676153183, 0.02076468989253044, 0.0005353259039111435, -0.014642899855971336, 0.0802360326051712, -0.03459605574607849, -0.013637303374707699, 0.005676329135894775, 0.043505288660526276, 0.03380216285586357, -0.023075798526406288, -0.029938556253910065, 0.026586566120386124, 0.016230683773756027, 0.0013771823141723871, 0.013840186409652233, -0.0812239870429039, -0.019953155890107155, -0.04534006491303444, 0.00011053845810238272, 0.010788111947476864, -0.022917021065950394, -0.04519892856478691, 0.016151294112205505, 0.05624284967780113, 0.01007360965013504, 0.027256963774561882, 0.026180800050497055, 0.02434602566063404, -0.04780995100736618, -0.009006265550851822, -0.02478707768023014, 0.035513442009687424, -0.012543495744466782, 0.05274972319602966, 0.04809222370386124, 0.03013261780142784, 0.029620997607707977, -0.0900450125336647, -0.01852414943277836, 0.003572514746338129, -0.03909477964043617, 0.013910754583775997, -0.03951818868517876, 0.00518235145136714, 0.007550796493887901, -0.06097091734409332, -0.002573533682152629, 0.023128725588321686, -0.013584377244114876, 0.01750091090798378, -0.03385509178042412, 0.03544287383556366, 0.036130912601947784, 0.014113638550043106, 0.010929248295724392, -0.025528043508529663, -0.014290058985352516, 0.018241876736283302, -0.041423529386520386, -0.012084802612662315, -0.055925291031599045, -0.01670701988041401, -0.027204038575291634, 0.025422191247344017, -0.040894266217947006, 0.03523116931319237, 0.005129425320774317, -0.009606095030903816, 0.0038172982167452574, -0.01591312699019909, -0.047174837440252304, -0.011908382177352905, 0.024822361767292023, 0.027204038575291634, -0.01643356680870056, -0.008128573186695576, -0.025333980098366737, -0.00626292685046792, -0.010999816469848156, 0.0482686422765255, -0.0021743823308497667, -0.05253801867365837, 0.03579571470618248, 0.013549093157052994, 0.01129091065376997, 0.05024455115199089, -0.009156222455203533, -0.04431682452559471, -0.06686335802078247, -0.07953035086393356, -0.036077987402677536, -0.0027279015630483627, -0.04886847361922264, -0.0678865984082222, 0.027645088732242584, -0.014263595454394817, -0.02475179359316826, -0.038600802421569824, -0.017694974318146706, -0.02496349811553955, -0.00575571833178401, -0.02319929376244545, 0.022211337462067604, 0.07635478675365448, -0.064146488904953, -0.005314666777849197, 0.0125082116574049, 0.012790484353899956, 0.006858346052467823, 0.036660175770521164, -0.03976517543196678, 0.028844747692346573, -0.027362816035747528, 0.019741451367735863, 0.008891591802239418, 0.03089122660458088, 0.06400535255670547, 0.025210486724972725, -0.056101713329553604, 0.06693392992019653, 0.016909902915358543, 0.01661880873143673, 0.04361114278435707, 0.007960974238812923, 0.08757512271404266, 0.038106825202703476, -0.003279215656220913, -0.0272216796875, 0.022564180195331573, -0.024151964113116264, 0.006505505181849003, 0.0012106855865567923, -0.04272903874516487, 0.014572331681847572, -0.05338483676314354, -0.001148938317783177, 0.01847122423350811, -0.014739930629730225, 0.01256995927542448, -0.005954191088676453, 0.028968242928385735, 0.03972989320755005, -0.015613212250173092, 0.0007812119438312948, -0.006496684160083532, -0.011246806010603905, -0.04145881161093712, -0.03168511763215065, 0.022599464282393456, -0.024063752964138985, 0.07367318868637085, -0.017818467691540718, -0.0071009243838489056, 0.05006813257932663, -0.002018911764025688, 0.06763961166143417, 0.034225571900606155, -0.040894266217947006, -0.08051830530166626, -0.025245770812034607, 0.10204160213470459, -0.007639006711542606, 0.04713955149054527, -0.016936365514993668, 0.016362998634576797, 0.09561990201473236, 0.012296507135033607, 0.08545807749032974, 0.00138379808049649, -0.03623676672577858, 0.023922616615891457, 0.0055616553872823715, -0.008666655980050564, 0.01975909434258938, 0.02572210505604744, 0.06742791086435318, 0.0196708831936121, -0.0055087292566895485, 0.00914740189909935, 0.007850711233913898, -0.05603114515542984, 0.04325830191373825, 0.022246621549129486, -0.015207445248961449, 0.006483452394604683, -0.029638640582561493, -0.0402238704264164, -0.004086339380592108, 0.05761892721056938, 0.03623676672577858, 0.02951514534652233, -0.023869691416621208, 0.008851897902786732, -0.022281905636191368, 0.039482902735471725, -0.03441963717341423, -0.021417446434497833, 0.029056452214717865, 0.01678640954196453 ]
10,596
aiojobs._scheduler
Scheduler
null
class Scheduler(Collection[Job[object]]): def __init__( self, *, close_timeout: Optional[float] = 0.1, limit: Optional[int] = 100, pending_limit: int = 10000, exception_handler: Optional[ExceptionHandler] = None, ): if exception_handler is not None and not callable(exception_handler): raise TypeError( "A callable object or None is expected, " "got {!r}".format(exception_handler) ) self._jobs: Set[Job[object]] = set() self._close_timeout = close_timeout self._limit = limit self._exception_handler = exception_handler self._failed_tasks: asyncio.Queue[ Optional[asyncio.Task[object]] ] = asyncio.Queue() self._failed_task = asyncio.create_task(self._wait_failed()) self._pending: asyncio.Queue[Job[object]] = asyncio.Queue(maxsize=pending_limit) self._closed = False def __iter__(self) -> Iterator[Job[Any]]: return iter(self._jobs) def __len__(self) -> int: return len(self._jobs) def __contains__(self, obj: object) -> bool: return obj in self._jobs def __repr__(self) -> str: info = [] if self._closed: info.append("closed") state = " ".join(info) if state: state += " " return f"<Scheduler {state}jobs={len(self)}>" @property def limit(self) -> Optional[int]: return self._limit @property def pending_limit(self) -> int: return self._pending.maxsize @property def close_timeout(self) -> Optional[float]: return self._close_timeout @property def active_count(self) -> int: return len(self._jobs) - self._pending.qsize() @property def pending_count(self) -> int: return self._pending.qsize() @property def closed(self) -> bool: return self._closed async def spawn( self, coro: Coroutine[object, object, _T], name: Optional[str] = None ) -> Job[_T]: if self._closed: raise RuntimeError("Scheduling a new job after closing") job = Job(coro, self, name=name) should_start = self._limit is None or self.active_count < self._limit if should_start: job._start() else: try: # wait for free slot in queue await self._pending.put(job) except asyncio.CancelledError: await job.close() raise self._jobs.add(job) return job async def close(self) -> None: if self._closed: return self._closed = True # prevent adding new jobs jobs = self._jobs if jobs: # cleanup pending queue # all job will be started on closing while not self._pending.empty(): self._pending.get_nowait() await asyncio.gather( *[job._close(self._close_timeout) for job in jobs], return_exceptions=True, ) self._jobs.clear() self._failed_tasks.put_nowait(None) await self._failed_task def call_exception_handler(self, context: Dict[str, Any]) -> None: if self._exception_handler is None: asyncio.get_running_loop().call_exception_handler(context) else: self._exception_handler(self, context) @property def exception_handler(self) -> Optional[ExceptionHandler]: return self._exception_handler def _done(self, job: Job[object]) -> None: self._jobs.discard(job) if not self.pending_count: return # No pending jobs when limit is None # Safe to subtract. ntodo = self._limit - self.active_count # type: ignore[operator] i = 0 while i < ntodo: if not self.pending_count: return new_job = self._pending.get_nowait() if new_job.closed: continue new_job._start() i += 1 async def _wait_failed(self) -> None: # a coroutine for waiting failed tasks # without awaiting for failed tasks async raises a warning while True: task = await self._failed_tasks.get() if task is None: return # closing try: await task # should raise exception except Exception: # Cleanup a warning # self.call_exception_handler() is already called # by Job._add_done_callback # Thus we caught an task exception and we are good citizens pass
(*, close_timeout: Optional[float] = 0.1, limit: Optional[int] = 100, pending_limit: int = 10000, exception_handler: Optional[Callable[[ForwardRef('Scheduler'), Dict[str, Any]], NoneType]] = None)
[ 0.05579828470945358, 0.0028682996053248644, -0.08188009262084961, 0.022327302023768425, -0.01069433894008398, -0.007409149780869484, -0.02845832332968712, -0.01367996633052826, -0.016216251999139786, -0.07720693200826645, -0.0015389962354674935, 0.023305868729948997, 0.006155984941869974, -0.002512570470571518, -0.031573761254549026, 0.0686195120215416, 0.04685138911008835, -0.01810348778963089, 0.02344566583633423, -0.010844118893146515, 0.02797902561724186, 0.025442739948630333, 0.03712563216686249, -0.029317066073417664, -0.018123459070920944, 0.04737062752246857, 0.007968330755829811, 0.007219427265226841, -0.0178139116615057, -0.008961875922977924, 0.006675224285572767, 0.018622728064656258, 0.008652329444885254, -0.0064455606043338776, 0.053921036422252655, 0.003504867199808359, -0.003107948461547494, 0.03462928533554077, -0.0329916849732399, -0.016575725749135017, 0.023645373061299324, -0.008257906883955002, -0.008911948651075363, -0.028318528085947037, 0.018083518370985985, -0.007938374765217304, 0.0014853248139843345, 0.051804136484861374, 0.014129308052361012, -0.014628577046096325, 0.01780392788350582, -0.028757885098457336, -0.013869688846170902, 0.022107623517513275, -0.0015814340440556407, 0.0897885113954544, -0.0168253593146801, 0.044335074722766876, 0.034030165523290634, -0.04034092277288437, -0.029676539823412895, 0.014159264042973518, 0.010434718802571297, -0.018273239955306053, -0.00152901082765311, -0.007279339712113142, 0.023565489798784256, -0.019072070717811584, -0.0030305618420243263, 0.016326090320944786, 0.06458541750907898, 0.040940046310424805, 0.012082305736839771, -0.02160835638642311, 0.022207478061318398, -0.04193858429789543, -0.03199314698576927, -0.04589279368519783, -0.032672151923179626, -0.014029454439878464, 0.03840376064181328, 0.027339961379766464, 0.02636139467358589, -0.027220137417316437, 0.08747190237045288, 0.00457080639898777, 0.057795360684394836, -0.024843618273735046, -0.12517668306827545, -0.05028635635972023, -0.01740451157093048, 0.027300020679831505, 0.03612709417939186, -0.02450411394238472, -0.0021069145295768976, -0.05336185544729233, -0.038783203810453415, -0.026101775467395782, -0.022546980530023575, -0.04908811300992966, -0.02833849936723709, -0.01752433553338051, 0.012861165218055248, -0.0029856276232749224, -0.0152876116335392, -0.033231332898139954, -0.0020245350897312164, 0.0023178556002676487, -0.052163608372211456, -0.055199164897203445, -0.008727218955755234, 0.054799746721982956, -0.020709671080112457, 0.03916264697909355, -0.03017580881714821, 0.03027566336095333, -0.04381583258509636, 0.0024326874408870935, 0.025103237479925156, -0.03994150832295418, -0.0072943177074193954, -0.004431011155247688, -0.009151597507297993, -0.0003881815355271101, 0.001009147148579359, 0.05903354659676552, -0.059113431721925735, 0.04389571771025658, 0.020709671080112457, -0.030894756317138672, 0.01652579940855503, 0.015008021146059036, 0.03930244222283363, 0.04257764667272568, 0.02961662784218788, 0.03788451850414276, -0.04317677021026611, 0.048369165509939194, -0.06242857500910759, -0.009271422401070595, -0.00017115559603553265, -0.0567568838596344, 0.004563317168504, -0.03478905186057091, 0.024004846811294556, -0.01861274242401123, -0.029996072873473167, -0.03177347034215927, 0.014728430658578873, -0.024264466017484665, 0.000764505413826555, -0.04056059941649437, -0.016336075961589813, 0.05336185544729233, 0.006165970116853714, 0.017094966024160385, -0.0014241643948480487, 0.031433966010808945, 0.02622159942984581, -0.007464069407433271, -0.02076958306133747, 0.021768121048808098, -0.021628325805068016, -0.026121746748685837, -0.06338717043399811, 0.04980706050992012, 0.01148318313062191, -0.0012082306202501059, 0.006011196877807379, 0.038823146373033524, 0.00044622152927331626, 0.05727612227201462, -0.02789914235472679, 0.03472914174199104, -0.06111050769686699, 0.06853962689638138, 0.003285188926383853, 0.04844904690980911, -0.015447378158569336, -0.07017722725868225, -0.040680427104234695, -0.020470023155212402, 0.0014466315042227507, -0.05024641752243042, -0.005861416459083557, 0.038783203810453415, -0.0010465923696756363, 0.02692057564854622, 0.022467097267508507, -0.0177040733397007, -0.0968182161450386, -0.013640024699270725, 0.06123033165931702, 0.028917651623487473, 0.0033176415599882603, -0.016286149621009827, -0.03223279491066933, 0.054799746721982956, 0.0332113653421402, 0.01791376620531082, -0.017454437911510468, 0.02684069238603115, 0.09162581712007523, -0.06146997958421707, 0.008038228377699852, -0.029596656560897827, -0.024883558973670006, -0.0769672840833664, -0.0178139116615057, 0.0032078023068606853, -0.09538032114505768, -0.005457008257508278, -0.06314752250909805, 0.05931313708424568, 0.07560927420854568, 0.013739878311753273, 0.032492417842149734, 0.013739878311753273, 0.035448089241981506, 0.04008130356669426, 0.042697470635175705, -0.012811238877475262, 0.02146856114268303, 0.00892193429172039, 0.014688489027321339, 0.03766484186053276, 0.06314752250909805, 0.011183622293174267, 0.09034769237041473, 0.03097463957965374, -0.022147566080093384, -0.00735922297462821, -0.009321349672973156, -0.017434468492865562, -0.028757885098457336, 0.013500229455530643, -0.011662920005619526, 0.002591205295175314, 0.018003635108470917, 0.008916941471397877, 0.012681428343057632, -0.02186797559261322, -0.020489992573857307, -0.05579828470945358, 0.010454689152538776, -0.00840768776834011, 0.013370419852435589, 0.03221282735466957, 0.021668268367648125, -0.03744516149163246, -0.007079632021486759, 0.010734280571341515, 0.011343387886881828, -0.054360393434762955, -0.07852500677108765, -0.09817622601985931, -0.04633214697241783, -0.06578366458415985, 0.03017580881714821, 0.03093469701707363, 0.018193356692790985, 0.05579828470945358, -0.053521618247032166, 0.03369066119194031, -0.0178139116615057, -0.008422665297985077, -0.00036321807419881225, -0.05208372697234154, 0.010294923558831215, 0.08243927359580994, 0.06814020872116089, -0.051684312522411346, 0.028478294610977173, -0.006700187921524048, -0.07249383628368378, 0.04597267508506775, -0.05336185544729233, -0.00656538549810648, -0.04293712228536606, -0.05100530385971069, 0.017793942242860794, 0.04820939898490906, -0.012881136499345303, -0.017793942242860794, 0.022147566080093384, -0.02626154199242592, -0.0279390849173069, 0.03704574704170227, -0.04517384618520737, 0.015607143752276897, -0.040720365941524506, -0.029357008635997772, 0.014898181892931461, -0.04241788014769554, 0.02851823717355728, -0.00532220583409071, -0.019112011417746544, -0.03185335174202919, 0.016665594652295113, -0.02406475879251957, 0.06877927482128143, 0.015327553264796734, 0.007773615885525942, -0.0037894505076110363, -0.051804136484861374, -0.03111443482339382, -0.018143430352211, -0.04329659417271614, -0.015107875689864159, -0.0025637454818934202, 0.02340572327375412, -0.015387466177344322, 0.04765021800994873, -0.04649191349744797, 0.05012659355998039, 0.056477293372154236, -0.05935307964682579, -0.04213828966021538, 0.012531648389995098, 0.014029454439878464, -0.03171355649828911, 0.03974179923534393, 0.0514846034348011, -0.02160835638642311, -0.025662418454885483, 0.01464854832738638, -0.021408647298812866, 0.06374664604663849, -0.046531856060028076, 0.014528723433613777, -0.002905744593590498, -0.04241788014769554, -0.01451873779296875, -0.02030027098953724, -0.03758495673537254, 0.016356047242879868, 0.023505577817559242, 0.005387110635638237, 0.01693519949913025, -0.08152061700820923, 0.037644870579242706, 0.056477293372154236, 0.02318604476749897, 0.04860881343483925, -0.037764694541692734, -0.04129951819777489, 0.05020647495985031, -0.016555754467844963, 0.04257764667272568, -0.023785168305039406, 0.07473056018352509, -0.005751577205955982, -0.022946396842598915, 0.04189864173531532, 0.012032379396259785, -0.040760308504104614, 0.054360393434762955, -0.03476908057928085, 0.025243032723665237, -0.038343846797943115, -0.07485038787126541, -0.016955170780420303, -0.00048304261872544885, 0.022806601598858833, -0.027919113636016846, -0.0031179338693618774, 0.04465460404753685, -0.03476908057928085, -0.02358546108007431, -0.03542811796069145, 0.011083768680691719, 0.016875287517905235, 0.007948360405862331, -0.01704503782093525, -0.0023453154135495424, 0.01689525693655014, -0.00005043395503889769, 0.009536035358905792, -0.03964194655418396, 0.010384791530668736, 0.026421306654810905, -0.02731999196112156, 0.0036022246349602938, -0.03656645119190216, -0.058274660259485245, -0.044934194535017014, -0.012571589089930058, 0.0032752035185694695, 0.02943689189851284, 0.030994608998298645, 0.03960200399160385, -0.05428050830960274, -0.008492562919855118, 0.012721369974315166, -0.01608644239604473, -0.068180151283741, 0.044015541672706604, 0.009705786593258381, 0.016485856845974922, -0.033071570098400116, -0.004366105888038874, -0.0007214435026980937, 0.06454547494649887, -0.005122498143464327, 0.0373852513730526, -0.011233548633754253, 0.07509003579616547, -0.028078880161046982, -0.005297242663800716, 0.10288932174444199, -0.006495487876236439, -0.04341641813516617, -0.020450051873922348, -0.0497271753847599, -0.063347227871418, -0.012202130630612373, -0.015107875689864159, -0.025223061442375183, 0.025322915986180305, 0.006275809369981289, -0.021009232848882675, 0.003255232935771346, 0.02164829708635807, 0.0021680749487131834, -0.018632713705301285, -0.01427908893674612, -0.0035872466396540403, -0.00014158952399156988, -0.05032629892230034, -0.04669162258505821, 0.00737919332459569, -0.023605430498719215, -0.04633214697241783, -0.027399873360991478, 0.009575976058840752, -0.003392531769350171, -0.0012500443262979388, 0.02226739004254341, -0.002074462128803134, 0.0371655710041523, -0.019351661205291748, 0.029676539823412895, 0.022906454280018806, 0.054360393434762955, 0.08076173067092896, -0.024603968486189842, 0.05799506977200508, 0.023305868729948997, 0.009441173635423183, 0.0514846034348011, -0.032532356679439545, 0.022407185286283493, 0.05575834587216377, 0.023944932967424393, -0.026421306654810905, -0.023465635254979134, 0.015407436527311802, -0.020749613642692566, -0.09498090296983719, -0.03397025167942047, 0.02877785637974739, 0.008842051029205322, 0.006720158737152815, -0.012501691468060017, -0.08787131309509277, -0.0030505326576530933, 0.04968723654747009, 0.020909378305077553, -0.01689525693655014, 0.020060623064637184, 0.01945151388645172, 0.017853854224085808, 0.032752037048339844, -0.05376126989722252, -0.043136827647686005, -0.017504366114735603, -0.0011882598046213388, 0.018632713705301285, 0.026780780404806137, -0.036047209054231644, 0.06889910250902176, -0.039002880454063416, 0.07652793079614639, 0.013809775933623314, -0.0029831314459443092, 0.02450411394238472, 0.03367068991065025, -0.028438353911042213, -0.017324628308415413, 0.01788380928337574, -0.029756423085927963, -0.012971004471182823, 0.03478905186057091, 0.07089617848396301, 0.032053060829639435, -0.023345811292529106, -0.030235720798373222, 0.0694982260465622, 0.030774932354688644, -0.027260078117251396, 0.07049676030874252, -0.019072070717811584, -0.015567202121019363, 0.0305752232670784, 0.04896828904747963, -0.067740797996521, -0.019371630623936653, -0.01810348778963089, -0.025362856686115265, -0.05064583197236061, 0.011403300799429417, -0.00996540579944849, -0.0007520237122662365, -0.08275880664587021, -0.0117727592587471, -0.01982097327709198, -0.00305802165530622, -0.02160835638642311, 0.05020647495985031, -0.0069997492246329784, 0.07948359847068787, -0.009880530647933483, -0.0001822331250878051, 0.03942226618528366, -0.04341641813516617, -0.008477585390210152, 0.04553331807255745, -0.0066153123043477535, -0.02266680635511875, 0.05244319885969162, 0.01013016514480114, 0.006675224285572767, -0.024883558973670006, -0.03313148021697998, 0.024883558973670006, 0.041339460760354996, 0.005232337396591902, 0.013879673555493355, -0.022726718336343765, 0.009036766365170479, -0.013160726986825466, 0.11103738844394684, 0.030914727598428726, -0.01693519949913025, -0.048329222947359085, 0.033231332898139954, 0.016625652089715004, 0.04637208953499794, 0.014109337702393532, -0.029796363785862923, 0.0470910370349884, 0.025682389736175537, 0.043576184660196304, 0.030675077810883522, -0.07473056018352509, -0.0743311420083046, 0.029996072873473167, -0.02670089714229107, 0.0014715949073433876, 0.007504010573029518, 0.004029099363833666, 0.04064048454165459, -0.0589536651968956, -0.031673613935709, 0.01799364946782589, 0.008832065388560295, 0.02921721339225769, 0.023944932967424393, 0.04689133167266846, 0.03097463957965374, -0.019391601905226707, 0.01828322559595108, -0.05072571337223053, -0.08890979737043381, -0.0029406934045255184, -0.02432437799870968, -0.015137831680476665, -0.001742448308505118, -0.03175349906086922, -0.04365606606006622, 0.03712563216686249, -0.019191894680261612, -0.07596874982118607, -0.056037936359643936, -0.030695049092173576, 0.016805389896035194, -0.029896218329668045, 0.03934238478541374, 0.009845581836998463, 0.014788343571126461, 0.004842907655984163, 0.07101599872112274, 0.006265824194997549, -0.03916264697909355, 0.02574230171740055, 0.06826003640890121, -0.01245176512748003, -0.022367244586348534, -0.018522873520851135, 0.014998036436736584, 0.03930244222283363, 0.01946149952709675, -0.02775934711098671, 0.039222560822963715, 0.02775934711098671, 0.009361290372908115, 0.0054819718934595585, -0.052283432334661484, 0.02819870412349701, -0.01737455651164055, -0.026101775467395782, -0.0006671479786746204, 0.04113975167274475, 0.005452015902847052, -0.06594342738389969, -0.027080342173576355, -0.08459611237049103, 0.012751325964927673, 0.03313148021697998, -0.07361219823360443, 0.01093398779630661, -0.01245176512748003, 0.000470872939331457, -0.005102527793496847, -0.018253268674016, -0.008028242737054825, 0.01040476281195879, 0.008492562919855118, -0.05723617970943451, -0.046172384172677994, 0.01813344471156597, 0.03005598485469818, 0.03153381869196892, -0.00683998316526413, 0.0122121162712574, 0.006520451046526432, 0.01623622328042984, 0.04121963679790497, -0.0008986839093267918, -0.0367262177169323, 0.02560250647366047, -0.07281336933374405, -0.032672151923179626, -0.0009392495267093182, -0.0038019323255866766, -0.030455399304628372, 0.002104418119415641, -0.023525547236204147, 0.05032629892230034, 0.013250594958662987, -0.00759887183085084, 0.08906956017017365, -0.041419342160224915, -0.02881779707968235, -0.036846041679382324, 0.050486065447330475, -0.017793942242860794, -0.06302770227193832, 0.011433256790041924, 0.017903780564665794, 0.011872612871229649, -0.03265218064188957, -0.011892584152519703, 0.012311969883739948, -0.007998286746442318, 0.005307227838784456, -0.0013255587546154857, -0.009256443940103054, -0.029636599123477936, 0.06031167507171631, 0.04109981283545494, -0.041818756610155106, 0.012631502002477646, 0.0003713312034960836, -0.03942226618528366, 0.040979985147714615, -0.06186939403414726, -0.008332797326147556, 0.005961270071566105, -0.020340213552117348, 0.025143178179860115, 0.004543346352875233, -0.08635354042053223, 0.012202130630612373, 0.01963125169277191, 0.0598323792219162, 0.0367262177169323, -0.0897885113954544, 0.046971213072538376, -0.03974179923534393, 0.0585143081843853, 0.04157910868525505, 0.006210904568433762, 0.04553331807255745, -0.07353231310844421, -0.0152876116335392, -0.02406475879251957, -0.017214789986610413, 0.04301700368523598, -0.02026033028960228, 0.03784457966685295, -0.025103237479925156, 0.01245176512748003, -0.015846792608499527, 0.06558395177125931, 0.06646266579627991, -0.05296243727207184, 0.05244319885969162, 0.055598579347133636, 0.014319030568003654, 0.04645197466015816, 0.044414956122636795, 0.025183120742440224, -0.03822402283549309, -0.005267286207526922, -0.03554794192314148, 0.04509396106004715, -0.015257655642926693, -0.00712955929338932, 0.01719481870532036, 0.02881779707968235, 0.03123425878584385, 0.03740522265434265, -0.01678541861474514, 0.014908167533576488, 0.00741414213553071, -0.00043155549792572856, -0.01971113309264183, 0.015846792608499527, 0.054799746721982956, 0.03185335174202919, 0.029416920617222786, -0.03413001820445061, 0.02190791629254818, 0.028897680342197418, -0.011453227140009403, 0.060870856046676636, -0.014988050796091557, -0.024663880467414856, 0.01502799242734909, 0.014408898539841175, -0.06350699812173843, -0.011473198421299458, -0.0019097033655270934, -0.02670089714229107, 0.011792730540037155, -0.029716482385993004, 0.04685138911008835, 0.015008021146059036, -0.025442739948630333, 0.016106413677334785, -0.012022393755614758, -0.061709627509117126, 0.04541349411010742, -0.038823146373033524, -0.023485606536269188, -0.005112512968480587, 0.0073142885230481625, -0.051684312522411346, -0.01612638309597969, -0.03257229924201965, -0.008582431823015213, -0.0048104552552104, 0.04000141844153404, -0.008777146227657795, -0.003617202863097191, -0.009316356852650642, 0.04625226557254791 ]
10,597
aiojobs._scheduler
__contains__
null
def __contains__(self, obj: object) -> bool: return obj in self._jobs
(self, obj: object) -> bool
[ 0.06312622129917145, 0.004659357946366072, -0.11060188710689545, 0.028803301975131035, -0.02578148804605007, -0.01694311946630478, 0.0273709986358881, 0.030846957117319107, -0.011467172764241695, -0.06057601794600487, 0.005445378832519054, -0.035388413816690445, 0.027825143188238144, -0.04303901642560959, -0.06550174951553345, -0.042375266551971436, -0.04890797287225723, 0.014471519738435745, 0.01694311946630478, -0.033536896109580994, -0.030567483976483345, 0.06015680730342865, 0.08985093235969543, 0.0213623046875, 0.018532628193497658, 0.04097789525985718, 0.04433158412575722, -0.017694206908345222, -0.014698592945933342, 0.08691645413637161, -0.028122084215283394, -0.0005267432425171137, 0.009510854259133339, -0.029397185891866684, 0.056663379073143005, 0.03297794610261917, 0.007646237500011921, 0.06637510657310486, 0.0056811850517988205, -0.05344942957162857, -0.012288128025829792, -0.017781542614102364, 0.002582952380180359, 0.010497746989130974, 0.03523120656609535, -0.010104736313223839, -0.014750993810594082, 0.08894263952970505, 0.05701272189617157, -0.022008588537573814, 0.017956212162971497, -0.06033147871494293, -0.02234046347439289, -0.008039248175919056, -0.07657591253519058, 0.02097802795469761, -0.016716046258807182, 0.050060804933309555, 0.010061068460345268, 0.024052241817116737, 0.00901304092258215, 0.014541388489305973, 0.07238379865884781, -0.023405957967042923, 0.017720406875014305, -0.009729193523526192, -0.016401637345552444, -0.002740156603977084, -0.02204352244734764, 0.06396464258432388, -0.03909144550561905, -0.008580729365348816, 0.02815701812505722, 0.014646191149950027, -0.028506360948085785, -0.05816555395722389, -0.01181651558727026, 0.009502120316028595, -0.015091603621840477, -0.004768527578562498, 0.03821808844804764, -0.044471319764852524, -0.0504450798034668, -0.0415368415415287, -0.022916879504919052, 0.0192138459533453, 0.03231419622898102, -0.02992120012640953, -0.04132723808288574, -0.01821821928024292, -0.015423478558659554, 0.04440145194530487, 0.04010453820228577, -0.04104776307940483, 0.00959818996489048, -0.03268100693821907, 0.009213913232088089, 0.006401704158633947, -0.07650604099035263, -0.05868956819176674, -0.019126510247588158, -0.02972906082868576, 0.03919624537229538, -0.01466365810483694, 0.060785625129938126, 0.011423504911363125, -0.038043417036533356, -0.0480695515871048, 0.0004508703714236617, 0.008157150819897652, 0.005934458691626787, 0.032750874757766724, -0.04537961259484291, -0.019667992368340492, -0.0006599301123060286, -0.05166777968406677, -0.05512627214193344, -0.016803381964564323, -0.06951919198036194, -0.052331529557704926, 0.01717892475426197, 0.03853249549865723, 0.0007210650946944952, 0.001924659707583487, 0.06878557056188583, -0.010698619298636913, 0.01186018344014883, 0.06703885644674301, 0.04709139093756676, -0.055091340094804764, 0.023860104382038116, 0.00861129630357027, -0.025641752406954765, 0.03206965699791908, 0.029676659032702446, 0.0027270561549812555, 0.02461118996143341, 0.00440171780064702, -0.02206098847091198, -0.0046025896444916725, 0.020698552951216698, -0.03477706387639046, 0.032541267573833466, -0.023353558033704758, -0.010558881796896458, -0.0020294624846428633, -0.03236659616231918, -0.004663724452257156, -0.009493387304246426, -0.002025095745921135, -0.011851449497044086, -0.03898664191365242, -0.009860197082161903, 0.006248867139220238, -0.1081564873456955, 0.014637458138167858, 0.002731422893702984, -0.005161537788808346, 0.012087256647646427, -0.038742102682590485, 0.017126524820923805, 0.05537081137299538, -0.07643617689609528, 0.032541267573833466, -0.030794555321335793, 0.04429664835333824, -0.02834915742278099, -0.007519600912928581, -0.022707274183630943, 0.041501909494400024, -0.007253227289766073, 0.031370971351861954, -0.008449725806713104, 0.058130618184804916, -0.04293421283364296, 0.07636630535125732, -0.03226179629564285, 0.03318755328655243, -0.012742273509502411, -0.01240166462957859, -0.05648870766162872, -0.009860197082161903, -0.00817461870610714, -0.037659138441085815, -0.002417014678940177, 0.016218233853578568, 0.007130957208573818, -0.012986813671886921, 0.007838375866413116, 0.022375397384166718, -0.08041868358850479, -0.07133577018976212, 0.04607829824090004, 0.0078995106741786, -0.0663052350282669, 0.0006413712981157005, -0.031860049813985825, 0.009423518553376198, -0.04492546617984772, 0.020314276218414307, 0.017056655138731003, -0.04401717707514763, 0.002751073567196727, -0.03720499575138092, 0.023877570405602455, 0.02214832417666912, -0.0063449363224208355, 0.01968545839190483, 0.03454998880624771, 0.019720394164323807, -0.03996480256319046, -0.06784234941005707, -0.019720394164323807, 0.0584450289607048, 0.10291635245084763, 0.06361529976129532, 0.011161497794091702, -0.02038414403796196, -0.019231313839554787, 0.004589489195495844, 0.04555428400635719, -0.00442136824131012, -0.005165904760360718, 0.0006113496492616832, -0.041990987956523895, 0.008593829348683357, 0.03710019215941429, 0.04300408065319061, 0.04890797287225723, -0.060506150126457214, 0.004255430307239294, 0.012585069984197617, 0.00113208859693259, 0.0014868896687403321, 0.006130963563919067, 0.04419184848666191, -0.01285581011325121, 0.06392970681190491, 0.005174638237804174, 0.03034041076898575, 0.06190352141857147, -0.011510840617120266, 0.02108282968401909, -0.03720499575138092, 0.030445212498307228, -0.024384118616580963, 0.05030534416437149, 0.039440788328647614, -0.00469865882769227, -0.043073952198028564, 0.029362251982092857, 0.017746606841683388, -0.04649750888347626, -0.06448865681886673, -0.04565908759832382, -0.04541454836726189, -0.03091682679951191, -0.02450638823211193, 0.0033318556379526854, 0.02106536366045475, -0.01156324241310358, 0.006471572909504175, 0.10012160986661911, 0.06033147871494293, -0.05599962919950485, 0.022550068795681, -0.005165904760360718, 0.027615537866950035, -0.04083815589547157, 0.01556321606040001, 0.11737913638353348, -0.08838369697332382, 0.03212205693125725, 0.043178752064704895, -0.009039241820573807, 0.014681125991046429, -0.012436598539352417, 0.0034868763759732246, -0.07720472663640976, 0.0032357864547520876, 0.009187712334096432, 0.018462760373950005, 0.02637537196278572, -0.05746686831116676, -0.024646125733852386, -0.07874183356761932, 0.006130963563919067, 0.0817461833357811, -0.02600856125354767, -0.03477706387639046, -0.036471374332904816, 0.0009344916325062513, 0.02363303117454052, -0.033711567521095276, -0.019755328074097633, 0.0504450798034668, 0.008240120485424995, -0.03985999897122383, 0.031143898144364357, 0.025135204195976257, 0.015318675898015499, 0.018095949664711952, -0.09544041752815247, -0.07039254903793335, -0.04342329502105713, 0.003344956086948514, 0.054113179445266724, 0.01634923741221428, 0.026043495163321495, 0.006013060454279184, 0.03163297846913338, -0.012226993218064308, 0.02363303117454052, -0.030445212498307228, 0.02709152363240719, -0.006144064012914896, -0.05191231891512871, -0.05023547634482384, -0.03940585255622864, 0.04160671308636665, -0.01989506557583809, -0.011868917383253574, -0.005641884170472622, 0.026619911193847656, 0.013668031431734562, -0.06742313504219055, -0.023860104382038116, 0.03811328485608101, -0.0486634336411953, 0.008620030246675014, -0.009790328331291676, -0.07741433382034302, 0.06805194914340973, -0.011423504911363125, 0.01783394254744053, -0.035108938813209534, 0.0025305510498583317, 0.05089922621846199, 0.0504450798034668, 0.045135073363780975, 0.00044650360359810293, -0.006751046981662512, 0.015126537531614304, 0.03870716691017151, 0.008288154378533363, -0.03102162852883339, -0.006737946532666683, 0.0535542294383049, 0.06738819926977158, -0.016104696318507195, -0.03435784950852394, 0.0330827496945858, 0.02253260277211666, -0.016873251646757126, 0.002751073567196727, -0.012078522704541683, 0.02983386442065239, 0.01126630138605833, 0.004017440602183342, -0.021327368915081024, 0.016017360612750053, -0.043458227068185806, -0.01643657311797142, -0.0008335097809322178, -0.04349316284060478, 0.03554561734199524, 0.0001982792600756511, -0.012148391455411911, -0.02806968241930008, -0.07999946922063828, -0.001165931113064289, 0.0409429594874382, -0.04792981222271919, -0.030183207243680954, 0.032750874757766724, 0.016550108790397644, -0.013886370696127415, 0.0036418973468244076, -0.0342705138027668, 0.007240126840770245, 0.041990987956523895, 0.01098682638257742, 0.009406051598489285, 0.002358062891289592, -0.02452385425567627, 0.027842611074447632, -0.05680311843752861, 0.01999986730515957, 0.0397551953792572, -0.006842749658972025, 0.031039096415042877, -0.032523803412914276, -0.08398197591304779, -0.012375463731586933, -0.05512627214193344, -0.05959785729646683, 0.03061988390982151, -0.03034041076898575, -0.014061042107641697, -0.007768507581204176, 0.026707246899604797, 0.044855598360300064, -0.0001018006369122304, 0.016873251646757126, -0.018689831718802452, 0.014218246564269066, -0.008379857055842876, 0.01260253693908453, -0.006375503726303577, 0.023213820531964302, -0.015292475000023842, -0.0879644826054573, 0.001705228933133185, -0.029362251982092857, -0.11060188710689545, -0.014200779609382153, 0.002026187488809228, -0.036960452795028687, 0.026550043374300003, 0.007742306683212519, -0.014585056342184544, 0.02412211149930954, 0.01652390882372856, 0.007157157640904188, -0.053309690207242966, -0.014192045666277409, 0.003257620381191373, -0.043073952198028564, 0.026427771896123886, -0.049781329929828644, -0.060121871531009674, -0.05278567597270012, 0.041886184364557266, 0.008331822231411934, 0.03633163869380951, -0.008436625823378563, -0.03285567834973335, -0.07084669172763824, -0.023964906111359596, 0.054986536502838135, 0.004523987416177988, 0.003395173931494355, -0.02558935061097145, 0.004637524019926786, -0.002567668678238988, -0.0018515160772949457, 0.010873290710151196, 0.01830555498600006, 0.07741433382034302, 0.04251500219106674, -0.013388557359576225, 0.020261874422430992, -0.03790367767214775, -0.010698619298636913, -0.010812155902385712, -0.05701272189617157, -0.013842702843248844, -0.003681198228150606, 0.006737946532666683, 0.0010900582419708371, -0.021816449239850044, -0.014113443903625011, -0.04013947397470474, 0.013528294861316681, -0.01628810167312622, 0.015519548207521439, -0.01368549931794405, 0.04157177731394768, 0.031074030324816704, 0.02600856125354767, -0.004310015123337507, -0.03282074257731438, -0.04831409081816673, -0.04541454836726189, 0.0055589149706065655, 0.0357552208006382, -0.01102176122367382, 0.05746686831116676, 0.003975956235080957, 0.027790209278464317, -0.015964960679411888, -0.028209419921040535, 0.03365916758775711, -0.018445292487740517, 0.006152797490358353, -0.0721043273806572, 0.03271593898534775, -0.012008653953671455, 0.022986747324466705, -0.04122243449091911, 0.006484673358500004, -0.009205179288983345, -0.0021233484148979187, 0.04146697372198105, 0.04950185492634773, -0.033135153353214264, -0.012471533380448818, 0.053903572261333466, -0.01860249787569046, 0.014305582270026207, 0.009475919418036938, 0.052226729691028595, -0.00365281431004405, 0.030060935765504837, -0.0021167981904000044, -0.0841217115521431, -0.0019497687462717295, -0.014532654546201229, -0.055790022015571594, 0.00469865882769227, 0.0003613513254094869, 0.005899524316191673, 0.011694245971739292, -0.01747586764395237, 0.056768182665109634, 0.039929866790771484, -0.008554528467357159, -0.02125750109553337, 0.005279440898448229, 0.0030960494186729193, 0.05914371460676193, -0.033309824764728546, 0.06965892761945724, -0.05376383662223816, -0.009205179288983345, 0.010410411283373833, -0.0039497553370893, 0.0030480148270726204, -0.030060935765504837, 0.030584950000047684, 0.008318722248077393, -0.032156992703676224, -0.038951706141233444, 0.005502147134393454, 0.012681138701736927, 0.08342302590608597, 0.03297794610261917, -0.04373770207166672, 0.04754553735256195, 0.0391613133251667, 0.015292475000023842, 0.021502040326595306, 0.056663379073143005, 0.003534911200404167, -0.033030349761247635, 0.0703226774930954, -0.013109083287417889, 0.004462852608412504, 0.04915251210331917, 0.01696931943297386, 0.08223526179790497, 0.008694265969097614, 0.02361556515097618, 0.028785835951566696, 0.05362410098314285, 0.0015676752664148808, 0.01556321606040001, -0.0009170245029963553, 0.02363303117454052, 0.03565042093396187, 0.04915251210331917, 0.015318675898015499, 0.036680981516838074, 0.008873303420841694, -0.022375397384166718, -0.06815675646066666, -0.006598209496587515, -0.04160671308636665, 0.08482039719820023, 0.007672438398003578, 0.03081202320754528, -0.006152797490358353, -0.0684012919664383, -0.07385104149580002, 0.0171352569013834, 0.028715966269373894, -0.014139644801616669, -0.0180260818451643, -0.07853223383426666, -0.06302141398191452, -0.035702820867300034, -0.014506454579532146, 0.011292501352727413, -0.0421307273209095, -0.0015764087438583374, -0.01603482849895954, -0.06983359903097153, -0.010567615740001202, 0.012803408317267895, -0.00844099186360836, 0.012183325365185738, 0.09774608165025711, 0.009571989066898823, -0.011886384338140488, 0.032156992703676224, 0.042724609375, 0.027108991518616676, -0.04352809488773346, -0.029676659032702446, -0.023091550916433334, 0.05565028637647629, -0.007213925942778587, 0.012261927127838135, -0.021536976099014282, 0.03388623893260956, 0.016716046258807182, -0.03713512420654297, -0.006873317062854767, 0.0005960659473203123, -0.020139604806900024, 0.0029584956355392933, -0.02117016538977623, 0.05268087238073349, 0.011109096929430962, -0.011144030839204788, -0.0016550108557567, 0.028384091332554817, 0.03220939263701439, -0.002617886522784829, 0.011991186998784542, 0.010427878238260746, 0.02284700982272625, 0.04300408065319061, 0.021641777828335762, -0.005759787280112505, -0.06951919198036194, 0.023213820531964302, -0.06752793490886688, 0.02590375952422619, -0.03526614233851433, -0.003493426600471139, 0.019248781725764275, 0.03276834264397621, -0.009467186406254768, 0.024681059643626213, -0.043563030660152435, -0.01073355320841074, 0.004550188314169645, -0.02384263649582863, -0.013056682422757149, -0.051947254687547684, -0.04104776307940483, -0.05659351125359535, -0.012628737837076187, -0.026812050491571426, -0.0023733468260616064, 0.020052269101142883, -0.0013897287426516414, 0.03269847482442856, 0.017292462289333344, -0.011004294268786907, 0.013755367137491703, -0.008379857055842876, -0.0005152804078534245, 0.009414784610271454, 0.03671591356396675, 0.007951912470161915, 0.008916971273720264, 0.024191979318857193, 0.0024082809686660767, 0.01849769428372383, -0.030584950000047684, -0.06239259988069534, -0.03521374240517616, 0.02057628333568573, 0.020454013720154762, -0.02066361904144287, -0.01940598525106907, -0.015056668780744076, 0.06606069952249527, -0.005104769486933947, 0.009999933652579784, 0.004978132899850607, -0.04677698388695717, -0.007309995125979185, -0.0035851290449500084, -0.0366460457444191, -0.031074030324816704, 0.00036653687129728496, -0.04468092694878578, -0.006013060454279184, -0.052121926099061966, -0.018183285370469093, 0.048383958637714386, 0.011091629974544048, 0.09704739600419998, 0.03282074257731438, -0.06190352141857147, 0.034218113869428635, -0.03612203150987625, -0.011248833499848843, 0.001300209783948958, 0.023196352645754814, 0.07189472019672394, 0.016357969492673874, 0.058235421776771545, -0.05268087238073349, 0.015371077693998814, 0.0415368415415287, 0.000685039150994271, 0.02096056006848812, 0.02620070055127144, 0.04195605590939522, 0.002314395271241665, -0.014340516179800034, 0.04565908759832382, -0.03247139975428581, 0.02955438941717148, 0.06316115707159042, -0.0038580531254410744, -0.03360676392912865, 0.06686418503522873, 0.05641883984208107, -0.04471586272120476, 0.04635777324438095, -0.032750874757766724, 0.032156992703676224, -0.004772894084453583, 0.028768368065357208, -0.01152830757200718, 0.024104643613100052, 0.017746606841683388, 0.00939731765538454, -0.0008526144665665925, -0.01103049423545599, -0.03860236331820488, 0.029012909159064293, -0.04433158412575722, -0.019143978133797646, 0.017213860526680946, 0.03692552074790001, 0.04115256667137146, -0.01860249787569046, 0.04076828807592392, 0.02738846465945244, -0.042375266551971436, 0.011056695133447647, -0.01959812268614769, -0.027842611074447632, 0.051737647503614426, 0.0559297613799572, -0.03867223486304283, 0.0721043273806572, -0.029065309092402458, -0.02125750109553337, -0.006240133196115494, 0.010838355869054794, 0.006047994829714298, 0.024663591757416725, -0.005663718096911907, 0.019143978133797646, 0.014943132176995277, 0.012838343158364296, 0.004382066894322634, 0.04251500219106674, 0.06249740347266197, -0.07168511301279068, 0.007052354980260134, -0.006082929205149412, -0.004010890610516071, -0.09558015316724777, -0.011633111163973808, -0.055685222148895264, 0.023353558033704758, -0.014401650987565517, 0.006021794397383928, -0.0171352569013834, 0.036471374332904816 ]
10,598
aiojobs._scheduler
__init__
null
def __init__( self, *, close_timeout: Optional[float] = 0.1, limit: Optional[int] = 100, pending_limit: int = 10000, exception_handler: Optional[ExceptionHandler] = None, ): if exception_handler is not None and not callable(exception_handler): raise TypeError( "A callable object or None is expected, " "got {!r}".format(exception_handler) ) self._jobs: Set[Job[object]] = set() self._close_timeout = close_timeout self._limit = limit self._exception_handler = exception_handler self._failed_tasks: asyncio.Queue[ Optional[asyncio.Task[object]] ] = asyncio.Queue() self._failed_task = asyncio.create_task(self._wait_failed()) self._pending: asyncio.Queue[Job[object]] = asyncio.Queue(maxsize=pending_limit) self._closed = False
(self, *, close_timeout: Optional[float] = 0.1, limit: Optional[int] = 100, pending_limit: int = 10000, exception_handler: Optional[Callable[[aiojobs._scheduler.Scheduler, Dict[str, Any]], NoneType]] = None)
[ -0.006396877579391003, -0.025045976042747498, -0.06776918470859528, 0.01038585975766182, -0.046455930918455124, 0.011826728470623493, -0.019824033603072166, 0.011062778532505035, -0.044753964990377426, -0.07349397987127304, 0.010057071223855019, 0.05987825617194176, -0.0050962273962795734, -0.013635067269206047, -0.035296451300382614, 0.06831072270870209, 0.0376366563141346, -0.022106215357780457, 0.012764744460582733, -0.011952442117035389, 0.013596386648714542, 0.059414081275463104, -0.0025166852865368128, 0.009239934384822845, -0.00011324782099109143, 0.0769752785563469, -0.04285859689116478, 0.012174858711659908, 0.019466234371066093, -0.018247781321406364, 0.03703709691762924, 0.03388459235429764, -0.04285859689116478, 0.05968485027551651, 0.04355485364794731, -0.014050888828933239, -0.011642994359135628, 0.03630216047167778, -0.0856398269534111, 0.008060161955654621, -0.007523462641984224, -0.040847182273864746, -0.03313031420111656, -0.011517280712723732, 0.01867327280342579, -0.0033966791816055775, 0.03531579300761223, 0.02953297644853592, 0.05682245269417763, -0.039164554327726364, -0.035954028367996216, 0.043245404958724976, -0.008069832809269428, 0.006169626489281654, -0.009119056165218353, 0.13050983846187592, 0.00387535709887743, 0.037984784692525864, 0.0061841318383812904, -0.008737080730497837, -0.09933292120695114, 0.03127362206578255, 0.04138871654868126, -0.006319515407085419, 0.001942513627000153, 0.005004359874874353, -0.01671021059155464, -0.0044386498630046844, 0.015443406067788601, 0.02614838443696499, 0.09569690376520157, 0.043980345129966736, 0.013170895166695118, -0.020752379670739174, 0.057054538279771805, -0.023556755855679512, -0.04239442199468613, -0.016516804695129395, -0.052451495081186295, -0.005130073521286249, 0.022918518632650375, 0.014785829000175, -0.020597655326128006, -0.019456565380096436, 0.0688522532582283, -0.03568326309323311, 0.055468615144491196, -0.035335130989551544, -0.0744996890425682, -0.021584022790193558, -0.07817438989877701, -0.0077217030338943005, -0.013673748821020126, -0.05380532890558243, -0.01657482609152794, -0.04119531065225601, -0.02245434559881687, -0.0069722579792141914, -0.03734654560685158, -0.005923034623265266, -0.058524418622255325, -0.05519784986972809, -0.002731848740950227, -0.004697329364717007, 0.008717739954590797, -0.049473054707050323, 0.0185572300106287, -0.0388164259493351, -0.054076097905635834, -0.03340107947587967, 0.025645531713962555, 0.04382562264800072, -0.004697329364717007, 0.06041979044675827, -0.037984784692525864, 0.063204824924469, -0.0281984806060791, -0.008330930024385452, 0.03848763927817345, -0.045604947954416275, -0.01700998842716217, -0.004868976306170225, -0.018199430778622627, 0.04583703726530075, 0.01458275318145752, 0.03034527786076069, -0.015936588868498802, -0.0015955930575728416, 0.020442930981516838, -0.008756421506404877, 0.023518074303865433, 0.007808735594153404, 0.04579835385084152, 0.05597146973013878, -0.01788998208940029, 0.02978440374135971, -0.028546608984470367, 0.0645199790596962, -0.03096417523920536, -0.034039318561553955, -0.002763276919722557, -0.02533608302474022, -0.02448510006070137, -0.06181230768561363, 0.010463221929967403, -0.011584972031414509, -0.03369119018316269, -0.07438364624977112, 0.026051681488752365, -0.008301918394863605, 0.0140315480530262, -0.06289537250995636, 0.009307625703513622, 0.05492708086967468, -0.003038879483938217, 0.007446100935339928, 0.004931833129376173, -0.0032105266582220793, 0.03817819058895111, 0.007929613813757896, -0.012522988021373749, 0.032085925340652466, 0.00957355834543705, -0.03568326309323311, -0.06208307296037674, 0.029281549155712128, 0.03479359671473503, -0.039048511534929276, 0.02154534123837948, 0.043245404958724976, -0.006556436885148287, 0.02440773881971836, -0.0188860185444355, 0.027753647416830063, -0.05330247804522514, 0.04649461433291435, 0.03483228012919426, 0.012890457175672054, -0.028527269139885902, -0.053844012320041656, -0.020907104015350342, -0.009438174776732922, -0.013992867432534695, -0.05221940949559212, -0.007460606284439564, 0.01657482609152794, 0.018731294199824333, 0.045604947954416275, 0.0043540350161492825, -0.029030121862888336, -0.05117502063512802, -0.030287256464362144, 0.07438364624977112, 0.0550818033516407, 0.0052799624390900135, -0.01866360381245613, 0.004719087388366461, 0.022415664047002792, 0.02961033768951893, 0.05604883283376694, -0.008002140559256077, 0.03877774626016617, 0.07712999731302261, -0.06502283364534378, 0.012532657943665981, -0.012261890806257725, -0.019243819639086723, -0.018064046278595924, -0.025278061628341675, 0.0029034956824034452, -0.08912112563848495, -0.01788998208940029, -0.06564173102378845, 0.04897020012140274, 0.04073113948106766, 0.0701674148440361, 0.03158307075500488, 0.040885861963033676, 0.04305199906229973, 0.05109765753149986, 0.07302980870008469, 0.013315948657691479, -0.021990172564983368, -0.020191503688693047, 0.021932151168584824, 0.07152124494314194, 0.02794705331325531, -0.013673748821020126, 0.06978060305118561, 0.02077171951532364, -0.03866170346736908, 0.013625397346913815, -0.03902917355298996, -0.0329175665974617, -0.020926443859934807, -0.018276792019605637, -0.006334020756185055, -0.018547559157013893, -0.04502473399043083, -0.015859227627515793, 0.05682245269417763, -0.054849717766046524, -0.01700998842716217, -0.014853520318865776, 0.036398861557245255, -0.0003182120271958411, -0.023227965459227562, 0.009883006103336811, 0.05415346100926399, -0.018682943657040596, -0.0026327285449951887, 0.020926443859934807, -0.019156785681843758, -0.07310716807842255, -0.049975909292697906, -0.0257035531103611, -0.005966550670564175, -0.08231326192617416, 0.0011664752382785082, 0.03980279341340065, 0.05287698656320572, 0.005923034623265266, -0.034890301525592804, 0.03980279341340065, -0.018537890166044235, -0.015250001102685928, -0.015704503282904625, -0.05291566625237465, 0.033633165061473846, 0.03730786591768265, 0.09654788672924042, -0.012339252978563309, 0.029668359085917473, 0.0048810639418661594, -0.08022448420524597, 0.028101777657866478, -0.04900887981057167, -0.010356849059462547, -0.026786621659994125, -0.04889283701777458, 0.0017950421897694468, 0.020752379670739174, 0.033749211579561234, -0.014660115353763103, 0.01627504825592041, 0.005425016395747662, -0.025394104421138763, 0.04958909749984741, -0.03537381440401077, -0.020191503688693047, -0.03610875457525253, 0.0215066596865654, -0.0013477925676852465, -0.025819595903158188, 0.03169911354780197, -0.04606912285089493, -0.032163288444280624, -0.0052026002667844296, 0.040924541652202606, -0.02053963392972946, 0.014128251001238823, -0.06954851746559143, -0.0053186435252428055, 0.008142359554767609, -0.027560243383049965, -0.03610875457525253, 0.04664933681488037, -0.018653932958841324, 0.0140315480530262, -0.005850507877767086, 0.06506151705980301, 0.024136971682310104, 0.029687700793147087, -0.03421338275074959, 0.08208117634057999, 0.05183259770274162, -0.033594485372304916, -0.05983957275748253, -0.005608751438558102, 0.0033410750329494476, 0.002913166070356965, 0.013112873770296574, 0.029397591948509216, -0.02326664701104164, -0.043168045580387115, 0.03235669061541557, -0.002816463354974985, 0.0406537763774395, -0.03862302005290985, 0.0005581553559750319, -0.02179676853120327, -0.025432785972952843, 0.0035779965110123158, -0.0544242262840271, -0.04305199906229973, 0.012136177159845829, 0.0014976816019043326, 0.009960368275642395, 0.021584022790193558, -0.039125874638557434, 0.029320230707526207, 0.003940631169825792, 0.016217026859521866, 0.08037921041250229, -0.013470673002302647, -0.04343881085515022, 0.047113511711359024, -0.07217882573604584, 0.03589600697159767, -0.015936588868498802, 0.050246674567461014, 0.023131264373660088, -0.025103997439146042, 0.009578392840921879, 0.019205138087272644, -0.028585290536284447, 0.044019028544425964, -0.013635067269206047, -0.006169626489281654, -0.03757863491773605, -0.04278123378753662, 0.002016249345615506, -0.028662653639912605, 0.018286462873220444, -0.010231135413050652, 0.03804280608892441, 0.07032213360071182, -0.012513317167758942, -0.04351617395877838, 0.009689601138234138, 0.021584022790193558, -0.010414870455861092, -0.018750635907053947, 0.01645878329873085, -0.004160629585385323, 0.030074510723352432, -0.05732530727982521, 0.00022679782705381513, -0.018093056976795197, 0.009999049827456474, 0.0069722579792141914, -0.03757863491773605, -0.012977490201592445, -0.047809768468141556, -0.06927774846553802, -0.019901396706700325, -0.00005802156374556944, 0.024349717423319817, 0.04916360601782799, 0.06455866247415543, 0.031795818358659744, -0.08935321122407913, -0.009805643931031227, 0.01128519419580698, 0.037385229021310806, -0.044019028544425964, 0.039164554327726364, 0.03537381440401077, 0.03361382707953453, -0.01220386940985918, -0.01992073655128479, 0.019901396706700325, 0.05519784986972809, 0.03450348973274231, 0.031757134944200516, 0.00746544124558568, 0.06069055572152138, -0.013596386648714542, 0.034116681665182114, 0.04920228570699692, 0.011362556368112564, -0.0001754245749907568, -0.021158531308174133, -0.01984337531030178, -0.0634755939245224, -0.02175808697938919, -0.018789317458868027, -0.02875935472548008, 0.018682943657040596, -0.025413446128368378, -0.012058814987540245, 0.013267598114907742, 0.029629679396748543, -0.03206658363342285, -0.0049415030516684055, -0.012726062908768654, 0.005603916011750698, -0.01146892923861742, -0.00900301244109869, -0.06374635547399521, -0.028662653639912605, 0.043980345129966736, -0.020442930981516838, -0.012803425081074238, 0.016806913539767265, 0.030693408101797104, -0.022783134132623672, -0.000015657511539757252, 0.023227965459227562, 0.0302292350679636, -0.013509354554116726, -0.0024332792963832617, 0.03616677597165108, 0.03295625001192093, 0.04827394336462021, -0.03342042118310928, 0.027482880279421806, 0.016700539737939835, 0.003843928687274456, 0.028121117502450943, -0.015453076921403408, 0.011846069246530533, 0.06889093667268753, -0.01770624704658985, -0.009588063694536686, -0.011913761496543884, -0.04765504598617554, 0.019524255767464638, -0.04649461433291435, -0.050130631774663925, 0.00981047935783863, 0.013838143087923527, 0.007494451943784952, -0.05562334135174751, -0.10954471677541733, 0.04514077678322792, 0.05964616686105728, 0.009863666258752346, -0.0053331488743424416, 0.02500729449093342, 0.023189285770058632, 0.027444200590252876, -0.0021685559768229723, -0.017406469210982323, -0.021700065582990646, -0.016033291816711426, 0.019195467233657837, -0.012049145065248013, 0.03817819058895111, -0.03980279341340065, 0.05717058107256889, 0.0011501566041260958, 0.07585352659225464, 0.02057831548154354, -0.014640774577856064, 0.024136971682310104, 0.03214394673705101, -0.033188335597515106, 0.02305390127003193, 0.004989854525774717, -0.02672860026359558, 0.02628376893699169, 0.02378884144127369, 0.030422640964388847, 0.07511858642101288, -0.005163919180631638, -0.02040424942970276, 0.08912112563848495, -0.0015073518734425306, -0.038390934467315674, 0.05523652955889702, -0.023924225941300392, -0.030944833531975746, -0.015965599566698074, 0.02098446525633335, -0.0776328518986702, -0.0647907480597496, -0.03320767357945442, -0.020675016567111015, -0.03274350240826607, 0.05078820884227753, 0.02098446525633335, -0.03473557531833649, -0.029300890862941742, -0.024543121457099915, 0.013470673002302647, -0.0194759052246809, 0.003694039536640048, 0.005879518575966358, 0.010627616196870804, 0.07682055234909058, 0.0107533298432827, 0.02920418791472912, 0.013141884468495846, -0.06065187603235245, -0.04529550299048424, 0.04742296040058136, 0.01493088249117136, 0.01963062956929207, 0.016100984066724777, 0.0019473487045615911, -0.008258402347564697, -0.045488905161619186, -0.025432785972952843, -0.005405675619840622, 0.03015187382698059, 0.007006104104220867, 0.016545815393328667, 0.013267598114907742, -0.013161225244402885, -0.029436273500323296, 0.10962207615375519, -0.005531389266252518, -0.02632245048880577, -0.04738427698612213, 0.0032105266582220793, -0.0008902683621272445, 0.07902537286281586, 0.00782324094325304, -0.015926919877529144, 0.09414965659379959, -0.017541853711009026, 0.02665123902261257, -0.009491360746324062, -0.07651109993457794, -0.08316424489021301, 0.05121370032429695, -0.04761636257171631, 0.032240647822618484, 0.018325144425034523, -0.002765694633126259, 0.04657197743654251, -0.03670831024646759, 0.0021878965198993683, 0.011497939936816692, -0.022763794288039207, 0.043941665440797806, 0.034116681665182114, 0.02460114285349846, 0.03274350240826607, -0.02257038839161396, 0.02411762997508049, -0.056203555315732956, -0.050246674567461014, -0.02558751031756401, -0.021293913945555687, -0.00022710002667736262, 0.00828741304576397, -0.005246116314083338, 0.011565632186830044, 0.017319437116384506, -0.00940916407853365, -0.08416994661092758, -0.0645199790596962, -0.049279648810625076, 0.02554882876574993, -0.023440711200237274, 0.010840361937880516, 0.017396798357367516, 0.025103997439146042, 0.017802949994802475, 0.06397844851016998, -0.025239380076527596, -0.03274350240826607, -0.003607007209211588, 0.04869943484663963, -0.018276792019605637, -0.031834498047828674, 0.017812620848417282, 0.008306753821671009, -0.009254439733922482, 0.048622071743011475, -0.040266964584589005, 0.0394740030169487, -0.001033509150147438, -0.010627616196870804, -0.03413601964712143, -0.0107533298432827, -0.006870720069855452, -0.026341790333390236, -0.02610970474779606, -0.03465821593999863, 0.04510209709405899, 0.012039474211633205, -0.07968294620513916, -0.018866678699851036, -0.04231706261634827, 0.0507495291531086, 0.013499683700501919, -0.03657292574644089, -0.016062302514910698, -0.01874096505343914, 0.011014427058398724, 0.02904946357011795, -0.028121117502450943, -0.04893152043223381, 0.008621037006378174, -0.03752060979604721, -0.06289537250995636, 0.0024417408276349306, 0.0012994413264095783, 0.026341790333390236, -0.011788047850131989, -0.010008719749748707, 0.018392836675047874, -0.014002537354826927, 0.04208497330546379, 0.04974381998181343, 0.037655994296073914, -0.006919071543961763, -0.003096901113167405, -0.05492708086967468, -0.019272830337285995, 0.004653812851756811, 0.016410432755947113, -0.015008244663476944, -0.00802631676197052, -0.009950698353350163, 0.035509198904037476, 0.019524255767464638, -0.0013393311528488994, 0.05531389266252518, -0.0503627173602581, -0.04200761392712593, -0.05806024372577667, 0.024639824405312538, 0.009254439733922482, -0.012232880108058453, 0.07759416848421097, 0.01955326646566391, -0.02831452339887619, -0.01668119989335537, 0.03556722030043602, 0.04692010581493378, -0.030461320653557777, 0.0024103124160319567, -0.010318168438971043, -0.0382942333817482, -0.04452187940478325, 0.05299302935600281, 0.05825364962220192, -0.010869372636079788, 0.023285988718271255, 0.04428979381918907, -0.02632245048880577, 0.032085925340652466, -0.03991883620619774, -0.0017720753094181418, 0.012774414382874966, 0.012532657943665981, 0.03856499865651131, 0.00015336429351009429, -0.06181230768561363, -0.04030564799904823, 0.02949429489672184, 0.04738427698612213, -0.013828473165631294, -0.0058843535371124744, 0.006566106807440519, -0.01285177655518055, 0.05229676887392998, 0.029919786378741264, -0.013693089596927166, 0.034406788647174835, -0.09438174217939377, -0.016217026859521866, -0.06482943147420883, -0.0873417928814888, 0.05210336297750473, -0.0019437223672866821, 0.03821687027812004, -0.01904074288904667, -0.04312936216592789, -0.021042486652731895, 0.04223969951272011, 0.007716868072748184, -0.04278123378753662, 0.054849717766046524, 0.04808053746819496, -0.00377865438349545, 0.04869943484663963, 0.03728852421045303, 0.05423082038760185, -0.03469689562916756, -0.006382372230291367, 0.011962112970650196, 0.03757863491773605, -0.02212555706501007, -0.03386525437235832, 0.0008268072851933539, 0.0052799624390900135, -0.0018313056789338589, -0.009602569043636322, -0.007136652246117592, 0.015839887782931328, -0.02053963392972946, -0.018711954355239868, 0.02908814512193203, 0.032530758529901505, 0.009578392840921879, 0.0165264755487442, 0.022260939702391624, -0.04846734553575516, -0.02040424942970276, -0.006967423018068075, -0.06266328692436218, 0.05349588394165039, 0.000916257209610194, 0.042626507580280304, 0.041001904755830765, 0.007591154891997576, -0.07538935542106628, 0.030287256464362144, 0.002654486568644643, -0.007552473805844784, 0.014524731785058975, -0.020597655326128006, 0.015056596137583256, 0.012735733762383461, -0.01921480894088745, -0.0281984806060791, -0.006812698673456907, 0.008442137390375137, 0.04842866584658623, -0.029726382344961166, -0.05593278631567955, -0.026225747540593147, 0.016700539737939835, -0.0628180131316185, -0.005197765305638313, -0.06854280829429626, -0.02500729449093342, 0.019282499328255653, 0.0031404171604663134, -0.03313031420111656, 0.03417470306158066, 0.031795818358659744, 0.013519024476408958 ]
10,599
aiojobs._scheduler
__iter__
null
def __iter__(self) -> Iterator[Job[Any]]: return iter(self._jobs)
(self) -> Iterator[aiojobs._job.Job[Any]]
[ 0.055978186428546906, -0.014047025702893734, -0.12511125206947327, 0.005344167351722717, -0.05793742090463638, 0.01338228490203619, -0.021394163370132446, 0.044852521270513535, 0.09089457988739014, -0.016627270728349686, 0.0023462732788175344, -0.013189859688282013, -0.018490293994545937, 0.04390788823366165, -0.04009437561035156, -0.004644440021365881, -0.02144664339721203, -0.001803984516300261, -0.03147023543715477, 0.047056663781404495, -0.032607294619083405, 0.04019933566451073, 0.047686416655778885, -0.01078454777598381, 0.002704883459955454, 0.057097747921943665, 0.04019933566451073, -0.06024652346968651, 0.06059638783335686, 0.018927624449133873, -0.010968226008117199, 0.009385093115270138, 0.002280673710629344, -0.032957155257463455, 0.04870102182030678, 0.04898091405630112, -0.049400750547647476, 0.030333179980516434, -0.01265631802380085, 0.035021353513002396, 0.035021353513002396, -0.028793780133128166, 0.007386496756225824, -0.01873519830405712, -0.001084577408619225, -0.010084819979965687, 0.0018695839680731297, 0.01728326454758644, 0.06857328116893768, -0.07270167022943497, 0.010076073929667473, -0.0208868607878685, 0.010277245193719864, -0.0072815376333892345, -0.049470722675323486, 0.06269557029008865, -0.00491121131926775, -0.023213453590869904, -0.02046702429652214, 0.03465399518609047, -0.02545258216559887, -0.09446319192647934, 0.07249175012111664, -0.007898172363638878, 0.05247955024242401, -0.06231071799993515, -0.024035634472966194, -0.004745026119053364, -0.016583537682890892, 0.050870176404714584, 0.020484518259763718, -0.01348724402487278, 0.012393920682370663, -0.01278751716017723, -0.05643300712108612, -0.0015153470449149609, -0.07494079321622849, 0.018245389685034752, -0.008339875377714634, -0.03803018108010292, 0.023405879735946655, 0.054893609136343, -0.09551277756690979, -0.017624381929636, 0.010802040807902813, -0.005357287358492613, 0.05289938673377037, -0.04908587038516998, -0.1232219785451889, 0.05622309073805809, -0.033639390021562576, 0.02261868491768837, 0.03705056011676788, -0.03514380380511284, 0.04611203074455261, -0.002501525217667222, -0.08326755464076996, 0.004027805291116238, -0.05160488933324814, -0.019417433068156242, -0.03446156904101372, 0.03803018108010292, 0.0341641865670681, 0.006153227295726538, 0.04275333881378174, -0.011694192886352539, -0.04548227787017822, -0.08557665348052979, 0.022443754598498344, 0.016224928200244904, -0.027009474113583565, 0.09432324022054672, -0.041948653757572174, -0.0014650541124865413, -0.011151904240250587, -0.021831491962075233, -0.02924860268831253, -0.006765488535165787, 0.010058579966425896, -0.0034002375323325396, -0.023143481463193893, 0.04033927991986275, 0.011667952872812748, 0.04299824312329292, -0.0010091379517689347, 0.0371905080974102, -0.008160569705069065, 0.03203001990914345, 0.028793780133128166, -0.10034089535474777, 0.022181356325745583, 0.013784628361463547, 0.040689144283533096, 0.006183840334415436, 0.020152147859334946, -0.018087951466441154, 0.033359501510858536, 0.016487324610352516, -0.058882053941488266, 0.043383095413446426, 0.03159268945455551, -0.026502171531319618, 0.029003698378801346, 0.01151051465421915, -0.03015824779868126, -0.039114758372306824, 0.01542024128139019, 0.008304888382554054, 0.0018619307084009051, -0.033779338002204895, -0.009769942611455917, -0.0075308154337108135, 0.04611203074455261, 0.03409421443939209, -0.06815344095230103, 0.035441190004348755, 0.00195486331358552, 0.03241486847400665, 0.025120211765170097, -0.055838242173194885, -0.038764894008636475, 0.014781739562749863, -0.031172852963209152, -0.005982668604701757, -0.017624381929636, 0.04870102182030678, -0.03084048256278038, -0.008055610582232475, -0.011772911995649338, -0.008318008854985237, 0.002567124553024769, -0.0007948465063236654, 0.007062872871756554, 0.01707334630191326, -0.06605426222085953, 0.09971114248037338, 0.011423048563301563, 0.07843943685293198, 0.03984947130084038, 0.03325454145669937, -0.05394897609949112, -0.011081931181252003, -0.053983964025974274, -0.01840282790362835, -0.0025496315211057663, 0.03563361242413521, 0.008042491041123867, 0.0001112457102863118, 0.013032421469688416, -0.03159268945455551, -0.04737154021859169, -0.03397176042199135, 0.02095683291554451, 0.003273411886766553, -0.04779137670993805, 0.0042158570140600204, -0.039044786244630814, 0.04254342243075371, -0.048596061766147614, 0.06203082576394081, -0.03851998969912529, -0.021813999861478806, -0.007062872871756554, -0.000733073684386909, -0.008659125305712223, 0.00916642788797617, -0.04002440348267555, -0.055698294192552567, -0.010259752161800861, 0.016828441992402077, -0.03743541240692139, -0.043453067541122437, -0.04579715430736542, 0.035721078515052795, 0.051499929279088974, 0.020449530333280563, 0.003621088806539774, -0.06419998407363892, 0.016636017709970474, -0.005632805172353983, 0.04590211436152458, -0.019242500886321068, 0.014160731807351112, -0.06720881164073944, -0.03248484060168266, 0.024945279583334923, 0.04236849024891853, -0.0001226572785526514, -0.03105040080845356, -0.003124719951301813, -0.001970169832929969, -0.020624462515115738, -0.0008139796555042267, -0.04639192298054695, 0.014493102207779884, 0.02592489682137966, -0.04282331094145775, 0.05531344562768936, -0.02025710605084896, 0.04999551922082901, 0.030035795643925667, -0.004482628311961889, 0.010732067748904228, -0.028059065341949463, -0.0010337377898395061, -0.0035139431711286306, 0.03893982619047165, 0.051220040768384933, 0.00926264002919197, 0.012393920682370663, 0.04887595400214195, -0.0002837175561580807, -0.01852528005838394, -0.02842642180621624, 0.004640066996216774, -0.06465480476617813, -0.03865993395447731, -0.056467995047569275, 0.047406524419784546, 0.02842642180621624, 0.034968871623277664, 0.011431795544922352, 0.028653834015130997, 0.04030429571866989, -0.03148772940039635, 0.07270167022943497, -0.03064805641770363, 0.0034155440516769886, 0.011475528590381145, 0.10516902059316635, 0.0998510867357254, -0.02135917730629444, 0.000455642759334296, 0.04639192298054695, -0.02959846518933773, 0.02723688632249832, -0.05482363700866699, 0.03768031671643257, -0.08368738740682602, -0.03747039660811424, 0.008549793623387814, 0.03297464922070503, -0.016487324610352516, -0.06839834898710251, -0.013767135329544544, -0.09005490690469742, -0.0038397538010030985, 0.07326144725084305, 0.00011083571735071018, -0.014685527421534061, 0.015061630867421627, 0.01943492703139782, -0.03008827567100525, -0.06371017545461655, 0.06577436625957489, -0.038974810391664505, -0.047056663781404495, 0.002219447633251548, 0.05748260021209717, 0.02482282742857933, 0.043453067541122437, -0.05499856919050217, -0.04950570687651634, -0.0015896930126473308, -0.04383791610598564, 0.020012201741337776, 0.04019933566451073, 0.037295468151569366, -0.02601236291229725, 0.033726856112480164, 0.0329221710562706, -0.033709362149238586, -0.004863104782998562, -0.028478901833295822, -0.03421666473150253, -0.06070134416222572, -0.009988607838749886, 0.005396646913141012, -0.006297545973211527, 0.05394897609949112, -0.03796020895242691, 0.04100402072072029, 0.04233350232243538, 0.015149096958339214, -0.03395427018404007, 0.02800658531486988, -0.0007139405352063477, 0.052164673805236816, -0.04313819110393524, 0.013032421469688416, 0.05884706974029541, -0.041878681629896164, 0.004666306544095278, 0.03691061586141586, -0.037295468151569366, 0.014641794376075268, 0.0315227173268795, 0.013023674488067627, 0.019539885222911835, -0.050520312041044235, 0.010469670407474041, -0.00808622408658266, 0.037295468151569366, 0.020554490387439728, -0.029441026970744133, 0.011554247699677944, -0.009306373074650764, 0.003570795990526676, 0.0679435208439827, -0.01596252992749214, 0.04502745345234871, 0.05475366488099098, 0.017519423738121986, 0.012901222333312035, 0.026869529858231544, -0.04289328679442406, -0.012288961559534073, -0.0098224226385355, -0.022846097126603127, 0.046566855162382126, -0.03339448571205139, -0.03970952704548836, -0.01997721567749977, 0.009533784352242947, -0.008834057487547398, -0.013985799625515938, 0.0012431093491613865, -0.022723644971847534, 0.012455146759748459, -0.028811272233724594, 0.020099667832255363, 0.033097103238105774, -0.07494079321622849, -0.06409502029418945, -0.02861884795129299, -0.002812029095366597, -0.006713008973747492, 0.03320206329226494, -0.03264227882027626, -0.008567286655306816, 0.04460761696100235, -0.055838242173194885, 0.028601353988051414, 0.002820775844156742, -0.03154020756483078, -0.040969036519527435, -0.014842965640127659, -0.021341683343052864, 0.03563361242413521, 0.023056015372276306, -0.007132845465093851, -0.07056750357151031, -0.055628322064876556, -0.022776124998927116, -0.01552520040422678, -0.06741872429847717, 0.06203082576394081, -0.02842642180621624, -0.0555933341383934, -0.07543060928583145, -0.03369187191128731, 0.009796182624995708, 0.004810625221580267, 0.05545338988304138, -0.016487324610352516, -0.04282331094145775, 0.022863591089844704, 0.007574548479169607, -0.00738212326541543, 0.04467758908867836, 0.01518408302217722, -0.02449045702815056, -0.008488567546010017, -0.030525604262948036, -0.03684064373373985, 0.0009178454638458788, 0.002932294737547636, -0.04849110543727875, 0.03397176042199135, 0.06776858866214752, -0.007303404156118631, 0.01265631802380085, 0.03914974257349968, 0.015805091708898544, -0.021254217252135277, -0.009017735719680786, 0.011440541595220566, -0.0396745391190052, -0.0010064046364277601, -0.06332532316446304, -0.028251491487026215, -0.04600707069039345, -0.030927948653697968, 0.004640066996216774, 0.03559862822294235, 0.0015754797495901585, -0.06024652346968651, -0.015324028208851814, -0.01116939727216959, 0.044257752597332, 0.0231784675270319, 0.0013087088009342551, 0.05027540773153305, -0.014125745743513107, 0.07126722484827042, 0.00007660101255169138, -0.011309342458844185, 0.030035795643925667, -0.0056546712294220924, 0.06112118065357208, -0.013286072760820389, 0.009778689593076706, 0.041458845138549805, -0.021604081615805626, 0.01810544542968273, 0.01756315678358078, -0.010084819979965687, -0.0460420586168766, -0.038065165281295776, -0.0007062872755341232, 0.03145274147391319, -0.0027464297600090504, 0.0074477228336036205, -0.04205361381173134, -0.03463650122284889, -0.03365688398480415, 0.0037260479293763638, 0.03747039660811424, -0.006043894682079554, -0.008974002674221992, 0.033726856112480164, -0.006070134695619345, -0.030455632135272026, -0.10852770507335663, -0.03512631356716156, 0.05608314648270607, -0.015428987331688404, 0.010382204316556454, 0.040549200028181076, -0.028303969651460648, -0.046916715800762177, -0.03526625782251358, 0.04905088618397713, 0.026799555867910385, 0.03414669260382652, -0.027009474113583565, 0.04828118532896042, -0.04278832674026489, 0.010390950366854668, -0.008965256623923779, 0.02020462602376938, 0.03803018108010292, -0.007723240181803703, 0.0435580275952816, 0.025610020384192467, -0.01002359390258789, 0.03344696760177612, 0.08172815293073654, 0.0012256162008270621, 0.01075830776244402, 0.03258980065584183, 0.010049833916127682, 0.013968306593596935, 0.018700212240219116, -0.0003433037200011313, -0.024525443091988564, 0.006450611166656017, -0.047686416655778885, -0.025260156020522118, -0.023738250136375427, 0.0056502982042729855, -0.021289203315973282, -0.052409578114748, -0.06105120852589607, -0.026817049831151962, -0.056887831538915634, -0.008930269628763199, -0.012288961559534073, -0.017379477620124817, -0.0012004696764051914, 0.07445098459720612, -0.022846097126603127, 0.0008790324791334569, 0.005991415120661259, -0.03229241445660591, 0.02517268992960453, 0.013740895316004753, -0.015542693436145782, -0.011195637285709381, -0.007788839749991894, 0.026187295094132423, -0.006651782896369696, -0.016784708946943283, 0.02454293519258499, -0.04275333881378174, 0.0038069540169090033, 0.04114396497607231, -0.01296244841068983, 0.03796020895242691, 0.05720270797610283, -0.00041956306085921824, 0.0629754588007927, 0.025645006448030472, -0.0199947077780962, -0.029371054843068123, 0.03456652909517288, -0.03684064373373985, 0.043872904032468796, 0.008129957132041454, -0.0068398346193134785, 0.0029672812670469284, -0.013557217083871365, -0.018087951466441154, 0.04236849024891853, -0.02123672515153885, 0.013434764929115772, 0.01882266439497471, -0.04432772472500801, -0.029441026970744133, 0.01861274614930153, 0.06650908291339874, 0.03477644920349121, -0.04544728994369507, -0.013286072760820389, 0.048246197402477264, 0.003933779429644346, 0.03645579516887665, 0.050380367785692215, 0.019137542694807053, 0.018367841839790344, 0.042508434504270554, 0.001570013235323131, -0.04306821525096893, -0.057377640157938004, 0.06098123639822006, 0.004631320014595985, -0.02697448804974556, -0.026939501985907555, -0.05884706974029541, -0.07962896674871445, 0.01901509054005146, -0.02324843965470791, 0.03313208743929863, -0.04919083043932915, -0.026729583740234375, -0.03159268945455551, -0.11272606998682022, 0.028671327978372574, 0.006323785521090031, 0.001410387922078371, 0.028548873960971832, 0.0435580275952816, -0.040689144283533096, -0.0253126360476017, 0.00501617044210434, 0.0038397538010030985, 0.007793213240802288, -0.06738374382257462, -0.0640600398182869, -0.015866316854953766, 0.050590284168720245, 0.03991944342851639, 0.023195961490273476, 0.04688173159956932, -0.012393920682370663, -0.05387900397181511, -0.006573063787072897, 0.02765672281384468, 0.044502656906843185, 0.027429310604929924, -0.016163701191544533, -0.014711767435073853, 0.04688173159956932, -0.0435580275952816, -0.020904354751110077, -0.0154902134090662, 0.007054125890135765, 0.032607294619083405, 0.013102394528687, -0.003021947341039777, 0.014991657808423042, -0.03127781301736832, 0.0020303025376051664, 0.06343027949333191, -0.013653429225087166, -0.06976281106472015, 0.02435051091015339, -0.0520247258245945, 0.07007769495248795, 0.009070215746760368, 0.009743702597916126, 0.018980104476213455, 0.054263852536678314, -0.04786134883761406, 0.03279971703886986, -0.015017897821962833, 0.014090758748352528, 0.008090597577393055, -0.059791699051856995, -0.03921971842646599, 0.004355802666395903, -0.013644683174788952, -0.02020462602376938, -0.03628086298704147, -0.056607939302921295, -0.04856107756495476, 0.0003966032527387142, 0.019417433068156242, 0.033849310129880905, -0.007054125890135765, 0.0011206570779904723, 0.022373780608177185, -0.009490052238106728, 0.014807979576289654, -0.04593709856271744, 0.005785870365798473, 0.023493345826864243, -0.019627351313829422, 0.005475366488099098, 0.0053529138676822186, -0.0006439678254537284, -0.004371108952909708, -0.018210403621196747, 0.005803363397717476, 0.02456042915582657, -0.016705989837646484, 0.006559943780303001, 0.014361903071403503, -0.014160731807351112, 0.02053699642419815, -0.019592365249991417, 0.035721078515052795, -0.0028754419181495905, -0.047406524419784546, -0.018700212240219116, 0.01393332052975893, -0.026292255148291588, -0.04569219425320625, 0.03603595867753029, -0.026869529858231544, -0.035930998623371124, -0.01306740753352642, -0.04474756121635437, 0.04607704281806946, -0.032327402383089066, 0.0322224423289299, 0.041528817266225815, -0.030665550380945206, 0.016679750755429268, -0.06108619645237923, 0.04929579049348831, 0.020799394696950912, 0.061785921454429626, -0.0007871932466514409, 0.014947924762964249, 0.06308041512966156, -0.020974326878786087, -0.0315227173268795, 0.04289328679442406, 0.011702939867973328, 0.04079410433769226, 0.02289857715368271, 0.010425937362015247, -0.009105201810598373, 0.06447987258434296, 0.04058418422937393, -0.016924655064940453, 0.0435580275952816, 0.0040256185457110405, 0.023755742236971855, 0.05573328211903572, 0.07077741622924805, -0.012560105882585049, -0.03248484060168266, 0.05860216170549393, 0.004351429175585508, 0.06629916280508041, 0.0008954323129728436, 0.025085223838686943, 0.04891093820333481, 0.00510363606736064, -0.014606808312237263, 0.0012791890185326338, 0.05013546347618103, -0.00926264002919197, 0.0027398697566241026, -0.0316801555454731, 0.02163906767964363, -0.013408524915575981, 0.08984498679637909, 0.025767458602786064, -0.004438895266503096, -0.020851874724030495, -0.0045438543893396854, -0.00019488499674480408, -0.06930799037218094, 0.044572629034519196, 0.01182539202272892, 0.0198372695595026, 0.008331128396093845, 0.008370487950742245, -0.02580244466662407, 0.018962610512971878, 0.038485001772642136, -0.0048237452283501625, -0.029126150533556938, 0.009542531333863735, 0.004207110498100519, 0.01985476352274418, -0.007312150672078133, 0.029213616624474525, -0.01020727213472128, 0.014151984825730324, 0.03708554804325104, 0.020764408633112907, -0.005243581719696522, 0.007522068917751312, -0.03484642133116722, -0.03824009746313095, -0.007071619387716055, -0.028041573241353035, -0.030718030408024788, -0.02149912156164646, 0.014274436980485916, -0.02896871045231819, -0.007355883717536926, 0.05394897609949112, -0.0027070699725300074 ]