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
14,924
ipyleaflet.leaflet
SearchControl
SearchControl class, with Control as parent class. Attributes ---------- url: string, default "" The url used for the search queries. layer: default None The LayerGroup used for search queries. zoom: int, default None The zoom level after moving to searched location, by default zoom level will not change. marker: default Marker() The marker used by the control. found_style: default {‘fillColor’: ‘#3f0’, ‘color’: ‘#0f0’} Style for searched feature when searching in LayerGroup.
class SearchControl(Control): """SearchControl class, with Control as parent class. Attributes ---------- url: string, default "" The url used for the search queries. layer: default None The LayerGroup used for search queries. zoom: int, default None The zoom level after moving to searched location, by default zoom level will not change. marker: default Marker() The marker used by the control. found_style: default {‘fillColor’: ‘#3f0’, ‘color’: ‘#0f0’} Style for searched feature when searching in LayerGroup. """ _view_name = Unicode("LeafletSearchControlView").tag(sync=True) _model_name = Unicode("LeafletSearchControlModel").tag(sync=True) url = Unicode().tag(sync=True, o=True) zoom = Int(default_value=None, allow_none=True).tag(sync=True, o=True) property_name = Unicode("display_name").tag(sync=True, o=True) property_loc = List(["lat", "lon"]).tag(sync=True, o=True) jsonp_param = Unicode("json_callback").tag(sync=True, o=True) auto_type = Bool(False).tag(sync=True, o=True) auto_collapse = Bool(False).tag(sync=True, o=True) animate_location = Bool(False).tag(sync=True, o=True) found_style = Dict(default_value={"fillColor": "#3f0", "color": "#0f0"}).tag( sync=True, o=True ) marker = Instance(Marker, allow_none=True, default_value=None).tag( sync=True, **widget_serialization ) layer = Instance(LayerGroup, allow_none=True, default_value=None).tag( sync=True, **widget_serialization ) _location_found_callbacks = Instance(CallbackDispatcher, ()) def __init__(self, **kwargs): super().__init__(**kwargs) self.on_msg(self._handle_leaflet_event) def _handle_leaflet_event(self, _, content, buffers): if content.get("event", "") == "locationfound": self._location_found_callbacks(**content) def on_feature_found(self, callback, remove=False): """Add a found feature event listener for searching in GeoJSON layer. Parameters ---------- callback : callable Callback function that will be called on found event when searching in GeoJSON layer. remove: boolean Whether to remove this callback or not. Defaults to False. """ self._location_found_callbacks.register_callback(callback, remove=remove) def on_location_found(self, callback, remove=False): """Add a found location event listener. The callback will be called when a search result has been found. Parameters ---------- callback : callable Callback function that will be called on location found event. remove: boolean Whether to remove this callback or not. Defaults to False. """ self._location_found_callbacks.register_callback(callback, remove=remove)
(**kwargs)
[ 0.04297144338488579, -0.0577799454331398, -0.04591783881187439, 0.048634644597768784, -0.032773856073617935, 0.03491668775677681, -0.03348175808787346, 0.025580061599612236, 0.044616833329200745, 0.005696681793779135, -0.02018471620976925, 0.01698959991335869, 0.0002225640055257827, -0.044310715049505234, 0.01615733839571476, 0.05085400491952896, -0.029636137187480927, -0.022652799263596535, 0.023188507184386253, -0.05980798229575157, -0.00893484614789486, 0.03235294297337532, 0.07316242158412933, 0.017228756099939346, 0.01930462382733822, 0.025025222450494766, -0.03313737362623215, 0.0036423366982489824, 0.0004675488162320107, -0.035662852227687836, -0.05314989760518074, -0.021141337230801582, -0.045496925711631775, -0.003809745656326413, -0.02219362184405327, -0.048902496695518494, 0.042320940643548965, 0.06447629630565643, 0.012809163890779018, 0.01991686224937439, -0.04193828999996185, -0.0317215733230114, 0.004142171703279018, -0.03776742145419121, 0.06501200795173645, 0.029368283227086067, -0.04381326958537102, 0.07392771542072296, -0.006739399395883083, -0.06095593050122261, -0.004818981513381004, 0.018261907622218132, -0.051848892122507095, 0.003974762745201588, 0.0012639362830668688, 0.031606778502464294, 0.003274037502706051, 0.10760080069303513, 0.030171845108270645, 0.00806432031095028, -0.03897276520729065, -0.011135075241327286, 0.002177509944885969, 0.018548892810940742, -0.06784360855817795, -0.04021637141704559, -0.013029186055064201, -0.008121717721223831, -0.0216961782425642, 0.023494627326726913, 0.012024734169244766, 0.005940620321780443, 0.03484015911817551, -0.0007282281876541674, 0.020873483270406723, 0.012187359854578972, 0.00037248453008942306, -0.020969144999980927, 0.05230807140469551, -0.015726858749985695, 0.05292030796408653, -0.034495774656534195, 0.010790691711008549, -0.015698160976171494, 0.011699482798576355, -0.0374421700835228, -0.01843409799039364, -0.006442846730351448, 0.06003757193684578, -0.04132605344057083, -0.06673392653465271, 0.04094340652227402, -0.030248375609517097, -0.013469232246279716, -0.023303302004933357, 0.010647198185324669, 0.02481476403772831, -0.022040562704205513, -0.02569485642015934, 0.02399207092821598, 0.013182246126234531, 0.027569834142923355, 0.07044561952352524, 0.042014822363853455, 0.032219015061855316, -0.060496751219034195, -0.07431036978960037, 0.041172996163368225, -0.02309284545481205, 0.04484642297029495, 0.07859603315591812, -0.04763975739479065, -0.002683323575183749, 0.08709083497524261, -0.022939786314964294, 0.00839913822710514, -0.0303631704300642, -0.02276759408414364, -0.026804538443684578, -0.07170835882425308, -0.016960902139544487, 0.049285147339105606, -0.0404459610581398, -0.017247887328267097, 0.03633248805999756, 0.009341410361230373, 0.013631857931613922, 0.03925975039601326, 0.00040985256782732904, -0.005046179052442312, -0.019419418647885323, 0.04599436745047569, -0.04411938786506653, -0.014425854198634624, 0.06990990787744522, 0.036791667342185974, 0.006304136477410793, -0.0375760979950428, -0.05823912471532822, 0.11150381714105606, 0.03122412972152233, -0.006395015399903059, 0.01930462382733822, 0.03204682469367981, 0.0023425272665917873, -0.053035102784633636, 0.002989442553371191, -0.02739764377474785, 0.01648258976638317, -0.039680663496255875, -0.0216770451515913, -0.02709152363240719, 0.031013673171401024, 0.009618829935789108, -0.012531743384897709, 0.012522176839411259, 0.034170523285865784, -0.03529933840036392, 0.02739764377474785, -0.020050788298249245, 0.026670610532164574, 0.014961562119424343, -0.016597384586930275, -0.03635162115097046, -0.01345010008662939, 0.04741016775369644, 0.020739557221531868, -0.04415765404701233, -0.007815598510205746, 0.06290743499994278, -0.03922148793935776, 0.015076356939971447, 0.008140849880874157, 0.03585417941212654, -0.017123527824878693, 0.07056041061878204, 0.0036423366982489824, 0.004450682085007429, 0.0029631354846060276, -0.007638623472303152, -0.008714823052287102, 0.006495460867881775, -0.05337948724627495, 0.005581886973232031, 0.0021500070579349995, -0.02249974012374878, 0.013277907855808735, -0.012904825620353222, -0.01456934679299593, 0.0007652972708456218, 0.019763803109526634, -0.03893449902534485, 0.02657494880259037, -0.02427905611693859, -0.04220614582300186, 0.010207152925431728, 0.011728181503713131, -0.04182349890470505, 0.029789196327328682, 0.05391519516706467, -0.028947370126843452, -0.005840174853801727, -0.006313702557235956, 0.026747141033411026, -0.028870839625597, 0.01903676986694336, 0.044961217790842056, 0.01615733839571476, -0.024183394387364388, -0.06665739417076111, -0.012187359854578972, 0.011422062292695045, 0.03728910908102989, 0.050126973539590836, 0.07086653262376785, -0.04526733607053757, -0.05911921709775925, 0.020356908440589905, 0.011632518842816353, -0.0007832339615561068, 0.0259627103805542, 0.04595610126852989, -0.0086478590965271, 0.002515914849936962, -0.03786308318376541, 0.005768428556621075, 0.03225728124380112, -0.006744182202965021, 0.0520019493997097, -0.059578392654657364, 0.023456363007426262, -0.06409364938735962, 0.032812122255563736, 0.027646364644169807, 0.0034151391591876745, -0.04584130644798279, 0.03055449388921261, 0.0303440373390913, -0.017774030566215515, -0.01677914336323738, 0.02712978981435299, -0.039757195860147476, 0.005146624520421028, -0.022748462855815887, -0.03139632195234299, 0.005160973407328129, -0.005873656831681728, 0.027569834142923355, 0.046032633632421494, -0.025331340730190277, -0.006820712238550186, -0.02223188616335392, -0.018615856766700745, 0.014148433692753315, 0.01139336358755827, -0.10193759948015213, -0.04932340979576111, 0.030822347849607468, 0.015506836585700512, 0.015152886509895325, -0.08311128616333008, 0.015105055645108223, 0.024719102308154106, 0.07354506850242615, 0.00432392954826355, -0.014598045498132706, 0.05380040034651756, 0.0002509636979084462, -0.03137718886137009, 0.023284170776605606, 0.06749922037124634, 0.037671759724617004, -0.03575851768255234, 0.02712978981435299, -0.015468571335077286, -0.037690892815589905, -0.007504696492105722, -0.035108014941215515, -0.053876928985118866, -0.018070582300424576, 0.06983337551355362, 0.0093748914077878, -0.011469893157482147, 0.007504696492105722, -0.04844331741333008, -0.05517793446779251, 0.03554806113243103, 0.03355828672647476, -0.026785405352711678, -0.03839879110455513, -0.0034605786204338074, -0.02603924088180065, 0.026058372110128403, -0.05712944269180298, -0.040560755878686905, -0.02251887321472168, -0.04564998298883438, 0.015028526075184345, -0.020012523978948593, -0.055637113749980927, -0.016339097172021866, -0.052728984504938126, 0.09443768858909607, 0.011661217547953129, 0.007514263037592173, -0.00446742307394743, 0.03267819434404373, -0.0030157496221363544, 0.00411108136177063, 0.03147285059094429, 0.007442516274750233, 0.011058545671403408, 0.00641893083229661, -0.05173409730195999, -0.07423383742570877, 0.002265997463837266, 0.025197412818670273, -0.031071070581674576, 0.016645215451717377, 0.06294570118188858, -0.018367135897278786, -0.02653668448328972, -0.061912551522254944, -0.048405054956674576, 0.05081573873758316, -0.026708874851465225, 0.05709117650985718, 0.016568686813116074, 0.013287474401295185, -0.033328697085380554, -0.03608376905322075, -0.03413226082921028, -0.003381657414138317, -0.005160973407328129, -0.04101993516087532, -0.012206492014229298, -0.017515741288661957, -0.02077782154083252, 0.029387416318058968, -0.000951240595895797, 0.03055449388921261, 0.06011410430073738, -0.08471841365098953, -0.004295230843126774, -0.04101993516087532, 0.013517063111066818, 0.07534351944923401, -0.0009207482798956335, -0.002697672927752137, -0.010905486531555653, 0.0577034167945385, -0.04637701436877251, 0.015535535290837288, 0.03256339952349663, 0.05422131344676018, -0.045803043991327286, 0.04855811223387718, -0.02106480859220028, 0.048060670495033264, -0.025828784331679344, 0.019467249512672424, -0.05380040034651756, -0.029884859919548035, -0.038283996284008026, 0.013631857931613922, -0.024049468338489532, 0.049552999436855316, -0.04442550614476204, 0.006906807888299227, -0.07434862852096558, 0.010054092854261398, -0.046950988471508026, -0.01966814137995243, -0.011182907037436962, 0.020414305850863457, -0.015755558386445045, 0.046606604009866714, -0.017554007470607758, -0.006021933164447546, -0.03780568763613701, 0.04247400164604187, 0.02950221113860607, 0.0001022389333229512, 0.008609594777226448, 0.049782589077949524, -0.04587957262992859, -0.015267681330442429, 0.025771386921405792, 0.015956448391079903, -0.005290117580443621, 0.03239120915532112, -0.01966814137995243, -0.013239643536508083, -0.02768462896347046, -0.016865238547325134, -0.027225451543927193, 0.0347062312066555, 0.020031657069921494, 0.029004767537117004, 0.004598958417773247, 0.02565659210085869, -0.02427905611693859, -0.0019622701220214367, 0.014234529808163643, 0.05800953507423401, 0.018969805911183357, 0.022174488753080368, -0.005663199815899134, -0.013000487349927425, -0.0665426030755043, -0.05601976066827774, -0.06034369021654129, -0.013698821887373924, -0.00672026677057147, -0.033921804279088974, -0.038532719016075134, -0.031338922679424286, 0.05862177163362503, -0.08150415867567062, -0.009183567948639393, 0.002190663479268551, 0.0345914363861084, 0.05693811923265457, 0.013679688796401024, 0.05349428206682205, 0.009183567948639393, 0.02571398951113224, -0.029578739777207375, 0.02372421696782112, 0.025293076410889626, -0.01758270524442196, 0.02797161601483822, -0.0896163135766983, -0.03443837910890579, -0.01679827645421028, 0.03704039007425308, -0.05579017102718353, -0.04082861170172691, 0.03606463596224785, -0.007700804155319929, -0.018855012953281403, -0.03319476917386055, -0.0158607866615057, 0.06581556797027588, 0.03891536593437195, -0.030229242518544197, 0.01903676986694336, 0.03388353809714317, 0.0490938201546669, -0.08326434344053268, 0.014751105569303036, 0.03296517953276634, -0.04155564308166504, 0.017544440925121307, 0.04105820134282112, -0.03371134400367737, -0.03925975039601326, -0.011642085388302803, -0.044042859226465225, -0.03690646216273308, -0.03202769160270691, -0.032180752605199814, -0.004531994927674532, -0.022748462855815887, -0.053876928985118866, 0.014760671183466911, 0.054871816188097, -0.024087732657790184, -0.04427244886755943, -0.021562252193689346, 0.007428166922181845, -0.048098936676979065, -0.017458343878388405, -0.034247055649757385, 0.03529933840036392, 0.04511427506804466, 0.002544613555073738, -0.024604307487607002, -0.04297144338488579, -0.007667322177439928, 0.016358230262994766, -0.020337775349617004, 0.031874630600214005, 0.01614777371287346, -0.03929801657795906, 0.013163113035261631, 0.05464222654700279, 0.010321946814656258, 0.031912896782159805, -0.03407486155629158, -0.024604307487607002, 0.09879988431930542, -0.006519376300275326, 0.002633101074025035, 0.020682159811258316, 0.024087732657790184, 0.029903991147875786, 0.01757313869893551, 0.028469059616327286, -0.023858143016695976, 0.006653303280472755, -0.026173166930675507, 0.0374804362654686, 0.017506174743175507, 0.04454030096530914, -0.09336627274751663, -0.007997356355190277, 0.01793665625154972, 0.017247887328267097, 0.026938464492559433, -0.014942429959774017, 0.0018319303635507822, 0.05743556097149849, 0.022691065445542336, 0.008820051327347755, -0.0462239570915699, -0.05900442227721214, 0.028756046667695045, -0.035930708050727844, -0.03216161951422691, 0.06179775670170784, 0.022978050634264946, 0.029884859919548035, -0.10553449392318726, -0.015277246944606304, 0.05334122106432915, -0.05341774970293045, -0.014798936434090137, -0.02223188616335392, 0.024106863886117935, -0.014731972478330135, -0.025063486769795418, -0.04985911771655083, 0.017802728340029716, 0.016970466822385788, -0.004783107899129391, 0.014215397648513317, 0.0035179760307073593, -0.027282848954200745, 0.029961388558149338, 0.011335966177284718, 0.061912551522254944, 0.0071076988242566586, -0.004443507641553879, 0.07124917954206467, 0.00635675061494112, 0.02102654241025448, -0.048366788774728775, -0.03485929220914841, 0.014789369888603687, 0.01906546950340271, 0.005180106032639742, 0.008882232010364532, -0.018979372456669807, -0.022633668035268784, 0.051236655563116074, -0.05246112868189812, -0.030229242518544197, 0.023456363007426262, 0.03686819598078728, 0.025503532961010933, 0.03520367667078972, -0.01989772915840149, -0.02481476403772831, -0.057856474071741104, 0.013641424477100372, 0.04308623820543289, -0.029215224087238312, -0.015057223848998547, -0.009145302698016167, 0.04637701436877251, 0.022691065445542336, -0.06329008936882019, -0.0012555659050121903, -0.021715311333537102, 0.05112186074256897, 0.07017776370048523, -0.010541969910264015, 0.008370439521968365, -0.046300485730171204, -0.013698821887373924, -0.01416756585240364, 0.04943820461630821, -0.043698474764823914, -0.02684280276298523, 0.0375760979950428, -0.023532891646027565, 0.024393850937485695, -0.025350473821163177, -0.06742268800735474, 0.02422165870666504, 0.02278672717511654, -0.021849237382411957, -0.023341568186879158, 0.010675896890461445, 0.042588792741298676, -0.027665497735142708, -0.0086813410744071, 0.0577799454331398, -0.009193133562803268, -0.013871013186872005, -0.010436741635203362, -0.015774689614772797, -0.01186210848391056, -0.001147348084487021, 0.020318642258644104, -0.011326399631798267, -0.03210422024130821, -0.030745819211006165, -0.004895511083304882, 0.030382303521037102, -0.04017810896039009, 0.008987460285425186, -0.029310885816812515, 0.014004940167069435, -0.020299511030316353, -0.04526733607053757, 0.03153024986386299, 0.0665808618068695, -0.042014822363853455, 0.021198734641075134, 0.011699482798576355, 0.0230545811355114, -0.007189011666923761, -0.02624969743192196, -0.04415765404701233, 0.013660556636750698, -0.0020651069935411215, 0.015353777445852757, 0.05510140582919121, 0.026995861902832985, -0.005978885106742382, -0.007715153507888317, -0.037958744913339615, 0.048060670495033264, 0.013316173106431961, 0.017802728340029716, 0.0016453891294077039, -0.02194489911198616, -0.03719344735145569, 0.008336957544088364, -0.03340522572398186, 0.03573938459157944, 0.02630709484219551, -0.02833513170480728, 0.028143808245658875, 0.03587331250309944, 0.031912896782159805, 0.03598810359835625, -0.0014421071391552687, -0.03380700945854187, 0.07959091663360596, -0.02427905611693859, 0.01993599534034729, 0.018883710727095604, -0.0637110024690628, 0.034208789467811584, 0.013660556636750698, 0.0433158278465271, 0.002038799924775958, -0.09933558851480484, 0.06489720940589905, 0.012196925468742847, 0.013287474401295185, 0.02479563280940056, -0.005687115713953972, 0.03866664692759514, -0.03087974525988102, 0.053570810705423355, 0.0664660707116127, 0.009145302698016167, -0.04763975739479065, -0.050968799740076065, 0.050088707357645035, 0.026747141033411026, -0.013364003971219063, 0.012024734169244766, -0.05429784208536148, 0.007576443254947662, -0.03839879110455513, -0.0037619145587086678, 0.04943820461630821, -0.057359032332897186, 0.07170835882425308, 0.03374961018562317, 0.02739764377474785, 0.019840331748127937, -0.032812122255563736, 0.07006296515464783, 0.019132431596517563, -0.008566546253859997, -0.021581383422017097, 0.01676957681775093, 0.00966187845915556, -0.026058372110128403, -0.023819878697395325, -0.020395172759890556, -0.11387623846530914, 0.052728984504938126, -0.02424079179763794, 0.08448882400989532, -0.014358890242874622, -0.0662747472524643, -0.01995512656867504, 0.015659896656870842, 0.04542039334774017, -0.005524490028619766, -0.042856648564338684, 0.09436115622520447, -0.015009392984211445, 0.028870839625597, 0.05219327658414841, 0.03933628275990486, -0.008925279602408409, 0.0018379093380644917, -0.01051327120512724, 0.046683136373758316, -0.016549553722143173, 0.014961562119424343, 0.007212927099317312, 0.007313372101634741, 0.0011640889570116997, -0.005227937363088131, 0.02797161601483822, 0.052652452141046524, 0.05697638541460037, -0.04817546531558037, -0.04932340979576111, -0.032180752605199814, 0.028794310986995697, -0.002958352444693446, 0.034208789467811584, -0.07178488373756409, -0.0008179114665836096, 0.012694369070231915, -0.0606880746781826, 0.020548231899738312, 0.012474345974624157, -0.06742268800735474, 0.00921704899519682, -0.01611907407641411, -0.04465509578585625, -0.0019216137006878853, 0.004754409659653902, -0.0403311662375927, 0.07029255479574203, 0.0549100823700428, 0.018357569351792336, -0.004622873850166798, 0.0049409507773816586, 0.01989772915840149, 0.000854980549775064, -0.024317322298884392, -0.020089054480195045, 0.0376143604516983, 0.006557641085237265, -0.028086410835385323, -0.0045343865640461445, 0.0025804867036640644, -0.005620152223855257, -0.028736913576722145, -0.05605802685022354, 0.0026857152115553617, -0.03063102439045906, 0.0806623324751854, 0.04763975739479065, -0.04874943941831589, 0.015822522342205048 ]
14,929
ipyleaflet.leaflet
__init__
null
def __init__(self, **kwargs): super().__init__(**kwargs) self.on_msg(self._handle_leaflet_event)
(self, **kwargs)
[ -0.026227887719869614, -0.027488844469189644, -0.002115479204803705, 0.0343700610101223, -0.052780020982027054, 0.02397618070244789, -0.008637549355626106, 0.07745873183012009, -0.00424221670255065, 0.021994678303599358, -0.017365166917443275, 0.031343765556812286, -0.006255242973566055, -0.007921506650745869, -0.02388611249625683, 0.021184062585234642, -0.04849277064204216, -0.0009164449293166399, -0.01162781659513712, -0.052996184676885605, -0.020859817042946815, -0.005548207089304924, 0.04571866616606712, 0.035955265164375305, -0.005782384425401688, 0.07839544117450714, -0.057751789689064026, 0.008781658485531807, 0.04045867919921875, -0.03073130175471306, -0.0466914027929306, -0.020733721554279327, 0.005845432169735432, 0.039233747869729996, -0.03977416083216667, -0.03663978353142738, -0.02264316938817501, 0.009736382402479649, -0.04164757952094078, 0.0465472936630249, 0.023651935160160065, -0.025056999176740646, -0.0026254907716065645, 0.04193579778075218, 0.07133409380912781, 0.014591064304113388, -0.035468894988298416, 0.014401920139789581, -0.010321826674044132, -0.011925042606890202, -0.08170995861291885, 0.021148035302758217, -0.002031040145084262, 0.016437463462352753, -0.036027319729328156, 0.060201648622751236, 0.03764854744076729, 0.0461149662733078, -0.008961795829236507, 0.01922057382762432, -0.0700371041893959, 0.03991826996207237, -0.017139997333288193, -0.008520460687577724, -0.01970694400370121, -0.08293488621711731, 0.028839867562055588, 0.018500028178095818, 0.015113459900021553, 0.03199226036667824, 0.052780020982027054, 0.019815025851130486, -0.02152632176876068, 0.025759533047676086, 0.0625794529914856, 0.019887080416083336, -0.029434319585561752, 0.018337905406951904, 0.016779722645878792, 0.02956041507422924, 0.00307358056306839, -0.0202653668820858, -0.013005862012505531, 0.07061354070901871, 0.015951095148921013, -0.054185084998607635, 0.014600071124732494, -0.013708394952118397, 0.00014762756472919136, -0.002936226548627019, -0.06333602219820023, 0.030623219907283783, -0.053968921303749084, -0.025543369352817535, -0.009241007268428802, -0.005012300796806812, 0.004532686900347471, 0.01871619187295437, 0.01759934425354004, 0.03312711790204048, 0.02060762606561184, 0.0016662634443491697, 0.010628058575093746, -0.03429800644516945, 0.0349464975297451, -0.03611738607287407, -0.015770958736538887, -0.03919772058725357, -0.008597019128501415, 0.0685960128903389, 0.027705008164048195, -0.00929504819214344, -0.01401462685316801, 0.10584826022386551, -0.08444803208112717, 0.06755122542381287, -0.004462884273380041, -0.03228047862648964, -0.03163198381662369, -0.018914341926574707, -0.0019195805070921779, 0.04150347039103508, -0.007948527112603188, -0.041755661368370056, -0.004881701432168484, 0.03984621539711952, -0.014095688238739967, -0.017995646223425865, 0.055446043610572815, -0.0462590754032135, 0.019616873934864998, 0.03431602194905281, -0.005093362182378769, -0.008669073693454266, 0.0023372722789645195, -0.019094478338956833, 0.014410926960408688, -0.05079852044582367, -0.004832163918763399, 0.03654971346259117, 0.022174814715981483, 0.036855947226285934, 0.06171479448676109, -0.006966782733798027, -0.023309674113988876, 0.04045867919921875, -0.03264075145125389, 0.008601522073149681, 0.01470815297216177, -0.020787762477993965, 0.024678712710738182, -0.01927461475133896, -0.004935742821544409, 0.007444144692271948, -0.016230307519435883, -0.0012294321786612272, 0.002377802971750498, -0.03862128406763077, 0.04312470182776451, 0.023796044290065765, 0.009799430146813393, -0.008232242427766323, 0.029308224096894264, -0.024498576298356056, -0.048240579664707184, 0.006894728168845177, 0.03319917246699333, -0.05011399835348129, -0.0017405698308721185, 0.06582190841436386, -0.015059418976306915, -0.01051997672766447, 0.008885237388312817, 0.03354143351316452, 0.004764612764120102, 0.0637323260307312, -0.010943298228085041, 0.023147551342844963, -0.022967414930462837, 0.013978599570691586, 0.01844598725438118, 0.0073720901273190975, -0.029110074043273926, 0.03761252015829086, 0.014528016559779644, 0.02640802413225174, 0.011267543770372868, -0.009083387441933155, -0.026371996849775314, 0.007610770873725414, -0.018391946330666542, -0.0073090423829853535, -0.015608835965394974, -0.021850569173693657, 0.00349239818751812, 0.05465344339609146, 0.0056247650645673275, -0.026444051414728165, -0.05025810748338699, 0.02361590787768364, -0.007083871401846409, 0.04128730669617653, -0.03377561271190643, 0.004321026615798473, -0.009349089115858078, 0.044890038669109344, 0.01831989176571369, 0.0516992025077343, -0.013113943859934807, -0.07630585879087448, 0.02249906025826931, 0.010465935803949833, 0.015509760938584805, 0.03865731135010719, 0.03570307418704033, -0.06546163558959961, -0.08841104060411453, 0.026948433369398117, 0.013960585929453373, -0.005949011072516441, 0.05526590719819069, 0.041611552238464355, -0.05249180272221565, -0.0065614753402769566, -0.04885304346680641, 0.05267193913459778, 0.08833898603916168, -0.031541917473077774, 0.02208474650979042, -0.0012823473662137985, -0.0312897264957428, -0.023291660472750664, 0.008988816291093826, 0.032604724168777466, -0.020247353240847588, -0.0015671883011236787, 0.014329865574836731, -0.010357853956520557, -0.09878690540790558, -0.030713288113474846, 0.02822740375995636, -0.028875894844532013, 0.01044792216271162, -0.00012314024206716567, 0.046835511922836304, 0.009195973165333271, 0.006701081059873104, 0.0648851990699768, -0.015888046473264694, 0.04651126638054848, -0.01219524722546339, -0.0162212997674942, -0.019580846652388573, 0.038116902112960815, -0.019310642033815384, -0.07515298575162888, 0.023417755961418152, 0.01705893501639366, -0.002240448957309127, -0.00340683339163661, -0.04373716562986374, 0.02864171750843525, -0.017149003222584724, 0.05804000794887543, 0.01648249849677086, -0.0065884958021342754, 0.017707426100969315, -0.0014230790548026562, -0.028191376477479935, -0.003469881135970354, 0.15174706280231476, -0.00698479637503624, 0.008916761726140976, 0.02711055614054203, -0.014293838292360306, -0.06841588020324707, -0.02502097189426422, -0.03170403838157654, -0.029326237738132477, 0.016671640798449516, 0.09568855911493301, 0.022390978410840034, -0.017221057787537575, 0.03319917246699333, -0.07738667726516724, -0.05133892968297005, 0.035667046904563904, 0.03505457937717438, -0.033703554421663284, -0.08214228600263596, 0.009916519746184349, 0.018986396491527557, 0.007844948209822178, 0.05868850275874138, 0.0292181558907032, -0.045034147799015045, -0.010700113140046597, 0.10628058761358261, 0.005003293976187706, -0.012906786985695362, 0.027344735339283943, -0.03808087483048439, 0.027146583423018456, -0.03235253319144249, -0.010817202739417553, -0.02983061969280243, -0.0029092058539390564, 0.033703554421663284, 0.016194280236959457, -0.03247862681746483, 0.05497768893837929, 0.021130021661520004, -0.03404581546783447, -0.02739877626299858, -0.05850836634635925, 0.06142657622694969, 0.056418780237436295, -0.04189977049827576, 0.013474216684699059, 0.05721138045191765, -0.019580846652388573, -0.030208906158804893, -0.03739635646343231, 0.009574259631335735, 0.023597894236445427, -0.011654837056994438, 0.07789105921983719, -0.022481046617031097, 0.04777222499251366, -0.03314513340592384, -0.019833039492368698, -0.025543369352817535, 0.0018385191215202212, -0.10022799670696259, -0.07273915410041809, -0.0405307337641716, -0.050906602293252945, 0.003800882026553154, -0.023579880595207214, -0.05436522513628006, -0.0023327688686549664, 0.01690581999719143, -0.045178256928920746, 0.07486476749181747, 0.016662634909152985, -0.00539959454908967, -0.00904736015945673, -0.008646556176245213, 0.023093510419130325, -0.025038985535502434, 0.0013251297641545534, -0.04798838868737221, -0.019742971286177635, 0.024840835481882095, 0.06513739377260208, -0.012015110813081264, -0.006390345748513937, -0.03604533150792122, 0.007714349310845137, 0.002172897569835186, 0.033361297100782394, -0.03255068138241768, -0.016455477103590965, -0.05613056197762489, -0.021688446402549744, 0.00614716112613678, 0.07536914944648743, -0.04528633877635002, 0.0320102721452713, 0.0031681524123996496, 0.00904736015945673, -0.03240657225251198, -0.04344894737005234, 0.07731462270021439, 0.01519452128559351, -0.04715976119041443, 0.017923591658473015, 0.018391946330666542, -0.03926977515220642, 0.021904610097408295, -0.004075590521097183, -0.02048153057694435, 0.015824999660253525, -0.012726650573313236, 0.011006345972418785, -0.012006103992462158, -0.007831438444554806, 0.048312634229660034, 0.026948433369398117, 0.0077098459005355835, 0.03011883795261383, -0.010105662979185581, -0.025345219299197197, -0.0285696629434824, -0.029326237738132477, -0.007079367991536856, 0.01079918909817934, 0.0031388800125569105, 0.018950369209051132, -0.000968234206084162, 0.011222509667277336, -0.006097623612731695, -0.020427489653229713, -0.026173846796154976, 0.058796584606170654, 0.043845247477293015, -0.01516750082373619, -0.00598954176530242, 0.019184546545147896, -0.029668496921658516, 0.025975696742534637, 0.009700355120003223, -0.015915067866444588, -0.043701138347387314, 0.00008092073403531685, -0.027831103652715683, -0.0021289894357323647, 0.012555520050227642, -0.017653385177254677, -0.035036567598581314, -0.04467387497425079, 0.050978656858205795, 0.0512668751180172, 0.005350056570023298, 0.020625639706850052, 0.0029137092642486095, -0.028335485607385635, -0.0162212997674942, 0.050402216613292694, 0.019616873934864998, -0.05130290240049362, 0.04899715259671211, -0.05735548958182335, -0.00705685093998909, 0.009547239169478416, 0.060273703187704086, -0.021274130791425705, -0.02089584432542324, -0.022102760151028633, 0.03689197450876236, -0.030623219907283783, -0.0199771486222744, 0.05778781697154045, 0.047123733907938004, 0.07302737236022949, -0.01344719622284174, -0.0411071702837944, 0.007768390700221062, 0.030407056212425232, -0.0582922026515007, 0.019815025851130486, 0.01188000850379467, 0.008768148720264435, -0.0010740644065663218, 0.021130021661520004, -0.04395332932472229, -0.10202936828136444, -0.01236637681722641, 0.010925284586846828, -0.021346185356378555, -0.05836425721645355, -0.027488844469189644, -0.048672907054424286, -0.04946550726890564, -0.017653385177254677, 0.016815749928355217, 0.00015860464191064239, -0.01873420551419258, -0.07349573075771332, 0.00712890550494194, 0.04233209788799286, -0.007615274284034967, 0.012042131274938583, -0.025201108306646347, -0.005133892875164747, -0.006268753204494715, -0.017356161028146744, -0.06167876720428467, -0.022607142105698586, -0.011618809774518013, -0.0057463571429252625, -0.016527531668543816, 0.045538529753685, -0.004971770104020834, -0.03815292939543724, 0.004010290838778019, 0.018202802166342735, -0.03087541088461876, 0.02759692631661892, 0.010556004010140896, -0.07544120401144028, 0.07745873183012009, 0.020355435088276863, -0.00968234147876501, 0.0524197481572628, 0.026732269674539566, -0.011465693823993206, -0.0142848314717412, 0.04189977049827576, 0.006520944647490978, -0.027614939957857132, 0.008813182823359966, 0.00572834350168705, 0.006237229332327843, 0.006102127023041248, -0.042440179735422134, -0.03038904257118702, 0.0349464975297451, -0.02053557150065899, 0.03934182971715927, 0.01782451570034027, 0.02781309001147747, 0.0320102721452713, -0.00009647158731240779, 0.016716675832867622, -0.024120289832353592, -0.05966123938560486, 0.03348739072680473, -0.04809647053480148, -0.003089342499151826, 0.05130290240049362, 0.049861807376146317, 0.055590152740478516, -0.07608969509601593, -0.0034090850967913866, -0.024894876405596733, 0.017716433852910995, 0.004881701432168484, 0.007876472547650337, 0.023651935160160065, -0.026786310598254204, -0.0232015922665596, -0.03498252481222153, 0.03491047024726868, 0.0033122615423053503, 0.04460182040929794, -0.021220089867711067, -0.04633112996816635, -0.10433511435985565, 0.009907512925565243, -0.019760984927415848, -0.036081358790397644, 0.027416789904236794, -0.07356778532266617, -0.042584288865327835, -0.03779265657067299, -0.028623703867197037, 0.030082810670137405, -0.007394607178866863, -0.012447438202798367, 0.029614455997943878, -0.04478195682168007, -0.008858216926455498, 0.043773192912340164, -0.05234769359230995, 0.023111524060368538, 0.0018047434277832508, -0.0582922026515007, 0.004041814710944891, 0.007155925966799259, -0.04993386194109917, 0.040206488221883774, -0.025056999176740646, 0.04337689280509949, -0.05847233906388283, 0.039594024419784546, 0.007245994172990322, 0.050906602293252945, -0.0464031845331192, 0.00970936194062233, 0.010186724364757538, -0.013050896115601063, -0.06470506638288498, -0.04604291170835495, -0.026011724025011063, 0.016932839527726173, 0.06423670798540115, 0.0026412527076900005, 0.020787762477993965, -0.04715976119041443, -0.007408117409795523, 0.040818952023983, -0.04932139813899994, -0.013861510902643204, -0.018680164590477943, 0.049501534551382065, 0.0025714498478919268, -0.008889740332961082, 0.01369938813149929, -0.04759208858013153, 0.02257111482322216, -0.03228047862648964, 0.010006587952375412, -0.015960102900862694, -0.01761735789477825, 0.0006468029459938407, 0.007723356131464243, -0.026786310598254204, -0.007209966890513897, 0.005858942866325378, -0.03139780834317207, 0.05072646588087082, -0.01837393268942833, -0.022823305800557137, 0.0070118168368935585, -0.04204387962818146, -0.026462065055966377, 0.03847717493772507, -0.04438565671443939, 0.036027319729328156, 0.011222509667277336, -0.009763402864336967, 0.011591789312660694, 0.011825967580080032, 0.006111133843660355, -0.040710870176553726, -0.004532686900347471, 0.0204094760119915, 0.08978007733821869, 0.03359547257423401, -0.0065884958021342754, -0.013897538185119629, -0.015879040583968163, 0.020589612424373627, -0.0022550849243998528, -0.06398452073335648, 0.05958918482065201, -0.05353659391403198, -0.02111200802028179, 0.051050711423158646, 0.006633529905229807, 0.013879524543881416, -0.007448648102581501, -0.0928063690662384, 0.09021240472793579, 0.013735415413975716, -0.046835511922836304, -0.037972792983055115, -0.0012834732187911868, -0.01570791006088257, -0.036225467920303345, -0.010700113140046597, 0.05368070304393768, -0.07536914944648743, -0.016527531668543816, 0.050402216613292694, 0.01502339169383049, 0.020499544218182564, 0.012159219942986965, -0.029434319585561752, 0.019616873934864998, 0.03019089251756668, -0.026173846796154976, 0.1167285144329071, 0.0064669037237763405, 0.027020487934350967, -0.03164999932050705, 0.023994194343686104, 0.04247620701789856, -0.008245752193033695, -0.054545361548662186, 0.04679948464035988, 0.028461581096053123, 0.03941388800740242, 0.012033124454319477, -0.030929453670978546, 0.011078400537371635, -0.028047267347574234, 0.017437221482396126, 0.04359305649995804, 0.005804901476949453, -0.02655213326215744, -0.0038751885294914246, 0.03847717493772507, 0.06683067232370377, -0.039233747869729996, 0.016806744039058685, -0.04431360214948654, 0.048240579664707184, -0.0003158019680995494, -0.06002151221036911, 0.05137495696544647, -0.03611738607287407, -0.025345219299197197, -0.004634013865143061, 0.057751789689064026, 0.007615274284034967, 0.03772060200572014, 0.053140293806791306, -0.005097865592688322, 0.012015110813081264, -0.008434895426034927, -0.01795961894094944, 0.020373448729515076, -0.015212534926831722, -0.016374416649341583, -0.09259020537137985, -0.14367695152759552, 0.02403022162616253, -0.026317955926060677, 0.06146260350942612, -0.012321342714130878, -0.05094262957572937, 0.011834974400699139, -0.003548690816387534, 0.021994678303599358, -0.030226919800043106, -0.03865731135010719, 0.030497124418616295, 0.029596442356705666, 0.017689412459731102, 0.008678080514073372, 0.05580631643533707, -0.04348497465252876, -0.01020473800599575, 0.004366060718894005, 0.04186374321579933, -0.0019623630214482546, -0.0038143922574818134, -0.016194280236959457, -0.028407540172338486, -0.03314513340592384, 0.02557939663529396, 0.026371996849775314, 0.08372748643159866, -0.006903734989464283, -0.03876539319753647, -0.07421627640724182, -0.010159703902900219, 0.012177233584225178, -0.02271522395312786, -0.022607142105698586, -0.07904393970966339, 0.04402538388967514, 0.024354467168450356, -0.05159112066030502, -0.021220089867711067, 0.051879338920116425, -0.05483357980847359, 0.02565145120024681, 0.007408117409795523, -0.05868850275874138, 0.016662634909152985, 0.02675028331577778, 0.002801124006509781, 0.027650967240333557, 0.02150830812752247, 0.01628434844315052, -0.006629026494920254, 0.030569178983569145, -0.0033212683629244566, 0.036783892661333084, -0.013402162119746208, -0.004881701432168484, -0.013339114375412464, -0.015320616774260998, -0.01941872388124466, -0.0037828683853149414, -0.014086681418120861, -0.0046880547888576984, -0.019256601110100746, 0.0017248078947886825, 0.020319407805800438, -0.021850569173693657, 0.07486476749181747, 0.05912083014845848, 0.014122708700597286, 0.028479594737291336 ]
14,940
ipyleaflet.leaflet
_handle_leaflet_event
null
def _handle_leaflet_event(self, _, content, buffers): if content.get("event", "") == "locationfound": self._location_found_callbacks(**content)
(self, _, content, buffers)
[ 0.010628939606249332, -0.009686121717095375, -0.0677761659026146, 0.06688671559095383, -0.041733041405677795, 0.025633979588747025, 0.008151818998157978, 0.05468345060944557, -0.0068220896646380424, -0.005857035052031279, -0.018785206601023674, -0.03991856426000595, -0.011696280911564827, -0.05927301570773125, 0.006679777055978775, 0.03036585822701454, -0.06016246974468231, 0.017308717593550682, -0.027537403628230095, -0.0848180502653122, -0.037855036556720734, -0.029903342947363853, 0.06788290292024612, -0.0064529674127697945, -0.033052001148462296, 0.005910402163863182, 0.0034266100265085697, -0.014284583739936352, 0.015956752002239227, -0.0003663426323328167, -0.016686100512742996, -0.08069099485874176, 0.02374834194779396, -0.0032931924797594547, -0.05859703570604324, -0.009792855940759182, 0.017175300046801567, 0.05326032638549805, 0.017717864364385605, 0.0005053193890489638, -0.07670626044273376, 0.01128713320940733, -0.051018912345170975, 0.05141026899218559, 0.05034292861819267, 0.04077243432402611, -0.05937975272536278, 0.023997388780117035, 0.00520328851416707, 0.01135828997939825, -0.07122723758220673, 0.0008911187760531902, 0.009623860009014606, 0.022165119647979736, 0.06119422987103462, 0.02832012064754963, 0.017095249146223068, 0.05632003769278526, 0.021257879212498665, -0.00031881261384114623, 0.0032264837063848972, 0.013991064392030239, -0.028195597231388092, 0.01132271159440279, -0.0013719782000407577, -0.05016503855586052, 0.10943805426359177, -0.03177119046449661, -0.019265510141849518, 0.020297272130846977, -0.0013397355796769261, -0.007093371823430061, 0.0029863319359719753, 0.02328582853078842, 0.0631154477596283, 0.002964095678180456, -0.021115567535161972, 0.02558061107993126, 0.04618029668927193, 0.06404047459363937, 0.037855036556720734, -0.05169489234685898, 0.021595871075987816, 0.02912062779068947, 0.010513311251997948, -0.0474255308508873, 0.04415234923362732, 0.012336686253547668, 0.03415491804480553, 0.046607233583927155, -0.001892307074740529, -0.011144821532070637, -0.058170098811388016, -0.06322217732667923, 0.00985511764883995, 0.014204532839357853, 0.025367142632603645, 0.019994858652353287, 0.04913327470421791, 0.03326546773314476, 0.037356942892074585, -0.002741732867434621, 0.03353230282664299, 0.01254125963896513, 0.021595871075987816, -0.006439625285565853, 0.00894343014806509, -0.03502658009529114, 0.016116851940751076, 0.04650050029158592, 0.013537445105612278, -0.06507223844528198, -0.023072360083460808, 0.0677761659026146, -0.059699952602386475, 0.04048781096935272, 0.03803292661905289, -0.013421815820038319, -0.0804775282740593, -0.010806829668581486, 0.028515800833702087, -0.02134682424366474, -0.02257426641881466, -0.05713833495974541, 0.006879903841763735, 0.008667699992656708, 0.0004019206971861422, 0.012550153769552708, 0.0030730534344911575, -0.0062128156423568726, 0.014542524702847004, 0.037392523139715195, -0.02588302455842495, -0.011509496718645096, 0.032482750713825226, 0.033283255994319916, -0.03977625072002411, -0.08431995660066605, -0.026612374931573868, 0.017459923401474953, 0.024762317538261414, 0.01319055911153555, 0.03049038164317608, -0.040132030844688416, -0.0004666838503908366, 0.029867766425013542, 0.018980884924530983, -0.005247761029750109, 0.001523184939287603, -0.03538236394524574, 0.04137726128101349, 0.004914217162877321, -0.010531100444495678, 0.025331566110253334, -0.0641472116112709, 0.03513331711292267, 0.048848651349544525, 0.00010096658661495894, 0.0085609657689929, 0.027003733441233635, 0.048314981162548065, -0.05713833495974541, -0.012229952029883862, -0.010833513922989368, -0.03513331711292267, 0.0034822009038180113, -0.05496807396411896, 0.0032687324564903975, -0.03162887692451477, -0.012683571316301823, 0.012221056967973709, 0.08659695088863373, 0.0190342515707016, 0.029280727729201317, 0.06859446316957474, 0.07222342491149902, -0.014471367932856083, -0.022930048406124115, -0.0057280645705759525, -0.009659438394010067, 0.028675900772213936, 0.023926232010126114, 0.0019534567836672068, 0.06610400229692459, -0.020190538838505745, 0.012692466378211975, -0.028604745864868164, -0.029814397916197777, -0.012452314607799053, 0.0377483032643795, -0.06521455198526382, -0.00493645342066884, 0.003039698814973235, -0.011438339948654175, -0.026612374931573868, 0.029245149344205856, 0.018553948029875755, 0.027946552261710167, -0.06066055968403816, -0.013546339236199856, -0.015414186753332615, -0.02835569903254509, -0.042266711592674255, 0.029814397916197777, -0.04746110737323761, 0.08766429126262665, 0.05400746688246727, 0.07211668789386749, -0.05066313222050667, -0.0561065711081028, -0.0059682163409888744, 0.021026622503995895, 0.0058481404557824135, -0.008329709060490131, 0.04639376699924469, -0.07599469274282455, -0.11783447116613388, 0.024335380643606186, -0.02405075542628765, -0.03315873444080353, 0.0016421489417552948, -0.017673391848802567, -0.023356983438134193, 0.002330361632630229, -0.032180339097976685, -0.000398307282011956, 0.05436324700713158, -0.004256023094058037, 0.03509773686528206, 0.02325025014579296, -0.009107979014515877, 0.03399481996893883, 0.03139762207865715, 0.006239498965442181, 0.037890613079071045, -0.01674836315214634, 0.048350557684898376, 0.013243925757706165, -0.05197951942682266, 0.006021583452820778, 0.019888125360012054, -0.020866520702838898, 0.013991064392030239, -0.028498010709881783, -0.003564475104212761, -0.009579387493431568, 0.02067084237933159, 0.04749668389558792, -0.004471715074032545, -0.008605439215898514, -0.004678512457758188, 0.03760598972439766, -0.007520308718085289, -0.022058386355638504, 0.006412941962480545, -0.10851302742958069, 0.0019823641050606966, 0.03934931382536888, 0.055857524275779724, -0.01753997430205345, -0.07204553484916687, 0.05521712079644203, 0.04404561594128609, 0.05980668589472771, -0.0360761322081089, -0.01846500299870968, 0.04486390948295593, 0.030383646488189697, 0.010691201314330101, 0.03966951742768288, 0.11399204283952713, 0.007506966590881348, -0.01255904883146286, -0.017406556755304337, 0.0035889348946511745, -0.006568595767021179, 0.03888680040836334, 0.005745853763073683, 0.030312491580843925, 0.009205818176269531, 0.06905698031187057, 0.03600497916340828, -0.021115567535161972, 0.061372119933366776, -0.06304428726434708, -0.03637854754924774, 0.030846161767840385, 0.06766943633556366, -0.01606348529458046, -0.05190836265683174, -0.016223587095737457, 0.003473306307569146, -0.0004158183583058417, 0.05055639520287514, -0.025207042694091797, -0.00981953926384449, -0.017877966165542603, 0.05286896973848343, 0.02702152170240879, 0.005381178576499224, -0.03504437208175659, 0.002027948386967182, 0.06542801856994629, -0.03570256382226944, -0.04251575842499733, -0.02534935437142849, 0.012567942962050438, -0.030739428475499153, -0.025438299402594566, -0.009703910909593105, 0.023196883499622345, -0.010575572960078716, -0.01777123101055622, -0.06098076328635216, -0.03616507723927498, 0.05087659880518913, 0.021755972877144814, 0.02428201399743557, -0.0008171831141225994, 0.04429466277360916, -0.005986005533486605, -0.025438299402594566, -0.041839778423309326, -0.01713082753121853, 0.05240645632147789, -0.042266711592674255, 0.06126538664102554, -0.017095249146223068, 0.029903342947363853, -0.04201766848564148, 0.004682959523051977, -0.06905698031187057, -0.0233747735619545, -0.06254619359970093, -0.029245149344205856, -0.03714347630739212, -0.1038878783583641, -0.023428140208125114, -0.001792243798263371, -0.021168934181332588, -0.027003733441233635, 0.0011685163481160998, -0.017602235078811646, 0.04735437408089638, 0.05165931582450867, 0.011598441749811172, 0.02648785151541233, 0.006639752071350813, 0.008134029805660248, -0.014755992218852043, 0.0038224158342927694, -0.07329076528549194, -0.018909728154540062, -0.0018522817408666015, 0.02100883424282074, -0.030686059966683388, 0.05173047259449959, -0.03349672630429268, 0.012888145633041859, 0.026327749714255333, 0.018642893061041832, -0.034991003572940826, 0.005016503855586052, -0.06532128155231476, -0.00985511764883995, 0.02301899343729019, 0.05528827756643295, -0.0013730900827795267, 0.0285513773560524, -0.03230486065149307, -0.012132111936807632, 0.005074318032711744, -0.0387444868683815, 0.04603798687458038, 0.01307492982596159, -0.07343307882547379, 0.07329076528549194, -0.002748403698205948, -0.09869349002838135, 0.05333148315548897, -0.025527244433760643, 0.04682070389389992, -0.013813174329698086, -0.029138416051864624, 0.014702625572681427, -0.019781390205025673, -0.049382321536540985, 0.031059630215168, -0.04034549742937088, 0.000002558040250733029, 0.02595418132841587, -0.007142291869968176, 0.0014520288677886128, -0.008138476870954037, -0.006364022381603718, 0.01705077663064003, -0.010317631997168064, -0.006057161372154951, 0.037392523139715195, 0.0404166541993618, -0.010682307183742523, 0.02348150685429573, -0.09641649574041367, -0.008423101156949997, 0.04696301370859146, 0.01731761172413826, -0.02912062779068947, -0.021524714305996895, -0.02842685580253601, -0.019318876788020134, 0.011429445818066597, -0.0015242967056110501, 0.021026622503995895, -0.04219555854797363, -0.031219732016324997, 0.014827148988842964, -0.047140903770923615, 0.021631449460983276, -0.06165674701333046, -0.011064770631492138, -0.02230743132531643, 0.015574287623167038, 0.05948648601770401, 0.015325241722166538, 0.012630204670131207, -0.009045717306435108, -0.019390031695365906, -0.027644138783216476, -0.0021346823778003454, 0.015156245790421963, -0.029138416051864624, -0.023997388780117035, -0.05671139806509018, -0.03280295431613922, -0.011215977370738983, 0.0664597824215889, -0.037961769849061966, -0.0023637160193175077, -0.021489137783646584, 0.0036667617969214916, -0.017602235078811646, 0.03162887692451477, -0.011900855228304863, 0.05393631011247635, 0.0677761659026146, -0.015600970946252346, -0.017904648557305336, -0.022627634927630424, 0.021524714305996895, -0.015529815107584, -0.0344039648771286, -0.01319055911153555, -0.003364348551258445, 0.025776291266083717, 0.00800950638949871, -0.028106652200222015, -0.04618029668927193, 0.014071115292608738, 0.002075756434351206, -0.018447214737534523, -0.07820053398609161, -0.004204879980534315, -0.018135907128453255, -0.06382700800895691, 0.04070127755403519, -0.027377303689718246, -0.035257838666439056, -0.0042893774807453156, -0.012301107868552208, 0.01910540834069252, 0.02718162350356579, -0.016694996505975723, 0.02428201399743557, -0.0018522817408666015, 0.03436838835477829, -0.019781390205025673, -0.0025126992259174585, -0.03646749258041382, 0.019994858652353287, 0.05187278613448143, -0.004269364755600691, -0.01489830482751131, 0.017148615792393684, -0.044935066252946854, 0.010833513922989368, -0.022805524989962578, -0.0018600644543766975, -0.028213387355208397, 0.016659418120980263, 0.037392523139715195, -0.041270527988672256, 0.04425908252596855, 0.02173818275332451, -0.04486390948295593, 0.03870891034603119, -0.027306146919727325, 0.019799180328845978, 0.018482793122529984, 0.049987148493528366, -0.01643705554306507, -0.005905955098569393, -0.016303637996315956, 0.03166445717215538, -0.031984660774469376, -0.015609866008162498, -0.08140255510807037, 0.03881564363837242, 0.01823374629020691, -0.002708378480747342, 0.05628446117043495, -0.01404443196952343, 0.06108749657869339, 0.10495521873235703, -0.02325025014579296, -0.019888125360012054, 0.01309271901845932, 0.01880299486219883, 0.032642852514982224, -0.016045697033405304, 0.032447174191474915, 0.03618286922574043, 0.017780127003788948, 0.08190064877271652, -0.075496606528759, 0.011696280911564827, -0.018287112936377525, -0.029849976301193237, -0.01250568125396967, -0.04187535494565964, -0.013964381068944931, -0.047710154205560684, 0.0031442095059901476, 0.018856361508369446, 0.009072400629520416, 0.03321210294961929, 0.06425394117832184, 0.05436324700713158, -0.06983969360589981, -0.0915067195892334, 0.022930048406124115, 0.0006915481644682586, -0.04920443147420883, -0.025936393067240715, -0.06596168875694275, -0.018358269706368446, -0.00897900853306055, 0.0018411636119708419, -0.017833493649959564, 0.012879250571131706, 0.0028506906237453222, 0.029707664623856544, -0.023196883499622345, 0.026843631640076637, 0.04194651171565056, 0.0012296660570427775, 0.007066688500344753, -0.02542051114141941, -0.024370959028601646, -0.01250568125396967, -0.005301128141582012, -0.00034994338057003915, 0.03260727599263191, -0.027128256857395172, 0.06631746888160706, -0.04959578812122345, 0.012781411409378052, -0.0032776270527392626, -0.006817642133682966, -0.05073428526520729, 0.017104143276810646, 0.06724249571561813, 0.007168975193053484, -0.04244460165500641, -0.09527799487113953, -0.01689956896007061, -0.0012919276487082243, 0.0037646014243364334, -0.06354238092899323, 0.03315873444080353, 0.00041748606599867344, -0.03223370388150215, -0.025598401203751564, 0.0032620616257190704, -0.02268100157380104, 0.033550094813108444, 0.03280295431613922, 0.0013008221285417676, 0.0029351883567869663, -0.0009266968118026853, -0.0036222892813384533, -0.0024059650022536516, 0.015698811039328575, -0.007168975193053484, -0.061870213598012924, 0.014382422901690006, 0.021364614367485046, 0.014337950386106968, 0.0005547950859181583, -0.04429466277360916, -0.0007766019552946091, -0.009677227586507797, -0.005443440284579992, -0.014853832311928272, -0.05055639520287514, 0.008814459666609764, -0.020528530701994896, -0.046429343521595, 0.028035497292876244, -0.025740712881088257, -0.0034977660980075598, -0.0023637160193175077, -0.006817642133682966, 0.03771272301673889, 0.027608560398221016, 0.006790958810597658, -0.004087027627974749, 0.0058347987942397594, 0.026736898347735405, 0.04646492376923561, 0.060838449746370316, -0.00668867165222764, 0.005029845517128706, 0.005634672474116087, -0.0034599644131958485, -0.021684816107153893, -0.06155000999569893, 0.04087917134165764, 0.004373875446617603, 0.002939635654911399, 0.05286896973848343, -0.020315062254667282, 0.05382957682013512, -0.006937718018889427, -0.06983969360589981, 0.09072400629520416, 0.001417562598362565, -0.01906982995569706, -0.051054488867521286, -0.0380685031414032, 0.010744568891823292, -0.04048781096935272, -0.0008622115710750222, 0.0263811182230711, -0.041270527988672256, 0.002932964824140072, 0.09848001599311829, 0.04489948973059654, 0.052157409489154816, 0.01937224343419075, 0.027572982013225555, 0.04105706140398979, 0.03049038164317608, -0.00983732845634222, 0.07620816677808762, 0.041163794696331024, 0.047710154205560684, -0.021097779273986816, 0.02447769232094288, -0.009659438394010067, 0.011153715662658215, -0.02348150685429573, 0.0037179053761065006, -0.005003162194043398, -0.004422795493155718, -0.003953609615564346, -0.02992113307118416, -0.005020950920879841, -0.031415410339832306, 0.02888936921954155, 0.034884270280599594, -0.010459944605827332, -0.09143556654453278, 0.016846202313899994, 0.022236276417970657, 0.032642852514982224, -0.0818294957280159, 0.005430098623037338, 0.010966931469738483, 0.0007943909731693566, 0.012123217806220055, -0.030988473445177078, 0.004674065392464399, -0.008005059324204922, 0.00524331396445632, 0.025509456172585487, 0.062439464032649994, 0.01762002520263195, 0.021631449460983276, 0.052121829241514206, -0.024442113935947418, 0.025242621079087257, -0.01808253861963749, -0.00020526861771941185, 0.03634297102689743, -0.062012527137994766, 0.01823374629020691, -0.03970509395003319, -0.052619922906160355, 0.04749668389558792, -0.006275076884776354, 0.07300613820552826, 0.0064529674127697945, -0.03981182724237442, -0.04433023929595947, -0.007360207382589579, -0.012781411409378052, -0.05062755197286606, -0.02394402213394642, -0.041270527988672256, 0.04867076128721237, -0.029173994436860085, -0.047176484018564224, 0.033052001148462296, -0.026505641639232635, -0.03504437208175659, 0.022485321387648582, -0.013172769919037819, -0.012372263707220554, 0.08802007138729095, 0.011278239078819752, -0.03203802555799484, -0.048243824392557144, 0.017024092376232147, 0.030419224873185158, 0.024442113935947418, -0.03504437208175659, 0.010539994575083256, -0.06457414478063583, 0.01134050078690052, 0.03725020959973335, -0.03520447015762329, -0.039562780410051346, -0.07300613820552826, 0.043832145631313324, 0.007435810752213001, -0.03931373730301857, -0.030543748289346695, 0.019852546975016594, -0.04215997830033302, -0.03415491804480553, 0.020866520702838898, -0.025189252570271492, 0.030383646488189697, -0.010646728798747063, -0.003655643668025732, -0.0007593688205815852, 0.006964401807636023, 0.04272922873497009, -0.03863775357604027, 0.056426774710416794, 0.011109243147075176, 0.043334055691957474, -0.0013753136154264212, -0.01314608659595251, -0.02097325585782528, -0.005398967768996954, -0.016997409984469414, 0.0009633866720832884, 0.017290927469730377, 0.08894510567188263, -0.03757041320204735, -0.00208909809589386, -0.0345640666782856, -0.014302372932434082, 0.04578894004225731, 0.006310655269771814, -0.06254619359970093, 0.045433159917593 ]
14,965
ipyleaflet.leaflet
on_feature_found
Add a found feature event listener for searching in GeoJSON layer. Parameters ---------- callback : callable Callback function that will be called on found event when searching in GeoJSON layer. remove: boolean Whether to remove this callback or not. Defaults to False.
def on_feature_found(self, callback, remove=False): """Add a found feature event listener for searching in GeoJSON layer. Parameters ---------- callback : callable Callback function that will be called on found event when searching in GeoJSON layer. remove: boolean Whether to remove this callback or not. Defaults to False. """ self._location_found_callbacks.register_callback(callback, remove=remove)
(self, callback, remove=False)
[ 0.031582292169332504, 0.001530175213702023, -0.019384393468499184, 0.03440120816230774, 0.012154397554695606, 0.034818828105926514, 0.015660641714930534, 0.06908082962036133, 0.04767795279622078, 0.016704684123396873, 0.027527928352355957, -0.038977596908807755, 0.003936911467462778, -0.07621512562036514, -0.0029276700224727392, 0.07266537845134735, -0.052132535725831985, 0.021263670176267624, -0.022255511954426765, -0.037411533296108246, -0.02923319675028324, -0.004724293481558561, 0.04231853410601616, -0.017339810729026794, 0.023664969950914383, -0.01707880012691021, 0.009352883324027061, -0.01727890782058239, 0.07109931111335754, 0.02639688178896904, -0.06312978267669678, -0.09166695177555084, -0.05818798393011093, -0.004050015937536955, -0.06452184170484543, 0.029824821278452873, 0.0376899428665638, 0.06573989242315292, 0.01783573068678379, 0.017270207405090332, -0.05484704673290253, 0.004376279190182686, -0.05119289830327034, 0.039012398570775986, 0.0541510172188282, 0.041622504591941833, -0.06128530949354172, 0.035619258880615234, 0.028102152049541473, 0.009405084885656834, -0.0507056787610054, 0.009744399227201939, 0.026327278465032578, 0.0433625765144825, 0.006120700854808092, -0.029407205060124397, -0.006612271070480347, 0.02288193814456463, 0.04471983015537262, 0.019210387021303177, 0.03831636905670166, -0.03299175202846527, 0.009161475114524364, 0.03821196407079697, -0.004989654291421175, -0.010605734772980213, 0.029772618785500526, -0.004924401640892029, -0.003358337562531233, 0.01671338453888893, 0.02495262213051319, 0.02387377806007862, 0.02904178947210312, 0.029024388641119003, 0.04106568172574043, 0.08011288195848465, -0.024012982845306396, -0.04767795279622078, 0.05251535028219223, 0.03019023686647415, 0.04444142058491707, -0.058849211782217026, -0.008778659626841545, 0.01971500739455223, -0.00716909347102046, -0.030764460563659668, -0.006612271070480347, -0.05714394152164459, 0.06942884624004364, 0.027249516919255257, -0.04207492247223854, 0.03123427927494049, -0.013589956797659397, -0.04284055531024933, -0.0059249429032206535, -0.06462624669075012, 0.052689358592033386, -0.0015856398968026042, 0.04931361973285675, 0.005755285732448101, 0.05790957063436508, -0.016539378091692924, 0.02291673794388771, 0.044093407690525055, 0.03678510710597038, -0.02488301880657673, -0.02363016828894615, -0.04054366052150726, 0.016069557517766953, 0.07906883955001831, 0.021385475993156433, -0.04788676276803017, 0.04367578774690628, 0.029981428757309914, -0.013790064491331577, 0.025857459753751755, 0.04684272035956383, -0.003967362456023693, -0.061459317803382874, -0.02067204751074314, 0.016730785369873047, -0.021855294704437256, 0.018705766648054123, -0.055891089141368866, -0.029302800074219704, -0.0512625016272068, 0.0035236442927271128, 0.0484783872961998, 0.04628589749336243, -0.022499121725559235, 0.02984222210943699, 0.012110896408557892, -0.0455898679792881, -0.051575712859630585, 0.0065774694085121155, 0.010692737996578217, -0.006342559587210417, -0.06598350405693054, 0.008843911811709404, 0.03140828758478165, -0.021907497197389603, -0.028502367436885834, -0.023142948746681213, -0.011623675934970379, -0.026866700500249863, 0.02556164748966694, -0.0439193993806839, 0.018653564155101776, 0.01207609474658966, -0.06222495064139366, 0.017148401588201523, 0.024691611528396606, 0.0236823707818985, -0.033496372401714325, -0.046981923282146454, 0.02667529322206974, 0.04980083927512169, 0.013563855551183224, 0.03544525057077408, 0.02131587266921997, 0.06821079552173615, 0.01947139762341976, -0.0336877815425396, -0.013355047442018986, -0.006364310625940561, 0.03379218280315399, -0.03963882476091385, 0.014285985380411148, -0.06180733069777489, 0.06591390073299408, 0.03967362642288208, 0.05171491950750351, 0.006768877152353525, 0.030729658901691437, 0.06006725877523422, 0.028206555172801018, 0.04092647507786751, -0.00942248571664095, 0.008604652248322964, 0.021246271207928658, 0.0519237257540226, -0.011084253899753094, -0.032539334148168564, -0.008917865343391895, -0.01507771760225296, -0.01636536978185177, -0.022464320063591003, -0.004178346134722233, -0.014633999206125736, 0.020811252295970917, -0.004287100397050381, -0.036819908767938614, 0.010910246521234512, -0.02427399344742298, -0.027788938954472542, 0.003519294084981084, 0.024970022961497307, 0.04419780895113945, -0.0598236508667469, -0.03126908093690872, -0.023786773905158043, -0.005385520402342081, -0.051610514521598816, 0.003636748995631933, -0.05206293240189552, 0.00945728737860918, 0.0199586171656847, 0.006181603297591209, -0.009866204112768173, -0.04506784677505493, 0.005550827365368605, 0.0518193244934082, 0.03984763100743294, 0.021542081609368324, 0.041135285049676895, -0.035219043493270874, -0.06685353815555573, 0.013911870308220387, 0.010066312737762928, 0.0014899360248818994, -0.023229951038956642, -0.023299554362893105, 0.010840644128620625, 0.038142360746860504, -0.04040445387363434, 0.01227620244026184, 0.019767209887504578, -0.04155290126800537, 0.029494207352399826, -0.06869801133871078, -0.005968444515019655, 0.025126628577709198, 0.009004868566989899, -0.024030383676290512, -0.01595645397901535, -0.05084488168358803, 0.0900660902261734, 0.031530093401670456, 0.019854214042425156, -0.024099987000226974, 0.052097734063863754, 0.02060244418680668, -0.0273539200425148, 0.014103277586400509, 0.009239778853952885, 0.022777533158659935, -0.014303386211395264, 0.025370238348841667, 0.008287089876830578, 0.00040266336873173714, -0.018984178081154823, 0.01716580241918564, -0.004650340415537357, 0.0324697308242321, 0.013981472700834274, -0.1157495379447937, -0.04830437898635864, 0.016869990155100822, 0.03184330463409424, 0.04635549709200859, -0.049452826380729675, 0.00973569881170988, 0.047364741563797, 0.10071532428264618, -0.04186611622571945, -0.03396619111299515, 0.03970842808485031, 0.004737344104796648, 0.02883298136293888, 0.005824888590723276, 0.07036848366260529, -0.019819412380456924, 0.006616620812565088, -0.04030005261301994, 0.021333273500204086, -0.03727232664823532, -0.028328360989689827, 0.0022098906338214874, 0.019053781405091286, 0.024047784507274628, 0.024569805711507797, -0.04506784677505493, -0.02731911838054657, 0.06817599385976791, -0.0610417015850544, 0.014581797644495964, 0.0013953197048977017, 0.11275661736726761, -0.03998683765530586, -0.066053107380867, 0.01603475771844387, -0.036854710429906845, -0.029215795919299126, 0.06772357225418091, 0.0006199004128575325, 0.002912444295361638, -0.025526845827698708, 0.03140828758478165, 0.053733401000499725, 0.002673184499144554, -0.003976062871515751, 0.0044632828794419765, 0.02463940903544426, -0.01344205066561699, -0.015564937144517899, -0.01301573310047388, 0.0199586171656847, -0.015730245038866997, -0.05658711865544319, 0.01891457475721836, -0.004785195924341679, -0.029946627095341682, -0.021820493042469025, -0.008465446531772614, -0.009448586963117123, 0.027858540415763855, -0.01559973880648613, -0.014773204922676086, -0.009022269397974014, -0.009666096419095993, -0.038455575704574585, -0.020063022151589394, -0.07266537845134735, -0.03396619111299515, 0.04931361973285675, -0.07844240963459015, -0.002108748769387603, -0.022707929834723473, -0.022464320063591003, 0.02227291278541088, -0.003806405933573842, -0.052654556930065155, 0.05714394152164459, -0.010283821262419224, -0.07009007036685944, 0.0179575365036726, -0.024378398433327675, 0.018340351060032845, 0.02048063836991787, 0.06786277890205383, -0.017218004912137985, 0.04155290126800537, -0.042457740753889084, 0.044093407690525055, -0.04064806550741196, 0.02248172089457512, 0.019245188683271408, 0.00809568166732788, 0.03071225807070732, -0.03071225807070732, 0.004134844522923231, -0.06399982422590256, -0.03748113662004471, 0.051053691655397415, 0.009674795903265476, -0.024030383676290512, 0.023856377229094505, -0.012693819589912891, 0.02276013232767582, -0.023334356024861336, -0.02855456992983818, -0.003571496345102787, -0.019854214042425156, -0.05822278559207916, -0.017853131517767906, 0.007473606150597334, 0.035288646817207336, 0.01057963352650404, -0.012615516781806946, -0.05035766214132309, 0.00945728737860918, -0.03501023352146149, -0.0019793310202658176, 0.027580128982663155, 0.02371717244386673, -0.06706234812736511, 0.048896003514528275, 0.023142948746681213, -0.056134700775146484, 0.014303386211395264, -0.0253528393805027, 0.041413694620132446, -0.06389541923999786, -0.02303854376077652, 0.05578668415546417, -0.021385475993156433, -0.0587100051343441, 0.021977100521326065, 0.004480683710426092, -0.00016571460582781583, -0.059649642556905746, 0.00325393327511847, -0.00889611430466175, 0.005355069413781166, 0.005402921233326197, -0.0036193481646478176, -0.004554636776447296, -0.025648649781942368, 0.03490582853555679, 0.055369067937135696, 0.03259153664112091, 0.0009222377557307482, -0.00753885880112648, -0.008213136345148087, 0.041657306253910065, 0.01347685232758522, -0.026240274310112, 0.022829735651612282, -0.012485011480748653, -0.005302867386490107, -0.0014757979661226273, -0.028345761820673943, -0.032173916697502136, -0.04419780895113945, -0.07336140424013138, 0.03563665971159935, -0.03807276114821434, 0.03890799358487129, -0.07155173271894455, 0.004885250236839056, 0.0026644840836524963, -0.018375152722001076, -0.014982013963162899, 0.047295138239860535, -0.01301573310047388, 0.02115926705300808, 0.015382230281829834, 0.04242293909192085, 0.020028220489621162, 0.040334850549697876, -0.01475580409169197, -0.03036424331367016, 0.009004868566989899, -0.021524682641029358, -0.02911139279603958, 0.049418024718761444, -0.025109227746725082, -0.04388459771871567, -0.0654962807893753, 0.004637289792299271, 0.014503493905067444, 0.006603570654988289, -0.029006987810134888, 0.015156020410358906, -0.003865133272483945, -0.002346921246498823, -0.013894469477236271, -0.02491782046854496, 0.04440661892294884, -0.05335058644413948, -0.0006112000555731356, -0.03911680355668068, -0.010249019600450993, 0.07941685616970062, 0.03974322974681854, -0.05895361676812172, -0.045137450098991394, 0.01267641969025135, 0.0038868843112140894, -0.03104287199676037, -0.07788559049367905, 0.012450209818780422, -0.05227174237370491, -0.033096157014369965, 0.004250124096870422, -0.017705224454402924, 0.02963341400027275, -0.018009737133979797, -0.04444142058491707, -0.005650881677865982, 0.08129613101482391, -0.005803137551993132, -0.0267970971763134, -0.038455575704574585, 0.07148212939500809, 0.029494207352399826, -0.004772145301103592, -0.015521435998380184, 0.00007361316966125742, 0.006625321228057146, 0.022899337112903595, 0.00886131264269352, -0.0530373714864254, -0.025057027116417885, 0.011258261278271675, -0.014642699621617794, -0.01804453879594803, 0.007830320857465267, 0.03019023686647415, -0.01127566210925579, -0.020463237538933754, 0.03104287199676037, 0.00599889550358057, -0.019088581204414368, 0.0700552687048912, -0.011597574688494205, 0.07698075473308563, -0.022185908630490303, 0.06535707414150238, 0.015660641714930534, -0.004437181632965803, -0.011806383728981018, -0.003971712663769722, 0.010388225317001343, -0.052932966500520706, -0.09981048852205276, 0.018862372264266014, 0.0014812357258051634, -0.04604228585958481, 0.045729074627161026, -0.009413785301148891, 0.03165189549326897, 0.0803912952542305, 0.0007966263801790774, 0.04364098608493805, 0.02855456992983818, 0.0034475161228328943, 0.0006786278099752963, -0.030103232711553574, 0.030172836035490036, -0.004056541249155998, -0.000013347909771255217, 0.02691890299320221, -0.05484704673290253, -0.0036019475664943457, 0.012450209818780422, -0.022864537313580513, -0.025178831070661545, -0.023821575567126274, -0.002108748769387603, -0.02187269553542137, 0.011014651507139206, -0.013824866153299809, -0.0364718921482563, 0.014633999206125736, 0.02175089158117771, 0.05112329497933388, -0.04148329794406891, -0.05700473487377167, -0.029685616493225098, 0.04795636609196663, -0.01138006616383791, -0.0388035885989666, -0.032817743718624115, -0.0026101069524884224, -0.029424605891108513, -0.010962449014186859, -0.08526349067687988, 0.08512428402900696, -0.014712302945554256, 0.014285985380411148, 0.012206600047647953, 0.0015214747982099652, 0.007156043313443661, 0.03238272666931152, 0.036297887563705444, -0.06650552153587341, -0.047538746148347855, -0.021542081609368324, 0.023177748546004295, -0.01053613144904375, 0.012580715119838715, 0.03206951543688774, 0.055090658366680145, -0.0013692185748368502, 0.014686201699078083, 0.019245188683271408, -0.009492089040577412, -0.026257675141096115, -0.01563454046845436, 0.05255015194416046, 0.013355047442018986, -0.03668070212006569, -0.06570509076118469, -0.08213136345148087, 0.009509489871561527, 0.02975521795451641, -0.05930162966251373, 0.028415363281965256, -0.01999341882765293, -0.09744399040937424, -0.045381058007478714, 0.03403579443693161, 0.019506199285387993, -0.04030005261301994, 0.028223956003785133, -0.0009244128596037626, 0.032052114605903625, -0.027945544570684433, 0.0245176050812006, 0.02048063836991787, -0.01549533475190401, -0.00004802188777830452, -0.06981165707111359, 0.011945589445531368, 0.017940135672688484, -0.003534519812092185, -0.003832506947219372, -0.01231970451772213, -0.019419195130467415, -0.012424108572304249, -0.017418112605810165, -0.008591601625084877, -0.05658711865544319, -0.011493170633912086, 0.012798224575817585, -0.07565829902887344, -0.010518730618059635, -0.055369067937135696, -0.01887977309525013, -0.021020060405135155, -0.0005502975545823574, 0.0191233828663826, 0.02491782046854496, 0.012624217197299004, -0.009370284155011177, 0.028745977208018303, -0.010014110244810581, 0.029964027926325798, 0.03608907759189606, -0.00767806451767683, -0.011728079989552498, 0.01792273484170437, 0.004093517549335957, 0.02235991507768631, -0.1014113575220108, -0.0089787682518363, -0.01057963352650404, -0.03929080814123154, 0.025109227746725082, -0.057770367711782455, 0.02688410133123398, 0.002999447751790285, -0.08359302580356598, 0.07670234143733978, -0.005598679184913635, -0.004224022850394249, -0.01627836748957634, -0.01644367352128029, -0.02427399344742298, -0.031338684260845184, 0.0336877815425396, 0.01704399846494198, -0.016574179753661156, 0.028902584686875343, 0.06020646542310715, 0.007891222834587097, 0.039360411465168, 0.08303619921207428, 0.0210722628980875, -0.00429145060479641, 0.008217486552894115, -0.0370287150144577, 0.08178334683179855, 0.03163449466228485, -0.017661724239587784, -0.03636749088764191, 0.028258757665753365, 0.038142360746860504, 0.017270207405090332, -0.05808357894420624, 0.012833025306463242, -0.03487102687358856, 0.02015002630650997, -0.01999341882765293, -0.024378398433327675, 0.015765046700835228, -0.03946481645107269, -0.014033675193786621, 0.03151269257068634, -0.004576387349516153, -0.027580128982663155, 0.013868368230760098, 0.01053613144904375, 0.022934138774871826, -0.02491782046854496, -0.034175001084804535, 0.07196934521198273, 0.03471442312002182, 0.046251095831394196, 0.0029929226730018854, 0.02199450135231018, -0.023508362472057343, 0.055369067937135696, 0.029180996119976044, 0.05335058644413948, -0.01199779100716114, 0.024691611528396606, 0.03810756281018257, 0.05867520347237587, -0.017870532348752022, -0.04134409502148628, -0.0034344657324254513, 0.03248713165521622, -0.035810668021440506, -0.00390863511711359, -0.03514944016933441, -0.07419663667678833, 0.035375647246837616, 0.00018175588047597557, 0.08651634305715561, 0.03838597238063812, -0.024970022961497307, -0.054812245070934296, 0.004554636776447296, 0.009935807436704636, -0.0376899428665638, -0.037898752838373184, -0.008569850586354733, 0.010066312737762928, -0.06817599385976791, -0.008065230213105679, 0.02839796245098114, -0.03650669381022453, -0.035219043493270874, 0.06873281300067902, 0.028537169098854065, -0.043014563620090485, 0.04506784677505493, 0.0014159829588606954, 0.03541044890880585, -0.043292973190546036, 0.016260966658592224, 0.05171491950750351, 0.013128837570548058, -0.01353775430470705, 0.040056440979242325, -0.059406034648418427, -0.03929080814123154, 0.020028220489621162, 0.011771582067012787, -0.00858290120959282, -0.05032286047935486, 0.053211379796266556, -0.009718297980725765, -0.03960402309894562, -0.011884686537086964, 0.056935131549835205, -0.041622504591941833, -0.02427399344742298, -0.0029842222575098276, 0.03255673497915268, 0.06734076142311096, 0.003501893486827612, 0.0353582501411438, 0.0022142406087368727, 0.023699771612882614, 0.030625253915786743, -0.05522986128926277, 0.0708208978176117, 0.005342018790543079, 0.026849299669265747, -0.005368120037019253, 0.02599666453897953, -0.051297299563884735, 0.07363981753587723, -0.031860705465078354, 0.027249516919255257, -0.0010538307251408696, 0.011049452237784863, -0.037620339542627335, -0.0031538791954517365, -0.02867637388408184, -0.05620430409908295, 0.08310580253601074, 0.03974322974681854, -0.014651400037109852, 0.04346698150038719 ]
14,966
ipyleaflet.leaflet
on_location_found
Add a found location event listener. The callback will be called when a search result has been found. Parameters ---------- callback : callable Callback function that will be called on location found event. remove: boolean Whether to remove this callback or not. Defaults to False.
def on_location_found(self, callback, remove=False): """Add a found location event listener. The callback will be called when a search result has been found. Parameters ---------- callback : callable Callback function that will be called on location found event. remove: boolean Whether to remove this callback or not. Defaults to False. """ self._location_found_callbacks.register_callback(callback, remove=remove)
(self, callback, remove=False)
[ 0.02781067229807377, 0.02250748872756958, -0.03536637872457504, 0.027526888996362686, 0.015306510962545872, 0.02738499827682972, 0.010810334235429764, 0.0276333075016737, 0.011856782250106335, -0.0013745708856731653, 0.022773534059524536, -0.024706801399588585, 0.038487982004880905, -0.06154530122876167, 0.024830956012010574, 0.07988473773002625, -0.03696265444159508, 0.015022728592157364, -0.04820752888917923, -0.04930718615651131, -0.030967749655246735, 0.012956438586115837, 0.046256523579359055, -0.0306839682161808, -0.004939586855471134, -0.013940808363258839, -0.012442083097994328, -0.023553935810923576, 0.040048785507678986, 0.024901902303099632, -0.043170392513275146, -0.0677885115146637, -0.01986476592719555, -0.010925620794296265, -0.04175148159265518, 0.03185456991195679, 0.04976833239197731, 0.07768542319536209, 0.02630307711660862, 0.020432330667972565, -0.057253092527389526, 0.02057422138750553, -0.033982936292886734, 0.04778185486793518, 0.06505710631608963, 0.049023404717445374, -0.07420908659696579, 0.0019820425659418106, 0.029814884066581726, 0.01266378816217184, -0.02059195749461651, 0.035472795367240906, -0.000014367521544045303, 0.009808228351175785, 0.0013036252930760384, 0.0019011201802641153, 0.008274029940366745, 0.02738499827682972, 0.051293663680553436, -0.0023057316429913044, 0.08329012244939804, -0.035650160163640976, 0.020130811259150505, 0.04171600937843323, 0.01956324651837349, -0.013098329305648804, 0.07027161121368408, -0.02594834938645363, -0.00406385213136673, 0.01997118443250656, 0.026214396581053734, -0.00012595613952726126, 0.017417142167687416, -0.010828071273863316, 0.07073275744915009, 0.08846915513277054, -0.027225371450185776, -0.039516694843769073, 0.07271923124790192, 0.05253520980477333, 0.03678528964519501, -0.03958763927221298, 0.023731300607323647, 0.009896909818053246, -0.007631085347384214, -0.014623659662902355, -0.001751469331793487, -0.04597274214029312, 0.07186788320541382, 0.044979505240917206, -0.043170392513275146, 0.01559029333293438, 0.011785835959017277, -0.035543739795684814, 0.0003139896725770086, -0.04508592188358307, 0.06661791354417801, -0.027881616726517677, 0.038417037576436996, 0.014942915178835392, 0.02502605691552162, -0.017000338062644005, 0.055692289024591446, -0.008163177408277988, 0.035295430570840836, -0.017798475921154022, -0.03128700703382492, -0.04199979081749916, 0.03080812282860279, 0.08250971883535385, 0.014490636996924877, -0.07108747959136963, 0.007546837441623211, 0.05494736135005951, -0.0492362417280674, 0.03919743746519089, 0.014455163851380348, -0.020361384376883507, -0.06750472635030746, -0.008642059750854969, 0.01714222878217697, -0.020308176055550575, -0.012167168781161308, -0.05019400641322136, -0.022170497104525566, -0.06807229667901993, -0.006988140754401684, 0.049378130584955215, 0.0470723994076252, -0.018250754103064537, 0.043844375759363174, -0.009382554329931736, -0.04054540395736694, -0.06683074682950974, 0.007302961777895689, 0.06895911693572998, -0.0011894471244886518, -0.050406843423843384, -0.025292104110121727, 0.026569124311208725, -0.0347810760140419, -0.0002345915709156543, -0.007923735305666924, -0.007675426080822945, 0.00607915036380291, 0.04033256694674492, -0.04313492029905319, 0.03483428433537483, 0.026285341009497643, -0.0367143452167511, 0.03075491450726986, -0.0289458017796278, 0.04763996601104736, 0.007227581925690174, -0.0734286904335022, 0.022720325738191605, 0.0820840522646904, 0.013293430209159851, 0.034213513135910034, -0.01901341788470745, 0.06853344291448593, -0.014180250465869904, -0.008544509299099445, -0.017612243071198463, 0.00031482105259783566, 0.03243987262248993, -0.05831727758049965, 0.0470723994076252, -0.05108082666993141, 0.03009866736829281, 0.008158743381500244, 0.037033598870038986, -0.02509700320661068, 0.02215276099741459, 0.004505045246332884, -0.023199208080768585, 0.0296020470559597, -0.02846691757440567, -0.011776967905461788, 0.00779514666646719, 0.04136127978563309, -0.008109968155622482, -0.000814211496617645, -0.021212732419371605, -0.023500727489590645, -0.005480546969920397, -0.037104543298482895, 0.02924731932580471, -0.003981821238994598, 0.030417922884225845, -0.015084805898368359, -0.04352511838078499, 0.021443305537104607, -0.005090346094220877, -0.029956776648759842, 0.015235565602779388, 0.033255744725465775, 0.06810776889324188, -0.06828512996435165, -0.014623659662902355, -0.00002469932042004075, 0.01520009245723486, -0.03165946900844574, -0.010012196376919746, -0.04611463472247124, 0.03561468794941902, 0.014490636996924877, 0.018924737349152565, 0.025132475420832634, -0.029743939638137817, 0.016760895028710365, 0.06001996994018555, 0.015448402613401413, -0.002056313678622246, 0.00011452447506599128, -0.02431660145521164, -0.06502163410186768, 0.006017073057591915, 0.008291766047477722, 0.004099324811249971, 0.004611463285982609, -0.046433888375759125, 0.02112405002117157, 0.020485538989305496, -0.0552666150033474, 0.009041128680109978, 0.0020928948651999235, -0.06257401406764984, 0.037459272891283035, -0.04391532018780708, 0.01618446223437786, 0.027668779715895653, 0.004012859892100096, -0.031623996794223785, 0.004356502555310726, -0.05164838954806328, 0.05097440630197525, 0.029655257239937782, -0.0169648639857769, -0.001461035804823041, 0.004538300912827253, 0.03158852458000183, -0.028874855488538742, 0.010562025010585785, 0.030914541333913803, 0.023004107177257538, -0.01702694222331047, 0.04646936058998108, 0.008180913515388966, -0.006668885704129934, -0.0036248762626200914, -0.01420685462653637, -0.0063496301881968975, 0.00633189408108592, 0.045653488487005234, -0.056047018617391586, -0.06264495849609375, 0.029566574841737747, 0.028200872242450714, 0.03781399875879288, -0.03955216705799103, 0.05445074290037155, 0.050229478627443314, 0.05303182825446129, -0.062432121485471725, -0.031570788472890854, 0.018020180985331535, 0.007081256713718176, 0.008828291669487953, 0.042354516685009, 0.11017850041389465, 0.01775413379073143, -0.01780734397470951, -0.030843595042824745, 0.019243991002440453, -0.009657468646764755, -0.027154425159096718, 0.012344532646238804, 0.009222926571965218, 0.005635740235447884, 0.02743820659816265, -0.003824410727247596, -0.011510922573506832, 0.02841370925307274, -0.011963200755417347, -0.012229246087372303, 0.005103648640215397, 0.08563132584095001, -0.05650816485285759, -0.02467132918536663, 0.00666445167735219, -0.0721161961555481, -0.04749807342886925, 0.053705811500549316, -0.017257515341043472, 0.0007000334444455802, -0.01306285709142685, 0.06229022890329361, 0.030914541333913803, -0.009604259394109249, -0.043596066534519196, -0.020325912162661552, 0.0015685627004131675, 0.012991911731660366, -0.009524445980787277, 0.008043456822633743, 0.015749922022223473, -0.016140121966600418, -0.03813325613737106, 0.01306285709142685, -0.030258294194936752, -0.025256630033254623, -0.028697490692138672, -0.020609693601727486, 0.01654805988073349, 0.010606366209685802, -0.014676868915557861, -0.024476228281855583, -0.023004107177257538, -0.005529322195798159, -0.027828408405184746, -0.004019510932266712, -0.06505710631608963, -0.06796587258577347, 0.041432224214076996, -0.07321584969758987, -0.02046780288219452, 0.014100436121225357, -0.001601818366907537, 0.00660680839791894, 0.01692052371799946, -0.08825631439685822, 0.03813325613737106, -0.03515354171395302, -0.036022622138261795, -0.010056537576019764, -0.037033598870038986, 0.011306953616440296, 0.04778185486793518, 0.0475335456430912, 0.009347081184387207, 0.01806452125310898, -0.04253188148140907, 0.025629093870520592, -0.0220286063849926, 0.015483874827623367, -0.029087692499160767, -0.0026870642323046923, 0.015749922022223473, -0.055692289024591446, 0.04905887693166733, -0.0600554421544075, -0.08584416657686234, 0.021265940740704536, 0.008087797090411186, -0.02250748872756958, 0.04544065147638321, -0.00812770426273346, 0.04182242602109909, -0.038239672780036926, -0.072187140583992, -0.0018767325673252344, -0.003948565572500229, -0.09230021387338638, -0.009320477023720741, 0.012894361279904842, 0.02220596931874752, -0.011998672969639301, 0.005764329340308905, -0.04309944808483124, -0.004598161205649376, -0.06470237672328949, 0.018135467544198036, 0.048349421471357346, 0.04054540395736694, -0.05562134459614754, 0.049200765788555145, 0.015093674883246422, -0.08754686266183853, -0.012051882222294807, -0.018445853143930435, 0.02977941185235977, -0.06526994705200195, -0.024884166195988655, 0.07619556784629822, -0.033663682639598846, -0.023305626586079597, 0.07874960452318192, -0.025203421711921692, 0.018747372552752495, -0.04001331329345703, -0.01698260009288788, -0.011200535111129284, -0.03834609314799309, -0.006828512996435165, 0.025717776268720627, -0.01714222878217697, -0.017319591715931892, -0.021815769374370575, 0.029743939638137817, 0.04132580757141113, 0.002179359784349799, -0.04309944808483124, 0.013869863003492355, 0.046540308743715286, 0.001699368585832417, -0.033184800297021866, 0.009763887152075768, -0.046788617968559265, -0.02931826561689377, -0.01666334643959999, -0.06001996994018555, -0.005892917979508638, -0.057856131345033646, -0.09237115830183029, 0.020308176055550575, -0.07541516423225403, 0.04434099420905113, -0.04132580757141113, -0.021407831460237503, -0.0181265976279974, -0.051258187741041183, 0.023199208080768585, 0.052393317222595215, 0.030595285817980766, 0.0317658893764019, 0.023678090423345566, 0.02154972404241562, -0.0024830957408994436, 0.010295978747308254, 0.01709788665175438, -0.029584310948848724, -0.027952563017606735, 0.001626205979846418, -0.034692395478487015, 0.05665005370974541, -0.0036492638755589724, -0.01776300184428692, -0.0578916035592556, 0.005990468431264162, -0.019722875207662582, 0.0017758568283170462, -0.05267710238695145, 0.042106207460165024, 0.008775082416832447, -0.015661239624023438, -0.03098548762500286, -0.048775095492601395, 0.028732964769005775, -0.05416695773601532, -0.007072388660162687, -0.040119729936122894, 0.006043677683919668, 0.06385102868080139, 0.035472795367240906, -0.05416695773601532, -0.10287110507488251, 0.014251195825636387, -0.004948454909026623, -0.037104543298482895, -0.046185579150915146, 0.006402839440852404, -0.05625985190272331, -0.04700145497918129, 0.003185900393873453, -0.006668885704129934, 0.012459819205105305, -0.011679418385028839, -0.024334337562322617, -0.014162513427436352, 0.06197097525000572, -0.017018074169754982, -0.02979714795947075, -0.004502827767282724, 0.040580879896879196, -0.006101320963352919, -0.009187454357743263, -0.040900133550167084, 0.0052145011723041534, 0.03678528964519501, 0.002726971171796322, 0.026214396581053734, -0.04746260121464729, 0.004267820622771978, 0.015084805898368359, -0.031269270926713943, -0.008039021864533424, -0.011776967905461788, -0.004926284309476614, 0.027952563017606735, -0.009630863554775715, 0.029868094250559807, 0.012779074721038342, -0.05409601330757141, 0.02671101503074169, -0.02828955464065075, 0.036856234073638916, -0.007666558027267456, 0.042638301849365234, -0.004128146450966597, 0.01354173943400383, -0.03208514302968979, 0.027172161266207695, 0.0014854233013466, -0.036678869277238846, -0.08534754812717438, 0.034568239003419876, 0.01619333028793335, -0.05640174448490143, 0.04866867512464523, -0.006695490330457687, 0.051009878516197205, 0.06331893801689148, -0.01097883004695177, 0.04483761265873909, 0.001702694222331047, -0.008854896761476994, -0.019545510411262512, -0.013515135273337364, 0.010331451892852783, -0.0044230143539607525, 0.03816872835159302, 0.021106313914060593, -0.06001996994018555, -0.0016328571364283562, -0.0019033371936529875, -0.037636637687683105, -0.005320919211953878, -0.04285113885998726, -0.040297094732522964, -0.02004212886095047, 0.011892254464328289, -0.023270154371857643, -0.05108082666993141, 0.0617581382393837, 0.0803813561797142, 0.07005877047777176, -0.018268490210175514, -0.027526888996362686, -0.005484980996698141, 0.05012305825948715, 0.019634192809462547, -0.013976281508803368, -0.04238998889923096, 0.011324689723551273, -0.0004957877681590617, -0.004332114942371845, -0.0522514283657074, 0.05590512603521347, 0.005653476808220148, 0.03382331132888794, 0.005085912067443132, 0.023305626586079597, 0.009630863554775715, 0.031801361590623856, 0.03948122262954712, -0.018046785145998, -0.038913656026124954, -0.004642501939088106, 0.046362943947315216, 0.011040907353162766, 0.02834276296198368, -0.008074495010077953, 0.04632747173309326, 0.009728414006531239, 0.018942473456263542, 0.025540413334965706, -0.04441193863749504, -0.018197543919086456, -0.018552271649241447, 0.030116403475403786, 0.026977060362696648, -0.042815662920475006, -0.07796920090913773, -0.07456381618976593, 0.004383107181638479, 0.03653698042035103, -0.0794590637087822, 0.027296315878629684, -0.03334442898631096, -0.06580203771591187, -0.03845250979065895, 0.031623996794223785, 0.019527774304151535, -0.020556485280394554, 0.018765108659863472, 0.012096223421394825, 0.03297196328639984, -0.048243001103401184, 0.010925620794296265, 0.03912649303674698, 0.01805565319955349, -0.03485202044248581, -0.03777852654457092, 0.0287152286618948, -0.02497284859418869, 0.007365039084106684, -0.00945349968969822, -0.009231794625520706, -0.02016628347337246, -0.027970299124717712, -0.012894361279904842, -0.013231352902948856, -0.04845583811402321, 0.003041792195290327, 0.008903671987354755, -0.061829082667827606, 0.001559694530442357, -0.0518612265586853, 0.010703915730118752, -0.022950898855924606, -0.022773534059524536, 0.024582646787166595, 0.01968740113079548, 0.026019295677542686, -0.0250437930226326, 0.006934931501746178, 0.007994681596755981, -0.010021064430475235, 0.07740163803100586, -0.014543846249580383, 0.018082257360219955, 0.03588073328137398, 0.008553378283977509, -0.011821309104561806, -0.06211286410689354, -0.01384325884282589, -0.0051391213200986385, -0.00513025326654315, 0.03339763730764389, -0.0427447184920311, 0.05384770408272743, 0.00040738287498243153, -0.07974284142255783, 0.06197097525000572, -0.008132138289511204, 0.024032818153500557, -0.011173930950462818, 0.002802350791171193, -0.01961645670235157, -0.03242213651537895, 0.03664339706301689, 0.023305626586079597, 0.013036251999437809, 0.020858004689216614, 0.051541972905397415, 0.009285003878176212, 0.04646936058998108, 0.05391864851117134, 0.022773534059524536, 0.03080812282860279, 0.042283572256565094, -0.012335664592683315, 0.077756367623806, 0.03447955846786499, -0.00574659276753664, -0.03274139016866684, 0.009941251017153263, 0.019208518788218498, 0.03217382729053497, -0.03674981743097305, -0.002123933518305421, -0.0691010057926178, 0.010074273683130741, 0.016893919557332993, 0.014765551313757896, 0.018676426261663437, 0.0004323246830608696, -0.03724643588066101, -0.015111410990357399, 0.011058644391596317, -0.04075824096798897, 0.02424565516412258, 0.00932934507727623, 0.010526551865041256, -0.03178362548351288, -0.054486215114593506, 0.03689170628786087, -0.005382996518164873, 0.01049994770437479, -0.008398184552788734, 0.004467355087399483, -0.014428559690713882, 0.03337990120053291, 0.02130141295492649, 0.0915198102593422, 0.006247646175324917, 0.00555149232968688, 0.049981169402599335, 0.011306953616440296, -0.005533756222575903, -0.020964421331882477, -0.022472016513347626, 0.044021740555763245, -0.023695826530456543, 0.03194325417280197, -0.03531316667795181, -0.09201642870903015, 0.04476666823029518, -0.002538522006943822, 0.09258399903774261, 0.0075557054951786995, -0.010943357832729816, -0.07931716740131378, -0.026498178020119667, 0.015501611866056919, -0.031074168160557747, -0.02846691757440567, -0.0047090137377381325, 0.03268818184733391, -0.030542077496647835, -0.03990689665079117, 0.02942468412220478, -0.055514924228191376, -0.04242546483874321, 0.019456828013062477, 0.05246426537632942, -0.0350116491317749, 0.03419577330350876, 0.010216165333986282, 0.04373795539140701, -0.057394981384277344, 0.017727529630064964, 0.03165946900844574, 0.030364712700247765, -0.02250748872756958, 0.03605809807777405, -0.07413814216852188, -0.010668443515896797, 0.010792598128318787, -0.00045310953282751143, -0.01474781520664692, -0.037636637687683105, 0.06126151606440544, 0.000407660030759871, -0.018942473456263542, -0.03958763927221298, 0.04370248317718506, -0.04714334383606911, -0.025841930881142616, 0.025646831840276718, 0.05115177109837532, 0.07477664947509766, -0.04430552199482918, -0.002585079986602068, 0.00373794580809772, 0.01417138148099184, 0.02124820463359356, -0.025558149442076683, 0.07591178268194199, 0.01456158235669136, 0.02864428237080574, 0.005263275932520628, 0.05590512603521347, -0.06119057163596153, 0.039623111486434937, 0.012078487314283848, 0.051967646926641464, 0.00741824833676219, 0.031322479248046875, -0.017292987555265427, -0.011714890599250793, -0.034266721457242966, -0.05508925020694733, 0.07236450165510178, 0.04129033535718918, -0.022578435018658638, 0.05246426537632942 ]
14,984
ipyleaflet.leaflet
SplitMapControl
SplitMapControl class, with Control as parent class. A control which allows comparing layers by splitting the map in two. Attributes ---------- left_layer: Layer or list of Layers The left layer(s) for comparison. right_layer: Layer or list of Layers The right layer(s) for comparison.
class SplitMapControl(Control): """SplitMapControl class, with Control as parent class. A control which allows comparing layers by splitting the map in two. Attributes ---------- left_layer: Layer or list of Layers The left layer(s) for comparison. right_layer: Layer or list of Layers The right layer(s) for comparison. """ _view_name = Unicode("LeafletSplitMapControlView").tag(sync=True) _model_name = Unicode("LeafletSplitMapControlModel").tag(sync=True) left_layer = Union((Instance(Layer), List(Instance(Layer)))).tag( sync=True, **widget_serialization ) right_layer = Union((Instance(Layer), List(Instance(Layer)))).tag( sync=True, **widget_serialization ) @default("left_layer") def _default_left_layer(self): # TODO: Shouldn't this be None? return TileLayer() @default("right_layer") def _default_right_layer(self): # TODO: Shouldn't this be None? return TileLayer() def __init__(self, **kwargs): super(SplitMapControl, self).__init__(**kwargs) self.on_msg(self._handle_leaflet_event) def _handle_leaflet_event(self, _, content, buffers): if content.get("event", "") == "dividermove": event = content.get("event") # TODO: Add x trait? self.x = event.x
(**kwargs)
[ 0.017501769587397575, -0.04758264869451523, -0.0409698411822319, 0.0580005869269371, -0.05700312554836273, -0.01548837311565876, -0.025878606364130974, 0.06413313001394272, -0.05700312554836273, 0.0037543373182415962, 0.011036735959351063, 0.030422601848840714, -0.011323045007884502, -0.013548863120377064, 0.006063277833163738, 0.0011302264174446464, 0.0010390232782810926, -0.05401073768734932, 0.058850277215242386, -0.06963764876127243, 0.03149395063519478, 0.01081507746130228, 0.0718911737203598, 0.02042950689792633, -0.003269459819421172, 0.028095189481973648, -0.04651129990816116, 0.005518367979675531, 0.016162583604454994, -0.0330825001001358, -0.05859167501330376, -0.003782044630497694, -0.03838382661342621, -0.0031609395518898964, -0.007550235837697983, -0.0504642054438591, 0.009046428836882114, 0.05678146705031395, -0.015118942596018314, 0.015617674216628075, 0.009402005933225155, -0.06956376135349274, 0.03746025264263153, -0.03522519767284393, 0.023883681744337082, 0.010953614488244057, -0.04695461690425873, 0.042225904762744904, 0.0016693640500307083, -0.024991972371935844, 0.018619297072291374, -0.027097726240754128, -0.015469902195036411, 0.023163292557001114, 0.007370138540863991, 0.038679372519254684, 0.06823381036520004, 0.06723634898662567, 0.010066980496048927, -0.004308483097702265, -0.07214977592229843, 0.011221450753509998, -0.018102094531059265, -0.024271583184599876, 0.003791280323639512, -0.08164414018392563, -0.05504514276981354, -0.011710946448147297, 0.0011787142138928175, 0.06627582758665085, -0.007698007859289646, 0.0020191685762256384, -0.0008364137029275298, 0.01771419122815132, 0.0017732663545757532, -0.017280111089348793, 0.04074818268418312, 0.007226984016597271, 0.07839315384626389, -0.02083588019013405, -0.02380979433655739, -0.040932897478342056, 0.02789200283586979, 0.04514440521597862, 0.00020895912894047797, -0.05718784034252167, 0.02872322127223015, -0.008967924863100052, 0.04403611645102501, -0.04429471492767334, -0.05220052972435951, 0.024881143122911453, -0.03500353917479515, 0.01917344331741333, -0.05083363503217697, 0.00673748878762126, -0.025712361559271812, 0.0034795734100043774, -0.07462496310472488, -0.017409412190318108, 0.030385658144950867, 0.034190792590379715, -0.0073285773396492004, 0.0479520782828331, 0.015543787740170956, -0.04045264050364494, -0.024308526888489723, 0.021334610879421234, -0.11814387142658234, 0.0048349215649068356, 0.0454399511218071, -0.03797745332121849, -0.05408462509512901, 0.0744771882891655, -0.05515597388148308, 0.04000932350754738, -0.052791617810726166, -0.009397388435900211, -0.022701503708958626, -0.06952682137489319, -0.017557183280587196, 0.020817408338189125, -0.015414487570524216, -0.03365511819720268, 0.00798893440514803, 0.05851779133081436, 0.05463876947760582, 0.01959828846156597, -0.018185215070843697, -0.0159132182598114, 0.018332988023757935, 0.021131424233317375, -0.04931896924972534, 0.005398303270339966, 0.04942980036139488, -0.020983651280403137, 0.003959833178669214, 0.012080376967787743, -0.04425777122378349, 0.062249038368463516, 0.04318642616271973, -0.015266715548932552, 0.0479520782828331, 0.0946480929851532, -0.027504099532961845, -0.008469194173812866, 0.009402005933225155, -0.013207140378654003, 0.04558772221207619, 0.00037751178024336696, -0.031198404729366302, -0.026598995551466942, -0.02386520989239216, 0.014121480286121368, -0.017483297735452652, 0.018730126321315765, 0.010066980496048927, -0.006114074494689703, 0.031789492815732956, -0.009309648536145687, -0.02057727798819542, -0.007139244116842747, 0.003920581191778183, -0.03856854513287544, -0.009965387172996998, -0.0011596654076129198, 0.04761958867311478, -0.08134859800338745, 0.0416717603802681, 0.03927046060562134, 0.0035534596536308527, 0.01705845259130001, 0.05301327630877495, 0.026506638154387474, -0.0006938366568647325, 0.018933312967419624, -0.02591554820537567, -0.01562690921127796, -0.012034198269248009, -0.017511004582047462, 0.023015519604086876, 0.02157474122941494, -0.010990557260811329, 0.023477308452129364, -0.018730126321315765, -0.002246599178761244, 0.027725758031010628, -0.023311063647270203, -0.018850190564990044, -0.012385156936943531, 0.017538713291287422, -0.015737738460302353, -0.011784832924604416, -0.02534293197095394, -0.007831926457583904, 0.011720182374119759, 0.01608869805932045, -0.03672138974070549, 0.05131389573216438, 0.04252145066857338, -0.07868869602680206, 0.018933312967419624, -0.009046428836882114, 0.02774422988295555, -0.01783425733447075, 0.037164706736803055, 0.0330825001001358, 0.03618571534752846, -0.0315493643283844, -0.0134010910987854, 0.02163015492260456, 0.02960985340178013, 0.018129801377654076, 0.06638666242361069, 0.0593305379152298, -0.05851779133081436, -0.07192811369895935, 0.0454399511218071, 0.0134010910987854, -0.00008023568807402626, -0.0028538506012409925, 0.06136240437626839, -0.017160046845674515, 0.04281699284911156, -0.004645588342100382, 0.011138329282402992, 0.03886408731341362, -0.011618589051067829, 0.028667805716395378, -0.012579108588397503, -0.022738447412848473, -0.07344277948141098, -0.02377285249531269, -0.014324666932225227, 0.021297667175531387, -0.020706579089164734, 0.012514458037912846, -0.0674210637807846, -0.03411690518260002, -0.011406166478991508, -0.031734079122543335, -0.034671053290367126, 0.0053336527198553085, -0.013327204622328281, -0.006497358903288841, -0.015506844967603683, -0.028556976467370987, 0.03284237161278725, 0.02163015492260456, 0.05929359421133995, 0.03801439702510834, -0.014767983928322792, -0.020078547298908234, 0.024068396538496017, 0.022424431517720222, -0.04436860233545303, -0.06272929906845093, -0.02403145283460617, -0.0032325168140232563, -0.005282856058329344, -0.05859167501330376, 0.018480760976672173, -0.019727587699890137, 0.032731540501117706, 0.05504514276981354, -0.03020094335079193, 0.039159633219242096, 0.0032048095017671585, 0.030071642249822617, -0.0016659005777910352, 0.07048733532428741, 0.06106686219573021, -0.04854316636919975, 0.013003953732550144, -0.007550235837697983, -0.047878190875053406, 0.03882714360952377, -0.05223747342824936, 0.011507759802043438, -0.022923162207007408, 0.06524142622947693, 0.0060355705209076405, -0.09272705018520355, -0.0036435083020478487, -0.041560929268598557, -0.042558394372463226, 0.04525523632764816, -0.04614187031984329, -0.0005400034715421498, -0.011692475527524948, -0.012810002081096172, 0.04684378579258919, 0.051424723118543625, -0.022997047752141953, -0.01081507746130228, -0.05589483305811882, -0.041560929268598557, 0.022498317062854767, -0.01583009585738182, -0.03986154869198799, -0.01597786881029606, -0.06627582758665085, 0.06575863063335419, -0.02779964543879032, 0.016236471012234688, -0.03938129171729088, 0.03963989019393921, 0.01694762334227562, 0.05840696021914482, 0.0046548242680728436, 0.05803753063082695, 0.029129594564437866, -0.021223781630396843, -0.06675609201192856, -0.01008545234799385, 0.03108757548034191, 0.048284564167261124, 0.012819238007068634, 0.02626650780439377, 0.058850277215242386, -0.007134626619517803, -0.015987103804945946, -0.05755726993083954, 0.03856854513287544, 0.05212664231657982, -0.011184507980942726, 0.08430403470993042, -0.03927046060562134, 0.018102094531059265, 0.0001374541170662269, -0.08940217643976212, 0.007582560647279024, -0.055340688675642014, -0.01298548188060522, -0.03749719634652138, -0.03352581709623337, 0.007310105953365564, -0.01193260494619608, 0.02377285249531269, -0.002745330333709717, 0.030902860686182976, 0.04344502463936806, -0.0700070783495903, 0.0189148411154747, 0.007162333466112614, 0.04433165863156319, 0.06287706643342972, 0.03812522813677788, -0.03317485749721527, 0.04942980036139488, 0.0004086824774276465, -0.024936558678746223, 0.015035821124911308, -0.009808379225432873, 0.037109293043613434, -0.039048802107572556, 0.029074179008603096, -0.05061197653412819, 0.03077355958521366, -0.015155886299908161, 0.09021492302417755, -0.06117768958210945, -0.015534551814198494, -0.006852935533970594, -0.008838624693453312, -0.0580744743347168, 0.039566006511449814, -0.05386296659708023, -0.009891501627862453, -0.022295130416750908, -0.0334334596991539, -0.018767068162560463, 0.009411241859197617, 0.012431335635483265, 0.010768898762762547, 0.02900029346346855, 0.04026792198419571, -0.01185871846973896, 0.011849483475089073, -0.03838382661342621, 0.01825910247862339, -0.025416817516088486, 0.02591554820537567, 0.03117993287742138, 0.018988726660609245, -0.003394142724573612, 0.03249141201376915, -0.00834451150149107, 0.050759751349687576, -0.03938129171729088, 0.10698707401752472, 0.0032948581501841545, 0.005878562573343515, -0.017039980739355087, -0.061916548758745193, -0.00784577988088131, 0.016707494854927063, 0.009946916252374649, 0.07329501211643219, -0.01817598007619381, 0.032528355717659, 0.005804676562547684, -0.018323753029108047, 0.008709323592483997, 0.04399917274713516, 0.009586721658706665, 0.01817598007619381, 0.011978783644735813, -0.011092150583863258, -0.06413313001394272, -0.05120306462049484, 0.020411035045981407, 0.026303451508283615, -0.014980406500399113, 0.018591590225696564, -0.03066273033618927, -0.012052670121192932, 0.08629896491765976, -0.05131389573216438, -0.014657154679298401, -0.0058554732240736485, 0.048284564167261124, 0.050427261739969254, -0.017797313630580902, 0.03642584756016731, -0.044479429721832275, 0.021390026435256004, -0.013281025923788548, 0.0018748597940430045, 0.03849465772509575, -0.0014199984725564718, -0.017501769587397575, -0.054454054683446884, -0.035760872066020966, -0.0058739446103572845, 0.0074209352023899555, -0.00798893440514803, 0.01483263447880745, 0.05131389573216438, 0.004871864803135395, -0.006044806446880102, 0.020411035045981407, 0.02783658728003502, 0.043223366141319275, 0.03875325992703438, -0.024160753935575485, -0.04433165863156319, 0.011286101303994656, 0.019450515508651733, -0.04466414824128151, -0.02083588019013405, 0.04263227805495262, -0.014924991875886917, 0.026044849306344986, 0.05641203746199608, -0.05888722091913223, -0.0706351101398468, -0.05718784034252167, -0.04436860233545303, 0.0189148411154747, -0.0015954779228195548, -0.03359970450401306, 0.012579108588397503, 0.02251678891479969, -0.004250759724527597, 0.008944835513830185, 0.055451516062021255, 0.003648126032203436, -0.014398553408682346, -0.01154470257461071, 0.01823139563202858, -0.04248450696468353, 0.027504099532961845, 0.0057908231392502785, 0.031475476920604706, 0.032676126807928085, 0.03849465772509575, 0.012754587456583977, -0.03289778530597687, -0.05478654056787491, -0.026931483298540115, 0.006363440304994583, 0.002385135507211089, -0.00890327524393797, -0.07458801567554474, 0.015894746407866478, 0.009148022159934044, 0.02246137335896492, 0.004507051780819893, -0.019930774345993996, -0.05308715999126434, 0.04241061955690384, -0.0372016504406929, -0.010630362667143345, -0.01548837311565876, 0.018933312967419624, 0.025453761219978333, -0.027707286179065704, 0.05630120635032654, -0.053419649600982666, 0.004650206305086613, 0.0038559308741241693, 0.03834688663482666, -0.023015519604086876, 0.04654824361205101, -0.02674676850438118, -0.04388834163546562, 0.006811374798417091, -0.019727587699890137, 0.031364649534225464, -0.0038305323105305433, -0.04617881029844284, 0.04924508556723595, 0.05748338624835014, 0.0021103715989738703, -0.02257220260798931, -0.034246206283569336, 0.044590260833501816, -0.0016959168715402484, -0.014426261186599731, 0.028797106817364693, 0.00035182482679374516, 0.045735493302345276, -0.07721097022294998, -0.005989391822367907, 0.011637060903012753, -0.039159633219242096, -0.032362110912799835, -0.027097726240754128, -0.0014580959687009454, -0.00861696619540453, 0.0006690155132673681, -0.03707234933972359, 0.05349353700876236, -0.00010527326230658218, 0.00540753873065114, -0.036850690841674805, -0.0012814620276913047, -0.0504642054438591, -0.015008113346993923, -0.002210810547694564, -0.020392563194036484, 0.04337114095687866, -0.010547240264713764, 0.031789492815732956, 0.019395099952816963, 0.01806515082716942, -0.008353747427463531, -0.029425138607621193, 0.010094688273966312, 0.011683239601552486, 0.030588844791054726, 0.0035626953467726707, -0.04455331712961197, -0.026155678555369377, 0.04215201735496521, -0.039787665009498596, -0.03775579482316971, 0.005056580062955618, 0.03875325992703438, 0.0074209352023899555, 0.04085901379585266, 0.028667805716395378, 0.01217273436486721, -0.009208055213093758, -0.00006757258961442858, 0.027282441034913063, 0.004296938423067331, 0.04178258776664734, 0.037534136325120926, 0.027707286179065704, 0.004991929512470961, -0.031069103628396988, -0.01600557565689087, -0.007605650462210178, 0.05434322729706764, 0.0896238386631012, 0.011988019570708275, -0.02820601873099804, -0.05253301560878754, -0.005481424741446972, 0.011359987780451775, 0.03014552779495716, -0.017612598836421967, 0.018296044319868088, 0.031789492815732956, -0.03864242881536484, 0.03295319899916649, 0.0010586492717266083, 0.0015770064201205969, 0.00019813596736639738, 0.018009737133979797, -0.0057677337899804115, 0.01070424821227789, 0.025269046425819397, 0.021537797525525093, -0.028907936066389084, 0.0014223074540495872, 0.02382826618850231, 0.03214045241475105, -0.00418610917404294, -0.007882723584771156, -0.0028584683313965797, 0.03890103101730347, 0.022369015961885452, -0.04883871227502823, -0.010066980496048927, -0.04037875309586525, -0.07362749427556992, 0.0058739446103572845, 0.03577934205532074, -0.016393478959798813, 0.02465948462486267, -0.039307404309511185, 0.018240630626678467, -0.04300170764327049, -0.040674299001693726, 0.007111536804586649, 0.09169264882802963, -0.048506222665309906, 0.0015285186236724257, 0.005458335392177105, -0.04972534254193306, -0.0170307457447052, -0.03396913409233093, -0.01900719851255417, 0.036296546459198, -0.007162333466112614, 0.032306697219610214, 0.049023427069187164, 0.01671672984957695, -0.03149395063519478, -0.014296960085630417, -0.052422188222408295, 0.04507052153348923, 0.011535467579960823, 0.01666131429374218, 0.005596871953457594, 0.003031638916581869, -0.012052670121192932, -0.008418397046625614, -0.06697774678468704, 0.0473240464925766, 0.0004560157540254295, -0.006003245711326599, -0.0051951161585748196, 0.03365511819720268, 0.06564779579639435, 0.026248035952448845, -0.016938388347625732, -0.04425777122378349, 0.05364130809903145, -0.022165829315781593, 0.03516978397965431, -0.017483297735452652, -0.03108757548034191, 0.040083207190036774, -0.010584183968603611, 0.05245912820100784, -0.03642584756016731, -0.09568249434232712, 0.01900719851255417, 0.03335957229137421, 0.005185880698263645, -0.0019983879756182432, -0.053050220012664795, 0.02100212313234806, -0.020337149500846863, 0.04303865134716034, 0.03125381842255592, 0.02480725757777691, -0.09302259981632233, -0.07200200110673904, 0.012782295234501362, 0.018129801377654076, -0.06801215559244156, 0.025712361559271812, -0.05582094565033913, -0.005684611853212118, -0.030422601848840714, 0.0013172505423426628, 0.05859167501330376, -0.07037650793790817, 0.02057727798819542, 0.03794051334261894, 0.008478430099785328, 0.029942341148853302, -0.021704042330384254, 0.0681229829788208, 0.03208503872156143, 0.05859167501330376, 0.012163499370217323, 0.041450101882219315, 0.03055190108716488, -0.06852935999631882, -0.03254682570695877, -0.011637060903012753, -0.08386072516441345, -0.0353175550699234, 0.0044077676720917225, 0.01131380908191204, -0.05478654056787491, -0.08725947886705399, 0.03300861269235611, 0.01280076615512371, 0.019339686259627342, -0.0473240464925766, -0.07676765322685242, 0.09154487401247025, -0.04451637342572212, 0.026414280757308006, 0.049023427069187164, 0.04684378579258919, 0.0041791824623942375, -0.014998878352344036, -0.04045264050364494, -0.030588844791054726, -0.004661750979721546, 0.010833549313247204, 0.0032140451949089766, -0.02131613902747631, -0.02380979433655739, 0.016892209649086, 0.02549070306122303, 0.01682755909860134, 0.05500819906592369, -0.019893832504749298, -0.05803753063082695, -0.04843233898282051, 0.04215201735496521, -0.002946208231151104, 0.034246206283569336, -0.04492274671792984, 0.018582353368401527, 0.03625960275530815, -0.026986896991729736, -0.024696428328752518, -0.015091235749423504, -0.0296652689576149, 0.0025536883622407913, 0.039935436099767685, -0.11201132833957672, 0.05249607190489769, 0.004354661796241999, -0.06864018738269806, 0.06823381036520004, 0.02183334156870842, 0.050131719559431076, 0.004165328573435545, 0.015442194417119026, 0.008256771601736546, -0.02386520989239216, -0.02711619809269905, -0.04821068048477173, 0.037534136325120926, -0.0029854602180421352, -0.03740483894944191, -0.011969547718763351, -0.028593920171260834, -0.024068396538496017, 0.012708408758044243, -0.0037104676011949778, 0.03097674623131752, -0.0022789244540035725, 0.06354204565286636, 0.038937974721193314, -0.04215201735496521, 0.012967010028660297 ]
14,989
ipyleaflet.leaflet
__init__
null
def __init__(self, **kwargs): super(SplitMapControl, self).__init__(**kwargs) self.on_msg(self._handle_leaflet_event)
(self, **kwargs)
[ -0.006549006327986717, -0.014410474337637424, -0.019367678090929985, 0.035365521907806396, -0.07190161943435669, 0.024475637823343277, 0.0031060115434229374, 0.06998613476753235, -0.039799515157938004, 0.018658239394426346, -0.027189239859580994, 0.03603949025273323, 0.01222895085811615, -0.031977951526641846, -0.013603487983345985, -0.0008807017002254725, -0.015918031334877014, -0.011643663980066776, 0.007879204116761684, -0.05342073738574982, -0.024741677567362785, 0.006956933997571468, 0.05402376130223274, 0.024635260924696922, 0.00033476640237495303, 0.06601327657699585, -0.05448489636182785, 0.0005043665878474712, 0.03880630061030388, -0.034088533371686935, -0.05813850462436676, -0.0028843118343502283, 0.003256767289713025, 0.029565859586000443, -0.01117366086691618, -0.040118761360645294, -0.010969696566462517, 0.0264443289488554, -0.04707126319408417, 0.05671962723135948, 0.02151373028755188, -0.05767736956477165, 0.016024447977542877, 0.033325884491205215, 0.056045662611722946, 0.016795963048934937, -0.023287327960133553, 0.016024447977542877, 0.003755591344088316, 0.007214105222374201, -0.07083746045827866, 0.001365669653750956, -0.03132171928882599, 0.015057837590575218, -0.021974865347146988, 0.08676435798406601, 0.06030229479074478, 0.05026373639702797, -0.000241236892179586, 0.0031570023857057095, -0.09002777934074402, 0.028076039627194405, -0.02727792039513588, -0.018658239394426346, 0.019580509513616562, -0.09506479650735855, 0.004143565893173218, 0.012645745649933815, -0.008207319304347038, 0.03706817328929901, 0.046255405992269516, -0.010526297613978386, -0.030452659353613853, 0.03091379441320896, 0.030044730752706528, 0.02323411963880062, 0.0023145440500229597, 0.02963680401444435, 0.057783786207437515, 0.014117831364274025, -0.00970157515257597, -0.013967075385153294, 0.006615516263991594, 0.06892197579145432, -0.009674970991909504, -0.043311234563589096, 0.023854877799749374, -0.0009577423334121704, 0.020201269537210464, -0.02374846301972866, -0.06310457736253738, 0.038167804479599, -0.03912554681301117, 0.01832125522196293, -0.04373690113425255, -0.006841650232672691, -0.011022904887795448, 0.038309693336486816, -0.025663947686553, 0.02651527337729931, 0.016999926418066025, -0.01708860695362091, 0.014587834477424622, -0.010694789700210094, 0.03724553436040878, -0.04189235717058182, -0.0031104455702006817, -0.013231032527983189, -0.05235657840967178, 0.03873535618185997, 0.04707126319408417, 0.012246686965227127, -0.034585140645504, 0.09825726598501205, -0.09641272574663162, 0.09414252638816833, -0.02561073936522007, -0.028093773871660233, -0.03834516555070877, -0.031924743205308914, -0.021974865347146988, 0.039409324526786804, -0.02266656793653965, -0.048064474016427994, 0.015864824876189232, 0.05441395193338394, 0.01120913214981556, -0.013355184346437454, 0.03820327669382095, -0.034744761884212494, 0.024422429502010345, 0.014508022926747799, -0.022169960662722588, -0.027171503752470016, 0.008158545941114426, -0.02906925231218338, -0.0018323472468182445, -0.04054442420601845, -0.03784855827689171, 0.017939932644367218, 0.0409700870513916, 0.021229954436421394, 0.04483652859926224, 0.015643125399947166, -0.012894049286842346, 0.026994144544005394, 0.010969696566462517, 0.008499963209033012, 0.01844540797173977, -0.0034452120307832956, -0.007387030869722366, -0.024670733138918877, -0.02137184329330921, 0.006903725676238537, -0.024599788710474968, 0.004988241475075483, 0.03187153488397598, 0.0028244529385119677, 0.036004018038511276, -0.003010680666193366, 0.041395749896764755, -0.013763112016022205, 0.017771441489458084, -0.02227637730538845, -0.035826656967401505, 0.011448567733168602, 0.04756787046790123, -0.06611969321966171, 0.004181254655122757, 0.04724862053990364, 0.012441782280802727, -0.010322334244847298, 0.019828813150525093, 0.037032704800367355, -0.015572180971503258, 0.04480105638504028, -0.01844540797173977, 0.0022070195991545916, -0.025273755192756653, 0.034602876752614975, 0.011377624236047268, 0.029211141169071198, -0.01453462615609169, 0.04710673168301582, -0.0018112858524546027, 0.011138188652694225, 0.012033854611217976, -0.00198421161621809, -0.023074494674801826, -0.005542490165680647, -0.007834863848984241, -0.02131863497197628, -0.017141813412308693, -0.053739987313747406, 0.0005869496962986887, 0.040438007563352585, 0.00712542561814189, -0.037813086062669754, -0.02830660715699196, 0.0608343742787838, -0.036713454872369766, 0.037742141634225845, -0.047603338956832886, 0.0005606228951364756, -0.002188175218179822, 0.06782234460115433, 0.02740207128226757, 0.04937693849205971, 0.022205432876944542, -0.053881872445344925, 0.03215531259775162, 0.0005384529358707368, 0.0326341837644577, 0.06711290776729584, 0.05923813581466675, -0.047213148325681686, -0.08144357055425644, 0.030523601919412613, 0.030452659353613853, 0.010082898661494255, 0.030700962990522385, 0.05352715402841568, -0.019828813150525093, 0.011599323712289333, -0.04334670677781105, 0.03823874890804291, 0.07126311957836151, -0.03994140028953552, 0.0304171871393919, 0.012113667093217373, -0.03823874890804291, -0.02144278585910797, -0.01171460747718811, 0.017753705382347107, -0.0028532741125673056, 0.00756882457062602, 0.020786555483937263, -0.048561081290245056, -0.09421346336603165, -0.013568015769124031, -0.0012847492471337318, 0.0017602948937565088, -0.004762107506394386, 0.003023982746526599, 0.010845544748008251, 0.01459670253098011, -0.01664520613849163, 0.06328193843364716, 0.01998843625187874, 0.06367212533950806, 0.01593576744198799, -0.015660859644412994, -0.03706817328929901, 0.0385579951107502, -0.012122535146772861, -0.05856417119503021, 0.002536243526265025, -0.008380245417356491, -0.017248230054974556, -0.009737047366797924, -0.06299816071987152, 0.01631709188222885, -0.016618601977825165, 0.036394208669662476, 0.03417721390724182, -0.003591533750295639, 0.037813086062669754, -0.0006734125781804323, -0.0015918031567707658, -0.005085789132863283, 0.12713143229484558, 0.03105568140745163, -0.020183533430099487, 0.033272676169872284, -0.0334145650267601, -0.06384948641061783, -0.004132480826228857, -0.03642968088388443, 0.0017170634819194674, 0.0034274759236723185, 0.1257125437259674, 0.043311234563589096, -0.048951275646686554, 0.016849171370267868, -0.062395140528678894, -0.028590381145477295, 0.04526219144463539, -0.005143431015312672, -0.015776144340634346, -0.054130177944898605, -0.048561081290245056, 0.035312313586473465, 0.00934685580432415, 0.0457233265042305, 0.01049969345331192, -0.052782244980335236, 0.004165735561400652, 0.08804135024547577, -0.030700962990522385, -0.02222316898405552, -0.004465030040591955, -0.061685699969530106, 0.01117366086691618, -0.029211141169071198, -0.00005861183308297768, -0.04476558417081833, 0.03187153488397598, 0.019545037299394608, 0.036394208669662476, -0.019669190049171448, 0.06757403910160065, 0.0592736080288887, -0.03887724503874779, -0.041076503694057465, -0.03619911149144173, 0.04543955251574516, 0.0651974231004715, -0.022577889263629913, 0.002100603887811303, 0.060657013207674026, -0.019615981727838516, -0.05505244806408882, -0.025663947686553, -0.010739129036664963, 0.031924743205308914, 0.011537247337400913, 0.06693554669618607, -0.0576418973505497, 0.03827422112226486, -0.025699419900774956, -0.05476867035031319, 0.0006390491034835577, -0.014126699417829514, -0.08648058772087097, -0.07257558405399323, -0.05441395193338394, -0.043772369623184204, -0.012557066045701504, -0.012299894355237484, -0.0373874232172966, 0.0013202212285250425, 0.01040214579552412, -0.06665176898241043, 0.0672193244099617, 0.007050047628581524, 0.005906077567487955, 0.000927258632145822, 0.002327845897525549, 0.009275911375880241, 0.0021139057353138924, 0.0025384605396538973, -0.043772369623184204, -0.01625501550734043, 0.020733347162604332, 0.07832203805446625, -0.030700962990522385, -0.008264961652457714, -0.02036089263856411, 0.012592538259923458, -0.008739398792386055, 0.06338835507631302, -0.05593924596905708, 0.003101577516645193, -0.04519124701619148, -0.019261261448264122, -0.012761029414832592, 0.050866760313510895, -0.04692937433719635, 0.017682760953903198, -0.018534086644649506, -0.0007244034786708653, -0.03990593180060387, -0.002330062910914421, 0.05757095664739609, 0.0009843462612479925, -0.004673427902162075, 0.01568746380507946, -0.004170169588178396, -0.03368060663342476, -0.007857033982872963, -0.013780848123133183, -0.02303902432322502, 0.026071874424815178, -0.0020041645038872957, -0.007378163281828165, 0.0061233434826135635, 0.009134024381637573, 0.020822027698159218, 0.04749692603945732, -0.01056176982820034, 0.06321099400520325, 0.009453271515667439, -0.03213757649064064, -0.033964380621910095, -0.03469155356287956, -0.006735234055668116, 0.019243527203798294, -0.022577889263629913, 0.055087920278310776, -0.00646476075053215, 0.019438622519373894, -0.019367678090929985, -0.03533004969358444, -0.0006844975287094712, 0.06899292021989822, 0.014614438638091087, -0.011608191765844822, 0.00560456607490778, 0.016760490834712982, -0.07938619703054428, -0.00030733109451830387, 0.017124077305197716, -0.005116826854646206, -0.0489158034324646, -0.002443129662424326, -0.027614902704954147, -0.018285784870386124, 0.04898674786090851, -0.0385579951107502, -0.04653918370604515, -0.023979030549526215, 0.03619911149144173, 0.04086367413401604, -0.036465153098106384, 0.029672276228666306, -0.005910511594265699, -0.016485583037137985, -0.036713454872369766, 0.05537169426679611, 0.011705739423632622, -0.04724862053990364, 0.02452884428203106, -0.06736121326684952, -0.002017466351389885, 0.009772518649697304, 0.050157319754362106, -0.029725484549999237, 0.030771905556321144, 0.008353641256690025, 0.0017935498617589474, -0.017895592376589775, -0.022382792085409164, 0.047922588884830475, 0.043062932789325714, 0.0858420878648758, -0.013080277480185032, -0.035365521907806396, 0.00017417276103515178, 0.009559687227010727, -0.06165022775530815, -0.010038558393716812, 0.037813086062669754, -0.016414638608694077, 0.007147595286369324, 0.04348859563469887, -0.0429210439324379, -0.08392660319805145, -0.025663947686553, 0.0008524350123479962, -0.01575840823352337, -0.04838372394442558, -0.025504322722554207, -0.03359192609786987, -0.020892972126603127, 0.000024248394765891135, 0.03213757649064064, 0.03215531259775162, -0.0015219678170979023, -0.03478023409843445, 0.008397981524467468, 0.017638420686125755, -0.01691124588251114, 0.020573724061250687, -0.008264961652457714, 0.01979334093630314, -0.0022192131727933884, 0.014658777974545956, -0.021939393132925034, -0.009178363718092442, -0.0132221644744277, -0.02030768431723118, 0.010517429560422897, 0.0341949462890625, -0.0035072879400104284, -0.058351337909698486, -0.017053134739398956, -0.012308762408792973, -0.04221160709857941, 0.009524215012788773, 0.01040214579552412, -0.05185997486114502, 0.05870605632662773, 0.0031060115434229374, -0.010162710212171078, 0.02875000610947609, 0.035383258014917374, 0.008628549054265022, -0.015847088769078255, 0.06494911760091782, -0.014330662786960602, -0.033787019550800323, 0.03898365795612335, -0.005968153476715088, -0.013559148646891117, 0.016636338084936142, -0.03969309851527214, -0.04128933697938919, 0.031924743205308914, -0.05178903043270111, 0.03382249176502228, 0.005382866598665714, 0.0008890154422260821, 0.024617524817585945, 0.04274368658661842, 0.007528918795287609, -0.02612508274614811, -0.06023135036230087, 0.041253864765167236, -0.04320482164621353, 0.008118639700114727, 0.05852869898080826, 0.01786898821592331, 0.05065392702817917, -0.07981186360120773, -0.011776682920753956, -0.038451582193374634, -0.014445946551859379, -0.014818402007222176, -0.010260257869958878, 0.015616520307958126, -0.01844540797173977, -0.026426592841744423, -0.030878322198987007, 0.05164714157581329, 0.012663481757044792, 0.04143122211098671, -0.02330506406724453, -0.04047347977757454, -0.054839614778757095, 0.02676357701420784, -0.026107346639037132, -0.04178594425320625, 0.03891271725296974, -0.06544572860002518, -0.00507248705253005, 0.007692976389080286, -0.02176203392446041, 0.008322603069245815, -0.0046645598486065865, -0.0023367139510810375, 0.06654535233974457, -0.018285784870386124, -0.008841380476951599, 0.026550745591521263, -0.031658705323934555, 0.0059282477013766766, -0.013018201105296612, -0.06690007448196411, -0.019172582775354385, 0.0024076576810330153, -0.021300898864865303, 0.0457233265042305, -0.005742019973695278, 0.04515577852725983, -0.047284092754125595, 0.013213296420872211, 0.00876600295305252, 0.044410865753889084, -0.014898213557898998, 0.02030768431723118, 0.028572645038366318, -0.012548197992146015, -0.05398828908801079, -0.03706817328929901, -0.01504896953701973, 0.03501080349087715, 0.0819401741027832, -0.004019414074718952, -0.02259562350809574, -0.026781313121318817, -0.01638803444802761, 0.04288557171821594, -0.030842849984765053, 0.030115675181150436, -0.007054481655359268, 0.0532788522541523, -0.02146052196621895, -0.008943362161517143, 0.017452193424105644, -0.02818245440721512, 0.018658239394426346, -0.004802013747394085, 0.01056176982820034, -0.004903995431959629, -0.009506478905677795, 0.001762511907145381, -0.003773327451199293, -0.03346777334809303, 0.008083167485892773, 0.011572719551622868, -0.021425049751996994, 0.04717767611145973, -0.022560153156518936, 0.01075686514377594, 0.014800665900111198, -0.05391734465956688, -0.013975943438708782, 0.03187153488397598, -0.06292721629142761, 0.04841919615864754, 0.013151220977306366, -0.023056760430336, 0.03132171928882599, -0.020892972126603127, 0.017975404858589172, -0.021939393132925034, -0.01876465603709221, -0.0030661055352538824, 0.10882790386676788, -0.021602410823106766, 0.008251659572124481, -0.013355184346437454, -0.027614902704954147, 0.021229954436421394, -0.008956664241850376, -0.04809994623064995, 0.0429210439324379, -0.04199877381324768, -0.00550701841711998, 0.04231802001595497, -0.010313466191291809, -0.006393816787749529, -0.007896940223872662, -0.08789946138858795, 0.07867676019668579, 0.039728570729494095, -0.003972857259213924, -0.024794884026050568, 0.006673158146440983, -0.022577889263629913, -0.035631559789180756, -0.05203733220696449, 0.09520667791366577, -0.08286244422197342, -0.0063228728249669075, 0.009878934361040592, 0.017895592376589775, 0.05359809845685959, 0.008535435423254967, -0.016725018620491028, 0.0012448433553799987, 0.04639729484915733, -0.054449424147605896, 0.10648676007986069, 0.01582048460841179, -0.013266504742205143, -0.013585751876235008, 0.013044805265963078, 0.04302746057510376, -0.013913867995142937, -0.07959903031587601, 0.04540408030152321, 0.034283626824617386, 0.009621763601899147, 0.017656156793236732, -0.04118292033672333, 0.02298581600189209, -0.017567478120326996, 0.02828887104988098, 0.039161019027233124, 0.019899757578969002, -0.0596637986600399, -0.05168261379003525, 0.028732270002365112, 0.051824502646923065, -0.03724553436040878, 0.032102104276418686, -0.06817706674337387, 0.03169417753815651, -0.01520859356969595, -0.04763881117105484, 0.046574655920267105, -0.02830660715699196, -0.02914019674062729, 0.028005095198750496, 0.052143748849630356, 0.00443177530542016, 0.015341613441705704, 0.047993533313274384, 0.022099018096923828, 0.04905768856406212, 0.007231841329485178, 0.0009466573246754706, 0.023517895489931107, -0.041395749896764755, 0.008238357491791248, -0.03926743566989899, -0.14997535943984985, 0.005453810561448336, 0.010286862030625343, 0.021088067442178726, -0.025575267150998116, -0.061118148267269135, 0.0015219678170979023, -0.009825726971030235, 0.011847627349197865, -0.03277606889605522, -0.06338835507631302, 0.04143122211098671, -0.003372051054611802, 0.016184071078896523, 0.015022365376353264, 0.0421406626701355, -0.02823566272854805, -0.008180716075003147, -0.019704662263393402, -0.012654613703489304, 0.0025140736252069473, 0.014375003054738045, -0.015368216671049595, -0.02381940558552742, -0.04157311096787453, 0.04558144137263298, 0.03093153052031994, 0.06367212533950806, 0.0015485717449337244, -0.030381714925169945, -0.056755099445581436, -0.01226442214101553, 0.020325420424342155, -0.027685847133398056, -0.031144361943006516, -0.10045652836561203, 0.04586521536111832, 0.031091153621673584, -0.03834516555070877, -0.01716841757297516, 0.03628779202699661, -0.03385796397924423, 0.0054006027057766914, 0.04636182263493538, -0.08775757253170013, 0.036855343729257584, 0.022365055978298187, -0.052462995052337646, 0.0540592335164547, 0.005648905877023935, 0.031977951526641846, -0.011324415914714336, 0.029033781960606575, -0.019314469769597054, 0.018427671864628792, -0.013718771748244762, -0.01684030331671238, -0.03884177282452583, -0.02433374896645546, -0.008353641256690025, 0.011226868256926537, -0.019811077043414116, 0.013745375908911228, -0.0011539465049281716, 0.039161019027233124, 0.028271134942770004, -0.02183297835290432, 0.08449415862560272, 0.045687854290008545, 0.0023145440500229597, -0.016361432150006294 ]
15,000
ipyleaflet.leaflet
_handle_leaflet_event
null
def _handle_leaflet_event(self, _, content, buffers): if content.get("event", "") == "dividermove": event = content.get("event") # TODO: Add x trait? self.x = event.x
(self, _, content, buffers)
[ -0.007135247346013784, 0.02812127023935318, -0.047603294253349304, 0.06092941761016846, -0.03480181843042374, 0.016133004799485207, -0.010702870786190033, 0.08611264079809189, -0.05564793571829796, 0.009994592517614365, 0.0023631134536117315, -0.06610596925020218, 0.012810217216610909, -0.03135661408305168, -0.01836276985704899, 0.01892239600419998, 0.019167233258485794, 0.0024855320807546377, 0.003211298491805792, -0.07436046749353409, 0.005587528459727764, -0.052814822643995285, 0.01897486113011837, -0.009050222113728523, -0.01829281635582447, 0.008175804279744625, -0.014637750573456287, 0.0007782316533848643, -0.0020220906008034945, -0.04123753309249878, -0.016919979825615883, -0.03508163243532181, 0.020478859543800354, -0.03829948976635933, -0.06747005879878998, -0.005810504779219627, -0.000256723549682647, 0.005709946621209383, 0.026337457820773125, 0.04511994868516922, -0.04442041367292404, -0.009102687239646912, 0.008521199226379395, 0.03655065596103668, 0.008669850416481495, 0.019849279895424843, -0.027981363236904144, 0.029537826776504517, 0.031164241954684258, 0.016596445813775063, -0.05396905168890953, -0.06358764320611954, 0.010536732152104378, 0.028401082381606102, 0.029362943023443222, 0.04253167286515236, 0.07394075393676758, 0.061663929373025894, -0.00400920445099473, 0.008337571285665035, -0.02194788120687008, 0.09275821596384048, -0.04767324775457382, -0.008722315542399883, 0.05204533413052559, -0.09583617001771927, 0.07296140491962433, -0.025288157165050507, -0.03819455951452255, 0.01631663180887699, -0.03634079545736313, 0.01862509362399578, 0.008932176046073437, 0.023679228499531746, 0.024658575654029846, -0.032598286867141724, -0.03672553971409798, 0.03562377393245697, 0.07652902603149414, 0.010676638223230839, 0.016902491450309753, 0.008870966732501984, 0.016858771443367004, 0.08709198981523514, 0.005513202864676714, -0.0595303475856781, 0.03501167893409729, 0.03523902967572212, 0.01211942732334137, 0.05452867969870567, -0.0029861361254006624, -0.04225185886025429, -0.08821124583482742, -0.02390657737851143, -0.029013175517320633, 0.050541337579488754, 0.001265719416551292, 0.006960364058613777, 0.03301800787448883, 0.024990854784846306, 0.03307047113776207, 0.0648118332028389, -0.006606224924325943, 0.03606098145246506, -0.0125828692689538, -0.009714779444038868, 0.03177633509039879, -0.03704033046960831, -0.05662728101015091, 0.03314042463898659, 0.01473393663764, 0.0005869527813047171, -0.06173388287425041, 0.05848104879260063, -0.05858597904443741, 0.01274026371538639, 0.0004989645094610751, -0.02121337130665779, -0.04120255634188652, 0.0011077778181061149, 0.03443456441164017, -0.040118277072906494, -0.00021190963161643595, -0.022437555715441704, -0.013229938223958015, 0.031601451337337494, 0.02778899110853672, 0.024116436019539833, -0.02882080338895321, -0.02322453074157238, 0.028645919635891914, -0.006982224527746439, -0.0030014384537935257, -0.017558304592967033, 0.01307254284620285, 0.004164413549005985, -0.00946119800209999, -0.06687545776367188, -0.018485188484191895, -0.045924410223960876, 0.02222769521176815, 0.03377000615000725, 0.045644596219062805, 0.006007249001413584, -0.017156073823571205, 0.048897430300712585, 0.034172240644693375, 0.027719037607312202, 0.0020494163036346436, -0.0010503941448405385, -0.009775988757610321, 0.021318301558494568, -0.023084623739123344, -0.021790485829114914, -0.02387160062789917, 0.00897152442485094, -0.020548813045024872, -0.01601932942867279, 0.01629040017724037, 0.06694541126489639, 0.013929472304880619, -0.08436381071805954, 0.042706552892923355, 0.008774780668318272, -0.02780647948384285, -0.022350113838911057, -0.02784145623445511, -0.026967037469148636, 0.007686130702495575, -0.013439797796308994, 0.05795639753341675, 0.06816959381103516, 0.025935225188732147, 0.022402578964829445, 0.031216707080602646, 0.07932716608047485, -0.03697037696838379, 0.022979693487286568, 0.0008039176464080811, -0.023976530879735947, 0.07040810585021973, 0.010370592586696148, 0.03606098145246506, 0.028575966134667397, -0.03980349004268646, 0.00802278146147728, -0.004323994740843773, -0.03230098634958267, -0.010125755332410336, 0.03209112584590912, -0.02752666547894478, 0.016736352816224098, -0.03480181843042374, -0.053444404155015945, -0.008049014024436474, 0.05372421443462372, 0.0018384630093351007, -0.02023402228951454, 0.014392913319170475, -0.028960710391402245, -0.03226600959897041, -0.007174596190452576, -0.027719037607312202, 0.030831964686512947, -0.036480702459812164, 0.03899902477860451, 0.035536330193281174, 0.0648118332028389, -0.06565127521753311, -0.07107266038656235, -0.00019715384405571967, -0.00006110675894888118, -0.0006656504119746387, -0.012827705591917038, 0.027299316599965096, -0.05715193226933479, -0.10667894780635834, 0.03411977365612984, 0.01471644826233387, -0.036095958203077316, -0.0013466030359268188, 0.028855780139565468, -0.03945372253656387, -0.017820630222558975, 0.022105276584625244, -0.01190956775099039, 0.039383769035339355, -0.015590865164995193, 0.0028134386520832777, 0.01307254284620285, -0.0030276707839220762, 0.019744349643588066, -0.01142863743007183, -0.0001665492309257388, 0.022367602214217186, -0.011542311869561672, 0.0166926309466362, -0.016867514699697495, -0.0736609399318695, 0.00497980834916234, -0.013343612663447857, -0.0033686936367303133, 0.036445725709199905, -0.027649084106087685, -0.0056399935856461525, -0.015293563716113567, -0.004944831598550081, 0.0620836466550827, -0.04917724430561066, 0.05333947390317917, 0.006155899725854397, 0.024343784898519516, -0.0006743945414200425, 0.004804924596101046, 0.0001189344548038207, -0.05659230425953865, -0.021842950955033302, 0.03980349004268646, 0.01260035764425993, -0.03273819386959076, -0.06760996580123901, 0.028366105630993843, 0.01733970083296299, 0.044280506670475006, 0.029258012771606445, -0.011210033670067787, 0.008704827167093754, 0.03658563271164894, 0.03370005264878273, 0.008835989981889725, 0.062328483909368515, -0.005294598639011383, -0.02123085968196392, -0.028523501008749008, 0.012460450641810894, -0.019167233258485794, 0.03588609769940376, -0.03037726692855358, 0.05173054337501526, 0.0021882299333810806, 0.0677848532795906, 0.031006846576929092, -0.045959386974573135, 0.0791173055768013, -0.10332117974758148, -0.01866007037460804, 0.03404982015490532, 0.01825783960521221, 0.00372720486484468, -0.04417557641863823, -0.055123284459114075, 0.04358097165822983, 0.029905080795288086, 0.027701549232006073, 0.01670137606561184, -0.01768946833908558, -0.03794972226023674, 0.021685555577278137, 0.013553472235798836, 0.03686544671654701, 0.02030397579073906, -0.01030063908547163, 0.009233850054442883, -0.037110283970832825, -0.03298303112387657, -0.015249842777848244, 0.062013693153858185, -0.01357970479875803, 0.0006503480835817754, -0.044315483421087265, 0.0430912971496582, 0.022472532466053963, -0.05267491564154625, -0.0675400123000145, -0.018380258232355118, 0.049596965312957764, 0.04672887548804283, 0.06788977980613708, 0.0016592073952779174, 0.05026152357459068, -0.01762825809419155, -0.01737467758357525, -0.026319969445466995, 0.019814303144812584, 0.04774320125579834, -0.0006088132504373789, 0.05008663982152939, -0.029520338401198387, -0.0011607893975451589, -0.0192896518856287, -0.02418638952076435, -0.02750917710363865, -0.08660231530666351, -0.04550468921661377, -0.010536732152104378, -0.08681217581033707, -0.0751999095082283, 0.008962780237197876, 0.033210378140211105, -0.04421055316925049, -0.04018823057413101, 0.027649084106087685, 0.004516366869211197, 0.05005166307091713, 0.08667226880788803, -0.006361388135701418, 0.03273819386959076, 0.03728516399860382, 0.015949375927448273, 0.041062649339437485, -0.011673474684357643, -0.04078283533453941, -0.008403153158724308, -0.037110283970832825, 0.026634760200977325, -0.03009745292365551, 0.013098775409162045, -0.08863096684217453, -0.0013783007161691785, 0.03310544788837433, 0.08009664714336395, -0.07019824534654617, -0.01702491007745266, -0.01827532798051834, -0.05764160677790642, -0.002778461901471019, -0.015346028842031956, -0.024798482656478882, 0.07303135842084885, 0.01455030869692564, -0.05456365644931793, 0.030936894938349724, -0.039068978279829025, 0.04774320125579834, 0.007904735393822193, -0.01827532798051834, 0.04833780229091644, 0.03443456441164017, -0.07806800305843353, -0.0002086305757984519, 0.0012613473227247596, -0.005062877666205168, -0.01867755874991417, -0.005779900122433901, -0.0030451591592282057, 0.01112259179353714, 0.0032331589609384537, -0.025323133915662766, 0.013789565302431583, -0.032196056097745895, 0.0419020913541317, 0.00621710903942585, 0.03537893667817116, -0.021440718322992325, -0.05984513834118843, -0.033909913152456284, 0.006330783478915691, 0.004385204054415226, 0.04942208155989647, 0.029975034296512604, 0.007375712506473064, 0.035536330193281174, -0.09968360513448715, -0.015870679169893265, 0.029555315151810646, -0.013640914112329483, -0.026319969445466995, -0.02910061739385128, -0.013334868475794792, -0.015232354402542114, 0.02513076178729534, 0.02324201911687851, 0.019394582137465477, -0.010816545225679874, 0.028261175379157066, 0.00021341253886930645, -0.0562075637280941, 0.034469541162252426, -0.051170915365219116, -0.006234597414731979, -0.05389909818768501, 0.04473520442843437, 0.038159582763910294, 0.005600644741207361, 0.003989530261605978, -0.010676638223230839, -0.016491515561938286, -0.02058378979563713, 0.010982684791088104, 0.044665250927209854, -0.0575716532766819, -0.01438416913151741, -0.06827452778816223, -0.002957717515528202, -0.010064546018838882, 0.013229938223958015, -0.01932462863624096, 0.000826871138997376, -0.01925467513501644, 0.008289478719234467, 0.014856354333460331, 0.07561963051557541, 0.0470086894929409, 0.01359719317406416, 0.0413074865937233, 0.008569292724132538, -0.07075787335634232, -0.005478226114064455, -0.000943824474234134, -0.018904907628893852, -0.014069379307329655, 0.043021343648433685, 0.027036990970373154, 0.0271244328469038, 0.01732221245765686, -0.07464028149843216, -0.0896802693605423, -0.04340608790516853, 0.025270668789744377, -0.002546741161495447, -0.05005166307091713, -0.01179589331150055, -0.0483727790415287, -0.04358097165822983, 0.04361594840884209, -0.03207363560795784, -0.027684060856699944, -0.008044641464948654, -0.012294311076402664, 0.041692230850458145, 0.036410748958587646, -0.02747420035302639, 0.026634760200977325, 0.006851061712950468, 0.018240351229906082, -0.03273819386959076, 0.012407985515892506, -0.0011575103271752596, 0.022087788209319115, 0.007979060523211956, 0.0021762067917734385, -0.05236012488603592, 0.010921475477516651, -0.04470022767782211, 0.00031260427203960717, 0.04456032067537308, -0.014803889207541943, -0.024746017530560493, -0.019079791381955147, 0.028715873137116432, -0.052779845893383026, 0.04046804457902908, -0.01387700717896223, -0.04312627390027046, 0.03460944816470146, 0.00013608123117592186, 0.0048879943788051605, -0.033210378140211105, 0.0732412189245224, -0.01991923339664936, -0.015861934050917625, 0.007725479546934366, 0.03301800787448883, -0.05820123478770256, 0.020199045538902283, -0.02752666547894478, 0.01077282428741455, -0.005701202433556318, -0.043021343648433685, 0.013501007109880447, -0.0003358309913892299, 0.013317380100488663, 0.07100270688533783, 0.013658402487635612, -0.0192896518856287, -0.02255997434258461, 0.005941667594015598, 0.08177553117275238, 0.02621503919363022, -0.004748087376356125, 0.017575792968273163, -0.02416890114545822, 0.04746338725090027, -0.07464028149843216, 0.01600184105336666, 0.0450499951839447, -0.012862682342529297, -0.018240351229906082, 0.0035129727330058813, -0.0010192430345341563, -0.04651901498436928, 0.015083703212440014, 0.029957545921206474, 0.07785814255475998, 0.012023242190480232, 0.05949537083506584, -0.0006224760436452925, -0.05466858670115471, -0.09450705349445343, 0.005320831201970577, -0.017435885965824127, -0.0900999903678894, 0.019394582137465477, -0.04865259304642677, 0.009679802693426609, -0.004289018455892801, 0.023644251748919487, 0.005583156365901232, -0.006221481133252382, -0.005911062937229872, -0.015923144295811653, -0.041657254099845886, -0.011953288689255714, 0.00752873532474041, 0.012460450641810894, 0.016482772305607796, -0.003224414773285389, -0.00005659804446622729, 0.0041228788904845715, -0.025742853060364723, -0.03966358304023743, 0.016150493174791336, 0.018730023875832558, 0.027334293350577354, -0.044000692665576935, 0.008932176046073437, -0.010423057712614536, 0.010160732083022594, 0.01256538089364767, 0.03207363560795784, 0.06526652723550797, 0.01162975374609232, -0.03728516399860382, -0.06893908232450485, -0.023084623739123344, 0.0054476214572787285, 0.042356789112091064, 0.0034561355132609606, -0.028366105630993843, -0.012224357575178146, 0.012880170717835426, -0.04316125065088272, 0.010326871648430824, -0.038719210773706436, 0.031531497836112976, 0.020811138674616814, 0.02317206561565399, 0.007060921750962734, 0.016202958300709724, -0.020024161785840988, -0.020741185173392296, -0.006440085358917713, 0.012241845950484276, -0.017881840467453003, 0.018240351229906082, -0.006186504382640123, 0.003484554123133421, 0.007384456694126129, -0.053094636648893356, 0.01011701114475727, 0.006510038860142231, 0.013334868475794792, -0.007240177597850561, 0.005237761419266462, 0.0019532302394509315, -0.07799804955720901, -0.0030014384537935257, 0.018187886103987694, -0.055123284459114075, -0.016167981550097466, 0.01436668075621128, 0.023329460993409157, 0.021318301558494568, 0.025707876309752464, 0.012093194760382175, 0.005854225717484951, 0.033175401389598846, -0.018100444227457047, 0.08394408971071243, 0.03226600959897041, 0.012495427392423153, 0.01762825809419155, -0.05820123478770256, -0.030237359926104546, -0.02848852425813675, -0.03801967576146126, 0.07450037449598312, -0.030552150681614876, 0.03149652108550072, 0.03822953626513481, 0.002780647948384285, -0.008158315904438496, -0.007519991137087345, -0.07925721257925034, 0.05089110508561134, 0.03655065596103668, -0.04781315475702286, -0.0346619114279747, -0.029013175517320633, -0.021003510802984238, 0.019079791381955147, -0.010930219665169716, 0.033542659133672714, -0.033542659133672714, 0.009557384066283703, 0.0810759961605072, 0.031566474586725235, 0.05208031088113785, 0.021318301558494568, 0.0332978218793869, 0.029345454648137093, 0.012014498002827168, -0.04644906148314476, 0.05564793571829796, 0.010781568475067616, 0.03530898317694664, -0.0005782086518593132, -0.0021095324773341417, -0.009391244500875473, 0.007983432151377201, -0.05319956690073013, 0.03303549438714981, 0.029205547645688057, 0.019359605386853218, -0.00208767200820148, -0.08555301278829575, -0.02163309045135975, -0.02163309045135975, 0.004094460513442755, 0.004708738531917334, -0.0003470344818197191, -0.14522327482700348, -0.031164241954684258, -0.011690963059663773, 0.04536478593945503, -0.11010666191577911, 0.05036645382642746, 0.0010875568259507418, 0.022420067340135574, 0.01796053722500801, -0.047883108258247375, 0.02521820366382599, 0.0001528864522697404, -0.026005178689956665, 0.015765748918056488, 0.006169016007333994, 0.026057643815875053, 0.037460047751665115, 0.030901918187737465, 0.008875338360667229, 0.056802164763212204, 0.027544153854250908, -0.0007066387333907187, 0.00979347713291645, -0.04539976269006729, -0.05914560705423355, -0.010816545225679874, -0.012827705591917038, 0.023049646988511086, 0.0005096215172670782, 0.04389576241374016, -0.023661740124225616, -0.03913893178105354, 0.02590024843811989, -0.01473393663764, -0.017409654334187508, -0.0399433933198452, -0.06407731771469116, -0.009487430565059185, 0.016858771443367004, 0.028296152129769325, -0.019499512389302254, 0.0007186619332060218, 0.041132602840662, 0.0071483636274933815, 0.05564793571829796, -0.05690709501504898, 0.009190129116177559, 0.06211862340569496, 0.017925560474395752, -0.04060795158147812, -0.04151734709739685, 0.025025831535458565, 0.0419020913541317, -0.014611518010497093, -0.03312293812632561, 0.026302481070160866, -0.05211528763175011, 0.01406063511967659, 0.04393073916435242, -0.02294471673667431, -0.00424966961145401, -0.03380498290061951, 0.0503314770758152, 0.05907565355300903, 0.003906460478901863, -0.04277650639414787, 0.013824542053043842, -0.02093355730175972, -0.02778899110853672, 0.01210193894803524, -0.08520325273275375, 0.017567049711942673, -0.06467192620038986, -0.016876259818673134, 0.030604615807533264, -0.010659150779247284, 0.06278318166732788, -0.04487511143088341, 0.042706552892923355, 0.0313391275703907, 0.02710694447159767, 0.014113099314272404, -0.03396238014101982, 0.001992579083889723, -0.024151412770152092, -0.004656273405998945, 0.013378589414060116, 0.03868423402309418, 0.05960030108690262, -0.01161226537078619, 0.0023871599696576595, -0.03502916917204857, 0.03630581870675087, 0.03170638158917427, 0.021842950955033302, -0.041692230850458145, 0.06771489977836609 ]
15,042
ipywidgets.widgets.widget_style
Style
Style specification
class Style(Widget): """Style specification""" _model_name = Unicode('StyleModel').tag(sync=True) _view_name = Unicode('StyleView').tag(sync=True) _view_module = Unicode('@jupyter-widgets/base').tag(sync=True) _view_module_version = Unicode(__jupyter_widgets_base_version__).tag(sync=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.009918728843331337, -0.08302343636751175, -0.049446698278188705, 0.006773205939680338, 0.007967126555740833, 0.013123947195708752, -0.009257480502128601, 0.04940996319055557, 0.04588330537080765, -0.00022916970192454755, -0.018221072852611542, 0.03750748932361603, -0.010754473507404327, -0.005781332962214947, -0.05642654374241829, 0.008380407467484474, 0.02591727115213871, -0.05605918541550636, 0.011874922551214695, -0.046985384076833725, -0.007498742546886206, 0.00031971826683729887, 0.012875978834927082, -0.026247894391417503, 0.02665199153125286, 0.03005007468163967, -0.003772331401705742, 0.013197419233620167, -0.015695469453930855, -0.06256145983934402, -0.026431575417518616, -0.014997485093772411, -0.0287275779992342, 0.025549910962581635, 0.039601441472768784, -0.06594117730855942, -0.014565836638212204, 0.018459856510162354, 0.040225956588983536, -0.03721360117197037, -0.0021766098216176033, 0.007576806470751762, 0.03095010668039322, -0.06395743042230606, 0.006125733256340027, 0.0119943143799901, 0.03769116848707199, 0.05143044516444206, -0.05238558351993561, -0.02621115930378437, 0.035707421600818634, 0.00884419959038496, -0.050732459872961044, 0.014198476448655128, -0.06164306029677391, 0.0007967127021402121, -0.0024268741253763437, 0.08089274168014526, -0.051614124327898026, 0.04849156364798546, -0.039601441472768784, 0.02266613207757473, 0.017073070630431175, -0.02597237564623356, -0.057381682097911835, -0.023511061444878578, 0.04162192344665527, -0.0007926946855150163, 0.002137577859684825, 0.022151827812194824, -0.012040234170854092, 0.014988301321864128, 0.02990313060581684, 0.034421663731336594, -0.023051859810948372, -0.07317817956209183, -0.02439272589981556, 0.011250410228967667, -0.03247465193271637, -0.010993258096277714, 0.04489143192768097, 0.03050927445292473, 0.0174955353140831, -0.025458069518208504, 0.03620335832238197, -0.03813200071454048, 0.016200590878725052, 0.038903459906578064, -0.003478443017229438, -0.03331958130002022, -0.04606698453426361, 0.03289711847901344, 0.002390138106420636, -0.015796493738889694, 0.010644265450537205, -0.0026932102628052235, 0.026449942961335182, -0.037617698311805725, -0.00899114366620779, 0.0056665330193936825, -0.009115127846598625, 0.024576405063271523, 0.009275848045945168, -0.03361346945166588, -0.023823317140340805, -0.03221749886870384, -0.05286315083503723, 0.061128757894039154, -0.05249578878283501, -0.019874192774295807, 0.08978286385536194, -0.048013992607593536, 0.039785124361515045, 0.03385225310921669, 0.03526658937335014, -0.0024796822108328342, -0.033227741718292236, 0.04015248268842697, 0.09279521554708481, -0.0574551559984684, -0.08096621185541153, 0.02498050220310688, -0.038903459906578064, -0.009569736197590828, 0.04320157319307327, 0.06347986310720444, -0.009124311618506908, 0.060430772602558136, -0.008655927143990993, 0.06153285503387451, -0.028562264516949654, 0.011865738779306412, -0.03967491537332535, -0.036387041211128235, 0.06425131857395172, -0.016292430460453033, -0.006708917673677206, 0.029535770416259766, -0.0074895587749779224, 0.11961252242326736, 0.022151827812194824, 0.020315025001764297, -0.033246107399463654, 0.003813659306615591, -0.07196588814258575, 0.00948708038777113, -0.0496671162545681, 0.008178358897566795, -0.0064012533985078335, 0.04459754377603531, -0.025807062163949013, 0.02971944957971573, 0.038315679877996445, 0.041952550411224365, 0.009124311618506908, 0.037911586463451385, -0.009964648634195328, -0.06024709343910217, 0.031997084617614746, -0.014161740429699421, 0.013546411879360676, 0.017853710800409317, 0.048418089747428894, -0.01768839918076992, 0.004245307762175798, 0.07795386016368866, -0.057234738022089005, -0.05341419205069542, 0.00012369711475912482, 0.022188562899827957, -0.018064944073557854, -0.03080316260457039, 0.056646961718797684, 0.03344815596938133, 0.03625846281647682, 0.03218076378107071, 0.03532169386744499, 0.04760989919304848, 0.015879150480031967, -0.026578519493341446, -0.008017638698220253, -0.0019837457221001387, -0.02656015194952488, 0.04647108167409897, -0.008196727372705936, -0.04360567033290863, 0.028617369011044502, -0.02729487232863903, 0.040225956588983536, -0.023566164076328278, 0.02802959270775318, 0.007792630698531866, -0.010984073393046856, -0.024594774469733238, -0.027754072099924088, -0.024613142013549805, 0.012058602645993233, -0.06465541571378708, -0.004557563923299313, 0.017899632453918457, 0.035707421600818634, 0.012269834987819195, -0.012003498151898384, 0.04878545179963112, 0.07350879907608032, -0.0139688765630126, -0.008031414821743965, -0.06153285503387451, -0.04614045470952988, 0.004541492089629173, -0.04059331491589546, -0.016384270042181015, 0.01586078107357025, 0.10719574242830276, 0.05874091386795044, -0.05980626121163368, -0.009262071922421455, 0.030031707137823105, -0.03493596613407135, -0.022408979013562202, 0.07846816629171371, -0.005179780535399914, 0.022004883736371994, 0.01382193248718977, -0.01155348215252161, -0.04878545179963112, 0.022794708609580994, -0.028213271871209145, 0.03473391756415367, -0.025458069518208504, -0.05194475129246712, -0.06259819865226746, 0.0342012457549572, 0.051026348024606705, 0.002325850073248148, -0.03636867180466652, -0.026927512139081955, 0.020112978294491768, -0.01676081493496895, -0.029645977541804314, -0.009376872330904007, 0.03010517917573452, 0.023217173293232918, 0.008981959894299507, -0.004881300497800112, -0.020021136850118637, 0.01991092972457409, -0.013344363309442997, -0.0006669886060990393, -0.042540326714515686, -0.0194700974971056, -0.022647764533758163, -0.010974889621138573, 0.001421225257217884, -0.0059374612756073475, -0.042650531977415085, -0.07648441940546036, -0.014180108904838562, -0.034219615161418915, -0.029774554073810577, -0.037176866084337234, -0.03493596613407135, 0.04794052243232727, 0.06373701244592667, 0.0730312317609787, -0.018340464681386948, 0.023235540837049484, 0.03010517917573452, -0.05084266886115074, 0.009716680273413658, 0.1393030285835266, 0.04231990873813629, -0.021857939660549164, 0.01636590249836445, -0.023180436342954636, -0.07468435168266296, 0.009744232520461082, 0.04110762104392052, -0.01654958166182041, -0.02632136642932892, 0.020094608888030052, -0.028268376365303993, -0.0005232014809735119, 0.07075359672307968, -0.01733940653502941, -0.07391289621591568, 0.01411582063883543, -0.0033154268749058247, -0.007980902679264545, 0.024907030165195465, 0.03938102722167969, 0.03912387415766716, 0.028690841048955917, -0.03232770785689354, 0.020774226635694504, 0.029003096744418144, 0.013068843632936478, 0.06285534799098969, -0.012279018759727478, -0.0005438654916360974, 0.033429790288209915, -0.00800386257469654, 0.036644190549850464, 0.04558941721916199, -0.022096723318099976, -0.0037034512497484684, 0.04312810301780701, -0.04562615230679512, 0.007953351363539696, 0.02325390838086605, 0.017036335542798042, 0.035744160413742065, -0.024429460987448692, 0.0696515142917633, -0.055802032351493835, -0.0013971172738820314, -0.03491760045289993, -0.05789598822593689, 0.010800393298268318, 0.07141484320163727, -0.05051204562187195, -0.09073799848556519, -0.012481067329645157, -0.06858617067337036, -0.012499434873461723, -0.027680600062012672, -0.015695469453930855, 0.00022099018679000437, -0.026156054809689522, 0.03113378770649433, -0.02734997682273388, 0.004738948307931423, 0.045552678406238556, 0.026633623987436295, -0.055508144199848175, -0.06935762614011765, 0.03521148860454559, -0.010203433223068714, -0.03532169386744499, -0.06443499773740768, 0.09881992638111115, 0.034072671085596085, -0.046985384076833725, -0.017265934497117996, -0.05646328255534172, 0.013555595651268959, 0.007737526670098305, -0.017771055921912193, 0.040519844740629196, 0.031225627288222313, 0.005055796355009079, 0.03361346945166588, 0.0016221253899857402, 0.07130464166402817, 0.03467881307005882, 0.007824774831533432, -0.011975946836173534, -0.048418089747428894, -0.031207259744405746, -0.03798505663871765, -0.03227260336279869, -0.005037428345531225, 0.03376041352748871, 0.02261102758347988, -0.017311854287981987, 0.005882357247173786, 0.049740586429834366, -0.013298443518579006, 0.01636590249836445, -0.011048361659049988, -0.001319053117185831, -0.006819126196205616, 0.01665060594677925, -0.00011637860006885603, -0.03286037966609001, 0.015548525378108025, -0.03230934217572212, -0.000665840576402843, 0.013757644221186638, -0.08199482411146164, 0.010010568425059319, 0.0002878612431231886, 0.06921068578958511, -0.02547643892467022, -0.00555632496252656, -0.023180436342954636, -0.01912110485136509, -0.014767885208129883, -0.026578519493341446, -0.03385225310921669, 0.00022500820341520011, -0.04878545179963112, -0.015833230689167976, 0.008265607059001923, -0.023180436342954636, -0.0591450110077858, 0.034568607807159424, 0.0356706865131855, 0.04849156364798546, -0.0005613724933937192, 0.02498050220310688, -0.06674937158823013, 0.0513569712638855, 0.03370530903339386, -0.03455023840069771, -0.018459856510162354, 0.001421225257217884, 0.0573449470102787, -0.016880206763744354, -0.014832173474133015, -0.05514078587293625, -0.05150391533970833, -0.05065898969769478, -0.023878421634435654, 0.0541856475174427, -0.010230984538793564, 0.03179503604769707, -0.018413936719298363, -0.03616662323474884, -0.026835670694708824, -0.04202602058649063, 0.01453828439116478, 0.08721134066581726, 0.05054878070950508, 0.01224228274077177, 0.0027988264337182045, 0.018992528319358826, 0.026725463569164276, 0.03967491537332535, 0.02867247350513935, -0.0073196543380618095, 0.041768867522478104, -0.0069844382815063, -0.04287094995379448, -0.0093401363119483, -0.04606698453426361, -0.016200590878725052, -0.08331732451915741, 0.003682787297293544, -0.03561558201909065, 0.024760086089372635, 0.0016450854018330574, 0.004293523728847504, 0.03440329432487488, 0.004872116260230541, -0.000536690466105938, -0.018900688737630844, 0.054075438529253006, -0.0063415574841201305, -0.07538233697414398, -0.021857939660549164, 0.04867524281144142, -0.03150114789605141, -0.04261379688978195, 0.05128350108861923, -0.07251692563295364, -0.042393382638692856, -0.047720104455947876, -0.026688726618885994, -0.038499362766742706, 0.0032672109082341194, -0.007985495030879974, -0.016191406175494194, -0.057087793946266174, -0.03783811256289482, -0.04125456511974335, 0.035505376756191254, -0.06204715743660927, -0.036827873438596725, -0.01877211220562458, 0.015144429169595242, -0.027184663340449333, 0.013105579651892185, -0.021104849874973297, -0.0047159879468381405, 0.022115090861916542, -0.008458471857011318, -0.002612850395962596, -0.07159852981567383, -0.022794708609580994, -0.029590873047709465, -0.039344292134046555, -0.025935638695955276, 0.06711672991514206, -0.007852327078580856, 0.039601441472768784, 0.01145245786756277, -0.02310696430504322, 0.068182073533535, -0.04926301911473274, -0.03765443339943886, 0.039785124361515045, -0.012462698854506016, 0.03074805811047554, 0.04705885797739029, 0.03315426781773567, 0.05091613903641701, 0.01586078107357025, -0.008968183770775795, -0.012793323025107384, 0.04400976747274399, -0.05719800293445587, 0.01401479635387659, 0.04430365562438965, 0.07420678436756134, -0.039932068437337875, 0.013022923842072487, -0.00042476036469452083, 0.019231311976909637, -0.05216516554355621, -0.002548562129959464, 0.014400525018572807, 0.06854943931102753, 0.014859724789857864, 0.051173292100429535, -0.06730040907859802, -0.036644190549850464, 0.0433485172688961, 0.018845584243535995, -0.006300229579210281, 0.018450671806931496, -0.05278967693448067, 0.021031377837061882, -0.03868304193019867, -0.007719158660620451, 0.05668369680643082, -0.010166697204113007, -0.009937096387147903, 0.0018723896937444806, 0.040776994079351425, 0.05238558351993561, 0.01061671320348978, -0.011388169601559639, -0.01891905628144741, -0.018717007711529732, -0.008196727372705936, -0.027680600062012672, 0.03927081823348999, 0.01534647773951292, 0.013362731784582138, 0.006662997882813215, -0.02307022735476494, 0.04132803529500961, 0.034366559237241745, 0.0682922825217247, 0.05458974465727806, -0.031409308314323425, -0.06781471520662308, -0.035744160413742065, -0.005464484915137291, 0.007512518670409918, 0.02867247350513935, -0.015309741720557213, -0.03557884693145752, -0.0349910706281662, 0.018551696091890335, -0.008215094916522503, -0.02424578182399273, 0.0805988535284996, 0.019249681383371353, 0.014400525018572807, -0.010589160956442356, 0.03083989955484867, 0.0135739641264081, 0.013022923842072487, 0.054075438529253006, 0.00825642328709364, -0.03083989955484867, -0.025586646050214767, -0.03162972256541252, 0.04147497937083244, 0.0025026421062648296, 0.0716719999909401, -0.0012857611291110516, 0.018652720376849174, 0.043385252356529236, 0.04823441058397293, 0.011048361659049988, -0.046985384076833725, -0.03238281235098839, -0.031611356884241104, -0.010286089032888412, 0.014887277036905289, -0.04922628402709961, -0.02286818064749241, 0.008127846755087376, -0.06241451948881149, 0.04173213243484497, 0.014914829283952713, -0.046544551849365234, -0.002367177978157997, 0.02650504745543003, 0.020333394408226013, -0.036589089781045914, 0.03069295547902584, 0.018322095274925232, -0.02483355812728405, -0.08610925823450089, 0.025605013594031334, 0.006121141370385885, 0.010332008823752403, 0.016577133908867836, -0.004904260393232107, 0.05785924941301346, 0.02395189367234707, 0.010460585355758667, 0.06010014936327934, -0.02995823509991169, 0.011057545430958271, -0.025109078735113144, 0.019396625459194183, -0.036387041211128235, -0.008265607059001923, -0.03311753273010254, 0.024209044873714447, 0.005537956953048706, -0.0016864134231582284, -0.021031377837061882, 0.010947337374091148, -0.05874091386795044, 0.03769116848707199, 0.050585515797138214, 0.04162192344665527, -0.025586646050214767, -0.008182951249182224, 0.01596180535852909, -0.0060430774465203285, 0.015273005701601505, -0.02231713943183422, -0.044377125799655914, 0.05602245032787323, -0.01076365727931261, 0.027037719264626503, -0.06403090059757233, 0.03306242823600769, 0.04228317365050316, -0.01411582063883543, -0.0075905825942754745, -0.008141622878611088, -0.014051532372832298, 0.06347986310720444, -0.02123342640697956, 0.07211282849311829, 0.037911586463451385, -0.02705608867108822, 0.009615655988454819, 0.015061773359775543, -0.011342249810695648, -0.02562338300049305, 0.019378257915377617, -0.015502605587244034, 0.010065672919154167, -0.005767556838691235, -0.014868909493088722, 0.03410940617322922, 0.007434454746544361, -0.002351106144487858, -0.04301789402961731, 0.027772439643740654, -0.023474324494600296, -0.021986516192555428, 0.020921170711517334, -0.012820875272154808, 0.0789089947938919, -0.0033567550126463175, -0.03519311919808388, -0.007067094091325998, -0.03159298747777939, 0.019231311976909637, 0.0017139655537903309, -0.01827617548406124, 0.04129130020737648, -0.05267947167158127, -0.030086809769272804, -0.01234330702573061, 0.004203979857265949, 0.008903895504772663, -0.007135974243283272, 0.039344292134046555, -0.03390735760331154, -0.04386282339692116, 0.0033314989414066076, -0.02586216665804386, -0.026394838467240334, 0.018459856510162354, 0.027772439643740654, -0.016393454745411873, -0.0007404606440104544, 0.02990313060581684, -0.018735377117991447, -0.07277408242225647, -0.05286315083503723, -0.019194576889276505, 0.003871059510856867, 0.0025210101157426834, -0.05616939440369606, 0.004835380241274834, -0.03952797129750252, 0.012453515082597733, -0.016815919429063797, 0.06634527444839478, 0.0048216041177511215, -0.0497773252427578, -0.000007116709184629144, 0.04478122293949127, 0.05525099113583565, 0.01818433590233326, -0.05403870344161987, 0.07920288294553757, -0.01808331161737442, 0.008150807581841946, -0.0009689128492027521, 0.03139093890786171, 0.010598345659673214, 0.024411093443632126, -0.03260323032736778, 0.002787346486002207, 0.007259958423674107, 0.018863951787352562, -0.023198803886771202, 0.010258536785840988, 0.024870293214917183, -0.006258901674300432, 0.021545682102441788, 0.008591639809310436, 0.04647108167409897, -0.06425131857395172, 0.02808469720184803, -0.0511365570127964, -0.011020809412002563, 0.023768212646245956, 0.008779911324381828, -0.0714515820145607, -0.001017702859826386, 0.009060024283826351, 0.011829002760350704, 0.03908713907003403, 0.01768839918076992, 0.009900360368192196, -0.014519916847348213, -0.032346077263355255, -0.0357808955013752, -0.08662356436252594, 0.002394729992374778, -0.018487408757209778, 0.046103719621896744, -0.008293159306049347, -0.004564451985061169, 0.054369326680898666, 0.04301789402961731, 0.04118109121918678, -0.006277269683778286, -0.07817427814006805, -0.025990743190050125, 0.0731414407491684, -0.01763329468667507, -0.011709610000252724, -0.00856867991387844, -0.031997084617614746, -0.018643535673618317, 0.05032836273312569, -0.016623053699731827, 0.033631838858127594, 0.0021559458691626787, 0.04529552906751633, -0.0008862568065524101, -0.002135281916707754, -0.025843799114227295 ]
15,099
ipyleaflet.leaflet
TileLayer
TileLayer class. Tile service layer. Attributes ---------- url: string, default "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" Url to the tiles service. min_zoom: int, default 0 The minimum zoom level down to which this layer will be displayed (inclusive). max_zoom: int, default 18 The maximum zoom level up to which this layer will be displayed (inclusive). min_native_zoom: int, default None Minimum zoom number the tile source has available. If it is specified, the tiles on all zoom levels lower than min_native_zoom will be loaded from min_native_zoom level and auto-scaled. max_native_zoom: int, default None Maximum zoom number the tile source has available. If it is specified, the tiles on all zoom levels higher than max_native_zoom will be loaded from max_native_zoom level and auto-scaled. bounds: list or None, default None List of SW and NE location tuples. e.g. [(50, 75), (75, 120)]. tile_size: int, default 256 Tile sizes for this tile service. attribution: string, default None. Tiles service attribution. no_wrap: boolean, default False Whether the layer is wrapped around the antimeridian. tms: boolean, default False If true, inverses Y axis numbering for tiles (turn this on for TMS services). zoom_offset: int, default 0 The zoom number used in tile URLs will be offset with this value. show_loading: boolean, default False Whether to show a spinner when tiles are loading. loading: boolean, default False (dynamically updated) Whether the tiles are currently loading. detect_retina: boolean, default False opacity: float, default 1.0 visible: boolean, default True
class TileLayer(RasterLayer): """TileLayer class. Tile service layer. Attributes ---------- url: string, default "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" Url to the tiles service. min_zoom: int, default 0 The minimum zoom level down to which this layer will be displayed (inclusive). max_zoom: int, default 18 The maximum zoom level up to which this layer will be displayed (inclusive). min_native_zoom: int, default None Minimum zoom number the tile source has available. If it is specified, the tiles on all zoom levels lower than min_native_zoom will be loaded from min_native_zoom level and auto-scaled. max_native_zoom: int, default None Maximum zoom number the tile source has available. If it is specified, the tiles on all zoom levels higher than max_native_zoom will be loaded from max_native_zoom level and auto-scaled. bounds: list or None, default None List of SW and NE location tuples. e.g. [(50, 75), (75, 120)]. tile_size: int, default 256 Tile sizes for this tile service. attribution: string, default None. Tiles service attribution. no_wrap: boolean, default False Whether the layer is wrapped around the antimeridian. tms: boolean, default False If true, inverses Y axis numbering for tiles (turn this on for TMS services). zoom_offset: int, default 0 The zoom number used in tile URLs will be offset with this value. show_loading: boolean, default False Whether to show a spinner when tiles are loading. loading: boolean, default False (dynamically updated) Whether the tiles are currently loading. detect_retina: boolean, default False opacity: float, default 1.0 visible: boolean, default True """ _view_name = Unicode("LeafletTileLayerView").tag(sync=True) _model_name = Unicode("LeafletTileLayerModel").tag(sync=True) bottom = Bool(True).tag(sync=True) url = Unicode("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png").tag(sync=True) min_zoom = Int(0).tag(sync=True, o=True) max_zoom = Int(18).tag(sync=True, o=True) min_native_zoom = Int(default_value=None, allow_none=True).tag(sync=True, o=True) max_native_zoom = Int(default_value=None, allow_none=True).tag(sync=True, o=True) bounds = List( default_value=None, allow_none=True, help="list of SW and NE location tuples" ).tag(sync=True, o=True) tile_size = Int(256).tag(sync=True, o=True) attribution = Unicode(default_value=None, allow_none=True).tag(sync=True, o=True) detect_retina = Bool(False).tag(sync=True, o=True) no_wrap = Bool(False).tag(sync=True, o=True) tms = Bool(False).tag(sync=True, o=True) zoom_offset = Int(0).tag(sync=True, o=True) show_loading = Bool(False).tag(sync=True) loading = Bool(False, read_only=True).tag(sync=True) _load_callbacks = Instance(CallbackDispatcher, ()) def __init__(self, **kwargs): super(TileLayer, self).__init__(**kwargs) self.on_msg(self._handle_leaflet_event) def _handle_leaflet_event(self, _, content, buffers): if content.get("event", "") == "load": self._load_callbacks(**content) def on_load(self, callback, remove=False): """Add a load event listener. Parameters ---------- callback : callable Callback function that will be called when the tiles have finished loading. remove: boolean Whether to remove this callback or not. Defaults to False. """ self._load_callbacks.register_callback(callback, remove=remove) def redraw(self): """Force redrawing the tiles. This is especially useful when you are sure the server updated the tiles and you need to refresh the layer. """ self.send({"msg": "redraw"})
(**kwargs)
[ 0.0477299764752388, -0.055775225162506104, -0.030672505497932434, 0.04668563976883888, -0.0027002827264368534, -0.028390439227223396, -0.08401094377040863, 0.07055062800645828, -0.04908374324440956, -0.009486042894423008, 0.029918262735009193, 0.021698961034417152, -0.002697865478694439, 0.01879802905023098, 0.016013136133551598, 0.016312899067997932, -0.04769129678606987, -0.02498668059706688, -0.01839189976453781, -0.04931581765413284, 0.03865973278880119, 0.02806166745722294, 0.07712607085704803, 0.016748039051890373, -0.022395184263586998, 0.052835613489151, 0.011149242520332336, 0.0036914341617375612, 0.015752052888274193, -0.057283706963062286, -0.06850063800811768, -0.0077406493946909904, -0.038485679775476456, 0.015249224379658699, -0.015471629798412323, -0.03794417157769203, 0.006203156430274248, 0.0617704801261425, -0.04540923237800598, -0.03591351956129074, -0.03748002275824547, -0.018527276813983917, 0.010965517722070217, -0.04997336119413376, 0.04660828411579132, 0.005942072719335556, -0.04123189300298691, 0.008228972554206848, -0.007706805597990751, -0.058173324912786484, -0.011400656774640083, -0.00718463771045208, -0.0032683818135410547, 0.045950740575790405, -0.025006020441651344, 0.03237438574433327, 0.020654624328017235, 0.10737311094999313, 0.00784218218177557, -0.0134313078597188, -0.07329684495925903, -0.025508848950266838, 0.005352216772735119, -0.005337712354958057, -0.03612625598907471, -0.0031305875163525343, -0.06242802366614342, 0.021853676065802574, 0.02285933308303356, 0.05496296286582947, 0.022298485040664673, 0.025721583515405655, -0.007856686599552631, -0.001994389807805419, -0.005144316703081131, 0.024367816746234894, -0.0068752053193748, -0.031272031366825104, 0.010346652008593082, -0.0604940690100193, -0.01155537273734808, -0.0016088077099993825, 0.04274037480354309, 0.033534757792949677, 0.04506111890077591, -0.07689400017261505, 0.05681955814361572, -0.00718463771045208, -0.044519614428281784, -0.02119613252580166, -0.06606385856866837, 0.048503559082746506, -0.023052727803587914, -0.02285933308303356, -0.030266374349594116, -0.02266593649983406, -0.00983415450900793, -0.0063336980529129505, -0.0334380604326725, -0.037209268659353256, 0.048310164362192154, -0.06134501099586487, -0.02574092335999012, 0.027964970096945763, 0.010907499119639397, -0.02154424414038658, -0.04796205088496208, -0.009263638406991959, -0.08865243941545486, 0.04564130678772926, 0.006836526095867157, -0.00024929872597567737, -0.03332202136516571, 0.04769129678606987, -0.012125889770686626, -0.0041604177094995975, -0.017608648166060448, -0.016612662002444267, -0.006454570218920708, -0.02311074547469616, -0.010220944881439209, 0.04049699008464813, -0.013789089396595955, 0.004213601350784302, 0.008775314316153526, 0.04161868244409561, 0.029396096244454384, 0.047188468277454376, -0.03032439388334751, -0.07128553092479706, 0.0067543331533670425, 0.019204160198569298, -0.025392811745405197, 0.08331472426652908, 0.0439007468521595, -0.02191169559955597, 0.01756029948592186, -0.00546825397759676, -0.013054187409579754, 0.09414486587047577, -0.002355797216296196, -0.009563401341438293, 0.014988141134381294, 0.04409414529800415, 0.013083196245133877, -0.050746943801641464, -0.03276117518544197, -0.04030359536409378, -0.004322386346757412, -0.05256485939025879, -0.004085476975888014, -0.0362422913312912, -0.005313537549227476, 0.02885458804666996, -0.025605546310544014, 0.023439519107341766, 0.017821382731199265, 0.0015471628867089748, 0.049586571753025055, -0.005593961104750633, -0.061074256896972656, 0.01059806626290083, -0.01928151771426201, -0.05391862988471985, -0.038447000086307526, -0.032703157514333725, -0.0017683588666841388, -0.05047618970274925, 0.011545703746378422, 0.08176755905151367, -0.0027921455912292004, -0.008011403493583202, 0.03620361164212227, 0.022182447835803032, 0.03550738841295242, 0.02753950096666813, 0.015123517252504826, -0.014253238216042519, -0.005855044815689325, 0.020383872091770172, 0.0009373631910420954, -0.0038727421779185534, -0.060803502798080444, 0.06633461266756058, -0.02334281988441944, 0.07086006551980972, 0.039491333067417145, -0.04424886032938957, -0.0019109880086034536, -0.011574712581932545, 0.03272249549627304, 0.007987228222191334, -0.015336252748966217, -0.016138844192028046, -0.01763765700161457, 0.017550628632307053, 0.028525816276669502, -0.02251122146844864, 0.06401386857032776, 0.03301258757710457, -0.0834694430232048, 0.01935887709259987, 0.034424375742673874, 0.018430577591061592, -0.026050355285406113, -0.03355409577488899, 0.006739828735589981, -0.004950921516865492, -0.02693997509777546, 0.004486772697418928, -0.022453201934695244, 0.015355592593550682, 0.01959095150232315, 0.052062034606933594, 0.07256194204092026, -0.10458821803331375, -0.09019959717988968, 0.0511724129319191, 0.00048560366849415004, -0.010046889074146748, 0.048155445605516434, 0.021524904295802116, -0.027346104383468628, -0.03475314751267433, -0.009582740254700184, 0.0025068875402212143, 0.05886954814195633, 0.0173572339117527, 0.03233570605516434, -0.021563583984971046, -0.016138844192028046, -0.06405254453420639, 0.03175551816821098, 0.05128845199942589, 0.013025177642703056, -0.01623554155230522, 0.02371027134358883, 0.00199076347053051, 0.03388286754488945, -0.039452653378248215, 0.005013775080442429, -0.0391819030046463, 0.0046608285047113895, -0.010027550160884857, -0.024213099852204323, -0.012851121835410595, -0.04038095101714134, 0.04927713796496391, -0.023497536778450012, -0.009722951799631119, -0.004820379428565502, -0.003217615419998765, -0.0008176997653208673, 0.027442801743745804, 0.013160554692149162, -0.08408830314874649, -0.025044700130820274, -0.030479108914732933, 0.018333880230784416, -0.009911512956023216, -0.01105254516005516, -0.03593285754323006, -0.009137931279838085, 0.07202043384313583, 0.03490786254405975, -0.020770661532878876, -0.012822112999856472, 0.0005034322966821492, -0.017105819657444954, 0.021621601656079292, 0.10721839219331741, 0.07306476682424545, -0.03906586393713951, 0.023652253672480583, 0.009287812747061253, -0.037654079496860504, 0.03440503403544426, -0.04792337119579315, -0.04127057269215584, -0.02394234575331211, 0.010462689213454723, -0.04111585393548012, -0.022337164729833603, -0.0038582375273108482, -0.03937529772520065, -0.10048823058605194, -0.0025721583515405655, 0.03490786254405975, -0.013692392036318779, -0.03444371372461319, 0.011168582364916801, 0.050862982869148254, 0.015858419239521027, -0.0011633939575403929, 0.044790368527173996, -0.028313081711530685, -0.08068455010652542, 0.0460667759180069, 0.03245174139738083, -0.043436598032712936, -0.00562780536711216, -0.03204561397433281, 0.09669768065214157, -0.021080095320940018, 0.02761685848236084, 0.01424356922507286, -0.014291917905211449, 0.04366867244243622, 0.006971903145313263, 0.061963874846696854, 0.08772414177656174, -0.01671903021633625, 0.007880860939621925, -0.045834701508283615, -0.021679621189832687, 0.015984127297997475, 0.04304980859160423, -0.002359423553571105, -0.00883816834539175, 0.07051195204257965, -0.02773289568722248, -0.009432858787477016, -0.037576720118522644, -0.011913154274225235, 0.0997920110821724, -0.060919541865587234, 0.12044663727283478, -0.025876300409436226, 0.018885057419538498, 0.0227819737046957, -0.04993468523025513, -0.005690658465027809, -0.00284291198477149, 0.008635102771222591, 0.004682585131376982, 0.004626984242349863, -0.013199233449995518, 0.022240467369556427, 0.004404579289257526, -0.033747490495443344, 0.01077212207019329, 0.04362999647855759, -0.07047326862812042, 0.025760263204574585, -0.018972085788846016, -0.025238094851374626, 0.044596970081329346, -0.0076923007145524025, 0.0019726327154785395, 0.031078634783625603, 0.009224958717823029, -0.03225834667682648, 0.0005179369472898543, 0.041889436542987823, 0.03481116518378258, 0.0027413794305175543, 0.020944718271493912, -0.048619594424963, 0.035894181579351425, -0.008683452382683754, 0.00624667014926672, 0.009795475751161575, 0.004735769238322973, -0.007605272810906172, 0.0013598111690953374, -0.0430111289024353, 0.03976208716630936, -0.019088122993707657, 0.014717387035489082, -0.02454187162220478, -0.01584875024855137, -0.02247254177927971, -0.04788469150662422, 0.0055311075411736965, -0.0023026135750114918, -0.03092391975224018, 0.020983397960662842, 0.010569056496024132, -0.06382047384977341, -0.016071155667304993, 0.032548438757658005, 0.034424375742673874, 0.04656960442662239, 0.03336070105433464, 0.03399890661239624, -0.030788542702794075, 0.009036398492753506, -0.016177522018551826, 0.0173572339117527, -0.038098886609077454, 0.03218098729848862, -0.0026108373422175646, 0.012793103232979774, 0.005850209854543209, -0.03181353956460953, -0.011303959414362907, 0.02701733261346817, 0.07573362439870834, 0.01215489860624075, -0.03564276546239853, 0.03218098729848862, -0.021447546780109406, 0.02303338795900345, 0.026166392490267754, 0.032625798135995865, 0.023400839418172836, 0.07240722328424454, 0.009515051729977131, -0.0034714469220489264, -0.014640029519796371, -0.013063857331871986, 0.002903347834944725, -0.04119321331381798, -0.017656996846199036, -0.019136471673846245, -0.015558657236397266, -0.010462689213454723, 0.04947053641080856, -0.034424375742673874, -0.000449039856903255, 0.009423188865184784, 0.05612333491444588, 0.026804598048329353, 0.04513847827911377, 0.004242610651999712, -0.044364895671606064, 0.033747490495443344, 0.014011493884027004, -0.04003284126520157, 0.047381866723299026, -0.02957015112042427, 0.008291826583445072, -0.01928151771426201, -0.009892173111438751, 0.0750374048948288, -0.0006327654700726271, -0.004842136520892382, -0.047111112624406815, -0.0035778142046183348, -0.004443258512765169, 0.019484583288431168, -0.011739098466932774, 0.05693559721112251, 0.016777047887444496, 0.03678379952907562, -0.033979564905166626, -0.09909578412771225, 0.01896241493523121, 0.04355263710021973, 0.003715608501806855, 0.00003818803088506684, 0.02075132355093956, 0.002695447998121381, -0.0038340631872415543, -0.0042281062342226505, -0.05948841571807861, -0.058560118079185486, -0.018101805821061134, -0.07619777321815491, -0.05620069429278374, -0.002435572911053896, -0.007305509876459837, 0.02285933308303356, 0.004805875010788441, -0.006633460987359285, -0.003776044584810734, 0.05036015436053276, -0.027036672458052635, -0.01424356922507286, -0.027365444228053093, 0.026475826278328896, -0.00771164009347558, 0.004975095856934786, -0.03481116518378258, 0.05395730584859848, 0.03792482987046242, -0.03484984487295151, 0.04552526772022247, -0.06915818154811859, -0.08408830314874649, 0.008388523943722248, -0.043513957411050797, 0.02837110124528408, -0.0010830140672624111, -0.023130085319280624, 0.024097062647342682, 0.04053566977381706, 0.020345192402601242, 0.04784601554274559, -0.03448239341378212, -0.09236562997102737, 0.05001204088330269, -0.02243386209011078, 0.024503193795681, -0.00382681074552238, 0.03660974279046059, -0.014050173573195934, -0.022182447835803032, 0.009486042894423008, -0.011139573529362679, 0.001706714159809053, -0.022008392959833145, 0.062234628945589066, 0.011013866402208805, 0.03983944654464722, 0.019204160198569298, -0.02019047550857067, 0.006101623643189669, 0.007436051964759827, 0.016332238912582397, -0.03925925865769386, -0.024773946031928062, 0.04177339747548103, 0.014330596663057804, 0.04401678591966629, 0.02330414205789566, -0.05368655547499657, 0.015703704208135605, -0.0054634190164506435, -0.04506111890077591, 0.0404583103954792, 0.057245027273893356, 0.05763182044029236, -0.0270560123026371, 0.0019061530474573374, 0.046956393867731094, 0.00949571281671524, 0.0029492792673408985, 0.010462689213454723, 0.0368804968893528, -0.012183908373117447, -0.014949461445212364, -0.03065316565334797, 0.003461776999756694, 0.01984236389398575, -0.02461923100054264, -0.055775225162506104, -0.06842327862977982, -0.05948841571807861, -0.02761685848236084, -0.0013876117300242186, -0.004428754094988108, 0.04382339119911194, -0.07058931142091751, -0.055929940193891525, -0.01580040156841278, 0.013963145203888416, 0.014630359597504139, -0.009355501271784306, -0.011410326696932316, 0.00026199029525741935, 0.03643568605184555, 0.01863364316523075, -0.062079913914203644, -0.0017006704583764076, 0.03881445154547691, -0.0524488240480423, -0.019407225772738457, -0.02371027134358883, 0.03183287754654884, -0.005366721656173468, 0.026398466899991035, -0.013102536089718342, 0.004946086555719376, -0.040922459214925766, 0.01623554155230522, -0.0026108373422175646, 0.015490968711674213, -0.026727240532636642, 0.04525451734662056, 0.025798941031098366, 0.025334792211651802, 0.018227513879537582, 0.005081463139504194, -0.01612917333841324, 0.01247400138527155, 0.04053566977381706, 0.03229702636599541, 0.028796570375561714, -0.0493931770324707, 0.033341363072395325, 0.050746943801641464, 0.050862982869148254, -0.06254406273365021, 0.004179757554084063, 0.00662379153072834, -0.027597518637776375, 0.034056924283504486, -0.029357416555285454, -0.04355263710021973, 0.013199233449995518, 0.012425652705132961, -0.0029396095778793097, 0.01611950434744358, -0.013885787688195705, 0.021099435165524483, -0.00025896847364492714, 0.012116219848394394, 0.04533187299966812, 0.04564130678772926, -0.025566866621375084, -0.00025292488862760365, -0.0396847277879715, -0.011739098466932774, 0.012232257053256035, -0.04540923237800598, -0.02529611438512802, -0.004097564145922661, -0.05403466522693634, -0.028081007301807404, 0.0550016425549984, -0.0064690751023590565, 0.026147054508328438, -0.06273745745420456, -0.001784072257578373, -0.06633461266756058, -0.03365079313516617, 0.07155628502368927, 0.06614121794700623, -0.0588308721780777, -0.02206641063094139, 0.007465061265975237, -0.022956030443310738, -0.02442583441734314, -0.016767378896474838, -0.04506111890077591, 0.030266374349594116, -0.00030686406535096467, 0.004636653698980808, 0.02438715659081936, 0.039530012756586075, 0.0028187374118715525, 0.007934045046567917, -0.03181353956460953, 0.048271484673023224, -0.008296661078929901, -0.008693121373653412, 0.01616785302758217, -0.010259624570608139, 0.02525743469595909, -0.0010503785451874137, -0.03951067477464676, 0.030459770932793617, 0.003950100392103195, -0.016854405403137207, 0.006952563300728798, 0.057128991931676865, 0.03235504403710365, 0.04165736213326454, 0.015616675838828087, -0.05635540932416916, 0.07596570253372192, 0.053415801376104355, 0.005893724039196968, -0.04490640386939049, 0.05182995647192001, -0.03643568605184555, -0.022685276344418526, 0.02577960304915905, -0.023439519107341766, -0.05790257453918457, 0.003882412100210786, -0.018662652000784874, -0.011197592131793499, 0.0008152823429554701, -0.05264221876859665, 0.0006052670651115477, -0.03183287754654884, 0.0426243394613266, 0.035700783133506775, -0.036861155182123184, -0.02307206764817238, 0.0009675811743363738, 0.019204160198569298, 0.011748768389225006, -0.019204160198569298, -0.017976099625229836, -0.035700783133506775, -0.00466808071359992, 0.017898742109537125, -0.023516876623034477, 0.07271666079759598, -0.08130341023206711, 0.05778653547167778, -0.019049443304538727, 0.030711185187101364, -0.010984856635332108, -0.0026616037357598543, 0.01796642877161503, 0.00011022025137208402, 0.03864039480686188, -0.017463602125644684, 0.011845466680824757, 0.025083379819989204, -0.027752235531806946, -0.048619594424963, -0.04637620970606804, -0.042160190641880035, 0.045873381197452545, -0.03937529772520065, -0.006116128526628017, -0.035352673381567, -0.07136289030313492, 0.03980076685547829, 0.054614853113889694, 0.048426199704408646, -0.0712081715464592, -0.029782885685563087, 0.019697317853569984, 0.007436051964759827, 0.03881445154547691, 0.03664842247962952, 0.08749206364154816, -0.008934865705668926, -0.045950740575790405, -0.03763473778963089, 0.03425031900405884, -0.0020499909296631813, -0.0026664386969059706, 0.02529611438512802, -0.01652563363313675, -0.007818007841706276, 0.03212296962738037, 0.01253201998770237, 0.01446597371250391, 0.0592176616191864, -0.034656450152397156, -0.06405254453420639, -0.018024448305368423, 0.034695129841566086, 0.00737319840118289, 0.06792045384645462, -0.042044151574373245, 0.008668947033584118, -0.0007288588094525039, -0.058366723358631134, 0.00662379153072834, 0.019823025912046432, -0.06281481683254242, 0.016332238912582397, 0.013914796523749828, -0.08633169531822205, 0.000028064991056453437, 0.012967159040272236, -0.02690129540860653, 0.0537252314388752, 0.04649224504828453, 0.029860245063900948, -0.0010836183791980147, 0.01959095150232315, 0.04997336119413376, -0.018585294485092163, -0.06184783950448036, -0.001953293103724718, 0.09685239940881729, -0.020093778148293495, -0.014050173573195934, -0.03670644015073776, -0.008934865705668926, -0.04258565977215767, 0.009133095853030682, -0.03912388160824776, 0.017308885231614113, -0.020055100321769714, 0.02889326773583889, 0.06629592925310135, -0.057283706963062286, 0.02574092335999012 ]
15,167
traitlets.traitlets
TraitError
null
class TraitError(Exception): pass
null
[ 0.006646076217293739, -0.0015447749756276608, -0.025333475321531296, 0.003004076424986124, -0.02611732855439186, -0.04149419814348221, -0.03639081120491028, 0.044729676097631454, -0.003331376938149333, -0.02358231320977211, 0.08232128620147705, 0.023048626258969307, 0.016102349385619164, 0.007684264797717333, -0.04339545965194702, 0.03915931284427643, 0.001606274046935141, 0.049432799220085144, -0.013041986152529716, -0.03839213773608208, -0.0179118849337101, 0.022148028016090393, -0.022464904934167862, -0.04382907971739769, -0.001999243162572384, 0.07438268512487411, 0.014392882585525513, -0.022198060527443886, 0.07458281517028809, -0.04382907971739769, -0.12394890189170837, -0.029302775859832764, -0.0008995551615953445, 0.04149419814348221, -0.03407260775566101, -0.003531509777531028, -0.004849050659686327, 0.031921178102493286, -0.056137245148420334, 0.05583704635500908, -0.12348192930221558, 0.01435952726751566, -0.04269499331712723, -0.03028676100075245, 0.02494988776743412, -0.028368821367621422, -0.018695738166570663, 0.027451546862721443, -0.043161969631910324, -0.016502615064382553, -0.02041354402899742, -0.07725125551223755, 0.052968475967645645, 0.014209427870810032, 0.021114008501172066, 0.11060671508312225, 0.022848492488265038, 0.030586959794163704, -0.04102722182869911, 0.014076005667448044, -0.030586959794163704, 0.03915931284427643, 0.02591719478368759, -0.02635081671178341, 0.012908564880490303, -0.03629074618220329, -0.012991953641176224, -0.016160722821950912, -0.015293479897081852, 0.03327207639813423, 0.03659094497561455, 0.018428893759846687, -0.01315873023122549, 0.04172768443822861, 0.09873217344284058, -0.022931881248950958, -0.0588056817650795, 0.0300532728433609, 0.06484302133321762, -0.0025516930036246777, 0.0077634840272367, 0.013533979654312134, -0.03609061241149902, 0.037624962627887726, 0.04102722182869911, -0.03238815441727638, 0.0021555968560278416, -0.07645072042942047, -0.03515665978193283, 0.0037233035545796156, -0.05066695064306259, -0.018629025667905807, -0.01647759974002838, 0.004715628921985626, -0.01052364893257618, 0.07538335025310516, 0.050633594393730164, -0.03639081120491028, -0.03929273784160614, -0.0731818899512291, 0.020630354061722755, 0.038025230169296265, -0.0037149647250771523, 0.01967972330749035, -0.011582684703171253, -0.004163178615272045, 0.012524976395070553, -0.047865089029073715, -0.014959925785660744, 0.0063792322762310505, -0.053368743509054184, 0.018512282520532608, -0.048799045383930206, 0.03929273784160614, 0.0004914719029329717, -0.06170760840177536, -0.007563351653516293, -0.01498494204133749, -0.042361438274383545, 0.026851149275898933, 0.035690344870090485, -0.0052785021252930164, -0.045863762497901917, 0.022398194298148155, 0.02258164994418621, 0.04076037555932999, -0.008689098060131073, 0.03138749301433563, 0.04729804769158363, -0.013609029352664948, -0.029669685289263725, -0.038625627756118774, -0.01616906188428402, -0.031187359243631363, -0.04566362872719765, 0.05933937057852745, 0.0015155888395383954, -0.010773815214633942, 0.008463948965072632, -0.03278842195868492, 0.026617661118507385, 0.05780502036213875, 0.007325693964958191, -0.011365874670445919, 0.04909924417734146, 0.020680388435721397, -0.03125406801700592, -0.00046020117588341236, -0.0179118849337101, -0.03972635790705681, 0.00928115751594305, -0.04186110571026802, -0.0057329703122377396, -0.012066339142620564, -0.018245438113808632, 0.009381224401295185, -0.006450112909078598, -0.02563367411494255, -0.019462913274765015, -0.03028676100075245, -0.010390226729214191, -0.08292168378829956, 0.0031833620741963387, 0.02591719478368759, 0.0010183840058743954, 0.006312521640211344, 0.00071557896444574, -0.0474981814622879, -0.020113345235586166, 0.0000339743637596257, -0.05146748200058937, 0.00932285189628601, -0.016435904428362846, -0.030503571033477783, -0.03313865512609482, 0.027851812541484833, -0.008092869073152542, 0.03378908336162567, -0.006425096187740564, 0.021397529169917107, 0.07691770046949387, -0.0368911437690258, -0.061807673424482346, 0.03085380420088768, 0.004878236446529627, 0.048232000321149826, 0.011899561621248722, 0.028585633262991905, 0.039426159113645554, -0.011257468722760677, 0.017611684277653694, -0.013483946211636066, -0.014025972224771976, 0.0358237698674202, 0.02526676468551159, -0.010540327057242393, -0.0497329980134964, -0.006333368830382824, 0.0258671622723341, 0.03629074618220329, -0.04689778387546539, 0.08018653839826584, 0.0049032531678676605, 0.00822629127651453, 0.013392218388617039, 0.019979922100901604, 0.03113732486963272, -0.056737642735242844, -0.039993200451135635, -0.034289415925741196, -0.05076701566576958, -0.034689683467149734, -0.0012529146624729037, 0.05030003935098648, 0.0696462094783783, -0.021030619740486145, 0.06384235620498657, -0.024282777681946754, 0.007513318210840225, 0.05913923680782318, 0.07605046033859253, 0.015493612736463547, 0.05737139657139778, 0.020997265353798866, -0.02326543629169464, 0.0009078940493054688, -0.02623407170176506, -0.05717126652598381, -0.005595379043370485, -0.025616995990276337, 0.03849220648407936, 0.0073715574108064175, -0.003539848607033491, -0.004382073879241943, 0.015960589051246643, 0.043528880923986435, -0.006112388800829649, -0.03552356734871864, 0.004999150056391954, 0.015301818959414959, -0.026867825537919998, -0.01984650082886219, -0.03250490128993988, 0.06110721081495285, 0.06227464973926544, 0.004678103607147932, -0.01859567128121853, 0.05797179788351059, -0.036490876227617264, 0.02213134989142418, 0.01981314644217491, -0.005541176535189152, -0.05036675184965134, -0.034289415925741196, 0.023765768855810165, -0.0822545737028122, -0.040793731808662415, -0.05313525348901749, 0.08205444365739822, 0.025650352239608765, 0.024082645773887634, 0.032121311873197556, 0.03752489760518074, 0.02238151617348194, -0.036624301224946976, -0.03492316976189613, -0.04062695428729057, 0.06330867111682892, 0.04603054001927376, 0.037258051335811615, 0.06864554435014725, 0.08325523883104324, -0.016094012185931206, 0.0008172088419087231, -0.013825839385390282, 0.004999150056391954, 0.015185074880719185, 0.05183438956737518, 0.03972635790705681, 0.014993281103670597, 0.016494276002049446, 0.011557668447494507, -0.030019916594028473, 0.033722374588251114, -0.06077365577220917, 0.017244774848222733, 0.015193413943052292, 0.00817208830267191, -0.00007459376502083614, 0.028985898941755295, 0.01639421097934246, -0.04142748564481735, -0.0023056964855641127, 0.011465940624475479, 0.019979922100901604, 0.005378568544983864, -0.07444939762353897, -0.002303611719980836, 0.07124727219343185, -0.041961174458265305, 0.05717126652598381, 0.04172768443822861, -0.018862515687942505, 0.01104899775236845, -0.024216067045927048, -0.0605735220015049, 0.024516265839338303, 0.019412880763411522, -0.045296721160411835, 0.0022973576560616493, 0.07351544499397278, 0.0072839995846152306, -0.0426616370677948, 0.023348825052380562, 0.0548030287027359, 0.07351544499397278, 0.04259492829442024, -0.02735147997736931, -0.004953286610543728, 0.08118719607591629, -0.03295519948005676, 0.019296135753393173, 0.03290516510605812, -0.044496189802885056, -0.007930261082947254, -0.01645258255302906, 0.0014655557461082935, 0.006045677699148655, -0.039592936635017395, -0.0027726730331778526, -0.021514274179935455, -0.03595719113945961, 0.009081024676561356, -0.02791852317750454, -0.06624395400285721, -0.012783481739461422, 0.03809193894267082, -0.011707767844200134, 0.03438948467373848, -0.0008870468591339886, 0.03595719113945961, -0.01140756905078888, 0.0032792589627206326, 0.052768342196941376, 0.02711799181997776, -0.00818459689617157, -0.038625627756118774, 0.008347204886376858, 0.01109069213271141, 0.01947959139943123, 0.003448121016845107, 0.06704448163509369, 0.004511326551437378, 0.013742451556026936, -0.010248466394841671, -0.024716399610042572, -0.03025340661406517, -0.06334202736616135, -0.018729092553257942, -0.036057256162166595, 0.01159102376550436, -0.02204796113073826, -0.02446623332798481, 0.011457601562142372, -0.06654415279626846, 0.002818536711856723, -0.0194462351500988, -0.029719717800617218, 0.041360776871442795, -0.004423768259584904, 0.0005198761937208474, -0.00015049046487547457, -0.0457303412258625, 0.03795851767063141, 0.008814181201159954, 0.0248664990067482, 0.011749462224543095, 0.0701131820678711, -0.0605735220015049, 0.034889813512563705, -0.006858717184513807, -0.05070030689239502, -0.03955958038568497, -0.05330203101038933, -0.023932544514536858, -0.0300532728433609, 0.004557190462946892, 0.002572540193796158, 0.022648360580205917, 0.05850548297166824, -0.029052609577775, -0.029586296528577805, -0.0000567433780815918, -0.022314805537462234, -0.0702466070652008, -0.011749462224543095, -0.05053352937102318, -0.013892550952732563, -0.022681714966893196, 0.019779790192842484, 0.0032688353676348925, 0.031837791204452515, 0.02081380970776081, 0.03719134256243706, 0.04456289857625961, 0.06174096465110779, 0.0004995501949451864, -0.05717126652598381, 0.022248094901442528, -0.032154668122529984, 0.0013456845190376043, 0.022598326206207275, -0.03362230584025383, -0.06617724150419235, -0.014634709805250168, 0.007417421322315931, 0.02249826118350029, -0.02418271079659462, 0.0179118849337101, -0.017661718651652336, 0.010657071135938168, -0.04676435887813568, 0.04146084189414978, 0.02931945212185383, -0.04239479452371597, -0.00807202234864235, -0.04969964176416397, 0.014634709805250168, 0.029219387099146843, -0.023115336894989014, -0.029269419610500336, 0.01696959137916565, -0.04029339924454689, -0.03855891525745392, -0.007771823089569807, -0.060239966958761215, -0.0777849406003952, -0.020346833392977715, -0.035890478640794754, 0.062374718487262726, 0.04846549034118652, 0.013725773431360722, 0.029436197131872177, 0.059439435601234436, 0.05250149965286255, -0.02418271079659462, -0.006591873709112406, 0.0030228388495743275, -0.001022553420625627, 0.011682751588523388, 0.037424828857183456, -0.015727100893855095, 0.030720382928848267, 0.0494995079934597, 0.032921843230724335, -0.05913923680782318, -0.08518985658884048, -0.020763777196407318, 0.027284769341349602, -0.0411272868514061, -0.011232452467083931, 0.07605046033859253, -0.02423274517059326, -0.03989313542842865, 0.005328535567969084, 0.02626742795109749, 0.01947959139943123, -0.013692418113350868, 0.022364838048815727, 0.004944947548210621, 0.06047345697879791, 0.0004140768141951412, 0.01647759974002838, -0.07484965771436691, -0.04502987489104271, 0.04189446195960045, 0.05877232924103737, 0.051033858209848404, 0.03438948467373848, -0.0011830766452476382, 0.08432261645793915, -0.03202124685049057, -0.008518151938915253, 0.007946939207613468, -0.00630835210904479, 0.0001730314688757062, -0.019896533340215683, -0.01739487424492836, 0.005803850945085287, 0.047664958983659744, -0.013092019595205784, -0.03402257338166237, -0.045696984976530075, -0.0025850485544651747, 0.06984633952379227, -0.010982286185026169, -0.03692450001835823, 0.03542350232601166, -0.030069950968027115, -0.04653087258338928, 0.03832542896270752, -0.008889230899512768, -0.021314142271876335, -0.07811849564313889, 0.031437523663043976, -0.05030003935098648, 0.04849884286522865, -0.006079033482819796, 0.043328747153282166, -0.03162097930908203, 0.004242397844791412, 0.05917259305715561, 0.014367866329848766, -0.017144707962870598, 0.026617661118507385, -0.003969300072640181, -0.019913211464881897, -0.0258671622723341, 0.005978967063128948, 0.052001167088747025, 0.025883840397000313, 0.012758464552462101, 0.057304687798023224, 0.03572370111942291, -0.009172752499580383, -0.008805842138826847, 0.05410256236791611, -0.04119399935007095, 0.0249832421541214, 0.04856555536389351, -0.01696959137916565, 0.030820447951555252, 0.0007035917951725423, 0.047865089029073715, 0.01771175116300583, -0.007625892758369446, -0.02056364342570305, 0.01687786541879177, -0.020980587229132652, 0.005178435705602169, -0.011365874670445919, 0.049432799220085144, 0.004290346521884203, -0.012449926696717739, -0.000695252965670079, -0.051400769501924515, -0.03985977917909622, -0.021197397261857986, -0.01705298013985157, 0.003245903644710779, -0.02141420729458332, 0.008105377666652203, 0.0010381888132542372, -0.010073349811136723, -0.019229425117373466, 0.014659726060926914, 0.050233326852321625, 0.020296799018979073, 0.03832542896270752, 0.01173278409987688, -0.025850484147667885, 0.0179118849337101, 0.05717126652598381, -0.05700448900461197, -0.021114008501172066, 0.0014155225362628698, 0.002159766387194395, 0.03579041361808777, -0.028368821367621422, -0.0021118177101016045, 0.0004664553271140903, -0.010131722316145897, -0.011616040021181107, -0.007338202092796564, -0.0010913490550592542, 0.03532343730330467, 0.0076509094797074795, 0.05516993626952171, -0.0023223741445690393, -0.029786428436636925, -0.00832635723054409, -0.040360111743211746, -0.021764440461993217, -0.05486973747611046, 0.008351374417543411, -0.0011830766452476382, -0.055503491312265396, -0.027534935623407364, -0.006462621036916971, 0.02788516692817211, -0.037624962627887726, -0.02571706287562847, 0.0035127473529428244, -0.062374718487262726, 0.05136741325259209, 0.04326203837990761, 0.03502323850989342, -0.053335387259721756, -0.017211418598890305, 0.010090027935802937, -0.004311193712055683, 0.022998591884970665, 0.02369905635714531, -0.03020337224006653, 0.05623731389641762, -0.013875872828066349, -0.038225360214710236, 0.04502987489104271, -0.019913211464881897, -0.02434948831796646, -0.013609029352664948, -0.01685284823179245, 0.007096374873071909, -0.013242118991911411, -0.05957285687327385, -0.05030003935098648, 0.00243077939376235, 0.02089719846844673, 0.010448599234223366, 0.06127398833632469, 0.02318204753100872, -0.02434948831796646, -0.04743146896362305, 0.02056364342570305, 0.016277465969324112, 0.03639081120491028, -0.013292152434587479, -0.017861850559711456, -0.0570378415286541, -0.05783837288618088, -0.012625043280422688, 0.05260156840085983, 0.04969964176416397, -0.11601030081510544, -0.03729140758514404, 0.02261500433087349, 0.03317200765013695, 0.021480917930603027, 0.04916595295071602, 0.033889152109622955, -0.03482310473918915, 0.009272819384932518, -0.01450128760188818, 0.02908596396446228, -0.03482310473918915, -0.027251413092017174, 0.0037087106611579657, -0.05113392695784569, 0.08158746361732483, -0.03925938159227371, 0.054369404911994934, 0.061040498316287994, -0.04279505833983421, -0.05753817409276962, 0.01003999449312687, -0.014793148264288902, 0.005916425492614508, -0.001572918612509966, -0.0014645133633166552, 0.0170279648154974, -0.015059991739690304, 0.029119320213794708, 0.015235108323395252, -0.029703039675951004, 0.04166097566485405, -0.01876244880259037, -0.012675076723098755, -0.05400249734520912, 0.006279165856540203, -0.003250072943046689, -0.004936608485877514, -0.0016990439034998417, -0.024216067045927048, -0.0355902798473835, 0.0010241169948130846, 0.0037358119152486324, 0.004432107321918011, -0.06484302133321762, -0.01876244880259037, 0.016944576054811478, 0.017328163608908653, 0.038058582693338394, -0.08258812874555588, -0.015101686120033264, -0.01602729968726635, 0.04849884286522865, -0.009005974978208542, 0.01350062433630228, -0.024332810193300247, -0.05977299064397812, 0.028502244502305984, 0.0096647460013628, -0.026100650429725647, 0.012625043280422688, -0.006375063210725784, -0.011082353070378304, -0.0477316677570343, 0.017661718651652336, -0.008080361410975456, 0.030119983479380608, 0.027668356895446777, 0.011807833798229694, -0.03313865512609482, 0.008622387424111366, -0.0011653564870357513, -0.017294807359576225, -0.03435612842440605, 0.010465276427567005, 0.049833063036203384, -0.06944607943296432, 0.027451546862721443, 0.02001327835023403, 0.02329879067838192, -0.01859567128121853, -0.014718098565936089, -0.031003903597593307, 0.014567999169230461, 0.04426269978284836, 0.001298778341151774, 0.0005680852336809039, 0.011282485909759998, -0.009823184460401535, 0.011832850985229015, -0.0038525559939444065, -0.031187359243631363, -0.04309526085853577, 0.003052024869248271, -0.05033339560031891, 0.049466151744127274, 0.08438932150602341, 0.04249485954642296, 0.0028560615610331297, -0.0949963629245758, 0.08305510878562927, -0.03622403368353844, 0.00143115792889148, -0.057905085384845734, 0.008855875581502914, 0.035890478640794754, 0.08819184452295303, 0.011157402768731117, -0.01360069029033184, 0.03555692359805107, -0.06617724150419235, 0.041394129395484924, -0.005574531853199005, -0.005878900643438101, 0.1025346964597702, -0.008572353981435299, 0.030236728489398956, 0.0011809918796643615, -0.00192836276255548, 0.0016104434616863728, 0.038192007690668106, 0.021847829222679138, -0.0678783655166626, 0.05026668310165405, -0.040593598037958145, 0.00383587833493948, -0.021831151098012924, -0.021714406087994576, -0.0085139824077487, 0.0004320574807934463, -0.010256805457174778, -0.05620395764708519, 0.039759714156389236, -0.003965130541473627, 0.044929809868335724 ]
15,168
traitlets.traitlets
Tuple
An instance of a Python tuple.
class Tuple(Container[t.Tuple[t.Any, ...]]): """An instance of a Python tuple.""" klass = tuple _cast_types = (list,) def __init__(self, *traits: t.Any, **kwargs: t.Any) -> None: """Create a tuple from a list, set, or tuple. Create a fixed-type tuple with Traits: ``t = Tuple(Int(), Str(), CStr())`` would be length 3, with Int,Str,CStr for each element. If only one arg is given and it is not a Trait, it is taken as default_value: ``t = Tuple((1, 2, 3))`` Otherwise, ``default_value`` *must* be specified by keyword. Parameters ---------- *traits : TraitTypes [ optional ] the types for restricting the contents of the Tuple. If unspecified, types are not checked. If specified, then each positional argument corresponds to an element of the tuple. Tuples defined with traits are of fixed length. default_value : SequenceType [ optional ] The default value for the Tuple. Must be list/tuple/set, and will be cast to a tuple. If ``traits`` are specified, ``default_value`` must conform to the shape and type they specify. **kwargs Other kwargs passed to `Container` """ default_value = kwargs.pop("default_value", Undefined) # allow Tuple((values,)): if len(traits) == 1 and default_value is Undefined and not is_trait(traits[0]): default_value = traits[0] traits = () if default_value is None and not kwargs.get("allow_none", False): # improve backward-compatibility for possible subclasses # specifying default_value=None as default, # keeping 'unspecified' behavior (i.e. empty container) warn( f"Specifying {self.__class__.__name__}(default_value=None)" " for no default is deprecated in traitlets 5.0.5." " Use default_value=Undefined", DeprecationWarning, stacklevel=2, ) default_value = Undefined if default_value is Undefined: args: t.Any = () elif default_value is None: # default_value back on kwargs for super() to handle args = () kwargs["default_value"] = None elif isinstance(default_value, self._valid_defaults): args = (default_value,) else: raise TypeError(f"default value of {self.__class__.__name__} was {default_value}") self._traits = [] for trait in traits: if isinstance(trait, type): warn( "Traits should be given as instances, not types (for example, `Int()`, not `Int`)" " Passing types is deprecated in traitlets 4.1.", DeprecationWarning, stacklevel=2, ) trait = trait() self._traits.append(trait) if self._traits and (default_value is None or default_value is Undefined): # don't allow default to be an empty container if length is specified args = None super(Container, self).__init__(klass=self.klass, args=args, **kwargs) def item_from_string(self, s: str, index: int) -> t.Any: # type:ignore[override] """Cast a single item from a string Evaluated when parsing CLI configuration from a string """ if not self._traits or index >= len(self._traits): # return s instead of raising index error # length errors will be raised later on validation return s return self._traits[index].from_string(s) def validate_elements(self, obj: t.Any, value: t.Any) -> t.Any: if not self._traits: # nothing to validate return value if len(value) != len(self._traits): e = ( "The '%s' trait of %s instance requires %i elements, but a value of %s was specified." % (self.name, class_of(obj), len(self._traits), repr_type(value)) ) raise TraitError(e) validated = [] for trait, v in zip(self._traits, value): try: v = trait._validate(obj, v) except TraitError as error: self.error(obj, v, error) else: validated.append(v) return tuple(validated) def class_init(self, cls: type[t.Any], name: str | None) -> None: for trait in self._traits: if isinstance(trait, TraitType): trait.class_init(cls, None) super(Container, self).class_init(cls, name) def subclass_init(self, cls: type[t.Any]) -> None: for trait in self._traits: if isinstance(trait, TraitType): trait.subclass_init(cls) # explicitly not calling super().subclass_init(cls) # to opt out of instance_init
(*traits: 't.Any', **kwargs: 't.Any') -> 'None'
[ 0.031656764447689056, -0.007719752378761768, -0.024173492565751076, -0.04540412500500679, 0.0008684064378030598, 0.0524669885635376, -0.010363071225583553, 0.01825624145567417, 0.027242476120591164, -0.01458817720413208, -0.002347719157114625, 0.07399190962314606, 0.007225772365927696, 0.003891406813636422, -0.004479978699237108, 0.03741636127233505, 0.02989104948937893, 0.01331644132733345, 0.013347972184419632, 0.022744104266166687, 0.046623311936855316, -0.013862972147762775, -0.013274400494992733, 0.03535636141896248, -0.01643797568976879, -0.011540215462446213, -0.02226063422858715, -0.023122470825910568, 0.0016474761068820953, -0.01881328411400318, -0.03613411635160446, 0.0012756772339344025, -0.03270778805017471, -0.019012978300452232, 0.02150389924645424, -0.0031136509496718645, -0.04065350815653801, 0.05145800858736038, 0.020705122500658035, 0.05860495567321777, 0.013999605551362038, -0.06861067563295364, 0.02844063937664032, -0.06398618221282959, -0.0024922345764935017, 0.036029014736413956, 0.0639021024107933, 0.03649146482348442, -0.06495312601327896, -0.05768005549907684, 0.06970374286174774, -0.05519964545965195, 0.03787881135940552, 0.016995016485452652, -0.04763229191303253, 0.08080253005027771, -0.01949644833803177, 0.06074903905391693, -0.0006644426030106843, 0.04248228669166565, 0.003105768235400319, 0.06289312243461609, 0.03575574979186058, -0.02240777760744095, -0.02955472283065319, -0.04523596167564392, 0.0007324305479414761, -0.050028618425130844, -0.003507784102112055, -0.016847873106598854, -0.004135769326239824, -0.020106039941310883, 0.009191182442009449, 0.029092272743582726, 0.07390782982110977, -0.020368795841932297, -0.02591818757355213, 0.011193377897143364, 0.058268629014492035, -0.012612257152795792, 0.004900387488305569, 0.03670166805386543, -0.04189371317625046, 0.020200632512569427, 0.04281861335039139, 0.020894305780529976, -0.02627553604543209, 0.042419224977493286, 0.01693195477128029, 0.0524669885635376, -0.032014112919569016, 0.0004631063202396035, 0.0448155552148819, 0.04397473484277725, -0.02753676101565361, 0.0023595429956912994, 0.005241969134658575, -0.06999802589416504, -0.017636138945817947, -0.01110929623246193, -0.015933485701680183, 0.0008565824828110635, -0.0002836115600075573, -0.003599748481065035, -0.04410085827112198, -0.004017529543489218, -0.04304983839392662, -0.0117504196241498, 0.009848070330917835, 0.012832971289753914, -0.07437027245759964, -0.044983718544244766, -0.016921445727348328, 0.07996170967817307, -0.027242476120591164, -0.02440471760928631, -0.030542682856321335, -0.04050636664032936, -0.007866895757615566, -0.018876343965530396, 0.001991685712710023, 0.027431659400463104, 0.0012697653146460652, 0.05759597569704056, 0.028861047700047493, 0.03758452460169792, -0.0023858186323195696, 0.00223736185580492, 0.006400720681995153, 0.04126309975981712, 0.04355432838201523, -0.02314349263906479, -0.0353773795068264, 0.03338044136762619, 0.004482606425881386, 0.02169308252632618, 0.030584722757339478, 0.000030853225325699896, -0.09206947684288025, 0.034389421343803406, 0.03317023441195488, -0.0032791867852211, 0.020011447370052338, 0.02152491919696331, -0.04775841534137726, -0.02061052992939949, -0.011666337959468365, -0.012570216320455074, -0.0027221455238759518, 0.009706182405352592, -0.04830494523048401, -0.04286065325140953, -0.005922505632042885, 0.010079295374453068, 0.0089179165661335, -0.015008585527539253, -0.011908072978258133, -0.014871953055262566, 0.028587782755494118, -0.015019096434116364, -0.03737432137131691, -0.021945327520370483, -0.012349502183496952, 0.009128120727837086, -0.027431659400463104, 0.037983912974596024, 0.008066589012742043, -0.038719628006219864, 0.018266752362251282, 0.018497977405786514, 0.0015647081891074777, -0.0047217137180268764, 0.021409306675195694, 0.019454406574368477, -0.03281288966536522, 0.004046432673931122, -0.0025303340516984463, 0.009243733249604702, 0.04885147511959076, -0.026569820940494537, -0.006095924414694309, -0.034704726189374924, -0.0671812891960144, -0.012360012158751488, 0.036007992923259735, 0.05755393207073212, 0.03920309990644455, 0.025560840964317322, 0.041115958243608475, 0.024909207597374916, 0.028545740991830826, -0.008791794069111347, -0.024152472615242004, -0.00022498428006656468, 0.005081688519567251, 0.05667107552289963, -0.031278397887945175, -0.023753084242343903, -0.03287595137953758, 0.0029087017755955458, -0.02934451773762703, 0.020494917407631874, 0.04574045166373253, -0.021398795768618584, 0.027263496071100235, -0.036932893097400665, 0.03972861170768738, -0.016543077304959297, -0.0419357530772686, -0.06037066876888275, -0.013947054743766785, -0.018182670697569847, -0.0041200038976967335, -0.024383697658777237, 0.01712113991379738, -0.13394217193126678, -0.0010372267570346594, -0.07563149929046631, -0.007914191111922264, 0.0051053366623818874, 0.11620093137025833, 0.02696920931339264, -0.01241256296634674, 0.04578249156475067, 0.018834304064512253, -0.02772594429552555, 0.014483075588941574, -0.0416414700448513, 0.01930726319551468, 0.02713737264275551, 0.019191650673747063, -0.02736859768629074, -0.008187456987798214, -0.008050824515521526, 0.0031136509496718645, 0.0233536958694458, 0.027599822729825974, -0.052761275321245193, -0.04817882180213928, 0.023416757583618164, 0.0021861246787011623, -0.021966347470879555, -0.012959093786776066, -0.023374715819954872, -0.03432635962963104, 0.03998085483908653, -0.012622767128050327, 0.044941674917936325, -0.021451346576213837, 0.016332872211933136, -0.019622569903731346, -0.0035130390897393227, 0.01449358556419611, -0.040064938366413116, -0.0010681005660444498, -0.0644906759262085, -0.0835772231221199, -0.05616658553481102, 0.011161847971379757, -0.04155738651752472, 0.012780420482158661, -0.0043144430965185165, 0.050238825380802155, 0.10997888445854187, -0.008245263248682022, -0.010615316219627857, -0.023437777534127235, 0.013568686321377754, -0.03848840296268463, 0.023416757583618164, 0.0445212684571743, 0.034914933145046234, 0.027116352692246437, -0.0026209845673292875, -0.023795124143362045, -0.027410639449954033, 0.014703789725899696, 0.002408152911812067, 0.0032686765771359205, -0.0031740847043693066, -0.014462054707109928, 0.002906074281781912, -0.02209247089922428, -0.05015474185347557, 0.03514615818858147, -0.013379503041505814, -0.04653922840952873, -0.005207811016589403, -0.013253380544483662, 0.013568686321377754, 0.031614724546670914, -0.07067067921161652, 0.014745830558240414, -0.003486763685941696, 0.009480212815105915, 0.028524721041321754, -0.09787111729383469, 0.0668870061635971, 0.025287576019763947, -0.1076245903968811, 0.04653922840952873, -0.026296555995941162, 0.01988532580435276, 0.03352758288383484, 0.01950695738196373, -0.028566762804985046, -0.015817873179912567, 0.02568696439266205, 0.022197572514414787, 0.03155166283249855, 0.0543588288128376, -0.011266949586570263, -0.008991488255560398, 0.013579197227954865, 0.039665549993515015, 0.052088622003793716, 0.025413697585463524, -0.07605191320180893, 0.019475426524877548, 0.06196822226047516, -0.02696920931339264, -0.02900819107890129, -0.035440441220998764, -0.036386363208293915, 0.00849225278943777, 0.02077869325876236, 0.03483084961771965, -0.032203298062086105, 0.006553118582814932, 0.025392677634954453, -0.03083696775138378, -0.0011075137881562114, -0.03792085126042366, 0.007646180689334869, 0.007173221092671156, -0.01204470545053482, -0.01103572454303503, 0.025098390877246857, 0.02190328575670719, -0.07252047955989838, 0.040968816727399826, 0.00793521199375391, -0.010074039921164513, 0.00455092266201973, 0.019622569903731346, -0.011256439611315727, 0.032539624720811844, 0.022639000788331032, 0.0620102658867836, 0.035839829593896866, 0.03701697289943695, -0.025581860914826393, -0.014987565577030182, -0.0026761633343994617, 0.02865084446966648, -0.06781189888715744, -0.03222431614995003, -0.061547815799713135, -0.003917682450264692, -0.014609198085963726, 0.04485759511590004, -0.027852067723870277, -0.01714215986430645, 0.038950853049755096, -0.014104707166552544, -0.01932828314602375, -0.025413697585463524, -0.04868331179022789, 0.02207144908607006, 0.004816305823624134, 0.03413717448711395, -0.02024267241358757, -0.028692884370684624, -0.020557979121804237, -0.016122668981552124, 0.021987367421388626, 0.011666337959468365, 0.08193763345479965, -0.08034007996320724, -0.05322372540831566, 0.03762656822800636, -0.0445212684571743, 0.0038204628508538008, 0.0006342257256619632, -0.021115019917488098, -0.075127013027668, 0.007635670714080334, 0.007756538223475218, 0.014945524744689465, 0.02680104598402977, 0.006752812769263983, -0.01103572454303503, -0.0025395306292921305, -0.05780617892742157, -0.03333839774131775, 0.0089179165661335, -0.007887915708124638, 0.052256785333156586, 0.016995016485452652, -0.004997606854885817, 0.02884002774953842, -0.08361926674842834, 0.02499328926205635, 0.02846165932714939, -0.010410367511212826, 0.04401677846908569, 0.08214783668518066, -0.019570019096136093, -0.0031951051205396652, 0.04212493821978569, 0.04485759511590004, 0.03598697483539581, -0.022113490849733353, -0.04893555864691734, 0.027410639449954033, -0.04151534661650658, -0.012790930457413197, 0.06053883582353592, 0.007782813627272844, 0.01012659166008234, 0.0011153965024277568, 0.019212672486901283, 0.04010697826743126, 0.023921247571706772, 0.013085216283798218, 0.040737591683864594, -0.06066495552659035, 0.017026547342538834, -0.007803834043443203, -0.04473147168755531, -0.020852265879511833, -0.0019259967375546694, -0.045278001576662064, -0.05910944566130638, 0.008634140715003014, -0.027852067723870277, -0.044773511588573456, -0.06751761585474014, -0.019023487344384193, 0.03991779312491417, 0.0065583735704422, 0.019580530002713203, 0.05238290876150131, 0.0437224917113781, 0.08311477303504944, 0.027410639449954033, -0.08618375658988953, 0.041473306715488434, 0.012612257152795792, -0.0036260238848626614, 0.047506168484687805, 0.016879403963685036, 0.061169445514678955, 0.05288739874958992, -0.014892973937094212, -0.04885147511959076, -0.04746412858366966, -0.01403113640844822, -0.010368326678872108, -0.01751001738011837, 0.03703799471259117, -0.008991488255560398, 0.012381032109260559, -0.0776074230670929, -0.03323329612612724, -0.024720024317502975, 0.021115019917488098, -0.023038389161229134, -0.029113292694091797, -0.007788068614900112, 0.03535636141896248, -0.010699397884309292, 0.041136980056762695, -0.039665549993515015, -0.009811284951865673, -0.0008867993019521236, 0.050617191940546036, -0.05049106851220131, -0.05742781236767769, -0.029827987775206566, 0.060076385736465454, 0.01468276884406805, 0.046034738421440125, -0.01894991658627987, -0.054611071944236755, 0.009369855746626854, 0.03991779312491417, -0.014115218073129654, -0.0316988043487072, 0.06461679935455322, -0.06251475214958191, 0.0524669885635376, -0.019811753183603287, 0.0006109062233008444, 0.008077099919319153, -0.028671864420175552, 0.002657770412042737, -0.0060065872967243195, -0.0054442910477519035, -0.025644922628998756, 0.03808901458978653, -0.017594099044799805, 0.026086350902915, -0.007304599042981863, 0.04122105985879898, -0.06659271568059921, 0.006101179402321577, -0.0022820301819592714, -0.03186697140336037, -0.029764926061034203, -0.03672268986701965, -0.016122668981552124, 0.011613787151873112, -0.06583598256111145, 0.010888582095503807, -0.01121439877897501, 0.008339854888617992, -0.007546333596110344, 0.0032634215895086527, -0.05381229519844055, -0.000046392742660827935, 0.03827819973230362, 0.002159849042072892, 0.06861067563295364, 0.000028862034014309756, 0.005517862271517515, 0.023311655968427658, -0.051878418773412704, 0.04122105985879898, 0.015712769702076912, 0.001761774648912251, -0.03977065160870552, -0.05847883224487305, 0.043133918195962906, 0.011603276245296001, 0.02427859418094158, 0.018088078126311302, 0.02098889835178852, 0.06617230921983719, 0.028356557711958885, 0.02497226931154728, 0.07865844666957855, 0.004259264096617699, -0.014525116421282291, -0.0130431754514575, -0.030900029465556145, -0.03226635605096817, 0.044941674917936325, -0.012990624643862247, 0.038572486490011215, -0.0510796420276165, -0.011624297127127647, 0.016742771491408348, 0.04098983481526375, -0.07537925988435745, -0.03300207108259201, 0.020316245034337044, 0.017562568187713623, 0.03552452474832535, 0.05999230220913887, 0.015775831416249275, 0.03466268628835678, -0.011634807102382183, -0.03157268464565277, 0.059866178780794144, -0.003602375974878669, 0.03733228147029877, 0.019643589854240417, -0.0034105645027011633, 0.013347972184419632, 0.02898717112839222, -0.022533899173140526, -0.026695944368839264, -0.0014254477573558688, -0.005854189395904541, -0.014945524744689465, -0.06343965232372284, 0.04418494179844856, -0.03541942313313484, -0.04847310855984688, -0.010305264964699745, 0.03195105120539665, 0.0357767678797245, -0.05213066190481186, 0.06440659612417221, 0.0069472515024244785, 0.010783479548990726, 0.018277263268828392, -0.05019678175449371, 0.0022794026881456375, -0.029785947874188423, 0.04141024500131607, -0.00010403469786979258, 0.00946970283985138, 0.01858205907046795, 0.008339854888617992, -0.00784587487578392, -0.017825324088335037, 0.02482512593269348, 0.019086549058556557, -0.047674331814050674, 0.03775268793106079, -0.012076236307621002, 0.016995016485452652, 0.02713737264275551, -0.04885147511959076, 0.03430533781647682, -0.0010832089465111494, 0.009690417908132076, -0.0423351414501667, 0.025792066007852554, -0.010546999983489513, 0.02989104948937893, -0.011193377897143364, -0.044563308358192444, -0.05801638215780258, -0.044226981699466705, 0.04540412500500679, 0.03630227968096733, -0.029470641165971756, -0.010426132939755917, 0.011056745424866676, -0.0456143282353878, -0.013537156395614147, -0.011435112915933132, -0.018634609878063202, 0.00830306950956583, -0.03502003476023674, 0.02369002252817154, -0.06255679577589035, 0.09652581065893173, 0.014609198085963726, 0.023479819297790527, -0.03916106000542641, -0.05528372526168823, -0.010951642878353596, 0.002038981532678008, -0.00023976426746230572, 0.04252432659268379, 0.053728215396404266, 0.0012599119218066335, -0.04666535183787346, 0.019601549953222275, 0.06629843264818192, -0.009690417908132076, -0.06402822583913803, 0.026401657611131668, -0.031089214608073235, 0.04813678190112114, 0.04304983839392662, 0.041115958243608475, 0.07113312929868698, -0.018340323120355606, -0.059151485562324524, -0.0061905160546302795, 0.021041449159383774, 0.032539624720811844, 0.008639396168291569, -0.023122470825910568, 0.027789006009697914, -0.021651040762662888, -0.01486144308000803, 0.011540215462446213, 0.0008151984657160938, 0.05141596868634224, -0.015313382260501385, -0.014209809713065624, -0.0073203640058636665, 0.04065350815653801, 0.028020231053233147, -0.024131452664732933, -0.05175229534506798, -0.04977637529373169, -0.002856150735169649, -0.00015551832620985806, -0.020368795841932297, -0.013652767986059189, 0.015523586422204971, -0.006353424396365881, -0.0273265577852726, 0.028861047700047493, 0.004519392270594835, -0.10686785727739334, -0.03733228147029877, -0.0677698627114296, -0.049482088536024094, -0.0052498518489301205, -0.027242476120591164, -0.001622514333575964, -0.14335931837558746, 0.01949644833803177, 0.005307658109813929, 0.04847310855984688, 0.024720024317502975, -0.06709720939397812, -0.0513739287853241, -0.048389025032520294, 0.025960229337215424, 0.021777164191007614, 0.008113885298371315, 0.033107176423072815, -0.022681042551994324, -0.05179433524608612, 0.03968656808137894, 0.03062676452100277, 0.03733228147029877, -0.031257376074790955, -0.0058174035511910915, 0.08454416692256927, -0.018834304064512253, 0.02736859768629074, 0.0846702829003334, 0.03832023963332176, -0.05637678876519203, -0.053307805210351944, -0.036344319581985474, 0.05128984525799751, 0.05347596853971481, -0.04389065504074097, 0.0026485740672796965, -0.00894944742321968, 0.01824573241174221, 0.06003434211015701, 0.02589716762304306, 0.02734757773578167, 0.016858384013175964, 0.0609172023832798, -0.03817309811711311, 0.025077370926737785, 0.011393072083592415, 0.043302081525325775, 0.007761793211102486, -0.03010125271975994, 0.04010697826743126, -0.010074039921164513, -0.009748224169015884, -0.0021086116321384907, -0.016385424882173538, -0.045866575092077255, 0.03848840296268463, -0.00856582447886467, 0.004109493922442198, -0.002317502163350582, 0.038950853049755096, -0.014441034756600857, -0.022744104266166687, 0.049313925206661224, 0.03195105120539665, 0.00939613115042448, 0.01625930145382881, -0.028692884370684624, 0.013968074694275856, -0.045151881873607635, 0.029996151104569435, 0.0633976086974144, -0.056629035621881485, 0.04939800873398781, -0.04851514846086502, -0.06507924944162369, -0.07966742664575577, -0.05158413201570511, -0.014199299737811089, 0.03520921617746353, 0.0023096196819096804, 0.044563308358192444, 0.03241350129246712, -0.005115846637636423, 0.047506168484687805 ]
15,170
traitlets.traitlets
__init__
Create a tuple from a list, set, or tuple. Create a fixed-type tuple with Traits: ``t = Tuple(Int(), Str(), CStr())`` would be length 3, with Int,Str,CStr for each element. If only one arg is given and it is not a Trait, it is taken as default_value: ``t = Tuple((1, 2, 3))`` Otherwise, ``default_value`` *must* be specified by keyword. Parameters ---------- *traits : TraitTypes [ optional ] the types for restricting the contents of the Tuple. If unspecified, types are not checked. If specified, then each positional argument corresponds to an element of the tuple. Tuples defined with traits are of fixed length. default_value : SequenceType [ optional ] The default value for the Tuple. Must be list/tuple/set, and will be cast to a tuple. If ``traits`` are specified, ``default_value`` must conform to the shape and type they specify. **kwargs Other kwargs passed to `Container`
def __init__(self, *traits: t.Any, **kwargs: t.Any) -> None: """Create a tuple from a list, set, or tuple. Create a fixed-type tuple with Traits: ``t = Tuple(Int(), Str(), CStr())`` would be length 3, with Int,Str,CStr for each element. If only one arg is given and it is not a Trait, it is taken as default_value: ``t = Tuple((1, 2, 3))`` Otherwise, ``default_value`` *must* be specified by keyword. Parameters ---------- *traits : TraitTypes [ optional ] the types for restricting the contents of the Tuple. If unspecified, types are not checked. If specified, then each positional argument corresponds to an element of the tuple. Tuples defined with traits are of fixed length. default_value : SequenceType [ optional ] The default value for the Tuple. Must be list/tuple/set, and will be cast to a tuple. If ``traits`` are specified, ``default_value`` must conform to the shape and type they specify. **kwargs Other kwargs passed to `Container` """ default_value = kwargs.pop("default_value", Undefined) # allow Tuple((values,)): if len(traits) == 1 and default_value is Undefined and not is_trait(traits[0]): default_value = traits[0] traits = () if default_value is None and not kwargs.get("allow_none", False): # improve backward-compatibility for possible subclasses # specifying default_value=None as default, # keeping 'unspecified' behavior (i.e. empty container) warn( f"Specifying {self.__class__.__name__}(default_value=None)" " for no default is deprecated in traitlets 5.0.5." " Use default_value=Undefined", DeprecationWarning, stacklevel=2, ) default_value = Undefined if default_value is Undefined: args: t.Any = () elif default_value is None: # default_value back on kwargs for super() to handle args = () kwargs["default_value"] = None elif isinstance(default_value, self._valid_defaults): args = (default_value,) else: raise TypeError(f"default value of {self.__class__.__name__} was {default_value}") self._traits = [] for trait in traits: if isinstance(trait, type): warn( "Traits should be given as instances, not types (for example, `Int()`, not `Int`)" " Passing types is deprecated in traitlets 4.1.", DeprecationWarning, stacklevel=2, ) trait = trait() self._traits.append(trait) if self._traits and (default_value is None or default_value is Undefined): # don't allow default to be an empty container if length is specified args = None super(Container, self).__init__(klass=self.klass, args=args, **kwargs)
(self, *traits: Any, **kwargs: Any) -> NoneType
[ 0.01315845362842083, 0.002394230104982853, -0.009861480444669724, -0.035579830408096313, 0.008904770016670227, 0.05196657031774521, -0.015376060269773006, 0.026277657598257065, 0.03159599006175995, -0.010558162815868855, -0.011323531158268452, 0.0817963257431984, -0.0003897370188497007, -0.01270708255469799, 0.0006752170738764107, 0.03636482357978821, 0.04446988180279732, -0.0071630654856562614, 0.019310839474201202, 0.02912325970828533, 0.06951117515563965, -0.003647766774520278, -0.017564229667186737, 0.03807218372821808, -0.01568024605512619, -0.017485730350017548, -0.04333164170384407, -0.02802426740527153, -0.005028864834457636, -0.0022531766444444656, -0.026415031403303146, 0.00045167788630351424, -0.0319688618183136, -0.016906797885894775, 0.02184244431555271, 0.013433201238512993, -0.05887451395392418, 0.04914059489965439, 0.010567975230515003, 0.03532470762729645, 0.030810995027422905, -0.0683336853981018, 0.007123815827071667, -0.055577538907527924, -0.001257216208614409, 0.014257444068789482, 0.0668814480304718, 0.029672754928469658, -0.050278834998607635, -0.05432154983282089, 0.07720410823822021, -0.036973193287849426, 0.037934809923172, -0.00922367349267006, -0.06028750166296959, 0.07147365808486938, -0.02170507051050663, 0.04490162804722786, -0.021685445681214333, 0.0579717718064785, 0.018339410424232483, 0.07634061574935913, 0.04223265126347542, -0.0282597653567791, -0.027788769453763962, -0.03300897777080536, 0.021685445681214333, -0.044783879071474075, -0.0026542593259364367, 0.00687850546091795, 0.004962630569934845, -0.030810995027422905, -0.009483702480793, 0.04184015467762947, 0.0706101655960083, -0.007570281159132719, -0.03159599006175995, 0.00624560471624136, 0.053183309733867645, -0.0056666717864573, -0.008134495466947556, 0.016602613031864166, -0.04580437019467354, 0.01589611917734146, 0.04788460209965706, 0.02050795592367649, -0.03026149980723858, 0.04258589819073677, 0.02156769670546055, 0.050278834998607635, -0.03903380036354065, 0.01163752842694521, 0.03897492587566376, 0.01948746293783188, -0.0040059201419353485, 0.00021633316646330059, 0.007776341866701841, -0.055930785834789276, -0.007320064585655928, -0.011794527061283588, -0.017417043447494507, -0.013511700555682182, 0.008011840283870697, -0.001809164765290916, -0.03612932562828064, -0.021391073241829872, -0.04564737156033516, 0.0025487758684903383, -0.001661978429183364, 0.0109702842310071, -0.09160874038934708, -0.05180957168340683, 0.000992894172668457, 0.08313081413507462, -0.038778677582740784, -0.03306785225868225, -0.018123537302017212, -0.0364236980676651, -0.010479663498699665, -0.017897851765155792, -0.01805485039949417, 0.032145485281944275, 0.0074329073540866375, 0.021763944998383522, 0.014728440903127193, 0.05008258670568466, 0.001844734768383205, -0.01482656504958868, -0.00574517110362649, 0.05710827559232712, 0.051181577146053314, -0.022764811292290688, -0.0423504002392292, 0.04341014102101326, 0.009562201797962189, -0.008345462381839752, 0.039151549339294434, 0.023765677586197853, -0.0505535826086998, 0.04556887224316597, 0.031321242451667786, -0.025374915450811386, 0.028828885406255722, 0.030752120539546013, -0.04772760346531868, -0.006240698508918285, 0.00616710539907217, -0.018231473863124847, 0.0046535395085811615, 0.04101591184735298, -0.03138011693954468, -0.026807527989149094, -0.004133481532335281, -0.01170621532946825, 0.016985297203063965, -0.0159844309091568, 0.021077075973153114, -0.03210623562335968, 0.0394066721200943, -0.012952392920851707, -0.010087166912853718, -0.017407231032848358, 0.007997121661901474, 0.01141184289008379, -0.02156769670546055, 0.04274289682507515, 0.013040704652667046, -0.016896985471248627, 0.04498012736439705, 0.0013541138032451272, 0.01991920918226242, 0.0031645051203668118, 0.04093741253018379, 0.02898588590323925, -0.008801739662885666, -0.021292949095368385, -0.013070141896605492, -0.0035103927366435528, 0.03807218372821808, -0.025551538914442062, 0.0002598757855594158, -0.04074116423726082, -0.0564802810549736, -0.0022924263030290604, 0.03277347981929779, 0.0438811369240284, 0.03098761849105358, 0.03805255889892578, 0.016838110983371735, 0.0141200702637434, 0.02296105958521366, -0.013050517067313194, -0.03506958484649658, 0.00989091768860817, 0.008757583796977997, 0.06330972909927368, -0.012805206701159477, -0.04227190092206001, -0.02533566579222679, 0.000370418798411265, 0.0011222953908145428, 0.016406364738941193, 0.040701914578676224, -0.026258032768964767, 0.06272098422050476, -0.04431288316845894, 0.02005658484995365, -0.009071581065654755, -0.053104810416698456, -0.052437566220760345, 0.022686311975121498, -0.023667553439736366, -0.007344595622271299, -0.026807527989149094, 0.016690924763679504, -0.13855135440826416, -0.03061474673449993, -0.07598736882209778, -0.04592211917042732, -0.0029535379726439714, 0.11657153815031052, 0.014797127805650234, 0.0015319639351218939, 0.060915496200323105, 0.04034866765141487, -0.008757583796977997, 0.036305949091911316, -0.06260323524475098, 0.011912276037037373, 0.03283235430717468, 0.006966817192733288, -0.0342060923576355, -0.03349959850311279, -0.0011517326347529888, -0.01805485039949417, 0.024413296952843666, 0.015415309928357601, -0.05565603822469711, -0.07465288043022156, 0.003078646492213011, -0.0012817472452297807, -0.010204915888607502, 0.023961925879120827, -0.002818617271259427, -0.021587321534752846, 0.03336222469806671, -0.024099299684166908, 0.04199715331196785, -0.018977217376232147, 0.02490391954779625, -0.024432921782135963, -0.006481102667748928, 0.008389618247747421, -0.036541447043418884, 0.014149507507681847, -0.05903151258826256, -0.06601795554161072, -0.07002142071723938, 0.001670564291998744, -0.043213892728090286, -0.0028357889968901873, -0.0076929363422095776, 0.04454838111996651, 0.1144520491361618, -0.01096047181636095, -0.03722831606864929, -0.03956367075443268, 0.0031301616691052914, -0.04317464306950569, 0.016622237861156464, 0.05082833021879196, 0.04148690775036812, 0.04050566628575325, -0.02684677764773369, -0.009272735565900803, -0.04792385175824165, 0.011529591865837574, -0.014404630288481712, -0.005362486932426691, -0.003397549968212843, -0.023765677586197853, 0.006741131655871868, -0.021606946364045143, -0.03828805685043335, 0.026572030037641525, 0.010116604156792164, -0.05114232748746872, -0.03330335021018982, -0.02082195319235325, 0.009135361760854721, 0.011372593231499195, -0.03098761849105358, 0.009679950773715973, -0.002021358348429203, 0.015621370635926723, 0.02437404729425907, -0.06111174449324608, 0.08446530252695084, 0.030810995027422905, -0.08525029569864273, 0.056166283786296844, -0.041212160140275955, 0.029084010049700737, 0.024570297449827194, 0.019310839474201202, -0.033185601234436035, -0.011823964305222034, 0.014178944751620293, 0.016386739909648895, 0.03448083996772766, 0.045529622584581375, -0.003613423090428114, 0.01155902910977602, 0.0137570109218359, 0.03002600185573101, 0.051613323390483856, 0.03917117416858673, -0.07853859663009644, 0.006382978521287441, 0.060012754052877426, -0.02892700955271721, -0.04466613009572029, -0.04631461575627327, -0.035422831773757935, 0.004751663655042648, 0.004067247733473778, 0.024217048659920692, -0.04132990911602974, 0.015964806079864502, 0.05286931246519089, -0.04866959527134895, 0.017446480691432953, -0.03442196547985077, 0.01656336337327957, -0.0483163483440876, -0.004172731190919876, -0.015287748537957668, 0.0416046567261219, 0.026729028671979904, -0.06299573183059692, 0.023844176903367043, -0.0031645051203668118, -0.02058645524084568, 0.003905342658981681, 0.020233208313584328, -0.010155853815376759, 0.04431288316845894, 0.0001098530919989571, 0.08391580730676651, 0.026944901794195175, 0.03909267485141754, -0.014924689196050167, -0.010018479079008102, -0.019124403595924377, 0.05491029471158981, -0.04023091867566109, -0.02095932699739933, -0.06079774722456932, 0.008880238980054855, -0.02029208280146122, 0.04525487497448921, -0.035795703530311584, 0.0015564949717372656, 0.04839484766125679, -0.010013572871685028, -0.005171144846826792, -0.00767331151291728, -0.03149786591529846, -0.0008818911155685782, 0.01360001228749752, 0.04034866765141487, -0.01851603388786316, -0.03844505548477173, 0.001596971182152629, -0.019762210547924042, 0.0219405684620142, -0.02431517280638218, 0.06429097056388855, -0.08784077316522598, -0.055263541638851166, 0.017073608934879303, -0.05856051668524742, 0.010881972499191761, 0.002958444179967046, -0.03999541699886322, -0.06939342617988586, 0.005750077310949564, 0.01307995431125164, 0.004231605678796768, 0.01986033469438553, 0.00914517417550087, -0.022391939535737038, 0.011882838793098927, -0.061739739030599594, -0.0028529607225209475, 0.0009266603155992925, 0.012088899500668049, 0.0542430505156517, 0.032282859086990356, -0.00368946953676641, 0.03544245660305023, -0.0899602547287941, 0.01909496635198593, 0.02037058211863041, -0.02468804642558098, 0.04886584356427193, 0.06370222568511963, -0.01873190701007843, -0.003032037289813161, 0.03457896411418915, 0.0423504002392292, 0.021881693974137306, -0.023059183731675148, -0.03524620831012726, 0.04050566628575325, -0.03663957118988037, -0.0401327945291996, 0.05812877044081688, -0.00045045133447274566, 0.012049649842083454, 0.007079659961163998, 0.02215644158422947, 0.04564737156033516, 0.043292392045259476, 0.02743552252650261, 0.04796310141682625, -0.04855184629559517, 0.009199142456054688, 0.010391351766884327, -0.06652820110321045, -0.016170866787433624, -0.007143440656363964, -0.01687736064195633, -0.02223494090139866, 0.00922367349267006, 0.0044082291424274445, -0.04101591184735298, -0.04965084046125412, -0.02720002457499504, 0.03762081265449524, 0.020625704899430275, -0.009684856981039047, 0.04674636200070381, 0.04898359254002571, 0.08980325609445572, 0.016475051641464233, -0.08368030935525894, 0.02364792861044407, 0.01806466281414032, 0.008178651332855225, 0.04737435653805733, 0.05196657031774521, 0.04721735790371895, 0.05330105870962143, -0.011402030475437641, -0.03722831606864929, -0.07791060209274292, -0.011176344938576221, -0.011195969767868519, -0.029456881806254387, 0.05404680222272873, -0.019153840839862823, 0.017505355179309845, -0.0639377236366272, -0.013953259214758873, -0.0356975793838501, 0.008051089942455292, -0.042036402970552444, -0.03561908006668091, -0.030084876343607903, 0.03781706094741821, -0.019369713962078094, 0.04156540706753731, -0.0438418872654438, 0.002745024161413312, -0.010940846987068653, 0.029025135561823845, -0.05487104505300522, -0.024472171440720558, -0.014443879947066307, 0.057343773543834686, 0.02906438522040844, 0.047099608927965164, -0.003108083736151457, -0.06264248490333557, 0.018761344254016876, 0.007658592890948057, -0.010881972499191761, -0.030281124636530876, 0.06939342617988586, -0.050200335681438446, 0.050514332950115204, -0.03648257255554199, -0.01569005846977234, 0.0008119776612147689, -0.0204490814357996, 0.010617037303745747, -0.012648208066821098, -0.03807218372821808, -0.006186730228364468, 0.03359772264957428, -0.02855413779616356, 0.042546648532152176, -0.007884278893470764, 0.0401131696999073, -0.0690794289112091, 0.004565227776765823, -0.016318053007125854, -0.04034866765141487, -0.028279390186071396, -0.04317464306950569, -0.014954126439988613, 0.011549216695129871, -0.06515446305274963, -0.00011744238872779533, -0.026297282427549362, 0.004597118124365807, -0.006147480569779873, 0.01467937882989645, -0.06177898868918419, 0.00503377104178071, 0.05644103139638901, -0.003922514617443085, 0.06794118881225586, -0.022784436121582985, -0.009572014212608337, 0.025983285158872604, -0.05989500507712364, 0.036835819482803345, 0.03628632426261902, -0.011823964305222034, -0.051691822707653046, -0.060679998248815536, 0.06860843300819397, -0.0005881318356841803, 0.03359772264957428, -0.012520646676421165, 0.028711136430501938, 0.06256398558616638, 0.0018373754573985934, 0.024845045059919357, 0.057657770812511444, -0.0052103945054113865, -0.011951525695621967, -0.011794527061283588, -0.029456881806254387, -0.03338184952735901, 0.06299573183059692, -0.003937233239412308, 0.046864110976457596, -0.06103324517607689, -0.018270723521709442, 0.007629155647009611, 0.049533091485500336, -0.07681161165237427, -0.0051809572614729404, 0.027082275599241257, 0.0010352102108299732, 0.04454838111996651, 0.05463554710149765, 0.014699003659188747, 0.026630904525518417, -0.003821937134489417, -0.02133219875395298, 0.04792385175824165, -0.0026689779479056597, 0.03689469397068024, 0.015464372001588345, -0.0007040410418994725, 0.01014604140073061, 0.03130161762237549, -0.0234124306589365, -0.019458025693893433, 0.00004818051093025133, -0.022097567096352577, -0.02311805821955204, -0.05895301327109337, 0.038170307874679565, -0.050435833632946014, -0.031183866783976555, -0.03210623562335968, 0.03722831606864929, 0.051691822707653046, -0.05903151258826256, 0.05361505597829819, 0.015111125074326992, -0.005740264896303415, 0.00501659931614995, -0.04541187360882759, 0.01255989633500576, -0.02535529062151909, 0.06221073493361473, -0.015660621225833893, 0.00039556314004585147, 0.015640996396541595, -0.005784420762211084, 0.02005658484995365, -0.030202625319361687, 0.016406364738941193, 0.025688912719488144, -0.03353884816169739, 0.0416439063847065, -0.03477521240711212, 0.05271231383085251, 0.01754460483789444, -0.051181577146053314, 0.03530508279800415, 0.02466842159628868, 0.011568841524422169, -0.042114902287721634, 0.03210623562335968, -0.008055996149778366, 0.035874202847480774, -0.012147773988544941, -0.03514808416366577, -0.03208661079406738, -0.046824861317873, 0.01881040632724762, 0.0371890664100647, -0.034598588943481445, -0.012422522529959679, 0.001968616619706154, -0.03856280446052551, -0.0122655238956213, -0.015778370201587677, -0.02221531607210636, 0.005647046957165003, -0.03752268850803375, 0.01657317578792572, -0.058168020099401474, 0.10620962083339691, 0.006903036497533321, 0.02298068441450596, -0.03026149980723858, -0.052673064172267914, 0.0018643595976755023, -0.0010585146956145763, 0.001830016146413982, 0.055263541638851166, 0.03612932562828064, -0.0027695551980286837, -0.019693523645401, 0.030810995027422905, 0.04631461575627327, 0.002585572423413396, -0.057343773543834686, 0.01911459118127823, -0.01768197864294052, 0.03836655616760254, 0.03320522606372833, 0.03069324605166912, 0.05039658397436142, 0.004288027063012123, -0.05863901600241661, -0.004565227776765823, 0.020684579387307167, 0.029712004587054253, -0.010312852449715137, -0.022470438852906227, 0.013590199872851372, -0.03077174536883831, -0.020900452509522438, 0.0241581741720438, 0.024629171937704086, 0.051848821341991425, -0.0274943970143795, -0.02818126603960991, -0.020233208313584328, 0.03964217007160187, 0.021391073241829872, -0.012324398383498192, -0.059424009174108505, -0.03873942792415619, -0.011735652573406696, 0.011431467719376087, -0.028671886771917343, -0.0069619109854102135, 0.024118924513459206, -0.0035790796391665936, -0.031046492978930473, 0.05632328242063522, -0.0048399753868579865, -0.1040116399526596, -0.053929053246974945, -0.06177898868918419, -0.038837552070617676, -0.031105367466807365, -0.034225717186927795, -0.025512289255857468, -0.12151699513196945, 0.017269857227802277, 0.0014411989832296968, 0.03238098323345184, 0.017632916569709778, -0.08085433393716812, -0.04423438385128975, -0.05695127695798874, 0.023510554805397987, 0.03707131743431091, -0.004597118124365807, 0.01835903525352478, -0.01126465667039156, -0.05506729334592819, 0.06515446305274963, 0.020174333825707436, 0.025374915450811386, -0.011696402914822102, -0.007271002512425184, 0.07500612735748291, -0.007903903722763062, 0.022705936804413795, 0.0668814480304718, 0.033048227429389954, -0.048355598002672195, -0.07182690501213074, -0.04584361985325813, 0.02906438522040844, 0.04772760346531868, -0.03767968714237213, 0.006863786838948727, 0.0037140005733817816, 0.003557001706212759, 0.04289989545941353, 0.018329598009586334, 0.028357889503240585, 0.004133481532335281, 0.03685544431209564, -0.05004333704710007, 0.014669566415250301, -0.016229741275310516, 0.02988862805068493, 0.014404630288481712, -0.004285573959350586, 0.03599195182323456, 0.011539404280483723, -0.0026051972527056932, -0.009302172809839249, -0.012167398817837238, -0.03298935294151306, 0.041369158774614334, -0.018476784229278564, 0.005028864834457636, 0.005956138018518686, 0.035501331090927124, -0.017073608934879303, -0.040544915944337845, 0.05082833021879196, 0.007040410302579403, 0.014012133702635765, 0.030457748100161552, -0.024648796766996384, 0.011451092548668385, -0.04001504182815552, 0.0026272751856595278, 0.06845143437385559, -0.0653899610042572, 0.059659507125616074, -0.04745285585522652, -0.04674636200070381, -0.04929759353399277, -0.049101345241069794, -0.010980096645653248, 0.04992558807134628, -0.003544736187905073, 0.04125140979886055, 0.045608121901750565, 0.01234402321279049, 0.05228056758642197 ]
15,177
traitlets.traitlets
class_init
null
def class_init(self, cls: type[t.Any], name: str | None) -> None: for trait in self._traits: if isinstance(trait, TraitType): trait.class_init(cls, None) super(Container, self).class_init(cls, name)
(self, cls: type[typing.Any], name: str | None) -> NoneType
[ 0.019532721489667892, -0.036103665828704834, 0.017573824152350426, -0.022494496777653694, -0.09582655131816864, 0.03467901423573494, 0.012465699575841427, 0.0405275821685791, 0.04412670433521271, 0.029842698946595192, 0.04120241850614548, 0.03059251420199871, 0.02181966044008732, -0.030367569997906685, -0.0235817302018404, -0.005201852414757013, 0.010206877253949642, 0.039852749556303024, -0.04945040121674538, -0.06947050243616104, 0.03709717467427254, 0.05346192046999931, 0.021238554269075394, 0.004208345431834459, -0.006453108508139849, -0.00025028057279996574, 0.012521936558187008, 0.00969137903302908, -0.02513759955763817, -0.062159791588783264, -0.04382677748799324, 0.030498787760734558, 0.016655299812555313, 0.020076338201761246, 0.02024504728615284, -0.017198916524648666, 0.022644460201263428, 0.03606617450714111, -0.020788663998246193, 0.04918796569108963, 0.03970278427004814, 0.007357574533671141, -0.05177483335137367, -0.06245971843600273, -0.0043981424532830715, 0.036234885454177856, 0.06148495525121689, -0.01133160199970007, -0.04423917457461357, -0.018426740542054176, -0.03102365881204605, -0.04915047436952591, 0.017095817252993584, 0.009672633372247219, 0.014077805913984776, 0.0737069621682167, -0.02478143572807312, 0.02436903677880764, -0.002554062521085143, 0.041577327996492386, -0.0027180849574506283, -0.0309299323707819, 0.04266456142067909, 0.008088645525276661, -0.044051721692085266, -0.04247710853815079, 0.0020983146969228983, -0.017039580270648003, 0.034135397523641586, 0.009016543626785278, -0.002537660300731659, -0.013646661303937435, 0.019495230168104172, 0.05237468332052231, 0.04945040121674538, 0.014246514067053795, -0.03214838355779648, 0.0012008780613541603, 0.020807409659028053, -0.0059282369911670685, 0.03021760657429695, 0.03207340091466904, -0.038221899420022964, 0.01864231377840042, 0.029898934066295624, -0.001247741631232202, -0.03212963789701462, -0.043189432471990585, -0.014330868609249592, -0.0034468129742890596, -0.04960036277770996, 0.023675456643104553, 0.020863644778728485, 0.02648726850748062, -0.000251159246545285, 0.04836316779255867, 0.02360047586262226, -0.029430298134684563, -0.04382677748799324, 0.027874430641531944, 0.019663939252495766, -0.02941155433654785, 0.03340432792901993, -0.013618542812764645, -0.009953814558684826, -0.05091254413127899, -0.027593249455094337, -0.0073294565081596375, -0.0347914882004261, 0.038615550845861435, 0.027030885219573975, 0.002303342567756772, 0.04367681220173836, 0.04019016772508621, -0.0013918469194322824, -0.06677116453647614, -0.0027110553346574306, -0.019532721489667892, 0.03314189240336418, -0.008768167346715927, 0.013356107287108898, -0.004102902486920357, -0.019307775422930717, 0.044426631182432175, 0.008187059313058853, 0.01050680410116911, -0.003758455393835902, 0.03192343935370445, 0.02811812050640583, -0.021613461896777153, 0.10662391036748886, -0.01900784857571125, -0.06864570081233978, -0.005745469126850367, 0.02309434860944748, 0.031192367896437645, -0.01115352101624012, -0.023712947964668274, -0.03606617450714111, 0.01049743127077818, -0.019757665693759918, -0.009189939126372337, -0.012540681287646294, 0.007207611575722694, -0.009030602872371674, 0.02071368135511875, -0.033291853964328766, 0.034960195422172546, -0.035391341894865036, -0.04558884724974632, -0.0666961818933487, -0.008177686482667923, 0.004419231321662664, 0.06482163816690445, -0.03018011525273323, 0.002220159862190485, -0.03263576328754425, 0.03126734867691994, -0.002061995444819331, -0.011472192592918873, -0.0005198923172429204, -0.008397945202887058, -0.0444641187787056, -0.049375418573617935, -0.04378928616642952, -0.036591045558452606, -0.06812082976102829, -0.04510146379470825, 0.013618542812764645, 0.0634719729423523, -0.0041919429786503315, -0.03707842901349068, 0.04296448826789856, -0.025118853896856308, 0.044389139860868454, 0.0421396903693676, 0.01074112206697464, -0.04198972508311272, 0.03591621294617653, 0.05447417125105858, 0.047275934368371964, -0.011097284965217113, -0.024106601253151894, 0.02225080505013466, 0.016308508813381195, 0.027480775490403175, 0.029149116948246956, -0.0003924820921383798, 0.03351679816842079, 0.0164490994066, 0.048550620675086975, 0.026187341660261154, -0.036553557962179184, -0.016196036711335182, 0.07580645382404327, 0.05364937335252762, -0.03132358565926552, 0.034960195422172546, -0.05080007016658783, -0.02554999850690365, -0.03509141504764557, 0.060922592878341675, 0.01344983372837305, -0.014705777168273926, 0.03053627908229828, 0.007254474796354771, 0.11112280935049057, 0.029167862609028816, -0.008599458262324333, -0.0684957429766655, -0.03754706308245659, -0.016027327626943588, -0.02854926511645317, -0.013271752744913101, 0.037790752947330475, -0.07505663484334946, 0.04037762060761452, -0.0496753454208374, -0.0011628014035522938, 0.03685348108410835, 0.04007769376039505, 0.07588143646717072, -0.034454070031642914, 0.026730960234999657, -0.05121247097849846, 0.0005280934274196625, -0.0510999970138073, -0.040640056133270264, -0.02020755596458912, -0.0000058854006965702865, -0.03651606664061546, 0.035391341894865036, 0.0015043193707242608, -0.0023021711967885494, -0.007798091974109411, 0.027424540370702744, 0.03561628609895706, -0.021276043727993965, -0.056423693895339966, 0.0073153977282345295, 0.019307775422930717, 0.022044606506824493, -0.04138987138867378, -0.021557224914431572, -0.0444641187787056, 0.03769702464342117, -0.04292699694633484, 0.04907549172639847, 0.015811756253242493, 0.047650840133428574, -0.012990571558475494, -0.04870058223605156, -0.006106318440288305, -0.04746338725090027, -0.019110949710011482, -0.09920072555541992, -0.0702952966094017, -0.028268083930015564, 0.016205409541726112, 0.020469991490244865, 0.00008948006143327802, -0.0011803752277046442, 0.04007769376039505, 0.097551129758358, -0.04963785409927368, 0.019701428711414337, 0.001699974643997848, -0.0023923832923173904, -0.082854725420475, -0.00211237370967865, 0.10130021721124649, -0.018773531541228294, 0.03342307358980179, 0.03996521979570389, 0.026993395760655403, -0.043939247727394104, 0.02071368135511875, -0.027911920100450516, -0.04266456142067909, 0.02071368135511875, 0.09222743660211563, -0.02766823023557663, 0.046526115387678146, 0.004489526618272066, -0.017892496660351753, -0.040302637964487076, -0.025381289422512054, 0.0037561121862381697, -0.04911298304796219, -0.03349805250763893, -0.004930043593049049, -0.019701428711414337, -0.002152207773178816, 0.03467901423573494, 0.029973916709423065, -0.051887303590774536, -0.08135509490966797, 0.07723110169172287, -0.0016214782372117043, -0.08615391701459885, 0.023394275456666946, -0.015924228355288506, -0.010853594169020653, 0.010019423440098763, 0.015211902558803558, -0.07067020982503891, -0.06913308799266815, 0.039477840065956116, -0.007156061474233866, 0.04420168325304985, 0.01656157337129116, 0.016411609947681427, -0.04288950562477112, 0.008041782304644585, 0.015989838168025017, 0.027911920100450516, 0.03591621294617653, -0.03977776691317558, -0.0190547127276659, 0.060960084199905396, -0.023694202303886414, -0.03306690976023674, -0.04367681220173836, -0.013421716168522835, -0.005187793169170618, 0.0036928465124219656, 0.024987636134028435, -0.02556874416768551, -0.029580261558294296, 0.009841342456638813, -0.04198972508311272, 0.014171532355248928, 0.018482977524399757, -0.04832567647099495, 0.0029570888727903366, -0.015043194405734539, -0.015877366065979004, -0.03334809094667435, -0.032410819083452225, -0.08120512962341309, 0.018061205744743347, 0.005975100677460432, -0.02815561182796955, 0.030442550778388977, -0.02105109952390194, 0.06905810534954071, -0.011706510558724403, -0.03173598647117615, 0.026562251150608063, 0.02320682257413864, 0.01947648450732231, -0.07723110169172287, 0.03959031403064728, 0.020357519388198853, 0.020751172676682472, -0.017461352050304413, 0.01031935028731823, -0.02513759955763817, -0.036309864372015, -0.060510195791721344, 0.03344181925058365, 0.04300197958946228, -0.05829823389649391, 0.004058382008224726, -0.0013121789088472724, 0.005047202575951815, -0.001314522116445005, -0.0120158102363348, 0.024162838235497475, -0.017255153506994247, -0.017170798033475876, -0.015999210998415947, -0.013674778863787651, 0.004119304474443197, -0.047688331454992294, 0.005951668601483107, 0.030386315658688545, 0.03797820582985878, -0.004023234359920025, -0.001337953843176365, -0.00046541346819140017, 0.015961719676852226, 0.02071368135511875, -0.0387280248105526, 0.003974027466028929, -0.07318209111690521, -0.010347467847168446, 0.010891085490584373, 0.06594636291265488, 0.009199311956763268, 0.05158737674355507, 0.0011422986863180995, -0.02356298454105854, -0.05050014331936836, 0.0004976321361027658, 0.012540681287646294, -0.01938275806605816, 0.035710014402866364, 0.007273220457136631, 0.04513895511627197, 0.022400768473744392, -0.06740850955247879, 0.06947050243616104, 0.00784026924520731, 0.018051832914352417, 0.04701349511742592, 0.050162725150585175, -0.055486422032117844, -0.000869904353749007, 0.01658031903207302, 0.02898040972650051, 0.060060303658246994, -0.023413021117448807, -0.04888803884387016, 0.0025798375718295574, -0.026112360879778862, 0.05413675308227539, 0.024050366133451462, 0.017030207440257072, -0.0011879905359819531, -0.01073174923658371, 0.03353554382920265, 0.007474733516573906, 0.020076338201761246, 0.046938516199588776, 0.046113718301057816, -0.01011315081268549, -0.022138332948088646, 0.017648806795477867, -0.011734629049897194, -0.08795347809791565, 0.0948517918586731, -0.032410819083452225, -0.016758399084210396, 0.0380156971514225, -0.0005389306461438537, -0.0011616297997534275, -0.017264526337385178, -0.04251459613442421, 0.017451979219913483, -0.025456272065639496, -0.000008873866136127617, -0.014902603812515736, 0.02729332260787487, 0.049337927252054214, 0.030067643150687218, -0.05211224779486656, 0.024968890473246574, 0.009386765770614147, -0.008299531415104866, 0.018361132591962814, -0.00908683892339468, -0.005159675143659115, 0.00238418229855597, 0.038990460336208344, -0.03214838355779648, 0.0248376727104187, -0.002093628281727433, -0.013852860778570175, -0.030498787760734558, -0.06362193077802658, 0.0007140830857679248, 0.02476269192993641, -0.056873586028814316, -0.00037432246608659625, -0.023731693625450134, 0.027424540370702744, -0.02599988877773285, -0.018014341592788696, -0.0638468787074089, 0.034547798335552216, 0.010656767524778843, 0.04641364514827728, -0.009644514881074429, -0.07546903192996979, -0.0210698451846838, 0.012053300626575947, 0.010206877253949642, -0.010038169100880623, -0.002264680340886116, 0.04198972508311272, 0.01572740264236927, 0.0625721886754036, -0.0496753454208374, -0.02899915538728237, -0.03096742369234562, 0.021257298067212105, -0.05496155098080635, -0.0018499379511922598, 0.022906895726919174, -0.0446515753865242, 0.04825069382786751, -0.034547798335552216, 0.07393191009759903, 0.01823928765952587, -0.04840065911412239, 0.03436034172773361, 0.026749704033136368, -0.01688024401664734, -0.019513975828886032, -0.004194286186248064, 0.02684343233704567, -0.02935531735420227, -0.025718707591295242, -0.008763480931520462, -0.033310599625110626, -0.01895161345601082, -0.0023759810719639063, -0.0010192818008363247, 0.043039470911026, 0.03267325460910797, -0.04945040121674538, -0.05072508752346039, -0.03316063806414604, 0.04821320250630379, -0.008412004448473454, -0.03254203870892525, -0.013637288473546505, -0.026637231931090355, 0.008946248330175877, 0.0009747614967636764, 0.0053330701775848866, 0.01484636776149273, 0.07127006351947784, 0.026187341660261154, 0.026637231931090355, 0.044876519590616226, -0.01010377798229456, 0.0412399098277092, 0.004063068423420191, 0.013103043660521507, -0.029655244201421738, -0.04746338725090027, 0.00299457972869277, -0.013909096829593182, -0.013609169982373714, -0.0035171082708984613, 0.009457061067223549, 0.019907629117369652, 0.019495230168104172, 0.03130483999848366, 0.039402857422828674, 0.09710124135017395, 0.00252594449557364, -0.026955904439091682, -0.03977776691317558, -0.030367569997906685, -0.0003371245402377099, -0.004564508330076933, 0.046488624066114426, -0.04345186799764633, -0.03272949159145355, -0.06245971843600273, 0.013327988795936108, -0.029130373150110245, -0.02350674755871296, 0.04363932088017464, -0.019307775422930717, 0.008173000067472458, 0.06167241185903549, 0.03484772518277168, 0.0898280218243599, 0.029205353930592537, -0.00631720433011651, -0.0037795440293848515, -0.03130483999848366, 0.03765953704714775, 0.029017899185419083, -0.016196036711335182, 0.03552255779504776, 0.012540681287646294, -0.020057592540979385, -0.04060256481170654, 0.026243578642606735, 0.020095083862543106, 0.029111627489328384, -0.0029289708472788334, 0.048513129353523254, -0.02058246359229088, -0.1048993319272995, 0.004580910317599773, -0.007943368516862392, -0.005529896821826696, -0.0405275821685791, -0.028755463659763336, -0.05829823389649391, -0.011856473982334137, -0.042364634573459625, -0.03351679816842079, -0.016299137845635414, -0.024706454947590828, 0.02181966044008732, 0.028792954981327057, 0.007376320194453001, -0.007563774473965168, -0.01900784857571125, 0.008069900795817375, -0.024462765082716942, 0.006476540118455887, 0.024668963626027107, -0.015886737033724785, 0.03173598647117615, -0.01009440515190363, 0.03312314674258232, 0.01985139213502407, -0.03310440108180046, -0.011818983592092991, 0.03910293057560921, -0.005750155542045832, 0.006865507457405329, 0.02352549321949482, -0.022531986236572266, 0.10692384093999863, 0.06339699029922485, -0.039402857422828674, -0.029505280777812004, -0.03310440108180046, -0.005656428635120392, 0.04641364514827728, -0.0036600420717149973, -0.06388437002897263, 0.005839196499437094, 0.003165631787851453, 0.020451245829463005, -0.0024579924065619707, 0.008622890338301659, -0.010684886015951633, -0.02935531735420227, 0.013178025372326374, -0.030330078676342964, 0.037734515964984894, 0.0076200105249881744, -0.0037865734193474054, -0.05484908074140549, -0.02894291840493679, -0.020001355558633804, -0.06039772182703018, 0.012081419117748737, 0.005192479584366083, 0.006532776635140181, -0.05439918860793114, -0.016777144744992256, 0.056836094707250595, 0.025437526404857635, -0.04622618854045868, -0.05492405965924263, 0.04341437667608261, 0.004290356300771236, 0.012118909507989883, 0.024294055998325348, 0.013168652541935444, 0.02191338874399662, -0.020170064643025398, -0.014368358999490738, -0.000838271458633244, -0.009030602872371674, -0.04517644643783569, 0.011256621219217777, 0.02350674755871296, -0.005506465211510658, -0.04900050908327103, 0.02110733464360237, 0.0023103721905499697, 0.003645982826128602, 0.05301202833652496, -0.03355428948998451, -0.017489470541477203, -0.08705370128154755, -0.030686242505908012, -0.012053300626575947, -0.05912303552031517, 0.042402125895023346, -0.023656710982322693, -0.07524409145116806, -0.02723708562552929, 0.01940150372684002, -0.012971825897693634, -0.034491561353206635, 0.07408187538385391, 0.028699228540062904, -0.06107255816459656, -0.0010515005560591817, -0.0528995580971241, 0.020001355558633804, -0.008313590660691261, 0.05282457545399666, -0.04183976352214813, -0.02150098979473114, 0.050987523049116135, -0.06943301111459732, 0.02937406301498413, 0.03102365881204605, 0.031098641455173492, 0.04420168325304985, -0.0017175484681501985, -0.003039100207388401, -0.02360047586262226, -0.049825310707092285, 0.02185715176165104, 0.024519000202417374, 0.05788583680987358, -0.044876519590616226, -0.062159791588783264, -0.015783637762069702, 0.008257354609668255, 0.016233528032898903, -0.00325701548717916, 0.054324209690093994, 0.044876519590616226, 0.009719496592879295, 0.01900784857571125, 0.047650840133428574, 0.045213937759399414, -0.02228829637169838, -0.04993778094649315, 0.056011296808719635, 0.045363899320364, 0.01775190606713295, -0.011959574185311794, -0.029149116948246956, 0.03794071823358536, 0.04007769376039505, 0.013796624727547169, 0.006799898575991392, 0.014724521897733212, 0.014030941762030125, 0.024500254541635513, -0.00908683892339468, 0.0446515753865242, 0.05173734202980995, 0.032354582101106644, -0.05589882284402847, -0.09005296975374222, 0.024987636134028435, -0.019232794642448425, -0.029880188405513763, 0.00926960725337267, -0.013646661303937435, -0.08667878806591034, 0.02815561182796955, -0.08322963863611221, -0.005187793169170618, 0.014612049795687199, 0.0778309553861618, 0.036234885454177856, -0.0231318399310112, 0.053499408066272736, 0.06084761023521423, 0.0181549321860075, 0.011622156016528606, -0.007896505296230316, 0.018932867795228958, -0.004864434711635113, 0.08000542223453522, 0.046901024878025055, -0.04547637328505516, 0.015577438287436962, -0.06804584711790085, -0.03876551613211632, -0.03936536982655525, -0.032392073422670364, -0.040302637964487076, 0.016214782372117043, -0.03466026857495308, 0.06902061402797699, 0.015080684795975685, 0.07295715063810349, -0.003102365881204605 ]
15,189
traitlets.traitlets
item_from_string
Cast a single item from a string Evaluated when parsing CLI configuration from a string
def item_from_string(self, s: str, index: int) -> t.Any: # type:ignore[override] """Cast a single item from a string Evaluated when parsing CLI configuration from a string """ if not self._traits or index >= len(self._traits): # return s instead of raising index error # length errors will be raised later on validation return s return self._traits[index].from_string(s)
(self, s: str, index: int) -> Any
[ -0.0018290386069566011, -0.009766625240445137, -0.012763604521751404, -0.06286603957414627, 0.016474569216370583, -0.01907488889992237, 0.05979854241013527, 0.06184354051947594, 0.047881145030260086, -0.040970463305711746, -0.01658915914595127, 0.12178312242031097, -0.061561472713947296, 0.05874078720808029, -0.009308263659477234, 0.018863337114453316, -0.022212902083992958, 0.045377787202596664, 0.01457060594111681, 0.03442999720573425, -0.012349315918982029, 0.03219107910990715, 0.03138013184070587, 0.043156497180461884, 0.012463906779885292, 0.0181052777916193, 0.03194427117705345, -0.03716253861784935, 0.0337248258292675, -0.08264610171318054, 0.001974480226635933, -0.0577535480260849, 0.007139861583709717, 0.059728026390075684, -0.009193673729896545, 0.0029595165979117155, -0.04696442186832428, -0.015346295200288296, 0.026496820151805878, 0.023464582860469818, -0.031115692108869553, 0.007228008005768061, 0.06981197744607925, -0.019656656309962273, -0.035293832421302795, 0.04569511488080025, -0.04851580038666725, 0.053698811680078506, -0.023729020729660988, 0.0012241336517035961, 0.005033161491155624, -0.003126994939520955, -0.01990346610546112, -0.005822072271257639, -0.03298439830541611, 0.02235393598675728, 0.010507055558264256, 0.07041137665510178, 0.017849653959274292, 0.028136342763900757, -0.026161862537264824, -0.0028823886532336473, -0.001950239995494485, -0.032102931290864944, 0.04569511488080025, -0.07136335968971252, 0.054086655378341675, -0.000633001618552953, -0.013363000005483627, -0.024610485881567, 0.04833950847387314, 0.0011745513183996081, -0.02612660452723503, -0.05912863090634346, 0.04086468741297722, -0.032543666660785675, -0.013927137479186058, 0.041640378534793854, 0.051477521657943726, 0.048022180795669556, 0.009625591337680817, 0.07446610927581787, -0.05316993221640587, -0.02750168927013874, -0.06240767985582352, 0.02057337947189808, -0.013080931268632412, -0.047458041459321976, -0.05429820716381073, 0.03011082299053669, 0.02788953296840191, -0.033777713775634766, -0.02473388984799385, 0.07340835779905319, -0.023552728816866875, 0.0008340856875292957, 0.03733883053064346, -0.08313971757888794, 0.05553225800395012, -0.01223472598940134, -0.03196189925074577, 0.032949138432741165, -0.04417899623513222, -0.0577535480260849, -0.07104603201150894, -0.005967514123767614, 0.024628115817904472, 0.032667070627212524, -0.007095788139849901, 0.012798862531781197, -0.021031741052865982, -0.026496820151805878, -0.06787275522947311, -0.004469024483114481, -0.022071868181228638, 0.023975830525159836, -0.028541816398501396, -0.07312628626823425, 0.01932169869542122, -0.0067960903979837894, 0.017452994361519814, 0.015346295200288296, -0.027149103581905365, 0.054791826754808426, 0.017620472237467766, 0.05704837664961815, -0.07369042187929153, -0.023182513192296028, 0.07044663280248642, 0.017867283895611763, 0.019251182675361633, -0.025509579107165337, 0.006615390069782734, 0.014138688333332539, -0.027431171387434006, 0.044425804167985916, -0.026708370074629784, 0.029758237302303314, -0.08137679100036621, 0.008127101697027683, 0.0222481619566679, 0.016747822985053062, 0.021913204342126846, -0.03411267325282097, -0.004167122766375542, 0.004989088512957096, -0.006227545905858278, 0.00821524765342474, -0.04065313935279846, 0.012269983999431133, -0.045659855008125305, 0.019409846514463425, -0.04964407533407211, 0.03250840678811073, -0.0002720144111663103, -0.032561294734478, -0.04587140679359436, -0.039313312619924545, 0.05165381357073784, -0.002338084392249584, -0.005839701741933823, -0.04245132580399513, -0.0040349033661186695, 0.023676132783293724, -0.044002700597047806, 0.002025164430961013, -0.01770862005650997, -0.01409461535513401, -0.027043327689170837, 0.013918322511017323, -0.024152124300599098, 0.03561116009950638, -0.04058261960744858, 0.00659335358068347, -0.002399786841124296, 0.019304070621728897, -0.010824382305145264, 0.06311284750699997, 0.0563432052731514, -0.06871896237134933, -0.023958202451467514, 0.010198542848229408, -0.0508781261742115, 0.002406397834420204, 0.018704675137996674, 0.05687208101153374, 0.008603092283010483, 0.07369042187929153, 0.033090174198150635, 0.016351165249943733, 0.04707019776105881, 0.0256858728826046, -0.0018025946337729692, 0.0034597476478666067, -0.0035434868186712265, -0.005716296378523111, -0.006443504709750414, -0.02803056687116623, -0.04714071378111839, 0.028577076271176338, -0.026567336171865463, 0.04072365537285805, 0.011414963752031326, 0.05623742938041687, -0.054897602647542953, -0.04643554240465164, 0.034465257078409195, -0.00652283662930131, -0.05362829193472862, 0.02885914407670498, -0.0766521468758583, 0.005134529899805784, -0.011388519778847694, 0.008440021425485611, -0.0152052603662014, -0.020520491525530815, 0.0281716026365757, -0.014623493887484074, 0.06801379472017288, 0.029634833335876465, 0.11649433523416519, 0.012860565446317196, 0.05676630511879921, 0.03843184560537338, 0.013336556032299995, -0.017911355942487717, -0.051442261785268784, -0.008730905130505562, 0.000626390625257045, 0.07347887009382248, 0.011688217520713806, -0.01865178719162941, 0.09258902072906494, 0.03180323541164398, 0.06776697933673859, 0.013363000005483627, 0.011238670907914639, -0.013442331925034523, -0.006104141008108854, 0.02432841621339321, -0.01604265160858631, 0.015311036258935928, -0.07524179667234421, 0.030304744839668274, -0.02279466949403286, 0.03594611957669258, -0.03783245012164116, 0.012613755650818348, -0.030833624303340912, -0.040829431265592575, 0.0729147344827652, 0.06477000564336777, 0.00393353495746851, 0.024504709988832474, -0.024152124300599098, -0.012693087570369244, -0.037233054637908936, -0.04421425238251686, -0.002426230814307928, -0.04407322034239769, -0.03275521844625473, -0.04044158756732941, 0.024363676086068153, 0.017038706690073013, -0.0738314539194107, -0.05108967423439026, -0.02788953296840191, 0.08462058007717133, 0.04365011677145958, 0.02626763842999935, 0.00371537241153419, 0.05274682864546776, -0.006923902779817581, 0.019145406782627106, 0.00134643679484725, 0.029758237302303314, 0.012296427972614765, 0.009704923257231712, 0.03733883053064346, -0.021313808858394623, -0.013451146893203259, 0.05792983993887901, -0.0056017059832811356, -0.02706095762550831, 0.06022164598107338, -0.05010243505239487, 0.0596575103700161, -0.049397263675928116, -0.00945811253041029, 0.03730357438325882, -0.0013916118768975139, -0.04527201130986214, -0.0167390089482069, -0.026496820151805878, -0.0023975830990821123, 0.037515126168727875, -0.09188384562730789, -0.010004620999097824, 0.032808102667331696, -0.08257558196783066, -0.013407072983682156, -0.0530288964509964, -0.09689056873321533, 0.021454842761158943, 0.008995343931019306, 0.022565487772226334, -0.017876097932457924, -0.01152955461293459, 0.011344446800649166, -0.030216598883271217, 0.009687293320894241, -0.003882850520312786, -0.060433197766542435, 0.051054418087005615, 0.011414963752031326, 0.056695789098739624, -0.06787275522947311, 0.005002310499548912, 0.022741781547665596, 0.03437711298465729, -0.029211729764938354, -0.0060644750483334064, -0.02984638325870037, -0.03991270810365677, 0.025915052741765976, 0.030057935044169426, -0.04964407533407211, 0.0002713257563300431, -0.03691572695970535, 0.021313808858394623, 0.02196609228849411, -0.009546259418129921, -0.0128429364413023, -0.0331430621445179, 0.06064474955201149, -0.016932930797338486, -0.01451771892607212, -0.002529802732169628, -0.0017331793205812573, -0.04241606593132019, 0.06173776462674141, 0.009449298493564129, 0.06448793411254883, 0.04728174954652786, 0.0178143959492445, -0.0005679936148226261, 0.05458027496933937, -0.004484449978917837, 0.049256231635808945, -0.03635159134864807, -0.05969276651740074, -0.03162694349884987, 0.004030495882034302, -0.033336982131004333, -0.0035677270498126745, -0.01933932863175869, -0.0167390089482069, -0.020079758018255234, -0.017347218468785286, -0.04506045952439308, -0.03790296986699104, -0.041111499071121216, -0.00036140039446763694, -0.018687045201659203, -0.05944595858454704, -0.044989943504333496, -0.021542988717556, -0.01223472598940134, 0.04918571189045906, -0.0005685445503331721, -0.014270908199250698, 0.008955677971243858, -0.029317505657672882, -0.04812795668840408, 0.018810449168086052, 0.010886085219681263, 0.004074569325894117, 0.019110148772597313, -0.06469948589801788, -0.043332789093256, -0.009916474111378193, -0.01849312335252762, -0.03465918079018593, 0.08384489268064499, 0.03167983144521713, -0.012164208106696606, -0.03368956968188286, 0.0010092767188325524, 0.021789800375699997, -0.00787588395178318, -0.026003198698163033, -0.015531402081251144, 0.024522339925169945, 0.01866941526532173, -0.025862164795398712, -0.01780558004975319, -0.011027119122445583, -0.012261169962584972, -0.03829081356525421, 0.03167983144521713, 0.007457188796252012, -0.011838066391646862, -0.006509614642709494, 0.04213399812579155, -0.02623238041996956, 0.018017131835222244, 0.025597725063562393, 0.04643554240465164, -0.07615852355957031, 0.003948960453271866, 0.0624781958758831, 0.03367193788290024, -0.011564812622964382, -0.08560781925916672, -0.02570350095629692, -0.004383081570267677, 0.04470787197351456, 0.03457103297114372, -0.03594611957669258, 0.018898596987128258, -0.019550880417227745, -0.04382640868425369, -0.0058661457151174545, -0.005562040489166975, -0.011723476462066174, 0.005482708569616079, -0.008576648309826851, 0.0048965346068143845, 0.012904638424515724, -0.040018483996391296, -0.0546860508620739, -0.02060863748192787, -0.013327741995453835, -0.04008900001645088, 0.039454344660043716, -0.016157241538167, -0.027431171387434006, -0.06815482676029205, -0.01092134416103363, 0.013574551790952682, 0.04252184182405472, -0.00649198517203331, 0.0039864229038357735, 0.07418404519557953, 0.00662861205637455, -0.014720454812049866, -0.07333783805370331, -0.005425413139164448, -0.0035963747650384903, -0.06547517329454422, -0.03037526272237301, -0.04015951603651047, 0.021472472697496414, 0.020079758018255234, 0.022741781547665596, -0.034747324883937836, -0.010577572509646416, 0.026020828634500504, 0.018739933148026466, 0.032667070627212524, -0.0624781958758831, 0.027977678924798965, 0.0028823886532336473, -0.0508781261742115, -0.004812795668840408, 0.0702703446149826, -0.01506422646343708, 0.03659840300679207, 0.0021849297918379307, 0.021384326741099358, -0.03159168362617493, -0.008616314269602299, 0.036140039563179016, -0.01388306450098753, -0.013645068742334843, -0.00400184839963913, 0.018969113007187843, 0.0314859077334404, -0.010586387477815151, -0.0034707661252468824, 0.026602596044540405, -0.02513936348259449, 0.01298397034406662, 0.04058261960744858, -0.03987744823098183, -0.0028096677269786596, 0.06847215443849564, 0.005116900894790888, -0.013539292849600315, 0.03485310077667236, 0.005738333333283663, 0.05140700191259384, 0.01684478484094143, 0.027149103581905365, 0.06480526179075241, 0.02954668551683426, -0.016139613464474678, 0.005659001413732767, 0.02540380321443081, -0.02043234370648861, 0.05690734088420868, -0.020203163847327232, -0.022970961406826973, -0.04477839171886444, 0.018122907727956772, 0.03966589644551277, -0.03772667422890663, 0.03444762900471687, -0.05486234277486801, -0.07756886631250381, -0.01338944397866726, 0.038608141243457794, 0.013442331925034523, -0.02903543785214424, 0.039172276854515076, 0.028629964217543602, 0.018070019781589508, 0.002549635712057352, -0.04506045952439308, -0.008387133479118347, 0.021666394546628, -0.04964407533407211, -0.06618034839630127, -0.03490598872303963, 0.032314483076334, -0.03229685500264168, 0.017188556492328644, 0.00027848765603266656, 0.05274682864546776, -0.00037241869722492993, 0.00008855962369125336, 0.07185697555541992, -0.028541816398501396, 0.029652461409568787, 0.05979854241013527, -0.0039864229038357735, 0.019392216578125954, 0.03843184560537338, 0.07062292844057083, 0.01588398776948452, -0.0029925715643912554, -0.013777288608253002, 0.007007641717791557, -0.03039289265871048, 0.03384823352098465, -0.04407322034239769, -0.014508903957903385, 0.015099485404789448, -0.020749671384692192, 0.023270659148693085, -0.04241606593132019, -0.008554612286388874, -0.0525352768599987, 0.009449298493564129, 0.012402203865349293, -0.0459066666662693, -0.034623920917510986, -0.003913701977580786, -0.006077697034925222, 0.023147255182266235, 0.015857543796300888, -0.02871811017394066, -0.0022466324735432863, 0.04544830322265625, 0.004689390771090984, 0.018880967050790787, -0.029352763667702675, -0.02558009698987007, 0.0018081038724631071, -0.03677469491958618, 0.05309941619634628, -0.07742783427238464, -0.011979101225733757, 0.023852426558732986, -0.04819847270846367, -0.016342349350452423, -0.004312564618885517, -0.0265144482254982, 0.01396239548921585, 0.08433851599693298, -0.004742278251796961, 0.05539122223854065, 0.03688047081232071, 0.020397085696458817, 0.06025690585374832, -0.01851075142621994, 0.021877946332097054, -0.0035919672809541225, -0.05592010170221329, -0.033336982131004333, 0.016501013189554214, -0.040406327694654465, 0.000620330567471683, 0.05708363279700279, 0.02558009698987007, -0.020961223170161247, 0.03920753672719002, -0.035381980240345, 0.03465918079018593, -0.019092518836259842, -0.03539960831403732, 0.045518819242715836, -0.0012549848761409521, 0.01402409840375185, 0.08779384940862656, 0.01644812524318695, 0.018581269308924675, -0.017876097932457924, 0.041957706212997437, -0.03688047081232071, 0.028770998120307922, -0.011476666666567326, -0.04597718268632889, 0.018263941630721092, -0.006276026368141174, -0.022336307913064957, -0.006725573446601629, 0.004391896538436413, 0.032314483076334, -0.03495887666940689, 0.010233801789581776, 0.08116523921489716, -0.05017295479774475, 0.0010544518008828163, -0.024645743891596794, -0.023464582860469818, -0.011221041902899742, 0.006007179617881775, 0.004781944211572409, -0.08842850476503372, 0.049820367246866226, -0.01767336018383503, 0.04417899623513222, -0.02554483711719513, -0.0577535480260849, 0.03109806403517723, 0.016333535313606262, 0.017770322039723396, 0.01422683522105217, 0.09463401883840561, 0.044813647866249084, -0.015011338517069817, 0.011044749058783054, 0.03243789076805115, 0.005905811209231615, -0.03108043409883976, -0.007302932441234589, -0.027660353109240532, 0.029493797570466995, 0.04714071378111839, 0.02184268832206726, 0.024116866290569305, -0.03437711298465729, -0.004742278251796961, 0.007695184089243412, 0.05930492281913757, 0.04181667044758797, -0.03146827965974808, -0.020538119599223137, 0.010551128536462784, -0.03564641997218132, 0.025632984936237335, -0.0008776079630479217, 0.024822037667036057, 0.013724400661885738, -0.03906650096178055, 0.007170712575316429, -0.01795542985200882, -0.004733463749289513, -0.02970534935593605, 0.02044997364282608, -0.022336307913064957, -0.009854772128164768, 0.013001599349081516, 0.05116019397974014, -0.004244251176714897, 0.038079261779785156, 0.006500799674540758, 0.013195522129535675, -0.015293407253921032, -0.01241983287036419, -0.0665329322218895, -0.02873573824763298, -0.04273339360952377, -0.029740609228610992, -0.0240287184715271, 0.036563143134117126, -0.030604444444179535, -0.00931707862764597, -0.06547517329454422, -0.001197689794935286, -0.006293655838817358, -0.037233054637908936, -0.012763604521751404, 0.022477341815829277, -0.02279466949403286, -0.013786102645099163, -0.005059605464339256, -0.025315657258033752, 0.05676630511879921, 0.07256215065717697, -0.033090174198150635, 0.009273005649447441, -0.011705847457051277, 0.012208282016217709, -0.06311284750699997, -0.0494677796959877, 0.011080007068812847, -0.005517967045307159, -0.04432002827525139, 0.03273758664727211, 0.035699307918548584, 0.06025690585374832, 0.022406823933124542, 0.019392216578125954, 0.00383437005802989, -0.030639702454209328, 0.034747324883937836, -0.046329766511917114, -0.0056017059832811356, -0.023270659148693085, -0.05080760642886162, 0.005209454335272312, 0.06826060265302658, 0.04023003578186035, -0.005857330746948719, -0.01587517373263836, 0.04407322034239769, 0.017876097932457924, 0.06343017518520355, -0.013697956688702106, -0.07203327119350433, -0.027431171387434006, -0.047034937888383865, -0.010806753300130367, 0.0007993780309334397, 0.0478106290102005, -0.016227759420871735, 0.046752870082855225, 0.0029947753064334393, -0.01877519115805626, 0.07361990213394165, -0.027113843709230423, -0.018457863479852676, -0.06748491525650024, 0.01921592280268669, -0.006606575567275286, 0.04685864597558975, -0.004092198330909014, 0.026214750483632088, 0.01725025847554207, 0.008576648309826851, -0.03684521093964577, 0.07770989835262299, 0.022847557440400124, -0.0729147344827652, 0.023535098880529404, 0.03319595009088516, 0.00019557491759769619, 0.0015954505652189255, -0.01905726082623005, 0.005293193738907576, 0.0010875066509470344, 0.07168068736791611, -0.029511427506804466, -0.01671256497502327, -0.017214998602867126, 0.020767301321029663 ]
15,193
traitlets.traitlets
subclass_init
null
def subclass_init(self, cls: type[t.Any]) -> None: for trait in self._traits: if isinstance(trait, TraitType): trait.subclass_init(cls) # explicitly not calling super().subclass_init(cls) # to opt out of instance_init
(self, cls: type[typing.Any]) -> NoneType
[ 0.007791025564074516, -0.019258296117186546, 0.033646032214164734, -0.0010986746056005359, -0.12480569630861282, 0.020863153040409088, 0.025696389377117157, 0.05411730334162712, 0.028812799602746964, 0.013977193273603916, 0.03359004855155945, 0.04336848855018616, 0.00035660271532833576, -0.01649644784629345, -0.03323549032211304, -0.0009843751322478056, -0.01113136950880289, 0.028140997514128685, -0.01125266682356596, -0.05101955309510231, 0.0017786398530006409, 0.01661774516105652, -0.0057243043556809425, 0.024371447041630745, -0.005589011125266552, 0.014630332589149475, -0.03314218297600746, -0.01276421919465065, 0.03114544041454792, -0.052251189947128296, -0.007128555327653885, 0.029857821762561798, 0.01751347817480564, 0.04657820239663124, 0.02431546337902546, -0.023830274119973183, 0.019706163555383682, 0.052251189947128296, -0.055125005543231964, 0.10823460668325424, 0.019388923421502113, -0.03993483632802963, 0.027357229962944984, -0.046093013137578964, -0.006904621608555317, 0.029633888974785805, 0.04206220805644989, -0.01578732393682003, -0.06968069076538086, -0.0412411168217659, -0.04967595264315605, -0.05045972019433975, 0.018427874892950058, 0.006279473192989826, -0.02058323659002781, 0.07087500393390656, -0.00011262288899160922, 0.017569461837410927, -0.00669468380510807, 0.02371830865740776, 0.0038815168663859367, -0.013855895958840847, 0.025285843759775162, -0.008868706412613392, -0.017681429162621498, -0.0809146985411644, -0.031910546123981476, -0.019025031477212906, 0.025267181918025017, 0.018390553072094917, -0.021311020478606224, 0.005589011125266552, 0.005817610304802656, 0.06475415080785751, 0.06553792208433151, 0.02090047486126423, -0.031910546123981476, -0.0037228972651064396, 0.015068870037794113, 0.012848194688558578, 0.0388898141682148, 0.0270959734916687, -0.01991143450140953, 0.022841233760118484, 0.0021285361144691706, -0.02144164964556694, -0.011187353171408176, -0.04579443484544754, 0.014984894543886185, 0.011243335902690887, -0.0479218065738678, 0.004991854541003704, 0.05094490945339203, -0.01288551650941372, -0.006871964316815138, 0.05087026581168175, -0.012614930048584938, -0.01786804012954235, -0.05643128603696823, -0.021926838904619217, 0.024688687175512314, -0.04482405632734299, 0.03806872293353081, -0.034784361720085144, 0.006312130484730005, -0.009787767194211483, -0.007016588468104601, -0.025043249130249023, -0.06176837161183357, 0.055946096777915955, 0.02541647106409073, 0.03164929151535034, 0.007702385075390339, 0.053669437766075134, -0.023979563266038895, -0.07038981467485428, -0.0046186321415007114, -0.0017588123446330428, 0.040905218571424484, 0.011635220609605312, -0.012176393531262875, -0.005397734697908163, -0.022729268297553062, 0.05475178360939026, -0.024371447041630745, 0.024875298142433167, 0.019276956096291542, 0.004716603085398674, 0.044712089002132416, -0.03043631836771965, 0.087184838950634, -0.01786804012954235, -0.06773993372917175, -0.012838863767683506, -0.011588566936552525, -0.005477044265717268, -0.0038815168663859367, -0.028738154098391533, 0.011905807070434093, -0.018633147701621056, -0.007609079591929913, -0.008663433603942394, 0.03370201587677002, -0.0018194611184298992, -0.02203880436718464, 0.044040288776159286, -0.03146268054842949, 0.04736196994781494, -0.00846282672137022, -0.049190763384103775, -0.048481639474630356, 0.004499667324125767, 0.019650179892778397, 0.04493602365255356, -0.035922691226005554, -0.010608857497572899, -0.05874526500701904, 0.028812799602746964, 0.014994225464761257, -0.009545172564685345, 0.0016176875215023756, 0.0036389222368597984, -0.011532584205269814, -0.040905218571424484, -0.06848637759685516, -0.007296505384147167, -0.05411730334162712, -0.058819908648729324, 0.010216973721981049, 0.03918839246034622, -0.011523253284394741, -0.016916323453187943, 0.020135369151830673, -0.03523223102092743, 0.04646623507142067, 0.04780983924865723, 0.03821801394224167, -0.0479218065738678, 0.020359301939606667, 0.08263152092695236, 0.045421212911605835, -0.020154030993580818, -0.018091974779963493, 0.03385130688548088, 0.023027844727039337, 0.05243780091404915, 0.024875298142433167, -0.009629148058593273, 0.014760960824787617, 0.009862411767244339, 0.03971090540289879, 0.009871742688119411, -0.031238745898008347, -0.010412915609776974, 0.05269905552268028, 0.0573270209133625, -0.024632703512907028, 0.03885249048471451, -0.08897630870342255, -0.012568277306854725, -0.03918839246034622, 0.045309245586395264, -0.01427577156573534, -0.027039989829063416, 0.024296803399920464, 0.0168883316218853, 0.0911410003900528, 0.027637146413326263, -0.03407524153590202, -0.06856102496385574, -0.029596567153930664, -0.02104976400732994, 0.010375593788921833, -0.029111377894878387, 0.03844194486737251, -0.08740877360105515, 0.04579443484544754, -0.019258296117186546, -0.045458536595106125, 0.015171506442129612, 0.01578732393682003, 0.024912619963288307, -0.04747393727302551, 0.021143071353435516, -0.04209952801465988, 0.03829265758395195, -0.024912619963288307, -0.05236315727233887, -0.037061020731925964, 0.029503261670470238, -0.0428086519241333, 0.03331013396382332, 0.06841173768043518, -0.011457939632236958, -0.043890997767448425, 0.0828554555773735, 0.033646032214164734, -0.023065168410539627, -0.03428051248192787, 0.05042239651083946, 0.009143957868218422, 0.015610042959451675, -0.023513035848736763, -0.06759064644575119, -0.08322867751121521, 0.05527429282665253, -0.006298134569078684, 0.03698637709021568, 0.003699570894241333, 0.03657583147287369, -0.020023401826620102, -0.02812233567237854, -0.008770735003054142, -0.01909034512937069, -0.01798933744430542, -0.07169609516859055, -0.05579680576920509, -0.0373036153614521, 0.0020608894992619753, 0.011066055856645107, -0.0028574869502335787, 0.036426544189453125, 0.017532140016555786, 0.09420143067836761, -0.08375119417905807, 0.014555688947439194, -0.029428616166114807, 0.00807094294577837, -0.058036141097545624, 0.03071623481810093, 0.12316352128982544, -0.01900636963546276, 0.01685100793838501, 0.036781106144189835, 0.0502731092274189, -0.013053466565907001, 0.008868706412613392, -0.01736418902873993, -0.0017261554021388292, -0.01431309338659048, 0.06897156685590744, 0.021497631445527077, 0.05702844262123108, 0.011345972307026386, 0.006536063738167286, -0.0635971650481224, -0.007329162210226059, 0.004800578113645315, -0.028775475919246674, -0.025304503738880157, -0.015208828262984753, -0.03930035978555679, 0.019276956096291542, 0.07356221228837967, 0.04195024073123932, -0.05407997965812683, -0.012736227363348007, 0.06314929574728012, 0.0011669043451547623, -0.08061612397432327, -0.008924690075218678, -0.003130406141281128, -0.00897134281694889, 0.014975564554333687, 0.031276069581508636, -0.07718247175216675, -0.04583175852894783, 0.03801273927092552, 0.029596567153930664, 0.03243305906653404, 0.012316351756453514, 0.003622593590989709, -0.009890403598546982, -0.017000297084450722, -0.03978554904460907, 0.023550357669591904, 0.02545379288494587, -0.035717420279979706, -0.032619670033454895, 0.04639159142971039, -0.03758353367447853, -0.016953645274043083, -0.001070099649950862, 0.004898549057543278, 0.0018894403474405408, -0.0004589473828673363, 0.008770735003054142, -0.02168424427509308, -0.07419668883085251, 0.02407286874949932, -0.054453205317258835, 0.04206220805644989, 0.011737856082618237, -0.04180094972252846, 0.020825831219553947, -0.01431309338659048, -0.02172156609594822, 0.002254498889669776, -0.029242005199193954, -0.07255450636148453, 0.0035549469757825136, 0.012232376262545586, 0.0042500742711126804, 0.018157288432121277, 0.013380036689341068, 0.04116647318005562, -0.06837441027164459, -0.013930540531873703, -0.005826940760016441, -0.011056724935770035, 0.036426544189453125, -0.06602311134338379, 0.0008117595571093261, 0.01681368611752987, 0.00411478104069829, -0.033478084951639175, -0.008752074092626572, -0.043779030442237854, -0.000987290870398283, -0.04512263461947441, 0.029783178120851517, 0.06355983763933182, -0.07673460245132446, 0.029559243470430374, -0.0047072721645236015, 0.011933798901736736, -0.034933652728796005, 0.014322424307465553, 0.009195276536047459, -0.02108708769083023, -0.002190351253375411, 0.003268031869083643, -0.02062055841088295, 0.012269699014723301, 0.0009773771744221449, -0.013342714868485928, -0.009064648300409317, 0.019706163555383682, 0.016897661611437798, 0.024483414366841316, 0.0020725526846945286, 0.004343380220234394, -0.011383295059204102, -0.03659449517726898, -0.026517478749155998, -0.0738234668970108, -0.023513035848736763, 0.019332939758896828, 0.05934242159128189, 0.011784509755671024, 0.06303732842206955, 0.016757702454924583, -0.009255925193428993, -0.06464218348264694, 0.02218809351325035, 0.04116647318005562, -0.017186909914016724, 0.03125740960240364, 0.035605452954769135, 0.03911374881863594, 0.004609301220625639, -0.03698637709021568, 0.029242005199193954, 0.004315388388931751, 0.03584804758429527, 0.0593051016330719, 0.052251189947128296, -0.040905218571424484, 0.02254265546798706, -0.023307763040065765, 0.0035806060768663883, 0.043107230216264725, -0.0028924765065312386, -0.034187205135822296, 0.008360190317034721, -0.029521921649575233, 0.02203880436718464, 0.05471445992588997, -0.0030510963406413794, 0.008752074092626572, 0.013790581375360489, 0.050609007477760315, 0.010375593788921833, -0.0009336401126347482, 0.06374645233154297, 0.054378557950258255, -0.01338936761021614, -0.030268367379903793, 0.034896329045295715, -0.00960115622729063, -0.06885959953069687, 0.0758015438914299, -0.031630631536245346, 0.002915802877396345, 0.027394551783800125, -0.0019150994485244155, 0.010412915609776974, 0.012185723520815372, -0.04504799097776413, 0.011681873351335526, -0.0337766632437706, -0.005262441001832485, -0.01539544016122818, 0.03829265758395195, 0.0640450268983841, 0.012950830161571503, -0.022094788029789925, 0.010216973721981049, 0.023792952299118042, 0.00637277914211154, -0.011448608711361885, -0.022300060838460922, -0.0018404548754915595, 0.03392595052719116, -0.007487782277166843, -0.025435132905840874, 0.02620023861527443, 0.01213907077908516, -0.00581294484436512, -0.013958532363176346, -0.03818069025874138, 0.01724289171397686, -0.005822275299578905, -0.06680687516927719, 0.020676542073488235, -0.019855452701449394, 0.049265407025814056, -0.019724823534488678, -0.049302730709314346, -0.03491499274969101, 0.02442743070423603, 0.040905218571424484, 0.04183827340602875, -0.024334125220775604, -0.048518963158130646, -0.023904919624328613, 0.02674141153693199, -0.01251229364424944, -0.03043631836771965, -0.010478229261934757, 0.044002965092659, 0.009853081777691841, 0.019332939758896828, -0.04519727826118469, -0.01637514866888523, -0.04571979120373726, -0.014303763397037983, -0.03480302542448044, 0.0012899512657895684, 0.029279327020049095, -0.006195498164743185, 0.022449349984526634, -0.03832998126745224, 0.058857232332229614, 0.03122008591890335, -0.06900889426469803, 0.03448578342795372, 0.040046803653240204, 0.04071860387921333, -0.011373964138329029, -0.02584567852318287, 0.027394551783800125, -0.02815965935587883, -0.031593307852745056, -0.05986493453383446, 0.01100074127316475, -0.04366706684231758, 0.03396327421069145, -0.016440464183688164, 0.06352251768112183, 0.027991708368062973, -0.03790077194571495, -0.05762559920549393, -0.03407524153590202, 0.05463981628417969, -0.0008286712109111249, 0.0008397512719966471, -0.02136700414121151, 0.017270883545279503, 0.026424173265695572, -0.0016830015229061246, -0.00441802479326725, -0.008164248429238796, 0.04810841754078865, 0.03463507443666458, 0.021348342299461365, 0.03424318879842758, -0.002983449725434184, 0.01582464575767517, -0.040308061987161636, -0.0008683261112309992, -0.043107230216264725, -0.04135308414697647, 0.031947869807481766, -0.0194449070841074, -0.05120616406202316, -0.004588307347148657, -0.020788509398698807, 0.03487766906619072, 0.009335234761238098, 0.009456532076001167, 0.01795201562345028, 0.08382583409547806, 0.015218159183859825, -0.043592419475317, -0.036538511514663696, -0.025733711197972298, -0.0007511108415201306, -0.01392120961099863, 0.045533180236816406, -0.026442833244800568, -0.014219787903130054, -0.010049023665487766, 0.051430098712444305, -0.04568246752023697, -0.022374706342816353, 0.02599496766924858, 0.009405214339494705, -0.00006210660649230704, 0.070688396692276, 0.03618394955992699, 0.04941469803452492, 0.03174259886145592, -0.015404770150780678, -0.015852637588977814, -0.023419730365276337, 0.016981637105345726, 0.07830213755369186, -0.06333590298891068, 0.007445794530212879, -0.0007435297593474388, -0.018157288432121277, -0.08860308676958084, 0.049153439700603485, -0.01203643437474966, 0.01402384601533413, -0.028271624818444252, 0.034504447132349014, -0.01567535661160946, -0.06662026792764664, -0.010058353655040264, -0.004534656647592783, -0.013062797486782074, -0.022803911939263344, -0.012045765295624733, -0.022337382659316063, -0.011383295059204102, -0.02769313007593155, -0.056804507970809937, -0.03832998126745224, -0.0048099085688591, 0.040308061987161636, 0.01213907077908516, -0.025192538276314735, -0.004912544973194599, -0.007161212153732777, 0.01720556989312172, -0.05318424478173256, -0.01113136950880289, 0.024128852412104607, -0.05266173556447029, 0.058260075747966766, 0.011952459812164307, 0.0070772371254861355, 0.02090047486126423, -0.05471445992588997, 0.005710308440029621, 0.006041543558239937, -0.02662944607436657, -0.016197869554162025, 0.011028733104467392, 0.011289989575743675, 0.09606754034757614, 0.029130037873983383, -0.041651662439107895, -0.02545379288494587, -0.05165403336286545, -0.007053910754621029, 0.03545616567134857, -0.014005185104906559, -0.0868116170167923, 0.0005933659267611802, 0.003111744998022914, 0.036818426102399826, -0.020844493061304092, 0.025267181918025017, -0.01431309338659048, -0.024091530591249466, -0.015367448329925537, -0.039375003427267075, 0.037135668098926544, -0.004226747900247574, 0.00820623617619276, -0.014565018936991692, -0.0065920474007725716, -0.029018070548772812, -0.06665758788585663, 0.0050804950296878815, 0.023811614140868187, 0.029503261670470238, -0.050571687519550323, -0.03284360468387604, 0.06997927278280258, -0.005425726063549519, -0.036109305918216705, -0.05120616406202316, 0.007198534440249205, 0.024688687175512314, -0.030604267492890358, 0.013408028520643711, 0.03618394955992699, 0.018054652959108353, -0.028308948501944542, 0.01185915432870388, -0.040308061987161636, -0.008654103614389896, -0.020154030993580818, 0.03444846346974373, 0.052139222621917725, 0.017840048298239708, -0.007753703277558088, 0.03793809562921524, 0.002348970854654908, -0.003697238164022565, 0.07262915372848511, -0.02172156609594822, -0.013482673093676567, -0.0950225219130516, -0.013799912296235561, -0.03172393515706062, -0.01490091998130083, 0.036501187831163406, -0.06897156685590744, -0.03359004855155945, -0.02435278706252575, 0.020060723647475243, -0.04038270562887192, -0.04710071533918381, 0.0326010100543499, 0.01983679085969925, -0.04493602365255356, 0.006708679720759392, -0.05404265969991684, 0.008248223923146725, -0.03129472956061363, 0.04810841754078865, -0.026498816907405853, -0.0023314759600907564, -0.009750445373356342, -0.09181280434131622, 0.034504447132349014, -0.00019783723109867424, 0.0010835124412551522, 0.05165403336286545, 0.026050949469208717, -0.009843750856816769, -0.03469105809926987, -0.023904919624328613, 0.03232109174132347, 0.012279029935598373, 0.04818306118249893, -0.03349674493074417, -0.07113625854253769, 0.02332642301917076, 0.004865892231464386, 0.031985193490982056, -0.031014813110232353, 0.04721268266439438, 0.04258472099900246, 0.011691203340888023, -0.009442536160349846, 0.06061137840151787, 0.02677873522043228, -0.055871449410915375, -0.0392630361020565, 0.059006523340940475, 0.050609007477760315, 0.0076510668732225895, -0.012120409868657589, -0.04221149533987045, 0.01402384601533413, 0.004672282841056585, 0.0139398705214262, 0.0471380390226841, 0.04131576046347618, 0.004602303262799978, 0.05531161651015282, 0.01235367450863123, 0.040084127336740494, 0.025043249130249023, 0.03915106877684593, -0.07326363027095795, -0.08576659858226776, 0.028495559468865395, -0.002479598857462406, 0.014676986262202263, -0.040979862213134766, -0.0033403439447283745, -0.06501540541648865, 0.0069326129741966724, -0.050795622169971466, -0.03747156634926796, 0.011280658654868603, 0.07718247175216675, 0.02851422131061554, 0.0065920474007725716, 0.0534081794321537, 0.03719165176153183, 0.054527848958969116, 0.010543543845415115, -0.020396625623106956, 0.012027104385197163, 0.018530510365962982, 0.07763034105300903, 0.06501540541648865, -0.006862633861601353, -0.0005108487093821168, -0.07389811426401138, -0.03719165176153183, -0.015638034790754318, -0.007109893951565027, -0.04299526289105415, 0.04127844050526619, -0.023904919624328613, 0.02883145958185196, 0.01889440417289734, 0.08688626438379288, -0.015647364780306816 ]
15,196
traitlets.traitlets
validate_elements
null
def validate_elements(self, obj: t.Any, value: t.Any) -> t.Any: if not self._traits: # nothing to validate return value if len(value) != len(self._traits): e = ( "The '%s' trait of %s instance requires %i elements, but a value of %s was specified." % (self.name, class_of(obj), len(self._traits), repr_type(value)) ) raise TraitError(e) validated = [] for trait, v in zip(self._traits, value): try: v = trait._validate(obj, v) except TraitError as error: self.error(obj, v, error) else: validated.append(v) return tuple(validated)
(self, obj: Any, value: Any) -> Any
[ 0.05982230231165886, -0.005688311066478491, -0.059711042791604996, -0.04242821782827377, -0.026944143697619438, -0.0041932170279324055, 0.013082652352750301, -0.020008761435747147, -0.017690787091851234, 0.06149124726653099, 0.03439875319600105, 0.029391925781965256, 0.019396817311644554, -0.06208464875817299, 0.005966468248516321, 0.010134187527000904, 0.02073197066783905, 0.002108198357746005, 0.005989647936075926, 0.04357793554663658, -0.0010384528432041407, 0.006638681050390005, -0.053183622658252716, 0.04335540905594826, 0.02434801124036312, 0.030504554510116577, 0.037922073155641556, -0.04380045831203461, 0.0338238924741745, 0.024403642863035202, -0.028983961790800095, 0.03920159488916397, 0.010189819149672985, -0.02664744295179844, 0.028872698545455933, -0.017829865217208862, 0.011005746200680733, 0.028242209926247597, 0.001309655955992639, 0.05696655809879303, -0.006898294202983379, -0.016772868111729622, 0.021547896787524223, -0.021510809659957886, -0.009939477778971195, -0.01365751028060913, 0.0367538146674633, 0.09479591250419617, -0.06801866739988327, -0.04977156221866608, 0.054073724895715714, -0.011562060564756393, 0.04799135774374008, -0.003249801229685545, 0.01398202683776617, 0.08055427670478821, -0.02444072999060154, 0.04673038050532341, 0.05552014335989952, 0.033953700214624405, -0.0037412119563668966, 0.01862724870443344, 0.035307399928569794, -0.02835347317159176, 0.0036554469261318445, -0.039016157388687134, 0.027630263939499855, -0.017857680097222328, -0.041834816336631775, 0.016392720863223076, -0.027073949575424194, 0.0016144696855917573, 0.008692407049238682, 0.016522526741027832, 0.01364823803305626, -0.015502617694437504, 0.018247101455926895, 0.044987261295318604, 0.06935381889343262, -0.04194607958197594, 0.025924235582351685, 0.05259022116661072, -0.014825769700109959, -0.008646047674119473, 0.012507794424891472, 0.0007927475380711257, -0.04791718348860741, -0.022716157138347626, -0.005410154350101948, 0.07539910078048706, -0.026814337819814682, -0.021751878783106804, 0.016772868111729622, 0.013008477166295052, -0.06812992691993713, 0.08018340170383453, -0.0034815988037735224, -0.046396590769290924, -0.04001752287149429, -0.010412344709038734, 0.02444072999060154, 0.008321531116962433, -0.017329182475805283, 0.04869602248072624, -0.006457878742367029, 0.0036484929732978344, -0.013258818536996841, -0.0405738390982151, 0.034213315695524216, 0.04506143927574158, 0.0072506265714764595, 0.03597497567534447, -0.013332993723452091, 0.05140341818332672, -0.006207537371665239, -0.04328123480081558, -0.05692946910858154, -0.023921504616737366, -0.07547327131032944, -0.04005461186170578, 0.028168033808469772, 0.00024121429305523634, 0.02002730593085289, 0.04654494300484657, 0.03226621448993683, 0.06149124726653099, -0.008247355930507183, -0.011126280762255192, -0.016782140359282494, 0.009559329599142075, -0.001854380127042532, -0.05893220007419586, -0.005790302064269781, -0.007398976944386959, -0.023328103125095367, 0.013472071848809719, 0.07113402336835861, -0.06564506143331528, -0.02047235704958439, -0.04572901502251625, 0.018395451828837395, 0.03493652120232582, 0.025071220472455025, -0.020008761435747147, -0.027426281943917274, 0.012303812429308891, 0.0010309194913133979, 0.04346667230129242, -0.008140728808939457, -0.030634360387921333, -0.08003504574298859, -0.005294255446642637, 0.010050740092992783, 0.0022519128397107124, -0.021251196041703224, -0.02635074220597744, 0.012183277867734432, -0.06594175845384598, 0.04698999226093292, -0.04172355309128761, -0.03725449740886688, 0.03688362240791321, -0.02078760229051113, 0.03237747773528099, 0.03623458743095398, 0.0829278826713562, 0.020490901544690132, 0.03463982045650482, -0.010022925212979317, 0.00817781686782837, -0.02214129827916622, -0.02258635126054287, -0.0041932170279324055, 0.04732378199696541, -0.02796405367553234, 0.012285268865525723, -0.004265074152499437, -0.003643857082352042, 0.053331974893808365, 0.0013849901733919978, -0.0644211694598198, 0.00918381754308939, -0.027519000694155693, -0.021306827664375305, 0.009503697976469994, 0.04899272322654724, 0.028724348172545433, 0.028668716549873352, 0.001352538587525487, -0.037977706640958786, 0.0028580634389072657, 0.03317486122250557, 0.013694597408175468, -0.002716667018830776, -0.0532207116484642, 0.04984574019908905, -0.021102845668792725, -0.033211950212717056, -0.01731991022825241, -0.04483891278505325, -0.0016411264659836888, -0.06008191779255867, 0.011283903382718563, -0.00931362435221672, -0.003933603875339031, 0.01330517791211605, 0.054778389632701874, -0.02776007167994976, -0.0011161050060763955, -0.04246530681848526, -0.015734415501356125, -0.00338192586787045, -0.05003117769956589, -0.02012002468109131, 0.05552014335989952, -0.0414639413356781, 0.03361991047859192, -0.08240865170955658, -0.01802457496523857, 0.0004380973114166409, 0.06660933792591095, 0.010162003338336945, 0.000866343209054321, -0.0004989441367797554, 0.04450512304902077, -0.010560695081949234, -0.025775883346796036, -0.0638277679681778, -0.04161228984594345, 0.024904325604438782, -0.0017060297541320324, -0.02781570330262184, 0.021992947906255722, 0.004747213330119848, -0.05329488590359688, 0.11363641917705536, 0.04131558910012245, -0.05856132507324219, -0.002878925297409296, 0.014362174086272717, -0.007969198748469353, -0.06894585490226746, -0.00181613361928612, -0.011905120685696602, 0.008812941610813141, 0.0617508590221405, -0.004890927579253912, 0.011042834259569645, -0.04279909282922745, -0.058005012571811676, -0.014751594513654709, 0.02017565630376339, 0.019248466938734055, -0.05344323441386223, -0.01222036499530077, -0.06219591200351715, 0.0011844852706417441, -0.058301713317632675, 0.08826849609613419, -0.029892608523368835, 0.03994334861636162, -0.0009144411887973547, 0.032952334731817245, 0.08018340170383453, -0.008015558123588562, -0.0116176912561059, -0.006814847234636545, 0.07810649275779724, -0.0270554069429636, 0.03460273519158363, -0.021714791655540466, -0.01982332393527031, 0.0035604098811745644, 0.0006600434426218271, -0.013017748482525349, 0.03128339350223541, 0.05514926463365555, 0.04417133703827858, 0.011812401935458183, 0.0249970443546772, 0.009856030344963074, -0.01610529236495495, -0.009202361106872559, -0.03849693387746811, 0.008451337926089764, -0.04791718348860741, -0.0026795794256031513, 0.00014002018724568188, -0.041983168572187424, -0.006596957333385944, 0.009503697976469994, -0.06178794801235199, -0.00043606909457594156, -0.05952560156583786, -0.04328123480081558, 0.03298942372202873, -0.015743687748908997, -0.021195564419031143, 0.016847044229507446, -0.04576610401272774, 0.028872698545455933, 0.015456258319318295, -0.015252277255058289, -0.019137203693389893, 0.02193731814622879, -0.015994029119610786, 0.03986917436122894, -0.00035291173844598234, -0.005173720419406891, -0.00330079672858119, 0.060712408274412155, 0.002834883751347661, -0.012980661354959011, 0.0010245450539514422, 0.06371650099754333, 0.03156154975295067, 0.02078760229051113, -0.03143174201250076, -0.008701679296791553, 0.03920159488916397, -0.0023342010099440813, -0.008015558123588562, 0.0036392209585756063, -0.03408350795507431, 0.007329437416046858, -0.0028511094860732555, 0.0370505154132843, -0.04658202826976776, -0.016578158363699913, -0.004114406183362007, -0.019285554066300392, -0.06746234744787216, -0.00355113809928298, 0.047657571732997894, 0.0770680382847786, 0.04532105103135109, 0.0004285356553737074, 0.03278544172644615, 0.01902594044804573, 0.01958225481212139, 0.011960752308368683, 0.006082367151975632, 0.02770444005727768, 0.05047622695565224, 0.005433334037661552, -0.009856030344963074, -0.01872923970222473, 0.04873311147093773, 0.015697328373789787, 0.052775658667087555, -0.016485439613461494, 0.00872949417680502, 0.05466712638735771, -0.02790842205286026, -0.02820512279868126, -0.03376826271414757, -0.02746337093412876, 0.02444072999060154, -0.002154557965695858, -0.010393801145255566, 0.030244940891861916, -0.026480548083782196, 0.015641696751117706, 0.0011740544578060508, -0.003215031698346138, -0.015697328373789787, -0.025182481855154037, -0.07547327131032944, 0.04443094879388809, 0.005706855095922947, 0.02253071963787079, 0.08344710618257523, -0.030096590518951416, -0.05155176669359207, 0.06123163178563118, 0.01641126535832882, 0.027945509180426598, 0.05284983292222023, -0.01360187865793705, -0.027073949575424194, 0.019211377948522568, -0.004696217831224203, 0.03864528238773346, -0.011766042560338974, -0.035159047693014145, -0.01317537110298872, -0.03291524946689606, -0.004297526087611914, -0.032507285475730896, 0.019897500053048134, 0.02635074220597744, -0.024477818980813026, -0.019786236807703972, -0.04788009449839592, -0.046507854014635086, 0.017486805096268654, 0.032006602734327316, 0.006420791149139404, -0.02423674799501896, -0.0673510879278183, -0.0017025527777150273, -0.005303527228534222, -0.028798524290323257, 0.04784300923347473, -0.020694881677627563, 0.029892608523368835, -0.01425091177225113, -0.000015410912965307944, 0.008094369433820248, 0.05081001669168472, 0.014723778702318668, 0.03654983267188072, 0.07569579780101776, -0.060452792793512344, 0.00850696861743927, 0.013193914666771889, -0.035363029688596725, 0.0532207116484642, -0.006420791149139404, -0.05355449765920639, 0.005442605819553137, -0.027185212820768356, 0.015252277255058289, 0.02664744295179844, -0.023272471502423286, -0.02012002468109131, 0.007626138627529144, -0.03102377988398075, 0.017755690962076187, -0.042947445064783096, -0.013713140971958637, -0.024106942117214203, -0.06727690994739532, -0.06364233046770096, -0.005929380655288696, -0.02926211804151535, -0.06123163178563118, -0.03790352866053581, 0.02920648828148842, 0.003942875657230616, -0.02664744295179844, 0.07005847990512848, 0.03845984488725662, 0.06649807095527649, 0.03272980824112892, 0.01201638299971819, -0.03931285813450813, 0.014955575577914715, -0.03860819339752197, 0.00077941914787516, 0.05778248608112335, -0.021770423278212547, 0.04543231427669525, 0.012340899556875229, 0.0033842436969280243, 0.01720864698290825, -0.037310127168893814, -0.05210808292031288, 0.00888711679726839, -0.044393859803676605, 0.019786236807703972, -0.010347440838813782, -0.00915600173175335, -0.062270086258649826, -0.06683186441659927, 0.004075000528246164, -0.002447781851515174, 0.026740161702036858, 0.050068262964487076, 0.03975791111588478, 0.037866443395614624, -0.06408737599849701, 0.04747213050723076, -0.03081979788839817, -0.030634360387921333, 0.04242821782827377, 0.09857884794473648, 0.02449636161327362, -0.015586065128445625, -0.008080461993813515, 0.07091149687767029, 0.0024709615390747786, 0.024533448740839958, -0.035363029688596725, -0.029892608523368835, -0.0037806176114827394, -0.02840910479426384, -0.006355888210237026, -0.059599779546260834, 0.05336906015872955, -0.030244940891861916, -0.028538910672068596, -0.034157682210206985, 0.007579778786748648, 0.002916012890636921, -0.04420842230319977, 0.03660546615719795, -0.021214108914136887, -0.0011902803089469671, -0.005484329536557198, 0.022549262270331383, -0.006467150989919901, 0.032896704971790314, -0.05770831182599068, -0.029503189027309418, -0.04691581800580025, 0.045803189277648926, -0.03630876541137695, -0.006712856236845255, -0.016392720863223076, -0.05296109616756439, -0.0006032530218362808, 0.0074407001957297325, 0.0011972341453656554, 0.04061092436313629, -0.01902594044804573, 0.02303140237927437, -0.010495792143046856, -0.0229386817663908, -0.0057114907540380955, 0.040388401597738266, -0.01926700957119465, -0.0016202647238969803, 0.04743504524230957, 0.05055040493607521, 0.03061581589281559, -0.05081001669168472, -0.06642390042543411, 0.04016587510704994, -0.03408350795507431, 0.03699488565325737, -0.04517270252108574, -0.008812941610813141, 0.011098464950919151, -0.003671672660857439, -0.013472071848809719, 0.039980437606573105, -0.021418090909719467, 0.005141268949955702, 0.07625211030244827, 0.006810211110860109, 0.028297841548919678, -0.012479978613555431, -0.0037365760654211044, -0.015632424503564835, -0.006898294202983379, -0.017199376598000526, 0.012637601234018803, -0.0344172939658165, -0.012377987615764141, -0.004431968554854393, -0.0028232939075678587, 0.02846473455429077, 0.05463004112243652, -0.066460981965065, -0.03499215468764305, -0.011803129687905312, 0.021603528410196304, -0.005697582848370075, 0.02840910479426384, 0.039832085371017456, -0.0266103558242321, 0.009151366539299488, -0.0023921504616737366, 0.008312258869409561, 0.005516781006008387, 0.016874859109520912, -0.0025034132413566113, -0.01339789666235447, 0.04372628405690193, -0.030578728765249252, 0.017598068341612816, -0.08337293565273285, -0.05399955064058304, 0.0532207116484642, 0.018803413957357407, -0.053888287395238876, 0.026925599202513695, -0.05726325884461403, -0.004914107266813517, -0.05463004112243652, -0.004144539590924978, 0.04190899059176445, -0.0826311782002449, 0.09093880653381348, 0.002366652712225914, -0.002533546881750226, -0.005883021280169487, -0.05581684410572052, 0.03393515571951866, -0.026239478960633278, 0.031598638743162155, -0.0820377767086029, 0.000847219955176115, 0.03473253920674324, 0.022252561524510384, -0.04443094879388809, -0.005206172354519367, -0.0544075146317482, -0.00923944916576147, 0.007602958474308252, 0.029447557404637337, 0.052627310156822205, 0.019155746325850487, 0.04795427247881889, -0.021603528410196304, 0.0009608007385395467, -0.02113993465900421, 0.045098524540662766, 0.006003555841743946, 0.018636520951986313, 0.014899944886565208, 0.04517270252108574, -0.005326706916093826, -0.013694597408175468, -0.01892394945025444, -0.05025370419025421, 0.08010922372341156, -0.019007395952939987, 0.015215189196169376, 0.016151651740074158, 0.011154096573591232, -0.02655472420156002, 0.01671723648905754, -0.004684627987444401, -0.059154726564884186, -0.010560695081949234, -0.012127646245062351, 0.005859841126948595, -0.022975770756602287, 0.04554357752203941, 0.007913567125797272, 0.04320705682039261, -0.043985895812511444, -0.05514926463365555, 0.00923944916576147, -0.0033100685104727745, -0.01595694199204445, -0.02991115115582943, -0.006082367151975632, -0.020342551171779633, -0.0034815988037735224, 0.010440160520374775, 0.08218612521886826, 0.010885211639106274, 0.008863937109708786, -0.03604914993047714, -0.014343630522489548, 0.05259022116661072, 0.042687829583883286, 0.0505874902009964, 0.047064170241355896, -0.033211950212717056, -0.057337433099746704, 0.01330517791211605, 0.043689195066690445, 0.06423573195934296, 0.006457878742367029, -0.03376826271414757, 0.040981803089380264, -0.028872698545455933, -0.0123501718044281, 0.05848715081810951, -0.017301367595791817, 0.020305462181568146, 0.028946874663233757, -0.008701679296791553, 0.013583335094153881, -0.02464471198618412, -0.01149715669453144, -0.06583049893379211, 0.01375022903084755, -0.01891467720270157, 0.01314755529165268, -0.02605404146015644, 0.02776007167994976, -0.05396246165037155, -0.020769057795405388, -0.057448696345090866, -0.035956431180238724, 0.02138100378215313, -0.037718091160058975, -0.06390193849802017, -0.021974405273795128, -0.06245552375912666, -0.08159272372722626, 0.017579523846507072, 0.03860819339752197, -0.009067919105291367, -0.09435085952281952, -0.01876632682979107, -0.035363029688596725, 0.04825097322463989, -0.015576793812215328, -0.03165426850318909, -0.03642002493143082, -0.0010569966398179531, 0.12402094155550003, 0.07855154573917389, 0.0538141131401062, -0.01425091177225113, -0.026183847337961197, -0.02846473455429077, 0.04376337304711342, 0.008140728808939457, 0.005354522727429867, -0.015141014009714127, -0.014269455336034298, 0.06723982095718384, -0.018052391707897186, 0.02403276599943638, 0.07921911776065826, -0.02731502056121826, -0.08849102258682251, -0.06857497990131378, -0.015929125249385834, 0.04658202826976776, 0.0326370894908905, 0.008010921999812126, -0.004329977557063103, -0.022512175142765045, 0.04061092436313629, 0.005975740030407906, -0.026740161702036858, -0.02384732849895954, 0.026480548083782196, 0.06178794801235199, 0.012906486168503761, 0.038682371377944946, -0.016392720863223076, 0.08277952671051025, -0.02790842205286026, -0.042539481073617935, 0.027778614312410355, -0.04684164375066757, 0.016188738867640495, 0.0008721381891518831, 0.009893118403851986, -0.05867258831858635, 0.0018648110562935472, 0.06753652542829514, -0.0009347234736196697, 0.04387463629245758, -0.018701424822211266, 0.02182605490088463, 0.010412344709038734, -0.000757977890316397, 0.03143174201250076, -0.0018706059781834483, -0.047064170241355896, -0.006036007311195135, -0.007287714164704084, 0.021900229156017303, 0.017579523846507072, 0.11193038523197174, -0.017792778089642525, 0.031746987253427505, -0.08329875767230988, -0.04895563796162605, -0.03808896988630295, -0.03349010646343231, 0.035251766443252563, -0.029836976900696754, 0.01302702073007822, 0.0018775599310174584, 0.004030958749353886, -0.042947445064783096, 0.03949829563498497 ]
15,197
ipyleaflet.leaflet
UILayer
Abstract UILayer class.
class UILayer(Layer): """Abstract UILayer class.""" _view_name = Unicode("LeafletUILayerView").tag(sync=True) _model_name = Unicode("LeafletUILayerModel").tag(sync=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ -0.022093314677476883, -0.05249040946364403, -0.031355224549770355, 0.0706384927034378, -0.06045603007078171, -0.03693491220474243, -0.04963481426239014, 0.07341894507408142, 0.005697106942534447, -0.0162506103515625, 0.019406799226999283, 0.0036963094025850296, -0.011985999532043934, 0.025531306862831116, -0.023464754223823547, 0.019481945782899857, -0.060268159955739975, -0.03332784026861191, -0.043284863233566284, -0.05185166001319885, -0.002361270133405924, 0.01854260452091694, 0.07965616881847382, 0.015189154073596, 0.006021179724484682, 0.06011786684393883, -0.03182489424943924, 0.022318758070468903, 0.043247289955616, -0.057863444089889526, -0.08965076506137848, -0.04095529392361641, -0.051814086735248566, 0.021153973415493965, -0.010069742798805237, -0.008139395155012608, -0.009985201992094517, 0.052001953125, -0.010783642530441284, -0.036840979009866714, 0.004769507329910994, -0.010285791009664536, 0.0018375871004536748, -0.024854980409145355, 0.024065932258963585, 0.015414596535265446, -0.018288981169462204, 0.0016215385403484106, 0.020158272236585617, -0.028480838984251022, -0.02425380051136017, 0.028424479067325592, -0.014306173659861088, -0.004973813891410828, -0.02207452803850174, -0.013902256265282631, 0.022093314677476883, 0.06349949538707733, -0.05827675387263298, 0.04790642485022545, -0.07187842577695847, -0.02421622723340988, 0.03753609210252762, 0.01333865150809288, -0.06721928715705872, -0.04422420635819435, -0.01687057688832283, 0.015874873846769333, 0.00955780129879713, 0.040992870926856995, 0.026658516377210617, 0.0192189309746027, 0.03659674897789955, 0.05117533355951309, 0.02365262247622013, 0.0079844044521451, 0.01243688352406025, 0.0056595331989228725, -0.00022808389621786773, -0.03537560626864433, 0.009191458113491535, -0.041894637048244476, -0.013902256265282631, 0.04617803543806076, 0.02880021557211876, -0.0706384927034378, 0.027278481051325798, -0.03945234790444374, -0.011779344640672207, -0.022600559517741203, -0.07420799136161804, 0.029608048498630524, -0.010135496035218239, 0.03075404465198517, -0.027936020866036415, 0.002124086255207658, -0.0033886749297380447, -0.0006921773892827332, -0.037686385214328766, -0.032632727175951004, 0.046253181993961334, -0.04843245446681976, -0.050348713994026184, 0.004741326905786991, -0.025756748393177986, -0.0235962625592947, -0.01592184044420719, -0.011779344640672207, -0.06023058667778969, 0.022149676457047462, 0.027278481051325798, -0.007533519994467497, 0.0012681111693382263, 0.04234552010893822, -0.031975191086530685, -0.01210811361670494, 0.004062652587890625, -0.008078338578343391, 0.0010133148171007633, -0.016569986939430237, -0.05613505840301514, 0.059704553335905075, -0.05064930021762848, 0.024854980409145355, 0.0010602818801999092, 0.015320662409067154, 0.03417325019836426, 0.030566176399588585, -0.00654251454398036, -0.04820701479911804, 0.03806212171912193, 0.036878552287817, -0.04050441086292267, -0.027259694412350655, 0.07428313791751862, -0.014014977030456066, 0.030566176399588585, 0.009543711319565773, 0.0007638021488673985, 0.10452993959188461, -0.008181666024029255, 0.014766450971364975, -0.009477957151830196, 0.06334920227527618, -0.028311757370829582, 0.006199654657393694, -0.01356409303843975, -0.03054738976061344, -0.021830299869179726, -0.05955426022410393, 0.012342949397861958, -0.013056849129498005, 0.02829297073185444, 0.04366059973835945, 0.0007579312659800053, 0.00483291270211339, -0.038249991834163666, -0.012991094961762428, 0.014644335955381393, -0.009454473853111267, -0.019012274220585823, -0.011873278766870499, -0.036897338926792145, -0.02902565710246563, -0.034887149930000305, -0.025568880140781403, 0.016616953536868095, -0.031693387776613235, -0.0011953122448176146, 0.0590658038854599, -0.016278790310025215, -0.0170960184186697, 0.021661218255758286, 0.06466428190469742, 0.041255883872509, 0.0008641942986287177, 0.02382170408964157, 0.015095219947397709, -0.019124995917081833, 0.0037925918586552143, 0.06883495301008224, 0.032914530485868454, -0.03676583245396614, 0.06496486812829971, 0.01612849533557892, -0.0438108928501606, 0.0334969237446785, -0.005513935349881649, 0.03205033764243126, -0.03366600349545479, 0.0384378619492054, 0.024178653955459595, -0.03424839675426483, -0.0380057618021965, -0.00462390948086977, -0.0019632240291684866, 0.050348713994026184, -0.026752449572086334, -0.01367681473493576, 0.011422394774854183, -0.04016624763607979, 0.056398071348667145, -0.037066422402858734, 0.030058933421969414, -0.01831716299057007, -0.02823661081492901, 0.03020922653377056, -0.0013808321673423052, -0.03492472320795059, -0.020590368658304214, 0.047042228281497955, 0.03265151381492615, 0.023295672610402107, 0.11009084433317184, 0.04403633624315262, -0.06150808930397034, -0.12279073894023895, 0.054669685661792755, 0.028537198901176453, 0.0066129653714597225, 0.029777130112051964, 0.01560246478766203, 0.007707298267632723, -0.018129292875528336, -0.04151890054345131, -0.04332243651151657, 0.08070823550224304, 0.023013871163129807, 0.037235502153635025, -0.017950817942619324, 0.002037197118625045, -0.12241500616073608, 0.008430590853095055, 0.016551200300455093, 0.012634145095944405, -0.010971510782837868, -0.01269050594419241, -0.012249015271663666, 0.018110506236553192, -0.04907120764255524, 0.005302583798766136, -0.04809429123997688, -0.007214143872261047, 0.02241269126534462, -0.0017483496339991689, -0.004931543488055468, -0.003942886367440224, 0.01681421510875225, -0.02235633134841919, 0.007308077998459339, -0.0006722163525409997, 0.007683814503252506, -0.029269885271787643, 0.044524792581796646, 0.023802917450666428, -0.10670921206474304, -0.046591345220804214, -0.03659674897789955, 0.02427258901298046, -0.000011888542758242693, -0.10152404755353928, -0.014757057651877403, 0.011779344640672207, 0.06999973952770233, 0.026320353150367737, -0.010717888362705708, 0.022506626322865486, -0.026921531185507774, -0.03171217441558838, -0.01098090410232544, 0.1458609700202942, 0.014043157920241356, -0.022450264543294907, 0.04309699311852455, 0.00947326049208641, -0.05203952640295029, 0.00504426471889019, 0.010539413429796696, -0.06124507635831833, -0.04309699311852455, 0.04666649177670479, -0.029570475220680237, -0.031411584466695786, 0.013348044827580452, -0.07052577286958694, -0.06616722792387009, 0.016062742099165916, 0.024854980409145355, -0.02981470339000225, -0.04035411775112152, 0.04666649177670479, 0.025193143635988235, -0.02746634930372238, 0.027729365974664688, 0.016513627022504807, 0.0008418849320150912, -0.050799597054719925, 0.08784723281860352, 0.07026275247335434, -0.03218184411525726, -0.03240728750824928, -0.021360628306865692, 0.08754663914442062, -0.011694803833961487, -0.014926138333976269, 0.0002778396592475474, -0.01162904966622591, 0.008176969364285469, -0.02891293540596962, 0.04358545318245888, 0.03274545073509216, 0.02628277987241745, -0.018063539639115334, -0.004720191936939955, -0.016382118687033653, 0.04899606108665466, 0.02258177287876606, -0.020646728575229645, 0.008726484142243862, 0.053880635648965836, -0.036878552287817, -0.025963403284549713, -0.07995676249265671, -0.04005352780222893, 0.06349949538707733, -0.023389607667922974, 0.08258691430091858, -0.0010655656224116683, 0.01014488935470581, 0.0004913930897600949, -0.05835190415382385, 0.010576986707746983, 0.007322167977690697, -0.013535913079977036, -0.08228632807731628, 0.009647038765251637, 0.02724090777337551, 0.026921531185507774, -0.0036422971170395613, -0.01899348758161068, 0.03937720134854317, 0.020534008741378784, -0.0935584306716919, 0.044524792581796646, -0.026188844814896584, 0.03154309093952179, -0.007040365599095821, -0.011450574733316898, 0.02639549970626831, 0.038588155061006546, -0.019425585865974426, 0.004588684067130089, 0.006617662031203508, 0.033252693712711334, 0.0260009765625, 0.009402809664607048, 0.007082636002451181, -0.03967779129743576, 0.027860872447490692, 0.01719934493303299, 0.036390095949172974, -0.05008569732308388, 0.051814086735248566, -0.030190439894795418, 0.0292510986328125, -0.05632292479276657, 0.08581825345754623, -0.019876468926668167, 0.020083123818039894, -0.02012069895863533, -0.02662094309926033, 0.017894458025693893, -0.008843901567161083, -0.0019456114387139678, -0.042946700006723404, 0.007453675847500563, 0.07973131537437439, 0.006241925060749054, -0.05128805339336395, -0.017894458025693893, 0.01820444129407406, 0.020270992070436478, 0.041781917214393616, 0.04865789785981178, 0.05282857269048691, -0.03188125416636467, 0.013845895417034626, 0.017340246587991714, 0.02218724973499775, -0.0001499277277616784, 0.04696708172559738, -0.012286588549613953, 0.014681910164654255, -0.027259694412350655, -0.022675707936286926, -0.03280181065201759, -0.025456158444285393, 0.0034614738542586565, -0.023126590996980667, 0.01120634563267231, -0.0008424720144830644, -0.04982268065214157, 0.025174356997013092, -0.0082333292812109, 0.015423989854753017, 0.04478780925273895, 0.0336284302175045, 0.0019820109009742737, -0.018749259412288666, -0.05805131420493126, -0.025813108310103416, -0.013874076306819916, -0.06519030779600143, -0.07807807624340057, 0.03265151381492615, -0.0023777084425091743, 0.033421777188777924, -0.00012248134589754045, -0.04873304441571236, -0.004039169289171696, -0.019519519060850143, 0.055796895176172256, -0.002206278732046485, 0.03821241855621338, 0.0028626436833292246, -0.0008818069472908974, 0.04617803543806076, 0.03515016287565231, 0.03424839675426483, 0.052415262907743454, -0.03503744304180145, 0.018861981108784676, 0.02040250040590763, -0.04084257408976555, 0.05951668694615364, -0.006650538649410009, -0.006490850821137428, -0.061958976089954376, -0.01347955223172903, 0.019031060859560966, 0.012558997608721256, 0.008651336655020714, -0.0016133192693814635, 0.03680340573191643, 0.06263530254364014, -0.018138688057661057, -0.05936639383435249, 0.046591345220804214, 0.02724090777337551, -0.007448979187756777, 0.023840490728616714, 0.03545075282454491, 0.002019584644585848, -0.031242502853274345, 0.034436263144016266, -0.04801914468407631, -0.056398071348667145, -0.011516328901052475, -0.04166919365525246, -0.022055741399526596, -0.048056717962026596, 0.02521193027496338, 0.035338032990694046, -0.005753467790782452, -0.005809828173369169, -0.0005627243663184345, 0.04366059973835945, -0.04377331957221031, -0.03569498285651207, -0.01754690147936344, 0.017781738191843033, -0.026639729738235474, -0.004983207210898399, -0.020665517076849937, -0.004147193394601345, 0.04801914468407631, -0.017847491428256035, 0.02757907100021839, -0.06225956603884697, -0.07537277042865753, -0.019932828843593597, -0.005612566135823727, -0.012295981869101524, 0.03268909081816673, -0.008895565755665302, 0.054895125329494476, 0.039264481514692307, 0.041894637048244476, 0.029777130112051964, -0.06169595941901207, -0.07492189109325409, 0.06522788107395172, -0.05590961501002312, 0.022656921297311783, 0.07022517919540405, 0.05286614969372749, 0.011215738952159882, 0.014926138333976269, -0.040091101080179214, -0.02408471889793873, 0.018401702865958214, -0.05335460603237152, 0.06109477952122688, -0.04632832854986191, 0.046140462160110474, -0.0006058753351680934, 0.008313173428177834, 0.005218042992055416, 0.030941912904381752, 0.018505031242966652, -0.0008401236846111715, 0.0003783785505220294, 0.07161540538072586, 0.0068196202628314495, 0.03060375154018402, 0.008289690129458904, -0.04940937086939812, 0.015283088199794292, -0.005852098576724529, 0.013958617113530636, 0.047756128013134, -0.020214632153511047, 0.03253879398107529, -0.05549630522727966, 0.025418585166335106, 0.03133643791079521, 0.0020031461026519537, 0.023051444441080093, -0.00675386656075716, 0.024742258712649345, -0.026414286345243454, 0.00885799154639244, -0.03948992118239403, 0.022882362827658653, -0.001701382570900023, -0.006335859186947346, -0.06676840782165527, -0.010840002447366714, -0.0460653156042099, -0.031749747693538666, 0.005161682143807411, 0.029777130112051964, 0.032970890402793884, -0.049747534096241, 0.014785237610340118, -0.0046873148530721664, -0.04798157140612602, -0.007138996385037899, -0.012906554155051708, 0.034154463559389114, -0.00592724559828639, 0.036502815783023834, -0.054218798875808716, -0.040203820914030075, 0.026977892965078354, 0.025869468227028847, -0.025117995217442513, -0.000828381918836385, -0.0066035715863108635, 0.0466289184987545, -0.04091772064566612, 0.02427258901298046, -0.0004966768901795149, 0.03761123865842819, -0.017340246587991714, 0.015733972191810608, 0.0012798529351130128, -0.014184058643877506, 0.009966414421796799, 0.05418122559785843, 0.004720191936939955, -0.03960264474153519, 0.02936382032930851, -0.003919403068721294, -0.023333245888352394, 0.019153175875544548, 0.06101963296532631, 0.05932881683111191, 0.020890958607196808, -0.042946700006723404, -0.027936020866036415, 0.07067606598138809, 0.022206036373972893, -0.006617662031203508, 0.017067838460206985, -0.012906554155051708, -0.005124108865857124, 0.03697248548269272, -0.01527369488030672, -0.04170677065849304, -0.019481945782899857, -0.040992870926856995, 0.0011283841449767351, -0.0017941425321623683, -0.011018477380275726, -0.02617005817592144, -0.021266695111989975, -0.034999869763851166, 0.007411405444145203, 0.023013871163129807, 0.028894148766994476, -0.02028977870941162, -0.027804512530565262, 0.02012069895863533, -0.004797687288373709, 0.0035201827995479107, -0.030134079977869987, -0.014559795148670673, -0.0621844157576561, -0.006890071090310812, 0.012558997608721256, 0.00947326049208641, 0.017725376412272453, -0.04572715237736702, -0.0203461404889822, -0.06706899404525757, 0.01703026331961155, 0.03930205479264259, 0.029852276667952538, -0.01347955223172903, -0.04583987221121788, -0.009844300337135792, -0.0054106079041957855, 0.011384820565581322, -0.027898447588086128, -0.01103726401925087, 0.05155107006430626, 0.02650822140276432, 0.057863444089889526, -0.01235234271734953, 0.023878064006567, 0.010840002447366714, -0.027804512530565262, -0.06256015598773956, 0.024347735568881035, -0.028762640431523323, -0.0031092208810150623, 0.0004467743565328419, -0.01462554931640625, -0.007519430015236139, 0.003973415121436119, -0.029063230380415916, 0.014024370349943638, 0.017302673310041428, -0.010595773346722126, 0.04617803543806076, 0.03323390707373619, 0.011995392851531506, 0.02376534417271614, -0.016898756846785545, -0.02168000489473343, 0.018007179722189903, 0.03351571038365364, 0.02100367844104767, -0.01120634563267231, 0.044862955808639526, -0.019312864169478416, 0.03259515389800072, 0.03176853433251381, -0.061883825808763504, -0.07777749001979828, 0.0031467946246266365, -0.00831787008792162, 0.03434232994914055, 0.025399798527359962, -0.016353938728570938, 0.00198318506591022, -0.08694545924663544, 0.018955914303660393, 0.0015921840677037835, -0.06327405571937561, 0.02045886032283306, 0.0013949223794043064, -0.012972308322787285, 0.0011653706897050142, -0.024779831990599632, 0.02829297073185444, -0.030190439894795418, 0.05504542216658592, -0.018401702865958214, -0.02806752920150757, 0.013188356533646584, -0.050686873495578766, 0.013272897340357304, 0.012709292583167553, 0.047756128013134, -0.009506137110292912, -0.00442899577319622, 0.10828730463981628, -0.016729675233364105, -0.011610263027250767, 0.00851982831954956, -0.014766450971364975, 0.05801374092698097, 0.017124198377132416, -0.046591345220804214, -0.01219265442341566, -0.03143037110567093, 0.014531615190207958, -0.007942133583128452, 0.07131481915712357, -0.01922832429409027, -0.054556962102651596, 0.0042974879033863544, 0.061282649636268616, 0.06616722792387009, -0.05801374092698097, -0.020890958607196808, 0.05098746344447136, -0.008552705869078636, -0.005373034160584211, -0.00036428842577151954, 0.01609092205762863, -0.04035411775112152, 0.011553902179002762, -0.031411584466695786, 0.008252115920186043, 0.01249324344098568, -0.04512597247958183, 0.03682219237089157, 0.007951526902616024, 0.0006252492894418538, 0.015038860030472279, 0.029006870463490486, -0.006509637460112572, 0.039865657687187195, -0.026151271536946297, -0.026996679604053497, -0.05838947743177414, 0.08739634603261948, -0.0000028161903173895553, 0.08333838731050491, -0.0754479244351387, 0.003097478998824954, 0.0112345265224576, -0.04471266269683838, -0.044862955808639526, 0.007866986095905304, -0.024197440594434738, 0.011957819573581219, 0.028199035674333572, -0.09566255658864975, 0.002442288212478161, 0.022562986239790916, -0.027691790834069252, 0.03154309093952179, 0.03195640444755554, 0.030678898096084595, -0.0045558069832623005, 0.028894148766994476, 0.027485135942697525, 0.014165272004902363, -0.07514733076095581, -0.03323390707373619, 0.05500784516334534, -0.016607560217380524, 0.004506491590291262, -0.018739866092801094, -0.0041307550854980946, -0.02151092328131199, -0.005870885215699673, -0.06488972157239914, 0.053880635648965836, -0.04914635419845581, 0.03560104966163635, 0.0134231923148036, -0.026301566511392593, -0.0034826090559363365 ]
15,262
traitlets.traitlets
Unicode
A trait for unicode strings.
class Unicode(TraitType[G, S]): """A trait for unicode strings.""" default_value = "" info_text = "a unicode string" if t.TYPE_CHECKING: @t.overload def __init__( self: Unicode[str, str | bytes], default_value: str | Sentinel = ..., allow_none: Literal[False] = ..., read_only: bool | None = ..., help: str | None = ..., config: t.Any = ..., **kwargs: t.Any, ) -> None: ... @t.overload def __init__( self: Unicode[str | None, str | bytes | None], default_value: str | Sentinel | None = ..., allow_none: Literal[True] = ..., read_only: bool | None = ..., help: str | None = ..., config: t.Any = ..., **kwargs: t.Any, ) -> None: ... def __init__( self: Unicode[str | None, str | bytes | None], default_value: str | Sentinel | None = ..., allow_none: bool = ..., read_only: bool | None = ..., help: str | None = ..., config: t.Any = ..., **kwargs: t.Any, ) -> None: ... def validate(self, obj: t.Any, value: t.Any) -> G: if isinstance(value, str): return t.cast(G, value) if isinstance(value, bytes): try: return t.cast(G, value.decode("ascii", "strict")) except UnicodeDecodeError as e: msg = "Could not decode {!r} for unicode trait '{}' of {} instance." raise TraitError(msg.format(value, self.name, class_of(obj))) from e self.error(obj, value) def from_string(self, s: str) -> G: if self.allow_none and s == "None": return t.cast(G, None) s = os.path.expanduser(s) if len(s) >= 2: # handle deprecated "1" for c in ('"', "'"): if s[0] == s[-1] == c: old_s = s s = s[1:-1] warn( "Supporting extra quotes around strings is deprecated in traitlets 5.0. " f"You can use {s!r} instead of {old_s!r} if you require traitlets >=5.", DeprecationWarning, stacklevel=2, ) return t.cast(G, s) def subclass_init(self, cls: type[t.Any]) -> None: pass # fully opt out of instance_init
(default_value: Any = traitlets.Undefined, allow_none: bool = False, read_only: bool = None, help: 'str | None' = None, config: 't.Any' = None, **kwargs: 't.Any') -> 'None'
[ -0.002320576226338744, -0.030950916931033134, 0.007049601059406996, -0.0073367333970963955, -0.008029812015593052, 0.011643722653388977, -0.005470371339470148, 0.013772464357316494, 0.04784223437309265, -0.04134709760546684, 0.04142630472779274, 0.06408008188009262, 0.02596074901521206, 0.03722823038697243, -0.01849530078470707, 0.037505462765693665, -0.01040608249604702, 0.023782502859830856, 0.031960830092430115, 0.013534837402403355, -0.006401077378541231, -0.005168387200683355, 0.004141145385801792, 0.02008938230574131, -0.012099174782633781, 0.024198349565267563, -0.03221825882792473, -0.017574496567249298, -0.015227929688990116, -0.05449579283595085, -0.024257756769657135, 0.0031262801494449377, 0.006529791746288538, 0.03869359567761421, 0.040495600551366806, -0.04609963670372963, -0.036297522485256195, 0.022752784192562103, -0.03312916308641434, 0.023643886670470238, -0.041941165924072266, -0.020871572196483612, 0.010683313943445683, -0.06982273608446121, -0.027683544903993607, -0.016732901334762573, -0.0005340419011190534, 0.04205998033285141, -0.08966458588838577, 0.005861465819180012, 0.05144624412059784, -0.04582240432500839, 0.0020656222477555275, -0.0026213228702545166, -0.02303001657128334, 0.06709001958370209, 0.002304486930370331, 0.06320878118276596, -0.008866457268595695, 0.016831912100315094, 0.009386266581714153, 0.049941275268793106, 0.07406041771173477, -0.01216848287731409, -0.009841717779636383, -0.04071342572569847, 0.013663552701473236, -0.04922839254140854, 0.028931086882948875, -0.005217893049120903, 0.017029935494065285, -0.022713180631399155, -0.008074367418885231, 0.056396808475255966, 0.08158526569604874, -0.013257605955004692, -0.07085245102643967, 0.019544821232557297, 0.054416581988334656, 0.009104084223508835, 0.039822325110435486, 0.00532185472548008, -0.040634214878082275, -0.02847563475370407, 0.0013638800010085106, -0.033604416996240616, -0.021327022463083267, -0.008272389881312847, 0.06301075965166092, 0.04491150379180908, -0.05607997253537178, -0.007757531479001045, 0.03687179088592529, 0.012940770015120506, -0.00003741928958334029, -0.016029920428991318, 0.022812191396951675, -0.05053533986210823, -0.03103012591600418, -0.024099338799715042, 0.0061089941300451756, 0.016435867175459862, 0.015445754863321781, 0.0066387043334543705, -0.01874282956123352, 0.002628748770803213, -0.010396180674433708, 0.003465393790975213, -0.038079727441072464, -0.012970473617315292, -0.06297115236520767, -0.08087238669395447, -0.0025965699460357428, 0.03213905170559883, -0.0066387043334543705, -0.06625832617282867, -0.03863418847322464, -0.0456639863550663, 0.02635679394006729, -0.0013651176122948527, -0.005970378406345844, 0.03489156439900398, -0.03489156439900398, 0.03318857029080391, 0.0289112851023674, 0.016831912100315094, 0.02283199317753315, -0.009079331532120705, 0.007811987306922674, 0.03926786035299301, 0.038852013647556305, 0.03376283496618271, -0.04479268938302994, 0.02297060936689377, 0.03204004094004631, 0.04368376359343529, -0.01845569722354412, 0.022950807586312294, -0.01074272021651268, 0.05033731833100319, 0.020495329052209854, 0.032931141555309296, 0.003391135251149535, -0.027089478448033333, -0.010257565416395664, 0.019673535600304604, -0.008391203358769417, -0.026218179613351822, 0.011792239733040333, -0.015604172833263874, -0.016158636659383774, -0.022633971646428108, -0.013297210447490215, 0.02003987692296505, 0.0024728060234338045, -0.018386388197541237, -0.0029059802182018757, -0.014683368615806103, 0.042416419833898544, -0.0008595414110459387, -0.0011138765839859843, -0.04404020309448242, -0.051525454968214035, -0.026277584955096245, 0.015059610828757286, 0.0411490760743618, 0.05160466209053993, -0.04316890612244606, 0.0019146300619468093, 0.04447585344314575, -0.022574564442038536, -0.004420852288603783, 0.028594449162483215, 0.06376324594020844, 0.03144597262144089, 0.0086238794028759, -0.012841759249567986, 0.024059733375906944, 0.026752838864922523, -0.018039848655462265, 0.03930746763944626, -0.025643913075327873, -0.08760515600442886, -0.028931086882948875, 0.06546624004840851, 0.057980988174676895, 0.008920913562178612, 0.027010269463062286, 0.036158908158540726, -0.0032723217736929655, 0.04407980665564537, -0.018148761242628098, -0.00992092676460743, 0.01526753418147564, 0.03370342776179314, 0.022277530282735825, -0.014515048824250698, -0.023247841745615005, -0.06855539232492447, 0.0021918616257607937, -0.034178681671619415, 0.05291161313652992, 0.002821820555254817, -0.026653828099370003, -0.017940837889909744, -0.039050035178661346, 0.06293155252933502, 0.013188298791646957, -0.01509921532124281, -0.057070083916187286, -0.009906075894832611, -0.04982246086001396, -0.017475485801696777, 0.022554762661457062, 0.006272362545132637, -0.1422593593597412, 0.015732888132333755, -0.013960585929453373, 0.000541467743460089, 0.030178628861904144, 0.11928874999284744, 0.048871953040361404, -0.010123900137841702, 0.033307384699583054, 0.019346797838807106, -0.018079454079270363, 0.005529778078198433, -0.014346729964017868, 0.016831912100315094, 0.03356481343507767, 0.024257756769657135, -0.00029100023675709963, 0.037168823182582855, 0.018614115193486214, -0.04720856249332428, 0.030455859377980232, 0.028772668913006783, -0.02774295210838318, -0.013188298791646957, 0.027208290994167328, -0.005257497541606426, -0.018564609810709953, -0.05809980258345604, -0.01898045651614666, -0.012346702627837658, -0.020396316424012184, -0.011495205573737621, 0.0512482225894928, 0.005866416729986668, -0.0015024957247078419, -0.018515104427933693, -0.01050509326159954, -0.03217865526676178, -0.03396086022257805, -0.03184201940894127, -0.03136676549911499, -0.04946602135896683, -0.08633781224489212, 0.0378619022667408, -0.024099338799715042, -0.02417854778468609, 0.03568365424871445, 0.025901341810822487, 0.13322953879833221, -0.013485332019627094, -0.07738719135522842, -0.020495329052209854, 0.014257620088756084, -0.029030097648501396, -0.017742816358804703, 0.04209958389401436, 0.02716868743300438, -0.03029744140803814, 0.01686161570250988, -0.012950670905411243, -0.02861425094306469, 0.0411490760743618, -0.03516879677772522, 0.06075330078601837, -0.03255489841103554, -0.011307084932923317, -0.0037797545082867146, 0.024752812460064888, -0.019287390634417534, 0.05655522644519806, -0.004759965930134058, -0.024832021445035934, -0.04170353710651398, -0.011940756812691689, 0.0192180834710598, 0.020732956007122993, -0.0412282831966877, 0.027643941342830658, 0.04332732409238815, 0.03198063373565674, 0.02003987692296505, -0.05564432218670845, 0.041307494044303894, 0.025901341810822487, -0.1537446677684784, 0.0025817183777689934, -0.016198240220546722, 0.031624194234609604, 0.039525289088487625, 0.00211884081363678, -0.06396126747131348, -0.033505406230688095, -0.001847797422669828, -0.011713030748069286, 0.019247787073254585, 0.027525126934051514, -0.015713084489107132, -0.03154498338699341, 0.02827761322259903, 0.009529832750558853, 0.08499125391244888, 0.021544847637414932, -0.050614550709724426, 0.004745114129036665, 0.03344599902629852, -0.021742871031165123, -0.041505515575408936, 0.01941610500216484, -0.08998142182826996, -0.0350697860121727, -0.043050091713666916, 0.003965400625020266, -0.03231727331876755, -0.030752893537282944, 0.023089423775672913, -0.03154498338699341, 0.013841772451996803, 0.0051238322630524635, -0.01476257760077715, -0.039624303579330444, 0.004980265628546476, 0.0009938253788277507, 0.040832240134477615, -0.00970805250108242, -0.029802385717630386, 0.02447558008134365, -0.005217893049120903, -0.0183566864579916, 0.018366586416959763, -0.013475431129336357, -0.008584274910390377, -0.02350527048110962, 0.008673385716974735, 0.09465475380420685, 0.016772504895925522, 0.0256241112947464, -0.03217865526676178, -0.008401104249060154, -0.039050035178661346, -0.013059583492577076, -0.09552605450153351, -0.004111442249268293, -0.03873319923877716, 0.024356767535209656, -0.0395054891705513, 0.029327131807804108, -0.009034776128828526, -0.03946588560938835, 0.029703374952077866, -0.013356617651879787, -0.004844125360250473, 0.037168823182582855, 0.009985284879803658, -0.00593572435900569, 0.021544847637414932, 0.019396303221583366, 0.022614169865846634, -0.01965373381972313, -0.03849557414650917, -0.025406286120414734, 0.012307098135352135, 0.047287773340940475, 0.03475295007228851, -0.12641756236553192, -0.05861466005444527, 0.039525289088487625, 0.005802059080451727, -0.03029744140803814, 0.021426035091280937, -0.011713030748069286, -0.06542663276195526, -0.028000380843877792, 0.034851960837841034, 0.02178247459232807, 0.017653705552220345, 0.016980430111289024, 0.0063367197290062904, 0.05097099021077156, -0.007138710934668779, -0.012713043950498104, 0.023921117186546326, -0.041307494044303894, 0.04435703903436661, 0.018465597182512283, 0.06712962687015533, 0.019376501441001892, -0.05544630065560341, 0.020772559568285942, 0.03174300491809845, -0.018772533163428307, 0.11279361695051193, 0.07093165814876556, -0.0097526079043746, 0.0021497816778719425, 0.05588194727897644, 0.02451518550515175, 0.0339212529361248, -0.03623811528086662, -0.04926799610257149, 0.008178329095244408, -0.05204031243920326, -0.008247637189924717, 0.02370329387485981, -0.012158581055700779, 0.023010214790701866, -0.01854480616748333, 0.011970460414886475, 0.023643886670470238, 0.05671364441514015, 0.04166393354535103, 0.06827815622091293, -0.010217960923910141, 0.0035025228280574083, 0.025663714855909348, -0.0011559562990441918, -0.018723027780652046, -0.003712921869009733, -0.018515104427933693, -0.066693976521492, -0.004816897213459015, -0.025346878916025162, -0.047287773340940475, -0.038317352533340454, -0.013000177219510078, 0.035723257809877396, -0.007811987306922674, 0.02403993159532547, 0.017940837889909744, 0.07663470506668091, 0.062416691333055496, 0.010960545390844345, -0.059089913964271545, 0.03754506632685661, 0.0021200783085078, -0.012683341279625893, 0.01797054149210453, 0.0456639863550663, -0.013663552701473236, 0.028594449162483215, -0.014594257809221745, -0.04590161517262459, -0.007188216783106327, -0.00261389696970582, -0.016465570777654648, 0.00828724168241024, -0.0005331137217581272, 0.040000542998313904, -0.004992642439901829, -0.037069812417030334, 0.008911012671887875, -0.00030399547540582716, 0.0600404217839241, -0.03811933100223541, -0.02316863276064396, -0.015336842276155949, 0.010366478003561497, 0.039089642465114594, 0.04364416003227234, 0.003995103761553764, -0.004247582517564297, 0.007118908688426018, 0.013297210447490215, -0.004160947632044554, -0.057070083916187286, -0.06384245306253433, 0.07489211112260818, 0.040634214878082275, 0.009138738736510277, 0.019831953570246696, -0.02004977874457836, -0.0009139975882135332, 0.05992160737514496, 0.014722973108291626, 0.01782202534377575, 0.06689199805259705, -0.02144583687186241, 0.06625832617282867, -0.058693867176771164, -0.0015928434440866113, 0.00313123082742095, 0.0015940810553729534, 0.0018663620576262474, 0.006222857162356377, -0.008841704577207565, -0.038079727441072464, 0.05204031243920326, -0.003215390257537365, -0.022416146472096443, -0.022376542910933495, 0.039723314344882965, -0.02303001657128334, 0.01859431341290474, 0.03376283496618271, -0.002777265617623925, -0.021426035091280937, -0.057109687477350235, 0.00537136010825634, 0.03144597262144089, -0.028673658147454262, 0.052198730409145355, -0.02071315236389637, 0.007376337889581919, -0.014326928183436394, -0.028693459928035736, -0.03693119436502457, -0.0846744179725647, -0.012297197245061398, -0.005876317620277405, 0.007307030260562897, 0.024119140580296516, 0.0024604294449090958, 0.04178274795413017, -0.0013638800010085106, 0.042614441365003586, -0.00941597018390894, 0.0014950698241591454, -0.03402026370167732, -0.023287445306777954, 0.0028564746025949717, 0.010544697754085064, 0.026713235303759575, -0.03411927819252014, 0.03103012591600418, 0.1023380234837532, 0.029168713837862015, 0.008123872801661491, 0.05275319516658783, -0.0026683532632887363, 0.011990262195467949, -0.003940647933632135, -0.05762454867362976, -0.004769866820424795, 0.013208100572228432, -0.02433696575462818, 0.014960600063204765, -0.08918933570384979, -0.012891264632344246, 0.02461419627070427, 0.06376324594020844, -0.10558559745550156, -0.025465693324804306, 0.0014084350550547242, 0.029663769528269768, 0.029802385717630386, 0.06594149023294449, -0.0355648398399353, 0.010970446281135082, 0.016178438439965248, -0.013386321254074574, -0.01576259173452854, 0.006014933343976736, 0.000900383573025465, 0.03152518346905708, -0.02938653901219368, 0.016178438439965248, 0.031723205000162125, -0.026099365204572678, 0.01457445602864027, 0.04431743547320366, -0.04542636126279831, -0.009049627929925919, -0.021564649417996407, 0.0317826122045517, -0.010208060033619404, -0.03097071871161461, -0.017703210934996605, 0.04851551353931427, 0.012772451154887676, -0.0234062597155571, 0.04637686908245087, -0.034653935581445694, 0.03263410925865173, 0.04209958389401436, -0.06372363865375519, -0.016128933057188988, -0.029980605468153954, 0.0083367470651865, 0.02663402631878853, -0.015544765628874302, 0.01879233494400978, -0.013168496079742908, 0.01955472119152546, -0.035485632717609406, 0.05081257224082947, -0.0008762495708651841, -0.0411490760743618, 0.02451518550515175, -0.039723314344882965, -0.03655495494604111, 0.032297469675540924, -0.0024468156043440104, 0.00470798509195447, 0.0211488027125597, 0.0010290981736034155, -0.04503031447529793, 0.032297469675540924, -0.02162405662238598, -0.004957988392561674, -0.00105942040681839, -0.02124781347811222, -0.02703007124364376, -0.038376759737730026, -0.03536681830883026, 0.05073336511850357, -0.030851904302835464, -0.014534851536154747, 0.011940756812691689, -0.020020075142383575, -0.006193153560161591, -0.0172477588057518, -0.000517024367582053, -0.027049873024225235, -0.00103590521030128, -0.012633834965527058, -0.08839724212884903, 0.03289153799414635, -0.018277477473020554, 0.01705963909626007, -0.026891455054283142, -0.040000542998313904, -0.013208100572228432, -0.026099365204572678, -0.0026584521401673555, 0.05394132807850838, 0.049743250012397766, -0.04831748828291893, -0.0635652244091034, 0.027148883789777756, 0.10130830854177475, -0.04225800186395645, 0.022673575207591057, -0.01351503562182188, -0.04166393354535103, 0.03308955952525139, 0.02756473235785961, 0.04847590625286102, 0.1225363239645958, 0.032535094767808914, -0.052673984318971634, 0.01509921532124281, 0.04606003314256668, -0.007990207523107529, -0.008569424040615559, 0.029980605468153954, 0.002514885738492012, -0.014049695804715157, 0.0010049642296507955, -0.010376378893852234, 0.020653747022151947, 0.015376446768641472, -0.019673535600304604, -0.014099202118813992, -0.029564758762717247, 0.05322844907641411, -0.036257918924093246, 0.0016695772064849734, 0.015010105445981026, -0.04649568349123001, -0.026851851493120193, -0.029346933588385582, 0.01701013185083866, 0.02390131540596485, 0.005762454587966204, -0.005584234371781349, -0.006658506579697132, -0.005886218976229429, 0.003868864616379142, -0.10138751566410065, -0.06815934181213379, -0.053347259759902954, -0.026515211910009384, -0.006985243409872055, -0.0018143811030313373, 0.014277421869337559, -0.11493226140737534, 0.024297360330820084, 0.008123872801661491, 0.0057377018965780735, 0.04384218156337738, 0.007866444066166878, -0.07437725365161896, -0.01464376412332058, -0.022138915956020355, -0.0031089531257748604, -0.023228038102388382, 0.030277639627456665, -0.05588194727897644, -0.04522833973169327, -0.021327022463083267, 0.011148666962981224, 0.05140664055943489, -0.02037651464343071, -0.02326764352619648, 0.07849612087011337, -0.0006191297434270382, 0.046852122992277145, 0.03792130947113037, 0.00980211328715086, -0.04625805467367172, -0.03304995596408844, -0.03079249896109104, 0.035584643483161926, 0.06483256816864014, -0.019960667937994003, -0.006955540273338556, 0.03160439059138298, -0.004009955562651157, 0.037030208855867386, 0.025168659165501595, 0.02730730175971985, 0.034178681671619415, -0.05053533986210823, -0.020752757787704468, 0.024396371096372604, -0.010792226530611515, 0.02780235931277275, 0.013089287094771862, -0.07718916982412338, 0.03370342776179314, -0.04435703903436661, -0.024257756769657135, 0.007510003168135881, -0.024733010679483414, -0.016495274379849434, 0.011604118160903454, -0.05429776757955551, 0.03863418847322464, -0.01883194036781788, 0.047961048781871796, 0.03994113951921463, 0.029703374952077866, 0.044634271413087845, 0.026515211910009384, 0.04324811324477196, 0.045782800763845444, 0.016317054629325867, -0.009906075894832611, -0.06483256816864014, 0.017138848081231117, 0.07746639847755432, -0.04182235151529312, 0.0032228161580860615, -0.015287336893379688, -0.07611984759569168, -0.0007543419487774372, -0.08602097630500793, 0.008935765363276005, -0.012257592752575874, -0.011475403793156147, 0.02205970697104931, 0.00032859359635040164, -0.016703197732567787, 0.041307494044303894 ]
15,284
traitlets.traitlets
validate
null
def validate(self, obj: t.Any, value: t.Any) -> G: if isinstance(value, str): return t.cast(G, value) if isinstance(value, bytes): try: return t.cast(G, value.decode("ascii", "strict")) except UnicodeDecodeError as e: msg = "Could not decode {!r} for unicode trait '{}' of {} instance." raise TraitError(msg.format(value, self.name, class_of(obj))) from e self.error(obj, value)
(self, obj: Any, value: Any) -> ~G
[ 0.04617689549922943, -0.017473064363002777, -0.015941597521305084, 0.006385594606399536, -0.025739410892128944, -0.04617689549922943, 0.04915027320384979, 0.043454285711050034, 0.025040846318006516, -0.056064266711473465, 0.05011751502752304, 0.050869815051555634, 0.016299834474921227, -0.013622005470097065, -0.004840692970901728, 0.06021983176469803, -0.029608381912112236, 0.01415040623396635, 0.04460064694285393, 0.017338726669549942, -0.032026488333940506, -0.00854845717549324, -0.022891417145729065, 0.05391484126448631, 0.016049068421125412, 0.03598501905798912, -0.0009168657124973834, -0.018082069233059883, -0.0006151620764285326, -0.008870871737599373, 0.0007898031617514789, -0.031041335314512253, 0.06061389297246933, 0.02787092700600624, -0.008888783864676952, -0.020777812227606773, -0.039442017674446106, -0.004719787277281284, -0.07938557118177414, -0.011185985989868641, -0.06580834835767746, 0.051228053867816925, -0.019147828221321106, -0.004343637265264988, 0.025202052667737007, -0.044242408126592636, -0.02681412547826767, 0.09206720441579819, -0.09658100455999374, 0.021888351067900658, 0.01604011282324791, -0.05807040259242058, -0.00392270740121603, -0.0023106359876692295, -0.006846826523542404, 0.03836730495095253, -0.008494721725583076, 0.05674492195248604, 0.04442152753472328, 0.03032485768198967, -0.03422965481877327, 0.007334925699979067, 0.029644206166267395, -0.031990665942430496, 0.01850299909710884, -0.04126903414726257, 0.03243846446275711, -0.03148913383483887, -0.03675523400306702, 0.0021438314579427242, 0.00046486995415762067, -0.006569191813468933, 0.011006866581737995, 0.04316769540309906, 0.06398133188486099, -0.018664207309484482, -0.0803886353969574, 0.020939018577337265, 0.041627272963523865, 0.016210276633501053, 0.0765196681022644, 0.04743072763085365, -0.0005815772456116974, -0.056959863752126694, 0.00948435440659523, -0.015860993415117264, -0.018431352451443672, -0.0218525268137455, 0.026563357561826706, 0.04975927621126175, -0.011714386753737926, -0.07243575155735016, -0.019649362191557884, 0.02197790890932083, -0.03410426899790764, 0.012484598904848099, 0.03541183844208717, -0.015986377373337746, 0.01982848159968853, -0.02896355278789997, 0.02833663672208786, 0.02423481084406376, -0.027423128485679626, 0.03548348695039749, -0.0021393534261733294, 0.00402793986722827, 0.05839281529188156, -0.029841236770153046, 0.010102315805852413, 0.009663473814725876, -0.04581865668296814, -0.0067975688725709915, -0.016559557989239693, 0.02787092700600624, 0.025434907525777817, -0.06423209607601166, -0.0480039119720459, -0.043848346918821335, -0.042522866278886795, -0.0006767342565581203, -0.006779656745493412, 0.030468152835965157, -0.023249655961990356, 0.019613537937402725, 0.04546041786670685, 0.07232827693223953, 0.01943441852927208, -0.0378657728433609, 0.06956984847784042, 0.024413928389549255, 0.033781856298446655, 0.00009039915312314406, -0.044314056634902954, -0.04506635665893555, -0.006103482097387314, 0.05799875408411026, 0.029608381912112236, -0.021906262263655663, 0.005270578432828188, -0.006175129674375057, 0.029375527054071426, 0.05986159294843674, 0.04925774410367012, -0.09271202981472015, 0.023410862311720848, 0.024073602631688118, 0.020939018577337265, 0.026993243023753166, -0.02197790890932083, -0.029715852811932564, -0.01564604975283146, 0.015681874006986618, 0.04571118578314781, 0.04703666642308235, -0.03175780922174454, -0.002348698675632477, -0.015010178089141846, -0.053055066615343094, 0.06193937361240387, -0.00044555868953466415, 0.0023419817443937063, 0.021798791363835335, -0.03387141600251198, -0.02204955741763115, 0.04624854400753975, 0.0452813021838665, 0.0749434158205986, 0.017007354646921158, -0.03301164507865906, -0.0018852282082661986, -0.05369989573955536, -0.029339702799916267, -0.007348359562456608, 0.059145115315914154, 0.003506255801767111, 0.0487920343875885, -0.002621855353936553, 0.05416560545563698, 0.015037045814096928, 0.04263033717870712, -0.00020766617672052234, 0.0259543526917696, -0.020168807357549667, -0.00489890668541193, 0.03091595135629177, 0.0382598340511322, 0.02314218319952488, 0.043705053627491, 0.0452813021838665, -0.040803324431180954, 0.01674763299524784, 0.0279067512601614, 0.009394794702529907, 0.0008345828973688185, -0.013048823922872543, 0.013245855458080769, 0.011687519028782845, -0.016532689332962036, -0.0491860955953598, 0.010084403678774834, -0.008638016879558563, 0.006358726881444454, -0.02896355278789997, -0.0012348020682111382, -0.07118191570043564, -0.03740006312727928, 0.03125627711415291, 0.025578202679753304, 0.031865283846855164, -0.05792710557579994, -0.04184221476316452, -0.046893373131752014, -0.08662198483943939, 0.027100715786218643, 0.06029148027300835, -0.0924970880150795, 0.007733465638011694, -0.037256766110658646, 0.04975927621126175, 0.07788097113370895, 0.08432925492525101, 0.023464597761631012, -0.002384522696956992, -0.050296634435653687, 0.03736423701047897, -0.003956292290240526, -0.04524547606706619, -0.05710316076874733, -0.0071423728950321674, -0.0037950852420181036, 0.022658562287688255, -0.013711564242839813, 0.03410426899790764, 0.013774256221950054, -0.02684994786977768, 0.09342850744724274, 0.04270198568701744, -0.023894483223557472, -0.01795668713748455, 0.025542378425598145, 0.004822780843824148, -0.06462615728378296, -0.0382598340511322, 0.038582246750593185, 0.025166228413581848, 0.04653513431549072, 0.009233588352799416, 0.05538361519575119, -0.05051157623529434, -0.007339403964579105, -0.008440986275672913, 0.02330339141190052, -0.002944269683212042, -0.06301409006118774, -0.04889950528740883, -0.03131001442670822, -0.01943441852927208, -0.08912964910268784, 0.10446224361658096, 0.008324558846652508, -0.03750753402709961, 0.042164627462625504, 0.009412706829607487, 0.09973349422216415, -0.02939343824982643, -0.0378657728433609, -0.030181562528014183, 0.06727711856365204, 0.03578798845410347, 0.02896355278789997, -0.019756833091378212, -0.012502511031925678, -0.004975032061338425, 0.019810568541288376, -0.01537737250328064, -0.00882161408662796, 0.03765082731842995, 0.00886191613972187, 0.05506120249629021, -0.0331728532910347, -0.015054957941174507, -0.01685510389506817, 0.032922085374593735, -0.04477976635098457, 0.005225799046456814, -0.006851304322481155, 0.03154286742210388, -0.07057291269302368, -0.030862215906381607, -0.0028345591854304075, 0.009753033518791199, -0.07372540980577469, -0.04735908284783363, 0.03138165920972824, -0.015717698261141777, 0.02217494137585163, -0.003309224732220173, -0.026026001200079918, 0.013559313490986824, -0.040301788598299026, 0.0171775184571743, 0.007872283458709717, -0.0015157951274886727, 0.018789589405059814, 0.002496472094208002, -0.02403777837753296, -0.00485860463231802, -0.011033734306693077, -0.039442017674446106, 0.0034346082247793674, 0.01559231523424387, 0.017741743475198746, -0.02178087830543518, 0.011230765841901302, 0.03636116907000542, 0.0854756161570549, 0.03736423701047897, -0.031005511060357094, -0.007205064408481121, 0.04786061495542526, -0.0014710153918713331, -0.016675984486937523, 0.005431785713881254, -0.051693763583898544, -0.022998888045549393, -0.03840312734246254, -0.018082069233059883, 0.004880994558334351, -0.01180394645780325, 0.0008771236753091216, -0.01759844832122326, -0.05101311206817627, 0.03740006312727928, -0.02317800745368004, 0.05051157623529434, 0.012135316617786884, 0.014213098213076591, 0.038116537034511566, -0.01889706216752529, 0.006345293018966913, 0.03602084517478943, 0.035376016050577164, 0.03469536453485489, 0.04707249253988266, -0.015037045814096928, -0.006363204680383205, -0.07444188743829727, -0.011678563430905342, 0.055670205503702164, 0.003488343907520175, -0.07537330687046051, 0.019147828221321106, 0.01481314655393362, -0.03345944359898567, -0.06308573484420776, -0.05631503462791443, -0.008530545979738235, 0.015323636122047901, -0.00977990124374628, -0.026706652715802193, 0.01069340854883194, -0.04589030519127846, -0.0071423728950321674, -0.002312874887138605, -0.0550253763794899, 0.012690586037933826, -0.02022254280745983, -0.01299508847296238, 0.038080714643001556, 0.016443129628896713, 0.011320325545966625, 0.10152468830347061, -0.05276847630739212, -0.021458463743329048, -0.008046924136579037, 0.05592097342014313, 0.018879149109125137, 0.042952753603458405, -0.061760254204273224, 0.0033137027639895678, 0.0511205829679966, 0.011741255410015583, -0.02489755116403103, 0.003600293304771185, 0.027763456106185913, -0.036235786974430084, -0.03150704503059387, 0.018449263647198677, -0.022533178329467773, -0.026205120608210564, -0.025900617241859436, -0.012905528768897057, 0.08160664886236191, -0.005633294582366943, -0.012045756913721561, 0.00767077412456274, -0.0062019978649914265, 0.008423074148595333, 0.002208762103691697, 0.027261922135949135, -0.0241989865899086, 0.01635357178747654, -0.007840937003493309, 0.04789643734693527, -0.0012997327139601111, 0.07759437710046768, 0.02638423815369606, 0.014096670784056187, -0.032725054770708084, 0.04091079533100128, 0.02684994786977768, -0.017670096829533577, 0.0003257727948948741, -0.06423209607601166, -0.01650582253932953, -0.019577713683247566, -0.021834613755345345, 0.009708253666758537, -0.04055255651473999, -0.018323881551623344, -0.03372811898589134, 0.02111813798546791, 0.007151328958570957, 0.0177596565335989, -0.0022345103789120913, 0.027154451236128807, 0.008279778994619846, -0.034480419009923935, 0.05140717327594757, -0.011257633566856384, -0.0020229259971529245, -0.04610524699091911, -0.013944419100880623, -0.06964149326086044, -0.0000393222326238174, -0.008552935905754566, -0.0753016546368599, -0.03148913383483887, 0.015010178089141846, 0.024610960856080055, 0.003627161029726267, 0.013416018337011337, 0.02853366732597351, 0.10396070778369904, 0.024181073531508446, 0.0018953036051243544, -0.02564985118806362, 0.02208538167178631, -0.02131516858935356, -0.010639673098921776, 0.04764567315578461, -0.006434852723032236, -0.010979998856782913, 0.021243521943688393, -0.005731810349971056, -0.024252722039818764, -0.017320813611149788, -0.012144273146986961, -0.013845903798937798, 0.01157109159976244, -0.04868456348776817, 0.048612914979457855, -0.02876652218401432, -0.031130895018577576, -0.06290661543607712, 0.07523000985383987, -0.004733221605420113, 0.0374717079102993, 0.027781367301940918, 0.016371482983231544, -0.027888838201761246, -0.04395581781864166, 0.03521480783820152, 0.003924946766346693, -0.007527478970587254, 0.043812524527311325, 0.05638668313622475, 0.011293456889688969, -0.042092982679605484, -0.040803324431180954, 0.07168345153331757, 0.04352593421936035, -0.0038936007767915726, 0.00011264910426689312, -0.006963253952562809, 0.010935219004750252, 0.042487043887376785, 0.031865283846855164, -0.027154451236128807, 0.06795777380466461, -0.023894483223557472, 0.06749206781387329, -0.08432925492525101, 0.009170896373689175, 0.05631503462791443, -0.006067658308893442, -0.007608082611113787, -0.03340570628643036, -0.03525063395500183, -0.026330502703785896, 0.021762967109680176, 0.0010763936443254352, -0.036826878786087036, -0.03485656902194023, -0.0018415679223835468, -0.07111027091741562, 0.02111813798546791, 0.02774554304778576, 0.024682607501745224, -0.0208852831274271, -0.07723614573478699, 0.04696502164006233, 0.014804190956056118, 0.007805113214999437, 0.03430130332708359, -0.011839770711958408, 0.02661709301173687, -0.02740521728992462, -0.07225663214921951, -0.007840937003493309, -0.029554646462202072, -0.00878131203353405, -0.013030911795794964, -0.02022254280745983, 0.02631259150803089, 0.007558824494481087, 0.0007030423730611801, -0.0366835854947567, 0.026796212419867516, -0.052553534507751465, 0.024449752643704414, 0.003358482616022229, 0.03933454677462578, 0.025596115738153458, 0.019094092771410942, -0.03091595135629177, -0.017428284510970116, 0.02525578811764717, -0.040695853531360626, 0.00719163054600358, 0.0191299170255661, 0.01604011282324791, -0.04108991473913193, 0.013595137745141983, 0.0004542347742244601, -0.026043912395834923, 0.027064891532063484, 0.009139550849795341, -0.06290661543607712, 0.01936277188360691, -0.06150949001312256, -0.02509458176791668, 0.013183163478970528, 0.08210818469524384, -0.07780932635068893, 0.005669118370860815, 0.002291604643687606, 0.06602329015731812, 0.03736423701047897, 0.021727142855525017, -0.014159362763166428, -0.009466443210840225, 0.004845170769840479, 0.024449752643704414, -0.04628436639904976, 0.020580781623721123, -0.03406844660639763, 0.0362895242869854, 0.0012549529783427715, 0.04589030519127846, -0.021691318601369858, -0.01432056911289692, -0.032456375658512115, -0.010326214134693146, 0.01026352308690548, 0.04313187301158905, -0.035376016050577164, 0.06315738707780838, -0.03216978535056114, -0.00300472229719162, -0.03879718855023384, -0.011526311747729778, 0.018091026693582535, -0.025846881791949272, 0.04886368289589882, -0.017499933019280434, 0.004574253223836422, 0.03621787577867508, -0.05097728595137596, -0.03894048556685448, -0.016147583723068237, -0.005051157902926207, -0.019953863695263863, -0.010917306877672672, 0.039907727390527725, 0.006582625675946474, -0.0012392800999805331, -0.03614622727036476, -0.012842836789786816, -0.04306022450327873, 0.010576981119811535, 0.0491860955953598, 0.02935761585831642, -0.0015057196142151952, 0.08246641606092453, 0.034444596618413925, -0.02221076376736164, 0.006730399094521999, 0.019094092771410942, -0.03304746747016907, 0.002800974529236555, 0.012242788448929787, -0.006672185380011797, -0.02221076376736164, -0.02330339141190052, -0.03585963696241379, -0.02638423815369606, -0.027261922135949135, -0.06072136387228966, -0.003992116078734398, 0.039047956466674805, 0.009063424542546272, -0.030969686806201935, 0.015117648988962173, 0.023948218673467636, -0.020831547677516937, -0.008535023778676987, 0.03371020779013634, -0.02962629310786724, -0.07694955170154572, 0.025936441496014595, 0.03293999657034874, -0.006882650312036276, -0.036432817578315735, -0.04653513431549072, -0.010935219004750252, -0.00578554579988122, 0.03048606589436531, 0.0027696285396814346, 0.018279101699590683, -0.038546424359083176, -0.03376394510269165, -0.030539801344275475, 0.08791163563728333, -0.05721063166856766, 0.04739490523934364, -0.02158384770154953, -0.026133472099900246, 0.02056286856532097, 0.01791190728545189, 0.070286326110363, 0.06888919323682785, -0.023751188069581985, -0.046033602207899094, 0.03122045285999775, 0.06294243782758713, 0.04108991473913193, -0.014508644118905067, -0.006466198246926069, 0.02794257551431656, -0.04882785677909851, -0.014078758656978607, -0.007079681381583214, -0.021333081647753716, 0.020365837961435318, 0.009878416545689106, -0.02400195598602295, -0.02353624626994133, 0.004607838112860918, -0.07243575155735016, -0.06229761242866516, 0.002762911608442664, -0.061616960912942886, -0.0034614759497344494, -0.06358727067708969, 0.006631883326917887, -0.0020397184416651726, -0.047215785831213, 0.021171873435378075, -0.009430618956685066, -0.005006378050893545, 0.004258555825799704, -0.08533232659101486, -0.02384074777364731, -0.0554194413125515, -0.019523978233337402, 0.02462887205183506, 0.012807013466954231, 0.03890466317534447, -0.09464651346206665, -0.027333570644259453, -0.0009554882999509573, -0.02217494137585163, -0.009600781835615635, -0.01822536438703537, -0.033119115978479385, -0.01955980248749256, 0.044636473059654236, 0.031668249517679214, 0.06007653474807739, 0.0018572408007457852, -0.058142051100730896, -0.0021527872886508703, 0.03071892075240612, 0.03286834806203842, -0.010487421415746212, -0.03868971765041351, -0.006237821653485298, 0.04481559246778488, -0.018046246841549873, 0.03544766455888748, 0.02701115608215332, -0.020168807357549667, -0.056924041360616684, -0.03675523400306702, -0.00956495851278305, 0.010147095657885075, 0.08669362962245941, -0.004180191084742546, -0.03790159523487091, -0.0033360926900058985, 0.0004869799595326185, 0.03313702717423439, -0.012395039200782776, 0.049042802304029465, 0.027387306094169617, -0.028050046414136887, -0.03754335641860962, 0.011526311747729778, 0.002243466442450881, 0.04302440211176872, 0.02611556090414524, -0.06648899614810944, 0.017464108765125275, -0.05187288299202919, 0.0007937213522382081, -0.03962113708257675, 0.005749722011387348, -0.00028854963602498174, 0.031954843550920486, 0.000013433929780148901, 0.04485141485929489, 0.03697017580270767, -0.015708742663264275, 0.05588515102863312, 0.039442017674446106, -0.0046660518273711205, 0.041663095355033875, 0.012224876321852207, 0.014231010340154171, 0.04062420502305031, -0.027763456106185913, -0.0060452683828771114, 0.0628349706530571, 0.09393004328012466, -0.03138165920972824, -0.030396506190299988, -0.0008704067440703511, 0.0013221226399764419, 0.007205064408481121, -0.05882270261645317, 0.0480039119720459, -0.05355660244822502, -0.026294678449630737, -0.04614107310771942, -0.008875349536538124, -0.020974842831492424, 0.04198550805449486 ]
15,285
traitlets.traitlets
Union
A trait type representing a Union type.
class Union(TraitType[t.Any, t.Any]): """A trait type representing a Union type.""" def __init__(self, trait_types: t.Any, **kwargs: t.Any) -> None: """Construct a Union trait. This trait allows values that are allowed by at least one of the specified trait types. A Union traitlet cannot have metadata on its own, besides the metadata of the listed types. Parameters ---------- trait_types : sequence The list of trait types of length at least 1. **kwargs Extra kwargs passed to `TraitType` Notes ----- Union([Float(), Bool(), Int()]) attempts to validate the provided values with the validation function of Float, then Bool, and finally Int. Parsing from string is ambiguous for container types which accept other collection-like literals (e.g. List accepting both `[]` and `()` precludes Union from ever parsing ``Union([List(), Tuple()])`` as a tuple; you can modify behaviour of too permissive container traits by overriding ``_literal_from_string_pairs`` in subclasses. Similarly, parsing unions of numeric types is only unambiguous if types are provided in order of increasing permissiveness, e.g. ``Union([Int(), Float()])`` (since floats accept integer-looking values). """ self.trait_types = list(trait_types) self.info_text = " or ".join([tt.info() for tt in self.trait_types]) super().__init__(**kwargs) def default(self, obj: t.Any = None) -> t.Any: default = super().default(obj) for trait in self.trait_types: if default is Undefined: default = trait.default(obj) else: break return default def class_init(self, cls: type[HasTraits], name: str | None) -> None: for trait_type in reversed(self.trait_types): trait_type.class_init(cls, None) super().class_init(cls, name) def subclass_init(self, cls: type[t.Any]) -> None: for trait_type in reversed(self.trait_types): trait_type.subclass_init(cls) # explicitly not calling super().subclass_init(cls) # to opt out of instance_init def validate(self, obj: t.Any, value: t.Any) -> t.Any: with obj.cross_validation_lock: for trait_type in self.trait_types: try: v = trait_type._validate(obj, value) # In the case of an element trait, the name is None if self.name is not None: setattr(obj, "_" + self.name + "_metadata", trait_type.metadata) return v except TraitError: continue self.error(obj, value) def __or__(self, other: t.Any) -> Union: if isinstance(other, Union): return Union(self.trait_types + other.trait_types) else: return Union([*self.trait_types, other]) def from_string(self, s: str) -> t.Any: for trait_type in self.trait_types: try: v = trait_type.from_string(s) return trait_type.validate(None, v) except (TraitError, ValueError): continue return super().from_string(s)
(trait_types: 't.Any', **kwargs: 't.Any') -> 'None'
[ 0.024106934666633606, -0.018587501719594002, 0.02114429697394371, -0.005651331041008234, -0.011566458269953728, 0.02007896639406681, -0.025831757113337517, -0.0279015451669693, -0.04606291279196739, -0.0018364288844168186, 0.03167586401104927, 0.052231691777706146, 0.006417355500161648, 0.010450396686792374, 0.006929729133844376, 0.015736471861600876, -0.004677313379943371, 0.03323834761977196, 0.010592441074550152, 0.010176454670727253, 0.01417398452758789, 0.003492766059935093, -0.03165557235479355, 0.05750761926174164, -0.0024046057369560003, 0.0052049062214791775, -0.06002383306622505, -0.02617672272026539, -0.02189510315656662, -0.024228686466813087, -0.028956729918718338, -0.03329922631382942, 0.005154176149517298, -0.0032010681461542845, 0.0042841555550694466, -0.035693686455488205, 0.023011164739727974, 0.08620055764913559, 0.00780735956504941, 0.08311616629362106, -0.018486041575670242, -0.06116018444299698, -0.023701094090938568, -0.047929782420396805, -0.019246993586421013, -0.013494201935827732, 0.018658524379134178, 0.040827568620443344, -0.07260489463806152, -0.028490014374256134, 0.08660639822483063, -0.05279986932873726, 0.008715427480638027, -0.005945565644651651, -0.03565309941768646, 0.06095726415514946, -0.007102211471647024, 0.06676078587770462, 0.009790905751287937, 0.07037276774644852, -0.003112290520220995, 0.04228859394788742, 0.00799506064504385, -0.02209802344441414, -0.04216684401035309, -0.04703693091869354, 0.0038174386136233807, -0.05397680774331093, 0.00027314978069625795, -0.004659558180719614, -0.018293267115950584, 0.004124355502426624, 0.039569463580846786, 0.06598968803882599, 0.0796259343624115, -0.034618206322193146, -0.0279015451669693, 0.024309854954481125, 0.05271869897842407, 0.008263930678367615, 0.03240637481212616, 0.02993074804544449, -0.0012841052375733852, -0.01390004251152277, 0.03242666646838188, 0.0006353942444548011, -0.020332615822553635, -0.008061009459197521, 0.031046809628605843, -0.040746401995420456, -0.05698002874851227, -0.03770259767770767, 0.040827568620443344, 0.04967489466071129, -0.021306633949279785, 0.037621427327394485, 0.005717280320823193, -0.018191806972026825, -0.04379020631313324, -0.040746401995420456, -0.0495937280356884, -0.005062862299382687, -0.0012466917978599668, -0.004862478468567133, -0.020525390282273293, 0.025831757113337517, -0.04293794184923172, -0.004332348704338074, -0.04366845265030861, -0.03542988747358322, -0.020961670204997063, -0.07244255393743515, -0.01686267927289009, 0.06960166990756989, 0.019500643014907837, -0.055640753358602524, -0.007360934745520353, -0.04431780055165291, 0.007634877227246761, 0.02382284589111805, 0.02102254517376423, 0.00965900719165802, 0.007482687011361122, 0.03650536760687828, 0.027455119416117668, 0.01910494826734066, 0.035064633935689926, -0.01600026711821556, 0.013636245392262936, 0.044601887464523315, 0.011708502657711506, -0.002635427750647068, -0.01899334229528904, 0.015797346830368042, -0.010551856830716133, 0.048254452645778656, -0.02735365927219391, -0.05718294903635979, -0.04638758674263954, 0.032893385738134384, 0.0282262172549963, 0.024309854954481125, 0.035247258841991425, -0.02372138574719429, -0.04301910847425461, 0.05336804687976837, 0.007051481399685144, -0.004514977335929871, 0.017227934673428535, -0.07540519535541534, -0.039873842149972916, -0.06858707219362259, 0.0018592574633657932, 0.03228462487459183, -0.017968595027923584, -0.021854519844055176, 0.0018947685603052378, -0.03058009222149849, -0.02502007596194744, 0.003551105735823512, 0.008243638090789318, -0.038696907460689545, -0.047808028757572174, 0.011688211001455784, -0.0036195912398397923, 0.01395077258348465, 0.032365791499614716, -0.053814470767974854, 0.009582912549376488, 0.043303199112415314, -0.02144867740571499, 0.021063130348920822, 0.05470731854438782, 0.04322202876210213, 0.005823813378810883, 0.04549473524093628, -0.0073355697095394135, 0.008563237264752388, 0.015330630354583263, -0.011170763522386551, 0.05681769177317619, 0.020545683801174164, -0.07378183305263519, -0.012317263521254063, 0.01705545373260975, 0.027779793366789818, 0.01780625805258751, -0.029910456389188766, 0.059617992490530014, 0.02587234228849411, 0.07451234012842178, -0.01780625805258751, 0.002757180016487837, 0.00191252410877496, 0.027556579560041428, 0.026805775240063667, -0.010176454670727253, 0.003028585808351636, -0.01879042200744152, -0.02542591653764248, -0.030620677396655083, -0.003941727336496115, 0.009912657551467419, 0.04423663020133972, -0.028611766174435616, -0.019500643014907837, 0.06335172802209854, 0.012276679277420044, 0.014305883087217808, -0.08579470962285995, -0.005483921617269516, -0.04553532227873802, -0.00477877352386713, 0.041679833084344864, 0.014458073303103447, -0.08969078212976456, 0.017085891216993332, -0.05117650702595711, -0.019784731790423393, 0.03488200530409813, 0.12548592686653137, 0.037946101278066635, 0.04500772804021835, 0.062215372920036316, 0.021428385749459267, -0.0020647142082452774, -0.05835988372564316, -0.04326261207461357, 0.015949537977576256, 0.06351406127214432, 0.02735365927219391, -0.022787952795624733, 0.008679917082190514, -0.007873308844864368, -0.05271869897842407, 0.06335172802209854, 0.021732766181230545, -0.044480133801698685, 0.010369228199124336, 0.003277163254097104, -0.005362169351428747, -0.02737395092844963, -0.028408845886588097, -0.054139140993356705, -0.03575456142425537, -0.011647626757621765, 0.008695135824382305, 0.018110638484358788, 0.006138339638710022, -0.0409696139395237, -0.05604659393429756, 0.015432090498507023, 0.03305572271347046, -0.028408845886588097, 0.014559533447027206, -0.05519432947039604, -0.024735987186431885, -0.03798668459057808, 0.07138737291097641, -0.033420976251363754, 0.016355378553271294, -0.019510788843035698, 0.044601887464523315, 0.059090398252010345, -0.04407429322600365, -0.07159028947353363, 0.02672460675239563, 0.032061412930488586, -0.044398967176675797, -0.00830958690494299, 0.06745071709156036, -0.01565530337393284, -0.019368745386600494, -0.0334615632891655, -0.007492832839488983, -0.02566942200064659, 0.06456924974918365, -0.031067101284861565, 0.03185849264264107, -0.012753542512655258, -0.003223896725103259, 0.010262695141136646, 0.0030767794232815504, -0.003236579243093729, 0.0310062263160944, 0.016132166609168053, -0.04113195091485977, -0.0029702463652938604, -0.015969829633831978, 0.008238565176725388, 0.027028987184166908, -0.0642445757985115, 0.03745909035205841, 0.01812078431248665, -0.01868896186351776, 0.01676121912896633, 0.00019610347226262093, 0.05336804687976837, 0.00643764715641737, -0.15543696284294128, -0.01697428524494171, -0.011870838701725006, 0.04906613379716873, 0.020981961861252785, 0.004241034854203463, -0.07203671336174011, 0.013981210067868233, -0.04058406502008438, 0.017369979992508888, 0.03743879869580269, 0.041497208178043365, -0.008679917082190514, -0.03715471178293228, 0.003348185447975993, 0.015046542510390282, 0.08104638010263443, 0.01824253797531128, -0.016446692869067192, 0.022179191932082176, 0.06051084026694298, -0.007208744529634714, -0.023904014378786087, -0.009998898953199387, -0.06193128228187561, -0.04861970990896225, -0.05344921350479126, 0.011576604098081589, -0.007467467803508043, -0.043749623000621796, 0.023112624883651733, -0.05771053954958916, -0.0564524345099926, 0.0375402607023716, 0.04354670271277428, -0.009045173414051533, -0.016923554241657257, 0.000034678767406148836, -0.028490014374256134, 0.02297058142721653, -0.0014686358626931906, 0.025710005313158035, -0.011820108629763126, 0.005184614099562168, 0.01609158143401146, -0.03228462487459183, -0.005996295716613531, 0.0254462081938982, 0.02339671365916729, 0.06258063018321991, 0.037844639271497726, 0.05551899969577789, -0.006665932480245829, 0.01769465208053589, -0.02199656330049038, -0.00773126445710659, -0.09407386183738708, -0.03208170458674431, 0.04086815193295479, 0.021184882149100304, -0.015239316038787365, 0.027759499847888947, -0.029342278838157654, -0.00928867794573307, 0.03488200530409813, -0.008827034384012222, -0.01540165301412344, -0.03725617006421089, 0.036018356680870056, 0.029910456389188766, -0.038250479847192764, 0.046306416392326355, -0.007234109565615654, -0.020373200997710228, -0.00814725086092949, 0.011231640353798866, 0.02877410128712654, 0.02597380243241787, 0.03693149983882904, -0.0678565576672554, -0.10697959363460541, -0.014072524383664131, 0.011607042513787746, -0.02276766113936901, -0.009927877224981785, -0.036850329488515854, -0.03015395998954773, -0.017014868557453156, 0.003548569278791547, -0.02232123538851738, 0.04301910847425461, 0.04517006501555443, 0.0021636378951370716, -0.004580926150083542, -0.05300278961658478, -0.05186643451452255, 0.04687459394335747, -0.031046809628605843, 0.03447616472840309, 0.01880056783556938, 0.004314593505114317, 0.05162293091416359, -0.06818123161792755, 0.01421456877142191, 0.05239402875304222, 0.003507985034957528, 0.07609511911869049, 0.05495082214474678, -0.0244721919298172, 0.009593058377504349, 0.0017704798374325037, -0.0042232791893184185, 0.010754777118563652, 0.013514493592083454, -0.021813934668898582, -0.01717720553278923, 0.012702812440693378, 0.026379643008112907, 0.006219508126378059, -0.0028180559165775776, 0.02404605783522129, 0.041273992508649826, 0.032690465450286865, 0.014407343231141567, 0.04411488026380539, 0.0028890781104564667, 0.05150117725133896, -0.021732766181230545, 0.005504213739186525, -0.0030361954122781754, 0.027089864015579224, 0.010663462802767754, 0.01078521553426981, -0.03776347264647484, -0.0861193835735321, -0.001968327211216092, -0.025182412937283516, -0.058968644589185715, -0.045454151928424835, -0.01379858236759901, 0.01963254064321518, -0.005103446077555418, 0.0360589399933815, -0.022037146613001823, 0.04281618818640709, 0.03157440200448036, -0.021408094093203545, -0.0213675107806921, 0.06379815191030502, -0.020799333229660988, -0.007315277587622404, 0.0521911084651947, 0.02317350171506405, 0.008578456938266754, 0.04228859394788742, 0.028733517974615097, -0.004154793452471495, 0.01717720553278923, 0.015635011717677116, 0.013514493592083454, -0.02435043826699257, -0.008730647154152393, 0.014305883087217808, 0.003934117965400219, -0.032061412930488586, -0.01901363395154476, -0.0025098707992583513, 0.04874146357178688, -0.06452866643667221, -0.04626583307981491, 0.019673125818371773, 0.004512440878897905, -0.002038080943748355, 0.06781597435474396, -0.008370463736355305, -0.06765363365411758, -0.016030706465244293, 0.07025101780891418, -0.0319802425801754, -0.0538550540804863, -0.06854648888111115, 0.06489391624927521, 0.017725089564919472, -0.012855002656579018, -0.03340068459510803, -0.01126207783818245, -0.010348936542868614, 0.02469540387392044, -0.023985182866454124, -0.021631306037306786, 0.05068949609994888, -0.030843889340758324, 0.03486170992255211, -0.030438048765063286, -0.013757998123764992, 0.01576690934598446, -0.019997797906398773, 0.00825885683298111, -0.02317350171506405, 0.008091447874903679, -0.0076247313991189, 0.054910238832235336, -0.018293267115950584, -0.0254462081938982, -0.036119818687438965, 0.03833165019750595, -0.049553144723176956, 0.033420976251363754, -0.02295028790831566, -0.021712474524974823, 0.005136420950293541, -0.06923641264438629, -0.015219024382531643, -0.008436412550508976, -0.002273975871503353, 0.009932950139045715, -0.023660510778427124, 0.032893385738134384, 0.005448410753160715, 0.0023437298368662596, -0.044480133801698685, -0.046103496104478836, 0.011708502657711506, -0.029484322294592857, 0.04837620630860329, 0.017532316967844963, 0.04119282588362694, -0.005144030321389437, -0.03737792372703552, 0.006214434746652842, -0.06160661205649376, 0.024715695530176163, -0.03618069365620613, -0.08311616629362106, 0.03796639293432236, -0.005915127694606781, -0.025730296969413757, 0.03287309408187866, 0.02575058862566948, 0.055559586733579636, 0.002863713074475527, 0.02437073178589344, 0.0952913835644722, -0.004738189745694399, 0.006599983666092157, 0.02382284589111805, -0.014914643950760365, -0.014153692871332169, 0.0005478849052451551, 0.03267017379403114, 0.06140369176864624, -0.09748292714357376, 0.029139358550310135, 0.01986590027809143, 0.06538093090057373, -0.06878998875617981, -0.029890164732933044, 0.0015523404581472278, 0.01684238761663437, 0.013149237260222435, 0.031209146603941917, -0.0021978807635605335, 0.020474661141633987, -0.004243571311235428, 0.0016626784345135093, 0.000395694631151855, 0.01997750625014305, 0.023863431066274643, 0.04044201970100403, -0.0076247313991189, 0.0367082878947258, 0.023640217259526253, -0.00940028391778469, -0.058238133788108826, -0.010541711002588272, 0.00825885683298111, -0.01084609143435955, -0.04423663020133972, 0.0626617968082428, -0.018587501719594002, -0.024228686466813087, -0.03254842013120651, -0.0023690948728471994, 0.018709253519773483, -0.044683054089546204, 0.06298647075891495, -0.000962603313382715, -0.0008230955572798848, 0.021651599556207657, -0.022909704595804214, -0.005367242731153965, -0.025567959994077682, -0.014295737259089947, 0.018496187403798103, -0.008263930678367615, -0.006645640823990107, 0.03831135854125023, -0.026765190064907074, -0.019054219126701355, 0.04870087653398514, -0.003911289386451244, -0.025689713656902313, -0.0025999166537076235, -0.02747541107237339, -0.04326261207461357, 0.004317129962146282, 0.016558298841118813, -0.017309103161096573, 0.03790551796555519, 0.0313308984041214, -0.08007235825061798, 0.007431956939399242, -0.014681285247206688, 0.008827034384012222, 0.0008548018522560596, -0.020444221794605255, -0.05527549609541893, -0.059617992490530014, 0.036322738975286484, 0.02157043106853962, -0.005661476869136095, -0.012682519853115082, 0.01728881150484085, -0.0386563204228878, 0.014123254455626011, -0.04220742732286453, -0.005636111833155155, -0.018810713663697243, 0.015432090498507023, 0.036545950919389725, -0.02877410128712654, 0.06663903594017029, -0.0032974553760141134, 0.03798668459057808, -0.03340068459510803, -0.05097358673810959, -0.030742429196834564, -0.011688211001455784, 0.0019670589827001095, 0.053408630192279816, 0.024005474522709846, -0.023559048771858215, -0.03711412847042084, 0.05454498156905174, 0.046834010630846024, -0.02167189121246338, -0.015645157545804977, -0.010592441074550152, -0.01770479790866375, 0.04837620630860329, 0.02642022632062435, 0.01812078431248665, 0.06448807567358017, 0.04358728602528572, -0.0655432641506195, 0.0019302795408293605, -0.04870087653398514, 0.014803037978708744, -0.0002958197728730738, 0.015635011717677116, 0.030884472653269768, -0.03571397811174393, -0.0006899291183799505, 0.04626583307981491, 0.007137722335755825, 0.048660293221473694, 0.011140326038002968, -0.024715695530176163, -0.04370903968811035, 0.050608329474925995, 0.0013963454402983189, -0.025567959994077682, 0.011444706469774246, -0.0282262172549963, 0.011566458269953728, -0.024878032505512238, 0.022990873083472252, 0.04618466645479202, -0.02972782775759697, -0.014204422943294048, 0.02157043106853962, 0.06862765550613403, -0.004897989332675934, -0.05239402875304222, -0.03163527697324753, -0.04971547797322273, -0.0607137605547905, 0.0041167461313307285, -0.0008351439610123634, 0.024878032505512238, -0.13392741978168488, 0.02619701437652111, -0.04667167365550995, 0.021935686469078064, 0.018445458263158798, -0.013453617691993713, -0.032345499843358994, -0.026684023439884186, 0.030438048765063286, 0.013707268051803112, 0.015746617689728737, 0.07000751048326492, -0.01739027164876461, -0.08283207565546036, -0.009486525319516659, -0.006904364097863436, 0.049228470772504807, -0.041720420122146606, 0.014478364959359169, 0.1370117962360382, -0.040097057819366455, 0.025060659274458885, 0.08035644888877869, -0.00928867794573307, -0.039995595812797546, -0.005889762192964554, -0.0016702879220247269, 0.02372138574719429, 0.0874180793762207, 0.017572900280356407, -0.024228686466813087, 0.004197914153337479, 0.010653316974639893, 0.024553358554840088, 0.039549171924591064, 0.014346467331051826, 0.014863913878798485, 0.012479599565267563, -0.014833475463092327, -0.0012688861461356282, 0.022686492651700974, 0.03758084401488304, 0.02254444733262062, -0.039975304156541824, 0.0035282771568745375, -0.08392784744501114, -0.029646659269928932, 0.0011262077605351806, 0.0064680855721235275, -0.05206935480237007, 0.02885526977479458, -0.058238133788108826, 0.017988886684179306, 0.010906967334449291, 0.07325423508882523, -0.01213463582098484, 0.014153692871332169, 0.0731324851512909, 0.015949537977576256, 0.02167189121246338, 0.02459394372999668, -0.04719926789402962, -0.021854519844055176, -0.0254462081938982, 0.022828536108136177, 0.054139140993356705, -0.032446958124637604, 0.0069550941698253155, -0.011617188341915607, -0.05612776055932045, -0.05259694904088974, -0.04537298530340195, -0.02491861581802368, 0.01986590027809143, -0.07800257205963135, 0.002208026824519038, 0.012895586900413036, -0.027962420135736465, 0.00482950359582901 ]
15,287
traitlets.traitlets
__init__
Construct a Union trait. This trait allows values that are allowed by at least one of the specified trait types. A Union traitlet cannot have metadata on its own, besides the metadata of the listed types. Parameters ---------- trait_types : sequence The list of trait types of length at least 1. **kwargs Extra kwargs passed to `TraitType` Notes ----- Union([Float(), Bool(), Int()]) attempts to validate the provided values with the validation function of Float, then Bool, and finally Int. Parsing from string is ambiguous for container types which accept other collection-like literals (e.g. List accepting both `[]` and `()` precludes Union from ever parsing ``Union([List(), Tuple()])`` as a tuple; you can modify behaviour of too permissive container traits by overriding ``_literal_from_string_pairs`` in subclasses. Similarly, parsing unions of numeric types is only unambiguous if types are provided in order of increasing permissiveness, e.g. ``Union([Int(), Float()])`` (since floats accept integer-looking values).
def __init__(self, trait_types: t.Any, **kwargs: t.Any) -> None: """Construct a Union trait. This trait allows values that are allowed by at least one of the specified trait types. A Union traitlet cannot have metadata on its own, besides the metadata of the listed types. Parameters ---------- trait_types : sequence The list of trait types of length at least 1. **kwargs Extra kwargs passed to `TraitType` Notes ----- Union([Float(), Bool(), Int()]) attempts to validate the provided values with the validation function of Float, then Bool, and finally Int. Parsing from string is ambiguous for container types which accept other collection-like literals (e.g. List accepting both `[]` and `()` precludes Union from ever parsing ``Union([List(), Tuple()])`` as a tuple; you can modify behaviour of too permissive container traits by overriding ``_literal_from_string_pairs`` in subclasses. Similarly, parsing unions of numeric types is only unambiguous if types are provided in order of increasing permissiveness, e.g. ``Union([Int(), Float()])`` (since floats accept integer-looking values). """ self.trait_types = list(trait_types) self.info_text = " or ".join([tt.info() for tt in self.trait_types]) super().__init__(**kwargs)
(self, trait_types: Any, **kwargs: Any) -> NoneType
[ -0.024031976237893105, -0.023558905348181725, 0.02827068604528904, -0.008250347338616848, -0.007039287593215704, 0.023483214899897575, -0.03913238272070885, -0.03935945779085159, -0.08273055404424667, 0.017390066757798195, 0.02304798923432827, 0.05741182342171669, -0.01525178924202919, 0.025640415027737617, 0.0016001606127247214, 0.019755419343709946, -0.008458498865365982, -0.005728882271796465, 0.00153393077198416, 0.010852234438061714, -0.001325779827311635, 0.04136527702212334, -0.02020956762135029, 0.04386308789253235, 0.00686425156891346, -0.018213210627436638, -0.08189794421195984, -0.03652103617787361, -0.01606547087430954, -0.012820207513868809, -0.04121389240026474, -0.03389076143503189, -0.016869690269231796, -0.017711754888296127, -0.0069162892177701, -0.02441043220460415, 0.036767031997442245, 0.0778106153011322, -0.002042481442913413, 0.06486741453409195, 0.00014184719475451857, -0.07731862366199493, -0.02813822776079178, -0.0218180064111948, -0.023710288107395172, -0.018042905256152153, 0.02195046655833721, 0.007886083796620369, -0.06267236918210983, -0.027608389034867287, 0.06815998256206512, -0.029311440885066986, 0.012063294649124146, -0.025110576301813126, -0.031146954745054245, 0.05332449451088905, -0.0018094942206516862, 0.06043947488069534, -0.005260542966425419, 0.09786880016326904, -0.038394391536712646, 0.05075099319219589, 0.015365326777100563, -0.022991221398115158, -0.006556755863130093, -0.041516657918691635, -0.010984694585204124, -0.03947299346327782, 0.012526904232800007, 0.0026302714832127094, -0.002357073128223419, 0.02690824307501316, 0.035972271114587784, 0.07103624939918518, 0.10808712244033813, -0.02265061065554619, -0.035820890218019485, 0.017390066757798195, 0.041327428072690964, 0.006580409128218889, 0.035082899034023285, 0.027759769931435585, 0.02108001708984375, 0.0138325784355402, 0.046587973833084106, -0.018856585025787354, -0.03249047324061394, -0.028497761115431786, 0.027911152690649033, -0.022934453561902046, -0.06074224039912224, -0.051205139607191086, 0.01261205691844225, 0.04250064492225647, -0.023407522588968277, 0.057525359094142914, 0.012725593522191048, -0.012801284901797771, -0.05408140644431114, -0.028289608657360077, -0.04628520831465721, -0.023842748254537582, -0.01223360002040863, -0.006452680099755526, -0.04272771626710892, -0.006613524165004492, -0.0406840555369854, -0.01036970317363739, -0.060893621295690536, -0.014239419251680374, -0.009366793558001518, -0.05468693748116493, 0.013737964443862438, 0.06388342380523682, -0.003545662621036172, -0.02318044938147068, -0.01609385572373867, -0.06043947488069534, 0.017834754660725594, 0.03434491157531738, 0.00642429618164897, 0.016264159232378006, 0.028724834322929382, 0.057865969836711884, 0.039208073168992996, 0.0350639782845974, 0.021515240892767906, -0.024429354816675186, 0.0009384534205310047, 0.057638898491859436, 0.024183358997106552, -0.018525436520576477, -0.03160110116004944, 0.0057478053495287895, 0.001918300404213369, 0.03795916959643364, -0.02501596324145794, -0.05782812461256981, -0.008524728938937187, 0.05782812461256981, 0.004744896199554205, 0.022272154688835144, 0.029387133195996284, -0.010180475190281868, -0.036029040813446045, 0.07186885178089142, 0.014192111790180206, -0.004896278493106365, -0.005974879022687674, -0.047761186957359314, -0.029368210583925247, -0.06815998256206512, -0.0057336133904755116, 0.015176097862422466, -0.01572486013174057, -0.020852943882346153, 0.013879884965717793, -0.0569576770067215, -0.021174630150198936, 0.003325684927403927, 0.031809251755476, -0.02488350309431553, -0.02772192470729351, 0.02183692902326584, -0.010861696675419807, 0.018657896667718887, 0.036710262298583984, -0.03917022794485092, 0.0027698271442204714, 0.031960636377334595, -0.005132813937962055, 0.002639732789248228, 0.04662581905722618, 0.04946424067020416, 0.004342786036431789, 0.007521819323301315, -0.015090945176780224, 0.012403905391693115, -0.004740165546536446, -0.030144045129418373, 0.050675299018621445, 0.005884995684027672, -0.056579217314720154, 0.013340584933757782, 0.02000141702592373, -0.009849325753748417, 0.010767081752419472, -0.025243036448955536, 0.07217162102460861, 0.012640440836548805, 0.051205139607191086, -0.020323103293776512, -0.004087327979505062, -0.02276414819061756, 0.02100432477891445, 0.008449037559330463, -0.024826733395457268, -0.023199371993541718, -0.031279414892196655, -0.0227830708026886, -0.01939588598906994, 0.007971236482262611, -0.014334033243358135, 0.05631430074572563, -0.0011613877722993493, -0.030484655871987343, 0.0693710446357727, 0.02087186649441719, 0.031809251755476, -0.09325163811445236, 0.025678260251879692, -0.051205139607191086, -0.013236509636044502, 0.06426188349723816, -0.005317311268299818, -0.062407445162534714, -0.02244246006011963, -0.042803410440683365, -0.03824301064014435, 0.04567967727780342, 0.14434324204921722, 0.020985402166843414, 0.038602545857429504, 0.02961420640349388, 0.02060694620013237, 0.0045414757914841175, -0.04953993111848831, -0.05271896347403526, 0.00535515695810318, 0.046928584575653076, 0.027835462242364883, -0.03309600427746773, -0.006722330115735531, -0.0017491778125986457, -0.05090237408876419, 0.06899258494377136, -0.0054166559129953384, -0.0307684987783432, -0.005435578990727663, -0.007838776335120201, 0.0015516708372160792, -0.0037183333188295364, 0.006641908548772335, -0.037864554673433304, -0.020569100975990295, -0.00618303008377552, -0.010521085932850838, 0.010379164479672909, 0.008685572072863579, -0.018128057941794395, -0.056427836418151855, 0.005657922010868788, 0.010322395712137222, -0.015223405323922634, 0.019982492551207542, -0.03292569890618324, -0.02053125575184822, -0.05888780206441879, 0.04662581905722618, -0.035423509776592255, 0.003987983334809542, -0.03233909234404564, 0.04128958284854889, 0.05184851586818695, -0.04431723430752754, -0.08999691158533096, 0.00450126500800252, 0.022215384989976883, -0.05075099319219589, 0.0015079118311405182, 0.11421811580657959, 0.00857203546911478, -0.0066087935119867325, -0.04995623230934143, -0.026151331141591072, -0.03882961720228195, 0.07690232247114182, -0.040570516139268875, 0.010738697834312916, -0.012261984869837761, 0.002540387911722064, 0.03124156966805458, 0.0009443667950108647, 0.0026255405973643064, 0.005184851586818695, 0.020966479554772377, -0.022537073120474815, 0.017342761158943176, -0.023975208401679993, -0.006126261781901121, 0.026264868676662445, -0.024505047127604485, 0.03741040825843811, 0.010653545148670673, -0.012044372037053108, 0.02982235699892044, 0.03566950932145119, 0.08674218505620956, 0.0033611650578677654, -0.11255291104316711, -0.037523943930864334, -0.03939730301499367, 0.04919932037591934, 0.015072022564709187, -0.009030913934111595, -0.0744045078754425, 0.016368236392736435, -0.03845116123557091, -0.007436666637659073, 0.03898100182414055, 0.03854577615857124, 0.006329681724309921, -0.023539982736110687, 0.015970855951309204, -0.006481064483523369, 0.0750100389122963, 0.005624806974083185, 0.00012048511416651309, 0.003148283576592803, 0.0488208644092083, -0.017210301011800766, -0.026794707402586937, 0.011732146143913269, -0.06429972499608994, -0.05078883841633797, -0.04972916096448898, -0.008695033378899097, -0.012328214012086391, -0.022896606475114822, 0.057033367455005646, -0.08144380152225494, -0.0371265634894371, 0.04772334173321724, 0.028308533132076263, -0.018364593386650085, -0.011419919319450855, 0.0024552354589104652, -0.0283274557441473, 0.008543651551008224, 0.005681575275957584, 0.01447595376521349, -0.01562078483402729, -0.009101874195039272, 0.02304798923432827, -0.025924257934093475, -0.010700852610170841, 0.022196462377905846, 0.019121505320072174, 0.07940013706684113, 0.041251737624406815, 0.05438417196273804, 0.011921374127268791, 0.04325755685567856, -0.027362391352653503, 0.01706838048994541, -0.07016579806804657, -0.027286700904369354, 0.029538515955209732, 0.033587999641895294, -0.014229957014322281, 0.022820916026830673, -0.025451187044382095, 0.01932019554078579, 0.036029040813446045, -0.030144045129418373, -0.023237217217683792, -0.027494851499795914, 0.004749626852571964, 0.03646426647901535, -0.03682379797101021, 0.03428814187645912, 0.011855144053697586, -0.04405231401324272, 0.021609855815768242, -0.003961964510381222, 0.056427836418151855, 0.0252241138368845, 0.026870397850871086, -0.09302455931901932, -0.0977931097149849, -0.04980485141277313, 0.000013785566807200667, -0.013179740868508816, 0.01379473228007555, -0.03355015069246292, -0.02751377411186695, -0.041932959109544754, 0.0026184446178376675, -0.02840314619243145, 0.04011636972427368, 0.03814839571714401, -0.01105092465877533, -0.0009893084643408656, -0.0437873974442482, -0.04927501082420349, 0.0242590494453907, -0.004267095122486353, 0.045641832053661346, 0.009679020382463932, -0.0018638973124325275, 0.05408140644431114, -0.07421528548002243, -0.008075311779975891, 0.02900867722928524, -0.012224138714373112, 0.0650944858789444, 0.037997014820575714, -0.05423279106616974, 0.011419919319450855, -0.02866806648671627, 0.014769257977604866, -0.0013719041598960757, -0.0055112699046730995, 0.01260259561240673, -0.024580737575888634, 0.0006682119565084577, -0.012280907481908798, 0.0024043803568929434, -0.013122973032295704, 0.03042788803577423, 0.06009886413812637, 0.02908436767756939, -0.001710149459540844, 0.051697131246328354, 0.019414808601140976, 0.0699765756726265, 0.00989663228392601, 0.014315109699964523, 0.03205525130033493, 0.008122618310153484, 0.015223405323922634, 0.028100380674004555, -0.024050898849964142, -0.059341948479413986, 0.008543651551008224, 0.0032381669152528048, -0.05567092448472977, -0.05321095883846283, -0.025243036448955536, 0.026208098977804184, -0.0015836030943319201, 0.0018520705634728074, -0.00019795038679149002, 0.041781578212976456, 0.011296921409666538, -0.04480922594666481, -0.030144045129418373, 0.026548709720373154, -0.026056718081235886, -0.00979255698621273, 0.06645692884922028, 0.050599608570337296, -0.017390066757798195, 0.03349338471889496, 0.0569576770067215, -0.0019455020083114505, -0.009314755909144878, 0.020890789106488228, 0.01717245578765869, -0.04318186640739441, 0.012801284901797771, -0.006069493014365435, 0.0038460623472929, -0.03882961720228195, 0.006324951071292162, -0.023010144010186195, 0.05218912661075592, -0.052491892129182816, -0.03258508816361427, -0.00652364082634449, -0.00016660947585478425, -0.006017455365508795, 0.025848565623164177, -0.01824159361422062, -0.051356520503759384, -0.02020956762135029, 0.05654137209057808, -0.018705204129219055, -0.045111991465091705, -0.07334483414888382, 0.03438275679945946, 0.0041559236124157906, -0.021534163504838943, 0.01101307850331068, -0.04136527702212334, 0.010899541899561882, 0.014012345112860203, -0.046587973833084106, -0.03362584486603737, 0.04779903218150139, -0.004707050509750843, 0.032433707267045975, -0.06112069636583328, -0.03496936336159706, 0.041705887764692307, -0.004953046794980764, -0.013406815007328987, -0.01729545369744301, -0.015393710695207119, 0.028157150372862816, 0.062407445162534714, -0.020096030086278915, -0.02147739566862583, -0.047155655920505524, 0.03538566455245018, -0.038205165416002274, 0.07243654131889343, -0.04745842143893242, -0.031090186908841133, -0.007734701037406921, -0.05037253722548485, -0.015999240800738335, -0.017021073028445244, 0.01447595376521349, 0.007077133283019066, -0.020928634330630302, 0.02719208598136902, -0.011126616038382053, -0.012791823595762253, -0.028838371858000755, -0.04034344479441643, 0.03695625811815262, -0.05313526839017868, 0.03003050945699215, 0.0003382453287485987, 0.011769991368055344, -0.002180854557082057, -0.027892230078577995, 0.02217753976583481, -0.035972271114587784, 0.003595334943383932, -0.046058133244514465, -0.09181350469589233, 0.044090159237384796, 0.010549469850957394, -0.0012489057844504714, 0.013993422500789165, 0.048026107251644135, 0.03932161256670952, -0.012858053669333458, 0.019414808601140976, 0.08659080415964127, -0.022196462377905846, -0.015412633307278156, 0.030049432069063187, -0.008567305281758308, -0.009220141917467117, 0.01426780316978693, 0.04806395247578621, 0.06747876107692719, -0.09923124313354492, 0.02297229878604412, 0.013473045080900192, 0.07402605563402176, -0.04295479133725166, 0.005828227382153273, 0.023558905348181725, -0.012697209604084492, 0.0022080561611801386, 0.02596210315823555, 0.0027934806421399117, 0.009007260203361511, -0.007247438654303551, 0.04431723430752754, -0.028516683727502823, 0.008482152596116066, 0.03901884704828262, 0.05911487713456154, 0.0025356572587043047, 0.033720456063747406, 0.030541423708200455, -0.020417718216776848, -0.05589799955487251, 0.007569126319140196, -0.020417718216776848, -0.035291049629449844, -0.025034885853528976, 0.07236085087060928, -0.017759062349796295, 0.010937387123703957, -0.04821533337235451, 0.004472880624234676, 0.0071149785071611404, -0.052643273025751114, 0.057109057903289795, 0.01927288807928562, -0.010899541899561882, -0.0012228869600221515, -0.004995623137801886, 0.0015765071148052812, -0.007909736596047878, -0.02772192470729351, -0.0026704822666943073, 0.013132434338331223, -0.03252831846475601, 0.011363150551915169, -0.013908269815146923, -0.005213235970586538, 0.02520519122481346, 0.019178273156285286, -0.009953401051461697, 0.006854789797216654, -0.04087328165769577, -0.02195046655833721, -0.00234997714869678, 0.0251484215259552, -0.02230999991297722, 0.05589799955487251, 0.003739621490240097, -0.07084701955318451, 0.02053125575184822, 0.002116990042850375, 0.023767055943608284, 0.01843082346022129, -0.013198664411902428, -0.03434491157531738, -0.061915453523397446, 0.006854789797216654, 0.02100432477891445, 0.020379872992634773, -0.011779452674090862, 0.02704070322215557, -0.022347845137119293, 0.0067412531934678555, -0.033796150237321854, -0.022215384989976883, 0.006944673601537943, 0.011107692494988441, 0.0647917240858078, -0.01945265382528305, 0.07871891558170319, -0.0003181398496963084, 0.046928584575653076, -0.03468552231788635, -0.05105375871062279, -0.012791823595762253, -0.014589491300284863, 0.014693566597998142, 0.07217162102460861, -0.006665561813861132, -0.00033913232618942857, -0.006991980597376823, 0.04961562156677246, 0.0031388220377266407, 0.00491520157083869, -0.013397353701293468, -0.03462875261902809, -0.019329655915498734, 0.05824442580342293, 0.01986895687878132, 0.019358040764927864, 0.04431723430752754, 0.05953117832541466, -0.05589799955487251, 0.0013127702986821532, -0.05374079570174217, 0.0017030533635988832, -0.0006622985238209367, 0.036426421254873276, 0.04079759120941162, -0.08030842989683151, 0.015611322596669197, 0.05953117832541466, 0.01304728165268898, 0.0334366150200367, -0.006481064483523369, -0.03084418922662735, -0.06698676943778992, 0.03780778497457504, 0.019944647327065468, -0.001382548245601356, 0.013179740868508816, -0.02724885381758213, 0.03977575898170471, -0.010454855859279633, 0.03805378079414368, 0.05964471399784088, -0.04371170327067375, 0.002949593821540475, 0.002909383038058877, 0.058055199682712555, -0.01260259561240673, -0.042273569852113724, -0.058320119976997375, -0.050258997827768326, -0.043484631925821304, -0.047761186957359314, 0.020588023588061333, 0.01518556009978056, -0.10112352669239044, 0.022555995732545853, -0.035139668732881546, -0.006339143496006727, -0.0034912594128400087, -0.021382782608270645, -0.01335950754582882, -0.01609385572373867, 0.006670292466878891, 0.014192111790180206, 0.051205139607191086, 0.08749909698963165, -0.014154266566038132, -0.07512357831001282, 0.024580737575888634, -0.023237217217683792, 0.03811055049300194, -0.009726326912641525, 0.02297229878604412, 0.12125740200281143, -0.04197080433368683, 0.033323079347610474, 0.07243654131889343, -0.01067246776074171, -0.017882060259580612, -0.005686305928975344, 0.004825318232178688, -0.013719041831791401, 0.10286442935466766, 0.010663006454706192, -0.0383187010884285, 0.0059985327534377575, 0.006126261781901121, 0.01973649673163891, 0.03428814187645912, 0.031355105340480804, -0.010246704332530499, 0.010076398961246014, -0.029576361179351807, -0.005856611300259829, 0.023350754752755165, 0.03932161256670952, 0.005804573651403189, -0.019547268748283386, -0.025924257934093475, -0.06210467964410782, -0.04473353549838066, -0.024637505412101746, 0.002843152964487672, -0.0202663354575634, 0.04533906653523445, -0.047004275023937225, 0.022858761250972748, 0.02257491834461689, 0.05922841280698776, -0.024505047127604485, -0.021647701039910316, 0.06339143216609955, 0.011533455923199654, 0.007323129568248987, 0.005955956410616636, -0.0615369975566864, -0.0007184756686910987, -0.004148827400058508, 0.02168554626405239, 0.06884120404720306, -0.06558647751808167, 0.018657896667718887, 0.016472311690449715, -0.03879177197813988, -0.036369651556015015, -0.04424154385924339, -0.0023346024099737406, 0.017967212945222855, -0.08045981079339981, -0.02155308797955513, 0.027835462242364883, -0.0211557075381279, -0.009362063370645046 ]
15,288
traitlets.traitlets
__or__
null
def __or__(self, other: t.Any) -> Union: if isinstance(other, Union): return Union(self.trait_types + other.trait_types) else: return Union([*self.trait_types, other])
(self, other: Any) -> traitlets.traitlets.Union
[ -0.03753111511468887, -0.03453567251563072, 0.020016593858599663, 0.014439787715673447, -0.05261404067277908, -0.029619626700878143, -0.024774059653282166, -0.0072507294826209545, 0.010281410999596119, 0.01839553192257881, 0.07421645522117615, 0.018800798803567886, -0.021390972658991814, 0.019294165074825287, -0.006294831167906523, 0.016615888103842735, -0.02197244204580784, 0.0351523831486702, -0.0053433384746313095, 0.017664292827248573, 0.011453157290816307, 0.006964400410652161, -0.014281205832958221, 0.01860697567462921, 0.004726629704236984, 0.05279024317860603, -0.08373139053583145, -0.018518874421715736, -0.026888489723205566, -0.01698591373860836, 0.00559002161026001, -0.0712210163474083, -0.0034910105168819427, -0.022271985188126564, 0.041266605257987976, 0.03650914132595062, 0.0015814166981726885, 0.09677036851644516, 0.017074014991521835, 0.054869432002305984, -0.032015979290008545, -0.09966009110212326, -0.024069249629974365, -0.02123239077627659, -0.02373446524143219, -0.04708128795027733, 0.01158530917018652, 0.0014470623573288321, 0.002682681893929839, -0.028527172282338142, 0.056490495800971985, -0.018095988780260086, 0.014175484888255596, 0.0012862776638939977, -0.02984868921339512, 0.029161499813199043, -0.02355826273560524, 0.07372309267520905, -0.022201504558324814, 0.09937816113233566, -0.019505606964230537, -0.002273011254146695, -0.01811360940337181, -0.028580032289028168, 0.025126464664936066, -0.032579828053712845, -0.06117748096585274, -0.013074219226837158, 0.028262868523597717, 0.07456886023283005, -0.06864846497774124, 0.02977820858359337, 0.0067793880589306355, 0.05116918310523033, 0.04933667555451393, -0.026958970353007317, -0.015655584633350372, 0.02433355338871479, 0.04676412045955658, -0.02310013771057129, 0.024950262159109116, 0.017214976251125336, -0.025408389046788216, 0.03561050817370415, 0.020827125757932663, 0.0059952870942652225, -0.09564267098903656, -0.017981456592679024, 0.013179941102862358, -0.12129774689674377, -0.014889104291796684, -0.04905475303530693, 0.0089642982929945, 0.025796033442020416, 0.014078573323786259, 0.06371479481458664, -0.029654866084456444, -0.009788044728338718, -0.06177656725049019, -0.03143450990319252, -0.06649879366159439, 0.03594529256224632, 0.016800900921225548, 0.00419361749663949, 0.028368588536977768, 0.016166571527719498, -0.022448187693953514, -0.020316138863563538, -0.0715029388666153, 0.01913558319211006, -0.03347846120595932, -0.010228550061583519, 0.02949628420174122, 0.03309081494808197, -0.009470880031585693, -0.022871073335409164, -0.018307430669665337, -0.040244631469249725, 0.026077957823872566, 0.056067608296871185, 0.00270690955221653, 0.012422270141541958, 0.06741504371166229, 0.032650306820869446, 0.04708128795027733, 0.03513476252555847, 0.017778823152184486, -0.038376886397600174, -0.06093079596757889, -0.009250626899302006, 0.01361163705587387, 0.016756849363446236, -0.03384848311543465, 0.001180556253530085, -0.009743994101881981, 0.02281821332871914, -0.041055165231227875, -0.028069045394659042, 0.008713210001587868, -0.011523637920618057, -0.0004539965302683413, 0.018836038187146187, 0.06600542366504669, 0.010536904446780682, -0.07259539514780045, 0.07308876514434814, 0.004761870484799147, 0.01850125379860401, 0.039856985211372375, -0.055327560752630234, -0.03111734613776207, -0.026712287217378616, 0.012942067347466946, 0.04961860179901123, -0.07781098783016205, 0.026994209736585617, -0.02225436456501484, -0.026606565341353416, -0.0025373147800564766, 0.00203513796441257, -0.0012246067635715008, -0.03580433130264282, -0.041160885244607925, -0.021919580176472664, 0.03129354864358902, -0.031452130526304245, 0.03672058507800102, -0.005805869586765766, 0.03696726635098457, 0.012193207629024982, 0.023364441469311714, -0.02932008169591427, 0.04676412045955658, 0.013743788935244083, -0.02179623953998089, 0.026395121589303017, -0.038658808916807175, -0.008466525934636593, -0.00446673110127449, 0.0017058596713468432, 0.08063022792339325, 0.027029450982809067, -0.07252491265535355, -0.000052482166211120784, 0.053671255707740784, -0.01723259687423706, 0.01177913136780262, -0.010854069143533707, 0.055045634508132935, 0.01225487794727087, 0.01211391668766737, -0.014809813350439072, -0.0019415303831920028, -0.02239532768726349, 0.010087588801980019, 0.014210725203156471, -0.010845258831977844, 0.014316446147859097, -0.02338206022977829, 0.020580442622303963, -0.054693229496479034, 0.013215181417763233, -0.040702760219573975, 0.08006637543439865, -0.017452849075198174, -0.03161071240901947, 0.032368384301662445, 0.009400399401783943, 0.01758500188589096, -0.07583752274513245, 0.033037953078746796, -0.04567166790366173, -0.02560221217572689, -0.0089114373549819, 0.009673512540757656, 0.010730727575719357, -0.04584787040948868, -0.040632277727127075, -0.058534443378448486, 0.05201495438814163, 0.06463104486465454, -0.023470161482691765, 0.010228550061583519, 0.010677866637706757, 0.028932437300682068, 0.019628949463367462, -0.09472642093896866, -0.04313435032963753, -0.011391486041247845, 0.04472017288208008, 0.05948593467473984, -0.004797110799700022, 0.006863084156066179, -0.04743368923664093, -0.014492648653686047, 0.053283609449863434, -0.002336884615942836, -0.05081677809357643, -0.009981866925954819, 0.032121699303388596, -0.02616605907678604, -0.040914200246334076, -0.0030284791719168425, 0.004739845171570778, -0.031029244884848595, 0.0037531114649027586, -0.004028427880257368, 0.0072771599516272545, 0.057406749576330185, 0.02914387919008732, -0.04616503417491913, -0.011770321987569332, 0.012369410134851933, -0.004559237509965897, 0.02574317343533039, 0.005131895653903484, -0.0003124839859083295, -0.06871894001960754, 0.042077139019966125, -0.0022619985975325108, 0.03562812879681587, 0.07002284377813339, 0.018871279433369637, -0.020492341369390488, -0.06843701750040054, -0.038376886397600174, 0.012193207629024982, 0.02676514722406864, -0.03686154633760452, 0.01255442202091217, 0.015338420867919922, -0.019082721322774887, -0.00648865383118391, -0.03469425439834595, 0.003257542150095105, 0.024915022775530815, 0.05811155587434769, -0.005911590997129679, -0.0016827330691739917, -0.029831068590283394, 0.0019349227659404278, 0.05166254937648773, 0.0008821133524179459, -0.034341853111982346, -0.027188032865524292, 0.01747928000986576, -0.03302033245563507, 0.0005456768558360636, -0.020598063245415688, -0.031769294291734695, 0.07492126524448395, 0.002665061503648758, 0.028668133541941643, 0.041689492762088776, 0.00939158909022808, 0.043451517820358276, 0.00042756617767736316, 0.028421450406312943, 0.09218910336494446, -0.06367955356836319, -0.0007196767255663872, -0.026536084711551666, 0.03777780011296272, 0.0026254160329699516, 0.026994209736585617, -0.04722224920988083, 0.04264098405838013, -0.01318875141441822, 0.004301541484892368, 0.06956471502780914, -0.0008567842305637896, -0.030077753588557243, -0.028016185387969017, 0.040491316467523575, 0.0023721251636743546, 0.04923095554113388, 0.03217456117272377, 0.024386415258049965, -0.004488756414502859, 0.05176826938986778, -0.027170412242412567, -0.010360701940953732, 0.0009735183557495475, -0.054693229496479034, -0.018518874421715736, -0.04694032296538353, -0.054340824484825134, -0.015541053377091885, -0.01769072189927101, 0.056596215814352036, -0.04750417172908783, -0.020721403881907463, 0.040526557713747025, 0.04390964284539223, -0.013840699568390846, 0.007818982005119324, 0.06554730236530304, -0.013047789223492146, 0.008528197184205055, 0.002473441418260336, -0.002192618791013956, 0.01832505129277706, 0.0018600367475301027, 0.03686154633760452, 0.009294677525758743, 0.002458023838698864, -0.00761194434016943, 0.03735491260886192, 0.06667499244213104, -0.023822566494345665, 0.03742539510130882, 0.00116073340177536, 0.03034205548465252, -0.04285242781043053, -0.003149618161842227, -0.02260676957666874, -0.07562607526779175, 0.08563437312841415, -0.019681809470057487, 0.012422270141541958, 0.06695692241191864, -0.0073652612045407295, -0.0019360240548849106, 0.037672076374292374, -0.031769294291734695, 0.031628333032131195, -0.04612979292869568, 0.030606359243392944, -0.04338103532791138, -0.03414802998304367, 0.025514110922813416, 0.008100906386971474, 0.0017201760783791542, 0.007616349495947361, -0.0036694153677672148, 0.056067608296871185, -0.04278194531798363, 0.0052816676907241344, -0.038870252668857574, -0.09564267098903656, 0.003572504036128521, -0.0006607590476050973, 0.00007302764424821362, 0.021567175164818764, -0.015338420867919922, -0.003601136850193143, -0.039046455174684525, -0.020527582615613937, 0.002363314852118492, 0.07463934272527695, 0.01082763820886612, -0.03608625382184982, -0.0038698455318808556, -0.009523740969598293, -0.056102849543094635, 0.0349409393966198, -0.040385592728853226, 0.029161499813199043, 0.0010274803498759866, 0.001399707980453968, 0.05296644568443298, -0.009638272225856781, -0.020104695111513138, 0.03393658623099327, -0.002199226524680853, 0.05014720931649208, 0.035540029406547546, -0.002951390575617552, -0.00851057656109333, -0.018095988780260086, -0.04422680661082268, 0.00033671181881800294, -0.006308046635240316, 0.03495856001973152, -0.03354893997311592, 0.0017719356110319495, 0.06350335478782654, 0.027029450982809067, 0.05032341182231903, 0.04838518425822258, 0.057301025837659836, 0.0017543153371661901, -0.015981558710336685, 0.039011213928461075, 0.01520626898854971, 0.01527674961835146, 0.013805459253489971, 0.038799773901700974, 0.004647338762879372, 0.006523894611746073, 0.030218714848160744, 0.0008253981941379607, 0.014492648653686047, -0.033496078103780746, 0.027346614748239517, -0.020457100123167038, -0.016642319038510323, -0.028491931036114693, 0.019998975098133087, 0.007400501519441605, 0.02577841468155384, 0.009409208782017231, -0.038553088903427124, 0.002704707207158208, 0.01480100303888321, -0.05148634687066078, -0.015761306509375572, 0.057688672095537186, -0.004880806896835566, -0.020580442622303963, 0.026218919083476067, 0.01575249619781971, 0.008382829837501049, 0.06702739745378494, 0.054340824484825134, 0.026853248476982117, -0.003702453337609768, -0.016748039051890373, -0.004257490858435631, -0.013541155494749546, 0.0029976435471326113, 0.0036495926324278116, 0.032650306820869446, -0.010219740681350231, 0.004352199845016003, 0.008030424825847149, 0.07005808502435684, -0.10875213146209717, -0.015408901497721672, 0.03044777736067772, 0.06188229098916054, -0.06628734618425369, 0.03566337004303932, -0.056666698306798935, -0.023752085864543915, -0.008338779211044312, 0.08492956310510635, -0.029091019183397293, -0.032826509326696396, -0.06315094977617264, -0.00893346220254898, 0.019047481939196587, -0.029866309836506844, -0.03383086249232292, -0.03097638487815857, 0.002942580496892333, 0.008100906386971474, 0.017285456880927086, -0.008722019381821156, 0.027928084135055542, 0.02991916984319687, 0.022553909569978714, -0.10381846129894257, -0.018836038187146187, 0.05081677809357643, -0.01206105574965477, 0.0038213899824768305, -0.03418326750397682, -0.021901961416006088, 0.01726783625781536, 0.042077139019966125, -0.011268144473433495, -0.057547710835933685, -0.016157761216163635, 0.018131228163838387, -0.027293754741549492, 0.027663780376315117, -0.038412127643823624, -0.04574214667081833, 0.04563642665743828, -0.013021358288824558, -0.007448957301676273, -0.043451517820358276, -0.029760587960481644, 0.02510884404182434, -0.01839553192257881, 0.04338103532791138, -0.002779593225568533, -0.003367668716236949, -0.054411306977272034, -0.039927467703819275, 0.019946113228797913, -0.04951287806034088, 0.00644460367038846, 0.005219996441155672, -0.012589662335813046, -0.007382881361991167, -0.023364441469311714, -0.013690927997231483, -0.08824217319488525, -0.039821747690439224, -0.057864874601364136, -0.08655063062906265, 0.05183875188231468, -0.057336267083883286, -0.00304609932936728, -0.034271370619535446, 0.04694032296538353, 0.002075884724035859, 0.004297136329114437, 0.02369922585785389, 0.04757465422153473, 0.013479485176503658, 0.006858679000288248, -0.0025505300145596266, 0.03316129371523857, -0.06304522603750229, -0.033002711832523346, 0.03175167739391327, 0.06727408617734909, -0.10875213146209717, -0.0026254160329699516, 0.026641804724931717, 0.08415427803993225, -0.04986528307199478, -0.03150499239563942, -0.028192386031150818, -0.009479690343141556, -0.005211186595261097, 0.04940715804696083, 0.04651743918657303, -0.0176114309579134, 0.0016893406864255667, 0.009550170972943306, -0.028456689789891243, 0.020104695111513138, 0.024421654641628265, 0.055503763258457184, 0.0345885343849659, 0.054763711988925934, -0.013179941102862358, 0.01177913136780262, -0.09409209340810776, -0.04468493163585663, 0.025901755318045616, -0.006924754939973354, -0.02366398461163044, 0.05141586437821388, -0.039116937667131424, 0.00021791283506900072, -0.08640966564416885, -0.0002348447887925431, 0.021109050139784813, -0.05007672682404518, 0.02648322284221649, -0.02722327411174774, -0.008796906098723412, 0.018818417564034462, -0.014228344894945621, 0.00814055185765028, 0.0026958968956023455, -0.0020857960917055607, 0.021250011399388313, -0.01200819481164217, -0.01241346076130867, 0.035540029406547546, -0.02687086910009384, 0.019470367580652237, -0.0009916892740875483, 0.00043555034790188074, 0.039363618940114975, -0.0007383982301689684, 0.02288869395852089, -0.027293754741549492, 0.021567175164818764, 0.03266792744398117, -0.029831068590283394, 0.03488807752728462, 0.00032074347836896777, -0.025196945294737816, 0.03178691491484642, 0.01266014389693737, 0.03813020512461662, 0.016545407474040985, 0.0008011703612282872, -0.04472017288208008, -0.06924755126237869, 0.013752598315477371, -0.016897812485694885, 0.05215591564774513, -0.03541668504476547, 0.01266014389693737, -0.04799753800034523, 0.004656149074435234, -0.06998760253190994, -0.03862357139587402, 0.007259539794176817, -0.0038279974833130836, 0.09409209340810776, 0.041372328996658325, 0.041160885244607925, -0.042535264045000076, 0.071714386343956, -0.029549146071076393, -0.05053485184907913, -0.037636835128068924, -0.028033804148435593, 0.004477743990719318, 0.03598053380846977, 0.01480100303888321, -0.004735440015792847, 0.019188443198800087, -0.0008545817108824849, 0.008329968899488449, -0.020774265751242638, -0.03055349923670292, -0.04320483282208443, 0.03259744867682457, -0.025796033442020416, -0.01320637110620737, -0.016686368733644485, -0.0038081747479736805, 0.02528504654765129, -0.005849920213222504, -0.04394488409161568, -0.04863186553120613, 0.028210006654262543, -0.007704450748860836, 0.04299338907003403, 0.02556697092950344, -0.007418121676892042, -0.01670398935675621, 0.04965384304523468, 0.02426307275891304, 0.040914200246334076, -0.0009179044864140451, -0.003136402927339077, -0.06315094977617264, 0.054798953235149384, 0.022131023928523064, 0.014193104580044746, -0.004876401741057634, -0.06413768231868744, 0.01850125379860401, -0.0055856164544820786, 0.013743788935244083, 0.03657962381839752, -0.004180402494966984, 0.000898081692866981, -0.01568201556801796, 0.021109050139784813, -0.009453259408473969, -0.05014720931649208, -0.04412108659744263, -0.02302965521812439, 0.005854325369000435, 0.0008749551489017904, 0.05148634687066078, 0.024844540283083916, -0.11143040657043457, 0.024985503405332565, -0.08126455545425415, 0.029619626700878143, 0.00743574183434248, 0.017629051581025124, 0.01811360940337181, -0.024703579023480415, -0.040737997740507126, 0.0011007144348695874, 0.05250832065939903, 0.07992541790008545, -0.007105362601578236, -0.06663975119590759, -0.00898191798478365, -0.007647185120731592, 0.002737745177000761, 0.012466320767998695, 0.00898191798478365, 0.09402161091566086, -0.04930143803358078, -0.014792192727327347, 0.04894903302192688, -0.0032685548067092896, -0.03312605619430542, 0.028562411665916443, -0.01695067249238491, -0.004889617208391428, 0.055433280766010284, -0.003579111536964774, -0.02924960106611252, -0.04831470176577568, -0.0049072373658418655, 0.05088725686073303, -0.0025923780631273985, 0.04813849925994873, 0.02267725206911564, 0.02362874336540699, -0.028527172282338142, -0.003656200133264065, 0.04782133549451828, 0.03273840993642807, 0.012827536091208458, 0.030289195477962494, -0.04933667555451393, -0.054164621978998184, -0.013779029250144958, -0.04796229675412178, 0.02422783337533474, -0.04250002279877663, 0.041125643998384476, -0.038764532655477524, 0.022730112075805664, 0.04496685788035393, 0.025478869676589966, 0.006836653687059879, -0.05409414321184158, 0.038553088903427124, 0.0075722988694906235, 0.00012877918197773397, 0.0352228619158268, -0.029443424195051193, 0.02250104956328869, 0.0712914988398552, 0.004389642737805843, 0.04415632411837578, 0.007554678712040186, 0.0017807456897571683, -0.018272191286087036, -0.05321313068270683, -0.05902780964970589, -0.027663780376315117, 0.01190247293561697, 0.007625159807503223, -0.05377697944641113, 0.009118475019931793, 0.0037288835737854242, -0.0019833785481750965, 0.017778823152184486 ]
15,292
traitlets.traitlets
class_init
null
def class_init(self, cls: type[HasTraits], name: str | None) -> None: for trait_type in reversed(self.trait_types): trait_type.class_init(cls, None) super().class_init(cls, name)
(self, cls: type[traitlets.traitlets.HasTraits], name: str | None) -> NoneType
[ -0.0015657912008464336, -0.024698229506611824, 0.0011833790922537446, -0.026843467727303505, -0.1105077862739563, 0.006608268711715937, -0.006211865693330765, 0.036618296056985855, 0.02309396304190159, 0.02093007043004036, 0.028895435854792595, 0.028429079800844193, 0.014802148565649986, -0.006785484030842781, -0.012004011310636997, -0.0014853448374196887, 0.010091950185596943, 0.04342709854245186, -0.05316461622714996, -0.06640913337469101, 0.024418415501713753, 0.049918778240680695, 0.008781488984823227, -0.010091950185596943, 0.0034813496749848127, 0.03139510378241539, -0.004467693157494068, 0.006300473585724831, -0.030387775972485542, -0.061857499182224274, -0.06070093438029289, 0.03238378092646599, 0.028111957013607025, 0.0312645249068737, 0.023802824318408966, -0.04976954311132431, 0.022851457819342613, 0.03747639060020447, -0.021638931706547737, 0.07887017726898193, 0.05928321182727814, -0.025780176743865013, -0.037513699382543564, -0.06719261407852173, -0.01817856915295124, 0.018169241026043892, 0.0489114485681057, -0.015184560790657997, -0.043650947511196136, -0.021638931706547737, -0.03430517017841339, -0.048351820558309555, 0.028391771018505096, 0.008683553896844387, 0.013496351428329945, 0.06189480796456337, -0.02632114849984646, 0.01575351506471634, -0.005139246117323637, 0.04152436554431915, 0.012246516533195972, -0.037774860858917236, 0.030872786417603493, 0.00686942832544446, -0.0352005735039711, -0.05633584037423134, 0.017180565744638443, -0.01973619870841503, 0.029846802353858948, 0.030257197096943855, -0.003978019114583731, -0.006323791109025478, 0.010828793048858643, 0.04801604524254799, 0.04215860739350319, 0.01966158114373684, -0.030723553150892258, 0.023690899834036827, 0.023821478709578514, 0.002427384490147233, 0.029753532260656357, 0.041598979383707047, -0.029884111136198044, 0.008534319698810577, 0.0014631928643211722, -0.013925398699939251, -0.017348453402519226, -0.06379754096269608, -0.007662233896553516, -0.014307810924947262, -0.06879688054323196, 0.010297146625816822, 0.020612947642803192, 0.009569630958139896, -0.0011402411619201303, 0.04387480020523071, 0.020762182772159576, -0.03146972134709358, -0.055403128266334534, 0.00439773965626955, 0.006598941516131163, -0.03285013884305954, 0.01673286408185959, -0.016564974561333656, -0.010735522024333477, -0.05917128548026085, -0.042867470532655716, -0.01836511120200157, -0.06122325360774994, 0.018644925206899643, 0.021638931706547737, 0.007848775945603848, 0.05200805515050888, 0.06200673431158066, -0.004423389211297035, -0.08043713122606277, 0.002189542865380645, -0.006076622288674116, 0.04574022442102432, 0.00014296735753305256, 0.015203215181827545, -0.00011228985385969281, -0.016770172864198685, 0.04510597884654999, -0.016863442957401276, 0.02464226633310318, -0.00027034091181121767, 0.03430517017841339, 0.03204800561070442, -0.017525669187307358, 0.10125527530908585, -0.02680615894496441, -0.0791686475276947, -0.008907404728233814, 0.037793513387441635, 0.03010796196758747, -0.0036352472379803658, -0.010455708019435406, -0.013533659279346466, 0.03702868893742561, -0.002448370447382331, -0.0020263181068003178, 0.022049324586987495, -0.0038381123449653387, -0.012395749799907207, 0.04842643812298775, -0.020407751202583313, 0.042382460087537766, -0.0322905108332634, -0.05958167836070061, -0.041300512850284576, 0.006043977569788694, -0.0015867772744968534, 0.058425117284059525, -0.03266359493136406, 0.0008038816740736365, -0.047456417232751846, 0.007624925579875708, -0.015436393208801746, -0.003936047200113535, -0.008044646121561527, -0.014904746785759926, -0.04559098929166794, -0.05077687278389931, -0.03861429914832115, -0.025798829272389412, -0.05741778761148453, -0.06152172386646271, 0.02130315452814102, 0.05585082992911339, -0.01369222067296505, -0.023989368230104446, 0.060290541499853134, -0.02091141603887081, 0.04846374690532684, 0.038390450179576874, 0.00512991938740015, -0.03372688591480255, 0.04876221343874931, 0.05025455355644226, 0.06439447402954102, -0.026619616895914078, -0.026171915233135223, -0.004910731688141823, 0.026246532797813416, 0.024978043511509895, 0.019027337431907654, 0.0036422426346689463, 0.021881436929106712, 0.014951382763683796, 0.046971406787633896, 0.018439726904034615, -0.01915791630744934, -0.004311463795602322, 0.08282487839460373, 0.058910127729177475, -0.035834819078445435, 0.04846374690532684, -0.03548038750886917, -0.023112617433071136, -0.013766837306320667, 0.07678090035915375, -0.0027211890555918217, -0.02454899437725544, 0.034864798188209534, 0.012143917381763458, 0.12595351040363312, 0.002872754819691181, 0.00020009599393233657, -0.06562566012144089, -0.02238510176539421, -0.013934725895524025, -0.02522054873406887, -0.025108622387051582, 0.013822800479829311, -0.09334587305784225, 0.07226657122373581, -0.038875460624694824, -0.01672353595495224, 0.0400693342089653, 0.0557389035820961, 0.0743185356259346, -0.025444399565458298, 0.014317138120532036, -0.049135297536849976, 0.006314464379101992, -0.06693145632743835, -0.06465563923120499, -0.0371592678129673, 0.01643439568579197, -0.028298499062657356, 0.0234670490026474, -0.003929051570594311, -0.0016648919554427266, -0.0332605317234993, 0.05797741562128067, 0.016863442957401276, -0.02091141603887081, -0.060663625597953796, 0.01790808141231537, 0.00884677842259407, 0.03861429914832115, -0.04928453266620636, -0.010688886046409607, -0.03902469575405121, 0.019120607525110245, -0.0205196775496006, 0.032010696828365326, 0.012339787557721138, 0.03210396692156792, -0.024623611941933632, -0.04868759587407112, -0.012302478775382042, -0.028018686920404434, -0.03178684413433075, -0.0978228971362114, -0.06025323271751404, -0.03607732430100441, 0.02844773419201374, 0.014550316147506237, -0.0003471439704298973, -0.007545644883066416, 0.018421074375510216, 0.07894479483366013, -0.04801604524254799, -0.0012894751271232963, -0.002630249597132206, -0.0030756196938455105, -0.07200541347265244, -0.004836114589124918, 0.11662638187408447, -0.015380430966615677, -0.010819465853273869, 0.04040510952472687, 0.037998709827661514, -0.04182283207774162, 0.03928585350513458, -0.035741545259952545, -0.027104627341032028, -0.012199880555272102, 0.0811086893081665, -0.01051167119294405, 0.04782950133085251, 0.02367224544286728, -0.0043324497528374195, -0.042867470532655716, -0.03458498418331146, -0.010297146625816822, -0.03803601861000061, -0.009569630958139896, 0.017385762184858322, -0.021750858053565025, 0.03404400870203972, 0.04018125683069229, 0.05517927557229996, -0.08237717300653458, -0.02807464823126793, 0.0782732367515564, 0.00003138796455459669, -0.09133121371269226, 0.019792161881923676, -0.0166116114705801, 0.013673566281795502, 0.014643587172031403, 0.016107946634292603, -0.0968528762459755, -0.0498441606760025, 0.02563094161450863, 0.004985348787158728, 0.027309823781251907, 0.010157239623367786, 0.027235208079218864, -0.046299852430820465, 0.002453034045174718, 0.005773490760475397, 0.03059297241270542, 0.022926075384020805, -0.024119947105646133, -0.018309148028492928, 0.06764031946659088, -0.02768290974199772, -0.016191890463232994, -0.030294504016637802, -0.02512727677822113, -0.02453034184873104, -0.01741374470293522, 0.003952369559556246, -0.023504357784986496, -0.04917260631918907, 0.0032248536590486765, -0.055962756276130676, 0.010054641403257847, 0.022832803428173065, -0.026171915233135223, -0.021191230043768883, 0.0025229875463992357, 0.0017931399634107947, -0.000072941038524732, -0.024493033066391945, -0.05909666791558266, 0.022739533334970474, -0.005279153119772673, -0.026470383629202843, 0.02600402757525444, -0.013263173401355743, 0.05723124369978905, -0.021377772092819214, -0.010045314207673073, 0.032215893268585205, 0.030089307576417923, 0.02893274463713169, -0.07301273941993713, 0.026955394074320793, 0.029119286686182022, 0.009317798539996147, -0.023243198171257973, 0.017525669187307358, -0.019829468801617622, -0.02766425535082817, -0.05600006505846977, 0.01768423058092594, 0.04477020353078842, -0.07349774986505508, 0.02374686300754547, 0.008445712737739086, 0.00894005037844181, -0.0025369783397763968, 0.007727523799985647, 0.035256534814834595, -0.003579284530133009, -0.023000692948698997, -0.0028867453802376986, -0.0015996020520105958, 0.01984812319278717, -0.028708893805742264, 0.001469022361561656, 0.04380018264055252, 0.03969624638557434, 0.011976029723882675, -0.025052659213542938, -0.002160395495593548, 0.002352767391130328, 0.03188011795282364, -0.014895419590175152, -0.012358441948890686, -0.053239233791828156, -0.0040246546268463135, 0.01632246933877468, 0.08595879375934601, 0.012050646357238293, 0.039360471069812775, 0.012526329606771469, -0.016770172864198685, -0.05954436957836151, -0.006421726197004318, 0.0322905108332634, -0.03596539795398712, 0.022030672058463097, 0.01847703568637371, 0.01915791630744934, 0.023877441883087158, -0.043762873858213425, 0.05924590304493904, 0.01975485309958458, 0.0005191128584556282, 0.0615963377058506, 0.04861297830939293, -0.04730718210339546, 0.00417855242267251, -0.02081814408302307, -0.001643905881792307, 0.07058768719434738, -0.015315140597522259, -0.04458366334438324, 0.024175910279154778, -0.022814149037003517, 0.048538364470005035, 0.027011357247829437, 0.04118858650326729, 0.00618388457223773, -0.0229633841663599, 0.03773755207657814, 0.012796816416084766, 0.03490210324525833, 0.05241844803094864, 0.05723124369978905, -0.017171239480376244, -0.0017091957852244377, 0.015175233595073223, -0.005260499194264412, -0.08155638724565506, 0.0821533277630806, -0.026638271287083626, -0.010026659816503525, 0.03294340893626213, 0.005852771457284689, 0.008497011847794056, 0.0009822628926485777, -0.05308999866247177, 0.00841306708753109, -0.03214127570390701, -0.007401074282824993, -0.025836138054728508, 0.02178816683590412, 0.03609597682952881, 0.02120988443493843, -0.04391210898756981, 0.0066735586151480675, -0.00216389331035316, -0.0127035453915596, -0.012414404191076756, -0.005880753044039011, -0.019139261916279793, 0.006421726197004318, 0.024194564670324326, -0.01829049363732338, 0.007163232658058405, -0.004192543216049671, -0.006589614320546389, -0.03480883315205574, -0.043464407324790955, 0.01163092628121376, 0.01897137425839901, -0.03335380181670189, 0.00983079057186842, -0.02777617983520031, 0.032215893268585205, -0.04387480020523071, -0.027794834226369858, -0.06469294428825378, 0.048351820558309555, 0.022608952596783638, 0.054619647562503815, -0.01582813262939453, -0.10789619386196136, -0.004225187934935093, 0.02406398393213749, 0.01369222067296505, -0.006356436293572187, -0.010763503611087799, 0.0528288409113884, -0.013785491697490215, 0.04409864917397499, -0.02980949357151985, -0.008776825852692127, -0.032234545797109604, -0.01285277958959341, -0.04163628816604614, 0.0038544347044080496, 0.024082638323307037, -0.03042508475482464, 0.02563094161450863, -0.02777617983520031, 0.07637050747871399, 0.024810153990983963, -0.03999471664428711, 0.03266359493136406, 0.017133930698037148, -0.0024250526912510395, -0.006155902985483408, -0.006249174475669861, 0.00914058368653059, -0.02768290974199772, -0.05047840625047684, -0.014270502142608166, -0.0026442401576787233, -0.0034790178760886192, -0.005321125499904156, -0.0017651586094871163, 0.03902469575405121, 0.037774860858917236, -0.054134637117385864, -0.041598979383707047, -0.0249407347291708, 0.043277863413095474, -0.032122623175382614, -0.03469690680503845, -0.0033344475086778402, -0.013598949648439884, 0.022944729775190353, -0.005913397762924433, 0.009541649371385574, 0.0005619593430310488, 0.06006668880581856, 0.022235868498682976, 0.03637579083442688, 0.049023374915122986, -0.01442906353622675, 0.03943508863449097, 0.002616258803755045, 0.02201201766729355, -0.03973355516791344, -0.0371406152844429, 0.011892085894942284, -0.002304965863004327, -0.012815470807254314, -0.02745905891060829, 0.02217990532517433, 0.03458498418331146, 0.025183239951729774, 0.03288744390010834, 0.0205196775496006, 0.0801386684179306, 0.01226517092436552, -0.029380446299910545, -0.062155965715646744, -0.027645600959658623, -0.009252509102225304, -0.010017333552241325, 0.030667589977383614, -0.039547014981508255, -0.025183239951729774, -0.05562697723507881, -0.007956038229167461, -0.05114995688199997, -0.03258897736668587, 0.015585627406835556, -0.02014659158885479, 0.004892077296972275, 0.06331253051757812, 0.013132593594491482, 0.07469162344932556, 0.0410393550992012, -0.012181226164102554, -0.01908329874277115, -0.015996020287275314, 0.038465067744255066, 0.03430517017841339, -0.04644908756017685, 0.03312994912266731, 0.01437310129404068, -0.026451729238033295, -0.04174821451306343, 0.04965761676430702, 0.004738179966807365, 0.02893274463713169, 0.013225864619016647, 0.045814841985702515, -0.022254522889852524, -0.10192683339118958, -0.0017476702341809869, 0.0032784848008304834, -0.029846802353858948, -0.05417194589972496, -0.011323130689561367, -0.05678354203701019, -0.008543646894395351, -0.02747771330177784, -0.015417738817632198, -0.0092944810166955, -0.02796272374689579, 0.02883947268128395, 0.018262512981891632, -0.006337781902402639, -0.0059646968729794025, -0.008497011847794056, 0.010073295794427395, -0.038185253739356995, -0.0006593111902475357, 0.03264493867754936, -0.00998002476990223, 0.05126188322901726, -0.014354446902871132, 0.03135779872536659, 0.023392431437969208, -0.039658937603235245, -0.003451036522164941, 0.02160162292420864, -0.010623596608638763, 0.018915411084890366, 0.023877441883087158, -0.03266359493136406, 0.0860334113240242, 0.061745572835206985, -0.032924752682447433, -0.02973487786948681, -0.0459267683327198, -0.028410425409674644, 0.052269212901592255, 0.01153765432536602, -0.06473025679588318, -0.0037564998492598534, 0.008870096877217293, 0.04432250186800957, -0.025108622387051582, 0.0078254584223032, -0.028410425409674644, -0.028018686920404434, 0.028727548196911812, -0.03208531439304352, 0.027906760573387146, -0.004803469870239496, 0.019232533872127533, -0.06558834761381149, -0.03999471664428711, -0.018710214644670486, -0.058238573372364044, -0.0029403765220195055, 0.003653901629149914, -0.006706203334033489, -0.0674164667725563, -0.0040876129642128944, 0.07193079590797424, 0.03891276940703392, -0.05797741562128067, -0.03350303694605827, 0.030145270749926567, -0.0015471370425075293, 0.010670231655240059, 0.021956054493784904, 0.020295826718211174, 0.029977383092045784, 0.0024297162890434265, -0.0053817518055438995, -0.01770288497209549, -0.022067978978157043, -0.03883815184235573, 0.006762166041880846, 0.04331517219543457, -0.027701564133167267, -0.03727119415998459, 0.03176819160580635, 0.01089408341795206, 0.010698213241994381, 0.03932316228747368, -0.01384145487099886, -0.03089144080877304, -0.05555235967040062, -0.019092626869678497, -0.036898110061883926, -0.05447041615843773, 0.05320192500948906, -0.014876766130328178, -0.08066098392009735, -0.022347792983055115, 0.02259029820561409, -0.010931391268968582, -0.039547014981508255, 0.06812532991170883, 0.006892745848745108, -0.04876221343874931, 0.00523251760751009, -0.04947107657790184, 0.003527985420078039, 0.005237181205302477, 0.06831187009811401, -0.05032917112112045, 0.0006389081245288253, 0.022926075384020805, -0.0625290498137474, 0.04428519308567047, 0.017479034140706062, 0.014345119707286358, 0.04271823540329933, 0.024194564670324326, 0.007051307242363691, -0.026638271287083626, -0.0655137300491333, 0.028410425409674644, -0.0023457722272723913, 0.06540180742740631, -0.04820258542895317, -0.0683864876627922, -0.010707540437579155, -0.015072635374963284, 0.021153921261429787, 0.02533247321844101, 0.04234515130519867, 0.038875460624694824, 0.018131932243704796, 0.022067978978157043, 0.041710905730724335, 0.03667425736784935, -0.03835314139723778, -0.0224970281124115, 0.055701594799757004, 0.043277863413095474, 0.012059973552823067, -0.016882097348570824, -0.02307530865073204, 0.042867470532655716, 0.027067318558692932, 0.003681882983073592, -0.002739843213930726, 0.030350467190146446, 0.0010323962196707726, 0.003381083020940423, 0.010539651848375797, 0.027515022084116936, 0.03245839849114418, 0.03624521195888519, -0.06424524635076523, -0.09953908622264862, 0.05111264809966087, -0.014055978506803513, -0.011696215718984604, 0.029100632295012474, 0.001424718415364623, -0.06510333716869354, 0.027888106182217598, -0.09118197858333588, -0.0020473040640354156, -0.0002643657207954675, 0.07159502059221268, 0.05141111835837364, -0.013552313670516014, 0.0518215112388134, 0.05898474529385567, 0.0195683091878891, 0.015874767675995827, 0.01300201378762722, 0.002015825128182769, 0.0022851459216326475, 0.040032025426626205, 0.044994056224823, -0.04644908756017685, 0.027925414964556694, -0.06633451581001282, -0.04070357605814934, -0.034547675400972366, -0.027403095737099648, -0.025052659213542938, 0.013804146088659763, -0.028764856979250908, 0.06211865693330765, 0.015324467793107033, 0.07984019815921783, -0.0127035453915596 ]
15,293
traitlets.traitlets
default
null
def default(self, obj: t.Any = None) -> t.Any: default = super().default(obj) for trait in self.trait_types: if default is Undefined: default = trait.default(obj) else: break return default
(self, obj: Optional[Any] = None) -> Any
[ 0.03315693140029907, -0.03642793744802475, 0.011180410161614418, -0.01259248424321413, -0.05945010855793953, -0.041325513273477554, 0.039144840091466904, -0.0024041009601205587, -0.018356963992118835, 0.013968809507787228, 0.010894420556724072, 0.008517131209373474, -0.07371384650468826, -0.011171473190188408, -0.041432756930589676, 0.03056515008211136, -0.02725839428603649, 0.03985981643199921, 0.04161150008440018, 0.027347765862941742, 0.037643395364284515, -0.013021468184888363, -0.016301412135362625, 0.015166391618549824, -0.01538982056081295, 0.029385441914200783, -0.021896086633205414, -0.027240518480539322, 0.025470957159996033, 0.0007563087274320424, -0.033478669822216034, -0.035534221678972244, 0.005911943502724171, 0.031458865851163864, 0.03128012269735336, -0.039037592709064484, -0.03610619902610779, 0.11053501814603806, -0.035784460604190826, 0.0037603178061544895, -0.01236011739820242, -0.017641989514231682, -0.017758173868060112, -0.03088688850402832, -0.031887851655483246, 0.0048126704059541225, 0.04754578694701195, 0.047438543289899826, 0.04647332802414894, -0.033925529569387436, 0.029903797432780266, -0.05069167539477348, 0.024469994008541107, 0.009366163052618504, -0.056983448565006256, 0.03692841902375221, -0.04815351590514183, 0.0040127928368747234, -0.04271971061825752, 0.08551092445850372, 0.033371422439813614, -0.013933060690760612, 0.026293179020285606, -0.07886166125535965, 0.005581267643719912, -0.033246301114559174, 0.006296242121607065, 0.01258354727178812, 0.021610096096992493, 0.07131867855787277, -0.05137090012431145, -0.021681593731045723, 0.001033361186273396, 0.04843950644135475, 0.06356120854616165, -0.04028879851102829, -0.028062740340828896, -0.0007071542204357684, 0.03490861877799034, 0.006698415149003267, 0.0019728820770978928, 0.02711539901793003, -0.08215054124593735, 0.010331378318369389, -0.018893195316195488, -0.030261285603046417, 0.007659161929041147, -0.0023236663546413183, 0.031530365347862244, -0.0535515733063221, 0.000023826656615710817, 0.003907781094312668, 0.04575835168361664, 0.010009639896452427, -0.011171473190188408, 0.019983530044555664, 0.006609043106436729, -0.01267291884869337, 0.014183301478624344, -0.05215737223625183, -0.031887851655483246, -0.01740068569779396, -0.005053974222391844, -0.016292475163936615, 0.007949619553983212, -0.029778677970170975, 0.06263174116611481, -0.012699729762971401, 0.0011495444923639297, 0.039716821163892746, -0.06810129433870316, -0.031190751120448112, -0.023790769279003143, 0.015729432925581932, -0.016149481758475304, -0.06030808016657829, -0.051120657473802567, 0.00861990824341774, 0.0048082019202411175, 0.056590210646390915, -0.06631386280059814, 0.020108651369810104, -0.03229896351695061, -0.029421189799904823, 0.05937861278653145, 0.01536300964653492, 0.022396568208932877, -0.009553843177855015, 0.052836596965789795, 0.047116804867982864, 0.04425690695643425, -0.009687901474535465, -0.0815785601735115, 0.009535969235002995, -0.0272226445376873, 0.02134198136627674, 0.011725577525794506, 0.022700432687997818, 0.02109174057841301, 0.004767984617501497, 0.014335233718156815, -0.050763171166181564, 0.06384719908237457, -0.01761517859995365, -0.016569528728723526, 0.07228389382362366, 0.05823465436697006, 0.03111925534904003, -0.04561535641551018, -0.02500622533261776, 0.025613952428102493, 0.04103952273726463, -0.03503374010324478, 0.02679366059601307, -0.07349935173988342, 0.022557437419891357, -0.01065311674028635, -0.025399459525942802, -0.02690090611577034, -0.011895384639501572, 0.00428984547033906, 0.013173400424420834, -0.0230400450527668, -0.009839832782745361, 0.024166129529476166, 0.00723017705604434, -0.01941155083477497, -0.013799003325402737, 0.05169263854622841, 0.025524580851197243, -0.06363271176815033, -0.018893195316195488, -0.02720477059483528, 0.05512451380491257, 0.09795147180557251, 0.137346550822258, -0.04468589276075363, 0.010063262656331062, 0.05212162435054779, 0.033532291650772095, 0.03265644982457161, -0.009384036995470524, -0.054767027497291565, -0.020287394523620605, 0.004406028892844915, 0.04082503169775009, 0.022342946380376816, -0.009884519502520561, -0.01545238122344017, 0.0018991503166034818, 0.0071363369934260845, 0.03612407296895981, 0.03128012269735336, -0.0005127706099301577, 0.023969512432813644, 0.03501586243510246, -0.0038385179359465837, -0.025310087949037552, -0.024201879277825356, -0.027901871129870415, -0.02491685189306736, -0.03254920244216919, 0.003907781094312668, 0.029242446646094322, -0.027294142171740532, 0.025792695581912994, 0.04668781906366348, 0.014674847014248371, -0.06942400336265564, -0.018169283866882324, -0.02507772110402584, -0.012413740158081055, -0.0845099538564682, -0.01575624570250511, 0.0250419732183218, -0.06835153698921204, 0.03907334432005882, -0.030046792700886726, -0.058449145406484604, 0.07371384650468826, 0.03249558061361313, -0.012074127793312073, -0.024023134261369705, 0.02890283428132534, 0.0270439013838768, 0.041397009044885635, -0.02327241189777851, -0.07217665016651154, -0.02109174057841301, -0.024041010066866875, -0.00877184048295021, -0.04858250170946121, -0.04078928008675575, -0.0007518401253037155, 0.037822138518095016, 0.041575752198696136, 0.020591259002685547, -0.03717866167426109, -0.0533728264272213, 0.03258495032787323, 0.05533900856971741, -0.013834752142429352, 0.008575222454965115, 0.01702532358467579, -0.00019173040345776826, 0.04568685591220856, -0.008074740879237652, 0.00471882987767458, -0.008106020279228687, -0.04411391168832779, 0.06202401593327522, -0.010268817655742168, 0.005313152447342873, -0.03907334432005882, 0.003498905338346958, -0.06109454855322838, -0.016703585162758827, -0.013084028847515583, 0.02094874531030655, -0.013200212270021439, 0.008946115151047707, 0.0030341721139848232, 0.0014858058420941234, 0.06459792703390121, -0.05526750907301903, 0.02118111215531826, -0.06420468538999557, 0.028187859803438187, -0.011216158978641033, 0.022485939785838127, 0.050870418548583984, -0.06491966545581818, -0.004180365242063999, -0.023486904799938202, 0.015934988856315613, 0.04000280797481537, -0.006702883634716272, 0.03667818009853363, 0.01726662740111351, -0.035283979028463364, 0.00967896357178688, 0.0024063352029770613, 0.016113732010126114, -0.02291492559015751, -0.02479173243045807, 0.0034274079371243715, -0.04286270588636398, -0.05430229380726814, -0.03333567455410957, -0.03279944509267807, 0.041504256427288055, 0.05348007380962372, -0.007511698175221682, 0.014987647533416748, -0.024058884009718895, 0.008678000420331955, -0.037464652210474014, 0.014942961744964123, 0.060558319091796875, -0.03331780061125755, -0.026471922174096107, -0.029903797432780266, 0.006877158768475056, 0.011082100681960583, -0.0008529419428668916, -0.028134236112236977, 0.03301393613219261, -0.016962764784693718, 0.029582059010863304, 0.011108912527561188, 0.0003225762629881501, -0.024487867951393127, 0.012878473848104477, 0.018714450299739838, -0.020162273198366165, -0.008016648702323437, 0.029903797432780266, -0.008146237581968307, 0.026275303214788437, 0.0684945359826088, -0.052729349583387375, 0.014067118056118488, -0.04790327697992325, 0.0013305223546922207, 0.006926313042640686, -0.041504256427288055, -0.018464209511876106, -0.02135985530912876, -0.04179024696350098, 0.03510523587465286, -0.010242005810141563, -0.04629458487033844, -0.0025850788224488497, 0.009102515876293182, -0.011841760948300362, 0.031101379543542862, 0.011913258582353592, 0.047331295907497406, -0.007717253174632788, -0.001391965546645224, -0.045257870107889175, -0.004220582544803619, 0.0044104973785579205, 0.015711558982729912, 0.016605276614427567, 0.039323583245277405, 0.04997669905424118, -0.010250943712890148, 0.0464375764131546, -0.015917114913463593, -0.05380181223154068, -0.026203805580735207, 0.05201437696814537, -0.0095180943608284, -0.008316044695675373, -0.06996022909879684, -0.005138877313584089, 0.00048121120198629797, -0.0015684748068451881, -0.03582020848989487, -0.012869536876678467, 0.007828967645764351, -0.06163078173995018, 0.06088005751371384, 0.022539563477039337, 0.047081053256988525, -0.041647251695394516, 0.05530325695872307, 0.014487165957689285, -0.03455113247036934, 0.00730167469009757, 0.028241483494639397, -0.06159503385424614, -0.06188102066516876, 0.03921633958816528, 0.0250419732183218, -0.04211198538541794, 0.041575752198696136, 0.00432112580165267, -0.03485499322414398, 0.03128012269735336, -0.01058161910623312, -0.008351792581379414, 0.04582985118031502, -0.041575752198696136, -0.03590958192944527, -0.0074089206755161285, 0.016658900305628777, 0.011171473190188408, -0.008820994757115841, 0.022378694266080856, -0.020001403987407684, -0.013048280030488968, -0.002962674479931593, 0.008405416272580624, 0.002032090909779072, -0.006086218170821667, 0.01762411557137966, -0.023486904799938202, -0.0071363369934260845, 0.05176413431763649, 0.024577239528298378, 0.005335495341569185, 0.025649702176451683, -0.0540878027677536, 0.07628775388002396, 0.02529221400618553, -0.03242408111691475, 0.014612286351621151, 0.021681593731045723, -0.03052940033376217, 0.04997669905424118, -0.019947782158851624, -0.04003855958580971, 0.03864435851573944, 0.018642954528331757, 0.05240761116147041, 0.05576799064874649, 0.025935690850019455, -0.01917918398976326, 0.014916150830686092, 0.016721460968255997, 0.01726662740111351, 0.041325513273477554, 0.021770965307950974, 0.009544906206429005, -0.010992729105055332, -0.0230400450527668, -0.022182077169418335, -0.014576537534594536, -0.0012802507262676954, -0.03283519297838211, 0.0036039170809090137, -0.01738281175494194, 0.03489074483513832, -0.02134198136627674, -0.014916150830686092, -0.05973609909415245, -0.052800849080085754, -0.007355297449976206, 0.041397009044885635, 0.01759730465710163, -0.02096661925315857, 0.04886849224567413, 0.012851662002503872, 0.03310330957174301, -0.012315431609749794, 0.021753091365098953, -0.05691194906830788, 0.006121966987848282, -0.012556735426187515, -0.05405205488204956, 0.04078928008675575, 0.0424337238073349, -0.027973366901278496, -0.031244374811649323, -0.03310330957174301, -0.007489355280995369, 0.049368973821401596, -0.0214849766343832, 0.009982828050851822, -0.03624919429421425, 0.007315080147236586, -0.016042234376072884, -0.04961921274662018, 0.031673360615968704, -0.01723087951540947, -0.030261285603046417, -0.019804786890745163, -0.011234032921493053, 0.07450031489133835, -0.0009758281521499157, -0.0011093271896243095, -0.08279401808977127, -0.03063664771616459, 0.01160939410328865, 0.020680630579590797, -0.005098660010844469, -0.0068414099514484406, -0.035462722182273865, 0.003565934021025896, -0.005433804355561733, 0.03828687220811844, -0.06091580539941788, -0.033943403512239456, -0.012565672397613525, 0.0029716116841882467, 0.0015159688191488385, 0.008432227186858654, 0.037321656942367554, 0.011323404498398304, 0.08837081491947174, -0.05251485854387283, -0.018187157809734344, 0.01437098253518343, -0.008414353244006634, 0.023701395839452744, -0.02295067347586155, -0.004153553396463394, -0.016766145825386047, 0.03278157114982605, -0.008575222454965115, -0.06381145119667053, -0.013879437930881977, -0.03063664771616459, -0.05784141644835472, -0.04847525432705879, -0.011993693187832832, -0.028009116649627686, 0.02908157743513584, 0.014049244113266468, 0.016015423461794853, -0.06810129433870316, -0.006457111332565546, 0.05144239589571953, -0.026239555329084396, 0.06016508489847183, -0.014808904379606247, 0.031655486673116684, -0.045508112758398056, 0.00108530861325562, -0.018026288598775864, -0.024255501106381416, 0.039502326399087906, 0.026471922174096107, 0.039359331130981445, 0.017758173868060112, -0.0019281961722299457, 0.029957421123981476, -0.017927980050444603, 0.024201879277825356, -0.031834229826927185, -0.06717183440923691, 0.1052442118525505, -0.024434246122837067, -0.005670639686286449, 0.004951196722686291, -0.004660738632082939, 0.02693665586411953, 0.00042842599214054644, -0.0020108651369810104, -0.0387873537838459, -0.008490319363772869, 0.008320513181388378, 0.02881346270442009, -0.051084909588098526, -0.07914765179157257, 0.04368492588400841, 0.03485499322414398, 0.02875983901321888, -0.05734093487262726, -0.04011005535721779, -0.00016840995522215962, 0.05630422383546829, -0.07943364232778549, -0.01259248424321413, 0.0061711217276751995, 0.023933762684464455, 0.041111018508672714, 0.033657412976026535, 0.03431876376271248, 0.03206659480929375, 0.0892287865281105, -0.0009322594269178808, 0.03052940033376217, 0.01244948897510767, -0.013566636480391026, 0.06702883541584015, 0.021896086633205414, 0.03265644982457161, -0.020734254270792007, -0.027544382959604263, -0.03907334432005882, -0.035444848239421844, 0.05508876591920853, 0.05705494433641434, -0.05440954118967056, 0.01917918398976326, -0.060665566474199295, -0.030011044815182686, -0.06109454855322838, 0.0015405460726469755, 0.04618733748793602, -0.09387612342834473, 0.01756155490875244, -0.09730799496173859, -0.033550165593624115, 0.006385613698512316, -0.03674967586994171, -0.01944730058312416, -0.07139018177986145, 0.05197862908244133, -0.04604434221982956, 0.01435310859233141, -0.006716289557516575, 0.04036029800772667, -0.010143697261810303, -0.0539090596139431, 0.05423079803586006, -0.05380181223154068, 0.0000775020889705047, 0.04268396273255348, -0.01243161503225565, 0.04071778431534767, 0.05619697645306587, 0.043255943804979324, -0.02282555401325226, -0.0023549464531242847, 0.037929385900497437, -0.03868010640144348, 0.0008791948785074055, -0.010921231471002102, 0.02296854741871357, 0.053122587502002716, -0.06731482595205307, -0.03871585428714752, 0.0031190752051770687, 0.018303340300917625, -0.016337161883711815, 0.012020505033433437, -0.047009557485580444, 0.016596339643001556, -0.035855960100889206, -0.015103830955922604, 0.012655043974518776, 0.0007747416384518147, -0.016390785574913025, 0.004184833727777004, 0.04193323850631714, 0.05069167539477348, 0.03272794559597969, 0.010813985951244831, 0.031476739794015884, -0.009035486727952957, -0.02856322191655636, 0.011966881342232227, -0.030422154814004898, 0.002415272407233715, 0.013995621353387833, 0.04218348115682602, -0.01065311674028635, -0.006845878437161446, 0.07628775388002396, 0.05398055538535118, -0.024112507700920105, -0.01727556623518467, -0.025488832965493202, 0.04986945539712906, 0.011153598316013813, 0.015041271224617958, -0.058520641177892685, -0.01925068162381649, -0.03626706823706627, -0.020287394523620605, -0.0034363449085503817, 0.028044864535331726, 0.014219050295650959, 0.01544344425201416, 0.037822138518095016, -0.010385001078248024, -0.07242689281702042, 0.002678919117897749, -0.016095858067274094, 0.0012322134571149945, 0.062417253851890564, 0.01429054792970419, -0.06327521800994873, -0.05512451380491257, -0.010796111077070236, -0.035301852971315384, 0.0026431705337017775, 0.03508736193180084, -0.02682940848171711, -0.0424337238073349, -0.016220977529883385, 0.0057778856717050076, 0.02114536426961422, 0.020466137677431107, 0.027830373495817184, -0.04486463591456413, 0.051013413816690445, -0.043434686958789825, -0.08107808232307434, 0.05619697645306587, -0.06813704967498779, -0.010215194895863533, -0.00016840995522215962, -0.026132309809327126, -0.001861167373135686, -0.06295347958803177, -0.002214185893535614, -0.06996022909879684, 0.06474091857671738, 0.029635682702064514, 0.007538510020822287, -0.02911732718348503, -0.06252449750900269, 0.05769842118024826, -0.013933060690760612, 0.008963990025222301, 0.05995059013366699, -0.005089723039418459, -0.04765303432941437, 0.019518796354532242, 0.005889600608497858, 0.02491685189306736, 0.02295067347586155, 0.035677216947078705, 0.03630281612277031, -0.031762730330228806, 0.025917816907167435, 0.07117568701505661, -0.00241974089294672, -0.02280767820775509, -0.016069047152996063, 0.029689306393265724, -0.0032263214234262705, 0.06259599328041077, -0.055017270147800446, -0.012905285693705082, -0.02289704978466034, -0.03251345455646515, 0.00005700942347175442, -0.009616403840482235, 0.09830895811319351, 0.014335233718156815, 0.010688865557312965, -0.004318891558796167, 0.018446335569024086, 0.07242689281702042, 0.07492930442094803, -0.012762290425598621, 0.025739073753356934, 0.006752037908881903, -0.0013014766154810786, 0.007815562188625336, 0.05816315487027168, -0.007913871668279171, -0.058449145406484604, -0.01361132226884365, -0.06216701120138168, -0.016131605952978134, 0.03699991852045059, 0.06999597698450089, 0.07814668864011765, -0.022700432687997818, 0.017802858725190163, 0.03405064716935158, 0.02135985530912876, 0.07478630542755127, -0.008427758701145649, -0.009884519502520561, 0.06424043327569962, 0.018607204779982567, 0.06159503385424614, -0.02529221400618553, -0.020090777426958084, -0.051299404352903366, 0.027901871129870415, 0.018008414655923843, -0.058878131210803986, -0.05362306907773018, -0.041254013776779175, 0.041575752198696136, -0.0030095947440713644, 0.026454048231244087, 0.020644880831241608, 0.013620259240269661 ]
15,296
traitlets.traitlets
from_string
null
def from_string(self, s: str) -> t.Any: for trait_type in self.trait_types: try: v = trait_type.from_string(s) return trait_type.validate(None, v) except (TraitError, ValueError): continue return super().from_string(s)
(self, s: str) -> Any
[ 0.011783002875745296, -0.007852323353290558, 0.024090096354484558, -0.04966210573911667, -0.04684285819530487, -0.011539029888808727, 0.04261399060487747, 0.06336075067520142, -0.02428888902068138, -0.004581274930387735, 0.008954720571637154, 0.1338057518005371, -0.061264388263225555, 0.045397091656923294, -0.0003679364745039493, -0.01092457864433527, -0.01742149516940117, 0.052047621458768845, -0.0018196336459368467, -0.027957523241639137, -0.012316130101680756, 0.05089100822806358, 0.0007810531533323228, 0.07554133981466293, 0.028571974486112595, 0.024849124252796173, -0.006307159550487995, -0.03392131254076958, -0.008950202725827694, -0.04897536709904671, -0.0016005095094442368, -0.03350565582513809, 0.015388385392725468, 0.05642106756567955, -0.002116693649441004, -0.030541833490133286, -0.037336938083171844, -0.014647429808974266, -0.022138310596346855, 0.038963425904512405, -0.02779487520456314, 0.054035551846027374, 0.010662533342838287, -0.000434859684901312, -0.03233097121119499, -0.02020459808409214, -0.058481283485889435, 0.027957523241639137, -0.0441320464015007, 0.022481679916381836, 0.027252713218331337, -0.04828862473368645, -0.023041915148496628, -0.0322406105697155, 0.03892728313803673, 0.029367147013545036, 0.006153546739369631, 0.051577746868133545, 0.03455383703112602, 0.027252713218331337, -0.006284569390118122, -0.03641526401042938, 0.0023471128661185503, -0.018668469041585922, -0.010355307720601559, -0.05396326258778572, 0.051577746868133545, -0.016770899295806885, -0.007761962711811066, -0.006605349015444517, 0.0023222635500133038, -0.018831118941307068, -0.010490848682820797, 0.0012560102622956038, 0.06419206410646439, 0.004382481798529625, -0.025861160829663277, 0.02221059985458851, 0.02954786829650402, 0.02755993790924549, 0.0383489765226841, 0.062095701694488525, -0.037192363291978836, -0.06881852447986603, -0.06122824177145958, 0.029367147013545036, -0.015569105744361877, -0.0521199107170105, -0.017349207773804665, 0.021813012659549713, -0.006248425226658583, -0.06122824177145958, -0.014972726814448833, 0.03525864705443382, 0.007888467982411385, 0.023439502343535423, 0.04904765263199806, -0.029385218396782875, 0.034879133105278015, -0.024144312366843224, -0.003501467639580369, 0.0253551434725523, -0.034047819674015045, -0.03339722380042076, -0.03374059125781059, 0.0008866619318723679, 0.02092748135328293, -0.009496883489191532, -0.014746826142072678, 0.010075190104544163, -0.04593925550580025, -0.04752959683537483, -0.03773452341556549, 0.054613858461380005, -0.007969792000949383, -0.05338495597243309, -0.014900438487529755, -0.05490301176905632, -0.012578175403177738, 0.00037725488073192537, -0.0035918280482292175, 0.04124050959944725, -0.010192658752202988, 0.03061412088572979, 0.012514922767877579, 0.06549325585365295, -0.03704778477549553, -0.039541732519865036, 0.07691481709480286, 0.001512408023700118, 0.02416238561272621, -0.003582791890949011, 0.016165485605597496, 0.014358275569975376, -0.08038465678691864, 0.05710780620574951, -0.021560003980994225, 0.013689608313143253, -0.014394420199096203, 0.006745407823473215, 0.04604768753051758, 0.054035551846027374, 0.038493551313877106, -0.09166164696216583, -0.013355274684727192, 0.05786683410406113, 0.028535831719636917, 0.057649970054626465, -0.036740560084581375, -0.01349985133856535, -0.04568624496459961, -0.02804788388311863, -0.013816113583743572, 0.05569818243384361, -0.020873265340924263, -0.01309322938323021, -0.01844256930053234, -0.019481712952256203, 0.04698743671178818, -0.022843122482299805, 0.003682188456878066, -0.0017371797002851963, -0.05338495597243309, -0.03538515418767929, 0.005055667366832495, -0.00493819871917367, 0.04915608465671539, -0.015026943758130074, -0.019228704273700714, 0.006112884730100632, -0.04239712283015251, 0.032421331852674484, 0.004041371401399374, 0.04575853422284126, 0.024487683549523354, 0.003908089362084866, 0.017557036131620407, 0.04051762819290161, 0.021108202636241913, 0.02873462438583374, 0.0036957424599677324, 0.030812913551926613, -0.05642106756567955, 0.005552649963647127, 0.059999339282512665, 0.015804043039679527, 0.006709263660013676, 0.04677056893706322, -0.001903217053040862, -0.019011838361620903, 0.015261880122125149, 0.02698163129389286, 0.01672571897506714, 0.025084061548113823, 0.0032868615817278624, 0.05237291753292084, -0.02302384376525879, -0.016174521297216415, -0.07311967760324478, -0.006103848572820425, -0.022806977853178978, 0.05338495597243309, -0.0106806056573987, 0.040842924267053604, -0.056710220873355865, -0.04908379912376404, 0.02676476538181305, -0.006207763217389584, -0.004237905144691467, -0.02383708767592907, -0.07098717242479324, -0.0352947935461998, -0.021885301917791367, 0.02873462438583374, 0.012722752057015896, -0.06271015107631683, 0.03455383703112602, -0.005941199604421854, 0.019011838361620903, 0.027415361255407333, 0.0946977511048317, 0.07207150012254715, 0.07228836417198181, 0.026692477986216545, 0.006912574637681246, -0.01028301939368248, -0.07196306437253952, -0.0558789037168026, -0.05808369815349579, 0.07568591833114624, 0.024578042328357697, -0.011231804266571999, 0.07337268441915512, -0.00852099061012268, 0.009343271143734455, 0.043987467885017395, 0.0038583914283663034, -0.010789037682116032, 0.016490783542394638, 0.014213698916137218, -0.0017247551586478949, -0.02184915728867054, -0.09021587669849396, -0.016996800899505615, -0.0018614253494888544, 0.02418045699596405, -0.02813824452459812, 0.03636104613542557, -0.04218025878071785, -0.03701164200901985, 0.029023777693510056, -0.000986058497801423, 0.01822570338845253, -0.02210216596722603, -0.018632326275110245, -0.06422820687294006, -0.005521023645997047, -0.012162516824901104, 0.09072189778089523, -0.02067447081208229, 0.00834930595010519, 0.03701164200901985, 0.026891270652413368, 0.06614384800195694, -0.0759027823805809, -0.08219186961650848, -0.03014424629509449, 0.08537255227565765, 0.032674338668584824, -0.023855159059166908, 0.019228704273700714, 0.0019020874751731753, 0.013400455005466938, 0.008850806392729282, 0.027053918689489365, -0.01034627202898264, 0.06487880647182465, -0.008810143917798996, 0.07004742324352264, -0.042360980063676834, -0.009424595162272453, 0.030198464170098305, 0.04015618562698364, -0.03695742413401604, 0.08537255227565765, -0.020041948184370995, 0.010129407048225403, -0.1212998703122139, -0.03433697298169136, 0.010445668362081051, -0.01092457864433527, -0.08761349320411682, -0.031029779464006424, 0.01822570338845253, -0.0320056714117527, 0.025861160829663277, -0.016626322641968727, -0.04734887555241585, 0.030180390924215317, -0.11717943847179413, 0.018270883709192276, -0.04044533893465996, 0.0012966725043952465, 0.03457190841436386, -0.003783843945711851, -0.050059691071510315, -0.058336708694696426, -0.010192658752202988, -0.003079032525420189, -0.024252746254205704, 0.0015033719828352332, 0.037915244698524475, -0.10669761896133423, -0.013752860948443413, 0.012569138780236244, 0.08797493577003479, -0.0040255580097436905, -0.008606833405792713, -0.025391288101673126, 0.047963328659534454, 0.004563203081488609, -0.0066414931789040565, -0.018026910722255707, -0.05240906402468681, -0.04290314391255379, -0.005475843325257301, 0.0069442009553313255, -0.022517824545502663, -0.07283052802085876, -0.011674570851027966, 0.026114171370863914, -0.05031270161271095, 0.03704778477549553, -0.025626223534345627, 0.047601886093616486, -0.005132473539561033, 0.0018060795264318585, -0.02103591337800026, -0.0034020710736513138, -0.025517791509628296, 0.07698710262775421, 0.0033094515092670918, 0.07124017924070358, 0.035674307495355606, -0.01389743760228157, 0.03737308457493782, -0.012722752057015896, -0.0005156193510629237, 0.0740232840180397, -0.008213764987885952, -0.04543323442339897, -0.019951587542891502, 0.010563137009739876, -0.020475678145885468, -0.02302384376525879, -0.041059788316488266, -0.0038109521847218275, 0.051107872277498245, -0.0115028852596879, -0.06780648231506348, -0.015822114422917366, -0.009686640463769436, -0.037228506058454514, -0.01453899685293436, -0.033812880516052246, -0.016382349655032158, 0.015270916745066643, 0.004115918651223183, 0.08211957663297653, 0.0034133661538362503, 0.02662018872797489, 0.04886693134903908, -0.06466194242238998, -0.04055377095937729, 0.007156548090279102, 0.013029977679252625, 0.01647271029651165, 0.03773452341556549, 0.0017439567018300295, -0.007590278051793575, -0.004694225732237101, -0.014439600519835949, -0.011358308605849743, 0.022590113803744316, 0.0106806056573987, -0.056023482233285904, -0.021523859351873398, 0.007983345538377762, 0.01973472349345684, 0.008642977103590965, 0.03308999910950661, -0.014593212865293026, 0.04055377095937729, 0.005118919536471367, -0.023674437776207924, -0.0012887659249827266, -0.020132308825850487, -0.004712297581136227, -0.021053984761238098, 0.05595119297504425, 0.014349239878356457, -0.018361244350671768, -0.005064703524112701, 0.04261399060487747, -0.013273950666189194, 0.08045694977045059, 0.04145737737417221, -0.004960788879543543, -0.02931293100118637, 0.008421594277024269, 0.08096296340227127, 0.02721656858921051, 0.0050827753730118275, -0.12621548771858215, -0.023656366392970085, -0.02148771658539772, 0.0563487783074379, 0.03433697298169136, -0.019897371530532837, 0.004893018398433924, 0.019716650247573853, 0.0027040366549044847, 0.02466840296983719, 0.030523760244250298, -0.0012006645556539297, 0.07532447576522827, -0.006573723163455725, -0.012072156183421612, 0.004167875740677118, -0.024740692228078842, -0.048650067299604416, 0.020240740850567818, -0.016653431579470634, -0.08334848284721375, 0.01949978619813919, -0.012045048177242279, -0.03668634220957756, -0.0535295307636261, -0.03140929341316223, -0.017367279157042503, 0.026439469307661057, -0.02477683685719967, -0.016291989013552666, 0.08024008572101593, 0.030288822948932648, -0.004269531462341547, -0.05826441943645477, 0.03489720821380615, -0.04113207757472992, -0.039071857929229736, 0.003257494419813156, -0.04684285819530487, -0.01706909015774727, 0.05667407438158989, 0.021813012659549713, 0.02174072526395321, 0.02898763306438923, 0.016843188554048538, -0.01598476432263851, 0.03422854095697403, -0.05620419979095459, 0.04442119970917702, 0.013689608313143253, 0.010951686650514603, -0.0026294891722500324, 0.01716848649084568, -0.014222735539078712, -0.027885235846042633, 0.03665019944310188, 0.009442667476832867, -0.008001417852938175, -0.03193338215351105, 0.0724690854549408, 0.0018094680272042751, -0.0663607195019722, 0.010400488041341305, 0.053348809480667114, 0.0021889819763600826, -0.019933516159653664, -0.004748441744595766, 0.053782541304826736, 0.005606865976005793, -0.03758994862437248, 0.006727335508912802, -0.005475843325257301, -0.032294824719429016, 0.03562008962035179, 0.025300927460193634, -0.02920449897646904, 0.06477037072181702, -0.03442733362317085, 0.06368605047464371, 0.014629357494413853, 0.04557781293988228, 0.061625827103853226, -0.01460224948823452, 0.013210698030889034, 0.02965630032122135, 0.011484813876450062, -0.01245167013257742, 0.05479457974433899, 0.012026975862681866, -0.06292702257633209, -0.025644296780228615, 0.002640784252434969, 0.03777066990733147, 0.001246974221430719, 0.02253589779138565, -0.03169844672083855, -0.021451571956276894, -0.03211410343647003, -0.0036776703782379627, -0.004608382936567068, -0.00561138428747654, 0.00986736174672842, 0.003564719809219241, 0.053457245230674744, -0.004816212225705385, -0.07727625966072083, -0.032475546002388, -0.031047850847244263, -0.029746660962700844, -0.039903175085783005, -0.011665534228086472, 0.016635360196232796, 0.025626223534345627, 0.027306929230690002, -0.02161421999335289, 0.048433203250169754, -0.07619193196296692, 0.058228276669979095, 0.04040919616818428, -0.03117435611784458, 0.0031151766888797283, 0.01028301939368248, -0.030812913551926613, -0.016174521297216415, 0.007865877822041512, 0.009067671373486519, -0.000354382413206622, 0.013282986357808113, 0.02817438915371895, 0.016563070937991142, 0.04073449224233627, 0.019210632890462875, -0.04171038419008255, -0.0005235258722677827, 0.019228704273700714, -0.027379216626286507, 0.03422854095697403, -0.054288558661937714, 0.009894469752907753, -0.06719203293323517, -0.0015180555637925863, -0.04709586873650551, -0.06643300503492355, -0.03307192400097847, 0.0026837054174393415, -0.014737789519131184, 0.03196952864527702, -0.021198561415076256, -0.01669861190021038, 0.023331068456172943, 0.052300628274679184, -0.03196952864527702, 0.02054796740412712, -0.01810823380947113, 0.004707779735326767, -0.021578075364232063, 0.05627648904919624, 0.04102364555001259, -0.05436084792017937, 0.006239389069378376, -0.001566624385304749, 0.010599280707538128, 0.023909375071525574, -0.04008389636874199, 0.007689674384891987, -0.020764831453561783, 0.06567397713661194, -0.011602282524108887, -0.005073739215731621, 0.021072058007121086, -0.006243907380849123, 0.027650298550724983, -0.02605995535850525, -0.023674437776207924, 0.042360980063676834, -0.08219186961650848, 0.03446347638964653, 0.004136249888688326, -0.018017875030636787, 0.015496817417442799, 0.025409359484910965, -0.05295122414827347, -0.011421561241149902, 0.05038498714566231, -0.03408396244049072, 0.0069396826438605785, -0.027975596487522125, -0.030541833490133286, 0.06090294569730759, -0.029620155692100525, 0.0003987154923379421, 0.0824810191988945, 0.0027221087366342545, 0.012307093478739262, 0.064951092004776, 0.048180192708969116, -0.04156580939888954, 0.04489107429981232, -0.03636104613542557, -0.003494690405204892, 0.004987896885722876, 0.021306995302438736, -0.04254170134663582, -0.014701645821332932, -0.02580694481730461, 0.01332816667854786, -0.06701131165027618, 0.020276885479688644, 0.05573432892560959, -0.007021007128059864, 0.01695162057876587, -0.008408039808273315, 0.008724302053451538, -0.04872235655784607, -0.005236388184130192, -0.005213798023760319, -0.07326425611972809, 0.021108202636241913, -0.0022578819189220667, -0.0008827087003737688, -0.059890907257795334, -0.0355297289788723, 0.029132209718227386, 0.024975629523396492, 0.010996866971254349, 0.04109593480825424, 0.042577844113111496, -0.01355406828224659, -0.00561138428747654, 0.022951554507017136, 0.04980668053030968, -0.050059691071510315, 0.009478811174631119, -0.014114302583038807, -0.02557200752198696, 0.055806614458560944, 0.047385022044181824, 0.016635360196232796, 0.03636104613542557, 0.019463641569018364, -0.041059788316488266, 0.0230057705193758, 0.04290314391255379, 0.0034585462417453527, -0.0064562545157969, 0.007852323353290558, 0.004023299086838961, -0.05096329376101494, 0.02443346567451954, 0.008168584667146206, 0.05783069133758545, 0.010002901777625084, -0.004012004006654024, 0.005024041049182415, -0.041059788316488266, -0.008511954918503761, -0.04489107429981232, -0.04590310901403427, -0.0014841704396530986, -0.014032978564500809, -0.019120272248983383, 0.003996191080659628, 0.01797269470989704, -0.005896019749343395, -0.04619226232171059, 0.006121920887380838, 0.01834317110478878, -0.010978794656693935, -0.02009616419672966, -0.061734262853860855, -0.04897536709904671, -0.024740692228078842, -0.033596016466617584, 0.03805982321500778, -0.012298057787120342, 0.009298090822994709, -0.08183042705059052, 0.007630940061062574, 0.012026975862681866, 0.01658114232122898, -0.016445603221654892, 0.04908379912376404, -0.008661049418151379, -0.017096197232604027, 0.028246678411960602, 0.01285829208791256, 0.05410783737897873, 0.054035551846027374, -0.022120239213109016, -0.05439699441194534, 0.016996800899505615, -0.0004241293645463884, -0.03466226905584335, -0.037336938083171844, 0.03856584057211876, 0.027415361255407333, -0.02465033158659935, 0.02954786829650402, 0.003919384442269802, 0.01776486448943615, -0.030668336898088455, -0.015496817417442799, 0.0012989315437152982, 0.009316163137555122, 0.04427662119269371, 0.00836285948753357, -0.03502371162176132, 0.024252746254205704, -0.06487880647182465, -0.018279919400811195, 0.03390324115753174, 0.02112627401947975, 0.03856584057211876, -0.0521199107170105, 0.034879133105278015, 0.036270685493946075, 0.03238518536090851, 0.009921577759087086, -0.0327104851603508, -0.05410783737897873, 0.013219734653830528, -0.05179461091756821, -0.016490783542394638, -0.007156548090279102, 0.016237773001194, 0.009749893099069595, -0.021234706044197083, -0.04308386519551277, 0.05197533220052719, 0.014358275569975376, 0.004592570010572672, 0.004888500552624464, 0.06672215461730957, 0.013789004646241665, 0.04243326932191849, 0.002749216742813587, 0.04008389636874199, -0.012795040383934975, -0.025535864755511284, -0.0149456188082695, 0.05862586200237274, 0.014792006462812424, -0.061625827103853226, 0.010716749355196953, -0.03256590664386749, -0.027379216626286507, 0.003526316722854972, -0.03493335098028183, -0.01565946638584137, -0.005525541491806507, -0.0036166771315038204, -0.031102068722248077, -0.03274662792682648, 0.008683639578521252, 0.034517694264650345 ]
15,305
traitlets.traitlets
subclass_init
null
def subclass_init(self, cls: type[t.Any]) -> None: for trait_type in reversed(self.trait_types): trait_type.subclass_init(cls) # explicitly not calling super().subclass_init(cls) # to opt out of instance_init
(self, cls: type[typing.Any]) -> NoneType
[ -0.005182772874832153, -0.006375596392899752, 0.03216000646352768, 0.005330719985067844, -0.12005909532308578, 0.021174931898713112, 0.013944016769528389, 0.048711590468883514, 0.03158671036362648, 0.0075730434618890285, 0.029108596965670586, 0.052410271018743515, -0.008127845823764801, -0.010837127454578876, -0.02916407771408558, 0.0036478214897215366, -0.02108246646821499, 0.03204904496669769, -0.012973113916814327, -0.06202683225274086, -0.003950650803744793, 0.02872023731470108, -0.0005391979357227683, 0.027222272008657455, 0.0032247849740087986, 0.022340016439557076, -0.04586360976099968, -0.008391376584768295, 0.02700035087764263, -0.044864967465400696, -0.017467007040977478, 0.026057187467813492, 0.014036484062671661, 0.03733815625309944, 0.03659842163324356, -0.03667239472270012, 0.019177647307515144, 0.05533222481608391, -0.051337651908397675, 0.11798783391714096, 0.021600279957056046, -0.05100477114319801, 0.024799637496471405, -0.04541976749897003, -0.012917634099721909, 0.02748117968440056, 0.05263219028711319, -0.04161012917757034, -0.07108859717845917, -0.04146218299865723, -0.04442112520337105, -0.04197999835014343, 0.025058545172214508, 0.00442916713654995, -0.01883551850914955, 0.06391315907239914, -0.009921704418957233, 0.01862284541130066, -0.014979646541178226, 0.021914668381214142, -0.0011916678631678224, -0.016708778217434883, 0.016422132030129433, -0.011502888984978199, -0.01792934350669384, -0.07626674324274063, -0.032918237149715424, -0.020583143457770348, 0.03223397955298424, 0.027684606611728668, -0.023116739466786385, 0.001036785775795579, 0.0005663600750267506, 0.0670570358633995, 0.06173093989491463, 0.019270112738013268, -0.024133875966072083, 0.00799839198589325, 0.019066685810685158, 0.01767968200147152, 0.0351189486682415, 0.022210562601685524, -0.014443338848650455, 0.03336207941174507, -0.003818885190412402, -0.02400442212820053, -0.016597818583250046, -0.04745404049754143, 0.026075681671500206, -0.0004426855593919754, -0.05633087083697319, -0.004341323394328356, 0.04312658682465553, -0.0070829689502716064, -0.011946730315685272, 0.04442112520337105, -0.012917634099721909, -0.023283179849386215, -0.058808982372283936, -0.021766722202301025, 0.02023177035152912, -0.05104175955057144, 0.050154075026512146, -0.043422482907772064, 0.004470777232199907, -0.011623096652328968, -0.014702245593070984, -0.03528539091348648, -0.07611879706382751, 0.05104175955057144, 0.02202562801539898, 0.021100958809256554, 0.009616563096642494, 0.05444454401731491, -0.029922306537628174, -0.0525212325155735, -0.005760691128671169, 0.0008293130085803568, 0.0499691441655159, 0.01644987054169178, -0.004308959934860468, -0.012649479322135448, -0.03280727565288544, 0.06639127433300018, -0.030939443036913872, 0.026242122054100037, 0.015303281135857105, 0.0009217799524776638, 0.03580320626497269, -0.027592139318585396, 0.09690537303686142, -0.014406351372599602, -0.08270244300365448, -0.008825970813632011, -0.008571687154471874, 0.004997838754206896, -0.01097582746297121, -0.0291270911693573, 0.013583395630121231, -0.0016331976512447, -0.00704598193988204, 0.012436805292963982, 0.05873500928282738, 0.008710387162864208, -0.029848333448171616, 0.06084325537085533, -0.02391195483505726, 0.05044997110962868, -0.010550479404628277, -0.04623347893357277, -0.038910094648599625, 0.0017510929610580206, 0.02276536449790001, 0.042682748287916183, -0.046529371291399, -0.011687823571264744, -0.059955574572086334, 0.028239408507943153, 0.0026353083085268736, -0.01148439571261406, 0.0005917884991504252, -0.002193778520449996, -0.010689180344343185, -0.04471702128648758, -0.06576249748468399, 0.0002837579813785851, -0.042978640645742416, -0.065651535987854, 0.021470827981829643, 0.0451238751411438, -0.013962510041892529, -0.014942659996449947, 0.027314739301800728, -0.03334358334541321, 0.0376710370182991, 0.03994572535157204, 0.032881248742341995, -0.05008010193705559, 0.022007135674357414, 0.07937363535165787, 0.048267751932144165, -0.02518799901008606, -0.018234483897686005, 0.01936258003115654, 0.02953394502401352, 0.04693622514605522, 0.020213276147842407, -0.007549927104264498, 0.019103672355413437, 0.010513492859899998, 0.0314202718436718, 0.008016885258257389, -0.03166068717837334, -0.01989888958632946, 0.06058434769511223, 0.05925282463431358, -0.01792009547352791, 0.041203275322914124, -0.08063118159770966, -0.01035629864782095, -0.044495098292827606, 0.052077390253543854, -0.02067561075091362, -0.041129302233457565, 0.021267399191856384, 0.01228885818272829, 0.09046966582536697, 0.018641337752342224, -0.021692747250199318, -0.06624332815408707, -0.02161877416074276, -0.011604603379964828, 0.011410422623157501, -0.030625056475400925, 0.03138328343629837, -0.09601768851280212, 0.03208603337407112, -0.02380099520087242, -0.04105532914400101, 0.017078647390007973, 0.01323202159255743, 0.02596472203731537, -0.053186994045972824, 0.01595979742705822, -0.03905804082751274, 0.03846625238656998, -0.029349012300372124, -0.05529524013400078, -0.036487460136413574, 0.04504990205168724, -0.049451328814029694, 0.04005668684840202, 0.05810623615980148, -0.010384039022028446, -0.03646896779537201, 0.0727899894118309, 0.02727775275707245, -0.028664756566286087, -0.029478466138243675, 0.061435043811798096, 0.002889592433348298, 0.02050917036831379, -0.031734660267829895, -0.0625816360116005, -0.07745032012462616, 0.05651580169796944, -0.005145785864442587, 0.03879913315176964, 0.002887280657887459, 0.0331401564180851, -0.021470827981829643, -0.032067541033029556, -0.010097391903400421, -0.022820845246315002, -0.007665510755032301, -0.06468988209962845, -0.050486959517002106, -0.049451328814029694, 0.005621991120278835, 0.004288155119866133, -0.0010841750772669911, 0.0379854254424572, 0.0077533540315926075, 0.08314628899097443, -0.08647509664297104, 0.011761796660721302, -0.02370852790772915, -0.0004527991113718599, -0.055813055485486984, 0.035340871661901474, 0.11813578009605408, -0.021877681836485863, 0.0014054977800697088, 0.03865118697285652, 0.045974571257829666, -0.01099432073533535, 0.00704598193988204, -0.01665329933166504, -0.017032412812113762, -0.030532589182257652, 0.06635428965091705, 0.02690788358449936, 0.05636785551905632, 0.017735162749886513, 0.010541233234107494, -0.05551715940237045, -0.012667972594499588, -0.0068471780978143215, -0.025058545172214508, -0.02481813170015812, 0.008825970813632011, -0.032640837132930756, 0.02629760280251503, 0.06350630521774292, 0.04016764461994171, -0.06635428965091705, -0.007129202131181955, 0.05932679772377014, 0.0007328006322495639, -0.07404753565788269, -0.017577968537807465, -0.016181716695427895, 0.013426202349364758, 0.015349514782428741, 0.030162720009684563, -0.08129695057868958, -0.03471209481358528, 0.031364791095256805, 0.027536658570170403, 0.03326961025595665, 0.007642393931746483, 0.021896174177527428, -0.01345394179224968, -0.013546409085392952, -0.035377856343984604, 0.030218200758099556, 0.023690033704042435, -0.027555152773857117, -0.03219699487090111, 0.05030202493071556, -0.03898406773805618, -0.014332378283143044, 0.0035854061134159565, 0.0004135006747674197, 0.0062600127421319485, 0.00538620026782155, -0.0032941352110356092, -0.020453691482543945, -0.07356671243906021, 0.02215508185327053, -0.05559113249182701, 0.03424976021051407, 0.014942659996449947, -0.03056957572698593, 0.016847480088472366, -0.00802150834351778, -0.0075730434618890285, 0.006865671370178461, -0.01503512728959322, -0.07319684326648712, 0.0011546810856088996, 0.012168651446700096, -0.0015603798674419522, 0.013379968702793121, 0.006921151652932167, 0.03902105614542961, -0.05396371707320213, -0.00402000080794096, -0.002854917198419571, 0.005159656051546335, 0.028331875801086426, -0.07819005846977234, -0.0022434794809669256, 0.019639981910586357, 0.005210512783378363, -0.029940800741314888, -0.011891250498592854, -0.04242384061217308, -0.001252927235327661, -0.04020463302731514, 0.03737514466047287, 0.05548017472028732, -0.07900376617908478, 0.03315864875912666, 0.0014736921293660998, 0.015368008054792881, -0.02309824526309967, 0.01923312619328499, 0.008816724643111229, -0.015294034034013748, -0.002197246067225933, -0.006121312268078327, -0.0172728281468153, 0.018474897369742393, -0.0051735262386500835, -0.01035629864782095, -0.0011280968319624662, 0.02034272998571396, 0.013546409085392952, 0.012076184153556824, -0.00770249729976058, -0.001493341289460659, -0.0043575051240623, -0.023320166394114494, -0.021729733794927597, -0.06432001292705536, -0.01730981469154358, 0.027092818170785904, 0.06261862069368362, 0.0248551182448864, 0.06535564363002777, 0.010957334190607071, -0.009468615986406803, -0.07034885883331299, 0.026926377788186073, 0.043792348355054855, -0.025446906685829163, 0.0356922447681427, 0.03787446394562721, 0.028035981580615044, -0.0047897882759571075, -0.03674636781215668, 0.019787928089499474, 0.011206994764506817, 0.03393537178635597, 0.060362428426742554, 0.05511030554771423, -0.03127232566475868, 0.025058545172214508, -0.04246082529425621, -0.0016563143581151962, 0.049044474959373474, -0.009912457317113876, -0.045308809727430344, 0.017004672437906265, -0.028812702745199203, 0.025742800906300545, 0.05633087083697319, 0.0062600127421319485, 0.013130308128893375, 0.01952902041375637, 0.059548720717430115, 0.02306125871837139, -0.00020400522043928504, 0.06531865894794464, 0.0637282282114029, -0.015515955165028572, -0.020157795399427414, 0.022340016439557076, 0.0005149253411218524, -0.05548017472028732, 0.07619277387857437, -0.03646896779537201, 0.0042026229202747345, 0.024392783641815186, -0.0070829689502716064, 0.007605406921356916, 0.007258655969053507, -0.05063490569591522, 0.003021357813850045, -0.04320055991411209, -0.0070274886675179005, -0.02252495102584362, 0.03216000646352768, 0.0616939514875412, 0.006500427145510912, -0.016634805127978325, 0.006935021840035915, 0.019917381927371025, 0.0001036641260725446, -0.02050917036831379, -0.029774360358715057, -0.005834664683789015, 0.024929091334342957, -0.001001532655209303, -0.022469470277428627, 0.014896426349878311, 0.013694356195628643, -0.00904326792806387, -0.015784109011292458, -0.027259258553385735, 0.011179255321621895, -0.007050605490803719, -0.06280355900526047, 0.019214633852243423, -0.008211066015064716, 0.04504990205168724, -0.028128447011113167, -0.0474170558154583, -0.027092818170785904, 0.02108246646821499, 0.046788278967142105, 0.04124026373028755, -0.020786572247743607, -0.059215839952230453, -0.016708778217434883, 0.0370977409183979, -0.021230412647128105, -0.04020463302731514, -0.022229056805372238, 0.045345794409513474, 0.012177897617220879, 0.013583395630121231, -0.045308809727430344, -0.019917381927371025, -0.052040401846170425, -0.02306125871837139, -0.02363455295562744, 0.0009102215990424156, 0.02720377780497074, -0.0035969645250588655, 0.026408562436699867, -0.03360249102115631, 0.070237897336483, 0.03615457937121391, -0.06835157424211502, 0.02653801627457142, 0.026852404698729515, 0.03552580252289772, -0.007623900659382343, -0.013583395630121231, 0.014683752320706844, -0.0285537950694561, -0.02740720473229885, -0.047934871166944504, 0.016930699348449707, -0.028849689289927483, 0.030920950695872307, -0.016311170533299446, 0.05821719393134117, 0.03611759468913078, -0.03617307171225548, -0.04109231382608414, -0.032825767993927, 0.04197999835014343, -0.014008743688464165, 0.004660334438085556, -0.01360188890248537, 0.022432483732700348, 0.045308809727430344, -0.004868385381996632, -0.003511432558298111, -0.02272837795317173, 0.050930798053741455, 0.03953887149691582, 0.016227951273322105, 0.02962641231715679, -0.011946730315685272, 0.026575002819299698, -0.035174429416656494, -0.00394833879545331, -0.044495098292827606, -0.027869541198015213, 0.029737373813986778, -0.02010231651365757, -0.04774993658065796, -0.005658977665007114, -0.007263279519975185, 0.049414340406656265, 0.0062461430206894875, 0.01522006094455719, 0.02424483560025692, 0.07467631250619888, 0.014702245593070984, -0.039649829268455505, -0.04549374058842659, -0.031771644949913025, -0.010421025566756725, -0.016107743605971336, 0.048600632697343826, -0.025502385571599007, -0.021637268364429474, -0.0015430423663929105, 0.046381425112485886, -0.04823076352477074, -0.0342867486178875, 0.017994070425629616, 0.01939956657588482, 0.007073722314089537, 0.07841198146343231, 0.03245590254664421, 0.050117090344429016, 0.031605206429958344, -0.014369364827871323, -0.011142267845571041, -0.02498457208275795, 0.025446906685829163, 0.0745653510093689, -0.06161997839808464, 0.00820181891322136, -0.00236946577206254, -0.005372330080717802, -0.08033528923988342, 0.05411166325211525, -0.01629267819225788, 0.008113975636661053, -0.024337302893400192, 0.026205135509371758, -0.007642393931746483, -0.08233257383108139, -0.0067916978150606155, 0.005663601215928793, -0.015608422458171844, -0.026205135509371758, -0.00904326792806387, -0.018391678109765053, -0.010652192868292332, -0.020176289603114128, -0.05640484392642975, -0.028905170038342476, 0.00010431428381707519, 0.03835529461503029, 0.00573295122012496, -0.022044122219085693, -0.006324739661067724, -0.0020966881420463324, 0.013426202349364758, -0.04852665960788727, -0.02232152223587036, 0.022377002984285355, -0.04848967120051384, 0.06598442047834396, 0.012584752403199673, 0.008035378530621529, 0.02498457208275795, -0.060325440019369125, 0.00994944479316473, 0.004553997423499823, -0.03563676401972771, -0.0008593647507950664, 0.018687572330236435, 0.0087150102481246, 0.09416835010051727, 0.028479821979999542, -0.042941655963659286, -0.03003326803445816, -0.05633087083697319, -0.011808030307292938, 0.03635800629854202, -0.010291571728885174, -0.09831086546182632, -0.005182772874832153, 0.001496808836236596, 0.04216493293642998, -0.02794351428747177, 0.02478114329278469, -0.016912207007408142, -0.015488214790821075, 0.004165636375546455, -0.038170360028743744, 0.038096386939287186, -0.006412583403289318, 0.016995426267385483, -0.0196954607963562, -0.016375897452235222, -0.034397706389427185, -0.06113915145397186, 0.009792250581085682, 0.02145233377814293, 0.01726358011364937, -0.04064847528934479, -0.035544298589229584, 0.06136107072234154, -0.005483290646225214, -0.038836121559143066, -0.03909502923488617, 0.017374541610479355, 0.02054615691304207, -0.0278510469943285, 0.015885822474956512, 0.0370977409183979, 0.02596472203731537, -0.022136589512228966, 0.018410170450806618, -0.050486959517002106, -0.00883984100073576, -0.01939956657588482, 0.031531233340501785, 0.06002954766154289, 0.009551836177706718, -0.006833307910710573, 0.04549374058842659, -0.00034530629636719823, -0.003065279684960842, 0.06868445128202438, -0.006149052642285824, -0.00994944479316473, -0.08862032741308212, -0.014508065767586231, -0.03080998919904232, -0.012501532211899757, 0.02986682578921318, -0.05396371707320213, -0.04523483291268349, -0.031364791095256805, 0.023893460631370544, -0.03748610243201256, -0.03839227929711342, 0.03720870241522789, 0.01261249277740717, -0.04312658682465553, -0.0024688676930963993, -0.06531865894794464, -0.00035195235977880657, -0.02481813170015812, 0.04852665960788727, -0.038910094648599625, 0.011826523579657078, -0.007013618480414152, -0.09098748117685318, 0.04220191761851311, -0.0036247046664357185, 0.004891501739621162, 0.046085529029369354, 0.01989888958632946, -0.012926880270242691, -0.03373194485902786, -0.04438413679599762, 0.034730587154626846, 0.006759334355592728, 0.058808982372283936, -0.033047690987586975, -0.07001598179340363, 0.020009849220514297, 0.006417206488549709, 0.03508196398615837, -0.020046835765242577, 0.037726517766714096, 0.05000612884759903, 0.009616563096642494, -0.008997035212814808, 0.056145936250686646, 0.028072968125343323, -0.058808982372283936, -0.039649829268455505, 0.05181848257780075, 0.05891994386911392, 0.01821598969399929, -0.029922306537628174, -0.04249781370162964, 0.015127593651413918, 0.005062565673142672, 0.017161866649985313, 0.04209095984697342, 0.049377355724573135, 0.008261922746896744, 0.05485139787197113, 0.01731906086206436, 0.030865469947457314, 0.027148298919200897, 0.04571566358208656, -0.07264204323291779, -0.07497220486402512, 0.028091460466384888, 0.004239609930664301, 0.009810743853449821, -0.03265932947397232, -0.007757977582514286, -0.06502276659011841, 0.008844464085996151, -0.060695309191942215, -0.03293672949075699, 0.008516206406056881, 0.08077913522720337, 0.01456354558467865, 0.00590863823890686, 0.055443186312913895, 0.037523090839385986, 0.05155957490205765, 0.0036848082672804594, -0.019991355016827583, 0.007882808335125446, 0.013000854291021824, 0.05374179407954216, 0.05862405151128769, -0.005654354114085436, 0.007221669424325228, -0.07582290470600128, -0.048637617379426956, -0.015312528237700462, -0.014221417717635632, -0.04819377884268761, 0.03521141782402992, -0.027388712391257286, 0.03872516006231308, 0.017032412812113762, 0.08240655064582825, -0.01976943574845791 ]
15,307
traitlets.traitlets
validate
null
def validate(self, obj: t.Any, value: t.Any) -> t.Any: with obj.cross_validation_lock: for trait_type in self.trait_types: try: v = trait_type._validate(obj, value) # In the case of an element trait, the name is None if self.name is not None: setattr(obj, "_" + self.name + "_metadata", trait_type.metadata) return v except TraitError: continue self.error(obj, value)
(self, obj: Any, value: Any) -> Any
[ 0.060839682817459106, 0.005016737151890993, -0.038142234086990356, 0.005289181601256132, -0.003635725239291787, -0.026192253455519676, 0.04039694741368294, -0.017126426100730896, -0.022716237232089043, 0.023129601031541824, 0.048326022922992706, 0.0203675776720047, 0.04708592966198921, -0.05621751770377159, -0.00015868131595198065, 0.028578491881489754, -0.005622691474854946, 0.04915275052189827, 0.023881172761321068, 0.0339898020029068, 0.01708884723484516, -0.0003106102521996945, -0.059298958629369736, 0.010146209970116615, 0.03303154930472374, 0.04701077193021774, 0.04746171459555626, -0.021626459434628487, 0.03870591148734093, 0.019860265776515007, -0.04640951752662659, 0.021682826802134514, 0.06628856807947159, 0.0018695330945774913, 0.00346897030249238, -0.02100641280412674, -0.028014812618494034, -0.002376843709498644, -0.02436969242990017, 0.046710144728422165, -0.03470379486680031, 0.027601448819041252, -0.005162354093044996, -0.0159520972520113, -0.005852859932929277, -0.025854045525193214, 0.02245318703353405, 0.10800077021121979, -0.04235103353857994, -0.035643260926008224, 0.014852924272418022, -0.04347838833928108, 0.020179683342576027, 0.0003056193527299911, 0.006599733605980873, 0.05163293331861496, -0.028334230184555054, 0.04997947812080383, 0.046710144728422165, 0.0611027292907238, -0.0013833605917170644, 0.005322062876075506, 0.03663909062743187, -0.032035719603300095, -0.014420771040022373, -0.060576632618904114, 0.06140336021780968, -0.02220892533659935, -0.06741593033075333, 0.025365523993968964, -0.04359112307429314, -0.027526291087269783, 0.05009221285581589, 0.026173463091254234, 0.014608663506805897, -0.04746171459555626, -0.028334230184555054, 0.0144771384075284, 0.08327408134937286, -0.019916635006666183, 0.03440316766500473, 0.07290239632129669, -0.05076862871646881, -0.05253481864929199, -0.010099236853420734, 0.0219646655023098, -0.028691226616501808, -0.02775176241993904, 0.022509554401040077, 0.05783339589834213, -0.018864434212446213, 0.0036310278810560703, 0.002729142550379038, 0.019371746107935905, -0.04419238120317459, 0.05009221285581589, 0.02262229099869728, -0.016168173402547836, -0.01644061878323555, 0.001087429467588663, 0.005871649365872145, 0.02382480353116989, -0.00015618586621712893, 0.05467679724097252, 0.024482429027557373, 0.006482300814241171, 0.00148787593934685, -0.024163011461496353, 0.021213093772530556, 0.03953263908624649, -0.007727090269327164, -0.026981402188539505, -0.034854110330343246, 0.059148646891117096, 0.026004360988736153, -0.08966243267059326, -0.06704014539718628, -0.0429522879421711, -0.09071463346481323, -0.01538841798901558, 0.015623284503817558, -0.011085674166679382, 0.015172341838479042, -0.005871649365872145, 0.025797678157687187, 0.04595857486128807, 0.04152430221438408, -0.0074687376618385315, 0.059449274092912674, 0.002682169433683157, -0.020085737109184265, -0.04411722347140312, 0.0026633800007402897, -0.003372675273567438, -0.0177934467792511, 0.040697574615478516, 0.0713992565870285, -0.04283955320715904, -0.027864499017596245, -0.05028010532259941, 0.0026563340798020363, 0.04385417327284813, 0.02493337169289589, -0.08124483376741409, 0.0077223931439220905, 0.010164999403059483, -0.014975054189562798, 0.050956521183252335, -0.007614354602992535, -0.043741438537836075, -0.0527602918446064, -0.039720531553030014, 0.012353950180113316, 0.02549704909324646, -0.05539079010486603, -0.022021032869815826, -0.012673367746174335, -0.04505668953061104, 0.0219646655023098, -0.006905059330165386, -0.040058739483356476, 0.010211972519755363, -0.060012951493263245, -0.013772540725767612, 0.0453948937356472, 0.04291471093893051, 0.014007406309247017, -0.015858151018619537, -0.0006934417760930955, 0.044229958206415176, -0.047762345522642136, -0.012137873098254204, 0.015106579288840294, 0.055616263300180435, -0.029574323445558548, 0.06760381907224655, 0.0015712532913312316, -0.013500096276402473, 0.036920931190252304, 0.027526291087269783, -0.021664036437869072, 0.022904129698872566, -0.04167461767792702, 0.0026469395961612463, -0.01627151481807232, 0.054977428168058395, 0.013020968995988369, 0.023674489930272102, 0.03119020164012909, -0.007905588485300541, 0.016224540770053864, 0.020912466570734978, 0.03327580913901329, 0.004532913211733103, -0.018244389444589615, 0.03791676089167595, -0.0014432513853535056, 0.010249551385641098, -0.011715115047991276, -0.02829665131866932, 0.018967775627970695, -0.024313325062394142, 0.0027220966294407845, 0.04592099413275719, -0.0662509948015213, 0.01363162137567997, 0.049265485256910324, 0.030983518809080124, -0.0279772337526083, -0.040058739483356476, -0.04986674338579178, -0.0208560973405838, -0.05892317369580269, 0.01853562332689762, 0.06726561486721039, -0.07793792337179184, -0.0027714185416698456, -0.07448069751262665, 0.004516472574323416, 0.04704835265874863, 0.0795162245631218, 0.02397511899471283, 0.025872835889458656, 0.008088784292340279, 0.04674772173166275, -0.018253782764077187, -0.038198601454496384, -0.07718635350465775, -0.009606018662452698, 0.010897780768573284, -0.011724509298801422, 0.016017859801650047, 0.00042158440919592977, 0.015360234305262566, -0.044380273669958115, 0.11303629726171494, 0.03192298114299774, -0.012607605196535587, -0.008196822367608547, 0.021908298134803772, 0.009333573281764984, -0.05317365750670433, 0.007731787860393524, 0.024087853729724884, -0.008426991291344166, 0.031133832409977913, 0.009108101949095726, 0.046221621334552765, -0.03201692923903465, -0.03688335046172142, 0.004046740476042032, 0.01885504089295864, 0.022885339334607124, -0.026286199688911438, -0.008976577781140804, -0.07290239632129669, -0.02316717989742756, -0.06997127085924149, 0.10950390994548798, -0.026568038389086723, 0.025947991758584976, 0.02669956348836422, 0.06918212026357651, 0.09469795972108841, -0.047198664397001266, -0.02029241994023323, 0.017295530065894127, 0.09552469104528427, -0.030983518809080124, 0.019296588376164436, -0.07478132843971252, -0.017445843666791916, -0.011856034398078918, 0.002895897487178445, 0.019127484411001205, -0.010155604220926762, 0.04817570745944977, 0.03504200279712677, 0.021833140403032303, 0.005528744775801897, 0.011329934000968933, -0.020179683342576027, 0.022998075932264328, -0.029781004413962364, -0.011329934000968933, -0.07662267237901688, 0.0037390661891549826, -0.03727792575955391, -0.04682287946343422, -0.010512600652873516, -0.02805239148437977, -0.07331576198339462, -0.03870591148734093, -0.02653045952320099, -0.04964127019047737, 0.01403558999300003, -0.045019108802080154, -0.043966908007860184, 0.008741711266338825, -0.05757034569978714, 0.007717696018517017, 0.04640951752662659, -0.026417724788188934, -0.011686930432915688, 0.011245382949709892, -0.0036098898854106665, 0.04107335954904556, -0.012945812195539474, -0.04107335954904556, 0.012861260212957859, 0.04498153179883957, 0.026173463091254234, -0.03881864622235298, 0.01931537687778473, 0.053361549973487854, 0.018094073981046677, 0.024501217529177666, -0.025234000757336617, -0.010954149067401886, 0.06666436046361923, -0.008084086701273918, -0.024576375260949135, -0.01086959708482027, -0.025290368124842644, 0.016778824850916862, -0.05719456076622009, 0.024482429027557373, -0.02839059941470623, -0.03543657809495926, -0.01619635708630085, -0.044943951070308685, -0.07000885158777237, 0.044154804199934006, 0.04562036693096161, 0.04212556034326553, 0.024520007893443108, -0.022227715700864792, -0.0006300279637798667, 0.054000385105609894, 0.03212966397404671, 0.00910340528935194, 0.008412899449467659, 0.021269463002681732, -0.00012242388038430363, -0.006947335321456194, -0.015613889321684837, 0.0033538860734552145, 0.007872707210481167, 0.03254302963614464, 0.030288316309452057, -0.05403796210885048, 0.015379023738205433, 0.03506079316139221, -0.011771482415497303, -0.031885404139757156, -0.07012158632278442, -0.03258060663938522, 0.010418654419481754, -0.038198601454496384, -0.02701898105442524, 0.02341143973171711, -0.030588943511247635, -0.01238213386386633, 0.010315313003957272, -0.040547262877225876, 0.02004816010594368, -0.0665140450000763, -0.013443727977573872, 0.05726971849799156, -0.03583115339279175, -0.0031025793869048357, 0.06891907006502151, -0.03598146513104439, -0.04723624512553215, 0.07384186238050461, 0.02493337169289589, 0.02944279834628105, 0.01982268877327442, -0.0049274880439043045, -0.024501217529177666, 0.035962678492069244, 0.029705848544836044, -0.006313197314739227, -0.01982268877327442, -0.009436914697289467, -0.01982268877327442, -0.023862382397055626, -0.006627917755395174, -0.02348659746348858, 0.02132583037018776, 0.03192298114299774, -0.009676477871835232, 0.004427223466336727, -0.03641362115740776, -0.01732371374964714, 0.0070037031546235085, 0.005275089759379625, -0.005105986259877682, -0.0027596752624958754, -0.030006475746631622, -0.003234104486182332, 0.005566323641687632, -0.0066232201643288136, 0.04453058913350105, -0.013612831942737103, 0.05174567177891731, 0.02132583037018776, 0.02589162439107895, 0.003703836351633072, 0.05114441365003586, -0.012372739613056183, 0.00994892232120037, 0.05651814863085747, -0.07196293026208878, 0.008652462624013424, 0.037728868424892426, 0.03077683597803116, 0.013763145543634892, -0.00030650009284727275, -0.03064531274139881, 0.001932946965098381, -0.0009570788242854178, -0.014618057757616043, 0.007393580861389637, -0.05028010532259941, -0.025478260591626167, -0.007614354602992535, -0.015012633055448532, 0.0037085337098687887, -0.010860202834010124, 0.001851918175816536, -0.005495863500982523, -0.04235103353857994, -0.05918622389435768, -0.012889444828033447, -0.040058739483356476, -0.07106104493141174, -0.04385417327284813, 0.015660863369703293, 0.019991790875792503, -0.02839059941470623, 0.05073104798793793, 0.00020609489001799375, 0.07553289830684662, -0.007633144035935402, 0.0354553684592247, -0.03023194707930088, 0.03979568928480148, -0.059223804622888565, -0.017530396580696106, 0.05813402682542801, -0.018422886729240417, 0.04129883274435997, 0.01982268877327442, -0.008765198290348053, -0.031547196209430695, -0.04554520919919014, -0.0704222097992897, 0.0323927141726017, -0.03521110489964485, -0.038198601454496384, 0.008995366282761097, -0.00801362656056881, -0.06005053222179413, -0.06486058980226517, 0.02613588608801365, -0.02959311194717884, 0.0007850395049899817, 0.039419904351234436, 0.02549704909324646, 0.01948448084294796, -0.06038874015212059, 0.06903180480003357, 0.000500558118801564, -0.0453948937356472, 0.024670321494340897, 0.05572899803519249, 0.01026833988726139, -0.038442861288785934, -0.00693794060498476, 0.07669783383607864, 0.02188950777053833, 0.0407351553440094, -0.04227587580680847, 0.009310087189078331, -0.005284484475851059, -0.004852330777794123, 0.01948448084294796, -0.03737187385559082, 0.04554520919919014, -0.02493337169289589, 0.02647409215569496, -0.03013800084590912, 0.016374856233596802, 0.015970885753631592, -0.058810438960790634, 0.053774911910295486, -0.02438848279416561, -0.008920209482312202, -0.01963479444384575, 0.00032235353137366474, -0.003565265331417322, -0.008441083133220673, -0.021870719268918037, -0.01770889386534691, -0.044868793338537216, -0.02053667977452278, -0.031791456043720245, 0.010860202834010124, -0.025440681725740433, -0.05614235997200012, 0.020893676206469536, -0.00046767687308602035, 0.04314018040895462, 0.02566615305840969, -0.019597217440605164, 0.0026751235127449036, 0.010531390085816383, -0.05445132777094841, -0.027150506153702736, 0.027864499017596245, -0.03938232734799385, 0.04595857486128807, -0.0015278031351044774, 0.038367703557014465, 0.06685224920511246, -0.04163704067468643, -0.043328072875738144, 0.011038701049983501, -0.057382453233003616, 0.02117551676928997, -0.03391464799642563, -0.004119548946619034, 0.010277735069394112, -0.0040326486341655254, -0.04088546708226204, 0.028691226616501808, -0.010991727001965046, 0.005275089759379625, 0.009648294188082218, 0.03472258523106575, 0.002731491345912218, -0.019766319543123245, 0.03731550648808479, 0.011057489551603794, -0.02767660655081272, 0.0016933836741372943, -0.02758266031742096, -0.02046152390539646, 0.005829373374581337, -0.021119147539138794, 0.0026046636048704386, 0.022810183465480804, 0.03930716961622238, -0.08921149373054504, 0.00834713689982891, 0.019259009510278702, 0.009408731013536453, 0.04242618754506111, 0.013772540725767612, 0.046935614198446274, -0.007647235877811909, 0.05700666829943657, 0.0016252725617960095, -0.006031358148902655, -0.00029886694392189384, -0.017135821282863617, -0.012842471711337566, -0.012015743181109428, 0.026398934423923492, -0.003891729051247239, 0.0314156711101532, -0.042463768273591995, -0.0463719367980957, 0.052234191447496414, 0.05309849977493286, -0.04723624512553215, 0.037728868424892426, -0.05805886909365654, -0.020893676206469536, -0.04930306598544121, -0.03442195802927017, 0.07868949323892593, -0.07455585151910782, 0.0439293310046196, -0.03233634680509567, -0.01835712417960167, 0.015754809603095055, -0.006003173999488354, 0.005871649365872145, -0.06880633533000946, -0.007567381486296654, -0.0706852599978447, -0.007778760977089405, 0.08507785201072693, 0.042614080011844635, -0.042463768273591995, -0.046146467328071594, -0.016177568584680557, -0.049829162657260895, -0.00613469909876585, 0.004889909643679857, 0.014411375857889652, 0.0015477667329832911, 0.0033961618319153786, -0.0004882276407442987, -0.015848755836486816, 0.012814287096261978, 0.06155367195606232, -0.03631967306137085, -0.005246905609965324, -0.008535029366612434, 0.014627452939748764, -0.0005519350524991751, -0.001242441008798778, -0.01972874067723751, -0.035248685628175735, 0.05828433856368065, -0.022490765899419785, -0.02919853664934635, 0.02765781618654728, -0.007511013653129339, -0.015651468187570572, 0.005932714324444532, -0.01022136677056551, -0.025722520425915718, -0.003591100685298443, -0.005740124266594648, -0.006289710756391287, -0.05896075442433357, 0.03383949026465416, 0.04787508025765419, 0.030100421980023384, -0.05599204823374748, -0.011395696550607681, 0.031547196209430695, 0.01901474967598915, 0.008741711266338825, -0.022885339334607124, 0.00991134438663721, -0.04592099413275719, -0.01266397349536419, 0.03566204756498337, 0.07673540711402893, -0.043027445673942566, 0.04753687232732773, -0.010991727001965046, -0.006083028856664896, 0.05757034569978714, 0.039495062083005905, 0.017915576696395874, 0.04753687232732773, -0.031208990141749382, -0.0444178506731987, 0.0934954434633255, 0.044154804199934006, 0.041336409747600555, -0.003941051196306944, -0.02108156867325306, 0.01916506327688694, -0.049829162657260895, -0.015595100820064545, 0.01867654174566269, -0.029724637046456337, 0.08267281949520111, 0.017605552449822426, -0.03938232734799385, -0.027789341285824776, -0.03192298114299774, -0.01877048797905445, -0.06444722414016724, 0.03372675180435181, -0.019277798011898994, 0.022828971967101097, -0.04419238120317459, -0.026267409324645996, -0.011057489551603794, -0.03290002420544624, -0.0339898020029068, 0.00125301000662148, -0.006162883248180151, 0.004720806144177914, -0.029705848544836044, 0.030419841408729553, -0.017192188650369644, -0.057044245302677155, 0.05061831325292587, 0.011818455532193184, -0.032110877335071564, -0.10093600302934647, -0.03889380395412445, -0.03609420359134674, 0.0532488115131855, 0.0042863041162490845, -0.03583115339279175, -0.04595857486128807, -0.013885276392102242, 0.12987148761749268, 0.037973131984472275, 0.04411722347140312, -0.004993250593543053, -0.013312202878296375, -0.005232813768088818, -0.012673367746174335, 0.011921796947717667, 0.004941579885780811, -0.004774825181812048, -0.006627917755395174, 0.04434269666671753, -0.04449300840497017, 0.03453469276428223, 0.03987084701657295, 0.013763145543634892, -0.04144914820790291, -0.0004864661314059049, 0.015933306887745857, 0.014298640191555023, 0.03881864622235298, 0.0532488115131855, -0.02574131079018116, 0.0159520972520113, 0.04813813045620918, 0.0015266288537532091, -0.010211972519755363, -0.027244452387094498, 0.04828844219446182, 0.038442861288785934, 0.0027808130253106356, 0.04483121633529663, 0.030664101243019104, 0.08793381601572037, -0.022359240800142288, -0.07207567244768143, 0.04355354607105255, -0.024745479226112366, 0.015895728021860123, 0.008370622992515564, 0.007407672703266144, -0.046071309596300125, 0.005749518983066082, 0.028259074315428734, 0.03915685415267944, 0.04359112307429314, 0.0011978164548054338, 0.02468910999596119, 0.037240348756313324, -0.01431742962449789, 0.023054443299770355, 0.029931319877505302, 0.008403504267334938, 0.029705848544836044, -0.030889572575688362, -0.005561626050621271, 0.027601448819041252, 0.10582121461629868, -0.029330061748623848, 0.005509955808520317, -0.05843465402722359, 0.023317493498325348, 0.0039527942426502705, -0.022340450435876846, -0.002397981472313404, -0.04227587580680847, 0.0077223931439220905, -0.0004048502305522561, 0.0026093609631061554, -0.03782281652092934, 0.0449063740670681 ]
15,308
ipyleaflet.leaflet
VectorLayer
VectorLayer abstract class.
class VectorLayer(Layer): """VectorLayer abstract class.""" _view_name = Unicode("LeafletVectorLayerView").tag(sync=True) _model_name = Unicode("LeafletVectorLayerModel").tag(sync=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.011943451128900051, -0.06818591803312302, -0.03409295901656151, 0.05505084991455078, -0.03558475151658058, -0.047082483768463135, -0.05119401589035988, 0.06174572929739952, 0.052649423480033875, 0.007304334547370672, -0.008523239754140377, -0.017846953123807907, -0.023304738104343414, 0.011024723760783672, -0.010442560538649559, 0.031764302402734756, -0.0514850951731205, -0.03849557042121887, -0.05803443863987923, -0.0709511935710907, 0.01977537013590336, 0.047082483768463135, 0.045990925282239914, 0.002633380703628063, 0.05188533291220665, 0.06327390670776367, -0.011497731320559978, -0.007031444925814867, 0.024650990962982178, -0.0641835406422615, -0.08797948062419891, -0.01663714461028576, -0.07531742006540298, 0.027161572128534317, -0.021376321092247963, -0.0015759351663291454, 0.012843985110521317, 0.02752542495727539, 0.023559434339404106, -0.02628832682967186, -0.0035020781215280294, -0.012098087929189205, -0.004425353370606899, -0.020557653158903122, 0.009851300157606602, 0.02128535881638527, -0.03045443445444107, -0.0033087816555052996, 0.025069421157240868, 0.006421992555260658, -0.039841823279857635, 0.0263065192848444, 0.00834131333976984, -0.03338344767689705, -0.025069421157240868, -0.020539460703730583, 0.03573029488325119, 0.08339493721723557, -0.053631823509931564, 0.044426362961530685, -0.055960480123758316, -0.00674945954233408, 0.016773588955402374, 0.011270323768258095, -0.04952029511332512, -0.03547559678554535, -0.0331469401717186, -0.005403206218034029, 0.020939698442816734, 0.07004155963659286, -0.00712695624679327, -0.006240066606551409, 0.01856556162238121, 0.040678683668375015, 0.027052415534853935, 0.021085239946842194, 0.008909832686185837, -0.001971624558791518, 0.008095713332295418, -0.05879852548241615, -0.004302552901208401, -0.05337712913751602, -0.0009892233647406101, 0.018465502187609673, 0.03030889481306076, -0.05032077059149742, -0.018738392740488052, -0.05024799704551697, 0.004084241576492786, -0.014635957777500153, -0.05697926506400108, 0.05705203488469124, -0.035402826964855194, 0.05934430658817291, -0.03369272127747536, -0.01892031729221344, 0.0329832099378109, -0.04660947620868683, -0.05130317062139511, -0.014344875700771809, 0.03965989872813225, 0.0019170466111972928, -0.020139222964644432, -0.014344875700771809, -0.028562404215335846, -0.03598498925566673, -0.0469733290374279, -0.037222087383270264, -0.059198763221502304, 0.015481914393603802, 0.04453551769256592, 0.01764683425426483, 0.02310461923480034, 0.023268353193998337, -0.04016929119825363, 0.0033883743453770876, -0.010278826579451561, -0.011424961499869823, -0.02921733818948269, -0.011388575658202171, -0.01509077288210392, 0.03267393261194229, -0.02947203442454338, 0.02112162485718727, -0.0068358746357262135, 0.00577160669490695, 0.049847763031721115, 0.02223137393593788, -0.015954922884702682, -0.025123998522758484, 0.024432679638266563, 0.02932649292051792, -0.04438997805118561, -0.007713668048381805, 0.08790671080350876, -0.03907773271203041, 0.03547559678554535, -0.01153411716222763, -0.021721981465816498, 0.10799135267734528, 0.013035007752478123, 0.03980543836951256, -0.00018135762366000563, 0.04515406861901283, -0.04719163849949837, 0.016791781410574913, -0.012289110571146011, -0.07000517845153809, -0.028853485360741615, -0.04882897436618805, 0.017091959714889526, -0.03875026851892471, 0.0020864654798060656, 0.035257283598184586, -0.01670081913471222, 0.016691723838448524, -0.026615792885422707, -0.06192765757441521, 0.019920911639928818, -0.008618750609457493, -0.02279534563422203, -0.019975489005446434, -0.044717445969581604, -0.009055373258888721, -0.015290891751646996, -0.041952166706323624, 0.001135901315137744, -0.06793121993541718, -0.029435649514198303, 0.05825274810194969, 0.011406769044697285, -0.008932573720812798, 0.012962237000465393, 0.04369865730404854, 0.043043725192546844, 0.013344282284379005, 0.03252839297056198, 0.006895000580698252, 0.026615792885422707, -0.023959672078490257, 0.0698232501745224, 0.027197957038879395, -0.055123619735240936, 0.06341945379972458, 0.011688753962516785, -0.02268618904054165, 0.0358758345246315, 0.023704975843429565, 0.037367627024650574, -0.01781056821346283, 0.025251347571611404, -0.02848963253200054, -0.020084645599126816, -0.03240104392170906, -0.023977864533662796, -0.0050620948895812035, 0.05978092923760414, -0.006167295854538679, -0.008928025141358376, 0.019720792770385742, -0.02321377582848072, 0.027234341949224472, -0.028435055166482925, 0.011370383203029633, -0.03223730996251106, -0.00597627367824316, 0.04406251013278961, -0.03267393261194229, -0.06542063504457474, -0.004848331678658724, 0.04253432899713516, 0.02170378714799881, 0.012334591709077358, 0.10333404690027237, 0.04970221966505051, -0.09278232604265213, -0.12778492271900177, 0.03805894777178764, 0.03367452695965767, 0.028616981580853462, 0.058361902832984924, -0.009441966190934181, 0.005512361880391836, 0.0034179373178631067, -0.0030540849547833204, -0.050284385681152344, 0.06673050671815872, 0.01875658519566059, 0.002460550982505083, -0.02628832682967186, -0.010397078469395638, -0.09940443933010101, 0.02379593811929226, 0.027561809867620468, 0.010060515254735947, -0.025651585310697556, 0.013990120030939579, -0.0078091793693602085, 0.017255693674087524, -0.06287366896867752, 0.014763305895030499, -0.04864704981446266, -0.004857427906244993, 0.029799500480294228, -0.03305597975850105, -0.004366227425634861, -0.01879297010600567, 0.05217641592025757, 0.011743332259356976, 0.019648022949695587, 0.014845172874629498, -0.004086515866219997, -0.04893812909722328, 0.04169746860861778, 0.026361096650362015, -0.10551715642213821, -0.06010839343070984, -0.026797719299793243, 0.01642793044447899, -0.01990271918475628, -0.10238803178071976, -0.00792288314551115, -0.01689184084534645, 0.06556618213653564, 0.06680327653884888, -0.015736611559987068, 0.037040162831544876, -0.026615792885422707, -0.005462332163006067, 0.015682032331824303, 0.12414639443159103, 0.032310083508491516, -0.03685823455452919, 0.035803064703941345, -0.009687567129731178, -0.06189127266407013, -0.01272573322057724, -0.031364064663648605, -0.059016838669776917, -0.017128346487879753, 0.042752642184495926, -0.030945636332035065, -0.041952166706323624, 0.01944790408015251, -0.05370459705591202, -0.04755549132823944, 0.010688160546123981, -0.03798617795109749, -0.037767864763736725, -0.030363472178578377, 0.03240104392170906, 0.05697926506400108, -0.00034793373197317123, 0.0159276332706213, 0.0392596609890461, 0.029963234439492226, -0.04970221966505051, 0.059307921677827835, 0.0534135140478611, -0.03271031752228737, -0.0062582590617239475, -0.03740401193499565, 0.08208507299423218, -0.006881356239318848, -0.01990271918475628, 0.005757962353527546, 0.005253117065876722, 0.009223654866218567, -0.007536290213465691, 0.03751317039132118, 0.023322930559515953, 0.03529366850852966, -0.06243705004453659, -0.0010153752518817782, 0.009469255805015564, 0.07531742006540298, -0.0013724053278565407, -0.03127310425043106, -0.00497567979618907, 0.038313645869493484, -0.03465693071484566, -0.01607317477464676, -0.06207319721579552, -0.04835596680641174, 0.06487485766410828, -0.03369272127747536, 0.05632433295249939, -0.04853789135813713, 0.04904728755354881, 0.033456217497587204, -0.050684619694948196, 0.028817100450396538, 0.028835292905569077, 0.012616577558219433, -0.05883491411805153, -0.010051419027149677, 0.028726136311888695, 0.0301633533090353, 0.026324711740016937, -0.004370775539427996, 0.060872483998537064, 0.04420804977416992, -0.09896782040596008, 0.022631611675024033, -0.03918689116835594, 0.029508419334888458, -0.016509797424077988, -0.021903906017541885, 0.045008525252342224, 0.0276709645986557, -0.023468472063541412, -0.03765871003270149, 0.004477656912058592, 0.04926559701561928, 0.013198740780353546, 0.023268353193998337, 0.01620052196085453, -0.02978130802512169, 0.020412111654877663, -0.006503859534859657, 0.041115306317806244, -0.02572435513138771, 0.034565966576337814, 0.014172046445310116, 0.014708728529512882, -0.051667023450136185, 0.07437140494585037, -0.041078921407461166, 0.013535304926335812, -0.0063401260413229465, -0.028689751401543617, -0.012907659634947777, 0.004952939227223396, -0.0031154851894825697, -0.035803064703941345, -0.02365039847791195, 0.03765871003270149, -0.005926243960857391, -0.04078783839941025, -0.03714931756258011, 0.021740173920989037, 0.01313506718724966, 0.055123619735240936, 0.025506043806672096, 0.0481012687087059, 0.013726326636970043, 0.03423849865794182, 0.010961049236357212, 0.038859423249959946, 0.025815319269895554, 0.009969552047550678, -0.013571689836680889, -0.021721981465816498, -0.018993088975548744, -0.0027880179695785046, -0.022631611675024033, -0.033474408090114594, -0.0053804656490683556, -0.0038045302499085665, 0.009041729383170605, 0.004473108798265457, 0.0004263893933966756, -0.010833701118826866, -0.0024400842376053333, 0.015472818166017532, 0.0017442167736589909, 0.03560294583439827, 0.00633102934807539, -0.021794751286506653, -0.01741033047437668, -0.006162747740745544, 0.010342501103878021, -0.06192765757441521, -0.07990195602178574, 0.013644460588693619, 0.005121220834553242, 0.012825792655348778, 0.01509077288210392, -0.017401235178112984, -0.0005352608277462423, 0.020248379558324814, 0.05643348768353462, 0.029508419334888458, 0.022340528666973114, -0.014699631370604038, 0.023286545649170876, 0.031509608030319214, 0.01781056821346283, 0.042497944086790085, 0.01028792280703783, -0.0400601364672184, 0.02266799658536911, 0.018811162561178207, -0.023832323029637337, 0.04009652137756348, -0.013826386071741581, -0.01035159733146429, -0.0786648616194725, -0.028598789125680923, 0.03713112324476242, -0.005576035939157009, -0.00399782694876194, -0.027743736281991005, 0.04635477811098099, 0.049738604575395584, -0.01655527763068676, -0.0807752013206482, 0.033474408090114594, 0.033601757138967514, -0.023741360753774643, 0.02574254758656025, 0.048465121537446976, 0.011024723760783672, -0.013817289844155312, 0.04271625727415085, -0.04046037420630455, -0.08201230317354202, -0.03241923823952675, -0.04719163849949837, -0.024560028687119484, -0.03562113642692566, 0.01781056821346283, 0.03101840615272522, -0.009014439769089222, 0.002042120788246393, -0.007877402007579803, 0.03256477788090706, -0.03911411762237549, -0.013717230409383774, -0.028071202337741852, 0.024378102272748947, -0.0316915325820446, 0.001258701435290277, -0.033565372228622437, 0.015372758731245995, 0.059016838669776917, -0.014353971928358078, 0.01279850397258997, -0.0583982914686203, -0.06331029534339905, -0.01689184084534645, -0.00921001099050045, -0.018283575773239136, 0.028980832546949387, -0.008741551078855991, 0.06552979350090027, 0.0656389519572258, 0.054323144257068634, 0.04438997805118561, -0.054868921637535095, -0.049447525292634964, 0.07237021625041962, -0.024923881515860558, 0.04660947620868683, 0.06891362369060516, 0.016100462526082993, -0.013926445506513119, -0.0014133387012407184, -0.0030358924996107817, 0.02435990981757641, 0.027489040046930313, -0.05021161213517189, 0.02295907773077488, -0.03422030434012413, 0.060290321707725525, -0.015900343656539917, -0.006208229344338179, 0.000637878489214927, 0.022722573950886726, 0.0004678912810049951, 0.0065447925589978695, -0.02279534563422203, 0.08572359383106232, 0.002118302509188652, 0.0408606119453907, 0.04031483083963394, -0.06130910664796829, 0.027652772143483162, 0.011579598300158978, 0.017319368198513985, 0.013517111539840698, -0.013644460588693619, 0.021449090912938118, -0.060872483998537064, 0.015345469117164612, 0.016946420073509216, -0.03685823455452919, -0.0215582475066185, 0.023304738104343414, 0.05781612545251846, -0.03436584770679474, -0.005594228859990835, -0.041515544056892395, -0.0010631309123709798, -0.0007032582070678473, 0.027052415534853935, -0.05697926506400108, -0.0040228418074548244, -0.05050269514322281, -0.04631839320063591, -0.004595908802002668, -0.022213181480765343, 0.041515544056892395, -0.03533005714416504, -0.004716434981673956, 0.008145743049681187, -0.03602137416601181, -0.049993302673101425, -0.025415081530809402, 0.015245410613715649, -0.009814915247261524, 0.027361690998077393, -0.06232789531350136, -0.04511767998337746, 0.01919320784509182, 0.021503670141100883, -0.021594632416963577, -0.009651181288063526, -0.024578221142292023, 0.04384419694542885, -0.019575253129005432, 0.04024206101894379, 0.051230400800704956, 0.03976905345916748, -0.009291877038776875, 0.030399857088923454, 0.0009249806753359735, -0.027780121192336082, 0.037331242114305496, 0.043116495013237, 0.01892031729221344, -0.038459185510873795, -0.0005190580268390477, 0.014654150232672691, -0.015054387971758842, 0.03849557042121887, 0.07411670684814453, 0.03904134780168533, 0.015190832316875458, -0.04315287992358208, -0.04056952893733978, 0.04155192896723747, 0.05301327630877495, 0.004652760922908783, -0.004106982611119747, 0.03405657410621643, -0.012143569998443127, 0.04140638932585716, -0.012825792655348778, 0.001909087412059307, -0.01990271918475628, -0.013735422864556313, 0.02337750792503357, -0.017173826694488525, -0.03403837978839874, -0.022158604115247726, -0.02503303624689579, -0.0009391936473548412, 0.030436241999268532, 0.03951435536146164, -0.015954922884702682, -0.011297613382339478, -0.0102970190346241, 0.03878665342926979, -0.014708728529512882, -0.01766502857208252, -0.046536706387996674, 0.015281795524060726, -0.05661541223526001, 0.011142975650727749, 0.005112124606966972, -0.009323714300990105, 0.009150885045528412, -0.07670006155967712, 0.009441966190934181, -0.04511767998337746, -0.0011580735445022583, 0.06622111052274704, 0.05024799704551697, -0.02254064753651619, -0.05101208761334419, -0.00785011239349842, -0.01597311533987522, -0.002776647685095668, -0.03529366850852966, 0.0066266595385968685, 0.030254315584897995, 0.013762712478637695, 0.04144277423620224, -0.005989918019622564, 0.013817289844155312, -0.005248568952083588, -0.01917501538991928, -0.02432352490723133, 0.02405063435435295, -0.01425391249358654, -0.016655337065458298, 0.007468068040907383, -0.0027084252797067165, 0.023959672078490257, 0.024378102272748947, -0.0031132108997553587, 0.025360504165291786, 0.0158457662910223, -0.011288517154753208, 0.051266785711050034, 0.039150506258010864, 0.0022797619458287954, 0.05992646887898445, 0.004434449598193169, -0.025542428717017174, 0.004072871524840593, 0.04024206101894379, -0.002321832347661257, 0.004502671770751476, 0.014990713447332382, -0.02796204760670662, 0.026779526844620705, 0.05643348768353462, -0.05435952916741371, -0.07990195602178574, -0.005303146783262491, 0.017446717247366905, 0.020357534289360046, 0.019957296550273895, -0.022049447521567345, 0.0015713870525360107, -0.07728222012519836, 0.0004261051071807742, 0.03744040057063103, -0.020557653158903122, 0.006203681230545044, -0.023177389055490494, 0.020939698442816734, -0.020121030509471893, -0.03396560996770859, 0.018183518201112747, -0.02070319466292858, 0.053340744227170944, 0.01189796905964613, -0.006717622745782137, 0.0174558125436306, -0.018028879538178444, 0.030145160853862762, -0.006840422749519348, 0.01932055503129959, -0.057779740542173386, 0.02199487015604973, 0.0938011184334755, -0.044280823320150375, -0.03240104392170906, -0.022486070170998573, -0.009924070909619331, 0.04020567610859871, -0.009323714300990105, -0.04941113665699959, 0.016027692705392838, -0.09241847693920135, 0.021176202222704887, 0.018738392740488052, 0.03674907982349396, -0.0010818919399753213, -0.07087842375040054, 0.029672153294086456, 0.04992053285241127, 0.04060591384768486, -0.034857045859098434, -0.047337181866168976, 0.05479615181684494, -0.030145160853862762, 0.028143974021077156, 0.000023327052986132912, 0.03434765338897705, -0.030108775943517685, 0.03383826091885567, 0.007208823226392269, 0.005999014247208834, -0.011661465279757977, -0.01474511343985796, 0.030545398592948914, 0.005234924610704184, -0.015809381380677223, 0.021030660718679428, 0.04351673275232315, -0.0022990915458649397, 0.013662653043866158, -0.061964042484760284, 0.009769433178007603, -0.023704975843429565, 0.09227293729782104, -0.007590868044644594, 0.060581404715776443, -0.07371646910905838, -0.02794385515153408, 0.00826854258775711, -0.03671269491314888, -0.047337181866168976, 0.03203719109296799, -0.05184894800186157, 0.025142192840576172, 0.00451631611213088, -0.04340757429599762, 0.004811946302652359, 0.002291132230311632, -0.01764683425426483, 0.05705203488469124, 0.026070015504956245, 0.029290108010172844, -0.019502481445670128, 0.022176796570420265, 0.030272509902715683, 0.016873648390173912, -0.05865298584103584, -0.03438403829932213, 0.053886521607637405, -0.027361690998077393, 0.009423773735761642, -0.025906281545758247, -0.022085832431912422, -0.040824223309755325, 0.0022069914266467094, -0.08645129948854446, 0.04737356677651405, -0.02337750792503357, 0.013953734189271927, 0.009996840730309486, -0.02306823432445526, 0.04224324971437454 ]
15,373
ipyleaflet.leaflet
VectorTileLayer
VectorTileLayer class, with Layer as parent class. Vector tile layer. Attributes ---------- url: string, default "" Url to the vector tile service. attribution: string, default "" Vector tile service attribution. vector_tile_layer_styles: dict, default {} CSS Styles to apply to the vector data.
class VectorTileLayer(Layer): """VectorTileLayer class, with Layer as parent class. Vector tile layer. Attributes ---------- url: string, default "" Url to the vector tile service. attribution: string, default "" Vector tile service attribution. vector_tile_layer_styles: dict, default {} CSS Styles to apply to the vector data. """ _view_name = Unicode("LeafletVectorTileLayerView").tag(sync=True) _model_name = Unicode("LeafletVectorTileLayerModel").tag(sync=True) url = Unicode().tag(sync=True, o=True) attribution = Unicode().tag(sync=True, o=True) vector_tile_layer_styles = Dict().tag(sync=True, o=True) def redraw(self): """Force redrawing the tiles. This is especially useful when you are sure the server updated the tiles and you need to refresh the layer. """ self.send({"msg": "redraw"})
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.0446012057363987, -0.03762653097510338, -0.03927842900156975, 0.04985056445002556, -0.014087006449699402, -0.046326518058776855, -0.09441506117582321, 0.09324038028717041, 0.0332031212747097, 0.021658198907971382, 0.008502678014338017, 0.004840974695980549, -0.016665799543261528, 0.015527826733887196, 0.011122769676148891, 0.034194257110357285, -0.014784473925828934, -0.041297413408756256, -0.05620118975639343, -0.044197410345077515, 0.06453409045934677, 0.05741257965564728, 0.05260372534394264, 0.02666895091533661, 0.006997616961598396, 0.06486447155475616, -0.01980440318584442, 0.003333618864417076, 0.008663279004395008, -0.07393154501914978, -0.06416700035333633, 0.009080842137336731, -0.07980495691299438, 0.022539209574460983, -0.020116427913308144, -0.01764776185154915, -0.002929822076112032, 0.010388593189418316, -0.005561384838074446, -0.019272126257419586, -0.01689523085951805, -0.00931486114859581, 0.009562645107507706, -0.030596794560551643, 0.02648540772497654, 0.00465972488746047, -0.04037969186902046, 0.017042065039277077, -0.0087825832888484, -0.05333790183067322, -0.021456299349665642, 0.034781597554683685, 0.0234752856194973, -0.017143014818429947, -0.028687935322523117, 0.01383004430681467, 0.032450590282678604, 0.11232896149158478, -0.012012958526611328, 0.02193351462483406, -0.0634695366024971, -0.01406865194439888, 0.0019444198114797473, -0.004308696836233139, -0.020740479230880737, -0.006763598416000605, -0.047391075640916824, 0.0003140323970001191, 0.03832399845123291, 0.07885053008794785, 0.010351885110139847, 0.02446642331779003, -0.016243649646639824, 0.01173764280974865, 0.014518334530293941, 0.027605026960372925, 0.016317065805196762, -0.03502020612359047, 0.014564220793545246, -0.06952648609876633, 0.0032074323389679193, -0.0386543795466423, 0.03843412548303604, 0.03538729250431061, 0.04456449672579765, -0.07180243730545044, 0.006300149951130152, -0.0419214628636837, -0.04471133276820183, -0.003425390925258398, -0.05605435371398926, 0.05932144075632095, -0.0314410962164402, -0.0262835081666708, -0.045739177614450455, -0.038470834493637085, 0.021878451108932495, -0.02580629475414753, -0.05337461084127426, -0.009553467854857445, 0.05036449059844017, -0.0023746013175696135, -0.020446807146072388, 0.01667497679591179, -0.009681949391961098, -0.017097128555178642, -0.04405057430267334, -0.05172271654009819, -0.07286699116230011, 0.027146166190505028, 0.03252400830388069, 0.02668730542063713, 0.0017058125231415033, 0.04199488088488579, -0.02318161353468895, -0.004157273098826408, -0.03887462988495827, -0.02745819091796875, -0.035846155136823654, -0.015693016350269318, 0.007071034982800484, 0.034506283700466156, 0.011609161272644997, 0.02086895890533924, -0.010911693796515465, -0.0045404210686683655, 0.016619915142655373, 0.01795978657901287, -0.00917261466383934, -0.034671470522880554, -0.003574520582333207, 0.026742368936538696, -0.03558919206261635, 0.04783158004283905, 0.07877711206674576, -0.05131891742348671, 0.046253103762865067, -0.024117689579725266, 0.006584642920643091, 0.08978975564241409, 0.022961361333727837, 0.01013163197785616, -0.003624995006248355, 0.04037969186902046, -0.02297971583902836, -0.018106620758771896, -0.02854110114276409, -0.048565756529569626, -0.0025030821561813354, -0.060202449560165405, -0.006731478497385979, -0.0481252521276474, 0.024778448045253754, 0.024870220571756363, -0.005276891402900219, 0.04063665494322777, -0.010195872746407986, -0.03762653097510338, 0.05469612777233124, -0.005809169262647629, -0.025879712775349617, 0.005772460717707872, -0.03744298592209816, -0.019841112196445465, -0.015647130087018013, -0.028192367404699326, 0.023218322545289993, -0.05678853020071983, -0.01883161999285221, 0.07929103076457977, 0.0256961677223444, -0.009911378845572472, 0.028357556089758873, 0.02677907794713974, 0.040122732520103455, -0.00264303432777524, 0.010627200827002525, 0.006254263687878847, 0.052934106439352036, -0.006382744759321213, 0.02766008861362934, 0.011168655939400196, -0.047978416085243225, 0.0566784031689167, -0.01285726111382246, 0.015160739421844482, 0.044894877821207047, 0.004152684472501278, -0.006419453304260969, -0.010471188463270664, 0.01989617571234703, -0.01582149788737297, -0.013013273477554321, -0.007424356881529093, -0.022282248362898827, -0.004437177442014217, 0.036543622612953186, -0.007736382074654102, 0.04067336395382881, 0.01716136932373047, -0.035368937999010086, 0.024007562547922134, 0.004632193129509687, 0.002312655095010996, -0.0308537557721138, -0.01755598932504654, 0.025163890793919563, -0.024870220571756363, -0.06669990718364716, 0.0022530031856149435, 0.008117236196994781, 0.037222735583782196, 0.03777336701750755, 0.06534168124198914, 0.032175272703170776, -0.10234416276216507, -0.1234150230884552, 0.04860246554017067, 0.0009463990572839975, -0.001994894351810217, 0.055173344910144806, 0.0047446140088140965, -0.04397715628147125, 0.0006011067889630795, -0.003462099703028798, -0.0240626260638237, 0.0684986412525177, 0.022759463638067245, 0.005400783848017454, -0.029348693788051605, -0.03287274017930031, -0.0844302624464035, 0.05260372534394264, 0.045739177614450455, 0.0005747223040089011, -0.04394044727087021, 0.024484777823090553, 0.0078006223775446415, 0.03544235602021217, -0.03639678657054901, 0.018069911748170853, -0.05847713723778725, 0.030101224780082703, 0.015243333764374256, -0.027825279161334038, 0.02773350663483143, -0.04445436969399452, 0.07048092037439346, -0.005598093848675489, 0.019235417246818542, -0.02386072650551796, -0.006804896052926779, -0.03891133889555931, 0.05065815895795822, 0.025494270026683807, -0.08354925364255905, -0.04764803871512413, -0.04184804484248161, 0.0023723070044070482, -0.006671826355159283, -0.0380670391023159, -0.017234787344932556, 0.007924514822661877, 0.06045941263437271, 0.07327079027891159, -0.032468944787979126, -0.005708219949156046, -0.005276891402900219, 0.002599442610517144, 0.03166135028004646, 0.1305365264415741, 0.04999740049242973, -0.02026326395571232, 0.013729095458984375, 0.007901571691036224, -0.028761353343725204, -0.005992713384330273, -0.03393729776144028, -0.05242018401622772, -0.030137933790683746, 0.01668415404856205, -0.05363157391548157, -0.020410099998116493, 0.011453148908913136, -0.06420370936393738, -0.06603915244340897, 0.008612805046141148, 0.014490803703665733, -0.026650596410036087, -0.013885107822716236, 0.036708809435367584, 0.06985686719417572, 0.00960853137075901, 0.014187955297529697, 0.05102524906396866, 0.030101224780082703, -0.06152396649122238, 0.05469612777233124, 0.04805183410644531, -0.009227677248418331, 0.0004370642709545791, -0.04999740049242973, 0.07334420830011368, -0.022759463638067245, -0.01368320919573307, 0.016766749322414398, 0.005377840716391802, 0.036818936467170715, 0.014270550571382046, 0.04221513122320175, 0.08171381056308746, 0.01619776338338852, -0.03938855603337288, -0.024393005296587944, -0.01804237999022007, 0.05073157697916031, -0.0067819529213011265, -0.042361967265605927, -0.008860589005053043, 0.030688567087054253, -0.030027806758880615, -0.012903147377073765, -0.028357556089758873, -0.04772145301103592, 0.07936444878578186, -0.0537417009472847, 0.0997745469212532, -0.03986576944589615, 0.02978920005261898, 0.04566575959324837, -0.0259898379445076, 0.0200797189027071, 0.005162176676094532, 0.0011150301434099674, -0.01670250855386257, 0.00007391950202872977, -0.00007280820136656985, 0.06391003727912903, 0.03125755116343498, -0.004235279280692339, 0.042545512318611145, 0.05377840995788574, -0.08545811474323273, 0.007662964519113302, -0.018684785813093185, -0.00877340603619814, 0.0026109141763299704, -0.009126728400588036, 0.019143644720315933, 0.037314508110284805, -0.002590265590697527, -0.05231005698442459, 0.006116605829447508, 0.05502650886774063, 0.010315176099538803, 0.00552926491945982, 0.02609996497631073, -0.07055433839559555, 0.030725274235010147, -0.0016473078867420554, 0.009544290602207184, 0.025843003764748573, 0.023218322545289993, 0.009498405270278454, -0.006841604597866535, -0.06086320802569389, 0.045445509254932404, -0.03766323998570442, -0.011086060665547848, 0.021180983632802963, -0.009255209006369114, -0.01163669303059578, -0.017776241526007652, 0.008621982298791409, -0.018849974498152733, -0.034286029636859894, -0.006254263687878847, 0.00921849999576807, -0.02775186114013195, -0.050401199609041214, 0.029513884335756302, -0.002847227267920971, 0.05073157697916031, 0.01892339251935482, 0.05337461084127426, -0.0019501555943861604, 0.018785733729600906, -0.016537319868803024, 0.027146166190505028, 0.011563275940716267, -0.001905416720546782, -0.014692701399326324, 0.00340703665278852, -0.003666292643174529, -0.03606640547513962, -0.0316062867641449, 0.00892024114727974, 0.059725236147642136, 0.0246499665081501, -0.026173382997512817, 0.03131261467933655, 0.018088266253471375, -0.01193036325275898, 0.010462011210620403, 0.021309465169906616, 0.005042872857302427, 0.0457758866250515, 0.016362952068448067, -0.018703138455748558, -0.009792075492441654, -0.012049667537212372, 0.009108373895287514, -0.04937335103750229, -0.0401594378054142, 0.017629407346248627, -0.024080980569124222, 0.0026132084894925356, 0.029073378071188927, -0.016812635585665703, 0.012297451496124268, 0.02901831455528736, 0.06948977708816528, 0.04405057430267334, 0.04654677212238312, -0.01621611788868904, -0.014536689035594463, 0.0395720973610878, 0.00009170033445116132, -0.0027852810453623533, 0.01042530220001936, -0.04783158004283905, 0.013325298205018044, 0.007878628559410572, -0.002847227267920971, 0.0658188983798027, -0.01698700152337551, -0.016574028879404068, -0.06486447155475616, -0.03676387295126915, 0.03366198018193245, -0.008562330156564713, -0.020630352199077606, 0.025586040690541267, 0.06064295768737793, 0.04522525519132614, -0.024888573214411736, -0.09603025019168854, -0.0017884074477478862, 0.05337461084127426, -0.01203131303191185, -0.008016286417841911, 0.040012605488300323, 0.02349364012479782, -0.00004638789323507808, 0.0015096499118953943, -0.04985056445002556, -0.10975934565067291, -0.023750601336359978, -0.04772145301103592, -0.03803033009171486, -0.012499350123107433, -0.009443341754376888, 0.028174012899398804, 0.006006479263305664, -0.04316956177353859, -0.026411989703774452, 0.03615817800164223, -0.024136044085025787, -0.01378415897488594, -0.03503856062889099, 0.01862972229719162, -0.019161999225616455, -0.006837015971541405, -0.03795691207051277, 0.04790499806404114, 0.029422111809253693, -0.034304384142160416, 0.030413249507546425, -0.06486447155475616, -0.0679113045334816, -0.029036669060587883, -0.022190475836396217, -0.005396195221692324, 0.00796122383326292, -0.01638130657374859, 0.058844223618507385, 0.05755941569805145, 0.047097403556108475, 0.06361637264490128, -0.0378100760281086, -0.06479105353355408, 0.05587081238627434, -0.03960880637168884, 0.04324297979474068, 0.03446957468986511, 0.023438576608896255, -0.01686769910156727, -0.000981960678473115, -0.004331639502197504, 0.009099196642637253, 0.02308984287083149, -0.040306273847818375, 0.02802717685699463, -0.0008798643248155713, 0.04761132970452309, 0.012637007981538773, -0.012536059133708477, 0.002590265590697527, 0.026173382997512817, 0.007924514822661877, -0.03252400830388069, -0.010801567696034908, 0.05219992995262146, 0.027513254433870316, 0.0543290413916111, 0.05014423653483391, -0.07951128482818604, 0.025971483439207077, 0.023456931114196777, -0.02397085353732109, 0.008810115046799183, 0.0389847569167614, 0.04533538222312927, -0.04918980598449707, -0.022374020889401436, 0.044197410345077515, -0.0159316249191761, -0.005469612777233124, 0.03145945072174072, 0.05054803192615509, -0.029256923124194145, -0.009278152137994766, -0.035570837557315826, 0.0014293493004515767, -0.0018675607861950994, 0.007488597650080919, -0.05249359831213951, -0.04529867321252823, -0.08648595958948135, -0.042545512318611145, -0.001449998002499342, -0.022759463638067245, 0.047537911683321, -0.06574548035860062, -0.0682416781783104, -0.006740655284374952, -0.015023080632090569, -0.019841112196445465, -0.01067308709025383, -0.014087006449699402, -0.023695537820458412, 0.03368033468723297, -0.02395249903202057, -0.046032849699258804, -0.0005245344946160913, 0.033331599086523056, -0.05462270975112915, -0.006194612011313438, -0.02086895890533924, 0.04078349098563194, -0.008043818175792694, 0.026834141463041306, 0.028394265100359917, 0.02415439859032631, -0.03656197711825371, 0.025439206510782242, 0.001706959679722786, -0.011324668303132057, 0.00029711195384152234, 0.04823537915945053, 0.03037654049694538, 0.010471188463270664, -0.0038521308451890945, 0.02290629781782627, -0.018960101529955864, 0.02949552983045578, 0.06486447155475616, 0.02754996344447136, 0.03241388127207756, -0.024411359801888466, -0.01958415098488331, 0.04394044727087021, 0.05858726426959038, -0.034891724586486816, -0.02650376223027706, 0.010746504180133343, -0.03949867933988571, 0.052053093910217285, -0.0175651665776968, -0.006144137121737003, 0.0015486530028283596, 0.0010542311938479543, -0.0010089187417179346, -0.007227047346532345, -0.02637528069317341, 0.0016094519523903728, 0.0034093307331204414, 0.020336681976914406, 0.02589806728065014, 0.0669935792684555, -0.034212611615657806, 0.014931309036910534, -0.040306273847818375, 0.04452778771519661, -0.019822757691144943, -0.04599614068865776, -0.03591957315802574, -0.0010404653148725629, -0.06203789263963699, -0.006171668879687786, 0.012747135013341904, -0.011370554566383362, 0.01503225788474083, -0.059027768671512604, 0.004799677059054375, -0.053815118968486786, -0.025549333542585373, 0.07150876522064209, 0.040122732520103455, -0.03784678503870964, -0.03696577250957489, -0.029862618073821068, -0.032156918197870255, -0.024613257497549057, -0.019969593733549118, -0.037699948996305466, 0.030725274235010147, 0.017794596031308174, 0.018941747024655342, 0.024870220571756363, 0.03325818479061127, -0.007511540316045284, -0.015013903379440308, -0.016335420310497284, 0.031202489510178566, 0.003941608592867851, -0.0463632270693779, 0.023511992767453194, 0.0010748798958957195, 0.022337311878800392, 0.02386072650551796, -0.022355666384100914, 0.021015794947743416, 0.007139863912016153, -0.00810805894434452, 0.012159793637692928, 0.05462270975112915, 0.030688567087054253, 0.04456449672579765, 0.02299807034432888, -0.03355185315012932, 0.02881641685962677, 0.0605328306555748, 0.012508527375757694, -0.024007562547922134, 0.025494270026683807, -0.026411989703774452, 0.005267714615911245, 0.04023285582661629, -0.028669580817222595, -0.06512143462896347, -0.005231005605310202, 0.010498720221221447, -0.002149759791791439, 0.001519974204711616, -0.028375910595059395, 0.017225610092282295, -0.03795691207051277, 0.005625625140964985, 0.039241719990968704, -0.004331639502197504, -0.0007433534483425319, -0.04140754044055939, 0.028063885867595673, 0.0065708770416677, -0.051465753465890884, -0.024888573214411736, -0.05150246247649193, 0.0341208390891552, 0.023511992767453194, -0.033992357552051544, 0.046032849699258804, -0.05513663589954376, 0.03136767819523811, -0.027036039158701897, 0.022961361333727837, -0.03481830656528473, 0.014564220793545246, 0.01823510229587555, -0.04364677518606186, -0.014738587662577629, -0.030688567087054253, -0.007805211003869772, 0.025475915521383286, -0.04941006004810333, -0.04372019320726395, -0.031973373144865036, -0.08523786067962646, 0.04724423959851265, -0.022814525291323662, 0.005547618959099054, -0.008998247794806957, -0.05421891435980797, 0.06115688011050224, 0.04372019320726395, 0.035662610083818436, -0.03656197711825371, -0.050804995000362396, 0.033827170729637146, 0.007584958337247372, 0.044674623757600784, 0.03606640547513962, 0.05675182119011879, -0.023438576608896255, 0.0015853617805987597, -0.01013163197785616, 0.005465024150907993, -0.04232525825500488, -0.017106305807828903, 0.03773665800690651, -0.009782898239791393, -0.010085745714604855, 0.009626885876059532, 0.024099335074424744, -0.0047675566747784615, 0.018849974498152733, -0.07327079027891159, -0.03142274171113968, -0.014903777278959751, 0.04907967895269394, -0.008860589005053043, 0.06442396342754364, -0.03777336701750755, -0.03346008062362671, -0.0033955650869756937, -0.038287289440631866, -0.039829060435295105, 0.03393729776144028, -0.03687399998307228, 0.04144424945116043, -0.02988097257912159, -0.07143534719944, 0.01353637408465147, 0.0021222282666713, -0.027146166190505028, 0.04805183410644531, 0.008525621145963669, 0.03628665953874588, -0.005309011787176132, 0.022539209574460983, 0.04948347806930542, -0.032946158200502396, -0.06904927641153336, -0.017143014818429947, 0.10535428673028946, -0.013233526609838009, -0.0051897079683840275, -0.054475877434015274, -0.013848398812115192, -0.052640434354543686, 0.006809484679251909, -0.05634802579879761, 0.04405057430267334, -0.013894285075366497, 0.005923884455114603, 0.05462270975112915, -0.02668730542063713, 0.05587081238627434 ]
15,439
ipyleaflet.leaflet
VideoOverlay
VideoOverlay class. Video layer from a local or remote video file. Attributes ---------- url: string, default "" Url to the local or remote video file. bounds: list, default [0., 0] SW and NE corners of the video. attribution: string, default "" Video attribution.
class VideoOverlay(RasterLayer): """VideoOverlay class. Video layer from a local or remote video file. Attributes ---------- url: string, default "" Url to the local or remote video file. bounds: list, default [0., 0] SW and NE corners of the video. attribution: string, default "" Video attribution. """ _view_name = Unicode("LeafletVideoOverlayView").tag(sync=True) _model_name = Unicode("LeafletVideoOverlayModel").tag(sync=True) url = Unicode().tag(sync=True) bounds = List([def_loc, def_loc], help="SW and NE corners of the image").tag( sync=True ) # Options attribution = Unicode().tag(sync=True, o=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.06429585814476013, -0.06596493721008301, -0.08599389344453812, 0.04481116682291031, -0.028410641476511955, -0.03918709233403206, -0.04825817793607712, 0.08069638162851334, -0.028120366856455803, 0.01354313176125288, -0.008141299709677696, -0.0029753162525594234, -0.042017269879579544, 0.01708085462450981, 0.02668713591992855, 0.05253973230719566, -0.021190056577324867, -0.04709707945585251, -0.03637505695223808, -0.044230613857507706, 0.01576554775238037, 0.03263776749372482, 0.0059460969641804695, 0.002203139942139387, 0.011438639834523201, 0.07924500852823257, -0.020863497629761696, -0.03439755737781525, -0.028773484751582146, -0.019393982365727425, -0.013960401527583599, -0.024219799786806107, -0.037844572216272354, 0.010731094516813755, -0.04477488249540329, 0.011565634980797768, -0.020809071138501167, 0.0400216318666935, -0.09528268873691559, -0.032583341002464294, -0.015983253717422485, -0.0451740100979805, 0.0002813453902490437, 0.011747056618332863, 0.06542067229747772, -0.007270475383847952, -0.020954208448529243, -0.03915080800652504, 0.004957348573952913, -0.06835970282554626, -0.017389271408319473, 0.043831486254930496, -0.0003378979454282671, 0.0017098997486755252, -0.02788451872766018, 0.04481116682291031, -0.006540252827107906, 0.16023166477680206, -0.006966594140976667, 0.017997033894062042, -0.07503602653741837, -0.04281552508473396, -0.010286611504852772, 0.02527204528450966, -0.008916877210140228, -0.0010193632915616035, -0.04996354132890701, -0.002868731040507555, 0.005488006863743067, 0.06059485673904419, 0.020936066284775734, -0.014640732668340206, 0.019666114822030067, 0.04103759303689003, 0.04542800039052963, -0.009270650334656239, -0.0375542975962162, 0.020083384588360786, 0.007764849811792374, -0.020446227863430977, 0.03127710521221161, -0.02070021815598011, 0.02786637656390667, 0.009842128492891788, 0.0579460971057415, -0.0912914127111435, -0.01432324480265379, -0.08962233364582062, 0.01279023103415966, 0.013189359568059444, -0.04056589677929878, 0.034814827144145966, -0.02828364633023739, -0.009524640627205372, -0.039078239351511, -0.010812734253704548, 0.012318534776568413, 0.009724204428493977, 0.005120628047734499, -0.044266898185014725, 0.01812402904033661, -0.010604099370539188, -0.05790981277823448, 0.01959354616701603, 0.009211688302457333, -0.031404100358486176, -0.021008634939789772, -0.026233579963445663, -0.08134949952363968, 0.06759773194789886, 0.044956304132938385, 0.0005147841293364763, -0.017788399010896683, 0.060413431376218796, -0.03457897901535034, 0.007837418466806412, -0.03726402297616005, -0.021589184179902077, -0.025816310197114944, -0.022732142359018326, -0.006549323908984661, 0.06063114106655121, -0.026941126212477684, -0.019266987219452858, 0.016990143805742264, 0.00976955983787775, 0.037409160286188126, -0.004671609494835138, -0.057075273245573044, -0.021770605817437172, 0.006000523455440998, 0.01753440871834755, -0.03733659163117409, 0.03798970952630043, 0.04074731841683388, -0.049455560743808746, 0.058925773948431015, 0.007261404301971197, -0.01354313176125288, 0.03398028761148453, -0.016654513776302338, 0.02866463176906109, 0.02859206311404705, 0.021988311782479286, -0.03722773864865303, -0.039078239351511, -0.010504317469894886, -0.09412159025669098, 0.03416170924901962, -0.025761883705854416, 0.01503078918904066, -0.06821456551551819, 0.0032678586430847645, 0.04223497584462166, 0.03737287595868111, -0.01128443144261837, 0.018459660932421684, 0.0028936765156686306, 0.05533362552523613, 0.023221980780363083, -0.0038030529394745827, 0.019793109968304634, -0.04444832354784012, -0.013261928223073483, -0.01884971745312214, -0.04738735407590866, 0.03539537638425827, 0.015883471816778183, -0.0022496292367577553, 0.03499624878168106, 0.03421613574028015, -0.006159267388284206, -0.014395813457667828, 0.02367553487420082, 0.04553685337305069, 0.02376624569296837, 0.01699921488761902, 0.005574182607233524, 0.03356301784515381, -0.009896554984152317, 0.06589236855506897, 0.048367030918598175, -0.018595727160573006, 0.028102224692702293, -0.002431051107123494, 0.05961517617106438, 0.03642948344349861, -0.006417793221771717, -0.0195391196757555, -0.03987649455666542, 0.012264108285307884, -0.012890012934803963, -0.007107195910066366, -0.02712254785001278, -0.04216240718960762, -0.03534094989299774, 0.028519494459033012, 0.01392411720007658, 0.0503263846039772, 0.03751801326870918, 0.005351940635591745, -0.004390405490994453, -0.00192987360060215, 0.000895769742783159, 0.001208722242154181, 0.005292978603392839, 0.003918709233403206, -0.03325460106134415, -0.05253973230719566, -0.011239076033234596, 0.009166332893073559, 0.03637505695223808, 0.046081118285655975, 0.016554731875658035, 0.0533742718398571, -0.09013031423091888, -0.1071113869547844, 0.06523925065994263, -0.007225119974464178, 0.02489105984568596, 0.054753076285123825, -0.027666812762618065, -0.04147300496697426, 0.02224230393767357, 0.017298560589551926, -0.030605845153331757, 0.05986916646361351, -0.016935717314481735, -0.009551853872835636, 0.005991452373564243, -0.025925163179636, -0.05533362552523613, -0.00453554280102253, 0.016155604273080826, -0.02490920200943947, 0.04905643314123154, 0.04223497584462166, 0.04027562215924263, -0.030750982463359833, -0.060776278376579285, 0.02140776254236698, -0.023149412125349045, 0.0016702137654647231, 0.040057916194200516, -0.004127344116568565, -0.038896817713975906, -0.06284448504447937, 0.05094321817159653, 0.01768861711025238, 0.0042724814265966415, 0.011066724546253681, 0.02405652031302452, -0.03622991591691971, 0.05148748308420181, 0.03653833642601967, -0.09898369014263153, -0.06444099545478821, -0.05576903745532036, 0.029535455629229546, 0.007651461288332939, -0.05014496296644211, -0.04303323104977608, -0.014568164013326168, 0.05867178365588188, 0.058200087398290634, -0.023475971072912216, -0.03044256567955017, -0.03320017457008362, -0.0012427387991920114, -0.0027666811365634203, 0.11567448824644089, 0.01997453160583973, -0.035250239074230194, -0.025743741542100906, 0.02897304855287075, -0.02001081593334675, -0.024364937096834183, -0.07006506621837616, 0.041980985552072525, -0.024002093821763992, 0.022695858031511307, -0.04361378028988838, -0.03661090508103371, -0.01316214632242918, 0.02189760096371174, -0.05424509570002556, -0.016708940267562866, -0.0034901003818958998, -0.032220497727394104, -0.03987649455666542, 0.03124082088470459, 0.011184649541974068, 0.014568164013326168, 0.008876057341694832, 0.04147300496697426, 0.04782276600599289, -0.004218054935336113, 0.05272115394473076, 0.04299694672226906, -0.021752463653683662, -0.019793109968304634, -0.05163262039422989, 0.10152359306812286, 0.01277208887040615, -0.050689227879047394, -0.0055197556503117085, -0.025743741542100906, 0.008871521800756454, 0.003183951135724783, 0.018477803096175194, 0.07728565484285355, -0.0033290886785835028, -0.02445564791560173, 0.002977584023028612, -0.043142084032297134, 0.05159633606672287, 0.0008844308904372156, -0.019865678623318672, -0.02409280464053154, 0.01263602264225483, -0.0019412124529480934, -0.030315570533275604, -0.025126907974481583, -0.03428870439529419, 0.1010156124830246, -0.05576903745532036, 0.09317819774150848, -0.022387441247701645, 0.02977130375802517, 0.030787266790866852, -0.049165286123752594, 0.013833406381309032, -0.0034129961859434843, 0.03245634585618973, -0.04931042343378067, 0.014504666440188885, -0.04753249138593674, 0.023240122944116592, 0.05453537032008171, 0.011257218196988106, 0.010195900686085224, 0.002476406516507268, -0.06204622983932495, 0.024237941950559616, 0.0003095508145634085, 0.011248147115111351, -0.0022575664333999157, -0.04343235865235329, 0.01757069304585457, -0.0064223287627100945, 0.007841954007744789, -0.00301613612100482, -0.02969873510301113, 0.03795342519879341, -0.007882773876190186, 0.023113127797842026, 0.06037714704871178, -0.03390771895647049, 0.03269219398498535, -0.03436127305030823, -0.02184317447245121, 0.018740864470601082, -0.009170868434011936, -0.038134846836328506, 0.0038778893649578094, 0.009370432235300541, 0.01999267376959324, -0.023512255400419235, -0.003168076742440462, 0.0036828608717769384, -0.04785905033349991, 0.024673353880643845, 0.024745922535657883, -0.003088704776018858, 0.013606629334390163, -0.050616659224033356, 0.005220409948378801, -0.004989097360521555, -0.022042738273739815, -0.024546358734369278, -0.011574706062674522, 0.03699189051985741, 0.05460793897509575, -0.024183515459299088, 0.02828364633023739, 0.019774967804551125, -0.008753597736358643, -0.0074201482348144054, 0.0034991714637726545, 0.0054245092906057835, 0.00148198870010674, -0.0017235063714906573, -0.005088879261165857, -0.014631661586463451, 0.0041114697232842445, -0.0503263846039772, -0.0006956389406695962, 0.06171967089176178, 0.07427405565977097, 0.003095508087426424, 0.01765233278274536, 0.013416136614978313, -0.04847588390111923, 0.03432498872280121, 0.03947736695408821, -0.00035263848258182406, 0.08040610700845718, 0.03827998414635658, -0.017071783542633057, -0.05605931207537651, -0.02819293551146984, -0.038896817713975906, -0.0548982135951519, -0.0072296555154025555, 0.01566576585173607, 0.030388139188289642, 0.010976013727486134, 0.007674138993024826, -0.021371478214859962, -0.012336676940321922, 0.017661403864622116, 0.03396214544773102, 0.037772003561258316, -0.0012098561273887753, -0.010404535569250584, -0.02260514721274376, 0.052140600979328156, -0.019085565581917763, -0.03133153170347214, -0.016346096992492676, -0.025870736688375473, -0.0010976013727486134, 0.0034197994973510504, -0.05148748308420181, 0.05087064951658249, 0.006404186598956585, -0.014051112346351147, -0.031059399247169495, 0.008522285148501396, 0.040819887071847916, 0.04263410344719887, -0.004762320313602686, 0.03495996445417404, 0.0676703006029129, 0.035250239074230194, -0.009923768229782581, -0.06603750586509705, 0.009733275510370731, 0.051850326359272, -0.00019587876158766448, -0.00976955983787775, 0.052503447979688644, 0.0002487461897544563, 0.0062681203708052635, -0.001426428323611617, -0.05558761581778526, -0.06600122153759003, -0.023076843470335007, -0.05674871429800987, -0.059724029153585434, -0.009506498463451862, -0.009896554984152317, 0.025707457214593887, -0.03459712117910385, -0.021226340904831886, 0.03737287595868111, 0.04847588390111923, -0.05341055616736412, -0.04789533466100693, -0.03427056223154068, 0.015529699623584747, -0.027249542996287346, -0.01508521568030119, -0.020790928974747658, 0.06981107592582703, 0.03085983544588089, -0.003687396412715316, -0.005569647066295147, -0.03347230702638626, -0.022441867738962173, -0.019484693184494972, -0.02601587399840355, -0.009116441942751408, 0.018904143944382668, 0.012890012934803963, 0.054753076285123825, 0.03686489537358284, 0.015175927430391312, 0.014568164013326168, -0.027267685160040855, -0.04263410344719887, 0.08301857858896255, -0.04677052050828934, 0.02064579166471958, -0.008458787575364113, 0.04506515711545944, 0.011756127700209618, 0.009588138200342655, 0.003088704776018858, -0.009488356299698353, 0.006612821947783232, -0.06103026866912842, 0.0033472308423370123, -0.07706794887781143, 0.014395813457667828, 0.003161273431032896, -0.024600785225629807, -0.010440819896757603, 0.0019208025187253952, 0.06331618130207062, -0.009533711709082127, 0.026052158325910568, 0.03991277888417244, 0.0331638902425766, 0.014785869978368282, 0.05830894038081169, -0.05838150903582573, 0.0077875275164842606, 0.010005407966673374, -0.03271033614873886, 0.002839250024408102, 0.00035660708090290427, 0.09042058885097504, -0.061102837324142456, 0.009470214135944843, 0.02822921983897686, -0.032510772347450256, 0.0012143916683271527, 0.009905626066029072, 0.05014496296644211, -0.04187213256955147, -0.0027984301559627056, -0.05014496296644211, 0.007270475383847952, 0.03325460106134415, 0.023856956511735916, -0.03532280772924423, -0.0002229502861155197, -0.08563105016946793, -0.007547143381088972, -0.023820672184228897, -0.01542084664106369, 0.021171914413571358, -0.006467684172093868, -0.022333014756441116, -0.01070388127118349, -0.02365739271044731, 0.017697688192129135, 0.05076179653406143, -0.007565285544842482, 0.02189760096371174, 0.046806804835796356, -0.023040559142827988, -0.02405652031302452, -0.0466979518532753, 0.05246715992689133, -0.04096502438187599, -0.06552952527999878, -0.00443122535943985, 0.025925163179636, 0.015547841787338257, 0.038171131163835526, 0.015493415296077728, 0.03133153170347214, -0.055950459092855453, 0.027249542996287346, 0.039695072919130325, -0.01356127392500639, 0.007225119974464178, 0.0392596609890461, 0.030261142179369926, -0.017634190618991852, -0.02262328937649727, -0.05116092413663864, -0.02338526025414467, 0.03320017457008362, 0.06378787755966187, 0.06534810364246368, 0.013270999304950237, 0.0028959442861378193, -0.034887395799160004, 0.0035422591026872396, 0.11103009432554245, -0.03427056223154068, -0.06915795803070068, 0.00797802023589611, 0.011819625273346901, 0.034052856266498566, -0.017806541174650192, 0.01375176664441824, 0.02253257855772972, 0.0358307883143425, 0.021317051723599434, 0.007610641419887543, -0.035250239074230194, -0.026632709428668022, -0.010731094516813755, 0.021770605817437172, 0.032528914511203766, 0.03617548942565918, -0.0020239860750734806, -0.06132054328918457, -0.023494113236665726, 0.02636057697236538, -0.040057916194200516, -0.01841430552303791, -0.03610292077064514, -0.02977130375802517, -0.07420148700475693, 0.013570345006883144, -0.008422503247857094, 0.029589882120490074, -0.01202826015651226, -0.03655647858977318, 0.02334897592663765, -0.0267778467386961, -0.04016676917672157, 0.1055874451994896, 0.02222416177392006, -0.0001302551245316863, 0.0034538160543888807, 0.006481290794909, -0.01818752847611904, -0.0023426080588251352, -0.039658788591623306, -0.004218054935336113, 0.003000261727720499, 0.012291321530938148, 0.008667422458529472, 0.02596144750714302, 0.015638552606105804, -0.017044570297002792, -0.010440819896757603, 0.007728565484285355, -0.017352987080812454, -0.07187928259372711, 0.00921622384339571, -0.02149847336113453, 0.035975925624370575, 0.03673790022730827, -0.0010783253237605095, -0.04811304062604904, 0.015121500007808208, 0.018341736868023872, 0.000534910592250526, 0.07427405565977097, 0.032129786908626556, 0.05878063663840294, 0.013633842580020428, -0.006671783979982138, 0.027249542996287346, 0.019720541313290596, 0.04513772577047348, 0.027666812762618065, 0.02216973342001438, 0.029989009723067284, 0.0022541647776961327, 0.029517313465476036, 0.05330170318484306, 0.0010754906106740236, -0.04981840401887894, -0.05790981277823448, 0.02293170616030693, -0.00544718699529767, 0.015584126114845276, -0.008513214066624641, 0.009443000890314579, -0.03987649455666542, 0.012871870771050453, 0.029154470190405846, 0.004286088049411774, -0.049854688346385956, -0.0383162684738636, 0.058889489620923996, 0.002133972942829132, -0.04894758015871048, -0.06012315675616264, -0.0510883554816246, -0.0036669864784926176, -0.009306934662163258, -0.009370432235300541, 0.03677418455481529, -0.0004036633181385696, -0.014386742375791073, -0.024237941950559616, 0.05043523758649826, -0.018078673630952835, 0.0018289576983079314, 0.058163803070783615, -0.021716179326176643, -0.004621718544512987, -0.01827823929488659, -0.01164727471768856, -0.007175229024142027, -0.02180689014494419, -0.026197295635938644, 0.005397296044975519, -0.044593460857868195, 0.014658874832093716, -0.02146218903362751, -0.026451287791132927, -0.00033336240448988974, -0.08780810981988907, 0.07372979074716568, 0.011574706062674522, 0.027539817616343498, 0.021752463653683662, -0.04473859816789627, 0.009479285217821598, -0.08098665624856949, 0.0058508506044745445, 0.03954993560910225, 0.08047867566347122, -0.037028174847364426, 0.027539817616343498, 0.0218250323086977, 0.04448460787534714, -0.0497458353638649, 0.030696555972099304, 0.03439755737781525, -0.007565285544842482, -0.02931774966418743, 0.027739381417632103, 0.02706812135875225, 0.023856956511735916, -0.01818752847611904, -0.08759040385484695, -0.005891670472919941, 0.025907021015882492, 0.018976712599396706, 0.0006570867844857275, 0.06015944108366966, -0.03682861104607582, -0.0025149586144834757, -0.029462886974215508, -0.023530397564172745, -0.05500706657767296, -0.00028559748898260295, -0.034470126032829285, 0.02939031831920147, -0.0023040559608489275, -0.039005670696496964, 0.009524640627205372, 0.0023788923863321543, -0.03575821965932846, 0.02824736200273037, 0.011846838518977165, 0.009823986329138279, 0.0032451809383928776, 0.013479634188115597, 0.0407836027443409, -0.03846140578389168, -0.027394680306315422, 0.03312760591506958, 0.031476669013500214, -0.04677052050828934, 0.007878238335251808, -0.0026714347768574953, -0.012001046910881996, -0.009923768229782581, -0.021353336051106453, -0.008889663964509964, 0.045718275010585785, -0.02743096463382244, -0.020518796518445015, 0.080043263733387, -0.06451356410980225, 0.03677418455481529 ]
15,504
ipyleaflet.leaflet
WKTLayer
WKTLayer class. Layer created from a local WKT file or WKT string input. Attributes ---------- path: string, default "" file path of local WKT file. wkt_string: string, default "" WKT string.
class WKTLayer(GeoJSON): """WKTLayer class. Layer created from a local WKT file or WKT string input. Attributes ---------- path: string, default "" file path of local WKT file. wkt_string: string, default "" WKT string. """ path = Unicode("") wkt_string = Unicode("") def __init__(self, **kwargs): super().__init__(**kwargs) self.data = self._get_data() @observe("path", "wkt_string", "style", "style_callback") def _update_data(self, change): self.data = self._get_data() def _get_data(self): try: from shapely import geometry, wkt except ImportError: raise RuntimeError( "The WKTLayer needs shapely to be installed, please run `pip install shapely`" ) if self.path: with open(self.path) as f: parsed_wkt = wkt.load(f) elif self.wkt_string: parsed_wkt = wkt.loads(self.wkt_string) else: raise ValueError("Please provide either WKT file path or WKT string") geo = geometry.mapping(parsed_wkt) if geo["type"] == "GeometryCollection": features = [ {"geometry": g, "properties": {}, "type": "Feature"} for g in geo["geometries"] ] feature_collection = {"type": "FeatureCollection", "features": features} return feature_collection else: feature = {"geometry": geo, "properties": {}, "type": "Feature"} return feature
(**kwargs)
[ 0.01975543238222599, -0.06252585351467133, -0.04268037900328636, 0.04300453141331673, 0.004821802023798227, -0.02052980102598667, -0.04912745580077171, 0.08082258701324463, 0.054998259991407394, 0.034468457102775574, 0.04732659459114075, 0.018602881580591202, -0.044265132397413254, -0.02063785307109356, -0.03556698188185692, 0.023681307211518288, -0.05424189567565918, -0.008801702409982681, -0.015037178993225098, -0.023663297295570374, 0.026202509179711342, -0.054926224052906036, 0.012579006142914295, 0.021160103380680084, 0.04221215471625328, 0.006239979062229395, 0.0016252759378403425, 0.006321018096059561, 0.024095503613352776, -0.05089229717850685, -0.040915533900260925, -0.018836993724107742, -0.05409782752394676, 0.004313059151172638, -0.012867143377661705, -0.030236436054110527, 0.01632479391992092, 0.007018851116299629, 0.053953759372234344, -0.0699814110994339, -0.011507494375109673, 0.01928720809519291, -0.022384686395525932, 0.0015768778976053, 0.030416522175073624, 0.023735331371426582, -0.09688625484704971, 0.04210410267114639, -0.04232020676136017, -0.034126292914152145, -0.018458813428878784, 0.008301964029669762, -0.01528029516339302, 0.03850238397717476, -0.006005867384374142, -0.05910421907901764, -0.004054185468703508, 0.07347507774829865, 0.019863484427332878, -0.008644127286970615, -0.07606831938028336, -0.015829557552933693, 0.026256535202264786, -0.0037592947483062744, -0.06061694025993347, -0.04563378542661667, -0.038250263780355453, -0.0279313363134861, 0.03214534744620323, 0.03326188027858734, 0.0342523530125618, 0.04494946077466011, 0.0019381754100322723, -0.002212806371971965, -0.022240618243813515, 0.038178227841854095, -0.019809458404779434, -0.021232137456536293, 0.0181706752628088, 0.019413268193602562, -0.04343673959374428, -0.013686534017324448, 0.0007799973827786744, -0.006226472556591034, 0.04170791432261467, -0.046354129910469055, 0.043544791638851166, -0.01751336082816124, -0.028903799131512642, 0.02515801228582859, -0.03785407170653343, 0.0838480293750763, -0.051684677600860596, -0.0629940778017044, 0.020241664722561836, -0.04981178045272827, 0.007793220691382885, -0.04509352892637253, -0.03140699490904808, 0.016495876014232635, 0.029390031471848488, 0.014325839467346668, -0.0053710644133389, 0.047434646636247635, 0.00813988596200943, 0.008842221461236477, 0.009472522884607315, -0.030578600242733955, -0.08795399218797684, 0.030074357986450195, 0.0005101498099975288, -0.037169747054576874, 0.053953759372234344, 0.009751656092703342, 0.029678169637918472, -0.024401649832725525, -0.0033811142202466726, 0.0019550584256649017, -0.00108501804061234, -0.0624898336827755, 0.009454513899981976, 0.04772278293967247, 0.02553619258105755, 0.02931799739599228, -0.029408041387796402, 0.03513477370142937, 0.03943882882595062, 0.017639420926570892, 0.049559660255908966, -0.026598699390888214, 0.010805158875882626, 0.04502149671316147, -0.022888928651809692, 0.004335570149123669, 0.04105960205197334, 0.010075810365378857, 0.010282909497618675, -0.014568955637514591, -0.0009246289264410734, 0.0564749650657177, 0.06382247060537338, -0.0378180555999279, 0.037061695009469986, 0.03479260951280594, -0.05683513358235359, 0.03437841311097145, -0.08089461922645569, -0.03569304198026657, -0.025049960240721703, -0.022816892713308334, -0.02546415664255619, -0.020583827048540115, 0.002588735893368721, 0.007523091975599527, 0.01597362570464611, -0.04430115222930908, -0.034504473209381104, -0.005420587956905365, 0.05211688205599785, 0.04105960205197334, -0.023591263219714165, 0.07153014838695526, -0.01406471524387598, 0.0048668235540390015, -0.03383815661072731, 0.023141048848628998, 0.008419019170105457, -0.09861508011817932, -0.01901707984507084, 0.022888928651809692, 0.08060648292303085, 0.04491344466805458, 0.055610548704862595, 0.08168700337409973, 0.07044963538646698, 0.03835831210017204, 0.03644940257072449, 0.03245149180293083, 0.04487742483615875, -0.0073114908300340176, -0.0012189570115879178, 0.005488120019435883, -0.07163820415735245, 0.08953874558210373, 0.0037637969944626093, 0.03378412872552872, 0.016504880040884018, -0.020277680829167366, 0.01678401418030262, 0.01905309595167637, -0.01840478740632534, 0.007644650060683489, -0.005465609487146139, -0.010048797354102135, -0.0010630700271576643, -0.006262490060180426, 0.025103986263275146, -0.012822121381759644, -0.056186825037002563, 0.02955210953950882, -0.06072499230504036, -0.02948007546365261, 0.030218428000807762, 0.030182410031557083, -0.02982223778963089, -0.048046939074993134, -0.0021441488061100245, -0.030992796644568443, -0.08845823258161545, 0.007707680109888315, 0.00195843493565917, -0.00495686661452055, 0.019089113920927048, 0.06349831819534302, 0.09681422263383865, -0.11806436628103256, -0.08024631440639496, 0.04123969003558159, 0.04214011877775192, -0.023393169045448303, 0.02333914302289486, 0.048551179468631744, -0.002442416036501527, 0.03052457422018051, 0.03347798436880112, -0.034432440996170044, 0.08154293149709702, -0.005609678104519844, 0.009679621085524559, -0.0342523530125618, -0.031659115105867386, -0.08456837385892868, 0.024509701877832413, 0.006037382408976555, 0.006789241451770067, -0.05805971845984459, 0.04077146574854851, -0.029444057494401932, 0.043580807745456696, -0.07758104056119919, 0.020223654806613922, -0.06263390183448792, -0.0198274664580822, -0.032235391438007355, -0.09616591036319733, -0.003986653406172991, 0.017162194475531578, 0.033856164664030075, 0.01014784537255764, 0.002615748904645443, 0.016333797946572304, 0.05751946195960045, -0.024671779945492744, 0.044085048139095306, -0.020655861124396324, -0.11647961288690567, -0.05020797252655029, -0.04268037900328636, -0.0187829677015543, -0.007221447769552469, -0.013668525964021683, -0.029119903221726418, 0.012020738795399666, 0.12699663639068604, 0.05190077796578407, -0.06742419302463531, 0.021286163479089737, -0.007676165085285902, 0.022096550092101097, -0.011084292083978653, 0.062021613121032715, 0.028417566791176796, 0.012651040218770504, -0.022366678342223167, -0.023213082924485207, -0.04639014974236488, -0.0013022467028349638, -0.006321018096059561, 0.010994249023497105, 0.026184501126408577, 0.01278610434383154, -0.062093645334243774, -0.027228999882936478, 0.0214842576533556, -0.009868711233139038, -0.0540257953107357, 0.012020738795399666, -0.01901707984507084, 0.0008430274901911616, -0.04264435917139053, 0.03727779909968376, 0.008464041166007519, 0.010372952558100224, -0.019503312185406685, 0.04455327242612839, -0.013650516979396343, -0.017585396766662598, -0.05020797252655029, 0.05453003570437431, -0.021466249600052834, 0.027301033958792686, 0.03943882882595062, 0.10869989544153214, -0.0020496034994721413, 0.016991112381219864, -0.04973974823951721, -0.03666550666093826, -0.0026405106764286757, -0.01014784537255764, 0.04599395766854286, 0.026634715497493744, -0.05103636533021927, -0.07822935283184052, 0.0002162438613595441, -0.02441965974867344, 0.018656907603144646, 0.02948007546365261, -0.0354229137301445, -0.015451377257704735, 0.03218136355280876, -0.04012315720319748, -0.07397931814193726, -0.04437318444252014, -0.03056059032678604, 0.05960845947265625, -0.04819100722670555, 0.0633542463183403, -0.006919803563505411, 0.03565702214837074, 0.044193100184202194, -0.03131695091724396, 0.00106138177216053, 0.007090885657817125, 0.056042756885290146, -0.005879807285964489, 0.0157485194504261, 0.012119786813855171, 0.003493668045848608, -0.005091931205242872, -0.020853957161307335, 0.017810503020882607, 0.07743696868419647, -0.03326188027858734, 0.025248054414987564, -0.03113686665892601, 0.03133495897054672, 0.0037773035001009703, 0.004031674936413765, 0.039907053112983704, 0.06061694025993347, -0.03182119131088257, -0.06872081011533737, 0.0007012097630649805, 0.03857441619038582, 0.007379022892564535, 0.005587167572230101, 0.00815789494663477, -0.039258744567632675, 0.01313727255910635, -0.01959335431456566, 0.05190077796578407, -0.01323631964623928, 0.012678053230047226, 0.020187638700008392, -0.010499012656509876, -0.011183339171111584, 0.048587195575237274, -0.0339462086558342, -0.03383815661072731, -0.019197165966033936, -0.008198413997888565, -0.021304171532392502, -0.03156907111406326, 0.020745905116200447, 0.028561636805534363, -0.01578453555703163, 0.025914372876286507, 0.005177471786737442, -0.02958812564611435, 0.012678053230047226, -0.016144707798957825, 0.004929853603243828, 0.040447309613227844, 0.0163608118891716, 0.026562681421637535, -0.03423434495925903, -0.06353433430194855, -0.07275473326444626, 0.0065641338005661964, -0.02773324027657509, -0.007689671125262976, 0.000949390756431967, 0.028795748949050903, 0.02948007546365261, -0.0006314264610409737, -0.0028160945512354374, -0.0000796317690401338, 0.014965144917368889, 0.06295806169509888, 0.08190310001373291, -0.00008729949331609532, -0.0513245053589344, -0.006496601738035679, 0.03499070554971695, 0.008130881935358047, 0.01805361919105053, 0.020763913169503212, 0.04484140872955322, -0.002933150390163064, 0.04275241121649742, -0.006658678874373436, 0.034504473209381104, -0.010039793327450752, 0.009544556960463524, -0.0003643927338998765, 0.01971941441297531, 0.009922737255692482, 0.006847769487649202, -0.052405018359422684, 0.05798768624663353, 0.004718252457678318, 0.05971651151776314, 0.03488265350461006, 0.0348646454513073, 0.00465972488746047, -0.026832811534404755, 0.026526665315032005, 0.012759091332554817, 0.03911467641592026, 0.07073777168989182, -0.017252236604690552, -0.02692285366356373, -0.02701289765536785, -0.043076567351818085, 0.005348553415387869, 0.05964447557926178, -0.011327408254146576, -0.0341983288526535, -0.006469588726758957, -0.026436621323227882, 0.011777622625231743, 0.01673899218440056, 0.011795631609857082, 0.02079993113875389, 0.02715696580708027, -0.027715232223272324, -0.03648541867733002, 0.020889973267912865, 0.03182119131088257, -0.026598699390888214, 0.0014586964389309287, 0.05434994772076607, -0.010471999645233154, 0.011066283099353313, 0.01666695810854435, -0.013623503968119621, 0.0010383082553744316, -0.034936681389808655, -0.015532415360212326, -0.004306306131184101, -0.02839955873787403, 0.004934355616569519, 0.02839955873787403, -0.0636063665151596, 0.013344370760023594, -0.06083304435014725, 0.007559109013527632, 0.0005048034945502877, -0.04404903203248978, -0.020313698798418045, 0.06014871597290039, -0.02195248007774353, -0.01666695810854435, -0.03947484493255615, 0.0645788311958313, 0.0432206355035305, -0.013902637176215649, 0.04098756983876228, 0.013209306634962559, -0.043544791638851166, 0.008184907957911491, -0.009134861640632153, -0.018927035853266716, -0.026832811534404755, -0.0021441488061100245, 0.038826536387205124, -0.004477387759834528, 0.014379865489900112, 0.044193100184202194, -0.034162309020757675, -0.027192983776330948, 0.07995817810297012, -0.004322063643485308, 0.012101777829229832, -0.010661089792847633, 0.010805158875882626, 0.043076567351818085, 0.016811026260256767, 0.04185198247432709, -0.009013303555548191, 0.006235477048903704, -0.007365516386926174, 0.010327930562198162, 0.018584873527288437, 0.001870643114671111, 0.01518124807626009, -0.01423579640686512, 0.04015917330980301, 0.007802225183695555, -0.035512953996658325, -0.05182874575257301, 0.003466655034571886, 0.10430579632520676, 0.004785784985870123, 0.017918555065989494, 0.015082200989127159, -0.007135906722396612, 0.05406181141734123, -0.06378645449876785, -0.009229406714439392, -0.01195770874619484, 0.013038224540650845, 0.016766004264354706, -0.018963053822517395, -0.01354246586561203, 0.016018647700548172, 0.022060532122850418, -0.031190890818834305, 0.04502149671316147, 0.050099920481443405, 0.027643198147416115, -0.014010689221322536, 0.0057717557065188885, -0.0019505562959238887, 0.015955617651343346, -0.025013942271471024, -0.0202596727758646, -0.04228418692946434, -0.08406413346529007, -0.019611362367868423, 0.018458813428878784, -0.039330776780843735, 0.009850703179836273, -0.0672801211476326, -0.0016624187119305134, 0.011444464325904846, 0.022942954674363136, -0.028921809047460556, 0.00012908506323583424, 0.015883583575487137, 0.027985360473394394, 0.007104391697794199, 0.0012887403136119246, -0.0001606704609002918, -0.010661089792847633, 0.01840478740632534, -0.024779830127954483, -0.0405193455517292, -0.04401301220059395, 0.0013810343807563186, -0.03194725140929222, 0.0030637127347290516, 0.02067387104034424, 0.08845823258161545, -0.025716278702020645, 0.04293249920010567, -0.018260719254612923, 0.061589404940605164, -0.033550016582012177, -0.012236841954290867, 0.06695596873760223, 0.023177064955234528, 0.008959277532994747, -0.02438364177942276, -0.012056756764650345, 0.02049378491938114, -0.0035184298176318407, -0.006253485567867756, 0.035747066140174866, -0.015001161955296993, -0.004078947473317385, -0.00547011150047183, 0.061013128608465195, -0.015136227011680603, -0.009436504915356636, 0.012651040218770504, -0.04210410267114639, 0.03266759589314461, -0.018999071791768074, -0.04188799858093262, 0.008599105291068554, -0.023411177098751068, 0.008581097237765789, -0.020998025313019753, 0.015883583575487137, 0.012624027207493782, -0.009643604047596455, -0.034666549414396286, 0.022978970780968666, -0.0007687420002184808, -0.03835831210017204, 0.01085918489843607, -0.05582665279507637, 0.02661670744419098, -0.0017389552667737007, -0.016928082332015038, -0.046858370304107666, 0.00856759026646614, -0.020709887146949768, -0.04185198247432709, 0.03835831210017204, -0.01396566815674305, 0.01705414243042469, -0.0693691223859787, 0.004524660296738148, -0.03156907111406326, -0.008247938007116318, 0.01020187046378851, 0.0174053106456995, -0.04368885979056358, 0.031767167150974274, 0.0068792845122516155, -0.012281863950192928, 0.006010369397699833, 0.006640670355409384, -0.06771232932806015, 0.04675032198429108, -0.007072876673191786, -0.03194725140929222, 0.0052720168605446815, 0.02647263929247856, -0.024869874119758606, -0.021826419979333878, -0.061553388833999634, 0.031352970749139786, 0.0390426404774189, -0.02577030286192894, 0.008175903931260109, 0.019233182072639465, -0.010877192951738834, -0.02164633385837078, 0.024293597787618637, 0.04105960205197334, -0.03156907111406326, -0.014866097830235958, 0.02712094783782959, 0.03569304198026657, -0.024761822074651718, 0.04073544964194298, 0.017081154510378838, -0.07729290425777435, -0.017882537096738815, 0.06987336277961731, 0.016180725768208504, 0.026148485019803047, 0.07199837267398834, -0.023861391469836235, -0.0642186626791954, 0.04808295518159866, -0.00506491819396615, -0.057123273611068726, -0.020889973267912865, -0.030380504205822945, 0.015919601544737816, -0.02647263929247856, -0.06076100841164589, -0.02411351352930069, -0.027607180178165436, 0.07621238380670547, 0.0369536429643631, -0.05957244336605072, 0.026562681421637535, -0.02002556063234806, 0.018927035853266716, 0.0029444056563079357, -0.04440920427441597, -0.015496398322284222, -0.029606135562062263, 0.025878354907035828, -0.010544033721089363, 0.0017367041436955333, 0.07250261306762695, -0.058239806443452835, 0.029804229736328125, -0.011633554473519325, 0.02121412754058838, -0.002113759284839034, -0.011282386258244514, 0.06900894641876221, 0.026688741520047188, -0.01644184999167919, -0.014118741266429424, 0.004799291491508484, 0.009823690168559551, -0.03688160702586174, -0.11093296110630035, -0.0032528031151741743, -0.05960845947265625, 0.005028901156038046, -0.016639944165945053, 0.030416522175073624, 0.002579731633886695, -0.03857441619038582, -0.0024469182826578617, 0.04988381639122963, 0.021826419979333878, -0.07383525371551514, -0.03625130653381348, 0.05035204067826271, -0.03857441619038582, -0.033423956483602524, 0.03214534744620323, 0.016991112381219864, -0.01709916442632675, -0.017180202528834343, 0.015190252102911472, -0.0010546285193413496, -0.014568955637514591, 0.026112467050552368, -0.029732195660471916, 0.018161671236157417, 0.020727897062897682, -0.03454048931598663, 0.06511908769607544, -0.01134541630744934, 0.03131695091724396, -0.04372487589716911, -0.0642186626791954, -0.03738585114479065, -0.0024761823005974293, -0.004556175321340561, 0.016216741874814034, -0.026022424921393394, 0.013101254589855671, 0.021394213661551476, -0.02029569074511528, -0.00041307220817543566, 0.008635122328996658, -0.03126292675733566, 0.033820148557424545, -0.025140002369880676, -0.03090275451540947, -0.0315510630607605, 0.037673987448215485, -0.0028656180948019028, 0.025356106460094452, 0.061445336788892746, 0.022618798539042473, 0.0008447158033959568, 0.03194725140929222, 0.021862437948584557, 0.006532618775963783, -0.03789009153842926, 0.010165853425860405, 0.08363193273544312, 0.0154693853110075, -0.047974906861782074, -0.04372487589716911, -0.02553619258105755, -0.057807598263025284, -0.020817939192056656, -0.005983356852084398, 0.032037295401096344, -0.02975020371377468, 0.05319739878177643, 0.036593470722436905, -0.04783083498477936, 0.04617404565215111 ]
15,509
ipyleaflet.leaflet
__init__
null
def __init__(self, **kwargs): super().__init__(**kwargs) self.data = self._get_data()
(self, **kwargs)
[ -0.016593484207987785, -0.05135174095630646, -0.034257516264915466, 0.026003941893577576, -0.011482484638690948, 0.020979275926947594, -0.03258262947201729, 0.04240749031305313, 0.04713862016797066, -0.014055251143872738, 0.011991857551038265, 0.06368030607700348, -0.021756285801529884, 0.02051306888461113, 0.00022055758745409548, 0.02722989022731781, -0.0011514859506860375, 0.01992599479854107, -0.004769979510456324, -0.0029181051068007946, -0.025624070316553116, 0.004567093215882778, -0.033860377967357635, 0.048416368663311005, 0.0007144177216105163, 0.08398617058992386, -0.03985198959708214, -0.034412920475006104, 0.06899850815534592, 0.013848048634827137, -0.010826341807842255, -0.012915636412799358, 0.0015097740106284618, 0.07507645338773727, 0.001195732387714088, -0.0350690595805645, -0.041509613394737244, -0.0007122593815438449, -0.10871236026287079, 0.06917117536067963, 0.014055251143872738, -0.06561419367790222, -0.017318693920969963, 0.0017979153199121356, 0.032858897000551224, 0.021773552522063255, -0.025244198739528656, 0.0020245432388037443, -0.0034058948513120413, -0.04068079963326454, -0.004066353663802147, 0.0406462661921978, -0.011905523017048836, 0.03197828680276871, -0.038643307983875275, 0.09448444098234177, 0.02631474658846855, 0.08778488636016846, -0.0017547480529174209, 0.06374937295913696, -0.0629550963640213, 0.012734333984553814, 0.007636283524334431, -0.05235322192311287, -0.036329545080661774, -0.0383325032889843, -0.050350259989500046, 0.007036258932203054, 0.020444002002477646, 0.050695598125457764, 0.052076950669288635, 0.035207197070121765, -0.019114451482892036, 0.04530832916498184, 0.03733102232217789, 0.009686727076768875, -0.04244202375411987, -0.011430683545768261, -0.010558705776929855, 0.021410947665572166, 0.020392201840877533, -0.004774296190589666, -0.049210645258426666, 0.014607791788876057, -0.0004985815612599254, -0.0631968304514885, 0.0007003883947618306, -0.011335715651512146, -0.03524173051118851, 0.03581153601408005, -0.07562899589538574, 0.07058706134557724, -0.060295991599559784, 0.035604335367679596, 0.028283171355724335, -0.04896891117095947, -0.034464720636606216, -0.001806548796594143, -0.03028613142669201, 0.03822890296578407, -0.01713739149272442, 0.02669461816549301, 0.01466822624206543, -0.02702268771827221, 0.021946221590042114, -0.0522150844335556, 0.007562899496406317, -0.032755296677351, 0.014081152155995369, -0.0023957814555615187, -0.013468177057802677, 0.02821410447359085, -0.009393190033733845, 0.09068572521209717, -0.0414750799536705, 0.009764428250491619, -0.02800690196454525, -0.011914156377315521, 0.014236553572118282, 0.0020860566291958094, -0.033307839184999466, 0.06447458267211914, -0.009065119549632072, 0.031926486641168594, 0.010575972497463226, 0.050004925578832626, -0.014909962192177773, -0.018182039260864258, 0.04686234891414642, -0.06837689876556396, 0.027696097269654274, -0.009850762784481049, -0.006138380616903305, 0.012777500785887241, -0.0031706332229077816, -0.0009291747119277716, 0.11858902871608734, 0.002525283256545663, -0.02282683365046978, 0.06471631675958633, 0.0233793742954731, 0.019632458686828613, 0.05732608586549759, -0.0017730941763147712, 0.010342868976294994, 0.024881593883037567, 0.006142697297036648, 0.011396150104701519, -0.025002462789416313, -0.05932904779911041, 0.05843116715550423, -0.0034490618854761124, 0.016956089064478874, 0.020288599655032158, 0.024605322629213333, -0.04206215217709541, -0.044583119451999664, -0.04119880869984627, -0.014521457254886627, 0.022757764905691147, -0.01206955872476101, -0.0002488860918674618, 0.016248146072030067, -0.03639861196279526, -0.03829796984791756, 0.06098666787147522, 0.01007523201406002, -0.087577685713768, 0.010023431852459908, 0.028663042932748795, 0.007821902632713318, -0.06454364955425262, -0.04903797805309296, 0.019632458686828613, -0.017750365659594536, 0.028663042932748795, 0.004679328296333551, -0.002055839402601123, 0.005827576387673616, 0.017733098939061165, -0.011024911887943745, -0.040197327733039856, -0.0330488346517086, 0.03470645472407341, 0.04009372740983963, -0.020081397145986557, 0.03258262947201729, -0.006328316405415535, 0.039403051137924194, 0.03151208162307739, -0.000960470933932811, -0.012794768437743187, -0.03733102232217789, -0.02722989022731781, 0.029388252645730972, -0.012777500785887241, 0.025848539546132088, -0.04109520837664604, -0.045895401388406754, 0.03774543106555939, -0.0021087194327265024, -0.03588060662150383, 0.039437584578990936, -0.026021208614110947, -0.034620121121406555, 0.019856927916407585, 0.021169211715459824, 0.04351257160305977, -0.0322200246155262, -0.03391217812895775, -0.004968548659235239, -0.016049576923251152, 0.030545134097337723, 0.01534163486212492, 0.04264922812581062, -0.0779082253575325, -0.03871237486600876, -0.034412920475006104, 0.029578188434243202, -0.004107362125068903, 0.11340896040201187, -0.008555745705962181, -0.045895401388406754, -0.0050160326063632965, -0.02859397605061531, 0.02474345825612545, 0.03377404436469078, -0.06057226285338402, -0.04827823489904404, -0.008417611010372639, -0.04261469468474388, -0.012872469611465931, -0.005205968394875526, 0.01933892071247101, -0.008486677892506123, -0.005693758372217417, 0.011491117998957634, 0.011232114396989346, -0.08819929510354996, -0.040542665868997574, 0.03068326972424984, 0.001473081880249083, 0.008067956194281578, -0.029871726408600807, -0.029992593452334404, -0.01122348103672266, 0.03394671157002449, 0.07134680449962616, -0.020478535443544388, -0.025485934689641, 0.042476557195186615, -0.012587564997375011, -0.03418844938278198, 0.015643805265426636, -0.020582137629389763, -0.06858409941196442, 0.028922047466039658, 0.01333867572247982, 0.05352737009525299, -0.028507640585303307, -0.013166006654500961, -0.033083368092775345, -0.02070300467312336, 0.08578192442655563, -0.005788726266473532, -0.0051498510874807835, -0.007308212574571371, -0.02802416868507862, -0.039644788950681686, 0.005585839971899986, 0.09261962026357651, 0.028835712000727654, 0.046517010778188705, -0.007053526118397713, -0.029612721875309944, -0.04199308529496193, -0.008637763559818268, -0.030648736283183098, -0.022947700694203377, -0.00011135797103634104, 0.07134680449962616, -0.008840649388730526, 0.020426735281944275, -0.02166995219886303, 0.017033791169524193, -0.0943463072180748, 0.028835712000727654, 0.03757276013493538, -0.036709416657686234, -0.04261469468474388, -0.00309077394194901, 0.023068569600582123, -0.0216872189193964, 0.04834730178117752, 0.05894917622208595, -0.04368524253368378, -0.03543166443705559, 0.0574987567961216, 0.011258014477789402, 0.009453624486923218, 0.019425256177783012, -0.05967438593506813, 0.04706955328583717, 0.018268372863531113, -0.028852978721261024, -0.02396644838154316, 0.025744939222931862, 0.024484455585479736, -0.034222982823848724, -0.03427478298544884, 0.07176121324300766, 0.045204728841781616, -0.001988930394873023, 0.03698568418622017, -0.04869263991713524, -0.020633937790989876, 0.052076950669288635, 0.01753452979028225, 0.004126787651330233, 0.06920570880174637, -0.04313270002603531, -0.04199308529496193, 0.00019330826762598008, -0.0019910887349396944, 0.05525406077504158, 0.03947211802005768, 0.050695598125457764, -0.0030173896811902523, 0.025244198739528656, 0.035397130995988846, -0.015229400247335434, 0.01265663281083107, 0.018354708328843117, -0.022170690819621086, -0.015082631260156631, 0.011258014477789402, -0.05314749851822853, -0.03543166443705559, 0.029595455154776573, -0.05079920217394829, 0.0018907248741015792, -0.015505670569837093, 0.0015518621075898409, 0.021963488310575485, 0.01027380209416151, -0.03204735368490219, 0.03244449198246002, -0.06516525894403458, 0.0350690595805645, -0.003796558128669858, -0.019649725407361984, -0.02994079329073429, 0.022723231464624405, 0.03510359302163124, 0.06927477568387985, -0.04472125321626663, -0.0004896782920695841, -0.017465462908148766, -0.014918596483767033, -0.008961517363786697, 0.06668474525213242, 0.016196345910429955, -0.024104584008455276, 0.010152933187782764, -0.004653427749872208, -0.02144548110663891, -0.011102612130343914, 0.004549826495349407, 0.026521949097514153, 0.009911197237670422, -0.00786507036536932, -0.052284155040979385, -0.03199555352330208, 0.0606413297355175, 0.05812036246061325, -0.03815983608365059, -0.024967927485704422, 0.002333188895136118, -0.025365065783262253, 0.01840650849044323, 0.0029418470803648233, -0.0068290564231574535, -0.0022533296141773462, -0.01430562138557434, 0.01046373788267374, -0.01504809781908989, -0.025019729509949684, 0.030545134097337723, 0.03493092581629753, 0.0037231738679111004, -0.015963243320584297, -0.024795258417725563, -0.038263436406850815, -0.00436420738697052, -0.018941782414913177, -0.04416871443390846, 0.03353230655193329, 0.01724962703883648, -0.002892204560339451, -0.010852242819964886, -0.01206955872476101, -0.04447951912879944, 0.007657867390662432, 0.020996542647480965, 0.03605327382683754, -0.00022271594207268208, 0.040197327733039856, -0.03515539690852165, 0.03898864611983299, -0.0261075422167778, 0.01065367367118597, 0.005585839971899986, 0.013692646287381649, -0.01766403205692768, 0.021583616733551025, -0.013174640014767647, 0.018492842093110085, -0.00031970732379704714, 0.012907003052532673, 0.04465218633413315, -0.016628017649054527, 0.09068572521209717, 0.02341390773653984, 0.014417856000363827, 0.020254066213965416, 0.016973355785012245, -0.03375677764415741, -0.02836950682103634, 0.04409964755177498, 0.032479025423526764, -0.049210645258426666, 0.04389244318008423, -0.08474591374397278, -0.016170445829629898, 0.02185988798737526, 0.056117404252290726, -0.01189688965678215, -0.04451405256986618, -0.018354708328843117, 0.06368030607700348, 0.0032936600036919117, -0.025641337037086487, 0.05988158658146858, -0.0010414095595479012, -0.024898860603570938, -0.04351257160305977, -0.033843111246824265, 0.05173161253333092, 0.014469657093286514, -0.0749383196234703, 0.025088796392083168, 0.0475875586271286, 0.0621262826025486, -0.03524173051118851, -0.04140600934624672, -0.05307843163609505, -0.048036497086286545, -0.05836210027337074, 0.0322200246155262, -0.02935371920466423, -0.03242722526192665, -0.006898123770952225, -0.04838183522224426, -0.08709421008825302, 0.018734579905867577, 0.00883201602846384, 0.0025727672036737204, -0.0036174142733216286, -0.08522938936948776, -0.0045066592283546925, 0.02415638417005539, 0.013468177057802677, -0.00455414317548275, -0.06098666787147522, -0.00258787558414042, 0.0035267630591988564, -0.02802416868507862, -0.0526294931769371, -0.029388252645730972, -0.06019239127635956, 0.012164526619017124, -0.017120124772191048, 0.04744942486286163, 0.03992105647921562, -0.03256536275148392, -0.018078437075018883, 0.00422607222571969, -0.0007910395506769419, 0.03812530264258385, -0.004627527669072151, -0.01238036248832941, 0.07908236980438232, -0.01477182749658823, 0.01303650438785553, 0.004817463457584381, 0.06143560633063316, 0.022861367091536522, 0.003149049822241068, 0.056704480201005936, -0.005844843573868275, -0.014486923813819885, -0.004381474107503891, 0.029301919043064117, -0.005866426974534988, -0.014555991627275944, -0.025278732180595398, -0.03974838927388191, 0.05639367550611496, -0.007787369191646576, -0.004327515140175819, -0.00555993989109993, 0.022360626608133316, 0.014435122720897198, -0.003906634636223316, 0.0020105140283703804, -0.023534776642918587, -0.07783915847539902, 0.014849528670310974, -0.07970397919416428, 0.012984704226255417, 0.05563393235206604, 0.08847556263208389, 0.04333990439772606, -0.052664026618003845, -0.04157868027687073, 0.004141896031796932, -0.018285639584064484, -0.021048342809081078, 0.006388750392943621, 0.051524411886930466, -0.01418475341051817, -0.07977304607629776, -0.008124073036015034, 0.06202268227934837, 0.024622589349746704, 0.0429600328207016, 0.005300936289131641, -0.0067125046625733376, -0.05428711324930191, -0.015315734781324863, 0.0184237752109766, -0.005572889931499958, 0.04233842343091965, -0.08481498062610626, -0.028680309653282166, -0.0522150844335556, -0.012147259898483753, 0.10104586184024811, 0.02688455395400524, -0.004558459855616093, -0.002756227971985936, -0.06720274686813354, 0.006954241544008255, 0.0006636962061747909, -0.04240749031305313, -0.017698565497994423, 0.0018766955472528934, -0.032496292144060135, 0.03477552533149719, -0.008732731454074383, 0.003951960243284702, 0.032703496515750885, -0.03774543106555939, 0.034050315618515015, -0.026228411123156548, 0.019597923383116722, -0.00623334851115942, 0.07376416772603989, -0.08964971452951431, -0.06236802041530609, 0.015911443158984184, 0.0019673467613756657, -0.01996052823960781, 0.032927967607975006, 0.016645286232233047, 0.040024660527706146, 0.0024346320424228907, 0.014366055838763714, 0.015004930086433887, -0.07252095639705658, 0.03546619787812233, 0.01141341682523489, -0.030234331265091896, -0.039403051137924194, -0.04316723346710205, -0.014625058509409428, -0.018941782414913177, 0.014918596483767033, 0.0564282089471817, -0.04530832916498184, 0.013148739002645016, 0.015367534942924976, -0.04827823489904404, -0.01899358257651329, 0.01994326151907444, 0.012147259898483753, -0.029491854831576347, -0.049383316189050674, -0.0011385357938706875, -0.03646767884492874, -0.03650221228599548, 0.07431671023368835, -0.050937335938215256, 0.0010991457384079695, 0.0007122593815438449, -0.035742469131946564, -0.0537000373005867, 0.07852983474731445, -0.01838924176990986, -0.0070017254911363125, 0.009557225741446018, 0.00017145485617220402, 0.021410947665572166, -0.0014061726396903396, -0.010092499665915966, -0.03420571610331535, -0.03584606945514679, 0.012147259898483753, 0.016956089064478874, 0.0029742224141955376, 0.004709545057266951, -0.0068290564231574535, -0.012242227792739868, 0.07797729223966599, -0.05480511859059334, -0.017784900963306427, 0.050557464361190796, -0.05660087615251541, -0.06236802041530609, -0.016006410121917725, 0.05414897948503494, -0.02647014707326889, 0.03491365909576416, -0.022205224260687828, 0.059916120022535324, -0.005426121409982443, -0.011024911887943745, 0.006915390957146883, 0.03698568418622017, -0.011931423097848892, 0.021618150174617767, 0.021238278597593307, 0.02070300467312336, -0.03619140759110451, -0.03871237486600876, -0.010981744155287743, -0.03223729133605957, -0.023172171786427498, 0.006315366365015507, -0.045170195400714874, -0.04627527296543121, 0.0163776483386755, 0.013278241269290447, 0.040922537446022034, 0.017620865255594254, 0.00875863153487444, 0.026901820674538612, 0.00699740881100297, 0.025934875011444092, -0.0007672975771129131, -0.06181547790765762, 0.05677354708313942, 0.029405519366264343, -0.006617536768317223, 0.04358163848519325, -0.010334235616028309, -0.01535890158265829, -0.031926486641168594, 0.012095458805561066, 0.04389244318008423, -0.007351379841566086, 0.061850011348724365, -0.020806606858968735, 0.02284410037100315, 0.039195846766233444, -0.007994571700692177, -0.01371854729950428, -0.0787370353937149, 0.046344343572854996, 0.027333492413163185, 0.009030585177242756, 0.036433145403862, 0.007929820567369461, 0.008478044532239437, -0.04810556396842003, 0.06623580306768417, -0.03197828680276871, -0.0014385480899363756, 0.012035024352371693, -0.06754808872938156, 0.0023590894415974617, -0.029267383739352226, -0.028300438076257706, -0.015781940892338753, -0.022602364420890808, -0.06665021181106567, -0.06564872711896896, -0.08536752313375473, 0.021186478435993195, 0.014296988025307655, 0.003714540507644415, -0.01456462498754263, -0.008866549469530582, -0.013476810418069363, -0.0022295876406133175, 0.006850639823824167, -0.04454858601093292, 0.003345460630953312, 0.0008282713242806494, -0.014694126322865486, 0.06941290944814682, 0.0537000373005867, -0.027955099940299988, -0.06039959192276001, -0.004541193135082722, 0.05290576070547104, -0.027178090065717697, 0.02802416868507862, -0.03878144174814224, 0.014909962192177773, -0.0016349590150639415, 0.008020471781492233, 0.035224463790655136, 0.0406462661921978, 0.034067582339048386, 0.007234828546643257, -0.03950665146112442, -0.06934384256601334, 0.04427231475710869, -0.0018572702538222075, 0.025088796392083168, -0.012224961072206497, -0.015117165632545948, -0.01113714650273323, 0.02049580216407776, -0.0494869165122509, 0.01696472242474556, -0.00437931576743722, 0.025572270154953003, 0.06368030607700348, -0.00531388632953167, -0.01593734323978424, 0.007929820567369461, 0.053803641349077225, 0.005059199873358011, 0.014763194136321545, 0.039644788950681686, -0.011715587228536606, 0.008180190809071064, 0.004210963845252991, 0.014340154826641083, 0.05159347876906395, -0.01571287401020527, 0.05604833737015724, 0.020841140300035477, 0.008145657368004322, -0.02208435721695423, 0.0018497159471735358, 0.025244198739528656, -0.04637887701392174, -0.04492845758795738, -0.020392201840877533, 0.01027380209416151, 0.005279352888464928, 0.027575228363275528, 0.06488898396492004, 0.055875666439533234, 0.05760235711932182 ]
15,518
ipyleaflet.leaflet
_get_data
null
def _get_data(self): try: from shapely import geometry, wkt except ImportError: raise RuntimeError( "The WKTLayer needs shapely to be installed, please run `pip install shapely`" ) if self.path: with open(self.path) as f: parsed_wkt = wkt.load(f) elif self.wkt_string: parsed_wkt = wkt.loads(self.wkt_string) else: raise ValueError("Please provide either WKT file path or WKT string") geo = geometry.mapping(parsed_wkt) if geo["type"] == "GeometryCollection": features = [ {"geometry": g, "properties": {}, "type": "Feature"} for g in geo["geometries"] ] feature_collection = {"type": "FeatureCollection", "features": features} return feature_collection else: feature = {"geometry": geo, "properties": {}, "type": "Feature"} return feature
(self)
[ 0.05056943744421005, -0.06279965490102768, -0.021163253113627434, 0.020914047956466675, -0.005003268830478191, -0.011741387657821178, -0.011664709076285362, 0.07840371876955032, 0.06594346463680267, 0.030978094786405563, 0.04432014375925064, 0.018613694235682487, -0.05919576436281204, -0.03049885481595993, -0.03103560395538807, 0.013754197396337986, -0.0840395838022232, 0.010850001126527786, -0.0694323405623436, -0.011818066239356995, -0.018901238217949867, -0.06793710589408875, 0.010294081643223763, 0.0217958502471447, 0.03241581469774246, -0.0018786221044138074, 0.01234523020684719, -0.010888339951634407, 0.031783219426870346, -0.031418994069099426, -0.023655302822589874, -0.015834100544452667, -0.04991767182946205, 0.002549558412283659, -0.03431360796093941, 0.031955745071172714, 0.026319878175854683, -0.000278408668236807, 0.09515795856714249, -0.03761078044772148, -0.019322969019412994, -0.03883763402700424, -0.02522720955312252, 0.009014510549604893, -0.011722218245267868, 0.013878799974918365, -0.03147650510072708, -0.018527431413531303, 0.006877098698168993, -0.005784430541098118, -0.0173580851405859, 0.0038027719128876925, -0.0420197919011116, 0.026070673018693924, 0.03258834034204483, -0.0923975333571434, -0.01710887998342514, 0.06533004343509674, 0.018719127401709557, 0.04140636324882507, -0.03337429463863373, 0.003433756995946169, 0.019878888502717018, -0.0206840131431818, -0.02865857072174549, -0.020434807986021042, 0.0008332791039720178, -0.04240318387746811, 0.031016433611512184, 0.04941926151514053, 0.0204923152923584, 0.023770319297909737, 0.015259011648595333, -0.013811705633997917, 0.01537402905523777, 0.040294524282217026, 0.027086662128567696, -0.04930424317717552, 0.026013163849711418, -0.0017468309961259365, -0.06260795891284943, 0.03785998374223709, -0.07115760445594788, -0.011290902271866798, 0.0678604319691658, 0.031457334756851196, 0.04259487986564636, -0.007461771834641695, -0.03766828775405884, 0.022428447380661964, -0.036288078874349594, 0.029003623872995377, -0.03557880222797394, -0.004018430132418871, 0.04616042599081993, -0.042671557515859604, -0.021968375891447067, -0.02952120453119278, -0.016284586861729622, 0.040256187319755554, -0.004641442559659481, -0.014377209357917309, -0.023616962134838104, 0.08779682964086533, -0.00940269511193037, 0.004090316127985716, 0.05283145233988762, -0.042671557515859604, -0.0646015927195549, -0.010006537660956383, -0.03283754736185074, -0.0033379087690263987, 0.06789876520633698, 0.05463339760899544, 0.002767612924799323, -0.051412902772426605, 0.003012025495991111, -0.00600008899345994, -0.006714156828820705, -0.024402916431427002, -0.0394127257168293, 0.05474841594696045, 0.024115372449159622, 0.048920851200819016, -0.020051414147019386, 0.02093321643769741, 0.00969023909419775, -0.03450530394911766, 0.046428803354501724, -0.06870388984680176, 0.044013429433107376, 0.02879275754094124, -0.003062345553189516, 0.0033403050620108843, -0.019112104550004005, 0.021335778757929802, 0.03833922743797302, -0.018498675897717476, 0.017185557633638382, 0.035061221569776535, 0.03945106267929077, 0.003299569711089134, 0.04167473688721657, 0.01756894960999489, -0.08656997233629227, 0.021201591938734055, -0.013188693672418594, -0.03251166269183159, -0.058812372386455536, -0.04731060564517975, -0.007667845115065575, -0.03929770737886429, -0.010476193390786648, -0.051259543746709824, -0.005573565140366554, -0.08948375284671783, -0.013878799974918365, 0.005861109122633934, 0.03883763402700424, 0.02886943705379963, -0.03310592100024223, 0.058237284421920776, -0.04604541137814522, 0.02796846441924572, -0.0037213009782135487, 0.03513789921998978, 0.026722440496087074, -0.09554135054349899, 0.006076767109334469, -0.022754330188035965, 0.05474841594696045, 0.06483162939548492, -0.01132924109697342, 0.04788569360971451, 0.015575310215353966, -0.011262147687375546, 0.032780036330223083, 0.042748235166072845, 0.06797544658184052, 0.011655124835669994, 0.016754241660237312, 0.0006397858378477395, -0.07223109900951385, 0.06463993340730667, 0.017329329624772072, 0.020664842799305916, 0.02237093821167946, 0.0018858106341212988, 0.02666493132710457, 0.02093321643769741, -0.01891082338988781, 0.02097155712544918, -0.021393287926912308, 0.027795938774943352, -0.00941707193851471, 0.00039357610512524843, 0.0009824426379054785, 0.02150830626487732, -0.08664664626121521, 0.015891609713435173, -0.026799118146300316, -0.052103009074926376, 0.04627544432878494, 0.007159850560128689, -0.07618004083633423, -0.00421252241358161, -0.0014473057817667723, -0.027987634763121605, -0.09400778263807297, 0.0388951450586319, -0.009685446508228779, -0.03684399649500847, -0.01351457741111517, 0.010907509364187717, 0.09224417805671692, -0.10458941012620926, -0.0400644913315773, 0.021700002253055573, 0.004162202123552561, -0.024843817576766014, 0.004454538691788912, 0.022869348526000977, 0.007346753962337971, 0.002556747058406472, 0.019543420523405075, -0.011607200838625431, 0.013217448256909847, -0.013639179058372974, -0.04658215865492821, -0.059310782700777054, -0.00547771668061614, -0.06874223053455353, 0.024096203967928886, -0.06195618957281113, -0.0321091003715992, -0.041636399924755096, 0.029751239344477654, 0.01439637877047062, 0.08986714482307434, -0.055668555200099945, 0.05589859187602997, -0.06226290389895439, -0.021776679903268814, -0.03241581469774246, -0.09101732075214386, -0.003733282210305333, 0.025399737060070038, -0.0180098507553339, 0.05003269016742706, -0.01189474482089281, 0.04535530507564545, 0.052064668387174606, 0.012527341954410076, 0.03394938260316849, -0.051987990736961365, -0.0923975333571434, 0.000026639021598384716, -0.01660088449716568, 0.03847341239452362, -0.02796846441924572, 0.03659478947520256, -0.004267634823918343, 0.055706895887851715, 0.10267244279384613, -0.007087964564561844, -0.03320176899433136, 0.013083260506391525, -0.010351590812206268, 0.03241581469774246, -0.034236930310726166, 0.03692067414522171, 0.047732334583997726, 0.032895054668188095, -0.048269085586071014, -0.03251166269183159, -0.0687805712223053, 0.019025839865207672, -0.029118642210960388, 0.006977739278227091, 0.062416259199380875, -0.002808348275721073, -0.048959191888570786, -0.0029545165598392487, 0.0061007291078567505, 0.002717292634770274, -0.02804514393210411, -0.017166389152407646, -0.018920408561825752, 0.003685357980430126, -0.04286325350403786, -0.011003357358276844, 0.020338959991931915, -0.036824826151132584, -0.024517934769392014, 0.06575176864862442, 0.020166432484984398, -0.022428447380661964, -0.07226943969726562, 0.11049364507198334, 0.016773412004113197, 0.028524383902549744, 0.03832005709409714, 0.06506166607141495, 0.023981185629963875, 0.0008728164248168468, -0.03155318275094032, 0.005832354538142681, -0.02923365868628025, -0.05915742367506027, 0.008003313094377518, 0.004449746571481228, -0.06222456321120262, -0.0044281804002821445, 0.00873655080795288, -0.014626414515078068, -0.022926857694983482, -0.014885203912854195, 0.007682222407311201, 0.0018079341389238834, 0.026070673018693924, -0.03331678733229637, -0.02731669880449772, 0.02526555024087429, -0.0174251776188612, 0.08173923194408417, -0.021604154258966446, 0.00537707656621933, -0.02804514393210411, 0.04734894260764122, 0.040907952934503555, -0.029329506680369377, 0.007897880859673023, 0.032032422721385956, 0.08066572993993759, 0.03922102600336075, 0.05896572768688202, 0.00803206767886877, -0.011147130280733109, -0.020511485636234283, -0.04067791998386383, 0.016572130843997, 0.03475450724363327, -0.02158498391509056, 0.03782164677977562, 0.00463664997369051, -0.006920230109244585, 0.00018151226686313748, -0.048307422548532486, 0.03345097601413727, 0.004921798128634691, -0.0334126353263855, -0.040831275284290314, 0.0030887038446962833, 0.01851784624159336, 0.005573565140366554, 0.03582800552248955, -0.037917494773864746, 0.018776636570692062, 0.006378688849508762, -0.006115106400102377, 0.06824382394552231, -0.015143994241952896, 0.008477761410176754, 0.04263322055339813, -0.03598136454820633, -0.01218228880316019, 0.01974470168352127, 0.016361264511942863, -0.023616962134838104, -0.009728578850626945, 0.01807694509625435, 0.017990682274103165, -0.05900406837463379, 0.022045055404305458, 0.0166392233222723, -0.010217403993010521, 0.02768092043697834, -0.015642404556274414, -0.03302924335002899, 0.01118546910583973, -0.017329329624772072, 0.03998781368136406, 0.0056214891374111176, -0.004303578287363052, 0.03912517800927162, -0.02977040782570839, -0.05582191422581673, -0.061151064932346344, 0.003797979559749365, -0.01714721880853176, -0.031457334756851196, 0.022294260561466217, -0.009929859079420567, 0.04355335980653763, 0.0015132012777030468, -0.01118546910583973, 0.01714721880853176, 0.0033307201229035854, 0.05087615177035332, 0.09078728407621384, -0.011425089091062546, -0.04232650622725487, -0.02363613247871399, 0.031629860401153564, -0.019476326182484627, -0.028486045077443123, -0.011913914233446121, 0.009076811373233795, -0.0063211796805262566, 0.03828171640634537, 0.04305494949221611, 0.03713154047727585, 0.0021901282016187906, -0.0016809353837743402, -0.025687281042337418, 0.04182809591293335, 0.007562412414699793, 0.05175795406103134, 0.003929770551621914, 0.051374562084674835, -0.010974603705108166, 0.025993995368480682, 0.01855618506669998, 0.001228053355589509, -0.0160545501857996, 0.010389930568635464, -0.013064091093838215, 0.009762125089764595, 0.043323323130607605, 0.05283145233988762, -0.056857071816921234, -0.004262842703610659, -0.02706749364733696, -0.044051770120859146, 0.009326016530394554, 0.0552084855735302, -0.024422086775302887, -0.015968287363648415, -0.008592778816819191, -0.04320830851793289, 0.046505481004714966, -0.006407442968338728, 0.013016167096793652, 0.016898013651371002, -0.013188693672418594, -0.05482509359717369, -0.04738728329539299, 0.015096070244908333, 0.014530566520988941, -0.029080303385853767, 0.01081166137009859, 0.025610603392124176, 0.04796237125992775, 0.013504992239177227, 0.031054772436618805, 0.026185691356658936, 0.028601061552762985, -0.020108923316001892, 0.00786912627518177, 0.00029847686528228223, -0.019045010209083557, -0.010591210797429085, 0.014243022538721561, -0.06728534400463104, 0.029674559831619263, -0.04788569360971451, 0.0029161772690713406, 0.035674650222063065, -0.028121821582317352, -0.020185602828860283, 0.08127915859222412, -0.006637478247284889, -0.010974603705108166, -0.05425000563263893, 0.04309329017996788, 0.013188693672418594, -0.003390625352039933, 0.05286979302763939, 0.025859808549284935, -0.06019258499145508, 0.025629771873354912, -0.012872395105659962, -0.039681099355220795, -0.016294170171022415, -0.007782862987369299, 0.011511352844536304, -0.0030264025554060936, 0.0038818465545773506, 0.0028107445687055588, -0.07664011418819427, -0.015009806491434574, 0.09055724740028381, 0.021048234775662422, -0.018306979909539223, 0.013159939087927341, 0.04865247756242752, 0.06076767295598984, 0.016687147319316864, 0.030556362122297287, 0.06149611622095108, 0.010159894824028015, -0.008995341137051582, -0.03038383647799492, 0.006608724128454924, -0.021930037066340446, 0.018239887431263924, -0.006805212702602148, -0.01365834940224886, 0.04681219533085823, -0.04190477356314659, -0.03337429463863373, -0.009028887376189232, 0.07671678811311722, -0.02469046041369438, -0.020760690793395042, 0.03360433131456375, 0.01620790734887123, 0.0672086626291275, -0.12644276022911072, 0.041521381586790085, -0.01245066337287426, 0.02902279421687126, 0.0031941367778927088, 0.020185602828860283, 0.0013778159627690911, 0.007231736555695534, -0.008333989419043064, -0.03139982745051384, 0.016735071316361427, 0.02894611470401287, 0.03442862629890442, -0.0400644913315773, 0.0010046075331047177, 0.020166432484984398, -0.010092801414430141, -0.03324010968208313, 0.013217448256909847, -0.05574523285031319, -0.08917704224586487, -0.008123123086988926, 0.02731669880449772, -0.04297827184200287, -0.02685662731528282, -0.036575622856616974, 0.03515706956386566, -0.021239930763840675, 0.030038783326745033, -0.013447483070194721, 0.019840549677610397, -0.0018306979909539223, 0.06322138011455536, -0.024019524455070496, -0.019102519378066063, -0.016907598823308945, 0.021565813571214676, 0.002647802699357271, -0.020185602828860283, -0.023521114140748978, -0.056818731129169464, -0.03513789921998978, -0.02653074450790882, -0.03494620323181152, -0.025706451386213303, 0.11287067830562592, -0.02150830626487732, 0.022677652537822723, -0.04846078157424927, 0.06325972080230713, -0.05229470506310463, -0.05957915633916855, 0.05540018156170845, 0.01091709453612566, 0.012671113945543766, -0.011147130280733109, 0.01201934739947319, 0.032818377017974854, -0.04539364203810692, -0.025073854252696037, 0.025706451386213303, 0.0036134719848632812, 0.02367447130382061, -0.006776458118110895, 0.05770053341984749, 0.013504992239177227, 0.0008470572647638619, -0.007893088273704052, -0.050147708505392075, 0.004639046266674995, 0.004420991986989975, 0.003213306423276663, 0.03897182270884514, -0.0008698211750015616, 0.024920497089624405, 0.0013562501408159733, 0.006618308834731579, 0.004550386685878038, -0.0010028103133663535, -0.016898013651371002, -0.0029760824982076883, -0.03674814850091934, -0.02530388906598091, 0.014827695675194263, -0.04378339648246765, 0.022831009700894356, -0.007960181683301926, 0.006239708978682756, -0.026032334193587303, 0.013830875977873802, 0.0006266066920943558, -0.04432014375925064, 0.015594479627907276, -0.0836561918258667, 0.0030431761406362057, -0.05800724774599075, -0.0013538538478314877, -0.008367535658180714, 0.018795805051922798, -0.001104049850255251, -0.015201503410935402, -0.06563675403594971, 0.05770053341984749, -0.03617306053638458, -0.0003863875172100961, 0.041559722274541855, 0.06548339873552322, -0.0318407267332077, 0.03385353460907936, -0.015009806491434574, 0.0011112384963780642, 0.030978094786405563, 0.03640309348702431, -0.05191131308674812, -0.0011070451000705361, -0.0033786443527787924, -0.0029473279137164354, 0.08311944454908371, 0.018939577043056488, 0.02060733363032341, 0.013236617669463158, 0.005501678679138422, -0.023578623309731483, 0.06605848670005798, 0.016303755342960358, -0.031994082033634186, -0.012843640521168709, 0.0030264025554060936, 0.034371115267276764, -0.025208041071891785, 0.048920851200819016, 0.043400004506111145, -0.07794364541769028, -0.04378339648246765, 0.03046051412820816, -0.009187037125229836, 0.01916961371898651, 0.026722440496087074, -0.006464952137321234, -0.0510295107960701, -0.00600008899345994, -0.009666277095675468, -0.0759500041604042, 0.020166432484984398, -0.002375833922997117, -0.03147650510072708, -0.05306148901581764, -0.01645711250603199, -0.034045230597257614, -0.010303666815161705, 0.10320919752120972, 0.042134810239076614, -0.03933604434132576, 0.03161069005727768, 0.025054683908820152, -0.0004702545702457428, -0.00392497843131423, 0.007964974269270897, 0.0032180987764149904, -0.020089754834771156, -0.00020083165145479143, 0.02436457760632038, -0.0008368734270334244, 0.0937010645866394, -0.05060777813196182, 0.04470353573560715, 0.006632686126977205, 0.007687014527618885, -0.03272252902388573, -0.016974691301584244, 0.06444823741912842, 0.0510295107960701, -0.015268596820533276, 0.008333989419043064, 0.018278226256370544, -0.007921842858195305, 0.005309982690960169, -0.04366837814450264, 0.016284586861729622, -0.0858798623085022, 0.03521457687020302, 0.0063499342650175095, -0.0018594524590298533, 0.0058754864148795605, -0.013054505921900272, 0.010619965381920338, 0.057393819093704224, -0.05850565806031227, -0.07188604772090912, 0.02522720955312252, -0.004049580544233322, -0.029425356537103653, 0.00869821198284626, 0.0206840131431818, -0.00342417205683887, -0.01535485964268446, -0.0006960965692996979, 0.009718993678689003, -0.01476060226559639, 0.04723392426967621, 0.017511440441012383, -0.030843906104564667, 0.0321091003715992, 0.006757288705557585, 0.003948940429836512, 0.04727226495742798, -0.008314820006489754, 0.03749576210975647, -0.03711237013339996, -0.04485689476132393, -0.019936397671699524, 0.00980046484619379, -0.035751327872276306, -0.013897969387471676, -0.012258967384696007, 0.023252740502357483, -0.016361264511942863, -0.0549401119351387, 0.0021386099979281425, 0.02240927703678608, -0.012699868530035019, 0.01776064559817314, -0.018604109063744545, 0.007854748517274857, -0.03925936669111252, 0.07330460101366043, -0.022965196520090103, -0.0020307807717472315, 0.05900406837463379, -0.022562634199857712, -0.020415637642145157, 0.020588163286447525, -0.0025926900561898947, -0.0008416658383794129, 0.021124912425875664, 0.015834100544452667, -0.023041874170303345, 0.012546511366963387, -0.025668110698461533, -0.053176507353782654, -0.00606239028275013, -0.06843551993370056, -0.009249337948858738, 0.0027580279856920242, -0.007548035122454166, 0.006733326707035303, -0.022045055404305458, 0.0018858106341212988, -0.017271820455789566, 0.0665568932890892 ]
15,580
ipyleaflet.leaflet
WMSLayer
WMSLayer class, with TileLayer as a parent class. Attributes ---------- layers: string, default "" Comma-separated list of WMS layers to show. styles: string, default "" Comma-separated list of WMS styles format: string, default "image/jpeg" WMS image format (use `'image/png'` for layers with transparency). transparent: boolean, default False If true, the WMS service will return images with transparency. crs: dict, default ipyleaflet.projections.EPSG3857 Projection used for this WMS service.
class WMSLayer(TileLayer): """WMSLayer class, with TileLayer as a parent class. Attributes ---------- layers: string, default "" Comma-separated list of WMS layers to show. styles: string, default "" Comma-separated list of WMS styles format: string, default "image/jpeg" WMS image format (use `'image/png'` for layers with transparency). transparent: boolean, default False If true, the WMS service will return images with transparency. crs: dict, default ipyleaflet.projections.EPSG3857 Projection used for this WMS service. """ _view_name = Unicode("LeafletWMSLayerView").tag(sync=True) _model_name = Unicode("LeafletWMSLayerModel").tag(sync=True) # Options layers = Unicode().tag(sync=True, o=True) styles = Unicode().tag(sync=True, o=True) format = Unicode("image/jpeg").tag(sync=True, o=True) transparent = Bool(False).tag(sync=True, o=True) crs = Dict(default_value=projections.EPSG3857).tag(sync=True) uppercase = Bool(False).tag(sync=True, o=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.03813163936138153, -0.06554339826107025, 0.0006050801603123546, 0.030434835702180862, -0.03898477926850319, -0.06535793095827103, -0.08271747082471848, 0.064912810921669, 0.03451507166028023, 0.038094546645879745, 0.015189598314464092, 0.023906461894512177, 0.016191110014915466, 0.03750105947256088, 0.007775627542287111, 0.015736721456050873, -0.06869630515575409, -0.03905896842479706, -0.024815240874886513, -0.04929664358496666, 0.05141094699501991, 0.0265957061201334, 0.0796758383512497, 0.019622216001152992, 0.00861022062599659, 0.06372583657503128, 0.001685414812527597, 0.027708498761057854, -0.014030440710484982, -0.09095212817192078, -0.08182723820209503, -0.007872996851801872, -0.029359137639403343, 0.0033870579209178686, 0.017535733059048653, -0.025612741708755493, 0.008702953346073627, 0.00023342532222159207, -0.06724967807531357, -0.03006390668451786, -0.011582300998270512, 0.0024968250654637814, 0.026614254340529442, -0.050557807087898254, 0.029526056721806526, -0.004189194645732641, -0.02739320695400238, 0.037593793123960495, -0.025575648993253708, -0.04158129170536995, -0.0177304707467556, 0.027281928807497025, 0.0034032859839498997, -0.006876121740788221, -0.01174921914935112, -0.02731902152299881, -0.009022881276905537, 0.057123277336359024, 0.005044653080403805, -0.01722044125199318, -0.08004677295684814, -0.030954139307141304, 0.02118012309074402, -0.002247606171295047, -0.033828847110271454, -0.016163291409611702, -0.05263501778244972, 0.002951214788481593, 0.04896280914545059, 0.08575909584760666, 0.040913619101047516, 0.010868259705603123, -0.03078722022473812, -0.0035215201787650585, -0.020994657650589943, 0.0177953839302063, -0.01355750486254692, -0.051856063306331635, -0.008735409937798977, -0.05341397225856781, -0.014716662466526031, 0.013863522559404373, 0.013195847161114216, 0.03418123349547386, 0.07314746826887131, -0.0736667662858963, 0.040542688220739365, -0.028672916814684868, -0.040468502789735794, -0.03438524529337883, -0.05181897059082985, 0.061463162302970886, -0.013001109473407269, -0.020308436825871468, -0.01186049822717905, -0.018694890663027763, -0.029952626675367355, 0.015903638675808907, -0.05267211049795151, -0.012045963667333126, 0.03455216437578201, -0.02449995093047619, -0.011712126433849335, 0.04892571642994881, 0.01895454153418541, -0.01110009104013443, -0.03243786096572876, -0.022218728438019753, -0.08160468190908432, 0.016562040895223618, 0.02969297580420971, 0.0067602056078612804, 0.007140409667044878, 0.009129523299634457, 0.025186171755194664, -0.009324261918663979, 0.0009922387544065714, -0.007891543209552765, -0.025909485295414925, -0.030156638473272324, -0.0213470421731472, 0.01539361011236906, 0.006389275658875704, 0.0009360195836052299, 0.02329442650079727, 0.022237274795770645, 0.037297047674655914, -0.0032433222513645887, 0.011897590942680836, -0.058198973536491394, 0.008230017498135567, 0.031529080122709274, -0.04974175989627838, 0.035498034209012985, 0.05400745943188667, -0.04529059678316116, 0.025631288066506386, 0.008174377493560314, -0.00045757737825624645, 0.10593771189451218, 0.01665477268397808, 0.008916238322854042, 0.014892853796482086, 0.062464673072099686, -0.04525350406765938, -0.012769278138875961, -0.008670496754348278, -0.052226994186639786, -0.009978027082979679, -0.05382199585437775, -0.022904949262738228, -0.08071444928646088, -0.010654974728822708, 0.011916138231754303, -0.03228948637843132, 0.011025904677808285, 0.010441689752042294, 0.017897389829158783, 0.04013466462492943, 0.00835984293371439, -0.0024458221159875393, 0.02696663700044155, -0.04684850573539734, -0.005800423678010702, -0.030212277546525, -0.016052011400461197, 0.013019655831158161, -0.047033969312906265, 0.015514162369072437, 0.0467001311480999, 0.0337175689637661, 0.012732184492051601, 0.05908920615911484, 0.02537163719534874, 0.053451064974069595, 0.037593793123960495, 0.016849512234330177, 0.0018326278077438474, 0.00849894154816866, 0.0017804657109081745, 0.01070134062319994, 0.025111986324191093, -0.045438967645168304, 0.0669158399105072, -0.03121379017829895, 0.03356919810175896, 0.011183550581336021, 0.028802743181586266, -0.03260478004813194, -0.01671968586742878, 0.03494163975119591, 0.016460034996271133, -0.0058096968568861485, -0.00861022062599659, -0.028951114043593407, 0.004511440638452768, 0.03260478004813194, -0.02255256660282612, 0.03481181338429451, 0.07604072242975235, -0.08301421254873276, 0.045364782214164734, 0.015745993703603745, 0.04547606408596039, 0.0018639250192791224, -0.049556296318769455, 0.023739542812108994, -0.024963613599538803, -0.08850398659706116, 0.030434835702180862, 0.02377663552761078, 0.02891402132809162, 0.01563471555709839, 0.07136700302362442, 0.07210886478424072, -0.07826630771160126, -0.07244270294904709, 0.058124788105487823, -0.01222215499728918, 0.01084971334785223, -0.002696200041100383, -0.0008363320375792682, -0.012481806799769402, -0.012138696387410164, 0.01253744587302208, -0.004803548101335764, 0.08160468190908432, -0.01225924864411354, 0.006152807269245386, -0.018416691571474075, -0.03853966295719147, -0.0796758383512497, 0.0014860397204756737, 0.0614260695874691, 0.0067833890207111835, -0.027727045118808746, 0.02047535590827465, -0.01858361065387726, 0.032753150910139084, -0.06476444005966187, -0.00003988225944340229, -0.05014978349208832, 0.006393912248313427, 0.04391815513372421, -0.0504465289413929, -0.003797399578616023, -0.020271344110369682, 0.03221530094742775, 0.01214796956628561, 0.03162181377410889, 0.0016935289604589343, 0.034774720668792725, -0.008512851782143116, 0.05152222886681557, -0.015829453244805336, -0.0771535187959671, -0.09837073087692261, -0.08494305610656738, -0.01679387129843235, -0.047330714762210846, -0.01564398780465126, -0.033476464450359344, 0.006370728835463524, 0.06903014332056046, 0.06528374552726746, -0.017044249922037125, 0.0012287067947909236, -0.009532909840345383, -0.0056149582378566265, 0.024388670921325684, 0.12945470213890076, 0.05000141263008118, -0.014967040158808231, 0.0201044250279665, 0.010543695650994778, -0.041470013558864594, 0.014197359792888165, -0.04684850573539734, -0.06138897314667702, -0.00994093343615532, 0.025890938937664032, -0.037519607692956924, -0.04729362204670906, 0.006482007913291454, -0.03661082684993744, -0.05801350995898247, 0.019585123285651207, 0.06854793429374695, -0.004179921466857195, -0.038391292095184326, 0.028431812301278114, 0.06302107125520706, 0.011090817861258984, -0.046106643974781036, 0.04006047919392586, -0.00457635335624218, -0.07407478988170624, 0.019937507808208466, 0.04254571348428726, -0.03481181338429451, -0.010645701549947262, -0.00847112201154232, 0.08034351468086243, -0.015263784676790237, -0.026076404377818108, -0.00955145712941885, -0.02819070778787136, 0.002380909165367484, 0.01837032660841942, 0.049927227199077606, 0.06198246404528618, 0.015810906887054443, -0.020735006779432297, -0.05363652855157852, -0.006440278608351946, 0.02781977690756321, 0.0501868762075901, -0.008230017498135567, -0.01174921914935112, 0.07162665575742722, -0.01743372716009617, -0.03865094482898712, -0.018472332507371902, -0.03696320950984955, 0.10504747927188873, -0.0784146785736084, 0.07663421332836151, -0.02457413636147976, 0.06398548930883408, 0.000022295667804428376, -0.08598165959119797, 0.015328696928918362, 0.007859086617827415, -0.0046134465374052525, -0.025482915341854095, -0.007942546159029007, 0.02307186834514141, 0.02386936917901039, -0.004747908562421799, -0.04017175734043121, 0.020939018577337265, 0.05141094699501991, -0.06724967807531357, 0.019344018772244453, -0.018629977479577065, -0.004546215292066336, 0.002210513222962618, -0.0218477975577116, -0.011721399612724781, 0.0073815141804516315, 0.0051142023876309395, -0.05096583068370819, 0.027300475165247917, 0.0374639667570591, 0.03004535846412182, 0.030879952013492584, 0.004302792251110077, -0.023479891940951347, 0.05022397264838219, -0.009644189849495888, 0.03618425503373146, 0.03177018463611603, 0.009672009386122227, 0.02262675203382969, -0.011118637397885323, -0.041544198989868164, 0.06995746493339539, -0.027856869623064995, 0.004817457869648933, 0.0036397541407495737, -0.005767967086285353, -0.006954944226890802, -0.042842455208301544, -0.009597823023796082, -0.011582300998270512, -0.008151195012032986, 0.014355004765093327, -0.011489568278193474, -0.05541699752211571, -0.014410644769668579, 0.015950005501508713, 0.029674429446458817, 0.03928152471780777, 0.027152102440595627, 0.049927227199077606, -0.022830763831734657, 0.004900917410850525, -0.012120149098336697, 0.014271545223891735, -0.02192198485136032, -0.0020864831749349833, 0.0053413971327245235, 0.010256224311888218, 0.016617679968476295, -0.017424453049898148, -0.03269750997424126, -0.0026359239127486944, 0.04885152727365494, 0.013826428912580013, -0.025390183553099632, 0.032549139112234116, -0.01687733083963394, 0.009644189849495888, 0.004059369210153818, -0.011331922374665737, -0.013436952605843544, 0.01888035610318184, -0.013520411215722561, -0.006704566068947315, -0.018268320709466934, -0.014290092512965202, 0.004363068379461765, -0.061018045991659164, -0.02500070631504059, 0.0007528727292083204, 0.0014906764263287187, -0.003989819902926683, 0.03768652305006981, -0.037297047674655914, 0.019473843276500702, -0.001787420711480081, 0.030954139307141304, 0.05081745982170105, 0.032975710928440094, 0.013232940807938576, -0.031195243820548058, 0.0429537370800972, -0.03853966295719147, -0.00879104994237423, 0.019436750560998917, -0.04621792212128639, 0.002124735387042165, -0.002747202990576625, -0.01860215701162815, 0.07244270294904709, -0.01895454153418541, -0.01743372716009617, -0.031454894691705704, -0.03069448657333851, -0.00843866541981697, 0.0056335050612688065, -0.055973391979932785, 0.004534623585641384, 0.061463162302970886, 0.033272452652454376, -0.04287954792380333, -0.05838443711400032, 0.002194284927099943, 0.02522326447069645, 0.028153615072369576, 0.011025904677808285, 0.04510513320565224, -0.004305110312998295, -0.032326582819223404, 0.05537990480661392, -0.05652978643774986, -0.028005242347717285, -0.008531398139894009, -0.043139200657606125, -0.058644089847803116, -0.001417649444192648, -0.02919221855700016, 0.06328071653842926, -0.008489668369293213, -0.014549743384122849, -0.029785707592964172, 0.039170246571302414, -0.011192823760211468, 0.004905554000288248, -0.027838323265314102, 0.0213470421731472, 0.015291604213416576, 0.02140268124639988, -0.028561638668179512, 0.08182723820209503, 0.02956314943730831, -0.06413386017084122, 0.043213386088609695, -0.009430904872715473, -0.07400060445070267, -0.027485940605401993, -0.012416893616318703, 0.057420019060373306, -0.023683903738856316, -0.04736780747771263, 0.03375466167926788, 0.031677454710006714, 0.004715452436357737, 0.058273158967494965, -0.04202641174197197, -0.025557102635502815, 0.09399375319480896, -0.040542688220739365, 0.030954139307141304, -0.005406309850513935, 0.029229313135147095, 0.0029141216073185205, 0.008995060808956623, -0.006639653351157904, 0.02379518188536167, 0.02017861232161522, -0.0372043140232563, 0.021143030375242233, -0.01318657398223877, 0.052189901471138, -0.008531398139894009, -0.04514222592115402, -0.020141517743468285, 0.06680455803871155, 0.014716662466526031, -0.0232202410697937, -0.0176655575633049, 0.03497873246669769, 0.00156718073412776, 0.02507489174604416, 0.017860297113656998, -0.06928978860378265, 0.06131478771567345, 0.01736881397664547, -0.012416893616318703, 0.02854309044778347, 0.015300877392292023, 0.033272452652454376, 0.005721600726246834, -0.02487087994813919, 0.031900011003017426, -0.003199274418875575, -0.004207741469144821, 0.009347445331513882, 0.07796955853700638, -0.001293619628995657, -0.018119947984814644, -0.06509827822446823, 0.009305715560913086, 0.008165104314684868, -0.0030277189798653126, -0.0706622302532196, -0.0474419929087162, -0.06702711433172226, -0.037093035876750946, 0.017906663939356804, -0.02724483422935009, 0.047887109220027924, -0.05601048469543457, -0.0504465289413929, 0.012045963667333126, -0.007868360728025436, 0.005805060267448425, -0.012880557216703892, -0.013372039422392845, 0.0127970976755023, 0.022719483822584152, -0.0449567586183548, -0.002598830731585622, 0.00666747335344553, 0.05163350701332092, -0.018973087891936302, -0.024592682719230652, -0.05508315935730934, 0.03742687404155731, -0.032326582819223404, 0.0005346613470464945, 0.007539159618318081, 0.04506804049015045, -0.040208850055933, 0.007692168466746807, 0.01315875444561243, 0.023535531014204025, -0.04057978093624115, 0.03223384916782379, 0.030175184831023216, 0.02911803312599659, 0.013891342096030712, 0.018110675737261772, -0.024815240874886513, 0.035071466118097305, 0.04885152727365494, 0.054600950330495834, 0.03540530428290367, -0.04477129504084587, 0.02744884602725506, 0.03177018463611603, 0.02998971939086914, -0.021569600328803062, -0.0002318314800504595, -0.03063884750008583, -0.04187803715467453, -0.0053877634927630424, -0.05660397186875343, -0.026540067046880722, 0.034348152577877045, -0.013538958504796028, 0.020512448623776436, 0.028060881420969963, -0.01620965637266636, 0.012602359056472778, 0.0006694133626297116, -0.006435641553252935, 0.05248664692044258, 0.0744086280465126, -0.025056345388293266, 0.005364580545574427, -0.024555590003728867, 0.03013809211552143, 0.006064711604267359, -0.02112448401749134, -0.011619393713772297, -0.007951819337904453, -0.05853281170129776, -0.00020053422485943884, 0.02744884602725506, -0.030620301142334938, 0.009166616946458817, -0.04903699457645416, -0.013093842193484306, -0.04929664358496666, -0.030805766582489014, 0.04729362204670906, 0.044289086014032364, -0.08049188554286957, 0.006092531140893698, -0.02227436751127243, -0.03972664102911949, -0.01344622578471899, 0.005485132802277803, -0.0337175689637661, 0.043510131537914276, 0.035924606025218964, 0.004669086076319218, 0.013733696192502975, 0.028283439576625824, 0.003046265570446849, 0.019844774156808853, -0.04187803715467453, 0.01437355112284422, 0.04547606408596039, -0.027504486963152885, 0.010719886980950832, 0.0011017790529876947, 0.0023044049739837646, 0.00611107749864459, -0.002598830731585622, 0.04547606408596039, -0.016376575455069542, -0.024778148159384727, 0.01867634430527687, 0.058495718985795975, 0.00046800979180261493, 0.007775627542287111, 0.00843866541981697, -0.05552827566862106, 0.020160065963864326, 0.07526177167892456, 0.002777341054752469, 0.021662333980202675, -0.006704566068947315, -0.03713012859225273, 0.00048105031601153314, 0.04792420193552971, -0.045661527663469315, -0.0624275803565979, -0.03206693008542061, 0.02314605377614498, -0.01282491721212864, -0.008429392240941525, -0.029804253950715065, 0.0039179520681500435, -0.029952626675367355, 0.042842455208301544, 0.027634311467409134, -0.027634311467409134, -0.00231483718380332, -0.02566838078200817, 0.004073278978466988, -0.018203407526016235, 0.025130532681941986, -0.009876021184027195, -0.09206491708755493, 0.03379175439476967, 0.005234754644334316, -0.021606693044304848, 0.053228508681058884, -0.06884467601776123, 0.0561959482729435, 0.00182451365981251, 0.03293861448764801, -0.030453382059931755, 0.0033314183820039034, 0.022589659318327904, -0.00861022062599659, -0.009746194817125797, -0.01149884145706892, -0.005721600726246834, 0.033921580761671066, -0.03266041725873947, -0.029934080317616463, -0.018435239791870117, -0.06895595788955688, 0.04547606408596039, -0.044585827738046646, -0.010107852518558502, -0.013353493064641953, -0.05641850829124451, 0.03972664102911949, 0.06758350878953934, 0.008874508552253246, -0.015319423750042915, -0.03444088250398636, 0.0624275803565979, 0.015662534162402153, 0.0005940681439824402, 0.05326560139656067, 0.04540187492966652, -0.03308698907494545, 0.007668985053896904, -0.05074327439069748, 0.0025084165390580893, -0.006597923580557108, -0.012472533620893955, -0.003674528794363141, 0.01657131314277649, -0.002735611516982317, 0.0185372456908226, 0.012027417309582233, -0.0005940681439824402, 0.020234251394867897, -0.09147142618894577, -0.05211571604013443, -0.02392500825226307, 0.03957827016711235, -0.005091019440442324, 0.054971881210803986, -0.045364782214164734, 0.039244432002305984, 0.03303134813904762, -0.030249370262026787, -0.020642274990677834, 0.01743372716009617, -0.04888861998915672, 0.02646588161587715, 0.011934684589505196, -0.04258280619978905, 0.027578672394156456, 0.006546921096742153, -0.0335877425968647, 0.03876222297549248, 0.03395867347717285, 0.033699024468660355, 0.02646588161587715, 0.023628264665603638, 0.03266041725873947, -0.055936299264431, -0.04032013192772865, 0.004061687272042036, 0.10274770855903625, -0.03286442905664444, -0.041989315301179886, -0.04885152727365494, -0.00034137183683924377, -0.03310553357005119, -0.0008224221528507769, -0.023628264665603638, 0.06532083451747894, -0.020122971385717392, -0.02060518227517605, 0.048443503677845, -0.033624839037656784, 0.008225380443036556 ]
15,648
ipywidgets.widgets.widget
Widget
null
class Widget(LoggingHasTraits): #------------------------------------------------------------------------- # Class attributes #------------------------------------------------------------------------- _widget_construction_callback = None _control_comm = None @_staticproperty def widgets(): # Because this is a static attribute, it will be accessed when initializing this class. In that case, since a user # did not explicitly try to use this attribute, we do not want to throw a deprecation warning. # So we check if the thing calling this static property is one of the known initialization functions in traitlets. frame = _get_frame(2) if not (frame.f_code.co_filename == TRAITLETS_FILE and (frame.f_code.co_name in ('getmembers', 'setup_instance', 'setup_class'))): deprecation("Widget.widgets is deprecated.") return _instances @_staticproperty def _active_widgets(): # Because this is a static attribute, it will be accessed when initializing this class. In that case, since a user # did not explicitly try to use this attribute, we do not want to throw a deprecation warning. # So we check if the thing calling this static property is one of the known initialization functions in traitlets. frame = _get_frame(2) if not (frame.f_code.co_filename == TRAITLETS_FILE and (frame.f_code.co_name in ('getmembers', 'setup_instance', 'setup_class'))): deprecation("Widget._active_widgets is deprecated.") return _instances @_staticproperty def _widget_types(): # Because this is a static attribute, it will be accessed when initializing this class. In that case, since a user # did not explicitly try to use this attribute, we do not want to throw a deprecation warning. # So we check if the thing calling this static property is one of the known initialization functions in traitlets. frame = _get_frame(2) if not (frame.f_code.co_filename == TRAITLETS_FILE and (frame.f_code.co_name in ('getmembers', 'setup_instance', 'setup_class'))): deprecation("Widget._widget_types is deprecated.") return _registry @_staticproperty def widget_types(): # Because this is a static attribute, it will be accessed when initializing this class. In that case, since a user # did not explicitly try to use this attribute, we do not want to throw a deprecation warning. # So we check if the thing calling this static property is one of the known initialization functions in traitlets. frame = _get_frame(2) if not (frame.f_code.co_filename == TRAITLETS_FILE and (frame.f_code.co_name in ('getmembers', 'setup_instance', 'setup_class'))): deprecation("Widget.widget_types is deprecated.") return _registry @classmethod def close_all(cls): for widget in list(_instances.values()): widget.close() @staticmethod def on_widget_constructed(callback): """Registers a callback to be called when a widget is constructed. The callback must have the following signature: callback(widget)""" Widget._widget_construction_callback = callback @staticmethod def _call_widget_constructed(widget): """Static method, called when a widget is constructed.""" if Widget._widget_construction_callback is not None and callable(Widget._widget_construction_callback): Widget._widget_construction_callback(widget) @classmethod def handle_control_comm_opened(cls, comm, msg): """ Class method, called when the comm-open message on the "jupyter.widget.control" comm channel is received """ version = msg.get('metadata', {}).get('version', '') if version.split('.')[0] != CONTROL_PROTOCOL_VERSION_MAJOR: raise ValueError("Incompatible widget control protocol versions: received version %r, expected version %r"%(version, __control_protocol_version__)) cls._control_comm = comm cls._control_comm.on_msg(cls._handle_control_comm_msg) @classmethod def _handle_control_comm_msg(cls, msg): # This shouldn't happen unless someone calls this method manually if cls._control_comm is None: raise RuntimeError('Control comm has not been properly opened') data = msg['content']['data'] method = data['method'] if method == 'request_states': # Send back the full widgets state cls.get_manager_state() widgets = _instances.values() full_state = {} drop_defaults = False for widget in widgets: full_state[widget.model_id] = { 'model_name': widget._model_name, 'model_module': widget._model_module, 'model_module_version': widget._model_module_version, 'state': widget.get_state(drop_defaults=drop_defaults), } full_state, buffer_paths, buffers = _remove_buffers(full_state) cls._control_comm.send(dict( method='update_states', states=full_state, buffer_paths=buffer_paths ), buffers=buffers) else: raise RuntimeError('Unknown front-end to back-end widget control msg with method "%s"' % method) @staticmethod def handle_comm_opened(comm, msg): """Static method, called when a widget is constructed.""" version = msg.get('metadata', {}).get('version', '') if version.split('.')[0] != PROTOCOL_VERSION_MAJOR: raise ValueError("Incompatible widget protocol versions: received version %r, expected version %r"%(version, __protocol_version__)) data = msg['content']['data'] state = data['state'] # Find the widget class to instantiate in the registered widgets widget_class = _registry.get(state['_model_module'], state['_model_module_version'], state['_model_name'], state['_view_module'], state['_view_module_version'], state['_view_name']) widget = widget_class(comm=comm) if 'buffer_paths' in data: _put_buffers(state, data['buffer_paths'], msg['buffers']) widget.set_state(state) @staticmethod def get_manager_state(drop_defaults=False, widgets=None): """Returns the full state for a widget manager for embedding :param drop_defaults: when True, it will not include default value :param widgets: list with widgets to include in the state (or all widgets when None) :return: """ state = {} if widgets is None: widgets = _instances.values() for widget in widgets: state[widget.model_id] = widget._get_embed_state(drop_defaults=drop_defaults) return {'version_major': 2, 'version_minor': 0, 'state': state} def _get_embed_state(self, drop_defaults=False): state = { 'model_name': self._model_name, 'model_module': self._model_module, 'model_module_version': self._model_module_version } model_state, buffer_paths, buffers = _remove_buffers(self.get_state(drop_defaults=drop_defaults)) state['state'] = model_state if len(buffers) > 0: state['buffers'] = [{'encoding': 'base64', 'path': p, 'data': standard_b64encode(d).decode('ascii')} for p, d in zip(buffer_paths, buffers)] return state def get_view_spec(self): return dict(version_major=2, version_minor=0, model_id=self._model_id) #------------------------------------------------------------------------- # Traits #-----------------------------------------------------------------
(**kwargs)
[ 0.039067093282938004, -0.09918781369924545, -0.06378132104873657, 0.041238635778427124, 0.0018845890881493688, 0.013587654568254948, 0.0004578982770908624, 0.03447582945227623, -0.021032944321632385, 0.029305489733815193, -0.021219076588749886, 0.021612023934721947, 0.02380424737930298, 0.007104048039764166, -0.050627972930669785, 0.005242725368589163, 0.027940519154071808, -0.032221563160419464, 0.022646091878414154, -0.08326316624879837, -0.02601715363562107, -0.00023848195269238204, 0.00451887771487236, -0.005940721370279789, -0.016338275745511055, 0.02868504822254181, -0.04537490755319595, 0.030008656904101372, -0.019792063161730766, 0.0037640079390257597, -0.03741258382797241, -0.020712384954094887, 0.028581641614437103, -0.05865234136581421, 0.017785971984267235, -0.058610979467630386, 0.030463647097349167, 0.01102316565811634, 0.0020009218715131283, -0.03141498938202858, 0.026637595146894455, -0.06101001799106598, 0.057700999081134796, -0.09604424238204956, 0.022129056975245476, 0.029326170682907104, 0.023349257186055183, 0.08193955570459366, -0.05782508850097656, -0.03282131999731064, 0.032035429030656815, -0.026492824777960777, -0.015604088082909584, 0.06969618797302246, -0.03538580983877182, 0.053895629942417145, -0.015552383847534657, 0.08102957904338837, 0.01822027936577797, -0.018313346430659294, -0.05397835373878479, 0.026947814971208572, 0.0318286158144474, -0.014435590244829655, 0.005291843321174383, -0.05617057904601097, 0.019264688715338707, -0.0051832664757966995, -0.007895110175013542, 0.012843125499784946, -0.03519967943429947, -0.01128168310970068, 0.01552136242389679, 0.00894985906779766, -0.025686250999569893, -0.05323382467031479, -0.0021973946131765842, 0.007626252248883247, -0.009730581194162369, 0.0038131261244416237, 0.07250885665416718, 0.0347033254802227, 0.011488496325910091, -0.0019673146307468414, 0.06266452372074127, -0.04330677166581154, -0.0018354709027335048, 0.0647740289568901, -0.034599918872117996, -0.027857795357704163, -0.05981050059199333, 0.008039879612624645, 0.04496128112077713, 0.011912464164197445, -0.03989434614777565, -0.029698435217142105, -0.03174589201807976, -0.011157594621181488, -0.019368095323443413, -0.01020108163356781, -0.010981802828609943, 0.01874765381217003, -0.04330677166581154, 0.014115029945969582, -0.004343085922300816, -0.031332261860370636, -0.07776191830635071, 0.02581034041941166, -0.05964504927396774, -0.01986444741487503, 0.013256752863526344, -0.04405130073428154, -0.031311582773923874, 0.0519515797495842, 0.01567647233605385, 0.008515550754964352, -0.03952208161354065, -0.0022633166518062353, 0.05033843591809273, -0.052075669169425964, -0.06713169813156128, 0.04260360449552536, -0.03790893778204918, -0.036936912685632706, 0.02545875683426857, 0.0307118222117424, 0.011405771598219872, 0.03503422811627388, 0.014042644761502743, 0.011261001229286194, -0.03557194396853447, -0.005708056036382914, -0.01768256537616253, 0.035261720418930054, 0.04967663064599037, -0.015800559893250465, 0.009456552565097809, 0.000013824601410306059, -0.08810260146856308, 0.08686172217130661, 0.003536512842401862, 0.014735470525920391, -0.009761602617800236, 0.032945409417152405, -0.026430780068039894, -0.011809057556092739, -0.03251110017299652, -0.012450180016458035, -0.0026252404786646366, -0.001681653200648725, -0.010020120069384575, -0.036461241543293, 0.023245850577950478, 0.04682260379195213, 0.001221492886543274, -0.007951983250677586, -0.018168576061725616, -0.011436793021857738, 0.022108376026153564, 0.022273827344179153, -0.01700007915496826, -0.009337634779512882, -0.03158044070005417, -0.0328420028090477, -0.021612023934721947, 0.0835113376379013, 0.0002320190251339227, -0.07288111746311188, 0.022646091878414154, 0.07710012048482895, -0.02295631170272827, 0.02295631170272827, 0.030918635427951813, 0.02183951810002327, -0.0526961088180542, 0.08169137686491013, -0.024155830964446068, -0.022067014127969742, 0.04165226221084595, -0.022129056975245476, -0.025355350226163864, -0.020702043548226357, -0.06436039507389069, 0.0034072543494403362, -0.031187493354082108, 0.020474547520279884, 0.018003124743700027, -0.026265330612659454, 0.03881891816854477, 0.020453866571187973, -0.01389787532389164, 0.007083366625010967, 0.014321843162178993, -0.013908215798437595, -0.033131543546915054, 0.04338949918746948, -0.014828536659479141, -0.03917049989104271, 0.03453787416219711, 0.002833346603438258, 0.02438332512974739, 0.0003784043074119836, 0.015221482142806053, -0.01003046054393053, 0.025231260806322098, 0.007951983250677586, 0.013380841352045536, -0.005609819665551186, -0.02494172193109989, -0.02169474959373474, -0.031663164496421814, 0.008877474814653397, -0.02492104098200798, 0.03718508780002594, 0.04698805510997772, -0.10398589074611664, 0.015118075534701347, 0.013008576817810535, -0.024341963231563568, -0.016648495569825172, 0.09281795471906662, 0.06373995542526245, -0.04264497011899948, 0.01573851704597473, -0.061299558728933334, 0.007383246440440416, 0.03288336470723152, 0.024610821157693863, 0.05348200350999832, -0.04798075929284096, -0.02651350572705269, 0.03174589201807976, -0.013039599172770977, 0.05385426804423332, 0.03400015830993652, -0.02037114091217518, 0.0012350650504231453, -0.00514707388356328, -0.01567647233605385, -0.007615911774337292, -0.006173386704176664, -0.033462442457675934, 0.027340760454535484, -0.010919759050011635, -0.022646091878414154, -0.008748216554522514, -0.0006908867508172989, 0.020288415253162384, -0.021001923829317093, -0.04084568843245506, -0.03445515036582947, -0.0324697382748127, -0.00433274544775486, -0.023742202669382095, -0.017796311527490616, -0.09885691106319427, -0.023059718310832977, 0.04005979746580124, 0.004601602908223867, -0.013256752863526344, 0.006757635157555342, 0.01020108163356781, -0.02438332512974739, 0.08917803317308426, 0.053192462772130966, -0.021384527906775475, 0.03776416555047035, 0.022625410929322243, -0.053357914090156555, 0.015190460719168186, 0.07010981440544128, 0.028250740841031075, -0.05087615177035332, 0.01038721390068531, -0.02289426699280739, -0.10365498811006546, 0.010619879700243473, -0.02490036003291607, -0.009260079823434353, -0.024983085691928864, 0.03685418888926506, -0.015604088082909584, 0.010774989612400532, 0.0599345862865448, 0.00428879726678133, -0.0885162279009819, 0.00040167084080167115, -0.018830379471182823, -0.005330621264874935, -0.01436320599168539, 0.009270420297980309, 0.013298115693032742, 0.05559150129556656, 0.016493385657668114, -0.0009610370616428554, -0.01678292453289032, -0.08231182396411896, 0.08437995612621307, -0.013846172019839287, -0.028230059891939163, 0.02800256386399269, 0.05124841630458832, 0.04080432653427124, 0.06394676864147186, 0.017455069348216057, -0.02849891595542431, 0.047567132860422134, 0.012388136237859726, 0.056046489626169205, 0.004552484955638647, 0.027195991948246956, -0.009032584726810455, 0.03342108055949211, 0.039625488221645355, 0.019905811175704002, -0.05075206235051155, -0.02112601138651371, -0.03536513075232506, 0.037660758942365646, 0.09306612610816956, 0.007750340271741152, -0.006302644964307547, -0.02363879606127739, 0.027713024988770485, -0.011333386413753033, -0.054433345794677734, 0.08198092132806778, -0.028933225199580193, -0.017754949629306793, -0.02674100175499916, -0.07085434347391129, -0.015107735060155392, -0.005242725368589163, 0.012419157661497593, -0.014601041562855244, -0.042003847658634186, -0.01952320523560047, -0.04318268224596977, 0.00956512987613678, -0.07858917862176895, 0.04926300421357155, 0.0458298996090889, -0.06766941398382187, 0.015779878944158554, -0.011012825183570385, -0.027485530823469162, 0.072922483086586, 0.020278075709939003, 0.03249042108654976, -0.008003687486052513, 0.008820600807666779, -0.02674100175499916, 0.004505951888859272, 0.032573144882917404, 0.027361441403627396, -0.07263294607400894, -0.009456552565097809, -0.05505378544330597, -0.03598557040095329, 0.0012796592200174928, 0.023431982845067978, 0.0530683733522892, -0.045747172087430954, 0.02508649230003357, -0.021343166008591652, 0.003172003896906972, 0.017765289172530174, -0.07734829187393188, 0.04839438572525978, -0.051744766533374786, 0.019978195428848267, -0.03449651226401329, 0.023618115112185478, 0.04041138291358948, 0.007352224085479975, 0.04516809433698654, 0.013018917292356491, 0.007739999797195196, -0.011891783215105534, -0.024858996272087097, 0.05472288280725479, -0.013784128241240978, 0.03298677131533623, -0.004123346414417028, 0.024507414549589157, -0.01842709444463253, -0.0265341866761446, -0.011809057556092739, -0.00035255259717814624, -0.0476912222802639, 0.011612584814429283, -0.036543965339660645, -0.0614236444234848, 0.04851847514510155, -0.03677146136760712, -0.022625410929322243, 0.02508649230003357, 0.044506292790174484, 0.0820222795009613, -0.04475446790456772, 0.037619397044181824, -0.023700840771198273, 0.05294428765773773, 0.022087695077061653, 0.007750340271741152, 0.02490036003291607, 0.04578853398561478, 0.08727534860372543, -0.029843205586075783, -0.004255190026015043, -0.03197338432073593, -0.0010948196286335588, -0.021239759400486946, -0.026472143828868866, 0.021591341122984886, -0.05637739226222038, 0.032221563160419464, 0.03389675170183182, 0.017082804813981056, 0.013329138047993183, -0.022356553003191948, 0.048104848712682724, 0.08959165960550308, 0.01840641163289547, 0.0032857514452189207, 0.035654667764902115, -0.046491701155900955, 0.009999438188970089, -0.005573627073317766, 0.001570490887388587, 0.002308557042852044, 0.03499286621809006, -0.04376176372170448, -0.03431037813425064, -0.047401681542396545, -0.02384561114013195, 0.021777473390102386, -0.02096056006848812, -0.017785971984267235, 0.03842597082257271, 0.022149737924337387, 0.0052995989099144936, 0.03197338432073593, 0.036957595497369766, 0.01822027936577797, 0.002277534920722246, -0.007905450649559498, 0.05004889518022537, 0.04707077890634537, -0.05488833412528038, -0.02057795599102974, 0.05178613215684891, -0.02868504822254181, 0.013742765411734581, 0.0050565931014716625, -0.05356472730636597, 0.00975126214325428, -0.05596376582980156, -0.029925931245088577, -0.02837482839822769, 0.007155751343816519, 0.016493385657668114, -0.05939687043428421, -0.030277514830231667, -0.010061482898890972, 0.006059639155864716, 0.061506371945142746, -0.055715590715408325, -0.03232496976852417, 0.024135150015354156, 0.07672785222530365, 0.042520880699157715, 0.04260360449552536, -0.05004889518022537, -0.015635110437870026, -0.01436320599168539, 0.0049014827236533165, -0.021529298275709152, -0.07052344083786011, -0.05472288280725479, -0.0009791331831365824, -0.029532985761761665, 0.0032598997931927443, -0.017827333882451057, -0.05327519029378891, -0.005630500614643097, 0.048683926463127136, -0.020443527027964592, 0.0747838020324707, -0.0256035253405571, -0.06361586600542068, 0.05819735303521156, 0.03786757215857506, -0.013029257766902447, 0.013060280121862888, 0.02181883715093136, 0.026306692510843277, -0.015531702898442745, 0.038694828748703, -0.04388584941625595, 0.000017571079297340475, -0.03288336470723152, 0.04049410670995712, 0.015324889682233334, 0.0400804802775383, -0.08280817419290543, -0.018282324075698853, 0.037474628537893295, 0.007517674937844276, -0.02998797409236431, 0.025396712124347687, -0.0389636866748333, 0.04587126150727272, -0.03917049989104271, -0.001129073090851307, -0.08156729489564896, -0.030070699751377106, 0.004309478681534529, -0.0018277153139933944, -0.0035339277237653732, 0.04243815317749977, 0.013484247960150242, 0.08160865306854248, -0.07949915528297424, -0.0004323697357904166, 0.02583102136850357, -0.05162068083882332, -0.02976047992706299, -0.016834627836942673, 0.0292227640748024, 0.010795670561492443, -0.023369939997792244, -0.0130809610709548, 0.036006249487400055, 0.00006939566083019599, -0.03352448716759682, -0.0011058065574616194, -0.004299138206988573, 0.004350841511040926, 0.034951500594615936, 0.00640605203807354, -0.034206971526145935, 0.02183951810002327, 0.02237723395228386, 0.014880239963531494, -0.024486731737852097, -0.0026730659883469343, 0.005188436713069677, -0.017610179260373116, -0.03155975788831711, -0.004022524692118168, 0.023411301895976067, 0.050462521612644196, -0.02907799556851387, -0.07192977517843246, -0.019161282107234, 0.036461241543293, 0.008825771510601044, 0.06138228252530098, 0.006106172222644091, 0.011147254146635532, 0.003681282512843609, -0.02945026010274887, -0.038756873458623886, 0.023556070402264595, 0.021798156201839447, 0.02688577026128769, 0.0022852905094623566, -0.016307253390550613, 0.007062685210257769, 0.037453945726156235, -0.0021857614628970623, -0.005842484999448061, -0.010045971721410751, 0.020702043548226357, 0.0069127450697124004, 0.017093146219849586, 0.03635783493518829, -0.015283526852726936, -0.07635559141635895, 0.04835302382707596, 0.011591903865337372, -0.02330789528787136, -0.03685418888926506, 0.009456552565097809, 0.017248256132006645, 0.003169418778270483, 0.043927211314439774, 0.014249457977712154, -0.03977026045322418, -0.03449651226401329, 0.09182524681091309, 0.003027234459295869, -0.038715507835149765, 0.06051366403698921, 0.09207342565059662, -0.025541482493281364, 0.0011012825416401029, 0.018520159646868706, 0.03435174375772476, 0.0004362474719528109, 0.011550541035830975, 0.01075430866330862, -0.0263480544090271, 0.047236230224370956, -0.03687486797571182, 0.0070678554475307465, 0.0018690781434997916, -0.007683125790208578, -0.0074194385670125484, -0.003156492952257395, -0.022108376026153564, 0.0059045287780463696, -0.0030685970559716225, 0.010283807292580605, -0.037205770611763, -0.030732503160834312, 0.011333386413753033, 0.08375951647758484, -0.030298195779323578, 0.029553666710853577, 0.034744687378406525, 0.019037194550037384, -0.04276905581355095, -0.055343326181173325, -0.033834706991910934, -0.00930144265294075, -0.033462442457675934, -0.0305256899446249, -0.0013248997274786234, 0.07399791479110718, 0.013535951264202595, 0.030546370893716812, -0.050462521612644196, 0.02798188291490078, 0.02545875683426857, -0.024238556623458862, -0.01856152154505253, 0.01731030084192753, 0.04400993883609772, 0.06026548892259598, -0.029532985761761665, 0.014208096079528332, -0.01604873687028885, -0.009425531141459942, 0.030794547870755196, 0.0057597593404352665, -0.0209191981703043, 0.007026492618024349, 0.013629017397761345, -0.03840528801083565, 0.0017100900877267122, -0.01914060115814209, -0.036088977009058, 0.004407715052366257, 0.005439198110252619, 0.0047903205268085, -0.013256752863526344, 0.07118524610996246, 0.0024636671878397465, -0.000021731588276452385, 0.0039734067395329475, 0.002357675228267908, 0.01877867616713047, -0.0003952078986912966, -0.011488496325910091, -0.01913025975227356, 0.009420360438525677, 0.050131622701883316, -0.004428396467119455, 0.04148681089282036, -0.03406220301985741, 0.008241523057222366, -0.012925851158797741, -0.001832885667681694, 0.01290517020970583, -0.020091943442821503, 0.010335510596632957, 0.02308039925992489, -0.028416192159056664, -0.009766773320734501, 0.07048208266496658, -0.07420472800731659, -0.006933426484465599, 0.005392665043473244, -0.0036269938573241234, 0.03813643008470535, 0.004645551089197397, 0.043927211314439774, -0.06572537124156952, -0.02909867651760578, -0.004330160096287727, 0.0272787157446146, 0.04578853398561478, -0.020639998838305473, -0.0844213217496872, -0.005159999709576368, -0.04028729349374771, 0.017775630578398705, -0.010733626782894135, 0.031146131455898285, -0.031663164496421814, -0.022480640560388565, -0.00784340687096119, 0.01787903718650341, 0.056253302842378616, -0.0054081762209534645, -0.05033843591809273, 0.05472288280725479, -0.05596376582980156, 0.047567132860422134, 0.043058596551418304, 0.054971061646938324, -0.043265409767627716, 0.016214188188314438, -0.03536513075232506, -0.020112624391913414, -0.017806652933359146, 0.01623486913740635, 0.015304207801818848, -0.0005057239322923124, 0.046284887939691544, 0.042893145233392715, 0.02814733423292637, 0.029512302950024605, 0.06692488491535187, -0.0308979544788599, -0.01526284497231245, 0.02527262456715107, -0.0400804802775383, 0.018003124743700027, -0.013101642951369286, -0.09827782958745956, 0.01839607208967209, 0.029657073318958282, -0.03755735233426094, 0.047567132860422134, -0.035344447940588, -0.08326316624879837, 0.013111983425915241, -0.018137553706765175, -0.026803044602274895, -0.0462021641433239, 0.035137634724378586, 0.017093146219849586, 0.038529377430677414, 0.027361441403627396, -0.024445369839668274, 0.027547573670744896, -0.005234969779849052, 0.04458901658654213, -0.022852905094623566, -0.05050388723611832, -0.024259237572550774, 0.05890052020549774, -0.010619879700243473, -0.022666772827506065, 0.0256035253405571, -0.04988344386219978, -0.07081298530101776, 0.0010340680601075292, -0.009518597275018692, 0.005847655236721039, 0.02490036003291607, 0.05505378544330597, 0.04458901658654213, -0.032221563160419464, 0.020671021193265915 ]
15,705
ipyleaflet.leaflet
WidgetControl
WidgetControl class, with Control as parent class. A control that contains any DOMWidget instance. Attributes ---------- widget: DOMWidget The widget to put inside of the control. It can be any widget, even coming from a third-party library like bqplot.
class WidgetControl(Control): """WidgetControl class, with Control as parent class. A control that contains any DOMWidget instance. Attributes ---------- widget: DOMWidget The widget to put inside of the control. It can be any widget, even coming from a third-party library like bqplot. """ _view_name = Unicode("LeafletWidgetControlView").tag(sync=True) _model_name = Unicode("LeafletWidgetControlModel").tag(sync=True) widget = Instance(DOMWidget).tag(sync=True, **widget_serialization) max_width = Int(default_value=None, allow_none=True).tag(sync=True) min_width = Int(default_value=None, allow_none=True).tag(sync=True) max_height = Int(default_value=None, allow_none=True).tag(sync=True) min_height = Int(default_value=None, allow_none=True).tag(sync=True) transparent_bg = Bool(False).tag(sync=True, o=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.03817958012223244, -0.044896356761455536, -0.028493277728557587, 0.053804926574230194, -0.06285490095615387, 0.0311446376144886, -0.015050885267555714, 0.0327884815633297, -0.03736649453639984, 0.015218804590404034, -0.005947883706539869, 0.05914299562573433, -0.028811441734433174, -0.017790623009204865, -0.031268369406461716, 0.008471094071865082, -0.001523427083157003, -0.036977630108594894, 0.005572274327278137, -0.06472852826118469, 0.003493166295811534, 0.04005320742726326, 0.04436608403921127, 0.0307027455419302, 0.002728691091760993, 0.032505668699741364, -0.043977219611406326, 0.028882144019007683, -0.074025958776474, -0.03885125741362572, -0.01893070712685585, -0.023455694317817688, 0.001982996007427573, -0.01809994876384735, 0.036906927824020386, -0.06532949954271317, 0.01127711683511734, 0.03416718915104866, 0.0027618329040706158, -0.006893535144627094, 0.00900578498840332, -0.05546644330024719, 0.0244101844727993, -0.0917016938328743, 0.04659322649240494, 0.02935938909649849, 0.041856132447719574, 0.08293452858924866, -0.08675248920917511, -0.0681222677230835, 0.04302272945642471, 0.05352211371064186, -0.03793212026357651, -0.005139218643307686, -0.017781784757971764, 0.061546895653009415, 0.016526808962225914, 0.1269824504852295, 0.022430501878261566, 0.024180399253964424, -0.09940831363201141, 0.018117625266313553, 0.009624435566365719, -0.044648896902799606, -0.019213519990444183, -0.03634130209684372, -0.0344853512942791, -0.006760966964066029, 0.005855085793882608, 0.02262493595480919, -0.007949660532176495, 0.016862647607922554, 0.008188282139599323, -0.003179422114044428, -0.006844927091151476, -0.06518809497356415, -0.011904604732990265, 0.013778232038021088, -0.004421142395585775, -0.008258985355496407, 0.009456516243517399, -0.004368115216493607, 0.04341159388422966, 0.02398596704006195, 0.0036809709854424, -0.05564320087432861, -0.033513184636831284, 0.007353104185312986, 0.006504668854176998, -0.056597691029310226, -0.056668393313884735, -0.0033031522762030363, -0.013663340359926224, 0.011250603012740612, -0.04316413402557373, -0.003718531923368573, -0.014361531473696232, 0.008692041039466858, -0.020981092005968094, 0.029765931889414787, 0.008258985355496407, 0.03906336426734924, 0.007971754297614098, 0.020503848791122437, 0.023950615897774696, -0.02304915338754654, -0.030101770535111427, 0.04072488471865654, -0.06603652983903885, 0.018913032487034798, 0.08300523459911346, -0.015589995309710503, -0.03229356184601784, 0.0697837844491005, -0.018152976408600807, 0.018206002190709114, -0.06327911466360092, 0.0041317022405564785, -0.0013223655987530947, -0.08173257857561111, -0.05323930084705353, 0.03239961341023445, -0.02043314464390278, -0.03206377476453781, 0.007653591688722372, 0.06133478879928589, 0.013645664788782597, 0.028369547799229622, -0.04224499687552452, 0.024922780692577362, 0.0007893318543210626, 0.021917905658483505, -0.0013742881128564477, 0.029217982664704323, 0.08045993000268936, -0.01901908591389656, 0.040088556706905365, 0.006491412408649921, -0.07982359826564789, 0.08307593315839767, 0.02716759964823723, -0.014273152686655521, 0.025965649634599686, 0.058011747896671295, -0.015802104026079178, -0.02020336128771305, -0.029058901593089104, -0.03920477256178856, -0.00038361860788427293, -0.016597511246800423, -0.06271349638700485, -0.02624846063554287, 0.042209647595882416, 0.048502206802368164, 0.004239966161549091, 0.017781784757971764, 0.0055236658081412315, -0.033354103565216064, 0.012134389020502567, -0.03750790283083916, -0.0069377245381474495, 0.031020907685160637, -0.011568766087293625, -0.05175454169511795, -0.022607259452342987, 0.04620436206459999, 0.0429166741669178, -0.045143816620111465, 0.021228553727269173, 0.07123319804668427, -0.0353691391646862, -0.02660197578370571, 0.04938599094748497, 0.0647638812661171, -0.021104823797941208, 0.0504818893969059, -0.016677051782608032, 0.007649172563105822, -0.0013599265366792679, 0.013619150966405869, -0.017118945717811584, 0.03153350576758385, -0.02029174007475376, 0.004182519856840372, 0.00351305166259408, -0.062218572944402695, 0.02389758825302124, -0.030066419392824173, -0.0012726526474580169, -0.031020907685160637, 0.02893517166376114, -0.002297844970598817, 0.003415835089981556, -0.03683622181415558, -0.005669490899890661, -0.002401689998805523, 0.0005335861351341009, -0.05963791534304619, 0.044224679470062256, 0.05896623805165291, 0.013707529753446579, 0.002430412918329239, 0.018152976408600807, 0.01791435293853283, 0.0446135438978672, 0.00696423789486289, -0.007419388275593519, -0.0027618329040706158, -0.018612544983625412, -0.024251103401184082, 0.01039332989603281, 0.021140174940228462, -0.014441072009503841, 0.06508204340934753, 0.056739095598459244, -0.04970415681600571, -0.04836079850792885, 0.024710671976208687, -0.009695138782262802, -0.023367317393422127, 0.050870753824710846, 0.0824396088719368, -0.015024371445178986, 0.014317342080175877, -0.012567444704473019, -0.0140963951125741, 0.042527809739112854, -0.006862602662295103, 0.031922370195388794, -0.030101770535111427, -0.01917816884815693, -0.05914299562573433, 0.01152457669377327, 0.024622293189167976, 0.023915264755487442, -0.033530861139297485, 0.0008545111049897969, -0.012346497736871243, -0.003917383961379528, -0.006778643000870943, -0.03079112432897091, -0.0264959204941988, 0.01773759536445141, 0.004679649602621794, -0.04217429459095001, 0.025187917053699493, -0.05620882660150528, 0.05292113870382309, 0.019319573417305946, -0.016756592318415642, -0.013071203604340553, -0.025859594345092773, -0.030154798179864883, -0.008201539516448975, 0.02928868681192398, -0.02380920946598053, -0.014768073335289955, -0.0344853512942791, -0.0025011159013956785, -0.002076898468658328, 0.013354014605283737, -0.001355507643893361, 0.02725597657263279, 0.07833883911371231, 0.059708621352910995, -0.03828563541173935, 0.03254102170467377, -0.021988609805703163, -0.035811033099889755, 0.02624846063554287, 0.08682318776845932, 0.03842703998088837, -0.004975718446075916, 0.013221446424722672, -0.012240443378686905, -0.06964237987995148, 0.03637665510177612, 0.010711492970585823, 0.0003485433117020875, -0.03489189222455025, 0.020751308649778366, -0.0017090222099795938, -0.015024371445178986, 0.0072868200950324535, -0.07593493908643723, -0.074025958776474, 0.037012979388237, 0.04157331958413124, -0.025346998125314713, 0.00262042717076838, -0.0005145294708199799, 0.027362031862139702, 0.01438804529607296, -0.06274884194135666, -0.015678374096751213, -0.0010494965827092528, -0.061794355511665344, 0.019708439707756042, -0.03506864979863167, -0.020981092005968094, -0.008289918303489685, -0.04426003247499466, 0.06218322366476059, 0.01742827147245407, 0.00980119314044714, -0.023119855672121048, 0.06094592064619064, 0.008448999375104904, 0.03570497781038284, 0.026195432990789413, 0.053310006856918335, 0.04298737645149231, -0.033707618713378906, -0.002165277022868395, -0.011383171193301678, 0.010163545608520508, 0.030349230393767357, -0.06151154264807701, 0.030561339110136032, 0.05277973413467407, -0.006875859573483467, -0.04896177351474762, -0.0470881462097168, -0.046663928776979446, 0.024357156828045845, -0.032594047486782074, 0.06886465102434158, -0.006084870547056198, -0.003725160378962755, -0.02591262198984623, -0.04602760449051857, 0.02197093330323696, -0.017375243827700615, 0.032770805060863495, -0.033018264919519424, -0.03736649453639984, 0.011992983520030975, -0.0529918409883976, -0.024922780692577362, -0.015784427523612976, 0.048678964376449585, 0.08123765885829926, -0.0538402758538723, 0.0062439520843327045, -0.01699521578848362, 0.02633683942258358, 0.03750790283083916, -0.012753039598464966, 0.03810887783765793, 0.01379590854048729, 0.02204163745045662, -0.021246228367090225, 0.006053938064724207, -0.001171017182059586, 0.048431504517793655, -0.038674499839544296, 0.052037350833415985, 0.010905926115810871, -0.04482565447688103, -0.025859594345092773, 0.04846685379743576, -0.033866699784994125, 0.0019995670299977064, 0.0024525076150894165, -0.00046647360431961715, -0.012311146594583988, 0.0513303242623806, -0.04949204623699188, -0.0012748620938509703, 0.011365494690835476, 0.033601563423871994, -0.04213894158601761, -0.0012870142236351967, -0.014078719541430473, 0.019478656351566315, 0.04634576663374901, 0.011038494296371937, -0.042775269597768784, 0.0034754907246679068, -0.06568301469087601, 0.016341213136911392, 0.006363263353705406, 0.07452088594436646, -0.020733632147312164, 0.00449847336858511, -0.021723473444581032, -0.012222767807543278, 0.002759623574092984, -0.005165732465684414, -0.02626613713800907, 0.05613812059164047, -0.038497742265462875, -0.02154671587049961, 0.015846293419599533, -0.03945223242044449, -0.0521434061229229, 0.050269778817892075, 0.030561339110136032, 0.07473298907279968, -0.012814905494451523, 0.030331553891301155, -0.005788802169263363, 0.009871895425021648, 0.05362816900014877, 0.01300050038844347, -0.00022108473058324307, 0.014140584506094456, 0.006385358050465584, -0.004052161239087582, -0.06607188284397125, -0.0463104173541069, -0.015863968059420586, -0.006809575483202934, -0.021087147295475006, 0.057941045612096786, -0.025700513273477554, 0.017384082078933716, 0.016535647213459015, -0.05988537520170212, -0.03582870587706566, -0.010693817399442196, 0.05023442953824997, 0.06274884194135666, 0.007852443493902683, 0.051542431116104126, -0.01274420227855444, 0.04061882942914963, -0.03595243766903877, 0.008148511871695518, 0.03676551952958107, -0.0013080041389912367, 0.034361619502305984, -0.07565212994813919, -0.02617775835096836, 0.0009014622773975134, -0.007291239220649004, -0.04560338705778122, -0.011931118555366993, 0.054724063724279404, -0.006526763550937176, 0.010578924790024757, -0.013990340754389763, 0.004200195427983999, 0.029430091381072998, 0.025134889408946037, -0.021422985941171646, -0.013689854182302952, 0.03860379755496979, 0.048678964376449585, -0.06999589502811432, 0.02472834847867489, 0.043446946889162064, -0.001976367784664035, -0.006093708332628012, 0.04602760449051857, -0.06006213277578354, -0.017985057085752487, -0.08547983318567276, -0.04058348014950752, -0.019319573417305946, -0.017269188538193703, -0.042527809739112854, 0.038250282406806946, -0.04811333864927292, -0.032770805060863495, 0.008250147104263306, 0.058435965329408646, -0.019637737423181534, -0.03174561262130737, -0.01657983660697937, 0.05125962197780609, -0.034361619502305984, 0.02540002577006817, -0.022748665884137154, 0.0479719340801239, 0.018471138551831245, 0.007384036667644978, 0.002192895393818617, -0.06359728425741196, -0.05603206902742386, -0.036305952817201614, 0.004538244102150202, 0.031109286472201347, 0.024586942046880722, -0.0706675723195076, 0.03489189222455025, 0.05235551670193672, 0.01698637753725052, 0.06996054202318192, -0.00037919965689070523, -0.05680980160832405, 0.08965130895376205, -0.02262493595480919, -0.025346998125314713, 0.02094574086368084, 0.03063204139471054, 0.04443678632378578, 0.02828116901218891, -0.013371690176427364, -0.0345030277967453, -0.032770805060863495, -0.038144227117300034, 0.0294654443860054, -0.007012846413999796, 0.06699102371931076, -0.08215679973363876, -0.02297845110297203, 0.04553268477320671, 0.01859486848115921, 0.007512185722589493, 0.00407867506146431, -0.018400436267256737, 0.016712402924895287, 0.03181631490588188, -0.0004576357314363122, -0.0395582877099514, -0.051188915967941284, 0.04153796657919884, -0.037225089967250824, -0.0445781946182251, 0.054653361439704895, 0.013212609104812145, 0.04503776133060455, -0.07194022834300995, -0.0016582044772803783, 0.020574551075696945, -0.06094592064619064, -0.045320574194192886, -0.034114159643650055, 0.015802104026079178, 0.05762288346886635, -0.019655413925647736, -0.022589584812521935, 0.008219215087592602, -0.019920548424124718, -0.02262493595480919, -0.03634130209684372, -0.0016615187050774693, -0.02069828100502491, -0.023579426109790802, 0.003415835089981556, -0.014255477115511894, 0.05037583410739899, 0.036659467965364456, 0.04334089159965515, 0.021988609805703163, -0.023685479536652565, -0.01969076506793499, 0.009580246172845364, 0.012991662137210369, 0.0062174382619559765, 0.008113160729408264, 0.020397793501615524, -0.012346497736871243, -0.0849849134683609, 0.013194933533668518, -0.005298300180584192, -0.02094574086368084, 0.028758414089679718, 0.03708368539810181, 0.02994268760085106, -0.014175936579704285, 0.024975808337330818, 0.00327001023106277, 0.011003142222762108, 0.03321269899606705, 0.04224499687552452, -0.03559892252087593, 0.021069470793008804, -0.020132657140493393, 0.04327018931508064, -0.00004781423194799572, 0.0014626667834818363, -0.022483529523015022, 0.0018658944172784686, 0.09205520898103714, 0.04931528866291046, 0.014776911586523056, -0.024127373471856117, -0.04348229989409447, -0.00670793978497386, 0.009350461885333061, -0.004794542212039232, -0.054724063724279404, -0.007680105045437813, 0.008528539910912514, -0.030190149322152138, 0.042775269597768784, -0.02591262198984623, -0.06787480413913727, 0.015563481487333775, 0.028245817869901657, -0.04150261729955673, -0.023455694317817688, 0.03736649453639984, 0.05702190846204758, -0.028475603088736534, -0.03087950311601162, 0.03694227710366249, 0.011886929161846638, -0.027450410649180412, 0.00021390397159848362, -0.022766342386603355, 0.057516828179359436, -0.00702610332518816, 0.005709261167794466, -0.004379162564873695, -0.05475941672921181, -0.03938153013586998, -0.013071203604340553, 0.05504222586750984, -0.0403713695704937, 0.013689854182302952, -0.015139264054596424, 0.02313753217458725, -0.021104823797941208, -0.04889107123017311, 0.014670857228338718, 0.03510400280356407, -0.04726490378379822, 0.04072488471865654, 0.01047287043184042, 0.006226276513189077, -0.04054812714457512, -0.06324376910924911, -0.05175454169511795, 0.000979345990344882, 0.03399043157696724, 0.0038842419162392616, 0.059284403920173645, 0.05108286440372467, -0.03768466040492058, -0.005497152451425791, -0.0185241661965847, 0.004745933692902327, 0.01741943322122097, -0.0003612477448768914, 0.00934162363409996, 0.008886474184691906, -0.018365085124969482, 0.04719420149922371, -0.014529450796544552, 0.035050973296165466, 0.002306682989001274, 0.023031476885080338, -0.00908532552421093, 0.023172883316874504, 0.0403713695704937, -0.03853309527039528, -0.012894446030259132, -0.03768466040492058, 0.017861327156424522, -0.009182542562484741, 0.0010964476969093084, 0.023367317393422127, -0.01623515971004963, 0.06769804656505585, -0.0005849562003277242, 0.04450749233365059, 0.02103411965072155, -0.04871431365609169, 0.018312057480216026, 0.02396829053759575, 0.017313377931714058, 0.013354014605283737, -0.026566624641418457, -0.013265635818243027, -0.01446758583188057, 0.015112750232219696, -0.004390209913253784, 0.03103858418762684, -0.02027406357228756, -0.05125962197780609, 0.0036655047442764044, -0.004012390971183777, -0.0294477678835392, -0.026548948138952255, -0.07126855105161667, 0.0020205569453537464, -0.02624846063554287, -0.018630221486091614, 0.04821939393877983, -0.059107646346092224, -0.019337249919772148, 0.028122087940573692, 0.006235114298760891, 0.07020800560712814, -0.01590815745294094, 0.05850667133927345, -0.03842703998088837, -0.022501206025481224, -0.03413183614611626, 0.0021895812824368477, 0.04436608403921127, -0.008457837626338005, -0.0488203689455986, 0.010163545608520508, -0.056845150887966156, 0.0732482299208641, 0.021599743515253067, 0.05242621898651123, -0.03906336426734924, -0.052709031850099564, 0.00925324484705925, 0.04401256889104843, 0.017967380583286285, 0.01785248890519142, -0.06182970851659775, 0.1338406354188919, -0.0353161096572876, 0.03726044297218323, 0.08852006494998932, 0.022059312090277672, -0.011383171193301678, 0.013018175959587097, -0.01464434340596199, -0.037472549825906754, 0.0035461934749037027, 0.026778733357787132, -0.031427450478076935, -0.014829938299953938, 0.0051568946801126, 0.004471960011869669, 0.011162224225699902, 0.025930296629667282, 0.09990323334932327, -0.06582441926002502, -0.014255477115511894, -0.015156939625740051, 0.002467973856255412, 0.0066239801235497, 0.023438019677996635, -0.06529415398836136, -0.03003106638789177, 0.011992983520030975, -0.03577568009495735, -0.007609402295202017, -0.023597100749611855, -0.06402149796485901, 0.0047415150329470634, -0.03821492940187454, -0.06946562230587006, 0.025947973132133484, 0.012337660416960716, -0.01211671344935894, 0.023102181032299995, 0.01657099835574627, 0.015757914632558823, 0.04298737645149231, 0.05564320087432861, 0.019125141203403473, -0.02287239581346512, -0.056739095598459244, 0.004429980181157589, 0.07614704966545105, -0.0147327221930027, -0.018647896125912666, -0.0007081339717842638, -0.0223067719489336, -0.04836079850792885, -0.023031476885080338, -0.018736274912953377, 0.016120266169309616, -0.00580205861479044, 0.05309789627790451, 0.025187917053699493, -0.040336016565561295, -0.005178989376872778 ]
15,762
ipyleaflet.leaflet
ZoomControl
ZoomControl class, with Control as parent class. A control which contains buttons for zooming in/out the Map. Attributes ---------- zoom_in_text: str, default '+' Text to put in the zoom-in button. zoom_in_title: str, default 'Zoom in' Title to put in the zoom-in button, this is shown when the mouse is over the button. zoom_out_text: str, default '-' Text to put in the zoom-out button. zoom_out_title: str, default 'Zoom out' Title to put in the zoom-out button, this is shown when the mouse is over the button.
class ZoomControl(Control): """ZoomControl class, with Control as parent class. A control which contains buttons for zooming in/out the Map. Attributes ---------- zoom_in_text: str, default '+' Text to put in the zoom-in button. zoom_in_title: str, default 'Zoom in' Title to put in the zoom-in button, this is shown when the mouse is over the button. zoom_out_text: str, default '-' Text to put in the zoom-out button. zoom_out_title: str, default 'Zoom out' Title to put in the zoom-out button, this is shown when the mouse is over the button. """ _view_name = Unicode("LeafletZoomControlView").tag(sync=True) _model_name = Unicode("LeafletZoomControlModel").tag(sync=True) zoom_in_text = Unicode("+").tag(sync=True, o=True) zoom_in_title = Unicode("Zoom in").tag(sync=True, o=True) zoom_out_text = Unicode("-").tag(sync=True, o=True) zoom_out_title = Unicode("Zoom out").tag(sync=True, o=True)
(*args: 't.Any', **kwargs: 't.Any') -> 't.Any'
[ 0.026113377884030342, -0.045279983431100845, 0.023323871195316315, 0.06856786459684372, -0.06388869136571884, -0.007509170565754175, -0.03593963757157326, 0.04132068529725075, -0.006411364767700434, 0.013110678642988205, 0.0035341244656592607, 0.032106317579746246, 0.03593963757157326, 0.000682191748637706, -0.022478019818663597, 0.015468261204659939, 0.007738629821687937, -0.05406242981553078, 0.006154910195618868, -0.04931126907467842, 0.029478780925273895, 0.017420915886759758, 0.10920466482639313, 0.025231532752513885, -0.0223880372941494, 0.07313904911279678, -0.0211462564766407, 0.005250570364296436, 0.00982626061886549, -0.07861008495092392, -0.10394959896802902, -0.0013992523308843374, -0.015864191576838493, 0.03246625140309334, -0.0043619778007268906, -0.0546383261680603, 0.007968089543282986, 0.010744097642600536, 0.001717570936307311, 0.022172074764966965, 0.013335639610886574, -0.02163217030465603, 0.03081054612994194, -0.07544264197349548, 0.06871183216571808, 0.022136081010103226, 0.012678755447268486, 0.039125073701143265, -0.0017726861406117678, -0.07033155113458633, 0.005633002612739801, 0.004051532596349716, -0.028650928288698196, -0.03840520232915878, -0.0038963102269917727, 0.04581988975405693, 0.06043330207467079, 0.07486674934625626, -0.026311341673135757, 0.007986086420714855, -0.061441123485565186, 0.002573544392362237, -0.028290990740060806, -0.03854917734861374, -0.016170136630535126, -0.03415795415639877, -0.03252024203538895, 0.004067279864102602, -0.0006698188954032958, 0.013056688942015171, 0.018185781314969063, 0.0018199278274551034, 0.0006366372690536082, -0.0036061115097254515, 0.0016635805368423462, -0.0062763886526227, -0.0393410362303257, -0.012201840057969093, 0.02233404666185379, -0.05395444855093956, 0.006096420809626579, -0.037577345967292786, 0.057265862822532654, 0.03941302374005318, 0.05283864587545395, -0.075370654463768, -0.004971619695425034, -0.036821480840444565, 0.03646154701709747, -0.02422371134161949, -0.04859139770269394, -0.021002281457185745, -0.024961581453680992, 0.0006045804475434124, -0.021470198407769203, 0.012876720167696476, 0.0009223367087543011, 0.0027040212880820036, -0.03476984426379204, 0.02508755959570408, 0.0439482182264328, 0.01576520875096321, 0.036047618836164474, 0.029550768435001373, 0.025681452825665474, -0.05579012259840965, -0.03905308619141579, 0.04517200216650963, -0.06986363232135773, 0.046035848557949066, 0.05543018877506256, 0.024799609556794167, -0.010681109502911568, 0.044884055852890015, -0.042616456747055054, 0.017825843766331673, -0.03280819207429886, -0.02505156584084034, -0.03288017958402634, -0.042184531688690186, -0.03973696380853653, 0.02933480590581894, -0.006636325269937515, -0.021470198407769203, 0.011706927791237831, 0.045279983431100845, 0.017024986445903778, 0.03001868538558483, -0.053450535982847214, -0.013263652101159096, 0.006195403169840574, 0.02123624086380005, -0.008134559728205204, 0.020228419452905655, 0.09027201682329178, -0.018680693581700325, 0.029100848361849785, 0.026815252378582954, -0.045711908489465714, 0.09401535987854004, 0.040276870131492615, 0.009164877235889435, 0.018248768523335457, 0.07421886175870895, -0.02193811535835266, -0.06194503232836723, 0.037577345967292786, -0.032106317579746246, 0.0029379799962043762, -0.03282618895173073, -0.06399667263031006, -0.024835603311657906, 0.018806669861078262, 0.0027130197267979383, 0.013146672397851944, -0.008292032405734062, 0.033366091549396515, -0.013677578419446945, 0.014892363920807838, -0.006546340882778168, -0.015378277748823166, 0.03415795415639877, -0.02465563453733921, -0.040636807680130005, -0.02926282025873661, -0.007374194450676441, 0.032574232667684555, -0.04851941019296646, -0.0014667403884232044, 0.059209518134593964, -0.023395858705043793, -0.04819546639919281, 0.05791374668478966, 0.0393410362303257, 0.03250224515795708, 0.026077384129166603, -0.0096732871606946, 0.04038485139608383, 0.00030482103466056287, 0.01135598961263895, 0.01680002547800541, 0.006717310752719641, -0.04078077897429466, 0.04671972990036011, -0.011499963700771332, -0.03624558448791504, 0.028452962636947632, -0.004188758321106434, -0.03959299251437187, -0.049167294055223465, 0.035561703145504, -0.00531355943530798, -0.006586833856999874, -0.04150065407156944, -0.011140028014779091, -0.006757803726941347, 0.0036960956640541553, -0.0747227743268013, 0.05089499056339264, 0.07400289922952652, -0.03460787236690521, 0.028812898322939873, 0.03205232694745064, 0.03388800099492073, 0.0393410362303257, 0.016071155667304993, 0.03467985987663269, 0.013182666152715683, -0.017285939306020737, -0.04085276648402214, 0.006312382407486439, 0.016314111649990082, 0.029064854606986046, 0.06601231545209885, 0.03710943087935448, -0.03131445497274399, -0.04034885764122009, 0.012399804778397083, -0.0002491433988325298, 0.009709280915558338, 0.019472552463412285, 0.07681040465831757, -0.01405551191419363, 0.018131790682673454, -0.00159046845510602, 0.020660342648625374, 0.04420017451047897, 0.015324287116527557, 0.02429569885134697, -0.039449017494916916, 0.011095035821199417, -0.08775246143341064, 0.014136497862637043, 0.0026207859627902508, -0.017870835959911346, -0.02578943409025669, 0.0020381391514092684, -0.0034036473371088505, 0.0009049022919498384, -0.023269880563020706, -0.016071155667304993, 0.006352875381708145, 0.01712396927177906, 0.0485554039478302, -0.04380424693226814, 0.009952237829566002, -0.055718135088682175, 0.037973277270793915, 0.007968089543282986, -0.009106388315558434, 0.03115248493850231, -0.04851941019296646, -0.016961997374892235, 0.021704157814383507, 0.032160308212041855, -0.0204083863645792, -0.017618881538510323, -0.017303936183452606, -0.021128259599208832, 0.021488195285201073, -0.05273066461086273, 0.037217412143945694, 0.01137398649007082, 0.050679028034210205, 0.05899355560541153, -0.01810479536652565, 0.03500380367040634, -0.0005832092720083892, -0.026725267991423607, 0.008773447014391422, 0.10992453992366791, 0.05625804141163826, -0.043408315628767014, 0.03790128976106644, -0.0017299437895417213, -0.03732539340853691, 0.01680002547800541, -0.016638055443763733, -0.07457879930734634, -0.06453657150268555, 0.04474008083343506, 0.008597977459430695, -0.047619570046663284, 0.027139196172356606, -0.09343945980072021, -0.06050528958439827, 0.04052882641553879, 0.0688198134303093, -0.005097597371786833, 0.011050043627619743, -0.006694814655929804, 0.036821480840444565, 0.025267526507377625, -0.05679794400930405, -0.010312174446880817, -0.030306635424494743, -0.03356405720114708, 0.01810479536652565, -0.04211254417896271, -0.03343807905912399, 0.0025375508703291416, -0.08444105088710785, 0.062268976122140884, -0.009421331807971, 0.010096212849020958, -0.008314528502523899, 0.04819546639919281, -0.0007254965603351593, 0.03707343712449074, 0.025141548365354538, 0.05075101554393768, 0.04114071652293205, -0.05388246104121208, -0.037037443369627, -0.07544264197349548, 0.014550424180924892, 0.04290440306067467, -0.013812555000185966, 0.019184604287147522, 0.05057104676961899, -0.020228419452905655, -0.030144663527607918, -0.041788600385189056, -0.06759603321552277, 0.06489650905132294, -0.03279019519686699, 0.05946147441864014, -0.016431091353297234, 0.025177542120218277, -0.028272995725274086, -0.073247030377388, 0.03629957512021065, -0.002386827487498522, -0.008229043334722519, -0.06687615811824799, -0.021686160936951637, 0.0013936283066868782, -0.0018581710755825043, -0.05323457717895508, -0.001986398361623287, 0.037037443369627, 0.03572367504239082, -0.08962413668632507, 0.013281648978590965, -0.031476426869630814, 0.047943513840436935, 0.05363050475716591, -0.025339514017105103, -0.005866961553692818, 0.012093858793377876, 0.03754135221242905, -0.013911536894738674, 0.03268221393227577, -0.03156641125679016, 0.05075101554393768, -0.01929258368909359, 0.046431779861450195, -0.03509378805756569, 0.013254653662443161, -0.02078632079064846, 0.04898732900619507, -0.06630026549100876, -0.0008981535211205482, -0.027211183682084084, -0.019580533728003502, -0.036371562629938126, 0.04801550135016441, -0.024907590821385384, 0.019508546218276024, 0.006375371478497982, 0.034121960401535034, -0.04402020573616028, -0.02782307378947735, 0.0013441370101645589, -0.01521630585193634, 0.02926282025873661, 0.03275420144200325, 0.0014937355881556869, -0.019868481904268265, -0.031458429992198944, 0.06208900734782219, 0.0013688827166333795, 0.017420915886759758, 0.014559422619640827, 0.031458429992198944, -0.02892087958753109, 0.0171599630266428, 0.0020235166884958744, 0.04272443801164627, -0.021722154691815376, 0.0554661825299263, -0.0028592438902705908, 0.018590709194540977, -0.020588355138897896, -0.038765136152505875, -0.035291753709316254, 0.030936522409319878, 0.027841070666909218, 0.03732539340853691, 0.012633763253688812, 0.009691284038126469, 0.025987399742007256, -0.006505848374217749, 0.017078977078199387, 0.0386931486427784, 0.003255173796787858, 0.01850072480738163, -0.03937702998518944, -0.014937355183064938, -0.07130337506532669, -0.033726029098033905, -0.02388177253305912, -0.029928700998425484, -0.015144319273531437, 0.024061739444732666, -0.03865715488791466, -0.058741599321365356, 0.0027557620778679848, -0.06705612689256668, -0.05748182535171509, -0.012750742956995964, 0.06741606444120407, 0.012255830690264702, 0.0104111572727561, 0.05888557434082031, -0.044848062098026276, 0.052586689591407776, -0.008224544115364552, 0.010861077345907688, 0.07000760734081268, -0.01895064488053322, -0.006514846812933683, -0.041788600385189056, -0.021128259599208832, 0.013749565929174423, 0.010843080468475819, -0.051002971827983856, 0.0016905757365748286, 0.020174428820610046, -0.037037443369627, 0.027535125613212585, -0.009331348352134228, 0.008058073930442333, 0.03226828575134277, 0.06720010191202164, -0.03419394791126251, -0.009394336491823196, 0.016620058566331863, 0.02346784621477127, -0.06010935828089714, 0.021038275212049484, 0.05830967798829079, -0.021470198407769203, -0.010798088274896145, 0.08652868121862411, -0.04265245050191879, -0.07137536257505417, -0.06018134579062462, -0.05226274952292442, -0.004008790478110313, -0.02039038948714733, -0.037505362182855606, 0.023251883685588837, -0.028147017583251, -0.03557970002293587, 0.014478436671197414, 0.05445835739374161, 0.011733923107385635, -0.010519137606024742, -0.037037443369627, 0.03127846121788025, -0.03980895131826401, -0.015360280871391296, 0.015513253398239613, 0.00840901117771864, 0.03548971563577652, -0.03545372188091278, 0.0211462564766407, -0.060361314564943314, -0.022082090377807617, -0.007027755957096815, -0.007599154487252235, 0.06774000823497772, 0.021362219005823135, -0.05402643606066704, 0.03710943087935448, 0.04250847548246384, 0.01039316039532423, 0.012498787604272366, -0.016512077301740646, -0.03772132098674774, 0.0780341848731041, -0.035201769322156906, 0.013497610576450825, -0.005079600960016251, 0.04970720037817955, 0.0008537238463759422, 0.001395877916365862, -0.023593822494149208, -0.013695575296878815, -0.020354395732283592, -0.007315705064684153, 0.025231532752513885, -0.01635010540485382, 0.08746451884508133, -0.027967048808932304, -0.011104034259915352, 0.0162151288241148, 0.03460787236690521, 0.024493664503097534, -0.011634940281510353, -0.022136081010103226, 0.009092890657484531, 0.05485428869724274, 0.027445141226053238, -0.036407556384801865, -0.07400289922952652, 0.046035848557949066, -0.03480583801865578, -0.038333214819431305, 0.049527231603860855, -0.007279711309820414, 0.022046096622943878, -0.0816335454583168, -0.0004071779258083552, 0.027535125613212585, -0.039485011249780655, -0.016170136630535126, -0.010888072662055492, 0.08415310084819794, 0.004233750514686108, -0.0008396638440899551, -0.045243989676237106, 0.06230496987700462, -0.03194434568285942, -0.01215684786438942, -0.05902954936027527, -0.01192288938909769, -0.01293970923870802, -0.017870835959911346, -0.025177542120218277, 0.030936522409319878, 0.04848341643810272, -0.005453034769743681, 0.07371494919061661, 0.0034553883597254753, 0.0059884400106966496, -0.056869931519031525, 0.0016287117032334208, -0.0021101264283061028, 0.002865992719307542, 0.011481967754662037, -0.01004222221672535, -0.0010421279584988952, -0.035687681287527084, 0.06604830920696259, -0.005169584881514311, -0.03154841437935829, -0.0008227918297052383, 0.02006644755601883, -0.002528552431613207, 0.006415863987058401, 0.030630577355623245, -0.001575845992192626, -0.059497468173503876, 0.013947530649602413, 0.0012485289480537176, 0.01462241169065237, 0.02856094390153885, -0.01080708671361208, 0.040672801434993744, 0.002332837088033557, 0.005124592687934637, 0.013821553438901901, -0.03476984426379204, 0.05445835739374161, 0.08278534561395645, 0.0422925129532814, 0.00023958258680067956, -0.011697929352521896, -0.010861077345907688, 0.03399598225951195, -0.0016815772978588939, -0.039952926337718964, 0.0030077174305915833, 0.013551601208746433, -0.019526543095707893, 0.019526543095707893, -0.03392399474978447, -0.05751781910657883, -0.006348376162350178, -0.015675224363803864, -0.03440990671515465, -0.014703396707773209, 0.0021281233057379723, -0.013452618382871151, -0.010870075784623623, -0.020642345771193504, 0.025951405987143517, 0.018149787560105324, -0.030612580478191376, -0.01604416035115719, -0.02935280278325081, 0.008597977459430695, -0.019364571198821068, 0.009367342106997967, 0.009115386754274368, -0.05273066461086273, -0.056833937764167786, 0.018824666738510132, 0.04042084515094757, -0.05244271457195282, -0.015576242469251156, -0.02857894077897072, 0.006595832295715809, -0.0223880372941494, -0.044128187000751495, 0.011715926229953766, 0.06100919842720032, -0.04743960127234459, -0.0258434247225523, 0.00422925129532814, -0.016997991129755974, -0.012228835374116898, -0.035237763077020645, -0.01717795804142952, 0.026887239888310432, 0.05154287442564964, 0.010357166640460491, 0.022442027926445007, 0.04283241555094719, -0.04002491384744644, 0.009772269986569881, -0.035255759954452515, 0.028380975127220154, 0.0250155720859766, -0.016098150983452797, 0.020606352016329765, 0.008305530063807964, -0.012948707677423954, 0.026311341673135757, -0.03379801660776138, 0.02272997610270977, 0.022873951122164726, -0.00007508046110160649, 0.027841070666909218, 0.022172074764966965, 0.05550217255949974, 0.004949124064296484, -0.028057033196091652, -0.029064854606986046, 0.06536442786455154, -0.004105523228645325, 0.027283169329166412, -0.006037930957973003, -0.05201079323887825, 0.039485011249780655, -0.011625941842794418, 0.0019447806989774108, -0.023359864950180054, -0.08566483110189438, 0.05093098431825638, 0.029874710366129875, -0.012210838496685028, 0.04308437183499336, -0.04880736023187637, 0.004103273618966341, -0.018023809418082237, 0.024475667625665665, 0.03388800099492073, 0.026473313570022583, -0.07695437967777252, -0.04034885764122009, 0.002228230470791459, 0.03435591608285904, -0.00437997467815876, 0.04006090760231018, -0.09271958470344543, -0.003981795161962509, -0.03467985987663269, -0.035561703145504, 0.04438014328479767, -0.043696265667676926, 0.04276043176651001, 0.01719595491886139, 0.005961444694548845, 0.020300406962633133, 0.004065030254423618, 0.02782307378947735, 0.0316024050116539, 0.013344637118279934, -0.012633763253688812, 0.001943655894137919, 0.020228419452905655, -0.01844673417508602, -0.011095035821199417, -0.032592229545116425, -0.05053505301475525, 0.06640824675559998, -0.03624558448791504, 0.04405619949102402, -0.0422925129532814, -0.06576035916805267, 0.011068040505051613, 0.020894300192594528, 0.027103202417492867, -0.014532427303493023, -0.0638526976108551, 0.11150825768709183, -0.0015792204067111015, 0.051434893161058426, 0.06392468512058258, 0.034085966646671295, -0.0007963590323925018, 0.014100504107773304, -0.03593963757157326, -0.0011315497104078531, 0.024043744429945946, 0.0065913330763578415, 0.0096732871606946, -0.01307468581944704, -0.015828197821974754, 0.001996521605178714, -0.0009791391203179955, 0.029424790292978287, 0.07079946994781494, -0.08300130814313889, -0.04211254417896271, -0.04052882641553879, 0.031422436237335205, -0.04276043176651001, 0.026671279221773148, -0.050355084240436554, -0.025141548365354538, -0.03118847869336605, -0.03955699875950813, -0.030666571110486984, -0.008620473556220531, -0.015963174402713776, 0.008944416418671608, -0.014514430426061153, -0.08998406678438187, 0.019364571198821068, -0.013497610576450825, -0.01659306325018406, 0.021056272089481354, 0.012273827567696571, 0.03194434568285942, 0.02431369572877884, 0.0401688888669014, 0.022118084132671356, 0.007405688986182213, -0.04441613703966141, -0.03811725229024887, 0.07148334383964539, -0.03629957512021065, -0.028039036318659782, -0.012912713922560215, 0.02935280278325081, 0.0035881148651242256, -0.02703121490776539, -0.031782373785972595, 0.000012785822036676109, -0.023647813126444817, 0.06601231545209885, 0.0602533333003521, -0.039485011249780655, 0.004944624844938517 ]
15,821
ipyleaflet.leaflet
basemap_to_tiles
Turn a basemap into a TileLayer object. Parameters ---------- basemap : class:`xyzservices.lib.TileProvider` or Dict Basemap description coming from ipyleaflet.basemaps. day: string If relevant for the chosen basemap, you can specify the day for the tiles in the "%Y-%m-%d" format. Defaults to yesterday's date. kwargs: key-word arguments Extra key-word arguments to pass to the TileLayer constructor.
def basemap_to_tiles(basemap, day=yesterday, **kwargs): """Turn a basemap into a TileLayer object. Parameters ---------- basemap : class:`xyzservices.lib.TileProvider` or Dict Basemap description coming from ipyleaflet.basemaps. day: string If relevant for the chosen basemap, you can specify the day for the tiles in the "%Y-%m-%d" format. Defaults to yesterday's date. kwargs: key-word arguments Extra key-word arguments to pass to the TileLayer constructor. """ if isinstance(basemap, xyzservices.lib.TileProvider): url = basemap.build_url(time=day) elif isinstance(basemap, dict): url = basemap.get("url", "") else: raise ValueError("Invalid basemap type") return TileLayer( url=url, max_zoom=basemap.get("max_zoom", 18), min_zoom=basemap.get("min_zoom", 1), attribution=basemap.get("html_attribution", "") or basemap.get("attribution", ""), name=basemap.get("name", ""), **kwargs, )
(basemap, day='2024-05-11', **kwargs)
[ -0.0015043194871395826, -0.03678453713655472, -0.017790982499718666, -0.028295796364545822, -0.05270092189311981, -0.049800604581832886, -0.07116392999887466, 0.034167174249887466, -0.0728616788983345, 0.04081668704748154, 0.0539034940302372, 0.10427001118659973, -0.03151444345712662, 0.03241637349128723, 0.04000318422913551, -0.023963002488017082, -0.025200944393873215, 0.009708994999527931, -0.009735522791743279, -0.07668161392211914, 0.04339867830276489, 0.02735849842429161, 0.0898391529917717, 0.01088503934442997, 0.01251204777508974, 0.06688418984413147, -0.021168792620301247, 0.029409945011138916, 0.037774890661239624, -0.05673307180404663, -0.05687455087900162, 0.006733515299856663, -0.009479092434048653, 0.053726643323898315, 0.022212199866771698, -0.021381011232733727, -0.01818004995584488, 0.012741951271891594, -0.08856584876775742, 0.026562679558992386, 0.04912857711315155, -0.04690028354525566, -0.0232556089758873, 0.024245960637927055, 0.03473309054970741, -0.011389058083295822, -0.017905933782458305, -0.030241133645176888, 0.03473309054970741, -0.04661732539534569, -0.06532792001962662, -0.029604477807879448, 0.052665553987026215, 0.045591603964567184, 0.020868150517344475, -0.0031191695015877485, -0.052028898149728775, 0.046016041189432144, -0.010018480941653252, 0.04555623233318329, -0.07434720546007156, -0.028985507786273956, -0.04912857711315155, -0.0060438052751123905, 0.029975859448313713, 0.0092491889372468, -0.07063338160514832, -0.023397088050842285, -0.033017657697200775, 0.05142761021852493, -0.010106905363500118, 0.06108355149626732, -0.042302217334508896, 0.007423225324600935, -0.015907542780041695, 0.04881025105714798, 0.03305302932858467, -0.07781343907117844, -0.014961402863264084, -0.004668806679546833, -0.02704017050564289, -0.04852729290723801, -0.022548213601112366, 0.023856893181800842, 0.01913503371179104, -0.032469429075717926, 0.043151091784238815, -0.012008029036223888, -0.01157474983483553, 0.005871377885341644, -0.023750783875584602, 0.019718633964657784, -0.011565906926989555, 0.01325481291860342, -0.0369613841176033, -0.07512534409761429, -0.03865913301706314, 0.08163337409496307, -0.0412057563662529, -0.012467836029827595, 0.04976523295044899, -0.06741473823785782, -0.051922786980867386, -0.0020028119906783104, -0.007334801368415356, -0.020372973755002022, -0.008311890065670013, -0.03388421609997749, -0.07639865577220917, 0.022848855704069138, -0.04764304682612419, -0.0007781344465911388, -0.005239143501967192, 0.04021540284156799, -0.053832754492759705, 0.012750793248414993, 0.04237295687198639, 0.006733515299856663, -0.024069111794233322, -0.014139056205749512, -0.029180040583014488, 0.03611250966787338, 0.03222183883190155, 0.015040984377264977, 0.03986170515418053, 0.02175239473581314, 0.02650962583720684, 0.03128454089164734, -0.036926016211509705, -0.009850474074482918, -0.00840031448751688, 0.0016789576038718224, -0.018144680187106133, 0.05397423356771469, 0.016650307923555374, -0.003070536069571972, 0.0038751978427171707, -0.004858918953686953, -0.014987929724156857, 0.01462539006024599, 0.027517663314938545, -0.02451123483479023, 0.0317089781165123, 0.05517680570483208, 0.003402127418667078, -0.05079095438122749, 0.01837458275258541, -0.02544853277504444, 0.0047572311013937, -0.037244342267513275, -0.010009638033807278, -0.030877789482474327, -0.07470090687274933, -0.005774111021310091, -0.016314296051859856, -0.0274822935461998, 0.012485520914196968, 0.03505142033100128, 0.026704158633947372, 0.0070474217645823956, 0.014961402863264084, -0.002869370626285672, 0.004708597436547279, -0.0369613841176033, -0.02260126732289791, -0.024900302290916443, 0.03837617486715317, -0.040745947510004044, 0.08630218356847763, 0.02187618799507618, -0.015721851959824562, 0.014696129597723484, 0.051922786980867386, -0.02746460773050785, 0.08304816484451294, -0.07936970889568329, -0.0010190907632932067, -0.05461088940501213, 0.003647505072876811, 0.06147262081503868, -0.04417681321501732, -0.0065610879100859165, -0.04456587880849838, 0.07169447839260101, -0.03422022983431816, -0.000867111433763057, 0.01837458275258541, 0.054257191717624664, -0.052241116762161255, 0.0002022707340074703, -0.022035352885723114, 0.02090352028608322, -0.02504178136587143, -0.05712214112281799, -0.00855505745857954, -0.018233103677630424, 0.003716033883392811, 0.002606308087706566, 0.025961393490433693, 0.0930224359035492, -0.11261726915836334, 0.047713786363601685, 0.030612515285611153, -0.01901123858988285, 0.011778125539422035, -0.0021089210640639067, -0.03614788129925728, -0.038517653942108154, -0.030453352257609367, 0.01699516363441944, 0.028136633336544037, 0.012220247648656368, 0.00032634116359986365, -0.0034176018089056015, 0.0269517470151186, -0.04502568766474724, -0.017941303551197052, 0.03073631040751934, -0.031532127410173416, 0.04138260334730148, -0.010354493744671345, 0.014979087747633457, 0.03317682072520256, -0.03625398874282837, 0.03128454089164734, -0.014368959702551365, 0.06851119548082352, -0.0015805854927748442, -0.0009129815734922886, -0.029445314779877663, -0.049376167356967926, -0.08715105801820755, -0.03738582134246826, 0.022123776376247406, 0.039897073060274124, -0.008754012174904346, 0.04502568766474724, -0.09203208237886429, 0.050755586475133896, 0.005920011550188065, 0.03232795000076294, -0.021999983116984367, -0.014696129597723484, 0.0019154928158968687, -0.006609721574932337, -0.0025068307295441628, -0.07010284066200256, 0.00020296155707910657, -0.04138260334730148, 0.013245970010757446, 0.054575517773628235, 0.000787529512308538, -0.0031456968281418085, 0.041913148015737534, 0.05358516424894333, -0.014342431910336018, -0.006158757023513317, -0.09111246466636658, -0.018781336024403572, -0.030258817598223686, 0.009319928474724293, 0.011884234845638275, -0.030983898788690567, -0.0014435277553275228, 0.0390835702419281, -0.052453335374593735, 0.006406345404684544, 0.0016612728359177709, 0.05832471325993538, -0.005393886473029852, 0.017808666452765465, 0.03041798248887062, 0.014024104923009872, 0.04831507429480553, -0.021186478435993195, -0.002211714396253228, 0.02567843534052372, -0.05333757773041725, -0.03289386257529259, -0.05903210863471031, -0.017163168638944626, -0.002159765223041177, -0.06805139034986496, -0.026049818843603134, -0.027747565880417824, -0.06844045966863632, 0.02009001560509205, 0.027818305417895317, 0.02442280948162079, -0.0316736064851284, 0.030276503413915634, 0.029869750142097473, -0.03812858834862709, 0.020726671442389488, -0.05588420107960701, -0.04470735788345337, -0.00882917270064354, -0.001840332173742354, 0.015872173011302948, -0.025713805109262466, -0.0036165565252304077, -0.02852570079267025, 0.04216073825955391, 0.010752403177320957, 0.00444111367687583, -0.015792591497302055, -0.015704168006777763, 0.031196115538477898, -0.017481496557593346, -0.001933177700266242, 0.11275874823331833, 0.025943709537386894, 0.00935529824346304, -0.05443403869867325, -0.013511243276298046, -0.024334385991096497, 0.02969290129840374, -0.016340821981430054, -0.013396291062235832, 0.05630863457918167, -0.039897073060274124, 0.007175637409090996, -0.005057873670011759, 0.010531341657042503, 0.10596776008605957, -0.0026748371310532093, 0.08057228475809097, -0.03262859210371971, 0.03368968516588211, -0.0010854090796783566, 0.0035436064936220646, 0.04587456211447716, 0.009014864452183247, -0.007529334630817175, -0.033760424703359604, 0.011804653331637383, -0.03929578885436058, 0.017083587124943733, -0.026810267940163612, 0.02261895313858986, 0.015801433473825455, 0.013873782940208912, -0.008064302615821362, 0.005075558554381132, 0.027924414724111557, -0.017711400985717773, 0.0475723072886467, 0.018091624602675438, -0.009912371635437012, 0.01626124046742916, -0.03710286319255829, -0.022247569635510445, -0.018869759514927864, 0.0011329371482133865, -0.01061092410236597, 0.030276503413915634, 0.03349515050649643, -0.043999966233968735, 0.028136633336544037, 0.02123953215777874, 0.07597421854734421, 0.018569117411971092, 0.01045176014304161, -0.014528123661875725, -0.01625239849090576, -0.0601993091404438, 0.05839545279741287, -0.01586333103477955, 0.04039224982261658, 0.011336003430187702, 0.026792582124471664, 0.011380216106772423, 0.02185850404202938, 0.02302570454776287, -0.03653694689273834, -0.027305444702506065, 0.07091633975505829, 0.007754817139357328, -0.03579418361186981, 0.0855240449309349, 0.016402719542384148, -0.011159154586493969, 0.054893847554922104, 0.026067502796649933, 0.06607068330049515, -0.0032451741863042116, 0.0898391529917717, -0.007365749683231115, 0.01034565083682537, -0.04385848715901375, 0.0034905518405139446, 0.026544995605945587, 0.021911557763814926, 0.00617644190788269, -0.002663783961907029, -0.052028898149728775, 0.022672006860375404, -0.013069121167063713, 0.0049650282599031925, 0.016844842582941055, 0.025377793237566948, 0.035016048699617386, 0.03858839347958565, -0.0528424009680748, 0.024228276684880257, -0.014581178314983845, 0.027305444702506065, -0.05507069453597069, -0.007308274041861296, -0.05079095438122749, 0.036395467817783356, 0.008095250464975834, -0.047183241695165634, 0.00662740645930171, -0.008214623667299747, -0.0030329558067023754, -0.0464758463203907, -0.011070731095969677, -0.025395477190613747, -0.0025598853826522827, 0.01658841036260128, 0.038623761385679245, -0.037880998104810715, -0.016959793865680695, -0.0031854878179728985, -0.02355625107884407, -0.013732303865253925, -0.0348922535777092, -0.024758823215961456, 0.0464758463203907, 0.029834380373358727, -0.07547903805971146, -0.04477809742093086, -0.008223465643823147, 0.1003086045384407, -0.016234714537858963, -0.006291393656283617, 0.01723390817642212, -0.011751598678529263, -0.03795173764228821, -0.013290182687342167, -0.04286813363432884, 0.10441149026155472, 0.016844842582941055, 0.042089998722076416, -0.02207072265446186, -0.03890671953558922, 0.020850464701652527, 0.017923619598150253, 0.032699331641197205, -0.00473070377483964, -0.0005747583927586675, 0.01061976607888937, -0.00679099140688777, 0.07455942779779434, -0.03954337537288666, -0.030877789482474327, 0.039684854447841644, 0.01109725795686245, -0.0013727883342653513, 0.029126986861228943, -0.04339867830276489, 0.036607686430215836, 0.00876285508275032, 0.0697845071554184, -0.015987126156687737, 0.0012932063546031713, -0.0006637353799305856, 0.0666012316942215, -0.021699339151382446, -0.005827165674418211, 0.03552890941500664, 0.03844691440463066, 0.00018955973791889846, 0.029763640835881233, 0.04407070577144623, 0.0013539980864152312, 0.008639060892164707, 0.02523631416261196, -0.013944522477686405, 0.027004800736904144, -0.019382620230317116, 0.027659142389893532, -0.02725238911807537, -0.02145175077021122, -0.0018911760998889804, -0.04343404993414879, 0.020054645836353302, 0.0035789762623608112, -0.0032694910187274218, -0.05871377885341644, 0.04035688191652298, -0.025006411597132683, 0.04849192127585411, 0.005946538411080837, -0.002205082681030035, 0.032487113028764725, 0.03395495563745499, 0.029834380373358727, -0.03298228979110718, 0.015783749520778656, 0.003479498904198408, 0.023750783875584602, 0.014607705175876617, -0.006879415828734636, 0.04721861332654953, 0.04573308303952217, 0.012865745462477207, 0.022760432213544846, 0.023609306663274765, -0.005358516704291105, 0.0008212412940338254, -0.0032783334609121084, -0.014324747025966644, 0.014501595869660378, 0.004456588067114353, -0.04481346905231476, -0.012450151145458221, -0.012122980318963528, 0.010699348524212837, 0.0951446145772934, 0.07944045215845108, 0.011053046211600304, -0.014607705175876617, -0.02474113740026951, -0.012980696745216846, 0.05029578134417534, 0.04767841845750809, -0.002265874296426773, 0.06055300682783127, 0.005522101651877165, -0.035352062433958054, 0.018339212983846664, 0.009983111172914505, 0.028030524030327797, -0.02304339036345482, -0.07017357647418976, -0.08524108678102493, -0.012078768573701382, -0.032805439084768295, 0.012697738595306873, -0.02523631416261196, 0.02060287818312645, -0.08474591374397278, -0.06140188127756119, 0.005614947061985731, 0.0014645286137238145, 0.0030108497012406588, 0.02302570454776287, 0.030258817598223686, 0.041700929403305054, 0.01648230105638504, -0.027340814471244812, 0.014218637719750404, -0.013661564327776432, 0.030453352257609367, -0.06769769638776779, -0.014262850396335125, -0.05316073074936867, 0.006225075572729111, 0.020107701420783997, 0.023626990616321564, 0.0443536639213562, 0.06076522544026375, -0.04194851964712143, 0.0019895483274012804, -0.04955301433801651, 0.024122167378664017, -0.046546585857868195, 0.06950154900550842, -0.008090829476714134, -0.01691558212041855, 0.008351681753993034, -0.0008461106335744262, 0.044318292289972305, 0.015244361013174057, -0.03887135162949562, -0.03508678823709488, 0.05301925167441368, -0.020249180495738983, -0.05079095438122749, 0.0432925708591938, 0.020337603986263275, -0.0025223051197826862, 0.041700929403305054, -0.019948536530137062, -0.03126685693860054, 0.0021288166753947735, 0.04003855213522911, -0.00438584852963686, -0.0032540166284888983, 0.01776445470750332, 0.011336003430187702, 0.02452891878783703, -0.07632791250944138, -0.056273266673088074, 0.0253424234688282, -0.012573945336043835, -0.05443403869867325, 0.01837458275258541, -0.010858512483537197, 0.05231185629963875, -0.03315913677215576, 0.05114465206861496, -0.010009638033807278, -0.055424392223358154, 0.02704017050564289, 0.017773296684026718, -0.04849192127585411, 0.021628599613904953, 0.04000318422913551, 0.025731490924954414, 0.05291314050555229, 0.01098230667412281, -0.00427752872928977, -0.05209963768720627, -0.005385044030845165, 0.0475369393825531, 0.039684854447841644, -0.09535683691501617, -0.02935688942670822, -0.021805448457598686, -0.0412057563662529, 0.005911169108003378, -0.030081968754529953, -0.026881007477641106, 0.06147262081503868, 0.06034078821539879, -0.004432271234691143, -0.008687693625688553, 0.0025024095084518194, 0.0023366138339042664, -0.05885525792837143, -0.04216073825955391, -0.007763659581542015, 0.032168783247470856, 0.03542280197143555, 0.02261895313858986, -0.035016048699617386, 0.032292578369379044, -0.016438089311122894, -0.0070253158919513226, 0.06599994748830795, -0.023114129900932312, -0.010911567136645317, -0.07272019982337952, 0.02893245220184326, 0.009443722665309906, 0.00636655418202281, 0.025218628346920013, -0.02389226295053959, 0.03496299311518669, 0.05029578134417534, 0.038411546498537064, -0.008196938782930374, 0.028790973126888275, 0.030188078060746193, -0.0065389820374548435, -0.029091617092490196, -0.03869450092315674, -0.032381001859903336, -0.031868141144514084, 0.006269287783652544, 0.000490478880237788, -0.007776923011988401, -0.017375387251377106, 0.007661971263587475, -0.01776445470750332, -0.01606670767068863, -0.019099663943052292, 0.02810126356780529, -0.014766869135200977, -0.014262850396335125, -0.008015668950974941, 0.015138251706957817, -0.010681663639843464, -0.022990334779024124, 0.01325481291860342, 0.02905624732375145, -0.005424834787845612, 0.014713814482092857, 0.023078760132193565, -0.022778116166591644, 0.07024431973695755, -0.01330786757171154, 0.017145484685897827, -0.02346782758831978, 0.0038110902532935143, -0.038305435329675674, 0.028189687058329582, 0.07105781883001328, -0.01342281885445118, -0.020885834470391273, -0.0015850067138671875, -0.06525718420743942, 0.040745947510004044, -0.06147262081503868, 0.00211334228515625, 0.027835991233587265, -0.014793396927416325, -0.01871059648692608, -0.026704158633947372, -0.013979892246425152, 0.05114465206861496, 0.04499031603336334, -0.027641456574201584, -0.025696121156215668, 0.01816236414015293, 0.005588419735431671, -0.03126685693860054, 0.042266845703125, 0.005314304493367672, 0.04318645969033241, 0.015686482191085815, -0.016526514664292336, -0.10646294057369232, 0.027959784492850304, 0.02334403246641159, -0.021610915660858154, -0.008364944718778133, 0.052983880043029785, -0.04180704057216644, -0.015907542780041695, 0.015500791370868683, 0.02090352028608322, -0.025165574625134468, -0.045909930020570755, -0.048562660813331604, -0.008807066828012466, 0.039897073060274124, -0.030700940638780594, 0.02198229730129242, -0.03816395625472069, -0.00940835289657116, -0.017065903171896935, -0.025377793237566948, -0.06136650964617729, -0.004872182384133339, -0.0006924733170308173, -0.01657956838607788, 0.017711400985717773, -0.07257872074842453, 0.02935688942670822, 0.009337613359093666, -0.025271683931350708, -0.008970651775598526, 0.035122159868478775, 0.009903528727591038, -0.026456570252776146, 0.05273629352450371, 0.021487120538949966, 0.00834283884614706, -0.09712532162666321, -0.012768478132784367, 0.048739511519670486, -0.02069130167365074, 0.005181667860597372, -0.04608678072690964, 0.030559461563825607, 0.0019685474690049887, 0.026067502796649933, -0.03432633727788925, 0.023308662697672844, -0.05652085319161415, 0.03614788129925728, 0.04679417610168457, -0.010708190500736237, -0.017375387251377106 ]
15,824
traitlets.traitlets
default
A decorator which assigns a dynamic default for a Trait on a HasTraits object. Parameters ---------- name The str name of the Trait on the object whose default should be generated. Notes ----- Unlike observers and validators which are properties of the HasTraits instance, default value generators are class-level properties. Besides, default generators are only invoked if they are registered in subclasses of `this_type`. :: class A(HasTraits): bar = Int() @default('bar') def get_bar_default(self): return 11 class B(A): bar = Float() # This trait ignores the default generator defined in # the base class A class C(B): @default('bar') def some_other_default(self): # This default generator should not be return 3.0 # ignored since it is defined in a # class derived from B.a.this_class.
def default(name: str) -> DefaultHandler: """A decorator which assigns a dynamic default for a Trait on a HasTraits object. Parameters ---------- name The str name of the Trait on the object whose default should be generated. Notes ----- Unlike observers and validators which are properties of the HasTraits instance, default value generators are class-level properties. Besides, default generators are only invoked if they are registered in subclasses of `this_type`. :: class A(HasTraits): bar = Int() @default('bar') def get_bar_default(self): return 11 class B(A): bar = Float() # This trait ignores the default generator defined in # the base class A class C(B): @default('bar') def some_other_default(self): # This default generator should not be return 3.0 # ignored since it is defined in a # class derived from B.a.this_class. """ if not isinstance(name, str): raise TypeError("Trait name must be a string or All, not %r" % name) return DefaultHandler(name)
(name: str) -> traitlets.traitlets.DefaultHandler
[ 0.02204211987555027, -0.01591723971068859, -0.04043537378311157, -0.04773310199379921, -0.017508963122963905, 0.030754713341593742, -0.015423898585140705, 0.028055299073457718, 0.033603060990571976, 0.03451527655124664, 0.020720336586236954, 0.027794664725661278, -0.02055278606712818, 0.02364315092563629, -0.02012460306286812, -0.04032367467880249, 0.027534032240509987, 0.005827012937515974, -0.0030740750953555107, 0.003900189185515046, 0.052089400589466095, 0.006171421147882938, 0.011644717305898666, -0.028464864939451218, -0.020161837339401245, 0.04021197557449341, -0.016633979976177216, 0.015274965204298496, 0.027385098859667778, -0.038238607347011566, -0.04844053462147713, -0.08303027600049973, 0.014036957174539566, 0.04166407138109207, 0.052759598940610886, -0.047770336270332336, -0.023103268817067146, 0.12808258831501007, -0.04475443810224533, 0.007367541082203388, 0.07122731953859329, -0.009931985288858414, -0.052759598940610886, -0.05968499556183815, 0.019379938021302223, 0.03635832667350769, 0.014148657210171223, 0.06128602847456932, 0.024387817829847336, -0.04855223372578621, 0.01971503719687462, -0.04181300476193428, 0.021241603419184685, 0.022060735151171684, 0.031127046793699265, 0.05160536617040634, 0.011030367575585842, 0.029432930052280426, -0.012184600345790386, 0.06039242818951607, 0.013971799053251743, -0.023028802126646042, 0.06888162344694138, -0.038797106593847275, -0.03470144420862198, -0.045350171625614166, 0.020776186138391495, -0.040807705372571945, -0.014865398406982422, 0.02528141625225544, -0.029135065153241158, -0.021669786423444748, 0.01081627607345581, 0.016317497938871384, 0.029079213738441467, 0.007320999633520842, -0.04404700547456741, -0.06117432564496994, 0.06489765644073486, 0.04285553842782974, 0.0006672907038591802, -0.04222257435321808, -0.08101967722177505, -0.04103110730648041, -0.012268375605344772, -0.03410571068525314, 0.02364315092563629, -0.030829180032014847, 0.06143496185541153, -0.003246279200538993, -0.02364315092563629, 0.020105987787246704, 0.03717745840549469, 0.01153301727026701, -0.03053131327033043, -0.02455536648631096, 0.014130041003227234, 0.01699700579047203, 0.05287129804491997, -0.01153301727026701, -0.040398139506578445, 0.028874430805444717, 0.03419879451394081, 0.008009815588593483, -0.000017853080862550996, -0.06009456142783165, 0.014362748712301254, 0.009866827167570591, -0.032262660562992096, -0.0040863556787371635, -0.01627095602452755, -0.09985973685979843, 0.0048682549968361855, 0.018318787217140198, 0.008647436276078224, -0.024834617972373962, -0.01444652397185564, -0.013897332362830639, 0.009164048358798027, 0.011747108772397041, -0.06463702768087387, -0.017136629670858383, -0.006087645888328552, -0.0156566072255373, 0.031145663931965828, -0.021613936871290207, 0.009494493715465069, 0.035353027284145355, 0.04743523523211479, 0.05026496574282646, 0.04732353612780571, 0.037363626062870026, -0.03176001086831093, 0.04613206908106804, 0.04259490594267845, 0.02172563597559929, 0.0074001201428473, 0.0542861633002758, 0.019845353439450264, 0.05648292973637581, 0.003309110412374139, -0.03682374209165573, 0.011030367575585842, -0.007865536957979202, 0.050897933542728424, -0.007293074391782284, 0.05607336387038231, 0.01318059116601944, 0.009182664565742016, -0.04140343889594078, 0.018988987430930138, 0.05082346871495247, -0.009866827167570591, 0.026789365336298943, 0.00521266320720315, 0.0048868716694414616, -0.021539470180869102, 0.0488128699362278, -0.054099999368190765, -0.021762868389487267, 0.05041389912366867, -0.00491945119574666, -0.0156566072255373, -0.04773310199379921, -0.001184484688565135, 0.007307036779820919, -0.04043537378311157, -0.019901202991604805, 0.04393530637025833, 0.039169441908597946, -0.0884663462638855, 0.03660034388303757, 0.032672230154275894, 0.03304456174373627, 0.09367900341749191, 0.03980240598320961, -0.020329385995864868, -0.006194691639393568, 0.08660467714071274, -0.013785632327198982, 0.030475463718175888, 0.0033882311545312405, -0.059349894523620605, -0.012556933797895908, -0.027459565550088882, 0.03378922864794731, 0.03151799738407135, 0.004710013512521982, -0.01895175501704216, 0.01910068839788437, -0.005217317491769791, 0.021949036046862602, 0.006343625020235777, 0.00008719284960534424, 0.05581273138523102, 0.025411734357476234, -0.0026016775518655777, -0.0005503548309206963, 0.014874706976115704, -0.009820285253226757, -0.002171167405322194, 0.009084927849471569, -0.022023502737283707, 0.012491775676608086, 0.03049408085644245, 0.037717342376708984, 0.08749827742576599, -0.02081342041492462, -0.1000831350684166, -0.04110557213425636, -0.02327081747353077, -0.003197410376742482, -0.0687699243426323, 0.051679834723472595, -0.03304456174373627, -0.0738336518406868, 0.04412147030234337, -0.003974655643105507, -0.05019050091505051, 0.04408423975110054, 0.028706882148981094, 0.041589606553316116, 0.054658498615026474, 0.06154666095972061, 0.026119166985154152, -0.003458043560385704, 0.011281692422926426, -0.08943440765142441, -0.022488918155431747, -0.017099397256970406, 0.006031795870512724, -0.02559790015220642, -0.000016316842447849922, 0.04371190443634987, -0.013832174241542816, -0.01040671020746231, -0.00950380228459835, -0.01495848223567009, -0.03248606249690056, 0.04762140288949013, 0.014530299231410027, 0.026640431955456734, 0.0040049077942967415, 0.03768010810017586, 0.018821436911821365, 0.013255057856440544, -0.08109414577484131, 0.04002580791711807, 0.014967789873480797, -0.0027552649844437838, 0.017806829884648323, -0.019398553296923637, 0.006934703793376684, -0.018216395750641823, -0.016196489334106445, 0.023401135578751564, -0.08757274597883224, -0.023754851892590523, 0.010397401638329029, 0.010862817987799644, 0.001062894589267671, -0.004444726277142763, -0.029879730194807053, 0.017564812675118446, -0.001994309015572071, -0.026286715641617775, -0.015042256563901901, -0.007930695079267025, 0.011412009596824646, 0.0049334135837852955, 0.041887473315000534, 0.03105258010327816, -0.019901202991604805, -0.07409428805112839, -0.00031764665618538857, -0.0317227803170681, 0.030345147475600243, -0.011216534301638603, 0.005626883823424578, -0.049557533115148544, -0.0058549377135932446, 0.03831307590007782, -0.0008808004786260426, -0.009727202355861664, -0.03419879451394081, 0.021949036046862602, -0.07111562043428421, -0.03479452803730965, -0.02528141625225544, -0.01132823433727026, 0.05998286232352257, -0.0277574323117733, -0.026044700294733047, 0.046988435089588165, -0.00920128170400858, -0.03790351003408432, -0.02991696447134018, 0.03170416131615639, -0.0015114396810531616, -0.05562656372785568, 0.013822865672409534, -0.04862670227885246, -0.00075630156788975, 0.019454404711723328, -0.0508606992661953, -0.048589468002319336, 0.0005602449527941644, -0.0306988637894392, -0.008247178047895432, -0.00009184701048070565, 0.012091517448425293, 0.015721764415502548, -0.0693284198641777, -0.02451813407242298, 0.018756279721856117, 0.01787198893725872, 0.02667766623198986, -0.029749413952231407, 0.06318492442369461, 0.0825834795832634, -0.02868826501071453, 0.06493489444255829, -0.04937136918306351, -0.037251926958560944, -0.03706575930118561, -0.027459565550088882, 0.015721764415502548, 0.0051987008191645145, -0.053020231425762177, 0.02580268308520317, -0.013608774170279503, -0.05458403006196022, -0.015675222501158714, -0.03170416131615639, -0.09851933270692825, 0.032113730907440186, 0.03976517543196678, 0.020887887105345726, -0.02431335113942623, -0.049557533115148544, 0.013785632327198982, -0.014362748712301254, -0.001165868015959859, 0.015386665239930153, -0.029526013880968094, 0.030010046437382698, 0.043749138712882996, -0.03324934467673302, 0.0592009611427784, -0.02317773550748825, 0.03198341280221939, -0.0360976941883564, 0.018393253907561302, -0.02321496792137623, 0.01924961991608143, -0.06225409358739853, 0.06013179570436478, -0.060280729085206985, -0.00437956815585494, -0.044307637959718704, -0.08399834483861923, 0.0097085852175951, -0.05871692672371864, 0.0388343408703804, 0.008787061087787151, 0.035967376083135605, 0.04222257435321808, 0.04326510429382324, 0.053839366883039474, -0.02831593155860901, 0.0020827383268624544, 0.03259776160120964, 0.010769735090434551, 0.016754988580942154, 0.018151238560676575, -0.003413829021155834, 0.008130824193358421, 0.03980240598320961, -0.01711801439523697, -0.04695120453834534, -0.004812404979020357, 0.01781613752245903, -0.0036721350625157356, 0.038387540727853775, -0.00030310239526443183, -0.06091369315981865, 0.00037611459265463054, 0.039318375289440155, -0.04475443810224533, -0.028446247801184654, 0.03950453922152519, -0.051009632647037506, -0.043376803398132324, 0.006031795870512724, -0.03265361115336418, -0.06035519391298294, -0.011598175391554832, 0.039876874536275864, -0.02904198132455349, 0.0028832543175667524, 0.08615788072347641, -0.011588867753744125, 0.0408821739256382, -0.00877775251865387, -0.032560527324676514, 0.014837473630905151, 0.042297039180994034, -0.04624376818537712, -0.0042306347750127316, -0.0006352933123707771, -0.03157384693622589, 0.0659029558300972, -0.04427040368318558, -0.01061149314045906, 0.0396534726023674, -0.0018744644476100802, 0.049520302563905716, 0.0136739332228899, 0.0017639279831200838, -0.022824019193649292, -0.0028436940629035234, 0.01591723971068859, 0.041999172419309616, 0.025374500080943108, 0.012556933797895908, 0.0273478664457798, -0.05019050091505051, -0.0009215244208462536, -0.05808396264910698, -0.03388231247663498, -0.005640846211463213, -0.04810543358325958, 0.01112345140427351, -0.033342428505420685, 0.014148657210171223, -0.03898327425122261, -0.013441224582493305, -0.042557671666145325, -0.055738262832164764, -0.006785770412534475, 0.010090227238833904, -0.004817059263586998, -0.03135044500231743, 0.053429797291755676, 0.022265518084168434, -0.003283512545749545, -0.007204645313322544, -0.003765218425542116, 0.0006329662282951176, -0.041589606553316116, -0.035762593150138855, -0.027720198035240173, 0.06169559434056282, 0.04918520152568817, 0.02498355135321617, -0.039727941155433655, 0.0007632828201167285, -0.044158704578876495, 0.03620939329266548, -0.02621224895119667, 0.04747246950864792, 0.003967674449086189, 0.02219105139374733, -0.0076700616627931595, -0.05354150012135506, -0.016754988580942154, -0.028874430805444717, -0.011681950651109219, -0.015535598620772362, 0.0027948252391070127, 0.06273812800645828, -0.029023364186286926, -0.0097085852175951, -0.0336402952671051, -0.03073609620332718, -0.03161108121275902, -0.0009081437019631267, 0.017276255413889885, 0.014632690697908401, 0.013692549429833889, 0.013227133080363274, -0.008884798735380173, 0.005477950442582369, 0.005654808599501848, 0.016848072409629822, 0.009145431220531464, -0.030103130266070366, -0.03183447942137718, 0.013022350147366524, 0.04728630185127258, -0.018812129274010658, 0.04877563565969467, -0.014232432469725609, -0.039727941155433655, -0.00782830361276865, -0.0005858428776264191, 0.0752112865447998, -0.0024923046585172415, 0.035408876836299896, -0.0031369063071906567, 0.022935718297958374, -0.04103110730648041, -0.042706605046987534, -0.02770158275961876, 0.006506520789116621, -0.07625381648540497, -0.04289277270436287, -0.01156094204634428, -0.020217686891555786, 0.012082208879292011, 0.010732501745223999, 0.016177872195839882, -0.06512105464935303, 0.021446386352181435, 0.00854504480957985, -0.061509426683187485, 0.03835031017661095, 0.0003638974158093333, -0.0009221061482094228, -0.04397253692150116, 0.00329514779150486, 0.0028716190718114376, -0.026249483227729797, 0.07990267872810364, -0.048738401383161545, 0.06214239448308945, 0.06311045587062836, -0.0031555229797959328, 0.008433344773948193, 0.015423898585140705, 0.032113730907440186, 0.014511682093143463, -0.05283406749367714, 0.12845492362976074, -0.026714898645877838, 0.03243021294474602, -0.03699129447340965, 0.013739091344177723, -0.014688540250062943, 0.034682828933000565, 0.03954177349805832, 0.021465003490447998, 0.009969218634068966, 0.0005186483613215387, 0.003990945406258106, -0.019491637125611305, -0.046988435089588165, 0.05272236466407776, 0.04162684082984924, -0.03090364672243595, -0.053690433502197266, 0.00040723930578678846, -0.044940605759620667, -0.05521699786186218, -0.06121155992150307, -0.01904483698308468, 0.015340123325586319, 0.005208008922636509, -0.0014055573847144842, 0.05439786612987518, 0.019957054406404495, 0.06206792593002319, 0.07595594972372055, 0.014316207729279995, 0.06106262654066086, 0.03693544119596481, 0.021967653185129166, 0.010350859723985195, -0.044568270444869995, 0.028911665081977844, -0.03553919494152069, -0.0053429799154400826, 0.014735082164406776, -0.017862679436802864, -0.009061656892299652, 0.05871692672371864, 0.016875997185707092, -0.007046403829008341, -0.07044541835784912, -0.04419593885540962, -0.04274383932352066, -0.013245749287307262, -0.01318059116601944, -0.04393530637025833, 0.03587429225444794, -0.046727802604436874, -0.028967514634132385, 0.05298299714922905, -0.04568526893854141, 0.05778609588742256, -0.07107838988304138, 0.046839501708745956, -0.05700419470667839, -0.011542325839400291, -0.005715312901884317, 0.054770197719335556, 0.007995853200554848, -0.05071176588535309, 0.057339295744895935, -0.015721764415502548, -0.056669097393751144, 0.036488644778728485, -0.030829180032014847, 0.0618072934448719, 0.026863832026720047, -0.004263213835656643, -0.017304180189967155, 0.01441859919577837, 0.027682965621352196, -0.09442367404699326, -0.04304170608520508, -0.032002028077840805, 0.04259490594267845, 0.09211520850658417, -0.041328974068164825, 0.0009081437019631267, 0.002256105886772275, -0.030717480927705765, 0.014176582917571068, -0.008656743913888931, 0.007376849185675383, 0.013143357820808887, -0.0010966373374685645, -0.009866827167570591, 0.03434772789478302, -0.03574397787451744, -0.008321644738316536, 0.03712160885334015, 0.040398139506578445, 0.034068476408720016, -0.010211234912276268, 0.02848348207771778, 0.0070138247683644295, -0.026323949918150902, 0.03315626084804535, 0.014334823936223984, -0.014306899160146713, -0.015433206222951412, 0.02233998477458954, -0.010667342692613602, -0.05123303458094597, 0.006660107988864183, 0.06947735697031021, 0.04933413490653038, -0.011979817412793636, -0.01699700579047203, 0.020869269967079163, 0.03620939329266548, 0.05421169847249985, -0.02574683353304863, -0.03142491355538368, 0.02801806479692459, -0.014334823936223984, -0.025467583909630775, 0.04151513800024986, -0.03738224133849144, 0.0369168259203434, -0.02189318649470806, 0.009671351872384548, -0.03868540748953819, -0.037456709891557693, -0.03481314331293106, 0.03438496217131615, -0.005361596588045359, -0.02446228452026844, -0.011253767646849155, -0.05000433325767517, -0.055179763585329056, -0.004025851376354694, -0.03239297866821289, -0.0020641216542571783, 0.037307776510715485, -0.006916087120771408, -0.08638127893209457, -0.006506520789116621, -0.02801806479692459, 0.04728630185127258, -0.012724483385682106, 0.03754979372024536, 0.00578047102317214, 0.01519118994474411, 0.006217962596565485, -0.025002166628837585, 0.029954196885228157, -0.06370618939399719, 0.010797659866511822, 0.021074052900075912, -0.0667220875620842, -0.01624303124845028, -0.0067438832484185696, 0.02740371599793434, -0.03391954302787781, 0.05905202776193619, 0.028334548696875572, -0.02729201503098011, -0.0212602186948061, -0.03820137679576874, 0.03162969648838043, -0.05603612959384918, -0.023028802126646042, 0.018625963479280472, 0.000026888703359873034, -0.016782913357019424, 0.010127459652721882, -0.006511175073683262, -0.001818614429794252, 0.024089951068162918, 0.018756279721856117, 0.0579722635447979, -0.00713017862290144, 0.052908532321453094, 0.036637574434280396, 0.020273536443710327, 0.009792360477149487, -0.010704576037824154, 0.002515575382858515, -0.053727664053440094, 0.03645141050219536, 0.0006696177879348397, 0.05242449790239334, -0.020738953724503517, -0.0200315210968256, -0.008042395114898682, -0.03935560956597328, -0.006446016486734152, -0.034012626856565475, -0.0329514779150486, -0.04743523523211479, 0.02935846336185932, 0.04892456904053688, 0.0421108715236187, -0.013208516873419285, -0.024015484377741814, 0.012715174816548824, 0.007842266000807285, -0.006329662632197142, 0.04769586771726608, -0.02390378527343273, -0.034161560237407684, -0.01351569127291441, -0.08198774605989456, 0.03665619343519211, 0.015284273773431778, 0.05484466254711151, 0.08645574748516083, -0.03304456174373627, 0.01480954885482788, 0.07528574764728546, -0.008479885756969452, 0.0976257398724556, -0.029172297567129135, 0.008382149040699005, -0.02105543576180935, 0.024741534143686295, 0.023866550996899605, -0.055179763585329056, 0.010378784500062466, -0.04814266785979271, 0.019454404711723328, 0.03660034388303757, -0.024890467524528503, -0.009410718455910683, -0.01372047420591116, -0.027682965621352196, 0.012650016695261002, -0.0030368417501449585, 0.03505516052246094, 0.04118004068732262 ]
15,825
IPython.core.display_functions
display
Display a Python object in all frontends. By default all representations will be computed and sent to the frontends. Frontends can decide which representation is used and how. In terminal IPython this will be similar to using :func:`print`, for use in richer frontends see Jupyter notebook examples with rich display logic. Parameters ---------- *objs : object The Python objects to display. raw : bool, optional Are the objects to be displayed already mimetype-keyed dicts of raw display data, or Python objects that need to be formatted before display? [default: False] include : list, tuple or set, optional A list of format type strings (MIME types) to include in the format data dict. If this is set *only* the format types included in this list will be computed. exclude : list, tuple or set, optional A list of format type strings (MIME types) to exclude in the format data dict. If this is set all format types will be computed, except for those included in this argument. metadata : dict, optional A dictionary of metadata to associate with the output. mime-type keys in this dictionary will be associated with the individual representation formats, if they exist. transient : dict, optional A dictionary of transient data to associate with the output. Data in this dict should not be persisted to files (e.g. notebooks). display_id : str, bool optional Set an id for the display. This id can be used for updating this display area later via update_display. If given as `True`, generate a new `display_id` clear : bool, optional Should the output area be cleared before displaying anything? If True, this will wait for additional output before clearing. [default: False] **kwargs : additional keyword-args, optional Additional keyword-arguments are passed through to the display publisher. Returns ------- handle: DisplayHandle Returns a handle on updatable displays for use with :func:`update_display`, if `display_id` is given. Returns :any:`None` if no `display_id` is given (default). Examples -------- >>> class Json(object): ... def __init__(self, json): ... self.json = json ... def _repr_pretty_(self, pp, cycle): ... import json ... pp.text(json.dumps(self.json, indent=2)) ... def __repr__(self): ... return str(self.json) ... >>> d = Json({1:2, 3: {4:5}}) >>> print(d) {1: 2, 3: {4: 5}} >>> display(d) { "1": 2, "3": { "4": 5 } } >>> def int_formatter(integer, pp, cycle): ... pp.text('I'*integer) >>> plain = get_ipython().display_formatter.formatters['text/plain'] >>> plain.for_type(int, int_formatter) <function _repr_pprint at 0x...> >>> display(7-5) II >>> del plain.type_printers[int] >>> display(7-5) 2 See Also -------- :func:`update_display` Notes ----- In Python, objects can declare their textual representation using the `__repr__` method. IPython expands on this idea and allows objects to declare other, rich representations including: - HTML - JSON - PNG - JPEG - SVG - LaTeX A single object can declare some or all of these representations; all are handled by IPython's display system. The main idea of the first approach is that you have to implement special display methods when you define your class, one for each representation you want to use. Here is a list of the names of the special methods and the values they must return: - `_repr_html_`: return raw HTML as a string, or a tuple (see below). - `_repr_json_`: return a JSONable dict, or a tuple (see below). - `_repr_jpeg_`: return raw JPEG data, or a tuple (see below). - `_repr_png_`: return raw PNG data, or a tuple (see below). - `_repr_svg_`: return raw SVG data as a string, or a tuple (see below). - `_repr_latex_`: return LaTeX commands in a string surrounded by "$", or a tuple (see below). - `_repr_mimebundle_`: return a full mimebundle containing the mapping from all mimetypes to data. Use this for any mime-type not listed above. The above functions may also return the object's metadata alonside the data. If the metadata is available, the functions will return a tuple containing the data and metadata, in that order. If there is no metadata available, then the functions will return the data only. When you are directly writing your own classes, you can adapt them for display in IPython by following the above approach. But in practice, you often need to work with existing classes that you can't easily modify. You can refer to the documentation on integrating with the display system in order to register custom formatters for already existing types (:ref:`integrating_rich_display`). .. versionadded:: 5.4 display available without import .. versionadded:: 6.1 display available without import Since IPython 5.4 and 6.1 :func:`display` is automatically made available to the user without import. If you are using display in a document that might be used in a pure python context or with older version of IPython, use the following import at the top of your file:: from IPython.display import display
def display( *objs, include=None, exclude=None, metadata=None, transient=None, display_id=None, raw=False, clear=False, **kwargs, ): """Display a Python object in all frontends. By default all representations will be computed and sent to the frontends. Frontends can decide which representation is used and how. In terminal IPython this will be similar to using :func:`print`, for use in richer frontends see Jupyter notebook examples with rich display logic. Parameters ---------- *objs : object The Python objects to display. raw : bool, optional Are the objects to be displayed already mimetype-keyed dicts of raw display data, or Python objects that need to be formatted before display? [default: False] include : list, tuple or set, optional A list of format type strings (MIME types) to include in the format data dict. If this is set *only* the format types included in this list will be computed. exclude : list, tuple or set, optional A list of format type strings (MIME types) to exclude in the format data dict. If this is set all format types will be computed, except for those included in this argument. metadata : dict, optional A dictionary of metadata to associate with the output. mime-type keys in this dictionary will be associated with the individual representation formats, if they exist. transient : dict, optional A dictionary of transient data to associate with the output. Data in this dict should not be persisted to files (e.g. notebooks). display_id : str, bool optional Set an id for the display. This id can be used for updating this display area later via update_display. If given as `True`, generate a new `display_id` clear : bool, optional Should the output area be cleared before displaying anything? If True, this will wait for additional output before clearing. [default: False] **kwargs : additional keyword-args, optional Additional keyword-arguments are passed through to the display publisher. Returns ------- handle: DisplayHandle Returns a handle on updatable displays for use with :func:`update_display`, if `display_id` is given. Returns :any:`None` if no `display_id` is given (default). Examples -------- >>> class Json(object): ... def __init__(self, json): ... self.json = json ... def _repr_pretty_(self, pp, cycle): ... import json ... pp.text(json.dumps(self.json, indent=2)) ... def __repr__(self): ... return str(self.json) ... >>> d = Json({1:2, 3: {4:5}}) >>> print(d) {1: 2, 3: {4: 5}} >>> display(d) { "1": 2, "3": { "4": 5 } } >>> def int_formatter(integer, pp, cycle): ... pp.text('I'*integer) >>> plain = get_ipython().display_formatter.formatters['text/plain'] >>> plain.for_type(int, int_formatter) <function _repr_pprint at 0x...> >>> display(7-5) II >>> del plain.type_printers[int] >>> display(7-5) 2 See Also -------- :func:`update_display` Notes ----- In Python, objects can declare their textual representation using the `__repr__` method. IPython expands on this idea and allows objects to declare other, rich representations including: - HTML - JSON - PNG - JPEG - SVG - LaTeX A single object can declare some or all of these representations; all are handled by IPython's display system. The main idea of the first approach is that you have to implement special display methods when you define your class, one for each representation you want to use. Here is a list of the names of the special methods and the values they must return: - `_repr_html_`: return raw HTML as a string, or a tuple (see below). - `_repr_json_`: return a JSONable dict, or a tuple (see below). - `_repr_jpeg_`: return raw JPEG data, or a tuple (see below). - `_repr_png_`: return raw PNG data, or a tuple (see below). - `_repr_svg_`: return raw SVG data as a string, or a tuple (see below). - `_repr_latex_`: return LaTeX commands in a string surrounded by "$", or a tuple (see below). - `_repr_mimebundle_`: return a full mimebundle containing the mapping from all mimetypes to data. Use this for any mime-type not listed above. The above functions may also return the object's metadata alonside the data. If the metadata is available, the functions will return a tuple containing the data and metadata, in that order. If there is no metadata available, then the functions will return the data only. When you are directly writing your own classes, you can adapt them for display in IPython by following the above approach. But in practice, you often need to work with existing classes that you can't easily modify. You can refer to the documentation on integrating with the display system in order to register custom formatters for already existing types (:ref:`integrating_rich_display`). .. versionadded:: 5.4 display available without import .. versionadded:: 6.1 display available without import Since IPython 5.4 and 6.1 :func:`display` is automatically made available to the user without import. If you are using display in a document that might be used in a pure python context or with older version of IPython, use the following import at the top of your file:: from IPython.display import display """ from IPython.core.interactiveshell import InteractiveShell if not InteractiveShell.initialized(): # Directly print objects. print(*objs) return if transient is None: transient = {} if metadata is None: metadata={} if display_id: if display_id is True: display_id = _new_id() transient['display_id'] = display_id if kwargs.get('update') and 'display_id' not in transient: raise TypeError('display_id required for update_display') if transient: kwargs['transient'] = transient if not objs and display_id: # if given no objects, but still a request for a display_id, # we assume the user wants to insert an empty output that # can be updated later objs = [{}] raw = True if not raw: format = InteractiveShell.instance().display_formatter.format if clear: clear_output(wait=True) for obj in objs: if raw: publish_display_data(data=obj, metadata=metadata, **kwargs) else: format_dict, md_dict = format(obj, include=include, exclude=exclude) if not format_dict: # nothing to display (e.g. _ipython_display_ took over) continue if metadata: # kwarg-specified metadata gets precedence _merge(md_dict, metadata) publish_display_data(data=format_dict, metadata=md_dict, **kwargs) if display_id: return DisplayHandle(display_id)
(*objs, include=None, exclude=None, metadata=None, transient=None, display_id=None, raw=False, clear=False, **kwargs)
[ -0.011283020488917828, -0.04615224525332451, -0.04554014652967453, 0.0044122119434177876, 0.07512491941452026, 0.004078107886016369, -0.027320006862282753, 0.012048143893480301, -0.025606131181120872, -0.014384320937097073, -0.014506740495562553, 0.020994987338781357, -0.03560374304652214, 0.008390854112803936, -0.036236245185136795, 0.07132990658283234, -0.023361768573522568, -0.041173841804265976, 0.037093184888362885, -0.0305029209703207, 0.01303770300000906, -0.004024549387395382, 0.051457103341817856, 0.012854074127972126, 0.009875193238258362, -0.06582102179527283, 0.0502329058945179, 0.011170802637934685, -0.060842614620923996, 0.026055004447698593, 0.01334375236183405, -0.04252045974135399, -0.004315296187996864, 0.005519090220332146, -0.0014142032014206052, -0.012007337063550949, 0.010324065573513508, 0.049906451255083084, -0.009640555828809738, -0.0030528425704687834, -0.0016207864973694086, -0.0069218166172504425, 0.021199019625782967, -0.0533750094473362, -0.0002779948408715427, 0.05843502655625343, 0.03780730068683624, 0.05704760551452637, -0.026993555948138237, -0.0695752277970314, 0.003379295114427805, -0.04594821482896805, -0.03388986736536026, 0.003137006191536784, -0.043336592614650726, 0.006646372377872467, 0.02066853456199169, 0.03152308613061905, -0.0016654187347739935, -0.027564847841858864, -0.04860064014792442, 0.027360813692212105, 0.010160839185118675, -0.007936880923807621, -0.015261662192642689, 0.002930422779172659, -0.0029737798031419516, 0.02234160527586937, -0.05104903504252434, 0.0011872164905071259, -0.04937596619129181, 0.05361985042691231, 0.0179446954280138, 0.031849537044763565, 0.010176141746342182, -0.02466757968068123, -0.009992511942982674, 0.00827353447675705, -0.01507803238928318, 0.019842201843857765, 0.046274665743112564, 0.011772699654102325, -0.013027502223849297, -0.01769985631108284, 0.007916477508842945, -0.04660111665725708, 0.007906275801360607, 0.017577435821294785, -0.029176706448197365, 0.04468321055173874, -0.03766447678208351, -0.009916000068187714, 0.028727835044264793, 0.018393566831946373, -0.08406156301498413, -0.03554253280162811, -0.0014741378836333752, -0.05627227947115898, 0.03899069130420685, -0.0030757961794734, 0.024137094616889954, 0.011027979664504528, 0.004282140638679266, -0.023524995893239975, -0.04602982476353645, -0.05129387602210045, -0.043948691338300705, 0.04431594908237457, -0.03111501969397068, 0.03364502638578415, 0.03960279002785683, 0.004935046192258596, -0.010048621334135532, -0.031339455395936966, 0.04958000034093857, -0.013323349878191948, -0.015659525990486145, 0.03617503494024277, 0.04045972600579262, -0.0674532800912857, -0.10577066242694855, -0.030890583992004395, -0.009870092384517193, -0.02703436091542244, -0.019189296290278435, 0.0053252591751515865, 0.009518135339021683, -0.004261737689375877, 0.0027978012803941965, -0.02436153031885624, -0.004570337478071451, -0.04411191865801811, -0.07957284152507782, 0.05916954576969147, 0.061903588473796844, 0.0015366228763014078, -0.04239803925156593, -0.03980682045221329, -0.008967246860265732, 0.050314515829086304, -0.022055959329009056, -0.027320006862282753, 0.023463785648345947, 0.07418636977672577, -0.07826703041791916, -0.020484905689954758, 0.038398995995521545, -0.0006503549520857632, -0.023831045255064964, -0.009916000068187714, -0.03036009892821312, 0.022280395030975342, 0.043336592614650726, 0.03158429637551308, -0.014802588149905205, -0.007503310684114695, 0.007304378319531679, -0.013955852016806602, 0.011099390685558319, 0.03701157122850418, -0.02330055832862854, -0.003519567893818021, 0.060434550046920776, 0.027360813692212105, -0.011385036632418633, 0.02285168692469597, 0.005881248973309994, -0.0449688546359539, -0.0020084490533918142, 0.07026893645524979, -0.02405548095703125, -0.029543966054916382, -0.051457103341817856, -0.012864275835454464, -0.01132382731884718, 0.03499164432287216, -0.009599748998880386, 0.008263332769274712, -0.003779709804803133, 0.0014983667060732841, 0.01084434986114502, -0.09091706573963165, -0.0652497261762619, -0.007166656199842691, -0.03268607333302498, -0.021851925179362297, 9.962544709196663e-7, -0.0165470689535141, 0.0652497261762619, 0.01780187152326107, -0.017730461433529854, 0.01500662136822939, -0.0417451336979866, -0.0032135185319930315, 0.004090860020369291, -0.02268845960497856, -0.009717067703604698, -0.04135747253894806, 0.030727356672286987, 0.012915283441543579, -0.02032167837023735, 0.013364155776798725, 0.056802764534950256, -0.050559356808662415, 0.025687744840979576, 0.003371644066646695, -0.015190251171588898, -0.023729028180241585, 0.0026141717098653316, -0.014965814538300037, -0.005366065539419651, -0.001532797352410853, -0.0028972674626857042, 0.042887717485427856, 0.02505524270236492, 0.018587399274110794, -0.007452302146703005, -0.03480801731348038, -0.003131905337795615, -0.030727356672286987, 0.010936164297163486, 0.004723362158983946, -0.05749647691845894, 0.040724970400333405, -0.0449688546359539, 0.002111740643158555, 0.005146730225533247, 0.01744481362402439, 0.04958000034093857, -0.06806538254022598, 0.0071564544923603535, -0.009564043022692204, -0.07557379454374313, 0.0545584037899971, 0.04770289734005928, 0.0037133991718292236, 0.011640078388154507, 0.062107618898153305, -0.02925832010805607, 0.023076122626662254, 0.009217186830937862, 0.017812073230743408, 0.006860606838017702, -0.07128909975290298, -0.03715439513325691, -0.02001562900841236, -0.02066853456199169, 0.009370211511850357, -0.06998328864574432, -0.04643789306282997, 0.011038180440664291, 0.0015850807540118694, 0.027217991650104523, -0.03768488019704819, -0.0002306528331246227, -0.018546592444181442, -0.07190120220184326, -0.04860064014792442, -0.0024445694871246815, 0.007584923878312111, -0.014414926059544086, -0.011109592393040657, -0.02768726646900177, 0.10968809574842453, 0.057006798684597015, -0.012292983010411263, -0.048641446977853775, 0.012884678319096565, 0.019383126869797707, -0.00024738992215134203, 0.045866601169109344, 0.014659765176475048, -0.006304617039859295, 0.009436522610485554, -0.008987650275230408, 0.00759002473205328, 0.04019448533654213, -0.04680515080690384, -0.04292852431535721, 0.020036032423377037, -0.0061515923589468, -0.05092661455273628, -0.056353893131017685, -0.059332773089408875, 0.08797899633646011, -0.03186994045972824, -0.012170563451945782, 0.062311653047800064, -0.023667817935347557, -0.017822274938225746, 0.10071064531803131, 0.03491003066301346, 0.0042362334206700325, -0.012548024766147137, -0.023341365158557892, 0.05194678157567978, -0.07932800054550171, -0.003619033843278885, -0.0019995225593447685, -0.004761618096381426, -0.035379309207201004, -0.0325840562582016, 0.10152678191661835, 0.011538061313331127, 0.016200212761759758, -0.05774131417274475, -0.009604849852621555, -0.009206985123455524, 0.00875301193445921, 0.028319768607616425, 0.05916954576969147, 0.012578628957271576, 0.04358142986893654, 0.07736928015947342, -0.04037811607122421, 0.005519090220332146, -0.0060189710929989815, -0.015751341357827187, 0.003894478315487504, 0.003909780643880367, 0.012935686856508255, -0.01866901107132435, 0.001124093891121447, 0.05427275598049164, 0.07953203469514847, -0.05361985042691231, -0.01901586726307869, 0.035073257982730865, 0.051416296511888504, 0.0073859915137290955, -0.011599271558225155, -0.02789130061864853, -0.000938551442231983, 0.0390314981341362, 0.03539971262216568, -0.03213518485426903, -0.03395107761025429, -0.014200691133737564, 0.00621790299192071, -0.01459855493158102, 0.038807060569524765, 0.04141868278384209, -0.05406872183084488, -0.008227627724409103, -0.006554557476192713, 0.040112871676683426, 0.0749208852648735, -0.019597360864281654, -0.006406633649021387, -0.011854312382638454, -0.05602743849158287, -0.018618004396557808, -0.014833193272352219, -0.01356818899512291, -0.05039612948894501, -0.024177901446819305, 0.03813375160098076, -0.03884786739945412, -0.03331857547163963, -0.028870657086372375, 0.005830240435898304, 0.0020951631013303995, -0.043091751635074615, 0.015537106432020664, -0.0876525416970253, -0.01555750984698534, 0.0026779321487993, 0.0006994503200985491, 0.0524364598095417, 0.001342791598290205, -0.026911942288279533, 0.018526189029216766, 0.010094529017806053, -0.022770073264837265, -0.02254563756287098, 0.04231642559170723, -0.0040015955455601215, 0.03293091431260109, -0.034726403653621674, -0.012986695393919945, 0.0326656699180603, 0.0016858220333233476, -0.0062281046994030476, -0.02713637799024582, 0.01648586057126522, 0.012976493686437607, -0.027564847841858864, 0.043499819934368134, -0.05835341289639473, -0.029870418831706047, -0.012507217936217785, -0.013221332803368568, 0.011027979664504528, 0.0028768640477210283, -0.01966877281665802, -0.03488962724804878, 0.08471446484327316, 0.0373380221426487, -0.03566495329141617, -0.025279678404331207, 0.03780730068683624, -0.0071564544923603535, 0.007809360045939684, 0.037501249462366104, 0.0007906275568529963, -0.004945247899740934, 0.06288294494152069, -0.027544444426894188, -0.009921100921928883, 0.008589785546064377, 0.05476243421435356, -0.035726163536310196, -0.10136355459690094, -0.0009850964415818453, 0.06451521068811417, 0.0390314981341362, -0.05137548968195915, 0.017618242651224136, -0.03876625373959541, 0.009696664288640022, 0.0035476223565638065, 0.04194916784763336, 0.02652427926659584, 0.011782901361584663, -0.006891211960464716, 0.003246673848479986, -0.03189034387469292, 0.02213757112622261, 0.02697315253317356, 0.010405679233372211, 0.0014320560730993748, -0.05712921544909477, 0.019546354189515114, -0.0066871787421405315, 0.020535912364721298, -0.0533750094473362, 0.03384906053543091, -0.021341843530535698, -0.011589069850742817, 0.02168869972229004, 0.04419352859258652, -0.027115974575281143, 0.0023374520242214203, -0.030829373747110367, -0.02017885632812977, 0.046274665743112564, 0.01658787578344345, 0.015496300533413887, 0.010308763012290001, 0.04656031355261803, 0.04301013797521591, -0.00040965984226204455, 0.02632024697959423, -0.005743526853621006, 0.022770073264837265, -0.11825747787952423, 0.03238002583384514, 0.037603266537189484, -0.014802588149905205, 0.05011048540472984, -0.05386469140648842, -0.04684595763683319, -0.004506577271968126, -0.016404246911406517, -0.024137094616889954, 0.0009309001616202295, 0.04443836957216263, -0.01530246902257204, -0.08336784690618515, -0.015231057070195675, 0.023361768573522568, 0.0294011440128088, -0.005468082148581743, -0.006059777457267046, 0.031176229938864708, 0.051008228212594986, 0.010864753276109695, -0.022566040977835655, -0.08748931437730789, -0.06178116798400879, -0.018495583906769753, -0.07753250747919083, -0.003175262361764908, -0.03340018913149834, -0.01982179842889309, 0.02929912693798542, 0.09263094514608383, 0.018985262140631676, 0.07165636122226715, -0.03782770410180092, 0.024137094616889954, 0.02693234570324421, -0.07757331430912018, -0.028054526075720787, -0.03423672541975975, 0.005860845558345318, -0.0035705759655684233, -0.018577197566628456, -0.031992360949516296, -0.045907407999038696, 0.03344099596142769, -0.010466888546943665, 0.07120748609304428, -0.008079703897237778, 0.024932822212576866, -0.0035374206490814686, 0.07124829292297363, 0.04704999178647995, 0.0071411519311368465, -0.011772699654102325, -0.028401382267475128, -0.05006967857480049, 0.06806538254022598, -0.008824423886835575, -0.013557987287640572, -0.005315057467669249, 0.010130234062671661, 0.009115170687437057, 0.004674904048442841, 0.015812551602721214, 0.02340257540345192, -0.034767210483551025, 0.00165776745416224, 0.010946366004645824, -0.005641510244458914, 0.059985678642988205, -0.0034583578817546368, 0.026340650394558907, -0.032400425523519516, 0.020637929439544678, 0.0012815818190574646, 0.038807060569524765, -0.03131905198097229, 0.013833431527018547, -0.017669251188635826, 0.03731762245297432, -0.026299843564629555, 0.028156543150544167, 0.017067354172468185, 0.014731177128851414, 0.036073021590709686, 0.040969811379909515, -0.002815654268488288, -0.023484189063310623, 0.07283975183963776, -0.07434959709644318, 0.007998090237379074, 0.0010157013311982155, 0.05512969568371773, -0.012241975404322147, -0.005743526853621006, -0.06594344228506088, 0.06410714238882065, 0.03943956270813942, -0.031033406034111977, 0.05965922400355339, 0.052069202065467834, 0.03837859258055687, 0.02395346388220787, 0.007452302146703005, 0.021464262157678604, 0.08855028450489044, 0.0005850006127730012, -0.020648131147027016, 0.04190836101770401, 0.019189296290278435, 0.04407111182808876, 0.02758525125682354, -0.033012524247169495, -0.05814938247203827, 0.000758747395593673, 0.07773654162883759, 0.009186581708490849, 0.013098913244903088, 0.01127281878143549, 0.03511406481266022, 0.016822513192892075, 0.06602504849433899, 0.02864622138440609, -0.04974322393536568, -0.04358142986893654, -0.01409867499023676, -0.017016345635056496, -0.07512491941452026, 0.0016309880884364247, -0.035930197685956955, -0.0012962466571480036, 0.008457164280116558, -0.007804259192198515, -0.047988541424274445, 0.02415749803185463, 0.014843394979834557, -0.01840376853942871, 0.012925485149025917, 0.06790215522050858, 0.03611382469534874, -0.02632024697959423, 0.00027193763526156545, 0.027728073298931122, -0.01555750984698534, -0.04741724953055382, 0.0294011440128088, -0.007431899197399616, -0.053170979022979736, 0.06998328864574432, -0.03468559682369232, 0.03888867422938347, -0.0038817261811345816, -0.010048621334135532, -0.057822927832603455, 0.00422348128631711, 0.05619066581130028, -0.0011961429845541716, 0.016516463831067085, -0.016169609501957893, -0.05790454149246216, 0.02309652604162693, -0.016914328560233116, -0.012976493686437607, 0.0028692129999399185, 0.05729244276881218, 0.04066376015543938, -0.04101061820983887, 0.007702242583036423, 0.006411734502762556, 0.016955135390162468, -0.04313255846500397, -0.011068785563111305, 0.06035293638706207, -0.023014912381768227, 0.027462830767035484, 0.01619001291692257, -0.0053354608826339245, 0.02874823845922947, -0.01810792088508606, -0.06186278164386749, -0.009400816634297371, 0.04003125801682472, -0.010456686839461327, 0.012650040909647942, 0.02707516774535179, -0.013853834941983223, -0.03650148957967758, -0.0035884289536625147, 0.03619543835520744, -0.0036368868313729763, -0.0016641435213387012, -0.01379262562841177, 0.07541056722402573, -0.012762258760631084, -0.021913135424256325, 0.023320961743593216, -0.010232251137495041, -0.012507217936217785, -0.04729482904076576, 0.03025808185338974, 0.017934493720531464, -0.03388986736536026, 0.020617526024580002, 0.02213757112622261, -0.00029823873774148524, -0.029788805171847343, 0.005264049395918846, -0.02697315253317356, 0.03972521051764488, 0.008788717910647392, -0.043744657188653946, 0.029829612001776695, 0.012823469005525112, -0.010165940038859844, -0.0004348451620899141, 0.009293699637055397, 0.0534566231071949, -0.0010826496873050928, -0.05688437819480896, 0.002042879583314061, -0.019791193306446075, 0.013731415383517742, 0.023933060467243195, -0.04431594908237457, 0.023320961743593216, -0.027156781405210495, -0.05374227091670036, -0.0235045924782753, -0.0715339407324791, -0.02436153031885624, 0.012364394962787628, -0.043744657188653946, -0.009926201775670052, -0.057210829108953476, -0.01866901107132435, 0.000025265013391617686, 0.0073502860032022, -0.06410714238882065, -0.02203555591404438, -0.029543966054916382, 0.019780991598963737, -0.025381695479154587, 0.04660111665725708, -0.00639133108779788, 0.03656269982457161, 0.06051616370677948, 0.007992989383637905, 0.030951794236898422, -0.002467523096129298, 0.07002409547567368, -0.03666471689939499, 0.013711011968553066, 0.009783378802239895, -0.0577005073428154, -0.030931390821933746, 0.10585227608680725, 0.0272383950650692, -0.009416119195520878, -0.010334267280995846, -0.022606847807765007, 0.049498386681079865, 0.062107618898153305, 0.0066973804496228695, 0.015537106432020664, 0.007401294074952602, 0.05104903504252434, 0.05153871327638626, 0.01991361193358898, 0.022606847807765007, 0.04594821482896805, -0.04974322393536568, -0.0073910923674702644, 0.003853671718388796, 0.0013070858549326658, 0.053334206342697144, 0.050355322659015656, -0.04978403076529503, 0.0003541884070727974, -0.015812551602721214, -0.05153871327638626, 0.026585489511489868, -0.04986564442515373, 0.007503310684114695, -0.02491241879761219, -0.014190489426255226, -0.04917193204164505, 0.005299754906445742, -0.009890495799481869, -0.013333551585674286, -0.009625253267586231, 0.021607086062431335, 0.042642880231142044, -0.006325020454823971, 0.11687005311250687, 0.04872306063771248, -0.03327776864171028, -0.04815176874399185, 0.021341843530535698, 0.11303423345088959, 0.06218923255801201, -0.05619066581130028, 0.03782770410180092, 0.0588022880256176, -0.040765777230262756, -0.05884309485554695, -0.04570337384939194, 0.04054133966565132, -0.0064678434282541275, 0.00953343790024519, 0.042030781507492065, -0.0437854640185833, -0.003634336404502392 ]
15,826
ipywidgets.embed
embed_minimal_html
Write a minimal HTML file with widget views embedded. Parameters ---------- fp: filename or file-like object The file to write the HTML output to. views: widget or collection of widgets or None The widgets to include views for. If None, all DOMWidgets are included (not just the displayed ones). title: title of the html page. template: Template in which to embed the widget state. This should be a Python string with placeholders `{title}` and `{snippet}`. The `{snippet}` placeholder will be replaced by all the widgets. drop_defaults: boolean Whether to drop default values from the widget states. state: dict or None (default) The state to include. When set to None, the state of all widgets know to the widget manager is included. Otherwise it uses the passed state directly. This allows for end users to include a smaller state, under the responsibility that this state is sufficient to reconstruct the embedded views. indent: integer, string or None The indent to use for the JSON state dump. See `json.dumps` for full description. embed_url: string or None Allows for overriding the URL used to fetch the widget manager for the embedded code. This defaults (None) to a `jsDelivr` CDN url. requirejs: boolean (True) Enables the requirejs-based embedding, which allows for custom widgets. If True, the embed_url should point to an AMD module. cors: boolean (True) If True avoids sending user credentials while requesting the scripts. When opening an HTML file from disk, some browsers may refuse to load the scripts.
@doc_subst(_doc_snippets) def embed_minimal_html(fp, views, title='IPyWidget export', template=None, **kwargs): """Write a minimal HTML file with widget views embedded. Parameters ---------- fp: filename or file-like object The file to write the HTML output to. {views_attribute} title: title of the html page. template: Template in which to embed the widget state. This should be a Python string with placeholders `{{title}}` and `{{snippet}}`. The `{{snippet}}` placeholder will be replaced by all the widgets. {embed_kwargs} """ snippet = embed_snippet(views, **kwargs) values = { 'title': title, 'snippet': snippet, } if template is None: template = html_template html_code = template.format(**values) # Check if fp is writable: if hasattr(fp, 'write'): fp.write(html_code) else: # Assume fp is a filename: with open(fp, "w") as f: f.write(html_code)
(fp, views, title='IPyWidget export', template=None, **kwargs)
[ 0.02281099744141102, -0.11156748235225677, 0.0008049124735407531, 0.012525760568678379, 0.037295009940862656, 0.029144445434212685, 0.0046706972643733025, 0.011881831102073193, -0.08715106546878815, 0.06192312762141228, -0.0062981643714010715, 0.03673047199845314, -0.0037246495485305786, 0.028879817575216293, -0.017033269628882408, 0.033166803419589996, 0.01791536621749401, -0.01952960155904293, 0.01034698449075222, -0.022511085495352745, 0.028968026861548424, 0.005107334814965725, 0.003583514364436269, 0.02374601922929287, -0.0018248357810080051, -0.000002088947667289176, -0.022740431129932404, -0.019070912152528763, -0.056736402213573456, -0.05356086045503616, 0.012084713205695152, -0.08263473957777023, 0.05715981125831604, 0.01203178707510233, 0.017950650304555893, -0.04375195503234863, -0.005649823695421219, 0.05031474679708481, -0.031190909445285797, -0.04047055542469025, 0.054372388869524, 0.00464864494279027, 0.06382845342159271, -0.08990320563316345, -0.030802786350250244, 0.04001186788082123, 0.07931805402040482, 0.007775674574077129, -0.029955973848700523, -0.004500893875956535, 0.05296103283762932, 0.06707456707954407, -0.019459033384919167, -0.0015315389027819037, -0.036942172795534134, 0.08531630784273148, -0.011502529494464397, 0.0708499401807785, 0.014766284264624119, -0.01657458022236824, -0.07691875845193863, 0.04103509709239006, 0.02840348519384861, -0.011564276181161404, 0.0398707315325737, 0.0700736939907074, -0.004214212764054537, -0.013416677713394165, -0.04301099106669426, -0.01032934244722128, -0.005124976858496666, -0.013293184340000153, -0.0016969318967312574, 0.015921829268336296, 0.010779211297631264, 0.0305910836905241, -0.02616296149790287, -0.036448199301958084, 0.000322791951475665, -0.010082355700433254, 0.05401954799890518, -0.04149378836154938, 0.021646631881594658, 0.020570475608110428, 0.05102042108774185, 0.00902384053915739, 0.018524011597037315, 0.006862705573439598, 0.031473178416490555, 0.011326110921800137, 0.013204975053668022, 0.020005933940410614, -0.03166723996400833, -0.03364313393831253, -0.009367858059704304, -0.03117326647043228, -0.03161431476473808, -0.015560170635581017, -0.03180837631225586, 0.07317867130041122, 0.011255542747676373, -0.013293184340000153, -0.03149082139134407, 0.006849474273622036, 0.04025885462760925, -0.011784800328314304, -0.020641041919589043, 0.03283160552382469, -0.05320801958441734, -0.05102042108774185, 0.017615454271435738, -0.05959439277648926, -0.007211133372038603, -0.005199954845011234, 0.015648379921913147, -0.011026198044419289, -0.014237026683986187, 0.046257104724645615, 0.02863283082842827, -0.04032942280173302, -0.020094143226742744, -0.019741304218769073, -0.06665115803480148, -0.06516923755407333, 0.0738137811422348, -0.03099684789776802, 0.011282005347311497, 0.021523138508200645, -0.019776588305830956, -0.008331394754350185, -0.030397022143006325, -0.003235086565837264, -0.013107944279909134, -0.012605149298906326, -0.0065451511181890965, -0.023181477561593056, 0.023975364863872528, -0.03343143314123154, -0.011414320208132267, 0.02678043022751808, -0.0903971791267395, -0.07924748957157135, -0.015224973671138287, 0.07607194781303406, -0.04131736978888512, -0.05077343434095383, -0.04720976948738098, -0.0017079580575227737, 0.006703928112983704, 0.04523387551307678, 0.0025536674074828625, 0.0030829249881207943, -0.025122089311480522, 0.03170252591371536, 0.03516034036874771, -0.008820958435535431, 0.02983248047530651, 0.03203772008419037, 0.011026198044419289, -0.017280258238315582, 0.03676575422286987, 0.009323752485215664, 0.03006182610988617, 0.031914226710796356, -0.010761569254100323, 0.06806251406669617, -0.023269688710570335, -0.012640433385968208, 0.04082339629530907, 0.07109692692756653, 0.02799772098660469, 0.018347593024373055, 0.006712749134749174, -0.010541045106947422, 0.011458424851298332, 0.05652470141649246, 0.005491046700626612, -0.0224052332341671, -0.0036121823359280825, -0.011370215564966202, -0.0397648811340332, 0.016371699050068855, -0.03422531858086586, 0.03567195683717728, 0.016548117622733116, -0.004997072741389275, 0.0010419756872579455, 0.0014929472235962749, 0.029232656583189964, 0.010832136496901512, 0.005045588128268719, -0.0157630518078804, -0.011026198044419289, -0.038282960653305054, -0.0516202487051487, -0.06135858595371246, -0.042305316776037216, -0.08192905783653259, 0.048938676714897156, 0.027309687808156013, 0.003865784965455532, -0.018965059891343117, 0.029620777815580368, 0.013310826383531094, 0.05895928665995598, 0.05401954799890518, 0.02316383644938469, -0.07882408052682877, -0.02782130241394043, -0.009010609239339828, 0.0097206961363554, -0.04555143043398857, -0.03300802782177925, 0.023446107283234596, 0.033219728618860245, 0.01122025866061449, -0.058041904121637344, 0.05154968053102493, -0.08312871307134628, -0.006642181426286697, 0.01684802956879139, -0.00025043252389878035, -0.03817710652947426, 0.050949856638908386, 0.056242428719997406, -0.02889745868742466, 0.07310809940099716, -0.040117718279361725, -0.02235230803489685, -0.01267571747303009, 0.021964186802506447, -0.011229080148041248, 0.03927090764045715, 0.022387592121958733, 0.00868864357471466, -0.023957721889019012, -0.04241116717457771, -0.02741553820669651, 0.046574659645557404, -0.005433710291981697, 0.010364625602960587, 0.025863049551844597, 0.06922688335180283, 0.01500445045530796, -0.0033718112390488386, 0.025157373398542404, -0.08503403514623642, 0.0031248244922608137, -0.016371699050068855, -0.0030145624186843634, -0.010152922943234444, -0.028968026861548424, -0.010064713656902313, -0.008335805498063564, 0.04117623344063759, 0.0070214830338954926, 0.01827702485024929, -0.021787766367197037, -0.024169426411390305, -0.020482264459133148, 0.029603136703372, -0.048268284648656845, -0.01234052050858736, 0.014598686248064041, 0.058394744992256165, -0.06481640040874481, -0.012640433385968208, -0.03718915954232216, -0.004337706137448549, -0.008626896888017654, 0.0204293392598629, 0.09251420944929123, 0.016451086848974228, -0.015789516270160675, -0.0008523251162841916, -0.03916505351662636, 0.035195622593164444, -0.008163796737790108, 0.009967682883143425, -0.04346968233585358, 0.0057248021475970745, -0.04989134147763252, 0.032143570482730865, 0.10712172091007233, 0.005191133823245764, -0.0345957987010479, -0.0023088857997208834, 0.022422876209020615, 0.05137326195836067, -0.014942703768610954, 0.061711423099040985, 0.08065884560346603, 0.050914570689201355, -0.030855711549520493, -0.06905046105384827, 0.041634924709796906, -0.040929246693849564, -0.04015300050377846, -0.0035349989775568247, 0.004692750051617622, -0.014316415414214134, -0.022740431129932404, 0.05345500633120537, 0.030943922698497772, 0.02558077871799469, -0.02589833363890648, -0.024963311851024628, -0.004780959337949753, 0.015886545181274414, -0.007515456527471542, 0.019053269177675247, 0.0015844646841287613, -0.024081217125058174, 0.03314916044473648, 0.009747158735990524, 0.020394055172801018, -0.027203835546970367, -0.0037952172569930553, -0.004174518398940563, 0.011317289434373379, -0.01850637048482895, 0.019229689612984657, 0.005680697038769722, 0.01466925349086523, 0.02016471140086651, -0.07967089861631393, 0.046574659645557404, -0.05613657832145691, 0.0074316575191915035, 0.008119692094624043, 0.023357897996902466, 0.014933882281184196, 0.02252872847020626, 0.014413446187973022, -0.06146443635225296, 0.016971522942185402, -0.02136436104774475, -0.04251701757311821, -0.010029429569840431, -0.03187894448637962, 0.0767776221036911, 0.053384438157081604, -0.04452819749712944, 0.0017333183204755187, -0.04297570884227753, 0.021699557080864906, 0.030291171744465828, -0.04001186788082123, 0.023975364863872528, -0.03923562169075012, 0.03669518604874611, -0.0097206961363554, 0.02334025502204895, 0.008679823018610477, 0.020499907433986664, 0.01415763795375824, 0.014995628967881203, 0.019335540011525154, -0.07635421305894852, -0.04191719368100166, -0.007938862778246403, 0.01958252675831318, -0.03140261024236679, 0.006920041982084513, -0.008362268097698689, 0.015886545181274414, 0.027186194434762, 0.025739556178450584, 0.0023948901798576117, -0.004300217144191265, -0.002494125859811902, -0.01894741877913475, 0.0370127409696579, 0.0060026622377336025, 0.0099412202835083, -0.014034144580364227, -0.04354025050997734, 0.004904452711343765, -0.08065884560346603, -0.0012294211192056537, -0.007661002222448587, 0.02319912053644657, 0.057089243084192276, -0.03990601375699043, -0.02727440372109413, -0.05377256125211716, -0.016548117622733116, 0.05444295331835747, -0.04883282631635666, -0.019317898899316788, 0.04008243605494499, -0.007859474048018456, -0.060229502618312836, 0.057865485548973083, -0.020482264459133148, -0.04315212741494179, 0.03373134508728981, 0.04265815392136574, 0.0010623742127791047, -0.034966278821229935, 0.09950041025876999, -0.04463404789566994, -0.007219954393804073, 0.03567195683717728, 0.015013271011412144, 0.004035588353872299, -0.002461047377437353, 0.026692219078540802, 0.01836523599922657, 0.016636326909065247, -0.01558663323521614, -0.007369910832494497, -0.05881815031170845, -0.01993536576628685, 0.03334322199225426, -0.02884453348815441, -0.0018226305255666375, 0.008640129119157791, -0.04615125432610512, -0.028103573247790337, 0.026286454871296883, 0.03184365853667259, 0.045092739164829254, 0.04265815392136574, 0.007255238015204668, -0.054090116173028946, -0.0277330931276083, -0.00808881875127554, 0.048268284648656845, 0.043610818684101105, -0.009561918675899506, -0.023993005976080894, -0.046433523297309875, -0.03422531858086586, 0.01984715647995472, -0.03046759031713009, 0.00027372536715120077, -0.05384312942624092, 0.029691345989704132, 0.02173484116792679, 0.06813307851552963, -0.018612222746014595, -0.018082965165376663, -0.024081217125058174, -0.04802129790186882, 0.0015723358374089003, -0.026762787252664566, 0.019917724654078484, -0.0013198358938097954, -0.01903562806546688, 0.04375195503234863, 0.06478111445903778, -0.001049142680130899, -0.019406108185648918, 0.016415802761912346, -0.10253482311964035, 0.026798071339726448, -0.04223474860191345, -0.055889591574668884, 0.004820653703063726, 0.03267282992601395, 0.0038194749504327774, 0.007303753402084112, -0.04763317480683327, 0.043787237256765366, -0.038459379225969315, 0.009870652109384537, -0.0009515608544461429, -0.041105665266513824, 0.024539906531572342, 0.05913570523262024, -0.030626367777585983, -0.010249953716993332, -0.002456636866554618, 0.06583963334560394, 0.046751078218221664, -0.0015789514873176813, -0.04703335091471672, -0.049609068781137466, -0.00012652561417780817, -0.024398770183324814, -0.014466371387243271, -0.011820084415376186, 0.021664272993803024, -0.013672485016286373, 0.007109692320227623, 0.03226706385612488, 0.015427855774760246, 0.057371512055397034, -0.00006825905438745394, -0.009385500103235245, 0.005102924536913633, 0.008318163454532623, -0.07159090042114258, 0.027539031580090523, 0.01406942866742611, 0.016195278614759445, 0.10112346708774567, 0.021646631881594658, -0.09773621708154678, -0.0038922477979213, -0.029091520234942436, -0.002809475176036358, 0.02988540753722191, 0.023869512602686882, -0.026903923600912094, 0.018241742625832558, 0.014369341544806957, -0.0028249118477106094, 0.0003059769805986434, 0.027433181181550026, -0.00045924115693196654, 0.021293792873620987, 0.03244348615407944, 0.020270561799407005, -0.026233529672026634, -0.03006182610988617, 0.028191782534122467, 0.024698683992028236, -0.0012988861417397857, 0.07144976407289505, -0.023499032482504845, -0.002247139113023877, -0.01827702485024929, -0.025686630979180336, 0.0002735875314101577, -0.01689213514328003, 0.015842441469430923, -0.034913353621959686, 0.04015300050377846, 0.006090871524065733, -0.0097206961363554, 0.024522263556718826, -0.05970024690032005, -0.011873009614646435, 0.006509867031127214, -0.05885343253612518, -0.009764800779521465, 0.0006869321223348379, 0.013407856225967407, -0.014739821664988995, -0.007114103063941002, -0.0097206961363554, -0.0287210401147604, 0.01630113087594509, -0.00004127932697883807, -0.04636295512318611, -0.0418466255068779, 0.09350215643644333, 0.011070302687585354, 0.007008251268416643, -0.02866811491549015, 0.0941372662782669, 0.03277868032455444, -0.04484575241804123, 0.004957378376275301, 0.001964868512004614, 0.03567195683717728, 0.07713045924901962, 0.025192657485604286, 0.030855711549520493, 0.008604845032095909, 0.02863283082842827, 0.0058041904121637344, 0.018876850605010986, 0.06361675262451172, 0.037965405732393265, -0.042270030826330185, -0.05013832822442055, -0.03329029679298401, -0.012755105271935463, 0.08291700482368469, 0.03486042842268944, -0.02746846340596676, -0.02826235070824623, -0.008838600479066372, 0.0389886349439621, 0.03212593123316765, 0.03524854779243469, -0.025245582684874535, -0.07670705020427704, -0.022952133789658546, 0.022899208590388298, -0.03172016516327858, -0.00435534818097949, -0.005874758120626211, 0.05169081687927246, -0.017668379470705986, -0.0001437540486222133, 0.010682180523872375, -0.004586898256093264, -0.008591613732278347, -0.017500780522823334, -0.014625148847699165, 0.07109692692756653, 0.03440173715353012, -0.005301395896822214, -0.051726099103689194, 0.011026198044419289, 0.0007982967072166502, -0.021787766367197037, -0.0049661993980407715, -0.02785658650100231, -0.048444703221321106, 0.015304362401366234, 0.032231781631708145, 0.020641041919589043, -0.04590426757931709, -0.017015628516674042, 0.0000702920151525177, -0.018894493579864502, 0.01353134959936142, 0.03934147581458092, 0.023622525855898857, -0.021664272993803024, 0.004031178075820208, -0.058747582137584686, 0.0030564621556550264, -0.00749340420588851, -0.07152032852172852, 0.0008109768386930227, 0.0417407751083374, -0.030132394284009933, -0.04124680161476135, -0.00718908105045557, -0.016724536195397377, 0.023499032482504845, 0.053102169185876846, -0.034789860248565674, 0.06658059358596802, 0.06266409158706665, -0.04766845703125, 0.042093612253665924, 0.010876242071390152, 0.03286689147353172, -0.02665693685412407, -0.009306111373007298, 0.0013485039817169309, -0.015013271011412144, 0.04008243605494499, 0.033660776913166046, -0.04862112179398537, -0.014263489283621311, -0.0447046160697937, 0.04142322018742561, 0.01818881556391716, -0.05102042108774185, -0.034966278821229935, -0.014607506804168224, -0.034295886754989624, -0.017686020582914352, 0.03461344167590141, -0.012887420132756233, -0.019864797592163086, 0.05648941546678543, 0.06922688335180283, 0.020182352513074875, -0.04632767289876938, 0.0574420802295208, 0.03542497009038925, 0.019829513505101204, -0.054372388869524, 0.03457815572619438, -0.02907387912273407, -0.012552224099636078, -0.015154406428337097, -0.0037158287595957518, -0.058218326419591904, -0.04135265201330185, -0.004635413642972708, -0.0095001719892025, 0.017624273896217346, 0.02755667455494404, -0.013416677713394165, -0.013116764836013317, -0.03270811215043068, -0.013478424400091171, -0.017306720837950706, -0.06132330372929573, -0.006862705573439598, 0.0360247939825058, -0.006033535581082106, 0.03923562169075012, -0.06269937008619308, -0.029038595035672188, -0.0021060036960989237, 0.0008843010873533785, 0.01908855326473713, -0.0466805100440979, -0.04780959337949753, -0.03969431295990944, -0.026286454871296883, -0.033219728618860245, -0.004653055686503649, 0.03771841898560524, -0.0427287220954895, 0.07099106907844543, -0.013293184340000153, 0.04336383193731308, 0.013901830650866032, 0.004073077347129583, 0.03969431295990944, 0.034154750406742096, -0.015013271011412144, -0.015233795158565044, 0.01683920994400978, -0.007519866805523634, -0.0012492681853473186, -0.0012183948419988155, -0.05966496095061302, -0.015022091567516327, 0.04138793796300888, 0.04586898162961006, 0.018965059891343117, 0.025051521137356758, -0.0933610200881958, -0.058041904121637344, 0.030397022143006325, 0.06859177350997925, -0.002230599755421281, -0.007047945633530617, 0.0026352612767368555, -0.011087944731116295, -0.04368138685822487, -0.0068230112083256245, 0.012869778089225292, -0.13330231606960297, -0.028015363961458206, 0.0652398094534874, 0.0019218663219362497, -0.011035018600523472, 0.0038238854613155127, -0.053419724106788635, -0.013072660192847252, 0.0055572036653757095, -0.017015628516674042, -0.036483485251665115, -0.03457815572619438, -0.02028820477426052, -0.05246705934405327, 0.007687465287744999, -0.015048555098474026, -0.004070872440934181, 0.022546369582414627, 0.048232998698949814, 0.0017917571822181344, 0.028191782534122467, -0.009411962702870369, -0.03584837540984154, 0.09187909960746765, -0.00046723513514734805, 0.015322004444897175, -0.08997377753257751, 0.06573378294706345, 0.0844694972038269, 0.026674577966332436, 0.014413446187973022, 0.010717464610934258, -0.004811832681298256, -0.016601042822003365, -0.05296103283762932, 0.02011178433895111, 0.009059124626219273, 0.03655404970049858, 0.06735683977603912, 0.06065290793776512, -0.02700977399945259, 0.019811872392892838 ]
15,827
ipywidgets.widgets.interaction
interactive
A VBox container containing a group of interactive widgets tied to a function. Parameters ---------- __interact_f : function The function to which the interactive widgets are tied. The `**kwargs` should match the function signature. __options : dict A dict of options. Currently, the only supported keys are ``"manual"`` (defaults to ``False``), ``"manual_name"`` (defaults to ``"Run Interact"``) and ``"auto_display"`` (defaults to ``False``). **kwargs : various, optional An interactive widget is created for each keyword argument that is a valid widget abbreviation. Note that the first two parameters intentionally start with a double underscore to avoid being mixed up with keyword arguments passed by ``**kwargs``.
class interactive(VBox): """ A VBox container containing a group of interactive widgets tied to a function. Parameters ---------- __interact_f : function The function to which the interactive widgets are tied. The `**kwargs` should match the function signature. __options : dict A dict of options. Currently, the only supported keys are ``"manual"`` (defaults to ``False``), ``"manual_name"`` (defaults to ``"Run Interact"``) and ``"auto_display"`` (defaults to ``False``). **kwargs : various, optional An interactive widget is created for each keyword argument that is a valid widget abbreviation. Note that the first two parameters intentionally start with a double underscore to avoid being mixed up with keyword arguments passed by ``**kwargs``. """ def __init__(self, __interact_f, __options={}, **kwargs): VBox.__init__(self, _dom_classes=['widget-interact']) self.result = None self.args = [] self.kwargs = {} self.f = f = __interact_f self.clear_output = kwargs.pop('clear_output', True) self.manual = __options.get("manual", False) self.manual_name = __options.get("manual_name", "Run Interact") self.auto_display = __options.get("auto_display", False) new_kwargs = self.find_abbreviations(kwargs) # Before we proceed, let's make sure that the user has passed a set of args+kwargs # that will lead to a valid call of the function. This protects against unspecified # and doubly-specified arguments. try: check_argspec(f) except TypeError: # if we can't inspect, we can't validate pass else: getcallargs(f, **{n:v for n,v,_ in new_kwargs}) # Now build the widgets from the abbreviations. self.kwargs_widgets = self.widgets_from_abbreviations(new_kwargs) # This has to be done as an assignment, not using self.children.append, # so that traitlets notices the update. We skip any objects (such as fixed) that # are not DOMWidgets. c = [w for w in self.kwargs_widgets if isinstance(w, DOMWidget)] # If we are only to run the function on demand, add a button to request this. if self.manual: self.manual_button = Button(description=self.manual_name) c.append(self.manual_button) self.out = Output() c.append(self.out) self.children = c # Wire up the widgets # If we are doing manual running, the callback is only triggered by the button # Otherwise, it is triggered for every trait change received # On-demand running also suppresses running the function with the initial parameters if self.manual: self.manual_button.on_click(self.update) # Also register input handlers on text areas, so the user can hit return to # invoke execution. for w in self.kwargs_widgets: if isinstance(w, Text): w.continuous_update = False w.observe(self.update, names='value') else: for widget in self.kwargs_widgets: widget.observe(self.update, names='value') self.update() # Callback function def update(self, *args): """ Call the interact function and update the output widget with the result of the function call. Parameters ---------- *args : ignored Required for this method to be used as traitlets callback. """ self.kwargs = {} if self.manual: self.manual_button.disabled = True try: show_inline_matplotlib_plots() with self.out: if self.clear_output: clear_output(wait=True) for widget in self.kwargs_widgets: value = widget.get_interact_value() self.kwargs[widget._kwarg] = value self.result = self.f(**self.kwargs) show_inline_matplotlib_plots() if self.auto_display and self.result is not None: display(self.result) except Exception as e: ip = get_ipython() if ip is None: self.log.warning("Exception in interact callback: %s", e, exc_info=True) else: ip.showtraceback() finally: if self.manual: self.manual_button.disabled = False # Find abbreviations def signature(self): return signature(self.f) def find_abbreviations(self, kwargs): """Find the abbreviations for the given function and kwargs. Return (name, abbrev, default) tuples. """ new_kwargs = [] try: sig = self.signature() except (ValueError, TypeError): # can't inspect, no info from function; only use kwargs return [ (key, value, value) for key, value in kwargs.items() ] for param in sig.parameters.values(): for name, value, default in _yield_abbreviations_for_parameter(param, kwargs): if value is empty: raise ValueError('cannot find widget or abbreviation for argument: {!r}'.format(name)) new_kwargs.append((name, value, default)) return new_kwargs # Abbreviations to widgets def widgets_from_abbreviations(self, seq): """Given a sequence of (name, abbrev, default) tuples, return a sequence of Widgets.""" result = [] for name, abbrev, default in seq: if isinstance(abbrev, Widget) and (not isinstance(abbrev, ValueWidget)): raise TypeError("{!r} is not a ValueWidget".format(abbrev)) widget = self.widget_from_abbrev(abbrev, default) if widget is None: raise ValueError("{!r} cannot be transformed to a widget".format(abbrev)) if not hasattr(widget, "description") or not widget.description: widget.description = name widget._kwarg = name result.append(widget) return result @classmethod def widget_from_abbrev(cls, abbrev, default=empty): """Build a ValueWidget instance given an abbreviation or Widget.""" if isinstance(abbrev, ValueWidget) or isinstance(abbrev, fixed): return abbrev if isinstance(abbrev, tuple): widget = cls.widget_from_tuple(abbrev) if default is not empty: try: widget.value = default except Exception: # ignore failure to set default pass return widget # Try single value widget = cls.widget_from_single_value(abbrev) if widget is not None: return widget # Something iterable (list, dict, generator, ...). Note that str and # tuple should be handled before, that is why we check this case last. if isinstance(abbrev, Iterable): widget = cls.widget_from_iterable(abbrev) if default is not empty: try: widget.value = default except Exception: # ignore failure to set default pass return widget # No idea... return None @staticmethod def widget_from_single_value(o): """Make widgets from single values, which can be used as parameter defaults.""" if isinstance(o, str): return Text(value=str(o)) elif isinstance(o, bool): return Checkbox(value=o) elif isinstance(o, Integral): min, max, value = _get_min_max_value(None, None, o) return IntSlider(value=o, min=min, max=max) elif isinstance(o, Real): min, max, value = _get_min_max_value(None, None, o) return FloatSlider(value=o, min=min, max=max) else: return None @stat
(_interactive__interact_f, _interactive__options={}, **kwargs)
[ 0.0696275532245636, -0.09929495304822922, 0.013723691925406456, -0.00636738957837224, -0.005020247772336006, 0.040565621107816696, -0.001519949408248067, 0.0008268272504210472, -0.0070031192153692245, 0.00893553625792265, -0.009288719855248928, 0.09315965324640274, -0.01498506125062704, -0.015499699860811234, -0.05921369418501854, 0.02960684709250927, 0.04573218524456024, -0.0022931683342903852, 0.0010671180207282305, -0.02425864338874817, 0.011100045405328274, -0.0004121522360946983, 0.0012178515316918492, 0.015439153648912907, 0.029283937066793442, 0.00899103656411171, -0.010055632330477238, -0.011745866388082504, -0.029324300587177277, 0.0020648606587201357, -0.016690431162714958, -0.04997038468718529, 0.009117173962295055, -0.033239588141441345, 0.026599744334816933, -0.045247819274663925, -0.002714465605095029, 0.06623699516057968, 0.025974106043577194, 0.01100922655314207, 0.028779389336705208, -0.08262470364570618, 0.051584936678409576, -0.0669635459780693, -0.0059738424606621265, 0.0503336600959301, 0.030615942552685738, 0.0580027811229229, -0.05751841515302658, -0.05566168203949928, 0.05110057070851326, -0.03332031890749931, 0.0128457797691226, 0.030716853216290474, -0.05445076897740364, 0.08524834364652634, -0.008970854803919792, 0.05497549846768379, 0.050454750657081604, 0.004334063269197941, -0.06119152158498764, 0.042503081262111664, 0.001981610432267189, 0.003625173820182681, -0.05545986071228981, -0.019869081676006317, 0.010958772152662277, -0.02829502522945404, -0.07188793271780014, -0.01465205941349268, -0.037518151104450226, 0.024137552827596664, -0.0005477493978105485, -0.011816502548754215, 0.007230165880173445, -0.03457159548997879, -0.018496710807085037, -0.0010002654744312167, 0.023451367393136024, 0.015196970663964748, 0.03416795656085014, 0.029344482347369194, -0.05154457315802574, -0.02086808532476425, 0.004419836215674877, -0.021897362545132637, -0.030858125537633896, 0.04976856708526611, 0.06514717638492584, 0.0005811756709590554, -0.04775037616491318, -0.0367916040122509, 0.03893088549375534, 0.058850422501564026, -0.07108065485954285, -0.019525988027453423, -0.011251409538090229, -0.08726653456687927, -0.005148907192051411, 0.027427202090620995, 0.019536079838871956, 0.03677142411470413, 0.020767174661159515, 0.004258381202816963, 0.027285929769277573, -0.034995414316654205, -0.09138364344835281, 0.05198857560753822, -0.00315594463609159, 0.02423846162855625, -0.0012153288116678596, -0.06583335995674133, -0.03352213650941849, 0.031080126762390137, -0.009712539613246918, 0.011766048148274422, -0.03663014993071556, 0.012613687664270401, 0.035843055695295334, -0.06252352893352509, -0.04629727825522423, 0.0178710725158453, 0.006735709495842457, -0.03531832620501518, 0.024137552827596664, 0.04549000412225723, -0.01754816249012947, 0.05364349111914635, -0.01946544274687767, 0.0387088842689991, -0.0026160788256675005, -0.025146648287773132, -0.015862973406910896, 0.035600870847702026, 0.040505073964595795, -0.00015104890917427838, -0.0044904728420078754, 0.01177613902837038, -0.05675150454044342, 0.10882080346345901, 0.021392814815044403, -0.006660026963800192, -0.024985192343592644, 0.048759471625089645, -0.0649857223033905, -0.04811365157365799, 0.01979844458401203, -0.003039898816496134, 0.00312819448299706, -0.009914358146488667, -0.06736718118190765, 0.01836553029716015, 0.019031532108783722, 0.015307971276342869, 0.026942837983369827, -0.005605523008853197, 0.006160525139421225, -0.058487147092819214, 0.007220075000077486, -0.0028052842244505882, 0.005459203850477934, 0.0018579962197691202, 0.05392603948712349, -0.014097057282924652, 0.0013698465190827847, 0.09202946722507477, 0.030575579032301903, -0.010777134448289871, 0.019969990476965904, 0.06433989852666855, -0.011211046017706394, -0.006140343379229307, -0.002714465605095029, 0.028194114565849304, -0.044480908662080765, 0.07539957761764526, -0.011937594041228294, -0.013764056377112865, 0.039960164576768875, -0.029344482347369194, -0.04912274703383446, -0.021291904151439667, -0.07132283598184586, -0.015509790740907192, -0.01243205089122057, -0.02094881236553192, 0.031403038650751114, -0.008562170900404453, 0.03204885870218277, -0.012825598008930683, -0.024440281093120575, -0.02347155101597309, -0.0021241449285298586, 0.003062603296712041, -0.05392603948712349, 0.0011573059018701315, -0.039576705545186996, -0.024662282317876816, 0.06211989000439644, -0.013279690407216549, 0.031403038650751114, -0.00980335846543312, 0.03642832860350609, 0.03249286115169525, 0.04107016697525978, -0.0075228032656013966, 0.0027674431912600994, -0.03424868360161781, -0.005171611905097961, -0.05788169056177139, -0.0521903932094574, -0.02845647931098938, -0.016468429937958717, 0.027871204540133476, 0.007199892774224281, -0.06365371495485306, 0.05650931969285011, -0.016377612948417664, -0.054814040660858154, -0.015035515651106834, 0.06599481403827667, 0.05691295862197876, 0.0009094469132833183, 0.003509128000587225, 0.022967003285884857, -0.012987053021788597, 0.056711141020059586, 0.0015868019545450807, 0.054491132497787476, -0.04137289524078369, 0.0087337177246809, -0.033925775438547134, 0.017114251852035522, 0.017094070091843605, -0.03097921796143055, -0.01614551991224289, 0.0222606360912323, -0.056186411529779434, -0.021211177110671997, -0.009540993720293045, 0.0017772685969248414, 0.0033678547479212284, 0.022623909637331963, -0.0027674431912600994, -0.05981915444135666, -0.0027649204712361097, -0.017992164939641953, 0.03073703497648239, -0.041655443608760834, -0.04084816575050354, -0.013370509259402752, 0.002357498276978731, 0.013965874910354614, 0.007548030931502581, 0.004142335150390863, 0.012220140546560287, -0.013229236006736755, 0.03160485625267029, 0.03356250002980232, -0.0028279887046664953, 0.04726601019501686, -0.023451367393136024, -0.015590517781674862, 0.0919487401843071, 0.05691295862197876, -0.03398631885647774, 0.011806411668658257, 0.00018888997146859765, -0.034531231969594955, 0.004891587886959314, -0.018294893205165863, 0.06151443347334862, -0.021836815401911736, 0.0012783972779288888, -0.01716470718383789, -0.009591448120772839, 0.04641837254166603, -0.03342122584581375, -0.05461222305893898, -0.040969256311655045, 0.04710455611348152, 0.005489476956427097, -0.0208075400441885, 0.043633267283439636, -0.01487406063824892, -0.056024953722953796, 0.01411723904311657, 0.008824535645544529, 0.03578250855207443, -0.0002650451206136495, 0.050454750657081604, 0.014954788610339165, 0.06809373199939728, 0.007300802506506443, -0.024420099332928658, 0.03917307034134865, -0.07168611139059067, 0.019334260374307632, -0.06179697811603546, -0.03547978028655052, 0.026498835533857346, -0.02379446104168892, 0.03709433227777481, 0.034773413091897964, 0.013138417154550552, -0.0367916040122509, 0.048355832695961, -0.007815441116690636, 0.03626687452197075, -0.028961027041077614, 0.004684723448008299, 0.013168689794838428, -0.020000264048576355, -0.007124210707843304, -0.01457133237272501, -0.047548558562994, 0.04351217672228813, -0.09493566304445267, 0.030696671456098557, 0.04444054514169693, 0.0020648606587201357, -0.018849894404411316, -0.04976856708526611, -0.0006117638549767435, 0.011564228683710098, -0.03432941436767578, 0.014712605625391006, 0.024137552827596664, 0.005812387447804213, -0.021473541855812073, -0.020252536982297897, -0.013148508034646511, -0.008526853285729885, 0.043027810752391815, -0.026498835533857346, -0.05110057070851326, -0.010090949945151806, -0.020635992288589478, -0.0005941046983934939, -0.04213980957865715, 0.05776060000061989, 0.049607113003730774, -0.03426886722445488, -0.007719576824456453, 0.025651196017861366, 0.019445260986685753, 0.09146437048912048, 0.015802428126335144, 0.0823017880320549, -0.04839619621634483, -0.004843655973672867, -0.009369446896016598, 0.009233219549059868, -0.009853812865912914, 0.029788484796881676, -0.026276834309101105, 0.029283937066793442, -0.046620190143585205, -0.058406420052051544, -0.03915288671851158, 0.04520745575428009, -0.009233219549059868, -0.04641837254166603, 0.029727939516305923, 0.0025366125628352165, -0.021594634279608727, 0.020333264023065567, -0.01584279164671898, 0.06494535505771637, -0.0217964518815279, 0.06401699036359787, -0.03465232253074646, 0.020101172849535942, -0.01705370657145977, -0.00000572543149246485, -0.0004856269806623459, 0.014308967627584934, -0.014470422640442848, 0.000027986619898001663, -0.05408749356865883, 0.083472341299057, -0.01900125853717327, 0.034309230744838715, -0.02555028535425663, 0.00431135855615139, -0.040666528046131134, -0.017669253051280975, 0.008996082469820976, 0.018597621470689774, -0.05122166499495506, -0.006725618150085211, 0.0008791740401647985, 0.004689768888056278, 0.05889078602194786, -0.022623909637331963, -0.041574716567993164, 0.06954682618379593, -0.012159595265984535, 0.0020320650655776262, -0.01710416004061699, -0.00371851515956223, 0.0118871396407485, -0.007114119827747345, 0.03122139908373356, 0.04391581565141678, -0.01155413780361414, 0.015913428738713264, 0.050898753106594086, -0.007926441729068756, -0.005002588499337435, -0.024662282317876816, -0.031019581481814384, -0.05743768811225891, -0.0012884881580248475, 0.0237137321382761, -0.006861845962703228, -0.06389589607715607, 0.04326999559998512, -0.054047130048274994, -0.02815375104546547, -0.02502555586397648, 0.028032660484313965, 0.045005638152360916, 0.06236207112669945, 0.025207193568348885, 0.020403901115059853, -0.03541923686861992, 0.0068113915622234344, 0.015055697411298752, -0.016155611723661423, -0.00881444476544857, 0.056630413979291916, -0.0639362633228302, -0.02661992609500885, -0.029546301811933517, -0.038809794932603836, -0.045086365193128586, -0.06147406995296478, 0.05340130999684334, 0.015590517781674862, 0.020847903564572334, 0.0018870077328756452, 0.010645952075719833, 0.02738683857023716, -0.02088826708495617, 0.01584279164671898, 0.004848701413720846, 0.05562131851911545, 0.010797317139804363, -0.0677708238363266, 0.04605509713292122, 0.060464974492788315, 0.009899222292006016, 0.017235342413187027, 0.0055298409424722195, -0.06365371495485306, -0.05025293305516243, -0.02171572484076023, -0.009172673337161541, 0.017558252438902855, 0.0032316267024725676, -0.01689225062727928, -0.0032089222222566605, -0.04536891356110573, -0.0246421005576849, 0.026741018518805504, 0.053199488669633865, -0.03273504227399826, -0.04997038468718529, 0.011907321400940418, 0.022078998386859894, -0.030353577807545662, 0.011614684015512466, -0.021756088361144066, 0.05751841515302658, -0.008632807992398739, 0.0005780222127214074, -0.06708464026451111, -0.06244279816746712, -0.020282810553908348, 0.018547166138887405, -0.02645847201347351, 0.01647852174937725, 0.032331403344869614, -0.05344167351722717, 0.02859775349497795, 0.07075773924589157, -0.020444264635443687, 0.03067648783326149, -0.010797317139804363, -0.06450135260820389, 0.05025293305516243, 0.0376594252884388, -0.01132204569876194, -0.011372501030564308, -0.03081776201725006, 0.05013183876872063, -0.014803423546254635, 0.015580426901578903, -0.05751841515302658, -0.012139413505792618, -0.0011774877784773707, 0.04274526610970497, 0.02310827560722828, 0.053199488669633865, -0.03303777053952217, -0.004535882268100977, 0.05881005898118019, -0.01620606519281864, -0.03933452442288399, -0.00013788336946163327, -0.06466280668973923, 0.044319454580545425, -0.02944539301097393, 0.007154483813792467, -0.09267528355121613, 0.0017406889237463474, 0.0368521511554718, -0.02173590660095215, -0.0571955069899559, 0.0561460480093956, 0.022967003285884857, -0.01710416004061699, -0.08411815762519836, 0.011170681565999985, 0.05279584974050522, -0.03527796268463135, -0.00690220994874835, -0.0031054900027811527, 0.0011995617533102632, -0.00523720309138298, -0.010151496157050133, 0.012916415929794312, 0.027407020330429077, -0.037053968757390976, 0.00219730450771749, -0.015146516263484955, 0.008309897035360336, -0.027669385075569153, 0.042099446058273315, 0.013320053927600384, 0.048154015094041824, -0.01022717822343111, 0.03719524294137955, 0.059778787195682526, 0.0020888266153633595, 0.017971983179450035, -0.018113255500793457, 0.015146516263484955, -0.01468233298510313, -0.01560060866177082, -0.01411723904311657, 0.06942573934793472, 0.021816633641719818, -0.0988105833530426, 0.020605720579624176, 0.027124473825097084, 0.0036579694133251905, 0.05804314464330673, -0.002097656251862645, 0.02492464706301689, 0.035136688500642776, 0.007653985638171434, -0.06938537210226059, 0.04415799677371979, 0.048073288053274155, 0.03838597610592842, -0.00202575814910233, 0.011624774895608425, -0.041029803454875946, 0.03588341921567917, 0.0047301328741014, -0.008309897035360336, -0.03578250855207443, -0.02363300509750843, 0.03945561498403549, 0.018900349736213684, -0.02530810236930847, -0.03083794377744198, -0.051584936678409576, -0.05154457315802574, -0.029788484796881676, -0.010020313784480095, -0.05122166499495506, 0.0007826793007552624, 0.05642859265208244, -0.03769978880882263, 0.03378450125455856, -0.04553036764264107, -0.04549000412225723, -0.04561109468340874, 0.04726601019501686, -0.05017220601439476, -0.03332031890749931, 0.048154015094041824, 0.06555081158876419, -0.015358426608145237, -0.02508610300719738, 0.014631877653300762, -0.03832542896270752, -0.07911305129528046, -0.0005174765246920288, -0.011079863645136356, 0.026801563799381256, 0.02363300509750843, 0.004979883786290884, 0.021534087136387825, -0.02431919053196907, -0.010777134448289871, -0.006024297326803207, 0.04532855004072189, -0.007719576824456453, 0.020524993538856506, 0.03235158696770668, -0.014773150905966759, 0.00016035151202231646, -0.015499699860811234, 0.00625638896599412, 0.08791235834360123, -0.00780534977093339, 0.0019589057192206383, 0.05077766254544258, -0.0237137321382761, -0.01609506644308567, -0.04726601019501686, -0.06934501230716705, 0.003912765998393297, 0.0022301001008599997, 0.006604527123272419, 0.030615942552685738, 0.07132283598184586, -0.003675628686323762, 0.028052842244505882, -0.03991979733109474, 0.029889393597841263, 0.01713443361222744, 0.007351257372647524, 0.0020383719820529222, -0.0328964963555336, -0.01754816249012947, 0.03945561498403549, -0.03549996390938759, 0.009132309816777706, 0.005746796261519194, 0.06220061704516411, 0.010045540519058704, -0.01694270595908165, -0.009752903133630753, 0.02875920757651329, 0.001851689419709146, 0.000011401591109461151, -0.0024735440965741873, -0.046095460653305054, -0.0004089988360647112, 0.008940582163631916, -0.026741018518805504, 0.03549996390938759, -0.019334260374307632, 0.02546955831348896, 0.056347865611314774, -0.0348743237555027, -0.008259442634880543, 0.008658035658299923, 0.02783084101974964, 0.042422354221343994, -0.03210940212011337, -0.02387518808245659, -0.008461262099444866, 0.024056825786828995, 0.0012273117899894714, 0.04006107151508331, -0.05872933194041252, 0.013249417766928673, 0.026418108493089676, -0.012129321694374084, -0.026115378364920616, 0.000343722989782691, 0.025207193568348885, -0.004742746707051992, -0.023007366806268692, -0.01507587917149067, 0.007295757066458464, -0.06292716413736343, -0.023007366806268692, -0.019869081676006317, -0.06886064261198044, 0.03769978880882263, -0.014500695280730724, -0.001968996599316597, -0.05989988148212433, -0.07471339404582977, -0.047548558562994, 0.013481509871780872, 0.0025567945558577776, -0.03156449273228645, -0.06220061704516411, -0.0015439153648912907, -0.03176631033420563, 0.05001074820756912, -0.003895106725394726, 0.10034441202878952, -0.011029408313333988, -0.011251409538090229, 0.0276088397949934, 0.006216025445610285, 0.025812650099396706, -0.01995989866554737, -0.04484418407082558, 0.08436034619808197, -0.04084816575050354, 0.03344140946865082, 0.05247294157743454, 0.0012992098927497864, 0.02201845310628414, 0.04629727825522423, -0.006937528494745493, -0.024218279868364334, 0.034087229520082474, 0.018607711419463158, -0.017285797744989395, 0.0030222395434975624, 0.03160485625267029, 0.03122139908373356, 0.0015577904414385557, 0.013875056989490986, 0.08855818212032318, -0.04843655973672867, -0.022502819076180458, 0.05408749356865883, -0.013986056670546532, 0.003993493504822254, 0.019011350348591805, -0.044319454580545425, -0.010666134767234325, -0.0072402567602694035, -0.05263439565896988, 0.06845700740814209, -0.014490604400634766, -0.07765994966030121, -0.012694415636360645, -0.023814642801880836, -0.018325164914131165, -0.022583546116948128, 0.0008747592219151556, 0.04411763325333595, 0.038809794932603836, 0.01724543422460556, -0.011493592523038387, 0.03348177298903465, 0.04666055366396904, 0.03895106911659241, -0.0016586999408900738, -0.030858125537633896, 0.027972113341093063, 0.12432050704956055, 0.0010822544572874904, 0.015045606531202793, 0.022139545530080795, 0.02363300509750843, -0.054491132497787476, -0.01584279164671898, 0.01689225062727928, 0.025509921833872795, -0.010000132024288177, 0.06325007230043411, 0.03426886722445488, -0.05788169056177139, 0.028355570510029793 ]
15,832
ipywidgets.widgets.interaction
__init__
null
def __init__(self, __interact_f, __options={}, **kwargs): VBox.__init__(self, _dom_classes=['widget-interact']) self.result = None self.args = [] self.kwargs = {} self.f = f = __interact_f self.clear_output = kwargs.pop('clear_output', True) self.manual = __options.get("manual", False) self.manual_name = __options.get("manual_name", "Run Interact") self.auto_display = __options.get("auto_display", False) new_kwargs = self.find_abbreviations(kwargs) # Before we proceed, let's make sure that the user has passed a set of args+kwargs # that will lead to a valid call of the function. This protects against unspecified # and doubly-specified arguments. try: check_argspec(f) except TypeError: # if we can't inspect, we can't validate pass else: getcallargs(f, **{n:v for n,v,_ in new_kwargs}) # Now build the widgets from the abbreviations. self.kwargs_widgets = self.widgets_from_abbreviations(new_kwargs) # This has to be done as an assignment, not using self.children.append, # so that traitlets notices the update. We skip any objects (such as fixed) that # are not DOMWidgets. c = [w for w in self.kwargs_widgets if isinstance(w, DOMWidget)] # If we are only to run the function on demand, add a button to request this. if self.manual: self.manual_button = Button(description=self.manual_name) c.append(self.manual_button) self.out = Output() c.append(self.out) self.children = c # Wire up the widgets # If we are doing manual running, the callback is only triggered by the button # Otherwise, it is triggered for every trait change received # On-demand running also suppresses running the function with the initial parameters if self.manual: self.manual_button.on_click(self.update) # Also register input handlers on text areas, so the user can hit return to # invoke execution. for w in self.kwargs_widgets: if isinstance(w, Text): w.continuous_update = False w.observe(self.update, names='value') else: for widget in self.kwargs_widgets: widget.observe(self.update, names='value') self.update()
(self, _interactive__interact_f, _interactive__options={}, **kwargs)
[ 0.044581856578588486, -0.10330845415592194, 0.03201080858707428, -0.023346230387687683, -0.015116729773581028, 0.04447077214717865, -0.006924258545041084, 0.019921129569411278, -0.039249807596206665, 0.02690092846751213, -0.003962008748203516, 0.08916371315717697, -0.028159884735941887, -0.017181048169732094, -0.08634957671165466, 0.0007648621103726327, 0.04576675593852997, -0.027067555114626884, -0.015496267937123775, -0.04828466847538948, 0.012682131491601467, 0.009756909683346748, 0.01977301575243473, 0.012895043008029461, 0.01982855796813965, -0.0015320384409278631, -0.013922573067247868, -0.022735266014933586, -0.012330364435911179, 0.008706237189471722, -0.033269766718149185, -0.04713679850101471, 0.0019624903798103333, -0.008868235163390636, 0.006799288559705019, -0.03241812065243721, 0.006799288559705019, 0.02662321925163269, 0.034880489110946655, 0.03700960427522659, 0.03536185622215271, -0.0687982439994812, 0.07564844936132431, -0.035750649869441986, -0.022753780707716942, 0.05905985087156296, 0.026752816513180733, 0.03895358368754387, -0.027993258088827133, -0.0427674800157547, 0.0057625011540949345, -0.04828466847538948, 0.03178863972425461, 0.0193657074123621, -0.05287615582346916, 0.10004997998476028, 0.006905744317919016, 0.021772535517811775, 0.032714344561100006, -0.004619257990270853, -0.08153592050075531, 0.025771571323275566, 0.013348637148737907, 0.028159884735941887, -0.03343639150261879, -0.011506488546729088, 0.017958639189600945, -0.01669968292117119, -0.0452483631670475, -0.03762057051062584, -0.006956657860428095, 0.01949530467391014, -0.007447280455380678, 0.001366569078527391, 0.0619850717484951, -0.021513337269425392, -0.03821301832795143, 0.026789844036102295, 0.022235386073589325, 0.03501008823513985, 0.01723659038543701, 0.040582820773124695, -0.05624571442604065, -0.012700645253062248, -0.009317200630903244, 0.0002897161175496876, 0.017458759248256683, 0.020032212138175964, 0.0700201764702797, 0.002351285656914115, -0.0505063571035862, -0.03539888188242912, 0.009525483474135399, 0.035565510392189026, -0.030696311965584755, -0.025586431846022606, 0.0002411167079117149, -0.09286652505397797, -0.007581507787108421, 0.03795382380485535, 0.0014359967317432165, 0.04539647698402405, 0.03243663161993027, 0.017810525372624397, 0.02488289587199688, -0.02925221435725689, -0.11263953894376755, 0.04650731757283211, -0.006563234142959118, 0.03987928479909897, 0.019143538549542427, -0.004818283952772617, -0.023050004616379738, 0.032029323279857635, -0.006095754448324442, -0.0031219334341585636, -0.03086293861269951, -0.009002462029457092, 0.048173584043979645, -0.0666135847568512, -0.013459721580147743, 0.014228055253624916, -0.0025850257370620966, -0.05420916900038719, -0.004387832246720791, 0.06080017238855362, -0.017736470326781273, 0.04198988899588585, -0.016847794875502586, 0.029141129925847054, 0.019254622980952263, -0.04828466847538948, -0.003906466532498598, 0.055023785680532455, 0.02188361994922161, -0.0009257030324079096, 0.014839019626379013, -0.013024641200900078, -0.029678039252758026, 0.07583358883857727, 0.00045504089212045074, -0.011599058285355568, -0.007012200076133013, 0.04758113622665405, -0.06176290288567543, 0.01227482222020626, -0.0014267397345975041, -0.004846055060625076, -0.0012265564873814583, -0.010821468196809292, -0.07061262428760529, 0.0171995609998703, 0.003119619097560644, -0.01674596779048443, 0.028955990448594093, 0.02382759563624859, 0.009034860879182816, -0.05650491267442703, 0.0010049663251265883, -0.012061909772455692, -0.00018065673066303134, 0.007970303297042847, 0.06920555979013443, 0.021716993302106857, -0.003834724659100175, 0.05365374684333801, 0.0061281537637114525, -0.011811970733106136, -0.010988094843924046, 0.08968210965394974, -0.009368114173412323, -0.02901153266429901, -0.012210022658109665, 0.01940273493528366, -0.018430747091770172, 0.05513487011194229, 0.003043248550966382, -0.021828077733516693, 0.013126468285918236, -0.003978208638727665, -0.06250346451997757, -0.034010328352451324, -0.06009664013981819, 0.011210263706743717, -0.008590524084866047, 0.014940846711397171, 0.023716511204838753, 0.01568140834569931, 0.04099012911319733, -0.023142574355006218, 0.001068029785528779, 0.00311036198399961, 0.01089552417397499, 0.018412232398986816, -0.034787919372320175, -0.0009609954431653023, -0.06472515314817429, -0.034602779895067215, 0.03188121318817139, -0.031140649691224098, 0.029622497037053108, 0.009196859784424305, 0.031751614063978195, 0.028159884735941887, 0.029178159311413765, -0.023253658786416054, -0.013320866040885448, 0.002561883069574833, 0.023846108466386795, -0.04846980795264244, -0.02993723563849926, -0.04809952899813652, -0.02092088758945465, 0.010506728664040565, 0.010654841549694538, -0.028622737154364586, 0.05135800316929817, 0.0028511653654277325, -0.0443226583302021, 0.0002431416796753183, 0.06579896807670593, 0.09708773344755173, -0.028456110507249832, -0.01977301575243473, -0.017551328986883163, 0.016570083796977997, 0.034139927476644516, -0.01940273493528366, 0.03452872112393379, -0.045174308121204376, -0.0042790621519088745, -0.0004984331899322569, 0.010793697088956833, 0.015431469306349754, -0.028437595814466476, -0.005350563209503889, 0.0032376463059335947, -0.032899484038352966, -0.024956952780485153, -0.01660711131989956, 0.007123284507542849, 0.030751854181289673, 0.0480254702270031, -0.013135725632309914, -0.03832410275936127, 0.008164700120687485, 0.00028291798662394285, 0.010201247408986092, -0.040397677570581436, -0.01182122714817524, -0.016125746071338654, -0.03976820036768913, 0.0012786273146048188, 0.0030062205623835325, -0.0071556842885911465, 0.02621590904891491, -0.011284319683909416, -0.005086738150566816, 0.04358209669589996, 0.026919443160295486, 0.04054579138755798, -0.03682446479797363, 0.01448725163936615, 0.07272322475910187, 0.046692460775375366, -0.04373021051287651, -0.015255585312843323, 0.022013217210769653, -0.02423490397632122, -0.013163496740162373, -0.03417695313692093, 0.043619126081466675, -0.025623459368944168, 0.016310887411236763, -0.01927313581109047, -0.005845814477652311, 0.03858330100774765, -0.03662081062793732, -0.07261214405298233, -0.04310073330998421, 0.06487326323986053, 0.0325477160513401, -0.006118896882981062, 0.04047173634171486, -0.052357763051986694, -0.050654467195272446, -0.008359097875654697, 0.025623459368944168, 0.007433394901454449, -0.04402643442153931, 0.04236016795039177, 0.052765071392059326, 0.06587302684783936, -0.0017785069067031145, -0.006692832801491022, 0.04750707745552063, -0.08797881007194519, 0.019717473536729813, -0.062207240611314774, -0.038101933896541595, 0.023383257910609245, -0.036269042640924454, -0.011441688984632492, 0.005781015381217003, 0.025308720767498016, -0.03449169546365738, 0.03786125406622887, 0.026845386251807213, 0.030418600887060165, -0.03995333984494209, 0.029030045494437218, 0.009793938137590885, -0.0348619744181633, 0.007627792656421661, -0.021994702517986298, -0.008109157904982567, 0.051432058215141296, -0.0842759981751442, 0.016801510006189346, 0.03501008823513985, 0.0029460499063134193, -0.013700404204428196, -0.03669486567378044, 0.019347192719578743, 0.024031249806284904, -0.04561864584684372, 0.010460443794727325, 0.013876288197934628, -0.013987372629344463, -0.02501249499619007, 0.007447280455380678, 0.00882657803595066, 0.015107473358511925, 0.0053413063287734985, -0.058837682008743286, -0.06835390627384186, 0.0032469031866639853, -0.02092088758945465, -0.014246569015085697, -0.0035870992578566074, 0.06731712073087692, 0.06479921191930771, -0.009951307438313961, -0.011645344085991383, 0.004429488908499479, 0.021772535517811775, 0.058467403054237366, 0.01521855778992176, 0.07246403396129608, -0.06172587722539902, -0.011997111141681671, 0.004846055060625076, -0.00033556733978912234, 0.015746207907795906, 0.022513097152113914, -0.009215373545885086, 0.019810045138001442, -0.034750889986753464, -0.04558161646127701, -0.06591005623340607, 0.01715327613055706, -0.005669930949807167, -0.05628274381160736, 0.030363058671355247, -0.03375113010406494, -0.045507561415433884, 0.00968285370618105, -0.012376649305224419, 0.06868716329336166, 0.004526687785983086, 0.054246194660663605, -0.039249807596206665, 0.003452872158959508, -0.005207079462707043, 0.01693110726773739, -0.029918720945715904, -0.0004535944608505815, 0.0024646841920912266, 0.010691870003938675, -0.04765519127249718, 0.06124451011419296, -0.0026799102779477835, 0.014977874234318733, -0.038287077099084854, -0.004929368384182453, -0.025956712663173676, -0.024401530623435974, 0.02345731481909752, 0.055764347314834595, -0.03876844048500061, -0.000901981838978827, 0.025049522519111633, -0.0037652968894690275, 0.04298964887857437, -0.013691147789359093, -0.03523225709795952, 0.053505633026361465, -0.006887230556458235, 0.008433154784142971, -0.011682371608912945, 0.014913075603544712, 0.023512857034802437, 0.0031728469766676426, 0.013904059305787086, 0.05076555162668228, 0.015755465254187584, 0.005160794127732515, -0.0019555476028472185, 0.010904781520366669, -0.026382535696029663, -0.009627311490476131, -0.007650935556739569, -0.05172828212380409, 0.004457260016351938, -0.009840223006904125, 0.014459480531513691, -0.07990667968988419, 0.02838205359876156, -0.07664820551872253, -0.0348619744181633, -0.040397677570581436, 0.05146908760070801, 0.02225390076637268, 0.05798603594303131, 0.026697274297475815, 0.016588598489761353, -0.00307564833201468, 0.015746207907795906, 0.05554217845201492, -0.02327217347919941, -0.04402643442153931, 0.08886748552322388, -0.04373021051287651, -0.00006700498488498852, -0.02708606980741024, -0.03436209633946419, -0.038101933896541595, -0.08797881007194519, 0.03167755529284477, 0.04243422672152519, 0.009488455951213837, -0.027993258088827133, 0.01940273493528366, 0.021143056452274323, -0.026141852140426636, 0.012608074583113194, -0.024771813303232193, 0.011265805922448635, -0.007461166009306908, -0.04676651582121849, 0.09368114173412323, 0.07131616026163101, -0.006665061693638563, 0.023938680067658424, 0.034047357738018036, -0.04998796060681343, -0.038657356053590775, 0.023012977093458176, -0.015431469306349754, 0.012543275952339172, -0.04706273972988129, -0.0005652573890984058, -0.024660728871822357, -0.06502138078212738, -0.01317275408655405, -0.008201728574931622, 0.04584081098437309, -0.008248013444244862, -0.03536185622215271, 0.008261899463832378, 0.013894801959395409, -0.03462129086256027, -0.0027423950377851725, 0.0001442071661585942, 0.08064724504947662, -0.01793086715042591, 0.00556347519159317, -0.07364892959594727, -0.08309110254049301, -0.020402494817972183, 0.011136206798255444, -0.02501249499619007, 0.009479198604822159, 0.035528481006622314, -0.06842796504497528, 0.016523798927664757, 0.09042266756296158, -0.04069390520453453, 0.03099253587424755, -0.03825004771351814, -0.04187880456447601, 0.050432298332452774, 0.0071047707460820675, -0.004739599302411079, 0.024031249806284904, -0.035750649869441986, 0.014061428606510162, -0.007271396927535534, -0.005045081488788128, -0.06257752329111099, -0.02064317651093006, 0.020013699308037758, 0.05376483127474785, 0.01244144793599844, 0.030085347592830658, 0.033177196979522705, -0.008585895411670208, 0.03210338205099106, -0.032399605959653854, -0.03086293861269951, 0.013941086828708649, -0.06209615617990494, 0.034750889986753464, -0.03586173430085182, 0.011210263706743717, -0.06442892551422119, -0.010090162977576256, 0.04206394404172897, -0.03273285925388336, -0.04939551278948784, 0.05087663605809212, 0.009456056170165539, -0.037268802523612976, -0.07968451827764511, 0.033954787999391556, 0.03426952660083771, -0.012978356331586838, 0.005549589637666941, 0.023809080943465233, 0.015329641290009022, -0.019513819366693497, 0.01062707044184208, 0.020346952602267265, -0.0009806666057556868, -0.04539647698402405, 0.018828799948096275, -0.037176232784986496, -0.0009841379942372441, -0.013524521142244339, 0.02125414088368416, 0.0049756537191569805, 0.03765759989619255, -0.036083903163671494, 0.01386703085154295, 0.05532001331448555, -0.021439282223582268, 0.0373428575694561, -0.05128394812345505, 0.021180083975195885, 0.01921759359538555, -0.006313294637948275, -0.03813896328210831, 0.06316997110843658, 0.04099012911319733, -0.07605575770139694, 0.04317478835582733, 0.050839610397815704, -0.027123097330331802, 0.04935848340392113, -0.0082526421174407, -0.01230259332805872, 0.024494102224707603, 0.016634883359074593, -0.06080017238855362, 0.029548440128564835, 0.06298483163118362, 0.06653953343629837, -0.006007812451571226, 0.014829762279987335, -0.04165663570165634, 0.05357968807220459, 0.02454964444041252, -0.00648454949259758, -0.01599614880979061, -0.05009904503822327, 0.0275859497487545, 0.043026674538850784, -0.006415121722966433, -0.004202691838145256, -0.05772683769464493, -0.06746523827314377, -0.028030287474393845, -0.003263103077188134, -0.03817599266767502, -0.017829040065407753, 0.06120748445391655, -0.02810434252023697, 0.012293335981667042, -0.030881451442837715, -0.0641697347164154, -0.03902763873338699, -0.020124783739447594, -0.04976579174399376, -0.016384942457079887, 0.04765519127249718, 0.02073574811220169, -0.0014035971835255623, -0.011589801870286465, 0.0260307677090168, -0.05724547430872917, -0.07124210149049759, 0.008729379624128342, -0.00818321481347084, 0.012154480442404747, 0.010988094843924046, 0.012839500792324543, -0.020346952602267265, -0.014866789802908897, -0.02188361994922161, 0.03158498555421829, 0.05909688025712967, -0.019810045138001442, 0.038694385439157486, 0.02312406152486801, -0.006429007276892662, 0.018680686131119728, -0.0005739358603022993, 0.002429970307275653, 0.08346138149499893, 0.0067622605711221695, 0.0021059743594378233, 0.04580378532409668, -0.020383980125188828, -0.023938680067658424, -0.03947197645902634, -0.05743061378598213, 0.012654360383749008, 0.020587634295225143, 0.018153036013245583, 0.0480254702270031, 0.06550274789333344, -0.03136281669139862, 0.013459721580147743, -0.028067314997315407, 0.04965470731258392, -0.01669968292117119, -0.006725232116878033, 0.015524039044976234, -0.0334734208881855, -0.02640105038881302, 0.03025197423994541, -0.02801177278161049, 0.04428563266992569, -0.04158258065581322, 0.05524595454335213, 0.00585044315084815, -0.02501249499619007, -0.0011264648055657744, 0.06439190357923508, 0.013441207818686962, -0.008585895411670208, -0.00613741111010313, -0.05532001331448555, 0.02782663144171238, -0.009534740820527077, -0.011238034814596176, 0.006503063719719648, -0.026882415637373924, 0.014876047149300575, 0.0613555945456028, -0.06798362731933594, 0.030270488932728767, -0.014876047149300575, 0.03219595178961754, 0.06435487419366837, -0.05380185693502426, 0.0050543383695185184, -0.020124783739447594, -0.005720844492316246, 0.01817155070602894, 0.041915830224752426, -0.05069149658083916, -0.030177917331457138, 0.06250346451997757, 0.010201247408986092, -0.030233459547162056, 0.011275062337517738, 0.0031959896441549063, -0.024642214179039, -0.017264360561966896, -0.03902763873338699, -0.024160848930478096, -0.04776627570390701, -0.06705792248249054, -0.04065687581896782, -0.05954121798276901, 0.06705792248249054, 0.017551328986883163, -0.012709902599453926, -0.06653953343629837, -0.08990427851676941, -0.021809563040733337, 0.011052893474698067, 0.018699200823903084, -0.006905744317919016, -0.03752800077199936, -0.011312090791761875, -0.07176049798727036, 0.04243422672152519, -0.019791530445218086, 0.11175086349248886, -0.005470904987305403, -0.026178881525993347, 0.027789603918790817, -0.0008944605360738933, 0.020661691203713417, -0.015125987119972706, -0.04846980795264244, 0.05335752293467522, -0.0275859497487545, 0.034750889986753464, 0.06024475023150444, 0.01927313581109047, 0.03802787885069847, 0.05135800316929817, 0.011691628955304623, -0.010377130471169949, 0.034750889986753464, 0.01958787627518177, -0.06268860399723053, 0.011636086739599705, 0.018328920006752014, 0.04354507103562355, -0.014626107178628445, 0.029992777854204178, 0.05420916900038719, -0.0477292463183403, -0.008965433575212955, 0.04776627570390701, -0.0002616557467263192, 0.012006367556750774, -0.013533777557313442, -0.01876400038599968, -0.02327217347919941, -0.025882655754685402, -0.05169125646352768, 0.054801616817712784, -0.009756909683346748, -0.07886989414691925, -0.0006531992112286389, -0.021513337269425392, -0.02662321925163269, -0.017069963738322258, -0.00034598150523379445, 0.059948526322841644, 0.06124451011419296, -0.004207320045679808, -0.004566030111163855, 0.051432058215141296, 0.03991631418466568, 0.024383017793297768, 0.02179104834794998, 0.01140466146171093, 0.03388072922825813, 0.12596966326236725, -0.0031797897536307573, 0.008048987947404385, 0.023975707590579987, 0.02188361994922161, -0.03939792141318321, -0.01324681006371975, 0.017866067588329315, 0.005197822581976652, -0.009261658415198326, 0.05798603594303131, 0.03675040975213051, -0.011228777468204498, 0.033177196979522705 ]
15,860
ipywidgets.widgets.interaction
find_abbreviations
Find the abbreviations for the given function and kwargs. Return (name, abbrev, default) tuples.
def find_abbreviations(self, kwargs): """Find the abbreviations for the given function and kwargs. Return (name, abbrev, default) tuples. """ new_kwargs = [] try: sig = self.signature() except (ValueError, TypeError): # can't inspect, no info from function; only use kwargs return [ (key, value, value) for key, value in kwargs.items() ] for param in sig.parameters.values(): for name, value, default in _yield_abbreviations_for_parameter(param, kwargs): if value is empty: raise ValueError('cannot find widget or abbreviation for argument: {!r}'.format(name)) new_kwargs.append((name, value, default)) return new_kwargs
(self, kwargs)
[ 0.029139401391148567, -0.048885881900787354, 0.06336663663387299, -0.047533873468637466, -0.03303533047437668, -0.015112284570932388, 0.02449631132185459, -0.051447588950395584, 0.04095171019434929, -0.006044024135917425, -0.06532349437475204, 0.04881472513079643, -0.025101156905293465, -0.028267711400985718, -0.026044007390737534, 0.01273737009614706, 0.049241676926612854, 0.07108733057975769, -0.044402897357940674, -0.032875221222639084, 0.02718254365026951, 0.029086032882332802, -0.028267711400985718, -0.02371356636285782, 0.03945738449692726, 0.03967085853219032, 0.0006965749198570848, -0.03182563558220863, 0.02897929586470127, 0.02442515268921852, 0.02515452727675438, -0.0413430817425251, -0.009579711593687534, 0.0313631035387516, 0.024015991017222404, -0.029690880328416824, 0.05005999654531479, 0.09997767955064774, -0.040311284363269806, -0.05941734090447426, -0.006920163054019213, -0.05795859172940254, -0.0057860747911036015, -0.030989522114396095, 0.028178762644529343, -0.001475426834076643, 0.019426267594099045, 0.017398251220583916, -0.03303533047437668, -0.011136303655803204, 0.03839000687003136, -0.040133390575647354, 0.02204134315252304, -0.04525680094957352, -0.019959956407546997, 0.05774511396884918, 0.007978646084666252, 0.0630464255809784, 0.026186324656009674, 0.05717584863305092, -0.0023504539858549833, 0.023766936734318733, 0.025456950068473816, -0.03639756888151169, -0.06247715651988983, -0.03984875604510307, -0.01828773133456707, -0.052016858011484146, -0.07492989301681519, 0.024709785357117653, -0.016997983679175377, -0.02800086699426174, -0.024300623685121536, -0.008325543254613876, -0.004422944970428944, 0.0038336636498570442, -0.02960193157196045, -0.021134071052074432, 0.006911268457770348, -0.0023704671766608953, -0.021240809932351112, -0.033302173018455505, -0.060911666601896286, -0.03234153240919113, 0.024994419887661934, -0.05294191837310791, -0.05582383647561073, 0.02063596248626709, 0.06916604936122894, -0.03298196196556091, -0.06535907089710236, -0.035436928272247314, 0.06283294409513474, 0.0669245570898056, -0.08802305161952972, 0.001675560139119625, -0.02985098771750927, -0.019319530576467514, 0.013457849621772766, 0.0015176772139966488, 0.007849670946598053, -0.008587940596044064, 0.040311284363269806, 0.0006309757009148598, 0.0015977304428815842, -0.03061594069004059, -0.056215208023786545, -0.004447405692189932, -0.014649754390120506, 0.021454285830259323, -0.056108471006155014, -0.08204574137926102, 0.015138968825340271, -0.019106054678559303, 0.019604165107011795, -0.021383127197623253, 0.03093615360558033, 0.027413807809352875, -0.012888581492006779, -0.047640610486269, -0.04792524501681328, 0.03356901928782463, 0.0002471089828759432, -0.01326216384768486, 0.008965970017015934, -0.020066695287823677, -0.002091392409056425, 0.06607066094875336, -0.029299508780241013, -0.008098726160824299, 0.035330191254615784, -0.01185678318142891, -0.05479203909635544, 0.0028018655721098185, 0.05344002693891525, -0.00453635398298502, 0.0462530180811882, 0.029975514858961105, -0.044402897357940674, 0.07955519109964371, -0.0016577704809606075, 0.020084483548998833, -0.03212805837392807, -0.03613072261214256, -0.08346890658140182, -0.04112960770726204, 0.04575490951538086, -0.029352877289056778, 0.0299577247351408, 0.024336203932762146, 0.003357791341841221, 0.016651086509227753, -0.011705571785569191, 0.0050611477345228195, 0.00711140176281333, -0.06471864879131317, 0.012443841435015202, -0.008828099817037582, -0.033266592770814896, 0.02753833681344986, 0.03742936626076698, 0.008285516873002052, -0.023535670712590218, -0.04191235080361366, 0.014436278492212296, 0.049277253448963165, 0.003079828340560198, -0.009650870226323605, 0.044402897357940674, -0.03166553005576134, -0.042410459369421005, 0.05504109337925911, -0.018857000395655632, 0.03278627619147301, 0.020440276712179184, 0.04810313880443573, -0.04120076447725296, 0.008249937556684017, 0.028178762644529343, -0.01774514839053154, 0.017949730157852173, -0.02266397885978222, -0.06859678775072098, -0.006608844734728336, 0.022610610350966454, -0.018376680091023445, 0.024603048339486122, 0.03383586183190346, -0.03863906115293503, -0.03130973502993584, -0.020191222429275513, -0.0009233925957232714, 0.03696683421730995, 0.019070476293563843, -0.047000184655189514, -0.004374023526906967, -0.008845889940857887, 0.016206346452236176, 0.03931506723165512, -0.009730923920869827, 0.011527675203979015, -0.027235912159085274, -0.03097173385322094, 0.0658571869134903, 0.06838330626487732, 0.0371447317302227, 0.07055364549160004, -0.0161173976957798, -0.023215457797050476, -0.06813425570726395, -0.019817639142274857, -0.020724911242723465, 0.023695778101682663, -0.04130750522017479, -0.029335087165236473, -0.05251496657729149, 0.060591455549001694, 0.03198574110865593, -0.030491413548588753, 0.006564370822161436, 0.019212791696190834, -0.015841659158468246, 0.07450293749570847, 0.02963751181960106, 0.03686009719967842, 0.0008816981571726501, 0.07258166372776031, 0.03260837867856026, 0.020511435344815254, -0.02865908294916153, -0.028641292825341225, -0.05294191837310791, 0.017905255779623985, 0.00510562164708972, -0.02963751181960106, -0.01565486751496792, -0.002281519118696451, -0.0721547082066536, 0.028072023764252663, -0.056321945041418076, 0.011429832316935062, 0.04635975509881973, 0.025706004351377487, 0.06511002033948898, -0.028160972520709038, -0.07720696181058884, 0.026648854836821556, -0.021045124158263206, 0.007520562969148159, -0.07599727064371109, -0.017576146870851517, 0.042623937129974365, 0.03821210935711861, 0.02204134315252304, -0.023108720779418945, -0.02164997160434723, 0.010033347643911839, 0.06859678775072098, 0.034422919154167175, 0.006622186861932278, 0.005537020042538643, 0.01720256544649601, -0.009188340045511723, 0.05657099932432175, 0.02602621726691723, 0.03451186791062355, 0.05774511396884918, -0.03168331831693649, -0.06824099272489548, 0.0021369783207774162, 0.007164770737290382, 0.013582376763224602, -0.026648854836821556, 0.025670425966382027, 0.007782959844917059, 0.042196985334157944, 0.025243474170565605, -0.02912161312997341, -0.03278627619147301, -0.06927279382944107, 0.061125144362449646, -0.026542117819190025, -0.00975760817527771, 0.06948626786470413, 0.07621074467897415, 0.006417606491595507, 0.04746271297335625, -0.008819205686450005, 0.05347560718655586, 0.0231265090405941, 0.0301356203854084, -0.027947496622800827, 0.033373333513736725, 0.00843672826886177, -0.0014242816250771284, 0.0655369684100151, 0.06809867918491364, -0.011750046163797379, 0.0035868326667696238, -0.017229249700903893, -0.016384242102503777, -0.01575271040201187, 0.02718254365026951, 0.025350213050842285, -0.0020658199209719896, 0.02410493791103363, 0.011047355830669403, -0.007360456511378288, -0.007787407375872135, -0.01795862428843975, -0.07557031512260437, -0.012114733457565308, -0.005968418437987566, -0.058172065764665604, -0.04561259225010872, -0.012941950932145119, -0.03168331831693649, 0.02197018451988697, 0.018732473254203796, 0.04621744155883789, -0.003237711265683174, 0.007876355201005936, -0.016971299424767494, -0.044758692383766174, 0.026221903041005135, 0.012007995508611202, -0.03906601294875145, 0.03746494650840759, 0.06852562725543976, 0.02497662976384163, -0.07137196511030197, -0.037678420543670654, -0.006448738276958466, 0.04810313880443573, -0.07770507037639618, 0.015841659158468246, -0.01126083079725504, 0.040382444858551025, -0.005243491381406784, -0.026648854836821556, 0.01990658789873123, 0.014987757429480553, -0.03230595588684082, 0.00450966926291585, 0.05450740456581116, 0.047533873468637466, 0.03065151907503605, 0.01835888996720314, 0.054151613265275955, -0.00658660801127553, 0.017389357089996338, -0.030669309198856354, 0.02371356636285782, -0.021987972781062126, 0.07457409799098969, 0.026808962225914, 0.010611509904265404, -0.03483208268880844, -0.012764054350554943, -0.005972865968942642, 0.0627262070775032, -0.06425611674785614, -0.003013117238879204, -0.03927948698401451, 0.0879518911242485, 0.027235912159085274, 0.0032688432838767767, 0.011047355830669403, 0.07001995295286179, -0.08923275023698807, 0.04137866199016571, -0.0009584159124642611, 0.02074269950389862, -0.03488545119762421, -0.051305271685123444, -0.004936620127409697, 0.04326436296105385, -0.02323324792087078, -0.04817429929971695, 0.016997983679175377, 0.011305305175483227, -0.05881249159574509, 0.0662129744887352, 0.008392254821956158, -0.021845657378435135, -0.029975514858961105, -0.02501221001148224, 0.003046472789719701, 0.013867011293768883, 0.04561259225010872, -0.00009207519906340167, -0.04077381640672684, -0.011429832316935062, 0.06745824962854385, 0.051447588950395584, -0.02074269950389862, -0.005794969387352467, -0.058883652091026306, -0.02970867045223713, 0.009152760729193687, -0.02778739109635353, -0.0714787021279335, -0.03984875604510307, -0.003989323042333126, 0.056108471006155014, -0.00870802067220211, 0.018163204193115234, 0.06820541620254517, 0.034743133932352066, 0.014436278492212296, -0.022930823266506195, -0.06532349437475204, -0.012061364017426968, -0.04749829322099686, 0.02269955910742283, 0.015254601836204529, -0.03611293435096741, 0.03173668682575226, -0.03086499497294426, -0.06696014106273651, 0.03139868378639221, -0.0362730398774147, 0.01825215294957161, 0.05052252858877182, 0.0974159762263298, 0.011536570265889168, -0.04369131475687027, -0.008249937556684017, 0.044616375118494034, -0.015814974904060364, -0.02508336864411831, 0.030224569141864777, -0.04771176725625992, -0.02095617540180683, 0.00036079579149372876, 0.004611959680914879, -0.008032014593482018, -0.014898808673024178, 0.051625486463308334, 0.011589938774704933, 0.001783409621566534, 0.017576146870851517, -0.044402897357940674, 0.02309093065559864, -0.04433174058794975, -0.007867461070418358, 0.04749829322099686, 0.033088698983192444, 0.028160972520709038, -0.047071341425180435, 0.002950853668153286, 0.026079587638378143, -0.014649754390120506, -0.05269286409020424, 0.060662612318992615, -0.0413430817425251, -0.04148539900779724, 0.005038910545408726, -0.04137866199016571, -0.0018011992797255516, 0.07663769274950027, -0.02063596248626709, 0.018412260338664055, 0.047533873468637466, -0.02323324792087078, 0.06923720985651016, 0.04970420524477959, -0.00015232364239636809, -0.011429832316935062, 0.0016121845692396164, 0.0352056622505188, -0.03675336018204689, -0.021916816011071205, -0.03298196196556091, -0.006933505646884441, 0.028748029842972755, -0.0075294580310583115, -0.006026234477758408, 0.005372466053813696, 0.033266592770814896, 0.02757391519844532, -0.034209445118904114, -0.0008889252203516662, 0.023660197854042053, 0.009695344604551792, -0.019782060757279396, -0.0220769215375185, -0.021223019808530807, -0.046929024159908295, -0.013653535395860672, -0.037820737808942795, 0.022468293085694313, 0.044901005923748016, -0.0095441322773695, 0.021240809932351112, -0.0229486133903265, 0.05582383647561073, 0.014694228768348694, -0.03353343904018402, -0.023179877549409866, -0.023624619469046593, -0.024531889706850052, 0.042374882847070694, -0.008116515353322029, -0.0008277733577415347, -0.06653318554162979, 0.00024655304150655866, 0.028178762644529343, -0.023802515119314194, -0.018821420148015022, -0.0024038227275013924, -0.044758692383766174, 0.0035334639251232147, 0.0167311392724514, -0.023286616429686546, -0.024442940950393677, -0.0071069542318582535, -0.025101156905293465, 0.03146984428167343, 0.022788506001234055, -0.015032230876386166, 0.007582826539874077, 0.017869675531983376, -0.06756498664617538, -0.0007015782175585628, 0.0020446947310119867, 0.025901690125465393, 0.00027685100212693214, -0.046893443912267685, -0.022788506001234055, 0.010184559039771557, -0.029548563063144684, 0.013564587570726871, 0.010433613322675228, -0.004251719918102026, 0.05899038910865784, -0.02901487424969673, 0.003800308099016547, 0.006199683528393507, 0.07720696181058884, 0.053689081221818924, 0.0072270343080163, -0.06639087200164795, 0.014952178113162518, 0.027235912159085274, 0.018661314621567726, -0.029192771762609482, -0.02508336864411831, -0.014462963677942753, 0.018518997356295586, 0.025741584599018097, -0.009312867186963558, 0.019017105922102928, 0.011118514463305473, -0.09229256212711334, -0.0030909469351172447, -0.02764507383108139, 0.02374914661049843, 0.01304868794977665, 0.010460298508405685, 0.01565486751496792, 0.019639743492007256, 0.056642159819602966, -0.0004222255665808916, -0.029388457536697388, 0.024336203932762146, 0.008645756170153618, 0.056321945041418076, -0.011180778034031391, -0.004563038237392902, -0.005012226291000843, -0.008325543254613876, 0.005848338361829519, -0.03871021792292595, -0.06567928940057755, 0.009579711593687534, 0.03653988614678383, -0.07379135489463806, -0.018083151429891586, 0.007929724641144276, 0.02855234406888485, -0.023873673751950264, -0.03725146874785423, -0.003357791341841221, -0.03686009719967842, 0.08453628420829773, 0.009197235107421875, -0.0057282582856714725, -0.05504109337925911, -0.04603954404592514, -0.0634377971291542, 0.07542800158262253, -0.023286616429686546, -0.05995102971792221, -0.026542117819190025, 0.019052686169743538, 0.010469192638993263, -0.020404696464538574, -0.04347783699631691, -0.06436285376548767, -0.04547027498483658, 0.003733596997335553, -0.01319100521504879, 0.03125636652112007, 0.04408268630504608, 0.05038021132349968, 0.03191458433866501, 0.005096727050840855, -0.009988873265683651, -0.003864795435220003, -0.00989992544054985, -0.005399150308221579, 0.03536577150225639, 0.015708236023783684, -0.06368684768676758, 0.016170766204595566, 0.032252587378025055, -0.03821210935711861, 0.03938622400164604, 0.009979978203773499, -0.08531902730464935, 0.013955959118902683, 0.0024082702584564686, 0.012194786220788956, -0.02739601954817772, 0.001774514908902347, -0.032875221222639084, -0.013039793819189072, 0.002388256834819913, -0.03892369568347931, 0.01633087359368801, 0.029281718656420708, 0.023251036182045937, -0.07457409799098969, -0.016419822350144386, 0.035899460315704346, 0.01684677228331566, 0.006977979559451342, -0.10317981243133545, 0.01962195336818695, 0.002045806497335434, -0.014827650971710682, 0.005514782853424549, 0.05507667362689972, 0.04564817249774933, 0.09649091213941574, -0.044829849153757095, -0.02421167679131031, 0.0017545014852657914, -0.0010595944477245212, 0.05347560718655586, 0.009286182932555676, -0.03945738449692726, 0.0567488968372345, 0.03162994980812073, -0.014774281531572342, -0.028072023764252663, 0.0026061797980219126, 0.044829849153757095, -0.03006446175277233, 0.0156815517693758, -0.06468306481838226, -0.01647319085896015, -0.0032288164366036654, 0.01335111167281866, -0.00515009555965662, -0.0683121532201767, -0.037998635321855545, 0.03821210935711861, 0.0035290163941681385, 0.05504109337925911, 0.0036068460904061794, 0.04198351129889488, -0.034778714179992676, -0.06852562725543976, 0.03130973502993584, 0.01275515928864479, 0.08247268944978714, 0.04429616034030914, -0.019710902124643326, 0.04845893383026123, -0.05941734090447426, -0.01745161972939968, -0.0034067127853631973, 0.022557241842150688, 0.0238203052431345, -0.01394706405699253, 0.002432730980217457, 0.013155425898730755, -0.0038470060098916292, -0.0165532436221838, -0.08909042924642563, 0.014267276972532272, 0.05529014766216278, 0.02269955910742283, -0.005047805607318878, -0.012168101966381073, -0.023393353447318077, 0.03910158947110176, -0.032466061413288116, 0.02858792431652546, 0.03241269290447235, -0.018447838723659515, 0.0029019322246313095, 0.0034267259761691093, 0.013822536915540695, -0.0006904597394168377, 0.018518997356295586, 0.025599267333745956, 0.0409872904419899, -0.001651099300943315, -0.03353343904018402, 0.002541692228987813, 0.021525442600250244, 0.05493435636162758, -0.047106921672821045, -0.010504771955311298, -0.024798734113574028, 0.025883901864290237, 0.035757143050432205, 0.002950853668153286, 0.0030442492570728064, 0.010718247853219509, -0.0037447155918926, 0.03002888336777687, 0.032252587378025055, -0.04988210275769234, 0.02088501676917076, -0.00462530180811882, -0.0289081372320652, -0.0038914799224585295, 0.0005742712528444827, -0.037785157561302185, 0.014667543582618237, -0.009588606655597687, -0.028392238542437553, 0.03646872565150261, -0.034458499401807785, -0.04842335358262062, 0.004616407211869955, -0.00768066942691803, 0.07841666042804718, 0.006960189901292324, 0.08083604276180267, 0.02088501676917076, 0.023108720779418945, 0.0012830765917897224, -0.018963737413287163, 0.05265728384256363, -0.044901005923748016, 0.02515452727675438, 0.027022436261177063, 0.010344665497541428, -0.023802515119314194, 0.02063596248626709, -0.03917274996638298, 0.025243474170565605, 0.017104722559452057, 0.022752927616238594, 0.015334654599428177, -0.05436508730053902, -0.04408268630504608, 0.03114962950348854, -0.015468076802790165, 0.05913270637392998, -0.0027129175141453743, -0.06575044244527817, -0.008894811384379864 ]
15,881
ipywidgets.widgets.interaction
signature
null
def signature(self): return signature(self.f)
(self)
[ 0.002181580988690257, -0.03989642858505249, 0.05284727364778519, 0.09310253709554672, -0.0037270374596118927, -0.04730157181620598, -0.024189043790102005, 0.020992111414670944, 0.01580524817109108, -0.0023610007483512163, 0.004550737328827381, 0.008522437885403633, -0.01591942459344864, -0.012233165092766285, -0.024123800918459892, 0.002124493010342121, 0.007433686405420303, 0.04733419418334961, -0.043223850429058075, 0.031398456543684006, -0.03565559908747673, 0.013325993902981281, -0.0073847537860274315, -0.054902445524930954, 0.01836605742573738, 0.016947010532021523, 0.040287889540195465, -0.02725549228489399, 0.053858548402786255, -0.033633049577474594, -0.07927090674638748, -0.03878728672862053, 0.023895448073744774, 0.01725691743195057, 0.00587599677965045, -0.01885538548231125, -0.041364409029483795, 0.02769588492810726, -0.032850123941898346, 0.009150407277047634, -0.042701900005340576, 0.005044141784310341, -0.020127633586525917, -0.010977226309478283, -0.0016412829281762242, 0.02420535497367382, 0.03146370127797127, 0.02033967524766922, -0.022394847124814987, -0.0010530715808272362, 0.030289316549897194, 0.0047464678063988686, -0.001698371022939682, -0.02975105680525303, -0.015560586005449295, 0.03487267717719078, 0.0759434849023819, -0.03780863434076309, -0.003178583923727274, 0.07613921910524368, 0.033404696732759476, 0.04087508097290993, 0.07111546397209167, -0.017941975966095924, 0.013285216875374317, 0.0055864788591861725, -0.0009541868348605931, 0.004367239773273468, -0.01676759123802185, 0.05059637129306793, 0.01781148836016655, -0.048508577048778534, 0.01810508407652378, 0.04129916429519653, 0.01795828528702259, -0.055685367435216904, -0.023177769035100937, 0.023928070440888405, 0.010235081426799297, -0.0496177151799202, -0.0011376843322068453, -0.015699228271842003, -0.02934328466653824, 0.005129773635417223, -0.027337046340107918, -0.013790854252874851, 0.013725611381232738, -0.025591781362891197, -0.0769873857498169, 0.025069832801818848, -0.06491732597351074, 0.034676942974328995, -0.03643852099776268, 0.022182805463671684, -0.031659431755542755, -0.043713174760341644, -0.023471366614103317, -0.03643852099776268, 0.0008680449682287872, -0.0009037250420078635, 0.0027708117850124836, 0.07679165154695511, -0.003425286151468754, 0.023324567824602127, 0.014989704824984074, -0.000662120059132576, -0.015389321371912956, -0.036536384373903275, -0.033926643431186676, 0.0066466862335801125, 0.029832610860466957, 0.004697535187005997, 0.028788715600967407, 0.01208636723458767, 0.03428548201918602, -0.06097009405493736, 0.02963688038289547, -0.002367117442190647, 0.004677146673202515, 0.016172243282198906, 0.04925887659192085, 0.030778642743825912, -0.028201522305607796, -0.011262667365372181, -0.03748241811990738, 0.028103657066822052, 0.007519318722188473, 0.005500846542418003, 0.025330806151032448, -0.07731360197067261, 0.01955675333738327, 0.01374192163348198, 0.0031745063606649637, 0.08129345625638962, 0.006177748087793589, -0.015324077568948269, 0.06517830491065979, -0.025591781362891197, -0.030060963705182076, 0.05023752897977829, -0.014443290419876575, 0.01383163221180439, 0.041918978095054626, -0.005859686061739922, -0.03891777619719505, 0.03112117201089859, 0.0009567354572936893, -0.007136012893170118, 0.021595614030957222, -0.017354782670736313, 0.02379758283495903, 0.012053744867444038, 0.0340571328997612, 0.008791567757725716, 0.01016983762383461, -0.027761129662394524, 0.03242604061961174, -0.021432504057884216, -0.04012478142976761, -0.013228128664195538, -0.026635678485035896, -0.040320511907339096, 0.0015393398934975266, -0.05956735834479332, 0.016049912199378014, 0.02617897279560566, 0.02376496233046055, 0.024710992351174355, -0.03007727488875389, 0.0035618897527456284, -0.031692054122686386, 0.0004503333766479045, -0.040516242384910583, 0.056761886924505234, 0.026162661612033844, 0.07763981819152832, 0.0008379718055948615, 0.0801190733909607, -0.0007982139941304922, 0.01981772668659687, 0.0356229767203331, -0.04364793375134468, -0.04394152760505676, 0.013823476620018482, 0.05376068130135536, -0.008465349674224854, -0.004481416195631027, -0.011401309631764889, 0.052031729370355606, -0.034187618643045425, 0.007792525924742222, 0.0032356721349060535, 0.004640447441488504, 0.005358126014471054, 0.008669235743582249, -0.03806960955262184, -0.07007157057523727, 0.03172467276453972, 0.05584847554564476, -0.04890003800392151, 0.03474218770861626, -0.028087345883250237, -0.02397700399160385, 0.01706118695437908, -0.05284727364778519, 0.04472444951534271, 0.05111831799149513, 0.02033967524766922, -0.07600872963666916, 0.008685546927154064, 0.009142251685261726, -0.07411666959524155, -0.033894021064043045, -0.009085163474082947, 0.01725691743195057, -0.10197566449642181, 0.005129773635417223, -0.002428283216431737, -0.024009624496102333, 0.016979632899165154, 0.1197219043970108, 0.037188820540905, -0.015788938850164413, -0.027826372534036636, 0.010496055707335472, -0.00992517452687025, 0.05692499503493309, -0.030517669394612312, -0.028397252783179283, -0.08905743807554245, -0.0082655418664217, -0.03376353532075882, -0.014793974347412586, 0.025983242318034172, -0.007515240926295519, 0.03983118385076523, 0.0165310837328434, -0.030028341338038445, -0.016628948971629143, -0.044006772339344025, -0.011670439504086971, 0.00519501743838191, 0.061818260699510574, 0.07561726868152618, -0.01743633858859539, -0.03806960955262184, 0.019100047647953033, 0.07437764108181, 0.002222358249127865, 0.012771423906087875, -0.015968358144164085, -0.009900707751512527, -0.04312598332762718, 0.01743633858859539, 0.02536342851817608, 0.027712196111679077, 0.032328177243471146, -0.019393643364310265, 0.079401396214962, 0.027157625183463097, 0.05796889215707779, -0.028788715600967407, 0.05878443643450737, -0.018121395260095596, -0.022036008536815643, -0.0019664813298732042, -0.02167716808617115, -0.015160969458520412, -0.037351928651332855, 0.010455278679728508, 0.06106795743107796, -0.02368340641260147, -0.06641793251037598, -0.028087345883250237, -0.03159418702125549, -0.06883194297552109, -0.005386670120060444, 0.032850123941898346, -0.0007569270674139261, -0.004100149031728506, 0.06279691308736801, -0.04739943519234657, 0.025298185646533966, 0.040026914328336716, -0.0464860275387764, 0.051738131791353226, 0.011906947009265423, -0.011458397842943668, -0.004157237242907286, -0.06501519680023193, -0.0039044185541570187, 0.03309478983283043, 0.027581708505749702, -0.028805024921894073, 0.06837523728609085, -0.01633535325527191, -0.030109897255897522, -0.05911065265536308, 0.0640365406870842, -0.010593920946121216, -0.012534916400909424, 0.0003950292884837836, -0.000785471114795655, -0.018414990976452827, -0.011686749756336212, -0.014973393641412258, 0.03373091295361519, -0.002440516371279955, -0.04094032570719719, -0.009843620471656322, -0.028250455856323242, 0.08899219334125519, -0.045083291828632355, -0.012151610106229782, 0.001474096323363483, 0.031072238460183144, -0.028788715600967407, 0.03966807574033737, 0.02588537707924843, 0.09003609418869019, 0.01502232626080513, 0.01627010852098465, 0.02469468303024769, 0.002177503425627947, 0.058849677443504333, -0.0526515431702137, -0.041364409029483795, -0.03611230105161667, -0.029718434438109398, 0.020095013082027435, -0.006781251169741154, -0.014337269589304924, 0.07052827626466751, 0.030387181788682938, -0.0780312791466713, 0.049063146114349365, 0.033111099153757095, 0.010789651423692703, -0.02449895069003105, -0.04687748849391937, 0.0023732339031994343, -0.045344263315200806, 0.02647256851196289, 0.04005953669548035, -0.040548864752054214, 0.030729711055755615, -0.024531573057174683, -0.02955532632768154, 0.10047505795955658, 0.005761820822954178, 0.009452158585190773, -0.04599669948220253, 0.002138765063136816, -0.01005566120147705, 0.046127185225486755, 0.013929497450590134, -0.018561789765954018, 0.0077599044889211655, -0.06576549261808395, 0.039994291961193085, 0.08546904474496841, -0.03438334912061691, -0.031170103698968887, -0.040842458605766296, 0.06954962015151978, 0.000040363072912441567, -0.00016336372937075794, 0.017713623121380806, -0.006291924510151148, 0.003678104840219021, -0.006552898790687323, -0.044398233294487, -0.04896528273820877, -0.04870430752635002, -0.012746958062052727, 0.024189043790102005, 0.014190471731126308, 0.02818521112203598, -0.05796889215707779, -0.006675230339169502, -0.01807246170938015, 0.029832610860466957, -0.02356923185288906, 0.0010270761558786035, -0.03454645723104477, 0.042897630482912064, -0.04945460706949234, -0.021318329498171806, 0.030550289899110794, 0.056239936500787735, -0.029848922044038773, -0.053075626492500305, -0.032703328877687454, 0.0040430608205497265, -0.010023039765655994, -0.04087508097290993, -0.032556530088186264, 0.0032397499307990074, -0.036829981952905655, -0.025493916124105453, 0.0052561829797923565, -0.055196039378643036, -0.021350950002670288, 0.0070422254502773285, 0.03643852099776268, -0.05150977894663811, -0.017077498137950897, 0.011482863686978817, 0.018790140748023987, -0.02524925209581852, 0.04276714473962784, -0.02402593567967415, -0.038689423352479935, -0.0035109182354062796, 0.07313801348209381, 0.008497972041368484, 0.014728730544447899, -0.020421229302883148, -0.013024242594838142, 0.010659164749085903, 0.019589373841881752, 0.07065875828266144, 0.001682060188613832, 0.08181540668010712, -0.018969561904668808, 0.019621996209025383, -0.051444534212350845, 0.07105021923780441, 0.0170285664498806, 0.042408306151628494, -0.011833548545837402, 0.02614635042846203, -0.02330825664103031, 0.04420250281691551, -0.047203704714775085, -0.025347117334604263, -0.03402451053261757, -0.05591372027993202, 0.021432504057884216, 0.1100006178021431, -0.000906783330719918, 0.027989480644464493, -0.010708097368478775, -0.015193590894341469, 0.02539605088531971, -0.055978961288928986, -0.03007727488875389, 0.04808449372649193, 0.01131975557655096, -0.030794953927397728, 0.03885253146290779, 0.019507819786667824, 0.017044875770807266, -0.04965033754706383, -0.026374703273177147, 0.012616470456123352, -0.009264583699405193, -0.07835749536752701, -0.007074846886098385, -0.017093809321522713, -0.004477338399738073, 0.052488431334495544, -0.011711216531693935, -0.030207762494683266, 0.014459600672125816, -0.04094032570719719, 0.018806451931595802, -0.022949418053030968, -0.054413117468357086, -0.00845719501376152, 0.09408119320869446, -0.025069832801818848, -0.0804452896118164, -0.04769303277134895, 0.008726323954761028, 0.06824474781751633, 0.020160255953669548, 0.03015882894396782, -0.016979632899165154, -0.02141619473695755, -0.030256694182753563, -0.05669664219021797, -0.06361246109008789, 0.08181540668010712, 0.03617754578590393, 0.010659164749085903, -0.004648602567613125, -0.04413725808262825, 0.026782475411891937, -0.007388831581920385, -0.012999776750802994, 0.010740718804299831, 0.008603992871940136, 0.0009577548480592668, 0.05656615272164345, 0.02461312711238861, 0.03820009529590607, 0.010683630593121052, -0.08631721138954163, -0.005072685889899731, -0.051738131791353226, -0.012388118542730808, -0.0007248150068335235, 0.012257630936801434, -0.012861133553087711, -0.01600913517177105, 0.006467266473919153, -0.04576834663748741, -0.015169124118983746, -0.030843885615468025, -0.03474218770861626, 0.002587314462289214, -0.006997370161116123, 0.04416988044977188, -0.007050380576401949, -0.025999553501605988, -0.029131243005394936, -0.0014424939872696996, -0.03126797080039978, 0.01361143495887518, 0.005684344097971916, -0.03356780484318733, 0.011531796306371689, -0.058653946965932846, 0.002043958054855466, 0.00922380667179823, 0.00804942287504673, 0.007511163130402565, 0.04443085566163063, 0.021954452618956566, 0.0034273250494152308, -0.009085163474082947, 0.015935735777020454, -0.024335842579603195, -0.06331886351108551, 0.054935064166784286, -0.010324791073799133, -0.008571370504796505, -0.028234144672751427, -0.016082534566521645, 0.004059372004121542, 0.021579302847385406, -0.06302526593208313, 0.03881990909576416, -0.011336065828800201, -0.012151610106229782, 0.0017921586986631155, -0.07235509157180786, 0.016612637788057327, -0.020258121192455292, -0.02617897279560566, -0.03774338960647583, 0.056207314133644104, -0.05027015134692192, 0.04527902230620384, 0.0027381901163607836, 0.08364222943782806, 0.014280181378126144, -0.020095013082027435, -0.03108854964375496, -0.006548820994794369, 0.03767814859747887, 0.0351010262966156, -0.026864029467105865, -0.09016658365726471, 0.013570657931268215, 0.0712459534406662, 0.025999553501605988, -0.07320325821638107, -0.014223093166947365, 0.0025730424094945192, 0.05261892080307007, 0.06168777123093605, -0.005977939814329147, -0.004929965361952782, 0.036079682409763336, 0.004069566261023283, 0.03193671628832817, -0.035786084830760956, -0.04609456658363342, 0.026456257328391075, -0.00016693172801751643, 0.001089771161787212, -0.012991621159017086, -0.06726609915494919, 0.029163865372538567, -0.040548864752054214, 0.011588884517550468, -0.058882299810647964, 0.05692499503493309, -0.06517830491065979, -0.0438762828707695, -0.022851552814245224, -0.050139665603637695, -0.007682427763938904, -0.012689869850873947, 0.028658227995038033, -0.028527740389108658, -0.020845312625169754, -0.007580484729260206, 0.003145962255075574, -0.03123534843325615, -0.004587437026202679, 0.011597040109336376, 0.003643444273620844, 0.004966665059328079, 0.0023222623858600855, 0.05555487796664238, -0.01667788065969944, 0.009011765010654926, -0.002199930837377906, 0.025314494967460632, 0.010716252028942108, -0.07418191432952881, -0.002882949076592922, 0.05079210177063942, 0.016686037182807922, 0.028380943462252617, 0.050400640815496445, 0.056272558867931366, -0.013529879972338676, 0.006997370161116123, -0.037123579531908035, 0.0057169655337929726, 0.008677391335368156, 0.00007913328590802848, -0.03120272606611252, 0.00035476178163662553, 0.03647114336490631, -0.03986380621790886, -0.0032968379091471434, -0.008946521207690239, 0.04182111471891403, -0.06198136880993843, 0.06357983499765396, -0.006642608437687159, -0.056990236043930054, 0.025118764489889145, -0.07222460210323334, 0.0510856956243515, 0.011246356181800365, -0.009501091204583645, -0.06576549261808395, -0.011572574265301228, -0.009957795962691307, -0.03193671628832817, -0.05131404846906662, -0.057349078357219696, 0.0985177531838417, -0.06883194297552109, -0.009321671910583973, 0.06974535435438156, -0.02963688038289547, 0.018414990976452827, 0.05046588182449341, -0.01732216216623783, 0.008155443705618382, 0.009077007882297039, 0.00578220933675766, -0.02803841419517994, 0.006552898790687323, -0.028641916811466217, -0.0003076131397392601, 0.01911635883152485, 0.0025261484552174807, -0.04142965003848076, -0.03030562773346901, 0.0030195529107004404, -0.00017394030874129385, -0.029995720833539963, 0.017110120505094528, 0.036047060042619705, 0.0221991166472435, 0.003616939065977931, -0.02978367917239666, -0.045605238527059555, 0.0670703649520874, 0.02655412256717682, 0.06883194297552109, 0.013260751031339169, 0.014516688883304596, 0.011711216531693935, 0.00725018884986639, -0.02071482501924038, 0.021807655692100525, 0.012273942120373249, -0.02673354372382164, 0.021057354286313057, -0.021726101636886597, -0.012273942120373249, -0.011262667365372181, -0.12611576914787292, 0.033257897943258286, 0.017795177176594734, 0.02647256851196289, 0.07920566201210022, 0.009060697630047798, -0.027451222762465477, 0.02955532632768154, 0.011303444392979145, -0.0032010115683078766, 0.033290520310401917, 0.03187147155404091, 0.007980100810527802, 0.01680021360516548, -0.03806960955262184, 0.009868086315691471, -0.011711216531693935, -0.032556530088186264, -0.03748241811990738, -0.005769975949078798, -0.0008823170210234821, 0.022133873775601387, 0.046910110861063004, 0.03621016815304756, 0.017240606248378754, -0.06097009405493736, 0.016049912199378014, 0.048019248992204666, 0.018170326948165894, -0.062340207397937775, -0.003610822604969144, 0.029278041794896126, 0.04860644042491913, 0.0060921162366867065, 0.05640304461121559, -0.002730034524574876, 0.007478541694581509, -0.02769588492810726, 0.00004431336492416449, 0.01799090765416622, 0.011238200590014458, -0.05643566697835922, -0.024303220212459564, 0.004155198112130165, -0.0198503490537405, -0.004204131197184324, 0.01725691743195057, -0.01526698935776949, 0.01676759123802185, 0.02539605088531971, 0.04019002616405487, -0.0417884923517704, 0.05640304461121559, 0.08938366174697876, 0.010406346060335636, -0.02394438162446022, -0.0011213734978809953, -0.023438744246959686, -0.01178461592644453, 0.02312883734703064, 0.058882299810647964, -0.04309336096048355, -0.05219483748078346, 0.008375640027225018, -0.011124024167656898, 0.05261892080307007, 0.004391706082969904, 0.014043672941625118, -0.00668338593095541, -0.03957021236419678, -0.010708097368478775, 0.03126797080039978, 0.023145148530602455, 0.0034212083555758, 0.04841070994734764, -0.020535405725240707, 0.014785818755626678 ]
15,890
ipywidgets.widgets.interaction
update
Call the interact function and update the output widget with the result of the function call. Parameters ---------- *args : ignored Required for this method to be used as traitlets callback.
def update(self, *args): """ Call the interact function and update the output widget with the result of the function call. Parameters ---------- *args : ignored Required for this method to be used as traitlets callback. """ self.kwargs = {} if self.manual: self.manual_button.disabled = True try: show_inline_matplotlib_plots() with self.out: if self.clear_output: clear_output(wait=True) for widget in self.kwargs_widgets: value = widget.get_interact_value() self.kwargs[widget._kwarg] = value self.result = self.f(**self.kwargs) show_inline_matplotlib_plots() if self.auto_display and self.result is not None: display(self.result) except Exception as e: ip = get_ipython() if ip is None: self.log.warning("Exception in interact callback: %s", e, exc_info=True) else: ip.showtraceback() finally: if self.manual: self.manual_button.disabled = False
(self, *args)
[ 0.04270021989941597, -0.08875221014022827, -0.014821130782365799, 0.03753289952874184, -0.009592710994184017, 0.03627598285675049, -0.036694955080747604, 0.0065682572312653065, -0.0050713056698441505, 0.03151017799973488, 0.004835634026676416, -0.005730313714593649, 0.025051027536392212, -0.021437395364046097, -0.03948810324072838, -0.00818304531276226, 0.020459793508052826, 0.0005575381219387054, -0.026866573840379715, -0.005053848493844271, -0.007624415680766106, -0.03547295555472374, -0.007864451967179775, -0.007083243690431118, 0.016950905323028564, -0.014026829972863197, 0.012054170481860638, -0.04357307776808739, -0.0300961472094059, 0.01612168923020363, -0.0264476016163826, -0.046226564794778824, 0.01471638772636652, 0.024335283786058426, 0.034181125462055206, -0.02817586064338684, -0.018382392823696136, 0.01762300543487072, -0.015746360644698143, 0.032452866435050964, 0.025504915043711662, -0.08847290277481079, 0.08512112498283386, -0.03194660693407059, -0.016697775572538376, 0.021332653239369392, -0.04144330322742462, 0.058830637484788895, -0.0035983575507998466, -0.07667186111211777, 0.03164983540773392, -0.06598807126283646, -0.0021690523717552423, 0.04633130878210068, 0.0043555619195103645, 0.0870763286948204, 0.004311919212341309, -0.0283853467553854, 0.06312509626150131, -0.07101573795080185, -0.026587259024381638, -0.013616587035357952, 0.024789171293377876, 0.0430842787027359, 0.003524164669215679, -0.012839742936193943, 0.03463501110672951, -0.0018635521410033107, -0.06762904673814774, -0.049438685178756714, -0.02042488008737564, 0.009688724763691425, -0.01673269085586071, -0.014934602193534374, 0.02234516851603985, -0.007292729802429676, -0.06371863931417465, -0.011347156018018723, -0.011591555550694466, 0.05254605785012245, 0.011539184488356113, 0.032609980553388596, -0.02040742337703705, 0.0058306921273469925, -0.011827227659523487, -0.06326475739479065, 0.024038512259721756, 0.0234798826277256, -0.0008063027053140104, 0.019272707402706146, -0.034477896988391876, -0.020599450916051865, 0.015327388420701027, 0.034390609711408615, -0.011661384254693985, -0.013293629512190819, -0.00042251788545399904, -0.08211848884820938, -0.016924718394875526, -0.008335795253515244, -0.020913681015372276, 0.005485913250595331, 0.07049202173948288, -0.01613914594054222, 0.058446578681468964, -0.062182411551475525, -0.06441693007946014, 0.01981387846171856, -0.015580517239868641, 0.006079456768929958, 0.012717543169856071, -0.009007895365357399, -0.05945909395813942, 0.00857146643102169, 0.013590401038527489, 0.00395622942596674, -0.043258849531412125, -0.0016300625866279006, 0.0538029745221138, -0.023305311799049377, -0.07122522592544556, 0.06183326989412308, 0.01102419849485159, -0.07080624997615814, 0.02719825878739357, 0.03130069375038147, 0.00196065753698349, 0.046820107847452164, -0.013572943396866322, -0.030532578006386757, 0.0038405756931751966, -0.03868507221341133, -0.03091663494706154, 0.052057258784770966, 0.022607024759054184, 0.035141266882419586, 0.007676787208765745, -0.05111457034945488, -0.0186966210603714, 0.067943274974823, 0.016034403815865517, 0.004167897626757622, 0.008532187901437283, 0.04388730600476265, -0.02138502337038517, 0.0065682572312653065, 0.023130740970373154, 0.015484503470361233, 0.007035236340016127, -0.029397862032055855, -0.01976150833070278, 0.015493231825530529, 0.0003019543655682355, -0.007785894442349672, 0.0028847961220890284, -0.0011085298610851169, 0.026988772675395012, -0.003580900374799967, 0.0037707469891756773, -0.002047943416982889, -0.00884641706943512, -0.04591233655810356, 0.0991566851735115, 0.010998012498021126, 0.014236316084861755, 0.05610731989145279, -0.0009645082172937691, 0.034024011343717575, -0.019866250455379486, 0.04842616990208626, 0.0011205315822735429, -0.037882041186094284, -0.003303767880424857, -0.01061395462602377, -0.04552828148007393, 0.08972981572151184, -0.01478621643036604, -0.02072165161371231, 0.054291773587465286, 0.0031466535292565823, -0.038475584238767624, -0.045947249978780746, -0.08714615553617477, -0.0025051028933376074, -0.015371031127870083, 0.02787908911705017, 0.021594509482383728, 0.015004430897533894, 0.01609550416469574, 0.01508298795670271, 0.0028717031236737967, 0.004311919212341309, -0.004047879483550787, -0.0023741740733385086, -0.020302679389715195, -0.029223289340734482, -0.03212117776274681, -0.015903474763035774, 0.053907718509435654, 0.004298826213926077, 0.05341891571879387, -0.034687381237745285, 0.01311905775219202, 0.0362410694360733, 0.0341985821723938, 0.025225600227713585, 0.029624804854393005, -0.011015469208359718, 0.01218509953469038, -0.04486490786075592, -0.028123488649725914, -0.03227829188108444, 0.0087765883654356, -0.009400681592524052, 0.009592710994184017, 0.02334022708237171, 0.02056453749537468, -0.0008706759545020759, -0.024038512259721756, 0.00685630040243268, 0.017657920718193054, 0.029781918972730637, -0.052790459245443344, 0.02042488008737564, 0.03166729211807251, -0.003825300605967641, 0.06420744210481644, 0.03941827267408371, 0.049438685178756714, -0.0861685574054718, 0.018888650462031364, 0.04517913609743118, 0.008938067592680454, 0.006712278816848993, -0.02868211828172207, 0.027006229385733604, 0.003545986022800207, -0.03152763471007347, -0.07730031758546829, 0.0455981083214283, -0.007873180322349072, 0.008222323842346668, 0.07995380461215973, -0.00791245885193348, -0.07080624997615814, 0.004135165363550186, 0.018661705777049065, 0.06089058145880699, -0.043258849531412125, -0.005804506596177816, 0.03016597591340542, -0.005018934141844511, -0.008361981250345707, 0.014009373262524605, 0.01591220311820507, 0.024038512259721756, -0.014018101617693901, -0.01535357441753149, 0.04933394119143486, -0.005306977313011885, 0.013860986568033695, 0.015929659828543663, -0.02913600392639637, 0.03948810324072838, 0.03582209721207619, -0.028874145820736885, -0.02384648472070694, 0.038405757397413254, -0.012892113998532295, 0.018295105546712875, -0.06326475739479065, 0.05970349535346031, -0.030672233551740646, -0.00393877224996686, -0.009165010415017605, 0.011277327314019203, 0.05855132266879082, -0.05694526433944702, -0.05251114442944527, -0.031492721289396286, 0.07939517498016357, -0.007772801443934441, -0.023444969207048416, 0.024038512259721756, -0.02375919744372368, -0.04203684628009796, 0.026552343741059303, 0.0825374647974968, 0.03732341155409813, -0.006328221410512924, 0.04888005554676056, 0.03746306896209717, 0.06256646662950516, -0.0009170465636998415, -0.05924960970878601, 0.04088467359542847, -0.03376215323805809, -0.000609364069532603, -0.03652038425207138, 0.02676182985305786, 0.009322124533355236, -0.04961325600743294, -0.043852392584085464, -0.0025880243629217148, 0.04797228053212166, -0.06029703840613365, 0.05743406340479851, 0.0070745148696005344, 0.0031182856764644384, -0.03344792500138283, 0.03330826759338379, 0.026657087728381157, -0.052790459245443344, -0.0025989350397139788, -0.08121071755886078, -0.01953456550836563, 0.030008861795067787, -0.023375140503048897, -0.006969772279262543, 0.04448084905743599, -0.018941020593047142, -0.0256445724517107, -0.010098968632519245, 0.00689121475443244, 0.006280214060097933, -0.07380888611078262, 0.028717031702399254, 0.03770747035741806, 0.03173712268471718, -0.013895900920033455, 0.0023959956597536802, -0.030008861795067787, -0.008043387904763222, -0.024754256010055542, -0.04591233655810356, -0.04350324720144272, -0.058306921273469925, -0.026657087728381157, 0.046470966190099716, -0.0048181768506765366, -0.0041220723651349545, 0.022607024759054184, -0.010229896754026413, 0.03517618402838707, -0.052196916192770004, 0.044515762478113174, 0.026552343741059303, 0.04874039813876152, 0.07087607681751251, -0.05872589349746704, -0.00605763541534543, 0.02742520160973072, -0.005442270543426275, 0.030270719900727272, 0.00024221812782343477, 0.03365740925073624, 0.02616828680038452, -0.0018679164350032806, -0.029310576617717743, -0.05156845599412918, -0.028263146057724953, -0.043258849531412125, -0.05387280508875847, 0.03220846503973007, -0.014664016664028168, 0.0010730699868872762, -0.0071574365720152855, 0.0009623260702937841, 0.05348874628543854, -0.01538848876953125, -0.037079013884067535, -0.02965971827507019, 0.0030724606476724148, -0.0034848861396312714, 0.00791245885193348, 0.036101412028074265, -0.02779180184006691, 0.021280281245708466, 0.005337527487426996, -0.06214749813079834, 0.07995380461215973, -0.054955147206783295, -0.02243245393037796, -0.06476607173681259, -0.005267698783427477, -0.009924396872520447, -0.03676478564739227, 0.027163345366716385, 0.03575227037072182, -0.035071440041065216, 0.003676914842799306, -0.004870548378676176, 0.0021505041513592005, 0.016112960875034332, -0.001355112181045115, -0.022170595824718475, 0.06368372589349747, 0.029642261564731598, -0.023060912266373634, -0.029328033328056335, 0.005014569964259863, 0.011539184488356113, -0.0065246145240962505, 0.014149029739201069, 0.035438038408756256, -0.005032027140259743, -0.023148197680711746, 0.01682870462536812, 0.002175598870962858, -0.0651850476861, 0.009479239583015442, -0.031108664348721504, -0.04531879350543022, 0.026936402544379234, 0.009566524997353554, 0.07042219489812851, -0.1212923675775528, -0.032976578921079636, -0.03266235068440437, 0.018906107172369957, 0.012673899531364441, 0.03749798610806465, 0.04297953471541405, 0.06347424536943436, 0.025749314576387405, -0.004547590855509043, -0.05537411943078041, -0.005691035185009241, 0.03980233147740364, -0.0028826140332967043, -0.020389964804053307, -0.004770169500261545, -0.021734166890382767, 0.01780630648136139, -0.029921576380729675, 0.004525769501924515, -0.026360316202044487, 0.019202878698706627, 0.014175215736031532, 0.05624697729945183, 0.009732368402183056, -0.0047919913195073605, 0.008876967243850231, -0.007275272626429796, -0.005027662962675095, 0.02683165855705738, 0.003681279020383954, 0.022240424528717995, -0.03844067081809044, -0.03384943678975105, 0.061449211090803146, 0.07869689166545868, -0.04203684628009796, 0.027093516662716866, 0.027285544201731682, -0.06958425045013428, -0.020459793508052826, -0.011966885067522526, 0.034181125462055206, 0.0048181768506765366, -0.03606649860739708, -0.01091072615236044, -0.03666004166007042, -0.020808937028050423, 0.05642154812812805, -0.07757963240146637, 0.06528978794813156, -0.022711768746376038, -0.04277004674077034, 0.0066730002872645855, 0.02988666296005249, -0.02630794420838356, -0.01579873263835907, 0.001949746860191226, 0.04978782683610916, -0.008667481131851673, -0.03906913101673126, -0.03718375414609909, -0.0321386344730854, -0.002690585097298026, -0.024021055549383163, -0.02519068494439125, 0.017238948494195938, 0.024876456707715988, -0.02779180184006691, -0.017928505316376686, 0.06480098515748978, -0.053907718509435654, 0.017945963889360428, -0.003648546990007162, -0.017177848145365715, 0.033343181014060974, 0.021419938653707504, -0.021489767357707024, -0.01211527083069086, -0.021664338186383247, 0.003879854455590248, -0.013991915620863438, 0.017230220139026642, -0.04196701943874359, 0.02042488008737564, 0.0003319588431622833, 0.03910404443740845, 0.012953214347362518, 0.02787908911705017, 0.005734677892178297, 0.0018471860093995929, 0.031126121059060097, -0.020442336797714233, 0.02452731318771839, -0.01185341365635395, -0.03645055368542671, 0.054361604154109955, -0.012979400344192982, 0.035717353224754333, -0.08931083977222443, -0.009933125227689743, 0.033797066658735275, 0.021734166890382767, -0.030829349532723427, 0.028751946985721588, -0.007851358503103256, -0.03226083517074585, -0.054815489798784256, 0.021716710180044174, 0.04874039813876152, -0.0009230474825017154, 0.008235416375100613, -0.018347477540373802, 0.012883385643362999, -0.053034860640764236, -0.012865928933024406, -0.004235544241964817, 0.0283853467553854, -0.016078047454357147, 0.010046596638858318, 0.0003314133209642023, 0.002948078326880932, -0.05628189072012901, 0.005944164004176855, -0.030567491427063942, 0.03337809443473816, -0.00830960925668478, -0.011233683675527573, 0.08351506292819977, -0.004595598205924034, 0.016313718631863594, 0.002533470746129751, 0.03547295555472374, 0.02540017105638981, -0.037742383778095245, -0.036031581461429596, 0.0713648796081543, 0.06979373842477798, -0.09671267867088318, 0.04814685508608818, 0.06630229949951172, -0.020372508093714714, -0.009653810411691666, -0.007288365159183741, 0.004962198436260223, 0.02316565439105034, 0.023532254621386528, -0.06008755415678024, 0.017081834375858307, 0.02288633957505226, 0.07471665740013123, 0.062112584710121155, -0.035717353224754333, -0.0316847488284111, 0.04277004674077034, 0.0631600171327591, -0.018347477540373802, -0.05684052035212517, -0.038719985634088516, 0.031702205538749695, 0.08581940829753876, -0.02936294674873352, 0.01780630648136139, -0.0383010134100914, -0.05282537266612053, -0.03131815046072006, 0.02697131596505642, -0.041687704622745514, 0.0029786282684653997, 0.042211417108774185, 0.0010676146484911442, 0.008532187901437283, -0.004617419559508562, -0.01748334802687168, -0.04032604396343231, -0.008423080667853355, -0.03672986850142479, -0.03360503911972046, 0.061972927302122116, 0.04486490786075592, -0.019202878698706627, -0.02346242591738701, 0.041163988411426544, -0.014698931016027927, -0.08714615553617477, 0.014925873838365078, -0.006328221410512924, -0.020913681015372276, -0.006581350229680538, -0.04465541988611221, 0.005341891665011644, -0.003096464090049267, -0.04360799118876457, 0.014611644670367241, 0.022030938416719437, 0.009426867589354515, 0.030672233551740646, -0.033884353935718536, 0.0004536134656518698, 0.005101855844259262, -0.027320459485054016, 0.017134204506874084, 0.060785841196775436, 0.046156737953424454, 0.03906913101673126, 0.052790459245443344, -0.04573776572942734, 0.011373341083526611, -0.0401165597140789, -0.042071759700775146, 0.026779286563396454, -0.011705026961863041, 0.04123381897807121, 0.052650801837444305, 0.027826717123389244, -0.005612477660179138, 0.024684427306056023, -0.04957834258675575, 0.09343073517084122, -0.01958693563938141, -0.02377665601670742, 0.025068486109375954, -0.048775311559438705, -0.027407744899392128, 0.03061986342072487, -0.009007895365357399, 0.03182440623641014, -0.02779180184006691, 0.07345973700284958, 0.024841541424393654, -0.04797228053212166, -0.006869393400847912, 0.05781812220811844, -0.013442015275359154, 0.0060401782393455505, 0.011460627429187298, -0.028490088880062103, 0.05537411943078041, 0.020145565271377563, -0.040430787950754166, 0.010675054974853992, -0.0426303893327713, 0.024928828701376915, 0.03137052059173584, -0.03538566827774048, 0.025068486109375954, -0.04060535877943039, 0.03308132290840149, 0.08302626758813858, -0.04427136480808258, -0.04364290460944176, 0.011163854971528053, 0.03645055368542671, -0.027529945597052574, 0.023043453693389893, -0.02190873958170414, -0.03547295555472374, 0.062182411551475525, 0.0010457931784912944, -0.024946285411715508, 0.004176625981926918, -0.015205188654363155, -0.035961754620075226, -0.015493231825530529, -0.001588601735420525, -0.028053659945726395, -0.05373314768075943, -0.03407638147473335, -0.024632055312395096, -0.03564752638339996, 0.05247623100876808, 0.007214172277599573, -0.02236262522637844, -0.05191760137677193, -0.07297094166278839, 0.022991083562374115, -0.01582491770386696, -0.07290110737085342, 0.007153072394430637, -0.06123972684144974, -0.01848713494837284, -0.04702959582209587, 0.048845142126083374, -0.05917977914214134, 0.07688134163618088, 0.017422247678041458, 0.010631412267684937, 0.017657920718193054, -0.0026360314805060625, 0.07297094166278839, -0.052650801837444305, -0.05788794904947281, -0.01958693563938141, -0.05184777081012726, 0.0024963743053376675, 0.03257506340742111, -0.003305950202047825, 0.0503813698887825, 0.05505989119410515, 0.017308777198195457, -0.025766771286725998, 0.004722162615507841, 0.03934844583272934, -0.009819653816521168, -0.006961043458431959, 0.02683165855705738, 0.006066363770514727, 0.02309582568705082, 0.005215327255427837, 0.032016437500715256, -0.07283128052949905, -0.03383198007941246, 0.053628403693437576, 0.01878390647470951, -0.012281114235520363, -0.05865606665611267, -0.06738464534282684, 0.021105708554387093, 0.006943586282432079, -0.01958693563938141, 0.009470510296523571, -0.006472242996096611, -0.052650801837444305, -0.02793145924806595, -0.024352742359042168, -0.053837887942790985, -0.020966053009033203, 0.008108851499855518, 0.06808293610811234, 0.0001072660816134885, 0.0016911625862121582, -0.014471987262368202, 0.030742062255740166, 0.0273553729057312, 0.054745662957429886, 0.03336063772439957, 0.017125476151704788, 0.04985765740275383, 0.13511843979358673, -0.009418139234185219, 0.018225276842713356, 0.043922219425439835, 0.042281247675418854, 0.003513253992423415, -0.029415318742394447, 0.04294462129473686, 0.034163668751716614, -0.004652333911508322, 0.015362302772700787, 0.045493364334106445, -0.04039587453007698, 0.007423658389598131 ]
15,891
ipywidgets.widgets.interaction
widget_from_iterable
Make widgets from an iterable. This should not be done for a string or tuple.
@staticmethod def widget_from_iterable(o): """Make widgets from an iterable. This should not be done for a string or tuple.""" # Dropdown expects a dict or list, so we convert an arbitrary # iterable to either of those. if isinstance(o, (list, dict)): return Dropdown(options=o) elif isinstance(o, Mapping): return Dropdown(options=list(o.items())) else: return Dropdown(options=list(o))
(o)
[ 0.014876804314553738, -0.06384816765785217, -0.03903239592909813, -0.06413757055997849, -0.049812424927949905, 0.01749042049050331, 0.00040046413778327405, 0.033823251724243164, 0.03939414024353027, -0.013366514816880226, -0.001596204238012433, 0.06764650344848633, -0.030603712424635887, 0.005620628595352173, -0.0007997978245839477, 0.029771696776151657, -0.02479768916964531, 0.031345292925834656, 0.02581057697534561, 0.01190144382417202, 0.03968353569507599, 0.043735094368457794, 0.03214113414287567, 0.07922237366437912, 0.006877696141600609, 0.026696855202317238, -0.012136578559875488, 0.02014925330877304, -0.012670153751969337, 0.009486788883805275, 0.029735522344708443, -0.010083669796586037, 0.04485650360584259, 0.015573165379464626, 0.009486788883805275, 0.011865269392728806, -0.02271764911711216, 0.09383691847324371, 0.01873844303190708, 0.0031245811842381954, 0.016667447984218597, -0.08132050186395645, 0.013086161576211452, -0.017825035378336906, -0.003097450127825141, -0.02221120521426201, -0.03635547310113907, 0.011630134657025337, -0.0862402468919754, -0.028035316616296768, 0.05657707527279854, 0.01793355867266655, 0.0008811906445771456, 0.0016843798803165555, -0.07763069123029709, 0.08247809112071991, -0.048401616513729095, 0.08602320402860641, 0.040660250931978226, 0.08768723160028458, -0.05469599738717079, 0.03561389446258545, 0.0024530901573598385, -0.05907312408089638, 0.02013116516172886, -0.04018998146057129, -0.050716791301965714, 0.0044426931999623775, -0.02570205368101597, 0.016124827787280083, -0.0296269990503788, 0.06988932937383652, -0.012046142481267452, 0.022012244910001755, -0.027999140322208405, -0.008265896700322628, -0.003328063292428851, 0.028849244117736816, 0.031580425798892975, 0.0018573396373540163, 0.03087502159178257, 0.004946876782923937, -0.03543302044272423, 0.0457608699798584, -0.00773684261366725, -0.020094990730285645, -0.054081030189991, 0.03834507614374161, -0.0032986714504659176, 0.005769848823547363, -0.042577505111694336, -0.034745704382658005, -0.024110371246933937, 0.02789061702787876, -0.12140195816755295, -0.01643231324851513, 0.0031223201658576727, -0.009631487540900707, -0.026696855202317238, 0.03413073718547821, 0.014894891530275345, -0.03252096474170685, 0.00799458660185337, 0.0096134003251791, -0.019624721258878708, -0.04387979209423065, 0.008586945943534374, 0.011973792687058449, -0.003054492874071002, 0.013719217851758003, -0.01635996252298355, -0.027818268164992332, -0.011612046509981155, 0.0327199250459671, -0.04018998146057129, 0.036337386816740036, -0.04380744323134422, -0.03313593566417694, 0.047895170748233795, -0.08747018873691559, -0.07079369574785233, 0.033244457095861435, -0.013764435425400734, 0.019027840346097946, 0.07835418730974197, 0.05534714087843895, -0.032249655574560165, -0.047063156962394714, 0.0049559203907847404, 0.06156916916370392, 0.02904820442199707, 0.01111464574933052, -0.033407244831323624, -0.014171400107443333, 0.06978080421686172, -0.023495404049754143, -0.05234464630484581, -0.02430933155119419, -0.020709959790110588, 0.0374407134950161, -0.009803316555917263, -0.03136337921023369, 0.019950293004512787, 0.06699535995721817, -0.060954201966524124, -0.03729601204395294, 0.02581057697534561, 0.00990279670804739, 0.01915445178747177, 0.029428038746118546, -0.08132050186395645, 0.04554382339119911, 0.024815775454044342, 0.06012218818068504, -0.04268603026866913, -0.02347731590270996, 0.004924267530441284, -0.06200326606631279, 0.06272675842046738, -0.053972505033016205, 0.006963610649108887, 0.016558922827243805, -0.02130684070289135, -0.004693654365837574, -0.022012244910001755, 0.0535745844244957, 0.03147190436720848, -0.01289624534547329, 0.05842198058962822, -0.01597108691930771, -0.0066877794452011585, -0.017481375485658646, 0.01252545602619648, 0.020655697211623192, -0.031001633033156395, 0.056721772998571396, -0.019877944141626358, 0.011096558533608913, 0.04536294937133789, -0.05881990119814873, -0.050933837890625, 0.007167092990130186, -0.047063156962394714, -0.03986440971493721, 0.041058171540498734, -0.014840629883110523, 0.011404043063521385, 0.009414440020918846, 0.00953200738877058, -0.0014028962468728423, 0.0029527517035603523, -0.030766498297452927, -0.034076474606990814, -0.03214113414287567, -0.06764650344848633, 0.03393177688121796, -0.013782522641122341, -0.018593745306134224, -0.03036857768893242, 0.061207424849271774, -0.02978978306055069, -0.023079395294189453, -0.03452865779399872, 0.02345922961831093, 0.008822080679237843, -0.0003883117460645735, 0.017662249505519867, -0.031327202916145325, 0.03563198074698448, -0.09412631392478943, 0.004295733757317066, -0.013040944002568722, -0.009640531614422798, 0.036482084542512894, 0.03196026012301445, -0.00674204109236598, 0.03519788756966591, -0.08189930021762848, -0.07332591712474823, -0.025575442239642143, 0.039900586009025574, 0.03595755249261856, 0.008311114273965359, 0.01576308161020279, 0.0441330149769783, -0.04359039291739464, -0.036246951669454575, -0.0006816651439294219, 0.016703622415661812, 0.03394986316561699, -0.019932204857468605, -0.05502156913280487, 0.03405838832259178, 0.039321791380643845, -0.010020364075899124, -0.010581070557236671, 0.03820037841796875, -0.1066427230834961, -0.025937188416719437, 0.024074196815490723, 0.010544896125793457, 0.007804670371115208, -0.018123475834727287, 0.006719432305544615, -0.02438168041408062, 0.03660869598388672, -0.02137918956577778, 0.04004528373479843, -0.028342800214886665, -0.04369891807436943, 0.02763739600777626, 0.022771911695599556, 0.03968353569507599, -0.0011960227275267243, 0.020836569368839264, -0.03613842651247978, 0.01744520105421543, -0.016956843435764313, 0.010626289062201977, -0.0338413380086422, 0.025593530386686325, -0.008853733539581299, -0.026190411299467087, 0.07929472625255585, -0.04246897995471954, -0.0629076287150383, 0.02255486324429512, 0.018937403336167336, -0.014424622058868408, 0.04011763259768486, 0.053466059267520905, 0.03121868148446083, 0.0695999339222908, 0.035921379923820496, 0.0035586764570325613, -0.019407672807574272, 0.06547603011131287, -0.027655482292175293, -0.026081888005137444, 0.0073163132183253765, -0.010572027415037155, -0.005313144531100988, -0.018250085413455963, 0.009039128199219704, -0.004639392718672752, -0.03286462649703026, 0.03588520362973213, 0.0347999669611454, 0.0067329974845051765, 0.02913864143192768, 0.07039577513933182, 0.007266573142260313, 0.039972934871912, -0.004610000643879175, -0.07390470802783966, 0.0837080255150795, -0.006968132685869932, 0.03805568069219589, 0.04221576079726219, -0.047641947865486145, 0.028776895254850388, -0.04380744323134422, 0.03812802955508232, 0.04217958450317383, -0.009147652424871922, -0.06511428207159042, -0.005674890708178282, -0.015754038468003273, -0.009975146502256393, 0.03387751430273056, -0.01111464574933052, 0.02456255443394184, 0.031001633033156395, 0.03680765628814697, 0.0032150177285075188, -0.00337102054618299, -0.02405611053109169, -0.025087086483836174, -0.01806921325623989, 0.05176585540175438, -0.01890122890472412, -0.01948002353310585, -0.00555732287466526, -0.017571812495589256, -0.008659294806420803, 0.02206650748848915, 0.032086871564388275, 0.05418955162167549, 0.07310886681079865, 0.01273345947265625, -0.01578116975724697, -0.030169617384672165, 0.009911840781569481, 0.04568852111697197, 0.010309761390089989, 0.006402904167771339, 0.0024756991770118475, 0.0033981516025960445, -0.02821618877351284, -0.05133175849914551, 0.006719432305544615, 0.02488812617957592, -0.03527023643255234, -0.0005838806973770261, -0.01464166957885027, 0.01744520105421543, 0.0504273921251297, 0.0035586764570325613, 0.045905567705631256, -0.00008711578993825242, 0.007266573142260313, -0.007705190218985081, 0.023260269314050674, -0.04702698066830635, -0.017951644957065582, -0.012046142481267452, -0.01957045868039131, 0.01964280754327774, -0.030241966247558594, -0.002837445354089141, 0.08464856445789337, -0.029681259766221046, 0.029192902147769928, -0.022373991087079048, 0.013330340385437012, -0.015066721476614475, 0.03244861587882042, -0.038164205849170685, 0.009296872653067112, -0.005100618582218885, 0.02523178420960903, 0.036735307425260544, 0.0031223201658576727, -0.03252096474170685, 0.018014950677752495, 0.029518473893404007, -0.00468461075797677, 0.024671077728271484, -0.027528870850801468, -0.027691656723618507, 0.0036739828065037727, -0.05599828064441681, 0.06406521797180176, -0.008211634121835232, 0.032159220427274704, -0.06420991569757462, -0.018919317051768303, 0.030404752120375633, -0.027185212820768356, -0.05527479201555252, -0.052561696618795395, -0.035179801285266876, 0.02736608497798443, 0.036843832582235336, 0.009134086780250072, -0.05502156913280487, 0.039972934871912, -0.006307946052402258, 0.02248251438140869, 0.015663601458072662, 0.02306130900979042, -0.04033467918634415, 0.007985543459653854, 0.029898308217525482, -0.009034606628119946, 0.009966102428734303, -0.015419423580169678, 0.04742490127682686, -0.005218186415731907, -0.01573595218360424, 0.0639205202460289, -0.01578116975724697, -0.03181556239724159, -0.050065647810697556, 0.01948002353310585, 0.012398844584822655, -0.02646172046661377, 0.053393710404634476, -0.01747233234345913, -0.02629893459379673, 0.04952302947640419, -0.031417641788721085, 0.04127521812915802, 0.0504273921251297, 0.04416918754577637, -0.0018584701465442777, 0.02278999797999859, -0.0005041835247538984, 0.04026233032345772, 0.002977621741592884, -0.000240363267948851, -0.038164205849170685, -0.04384361580014229, -0.08327393233776093, 0.04554382339119911, -0.013393646106123924, -0.052380822598934174, -0.04713550582528114, 0.026262760162353516, 0.005561844911426306, 0.04767812415957451, 0.013673999346792698, 0.04800369590520859, 0.019534284248948097, 0.024779601022601128, -0.0405879020690918, -0.0006714910268783569, 0.04644818603992462, 0.06714005768299103, -0.027854442596435547, 0.018177736550569534, 0.02638937160372734, 0.05534714087843895, -0.040479376912117004, 0.039972934871912, -0.023603927344083786, -0.015292812138795853, -0.027004338800907135, -0.0002072974166367203, 0.04134757071733475, -0.004775047302246094, -0.05183820426464081, 0.05834963172674179, -0.03695235401391983, -0.01153065450489521, 0.057626139372587204, -0.03543302044272423, 0.01906401477754116, -0.022120768204331398, 0.0061722914688289165, 0.010345935821533203, -0.01135882455855608, 0.046990808099508286, -0.036337386816740036, 0.023242181167006493, -0.0005104010342620313, 0.03302741050720215, -0.02080039493739605, -0.025665879249572754, -0.05769848823547363, -0.013393646106123924, 0.028017228469252586, 0.02523178420960903, -0.005928112659603357, -0.06153299659490585, -0.011512566357851028, 0.004320603795349598, 0.008112153969705105, -0.024435942992568016, 0.030097268521785736, -0.061641521751880646, 0.01890122890472412, -0.019027840346097946, -0.061641521751880646, 0.030187703669071198, -0.013375558890402317, 0.00362198194488883, 0.00591002544388175, -0.024526380002498627, -0.031254854053258896, 0.05285109207034111, 0.024092284962534904, 0.046737585216760635, 0.015663601458072662, 0.031833648681640625, -0.05693882331252098, 0.02579249069094658, 0.028360886499285698, -0.044060662388801575, -0.03248479217290878, -0.03394986316561699, -0.0243997685611248, 0.015338030643761158, -0.0044426931999623775, 0.026317022740840912, -0.04113052040338516, -0.02863219752907753, -0.0028668371960520744, 0.0008885386632755399, 0.019932204857468605, 0.02056526020169258, 0.03635547310113907, -0.024074196815490723, -0.027094775810837746, -0.014198530465364456, -0.0038661605212837458, 0.00898938812315464, -0.004221123643219471, -0.0031833648681640625, -0.031254854053258896, 0.03903239592909813, -0.0043273866176605225, -0.02754695899784565, 0.026244673877954483, -0.0592539981007576, -0.03045901469886303, 0.0027899660635739565, 0.022826172411441803, 0.038742996752262115, 0.05227229744195938, 0.02664259448647499, 0.03196026012301445, 0.03747688606381416, 0.025032823905348778, 0.021198315545916557, -0.00886277761310339, -0.05820493400096893, 0.01848522201180458, 0.005756283178925514, 0.0379471555352211, -0.04391596466302872, 0.02588292770087719, 0.013963395729660988, 0.0804523155093193, -0.08399742096662521, -0.05860285460948944, -0.03496275097131729, -0.007343444041907787, -0.002362653613090515, -0.00701335072517395, 0.010436372831463814, 0.004562521353363991, -0.05024652183055878, -0.006692301016300917, 0.050065647810697556, 0.03953883796930313, 0.011422130279242992, 0.03172512352466583, 0.03206878527998924, 0.0017770773265510798, 0.011322650127112865, -0.025738228112459183, -0.046231139451265335, -0.04416918754577637, 0.05932634696364403, 0.010716725140810013, 0.0008342767250724137, -0.06182239204645157, -0.03579476848244667, -0.03313593566417694, -0.07770304381847382, 0.016884494572877884, -0.040660250931978226, -0.03295506164431572, 0.019932204857468605, -0.012308407574892044, -0.0228804349899292, -0.0022789998911321163, -0.054081030189991, -0.007849887944757938, -0.0047433944419026375, 0.02722138725221157, -0.0024485683534294367, 0.007831800729036331, 0.01152161043137312, 0.00773684261366725, -0.005304100923240185, -0.02638937160372734, -0.055564187467098236, -0.039900586009025574, -0.04460328444838524, 0.05853050574660301, -0.01872035674750805, 0.052055250853300095, 0.09195583313703537, -0.0022744780872017145, 0.05437042564153671, -0.03360620513558388, -0.01578116975724697, -0.01638709381222725, 0.03903239592909813, 0.01556412223726511, 0.05534714087843895, 0.011177951470017433, 0.02828853763639927, -0.0504273921251297, -0.03006109409034252, -0.00005698206223314628, 0.03297314792871475, 0.007298225536942482, -0.006769172381609678, 0.028252363204956055, -0.030006831511855125, 0.03129103034734726, -0.07603900879621506, -0.07755834609270096, 0.0004903353983536363, 0.0048428745940327644, 0.02870454639196396, -0.058711376041173935, 0.06627187132835388, -0.055057741701602936, 0.04138374328613281, -0.031345292925834656, -0.05910929664969444, 0.030694149434566498, 0.03156233951449394, -0.0029504909180104733, -0.048076044768095016, 0.0612797737121582, 0.026950078085064888, -0.02930142730474472, -0.0218132846057415, 0.05701117217540741, 0.04568852111697197, -0.006212987937033176, -0.019516197964549065, 0.03309975937008858, -0.023857150226831436, -0.0004897702019661665, 0.013068074360489845, 0.022102681919932365, -0.05860285460948944, 0.027999140322208405, -0.005331231746822596, -0.02872263267636299, 0.07137248665094376, -0.03214113414287567, 0.023766713216900826, 0.007773017510771751, 0.022084593772888184, -0.002340044593438506, 0.04568852111697197, 0.0023558707907795906, 0.02921099029481411, -0.007470055017620325, -0.013493126258254051, -0.007072134409099817, 0.042903076857328415, -0.0030499710701406, 0.024074196815490723, -0.015356117859482765, -0.01673075370490551, -0.027981054037809372, -0.05292344093322754, -0.006493340712040663, -0.009966102428734303, 0.026262760162353516, 0.07064899802207947, -0.003097450127825141, -0.05726439505815506, -0.019932204857468605, -0.09383691847324371, 0.013999570161104202, -0.06185856834053993, -0.06247353553771973, 0.011295518837869167, -0.021614324301481247, 0.04051555320620537, -0.05024652183055878, -0.015120983123779297, -0.04912510886788368, -0.05433424934744835, -0.017707467079162598, -0.001445853617042303, -0.06439078599214554, 0.015455598011612892, -0.054081030189991, 0.05469599738717079, 0.052236124873161316, 0.08710844069719315, -0.008161894045770168, -0.006289858836680651, 0.050970014184713364, 0.008053370751440525, -0.026733029633760452, -0.04995712265372276, 0.007411271333694458, 0.11264770478010178, -0.0015837692189961672, -0.01540133636444807, 0.0441330149769783, 0.012778677977621555, 0.004530868958681822, 0.011639177799224854, -0.034166909754276276, 0.03152616322040558, 0.0416007898747921, 0.0022496080491691828, -0.04055172950029373, 0.03279227390885353, -0.037404537200927734, -0.014144268818199635, 0.04254133254289627, 0.023350704461336136, 0.03979206085205078, -0.03910474479198456, -0.0010094974422827363, -0.036500170826911926, 0.0038390294648706913, 0.022844260558485985, -0.054587472230196, -0.014967241324484348, -0.041419919580221176, -0.011874312534928322, -0.03863447532057762, -0.008392507210373878, 0.0416007898747921, -0.021487712860107422, 0.0015035069081932306, -0.01494011003524065, 0.01090664230287075, 0.02488812617957592, 0.03935796767473221, -0.04011763259768486, -0.05769848823547363, 0.06985315680503845, -0.02014925330877304, 0.0013836785219609737, 0.03702470287680626, 0.031417641788721085, 0.0003267018764745444, -0.04945068061351776, 0.03870682418346405, 0.05310431495308876, 0.0010055408347398043, -0.013465994969010353, -0.013755392283201218, -0.05350223556160927, -0.0343477837741375, -0.004666523542255163, 0.02456255443394184, 0.06388434767723083, -0.028089577332139015, 0.02014925330877304, -0.02389332465827465, -0.025340307503938675, -0.04945068061351776 ]
15,892
ipywidgets.widgets.interaction
widget_from_single_value
Make widgets from single values, which can be used as parameter defaults.
@staticmethod def widget_from_single_value(o): """Make widgets from single values, which can be used as parameter defaults.""" if isinstance(o, str): return Text(value=str(o)) elif isinstance(o, bool): return Checkbox(value=o) elif isinstance(o, Integral): min, max, value = _get_min_max_value(None, None, o) return IntSlider(value=o, min=min, max=max) elif isinstance(o, Real): min, max, value = _get_min_max_value(None, None, o) return FloatSlider(value=o, min=min, max=max) else: return None
(o)
[ 0.026318220421671867, -0.08093598484992981, 0.0067768101580441, -0.021233420819044113, -0.033524610102176666, 0.029316499829292297, 0.015631375834345818, 0.032490115612745285, -0.020356731489300728, -0.016236290335655212, 0.0103186359629035, 0.10576383024454117, -0.028808020055294037, 0.0012755832867696881, 0.0017720088362693787, 0.05709002539515495, 0.00435495562851429, -0.008595941588282585, 0.04849846661090851, -0.0203917995095253, 0.026002611964941025, 0.020532069727778435, -0.002441580407321453, 0.08766895532608032, 0.020830145105719566, -0.0005621772143058479, -0.006785577163100243, 0.022495854645967484, -0.055687323212623596, -0.016595734283328056, 0.021233420819044113, 0.01333444844931364, 0.057616040110588074, 0.002127068117260933, -0.005181235261261463, -0.026493558660149574, -0.03362981230020523, 0.06939874589443207, -0.03168356046080589, 0.03776778653264046, 0.026546159759163857, -0.0512688048183918, 0.01616615615785122, -0.04386954754590988, -0.015236864797770977, 0.013544853776693344, 0.00039998962893150747, 0.022057509049773216, -0.05807191878557205, -0.03287585824728012, 0.061613742262125015, 0.03536565601825714, -0.0241615641862154, -0.007009133230894804, -0.08844044059515, 0.0727301687002182, -0.04376434162259102, 0.09945166856050491, 0.01045013964176178, 0.05709002539515495, -0.07073131203651428, 0.05172468349337578, 0.011677505448460579, -0.04032772034406662, -0.009512081742286682, -0.03010552003979683, -0.012615563347935677, 0.0049445293843746185, -0.0527416430413723, 0.010230966843664646, -0.027703389525413513, 0.03906528651714325, -0.01890142634510994, 0.00023725412029307336, -0.014623181894421577, -0.05509117245674133, 0.00038985288119874895, 0.05807191878557205, -0.006334082223474979, 0.001846527447924018, 0.06354246288537979, 0.027983931824564934, -0.027475452050566673, -0.0010657258098945022, -0.03910035640001297, -0.03582153469324112, -0.06796097755432129, 0.06466462463140488, 0.07378219068050385, 0.005273287650197744, -0.05758097022771835, -0.0640334039926529, 0.006443668156862259, 0.023705685511231422, -0.0697844922542572, -0.0056020463816821575, 0.01696394383907318, -0.05004144087433815, -0.018059805035591125, 0.031175080686807632, 0.0032196424435824156, -0.0032306010834872723, -0.05680948495864868, -0.00389469345100224, 0.0038092161994427443, -0.08191787451505661, 0.010458906181156635, 0.023828422650694847, 0.02086521126329899, 0.03590920567512512, 0.019357305020093918, -0.06901299953460693, -0.057160161435604095, 0.04572812840342522, -0.04407995194196701, 0.026037679985165596, -0.06967929005622864, 0.03706643357872963, 0.01032740343362093, -0.0727301687002182, -0.06820645183324814, 0.016359027475118637, -0.022986801341176033, 0.011870376765727997, 0.07742922008037567, 0.0617540143430233, -0.013132809661328793, -0.024722645059227943, -0.007907739840447903, 0.06129813566803932, 0.019515110179781914, -0.01814747415482998, -0.019076764583587646, -0.011002453975379467, 0.005746700335294008, 0.006583938840776682, -0.02817680314183235, 0.041905760765075684, -0.017297085374593735, 0.07644733041524887, -0.016034651547670364, 0.006022857502102852, -0.011037521995604038, 0.03061399981379509, -0.030070452019572258, -0.0071581704542040825, 0.03604947403073311, 0.028685282915830612, -0.027510518208146095, 0.029965249821543694, -0.06445422023534775, 0.033945418894290924, 0.058177120983600616, 0.04723603278398514, -0.012782134115695953, -0.06473475694656372, 0.0497959665954113, -0.08780922740697861, 0.031455621123313904, 0.0020952881313860416, 0.03505004942417145, 0.054144348949193954, 0.03839900344610214, -0.046674951910972595, -0.021531496196985245, 0.08577530831098557, 0.04306299239397049, -0.01528946589678526, 0.06284110993146896, 0.016841206699609756, -0.015035226009786129, -0.02936910092830658, -0.022250382229685783, 0.03192903473973274, -0.03580400347709656, 0.03252518177032471, -0.015157962217926979, 0.005001514218747616, 0.040923867374658585, -0.00907373707741499, -0.029754843562841415, 0.03087700717151165, -0.060140904039144516, -0.031227681785821915, 0.027528053149580956, -0.0065970891155302525, 0.0077192517928779125, -0.03166602551937103, 0.003668945748358965, -0.01618368923664093, 0.035716332495212555, -0.009047436527907848, -0.06277097016572952, -0.025564268231391907, -0.05621333420276642, 0.02910609357059002, 0.0077806198969483376, -0.06778563559055328, 0.022075043991208076, 0.059334348887205124, 0.02810666710138321, 0.0014147578040137887, 0.0014914681669324636, 0.0407835990190506, -0.012747066095471382, -0.041274543851614, 0.010800815187394619, -0.008837031200528145, -0.0019517301116138697, -0.04253697767853737, -0.02510838955640793, -0.005045348312705755, -0.05596786364912987, 0.06838178634643555, 0.019970988854765892, -0.005829985719174147, -0.006084225606173277, -0.04804258793592453, -0.07287044078111649, -0.006728592328727245, 0.032490115612745285, 0.054845698177814484, 0.013527319766581059, 0.020987948402762413, 0.08619611710309982, -0.015508638694882393, -0.022338049486279488, -0.04898941144347191, 0.029298964887857437, -0.014141002669930458, 0.01144956611096859, -0.0363650843501091, -0.003614152781665325, 0.04208109900355339, 0.006798727437853813, -0.012904870323836803, 0.03334927186369896, -0.06771550327539444, -0.048428330570459366, -0.0034256645012646914, 0.024845382198691368, -0.004931378643959761, -0.018796224147081375, 0.012150917202234268, -0.0039034602232277393, 0.00045807030983269215, -0.049620628356933594, 0.04499170929193497, -0.052180562168359756, -0.04253697767853737, 0.012036947533488274, 0.020006056874990463, 0.0352955237030983, -0.028194336220622063, 0.015263165347278118, 0.01890142634510994, -0.01308020856231451, -0.013667589984834194, -0.014219905249774456, -0.0328407920897007, -0.0014103743014857173, -0.0005764233646914363, -0.0022684342693537474, 0.07602652162313461, -0.00896415114402771, -0.06981955468654633, -0.00036820961395278573, 0.005352189764380455, 0.0066628409549593925, 0.03010552003979683, 0.01816500723361969, 0.03384021669626236, 0.04926995560526848, 0.014921256341040134, 0.015587540343403816, -0.04425529018044472, 0.03710150346159935, 0.0015254399040713906, -0.0070573510602116585, 0.003011428751051426, -0.017104214057326317, -0.0016262591816484928, 0.009170172736048698, -0.00498398020863533, 0.008008559234440327, -0.03405062109231949, 0.0468502901494503, -0.018848825246095657, 0.005115483421832323, 0.015359601005911827, 0.021303556859493256, 0.010204666294157505, 0.029491838067770004, 0.013369515538215637, -0.07504462450742722, 0.050918132066726685, -0.019217034801840782, -0.0021851486526429653, -0.01442154310643673, -0.04278245195746422, 0.027580654248595238, -0.02561686933040619, 0.016315191984176636, 0.04562292620539665, 0.0019615928176790476, -0.05358326807618141, 0.00870991125702858, -0.02342514507472515, 0.03252518177032471, 0.0046815224923193455, -0.0079647246748209, 0.024494705721735954, 0.040467992424964905, 0.02810666710138321, 0.022811463102698326, -0.021987374871969223, 0.021741900593042374, -0.05950968712568283, 0.004615770652890205, 0.04239670932292938, 0.014114702120423317, -0.02642342448234558, -0.06708428263664246, 0.011125191114842892, -0.029667174443602562, -0.03513771668076515, -0.03110494650900364, 0.019532643258571625, -0.007223922293633223, 0.015000158920884132, -0.017297085374593735, 0.0007873768336139619, 0.04173042252659798, 0.03738204389810562, 0.014877421781420708, -0.057616040110588074, 0.03392788767814636, 0.02689683623611927, -0.018761156126856804, -0.022828996181488037, 0.07216908782720566, 0.011581068858504295, -0.03506758436560631, 0.0046815224923193455, 0.0039034602232277393, 0.03913542255759239, 0.07988395541906357, -0.058387525379657745, 0.09461233764886856, -0.02889568917453289, -0.02517852373421192, -0.01919950172305107, -0.00018095420091412961, -0.0551963746547699, 0.022513387724757195, -0.008008559234440327, 0.019304703921079636, -0.0283346064388752, -0.01988331973552704, -0.03319146856665611, 0.07094171643257141, -0.002032823860645294, 0.0017994053196161985, 0.03308626264333725, -0.023039402440190315, 0.026213018223643303, 0.04383447766304016, -0.028439810499548912, 0.04025758430361748, 0.0009238116326741874, 0.02065480686724186, 0.018620885908603668, -0.0019013205310329795, -0.026493558660149574, 0.003353337524458766, 0.05554705113172531, 0.00871429406106472, 0.001998852239921689, 0.015210564248263836, -0.05305725336074829, 0.04457089677453041, -0.020795077085494995, 0.025055788457393646, -0.002406512852758169, 0.014947556890547276, -0.05530157685279846, -0.0008607995696365833, 0.0054047913290560246, -0.033752549439668655, -0.05719522759318352, -0.0007501175277866423, -0.004304545931518078, 0.020987948402762413, -0.003951678052544594, -0.01420237123966217, -0.053372859954833984, 0.06466462463140488, 0.025318793952465057, -0.009310442954301834, -0.0031955335289239883, 0.02586234174668789, -0.033489540219306946, -0.012729533016681671, 0.03633001446723938, -0.0422564372420311, 0.03015812113881111, 0.015868080779910088, 0.02663382887840271, 0.003232792718335986, 0.0009281950769945979, 0.012790900655090809, -0.03825873136520386, -0.03157835826277733, -0.01432510744780302, 0.03410322591662407, -0.023793354630470276, -0.002833899110555649, 0.022969266399741173, -0.049620628356933594, -0.03618974611163139, -0.01846308261156082, 0.021058082580566406, 0.028580080717802048, 0.0427473820745945, 0.022075043991208076, 0.03938089683651924, 0.04113427549600601, 0.01768282800912857, 0.026020146906375885, 0.02964964136481285, -0.010660544969141483, -0.005970255937427282, -0.08212827891111374, -0.06950394809246063, 0.004799875430762768, -0.01009946409612894, -0.03790805861353874, -0.03892501816153526, 0.005045348312705755, -0.0156401414424181, 0.04860366880893707, -0.008889632299542427, 0.03303366154432297, 0.03815352916717529, -0.0016405053902417421, -0.04863873869180679, 0.02114575169980526, 0.01467578299343586, -0.004249752499163151, -0.06455942243337631, 0.001828993670642376, 0.0328407920897007, 0.052881915122270584, -0.01182654220610857, 0.05431968718767166, -0.07953327894210815, -0.0697844922542572, -0.035979341715574265, 0.0028273239731788635, -0.012834735214710236, 0.006036007776856422, -0.04955049604177475, -0.007552680559456348, -0.08984314650297165, -0.01912936568260193, 0.0617540143430233, 0.018550751730799675, -0.03836393728852272, -0.04236163944005966, -0.0221101101487875, 0.002491990104317665, -0.014728385023772717, 0.03839900344610214, -0.019778117537498474, 0.016499297693371773, -0.007955958135426044, -0.0008695664582774043, -0.004668371751904488, -0.010756980627775192, -0.05260137468576431, -0.017077913507819176, 0.00996796041727066, 0.014491678215563297, 0.04849846661090851, -0.0651906356215477, 0.022250382229685783, 0.023355010896921158, 0.0020109068136662245, -0.000864087138324976, 0.041274543851614, -0.029088560491800308, 0.06452435255050659, 0.004751657601445913, -0.044465694576501846, -0.03536565601825714, -0.020304130390286446, 0.023986225947737694, 0.006825028453022242, -0.007982258684933186, 0.030070452019572258, 0.023284874856472015, -0.017077913507819176, 0.006088608875870705, 0.014903722330927849, 0.06483995914459229, -0.08528435975313187, 0.0008827167912386358, 0.050883062183856964, -0.03850420564413071, -0.0393107607960701, -0.03362981230020523, -0.030245790258049965, -0.005685331765562296, 0.032770656049251556, 0.014088401570916176, -0.05547691509127617, -0.0024108963552862406, 0.03633001446723938, -0.04821792617440224, -0.03906528651714325, 0.0329284593462944, 0.033226534724235535, -0.012370090000331402, -0.03329667076468468, -0.022460786625742912, 0.009643585421144962, -0.033980488777160645, -0.01814747415482998, -0.00301362038590014, 0.0000152136462929775, 0.04709576442837715, -0.016139855608344078, -0.018726089969277382, 0.043203260749578476, -0.041274543851614, -0.03966143727302551, -0.03618974611163139, 0.039486099034547806, 0.012107082642614841, 0.028246937319636345, 0.0055012269876897335, 0.021268488839268684, 0.037241771817207336, 0.04460596665740013, 0.0597902275621891, -0.001259145443327725, -0.004067839588969946, 0.043904613703489304, -0.0003758806560654193, -0.0031692327465862036, -0.038679543882608414, -0.028439810499548912, 0.050392117351293564, 0.027300113812088966, -0.06624266505241394, 0.002476647961884737, -0.02540646307170391, -0.005825601983815432, 0.0566692128777504, 0.003853050759062171, 0.029807444661855698, -0.014404010027647018, 0.01131806243211031, 0.011809008195996284, -0.021478895097970963, 0.01096738688647747, 0.03899515047669411, 0.009871524758636951, 0.03787298873066902, -0.02610781602561474, 0.01788446679711342, -0.04723603278398514, -0.020041123032569885, -0.029053492471575737, 0.02787872776389122, 0.04229150339961052, -0.0008821688825264573, -0.04113427549600601, -0.09208746999502182, 0.0021906280890107155, -0.061613742262125015, -0.006684757769107819, -0.03201670199632645, -0.07770976424217224, 0.03241997957229614, -0.01940990798175335, -0.023986225947737694, 0.015412203036248684, -0.05000637471675873, 0.020987948402762413, 0.020461933687329292, 0.05277671292424202, -0.03590920567512512, -0.012554194778203964, 0.02991264872252941, 0.019497575238347054, -0.03369994834065437, -0.05495090410113335, 0.031473156064748764, -0.029509371146559715, -0.06171894446015358, 0.04064332693815231, -0.05698482319712639, 0.02914116159081459, 0.047656845301389694, 0.006772426888346672, 0.045412518084049225, -0.038328867405653, -0.01795460283756256, -0.06305151432752609, 0.07195868343114853, 0.020970415323972702, 0.03938089683651924, 0.048428330570459366, 0.025459066033363342, 0.01506152655929327, -0.027300113812088966, -0.023039402440190315, 0.008394302800297737, -0.025196058675646782, -0.008021709509193897, 0.05011157691478729, -0.04313312843441963, -0.01281720120459795, -0.03962636739015579, -0.05645880848169327, 0.029298964887857437, -0.01765652745962143, -0.0024043212179094553, -0.014526746235787868, 0.07672787457704544, -0.003820174839347601, 0.04702562838792801, -0.03157835826277733, -0.05547691509127617, 0.054845698177814484, 0.004821792710572481, 0.022250382229685783, 0.010511508211493492, 0.03689109534025192, 0.04257204383611679, -0.016332726925611496, -0.010634244419634342, 0.032718054950237274, 0.07143266499042511, -0.056178268045186996, -0.019515110179781914, -0.008499504998326302, -0.03219204023480415, -0.005001514218747616, -0.028685282915830612, 0.0015276315389201045, -0.045903466641902924, 0.011098889634013176, 0.018743623048067093, -0.014447844587266445, 0.09033409506082535, -0.018235143274068832, 0.026055214926600456, 0.003725930582731962, -0.0566692128777504, -0.008538956753909588, 0.053618334233760834, 0.049690764397382736, 0.020461933687329292, -0.0033818299416452646, -0.035716332495212555, -0.012072015553712845, 0.017726663500070572, -0.04853353649377823, 0.04534238576889038, -0.013764026574790478, 0.006373533047735691, 0.013895529322326183, -0.01455304678529501, -0.012028180994093418, 0.013711424544453621, -0.0075789811089634895, 0.011668737977743149, -0.022267915308475494, 0.009275375865399837, 0.0016142047243192792, -0.10169599205255508, 0.021093150600790977, -0.018813759088516235, -0.08759882301092148, 0.001403799164108932, -0.03741711005568504, 0.015184263698756695, -0.007145020179450512, -0.05670428276062012, -0.017577625811100006, -0.0289132222533226, -0.023845955729484558, -0.0015495488187298179, -0.08837030827999115, 0.004381256178021431, 0.0103186359629035, 0.027089707553386688, 0.06908313930034637, 0.0732211098074913, -0.028545012697577477, -0.04460596665740013, 0.05698482319712639, 0.0016273549990728498, -0.026440957561135292, 0.030964676290750504, -0.019024163484573364, 0.11214613169431686, -0.042186301201581955, -0.00391441909596324, 0.07792016863822937, -0.008385535329580307, 0.016613267362117767, -0.02565193735063076, 0.016814906150102615, -0.018498150631785393, 0.06613746285438538, -0.008600324392318726, -0.024757713079452515, 0.02517852373421192, -0.01407086756080389, 0.014930023811757565, -0.00467713875696063, 0.022302983328700066, 0.07237949222326279, -0.01333444844931364, -0.03157835826277733, -0.009643585421144962, -0.016236290335655212, 0.0348045751452446, -0.0009035381954163313, -0.0268617682158947, -0.0427473820745945, 0.020619738847017288, -0.011151491664350033, 0.07932287454605103, -0.006439284887164831, -0.017270784825086594, 0.0018026928883045912, -0.009696186520159245, -0.013614988885819912, 0.029053492471575737, -0.020023589953780174, 0.02468757890164852, -0.002008714945986867, 0.0578264445066452, 0.011414498090744019, -0.016499297693371773, 0.0661725252866745, 0.0448865070939064, -0.010239734314382076, -0.046184007078409195, 0.025546733289957047, 0.07890205830335617, -0.007728018797934055, -0.030526330694556236, -0.0010295623214915395, -0.021549029275774956, -0.01619245670735836, -0.0024130879901349545, 0.04400981590151787, 0.03892501816153526, 0.026440957561135292, 0.005154934711754322, 0.00497082993388176, -0.04723603278398514, 0.006377916783094406 ]
15,893
ipywidgets.widgets.interaction
widget_from_tuple
Make widgets from a tuple abbreviation.
@staticmethod def widget_from_tuple(o): """Make widgets from a tuple abbreviation.""" if _matches(o, (Real, Real)): min, max, value = _get_min_max_value(o[0], o[1]) if all(isinstance(_, Integral) for _ in o): cls = IntSlider else: cls = FloatSlider return cls(value=value, min=min, max=max) elif _matches(o, (Real, Real, Real)): step = o[2] if step <= 0: raise ValueError("step must be >= 0, not %r" % step) min, max, value = _get_min_max_value(o[0], o[1], step=step) if all(isinstance(_, Integral) for _ in o): cls = IntSlider else: cls = FloatSlider return cls(value=value, min=min, max=max, step=step)
(o)
[ 0.03304034098982811, -0.061968833208084106, -0.022087540477514267, -0.01924927346408367, -0.03345880284905434, 0.018812617287039757, 0.02205115184187889, 0.031457461416721344, -0.0775793045759201, 0.003047498408704996, 0.030074715614318848, 0.12612095475196838, -0.004880546126514673, -0.005544627550989389, -0.015119231306016445, 0.04028156027197838, -0.004136865492910147, 0.0006623760564252734, 0.002074118237942457, 0.008305570110678673, 0.021014094352722168, 0.0431562177836895, -0.007013794966042042, 0.09257117658853531, 0.021941987797617912, 0.004559876397252083, 0.005621952470391989, 0.03329505771398544, -0.025453435257077217, -0.04923301935195923, -0.01208992674946785, 0.03849854692816734, 0.0506521537899971, -0.015428529120981693, -0.016274550929665565, -0.05836641788482666, 0.006881888024508953, 0.049560509622097015, -0.02072298899292946, 0.0521804504096508, 0.044939231127500534, -0.08725851774215698, 0.029547089710831642, -0.03072969987988472, 0.011189322918653488, 0.008437477052211761, 0.01088912133127451, -0.03034762665629387, -0.057165611535310745, -0.04952412471175194, 0.07426799088716507, -0.016565656289458275, -0.015282977372407913, -0.007691522128880024, -0.051962122321128845, 0.10341481119394302, -0.02716367319226265, 0.10537976771593094, 0.029838193207979202, 0.04766833409667015, -0.056874506175518036, 0.06069525331258774, 0.014891806058585644, -0.026363136246800423, -0.02332473360002041, -0.04941495880484581, -0.014182238839566708, -0.007186638191342354, -0.07212109863758087, 0.019922452047467232, -0.01897636242210865, 0.05578286573290825, -0.031439267098903656, -0.021614495664834976, -0.012690328992903233, -0.03806189075112343, 0.0022697041276842356, 0.041846245527267456, 0.01594705879688263, 0.0028905749786645174, 0.03234896808862686, 0.014891806058585644, 0.010534337721765041, 0.013026918284595013, -0.046867795288562775, -0.022615166381001472, -0.06950115412473679, 0.016902245581150055, 0.03238535672426224, 0.03234896808862686, -0.0801992416381836, -0.0475955568253994, -0.01324524637311697, 0.018612483516335487, -0.06255104392766953, 0.0023970622569322586, -0.009979420341551304, -0.05960360914468765, -0.023961525410413742, 0.013399896211922169, 0.016383714973926544, -0.045994482934474945, -0.08973290771245956, 0.007323093246668577, 0.005558273289352655, -0.08733129501342773, 0.016683917492628098, -0.006508910562843084, -0.01377287320792675, 0.026181194931268692, 0.028382671996951103, -0.006031317636370659, -0.035969577729701996, 0.09453613311052322, -0.0788164958357811, 0.03737051784992218, -0.018521511927247047, 0.02869196981191635, 0.0025562597438693047, -0.0772881954908371, -0.056401461362838745, 0.017557229846715927, -0.03387726470828056, 0.07175721973180771, 0.054072629660367966, 0.05902140215039253, 0.0126266498118639, -0.0180575642734766, -0.03475057706236839, 0.04519394785165787, 0.028091566637158394, -0.035969577729701996, -0.02483483776450157, -0.009788382798433304, -0.013691000640392303, 0.025071360170841217, 0.002074118237942457, 0.029638059437274933, -0.05134352669119835, 0.055091492831707, -0.023251958191394806, 0.029128625988960266, -0.02676340378820896, 0.04297427460551262, -0.040609054267406464, 0.02312459982931614, 0.01290865708142519, 0.08070867508649826, 0.007182089611887932, 0.044939231127500534, -0.09970322996377945, 0.014200433157384396, 0.07546879351139069, 0.07062918692827225, -0.007982626557350159, -0.0616777278482914, 0.04515755921602249, -0.05232600122690201, 0.013836552388966084, 0.009497278369963169, 0.017275221645832062, 0.03313131257891655, 0.02399791218340397, -0.03498709946870804, -0.013818358071148396, 0.06888256222009659, 0.039444636553525925, -0.023051824420690536, 0.02763671614229679, 0.007978077977895737, 0.0023720453027635813, -0.00888323038816452, -0.0018569271778687835, 0.013518157415091991, -0.04999716952443123, 0.024252628907561302, 0.007750652730464935, -0.011889792047441006, 0.051088809967041016, -0.012444710358977318, -0.0037411453668028116, 0.02186921238899231, -0.03777078539133072, -0.04930579662322998, 0.02117783948779106, 0.01290865708142519, -0.008055402897298336, -0.019685929641127586, -0.008064499124884605, -0.017084185034036636, 0.031839534640312195, 0.00869219284504652, -0.05327209085226059, -0.05028827115893364, -0.02630855329334736, 0.0786709412932396, -0.012826784513890743, -0.025780927389860153, 0.056983672082424164, 0.046867795288562775, 0.029819998890161514, 0.002660875441506505, 0.015091939829289913, 0.045230332762002945, 0.01906733401119709, -0.0348961316049099, 0.0460672602057457, -0.010015808045864105, 0.011152934283018112, -0.02108686976134777, -0.0046758633106946945, -0.0006828443147242069, -0.03900798037648201, 0.039553798735141754, 0.019977035000920296, 0.01463708933442831, 0.008619417436420918, -0.03342241421341896, -0.03527820482850075, -0.023543061688542366, 0.053417645394802094, 0.02639952301979065, 0.03325866907835007, -0.004903288558125496, 0.08660353720188141, -0.03191231191158295, -0.015464916825294495, -0.0446845144033432, -0.028837522491812706, 0.008328313007950783, 0.01270852331072092, -0.06753620505332947, -0.006622623186558485, 0.013254343532025814, 0.01767549104988575, 0.012881366536021233, 0.03311311826109886, -0.060622476041316986, -0.030365819111466408, -0.0012440161081030965, 0.013818358071148396, 0.016383714973926544, -0.042901501059532166, -0.003327231388539076, -0.00219237944111228, -0.011625979095697403, -0.012508388608694077, 0.0169113427400589, -0.06429766863584518, -0.023179182782769203, -0.00453713396564126, 0.018230408430099487, 0.02377958409488201, -0.019867870956659317, 0.017611810937523842, 0.012535680085420609, -0.008114533498883247, 0.004866900388151407, 0.0017363918013870716, -0.03615151718258858, -0.003757065162062645, 0.0011928454041481018, 0.025508016347885132, 0.08281917870044708, 0.011635076254606247, -0.05268988385796547, 0.023179182782769203, -0.019322048872709274, 0.0071911863051354885, 0.0327492356300354, 0.0030270300339907408, 0.025944672524929047, 0.02310640551149845, 0.03551472723484039, 0.02146894484758377, -0.0169113427400589, 0.06553485989570618, -0.031129969283938408, -0.006458877120167017, 0.0033158601727336645, -0.0061541274189949036, -0.021068675443530083, -0.01845783367753029, 0.017457162961363792, 0.019722318276762962, 0.005289911292493343, 0.04519394785165787, -0.015246588736772537, 0.028473641723394394, 0.013918425887823105, 0.019576765596866608, -0.006722690537571907, 0.02254239097237587, 0.006890985183417797, -0.013108791783452034, 0.05963999778032303, -0.03364074230194092, 0.011726045981049538, -0.015292074531316757, -0.03476877138018608, 0.03849854692816734, -0.05319931358098984, 0.01753903552889824, 0.062369100749492645, 0.03384087607264519, -0.04654030501842499, 0.003411378711462021, -0.007664231117814779, 0.03196689486503601, 0.0022526471875607967, 0.008583028800785542, 0.017575424164533615, 0.04068182781338692, -0.022324062883853912, 0.034714192152023315, -0.005708374083042145, -0.002449369989335537, -0.021232422441244125, -0.0163746178150177, 0.05905779078602791, 0.003500074613839388, -0.00274502276442945, -0.07736097276210785, 0.025471627712249756, -0.007227574475109577, -0.024252628907561302, -0.05527343228459358, 0.010716278105974197, -0.009852061979472637, -0.003083886345848441, -0.045230332762002945, 0.008423831313848495, 0.023452091962099075, 0.03436850383877754, 0.05214406177401543, -0.038280218839645386, 0.04795943573117256, 0.03284020721912384, 0.01208992674946785, -0.024325404316186905, 0.07918037474155426, 0.0058903140015900135, -0.023233763873577118, 0.039553798735141754, 0.018139438703656197, 0.02523510530591011, 0.07142972201108932, -0.03364074230194092, 0.09002400934696198, -0.00565834017470479, -0.03864409774541855, -0.059094179421663284, -0.03092983365058899, -0.04210096225142479, 0.030602341517806053, 0.012717620469629765, 0.01122571062296629, -0.03813466802239418, -0.001624953467398882, -0.012790395878255367, 0.0670267716050148, -0.024307211861014366, -0.0012326448922976851, 0.012126314453780651, -0.014555215835571289, 0.004885094240307808, 0.003208970418199897, -0.04308344051241875, 0.003979941830039024, 0.014218626543879509, 0.014864514581859112, 0.011780628003180027, -0.007259414065629244, -0.00708202226087451, -0.019212884828448296, 0.056583404541015625, 0.017238834872841835, 0.030293043702840805, 0.00824189092963934, -0.06786369532346725, 0.054472897201776505, -0.030747894197702408, 0.06578958034515381, 0.0241798534989357, 0.02861919440329075, -0.06637178361415863, -0.022778913378715515, 0.0028223474510014057, -0.011935276910662651, -0.015774216502904892, -0.0058220867067575455, 0.0007101353839971125, -0.00034255930222570896, -0.033749908208847046, -0.015192006714642048, -0.04373842477798462, 0.05327209085226059, 0.009151591919362545, 0.01141674816608429, -0.011462233029305935, -0.00279278215020895, -0.04221012815833092, -0.022123929113149643, 0.03737051784992218, 0.0025426142383366823, 0.03334964066743851, 0.040499888360500336, 0.03142107278108597, -0.00821005180478096, -0.009183431975543499, 0.021414361894130707, -0.004712251480668783, -0.007809783332049847, -0.021614495664834976, 0.03929908573627472, -0.019904257729649544, -0.048978302627801895, 0.0416279174387455, -0.060622476041316986, -0.016229066997766495, 0.00048327865079045296, 0.005485496949404478, 0.022851688787341118, 0.007454999722540379, 0.01396391075104475, 0.00691372761502862, 0.03777078539133072, 0.009292596019804478, 0.028855716809630394, 0.029892776161432266, -0.0293833427131176, 0.012990530580282211, -0.08449303358793259, -0.07510491460561752, -0.000677727279253304, -0.032330773770809174, -0.048214152455329895, -0.017711879685521126, 0.0165292676538229, -0.03691566735506058, 0.03635165095329285, 0.006759078707545996, 0.057165611535310745, -0.004543956369161606, -0.004628103692084551, -0.06709954887628555, 0.013017821125686169, -0.01946760155260563, 0.004798672627657652, -0.0595308355987072, -0.011980762705206871, 0.04472090303897858, 0.04122764989733696, -0.007782492320984602, 0.09315338730812073, -0.08442025631666183, -0.059676386415958405, -0.044247858226299286, -0.020177168771624565, -0.010661696083843708, -0.0007925769896246493, -0.0512707494199276, -0.0021684998646378517, -0.0879862830042839, -0.01718425191938877, 0.011489523574709892, 0.05483677610754967, -0.05105242133140564, -0.04923301935195923, -0.024034300819039345, 0.014255015179514885, -0.0279278215020895, 0.05516427010297775, 0.005344493314623833, -0.012117217294871807, -0.0015487659256905317, 0.015665050595998764, 0.0010740157449617982, 0.0028655582573264837, -0.05836641788482666, 0.01463708933442831, 0.0016579300863668323, 0.018321378156542778, 0.04817776754498482, -0.08245529979467392, 0.04293788969516754, -0.02891029790043831, 0.008260085247457027, -0.044538963586091995, 0.02003161609172821, -0.043883975595235825, 0.03564208745956421, 0.003349974052980542, -0.018721647560596466, -0.005303557030856609, -0.018849005922675133, 0.015819700434803963, 0.021996570751070976, -0.00431198300793767, 0.0237977784126997, 0.0200498104095459, -0.029128625988960266, 0.033367834985256195, -0.009842964820563793, 0.06990142911672592, -0.059567224234342575, 0.010434270836412907, 0.036078743636608124, -0.048396095633506775, -0.0368792787194252, -0.03651539981365204, -0.04650391638278961, -0.003113451646640897, 0.006699948105961084, 0.009861159138381481, -0.06306047737598419, -0.003907165955752134, 0.022979047149419785, -0.03744329512119293, -0.024925807490944862, 0.03207605704665184, 0.003943554125726223, -0.002442547120153904, 0.002307229209691286, 0.00024021792341955006, -0.03032943233847618, -0.005194392986595631, -0.06047692522406578, 0.008223697543144226, -0.032512713223695755, 0.05887585133314133, -0.031129969283938408, 0.00584937771782279, 0.009124301373958588, -0.031839534640312195, -0.00787346251308918, -0.03662456199526787, -0.0013270264025777578, 0.0034432183019816875, 0.042537618428468704, 0.017502646893262863, 0.026217583566904068, 0.021923795342445374, 0.025580791756510735, 0.04730445146560669, -0.017038699239492416, -0.03034762665629387, 0.04428424686193466, 0.009515472687780857, 0.003979941830039024, -0.0033113115932792425, -0.015091939829289913, 0.042901501059532166, 0.0016977295745164156, -0.060149431228637695, 0.0047440906055271626, -0.04577615484595299, -0.02514413557946682, 0.03709760680794716, 0.002879203762859106, -0.007354932837188244, -0.007145701441913843, -0.0021741853561252356, 0.024034300819039345, -0.033658936619758606, -0.006668108515441418, 0.05989471450448036, -0.012553874403238297, 0.02743658237159252, 0.01508284267038107, 0.028455447405576706, -0.011644173413515091, -0.029146820306777954, -0.010998285375535488, 0.02090492844581604, 0.02658146433532238, 0.0020661584567278624, -0.047340840101242065, -0.06968309730291367, -0.04708612337708473, -0.02783685177564621, 0.0169841181486845, -0.041009321808815, -0.06644456088542938, 0.030857058241963387, -0.0038571322802454233, -0.03835299611091614, 0.013973007909953594, -0.05461844801902771, 0.020977705717086792, 0.03720677271485329, 0.02579912170767784, -0.035587504506111145, -0.015783311799168587, 0.006513459142297506, 0.0009580288897268474, -0.07619655877351761, -0.0275457464158535, 0.01349086593836546, -0.0257081501185894, -0.06200522184371948, 0.05083409324288368, -0.06629900634288788, 0.007541421335190535, 0.05672895535826683, -0.020577436313033104, 0.07233942300081253, -0.04475729167461395, -0.044357020407915115, -0.040208786725997925, 0.07845261693000793, 0.018366863951086998, 0.062187161296606064, 0.06291492283344269, 0.026435911655426025, -0.0008971926290541887, -0.011043770238757133, 0.0016806726343929768, 0.007459548301994801, 0.001043313299305737, -0.049269407987594604, 0.03544194996356964, -0.025453435257077217, -0.002922414569184184, -0.030602341517806053, -0.05916695296764374, 0.051561854779720306, -0.028437253087759018, 0.03180314600467682, -0.038389381021261215, 0.0634971335530281, -0.0234157033264637, 0.05567370355129242, -0.08987846225500107, -0.07947148382663727, 0.027327418327331543, 0.006518007721751928, 0.021341586485505104, -0.003415927290916443, 0.02659965679049492, 0.05174379423260689, 0.0029383343644440174, -0.029419731348752975, 0.029128625988960266, 0.07925315201282501, -0.05516427010297775, -0.007423160132020712, -0.012326449155807495, -0.003431847086176276, 0.011262098327279091, -0.009933935478329659, 0.028073374181985855, -0.0645887702703476, 0.008255536668002605, -0.025162329897284508, -0.026908956468105316, 0.07288524508476257, -0.027509359642863274, 0.026235777884721756, 0.012972336262464523, -0.07765208184719086, -0.003386361990123987, 0.03969935327768326, 0.036642756313085556, 0.028346283361315727, 0.0204318854957819, -0.02630855329334736, 0.02359764464199543, 0.01368190348148346, -0.05192573368549347, 0.02236045151948929, -0.019594959914684296, 0.02474386803805828, 0.010598016902804375, -0.018157633021473885, -0.009588249027729034, 0.009137947112321854, -0.011625979095697403, 0.00972470361739397, -0.01984967663884163, 0.020195363089442253, 0.003290843451395631, -0.08987846225500107, 0.004248303826898336, 0.00674543296918273, -0.053308479487895966, -0.016119901090860367, -0.013882037252187729, 0.03407739847898483, -0.004730445332825184, -0.024234434589743614, 0.005071583203971386, -0.02772768773138523, -0.024980390444397926, -0.029328761622309685, -0.09177064150571823, -0.007232123054563999, 0.007732458412647247, 0.07150249928236008, 0.010088584385812283, 0.07339467853307724, -0.047631945461034775, -0.032985758036375046, 0.07444993406534195, 0.007509581744670868, -0.032203417271375656, 0.025307882577180862, -0.03384087607264519, 0.08987846225500107, -0.00792804453521967, -0.019977035000920296, 0.07401327788829803, -0.030202073976397514, 0.0059903813526034355, -0.008305570110678673, 0.015665050595998764, -0.006358810234814882, 0.04603087157011032, -0.01021594274789095, -0.02359764464199543, 0.006286033894866705, -0.04333815723657608, 0.01401849277317524, 0.016492879018187523, -0.01906733401119709, 0.06768175214529037, 0.021723659709095955, -0.000016594936823821627, -0.0491238534450531, -0.020450077950954437, 0.006922824773937464, -0.003586496226489544, -0.03835299611091614, -0.031038999557495117, 0.021832823753356934, 0.004953322000801563, 0.05873029679059982, 0.02330653928220272, -0.005244426429271698, 0.02803698554635048, 0.0025016777217388153, -0.01045246422290802, 0.032039668411016464, -0.018939975649118423, -0.0043210797011852264, 0.005503691267222166, 0.023725003004074097, 0.01879442296922207, -0.02476206235587597, 0.01702960394322872, 0.04843248054385185, 0.029783612117171288, -0.028637388721108437, 0.023051824420690536, 0.05680173262953758, -0.048505257815122604, -0.0030770637094974518, -0.028764745220541954, -0.036569979041814804, -0.03165759518742561, -0.007791589014232159, 0.05083409324288368, 0.07568712532520294, 0.02514413557946682, 0.0057129221968352795, 0.02245142124593258, -0.02312459982931614, 0.0026472299359738827 ]
15,894
ipywidgets.widgets.interaction
widgets_from_abbreviations
Given a sequence of (name, abbrev, default) tuples, return a sequence of Widgets.
def widgets_from_abbreviations(self, seq): """Given a sequence of (name, abbrev, default) tuples, return a sequence of Widgets.""" result = [] for name, abbrev, default in seq: if isinstance(abbrev, Widget) and (not isinstance(abbrev, ValueWidget)): raise TypeError("{!r} is not a ValueWidget".format(abbrev)) widget = self.widget_from_abbrev(abbrev, default) if widget is None: raise ValueError("{!r} cannot be transformed to a widget".format(abbrev)) if not hasattr(widget, "description") or not widget.description: widget.description = name widget._kwarg = name result.append(widget) return result
(self, seq)
[ 0.03595392405986786, -0.06527296453714371, -0.009611623361706734, -0.09238634258508682, -0.04866780713200569, 0.034734539687633514, 0.027830669656395912, -0.034734539687633514, 0.05415504053235054, -0.0019411533139646053, -0.05458541214466095, 0.10501056909561157, -0.0298032034188509, 0.0025642949622124434, -0.021088188514113426, 0.028996257111430168, 0.03948655724525452, 0.01977914199233055, -0.0129918297752738, -0.004648905247449875, 0.018792875111103058, 0.015475430525839329, -0.030950861051678658, 0.017555557191371918, 0.01768108271062374, 0.020155716687440872, -0.017286576330661774, -0.0338379330933094, -0.03919964283704758, -0.01508988905698061, 0.04608558118343353, -0.03261854872107506, 0.00037713514757342637, -0.03428623825311661, 0.022917265072464943, -0.04127977043390274, 0.015188516117632389, 0.046229038387537, 0.05716763809323311, -0.012480763718485832, 0.10379118472337723, -0.06419703364372253, -0.004684769548475742, -0.08062286674976349, 0.028709344565868378, 0.02616298198699951, 0.04110044613480568, -0.007141471840441227, -0.03507525101304054, -0.012220747768878937, 0.041638411581516266, -0.0025799856521189213, 0.004229741636663675, -0.0024342869874089956, -0.0662412941455841, 0.0758170560002327, -0.03984519839286804, 0.13707321882247925, 0.0515010841190815, 0.0786862000823021, -0.037191241979599, 0.023670414462685585, 0.013162185437977314, -0.02207445539534092, -0.018990127369761467, -0.042319830507040024, 0.014650552533566952, -0.06573919951915741, -0.056378625333309174, -0.0018593380227684975, -0.02465668134391308, 0.002759306924417615, -0.02474634349346161, -0.007262513507157564, -0.019671550020575523, 0.009046760387718678, -0.018649417906999588, 0.017528658732771873, 0.019617753103375435, -0.02164408378303051, 0.010929634794592857, 0.028117584064602852, -0.04730496555566788, 0.0029408696573227644, 0.023060722276568413, -0.04171013832092285, -0.07560186833143234, 0.029211442917585373, 0.0443282313644886, -0.00855811033397913, -0.04171013832092285, -0.0534018911421299, 0.061327893286943436, 0.03780093416571617, -0.09088004380464554, -0.01365531887859106, -0.01725967787206173, -0.04734082892537117, -0.016892068088054657, 0.027113383635878563, 0.04300125315785408, -0.02193099819123745, 0.02603745646774769, -0.0007722024456597865, -0.015161617659032345, -0.03500352054834366, -0.042068783193826675, -0.02245103009045124, -0.0238318033516407, 0.02670094557106495, -0.012471797876060009, -0.0781840980052948, 0.029785271733999252, 0.006477982737123966, -0.02307865396142006, 0.02592986263334751, 0.0216978807002306, 0.0108489403501153, 0.03555941954255104, -0.053939852863550186, -0.04891885817050934, 0.014668484218418598, 0.027382366359233856, 0.015116787515580654, 0.05336602404713631, 0.032959260046482086, -0.009701283648610115, 0.022522758692502975, -0.02365248277783394, 0.05469300225377083, 0.018434232100844383, -0.022468961775302887, -0.037191241979599, -0.046982187777757645, 0.0515010841190815, -0.02230757288634777, 0.042068783193826675, -0.00449199927970767, -0.01591476798057556, 0.055087510496377945, -0.031022589653730392, 0.004572693724185228, -0.018667349591851234, 0.02688026614487171, -0.08141188323497772, -0.07337828725576401, 0.029588017612695694, 0.017089322209358215, 0.02603745646774769, 0.021913066506385803, -0.06677926331758499, 0.036832600831985474, 0.020155716687440872, 0.06688685715198517, 0.030574286356568336, -0.06240382045507431, -0.001463710330426693, -0.05501578375697136, -0.01587890274822712, 0.040598347783088684, 0.03218817710876465, 0.030430829152464867, -0.04023970663547516, -0.0252663753926754, 0.003310719970613718, 0.10687550902366638, 0.0003412709047552198, 0.0006007264601066709, 0.04977959766983986, -0.00931574311107397, -0.020855069160461426, 0.004769947379827499, 0.04275020211935043, -0.0007604344864375889, -0.011091023683547974, 0.046229038387537, -0.028996257111430168, 0.0286017507314682, 0.05677312985062599, -0.06082579120993614, -0.02836863324046135, 0.03776507079601288, -0.06459154188632965, -0.03261854872107506, -0.00803359504789114, -0.03009011782705784, -0.0008091874769888818, 0.021715812385082245, 0.017187949270009995, -0.03055635280907154, -0.0017181223956868052, -0.018667349591851234, -0.024800138548016548, 0.01491953432559967, -0.05820770189166069, 0.023275908082723618, -0.023006925359368324, -0.001599322073161602, 0.019438430666923523, 0.021966861560940742, 0.0006130547844804823, -0.01745693013072014, -0.03251095488667488, 0.06125616282224655, 0.10278698056936264, -0.014533992856740952, 0.038159579038619995, -0.06301351636648178, -0.02998252585530281, -0.07832755148410797, -0.018523892387747765, 0.02316831424832344, 0.00018436473328620195, 0.013601521961390972, -0.01768108271062374, -0.04866780713200569, -0.023903531953692436, -0.030000457540154457, -0.02616298198699951, -0.008665703237056732, 0.025373967364430428, 0.02150062657892704, 0.04877540096640587, 0.025947796180844307, 0.05164454132318497, 0.0018683039816096425, 0.04544002190232277, -0.023813871666789055, 0.012758712284266949, 0.02325797639787197, -0.012373171746730804, -0.07739508152008057, 0.02946249395608902, -0.0051868692971765995, 0.030430829152464867, 0.0020700404420495033, -0.013108388520777225, -0.043216437101364136, 0.02836863324046135, 0.00817705225199461, 0.026234708726406097, 0.013386337086558342, -0.020890934392809868, 0.029641814529895782, -0.011458632536232471, -0.006585575640201569, -0.030825335532426834, -0.03905618563294411, -0.0069935317151248455, -0.07753854244947433, -0.005881739314645529, 0.04533243179321289, 0.08349201083183289, -0.012364204972982407, 0.00850879680365324, -0.012265578843653202, 0.012579390779137611, 0.01897219568490982, 0.0061686537228524685, -0.06534469127655029, 0.02488979883491993, 0.04253501817584038, -0.027400298044085503, 0.08141188323497772, 0.020621951669454575, 0.018703214824199677, 0.05810010805726051, -0.009387471713125706, -0.054370224475860596, 0.0019467570818960667, -0.00018940815061796457, 0.05139349028468132, -0.03604358434677124, -0.00919918343424797, 0.0027772390749305487, 0.05515923723578453, 0.06964839994907379, -0.01821904629468918, -0.03754988685250282, -0.035541485995054245, 0.009351607412099838, -0.0030439794063568115, -0.0007587533327750862, 0.04547588899731636, 0.07761026918888092, -0.049420956522226334, 0.019133584573864937, 0.001560095464810729, -0.012839406728744507, 0.03442969545722008, 0.07926002144813538, -0.02716718055307865, 0.04633662849664688, -0.006980082485824823, -0.011611055582761765, 0.074382483959198, -0.0006035283440724015, 0.026898197829723358, -0.05272046849131584, 0.008289128541946411, -0.001232834067195654, -0.036832600831985474, 0.05820770189166069, 0.09131041914224625, -0.014722280204296112, -0.007190784905105829, 0.0023401433136314154, -0.0212137121707201, 0.00929781049489975, 0.008732948452234268, -0.015583023428916931, 0.005097208544611931, 0.0029072470497339964, -0.0038935141637921333, -0.012812508270144463, -0.04318057373166084, -0.01916944980621338, -0.03667121008038521, 0.011530361138284206, 0.0023647998459637165, -0.017044492065906525, -0.04049075394868851, -0.062332093715667725, -0.03581046685576439, 0.0035729773808270693, 0.040741804987192154, -0.015071957372128963, 0.03848235681653023, 0.04429236799478531, -0.020012259483337402, -0.05630689486861229, -0.03604358434677124, -0.02451322413980961, 0.061901722103357315, -0.028207244351506233, -0.02393939718604088, -0.005227216519415379, -0.009226081892848015, -0.031004656106233597, -0.06211690604686737, 0.043646808713674545, 0.03184746578335762, -0.06502190977334976, 0.005554478149861097, 0.04346748813986778, 0.046121444553136826, 0.041781868785619736, 0.009069176390767097, 0.062045179307460785, -0.025015324354171753, -0.00033706804970279336, -0.01940256729722023, 0.041064582765102386, -0.0029319035820662975, 0.065810926258564, 0.03213438019156456, 0.008876405656337738, -0.050030648708343506, -0.050604477524757385, -0.015215414576232433, 0.07029395550489426, -0.01625547744333744, 0.01201452873647213, -0.007029396016150713, 0.02279173955321312, 0.021662015467882156, 0.0216978807002306, -0.000519471475854516, 0.01527817640453577, -0.03462694585323334, 0.03780093416571617, 0.0314529612660408, 0.039881061762571335, 0.015852004289627075, -0.028153447434306145, -0.013081490993499756, 0.00884054135531187, -0.048452623188495636, -0.03270820900797844, -0.01578027568757534, 0.018434232100844383, -0.07395211607217789, 0.06527296453714371, 0.017950063571333885, -0.000896046229172498, -0.05716763809323311, -0.005110657773911953, 0.007249064277857542, -0.023150382563471794, -0.009324708953499794, 0.006204517558217049, -0.029103850945830345, -0.015018160454928875, 0.06756827235221863, 0.00014373724116012454, -0.009333674795925617, -0.008544661104679108, -0.029731474816799164, 0.012310408987104893, -0.016506528481841087, -0.0067962780594825745, -0.02616298198699951, -0.017340371385216713, 0.03233163431286812, -0.005029963329434395, -0.00795738399028778, 0.0075539108365774155, 0.07882965356111526, -0.013493929989635944, 0.011028261855244637, -0.03448348864912987, -0.048129841685295105, 0.0286017507314682, -0.07287618517875671, 0.023275908082723618, -0.03317444398999214, -0.014838839881122112, 0.04590626060962677, -0.021679947152733803, -0.04439995810389519, 0.012830440886318684, -0.008262230083346367, 0.04748428612947464, 0.04637249559164047, 0.07083192467689514, 0.0014917292864993215, 0.005648621823638678, -0.02817137911915779, 0.006666270084679127, -0.043646808713674545, -0.015475430525839329, 0.03340756148099899, -0.06634888797998428, -0.05401158332824707, 0.024961527436971664, -0.017950063571333885, -0.029928728938102722, -0.03184746578335762, 0.036491889506578445, -0.026378165930509567, 0.0001257350668311119, 0.024046989157795906, -0.027776872739195824, 0.03604358434677124, -0.004644422326236963, -0.01448916271328926, 0.030968792736530304, 0.03141709417104721, 0.048309165984392166, -0.06154307723045349, -0.03437589854001999, 0.008096357807517052, 0.032636482268571854, -0.008311543613672256, 0.07431075721979141, -0.0169279333204031, -0.024728409945964813, -0.05157281085848808, -0.055948253720998764, -0.010956533253192902, 0.10414982587099075, -0.04687459394335747, 0.03520077466964722, -0.031148113310337067, -0.027920329943299294, 0.08062286674976349, 0.033497221767902374, -0.027866533026099205, 0.0073880385607481, 0.013350472785532475, 0.011978664435446262, -0.02098059467971325, 0.04952855035662651, -0.04708977788686752, -0.004285779781639576, -0.03894859179854393, 0.022540690377354622, -0.02126750908792019, -0.04981546476483345, -0.004971683491021395, 0.02069368027150631, -0.023419365286827087, 0.0011319658951833844, 0.045224837958812714, -0.05125003308057785, 0.009979231283068657, 0.006303144618868828, -0.03023357503116131, 0.007787028327584267, -0.004662354476749897, -0.042929526418447495, 0.021482694894075394, 0.0195460245013237, -0.00280189560726285, 0.018147317692637444, -0.030914995819330215, 0.07423903048038483, 0.006679719313979149, -0.014704348519444466, -0.010786177590489388, 0.01974327862262726, -0.00631659384816885, 0.007764613255858421, 0.019940530881285667, 0.03564907982945442, -0.07352174073457718, 0.01024821400642395, 0.0020027949940413237, -0.025876067578792572, -0.04773533716797829, -0.017026560381054878, -0.05168040469288826, -0.0002919575199484825, -0.024961527436971664, -0.008925719186663628, -0.07796891033649445, -0.009235047735273838, 0.0003816181852016598, -0.015331973321735859, 0.0156099209561944, 0.02960595116019249, 0.005895188543945551, -0.019653616473078728, -0.024943595752120018, -0.021572355180978775, -0.020944731310009956, -0.005702418275177479, -0.020532291382551193, -0.03704778477549553, -0.022468961775302887, 0.02650369144976139, -0.03998865559697151, 0.0056755198165774345, 0.03747815638780594, -0.013072524219751358, -0.0033286521211266518, 0.0019714138470590115, 0.019671550020575523, 0.008289128541946411, 0.07380865514278412, 0.054513681679964066, 0.023240042850375175, 0.012310408987104893, 0.027489958330988884, 0.03061014972627163, 0.05706004425883293, -0.04275020211935043, -0.04153081774711609, 0.023365568369627, 0.00888985488563776, -0.011817275546491146, 0.008925719186663628, -0.000007556362561444985, -0.00542447017505765, -0.13241086900234222, -0.013583590276539326, -0.0078049604780972, -0.012911135330796242, 0.054083310067653656, 0.005998298060148954, 0.08887165039777756, 0.012543526478111744, 0.02679060585796833, 0.014175350777804852, 0.04188946262001991, 0.05010237917304039, -0.011530361138284206, 0.0011325262021273375, 0.02083713747560978, 0.025140849873423576, 0.006522813346236944, -0.08370719105005264, -0.0069487011060118675, -0.02245103009045124, -0.016336172819137573, 0.00009582483471604064, 0.014498128555715084, -0.030807403847575188, -0.04199705272912979, -0.02135716937482357, -0.03236749768257141, 0.012283510528504848, -0.045260701328516006, -0.05688072368502617, 0.0443282313644886, 0.05881739407777786, -0.02679060585796833, 0.01635410450398922, -0.008786744438111782, -0.042606744915246964, -0.025768473744392395, 0.10379118472337723, -0.020765408873558044, -0.010364772751927376, 0.010337874293327332, 0.009432301856577396, -0.020281242206692696, -0.019384635612368584, -0.05071207135915756, 0.009145387448370457, -0.018613552674651146, 0.0224151648581028, -0.0019232211634516716, 0.04572693631052971, 0.04734082892537117, 0.022684147581458092, 0.06376666575670242, -0.02259448729455471, 0.0004922930966131389, 0.023867668583989143, 0.021428897976875305, -0.016336172819137573, 0.03179366886615753, 0.052182506769895554, -0.017555557191371918, -0.02575054205954075, -0.00033454634831286967, -0.03894859179854393, 0.03927136957645416, -0.04662354290485382, -0.023921463638544083, 0.009512996301054955, 0.007854273542761803, -0.0157264806330204, -0.02532017044723034, -0.04504551738500595, -0.029247308149933815, 0.0028422430623322725, -0.0029498357325792313, -0.022684147581458092, 0.09460993111133575, 0.009423335082828999, 0.02521257847547531, -0.04730496555566788, -0.055661339312791824, 0.06122029945254326, 0.021482694894075394, -0.050030648708343506, -0.02227170765399933, 0.015672683715820312, 0.005307910963892937, -0.01725967787206173, 0.023365568369627, 0.06035955622792244, 0.030879132449626923, 0.014184316620230675, -0.03227783739566803, -0.01508988905698061, -0.06573919951915741, 0.02325797639787197, 0.03923550620675087, -0.018281808122992516, -0.03055635280907154, 0.025284307077527046, 0.03679673373699188, -0.002831035293638706, 0.03297718986868858, 0.01491953432559967, 0.042068783193826675, 0.01491953432559967, 0.012435933575034142, -0.0677117332816124, 0.008912269957363605, 0.01673067919909954, -0.008629838936030865, -0.006339008919894695, -0.022773807868361473, -0.010185451246798038, 0.009324708953499794, 0.013251845724880695, 0.029067985713481903, -0.021823404356837273, 0.02031710557639599, -0.009405403397977352, -0.04558347910642624, -0.004716150928288698, 0.005989332217723131, 0.03466281294822693, 0.049456819891929626, -0.00793945137411356, -0.02255862206220627, -0.02230757288634777, -0.024082854390144348, -0.014085689559578896, -0.0024925663601607084, -0.0006276246276684105, -0.02575054205954075, 0.015215414576232433, 0.030825335532426834, -0.03970174118876457, -0.01626444421708584, -0.04777120053768158, 0.00934264063835144, 0.04533243179321289, -0.025911930948495865, 0.007096641231328249, 0.04217637702822685, -0.044651009142398834, 0.03550562262535095, 0.062188636511564255, 0.05734695866703987, 0.011978664435446262, -0.03159641847014427, -0.008665703237056732, 0.0036514303646981716, -0.008495347574353218, -0.0017024318221956491, 0.013359438627958298, 0.07316309958696365, 0.026736808940768242, 0.017896268516778946, 0.032636482268571854, 0.00034043032792396843, 0.012498696334660053, 0.05462127551436424, -0.054370224475860596, -0.006971116643399, -0.0073970044031739235, 0.018721146509051323, 0.012606289237737656, 0.006576609332114458, 0.040167976170778275, 0.003232266753911972, 0.0034519354812800884, 0.007630122359842062, 0.06319283694028854, -0.09088004380464554, 0.03165021538734436, -0.015600955113768578, -0.01318011712282896, -0.014354672282934189, 0.019079789519309998, -0.04662354290485382, -0.052756331861019135, -0.0390920490026474, -0.010122688487172127, 0.04515310749411583, -0.016085121780633926, -0.023240042850375175, 0.005810010712593794, -0.05232596397399902, 0.03998865559697151, 0.027687212452292442, 0.057705603539943695, -0.034877996891736984, -0.02035297080874443, 0.0295521542429924, -0.028906596824526787, 0.0252663753926754, 0.03317444398999214, 0.012166951783001423, 0.023329704999923706, -0.042929526418447495, 0.040598347783088684, 0.057705603539943695, -0.04160254821181297, 0.030914995819330215, -0.017672115936875343, -0.02379593998193741, -0.05501578375697136, -0.02616298198699951, 0.010786177590489388, 0.0125166280195117, 0.0018593380227684975, 0.03570287674665451, -0.02998252585530281, -0.04310884699225426, -0.008513280190527439 ]
15,897
traitlets.traitlets
link
Link traits from different objects together so they remain in sync. Parameters ---------- source : (object / attribute name) pair target : (object / attribute name) pair transform: iterable with two callables (optional) Data transformation between source and target and target and source. Examples -------- >>> class X(HasTraits): ... value = Int() >>> src = X(value=1) >>> tgt = X(value=42) >>> c = link((src, "value"), (tgt, "value")) Setting source updates target objects: >>> src.value = 5 >>> tgt.value 5
class link: """Link traits from different objects together so they remain in sync. Parameters ---------- source : (object / attribute name) pair target : (object / attribute name) pair transform: iterable with two callables (optional) Data transformation between source and target and target and source. Examples -------- >>> class X(HasTraits): ... value = Int() >>> src = X(value=1) >>> tgt = X(value=42) >>> c = link((src, "value"), (tgt, "value")) Setting source updates target objects: >>> src.value = 5 >>> tgt.value 5 """ updating = False def __init__(self, source: t.Any, target: t.Any, transform: t.Any = None) -> None: _validate_link(source, target) self.source, self.target = source, target self._transform, self._transform_inv = transform if transform else (lambda x: x,) * 2 self.link() def link(self) -> None: try: setattr( self.target[0], self.target[1], self._transform(getattr(self.source[0], self.source[1])), ) finally: self.source[0].observe(self._update_target, names=self.source[1]) self.target[0].observe(self._update_source, names=self.target[1]) @contextlib.contextmanager def _busy_updating(self) -> t.Any: self.updating = True try: yield finally: self.updating = False def _update_target(self, change: t.Any) -> None: if self.updating: return with self._busy_updating(): setattr(self.target[0], self.target[1], self._transform(change.new)) if getattr(self.source[0], self.source[1]) != change.new: raise TraitError( f"Broken link {self}: the source value changed while updating " "the target." ) def _update_source(self, change: t.Any) -> None: if self.updating: return with self._busy_updating(): setattr(self.source[0], self.source[1], self._transform_inv(change.new)) if getattr(self.target[0], self.target[1]) != change.new: raise TraitError( f"Broken link {self}: the target value changed while updating " "the source." ) def unlink(self) -> None: self.source[0].unobserve(self._update_target, names=self.source[1]) self.target[0].unobserve(self._update_source, names=self.target[1])
(source: 't.Any', target: 't.Any', transform: 't.Any' = None) -> 'None'
[ 0.012640025466680527, -0.016366111114621162, -0.04238182678818703, -0.013213269412517548, -0.04459836706519127, -0.028910595923662186, -0.04540091007947922, 0.04444550350308418, 0.006812047213315964, 0.025088969618082047, -0.011503092013299465, -0.015248284675180912, 0.07199942320585251, 0.05870016664266586, -0.0628657341003418, 0.03445195406675339, 0.012544484809041023, 0.021038047969341278, 0.019585829228162766, -0.007652804721146822, 0.022127211093902588, -0.012601809576153755, -0.0164329893887043, -0.011971241794526577, -0.027229079976677895, 0.04226717725396156, -0.04264933988451958, 0.006706952583044767, 0.02820359542965889, -0.0018964816117659211, -0.0010372130200266838, -0.05419064685702324, 0.032980628311634064, -0.012477606534957886, 0.04551555961370468, -0.02464948408305645, -0.0024840564001351595, 0.07070007175207138, -0.007829555310308933, 0.03535003587603569, 0.02931186556816101, -0.016241908073425293, 0.018276922404766083, -0.004963336046785116, 0.04253469035029411, 0.04291685298085213, -0.06374470889568329, 0.08140061795711517, -0.021229129284620285, -0.06084027513861656, 0.025604890659451485, -0.06794849783182144, 0.06405044347047806, 0.05373205244541168, -0.027267295867204666, 0.07849618792533875, -0.0075859264470636845, 0.08583370596170425, 0.026999782770872116, 0.021706832572817802, 0.03936273977160454, 0.00023332814453169703, 0.03584684431552887, -0.027477486059069633, 0.004335156176239252, -0.07371915131807327, -0.024190887808799744, -0.0208087507635355, -0.011961687356233597, 0.03878949582576752, -0.03907611966133118, 0.02625456638634205, 0.03852198272943497, 0.029178109019994736, 0.01750304363667965, -0.007595480419695377, -0.03854108974337578, 0.014455297961831093, 0.07475098967552185, -0.0732223391532898, 0.04417799040675163, 0.0007141662063077092, 0.0040724193677306175, -0.05640719085931778, -0.0022404277697205544, -0.031012490391731262, 0.051668375730514526, -0.020713210105895996, 0.0005995174869894981, -0.04757923632860184, -0.03722263127565384, -0.007237202953547239, 0.02959848754107952, -0.014732365496456623, 0.000561002641916275, 0.06676379591226578, 0.005784985143691301, -0.04517161101102829, -0.031929679214954376, -0.034394629299640656, 0.03458571061491966, 0.0016695725498721004, -0.052165184170007706, 0.06508228182792664, -0.009840684942901134, -0.0029975874349474907, -0.041617501527071, -0.043146148324012756, -0.048916805535554886, -0.008120954036712646, -0.031031597405672073, -0.014273771084845066, -0.0437576100230217, 0.03747103735804558, 0.01653808355331421, -0.07941337674856186, -0.02220364287495613, -0.041617501527071, -0.057324379682540894, -0.021210020408034325, 0.03450927510857582, -0.019069910049438477, -0.041617501527071, -0.022050777450203896, 0.01968136988580227, -0.031356435269117355, 0.032732222229242325, 0.0330379493534565, 0.03666849434375763, -0.04222895950078964, -0.05782119184732437, -0.04486588016152382, -0.017923422157764435, 0.09301836043596268, 0.019948884844779968, -0.014675041660666466, -0.04685312509536743, 0.0233119148761034, -0.021496642380952835, -0.010987172834575176, 0.01659540832042694, -0.0007261087885126472, 0.009577948600053787, -0.0187546256929636, -0.0015752261970192194, -0.014856568537652493, -0.02140110172331333, 0.004987221211194992, -0.010203739628195763, -0.04956648126244545, -0.00009240570943802595, -0.06928607076406479, 0.0421525277197361, 0.056292541325092316, -0.02434375323355198, 0.009530178271234035, -0.10906918346881866, -0.026999782770872116, -0.02900613658130169, 0.01782788150012493, 0.009415529668331146, -0.04513339698314667, -0.0023837387561798096, 0.043910473585128784, -0.01947118155658245, -0.0015453697415068746, 0.034088898450136185, -0.06259822100400925, 0.0005200993036851287, 0.029254542663693428, -0.03177681565284729, -0.015468028374016285, 0.037107981741428375, 0.04184679687023163, 0.02273867093026638, 0.0591205433011055, 0.014741919934749603, -0.0233119148761034, 0.02600616030395031, -0.02243294008076191, -0.007595480419695377, -0.02824181132018566, -0.032178085297346115, -0.019815128296613693, -0.032216303050518036, 0.05449637770652771, -0.017694124951958656, -0.01968136988580227, 0.0350060872733593, 0.019910667091608047, 0.014436190016567707, -0.023885158821940422, -0.013222823850810528, 0.03886593133211136, -0.007781784515827894, 0.004569230601191521, -0.083235003054142, 0.018429787829518318, -0.025394700467586517, 0.03695511817932129, -0.03368762880563736, -0.004473689943552017, 0.030229056254029274, 0.053846701979637146, 0.03886593133211136, 0.008374136872589588, 0.06668736040592194, 0.02384694293141365, -0.034604817628860474, -0.03966847062110901, 0.004499963950365782, 0.01598394848406315, -0.040394578129053116, 0.030993381515145302, 0.00485346419736743, -0.019643153995275497, 0.007590703200548887, 0.01838201843202114, 0.014426635578274727, 0.037413712590932846, 0.06454725563526154, -0.009004704654216766, 0.014942554756999016, 0.027267295867204666, 0.011273794807493687, 0.0022667015437036753, 0.0389423631131649, -0.01797119341790676, 0.03924809396266937, -0.03277043625712395, 0.08499294519424438, -0.016213245689868927, 0.004261112306267023, 0.008875724859535694, 0.04043279588222504, -0.02432464435696602, -0.017350178211927414, 0.01782788150012493, -0.04956648126244545, 0.04249647259712219, -0.028834162279963493, 0.00008367269765585661, 0.007915541529655457, -0.00004635213554138318, -0.014063580892980099, -0.01861131563782692, 0.024821456521749496, -0.010757875628769398, -0.06294216960668564, -0.04410155490040779, -0.02275777980685234, 0.004091527778655291, -0.009219670668244362, 0.01727374643087387, -0.01521962322294712, -0.05915876105427742, -0.017732340842485428, -0.05564286559820175, -0.01342345867305994, -0.020999832078814507, -0.006052499171346426, -0.0328659787774086, -0.04880215600132942, 0.08759165555238724, 0.0132610397413373, -0.050483670085668564, -0.016996677964925766, 0.06940071284770966, -0.01355721615254879, 0.0042873858474195, 0.05419064685702324, -0.059540923684835434, -0.04761745035648346, 0.03827357664704323, -0.009792914614081383, 0.01863042265176773, 0.05503140389919281, -0.0274201612919569, 0.024458402767777443, -0.05560464784502983, 0.008746745064854622, 0.0044259196147322655, -0.02189791388809681, -0.027496594935655594, -0.006066830363124609, -0.036267224699258804, -0.04456015303730965, 0.022566698491573334, 0.01244894415140152, 0.014837460592389107, 0.06473833322525024, -0.04410155490040779, 0.03403157368302345, 0.029120784252882004, 0.04096782207489014, 0.02514629438519478, -0.09959155321121216, 0.024458402767777443, 0.060343462973833084, -0.07803758978843689, 0.01423555426299572, -0.014092243276536465, 0.009964887984097004, 0.024573050439357758, -0.011015835218131542, -0.07425417751073837, 0.03261757269501686, -0.036018818616867065, 0.018152721226215363, 0.011235578916966915, 0.0794898048043251, -0.015640001744031906, -0.048037830740213394, 0.03802517056465149, 0.038178037852048874, -0.03936273977160454, -0.025834187865257263, -0.020655885338783264, 0.018687747418880463, 0.05285307765007019, -0.04712064191699028, 0.017245084047317505, -0.014187783934175968, 0.002215348416939378, -0.008727637119591236, -0.028623973950743675, 0.02050301991403103, 0.0017280911561101675, -0.014302432537078857, 0.014426635578274727, -0.05866194888949394, 0.027190864086151123, 0.04880215600132942, 0.012697350233793259, -0.10387177765369415, -0.005426708143204451, -0.020044425502419472, 0.005703775677829981, 0.060190599411726, -0.01014641486108303, 0.0068598175421357155, 0.03888503834605217, -0.019834235310554504, 0.009176678024232388, 0.031604841351509094, 0.003972101956605911, -0.02820359542965889, 0.05342632159590721, 0.040127065032720566, -0.01968136988580227, 0.00781522411853075, 0.06917142122983932, 0.023502996191382408, 0.007074784021824598, -0.0061480398289859295, -0.05094226449728012, -0.002294169506058097, -0.05969378724694252, -0.010633672587573528, -0.029694028198719025, 0.022088995203375816, 0.01137888990342617, -0.04249647259712219, 0.0006329566822387278, 0.029254542663693428, 0.028643082827329636, -0.05831800401210785, -0.024821456521749496, 0.008913940750062466, -0.025528457015752792, -0.00881362333893776, -0.010853416286408901, 0.00998399592936039, 0.04952826350927353, 0.022624021396040916, -0.010003103874623775, 0.03015262447297573, 0.058509085327386856, -0.002117419382557273, 0.0021532471291720867, 0.059273410588502884, -0.006783384829759598, 0.005178302526473999, 0.04096782207489014, -0.0023096948862075806, -0.020082641392946243, 0.030324596911668777, -0.004996775183826685, 0.04070030897855759, 0.05419064685702324, 0.02898702770471573, -0.019366085529327393, -0.028853271156549454, -0.05094226449728012, -0.04196144640445709, 0.017426611855626106, 0.020885182544589043, 0.014436190016567707, 0.002543769311159849, -0.08185921609401703, 0.045286260545253754, 0.048343561589717865, -0.023617643862962723, 0.02657940424978733, -0.0050827618688344955, 0.03642008826136589, 0.08568084239959717, 0.035999711602926254, -0.00594740454107523, 0.05774476006627083, -0.03468124940991402, 0.03011440858244896, -0.04104425758123398, -0.030744975432753563, 0.04356652870774269, -0.02954116463661194, 0.01598394848406315, -0.01975780352950096, 0.0011727613164111972, 0.03666849434375763, 0.013987149111926556, 0.03124178759753704, -0.02029282972216606, -0.001391310477629304, -0.01217187661677599, -0.053005944937467575, -0.03097427263855934, 0.010003103874623775, 0.013251486234366894, 0.052929509431123734, 0.0389423631131649, -0.02107626385986805, -0.003460959531366825, -0.03943917527794838, -0.017426611855626106, -0.01916545070707798, -0.001144099049270153, 0.01068144291639328, 0.03118446283042431, 0.018477559089660645, -0.014761027880012989, 0.03920987620949745, -0.0037977402098476887, 0.005006329156458378, -0.05212697014212608, -0.038770388811826706, -0.0014952109195291996, 0.014302432537078857, -0.03147108480334282, 0.019662262871861458, 0.050789400935173035, 0.029464730992913246, 0.010872524231672287, 0.027209972962737083, -0.02357942797243595, -0.06557909399271011, 0.00809229165315628, -0.02105715498328209, -0.013079512864351273, 0.012563593685626984, 0.0033773614559322596, -0.020694101229310036, -0.009281772188842297, -0.004557288251817226, -0.0164329893887043, 0.0016492701834067702, 0.04077674075961113, -0.047541018575429916, -0.04188501462340355, 0.007070006802678108, 0.07314591109752655, -0.0732223391532898, 0.03124178759753704, 0.004153628833591938, -0.022318292409181595, -0.0014247497310861945, 0.007839108817279339, -0.00594740454107523, -0.05346453934907913, -0.05724794790148735, 0.04490409791469574, -0.051056914031505585, 0.036057036370038986, -0.0012886043405160308, -0.007313635665923357, 0.0057945395819842815, 0.05701864883303642, -0.014474405907094479, 0.0050684306770563126, 0.036572955548763275, -0.03183414041996002, -0.016213245689868927, -0.0021723550744354725, -0.03920987620949745, -0.012850215658545494, -0.017445718869566917, -0.011350227519869804, 0.004148852080106735, 0.034643035382032394, -0.06114600598812103, 0.031604841351509094, -0.05862373113632202, -0.008546109311282635, -0.0426875539124012, 0.061451736837625504, 0.016585854813456535, 0.02268134616315365, -0.016585854813456535, -0.04463658481836319, 0.014226000756025314, 0.026139916852116585, 0.005493586417287588, 0.047808531671762466, 0.0026727491058409214, 0.026464754715561867, -0.040394578129053116, -0.020942507311701775, 0.034643035382032394, 0.02245204895734787, -0.06523514539003372, 0.026942458003759384, 0.0059569585137069225, 0.02357942797243595, -0.02600616030395031, -0.008393244817852974, -0.036572955548763275, 0.010471253655850887, -0.0019215609645470977, 0.0421525277197361, -0.04211430996656418, 0.007772230543196201, -0.030611218884587288, -0.04899323731660843, -0.0015346214640885592, -0.0026082592085003853, 0.025394700467586517, 0.006597080733627081, -0.035235386341810226, -0.029235433787107468, -0.01149353850632906, 0.0161654744297266, 0.058203354477882385, -0.053579188883304596, 0.014206891879439354, 0.04131177067756653, -0.013901161961257458, 0.004134520888328552, -0.03223541006445885, 0.011273794807493687, -0.025108078494668007, -0.09355338662862778, 0.00860821083188057, -0.004987221211194992, 0.06049633026123047, -0.08094202727079391, -0.034050680696964264, 0.019318316131830215, -0.03150930255651474, 0.028891487047076225, 0.039553821086883545, -0.04712064191699028, 0.03347743675112724, 0.03064943477511406, -0.016624070703983307, 0.048840370029211044, 0.03907611966133118, 0.07532423734664917, -0.004284997470676899, 0.028050730004906654, 0.01861131563782692, 0.03212076053023338, 0.004442639648914337, -0.037929631769657135, -0.022891536355018616, -0.0010545297991484404, 0.013910716399550438, -0.02354121208190918, 0.030458353459835052, 0.01873551867902279, -0.0617956817150116, 0.0033749728463590145, 0.010748321190476418, 0.024190887808799744, -0.03584684431552887, 0.05342632159590721, -0.04081495851278305, -0.029388299211859703, 0.09301836043596268, 0.02818448655307293, -0.013003080151975155, -0.09653425961732864, -0.03449016809463501, -0.07738791406154633, -0.03450927510857582, 0.05338810756802559, -0.0056273434311151505, 0.0006825184100307524, 0.005636897403746843, -0.020980723202228546, 0.027534810826182365, 0.038483768701553345, -0.030993381515145302, 0.010872524231672287, -0.016079489141702652, -0.048878587782382965, -0.028834162279963493, -0.02980867773294449, -0.036821361631155014, 0.0017316739540547132, -0.006047721952199936, -0.011598632670938969, 0.06240714341402054, 0.02275777980685234, -0.03670671209692955, -0.005431484896689653, -0.05071296915411949, -0.06565552204847336, 0.022815102711319923, -0.0006538562010973692, 0.01971958763897419, 0.00602861400693655, -0.06133708730340004, -0.0503690205514431, -0.00541715370491147, -0.04784674942493439, 0.005464924033731222, -0.006052499171346426, -0.027496594935655594, -0.0032603240106254816, 0.0010288532357662916, 0.00335825327783823, -0.0530441589653492, 0.057324379682540894, -0.007485608570277691, 0.03720352426171303, -0.017474381253123283, 0.04574485495686531, 0.013471229001879692, 0.04196144640445709, 0.031356435269117355, 0.001167984213680029, -0.035464681684970856, 0.054075997322797775, 0.02386604994535446, -0.030783191323280334, -0.014589054509997368, 0.017197314649820328, -0.028375567868351936, 0.010299280285835266, 0.014292879030108452, 0.014082689769566059, 0.05743902921676636, 0.03257935494184494, -0.02931186556816101, 0.039324525743722916, 0.020866073668003082, 0.025356484577059746, -0.03208254650235176, 0.03389781713485718, 0.04131177067756653, -0.02023550681769848, 0.0274201612919569, 0.037356387823820114, -0.0005036782822571695, 0.03445195406675339, 0.0004887500545009971, -0.003444239730015397, 0.01930876262485981, -0.003979267552495003, 0.05056010186672211, -0.03580863028764725, 0.005216518417000771, -0.03798695653676987, -0.018210044130682945, 0.0002072037459583953, -0.07647072523832321, 0.042840421199798584, -0.0678720623254776, -0.031910572201013565, -0.004879737738519907, 0.016385218128561974, 0.03036281280219555, -0.034643035382032394, -0.01193302497267723, -0.041197121143341064, 0.036018818616867065, 0.05831800401210785, -0.005206964444369078, 0.014789690263569355, -0.08652159571647644, 0.035139843821525574, 0.0063391211442649364, 0.0274201612919569, -0.018210044130682945, -0.04024171456694603, -0.0623307079076767, -0.04773209989070892, -0.024764131754636765, -0.01367186475545168, -0.028280027210712433, 0.09997371584177017, -0.0004027634859085083, -0.002370601985603571, -0.020579451695084572, -0.021458426490426064, 0.03122267872095108, -0.03504430502653122, -0.009152792394161224, 0.038216251879930496, -0.033018842339515686, 0.035713087767362595, 0.06603768467903137, 0.02189791388809681, -0.04360474646091461, 0.09959155321121216, -0.04841999337077141, -0.04467479884624481, -0.0015752261970192194, -0.003802517196163535, 0.039859551936388016, 0.013920269906520844, 0.004796139895915985, 0.039324525743722916, -0.025910619646310806, -0.014904338866472244, 0.00967348925769329, 0.028088945895433426, 0.013681418262422085, 0.03878949582576752, -0.017025340348482132, 0.046127017587423325, 0.07532423734664917, -0.05273842811584473, 0.0492989681661129, -0.037662118673324585, -0.01011775340884924, -0.01651897467672825, -0.011054051108658314, 0.027305513620376587, 0.06496763229370117, -0.04654739797115326, 0.0043566529639065266, 0.03506341204047203, -0.002411206718534231, 0.02604437619447708, -0.02550935000181198, -0.02763035148382187, 0.03538824990391731, 0.010996727272868156, 0.007151216268539429, 0.026789594441652298, 0.008230825886130333, -0.02795518934726715, -0.029789568856358528, 0.1416294276714325, -0.060114167630672455, 0.010748321190476418, -0.009214893914759159, -0.020751425996422768, -0.10746410489082336, -0.003585162339732051, 0.02050301991403103, 0.023426562547683716, -0.00401031831279397, -0.006525425240397453, 0.03586595505475998, -0.019834235310554504, 0.08285284042358398 ]
15,898
traitlets.traitlets
__init__
null
def __init__(self, source: t.Any, target: t.Any, transform: t.Any = None) -> None: _validate_link(source, target) self.source, self.target = source, target self._transform, self._transform_inv = transform if transform else (lambda x: x,) * 2 self.link()
(self, source: Any, target: Any, transform: Optional[Any] = None) -> NoneType
[ -0.045549314469099045, -0.02082514762878418, 0.022883975878357887, -0.006609205622226, -0.07827194780111313, -0.021298859268426895, -0.030627360567450523, 0.02410469762980938, 0.017791563645005226, 0.005342934746295214, -0.011332670226693153, 0.05516933277249336, 0.0412130206823349, 0.04733484983444214, -0.045476436614990234, 0.043873101472854614, 0.0020941297989338636, 0.047517046332359314, 0.002778508234769106, 0.03037228435277939, -0.00046602642396464944, -0.00037464313209056854, -0.00812144298106432, 0.022519581019878387, -0.001266270992346108, 0.07422716170549393, -0.042561281472444534, 0.010039068758487701, 0.02425045520067215, -0.022045869380235672, -0.023776743561029434, -0.01819239743053913, 0.01580561324954033, 0.01336416881531477, 0.051233869045972824, 0.006873391568660736, -0.006376904435455799, 0.03195739910006523, -0.015760064125061035, 0.01652529090642929, 0.020697608590126038, -0.0068551721051335335, -0.007779823150485754, 0.04216044768691063, 0.02060651034116745, 0.05593455955386162, -0.015031274408102036, 0.016689268872141838, -0.06249365955591202, -0.053602434694767, -0.027402468025684357, 0.011059373617172241, 0.05750145763158798, 0.016944345086812973, -0.05331091955304146, 0.05331091955304146, 0.008162437006831169, 0.11471139639616013, 0.02060651034116745, 0.027949059382081032, 0.014010969549417496, 0.030627360567450523, 0.034034449607133865, -0.008832012303173542, 0.007073808927088976, -0.018912075087428093, -0.06996374577283859, -0.005543351639062166, 0.009228290989995003, 0.06850617378950119, 0.02758466638624668, 0.04274347797036171, 0.0001385695650242269, 0.02825879491865635, 0.03547380864620209, 0.013118202798068523, -0.048245836049318314, 0.025616934522986412, 0.004602758213877678, -0.045184921473264694, 0.029807472601532936, -0.012079678475856781, -0.004318075254559517, -0.03066379949450493, -0.008508612401783466, -0.0492297001183033, 0.006472557783126831, -0.03204849734902382, -0.0058029829524457455, -0.04507560282945633, -0.0685790479183197, -0.02301151491701603, -0.04092150554060936, 0.0005596872069872916, 0.0050787487998604774, 0.03547380864620209, 0.004673359915614128, -0.032795507460832596, 0.025726253166794777, -0.009565356187522411, 0.026327503845095634, -0.01154219638556242, -0.06949003785848618, 0.02488814666867256, 0.007952910847961903, -0.008212541230022907, -0.010786077938973904, -0.02926088124513626, -0.0470433346927166, 0.016725709661841393, -0.007114802952855825, 0.054076146334409714, -0.009856872260570526, 0.02906046435236931, -0.022300945594906807, -0.027949059382081032, 0.036658089607954025, -0.027183832600712776, -0.05476849898695946, 0.010066398419439793, 0.05823024362325668, -0.0016557176131755114, -0.06391479820013046, -0.014703319407999516, 0.011232460848987103, -0.04689757525920868, 0.022264504805207253, -0.036730967462062836, 0.038334302604198456, -0.05309228226542473, 0.015933150425553322, -0.03631191328167915, -0.034981872886419296, 0.08184301108121872, -0.02534363977611065, -0.038917336612939835, -0.03503653407096863, 0.05633539333939552, -0.04201468825340271, 0.0066911946050822735, -0.0018823255086317658, -0.01420227624475956, 0.040520671755075455, -0.02862318977713585, 0.007237786427140236, 0.011405549012124538, -0.0023571772035211325, -0.022464921697974205, -0.01835637353360653, 0.0025211547035723925, 0.02067939005792141, -0.03873513638973236, 0.022774657234549522, 0.03241289407014847, -0.001718347892165184, -0.008586046285927296, -0.026782996952533722, -0.02818591706454754, -0.00044296710984781384, 0.06916207820177078, 0.016124457120895386, -0.004878331907093525, -0.0340891070663929, 0.03725934028625488, -0.02765754424035549, -0.01857501082122326, 0.04795432090759277, -0.05935986712574959, -0.00010753909009508789, 0.014521121978759766, -0.048100076615810394, -0.10771502554416656, -0.01675303839147091, 0.029734592884778976, 0.06260298192501068, 0.047881439328193665, 0.032503992319107056, 0.032503992319107056, -0.016652829945087433, -0.005037754308432341, -0.011815492995083332, -0.0067640733905136585, 0.019495107233524323, -0.03423486649990082, -0.006900721229612827, 0.039937641471624374, -0.0029060463421046734, 0.02782152220606804, -0.0024573856499046087, -0.01456667110323906, 0.02818591706454754, 0.008376519195735455, -0.009702004492282867, -0.004746238701045513, 0.002140817930921912, -0.009005099534988403, -0.04390954226255417, -0.004800898022949696, -0.03844362124800682, 0.05954206734895706, -0.02869606949388981, -0.002762566087767482, 0.029096903279423714, 0.02235560491681099, 0.002053135307505727, 0.0053110504522919655, -0.005288275424391031, 0.08949529379606247, -0.030827777460217476, -0.03837074339389801, 0.04573151469230652, -0.03261331096291542, -0.017955539748072624, 0.023503446951508522, -0.005666335113346577, 0.005484137684106827, -0.07666860520839691, 0.012216326780617237, 0.04369090497493744, 0.029461298137903214, 0.11405548453330994, -0.01580561324954033, -0.013145532459020615, -0.023394128307700157, 0.06668420135974884, 0.026691898703575134, 0.04390954226255417, -0.07029170542955399, 0.0010761026060208678, -0.040520671755075455, 0.0224284827709198, -0.05823024362325668, -0.05954206734895706, 0.024432653561234474, 0.0725509524345398, -0.07025526463985443, 0.047881439328193665, 0.013619245029985905, -0.06868837028741837, -0.013555476441979408, -0.013355059549212456, 0.008335525169968605, -0.018383704125881195, -0.04795432090759277, -0.0022023094352334738, 0.006959935650229454, 0.005033199209719896, -0.0050559742376208305, -0.06289449334144592, -0.038844455033540726, -0.04274347797036171, 0.005985179916024208, -0.03343319892883301, -0.020223896950483322, -0.01944044791162014, -0.007215011399239302, 0.022701779380440712, -0.07637709379196167, -0.03285016492009163, -0.006663864944130182, -0.00465741753578186, -0.07233231514692307, -0.05965138226747513, 0.06212926656007767, 0.0011694786371663213, -0.01528635062277317, -0.04944833740592003, 0.015459437854588032, 0.0027990054804831743, -0.013628355227410793, 0.13314975798130035, -0.045767951756715775, -0.0255440566688776, 0.06180131062865257, 0.008235316723585129, -0.0002721571654547006, -0.02780330181121826, 0.00013294706877786666, 0.03370649367570877, 0.007383543998003006, 0.0510881133377552, -0.010959165170788765, -0.0195133276283741, -0.03793346881866455, -0.01697167567908764, -0.026309285312891006, -0.009875091724097729, 0.014721538871526718, -0.03365183621644974, -0.04434681311249733, 0.0041677625849843025, 0.06304025650024414, 0.025580495595932007, 0.017126543447375298, 0.014466462656855583, 0.01375589333474636, -0.07652284950017929, 0.02067939005792141, 0.039208851754665375, -0.041395217180252075, -0.02658258005976677, -0.051233869045972824, 0.015158812515437603, -0.013719453476369381, -0.053784631192684174, -0.040520671755075455, -0.0061127180233597755, -0.019057834520936012, 0.05119743198156357, 0.025143222883343697, 0.06023441627621651, 0.047371286898851395, -0.03152012825012207, 0.0011774498270824552, 0.031064633280038834, -0.0011586607433855534, 0.018438363447785378, -0.012999774888157845, 0.015313680283725262, 0.03124682977795601, -0.04135878011584282, 0.013601025566458702, -0.04303499311208725, -0.02488814666867256, 0.01390165090560913, -0.0023161827120929956, 0.014029189012944698, -0.04646030068397522, 0.0027329588774591684, 0.039791882038116455, -0.01573273353278637, 0.0696357935667038, 0.05706418305635452, -0.0067640733905136585, -0.09722045809030533, -0.014366254210472107, -0.023193711414933205, 0.03778771311044693, -0.005702774506062269, -0.03509119153022766, -0.021225981414318085, 0.02962527424097061, -0.007725163828581572, 0.01205234881490469, 0.07331617921590805, -0.020879806950688362, -0.0547320581972599, -0.03682206571102142, 0.03572888299822807, -0.06070812791585922, -0.015350119210779667, 0.021371738985180855, 0.04099438339471817, 0.0009149718680419028, 0.01565074548125267, 0.012945115566253662, -0.02889648638665676, -0.01726319082081318, -0.015996919944882393, -0.005866752006113529, 0.08220740407705307, -0.005188066978007555, -0.05309228226542473, -0.026090648025274277, 0.05396682769060135, 0.039937641471624374, -0.002671467373147607, -0.001668243668973446, -0.008563271723687649, 0.047517046332359314, 0.0035391817800700665, -0.0889851450920105, -0.03261331096291542, 0.03414376825094223, 0.012571611441671848, -0.044310376048088074, 0.017955539748072624, 0.02911512181162834, 0.0231572724878788, -0.0057118842378258705, 0.021025564521551132, 0.03181164339184761, 0.03274085000157356, 0.01442091353237629, -0.033087022602558136, -0.023977160453796387, 0.04864666983485222, 0.0605623722076416, 0.05414902791380882, 0.043435826897621155, -0.005648115184158087, -0.038115669041872025, 0.0323035754263401, -0.09838651865720749, 0.05301940441131592, 0.0115786362439394, 0.017144761979579926, 0.04274347797036171, -0.046496741473674774, -0.051671143621206284, -0.024377994239330292, 0.05083303526043892, -0.045476436614990234, 0.02767576463520527, -0.019312910735607147, 0.0021271531004458666, 0.07313398271799088, 0.044018857181072235, 0.038917336612939835, 0.040302034467458725, 0.023485226556658745, 0.018611449748277664, -0.05637183412909508, -0.006249366328120232, -0.010130167938768864, -0.017882661893963814, 0.04011983796954155, -0.024068258702754974, -0.04019271582365036, -0.01390165090560913, 0.007237786427140236, 0.055898118764162064, -0.019422227516770363, -0.02505212463438511, 0.06795957684516907, -0.027693983167409897, -0.016470633447170258, -0.0033478746190667152, 0.04128589853644371, 0.006577321328222752, -0.02947951667010784, 0.03234001249074936, -0.002550761681050062, -0.039500366896390915, 0.038334302604198456, 0.005839422345161438, 0.0046346429735422134, 0.024141136556863785, 0.046423863619565964, 0.012580720707774162, 0.01055833138525486, -0.013309510424733162, 0.012462292797863483, -0.017955539748072624, -0.06577321141958237, -0.06140047684311867, 0.002525709569454193, 0.03501831367611885, -0.04769924283027649, -0.001135316677391529, 0.06628336757421494, 0.045476436614990234, 0.021298859268426895, -0.051671143621206284, 0.0195133276283741, -0.03696782514452934, 0.011268900707364082, -0.004197369329631329, -0.018165066838264465, 0.012498732656240463, -0.013828772120177746, -0.032959483563899994, 0.004643752705305815, -0.04908394441008568, -0.045913711190223694, 0.023139052093029022, 0.02563515491783619, -0.030481602996587753, -0.006868836935609579, -0.017746012657880783, 0.025452958419919014, -0.0348178967833519, -0.005816647782921791, 0.019823063164949417, 0.024669509381055832, -0.009446928277611732, 0.024869926273822784, -0.04252484068274498, -0.01848391257226467, -0.021062003448605537, -0.000027685444365488365, -0.05083303526043892, 0.07491951435804367, 0.015304570086300373, -0.022118747234344482, 0.018766317516565323, 0.01375589333474636, -0.01579650305211544, 0.008868452161550522, 0.05338379740715027, -0.015177031978964806, 0.08067695051431656, 0.008422068320214748, 0.0018071690574288368, -0.025106782093644142, -0.0012731034075841308, -0.00023116277588997036, 0.01973196305334568, 0.004308965057134628, -0.004488884937018156, 0.010066398419439793, -0.024596629664301872, -0.0291880015283823, -0.03888089582324028, 0.05954206734895706, 0.010795188136398792, -0.017964649945497513, -0.03325100243091583, -0.05436766520142555, 0.022264504805207253, 0.012298314832150936, 0.013291290029883385, 0.00346858031116426, 0.03997407853603363, -0.009929751046001911, 0.0034594705794006586, -0.06293093413114548, 0.03742331638932228, 0.0030062547884881496, -0.02323015034198761, 0.04748060554265976, 0.039281729608774185, 0.010321474634110928, -0.06384192407131195, 0.01343704853206873, -0.028659628704190254, -0.00942870881408453, -0.0019130712607875466, 0.07233231514692307, -0.005684554576873779, -0.010221266187727451, -0.06431563198566437, -0.04565863311290741, 0.013318619690835476, -0.048610229045152664, 0.09824076294898987, 0.00873635895550251, -0.013491706922650337, -0.027347808703780174, -0.047589924186468124, -0.012362084351480007, 0.016324874013662338, -0.07987528294324875, 0.0010601603426039219, 0.025471176952123642, 0.008203431963920593, 0.000009047588719113264, 0.04864666983485222, -0.007638620212674141, -0.010749638080596924, -0.040520671755075455, -0.03858938068151474, -0.029315540567040443, 0.03270440921187401, 0.01511326339095831, -0.046278104186058044, 0.012125227600336075, -0.01259894110262394, -0.009182741865515709, 0.0485009104013443, -0.026546141132712364, 0.0009844346204772592, -0.012225436046719551, 0.0259084515273571, 0.022537801414728165, -0.004222421441227198, 0.035783544182777405, -0.014320705085992813, 0.021535716950893402, -0.006559101399034262, 0.02235560491681099, 0.008039453998208046, -0.0038375298026949167, 0.043654464185237885, 0.0018242500955238938, 0.0072560058906674385, -0.01682591810822487, 0.03685850650072098, 0.012945115566253662, -0.042998552322387695, 0.01848391257226467, 0.04551287740468979, -0.03642123192548752, 0.008444842882454395, -0.00722412159666419, -0.0824260413646698, -0.008927665650844574, 0.008508612401783466, -0.008945886045694351, -0.044601891189813614, -0.047881439328193665, -0.05684554576873779, -0.07094761729240417, 0.03328743949532509, -0.008299085311591625, -0.048245836049318314, 0.007192236836999655, 0.003880801610648632, 0.03348785638809204, -0.017299629747867584, -0.016397753730416298, 0.009510696865618229, 0.009474257938563824, 0.016443302854895592, -0.014548451639711857, -0.02534363977611065, -0.047444168478250504, -0.05170758441090584, -0.015058604069054127, 0.030627360567450523, 0.03715002164244652, 0.035929299890995026, 0.010676759295165539, -0.08198876678943634, -0.018948515877127647, -0.05961494520306587, -0.07921937108039856, 0.042707037180662155, -0.01871165819466114, 0.00859515555202961, -0.009856872260570526, -0.03428952395915985, -0.052472811192274094, 0.03224891424179077, -0.05782940983772278, 0.0032135043293237686, 0.01557786576449871, -0.043435826897621155, 0.00003072799518122338, 0.026163527742028236, 0.029588835313916206, -0.07703300565481186, 0.04114014282822609, -0.013154642656445503, 0.023430567234754562, -0.008212541230022907, 0.035783544182777405, 0.05855819955468178, 0.0601615346968174, 0.05808448791503906, -0.04697045311331749, 0.009620015509426594, 0.017144761979579926, -0.036730967462062836, 0.009009654633700848, -0.04748060554265976, -0.003158845007419586, -0.010612990707159042, -0.01463044062256813, -0.0011330392444506288, 0.01783711276948452, 0.06519018113613129, 0.024195795878767967, 0.03946392610669136, 0.019750183448195457, 0.011022934690117836, -0.00899599026888609, -0.0011410103179514408, 0.07834482192993164, 0.011059373617172241, -0.015996919944882393, 0.044091738760471344, 0.07914648950099945, 0.01675303839147091, 0.05866751819849014, -0.004589093383401632, 0.024797048419713974, -0.025525836274027824, -0.07535678893327713, 0.0704374611377716, -0.03807922825217247, -0.041176579892635345, -0.00036524859024211764, 0.012680929154157639, 0.003379759145900607, -0.046788256615400314, 0.04259771853685379, -0.06905276328325272, 0.010275925509631634, -0.016279324889183044, 0.010093728080391884, -0.008481282740831375, -0.03676740825176239, -0.02423223666846752, -0.040374912321567535, 0.03807922825217247, -0.005014979746192694, 0.005393038969486952, 0.034471720457077026, -0.026546141132712364, 0.03022652678191662, 0.006217481568455696, 0.019312910735607147, -0.0034412508830428123, -0.017062773928046227, 0.000547161151189357, -0.08162437379360199, -0.09284772723913193, -0.005652670282870531, 0.01423871610313654, 0.06519018113613129, 0.012434963136911392, -0.037969909608364105, -0.012188997119665146, -0.03720468282699585, -0.03383403271436691, -0.03239467367529869, 0.01495839562267065, 0.053565993905067444, -0.037168242037296295, 0.0299167912453413, -0.0066228704527020454, 0.035492025315761566, 0.0036894946824759245, 0.048755988478660583, -0.013519036583602428, 0.005001314915716648, 0.04799075797200203, -0.06369616091251373, -0.008645259775221348, 0.009292060509324074, -0.054076146334409714, 0.021062003448605537, -0.009114418178796768, 0.04478408768773079, 0.02592667005956173, -0.006376904435455799, -0.0036485001910477877, 0.06333176791667938, -0.05677266791462898, 0.016570841893553734, 0.0897139310836792, -0.0020189734641462564, 0.008135107345879078, -0.05823024362325668, -0.012726479209959507, 0.00902787409722805, 0.015960481017827988, 0.005670889746397734, 0.019112493842840195, -0.008859341964125633, -0.009082533419132233, 0.05349311605095863, -0.015486767515540123, 0.023867841809988022, 0.0023480672389268875, -0.02853209152817726, 0.014830857515335083, 0.017490936443209648, 0.005834867246448994, -0.028277015313506126, 0.040666427463293076, 0.024851705878973007, -0.031410809606313705, 0.07601270079612732, -0.05852176249027252, -0.0031770647037774324, 0.018893856555223465, -0.042488403618335724, -0.11259790509939194, -0.030827777460217476, -0.003008532337844372, 0.0323035754263401, -0.01602424867451191, 0.05761077627539635, 0.04135878011584282, 0.06220214441418648, 0.07105693221092224 ]
15,899
traitlets.traitlets
_busy_updating
null
def _validate_link(*tuples: t.Any) -> None: """Validate arguments for traitlet link functions""" for tup in tuples: if not len(tup) == 2: raise TypeError( "Each linked traitlet must be specified as (HasTraits, 'trait_name'), not %r" % t ) obj, trait_name = tup if not isinstance(obj, HasTraits): raise TypeError("Each object must be HasTraits, not %r" % type(obj)) if trait_name not in obj.traits(): raise TypeError(f"{obj!r} has no trait {trait_name!r}")
(self) -> Any
[ -0.044074296951293945, 0.035331688821315765, -0.028919240459799767, -0.010819878429174423, -0.06759262830018997, -0.010846973396837711, -0.01970699056982994, 0.045266468077898026, -0.011632723733782768, 0.03338085860013962, 0.037390898913145065, 0.03394082188606262, 0.05729658529162407, -0.025234339758753777, -0.054478719830513, -0.027690941467881203, -0.016834935173392296, 0.03981137275695801, 0.015886615961790085, -0.0043893661350011826, -0.041400935500860214, 0.040895167738199234, -0.013637742958962917, -0.025487225502729416, 0.023590585216879845, 0.0954461395740509, 0.03793279454112053, 0.02525240369141102, 0.05148022249341011, 0.0469282865524292, -0.022922245785593987, 0.007992981933057308, 0.03325441852211952, 0.04616963118314743, 0.025631731376051903, -0.014233829453587532, 0.011795292608439922, 0.004208733793348074, -0.07796092331409454, 0.045013584196567535, -0.011885609477758408, 0.025758175179362297, 0.035584576427936554, 0.0031700979452580214, -0.006931766867637634, -0.0448690764605999, -0.05249176174402237, 0.06520827859640121, -0.10418874770402908, -0.06351033598184586, -0.013583553023636341, -0.07991175353527069, 0.0856197401881218, 0.026354260742664337, -0.0298765916377306, 0.04067840799689293, -0.008706479333341122, 0.09891428053379059, 0.014739600010216236, 0.03590971231460571, 0.02501758188009262, 0.024349242448806763, 0.03394082188606262, -0.013222288340330124, 0.03930560126900673, -0.07752741128206253, -0.020014066249132156, -0.022217780351638794, -0.028485722839832306, 0.03545813262462616, -0.032242875546216965, 0.0462418831884861, -0.029443074017763138, 0.01634722761809826, 0.02261517196893692, -0.016681399196386337, 0.019381852820515633, -0.0030007550958544016, 0.0661475732922554, -0.027203233912587166, 0.030165603384375572, -0.040389396250247955, -0.028413470834493637, -0.011081795208156109, 0.01856900565326214, -0.00853036344051361, 0.020068254321813583, -0.024710506200790405, -0.0014744115760549903, 0.03197192773222923, -0.05209437385201454, -0.010937289334833622, -0.011262428015470505, -0.04873460903763771, -0.03366987034678459, 0.055201247334480286, 0.026444576680660248, -0.06325744837522507, -0.016085311770439148, -0.03811342641711235, 0.023536397144198418, -0.04703666642308235, -0.013348731212317944, 0.029172126203775406, -0.02440343238413334, -0.04718117043375969, -0.03460916131734848, -0.07528756558895111, -0.050143543630838394, 0.051263462752103806, -0.021693946793675423, -0.039775244891643524, 0.05213049799203873, 0.05552638694643974, 0.002953339135274291, -0.0462418831884861, -0.009690926410257816, -0.04519421607255936, -0.08822084218263626, -0.02536078356206417, 0.07283096760511398, 0.011560470797121525, 0.0023549944162368774, 0.003343956544995308, 0.05021579563617706, 0.01152434479445219, -0.010169601999223232, 0.017683908343315125, 0.018894145265221596, -0.02731161192059517, 0.005432518199086189, -0.0024949845392256975, -0.028485722839832306, 0.036776747554540634, -0.03247769922018051, 0.015200212597846985, -0.01429705135524273, -0.0053692967630922794, -0.004687409847974777, -0.07463729381561279, -0.00025556655600667, 0.039016589522361755, 0.003867790335789323, -0.038763705641031265, -0.04822884127497673, 0.013222288340330124, -0.04793982952833176, -0.0469282865524292, 0.033109910786151886, -0.015118928626179695, -0.0027162590995430946, -0.06741199642419815, -0.0072930315509438515, 0.004949326626956463, -0.08778732270002365, -0.010305075906217098, -0.05003516376018524, -0.04931263253092766, 0.008485205471515656, 0.007726549170911312, -0.004177123308181763, -0.021115923300385475, -0.013050687499344349, 0.017286516726017, -0.0012881344882771373, -0.008602616377174854, 0.05950029939413071, -0.04584449157118797, 0.013773217797279358, 0.01856900565326214, 0.01893027126789093, 0.01979730650782585, -0.004405171610414982, 0.023175131529569626, -0.052383385598659515, -0.02191070467233658, 0.03049074299633503, -0.043460145592689514, 0.03923334926366806, -0.01669042930006981, -0.021549440920352936, -0.035837460309267044, -0.025487225502729416, 0.0014721537008881569, 0.03177323192358017, 0.03847469389438629, -0.02774512954056263, -0.020664341747760773, 0.0038158586248755455, -0.024818886071443558, -0.06127049773931503, -0.0011887867003679276, 0.006692429073154926, 0.028413470834493637, 0.015407940372824669, -0.005540897604078054, -0.030779754742980003, 0.030888132750988007, -0.04786757379770279, -0.009031618013978004, -0.001331034698523581, -0.016491733491420746, -0.04082291200757027, 0.0187677014619112, 0.007667843718081713, 0.006958861835300922, 0.024710506200790405, 0.0043893661350011826, -0.01603112183511257, -0.02996690757572651, 0.022127464413642883, 0.004913200158625841, -0.0057937828823924065, 0.036108408123254776, 0.02337382733821869, -0.003136229235678911, -0.01129855401813984, -0.023319637402892113, -0.011596597731113434, 0.0201405081897974, 0.09031617641448975, 0.0004109386063646525, 0.06293231248855591, -0.016148533672094345, 0.05404520034790039, -0.03825793415307999, 0.061704013496637344, 0.0060466681607067585, -0.016067247837781906, -0.012535885907709599, 0.02337382733821869, -0.03460916131734848, -0.010440550744533539, 0.062137532979249954, -0.00753688532859087, -0.011063732206821442, -0.03298346698284149, -0.04172607511281967, 0.004642251413315535, 0.022922245785593987, -0.017765192314982414, -0.015886615961790085, -0.04504971206188202, -0.004827399738132954, 0.04530259594321251, 0.02508983388543129, 0.0028110910207033157, 0.008209740743041039, -0.08966590464115143, -0.05274464935064316, -0.024602126330137253, 0.013122940436005592, -0.0054641286842525005, 0.008467141538858414, -0.03332667052745819, -0.005766687914729118, -0.007396894972771406, -0.11647174507379532, 0.03256801515817642, -0.05841650441288948, 0.004477424547076225, 0.04284599423408508, 0.0075323693454265594, 0.11408739537000656, 0.02098947949707508, -0.030870070680975914, 0.02817864716053009, 0.06405223160982132, -0.029912719503045082, -0.0031068765092641115, 0.07666037231683731, 0.003960364498198032, -0.00025641327374614775, 0.05198599398136139, 0.019996002316474915, -0.004249376244843006, 0.04880686476826668, 0.010666340589523315, -0.0022183910477906466, -0.0059653837233781815, 0.00851681549102068, -0.00240918411873281, -0.029244378209114075, -0.009456103667616844, -0.01315003540366888, -0.025234339758753777, 0.002743353834375739, -0.031231334432959557, -0.056574054062366486, 0.0027162590995430946, 0.026173628866672516, -0.03323635458946228, 0.023915724828839302, 0.028323153033852577, -0.009826400317251682, 0.05231112986803055, 0.007157557178288698, 0.00599247869104147, 0.054695479571819305, -0.058452632278203964, 0.02176619879901409, -0.014712505973875523, 0.042773742228746414, -0.05054093524813652, -0.03945010527968407, -0.09168898314237595, 0.011831419542431831, 0.004497745539993048, 0.006028605159372091, -0.01473056897521019, 0.04324338585138321, -0.0040032644756138325, -0.039955876767635345, 0.02808833122253418, -0.00746914790943265, 0.027727067470550537, -0.015064738690853119, -0.003325893310829997, -0.04266536235809326, 0.08569198846817017, -0.032242875546216965, 0.023319637402892113, 0.023698965087532997, -0.028738608583807945, 0.02579430118203163, -0.032405443489551544, 0.007816865108907223, -0.07196392863988876, -0.028883114457130432, 0.044760700315237045, -0.023951850831508636, 0.01293327659368515, 0.04237635061144829, -0.002278225729241967, -0.07478179782629013, 0.06589468568563461, -0.016582051292061806, 0.04429105296730995, 0.04374915733933449, 0.0004639993712771684, -0.00954642053693533, 0.03872757777571678, 0.036704495549201965, 0.010910194367170334, 0.03021979331970215, -0.0008038139785639942, -0.0496739000082016, 0.017512306571006775, 0.019147029146552086, 0.018433531746268272, -0.0303281731903553, 0.05740496516227722, 0.004845463205128908, -0.035078804939985275, 0.007943307980895042, -0.0227777399122715, 0.00044029136188328266, -0.013005529530346394, 0.016889125108718872, 0.00831360463052988, 0.0791892260313034, -0.00851681549102068, -0.03665030375123024, -0.0012452342780306935, 0.02048370987176895, 0.005166085436940193, 0.039088841527700424, -0.004624188411980867, 0.041762202978134155, -0.013673869892954826, -0.01395384967327118, 0.001292650355026126, 0.016997504979372025, -0.02028501406311989, 0.005251885857433081, 0.05444259196519852, 0.12196297198534012, 0.04288212209939957, -0.018189677968621254, -0.013511300086975098, -0.001137983868829906, 0.015398908406496048, 0.06715910881757736, 0.0051435064524412155, 0.0021788778249174356, -0.024855012074112892, -0.05393682047724724, 0.026914222165942192, 0.030003035441040993, 0.05444259196519852, 0.05191373825073242, -0.04696441441774368, 0.006746618542820215, -0.05903065577149391, 0.02501758188009262, -0.003553941613063216, 0.03486204519867897, 0.010684403590857983, -0.06921832263469696, -0.026697462424635887, -0.003985201474279165, -0.021693946793675423, -0.09327854961156845, 0.017078788951039314, -0.02259710803627968, 0.07586558908224106, 0.03966686502099037, 0.05090219900012016, 0.023066751658916473, 0.043026626110076904, 0.028413470834493637, 0.03941398113965988, -0.03923334926366806, -0.0036826422438025475, 0.014351241290569305, 0.035403940826654434, -0.009112902916967869, 0.036957379430532455, -0.05577927082777023, -0.04219571873545647, 0.05144409462809563, 0.00769042270258069, -0.009898653253912926, 0.039630740880966187, 0.04324338585138321, -0.022217780351638794, -0.05155247449874878, 0.00475514680147171, 0.0650276467204094, 0.014324146322906017, 0.02089916355907917, -0.050577059388160706, 0.006818871479481459, -0.03511492908000946, -0.010928257368505001, 0.03502461314201355, -0.05209437385201454, 0.022416476160287857, 0.026697462424635887, -0.015082801692187786, -0.00040557608008384705, -0.005735077429562807, 0.02191070467233658, 0.039630740880966187, -0.0026282009202986956, -0.037896670401096344, 0.009925748221576214, -0.03316410258412361, -0.03702963516116142, -0.00808781385421753, -0.018785765394568443, 0.03222481161355972, 0.0001683550071902573, -0.022127464413642883, -0.020429519936442375, -0.04002813249826431, -0.040389396250247955, 0.006579533684998751, -0.027546435594558716, 0.0029488231521099806, 0.018018078058958054, -0.024475684389472008, -0.02893730439245701, 0.008620679378509521, 0.004312597680836916, 0.007148525677621365, -0.015561477281153202, 0.011072763241827488, 0.0020219534635543823, 0.011714008636772633, 0.05191373825073242, -0.014324146322906017, 0.012138494290411472, 0.03466334939002991, 0.012409443035721779, 0.04197895899415016, 0.0664004534482956, -0.008756153285503387, -0.013773217797279358, -0.03872757777571678, 0.05729658529162407, -0.03829405829310417, 0.021820388734340668, 0.021260429173707962, -0.0009330790489912033, 0.017241358757019043, -0.0716387927532196, -0.008277477696537971, -0.03403113782405853, 0.0349162332713604, -0.0006931766984052956, -0.02689615823328495, -0.036361292004585266, 0.026083312928676605, 0.028630228713154793, -0.036541927605867386, -0.023662839084863663, 0.020014066249132156, -0.002458858070895076, 0.009781242348253727, -0.0018672869773581624, -0.007947823964059353, 0.03466334939002991, -0.038149554282426834, 0.05093832686543465, -0.010259917937219143, 0.058380376547575, 0.008268446661531925, -0.02790769934654236, -0.0011323391227051616, -0.04103967174887657, 0.0048093367367982864, 0.07391475886106491, 0.061884645372629166, 0.06582242995500565, -0.016473671421408653, 0.027871573343873024, 0.011921735480427742, 0.004292276222258806, 0.011163080111145973, 0.0650276467204094, 0.006236332003027201, 0.0007942179217934608, -0.051263462752103806, 0.017331674695014954, -0.036000028252601624, 0.00024498262791894376, -0.01395384967327118, 0.029081810265779495, -0.02433117851614952, 0.04884298890829086, 0.025631731376051903, -0.036776747554540634, -0.03683093935251236, -0.0393778532743454, 0.03108682855963707, 0.0008354246383532882, 0.011316617019474506, 0.0344465896487236, 0.03786054253578186, 0.02124236524105072, -0.02740192972123623, -0.05075769126415253, -0.014974422752857208, -0.007907181046903133, -0.04855397716164589, 0.02799801528453827, -0.0004109386063646525, -0.05122733861207962, 0.04497745633125305, -0.03702963516116142, -0.003003012854605913, -0.0210617333650589, 0.05762172117829323, -0.05881389603018761, -0.010566992685198784, -0.00962770450860262, -0.035151056945323944, 0.03177323192358017, 0.031899675726890564, -0.010603119619190693, -0.04674765467643738, 0.0018503527389839292, -0.02039339393377304, -0.006751134525984526, -0.035169120877981186, 0.051263462752103806, -0.030093351379036903, -0.00552735012024641, 0.08894336968660355, -0.03193579986691475, 0.024692444130778313, -0.06448575109243393, -0.01979730650782585, 0.02543303556740284, -0.04544709995388985, -0.04840947315096855, 0.020501771941781044, -0.03637935593724251, -0.055020615458488464, 0.03843856602907181, 0.031737104058265686, -0.012680391781032085, -0.016934283077716827, 0.07651586830615997, -0.01626594364643097, 0.0035178151447325945, 0.013330668210983276, -0.02021276019513607, -0.018803829327225685, -0.07955048978328705, 0.004472908563911915, -0.06481088697910309, -0.03623485192656517, 0.02937082201242447, 0.024963391944766045, 0.04815658554434776, -0.02149525098502636, -0.07315610349178314, -0.005676371976733208, -0.024006040766835213, 0.015823394060134888, 0.0024611158296465874, -0.013845470733940601, 0.004129707347601652, -0.0059653837233781815, 0.015985963866114616, -0.01611240580677986, -0.0344465896487236, -0.05422583222389221, 0.028883114457130432, 0.04815658554434776, 0.013375826179981232, -0.02852184884250164, -0.01824386790394783, -0.040389396250247955, -0.05317816510796547, 0.03495236113667488, 0.029009556397795677, 0.057260457426309586, 0.012779739685356617, -0.05025192350149155, -0.010287012904882431, 0.02893730439245701, -0.04934876039624214, -0.003953590523451567, -0.00691370340064168, -0.03249576315283775, 0.010585056617856026, -0.036957379430532455, 0.026697462424635887, -0.038835957646369934, 0.046892158687114716, -0.015200212597846985, 0.017015568912029266, -0.023861534893512726, 0.03623485192656517, -0.030454615131020546, 0.015200212597846985, 0.021133985370397568, -0.09277278184890747, -0.006173111032694578, -0.007952339947223663, 0.02852184884250164, 0.02973208576440811, 0.06621982157230377, -0.018659323453903198, -0.05841650441288948, 0.08612550795078278, 0.015272465534508228, 0.04067840799689293, 0.08843760192394257, 0.01558857224881649, -0.004926747642457485, 0.04718117043375969, 0.04190670698881149, 0.007184652145951986, -0.04541097581386566, -0.018713511526584625, 0.0006926122005097568, 0.02339189127087593, -0.004348724149167538, 0.046639274805784225, -0.009474167600274086, 0.0023798313923180103, 0.006841450463980436, 0.014784758910536766, -0.0021483961027115583, -0.010350233875215054, 0.01473056897521019, -0.07810543477535248, -0.0024611158296465874, 0.031231334432959557, -0.04093129187822342, 0.047397930175065994, 0.0074781798757612705, -0.011497249826788902, -0.04421880096197128, -0.02156750299036503, -0.046711526811122894, -0.04992678388953209, -0.029352758079767227, -0.07297547161579132, -0.03793279454112053, -0.0627155527472496, 0.007017567288130522, -0.00013215797662269324, 0.04696441441774368, -0.012273969128727913, -0.046458642929792404, 0.02996690757572651, -0.006773713510483503, 0.030617184937000275, -0.02270548790693283, -0.033868566155433655, -0.05668243393301964, -0.03578326851129532, 0.04613350331783295, 0.04010038450360298, -0.007451084908097982, 0.05223887786269188, -0.0065253437496721745, -0.018894145265221596, 0.05046867951750755, -0.029479200020432472, -0.006931766867637634, -0.01977924257516861, -0.0026078796945512295, 0.0018706738483160734, -0.022994499653577805, -0.00963673647493124, -0.027167106047272682, 0.03256801515817642, -0.025162087753415108, -0.01272554975003004, -0.05711595341563225, 0.04884298890829086, 0.03578326851129532, 0.0064576067961752415, -0.05603215843439102, 0.030526868999004364, -0.0008179259020835161, 0.007916213013231754, -0.00907225999981165, 0.017873572185635567, -0.008927754126489162, 0.017521338537335396, -0.044327180832624435, 0.05397294834256172, -0.03074362687766552, 0.044074296951293945, 0.03511492908000946, -0.055020615458488464, 0.10303270071744919, -0.009216765873134136, 0.01117211114615202, -0.02131461910903454, 0.016473671421408653, 0.01494732778519392, 0.004980937112122774, 0.03453690558671951, 0.00165843078866601, 0.06932669878005981, -0.07156653702259064, 0.04999903589487076, 0.003716510720551014, -0.039269473403692245, 0.04884298890829086, 0.015543414279818535, -0.05942804738879204, 0.043713029474020004, 0.0009556580916978419, -0.018695449456572533, -0.01720523275434971, 0.0844636932015419, -0.0258665531873703, 0.02339189127087593, -0.043640777468681335, -0.009058712981641293, -0.05693531781435013, 0.005915709771215916, 0.06072859838604927, 0.0325138233602047, -0.023590585216879845, 0.029840465635061264, -0.009347724728286266, -0.025920743122696877, 0.04736180603504181 ]
15,900
traitlets.traitlets
_update_source
null
def _update_source(self, change: t.Any) -> None: if self.updating: return with self._busy_updating(): setattr(self.source[0], self.source[1], self._transform_inv(change.new)) if getattr(self.target[0], self.target[1]) != change.new: raise TraitError( f"Broken link {self}: the target value changed while updating " "the source." )
(self, change: Any) -> NoneType
[ -0.004931179340928793, -0.011910089291632175, -0.016110561788082123, 0.05632133036851883, -0.07539847493171692, -0.06024177372455597, -0.016198070719838142, 0.05810653045773506, 0.05632133036851883, -0.017405707389116287, -0.023505141958594322, -0.04021952301263809, 0.07987897843122482, 0.03297370672225952, -0.039869483560323715, 0.024012699723243713, -0.03456638753414154, 0.02595541812479496, 0.01099998690187931, 0.028353186324238777, -0.019339673221111298, 0.004716780036687851, 0.031766071915626526, 0.012006349861621857, 0.0017195682739838958, 0.0351964570581913, 0.008050904609262943, 0.0009407307370565832, 0.008996011689305305, -0.05499118193984032, -0.005005562677979469, -0.03320123255252838, 0.04434998705983162, 0.009871109388768673, 0.061816949397325516, 0.038679346442222595, -0.006690126843750477, 0.00746896443888545, 0.03082096390426159, -0.03204610198736191, -0.007569600827991962, -0.017274441197514534, 0.01697690784931183, 0.027723116800189018, 0.03815428912639618, 0.02131739631295204, -0.07336824387311935, 0.060311779379844666, -0.022595040500164032, -0.008234675973653793, -0.008523457683622837, 0.001647372730076313, 0.02431023307144642, 0.052890945225954056, 0.020932352170348167, 0.06080183386802673, 0.009582326747477055, 0.06451225280761719, 0.0314510352909565, 0.01694190502166748, 0.04371991381049156, -0.00979235116392374, 0.01898963376879692, -0.07168805599212646, 0.011997598223388195, -0.07497842609882355, 0.026200445368885994, 0.01099998690187931, 0.018044527620077133, 0.057616475969552994, -0.013782799243927002, 0.04676525667309761, 0.01753697171807289, 0.0036929151974618435, -0.025745393708348274, 0.03766423463821411, -0.07035791128873825, 0.018552085384726524, 0.025377852842211723, -0.08225924521684647, 0.0484454445540905, 0.02135240100324154, 0.008164667524397373, -0.03160855174064636, -0.03432135656476021, -0.031083494424819946, -0.0007268785848282278, -0.013108973391354084, 0.009827354922890663, -0.016513105481863022, -0.020232275128364563, 0.020424796268343925, -0.02413521334528923, -0.018289556726813316, 0.06150191277265549, 0.04193471372127533, 0.005040566436946392, -0.08954006433486938, -0.0044104959815740585, -0.0024349612649530172, 0.045190081000328064, 0.01286394614726305, 0.006331336684525013, 0.0620269738137722, 0.0416196770966053, -0.016215572133660316, 0.0264979787170887, -0.017125675454735756, -0.03369128704071045, -0.01418534480035305, -0.027285566553473473, -0.007311447057873011, -0.04645022004842758, -0.0011113749351352453, -0.04039454087615013, -0.045015059411525726, -0.0038263676688075066, -0.029035763815045357, -0.04270480200648308, 0.018954630941152573, 0.0317835733294487, 0.020774835720658302, -0.047430332750082016, -0.028878245502710342, 0.01830705814063549, -0.05128076300024986, 0.020389791578054428, -0.0055306218564510345, 0.06748759001493454, -0.05156079679727554, -0.039134398102760315, -0.017073169350624084, -0.0552712120115757, 0.0688527375459671, 0.018692100420594215, -0.009328548796474934, -0.0438949353992939, 0.028125662356615067, 0.022209996357560158, -0.02936830185353756, 0.009538572281599045, 0.009888611733913422, 0.049250535666942596, -0.044875044375658035, 0.030855968594551086, 0.0034916424192488194, -0.004821792244911194, 0.06997286528348923, -0.014867921359837055, 0.0003298026858828962, -0.028300682082772255, -0.03801427409052849, 0.021159878000617027, 0.012443899177014828, -0.058666594326496124, 0.019724717363715172, -0.09808102250099182, -0.006598241627216339, 0.01006363146007061, 0.04977559670805931, 0.012277630157768726, -0.08099910616874695, 0.00928479339927435, -0.0021155502181500196, -0.01870960369706154, -0.020197270438075066, -0.0567413792014122, -0.047605350613594055, -0.013555273413658142, 0.021562423557043076, 0.004511131905019283, -0.039869483560323715, 0.027110546827316284, 0.026900524273514748, 0.05341600626707077, 0.04102461040019989, 0.006677000783383846, -0.008475327864289284, 0.00469927815720439, 0.0006256953347474337, -0.01373029313981533, -0.005972546525299549, -0.006178194656968117, 0.04175969585776329, -0.01236514002084732, 0.04648522660136223, -0.02786313183605671, -0.012312633916735649, -0.01648685336112976, -0.009477315470576286, -0.0027434334624558687, -0.06125688552856445, -0.01771199144423008, 0.020004749298095703, -0.022822566330432892, -0.029210783541202545, -0.057581473141908646, -0.038994383066892624, 0.010308658704161644, 0.06825767457485199, -0.02285756915807724, -0.045960165560245514, 0.024870295077562332, 0.081629179418087, -0.034041326493024826, -0.009424809366464615, 0.05096573010087013, 0.040184516459703445, 0.03598404675722122, -0.01958470232784748, 0.024187719449400902, 0.02504531480371952, 0.0016495604068040848, 0.011892586946487427, -0.011481290683150291, -0.017694488167762756, -0.06493230164051056, -0.0012579539325088263, 0.011393780820071697, 0.014710403978824615, 0.047745365649461746, 0.020932352170348167, -0.018377065658569336, -0.024870295077562332, 0.08071907609701157, 0.001175913494080305, 0.02968333661556244, -0.0013509331038221717, -0.010623694397509098, 0.0015893974341452122, 0.051210757344961166, -0.06465226411819458, -0.011936341412365437, -0.011402531526982784, 0.096890889108181, -0.004834918305277824, -0.010387417860329151, 0.021002361550927162, -0.05355602130293846, 0.003955444786697626, -0.04757034778594971, -0.020844843238592148, 0.00851470697671175, -0.0013990635052323341, -0.03019089438021183, -0.05264591798186302, 0.000916118617169559, 0.013485265895724297, -0.07322823256254196, -0.00486117135733366, 0.052120860666036606, 0.027985645458102226, -0.03209860995411873, 0.03682414069771767, -0.004729906562715769, -0.056671369820833206, 0.011962594464421272, -0.061676934361457825, 0.013607779517769814, -0.013546522706747055, -0.05810653045773506, -0.009433560073375702, -0.03341125696897507, 0.059541694819927216, 0.00563563359901309, -0.0007843069033697248, -0.020144764333963394, 0.0787588506937027, 0.01944468542933464, 0.009538572281599045, 0.04708029329776764, -0.048200417309999466, -0.06171193718910217, 0.07322823256254196, 0.015095447190105915, -0.00497493427246809, 0.025797899812459946, 0.02518533170223236, 0.05649635195732117, -0.02285756915807724, 0.02950831688940525, 0.00455488683655858, 0.010588690638542175, -0.00610381131991744, -0.039449434727430344, -0.05719643086194992, -0.0004903285298496485, -0.03629907965660095, -0.05513119697570801, 0.03229112923145294, 0.050615690648555756, 0.027758119627833366, 0.01776449754834175, 0.014036578126251698, 0.012146365828812122, 0.04963557794690132, -0.054396115243434906, 0.006418846547603607, 0.04119963198900223, 0.002104611601680517, -0.002531222067773342, 0.004325173795223236, -0.07217811048030853, -0.03234363719820976, 0.003104411531239748, -0.03773424029350281, 0.0059900484047830105, -0.03983447700738907, -0.0063707162626087666, 0.03496893122792244, 0.036859143525362015, 0.019882235676050186, -0.06874772906303406, 0.007062043994665146, 0.052925948053598404, -0.05765148252248764, -0.013966569676995277, 0.026532983407378197, -0.001647372730076313, 0.055621251463890076, -0.07308821380138397, 0.005937542300671339, -0.0537310391664505, 0.041409656405448914, -0.04070957750082016, 0.014027826488018036, 0.03619406744837761, 0.026375465095043182, -0.017904512584209442, 0.009783599525690079, -0.011621306650340557, -0.018692100420594215, 0.038959380239248276, 0.004371116403490305, -0.07308821380138397, 0.02240251749753952, -0.020512305200099945, -0.04900550842285156, 0.03857433795928955, 0.002067419933155179, 0.01623307541012764, 0.03829430416226387, -0.007088296581059694, 0.0009347144514322281, 0.0771486759185791, -0.002903138753026724, -0.022122487425804138, -0.013073969632387161, 0.04757034778594971, -0.015235462225973606, -0.06514232605695724, 0.04498005658388138, 0.013581526465713978, -0.003889812156558037, 0.0725981593132019, -0.027443084865808487, -0.010807464830577374, -0.06381217390298843, 0.008768485859036446, -0.04522508382797241, 0.04175969585776329, -0.025535371154546738, 0.014544134959578514, 0.0070445421151816845, -0.013240238651633263, 0.06636746227741241, -0.09192033112049103, -0.03311372175812721, -0.0047561596147716045, 0.013213985599577427, -0.048690471798181534, -0.049565572291612625, 0.015489241108298302, 0.019882235676050186, -0.000340467959176749, 0.013196483254432678, -0.016626868396997452, 0.0371391735970974, 0.003894187742844224, -0.03509144484996796, 0.05569126084446907, -0.0007897762698121369, -0.039344422519207, 0.0817691907286644, -0.01716943085193634, -0.017633231356739998, 0.019707215949892998, -0.036719128489494324, 0.049285538494586945, 0.038959380239248276, 0.014395368285477161, 0.008186545222997665, 0.005858783610165119, -0.028493203222751617, 0.03036591410636902, 0.007538972422480583, 0.04757034778594971, 0.005543748382478952, -0.025325346738100052, -0.08127913624048233, -0.03019089438021183, -0.0027653109282255173, -0.0612918883562088, 0.06279706209897995, -0.030540933832526207, -0.013073969632387161, 0.05842156708240509, 0.03738420084118843, -0.02964833192527294, 0.047745365649461746, -0.02950831688940525, 0.034583888947963715, -0.06479228287935257, -0.014972933568060398, 0.012802689336240292, -0.012575163505971432, 0.017405707389116287, -0.07406832277774811, 0.02627045288681984, 0.04147966206073761, 0.017720742151141167, 0.0568113848567009, -0.004316422622650862, -0.004471752792596817, -0.00009516694990452379, -0.054396115243434906, 0.005994423758238554, 0.007766498252749443, 0.01060619205236435, 0.07182807475328445, 0.031766071915626526, 0.024835292249917984, 0.015086695551872253, 0.0003194109012838453, -0.010028627701103687, -0.027075543999671936, 0.006138815078884363, 0.04434998705983162, 0.04035953804850578, -0.02746058627963066, 0.0037191680166870356, -0.00011458319204393774, -0.022157490253448486, -0.0009040859877131879, -0.0430898442864418, -0.05163080245256424, -0.02359265275299549, -0.02052980847656727, -0.06633245944976807, 0.005946293473243713, -0.01580427587032318, 0.01563800871372223, -0.03220361843705177, -0.02026727795600891, -0.0084315724670887, -0.05649635195732117, -0.03857433795928955, -0.019339673221111298, 0.017134426161646843, 0.006528233643621206, -0.04371991381049156, 0.034268852323293686, 0.0005830342997796834, -0.007687739096581936, 0.019742218777537346, -0.037314195185899734, 0.04203972592949867, -0.020459799095988274, -0.03236113861203194, 0.002012726152315736, 0.07658860832452774, -0.12391392886638641, 0.04203972592949867, 0.03762923181056976, -0.0238551814109087, -0.021509917452931404, -0.01077246107161045, 0.057616475969552994, -0.00540810776874423, -0.009862358681857586, -0.005819404032081366, -0.023785173892974854, 0.046555232256650925, 0.0064363484270870686, 0.0020816402975469828, -0.026217946782708168, -0.0007137521170079708, 0.0011277829762548208, -0.003609780687838793, 0.03561650216579437, -0.002343075815588236, -0.010413670912384987, 0.0012251377338543534, -0.010124888271093369, -0.07287818938493729, -0.016950655728578568, 0.006532609462738037, 0.004010138101875782, 0.02590291202068329, 0.006961407605558634, 0.024117711931467056, -0.04326486214995384, -0.02285756915807724, -0.006029427982866764, 0.05054568126797676, 0.00152595282997936, 0.007819004356861115, 0.01853458397090435, -0.03657911345362663, 0.018359564244747162, -0.00018404412548989058, 0.017904512584209442, 0.08057905733585358, 0.017720742151141167, 0.04375492036342621, -0.04326486214995384, -0.02513282559812069, 0.053380999714136124, -0.01907714456319809, -0.029945867136120796, 0.010072382166981697, -0.02777562290430069, 0.04484004154801369, -0.04680025950074196, 0.0025421606842428446, -0.03339375555515289, -0.024327734485268593, -0.03167856112122536, 0.0009232287993654609, -0.04403495043516159, 0.022017475217580795, -0.027845630422234535, 0.028493203222751617, 0.017773248255252838, -0.0008936942322179675, 0.048935502767562866, 0.04900550842285156, -0.020144764333963394, -0.10032127797603607, -0.03318373113870621, -0.0034588263370096684, 0.025885410606861115, -0.01238264236599207, 0.038049276918172836, 0.01029115729033947, -0.014421621337532997, -0.002590291202068329, 0.007350826170295477, -0.02840569242835045, -0.019007137045264244, -0.08554961532354355, 0.016696877777576447, -0.005618131719529629, 0.10375165939331055, -0.01373029313981533, -0.01728319376707077, 0.0034763282164931297, 0.015314221382141113, 0.014929178170859814, 0.040954604744911194, -0.01297770906239748, -0.062272001057863235, 0.06381217390298843, 0.04203972592949867, 0.004848044831305742, 0.02709304541349411, -0.0018377065425738692, 0.021194882690906525, 0.04694027826189995, 0.034811414778232574, 0.05030065402388573, 0.03983447700738907, -0.03447887673974037, 0.028073156252503395, 0.030295904725790024, -0.03507394343614578, -0.005574376787990332, 0.019112149253487587, -0.020687324926257133, -0.036089055240154266, 0.004764910787343979, 0.005583127494901419, 0.05327598750591278, 0.010824967175722122, -0.0012885823380202055, -0.06118687987327576, -0.05492117255926132, 0.0371391735970974, 0.031030988320708275, -0.01422909926623106, -0.055341221392154694, -0.07308821380138397, -0.07399831712245941, -0.030295904725790024, 0.034216348081827164, 0.011875084601342678, 0.0023452637251466513, -0.028983257710933685, 0.03423384949564934, 0.02254253439605236, 0.0011660685995593667, -0.013966569676995277, 0.025797899812459946, -0.0238551814109087, -0.019689712673425674, -0.025622880086302757, 0.0023824553936719894, -0.04417496547102928, 0.026375465095043182, 0.022017475217580795, 0.05513119697570801, 0.03738420084118843, -0.005823779851198196, -0.07455838471651077, -0.015699265524744987, 0.004944305866956711, -0.017335698008537292, -0.00343694887124002, -0.013817803002893925, -0.008567213080823421, 0.005324973724782467, -0.0009002574370242655, -0.04091959819197655, -0.013187732547521591, -0.05359102413058281, 0.001348745310679078, 0.0400795042514801, -0.012172617949545383, -0.011875084601342678, -0.02194746769964695, 0.0007547723362222314, -0.020774835720658302, 0.03664911910891533, 0.011420033872127533, 0.028703225776553154, -0.00332318595610559, 0.04879548400640488, 0.015988048166036606, 0.019689712673425674, 0.02718055620789528, 0.043824926018714905, 0.00041977374348789454, 0.025465361773967743, 0.013275242410600185, -0.013992822729051113, -0.034216348081827164, -0.006051305215805769, -0.02564038150012493, -0.054886169731616974, -0.008715979754924774, -0.012583914212882519, 0.03346376121044159, -0.02422272227704525, 0.02590291202068329, 0.08008900284767151, 0.022069981321692467, 0.0055306218564510345, -0.044875044375658035, 0.0477103628218174, 0.002175713423639536, -0.011455037631094456, 0.03232613205909729, 0.0598217248916626, -0.019934741780161858, 0.07098797708749771, 0.011901337653398514, 0.016653122380375862, -0.017011912539601326, 0.0028484452050179243, 0.021964969113469124, -0.07357826828956604, -0.059716712683439255, -0.048515453934669495, -0.034496378153562546, 0.018919626250863075, -0.1288144737482071, 0.06727756559848785, -0.04606517776846886, -0.0438949353992939, -0.012443899177014828, -0.018657097592949867, 0.016530608758330345, -0.02823067270219326, -0.04067457094788551, 0.008926003240048885, 0.11271267384290695, 0.005009938031435013, 0.006274455226957798, 0.062272001057863235, -0.021789949387311935, 0.026672998443245888, -0.005911289714276791, -0.012662673369050026, -0.01220762263983488, -0.01907714456319809, -0.07350826263427734, -0.06832768023014069, -0.018412070348858833, -0.055446233600378036, 0.025745393708348274, 0.059121645987033844, 0.028073156252503395, -0.0020335097797214985, -0.04042954370379448, 0.02481778897345066, -0.00877286121249199, -0.06066181883215904, -0.010151141323149204, -0.0052724676206707954, -0.03215111419558525, 0.012688926421105862, -0.009906113147735596, -0.04484004154801369, -0.009074769914150238, 0.05478115752339363, -0.052120860666036606, -0.049285538494586945, -0.03629907965660095, 0.010789962485432625, 0.045785147696733475, -0.01611931249499321, 0.019514692947268486, -0.011796326376497746, -0.03306121751666069, -0.04039454087615013, 0.04249477759003639, 0.023960193619132042, -0.0306459441781044, -0.029210783541202545, 0.002990648616105318, 0.0545361302793026, 0.059401676058769226, 0.0036491602659225464, 0.0007837599841877818, 0.03265867009758949, 0.008239051327109337, -0.025832904502749443, 0.0476403571665287, 0.0514557845890522, 0.025202833116054535, -0.042914822697639465, -0.0010413670679554343, 0.005364352837204933, -0.01238264236599207, -0.0003527740191202611, 0.019567199051380157, -0.02942080795764923, 0.008956631645560265, -0.006138815078884363, 0.015576750971376896, -0.001578458701260388, 0.02558787725865841, 0.054116081446409225, -0.0027587476652115583, 0.09136027097702026, -0.03692915290594101, -0.056531354784965515, 0.032851193100214005, -0.0008876778883859515, -0.051245760172605515, 0.015532996505498886, 0.04067457094788551, 0.04035953804850578, 0.03050592914223671, 0.005745020695030689, 0.006051305215805769, -0.016163066029548645, 0.07693865150213242 ]
15,901
traitlets.traitlets
_update_target
null
def _update_target(self, change: t.Any) -> None: if self.updating: return with self._busy_updating(): setattr(self.target[0], self.target[1], self._transform(change.new)) if getattr(self.source[0], self.source[1]) != change.new: raise TraitError( f"Broken link {self}: the source value changed while updating " "the target." )
(self, change: Any) -> NoneType
[ 0.03438796103000641, 0.00990302860736847, -0.037360627204179764, 0.05269888788461685, -0.0866822823882103, -0.05653345584869385, -0.011618029326200485, 0.054281968623399734, 0.026296675205230713, -0.004595322068780661, -0.021371545270085335, -0.024238673970103264, 0.0866822823882103, 0.0029111034236848354, -0.024959854781627655, 0.010685772635042667, -0.019964365288615227, 0.02001713402569294, 0.02133636549115181, 0.05350801721215248, -0.008117669261991978, 0.000938303186558187, 0.031714316457509995, 0.010694568045437336, 0.0031705524306744337, 0.012743773870170116, -0.012884491123259068, 0.011301414109766483, 0.031098676845431328, -0.031995754688978195, -0.024731187149882317, -0.0480903759598732, 0.056568633764982224, 0.027545547112822533, 0.07071079313755035, 0.03996391221880913, -0.01752818562090397, 0.02587452158331871, 0.04091375693678856, -0.04087857902050018, -0.01264702994376421, -0.02867129072546959, 0.010949619114398956, 0.04158216714859009, 0.043587397783994675, 0.03189021721482277, -0.05473930016160011, 0.07563592493534088, -0.048723604530096054, -0.009076310321688652, -0.0037114371079951525, -0.018293339759111404, 0.01934872381389141, 0.058397967368364334, 0.008012130856513977, 0.06662996858358383, 0.00949846487492323, 0.050165966153144836, 0.010043746791779995, 0.0008080291445367038, 0.033314984291791916, -0.009788695722818375, 0.01693892851471901, -0.08119428157806396, 0.00224489183165133, -0.05533735081553459, 0.033385343849658966, 0.030957959592342377, 0.01708844117820263, 0.06473027914762497, -0.014063004404306412, 0.03437037020921707, 0.020791083574295044, -0.004052238538861275, -0.03384267911314964, 0.011415746994316578, -0.06026248261332512, 0.017906364053487778, 0.02161780185997486, -0.05227673426270485, 0.006609348580241203, 0.03087001107633114, 0.028899958357214928, -0.04816073551774025, -0.05160832405090332, -0.025469956919550896, 0.014379620552062988, -0.012884491123259068, -0.019594980403780937, -0.04935683682560921, -0.03130975365638733, 0.0019282762659713626, -0.01396626140922308, -0.0037708026356995106, 0.03767724335193634, 0.035073962062597275, -0.000777247070800513, -0.07690238207578659, -0.023429546505212784, -0.010791311040520668, 0.027316881343722343, 0.021160468459129333, 0.018662724643945694, 0.050165966153144836, 0.05445786565542221, -0.013262671418488026, 0.0028605330735445023, -0.019999545067548752, -0.038802988827228546, -0.0199291855096817, -0.02476636692881584, 0.008588194847106934, -0.04478350281715393, 0.00014209219079930335, -0.032365139573812485, -0.037712421268224716, 0.007273361552506685, -0.035654421895742416, -0.03315667808055878, 0.01855718530714512, 0.03289283066987991, 0.006600553635507822, -0.025839341804385185, -0.04678873345255852, 0.005839796736836433, -0.04084339737892151, 0.006323514971882105, 0.021529853343963623, 0.06304166465997696, -0.03349088132381439, -0.06005140393972397, -0.013711209408938885, -0.04763304069638252, 0.08189787715673447, 0.02242693118751049, 0.00011165368050569668, -0.06135304644703865, 0.016112210229039192, 0.014203722588717937, -0.035953447222709656, 0.018434057012200356, 0.005734258331358433, 0.05695560947060585, -0.055442892014980316, 0.026789188385009766, 0.003146366449072957, -0.027721446007490158, 0.062267713248729706, -0.02043928951025009, -0.0010867166565731168, -0.036164525896310806, -0.049075402319431305, 0.03897888585925102, 0.007968156598508358, -0.06800197064876556, 0.024590469896793365, -0.08393828570842743, -0.0055319759994745255, -0.0001794704148778692, 0.036903295665979385, 0.018522005528211594, -0.09526608139276505, 0.009806285612285137, 0.020034724846482277, -0.008777284994721413, -0.01862754486501217, -0.03094036877155304, -0.05174904316663742, -0.010281208902597427, 0.050095606595277786, -0.00199643662199378, -0.03658667951822281, 0.023869290947914124, 0.040350884199142456, 0.05058811977505684, 0.036973655223846436, 0.024977443739771843, -0.03978801146149635, 0.023429546505212784, 0.01122226007282734, -0.01670146733522415, -0.009771105833351612, 0.020773494616150856, 0.031028317287564278, -0.00010237783862976357, 0.04457242414355278, -0.05037704110145569, 0.0005689184763468802, -0.042707912623882294, -0.004687668289989233, -0.004608514253050089, -0.05463376268744469, -0.00007104609539965168, 0.010659388266503811, -0.01349133811891079, -0.022620417177677155, -0.037360627204179764, -0.017317108809947968, 0.028688881546258926, 0.047175709158182144, -0.010914439335465431, -0.05734258145093918, 0.029058266431093216, 0.08717479556798935, -0.007299745921045542, -0.0053296941332519054, 0.05709632858633995, 0.06026248261332512, 0.042848628014326096, -0.03824011608958244, 0.014713825657963753, 0.03922514244914055, -0.02161780185997486, 0.02427385374903679, -0.00049251300515607, -0.01642882637679577, -0.06385079026222229, 0.008262785151600838, 0.013992645777761936, 0.019155237823724747, 0.03502118960022926, 0.017132416367530823, 0.011019977740943432, -0.013157133013010025, 0.04059714078903198, 0.0015094203408807516, 0.04172288626432419, 0.027000265195965767, 0.02513575181365013, 0.004184161778539419, 0.03180226683616638, -0.055759504437446594, -0.022198263555765152, 0.00773509219288826, 0.10638280212879181, -0.011275029741227627, -0.016094621270895004, 0.00030479737324640155, -0.036234885454177856, 0.02022821269929409, -0.04066750034689903, -0.03130975365638733, -0.002891315147280693, 0.013201107271015644, -0.030993139371275902, -0.04633140191435814, 0.01876826211810112, -0.00224489183165133, -0.06251396983861923, -0.012286439538002014, 0.03658667951822281, 0.02522370032966137, -0.025082983076572418, 0.036762576550245285, 0.004098411649465561, -0.03584790974855423, 0.019612571224570274, -0.06860002130270004, 0.01619136519730091, -0.00872891303151846, -0.052311915904283524, -0.015267902985215187, -0.01818780042231083, 0.05973478779196739, -0.015892338007688522, -0.005505591630935669, -0.015232723206281662, 0.06082535535097122, -0.00561113003641367, 0.006860002409666777, 0.06012176349759102, -0.07261048257350922, -0.07366587221622467, 0.06444884091615677, -0.015162363648414612, 0.001843625563196838, 0.052452631294727325, 0.015936313197016716, 0.028495393693447113, -0.029269343242049217, 0.027826983481645584, -0.02214549481868744, 0.017906364053487778, -0.012471131980419159, -0.04527601599693298, -0.025821752846240997, -0.013614466413855553, 0.015672467648983, -0.029198983684182167, 0.036164525896310806, 0.030535805970430374, 0.00474483473226428, 0.011846696026623249, 0.022409340366721153, 0.00001769281516317278, 0.03809939697384834, -0.07570628076791763, 0.005584745667874813, 0.048231091350317, -0.03271693363785744, -0.021670570597052574, -0.001065279240719974, -0.08858197927474976, -0.04172288626432419, 0.006802835501730442, -0.019102467224001884, 0.056850071996450424, -0.03605898469686508, 0.00758557952940464, 0.04144144803285599, 0.058468326926231384, 0.013834337703883648, -0.07570628076791763, 0.020580006763339043, 0.04802001640200615, -0.04161734879016876, -0.014687440358102322, -0.002403199439868331, -0.0009657871560193598, 0.04348186030983925, -0.06845930218696594, -0.005866181571036577, -0.048406992107629776, 0.02793252281844616, -0.0282315481454134, -0.00758557952940464, 0.018891390413045883, 0.03034231811761856, -0.004573334939777851, 0.017554569989442825, -0.005386860575526953, -0.024203496053814888, 0.040069449692964554, -0.00766033586114645, -0.05072883889079094, 0.0018480230355635285, -0.017932750284671783, -0.028354676440358162, 0.05153796449303627, 0.02096698060631752, -0.01117828581482172, 0.03637560084462166, -0.015514158643782139, 0.005927745718508959, 0.09758792817592621, 0.02596247009932995, -0.03746616467833519, 0.00898396410048008, 0.06223253533244133, -0.010685772635042667, -0.06793161481618881, 0.041089653968811035, 0.0003718583029694855, -0.01605944149196148, 0.04429098963737488, -0.04524083435535431, -0.013306645676493645, -0.06487099826335907, -0.005575950723141432, -0.02580416202545166, 0.014335645362734795, -0.02948042005300522, 0.029955342411994934, 0.004762424621731043, 0.009419310837984085, 0.05185458064079285, -0.08935593068599701, -0.026208726689219475, 0.006068463437259197, 0.005619924981147051, -0.01744023710489273, -0.04882914572954178, 0.046225860714912415, 0.039330679923295975, 0.01620015874505043, 0.03393062576651573, -0.03484529256820679, 0.037290267646312714, 0.021318776533007622, -0.04330596327781677, 0.0432707853615284, -0.012691004201769829, -0.028407445177435875, 0.06494135409593582, -0.008377118036150932, -0.022673187777400017, 0.020843852311372757, -0.04295416921377182, 0.02955077961087227, 0.05065847933292389, 0.042989347130060196, 0.009463285095989704, -0.006517002359032631, -0.036692216992378235, 0.024836726486682892, 0.023288827389478683, 0.02969149686396122, -0.0037488152738660574, -0.018135031685233116, -0.06473027914762497, -0.05051776021718979, 0.014432389289140701, -0.07289192080497742, 0.06617263704538345, -0.02675400860607624, 0.01824057102203369, 0.045768529176712036, 0.06536351144313812, -0.028565753251314163, 0.04633140191435814, -0.030236778780817986, 0.027000265195965767, -0.06465991586446762, -0.01568126119673252, 0.011063951998949051, 0.0046217069029808044, 0.0029374882578849792, -0.08372721076011658, 0.03271693363785744, 0.02543477714061737, 0.022251032292842865, 0.06845930218696594, 0.00044688957859762013, -0.00461730919778347, 0.0037114371079951525, -0.05938299372792244, -0.004478789865970612, 0.00671048928052187, 0.022479699924588203, 0.06824822723865509, 0.03978801146149635, 0.02749277837574482, -0.007603169418871403, 0.016551954671740532, 0.021213237196207047, -0.03417688235640526, 0.005083437543362379, 0.04854770749807358, 0.036621857434511185, -0.0395769365131855, -0.012180901132524014, -0.012567875906825066, -0.028495393693447113, 0.00668850215151906, -0.01890898123383522, -0.060966070741415024, -0.02339436672627926, -0.031028317287564278, -0.05350801721215248, 0.007875810377299786, -0.011143106035888195, 0.018821032717823982, -0.03072929196059704, -0.01506562065333128, 0.010676978155970573, -0.056990787386894226, -0.03774760290980339, -0.029568368569016457, 0.046964630484580994, -0.004762424621731043, -0.05519663542509079, 0.014458773657679558, 0.01154767069965601, -0.006200386676937342, 0.005426437593996525, -0.03282247111201286, 0.04246165603399277, -0.03278729319572449, -0.027668675407767296, -0.0030342317186295986, 0.06423776596784592, -0.1295309215784073, 0.05093991383910179, 0.037360627204179764, -0.035372987389564514, -0.026032829657197, 0.0075943744741380215, 0.06047355756163597, -0.0007442662608809769, -0.014775389805436134, 0.009261002764105797, -0.0006914969999343157, 0.04770340025424957, -0.0018051480874419212, -0.013948671519756317, -0.018574776127934456, -0.002730808686465025, 0.0017479812959209085, 0.014581901952624321, 0.031063497066497803, -0.005013078451156616, -0.018873801454901695, 0.017273133620619774, -0.02999052219092846, -0.08063141256570816, -0.02587452158331871, 0.011450926773250103, 0.00391811691224575, 0.009894234128296375, 0.002480154624208808, 0.019454263150691986, -0.04105447605252266, -0.004700860474258661, -0.03308631852269173, 0.03466939553618431, -0.024590469896793365, 0.01100238785147667, 0.015118389390408993, -0.030148830264806747, 0.03350847214460373, 0.005096629727631807, 0.02499503456056118, 0.06715766340494156, 0.02441457286477089, 0.04246165603399277, -0.034264832735061646, -0.028196368366479874, 0.028108419850468636, 0.014150953851640224, -0.032365139573812485, 0.0002855585771612823, -0.011556465178728104, 0.03897888585925102, -0.0571666844189167, 0.013720004819333553, -0.04084339737892151, -0.02485431544482708, -0.010430721566081047, 0.01370241492986679, -0.054281968623399734, 0.014238902367651463, -0.02719375304877758, 0.03320944681763649, 0.012330414727330208, -0.023587854579091072, 0.05579468607902527, 0.045838888734579086, -0.029374880716204643, -0.10736782848834991, -0.032224420458078384, -0.0053692711517214775, 0.012295234948396683, -0.043728116899728775, 0.004938322119414806, -0.0006194890011101961, -0.00197115121409297, -0.012444747611880302, -0.0038015847094357014, -0.003702642163261771, -0.011213465593755245, -0.0873858779668808, 0.033244624733924866, -0.002275673905387521, 0.11194116622209549, -0.027088213711977005, -0.008557412773370743, 0.02631426602602005, 0.014872132800519466, 0.004045642446726561, 0.029568368569016457, -0.02719375304877758, -0.06997202336788177, 0.07422874122858047, 0.030535805970430374, 0.038732629269361496, 0.01817021146416664, -0.016332082450389862, 0.036621857434511185, 0.046225860714912415, 0.0306413434445858, 0.0479496568441391, 0.03824011608958244, -0.019735699519515038, 0.01290208101272583, 0.06304166465997696, -0.034933242946863174, 0.0072469767183065414, -0.004634899087250233, 0.00621357886120677, -0.041687704622745514, 0.0021030744537711143, 0.03725508973002434, 0.04784411936998367, 0.010738542303442955, 0.003632283303886652, -0.0663837119936943, -0.04678873345255852, 0.047386784106492996, 0.028794419020414352, -0.041089653968811035, -0.07187171280384064, -0.04601478576660156, -0.07324371486902237, -0.03586550056934357, 0.029234163463115692, 0.010395541787147522, -0.007897797971963882, -0.027369650080800056, 0.05449304357171059, 0.027598317712545395, 0.021072519943118095, -0.012523901648819447, 0.023798931390047073, -0.02015785314142704, -0.04678873345255852, -0.02594488114118576, 0.0050658476538956165, -0.05878494307398796, 0.008240797556936741, 0.01825815998017788, 0.043657757341861725, 0.02330641821026802, -0.0029594753868877888, -0.06754463911056519, -0.024080367758870125, -0.0078362338244915, -0.025839341804385185, 0.03327980637550354, -0.019155237823724747, 0.001085617346689105, 0.0018777057994157076, -0.004245725926011801, -0.0392955020070076, -0.011688388884067535, -0.068951815366745, -0.008394707925617695, 0.02969149686396122, -0.013544106855988503, -0.010492285713553429, -0.008961977437138557, -0.011019977740943432, -0.02140672504901886, 0.02728170156478882, 0.0062707457691431046, 0.012594260275363922, -0.004157776944339275, 0.04946237429976463, 0.013464952819049358, 0.037853140383958817, 0.008020925335586071, 0.03477493301033974, 0.010650592856109142, 0.03319185599684715, -0.0032013345044106245, -0.008130861446261406, -0.035672012716531754, 0.014203722588717937, -0.009023541584610939, -0.06230289116501808, -0.011055157519876957, -0.006517002359032631, 0.039189960807561874, -0.015514158643782139, 0.008447477594017982, 0.079153873026371, -0.0016006672522053123, 0.022479699924588203, -0.035161908715963364, 0.04351704195141792, 0.02286667376756668, -0.032435499131679535, 0.030307138338685036, 0.053472839295864105, -0.036621857434511185, 0.07964638620615005, 0.01022843923419714, 0.006222373805940151, -0.010386747308075428, -0.005927745718508959, -0.004047841299325228, -0.036551497876644135, -0.04721088707447052, -0.04316524416208267, -0.037430986762046814, 0.006217976566404104, -0.1307973712682724, 0.06476546078920364, -0.026595700532197952, -0.002735205926001072, -0.024379393085837364, 0.006679707206785679, 0.01707085222005844, -0.05364873632788658, -0.01980605721473694, 0.012990029528737068, 0.10652352124452591, 0.02082626335322857, 0.022127903997898102, 0.06620781868696213, -0.033174268901348114, 0.02476636692881584, -0.03347329422831535, -0.02397482842206955, -0.0019007923547178507, -0.027035444974899292, -0.06462474167346954, -0.0704997181892395, -0.0016776223201304674, -0.047457143664360046, 0.03143288195133209, 0.053402479737997055, 0.019102467224001884, -0.005791425239294767, -0.04390401393175125, 0.03445832058787346, -0.0012312824837863445, -0.06930360943078995, -0.017035672441124916, -0.013588081113994122, -0.050095606595277786, 0.015496569685637951, -0.007757079321891069, -0.03473975509405136, -0.03201334550976753, 0.05104545131325722, -0.053402479737997055, -0.04692945256829262, -0.033614009618759155, -0.003790590912103653, 0.014819364063441753, -0.02082626335322857, 0.04302452877163887, -0.013429773971438408, -0.02661329135298729, -0.03004329279065132, 0.02909344621002674, 0.03630524128675461, -0.013086773455142975, -0.01227764505892992, 0.003025437006726861, 0.034493498504161835, 0.05283960700035095, -0.0023834111634641886, -0.021424314007163048, 0.00334425107575953, -0.0022976610343903303, -0.021072519943118095, 0.017862390726804733, 0.04777375981211662, 0.048195913434028625, -0.024889495223760605, 0.006706092040985823, 0.014784184284508228, -0.0029198983684182167, 0.012963645160198212, 0.01150369644165039, -0.0519249401986599, 0.009850259870290756, 0.009120285511016846, 0.005395655520260334, 0.011195875704288483, 0.017097236588597298, 0.03890852630138397, -0.004177565686404705, 0.11968065798282623, -0.032136473804712296, -0.0196477510035038, 0.02119564823806286, 0.0022196064237505198, -0.042918987572193146, 0.024361802265048027, 0.04699981212615967, 0.03827529400587082, 0.01150369644165039, -0.021494673565030098, 0.01897933892905712, -0.032505858689546585, 0.055829863995313644 ]
15,902
traitlets.traitlets
link
null
def link(self) -> None: try: setattr( self.target[0], self.target[1], self._transform(getattr(self.source[0], self.source[1])), ) finally: self.source[0].observe(self._update_target, names=self.source[1]) self.target[0].observe(self._update_source, names=self.target[1])
(self) -> NoneType
[ -0.002486535580828786, 0.0017770100384950638, -0.03501178324222565, 0.030494684353470802, -0.04179595783352852, -0.017539983615279198, -0.02667645737528801, 0.04234141856431961, 0.01672179251909256, 0.05802342668175697, -0.027716241776943207, 0.0012038496788591146, 0.08359191566705704, 0.05093242973089218, -0.029454899951815605, 0.013568345457315445, -0.0198411475867033, 0.029216259717941284, -0.014616653323173523, 0.02355710230767727, -0.012298443354666233, -0.030648095533251762, 0.0199093297123909, -0.022841183468699455, 0.0024907970800995827, 0.04043230414390564, -0.05219380930066109, -0.0013838944723829627, 0.015843940898776054, 0.013508684933185577, 0.005041253753006458, -0.05771660432219505, 0.05117107182741165, -0.029011713340878487, 0.057648420333862305, 0.00988648273050785, -0.018562722951173782, 0.014343922957777977, 0.0349436029791832, 0.015281434170901775, 0.03821636736392975, -0.014676312915980816, 0.040466394275426865, 0.03883001208305359, 0.024988936260342598, 0.03441518545150757, -0.07418271154165268, 0.04104594886302948, -0.0025227575097233057, -0.08079642802476883, -0.018221810460090637, -0.01922750473022461, 0.0396822951734066, 0.046705108135938644, -0.03194356709718704, 0.051716532558202744, 0.009332498535513878, 0.089114710688591, 0.016994522884488106, -0.007108040153980255, 0.03825046122074127, -0.03281289339065552, 0.00206998223438859, -0.029983315616846085, 0.003328165039420128, -0.05594385415315628, -0.0012304835254326463, 0.01694338582456112, 0.02089797891676426, 0.08018278330564499, -0.014889383688569069, 0.0063963839784264565, 0.01847749575972557, -0.008041289635002613, -0.0124603770673275, 0.007478783372789621, -0.013781416229903698, 0.00984386820346117, 0.02994922362267971, -0.06354621797800064, 0.02243208885192871, -0.000799015280790627, -0.02065933868288994, -0.07179632037878036, -0.03852318972349167, -0.04264824092388153, 0.01678997464478016, -0.019790010526776314, -0.009588183835148811, -0.10936494916677475, -0.015554164536297321, 0.01944909803569317, -0.031653791666030884, 0.026625320315361023, 0.0017226770287379622, 0.027613967657089233, -0.01641497015953064, -0.07118267565965652, -0.00798589177429676, 0.02659122832119465, 0.013747324235737324, 0.02889239229261875, -0.041455045342445374, 0.06027345359325409, 0.02856852486729622, 0.010883653536438942, -0.011233089491724968, -0.03657998517155647, -0.09068290889263153, 0.018221810460090637, -0.009093859232962132, 0.04322779178619385, -0.013278569094836712, -0.003967377357184887, -0.016363833099603653, -0.05546657741069794, 0.0025845482014119625, -0.011326841078698635, -0.006796956993639469, 0.014718927443027496, 0.007674808148294687, 0.0029893824830651283, -0.054682474583387375, -0.04384143650531769, -0.05451202020049095, -0.020880933851003647, 0.032642439007759094, -0.00881260633468628, 0.0382845513522625, -0.09225110709667206, -0.046091463416814804, -0.015400753356516361, -0.02827874943614006, 0.09450113773345947, 0.018869545310735703, -0.02911398746073246, -0.059250712394714355, 0.003149185562506318, 0.0040206448175013065, 0.0272901002317667, 0.01018478162586689, -0.016167808324098587, 0.058568887412548065, -0.01597178354859352, -0.012596742250025272, 0.0010477753821760416, -0.03715953975915909, 0.038864102214574814, -0.02555144391953945, -0.062046200037002563, 0.010099553503096104, -0.040091391652822495, 0.0732281506061554, 0.025261666625738144, -0.020045695826411247, 0.01680701971054077, -0.09852391481399536, 0.01641497015953064, -0.013806983828544617, 0.032114021480083466, 0.008983062580227852, -0.04125049710273743, 0.005382167175412178, 0.05519384518265724, -0.009912051260471344, -0.04155731946229935, 0.04892104119062424, -0.04520509019494057, -0.011258658021688461, 0.026318497955799103, -0.0041591408662498, -0.06262575089931488, 0.03277880325913429, 0.02507416531443596, 0.011795596219599247, 0.030204908922314644, 0.03586406633257866, 0.0027486125472933054, 0.032574255019426346, 0.01376437023282051, -0.003641379065811634, -0.0206763856112957, 0.01733543537557125, -0.005667681805789471, -0.01922750473022461, 0.024886662140488625, -0.01786385104060173, -0.005454611033201218, 0.019858192652463913, -0.012707538902759552, 0.05236426740884781, -0.01968773640692234, -0.0381481871008873, 0.005727341398596764, -0.027648059651255608, -0.017343958839774132, -0.023898014798760414, -0.024869617074728012, -0.03434700518846512, 0.07697819918394089, -0.016764406114816666, -0.037364084273576736, 0.0009513608529232442, 0.08052369952201843, 0.04186414182186127, -0.005441826768219471, 0.02856852486729622, 0.06027345359325409, 0.008966016583144665, -0.043739162385463715, 0.041080038994550705, 0.014684835448861122, -0.024443475529551506, -0.0040014684200286865, 0.020386608317494392, -0.04445508122444153, -0.08161462098360062, 0.021545713767409325, 0.057648420333862305, -0.007500090170651674, 0.03722772002220154, -0.01250299159437418, -0.03252311795949936, 0.008156348019838333, -0.007960323244333267, -0.01961955428123474, 0.03240380063652992, -0.020505929365754128, 0.026403727009892464, -0.03063105046749115, 0.07029630243778229, -0.025329850614070892, -0.030000360682606697, -0.00824157614260912, 0.06109164282679558, -0.024528704583644867, -0.003002166748046875, 0.059387076646089554, -0.07009175419807434, 0.02720487304031849, -0.05018242076039314, 0.001962381647899747, -0.0031278785318136215, -0.024153700098395348, -0.016755882650613785, -0.011505819857120514, 0.021068435162305832, -0.024307111278176308, -0.04878467693924904, -0.03593225032091141, 0.02355710230767727, 0.018596814945340157, -0.008846697397530079, 0.0465005598962307, -0.013295614160597324, -0.046261921525001526, 0.006890708114951849, -0.06995538622140884, -0.01817067340016365, -0.0012070457451045513, -0.00781117333099246, -0.023284370079636574, -0.03458564355969429, 0.041011858731508255, 0.0014861684758216143, 0.004585282411426306, -0.057205233722925186, 0.0530460923910141, -0.04500054195523262, -0.012852427549660206, 0.04445508122444153, -0.05106879770755768, -0.04165959358215332, 0.04234141856431961, -0.006468827836215496, 0.012110941112041473, 0.005914844106882811, 0.015775758773088455, -0.007056903094053268, -0.03961411118507385, 0.04953468590974808, -0.009826823137700558, -0.0037393916863948107, -0.02129002846777439, -0.049739234149456024, -0.04561418667435646, 0.012818335555493832, 0.026250315830111504, 0.0021008774638175964, -0.042443692684173584, 0.034687917679548264, 0.04752329736948013, 0.04097776487469673, 0.031346969306468964, 0.01898886449635029, 0.021000253036618233, -0.05983026698231697, 0.0530460923910141, 0.035079967230558395, -0.018801363185048103, -0.015119500458240509, -0.030204908922314644, -0.004777045920491219, 0.037432268261909485, -0.05359155312180519, -0.0495687797665596, 0.04097776487469673, -0.0014914951752871275, 0.025892356410622597, 0.0038949332665652037, 0.01847749575972557, 0.0009305864805355668, -0.08154643326997757, 0.053864285349845886, 0.016022920608520508, -0.04271642118692398, -0.00031081694760359824, 0.025023028254508972, -0.023505965247750282, 0.03572770208120346, -0.053557462990283966, -0.0003907184873241931, -0.05297790840268135, 0.019432051107287407, 0.024596886709332466, 0.01907409355044365, 0.032045841217041016, 0.006677637342363596, 0.008983062580227852, 0.015690529718995094, -0.01953432522714138, 0.023744603618979454, 0.023369599133729935, 0.01493199821561575, -0.07009175419807434, 0.013022883795201778, -0.012494468130171299, -0.008377941325306892, 0.056898411363363266, 0.0011314057046547532, -0.013116635382175446, 0.06027345359325409, -0.04050048813223839, 0.009204655885696411, 0.07663728296756744, 0.04050048813223839, -0.04615964740514755, -0.0008549463818781078, -0.0016981738153845072, -0.04165959358215332, -0.0511028878390789, 0.07677365094423294, 0.0015916384290903807, 0.03419359400868416, 0.002746481914073229, 0.0031193557661026716, -0.03407427296042442, -0.05645522475242615, -0.004934718366712332, -0.016278604045510292, 0.01395187247544527, 0.00816913228482008, -0.03115946613252163, -0.056284766644239426, 0.023454828187823296, 0.026318497955799103, -0.038352735340595245, -0.0016491676215082407, -0.012110941112041473, -0.003948200959712267, -0.01044898945838213, -0.005152050405740738, 0.028381023555994034, 0.056591589003801346, -0.0007313653477467597, -0.0004541070375125855, 0.026863958686590195, 0.031807199120521545, 0.043977800756692886, -0.0166365634649992, 0.03109128400683403, 0.021835489198565483, 0.019704783335328102, 0.04500054195523262, 0.04094367474317551, -0.003730868687853217, 0.057341597974300385, -0.02120480127632618, 0.030051497742533684, 0.0428868792951107, 0.072955422103405, 0.0018643690273165703, -0.012511514127254486, -0.06763717532157898, 0.016312696039676666, -0.002963813953101635, 0.030068542808294296, 0.011804119683802128, -0.029540129005908966, -0.049057409167289734, -0.022227540612220764, 0.0322333425283432, -0.0726826936006546, 0.05345518887042999, -0.0012922741007059813, 0.009341021068394184, 0.064193956553936, 0.07752365618944168, 0.0040014684200286865, 0.03427882120013237, -0.06777354329824448, 0.03726181015372276, -0.053318824619054794, -0.005233017727732658, 0.042068686336278915, -0.019397960975766182, 0.03893228620290756, -0.06337576359510422, -0.007031334564089775, 0.05345518887042999, -0.032489027827978134, 0.0822964459657669, 0.003564673475921154, 0.005693250335752964, -0.0028913700953125954, -0.08986471593379974, -0.005885013844817877, 0.014454719610512257, 0.010491603054106236, 0.056046128273010254, 0.02994922362267971, 0.03958002105355263, 0.03100605495274067, 0.0022755954414606094, 0.03535269945859909, 0.00015527530922554433, 0.044045984745025635, -0.009059768170118332, 0.055602941662073135, -0.045409638434648514, 0.015204728581011295, -0.01839226670563221, -0.0020486752036958933, -0.025875311344861984, -0.09716025739908218, -0.053557462990283966, -0.02856852486729622, -0.005054038017988205, -0.05829615518450737, 0.028517387807369232, 0.029216259717941284, 0.036682259291410446, 0.028534434735774994, -0.006890708114951849, -0.026199178770184517, -0.011778551153838634, 0.008373680524528027, -0.07834184914827347, 0.011164907366037369, 0.012341057881712914, -0.034704964607954025, -0.03777318075299263, 0.007423384580761194, -0.0011974575463682413, -0.02006274089217186, 0.011625139974057674, 0.009895005263388157, -0.018443403765559196, -0.0428868792951107, -0.00017764772928785533, 0.06859173625707626, -0.07800094038248062, 0.002401307225227356, -0.01648315228521824, 0.00969045702368021, -0.012929133139550686, -0.0010770725784823298, 0.004355166107416153, -0.03419359400868416, -0.046091463416814804, -0.009306930005550385, -0.062284838408231735, 0.0332731269299984, 0.017454754561185837, -0.00969045702368021, 0.04094367474317551, 0.05406883358955383, -0.0041761863976716995, 0.0060128564946353436, 0.014054146595299244, -0.0081265177577734, 0.00950295478105545, 0.009375113062560558, -0.01680701971054077, -0.07827366888523102, 0.00836089625954628, -0.01565643772482872, -0.020318426191806793, 0.0029425069224089384, -0.032642439007759094, 0.005186141934245825, -0.0322333425283432, -0.00980977714061737, -0.0012794898357242346, 0.03434700518846512, 0.06559170037508011, -0.011352409608662128, -0.013662096112966537, -0.06286439299583435, 0.031023100018501282, 0.021341165527701378, -0.009008631110191345, 0.02500598318874836, 0.0648757815361023, 0.025653718039393425, -0.023352554067969322, -0.037057265639305115, 0.050352878868579865, 0.0025653718039393425, -0.03511405736207962, -0.0006322874105535448, 0.012843904085457325, 0.008518568240106106, -0.054239287972450256, -0.00613643741235137, -0.02241504192352295, -0.021409347653388977, 0.023113913834095, 0.023216187953948975, -0.03040945716202259, -0.003098048735409975, -0.0325060710310936, -0.0115569569170475, -0.008088165894150734, -0.00888931192457676, 0.049364231526851654, 0.014267217367887497, -0.02226163074374199, -0.0545802004635334, -0.013159248977899551, -0.014693358913064003, -0.005654897540807724, -0.06637579947710037, -0.027869652956724167, 0.025023028254508972, -0.01402005460113287, -0.015716098248958588, -0.011292749084532261, 0.016466107219457626, -0.012596742250025272, -0.05403473973274231, -0.013056974858045578, -0.04186414182186127, 0.08754650503396988, -0.019108183681964874, -0.0060128564946353436, 0.005885013844817877, -0.016048489138484, 0.015034271404147148, 0.027170781046152115, -0.03777318075299263, -0.01219616923481226, 0.03763681650161743, 0.06269393861293793, 0.0827055424451828, 0.015579733066260815, 0.023062776774168015, -0.004054736346006393, 0.0395459309220314, -0.0078665716573596, 0.03192652016878128, 0.0174718014895916, -0.005394951440393925, -0.024017333984375, 0.04131867736577988, 0.007768559269607067, 0.01777862384915352, -0.0025099734775722027, 0.00027912267250940204, -0.03485837206244469, -0.0061875744722783566, 0.04581873118877411, 0.024596886709332466, 0.03695499151945114, 0.012673447839915752, -0.037432268261909485, -0.0034794453531503677, 0.07500090450048447, 0.029523082077503204, -0.06893264502286911, -0.07581909745931625, -0.06572806090116501, -0.07084175944328308, -0.0022585499100387096, 0.025023028254508972, -0.04223914444446564, 0.016432015225291252, 0.004016383551061153, 0.01029557827860117, 0.002912677126005292, 0.052330173552036285, -0.04840967431664467, 0.030000360682606697, -0.019943421706557274, -0.04452326148748398, -0.03678453341126442, -0.05205744504928589, -0.05100061371922493, -0.018716134130954742, 0.016176331788301468, 0.01726725324988365, 0.06078482046723366, -0.006762865465134382, -0.05052333325147629, -0.022210493683815002, -0.05188698694109917, -0.033869724720716476, 0.001844127313233912, -0.011957529932260513, 0.043057337403297424, 0.01946614310145378, -0.053557462990283966, -0.04820512607693672, 0.032267432659864426, -0.0431596115231514, 0.02386392280459404, 0.020795704796910286, -0.011267180554568768, 0.03085264377295971, 0.08331918716430664, 0.01269049383699894, -0.07336451858282089, 0.03869364783167839, -0.006992981769144535, 0.06167119741439819, -0.018375221639871597, 0.04643237590789795, 0.008403509855270386, 0.0052372789941728115, -0.0190059095621109, -0.010738765820860863, -0.021988900378346443, 0.030341273173689842, -0.03395495563745499, -0.026795776560902596, 0.00619183573871851, 0.014838246628642082, -0.026045767590403557, -0.03572770208120346, -0.009511478245258331, -0.02440938539803028, 0.01718202419579029, 0.004080304875969887, 0.01960250921547413, 0.07697819918394089, 0.026642365381121635, -0.008045551367104053, -0.032335616648197174, 0.014301308430731297, 0.04189823195338249, -0.025892356410622597, 0.039102744311094284, 0.08686468005180359, -0.029829904437065125, 0.04858012869954109, -0.014079715125262737, -0.004521361086517572, 0.0036712088622152805, -0.041761867702007294, 0.07206904888153076, -0.03265948221087456, -0.04414825886487961, -0.04193232208490372, -0.0015287825372070074, 0.018136581405997276, -0.09375112503767014, 0.06323939561843872, -0.08400101214647293, -0.020557064563035965, -0.04022775590419769, -0.02089797891676426, -0.008714593015611172, 0.009255792945623398, -0.029932178556919098, -0.03664816915988922, 0.04646646976470947, 0.04718238487839699, 0.02089797891676426, 0.07131903618574142, -0.025636671110987663, 0.03329017385840416, 0.019363868981599808, 0.00824583787471056, -0.005019946955144405, -0.039341382682323456, -0.03985275328159332, -0.01205128151923418, -0.10418307036161423, -0.016099626198410988, -0.013397888280451298, 0.09279657155275345, 0.0396822951734066, 0.003816097043454647, -0.03715953975915909, -0.005791262723505497, 0.005399212706834078, -0.021647987887263298, 0.0009178022155538201, -0.02142639458179474, -0.03525042533874512, 0.02371051162481308, 0.01992637664079666, 0.0030746108386665583, 0.025261666625738144, 0.1129104495048523, -0.042750515043735504, -0.03289812430739403, -0.00027592660626396537, -0.025568488985300064, 0.049364231526851654, -0.010125122033059597, -0.015869509428739548, 0.015545642003417015, -0.040636852383613586, 0.03177310898900032, 0.0322333425283432, 0.004483008291572332, -0.014488810673356056, 0.006724512670189142, -0.0024375293869525194, 0.0115569569170475, 0.05952344462275505, 0.016022920608520508, 0.036818623542785645, -0.02250027097761631, -0.011088201776146889, 0.004687556531280279, 0.01432687696069479, 0.02539803273975849, 0.031432196497917175, -0.028977621346712112, -0.032864030450582504, 0.01725872978568077, -0.015511550009250641, 0.032557208091020584, 0.00950295478105545, -0.047557391226291656, 0.02417074516415596, -0.015826895833015442, 0.0022159358486533165, 0.029591264203190804, 0.0363413468003273, 0.01914227567613125, -0.032028794288635254, 0.10336487740278244, -0.04735284298658371, 0.024221882224082947, 0.01885250024497509, -0.004323205444961786, -0.1126377210021019, 0.034619733691215515, 0.009647843427956104, 0.014735972508788109, -0.002789095975458622, 0.01216207817196846, 0.05113697797060013, 0.0016491676215082407, 0.05802342668175697 ]
15,903
traitlets.traitlets
unlink
null
def unlink(self) -> None: self.source[0].unobserve(self._update_target, names=self.source[1]) self.target[0].unobserve(self._update_source, names=self.target[1])
(self) -> NoneType
[ 0.004271867219358683, 0.012296829372644424, -0.057111941277980804, 0.006182572338730097, -0.05670204386115074, -0.02768494375050068, -0.06022030487656593, 0.059298042207956314, 0.010836580768227577, 0.06367024779319763, -0.039725590497255325, -0.020597189664840698, 0.03227917477488518, 0.03053712658584118, -0.016993533819913864, -0.012279749847948551, -0.01588340476155281, 0.026933470740914345, 0.01747174561023712, -0.03108365088701248, -0.021519450470805168, 0.01602003537118435, 0.006767525803297758, -0.0053115468472242355, -0.019811557605862617, -0.002864990383386612, -0.05564315244555473, -0.034584831446409225, -0.016788586974143982, 0.02925620600581169, -0.003763769054785371, -0.0468987412750721, 0.0343286469578743, -0.0388716422021389, 0.029000021517276764, 0.031391073018312454, 0.016011497005820274, 0.04081864282488823, 0.03931569680571556, -0.009145766496658325, 0.04812842234969139, -0.032296255230903625, 0.055608995258808136, 0.0251572635024786, 0.06148414686322212, 0.049563053995370865, -0.05673620477318764, -0.02184395119547844, -0.020750898867845535, -0.02870967984199524, 0.019469980150461197, 0.03395291045308113, 0.02298823930323124, 0.06811077147722244, -0.00137805612757802, 0.025703787803649902, 0.005742790177464485, 0.04484926909208298, 0.02525973692536354, -0.0015904753236100078, 0.038017697632312775, 0.0036015191581100225, 0.011331869289278984, -0.06763256341218948, 0.059844568371772766, -0.05383278429508209, 0.02710426039993763, 0.03934985399246216, 0.015225865878164768, 0.03736869618296623, -0.05615552142262459, 0.005277389194816351, 0.0055848099291324615, 0.0020430670119822025, 0.013509432785212994, -0.017813323065638542, 0.02734336629509926, 0.037676118314266205, 0.035729121416807175, -0.06879393011331558, 0.03740285709500313, -0.00002311659773113206, -0.03463606908917427, -0.004113886971026659, 0.003953772131353617, -0.04471263661980629, 0.07152655720710754, -0.0480259507894516, 0.015020918101072311, -0.06910134851932526, -0.025994131341576576, -0.021126635372638702, -0.049460578709840775, -0.03174972906708717, 0.04413195326924324, -0.00886396411806345, -0.03497764840722084, -0.0308616254478693, -0.011442882940173149, -0.06739345192909241, 0.049221474677324295, -0.029546547681093216, -0.05383278429508209, 0.06712019443511963, 0.028077760711312294, 0.05800004303455353, 0.015644298866391182, -0.06131335720419884, -0.07460076361894608, 0.03941816836595535, -0.049118999391794205, 0.05926388502120972, -0.025088947266340256, 0.013304485939443111, 0.016412850469350815, -0.08047591149806976, -0.03613901510834694, -0.0007269219495356083, -0.004965698812156916, 0.0012670430587604642, -0.0054353694431483746, 0.012655486352741718, -0.08382338285446167, -0.06240640953183174, 0.012646947056055069, -0.005452448036521673, 0.06240640953183174, 0.019384585320949554, 0.01205772440880537, -0.04867494851350784, -0.06073267385363579, -0.02332981675863266, -0.06339698284864426, 0.05615552142262459, 0.005166376009583473, -0.024030053988099098, -0.011417264118790627, -0.01784748025238514, 0.0652073547244072, 0.016455547884106636, -0.010187581181526184, 0.00526457978412509, 0.060527727007865906, 0.05212489143013954, 0.010221739299595356, 0.0050254748202860355, -0.03315020352602005, 0.010264436714351177, -0.03829095885157585, -0.01321055181324482, -0.06459251046180725, -0.023808026686310768, 0.04204832389950752, -0.030912861227989197, -0.026267392560839653, 0.027462918311357498, -0.10691409558057785, -0.0032983683049678802, -0.03236456960439682, -0.004282541573047638, 0.02836810238659382, 0.0008945089066401124, 0.034226175397634506, -0.009342174045741558, -0.04221911355853081, -0.05523325875401497, 0.06688109040260315, -0.02698470838367939, -0.03965727239847183, 0.013569209724664688, -0.036753855645656586, -0.011570974253118038, 0.06093762069940567, -0.007698327302932739, -0.02459365874528885, 0.0388374850153923, 0.01748882420361042, 0.0015456430846825242, -0.00523469178006053, 0.009623976424336433, -0.0041672587394714355, -0.04823089763522148, 0.009231161326169968, -0.0061740330420434475, 0.00657538790255785, 0.03408954292535782, -0.04891405254602432, -0.01269818376749754, 0.019145479425787926, -0.006233809050172567, 0.020084820687770844, -0.010597475804388523, -0.0016577235655859113, 0.029546547681093216, 0.02081921510398388, -0.003407246433198452, -0.01582362875342369, 0.003270614892244339, -0.014995300211012363, -0.017019152641296387, -0.029700258746743202, -0.019230874255299568, 0.03019554726779461, 0.03873501345515251, 0.00030021555721759796, -0.007420794572681189, 0.03634396195411682, 0.0017569948686286807, 0.03420909494161606, 0.0028201581444591284, 0.06418261677026749, 0.02995644137263298, 0.017010614275932312, -0.037778589874506, 0.025908736512064934, -0.055062469094991684, -0.07733339071273804, 0.03441404178738594, 0.05304715409874916, -0.00011648363579297438, -0.032757386565208435, 0.02811191789805889, -0.003603653982281685, -0.015473510138690472, -0.024303317070007324, 0.033338069915771484, 0.012373683974146843, 0.029187889769673347, 0.04375621676445007, -0.028846312314271927, 0.061791565269231796, -0.012108961120247841, 0.003893995890393853, -0.05800004303455353, 0.055404048413038254, 0.003945232834666967, -0.05212489143013954, 0.0005507954629138112, -0.020955845713615417, 0.006823032163083553, -0.054584257304668427, -0.01481597125530243, 0.02206597663462162, -0.018957611173391342, 0.045805688947439194, 0.0003012829984072596, 0.023141948506236076, -0.031630177050828934, -0.02594289369881153, -0.0639776661992073, 0.04129685088992119, -0.01606273278594017, 0.008018556982278824, 0.0365830659866333, 0.04730863496661186, -0.058956462889909744, -0.0009756338549777865, -0.06732513755559921, -0.008338787592947483, 0.013449656777083874, 0.02206597663462162, -0.016634877771139145, -0.01435483992099762, 0.05434515327215195, 0.02824854850769043, 0.005507954861968756, -0.020443478599190712, 0.07364434003829956, -0.0038000617641955614, -0.00502974446862936, 0.07487402856349945, -0.0811590701341629, -0.01642139069736004, -0.027035946026444435, -0.031596019864082336, 0.03818848729133606, -0.012809197418391705, -0.022902844473719597, 0.020597189664840698, -0.006447295658290386, 0.028965864330530167, -0.05451594293117523, 0.034260332584381104, 0.0028286976739764214, -0.006464374717324972, -0.00982892420142889, -0.012997065670788288, -0.05875151604413986, 0.00549087580293417, 0.02561839483678341, 0.07118497788906097, 0.022578343749046326, 0.012834815308451653, 0.040647853165864944, 0.028641363605856895, 0.013697301037609577, -0.04375621676445007, 0.029546547681093216, 0.005648856051266193, 0.043858692049980164, -0.011844237335026264, -0.005811105482280254, -0.025208499282598495, 0.02058010920882225, -0.027702024206519127, -0.05547236278653145, 0.04870910570025444, 0.017360731959342957, 0.010836580768227577, 0.006959663704037666, 0.012877512723207474, -0.02491815760731697, -0.08423327654600143, 0.04983631521463394, 0.05912725254893303, -0.05099768191576004, 0.0010167299769818783, 0.019862795248627663, -0.037915222346782684, 0.0274458397179842, -0.03876917064189911, -0.01670319214463234, -0.06298708915710449, 0.02483276277780533, 0.0008107154280878603, -0.002937575802206993, 0.008624859154224396, 0.06384103745222092, -0.00009059838339453563, 0.0377444326877594, -0.02882923185825348, -0.02411544881761074, 0.0031553322914987803, -0.0012136714067310095, -0.006840111222118139, -0.020716741681098938, 0.031835123896598816, -0.034140780568122864, 0.06708603352308273, 0.03226209804415703, -0.04983631521463394, 0.009128687903285027, -0.005371323321014643, -0.009137227199971676, 0.014517090283334255, 0.05441346764564514, -0.017053311690688133, -0.010383988730609417, 0.03130567818880081, -0.019247952848672867, 0.0032748847734183073, 0.14277984201908112, -0.013944946229457855, 0.04290227219462395, 0.03784690797328949, 0.020785057917237282, -0.047752685844898224, 0.0011047932785004377, 0.011844237335026264, -0.04594232141971588, -0.0023825105745345354, 0.026591893285512924, -0.03555833175778389, -0.06479746103286743, 0.03099825605750084, 0.00047367342631332576, -0.04256069287657738, -0.0354900136590004, -0.05615552142262459, -0.0297344159334898, -0.05933219939470291, -0.02208305522799492, 0.01841108500957489, 0.05731688812375069, 0.018479401245713234, -0.0011997948167845607, 0.02162192389369011, 0.029905205592513084, 0.06824740022420883, 0.0004806117503903806, -0.02619907818734646, 0.020733820274472237, 0.03441404178738594, 0.018718507140874863, -0.022014738991856575, 0.029700258746743202, -0.03385043889284134, 0.0032983683049678802, 0.0036677001044154167, 0.05065610259771347, 0.10725567489862442, -0.029888126999139786, -0.02344937063753605, -0.029871046543121338, -0.009051832370460033, 0.02700178697705269, 0.009009134955704212, 0.020187294110655785, 0.0015509802615270019, -0.03511427715420723, -0.007476301398128271, 0.05680451914668083, -0.11968913674354553, 0.04331216588616371, 0.010964673012495041, 0.035626646131277084, 0.010674330405890942, 0.03244996443390846, 0.03455067425966263, -0.017198482528328896, -0.017130166292190552, 0.014098656363785267, -0.007625741884112358, 0.00445760041475296, 0.07282455265522003, -0.02276621200144291, 0.008308898657560349, -0.04187753424048424, 0.0423215851187706, 0.05499415099620819, -0.028316864743828773, 0.08717085421085358, 0.009692292660474777, -0.004496028181165457, -0.02298823930323124, -0.02870967984199524, -0.012715263292193413, 0.024388711899518967, -0.023381054401397705, 0.07337108254432678, 0.016677575185894966, -0.009410490281879902, 0.04290227219462395, -0.016839824616909027, 0.005653125699609518, 0.04314137622714043, 0.028402259573340416, 0.01321055181324482, 0.05065610259771347, 0.00689134793356061, -0.01367168314754963, 0.018581874668598175, 0.029000021517276764, -0.045669056475162506, -0.04713784530758858, -0.019008848816156387, -0.04939226433634758, -0.006105717271566391, 0.0011368162231519818, 0.04942642152309418, -0.002920496976003051, 0.0023590270429849625, -0.015524746850132942, -0.06390935182571411, -0.03443112224340439, -0.04928978905081749, -0.020187294110655785, -0.016156667843461037, -0.032296255230903625, -0.0011581649305298924, -0.012271210551261902, 0.003868377534672618, 0.0030037567485123873, -0.040408745408058167, 0.032654911279678345, -0.010563317686319351, 0.04273148253560066, -0.0041416403837502, -0.02893170714378357, 0.011972329579293728, 0.018701428547501564, -0.07596708089113235, 0.0008176537230610847, 0.011844237335026264, -0.019230874255299568, -0.006968203000724316, -0.007339669857174158, 0.043517112731933594, 0.012322447262704372, -0.06148414686322212, -0.005909309722483158, -0.050587788224220276, -0.0013865955406799912, -0.01108422502875328, -0.00522615248337388, 0.011050066910684109, -0.015336878597736359, -0.023842185735702515, -0.017779165878891945, -0.020528873428702354, -0.037915222346782684, -0.0559847317636013, -0.028197312727570534, -0.044302742928266525, -0.0016673305071890354, -0.02824854850769043, -0.04949473589658737, -0.023295659571886063, 0.024149606004357338, -0.07343939691781998, 0.043517112731933594, -0.03364549204707146, -0.02995644137263298, -0.028043601661920547, 0.0004976906930096447, 0.04150179773569107, 0.048060107976198196, -0.01640431210398674, -0.07699181139469147, 0.001071169157512486, -0.007314051501452923, 0.0064601050689816475, 0.040886957198381424, 0.07118497788906097, 0.03407246246933937, -0.034140780568122864, -0.021912265568971634, 0.038154326379299164, 0.05530157312750816, 0.007339669857174158, -0.04034043103456497, 0.014320681802928448, 0.000991111621260643, -0.00090358208399266, -0.006229539401829243, -0.055164940655231476, -0.054720889776945114, 0.04823089763522148, 0.03982806205749512, -0.02011897787451744, 0.02927328459918499, -0.022834528237581253, -0.005687283352017403, -0.05079273506999016, -0.00783068872988224, 0.0211607925593853, -0.032415807247161865, -0.0606301985681057, 0.012655486352741718, 0.023978816345334053, -0.004195012152194977, -0.0020804270170629025, 0.01584070734679699, 0.017480283975601196, -0.05468673259019852, 0.006357631646096706, -0.016113970428705215, 0.019828636199235916, 0.022885765880346298, 0.04696705564856529, -0.033320989459753036, 0.003046453930437565, 0.009145766496658325, 0.01830861158668995, -0.048094265162944794, 0.029085416346788406, -0.011391646228730679, -0.01092197559773922, 0.05571146681904793, 0.007860577665269375, -0.03028094209730625, 0.0013727189507335424, 0.058034200221300125, 0.04768437147140503, 0.08751243352890015, 0.0526031032204628, 0.036651384085416794, -0.002171158790588379, 0.0674276128411293, 0.0027176847215741873, 0.0020494714844971895, -0.0012307503493502736, 0.025071868672966957, -0.04816257953643799, 0.01991403102874756, 0.0012595710577443242, 0.05656541511416435, -0.04467847943305969, -0.006562578491866589, -0.046693794429302216, 0.016515323892235756, 0.01435483992099762, 0.032637834548950195, -0.033679649233818054, 0.014850129373371601, -0.007834958843886852, -0.0044277124106884, 0.049221474677324295, 0.01730949431657791, -0.03866669535636902, -0.019606610760092735, -0.004568613599985838, -0.01537957601249218, -0.01730949431657791, 0.0004992918111383915, 0.0007349276565946639, 0.041911691427230835, -0.004352991934865713, -0.044200267642736435, 0.05547236278653145, 0.11722977459430695, -0.052876364439725876, 0.048538316041231155, -0.03431157022714615, -0.04997294768691063, -0.027360444888472557, -0.04881158098578453, -0.08006601780653, 0.029017100110650063, 0.019862795248627663, 0.02503770962357521, 0.03381628170609474, -0.01046938356012106, -0.06667613983154297, 0.03303064778447151, -0.0030955560505390167, 0.01555036474019289, -0.024525342509150505, -0.019367506727576256, 0.03829095885157585, -0.003763769054785371, -0.07644528895616531, -0.021331582218408585, 0.006669322028756142, -0.023176107555627823, 0.030622519552707672, 0.0003370420017745346, 0.040647853165864944, 0.0030528586357831955, 0.11190114170312881, -0.010358370840549469, -0.12201187014579773, -0.019367506727576256, 0.049699682742357254, 0.015686996281147003, -0.018086586147546768, 0.0148672079667449, -0.00717741996049881, 0.02206597663462162, -0.0032983683049678802, 0.039144907146692276, -0.050348684191703796, 0.02218552865087986, -0.010964673012495041, -0.05123678967356682, -0.018342770636081696, -0.0018221082864329219, -0.02618199959397316, -0.024525342509150505, -0.008296090178191662, -0.023176107555627823, 0.003366683842614293, 0.028043601661920547, -0.025669630616903305, -0.008889582939445972, 0.04611310735344887, -0.0005977625260129571, -0.04676210880279541, 0.0007359951268881559, 0.07050181925296783, -0.011869856156408787, 0.005815375596284866, 0.061005935072898865, 0.005567730870097876, 0.05468673259019852, -0.0016192960320040584, 0.009905778802931309, 0.02459365874528885, -0.05342289060354233, 0.018154902383685112, -0.05089521035552025, -0.05106600001454353, -0.06360193341970444, -0.0297173373401165, -0.030024757608771324, -0.06718850880861282, 0.042936429381370544, -0.03706127777695656, -0.0331672802567482, 0.006199651397764683, -0.02276621200144291, 0.008308898657560349, 0.010495002381503582, -0.04730863496661186, -0.02469613216817379, 0.07234634459018707, 0.008573622442781925, 0.041228536516427994, 0.04081864282488823, 0.003898265538737178, -0.007775182370096445, 0.033320989459753036, 0.03074207343161106, -0.013389880768954754, -0.06298708915710449, -0.03525090962648392, 0.02353476546704769, -0.09687168896198273, -0.014534168876707554, -0.006101447623223066, 0.055164940655231476, 0.007232926785945892, -0.008385754190385342, -0.0014623833121731877, 0.0001864005025709048, 0.06127920001745224, 0.00205587618984282, -0.03900827467441559, -0.05793172866106033, -0.00994847621768713, 0.01818905957043171, 0.021007083356380463, -0.011220856569707394, 0.039486486464738846, 0.10302010178565979, -0.0023440830409526825, -0.044302742928266525, -0.04180921986699104, -0.03028094209730625, 0.007595853880047798, 0.004671087022870779, 0.013278867118060589, -0.0001889356499304995, 0.007160340901464224, 0.002465770347043872, 0.016856903210282326, 0.011075685732066631, -0.023363975808024406, -0.03268907219171524, 0.01991403102874756, 0.018137823790311813, 0.004071189556270838, 0.01445731334388256, 0.04553242400288582, 0.007997208274900913, -0.003960176836699247, 0.05407189205288887, 0.02058010920882225, 0.06623208522796631, 0.007057867478579283, -0.0423215851187706, -0.03077623061835766, -0.019640767946839333, 0.02802652306854725, 0.03244996443390846, 0.01034983154386282, -0.010546239092946053, 0.02310779131948948, -0.0000344247164321132, -0.02891462668776512, 0.04474679380655289, 0.006613815203309059, 0.009512963704764843, -0.015089234337210655, 0.04392700642347336, -0.020170215517282486, 0.014508550055325031, 0.00719876866787672, -0.061586618423461914, -0.07371266186237335, 0.03736869618296623, 0.03465314581990242, -0.003874782007187605, -0.03350885957479477, -0.006229539401829243, 0.036856330931186676, -0.015234405174851418, 0.0035011805593967438 ]
15,904
traitlets.traitlets
observe
A decorator which can be used to observe Traits on a class. The handler passed to the decorator will be called with one ``change`` dict argument. The change dictionary at least holds a 'type' key and a 'name' key, corresponding respectively to the type of notification and the name of the attribute that triggered the notification. Other keys may be passed depending on the value of 'type'. In the case where type is 'change', we also have the following keys: * ``owner`` : the HasTraits instance * ``old`` : the old value of the modified trait attribute * ``new`` : the new value of the modified trait attribute * ``name`` : the name of the modified trait attribute. Parameters ---------- *names The str names of the Traits to observe on the object. type : str, kwarg-only The type of event to observe (e.g. 'change')
def observe(*names: Sentinel | str, type: str = "change") -> ObserveHandler: """A decorator which can be used to observe Traits on a class. The handler passed to the decorator will be called with one ``change`` dict argument. The change dictionary at least holds a 'type' key and a 'name' key, corresponding respectively to the type of notification and the name of the attribute that triggered the notification. Other keys may be passed depending on the value of 'type'. In the case where type is 'change', we also have the following keys: * ``owner`` : the HasTraits instance * ``old`` : the old value of the modified trait attribute * ``new`` : the new value of the modified trait attribute * ``name`` : the name of the modified trait attribute. Parameters ---------- *names The str names of the Traits to observe on the object. type : str, kwarg-only The type of event to observe (e.g. 'change') """ if not names: raise TypeError("Please specify at least one trait name to observe.") for name in names: if name is not All and not isinstance(name, str): raise TypeError("trait names to observe must be strings or All, not %r" % name) return ObserveHandler(names, type=type)
(*names: traitlets.utils.sentinel.Sentinel | str, type: str = 'change') -> traitlets.traitlets.ObserveHandler
[ -0.008035085164010525, -0.01992304064333439, -0.023045038804411888, -0.09831587970256805, -0.008919350802898407, -0.020825352519750595, -0.013173749670386314, 0.05341684818267822, -0.032627590000629425, 0.04269738867878914, -0.007651602849364281, -0.0014109897892922163, 0.03562326356768608, -0.003099440596997738, -0.0393768809735775, -0.027448320761322975, 0.00972691923379898, -0.0372835174202919, -0.01887635886669159, -0.039918266236782074, 0.02008545771241188, 0.003627292811870575, 0.0009835197124630213, -0.005562751553952694, -0.03446830436587334, -0.006352274212986231, -0.006289112381637096, 0.017035644501447678, 0.017035644501447678, -0.01648523472249508, -0.023351825773715973, 0.004319816827774048, -0.012181207537651062, -0.0290183424949646, 0.008003504015505314, -0.028531095013022423, 0.03434197977185249, 0.07355644553899765, 0.024994032457470894, 0.06182639300823212, -0.01670178957283497, 0.00912237074226141, -0.0036881989799439907, -0.010403653606772423, 0.028116030618548393, 0.026979118585586548, 0.0012113533448427916, 0.053741682320833206, 0.043202683329582214, -0.0181093942373991, 0.010520953685045242, -0.04702848196029663, 0.01047583855688572, 0.004570208489894867, 0.04720894619822502, 0.042553018778562546, 0.051828783005476, 0.06117672845721245, 0.014617448672652245, 0.04601789265871048, 0.00279491045512259, -0.005301081109791994, 0.07918687164783478, -0.026870841160416603, -0.007741834037005901, -0.06438896059989929, 0.10755554586648941, -0.009618641808629036, -0.023875165730714798, -0.011982698924839497, -0.036561667919158936, -0.03645339235663414, 0.042155999690294266, 0.02297285385429859, 0.008734377101063728, -0.017423637211322784, -0.0310936588793993, -0.005242430604994297, 0.052514538168907166, 0.02919880487024784, 0.03459462895989418, -0.03291632980108261, -0.016376957297325134, 0.024597015231847763, -0.01338128186762333, 0.006126696243882179, -0.02465115487575531, -0.08590006828308105, 0.012081952765583992, 0.03768053278326988, -0.09066427499055862, -0.005562751553952694, 0.01577240787446499, -0.019760625436902046, -0.04987978935241699, 0.008842654526233673, -0.006862080190330744, -0.030407901853322983, 0.026148991659283638, 0.033656224608421326, 0.01636793278157711, 0.03372840955853462, 0.06384757161140442, 0.049807604402303696, -0.016160402446985245, -0.056232061237096786, -0.05320029333233833, 0.00030086454353295267, -0.05724265053868294, -0.013823414221405983, 0.05345294252038002, -0.010945040732622147, -0.026672331616282463, 0.03089515119791031, 0.053741682320833206, 0.010674347169697285, -0.034071289002895355, -0.05038508400321007, -0.06229559704661369, -0.025950483977794647, -0.03639925271272659, 0.009068232029676437, 0.03502773866057396, 0.009582549333572388, -0.000143735422170721, 0.011892467737197876, 0.014112154021859169, 0.00838247500360012, 0.04204772412776947, 0.011305964551866055, -0.045476507395505905, -0.032663680613040924, -0.015646083280444145, 0.07167963683605194, 0.060635343194007874, 0.06568828970193863, -0.025625651702284813, -0.02631140686571598, 0.01909291371703148, 0.0040446119382977486, -0.031201936304569244, 0.03318702429533005, 0.0012079697335138917, -0.006243996787816286, -0.009248694404959679, -0.044646382331848145, 0.01524004340171814, -0.002684377133846283, 0.0080170389264822, 0.006514690350741148, -0.03176137059926987, -0.029523637145757675, 0.006356785539537668, 0.05089037865400314, -0.044032808393239975, 0.01077360101044178, -0.023496195673942566, 0.012397762387990952, -0.03661580756306648, 0.05114302411675453, 0.03356599435210228, 0.030137209221720695, -0.016304772347211838, 0.0016557418275624514, 0.009108835831284523, 0.008445637300610542, 0.011468380689620972, -0.019742578268051147, 0.003320506773889065, 0.028765695169568062, -0.04518776759505272, 0.04811125621199608, 0.07149917632341385, 0.0517565980553627, 0.032230570912361145, 0.0300650242716074, -0.010755554772913456, -0.058722443878650665, 0.05092646926641464, -0.0321042500436306, 0.024578969925642014, -0.04269738867878914, -0.05634034052491188, 0.03322311490774155, -0.01968844048678875, 0.032880235463380814, -0.016376957297325134, -0.010286352597177029, 0.00437395554035902, -0.014310662634670734, 0.0063071586191654205, -0.015862638130784035, -0.02483161725103855, 0.022936761379241943, 0.04453810304403305, 0.03851066157221794, -0.03908814117312431, 0.0031580908689647913, -0.044465918093919754, -0.019850855693221092, -0.011224756948649883, 0.043996717780828476, -0.030209394171833992, 0.019399700686335564, 0.0641002207994461, 0.03463071957230568, 0.1430705338716507, 0.014427963644266129, 0.02777315303683281, -0.08142460137605667, 0.0005746597307734191, 0.03026353195309639, -0.05994958430528641, 0.02194421924650669, -0.007683183532208204, -0.006568828597664833, -0.026203131303191185, 0.011441311798989773, 0.005030387546867132, -0.0014380591455847025, 0.039232511073350906, 0.0600578635931015, -0.013552720658481121, 0.07099387794733047, 0.017856746912002563, -0.015348320826888084, -0.00875693466514349, -0.012478969991207123, 0.023333778604865074, -0.023514240980148315, 0.02981237694621086, 0.07593854516744614, 0.016828112304210663, 0.021005814895033836, -0.0062575312331318855, 0.03869112208485603, -0.048580460250377655, 0.02607680670917034, -0.035099923610687256, 0.07063295692205429, 0.022828483954072, 0.009438179433345795, -0.008553914725780487, 0.027033256366848946, 0.022936761379241943, -0.05634034052491188, -0.022900668904185295, 0.015745338052511215, -0.024578969925642014, 0.01794697903096676, -0.016196494922041893, -0.019183145835995674, 0.005662005394697189, -0.009772035293281078, -0.02073512226343155, 0.05890290439128876, -0.02259388379752636, -0.03775271773338318, 0.006379343569278717, -0.06341446191072464, 0.011233779601752758, 0.025409096851944923, 0.039412971585989, 0.06695152819156647, 0.03540670871734619, -0.038871586322784424, 0.03394496440887451, 0.02261192910373211, -0.02878374233841896, -0.022485606372356415, -0.08820998668670654, 0.02945145219564438, -0.011847351677715778, -0.020374197512865067, 0.02257583662867546, -0.07005547732114792, 0.04544041305780411, -0.03916032612323761, -0.017405591905117035, -0.021438924595713615, -0.028224308043718338, 0.018217671662569046, 0.01905682124197483, -0.01554682943969965, 0.03463071957230568, -0.032844144850969315, -0.025409096851944923, 0.03713914752006531, 0.005377777386456728, -0.035930048674345016, 0.07323161512613297, -0.03840238228440285, 0.001213609124533832, -0.009090789593756199, -0.004358165431767702, 0.040098730474710464, -0.03690454736351967, 0.04074839502573013, 0.025138402357697487, -0.040495745837688446, -0.014455032534897327, -0.024344367906451225, -0.014545263722538948, -0.06254824250936508, 0.01573631539940834, -0.06464160978794098, 0.026203131303191185, -0.053380757570266724, 0.004615324083715677, 0.01968844048678875, 0.06875614821910858, 0.0030791384633630514, -0.08936494588851929, 0.028043845668435097, 0.015474644489586353, 0.05670126527547836, -0.004750670865178108, -0.03524429351091385, 0.011558611877262592, 0.07312333583831787, 0.010484861209988594, -0.018804173916578293, -0.037211332470178604, -0.021493064239621162, -0.05060163885354996, -0.03627292811870575, 0.01864175871014595, 0.030588364228606224, 0.018569573760032654, -0.051034748554229736, -0.05222579836845398, -0.05652080103754997, 0.022034451365470886, -0.014527217485010624, -0.031238028779625893, -0.0037085008807480335, 0.015131765976548195, 0.016422072425484657, 0.04518776759505272, -0.002526472555473447, 0.0372835174202919, -0.010728485882282257, -0.036958687007427216, 0.058108869940042496, -0.03185160085558891, 0.022431468591094017, 0.022485606372356415, 0.04204772412776947, 0.08965368568897247, 0.03897986188530922, -0.0020335849840193987, -0.03338553011417389, 0.024975987151265144, -0.015691200271248817, 0.04230036959052086, -0.04728113114833832, 0.030191347002983093, -0.08120805025100708, -0.017270244657993317, -0.08156897127628326, -0.036994777619838715, 0.037211332470178604, 0.010737508535385132, -0.03789708763360977, -0.02109604701399803, 0.025354957208037376, 0.01929142326116562, 0.009564503096044064, 0.02964996173977852, -0.040531840175390244, 0.008928373456001282, 0.06677106022834778, 0.002274953294545412, 0.061645932495594025, -0.014635494910180569, -0.008896793238818645, 0.05114302411675453, 0.013426396995782852, -0.051900967955589294, 0.013263980858027935, -0.017387544736266136, -0.012749663554131985, -0.005621401593089104, 0.009510364383459091, 0.00008579010318499058, 0.01524004340171814, 0.007114727515727282, 0.011712005361914635, -0.02715958096086979, 0.018731988966464996, 0.009609619155526161, -0.028224308043718338, -0.05280327796936035, -0.03250126540660858, -0.06594093888998032, -0.0013624905841425061, -0.0029347685631364584, 0.026419684290885925, -0.00047878912300802767, -0.024326322600245476, 0.037211332470178604, -0.002799422014504671, 0.008495263755321503, 0.0015181393828243017, 0.004464186728000641, 0.062476057559251785, 0.020789260044693947, -0.023983443155884743, 0.01325495820492506, -0.03713914752006531, 0.0061537656001746655, 0.04677583649754524, -0.016719834879040718, -0.03833019733428955, 0.027592690661549568, -0.00421153986826539, 0.03605637326836586, -0.08171334117650986, 0.0019478652393445373, -0.013832437805831432, -0.013426396995782852, -0.0207531675696373, 0.04248083382844925, 0.014283593744039536, 0.04118150472640991, 0.009384040720760822, -0.0047371359542012215, -0.0001804623316274956, 0.04183116927742958, 0.02817017026245594, -0.017170989885926247, 0.022503651678562164, -0.06327009201049805, -0.05042117461562157, 0.009663757868111134, -0.008152386173605919, 0.005901118274778128, -0.050060249865055084, -0.003814522409811616, 0.01684615947306156, -0.12119849771261215, 0.021240416914224625, -0.029577776789665222, 0.0062575312331318855, -0.040892764925956726, -0.004024310037493706, -0.015898730605840683, -0.037391796708106995, 0.01925533078610897, -0.04742550104856491, -0.019941087812185287, 0.009699850343167782, -0.03351185470819473, -0.0020245618652552366, 0.08806561678647995, -0.060093954205513, -0.05330857262015343, -0.013886576518416405, 0.002087723696604371, -0.057495299726724625, -0.02131260186433792, -0.058722443878650665, 0.00010700851998990402, -0.0393407866358757, -0.025210587307810783, -0.07622728496789932, -0.007741834037005901, -0.07380909472703934, 0.008549402467906475, -0.0012372948694974184, 0.07572199404239655, -0.03571349382400513, 0.04244473949074745, 0.022936761379241943, -0.024597015231847763, -0.0030272556468844414, -0.008495263755321503, 0.02923489734530449, -0.028892019763588905, -0.032627590000629425, 0.0038844516966491938, 0.04020700603723526, 0.015943847596645355, -0.033475764095783234, 0.009708872996270657, -0.028729602694511414, -0.02302699349820614, -0.03984608128666878, 0.04295003414154053, 0.03434197977185249, -0.01128791831433773, -0.010132960043847561, -0.006406412925571203, -0.028892019763588905, 0.01583557017147541, 0.003561875317245722, 0.029577776789665222, -0.0001423960638931021, -0.006514690350741148, -0.0024159394670277834, 0.0393768809735775, -0.00850879866629839, 0.0683230385184288, 0.004719089716672897, -0.015068604610860348, -0.0891483947634697, 0.03269977495074272, -0.05215361341834068, -0.055835045874118805, -0.0030836500227451324, 0.010602162219583988, 0.004060402512550354, 0.03807755187153816, -0.002567076589912176, 0.010981133207678795, -0.08943713456392288, -0.0006953439442440867, 0.0279897078871727, -0.03952125087380409, -0.03297046944499016, -0.015312228351831436, -0.02735808864235878, 0.04724503681063652, 0.05984130874276161, -0.004701043479144573, -0.0013015845324844122, 0.04489902779459953, -0.031165843829512596, 0.015700222924351692, -0.04641491174697876, 0.026690378785133362, 0.01992304064333439, -0.061429377645254135, 0.0018745524575933814, 0.009817150421440601, -0.019959133118391037, -0.005084526259452105, -0.012776733376085758, 0.015095673501491547, 0.06438896059989929, 0.014852049760520458, 0.03583981841802597, -0.025030124932527542, 0.028332585468888283, -0.007638067938387394, -0.015014465898275375, -0.00045284765656106174, -0.07601073384284973, 0.03226666525006294, -0.030931243672966957, -0.06269261240959167, -0.03916032612323761, -0.014572333544492722, -0.03253735974431038, -0.09246889501810074, 0.02447069250047207, 0.026979118585586548, -0.030389856547117233, -0.023243548348546028, 0.04706457629799843, -0.024308275431394577, 0.028729602694511414, 0.058072779327631, 0.08647754788398743, -0.01172102801501751, 0.050276804715394974, 0.10380193591117859, 0.022323191165924072, 0.018280833959579468, 0.02012155018746853, 0.046956297010183334, 0.07222102582454681, -0.0019004938658326864, -0.022467559203505516, -0.022106636315584183, 0.0217276643961668, 0.05984130874276161, 0.017775539308786392, -0.05551021173596382, -0.03916032612323761, -0.046739742159843445, -0.03771662712097168, -0.039882175624370575, -0.025770021602511406, 0.011937582865357399, 0.02984846942126751, -0.019995225593447685, 0.07593854516744614, -0.028675464913249016, 0.09622251242399216, -0.006835010834038258, -0.012109022587537766, -0.021799849346280098, -0.011838329024612904, 0.03836629167199135, 0.005630424711853266, -0.017766516655683517, 0.012875987216830254, -0.04800298064947128, 0.0036295487079769373, -0.04082057997584343, -0.007083146367222071, -0.031039521098136902, -0.04453810304403305, -0.0238210279494524, -0.08452855795621872, 0.011576658114790916, 0.05042117461562157, 0.036182697862386703, -0.036579713225364685, 0.0032212527003139257, 0.04331095889210701, 0.06402803212404251, 0.07579417526721954, 0.06254824250936508, 0.013940715231001377, 0.028458910062909126, -0.010015659034252167, 0.0064425054006278515, -0.003331785788759589, -0.012253392487764359, -0.017919909209012985, 0.02028396539390087, -0.03163504600524902, -0.00814336258918047, -0.050854284316301346, -0.04428545758128166, -0.04998806491494179, 0.023261593654751778, -0.06240387260913849, -0.015609991736710072, 0.014924234710633755, -0.01563706062734127, -0.059155553579330444, 0.060996267944574356, 0.007980946451425552, -0.032826099544763565, -0.015609991736710072, -0.0066319904290139675, -0.045729152858257294, -0.0005989093333482742, -0.02134869433939457, 0.091241754591465, 0.04702848196029663, -0.017152944579720497, 0.028910065069794655, 0.05348903313279152, 0.02696107141673565, 0.05215361341834068, -0.03706696256995201, 0.04327486827969551, 0.07983653247356415, -0.010331468656659126, 0.05135957896709442, 0.022900668904185295, 0.029776284471154213, 0.03356599435210228, -0.04024310037493706, 0.051828783005476, -0.009045674465596676, -0.011468380689620972, -0.0006107522058300674, 0.04331095889210701, 0.022666068747639656, 0.07074123620986938, 0.0012643642257899046, -0.02156524918973446, 0.0006214671302586794, 0.007931319065392017, -0.005269499961286783, 0.029920654371380806, 0.04605398699641228, 0.03369231894612312, -0.03589395806193352, 0.001161726308055222, 0.0006350018084049225, 0.019778670743107796, -0.012190230190753937, 0.018912451341748238, 0.006410924252122641, -0.03833019733428955, 0.00023361413332168013, 0.013074495829641819, -0.03149067610502243, 0.015267113223671913, 0.02820626273751259, 0.010069797746837139, -0.019381653517484665, -0.013083519414067268, -0.03683236241340637, 0.026852793991565704, -0.02050052024424076, 0.036579713225364685, -0.01117964182049036, 0.01990499533712864, -0.01909291371703148, -0.029974792152643204, -0.01490618847310543, -0.012478969991207123, 0.0002300894702784717, 0.03890767693519592, 0.03360208496451378, -0.02235928364098072, -0.02010350301861763, -0.008350894786417484, 0.011360103264451027, 0.005030387546867132, -0.028531095013022423, 0.08048620074987411, 0.015727292746305466, -0.02214272879064083, 0.03192378580570221, 0.010358537547290325, -0.02878374233841896, 0.037788812071084976, -0.01242483127862215, -0.026997163891792297, -0.022864576429128647, 0.06713198870420456, 0.04746159166097641, 0.0073854210786521435, -0.0035641309805214405, -0.00008515566150890663, -0.005846979562193155, -0.041145410388708115, -0.007019984535872936, 0.01234362367540598, 0.016927367076277733, -0.0393407866358757, -0.012018791399896145, 0.05493273213505745, -0.019435793161392212, -0.06875614821910858, 0.027664875611662865, -0.005287546198815107, -0.04493511840701103, -0.008734377101063728, -0.015537806786596775, -0.030931243672966957, 0.019417745992541313, -0.051467858254909515, 0.014220431447029114, 0.07687695324420929, 0.035117968916893005, -0.010087843984365463, -0.07218493521213531, -0.03796927258372307, 0.039052046835422516, 0.03464876860380173, 0.03360208496451378, -0.03372840955853462, 0.011883444152772427, -0.023315733298659325, -0.05435525253415108, 0.0808471217751503, -0.03562326356768608, -0.020644890144467354, -0.023478148505091667, -0.0300650242716074, 0.008594518527388573, 0.013029380701482296, 0.0600578635931015, 0.012749663554131985, -0.03793318197131157, -0.020969722419977188, -0.02259388379752636, -0.011775166727602482, 0.012984264642000198 ]
15,907
traitlets.traitlets
validate
A decorator to register cross validator of HasTraits object's state when a Trait is set. The handler passed to the decorator must have one ``proposal`` dict argument. The proposal dictionary must hold the following keys: * ``owner`` : the HasTraits instance * ``value`` : the proposed value for the modified trait attribute * ``trait`` : the TraitType instance associated with the attribute Parameters ---------- *names The str names of the Traits to validate. Notes ----- Since the owner has access to the ``HasTraits`` instance via the 'owner' key, the registered cross validator could potentially make changes to attributes of the ``HasTraits`` instance. However, we recommend not to do so. The reason is that the cross-validation of attributes may run in arbitrary order when exiting the ``hold_trait_notifications`` context, and such changes may not commute.
def validate(*names: Sentinel | str) -> ValidateHandler: """A decorator to register cross validator of HasTraits object's state when a Trait is set. The handler passed to the decorator must have one ``proposal`` dict argument. The proposal dictionary must hold the following keys: * ``owner`` : the HasTraits instance * ``value`` : the proposed value for the modified trait attribute * ``trait`` : the TraitType instance associated with the attribute Parameters ---------- *names The str names of the Traits to validate. Notes ----- Since the owner has access to the ``HasTraits`` instance via the 'owner' key, the registered cross validator could potentially make changes to attributes of the ``HasTraits`` instance. However, we recommend not to do so. The reason is that the cross-validation of attributes may run in arbitrary order when exiting the ``hold_trait_notifications`` context, and such changes may not commute. """ if not names: raise TypeError("Please specify at least one trait name to validate.") for name in names: if name is not All and not isinstance(name, str): raise TypeError("trait names to validate must be strings or All, not %r" % name) return ValidateHandler(names)
(*names: traitlets.utils.sentinel.Sentinel | str) -> traitlets.traitlets.ValidateHandler
[ -0.011219020932912827, -0.015596247278153896, -0.023884430527687073, -0.058692894876003265, -0.053858913481235504, 0.007807639427483082, 0.0035850433632731438, 0.031382810324430466, -0.015215618535876274, 0.03954728692770004, 0.013426665216684341, 0.019640423357486725, 0.02908000722527504, -0.008378582075238228, -0.030317049473524094, -0.020630057901144028, 0.03631194680929184, -0.010533889755606651, -0.018841104581952095, -0.009663202799856663, 0.030336080119013786, 0.008002711459994316, -0.02812843583524227, 0.0027738292701542377, -0.026396576315164566, 0.021334219723939896, 0.02186710014939308, 0.019583329558372498, 0.010467279702425003, 0.007950374856591225, -0.01607203297317028, 0.03863377869129181, 0.02561628818511963, 0.002966522239148617, 0.012018340639770031, -0.040118228644132614, 0.017708735540509224, 0.028090372681617737, 0.009054196998476982, 0.026796236634254456, -0.01840338110923767, 0.010981128551065922, 0.033704642206430435, -0.0003110447432845831, 0.027043646201491356, 0.03311466798186302, 0.020515868440270424, 0.08663101494312286, 0.002619198989123106, -0.02080133929848671, 0.022361915558576584, -0.06630545854568481, 0.030811866745352745, 0.005295492243021727, 0.023256393149495125, 0.07289033383131027, 0.04628440737724304, 0.06775184720754623, 0.033780768513679504, 0.03248663246631622, -0.03231534734368324, -0.012113497592508793, 0.09294945001602173, -0.03589325398206711, -0.0033090878278017044, -0.08815352618694305, 0.08023645728826523, -0.048492055386304855, -0.037644144147634506, 0.01061001606285572, -0.04244006425142288, -0.05678975209593773, 0.0321630984544754, 0.02289479598402977, 0.03473233804106712, -0.02850906364619732, -0.013959545642137527, 0.004653181880712509, 0.07886619865894318, -0.015567700378596783, 0.012874754145741463, -0.008616474457085133, -0.023922493681311607, 0.02892775647342205, -0.025578226894140244, 0.044305142015218735, 0.022590292617678642, -0.020192334428429604, 0.053135719150304794, 0.029022913426160812, -0.05526723712682724, 0.0067561534233391285, 0.014892084524035454, -0.014492425136268139, -0.04362000897526741, 0.04449545592069626, 0.015225134789943695, 0.011542554944753647, -0.02595885470509529, 0.0027024613227695227, -0.029194194823503494, 0.032886289060115814, 0.03943309932947159, 0.06367912888526917, 0.004006113391369581, -0.05054744705557823, -0.019469140097498894, -0.028375845402479172, -0.03663548082113266, -0.030868960544466972, 0.048492055386304855, -0.05987284332513809, 0.003499401966109872, 0.06946467608213425, 0.04122205078601837, -0.04316325485706329, -0.05165126919746399, -0.07327096164226532, -0.07848557084798813, -0.029441604390740395, 0.0074555580504238605, -0.009663202799856663, 0.03244856745004654, -0.006380282808095217, 0.011238052509725094, 0.06329849362373352, 0.017128275707364082, 0.04419095441699028, 0.05351634696125984, 0.02890872396528721, -0.01061001606285572, 0.0035588752944022417, 0.008668811060488224, 0.0029379751067608595, 0.020268460735678673, 0.027766838669776917, 0.038690872490406036, -0.021391313523054123, 0.03235341235995293, -0.03962341323494911, 0.0017841954249888659, 0.060367658734321594, -0.023275423794984818, -0.026682049036026, 0.014511456713080406, -0.008935251273214817, -0.016995055601000786, 0.004163122735917568, 0.010134230367839336, 0.015434480272233486, -0.029441604390740395, -0.03558875247836113, -0.0030069639906287193, 0.031934719532728195, -0.05134676769375801, 0.013864387758076191, -0.029270321130752563, -0.018679337576031685, 0.008721147663891315, 0.020858434960246086, 0.034427836537361145, -0.011637711897492409, -0.05713231861591339, -0.0013881040504202247, 0.01164722815155983, 0.008131173439323902, 0.020040083676576614, -0.030887991189956665, 0.04624634608626366, 0.06242305040359497, -0.026320451870560646, 0.02055393159389496, 0.0377773642539978, 0.05229833722114563, 0.0005959213012829423, -0.0019733202643692493, 0.009734570048749447, -0.06588677316904068, 0.02892775647342205, -0.012922332622110844, 0.016681037843227386, 0.003975187428295612, -0.027367180213332176, 0.01261783018708229, 0.01245606318116188, 0.03235341235995293, -0.033381108194589615, 0.026130137965083122, 0.013588432222604752, -0.011352241039276123, -0.009549014270305634, -0.007189118303358555, 0.0011936267837882042, 0.02708170749247074, 0.007388947997242212, 0.03126861900091171, -0.02506437711417675, 0.01425453182309866, 0.0028689862228929996, -0.054277606308460236, 0.007398463785648346, 0.016804741695523262, -0.03897634521126747, 0.025273723527789116, 0.013883419334888458, 0.025349849835038185, 0.07254776358604431, -0.005647573154419661, 0.013750200159847736, -0.10581468790769577, 0.022951889783143997, 0.003168731229379773, -0.07593535631895065, 0.05172739550471306, 0.0036445166915655136, -0.052108023315668106, 0.014140344224870205, -0.02778587117791176, -0.0026168199256062508, 0.04183105751872063, 0.07110138237476349, 0.05503886193037033, 0.05359247326850891, 0.03244856745004654, 0.029860295355319977, -0.0071700867265462875, -0.023351550102233887, -0.056675564497709274, -0.0032067939173430204, 0.02234288491308689, 0.009710781276226044, 0.011504492722451687, -0.007774334400892258, 0.025692414492368698, -0.04548509046435356, 0.07528828829526901, -0.05191770941019058, -0.021905163303017616, 0.018013237044215202, 0.09218818694353104, 0.022704482078552246, -0.007969406433403492, 0.0017996585229411721, 0.013236351311206818, 0.045827656984329224, 0.0007261675782501698, -0.028737440705299377, 0.048492055386304855, -0.026396576315164566, 0.02491212636232376, -0.0638313740491867, 0.006941709667444229, 0.007350885309278965, -0.005400164984166622, -0.015872202813625336, 0.00846898090094328, -0.03526521846652031, -0.06748540699481964, 0.06002509221434593, -0.042934879660606384, 0.011761416681110859, 0.031211525201797485, 0.04331550747156143, 0.06729509681463242, 0.0024407794699072838, -0.04693147912621498, 0.027138803154230118, 0.031059274449944496, -0.04978619143366814, -0.021334219723939896, -0.1438775211572647, 0.019069481641054153, -0.039965979754924774, -0.015015789307653904, 0.0401562936604023, -0.04860624298453331, 0.04986231401562691, -0.014178406447172165, 0.02329445630311966, -0.01534883864223957, 0.018736431375145912, 0.04034660756587982, -0.0014963452704250813, 0.010467279702425003, 0.022761575877666473, -0.02498825266957283, -0.040613047778606415, -0.030887991189956665, -0.02603498101234436, -0.02601594850420952, 0.02304704673588276, -0.06440231949090958, 0.020858434960246086, -0.02980320155620575, -0.013911967165768147, 0.018279677256941795, -0.027252990752458572, -0.004726928658783436, -0.00546677503734827, -0.0850323736667633, 0.01558673195540905, 0.002585893962532282, -0.03237244114279747, -0.0316682793200016, -0.01000101026147604, -0.0822918489575386, 0.020040083676576614, -0.015225134789943695, -0.0067847007885575294, 0.0018936260603368282, 0.06527776271104813, 0.02875647321343422, -0.08899091184139252, -0.020192334428429604, 0.07848557084798813, 0.0377773642539978, 0.02361799031496048, -0.07018787413835526, 0.012351390905678272, 0.06973111629486084, 0.0012596419546753168, 0.0006167368846945465, -0.03893828019499779, -0.039242785423994064, -0.06622933596372604, -0.0335523895919323, 0.009577561169862747, -0.009962947107851505, -0.03638807311654091, -0.020858434960246086, -0.09629897773265839, -0.06139535456895828, 0.05743682011961937, 0.00478402292355895, -0.017880016937851906, 0.04080336168408394, 0.011847058311104774, 0.039965979754924774, 0.0583503283560276, -0.008245361968874931, 0.04027048125863075, 0.011999309062957764, -0.023579927161335945, 0.030868960544466972, -0.05195577070116997, 0.014130827970802784, -0.021258093416690826, 0.05264090374112129, 0.0685892328619957, 0.04978619143366814, -0.0012322843540459871, 0.008378582075238228, 0.044952210038900375, -0.0506235733628273, 0.03581712767481804, -0.07319483160972595, -0.004032281693071127, -0.030469300225377083, -0.0038372096605598927, -0.1094687208533287, -0.001408324926160276, -0.026567859575152397, -0.031934719532728195, 0.0038372096605598927, -0.03239147365093231, 0.009858274832367897, -0.012846207246184349, -0.04027048125863075, 0.029346447438001633, -0.04765466973185539, 0.031078306958079338, 0.03842443227767944, 0.00393950380384922, 0.03958534821867943, -0.0011728111421689391, 0.04426708072423935, 0.043658073991537094, 0.020211366936564445, -0.044152889400720596, -0.03596938028931618, 0.007155813276767731, 0.012598798610270023, 0.017899049445986748, 0.02137228287756443, 0.01903141848742962, -0.04106980189681053, -0.015006273053586483, -0.002888017799705267, -0.004855390638113022, 0.018736431375145912, 0.03813896328210831, -0.011428366415202618, -0.008940008468925953, -0.016338473185896873, -0.07372771203517914, -0.01687135174870491, 0.00787900760769844, 0.020611025393009186, 0.01285572350025177, -0.03560778498649597, 0.07368965446949005, -0.032581787556409836, 0.03326692059636116, -0.01840338110923767, -0.0006012738449499011, 0.05781744793057442, 0.027176864445209503, 0.002714355941861868, 0.013302961364388466, 0.002394390292465687, -0.0037444315385073423, 0.025768540799617767, 0.019545266404747963, -0.031382810324430466, -0.013721652328968048, -0.015443995594978333, 0.024303121492266655, -0.025121472775936127, -0.0028237865772098303, -0.03722545504570007, 0.019402530044317245, -0.03220115974545479, -0.01316974125802517, 0.03376173600554466, 0.01366455852985382, 0.02673914283514023, -0.017470842227339745, -0.01631944067776203, 0.018698368221521378, -0.0124084847047925, -0.05127064138650894, -0.0055952370166778564, -0.03962341323494911, -0.0636029988527298, -0.014796927571296692, -0.03459911793470383, -0.041183989495038986, -0.020059114322066307, -0.03343820199370384, 0.027043646201491356, -0.05260283872485161, 0.007641114294528961, -0.02957482449710369, 0.04472383111715317, 0.0016581122763454914, -0.010086651891469955, -0.025349849835038185, 0.00279999733902514, -0.005428711883723736, -0.041564617305994034, 0.009173143655061722, 0.013959545642137527, -0.02441730909049511, 0.013312476687133312, 0.06139535456895828, -0.007274759467691183, -0.042059432715177536, -0.03796767815947533, -0.003882409306243062, -0.04259231314063072, 0.019716549664735794, -0.025349849835038185, 0.0006714522023685277, -0.007588778156787157, -0.05953027680516243, -0.05401116609573364, -0.030583489686250687, -0.050319068133831024, 0.02738621085882187, 0.015443995594978333, 0.037891555577516556, -0.048644304275512695, 0.0685892328619957, 0.03143990412354469, -0.04925331100821495, -0.010248418897390366, 0.054582107812166214, 0.028775503858923912, -0.05648525059223175, -0.0051051778718829155, 0.025977885350584984, 0.022000320255756378, 0.005119451321661472, -0.003102121176198125, 0.03880506008863449, -0.012237202376127243, -0.033457234501838684, -0.036273881793022156, -0.03195375204086304, 0.11167636513710022, -0.010124714113771915, -0.02241901122033596, -0.02024942822754383, 0.005823614075779915, 0.01703311875462532, -0.03421849012374878, 0.06756153702735901, -0.029536761343479156, 0.0011020380770787597, -0.017337622120976448, -0.011961246840655804, 0.017156824469566345, 0.04845399037003517, 0.012018340639770031, 0.008611716330051422, -0.07186263799667358, 0.015643825754523277, -0.05214608460664749, -0.03444686532020569, 0.00592828681692481, -0.025901760905981064, -0.03311466798186302, 0.044952210038900375, 0.03663548082113266, 0.01410228107124567, -0.0568658784031868, 0.01782292313873768, 0.01655733399093151, -0.048073362559080124, -0.04236393794417381, 0.01703311875462532, -0.02047780528664589, 0.05294540524482727, 0.0046436660923063755, -0.007679177448153496, 0.0483778640627861, 0.04091754928231239, -0.060063157230615616, 0.02805231139063835, -0.08282472938299179, 0.023884430527687073, 0.020706182345747948, -0.025406943634152412, 0.02940354123711586, -0.011542554944753647, -0.019659455865621567, 0.002319454215466976, -0.017689703032374382, 0.0014915873762220144, 0.03419945761561394, 0.04441932961344719, 0.06523970514535904, -0.022932859137654305, 0.06291786581277847, 0.012075434438884258, -0.025844665244221687, -0.005552416201680899, -0.07726755738258362, 0.014168891124427319, -0.03631194680929184, -0.06523970514535904, -0.003485128516331315, -0.019868800416588783, -0.0518796443939209, -0.08145447075366974, -0.00578555092215538, 0.03935697302222252, 0.01799420639872551, -0.010905002243816853, 0.03962341323494911, -0.007317580282688141, -0.006618175655603409, 0.07578311115503311, -0.020382648333907127, -0.029841264709830284, 0.0068275211378932, 0.05347828567028046, -0.04986231401562691, 0.004194048698991537, 0.05264090374112129, 0.007945616729557514, 0.05678975209593773, -0.012674924917519093, -0.005799824837595224, -0.0009593024151399732, 0.00386575679294765, 0.03920472040772438, 0.019345436245203018, -0.07087299972772598, -0.02201935090124607, -0.012446547858417034, -0.03743480145931244, -0.02812843583524227, -0.04080336168408394, 0.03431364893913269, 0.0653538927435875, -0.019621392711997032, 0.079322949051857, -0.015491574071347713, 0.06527776271104813, -0.037320610135793686, -0.005200334824621677, -0.028166498988866806, -0.03421849012374878, 0.04826367646455765, 0.03267694637179375, -0.02239997871220112, -0.003301951102912426, -0.007945616729557514, -0.005704667419195175, -0.04677922651171684, 0.014806443825364113, -0.034332677721977234, -0.015558184124529362, 0.006856068503111601, -0.06501132249832153, 0.006589628756046295, 0.055153049528598785, 0.016100579872727394, -0.08236797899007797, -0.02127712592482567, -0.02795715257525444, 0.06786603480577469, 0.048796556890010834, 0.03463718295097351, 0.025920791551470757, -0.015101430006325245, 0.00528121879324317, -0.0021826657466590405, -0.02378927357494831, -0.01704263500869274, -0.04384838789701462, -0.031059274449944496, -0.005067115183919668, 0.020439743995666504, -0.07787656038999557, -0.03509393706917763, 0.02224772796034813, -0.026605922728776932, -0.03037414327263832, 0.0011983845615759492, 0.031382810324430466, 0.03477039933204651, -0.04982425272464752, 0.04381032660603523, 0.01776582933962345, 0.030830897390842438, 0.0019209837773814797, 0.006404072046279907, -0.03865281119942665, -0.04982425272464752, -0.004891074262559414, 0.07121556997299194, 0.05538142845034599, -0.05275509133934975, 0.04902493208646774, 0.0023158856201916933, 0.0017841954249888659, 0.07688692957162857, -0.048796556890010834, 0.058616768568754196, 0.0778004378080368, -0.012941364198923111, 0.003682579379528761, 0.08061708509922028, -0.0004219622351229191, 0.03631194680929184, -0.01798469014465809, 0.03429461643099785, 0.002171960659325123, -0.03560778498649597, -0.005062357056885958, 0.053364098072052, 0.014016639441251755, 0.027747808024287224, 0.016500240191817284, -0.03781542927026749, -0.016014939174056053, -0.008940008468925953, 0.003951398190110922, -0.034656211733818054, 0.000058283720136387274, -0.027538461610674858, -0.023751210421323776, 0.004301100503653288, -0.024474404752254486, 0.023637020960450172, -0.04434320330619812, 0.005005262792110443, 0.03124958835542202, -0.04609409347176552, 0.021258093416690826, 0.0028642285615205765, 0.0009277816279791296, -0.018822072073817253, 0.010857423767447472, 0.03254372626543045, 0.01599590666592121, -0.03488459065556526, -0.03045026957988739, 0.018136940896511078, -0.021181968972086906, 0.055305302143096924, 0.03686385601758957, -0.035151030868291855, -0.004886316601186991, -0.028299719095230103, 0.030811866745352745, 0.010077135637402534, 0.02514050342142582, 0.034427836537361145, 0.026301419362425804, -0.02885163016617298, 0.010238902643322945, -0.006489713676273823, -0.03596938028931618, 0.007446042262017727, -0.02017330378293991, 0.07270001620054245, -0.012798628769814968, 0.011066770181059837, 0.01562479417771101, 0.011123863980174065, -0.005171787925064564, 0.014283079653978348, -0.035721972584724426, -0.006622933782637119, -0.018822072073817253, 0.09157918393611908, -0.006170937325805426, 0.02601594850420952, 0.030583489686250687, -0.016995055601000786, -0.04217362403869629, -0.047921109944581985, 0.003601695876568556, 0.03147796541452408, -0.015206103213131428, 0.048073362559080124, -0.028870660811662674, 0.0778004378080368, -0.012341874651610851, -0.08358599245548248, 0.07121556997299194, -0.020858434960246086, -0.022704482078552246, 0.04038466885685921, 0.03336207568645477, -0.03928084671497345, 0.021067779511213303, 0.000037170739233260974, 0.03838637098670006, 0.09645123034715652, -0.0020839401986449957, 0.02925129048526287, 0.008982829749584198, -0.039395034313201904, 0.04023241996765137, -0.004427183885127306, 0.012027855962514877, -0.028984850272536278, 0.027519430965185165, -0.009201690554618835, -0.0035422227811068296, 0.07570698112249374, -0.04761660844087601, -0.0017271011602133512, -0.025806603953242302, -0.04346776008605957, 0.0022587913554161787, -0.027424274012446404, 0.04034660756587982, -0.008992345072329044, -0.03621678799390793, 0.005842645186930895, -0.008730662986636162, 0.00024175849102903157, 0.03246759995818138 ]
15,908
ipyleaflet.leaflet
wait_for_change
null
def wait_for_change(widget, value): future = asyncio.Future() def get_value(change): future.set_result(change.new) widget.unobserve(get_value, value) widget.observe(get_value, value) return future
(widget, value)
[ 0.05908535048365593, -0.00482161995023489, -0.10283820331096649, 0.055493954569101334, 0.012690745294094086, -0.010014466010034084, 0.06305660307407379, -0.025864947587251663, 0.03522329404950142, -0.022705212235450745, 0.02006346359848976, 0.0008859780500642955, -0.026952726766467094, -0.0008314812439493835, 0.02018432877957821, -0.020287927240133286, 0.010998645797371864, -0.008693592622876167, -0.002913691569119692, 0.047447849065065384, -0.028334032744169235, 0.028368564322590828, 0.021185776218771935, -0.031649164855480194, -0.007614447269588709, -0.02888655476272106, -0.018440430983901024, -0.008292150683701038, 0.028472162783145905, 0.039781603962183, 0.01542745716869831, -0.013528162613511086, 0.029801668599247932, -0.08004666119813919, -0.015056231990456581, 0.04161183163523674, 0.009185682982206345, 0.05746231600642204, 0.007756894454360008, -0.047033458948135376, -0.001355406129732728, -0.05128097161650658, -0.020287927240133286, 0.01177563052624464, 0.03163189813494682, 0.010644686408340931, -0.05690979212522507, 0.0020956997759640217, -0.03991973400115967, 0.0388837531208992, 0.041093841195106506, 0.0750739648938179, -0.027125390246510506, 0.009669139981269836, 0.003867655759677291, 0.02310233749449253, -0.027971439063549042, 0.03701899200677872, 0.05860189348459244, 0.02156563475728035, -0.021980026736855507, 0.016834663227200508, 0.022083623334765434, 0.006315156817436218, -0.016135375946760178, -0.015108030289411545, 0.08902514725923538, -0.02002893202006817, -0.013709458522498608, 0.0016100844368338585, -0.030319659039378166, 0.08467403799295425, 0.014762704260647297, -0.028748422861099243, 0.006647533271461725, -0.03202902525663376, -0.03220168873667717, 0.022273553535342216, -0.03233981877565384, 0.03099304623901844, 0.002138865413144231, 0.014762704260647297, 0.05798030272126198, -0.01692962646484375, -0.018716691061854362, -0.008244668133556843, -0.005071981810033321, -0.014987166039645672, 0.02261888049542904, 0.05725511908531189, -0.04941621050238609, -0.014072051271796227, 0.01259578112512827, 0.021617433056235313, -0.0014816661132499576, -0.0035374374128878117, 0.005516589619219303, -0.024103783071041107, -0.06578467786312103, 0.008650426752865314, 0.04333846643567085, 0.08322366327047348, 0.03808950260281563, -0.0022057725582271814, 0.05777310952544212, -0.005542488768696785, 0.007843226194381714, 0.027885107323527336, 0.04330393299460411, -0.027142655104398727, 0.0186648927628994, -0.03099304623901844, -0.004895002115517855, 0.02885202132165432, -0.03812403604388237, 0.017128190025687218, -0.058083903044462204, 0.013467730022966862, 0.0019424611236900091, -0.05193709209561348, -0.018474962562322617, 0.04088664799928665, -0.01457277499139309, -0.036811795085668564, -0.010359792038798332, 0.06495589762926102, -0.005136730149388313, 0.04219888895750046, 0.0328405424952507, 0.02519156225025654, -0.010532455518841743, -0.00013813056284561753, 0.01085188239812851, 0.027695178985595703, 0.01885482296347618, 0.01207779161632061, -0.013951187022030354, -0.01581594906747341, 0.0232404675334692, 0.05680619552731514, -0.06537029147148132, -0.025433290749788284, 0.034722570329904556, -0.04088664799928665, 0.0656810849905014, 0.010143963620066643, -0.0404377244412899, 0.036397404968738556, -0.022843342274427414, 0.014771337620913982, -0.005546805448830128, 0.0009043235331773758, 0.04451257362961769, 0.012276354245841503, -0.016195809468626976, 0.007307969965040684, 0.003923771437257528, -0.011533902026712894, 0.019390078261494637, 0.008248984813690186, 0.008309416472911835, 0.03795137256383896, 0.027453450486063957, -0.020581454038619995, -0.024967100471258163, 0.11865415424108505, -0.023430397734045982, 0.015013066120445728, -0.016316672787070274, 0.023136869072914124, -0.016333939507603645, 0.04996873065829277, 0.00987633503973484, 0.033047739416360855, 0.0030971462838351727, 0.012768443673849106, -0.002877000719308853, 0.0025813148822635412, 0.06398898363113403, -0.027004525065422058, -0.0992468073964119, -0.04951980710029602, 0.026193007826805115, 0.02173829823732376, 0.000973928370513022, -0.0482766330242157, -0.03085491433739662, 0.0413355715572834, 0.02579588256776333, -0.028955619782209396, -0.04782770946621895, -0.0076619298197329044, 0.019510941579937935, -0.00618565920740366, 0.023516729474067688, 0.001304686302319169, 0.013847589492797852, 0.03674273192882538, -0.008300784043967724, -0.02158290147781372, 0.008676325902342796, -0.1032525971531868, 0.008676325902342796, 0.03085491433739662, 0.015962712466716766, -0.013122403994202614, 0.057496845722198486, -0.001760085579007864, 0.035913947969675064, -0.01375262439250946, -0.05556302145123482, 0.03325493261218071, -0.05297307297587395, -0.005982779897749424, -0.028782956302165985, -0.12169302999973297, 0.010687852278351784, 0.000021178220777073875, 0.022066358476877213, 0.00577126769348979, -0.03646646812558174, -0.009755470789968967, 0.015522422268986702, -0.01100727915763855, -0.00016362537280656397, 0.008702225983142853, -0.007830276153981686, -0.026918193325400352, 0.021203041076660156, -0.02671099826693535, 0.02688366174697876, 0.04938167706131935, 0.01010079775005579, -0.0352923609316349, 0.035326890647411346, -0.0033194501884281635, 0.019355544820427895, -0.003472688840702176, -0.08743664622306824, 0.0009992882842198014, 0.006768397521227598, -0.006012996193021536, -0.007454733829945326, 0.05300760269165039, -0.024863502010703087, -0.044408977031707764, 0.03261607885360718, -0.006371272262185812, -0.014788603410124779, 0.012716645374894142, -0.0182159673422575, -0.0006037816638126969, -0.014615939930081367, -0.02292967401444912, -0.016506602987647057, -0.0674767792224884, -0.020995846018195152, -0.041853561997413635, 0.09033738821744919, 0.04057585448026657, 0.016333939507603645, 0.00009934879199136049, -0.06481776386499405, 0.06208968907594681, -0.021444769576191902, -0.07293293625116348, 0.025105230510234833, 0.002175556495785713, -0.00257915654219687, 0.040644917637109756, 0.005853282753378153, -0.05798030272126198, -0.036397404968738556, -0.060777448117733, -0.022118156775832176, -0.04848382994532585, 0.02672826498746872, 0.05083204805850983, -0.0012518082512542605, -0.02097857929766178, -0.020771384239196777, 0.008102220483124256, -0.013899387791752815, -0.0039324043318629265, -0.05542488768696785, -0.02734985202550888, 0.05238601565361023, 0.01759438030421734, -0.0020363465882837772, 0.00023768169921822846, 0.03784777596592903, -0.043372996151447296, -0.011861962266266346, -0.05145363509654999, 0.008041788823902607, -0.024690838530659676, -0.009833169169723988, -0.022826075553894043, 0.026952726766467094, 0.032719679176807404, 0.013459096662700176, -0.02596854604780674, -0.10753464698791504, -0.011879228986799717, -0.008546828292310238, -0.0020590086933225393, 0.03836576268076897, -0.017870642244815826, -0.056426335126161575, 0.007027392275631428, -0.044754303991794586, -0.01298427302390337, -0.021945493295788765, -0.03584488108754158, 0.05114284157752991, 0.012647579424083233, -0.004284205846488476, -0.025295158848166466, 0.023948386311531067, -0.002387068932875991, 0.012069158256053925, -0.047171588987112045, -0.04368378967046738, 0.0507284514605999, -0.03508516401052475, -0.04568668454885483, -0.007756894454360008, 0.08018479496240616, -0.0063237897120416164, 0.0009334604837931693, -0.048691023141145706, -0.019631806761026382, 0.026020344346761703, 0.042475149035453796, -0.019510941579937935, 0.04620467498898506, 0.04544495418667793, -0.0206677857786417, 0.03254701569676399, 0.015539688989520073, 0.050486721098423004, -0.05494143068790436, -0.01130944024771452, -0.012656212784349918, 0.045962944626808167, 0.056288205087184906, 0.003979886882007122, 0.022981472313404083, 0.07541929185390472, -0.03594847768545151, -0.06447244435548782, 0.005503639578819275, -0.0075281159952282906, 0.005046082194894552, 0.012379951775074005, 0.021185776218771935, 0.038193102926015854, -0.03025059401988983, -0.046101074665784836, -0.051729895174503326, 0.01411521714180708, 0.06516309082508087, 0.028040504083037376, -0.012578514404594898, -0.034239113330841064, 0.009470576420426369, -0.050486721098423004, 0.02386205457150936, 0.015790050849318504, 0.01025619450956583, -0.0005616949638351798, 0.06557748466730118, 0.04844929650425911, 0.024639040231704712, 0.04948527365922928, -0.03746791556477547, -0.015375658869743347, -0.020909514278173447, -0.014408744871616364, 0.003002181416377425, 0.01926921308040619, -0.012915208004415035, -0.030146995559334755, -0.01692962646484375, 0.010066265240311623, -0.009755470789968967, -0.039781603962183, -0.056426335126161575, -0.02551962248980999, 0.005175579804927111, 0.014754070900380611, -0.009263381361961365, -0.00851229578256607, 0.03387651965022087, 0.03646646812558174, -0.024863502010703087, 0.026331139728426933, -0.05846375972032547, 0.0942741110920906, -0.02627933956682682, -0.022877873852849007, 0.04617014154791832, -0.043372996151447296, 0.017732510343194008, -0.0043726954609155655, 0.008205818943679333, -0.02867935784161091, -0.03719165548682213, -0.022256286814808846, -0.03477437049150467, -0.06388538330793381, -0.0455830879509449, 0.00725185452029109, -0.05242054909467697, 0.019942600280046463, -0.010592888109385967, -0.04813850298523903, -0.04934714362025261, -0.000977165880613029, 0.008041788823902607, -0.06695879250764847, 0.0007386747747659683, -0.017361285164952278, -0.002706495812162757, -0.008823090232908726, 0.019182881340384483, 0.055942878127098083, 0.04005786404013634, -0.006392855197191238, 0.04050678759813309, 0.08329273015260696, 0.003636718727648258, -0.025157028809189796, 0.011525268666446209, -0.024414576590061188, 0.017188621684908867, -0.004519459325820208, -0.0033798823133111, 0.0233613308519125, 0.0005692489794455469, -0.05328386649489403, 0.044581640511751175, -0.0027388702146708965, -0.01913108304142952, 0.0388837531208992, -0.02261888049542904, 0.028593026101589203, 0.02795417234301567, 0.02974987030029297, -0.06250408291816711, -0.060777448117733, 0.011749731376767159, -0.015082131139934063, 0.026521068066358566, 0.04057585448026657, -0.021772829815745354, -0.04009239748120308, -0.050521254539489746, 0.0001432565040886402, -0.026037611067295074, -0.002542465692386031, 0.0022942624054849148, -0.025588687509298325, -0.037122588604688644, 0.003505063010379672, -0.014028885401785374, 0.060708384960889816, 0.0015161987394094467, -0.03746791556477547, 0.0001004953810479492, 0.015513788908720016, -0.05266227945685387, 0.038987353444099426, -0.0023611693177372217, 0.017974238842725754, -0.05362919345498085, -0.0016413795528933406, 0.01646343618631363, 0.019234681501984596, -0.021513834595680237, -0.03145923465490341, 0.06198609247803688, -0.010575621388852596, 0.01928647980093956, -0.04530682414770126, 0.011956927366554737, -0.011395771987736225, -0.009280647151172161, 0.022204488515853882, -0.04644640162587166, -0.09109710901975632, 0.006764081306755543, 0.045203227549791336, -0.010290727019309998, -0.017715245485305786, -0.05393998697400093, 0.021513834595680237, 0.04105931147933006, 0.024639040231704712, 0.0015021698782220483, 0.002114045200869441, 0.014555508270859718, 0.036846328526735306, 0.03719165548682213, -0.017490781843662262, -0.055942878127098083, -0.04164636507630348, -0.009289280511438847, 0.046101074665784836, -0.04219888895750046, 0.054147180169820786, 0.02672826498746872, 0.03330673277378082, -0.03836576268076897, -0.00004215410444885492, -0.06516309082508087, -0.020287927240133286, -0.01292384136468172, -0.01595408096909523, -0.003753266530111432, -0.006349689327180386, -0.0069108447059988976, 0.06153716519474983, 0.0075799147598445415, -0.04437444359064102, -0.05804936960339546, -0.03722618892788887, -0.055217694491147995, -0.06326379626989365, -0.07065378129482269, 0.03237435221672058, -0.03933267667889595, 0.0491744801402092, 0.0023028955329209566, 0.04019599407911301, -0.061606232076883316, 0.017525315284729004, 0.03781324252486229, -0.15470623970031738, 0.0017967764288187027, 0.025105230510234833, -0.006319473497569561, 0.016144009307026863, 0.046239204704761505, 0.010541088879108429, 0.026313873007893562, -0.024794436991214752, 0.03315133601427078, 0.02945634350180626, -0.016489336267113686, -0.03625927492976189, 0.028437629342079163, 0.0764552652835846, -0.04499603062868118, -0.09496476501226425, 0.010653319768607616, 0.005853282753378153, 0.00004947205525240861, 0.015341125428676605, -0.029404543340206146, 0.03784777596592903, -0.0022532548755407333, 0.01911381632089615, 0.08294740319252014, 0.03508516401052475, -0.002799302339553833, 0.0355340875685215, 0.016610199585556984, 0.06505949795246124, -0.06240048259496689, 0.07859629392623901, 0.010532455518841743, 0.003107937751337886, -0.0043726954609155655, 0.006703649181872606, 0.026814596727490425, 0.02748798206448555, -0.0875747799873352, -0.014400111511349678, -0.009608707390725613, 0.01071375235915184, -0.055942878127098083, 0.0446852371096611, -0.005559755023568869, 0.034843433648347855, -0.0006059399456717074, 0.00869790930300951, 0.06423071026802063, -0.039574407041072845, 0.03549955412745476, -0.014754070900380611, 0.049727004021406174, -0.0804610550403595, -0.011879228986799717, 0.03587941452860832, 0.0006987464148551226, -0.01759438030421734, 0.005240328144282103, -0.01640300452709198, 0.02367212623357773, 0.007765527814626694, -0.0015151196857914329, -0.006038895808160305, 0.03256428241729736, -0.014261980541050434, 0.01624760776758194, -0.014495075680315495, -0.02990526705980301, 0.04530682414770126, 0.013649026863276958, 0.05573568120598793, 0.042302485555410385, 0.005689252633601427, 0.0320635586977005, 0.012112324126064777, 0.04071398451924324, -0.004459027200937271, -0.03251248225569725, -0.09033738821744919, 0.045790281146764755, 0.03677726164460182, 0.08039198815822601, 0.00721300533041358, -0.015453357249498367, -0.025899481028318405, -0.05214428901672363, -0.012405850924551487, 0.006129543762654066, -0.018595827743411064, -0.05193709209561348, -0.019493676722049713, 0.03406644985079765, -0.028610292822122574, 0.019096551463007927, 0.058843620121479034, -0.018043305724859238, -0.02021886222064495, -0.005153996869921684, 0.016394371166825294, -0.03860749304294586, 0.009004386141896248, 0.022567080333828926, 0.015082131139934063, 0.0008719491888768971, 0.03539595752954483, 0.01549652311950922, -0.004730971995741129, -0.00168994115665555, -0.02854122780263424, -0.07452143728733063, 0.02279154397547245, 0.019545475021004677, 0.02974987030029297, -0.010377058759331703, 0.050935644656419754, -0.044305380433797836, 0.040644917637109756, -0.028282232582569122, 0.05376732349395752, 0.04896728694438934, 0.007269120775163174, -0.0038568642921745777, -0.015565588138997555, 0.010014466010034084, 0.039263613522052765, 0.04889822006225586, -0.03401465341448784, 0.028057770803570747, -0.028938353061676025, -0.02431097999215126, 0.058394696563482285, -0.00557702174410224, 0.017542582005262375, 0.0022381467279046774, -0.008943954482674599, -0.03902188315987587, -0.02824770100414753, 0.03518876060843468, 0.041853561997413635, 0.03812403604388237, 0.022411683574318886, 0.050797514617443085, -0.043960053473711014, -0.0370880551636219, 0.00986770261079073, -0.05739324912428856, 0.024034718051552773, -0.026918193325400352, 0.060535721480846405, -0.05618460848927498, -0.04147370159626007, -0.018872087821364403, -0.05939614400267601, 0.011110877618193626, -0.0413355715572834, 0.0027086541522294283, 0.01694689318537712, -0.008024522103369236, -0.01023892778903246, 0.06305660307407379, 0.11181668937206268, -0.060224927961826324, -0.005153996869921684, 0.0010257273679599166, -0.007886392064392567, -0.0014385003596544266, -0.017956973984837532, -0.04102477803826332, 0.010083531029522419, -0.02158290147781372, -0.04841476306319237, 0.004653273615986109, -0.08722945302724838, -0.03674273192882538, -0.006522352807223797, 0.016144009307026863, -0.09752018004655838, -0.005969830323010683, 0.036535535007715225, 0.02097857929766178, -0.009859069250524044, 0.0010224899742752314, 0.04102477803826332, 0.012794343754649162, -0.028489429503679276, 0.07769843935966492, -0.006673432886600494, 0.025157028809189796, -0.023499462753534317, 0.034239113330841064, 0.009600074030458927, 0.023603059351444244, -0.04278594255447388, 0.020754117518663406, 0.04164636507630348, -0.027090856805443764, -0.05697885900735855, 0.016100844368338585, -0.03505063056945801, -0.028782956302165985, 0.008145386353135109, -0.06015586107969284, 0.06968686729669571, -0.011438936926424503, 0.039885200560092926, -0.021824629977345467, -0.0194418765604496, -0.0010683535365387797, 0.019631806761026382, 0.003990678116679192, 0.0006010837969370186, -0.004812987055629492, 0.010679218918085098, -0.016515236347913742, 0.09247840940952301, -0.003945354372262955, -0.040334124118089676, 0.042889539152383804, -0.00250793294981122, 0.053525593131780624, -0.03598301112651825, 0.0947575643658638, 0.022394418716430664, 0.004010103177279234, -0.028593026101589203, -0.015315226279199123, -0.028782956302165985, 0.02474263682961464 ]
15,911
hypothesis.core
given
A decorator for turning a test function that accepts arguments into a randomized test. This is the main entry point to Hypothesis.
def given( *_given_arguments: Union[SearchStrategy[Any], EllipsisType], **_given_kwargs: Union[SearchStrategy[Any], EllipsisType], ) -> Callable[ [Callable[..., Optional[Coroutine[Any, Any, None]]]], Callable[..., None] ]: """A decorator for turning a test function that accepts arguments into a randomized test. This is the main entry point to Hypothesis. """ def run_test_as_given(test): if inspect.isclass(test): # Provide a meaningful error to users, instead of exceptions from # internals that assume we're dealing with a function. raise InvalidArgument("@given cannot be applied to a class.") given_arguments = tuple(_given_arguments) given_kwargs = dict(_given_kwargs) original_sig = get_signature(test) if given_arguments == (Ellipsis,) and not given_kwargs: # user indicated that they want to infer all arguments given_kwargs = { p.name: Ellipsis for p in original_sig.parameters.values() if p.kind in (p.POSITIONAL_OR_KEYWORD, p.KEYWORD_ONLY) } given_arguments = () check_invalid = is_invalid_test( test, original_sig, given_arguments, given_kwargs ) # If the argument check found problems, return a dummy test function # that will raise an error if it is actually called. if check_invalid is not None: return check_invalid # Because the argument check succeeded, we can convert @given's # positional arguments into keyword arguments for simplicity. if given_arguments: assert not given_kwargs posargs = [ p.name for p in original_sig.parameters.values() if p.kind is p.POSITIONAL_OR_KEYWORD ] given_kwargs = dict(list(zip(posargs[::-1], given_arguments[::-1]))[::-1]) # These have been converted, so delete them to prevent accidental use. del given_arguments new_signature = new_given_signature(original_sig, given_kwargs) # Use type information to convert "infer" arguments into appropriate strategies. if ... in given_kwargs.values(): hints = get_type_hints(test) for name in [name for name, value in given_kwargs.items() if value is ...]: if name not in hints: return _invalid( f"passed {name}=... for {test.__name__}, but {name} has " "no type annotation", test=test, given_kwargs=given_kwargs, ) given_kwargs[name] = st.from_type(hints[name]) prev_self = Unset = object() @impersonate(test) @define_function_signature(test.__name__, test.__doc__, new_signature) def wrapped_test(*arguments, **kwargs): # Tell pytest to omit the body of this function from tracebacks __tracebackhide__ = True test = wrapped_test.hypothesis.inner_test if getattr(test, "is_hypothesis_test", False): raise InvalidArgument( f"You have applied @given to the test {test.__name__} more than " "once, which wraps the test several times and is extremely slow. " "A similar effect can be gained by combining the arguments " "of the two calls to given. For example, instead of " "@given(booleans()) @given(integers()), you could write " "@given(booleans(), integers())" ) settings = wrapped_test._hypothesis_internal_use_settings random = get_random_for_wrapped_test(test, wrapped_test) arguments, kwargs, stuff = process_arguments_to_given( wrapped_test, arguments, kwargs, given_kwargs, new_signature.parameters ) if ( inspect.iscoroutinefunction(test) and get_executor(stuff.selfy) is default_executor ): # See https://github.com/HypothesisWorks/hypothesis/issues/3054 # If our custom executor doesn't handle coroutines, or we return an # awaitable from a non-async-def function, we just rely on the # return_value health check. This catches most user errors though. raise InvalidArgument( "Hypothesis doesn't know how to run async test functions like " f"{test.__name__}. You'll need to write a custom executor, " "or use a library like pytest-asyncio or pytest-trio which can " "handle the translation for you.\n See https://hypothesis." "readthedocs.io/en/latest/details.html#custom-function-execution" ) runner = stuff.selfy if isinstance(stuff.selfy, TestCase) and test.__name__ in dir(TestCase): msg = ( f"You have applied @given to the method {test.__name__}, which is " "used by the unittest runner but is not itself a test." " This is not useful in any way." ) fail_health_check(settings, msg, HealthCheck.not_a_test_method) if bad_django_TestCase(runner): # pragma: no cover # Covered by the Django tests, but not the pytest coverage task raise InvalidArgument( "You have applied @given to a method on " f"{type(runner).__qualname__}, but this " "class does not inherit from the supported versions in " "`hypothesis.extra.django`. Use the Hypothesis variants " "to ensure that each example is run in a separate " "database transaction." ) if settings.database is not None: nonlocal prev_self # Check selfy really is self (not e.g. a mock) before we health-check cur_self = ( stuff.selfy if getattr(type(stuff.selfy), test.__name__, None) is wrapped_test else None ) if prev_self is Unset: prev_self = cur_self elif cur_self is not prev_self: msg = ( f"The method {test.__qualname__} was called from multiple " "different executors. This may lead to flaky tests and " "nonreproducible errors when replaying from database." ) fail_health_check(settings, msg, HealthCheck.differing_executors) state = StateForActualGivenExecution( stuff, test, settings, random, wrapped_test ) reproduce_failure = wrapped_test._hypothesis_internal_use_reproduce_failure # If there was a @reproduce_failure decorator, use it to reproduce # the error (or complain that we couldn't). Either way, this will # always raise some kind of error. if reproduce_failure is not None: expected_version, failure = reproduce_failure if expected_version != __version__: raise InvalidArgument( "Attempting to reproduce a failure from a different " "version of Hypothesis. This failure is from %s, but " "you are currently running %r. Please change your " "Hypothesis version to a matching one." % (expected_version, __version__) ) try: state.execute_once( ConjectureData.for_buffer(decode_failure(failure)), print_example=True, is_final=True, ) raise DidNotReproduce( "Exp
(*_given_arguments: Union[hypothesis.strategies.SearchStrategy[Any], ellipsis], **_given_kwargs: Union[hypothesis.strategies.SearchStrategy[Any], ellipsis]) -> Callable[[Callable[..., Optional[Coroutine[Any, Any, NoneType]]]], Callable[..., NoneType]]
[ 0.0024297961499542, -0.02510574273765087, 0.0016013685381039977, 0.033260978758335114, 0.05322582647204399, 0.026509683579206467, -0.023495342582464218, 0.027005190029740334, 0.012779979035258293, -0.005398973356932402, 0.0007781025487929583, 0.09133865684270859, 0.03976452350616455, 0.030576977878808975, -0.02099715545773506, 0.040363263338804245, 0.06458122283220291, -0.0005390585865825415, 0.03937224671244621, 0.006735812872648239, -0.008212014101445675, 0.03553205728530884, 0.014070364646613598, -0.0003971161786466837, -0.012036717496812344, -0.03947547823190689, -0.005267354194074869, -0.0053731659427285194, 0.006245466414839029, -0.021472016349434853, -0.028140729293227196, -0.07469784468412399, -0.0351397804915905, 0.07742314040660858, 0.06247531250119209, -0.04979856312274933, -0.033591318875551224, 0.06664583832025528, -0.052730318158864975, -0.01967580057680607, -0.040074218064546585, -0.031960271298885345, 0.03175380825996399, 0.018354445695877075, -0.020542940124869347, 0.0018658976769074798, -0.006389989517629147, 0.0328480564057827, -0.04028067737817764, -0.020594554021954536, 0.08159366250038147, -0.055744659155607224, 0.044306680560112, 0.07391329109668732, 0.054918814450502396, 0.02807879075407982, 0.010039200074970722, -0.010581161826848984, 0.06594386696815491, 0.005236384924501181, 0.029875008389353752, 0.028677530586719513, -0.03875286132097244, 0.003904707031324506, 0.020831985399127007, 0.005657050758600235, -0.005223480984568596, -0.006529351230710745, 0.017931198701262474, -0.01571173593401909, -0.009399169124662876, 0.028677530586719513, 0.021637186408042908, 0.00377050694078207, 0.03045310080051422, -0.03503655269742012, -0.06123654171824455, -0.016816304996609688, 0.02721165306866169, -0.008464929647743702, 0.012356732971966267, 0.04381117224693298, -0.08456671237945557, -0.024548295885324478, -0.0008987535838969052, -0.0252502653747797, 0.01808604598045349, -0.0009555305587127805, 0.025229619815945625, -0.03646113723516464, -0.04376988112926483, 0.010591485537588596, 0.03615144267678261, -0.008573322556912899, 0.0795290470123291, -0.029255622997879982, -0.014111657626926899, 0.001310386578552425, -0.006322889588773251, -0.010539869777858257, -0.020790694281458855, 0.06961888819932938, 0.06441605091094971, 0.07581273466348648, 0.04773394390940666, 0.013998103328049183, -0.04471960663795471, 0.008707522414624691, -0.006735812872648239, 0.00013000635954085737, -0.07081636041402817, -0.057891860604286194, -0.035263657569885254, -0.04405892640352249, 0.013306456618010998, -0.0642508789896965, -0.005135735031217337, -0.0044879610650241375, -0.02826460637152195, 0.012305117212235928, 0.043563418090343475, 0.023660510778427124, -0.02593158930540085, -0.04777523875236511, 0.014534903690218925, -0.00854235328733921, -0.018013782799243927, 0.07226159423589706, -0.09043022245168686, -0.06123654171824455, 0.0035640450660139322, 0.009853384457528591, -0.051821887493133545, 0.10306568443775177, -0.029957592487335205, 0.05512527376413345, 0.01508202776312828, 0.05260644108057022, 0.029668547213077545, -0.009414653293788433, 0.030040178447961807, 0.031113779172301292, 0.025436080992221832, -0.011902516707777977, 0.03233190253376961, -0.014638134278357029, -0.016124658286571503, -0.02339211106300354, 0.04061101749539375, -0.024238603189587593, 0.040507785975933075, -0.03129959478974342, 0.03507784381508827, -0.04028067737817764, -0.03338485583662987, -0.034726858139038086, -0.03365325927734375, 0.035263657569885254, -0.028058145195245743, -0.02502315863966942, -0.018302829936146736, -0.044760897755622864, 0.01751827634871006, 0.024465711787343025, 0.008227499201893806, 0.012005748227238655, -0.035057198256254196, 0.008320407010614872, -0.015164611861109734, -0.014927181415259838, 0.021038448438048363, 0.028223315253853798, 0.012945149093866348, -0.003989872522652149, -0.01527816615998745, 0.020553262904286385, -0.008408152498304844, -0.028140729293227196, 0.018788015469908714, -0.07895095646381378, -0.006735812872648239, -0.044306680560112, -0.07292227447032928, -0.02669549733400345, 0.030576977878808975, 0.010364377871155739, -0.009104961529374123, -0.004322791937738657, -0.03456168994307518, -0.009579823352396488, -0.061277832835912704, 0.018973831087350845, 0.06619162112474442, 0.05256514996290207, 0.040487140417099, -0.006596451625227928, -0.022834664210677147, 0.03670889139175415, 0.0488901324570179, 0.00675645936280489, -0.014132303185760975, 0.013998103328049183, 0.07085765898227692, -0.020346801728010178, -0.03447910398244858, 0.009703700430691242, -0.043274372816085815, 0.03780313953757286, -0.02273143269121647, -0.0297924242913723, 0.0074997213669121265, -0.011045700870454311, -0.02783103846013546, 0.045710619539022446, 0.0076906983740627766, -0.051821887493133545, 0.07705150544643402, 0.010994086042046547, 0.029111100360751152, 0.038794152438640594, 0.03084537759423256, -0.007979745045304298, -0.031485408544540405, 0.0026298060547560453, 0.106947161257267, 0.004446669016033411, 0.03790636733174324, -0.0010213402565568686, 0.004080199170857668, -0.013925842009484768, 0.013141287490725517, 0.01444199588149786, 0.049715977162122726, -0.041891079396009445, -0.018736399710178375, -0.006534513086080551, 0.0005100248963572085, 0.01422521099448204, -0.020563585683703423, -0.0046686152927577496, -0.06140170991420746, 0.033632609993219376, -0.0047744270414114, -0.007205513305962086, -0.014596842229366302, -0.045958373695611954, -0.012336086481809616, 0.0038969647139310837, 0.03794766217470169, 0.002913690870627761, 0.009388846345245838, 0.02339211106300354, -0.00545575050637126, -0.012604487128555775, -0.029730485752224922, -0.018736399710178375, 0.036213383078575134, -0.0763082429766655, 0.03906255587935448, 0.014627811498939991, 0.0611952468752861, -0.03478879854083061, -0.046577759087085724, 0.044802188873291016, -0.07308744639158249, -0.03204285725951195, -0.011892193928360939, 0.009233999997377396, 0.014338765293359756, -0.03767926245927811, 0.005259612109512091, -0.028471069410443306, -0.04026003181934357, -0.0008929468458518386, -0.026365159079432487, 0.06247531250119209, 0.029957592487335205, 0.016929859295487404, -0.04410022124648094, 0.019779030233621597, -0.006291920319199562, 0.009182384237647057, 0.021843647584319115, -0.0043821497820317745, -0.03175380825996399, 0.04244852438569069, -0.04979856312274933, -0.016630489379167557, 0.041560739278793335, -0.0030065984465181828, 0.008372021839022636, -0.057313770055770874, 0.03891802951693535, -0.005899643059819937, 0.03412811830639839, 0.019324814900755882, -0.08175883442163467, -0.03900061547756195, 0.015907874330878258, -0.05896546319127083, 0.04226271063089371, 0.031774457544088364, 0.019314492121338844, 0.03772055357694626, -0.016547905281186104, -0.01047793123871088, 0.014638134278357029, -0.05595112219452858, -0.055455613881349564, -0.06197980418801308, -0.009445622563362122, 0.047279730439186096, -0.0061370739713311195, -0.006369343493133783, 0.0595848485827446, -0.039888400584459305, 0.00534735806286335, -0.037782490253448486, -0.01593884266912937, 0.016826629638671875, -0.03978516906499863, 0.007463590707629919, 0.05628145858645439, 0.030370516702532768, 0.027191005647182465, 0.02669549733400345, -0.05326711758971214, 0.0022891440894454718, -0.03247642517089844, -0.012779979035258293, -0.022277217358350754, -0.03260030224919319, -0.00662225903943181, 0.046330004930496216, -0.05372133478522301, 0.06210368126630783, 0.020553262904286385, 0.04034261777997017, 0.04106523096561432, -0.022752080112695694, 0.07469784468412399, -0.013719379901885986, -0.002761425217613578, 0.021131355315446854, 0.04108588024973869, 0.007618437055498362, -0.010245662182569504, -0.008015875704586506, 0.10058814287185669, -0.056446630507707596, 0.03332291916012764, 0.0025394789408892393, -0.0359862744808197, -0.04901400953531265, 0.06763685494661331, 0.011221193708479404, -0.019779030233621597, 0.02754199132323265, -0.0015652377624064684, 0.002042680513113737, 0.046908099204301834, -0.059419676661491394, 0.005548658315092325, -0.0009774671634659171, 0.00023920524108689278, 0.008005552925169468, 0.03262094780802727, -0.008320407010614872, -0.028636237606406212, 0.021410077810287476, -0.031960271298885345, -0.05954355373978615, 0.012759333476424217, -0.008702361024916172, -0.0017523437272757292, -0.01467942725867033, 0.01229479443281889, 0.04228335618972778, -0.0719725489616394, 0.05685955286026001, 0.06511802226305008, 0.015587858855724335, -0.022937895730137825, -0.025332851335406303, -0.04765136167407036, -0.017394399270415306, -0.00952820759266615, -0.02171977050602436, -0.01124183926731348, -0.053969088941812515, -0.019211260601878166, -0.025766421109437943, 0.04104458540678024, 0.03404553607106209, 0.02892528474330902, -0.004098264966160059, -0.013740026392042637, 0.027872329577803612, -0.0518631786108017, -0.020078400149941444, 0.04110652580857277, -0.03249707072973251, 0.04798169806599617, -0.008196529932320118, -0.017889905720949173, -0.021306848153471947, 0.032435134053230286, 0.040363263338804245, -0.016940182074904442, 0.07643212378025055, -0.0489727146923542, -0.019923554733395576, -0.07077506929636002, 0.028863346204161644, -0.026179343461990356, 0.019686123356223106, -0.023660510778427124, 0.032249316573143005, 0.00003201769504812546, 0.06061715632677078, 0.07255063951015472, -0.02878076210618019, -0.007654567714780569, 0.0735003650188446, 0.06016293913125992, 0.04013615474104881, -0.05293678119778633, 0.030432455241680145, -0.027087775990366936, -0.0027588445227593184, 0.01267674844712019, -0.041560739278793335, -0.008382345549762249, -0.009001730009913445, -0.031774457544088364, 0.015783997252583504, -0.05326711758971214, 0.01600078120827675, 0.03408682718873024, 0.025147035717964172, -0.033962950110435486, -0.00790232140570879, 0.014431673102080822, 0.016073044389486313, 0.017972491681575775, -0.03862898424267769, -0.002531736623495817, 0.010426316410303116, -0.02306177280843258, 0.004807977005839348, 0.013409687206149101, 0.043893758207559586, -0.01766279898583889, 0.003298225812613964, -0.022710787132382393, -0.019779030233621597, -0.03518107533454895, 0.037782490253448486, -0.05628145858645439, 0.024052787572145462, 0.02262820303440094, 0.030618270859122276, -0.02153395488858223, -0.03431393578648567, 0.03350873291492462, -0.0028801406733691692, 0.021595893427729607, -0.03902126103639603, -0.06978405267000198, 0.0320841483771801, 0.042324647307395935, -0.03400424122810364, 0.03187768533825874, 0.032393842935562134, 0.02816137671470642, -0.027438759803771973, -0.03805089369416237, 0.0011419913498684764, 0.01067406963557005, 0.04426538944244385, 0.08109815418720245, 0.029007868841290474, 0.08171754330396652, 0.03939289227128029, 0.0035382374189794064, -0.029234977439045906, -0.0030453100334852934, -0.032290611416101456, -0.020408738404512405, 0.011871548369526863, -0.0290285162627697, -0.010952793061733246, 0.012986441142857075, 0.00033808103762567043, -0.06643937528133392, -0.026138052344322205, 0.05999777093529701, -0.0004442152567207813, 0.02310306392610073, -0.037307631224393845, 0.023784387856721878, -0.01114893238991499, 0.008041683584451675, -0.015959490090608597, 0.06330116093158722, 0.0034014566335827112, 0.03371519595384598, 0.001956224674358964, -0.054258134216070175, 0.004681519232690334, 0.003179510124027729, 0.04955080896615982, 0.05021148547530174, -0.0673891007900238, 0.008036522194743156, -0.005868673790246248, 0.02415601909160614, -0.012346410192549229, -0.04302661865949631, -0.02950337715446949, 0.00025243169511668384, 0.015350427478551865, 0.035635288804769516, 0.04118910804390907, 0.027087775990366936, -0.010612131096422672, 0.0002938853285741061, 0.02248367853462696, 0.04620612785220146, 0.01365744136273861, 0.028037499636411667, -0.023660510778427124, 0.02463088184595108, 0.059502262622117996, 0.012728364206850529, 0.01666145958006382, -0.05615758150815964, -0.03008146956562996, 0.04492606595158577, -0.007799090817570686, 0.0520283505320549, 0.03394230455160141, -0.06639808416366577, 0.027480052784085274, -0.010653424076735973, -0.03179510310292244, 0.029709838330745697, 0.015639474615454674, -0.0550839826464653, -0.02659226767718792, -0.047568775713443756, -0.060039062052965164, 0.033260978758335114, 0.03924836963415146, -0.040218740701675415, -0.11074605584144592, 0.04860108345746994, 0.04273757338523865, -0.011221193708479404, 0.012934825383126736, -0.02663355879485607, -0.028223315253853798, 0.03394230455160141, -0.02710842154920101, -0.007675213739275932, 0.036874059587717056, 0.035449475049972534, 0.011603147722780704, -0.049055300652980804, -0.017580214887857437, 0.02634451352059841, 0.012728364206850529, -0.019779030233621597, -0.01284191757440567, -0.10463479161262512, -0.035201720893383026, -0.036399196833372116, -0.01508202776312828, 0.04067295417189598, 0.004413119051605463, -0.010797946713864803, -0.012263825163245201, -0.02634451352059841, -0.0320015624165535, -0.04261369630694389, 0.021699124947190285, 0.030680209398269653, 0.08886111527681351, -0.020790694281458855, 0.005579627584666014, -0.04864237830042839, 0.0022646267898380756, -0.02754199132323265, -0.056653089821338654, 0.028718823567032814, 0.0048595922999084, 0.014070364646613598, -0.026612913236021996, 0.05111991614103317, -0.02793426811695099, 0.022256571799516678, 0.03156799450516701, 0.011634116992354393, -0.026096759364008904, 0.01928352378308773, 0.01823056861758232, -0.027727806940674782, -0.03338485583662987, -0.021699124947190285, -0.04026003181934357, 0.0009303680271841586, 0.010039200074970722, 0.03503655269742012, -0.02615869790315628, -0.04732102155685425, -0.005744796711951494, -0.08109815418720245, 0.01593884266912937, 0.05925450846552849, -0.0007839092868380249, 0.015680765733122826, 0.011603147722780704, -0.017146645113825798, 0.025745773687958717, -0.022277217358350754, -0.03466492146253586, 0.012067686766386032, -0.05752022936940193, -0.013905195519328117, -0.06648066639900208, -0.03889738395810127, -0.011520562693476677, 0.042944032698869705, -0.03809218481183052, 0.026055466383695602, -0.09381619840860367, 0.0328480564057827, -0.011510239914059639, 0.018117014318704605, -0.01064310036599636, 0.010441800579428673, -0.008439121767878532, 0.00713841337710619, 0.02415601909160614, -0.008996568620204926, 0.012108978815376759, -0.0221946332603693, -0.0550839826464653, 0.03786507621407509, 0.004547318909317255, 0.04740360751748085, 0.09918420016765594, -0.00040227771387435496, -0.008170722052454948, 0.0019368688808754086, 0.003241448663175106, 0.0012987731024622917, 0.01114893238991499, 0.0327654704451561, 0.027954913675785065, 0.04343954101204872, 0.05904804542660713, 0.004077618476003408, 0.04922046884894371, 0.013502595014870167, 0.012418671511113644, 0.01429747324436903, 0.019025446847081184, 0.047279730439186096, 0.029379500076174736, 0.011706378310918808, 0.011004408821463585, -0.020563585683703423, -0.01708470657467842, 0.04061101749539375, -0.061897218227386475, -0.007835221476852894, 0.018932538107037544, -0.054877519607543945, -0.04191172495484352, -0.01604207418859005, 0.03212543949484825, -0.06846269965171814, -0.08027230948209763, -0.014885888434946537, 0.025704482570290565, -0.002251722849905491, -0.03557335212826729, -0.04139557108283043, -0.05954355373978615, -0.043522126972675323, -0.05206964164972305, 0.0074997213669121265, -0.01262513268738985, -0.03924836963415146, -0.04827074706554413, -0.08597065508365631, -0.05318453535437584, 0.01594916731119156, -0.06581999361515045, 0.020491324365139008, 0.023928910493850708, -0.022855309769511223, 0.013502595014870167, 0.05037665367126465, 0.014627811498939991, -0.03233190253376961, -0.02200881764292717, 0.04315049573779106, -0.09645890444517136, -0.005316388793289661, -0.004967984743416309, -0.027191005647182465, -0.08076781779527664, 0.041271694004535675, -0.04748619347810745, -0.01708470657467842, 0.014555550180375576, 0.008784945122897625, -0.00445183040574193, -0.007597790565341711, 0.028987223282456398, 0.05590982735157013, -0.05297807231545448, -0.048146869987249374, 0.010777301155030727, 0.030762793496251106, -0.05681826174259186, 0.04372859001159668, -0.025126390159130096, -0.017642153427004814, -0.015402043238282204, 0.008454606868326664, 0.03947547823190689, 0.02382568083703518, -0.01799313724040985, 0.010034038685262203, 0.006389989517629147, -0.007793929427862167, -0.03718375414609909, -0.0037988952826708555, 0.05281290411949158, -0.024548295885324478, -0.03480944409966469, 0.0717247948050499, 0.00003750183168449439, -0.005915127694606781, 0.021079739555716515, 0.040487140417099, -0.046619053930044174, 0.03786507621407509, -0.011737347580492496, -0.005610596854239702, 0.019644830375909805, 0.017033090814948082, 0.029751131311058998, 0.012521902099251747, 0.02640645205974579, -0.016785336658358574, -0.05595112219452858, -0.06916467100381851, 0.012181240133941174, 0.0658612847328186, -0.025270912796258926, 0.021038448438048363, 0.00008484285353915766, -0.0019794516265392303, 0.07849673926830292 ]
15,912
d8s_hypothesis.hypothesis_wrapper
hypothesis_get_strategy_results
Return the given n of results from the given hypothesis strategy. For a list of hypothesis strategies, see: https://hypothesis.readthedocs.io/en/latest/data.html.
def hypothesis_get_strategy_results(strategy, *args, n: int = 10, **kwargs): """Return the given n of results from the given hypothesis strategy. For a list of hypothesis strategies, see: https://hypothesis.readthedocs.io/en/latest/data.html. """ class A: # pylint: disable=R0903 def __init__(self): self.l = [] # noqa:E741 @given(strategy(*args)) @settings(max_examples=n, **kwargs) def a(self, value): """.""" self.l.append(value) obj = A() obj.a() # pylint: disable=E1120 return obj.l
(strategy, *args, n: int = 10, **kwargs)
[ -0.05252278968691826, -0.0366421602666378, -0.047252826392650604, -0.027587726712226868, 0.03865818679332733, 0.07130366563796997, -0.022158604115247726, -0.05132024735212326, -0.012104999274015427, -0.0010527768172323704, 0.022070182487368584, 0.09408122301101685, -0.021964075043797493, -0.0189400352537632, -0.025730861350893974, 0.012281844392418861, 0.05651947110891342, 0.02589002065360546, -0.004951643291860819, 0.017896654084324837, 0.019930364564061165, 0.04841999709606171, -0.009001380763947964, 0.0029002483934164047, 0.002376346616074443, -0.022317763417959213, 0.016287369653582573, -0.037066586315631866, -0.008833378553390503, 0.04873831942677498, -0.07639678567647934, -0.018869297578930855, -0.03441392257809639, 0.055635251104831696, -0.0319380983710289, -0.03416633978486061, -0.006105553358793259, 0.043114665895700455, -0.06985354423522949, 0.025819282978773117, 0.03206188976764679, -0.05273500084877014, 0.06051615625619888, 0.033034536987543106, -0.0744868665933609, -0.04696987569332123, 0.02198175899684429, -0.001857971539720893, -0.02474053204059601, -0.06401767581701279, 0.049976229667663574, 0.002332135569304228, -0.005009118001908064, 0.02399778552353382, 0.05029454827308655, 0.06196628138422966, -0.030470291152596474, 0.030717873945832253, 0.048066310584545135, -0.012547111138701439, -0.01372312568128109, -0.0236440971493721, 0.023962417617440224, 0.03123072162270546, -0.004606796894222498, -0.04803094267845154, -0.04162917286157608, 0.015067143365740776, -0.0024912955705076456, -0.01130035798996687, 0.049870122224092484, 0.006132079754024744, 0.0697474330663681, 0.004500690381973982, -0.01466040126979351, 0.033176012337207794, 0.010097815655171871, 0.0072019887156784534, 0.08608786016702652, 0.05040065571665764, -0.05991488695144653, 0.03250400349497795, -0.04718208685517311, -0.009169382974505424, -0.003910472150892019, -0.025271065533161163, 0.0414169616997242, -0.07399170100688934, 0.06433599442243576, 0.012193421833217144, -0.0887051522731781, 0.04445868358016014, 0.013652388006448746, 0.017109695822000504, -0.029515331611037254, 0.01560651883482933, 0.00503122340887785, -0.010274659842252731, -0.026349816471338272, -0.02532411925494671, -0.0615064837038517, -0.006176291033625603, 0.0195236224681139, 0.06320419162511826, 0.02684498019516468, -0.048207785934209824, -0.01483724545687437, -0.007330200634896755, -0.006388504058122635, 0.07225862145423889, -0.028542688116431236, 0.06667034327983856, -0.006406188476830721, 0.016030944883823395, 0.002809615572914481, -0.003216357668861747, -0.06242607533931732, -0.02046089805662632, -0.040143679827451706, -0.030930086970329285, -0.014563136734068394, 0.03250400349497795, -0.036500684916973114, 0.007900523953139782, -0.0014512294437736273, 0.04841999709606171, 0.0034352026414126158, -0.04194749519228935, -0.030806295573711395, -0.01823265850543976, 0.08007514476776123, -0.0036584686022251844, 0.01727769896388054, 0.01105277519673109, -0.012803534977138042, 0.0378447026014328, 0.010097815655171871, -0.029391540214419365, 0.013970708474516869, -0.036129310727119446, 0.005650178994983435, -0.008744955994188786, 0.010849404148757458, 0.00017560097330715507, -0.015279356390237808, -0.03574025630950928, 0.036712899804115295, 0.02626139484345913, 0.0283835269510746, -0.03298148140311241, 0.02413926087319851, -0.010186238214373589, 0.0026637190021574497, -0.0697828009724617, -0.022317763417959213, -0.010964353568851948, 0.03971925377845764, -0.009505386464297771, -0.050082337111234665, -0.0923127830028534, -0.030664820224046707, -0.012007735669612885, -0.008762639947235584, -0.008479689247906208, 0.005106382071971893, 0.03239789605140686, -0.004567006602883339, -0.019452884793281555, 0.016225473955273628, -0.011114670895040035, -0.017905496060848236, 0.0004282950540073216, 0.032822322100400925, -0.03241558000445366, -0.040603477507829666, 0.04092179611325264, 0.015686098486185074, -0.015995576977729797, 0.036819007247686386, -0.009602651000022888, -0.02199944481253624, -0.08587564527988434, -0.05510471761226654, -0.05167393758893013, 0.022034812718629837, -0.013227961957454681, 0.0094611756503582, 0.029639123007655144, -0.06840341538190842, 0.03149598836898804, -0.038481343537569046, -0.019222987815737724, 0.029851336032152176, 0.006485768593847752, -0.03574025630950928, -0.01798507571220398, -0.052911847829818726, 0.047358933836221695, -0.01618126407265663, 0.04626249521970749, 0.00976181123405695, 0.013095328584313393, 0.008966011926531792, -0.02532411925494671, 0.02083227038383484, 0.03384802117943764, -0.04403425753116608, -0.03851671144366264, -0.0010693559888750315, -0.03710195794701576, 0.009947498328983784, -0.014536609873175621, 0.007975682616233826, 0.023803256452083588, 0.01690632477402687, 0.018869297578930855, 0.07010111957788467, -0.007816522382199764, 0.006843878421932459, -0.04113401100039482, 0.006423872895538807, -0.06957059353590012, 0.002853826619684696, 0.05025918036699295, 0.060622263699769974, -0.005875655449926853, 0.015358936972916126, -0.012794693000614643, -0.014271344058215618, -0.016287369653582573, -0.014280186034739017, 0.020849956199526787, 0.0969814732670784, -0.037314169108867645, 0.006472505163401365, -0.003108040429651737, -0.01727769896388054, -0.018144236877560616, -0.022565346211194992, 0.01645537279546261, -0.07866039127111435, 0.04590880870819092, -0.039224088191986084, 0.0532655343413353, -0.039436303079128265, 0.030664820224046707, -0.025394856929779053, 0.007148934993892908, 0.045590490102767944, -0.020620057359337807, 0.033547382801771164, -0.018975405022501945, -0.003068250371143222, -0.010115500539541245, -0.011220777407288551, -0.06217849254608154, -0.020991431549191475, -0.040638845413923264, 0.03220336511731148, -0.020991431549191475, 0.06964132934808731, 0.020849956199526787, -0.06369935721158981, -0.01823265850543976, -0.03126608952879906, -0.015376620925962925, -0.06532632559537888, 0.001621442148461938, 0.0010848299134522676, 0.006972090806812048, -0.019824258983135223, 0.01147720217704773, -0.04046200215816498, -0.010212764143943787, -0.04435257613658905, 0.01795854978263378, 0.04283171519637108, 0.01512903906404972, -0.03841060400009155, -0.009425806812942028, 0.005902182310819626, 0.0026747717056423426, -0.02553633227944374, 0.0009416964603587985, 0.0011091460473835468, 0.03855207934975624, -0.011972366832196712, -0.0013340699952095747, 0.0508604533970356, 0.01736612059175968, 0.011238462291657925, -0.030293447896838188, 0.02436915971338749, -0.03540425002574921, 0.021362803876399994, -0.029851336032152176, -0.029992811381816864, -0.04505995661020279, 0.04162917286157608, -0.008793587796390057, 0.0425841324031353, -0.04360983148217201, 0.002873721532523632, -0.002862668829038739, -0.03268084675073624, -0.002013815799728036, 0.034007180482149124, -0.054574184119701385, -0.015173249877989292, -0.023237355053424835, 0.012370266020298004, 0.03770322725176811, 0.026880349963903427, 0.010849404148757458, -0.001891129883006215, -0.09726442396640778, -0.06645812839269638, -0.02696877159178257, -0.03025807812809944, 0.012971537187695503, -0.038976509124040604, 0.014536609873175621, 0.023591043427586555, -0.020743848755955696, 0.031177669763565063, 0.025005798786878586, -0.040851056575775146, -0.004443215671926737, -0.0002444045094307512, -0.0650433748960495, -0.04566122591495514, -0.019081512466073036, -0.009248962625861168, 0.04838462918996811, -0.07866039127111435, 0.07957998663187027, 0.03467918932437897, 0.021203644573688507, 0.028772585093975067, 0.002785299438983202, 0.049622539430856705, -0.043822042644023895, -0.06256755441427231, 0.04601491615176201, 0.03420170769095421, 0.04053273797035217, 0.052911847829818726, -0.019841942936182022, 0.04884442687034607, -0.038835033774375916, 0.013944181613624096, -0.009894444607198238, 0.04537827521562576, 0.03390107303857803, 0.04385741427540779, 0.06164795905351639, 0.005150593351572752, 0.031885046511888504, -0.013705441728234291, -0.03499750792980194, -0.030912403017282486, -0.05124950781464577, -0.00927548948675394, 0.02375020459294319, 0.0036341524682939053, 0.02079690247774124, 0.060480788350105286, -0.004038684070110321, 0.007732521742582321, 0.007418622728437185, -0.04810167849063873, -0.03869355469942093, 0.010283502750098705, 0.06196628138422966, 0.06101132184267044, -0.006132079754024744, -0.016773691400885582, 0.02272450551390648, -0.027004141360521317, 0.03131914511322975, -0.016393477097153664, -0.04718208685517311, 0.013970708474516869, -0.025819282978773117, -0.0390118770301342, -0.00940812285989523, -0.03441392257809639, 0.02268913760781288, 0.006335450801998377, -0.01702127419412136, 0.001321911928243935, 0.011150039732456207, -0.006423872895538807, -0.021964075043797493, -0.0006731140310876071, -0.029621439054608345, 0.038021545857191086, 0.014412819407880306, -0.05605967715382576, 0.009682231582701206, 0.03344127908349037, -0.07908482104539871, 0.07024259865283966, 0.02378557249903679, -0.07271841913461685, -0.028648793697357178, 0.005349543411284685, 0.022300079464912415, -0.032097261399030685, -0.03374191373586655, -0.038622818887233734, -0.004091737326234579, -0.019718151539564133, -0.027234038338065147, 0.006980932783335447, 0.039789993315935135, 0.030912403017282486, 0.0804995745420456, -0.021327435970306396, 0.016481898725032806, 0.07413317263126373, -0.08587564527988434, 0.021097537130117416, 0.10023541003465652, 0.05429123342037201, 0.014474715106189251, -0.008139263838529587, -0.01657032035291195, -0.017436858266592026, -0.009372754022479057, -0.00993865542113781, -0.04668692499399185, -0.09330310672521591, -0.016614532098174095, 0.013387121260166168, -0.013325226493179798, -0.05220446735620499, 0.018427187576889992, -0.025748545303940773, -0.009027906693518162, -0.0014512294437736273, 0.061223533004522324, 0.043114665895700455, 0.06592759490013123, 0.060586895793676376, -0.0366421602666378, 0.034714557230472565, -0.06985354423522949, -0.028595739975571632, -0.050188444554805756, 0.008086210116744041, -0.010539926588535309, 0.055635251104831696, 0.05885381996631622, 0.03206188976764679, -0.027623096480965614, -0.03200883790850639, -0.03858745098114014, -0.029533015564084053, 0.01610168255865574, 0.07462833821773529, 0.004611217882484198, 0.028666477650403976, -0.020195631310343742, -0.016172420233488083, -0.04887979477643967, -0.022282395511865616, -0.02247692458331585, -0.061223533004522324, -0.019541306421160698, 0.04633323475718498, 0.027357829734683037, -0.032114945352077484, -0.0094700176268816, 0.0330875888466835, -0.007409780751913786, -0.00804199930280447, -0.01749875396490097, 0.017100853845477104, 0.000385189225198701, 0.04219507426023483, 0.05054213106632233, 0.04516606032848358, 0.027817625552415848, -0.03763249143958092, -0.028436580672860146, -0.0058668130077421665, -0.02353799156844616, -0.031885046511888504, -0.0004153080517426133, -0.0057960753329098225, -0.00175297015812248, 0.060480788350105286, -0.046793028712272644, 0.00023998339020181447, -0.002791931154206395, 0.06988891214132309, 0.025218011811375618, 0.04647471010684967, -0.0038861557841300964, -0.01023044902831316, -0.031743571162223816, 0.03015197068452835, -0.036129310727119446, -0.01259132195264101, -0.004348162095993757, 0.026049181818962097, 0.013519754633307457, -0.042619504034519196, 0.05712074413895607, 0.019718151539564133, 0.059773411601781845, 0.015155565924942493, -0.0032274103723466396, 0.06207238882780075, -0.024775901809334755, 0.027587726712226868, -0.014253659173846245, -0.06688255816698074, 0.022140920162200928, 0.025111906230449677, 0.024652110412716866, 0.02212323620915413, 0.022972088307142258, 0.04562585800886154, 0.01336943730711937, -0.026349816471338272, -0.010504557751119137, 0.026066865772008896, 0.054821766912937164, 0.04124011471867561, -0.02615528739988804, -0.032822322100400925, 0.054715659469366074, -0.006994196213781834, 0.0021486596670001745, -0.07140976935625076, 0.02187565341591835, 0.06893394887447357, 0.054361969232559204, 0.02589002065360546, 0.01070792879909277, -0.026756558567285538, 0.003046144964173436, 0.009425806812942028, 0.00863884948194027, -0.0062337652780115604, 0.004615638870745897, -0.023714834824204445, -0.021009115502238274, 0.0437513068318367, -0.020266368985176086, 0.04389278218150139, 0.006658191792666912, -0.004752693232148886, -0.05485713481903076, 0.03611162677407265, -0.060728371143341064, -0.033423591405153275, -0.0008532742504030466, 0.004973749164491892, -0.0354573056101799, -0.014739980921149254, 0.023732518777251244, 0.027976784855127335, 0.04590880870819092, 0.08976621925830841, 0.03169051930308342, -0.09089802205562592, 0.00137607054784894, 0.03137219697237015, 0.06596296280622482, -0.05641336739063263, -0.03276927024126053, -0.0390472449362278, -0.027340145781636238, 0.017569491639733315, -0.06893394887447357, 0.0036142575554549694, 0.03497982397675514, -0.008024315349757671, -0.02753467485308647, 0.020177947357296944, -0.02993975766003132, 0.014297869987785816, 0.04116937890648842, -0.02069079503417015, -0.002760983305051923, -0.02318430133163929, 0.053654592484235764, 0.013944181613624096, 0.0496932789683342, -0.024864323437213898, -0.006476926617324352, 0.030364185571670532, 0.022388501092791557, -0.04368056729435921, -0.06009173020720482, 0.0007770101074129343, -0.042619504034519196, -0.033282116055488586, 0.04941032826900482, -0.02033710666000843, 0.04177064821124077, 0.03085934929549694, 0.00614976417273283, -0.014757665805518627, -0.0059419721364974976, 0.0020536056254059076, 0.022972088307142258, -0.030098918825387955, -0.038976509124040604, 0.06914616376161575, -0.037561751902103424, 0.007701573893427849, 0.021309752017259598, 0.0057783909142017365, 0.0289671141654253, 0.03379496559500694, 0.01135341078042984, 0.028330473229289055, 0.06709476560354233, 0.013227961957454681, 0.07066702842712402, -0.02185796946287155, -0.018886983394622803, -0.011583308689296246, -0.04905663803219795, -0.02047858200967312, 0.002073500771075487, -0.004177948925644159, 0.008890852332115173, 0.07377948611974716, -0.043574463576078415, -0.035651832818984985, -0.021327435970306396, 0.06094058230519295, -0.008616743609309196, -0.0020127103198319674, -0.09450565278530121, -0.05761590972542763, 0.04081568866968155, 0.024192314594984055, 0.004916274454444647, 0.016234315931797028, -0.00567228440195322, -0.03390107303857803, 0.01858634687960148, 0.055741358548402786, 0.020195631310343742, 0.024156946688890457, 0.01712738163769245, -0.021964075043797493, 0.04431720823049545, 0.019311409443616867, 0.018533293157815933, 0.05036528781056404, 0.016393477097153664, 0.03147830441594124, -0.009337385185062885, -0.022317763417959213, 0.03414865583181381, -0.004425531253218651, -0.010822877287864685, -0.031159983947873116, 0.01323680393397808, -0.060268573462963104, -0.019240671768784523, 0.013793863356113434, 0.02875490114092827, 0.02198175899684429, 0.033547382801771164, 0.06483116000890732, 0.03457308188080788, 0.0006604033405892551, -0.006516716443002224, -0.05567061901092529, -0.0038529974408447742, -0.032450947910547256, -0.049834754317998886, 0.01915225014090538, -0.0049428013153374195, -0.03291074559092522, -0.05987951532006264, -0.006136500742286444, 0.011371095664799213, 0.003483834909275174, 0.02083227038383484, 0.009859075769782066, -0.00910748727619648, -0.05945508927106857, 0.002573086181655526, 0.019700467586517334, -0.022494608536362648, 0.05892455577850342, -0.03041723743081093, -0.03285769000649452, -0.01130035798996687, 0.08311687409877777, -0.031531356275081635, -0.0001974301994778216, 0.00350372982211411, -0.009920971468091011, 0.0032804638613015413, -0.0022547661792486906, -0.017569491639733315, -0.011441833339631557, -0.044883109629154205, 0.03098314069211483, -0.05506934970617294, -0.06698866188526154, 0.03204420581459999, 0.00916054006665945, -0.051992256194353104, -0.038728926330804825, 0.04870295152068138, 0.033176012337207794, 0.06613980978727341, -0.044777002185583115, 0.004686377011239529, 0.026915719732642174, -0.016172420233488083, 0.06377009302377701, -0.007551256101578474, -0.04272560775279999, 0.036854375153779984, 0.04916274547576904, -0.04201823100447655, 0.021663440391421318, -0.02237081713974476, -0.011105828918516636, -0.07385022193193436, -0.007975682616233826, -0.023237355053424835, 0.007794417440891266, 0.01525283046066761, -0.0005531914066523314, -0.03004586510360241, 0.01927603967487812, -0.012317213229835033, 0.03360043838620186, 0.05241668224334717, 0.017357278615236282, -0.03437855467200279, 0.08502679318189621, 0.0045227957889437675, 0.016817903146147728, 0.01176899578422308, -0.01657032035291195, -0.05945508927106857, 0.01183089055120945, -0.0036717320326715708, 0.04339761659502983, 0.03276927024126053, -0.040143679827451706, 0.03929482772946358, 0.04668692499399185, -0.04941032826900482, -0.023025142028927803, 0.00127991137560457, -0.0425841324031353, 0.08304613083600998, 0.01610168255865574, 0.03925945982336998, -0.021468911319971085, -0.03177893906831741, 0.06557390838861465, -0.024086209014058113 ]
15,914
hypothesis
settings
A settings object configures options including verbosity, runtime controls, persistence, determinism, and more. Default values are picked up from the settings.default object and changes made there will be picked up in newly created settings.
from hypothesis import settings
(parent: Optional[ForwardRef('settings')] = None, *, max_examples: int = not_set, derandomize: bool = not_set, database: Optional[ForwardRef('ExampleDatabase')] = not_set, verbosity: 'Verbosity' = not_set, phases: Collection[ForwardRef('Phase')] = not_set, stateful_step_count: int = not_set, report_multiple_bugs: bool = not_set, suppress_health_check: Collection[ForwardRef('HealthCheck')] = not_set, deadline: Union[int, float, datetime.timedelta, NoneType] = not_set, print_blob: bool = not_set, backend: str = not_set) -> None
[ 0.007970191538333893, -0.0368611142039299, 0.02645808830857277, 0.005344861187040806, 0.03676281496882439, -0.006163997109979391, -0.023181544616818428, 0.030439088121056557, -0.006352398544549942, 0.04882049560546875, -0.007097811903804541, 0.0387287437915802, -0.007490997202694416, 0.021969223394989967, -0.03463306277990341, -0.03427264466881752, 0.06700531393289566, 0.049737926572561264, 0.023410901427268982, -0.019790321588516235, 0.0035407147370278835, -0.01298330258578062, -0.046363089233636856, 0.013745099306106567, -0.022264111787080765, -0.002320202300325036, -0.033207766711711884, -0.04541289061307907, 0.02747381664812565, -0.03784407675266266, -0.062287088483572006, -0.056815262883901596, -0.02901379205286503, 0.09213639795780182, 0.00022385446936823428, -0.061762843281030655, -0.012065870687365532, 0.03925298899412155, -0.0801442489027977, -0.0012809236068278551, -0.009461019188165665, -0.0001726584741845727, 0.042889952659606934, 0.024950876832008362, -0.031290989369153976, 0.01944628544151783, 0.0015317839570343494, 0.04449545964598656, 0.008658265694975853, 0.004656787030398846, 0.03368286415934563, -0.0056028892286121845, 0.009485593065619469, 0.06769338250160217, -0.008904006332159042, 0.013630419969558716, 0.030553767457604408, 0.03489518538117409, 0.03856491670012474, 0.013941692188382149, -0.002625330351293087, -0.0016444151988252997, -0.005865012761205435, -0.008334707468748093, 0.013654994778335094, -0.0069544631987810135, -0.03224118798971176, 0.03201182931661606, 0.042922716587781906, -0.027867000550031662, 0.0015962909674271941, -0.028424013406038284, -0.024377482011914253, -0.011312265880405903, 0.03987553343176842, -0.02871890179812908, -0.056815262883901596, -0.0012829714687541127, 0.008519012480974197, 0.026441704481840134, -0.039285752922296524, 0.029226766899228096, -0.014302111230790615, 0.07647451758384705, 0.0162434633821249, -0.048197951167821884, 0.04950856789946556, -0.022231345996260643, 0.08735264837741852, 0.015907617285847664, -0.05707738548517227, -0.00044668500777333975, 0.01284405030310154, -0.008093061856925488, 0.06467896699905396, 0.04013765603303909, 0.015186778269708157, -0.003618532558903098, -0.04688733443617821, -0.05304723605513573, -0.04983622580766678, 0.030160581693053246, 0.016063254326581955, 0.004554395098239183, 0.03594367951154709, -0.028915494680404663, 0.018020987510681152, -0.0039625694043934345, 0.025540655478835106, 0.0003194629680365324, -0.07254266738891602, 0.008322419598698616, -0.04570778086781502, -0.006598139181733131, 0.06425301730632782, -0.0753604993224144, -0.005504592787474394, -0.02475428394973278, 0.003647202393040061, 0.001201057923026383, -0.023181544616818428, 0.06494108587503433, -0.04904985427856445, 0.04115338250994682, 0.0849280059337616, 0.06028839573264122, 0.029062939807772636, 0.022296877577900887, -0.0025208904407918453, -0.007015898358076811, 0.047870296984910965, 0.0128030925989151, -0.03859768062829971, -0.024377482011914253, -0.03163502737879753, 0.020887963473796844, 0.03404328599572182, 0.02062584087252617, 0.07496730983257294, 0.04780476540327072, -0.019905000925064087, 0.017316531389951706, -0.024770667776465416, -0.01409732736647129, 0.010157284326851368, -0.006053413730114698, -0.09259511530399323, -0.004398759454488754, -0.009190703742206097, 0.04508523643016815, 0.06389259546995163, -0.04112061858177185, -0.01229522842913866, -0.08800795674324036, -0.027801470831036568, -0.027703173458576202, 0.0045011513866484165, 0.00883028469979763, 0.035550493746995926, -0.05350595340132713, 0.02475428394973278, 0.012016722932457924, 0.02354196459054947, 0.047542642802000046, -0.02791614830493927, 0.023722173646092415, -0.01562091987580061, -0.015670068562030792, 0.004894336685538292, -0.0333060622215271, 0.002946841064840555, -0.02673659287393093, -0.023509198799729347, 0.014818167313933372, 0.013360105454921722, -0.0027666313108056784, 0.019741173833608627, 0.038433853536844254, 0.04557671770453453, -0.007998861372470856, -0.040694668889045715, 0.01607963629066944, -0.09580612927675247, 0.057470571249723434, 0.029751013964414597, -0.0012266559060662985, 0.00008383343083551154, -0.005131885875016451, -0.014834550209343433, 0.013024259358644485, 0.005770811811089516, 0.00445609912276268, 0.03148758038878441, 0.023427285254001617, -0.011508858762681484, -0.024279186502099037, -0.0047141266986727715, -0.06241815164685249, 0.0030656158924102783, 0.031503964215517044, -0.05432508885860443, -0.01875821128487587, 0.012631074525415897, -0.023558346554636955, 0.056946322321891785, -0.0017662616446614265, -0.03189714998006821, -0.0256061851978302, -0.08237230032682419, 0.0501638799905777, 0.00840433407574892, -0.03176608681678772, -0.015727408230304718, 0.02904655598104, 0.03974447026848793, -0.024803433567285538, 0.011820130050182343, 0.00812173169106245, -0.014719870872795582, 0.008600926026701927, 0.014957420527935028, -0.03276543319225311, 0.04079296439886093, 0.0015461188741028309, 0.09796864539384842, 0.010607808828353882, 0.05566846951842308, -0.026605531573295593, -0.03731982782483101, -0.02844039537012577, 0.06906953454017639, 0.02455769293010235, 0.06136965751647949, -0.029521655291318893, 0.0054185837507247925, -0.04007212445139885, -0.03659898787736893, 0.019266074523329735, 0.00840433407574892, -0.005766716320067644, -0.004554395098239183, -0.006102561950683594, 0.010443981736898422, 0.017119938507676125, -0.04898432269692421, 0.0021686621475964785, -0.024639606475830078, -0.04950856789946556, 0.03820449486374855, -0.01757865585386753, 0.031946297734975815, -0.02896464243531227, -0.0026028042193502188, -0.018496086820960045, 0.011754599399864674, -0.021002642810344696, 0.013614037074148655, -0.013941692188382149, 0.045314595103263855, -0.07051121443510056, 0.012196932919323444, -0.007675302680581808, -0.028292952105402946, 0.021903691813349724, -0.040989555418491364, -0.010706105269491673, -0.031454816460609436, 0.03258522227406502, 0.038106199353933334, -0.037745777517557144, 0.06294240057468414, 0.03771301358938217, -0.06166454404592514, -0.006483460310846567, -0.02844039537012577, 0.02447577938437462, 0.0009624846279621124, 0.039842765778303146, 0.004742796532809734, 0.03836832195520401, -0.011394179426133633, -0.001574788591824472, 0.01545709278434515, 0.03515731170773506, -0.027047865092754364, 0.01746397651731968, -0.07352562993764877, -0.004271793179214001, 0.014375833794474602, 0.003280638949945569, -0.05278511345386505, 0.010443981736898422, 0.02868613600730896, -0.03781130909919739, -0.03489518538117409, 0.024541309103369713, 0.007601580582559109, -0.05514422431588173, 0.05828970670700073, 0.012860432267189026, 0.03522283956408501, -0.03319138288497925, -0.04010489210486412, 0.057634398341178894, -0.03610750660300255, 0.038827039301395416, 0.023427285254001617, -0.04079296439886093, 0.006049318239092827, -0.016636649146676064, -0.024819815531373024, 0.029243148863315582, 0.013614037074148655, 0.10996079444885254, 0.026392556726932526, -0.04144827276468277, -0.036238569766283035, -0.04413503780961037, -0.001207201392389834, 0.0337156318128109, -0.07490178197622299, -0.0022321450524032116, 0.05393190309405327, -0.008502629585564137, 0.006028839852660894, -0.039482347667217255, 0.005303904414176941, -0.03718876838684082, -0.019216926768422127, -0.023689407855272293, -0.09397125989198685, -0.02288665436208248, 0.05789652094244957, 0.026769358664751053, -0.0295708030462265, 0.07916128635406494, 0.02021627314388752, 0.018872888758778572, 0.02978377975523472, 0.013155321590602398, 0.055766768753528595, -0.0387287437915802, -0.06104200333356857, 0.020887963473796844, 0.02503279037773609, -0.029521655291318893, -0.06061604991555214, 0.004394663963466883, 0.08158592879772186, -0.06494108587503433, 0.025540655478835106, 0.028342099860310555, 0.008445290848612785, 0.05498039722442627, 0.05425955727696419, 0.020560309290885925, -0.0414155088365078, 0.009813247248530388, -0.01988861709833145, -0.003061520168557763, -0.002504507778212428, -0.008871241472661495, 0.005492305848747492, 0.0631062239408493, -0.028702519834041595, -0.01689058169722557, 0.03823725879192352, 0.02065860480070114, 0.006053413730114698, 0.0016874198336154222, 0.008641882799565792, -0.04567501321434975, 0.026720210909843445, 0.004558491054922342, 0.03220842033624649, -0.000020606385078281164, -0.04832901433110237, 0.03771301358938217, -0.05055706202983856, 0.04315207526087761, 0.037418123334646225, 0.057142917066812515, -0.007417275104671717, 0.03115992620587349, -0.07948894053697586, -0.06218879297375679, 0.0045257252641022205, -0.0024553595576435328, 0.011312265880405903, -0.005410392303019762, 0.003389174584299326, -0.030979717150330544, 0.00556193245574832, 0.03584538400173187, -0.007663015741854906, 0.017857160419225693, -0.0674312636256218, 0.010165475308895111, -0.013229044154286385, 0.03958064317703247, 0.07719536125659943, -0.07064227759838104, -0.0038458427879959345, 0.01563730277121067, -0.019708408042788506, -0.02670382894575596, 0.0000956725052674301, 0.0626475065946579, 0.003229442983865738, 0.0003504365449771285, -0.03505901247262955, -0.028260186314582825, -0.03869597613811493, -0.023771321401000023, -0.02078966796398163, -0.0472477562725544, 0.013720525428652763, 0.030357174575328827, -0.003442418295890093, 0.019102247431874275, 0.07811279594898224, -0.083289735019207, 0.018414173275232315, 0.04367632418870926, 0.030176963657140732, 0.03083227202296257, -0.017676951363682747, 0.014621574431657791, -0.02604851871728897, -0.00657356483861804, -0.05809311196208, -0.039318520575761795, -0.01645643822848797, -0.03022611141204834, 0.06117306277155876, 0.021379444748163223, -0.0453801266849041, 0.00818726234138012, -0.01625165529549122, -0.01680866815149784, 0.02046201378107071, 0.008887623436748981, 0.014039987698197365, 0.011074716225266457, 0.016554735600948334, -0.01545709278434515, -0.029521655291318893, -0.022460704669356346, -0.013155321590602398, -0.008396142162382603, -0.03876150771975517, -0.007245256565511227, 0.027572112157940865, -0.017971839755773544, 0.013786056078970432, -0.04646138474345207, -0.028538692742586136, 0.017889926210045815, -0.008764753118157387, 0.02288665436208248, 0.02519661746919155, 0.007830938324332237, -0.024770667776465416, -0.03597644716501236, 0.05042600259184837, -0.04767370596528053, 0.03310947120189667, 0.0368611142039299, -0.005873203743249178, 0.009813247248530388, 0.004578969441354275, 0.016317185014486313, -0.04184145852923393, -0.006688244175165892, 0.01284405030310154, 0.005164651200175285, -0.05278511345386505, 0.06114029884338379, -0.00027901813155040145, 0.03463306277990341, 0.009968883357942104, -0.010894506238400936, 0.011000994592905045, 0.04252953082323074, -0.011140246875584126, -0.0618283711373806, -0.010968228802084923, -0.04305377975106239, -0.008863049559295177, -0.0397772341966629, 0.026965951547026634, -0.014547852799296379, 0.010828975588083267, -0.020281802862882614, 0.007265734951943159, 0.007753120735287666, 0.02755573019385338, 0.025049174204468727, 0.027277223765850067, -0.021608803421258926, 0.030946951359510422, -0.035353902727365494, -0.021772630512714386, -0.01721823588013649, 0.038106199353933334, 0.023509198799729347, 0.007593389134854078, -0.01673494465649128, -0.049737926572561264, 0.014826358295977116, 0.013900735415518284, 0.0668414831161499, -0.052359163761138916, -0.022575384005904198, 0.1055702269077301, -0.02236240729689598, 0.006254102103412151, 0.008838475681841373, -0.0026806220412254333, -0.007757216226309538, -0.03885980322957039, -0.009886969812214375, 0.006684148218482733, 0.008674648590385914, 0.02726083993911743, -0.018135666847229004, -0.058191411197185516, 0.025638950988650322, -0.00007225033914437518, 0.10019669681787491, 0.05193321034312248, -0.051474496722221375, 0.009616654366254807, 0.07614686340093613, 0.04541289061307907, -0.0071510556153953075, -0.07686770707368851, -0.06294240057468414, 0.08165145665407181, 0.005910065025091171, -0.009477401152253151, -0.04524906352162361, -0.017611419782042503, -0.011934809386730194, 0.015711024403572083, 0.022984951734542847, -0.048558373004198074, 0.03817173093557358, -0.08315867185592651, 0.02224772982299328, 0.013654994778335094, -0.038302790373563766, 0.029341446235775948, -0.024459395557641983, -0.03025887720286846, -0.06608787924051285, 0.015661876648664474, -0.010435790754854679, 0.027604877948760986, 0.03712323680520058, -0.01369595155119896, -0.09980350732803345, 0.010820784606039524, 0.07614686340093613, 0.00010616768122417852, -0.03610750660300255, -0.0368611142039299, 0.03902363032102585, -0.10439067333936691, -0.018823741003870964, 0.062090497463941574, -0.013622228987514973, 0.031225457787513733, 0.01616154983639717, -0.091218963265419, 0.013982648961246014, 0.01757865585386753, 0.021903691813349724, 0.03705770522356033, 0.06526874005794525, -0.07667111605405807, 0.045150768011808395, 0.010337494313716888, -0.011598963290452957, 0.01980670355260372, -0.003837651340290904, 0.07155970484018326, 0.05085195228457451, 0.011992148123681545, 0.004722318146377802, -0.03666451945900917, 0.03410881757736206, -0.0021358965896070004, -0.047346051782369614, 0.024033445864915848, -0.026474470272660255, -0.013581272214651108, -0.08342079073190689, 0.05638930946588516, -0.0018020988209173083, -0.009223469533026218, 0.030176963657140732, 0.035747088491916656, -0.015596345998346806, 0.027686791494488716, -0.0016024344367906451, -0.0041755447164177895, -0.043283138424158096, -0.04112061858177185, -0.015424327924847603, -0.01587485335767269, -0.018266728147864342, 0.014334877021610737, -0.05691355839371681, 0.044102273881435394, 0.004890240728855133, -0.032192036509513855, -0.009280809201300144, 0.0011478140950202942, -0.030127815902233124, 0.006909410934895277, 0.050294939428567886, -0.024328334257006645, 0.024328334257006645, 0.0011191443772986531, 0.005701185204088688, 0.01738206297159195, -0.0971822738647461, -0.04354526102542877, -0.06802103668451309, 0.00008581727888667956, -0.002836257917806506, 0.03196268156170845, -0.08315867185592651, 0.003090190002694726, -0.023083247244358063, 0.04846007749438286, -0.012229697778820992, 0.0716252401471138, -0.014752636663615704, 0.004333228338509798, -0.028669754043221474, 0.046166494488716125, 0.018102901056408882, -0.005545549560338259, 0.02329622395336628, -0.06500662118196487, -0.03404328599572182, 0.006475268863141537, -0.023247074335813522, -0.00016561902884859592, 0.039810001850128174, -0.01640729047358036, 0.04813242331147194, -0.03327329829335213, -0.002242384245619178, 0.01306521613150835, 0.024098975583910942, 0.039810001850128174, -0.038958098739385605, -0.015702834352850914, 0.043938446789979935, -0.05311276763677597, 0.05160555616021156, 0.07155970484018326, 0.016759518533945084, -0.00554964505136013, 0.004497055895626545, 0.011910234577953815, 0.0009118005982600152, 0.05756886675953865, 0.018971186131238937, -0.0069544631987810135, 0.011091099120676517, 0.024623222649097443, -0.022837506607174873, -0.028587840497493744, 0.014883697964251041, -0.0395478792488575, -0.024295568466186523, 0.010157284326851368, 0.02159242145717144, 0.01952819898724556, -0.05065536126494408, 0.014531469903886318, 0.08237230032682419, -0.033322446048259735, 0.0043414197862148285, -0.021281149238348007, -0.016440056264400482, -0.1268022209405899, -0.011377796530723572, -0.03333882987499237, 0.021084556356072426, 0.02585192769765854, -0.06628447026014328, -0.022149432450532913, -0.03132375329732895, 0.03492795303463936, -0.050622593611478806, -0.004114109557121992, -0.009518357925117016, -0.015711024403572083, -0.005250660702586174, 0.03460029885172844, -0.010206432081758976, 0.014023605734109879, -0.021739864721894264, -0.00235501560382545, -0.09187427163124084, -0.026032136753201485, 0.030963335186243057, -0.0045134383253753185, -0.06169731169939041, 0.03301117569208145, 0.0007054807501845062, -0.06084540858864784, 0.018528852611780167, -0.004533916711807251, -0.013900735415518284, 0.0016351998783648014, -0.01591580919921398, 0.007044568192213774, 0.006069796625524759, 0.01446593925356865, 0.02354196459054947, -0.011000994592905045, -0.02596660517156124, 0.011992148123681545, -0.03302755579352379, -0.05366978049278259, -0.0456094816327095, -0.04020318761467934, 0.09692015498876572, -0.005590601824223995, 0.049574099481105804, -0.024000680074095726, -0.004052674397826195, 0.03702494129538536, -0.02961995080113411, 0.011574389412999153, -0.012098636478185654, -0.03350265696644783, -0.024606840685009956, 0.03666451945900917, 0.00700770691037178, 0.042365703731775284, -0.03338797762989998, -0.024377482011914253, 0.0012051536468788981, -0.006151710171252489, -0.000519895285833627, 0.01164811197668314, 0.012655648402869701, 0.007294404786080122, 0.056782495230436325, 0.03284734860062599, 0.002457407535985112, -0.06081264466047287, -0.015383371151983738, -0.0051236944273114204, 0.024328334257006645, 0.045314595103263855, 0.043086543679237366, 0.03066844493150711, -0.0010792114771902561, 0.03404328599572182, 0.030373556539416313 ]
15,915
hypothesis._settings
__call__
Make the settings object (self) an attribute of the test. The settings are later discovered by looking them up on the test itself.
def __call__(self, test: T) -> T: """Make the settings object (self) an attribute of the test. The settings are later discovered by looking them up on the test itself. """ # Aliasing as Any avoids mypy errors (attr-defined) when accessing and # setting custom attributes on the decorated function or class. _test: Any = test # Using the alias here avoids a mypy error (return-value) later when # ``test`` is returned, because this check results in type refinement. if not callable(_test): raise InvalidArgument( "settings objects can be called as a decorator with @given, " f"but decorated {test=} is not callable." ) if inspect.isclass(test): from hypothesis.stateful import RuleBasedStateMachine if issubclass(_test, RuleBasedStateMachine): attr_name = "_hypothesis_internal_settings_applied" if getattr(test, attr_name, False): raise InvalidArgument( "Applying the @settings decorator twice would " "overwrite the first version; merge their arguments " "instead." ) setattr(test, attr_name, True) _test.TestCase.settings = self return test # type: ignore else: raise InvalidArgument( "@settings(...) can only be used as a decorator on " "functions, or on subclasses of RuleBasedStateMachine." ) if hasattr(_test, "_hypothesis_internal_settings_applied"): # Can't use _hypothesis_internal_use_settings as an indicator that # @settings was applied, because @given also assigns that attribute. descr = get_pretty_function_description(test) raise InvalidArgument( f"{descr} has already been decorated with a settings object.\n" f" Previous: {_test._hypothesis_internal_use_settings!r}\n" f" This: {self!r}" ) _test._hypothesis_internal_use_settings = self _test._hypothesis_internal_settings_applied = True return test
(self, test: ~T) -> ~T
[ 0.018643498420715332, -0.014574196189641953, 0.04944112151861191, 0.06238401308655739, 0.031192006543278694, 0.04119496047496796, -0.040083520114421844, 0.010594526305794716, 0.04872406646609306, -0.019378481432795525, -0.012736735865473747, 0.061021603643894196, 0.02945314161479473, 0.03112030029296875, -0.026208454743027687, 0.018267042934894562, 0.03314598649740219, 0.018374601379036903, 0.0712038204073906, 0.025491397827863693, 0.04115910828113556, -0.005454119294881821, 0.002325955545529723, 0.02247975580394268, -0.009859542362391949, 0.02402142994105816, -0.030259830877184868, -0.0067000072449445724, 0.06708073616027832, -0.047074832022190094, -0.044027335941791534, -0.04255736991763115, -0.05700607970356941, 0.07152649760246277, 0.048975035548210144, -0.04983550310134888, -0.04639362916350365, 0.09414966404438019, -0.07174161076545715, -0.008945293724536896, -0.033594150096178055, -0.017603764310479164, 0.052416909486055374, 0.02262316830456257, -0.031317491084337234, -0.022551462054252625, 0.004154452588409185, 0.10863422602415085, 0.007533586584031582, -0.04406319186091423, 0.08963219821453094, -0.04141007736325264, 0.013498609885573387, 0.07407204806804657, 0.005288300104439259, 0.0016537141054868698, 0.03146090358495712, 0.02235427126288414, 0.05370761454105377, -0.0009814725490286946, -0.01957567222416401, 0.02439788542687893, 0.01955774612724781, -0.028933275490999222, -0.01614275947213173, -0.049512829631567, -0.03915134444832802, -0.0013041485799476504, 0.03508204221725464, 0.016931522637605667, 0.004710172303020954, -0.011015797965228558, 0.03354036808013916, 0.006247364450246096, -0.019127512350678444, -0.05808166787028313, -0.06012528017163277, -0.029668258503079414, 0.042629074305295944, -0.010137401521205902, -0.03782478719949722, 0.04854480177164078, -0.04366881027817726, 0.02389594539999962, -0.00020909511658828706, -0.021673066541552544, 0.01454730611294508, -0.023662900552153587, 0.05230935290455818, -0.008093787357211113, -0.030564580112695694, 0.029255950823426247, 0.0431668683886528, -0.05524928867816925, 0.03592458739876747, -0.009635461494326591, 0.005552714690566063, 0.004562279209494591, -0.03900793567299843, -0.00021035557438153774, -0.05040914937853813, 0.03515375033020973, 0.057615578174591064, 0.034598030149936676, 0.06686562299728394, -0.005754387471824884, -0.01726316288113594, -0.003253648988902569, -0.02068711258471012, 0.012862221337854862, -0.038685258477926254, -0.041481781750917435, -0.046286068856716156, 0.006278735585510731, 0.0647861585021019, -0.05775899067521095, -0.05040914937853813, -0.059408221393823624, 0.0018665905809029937, -0.020525773987174034, 0.016841890290379524, 0.07450228929519653, -0.017944367602467537, 0.008546430617570877, 0.02680002897977829, 0.025957485660910606, 0.020938081666827202, 0.017756139859557152, 0.009680277667939663, -0.029309729114174843, -0.026316015049815178, 0.049226004630327225, -0.03273367881774902, 0.06406909972429276, -0.0007741981535218656, 0.0788046345114708, 0.004822212271392345, 0.017756139859557152, -0.009949174709618092, 0.007340877316892147, -0.0018161725020036101, 0.04126666486263275, 0.01777406595647335, -0.023035475984215736, 0.022909991443157196, 0.0014845333062112331, -0.022820359095931053, 0.04467269033193588, 0.04266492649912834, -0.0019752695225179195, 0.01726316288113594, -0.04087228327989578, -0.005449637770652771, -0.0045465934090316296, -0.05610975623130798, 0.028377555310726166, -0.014663828536868095, 0.05643243342638016, 0.009030444547533989, -0.03775308281183243, -0.040943991392850876, 0.02005968615412712, 0.005700607784092426, -0.0108006801456213, 0.04868821054697037, -0.000019642056940938346, -0.04481609910726547, -0.05489075928926468, -0.0003495655837468803, 0.0010828690137714148, -0.002579166553914547, -0.028915347531437874, 0.04144592955708504, 0.05947992950677872, -0.020525773987174034, 0.03922305256128311, 0.0024716078769415617, -0.011006833985447884, 0.021278684958815575, -0.026208454743027687, 0.00907526072114706, 0.005431711208075285, -0.09364772588014603, 0.015488444827497005, 0.03746626153588295, 0.015622892417013645, 0.00495217926800251, -0.014027439057826996, -0.0470389798283577, 0.024702634662389755, 0.015479480847716331, 0.003836258314549923, 0.07514763623476028, 0.021314537152647972, -0.030403243377804756, -0.00985057931393385, -0.02007761225104332, -0.04105154797434807, 0.03760967031121254, 0.043238572776317596, -0.018858615309000015, 0.005005958490073681, 0.027785982936620712, -0.005857464391738176, 0.005727497860789299, 0.02527628093957901, 0.0104780038818717, -0.0035920103546231985, -0.07944998145103455, 0.036265186965465546, 0.01700322888791561, -0.0457124225795269, 0.0019405371276661754, 0.02654905803501606, 0.015829047188162804, -0.0507676787674427, 0.0686582624912262, 0.03836258128285408, 0.0017803196096792817, 0.04004766792058945, 0.04227054491639137, 0.0050104400143027306, 0.0015539983287453651, 0.013901954516768456, 0.09838030487298965, -0.0051000723615288734, 0.03707187995314598, -0.06274253875017166, -0.012046568095684052, -0.030564580112695694, 0.020095540210604668, 0.02884364314377308, 0.038183316588401794, -0.024200694635510445, 0.021744772791862488, -0.03633689507842064, 0.027965247631072998, -0.05489075928926468, -0.046931419521570206, -0.015058210119605064, 0.015398812480270863, 0.008461279794573784, 0.03445461764931679, 0.014753459952771664, -0.06392568349838257, -0.0005758868646807969, -0.03821916878223419, 0.008748102933168411, 0.030564580112695694, 0.004006559494882822, 0.04201957583427429, -0.0041342852637171745, 0.003948298282921314, 0.01995212770998478, -0.05399443954229355, -0.026513205841183662, -0.0004389176901895553, -0.05675511062145233, 0.01194797269999981, -0.029650332406163216, 0.03990425541996956, -0.015398812480270863, 0.008810845203697681, -0.0015674431342631578, 0.010531784035265446, -0.02516872249543667, -0.0008229356608353555, 0.008219272829592228, -0.008084824308753014, 0.013946770690381527, 0.002740504452958703, -0.00622943788766861, -0.015838010236620903, 0.024935677647590637, -0.05793825536966324, 0.008497132919728756, 0.014753459952771664, 0.01613379642367363, -0.034096088260412216, 0.00689271604642272, 0.008340276777744293, -0.008559875190258026, 0.02719441056251526, 0.024971531704068184, -0.013158007524907589, 0.01599038392305374, -0.03280538693070412, 0.04180445894598961, 0.04979965090751648, 0.00771733233705163, -0.0012369243195280433, -0.02373460680246353, 0.04599924385547638, -0.020794671028852463, 0.018822763115167618, 0.00628321710973978, -0.07030750066041946, -0.04155348986387253, 0.012691919691860676, -0.04739750921726227, 0.06815632432699203, -0.04087228327989578, -0.06966214627027512, 0.0876244381070137, 0.023788386955857277, 0.04915430024266243, 0.03151468187570572, -0.02529420703649521, 0.005207630805671215, -0.011087503284215927, 0.013588241301476955, 0.04815042018890381, -0.03597836568951607, 0.027337821200489998, 0.053922731429338455, -0.03508204221725464, -0.00583953782916069, -0.06048380956053734, -0.010235997848212719, 0.07400034368038177, -0.07414375990629196, -0.026459425687789917, 0.013355198316276073, -0.012969779781997204, 0.01624135486781597, 0.0018318580696359277, -0.021870257332921028, -0.012037605047225952, -0.04384807124733925, -0.00600535748526454, -0.07428716868162155, -0.034598030149936676, 0.004786359611898661, -0.0009680278017185628, -0.05829678475856781, 0.03976084291934967, 0.03504619002342224, 0.04585583508014679, 0.029058760032057762, 0.00578127708286047, 0.07220770418643951, -0.007076462265104055, -0.06503712385892868, -0.023286445066332817, -0.01403640303760767, 0.024559224024415016, -0.026584910228848457, 0.03495655953884125, 0.10526406019926071, -0.05019403249025345, 0.06173865869641304, -0.041840311139822006, -0.006350441370159388, 0.004983550403267145, 0.03579910099506378, 0.03276953101158142, -0.04054960608482361, 0.04029863700270653, -0.0111143933609128, -0.03700017184019089, 0.003665957134217024, -0.02859267219901085, -0.0107917170971632, 0.03483107313513756, -0.0024111061356961727, 0.012476802803575993, 0.006735859904438257, -0.002809969475492835, 0.026369793340563774, -0.02680002897977829, 0.005929170176386833, -0.06941117346286774, 0.042736634612083435, -0.008510577492415905, 0.04936941713094711, 0.032966721802949905, -0.047074832022190094, 0.03061836026608944, -0.03363000229001045, 0.036390673369169235, 0.08317868411540985, 0.014403894543647766, 0.017738211899995804, 0.04775603860616684, -0.021296611055731773, -0.04054960608482361, -0.0024536815471947193, -0.029130466282367706, 0.03721528872847557, -0.01728108897805214, 0.0075380681082606316, -0.026477351784706116, 0.0019808716606348753, 0.03391682356595993, 0.005821611266583204, 0.0015394330257549882, -0.0406930185854435, 0.028807789087295532, -0.020740890875458717, 0.0009764307760633528, 0.06310106813907623, -0.09838030487298965, 0.038039907813072205, 0.004553315695375204, 0.012736735865473747, 0.003101274138316512, 0.009384491480886936, 0.0711679682135582, -0.02043614163994789, 0.055464405566453934, -0.03925890475511551, -0.01035251934081316, -0.03138919547200203, -0.001919249538332224, -0.03074384480714798, -0.01742449961602688, 0.0019495004089549184, 0.030457021668553352, 0.01741553656756878, -0.00024144674534909427, 0.08719420433044434, -0.030259830877184868, -0.01893032155930996, 0.01448456384241581, 0.06023284047842026, 0.0071123153902590275, -0.041230812668800354, 0.0368209071457386, -0.00704509112983942, 0.01453834306448698, 0.0038922782987356186, -0.04087228327989578, 0.027983173727989197, -0.018625572323799133, -0.004902881570160389, -0.022533535957336426, -0.05363591015338898, -0.00771285081282258, -0.004107395652681589, 0.025222500786185265, -0.022192932665348053, 0.013552389107644558, -0.013113191351294518, 0.006148769054561853, 0.015551187098026276, -0.02602919191122055, -0.008143085055053234, 0.03775308281183243, -0.0355302058160305, -0.005552714690566063, 0.00951894000172615, 0.021278684958815575, 0.015219547785818577, 0.010782754048705101, 0.0059246886521577835, -0.02592163346707821, -0.01677018404006958, -0.019019953906536102, -0.0158828254789114, 0.07443057745695114, 0.029811671003699303, -0.01767547056078911, -0.07521934062242508, -0.056575845927000046, -0.020167244598269463, -0.004831175785511732, 0.035261306911706924, 0.004011041019111872, -0.052632030099630356, 0.006431110668927431, 0.014430784620344639, -0.02133246324956417, -0.022264638915657997, 0.01067519560456276, 0.014179814606904984, -0.0023842165246605873, -0.055966347455978394, 0.0034172276500612497, -0.038039907813072205, 0.03187321126461029, 0.0133283082395792, 0.01878690905869007, 0.04940526932477951, 0.025204574689269066, -0.0077800750732421875, -0.020005907863378525, 0.021189052611589432, -0.011051650159060955, 0.0015887307235971093, 0.02692551352083683, -0.0045981318689882755, 0.010110512375831604, -0.003524786327034235, 0.007860744372010231, -0.07095284759998322, -0.0037847196217626333, 0.016071053221821785, -0.006157732103019953, 0.021117346361279488, -0.008416463620960712, 0.02323266677558422, -0.0482938289642334, -0.026853807270526886, 0.0003490053932182491, 0.0799519270658493, 0.01327452901750803, -0.0686224102973938, 0.017119750380516052, -0.0533132329583168, 0.003984151408076286, 0.008873587474226952, 0.08697909116744995, -0.04334613308310509, -0.010746900923550129, 0.035996291786432266, -0.08081239461898804, 0.016743294894695282, -0.0069554587826132774, -0.026746248826384544, -0.058404341340065, -0.03061836026608944, 0.023322299122810364, 0.023035475984215736, 0.054173704236745834, 0.03583495318889618, 0.025509323924779892, -0.0021534136030822992, 0.030331537127494812, 0.015183694660663605, -0.006435592193156481, 0.058117520064115524, -0.032321371138095856, -0.023913871496915817, 0.08432597666978836, 0.0317297987639904, -0.001700771041214466, -0.06328033655881882, -0.048257976770401, 0.06198963150382042, 0.00012422462168615311, 0.04893918335437775, -0.02592163346707821, -0.012243758887052536, 0.012225831858813763, 0.02540176548063755, -0.012405096553266048, -0.020543700084090233, -0.02590370550751686, -0.05700607970356941, -0.027212336659431458, -0.04015522450208664, -0.05689852312207222, 0.05374346673488617, 0.015829047188162804, -0.04201957583427429, -0.05496246740221977, 0.022031595930457115, 0.02298169583082199, 0.0012122754706069827, 0.02945314161479473, -0.04097984358668327, -0.01576630398631096, 0.012252721935510635, 0.024057282134890556, -0.006413184106349945, -0.004109636414796114, 0.041338372975587845, 0.03203454986214638, -0.10390164703130722, -0.039832551032304764, 0.03251856192946434, 0.029937155544757843, -0.032572340220212936, -0.016322024166584015, -0.04589168727397919, 0.019109584391117096, -0.023394005373120308, 0.0039662248454988, -0.007179539185017347, 0.04080057889223099, -0.07088114321231842, -0.009940210729837418, -0.008367165923118591, -0.01676122099161148, -0.03775308281183243, -0.011347436346113682, 0.02859267219901085, 0.08145774155855179, -0.07141894102096558, -0.005153851583600044, -0.04779189079999924, 0.0031864247284829617, -0.03466973453760147, -0.052273500710725784, 0.03750211372971535, -0.011096466332674026, -0.02056162618100643, -0.08167286217212677, 0.0723869651556015, -0.0007249004556797445, -0.05707778409123421, -0.011338473297655582, 0.015138878487050533, -0.013301419094204903, 0.003291742643341422, 0.011410179547965527, 0.005579604301601648, -0.007085425313562155, -0.032966721802949905, -0.05230935290455818, -0.019109584391117096, 0.006619337946176529, 0.03572739660739899, -0.0381474643945694, 0.021135272458195686, -0.04341783747076988, -0.08095580339431763, 0.03725114464759827, 0.0019472595304250717, -0.045927539467811584, 0.027606718242168427, 0.04467269033193588, -0.027983173727989197, 0.015156805515289307, -0.03490277752280235, -0.03011642023921013, 0.03900793567299843, -0.0648220106959343, -0.01816844753921032, -0.05377931892871857, -0.007618736941367388, 0.009778873063623905, 0.03285916522145271, -0.07349840551614761, 0.02809073217213154, -0.05865531414747238, 0.02590370550751686, 0.03363000229001045, 0.041230812668800354, -0.03782478719949722, 0.015219547785818577, -0.049620386213064194, 0.04481609910726547, 0.01454730611294508, -0.027911467477679253, -0.02020309865474701, -0.024828119203448296, -0.04639362916350365, 0.0003868189814966172, -0.005736460909247398, 0.004439034964889288, 0.08195968717336655, -0.03857769817113876, -0.007143686525523663, 0.026351867243647575, -0.019880421459674835, 0.04506707191467285, 0.05069597437977791, 0.048186272382736206, -0.01789058744907379, -0.012745698913931847, 0.032966721802949905, -0.027212336659431458, 0.04521048069000244, 0.07600810378789902, 0.021816477179527283, -0.03126371279358864, 0.06310106813907623, 0.043274424970149994, 0.014206703752279282, 0.02859267219901085, 0.016097944229841232, -0.0787329226732254, -0.009662351571023464, 0.017361758276820183, -0.04607095196843147, 0.009698203764855862, 0.002861507935449481, -0.04485195502638817, -0.05915725231170654, -0.07156234979629517, 0.039438169449567795, -0.02271280065178871, -0.006915124133229256, -0.021296611055731773, 0.014350115321576595, 0.027624644339084625, -0.03250063583254814, -0.04201957583427429, -0.0469672717154026, -0.056217316538095474, -0.0711679682135582, 0.03725114464759827, 0.027768056839704514, -0.004183582961559296, -0.05510587617754936, -0.061021603643894196, -0.06672221422195435, 0.005740942433476448, -0.07894804328680038, -0.007260208483785391, -0.016160685569047928, -0.009859542362391949, -0.03260819613933563, 0.04119496047496796, -0.009447233751416206, 0.014359078370034695, -0.04022693261504173, 0.03470558673143387, -0.08712249994277954, -0.0165192149579525, 0.05141302943229675, -0.009689240716397762, -0.049871355295181274, 0.014780350029468536, -0.04653703793883324, -0.0029242506716400385, -0.01815052144229412, 0.009949174709618092, 0.02018517255783081, -0.008497132919728756, 0.00951894000172615, 0.0380757600069046, -0.01035251934081316, -0.006256327498704195, 0.007676998153328896, 0.00247833039611578, 0.02083052322268486, 0.003414986887946725, -0.08052556961774826, -0.024218620732426643, -0.021422095596790314, -0.01563185639679432, 0.0545680858194828, 0.019342629238963127, 0.03732284903526306, -0.0027539494913071394, 0.019987981766462326, 0.014054329134523869, -0.020113466307520866, -0.031156152486801147, 0.037788935005664825, -0.05897798761725426, 0.008680879138410091, 0.04112325236201286, 0.03495655953884125, -0.013686836697161198, 0.03034946322441101, 0.020776744931936264, -0.005418266635388136, -0.002821173518896103, -0.0024447182659059763, -0.005301744677126408, 0.021260758861899376, 0.06535980105400085, 0.01486998237669468, -0.01163425948470831, -0.032052475959062576, -0.021278684958815575, -0.04087228327989578, -0.06460689008235931, -0.019396407529711723, 0.04341783747076988, 0.005965022835880518, 0.06267083436250687, 0.012270648032426834, 0.005772313568741083, 0.05320567637681961 ]
15,916
hypothesis._settings
__getattr__
null
def __getattr__(self, name): if name in all_settings: return all_settings[name].default else: raise AttributeError(f"settings has no attribute {name}")
(self, name)
[ 0.04307771846652031, -0.04876134544610977, 0.039300188422203064, 0.014815546572208405, 0.0025645624846220016, -0.023011749610304832, 0.05032087489962578, -0.03673562407493591, 0.03611181303858757, 0.03839912638068199, -0.044394657015800476, 0.07024821639060974, -0.005791925825178623, 0.025836234912276268, -0.0041739121079444885, 0.01850643754005432, 0.01742343045771122, 0.049385156482458115, 0.03370320424437523, -0.006762300617992878, 0.03184909373521805, 0.005124792922288179, -0.005029488354921341, 0.00717817572876811, 0.015214093960821629, 0.09398774802684784, 0.03391113877296448, 0.023358313366770744, 0.049142561852931976, -0.051672469824552536, -0.049904998391866684, -0.021348249167203903, -0.033443279564380646, 0.07769931107759476, -0.004604949150234461, -0.03358190506696701, -0.05045950040221214, 0.07166912406682968, -0.0510139986872673, -0.02207603119313717, 0.05700952932238579, 0.00951314065605402, 0.013966469094157219, -0.04449862614274025, -0.013091398403048515, -0.009097266010940075, 0.0037558709736913443, 0.06175743788480759, -0.006459058728069067, -0.012866132892668247, 0.06823815405368805, 0.03203970193862915, -0.004072109237313271, 0.031433217227458954, -0.03453495353460312, 0.0056619648821651936, -0.019390171393752098, 0.0561777800321579, -0.010726109147071838, 0.042904436588287354, -0.03784462437033653, 0.011861101724207401, 0.03515876457095146, -0.048553407192230225, -0.02396479621529579, -0.031155968084931374, -0.01883567124605179, 0.021573515608906746, -0.00444033183157444, 0.03853774815797806, 0.017033547163009644, 0.022128015756607056, -0.07492681592702866, -0.03349526599049568, 0.029717734083533287, -0.012788156047463417, -0.04765234515070915, -0.029527124017477036, 0.007827980443835258, 0.000775433611124754, -0.02562829665839672, 0.009703749790787697, -0.03978537395596504, 0.02713584341108799, -0.0462660938501358, -0.027898281812667847, 0.0205684844404459, -0.054722219705581665, 0.057771969586610794, -0.03895362466573715, -0.020585812628269196, 0.03505479544401169, 0.02788095362484455, 0.04792959243059158, -0.0031645488925278187, -0.032091688364744186, 0.03167581185698509, -0.004630941431969404, 0.0008794023306109011, -0.013420633040368557, -0.025021811947226524, -0.04838012531399727, 0.02824484370648861, -0.06082171946763992, 0.011713812127709389, -0.04841478168964386, 0.009244554676115513, -0.023011749610304832, 0.02602684311568737, 0.027950266376137733, -0.021452218294143677, -0.048553407192230225, -0.03746340796351433, 0.028470110148191452, -0.0031298925168812275, -0.005480019375681877, -0.03645837679505348, -0.032057031989097595, 0.02075909450650215, 0.008399808779358864, -0.03193573281168938, 0.07014425098896027, -0.021330920979380608, 0.02044718712568283, 0.08178874850273132, 0.03294076398015022, -0.02088038995862007, -0.005878566298633814, 0.10015656054019928, 0.03839912638068199, 0.015733936801552773, 0.036493029445409775, -0.03767134249210358, -0.020984359085559845, 0.018766358494758606, 0.03746340796351433, 0.0545835942029953, 0.09204699844121933, 0.00265553523786366, 0.05399443581700325, -0.00029999317484907806, -0.02855674922466278, 0.02266518771648407, -0.031225280836224556, 0.0066669960506260395, -0.004470656160265207, 0.04370152950286865, 0.0371861569583416, 0.000886441906914115, -0.0012367948656901717, 0.02448463998734951, 0.05368253216147423, -0.05510343611240387, -0.010006992146372795, -0.02238793671131134, 0.03533204644918442, -0.012684187851846218, 0.03037620335817337, -0.04494915530085564, -0.05451428145170212, -0.014157078228890896, 0.049697063863277435, -0.05770265683531761, -0.08255118876695633, 0.016453053802251816, -0.011852437630295753, 0.00741643738001585, -0.03701287508010864, 0.07052546739578247, 0.032490234822034836, -0.060856375843286514, -0.0187836866825819, -0.02032588981091976, 0.04900393635034561, 0.028816672042012215, 0.03940415754914284, -0.04009728133678436, 0.01914757862687111, 0.05843043699860573, -0.02756904624402523, -0.02578425034880638, 0.012346289120614529, -0.05520740523934364, -0.008092233911156654, 0.01370654720813036, 0.0447065606713295, 0.004782562609761953, 0.0027378436643630266, -0.05018224939703941, 0.026789281517267227, 0.04200337454676628, -0.008321831934154034, 0.015101460739970207, 0.00031623829272575676, -0.020672453567385674, 0.003262019483372569, 0.01566462405025959, -0.04089437425136566, 0.053855814039707184, 0.07693687826395035, -0.0005745356320403516, -0.005315402522683144, -0.03753271698951721, 0.06186140701174736, -0.0008566592005081475, 0.00035549732274375856, 0.05711349844932556, -0.05354390665888786, -0.10771162807941437, 0.040686435997486115, -0.04280046746134758, -0.020741766318678856, -0.02013528160750866, 0.025125781074166298, 0.019944671541452408, 0.016721639782190323, 0.04300840571522713, -0.009426499716937542, -0.02522975020110607, 0.05621243640780449, 0.015690617263317108, -0.005055480636656284, 0.08400674909353256, 0.012753499671816826, 0.03801790624856949, 0.01686893031001091, 0.002586222719401121, -0.04834546893835068, -0.053578563034534454, -0.017224155366420746, 0.04079040512442589, -0.011090000160038471, 0.0024172733537852764, 0.0019147577695548534, 0.03231695294380188, -0.045711591839790344, 0.03590387478470802, -0.04806821793317795, -0.00807923823595047, -0.017007553949952126, 0.04730578139424324, -0.0059392149560153484, -0.02155618742108345, 0.06900059431791306, 0.0020696278661489487, -0.02950979769229889, -0.055553968995809555, -0.009764398448169231, -0.022717172279953957, -0.04484518617391586, 0.10715712606906891, 0.024224719032645226, -0.016790952533483505, 0.004414340015500784, -0.01153186708688736, -0.06009393557906151, -0.05569259449839592, 0.02772499993443489, 0.008768031373620033, -0.04512243717908859, 0.011679156683385372, -0.03339129686355591, -0.016080500558018684, -0.015924546867609024, 0.01958078145980835, 0.04189940541982651, 0.022128015756607056, -0.0042172325775027275, 0.005843909922987223, -0.01831582747399807, 0.006441730540245771, 0.029371172189712524, -0.010240921750664711, -0.0028916308656334877, -0.0191822350025177, 0.0028981289360672235, 0.01618446782231331, 0.025974858552217484, -0.016721639782190323, -0.028036905452609062, 0.026997217908501625, -0.014893523417413235, 0.006307437550276518, 0.07492681592702866, -0.01760537549853325, -0.008382480591535568, -0.017934609204530716, -0.022370608523488045, 0.006277113221585751, 0.028782015666365623, 0.06633206456899643, 0.024571280926465988, 0.004065611399710178, -0.03982003033161163, -0.021053671836853027, -0.04987034201622009, -0.004007128998637199, 0.015768593177199364, 0.046335406601428986, 0.029475141316652298, 0.007537734229117632, -0.041275594383478165, -0.0609256885945797, 0.023306328803300858, -0.02852209284901619, 0.01083874236792326, 0.060301873832941055, -0.005761601496487856, 0.016401071101427078, 0.020499171689152718, 0.00834349263459444, 0.008577422238886356, 0.010968702845275402, 0.06023256108164787, 0.017371445894241333, -0.016669657081365585, 0.014503641054034233, 0.016790952533483505, 0.004708917811512947, 0.06435665488243103, -0.045226406306028366, 0.027343781664967537, -0.06428734213113785, -0.007490082178264856, 0.05673228204250336, -0.004908191505819559, -0.016522366553544998, -0.018211860209703445, -0.022457249462604523, 0.023167703300714493, -0.03236893564462662, -0.03968140482902527, 0.006658331956714392, -0.019476812332868576, -0.009573789313435555, 0.060544468462467194, 0.012372281402349472, 0.042973749339580536, 0.0031039004679769278, -0.03151986002922058, 0.002527740318328142, -0.005064144730567932, -0.06518840789794922, 0.00576593354344368, -0.013472617603838444, 0.022162672132253647, 0.046023499220609665, 0.005376050714403391, 0.05156850069761276, -0.11401905864477158, -0.004795558750629425, -0.03314870223402977, 0.017969265580177307, 0.047479063272476196, 0.020637797191739082, 0.0015638632467016578, 0.0014555625384673476, 0.04106765612959862, 0.01566462405025959, -0.003326999954879284, 0.005926218815147877, -0.040998343378305435, -0.042627185583114624, 0.024692578241229057, -0.03690890595316887, -0.01277949195355177, -0.021382905542850494, 0.01281414832919836, 0.053855814039707184, -0.06255453079938889, 0.0021454384550452232, 0.01520542986690998, -0.010396875441074371, -0.06570824980735779, 0.028608733788132668, 0.04027056321501732, -0.008027253672480583, 0.024501968175172806, 0.02401678077876568, -0.002045801840722561, -0.005757269449532032, 0.03089604713022709, 0.01718083582818508, 0.0968988761305809, -0.0015205430099740624, -0.052469562739133835, -0.02309839054942131, -0.0023956133518368006, 0.029319187626242638, -0.004282212816178799, -0.0006595517625100911, -0.016998890787363052, -0.059747375547885895, 0.05957409366965294, -0.04085971787571907, -0.047964248806238174, -0.018090562894940376, -0.04418671876192093, -0.021261610090732574, 0.00939184334129095, 0.0029631094075739384, -0.033685874193906784, -0.025125781074166298, -0.000991493696346879, -0.005298074334859848, 0.017865296453237534, -0.005484351422637701, 0.050806064158678055, -0.01958078145980835, -0.016790952533483505, 0.0013624238781630993, 0.03053215704858303, -0.03264618664979935, -0.06411406397819519, 0.007035218644887209, -0.020152609795331955, 0.03888431191444397, 0.04176077991724014, 0.026719968765974045, -0.021382905542850494, 0.006415738258510828, -0.04893462359905243, 0.024900516495108604, -0.019286202266812325, -0.01200839038938284, 0.00933119561523199, -0.003961642738431692, 0.0037407090421766043, 0.004091603681445122, 0.013619906269013882, -0.045503657311201096, 0.009227226488292217, -0.006879265420138836, -0.029371172189712524, 0.08248187601566315, -0.04248856380581856, -0.017432093620300293, -0.05240024998784065, -0.05447962507605553, -0.0458848737180233, -0.0039031601045280695, 0.009903023019433022, -0.028470110148191452, 0.025489671155810356, -0.017899952828884125, -0.03339129686355591, -0.03826050087809563, 0.0755506232380867, 0.009261882863938808, -0.07679825276136398, -0.10715712606906891, -0.01427837461233139, 0.03006429597735405, -0.02942315675318241, 0.03780996799468994, -0.03231695294380188, -0.031433217227458954, -0.031121311709284782, 0.0648764967918396, 0.02088038995862007, -0.016297101974487305, 0.005064144730567932, -0.04896927997469902, -0.043493594974279404, -0.025732265785336494, 0.045746248215436935, 0.025732265785336494, 0.030116280540823936, -0.010344890877604485, -0.04931584373116493, 0.034794874489307404, -0.002213668078184128, -0.018298499286174774, -0.043216343969106674, -0.03406709432601929, -0.02235328033566475, -0.029371172189712524, 0.06518840789794922, -0.05125659331679344, -0.005055480636656284, -0.01883567124605179, 0.015335390344262123, 0.012173008173704147, 0.001606100588105619, -0.016479047015309334, -0.06338628381490707, -0.007698019500821829, 0.02543768659234047, 0.022457249462604523, -0.0379832498729229, 0.0106827886775136, 0.014676922000944614, 0.021608171984553337, 0.0002707519452087581, -0.019199563190340996, 0.0029652754310518503, -0.006944246124476194, 0.009209898300468922, 0.02840079739689827, 0.00773267587646842, 0.008170210756361485, -0.06622809171676636, -0.023548921570181847, 0.026927907019853592, 0.002820152323693037, 0.006485050544142723, -0.08310569077730179, 0.03912690654397011, 0.06376750022172928, -0.04477587342262268, 0.0342230461537838, 0.035384032875299454, -0.05881165713071823, -0.0006389745976775885, 0.0593314990401268, -0.06435665488243103, 0.012701516039669514, -0.0056229764595627785, 0.026442719623446465, 0.027551718056201935, 0.04089437425136566, -0.019390171393752098, -0.04820684343576431, 0.02950979769229889, -0.03531472012400627, -0.00606051180511713, -0.0018952636746689677, 0.01204304676502943, -0.03009895235300064, 0.06303972005844116, 0.03670096769928932, -0.008135554380714893, -0.04203803092241287, 0.07180774956941605, 0.04581556096673012, 0.03656234219670296, -0.07187706232070923, 0.0023024745751172304, -0.04782562330365181, 0.050251562148332596, 0.03484686091542244, -0.06990165263414383, 0.04061712324619293, 0.01764003187417984, -0.00765469903126359, -0.05097934231162071, -0.08525437116622925, 0.03947347030043602, 0.06747572124004364, -0.038780342787504196, -0.005770265590399504, 0.00977306254208088, -0.011176640167832375, -0.07146118581295013, 0.03200504556298256, -0.0609256885945797, -0.02417273446917534, -0.029041936621069908, 0.016920914873480797, 0.04813753068447113, 0.017527397722005844, -0.015361382625997066, 0.06293574720621109, 0.06123759225010872, -0.0070092263631522655, -0.04259253293275833, -0.06591618806123734, 0.0171115230768919, -0.009487148374319077, -0.03898828104138374, -0.036250438541173935, 0.004466324113309383, -0.009972335770726204, 0.014936843886971474, 0.025125781074166298, 0.06879265606403351, 0.04449862614274025, 0.01899162493646145, -0.026078827679157257, 0.03656234219670296, -0.02306373417377472, -0.006017191335558891, -0.04248856380581856, -0.03512410819530487, -0.046578001230955124, -0.04314703121781349, 0.010258249938488007, -0.00287213665433228, -0.010292906314134598, 0.008846008218824863, -0.05337062478065491, -0.002534238388761878, -0.0439094677567482, 0.004730578046292067, 0.0021411064080893993, 0.04200337454676628, 0.022561218589544296, -0.06494580954313278, 0.05045950040221214, 0.017934609204530716, -0.026009514927864075, -0.022561218589544296, 0.014451656490564346, 0.04009728133678436, 0.01906093768775463, 0.05520740523934364, -0.015448023565113544, -0.039369501173496246, -0.015517336316406727, -0.004152251873165369, -0.010665460489690304, -0.025732265785336494, -0.01062214095145464, 0.07541199773550034, 0.01766602322459221, -0.010656796395778656, -0.015292069874703884, 0.04252322018146515, 0.006368085741996765, -0.04782562330365181, -0.02729179710149765, 0.08296706527471542, -0.05364787578582764, -0.0074814180843532085, -0.0403398759663105, 0.005168113391846418, 0.035938531160354614, -0.011696483939886093, -0.026564015075564384, 0.014633601531386375, 0.007936281152069569, 0.004453327972441912, 0.03465624898672104, -0.05683625116944313, -0.03543601557612419, 0.007338461000472307, 0.07104530930519104, -0.012233655899763107, -0.018731703981757164, 0.010986031033098698, 0.03425770252943039, -0.03290610760450363, 0.012441594153642654, 0.053578563034534454, -0.007078539114445448, 0.04865737631917, -0.033200688660144806, -0.00431686919182539, 0.004377517383545637, -0.013871164061129093, -0.07880831509828568, -0.042384594678878784, -0.04089437425136566, 0.020585812628269196, 0.028054233640432358, -0.08754168450832367, -0.024831203743815422, 0.023878155276179314, 0.01575993001461029, -0.06234659254550934, -0.07388712465763092, -0.04234993830323219, -0.011878429912030697, 0.01883567124605179, 0.040686435997486115, -0.012640867382287979, -0.06910455971956253, -0.007420769426971674, 0.009053945541381836, -0.012398273684084415, 0.070421501994133, 0.04200337454676628, 0.04061712324619293, -0.02725714072585106, -0.02353159338235855, 0.027898281812667847, 0.01647038199007511, -0.018801014870405197, 0.021781453862786293, -0.008490781299769878, 0.011280609294772148, 0.02744775079190731, -0.02179878205060959, 0.06979768723249435, 0.013204031623899937, 0.003387648379430175, 0.013091398403048515, -0.06851540505886078, 0.05874234437942505, 0.022058703005313873, -0.08158081024885178, -0.04727112501859665, 0.019944671541452408, 0.06941647082567215, -0.014261046424508095, -0.07769931107759476, 0.006259785033762455, 0.009669093415141106, -0.002824484370648861, 0.025489671155810356, 0.013732539489865303, -0.022214656695723534, -0.03061879612505436, 0.01225964818149805, 0.005839578341692686, -0.03141589090228081, 0.017562054097652435, 0.01579458639025688, -0.023410296067595482, -0.02337563969194889, 0.007290808483958244, 0.026078827679157257, 0.004986167885363102, -0.015188101679086685, 0.02491784282028675, -0.01020626537501812, -0.015551991760730743, 0.01760537549853325, -0.05829181149601936, 0.04955843836069107, -0.03732478246092796, -0.015448023565113544, -0.002436767565086484, -0.005475687328726053, 0.0379832498729229, 0.008599082008004189, -0.05839578062295914, -0.02824484370648861, -0.00844746083021164, 0.060856375843286514, -0.02029123343527317, -0.006047515664249659, 0.009045281447470188, 0.035938531160354614, 0.004013626836240292, 0.0009097265428863466, 0.04002796858549118, 0.016946906223893166, -0.005878566298633814, 0.03694356232881546, -0.020221922546625137, 0.007962273433804512, -0.01673896797001362, 0.010292906314134598, 0.0105788204818964, 0.018211860209703445, -0.023739531636238098, 0.04872668907046318, -0.01773533597588539, 0.09523537755012512, 0.017406102269887924, 0.020152609795331955, -0.012727507390081882, 0.03283679857850075, 0.025489671155810356, -0.040998343378305435, -0.05489550158381462, -0.05406374856829643, 0.04300840571522713, 0.03663165494799614, -0.015474015846848488, 0.012848804704844952, -0.045503657311201096, 0.07700619101524353, 0.05479153245687485, -0.0016396738355979323, 0.00199273438192904, -0.02223198488354683 ]
15,917
hypothesis._settings
__init__
null
def __init__( self, parent: Optional["settings"] = None, *, # This looks pretty strange, but there's good reason: we want Mypy to detect # bad calls downstream, but not to freak out about the `= not_set` part even # though it's not semantically valid to pass that as an argument value. # The intended use is "like **kwargs, but more tractable for tooling". max_examples: int = not_set, # type: ignore derandomize: bool = not_set, # type: ignore database: Optional["ExampleDatabase"] = not_set, # type: ignore verbosity: "Verbosity" = not_set, # type: ignore phases: Collection["Phase"] = not_set, # type: ignore stateful_step_count: int = not_set, # type: ignore report_multiple_bugs: bool = not_set, # type: ignore suppress_health_check: Collection["HealthCheck"] = not_set, # type: ignore deadline: Union[int, float, datetime.timedelta, None] = not_set, # type: ignore print_blob: bool = not_set, # type: ignore backend: str = not_set, # type: ignore ) -> None: if parent is not None: check_type(settings, parent, "parent") if derandomize not in (not_set, False): if database not in (not_set, None): # type: ignore raise InvalidArgument( "derandomize=True implies database=None, so passing " f"{database=} too is invalid." ) database = None defaults = parent or settings.default if defaults is not None: for setting in all_settings.values(): value = locals()[setting.name] if value is not_set: object.__setattr__( self, setting.name, getattr(defaults, setting.name) ) else: object.__setattr__(self, setting.name, setting.validator(value))
(self, parent: Optional[ForwardRef('settings')] = None, *, max_examples: int = not_set, derandomize: bool = not_set, database: Optional[ForwardRef('ExampleDatabase')] = not_set, verbosity: 'Verbosity' = not_set, phases: Collection[ForwardRef('Phase')] = not_set, stateful_step_count: int = not_set, report_multiple_bugs: bool = not_set, suppress_health_check: Collection[ForwardRef('HealthCheck')] = not_set, deadline: Union[int, float, datetime.timedelta, NoneType] = not_set, print_blob: bool = not_set, backend: str = not_set) -> None
[ 0.011295242235064507, 0.0029764489736407995, 0.021350296214222908, 0.042853232473134995, -0.005738249979913235, 0.008671768940985203, -0.027780190110206604, 0.033217933028936386, 0.0029144396539777517, -0.046287596225738525, -0.021178578957915306, 0.10509154200553894, -0.03014608472585678, 0.05334712192416191, 0.023792510852217674, 0.021960850805044174, 0.010875486768782139, 0.04506649076938629, 0.0695267915725708, -0.0128025459125638, 0.034477200359106064, 0.042853232473134995, 0.011762697249650955, 0.08379848301410675, 0.017343537881970406, 0.04491385072469711, -0.03558382764458656, -0.020110109820961952, 0.02718871645629406, -0.00142025260720402, -0.03222578391432762, 0.006329723633825779, -0.010408030822873116, 0.10898382216691971, 0.06216198951005936, -0.05849866941571236, -0.04258611425757408, 0.09608587622642517, -0.12302655726671219, -0.001885322853922844, 0.02264772355556488, -0.04598231986165047, 0.02728411555290222, -0.023105638101696968, -0.01612243242561817, 0.03960966691374779, 0.04789029806852341, 0.04052549600601196, -0.0585368275642395, -0.055293262004852295, 0.0680767297744751, 0.011953495442867279, 0.03316069394350052, 0.03945702686905861, -0.045715201646089554, 0.0360417440533638, 0.016761604696512222, 0.052736569195985794, 0.03915175050497055, 0.024269506335258484, -0.03380940482020378, 0.045638881623744965, 0.021159498021006584, -0.031061915680766106, -0.004023452755063772, -0.022304287180304527, -0.0797535628080368, -0.026978837326169014, 0.035831864923238754, 0.0468599908053875, 0.017601115629076958, -0.019327837973833084, 0.010675148107111454, 0.03636610135436058, 0.034496281296014786, -0.008767168037593365, -0.09570427983999252, -0.0033962044399231672, 0.0025495383888483047, 0.009892876259982586, -0.0279900673776865, 0.001600318239070475, -0.038541197776794434, -0.01168637815862894, 0.018536025658249855, -0.013126903213560581, 0.004469443112611771, 0.012182452715933323, 0.07177820801734924, -0.0018889002967625856, -0.062390949577093124, 0.007388652767986059, 0.04346378520131111, 0.03388572484254837, 0.03340873122215271, -0.018764983862638474, -0.009277553297579288, -0.03945702686905861, -0.021502934396266937, -0.014319390058517456, -0.03676677495241165, -0.023983309045433998, 0.05372871831059456, -0.04823373630642891, 0.012726226821541786, -0.05220233276486397, -0.016370469704270363, -0.049950916320085526, -0.002666402142494917, -0.039571505039930344, -0.07837981730699539, -0.01697148196399212, -0.061665914952754974, 0.01004551537334919, -0.009501740336418152, -0.015406939201056957, -0.0512101836502552, -0.043959859758615494, 0.017753753811120987, -0.006062606815248728, -0.025376135483384132, 0.05620909109711647, -0.05315632373094559, 0.03579370677471161, 0.05693412572145462, 0.021083179861307144, 0.02026274800300598, -0.008609759621322155, 0.010789627209305763, -0.015139821916818619, 0.06418444961309433, -0.004407433792948723, -0.045409925282001495, 0.007941966876387596, 0.00833787303417921, 0.03907543048262596, 0.03125271201133728, 0.048996929079294205, -0.048042938113212585, 0.027856508269906044, -0.0023575478699058294, 0.01347987912595272, 0.043654583394527435, -0.013775615952908993, 0.024460304528474808, 0.023410914465785027, -0.0345916785299778, -0.015740836039185524, -0.02966908924281597, 0.019747594371438026, 0.036404259502887726, -0.023162877187132835, -0.016761604696512222, 0.02869601920247078, -0.027474913746118546, -0.014433869160711765, -0.027398593723773956, -0.022514164447784424, 0.008080295287072659, -0.04361642524600029, -0.023983309045433998, -0.00864314939826727, 0.03276001662015915, -0.037262849509716034, -0.018125809729099274, 0.026272885501384735, -0.04766134172677994, -0.07776926457881927, -0.006100766360759735, 0.039914943277835846, -0.02447938360273838, -0.04296771064400673, -0.0011746002128347754, 0.038789235055446625, -0.004600617103278637, 0.054415591061115265, 0.03293173760175705, 0.011819936335086823, -0.01681884378194809, -0.02247600443661213, 0.03506867215037346, -0.004719865508377552, -0.041021570563316345, -0.007937196642160416, 0.05933817848563194, 0.003031303407624364, -0.022285206243395805, 0.050599630922079086, 0.020205508917570114, 0.04151764512062073, 0.04315850883722305, -0.0028023456688970327, 0.03609898313879967, -0.006925967521965504, 0.014548348262906075, 0.003691941499710083, 0.030012525618076324, -0.03817868232727051, 0.03130995109677315, 0.061513278633356094, -0.01039849128574133, 0.012010734528303146, 0.01625598967075348, -0.08776707947254181, -0.0005598728894256055, 0.011705457232892513, -0.036079902201890945, 0.018307069316506386, -0.06288702040910721, 0.009544670581817627, 0.006258174777030945, -0.07166372984647751, 0.0018030412029474974, 0.009454040788114071, 0.005547452252358198, -0.08578278124332428, 0.06544371694326401, -0.0041546267457306385, -0.004955978132784367, 0.043730903416872025, 0.11409720778465271, 0.00705475639551878, 0.005728709977120161, -0.012344631366431713, 0.054530069231987, -0.0015096892602741718, 0.03596542403101921, -0.0395333468914032, -0.016685286536812782, -0.023697111755609512, -0.01730537973344326, -0.018373848870396614, 0.0011185533367097378, -0.023716192692518234, 0.024135947227478027, -0.03182510659098625, 0.014004573225975037, -0.009845176711678505, -0.03245474025607109, -0.018135350197553635, 0.03163430839776993, 0.021750973537564278, 0.02375435084104538, -0.0023098483216017485, -0.047317907214164734, -0.018621886149048805, -0.024441225454211235, 0.006768559105694294, 0.016628045588731766, 0.013241381384432316, 0.042776912450790405, -0.028562461957335472, -0.03516407310962677, 0.013937794603407383, -0.0071167657151818275, 0.027207795530557632, -0.011094904504716396, -0.04926404356956482, 0.02829534374177456, -0.06460420787334442, -0.007321873679757118, -0.0020391535945236683, -0.024364905431866646, 0.06506212055683136, -0.04769949987530708, -0.015292460098862648, 0.02033906802535057, -0.05754467844963074, -0.008356953039765358, 0.02342999540269375, -0.0029144396539777517, 0.05025619640946388, 0.00044688471825793386, 0.022762201726436615, -0.0790666937828064, -0.030088845640420914, -0.020205508917570114, -0.016246451064944267, -0.059109222143888474, 0.016857003793120384, 0.035049594938755035, -0.005542682018131018, 0.059452660381793976, -0.031615231186151505, 0.02791374735534191, 0.006248634774237871, -0.04876796901226044, 0.06368837505578995, -0.029134854674339294, 0.020930541679263115, 0.0040258378721773624, 0.01595071330666542, 0.02791374735534191, -0.00885779783129692, -0.0025638481602072716, -0.02974540926516056, -0.04624943807721138, 0.01906072162091732, 0.012182452715933323, -0.042051881551742554, 0.012296931818127632, -0.04678367078304291, 0.02335367538034916, 0.08921714872121811, 0.013260461390018463, 0.013384480029344559, 0.014863165095448494, -0.036957573145627975, 0.03455352038145065, -0.0016706750029698014, 0.017992252483963966, 0.07547969371080399, 0.020434467121958733, 0.036728616803884506, 0.03661413863301277, 0.0058002592995762825, 0.010532050393521786, -0.05582749471068382, -0.010007355362176895, 0.07708239555358887, -0.05666700750589371, 0.017515257000923157, -0.013088743202388287, -0.02736043371260166, -0.006248634774237871, -0.03310345485806465, -0.024021469056606293, -0.01754387654364109, -0.02129305712878704, -0.004927358590066433, -0.04048733785748482, 0.011447880417108536, 0.017820533365011215, 0.009129684418439865, -0.01039849128574133, -0.003231641137972474, -0.001731491880491376, 0.0039137438870966434, 0.03157706931233406, -0.01364205777645111, 0.08700389415025711, -0.008953195996582508, -0.0585368275642395, -0.04025837779045105, 0.014949023723602295, -0.03945702686905861, 0.026578161865472794, -0.035354871302843094, 0.07593760639429092, -0.04872981086373329, 0.006348803639411926, 0.0071644652634859085, -0.0585368275642395, 0.03474431857466698, 0.056247252970933914, -0.033198852092027664, -0.024860979989171028, 0.003987678326666355, -0.02638736367225647, -0.04186108335852623, 0.039914943277835846, -0.04514280706644058, -0.005814569070935249, 0.059986893087625504, 0.015836235135793686, -0.004335884470492601, 0.023220118135213852, -0.05918554216623306, 0.004936898592859507, -0.006496672052890062, 0.0032554909121245146, -0.08311161398887634, -0.0022895759902894497, -0.04128868877887726, 0.04105973243713379, -0.002609162824228406, -0.07406778633594513, 0.0446467325091362, -0.0483100563287735, -0.00865268986672163, 0.015883933752775192, -0.005184935871511698, 0.013699296861886978, 0.025929449126124382, -0.06445156782865524, -0.054415591061115265, 0.030947435647249222, 0.054262954741716385, 0.029287494719028473, 0.01611289195716381, 0.00119546870701015, -0.013890095055103302, -0.0034772937651723623, 0.0018829378532245755, 0.035125911235809326, 0.01578853465616703, -0.028085466474294662, 0.031061915680766106, -0.024288585409522057, -0.014605587348341942, 0.01897486113011837, -0.11302874237298965, 0.03546934947371483, 0.0256050918251276, -0.0023527778685092926, 2.561984899784875e-7, 0.04399802163243294, 0.05220233276486397, -0.00617708545178175, 0.02312471903860569, -0.007441122084856033, -0.0373200885951519, -0.026024848222732544, 0.012621288187801838, -0.0265400018543005, -0.05636173114180565, 0.03188234567642212, 0.01986207254230976, 0.03524039313197136, -0.00568101042881608, 0.06559635698795319, 0.024345826357603073, 0.06544371694326401, 0.02009103074669838, 0.07147293537855148, 0.02926841378211975, -0.05029435455799103, -0.020377226173877716, -0.0026997916866093874, -0.01889854297041893, -0.010827787220478058, -0.010741927661001682, 0.034496281296014786, -0.007989666424691677, 0.02280036173760891, -0.010293552652001381, -0.01188671588897705, -0.01435755006968975, 0.01784915290772915, 0.025547852739691734, 0.009110604412853718, -0.05239313095808029, 0.001446487382054329, -0.003152937162667513, 0.004414588678628206, -0.009635299444198608, 0.012840705923736095, 0.06273438781499863, 0.006181855220347643, 0.01872682385146618, -0.005747789982706308, -0.004645931534469128, 0.039342548698186874, -0.030661240220069885, -0.011142603121697903, -0.04800477996468544, -0.06410813331604004, 0.022418765351176262, 0.024994539096951485, 0.03262645751237869, 0.058727625757455826, -0.000011887610526173376, -0.035755544900894165, -0.054644547402858734, -0.02694067917764187, 0.06899256259202957, 0.04857717081904411, -0.0012807316379621625, -0.03556474670767784, -0.007913347333669662, 0.007431582547724247, 0.0673135370016098, 0.006181855220347643, 0.004097387194633484, -0.03251197934150696, -0.023258276283740997, -0.0000093861808636575, -0.055140621960163116, -0.03136719390749931, -0.012964724563062191, 0.029153935611248016, 0.026616321876645088, 0.05834602937102318, 0.023029319941997528, -0.02152201533317566, -0.08975138515233994, -0.0007810793467797339, -0.036556899547576904, 0.03489695489406586, 0.03474431857466698, -0.03722469136118889, 0.010360331274569035, 0.048195578157901764, -0.00904859509319067, -0.0054091233760118484, -0.03709113225340843, 0.006148465909063816, 0.02495637908577919, 0.04911140725016594, -0.016761604696512222, 0.027398593723773956, -0.01586485467851162, -0.02734135463833809, -0.00565716065466404, 0.04815741628408432, -0.035354871302843094, -0.07280851900577545, 0.02535705454647541, -0.04002942144870758, -0.004588691983371973, -0.0023205806501209736, 0.046592872589826584, -0.022914839908480644, -0.025738650932908058, 0.005227865185588598, -0.015177980996668339, -0.031195474788546562, 0.014548348262906075, 0.021312138065695763, -0.009759318083524704, 0.00422379095107317, 0.06101720407605171, 0.01745801791548729, 0.018211670219898224, 0.034935113042593, -0.029287494719028473, 0.002139322692528367, -0.024841900914907455, 0.06433708965778351, 0.040792614221572876, 0.046516552567481995, -0.08066939562559128, -0.031042834743857384, 0.07322827726602554, -0.0003869622014462948, 0.041326846927404404, -0.02064434438943863, 0.017982712015509605, 0.02598668821156025, -0.03421008214354515, 0.04964563995599747, 0.03558382764458656, 0.0199383907020092, -0.00781317800283432, 0.009081984870135784, -0.006754249334335327, -0.026997918263077736, 0.08059307932853699, -0.011333401314914227, -0.004831959493458271, -0.02129305712878704, -0.01430985052138567, 0.017505716532468796, 0.02217072807252407, 0.0038994343485683203, -0.03371400758624077, 0.04964563995599747, 0.041097890585660934, 0.06178039312362671, 0.035602908581495285, 0.021865451708436012, -0.02024366892874241, -0.009663918986916542, -0.006825798656791449, 0.025891289114952087, -0.007441122084856033, -0.008161384612321854, -0.00797535665333271, -0.04434145614504814, -0.011648218147456646, -0.03613714128732681, -0.0012401870917528868, 0.004750870168209076, 0.038064200431108475, -0.05189705640077591, 0.004746100399643183, -0.05403399467468262, 0.04640207439661026, -0.02447938360273838, -0.028676940128207207, -0.02367803268134594, 0.012067973613739014, -0.02201808989048004, -0.013145982287824154, -0.008862567134201527, -0.01364205777645111, 0.025891289114952087, 0.05071410909295082, -0.010035974904894829, 0.018068570643663406, -0.013956873677670956, 0.022704962641000748, -0.03556474670767784, -0.02550969272851944, 0.013021963648498058, 0.022514164447784424, -0.025738650932908058, -0.10547313839197159, 0.09410157799720764, 0.016284609213471413, -0.08410376310348511, 0.036957573145627975, -0.000683891586959362, -0.017505716532468796, 0.005003677681088448, 0.006611150689423084, -0.005700090434402227, 0.001922289957292378, -0.022514164447784424, -0.01522568054497242, -0.0230483990162611, 0.006033986806869507, -0.013537118211388588, -0.05193521827459335, -0.014042733237147331, -0.0856301486492157, -0.07666263729333878, 0.05327080190181732, 0.038636595010757446, -0.0819668248295784, -0.0409834124147892, 0.03682401403784752, 0.013746996410191059, 0.008003976196050644, -0.08509591221809387, 0.013165062293410301, 0.0013487034011632204, -0.06784777343273163, -0.054644547402858734, -0.05971977487206459, 0.055140621960163116, -0.01251634955406189, -0.014586507342755795, -0.03171062842011452, 0.00937295239418745, -0.05666700750589371, 0.04552440345287323, -0.010350791737437248, 0.010722847655415535, 0.0279900673776865, 0.02425042726099491, -0.018125809729099274, 0.025547852739691734, 0.028600621968507767, -0.04712710902094841, -0.04331114888191223, -0.02854338102042675, -0.03138627111911774, 0.0053423442877829075, -0.00565716065466404, -0.008748088963329792, 0.05754467844963074, -0.045753363519907, -0.04766134172677994, 0.018927162513136864, 0.003999602980911732, -0.0047914148308336735, 0.0449901707470417, 0.035908184945583344, -0.027570310980081558, -0.00444559333845973, 0.01276438683271408, -0.008977046236395836, 0.02703607827425003, 0.02217072807252407, 0.02262864261865616, 0.008380802348256111, -0.02823810465633869, 0.027493992820382118, 0.041326846927404404, 0.008562060073018074, 0.006038757041096687, -0.014328930526971817, 0.013365400023758411, -0.0009277553181163967, -0.017572496086359024, -0.020358147099614143, 0.04090709239244461, -0.013136442750692368, -0.03371400758624077, 0.02056802436709404, 0.01779191382229328, -0.03867475688457489, 0.008519130758941174, -0.023162877187132835, 0.030756639316678047, -0.008304483257234097, 0.011667298153042793, 0.03279817849397659, -0.07815086096525192, -0.06212383136153221, 0.008767168037593365, 0.003117162501439452, 0.0360417440533638, -0.013193681836128235, -0.07837981730699539, -0.05952897667884827, -0.09341470152139664, 0.01898440159857273, -0.015263840556144714, 0.029859887436032295, 0.012859785929322243, -0.03545026853680611, 0.008199544623494148, 0.014996723271906376, 0.013785155490040779, -0.0007619995158165693, 0.012468650005757809, 0.07406778633594513, -0.040945250540971756, 0.010827787220478058, 0.07845614105463028, 0.0024684492964297533, -0.07967724651098251, -0.017763294279575348, 0.008934116922318935, 0.056895963847637177, 0.026768960058689117, -0.06635954976081848, -0.027551231905817986, -0.016942862421274185, 0.004851039499044418, 0.0038994343485683203, -0.033847566694021225, 0.02184637077152729, -0.015397398732602596, -0.03379032760858536, -0.036728616803884506, 0.054644547402858734, -0.02741767279803753, -0.021083179861307144, -0.012945644557476044, -0.020071949809789658, -0.01275484636425972, 0.029459211975336075, -0.01768697425723076, 0.047165267169475555, -0.006215244997292757, 0.03888463228940964, -0.022933920845389366, -0.033694926649332047, 0.05666700750589371, -0.01451018825173378, 0.031271792948246, 0.019117960706353188, 0.0204917062073946, 0.03651873767375946, 0.007760708685964346, 0.034095603972673416, 0.005852728616446257, -0.00008533738582627848, 0.0067256297916173935, -0.006630230695009232, 0.05140098184347153, -0.0012521118624135852, -0.013193681836128235, 0.016360929235816002, -0.006983207073062658, -0.020529866218566895, -0.04937852546572685, -0.06822936981916428, -0.06914519518613815, 0.06387916952371597, 0.0051181563176214695, 0.05422479286789894, 0.009921496734023094, 0.05918554216623306, 0.02430766634643078 ]
15,918
hypothesis._settings
__repr__
null
def __repr__(self): from hypothesis.internal.conjecture.data import AVAILABLE_PROVIDERS bits = sorted( f"{name}={getattr(self, name)!r}" for name in all_settings if (name != "backend" or len(AVAILABLE_PROVIDERS) > 1) # experimental ) return "settings({})".format(", ".join(bits))
(self)
[ 0.002376152668148279, -0.07539492100477219, 0.04219119995832443, -0.018795233219861984, 0.04882480949163437, 0.0022145474795252085, -0.01253610011190176, -0.05035838857293129, 0.04425974562764168, -0.01741323061287403, -0.022361692041158676, 0.06808368116617203, -0.03439848870038986, 0.059310197830200195, -0.01762721873819828, -0.02500087022781372, 0.006348295137286186, -0.04022964462637901, 0.048575159162282944, -0.02810368873178959, 0.024251913651823997, 0.05035838857293129, 0.020810281857848167, -0.022397356107831, 0.0028509374242275953, 0.028210682794451714, -0.017297321930527687, -0.028406837955117226, -0.04925278574228287, 0.009272790513932705, -0.07575156539678574, -0.05923886597156525, -0.025125697255134583, 0.013115649111568928, -0.003655619453638792, -0.0007673457148484886, -0.023413795977830887, 0.06465988606214523, -0.022504350170493126, -0.011546407826244831, 0.02043580450117588, -0.04051496461033821, 0.016129305586218834, -0.04037230461835861, -0.07489562034606934, 0.03505828231573105, 0.04472338408231735, 0.07703549414873123, -0.003131795907393098, -0.028424670919775963, 0.04632829129695892, 0.06194937601685524, -0.03997999429702759, 0.050679367035627365, -0.03762613236904144, -0.05346120521426201, 0.0335603691637516, 0.014988039620220661, 0.05367519333958626, 0.04714857414364815, -0.05599338933825493, -0.0013396508293226361, 0.004489278886467218, -0.043724775314331055, 0.026570111513137817, -0.05182063579559326, -0.07332637906074524, 0.014845381490886211, 0.01288382988423109, 0.004339933395385742, 0.035022616386413574, -0.04943110793828964, -0.05841858312487602, -0.02220120094716549, -0.021327419206500053, -0.03548625856637955, -0.011635568924248219, 0.007823917083442211, -0.01056563202291727, -0.029726427048444748, -0.019544189795851707, 0.017083333805203438, 0.0073914844542741776, 0.0021242715884000063, 0.024840380996465683, -0.052640918642282486, -0.00230036536231637, -0.034523312002420425, 0.05827592313289642, -0.016031228005886078, -0.008996390737593174, 0.02079245075583458, 0.02781837247312069, 0.03759046643972397, -0.012652009725570679, -0.01854558102786541, -0.03652052953839302, -0.003303431672975421, 0.015763744711875916, -0.039159707725048065, -0.018527749925851822, -0.040407970547676086, -0.03816109895706177, -0.018224600702524185, 0.001288382918573916, -0.02464422583580017, -0.004288665950298309, 0.032276444137096405, -0.03197329491376877, 0.011599904857575893, -0.03596772998571396, 0.01902705430984497, 0.01068154163658619, -0.044295407831668854, 0.07610821723937988, 0.007783794775605202, -0.06401792168617249, -0.01854558102786541, 0.05549408495426178, -0.04044363275170326, -0.054673802107572556, 0.0917292982339859, -0.023895269259810448, 0.02999391220510006, -0.02016831934452057, 0.051107343286275864, 0.006642527878284454, 0.02148791030049324, -0.03730515018105507, -0.0723990947008133, 0.04236952215433121, 0.03830375894904137, -0.0701165646314621, -0.0006547793745994568, 0.04269050434231758, -0.015594338066875935, 0.010824199765920639, 0.006299256347119808, 0.05014440044760704, 0.11997564882040024, -0.020828114822506905, -0.0027885243762284517, -0.011822808533906937, 0.05310456082224846, 0.021238258108496666, -0.03215162083506584, 0.007908620871603489, 0.04675626382231712, 0.00800224021077156, -0.045686326920986176, 0.03951635584235191, 0.03363169729709625, -0.030511047691106796, -0.054745130240917206, -0.028531664982438087, 0.025375349447131157, -0.017154663801193237, 0.033114563673734665, 0.0146492263302207, -0.03407750651240349, -0.018937891349196434, 0.015371434390544891, 0.010244650766253471, -0.01959768682718277, -0.023502958938479424, 0.03446981683373451, 0.030439719557762146, -0.07197112590074539, 0.03990866616368294, 0.015416014939546585, -0.009772094897925854, -0.08766353875398636, -0.057277314364910126, 0.02920929156243801, -0.002302594482898712, 0.051178671419620514, 0.010021747089922428, 0.07453897595405579, -0.008555041626095772, -0.02787186950445175, 0.0040523880161345005, -0.015050453133881092, -0.09850557148456573, 0.016673190519213676, 0.05610038340091705, -0.05766962468624115, 0.04226252809166908, -0.018349425867199898, -0.010244650766253471, 0.0034237997606396675, 0.023556455969810486, 0.013302888721227646, 0.008095859549939632, 0.027212074026465416, -0.03149182349443436, -0.05174930766224861, 0.023609953001141548, -0.09886221587657928, -0.011359169147908688, 0.024501565843820572, -0.03386351838707924, -0.01854558102786541, -0.014354993589222431, -0.004112571943551302, 0.033328551799058914, -0.008439131081104279, 0.010369476862251759, -0.07079419493675232, 0.020417971536517143, 0.04896746948361397, 0.0457933209836483, -0.02316414564847946, -0.02016831934452057, -0.002236837986856699, -0.005162448156625032, -0.002784066367894411, 0.019401531666517258, 0.024555062875151634, -0.057705290615558624, 0.030742868781089783, 0.012812500819563866, -0.046256959438323975, 0.06633611768484116, -0.01754697412252426, -0.004743389319628477, 0.018313761800527573, 0.029958248138427734, -0.025304019451141357, -0.0344163216650486, -0.016459204256534576, 0.06679975986480713, -0.014836465008556843, 0.0032499348744750023, 0.02913796156644821, 0.012438022531569004, -0.014684891328215599, -0.02086377888917923, -0.02022181637585163, 0.03027922846376896, 0.040407970547676086, 0.005492345429956913, 0.01117192953824997, 0.023627784103155136, 0.005996107589453459, -0.02731906808912754, -0.03587856888771057, -0.027069415897130966, -0.021238258108496666, 0.02935194969177246, -0.015416014939546585, 0.07311239093542099, -0.02318197675049305, -0.026142137125134468, -0.03701983392238617, 0.008786860853433609, -0.06473121047019958, -0.03666318953037262, -0.009210377931594849, 0.04433107376098633, -0.04340379312634468, 0.0013652846682816744, 0.025678498670458794, -0.06544450670480728, 0.019419364631175995, 0.01833159476518631, 0.009090010076761246, -0.008305389434099197, -0.011626653373241425, 0.0011334649752825499, 0.0008559499401599169, 0.014087509363889694, 0.03976600617170334, -0.10200069844722748, 0.043368130922317505, -0.043225470930337906, 0.008211769163608551, 0.021256089210510254, 0.01804627850651741, -0.02640962228178978, -0.024697721004486084, 0.009486778639256954, -0.01003957912325859, 0.019205376505851746, 0.02227253094315529, 0.03673451766371727, -0.02098860591650009, -0.021880220621824265, -0.037483472377061844, 0.019419364631175995, 0.024073591455817223, 0.031705811619758606, 0.02409142442047596, 0.019080549478530884, -0.026088640093803406, 0.0334177128970623, -0.04903879761695862, 0.03573590889573097, -0.04839683696627617, 0.03049321658909321, 0.027550887316465378, -0.0052605257369577885, -0.02599947899580002, 0.010262482799589634, 0.06490953266620636, -0.02500087022781372, 0.01201004721224308, 0.020203985273838043, -0.03505828231573105, 0.033756524324417114, 0.01897355727851391, -0.024055758491158485, 0.004331017378717661, 0.07518093287944794, 0.07703549414873123, 0.024073591455817223, -0.0057732039131224155, -0.03422016650438309, -0.015041536651551723, 0.030939023941755295, 0.04490170627832413, -0.04911012575030327, 0.03644920140504837, -0.03302540257573128, 0.0011702440679073334, 0.02127392217516899, -0.059381525963544846, -0.0347016379237175, -0.031634483486413956, 0.009888004511594772, -0.04896746948361397, -0.08452505618333817, -0.03566458076238632, 0.029244955629110336, 0.05185629799962044, 0.0450800284743309, 0.08095859736204147, 0.05642136558890343, 0.03172364458441734, -0.027015918865799904, -0.030314892530441284, 0.060094818472862244, 0.004814718384295702, -0.057419974356889725, 0.004364452790468931, -0.052640918642282486, 0.04383176937699318, -0.024323243647813797, 0.03245476633310318, 0.02710508182644844, -0.06262700259685516, -0.028585160151124, -0.014889962039887905, 0.023021485656499863, 0.05367519333958626, 0.025518007576465607, 0.014916710555553436, -0.043154142796993256, 0.05381785333156586, -0.03969467803835869, 0.057063329964876175, 0.07264874875545502, -0.019134046509861946, -0.0077615040354430676, 0.04960943013429642, -0.03202679380774498, -0.026855429634451866, 0.06622912734746933, -0.018991388380527496, 0.06173538789153099, -0.050536710768938065, -0.036841511726379395, 0.007730297744274139, 0.035218771547079086, -0.06772703677415848, -0.011742562986910343, 0.04201287403702736, -0.016601862385869026, 0.029904751107096672, -0.0236812811344862, -0.025304019451141357, 0.05709899216890335, 0.03980167210102081, 0.05709899216890335, 0.06498086452484131, -0.05549408495426178, -0.01050321850925684, 0.015130697749555111, 0.014774052426218987, 0.03616388514637947, 0.015041536651551723, -0.03127783536911011, -0.012696590274572372, -0.045472338795661926, 0.07782011479139328, -0.018509916961193085, -0.017020920291543007, -0.027586553245782852, 0.010021747089922428, -0.041763223707675934, 0.008965183980762959, 0.028282012790441513, -0.08295581489801407, -0.018991388380527496, -0.030635874718427658, -0.02198721282184124, -0.03357820212841034, 0.041691895574331284, 0.07015223056077957, 0.005643920041620731, -0.018171103671193123, -0.027015918865799904, -0.020828114822506905, -0.03208028897643089, -0.06455288827419281, 0.02261134423315525, -0.04201287403702736, -0.030457550659775734, 0.036556195467710495, 0.030154403299093246, 0.009941501542925835, 0.01735081896185875, -0.025179194286465645, 0.010806367732584476, 0.024465901777148247, 0.05392484366893768, 0.057776618748903275, -0.021166928112506866, 0.01727948896586895, 0.031135179102420807, 0.01056563202291727, -0.01952635683119297, 0.006308172829449177, 0.01183172408491373, -0.017234908416867256, 0.05934586003422737, -0.039373695850372314, 0.027069415897130966, -0.035004787147045135, -0.026926757767796516, -0.010066327638924122, 0.01250043511390686, -0.010761787183582783, -0.03737647831439972, 0.028353340923786163, 0.00941544957458973, 0.026177801191806793, -0.057170320302248, 0.002236837986856699, -0.009611604735255241, 0.007551975082606077, -0.025731993839144707, -0.022397356107831, 0.002302594482898712, -0.051927629858255386, 0.041121259331703186, -0.012919493950903416, 0.03320372477173805, -0.01414992194622755, -0.04197721183300018, 0.01798386499285698, 0.028068024665117264, 0.008456963114440441, -0.008782402612268925, 0.010984690859913826, 0.022807499393820763, -0.01792145147919655, 0.04515136033296585, 0.0564570315182209, -0.04080028086900711, 0.026677105575799942, 0.015407098457217216, 0.05346120521426201, -0.030939023941755295, 0.022450853139162064, -0.019276706501841545, 0.04668493568897247, -0.03976600617170334, 0.04672060161828995, -0.06665710359811783, -0.029601601883769035, -0.06558716297149658, -0.024893876165151596, -0.011225426569581032, 0.0083900922909379, -0.014479819685220718, -0.05367519333958626, 0.01351687591522932, 0.03316805884242058, -0.00345946429297328, 0.005545841995626688, 0.025018703192472458, 0.01875956915318966, -0.04657794162631035, 0.013427714817225933, 0.015505176037549973, 0.032062456011772156, 0.013570372946560383, -0.02402009442448616, 0.02409142442047596, 0.01938369870185852, 0.053068894892930984, -0.0470772460103035, 0.018848730251193047, 0.005492345429956913, 0.05174930766224861, 0.002552246442064643, -0.008345511741936207, 0.05349687114357948, -0.013276140205562115, 0.015674583613872528, 0.043653447180986404, -0.045900315046310425, -0.008947351947426796, -0.04404575750231743, 0.012455854564905167, -0.04811151698231697, 0.007360277697443962, 0.003426028648391366, -0.015157446265220642, 0.03509394824504852, -0.01931237056851387, 0.03471946716308594, -0.031366996467113495, 0.019722511991858482, 0.012339944951236248, 0.014711638912558556, -0.04971642419695854, -0.008884938433766365, -0.058739565312862396, 0.07760612666606903, 0.05841858312487602, -0.011796060018241405, -0.011608820408582687, 0.0289418064057827, 0.0024942916352301836, 0.018492083996534348, -0.07218511402606964, 0.019419364631175995, 0.04194154590368271, 0.039659012109041214, 0.031705811619758606, -0.05189196392893791, 0.0024497108533978462, -0.03848208114504814, 0.015531924553215504, -0.036056891083717346, 0.02612430416047573, 0.0045828986912965775, 0.00047394883586093783, -0.02086377888917923, 0.027229906991124153, -0.028335509821772575, 0.02746172621846199, -0.04861082136631012, -0.01693175919353962, -0.03272225335240364, 0.028353340923786163, 0.0355575866997242, -0.005746455397456884, 0.03794711455702782, 0.00732461316511035, -0.01916971243917942, -0.0007996667409315705, 0.026605777442455292, 0.03644920140504837, 0.007404858246445656, -0.024911709129810333, 0.03632437437772751, -0.05709899216890335, -0.023574287071824074, 0.04129958525300026, -0.013276140205562115, 0.014141006395220757, -0.0011646714992821217, -0.04340379312634468, -0.012732255272567272, 0.05157098174095154, 0.0698312446475029, 0.028050191700458527, 0.026605777442455292, -0.0668354257941246, 0.05577940493822098, -0.003762613283470273, -0.031848471611738205, 0.01804627850651741, 0.016245216131210327, 0.031580984592437744, 0.013124565593898296, 0.011056019924581051, -0.020043494179844856, -0.0445093959569931, 0.00852829311043024, 0.021327419206500053, -0.04129958525300026, 0.0473625622689724, -0.03841075301170349, -0.03238343819975853, -0.03919537365436554, 0.03443415090441704, 0.04397442564368248, -0.0034483191557228565, 0.021755393594503403, 0.06430324167013168, -0.00023181976575870067, 0.0462212972342968, -0.03070720285177231, 0.01447090320289135, -0.011617736890912056, -0.04008698835968971, 0.027408229187130928, -0.015112865716218948, 0.04868215322494507, -0.014782968908548355, -0.07646486163139343, 0.018028445541858673, -0.045971643179655075, -0.019472861662507057, -0.0033502415753901005, -0.02920929156243801, -0.025268355384469032, 0.014809716492891312, 0.08452505618333817, -0.061985041946172714, 0.03652052953839302, -0.042119868099689484, -0.00732461316511035, -0.0030158860608935356, -0.03491562232375145, 0.006896638311445713, -0.038731735199689865, 0.02944111078977585, -0.017680715769529343, 0.01924104057252407, -0.058026272803545, -0.05695633590221405, -0.03279358148574829, 0.027336901053786278, 0.00674060545861721, -0.013454463332891464, -0.0016784643521532416, 0.03694850578904152, -0.016182802617549896, -0.013240475207567215, 0.012767919339239597, -0.013213726691901684, 0.03694850578904152, -0.057063329964876175, -0.021327419206500053, 0.007422690745443106, -0.05167797580361366, -0.028585160151124, 0.03293624147772789, 0.004054617136716843, 0.018028445541858673, -0.0001134022168116644, 0.02402009442448616, 0.001884650206193328, 0.08495303243398666, 0.008345511741936207, -0.04632829129695892, -0.03208028897643089, -0.009558107703924179, -0.008381176739931107, -0.004435782320797443, 0.07332637906074524, 0.03848208114504814, -0.05738430842757225, 0.04960943013429642, 0.009370868094265461, -0.03833942487835884, 0.033328551799058914, 0.005153531674295664, -0.007908620871603489, -0.026017311960458755, -0.053068894892930984, 0.02344946190714836, -0.0457933209836483, 0.04397442564368248, -0.021684065461158752, -0.0455080047249794, 0.0143639100715518, -0.023485125973820686, -0.024251913651823997, -0.007855123840272427, -0.001966010080650449, 0.03636004030704498, -0.030582377687096596, 0.03532576560974121, -0.01516636274755001, -0.0076634264551103115, -0.10528183728456497, -0.059595514088869095, 0.022094206884503365, 0.006178888492286205, 0.07122216373682022, -0.03623521327972412, 0.041049931198358536, -0.08295581489801407, 0.04115692526102066, -0.04761221632361412, 0.01811760663986206, 0.0016628610901534557, -0.0011228770017623901, -0.006129849702119827, 0.04957376793026924, 0.01783229038119316, 0.0672633945941925, -0.0077080074697732925, 0.0025344141758978367, -0.031777139753103256, -0.0054120998829603195, 0.10299930721521378, -0.003932020161300898, -0.05421016365289688, -0.01735081896185875, -0.0463639535009861, 0.011412665247917175, -0.0001455839374102652, -0.0020161631982773542, -0.003229873487725854, -0.018081942573189735, 0.04911012575030327, 0.02824634686112404, -0.004041242878884077, 0.05392484366893768, 0.12033229321241379, -0.02985125407576561, -0.017725296318531036, -0.0015402641147375107, -0.03202679380774498, -0.0446520559489727, 0.007369193714112043, -0.059310197830200195, 0.02824634686112404, 0.017814457416534424, 0.02810368873178959, 0.02689109370112419, -0.018581246957182884, -0.0026547822635620832, -0.006753979716449976, 0.03603905811905861, 0.04632829129695892, 0.011261091567575932, 0.005001957528293133, 0.015014788135886192, 0.016878262162208557, 0.020257482305169106, -0.00920146144926548, -0.000008502554010192398, 0.02690892666578293, -0.002799669513478875, 0.01805519312620163, -0.044366735965013504, -0.029191458597779274, 0.024626392871141434, -0.0013742008013650775, 0.0005249380483292043, -0.000562831643037498, -0.04044363275170326, -0.0455080047249794, -0.048432499170303345, -0.009540274739265442, 0.04989474639296532, 0.03744781017303467, 0.03436282277107239, 0.014827549457550049, -0.006972425617277622, -0.04543667659163475 ]
15,919
hypothesis._settings
__setattr__
null
def __setattr__(self, name, value): raise AttributeError("settings objects are immutable")
(self, name, value)
[ 0.03650284931063652, -0.009996803477406502, 0.00742086349055171, 0.021586459130048752, -0.02288065105676651, 0.01376323401927948, -0.007483084220439196, 0.03796296566724777, 0.02508741430938244, -0.007055835332721472, -0.03653603419661522, 0.02196807973086834, 0.04231012240052223, 0.09006248414516449, -0.014161447063088417, -0.0056123132817447186, -0.005404910538345575, 0.04201146215200424, 0.046557728201150894, -0.0015980367315933108, -0.008254622109234333, -0.028273116797208786, 0.02132098376750946, 0.019064443185925484, -0.00914230477064848, 0.06129160523414612, -0.016019774600863457, 0.07240838557481766, 0.041911911219358444, -0.058769591152668, -0.040020398795604706, -0.04390297457575798, -0.011208034120500088, 0.022366292774677277, 0.03554050251841545, -0.05472109094262123, -0.07061642408370972, 0.0650414451956749, -0.014742174185812473, -0.018019134178757668, 0.014144854620099068, 0.027609428390860558, -0.0325373150408268, -0.047520074993371964, 0.005782383494079113, 0.04104911535978317, 0.03124312125146389, 0.0959029421210289, 0.010312055237591267, -0.004902996588498354, 0.023710260167717934, 0.03796296566724777, 0.009822585619986057, 0.023428192362189293, -0.040418609976768494, 0.03643648326396942, 0.043471574783325195, 0.07074916362762451, -0.006404591258615255, 0.004861515946686268, -0.02200126275420189, 0.018400754779577255, 0.02502104453742504, -0.08694314956665039, -0.012311415746808052, -0.03995402902364731, -0.05319460853934288, 0.020640702918171883, 0.02288065105676651, 0.03467770665884018, 0.014360553584992886, -0.021586459130048752, -0.021553274244070053, -0.024589648470282555, -0.028953397646546364, 0.01689916104078293, -0.07493039965629578, 0.04795147106051445, -0.017206115648150444, -0.0036565072368830442, 0.01658390834927559, -0.013447982259094715, -0.011324179358780384, 0.05050667002797127, -0.0555838868021965, 0.007445751689374447, -0.03363239765167236, -0.038460731506347656, 0.021885117515921593, -0.014750470407307148, 0.010768340900540352, 0.06417864561080933, 0.01376323401927948, 0.0100382836535573, 0.0055832769721746445, 0.015298012644052505, 0.031707704067230225, -0.053393714129924774, -0.01192149892449379, 0.0029658565763384104, -0.014194631017744541, -0.02538607269525528, 0.013879379257559776, -0.023129533976316452, -0.004199902061372995, -0.06361450999975204, 0.001342931529507041, -0.050208013504743576, -0.007371087092906237, -0.022747913375496864, 0.009764513000845909, 0.03686787933111191, -0.037863411009311676, 0.01795276626944542, 0.016102734953165054, -0.006363110616803169, -0.044068895280361176, -0.07818246632814407, 0.05389147996902466, 0.00571601465344429, 0.005147731397300959, 0.06756345927715302, -0.030894685536623, 0.06159026548266411, 0.07041731476783752, 0.03690106421709061, 0.018417347222566605, 0.03258708864450455, 0.07566045224666595, -0.023743445053696632, -0.05717673897743225, 0.008395656011998653, -0.031176753342151642, 0.015248236246407032, 0.056778524070978165, -0.002422461984679103, 0.019694946706295013, 0.02601657807826996, -0.017753658816218376, -0.008627946488559246, -0.019313326105475426, -0.008072108030319214, 0.018716007471084595, 0.006553920917212963, 0.04134777560830116, -0.013373317196965218, -0.007624118123203516, 0.06215440109372139, -0.006541476584970951, 0.019346510991454124, 0.058238640427589417, 0.025120597332715988, -0.01888192817568779, 0.03177407383918762, -0.07446581870317459, 0.07499676942825317, -0.02317930944263935, -0.019031258299946785, 0.008785572834312916, -0.0033785877749323845, -0.026447974145412445, 0.013489462435245514, -0.025137189775705338, -0.027708981186151505, 0.02128779888153076, 0.018931705504655838, 0.04078363999724388, -0.06092657521367073, 0.010129541158676147, 0.020624110475182533, -0.01110848132520914, -0.03859346732497215, 0.004878108389675617, 0.07897889614105225, 0.029003173112869263, 0.03892531245946884, -0.008034775033593178, 0.007918629795312881, 0.00001510960100858938, -0.008304398506879807, -0.012676444835960865, 0.024871714413166046, -0.05528522655367851, 0.019363103434443474, 0.052132707089185715, 0.01036183163523674, -0.03034714236855507, 0.04443392530083656, 0.023029981181025505, 0.039124418050050735, 0.08422203361988068, -0.035739608108997345, 0.01331524457782507, -0.01518186740577221, -0.028571777045726776, -0.0170733779668808, -0.049013372510671616, -0.10028328746557236, -0.004807591438293457, 0.12437516450881958, -0.010419904254376888, 0.0169904176145792, 0.01670834980905056, 0.0006050969823263586, 0.04921247810125351, -0.031707704067230225, 0.02449009381234646, -0.05093806982040405, -0.041015930473804474, 0.030081667006015778, -0.0018500308506190777, -0.021188246086239815, 0.021486904472112656, 0.019993606954813004, 0.0371997244656086, -0.0371333546936512, 0.0170733779668808, -0.003915760200470686, 0.005960749462246895, 0.02324567921459675, 0.04430118575692177, 0.056778524070978165, 0.025518810376524925, -0.02779194340109825, 0.05598209798336029, -0.029019765555858612, -0.003625396639108658, -0.0895315408706665, -0.0341467559337616, -0.0030571138486266136, 0.0463918037712574, 0.0400867685675621, -0.0031815553084015846, -0.007852260954678059, 0.0774524137377739, -0.01080152578651905, 0.041613250970840454, -0.06331585347652435, -0.024174842983484268, -0.013174210675060749, 0.00352169550023973, -0.0016115178586915135, 0.04274151846766472, 0.07950984686613083, -0.020806625485420227, 0.023328639566898346, -0.03998721390962601, 0.034179940819740295, -0.020026791840791702, -0.011349068023264408, 0.05946646258234978, -0.026414789259433746, -0.08767320960760117, 0.042874258011579514, -0.013613903895020485, -0.041580066084861755, -0.014800246804952621, 0.029019765555858612, -0.0029575605876743793, -0.0464913584291935, -0.014244407415390015, -0.020657295361161232, 0.0073130144737660885, -0.01914740353822708, 0.03865983709692955, -0.0073005701415240765, 0.04297380894422531, 0.011971275322139263, -0.038195256143808365, 0.010395016521215439, -0.015687929466366768, 0.029766416177153587, -0.0006756138172931969, 0.0494779534637928, -0.04367068409919739, -0.04091637581586838, -0.009358003735542297, 0.020972546190023422, -0.003492659190669656, -0.00765315443277359, 0.022333107888698578, -0.04914611205458641, 0.015621560625731945, 0.041580066084861755, -0.01080982107669115, -0.018035726621747017, -0.002924376167356968, 0.06371406465768814, 0.027659205719828606, -0.00447989534586668, -0.004761962685734034, 0.023610707372426987, 0.0071761286817491055, -0.029384795576334, 0.028671329841017723, 0.0026671970263123512, -0.06583786755800247, 0.04489850625395775, 0.03242116793990135, 0.038195256143808365, 0.02284746617078781, 0.0019039554754272103, -0.11561448127031326, 0.06756345927715302, 0.02755965292453766, -0.0076863388530910015, 0.04602677747607231, 0.04240967705845833, 0.008793868124485016, 0.0618557408452034, 0.057707689702510834, 0.010453089140355587, -0.03965536877512932, 0.07997442781925201, 0.09338092803955078, -0.024075288325548172, 0.01471728552132845, -0.004956921096891165, -0.025535402819514275, 0.05996422842144966, -0.04443392530083656, -0.0618557408452034, -0.06769619882106781, -0.0433388389647007, 0.025734510272741318, -0.016525836661458015, 0.038162071257829666, 0.028870437294244766, 0.0017701808828860521, -0.015522007830440998, -0.08010716736316681, -0.0019298808183521032, 0.039721738547086716, 0.038858942687511444, -0.03617100790143013, 0.006815248169004917, -0.019346510991454124, -0.008603057824075222, 0.007831520400941372, -0.010577530600130558, 0.030562840402126312, 0.05349326878786087, -0.07254111766815186, -0.04383660480380058, -0.005301209632307291, -0.00679035997018218, -0.013174210675060749, 0.005894380621612072, 0.04048497974872589, -0.05528522655367851, -0.0015295938355848193, 0.022947018966078758, -0.02570132538676262, 0.02223355509340763, 0.020574333146214485, 0.010187613777816296, 0.0012952289544045925, 0.009955323301255703, -0.020259082317352295, -0.07599230110645294, 0.014360553584992886, -0.032636865973472595, 0.013447982259094715, 0.004455007147043943, -0.02593361586332321, 0.0016281100688502192, -0.03922397270798683, -0.04486532136797905, 0.07532861083745956, -0.07207653671503067, 0.03919078782200813, -0.029766416177153587, 0.0072176093235611916, -0.007109759841114283, 0.020259082317352295, 0.04479895159602165, -0.047818735241889954, 0.01737203821539879, -0.03340010717511177, 0.00335992150940001, 0.039058052003383636, 0.0037871708627790213, 0.056745339184999466, 0.06331585347652435, 0.011473509483039379, 0.001273451722227037, 0.05452198535203934, -0.0054878718219697475, 0.07035094499588013, 0.043504759669303894, -0.028920212760567665, 0.010859598405659199, -0.022117409855127335, 0.03799615055322647, -0.027941273525357246, 0.017471591010689735, -0.02843903936445713, -0.015497119165956974, -0.01481683924794197, 0.006657622288912535, 0.019894054159522057, -0.033582624047994614, -0.02472238428890705, -0.0006916875136084855, 0.014435218647122383, 0.02223355509340763, 0.0037954668514430523, 0.07320480793714523, 0.0169904176145792, -0.025734510272741318, -0.0046416693367064, -0.018716007471084595, -0.015107202343642712, -0.09119075536727905, 0.02905295044183731, -0.08873511105775833, 0.03982129320502281, -0.04980979859828949, 0.0463254377245903, -0.01084300596266985, 0.017687290906906128, -0.03331714868545532, -0.02100573107600212, 0.03895849734544754, -0.011589654721319675, -0.0020294340793043375, 0.016559019684791565, -0.015563488006591797, 0.027045294642448425, 0.017239300534129143, -0.00781907606869936, 0.004293233156204224, 0.015945108607411385, -0.010419904254376888, 0.03590553253889084, -0.05850411579012871, -0.0016675165388733149, -0.046225883066654205, -0.05014164373278618, 0.029783006757497787, 0.03310144692659378, -0.02779194340109825, 0.0018562529003247619, -0.007665598765015602, 0.01407018955796957, -0.04244285821914673, -0.04858197644352913, 0.0803726390004158, 0.048084210604429245, -0.018998075276613235, -0.02848881483078003, 0.025817470625042915, 0.005023289937525988, -0.019081035628914833, 0.016965528950095177, -0.030446695163846016, -0.02973323129117489, -0.06769619882106781, 0.03225524723529816, 0.012145494110882282, -0.024174842983484268, -0.011589654721319675, -0.04861516132950783, -0.019877461716532707, -0.008860236965119839, 0.06387998908758163, 0.03680150955915451, 0.0014227816136553884, -0.00671984301880002, -0.035109106451272964, 0.030795132741332054, -0.03995402902364731, 0.007122203707695007, -0.046590909361839294, -0.041248220950365067, -0.010486273095011711, -0.05316142365336418, 0.019728131592273712, -0.061391156166791916, -0.01360560767352581, -0.040385425090789795, 0.026116130873560905, 0.053692374378442764, 0.059864673763513565, -0.02009315975010395, -0.04665727913379669, 0.02965027093887329, -0.01795276626944542, 0.08163364976644516, 0.027327360585331917, -0.006777915637940168, -0.035175472497940063, -0.02566814050078392, -0.021719196811318398, -0.0019910645205527544, -0.01283407025039196, -0.07924436777830124, 0.01408678200095892, -0.010204206220805645, -0.008785572834312916, -0.03938989341259003, -0.037929780781269073, -0.05193360149860382, -0.015148683451116085, 0.05664578825235367, 0.019114220514893532, -0.04493169113993645, 0.0033661434426903725, 0.006869172677397728, -0.06995273381471634, 0.027360545471310616, 0.031126976013183594, -0.03273642063140869, -0.004600188694894314, 0.04761962965130806, -0.04403571039438248, -0.02229992300271988, 0.035075921565294266, -0.032006364315748215, -0.025485627353191376, 0.038493916392326355, -0.03336692228913307, 0.03180725499987602, -0.026365013793110847, -0.01883215270936489, -0.07021821290254593, -0.01679960824549198, -0.007545304950326681, 0.006707398686558008, 0.049312032759189606, 0.019329918548464775, -0.02875429019331932, -0.0232290867716074, 0.04725459963083267, 0.05538478121161461, 0.035739608108997345, 0.021403944119811058, -0.004753666464239359, 0.027642613276839256, 0.033549439162015915, -0.018151871860027313, -0.034179940819740295, 0.05077214539051056, -0.006794508080929518, -0.016633685678243637, -0.024539871141314507, -0.0648423358798027, -0.005462983623147011, 0.0014196705305948853, -0.0618557408452034, -0.04493169113993645, -0.014360553584992886, 0.02570132538676262, -0.0005703570204786956, -0.012493929825723171, -0.06769619882106781, 0.015663040801882744, -0.040418609976768494, 0.026730041950941086, 0.06855899095535278, -0.003878427902236581, -0.03379832208156586, 0.04367068409919739, 0.03487681597471237, -0.002787490375339985, -0.011075296439230442, -0.03995402902364731, 0.014111670665442944, -0.01068537961691618, -0.024821938946843147, 0.004351305775344372, 0.006172300316393375, 0.034113574773073196, 0.021138468757271767, -0.008644538931548595, 0.047752365469932556, 0.024324173107743263, 0.04290744289755821, -0.02409188076853752, 0.0006579846376553178, -0.048714712262153625, 0.05292913317680359, -0.0864122062921524, -0.040053583681583405, -0.006043710745871067, -0.04240967705845833, 0.02442372590303421, 0.06364769488573074, -0.06006378307938576, 0.004832479637116194, -0.048382870852947235, 0.022482438012957573, -0.019014665856957436, -0.0556834377348423, 0.004401082172989845, -0.028704514726996422, 0.017554553225636482, -0.08508482575416565, 0.06451049447059631, 0.03454497084021568, -0.026398198679089546, -0.014991057105362415, 0.0016322581795975566, 0.014136558398604393, -0.00455041229724884, 0.023925960063934326, -0.0027978606522083282, -0.019031258299946785, -0.011531582102179527, 0.0059814900159835815, -0.0341467559337616, 0.008810460567474365, -0.014144854620099068, -0.017703883349895477, 0.04108230024576187, -0.004766110796481371, -0.02356093004345894, 0.0556170716881752, -0.025137189775705338, -0.06470959633588791, -0.009805993176996708, 0.047155044972896576, -0.03680150955915451, -0.030546249821782112, -0.060163334012031555, -0.03676832467317581, 0.02687937207520008, -0.015497119165956974, -0.04695593938231468, -0.08422203361988068, -0.018068911507725716, -0.016924049705266953, 0.020856400951743126, -0.05196678638458252, -0.0010660492116585374, 0.028588369488716125, 0.02289724349975586, 0.011025520041584969, 0.03189021721482277, 0.014891503378748894, 0.05017482861876488, -0.06052836403250694, 0.02561836503446102, 0.0025510515552014112, -0.05037393420934677, 0.018433939665555954, -0.01238608080893755, -0.0371001698076725, -0.051502205431461334, -0.046889569610357285, -0.03746519982814789, -0.023643892258405685, -0.03238798305392265, -0.0018427717732265592, 0.04081682488322258, 0.0008223511395044625, -0.0020543222781270742, 0.007914481684565544, 0.06387998908758163, -0.06344859302043915, -0.03258708864450455, 0.0022731320932507515, -0.01530630886554718, 0.03155837208032608, 0.10426541417837143, 0.040418609976768494, -0.024174842983484268, 0.04267515242099762, 0.004911292809993029, 0.024257803335785866, 0.022764505818486214, -0.00013895971642341465, -0.01644287444651127, 0.0037933927960693836, -0.004911292809993029, -0.039754923433065414, 0.007279830053448677, 0.026398198679089546, -0.01532290130853653, 0.02191830240190029, -0.07625777274370193, 0.0494779534637928, -0.004911292809993029, 0.008362471126019955, 0.0008358323248103261, 0.03670195862650871, 0.0006543550989590585, -0.02037522755563259, 0.0555838868021965, -0.02317930944263935, -0.038792576640844345, -0.013365020975470543, -0.013207394629716873, 0.03988765925168991, -0.014186334796249866, -0.05541796237230301, 0.013099545612931252, -0.03155837208032608, 0.014650916680693626, 0.012966807931661606, 0.02507082186639309, 0.03454497084021568, -0.011813649907708168, -0.03580597788095474, 0.00510625122115016, -0.06003059819340706, -0.004372045863419771, -0.002532385289669037, 0.015828963369131088, -0.0464581735432148, -0.008810460567474365, 0.057077184319496155, -0.005467131268233061, -0.027360545471310616, 0.015663040801882744, -0.06265216320753098, 0.003899168223142624, -0.030181219801306725, -0.012410969473421574, 0.04801784083247185, -0.013273763470351696, -0.00006588271935470402, 0.021204838529229164, -0.0028642292600125074, 0.0028331188950687647, -0.04091637581586838, -0.03892531245946884, -0.0065871053375303745, 0.005550092551857233, -0.005894380621612072, 0.027128254994750023, 0.04290744289755821, -0.03374854475259781, 0.04791828617453575, 0.02694573998451233, -0.012286528013646603, -0.010818117298185825, 0.023594114929437637, 0.02012634463608265, 0.06670065969228745, 0.024921491742134094, 0.013472869992256165, -0.04383660480380058, -0.051469020545482635, -0.028057418763637543, 0.011946387588977814, 0.004301528912037611, 0.05634712800383568, -0.00014310776896309108, 0.07977531850337982, 0.0030073372181504965, 0.004158421419560909, -0.02842244692146778, 0.06092657521367073, 0.05462154000997543, -0.058769591152668, -0.03471089154481888, -0.015712818130850792, 0.02226673811674118, -0.005367578472942114, -0.05760813504457474, 0.02593361586332321, -0.012784293852746487, 0.03152519091963768, 0.029152503237128258, 0.02561836503446102, 0.0037125058006495237, -0.023710260167717934 ]
15,920
hypothesis._settings
get_profile
Return the profile with the given name.
@staticmethod def get_profile(name: str) -> "settings": """Return the profile with the given name.""" check_type(str, name, "name") try: return settings._profiles[name] except KeyError: raise InvalidArgument(f"Profile {name!r} is not registered") from None
(name: str) -> hypothesis.settings
[ -0.005310220643877983, -0.03987724706530571, -0.05180874466896057, 0.002650710754096508, 0.007584772072732449, -0.008939824067056179, 0.0517735481262207, 0.0000035574241792346584, 0.0404403880238533, -0.025781186297535896, 0.0138056930154562, 0.07496781647205353, -0.011482746340334415, -0.01907631754875183, -0.00691604521125555, -0.012362650595605373, 0.036815181374549866, 0.05462443828582764, 0.01831960119307041, -0.011869904585182667, 0.021223284304142, 0.022912699729204178, 0.033049192279577255, 0.011746717616915703, -0.01355052087455988, 0.06782300025224686, 0.06792858988046646, 0.011685124598443508, 0.0055125984363257885, 0.007083226926624775, -0.03362993150949478, -0.003471221076324582, -0.016647782176733017, 0.07482703030109406, -0.026608295738697052, -0.018372394144535065, -0.04973217099905014, 0.0901021659374237, -0.10861534625291824, -0.032662034034729004, -0.04420637711882591, 0.026379521936178207, 0.03002232313156128, 0.00011088165047112852, -0.016973348334431648, -0.01365610957145691, -0.030268697068095207, 0.019463475793600082, -0.06507769972085953, -0.006198923569172621, 0.06465534120798111, 0.016163835301995277, -0.04990815371274948, 0.012441841885447502, -0.01207228284329176, -0.02850888855755329, -0.007052430417388678, -0.007065628655254841, 0.014104860834777355, 0.06659112870693207, 0.009758135303854942, -0.04969697445631027, 0.03542493283748627, 0.0011042795376852155, -0.0031324580777436495, -0.050260115414857864, -0.003286441322416067, -0.04536784812808037, -0.001120777684263885, 0.03065585345029831, 0.04800755903124809, 0.00958215445280075, -0.004659091588109732, -0.004601897671818733, 0.05184394121170044, -0.059868667274713516, -0.04051077738404274, -0.02326466143131256, 0.021170489490032196, 0.036181651055812836, 0.016867758706212044, 0.0050726463086903095, -0.06314191222190857, 0.02546442113816738, 0.01365610957145691, 0.03132458031177521, 0.05078805610537529, -0.11628811061382294, -0.022507943212985992, 0.028068937361240387, -0.03137737512588501, -0.02249034494161606, 0.02317667007446289, 0.018407590687274933, 0.04262254759669304, -0.04786677658557892, 0.008737446740269661, -0.021663235500454903, -0.06110053136944771, -0.000344812375260517, -0.02254313975572586, -0.022138383239507675, -0.023141473531723022, -0.012934587895870209, 0.07007554918527603, -0.009098206646740437, 0.046705301851034164, 0.019146710634231567, 0.019850634038448334, 0.018126022070646286, -0.02579878456890583, -0.07081466913223267, -0.07243369519710541, 0.01739570125937462, 0.04561422020196915, -0.03204610198736191, -0.005217830650508404, -0.011183579452335835, -0.00045205067726783454, -0.02896643802523613, -0.02854408510029316, 0.08193665742874146, -0.05775689706206322, 0.019885830581188202, 0.0574401319026947, 0.01173791941255331, -0.009995709173381329, -0.024426134303212166, 0.041425880044698715, 0.031834926456213, 0.02278951369225979, -0.008332690224051476, -0.0665559396147728, -0.05307580903172493, 0.025446822866797447, 0.022719120606780052, 0.04300970584154129, 0.04315049201250076, -0.014386429451406002, 0.07229290902614594, -0.041883427649736404, 0.02525324374437332, -0.023493435233831406, -0.032626837491989136, 0.001833499874919653, -0.02520044893026352, 0.011297967284917831, 0.020660145208239555, 0.027804965153336525, -0.01247703842818737, 0.035882484167814255, 0.025147655978798866, -0.041848231106996536, 0.007307602558284998, -0.038082242012023926, -0.02710104174911976, 0.014667998999357224, 0.007831145077943802, -0.0074747842736542225, -0.05979827418923378, -0.02630912885069847, 0.05793287605047226, -0.06557044386863708, -0.061170924454927444, 0.0017180124996230006, -0.005464203655719757, 0.04832432419061661, 0.04547343775629997, 0.03542493283748627, -0.03011031448841095, -0.033049192279577255, -0.043572843074798584, -0.025745989754796028, 0.05793287605047226, 0.0031126602552831173, 0.015459912829101086, -0.02703065052628517, -0.005301421508193016, 0.02567559853196144, -0.004280732944607735, 0.022437551990151405, -0.013990473002195358, -0.04779638350009918, -0.015055157244205475, 0.035882484167814255, 0.01831960119307041, 0.025182852521538734, 0.039947640150785446, 0.036357633769512177, 0.015847070142626762, 0.009080609306693077, -0.0007160218665376306, 0.025323636829853058, 0.014659199863672256, 0.004357724450528622, -0.03336595743894577, 0.010541249997913837, -0.008301894180476665, -0.03361233323812485, 0.005261825863271952, 0.01660378836095333, 0.012292258441448212, -0.03195811063051224, -0.0035064173862338066, 0.002035877900198102, 0.007100825197994709, 0.06342347711324692, -0.0008568064658902586, -0.028192123398184776, 0.046494126319885254, -0.04568461328744888, -0.04740922525525093, 0.004936261102557182, 0.06768221408128738, 0.02537642978131771, -0.03238046541810036, 0.04132029041647911, -0.02025538869202137, 0.032838016748428345, 0.03370032086968422, 0.07190575450658798, -0.014140056446194649, 0.04726844280958176, 0.009969311766326427, 0.04086273908615112, -0.014289640821516514, -0.016471803188323975, -0.05606748163700104, -0.047937169671058655, -0.02190960943698883, 0.08130312711000443, -0.04621255770325661, -0.023669416084885597, -0.0002873436314985156, -0.00958215445280075, -0.013480128720402718, 0.03607606142759323, -0.05796807259321213, 0.06465534120798111, -0.025816382840275764, 0.015028759837150574, 0.025640401989221573, -0.007967530749738216, 0.10418062657117844, 0.0029894737526774406, -0.010726029053330421, -0.023950986564159393, -0.03519615903496742, -0.021469656378030777, -0.026590697467327118, 0.06430338323116302, 0.05413169041275978, -0.0038649782072752714, 0.017351705580949783, -0.049450602382421494, -0.050682470202445984, -0.043115295469760895, -0.027347415685653687, 0.04174264520406723, -0.01365610957145691, -0.044769514352083206, -0.047092460095882416, 0.027928151190280914, -0.02697785571217537, -0.026361923664808273, -0.0396660715341568, 0.004025560803711414, 0.050260115414857864, 0.011658727191388607, -0.0025671198964118958, 0.031447768211364746, 0.0666615217924118, 0.0023889392614364624, -0.000040386217733612284, 0.005178235005587339, -0.04191862419247627, 0.022807110100984573, 0.07658684253692627, 0.03412267565727234, -0.01181711070239544, 0.0034140273928642273, -0.01780925691127777, 0.013823291286826134, 0.024373339489102364, -0.0021931605879217386, -0.03475620597600937, 0.03663920238614082, -0.01226586103439331, 0.004549103323370218, 0.05638424679636955, 0.0019654855132102966, -0.021768825128674507, -0.018847543746232986, -0.02850888855755329, -0.0509992353618145, 0.03906773775815964, -0.010470856912434101, 0.011491545476019382, 0.0388917550444603, -0.005292622372508049, 0.045227065682411194, 0.008037922903895378, -0.07517899572849274, 0.03542493283748627, 0.0011372758308425546, -0.011403555050492287, 0.006581681780517101, -0.07141300290822983, -0.005670981016010046, 0.008332690224051476, -0.054659634828567505, -0.010145292617380619, 0.05849601700901985, 0.1256502866744995, -0.015618295408785343, -0.0018236009636893868, -0.0008639557054266334, -0.01321615744382143, -0.004170744679868221, 0.08482274413108826, -0.02944158762693405, 0.026907462626695633, 0.056947384029626846, 0.028526486828923225, 0.02278951369225979, 0.016770970076322556, -0.08264058083295822, 0.03104301169514656, -0.000547465228009969, 0.01091080904006958, -0.13128167390823364, -0.03674478828907013, 0.04740922525525093, 0.0010822819313034415, -0.03818783164024353, 0.0496617816388607, 0.007839944213628769, 0.03216928988695145, 0.010048503056168556, 0.013788094744086266, 0.07341918349266052, -0.07820586115121841, -0.03758949786424637, 0.0037417917046695948, 0.03104301169514656, -0.011227574199438095, 0.04483990743756294, 0.0040673562325537205, 0.05050648748874664, -0.06342347711324692, -0.008887030184268951, -0.007496781647205353, 0.015336725860834122, 0.037871066480875015, 0.01877715066075325, -0.018372394144535065, -0.015019960701465607, 0.01406086515635252, -0.018882738426327705, -0.02143445983529091, -0.004879067651927471, -0.04512147605419159, -0.008059920743107796, 0.016894156113266945, -0.019692251458764076, -0.020783331245183945, -0.0012791603803634644, 0.032961200922727585, 0.03713194653391838, -0.037659890949726105, 0.005270624998956919, 0.03002232313156128, -0.018724355846643448, -0.04885226860642433, -0.012644220143556595, 0.028913645073771477, 0.06701348721981049, 0.049626585096120834, -0.023141473531723022, 0.009696541354060173, 0.02136406861245632, 0.04568461328744888, -0.019340289756655693, 0.10206886380910873, -0.02215598151087761, -0.029248008504509926, -0.07546056807041168, -0.017105333507061005, 0.02718903310596943, -0.022261571139097214, -0.0290544293820858, 0.0043753222562372684, -0.0017851052107289433, 0.01823160983622074, 0.004799876362085342, 0.0049010650254786015, -0.04663490876555443, -0.03257404640316963, -0.053814925253391266, 0.08165508508682251, -0.006388102658092976, -0.06873809546232224, 0.022085590288043022, 0.053181394934654236, -0.03574169799685478, -0.009414972737431526, -0.007193214725703001, 0.04075715318322182, -0.007606769911944866, -0.007461585570126772, -0.020325781777501106, -0.07996567338705063, -0.017941242083907127, -0.03429865837097168, 0.001423244713805616, -0.018302002921700478, -0.0058997562155127525, 0.004337926395237446, -0.05578591302037239, 0.009995709173381329, 0.017774060368537903, -0.06873809546232224, -0.03014550916850567, 0.05705297365784645, -0.02136406861245632, 0.02697785571217537, -0.011676325462758541, 0.039314109832048416, 0.007492382079362869, 0.00472508417442441, -0.04874667897820473, -0.02782256342470646, 0.028368104249238968, -0.08616019785404205, 0.05663061887025833, -0.022226374596357346, -0.03070864826440811, 0.007153619080781937, -0.029793549329042435, 0.024003779515624046, 0.03663920238614082, 0.02866727113723755, -0.03734312579035759, 0.05835523083806038, 0.021592844277620316, -0.014456822536885738, -0.06708388030529022, 0.01979783922433853, 0.00666087307035923, -0.039736464619636536, -0.06982918083667755, 0.00012545505887828767, 0.02799854427576065, -0.05585630238056183, 0.049415405839681625, -0.04797236621379852, -0.07616448402404785, 0.03132458031177521, 0.06317710131406784, -0.0005950350314378738, -0.007743155118077993, 0.018460385501384735, -0.018671562895178795, -0.02043136954307556, 0.01795884035527706, 0.031834926456213, 0.062191613018512726, 0.046036574989557266, -0.013128167018294334, -0.014228046871721745, 0.012019488029181957, 0.034914590418338776, -0.026062754914164543, -0.017941242083907127, 0.003772588213905692, 0.025851579383015633, -0.01651579700410366, 0.06497211009263992, -0.007734355982393026, -0.0010014406871050596, -0.021997598931193352, 0.041883427649736404, -0.001152674201875925, 0.0920027568936348, 0.022736718878149986, -0.07531978189945221, -0.009969311766326427, 0.01247703842818737, -0.006238519214093685, 0.012925789691507816, -0.017791658639907837, -0.022507943212985992, -0.0332779698073864, -0.004421517252922058, -0.04952099546790123, -0.0389973446726799, 0.006229720078408718, 0.02432054653763771, 0.0333307608962059, 0.0011449750745669007, 0.03586488589644432, -0.05325178802013397, 0.032714828848838806, -0.026573099195957184, 0.02194480411708355, 0.002663909224793315, -0.059235136955976486, 0.084893137216568, 0.03475620597600937, -0.011491545476019382, -0.011412354186177254, 0.07306722551584244, -0.0205545574426651, 0.012635421007871628, 0.0503305085003376, -0.00809511635452509, 0.024091770872473717, 0.015292731113731861, -0.032116495072841644, 0.0012857597321271896, -0.02715383656322956, -0.00835028849542141, 0.04212980344891548, 0.03248605504631996, 0.039314109832048416, 0.014703195542097092, -0.006242918781936169, -0.008957422338426113, -0.042692940682172775, 0.0205545574426651, 0.040792349725961685, 0.043326471000909805, -0.041038721799850464, -0.020237790420651436, 0.04871148243546486, -0.054026104509830475, -0.06307151913642883, -0.04135548695921898, 0.053392574191093445, 0.015891065821051598, 0.025693196803331375, -0.06409220397472382, 0.011949095875024796, 0.036181651055812836, -0.03345394879579544, -0.049204230308532715, -0.04346725717186928, 0.03470341116189957, -0.024408536031842232, -0.03165894374251366, 0.017017342150211334, -0.02490128204226494, 0.023352650925517082, -0.059235136955976486, -0.01465040072798729, 0.017369303852319717, -0.03348914533853531, -0.0425521545112133, 0.009370977059006691, 0.022507943212985992, -0.011077990755438805, -0.05578591302037239, 0.000009709878213470802, 0.04420637711882591, -0.03403468430042267, -0.05462443828582764, -0.06356426328420639, 0.04029960185289383, -0.030673451721668243, -0.044135984033346176, 0.03341875225305557, 0.024426134303212166, 0.029582371935248375, 0.007316401693969965, -0.041637055575847626, 0.01795884035527706, 0.09538158774375916, 0.06465534120798111, 0.02257833629846573, 0.03162374719977379, -0.04494549334049225, 0.01672697439789772, 0.0006879749125801027, 0.003191851545125246, -0.026502707973122597, -0.020396174862980843, -0.021223284304142, -0.031060609966516495, 0.0076199681498110294, 0.021663235500454903, 0.0006335308426059783, 0.03963087499141693, -0.029195213690400124, -0.050048936158418655, 0.03475620597600937, 0.006005344446748495, 0.026062754914164543, -0.0835556834936142, 0.01795884035527706, -0.028385702520608902, -0.05314619839191437, -0.013840889558196068, 0.042270585894584656, -0.010928407311439514, 0.03776547685265541, 0.023035885766148567, -0.03370032086968422, -0.03677998483181, -0.0022591534070670605, -0.05286462977528572, -0.014870377257466316, -0.013383339159190655, -0.026889866217970848, 0.020871322602033615, 0.04329127445816994, 0.01065563689917326, -0.02803374081850052, -0.010523651726543903, 0.01112198643386364, 0.018196413293480873, -0.007193214725703001, 0.05951670557260513, -0.02558760717511177, 0.05874238908290863, -0.02359902486205101, -0.030585462227463722, 0.03336595743894577, -0.004689888097345829, -0.04424156993627548, -0.04065156355500221, 0.007369195576757193, 0.006304511800408363, 0.0026331127155572176, -0.09847885370254517, 0.000005117019554745639, 0.00822710245847702, 0.0411091148853302, -0.03600567206740379, -0.0509992353618145, 0.04329127445816994, -0.04441755264997482, -0.019762642681598663, -0.020783331245183945, 0.07616448402404785, -0.01564469188451767, 0.019093915820121765, -0.038082242012023926, -0.029160017147660255, 0.042516957968473434, -0.02097691036760807, -0.022859904915094376, 0.01727251522243023, -0.019586661830544472, 0.053603749722242355, 0.03373551741242409, -0.021381666883826256, 0.027804965153336525, 0.02190960943698883, -0.025728391483426094, -0.03857498988509178, -0.013004980981349945, -0.016207830980420113, -0.026238735765218735, 0.05596189200878143, 0.0027672979049384594, 0.004641493316739798, -0.06060778722167015, 0.022067992016673088, -0.003458022605627775, -0.03825822472572327, 0.03751910477876663, 0.032838016748428345, 0.02284230664372444, -0.05395571142435074, -0.012081081047654152, 0.007083226926624775, -0.01639261096715927, -0.010312474332749844, -0.006511289160698652, 0.00945016834884882, 0.03137737512588501, -0.04832432419061661, 0.001249463646672666, 0.03137737512588501, -0.013612114824354649, 0.057404935359954834, 0.05163276568055153, -0.06363465636968613, -0.016586190089583397, 0.028016142547130585, -0.04976736754179001, -0.04364323616027832, -0.006832454353570938, 0.048781875520944595, -0.0007083226810209453, -0.055539537221193314, -0.015935061499476433, 0.019569063559174538, 0.03614645451307297, 0.009942915290594101, -0.001098780077882111, -0.04005322977900505, 0.011517942883074284, -0.022173579782247543, -0.017228519544005394, -0.014351233839988708, -0.007417590357363224, 0.006476093083620071, 0.03751910477876663, -0.015785478055477142, -0.035125765949487686, -0.0037043956108391285, 0.03086703084409237, 0.002771697472780943, 0.007109623868018389, -0.03125418722629547, -0.044628728181123734, 0.021980000659823418, -0.009546957910060883, 0.03032149001955986, 0.01681496575474739, -0.015627093613147736, 0.0010976801859214902, -0.007927934639155865, 0.036392826586961746, 0.027206631377339363, -0.017580481246113777, -0.05775689706206322, -0.015662290155887604, 0.030796639621257782, -0.00345142325386405, -0.00827109720557928, -0.046670105308294296, 0.10340631753206253, 0.02490128204226494, 0.0038495799526572227, 0.03920852020382881, 0.01270581316202879, 0.02778736688196659, -0.010954804718494415, 0.013453731313347816, 0.04054597392678261, -0.02520044893026352, 0.01306657399982214, 0.006392502225935459, 0.022807110100984573, 0.03165894374251366, -0.035336945205926895, 0.005099043715745211, 0.02820972166955471, 0.06683750450611115, -0.000225062933168374, -0.003040068317204714, 0.0432208813726902, -0.016647782176733017, -0.032961200922727585, -0.03949008882045746, -0.024126967415213585, -0.003350234357640147, 0.010470856912434101, -0.013506526127457619, 0.057158563286066055, -0.0014749390538781881, -0.011517942883074284, 0.03674478828907013, -0.017765261232852936, -0.015547903254628181, -0.03598807379603386 ]
15,921
hypothesis._settings
load_profile
Loads in the settings defined in the profile provided. If the profile does not exist, InvalidArgument will be raised. Any setting not defined in the profile will be the library defined default for that setting.
@staticmethod def load_profile(name: str) -> None: """Loads in the settings defined in the profile provided. If the profile does not exist, InvalidArgument will be raised. Any setting not defined in the profile will be the library defined default for that setting. """ check_type(str, name, "name") settings._current_profile = name settings._assign_default_internal(settings.get_profile(name))
(name: str) -> NoneType
[ -0.04367219656705856, -0.027997683733701706, -0.05246947333216667, 0.04248526319861412, 0.0011203873436897993, -0.00028636970091611147, 0.027875499799847603, 0.01600615680217743, 0.018956037238240242, -0.030563555657863617, -0.016215616837143898, 0.04199652746319771, -0.04318346083164215, 0.01331810001283884, -0.014478852041065693, -0.014557398855686188, 0.03342616185545921, 0.055052801966667175, -0.0023345949593931437, -0.023092852905392647, 0.014260665513575077, -0.0044095478951931, 0.0050095608457922935, 0.019130587577819824, -0.008229992352426052, 0.03742333874106407, 0.01888621784746647, 0.01911313273012638, -0.02529217302799225, -0.001075113657861948, -0.01618943363428116, -0.0040517221204936504, -0.052434563636779785, 0.08469124883413315, 0.027875499799847603, -0.064338818192482, -0.034246545284986496, 0.07715072482824326, -0.09495473653078079, -0.04615079611539841, -0.01673053577542305, -0.0019178588408976793, 0.04217107594013214, -0.006563047878444195, -0.019078223034739494, 0.005123017821460962, 0.013379192911088467, 0.028905339539051056, -0.017865106463432312, 0.007483794819563627, 0.045976247638463974, 0.022831028327345848, -0.0304762814193964, 0.048803944140672684, -0.04363728687167168, 0.005520117003470659, -0.006563047878444195, -0.014016296714544296, -0.012410445138812065, 0.07044804096221924, 0.028521331027150154, -0.0453827790915966, 0.022429566830396652, 0.002886606613174081, 0.0024807797744870186, -0.04147287830710411, -0.01688763126730919, -0.027404217049479485, 0.015630876645445824, 0.02028261125087738, 0.02722966857254505, 0.00835217721760273, -0.01678290031850338, -0.027369307354092598, 0.061511121690273285, -0.016852719709277153, -0.050514522939920425, 0.017079634591937065, -0.03180285543203354, 0.06217440962791443, 0.007008148357272148, -0.02539690211415291, -0.04398638755083084, 0.047372639179229736, -0.0050619253888726234, -0.004021176137030125, 0.0739390179514885, -0.056972842663526535, 0.051806189119815826, -0.0003804626176133752, -0.02043970488011837, 0.015552329830825329, 0.03899427875876427, 0.02448924630880356, 0.05065416544675827, -0.06472282856702805, 0.01867675967514515, -0.014190846122801304, -0.0469537228345871, -0.02653147093951702, -0.05037488415837288, -0.06646831333637238, -0.01187806949019432, -0.07303136587142944, 0.05955617129802704, -0.028224598616361618, 0.06817889958620071, 0.02715984731912613, 0.013030094094574451, 0.025745999068021774, -0.05599536746740341, -0.10361237823963165, -0.06521156430244446, 0.028521331027150154, 0.004669189918786287, -0.0013342100428417325, -0.009818390011787415, -0.028852974995970726, 0.024855799973011017, -0.011755885556340218, -0.07338046282529831, 0.09327906370162964, -0.07561469078063965, 0.007160878740251064, 0.05641428753733635, -0.0010707499459385872, 0.018868762999773026, 0.008190719410777092, 0.05075889453291893, 0.030860289931297302, 0.06552575528621674, -0.021364815533161163, -0.070029117166996, -0.07428812235593796, 0.035573117434978485, -0.006763779558241367, 0.028573695570230484, 0.046779174357652664, -0.013902840204536915, 0.07065749913454056, -0.058473967015743256, -0.020736439153552055, 0.014766857959330082, -0.018170567229390144, 0.024646339938044548, 0.01037694700062275, 0.02199319377541542, 0.022604115307331085, -0.011755885556340218, 0.017655646428465843, 0.065351203083992, 0.0293068028986454, -0.05843905732035637, 0.0037855347618460655, -0.01995096728205681, -0.02085862308740616, 0.0013396646827459335, 0.007937622256577015, -0.007221971172839403, -0.03745824843645096, -0.012445354834198952, 0.0669221431016922, -0.009888209402561188, -0.055750999599695206, -0.012951547279953957, 0.0007440157351084054, 0.004012448713183403, 0.017446188256144524, 0.03532874956727028, -0.01810074783861637, -0.039936844259500504, -0.07324082404375076, -0.024157602339982986, 0.052120376378297806, 0.045068591833114624, 0.004114996176213026, -0.041542697697877884, -0.026496561244130135, 0.03408944979310036, 0.02267393469810486, 0.01110132597386837, 0.001479304046370089, -0.052015647292137146, -0.008151445537805557, 0.026130007579922676, 0.03367052972316742, 0.0006038309657014906, 0.015569784678518772, 0.03585239499807358, 0.031890131533145905, 0.01984623819589615, 0.008963098749518394, 0.025047803297638893, -0.006632867734879255, 0.01037694700062275, -0.03218686208128929, 0.01427812036126852, -0.048385024070739746, -0.023494316264986992, 0.016329072415828705, 0.0035498933866620064, -0.0010352946119382977, 0.0023825960233807564, -0.029708266258239746, 0.03187267482280731, -0.004206634592264891, 0.028224598616361618, 0.009870754554867744, -0.05477352440357208, 0.08127008378505707, -0.024192512035369873, -0.04276454076170921, 0.0009949301602318883, 0.06590975821018219, -0.00852236244827509, -0.047477368265390396, 0.035032015293836594, 0.012323169969022274, 0.027945319190621376, 0.051003262400627136, 0.06789962202310562, 0.0042939092963933945, 0.026723474264144897, -0.028800610452890396, 0.03613167628645897, 0.009530384093523026, 0.016250526532530785, -0.07819802314043045, -0.02290084958076477, 0.008998008444905281, 0.05079380422830582, -0.07903585582971573, -0.07254263013601303, -0.013492649421095848, 0.02619982697069645, -0.041507788002491, 0.04147287830710411, -0.034176722168922424, 0.021871007978916168, -0.05637937784194946, 0.016163252294063568, 0.020736439153552055, 0.002805877709761262, 0.060289278626441956, -0.013274462893605232, 0.0053499313071370125, -0.05987035855650902, -0.04705845192074776, -0.005555026698857546, -0.025920549407601357, 0.07540523260831833, 0.03510183468461037, -0.01688763126730919, 0.029900269582867622, -0.034403637051582336, -0.03710915148258209, 0.0005522844148799777, -0.010734773240983486, 0.000048171474190894514, -0.01797856204211712, -0.017943652346730232, -0.057985227555036545, -0.0016396710416302085, -0.05047961324453354, 0.016355255618691444, 0.0061004930175840855, 0.011747158132493496, 0.011991526931524277, 0.037493158131837845, -0.018327660858631134, 0.06723633408546448, 0.048385024070739746, -0.0039688111282885075, 0.020788803696632385, -0.0006812871433794498, -0.018851308152079582, -0.01547378208488226, 0.07191424816846848, 0.04897849261760712, 0.006907782517373562, 0.05400550737977028, 0.0006289224256761372, 0.020090607926249504, 0.03323415666818619, -0.01123223826289177, -0.03026682324707508, -0.009800935164093971, -0.03878482058644295, -0.030615922063589096, 0.03328652307391167, 0.0018240386852994561, 0.011432969011366367, 0.00732670072466135, -0.009320924989879131, -0.061127111315727234, 0.006475773639976978, 0.014452669769525528, 0.03415926918387413, 0.03794698417186737, 0.014819223433732986, 0.01911313273012638, -0.024960529059171677, -0.06985457241535187, 0.05760122090578079, 0.03408944979310036, -0.025484176352620125, 0.00015654877643100917, -0.07324082404375076, -0.006746324710547924, 0.02417505718767643, -0.035416021943092346, 0.0030218821484595537, 0.06475773453712463, 0.10424075275659561, -0.007265608292073011, -0.0015033045783638954, 0.01569196954369545, -0.05610009655356407, 0.03518911078572273, 0.041926708072423935, -0.040739770978689194, 0.012157347984611988, -0.0009180194465443492, 0.01846729964017868, 0.023441951721906662, 0.010080213658511639, -0.014313030056655407, 0.041019052267074585, -0.00012020709255011752, -0.0006501955795101821, -0.12183530628681183, -0.007968168705701828, 0.036271315068006516, 0.020265156403183937, -0.03222177177667618, 0.03358325734734535, -0.014452669769525528, 0.020631710067391396, 0.020247701555490494, 0.010935503989458084, 0.051806189119815826, -0.07226335257291794, -0.07491649687290192, -0.020684074610471725, 0.035782575607299805, 0.001948404940776527, 0.0627678781747818, 0.008758003823459148, 0.07596378773450851, -0.09167321771383286, -0.03318179398775101, -0.025588905438780785, -0.005066289100795984, 0.035014558583498, 0.019305136054754257, -0.029970088973641396, -0.008836550638079643, 0.008133990690112114, -0.012454082258045673, -0.05760122090578079, -0.02513507753610611, -0.034560732543468475, -0.029289348050951958, 0.053935687988996506, 0.031837765127420425, -0.011598790995776653, -0.011590063571929932, 0.02913225255906582, 0.01968914456665516, -0.03798189386725426, 0.04018121585249901, -0.05086362361907959, 0.023843413218855858, -0.01742873340845108, -0.0012589357793331146, 0.016590896993875504, 0.01711454428732395, 0.0409841425716877, -0.004130269400775433, -0.010656225495040417, 0.029900269582867622, 0.06158094108104706, -0.02070152945816517, 0.09230159223079681, -0.02695038914680481, -0.02401796355843544, -0.04545259848237038, -0.012454082258045673, 0.043462738394737244, -0.03037155233323574, 0.01735018566250801, 0.03620149567723274, 0.03843572363257408, 0.016355255618691444, 0.01995096728205681, 0.022813573479652405, -0.027247123420238495, -0.009338379837572575, -0.029690811410546303, 0.04503368213772774, 0.019008401781320572, -0.09006736427545547, 0.03878482058644295, 0.04911813139915466, -0.0373535193502903, 0.014531216584146023, -0.01803092658519745, 0.014688311144709587, -0.00912892073392868, 0.003220431739464402, -0.03934337943792343, -0.04835011437535286, -0.016023611649870872, -0.018432389944791794, 0.016451258212327957, -0.0020007696002721786, 0.009931846521794796, 0.008487452752888203, -0.02583327516913414, -0.009094011038541794, 0.018641849979758263, -0.053621500730514526, -0.02183609828352928, 0.05278366431593895, 0.0021316814236342907, 0.03676005080342293, -0.023895779624581337, 0.032954879105091095, -0.005127381533384323, -0.03201231360435486, -0.012899182736873627, 0.0009343834244646132, 0.038715001195669174, -0.04663953185081482, 0.05274875462055206, -0.00012095710553694516, -0.01494140736758709, 0.023441951721906662, -0.041019052267074585, -0.030615922063589096, 0.027875499799847603, 0.006951420102268457, -0.016093431040644646, 0.03602694347500801, 0.017088361084461212, -0.006157221272587776, -0.06884218752384186, 0.045662056654691696, -0.040006667375564575, -0.01862439513206482, -0.08133990317583084, -0.0033906172029674053, 0.03257087245583534, -0.05177127942442894, -0.007422702852636576, -0.026339467614889145, -0.054843343794345856, 0.04272963106632233, 0.07104150205850601, 0.03185522183775902, 0.020614255219697952, 0.005773213226348162, -0.006768143270164728, -0.015761788934469223, 0.0181531123816967, 0.06674759835004807, 0.058578696101903915, 0.0396924763917923, -0.038505543023347855, -0.012026436626911163, -0.022185197100043297, 0.026007823646068573, -0.034508366137742996, -0.029690811410546303, -0.00989693682640791, 0.021487001329660416, -0.0181531123816967, 0.05864851549267769, 0.003028427716344595, 0.014103571884334087, -0.009259832091629505, 0.02028261125087738, 0.014862860552966595, 0.08601782470941544, 0.0023193219676613808, -0.07275208830833435, -0.020893532782793045, 0.022237561643123627, 0.022010648623108864, 0.021417180076241493, -0.015403962694108486, -0.00043146367534063756, -0.040111396461725235, -0.008282356895506382, -0.04457985237240791, -0.02033497579395771, 0.021958284080028534, 0.019933512434363365, 0.028626060113310814, -0.021382270380854607, 0.009809662587940693, -0.06817889958620071, 0.006213949993252754, -0.0018480391008779407, 0.03356580063700676, 0.04562714695930481, -0.08580836653709412, 0.07966423034667969, 0.023441951721906662, -0.005258293356746435, -0.026863114908337593, 0.0728917270898819, -0.029236983507871628, 0.0019178588408976793, 0.058578696101903915, -0.02331976592540741, 0.0030698832124471664, 0.03644586354494095, -0.03307706490159035, -0.03958774730563164, -0.0009643840603530407, -0.02972572110593319, 0.027666039764881134, 0.007357246708124876, 0.023145217448472977, -0.006187767256051302, -0.030336642637848854, 0.007077968213707209, -0.03693459928035736, 0.03459564223885536, 0.043742015957832336, 0.034822557121515274, -0.02017788216471672, 0.0021185902878642082, 0.06650322675704956, -0.025152532383799553, -0.03176794573664665, -0.02588563971221447, 0.051422178745269775, 0.004673553630709648, 0.01542141754180193, -0.048699215054512024, 0.009800935164093971, 0.04967669025063515, 0.002908425172790885, -0.05075889453291893, -0.07484667748212814, 0.05044470354914665, -0.0002447779115755111, -0.023895779624581337, 0.01628543622791767, 0.0077979834750294685, 0.0440911166369915, -0.03328652307391167, -0.03307706490159035, -0.054249875247478485, -0.02913225255906582, -0.04904831200838089, 0.026461651548743248, 0.02342449687421322, -0.008216901682317257, -0.04814065620303154, -0.01618070714175701, 0.04611588642001152, -0.015307961031794548, -0.04911813139915466, -0.07638271152973175, 0.03408944979310036, -0.06688723713159561, -0.042136166244745255, 0.03278033062815666, -0.015674514696002007, 0.02604273334145546, 0.01857203058898449, -0.04712827131152153, 0.053132761269807816, 0.07048294693231583, 0.05379604920744896, 0.00456446036696434, 0.05215528607368469, -0.051317449659109116, 0.046569712460041046, 0.009696205146610737, -0.004435730166733265, 0.004352819640189409, -0.02604273334145546, 0.01080459263175726, 0.012235895730555058, 0.01513341162353754, 0.0034582549706101418, -0.027037663385272026, 0.06217440962791443, -0.03833099454641342, -0.06343115866184235, -0.0034342545550316572, 0.015726879239082336, 0.016451258212327957, -0.08545926213264465, 0.06154603138566017, -0.03208213299512863, -0.04056522250175476, -0.011110053397715092, 0.023930689319968224, 0.009137648157775402, -0.00480446545407176, 0.0342290885746479, -0.044963862746953964, -0.020404795184731483, 0.019235316663980484, -0.007152151316404343, -0.03393235430121422, -0.03564293682575226, -0.030057363212108612, 0.01579669862985611, 0.04080959036946297, 0.007793619763106108, -0.04035576432943344, -0.01460103690624237, 0.01883385330438614, -0.010891866870224476, -0.05219019576907158, 0.04932758957147598, -0.023564135655760765, 0.04091431945562363, -0.02785804495215416, -0.019392410293221474, 0.000006315474820439704, 0.00360225816257298, -0.03534620255231857, -0.02705511823296547, 0.0013767564669251442, 0.008692547678947449, 0.008321630768477917, -0.06517665088176727, 0.015377780422568321, -0.04272963106632233, 0.0591372512280941, -0.017760375514626503, -0.0053237490355968475, 0.024297241121530533, 0.00272733042947948, -0.04077468067407608, 0.026671109721064568, 0.04499877244234085, -0.02637437731027603, 0.0029564262367784977, -0.043951477855443954, 0.027875499799847603, 0.04321837052702904, 0.008317267522215843, -0.013972659595310688, -0.013937749899923801, -0.0011007506400346756, 0.05016542598605156, -0.0011067506857216358, -0.0076932539232075214, 0.04126342013478279, 0.012200986035168171, 0.015779243782162666, -0.062034767121076584, -0.018292751163244247, -0.009303470142185688, -0.04814065620303154, 0.09369798749685287, 0.05714739114046097, 0.0006174676236696541, -0.0396924763917923, 0.054843343794345856, 0.010472948662936687, -0.03283269703388214, 0.026461651548743248, 0.006663413718342781, 0.03176794573664665, -0.012384261935949326, 0.0008798367925919592, -0.03326907008886337, -0.003558620810508728, -0.02049207128584385, 0.002805877709761262, 0.016093431040644646, 0.02054443582892418, -0.018851308152079582, -0.006833599414676428, 0.003613167442381382, -0.03408944979310036, 0.0703083947300911, 0.025327082723379135, -0.040844500064849854, 0.008971826173365116, 0.001708399853669107, -0.04964178055524826, -0.017254183068871498, 0.0005711030098609626, 0.04004157707095146, -0.03195995092391968, -0.0801529735326767, -0.04126342013478279, -0.016747990623116493, 0.0010451130801811814, -0.021539365872740746, 0.008435088209807873, -0.03361816704273224, -0.018170567229390144, -0.01344901230186224, -0.024419426918029785, 0.0049790143966674805, -0.05079380422830582, 0.008666365407407284, 0.041752155870199203, -0.03539856895804405, -0.019252771511673927, -0.019008401781320572, 0.009137648157775402, -0.015063592232763767, 0.017463643103837967, -0.030336642637848854, -0.055750999599695206, -0.007509977091103792, -0.04751227796077728, 0.020160427317023277, 0.003813898889347911, 0.030615922063589096, 0.023354675620794296, -0.023773593828082085, 0.07540523260831833, 0.0021709550637751818, -0.018188022077083588, -0.050095606595277786, -0.004461912903934717, 0.005681574810296297, -0.024751069024205208, -0.0011978435795754194, -0.028311872854828835, 0.0889502465724945, 0.007763073313981295, 0.001309118582867086, 0.03826117515563965, 0.01158133614808321, 0.01927022635936737, -0.04681408405303955, -0.04241544380784035, -0.0229532141238451, -0.05693793296813965, 0.04639516398310661, -0.009216194972395897, 0.020998263731598854, 0.03431636467576027, -0.06304715573787689, 0.0022625934798270464, 0.0837835893034935, 0.025972913950681686, 0.004874284844845533, -0.005083743948489428, 0.051003262400627136, -0.027788225561380386, -0.02290084958076477, -0.03620149567723274, -0.005550662986934185, 0.010664952918887138, -0.005157927516847849, -0.038086626678705215, 0.02689802460372448, 0.008775458671152592, -0.025798365473747253, 0.08776331692934036, -0.007235062308609486, 0.015264322981238365, -0.026287103071808815 ]
15,922
hypothesis._settings
register_profile
Registers a collection of values to be used as a settings profile. Settings profiles can be loaded by name - for example, you might create a 'fast' profile which runs fewer examples, keep the 'default' profile, and create a 'ci' profile that increases the number of examples and uses a different database to store failures. The arguments to this method are exactly as for :class:`~hypothesis.settings`: optional ``parent`` settings, and keyword arguments for each setting that will be set differently to parent (or settings.default, if parent is None).
@staticmethod def register_profile( name: str, parent: Optional["settings"] = None, **kwargs: Any, ) -> None: """Registers a collection of values to be used as a settings profile. Settings profiles can be loaded by name - for example, you might create a 'fast' profile which runs fewer examples, keep the 'default' profile, and create a 'ci' profile that increases the number of examples and uses a different database to store failures. The arguments to this method are exactly as for :class:`~hypothesis.settings`: optional ``parent`` settings, and keyword arguments for each setting that will be set differently to parent (or settings.default, if parent is None). """ check_type(str, name, "name") settings._profiles[name] = settings(parent=parent, **kwargs)
(name: str, parent: Optional[hypothesis.settings] = None, **kwargs: Any) -> NoneType
[ -0.04073167219758034, -0.019496986642479897, -0.03770807385444641, 0.027890073135495186, -0.016838306561112404, 0.04094019532203674, -0.028237612918019295, 0.019305840134620667, 0.032616615295410156, -0.016673224046826363, 0.000184223274118267, 0.07569418102502823, 0.009253248572349548, 0.030531376600265503, 0.027751058340072632, -0.059811610728502274, 0.07263582944869995, 0.014952902682125568, -0.03815987706184387, -0.01788092590868473, 0.0085712019354105, 0.029332363978028297, 0.029314987361431122, 0.0027738024946302176, -0.019357969984412193, 0.03129596635699272, -0.008658086881041527, -0.0035123247653245926, -0.030531376600265503, 0.02078288421034813, -0.05769161880016327, -0.024258282035589218, -0.07409549504518509, 0.018854036927223206, 0.05800440162420273, -0.058247681707143784, -0.08938725292682648, 0.09133347868919373, -0.08306203037500381, 0.018384858965873718, 0.039411019533872604, -0.011242914944887161, -0.08118531107902527, 0.003925028257071972, 0.007241861894726753, 0.06074996665120125, 0.003229948692023754, 0.03054875321686268, 0.01841961219906807, -0.029645150527358055, 0.027994336560368538, 0.003106137504801154, -0.017107650637626648, 0.04587526246905327, -0.020765507593750954, 0.02283336967229843, -0.01679486408829689, -0.024049758911132812, 0.0254746712744236, 0.03777758404612541, 0.03781233727931976, -0.04639657214283943, 0.04465887323021889, -0.0032408093102276325, 0.000021195179215283133, -0.0344238243997097, -0.016238799318671227, -0.06241815909743309, 0.009461772628128529, 0.014249134808778763, 0.02505762316286564, -0.06332176178693771, 0.027751058340072632, -0.011686027981340885, 0.016881749033927917, 0.042643141001462936, -0.04955918341875076, 0.0014401182997971773, 0.0015041959704831243, 0.029123840853571892, 0.006624978501349688, -0.02768155001103878, -0.027438271790742874, 0.0216169785708189, 0.01444896962493658, 0.0629047155380249, -0.004626624286174774, -0.08424366265535355, 0.046883128583431244, 0.029471380636096, -0.009496526792645454, 0.008792758919298649, 0.07729286700487137, 0.010165541432797909, 0.07145419716835022, -0.03576185181736946, 0.0022112224251031876, -0.0027151552494615316, -0.059811610728502274, -0.011677339673042297, -0.04027986899018288, -0.050010986626148224, -0.0012696065241470933, -0.05852571129798889, 0.041079211980104446, -0.06363455206155777, 0.0451454296708107, 0.018558628857135773, -0.008262760005891323, 0.01788092590868473, -0.00959210004657507, -0.06578929722309113, -0.01692519150674343, -0.007441697176545858, 0.011555700562894344, 0.006212275009602308, -0.00414224062114954, -0.03697824105620384, 0.032964155077934265, -0.005760473199188709, -0.02142583206295967, 0.08771906048059464, -0.017324863001704216, 0.04167002812027931, 0.0045049856416881084, 0.01622142270207405, 0.03993232920765877, 0.03767332062125206, -0.01986190304160118, 0.03240809217095375, 0.03576185181736946, -0.017185846343636513, -0.025561556220054626, -0.05459851399064064, 0.058942761272192, 0.0161866694688797, 0.042990680783987045, 0.013875529170036316, -0.008610299788415432, 0.0017431295709684491, -0.04552772268652916, -0.011086521670222282, -0.002597860526293516, 0.003653512801975012, 0.053521137684583664, -0.02146058715879917, -0.02420615218579769, 0.07555516809225082, 0.0006304590497165918, -0.0186455138027668, 0.013962414115667343, 0.02024419605731964, -0.039862822741270065, 0.018158957362174988, -0.008862266317009926, -0.043442483991384506, 0.021790748462080956, 0.009965705685317516, -0.01596945710480213, -0.025266148149967194, -0.012911105528473854, 0.05133163928985596, -0.04476313292980194, -0.023267794400453568, -0.013988479040563107, 0.00001407638228556607, 0.000023146698367781937, 0.0020602596923708916, 0.022242551669478416, -0.009626854211091995, 0.008436529897153378, -0.1018291786313057, 0.05247851833701134, 0.06964699178934097, 0.008849233388900757, -0.029801543802022934, -0.002510975580662489, -0.03663070127367973, 0.01695125736296177, 0.006481618620455265, 0.015630604699254036, 0.027160240337252617, -0.04524968937039375, 0.0012500574812293053, 0.01986190304160118, -0.019149446859955788, 0.023684842512011528, 0.04472837969660759, 0.06526798754930496, 0.028845809400081635, 0.02219041995704174, -0.018245842307806015, 0.014379462227225304, -0.011060455814003944, 0.016490766778588295, -0.014362084679305553, 0.0015975972637534142, -0.05366015434265137, 0.007376533467322588, 0.014162248931825161, -0.03438907116651535, 0.0022524928208440542, 0.01371044758707285, -0.07180173695087433, 0.049211643636226654, 0.002967121545225382, 0.010513081215322018, -0.02722974866628647, 0.005469408351927996, 0.01371044758707285, 0.0015845645684748888, -0.030218591913580894, 0.017455190420150757, 0.07291386276483536, 0.0033537596464157104, -0.0313480943441391, -0.002461016643792391, -0.025526802986860275, 0.0156392939388752, 0.009427018463611603, 0.05953357741236687, 0.017055518925189972, 0.019531739875674248, -0.017655024304986, 0.03569234535098076, -0.017985187470912933, 0.019566494971513748, -0.09334920346736908, -0.03809037059545517, 0.03683922439813614, 0.05178343877196312, -0.018523873761296272, -0.02371959574520588, -0.035327427089214325, -0.05310409143567085, 0.019566494971513748, 0.017663713544607162, -0.051679179072380066, 0.04243461787700653, -0.01717715710401535, 0.008167186751961708, 0.019114691764116287, -0.0264651607722044, 0.012780778110027313, -0.048516564071178436, -0.009731115773320198, -0.05067131295800209, -0.03603988513350487, 0.016690602526068687, -0.007446041330695152, 0.07743187993764877, -0.001209873124025762, -0.024849100038409233, 0.024623198434710503, 0.0014998516999185085, 0.014822575263679028, 0.032008420675992966, -0.004220437258481979, 0.007163665257394314, -0.03603988513350487, -0.03777758404612541, -0.015196180902421474, -0.002838966203853488, -0.023667464032769203, -0.0372215174138546, -0.039411019533872604, 0.0274208951741457, 0.004357281140983105, -0.028915315866470337, -0.0006027644267305732, -0.03878545016050339, 0.05459851399064064, -0.0012630901765078306, -0.01586519554257393, 0.00005678068191627972, -0.03972380608320236, 0.0037664633709937334, 0.06040242686867714, 0.01810682751238346, -0.03202579915523529, 0.037847090512514114, -0.022364189848303795, 0.02139107882976532, 0.001965772360563278, 0.02493598498404026, -0.05661424249410629, -0.01067816186696291, 0.06123652309179306, 0.004263879731297493, 0.015578473918139935, -0.03423267602920532, -0.010469638742506504, -0.026638930663466454, -0.0007488398114219308, -0.05174868553876877, 0.02703860215842724, 0.007663254160434008, 0.01513536088168621, 0.013693070970475674, 0.019149446859955788, 0.06794404238462448, 0.0033559317234903574, -0.006729240529239178, 0.0548417903482914, -0.0031691291369497776, -0.00678571593016386, 0.009948328137397766, -0.05522408336400986, -0.038264140486717224, -0.004239986184984446, -0.05685752257704735, 0.018245842307806015, 0.008049892261624336, 0.12289009243249893, -0.01857600547373295, -0.014570608735084534, 0.00024341365497093648, -0.04855131730437279, -0.0032429813873022795, 0.060680460184812546, -0.030792031437158585, -0.017229288816452026, 0.021721241995692253, -0.01679486408829689, 0.03882020339369774, 0.013953725807368755, 0.018732398748397827, 0.008797102607786655, -0.006303504109382629, -0.022138290107250214, -0.10752883553504944, -0.058942761272192, 0.05619719624519348, 0.018211089074611664, -0.04990672320127487, 0.0866069346666336, -0.004337731748819351, 0.05953357741236687, 0.009140298701822758, 0.034493330866098404, 0.054424744099378586, -0.011251603253185749, -0.0827144905924797, -0.016490766778588295, 0.0026304423809051514, -0.04987196996808052, 0.03173039108514786, 0.03805561363697052, 0.06266143918037415, -0.022364189848303795, 0.007280960213392973, -0.036387424916028976, 0.011868486180901527, 0.026604175567626953, 0.05338212102651596, -0.005521539598703384, -0.0059559643268585205, 0.005339080933481455, -0.04681361839175224, -0.05692702904343605, -0.025231394916772842, 0.005069737788289785, 0.02879367768764496, 0.02238156646490097, 0.022329436615109444, -0.016977321356534958, 0.00530867138877511, 0.0530693382024765, 0.006551126483827829, -0.044137563556432724, 0.03871593996882439, -0.03039236180484295, 0.04410281032323837, 0.007415631785988808, 0.02695171721279621, 0.0011696888832375407, 0.024657953530550003, 0.04410281032323837, -0.018158957362174988, -0.05960308760404587, 0.029679903760552406, 0.042643141001462936, 0.004630968440324068, 0.07145419716835022, -0.0186107587069273, -0.03193891420960426, 0.008866610936820507, -0.004111831076443195, 0.03275563195347786, -0.010973570868372917, -0.04094019532203674, 0.045353952795267105, -0.016334373503923416, 0.0006000492721796036, -0.010765046812593937, 0.0019038667669519782, -0.007784892804920673, -0.010782424360513687, -0.06704043596982956, 0.03390251472592354, 0.018975676968693733, -0.12393271178007126, 0.04121822863817215, 0.025144509971141815, 0.0215474721044302, -0.0323733389377594, -0.009957017377018929, 0.034528084099292755, 0.0070811244659125805, 0.004787361714988947, -0.05112311244010925, -0.09077741205692291, 0.0045831818133592606, 0.012372419238090515, -0.024727461859583855, -0.06036767363548279, -0.029262855648994446, -0.0066423555836081505, -0.045388706028461456, -0.013727824203670025, 0.052443765103816986, -0.034528084099292755, -0.04121822863817215, 0.08855316042900085, 0.01979239471256733, 0.03409365937113762, 0.00678571593016386, 0.011060455814003944, -0.0021493169479072094, -0.007698007859289646, -0.02764679677784443, -0.028915315866470337, 0.04869033396244049, -0.04243461787700653, 0.06293947249650955, -0.022590091452002525, -0.012077010236680508, -0.0038750695530325174, -0.043755266815423965, 0.0020722064655274153, 0.03310317173600197, 0.005673588253557682, -0.022277304902672768, 0.011286357417702675, 0.000363559287507087, 0.02714286372065544, -0.05428572744131088, 0.010947505943477154, -0.008102023042738438, -0.037499550729990005, -0.024067135527729988, -0.029141217470169067, 0.04312969744205475, -0.021599601954221725, 0.039063479751348495, 0.014735690318048, -0.024049758911132812, -0.008879643864929676, 0.03256448358297348, -0.006955141667276621, 0.03836840018630028, -0.00940095353871584, 0.001103439019061625, -0.01650814339518547, 0.0011870658490806818, 0.043720513582229614, 0.04201756790280342, 0.034180544316768646, 0.02806384302675724, 0.012693893164396286, 0.01321520283818245, 0.08917872607707977, -0.01848912052810192, -0.026065489277243614, -0.017229288816452026, 0.0049394103698432446, -0.059012267738580704, 0.017185846343636513, -0.00889267586171627, 0.01711633801460266, 0.0132325803861022, 0.03798610717058182, 0.05376441776752472, 0.07194074988365173, 0.03557070344686508, -0.09321019053459167, 0.021512717008590698, -0.006590224802494049, 0.0313480943441391, 0.06172307953238487, -0.000226851218030788, -0.06015915051102638, -0.001592166954651475, 0.024188773706555367, -0.06797879934310913, -0.02764679677784443, 0.04945492371916771, -0.019132070243358612, 0.03975855931639671, 0.015109295956790447, -0.005438998807221651, -0.04545821249485016, 0.020956654101610184, -0.005278261844068766, 0.033572349697351456, 0.049211643636226654, -0.05383392423391342, 0.07423451542854309, -0.04358149692416191, 0.04073167219758034, 0.000835724757052958, 0.04278215765953064, -0.026221882551908493, -0.010460949502885342, 0.04288641735911369, -0.043790023773908615, 0.03635266795754433, 0.044624119997024536, -0.03423267602920532, -0.05852571129798889, -0.024953361600637436, 0.039445772767066956, 0.018280597403645515, 0.048898857086896896, 0.047682467848062515, 0.014249134808778763, -0.027438271790742874, -0.027577288448810577, -0.037499550729990005, 0.05053229629993439, 0.03525792062282562, 0.00794997438788414, -0.053208351135253906, 0.008049892261624336, 0.053625401109457016, -0.03656119480729103, 0.006651043891906738, -0.02272910624742508, 0.10843243449926376, -0.0024523281026631594, 0.02123468555510044, -0.009948328137397766, 0.055085066705942154, 0.01656896248459816, 0.021721241995692253, -0.0073417797684669495, -0.044589363038539886, -0.0034797429107129574, -0.01826321892440319, -0.040210362523794174, 0.03492775559425354, -0.04076642543077469, -0.014883394353091717, -0.02505762316286564, -0.027976958081126213, -0.031070062890648842, -0.001409708522260189, -0.037881843745708466, -0.019462231546640396, 0.05612768605351448, 0.017967810854315758, 0.004509329795837402, -0.0032408093102276325, 0.012363730929791927, 0.01800256408751011, -0.03503201901912689, -0.08959577977657318, 0.0294366255402565, -0.0631132423877716, -0.029297610744833946, 0.04347723722457886, 0.044936902821063995, 0.002836794126778841, -0.014518477953970432, -0.0685001090168953, 0.0037165044341236353, 0.07124567031860352, 0.07784892618656158, 0.020887145772576332, 0.03061826154589653, -0.1099616140127182, 0.06485094130039215, -0.016707979142665863, -0.009105544537305832, 0.037047747522592545, 0.011625207960605621, 0.030983177945017815, 0.07416500896215439, 0.015508966520428658, 0.03899397328495979, -0.024657953530550003, 0.05213097855448723, -0.03909823298454285, -0.05459851399064064, 0.013727824203670025, -0.04448510333895683, -0.006273094564676285, -0.0823669508099556, 0.030218591913580894, -0.02398025058209896, -0.07166271656751633, -0.011668650433421135, 0.0009372715721838176, -0.01947961002588272, -0.013267334550619125, -0.0013141351519152522, -0.008914397098124027, -0.01746387779712677, -0.02707335539162159, -0.008662431500852108, 0.0010659699328243732, 0.017759287729859352, -0.007880466058850288, 0.003690438810735941, 0.04865558072924614, -0.009835378266870975, -0.0785440057516098, -0.02024419605731964, 0.008692841045558453, -0.029002200812101364, -0.0393415130674839, 0.015222245827317238, -0.010626031085848808, 0.02783794328570366, -0.027976958081126213, -0.05247851833701134, 0.00042003451380878687, -0.007698007859289646, -0.025874342769384384, -0.07492959499359131, 0.012398484162986279, 0.011964059434831142, -0.03506677225232124, -0.10836292803287506, 0.021113047376275063, -0.039411019533872604, 0.031209079548716545, -0.03958478942513466, 0.009122921153903008, -0.013501923531293869, -0.025387786328792572, -0.022051405161619186, 0.0343543142080307, 0.025214016437530518, 0.0014325159136205912, 0.01364962849766016, -0.045284442603588104, -0.0235979575663805, -0.003792528761550784, -0.025492049753665924, 0.008228005841374397, 0.04243461787700653, -0.013206514529883862, 0.0628352090716362, 0.04518018290400505, 0.035900868475437164, 0.02078288421034813, 0.0264651607722044, 0.0005272831185720861, -0.017220599576830864, -0.0064077661372721195, -0.004237814340740442, -0.033346448093652725, 0.04938541352748871, 0.030444491654634476, 0.044902149587869644, -0.022364189848303795, 0.06015915051102638, 0.002565278671681881, -0.011451438069343567, -0.001283725374378264, 0.014700936153531075, -0.001985321519896388, -0.028776301071047783, 0.00568227656185627, -0.03343333303928375, -0.04274740442633629, 0.017637647688388824, -0.033346448093652725, 0.010843243449926376, -0.015917325392365456, -0.03871593996882439, 0.058664727956056595, -0.0012348525924608111, -0.006507684011012316, 0.07903056591749191, 0.03169563412666321, -0.05258278176188469, -0.028776301071047783, 0.050010986626148224, -0.02448418363928795, -0.02592647448182106, -0.008527759462594986, 0.01165127381682396, -0.0046005588956177235, -0.03499726578593254, 0.00008457708463538438, -0.036769717931747437, 0.01845436729490757, -0.04208707809448242, -0.020070426166057587, 0.008545136079192162, -0.00938357599079609, -0.03975855931639671, -0.0014933353522792459, 0.01371044758707285, 0.0013043605722486973, 0.004900312051177025, 0.13102252781391144, -0.04976770654320717, -0.032355960458517075, 0.007141944020986557, -0.00876669306308031, -0.02707335539162159, -0.04472837969660759, -0.023615334182977676, 0.024657953530550003, -0.0067509617656469345, 0.0034102348145097494, 0.013449792750179768, 0.04799525439739227, 0.05133163928985596, 0.01656896248459816, -0.021321570500731468, -0.022659599781036377, -0.00013894806033931673, 0.02074812911450863, -0.03444119915366173, 0.024258282035589218, -0.03179989755153656, -0.05543260648846626, -0.011434061452746391, -0.03767332062125206, 0.042156584560871124, 0.007519893813878298, 0.02040058933198452, 0.008271448314189911, 0.004352936986833811, 0.021373702213168144, -0.06592831015586853, -0.009435707703232765, 0.02771630324423313, -0.010930128395557404, 0.01921895518898964, 0.01647339016199112, -0.012433238327503204, 0.05188770219683647, -0.04306018725037575, 0.012033567763864994, 0.04796050116419792, 0.018854036927223206, 0.009661608375608921, -0.05178343877196312, 0.05501556023955345, -0.021721241995692253, 0.0013173932675272226, 0.011738158762454987, -0.02809859812259674, -0.034597594290971756, -0.0062035867013037205, -0.03430218622088432, 0.01755945198237896, 0.014518477953970432, -0.041878554970026016, 0.09501739591360092, 0.02180812694132328, 0.007867434062063694, -0.009070790372788906 ]
15,923
hypothesis._settings
show_changed
null
def show_changed(self): bits = [] for name, setting in all_settings.items(): value = getattr(self, name) if value != setting.default: bits.append(f"{name}={value!r}") return ", ".join(sorted(bits, key=len))
(self)
[ 0.024363620206713676, -0.01957758516073227, 0.03028746508061886, 0.003781417850404978, 0.03998595476150513, -0.022738173604011536, -0.011477449908852577, -0.0480770617723465, 0.08726835250854492, -0.04056389257311821, -0.044212114065885544, -0.013319621793925762, -0.017058145254850388, 0.00007178344822023064, 0.0012540762545540929, -0.011820599436759949, -0.03342999145388603, -0.04045552760362625, 0.034116290509700775, 0.01679626852273941, 0.05739628151059151, 0.03915517032146454, -0.004438368603587151, 0.006104450207203627, 0.016705965623259544, 0.020119400694966316, -0.0015396579401567578, -0.049341294914484024, -0.008438770659267902, 0.02905935049057007, -0.05786585435271263, -0.037638090550899506, -0.00038350350223481655, -0.019722070544958115, -0.029583105817437172, -0.015270155854523182, 0.014150404371321201, 0.05226709693670273, 0.008976070210337639, -0.007626047823578119, 0.052917275577783585, -0.04403150826692581, -0.02828274853527546, -0.03516380116343498, -0.031208550557494164, 0.0037204637192189693, 0.04760748893022537, 0.11334772408008575, 0.017040085047483444, -0.036518339067697525, 0.08553454279899597, 0.029727589339017868, -0.014538705348968506, 0.02125721238553524, -0.004027492366731167, -0.06982190907001495, 0.03742136433720589, -0.006492751184850931, 0.043381329625844955, 0.054037027060985565, -0.023406412452459335, 0.026205791160464287, 0.037854816764593124, -0.055373504757881165, 0.02900516800582409, -0.04063613340258598, 0.0077298954129219055, 0.002973210532218218, 0.01451161503791809, 0.021564241498708725, -0.0038197964895516634, -0.02555561251938343, -0.004539959132671356, -0.018096623942255974, -0.05530126392841339, -0.037024032324552536, -0.024742890149354935, 0.02411077171564102, -0.02533888630568981, -0.05728791654109955, 0.011360056698322296, -0.009806853719055653, 0.03998595476150513, 0.022611750289797783, -0.016588572412729263, -0.05410926789045334, 0.032165758311748505, -0.011594843119382858, 0.06277830898761749, 0.020552853122353554, -0.019830433651804924, 0.01661566272377968, 0.03234636038541794, 0.04721015691757202, -0.063825823366642, -0.05725179612636566, -0.05320624262094498, 0.001454999321140349, -0.0074454424902796745, -0.022738173604011536, 0.004264536313712597, -0.017870867624878883, -0.003469874383881688, -0.026982393115758896, 0.004894396290183067, -0.03984146937727928, -0.02421913482248783, -0.01885516569018364, 0.003993629012256861, 0.024201074615120888, -0.025194402784109116, -0.037746451795101166, 0.03666282072663307, -0.06332012265920639, 0.06136959046125412, 0.04413986951112747, -0.0488717220723629, -0.0039010688196867704, -0.006569507997483015, -0.03474840894341469, -0.0011299102334305644, 0.04027492180466652, -0.005377514753490686, 0.026910150423645973, -0.023623138666152954, 0.027307482436299324, 0.023171626031398773, 0.05472332611680031, 0.016335725784301758, 0.023406412452459335, 0.01730196177959442, -0.0064385696314275265, -0.04395926743745804, 0.03574173524975777, 0.06375357508659363, -0.036464158445596695, 0.02221442013978958, 0.029727589339017868, 0.05479556694626808, 0.09044700115919113, -0.02031806670129299, 0.025013796985149384, 0.021239152178168297, 0.04374254122376442, 0.05129183083772659, -0.035344406962394714, 0.03807154297828674, 0.06082777678966522, -0.009833944030106068, -0.036121007055044174, 0.05790197476744652, 0.021997693926095963, -0.08423418551683426, -0.045115139335393906, -0.03955250233411789, 0.029926255345344543, -0.04760748893022537, -0.01583906263113022, 0.0012585913063958287, -0.012967441231012344, -0.004876336082816124, 0.008470376022160053, 0.029149653390049934, -0.016082879155874252, -0.004813124425709248, 0.06097226217389107, 0.028987107798457146, -0.020823759958148003, 0.02766869217157364, 0.021510059013962746, -0.026476697996258736, -0.02660312131047249, -0.03420659527182579, 0.04489841312170029, 0.03559725359082222, 0.07300055772066116, -0.04013044014573097, 0.04125019162893295, 0.0421893373131752, -0.01372598297894001, -0.06732955574989319, -0.022178297862410545, -0.04999147355556488, 0.018819045275449753, 0.01930667832493782, -0.02918577380478382, 0.01260623149573803, -0.03821602463722229, -0.03599458560347557, -0.046162646263837814, 0.022250540554523468, 0.0009826042223721743, -0.0010480736382305622, -0.01779862679541111, -0.026910150423645973, 0.003591782646253705, -0.033285509794950485, -0.06685998290777206, 0.04587367922067642, -0.06418702751398087, -0.022395024076104164, -0.024562284350395203, -0.020065220072865486, 0.027253299951553345, 0.014981187880039215, 0.03420659527182579, 0.048004817217588425, -0.04468168690800667, 0.010475092567503452, 0.024923495948314667, 0.06472884863615036, 0.016426028683781624, -0.030702855437994003, -0.045115139335393906, -0.04970250651240349, -0.04016656056046486, 0.03716851770877838, 0.05056941136717796, -0.078527070581913, 0.026964332908391953, 0.013328651897609234, -0.06147795543074608, 0.0016073848819360137, 0.030269404873251915, 0.018710682168602943, 0.04702955111861229, 0.03987759351730347, -0.050858378410339355, -0.047174036502838135, -0.026458637788891792, 0.030540311709046364, -0.0027835750952363014, -0.05605980381369591, 0.01383434608578682, 0.012100537307560444, 0.051255710422992706, -0.008213014341890812, -0.041141826659440994, 0.013861436396837234, 0.019378921017050743, -0.011098179966211319, 0.006993929855525494, 0.054145388305187225, 0.04500677436590195, -0.005120152607560158, -0.06949681788682938, -0.010971755720674992, -0.0017112327041104436, -0.016082879155874252, -0.007856318727135658, 0.035001255571842194, -0.005133698228746653, -0.026765666902065277, -0.03476646915078163, 0.013545378111302853, -0.03619324788451195, -0.05620428919792175, 0.014881854876875877, 0.004190037027001381, -0.05114734545350075, 0.028698140755295753, 0.039191294461488724, -0.06953293830156326, 0.01925249770283699, 0.02862589806318283, 0.023478655144572258, 0.02533888630568981, -0.0261696707457304, 0.00591481477022171, 0.03169618546962738, 0.051364071667194366, -0.03173230588436127, -0.13321428000926971, 0.030323585495352745, -0.04479004815220833, 0.03418853506445885, 0.020715396851301193, 0.00484021520242095, -0.047499123960733414, -0.025989064946770668, -0.017320023849606514, -0.015938393771648407, -0.004804093856364489, 0.026801787316799164, 0.00851101242005825, 0.018259169533848763, 0.00040692571201361716, -0.041430793702602386, -0.027704812586307526, 0.01380725484341383, 0.07173632085323334, 0.03198515251278877, 0.03781869634985924, -0.05605980381369591, 0.031118247658014297, -0.05913008749485016, 0.06928009539842606, -0.01216374896466732, 0.0228284765034914, 0.05190588906407356, -0.055987562984228134, -0.029817892238497734, -0.044392719864845276, -0.021383635699748993, -0.002257562940940261, 0.004948577843606472, 0.007833743467926979, -0.06870215386152267, 0.05345908924937248, -0.010980785824358463, -0.020877942442893982, 0.020968245342373848, 0.0627421885728836, 0.0025465309154242277, 0.015414640307426453, -0.015315307304263115, -0.027144936844706535, 0.045115139335393906, 0.0008731124689802527, 0.058552153408527374, -0.025790398940443993, 0.0381799042224884, -0.07917724549770355, 0.022918779402971268, -0.011007877066731453, -0.06993027031421661, -0.01526112575083971, 0.008041439577937126, 0.028969047591090202, -0.039913713932037354, -0.023063262924551964, -0.07527618110179901, 0.023568958044052124, 0.014051072299480438, 0.018096623942255974, 0.04818542301654816, 0.03398986905813217, 0.008325892500579357, 0.0062715099193155766, 0.00004836123116547242, 0.009662369266152382, -0.024399740621447563, -0.059057846665382385, 0.01526112575083971, 0.00016268562467303127, 0.06646265089511871, -0.0007433026330545545, 0.08900216221809387, -0.009373401291668415, -0.037854816764593124, 0.018277229741215706, -0.03225605934858322, -0.02293683961033821, 0.043056242167949677, 0.0731811597943306, 0.014005920849740505, 0.0020453520119190216, -0.026819847524166107, 0.013229318894445896, 0.04988311231136322, 0.02533888630568981, -0.012669443152844906, 0.00865098088979721, 0.030540311709046364, 0.0359223410487175, 0.002853559562936425, 0.041647519916296005, -0.023406412452459335, 0.05266442894935608, -0.03574173524975777, -0.027072694152593613, 0.01914413459599018, 0.055987562984228134, -0.05898560583591461, -0.0016649527242407203, 0.00440902030095458, -0.022503387182950974, 0.03388150408864021, 0.005368484649807215, -0.02472482994198799, 0.02499573677778244, 0.010032610036432743, 0.007887925021350384, 0.08495660871267319, -0.06581247597932816, 0.041033465415239334, 0.03169618546962738, -0.016218332573771477, 0.028607837855815887, 0.04525962099432945, -0.021184971556067467, -0.001687528332695365, -0.07220589369535446, 0.025176342576742172, -0.003296041861176491, -0.008303316310048103, -0.00739126093685627, 0.017437417060136795, -0.02048061043024063, -0.02884262427687645, 0.012226960621774197, -0.029041290283203125, -0.08069433271884918, -0.028589777648448944, -0.04937741532921791, 0.015658456832170486, -0.01451161503791809, 0.046054285019636154, -0.027361663058400154, -0.036915671080350876, -0.01874680258333683, 0.006718507502228022, 0.012506898492574692, -0.05898560583591461, 0.023785684257745743, -0.045115139335393906, -0.05244770273566246, -0.01018612366169691, 0.05284503474831581, -0.006763658486306667, -0.02226860076189041, 0.004354838747531176, 0.010050670243799686, 0.04341745004057884, 0.05038880556821823, 0.007585411425679922, -0.01963176764547825, 0.0731811597943306, -0.015495912171900272, 0.021383635699748993, 0.05418151244521141, 0.006637235172092915, 0.017554810270667076, -0.00718356529250741, 0.04453720152378082, -0.043381329625844955, 0.041864246129989624, -0.025194402784109116, -0.015983546152710915, 0.028373051434755325, -0.005535544361919165, 0.007273867726325989, -0.015225004404783249, -0.0005993829690851271, 0.030269404873251915, 0.037746451795101166, -0.02013746090233326, 0.012380475178360939, 0.01567651703953743, -0.005680028349161148, -0.05707119032740593, 0.005968996323645115, -0.03962474688887596, -0.07047208398580551, 0.06342849135398865, -0.02595294453203678, -0.053531333804130554, -0.009147644974291325, -0.04330908879637718, 0.00691717304289341, 0.043272968381643295, 0.032328300178050995, -0.05941905826330185, 0.02275623381137848, 0.003458586521446705, -0.09550394117832184, 0.006867506541311741, 0.007359655108302832, -0.030088799074292183, 0.02728942036628723, 0.04074449464678764, 0.007197110913693905, -0.03966086730360985, -0.011694176122546196, -0.05959966033697128, -0.01729293167591095, -0.01919831521809101, 0.04977474734187126, -0.037240758538246155, 0.011947022750973701, -0.0662098079919815, 0.02895098738372326, -0.042478304356336594, -0.011089148931205273, 0.002808408346027136, -0.05103898420929909, -0.01751868799328804, -0.009770732372999191, -0.019740130752325058, -0.009165705181658268, 0.014222647063434124, -0.034513622522354126, -0.036355793476104736, -0.039516381919384, -0.025844581425189972, -0.022015754133462906, 0.00998745858669281, -0.01590227335691452, -0.014800583012402058, 0.0624893419444561, 0.025429189205169678, -0.03510962054133415, -0.027849296107888222, 0.0170220248401165, 0.015920333564281464, -0.03319520503282547, -0.0014606432523578405, -0.0054587870836257935, 0.0027158481534570456, -0.026711484417319298, 0.05049716681241989, -0.07520394027233124, 0.023912107571959496, -0.009933277033269405, 0.008181408047676086, -0.08033312112092972, -0.025808459147810936, 0.02929413691163063, 0.06790749728679657, 0.0347122885286808, -0.04710179194808006, 0.0056574526242911816, -0.016642754897475243, -0.00414262805134058, -0.006348267197608948, -0.00039366254350170493, -0.035795919597148895, -0.038974568247795105, -0.05483168736100197, 0.03603070601820946, 0.041539158672094345, -0.05869663879275322, 0.024237195029854774, 0.02427331730723381, -0.0034021474421024323, 0.025754278525710106, 0.0029980435501784086, 0.024706769734621048, -0.07599859684705734, 0.031876787543296814, 0.03135303407907486, -0.030359705910086632, 0.02013746090233326, -0.01745547726750374, -0.0013060001656413078, 0.04775197058916092, 0.014249737374484539, 0.009445643052458763, 0.030720917508006096, -0.01907189190387726, -0.037024032324552536, 0.009156675077974796, 0.02405659109354019, -0.07737119495868683, -0.027253299951553345, -0.07112226635217667, -0.010700848884880543, 0.044826168566942215, 0.03720463812351227, -0.002438168041408062, 0.007644108030945063, 0.01611899957060814, 0.012651382945477962, 0.045042894780635834, 0.009215371683239937, 0.011016907170414925, 0.020101340487599373, 0.03839663043618202, 0.014014950953423977, 0.0339176245033741, 0.02048061043024063, 0.022358903661370277, 0.002925801556557417, -0.017870867624878883, 0.0009323735139332712, 0.01006873045116663, 0.04760748893022537, 0.004178748931735754, 0.006452114786952734, 0.031064067035913467, -0.07300055772066116, 0.02649475820362568, 0.007865349762141705, 0.0023185170721262693, 0.04630713164806366, 0.023623138666152954, 0.015658456832170486, 0.009048311971127987, 0.017202630639076233, 0.036066826432943344, -0.06797973811626434, 0.02777705527842045, -0.03424271568655968, -0.02878844365477562, 0.0025013796985149384, -0.012281142175197601, 0.015387549065053463, 0.0066869016736745834, 0.00183765625115484, 0.06653489917516708, -0.02398434840142727, -0.02672954462468624, 0.028084082528948784, -0.026855969801545143, 0.009228917770087719, -0.039480261504650116, 0.04562083259224892, -0.057143434882164, -0.027686752378940582, 0.06816034018993378, -0.02873426117002964, 0.0014990217750892043, -0.01249786838889122, -0.018981589004397392, -0.005819997284561396, -0.005029850173741579, 0.048293787986040115, 0.0056213317438960075, 0.0036504792515188456, 0.020896002650260925, -0.013626649975776672, 0.08481212705373764, -0.05396478623151779, 0.0060728443786501884, -0.043056242167949677, -0.002704560523852706, -0.0528811551630497, 0.024634527042508125, 0.006221843417733908, -0.06353685259819031, -0.014773491770029068, 0.02409271150827408, 0.037457484751939774, -0.031551700085401535, -0.038685597479343414, -0.027975719422101974, 0.010366729460656643, -0.01667887531220913, -0.020155522972345352, -0.011947022750973701, 0.03209351375699043, -0.014023981057107449, 0.02304520271718502, 0.017699293792247772, -0.0005392753519117832, 0.043381329625844955, -0.04034716635942459, -0.013157077133655548, -0.019938796758651733, -0.0793217346072197, -0.01841268315911293, 0.03380926325917244, -0.020065220072865486, 0.042983997613191605, -0.0038197964895516634, -0.021491998806595802, -0.0031538153998553753, 0.03825214505195618, 0.043778661638498306, -0.04269503057003021, -0.005562635138630867, -0.026819847524166107, 0.017094267532229424, -0.0467405840754509, 0.0664987713098526, 0.021835148334503174, -0.027993781492114067, 0.0817057192325592, 0.021455878391861916, -0.02969146892428398, 0.03566949442028999, -0.02085988223552704, 0.027253299951553345, -0.001802664017304778, -0.041430793702602386, 0.016714995726943016, 0.018710682168602943, 0.0974544808268547, 0.015613305382430553, -0.05880500003695488, 0.045223500579595566, -0.018710682168602943, -0.02337029203772545, -0.00005414623592514545, 0.03447750210762024, 0.06736567616462708, -0.07173632085323334, -0.00488085113465786, 0.04262278974056244, 0.027704812586307526, -0.09514273703098297, -0.0694245770573616, 0.009382431395351887, 0.001035092631354928, 0.04684894531965256, 0.007404806558042765, 0.021437818184494972, 0.0022440175525844097, -0.0005547960754483938, -0.05450659990310669, 0.047065671533346176, 0.014908946119248867, 0.004454171750694513, 0.014755431562662125, 0.013048714026808739, -0.04334520921111107, 0.01358149852603674, -0.045440226793289185, -0.03424271568655968, 0.00772538036108017, -0.01526112575083971, 0.07766016572713852, -0.0646204799413681, -0.02031806670129299, -0.042153216898441315, -0.06140571087598801, -0.0008488436578772962, -0.04525962099432945, 0.019613707438111305, 0.03041388839483261, -0.02494155615568161, 0.06378969550132751, -0.03380926325917244, 0.028499474748969078, 0.048004817217588425, 0.09362564980983734, 0.004151658155024052, 0.011089148931205273, -0.055265139788389206, -0.0406000129878521, -0.004578337538987398, -0.01807856373488903, -0.0324547253549099, 0.03209351375699043, 0.02913159318268299, 0.05038880556821823, 0.04525962099432945, 0.007011990528553724, -0.02839111164212227, -0.008836101740598679, 0.039588622748851776, -0.002054382348433137, 0.07206141203641891, 0.043598055839538574, 0.02037224732339382, -0.06400642544031143, 0.013175137341022491, 0.0210946686565876, -0.04724627733230591, 0.007111323531717062, -0.0016310892533510923, 0.016164150089025497, -0.026585061103105545, -0.03398986905813217, 0.0536758154630661, 0.022629810497164726, -0.03709627315402031, -0.007440927438437939, -0.009364371187984943, 0.026621181517839432, -0.0026278032455593348, -0.004187779501080513, 0.0515446774661541, 0.02320774644613266, 0.034947074949741364, 0.015315307304263115, -0.05111122503876686, -0.02667536400258541 ]
15,927
netapp_ontap.host_connection
HostConnection
The HostConnection allows the client application to store their credentials and reuse them for each operation. There are three ways to use a connection object: * The first is to use the connection object as a context manager. Any operations on a resource that are called within the scope of the block will use that connection. * The second is to call set_connection() on a resource object. This will then be the connection used for all actions for that object only. * The third way is to call netapp_ontap.config.CONNECTION = connection. This connection instance will now be used for all actions on all resource objects (that do not otherwise set their own connection). This reduces the need to pass the connection around the application. Connections will be searched for in this order when executing an action.
class HostConnection: # pylint: disable=too-many-instance-attributes """The HostConnection allows the client application to store their credentials and reuse them for each operation. There are three ways to use a connection object: * The first is to use the connection object as a context manager. Any operations on a resource that are called within the scope of the block will use that connection. * The second is to call set_connection() on a resource object. This will then be the connection used for all actions for that object only. * The third way is to call netapp_ontap.config.CONNECTION = connection. This connection instance will now be used for all actions on all resource objects (that do not otherwise set their own connection). This reduces the need to pass the connection around the application. Connections will be searched for in this order when executing an action. """ # pylint: disable=bad-continuation,too-many-arguments def __init__( self, host, username: str = None, password: str = None, cert: str = None, key: str = None, verify: bool = True, poll_timeout: int = 30, poll_interval: int = 5, headers: dict = None, port: int = 443, ): """Store information needed to contact the API host Either username and password must be provided or certificate and key must be provided or the 'Authorization' must be provided in the headers. If verify is set to False, urllib3's InsecureRequestWarnings will also be silenced in the logs. Args: host: The API host that the library should talk to username: The user identifier known to the host password: The secret for the user cert: The file path to the users public certificate. The common name in the certificate must match the account name. key: A private key in PEM format verify: If an SSL connection is made to the host, this parameter controls how the validity of the trust chain of the certificate is handled. See the documentation for the requests library for more information: https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification poll_timeout: Time in seconds to poll on a job. This setting applies to all polling that uses this connection unless overridden as a parameter to poll(). Defaults to 30 seconds. poll_interval: Time in seconds to wait between polls on a job. This setting applies to all polling that uses this connection unless overridden as a parameter to poll(). Defaults to 5 seconds. headers: Any custom headers to be passed to each request using this connection object. port: The port that the library should talk to """ authentication_methods = 0 if username and password is not None: authentication_methods += 1 if cert and key: authentication_methods += 1 elif headers and 'Authorization' in headers: authentication_methods += 1 if authentication_methods != 1: from netapp_ontap.error import NetAppRestError # pylint: disable=cyclic-import raise NetAppRestError( "There must be only one authentication method provided. The following four" " methods are the only types of authentication methods currently accepted." " 1. Username and password. 2. Cert and key. 3. An 'Authorization' header." " 4. An 'Authorization' header and a cert and key" ) self.scheme = "https" self.host = host self.port = port self.username = username self.password = password self.cert = cert self.key = key self.verify = verify self.poll_timeout = poll_timeout self.poll_interval = poll_interval self.headers = headers self.protocol_timeouts = None self._old_context = None # type: Optional[HostConnection] self._request_session = None # type: Optional[requests.Session] if not self.verify: import urllib3 # type: ignore urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) @staticmethod def get_host_context() -> "Optional[HostConnection]": """Get the current host context, if any. Returns: A HostConnection object or None if not in a host connection context. """ return _HOST_CONTEXT @property def basic_auth(self) -> Optional[Tuple[str, str]]: """Pulls the credentials out of the connection object. Returns: A tuple of username and password sufficient for passing to the requests library. Returns None if this connection is not configured for basic auth with a username and password. """ if self.username and self.password is not None: return (self.username, self.password) return None @property def cert_auth(self) -> Optional[Tuple[str, str]]: """Pulls the certificate details out of the connection object. Returns: A tuple of cert and key sufficient for passing to the requests library. Returns None if this connection is not configured for cert auth with a cert and key. """ if self.cert and self.key: return (self.cert, self.key) return None @property def bearer_auth(self) -> Optional[Tuple[str, str]]: """Pulls the header name and token out of the connection object. Returns: A tuple of the header name and token for passing to the requests library. Returns None if this connection is not configured for oauth2 yet """ if not self.headers or self.headers.get('Authorization', '').split()[0] != 'Bearer': return None # Right now NetApp only supports 3 IDP (keycloak, auth0, adfs) which all use the JWT format # The following code checks to make sure that the token generally follows the JWT format before returning the tuple # The steps are taken from https://www.rfc-editor.org/rfc/rfc7519#section-7.2 token = self.headers['Authorization'].split()[1] #1 Verify that the JWT contains at least one period ('.') character. if '.' not in token: return None #2 Let the Encoded JOSE Header be the portion of the JWT before the first period ('.') character. header = token.split(".")[0] message = token.split(".")[1] #3~9 Base64url decode the Encoded JOSE Header and Message following the restriction that no line breaks, whitespace, or other additional characters have been used. if ' ' in header or '\n' in header or ' ' in message or '\n' in message: return None try: for b64 in (header, message): b64 += "=" * ((4 - len(b64) % 4) % 4) #add padding as required to properly encode and decode with base64 if base64.b64encode(base64.b64decode(b64)) != bytes(b64, "utf-8"): return None except (ValueError, TypeError, binascii.Error): return None # Success! The our tuple is most likely a valid JWT return (self.headers['Authorization'].split()[0], self.headers['Authorization'].split()[1]) @property def origin(self) -> str: """The beginning of any REST endpoint. Returns: The origin part of the URL. For example, `http://1.2.3.4:8080`. """ return f"{self.scheme}://{self.host}:{self.port}" @property def request_headers(self) -> Optional[dict]: """Retrieves the headers set out of the connection object Returns: A dictionary consisting of header names and values for passing to the requests library. Returns None if no headers are configured. """ if self.headers:
(host, username: str = None, password: str = None, cert: str = None, key: str = None, verify: bool = True, poll_timeout: int = 30, poll_interval: int = 5, headers: dict = None, port: int = 443)
[ 0.01968163065612316, -0.07450196146965027, -0.05936393514275551, 0.006848415359854698, 0.01925257407128811, -0.04391787201166153, -0.005990300793200731, 0.020143693313002586, -0.005319211166352034, -0.06622885167598724, -0.003902771743014455, 0.030320053920149803, 0.02574344165623188, 0.01734931953251362, -0.02105681411921978, 0.006820912007242441, 0.004829645622521639, 0.022431999444961548, 0.032168298959732056, -0.052587028592824936, 0.005294458009302616, 0.004725131671875715, 0.0067604039795696735, 0.023367123678326607, -0.014004872180521488, 0.047306325286626816, 0.0024106972850859165, -0.007040941156446934, 0.061476219445466995, -0.015490070916712284, -0.03175024315714836, 0.03370850533246994, 0.02105681411921978, 0.02858182042837143, 0.04226765036582947, -0.026469537988305092, 0.03518270328640938, 0.0105779143050313, -0.05817577615380287, -0.0027283646631985903, -0.057867735624313354, -0.02203594520688057, 0.013179762288928032, -0.04356582462787628, 0.03487466275691986, 0.07023338973522186, 0.008685661479830742, 0.07736234366893768, 0.03150821104645729, -0.03927525132894516, -0.005385220050811768, -0.02413722686469555, -0.0014686963986605406, 0.012475667521357536, -0.02013269066810608, 0.029637962579727173, -0.003935776185244322, 0.030056018382310867, -0.04655822366476059, 0.013916860334575176, -0.0501227006316185, 0.007998068816959858, -0.006369851529598236, 0.043653834611177444, -0.031200170516967773, -0.007849548943340778, -0.05799975246191025, 0.005748268682509661, 0.03403855115175247, -0.010924460366368294, 0.06354449689388275, -0.005368717946112156, -0.02550140954554081, -0.03135419264435768, 0.06363250315189362, -0.022365989163517952, -0.04981466010212898, -0.009087215177714825, -0.05100281909108162, -0.022795047610998154, 0.03150821104645729, -0.016205165535211563, -0.012717700563371181, -0.0183174479752779, 0.09813311696052551, -0.007871552370488644, -0.0054292259737849236, -0.0007762913010083139, -0.06605283170938492, 0.0272616446018219, -0.03188226372003555, -0.005957296583801508, -0.016667228192090988, 0.030892129987478256, 0.018196431919932365, -0.06244434788823128, -0.032366327941417694, -0.027195636183023453, -0.029923999682068825, -0.03219030424952507, -0.02822977304458618, 0.007299475837498903, -0.08721966296434402, 0.04928658902645111, 0.02148587256669998, -0.049462612718343735, -0.03835112601518631, 0.01826244220137596, 0.011298510245978832, -0.02305908314883709, -0.04567810520529747, -0.0211558286100626, 0.025039346888661385, 0.00452985567972064, 0.020935798063874245, 0.011204998008906841, -0.0051294355653226376, -0.01968163065612316, -0.011518539860844612, 0.005497985053807497, -0.01561108697205782, -0.008751669898629189, 0.02935192361474037, 0.01453294325619936, 0.033972542732954025, 0.033884529024362564, -0.00430982606485486, -0.023389127105474472, -0.01709628477692604, -0.07058543711900711, -0.00783854816108942, 0.04451195150613785, 0.00452985567972064, 0.04407189041376114, -0.0033829521853476763, -0.03067210130393505, -0.025853456929326057, 0.052587028592824936, -0.048626501113176346, 0.013443796895444393, 0.02016569674015045, 0.030276047065854073, -0.04264169931411743, -0.022531012073159218, -0.016843251883983612, -0.04352181777358055, -0.017272308468818665, -0.06600882112979889, -0.02598547376692295, -0.046338193118572235, 0.012739703059196472, -0.04070544242858887, 0.011485535651445389, -0.016436196863651276, 0.0048461477272212505, 0.013839850202202797, -0.03894520550966263, -0.03157421946525574, -0.00669439509510994, -0.013641824014484882, -0.016634223982691765, -0.04250968247652054, 0.01582011580467224, -0.021177832037210464, 0.009241235442459583, -0.018053414300084114, 0.018636491149663925, -0.06820911914110184, -0.005550242029130459, -0.012266639620065689, -0.040815457701683044, 0.006776906084269285, -0.06671291589736938, 0.0007735409308224916, 0.01499500498175621, 0.056151505559682846, 0.023323118686676025, -0.027151629328727722, -0.04407189041376114, -0.007211463991552591, -0.005286206491291523, -0.03342246636748314, -0.01089145615696907, 0.012475667521357536, -0.006298341788351536, 0.07533807307481766, 0.06856116652488708, 0.030276047065854073, 0.055623434484004974, 0.03210229054093361, -0.03331245481967926, 0.029681967571377754, 0.022927064448595047, 0.008438128046691418, 0.0036937438417226076, -0.04244367405772209, 0.012134621851146221, 0.04019937291741371, 0.049022555351257324, 0.03302641585469246, -0.04215763509273529, 0.03516070172190666, 0.023191099986433983, 0.015127022750675678, 0.015721101313829422, -0.047218311578035355, -0.0018069915240630507, -0.02574344165623188, -0.05549141764640808, 0.0030831622425466776, -0.0079870680347085, -0.03390653431415558, 0.0003211054136045277, 0.011782575398683548, 0.0183174479752779, -0.008025572635233402, 0.03518270328640938, 0.000033154821721836925, 0.010401890613138676, 0.004851648584008217, 0.07186160981655121, 0.003806508844718337, -0.01861448772251606, -0.061388205736875534, 0.007073945831507444, 0.011320513673126698, 0.006991434842348099, -0.02310308814048767, -0.003336196066811681, -0.0222229715436697, 0.027525680139660835, 0.02954995073378086, 0.01803141087293625, 0.05998001992702484, -0.005280706100165844, -0.013883856125175953, -0.0016460950719192624, 0.021617889404296875, -0.017481336370110512, -0.03931925818324089, 0.03458862379193306, -0.016579216346144676, 0.024533279240131378, -0.024445267394185066, -0.060112036764621735, 0.017514340579509735, 0.005880285985767841, 0.015886124223470688, 0.0039742812514305115, -0.0014975751983001828, -0.05100281909108162, -0.01949460618197918, -0.022641027346253395, -0.04239966720342636, -0.05289507284760475, -0.04981466010212898, -0.035248711705207825, -0.012915726751089096, 0.016139157116413116, -0.02178291231393814, -0.015600085258483887, 0.0202317051589489, -0.03131018579006195, 0.07032140344381332, 0.033884529024362564, 0.03923124447464943, 0.030804118141531944, -0.008806677535176277, -0.0023625658359378576, -0.02970397099852562, 0.03960529342293739, 0.02710762433707714, 0.006391854491084814, -0.007167458068579435, -0.0166122205555439, -0.005277955438941717, -0.018042411655187607, 0.014752971939742565, -0.036612894386053085, -0.020088685676455498, 0.015622088685631752, -0.01140852551907301, 0.014213900081813335, -0.0011668434599414468, -0.00536321708932519, -0.027877727523446083, -0.0795186311006546, -0.0007776664569973946, 0.0032234308309853077, -0.007106950040906668, -0.0043455809354782104, 0.0001676864776527509, 0.041013482958078384, 0.00582527881488204, 0.026293514296412468, 0.035292718559503555, -0.053423140197992325, 0.03038606233894825, 0.05025471746921539, -0.05355516076087952, -0.005704262759536505, 0.0763942152261734, 0.023807182908058167, -0.03859315812587738, 0.05531539395451546, -0.028955871239304543, 0.010847450233995914, 0.01758035086095333, -0.00388351920992136, 0.05100281909108162, 0.03652488440275192, -0.021529877558350563, 0.017019275575876236, -0.031442202627658844, 0.020099686458706856, 0.0008065453148446977, 0.05355516076087952, 0.005242201033979654, 0.006793408188968897, 0.06526072323322296, -0.02926391176879406, 0.013597818091511726, -0.011617553420364857, 0.01042939443141222, 0.0620482936501503, -0.007536007557064295, 0.026403529569506645, 0.013828848488628864, -0.020649760961532593, 0.020583752542734146, -0.05368717759847641, 0.04184959456324577, -0.048142436891794205, -0.011386522091925144, -0.01341079268604517, -0.04112349823117256, -0.025765445083379745, 0.003850514767691493, -0.021771911531686783, -0.047658372670412064, 0.0013346158666536212, -0.03315843269228935, 0.002501459326595068, 0.03751501441001892, -0.010951964184641838, -0.09021206200122833, -0.017910394817590714, -0.003977031446993351, -0.0007714781095273793, -0.012453665025532246, -0.019659629091620445, 0.018768509849905968, 0.04396187886595726, 0.08141088485717773, 0.06455662846565247, -0.050298724323511124, -0.05329112336039543, -0.03014403022825718, 0.015798112377524376, -0.037977077066898346, 0.027965739369392395, 0.0034297085367143154, -0.008922193199396133, 0.03355448693037033, -0.02950594387948513, -0.006182826589792967, 0.032212305814027786, -0.0061278194189071655, 0.018889525905251503, -0.034808654338121414, -0.020693765953183174, -0.0732697919011116, -0.035248711705207825, -0.025919465348124504, 0.004909406416118145, -0.027327653020620346, -0.03736099600791931, 0.008262104354798794, -0.06851716339588165, 0.05505136027932167, 0.06737300753593445, 0.03483065590262413, 0.03962729871273041, 0.017910394817590714, -0.004425341729074717, -0.04924258217215538, -0.036414869129657745, -0.02085878886282444, 0.04035339504480362, 0.06108016520738602, -0.005726265721023083, 0.011309511959552765, -0.004747134633362293, -0.0008216723217628896, -0.02325710840523243, 0.019956668838858604, -0.010995970107614994, 0.00018032098887488246, 0.024643294513225555, -0.07001335918903351, 0.013883856125175953, -0.006881420034915209, 0.08986001461744308, 0.02358715422451496, -0.002846630522981286, 0.056151505559682846, 0.08699963241815567, 0.032212305814027786, 0.0028383794706314802, 0.01641419529914856, -0.07392988353967667, -0.025039346888661385, -0.02017669752240181, 0.002967646811157465, 0.009961831383407116, -0.017756374552845955, 0.017866387963294983, 0.09874919801950455, 0.07300575822591782, 0.04875851795077324, -0.02618350088596344, -0.026645561680197716, 0.010913458652794361, 0.03703095018863678, -0.08119085431098938, 0.004070544149726629, -0.016821248456835747, -0.026359524577856064, -0.042861729860305786, -0.032762378454208374, 0.03527071699500084, 0.05945194885134697, -0.002563342684879899, -0.06174025312066078, 0.04226765036582947, 0.015127022750675678, -0.018603486940264702, 0.011782575398683548, 0.045414071530103683, -0.02569943480193615, -0.008850683458149433, 0.01401587389409542, 0.002236048923805356, -0.013300778344273567, 0.042817723006010056, 0.012695697136223316, -0.04039740189909935, 0.022839052602648735, 0.022553015500307083, 0.015380056574940681, -0.01365282479673624, -0.002029771450906992, -0.00040464784251526, 0.0033912034705281258, -0.11855185031890869, -0.014125888235867023, 0.05205896124243736, 0.04717430844902992, 0.020638758316636086, -0.0013036743039265275, 0.042179640382528305, -0.002600472653284669, 0.027151629328727722, -0.02310308814048767, -0.04156355559825897, 0.012475667521357536, 0.03452261537313461, 0.014917993918061256, -0.011606551706790924, 0.028295783326029778, -0.007216964848339558, -0.000706156890373677, -0.05553542450070381, 0.022927064448595047, 0.03386252745985985, -0.008218098431825638, 0.09646089375019073, 0.0018441214924678206, -0.06992534548044205, -0.05113483592867851, -0.0222229715436697, -0.02047373726963997, 0.03522671014070511, -0.013806845992803574, 0.011903591454029083, -0.01968163065612316, 0.028163764625787735, -0.03615083172917366, 0.0316622331738472, -0.04011136293411255, -0.045018017292022705, 0.07503002882003784, -0.011452531442046165, 0.04735032841563225, -0.011826581321656704, 0.03621684014797211, -0.029373927041888237, -0.018625490367412567, -0.01665622740983963, -0.018867522478103638, -0.008812177926301956, 0.009961831383407116, 0.01387285441160202, -0.011309511959552765, 0.06363250315189362, 0.01265169121325016, -0.11247903853654861, -0.0061113168485462666, 0.024599289521574974, -0.014697965234518051, -0.030034014955163002, 0.009191729128360748, 0.044775985181331635, -0.05091480538249016, -0.055227383971214294, 0.041299521923065186, -0.0488465316593647, 0.061872269958257675, -0.017987404018640518, -0.026271512731909752, 0.040573425590991974, 0.058307796716690063, 0.04244367405772209, -0.0020545246079564095, -0.03139819577336311, 0.011639555916190147, 0.015864120796322823, -0.014433929696679115, -0.0032784382347017527, 0.044181905686855316, -0.04347781091928482, 0.031684234738349915, -0.040133364498615265, -0.002271803794428706, 0.03377451375126839, 0.02618350088596344, -0.08537141233682632, -0.033884529024362564, -0.037404999136924744, 0.00441984087228775, 0.018933530896902084, 0.06605283170938492, -0.07238967716693878, -0.09619686007499695, -0.08312711119651794, 0.0041695572435855865, -0.020781777799129486, 0.05998001992702484, -0.05769171193242073, -0.049066558480262756, 0.037096958607435226, 0.01979164592921734, 0.03487466275691986, -0.004166807048022747, -0.015754105523228645, -0.028493808582425117, 0.05980399623513222, -0.04006735607981682, 0.036612894386053085, 0.0033004411961883307, 0.010412892326712608, 0.0044748480431735516, -0.12304045259952545, -0.03139819577336311, 0.022707035765051842, -0.01289372332394123, 0.033290449529886246, 0.023213103413581848, -0.03722897544503212, 0.024269243702292442, -0.00024478271370753646, -0.011298510245978832, 0.033730510622262955, 0.021287845447659492, -0.017184296622872353, 0.01670023240149021, -0.038615163415670395, 0.05421524867415428, 0.03703095018863678, 0.010049843229353428, 0.06939727813005447, 0.03287239372730255, -0.029373927041888237, -0.09646089375019073, 0.01309175044298172, 0.03131018579006195, 0.015765108168125153, 0.02202494442462921, 0.03619483858346939, -0.06781306862831116, -0.07410590350627899, -0.01901054196059704, -0.010258871130645275, -0.008421625941991806, 0.007734033744782209, 0.07357783615589142, -0.024247242137789726, 0.04704228788614273, 0.05549141764640808, 0.03621684014797211, -0.015765108168125153, 0.03722897544503212, 0.006914424244314432, -0.06556876748800278, 0.023675164207816124, -0.009197229519486427, -0.07956263422966003, 0.012926728464663029, 0.019428597763180733, -0.023037079721689224, 0.0210128091275692, 0.019912661984562874, -0.017481336370110512, -0.024797314777970314, -0.030760113149881363, 0.03291640058159828, -0.0627523884177208, 0.07533807307481766, 0.028977874666452408, -0.0513988696038723, 0.049374599009752274, -0.0017588601913303137, -0.027393661439418793, 0.044533953070640564, -0.039979346096515656, 0.04085946083068848, 0.020924797281622887, -0.057955749332904816, -0.06165224313735962, 0.019373590126633644, 0.06790107488632202, -0.0034159566275775433, 0.02618350088596344, 0.03271837532520294, 0.035446736961603165, 0.003107915399596095, 0.06068411096930504, -0.026249509304761887, 0.00915872398763895, 0.019659629091620445, 0.009686795063316822, -0.028647830709815025, -0.008960697799921036, -0.042421672493219376, -0.021760908886790276, 0.022343987599015236, 0.021122824400663376, -0.05355516076087952, 0.04959462955594063, -0.027283648028969765, -0.03711896389722824, 0.056987617164850235, 0.03414856642484665, -0.015699097886681557, -0.04070544242858887, -0.029241910204291344, -0.03786706179380417, 0.04147554561495781, 0.02638152614235878, 0.0002676451695151627, 0.01685425266623497, -0.0231470949947834, 0.08396322280168533, 0.01438992377370596, -0.008531640283763409, 0.009373253211379051, 0.008575646206736565, -0.06165224313735962, 0.05245501175522804, 0.07802242785692215, 0.04581012576818466, -0.03472064062952995, 0.03727298229932785, 0.06354449689388275, 0.029329920187592506, -0.03335645794868469, 0.02159588783979416, -0.05364317074418068, -0.0404634103178978, -0.011463532224297523, 0.03375251218676567, 0.012827714905142784, -0.02602948062121868, 0.020407728850841522, -0.0005294457660056651, -0.03780105337500572, 0.07089347392320633, 0.03340046480298042, -0.03432459011673927, -0.08673559874296188, -0.01074293628334999, -0.013135756365954876, 0.031530216336250305, 0.025281378999352455, -0.07705429941415787, -0.005962796974927187, -0.04647021368145943, -0.02252001129090786, 0.018240438774228096, -0.01499500498175621, 0.030210038647055626, -0.0322343111038208, 0.0018895026296377182, 0.03419256955385208, 0.027283648028969765, 0.028009744361042976, 0.005577745847404003, -0.06354449689388275, 0.03131018579006195, -0.006985933985561132, 0.0012273516040295362, 0.012464666739106178, 0.08682360500097275, -0.06939727813005447, 0.045458078384399414, 0.03278438374400139, -0.03186025843024254, -0.008944195695221424, -0.03315843269228935, 0.024159230291843414, -0.03586479648947716, -0.000173788852407597, 0.06728499382734299, -0.015490070916712284, 0.06160823628306389, -0.023477138951420784, 0.010715432465076447, 0.005112933460623026, 0.025655429810285568, 0.03639286383986473, 0.002306183334439993, 0.05373118445277214, -0.03161822631955147, 0.0807948037981987, 0.0014246904756873846, -0.05720764771103859, 0.07507403939962387, -0.00639735534787178, 0.004315326921641827, 0.08699963241815567, -0.0018991288961842656, -0.033290449529886246, -0.053423140197992325, 0.00597379868850112, 0.008267605677247047, -0.019989673048257828, 0.013003738597035408, -0.00010133386240340769, 0.04796641319990158, 0.00041221134597435594, -0.0031381696462631226, 0.009763805195689201, -0.004298824816942215, -0.03219030424952507, -0.000787292723543942, -0.00597379868850112, -0.022553015500307083, 0.023675164207816124, -0.0037267482839524746, -0.04576611891388893, -0.03205828741192818, 0.02080378122627735, -0.001463195658288896, -0.015259039588272572, -0.007480999920517206, 0.030760113149881363, 0.007563511375337839, 0.028911864385008812 ]
15,928
netapp_ontap.host_connection
__enter__
null
def __enter__(self): global _HOST_CONTEXT # pylint: disable=global-statement self._old_context = _HOST_CONTEXT _HOST_CONTEXT = self return self
(self)
[ 0.0036723511293530464, -0.032624341547489166, -0.022380635142326355, 0.023648420348763466, 0.00821102224290371, 0.004893650766462088, 0.028178639709949493, 0.009880272671580315, 0.053416017442941666, -0.04685734212398529, -0.02435838058590889, -0.046755917370319366, -0.008194118738174438, 0.009838012978434563, -0.05916330963373184, 0.008713910356163979, -0.06382875889539719, -0.026572778820991516, 0.0022904654033482075, -0.03908159211277962, 0.004253419581800699, -0.00010961059888359159, 0.041143856942653656, -0.055478282272815704, -0.03806736320257187, 0.039859168231487274, -0.027417968958616257, -0.0014019592199474573, 0.059264734387397766, -0.004190030042082071, -0.0016576291527599096, -0.02314130589365959, -0.013168063014745712, -0.026708008721470833, 0.06328783929347992, -0.04286804422736168, -0.052165135741233826, -0.0007073184824548662, 0.002913793083280325, -0.04854772239923477, -0.019845064729452133, -0.01954079605638981, -0.011131154373288155, 0.019845064729452133, 0.023868169635534286, 0.041515741497278214, 0.06555294990539551, -0.009432322345674038, 0.12502053380012512, -0.043578002601861954, -0.004711935296654701, -0.03583606332540512, 0.0052486308850348, 0.006989722605794668, -0.03062969073653221, 0.02124807983636856, 0.004669675603508949, 0.010649396106600761, -0.02623470313847065, -0.012246805243194103, 0.0016386123606935143, -0.01896606758236885, 0.03536275774240494, 0.040062014013528824, -0.03708694502711296, -0.011190317571163177, -0.05280748009681702, 0.03441614285111427, 0.003930134233087301, 0.017115101218223572, -0.015957189723849297, -0.03475422039628029, -0.02893931046128273, 0.0089336596429348, -0.019456276670098305, 0.004268210381269455, -0.06535010039806366, 0.003049023449420929, 0.01270320825278759, -0.006571353413164616, -0.00748838484287262, -0.002607411704957485, -0.04351038858294487, 0.03641078993678093, 0.06704048067331314, -0.021704483777284622, -0.0010549029102548957, -0.010159186087548733, -0.01854347251355648, -0.003135655540972948, -0.006000849884003401, 0.11487824469804764, -0.01647275686264038, 0.03921682387590408, 0.08505993336439133, -0.025761395692825317, -0.012458102777600288, 0.026572778820991516, -0.009736590087413788, -0.010598684661090374, -0.01747853308916092, 0.02684323862195015, -0.020893100649118423, 0.002154178451746702, 0.03395973891019821, -0.011241029016673565, 0.024933109059929848, -0.04438938573002815, 0.007171438541263342, -0.0019682366400957108, -0.060245152562856674, -0.02085929363965988, -0.015035932883620262, 0.026708008721470833, -0.03891255334019661, -0.0026348803658038378, -0.011891825124621391, -0.007264409214258194, 0.04252996668219566, -0.01647275686264038, -0.04229331389069557, 0.02980140410363674, -0.009821109473705292, -0.022786326706409454, 0.00010346976341679692, 0.04939291253685951, -0.02189042419195175, -0.056560125201940536, -0.017377110198140144, -0.025051435455679893, -0.003473731456324458, 0.026792528107762337, 0.016354428604245186, -0.0009614037699066103, 0.032353878021240234, -0.01791803166270256, -0.03472040966153145, 0.019304143264889717, -0.008857592940330505, 0.046113573014736176, -0.05865619704127312, 0.022448251023888588, -0.039892975240945816, -0.0053289239294826984, 0.011891825124621391, -0.024865495041012764, -0.023783650249242783, 0.030088769271969795, 0.005252856761217117, -0.03691790625452995, 0.056560125201940536, -0.0052697607316076756, 0.05503878369927406, 0.047161608934402466, -0.018780125305056572, 0.04557265341281891, -0.06166507303714752, -0.007031981833279133, 0.021755194291472435, -0.029699981212615967, -0.009018179029226303, -0.01979435421526432, -0.021315695717930794, -0.017833512276411057, 0.011621364392340183, -0.026386836543679237, -0.00966897513717413, -0.060481809079647064, -0.017782799899578094, -0.012339776381850243, -0.052334174513816833, -0.029852116480469704, 0.011866469867527485, 0.03938586264848709, -0.048818182200193405, 0.05388932302594185, 0.01954079605638981, -0.006529093720018864, 0.015145807527005672, 0.016853092238307, -0.006681228056550026, -0.0345175676047802, -0.025626165792346, 0.019405566155910492, -0.007636292837560177, 0.007860268466174603, 0.04908864572644234, 0.020487409085035324, 0.041110049933195114, 0.007953239604830742, -0.04165096953511238, 0.005675451830029488, 0.027536295354366302, -0.02207636646926403, -0.027316546067595482, 0.03184676542878151, -0.04493030905723572, -0.029632367193698883, -0.016100872308015823, 0.05115090683102608, -0.04067055135965347, -0.017030581831932068, -0.001491760602220893, -0.0014495011419057846, 0.061563652008771896, 0.035700831562280655, -0.0301732886582613, 0.004190030042082071, -0.0387435182929039, 0.03125513345003128, -0.04087339714169502, -0.013117351569235325, 0.006136080715805292, 0.060684651136398315, 0.018458953127264977, -0.00670658377930522, -0.0156360175460577, 0.026488259434700012, 0.069846510887146, 0.03228626400232315, -0.002294691279530525, -0.033824510872364044, -0.0599408857524395, -0.06298357248306274, -0.03891255334019661, -0.037999749183654785, 0.031153708696365356, -0.036951713263988495, -0.01625300571322441, -0.01623610220849514, 0.019270336255431175, -0.02811102382838726, -0.04178620129823685, -0.02790817804634571, 0.011528393253684044, -0.03274266794323921, 0.01957460306584835, 0.049257680773735046, -0.04827726259827614, -0.016176939010620117, 0.0014125240268185735, 0.016988322138786316, 0.04854772239923477, -0.02310749888420105, -0.01854347251355648, -0.004551348742097616, -0.01187492161989212, 0.005709259305149317, 0.0508466400206089, 0.009711234830319881, -0.027164410799741745, -0.0297675970941782, -0.016498111188411713, -0.019490085542201996, -0.06910274922847748, -0.05520782247185707, -0.015035932883620262, 0.02271871082484722, -0.015424720011651516, -0.018036358058452606, -0.0116551723331213, 0.032573629170656204, -0.04871676117181778, 0.051083292812108994, 0.030494460836052895, 0.03220174461603165, 0.0064741563983261585, -0.0415833555161953, 0.014478106983006, -0.004783776123076677, 0.05290890485048294, 0.02001410350203514, 0.05973803997039795, 0.07140166312456131, -0.016278361901640892, -0.030088769271969795, -0.04388227313756943, 0.03948728367686272, -0.11548678576946259, 0.0010274342494085431, 0.07714895904064178, 0.03813498094677925, -0.038202594965696335, 0.007720812223851681, -0.01416538655757904, -0.02849981188774109, -0.010057763196527958, -0.0005205842899158597, 0.010911405086517334, -0.07255112379789352, -0.03624175488948822, 0.0644034892320633, 0.039047785103321075, -0.006169888190925121, 0.05689820274710655, 0.014545722864568233, -0.11535155028104782, 0.059839460998773575, 0.0062248255126178265, 0.0787041038274765, 0.045741692185401917, -0.031086094677448273, -0.04932529851794243, 0.08370763063430786, 0.03810117021203041, 0.029919730499386787, 0.03353714570403099, 0.07038743793964386, -0.01812087744474411, -0.0012846890604123473, 0.023039883002638817, 0.04202285408973694, -0.004037896171212196, -0.016092419624328613, -0.015111999586224556, -0.04303708299994469, 0.023428671061992645, -0.04121147096157074, -0.03100157529115677, 0.05098187178373337, -0.05601920187473297, 0.013303292915225029, 0.01771518588066101, 0.031086094677448273, 0.05852096527814865, 0.09804205596446991, 0.07471480965614319, 0.018256107345223427, 0.024003399536013603, 0.007872946560382843, -0.04411892592906952, -0.00031668218434788287, -0.020673351362347603, -0.03233697637915611, -0.04973099008202553, -0.002909567207098007, 0.0027870144695043564, -0.005789552349597216, -0.009254831820726395, -0.08438378572463989, 0.0005784269887953997, 0.031153708696365356, -0.02084238827228546, -0.05865619704127312, -0.031322747468948364, -0.05936615541577339, 0.00490210298448801, -0.017563050612807274, 0.003909004386514425, -0.00639386335387826, -0.09033392369747162, 0.013599109835922718, 0.025761395692825317, 0.033655472099781036, 0.020098621025681496, -0.028060313314199448, -0.03941966965794563, 0.00436963327229023, 0.025271184742450714, -0.0072348276153206825, 0.04628261178731918, 0.036748867481946945, -0.007027755957096815, -0.014072416350245476, -0.02161996439099312, -0.013354004360735416, -0.017951838672161102, -0.012677852064371109, -0.0024362606927752495, -0.037188366055488586, -0.0011061426484957337, -0.03617413714528084, 0.05483593791723251, 0.057912427932024, -0.00556135131046176, -0.05162421613931656, -0.05189467594027519, -0.016768572852015495, -0.017546147108078003, 0.07194258272647858, 0.06575579196214676, 0.032607436180114746, 0.06338926404714584, -0.031525593250989914, -0.0028419517911970615, -0.05118471384048462, 0.061124153435230255, -0.03223555162549019, 0.061698880046606064, 0.03583606332540512, 0.004399214871227741, -0.019625315442681313, 0.03678267449140549, 0.027739141136407852, 0.016143132001161575, -0.011731239035725594, 0.004084381274878979, -0.03975774347782135, -0.008401189930737019, -0.031762246042490005, 0.013954089023172855, 0.033013127744197845, -0.0031905928626656532, -0.06396399438381195, 0.016827736049890518, -0.014613337814807892, 0.036309368908405304, 0.017816608771681786, 0.055917780846357346, 0.012272161431610584, -0.08188202232122421, -0.024831686168909073, -0.027164410799741745, -0.02454432286322117, -0.0009820052655413747, -0.0863446295261383, 0.10973948985338211, 0.01261023711413145, 0.03179605305194855, 0.05929854139685631, -0.012846889905631542, 0.007953239604830742, 0.0068291365168988705, 0.001598465838469565, -0.04266519844532013, -0.04990002512931824, -0.07417389005422592, -0.03827020898461342, 0.0036364307161420584, -0.03728979080915451, -0.04269900545477867, 0.058825235813856125, 0.06791947782039642, 0.028618138283491135, 0.011308643966913223, -0.013987896963953972, 0.004126640968024731, 0.010125378146767616, 0.0014706308720633388, 0.0524694062769413, 0.034230202436447144, -0.022870846092700958, 0.0285505224019289, 0.005417668726295233, 0.0020527555607259274, -0.013463879004120827, -0.04053531959652901, 0.031373459845781326, -0.03230316936969757, 0.023682227358222008, 0.03546417877078056, -0.015095096081495285, 0.014951413497328758, 0.017833512276411057, -0.07512050122022629, -0.023377958685159683, -0.003027893602848053, -0.012762371450662613, -0.0011082555865868926, 0.06683763861656189, -0.015171162784099579, 0.023006075993180275, -0.011291740462183952, 0.013497686944901943, -0.018898451700806618, 0.01479082740843296, 0.022972268983721733, -0.016176939010620117, 0.013227226212620735, -0.019304143264889717, -0.000011753425496863201, 0.006622064858675003, -0.03691790625452995, -0.037999749183654785, 0.014097771607339382, -0.007720812223851681, -0.03898017108440399, -0.035295139998197556, -0.012043959461152554, -0.022228501737117767, -0.02062263898551464, -0.024730263277888298, 0.08850831538438797, 0.023665323853492737, -0.034923255443573, -0.018374433740973473, 0.10967187583446503, -0.01874631829559803, 0.012534170411527157, 0.031322747468948364, -0.03837163373827934, 0.033706184476614, -0.026302317157387733, 0.024730263277888298, -0.009254831820726395, 0.012627140618860722, -0.025085244327783585, -0.0045090895146131516, 0.03193128481507301, -0.06038038432598114, -0.014520366676151752, -0.011350903660058975, -0.00006622857472393662, 0.013277937658131123, 0.054869744926691055, 0.02877027355134487, -0.044457003474235535, 0.0015583193162456155, 0.03144107386469841, 0.019321046769618988, 0.019490085542201996, -0.004969717934727669, 0.03189747780561447, -0.022110173478722572, -0.000680906290654093, 0.009119601920247078, -0.09351183474063873, 0.01730949431657791, 0.0005282438360154629, -0.023225825279951096, 0.034855641424655914, 0.04053531959652901, 0.07958310097455978, -0.04990002512931824, 0.014469655230641365, -0.010285964235663414, 0.05020429566502571, 0.030933959409594536, 0.001646007876843214, 0.04641784355044365, -0.019878871738910675, 0.007289764937013388, -0.005772648844867945, -0.011325548402965069, 0.0474320724606514, 0.025355704128742218, -0.052976518869400024, -0.07559380680322647, -0.046755917370319366, -0.055917780846357346, 0.00504578510299325, -0.02329344116151333, 0.0022799004800617695, -0.04212427884340286, -0.01706438884139061, -0.04023105278611183, 0.004293566104024649, 0.018036358058452606, -0.0932413786649704, -0.05980565398931503, 0.029463328421115875, -0.06930559128522873, -0.00852374266833067, 0.02021694928407669, -0.023377958685159683, 0.0012075654231011868, 0.007978594861924648, 0.030359230935573578, 0.010539521463215351, 0.027857467532157898, 0.004403440747410059, 0.05503878369927406, -0.015179615467786789, 0.01625300571322441, 0.017850415781140327, -0.03292860835790634, 0.0026517841033637524, 0.020301466807723045, -0.021941136568784714, 0.05845335125923157, 0.02662348933517933, -0.05855477228760719, 0.0968925952911377, 0.03898017108440399, 0.016903802752494812, 0.030714210122823715, 0.0018583618802949786, 0.048006799072027206, 0.045809306204319, -0.030781826004385948, 0.002147839404642582, -0.02770533226430416, -0.044693656265735626, -0.011334000155329704, -0.051083292812108994, -0.0011853792238980532, 0.004428796470165253, 0.09371468424797058, 0.014300617389380932, 0.0008388512069359422, -0.035937484353780746, -0.016202295199036598, 0.02161996439099312, -0.011942536570131779, 0.03306384012103081, -0.06433587521314621, -0.041955240070819855, -0.0004632698546629399, 0.04919006675481796, 0.028178639709949493, -0.03179605305194855, 0.03701932728290558, 0.013387812301516533, 0.0060304319486021996, 0.03620794788002968, -0.037357404828071594, -0.007522192317992449, -0.030274711549282074, -0.04452461749315262, -0.03546417877078056, -0.00966897513717413, -0.031593207269907, 0.014816183596849442, 0.03999439626932144, -0.016599534079432487, 0.0007231658091768622, -0.061563652008771896, 0.028381485491991043, 0.016354428604245186, 0.001679815468378365, 0.00947458203881979, -0.03083253651857376, -0.028990022838115692, -0.00035048980498686433, 0.028381485491991043, 0.0006766803562641144, 0.08729124069213867, -0.021298792213201523, -0.04063674435019493, 0.07052266597747803, -0.019287239760160446, -0.009770398028194904, -0.026488259434700012, 0.0032582080457359552, 0.07180735468864441, 0.008713910356163979, 0.044862695038318634, 0.01707284152507782, -0.04080577939748764, 0.013091995380818844, -0.027215123176574707, -0.01686999574303627, 0.009060438722372055, -0.05973803997039795, -0.03678267449140549, -0.028195543214678764, 0.03179605305194855, -0.05138755962252617, 0.004441474098712206, -0.01135935541242361, 0.003372308798134327, 0.04810822382569313, 0.013556850142776966, -0.02667420171201229, -0.024865495041012764, 0.018999874591827393, 0.00906889047473669, 0.011004376225173473, 0.022346828132867813, -0.004580930806696415, -0.009618263691663742, 0.05723627656698227, 0.019625315442681313, 0.007154534570872784, 0.058216698467731476, 0.04682353511452675, -0.017816608771681786, 0.014342877082526684, 0.01519651897251606, 0.04685734212398529, 0.0016396689461544156, -0.024493610486388206, -0.08702077716588974, 0.03891255334019661, -0.026724912226200104, -0.0470263808965683, 0.004559800960123539, -0.04496411606669426, -0.028415292501449585, -0.016312170773744583, -0.018222300335764885, 0.020673351362347603, 0.009254831820726395, -0.01228061318397522, -0.037999749183654785, 0.026183990761637688, -0.007953239604830742, -0.005836037918925285, 0.01436823233962059, -0.07985356450080872, -0.009508389048278332, 0.002915906021371484, 0.02975069358944893, 0.00770813412964344, -0.10020574182271957, -0.020707158371806145, -0.0553092435002327, -0.12001699954271317, 0.0018023679731413722, -0.017444724217057228, 0.010666299611330032, 0.019270336255431175, 0.05040714144706726, -0.057371508330106735, 0.0678180605173111, -0.0006919994484633207, 0.03624175488948822, -0.0033342752140015364, -0.00024206774833146483, 0.013979445211589336, 0.049257680773735046, -0.05030571669340134, 0.04749968647956848, 0.05659393221139908, 0.07437673211097717, 0.02021694928407669, -0.04543742164969444, -0.05202990397810936, 0.017816608771681786, 0.010209896601736546, -0.012246805243194103, 0.02496691793203354, 0.046924956142902374, -0.04790537804365158, 0.07018458843231201, -0.003137768479064107, -0.0009344633435830474, 0.02334415167570114, 0.03647840768098831, -0.0023390636779367924, -0.025913530960679054, -0.021755194291472435, -0.01808706857264042, 0.05358505621552467, 0.04638403654098511, -0.028229350224137306, 0.02351319044828415, 0.05388932302594185, -0.034449949860572815, 0.028415292501449585, 0.04628261178731918, 0.007420769426971674, -0.037560250610113144, 0.023006075993180275, 0.032996222376823425, 0.026555875316262245, -0.00499929953366518, 0.008312445133924484, 0.004720387049019337, 0.003754757344722748, 0.020960716530680656, 0.04056912660598755, 0.03952109068632126, -0.00003453394310781732, 0.021197369322180748, -0.04618119075894356, -0.007340476382523775, 0.018678702414035797, 0.021332599222660065, -0.013108898885548115, 0.00811382569372654, -0.06038038432598114, -0.0025672651827335358, 0.04313850402832031, -0.0038054685574024916, -0.003801242681220174, 0.0625440701842308, 0.0544978603720665 ]
15,929
netapp_ontap.host_connection
__exit__
null
def __exit__(self, exception_type, exception_value, traceback): global _HOST_CONTEXT # pylint: disable=global-statement _HOST_CONTEXT = self._old_context
(self, exception_type, exception_value, traceback)
[ 0.02345128357410431, -0.007149251643568277, -0.029257604852318764, 0.023155752569437027, -0.010247984901070595, -0.03918398171663284, 0.005058801732957363, 0.02937929518520832, 0.03530730679631233, -0.04808469116687775, -0.006280041765421629, -0.023625126108527184, -0.015680547803640366, -0.027310576289892197, -0.03509869799017906, 0.04558136686682701, -0.06995401531457901, 0.025328777730464935, 0.01795787736773491, -0.0655384287238121, -0.028162401169538498, -0.03177831321954727, 0.011925560422241688, -0.061540063470602036, -0.01732335425913334, -0.00010749681678134948, -0.02185193821787834, 0.000507672899402678, 0.0714142844080925, -0.01973106525838375, -0.0648430585861206, -0.057089708745479584, -0.05465592071413994, -0.005732439458370209, 0.05608142539858818, -0.0331168994307518, -0.05952349677681923, 0.01599346287548542, 0.043634336441755295, -0.004802384879440069, -0.042243603616952896, -0.011438802815973759, -0.028197169303894043, 0.01980060152709484, 0.0480499230325222, 0.01901831291615963, 0.027084581553936005, -0.029970357194542885, 0.03685450181365013, -0.038419079035520554, -0.04064425453543663, -0.023155752569437027, 0.05841090530157089, 0.023294825106859207, 0.018757550045847893, 0.06818082928657532, 0.01654975675046444, 0.004459046758711338, -0.04679826274514198, -0.047876082360744476, -0.013046841137111187, 0.0432518869638443, -0.03403826057910919, 0.03221292048692703, 0.016575833782553673, -0.014802644960582256, -0.019626758992671967, 0.018653245642781258, -0.012342780828475952, 0.013012072071433067, -0.029553137719631195, -0.0432518869638443, -0.05795891582965851, 0.008040191605687141, 0.027919022366404533, -0.03668065741658211, -0.054829761385917664, 0.013498829677700996, 0.01980060152709484, -0.01148226298391819, -0.004663311410695314, 0.038627687841653824, -0.037376027554273605, 0.03009204752743244, 0.09721243381500244, -0.008413951843976974, -0.003287786617875099, 0.002096968935802579, -0.016610601916909218, 0.05263935402035713, 0.004502507392317057, 0.0262675229460001, -0.046589650213718414, 0.023329593241214752, 0.053299952298402786, -0.015889156609773636, 0.00827922485768795, 0.007440437097102404, 0.01767103746533394, -0.05128338560461998, 0.06595564633607864, -0.02155640535056591, 0.040192265063524246, -0.002883603796362877, 0.03716741502285004, 0.00560205802321434, 0.039983656257390976, -0.03228245675563812, -0.004932766314595938, -0.02543308213353157, -0.06644240766763687, -0.03282136470079422, -0.022842837497591972, -0.04853668063879013, -0.03534207493066788, -0.008874633349478245, -0.05232643708586693, 0.02000921219587326, 0.046033356338739395, -0.0076360092498362064, 0.0141594298183918, 0.010143679566681385, -0.05851520970463753, 0.00043569147237576544, 0.009682998061180115, 0.0728050246834755, -0.018566323444247246, 0.004997957032173872, -0.03720218315720558, 0.016045615077018738, -0.035255152732133865, 0.009422235190868378, -0.04460785165429115, -0.005788938142359257, 0.02769302763044834, 0.011073734611272812, -0.051665838807821274, 0.028753463178873062, -0.016002153977751732, -0.02155640535056591, -0.02564169280230999, 0.04210452735424042, -0.016880055889487267, -0.03002251125872135, 0.037793248891830444, 0.008340069092810154, 0.01563708670437336, 0.037654172629117966, -0.04992741718888283, -0.0442601703107357, 0.030474498867988586, 0.014854797162115574, -0.029883436858654022, 0.0017449388979002833, -0.024129267781972885, 0.05020556598901749, -0.028857769444584846, 0.0034333791118115187, 0.014985178597271442, -0.02585030347108841, -0.031152483075857162, -0.03887106850743294, 0.010482671670615673, -0.058862894773483276, -0.0016199899837374687, -0.002096968935802579, -0.00011089217150583863, -0.017836187034845352, -0.007066676393151283, -0.04492076858878136, -0.10792110115289688, -0.00642780726775527, -0.004337357357144356, 0.01641068235039711, -0.019557222723960876, 0.07224872708320618, 0.01682790368795395, -0.0029227184131741524, 0.006566880736500025, 0.015741391107439995, 0.02219962142407894, -0.07704676687717438, -0.05204828828573227, 0.05841090530157089, 0.006110545713454485, 0.018618475645780563, 0.007005831692367792, 0.010300137102603912, 0.02732796035706997, -0.006853720173239708, -0.01908784918487072, 0.0066711860708892345, 0.02359035797417164, 0.012177631258964539, 0.0259198397397995, 0.017245125025510788, -0.01614122837781906, -0.005302180536091328, 0.0005215259734541178, 0.048919133841991425, -0.048154231160879135, 0.028214553371071815, -0.003861465025693178, -0.03155231848359108, 0.03668065741658211, 0.044121094048023224, 0.01654975675046444, -0.004711117595434189, -0.058932431042194366, 0.023294825106859207, -0.010578284971415997, -0.025450466200709343, 0.005045763682574034, 0.061053305864334106, 0.03191738948225975, -0.020739348605275154, -0.040609486401081085, -0.0183750968426466, 0.05326518416404724, 0.0703364685177803, -0.0069276029244065285, -0.04370387643575668, -0.010691282339394093, -0.057437390089035034, 0.0017873129108920693, -0.018722781911492348, -0.008001076988875866, -0.00788807962089777, 0.02571122907102108, -0.04982311278581619, -0.0024011924397200346, 0.00975253526121378, -0.0324215292930603, -0.032004307955503464, 0.06171390414237976, 0.017297277227044106, 0.035394228994846344, 0.021260874345898628, -0.03612436354160309, 0.0009382034768350422, -0.013185914605855942, -0.005749823525547981, 0.03570714220404625, -0.008426990360021591, 0.03741079568862915, 0.010082835331559181, 0.018288176506757736, 0.06939771771430969, 0.020513353869318962, -0.008952862583100796, 0.02035689540207386, -0.030665725469589233, -0.019487686455249786, -0.047145944088697433, -0.033151667565107346, -0.06366093456745148, 0.031048178672790527, -0.010221908800303936, 0.04137439280748367, -0.0074143605306744576, -0.002275157021358609, 0.02811024896800518, -0.0345076322555542, 0.03859291970729828, 0.025415698066353798, 0.01938338205218315, 0.006718992721289396, -0.010013298131525517, 0.03219553455710411, 0.0130381491035223, 0.0497535765171051, 0.014820029027760029, -0.025467850267887115, 0.040470413863658905, -0.041096244007349014, 0.043008506298065186, -0.02986605279147625, 0.014680955559015274, -0.08226202428340912, 0.011786486022174358, 0.08622562140226364, 0.04530322179198265, -0.007370899897068739, 0.01074343454092741, -0.05281319469213486, -0.011143270879983902, -0.0070970989763736725, -0.025937223806977272, 0.0022729840129613876, -0.017627576366066933, -0.022582072764635086, 0.04161776974797249, 0.014150737784802914, 0.0020198265556246042, 0.03170877695083618, 0.021539021283388138, -0.06373047083616257, -0.023207904770970345, 0.021156569942831993, 0.05966256931424141, 0.03911444544792175, -0.0004509026475716382, -0.03723695129156113, 0.07405668497085571, 0.005906281527131796, 0.03817569836974144, 0.09283161908388138, 0.02746703289449215, -0.01753196492791176, 0.031308941543102264, 0.05597711727023125, 0.03650681674480438, -0.021087031811475754, -0.01804479770362377, 0.02894468978047371, -0.03647204861044884, 0.05809799209237099, -0.05229166895151138, -0.06366093456745148, 0.06978017091751099, -0.06755499541759491, -0.020043980330228806, 0.04516414552927017, -0.007383938413113356, 0.07315270602703094, 0.07649046927690506, 0.05375194177031517, 0.015793543308973312, 0.019122617319226265, -0.020617660135030746, -0.03748033195734024, -0.04283466562628746, -0.03388180211186409, -0.01987013779580593, 0.038488615304231644, -0.010048066265881062, -0.002877084771171212, -0.021799784153699875, -0.0183750968426466, -0.09721243381500244, -0.03911444544792175, 0.03353411704301834, -0.02084365300834179, -0.042243603616952896, 0.005336948670446873, -0.02492894046008587, 0.00866167712956667, -0.017279893159866333, 0.018896624445915222, 0.03487270325422287, -0.0625135749578476, 0.048710525035858154, -0.008679061196744442, 0.05170060694217682, 0.005315218586474657, -0.04902343824505806, -0.03421210125088692, -0.020513353869318962, 0.055038370192050934, 0.00307483016513288, 0.056602951139211655, 0.03403826057910919, 0.01169087365269661, 0.004741540178656578, -0.00954392459243536, -0.048015154898166656, -0.040192265063524246, 0.003231287933886051, 0.001084339339286089, -0.015489320270717144, -0.0160543080419302, -0.049475427716970444, 0.03170877695083618, 0.01987013779580593, 0.011969020590186119, -0.05861951783299446, -0.012438394129276276, 0.0010903151705861092, -0.037515100091695786, 0.09443096816539764, 0.046589650213718414, 0.016940901055932045, -0.005110954400151968, -0.05156153067946434, -0.02725842222571373, -0.012160246260464191, 0.0655384287238121, -0.012673080898821354, 0.027640875428915024, 0.03127417340874672, -0.0031356748659163713, -0.027275806292891502, 0.037028342485427856, 0.015584933571517467, 0.04770224168896675, 0.012316704727709293, -0.004806730896234512, -0.03515084832906723, -0.007175327744334936, 0.013046841137111187, -0.04366910457611084, 0.08726867288351059, -0.033707961440086365, -0.018131718039512634, 0.04036610946059227, -0.0549340657889843, -0.005845436826348305, -0.030387578532099724, 0.05910627543926239, -0.02522447146475315, -0.07558649778366089, -0.04050518199801445, -0.027919022366404533, -0.05507314205169678, 0.015567549504339695, -0.03647204861044884, 0.06845897436141968, 0.016793135553598404, 0.06856327503919601, 0.02691073901951313, 0.0009056080598384142, -0.004480777308344841, 0.016236841678619385, -0.0066364179365336895, -0.07503020018339157, -0.04725025221705437, -0.09352698922157288, -0.013542290776968002, -0.009022398851811886, -0.04537275806069374, -0.03252583369612694, 0.0012994688004255295, 0.009309237822890282, 0.020113516598939896, -0.0007589288870804012, -0.019140003249049187, -0.03713264688849449, 0.024459566920995712, 0.029605289921164513, 0.06473875790834427, -0.011630028486251831, 0.009674306027591228, 0.015541473403573036, 0.027154117822647095, 0.02732796035706997, -0.02213008515536785, 0.0046676574274897575, 0.015098175965249538, -0.038001857697963715, 0.023433899506926537, -0.004711117595434189, -0.043286655098199844, 0.0005856301868334413, -0.02289498969912529, -0.04137439280748367, -0.03499438986182213, -0.07503020018339157, 0.008231418207287788, 0.000005704190243704943, 0.026041528210043907, -0.030474498867988586, 0.03925351798534393, -0.0023555587977170944, -0.028544854372739792, -0.0007078628404997289, 0.0160543080419302, 0.017488503828644753, -0.02802332676947117, 0.033203817903995514, 0.011386649683117867, -0.011725641787052155, 0.02106964774429798, -0.032925672829151154, 0.009378775022923946, -0.013759592548012733, -0.003287786617875099, -0.0041591692715883255, -0.00011428751895437017, 0.005767207592725754, 0.002522881841287017, 0.04572044312953949, -0.007844619452953339, 0.08260971307754517, 0.002346866764128208, -0.06289602816104889, -0.013663980178534985, 0.07252687215805054, -0.042799897491931915, 0.02529400773346424, 0.053995318710803986, -0.019348612055182457, -0.009839456528425217, -0.02774517983198166, 0.018566323444247246, 0.03376011177897453, -0.025102782994508743, -0.007875042036175728, -0.004745886195451021, 0.04332142323255539, -0.06122714653611183, -0.0009191894787363708, -0.028266705572605133, -0.008961554616689682, -0.019609374925494194, 0.03647204861044884, 0.004170034546405077, 0.02797117456793785, 0.016853980720043182, 0.027241038158535957, -0.017349429428577423, 0.012134170159697533, 0.038210466504096985, 0.05882812663912773, -0.01515032909810543, 0.0045850821770727634, -0.0025902455672621727, -0.05239597335457802, -0.03584621846675873, 0.022095315158367157, 0.040609486401081085, 0.021730247884988785, 0.05086616426706314, 0.07725537568330765, -0.012273243628442287, 0.03360365703701973, -0.034768395125865936, 0.028631774708628654, 0.040818098932504654, 0.02501586079597473, 0.07968916743993759, -0.02268637903034687, 0.005471676588058472, 0.012064633890986443, -0.021591173484921455, 0.051839679479599, 0.010447903536260128, -0.06265264749526978, -0.053717173635959625, -0.06306987255811691, -0.057159245014190674, -0.012985995970666409, 0.014081200584769249, -0.032925672829151154, -0.03360365703701973, -0.00985684059560299, -0.06887619197368622, 0.00514137651771307, 0.019904907792806625, -0.09526540338993073, -0.0425565168261528, 0.04133962467312813, -0.034559786319732666, 0.0394621305167675, 0.021313026547431946, -0.03196953982114792, -0.00034523929934948683, 0.035533301532268524, 0.07635139673948288, 0.017853571102023125, 0.04283466562628746, -0.0006682051462121308, 0.05576850846409798, 0.004435143433511257, -0.029605289921164513, 0.003415995044633746, 0.010673897340893745, -0.028857769444584846, 0.03177831321954727, -0.021660711616277695, 0.008192303590476513, -0.03443809598684311, -0.06018409505486488, 0.08094082772731781, -0.01441150065511465, 0.013707440346479416, 0.05048371106386185, 0.01295991986989975, 0.023764198645949364, 0.05542082339525223, -0.030057279393076897, -0.005150068551301956, -0.029831284657120705, -0.018496787175536156, -0.04353003203868866, -0.02106964774429798, 0.01950507052242756, 0.032925672829151154, 0.053717173635959625, 0.010134987533092499, 0.012308012694120407, -0.06477352231740952, 0.021521637216210365, -0.010769510641694069, -0.061957281082868576, 0.04071379080414772, -0.02000921219587326, -0.0133858323097229, 0.004572044126689434, 0.019000928848981857, 0.020878423005342484, -0.02494632452726364, 0.014376731589436531, 0.05305657163262367, 0.012760001234710217, 0.040957171469926834, -0.0604274719953537, 0.00390927167609334, -0.011030273512005806, -0.028909921646118164, 0.022981910035014153, -0.022095315158367157, -0.029205452650785446, 0.024129267781972885, 0.01598476991057396, -0.035324692726135254, 0.014098584651947021, -0.023120984435081482, 0.042382676154375076, 0.012368856929242611, 0.051109541207551956, -0.0032052116002887487, 0.0007768563809804618, -0.030057279393076897, 0.003337766043841839, 0.03534207493066788, 0.0363677442073822, 0.04380818083882332, 0.023764198645949364, -0.0511443130671978, 0.062165893614292145, -0.033812265843153, 0.048640985041856766, -0.03127417340874672, -0.04453831538558006, 0.021156569942831993, 0.04989264905452728, 0.06049701198935509, 0.0020676329731941223, 0.0003273118636570871, 0.011360573582351208, 0.02134779468178749, -0.007218788377940655, 0.010117603465914726, -0.011038965545594692, -0.04373864457011223, -0.007870695553719997, 0.07968916743993759, -0.07788120955228806, 0.040192265063524246, -0.04718071594834328, 0.02958790585398674, 0.05698540061712265, -0.03353411704301834, -0.028909921646118164, -0.03581145033240318, 0.004767616279423237, -0.03859291970729828, 0.025415698066353798, -0.03283875063061714, 0.01682790368795395, 0.001169087365269661, 0.03928828984498978, -0.00317044323310256, -0.01204724982380867, 0.05566420406103134, 0.018340328708291054, 0.019418150186538696, 0.00034714071080088615, 0.026719512417912483, 0.0017721017356961966, 0.026719512417912483, -0.07649046927690506, -0.0628264918923378, 0.007649047300219536, -0.05281319469213486, -0.06265264749526978, -0.015437168069183826, -0.002716280985623598, -0.07054507732391357, -0.016332454979419708, 0.007596894633024931, 0.03502915799617767, -0.053856246173381805, -0.014463652856647968, 0.025311393663287163, 0.053647637367248535, -0.026041528210043907, 0.030265890061855316, 0.028301475569605827, -0.07322224229574203, -0.017071282491087914, -0.011438802815973759, -0.017236432060599327, -0.002357731806114316, -0.12509669363498688, -0.008818134665489197, -0.05030987039208412, -0.1132754385471344, -0.012203707359731197, 0.014854797162115574, -0.013759592548012733, 0.010804279707372189, 0.03136109560728073, -0.009804687462747097, 0.06710300594568253, -0.019192155450582504, 0.0013711786596104503, -0.032438915222883224, 0.006145314313471317, -0.010039374232292175, 0.037584636360406876, -0.06633809953927994, 0.02338174730539322, 0.00552817527204752, 0.006462575867772102, -0.0017384198727086186, -0.08448720723390579, -0.0006861325819045305, 0.01229932066053152, 0.009848148562014103, -0.02458125725388527, 0.04725025221705437, 0.03748033195734024, -0.04978834465146065, 0.051874447613954544, -0.018514171242713928, 0.0061844284646213055, -0.0024685561656951904, 0.04401678964495659, 0.04137439280748367, -0.03555068373680115, -0.06765930354595184, -0.016932209953665733, 0.09422235190868378, 0.01662798598408699, -0.0006372395437210798, -0.008996322751045227, 0.05622049793601036, -0.018340328708291054, 0.033986106514930725, 0.02141733281314373, -0.006936294957995415, -0.042799897491931915, -0.014602726325392723, 0.06644240766763687, 0.04151346534490585, -0.029779132455587387, 0.03768894076347351, 0.006801567506045103, -0.006110545713454485, 0.027588723227381706, 0.03558545559644699, 0.029744362458586693, 0.0035485494881868362, 0.029883436858654022, -0.06094899773597717, 0.016297686845064163, -0.0035050890874117613, 0.0023012333549559116, 0.032995209097862244, 0.028197169303894043, -0.022217005491256714, -0.03386441990733147, 0.011065042577683926, 0.0638347789645195, 0.0141594298183918, 0.028092864900827408, 0.042313139885663986 ]
15,930
netapp_ontap.host_connection
__init__
Store information needed to contact the API host Either username and password must be provided or certificate and key must be provided or the 'Authorization' must be provided in the headers. If verify is set to False, urllib3's InsecureRequestWarnings will also be silenced in the logs. Args: host: The API host that the library should talk to username: The user identifier known to the host password: The secret for the user cert: The file path to the users public certificate. The common name in the certificate must match the account name. key: A private key in PEM format verify: If an SSL connection is made to the host, this parameter controls how the validity of the trust chain of the certificate is handled. See the documentation for the requests library for more information: https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification poll_timeout: Time in seconds to poll on a job. This setting applies to all polling that uses this connection unless overridden as a parameter to poll(). Defaults to 30 seconds. poll_interval: Time in seconds to wait between polls on a job. This setting applies to all polling that uses this connection unless overridden as a parameter to poll(). Defaults to 5 seconds. headers: Any custom headers to be passed to each request using this connection object. port: The port that the library should talk to
def __init__( self, host, username: str = None, password: str = None, cert: str = None, key: str = None, verify: bool = True, poll_timeout: int = 30, poll_interval: int = 5, headers: dict = None, port: int = 443, ): """Store information needed to contact the API host Either username and password must be provided or certificate and key must be provided or the 'Authorization' must be provided in the headers. If verify is set to False, urllib3's InsecureRequestWarnings will also be silenced in the logs. Args: host: The API host that the library should talk to username: The user identifier known to the host password: The secret for the user cert: The file path to the users public certificate. The common name in the certificate must match the account name. key: A private key in PEM format verify: If an SSL connection is made to the host, this parameter controls how the validity of the trust chain of the certificate is handled. See the documentation for the requests library for more information: https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification poll_timeout: Time in seconds to poll on a job. This setting applies to all polling that uses this connection unless overridden as a parameter to poll(). Defaults to 30 seconds. poll_interval: Time in seconds to wait between polls on a job. This setting applies to all polling that uses this connection unless overridden as a parameter to poll(). Defaults to 5 seconds. headers: Any custom headers to be passed to each request using this connection object. port: The port that the library should talk to """ authentication_methods = 0 if username and password is not None: authentication_methods += 1 if cert and key: authentication_methods += 1 elif headers and 'Authorization' in headers: authentication_methods += 1 if authentication_methods != 1: from netapp_ontap.error import NetAppRestError # pylint: disable=cyclic-import raise NetAppRestError( "There must be only one authentication method provided. The following four" " methods are the only types of authentication methods currently accepted." " 1. Username and password. 2. Cert and key. 3. An 'Authorization' header." " 4. An 'Authorization' header and a cert and key" ) self.scheme = "https" self.host = host self.port = port self.username = username self.password = password self.cert = cert self.key = key self.verify = verify self.poll_timeout = poll_timeout self.poll_interval = poll_interval self.headers = headers self.protocol_timeouts = None self._old_context = None # type: Optional[HostConnection] self._request_session = None # type: Optional[requests.Session] if not self.verify: import urllib3 # type: ignore urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
(self, host, username: Optional[str] = None, password: Optional[str] = None, cert: Optional[str] = None, key: Optional[str] = None, verify: bool = True, poll_timeout: int = 30, poll_interval: int = 5, headers: Optional[dict] = None, port: int = 443)
[ 0.006993057671934366, -0.06953660398721695, -0.04908929392695427, 0.01381867565214634, 0.00575203588232398, -0.026041751727461815, -0.021471641957759857, 0.012833737768232822, -0.012104883790016174, -0.05527470260858536, -0.0070767770521342754, 0.01366108562797308, 0.009002330712974072, -0.011720758862793446, -0.013414851389825344, 0.01091310940682888, 0.0007411655969917774, 0.0066483295522630215, -0.00402347045019269, -0.06977298855781555, 0.03740793466567993, 0.04546472430229187, 0.005545199383050203, 0.06453311443328857, 0.00584560539573431, 0.053107839077711105, -0.010627477429807186, -0.0017310279654338956, 0.06721214950084686, -0.01577870175242424, -0.007170346565544605, 0.057283975183963776, 0.03624570742249489, 0.04613448306918144, 0.01312921941280365, -0.022929349914193153, 0.030848247930407524, 0.008908761665225029, -0.06973358988761902, 0.018763063475489616, -0.029292047023773193, -0.02942993864417076, 0.001077275606803596, -0.03366516903042793, 0.06465131044387817, 0.08675330877304077, 0.009553895331919193, 0.052162300795316696, -0.01169121079146862, -0.0707579255104065, -0.05082278326153755, 0.018664568662643433, 0.013730031438171864, -0.02838590368628502, -0.05822951719164848, 0.021865617483854294, 0.0013690633932128549, 0.024899223819375038, -0.062405653297901154, 0.03262113779783249, -0.04227352514863014, 0.020801883190870285, -0.015916593372821808, 0.019688904285430908, -0.051610734313726425, -0.005697864573448896, -0.06768491864204407, 0.002841545268893242, 0.05456554889678955, 0.0006568303215317428, 0.08249837905168533, 0.03762461990118027, -0.01799481175839901, -0.046055685728788376, 0.10857953131198883, -0.005412232596427202, -0.04384942725300789, -0.010765369050204754, -0.06827588379383087, -0.01116919331252575, -0.0033217023592442274, 0.017600836232304573, -0.010765369050204754, -0.0042524682357907295, 0.055668678134679794, -0.0150301493704319, 0.012735243886709213, -0.01229202188551426, -0.01989574171602726, 0.07060033082962036, -0.04727700725197792, -0.013237562961876392, -0.012331419624388218, -0.00310994079336524, 0.027735846117138863, -0.04424339905381203, -0.010725971311330795, -0.006466115824878216, -0.017285656183958054, -0.031163427978754044, -0.026967594400048256, -0.02170802652835846, -0.06587263196706772, 0.015276383608579636, 0.012429913505911827, -0.06851226836442947, -0.024781031534075737, -0.008893987163901329, -0.006618781480938196, 0.01291253324598074, -0.02263386733829975, -0.006342998705804348, 0.01222307700663805, 0.03715185075998306, -0.00797307025641203, 0.014646023511886597, -0.014005813747644424, -0.023402119055390358, -0.031202826648950577, -0.015276383608579636, -0.03299541398882866, -0.0006208185222931206, 0.020742787048220634, 0.06157830357551575, 0.021314051002264023, 0.014449035748839378, -0.02944963611662388, 0.000004160015123488847, 0.025785667821764946, -0.060475174337625504, 0.015256685204803944, 0.012942081317305565, 0.015276383608579636, 0.050862181931734085, 0.02925265021622181, -0.05421097204089165, -0.00947510078549385, 0.05901746451854706, -0.06299661099910736, 0.012617051601409912, 0.002915415447205305, 0.003602409502491355, -0.025056814774870872, -0.00395206268876791, -0.02306724153459072, -0.05153194069862366, -0.038629256188869476, -0.07233382016420364, -0.04601628705859184, -0.011671511456370354, 0.0005706482916139066, -0.027913134545087814, 0.05101977288722992, -0.034157637506723404, -0.008051865734159946, -0.013651235960423946, -0.0225747711956501, -0.06630600243806839, 0.034334927797317505, -0.009539121761918068, -0.027538858354091644, -0.006175559479743242, 0.044676773250103, -0.034886494278907776, -0.026278138160705566, -0.02239748276770115, -0.0072540659457445145, -0.10684604197740555, 0.001537733944132924, -0.0020191222429275513, -0.05468374118208885, -0.0000743320124456659, -0.05704759061336517, 0.005589521490037441, -0.016330266371369362, 0.01630071923136711, 0.04420400410890579, -0.027913134545087814, -0.020545799285173416, 0.017108367756009102, -0.030158791691064835, -0.011779855005443096, -0.028858674690127373, 0.004796646535396576, -0.026455426588654518, 0.05748096480965614, 0.0300602987408638, 0.04243111610412598, 0.011641963385045528, 0.03709275275468826, -0.03815648704767227, 0.019413121044635773, 0.033034808933734894, 0.01704927161335945, 0.029646623879671097, -0.026022054255008698, -0.01845773309469223, 0.04845893383026123, 0.02176712267100811, 0.03317270055413246, -0.004811420571058989, 0.03949600085616112, 0.036462392657995224, 0.02824801206588745, 0.003998847212642431, -0.05220169574022293, -0.002003116998821497, -0.009854301810264587, -0.08021332323551178, 0.02157013490796089, 0.031774088740348816, -0.01606433279812336, -0.06287842243909836, 0.004868054296821356, -0.013700483366847038, 0.015108943916857243, 0.09565714746713638, -0.00439774664118886, -0.0006617549806833267, 0.0011308315442875028, 0.03811708837747574, 0.013257261365652084, -0.017984962090849876, -0.0632723942399025, -0.006367621943354607, 0.04688303545117378, 0.030395176261663437, -0.033093906939029694, -0.012528407387435436, -0.024150671437382698, 0.034827396273612976, -0.0009886311599984765, 0.014754366129636765, 0.04258870705962181, -0.007347634993493557, -0.04085521399974823, -0.016340116038918495, 0.04424339905381203, 0.009529272094368935, -0.023540010675787926, 0.09605112671852112, -0.013690633699297905, 0.021530738100409508, -0.0038264829199761152, -0.061775293201208115, -0.006106613669544458, -0.010962356813251972, 0.006466115824878216, -0.0008741322089917958, -0.03157710283994675, -0.04522833973169327, -0.017295505851507187, -0.0005841911770403385, -0.03435462713241577, -0.013375453650951385, -0.03216806426644325, -0.0243279617279768, -0.011563168838620186, -0.0029646623879671097, -0.02389458753168583, -0.00857880711555481, 0.016428761184215546, -0.02482043020427227, 0.06441492587327957, 0.0014256973518058658, 0.0070324549451470375, 0.031714994460344315, -0.0027307397685945034, 0.02107766643166542, 0.019472217187285423, 0.06264203786849976, 0.004025932867079973, 0.013986115343868732, -0.008938309736549854, 0.0035211523063480854, 0.03941720724105835, -0.012360967695713043, -0.003215821459889412, -0.012617051601409912, -0.026869099587202072, 0.05153194069862366, 0.0009332284680567682, 0.04436159506440163, 0.0002105304301949218, 0.038629256188869476, -0.040382444858551025, -0.09857256710529327, 0.07698272913694382, -0.015443823300302029, -0.0131883155554533, 0.007736685685813427, -0.0056141447275877, 0.03226655721664429, -0.023106638342142105, 0.0007196200895123184, 0.013306507840752602, -0.055589884519577026, 0.026731207966804504, 0.037880703806877136, -0.06792130321264267, -0.011238139122724533, 0.031281620264053345, -0.021491339430212975, 0.002107766689732671, 0.06449372321367264, -0.042943283915519714, -0.006948735564947128, 0.021629231050610542, -0.0006962278275750577, 0.029725419357419014, 0.04759218916296959, -0.01820164918899536, 0.04061882942914963, -0.026100847870111465, -0.011720758862793446, 0.012804189696907997, 0.0340394452214241, -0.022673266008496284, 0.007736685685813427, 0.0378413051366806, -0.02576597034931183, 0.012193528935313225, -0.001343208714388311, -0.002615009667351842, 0.032660532742738724, 0.008864439092576504, 0.03734883666038513, 0.018644871190190315, -0.024288563057780266, 0.028641987591981888, -0.06894563883543015, 0.05795373395085335, -0.011553319171071053, -0.017206860706210136, -0.023933986201882362, -0.05795373395085335, -0.01828044280409813, -0.016822734847664833, -0.008908761665225029, -0.05188651755452156, -0.004496240522712469, -0.038333773612976074, -0.04207653924822807, 0.022692963480949402, 0.022791458293795586, -0.0523986853659153, -0.02375669777393341, -0.04270689934492111, 0.012823889032006264, -0.026652414351701736, -0.018763063475489616, -0.027794942259788513, -0.015000601299107075, 0.048931702971458435, 0.08612295240163803, -0.051492542028427124, -0.037821605801582336, -0.07741609960794449, 0.02164893038570881, -0.04920748621225357, 0.0027701372746378183, 0.014173253439366817, -0.04014606028795242, 0.03987027704715729, -0.019826795905828476, -0.020565498620271683, 0.037821605801582336, -0.008829966187477112, 0.024150671437382698, -0.029784515500068665, 0.0024057102855294943, -0.06740913540124893, -0.02576597034931183, -0.006411944516003132, 0.017837220802903175, -0.02663271501660347, -0.02220049500465393, -0.0037993970327079296, -0.0638633593916893, 0.0017482644179835916, 0.05933264642953873, 0.018635021522641182, 0.009430778212845325, -0.009425853379070759, 0.002502972958609462, -0.0717034637928009, -0.05992360785603523, 0.01896989904344082, 0.06902443617582321, 0.07418550550937653, 0.024721935391426086, 0.013276959769427776, -0.0029400389175862074, -0.004400209058076143, -0.013001177459955215, 0.022850554436445236, -0.0052201696671545506, -0.011238139122724533, -0.013139069080352783, -0.05949023738503456, -0.00803216639906168, -0.01624162308871746, 0.05078338831663132, 0.012863285839557648, 0.007864727638661861, 0.0639815554022789, 0.05972662195563316, -0.031025536358356476, 0.02501741796731949, 0.0035703990142792463, -0.017206860706210136, -0.03262113779783249, -0.012331419624388218, -0.019688904285430908, 0.012301871553063393, 0.006781295873224735, -0.02420976758003235, 0.09809979051351547, 0.06658178567886353, 0.019619958475232124, -0.012843587435781956, 0.0007848722161725163, -0.002723352750763297, 0.02919355221092701, -0.03894443437457085, 0.048813510686159134, -0.016340116038918495, -0.05393518880009651, -0.0411703959107399, -0.034768301993608475, 0.026356931775808334, 0.06780310720205307, 0.0011720758629962802, -0.02907535992562771, 0.03671847656369209, 0.023500613868236542, -0.013198165223002434, 0.003757537342607975, 0.004927150905132294, -0.04203714057803154, -0.012144281528890133, -0.0042770919390022755, 0.02450525015592575, 0.012104883790016174, 0.047119420021772385, -0.0009738571243360639, -0.03305450826883316, -0.0023343022912740707, 0.029154155403375626, 0.014370241202414036, -0.025096211582422256, 0.010489586740732193, 0.024603743106126785, 0.009041727520525455, -0.06563624739646912, -0.013995964080095291, -0.018664568662643433, 0.027203978970646858, 0.051492542028427124, 0.015020299702882767, 0.02870108373463154, -0.028031326830387115, 0.011641963385045528, -0.05346241593360901, -0.07678574323654175, 0.007923823781311512, 0.05035001412034035, 0.028267711400985718, 0.008140509948134422, -0.029784515500068665, -0.007928748615086079, -0.012360967695713043, -0.0416431650519371, 0.055668678134679794, -0.025371994823217392, -0.012085185386240482, 0.07725851237773895, -0.005200470797717571, -0.05188651755452156, -0.07820405066013336, -0.024229466915130615, 0.003319239942356944, 0.03486679494380951, 0.006579383742064238, 0.01799481175839901, -0.034886494278907776, 0.012518557719886303, -0.05495952442288399, 0.005712638609111309, -0.009194393642246723, -0.007958296686410904, 0.0602387897670269, -0.008386744186282158, 0.049680255353450775, -0.0084950877353549, 0.012567805126309395, -0.009608067572116852, 0.02962692640721798, -0.02263386733829975, -0.020742787048220634, -0.015118793584406376, -0.004289403557777405, 0.06130252033472061, -0.006180483847856522, 0.0490105003118515, 0.007982919923961163, -0.08895957469940186, 0.02881927601993084, 0.05200470983982086, -0.006480889860540628, -0.03348788246512413, 0.005057654809206724, 0.03640329837799072, -0.02119585871696472, -0.04274629428982735, 0.033212099224328995, -0.07469767332077026, 0.04203714057803154, -0.029292047023773193, 0.013651235960423946, 0.04790736734867096, 0.08911716192960739, 0.04266750067472458, -0.010706272907555103, -0.03285752236843109, 0.0011074392823502421, 0.027735846117138863, -0.002271512523293495, -0.013739881105720997, 0.033901553601026535, -0.03447281941771507, 0.0032478319481015205, -0.033468183130025864, -0.014202801510691643, 0.038195881992578506, 0.034768301993608475, -0.08360151201486588, -0.005141374655067921, -0.05334422364830971, -0.027834339067339897, 0.047316405922174454, 0.09888774156570435, -0.04609508439898491, -0.10235472768545151, -0.061775293201208115, -0.01643861085176468, -0.019442670047283173, 0.06693636626005173, -0.05704759061336517, -0.028976866975426674, 0.0411703959107399, -0.018004661425948143, 0.03372426703572273, -0.01952146552503109, -0.039062630385160446, -0.015424123965203762, 0.06831527501344681, -0.05133495107293129, 0.03922021761536598, -0.020132126286625862, -0.00879549328237772, -0.021924713626503944, -0.09092944860458374, 0.006362697575241327, -0.03366516903042793, -0.02450525015592575, 0.050980374217033386, 0.012784491293132305, -0.02749945968389511, 0.00393728818744421, 0.002984361257404089, -0.005589521490037441, 0.0018738439539447427, 0.027341870591044426, 0.008642828091979027, 0.02688879892230034, -0.013828525319695473, 0.04625267535448074, 0.02899656631052494, 0.010528983548283577, 0.07761309295892715, 0.019127489998936653, -0.049798447638750076, -0.09660268574953079, -0.0038781920447945595, 0.026219042018055916, 0.015995388850569725, -0.008657602593302727, 0.03232565522193909, -0.04897110164165497, -0.03935810923576355, -0.017256109043955803, -0.009322435595095158, -0.009608067572116852, -0.02251567505300045, 0.039811182767152786, -0.020742787048220634, 0.0005937327514402568, 0.03541835770010948, 0.023618806153535843, -0.013020875863730907, 0.05968722328543663, -0.0011148263001814485, -0.06130252033472061, -0.00728361401706934, -0.023933986201882362, -0.08076488971710205, 0.0094160046428442, 0.002285055350512266, -0.03815648704767227, 0.01667499542236328, -0.012843587435781956, -0.018605472519993782, 0.017167463898658752, -0.00303360796533525, 0.038451965898275375, -0.046055685728788376, 0.054407957941293716, 0.0010446495143696666, -0.053738199174404144, 0.020841281861066818, 0.004804033786058426, -0.00310994079336524, 0.05389579012989998, -0.06181468814611435, 0.03210896998643875, 0.027144882827997208, -0.027243375778198242, -0.04971965402364731, 0.0010237195529043674, 0.05897806957364082, 0.007736685685813427, 0.009967569261789322, 0.049680255353450775, 0.013050423935055733, -0.0018750751623883843, 0.06669998168945312, 0.003252756781876087, 0.049798447638750076, 0.02919355221092701, 0.01811300404369831, -0.01472481805831194, 0.014783915132284164, -0.04688303545117378, -0.0020265092607587576, 0.016340116038918495, 0.01750234328210354, -0.018181949853897095, 0.05582626909017563, -0.02395368367433548, -0.03805799037218094, 0.020663993433117867, 0.037447329610586166, -0.0084950877353549, -0.06681817024946213, -0.027893435209989548, 0.000977550633251667, 0.04333725944161415, 0.04290388524532318, -0.004703077487647533, -0.027913134545087814, 0.0020659067668020725, 0.06264203786849976, 0.017512192949652672, 0.004213070962578058, 0.012459461577236652, 0.009470175951719284, -0.06496649235486984, 0.020191222429275513, 0.08478343486785889, 0.05369880422949791, -0.009809979237616062, 0.02631753496825695, 0.10566411167383194, 0.0451495423913002, -0.027144882827997208, -0.01075551938265562, -0.062208663672208786, -0.014902107417583466, 0.008770870044827461, 0.04570110887289047, -0.005333437584340572, -0.050980374217033386, 0.016734091565012932, -0.032719630748033524, 0.01830999180674553, 0.07753429561853409, 0.04270689934492111, -0.05409277603030205, -0.07887381315231323, -0.010972205549478531, 0.00971641018986702, 0.0094160046428442, 0.020082879811525345, -0.053856391459703445, -0.0007916436879895627, -0.050980374217033386, -0.04028395190834999, 0.06961539387702942, 0.0056190695613622665, 0.05003483593463898, -0.0027135033160448074, -0.035142578184604645, 0.08407428115606308, 0.008642828091979027, 0.01799481175839901, -0.008312874473631382, -0.025549283251166344, 0.004575035534799099, 0.008179907687008381, 0.022298989817500114, 0.03628510609269142, 0.0830499455332756, -0.06268143653869629, 0.028523795306682587, 0.02986331097781658, -0.0001663621369516477, -0.03805799037218094, -0.04633146896958351, 0.02913445606827736, -0.02145194262266159, -0.003439894877374172, 0.037270043045282364, -0.03360607475042343, 0.0857289731502533, -0.018241045996546745, 0.02107766643166542, 0.014202801510691643, 0.04010666161775589, 0.024268863722682, -0.010676724836230278, 0.045070748776197433, -0.030887646600604057, 0.03132101893424988, -0.011829101480543613, -0.05838710442185402, 0.05452615022659302, -0.000656214717309922, 0.030848247930407524, 0.08041030913591385, 0.00531866354867816, -0.015394575893878937, -0.034275829792022705, 0.017571289092302322, -0.007997694425284863, -0.03494558855891228, 0.0007941059884615242, -0.011454825289547443, 0.04554351791739464, -0.01184880081564188, -0.030651260167360306, 0.02420976758003235, 0.025844763964414597, 0.015276383608579636, 0.0281889159232378, -0.03279842436313629, -0.009672087617218494, 0.030473971739411354, 0.04542532563209534, -0.024111274629831314, -0.014517981559038162, -0.010509285144507885, 0.011612415313720703, 0.0017445709090679884, -0.049365077167749405, 0.052477478981018066, 0.015207437798380852, 0.023402119055390358 ]
15,931
netapp_ontap.host_connection
get_host_context
Get the current host context, if any. Returns: A HostConnection object or None if not in a host connection context.
@staticmethod def get_host_context() -> "Optional[HostConnection]": """Get the current host context, if any. Returns: A HostConnection object or None if not in a host connection context. """ return _HOST_CONTEXT
() -> Optional[netapp_ontap.host_connection.HostConnection]
[ 0.0303754024207592, -0.09391975402832031, -0.04749029874801636, -0.03942791000008583, 0.03995832800865173, -0.007284438703209162, 0.06828277558088303, 0.013950053602457047, 0.004636757541447878, -0.07213716208934784, 0.010033783502876759, -0.03276229277253151, -0.025035837665200233, -0.05463328957557678, -0.012986456975340843, 0.010113347321748734, -0.040771640837192535, 0.006479967851191759, 0.05321883782744408, -0.05024848133325577, 0.018918324261903763, -0.0005511398194357753, 0.04112525284290314, -0.0606447197496891, -0.01838790439069271, 0.07623907923698425, 0.024823669344186783, -0.006303161382675171, 0.035007741302251816, 0.014692641794681549, -0.037659842520952225, -0.023055601865053177, -0.012862692587077618, 0.031524647027254105, 0.027953149750828743, 0.06616108864545822, -0.013516876846551895, 0.05689641833305359, -0.03380545228719711, -0.07341016829013824, -0.062165260314941406, -0.012438355945050716, 0.005043413024395704, 0.004680959042161703, 0.046288009732961655, -0.0030079251155257225, 0.052440885454416275, -0.013110221363604069, 0.03615698218345642, -0.040594834834337234, 0.05516371130943298, -0.011315632611513138, 0.013897011987864971, 0.0057020182721316814, -0.04002905264496803, -0.009459162130951881, -0.0051185558550059795, 0.02719288133084774, -0.07807786762714386, 0.03642219305038452, -0.03380545228719711, 0.03507846221327782, -0.008239195682108402, 0.04232753813266754, -0.006952926050871611, -0.01828181929886341, -0.034229788929224014, -0.006643514148890972, 0.02443469502031803, 0.028218358755111694, 0.007235816679894924, 0.016991131007671356, -0.03507846221327782, -0.0034190008882433176, 0.03018091432750225, -0.07800714671611786, -0.03631610795855522, 0.03214346989989281, 0.0001842657948145643, 0.0032002024818211794, -0.03889748826622963, 0.02123449184000492, -0.037730563431978226, 0.002287437440827489, 0.11407572776079178, -0.052476249635219574, 0.006183816585689783, 0.03219651058316231, -0.029137754812836647, 0.005008051637560129, 0.003854387439787388, -0.002813437720760703, -0.02091624028980732, 0.05799261853098869, 0.04505036398768425, -0.04232753813266754, -0.013428473845124245, 0.008283397182822227, 0.00013011872943025082, -0.026238124817609787, -0.061458032578229904, 0.07118239998817444, -0.04409560561180115, 0.04505036398768425, 0.022843433544039726, -0.01777791976928711, 0.022330693900585175, -0.012756608426570892, 0.02372746728360653, -0.014807567000389099, -0.043883439153432846, -0.017132574692368507, 0.011015061289072037, -0.018847601488232613, 0.02358602173626423, -0.05010703578591347, -0.018812239170074463, 0.02427556924521923, 0.01218198612332344, -0.026397250592708588, -0.07079342752695084, 0.03857923671603203, 0.01831718161702156, -0.06393332779407501, 0.03964007645845413, 0.043706633150577545, -0.004769362509250641, -0.06478200107812881, -0.05820478871464729, -0.034282833337783813, 0.05410287156701088, 0.011474759317934513, -0.021835636347532272, 0.008725414052605629, -0.017053011804819107, 0.011589683592319489, 0.014542356133460999, 0.06456983089447021, -0.0151258185505867, -0.005861144047230482, -0.03573264554142952, 0.024929754436016083, -0.07836075872182846, -0.03659899905323982, 0.0020100718829780817, 0.03300982341170311, 0.006228018086403608, -0.055800214409828186, -0.005242320708930492, -0.024912072345614433, 0.07005084306001663, -0.03893284872174263, -0.01775139942765236, 0.003098538611084223, -0.046959877014160156, 0.022825753316283226, -0.017353583127260208, -0.031471602618694305, 0.019130492582917213, -0.06294320523738861, -0.029438326135277748, -0.008402741514146328, -0.0304107628762722, -0.043034765869379044, -0.004787043202668428, -0.02436397224664688, -0.004504152107983828, -0.06605500727891922, 0.022313013672828674, -0.015214222483336926, -0.07135920971632004, 0.028129955753684044, -0.05148613080382347, -0.008115430362522602, 0.05763900652527809, 0.05679033324122429, -0.006179396528750658, 0.0035383454523980618, -0.00016699951083865017, -0.005450068507343531, 0.025283368304371834, -0.037200141698122025, -0.046500179916620255, 0.026043636724352837, 0.04232753813266754, 0.07217252254486084, 0.0604325532913208, 0.008031447418034077, 0.028094595298171043, 0.01842326484620571, -0.049470532685518265, 0.03032235987484455, 0.03635147213935852, -0.013437313959002495, 0.00594954751431942, -0.049718063324689865, 0.022631265223026276, 0.009795094840228558, -0.013366591185331345, 0.04855113849043846, 0.0038521774113178253, 0.0037239925004541874, -0.003449941985309124, 0.04289332032203674, 0.026379568502306938, 0.002501815790310502, 0.012712405994534492, -0.02137593738734722, -0.09597071260213852, 0.02664477936923504, -0.058381594717502594, -0.07892654091119766, -0.034494999796152115, 0.03946327045559883, 0.008031447418034077, 0.006250119302421808, -0.03398226201534271, 0.00257916864939034, 0.022100845351815224, 0.04119597747921944, 0.05106179416179657, -0.03355792537331581, 0.03974616155028343, -0.01799008809030056, 0.013127902522683144, -0.02763489820063114, -0.008787295781075954, -0.022189248353242874, -0.008146371692419052, -0.07708775252103806, 0.020120609551668167, 0.008177313022315502, -0.03571496531367302, 0.01768067665398121, 0.040276579558849335, -0.03012787364423275, 0.02079247497022152, 0.04137278348207474, 0.018971364945173264, -0.04862185940146446, 0.009963061660528183, 0.02652101404964924, 0.05148613080382347, 0.020262055099010468, -0.035025421530008316, -0.023055601865053177, -0.001181290252134204, -0.006519749294966459, 0.020138289779424667, 0.007067850325256586, -0.052653055638074875, -0.06485272198915482, -0.004778202623128891, -0.06655006855726242, -0.03610394150018692, -0.06888391822576523, -0.0603971891105175, 0.005481009837239981, 0.016699399799108505, -0.004059925209730864, -0.055340517312288284, 0.07015692442655563, -0.017070693895220757, 0.07397595047950745, 0.012279230169951916, 0.00888453982770443, -0.025248005986213684, -0.0149666927754879, -0.037129420787096024, -0.021835636347532272, 0.08423074334859848, 0.028359804302453995, 0.023073282092809677, 0.0008287816890515387, -0.03666972368955612, -0.055375877767801285, -0.048940110951662064, 0.013835129328072071, -0.049329087138175964, 0.01180185191333294, 0.0149666927754879, 0.008376220241189003, -0.02956209145486355, -0.05219335854053497, -0.02439933270215988, -0.0004820746835321188, -0.028996309265494347, -0.03387617692351341, -0.003500774037092924, -0.03002178855240345, -0.03277997300028801, 0.03343416005373001, 0.008119850419461727, 0.0005340116913430393, 0.0304107628762722, 0.03320430964231491, -0.05099106952548027, 0.03903893381357193, 0.05183974280953407, 0.0015282734530046582, 0.019024407491087914, 0.030923502519726753, -0.06651470810174942, 0.061811644583940506, 0.013737885281443596, 0.06906072050333023, 0.014436271972954273, 0.04119597747921944, -0.012668204493820667, 0.02121681161224842, -0.008420421741902828, 0.006586052011698484, 0.022914156317710876, 0.015594356693327427, 0.011695767752826214, -0.016814323142170906, 0.037023335695266724, -0.02986266277730465, -0.0303577221930027, 0.07447101175785065, -0.08769615739583969, 0.06704512238502502, 0.02118145115673542, 0.034494999796152115, 0.02363906428217888, 0.05357244983315468, 0.01340195257216692, -0.005467749200761318, 0.01784864254295826, 0.055411241948604584, -0.0303930826485157, 0.016354626044631004, -0.017291702330112457, 0.0038278663996607065, -0.013958893716335297, -0.022295333445072174, 0.02729896456003189, 0.04473211243748665, -0.029102394357323647, -0.04243362322449684, 0.02726360224187374, 0.009971901774406433, 0.0029570930637419224, -0.007187195122241974, 0.04582831263542175, -0.02356834150850773, -0.025424811989068985, -0.00911438837647438, 0.009812775067985058, -0.06375651806592941, -0.037695202976465225, -0.010122187435626984, -0.012579801492393017, 0.028518931940197945, 0.025849148631095886, -0.02372746728360653, -0.04087772220373154, 0.043706633150577545, 0.046606265008449554, 0.034070663154125214, 0.06453447043895721, -0.00590092595666647, 0.0300748310983181, 0.020262055099010468, -0.05099106952548027, 0.005684337578713894, -0.000213825682294555, 0.05427967756986618, 0.02673318237066269, -0.03709406033158302, -0.03879140317440033, -0.03628074750304222, 0.02388659305870533, -0.020332777872681618, -0.007390522863715887, -0.03843779116868973, -0.03546743839979172, -0.0148252472281456, -0.02344457618892193, 0.0608922503888607, 0.03414138779044151, 0.04310549050569534, 0.04688915237784386, -0.025230325758457184, -0.040630195289850235, -0.0300925113260746, -0.02657405659556389, -0.003167051123455167, 0.0018973576370626688, 0.025725385174155235, -0.007306539453566074, -0.009627128019928932, -0.052299439907073975, 0.010201750323176384, 0.022949518635869026, -0.007783917710185051, 0.006378304213285446, -0.013985414989292622, 0.006475547794252634, 0.005021312274038792, 0.046818431466817856, 0.006312001496553421, 0.05191046744585037, -0.011368675157427788, -0.019890761002898216, 0.020350458100438118, 0.03857923671603203, 0.009980741888284683, 0.016257382929325104, -0.010086826048791409, -0.06499416381120682, -0.03854387626051903, -0.037978094071149826, -0.004875446669757366, -0.019289618358016014, -0.019378021359443665, 0.07878509163856506, 0.08126039057970047, 0.06234206631779671, 0.04448458179831505, -0.006935245357453823, -0.05488082021474838, -0.009061346761882305, 0.034583404660224915, -0.028784140944480896, -0.007067850325256586, -0.023126324638724327, 0.02383355237543583, 0.027758661657571793, -0.03297446295619011, -0.009547565132379532, -0.011704607866704464, 0.046500179916620255, -0.01039623748511076, 0.04017049819231033, 0.015771163627505302, 0.037872008979320526, 0.049223002046346664, 0.02079247497022152, 0.052122633904218674, -0.0029880343936383724, 0.016946928575634956, 0.0031073789577931166, -0.016734760254621506, 0.02733432501554489, -0.018829921260476112, -0.03279765322804451, 0.009830456227064133, -0.009918859228491783, 0.004610236268490553, -0.04087772220373154, -0.008477884344756603, 0.05148613080382347, -0.019678592681884766, -0.05031920596957207, -0.0607154443860054, -0.040453389286994934, 0.0591595433652401, -0.016999971121549606, 0.020527265965938568, -0.0006458972347900271, 0.04713668301701546, -0.014798725955188274, -0.05682569369673729, 0.0024929754436016083, -0.0021437820978462696, 0.031842898577451706, -0.00883591827005148, -0.015939129516482353, 0.010926658287644386, 0.026025956496596336, 0.03244404122233391, -0.03247940167784691, -0.01346383523195982, 0.046146564185619354, -0.02072175219655037, -0.011695767752826214, 0.013012978248298168, -0.02132289670407772, -0.017406625673174858, -0.049364447593688965, 0.025230325758457184, 0.055234432220458984, 0.002065323991701007, -0.019749315455555916, -0.025477854534983635, 0.05452720448374748, 0.0023205887991935015, 0.030711334198713303, -0.04483819380402565, -0.019660912454128265, 0.07348088920116425, -0.010776372626423836, -0.05113251507282257, 0.0035361351910978556, -0.008066808804869652, 0.00598932895809412, 0.043034765869379044, 0.030852779746055603, 0.0038190260529518127, -0.011094624176621437, -0.000013200075045460835, 0.0151258185505867, -0.021570425480604172, 0.04158494994044304, -0.05102643370628357, -0.040700916200876236, 0.024929754436016083, 0.02673318237066269, 0.017229819670319557, -0.0018023239681497216, 0.012429515831172466, 0.0150462556630373, -0.025566257536411285, -0.008111010305583477, 0.0607861652970314, -0.07482462376356125, -0.012721247039735317, 0.03605090081691742, -0.01203170046210289, 0.018971364945173264, 0.0591241829097271, 0.058558400720357895, -0.012067061848938465, 0.01025479193776846, -0.025760745629668236, 0.009671330451965332, 0.018794558942317963, -0.017380105331540108, 0.061953090131282806, 0.016982289031147957, 0.009697850793600082, -0.040311943739652634, 0.03594481572508812, 0.037730563431978226, 0.01326050702482462, -0.11499512195587158, -0.05484545975923538, -0.11336849629878998, -0.03239100053906441, 0.018794558942317963, -0.04406024515628815, -0.02729896456003189, -0.06729265302419662, -0.03691725432872772, -0.06315537542104721, 0.009627128019928932, 0.06241278722882271, -0.037376951426267624, -0.025672342628240585, 0.02388659305870533, -0.029190797358751297, -0.02413412369787693, -0.027847064658999443, -0.021817954257130623, 0.043423742055892944, 0.0024399333633482456, 0.018635433167219162, 0.02075711451470852, 0.019519466906785965, 0.011165346950292587, -0.031613048166036606, -0.05109715461730957, 0.015912609174847603, -0.008522085845470428, -0.04183248057961464, -0.016867365688085556, 0.025796106085181236, 0.00663025351241231, 0.00016948586562648416, -0.023020241409540176, -0.06584283709526062, 0.0893935039639473, -0.00040499799069948494, 0.021764913573861122, 0.03872068226337433, -0.01783096231520176, 0.05290058255195618, 0.07397595047950745, -0.018635433167219162, -0.005122975911945105, -0.02645029127597809, 0.011094624176621437, -0.031135670840740204, -0.032108109444379807, -0.03631610795855522, -0.006683295592665672, 0.018989047035574913, 0.02365674450993538, -0.05406750738620758, -0.035007741302251816, 0.004369337111711502, 0.025212645530700684, -0.012862692587077618, 0.055835574865341187, -0.029473688453435898, -0.019713955000042915, -0.0002911786432377994, 0.061811644583940506, -0.019873080775141716, -0.034424278885126114, 0.05116787925362587, 0.04222145676612854, -0.02655637636780739, 0.04745493456721306, -0.028907906264066696, -0.0602557472884655, -0.04501500353217125, -0.016628677025437355, -0.08196761459112167, -0.023126324638724327, -0.014931331388652325, -0.03332807496190071, 0.023214727640151978, -0.01025479193776846, 0.008685632608830929, -0.03378777205944061, 0.05792189761996269, 0.010988540016114712, 0.008040287531912327, 0.03875604271888733, 0.037978094071149826, -0.006745178252458572, -0.007987245917320251, 0.008194993250072002, 0.06601964682340622, 0.026538696140050888, -0.07998737692832947, -0.06372115761041641, 0.06619644910097122, 0.05046065151691437, 0.0015901558799669147, -0.026149719953536987, 0.02096928283572197, 0.010131027549505234, -0.07298583537340164, 0.03677580878138542, -0.02362138405442238, -0.006776119116693735, 0.044024884700775146, -0.020226694643497467, 0.04002905264496803, -0.008203834295272827, -0.031029587611556053, 0.008703312836587429, -0.0027648156974464655, 0.02079247497022152, -0.0591595433652401, 0.02379819005727768, -0.03378777205944061, -0.02132289670407772, 0.005145076662302017, 0.03288605809211731, -0.00011050422472180799, 0.00526000140234828, -0.0005674391868524253, -0.027811704203486443, 0.03652827814221382, -0.019095130264759064, -0.05067281797528267, 0.01081173401325941, -0.0029372023418545723, -0.0064269257709383965, 0.03212578967213631, 0.01847630739212036, 0.01847630739212036, -0.011474759317934513, -0.05332491919398308, 0.008040287531912327, 0.01374672632664442, 0.05431503802537918, 0.010077985934913158, -0.03599785640835762, -0.00302560580894351, -0.03918037936091423, -0.025849148631095886, -0.022967198863625526, 0.024523098021745682, -0.04826824739575386, -0.021800274029374123, 0.10155780613422394, -0.0019603450782597065, -0.0299510657787323, 0.02705143578350544, -0.014542356133460999, -0.02390427514910698, 0.023409215733408928, -0.023532981052994728, 0.04982414469122887, -0.07645124197006226, -0.052511610090732574, 0.01341079268604517, 0.04727812856435776, 0.08012882620096207, -0.03942791000008583, -0.017344743013381958, -0.06555994600057602, -0.04855113849043846, 0.017203297466039658, -0.014038457535207272, 0.028731098398566246, -0.009255833923816681, -0.013269348070025444, 0.01849398761987686, 0.03557351976633072, 0.025442494079470634, 0.016557954251766205, -0.03889748826622963, 0.003986992407590151, 0.020332777872681618, 0.0024531937669962645, -0.03327503427863121, 0.04876330494880676, -0.018865281715989113, 0.031418561935424805, 0.004110757261514664, -0.03235563635826111, 0.03387617692351341, -0.03003946878015995, 0.04618192836642265, -0.02713983878493309, -0.019607869908213615, 0.04151422902941704, -0.03988760709762573, 0.09356614202260971, 0.02082783728837967, -0.016018692404031754, -0.001927193719893694, 0.058487676084041595, 0.0591241829097271, -0.006555110681802034, -0.03956935554742813, 0.01032551471143961, 0.11322705447673798, 0.04179712012410164, 0.012915734201669693, 0.062165260314941406, -0.027935469523072243, -0.03635147213935852, 0.012456036172807217, 0.02356834150850773, -0.010555364191532135, -0.014321347698569298, 0.015346826985478401, 0.07305655628442764, -0.02726360224187374, 0.01354339811950922, 0.01847630739212036, 0.04911692067980766, 0.006037950981408358, 0.02370978705585003, 0.024682223796844482, 0.04243362322449684, -0.040630195289850235, -0.004442269913852215, -0.034901656210422516, -0.03292141854763031, 0.006329682189971209, -0.005746219772845507, 0.011987498961389065, -0.001110014971345663, -0.004420169163495302, 0.0047605219297111034, 0.015956809744238853, 0.004422379191964865, -0.03605090081691742, 0.034689486026763916, 0.058558400720357895 ]
15,932
netapp_ontap.host_connection
with_headers
Manually set the headers field of the connection object
@property def session(self) -> requests.Session: """A `requests.Session` object which is used for all API calls. This session is reused for each API call made with this connection. Multiple requests may therefore be sent through the same TCP connection assuming the host supports keep-alive. Returns: A `requests.Session` object which is used for all API calls. """ current_session = getattr(self, "_request_session", None) if not current_session: current_session = WrappedSession() if self.origin not in current_session.adapters: from netapp_ontap import config if config.RETRY_API_ON_ERROR: retry_strategy = LoggingRetry( total=config.RETRY_API_ATTEMPTS, status_forcelist=config.RETRY_API_ERROR_CODES, allowed_methods=config.RETRY_API_HTTP_METHODS, backoff_factor=config.RETRY_API_BACKOFF_FACTOR, ) else: retry_strategy = LoggingRetry.from_int(5) current_session.mount( self.origin, LoggingAdapter(self, max_retries=retry_strategy, timeout=self.protocol_timeouts) ) if self.basic_auth: current_session.auth = self.basic_auth else: current_session.cert = self.cert_auth if self.request_headers: current_session.headers.update(self.request_headers) current_session.verify = self.verify import netapp_ontap # pylint: disable=cyclic-import current_session.headers.update( {"X-Dot-Client-App": f"netapp-ontap-python-{netapp_ontap.__version__}"} ) self._request_session = current_session return current_session
(self, headers: dict) -> Generator[netapp_ontap.host_connection.HostConnection, NoneType, NoneType]
[ 0.012506448663771152, -0.07333502918481827, -0.03991996496915817, 0.01531362347304821, -0.008165007457137108, -0.008426365442574024, -0.05850540101528168, 0.01201277319341898, 0.027858791872859, -0.022960755974054337, -0.0002554589882493019, -0.058389242738485336, 0.02342539094388485, 0.005333632696419954, 0.007589052431285381, -0.018662873655557632, 0.046153828501701355, -0.0339958593249321, 0.02402554638683796, -0.04096539691090584, 0.05014195293188095, 0.07507741451263428, -0.016126736998558044, 0.021160291507840157, -0.0077197314240038395, 0.03848733752965927, -0.041817229241132736, -0.02148940972983837, 0.051923058927059174, -0.026639122515916824, -0.020153580233454704, -0.01660105213522911, 0.022379960864782333, 0.016242895275354385, 0.05060658976435661, 0.0002875236968975514, 0.009660554118454456, -0.03453793376684189, -0.09974183142185211, -0.013948756270110607, -0.04700566083192825, -0.055523987859487534, 0.02617448754608631, -0.01576858013868332, 0.0255743321031332, 0.032156676054000854, -0.036183517426252365, 0.06392615288496017, 0.019069431349635124, 0.014452111907303333, 0.01720120757818222, 0.04007484391331673, 0.018643515184521675, 0.027413517236709595, -0.021063493564724922, 0.03271811082959175, -0.022012123838067055, 0.0139293959364295, -0.0725606381893158, 0.015700820833444595, -0.04216570407152176, 0.006069306284189224, 0.03424753621220589, -0.008503803983330727, -0.008068208582699299, -0.014461791142821312, -0.04774133488535881, 0.03176947683095932, 0.0385647788643837, -0.044527605175971985, 0.04805109277367592, -0.013125963509082794, -0.009379836730659008, -0.017046328634023666, 0.02991093508899212, -0.0038163061253726482, -0.04317241534590721, -0.02625192701816559, -0.03595120087265968, -0.015362023375928402, -0.019011350348591805, 0.0064613427966833115, 0.013638998381793499, 0.015110345557332039, 0.08859056979417801, -0.023502830415964127, 0.010754384100437164, 0.0162816159427166, -0.01648489385843277, 0.07077953219413757, -0.011741735972464085, 0.03647391498088837, 0.009123318828642368, 0.02745223604142666, 0.007734251208603382, -0.03757742792367935, -0.00722121587023139, 0.004377740900963545, -0.05021939426660538, -0.05397520214319229, -0.06663652509450912, 0.020927974954247475, -0.08843569457530975, 0.00788429006934166, 0.018866151571273804, -0.01534266397356987, 0.017123768106102943, 0.007564852945506573, 0.045418158173561096, 0.0068969386629760265, 0.004036524333059788, -0.011170621030032635, -0.009621834382414818, 0.02882678434252739, 0.03655135631561279, 0.009781553409993649, -0.016136417165398598, -0.02342539094388485, -0.023522190749645233, 0.02654232457280159, -0.024645060300827026, 0.017646484076976776, 0.04193338751792908, -0.006282264366745949, 0.03196307644248009, 0.01272908691316843, 0.03933916985988617, -0.015391062945127487, 0.025845371186733246, -0.046928223222494125, 0.002935433993116021, -0.006112865637987852, 0.0030491729266941547, 0.05006451532244682, 0.030898286029696465, 0.04007484391331673, 0.006161265075206757, 0.04847700893878937, -0.0619901679456234, 0.03322146460413933, -0.021063493564724922, 0.010105830617249012, -0.02905910089612007, 0.003675947431474924, 0.01651393249630928, -0.010251028463244438, -0.05033555254340172, -0.0030782127287238836, -0.010067110881209373, -0.08944240212440491, -0.0025530774146318436, -0.017636803910136223, -0.022534839808940887, -0.01531362347304821, -0.01936950720846653, 0.0006225394899956882, -0.05231025442481041, 0.049328841269016266, 0.04367577284574509, -0.0348670519888401, -0.05862155929207802, -0.011431978084146976, 0.01768520288169384, -0.11189980804920197, -0.0006806189776398242, 0.013319561257958412, -0.037209589034318924, -0.055640146136283875, -0.002326809335500002, -0.0017859440995380282, -0.05207793787121773, 0.01620417647063732, 0.0030177130829542875, -0.025729211047291756, 0.016126736998558044, 0.017820721492171288, 0.018537035211920738, -0.02859446592628956, -0.02148940972983837, 0.02491609938442707, -0.029097821563482285, -0.016949528828263283, -0.04123643413186073, 0.0041914028115570545, -0.015981538221240044, 0.057072773575782776, 0.060673702508211136, 0.005183593835681677, 0.029155900701880455, 0.034015215933322906, 0.030046453699469566, 0.06845635175704956, 0.07461277395486832, -0.007501933258026838, 0.011102861724793911, -0.04348217323422432, -0.006340343505144119, 0.020192300900816917, 0.013145322911441326, 0.008765161968767643, -0.043985530734062195, 0.03748062625527382, 0.035215526819229126, 0.015420102514326572, -0.010251028463244438, -0.024180425330996513, -0.0064710224978625774, -0.05931851267814636, -0.048864204436540604, 0.023618990555405617, -0.016242895275354385, 0.012564528733491898, 0.03302786499261856, 0.004704438149929047, -0.004740737844258547, 0.043869368731975555, 0.04007484391331673, 0.018246637657284737, 0.008068208582699299, -0.006316144019365311, 0.07867833971977234, -0.020018061622977257, -0.04100411385297775, -0.017356086522340775, -0.016959208995103836, -0.0015971858520060778, 0.01585569977760315, -0.02431594394147396, 0.0019287228351458907, -0.026871440932154655, 0.0229994747787714, 0.04959987848997116, 0.009205598384141922, 0.01816919818520546, 0.010231669060885906, 0.019021030515432358, -0.02396746724843979, -0.0013442980125546455, 0.03446049243211746, -0.025748571380972862, 0.028478307649493217, -0.002899134298786521, 0.022902676835656166, -0.004213182721287012, -0.06450694799423218, 0.03411201760172844, 0.011964373290538788, 0.0020049521699547768, 0.027297357097268105, -0.011431978084146976, 0.0077971708960831165, -0.03637711703777313, 0.001198494341224432, -0.012177331373095512, 0.0019468726823106408, -0.012090212665498257, -0.07844602316617966, 0.023677069693803787, -0.0024514382239431143, 0.01368739828467369, -0.0006588391261175275, 0.05362672358751297, -0.05196177959442139, 0.02648424543440342, 0.00394214503467083, 0.050529152154922485, -0.009689593687653542, 0.000903861946426332, -0.036609433591365814, 0.017327046021819115, 0.1022973284125328, -0.00023307418450713158, 0.016039617359638214, -0.012835565954446793, -0.0011827645357698202, -0.02288331650197506, -0.035757601261138916, 0.03608671948313713, -0.07639387995004654, -0.05974442884325981, 0.01549754198640585, -0.007424494251608849, 0.047780055552721024, -0.03374417871236801, -0.028691265732049942, -0.07376094162464142, -0.0694243460893631, 0.03991996496915817, 0.022534839808940887, -0.03659007325768471, -0.010773744434118271, -0.006737220101058483, 0.03955212980508804, 0.01207085233181715, -0.060441382229328156, -0.00991223193705082, -0.06369383633136749, 0.04805109277367592, 0.015981538221240044, -0.022186363115906715, 0.002751515479758382, 0.025264576077461243, -0.015129705891013145, 0.007400294300168753, 0.07891065627336502, -0.004053464159369469, -0.01948566734790802, 0.0325632318854332, 0.004334181547164917, 0.0011730846017599106, -0.013590599410235882, -0.007589052431285381, 0.02174108661711216, -0.0428626574575901, -0.050529152154922485, 0.005227153655141592, -0.012225731275975704, -0.01105446182191372, 0.04150747135281563, 0.049212682992219925, -0.04406296834349632, 0.05560142546892166, -0.02942693792283535, 0.01717216707766056, 0.01558466162532568, 0.00731317512691021, 0.10500770807266235, 0.018295036628842354, -0.043327294290065765, 0.0317113995552063, -0.06849507242441177, 0.012651647441089153, -0.09610218554735184, 0.0025917969178408384, -0.05920235440135002, -0.01248708926141262, -0.04510840028524399, -0.023212432861328125, 0.0002032781922025606, -0.04030716046690941, -0.030007733032107353, -0.04588279128074646, -0.011490058153867722, 0.006669460795819759, -0.0071824961341917515, -0.048786766827106476, 0.0007610832108184695, 0.04952244088053703, 0.023502830415964127, -0.03854541853070259, -0.014887707307934761, 0.008891001343727112, 0.029213979840278625, 0.05819564312696457, 0.042243145406246185, -0.06806915253400803, -0.025922808796167374, -0.05002579465508461, 0.013377641327679157, -0.040810517966747284, -0.050412993878126144, 0.03788718208670616, -0.009045879356563091, 0.022070202976465225, 0.01191597431898117, -0.0017823141533881426, 0.05413007736206055, -0.013048524037003517, -0.0033347303979098797, -0.008150487206876278, -0.053355686366558075, -0.07155392318964005, 0.02048269845545292, 0.026561683043837547, 0.024819299578666687, 0.03409265726804733, -0.031982436776161194, -0.05296849086880684, -0.041817229241132736, 0.03976508602499962, 0.08224055171012878, 0.01158685702830553, -0.016726890578866005, 0.05006451532244682, 0.03736446797847748, -0.05250385403633118, -0.046153828501701355, 0.007947209291160107, 0.03573824092745781, 0.02402554638683796, 0.01805303990840912, 0.0055369106121361256, -0.016562333330512047, 0.04727669805288315, -0.05699533224105835, -0.024296583607792854, -0.05157458037137985, 0.006291944067925215, 0.005319112911820412, -0.06051882356405258, 0.06090601906180382, 0.011480377987027168, 0.05002579465508461, 0.0035864082165062428, -0.02497417852282524, 0.06562981754541397, 0.05188433825969696, -0.05525295063853264, 0.025245215743780136, -0.02408362552523613, -0.06272584199905396, -0.023986827582120895, 0.010134870186448097, -0.020192300900816917, 0.002998353447765112, 0.025438813492655754, -0.009166878648102283, 0.06923074275255203, 0.07802010327577591, -0.02203148417174816, 0.00884260144084692, 0.006703340448439121, -0.004975475836545229, 0.051923058927059174, -0.006713020149618387, -0.010715664364397526, 0.010105830617249012, -0.04836085066199303, -0.045069679617881775, 0.007439014036208391, 0.06597829610109329, 0.018633835017681122, -0.0032330912072211504, -0.022244442254304886, 0.07077953219413757, 0.014345632866024971, -0.008716762997210026, -0.005778908729553223, -0.026329366490244865, 0.00017711217515170574, -0.03879709541797638, 0.013184042647480965, -0.0071824961341917515, 0.020927974954247475, 0.06144809350371361, 0.012758126482367516, -0.04673462361097336, -0.041894666850566864, 0.03465409204363823, -0.005212633870542049, -0.029291419312357903, -0.055872462689876556, 0.007453533820807934, 0.028071749955415726, -0.07155392318964005, -0.019263029098510742, 0.01614609733223915, 0.018391836434602737, 0.01405523531138897, 0.009331436827778816, 0.04754773899912834, 0.0014193174429237843, 0.05517550930380821, -0.024180425330996513, -0.03031749092042446, 0.016039617359638214, 0.026871440932154655, 0.053897760808467865, -0.03579632192850113, 0.007143776398152113, -0.007332534994930029, -0.007898809388279915, -0.044411446899175644, -0.02317371405661106, 0.007782650645822287, 0.00332505046389997, 0.023793227970600128, -0.00999935157597065, -0.04204954579472542, -0.04251418262720108, -0.04565047472715378, -0.006045106332749128, 0.025051617994904518, -0.021353891119360924, 0.007429333869367838, -0.0331440269947052, 0.02605832926928997, -0.023522190749645233, -0.004595539066940546, -0.036899831146001816, 0.00016622227849438787, 0.08967472612857819, -0.06578469276428223, 0.06845635175704956, -0.002729735802859068, 0.05130354315042496, 0.013609958812594414, -0.006035426165908575, -0.0070953769609332085, -0.05939595401287079, 0.012874285690486431, 0.009176558814942837, 0.016291296109557152, 0.021276451647281647, 0.008223086595535278, 0.010289748199284077, -0.10926686972379684, 0.021779807284474373, 0.02942693792283535, 0.02083117514848709, -0.015216824598610401, 0.01608801633119583, -0.00909911934286356, -0.0002723988436628133, -0.001697614905424416, 0.022980116307735443, -0.03802270069718361, -0.01788848079741001, 0.015081305988132954, -0.03931980952620506, 0.06717859953641891, 0.04251418262720108, 0.03593184053897858, -0.021954044699668884, -0.03105316497385502, 0.061099618673324585, 0.023870667442679405, 0.029736695811152458, -0.04119771346449852, 0.04022972285747528, 0.009292717091739178, 0.012738767080008984, -0.01585569977760315, 0.023134995251893997, 0.03296978771686554, -0.019243668764829636, -0.06024778634309769, -0.012942044995725155, -0.011654616333544254, 0.013329241424798965, 0.043559614568948746, 0.06841763108968735, -0.011886934749782085, -0.036899831146001816, -0.07016001641750336, -0.0075454930774867535, -0.009505675174295902, 0.06419719010591507, -0.0322921946644783, -0.02077309601008892, -0.01720120757818222, 0.018895192071795464, 0.07623900473117828, -0.030588528141379356, -0.06125449389219284, -0.029020382091403008, 0.040500760078430176, -0.02282523736357689, 0.02648424543440342, -0.043869368731975555, 0.006746900267899036, -0.04348217323422432, -0.07275423407554626, -0.030646607279777527, -0.010280068963766098, 0.0008330775890499353, 0.0337248221039772, 0.03593184053897858, -0.03579632192850113, 0.025748571380972862, 0.030162611976265907, -0.02203148417174816, -0.001288638566620648, 0.0000744899662095122, 0.003395229810848832, 0.013493800535798073, -0.026135766878724098, 0.06048010289669037, 0.024722499772906303, 0.007424494251608849, 0.03844861686229706, 0.021837886422872543, -0.015429782681167126, -0.08588019758462906, 0.02257355861365795, -0.009162038564682007, 0.011538457125425339, 0.0006896938430145383, 0.015090986154973507, -0.06803043186664581, -0.08921008557081223, -0.02268971875309944, 0.020289098843932152, -0.014239153824746609, 0.0022251701448112726, 0.07643260061740875, -0.03639647737145424, 0.07499997317790985, 0.04030716046690941, 0.028323428705334663, 0.005333632696419954, 0.09439852088689804, -0.0029789935797452927, -0.08549299836158752, 0.011635256931185722, -0.003387969918549061, -0.06717859953641891, 0.002579697174951434, 0.035215526819229126, -0.013348601758480072, -0.005338472779840231, 0.0046342588029801846, -0.04394681006669998, -0.022612279281020164, -0.025554973632097244, 0.01876935362815857, -0.09106863290071487, 0.05145842209458351, 0.00690661882981658, -0.06609445065259933, 0.05560142546892166, -0.024548262357711792, -0.03893261402845383, 0.01834343746304512, -0.045844074338674545, 0.060673702508211136, 0.027103759348392487, -0.01191597431898117, -0.052387695759534836, 0.017820721492171288, 0.06562981754541397, 0.006916298530995846, 0.034983210265636444, 0.019011350348591805, 0.012845246121287346, -0.015081305988132954, 0.008039169013500214, -0.02791687101125717, -0.013735798187553883, 0.0004818782035727054, 0.015729859471321106, -0.012719406746327877, 0.012554848566651344, -0.027471596375107765, -0.0331440269947052, -0.027723273262381554, 0.0029475337360054255, -0.03145971894264221, 0.06415846943855286, -0.028071749955415726, -0.026987601071596146, 0.031672678887844086, 0.05796332657337189, 0.023038195446133614, -0.03351186215877533, -0.04952244088053703, -0.03680303320288658, 0.059241075068712234, 0.0651264637708664, -0.04719926044344902, -0.04359833151102066, -0.029504377394914627, -0.007506773341447115, -0.00925399735569954, 0.04510840028524399, 0.03426689654588699, 0.0005817023338750005, -0.07465149462223053, 0.05939595401287079, 0.024412743747234344, 0.030472369864583015, 0.017278647050261497, -0.0007169186137616634, 0.06195145100355148, 0.047896213829517365, -0.006775939837098122, -0.0023945686407387257, -0.03823566064238548, -0.04390808939933777, -0.012932364828884602, -0.017065688967704773, 0.020695656538009644, -0.0339958593249321, -0.007743931375443935, -0.0070953769609332085, -0.02288331650197506, 0.07925913482904434, 0.02636808529496193, -0.022263802587985992, -0.060867298394441605, 0.009384676814079285, -0.01568146049976349, 0.04119771346449852, 0.07608412206172943, -0.044953521341085434, -0.01225477084517479, -0.011712695471942425, 0.022147642448544502, 0.0037219268269836903, -0.012690367177128792, 0.04565047472715378, -0.0188564732670784, -0.005246513523161411, -0.029097821563482285, 0.01797560043632984, 0.04437272623181343, 0.004312401637434959, -0.04294009879231453, -0.012119252234697342, 0.05614349991083145, 0.013290521688759327, 0.02582601085305214, 0.059124913066625595, -0.04774133488535881, -0.005130354315042496, 0.08533812314271927, -0.033782899379730225, -0.0399974063038826, -0.09796073287725449, 0.07581308484077454, -0.07523228973150253, 0.05784716457128525, 0.015846019610762596, -0.005125514231622219, 0.03920365124940872, 0.033840980380773544, -0.0016310655046254396, 0.0028846142813563347, -0.006863059010356665, 0.04197210818529129, 0.016194496303796768, 0.03988124430179596, -0.06636548787355423, 0.0325632318854332, -0.043327294290065765, -0.016891449689865112, 0.002903974149376154, -0.011644936166703701, -0.00012727575085591525, 0.030336851254105568, -0.00681465957313776, -0.06566853821277618, -0.009573434479534626, 0.05413007736206055, -0.0537041611969471, -0.030762767419219017, 0.026271287351846695, -0.028729984536767006, 0.03637711703777313, 0.02510969713330269, 0.015061946585774422, 0.006325823720544577, 0.010202629491686821, -0.0030757926870137453, 0.0019989022985100746, 0.03186627849936485, 0.0017629542853683233, -0.008242446929216385, 0.05165202170610428, -0.004709278233349323, -0.06048010289669037, 0.030181972309947014, -0.023134995251893997, 0.02377386949956417, -0.04112027585506439, 0.010609185323119164, 0.010764064267277718, 0.030162611976265907 ]
15,933
netapp_ontap.response
NetAppResponse
Contains the HTTP response received by a client from a server for a specific action. The object allows all responses to be examined in a consistent way. For example, is this an error or is an ongoing job?
class NetAppResponse: """Contains the HTTP response received by a client from a server for a specific action. The object allows all responses to be examined in a consistent way. For example, is this an error or is an ongoing job? """ def __init__(self, http_response: requests.Response, connection: HostConnection = None) -> None: """Create and initialize a NetAppResponse object based on the result of an API call. Args: http_response: The API response to wrap """ self.http_response = http_response self.connection = connection @property def is_job(self) -> bool: """Examine to determine if the response is a job. Returns: True if the HTTP status code returned was 202, else it will return False. """ try: job_link = self.http_response.json()["job"]["_links"]["self"]["href"] return job_link is not None except: # pylint: disable=bare-except return False @property def is_err(self) -> bool: """Examine to determine if the response is an error. Returns: True if the HTTP status code was 400 or greater, else it will return False. """ return self.http_response.status_code > 399 def poll( self, connection: HostConnection = None, timeout: int = None, interval: int = None ) -> "NetAppResponse": """Wait for the job associated with the response to complete. Calls 'utils.poll' with the response object and blocks until the job completes (that is reaches a terminal state). Args: connection: The host containing the job to connect to. timeout: Seconds to wait before timing out of a poll request. If set, the value overrides the timeout set in connection. Otherwise, the timeout set in the connection is used. interval: Seconds to wait between making REST API calls to check the the job status. If set, the value overrides the interval set in the connection object. Otherwise, the interval set in connection object is used. Returns: The response received after the job completes. This is normally a success or failure indication for the job. """ from netapp_ontap import utils # pylint: disable=cyclic-import my_connection = connection if connection is not None else self.connection return utils.poll( self.http_response, connection=my_connection, timeout=timeout, interval=interval )
(http_response: requests.models.Response, connection: netapp_ontap.host_connection.HostConnection = None) -> None
[ 0.03171892464160919, -0.04344578832387924, -0.13270996510982513, -0.025067869573831558, 0.00946122407913208, 0.0013248631730675697, -0.0350833460688591, -0.003981882240623236, 0.029171297326683998, -0.08191300183534622, 0.02341482788324356, 0.011542110703885555, 0.026993174105882645, -0.029754724353551865, -0.02886013686656952, -0.03329417482018471, 0.050135739147663116, -0.0035370199475437403, 0.02477615512907505, -0.0064857518300414085, 0.017590293660759926, 0.05402524396777153, 0.03473329171538353, 0.03784489631652832, 0.016802668571472168, 0.05060247704386711, 0.0055717178620398045, -0.04290125519037247, 0.033838704228401184, -0.001619007089175284, -0.017113829031586647, -0.01724996045231819, 0.010025203227996826, -0.03029925562441349, 0.025962455198168755, 0.022170186042785645, 0.018436260521411896, 0.006476028356701136, -0.08844737708568573, -0.011396253481507301, -0.06456580758094788, -0.07331719249486923, -0.02446499466896057, -0.020750517025589943, 0.015616368502378464, -0.01778476871550083, -0.03875892981886864, 0.048346564173698425, -0.019340571016073227, -0.05772027373313904, -0.021470075473189354, 0.0013187857111915946, 0.011658795177936554, 0.0049688443541526794, -0.04873551428318024, 0.059353869408369064, -0.03187450394034386, 0.06896094977855682, -0.06230989098548889, -0.021081125363707542, -0.10766153782606125, 0.018640458583831787, -0.009937688708305359, -0.0034397821873426437, -0.012679791077971458, 0.011921336874365807, -0.019000239670276642, -0.014245317317545414, -0.014731505885720253, 0.0006393376388587058, 0.04854103922843933, 0.03961462154984474, -0.020497698336839676, 0.006631608586758375, 0.06857199966907501, -0.03953683376312256, -0.04640180990099907, -0.026312511414289474, -0.04305683448910713, 0.010316915810108185, 0.031213289126753807, 0.014264765195548534, 0.022189633920788765, -0.06227099895477295, 0.07296714186668396, -0.02998809516429901, 0.054880935698747635, 0.01548023521900177, -0.06297110766172409, 0.03236069157719612, -0.02862676791846752, -0.009937688708305359, -0.010102992877364159, -0.01206719409674406, 0.02277306094765663, 0.0017405541148036718, -0.03226345404982567, -0.01999206282198429, -0.05394745245575905, -0.03712533786892891, -0.038311637938022614, 0.04535164311528206, -0.0683775246143341, 0.006957354489713907, 0.028101684525609016, -0.020711621269583702, -0.027615495026111603, 0.021567313000559807, 0.016958247870206833, -0.0069719403982162476, -0.011367082595825195, -0.011911612935364246, -0.020750517025589943, -0.011143435724079609, 0.05017463117837906, 0.042434513568878174, -0.034558262676000595, -0.014974599704146385, 0.0015181229682639241, -0.009237578138709068, 0.0011352497385814786, -0.010365534573793411, 0.049007780849933624, -0.0094806719571352, 0.020750517025589943, 0.03212732449173927, -0.023842673748731613, 0.00028609143919311464, 0.026351405307650566, -0.02508731558918953, 0.0038700588047504425, 0.02679869905114174, 0.006553818471729755, 0.03774765878915787, 0.007798460312187672, 0.043212417513132095, -0.07996825128793716, 0.06542149931192398, -0.041150979697704315, 0.0022291734348982573, 0.03366367891430855, -0.020244881510734558, -0.022306319326162338, -0.025729084387421608, -0.01855294592678547, -0.036658596247434616, -0.005343209486454725, -0.03642522916197777, -0.004006191622465849, -0.022170186042785645, -0.018659906461834908, -0.032866328954696655, -0.005411275662481785, -0.0011127634206786752, -0.00714210607111454, 0.04787982255220413, -0.019486427307128906, -0.0653437077999115, 0.0007116581546142697, -0.06829973310232162, -0.043484680354595184, -0.026623671874403954, 0.040489763021469116, -0.038720037788152695, -0.016520678997039795, 0.015285760164260864, 0.013924432918429375, -0.050057947635650635, 0.02539847604930401, 0.008036692626774311, -0.012708961963653564, 0.045935072004795074, -0.03712533786892891, -0.026351405307650566, -0.02545681968331337, 0.07218924164772034, 0.04224003851413727, -0.01171713788062334, -0.020050406455993652, -0.004130169749259949, -0.03864224627614021, -0.031485553830862045, -0.049085572361946106, 0.028743453323841095, -0.02446499466896057, 0.0469074472784996, 0.029112955555319786, 0.0038384567014873028, 0.00946122407913208, 0.029735276475548744, -0.0651492327451706, 0.005362656898796558, 0.05962613224983215, 0.03881727531552315, 0.01459537260234356, -0.05138038098812103, -0.013020122423768044, 0.08665820211172104, 0.05620336905121803, -0.012777028605341911, -0.025670742616057396, 0.04854103922843933, 0.009670285508036613, 0.04667407646775246, -0.006719122175127268, -0.050019051879644394, -0.005173043347895145, -0.03850611299276352, -0.04947452247142792, -0.01618034578859806, -0.05367518961429596, 0.0007511609001085162, -0.027440467849373817, 0.005323762074112892, 0.027459915727376938, 0.013506310991942883, 0.06581044942140579, 0.03199119120836258, -0.008620118722319603, -0.0286073200404644, 0.0006129011162556708, -0.04585728049278259, 0.022150738164782524, -0.021061677485704422, -0.040450867265462875, 0.02889903262257576, 0.0310188140720129, 0.026720909401774406, 0.057603590190410614, 0.0009523213375359774, -0.006874702405184507, 0.03142721205949783, 0.02712930738925934, -0.02679869905114174, -0.015441340394318104, 0.0004512435116339475, 0.014089737087488174, -0.005032049026340246, -0.0067628794349730015, 0.005104977171868086, 0.03308025375008583, -0.03154389560222626, -0.016170622780919075, -0.02784886583685875, -0.037378158420324326, -0.030415941029787064, 0.050758060067892075, -0.004098567180335522, -0.02197571098804474, -0.0035613293293863535, -0.02304532565176487, -0.06767740845680237, 0.028471186757087708, -0.03022146411240101, 0.006568403914570808, -0.042162250727415085, -0.08206858485937119, -0.031485553830862045, 0.016958247870206833, 0.0502135269343853, 0.032146770507097244, 0.001577681046910584, -0.02069217339158058, 0.03166058287024498, -0.030804891139268875, 0.0068649789318442345, -0.017648635432124138, 0.004025639034807682, 0.001368620083667338, 0.033585887402296066, 0.13341006636619568, -0.01997261494398117, -0.0006654702592641115, -0.035666774958372116, -0.04083981737494469, 0.04192887991666794, -0.0026084003038704395, 0.04434037208557129, -0.056903477758169174, -0.060053978115320206, 0.009704318828880787, -0.011415701359510422, 0.015188522636890411, -0.021917369216680527, -0.006801774259656668, -0.0907810777425766, -0.04857993498444557, 0.09148119390010834, 0.01756112091243267, -0.009670285508036613, 0.014468964189291, -0.005542546510696411, 0.041423242539167404, -0.03241903707385063, -0.0005743099027313292, 0.04857993498444557, -0.05266391858458519, 0.01925305649638176, 0.040450867265462875, -0.052119385451078415, 0.04371805116534233, -0.009057688526809216, -0.005741884000599384, -0.05740911513566971, -0.010462772101163864, -0.002550057601183653, 0.020050406455993652, 0.004638236481696367, -0.024931736290454865, 0.01647206023335457, -0.00730254827067256, -0.05460866913199425, 0.021139467135071754, -0.06413795799016953, -0.04585728049278259, 0.05744801089167595, 0.045312751084566116, 0.007817908190190792, 0.00738520035520196, 0.010540562681853771, -0.017823662608861923, 0.027051517739892006, 0.009524429216980934, 0.03774765878915787, 0.012767304666340351, -0.02928798273205757, 0.01653040200471878, 0.04822988063097, -0.015071837231516838, 0.03066875785589218, -0.00176607898902148, 0.0012653050944209099, -0.07607874274253845, -0.020556041970849037, -0.006923321634531021, -0.02963803894817829, 0.011230949312448502, -0.025554057210683823, 0.01640399359166622, -0.051069218665361404, -0.005999563727527857, -0.015946976840496063, 0.00810962077230215, 0.03026035986840725, 0.06919431686401367, -0.034247104078531265, -0.013749404810369015, 0.03881727531552315, 0.007560227997601032, -0.01991427317261696, -0.016588745638728142, 0.04959120601415634, 0.006699674762785435, 0.07242260873317719, 0.0469074472784996, -0.04231783002614975, -0.01982675865292549, -0.06977774202823639, 0.037669871002435684, -0.0029973508790135384, -0.03720312938094139, -0.002902544103562832, -0.015256589278578758, 0.013729957863688469, -0.035238929092884064, -0.03140776604413986, 0.06277663260698318, 0.013613272458314896, 0.02026432752609253, -0.004402434919029474, -0.011678243055939674, -0.07677885890007019, -0.03724202513694763, -0.07261708378791809, 0.01373968180269003, 0.02992975153028965, -0.014566201716661453, -0.028276711702346802, -0.06495475769042969, 0.00038348103407770395, 0.045312751084566116, -0.00006988956738496199, -0.013963327743113041, -0.004696579184383154, 0.03438323736190796, -0.06297110766172409, -0.05713684856891632, 0.003303649602457881, 0.0004433429567143321, 0.046246230602264404, 0.02139228582382202, -0.001050774473696947, -0.0031869644299149513, 0.033177491277456284, -0.04083981737494469, -0.03780600056052208, -0.01673460192978382, -0.015985870733857155, 0.006845531519502401, -0.05134148523211479, 0.01206719409674406, 0.04892998933792114, 0.017959795892238617, 0.046985238790512085, -0.008941003121435642, 0.037319812923669815, 0.05165264382958412, -0.017288856208324432, -0.03234124556183815, 0.023823225870728493, -0.04379584267735481, -0.011678243055939674, -0.017483331263065338, -0.03784489631652832, -0.026973726227879524, 0.06907763332128525, -0.01999206282198429, 0.053091760724782944, 0.04434037208557129, 0.0005381496739573777, -0.027323782444000244, -0.011765756644308567, 0.08486902713775635, 0.06627719104290009, -0.00247348309494555, -0.0059849778190255165, 0.029676934704184532, -0.04822988063097, -0.039031196385622025, -0.018163995817303658, 0.06899984180927277, 0.0350833460688591, -0.06756072491407394, -0.07253929227590561, 0.04297904670238495, 0.008236030116677284, -0.00818254891782999, -0.023512065410614014, -0.007117796689271927, -0.021878473460674286, -0.03654191270470619, 0.07662327587604523, 0.033605337142944336, 0.03436378762125969, 0.050019051879644394, -0.0027907209005206823, -0.03096047043800354, -0.048385459929704666, -0.021508971229195595, -0.013642443343997002, -0.019496150314807892, 0.00595094496384263, 0.03543340414762497, 0.01599559560418129, -0.047685347497463226, -0.007054592482745647, -0.025301238521933556, 0.03625020012259483, -0.03763097524642944, -0.007331719622015953, 0.011085093021392822, 0.014643991366028786, 0.02817947417497635, -0.02644864283502102, -0.04861883074045181, -0.0005651938845403492, 0.042823467403650284, 0.030182570219039917, -0.051147010177373886, 0.01459537260234356, -0.03695031255483627, -0.02753770537674427, 0.03687252104282379, 0.031116051599383354, 0.006169729400426149, -0.003673152532428503, 0.02195626311004162, -0.03099936619400978, -0.022150738164782524, -0.03889506310224533, -0.03140776604413986, -0.0061600059270858765, 0.04441816359758377, 0.0019265211885794997, 0.0003102488990407437, -0.012446420267224312, 0.01925305649638176, -0.03136887028813362, -0.0055765798315405846, -0.05328623950481415, -0.028082236647605896, 0.0556977316737175, 0.00945150014013052, 0.03131052479147911, -0.007735256105661392, -0.0033328207209706306, -0.004409728106111288, 0.06160978227853775, 0.013613272458314896, -0.04013970494270325, -0.004028070252388716, -0.03512224182486534, 0.004195805173367262, -0.008921555243432522, 0.05667010694742203, -0.018659906461834908, -0.06538259983062744, 0.04278457164764404, 0.03893395885825157, 0.00988420844078064, -0.02516510710120201, 0.03615296259522438, 0.06662724167108536, -0.032185666263103485, -0.033274728804826736, 0.015412169508635998, -0.006801774259656668, 0.01760001666843891, 0.035919591784477234, -0.010491943918168545, 0.06717177480459213, 0.028276711702346802, 0.04675186797976494, 0.00027712734299711883, -0.047374188899993896, 0.04266788437962532, 0.04815208911895752, -0.00027348092407919466, -0.043406892567873, 0.007944316603243351, -0.018300127238035202, 0.01066697109490633, 0.0006405530730262399, -0.01997261494398117, 0.026001350954174995, 0.028646213933825493, -0.04752976819872856, 0.013214598409831524, -0.02030322328209877, 0.03304135799407959, 0.026545880362391472, 0.09358152747154236, -0.011396253481507301, -0.024153834208846092, -0.04892998933792114, 0.03395539149641991, -0.025884665548801422, 0.11302905529737473, -0.0038384567014873028, -0.013214598409831524, 0.009509842842817307, 0.002297239610925317, 0.06063740327954292, -0.0032525998540222645, -0.046946343034505844, 0.022189633920788765, 0.03531671687960625, -0.04885220155119896, 0.05149706453084946, -0.026662565767765045, -0.009334815666079521, -0.03947848826646805, -0.06919431686401367, -0.015207970514893532, 0.02199515886604786, 0.03551119193434715, 0.04138434678316116, 0.03335251659154892, -0.011085093021392822, -0.0070837633684277534, 0.053869664669036865, 0.02712930738925934, -0.020400460809469223, -0.051069218665361404, 0.05056358501315117, 0.008270063437521458, -0.02716820314526558, 0.032146770507097244, 0.008770836517214775, 0.02852953039109707, 0.04161771759390831, -0.022267423570156097, -0.015451064333319664, -0.08323543518781662, -0.004348954185843468, 0.010355810634791851, -0.04612954705953598, -0.0063690668903291225, 0.035238929092884064, -0.015577472746372223, -0.049085572361946106, 0.04581838473677635, -0.012135259807109833, -0.02479560300707817, 0.03852556273341179, 0.07183918356895447, 0.005304314196109772, 0.005994701758027077, 0.007992935366928577, -0.009777246974408627, 0.017629187554121017, 0.030007541179656982, -0.020205985754728317, -0.0537140853703022, 0.038311637938022614, 0.0036002243869006634, -0.06849420815706253, -0.03644467517733574, 0.012670067138969898, -0.02747936360538006, 0.018270956352353096, -0.021567313000559807, -0.04445705935359001, 0.015042666345834732, -0.022792506963014603, 0.013982775621116161, -0.05099143087863922, 0.03331362083554268, -0.010715589858591557, -0.052858393639326096, 0.07942371815443039, -0.0032331522088497877, 0.016870733350515366, 0.03395539149641991, -0.03292467072606087, 0.017201341688632965, 0.0016761341830715537, -0.01570388302206993, -0.032788537442684174, 0.014682887122035027, 0.07316161692142487, 0.021606208756566048, 0.03393594175577164, -0.02471781335771084, 0.0053529334254562855, -0.018582116812467575, 0.033585887402296066, -0.023823225870728493, 0.006719122175127268, -0.004023208282887936, 0.014167526736855507, -0.04982457682490349, -0.0324384830892086, -0.053169552236795425, -0.01842653751373291, -0.004961551632732153, 0.01894189603626728, 0.001287183491513133, 0.032555170357227325, -0.01444951631128788, -0.02790720760822296, 0.040061917155981064, 0.04877441003918648, 0.01412863191217184, -0.060715194791555405, -0.006427409127354622, -0.006753155495971441, 0.011036474257707596, 0.01976841688156128, 0.010287744924426079, -0.04951341822743416, -0.03348864987492561, 0.005139010492712259, -0.02613748237490654, 0.04290125519037247, 0.03140776604413986, 0.019408637657761574, -0.06989443302154541, 0.04185108840465546, 0.04301794245839119, 0.04857993498444557, 0.014391173608601093, 0.044184792786836624, 0.021411733701825142, 0.0033498373813927174, -0.022500794380903244, -0.020536594092845917, 0.003950280137360096, 0.01100730337202549, -0.035939037799835205, 0.04297904670238495, -0.00609193928539753, -0.06367121636867523, -0.00713724410161376, 0.009850175119936466, -0.024348309263586998, 0.09194792807102203, -0.008931279182434082, -0.021158915013074875, -0.046985238790512085, 0.012981227599084377, 0.01999206282198429, 0.013807747513055801, 0.0776345506310463, -0.041073188185691833, -0.014984323643147945, -0.05099143087863922, -0.018708525225520134, -0.018251508474349976, -0.005036910995841026, 0.13076519966125488, -0.026934832334518433, -0.0095633240416646, -0.0036439814139157534, 0.006077353842556477, 0.07821797579526901, -0.04235672578215599, -0.04959120601415634, -0.014031394384801388, 0.029676934704184532, -0.005289728753268719, 0.06476028263568878, 0.05184711888432503, -0.07467852532863617, 0.026565328240394592, 0.033158041536808014, -0.009996031410992146, -0.0028174612671136856, -0.051147010177373886, 0.06304889917373657, -0.05122479796409607, 0.01636509783565998, 0.04301794245839119, 0.02337593398988247, 0.002574366983026266, -0.0037071858532726765, 0.0043708328157663345, -0.014186974614858627, 0.02749880962073803, 0.1039276123046875, 0.009237578138709068, 0.06927210837602615, -0.014167526736855507, 0.019593387842178345, 0.017113829031586647, -0.01836819387972355, 0.04496269300580025, -0.011794928461313248, 0.07619543373584747, 0.03897285461425781, 0.02135339006781578, -0.05682568997144699, 0.00062232103664428, -0.06670503318309784, -0.03986744210124016, -0.024503890424966812, -0.025242896750569344, 0.013020122423768044, 0.04262898862361908, 0.011318463832139969, 0.014391173608601093, -0.019846206530928612, 0.008853488601744175, -0.009101444855332375, 0.07425067573785782, 0.014702334068715572, 0.013000675477087498, 0.028393397107720375, 0.017347197979688644, 0.017804214730858803, -0.004064534325152636, 0.05394745245575905, -0.02646809071302414, 0.03636688366532326, -0.021586760878562927, 0.005668955389410257, -0.04305683448910713, 0.0024200023617595434 ]
15,934
netapp_ontap.response
__init__
Create and initialize a NetAppResponse object based on the result of an API call. Args: http_response: The API response to wrap
def __init__(self, http_response: requests.Response, connection: HostConnection = None) -> None: """Create and initialize a NetAppResponse object based on the result of an API call. Args: http_response: The API response to wrap """ self.http_response = http_response self.connection = connection
(self, http_response: requests.models.Response, connection: Optional[netapp_ontap.host_connection.HostConnection] = None) -> NoneType
[ -0.03125002607703209, -0.05734541267156601, -0.04263951629400253, -0.04381447285413742, -0.026284892112016678, 0.010631452314555645, -0.06003643944859505, 0.041161347180604935, 0.02433294989168644, -0.02956339716911316, 0.059316303580999374, 0.04722563177347183, 0.02683446928858757, 0.0006247873534448445, -0.01914988085627556, 0.0009463603491894901, 0.011853785254061222, 0.020845985040068626, 0.0026957648806273937, -0.018079154193401337, 0.021964088082313538, 0.05389634892344475, -0.01625039428472519, 0.07167229056358337, 0.012877133674919605, 0.055374518036842346, -0.005690006539225578, -0.0042971158400177956, 0.019595226272940636, 0.007821982726454735, -0.03223547339439392, -0.017444299533963203, -0.0017020273953676224, 0.0571180023252964, 0.01264024805277586, 0.03553292900323868, -0.0005131547222845256, 0.002691027242690325, -0.12272600084543228, 0.02372652105987072, -0.03219757229089737, -0.03820500522851944, -0.03540027514100075, -0.015435504727065563, 0.008352607488632202, 0.007670375052839518, -0.0022338367998600006, 0.0066612400114536285, -0.021983038634061813, -0.04658130183815956, -0.04692241922020912, 0.03071940317749977, 0.011995917186141014, -0.018173908814787865, -0.020296409726142883, 0.07303675264120102, 0.004960397258400917, 0.09771081805229187, -0.05325201898813248, 0.01024295948445797, -0.10718626528978348, 0.03674578666687012, -0.021793531253933907, 0.008930609561502934, -0.023802325129508972, 0.05048518627882004, -0.05575353652238846, 0.010062925517559052, 0.010536698624491692, 0.010129254311323166, 0.08118563890457153, 0.05366893857717514, -0.054123759269714355, 0.023518061265349388, 0.0924803763628006, 0.011436865665018559, -0.04415558651089668, -0.023612815886735916, 0.003974950406700373, -0.012678149156272411, 0.0068128472194075584, 0.03115527331829071, -0.0034158991184085608, -0.021471364423632622, 0.06541849672794342, -0.06742728501558304, -0.003546186489984393, -0.02584902197122574, -0.012043294496834278, 0.07531086355447769, -0.04984085634350777, -0.010640928521752357, -0.04036540910601616, 0.016904199495911598, 0.004164459649473429, -0.005770547781139612, -0.0019412824185565114, -0.04218469560146332, -0.0017209782963618636, -0.018827715888619423, -0.03452853113412857, 0.017472725361585617, -0.09460287541151047, 0.020637525245547295, -0.002650756621733308, -0.04840058833360672, 0.035722438246011734, -0.02298743650317192, 0.02126290462911129, 0.004100500140339136, -0.002387812826782465, 0.008158360607922077, -0.026588106527924538, 0.041464559733867645, 0.00702130701392889, 0.027289289981126785, -0.012952937744557858, -0.0400242917239666, 0.009565465152263641, 0.006310648284852505, 0.0038328187074512243, -0.026265941560268402, 0.016961051151156425, 0.013635169714689255, 0.04570956155657768, 0.019936343654990196, -0.005945843644440174, -0.05033358186483383, 0.0017126871971413493, -0.007428751327097416, 0.02592482604086399, -0.003591194748878479, -0.015672391280531883, 0.0033661529887467623, -0.008395247161388397, 0.007599309552460909, -0.05207706242799759, 0.024143442511558533, -0.044231392443180084, 0.0013301160652190447, 0.0007633657660335302, 0.04063072055578232, 0.0032785050570964813, -0.01746325008571148, -0.012659198604524136, -0.0054389070719480515, -0.0012306238058954477, -0.037409067153930664, -0.040896035730838776, -0.03469908982515335, -0.02808522805571556, -0.0632580891251564, 0.028198933228850365, 0.016316721215844154, -0.05336572229862213, 0.01837289333343506, 0.007878835313022137, -0.04737723991274834, 0.03657522797584534, -0.023101141676306725, -0.013796252198517323, -0.04013799875974655, 0.03602565452456474, -0.052266571670770645, 0.004380025900900364, -0.025867972522974014, 0.018657157197594643, -0.07117956876754761, 0.022362057119607925, -0.011323160491883755, -0.029051722958683968, -0.02255156636238098, -0.052531883120536804, -0.04896911606192589, -0.006064286921173334, 0.054389070719480515, 0.05158434063196182, 0.00933805387467146, -0.033164069056510925, 0.026038531213998795, 0.016013506799936295, -0.031572192907333374, -0.03807235136628151, 0.04169197008013725, -0.009328578598797321, 0.02285478077828884, 0.05203916132450104, 0.043662864714860916, 0.008551592007279396, 0.055336616933345795, 0.03615830838680267, 0.02156611904501915, 0.03215967118740082, -0.03462328761816025, 0.031477440148591995, -0.056284163147211075, 0.001261419034563005, 0.014270024374127388, 0.018912995234131813, 0.02501518279314041, -0.04138875752687454, 0.0678442046046257, 0.006817584857344627, 0.02973395586013794, 0.020466968417167664, 0.015890326350927353, -0.0005925116129219532, -0.0013739399146288633, -0.08656769245862961, -0.016136687248945236, -0.020429065451025963, -0.008703199215233326, 0.008608444593846798, -0.011380013078451157, -0.025735316798090935, 0.027895718812942505, -0.010470369830727577, -0.017349544912576675, 0.015700817108154297, -0.029184380546212196, 0.030927862972021103, -0.026739714667201042, -0.019633129239082336, -0.04749094694852829, -0.02095969207584858, 0.03085205890238285, -0.012052769772708416, -0.026171186938881874, -0.016013506799936295, -0.02420029416680336, -0.03401685878634453, 0.019244635477662086, 0.0038209743797779083, -0.021964088082313538, 0.00836208276450634, -0.058406662195920944, 0.029411790892481804, -0.002326222602277994, -0.04783206060528755, -0.048211079090833664, 0.06140090525150299, 0.002499149413779378, -0.0065712230280041695, 0.021888285875320435, -0.062424253672361374, 0.01316139753907919, -0.04931023344397545, 0.03759857639670372, -0.0031790127977728844, -0.015805047005414963, -0.02082703448832035, -0.08224689215421677, 0.005083577707409859, -0.037655431777238846, 0.05476808920502663, -0.051925454288721085, -0.039304159581661224, -0.06492576748132706, 0.022665271535515785, 0.0013620957033708692, 0.02653125487267971, 0.04464831203222275, -0.024276098236441612, 0.022418910637497902, -0.03392210230231285, 0.009210135787725449, -0.03401685878634453, 0.006225369405001402, -0.001559895696118474, 0.016998954117298126, 0.15486672520637512, 0.03820500522851944, 0.03488859906792641, -0.014601665548980236, -0.042677417397499084, 0.013237200677394867, 0.02662600949406624, -0.011455817148089409, -0.053214117884635925, 0.010659879073500633, 0.04908281937241554, -0.040289606899023056, 0.02069437876343727, 0.0026602321304380894, 0.019074076786637306, -0.05283509939908981, -0.024598263204097748, 0.1017284095287323, -0.027592504397034645, -0.04161616787314415, -0.018353942781686783, 0.04154036566615105, 0.03972107917070389, 0.027251388877630234, -0.01642095111310482, 0.02308219112455845, -0.05912679433822632, 0.055943045765161514, 0.023802325129508972, -0.030624648556113243, 0.0002839673252310604, -0.009342791512608528, 0.03750382363796234, 0.012081196531653404, 0.01667678914964199, -0.01651570573449135, 0.03293665871024132, 0.02298743650317192, -0.011256832629442215, 0.02946864441037178, 0.030795205384492874, 0.058103445917367935, 0.005836876109242439, 0.00021823142014909536, -0.021111298352479935, 0.048817507922649384, 0.04737723991274834, -0.004832478705793619, -0.007490341551601887, 0.0447620153427124, -0.045747462660074234, -0.0430564358830452, 0.002709978260099888, 0.0032619230914860964, 0.060529161244630814, -0.003913360182195902, 0.04445880278944969, 0.011721129529178143, 0.0019187782891094685, 0.02764935791492462, -0.016752591356635094, 0.0032027014531195164, -0.05450277775526047, -0.03867878019809723, 0.0012412837240844965, -0.03998639062047005, -0.016022982075810432, -0.037655431777238846, -0.005566825624555349, -0.0432080440223217, -0.022892681881785393, -0.025072036311030388, -0.03937996178865433, 0.020732279866933823, 0.0431322380900383, -0.0415782667696476, -0.012517066672444344, -0.017216889187693596, -0.017813842743635178, -0.04540634900331497, -0.055639829486608505, 0.029658151790499687, 0.05124322324991226, 0.09111590683460236, 0.06746519356966019, -0.014885928481817245, -0.05147063359618187, -0.0127065759152174, -0.007987802848219872, 0.0008510136976838112, 0.00395599938929081, 0.01611773669719696, -0.021755628287792206, 0.0300371702760458, -0.02008794993162155, -0.017302168533205986, 0.0020064262207597494, 0.0246361643075943, -0.007765129674226046, 0.002334513468667865, -0.02977185696363449, -0.07500764727592468, -0.05063679441809654, -0.017359020188450813, 0.02787676826119423, 0.000030443577998084947, -0.05605674907565117, -0.003579350421205163, -0.07193759828805923, 0.0016901830676943064, 0.028464246541261673, 0.005794236436486244, 0.004735355265438557, -0.00523044727742672, 0.011692702770233154, -0.04684661701321602, 0.001974446466192603, 0.013284577988088131, 0.040820229798555374, 0.056928493082523346, 0.011010470800101757, -0.01458271499723196, -0.019500471651554108, 0.04245000705122948, -0.028445295989513397, -0.022703174501657486, -0.04506523162126541, 0.004100500140339136, -0.020334310829639435, -0.024484558030962944, 0.038053400814533234, 0.013417234644293785, 0.022797927260398865, 0.026948174461722374, -0.028161032125353813, 0.047074027359485626, 0.04135085642337799, -0.000644922663923353, -0.010508271865546703, -0.014885928481817245, -0.016904199495911598, -0.05889938399195671, -0.03414951637387276, -0.08467260748147964, -0.01134211104363203, 0.07633420825004578, 0.02916542999446392, 0.059354208409786224, 0.03773123398423195, -0.03892514109611511, 0.02082703448832035, 0.006410140544176102, 0.04650549963116646, 0.06268956512212753, -0.009456497617065907, 0.005074102431535721, 0.030795205384492874, -0.017302168533205986, 0.019633129239082336, -0.05954371392726898, 0.02277897670865059, 0.03142058476805687, -0.04495152458548546, -0.07008041441440582, 0.09164653718471527, 0.00027404772117733955, -0.015151241794228554, -0.008551592007279396, -0.026000630110502243, 0.030491992831230164, -0.02831263840198517, 0.019765784963965416, 0.05184965208172798, 0.004275796003639698, 0.02113024890422821, 0.015463931486010551, -0.06299278140068054, -0.03587404638528824, -0.0331072174012661, -0.047036122530698776, 0.034376926720142365, 0.0026815517339855433, 0.06594911962747574, 0.002283582929521799, -0.035627685487270355, -0.06841273605823517, -0.034414827823638916, -0.008499477058649063, -0.0055573503486812115, 0.009503873996436596, -0.0161272119730711, -0.010839913040399551, 0.0346611887216568, -0.03289875388145447, -0.04931023344397545, 0.050447285175323486, 0.01395733468234539, 0.014696420170366764, -0.023878129199147224, -0.014251073822379112, -0.02355596423149109, -0.00044475385220721364, 0.024863576516509056, 0.03634781762957573, 0.02092178910970688, -0.03348623216152191, 0.010584075935184956, -0.03634781762957573, -0.03526761755347252, -0.028919067233800888, -0.037314314395189285, 0.03452853113412857, 0.056246258318424225, 0.0028757983818650246, -0.0066612400114536285, -0.021149199455976486, 0.03197016194462776, -0.021888285875320435, -0.012052769772708416, -0.013748874887824059, -0.005495759658515453, 0.12158895283937454, -0.05670108273625374, -0.013995236717164516, -0.018732961267232895, 0.04006219282746315, -0.007243980187922716, 0.037276413291692734, -0.020068999379873276, -0.05279719829559326, -0.0006443304591812193, -0.05552612617611885, -0.02329065091907978, -0.06492576748132706, 0.05397215113043785, -0.0003331212210468948, -0.06477416306734085, 0.021983038634061813, 0.006992880720645189, 0.01426054909825325, -0.03848927095532417, 0.015520784072577953, -0.021357659250497818, -0.0009842622093856335, -0.01112417597323656, 0.08126144111156464, -0.07531086355447769, 0.0065191080793738365, -0.009233823977410793, -0.007821982726454735, 0.04438300058245659, 0.07322626560926437, 0.057193804532289505, -0.025507906451821327, 0.0031742751598358154, -0.008959036320447922, 0.03187540918588638, 0.016392525285482407, 0.0006502526230178773, 0.03037828579545021, -0.018979322165250778, -0.0615525096654892, -0.0633338913321495, 0.006874437443912029, 0.03807235136628151, 0.04233630374073982, -0.12522752583026886, 0.004216574598103762, -0.02298743650317192, 0.013796252198517323, 0.009385431185364723, 0.04726353660225868, -0.022968485951423645, -0.06867805123329163, -0.056549474596977234, -0.01186326052993536, -0.011740080080926418, 0.09028206765651703, -0.016743116080760956, -0.00019543111557140946, -0.0035935635678470135, -0.05431326851248741, 0.027421947568655014, -0.015928227454423904, -0.050712596625089645, 0.03198911249637604, -0.010944142937660217, -0.06500157713890076, 0.053820546716451645, -0.009537038393318653, 0.018780337646603584, 0.0053583658300340176, -0.023802325129508972, 0.009262250736355782, -0.019282536581158638, 0.04555795341730118, 0.019339390099048615, 0.03689739480614662, -0.04006219282746315, -0.011503193527460098, 0.04112344607710838, -0.0020928895100951195, -0.014004711993038654, 0.030889960005879402, 0.021414512768387794, 0.03581719473004341, 0.02312009409070015, 0.06011224165558815, 0.048552196472883224, 0.03858402371406555, 0.0002053507196251303, 0.00287342956289649, -0.037314314395189285, -0.08103403449058533, -0.027213487774133682, -0.05545032396912575, -0.013474087230861187, -0.038356613367795944, 0.06105978786945343, -0.025697415694594383, -0.04127505049109459, -0.012043294496834278, -0.03405475988984108, 0.004834847524762154, 0.009096430614590645, 0.03409266099333763, -0.04684661701321602, -0.024313999339938164, 0.015331274829804897, -0.012735002674162388, 0.02662600949406624, 0.09437546133995056, -0.06985300034284592, -0.004275796003639698, 0.04658130183815956, 0.0048158965073525906, -0.062424253672361374, -0.010129254311323166, -0.015719767659902573, -0.004659551661461592, 0.00466902693733573, -0.016098786145448685, -0.019036175683140755, -0.025223642587661743, -0.01555868610739708, -0.019557325169444084, -0.03746592253446579, 0.05833085998892784, -0.019860539585351944, -0.05063679441809654, 0.05389634892344475, -0.01240336149930954, -0.01599455624818802, 0.06970139592885971, -0.04396607726812363, 0.0401758998632431, 0.045747462660074234, -0.03972107917070389, -0.012829756364226341, 0.017472725361585617, 0.07944215834140778, 0.017093708738684654, 0.001986290793865919, -0.030056120827794075, 0.003240603255107999, 0.031060518696904182, 0.0277820136398077, 0.002334513468667865, 0.06568380445241928, 0.03278505057096481, 0.03915255144238472, -0.006324861664324999, 0.00046992299030534923, -0.02946864441037178, -0.02744089812040329, -0.02800942398607731, 0.011029421351850033, -0.030056120827794075, 0.016932625323534012, -0.023916030302643776, -0.035589784383773804, 0.03200806304812431, 0.04536844417452812, 0.013464611954987049, -0.01434582844376564, -0.007547194603830576, -0.01685682125389576, 0.05882358178496361, 0.019898440688848495, -0.013350906781852245, -0.04961344599723816, -0.018875092267990112, 0.042942728847265244, -0.016487279906868935, 0.04586116969585419, 0.029525496065616608, 0.015928227454423904, -0.08876600116491318, -0.014298451133072376, 0.037314314395189285, 0.028748508542776108, 0.042146794497966766, 0.017605382949113846, 0.052228670567274094, 0.00042817179928533733, -0.025564758107066154, -0.024579312652349472, 0.012147524394094944, 0.02571636624634266, 0.03574138879776001, 0.018770862370729446, 0.010688305832445621, -0.045747462660074234, -0.022437861189246178, -0.023669669404625893, -0.02268422208726406, 0.016582034528255463, 0.03693529590964317, -0.02609538473188877, -0.04874170571565628, -0.008125197142362595, 0.009432808496057987, -0.01225175429135561, 0.03350518271327019, -0.03596879914402962, 0.01991739124059677, -0.054692286998033524, -0.09293519705533981, 0.022741075605154037, 0.03456643596291542, 0.08861438930034637, -0.0215282179415226, -0.052001260221004486, 0.01953837461769581, -0.016932625323534012, 0.025526857003569603, -0.005723170470446348, -0.03322092071175575, 0.02558371052145958, 0.01837289333343506, 0.0004255068488419056, 0.06140090525150299, 0.05772443115711212, -0.057459115982055664, 0.00317664397880435, 0.06496366858482361, 0.005519448313862085, 0.04442090168595314, -0.0509021058678627, 0.0223810076713562, -0.016648361459374428, 0.010280861519277096, 0.04354915767908096, 0.035722438246011734, 0.029013821855187416, -0.0023439889773726463, -0.005813187453895807, 0.015227044932544231, 0.02493937872350216, 0.033637840300798416, 0.002417423762381077, 0.027023978531360626, -0.0585203655064106, -0.007585096172988415, -0.02346120961010456, -0.03881143406033516, 0.031231077387928963, 0.0270050261169672, 0.08391457051038742, 0.03881143406033516, 0.007968852296471596, -0.04900701716542244, 0.02325274981558323, -0.03401685878634453, -0.02355596423149109, -0.021509267389774323, 0.025223642587661743, 0.0037451707758009434, 0.013388807885348797, 0.047604650259017944, 0.00032453410676680505, -0.0032500787638127804, 0.01672416552901268, 0.04263951629400253, 0.03689739480614662, -0.009565465152263641, -0.0014438213547691703, 0.047036122530698776, 0.019765784963965416, -0.008418935351073742, -0.019244635477662086, 0.0330314114689827, 0.020031096413731575, -0.008546854369342327, -0.00769406370818615, 0.02956339716911316, 0.03875458240509033, 0.00790726114064455 ]
15,935
netapp_ontap.response
poll
Wait for the job associated with the response to complete. Calls 'utils.poll' with the response object and blocks until the job completes (that is reaches a terminal state). Args: connection: The host containing the job to connect to. timeout: Seconds to wait before timing out of a poll request. If set, the value overrides the timeout set in connection. Otherwise, the timeout set in the connection is used. interval: Seconds to wait between making REST API calls to check the the job status. If set, the value overrides the interval set in the connection object. Otherwise, the interval set in connection object is used. Returns: The response received after the job completes. This is normally a success or failure indication for the job.
def poll( self, connection: HostConnection = None, timeout: int = None, interval: int = None ) -> "NetAppResponse": """Wait for the job associated with the response to complete. Calls 'utils.poll' with the response object and blocks until the job completes (that is reaches a terminal state). Args: connection: The host containing the job to connect to. timeout: Seconds to wait before timing out of a poll request. If set, the value overrides the timeout set in connection. Otherwise, the timeout set in the connection is used. interval: Seconds to wait between making REST API calls to check the the job status. If set, the value overrides the interval set in the connection object. Otherwise, the interval set in connection object is used. Returns: The response received after the job completes. This is normally a success or failure indication for the job. """ from netapp_ontap import utils # pylint: disable=cyclic-import my_connection = connection if connection is not None else self.connection return utils.poll( self.http_response, connection=my_connection, timeout=timeout, interval=interval )
(self, connection: Optional[netapp_ontap.host_connection.HostConnection] = None, timeout: Optional[int] = None, interval: Optional[int] = None) -> netapp_ontap.response.NetAppResponse
[ 0.06563078612089157, -0.04901183024048805, -0.11654393374919891, -0.04306139796972275, 0.03205838426947594, 0.006430162116885185, -0.024981245398521423, -0.03399491310119629, -0.03251611068844795, -0.045702122151851654, -0.012930743396282196, 0.0011465142015367746, 0.0036353960167616606, -0.02033357135951519, -0.027850830927491188, -0.03756869584321976, 0.007719715125858784, -0.05091315135359764, -0.018485065549612045, 0.02609034813940525, 0.023097528144717216, 0.026882566511631012, 0.03005143441259861, 0.010642115958034992, 0.005919621791690588, 0.017939316108822823, -0.0019090230343863368, -0.027217058464884758, 0.029998619109392166, 0.01702386513352394, -0.02086171694099903, 0.010483672842383385, -0.011487147770822048, -0.014039847068488598, -0.025861486792564392, 0.040209416300058365, 0.016988655552268028, -0.019523749127984047, -0.024963639676570892, -0.00006804677104810253, -0.06411676853895187, -0.004352792631834745, -0.021337047219276428, 0.0108005590736866, 0.04221636801958084, -0.022463755682110786, -0.025104478001594543, -0.004330786876380444, -0.00044067075941711664, -0.01955895870923996, 0.008010194636881351, -0.0172527264803648, -0.02621358260512352, -0.04408247768878937, -0.05777903273701668, 0.036371566355228424, -0.046864040195941925, 0.03142461180686951, -0.0506666824221611, -0.02531573735177517, -0.11189626157283783, -0.015333801507949829, -0.019242072477936745, -0.004753302317112684, -0.007248786278069019, 0.013494097627699375, 0.032410480082035065, -0.027586758136749268, 0.007732918951660395, -0.04077277332544327, 0.034839946776628494, 0.05770861357450485, 0.01541302353143692, -0.019101234152913094, 0.03732222691178322, -0.05742693692445755, -0.02135465107858181, -0.012076908722519875, -0.0789400264620781, 0.01495529804378748, -0.020668063312768936, 0.02506926842033863, 0.051863811910152435, -0.06763773411512375, 0.053131356835365295, -0.047356974333524704, 0.04767386242747307, 0.010589301586151123, -0.04792033135890961, 0.03770953416824341, 0.020403990522027016, -0.028942329809069633, 0.018326621502637863, -0.044328946620225906, 0.021425070241093636, 0.0005661051254719496, -0.012006489560008049, 0.008287470787763596, -0.017631230875849724, -0.028713468462228775, -0.0485893152654171, 0.023678487166762352, -0.07210935652256012, 0.015685897320508957, 0.04390643164515495, 0.008934448473155499, -0.0018198986072093248, -0.002612115815281868, 0.010281217284500599, -0.028044484555721283, 0.04232199490070343, 0.05450453609228134, 0.03795599937438965, 0.004051310010254383, -0.008771603927016258, 0.06179293245077133, -0.07992590218782425, 0.016319671645760536, -0.030667603015899658, -0.025667833164334297, -0.04897661879658699, -0.019611774012446404, 0.06179293245077133, -0.011390320956707, 0.03763911500573158, 0.02478759177029133, -0.055701661854982376, 0.010263612493872643, 0.004161340184509754, 0.035878632217645645, 0.016795001924037933, 0.02531573735177517, 0.05461016297340393, 0.01771925576031208, -0.014647213742136955, 0.010034749284386635, -0.01596757583320141, 0.0398925319314003, -0.009656245820224285, 0.024769987910985947, 0.041688222438097, -0.026037534698843956, -0.009515407495200634, -0.03258652985095978, -0.011557566933333874, -0.037779953330755234, -0.00639055110514164, -0.04552607610821724, -0.013001162558794022, -0.009937923401594162, -0.04728655517101288, -0.013538109138607979, 0.024488309398293495, -0.028326161205768585, 0.027164243161678314, 0.006210101768374443, -0.004770907107740641, -0.004502433817833662, -0.028801491484045982, -0.07337690889835358, 0.004814919549971819, -0.0049161468632519245, 0.025738252326846123, -0.031653475016355515, -0.000900046608876437, -0.017789674922823906, 0.007864954881370068, -0.0539763905107975, 0.07724996656179428, -0.022956689819693565, -0.007622888777405024, 0.029347240924835205, -0.058624062687158585, -0.04461062327027321, -0.026776937767863274, 0.06925737857818604, 0.044328946620225906, 0.024118607863783836, 0.01643410325050354, -0.020896926522254944, -0.03197035938501358, -0.04689925163984299, -0.024012979120016098, 0.017560811713337898, -0.05270884186029434, 0.04295577108860016, 0.029259217903017998, 0.014990507625043392, -0.029857780784368515, 0.013309246860444546, -0.024083398282527924, -0.02572064846754074, 0.05073710158467293, 0.006535790860652924, 0.011777627281844616, -0.046089429408311844, -0.005228632595390081, 0.07464445382356644, 0.03557934984564781, 0.045596495270729065, 0.024241842329502106, -0.00043379387352615595, 0.014268709346652031, 0.047638654708862305, -0.01213852595537901, -0.030597183853387833, 0.02570304274559021, -0.024259448051452637, -0.004735697526484728, -0.03329072147607803, -0.05446932464838028, -0.00546629773452878, -0.04851889610290527, -0.026688912883400917, -0.029892990365624428, 0.03376605361700058, -0.02966412901878357, -0.010149180889129639, -0.04644152522087097, -0.03616030886769295, -0.01009636651724577, -0.04542044550180435, 0.009647443890571594, -0.010668523609638214, -0.02482280135154724, 0.016909433528780937, 0.011099841445684433, -0.010677325539290905, 0.03401251882314682, 0.005373872350901365, 0.013256432488560677, 0.010501277633011341, 0.028326161205768585, -0.07865834981203079, -0.029822571203112602, -0.002290827687829733, -0.029752152040600777, 0.045596495270729065, -0.002471277257427573, 0.012684275396168232, 0.04964560270309448, -0.04873015359044075, -0.03605467826128006, -0.034452639520168304, -0.05087793990969658, -0.04894141107797623, 0.016302067786455154, -0.010492474772036076, 0.019506145268678665, -0.019629377871751785, -0.046089429408311844, -0.06967989355325699, 0.03725180774927139, 0.024206632748246193, 0.015457035042345524, -0.001748379087075591, -0.07464445382356644, -0.0356849767267704, -0.008753998205065727, 0.06633497774600983, 0.013133198954164982, 0.02901274897158146, -0.04144175350666046, 0.0470752976834774, 0.01945332996547222, 0.0014589998172596097, -0.03482234105467796, 0.014603201299905777, 0.01945332996547222, -0.002246815711259842, 0.04334307461977005, -0.04454020410776138, -0.012675473466515541, -0.026125557720661163, -0.009286544285714626, 0.11217793822288513, 0.038801033049821854, 0.01688302680850029, 0.007671302184462547, -0.02658328413963318, -0.01246421504765749, 0.007644894532859325, 0.05027937516570091, -0.032674554735422134, -0.04760344326496124, -0.05841280519962311, -0.06925737857818604, 0.08591154217720032, 0.02529813162982464, 0.01994626596570015, 0.0028189723379909992, 0.002405259059742093, 0.009145705960690975, 0.008824418298900127, 0.0038180460687726736, 0.04936392605304718, 0.00015926864580251276, 0.012552239000797272, 0.05496225878596306, -0.041617803275585175, 0.03246329352259636, -0.01674218662083149, -0.03795599937438965, -0.022534174844622612, -0.0276043638586998, -0.0050393808633089066, 0.022815851494669914, 0.02940005622804165, 0.004731296561658382, 0.0695742666721344, -0.019629377871751785, -0.040737561881542206, 0.043659962713718414, -0.04464583471417427, -0.052356746047735214, 0.04313181713223457, 0.04485709220170975, 0.008639567531645298, 0.008850825019180775, -0.011152655817568302, -0.0026737325824797153, 0.02582627721130848, 0.010069958865642548, 0.042110737413167953, -0.012719484977424145, 0.00830067414790392, 0.004621266387403011, 0.06978552043437958, 0.034329406917095184, -0.00020121764100622386, 0.013978229835629463, 0.009163310751318932, -0.04246283322572708, -0.07612325996160507, -0.07038408517837524, -0.011777627281844616, 0.0338892862200737, 0.05320177599787712, -0.015052123926579952, 0.004484829027205706, 0.04552607610821724, -0.009735467843711376, -0.0009055481059476733, 0.04144175350666046, 0.09246053546667099, 0.012261759489774704, -0.007908967323601246, 0.008494327776134014, 0.02006949856877327, -0.05394117906689644, -0.007644894532859325, -0.0015723308315500617, 0.011997687630355358, 0.03848414495587349, 0.011927268467843533, -0.03464629501104355, 0.024065794423222542, 0.029312031343579292, 0.00977947935461998, 0.01029001921415329, -0.055807292461395264, 0.014207093045115471, -0.025280527770519257, -0.000791116792242974, 0.005677555687725544, 0.015712305903434753, 0.009823491796851158, 0.05816633626818657, 0.011583973653614521, 0.017243925482034683, -0.0191892571747303, -0.002440468640998006, -0.030245088040828705, -0.025139687582850456, 0.016566138714551926, 0.030209878459572792, -0.035508930683135986, -0.014708830043673515, -0.006698635406792164, -0.00011814487515948713, 0.04094881936907768, -0.010439660400152206, -0.0016152425669133663, -0.028343766927719116, -0.007886961102485657, -0.0068350727669894695, -0.10091084986925125, -0.02735789678990841, -0.00894325040280819, 0.04013899713754654, -0.0037608304992318153, 0.047004878520965576, -0.049680814146995544, -0.0006865881150588393, -0.03438222035765648, 0.020245548337697983, 0.02429465763270855, -0.025034058839082718, -0.012252957560122013, -0.05355387553572655, 0.0019046218367293477, 0.035984259098768234, 0.0010513380402699113, 0.018326621502637863, -0.0020960744004696608, 0.024453099817037582, 0.044328946620225906, -0.027780411764979362, -0.013890205882489681, 0.0013918813783675432, -0.029840176925063133, -0.0011872253380715847, -0.008894837461411953, 0.014400745742022991, -0.04334307461977005, 0.028871910646557808, 0.011716010048985481, 0.05527914687991142, 0.027938855811953545, -0.0287838876247406, -0.05087793990969658, -0.0038752618711441755, 0.014180685393512249, 0.025245318189263344, -0.03929396718740463, 0.02674172818660736, 0.03367802873253822, -0.031371794641017914, -0.0305795781314373, -0.07471486926078796, 0.029241612181067467, -0.009603431448340416, -0.033325932919979095, -0.016442906111478806, 0.05827196687459946, 0.018573088571429253, 0.028414186090230942, 0.0009049979853443801, -0.00668543204665184, -0.0588001124560833, -0.0452796071767807, 0.07809499651193619, 0.056828372180461884, -0.013511702418327332, 0.03251611068844795, 0.01508733443915844, 0.009013669565320015, -0.07879918813705444, -0.06189855933189392, -0.010342833586037159, 0.007565672975033522, 0.03350197896361351, 0.06274358928203583, 0.016786199063062668, -0.02482280135154724, -0.019013209268450737, -0.0320935919880867, 0.01233217865228653, -0.02403058484196663, -0.02123141661286354, -0.003520964877679944, -0.013203618116676807, 0.04626547545194626, -0.05228632688522339, -0.02851981483399868, -0.014154278673231602, 0.019013209268450737, 0.045702122151851654, -0.020421596243977547, 0.0028563826344907284, -0.04056151583790779, -0.011363914236426353, -0.016037994995713234, 0.05101877823472023, -0.014647213742136955, -0.041089657694101334, 0.03492797166109085, 0.028414186090230942, -0.015324999578297138, -0.022164473310112953, -0.05943388491868973, -0.003710216609761119, -0.003763030981644988, 0.03439982607960701, 0.0350688099861145, 0.010677325539290905, 0.006276119500398636, -0.012948348186910152, -0.044716253876686096, -0.042638882994651794, -0.034470245242118835, 0.08605238050222397, 0.007930973544716835, -0.011434333398938179, -0.013124396093189716, -0.03873061388731003, -0.010571696795523167, 0.01719111017882824, 0.03212880343198776, -0.007085941731929779, -0.016460509970784187, -0.03167107701301575, 0.030914070084691048, 0.006192496977746487, 0.058131128549575806, -0.026195978745818138, -0.0193300973623991, 0.043307866901159286, 0.06256754696369171, -0.0181505735963583, -0.040068577975034714, 0.059398677200078964, 0.05872969329357147, -0.04070235416293144, -0.04351912438869476, 0.007011121138930321, -0.009805887006223202, 0.01292194053530693, 0.006293724291026592, 0.005576327908784151, 0.00859555508941412, 0.05471579357981682, 0.04770907387137413, 0.012825113721191883, -0.03554413840174675, 0.026055138558149338, 0.06830671429634094, -0.02082650735974312, -0.05091315135359764, -0.03045634552836418, -0.027181848883628845, -0.027164243161678314, -0.04105444997549057, -0.024488309398293495, 0.012384993955492973, 0.05017374828457832, -0.08055967092514038, 0.03954043611884117, -0.08964376151561737, 0.0363011471927166, -0.0049293506890535355, 0.06837713718414307, 0.028801491484045982, -0.046089429408311844, -0.026284001767635345, 0.04091361165046692, -0.017463985830545425, 0.10668523609638214, 0.026442445814609528, -0.0005300702177919447, 0.022199682891368866, -0.009101693518459797, -0.011848046444356441, -0.030773231759667397, -0.08112303167581558, 0.001768184476532042, 0.005325459409505129, -0.09429143369197845, 0.04249804466962814, -0.04306139796972275, -0.013538109138607979, -0.006342137698084116, -0.02315034344792366, 0.05622980743646622, 0.06520827114582062, 0.059152208268642426, 0.04908224940299988, 0.04799075052142143, -0.030209878459572792, 0.028836701065301895, 0.039329174906015396, 0.0386601947247982, -0.0449979305267334, -0.08330602943897247, 0.052638422697782516, -0.0070903426967561245, 0.008234656415879726, 0.056335438042879105, -0.06084227189421654, 0.05112440884113312, 0.01017558854073286, 0.003166667651385069, -0.048906199634075165, -0.03735743463039398, 0.010765349492430687, -0.004819320514798164, -0.03623072803020477, 0.013045174069702625, 0.055173516273498535, 0.006610611453652382, 0.012895533815026283, 0.05651148408651352, 0.006672228220850229, -0.017543207854032516, 0.015113741159439087, 0.022991899400949478, 0.0005996642867103219, -0.008886034600436687, -0.008868429809808731, -0.05971556156873703, 0.029505684971809387, -0.006769054569303989, -0.01660134829580784, -0.02851981483399868, -0.022798247635364532, 0.04503313824534416, -0.030104247853159904, -0.012191340327262878, 0.07485570758581161, -0.05087793990969658, -0.007961781695485115, -0.03594905138015747, -0.052110277116298676, 0.04714571684598923, -0.026917776092886925, 0.00472689513117075, -0.015236974693834782, 0.016522126272320747, -0.02607274428009987, -0.023678487166762352, 0.06218023598194122, 0.0251925028860569, -0.0023942559491842985, 0.04901183024048805, -0.007446840405464172, 0.06038454547524452, -0.012094513513147831, 0.0054002795368433, 0.025350946933031082, 0.04964560270309448, 0.03693491965532303, 0.006073664408177137, -0.020175127312541008, -0.006830671802163124, 0.006645821034908295, -0.04492751136422157, 0.022833457216620445, -0.043800801038742065, 0.003767432412132621, 0.013890205882489681, 0.019770218059420586, -0.04957518354058266, -0.009312951937317848, -0.02711142785847187, -0.02302710898220539, -0.018326621502637863, 0.0287838876247406, 0.05527914687991142, -0.0070023187436163425, -0.014515177346765995, -0.01727033220231533, 0.02427705191075802, 0.04901183024048805, 0.021425070241093636, -0.022657407447695732, -0.06161688268184662, 0.038167256861925125, 0.0034021323081105947, 0.0010755447437986732, 0.0524623766541481, -0.01866111345589161, -0.042674094438552856, -0.026424840092658997, -0.011883256025612354, 0.04689925163984299, 0.0305795781314373, -0.018696323037147522, -0.01643410325050354, 0.014189488254487514, 0.03883624076843262, 0.06045496463775635, 0.005100997630506754, 0.05929304659366608, 0.03158305212855339, -0.005659950897097588, -0.016566138714551926, -0.029875386506319046, -0.0006194697343744338, 0.03234006091952324, -0.014418350532650948, 0.08224973827600479, -0.048378054052591324, -0.04313181713223457, 0.002592310309410095, -0.00017164702876470983, -0.041617803275585175, 0.06038454547524452, -0.05446932464838028, -0.04027983546257019, 0.018907580524683, 0.04816679656505585, 0.01683901436626911, -0.0018782146507874131, 0.020139917731285095, 0.037287015467882156, -0.0029135984368622303, -0.05781424045562744, -0.010580498725175858, 0.024505915120244026, -0.024505915120244026, 0.11964238435029984, -0.02327357791364193, -0.03427659347653389, 0.04524439573287964, 0.0244354959577322, 0.07309523224830627, -0.02274543233215809, -0.03307946398854256, -0.015254579484462738, 0.012666670605540276, -0.014656015671789646, 0.050068117678165436, 0.017789674922823906, -0.09429143369197845, 0.015254579484462738, 0.02582627721130848, -0.004304379224777222, 0.013863799162209034, -0.012068106792867184, 0.05637064576148987, -0.05130045488476753, -0.018344227224588394, 0.020245548337697983, 0.022287707775831223, 0.042110737413167953, 0.04024462774395943, 0.014286314137279987, 0.040491096675395966, 0.020650457590818405, 0.11034703254699707, -0.01560667622834444, 0.06401114165782928, 0.008806813508272171, 0.041758641600608826, 0.00953301228582859, 0.014048648998141289, 0.010906188748776913, -0.002225909847766161, 0.09647443145513535, 0.022833457216620445, 0.029312031343579292, -0.0659828782081604, 0.024910826236009598, -0.059011369943618774, 0.01941812038421631, -0.06566599011421204, -0.09239011257886887, 0.012561041861772537, 0.005730370059609413, 0.02211165800690651, -0.03323790803551674, -0.01747278682887554, 0.01254343707114458, -0.018361831083893776, 0.0401742085814476, 0.022833457216620445, -0.03584342077374458, 0.04901183024048805, -0.003930276725441217, 0.06876444071531296, 0.041617803275585175, 0.04084319248795509, 0.00712995370849967, 0.01867871731519699, -0.07929212599992752, -0.013177210465073586, -0.026759332045912743, -0.029329637065529823 ]
15,936
netapp_ontap.error
NetAppRestError
Common base class for all exceptions raised by the library functions. All custom exceptions are derived from this type.
class NetAppRestError(Exception): """Common base class for all exceptions raised by the library functions. All custom exceptions are derived from this type. """ def __init__(self, message: str = None, cause: Exception = None) -> None: """Initalize the error object. Optionally accepts a custom message and cause. If provided, the cause is the exception object that was handled when this exception is created. Args: message: A human readable message that explains the error. cause: An exception object that caused this exception to be raised. """ msg = message if message else "" if cause: self.cause = cause msg += f" Caused by {cause!r}" if getattr(cause, "response", None) is not None: try: self._response = NetAppResponse(cause.response) # type: ignore err_msg = cause.response.json().get("error", {}).get("message") # type: ignore if err_msg: msg += f": {err_msg}" except Exception: # pylint: disable=broad-except # the error response wasn't json so there's nothing additional # we will add pass super().__init__(msg.strip()) @property def http_err_response(self) -> Optional[NetAppResponse]: """Describes a response to an API request that contains an error. Returns: Response object if the exception was raised because of an API failure (HTTP status code of 400 or higher). None if the exception was not related to an API error. """ return getattr(self, "_response", None) @property def status_code(self) -> Optional[int]: """Return the status code of the HTTP response if this error was generated from a failed HTTP request. Otherwise, returns None """ if not getattr(self, "_response", None): return None return self._response.http_response.status_code @property def response_body(self) -> Optional[dict]: """Return the HTTP response body if this error was generated from a failed HTTP request. The body will be in dictionary form. If this exception is not from a failed request or the body cannot be parsed as JSON, returns None """ if not getattr(self, "_response", None): return None try: return self._response.http_response.json() except ValueError: return None @property def response_text(self) -> Optional[str]: """Return the HTTP response body if this error was generated from a failed HTTP request. This will be the raw text of the response body. This is useful when the response body cannot be parsed as JSON. """ if not getattr(self, "_response", None): return None return self._response.http_response.text
(message: str = None, cause: Exception = None) -> None
[ -0.0338725708425045, -0.05942020192742348, -0.04345770552754402, 0.02858356013894081, 0.009064826183021069, -0.04257938638329506, -0.059152886271476746, 0.009766527451574802, 0.08775553852319717, -0.0746571272611618, 0.07400793582201004, 0.026884203776717186, 0.027208799496293068, -0.029557349160313606, -0.012229640036821365, 0.02652142010629177, 0.024955719709396362, 0.024841157719492912, 0.06686682254076004, -0.06354448199272156, -0.02050684206187725, 0.0032889232970774174, -0.021690664812922478, 0.028850875794887543, 0.02245442010462284, 0.05823637917637825, 0.03891335800290108, -0.012726080603897572, 0.06285709887742996, -0.017690492793917656, -0.032135024666786194, -0.038378726691007614, -0.011112647131085396, 0.023752804845571518, -0.0010006394004449248, -0.004384435713291168, -0.015361038036644459, -0.01709858328104019, -0.1348028928041458, -0.007733027450740337, -0.07836134731769562, -0.030779357999563217, -0.027495209127664566, -0.03137126937508583, 0.06304804235696793, -0.024287434294819832, -0.0050694290548563, 0.03816869482398033, -0.08576977252960205, -0.013136599212884903, -0.048078425228595734, 0.007126796059310436, 0.006716277450323105, -0.03163858503103256, -0.010148405097424984, 0.07446619123220444, -0.01709858328104019, 0.026177730411291122, -0.06308622658252716, -0.011360866948962212, -0.05373021960258484, 0.03629749268293381, -0.014845503494143486, -0.019475772976875305, -0.01944713108241558, 0.03723309561610222, -0.05059882253408432, -0.027208799496293068, -0.012391937896609306, 0.0021003284491598606, 0.034789077937603, 0.04613085091114044, -0.013843073509633541, 0.031352173537015915, 0.10249602794647217, -0.03087482787668705, -0.010635299608111382, 0.0060384441167116165, -0.012200999073684216, -0.018101012334227562, 0.06430824100971222, 0.025223035365343094, 0.019647616893053055, -0.03694668784737587, 0.10371803492307663, -0.03967711329460144, -0.029232753440737724, 0.018988877534866333, 0.005007374100387096, -0.0058761462569236755, -0.05407391116023064, -0.029080001637339592, -0.05625061318278313, -0.019084347411990166, -0.008854793384671211, -0.019914932548999786, -0.0025561952497810125, -0.07973610609769821, -0.003620679723098874, -0.031180329620838165, 0.01939939707517624, 0.04002080485224724, -0.047620173543691635, -0.0273042693734169, 0.03076026402413845, -0.014807315543293953, -0.017976902425289154, 0.014167670160531998, 0.0377868190407753, 0.012668799608945847, -0.02463112398982048, -0.03811141476035118, 0.014234498143196106, -0.02184341475367546, 0.018406514078378677, 0.03328065946698189, 0.016239358112215996, -0.016153434291481972, 0.03538098558783531, 0.028392622247338295, 0.02669326402246952, -0.013556664809584618, 0.0013043517246842384, 0.007885778322815895, 0.033414315432310104, 0.015151005238294601, -0.019485319033265114, -0.009418063797056675, 0.009766527451574802, -0.013270257040858269, -0.01661168783903122, 0.011656822636723518, -0.022034354507923126, -0.011141287162899971, -0.014530453830957413, 0.05338652804493904, -0.07240404933691025, 0.02652142010629177, -0.0547231025993824, 0.0030001283157616854, 0.011733198538422585, 0.058541882783174515, 0.0037424033507704735, 0.018645187839865685, -0.03990624099969864, -0.003847419749945402, -0.004806887824088335, -0.03650752827525139, -0.006143460515886545, -0.0061911954544484615, 0.01468320470303297, -0.02703695558011532, -0.008062397129833698, 0.010234327986836433, -0.030397480353713036, 0.027132423594594002, -0.012468312866985798, -0.05984026566147804, -0.008854793384671211, 0.020468655973672867, -0.047849301248788834, -0.03979167714715004, 0.08706816285848618, -0.03381528705358505, 0.0013878875179216266, -0.024268340319395065, 0.05178264155983925, -0.05957295000553131, -0.026941485702991486, 0.0029404598753899336, -0.03979167714715004, -0.0029858078341931105, -0.047849301248788834, -0.025986790657043457, -0.0121532641351223, 0.056479740887880325, 0.006725824438035488, 0.02140425518155098, -0.07584095001220703, 0.03400622680783272, 0.044832464307546616, -0.0344453863799572, -0.02953825518488884, 0.031848616898059845, -0.01346119586378336, 0.042999450117349625, -0.008978904224932194, 0.0074513922445476055, 0.023981932550668716, 0.036755748093128204, 0.005198312923312187, 0.036030180752277374, 0.047238294035196304, 0.033185187727212906, 0.026292292401194572, -0.016468483954668045, 0.01184776145964861, 0.02512756548821926, 0.1040235385298729, -0.006587393581867218, -0.048231177031993866, 0.08729728311300278, 0.006878575775772333, 0.03307062387466431, -0.04162469133734703, -0.0241346824914217, -0.007126796059310436, -0.020869627594947815, -0.06102408841252327, -0.003260282566770911, -0.04574897140264511, 0.029939226806163788, -0.016630781814455986, 0.004066999536007643, 0.048460304737091064, 0.02852627821266651, 0.025948602706193924, 0.013251163065433502, 0.017203599214553833, -0.011351320892572403, -0.007040873635560274, -0.04582534730434418, 0.012057794257998466, -0.04765836149454117, -0.009236671961843967, 0.04307582601904869, 0.010272515006363392, 0.01504598930478096, 0.03291787579655647, 0.02434471622109413, -0.027457021176815033, 0.030473856255412102, -0.009986107237637043, 0.012095982208848, -0.0039953975938260555, -0.000613988027907908, 0.04280851036310196, -0.05884738266468048, 0.02625410445034504, -0.034407198429107666, 0.017862338572740555, -0.03415897861123085, -0.04632178694009781, 0.04949137568473816, -0.013976731337606907, -0.015189193189144135, 0.0030955977272242308, 0.046627290546894073, -0.038703326135873795, -0.013260710053145885, 0.011084006167948246, -0.005604058038443327, -0.013528024777770042, -0.029996508732438087, 0.015590164810419083, -0.03009197860956192, -0.04208294302225113, -0.026941485702991486, 0.02797255665063858, 0.02279810979962349, 0.03482726216316223, -0.03265056014060974, 0.016239358112215996, 0.005852278787642717, -0.042159318923950195, -0.007002685684710741, 0.00643464270979166, 0.02050684206187725, 0.013203428126871586, 0.07034190744161606, 0.1157853752374649, 0.026597796007990837, 0.035075485706329346, -0.02791527472436428, -0.01966671086847782, 0.03889426216483116, -0.03494182601571083, 0.058541882783174515, -0.03205864876508713, -0.02636866830289364, -0.004160082433372736, -0.03249780833721161, 0.010186593048274517, 0.027934368699789047, 0.04964412748813629, -0.04452696070075035, -0.002806802513077855, -0.012964754365384579, -0.023160893470048904, -0.003377232700586319, 0.05059882253408432, -0.013948090374469757, 0.006181648466736078, 0.00476631335914135, -0.04853668063879013, 0.009188937023282051, -0.0344453863799572, 0.019408943131566048, 0.04441240057349205, -0.04467971250414848, 0.000897413061466068, 0.04819298908114433, 0.0768338292837143, -0.020029496401548386, 0.023619147017598152, -0.054417598992586136, 0.017022207379341125, -0.002990581328049302, -0.03003469668328762, -0.0086113465949893, -0.027056049555540085, -0.02001040242612362, 0.008988451212644577, -0.004353407770395279, -0.04643635079264641, 0.07691020518541336, 0.07526813447475433, 0.014148576185107231, 0.006124366540461779, 0.0417010672390461, -0.013356178998947144, 0.001510804402641952, 0.014282233081758022, 0.008024209178984165, 0.048383928835392, -0.020029496401548386, 0.015590164810419083, 0.03020654059946537, -0.007336828857660294, 0.025318505242466927, 0.034750889986753464, -0.03757678344845772, -0.07102929055690765, -0.005599284544587135, 0.02770524099469185, -0.042273882776498795, 0.020411374047398567, -0.0626661628484726, 0.009628096595406532, -0.05204995721578598, -0.06014576926827431, -0.022473514080047607, 0.0002089886402245611, 0.036030180752277374, -0.022702641785144806, -0.03366253525018692, 0.03629749268293381, 0.010329796932637691, -0.033013343811035156, 0.02358096092939377, -0.036354776471853256, 0.05651792883872986, -0.0032889232970774174, 0.031180329620838165, -0.0009719985537230968, -0.04922406002879143, -0.052355460822582245, -0.07282411307096481, 0.032746028155088425, 0.007021779660135508, 0.0025299410335719585, -0.006725824438035488, -0.02858356013894081, 0.044488776475191116, -0.021480631083250046, -0.016812173649668694, 0.013528024777770042, 0.0016945831011980772, 0.01424404513090849, -0.008344031870365143, -0.004214977379888296, -0.07694839686155319, -0.03459813818335533, -0.040937311947345734, 0.013948090374469757, -0.00012209650594741106, -0.04357226938009262, -0.036030180752277374, -0.04525253176689148, 0.03715671971440315, 0.023886462673544884, -0.0050407880917191505, -0.046398162841796875, -0.021767040714621544, 0.06927265226840973, -0.005494268145412207, 0.01648757793009281, -0.021919790655374527, -0.005494268145412207, 0.02323726937174797, -0.010768956504762173, -0.012525594793260098, 0.012048247270286083, 0.0546085387468338, -0.04853668063879013, -0.04437421262264252, -0.05968751385807991, -0.024172870442271233, -0.007976474240422249, -0.004964412655681372, -0.024535654112696648, 0.037920475006103516, 0.06236065924167633, 0.03377709910273552, 0.018473343923687935, 0.040211740881204605, 0.025375785306096077, -0.01989583857357502, -0.0005391041631810367, 0.03650752827525139, -0.017031753435730934, -0.03543826937675476, -0.022664453834295273, -0.07015097141265869, 0.01955214887857437, 0.09638597816228867, -0.014788221567869186, 0.027743428945541382, 0.01850198395550251, -0.013470742851495743, 0.014788221567869186, -0.0101961400359869, 0.08057623356580734, 0.03822597861289978, -0.03049295023083687, -0.016010230407118797, -0.006706730462610722, -0.0337580069899559, -0.03287968784570694, -0.013289351016283035, 0.05105707421898842, 0.03694668784737587, -0.04960593953728676, -0.06587393581867218, 0.019857650622725487, -0.029691006988286972, -0.04177744314074516, -0.01184776145964861, -0.026731451973319054, 0.010969442315399647, -0.007952607236802578, 0.0242492463439703, 0.009556494653224945, 0.03757678344845772, 0.01715586520731449, -0.0004734689136967063, -0.006864255294203758, 0.007437072228640318, -0.02486025169491768, -0.03688940405845642, -0.007203171961009502, 0.010816691443324089, 0.005460853688418865, 0.002510847058147192, -0.05304284021258354, -0.026292292401194572, -0.045328907668590546, 0.021136941388249397, 0.014425437897443771, 0.03763406723737717, 0.012191452085971832, 0.023275457322597504, 0.02909909561276436, -0.05166807770729065, -0.0415865033864975, -0.008931169286370277, 0.07332055270671844, -0.010014748200774193, -0.031466737389564514, 0.017585476860404015, 0.0019917318131774664, -0.011236757040023804, 0.039371609687805176, 0.0010937221813946962, 0.00509807001799345, 0.02306542545557022, 0.0554104819893837, -0.04345770552754402, 0.0002573200617916882, -0.025051189586520195, 0.0377868190407753, -0.028163494542241096, 0.021824320778250694, -0.027323363348841667, 0.00997656024992466, -0.00986199639737606, -0.01939939707517624, -0.003749563591554761, 0.01671670563519001, -0.027208799496293068, 0.018234670162200928, 0.018922049552202225, -0.06029852107167244, 0.0694635882973671, -0.03885607421398163, -0.013967184349894524, -0.04681823030114174, -0.012573329731822014, -0.021327881142497063, -0.043381329625844955, 0.02379099279642105, -0.07102929055690765, 0.035075485706329346, -0.035190049558877945, 0.050293318927288055, -0.024783875793218613, -0.03473179414868355, 0.0408991239964962, 0.07652833312749863, -0.043114013969898224, -0.029442785307765007, 0.054761290550231934, 0.040822748094797134, -0.007694839499890804, -0.030741170048713684, 0.010501641780138016, -0.006520565133541822, 0.0475819855928421, 0.0626661628484726, 0.013317991979420185, 0.050407882779836655, -0.0028139627538621426, 0.018177388235926628, -0.01683126762509346, -0.004759153351187706, 0.02056412398815155, 0.04685641825199127, -0.012611517682671547, -0.01501734834164381, 0.04613085091114044, -0.05311921611428261, 0.06312441825866699, 0.020468655973672867, -0.034636326134204865, 0.014940972439944744, 0.01044436078518629, -0.060107581317424774, 0.024554748088121414, 0.020373186096549034, 0.033013343811035156, -0.00021227040269877762, 0.08019436150789261, -0.009714018553495407, 0.00419588340446353, -0.057701751589775085, -0.04074637219309807, -0.03421625867486, 0.03331884741783142, -0.034636326134204865, -0.015055536292493343, 0.042999450117349625, 0.004954865667968988, 0.09791348874568939, 0.004954865667968988, -0.014635470695793629, 0.0414719395339489, 0.015408772975206375, -0.01212462317198515, 0.04139556363224983, -0.022530796006321907, -0.02172885276377201, 0.020755063742399216, -0.012792909517884254, -0.067745141685009, -0.019590336829423904, 0.05063701048493385, -0.020525936037302017, 0.038359634578228, -0.05728168413043022, -0.006520565133541822, -0.02140425518155098, 0.015456507913768291, -0.01811055839061737, -0.0004821208422072232, 0.0414719395339489, 0.0688907727599144, 0.008511103689670563, 0.04490884020924568, 0.048727620393037796, 0.01449226588010788, 0.026273198425769806, -0.02222529426217079, -0.01732770912349224, -0.07007459551095963, -0.004231684375554323, 0.011265398003160954, -0.018473343923687935, -0.017241787165403366, 0.01351847779005766, 0.0009493245743215084, -0.03125670552253723, -0.004460811149328947, 0.01805327832698822, -0.04960593953728676, 0.02785799279808998, 0.10089214146137238, -0.035533737391233444, -0.022645359858870506, 0.002990581328049302, 0.01315569318830967, 0.01788143254816532, 0.04632178694009781, -0.003331884741783142, -0.06495743244886398, 0.05353927984833717, 0.020812345668673515, -0.0484984926879406, -0.008964583277702332, 0.0022853005211800337, 0.007990795187652111, 0.008143546059727669, 0.00008047778101172298, -0.07038009911775589, -0.029729194939136505, -0.05388297140598297, -0.020468655973672867, -0.059611137956380844, 0.05907651036977768, 0.038474198430776596, -0.058427318930625916, 0.05327196791768074, -0.021499725058674812, -0.03431173041462898, 0.02373371087014675, -0.008377445861697197, 0.05216452106833458, 0.0015656993491575122, -0.017299069091677666, -0.09814261645078659, 0.015628352761268616, 0.060833148658275604, 0.04624541476368904, 0.04387776926159859, -0.05373021960258484, -0.0047400593757629395, 0.031963180750608444, 0.03223049268126488, -0.03769134730100632, 0.02986285090446472, 0.04910949617624283, 0.04819298908114433, -0.048078425228595734, -0.07377880811691284, -0.0047782473266124725, -0.028774499893188477, 0.05499041825532913, 0.004558667540550232, -0.0618642196059227, 0.05980207771062851, -0.04586353525519371, -0.022148918360471725, 0.035476457327604294, 0.0048928107134997845, -0.01806282438337803, -0.0546085387468338, 0.006262797396630049, -0.009967013262212276, -0.007265226915478706, 0.002213698346167803, 0.0026898523792624474, -0.022874485701322556, -0.036259304732084274, 0.01872156374156475, -0.03032110445201397, 0.01878839172422886, 0.014034012332558632, 0.048383928835392, -0.06499561667442322, 0.11242485046386719, 0.014835956506431103, 0.03738584741950035, -0.022874485701322556, 0.003207774367183447, 0.0311039537191391, 0.014702298678457737, 0.025662194937467575, 0.002281720517203212, 0.017031753435730934, -0.016191622242331505, -0.03158130124211311, 0.023370927199721336, 0.04017355293035507, -0.1012740209698677, 0.057930875569581985, -0.019685804843902588, 0.00907914713025093, 0.03465541824698448, 0.05697618052363396, -0.025051189586520195, -0.02541397325694561, -0.024440186098217964, -0.030836639925837517, -0.018597453832626343, 0.0690053328871727, -0.04635997489094734, -0.010262968018651009, -0.033013343811035156, -0.0552959181368351, -0.03272693604230881, 0.032574184238910675, 0.047849301248788834, -0.0412428118288517, -0.032192304730415344, 0.0033462049905210733, 0.026941485702991486, 0.03438810259103775, 0.014014918357133865, -0.027380645275115967, -0.0035275970585644245, -0.006024123635143042, -0.011981419287621975, 0.036373868584632874, 0.0676305741071701, -0.061329588294029236, -0.015485148876905441, 0.019571242853999138, 0.054035723209381104, -0.007737800944596529, -0.0822564959526062, -0.014253592118620872, -0.050293318927288055, 0.02948097325861454, 0.04525253176689148, 0.023561866953969002, 0.04364864155650139, -0.010768956504762173, 0.009188937023282051, -0.025394879281520844, 0.01228692103177309, 0.05674705654382706, 0.02123241126537323, 0.05365384370088577, 0.0035299838054925203, -0.03037838637828827, 0.01960943080484867, -0.04972050338983536, 0.017690492793917656, 0.024955719709396362, 0.003988237120211124, 0.021251505240797997, 0.016563953831791878, -0.03307062387466431, -0.058312755078077316, -0.048231177031993866, -0.005513362120836973, 0.026884203776717186, 0.010262968018651009, -0.000527468859218061, 0.02239713817834854, 0.0023282617330551147, 0.031466737389564514, -0.003907088190317154, 0.003563398029655218, 0.00749435368925333, 0.014234498143196106, -0.015847932547330856, 0.028965437784790993, -0.004055066034197807, 0.041319187730550766, 0.005847505293786526, 0.008649534545838833, 0.02646413818001747, -0.01253514178097248, -0.01995312049984932, 0.00675923889502883, 0.06999821960926056, -0.05697618052363396, -0.01709858328104019 ]
15,937
netapp_ontap.error
__init__
Initalize the error object. Optionally accepts a custom message and cause. If provided, the cause is the exception object that was handled when this exception is created. Args: message: A human readable message that explains the error. cause: An exception object that caused this exception to be raised.
def __init__(self, message: str = None, cause: Exception = None) -> None: """Initalize the error object. Optionally accepts a custom message and cause. If provided, the cause is the exception object that was handled when this exception is created. Args: message: A human readable message that explains the error. cause: An exception object that caused this exception to be raised. """ msg = message if message else "" if cause: self.cause = cause msg += f" Caused by {cause!r}" if getattr(cause, "response", None) is not None: try: self._response = NetAppResponse(cause.response) # type: ignore err_msg = cause.response.json().get("error", {}).get("message") # type: ignore if err_msg: msg += f": {err_msg}" except Exception: # pylint: disable=broad-except # the error response wasn't json so there's nothing additional # we will add pass super().__init__(msg.strip())
(self, message: Optional[str] = None, cause: Optional[Exception] = None) -> NoneType
[ -0.027844758704304695, -0.027049748227000237, 0.011159232817590237, -0.0007332033128477633, -0.008507582359015942, -0.059722740203142166, -0.02513008937239647, 0.05111335963010788, 0.09059242159128189, -0.0767088234424591, 0.05088067427277565, 0.05192776024341583, 0.010199403390288353, -0.003863557241857052, -0.007460494991391897, 0.06879749894142151, 0.0017851379234343767, 0.02037941664457321, 0.04960089921951294, -0.0513848252594471, -0.04044858366250992, 0.01847914606332779, -0.02470349706709385, 0.016889125108718872, 0.027650853618979454, 0.07496367394924164, -0.005225739907473326, -0.023365553468465805, 0.05522414669394493, -0.019914044067263603, -0.008478496223688126, -0.03585303574800491, -0.045955486595630646, 0.02352067641913891, 0.002084478735923767, -0.00191844766959548, -0.02154284529387951, -0.021950047463178635, -0.10982779413461685, 0.004496172536164522, -0.05126848444342613, -0.039866868406534195, -0.06189447641372681, -0.014281103387475014, 0.04824356362223625, -0.04351228475570679, 0.0022153647150844336, 0.06460914760828018, -0.07461464405059814, -0.031141143292188644, -0.08144009858369827, 0.05487511679530144, 0.012632911093533039, -0.028465254232287407, -0.019506843760609627, 0.07221022248268127, -0.013311578892171383, 0.03932393342256546, -0.033215928822755814, 0.0013294612290337682, -0.07205510139465332, 0.05553439259529114, -0.020301854237914085, -0.010587213560938835, -0.04176713898777962, -0.008008277043700218, -0.036046940833330154, -0.01751931756734848, -0.016976382583379745, -0.0069127134047448635, 0.07818249613046646, 0.05503024160861969, -0.032847508788108826, 0.048127222806215286, 0.09734031558036804, -0.016026249155402184, -0.04680866748094559, -0.0028407082427293062, 0.0029837132897228003, 0.030443085357546806, 0.06522964686155319, 0.018944518640637398, -0.028872454538941383, -0.050105053931474686, 0.09982229769229889, -0.03827684745192528, -0.035058025270700455, -0.01429079845547676, -0.03653170168399811, 0.003497561439871788, -0.028116226196289062, -0.03395276516675949, -0.06654819846153259, -0.02193065546452999, -0.03998321294784546, 0.008497887291014194, 0.03428240492939949, -0.06965067982673645, 0.02131015993654728, -0.038781002163887024, 0.03247908875346184, 0.031238095834851265, -0.05344022065401077, -0.04393887519836426, -0.008357306011021137, -0.021465284749865532, 0.02559546008706093, -0.03211066871881485, 0.06022689491510391, 0.009734030812978745, 0.005249978043138981, -0.045102305710315704, -0.02160101756453514, 0.035717301070690155, 0.015764476731419563, 0.03003588505089283, 0.03626023605465889, -0.010199403390288353, 0.05332387611269951, 0.02993893250823021, 0.04506352171301842, -0.009855221956968307, -0.02061210200190544, -0.02127137966454029, 0.015619047917425632, 0.0051918067038059235, -0.03777269646525383, -0.07201632112264633, 0.05022139474749565, -0.020263073965907097, 0.017102422192692757, -0.0019438976887613535, -0.013796340674161911, -0.02644864283502102, -0.029589904472231865, 0.05386681109666824, -0.06216594576835632, 0.015066418796777725, -0.014988857321441174, 0.018721528351306915, 0.03083089552819729, 0.07255925238132477, 0.005923797842115164, 0.005220892373472452, -0.02206639014184475, -0.003953238483518362, -0.011682776734232903, -0.0186051856726408, -0.02885306440293789, -0.020825397223234177, 0.022745057940483093, -0.04068126901984215, -0.010887766256928444, 0.026991575956344604, -0.017703527584671974, -0.005046377889811993, -0.017199374735355377, -0.06003298982977867, 0.008478496223688126, 0.024878012016415596, -0.03511619567871094, -0.03957601264119148, 0.08112985640764236, 0.002908575115725398, -0.019342023879289627, -0.0002799503563437611, 0.05347900092601776, -0.05378924682736397, -0.012439006008207798, 0.0020856906194239855, -0.049717243760824203, -0.011052585206925869, -0.06623794883489609, -0.016481924802064896, 0.0012712896568700671, 0.029163312166929245, 0.0028019272722303867, 0.01831432804465294, -0.08353427797555923, 0.008963258937001228, 0.04525742679834366, -0.0001422475033905357, -0.009409240446984768, -0.002884336980059743, -0.009278354234993458, 0.01811072789132595, 0.01718967780470848, 0.029861370101571083, 0.018333718180656433, 0.01739327982068062, 0.0009058999712578952, 0.023171648383140564, 0.0020953859202563763, 0.042697880417108536, 0.045994266867637634, -0.010868375189602375, -0.005351778119802475, -0.001074960920959711, 0.032362744212150574, 0.01617167703807354, -0.045102305710315704, 0.10765606164932251, -0.0005495994701050222, -0.010325441136956215, 0.006098312325775623, -0.00736838998273015, -0.020864179357886314, 0.00013838455197401345, -0.049872368574142456, -0.028697941452264786, -0.049872368574142456, 0.015570571646094322, 0.02829074114561081, 0.01030605100095272, 0.020689664408564568, 0.02272566594183445, 0.012535958550870419, 0.009118382818996906, 0.025149479508399963, 0.001267654006369412, 0.03461204469203949, -0.016191067174077034, 0.0092201828956604, -0.02710792049765587, -0.0339139848947525, 0.036046940833330154, -0.026235347613692284, -0.013990245759487152, 0.010403003543615341, 0.0027849606703966856, -0.0507255494594574, 0.016258934512734413, -0.019283853471279144, 0.0006053472170606256, -0.001247051521204412, -0.0013415802968665957, 0.04735160246491432, -0.04242641478776932, -0.031625907868146896, -0.027088528499007225, 0.010868375189602375, -0.01837249845266342, -0.02513008937239647, 0.028697941452264786, 0.03843197226524353, -0.007310218643397093, 0.0009774024365469813, 0.056697823107242584, -0.04870893806219101, -0.011207709088921547, 0.0036187521182000637, 0.0194292813539505, -0.034495700150728226, -0.039905648678541183, -0.0023535219952464104, -0.07139582186937332, 0.009317135438323021, -0.008114924654364586, 0.015415447764098644, 0.05390559136867523, 0.030850285664200783, -0.03957601264119148, 0.03660926595330238, 0.003087937133386731, -0.04917430877685547, -0.02970624715089798, -0.05510780215263367, 0.0319361537694931, 0.035581570118665695, 0.04386131092905998, 0.14178334176540375, 0.0441327802836895, 0.058675654232501984, -0.008793591521680355, -0.040099553763866425, 0.005594159476459026, -0.03998321294784546, 0.04091395437717438, -0.00821672473102808, 0.02891123667359352, -0.01716059260070324, -0.030423695221543312, 0.03532949090003967, 0.03573669120669365, 0.031199315562844276, -0.05421584099531174, 0.020806007087230682, 0.039828088134527206, -0.04700257256627083, 0.010092755779623985, 0.013088587671518326, -0.009118382818996906, -0.008444562554359436, -0.005909255240112543, -0.05925736948847771, -0.01070355623960495, 0.014911294914782047, 0.030404305085539818, 0.0017330260016024113, -0.01867305114865303, 0.007087227888405323, 0.037462446838617325, 0.05790003389120102, 0.005482663866132498, 0.005472968798130751, -0.0530136302113533, 0.006825456395745277, -0.013524874113500118, -0.0012143300846219063, -0.025905707851052284, 0.015066418796777725, 0.011857290752232075, 0.02786414884030819, -0.0028043510392308235, -0.009986108168959618, 0.11812692880630493, 0.06076982989907265, -0.024742279201745987, 0.028310131281614304, 0.0339139848947525, -0.005409949459135532, -0.008076143451035023, 0.0028116225730627775, -0.007077532820403576, 0.001207058667205274, 0.013999941758811474, 0.03247908875346184, 0.04308569058775902, -0.02371458150446415, 0.03088906779885292, -0.005312996916472912, -0.030443085357546806, -0.05898590385913849, -0.0421549491584301, -0.01909964345395565, -0.056891728192567825, 0.0029497798532247543, -0.060808610171079636, 0.0021571931429207325, -0.06340693682432175, -0.02051514945924282, -0.0019645001739263535, -0.009874612092971802, 0.025479117408394814, -0.00020511513866949826, -0.0378696471452713, 0.021232597529888153, -0.02885306440293789, -0.04591670632362366, 0.0609249509871006, -0.044249121099710464, 0.043589845299720764, 0.006626703776419163, 0.026623157784342766, 0.01396116055548191, -0.0161425918340683, -0.05848174914717674, -0.06263131648302078, 0.019012385979294777, -0.012594129890203476, 0.01907055638730526, -0.02743755839765072, -0.016452839598059654, -0.0024892555084079504, -0.061700571328401566, 0.003039460862055421, 0.002767993835732341, 0.024218734353780746, -0.011925158090889454, 0.01134344283491373, -0.0008459105738438666, -0.0780661553144455, -0.043318379670381546, 0.01341822650283575, 0.0372103713452816, 0.033545564860105515, -0.05751222372055054, -0.021911265328526497, -0.05685294792056084, 0.019022081047296524, 0.014911294914782047, -0.007072685286402702, -0.03152895346283913, -0.03214944899082184, 0.04711891710758209, -0.010965327732264996, -0.0034490851685404778, 0.005322692450135946, 0.03697768598794937, 0.033545564860105515, -0.025440337136387825, -0.038451362401247025, 0.03825745731592178, 0.032130058854818344, -0.016743697226047516, -0.026991575956344604, -0.0428142249584198, -0.007664095144718885, -0.005303301848471165, 0.010083060711622238, -0.007397476118057966, 0.029764417558908463, 0.04327959567308426, 0.047080136835575104, 0.007974343374371529, 0.052936065942049026, -0.0075235143303871155, -0.01936141401529312, 0.009341374039649963, -0.014562265947461128, -0.01751931756734848, -0.04754550755023956, -0.01529910508543253, -0.09307440370321274, -0.014746475964784622, 0.06247619166970253, 0.003395761363208294, -0.01999160647392273, 0.027146700769662857, -0.028096836060285568, 0.015725696459412575, -0.00527906371280551, 0.08252596855163574, 0.010480565950274467, 0.021193817257881165, -0.007925867103040218, -0.015861429274082184, -0.02900818921625614, 0.01972983404994011, -0.02098052203655243, 0.01620076410472393, 0.05615488812327385, -0.015880819410085678, -0.054913897067308426, 0.017296327278017998, -0.016869734972715378, -0.035911206156015396, -0.008333067409694195, -0.052742160856723785, 0.05487511679530144, -0.0011331323767080903, -0.03036552295088768, 0.03335165977478027, 0.06887505948543549, 0.021562237292528152, -0.0019548048730939627, -0.013650912791490555, -0.0010325441835448146, -0.03191676363348961, -0.014833732508122921, 0.03414667025208473, -0.01549301017075777, 0.01689882203936577, -0.015560876578092575, -0.04758428782224655, -0.020786616951227188, -0.058636873960494995, 0.02220212295651436, 0.0006538234301842749, 0.05115213990211487, -0.00021784014825243503, 0.004326505586504936, 0.020107949152588844, -0.019642576575279236, -0.08019910752773285, 0.028697941452264786, 0.07546782493591309, 0.007974343374371529, -0.02522704191505909, 0.00717933289706707, -0.011275576427578926, 0.002952203620225191, 0.0312962681055069, -0.001138585968874395, -0.013932074420154095, 0.019933434203267097, 0.058442968875169754, -0.04630451649427414, 0.02404422126710415, 0.0063309986144304276, 0.015056723728775978, -0.010897461324930191, 0.04514108598232269, 0.007799828890711069, -0.007053294684737921, -0.023365553468465805, -0.011508261784911156, -0.0253627747297287, 0.03717159107327461, 0.007596228737384081, -0.0024226007517427206, 0.04754550755023956, -0.05766734853386879, 0.04963967949151993, -0.00027631461853161454, 0.018362803384661674, -0.03333226963877678, 0.005855930969119072, -0.025207649916410446, -0.03641536086797714, 0.030171619728207588, -0.05510780215263367, -0.008570601232349873, -0.0401771180331707, 0.018188290297985077, -0.048166003078222275, -0.030113447457551956, 0.04037102311849594, 0.0898943617939949, -0.02608022280037403, -0.00510454922914505, 0.047739412635564804, 0.010819898918271065, 0.007954953238368034, -0.021135644987225533, 0.013020721264183521, -0.03269238397479057, -0.009321982972323895, 0.020961131900548935, 0.010897461324930191, 0.050143834203481674, 0.025769975036382675, 0.0490579679608345, -0.04304691031575203, 0.0204181969165802, 0.008871153928339481, 0.07845396548509598, 0.0076010762713849545, -0.009457716718316078, 0.0520441047847271, -0.04917430877685547, -0.011130147613584995, -0.0009040820877999067, -0.011634300462901592, 0.028232568874955177, 0.026758890599012375, -0.044016435742378235, 0.020360024645924568, -0.04188347980380058, 0.017053944990038872, 0.005579616408795118, 0.04680866748094559, -0.015754781663417816, -0.01975891925394535, -0.04711891710758209, -0.07643735408782959, -0.0342436246573925, 0.0681769996881485, -0.04452059045433998, -0.03339044004678726, 0.0625537559390068, 0.001586385304108262, 0.0454513318836689, 0.02559546008706093, -0.010742337442934513, 0.027612073346972466, 0.009273506700992584, -0.00871118251234293, 0.047274041920900345, 0.009181401692330837, 0.003020070493221283, 0.011275576427578926, 0.012894682586193085, -0.060808610171079636, -0.011682776734232903, 0.036900121718645096, -0.03432118520140648, 0.04828234761953354, -0.07294706255197525, -0.011459785513579845, -0.0031970087438821793, 0.0014833733439445496, -0.017529012635350227, 0.028562206774950027, -0.00759138073772192, 0.040293458849191666, 0.024684106931090355, 0.08748994022607803, 0.05782247334718704, 0.02253176085650921, 0.00008475769573124126, -0.032420918345451355, -0.048825278878211975, -0.054681211709976196, -0.029648074880242348, -0.008124619722366333, -0.018692443147301674, -0.020728444680571556, 0.011217404156923294, 0.011236795224249363, -0.04514108598232269, -0.04801087826490402, 0.0030249180272221565, -0.013941769488155842, 0.029221484437584877, 0.07352878153324127, 0.01287529245018959, -0.042697880417108536, 0.002474712673574686, 0.020534539595246315, 0.011682776734232903, 0.050531644374132156, 0.006108007859438658, 0.0006195870810188353, 0.05095823481678963, -0.009031125344336033, -0.0342436246573925, 0.017364192754030228, -0.012303272262215614, 0.021348940208554268, 0.027805978432297707, -0.008914782665669918, -0.061506666243076324, -0.007964648306369781, -0.07174485176801682, -0.03750122711062431, -0.046226952224969864, 0.03342922404408455, 0.027573291212320328, -0.004052614793181419, 0.05460365116596222, -0.0319555439054966, -0.04704135283827782, 0.030520647764205933, -0.01969105377793312, 0.03329348936676979, -0.004219857510179281, -0.04231007397174835, -0.11006048321723938, -0.019177205860614777, 0.05305241048336029, 0.07352878153324127, 0.015473619103431702, -0.05751222372055054, -0.026274127885699272, 0.08221571892499924, 0.038858562707901, -0.009782507084310055, 0.03304141387343407, 0.04898040369153023, 0.05088067427277565, -0.03121870569884777, -0.07038751989603043, -0.010267269797623158, -0.03626023605465889, 0.03323531895875931, 0.017179982736706734, -0.07383902370929718, 0.032459698617458344, -0.012545653618872166, 0.01985587179660797, 0.01900269091129303, 0.003180042142048478, 0.005880169104784727, 0.0024468388874083757, 0.027224263176321983, -0.022803228348493576, 0.017131507396697998, 0.014824037440121174, 0.020107949152588844, -0.030908457934856415, -0.015531791374087334, 0.018731223419308662, -0.048127222806215286, 0.025498507544398308, 0.01712181232869625, 0.06115764006972313, -0.06100251525640488, 0.05177263543009758, 0.028794893994927406, 0.03026857040822506, -0.03767574205994606, -0.023074695840477943, 0.015017942525446415, 0.0414956696331501, 0.017829565331339836, -0.023365553468465805, -0.0012906801421195269, 0.003521799575537443, -0.024218734353780746, 0.02344311587512493, 0.03833501785993576, -0.08500795066356659, -0.003267299383878708, -0.012594129890203476, 0.03187798336148262, 0.0325954295694828, 0.05607732757925987, -0.002246874151751399, -0.034030329436063766, -0.021251987665891647, -0.027379386126995087, -0.07430439442396164, 0.07826005667448044, -0.060382019728422165, -0.009840679354965687, -0.03645414113998413, -0.08756750077009201, -0.018120422959327698, 0.045955486595630646, 0.05824906378984451, -0.02390848658978939, -0.03620206564664841, -0.007765895687043667, -0.005225739907473326, 0.01831432804465294, 0.01709272712469101, 0.0042053149081766605, 0.02028246410191059, 0.0019342023879289627, 0.02522704191505909, 0.042465195059776306, 0.07593320310115814, -0.07352878153324127, -0.027515120804309845, 0.031005410477519035, 0.04165079444646835, -0.0016397092258557677, -0.09509101510047913, -0.020204901695251465, -0.02202760800719261, 0.0349029004573822, 0.005691112019121647, -0.000567475100979209, 0.039207592606544495, -0.03013283759355545, -0.04867015779018402, -0.045490115880966187, 0.0147367799654603, 0.009957022033631802, 0.02559546008706093, 0.045567676424980164, -0.030540037900209427, 0.00191844766959548, 0.004968815948814154, -0.044443026185035706, -0.0043458957225084305, 0.027883538976311684, 0.03715219721198082, 0.056659042835235596, 0.0017087878659367561, -0.03036552295088768, -0.04762306809425354, -0.03800538182258606, -0.013854512944817543, 0.03220762312412262, 0.03381703421473503, -0.012594129890203476, 0.033118974417448044, 0.02127137966454029, -0.001430049422197044, -0.03668682649731636, -0.0029376607853919268, 0.059296149760484695, 0.015027637593448162, -0.05344022065401077, 0.009491650387644768, 0.017887737601995468, 0.013631521724164486, -0.016229849308729172, -0.0010046702809631824, 0.03141261264681816, 0.0036720759235322475, -0.010684166103601456, 0.0131758451461792, 0.06856480985879898, 0.006481274962425232, -0.010945937596261501 ]
15,941
sqlalchemy_utc.sqltypes
UtcDateTime
Almost equivalent to :class:`~sqlalchemy.types.DateTime` with ``timezone=True`` option, but it differs from that by: - Never silently take naive :class:`~datetime.datetime`, instead it always raise :exc:`ValueError` unless time zone aware value. - :class:`~datetime.datetime` value's :attr:`~datetime.datetime.tzinfo` is always converted to UTC. - Unlike SQLAlchemy's built-in :class:`~sqlalchemy.types.DateTime`, it never return naive :class:`~datetime.datetime`, but time zone aware value, even with SQLite or MySQL.
class UtcDateTime(TypeDecorator): """Almost equivalent to :class:`~sqlalchemy.types.DateTime` with ``timezone=True`` option, but it differs from that by: - Never silently take naive :class:`~datetime.datetime`, instead it always raise :exc:`ValueError` unless time zone aware value. - :class:`~datetime.datetime` value's :attr:`~datetime.datetime.tzinfo` is always converted to UTC. - Unlike SQLAlchemy's built-in :class:`~sqlalchemy.types.DateTime`, it never return naive :class:`~datetime.datetime`, but time zone aware value, even with SQLite or MySQL. """ impl = DateTime(timezone=True) cache_ok = True def process_bind_param(self, value, dialect): if value is not None: if not isinstance(value, datetime.datetime): raise TypeError('expected datetime.datetime, not ' + repr(value)) elif value.tzinfo is None: raise ValueError('naive datetime is disallowed') return value.astimezone(utc) def process_result_value(self, value, dialect): if value is not None: if value.tzinfo is None: value = value.replace(tzinfo=utc) else: value = value.astimezone(utc) return value
(*args: 'Any', **kwargs: 'Any')
[ 0.04441028833389282, -0.0542227104306221, 0.061999961733818054, 0.05265998840332031, -0.005760254338383675, -0.044991765171289444, -0.044628340750932693, 0.014573261141777039, 0.015163823962211609, -0.06701520085334778, 0.0072457455098629, 0.01262894831597805, -0.018216576427221298, 0.0046836137771606445, 0.018698113039135933, 0.10284870117902756, -0.04262951761484146, 0.05186045914888382, -0.011847589164972305, -0.04771743714809418, 0.03174499794840813, -0.025984743610024452, -0.015272851102054119, 0.028710415586829185, -0.008631295524537563, 0.016108723357319832, -0.03775964677333832, -0.0230410173535347, 0.005024322774261236, -0.030636556446552277, 0.02585754543542862, -0.004590486641973257, 0.020551569759845734, -0.018171148374676704, -0.009785164147615433, -0.05454979091882706, 0.005505857989192009, 0.06283583492040634, -0.013346709311008453, -0.012810660526156425, -0.007177603896707296, 0.006950464565306902, -0.03305331990122795, -0.020097291097044945, 0.002296379068866372, -0.01303779985755682, -0.017108136788010597, 0.005487686954438686, -0.04063069075345993, 0.038450151681900024, 0.061781905591487885, 0.038159411400556564, 0.05295072868466377, 0.03238098695874214, -0.02718403935432434, -0.05298706889152527, 0.009258200414478779, 0.10168574750423431, -0.02920103631913662, 0.06225435808300972, -0.027365749701857567, 0.011847589164972305, -0.04797183349728584, -0.03199939429759979, 0.031145349144935608, 0.030073251575231552, -0.0379050187766552, -0.05229656770825386, 0.040085554122924805, -0.012656205333769321, -0.03456152603030205, 0.003266263986006379, 0.029092010110616684, 0.06319925934076309, 0.02970982901751995, -0.019879236817359924, -0.00276655750349164, 0.056875698268413544, 0.027601975947618484, -0.012965114787220955, -0.02711135521531105, -0.018171148374676704, -0.010657379403710365, 0.019334102049469948, 0.0013162726536393166, 0.0018284718971699476, -0.05287804454565048, 0.03278075158596039, 0.015509075485169888, 0.027238553389906883, -0.00021677612676285207, -0.04880770668387413, 0.02720220945775509, 0.04695424810051918, -0.010157672688364983, 0.03512483090162277, 0.008422327227890491, 0.013973613269627094, -0.0393950529396534, 0.01977021060883999, 0.010021388530731201, 0.02176903747022152, -0.017135392874479294, -0.014391549862921238, -0.006300846114754677, 0.01641763374209404, 0.0263845082372427, -0.053532205522060394, -0.03694194555282593, -0.0222778283059597, -0.018361946567893028, 0.0015002555446699262, -0.010166757740080357, -0.046627167612314224, 0.0534958615899086, -0.030999980866909027, -0.015381877310574055, -0.013737388886511326, 0.026929643005132675, 0.06487100571393967, -0.015690786764025688, 0.012501750141382217, 0.05015237256884575, -0.014019041322171688, 0.011538679711520672, 0.02138744294643402, 0.021787207573652267, -0.009312713518738747, -0.006546156480908394, 0.052405595779418945, 0.005901080556213856, 0.0025689462199807167, -0.012310953810811043, 0.02309553138911724, 0.029546288773417473, 0.06130945682525635, 0.02467641979455948, 0.021968919783830643, -0.0401218980550766, 0.10888152569532394, -0.01806212216615677, 0.01244723703712225, 0.014427891932427883, 0.009290000423789024, 0.05636690557003021, -0.02071511000394821, -0.03334406018257141, -0.02220514416694641, -0.03997652977705002, -0.0042270636186003685, 0.007645511068403721, 0.004199806600809097, -0.05611250922083855, 0.07559198141098022, -0.07690030336380005, -0.007273002527654171, -0.011774905025959015, -0.05284170061349869, 0.0008773257723078132, -0.024058600887656212, -0.05938331410288811, -0.005137892439961433, -0.018843481317162514, -0.061999961733818054, 0.0030663814395666122, 0.05451344698667526, 0.013837330043315887, -0.05084287375211716, 0.027874542400240898, 0.0071321758441627026, -0.008022562600672245, -0.037468910217285156, 0.08060722053050995, 0.023640664294362068, 0.0189525093883276, 0.006686982698738575, 0.01701728068292141, 0.03556093946099281, -0.00020073441555723548, -0.00981242023408413, 0.09121917188167572, -0.016699286177754402, -0.05022505670785904, 0.015572674572467804, 0.025657663121819496, 0.03456152603030205, 0.006514356937259436, -0.01162953581660986, 0.030545702204108238, 0.042375121265649796, 0.04888039082288742, 0.017062708735466003, 0.015254680067300797, 0.002078325254842639, 0.00047074633766897023, 0.007954420521855354, 0.019788380712270737, 0.01199295837432146, -0.0005814767791889608, 0.023586152121424675, -0.028801271691918373, -0.053241465240716934, 0.020169975236058235, -0.06432586908340454, 0.011602278798818588, -0.005455887410789728, -0.01806212216615677, -0.010802747681736946, -0.02734757959842682, -0.10386628657579422, -0.022786621004343033, -0.04640911519527435, 0.0026643448509275913, -0.008086161687970161, -0.04590032249689102, -0.02287747710943222, -0.027293065562844276, -0.022314170375466347, -0.017544245347380638, 0.029509946703910828, 0.04397417977452278, 0.028546875342726707, -0.034052733331918716, -0.07024966180324554, 0.12029300630092621, -0.00906740315258503, -0.021823549643158913, -0.03387102112174034, 0.022005261853337288, -0.06719690561294556, -0.010739149525761604, -0.020169975236058235, 0.00035263385507278144, -0.03330771625041962, 0.03189036622643471, 0.01977021060883999, 0.03243550285696983, -0.022750278934836388, -0.0004278737760614604, 0.006945921573787928, -0.023422611877322197, 0.0646166056394577, 0.03530654311180115, 0.008817549794912338, -0.04938918352127075, 0.0026484450791031122, -0.009521681815385818, 0.03152694180607796, -0.026711588725447655, -0.02236868441104889, -0.0512426421046257, 0.005605799611657858, 0.02727489545941353, 0.02176903747022152, 0.024567393586039543, -0.022968333214521408, 0.013519334606826305, 0.016108723357319832, 0.02665707655251026, 0.012283696793019772, -0.004488273989409208, 0.009171887300908566, -0.031763169914484024, 0.006895950995385647, -0.012874258682131767, -0.059783078730106354, -0.010602865368127823, 0.0008381442748941481, -0.006100963335484266, 0.050188712775707245, -0.023150043562054634, 0.014754973351955414, -0.03917699679732323, -0.004222520627081394, -0.04957089573144913, -0.0070731197483837605, -0.024512879550457, -0.04484639689326286, -0.03321686014533043, -0.029618972912430763, -0.035778991878032684, -0.040158238261938095, -0.002861955901607871, 0.0011305861407890916, -0.03914065659046173, -0.009939618408679962, -0.07144895941019058, 0.048189885914325714, -0.03230830281972885, 0.03060021437704563, 0.020224489271640778, -0.030509360134601593, 0.035252030938863754, -0.043501731008291245, -0.02324089966714382, 0.007627340033650398, -0.038014043122529984, -0.02720220945775509, 0.01604512520134449, -0.06574321538209915, -0.03189036622643471, 0.04982529208064079, 0.022713936865329742, 0.10037742555141449, 0.037032801657915115, 0.020442543551325798, -0.02912835218012333, -0.022550396621227264, -0.060219187289476395, 0.02763831801712513, 0.02095133438706398, -0.0638897567987442, -0.049970660358667374, -0.00636898772791028, -0.012211011722683907, 0.017344361171126366, -0.03238098695874214, -0.0053786602802574635, 0.03708731383085251, 0.043937839567661285, -0.031308889389038086, -0.006845980416983366, 0.03218110650777817, -0.0557127445936203, 0.01953398436307907, -0.005101549904793501, -0.013264939188957214, 0.0594559982419014, -0.03239915892481804, 0.06948647648096085, -0.02652987837791443, -0.00824061594903469, 0.008376900106668472, 0.07006794959306717, 0.039031628519296646, 0.005860195495188236, 0.026838786900043488, -0.021278414875268936, 0.019061535596847534, 0.011166171170771122, 0.030345819890499115, 0.019352274015545845, -0.001980655360966921, -0.032217446714639664, 0.027656488120555878, 0.014991197735071182, -0.038668204098939896, 0.04262951761484146, 0.06850523501634598, 0.08140674978494644, 0.04139387607574463, -0.014400635845959187, -0.04204804077744484, 0.0189343374222517, -0.04255682975053787, -0.0032321931794285774, 0.07337509840726852, 0.020079119130969048, 0.00029755255673080683, 0.019443130120635033, 0.018480058759450912, -0.018089378252625465, 0.06443489342927933, -0.04924381524324417, 0.015808898955583572, 0.024422023445367813, 0.007768166251480579, -0.043865155428647995, 0.0064007872715592384, -0.00014316878514364362, -0.026693418622016907, 0.011384224519133568, 0.05309609696269035, -0.037032801657915115, 0.015927013009786606, -0.06476197391748428, -0.02643902227282524, 0.01460051815956831, -0.06810546666383743, 0.02696598507463932, 0.03387102112174034, -0.03141791746020317, 0.028183452785015106, 0.0069640930742025375, 0.01440972089767456, -0.000052809900807915255, 0.07024966180324554, -0.0045200735330581665, -0.062363382428884506, -0.05832938849925995, -0.06661543250083923, -0.04433760419487953, -0.005469515919685364, 0.01508205384016037, -0.051896803081035614, 0.0014264351921156049, -0.05193314328789711, 0.03481592237949371, 0.030854610726237297, 0.02184172160923481, 0.0003171433345414698, -0.037468910217285156, 0.010557437315583229, 0.016581173986196518, 0.014954855665564537, 0.059019893407821655, 0.0027006869204342365, 0.05298706889152527, -0.040885087102651596, 0.005392288323491812, -0.02912835218012333, -0.07250288128852844, 0.022477710619568825, 0.012801574543118477, 0.03487043455243111, -0.0011016259668394923, -0.00003286422725068405, -0.0542590506374836, 0.03477957844734192, 0.03149060159921646, 0.03779599070549011, -0.010939031839370728, -0.06276314705610275, 0.011493251658976078, 0.03884991630911827, 0.04299293830990791, 0.07820862531661987, 0.0035910734441131353, -0.10691904276609421, 0.03487043455243111, 0.045573242008686066, -0.04768109694123268, -0.030927294865250587, -0.010784576646983624, 0.07690030336380005, 0.044628340750932693, 0.04266585782170296, -0.019279589876532555, -0.01871628314256668, 0.05120629817247391, -0.011484166607260704, 0.054731499403715134, -0.015599931590259075, -0.0009687494020909071, 0.01878896728157997, -0.012092899531126022, -0.02682061679661274, 0.05265998840332031, 0.06468929350376129, 0.04135753586888313, -0.01819840632379055, 0.03750525042414665, 0.027892714366316795, -0.04789914935827255, -0.004270220175385475, -0.017435217276215553, -0.04586397856473923, -0.03372565284371376, -0.014373378828167915, 0.034652382135391235, 0.008236072957515717, -0.04004921391606331, 0.019733868539333344, -0.049025759100914, 0.001585432793945074, 0.0196975264698267, -0.025821203365921974, -0.03705097362399101, -0.07250288128852844, 0.029291892424225807, -0.00471995584666729, 0.017653271555900574, 0.017798639833927155, -0.027765516191720963, -0.0011697676964104176, -0.0028596846386790276, -0.026711588725447655, 0.02912835218012333, -0.006028278730809689, 0.014000870287418365, -0.02874675765633583, 0.04117582365870476, -0.0021714523900300264, 0.017026366665959358, 0.021750865504145622, 0.009258200414478779, 0.055458348244428635, -0.02369517832994461, 0.021369270980358124, 0.0009511460666544735, -0.008054361678659916, 0.04073971509933472, 0.03067290037870407, -0.016145065426826477, 0.011693133972585201, -0.017262591049075127, -0.04895307496190071, -0.019933750852942467, 0.04241146147251129, -0.027965398505330086, -0.014564176090061665, 0.05305975675582886, 0.01880713924765587, -0.01106623001396656, 0.03805038705468178, -0.0219144057482481, 0.047572068870067596, -0.01902519352734089, 0.008708523586392403, -0.039031628519296646, -0.03061838634312153, 0.020824136212468147, -0.018216576427221298, -0.01568170078098774, 0.017889495939016342, 0.015618102625012398, 0.04942552372813225, -0.07464708387851715, -0.020551569759845734, -0.04539152979850769, 0.0037636992055922747, 0.027910884469747543, 0.017435217276215553, 0.04633643105626106, 0.007958963513374329, 0.042520489543676376, -0.005474058445543051, 0.019861066713929176, 0.036524008959531784, 0.010539266280829906, 0.07864473015069962, -0.04917113110423088, -0.02413128688931465, -0.034725066274404526, 0.04063069075345993, 0.006432586815208197, -0.06748764961957932, -0.012529007159173489, -0.010021388530731201, -0.01359201967716217, -0.035651795566082, 0.01013950165361166, 0.04695424810051918, 0.036524008959531784, -0.04124850779771805, -0.007954420521855354, 0.00022401619935408235, -0.004860782530158758, -0.04640911519527435, 0.028110766783356667, -0.07050406187772751, -0.03699645772576332, 0.06581590324640274, 0.05331415310502052, -0.04219340905547142, -0.012792488560080528, -0.014582347124814987, 0.055167607963085175, -0.03581533581018448, 0.004701784811913967, 0.02087865024805069, 0.031545113772153854, 0.03381650894880295, 0.04760840907692909, -0.08351460099220276, 0.00674149626865983, 0.01678105629980564, 0.03225379064679146, -0.017716869711875916, 0.03105449303984642, -0.03179951012134552, 0.014982112683355808, 0.006473471876233816, 0.020442543551325798, -0.001670610043220222, 0.032344646751880646, 0.005692112259566784, -0.014318865723907948, -0.016953682526946068, -0.04073971509933472, 0.000835305021610111, -0.025312410667538643, -0.017562415450811386, -0.04768109694123268, -0.04153924807906151, -0.0557127445936203, 0.004665442742407322, 0.07690030336380005, -0.0512426421046257, -0.05440441891551018, 0.012538093142211437, 0.04688156396150589, -0.008008933626115322, 0.021496469154953957, 0.042084380984306335, -0.0772637277841568, -0.0921640694141388, -0.02763831801712513, 0.030563872307538986, 0.026348166167736053, -0.018625427037477493, -0.005737540312111378, -0.018080294132232666, 0.004613200668245554, -0.02607559971511364, -0.03456152603030205, -0.05084287375211716, -0.02287747710943222, -0.027365749701857567, -0.03052753023803234, -0.021260244771838188, 0.038813576102256775, 0.015409134328365326, 0.03743256628513336, 0.03403456136584282, -0.10452044755220413, -0.11331528425216675, 0.058801837265491486, -0.02020631730556488, -0.008740322664380074, -0.044083207845687866, 0.056039825081825256, 0.01693551056087017, 0.019334102049469948, -0.015854327008128166, -0.0011232041288167238, -0.0013435293221846223, -0.0005934016080573201, 0.007213945966213942, 0.005187863018363714, 0.019334102049469948, 0.014464234933257103, -0.023313583806157112, 0.005810224916785955, -0.04560958594083786, -0.037468910217285156, -0.07813593745231628, 0.013155912049114704, 0.024531051516532898, -0.01303779985755682, 0.03705097362399101, -0.012229183688759804, 0.055167607963085175, 0.04426492005586624, 0.003911339677870274, 0.03468872234225273, -0.043429046869277954, -0.052042171359062195, -0.0021010390482842922, 0.000812591053545475, 0.021260244771838188, 0.02056973986327648, 0.07442902773618698, -0.022168802097439766, -0.03761427849531174, 0.022350512444972992, -0.06643372029066086, 0.014645946212112904, 0.05505857989192009, 0.01723533496260643, -0.0007319566211663187, -0.00665064062923193, -0.049062103033065796, 0.0022202872205525637, 0.03321686014533043, 0.020042777061462402, -0.05556737259030342, 0.0029187407344579697, 0.032653555274009705, -0.007509227376431227, -0.0018284718971699476, 0.019515814259648323, -0.021823549643158913, 0.011774905025959015, -0.006228161510080099, -0.022641250863671303, 0.005119721405208111, 0.013619276694953442, -0.0006643826491199434, -0.009430826641619205, 0.06650640815496445, -0.016844654455780983, -0.016145065426826477, 0.08373265713453293, -0.052623648196458817, -0.027293065562844276, 0.02280479297041893, -0.0401218980550766, 0.039867501705884933, -0.06290851533412933, 0.042084380984306335, -0.02066059596836567, -0.02903749607503414, 0.02391323260962963, 0.03677840530872345, -0.07217580080032349, -0.026620732620358467, 0.016472145915031433, 0.007999848574399948, 0.09245480597019196, -0.004581401124596596, 0.00013791618403047323, -0.025948401540517807, 0.030963638797402382, 0.05007968842983246, 0.014255266636610031, 0.02556680701673031, -0.006986806634813547, 0.08307849615812302, 0.00516060646623373, 0.022532224655151367, 0.015736214816570282, 0.018407374620437622, -0.005728454794734716, 0.014927598647773266, -0.018307432532310486, 0.01871628314256668, 0.06294485926628113, -0.011847589164972305, 0.026348166167736053, -0.01737161912024021, -0.0005048172315582633, 0.0017024095868691802, -0.01199295837432146, 0.022495882585644722, 0.015781642869114876, -0.062363382428884506, -0.018234748393297195, -0.04004921391606331, 0.021496469154953957, -0.013737388886511326, 0.035088490694761276, 0.054186366498470306, 0.019443130120635033, 0.014573261141777039, 0.0047699264250695705, -0.027165867388248444, -0.06127311289310455, -0.06279949098825455, 0.01902519352734089, -0.10691904276609421, 0.026638904586434364, -0.02814711071550846, -0.0009840812999755144, 0.026057427749037743, -0.04132119193673134, -0.027583803981542587, 0.0028051710687577724, 0.038668204098939896, 0.0676330178976059, 0.06181824952363968, -0.011211599223315716, -0.07024966180324554, -0.0193159319460392, 0.08969279378652573, 0.0026416308246552944, 0.008345100097358227, 0.020315345376729965, -0.0219144057482481, 0.024258483201265335, -0.04139387607574463, 0.014809486456215382, -0.011529593728482723, -0.03757793456315994, 0.007600083015859127, -0.024422023445367813, -0.059237945824861526, 0.03374382480978966 ]
15,942
sqlalchemy.sql.type_api
__getattr__
Proxy all other undefined accessors to the underlying implementation.
def __getattr__(self, key: str) -> Any: """Proxy all other undefined accessors to the underlying implementation.""" return getattr(self.impl_instance, key)
(self, key: str) -> Any
[ 0.06872730702161789, -0.0657804012298584, -0.012084015645086765, 0.04816669970750809, -0.021847764030098915, -0.029723122715950012, 0.04237450286746025, 0.0191887728869915, 0.046540819108486176, 0.025573739781975746, -0.004018125589936972, 0.045219793915748596, 0.017410466447472572, 0.04030827805399895, -0.04925062134861946, 0.03688715770840645, -0.014387345872819424, 0.05212978273630142, 0.0011463725240901113, -0.028317412361502647, 0.007799143902957439, -0.00771446293219924, 0.005343387369066477, -0.011973930522799492, 0.00011842144886031747, 0.07763577997684479, -0.009941579774022102, 0.017342722043395042, 0.09972064942121506, -0.07953263819217682, -0.0392921045422554, -0.014514368027448654, 0.006520457100123167, 0.016885442659258842, 0.0006282291142269969, 0.006660181097686291, -0.001221527112647891, 0.013328829780220985, -0.02181389182806015, -0.009230257011950016, 0.03097640536725521, 0.01254976261407137, 0.033567652106285095, -0.09992388635873795, 0.019171837717294693, 0.009018554352223873, -0.005157088860869408, 0.054196007549762726, 0.038953378796577454, -0.04257773607969284, 0.010669838637113571, 0.010923882015049458, 0.002178425434976816, 0.0004826831864193082, -0.018375832587480545, 0.04217126592993736, 0.024337394163012505, 0.05646546557545662, -0.014590580947697163, 0.05890428274869919, -0.07458725571632385, -0.02305023930966854, -0.01326955296099186, -0.0349564254283905, 0.0356338731944561, -0.05338306725025177, -0.03045138157904148, 0.023151855915784836, 0.023422837257385254, -0.012388868257403374, 0.03282245621085167, 0.007104757707566023, -0.008341103792190552, 0.010000856593251228, 0.02587859332561493, -0.01055128499865532, -0.047387633472681046, -0.02259295992553234, 0.05500894784927368, -0.025827784091234207, -0.004445766098797321, -0.023541390895843506, -0.049690961837768555, -0.005732921417802572, -0.04200190305709839, -0.036650050431489944, 0.007799143902957439, -0.0705902948975563, -0.01575918309390545, 0.034888677299022675, -0.04715052619576454, 0.05582188442349434, -0.05402664467692375, 0.016733016818761826, -0.014107897877693176, -0.030248146504163742, 0.024354329332709312, -0.02037431113421917, 0.029858611524105072, -0.002946907887235284, 0.020408183336257935, 0.044372979551553726, 0.007236013654619455, 0.042611610144376755, 0.005110513884574175, -0.02645442634820938, -0.003440176136791706, -0.03732749819755554, -0.024930162355303764, 0.030163465067744255, 0.03438059240579605, 0.03871627151966095, -0.03526127710938454, 0.025760039687156677, 0.020255757495760918, 0.014920838177204132, -0.031162703409790993, -0.05385728180408478, 0.005068173166364431, 0.0365484319627285, -0.05575414001941681, -0.01562369242310524, -0.04826831817626953, -0.0018005352467298508, 0.01589467190206051, 0.004991960246115923, -0.011008563451468945, 0.0012469314970076084, 0.059446245431900024, -0.022643769159913063, 0.02110256999731064, -0.0048352996818721294, 0.002470575738698244, 0.05114747956395149, 0.02450675703585148, 0.04159543290734291, 0.05897203087806702, 0.0507071390748024, -0.015361180528998375, 0.04965709149837494, -0.01539505273103714, -0.031213512644171715, 0.03268696740269661, 0.017114082351326942, -0.0028537584003061056, 0.005224833730608225, 0.013769173063337803, 0.059513989835977554, 0.019493626430630684, -0.050808753818273544, -0.008616317994892597, 0.03292407467961311, -0.003042174270376563, 0.01594548113644123, -0.01025490090250969, 0.0058599431067705154, -0.036717794835567474, 0.020526736974716187, -0.032517604529857635, -0.020780781283974648, 0.00354391080327332, -0.03600647300481796, -0.020882397890090942, -0.1272251307964325, 0.02128886803984642, 0.0011029733577743173, 0.030214272439479828, -0.06710142642259598, 0.04559239000082016, 0.061410848051309586, -0.07526469975709915, -0.0011569577036425471, -0.004606660455465317, 0.03583711013197899, 0.039867937564849854, 0.05565252527594566, -0.04403425380587578, 0.031941771507263184, 0.03441446274518967, -0.020933207124471664, 0.0039969552308321, -0.023270409554243088, -0.0952494814991951, -0.005055471323430538, 0.031078021973371506, 0.052434634417295456, 0.014565176330506802, -0.0037471456453204155, -0.004784491378813982, 0.046269841492176056, 0.020848525688052177, -0.012177164666354656, 0.04694728925824165, -0.01274452917277813, -0.0005157617852091789, -0.008650190196931362, -0.030756233260035515, 0.024980971589684486, -0.017444338649511337, 0.09762055426836014, -0.02233891561627388, 0.025573739781975746, -0.019950903952121735, 0.07390980422496796, -0.03912274166941643, -0.006262178998440504, 0.05771874636411667, -0.014878497458994389, -0.04264548048377037, -0.036311324685811996, -0.019137965515255928, -0.031213512644171715, -0.037903331220149994, 0.00748582324013114, 0.015132540836930275, 0.04139219969511032, -0.03097640536725521, -0.031670790165662766, 0.013447384350001812, 0.03976631909608841, 0.05301046743988991, 0.03224662318825722, 0.007629781495779753, -0.028266604989767075, 0.024811608716845512, 0.0059149861335754395, 0.013303426094353199, -0.021796956658363342, -0.04061313346028328, -0.05700742453336716, 0.05135071650147438, 0.01257516723126173, 0.013515128754079342, -0.003285632934421301, 0.06080114468932152, -0.03202645108103752, -0.009636727161705494, 0.0011442555114626884, 0.023676879703998566, 0.012050143443048, 0.02592940255999565, 0.00528834480792284, 0.032788582146167755, 0.03360152244567871, -0.06550942361354828, 0.014717603102326393, -0.036582302302122116, 0.08000685274600983, 0.0276399627327919, -0.009560514241456985, 0.09138801693916321, -0.02528582327067852, -0.015598287805914879, 0.014184110797941685, 0.00653315894305706, -0.052231401205062866, -0.08874595910310745, -0.006198668386787176, 0.02462531067430973, -0.0011125000892207026, -0.035600002855062485, 0.015962418168783188, -0.02469305507838726, 0.00820984784513712, 0.023033302277326584, 0.010627497918903828, 0.007494291290640831, 0.04748925194144249, 0.010686774738132954, 0.019104091450572014, 0.0045685539953410625, -0.060360800474882126, -0.04376327618956566, 0.03529514744877815, -0.0253535695374012, 0.011753758415579796, 0.02448982000350952, -0.013252616859972477, -0.023541390895843506, -0.01034804992377758, 0.031941771507263184, 0.016665272414684296, 0.0004006482195109129, 0.0016618696972727776, -0.04518591985106468, -0.013142531737685204, -0.010178687050938606, 0.014522835612297058, 0.026115700602531433, -0.03161998093128204, 0.09071056544780731, 0.0014289962127804756, -0.001560252159833908, 0.0012924476759508252, 0.038817889988422394, -0.04786184802651405, -0.09098154306411743, -0.02469305507838726, 0.04315356910228729, -0.009560514241456985, -0.02115337923169136, -0.003759847953915596, -0.06097050756216049, 0.03373701497912407, 0.023744625970721245, -0.003992721438407898, 0.019341198727488518, 0.046676311641931534, -0.027809325605630875, 0.05738002061843872, 0.026217317208647728, -0.0014829805586487055, -0.04979258030653, 0.009662131778895855, 0.04034215211868286, -0.02057754620909691, -0.028402093797922134, 0.036514557898044586, 0.03260228410363197, 0.1020917296409607, -0.06222378835082054, 0.029570695012807846, -0.07167422026395798, 0.03138287365436554, 0.00781184621155262, -0.002906684298068285, -0.01015328336507082, -0.014361941255629063, -0.012134824879467487, -0.030112655833363533, -0.021187251433730125, -0.014429686591029167, 0.00476332101970911, -0.009907707571983337, 0.0033893673680722713, -0.023880114778876305, 0.00463629886507988, 0.006571265868842602, -0.007282588165253401, -0.021593721583485603, 0.0017592532094568014, 0.027944816276431084, -0.03446527197957039, -0.02162759378552437, 0.028080305084586143, 0.024100286886096, 0.028673075139522552, 0.045897241681814194, 0.05128297209739685, -0.08495224267244339, -0.0009685418917797506, -0.08197145909070969, 0.03275471180677414, 0.0322127528488636, 0.04518591985106468, -0.051791056990623474, -0.014522835612297058, -0.01349819265305996, -0.02049286477267742, -0.018816174939274788, 0.08027783036231995, -0.05226527154445648, -0.06794824451208115, -0.011431969702243805, -0.025895528495311737, -0.0034634636249393225, -0.04342455044388771, -0.03935984894633293, 0.015513606369495392, -0.042611610144376755, -0.04816669970750809, -0.05934462696313858, -0.024523692205548286, 0.014683729968965054, 0.013278021477162838, 0.02101788856089115, 0.01900247484445572, 0.03392331302165985, 0.0014141770079731941, 0.04061313346028328, 0.04972483590245247, -0.01617412082850933, 0.0038339439779520035, 0.05771874636411667, 0.037767842411994934, -0.0004167905717622489, -0.0049157473258674145, -0.010813796892762184, 0.032195813953876495, 0.009137107990682125, -0.013193340040743351, -0.022491343319416046, -0.10642740875482559, 0.013938535004854202, -0.005872645415365696, -0.011889249086380005, -0.0161063764244318, -0.0374629907310009, 0.012566698715090752, -0.007168268784880638, 0.051181353628635406, -0.005432302597910166, 0.023202665150165558, 0.03935984894633293, 0.013828449882566929, 0.03759847953915596, 0.03891950845718384, 0.02083159051835537, -0.0027648431714624166, -0.03661617636680603, -0.035938724875450134, 0.03316118195652962, -0.05365404486656189, -0.07357107847929001, 0.04921674728393555, 0.0008817436173558235, 0.07871969789266586, -0.029045671224594116, 0.0003297276562079787, 0.006406137254089117, -0.007375737652182579, -0.021847764030098915, -0.045490771532058716, 0.006249477155506611, -0.04074862226843834, 0.017393531277775764, -0.007155566476285458, -0.010280304588377476, 0.02096707932651043, 0.030044911429286003, 0.014133302494883537, 0.021204186603426933, -0.02907954528927803, 0.005572027061134577, 0.047387633472681046, -0.03097640536725521, -0.009264130145311356, -0.03556612879037857, -0.036988772451877594, -0.0063341581262648106, -0.08251342177391052, 0.012651380151510239, 0.0027838964015245438, 0.005398430395871401, 0.005339153576642275, -0.05077488347887993, 0.00187463138718158, 0.05907364562153816, 0.047726359218358994, -0.059717223048210144, 0.0037365604657679796, 0.006410371512174606, 0.05497507378458977, 0.02286393940448761, -0.000161159026902169, -0.051384586840867996, -0.0076551856473088264, -0.06937088817358017, 0.07221617549657822, 0.04034215211868286, -0.031399812549352646, 0.011567460373044014, -0.03111189417541027, -0.04803121089935303, -0.02907954528927803, 0.06151246652007103, 0.022050999104976654, 0.0003178193583153188, -0.040714748203754425, 0.01276993378996849, 0.060767270624637604, -0.025235015898942947, -0.0009711881866678596, -0.05087650194764137, -0.05378953740000725, -0.004229828715324402, 0.017800001427531242, 0.04278097301721573, -0.04223901033401489, -0.06754177063703537, -0.020916271954774857, -0.01362521480768919, -0.007045480888336897, -0.0066855852492153645, -0.028283540159463882, 0.005021598655730486, 0.010034728795289993, 0.02345670945942402, 0.03681941330432892, -0.05907364562153816, 0.0073926737532019615, 0.10290466994047165, 0.0031459087040275335, -0.001500975340604782, 0.023880114778876305, -0.004094338975846767, -0.013616746291518211, 0.012922360561788082, 0.02050980180501938, -0.0445423424243927, -0.028215795755386353, -0.050402287393808365, 0.014497431926429272, 0.028283540159463882, 0.020086394622921944, -0.02875775657594204, -0.0047760228626430035, 0.03214500471949577, 0.024286584928631783, -0.03949533775448799, 0.02836822159588337, -0.01637735590338707, -0.02896098978817463, -0.03766622394323349, 0.025268888100981712, -0.031027212738990784, -0.038275931030511856, -0.031484492123126984, -0.05087650194764137, 0.017207231372594833, 0.07546793669462204, -0.023338155820965767, -0.024862417951226234, 0.005237536039203405, -0.031196575611829758, -0.0063341581262648106, -0.0392921045422554, 0.027131875976920128, -0.0013750119833275676, 0.0019953022710978985, -0.0288932453840971, -0.018257278949022293, -0.029587632045149803, 0.036650050431489944, 0.01431960053741932, 0.06249476969242096, -0.06659334152936935, -0.016893912106752396, -0.0353967659175396, 0.0322127528488636, 0.03419429436326027, 0.023880114778876305, -0.025201143696904182, -0.021373549476265907, 0.010957755148410797, -0.07607764005661011, -0.06476422399282455, 0.005978496745228767, 0.013676023110747337, -0.013447384350001812, -0.01840970665216446, 0.027402855455875397, 0.02464224584400654, -0.031874027103185654, -0.0016682208515703678, -0.02396479621529579, 0.019476689398288727, -0.026183445006608963, -0.01952749863266945, 0.04135832563042641, 0.007003140170127153, -0.005419600754976273, 0.027877070009708405, 0.026318935677409172, -0.021441295742988586, 0.04440685361623764, 0.007629781495779753, 0.01571684144437313, -0.010906945914030075, -0.057617127895355225, -0.02389705181121826, -0.004001189488917589, 0.020154139026999474, 0.02352445386350155, 0.005114748142659664, 0.047658611088991165, 0.027690771967172623, 0.02416803129017353, 0.009010085836052895, -0.07350333034992218, 0.01067830715328455, 0.018121790140867233, -0.028537584468722343, -0.03026508167386055, -0.02553986757993698, -0.0756034255027771, -0.01116945780813694, 0.0319756418466568, 0.007193672936409712, -0.06564491242170334, -0.0625963881611824, -0.0587010495364666, -0.06151246652007103, -0.005787963978946209, 0.023541390895843506, 0.04007117077708244, -0.05599124729633331, 0.0066559468396008015, 0.012685252353549004, -0.002208063844591379, 0.03800494968891144, 0.026945576071739197, 0.04410199820995331, 0.02056060917675495, 0.036785539239645004, 0.04288259148597717, -0.04342455044388771, 0.01912102848291397, 0.0018407588358968496, -0.012092484161257744, -0.014455091208219528, -0.005063939373940229, 0.020323501899838448, 0.007519695907831192, 0.023626070469617844, -0.018443578854203224, 0.0159878209233284, 0.033567652106285095, -0.004037179052829742, -0.023372028023004532, -0.01795242726802826, 0.020086394622921944, -0.044305235147476196, 0.017664510756731033, -0.035735491663217545, -0.034228164702653885, 0.04098572954535484, 0.008413082920014858, 0.03211113438010216, 0.019425880163908005, -0.005267174448817968, 0.011042436584830284, 0.02389705181121826, -0.010204091668128967, -0.008501998148858547, 0.007324928883463144, 0.050605520606040955, -0.004852236248552799, -0.010161750949919224, 0.045829497277736664, 0.004411893431097269, -0.03287326544523239, -0.026911703869700432, 0.024709992110729218, -0.05572026968002319, 0.029299715533852577, -0.03314424678683281, -0.01349819265305996, -0.010559752583503723, -0.002147728344425559, -0.0660175085067749, -0.04206965118646622, -0.008277593180537224, 0.005258706398308277, 0.014853092841804028, -0.09050732851028442, -0.004325095098465681, 0.008231018669903278, 0.042747098952531815, -0.004054115153849125, -0.06930314004421234, 0.004754852503538132, -0.04227288439869881, -0.009806090034544468, 0.05727840214967728, -0.005631303880363703, -0.062325406819581985, -0.026251191273331642, 0.03529514744877815, 0.007574738468974829, 0.07987136393785477, 0.012515890412032604, -0.022355852648615837, -0.022237299010157585, -0.031467556953430176, -0.01628420688211918, 0.058463942259550095, -0.038546908646821976, 0.04383102059364319, 0.0004691870999522507, 0.002663225634023547, 0.026877831667661667, -0.05717678740620613, 0.023033302277326584, -0.029045671224594116, -0.0036476452369242907, 0.0657804012298584, -0.012524357996881008, 0.043864890933036804, -0.139825701713562, -0.020018650218844414, -0.03502416983246803, 0.01120333094149828, 0.048505425453186035, -0.010144814848899841, -0.06764338910579681, -0.029756994917988777, -0.06025918573141098, 0.03336441516876221, 0.04586337134242058, 0.018121790140867233, 0.022813132032752037, 0.005893815774470568, -0.028266604989767075, 0.0516216941177845, 0.030248146504163742, 0.004615128505975008, 0.01998477801680565, 0.03556612879037857, -0.059717223048210144, 0.023270409554243088, 0.030485253781080246, 0.0021445530001074076, -0.06151246652007103, 0.07946489751338959, -0.0038339439779520035, -0.037225883454084396, 0.01569143682718277, -0.018223406746983528, 0.04183254390954971, 0.005673644598573446, -0.003294100984930992, 0.041629306972026825, -0.021898573264479637, 0.0008568685152567923, 0.03526127710938454, -0.05013130605220795, -0.02804643288254738, -0.0027775452472269535, 0.12045062333345413, 0.03963083028793335, 0.020984016358852386, -0.014455091208219528, 0.019679924473166466, 0.001979424385353923, -0.05998820438981056, -0.011160990223288536, -0.023151855915784836, 0.010517412796616554, 0.07621313631534576, -0.0705902948975563, 0.0073588015511631966, 0.037564605474472046, 0.0682869702577591, 0.06080114468932152, 0.02057754620909691, -0.005639771930873394, 0.06103825196623802, 0.021644530817866325, 0.04301808029413223, -0.014632921665906906, 0.05988658592104912, 0.0020302331540733576, 0.03260228410363197, 0.06361256539821625, -0.054670222103595734, -0.0298078041523695, -0.007155566476285458, 0.024930162355303764, -0.0328902006149292, -0.08210694789886475, 0.026047956198453903, -0.05324757471680641, 0.026742340996861458, -0.00041149798198603094, -0.0002537791442591697, 0.0023393197916448116, 0.028402093797922134 ]
15,943
sqlalchemy.sql.type_api
__init__
Construct a :class:`.TypeDecorator`. Arguments sent here are passed to the constructor of the class assigned to the ``impl`` class level attribute, assuming the ``impl`` is a callable, and the resulting object is assigned to the ``self.impl`` instance attribute (thus overriding the class attribute of the same name). If the class level ``impl`` is not a callable (the unusual case), it will be assigned to the same instance attribute 'as-is', ignoring those arguments passed to the constructor. Subclasses can override this to customize the generation of ``self.impl`` entirely.
def __init__(self, *args: Any, **kwargs: Any): """Construct a :class:`.TypeDecorator`. Arguments sent here are passed to the constructor of the class assigned to the ``impl`` class level attribute, assuming the ``impl`` is a callable, and the resulting object is assigned to the ``self.impl`` instance attribute (thus overriding the class attribute of the same name). If the class level ``impl`` is not a callable (the unusual case), it will be assigned to the same instance attribute 'as-is', ignoring those arguments passed to the constructor. Subclasses can override this to customize the generation of ``self.impl`` entirely. """ if not hasattr(self.__class__, "impl"): raise AssertionError( "TypeDecorator implementations " "require a class-level variable " "'impl' which refers to the class of " "type being decorated" ) self.impl = to_instance(self.__class__.impl, *args, **kwargs)
(self, *args: Any, **kwargs: Any)
[ 0.01187883224338293, 0.011160316877067089, 0.05479379743337631, 0.019054654985666275, -0.00028387774364091456, 0.05729460343718529, -0.051919735968112946, -0.03732547536492348, -0.03476867824792862, 0.005164912436157465, 0.030849505215883255, 0.051882412284612656, 0.01419301237910986, 0.007213148288428783, -0.0018429453484714031, 0.035851117223501205, -0.0008065801812335849, 0.005561495665460825, 0.0032636462710797787, -0.03562716767191887, 0.03697088360786438, 0.021406160667538643, 0.02541864849627018, 0.007101171649992466, 0.010871044360101223, -0.0060373954474925995, -0.055614959448575974, 0.01848544180393219, -0.026986317709088326, -0.04430533945560455, 0.0034059495665133, -0.034264788031578064, -0.004842980299144983, 0.003786202985793352, 0.06479702144861221, -0.04090872034430504, -0.012625342234969139, 0.06796968728303909, -0.059608783572912216, 0.019782502204179764, 0.003398951143026352, -0.016367221251130104, -0.031950607895851135, -0.04635823890566826, 0.019670525565743446, -0.012942608445882797, 0.03941570222377777, -0.014118361286818981, -0.04232708737254143, -0.0745016485452652, 0.012373395264148712, -0.038818493485450745, 0.051546480506658554, -0.02082761563360691, 0.015714025124907494, 0.06166168674826622, 0.047813933342695236, 0.056921347975730896, -0.01091770175844431, 0.054681822657585144, -0.03224921226501465, 0.0386318676173687, 0.009280046448111534, -0.02082761563360691, -0.007805690169334412, 0.011458921246230602, -0.04721672460436821, -0.041991159319877625, 0.006849224679172039, 0.002507805358618498, 0.040199536830186844, -0.014342313632369041, 0.009732617996633053, 0.037512101233005524, 0.046955447643995285, -0.02579190395772457, -0.007278467528522015, -0.03810930997133255, 0.04710474982857704, -0.005444853566586971, -0.02924451045691967, -0.013894408009946346, -0.01996912993490696, -0.015219462104141712, 0.0007103504613041878, -0.023160457611083984, -0.0755094364285469, -0.015947308391332626, 0.021499473601579666, 0.03562716767191887, -0.08286255598068237, 0.01814018003642559, -0.030606890097260475, -0.06091517582535744, -0.013306532055139542, -0.054607171565294266, 0.032193221151828766, 0.007133831270039082, 0.016712481155991554, 0.03680291771888733, 0.026239808648824692, 0.02590388059616089, -0.025717252865433693, 0.01586332730948925, 0.0031656669452786446, -0.048261839896440506, -0.017925558611750603, -0.01029249932616949, -0.09323903918266296, 0.029785729944705963, 0.010441801510751247, -0.023253770545125008, -0.0028227390721440315, 0.020678313449025154, 0.016497859731316566, 0.015424752607941628, -0.039154425263404846, -0.045163825154304504, 0.03146537393331528, 0.045984987169504166, 0.009182066656649113, 0.03396618366241455, -0.039751630276441574, 0.07838349789381027, -0.013073247857391834, -0.009060759097337723, -0.0028297374956309795, -0.053226128220558167, -0.00900010485202074, -0.026948992162942886, 0.026781028136610985, 0.011132323183119297, -0.04031151160597801, 0.10533249378204346, 0.03885582089424133, 0.03314502164721489, 0.010143198072910309, -0.0013728776248171926, -0.07144095748662949, 0.04934427887201309, -0.011598891578614712, 0.025306671857833862, 0.029431136325001717, -0.01110432855784893, 0.02220865711569786, 0.02286185324192047, -0.0531141497194767, 0.04490254819393158, 0.03978895768523216, -0.026986317709088326, -0.009676629677414894, -0.029561776667833328, 0.029561776667833328, 0.04180453345179558, -0.017962884157896042, 0.0022861852776259184, -0.010703080333769321, 0.014603592455387115, -0.01100168377161026, -0.007334455847740173, -0.03844523802399635, -0.014995509758591652, 0.018513435497879982, -0.09308973699808121, 0.015219462104141712, 0.04434266313910484, -0.009891251102089882, -0.08637114614248276, 0.0031796640250831842, 0.018028205260634422, -0.05565228313207626, -0.031334735453128815, 0.09853925555944443, 0.020435698330402374, -0.022637899965047836, 0.016077948734164238, 0.004068476613610983, 0.03301438316702843, 0.011150985956192017, -0.002250026213005185, 0.05860099568963051, -0.005668806377798319, -0.09144741296768188, -0.011300287209451199, 0.03734413906931877, 0.027340911328792572, -0.004852311685681343, -0.017095068469643593, 0.032883744686841965, 0.015592717565596104, 0.024336209520697594, 0.02456016279757023, 0.025232020765542984, -0.06042994558811188, 0.025362661108374596, 0.031707990914583206, -0.0648343488574028, 0.02997235581278801, -0.034302111715078354, 0.054271239787340164, -0.024336209520697594, 0.06427446752786636, 0.02582922950387001, 0.014883533120155334, 0.02317911945283413, -0.030438924208283424, 0.06300540268421173, 0.019465235993266106, -0.0014696905855089426, -0.059160877019166946, 0.016647161915898323, -0.039266400039196014, -0.01010587252676487, 0.029095208272337914, -0.04699277505278587, -0.07845814526081085, 0.015667367726564407, -0.007455763872712851, 0.012951940298080444, 0.012644005008041859, 0.05046404153108597, 0.03521658480167389, -0.05498042330145836, -0.0006934373523108661, 0.03818396106362343, -0.026986317709088326, 0.00900010485202074, -0.04221511259675026, -0.0012329070596024394, -0.02135017141699791, 0.005678137764334679, -0.00017379673954565078, 0.005048270337283611, 0.006527292542159557, -0.01838279701769352, -0.0575932078063488, 0.021238194778561592, -0.00413146335631609, -0.07748768478631973, 0.01844811625778675, 0.03889314457774162, 0.036952219903469086, 0.03045758791267872, -0.014127692207694054, -0.07528548687696457, 0.01437963917851448, -0.03249182552099228, 0.051023922860622406, 0.035440538078546524, -0.01717904955148697, -0.03290240466594696, -0.012214762158691883, -0.020081104710698128, -0.019614536315202713, 0.01521013118326664, -0.0034619378857314587, -0.017608292400836945, -0.10854247957468033, 0.010077877901494503, -0.0029720410238951445, 0.013315862976014614, 0.008832140825688839, 0.039751630276441574, 0.03844523802399635, 0.01193482056260109, -0.05998203903436661, -0.02875927835702896, -0.020510349422693253, -0.00808563083410263, 0.025157369673252106, 0.12272616475820541, 0.0008771486463956535, 0.0741657167673111, 0.0046143620274960995, -0.027303585782647133, -0.03196926787495613, 0.05292752385139465, -0.033536940813064575, 0.016787132248282433, -0.003937837667763233, 0.010077877901494503, -0.006863221526145935, 0.002037737751379609, -0.022581912577152252, -0.013269206508994102, 0.01897067204117775, 0.0015863326843827963, 0.04434266313910484, 0.011011015623807907, -0.01572335697710514, 0.04079674556851387, -0.02252592332661152, 0.09443344920873642, 0.021462148055434227, 0.0755467638373375, 0.005440188106149435, -0.018196169286966324, 0.032921068370342255, -0.005958078894764185, -0.07595734298229218, -0.019633200019598007, -0.00019654195057228208, 0.0007400941685773432, 0.022395284846425056, 0.04486522078514099, -0.024709464982151985, -0.021368835121393204, 0.00955532118678093, -0.025026731193065643, 0.0472540520131588, 0.03200659528374672, 0.0444919653236866, -0.04396941140294075, -0.010012558661401272, 0.039154425263404846, 0.04912032559514046, 0.04975485801696777, -0.04714207351207733, 0.03736279904842377, 0.05434589087963104, -0.018429452553391457, -0.011169648729264736, -0.006611274555325508, -0.05856367200613022, -0.016367221251130104, 0.0005805860855616629, 0.03706419840455055, 0.01665649376809597, 0.0029883708339184523, 0.007133831270039082, -0.03342496231198311, -0.009648635052144527, 0.003105012932792306, -0.01786023937165737, -0.0027807478327304125, -0.03708285838365555, 0.04161790385842323, -0.028404686599969864, -0.02489609271287918, -0.031148109585046768, -0.0002474270877428353, -0.020995579659938812, -0.0420658104121685, -0.0016096611507236958, -0.05800378695130348, -0.0029813724104315042, 0.00040037403232418, 0.005328211467713118, 0.09323903918266296, 0.0009897083509713411, 0.06823097169399261, -0.01641387678682804, -0.03407815843820572, 0.00996590219438076, 0.057257279753685, -0.018513435497879982, -0.007549077272415161, -0.02431754767894745, -0.010255174711346626, -0.03749344125390053, 0.022096680477261543, 0.012140111066401005, -0.0386318676173687, 0.02386964112520218, 0.012140111066401005, 0.024877429008483887, 0.01648852787911892, -0.026407774537801743, 0.016077948734164238, 0.033257000148296356, -0.0058321054093539715, -0.029263172298669815, 0.00452804658561945, 0.02351504936814308, -0.020976917818188667, -0.004325089510530233, 0.0010935197351500392, 0.0020925593562424183, -0.08024977147579193, -0.008827474899590015, -0.027546200901269913, -0.029916368424892426, 0.019390584900975227, -0.003800199832767248, 0.014706237241625786, -0.0039658318273723125, 0.020808951929211617, -0.001807952648960054, 0.005314214620739222, 0.04493987187743187, 0.030028345063328743, -0.010031221434473991, 0.005850768182426691, -0.028572650626301765, 0.03579512983560562, 0.002405160339549184, -0.05610018968582153, 0.06681259721517563, -0.007479092106223106, -0.002153213368728757, 0.030289623886346817, -0.04889637231826782, 0.07129165530204773, 0.005146249663084745, -0.0037208832800388336, 0.042812321335077286, 0.05751855671405792, -0.063453309237957, 0.026202483102679253, 0.03732547536492348, 0.00004519881622400135, 0.010908369906246662, -0.00200041220523417, -0.023197783157229424, 0.057854484766721725, -0.03428344801068306, 0.04075941815972328, -0.06132575497031212, -0.00786167848855257, -0.01769227534532547, 0.04945625364780426, 0.04624626412987709, 0.013987721875309944, 0.025474635884165764, 0.03978895768523216, 0.07547210901975632, -0.024653475731611252, 0.05292752385139465, -0.0052908859215676785, -0.000473275373224169, 0.00016461117775179446, 0.0251760333776474, -0.017029747366905212, -0.01710439845919609, 0.0004047481343150139, -0.025642601773142815, -0.011608222499489784, -0.04158058017492294, -0.0162085872143507, 0.04098337143659592, -0.07293397933244705, 0.018634743988513947, 0.029393810778856277, 0.013045253232121468, 0.018541429191827774, -0.007749701850116253, -0.029617764055728912, 0.02330975979566574, 0.031502701342105865, -0.011944152414798737, 0.06647667288780212, 0.0755467638373375, 0.07364316284656525, 0.011011015623807907, -0.004626025911420584, -0.03777338191866875, 0.01628323830664158, -0.05680937319993973, 0.01648852787911892, 0.0341528095304966, 0.01807486079633236, -0.025997193530201912, -0.03781070560216904, -0.08077232539653778, -0.019297270104289055, -0.03616838529706001, 0.04210313782095909, -0.0517331101000309, -0.008650179021060467, 0.0028670630417764187, 0.05610018968582153, -0.005300217308104038, 0.048299163579940796, -0.01200013980269432, -0.03779204189777374, 0.00853820238262415, 0.0006566951051354408, -0.02590388059616089, -0.02269388921558857, -0.027882130816578865, -0.005514838732779026, 0.028255384415388107, 0.0007150161545723677, 0.05218101292848587, -0.06431179493665695, 0.02607184462249279, -0.013231880962848663, -0.024578824639320374, 0.039751630276441574, 0.0962250754237175, -0.0375867523252964, 0.0886106789112091, 0.014986177906394005, -0.007287798915058374, -0.016012629494071007, 0.016880447044968605, 0.01417434960603714, 0.04217778518795967, -0.0162085872143507, -0.022768540307879448, 0.016059285029768944, -0.00189660070464015, -0.03504862263798714, -0.021088892593979836, 0.0679323673248291, -0.08577394485473633, -0.015667367726564407, 0.005323546007275581, -0.01614326797425747, 0.02179807797074318, -0.006070055533200502, 0.017953554168343544, -0.01659117452800274, 0.020062442868947983, -0.022768540307879448, -0.013670455664396286, -0.005108924582600594, -0.025082718580961227, -0.038127973675727844, -0.07054514437913895, -0.03042026236653328, 0.05684669688344002, 0.0006088718073442578, 0.025437312200665474, 0.004579369444400072, -0.011384270153939724, 0.056062862277030945, 0.004448730032891035, 0.03155868873000145, -0.011533571407198906, 0.05005346238613129, -0.060056690126657486, -0.04128197580575943, -0.02200336754322052, 0.018018873408436775, 0.005967410281300545, -0.03726948797702789, -0.024858767166733742, 0.0627441257238388, -0.03590710833668709, 0.02403760515153408, 0.027676839381456375, 0.013959727250039577, -0.03687756881117821, -0.02431754767894745, 0.0017344681546092033, 0.033536940813064575, -0.01834547147154808, -0.05259159579873085, 0.02204069308936596, -0.04408138617873192, -0.030718866735696793, 0.01018985453993082, -0.00019129306019749492, -0.08024977147579193, 0.042439065873622894, -0.002748088212683797, 0.0022628570441156626, 0.0023725004866719246, 0.05766785889863968, -0.002750420942902565, 0.0562121644616127, 0.03211857005953789, 0.03504862263798714, -0.04363347962498665, -0.004154792055487633, 0.07229944318532944, 0.036746930330991745, -0.06860422343015671, -0.03454472869634628, 0.0077357045374810696, -0.040124885737895966, 0.02855398878455162, 0.00826292671263218, -0.01752431131899357, 0.03889314457774162, -0.007073177490383387, -0.005468182265758514, -0.03697088360786438, -0.050165437161922455, -0.006289342418313026, 0.027303585782647133, -0.07524815946817398, -0.0765918716788292, -0.035888444632291794, -0.0651702806353569, 0.01427699439227581, 0.011925489641726017, -0.06084052473306656, -0.013110573403537273, -0.028684627264738083, 0.06543155759572983, -0.03355560079216957, 0.00786167848855257, -0.038781169801950455, -0.026221146807074547, -0.014351645484566689, -0.027079632505774498, 0.02196604199707508, 0.03204391896724701, -0.05531635507941246, 0.04109534993767738, -0.06080319732427597, -0.01112299133092165, 0.0034246123395860195, -0.035851117223501205, -0.00864084716886282, -0.004432400222867727, -0.016227250918745995, -0.07506152987480164, 0.04960555583238602, 0.008314250037074089, 0.007031186483800411, 0.015443415381014347, -0.00477532809600234, -0.04960555583238602, -0.0562121644616127, -0.013315862976014614, 0.01927860826253891, 0.03180130571126938, -0.012522696517407894, 0.005318880081176758, 0.006881884299218655, -0.009685960598289967, -0.02159278653562069, -0.025922542437911034, 0.007451097946614027, -0.0086221843957901, 0.0886106789112091, -0.010731074027717113, -0.010777730494737625, 0.030644215643405914, -0.014696905389428139, -0.05610018968582153, -0.009168069809675217, -0.022563248872756958, -0.008463551290333271, 0.027546200901269913, 0.07756233960390091, 0.024616150185465813, -0.041953835636377335, -0.06266947090625763, 0.03432077541947365, 0.016880447044968605, -0.031260084360837936, -0.03480600565671921, 0.013231880962848663, -0.02545597404241562, -0.009900582022964954, 0.009289377368986607, 0.0331076979637146, 0.08711765706539154, 0.051023922860622406, -0.02159278653562069, -0.00900010485202074, -0.010217849165201187, -0.00432975497096777, -0.003163333982229233, 0.06423714011907578, -0.023645687848329544, -0.01089903898537159, 0.0286286398768425, -0.006326667964458466, 0.003007033606991172, 0.04262569174170494, -0.012392058037221432, -0.02965508960187435, -0.03736279904842377, 0.022152669727802277, -0.009853925555944443, 0.008062303066253662, 0.04441731423139572, -0.034022171050310135, -0.0043624150566756725, -0.05807843804359436, -0.0021357170771807432, 0.021238194778561592, 0.002549796598032117, 0.021816739812493324, 0.04408138617873192, -0.0444919653236866, 0.005724794697016478, -0.045574404299259186, -0.030924156308174133, -0.07308328151702881, -0.03142805024981499, 0.02024907059967518, -0.01431431993842125, -0.01679646410048008, -0.15363165736198425, -0.000024312590539921075, 0.0073111276142299175, 0.05020276457071304, 0.00600006990134716, -0.01590065285563469, -0.09196997433900833, -0.07636792212724686, -0.04419336095452309, 0.014304988086223602, -0.0167218130081892, 0.018457448109984398, 0.01437963917851448, -0.01338118314743042, 0.0064199818298220634, 0.022189995273947716, 0.0617363341152668, -0.04184185713529587, 0.009891251102089882, 0.07315792888402939, -0.02021174505352974, 0.037232160568237305, 0.03327566012740135, 0.024429524317383766, 0.008682838641107082, 0.0018674401799216866, -0.02358970046043396, -0.0001484999811509624, 0.030942818149924278, -0.01652585342526436, 0.005696800537407398, 0.030737528577446938, -0.002185873221606016, 0.041468601673841476, -0.0023165124002844095, 0.010563109070062637, -0.0055661615915596485, -0.04326022416353226, -0.012494702823460102, -0.007161825429648161, -0.04538777843117714, 0.03825861215591431, -0.0000024285252493427834, -0.023645687848329544, 0.020976917818188667, -0.006308005191385746, 0.002100724494084716, -0.023160457611083984, 0.0007400941685773432, -0.06882817298173904, 0.010619097389280796, -0.08054837584495544, 0.03889314457774162, -0.009266049601137638, 0.08487813174724579, 0.02204069308936596, 0.00190126639790833, 0.04072209447622299, 0.004931628238409758, 0.05972076207399368, 0.012084122747182846, -0.029580438509583473, 0.01924128271639347, -0.03555251657962799, 0.03519792482256889, 0.07353118807077408, -0.04811253771185875, 0.0151728056371212, -0.01714172400534153, -0.057406581938266754, -0.02217133156955242, -0.050128113478422165, -0.058377042412757874, 0.031166771426796913, -0.07509885728359222, 0.008748157881200314, 0.015583385713398457, -0.01821483112871647, -0.0006922709289938211 ]
15,944
sqlalchemy.sql.type_api
__repr__
null
def __repr__(self) -> str: return util.generic_repr(self, to_inspect=self.impl_instance)
(self) -> str
[ 0.052279360592365265, -0.07171700149774551, 0.04826841875910759, 0.028625093400478363, 0.02699671871960163, -0.0697629526257515, 0.00020689450320787728, -0.033081695437431335, 0.039938002824783325, -0.016652261838316917, -0.0036616979632526636, 0.00650063855573535, -0.01747502014040947, 0.042132023721933365, -0.0485769547522068, 0.03534427657723427, -0.00836469791829586, -0.09571408480405807, -0.004645149689167738, -0.0023054340854287148, 0.015118163079023361, 0.03255033120512962, 0.038669586181640625, -0.03248176723718643, -0.007074854336678982, 0.023397156968712807, -0.023448579013347626, -0.00997593067586422, -0.030202044174075127, -0.023431438952684402, -0.06352370977401733, -0.06091831251978874, 0.009204595349729061, -0.00896462518721819, -0.008227571845054626, 0.029259301722049713, -0.04048650711774826, 0.030613422393798828, -0.033253103494644165, -0.03097337856888771, 0.011647156439721584, 0.016138039529323578, 0.0130012771114707, -0.05797009915113449, -0.021477390080690384, -0.0008356127655133605, 0.07329395413398743, 0.021014589816331863, -0.02883078157901764, -0.055913206189870834, 0.019129104912281036, 0.03582421690225601, -0.054816197603940964, 0.0016530134016647935, -0.06311233341693878, 0.013215537182986736, 0.04124070331454277, 0.01608661748468876, 0.022420132532715797, 0.033647339791059494, -0.06516922265291214, 0.030270608142018318, 0.05090809985995293, -0.04717141017317772, 0.00706628430634737, -0.01684080995619297, -0.04586871340870857, 0.012384209781885147, 0.004932257812470198, 0.009204595349729061, 0.047205694019794464, -0.021323123946785927, -0.01736360415816307, 0.027322394773364067, -0.0022133025340735912, -0.03436725214123726, 0.0037581147626042366, -0.012007112614810467, 0.03801823779940605, -0.05731875076889992, 0.01978045329451561, 0.018734866753220558, -0.018134938552975655, -0.01113293319940567, 0.01575237140059471, -0.06105543673038483, -0.029722101986408234, -0.04048650711774826, -0.020140409469604492, 0.01254704687744379, 0.0007852617418393493, 0.01654941774904728, -0.04425748065114021, 0.03256747126579285, -0.04336616024374962, -0.017843546345829964, -0.006414934527128935, -0.05563895404338837, 0.05289642885327339, -0.013935449533164501, 0.034521520137786865, 0.008956054225564003, -0.06324945390224457, 0.010970095172524452, -0.06287235766649246, 0.007739059627056122, -0.02202589437365532, 0.043229032307863235, -0.046348653733730316, 0.03733260557055473, -0.012212801724672318, 0.10956382751464844, -0.002245441311970353, -0.022128740325570107, 0.034350112080574036, -0.02082603983581066, -0.030887674540281296, 0.007533370051532984, 0.05022246763110161, -0.02122027799487114, -0.04758279025554657, 0.010173049755394459, -0.037401169538497925, -0.013824034482240677, -0.04867979884147644, 0.029259301722049713, -0.04065791517496109, -0.013104122132062912, -0.02560831606388092, -0.10709555447101593, 0.05207367241382599, -0.015709519386291504, -0.03685266524553299, 0.04367469251155853, 0.06009555608034134, 0.02087746374309063, 0.030836252495646477, 0.009093180298805237, -0.0013723332667723298, 0.11484318971633911, -0.0026953867636621, -0.031007660552859306, 0.010901532135903835, 0.07980744540691376, -0.03464150428771973, -0.02699671871960163, 0.00018747721333056688, 0.0688716322183609, 0.005746444687247276, -0.03719548135995865, 0.020328957587480545, 0.02278008870780468, 0.04600583761930466, 0.000017341642887913622, -0.004334473516792059, 0.030750548467040062, 0.020500365644693375, -0.014423961751163006, 0.025522612035274506, -0.01453537680208683, -0.03109336458146572, -0.04504595324397087, 0.03524143248796463, -0.024836981669068336, 0.005193654447793961, 0.019540483132004738, 0.018700584769248962, -0.05680452659726143, 0.02468271553516388, 0.023517142981290817, -0.02848796732723713, -0.0701400488615036, -0.06568344682455063, 0.03167615085840225, 0.0026696755085140467, 0.0629752054810524, -0.0014516093069687486, 0.10723268240690231, -0.01983187533915043, -0.02658534049987793, 0.028933627530932426, -0.05203939229249954, -0.08350985497236252, -0.009701678529381752, 0.04076075926423073, -0.03585850074887276, 0.03260175138711929, -0.006564916577190161, 0.02543690986931324, -0.00264610699377954, 0.020774617791175842, 0.014089716598391533, -0.005030817352235317, 0.027133844792842865, -0.012692742981016636, -0.040280818939208984, -0.008754650130867958, -0.04891977086663246, -0.001939050038345158, 0.03952662646770477, -0.0016701541608199477, 0.040109410881996155, -0.012058534659445286, 0.010395879857242107, 0.01678938791155815, -0.012118527665734291, 0.0067191836424171925, -0.028813641518354416, 0.04199489578604698, -0.040280818939208984, 0.0012577043380588293, 0.0008779290365055203, -0.034058719873428345, -0.0040945024229586124, 0.036475569009780884, -0.014192560687661171, -0.045183081179857254, -0.02848796732723713, -0.05169657617807388, 0.03188183903694153, 0.043811820447444916, -0.017809264361858368, -0.014869621954858303, -0.0473085381090641, -0.054644789546728134, -0.002063320716843009, 0.025282641872763634, -0.00833898689597845, 0.02139168605208397, -0.030064918100833893, 0.034572940319776535, -0.03664697706699371, -0.009873085655272007, 0.016686543822288513, 0.0015298140933737159, 0.028573671355843544, -0.04929686710238457, -0.005635029636323452, -0.005206509958952665, 0.03460722416639328, -0.025282641872763634, 0.027648068964481354, 0.027990885078907013, -0.000694737012963742, 0.02865937538444996, -0.03592706099152565, -0.027665209025144577, 0.06846025586128235, 0.013035559095442295, -0.018083516508340836, 0.04250911995768547, -0.062255293130874634, -0.035447120666503906, -0.018254924565553665, 0.027836617082357407, -0.04106929525732994, -0.052519332617521286, -0.02300291880965233, 0.051936544477939606, 0.05330780893564224, -0.0007365176570601761, 0.00879321713000536, -0.002096530981361866, 0.05190226435661316, 0.03541284054517746, -0.0028410833328962326, -0.08248140662908554, 0.016917943954467773, 0.02087746374309063, 0.015032459050416946, 0.0989365503191948, -0.002654677489772439, -0.05207367241382599, 0.05011962354183197, -0.033595915883779526, -0.029687821865081787, -0.005759300198405981, -0.0107815470546484, -0.035892780870199203, -0.07219693809747696, 0.00349671789444983, -0.02151167206466198, 0.02180306427180767, -0.021254559978842735, 0.018323488533496857, -0.027819477021694183, 0.010910103097558022, 0.0023461433593183756, 0.031470462679862976, 0.002761807292699814, 0.05166229233145714, 0.01822064258158207, -0.021237419918179512, 0.011844274587929249, 0.05094237998127937, -0.023808535188436508, -0.004910831805318594, 0.022128740325570107, -0.009821663610637188, 0.008210430853068829, -0.008733224123716354, -0.02595113217830658, 0.039423782378435135, 0.04021225497126579, -0.030150622129440308, 0.0006625980604439974, -0.0026225384790450335, 0.03695550933480263, 0.014321116730570793, 0.01191283855587244, -0.007764770649373531, 0.018906274810433388, 0.029499271884560585, 0.07363676279783249, 0.024785559624433517, 0.028865063562989235, -0.006950583774596453, -0.029087893664836884, 0.04408607259392738, 0.06102115660905838, -0.028110869228839874, 0.029310723766684532, -0.047377098351716995, 0.028230855241417885, 0.03966375067830086, -0.036304160952568054, -0.04192633554339409, 0.023774253204464912, 0.03045915625989437, 0.01770642027258873, -0.0012587755918502808, -0.036715537309646606, 0.037058353424072266, 0.033064551651477814, 0.015152444131672382, -0.009667396545410156, 0.037469733506441116, 0.004555160645395517, -0.044840265065431595, -0.06472356617450714, 0.06822028011083603, 0.045937273651361465, -0.021100293844938278, -0.008904632180929184, -0.039423782378435135, 0.04782275855541229, -0.02919073775410652, 0.016069475561380386, 0.035378556698560715, -0.011270059272646904, -0.055159009993076324, -0.014646791853010654, 0.024237055331468582, -0.004058078397065401, -0.037058353424072266, 0.01176714152097702, -0.003773113014176488, 0.03692122921347618, -0.04696572199463844, 0.022180162370204926, 0.05519329383969307, -0.008184719830751419, -0.010293034836649895, 0.011887126602232456, -0.04271480813622475, -0.027596646919846535, 0.014483953826129436, -0.005039387848228216, 0.06427790224552155, 0.0014119712868705392, -0.06338658183813095, -0.015520971268415451, -0.023602847009897232, -0.05090809985995293, -0.03524143248796463, 0.057353030890226364, -0.00025751334032975137, 0.019523341208696365, -0.032378923147916794, -0.05694165080785751, 0.0637979581952095, 0.005857859738171101, 0.01644657365977764, 0.01708078198134899, 0.01736360415816307, 0.005369347520172596, 0.023020058870315552, 0.06036980822682381, 0.013078411109745502, -0.018820570781826973, -0.048645518720149994, -0.014501094818115234, -0.0171236339956522, 0.012847010046243668, -0.053890593349933624, -0.040520790964365005, 0.008030452765524387, 0.005699307657778263, -0.07487089931964874, 0.016129467636346817, 0.03770970180630684, -0.007173413876444101, 0.013198396191000938, -0.024477025493979454, -0.007451951503753662, 0.014312546700239182, 0.03911524638533592, -0.0014880334492772818, -0.006646335124969482, -0.021083151921629906, -0.0019229806493967772, -0.004388038069009781, -0.10167907178401947, -0.06650620698928833, 0.05577607825398445, -0.025574035942554474, -0.017509300261735916, 0.003400301095098257, -0.00479941675439477, -0.011895697563886642, -0.03513858839869499, 0.036304160952568054, 0.012632750906050205, 0.054473381489515305, -0.01453537680208683, 0.04926258698105812, -0.022505836561322212, 0.024579869583249092, 0.055570390075445175, 0.02444274351000786, -0.01875200681388378, 0.01695222593843937, -0.008120441809296608, 0.003314597299322486, 0.0507366918027401, -0.06489497423171997, 0.010892962105572224, -0.06232385337352753, -0.01765499822795391, 0.052279360592365265, 0.012092816643416882, -0.02929358370602131, 0.015306711196899414, 0.026499636471271515, 0.02975638397037983, 0.007421955466270447, -0.06510066241025925, -0.0380525179207325, 0.02992779202759266, 0.001895126886665821, 0.041206419467926025, 0.027939461171627045, 0.0183920506387949, -0.00677917618304491, -0.027408098801970482, -0.057181622833013535, -0.009941648691892624, -0.03626987710595131, -0.009590263478457928, 0.013858315534889698, -0.049639683216810226, 0.02226586639881134, -0.006950583774596453, 0.0038930983282625675, 0.007391958963125944, -0.01863202080130577, 0.04326331242918968, 0.009761670604348183, -0.07624216377735138, -0.005159372929483652, 0.06146681681275368, 0.021305982023477554, -0.00902461726218462, -0.00839040894061327, -0.020911743864417076, 0.06582057476043701, -0.00746909249573946, -0.00096256157848984, -0.031076224520802498, -0.05313640087842941, -0.042371995747089386, -0.03433297201991081, -0.02134026400744915, 0.008861780166625977, -0.034350112080574036, 0.04329759627580643, 0.03914952650666237, 0.051182352006435394, 0.00661633862182498, 0.005892141256481409, 0.0009893440874293447, 0.07713348418474197, -0.09345149993896484, 0.020963167771697044, -0.00867751706391573, 0.015649527311325073, -0.007901896722614765, -0.03390445187687874, -0.0511137880384922, -0.02209445834159851, 0.022522976621985435, -0.02266010269522667, 0.05080525577068329, 0.002836798084899783, 0.034984320402145386, -0.029687821865081787, 0.05982130393385887, 0.06684902310371399, 0.006753465160727501, -0.018906274810433388, 0.028573671355843544, -0.06698614358901978, 0.06362655758857727, -0.028693655505776405, 0.005382203031331301, -0.04192633554339409, 0.007850474677979946, -0.004276623018085957, -0.028059447184205055, -0.01575237140059471, 0.022060176357626915, -0.005613603629171848, -0.06304376572370529, 0.00015748087025713176, -0.00959883350878954, 0.04497739300131798, -0.01292414404451847, 0.043914664536714554, -0.035207148641347885, 0.07212837785482407, 0.01314697414636612, 0.0053907735273242, 0.020740337669849396, -0.012589898891746998, -0.023448579013347626, 0.07850474864244461, -0.10017068684101105, 0.021957332268357277, 0.0009968430968001485, 0.026088258251547813, 0.017843546345829964, -0.03637272119522095, -0.021648798137903214, -0.041549235582351685, -0.004310904536396265, -0.0599927082657814, 0.05042815953493118, 0.008870351128280163, -0.00777334114536643, -0.010104486718773842, 0.03217323496937752, -0.041789207607507706, 0.022985778748989105, -0.013198396191000938, 0.0003366555320098996, 0.06112400069832802, 0.02987636998295784, 0.03695550933480263, 0.01696079596877098, 0.03657841309905052, -0.018649162724614143, 0.027185268700122833, 0.047034285962581635, -0.019643327221274376, 0.04106929525732994, 0.06630051136016846, 0.019214807078242302, 0.008523249998688698, -0.04453173279762268, -0.027408098801970482, 0.01335266325622797, -0.021357404068112373, 0.046862877905368805, 0.008656091056764126, -0.019506201148033142, 0.041720643639564514, 0.02272866666316986, 0.04583442956209183, 0.0026953867636621, -0.02658534049987793, -0.048062730580568314, 0.020860321819782257, 0.003505288390442729, -0.052690740674734116, -0.029327863827347755, -0.0251455157995224, -0.0596156120300293, -0.014303975738584995, 0.002950355876237154, -0.05419912934303284, -0.020791759714484215, -0.034110140055418015, -0.005849289242178202, -0.008180434815585613, 0.05145660415291786, -0.029619257897138596, -0.014055434614419937, -0.02046608366072178, 0.02019183151423931, 0.030133480206131935, 0.038601022213697433, 0.04751422628760338, 0.039012402296066284, 0.02058606967329979, 0.06523779034614563, 0.00032701384043321013, 0.005382203031331301, 0.015469548292458057, -0.019591905176639557, 0.031813278794288635, -0.008047593757510185, 0.04278337210416794, 0.005904996767640114, -0.076105035841465, -0.013858315534889698, -0.05968417599797249, -0.017517872154712677, 0.02485412172973156, -0.02583114616572857, 0.027836617082357407, 0.017286470159888268, 0.05183370038866997, -0.07891612499952316, 0.02583114616572857, -0.024528447538614273, 0.01496389601379633, -0.0025068381801247597, -0.003781683277338743, 0.06431218236684799, -0.00865180604159832, 0.03464150428771973, 0.0327560193836689, -0.0147924879565835, -0.04041794687509537, -0.06510066241025925, -0.035035744309425354, -0.0020783189684152603, 0.043983228504657745, -0.0342472679913044, 0.06691758334636688, -0.0034645788837224245, -0.037469733506441116, -0.0702086091041565, 0.01355835236608982, -0.0418577715754509, 0.006727753672748804, -0.011587163433432579, -0.057764410972595215, 0.02536834590137005, -0.016335157677531242, -0.032156091183423996, 0.001513744588010013, 0.022934356704354286, -0.012872721068561077, -0.014072575606405735, 0.031401898711919785, -0.0022133025340735912, 0.03323595970869064, -0.04278337210416794, 0.015332422219216824, -0.050496719777584076, -0.024871263653039932, -0.025539753958582878, -0.04833698272705078, 0.06163822486996651, 0.04216630384325981, -0.03477863222360611, 0.01851203665137291, 0.005287928972393274, -0.062255293130874634, -0.0011355762835592031, 0.02663676254451275, -0.03513858839869499, -0.023722831159830093, -0.05416484549641609, -0.00023983692517504096, -0.004032366909086704, 0.02987636998295784, 0.007134847342967987, -0.04000656679272652, 0.041035015136003494, -0.004212345462292433, -0.08494967967271805, -0.051593732088804245, 0.004409464076161385, 0.02427133545279503, -0.000570466392673552, 0.006766320671886206, -0.006916302256286144, -0.09235449135303497, -0.05221079662442207, -0.0270481426268816, -0.007010576780885458, 0.005305069498717785, 0.06846025586128235, -0.0034260123502463102, 0.029619257897138596, -0.10695843398571014, 0.04319475218653679, -0.015418126247823238, 0.03606418892741203, 0.024322759360074997, 0.030870534479618073, 0.011484318412840366, 0.07980744540691376, 0.05214223638176918, 0.03236178308725357, 0.008836069144308567, 0.03599562495946884, -0.033373087644577026, 0.01758643426001072, 0.10606711357831955, 0.025676880031824112, -0.04994821548461914, -0.013112692162394524, -0.026722466573119164, 0.028008025139570236, 0.04278337210416794, -0.033818747848272324, 0.009118892252445221, -0.012838440015912056, 0.0015351705951616168, 0.05443909764289856, -0.01569237932562828, 0.02526550181210041, 0.13465791940689087, -0.05173085629940033, -0.04696572199463844, -0.0006818814435973763, 0.008291849866509438, -0.0023290026001632214, 0.03270459547638893, -0.048474110662937164, -0.005737874191254377, 0.014715354889631271, -0.030613422393798828, -0.007880470715463161, -0.028522247448563576, -0.012161379680037498, 0.014449672773480415, 0.007606218568980694, 0.01568380929529667, 0.014072575606405735, -0.003938092850148678, 0.0319332629442215, 0.015383845195174217, 0.01580379344522953, 0.0599927082657814, 0.0006733110640197992, 0.023842817172408104, 0.038909558206796646, 0.028967907652258873, -0.026156822219491005, 0.014578228816390038, 0.07082568109035492, -0.011458607390522957, 0.010507294908165932, 0.025574035942554474, 0.010438731871545315, -0.0490226149559021, -0.04638293385505676, -0.030836252495646477, 0.03328738361597061, 0.01372976042330265, -0.05803866311907768, 0.05138804018497467, -0.019129104912281036, 0.0017376459436491132 ]
15,945
sqlalchemy.sql.type_api
__str__
null
def __str__(self) -> str: return str(self.compile())
(self) -> str
[ 0.030895235016942024, -0.05536637827754021, 0.06145932897925377, -0.0014694277197122574, 0.00712361978366971, -0.07536715269088745, 0.014669441618025303, -0.01912325620651245, 0.048909176141023636, -0.058280400931835175, 0.001277988194487989, 0.03296485170722008, -0.008758616633713245, 0.04304802417755127, -0.013212431222200394, -0.045862700790166855, 0.00129764957819134, -0.058280400931835175, -0.010886183008551598, -0.011788534931838512, -0.016623159870505333, 0.07443996518850327, 0.04218706116080284, -0.0173516646027565, 0.004495206754654646, 0.08093028515577316, 0.016267186030745506, -0.02660699002444744, -0.03268338367342949, -0.010306689888238907, -0.0287428330630064, -0.03629279509186745, 0.004025403875857592, -0.025597017258405685, 0.0026987798046320677, -0.0008542342111468315, -0.025514231994748116, 0.029537566006183624, -0.02228563092648983, -0.06331370770931244, 0.03420662134885788, 0.011954104527831078, -0.02771630324423313, -0.004847041796892881, -0.06122753396630287, -0.05934004485607147, 0.012285243719816208, 0.04460437223315239, -0.011507067829370499, -0.05271727219223976, 0.05208810791373253, 0.01857687719166279, -0.009031806141138077, -0.015571794472634792, -0.011151093058288097, 0.010099728591740131, 0.023080362007021904, 0.030845563858747482, 0.09199031442403793, 0.01639964058995247, -0.05092912167310715, 0.003770841285586357, 0.02159023843705654, -0.0011682985350489616, -0.014487314969301224, -0.002893323777243495, -0.05056487023830414, -0.0018409237964078784, 0.040895622223615646, 0.01327865943312645, 0.015811869874596596, -0.03692195937037468, 0.00043565427768044174, 0.015240655280649662, 0.014363138005137444, -0.05983675271272659, -0.07338032126426697, -0.029454780742526054, 0.04043202847242355, -0.03629279509186745, 0.006900101434439421, -0.014992301352322102, 0.0020499550737440586, -0.040067773312330246, 0.009967273101210594, -0.09410960227251053, -0.0313422717154026, -0.06063148379325867, -0.05026684328913689, 0.012161066755652428, -0.004743561148643494, 0.008940743282437325, -0.022467756643891335, 0.06993647664785385, -0.0349351242184639, 0.01029841136187315, 0.02947133779525757, -0.04539910703897476, 0.06179047003388405, 0.021143201738595963, 0.07172463089227676, 0.053180865943431854, -0.06755228340625763, -0.027600405737757683, -0.03357745707035065, 0.03357745707035065, -0.021225987002253532, 0.019139813259243965, -0.010099728591740131, 0.0019278477411717176, -0.04106118902564049, 0.010637829080224037, 0.014238961040973663, -0.05142582952976227, 0.042981795966625214, -0.027765974402427673, -0.08324825018644333, -0.015563515946269035, 0.03288206458091736, -0.0009882418671622872, 0.0349351242184639, 0.025961268693208694, -0.049107860773801804, -0.004130954388529062, 0.02533210627734661, 0.05281661078333855, -0.0319879911839962, -0.026954684406518936, 0.07285050302743912, -0.0813276469707489, 0.02849447913467884, 0.026921570301055908, -0.0007181569235399365, 0.011498789303004742, 0.0547703318297863, 0.015182706527411938, -0.013982328586280346, -0.029620351269841194, 0.0006565858493559062, 0.12225638329982758, 0.003938480280339718, -0.027070583775639534, 0.02664010226726532, 0.013187596574425697, 0.013510456308722496, -0.0143714165315032, 0.012682609260082245, 0.07126103341579437, -0.011109701357781887, -0.0042468528263270855, 0.06212160736322403, -0.02264988236129284, 0.04546533524990082, 0.03273305296897888, 0.009735476225614548, 0.056061770766973495, 0.016755614429712296, 0.019586849957704544, 0.0002737067698035389, -0.028146784752607346, 0.016755614429712296, -0.012061724439263344, -0.05447230488061905, -0.002791912527754903, 0.040100887417793274, 0.01087790448218584, 0.010819954797625542, 0.006531709339469671, -0.0064116716384887695, -0.006709696725010872, -0.03725309669971466, -0.05536637827754021, -0.07556583732366562, 0.07854608446359634, 0.027650076895952225, 0.06907551735639572, -0.017533790320158005, 0.12503795325756073, -0.008323997259140015, -0.004896712489426136, 0.004743561148643494, 0.005517597310245037, -0.06039968878030777, 0.03235224634408951, 0.06847947090864182, -0.025746028870344162, 0.050299957394599915, 0.012036889791488647, 0.029785919934511185, -0.03692195937037468, -0.002984386868774891, 0.014288632199168205, -0.013386279344558716, -0.007541682571172714, -0.028395138680934906, -0.0626845434308052, -0.0036590818781405687, -0.021060416474938393, 0.009942437522113323, 0.0021399834658950567, -0.04476994276046753, 0.050597984343767166, -0.016002275049686432, 0.0033051774371415377, 0.034703329205513, -0.001343181123957038, 0.015381389297544956, 0.020861733704805374, 0.010555043816566467, -0.007876960560679436, 0.034471530467271805, -0.010944131761789322, -0.006581380497664213, -0.009809982031583786, 0.011482232250273228, -0.011515346355736256, 0.02076239325106144, 0.0219544917345047, -0.04327981919050217, 0.05026684328913689, 0.06579724699258804, -0.018229180946946144, -0.002760868286713958, -0.03321320563554764, -0.01857687719166279, -0.02220284566283226, 0.033494673669338226, 0.018146397545933723, -0.02935544028878212, -0.06553233414888382, 0.023659855127334595, -0.09132803231477737, -0.021143201738595963, 0.03420662134885788, 0.016929462552070618, 0.0014094088692218065, -0.013353165239095688, 0.03318009153008461, -0.0520549938082695, -0.0326337106525898, -0.024520816281437874, 0.017169538885354996, 0.029140200465917587, 0.023179704323410988, 0.04884294793009758, -0.04407455399632454, -0.0013473202707245946, 0.0357629731297493, -0.02606061100959778, 0.00036425251164473593, 0.04069693759083748, -0.044339463114738464, -0.030481310561299324, -0.03218667581677437, -0.01809672638773918, -0.016143009066581726, 0.0006255415501073003, 0.008874515071511269, 0.05784992128610611, 0.015472453087568283, -0.02220284566283226, 0.022434642538428307, -0.02026568353176117, -0.0017633131938055158, 0.029256097972393036, -0.003683917224407196, -0.05907513201236725, 0.04029957205057144, -0.0036363161634653807, 0.007612049579620361, 0.03725309669971466, -0.013212431222200394, -0.034471530467271805, 0.06636018306016922, -0.08655963838100433, 0.0010555044282227755, -0.024785727262496948, 0.030001159757375717, -0.05092912167310715, -0.04387586936354637, 0.04811444506049156, -0.019470952451229095, -0.006709696725010872, -0.03354434296488762, 0.02175580896437168, -0.023543957620859146, 0.02894151583313942, 0.0012831621570512652, 0.0031292601488530636, 0.02741827815771103, 0.029090529307723045, 0.0019785533659160137, -0.003516278462484479, 0.011217321269214153, 0.04476994276046753, -0.003416936844587326, 0.0637441873550415, 0.008150150068104267, -0.017318550497293472, -0.02635863609611988, -0.05013439059257507, -0.025729471817612648, 0.030001159757375717, 0.0040357522666454315, -0.049438998103141785, 0.019951103255152702, -0.07338032126426697, -0.017119867727160454, 0.029007744044065475, 0.018328523263335228, 0.008071504533290863, 0.03490201383829117, 0.03220323100686073, 0.04513419419527054, 0.01054676529020071, 0.06801587343215942, -0.013742253184318542, -0.00880000926554203, 0.041259873658418655, 0.06145932897925377, -0.0064613427966833115, -0.011233878321945667, -0.011846484616398811, 0.01620095781981945, -0.0012293522013351321, -0.03433907777070999, -0.032004550099372864, 0.021855149418115616, 0.027236152440309525, -0.028179896995425224, -0.004631801508367062, -0.049803249537944794, 0.06470449268817902, -0.0040440307930111885, 0.028295796364545822, -0.01730199344456196, 0.01976897567510605, -0.04990259185433388, -0.05722075700759888, -0.030117059126496315, 0.09192408621311188, 0.027848759666085243, -0.0241400059312582, 0.03728621080517769, -0.0030112918466329575, 0.03218667581677437, -0.05407493934035301, 0.029703134670853615, 0.029984602704644203, -0.029587237164378166, 0.000040745573642197996, -0.06738670915365219, 0.024553930386900902, -0.017318550497293472, 0.008758616633713245, -0.020282240584492683, 0.005505179986357689, 0.07000270485877991, -0.04596204310655594, -0.00006706851127091795, 0.024736056104302406, 0.0029264376498758793, -0.011416004039347172, 0.01110142283141613, 0.010066614486277103, -0.0043503339402377605, -0.0032265321351587772, 0.008377807214856148, 0.051988765597343445, -0.034305963665246964, -0.019057027995586395, 0.04457126185297966, -0.0338754840195179, -0.050101276487112045, -0.07344654947519302, 0.049935705959796906, 0.03983597829937935, 0.021772366017103195, -0.05480344220995903, -0.043312933295965195, 0.02442147396504879, 0.01990143209695816, 0.011763700284063816, -0.005000193603336811, -0.010016943328082561, 0.022997578606009483, -0.01552212331444025, 0.033776141703128815, 0.04000154882669449, 0.029918376356363297, -0.013593240641057491, -0.05255170166492462, -0.01120076421648264, -0.021540567278862, -0.027517620474100113, -0.014975744299590588, 0.030249513685703278, -0.009694083593785763, -0.10907706618309021, 0.012119674123823643, 0.010579879395663738, -0.023775754496455193, -0.010157677344977856, -0.00939605850726366, -0.017947714775800705, -0.0076741380617022514, 0.07338032126426697, 0.03596165403723717, -0.04986947774887085, 0.021838592365384102, -0.017136424779891968, -0.02664010226726532, -0.060167890042066574, -0.06172424182295799, 0.005087117198854685, -0.016672831028699875, 0.05977052450180054, -0.04599515721201897, -0.009511956945061684, 0.008394364267587662, -0.0254976749420166, -0.005443091504275799, 0.020464368164539337, 0.05553194880485535, 0.004470371641218662, 0.056591592729091644, 0.007591353263705969, 0.001765382825396955, 0.06258520483970642, 0.010778562165796757, -0.06285011023283005, -0.004880155436694622, -0.050796665251255035, 0.007438201457262039, 0.03313042223453522, -0.06702245771884918, 0.0015749781159684062, -0.010397752746939659, 0.02462015673518181, 0.061359990388154984, 0.012425976805388927, -0.016051946207880974, 0.03443841636180878, 0.05255170166492462, -0.012334913946688175, -0.007959744893014431, -0.04410766437649727, -0.01743444986641407, -0.03195487707853317, 0.026292407885193825, 0.039074357599020004, 0.08795042335987091, -0.02051403932273388, -0.02808055654168129, 0.08000309765338898, -0.03692195937037468, -0.006184014026075602, -0.02433868870139122, -0.0064447857439517975, 0.003323804121464491, -0.04311424866318703, 0.0905333012342453, 0.006862848065793514, 0.04758462309837341, -0.05006816238164902, 0.004669054877012968, 0.001995110185816884, 0.04354473203420639, -0.06188981235027313, -0.014810175634920597, 0.02433868870139122, -0.03569674491882324, -0.07159217447042465, -0.008406782522797585, -0.0357629731297493, 0.05023372918367386, -0.05294906720519066, -0.02841169573366642, -0.0033341520465910435, -0.013121368363499641, -0.0796719565987587, -0.043975211679935455, -0.015298604965209961, 0.03748489171266556, -0.00014474379713647068, 0.017451006919145584, 0.06112819164991379, 0.0039881509728729725, -0.04718725383281708, 0.014412809163331985, -0.009089755825698376, 0.08748682588338852, -0.042981795966625214, -0.03864387795329094, -0.027153367176651955, 0.021027302369475365, -0.04821378365159035, 0.012914407067000866, -0.0663270652294159, -0.009685805067420006, 0.002388337394222617, -0.01895768754184246, 0.00924704596400261, -0.016002275049686432, 0.023461172357201576, -0.020216014236211777, 0.09742098301649094, 0.024537373334169388, -0.025216206908226013, -0.021027302369475365, 0.012765394523739815, -0.05530015379190445, -0.02162335254251957, -0.029868705198168755, 0.016507260501384735, -0.028461365029215813, 0.024156562983989716, -0.009694083593785763, -0.07636056840419769, 0.01424723956733942, -0.00028612447204068303, -0.027534177526831627, -0.04914097487926483, -0.048776719719171524, 0.022269073873758316, 0.018609991297125816, 0.011962383054196835, 0.010968967340886593, -0.0014777061296626925, 0.05463787540793419, 0.018080169335007668, -0.003476955695077777, 0.020083557814359665, 0.0011258713202551007, 0.0073264422826468945, 0.0725855901837349, -0.024769170209765434, -0.014752225950360298, -0.03226945921778679, 0.0338754840195179, 0.016788728535175323, -0.007496150676161051, -0.0054762051440775394, -0.07609565556049347, -0.012467369437217712, 0.017699360847473145, 0.017417892813682556, 0.01702052541077137, -0.01575392112135887, -0.003754284232854843, -0.020944518968462944, -0.03313042223453522, -0.0449686273932457, 0.006270938087254763, 0.029620351269841194, 0.04132610186934471, 0.00960302073508501, 0.03235224634408951, -0.0012107256334275007, 0.05294906720519066, 0.0026222041342407465, 0.00543895224109292, 0.05652536451816559, 0.010886183008551598, -0.042948681861162186, 0.02212006039917469, 0.003278272459283471, 0.027765974402427673, -0.0030982159078121185, -0.01874244585633278, 0.028229568153619766, -0.0313422717154026, 0.050299957394599915, 0.00045221118489280343, -0.04818066954612732, 0.040067773312330246, -0.0012107256334275007, 0.04529976472258568, 0.0035059303045272827, 0.008874515071511269, -0.018146397545933723, 0.01097724586725235, -0.00855165533721447, -0.010066614486277103, -0.024272462353110313, -0.02364329807460308, -0.04917408898472786, 0.00041185368900187314, 0.02677255868911743, -0.03467021510004997, -0.028924960643053055, -0.012194179929792881, -0.030514424666762352, 0.004818066954612732, 0.04198838025331497, -0.03655770421028137, -0.03251781314611435, 0.024686384946107864, -0.007752783130854368, 0.00924704596400261, 0.00412060646340251, 0.014263796620070934, 0.04357784613966942, 0.06536676734685898, 0.04288245365023613, 0.015041972510516644, 0.036491475999355316, 0.053512003272771835, -0.014777061529457569, 0.06520120054483414, -0.03884256258606911, 0.041624125093221664, 0.014412809163331985, -0.02458704449236393, -0.04327981919050217, -0.024802284315228462, 0.010223905555903912, 0.023328715935349464, -0.01587809808552265, 0.03417350724339485, 0.005645913537591696, 0.09377846121788025, -0.055565062910318375, 0.028477922081947327, 0.026590432971715927, 0.052319902926683426, 0.01552212331444025, -0.019106699153780937, 0.0428493395447731, -0.03950483724474907, 0.010058335959911346, 0.02824612520635128, -0.009809982031583786, -0.05172385647892952, -0.04708791524171829, -0.018891459330916405, 0.027103697881102562, 0.0374186672270298, -0.046392522752285004, 0.024785727262496948, -0.005509319249540567, -0.02861037850379944, -0.03321320563554764, -0.013286937959492207, -0.0669231191277504, -0.008050807751715183, -0.04741905257105827, -0.07748644053936005, 0.029222983866930008, -0.05553194880485535, -0.019619964063167572, -0.0028746973257511854, 0.016225792467594147, 0.040895622223615646, 0.03877633437514305, 0.008626161143183708, -0.014512150548398495, 0.017815258353948593, 0.02207038924098015, -0.02129221335053444, -0.024024108424782753, -0.039736635982990265, 0.0030671716667711735, -0.07357900589704514, 0.029140200465917587, 0.013228988274931908, 0.037021297961473465, -0.017583461478352547, -0.03791537508368492, -0.014768783003091812, -0.014487314969301224, 0.002173097338527441, -0.04274999722838402, -0.05159140005707741, -0.047054801136255264, 0.003346569836139679, 0.007140176836401224, 0.007235378958284855, 0.0395379513502121, -0.0384783111512661, 0.05159140005707741, -0.02799777127802372, -0.006817316636443138, -0.0466243214905262, 0.013709139078855515, 0.08139387518167496, -0.05000193417072296, 0.025298992171883583, 0.0652674213051796, -0.09271881729364395, -0.08324825018644333, -0.023179704323410988, -0.009263603016734123, -0.03342844545841217, 0.05639290809631348, 0.039239928126335144, 0.0013442159397527575, -0.07371146231889725, 0.013709139078855515, -0.02264988236129284, 0.016581766307353973, 0.04526665061712265, 0.007661720272153616, -0.015646301209926605, 0.01821262575685978, -0.0057907868176698685, 0.055730633437633514, -0.0036259680055081844, -0.015381389297544956, -0.03996843472123146, 0.04099496454000473, 0.06139310449361801, -0.030613766983151436, -0.004292384721338749, 0.004929826594889164, -0.09199031442403793, -0.012210736982524395, 0.05430673435330391, 0.03976975008845329, 0.004470371641218662, 0.012550154700875282, -0.005066420882940292, 0.026789115741848946, 0.00023722978949081153, 0.057717464864254, 0.08331447839736938, -0.02586192823946476, -0.0671549141407013, 0.03536560758948326, -0.03362713009119034, 0.00021278244093991816, 0.053677573800086975, -0.01743444986641407, -0.02788187377154827, -0.0007191917393356562, -0.028809061273932457, -0.0324019156396389, -0.05006816238164902, 0.003969524521380663, 0.016871513798832893, -0.017368221655488014, 0.047915760427713394, 0.0002052800846286118, -0.017285436391830444, 0.018808674067258835, 0.033494673669338226, 0.038378968834877014, 0.05530015379190445, -0.0067759244702756405, -0.010000387206673622, -0.010397752746939659, 0.0663270652294159, -0.00733886007219553, 0.017782144248485565, 0.042617540806531906, -0.029918376356363297, 0.0064199501648545265, 0.05169074237346649, -0.009280160069465637, -0.006457203533500433, -0.005472065880894661, -0.021159758791327477, 0.03695506975054741, -0.00001541702658869326, -0.01607678085565567, 0.02495129592716694, 0.00022869261738378555, 0.002870558062568307 ]
15,946
sqlalchemy.sql.type_api
_cached_bind_processor
Return a dialect-specific bind processor for this type.
def _cached_bind_processor( self, dialect: Dialect ) -> Optional[_BindProcessorType[_T]]: """Return a dialect-specific bind processor for this type.""" try: return dialect._type_memos[self]["bind"] except KeyError: pass # avoid KeyError context coming into bind_processor() function # raises d = self._dialect_info(dialect) d["bind"] = bp = d["impl"].bind_processor(dialect) return bp
(self, dialect: 'Dialect') -> 'Optional[_BindProcessorType[_T]]'
[ 0.062042128294706345, -0.0899469181895256, 0.00745426258072257, 0.01083612535148859, 0.004802776034921408, 0.007365731988102198, 0.08668900281190872, -0.00554643152281642, 0.0027532964013516903, -0.07170964777469635, 0.003966163378208876, -0.02253984846174717, -0.011154834181070328, 0.012234905734658241, 0.013368095271289349, 0.0143419299274683, -0.012155228294432163, 0.02381468564271927, -0.0005865141283720732, -0.07549875229597092, 0.015271499752998352, 0.002697964897379279, 0.052657902240753174, -0.02905568853020668, -0.022291963919997215, 0.05772184208035469, 0.026736190542578697, 0.0018757384968921542, 0.025974828749895096, 0.03227819502353668, 0.05120600387454033, -0.0549951046705246, 0.012110963463783264, -0.05279954895377159, 0.04461933672428131, 0.04592958837747574, -0.0036518804263323545, 0.08753889054059982, 0.014669492840766907, -0.040794823318719864, -0.008990265429019928, -0.049364570528268814, 0.018945513293147087, 0.007051448803395033, -0.03650994971394539, 0.006573384627699852, -0.009025678038597107, -0.02006099559366703, 0.04939998313784599, 0.024806227535009384, 0.016865046694874763, -0.005449048243463039, 0.0025961550418287516, 0.0400511659681797, -0.028489092364907265, -0.05046234652400017, -0.04631912335753441, 0.05733230710029602, -0.029303573071956635, 0.06905373930931091, 0.004554890561848879, -0.001877951784990728, -0.019016336649656296, -0.027249667793512344, 0.0758528783917427, -0.028914039954543114, -0.03311038017272949, -0.010172146372497082, 0.015678739175200462, 0.0005641048774123192, -0.017608702182769775, -0.035376761108636856, -0.05531381443142891, 0.05442851036787033, -0.01252705603837967, -0.025195760652422905, 0.028365150094032288, 0.00415871711447835, 0.08166047185659409, -0.0015747350407764316, 0.03268543630838394, 0.032490670680999756, -0.007843796163797379, -0.027568377554416656, 0.009702935814857483, -0.04352156072854996, -0.011978167109191418, 0.06622076034545898, -0.0266476608812809, -0.08697229623794556, -0.03303955867886543, 0.009074369445443153, 0.02627583220601082, 0.09072598814964294, 0.03270314261317253, -0.013589421287178993, 0.005373797379434109, 0.05127682536840439, 0.017475906759500504, -0.005719066131860018, -0.037466078996658325, 0.046389948576688766, -0.02376156859099865, -0.0005303526413626969, 0.014793435111641884, 0.04816055670380592, 0.049293745309114456, -0.0026448466815054417, -0.06820384413003922, -0.031322065740823746, -0.009463903494179249, -0.020379705354571342, 0.004802776034921408, 0.005816449411213398, 0.010588239878416061, -0.01573185808956623, -0.07032857835292816, 0.021070243790745735, 0.021017124876379967, 0.06650406122207642, -0.07797760516405106, 0.027922498062253, -0.0224867295473814, -0.026399774476885796, 0.05772184208035469, 0.019034042954444885, 0.05035610869526863, -0.031251244246959686, 0.01290773693472147, 0.008109387941658497, 0.03240213915705681, 0.012571321800351143, 0.027993323281407356, 0.000644058920443058, -0.02786938101053238, 0.000276795937679708, -0.03307497128844261, 0.04780643433332443, -0.013412361033260822, 0.023566801100969315, -0.019157985225319862, -0.02994099259376526, 0.019866229966282845, -0.0417509526014328, 0.05843008682131767, -0.0001961502421181649, -0.024717696011066437, 0.030560705810785294, -0.030454467982053757, -0.042777903378009796, 0.01717490330338478, 0.015227233991026878, 0.04925833269953728, 0.03603188693523407, -0.031782425940036774, 0.058394674211740494, -0.034225866198539734, 0.06947868317365646, -0.04253001883625984, -0.0719575360417366, 0.024398988112807274, -0.029356691986322403, -0.05850090831518173, -0.08548498898744583, 0.014244546182453632, 0.03197719156742096, -0.013669098727405071, -0.04426521807909012, 0.044406864792108536, 0.051347650587558746, -0.026045653969049454, -0.009007971733808517, 0.05488886684179306, 0.041503068059682846, 0.03353532776236534, 0.10786548256874084, 0.023655330762267113, -0.004092319402843714, 0.028931746259331703, 0.012952002696692944, 0.11232741177082062, 0.0014795648166909814, -0.019919347018003464, -0.023159561678767204, -0.0013279564445838332, 0.05393274128437042, 0.054676394909620285, -0.05046234652400017, 0.0432736761868, 0.06997445225715637, 0.005679227411746979, 0.012535909190773964, 0.019937053322792053, -0.07847337424755096, -0.032915614545345306, 0.024806227535009384, -0.004864747170358896, 0.037961848080158234, -0.06639782339334488, 0.03148142248392105, 0.029179630801081657, -0.0498957522213459, -0.016316158697009087, 0.08137717097997665, -0.057155247777700424, -0.020769240334630013, -0.015112144872546196, 0.05209130793809891, -0.019140278920531273, -0.024664578959345818, -0.03328744322061539, -0.09667523205280304, 0.026417480781674385, 0.05032069981098175, 0.02498328872025013, -0.01393469050526619, 0.005750051699578762, 0.0018547126092016697, -0.019157985225319862, 0.0035544969141483307, 0.04348614811897278, -0.032118842005729675, 0.010721035301685333, -0.012801500968635082, 0.02951604686677456, -0.049293745309114456, -0.048904210329055786, -0.037076544016599655, 0.030100347474217415, -0.0001346630888292566, 0.02170766144990921, 0.004048054106533527, 0.04554005339741707, 0.033818624913692474, 0.08321860432624817, -0.06087352707982063, -0.0037514769937843084, 0.041573889553546906, 0.005993510130792856, 0.012394260615110397, 0.03105647675693035, 0.08194376528263092, -0.004581450019031763, 0.02253984846174717, -0.008454656228423119, -0.022752320393919945, 0.010322648100554943, -0.008171359077095985, 0.005280840210616589, 0.01393469050526619, -0.025266585871577263, -0.004435374867171049, 0.00013085904356557876, -0.022044077515602112, -0.009109781123697758, -0.03672242537140846, -0.07471968233585358, 0.03426127880811691, -0.04093647375702858, -0.020344292744994164, -0.025195760652422905, 0.055065929889678955, 0.024434398859739304, 0.001586908008903265, -0.012093257158994675, 0.02377927489578724, -0.008857470005750656, 0.00023792553110979497, -0.03197719156742096, 0.0006069867522455752, -0.0018181938212364912, 0.01187193114310503, -0.008693688549101353, -0.0007187564624473453, -0.03410192206501961, -0.033765505999326706, -0.03863468021154404, 0.027320491150021553, 0.017953971400856972, -0.039059627801179886, 0.030011815950274467, -0.024275043979287148, 0.012137521989643574, -0.034544575959444046, -0.0549951046705246, 0.07493215799331665, -0.006236969027668238, -0.0481959693133831, 0.03944915905594826, 0.012518202885985374, -0.004353484138846397, 0.002295151585713029, -0.006661915220320225, 0.04171553999185562, 0.0027090313378721476, -0.028418269008398056, -0.04748772457242012, 0.030932532623410225, 0.034579988569021225, -0.0426008440554142, -0.0342789851129055, 0.0220617838203907, 0.039130453020334244, 0.0941963791847229, -0.02501869946718216, 0.0016001876210793853, 0.03484557941555977, -0.002111450769007206, -0.0699390396475792, -0.0013069305568933487, -0.00036989120417274535, 0.012385407462716103, 0.008574172854423523, 0.00225531286559999, 0.032118842005729675, -0.03033052571117878, -0.03195948526263237, 0.05655324086546898, -0.01518296916037798, 0.05333073437213898, -0.08619322627782822, 0.026452893391251564, 0.01622762903571129, 0.007865929044783115, 0.0012206133687868714, 0.049789514392614365, 0.017369670793414116, -0.0018303666729480028, -0.013996661640703678, 0.03410192206501961, -0.032101135700941086, 0.019069455564022064, -0.004727525170892477, 0.03473934158682823, 0.05194965749979019, -0.03436751291155815, 0.03072006069123745, 0.001772821880877018, -0.003463753266260028, -0.04876256361603737, 0.013403507880866528, -0.016404688358306885, -0.007746412884443998, 0.0042472477070987225, 0.036262065172195435, -0.038209736347198486, -0.015669886022806168, -0.011163687333464622, 0.04950621724128723, -0.06880585104227066, -0.008003151044249535, -0.06583122909069061, -0.026435187086462975, -0.0071488325484097, 0.02370844967663288, -0.05573876202106476, -0.0361558273434639, 0.011721429415047169, -0.0030343804974108934, 0.04136141762137413, 0.09483379870653152, 0.023673037067055702, -0.02572694420814514, 0.02863074280321598, -0.01848515495657921, 0.07135552912950516, -0.05775725468993187, 0.021070243790745735, 0.001756222452968359, -0.023637626320123672, -0.04865632578730583, 0.06271495670080185, -0.0018093406688421965, 0.021884722635149956, -0.04228213429450989, -0.041609302163124084, 0.0006999437464401126, -0.0013910344569012523, -0.006546825636178255, 0.026523718610405922, 0.0047098188661038876, 0.02213260903954506, 0.021424364298582077, -0.015590209513902664, -0.026417480781674385, -0.02831203304231167, 0.024646872654557228, -0.0274975523352623, -0.024044865742325783, -0.046071238815784454, -0.06869961321353912, 0.026364363729953766, -0.05658865347504616, 0.01931734010577202, -0.03930751234292984, 0.009764906950294971, -0.005803169682621956, 0.028099559247493744, 0.009694082662463188, 0.02942751534283161, 0.01022526528686285, -0.022610671818256378, 0.021548306569457054, 0.016723398119211197, -0.039095040410757065, -0.019104868173599243, 0.016386983916163445, 0.06073187664151192, 0.032136548310518265, -0.050179049372673035, -0.05843008682131767, 0.014988202601671219, -0.026771603152155876, -0.005001969635486603, -0.036687012761831284, -0.031021064147353172, 0.08116470277309418, -0.019140278920531273, 0.014917378313839436, 0.04766478389501572, -0.00024166041112039238, 0.035004932433366776, -0.04762937128543854, -0.01571415178477764, -0.01960063725709915, 0.04738148674368858, 0.02091088891029358, 0.008981412276625633, -0.041538480669260025, 0.040723998099565506, -0.029799344018101692, -0.0051568979397416115, 0.012969708070158958, 0.010278383269906044, 0.02257526107132435, -0.03778478875756264, 0.026718484237790108, -0.01002164464443922, 0.010216412134468555, -0.013208740390837193, -0.0051214853301644325, 0.052197542041540146, -0.008888455107808113, 0.014589815400540829, 0.018184151500463486, -0.06413144618272781, -0.014430460520088673, 0.021831605583429337, -0.001666585449129343, -0.028949450701475143, -0.024717696011066437, -0.045221343636512756, 0.07698606699705124, 0.02866615355014801, 0.014704904519021511, -0.02257526107132435, -0.0006230329163372517, -0.055880408734083176, 0.010375767014920712, -0.010172146372497082, -0.014333076775074005, 0.025071818381547928, 0.009738347493112087, 0.005767757538706064, -0.033375974744558334, 0.069584921002388, -0.006166144739836454, -0.03562464565038681, -0.03555382043123245, 0.049293745309114456, 0.008990265429019928, 0.018166445195674896, 0.01435963623225689, -0.08144799619913101, -0.04476098716259003, -0.0012062271125614643, -0.0039019787218421698, 0.012659851461648941, 0.05439309775829315, -0.037111956626176834, 0.012137521989643574, 0.03849303349852562, -0.003609828418120742, 0.0019100441131740808, 0.004683259874582291, 0.018086766824126244, 0.0016024007927626371, 0.015377736650407314, -0.016661427915096283, 0.010694475844502449, -0.015528238378465176, 0.06402520835399628, 0.0677080750465393, -0.022291963919997215, 0.020645296201109886, 0.04816055670380592, 0.025691531598567963, 0.004652274306863546, 0.09207165241241455, 0.006962918676435947, 0.0012527055805549026, 0.02616959623992443, -0.00921601802110672, -0.0034017818979918957, 0.008959279395639896, -0.09752512723207474, -0.03284478932619095, 0.05279954895377159, -0.05046234652400017, 0.0539681501686573, 0.014271105639636517, -0.006458295043557882, -0.03303955867886543, -0.019140278920531273, -0.03447375074028969, 0.030011815950274467, 0.025638412684202194, -0.04830220341682434, -0.06866420060396194, -0.00726392213255167, 0.06278578191995621, 0.04019281640648842, -0.016847342252731323, -0.04713360220193863, -0.008100534789264202, 0.014226840808987617, 0.0571906603872776, 0.011022038757801056, 0.062396250665187836, -0.06097976118326187, 0.03507575765252113, -0.01613909751176834, -0.012323436327278614, 0.021477483212947845, 0.04104270786046982, -0.015696445479989052, -0.008100534789264202, -0.017945118248462677, -0.06260871887207031, -0.036226652562618256, -0.037501491606235504, -0.06136929616332054, 0.02620500884950161, -0.0058739944361150265, -0.0009998405585065484, -0.015979742631316185, -0.00008894541679183021, -0.0229116752743721, -0.057615604251623154, -0.01963604986667633, -0.041963424533605576, -0.0033243177458643913, -0.024434398859739304, -0.05106435343623161, 0.01267755776643753, -0.02165454439818859, 0.027532964944839478, 0.06179424375295639, 0.03403109684586525, 0.026045653969049454, 0.0028971584979444742, -0.015342324040830135, 0.007467541843652725, 0.03440292552113533, -0.0336061529815197, -0.010304942727088928, -0.05697818472981453, 0.0147226108238101, -0.005980230867862701, 0.006666341796517372, 0.00860515795648098, -0.010154440999031067, 0.012473938055336475, -0.006852255668491125, 0.04047611355781555, -0.020556766539812088, -0.0015105505008250475, 0.0033530902583152056, -0.018662216141819954, -0.07776512950658798, -0.0166348684579134, 0.0004628481692634523, -0.004771790467202663, 0.015360030345618725, -0.03488099202513695, -0.06151094660162926, -0.07974821329116821, 0.05152471363544464, 0.00021012144861742854, -0.039130453020334244, -0.017794616520404816, 0.01929963380098343, 0.05814678966999054, -0.03491640090942383, 0.0573677197098732, 0.001344555988907814, -0.08562663197517395, -0.011358454823493958, 0.0013766482006758451, 0.022840851917862892, -0.004824908450245857, 0.055101342499256134, 0.03358844667673111, -0.025549883022904396, 0.059598688036203384, -0.06069646403193474, -0.054711807519197464, 0.012633292935788631, -0.015413148328661919, -0.042777903378009796, -0.021867016330361366, 0.026328951120376587, 0.0402282290160656, 0.03863468021154404, -0.050922706723213196, -0.05492427945137024, -0.008242183364927769, 0.02572694420814514, 0.017387377098202705, 0.0012859045527875423, -0.011579780839383602, 0.03488099202513695, 0.030206583440303802, -0.004917865619063377, 0.029338985681533813, 0.0165463387966156, 0.0017529025208204985, -0.04231754690408707, 0.024717696011066437, 0.01999017223715782, -0.03902421519160271, -0.016289599239826202, 0.07592369616031647, -0.0021468629129230976, -0.025514470413327217, -0.0001583864795975387, -0.0022342868614941835, 0.018520565703511238, -0.033411383628845215, 0.004559317138046026, -0.006648635491728783, -0.03450916334986687, 0.05418062582612038, -0.03426127880811691, 0.0005286926752887666, -0.001119909924454987, -0.0035788428504019976, 0.004917865619063377, 0.028064146637916565, -0.013031680136919022, -0.01806020922958851, -0.056765712797641754, 0.001563668716698885, -0.02544364705681801, 0.05573876202106476, -0.0023881085216999054, -0.028046440333127975, 0.0341196283698082, 0.0006955172284506261, -0.03881174325942993, -0.055420052260160446, 0.00965867005288601, -0.006949638947844505, -0.041609302163124084, -0.017962824553251266, 0.024877050891518593, -0.05616370588541031, -0.04263625666499138, 0.011323042213916779, -0.03881174325942993, -0.02174307405948639, 0.035412173718214035, -0.07521545886993408, -0.02659454196691513, -0.07457803934812546, -0.03679324686527252, -0.011358454823493958, -0.02294708788394928, -0.011013185605406761, 0.018086766824126244, -0.00006273211329244077, -0.025479057803750038, 0.004577023442834616, 0.0958961620926857, -0.02742672897875309, 0.05513675510883331, -0.004185276105999947, -0.02742672897875309, 0.03109188750386238, 0.004300365690141916, 0.012279171496629715, -0.004114451818168163, 0.05722607299685478, -0.0006921972963027656, -0.00038925724220462143, -0.06147553399205208, 0.0004365656932350248, -0.06678736209869385, -0.03535905480384827, 0.029763931408524513, -0.01411175075918436, -0.022256551310420036, -0.01924651674926281, -0.0541452132165432, 0.015554796904325485, -0.018051356077194214, -0.02006099559366703, 0.03243755176663399, 0.004019281826913357, 0.07156800478696823, 0.021548306569457054, -0.04794808104634285, 0.06756642460823059, 0.03390715643763542, -0.001812660600990057, 0.0054269153624773026, -0.029303573071956635, 0.06221918761730194, -0.01700669527053833, -0.00919831171631813, -0.03725360706448555, -0.02657683566212654, 0.04791266843676567, -0.006210410036146641, 0.06416685879230499, 0.01929963380098343, 0.05899668112397194, -0.06491051614284515, -0.0018336866050958633, 0.06852255761623383, -0.019830817356705666, -0.004554890561848879, -0.015032467432320118, 0.01876845210790634, 0.032951027154922485, -0.04047611355781555, -0.008684835396707058, -0.05287037417292595, -0.06990362703800201, 0.0015160836046561599, -0.03824514523148537, -0.004988689906895161, 0.011225658468902111, 0.05789890140295029, 0.025886299088597298, 0.011579780839383602, 0.006077614147216082, -0.02622271329164505, 0.02624041959643364, -0.021141067147254944, 0.027993323281407356, 0.07663194090127945, 0.014917378313839436, 0.01617451012134552, -0.012668704614043236, -0.03884715214371681, 0.009118634276092052, -0.0027023914735764265, 0.0023969614412635565, 0.0013987808488309383, -0.01965375617146492, -0.014563255943357944, -0.05368485301733017, 0.013058238662779331, -0.005949245300143957, -0.058359261602163315, 0.04214048758149147, 0.013925837352871895 ]
15,947
sqlalchemy.sql.type_api
_cached_custom_processor
return a dialect-specific processing object for custom purposes. The cx_Oracle dialect uses this at the moment.
def _cached_custom_processor( self, dialect: Dialect, key: str, fn: Callable[[TypeEngine[_T]], _O] ) -> _O: """return a dialect-specific processing object for custom purposes. The cx_Oracle dialect uses this at the moment. """ try: return cast(_O, dialect._type_memos[self]["custom"][key]) except KeyError: pass # avoid KeyError context coming into fn() function # raises d = self._dialect_info(dialect) impl = d["impl"] custom_dict = d.setdefault("custom", {}) custom_dict[key] = result = fn(impl) return result
(self, dialect: 'Dialect', key: 'str', fn: 'Callable[[TypeEngine[_T]], _O]') -> '_O'
[ 0.07506152242422104, -0.10349391400814056, 0.005246665328741074, 0.0813877284526825, 0.01703278161585331, 0.005468793213367462, 0.005148929078131914, -0.015788864344358444, 0.024327468127012253, -0.06457707285881042, 0.026477666571736336, 0.018552137538790703, 0.022106187418103218, -0.005686478689312935, -0.00736132450401783, 0.005864181090146303, -0.04328832030296326, 0.058179788291454315, -0.005899721756577492, -0.06034775823354721, 0.009480426087975502, 0.019600581377744675, 0.007565682288259268, -0.01657963916659355, 0.0349896140396595, 0.06571437418460846, 0.012652415782213211, -0.01708609238266945, 0.05629613995552063, -0.044603317975997925, 0.02096889168024063, -0.01662406511604786, -0.021377606317400932, 0.021288754418492317, 0.009187217801809311, -0.0039116754196584225, 0.003860586090013385, 0.057078029960393906, 0.00956039223819971, -0.028165841475129128, -0.027863746508955956, 0.007996611297130585, 0.025500303134322166, -0.0008174313115887344, -0.03984089195728302, -0.0022434936836361885, -0.004891260527074337, 0.002767715835943818, 0.0922631174325943, -0.012083767913281918, -0.0012183724902570248, -0.03987643122673035, 0.019191866740584373, 0.02379436045885086, -0.02649543806910515, -0.017565889284014702, -0.0538083054125309, 0.0242563858628273, -0.009933567605912685, 0.0739242285490036, -0.012234814465045929, 0.026921924203634262, -0.02759719267487526, 0.014678223989903927, 0.012288125231862068, -0.01697058603167534, -0.032075293362140656, -0.0033674617297947407, 0.009951338171958923, 0.011657281778752804, 0.0018158970633521676, -0.04698453098535538, 0.04741101711988449, 0.013416536152362823, 0.032021984457969666, -0.010626607574522495, -0.019369568675756454, -0.029534149914979935, 0.0784023255109787, 0.0226926039904356, 0.015237986110150814, -0.0223549697548151, -0.045171964913606644, -0.025713546201586723, 0.017832443118095398, -0.03980535268783569, 0.01605541817843914, -0.0007091438747011125, -0.020346932113170624, -0.020400242879986763, -0.02464733086526394, 0.008769616484642029, -0.03552272170782089, 0.030511513352394104, 0.005939704831689596, -0.03198644518852234, 0.04982776939868927, 0.035078465938568115, 0.04822845011949539, -0.024291926994919777, 0.03042266145348549, 0.03283941373229027, -0.009631473571062088, -0.02811253070831299, 0.053843848407268524, 0.021466458216309547, 0.001350538688711822, 0.017974603921175003, -0.03728197515010834, 0.027632733806967735, -0.015264641493558884, -0.0029098778031766415, 0.0027499457355588675, -0.012385861948132515, 0.02500273659825325, -0.03307043015956879, -0.09439554810523987, 0.02864563651382923, -0.031897593289613724, 0.05370168387889862, -0.06653179973363876, -0.01871206983923912, -0.013265488669276237, 0.012430286966264248, 0.008391998708248138, -0.013318799436092377, 0.08280935138463974, 0.01305224560201168, 0.06621193885803223, 0.037672922015190125, 0.011808328330516815, 0.018285583704710007, 0.07335557788610458, -0.020595716312527657, -0.03987643122673035, 0.0030920228455215693, -0.01679288223385811, 0.038419272750616074, -0.0012205938110128045, 0.03292826563119888, 0.011195255443453789, -0.019849365577101707, -0.009489311836659908, -0.015051398426294327, 0.018516596406698227, -0.011053093709051609, -0.015424573794007301, 0.05441249534487724, -0.03385232016444206, -0.07086773961782455, 0.02777489461004734, 0.02148422785103321, 0.017121631652116776, 0.014482750557363033, -0.021288754418492317, 0.028361313045024872, 0.028485704213380814, 0.027508340775966644, -0.068628691136837, -0.0493302047252655, 0.030973538756370544, -0.001654854160733521, -0.030333811417222023, -0.06439937651157379, 0.04030291736125946, 0.005668708588927984, -0.00961370300501585, -0.09972662478685379, 0.04232872650027275, -0.0034851895179599524, -0.021501997485756874, -0.039414405822753906, 0.060312215238809586, 0.05284871160984039, 0.020044837146997452, 0.11486687511205673, 0.011150829493999481, -0.010990897193551064, 0.006503910291939974, 0.0219462551176548, 0.045171964913606644, 0.01605541817843914, -0.07232490181922913, 0.033336982131004333, -0.047268856316804886, 0.040267378091812134, 0.05270655080676079, -0.06706491112709045, 0.05565641075372696, 0.036642249673604965, 0.035078465938568115, 0.0043825870379805565, 0.0028210266027599573, -0.02667314000427723, -0.01761031337082386, -0.02939198724925518, -0.02569577656686306, 0.01864098757505417, -0.06976598501205444, 0.08430204540491104, 0.0038739137817174196, -0.00029959523817524314, 0.0034474278800189495, 0.09510635584592819, -0.07861556857824326, -0.016064302995800972, 0.02130652591586113, 0.05352398380637169, -0.07783368229866028, -0.014242852106690407, 0.019796054810285568, -0.08074799925088882, -0.005993015598505735, 0.08209853619337082, 0.040267378091812134, 0.008360900916159153, -0.01669514738023281, 0.047091152518987656, -0.06393734365701675, 0.016064302995800972, 0.016899503767490387, -0.008463080041110516, -0.012572449631989002, -0.041831161826848984, 0.10747445374727249, -0.06770464032888412, -0.021288754418492317, -0.052813172340393066, 0.021573079749941826, -0.01212819293141365, -0.009453770704567432, 0.00183366728015244, 0.021413147449493408, 0.02107551135122776, 0.06343977898359299, -0.041724540293216705, 0.03347914293408394, 0.0179035235196352, 0.0067215957678854465, 0.0037073176354169846, 0.03689103201031685, 0.021413147449493408, 0.03902346268296242, -0.011755017563700676, -0.028770029544830322, 0.016997240483760834, 0.022781455889344215, 0.07292909175157547, 0.0022490466944873333, 0.015326837077736855, 0.030760295689105988, -0.010155695490539074, 0.012998934835195541, 0.0184810571372509, -0.03449204936623573, 0.012643530033528805, -0.03475860133767128, 0.012776806950569153, 0.015468999743461609, -0.028076989576220512, -0.005535431671887636, 0.03406556323170662, 0.010457790456712246, -0.0071258689276874065, 0.018960852175951004, -0.04716223478317261, -0.004944571293890476, 0.05814424529671669, -0.01053775567561388, -0.007077000569552183, -0.03339029476046562, 0.03973427042365074, -0.02349226549267769, -0.0039183394983410835, -0.03699765354394913, 0.02741949073970318, -0.04037399962544441, -0.00691262586042285, 0.00688597047701478, -0.008529718033969402, 0.027970368042588234, -0.0054510231129825115, -0.003576262155547738, -0.040622781962156296, -0.050965066999197006, 0.02143091708421707, -0.019778285175561905, -0.050431959331035614, 0.060596540570259094, -0.01533572282642126, -0.046060480177402496, 0.007108098361641169, -0.02679753117263317, 0.06205369904637337, 0.029356447979807854, -0.008880680426955223, -0.03898791968822479, -0.04087156802415848, 0.060027893632650375, -0.03298157826066017, -0.022781455889344215, 0.006081867031753063, 0.03630461171269417, 0.02443408966064453, -0.004360374063253403, 0.015575621277093887, 0.0676691010594368, -0.024789493530988693, -0.06894855946302414, 0.02002706751227379, -0.023883210495114326, 0.00831203255802393, -0.002443408826366067, 0.014642682857811451, -0.01767251081764698, -0.03088468872010708, -0.037033192813396454, 0.027970368042588234, 0.028201380744576454, 0.0767674669623375, -0.04805074632167816, 0.005117830820381641, -0.04001859575510025, 0.026690909639000893, 0.05331074073910713, -0.025215979665517807, 0.003052039770409465, -0.04161791875958443, 0.014189541339874268, 0.00955150742083788, -0.04048062115907669, -0.023456724360585213, 0.022657064720988274, 0.061698295176029205, -0.027792666107416153, -0.031151242554187775, 0.01986713521182537, -0.01819673180580139, -0.014047379605472088, -0.0045847236178815365, 0.015628932043910027, -0.00926718395203352, -0.018338894471526146, 0.00805436447262764, 0.009800290688872337, -0.045171964913606644, -0.001248359796591103, -0.02338564395904541, 0.053381819278001785, -0.07406638562679291, 0.018569907173514366, -0.05988572910428047, 0.01685507781803608, -0.0007263588486239314, 0.050325337797403336, -0.04872601479291916, -0.00688597047701478, -0.010013533756136894, -0.040729403495788574, -0.024167535826563835, 0.07911314070224762, -0.01033339835703373, -0.008294262923300266, 0.05110722780227661, 0.02164416015148163, 0.05601181834936142, -0.05473235994577408, 0.04972114786505699, 0.040978189557790756, -0.05576303228735924, -0.008769616484642029, 0.02967631071805954, -0.010377824306488037, 0.02903658337891102, 0.018907541409134865, -0.042577508836984634, -0.0011256340658292174, 0.0119238356128335, -0.061058565974235535, 0.04051616042852402, 0.03312373906373978, 0.023705508559942245, 0.0022090638522058725, -0.00430039968341589, 0.006170717999339104, 0.0047224429436028, 0.02287030778825283, 0.005895279347896576, -0.006903740577399731, -0.0491880401968956, -0.08010827004909515, 0.03735305741429329, -0.031559959053993225, 0.021004430949687958, -0.023776588961482048, 0.028201380744576454, -0.05121384933590889, -0.015717782080173492, -0.02390098199248314, 0.011843869462609291, -0.007485716138035059, -0.049507904797792435, 0.05238668620586395, 0.025944558903574944, -0.017690280452370644, -0.049685608595609665, -0.023190172389149666, 0.022994698956608772, 0.02441631816327572, 0.05256439000368118, -0.06869976967573166, -0.01628643088042736, -0.025038277730345726, -0.04168899729847908, -0.06287112832069397, -0.01360312383621931, 0.06130734831094742, -0.020453553646802902, -0.01544234436005354, 0.027224017307162285, 0.00569980638101697, 0.02564246580004692, -0.061875998973846436, 0.023403413593769073, -0.04901034012436867, -0.011221910826861858, 0.033799007534980774, -0.01935179904103279, -0.05839303135871887, 0.03760183975100517, -0.022621523588895798, -0.029516378417611122, -0.024114225059747696, -0.00029903993709012866, 0.044034671038389206, -0.03539833053946495, -0.022372739389538765, -0.05046749860048294, 0.01388744730502367, 0.01865875907242298, -0.032484009861946106, 0.05658046528697014, 0.006055211648344994, 0.000533662736415863, 0.006432829424738884, -0.042826294898986816, -0.03610914200544357, 0.029818473383784294, -0.004258195403963327, -0.02125321514904499, 0.027401719242334366, 0.05178249627351761, -0.004944571293890476, 0.04563399404287338, 0.043323859572410583, -0.014358359389007092, -0.03621576353907585, -0.04577615484595299, 0.03070698492228985, 0.06368856132030487, -0.04492318257689476, 0.023598887026309967, -0.026459896937012672, -0.025322601199150085, -0.010013533756136894, 0.06322653591632843, -0.04712669178843498, -0.0005070073530077934, -0.01899639330804348, 0.017308220267295837, 0.007201392203569412, 0.029942864552140236, -0.019955987110733986, -0.054767899215221405, -0.03511400520801544, 0.008378671482205391, -0.004660246893763542, 0.0009184996015392244, 0.007494601421058178, -0.009187217801809311, 0.07449287176132202, 0.0007474609883502126, 0.0007552354945801198, -0.024576250463724136, 0.014118460938334465, 0.03792170435190201, 0.08792717754840851, -0.00450253626331687, -0.025909019634127617, 0.014802615158259869, -0.023012468591332436, 0.08408880233764648, 0.06543004512786865, -0.0030920228455215693, 0.011532889679074287, -0.007343554403632879, 0.0315244160592556, 0.02205287665128708, 0.030529282987117767, -0.042186565697193146, 0.011301876977086067, -0.015006973408162594, -0.04232872650027275, 0.01928071677684784, 0.0261578019708395, -0.05142709240317345, -0.031026849523186684, 0.040800485759973526, -0.04168899729847908, -0.012376976199448109, -0.0311157014220953, -0.031844280660152435, -0.0027055200189352036, -0.05480343848466873, -0.013345454819500446, -0.0019080801866948605, 0.01825004257261753, -0.030618134886026382, -0.1246049702167511, 0.001215040567331016, 0.03820602968335152, -0.0049889967776834965, 0.019369568675756454, -0.0012916747946292162, -0.01570001244544983, 0.07783368229866028, 0.013469846919178963, 0.025375911965966225, 0.051249392330646515, -0.014802615158259869, -0.04854831472039223, -0.04119143262505531, -0.036464545875787735, 0.02356334589421749, 0.016126498579978943, 0.02164416015148163, -0.028734488412737846, -0.014482750557363033, 0.022390510886907578, -0.021164363250136375, -0.026779761537909508, 0.008334245532751083, 0.013905217871069908, -0.018836461007595062, 0.02287030778825283, -0.03344360366463661, 0.041546836495399475, -0.011310761794447899, -0.04819290712475777, -0.03134671598672867, -0.016375282779335976, -0.0222838893532753, 0.020169230177998543, -0.0012794577050954103, 0.041831161826848984, -0.02633550576865673, 0.0569358691573143, -0.0069303959608078, 0.0065305656753480434, -0.00776559766381979, 0.013834136538207531, 0.038774676620960236, -0.022301658987998962, 0.03426103666424751, -0.02841462381184101, -0.005535431671887636, -0.04680682718753815, 0.03827711194753647, -0.04641588404774666, -0.02628219500184059, 0.005157813895493746, -0.00006629135168623179, 0.005735347047448158, -0.05242222547531128, -0.03987643122673035, -0.00866299495100975, 0.000686375773511827, -0.02164416015148163, -0.029889553785324097, -0.07349774241447449, -0.10057959705591202, -0.0089517617598176, 0.020311390981078148, -0.009418230503797531, -0.02864563651382923, -0.04055170342326164, -0.07619881629943848, 0.08373340219259262, 0.04492318257689476, -0.009507081471383572, -0.012528023682534695, -0.021164363250136375, -0.032306309789419174, -0.03394117206335068, 0.02985401451587677, 0.011843869462609291, -0.04410575330257416, -0.011621741577982903, -0.02741949073970318, -0.03198644518852234, -0.0721471980214119, 0.01111528929322958, 0.01899639330804348, 0.008769616484642029, 0.03511400520801544, -0.018925312906503677, -0.04353710263967514, 0.0223549697548151, 0.03147110715508461, -0.027170706540346146, -0.04897480085492134, 0.013994068838655949, 0.04399913176894188, 0.04741101711988449, 0.07406638562679291, -0.03475860133767128, -0.010182350873947144, 0.00163153070025146, 0.03937886655330658, -0.04179561883211136, -0.0304404329508543, 0.03706873580813408, -0.01455383189022541, -0.003793947631493211, 0.026886383071541786, 0.02107551135122776, 0.01697058603167534, -0.022994698956608772, 0.029178744181990623, -0.00551321916282177, -0.05849965289235115, 0.03257286176085472, 0.06653179973363876, -0.016304200515151024, 0.028165841475129128, 0.005011209286749363, 0.003964986186474562, 0.051711417734622955, -0.024451859295368195, -0.020933350548148155, 0.01622423529624939, 0.0013138875365257263, 0.021235443651676178, -0.036126911640167236, -0.008187641389667988, -0.017174942418932915, 0.01117748487740755, -0.0004473104199860245, 0.0770517885684967, 0.02638881653547287, -0.017974603921175003, -0.05640276148915291, 0.0074635036289691925, -0.009773635305464268, 0.04513642564415932, 0.01362977921962738, -0.017246024683117867, -0.015540080145001411, 0.04474547877907753, -0.012803462333977222, -0.07811800390481949, 0.010049073956906796, -0.03881021961569786, -0.004178229253739119, -0.0009540400933474302, -0.029925094917416573, -0.05071628466248512, -0.03863251581788063, 0.05028979852795601, 0.006819332018494606, 0.037672922015190125, 0.017450381070375443, -0.011070863343775272, -0.022834766656160355, -0.023545576259493828, -0.04243534803390503, 0.05466127768158913, 0.0016037647146731615, -0.011675052344799042, 0.024576250463724136, -0.009782521054148674, 0.011106403544545174, -0.01463379804044962, 0.05764668062329292, -0.06532342731952667, 0.022372739389538765, -0.004526970442384481, -0.02251490205526352, -0.015122479759156704, -0.024220846593379974, 0.0032452913001179695, -0.010955356992781162, 0.021928483620285988, -0.019138555973768234, -0.05594073608517647, -0.015735553577542305, -0.020400242879986763, -0.021697470918297768, 0.013274374417960644, 0.06795342266559601, -0.025073816999793053, 0.005899721756577492, -0.0044425614178180695, -0.047197774052619934, 0.043323859572410583, -0.04065832495689392, -0.02374104969203472, -0.016837308183312416, 0.004333718679845333, 0.021910713985562325, 0.036926571279764175, -0.009089481085538864, 0.05512330308556557, 0.039059001952409744, 0.00772117218002677, 0.008200968615710735, -0.049223583191633224, 0.08110340684652328, -0.0094448858872056, -0.02292361855506897, 0.0003193091251887381, -0.04215102270245552, 0.04545629024505615, 0.01114194467663765, 0.009729210287332535, 0.028165841475129128, 0.03902346268296242, -0.042755212634801865, 0.027934826910495758, 0.08792717754840851, 0.0027766008861362934, 0.00013404041237663478, -0.015309067443013191, -0.005073405336588621, -0.0065883188508450985, -0.07140085101127625, -0.015193561092019081, -0.044034671038389206, -0.054021548479795456, 0.016606295481324196, -0.09304501116275787, 0.03371015563607216, -0.015468999743461609, 0.05359506234526634, 0.06806004047393799, 0.020826729014515877, 0.03621576353907585, 0.02009814791381359, 0.006064096465706825, 0.07449287176132202, 0.00007413524872390553, 0.07356882095336914, 0.0004120475787203759, 0.04495872184634209, 0.01945842057466507, -0.014002954587340355, 0.031613267958164215, -0.008018823340535164, 0.03479414060711861, -0.009436001069843769, -0.030102796852588654, -0.04030291736125946, -0.07605665177106857, -0.002134650945663452, 0.05085844546556473, -0.0707966610789299, 0.08657664060592651, 0.01714828796684742 ]
15,948
sqlalchemy.sql.type_api
_cached_literal_processor
Return a dialect-specific literal processor for this type.
def _cached_literal_processor( self, dialect: Dialect ) -> Optional[_LiteralProcessorType[_T]]: """Return a dialect-specific literal processor for this type.""" try: return dialect._type_memos[self]["literal"] except KeyError: pass # avoid KeyError context coming into literal_processor() function # raises d = self._dialect_info(dialect) d["literal"] = lp = d["impl"].literal_processor(dialect) return lp
(self, dialect: 'Dialect') -> 'Optional[_LiteralProcessorType[_T]]'
[ 0.05815786123275757, -0.07612619549036026, 0.04858892410993576, 0.05635039508342743, 0.03521013632416725, 0.03319002687931061, 0.08512807637453079, -0.04596632719039917, 0.0015671346336603165, -0.06354481726884842, 0.05730728805065155, 0.013582571409642696, 0.0009934415575116873, -0.015505218878388405, 0.0008865662384778261, -0.01867714338004589, -0.04150082543492317, -0.015336875803768635, -0.008013983257114887, -0.041890669614076614, -0.005081281531602144, 0.008412688970565796, 0.07013674825429916, -0.005028120707720518, 0.02581840381026268, 0.007566546555608511, 0.012271272949874401, -0.012226972728967667, -0.019828960299491882, -0.030018102377653122, 0.05535805970430374, 0.0006733695045113564, -0.04805731773376465, -0.03586578369140625, 0.009161368943750858, -0.014353401958942413, -0.015478638000786304, 0.06418274343013763, 0.007845640182495117, -0.03310142830014229, -0.003138699335977435, -0.022274354472756386, -0.01590392366051674, -0.023940056562423706, -0.09788665920495987, -0.05096343904733658, 0.0014962535351514816, -0.059043873101472855, 0.0365745946764946, -0.019120149314403534, 0.028759965673089027, -0.00962209515273571, -0.03249893710017204, 0.01680765673518181, -0.060993097722530365, -0.020307406783103943, -0.016586152836680412, 0.06882545351982117, -0.021494662389159203, 0.0794576033949852, 0.003891809843480587, 0.011482722125947475, -0.06467891484498978, 0.02353249117732048, 0.06443082541227341, -0.04511575400829315, -0.0043060206808149815, 0.028405560180544853, 0.039090871810913086, 0.0020799143239855766, -0.051707688719034195, -0.06031972914934158, -0.017835430800914764, 0.0397288016974926, -0.011358680203557014, -0.06024884805083275, 0.019988441839814186, -0.0003923374169971794, 0.07570090889930725, 0.03420008346438408, -0.014822988770902157, -0.008643051609396935, -0.01340536866337061, -0.004797757603228092, 0.010516968555748463, -0.060709577053785324, 0.018065795302391052, 0.02957509644329548, -0.039374396204948425, -0.04678145796060562, -0.00048786061233840883, 0.03306598588824272, 0.008864554576575756, 0.04883700981736183, 0.01780885085463524, 0.024648867547512054, 0.021423781290650368, 0.035794902592897415, 0.012705419212579727, -0.00601159455254674, 0.023461610078811646, 0.05312530696392059, -0.03664547577500343, -0.01819869689643383, 0.060177966952323914, 0.07428328692913055, 0.023833736777305603, 0.010844793170690536, -0.04834084212779999, -0.013945836573839188, -0.013547130860388279, 0.0018052504165098071, -0.00740706454962492, 0.007850070483982563, -0.004558534361422062, -0.009967640042304993, -0.12347470223903656, 0.006862166803330183, 0.000049526712246006355, 0.05440116673707962, -0.04830539971590042, -0.004611695185303688, -0.01243075542151928, -0.02020108513534069, 0.025074154138565063, 0.023780575022101402, 0.06407642364501953, -0.035369619727134705, -0.0031409142538905144, 0.0160013847053051, 0.053904999047517776, 0.07931584119796753, 0.04196155071258545, 0.023319847881793976, -0.0565984770655632, -0.024418504908680916, -0.013936975970864296, 0.03239261731505394, -0.008638621307909489, 0.014309101738035679, -0.011128316633403301, -0.01686967723071575, 0.001651305821724236, -0.009436032734811306, 0.013316767290234566, -0.003395642852410674, -0.011021994985640049, 0.0684710443019867, -0.04391077905893326, -0.029504215344786644, 0.035794902592897415, -0.0013522765366360545, 0.05149504542350769, 0.0089531559497118, 0.025694362819194794, 0.04011864587664604, -0.009852458722889423, 0.04320196807384491, -0.016231749206781387, -0.0977448970079422, 0.02519819512963295, -0.006817866116762161, -0.07293654978275299, -0.06354481726884842, -0.001758734812028706, 0.03132940083742142, 0.021033937111496925, -0.1022104024887085, 0.024560265243053436, 0.03639739379286766, 0.0038297888822853565, -0.0291143711656332, 0.028689084574580193, 0.08952270448207855, 0.01780885085463524, 0.0959019884467125, -0.0075045255944132805, 0.03521013632416725, 0.0020976345986127853, 0.005205323453992605, 0.061808232218027115, 0.016940558329224586, -0.041996993124485016, -0.024365343153476715, -0.0015604895306751132, 0.008155744522809982, 0.037177082151174545, -0.05174312740564346, 0.017746830359101295, 0.04717130586504936, -0.021778186783194542, -0.02596016600728035, -0.008474709466099739, -0.04015408456325531, -0.0489787720143795, -0.026509493589401245, -0.02020108513534069, -0.01142956130206585, -0.08675834536552429, 0.047667473554611206, 0.0015017911791801453, 0.016586152836680412, -0.009050617925822735, 0.08200931549072266, -0.06386377662420273, -0.024896951392292976, -0.012164951302111149, 0.0857660099864006, -0.06751415133476257, -0.016027966514229774, -0.01100427471101284, -0.06443082541227341, -0.002467544749379158, 0.11078700423240662, 0.014619206078350544, -0.02067953161895275, -0.05472012981772423, 0.010313184931874275, -0.08633305877447128, -0.029380174353718758, 0.03444816544651985, -0.01281174086034298, -0.0007259764824993908, -0.013945836573839188, 0.028990328311920166, -0.05748448893427849, -0.03209137171506882, -0.009050617925822735, 0.010304325260221958, 0.02491467073559761, 0.025322236120700836, -0.02977002039551735, 0.06404098123311996, -0.0029393464792519808, 0.043414611369371414, -0.049368616193532944, 0.025038713589310646, 0.06435994803905487, 0.04238683730363846, 0.02900804951786995, -0.006414730567485094, 0.02195538952946663, 0.020892174914479256, -0.004811047576367855, 0.011518162675201893, 0.06216263771057129, 0.010260025039315224, 0.0283524002879858, 0.0072210016660392284, 0.019793519750237465, -0.02181362733244896, -0.004647135268896818, 0.011208058334887028, -0.0015937149291858077, 0.029894061386585236, -0.05099887773394585, -0.04919141158461571, 0.02620824985206127, 0.0030988287180662155, 0.0008583245798945427, -0.036468274891376495, 0.03838206082582474, 0.043520934879779816, -0.001101978006772697, -0.01179282646626234, -0.04883700981736183, -0.03235717490315437, 0.04596632719039917, -0.0038807347882539034, -0.015363456681370735, -0.05688200145959854, 0.007163411006331444, -0.008767093531787395, -0.0065564922988414764, -0.009059477597475052, -0.023142646998167038, -0.020041601732373238, 0.026332290843129158, 0.07322007417678833, -0.008758233860135078, 0.007402634248137474, -0.005790091585367918, 0.03467852994799614, -0.06241071969270706, -0.05071535333991051, 0.04011864587664604, -0.017348123714327812, -0.05376323685050011, 0.012563657015562057, -0.006742555182427168, -0.01543433777987957, 0.019828960299491882, -0.002264869399368763, 0.0548618920147419, 0.06092222034931183, -0.009006316773593426, -0.003581705503165722, -0.01781771145761013, 0.06251703947782516, -0.06974690407514572, -0.02406409941613674, 0.002910550916567445, 0.05950459837913513, 0.026119647547602654, -0.05096343904733658, -0.010747331194579601, -0.024117259308695793, 0.027891673147678375, -0.03115219809114933, 0.043520934879779816, -0.014087598770856857, 0.012448475696146488, 0.008625331334769726, 0.0067071146331727505, -0.002401093952357769, 0.005395816173404455, -0.02482607029378414, 0.0298231802880764, 0.03044338896870613, 0.01881890557706356, -0.021973108872771263, 0.0058521125465631485, 0.01255479734390974, 0.023231247439980507, 0.0027975845150649548, -0.023798296228051186, 0.001062661176547408, -0.04610808938741684, 0.012590237893164158, 0.015425477176904678, -0.009825878776609898, -0.012492775917053223, -0.01853538118302822, 0.009630955755710602, 0.028086595237255096, -0.013467390090227127, 0.03163064643740654, 0.01176624558866024, -0.021282019093632698, -0.06216263771057129, 0.04554104059934616, -0.03420008346438408, -0.017472166568040848, 0.03163064643740654, 0.028759965673089027, 0.0016125427791848779, 0.029362453147768974, -0.039941441267728806, 0.07212141901254654, -0.08335605263710022, -0.013848375529050827, -0.07492121309041977, -0.011367539875209332, 0.002821949776262045, 0.016417810693383217, -0.037850454449653625, -0.01781771145761013, -0.011252358555793762, -0.03948071599006653, 0.044513266533613205, 0.10504563897848129, -0.023762855678796768, -0.009498054161667824, 0.02434762381017208, -0.04231595620512962, 0.02191994898021221, -0.02477290853857994, 0.051707688719034195, -0.007092529907822609, -0.029468774795532227, -0.04940405488014221, 0.08505719900131226, -0.003871874650940299, 0.015363456681370735, -0.04072113335132599, -0.014185059815645218, -0.024223580956459045, 0.015372316353023052, -0.05826418101787567, -0.0077791898511350155, 0.0141762001439929, 0.03235717490315437, 0.027997994795441628, 0.025357676669955254, -0.04274124279618263, 0.01141184102743864, -0.012776300311088562, -0.01842905953526497, 0.004498728550970554, 0.0024121690075844526, -0.04639161378145218, 0.035706304013729095, 0.00068167585413903, -0.024365343153476715, -0.05769713222980499, 0.060177966952323914, -0.010322045534849167, 0.015390036627650261, 0.02420586161315441, 0.04841172322630882, 0.046320732682943344, 0.007469085045158863, 0.04915597289800644, 0.012581377290189266, -0.05840594321489334, -0.0012293423060327768, 0.04862436652183533, 0.016940558329224586, -0.007305172737687826, 0.040331289172172546, -0.04710042476654053, 0.00758426683023572, 0.009258830919861794, -0.043698135763406754, -0.04720674455165863, -0.12028505653142929, 0.08406486362218857, 0.00988789927214384, -0.0007652933127246797, 0.059469159692525864, -0.03396971896290779, 0.012280132621526718, -0.015319155529141426, 0.022451557219028473, -0.05401132255792618, 0.05064447224140167, 0.04224507510662079, -0.0001931230362970382, -0.08378133922815323, 0.023018604144454002, -0.03891366720199585, -0.05145960673689842, 0.016453251242637634, -0.004775607492774725, 0.031701527535915375, -0.034607648849487305, -0.006091335788369179, -0.010773912072181702, -0.02824607864022255, -0.02838784083724022, 0.03430640324950218, 0.04958125948905945, 0.02587156370282173, 0.061241183429956436, 0.030213026329874992, -0.04029584676027298, -0.04263491928577423, 0.05092799663543701, -0.029734579846262932, -0.014831849373877048, -0.03196733072400093, 0.010490387678146362, 0.04968757927417755, 0.053089868277311325, 0.01791517250239849, 0.008448129519820213, -0.007376053836196661, -0.025977885350584984, 0.02005932293832302, 0.02953965589404106, -0.02900804951786995, 0.04383989796042442, 0.05819329991936684, 0.030018102377653122, 0.010135983116924763, 0.009692976251244545, -0.028122035786509514, -0.020697250962257385, -0.048943329602479935, 0.0012769654858857393, 0.009338571690022945, 0.044087979942560196, 0.010889093391597271, -0.06549404561519623, -0.049368616193532944, -0.008970876224339008, -0.03228629380464554, -0.009967640042304993, 0.027236023917794228, -0.0703139528632164, 0.03173696622252464, 0.025463998317718506, -0.015363456681370735, -0.021849067881703377, -0.01604568585753441, 0.009817018173635006, 0.04848260432481766, 0.035989828407764435, 0.010277744382619858, 0.026952499523758888, -0.046604257076978683, 0.09583111107349396, 0.04710042476654053, -0.04678145796060562, 0.006986208260059357, 0.019368233159184456, -0.005462266970425844, -0.01724180206656456, 0.05663391947746277, 0.04720674455165863, -0.014822988770902157, -0.00024891411885619164, -0.02034284733235836, 0.006060325540602207, 0.0474548302590847, -0.05762625113129616, -0.0012747504515573382, 0.054188523441553116, -0.022079430520534515, 0.023160366341471672, -0.002469759900122881, -0.022309795022010803, -0.007823490537703037, -0.014796408824622631, -0.00470472639426589, 0.05262914299964905, 0.07392888516187668, -0.015009051188826561, -0.09724873304367065, -0.00607361551374197, -0.013688893057405949, 0.0014984685694798827, -0.047135863453149796, -0.06404098123311996, -0.017082320526242256, 0.03533417731523514, 0.015700140967965126, -0.028228357434272766, 0.028068875893950462, -0.04539927840232849, 0.034607648849487305, -0.08385222405195236, -0.03777957335114479, 0.05131784453988075, -0.022557877004146576, -0.0008926575537770987, -0.02553487941622734, 0.01991756074130535, 0.05564158409833908, -0.01190800778567791, -0.04444238543510437, -0.032179974019527435, 0.06673446297645569, 0.021459221839904785, 0.0028928308747708797, -0.04359181597828865, -0.004066797439008951, 0.04029584676027298, -0.03278246149420738, 0.02943333424627781, -0.026793017983436584, -0.026598094031214714, -0.030638311058282852, -0.035653144121170044, 0.020502328872680664, -0.0003073355765081942, 0.06198543310165405, 0.03724796324968338, 0.03639739379286766, 0.05464924871921539, 0.017702529206871986, 0.0018429060000926256, 0.021140258759260178, 0.03171924874186516, -0.012705419212579727, -0.013476249761879444, -0.05401132255792618, 0.015079932287335396, -0.03101043775677681, 0.008386108092963696, 0.04178434982895851, -0.027076542377471924, 0.033278629183769226, -0.04334373027086258, 0.03101043775677681, -0.01266997866332531, -0.002879540668800473, -0.006871026940643787, -0.01867714338004589, -0.021211137995123863, -0.05234561860561371, 0.02881312556564808, -0.013520550914108753, -0.0337393544614315, 0.022557877004146576, -0.006361569743603468, -0.0488724485039711, 0.06485611200332642, -0.014982471242547035, 0.025782963261008263, -0.007336183451116085, 0.0441943034529686, 0.0595400407910347, 0.007158980704843998, 0.04997110366821289, 0.026828458532691002, -0.015283714979887009, 0.02138834074139595, -0.0026602523867040873, 0.014061017893254757, -0.04873068630695343, 0.03186100721359253, -0.022132592275738716, 0.012271272949874401, 0.03430640324950218, -0.05617319047451019, -0.0023878037463873625, 0.009710696525871754, 0.009041757322847843, -0.05610230937600136, -0.004035786725580692, 0.01038406603038311, 0.027218302711844444, -0.0053205047734081745, 0.035174693912267685, -0.04979390278458595, -0.017082320526242256, -0.014238220639526844, 0.04011864587664604, -0.031418003141880035, -0.01202318910509348, 0.04444238543510437, 0.0072785927914083, -0.011704225093126297, -0.005931853782385588, 0.008864554576575756, 0.01505335234105587, -0.0565984770655632, 0.02833467908203602, 0.018180975690484047, -0.017640508711338043, 0.004062367137521505, 0.029061209410429, -0.012094070203602314, 0.0014032223261892796, 0.023833736777305603, -0.014061017893254757, 0.0017952828202396631, 0.0027399936225265265, -0.0019447974627837539, -0.05238105729222298, -0.0518140085041523, -0.013245887123048306, -0.01733926497399807, -0.039409834891557693, 0.007553256582468748, 0.007863360457122326, -0.024117259308695793, 0.05500365421175957, 0.0350506529211998, -0.038701023906469345, -0.02881312556564808, 0.053231630474328995, -0.016364650800824165, 0.03292422369122505, 0.009099348448216915, -0.024560265243053436, -0.028618203476071358, 0.015886204317212105, -0.0213351808488369, -0.04979390278458595, -0.0030235175509005785, -0.0549682155251503, 0.0022947723045945168, -0.04947493597865105, -0.03901999071240425, -0.06251703947782516, -0.00014127745816949755, 0.04858892410993576, 0.0032405906822532415, -0.007424784824252129, 0.009568935260176659, -0.022274354472756386, -0.04405254125595093, -0.013936975970864296, -0.021689586341381073, 0.0024564696941524744, -0.020236525684595108, 0.01440656278282404, 0.01977579854428768, -0.006848876364529133, -0.025836125016212463, -0.026172809302806854, 0.04841172322630882, -0.08739627152681351, 0.03735428676009178, -0.004062367137521505, -0.03301282599568367, 0.03538733720779419, -0.006082475651055574, 0.0037832732778042555, 0.012935781851410866, 0.022646479308605194, -0.03513925522565842, 0.012616817839443684, -0.0012570301769301295, -0.03228629380464554, -0.029380174353718758, -0.00582110183313489, 0.0610639788210392, -0.015965944156050682, -0.028370119631290436, -0.017073459923267365, -0.05209753289818764, -0.030461110174655914, 0.0011662138858810067, 0.019350511953234673, 0.016089987009763718, 0.00272670341655612, 0.04157170653343201, 0.031985051929950714, 0.024808349087834358, 0.050750795751810074, -0.020608650520443916, 0.0039250352419912815, -0.013458529487252235, -0.05064447224140167, 0.07555914670228958, -0.012226972728967667, -0.002914980985224247, 0.01440656278282404, -0.02691705897450447, 0.05879578739404678, 0.0008228840888477862, 0.054755572229623795, 0.0426703616976738, 0.03354443237185478, -0.056421276181936264, 0.002143042627722025, 0.057236406952142715, -0.027927113696932793, 0.06460803002119064, -0.00607361551374197, -0.008988596498966217, 0.03561770170927048, -0.04834084212779999, -0.019261911511421204, -0.040366727858781815, -0.02452482469379902, 0.004593974910676479, -0.05854770541191101, 0.011890287511050701, -0.014743248000741005, 0.0549682155251503, 0.041146419942379, 0.007243152242153883, 0.01819869689643383, 0.007801339961588383, -0.0012049769284203649, 0.0327647402882576, -0.021175699308514595, 0.03173696622252464, -0.023833736777305603, 0.014300241135060787, -0.027377786114811897, -0.023798296228051186, 0.026704415678977966, 0.00489521911367774, -0.02658037468791008, 0.01933279260993004, -0.03248121589422226, 0.00006039420986780897, -0.0672660693526268, 0.016967138275504112, -0.024790629744529724, -0.06379289925098419, 0.03148888424038887, 0.008802534081041813 ]
15,949
sqlalchemy.sql.type_api
_cached_result_processor
Return a dialect-specific result processor for this type.
def _cached_result_processor( self, dialect: Dialect, coltype: Any ) -> Optional[_ResultProcessorType[_T]]: """Return a dialect-specific result processor for this type.""" try: return dialect._type_memos[self]["result"][coltype] except KeyError: pass # avoid KeyError context coming into result_processor() function # raises d = self._dialect_info(dialect) # key assumption: DBAPI type codes are # constants. Else this dictionary would # grow unbounded. rp = d["impl"].result_processor(dialect, coltype) d["result"][coltype] = rp return rp
(self, dialect: 'Dialect', coltype: 'Any') -> 'Optional[_ResultProcessorType[_T]]'
[ 0.055989742279052734, -0.07015886902809143, 0.0031559744384139776, 0.053061939775943756, 0.05089319497346878, 0.016500528901815414, 0.07333969324827194, -0.06253211945295334, -0.016590893268585205, -0.029820231720805168, 0.055881306529045105, 0.018154194578528404, 0.005851090885698795, 0.012813663110136986, 0.044350817799568176, 0.02562732622027397, -0.025012848898768425, 0.021705513820052147, 0.03211548551917076, -0.025410450994968414, 0.019916299730539322, -0.011096741072833538, 0.05837536230683327, -0.002480501076206565, 0.02166936732828617, 0.038459062576293945, 0.022699521854519844, -0.05382100120186806, 0.004357820376753807, -0.02419956959784031, 0.03737469017505646, -0.008440028876066208, -0.023259781301021576, 0.0016254285583272576, 0.007694523315876722, 0.028211746364831924, 0.012551606632769108, 0.06936366856098175, 0.0385313518345356, 0.0031717882957309484, -0.0542186014354229, -0.012777517549693584, -0.019084949046373367, -0.027253884822130203, -0.07164084911346436, -0.03348902240395546, -0.017250552773475647, -0.05508609861135483, 0.02313327044248581, -0.03695901483297348, 0.003691383171826601, -0.04312186315655708, -0.009253308176994324, 0.03726625442504883, 0.015108916908502579, -0.07008658349514008, -0.04742320626974106, 0.036525264382362366, -0.05320652201771736, 0.08183394372463226, -0.00152489822357893, 0.014060690999031067, -0.047061748802661896, 0.05805005133152008, 0.05078475922346115, -0.010925048030912876, 0.007513794582337141, 0.01597641408443451, -0.009298490360379219, 0.030850384384393692, -0.01557881198823452, -0.016238471493124962, -0.02159707620739937, 0.019193384796380997, 0.020874161273241043, -0.017358988523483276, -0.013247411698102951, -0.028952734544873238, 0.1014249324798584, 0.02418149635195732, 0.03471797704696655, 0.05082090198993683, -0.03504329174757004, -0.04937507584691048, 0.013184157200157642, -0.025591179728507996, 0.021325983107089996, 0.010952157899737358, -0.041386865079402924, -0.04655570536851883, -0.023729674518108368, -0.033037200570106506, 0.014205274172127247, 0.030796166509389877, 0.009470182470977306, 0.019283749163150787, 0.003038500901311636, 0.002250072080641985, 0.0033118529245257378, -0.0331275649368763, 0.005611625500023365, 0.058122340589761734, 0.025012848898768425, -0.04402550682425499, 0.06459242850542068, 0.009858748875558376, 0.007432466838508844, -0.011494344100356102, -0.06361649185419083, 0.027814142405986786, -0.024271860718727112, 0.014440220780670643, -0.030940748751163483, -0.02371160313487053, 0.024434516206383705, -0.06607440114021301, -0.09889473021030426, 0.018226487562060356, -0.027037009596824646, 0.07959290593862534, -0.03423001244664192, -0.00281936745159328, 0.019771717488765717, 0.02166936732828617, -0.005191431380808353, 0.01191001944243908, 0.0429411344230175, -0.017078859731554985, 0.003063351148739457, 0.052302878350019455, 0.0242899339646101, 0.023350145667791367, 0.00909968838095665, -0.022862177342176437, -0.035567402839660645, 0.061303168535232544, -0.02689242735505104, 0.024795973673462868, 0.0013272261712700129, 0.038748227059841156, -0.00977742113173008, 0.011485307477414608, 0.02497670240700245, -0.04478456452488899, 0.04709789156913757, 0.005024257116019726, 0.02949492074549198, 0.06531534343957901, -0.04800153523683548, -0.009596692398190498, 0.016699329018592834, -0.010662991553544998, 0.07008658349514008, -0.0068315439857542515, -0.016410164535045624, 0.025699617341160774, 0.0030317234341055155, 0.0456882081925869, -0.04023020341992378, -0.09940077364444733, 0.007626750040799379, -0.048905178904533386, -0.03272996470332146, -0.06936366856098175, 0.02998288720846176, 0.006519787013530731, -0.0014311452396214008, -0.049122054129838943, 0.02382003888487816, 0.010581663809716702, -0.012452205643057823, -0.03244079649448395, 0.022482646629214287, 0.014259492047131062, -0.013138975016772747, 0.11364219337701797, 0.0017135337693616748, 0.011214214377105236, 0.017268624156713486, -0.00251664686948061, 0.08667746931314468, -0.022880250588059425, -0.0592428594827652, 0.012660043314099312, -0.02920575439929962, 0.03495292738080025, 0.03986874595284462, -0.05064017325639725, 0.04724247753620148, 0.060254938900470734, -0.01228955015540123, 0.02060306817293167, 0.0020591772627085447, -0.07785791158676147, -0.0041906461119651794, -0.016120998188853264, -0.026368314400315285, 0.03569391369819641, -0.05642349272966385, 0.05580901354551315, -0.005467042326927185, 0.010653955861926079, -0.013129938393831253, 0.08378581702709198, -0.049591947346925735, -0.020675361156463623, -0.015633029863238335, 0.04586893692612648, -0.04604966565966606, -0.006067965179681778, -0.015506519936025143, -0.07742416113615036, 0.004384929314255714, 0.05277277156710625, -0.0030113914981484413, -0.019319895654916763, -0.006357131060212851, 0.017187297344207764, -0.027253884822130203, -0.019518697634339333, 0.04106155410408974, -0.03383240848779678, 0.003942144103348255, -0.0028848815709352493, 0.07619521021842957, -0.05913442373275757, -0.07879770547151566, -0.04908590763807297, -0.009741275571286678, -0.01451251283288002, 0.005720062647014856, -0.03097689524292946, 0.03077809326350689, -0.010120806284248829, 0.043013423681259155, -0.04518216848373413, 0.02700086496770382, 0.10214784741401672, 0.033615533262491226, 0.02891658805310726, 0.021362129598855972, 0.06354419887065887, 0.015063734725117683, -0.006063446868211031, -0.043483320623636246, -0.015732431784272194, 0.047856952995061874, 0.023169416934251785, -0.022609157487750053, 0.017575863748788834, 0.002271533478051424, -0.01194616500288248, 0.021705513820052147, -0.025518888607621193, 0.049483511596918106, -0.03831448033452034, -0.06224295496940613, -0.004730572924017906, 0.021163327619433403, -0.03224199637770653, -0.002803553594276309, 0.04033863916993141, 0.05718255415558815, -0.001974460668861866, -0.0435556098818779, -0.04973653331398964, 0.0024420961271971464, 0.03379626199603081, -0.015407119877636433, 0.023928476497530937, -0.040591660887002945, 0.04239894822239876, -0.007211074233055115, -0.010373826138675213, -0.012461242265999317, 0.014620949514210224, -0.06423097103834152, 0.016211362555623055, -0.018325887620449066, -0.018542762845754623, 0.003241820726543665, -0.008349664509296417, 0.010888902470469475, -0.02660326100885868, -0.07070105522871017, 0.035856571048498154, -0.024163423106074333, -0.011937129311263561, 0.029061170294880867, 0.03939885273575783, -0.017539717257022858, 0.0022252218332141638, -0.04073624312877655, 0.007455057930201292, 0.024994775652885437, -0.006858653388917446, -0.022880250588059425, -0.005561925005167723, 0.04160374030470848, -0.02573576383292675, -0.04315800592303276, 0.028898514807224274, 0.04192905128002167, 0.06415867805480957, -0.015226391144096851, 0.06892991811037064, 0.03670599311590195, -0.047459349036216736, -0.05064017325639725, 0.030037105083465576, -0.011123850010335445, 0.031139550730586052, -0.03636261075735092, -0.0000885288100107573, -0.020639214664697647, -0.023747747763991356, -0.016572820022702217, 0.0648815929889679, 0.003230525180697441, 0.03282032907009125, -0.05407401919364929, 0.02273566648364067, 0.01617521606385708, 0.004362338222563267, 0.02573576383292675, 0.01597641408443451, -0.05418245866894722, -0.011385906487703323, -0.005756208207458258, 0.02922382764518261, -0.0408085361123085, -0.015361937694251537, -0.02156093157827854, 0.061194729059934616, 0.035748131573200226, -0.03039856255054474, 0.03202512115240097, -0.026296021416783333, 0.01442214846611023, 0.028681641444563866, 0.03737469017505646, -0.0564957857131958, -0.005738135427236557, -0.02206697128713131, 0.02159707620739937, -0.021344056352972984, 0.02922382764518261, -0.02369352988898754, 0.0600019209086895, -0.07391802966594696, -0.01534386444836855, -0.060833271592855453, -0.0002801294613163918, 0.04677258059382439, 0.03824218735098839, -0.0385313518345356, -0.0325130894780159, -0.018560834228992462, -0.002643156796693802, 0.04268811270594597, 0.0915210023522377, -0.010229242965579033, -0.013626942411065102, 0.042615823447704315, -0.05949588119983673, 0.05053173750638962, -0.07200230658054352, 0.01350043248385191, 0.018443360924720764, -0.03997718170285225, -0.03954343497753143, 0.05909827724099159, -0.022807959467172623, -0.01656378246843815, 0.0034745088778436184, -0.0178921390324831, -0.01818130537867546, 0.02891658805310726, -0.04247123748064041, 0.0014345338568091393, 0.0005851091118529439, 0.02691050060093403, 0.00048090770724229515, 0.014530585147440434, -0.011747363954782486, -0.0034767678007483482, 0.008159900084137917, 0.0032982982229441404, -0.011955201625823975, -0.03300105780363083, -0.06979741156101227, 0.03820604085922241, -0.005087512079626322, -0.012488351203501225, -0.007396320812404156, 0.044748421758413315, -0.0282478928565979, 0.013401031494140625, -0.03195282816886902, -0.017666228115558624, -0.011196141131222248, -0.0032779662869870663, 0.026476750150322914, 0.03195282816886902, -0.05349568650126457, -0.056568074971437454, 0.01743128150701523, 0.014404075220227242, -0.009741275571286678, -0.026259876787662506, -0.033055275678634644, -0.04576050117611885, 0.018063830211758614, -0.002238776534795761, -0.0633634701371193, -0.025139357894659042, 0.04525446146726608, -0.009515364654362202, 0.037121668457984924, 0.08364123106002808, 0.0065514142625033855, 0.028211746364831924, -0.020440412685275078, 0.014304674230515957, -0.04883288964629173, 0.02360316552221775, 0.03961572423577309, 0.026296021416783333, -0.09087038040161133, 0.014087799936532974, 0.005390232894569635, -0.023982694372534752, 0.020097028464078903, -0.01683487556874752, 0.03453724831342697, -0.033037200570106506, -0.007699041627347469, -0.005223058629781008, 0.003492581658065319, -0.019681353121995926, 0.021072963252663612, 0.07467708736658096, -0.019807862117886543, 0.017178259789943695, 0.06423097103834152, -0.05139923468232155, -0.021524785086512566, 0.05266433581709862, -0.03954343497753143, -0.023440510034561157, -0.016807766631245613, 0.018434325233101845, 0.04738705977797508, 0.02651289664208889, 0.07699041813611984, 0.03404928371310234, -0.05591745302081108, -0.01243413332849741, 0.03009132482111454, 0.03994103893637657, -0.006474604830145836, -0.006994199939072132, -0.007811997085809708, -0.009994295425713062, -0.014087799936532974, 0.06184535101056099, -0.06354419887065887, -0.03802531212568283, -0.028717786073684692, 0.011693145148456097, -0.02204889804124832, 0.040410932153463364, -0.010274425148963928, -0.04420623555779457, -0.0478208065032959, 0.00160283746663481, -0.03345287963747978, 0.006280321627855301, 0.04037478566169739, -0.025573108345270157, 0.039724163711071014, 0.035946931689977646, 0.021325983107089996, -0.038856666535139084, 0.00503329373896122, -0.0005241131875663996, 0.040013328194618225, 0.007378248032182455, -0.01069010142236948, 0.017955394461750984, -0.03153715282678604, 0.05902598425745964, 0.053748708218336105, 0.006180920638144016, 0.0189584381878376, 0.028482839465141296, 0.030832311138510704, -0.0003865899343509227, 0.032946836203336716, 0.02826596423983574, 0.04709789156913757, -0.017675263807177544, -0.049194347113370895, -0.000003582804765756009, 0.03480834141373634, -0.05331495776772499, -0.004362338222563267, 0.022880250588059425, -0.019916299730539322, 0.009452110156416893, -0.036037296056747437, 0.01184676494449377, -0.013391994871199131, -0.040194056928157806, -0.03066965565085411, 0.00396699458360672, 0.05797775834798813, -0.0578693225979805, -0.06889376789331436, 0.0029752457048743963, 0.013138975016772747, 0.024362225085496902, -0.0116118174046278, 0.02159707620739937, 0.0012334731873124838, 0.10381054878234863, 0.040483225136995316, -0.0020603069569915533, 0.03493485227227211, -0.04095311835408211, -0.02197660692036152, -0.03612766042351723, -0.04200134426355362, 0.07290595024824142, 0.03428423032164574, -0.02495862916111946, -0.03695901483297348, 0.032476942986249924, 0.025193577632308006, -0.052194442600011826, -0.01975364424288273, 0.0023562500718981028, 0.022103117778897285, -0.010129841975867748, 0.02864549495279789, -0.03621802479028702, 0.03657948225736618, 0.019609062001109123, -0.033236004412174225, -0.023277852684259415, -0.059279005974531174, -0.006985163316130638, 0.021434420719742775, -0.02719966508448124, 0.018045758828520775, 0.0293141920119524, 0.040989264845848083, 0.017268624156713486, 0.0671587735414505, 0.0024036914110183716, 0.03780844062566757, -0.0049158199690282345, -0.014593840576708317, 0.02127176523208618, -0.02911539003252983, -0.01875963620841503, -0.04594122990965843, 0.05678495019674301, -0.012515461072325706, -0.042326655238866806, 0.022681448608636856, -0.034681834280490875, -0.00428101047873497, -0.03394084423780441, 0.03542282059788704, -0.021886242553591728, 0.005747172050178051, -0.013202229514718056, -0.014358893036842346, -0.058122340589761734, -0.06311045587062836, -0.026205657050013542, 0.030832311138510704, -0.044350817799568176, -0.0406639501452446, -0.08183394372463226, -0.0872558057308197, 0.017738519236445427, 0.03424808382987976, 0.005358605179935694, 0.012551606632769108, 0.02293446846306324, 0.016319800168275833, 0.019988590851426125, 0.06607440114021301, 0.01495529804378748, -0.03961572423577309, 0.015533629804849625, -0.010554554872214794, -0.002575383521616459, -0.044856857508420944, -0.0017813070444390178, 0.024253787472844124, -0.05523068457841873, 0.04438696429133415, -0.06972512602806091, -0.04879674315452576, 0.06206222623586655, 0.03104918636381626, -0.012714262120425701, 0.005232095252722502, 0.011096741072833538, 0.05125465244054794, 0.054146312177181244, 0.020964525640010834, -0.06846002489328384, -0.025988783687353134, -0.022952541708946228, -0.0012662302469834685, -0.023783894255757332, -0.04182061553001404, 0.0586283840239048, 0.06452013552188873, -0.00909065268933773, -0.019410260021686554, 0.018940364941954613, 0.014259492047131062, -0.06397794932126999, 0.08168935775756836, -0.013319703750312328, -0.02775992453098297, -0.010708173736929893, 0.08870163559913635, -0.044459253549575806, -0.00549415173009038, -0.020639214664697647, -0.013184157200157642, 0.04236280173063278, -0.021723587065935135, -0.055013809353113174, 0.01466613169759512, 0.009641874581575394, 0.015931231901049614, -0.016283653676509857, -0.028808150440454483, -0.04182061553001404, 0.018217450007796288, 0.005019738804548979, 0.06748408824205399, 0.04015791043639183, -0.03291069343686104, -0.048616014420986176, 0.037302397191524506, -0.02991059608757496, 0.005317941308021545, 0.00013681725249625742, -0.032639600336551666, -0.0068315439857542515, -0.03370589762926102, 0.002860031323507428, -0.031229915097355843, 0.02389233000576496, -0.03180824592709541, -0.013093792833387852, -0.006804434582591057, -0.02891658805310726, -0.04326644539833069, -0.01875963620841503, 0.0036010188050568104, -0.006198993418365717, 0.023657383397221565, 0.039434995502233505, -0.004025731235742569, -0.03849520906805992, -0.042724259197711945, -0.004301342647522688, -0.023277852684259415, -0.005394750740379095, -0.03383240848779678, 0.006352612748742104, -0.0033118529245257378, 0.015090844593942165, -0.022085044533014297, 0.12535341084003448, -0.06889376789331436, 0.0005591293447650969, -0.011087704449892044, -0.05313422903418541, -0.003842743346467614, -0.047459349036216736, 0.011114813387393951, 0.009903931058943272, 0.020874161273241043, -0.04424237832427025, -0.06379722058773041, -0.00481641897931695, -0.03674213960766792, -0.019880155101418495, -0.0048435283824801445, 0.0650261789560318, 0.01722344197332859, -0.014006472192704678, -0.00036428123712539673, -0.006777325179427862, -0.01616618037223816, 0.0379168763756752, 0.010039477609097958, 0.006668888032436371, -0.023458581417798996, 0.023548945784568787, 0.04026634991168976, -0.009470182470977306, 0.04586893692612648, 0.020060883834958076, -0.00282840384170413, 0.014557695016264915, 0.005896273069083691, 0.09050892293453217, 0.0027177075389772654, -0.022609157487750053, -0.010916012339293957, -0.039724163711071014, 0.020693432539701462, 0.0363987535238266, 0.022789886221289635, 0.01740417070686817, 0.05139923468232155, -0.04257967695593834, 0.03124798834323883, 0.06759252399206161, -0.01760297268629074, -0.0011205178452655673, 0.013003428466618061, 0.010888902470469475, 0.02775992453098297, -0.061700768768787384, 0.012181112542748451, -0.026783989742398262, -0.023856185376644135, 0.000023367652829620056, -0.09687057137489319, 0.013319703750312328, -0.014548658393323421, 0.01946447789669037, 0.018651198595762253, 0.004351042676717043, 0.050857048481702805, 0.01466613169759512, -0.010446117259562016, 0.02333207242190838, 0.021452493965625763, -0.0070348638109862804, 0.007897842675447464, 0.042435094714164734, -0.016482455655932426, -0.01857890747487545, 0.029043098911643028, -0.004301342647522688, 0.03860364481806755, 0.013861889019608498, -0.01045515388250351, -0.04131457582116127, -0.09050892293453217, -0.007129746023565531, 0.009849713183939457, -0.0621345192193985, 0.057905469089746475, -0.008914441801607609 ]
15,950
sqlalchemy.sql.type_api
_compare_type_affinity
null
def _compare_type_affinity(self, other: TypeEngine[Any]) -> bool: return self._type_affinity is other._type_affinity
(self, other: sqlalchemy.sql.type_api.TypeEngine) -> bool
[ 0.04851893335580826, -0.013227682560682297, 0.007154102437198162, 0.04018845409154892, 0.02441631630063057, -0.03159656003117561, 0.004531221929937601, -0.00036788947181776166, -0.035378389060497284, 0.00003271111927460879, 0.025409698486328125, -0.03586636483669281, 0.036668043583631516, 0.010526377707719803, 0.01585056260228157, -0.030167482793331146, -0.04485910013318062, 0.04653216525912285, 0.03959590941667557, -0.06016068533062935, -0.051969632506370544, 0.01679166406393051, 0.02173243835568428, -0.012748419307172298, 0.051586221903562546, 0.03147456422448158, 0.005062769167125225, -0.01368951890617609, -0.007075677625834942, 0.05674484372138977, -0.07354521751403809, -0.035378389060497284, 0.0074068051762878895, -0.026333371177315712, 0.03473355993628502, -0.007088748272508383, -0.016443107277154922, 0.06678324192762375, 0.011371624656021595, -0.0129488380625844, -0.0056988829746842384, -0.029644649475812912, -0.03719087690114975, -0.012129733338952065, -0.02406775951385498, -0.004258912988007069, -0.051621075719594955, -0.03875937685370445, 0.009959974326193333, -0.021662726998329163, -0.030794883146882057, -0.1316842883825302, 0.02819814346730709, 0.1090281754732132, -0.07940094918012619, 0.029418088495731354, -0.006692266557365656, 0.028598982840776443, -0.1008719727396965, 0.03123057633638382, -0.03346133232116699, 0.0036598332226276398, -0.028686121106147766, -0.032851360738277435, 0.0033570255618542433, -0.05019199848175049, -0.0821893960237503, 0.008151843212544918, -0.01343681663274765, 0.058940742164850235, -0.04210551083087921, -0.037365153431892395, -0.004302482586354017, 0.009262863546609879, 0.015240591019392014, -0.02235983870923519, 0.014970460906624794, 0.08114372938871384, 0.02757074311375618, -0.035151828080415726, 0.01974567212164402, -0.0025618833024054766, -0.00466193025931716, -0.06284456700086594, -0.041966088116168976, 0.025880249217152596, -0.02703048288822174, 0.053921543061733246, 0.024398887529969215, -0.07542742043733597, 0.011284485459327698, 0.0013234218349680305, 0.010831363499164581, 0.016016127541661263, 0.027239615097641945, 0.040014177560806274, -0.01452605240046978, -0.05670998618006706, 0.0007815269054844975, -0.029609793797135353, 0.04719442129135132, 0.037678852677345276, 0.03649376705288887, -0.01690494455397129, 0.027082765474915504, 0.019606249406933784, 0.0015173058491200209, -0.017157645896077156, -0.09731670469045639, 0.014639332890510559, -0.05050569772720337, -0.038689665496349335, -0.019815383478999138, 0.007925281301140785, 0.002977971453219652, -0.031683698296546936, -0.008574466221034527, 0.008844597265124321, 0.022011281922459602, 0.02990606613457203, 0.00977698341012001, 0.08734802156686783, 0.039351921528577805, -0.019187983125448227, -0.013558810576796532, -0.006086651235818863, 0.06284456700086594, 0.006888329051434994, -0.07898268848657608, 0.012408576905727386, -0.0037556858733296394, 0.03346133232116699, -0.03562237694859505, 0.09724699705839157, -0.0019606249406933784, 0.02842470444738865, -0.020739054307341576, 0.02425946667790413, 0.015205735340714455, 0.01203387975692749, -0.011789890937507153, 0.07410290837287903, 0.0763336643576622, -0.05151651054620743, -0.03173598274588585, 0.056326575577259064, -0.07807644456624985, 0.0016077124746516347, -0.009715985506772995, 0.005742452573031187, 0.006239144131541252, -0.01955396682024002, 0.02425946667790413, -0.011868316680192947, -0.0533638522028923, -0.029156671836972237, -0.005123766604810953, -0.01446505542844534, -0.018490871414542198, 0.00014091991761233658, -0.016303686425089836, 0.01388122420758009, 0.020582204684615135, -0.0533638522028923, -0.014953033067286015, -0.0385502427816391, -0.024329176172614098, -0.03299078345298767, 0.020843621343374252, 0.024747444316744804, -0.04489395394921303, -0.03002806007862091, 0.0034964478109031916, -0.029801499098539352, 0.01911827176809311, 0.013123116455972195, -0.019327403977513313, -0.030463755130767822, 0.02056477777659893, 0.03480327129364014, 0.055594608187675476, -0.0365983322262764, -0.08769657462835312, -0.011554616503417492, -0.006862187292426825, 0.03523896634578705, -0.0028429061640053988, -0.03454185277223587, 0.05475807562470436, 0.012608996592462063, -0.0029017250053584576, 0.006409064866602421, -0.057302530854940414, -0.02952265366911888, 0.04778696596622467, -0.032067108899354935, 0.006186861079186201, -0.04395285248756409, -0.03159656003117561, 0.07549712806940079, -0.06361138820648193, -0.025374842807650566, 0.003990960773080587, 0.04939031973481178, 0.021871861070394516, -0.04451054334640503, 0.03457671031355858, -0.013001121580600739, 0.04294204339385033, -0.028459560126066208, -0.03374017775058746, -0.07180244475603104, -0.026734210550785065, 0.06068351864814758, 0.03100401535630226, -0.00631756940856576, -0.06545872986316681, -0.007881712168455124, -0.020930759608745575, -0.0036598332226276398, 0.019693387672305107, 0.031056299805641174, 0.00031233843765221536, 0.011624326929450035, -0.003936499357223511, 0.0002799336798489094, -0.05880131945014, 0.058627042919397354, 0.0013517419574782252, -0.001802685670554638, 0.04276776686310768, -0.020930759608745575, 0.031910259276628494, 0.009158296510577202, 0.02737903781235218, 0.010822650045156479, 0.02239469438791275, 0.06755006313323975, -0.03924735262989998, 0.004801352508366108, 0.018351448699831963, 0.012269155122339725, -0.01728835515677929, -0.07093105465173721, -0.008596250787377357, -0.10916759818792343, -0.0014062037225812674, 0.02258639968931675, -0.02703048288822174, 0.007058249786496162, 0.006295784376561642, -0.07758846133947372, 0.00940228532999754, -0.04939031973481178, -0.010796507820487022, -0.04315117746591568, -0.05744195356965065, -0.04395285248756409, 0.03757428750395775, 0.02425946667790413, -0.03684232011437416, 0.07912211120128632, 0.039038222283124924, 0.03002806007862091, -0.019205410033464432, -0.019449399784207344, -0.0030825380235910416, 0.1109800860285759, -0.040990132838487625, -0.05054055526852608, 0.02924381010234356, -0.02188928797841072, -0.019170554354786873, 0.050958819687366486, -0.009437141008675098, -0.014325632713735104, -0.005176049657166004, -0.002352749928832054, 0.007650793995708227, 0.013375818729400635, -0.008421973325312138, 0.01269613578915596, -0.014578335918486118, -0.06782890856266022, -0.06009097397327423, -0.019815383478999138, -0.015702426433563232, -0.058034498244524, -0.0034942692145705223, -0.05123766511678696, -0.008796670474112034, 0.0048797777853906155, 0.0385502427816391, -0.017706621438264847, -0.017035651952028275, 0.04029301926493645, 0.04879777505993843, -0.049669165164232254, 0.04475453123450279, 0.029784070327878, -0.009254150092601776, 0.007663865108042955, 0.010012257844209671, -0.028755832463502884, 0.046985287219285965, 0.021174749359488487, -0.004330802708864212, 0.04580019786953926, 0.017035651952028275, 0.08211968839168549, -0.011824746616184711, 0.00548103591427207, -0.06517988443374634, 0.024276893585920334, -0.006287070456892252, 0.07619424164295197, 0.0231789443641901, 0.019205410033464432, -0.005367755424231291, 0.048658352345228195, -0.0159725584089756, 0.0677592009305954, -0.03586636483669281, 0.011197347193956375, -0.013192826882004738, -0.04538193345069885, 0.010360813699662685, -0.03680746629834175, 0.017985466867685318, 0.022481832653284073, -0.003542195772752166, -0.019536538049578667, 0.06043953076004982, 0.03224138915538788, 0.01261771097779274, -0.005058412440121174, 0.04855378717184067, 0.0032067110296338797, 0.029505226761102676, 0.004254556261003017, -0.018909137696027756, 0.027971582487225533, 0.001488985726609826, -0.03645890951156616, 0.04221007600426674, 0.018002893775701523, -0.03560495004057884, 0.031404852867126465, 0.05378212034702301, 0.003193640150129795, -0.09912919998168945, -0.028529271483421326, 0.035186681896448135, 0.0020281574688851833, 0.05074968561530113, -0.00996868871152401, -0.03292107209563255, -0.02870354987680912, -0.026350799947977066, 0.05604773014783859, 0.051934774965047836, -0.020965615287423134, 0.021279316395521164, -0.02169758267700672, -0.060544099658727646, 0.02826785482466221, -0.006182503886520863, -0.0029431157745420933, 0.007236884441226721, -0.042698055505752563, -0.05552489683032036, 0.0012068735668435693, -0.02983635477721691, -0.030829736962914467, -0.027013054117560387, -0.043325453996658325, -0.057267677038908005, 0.009620132856070995, -0.020843621343374252, -0.0031108581461012363, 0.059951554983854294, 0.0541306771337986, -0.007385020609945059, 0.04580019786953926, -0.008644177578389645, 0.01687008887529373, -0.0006655232282355428, -0.03921249881386757, 0.013105688616633415, 0.04510308802127838, 0.0028276569209992886, 0.005711954087018967, -0.018159743398427963, -0.015545576810836792, -0.019344832748174667, 0.046288177371025085, -0.06755006313323975, 0.014918177388608456, -0.027117621153593063, -0.029191527515649796, 0.018246883526444435, 0.023266082629561424, -0.019344832748174667, 0.03848053142428398, 0.012295296415686607, 0.06277485191822052, 0.0338796004652977, 0.01206873543560505, -0.011066638864576817, 0.0502268522977829, -0.041303832083940506, -0.000447676022304222, 0.009515566751360893, -0.01471775770187378, -0.06050924211740494, -0.003385345684364438, 0.06176404282450676, -0.05078454315662384, 0.08532639592885971, 0.03009777143597603, 0.05088910833001137, 0.04092042148113251, -0.01782861538231373, -0.02703048288822174, 0.006112792994827032, -0.05942872166633606, 0.012443432584404945, 0.03949134424328804, -0.012582855299115181, -0.014072930440306664, -0.02659478783607483, 0.031160864979028702, 0.03656347468495369, 0.028790688142180443, 0.021593015640974045, 0.0004403236962389201, 0.0019889450632035732, -0.0412689745426178, -0.010369527153670788, -0.03384474292397499, 0.016774235293269157, -0.004853636026382446, -0.03879423066973686, -0.01088364701718092, -0.028180716559290886, -0.0035901220981031656, -0.005629172082990408, 0.03196254372596741, -0.0216104444116354, 0.00907115824520588, -0.024869438260793686, 0.010474094189703465, -0.0553157664835453, -0.010779079981148243, 0.0035944790579378605, 0.008509112522006035, -0.015118597075343132, -0.026699354872107506, 0.010186535306274891, -0.00011559517588466406, -0.05242275446653366, -0.015902847051620483, -0.03438500314950943, 0.006199931725859642, -0.009524280205368996, 0.07291781902313232, -0.00932386051863432, -0.009742127731442451, 0.06545872986316681, 0.07549712806940079, 0.03719087690114975, -0.03624977543950081, 0.04904176667332649, -0.035343531519174576, -0.043604299426078796, 0.06375081092119217, 0.015824422240257263, 0.05402610823512077, -0.011641754768788815, 0.019728243350982666, 0.031126009300351143, 0.02741389349102974, 0.01771533489227295, -0.03827139735221863, 0.04754297435283661, -0.03806226700544357, -0.012225585989654064, 0.007646437268704176, -0.007049535866826773, -0.02012908272445202, -0.039351921528577805, -0.017148932442069054, -0.009097299538552761, 0.08065575361251831, 0.05549004301428795, -0.00006317569204838946, 0.031056299805641174, 0.005293687339872122, 0.0006421046564355493, 0.04144325479865074, 0.03726058825850487, 0.029766643419861794, -0.0681426078081131, -0.00653105927631259, 0.055559754371643066, -0.007058249786496162, 0.009262863546609879, -0.02208099327981472, -0.009768269024789333, 0.050296563655138016, 0.005088910926133394, -0.041303832083940506, 0.06214745342731476, 0.009341288357973099, 0.055559754371643066, 0.02819814346730709, 0.020390499383211136, -0.08442015200853348, -0.022725820541381836, -0.02917409874498844, -0.018560582771897316, -0.021436166018247604, 0.014229780063033104, -0.03624977543950081, -0.022690966725349426, 0.033199913799762726, -0.003202354069799185, 0.014255921356379986, 0.04925089702010155, -0.06413421779870987, -0.01444762758910656, -0.015310302376747131, -0.025183137506246567, -0.0013822405599057674, 0.004836208187043667, 0.0025902034249156713, -0.03445471450686455, 0.044998519122600555, 0.01974567212164402, -0.02457316592335701, -0.0272570438683033, -0.05482778698205948, 0.03726058825850487, 0.006879615131765604, 0.013035977259278297, 0.029104387387633324, 0.0067140511237084866, -0.023579781875014305, -0.018508300185203552, 0.021871861070394516, -0.025409698486328125, 0.008029848337173462, 0.04573048651218414, -0.02990606613457203, -0.01263513881713152, 0.03225881606340408, 0.016364682465791702, 0.007846856489777565, 0.047020141035318375, 0.047298986464738846, 0.03914278745651245, 0.02293495461344719, 0.11809061467647552, 0.0005811074515804648, -0.03618006408214569, -0.043046608567237854, -0.029121816158294678, 0.007851213216781616, 0.011816033162176609, 0.017079221084713936, 0.001852790592238307, -0.0323285274207592, 0.02305694855749607, -0.06570272147655487, 0.035151828080415726, 0.01939711533486843, -0.020303361117839813, 0.028476987034082413, -0.034646421670913696, -0.08051633089780807, -0.0669923722743988, 0.037016600370407104, 0.054932352155447006, -0.029784070327878, 0.01115377712994814, -0.040049031376838684, -0.0018212026916444302, -0.0006088829832151532, -0.014900749549269676, -0.025793110951781273, -0.06469190865755081, 0.01679166406393051, 0.06176404282450676, -0.023039521649479866, -0.011964169330894947, 0.00977698341012001, 0.06312341243028641, 0.011188632808625698, 0.016809090971946716, 0.0023353220894932747, 0.06723636388778687, -0.01930997706949711, 0.0033243484795093536, -0.10073255002498627, 0.031056299805641174, -0.035535238683223724, -0.028912682086229324, -0.0017177253030240536, 0.04883263260126114, -0.02091333270072937, 0.08929993212223053, 0.051586221903562546, 0.0065659149549901485, -0.036668043583631516, 0.07640337198972702, -0.02488686516880989, -0.03159656003117561, -0.013044691644608974, 0.006104079075157642, -0.0020390499848872423, 0.010543805547058582, 0.022028710693120956, 0.052980441600084305, -0.03454185277223587, -0.0007771699456498027, 0.03107372671365738, -0.02340550534427166, -0.04778696596622467, 0.061241209506988525, -0.015031457878649235, 0.033426474779844284, -0.038306254893541336, 0.04649730771780014, -0.0521787665784359, -0.02091333270072937, -0.07619424164295197, -0.022952383384108543, 0.00421534338966012, 0.019832810387015343, 0.04858864098787308, -0.03473355993628502, -0.01624268852174282, -0.007829428650438786, 0.04646245390176773, -0.037748564034700394, -0.013245110400021076, 0.030638031661510468, -0.03147456422448158, 0.017270926386117935, 0.025217993184924126, -0.04116440936923027, 0.013227682560682297, 0.0323285274207592, -0.027274470776319504, -0.018682576715946198, 0.048030953854322433, -0.050261709839105606, -0.0043068393133580685, 0.0017057437216863036, -0.06176404282450676, 0.013733088038861752, 0.029418088495731354, 0.01904856041073799, 0.022098422050476074, 0.05705854296684265, 0.00017373314767610282, 0.03441986069083214, -0.006287070456892252, -0.006382923573255539, 0.008665962144732475, -0.02274324931204319, -0.005437466315925121, 0.0241374708712101, -0.08790570497512817, -0.010439238511025906, -0.022882672026753426, -0.035308677703142166, 0.0063437107019126415, -0.0365983322262764, -0.024468598887324333, 0.013393246568739414, 0.014412771910429, -0.04761268571019173, 0.011380338110029697, 0.016190404072403908, 0.012234299443662167, -0.011345483362674713, 0.04248892143368721, 0.006204288452863693, -0.05085425451397896, 0.030010633170604706, -0.04621846601366997, 0.05008743330836296, 0.007729219272732735, -0.012286582961678505, -0.0022187738213688135, -0.012208158150315285, 0.02410261519253254, -0.03618006408214569, 0.031056299805641174, -0.025130854919552803, -0.028720976784825325, -0.03429786488413811, 0.0029997562523931265, 0.022133277729153633, 0.08351390808820724, -0.055629465728998184, 0.04144325479865074, 0.0541306771337986, -0.03438500314950943, -0.01115377712994814, -0.0036925103049725294, 0.056988831609487534, 0.0009732324397191405, 0.01189445797353983, -0.011467477306723595, -0.008016777224838734, 0.035308677703142166, 0.015118597075343132, 0.026298515498638153, -0.06744549423456192, 0.04172210022807121, 0.05120280757546425, -0.015197021886706352, -0.004012745805084705, 0.02577568218111992, 0.026298515498638153, -0.035186681896448135, 0.007742289919406176, 0.019031133502721786, 0.028529271483421326, 0.04395285248756409, -0.0019453755812719464, 0.042698055505752563, -0.030202338472008705, 0.03652862086892128, -0.03161398693919182, -0.010360813699662685, -0.029923493042588234, 0.044963665306568146, -0.02823299914598465, -0.015824422240257263, -0.010578660294413567, -0.0015194843290373683, -0.013140544295310974, 0.027361610904335976, -0.0235623549669981, 0.04182666540145874, -0.01733192428946495, 0.018020320683717728, 0.032572515308856964, 0.00727174011990428, -0.004206629935652018, -0.03795769810676575, 0.057964786887168884, 0.037992555648088455, 0.009907691739499569, -0.03886394202709198, 0.00010769821528811008, -0.03201482817530632, 0.007402448449283838, -0.029540082439780235, -0.05782536417245865, 0.018090032041072845, -0.002681699115782976, -0.019257694482803345, -0.03225881606340408, 0.03170112520456314 ]
15,951
sqlalchemy.sql.visitors
_compiler_dispatch
Look for an attribute named "visit_<visit_name>" on the visitor, and call it with the same kw params.
@classmethod def _generate_compiler_dispatch(cls) -> None: visit_name = cls.__visit_name__ if "_compiler_dispatch" in cls.__dict__: # class has a fixed _compiler_dispatch() method. # copy it to "original" so that we can get it back if # sqlalchemy.ext.compiles overrides it. cls._original_compiler_dispatch = cls._compiler_dispatch return if not isinstance(visit_name, str): raise exc.InvalidRequestError( f"__visit_name__ on class {cls.__name__} must be a string " "at the class level" ) name = "visit_%s" % visit_name getter = operator.attrgetter(name) def _compiler_dispatch( self: Visitable, visitor: Any, **kw: Any ) -> str: """Look for an attribute named "visit_<visit_name>" on the visitor, and call it with the same kw params. """ try: meth = getter(visitor) except AttributeError as err: return visitor.visit_unsupported_compilation(self, err, **kw) # type: ignore # noqa: E501 else: return meth(self, **kw) # type: ignore # noqa: E501 cls._compiler_dispatch = ( # type: ignore cls._original_compiler_dispatch ) = _compiler_dispatch
(self: sqlalchemy.sql.visitors.Visitable, visitor: Any, **kw: Any) -> str
[ 0.018398655578494072, -0.07063958048820496, -0.007431579288095236, 0.03125660866498947, -0.043340619653463364, -0.02320059947669506, 0.011609094217419624, -0.010034830309450626, -0.022690502926707268, -0.03662141412496567, 0.042812932282686234, 0.017527973279356956, 0.056497592478990555, 0.015118206851184368, -0.02017519809305668, -0.05491453409194946, 0.010149162262678146, 0.01871526800096035, -0.003119944129139185, -0.04633083939552307, -0.015030259266495705, 0.027070296928286552, 0.015074232593178749, -0.02205727994441986, 0.00784053560346365, 0.10194895416498184, 0.008746396750211716, 0.016384653747081757, 0.027369318529963493, -0.04847676306962967, -0.024009717628359795, -0.028213616460561752, -0.016868365928530693, -0.04042075574398041, 0.0465770922601223, -0.004157726652920246, 0.007875715382397175, 0.05568847432732582, -0.023306136950850487, -0.055125609040260315, 0.003924665506929159, -0.011055023409426212, -0.042883291840553284, -0.044466350227594376, -0.0222859438508749, -0.03523184359073639, -0.015610713511705399, 0.025909388437867165, -0.009067405946552753, -0.07007671147584915, 0.006424578372389078, -0.022549785673618317, 0.0342116504907608, 0.010588901117444038, 0.04509957134723663, 0.0007981252274475992, 0.016938723623752594, 0.025012321770191193, 0.05438684672117233, 0.04038557782769203, -0.006336630787700415, 0.03461620956659317, 0.006815945263952017, 0.03788786381483078, 0.023851411417126656, -0.014458599500358105, -0.049496956169605255, -0.039083950221538544, -0.02443186566233635, 0.003882890334352851, -0.03006051853299141, -0.011230919510126114, 0.038556262850761414, 0.039998605847358704, 0.0039444537833333015, -0.06187998875975609, -0.05737707018852234, -0.04541618376970291, 0.06944349408149719, -0.023640336468815804, 0.04636601731181145, -0.06655880808830261, -0.022549785673618317, -0.06177445128560066, 0.04745656996965408, -0.05934709683060646, -0.02539929188787937, -0.03866180032491684, -0.10377826541662216, -0.010193136520683765, -0.04868783801794052, 0.039365384727716446, -0.02267291210591793, 0.060754258185625076, -0.05076340213418007, 0.010096394456923008, 0.02290157601237297, 0.006187119521200657, 0.001989816315472126, 0.035566043108701706, 0.08604801446199417, 0.059839602559804916, -0.04960249364376068, -0.019383668899536133, 0.004648034926503897, 0.032382335513830185, -0.0013752819504588842, -0.011556325480341911, -0.027035117149353027, -0.018662499263882637, 0.027738699689507484, -0.038098935037851334, 0.021969331428408623, -0.03269894793629646, 0.01301625743508339, -0.05473863705992699, -0.04147612676024437, -0.03950610011816025, -0.004546895157545805, 0.015100616961717606, 0.013992476277053356, -0.02024555765092373, -0.022936755791306496, 0.051924314349889755, -0.009990856982767582, -0.028178438544273376, 0.028442280367016792, 0.010993460193276405, 0.028442280367016792, -0.025153037160634995, -0.00219539413228631, -0.0033442105632275343, -0.0055319094099104404, 0.03424682840704918, 0.03880251944065094, 0.02320059947669506, -0.05706045776605606, 0.019981713965535164, -0.026437073945999146, -0.0037685581482946873, 0.01244459766894579, -0.030465077608823776, -0.00018840043048840016, -0.009348838590085506, 0.007180928252637386, -0.008623270317912102, -0.02413284406065941, 0.04808979481458664, -0.01832829788327217, 0.0010938493069261312, 0.0018249144777655602, -0.01502146478742361, 0.012040037661790848, 0.01780061051249504, -0.009612682275474072, 0.05090411752462387, -0.035179074853658676, 0.019366079941391945, -0.03255823254585266, -0.05202984809875488, 0.006846727337688208, -0.03210090473294258, -0.07183566689491272, -0.06782525032758713, 0.03992825001478195, -0.010113983415067196, -0.0077569857239723206, -0.037254638969898224, -0.043270260095596313, 0.05167805776000023, -0.04752692952752113, 0.0024273560848087072, 0.018046865239739418, 0.05382398143410683, 0.03989306837320328, 0.08576658368110657, 0.011846552602946758, 0.052838969975709915, 0.038380369544029236, 0.02441427670419216, 0.0339302159845829, -0.020685294643044472, -0.039681993424892426, 0.020808421075344086, 0.032910022884607315, 0.028477460145950317, 0.021494414657354355, -0.030412308871746063, 0.04323508217930794, 0.037923041731119156, -0.000848695170134306, -0.004832725040614605, 0.023341314867138863, -0.026683326810598373, 0.009366428479552269, -0.03651587665081024, -0.04312954470515251, 0.05684938281774521, 0.008478156290948391, 0.025223394855856895, 0.0028363128658384085, 0.06634773313999176, 0.014704852364957333, 0.04193345457315445, -0.007110570091754198, 0.04974320903420448, 0.10778868198394775, 0.021265750750899315, -0.03139732405543327, -0.05146698281168938, 0.008961869403719902, -0.012998667545616627, -0.015302897430956364, 0.04608458653092384, -0.03630480542778969, -0.012506160885095596, 0.0841483473777771, 0.015637097880244255, -0.0008899206295609474, 0.02587420865893364, 0.08077115565538406, 0.06441288441419601, -0.027070296928286552, -0.04316472262144089, 0.03774714469909668, -0.08541478961706161, -0.016798008233308792, -0.030095698311924934, -0.03852108493447304, -0.09139523655176163, -0.009348838590085506, -0.05055232718586922, 0.029128272086381912, 0.039998605847358704, 0.03387744724750519, -0.015003874897956848, 0.06898616254329681, 0.05621615797281265, 0.014449804089963436, -0.00604640319943428, 0.011987268924713135, 0.04506439343094826, 0.002607648726552725, -0.027193423360586166, -0.023253368213772774, -0.04239078238606453, -0.0034783307928591967, 0.0487230159342289, -0.0133944321423769, 0.03619926795363426, -0.019840996712446213, -0.06279464811086655, -0.039083950221538544, -0.05565329268574715, -0.037923041731119156, 0.020755654200911522, -0.03554845228791237, 0.034581027925014496, -0.00393565883859992, 0.02214522659778595, -0.0374305360019207, 0.03495040908455849, -0.005294450558722019, -0.00692587997764349, 0.004065381828695536, -0.04239078238606453, -0.0033156275749206543, 0.005281258374452591, -0.04970803111791611, 0.003586066886782646, 0.00037240347592160106, -0.0016380256274715066, -0.02740449830889702, 0.07619787007570267, -0.04330543801188469, -0.06392037868499756, -0.06469431519508362, -0.006226696074008942, -0.020949138328433037, -0.02397453784942627, 0.05526632443070412, -0.040667008608579636, 0.010263495147228241, 0.018855983391404152, -0.05136144906282425, -0.010131573304533958, -0.015091822482645512, 0.018521782010793686, -0.013306484557688236, -0.02877648174762726, 0.03813411667943001, 0.018293118104338646, 0.05435166880488396, 0.01305143628269434, 0.06142266094684601, -0.030799278989434242, -0.03750089183449745, 0.025926977396011353, 0.010641669854521751, -0.038380369544029236, -0.01705305650830269, 0.027510035783052444, -0.002838511485606432, 0.010492159053683281, -0.0042390781454741955, 0.011274892836809158, -0.022022100165486336, -0.01555794570595026, -0.007163338828831911, 0.04724549502134323, -0.022549785673618317, 0.04787871986627579, -0.04084290564060211, -0.00784053560346365, 0.03619926795363426, -0.004274257458746433, -0.043024007230997086, -0.015487587079405785, 0.03196018934249878, 0.05389434099197388, -0.011336456052958965, 0.07697181403636932, 0.005013017915189266, 0.004346814472228289, -0.00829346664249897, 0.0014852165477350354, 0.008983856067061424, -0.042109351605176926, -0.025891797617077827, -0.026525020599365234, -0.015258923172950745, -0.013992476277053356, 0.035653989762067795, 0.02861817553639412, 0.0681418627500534, 0.008851934224367142, 0.01404524501413107, -0.016191167756915092, -0.029251400381326675, -0.03173152357339859, 0.032382335513830185, 0.018011685460805893, -0.0003091910621151328, 0.030711330473423004, -0.019911356270313263, -0.015883352607488632, -0.044853318482637405, 0.04481814056634903, 0.017545562237501144, -0.018433835357427597, 0.005738586187362671, -0.11264339089393616, -0.0019634319469332695, 0.012963488698005676, 0.03707874193787575, -0.04791389778256416, 0.03173152357339859, -0.02807290107011795, -0.009938088245689869, 0.03662141412496567, 0.0885809063911438, 0.042953647673130035, 0.013781402260065079, -0.0027571599930524826, 0.07289104163646698, -0.011960884556174278, -0.030465077608823776, -0.011661862954497337, -0.0032298786100000143, -0.05639205500483513, -0.03349047899246216, 0.011134176515042782, 0.02070288546383381, -0.04154648631811142, -0.03308591991662979, 0.008816755376756191, 0.05881940945982933, -0.0021371287293732166, -0.05473863705992699, 0.04963767156004906, 0.02944488450884819, 0.03505594655871391, 0.019155004993081093, -0.01274361927062273, 0.041440948843955994, -0.012945898808538914, 0.028477460145950317, 0.024062486365437508, 0.032997969537973404, 0.03356083482503891, -0.005602267570793629, -0.02548723854124546, -0.09033986181020737, -0.016956312581896782, -0.004762366879731417, -0.04010414332151413, -0.010870333760976791, 0.02443186566233635, -0.02404489740729332, 0.0006579586188308895, 0.0023152227513492107, 0.009313659742474556, 0.0488637313246727, 0.012523749843239784, -0.012655671685934067, -0.02015760913491249, 0.052381642162799835, 0.009445581585168839, -0.029251400381326675, 0.030148465186357498, -0.03006051853299141, 0.04182791709899902, -0.07028778642416, -0.03651587665081024, -0.002860498381778598, -0.022690502926707268, 0.10778868198394775, -0.014564136043190956, 0.015241333283483982, 0.03334975987672806, 0.017783021554350853, 0.053753625601530075, 0.010333852842450142, 0.03605854883790016, -0.014141988009214401, 0.02953283302485943, -0.009269685484468937, 0.019383668899536133, -0.023833822458982468, 0.0313621424138546, -0.006024416536092758, 0.034123700112104416, -0.05769367888569832, 0.02131851762533188, 0.0268592219799757, -0.08478156477212906, 0.006028813775628805, 0.008051610551774502, 0.014564136043190956, 0.0678604319691658, -0.07676073908805847, 0.04337579756975174, 0.0030869636684656143, -0.003825724357739091, -0.011063818819820881, -0.05301486328244209, -0.04770282283425331, 0.04784353822469711, -0.006494936533272266, -0.05769367888569832, 0.03753606975078583, 0.05463309958577156, 0.016727648675441742, -0.007510732393711805, 0.02374587394297123, -0.021406466141343117, 0.015144591219723225, -0.036093730479478836, 0.01605045236647129, 0.030553026124835014, -0.027879415079951286, 0.02367551624774933, 0.03201295807957649, -0.024836426600813866, -0.06525718420743942, 0.0005755076417699456, -0.009999651461839676, 0.034721747040748596, -0.005668228026479483, 0.00014195305993780494, 0.05667348578572273, -0.03342011943459511, -0.02717583440244198, -0.012339060194790363, -0.05020053684711456, 0.018046865239739418, -0.05382398143410683, -0.012383033521473408, -0.02024555765092373, -0.0255751870572567, 0.02175825648009777, 0.034809693694114685, 0.010588901117444038, 0.016472600400447845, 0.01362309604883194, 0.004779956769198179, 0.05554775521159172, -0.013148178346455097, -0.016841981559991837, -0.011204535141587257, -0.03591783344745636, 0.06940831243991852, 0.030465077608823776, -0.003012208268046379, 0.005391193088144064, 0.03384226933121681, -0.007352426182478666, 0.020439041778445244, 0.016305500641465187, -0.02024555765092373, -0.0038323202170431614, -0.047738004475831985, -0.0023701901081949472, 0.011248508468270302, 0.03456344082951546, -0.011213329620659351, 0.038380369544029236, 0.03167875483632088, -0.011547531001269817, 0.0058133420534431934, 0.018979109823703766, -0.03933020308613777, -0.03466897830367088, 0.022796040400862694, 0.021054675802588463, -0.031837061047554016, -0.03294520080089569, -0.040209680795669556, -0.07338354736566544, 0.04038557782769203, 0.026349125429987907, -0.039681993424892426, -0.012391828931868076, -0.05118555203080177, 0.022866398096084595, 0.02562795579433441, 0.038837697356939316, 0.04502921551465988, 0.047597285360097885, -0.007453566417098045, -0.027263781055808067, -0.00920812226831913, -0.012224728241562843, 0.028969967737793922, 0.014845568686723709, 0.042812932282686234, 0.02320059947669506, 0.01962992362678051, -0.022796040400862694, 0.022321121767163277, 0.032910022884607315, 0.04738621041178703, -0.0335080660879612, 0.021195391193032265, -0.03218885138630867, -0.056567952036857605, -0.010421800427138805, 0.0019458425231277943, -0.04654191434383392, -0.06483503431081772, -0.041124336421489716, 0.04921552538871765, -0.05639205500483513, -0.019981713965535164, 0.03028918243944645, -0.03711392357945442, 0.07676073908805847, 0.05544222146272659, -0.006846727337688208, 0.05853797867894173, -0.031133480370044708, 0.00882994756102562, 0.023693105205893517, -0.03269894793629646, -0.0675790011882782, 0.052381642162799835, 0.044395990669727325, 0.023095062002539635, -0.016024067997932434, -0.04580315202474594, 0.011784989386796951, 0.01756315305829048, 0.01788855902850628, 0.020597347989678383, 0.0012961289612576365, 0.06268911063671112, -0.032997969537973404, 0.07851969450712204, 0.03227680176496506, -0.07324282824993134, 0.039541278034448624, 0.01008759904652834, -0.041652023792266846, -0.018732856959104538, -0.04868783801794052, -0.07018224895000458, -0.010764796286821365, 0.005905686877667904, 0.024150434881448746, -0.017475204542279243, -0.051431804895401, -0.013728633522987366, -0.040280040353536606, 0.003304634243249893, -0.005070183891803026, 0.021898973733186722, -0.06381484121084213, 0.0670161321759224, -0.04422009363770485, -0.01190811675041914, -0.05153734236955643, 0.012031243182718754, 0.057341888546943665, -0.012409417890012264, 0.04270739480853081, -0.06430734694004059, -0.006257477682083845, 0.023833822458982468, -0.013605507090687752, 0.022954344749450684, -0.0032254813704639673, 0.032065726816654205, 0.040596649050712585, 0.05776403844356537, -0.02304229326546192, -0.020210377871990204, -0.025469649583101273, 0.039154309779405594, 0.02747485600411892, -0.024924373254179955, -0.04967285320162773, 0.021793436259031296, 0.004309436306357384, -0.01190811675041914, -0.006842329632490873, 0.04527546837925911, 0.048054613173007965, -0.013482379727065563, 0.035267021507024765, -0.003377191023901105, -0.024906784296035767, -0.03894323483109474, 0.014704852364957333, -0.07137834280729294, 0.018838394433259964, -0.043094366788864136, 0.02562795579433441, 0.031925007700920105, -0.030711330473423004, 0.0034431517124176025, 0.02327095717191696, -0.012180753983557224, -0.04696406424045563, -0.003291442058980465, -0.03280448541045189, 0.005690215155482292, 0.006815945263952017, -0.05347219109535217, 0.0672975704073906, 0.02395694889128208, -0.0074799503199756145, 0.02511785924434662, 0.005738586187362671, 0.009982062503695488, 0.03155563026666641, -0.011098997667431831, -0.07137834280729294, -0.04225006699562073, 0.06402591615915298, -0.021019496023654938, 0.02040386199951172, -0.0033310186117887497, 0.04495885595679283, -0.06708649545907974, -0.038239654153585434, 0.02905791439116001, 0.0019370476948097348, -0.03795821964740753, 0.016798008233308792, -0.014098013751208782, 0.010245905257761478, 0.007220504805445671, -0.006899495609104633, -0.07113208621740341, -0.05888976901769638, -0.03574194014072418, 0.018169991672039032, -0.02541688084602356, -0.0010240408591926098, -0.03020123392343521, -0.01994653418660164, -0.006890701130032539, -0.036480698734521866, -0.015214948914945126, -0.03475692495703697, -0.0517132394015789, 0.000616733159404248, -0.023781053721904755, 0.09230989217758179, -0.06240767613053322, -0.008728807792067528, 0.009375222958624363, 0.011670657433569431, 0.04787871986627579, -0.013746223412454128, 0.01247977651655674, 0.00022069372062105685, -0.09188774228096008, 0.00009633020090404898, 0.028864430263638496, 0.026419484987854958, -0.010553722269833088, -0.006969853769987822, 0.009683039970695972, -0.0197178702801466, 0.04481814056634903, 0.02434391900897026, -0.016024067997932434, 0.04274257272481918, -0.009375222958624363, 0.0350031778216362, -0.024484634399414062, 0.02633153647184372, 0.011591504327952862, 0.05111519247293472, -0.04808979481458664, -0.037711966782808304, 0.05062268674373627, -0.00433362228795886, 0.029392115771770477, 0.014696057885885239, 0.03074651025235653, 0.008654052391648293, 0.005334027111530304, -0.015469997189939022, 0.05737707018852234, 0.0290755033493042, -0.04094844311475754, 0.0930134728550911, 0.030148465186357498, 0.037852682173252106, 0.005800149869173765, -0.036339983344078064, -0.04087808355689049, 0.008280274458229542, -0.052311282604932785, -0.038696981966495514, -0.07352426648139954, -0.036797311156988144, 0.03711392357945442, -0.08063043653964996, 0.002106347121298313, -0.02784423716366291, 0.01590973511338234, 0.00012209612759761512, 0.020509399473667145, 0.03781750425696373, 0.03570675849914551, 0.06409627199172974, 0.004960249178111553, -0.004368801135569811, 0.059839602559804916, 0.017712663859128952, -0.05364808812737465, 0.04559208080172539, -0.037254638969898224, 0.010703233070671558, 0.004168719984591007, -0.025540007278323174, -0.04499403387308121, 0.0011839957442134619, 0.0011741016060113907, -0.04703442007303238, -0.05255753546953201, 0.07542393356561661, -0.0019425444770604372, 0.05069304630160332, 0.04305918514728546 ]
15,952
sqlalchemy.sql.type_api
_default_dialect
null
@util.preload_module("sqlalchemy.engine.default") def _default_dialect(self) -> Dialect: default = util.preloaded.engine_default # dmypy / mypy seems to sporadically keep thinking this line is # returning Any, which seems to be caused by the @deprecated_params # decorator on the DefaultDialect constructor return default.StrCompileDialect() # type: ignore
(self) -> 'Dialect'
[ 0.018620209768414497, -0.0741175189614296, 0.03905702382326126, 0.024651341140270233, 0.004334875848144293, -0.025014663115143776, 0.02214442566037178, 0.03435201570391655, 0.010954133234918118, -0.03371620550751686, 0.003426572773605585, 0.0006483012111857533, -0.05635111406445503, 0.05591512843966484, 0.019782837480306625, -0.007030264474451542, -0.023397883400321007, 0.07001198828220367, 0.011199374683201313, -0.035623639822006226, -0.002445605583488941, 0.021199790760874748, -0.03395236283540726, -0.022380582988262177, -0.013579128310084343, 0.07161059975624084, -0.04294456169009209, 0.0131976418197155, 0.02594113163650036, -0.059875328093767166, -0.02158127725124359, -0.057295747101306915, 0.029429014772176743, 0.06114695221185684, 0.016712773591279984, -0.019910000264644623, -0.007961275056004524, 0.06554313749074936, 0.004972958471626043, -0.07320921868085861, -0.003796706208959222, 0.006317246705293655, 0.033080391585826874, -0.03111845813691616, -0.06950333714485168, -0.00725279888138175, 0.006190084386616945, 0.00014745730732101947, 0.018320469185709953, 0.05391686037182808, 0.053662534803152084, 0.021199790760874748, 0.05526115000247955, 0.043598540127277374, -0.027757737785577774, -0.025650475174188614, -0.04319888725876808, 0.036677271127700806, -0.033988695591688156, 0.07190126180648804, 0.024506011977791786, 0.031372781842947006, 0.04388919845223427, -0.018302304670214653, 0.020327819511294365, -0.013233973644673824, -0.017112426459789276, -0.02585030160844326, 0.010281989350914955, 0.03573263809084892, -0.041999928653240204, -0.018820036202669144, 0.004457496572285891, 0.0633632093667984, 0.020364152267575264, -0.03664093837141991, -0.03749474510550499, -0.0037944354116916656, 0.06761407107114792, 0.008914993144571781, -0.05184593051671982, -0.04069197177886963, -0.03551464527845383, 0.03257174417376518, 0.05188226327300072, -0.0578770637512207, -0.0421452559530735, 0.057295747101306915, -0.034025028347969055, -0.08683376014232635, -0.02526898682117462, 0.027903065085411072, 0.009364603087306023, 0.09787872433662415, 0.00847900751978159, -0.018729206174612045, 0.026140958070755005, 0.04279923439025879, 0.05595146119594574, 0.0006324059213511646, -0.019419515505433083, 0.04795839264988899, -0.04399819299578667, -0.04367120563983917, -0.03531481698155403, -0.03217208757996559, 0.0033402838744223118, -0.02899302914738655, -0.04577846825122833, -0.027812235057353973, -0.11139427125453949, -0.04846704378724098, 0.04138227924704552, -0.029283685609698296, -0.015441149473190308, -0.06467116624116898, -0.017085177823901176, -0.006671485025435686, 0.03760373964905739, 0.026159124448895454, -0.06441684067249298, 0.0237975362688303, -0.04897569492459297, 0.0019653404597193003, 0.073826864361763, 0.03478800132870674, 0.02848437987267971, -0.011907851323485374, 0.03587796539068222, 0.05914868414402008, 0.09598945081233978, 0.039347682148218155, -0.020836468786001205, -0.03540564700961113, -0.001871104002930224, 0.0038580165710300207, -0.016104210168123245, 0.0421815887093544, 0.0029497137293219566, 0.024033695459365845, -0.03546014428138733, -0.03475166857242584, 0.02116345800459385, 0.013470131903886795, -0.010436400771141052, 0.06419885158538818, -0.03731308504939079, -0.0035491937305778265, -0.060928959399461746, -0.013551879674196243, 0.06499815732240677, -0.017248671501874924, -0.03749474510550499, -0.0075797876343131065, -0.04174560308456421, 0.007679701317101717, -0.025214489549398422, -0.03380703553557396, -0.003996532876044512, -0.05235458165407181, 0.008774206042289734, -0.057295747101306915, -0.024687673896551132, -0.014932500198483467, 0.005554272327572107, 0.010381902568042278, -0.03444284573197365, -0.07270056754350662, 0.02688576653599739, 0.01297056581825018, -0.02646794728934765, 0.030736971646547318, 0.046759434044361115, 0.04705009236931801, 0.021254288032650948, 0.07462617009878159, 0.019346851855516434, 0.019292354583740234, 0.013088645413517952, 0.0011841999366879463, 0.08349120616912842, -0.033007729798555374, -0.04000166058540344, 0.02010982669889927, 0.03342554718255997, 0.04715908691287041, -0.010454566217958927, -0.008497173897922039, 0.04705009236931801, 0.023379717022180557, 0.003194955410435796, 0.00072664231993258, 0.030755136162042618, 0.008624335750937462, 0.00899219885468483, -0.04501549154520035, 0.022834734991192818, 0.01696709915995598, -0.06754140555858612, 0.005699601024389267, 0.011980515904724598, 0.030537143349647522, 0.00011467324657132849, -0.006394452415406704, -0.01162627711892128, 0.0013124977704137564, -0.021399617195129395, -0.002354775322601199, -0.05478883162140846, -0.063508540391922, -0.002545519033446908, -0.032480914145708084, -0.05595146119594574, 0.01963750831782818, -0.020218823105096817, -0.039384014904499054, 0.028248220682144165, 0.0032040385995060205, -0.005190951284021139, 0.03927501663565636, 0.07117461413145065, -0.010436400771141052, 0.03239008039236069, -0.04261757433414459, 0.06917635351419449, -0.08160193264484406, -0.002881590975448489, -0.06031131371855736, 0.0063581205904483795, -0.03656827658414841, -0.02163577638566494, -0.0635448694229126, 0.010836053639650345, 0.02223525568842888, 0.1000586524605751, -0.00873787421733141, 0.02688576653599739, -0.014133193530142307, 0.01628587208688259, -0.004764048848301172, -0.003008753526955843, 0.03540564700961113, -0.028339050710201263, 0.04167293757200241, -0.0012159905163571239, 0.03649561107158661, -0.008805996738374233, 0.017557496204972267, 0.009618927724659443, -0.005213658791035414, -0.018711039796471596, -0.04654144123196602, 0.02962884120643139, 0.013615461066365242, 0.006317246705293655, 0.012035014107823372, -0.03865737095475197, 0.035151321440935135, 0.015595560893416405, -0.05213658884167671, -0.019910000264644623, 0.05493415892124176, -0.0632178857922554, 0.021999096497893333, 0.017848152667284012, -0.019692007452249527, -0.04610545560717583, 0.006058380473405123, 0.014360269531607628, -0.0010473867878317833, 0.08290988951921463, 0.04120061919093132, -0.057840730994939804, -0.019092528149485588, 0.0012545933714136481, -0.03625945374369621, -0.0263226181268692, -0.03978366777300835, 0.011399202048778534, 0.0013613189803436399, -0.001925602206028998, -0.027303585782647133, 0.0015475210966542363, 0.040437646210193634, -0.029919497668743134, 0.0422542504966259, -0.06645143777132034, -0.06594279408454895, 0.013551879674196243, -0.008851411752402782, 0.004498369991779327, 0.02001899667084217, 0.019219689071178436, 0.043017227202653885, -0.004441601224243641, 0.015949798747897148, 0.056242115795612335, 0.018729206174612045, 0.027685072273015976, -0.08276455849409103, -0.01743941567838192, -0.03807605803012848, 0.034061361104249954, 0.06637877970933914, -0.015341236256062984, -0.009909585118293762, -0.017548412084579468, -0.02899302914738655, -0.03847571089863777, -0.0421815887093544, -0.0237067062407732, 0.02000083029270172, 0.005504315719008446, 0.013579128310084343, 0.0028498005121946335, -0.04007432609796524, -0.01579538732767105, -0.044652171432971954, 0.06394452601671219, 0.053044889122247696, -0.05526115000247955, 0.049375347793102264, -0.022071760147809982, -0.01892903260886669, 0.024160858243703842, -0.00899219885468483, 0.015005163848400116, -0.005186409689486027, 0.002552331192418933, 0.04654144123196602, -0.0042758360505104065, -0.01533215306699276, 0.010381902568042278, 0.041454944759607315, 0.010790638625621796, -0.020909132435917854, 0.01685810275375843, -0.020800136029720306, -0.010854220017790794, 0.008102062158286572, 0.017157841473817825, -0.07168326526880264, 0.0264497809112072, 0.0005100688431411982, 0.027666907757520676, -0.012670825235545635, 0.012071345932781696, -0.03449734300374985, 0.03738574683666229, -0.011680775322020054, -0.010472732596099377, -0.03417035564780235, -0.02534165047109127, 0.013551879674196243, -0.00752528989687562, -0.03738574683666229, -0.022980064153671265, 0.06020231917500496, -0.01525948941707611, -0.007725116331130266, 0.02795756421983242, -0.028393549844622612, 0.010654393583536148, 0.0740811824798584, 0.011907851323485374, 0.036604609340429306, -0.026159124448895454, 0.0034697172231972218, 0.02477850392460823, 0.012670825235545635, -0.01637670211493969, -0.0023025479167699814, 0.009873252362012863, 0.03803972527384758, -0.006862228736281395, -0.040437646210193634, -0.03655010834336281, -0.009591679088771343, -0.03974733501672745, -0.01583172008395195, -0.06710541993379593, -0.0017246401403099298, 0.04116428643465042, 0.0688493624329567, -0.013542796485126019, -0.053662534803152084, 0.039892662316560745, -0.034061361104249954, -0.017584744840860367, -0.010554480366408825, -0.054607171565294266, -0.01894719898700714, -0.011435533873736858, 0.06383553147315979, -0.029283685609698296, 0.02016432397067547, -0.012325670570135117, 0.009655259549617767, -0.032480914145708084, 0.03836671635508537, -0.0019221960101276636, -0.06463483721017838, 0.05969366803765297, 0.002345692366361618, -0.06419885158538818, 0.0015520625747740269, 0.06467116624116898, -0.009142069146037102, -0.012470998801290989, 0.009782422333955765, -0.001017867005430162, 0.021399617195129395, -0.07255523651838303, -0.026540610939264297, 0.03546014428138733, 0.024560511112213135, 0.08290988951921463, 0.02912019193172455, 0.04530614987015724, 0.03253541141748428, 0.009855086915194988, -0.019128859043121338, 0.033552709966897964, 0.06525248289108276, 0.0004987150896340609, 0.06539780646562576, -0.01634945161640644, 0.006448950618505478, -0.05235458165407181, -0.009400934912264347, -0.0008589139324612916, -0.041999928653240204, -0.0005120557616464794, 0.013524630106985569, 0.06728707998991013, -0.008860494941473007, 0.03949300944805145, -0.0012591349659487605, -0.026286287233233452, -0.007320921402424574, 0.005463441833853722, 0.018066145479679108, 0.014096861705183983, 0.05591512843966484, 0.0318087674677372, -0.05918501690030098, -0.07001198828220367, 0.03862103819847107, -0.00043939152965322137, 0.0050183734856545925, -0.027012929320335388, -0.028211887925863266, 0.047776732593774796, 0.030791468918323517, 0.02174477092921734, -0.03487883135676384, -0.01427852176129818, 0.0066487775184214115, 0.07004831731319427, 0.02912019193172455, 0.050864964723587036, 0.01644936576485634, 0.011335620656609535, -0.0076887840405106544, 0.014578261412680149, 0.024179022759199142, -0.05853103846311569, -0.059330347925424576, -0.026013795286417007, 0.008556213229894638, 0.06263656914234161, 0.04138227924704552, 0.017848152667284012, -0.07840470969676971, -0.04901202395558357, 0.0014828045386821032, -0.019201524555683136, 0.026068294420838356, 0.037749070674180984, -0.0092646898701787, -0.041999928653240204, 0.019274188205599785, 0.022071760147809982, 0.006671485025435686, -0.0475587397813797, -0.02955617755651474, 0.01370629109442234, -0.0475587397813797, -0.016603777185082436, 0.03475166857242584, 0.0010950727155432105, 0.08908635377883911, 0.043562207370996475, -0.05696875974535942, 0.027757737785577774, -0.016994347795844078, 0.002661327598616481, -0.025196323171257973, 0.027630575001239777, 0.010100328363478184, 0.04421618580818176, -0.04788573086261749, -0.0582403838634491, -0.02803022786974907, 0.026213621720671654, -0.08516248315572739, 0.0030564393382519484, -0.000763542135246098, -0.026304451748728752, -0.02161761000752449, -0.018729206174612045, 0.0317361056804657, -0.06521614640951157, -0.01317947544157505, 0.050428979098796844, -0.004189547151327133, 0.03017382323741913, 0.009169317781925201, -0.019147025421261787, -0.006271831691265106, -0.008660668507218361, 0.045233484357595444, -0.03753107786178589, 0.006049297284334898, 0.009173859842121601, 0.012870652601122856, 0.014796254225075245, 0.015949798747897148, 0.05130095034837723, 0.01853846199810505, 0.01402419712394476, 0.001881322474218905, -0.027830401435494423, 0.04083729907870293, -0.02159944362938404, 0.004241774789988995, -0.0368225984275341, 0.007034806068986654, 0.008869578130543232, -0.01956484466791153, 0.009151152335107327, -0.04654144123196602, -0.008901368826627731, -0.033988695591688156, -0.004900294356048107, -0.044070858508348465, -0.04501549154520035, 0.05159160494804382, -0.03753107786178589, -0.012470998801290989, -0.05744107812643051, 0.02065480872988701, -0.024615008383989334, -0.020291486755013466, 0.0009860763093456626, -0.030809635296463966, 0.03487883135676384, 0.03656827658414841, -0.03104579448699951, 0.06005698814988136, -0.015404817648231983, -0.022943731397390366, 0.04803105816245079, 0.02174477092921734, 0.006716900039464235, 0.03282606601715088, -0.005027456674724817, 0.026395283639431, -0.07088395953178406, 0.023670373484492302, -0.03942034766077995, -0.04432518407702446, 0.05162793770432472, 0.03362537547945976, -0.00605383887887001, 0.023597709834575653, -0.0078886104747653, 0.01025473978370428, -0.011235707439482212, -0.05351720750331879, -0.017739156261086464, 0.026540610939264297, -0.024578677490353584, -0.03133644908666611, 0.014378434978425503, -0.02848437987267971, -0.007016640156507492, 0.0635448694229126, 0.003462904831394553, -0.027158256620168686, -0.040364980697631836, 0.025959298014640808, -0.014496514573693275, -0.04490649700164795, 0.016576528549194336, -0.0065261563286185265, -0.02799389511346817, -0.035042326897382736, 0.06260024011135101, -0.007470791693776846, -0.06267289817333221, 0.07030264288187027, 0.02695843018591404, -0.011026797816157341, 0.06492549180984497, -0.007121094968169928, -0.03438834846019745, 0.009337354451417923, -0.017003430053591728, -0.0369134321808815, -0.06496182829141617, 0.022852901369333267, -0.025432482361793518, 0.016558362171053886, 0.002370670670643449, -0.033480044454336166, -0.033044058829545975, 0.018356801941990852, 0.05344454199075699, -0.0006886071641929448, -0.023924699053168297, 0.07146527618169785, 0.014678175561130047, -0.03589612990617752, 0.007375419605523348, 0.02694026380777359, -0.03231741860508919, -0.026231788098812103, 0.02278023771941662, 0.010781555436551571, -0.0049638752825558186, 0.013143143616616726, 0.028284553438425064, -0.021999096497893333, -0.009355519898235798, -0.004891211166977882, 0.005118287168443203, -0.045669469982385635, 0.02476033754646778, 0.02165394090116024, 0.009546264074742794, 0.024578677490353584, 0.047304414212703705, 0.01681268773972988, 0.0005134749808348715, -0.05184593051671982, -0.015622810460627079, 0.0035264859907329082, 0.02054581232368946, -0.013152225874364376, 0.005372611805796623, 0.003478800179436803, 0.045742135494947433, -0.03224475309252739, 0.03228108584880829, 0.023379717022180557, -0.06972133368253708, -0.0023411507718265057, 0.042399581521749496, -0.049956660717725754, 0.029883166775107384, 0.013506464660167694, -0.019128859043121338, 0.04283556714653969, 0.0014419308863580227, 0.018692873418331146, -0.036241285502910614, -0.012089511379599571, 0.04850337654352188, -0.02686760015785694, 0.01901986263692379, 0.02225342206656933, -0.000006763485998817487, -0.03573263809084892, -0.017775489017367363, -0.040873631834983826, 0.05315388739109039, 0.024469681084156036, 0.05903968960046768, 0.00031308067264035344, 0.003517403034493327, -0.0034583634696900845, -0.009918668307363987, 0.03333471715450287, -0.09090295433998108, 0.04686843231320381, -0.044652171432971954, -0.006026589777320623, 0.05914868414402008, -0.07564346492290497, 0.0131976418197155, -0.021345118060708046, 0.0017064741114154458, 0.04712275415658951, 0.02690393291413784, -0.08843237161636353, -0.01697618141770363, -0.024905666708946228, -0.07226458191871643, 0.05319022014737129, 0.016503864899277687, 0.0052817813120782375, -0.06267289817333221, 0.03057347610592842, 0.053008560091257095, 0.011453700251877308, 0.045124489814043045, -0.009827837347984314, 0.013769872486591339, -0.010363736189901829, 0.022471414878964424, 0.019346851855516434, 0.012834319844841957, 0.009287397377192974, 0.046759434044361115, -0.02069113962352276, -0.034533675760030746, 0.009836920537054539, -0.07164693623781204, -0.03002849407494068, -0.03591429814696312, -0.06819538027048111, -0.005467983428388834, 0.008283722214400768, 0.014750839211046696, -0.0315544418990612, -0.028647873550653458, -0.038185056298971176, 0.025741305202245712, 0.0795673355460167, -0.00021359311358537525, 0.008124769665300846, 0.005872178357094526, 0.016994347795844078, 0.0237067062407732, -0.014996081590652466, 0.015341236256062984, -0.05435284599661827, -0.07571613043546677, -0.04058297351002693, -0.12781639397144318, 0.0315362773835659, -0.0579860582947731, 0.03373437002301216, 0.06180093064904213, -0.009564429521560669, 0.0369679294526577, 0.0018359072273597121, -0.008011232130229473, 0.07978532463312149, 0.010599895380437374, 0.0789860188961029, -0.0030677930917590857, 0.03546014428138733, 0.004080550745129585, -0.048866696655750275, 0.043089888989925385, 0.010963216423988342, 0.00753891421481967, -0.018102476373314857, -0.024160858243703842, 0.029338184744119644, 0.01162627711892128, -0.040437646210193634, 0.007134719286113977, -0.025632308796048164, 0.053081221878528595, 0.02000083029270172 ]
15,953
sqlalchemy.sql.type_api
_dialect_info
Return a dialect-specific registry which caches a dialect-specific implementation, bind processing function, and one or more result processing functions.
def _dialect_info(self, dialect: Dialect) -> _TypeMemoDict: """Return a dialect-specific registry which caches a dialect-specific implementation, bind processing function, and one or more result processing functions.""" if self in dialect._type_memos: return dialect._type_memos[self] else: impl = self._gen_dialect_impl(dialect) if impl is self: impl = self.adapt(type(self)) # this can't be self, else we create a cycle assert impl is not self d: _TypeMemoDict = {"impl": impl, "result": {}} dialect._type_memos[self] = d return d
(self, dialect: 'Dialect') -> '_TypeMemoDict'
[ 0.07034122198820114, -0.06160697340965271, 0.03324763849377632, 0.010827946476638317, 0.02061353623867035, 0.010603300295770168, 0.01842098869383335, -0.040256600826978683, -0.04230537265539169, -0.02449542097747326, 0.032672543078660965, -0.007525647524744272, 0.00208920962177217, 0.0330858938395977, 0.023237403482198715, -0.016012780368328094, -0.0447135791182518, 0.02036193199455738, -0.023848440498113632, -0.03596136346459389, -0.019894666969776154, 0.016264384612441063, 0.021134715527296066, -0.04687018319964409, -0.031037118285894394, 0.05466989800333977, -0.007637971080839634, -0.0012366772862151265, 0.040472257882356644, -0.004306467715650797, -0.07052093744277954, -0.019319573417305946, 0.030857402831315994, -0.014727804809808731, -0.0038032601587474346, 0.005000624340027571, -0.0026935080531984568, 0.06872376799583435, -0.005661084316670895, 0.03950178623199463, -0.04492923989892006, -0.011816389858722687, 0.01025285292416811, 0.007296508643776178, -0.03592542186379433, -0.028592968359589577, -0.0048478650860488415, -0.0635838583111763, 0.04996131360530853, -0.0301385335624218, 0.0014736790908500552, -0.017234856262803078, -0.010001248680055141, 0.02810773253440857, 0.00839278195053339, -0.06383546441793442, -0.027029430493712425, 0.003605571575462818, -0.021188629791140556, 0.08849263191223145, -0.01113346591591835, 0.012858748435974121, 0.011151437647640705, 0.011663630604743958, -0.0022071488201618195, 0.004609739873558283, -0.03179192915558815, -0.008734243921935558, -0.0055128177627921104, 0.021476177498698235, 0.008576991967856884, -0.07343234866857529, -0.0026665504556149244, 0.02609490230679512, -0.017225870862603188, -0.025429949164390564, -0.00748970452696085, -0.030983204022049904, 0.1051703691482544, -0.003982977010309696, -0.017486460506916046, 0.021278487518429756, -0.06103188171982765, -0.034613486379384995, 0.02411801554262638, -0.01837605983018875, -0.01213089469820261, 0.03231310844421387, -0.026723911985754967, -0.07199461758136749, -0.049170561134815216, 0.012679032050073147, 0.04920650273561478, 0.07080848515033722, -0.047409333288669586, -0.021062828600406647, -0.01687542349100113, 0.04241320118308067, -0.006671992130577564, -0.007179692387580872, -0.0150692667812109, 0.02587924152612686, -0.06092404946684837, -0.025106459856033325, -0.013290069065988064, -0.030479997396469116, -0.009444125927984715, -0.03206150606274605, -0.05970197543501854, -0.011591743677854538, -0.053016502410173416, 0.0007632354972884059, 0.017064126208424568, 0.014044880867004395, 0.05247735232114792, -0.04683424159884453, -0.07016149908304214, -0.0018724261317402124, -0.011753489263355732, 0.03889074921607971, -0.05826424062252045, 0.03146843984723091, 0.011438984423875809, 0.0368419773876667, 0.04111924022436142, 0.0024845870211720467, 0.050967730581760406, -0.0006958416197448969, 0.03581758961081505, -0.014089809730648994, 0.025753440335392952, -0.015608417801558971, 0.02066745050251484, 0.040220655500888824, 0.026652025058865547, 0.02445947751402855, -0.034272026270627975, -0.032780375331640244, -0.013568630442023277, 0.04651074856519699, -0.04072386398911476, -0.006110376678407192, -0.04658263549208641, -0.00304170954041183, -0.009489055722951889, -0.03017447702586651, -0.02803584560751915, 0.01888825185596943, -0.04259292036294937, -0.10876470804214478, 0.0372014120221138, 0.0033135314006358385, 0.062433671206235886, 0.01288570649921894, -0.07799716293811798, 0.014512144960463047, -0.008051319979131222, 0.08324489742517471, -0.05628735199570656, -0.0077592795714735985, -0.021242544054985046, -0.04492923989892006, -0.020972969010472298, -0.0241899024695158, 0.005463395733386278, 0.03170207142829895, -0.00854554120451212, -0.14233583211898804, 0.03730924054980278, 0.012265682220458984, -0.03328358009457588, -0.038028109818696976, 0.03680603206157684, 0.02203330025076866, -0.038207825273275375, 0.09064923226833344, 0.024872828274965286, 0.003378678811714053, 0.010612286627292633, 0.01036966871470213, 0.07965055853128433, -0.04830791801214218, -0.1158096119761467, 0.055137164890766144, -0.01668672077357769, 0.0403284877538681, 0.01389212068170309, -0.047840654850006104, 0.07533735036849976, 0.02771235629916191, 0.02055962011218071, -0.013254125602543354, -0.0006430497742258012, -0.06685470789670944, 0.010450541041791439, -0.015087238512933254, 0.002969822846353054, 0.047301504760980606, -0.06121159717440605, 0.052836786955595016, -0.008042333647608757, -0.003129321616142988, -0.019445374608039856, 0.07929112017154694, -0.03484711796045303, -0.0077592795714735985, -0.006029503885656595, 0.006676485296338797, -0.00942615419626236, 0.007934504188597202, -0.006842723116278648, -0.032636601477861404, -0.020847167819738388, 0.06480593979358673, 0.036464571952819824, -0.044210370630025864, -0.00029175926465541124, 0.008967876434326172, -0.021134715527296066, -0.008181614801287651, 0.027460752055048943, -0.03500886261463165, -0.006591119337826967, -0.02045178972184658, 0.017926767468452454, -0.0861203670501709, -0.05416669324040413, -0.03946584463119507, 0.03179192915558815, -0.036572400480508804, -0.01116940937936306, -0.00505004683509469, -0.002621621126309037, 0.02020018734037876, 0.06721414625644684, -0.017225870862603188, -0.009632829576730728, 0.017486460506916046, 0.06282904744148254, 0.040040940046310425, 0.03535032644867897, 0.02250056341290474, 0.008873525075614452, 0.008612935431301594, -0.053268108516931534, -0.032996032387018204, 0.02055962011218071, 0.036105137318372726, 0.008729751221835613, -0.012337569147348404, -0.015842050313949585, -0.03939395770430565, 0.027083346620202065, 0.00004787772195413709, 0.026562167331576347, -0.046079427003860474, -0.06128348410129547, 0.02986895851790905, 0.023201460018754005, -0.09862866997718811, 0.038207825273275375, 0.0641230121254921, 0.007390860002487898, 0.028485137969255447, -0.016318300738930702, -0.01110650785267353, 0.021116742864251137, -0.0012288147117942572, -0.054849617183208466, -0.02073933742940426, 0.06476999074220657, 0.053124334663152695, -0.06142725795507431, -0.0052207778207957745, -0.014619974419474602, 0.02787410095334053, 0.003897611517459154, -0.03177395835518837, -0.031091034412384033, -0.02215910144150257, 0.0019016300793737173, -0.02769438363611698, 0.0259331576526165, -0.02250056341290474, -0.02073933742940426, 0.030408110469579697, -0.026993487030267715, 0.010522427968680859, 0.06825650483369827, 0.029042260721325874, -0.019517261534929276, 0.010675187222659588, -0.0372014120221138, 0.07005367428064346, 0.05183036997914314, 0.004461473785340786, -0.03322966769337654, 0.047373391687870026, 0.023740610107779503, -0.03885480761528015, -0.04665452241897583, 0.036284852772951126, 0.019912639632821083, 0.056934334337711334, -0.018232285976409912, 0.015213040634989738, 0.07562489807605743, -0.022105185315012932, -0.051866315305233, 0.02764046937227249, 0.013433842919766903, 0.03896263614296913, 0.03511669486761093, 0.05797669291496277, -0.01018096599727869, -0.06300876289606094, -0.06592018157243729, 0.028862543404102325, 0.0015500588342547417, 0.06293687969446182, -0.03957367315888405, 0.038423486053943634, 0.034613486379384995, -0.02442353591322899, 0.05183036997914314, -0.01109752245247364, -0.00028501986525952816, -0.025196317583322525, 0.02257245033979416, 0.01863664947450161, -0.07461848109960556, -0.0278561282902956, 0.027442779392004013, 0.05351971089839935, 0.034541599452495575, -0.0014871578896418214, 0.038315657526254654, 0.0016769838985055685, 0.00039790457230992615, 0.0022565710823982954, 0.04906272888183594, -0.03360707312822342, -0.036482542753219604, -0.03342735394835472, 0.004888301249593496, -0.058803390711545944, -0.01842098869383335, -0.03310386463999748, 0.04672640934586525, 0.008770187385380268, -0.02036193199455738, -0.06843622028827667, -0.010450541041791439, -0.012777876108884811, 0.026705941185355186, -0.036482542753219604, -0.04618725925683975, -0.021961413323879242, -0.05427452176809311, 0.03209744766354561, 0.06498565524816513, 0.057042162865400314, -0.007956968620419502, 0.03687791898846626, -0.026813769713044167, 0.0028687319718301296, -0.028844572603702545, 0.04406660050153732, 0.07921923696994781, -0.047624994069337845, -0.016147568821907043, 0.049709711223840714, -0.01025285292416811, 0.025483865290880203, 0.001992611913010478, -0.002374510280787945, 0.03324763849377632, 0.02798193134367466, -0.0780690461397171, -0.015653347596526146, 0.0038099996745586395, 0.0050320751033723354, -0.004095300100743771, 0.008976861834526062, 0.00518932705745101, -0.031091034412384033, 0.024657167494297028, 0.008226543664932251, -0.01708209700882435, 0.007700871676206589, -0.0887082889676094, 0.02456730790436268, -0.0373811274766922, 0.04999725893139839, -0.01890622451901436, 0.024818912148475647, -0.015752190724015236, 0.017863865941762924, -0.0674298033118248, 0.019445374608039856, -0.0026485787238925695, -0.058803390711545944, 0.04298829659819603, -0.005391508806496859, -0.025645609945058823, -0.027191177010536194, 0.007112298626452684, 0.017306743189692497, 0.04866735264658928, -0.0700177252292633, -0.013245140202343464, -0.05912688001990318, -0.012589173391461372, -0.005103961564600468, -0.019032025709748268, -0.02825150638818741, 0.051434993743896484, -0.02632853575050831, 0.05193820223212242, 0.06570452451705933, 0.022967828437685966, 0.051147446036338806, -0.049529995769262314, 0.02765844017267227, -0.05837206915020943, 0.06272122263908386, -0.0021453711669892073, 0.06121159717440605, -0.043922826647758484, 0.017702121287584305, 0.0071976641193032265, 0.017935752868652344, 0.03127074986696243, -0.017306743189692497, -0.0025182839017361403, -0.05053640902042389, -0.0028305421583354473, -0.014431271702051163, -0.022770138457417488, 0.01484462060034275, -0.0295993834733963, 0.0406879186630249, -0.0014040387468412519, 0.017881836742162704, 0.03130669519305229, -0.04884707182645798, 0.008087263442575932, 0.0204338189214468, -0.043563392013311386, -0.0007604273851029575, -0.010711130686104298, -0.005041060969233513, 0.014781720004975796, 0.008576991967856884, 0.060852162539958954, -0.017225870862603188, 0.02456730790436268, -0.019014054909348488, 0.04230537265539169, 0.03393056243658066, 0.023021742701530457, -0.014817663468420506, -0.009902404621243477, 0.012894691899418831, 0.00426153838634491, 0.010827946476638317, -0.013667474500834942, -0.05208197608590126, -0.0011209845542907715, 0.011376083828508854, 0.03170207142829895, 0.1150907427072525, -0.01205900777131319, -0.06142725795507431, -0.08482640236616135, -0.009120635688304901, -0.011412027291953564, 0.019319573417305946, 0.004960188176482916, -0.0676095187664032, 0.02255447953939438, 0.036482542753219604, 0.009098171256482601, -0.04651074856519699, 0.012867734767496586, -0.0010373038239777088, 0.06441055983304977, -0.05481367185711861, -0.036482542753219604, 0.030318250879645348, -0.02025410160422325, 0.02401018515229225, 0.0278561282902956, -0.014269527047872543, 0.05740159749984741, 0.03333749622106552, 0.01673164963722229, 0.017486460506916046, 0.02021815814077854, -0.025088487192988396, 0.009435140527784824, -0.01867259293794632, -0.008720765821635723, 0.017270799726247787, 0.004277263768017292, -0.04248508810997009, -0.021961413323879242, 0.029329808428883553, -0.012993535958230495, 0.0062406715005636215, -0.03903452306985855, -0.023830469697713852, -0.01849287562072277, -0.003666226053610444, 0.0065282187424600124, -0.023812497034668922, 0.006294586695730686, -0.0340743362903595, -0.08762998878955841, 0.00653720460832119, 0.007274044211953878, 0.06433866918087006, 0.02406410127878189, -0.011034621857106686, -0.0223567895591259, 0.049709711223840714, 0.03206150606274605, 0.030983204022049904, 0.02073933742940426, -0.02620273269712925, -0.004196390975266695, -0.060564614832401276, -0.034325938671827316, 0.019894666969776154, -0.005566732957959175, -0.012508300133049488, 0.02066745050251484, 0.009875446557998657, 0.004513142164796591, -0.00745376106351614, -0.011600730009377003, -0.02577141299843788, -0.04992537200450897, -0.053375937044620514, 0.017774008214473724, -0.04126301407814026, 0.05729376897215843, -0.025124430656433105, -0.017136013135313988, -0.027478722855448723, -0.05082395672798157, -0.012750918045639992, 0.01652497425675392, -0.053124334663152695, 0.016318300738930702, 0.019301600754261017, 0.06843622028827667, 0.011879291385412216, 0.011546814814209938, 0.009803560562431812, 0.009489055722951889, 0.004414297640323639, -0.015159125439822674, 0.030551884323358536, -0.004389586858451366, -0.007435789331793785, 0.0031203357502818108, 0.08518584072589874, -0.060672447085380554, 0.0026103889103978872, 0.0022947608958929777, -0.013604573905467987, 0.04794848710298538, 0.00933629646897316, 0.0037920279428362846, -0.02976112812757492, -0.02027207240462303, 0.009938348084688187, 0.04809225723147392, -0.10905225574970245, -0.03141452372074127, 0.04884707182645798, -0.030462024733424187, -0.00024247748660854995, 0.010720117017626762, -0.0031809902284294367, -0.07742206752300262, 0.06095999479293823, 0.045755937695503235, 0.013361955992877483, -0.0034707838203758, 0.001771335257217288, -0.006730400025844574, -0.03502683714032173, 0.04155056178569794, -0.024657167494297028, -0.08022565394639969, -0.01890622451901436, -0.032492827624082565, -0.028610941022634506, -0.04341961815953255, 0.012643088586628437, -0.007503183092921972, -0.07123980671167374, 0.011906248517334461, -0.02783815748989582, -0.003605571575462818, 0.05175848305225372, -0.015428701415657997, -0.04298829659819603, -0.02420787513256073, -0.01018096599727869, 0.03360707312822342, -0.016408158466219902, -0.0016792303649708629, -0.0338946171104908, -0.021098772063851357, 0.0010255099041387439, -0.0028844571206718683, 0.0403284877538681, 0.0015904951142147183, 0.020919054746627808, 0.030893346294760704, -0.032672543078660965, -0.007184185553342104, 0.047373391687870026, -0.015374786220490932, 0.009848489426076412, 0.02232084609568119, -0.031091034412384033, -0.017926767468452454, 0.0595582015812397, 0.06958640366792679, -0.029024289920926094, -0.009489055722951889, 0.01657889038324356, -0.002536255633458495, 0.03168410062789917, -0.008626414462924004, 0.017747050151228905, 0.01010009367018938, 0.009740659035742283, 0.04288046807050705, -0.012813819572329521, -0.027227120473980904, -0.029204005375504494, 0.020236128941178322, -0.006375459022819996, 0.02780221402645111, -0.02825150638818741, 0.010603300295770168, -0.001564660808071494, 0.04622320085763931, -0.016174526885151863, 0.05768914520740509, 0.007408831734210253, -0.07749395072460175, -0.0010154008632525802, -0.011313182301819324, 0.010028206743299961, 0.007309987209737301, 0.04449791833758354, -0.03605122119188309, -0.034272026270627975, 0.06901131570339203, 0.03333749622106552, -0.07249782234430313, 0.01675860583782196, 0.027370892465114594, -0.02803584560751915, 0.034272026270627975, 0.03856725990772247, 0.023129573091864586, -0.014494173228740692, -0.08389187604188919, -0.003670718986541033, 0.02773032709956169, 0.03910640999674797, 0.0002556754625402391, 0.03544018417596817, 0.0028934429865330458, 0.003616803791373968, 0.02640042081475258, 0.08360432833433151, -0.04061603173613548, 0.03125277906656265, -0.039933107793331146, -0.017702121287584305, -0.011492899619042873, -0.01835808716714382, 0.025394005700945854, -0.017836907878518105, 0.04309612885117531, -0.00945311225950718, 0.02025410160422325, -0.05456206947565079, -0.022895941510796547, -0.05373537167906761, 0.00560716912150383, -0.009174550883471966, 0.03159424290060997, -0.00945311225950718, 0.03238499537110329, -0.03403839096426964, 0.05269301310181618, -0.01878042332828045, 0.000983388745225966, 0.007615506183356047, 0.010306768119335175, 0.031091034412384033, 0.03871103376150131, 0.0131462961435318, 0.007044904865324497, 0.009318324737250805, 0.03871103376150131, 0.0013355216942727566, 0.0013961761724203825, 0.05452612787485123, 0.007615506183356047, -0.020847167819738388, 0.01320021040737629, -0.009983276948332787, 0.05333999544382095, 0.028880516067147255, 0.0009277887875214219, 0.06861593574285507, 0.05815640836954117, -0.025196317583322525, 0.053088389337062836, 0.02264433726668358, -0.02415395900607109, -0.01129521057009697, -0.07238999009132385, -0.014575045555830002, -0.024962686002254486, -0.04129895940423012, 0.02442353591322899, -0.015815092250704765, -0.03867508843541145, 0.01867259293794632, -0.06893942505121231, 0.02429773285984993, 0.0015388265019282699, 0.10136036574840546, 0.037956222891807556, -0.008756709285080433, 0.04295235499739647, -0.011870305053889751, -0.003475276753306389, 0.014467215165495872, 0.04683424159884453, 0.060384899377822876, 0.002249831799417734, 0.013901107013225555, 0.021494148299098015, -0.024549337103962898, 0.0553528256714344, -0.03215136379003525, 0.062361784279346466, 0.01881636492908001, 0.0032730952370911837, -0.026903629302978516, -0.0018589473329484463, -0.028467167168855667, -0.030318250879645348, -0.03914235532283783, 0.05438235402107239, -0.02605895884335041 ]
15,954
sqlalchemy.sql.type_api
_gen_dialect_impl
null
def _gen_dialect_impl(self, dialect: Dialect) -> TypeEngine[_T]: if dialect.name in self._variant_mapping: adapted = dialect.type_descriptor( self._variant_mapping[dialect.name] ) else: adapted = dialect.type_descriptor(self) if adapted is not self: return adapted # otherwise adapt the impl type, link # to a copy of this TypeDecorator and return # that. typedesc = self.load_dialect_impl(dialect).dialect_impl(dialect) tt = self.copy() if not isinstance(tt, self.__class__): raise AssertionError( "Type object %s does not properly " "implement the copy() method, it must " "return an object of type %s" % (self, self.__class__) ) tt.impl = tt.impl_instance = typedesc return tt
(self, dialect: 'Dialect') -> 'TypeEngine[_T]'
[ 0.06657887250185013, -0.07757119089365005, 0.014346993528306484, 0.009181708097457886, -0.04191049933433533, 0.038087084889411926, 0.008193686604499817, -0.01627708226442337, -0.04709416627883911, 0.005817839410156012, 0.03034834936261177, 0.013207321986556053, -0.048491183668375015, 0.030568931251764297, 0.005863793659955263, 0.03512761741876602, -0.04518245905637741, 0.040587011724710464, 0.002536688232794404, -0.04396926239132881, 0.0036947415210306644, -0.02435588277876377, -0.028234442695975304, -0.028326351195573807, -0.005381271708756685, 0.003343189600855112, -0.044704534113407135, 0.01690206304192543, 0.005790266674011946, -0.061762843281030655, -0.0015647505642846227, -0.03406147286295891, 0.03878559544682503, 0.024429410696029663, 0.01895163394510746, -0.005473180674016476, -0.002927301451563835, 0.050402890890836716, 0.011865451000630856, 0.024466173723340034, -0.041542865335941315, -0.019061924889683723, 0.026010245084762573, -0.0002854923077393323, -0.011681633070111275, -0.002536688232794404, -0.00639686593785882, -0.07304926961660385, 0.03654301539063454, -0.017269698902964592, -0.0019094093004241586, -0.0020415284670889378, -0.0023241485469043255, 0.012076841667294502, -0.02626759000122547, -0.03032996691763401, -0.016130028292536736, 0.01891487091779709, -0.026414643973112106, 0.10565857589244843, -0.017793580889701843, -0.0028124151285737753, -0.01749028079211712, -0.0017474197084084153, 0.008781904354691505, 0.01468705665320158, -0.03470483422279358, -0.02843664214015007, 0.029429258778691292, -0.0076284464448690414, -0.00046557647874578834, -0.04415307939052582, 0.029888805001974106, 0.051358744502067566, 0.0030950354412198067, -0.004234706982970238, 0.015403946861624718, -0.04209432005882263, 0.08904143422842026, -0.04003555700182915, -0.05621153861284256, -0.008133945986628532, -0.0051469034515321255, -0.011552960611879826, -0.006465797778218985, 0.004106034059077501, -0.04525598883628845, 0.007522751111537218, 0.02277504839003086, -0.06543920189142227, 0.030146149918437004, -0.025109536945819855, -0.00993536226451397, 0.01139671541750431, -0.023822810500860214, -0.020109687000513077, 0.003398335073143244, 0.021616995334625244, -0.008919768035411835, -0.0064566065557301044, -0.008230450563132763, 0.05771884694695473, -0.06422600150108337, -0.01930088922381401, 0.021010395139455795, 0.02176404930651188, 0.013198131695389748, -0.012416904792189598, -0.10551152378320694, -0.0015739415539428592, -0.025826426222920418, 0.03797679767012596, 0.04106493666768074, 0.023914720863103867, 0.016001354902982712, -0.03341811150312424, -0.02931896783411503, -0.010790116153657436, 0.017471900209784508, 0.041175227612257004, -0.047241222113370895, 0.01931926980614662, -0.010799306444823742, 0.03790326789021492, 0.006236025132238865, 0.01419993955641985, 0.06150549650192261, -0.03567907214164734, -0.007292978465557098, -0.021047160029411316, 0.05275576189160347, 0.01293159555643797, 0.03257254883646965, 0.05308663472533226, 0.006134925410151482, 0.03433720022439957, -0.041211992502212524, -0.015900256112217903, -0.02595509961247444, 0.023014012724161148, -0.037149615585803986, -0.01532122865319252, 0.03830766677856445, 0.003676359774544835, -0.001469395007006824, -0.02904324233531952, -0.08080638945102692, 0.026047008112072945, -0.015780774876475334, -0.06852734833955765, -0.0028468810487538576, 0.03371221944689751, 0.0627186968922615, 0.024208828806877136, -0.05959378927946091, 0.01733403652906418, -0.055108632892370224, 0.0747036263346672, -0.07698297500610352, -0.019117070361971855, -0.008244236931204796, -0.032407112419605255, -0.018280697986483574, -0.021083923056721687, 0.002391931600868702, 0.018841343000531197, 0.020734669640660286, -0.08646798133850098, -0.0016681482084095478, 0.023455174639821053, -0.01930088922381401, -0.027388880029320717, 0.052645470947027206, 0.0500352568924427, -0.012683440931141376, 0.06260840594768524, 0.0493367463350296, 0.0224074125289917, 0.02430073730647564, -0.009898598305881023, 0.07099050283432007, 0.002115055685862899, -0.08808557689189911, 0.022627994418144226, 0.01343709509819746, 0.02303239330649376, -0.013014313764870167, -0.024888955056667328, 0.05521892383694649, 0.002782544819638133, -0.004344997461885214, -0.008740545250475407, 0.02681904472410679, -0.04591773450374603, 0.023510320112109184, -0.0061119478195905685, -0.014962784014642239, 0.08587976545095444, -0.09889407455921173, 0.07646828144788742, 0.006530134007334709, 0.008827858604490757, 0.0061119478195905685, 0.053858671337366104, -0.02586319111287594, -0.006893174257129431, 0.023547083139419556, -0.0037062300834804773, 0.014585956931114197, -0.04922645539045334, 0.009668826125562191, -0.027664607390761375, -0.017977399751544, 0.03380412608385086, 0.0000625770990154706, -0.05282928794622421, -0.047204457223415375, -0.028583696112036705, -0.012922404333949089, 0.007950128056108952, -0.004089950118213892, -0.008285596035420895, -0.05691004917025566, -0.014494048431515694, 0.06595389544963837, -0.0847768560051918, -0.05172638222575188, -0.08904143422842026, -0.008418863639235497, -0.01660795509815216, 0.01752704568207264, -0.0161576010286808, 0.05532921478152275, -0.01985234208405018, 0.06823323667049408, -0.0006680634687654674, -0.041175227612257004, -0.0067736925557255745, 0.021010395139455795, 0.0642627701163292, 0.006203857250511646, 0.013051076792180538, 0.006557706743478775, 0.03097333014011383, -0.056652702391147614, 0.05779237300157547, -0.0505499467253685, 0.01893325336277485, 0.06440982222557068, -0.0007863963255658746, -0.008280999958515167, -0.04996172711253166, 0.01246285904198885, 0.04558686167001724, 0.023142684251070023, 0.012444477528333664, -0.02056923322379589, -0.04202079027891159, 0.010927978903055191, -0.036138616502285004, 0.023014012724161148, 0.060145244002342224, 0.029190296307206154, 0.02593671716749668, -0.0323152020573616, -0.044042788445949554, -0.021561849862337112, 0.006589874625205994, 0.017811963334679604, -0.014016121625900269, 0.05110140144824982, 0.07466686517000198, -0.021580232307314873, 0.0020231467206031084, 0.016001354902982712, 0.01785791665315628, -0.008818668313324451, -0.00702644232660532, 0.03724152222275734, -0.06470393389463425, -0.0015176472952589393, 0.010927978903055191, 0.05209401622414589, 0.020605996251106262, -0.06297603994607925, 0.05080728977918625, -0.0249257180839777, -0.040550246834754944, 0.05937321111559868, 0.01676420122385025, -0.012995931319892406, -0.005822434555739164, 0.029833659529685974, 0.051321983337402344, 0.057608556002378464, 0.03755401447415352, -0.025091154500842094, 0.04209432005882263, 0.006543920375406742, -0.06440982222557068, -0.041211992502212524, 0.002189731691032648, 0.022315504029393196, 0.120216965675354, -0.009255236014723778, -0.004094545729458332, 0.012812113389372826, -0.02238903008401394, -0.025366881862282753, 0.0030329967848956585, -0.010192707180976868, 0.0017405265243723989, -0.014898447319865227, 0.05014554783701897, 0.017435135319828987, -0.01676420122385025, -0.016617145389318466, -0.023271357640624046, 0.033344581723213196, 0.01513741072267294, -0.051358744502067566, 0.03319752961397171, 0.017913062125444412, -0.04139580950140953, 0.053527798503637314, -0.00788579136133194, -0.008648635819554329, -0.03503570705652237, -0.019503088667988777, 0.018841343000531197, -0.03255416452884674, 0.033344581723213196, 0.05032936483621597, 0.039337050169706345, 0.03757239505648613, -0.03475997969508171, 0.06922585517168045, -0.006383079569786787, -0.028602078557014465, -0.016378182917833328, 0.06396865844726562, -0.015394756570458412, -0.004305936396121979, -0.02049570530653, 0.006139520555734634, -0.006199261639267206, -0.04257224500179291, -0.033987946808338165, 0.05929968133568764, 0.00992617104202509, 0.044079553335905075, -0.042204611003398895, -0.020275123417377472, 0.009089799597859383, 0.021065540611743927, -0.027977097779512405, -0.017067499458789825, 0.0006801265408284962, -0.07727707922458649, -0.04040319472551346, 0.01406207587569952, 0.013244085945189, -0.006580683868378401, 0.057351212948560715, 0.0018358820816501975, 0.032407112419605255, -0.051983725279569626, 0.021672140806913376, -0.00862565916031599, 0.04051348567008972, -0.011102606542408466, 0.022866956889629364, 0.03347325697541237, 0.02020159736275673, 0.008621063083410263, -0.04543980583548546, -0.0161576010286808, -0.02174566686153412, -0.01805092580616474, 0.001080505084246397, 0.03812384977936745, 0.010091607458889484, 0.000749632716178894, 0.0378665067255497, 0.03297694772481918, -0.04194726422429085, 0.019503088667988777, -0.014870874583721161, 0.0002824765397235751, -0.029429258778691292, -0.041175227612257004, 0.058012954890728, 0.009310380555689335, 0.03545849025249481, 0.008212068118155003, 0.02494410052895546, -0.10999668389558792, 0.05646888539195061, -0.011185324750840664, 0.046579476445913315, -0.014291848056018353, -0.02621244452893734, 0.03167184069752693, 0.0010730375070124865, -0.03819737583398819, -0.03402470797300339, 0.05422630533576012, 0.026690371334552765, 0.03452101722359657, -0.03452101722359657, -0.02464999258518219, 0.022940484806895256, -0.03882236033678055, 0.03323429077863693, -0.002545878989621997, -0.033675454556941986, 0.08367394655942917, -0.03707608953118324, -0.0059740846045315266, 0.04202079027891159, -0.0025688563473522663, 0.049483802169561386, -0.0493367463350296, 0.00001028590850182809, -0.017131837084889412, 0.06698327511548996, -0.005992466118186712, 0.0757330134510994, -0.08940906822681427, 0.015881873667240143, 0.020605996251106262, -0.012223895639181137, 0.01325327716767788, 0.023234592750668526, 0.03922675922513008, -0.008584300056099892, 0.02119421400129795, -0.012885640375316143, -0.020734669640660286, -0.022866956889629364, -0.01617598347365856, 0.01707669161260128, -0.008405077271163464, -0.003786650486290455, 0.01645170897245407, -0.015486665070056915, -0.021047160029411316, 0.004174965899437666, -0.035219527781009674, -0.01438375748693943, -0.0022839384619146585, 0.034888654947280884, 0.07102727144956589, 0.032682836055755615, -0.004756290465593338, 0.000002086800805045641, 0.04327075555920601, -0.051689617335796356, 0.03218653053045273, 0.06610094755887985, 0.03674521669745445, 0.00012795455404557288, 0.05279252678155899, -0.04874853044748306, 0.016359800472855568, -0.002192029496654868, -0.0026285971980541945, -0.06841705739498138, 0.014889257028698921, 0.0038280095905065536, 0.07183606922626495, 0.04874853044748306, 0.05110140144824982, -0.04095464572310448, -0.06562302261590958, -0.030091004446148872, 0.017885489389300346, 0.0024999245069921017, -0.008584300056099892, -0.02904324233531952, -0.012453668750822544, 0.05422630533576012, -0.02783004380762577, 0.03099171258509159, -0.03027482144534588, 0.06334368139505386, 0.02305077575147152, -0.03227843716740608, -0.007683591917157173, 0.04731474816799164, -0.008878408931195736, 0.05816001072525978, 0.01296835858374834, -0.0343923456966877, 0.010155944153666496, -0.016249509528279305, 0.012692632153630257, 0.023491937667131424, 0.028363116085529327, -0.05338074266910553, 0.031028475612401962, 0.004027911461889744, -0.06349073350429535, -0.013988548889756203, 0.03321591019630432, -0.05128521844744682, -0.014723820611834526, 0.023234592750668526, -0.02935573272407055, 0.005601853132247925, -0.01931926980614662, -0.007587087340652943, -0.05775561183691025, -0.004278363659977913, 0.029521169140934944, -0.0015934722032397985, 0.020624378696084023, -0.022315504029393196, -0.0706963986158371, -0.056027721613645554, -0.01660795509815216, 0.018161216750741005, -0.033307820558547974, -0.009512580931186676, -0.007173496764153242, 0.03442911058664322, 0.034594543278217316, 0.04051348567008972, 0.06907879561185837, -0.04080759361386299, -0.0012465156614780426, -0.0543733611702919, -0.015440710820257664, 0.010670633986592293, -0.011948169209063053, -0.0479397289454937, -0.015881873667240143, -0.023620611056685448, 0.0186759065836668, -0.024888955056667328, -0.03823414072394371, -0.01138752419501543, -0.023877955973148346, -0.030715985223650932, -0.046248603612184525, -0.014953592792153358, 0.049814675003290176, -0.03415338322520256, -0.03632243350148201, 0.011451860889792442, -0.04801325872540474, 0.041506100445985794, 0.020403796806931496, -0.00808799173682928, -0.03816061466932297, -0.004917131271213293, 0.009048440493643284, 0.03152478486299515, 0.009039249271154404, 0.012407714501023293, 0.00435189064592123, -0.016010547056794167, 0.035274673253297806, 0.0338776558637619, 0.03999879211187363, 0.042167846113443375, -0.005909748375415802, 0.05834382772445679, -0.056027721613645554, -0.02435588277876377, 0.0008248832309618592, -0.019117070361971855, 0.07874762266874313, -0.0019783410243690014, 0.012499623000621796, 0.006410652305930853, -0.019778816029429436, -0.0010282318107783794, -0.02211330458521843, -0.07617416977882385, -0.08749736100435257, 0.020642759278416634, -0.04191049933433533, -0.010771733708679676, -0.023326503112912178, -0.04970438405871391, 0.010312189348042011, 0.07301250100135803, 0.0029204082675278187, 0.009530962444841862, 0.003871666267514229, 0.05771884694695473, -0.057939428836107254, -0.02115745097398758, -0.004142798017710447, -0.03841795772314072, -0.06871116161346436, -0.028050623834133148, 0.00002069747461064253, -0.005303149111568928, -0.09565888345241547, 0.05569684877991676, -0.012508814223110676, -0.02589995414018631, 0.003354678163304925, -0.007881196215748787, -0.0378665067255497, -0.03985174000263214, 0.02181919477880001, -0.08235045522451401, 0.015744009986519814, 0.010211088694632053, -0.0034488849341869354, -0.03816061466932297, 0.005303149111568928, -0.04731474816799164, -0.07165224850177765, 0.0016187471337616444, -0.009186304174363613, 0.027425643056631088, -0.0036258096806705, 0.04066053777933121, -0.011166942305862904, -0.014530811458826065, -0.03988850116729736, 0.018841343000531197, 0.023326503112912178, 0.03402470797300339, 0.04385897144675255, 0.00244937464594841, -0.01795901730656624, -0.006704761181026697, 0.023565465584397316, -0.010734970681369305, 0.007954723201692104, 0.02115745097398758, -0.028307970613241196, -0.006534729618579149, 0.04235166311264038, 0.03496218100190163, -0.007587087340652943, -0.03433720022439957, 0.06742443889379501, 0.0246683731675148, -0.016460901126265526, -0.02685580775141716, 0.029466023668646812, 0.020605996251106262, -0.053196925669908524, 0.0017520152032375336, 0.007821455597877502, 0.010358143597841263, 0.05518215894699097, -0.03444749116897583, 0.0436016246676445, 0.004384058993309736, -0.010376525111496449, -0.01895163394510746, 0.07411541044712067, 0.01692044548690319, 0.02589995414018631, 0.02056923322379589, -0.02749917097389698, -0.036138616502285004, 0.039667923003435135, 0.03863853961229324, -0.03981497511267662, 0.0018646037206053734, 0.010376525111496449, -0.0309181846678257, -0.0031180125661194324, 0.010900406166911125, -0.06940966844558716, -0.0066220429725945, -0.0493367463350296, -0.030440257862210274, 0.05062347277998924, 0.001555559691041708, 0.018179599195718765, 0.02531173638999462, -0.01931926980614662, 0.01830827072262764, 0.015082266181707382, 0.04396926239132881, -0.08440922200679779, -0.009779117070138454, -0.01631384715437889, -0.02396986447274685, 0.003099630819633603, -0.1082320287823677, -0.00006272070459090173, -0.00018008418555837125, 0.021304504945874214, 0.0032742577604949474, 0.03292180225253105, -0.08087991178035736, -0.012453668750822544, -0.061395205557346344, -0.04996172711253166, 0.03316076472401619, 0.043711915612220764, -0.03733343258500099, -0.00041847312240861356, 0.0001924344542203471, 0.07793882489204407, -0.00808799173682928, -0.0123341865837574, 0.013639294542372227, 0.0008961127023212612, -0.005928129889070988, 0.04613831266760826, -0.008804881945252419, 0.008258023299276829, 0.04830736666917801, 0.06216724216938019, -0.0053215306252241135, -0.0467265322804451, 0.037719450891017914, 0.0010242108255624771, -0.022499321028590202, -0.01438375748693943, -0.07580653578042984, 0.05709386616945267, 0.019760433584451675, 0.03475997969508171, 0.05338074266910553, 0.009062226861715317, -0.00319843296892941, 0.018087690696120262, 0.04797649383544922, -0.02174566686153412, 0.007168901618570089, 0.01087283343076706, -0.04253548011183739, -0.03540334478020668, 0.0017485686112195253, 0.0026998266112059355, -0.016791772097349167, -0.07290221005678177, -0.004648297093808651, -0.09411481022834778, 0.024429410696029663, -0.0283998791128397, 0.0743359923362732, 0.04929998517036438, -0.0025918337050825357, 0.018354225903749466, -0.03468645364046097, 0.041836973279714584, 0.06532891094684601, 0.005225026048719883, 0.07282868772745132, -0.0039589800871908665, 0.07488744705915451, 0.03356516361236572, -0.04547657072544098, 0.050366129726171494, -0.04874853044748306, -0.01931926980614662, -0.01703992672264576, 0.01184706948697567, -0.011424288153648376, 0.005372080486267805, -0.028675606474280357, -0.06231429800391197, -0.029557932168245316, 0.05716739222407341, -0.011102606542408466 ]
15,956
sqlalchemy.sql.type_api
_resolve_for_literal
adjust this type given a literal Python value that will be stored in a bound parameter. Used exclusively by _resolve_value_to_type(). .. versionadded:: 1.4.30 or 2.0 TODO: this should be part of public API .. seealso:: :meth:`.TypeEngine._resolve_for_python_type`
def _resolve_for_literal(self, value: Any) -> Self: """adjust this type given a literal Python value that will be stored in a bound parameter. Used exclusively by _resolve_value_to_type(). .. versionadded:: 1.4.30 or 2.0 TODO: this should be part of public API .. seealso:: :meth:`.TypeEngine._resolve_for_python_type` """ return self
(self, value: Any) -> typing_extensions.Self
[ 0.03145590052008629, -0.0680173859000206, 0.028012197464704514, 0.05263209342956543, -0.012635471299290657, 0.04512790963053703, 0.059725090861320496, -0.024208707734942436, 0.020919201895594597, -0.055716004222631454, 0.01497410424053669, 0.03390589728951454, 0.01099928468465805, 0.0057609183713793755, -0.008840546943247318, 0.07243765890598297, 0.0030560707673430443, 0.03752092644572258, -0.024294370785355568, -0.01326081994920969, -0.017749624326825142, 0.03099331259727478, 0.037178270518779755, 0.01894892379641533, 0.02386604994535446, -0.021673046052455902, 0.001251768320798874, 0.007461353205144405, -0.056812506169080734, -0.034488413482904434, 0.021535983309149742, 0.022615352645516396, -0.01483704149723053, -0.0329635888338089, 0.04684119299054146, -0.05828593298792839, -0.048999931663274765, 0.06465934962034225, -0.01003984548151493, -0.034625474363565445, -0.01582217961549759, -0.02742968127131462, -0.0254251379519701, -0.016053473576903343, 0.016995780169963837, -0.012447010725736618, 0.022975143045186996, -0.017612561583518982, 0.03239820525050163, -0.00003737770748557523, -0.008690634742379189, -0.008322278037667274, -0.0192573145031929, -0.019788432866334915, -0.04409993812441826, 0.053934190422296524, -0.01912025175988674, 0.12870191037654877, 0.006056460086256266, 0.03738386183977127, -0.009465895593166351, -0.012112920172512531, -0.05722369626164436, -0.010956453159451485, -0.015308194793760777, -0.030068138614296913, 0.027875134721398354, -0.02926289476454258, -0.022923743352293968, -0.004358166828751564, -0.021210459992289543, -0.06328871846199036, -0.002790511818602681, 0.049685243517160416, 0.060650262981653214, -0.01524822972714901, -0.011950157582759857, 0.005259782541543245, 0.02109052985906601, 0.029691217467188835, 0.04139294847846031, -0.002050587208941579, 0.00040288950549438596, -0.05355726554989815, -0.036869876086711884, -0.03865169361233711, -0.09231175482273102, -0.0045402031391859055, 0.0714096873998642, -0.003893438493832946, 0.004336751066148281, -0.02328353375196457, -0.008540722541511059, 0.04218105971813202, 0.03519085794687271, 0.01585644669830799, 0.04649853706359863, -0.04180413484573364, 0.005876564886420965, -0.008943343535065651, 0.029005903750658035, 0.0037199684884399176, -0.014965537935495377, -0.010014146566390991, 0.03796637803316116, 0.030016740784049034, 0.04523070529103279, -0.03267233073711395, -0.03584190830588341, 0.01072515919804573, -0.01953143998980522, 0.0034565511159598827, -0.01517969835549593, 0.0271555557847023, -0.06513907015323639, 0.05513348802924156, -0.04176986962556839, -0.028097862377762794, 0.07627541571855545, 0.03625309467315674, 0.01223284937441349, 0.033751700073480606, -0.00976571999490261, 0.0002781410003080964, 0.03049645945429802, 0.059005510061979294, 0.008729183115065098, -0.06174676492810249, -0.03474540635943413, -0.01912025175988674, 0.04303770139813423, 0.031798556447029114, -0.041838403791189194, 0.035773374140262604, 0.026538774371147156, 0.04050204157829285, -0.046395737677812576, 0.017235640436410904, -0.020113958045840263, 0.04937685281038284, 0.005354013293981552, 0.036492954939603806, 0.06435095518827438, -0.04153000935912132, 0.0005964370793662965, 0.001269971951842308, 0.02451709844172001, 0.06579011678695679, -0.06301459670066833, -0.01821221224963665, -0.06942228227853775, 0.010442467406392097, 0.08634952455759048, 0.07805722951889038, -0.01161606702953577, 0.042249590158462524, 0.032518137246370316, -0.01189019251614809, 0.004092607647180557, 0.012018688954412937, 0.01467427983880043, 0.02169017866253853, -0.038274772465229034, -0.02410591021180153, -0.028817441314458847, 0.030684921890497208, 0.0009942402830347419, -0.06966213881969452, -0.0274810791015625, -0.0039962357841432095, 0.009080406278371811, -0.05660691112279892, 0.028680378571152687, 0.06061599776148796, 0.01990836299955845, 0.01999402791261673, 0.01464858092367649, -0.01458004955202341, -0.01456291601061821, -0.0025934840086847544, 0.03933700546622276, 0.009251735173165798, -0.011598934419453144, -0.06692088395357132, 0.02916009910404682, 0.029742615297436714, -0.018023749813437462, 0.04067336767911911, 0.03892581909894943, 0.007846841588616371, -0.008335128426551819, -0.009877083823084831, 0.01065662782639265, -0.01179596222937107, -0.04272931069135666, -0.037589456886053085, -0.001398468273691833, -0.025682130828499794, -0.057909008115530014, 0.04505937546491623, -0.04365448281168938, 0.025082482025027275, -0.012541241012513638, 0.03700694069266319, -0.004004802089184523, -0.030051006004214287, 0.024260105565190315, 0.02117619290947914, 0.024037377908825874, -0.0782628282904625, -0.06167823448777199, -0.01958283968269825, -0.0039962357841432095, 0.031798556447029114, -0.03217547759413719, -0.08230617642402649, -0.082374706864357, -0.05732649192214012, 0.02811499498784542, 0.016301900148391724, 0.05657264590263367, 0.002024887828156352, 0.022615352645516396, -0.040330711752176285, 0.0285261832177639, -0.025990523397922516, -0.028406253084540367, -0.018794728443026543, 0.04135868325829506, 0.031747158616781235, 0.02191290631890297, -0.01017690822482109, 0.02830345556139946, -0.03680134564638138, 0.020610809326171875, -0.014100329950451851, 0.05492789298295975, 0.029365692287683487, -0.06106145307421684, 0.03546498343348503, -0.02537374012172222, 0.011658899486064911, -0.04231812059879303, 0.0011810953728854656, -0.05054188519716263, 0.012035822495818138, 0.007324290461838245, 0.028817441314458847, 0.021073397248983383, -0.015102600678801537, 0.0029404242523014545, 0.007290024776011705, 0.016259068623185158, 0.007482768967747688, 0.016927247866988182, -0.05965656042098999, -0.0639055073261261, -0.03318631649017334, 0.019839832559227943, 0.05355726554989815, -0.03680134564638138, 0.046669863164424896, 0.045264970511198044, 0.026915695518255234, -0.03865169361233711, -0.03280939534306526, -0.08018170297145844, 0.028200659900903702, -0.03214121237397194, 0.006831720937043428, -0.04468245431780815, -0.03902861475944519, 0.06517333537340164, 0.018160812556743622, -0.023985980078577995, 0.026915695518255234, 0.01072515919804573, 0.062329281121492386, -0.002848335076123476, -0.03272372856736183, 0.006917385384440422, -0.02970835007727146, 0.02081640437245369, -0.032244011759757996, -0.01323512103408575, 0.03597896918654442, -0.009277434088289738, 0.048999931663274765, -0.035122327506542206, -0.01990836299955845, 0.022341227158904076, -0.038000646978616714, 0.028954504057765007, 0.047492239624261856, -0.0041825552470982075, 0.05307754874229431, -0.01793808676302433, -0.006009344477206469, 0.042420919984579086, -0.050233494490385056, -0.01154753565788269, -0.017835289239883423, 0.0029746899381279945, 0.04807475581765175, 0.03529365733265877, -0.06839431077241898, -0.016884416341781616, -0.011521836742758751, -0.004458822309970856, 0.08141526579856873, 0.010348237119615078, 0.02926289476454258, -0.06112998351454735, 0.002155525842681527, 0.06815444678068161, 0.02688143029808998, -0.0038056327030062675, -0.03889155387878418, 0.011513270437717438, 0.003983385860919952, -0.022718150168657303, -0.05499642714858055, -0.028286322951316833, -0.0025013950653374195, -0.035259392112493515, 0.022769547998905182, 0.02414017543196678, 0.044613923877477646, 0.004454539157450199, -0.017381269484758377, 0.005037055816501379, -0.017158541828393936, 0.023266401141881943, -0.054482441395521164, 0.01380907092243433, -0.051192935556173325, 0.04718384891748428, 0.02684716507792473, -0.011941591277718544, -0.06435095518827438, 0.04564189165830612, 0.05437964200973511, 0.006698941346257925, 0.006309169344604015, -0.012010122649371624, 0.022032836452126503, -0.0005771626601926982, -0.032346807420253754, 0.0769607275724411, -0.050644684582948685, -0.06589291244745255, -0.07120409607887268, -0.026692969724535942, -0.0425579808652401, 0.008031019940972328, 0.008780581876635551, 0.005645271856337786, -0.009714322164654732, -0.05263209342956543, -0.059313900768756866, 0.07744044810533524, -0.06448802351951599, 0.012832499109208584, -0.053385939449071884, -0.03995379060506821, 0.02575066313147545, -0.010399635881185532, 0.007290024776011705, 0.002214419888332486, 0.02282094582915306, 0.01487987395375967, 0.005816600285470486, -0.008806280791759491, -0.015702251344919205, -0.035225123167037964, -0.0014177426928654313, -0.050644684582948685, 0.042420919984579086, -0.05252929776906967, -0.02720695361495018, 0.08710337430238724, 0.006771756336092949, 0.005242649931460619, -0.011667465791106224, 0.016824452206492424, -0.04341462254524231, 0.01917165145277977, -0.025545068085193634, 0.031113242730498314, 0.031473033130168915, -0.0061121415346860886, -0.0017047178698703647, 0.05886844918131828, -0.016002075746655464, -0.004133298527449369, 0.02432863600552082, -0.0054182615131139755, 0.0012292814208194613, 0.022169899195432663, 0.03135310113430023, 0.02155311591923237, -0.049136992543935776, 0.04505937546491623, 0.038685958832502365, -0.004002660512924194, -0.005598156247287989, 0.08744602650403976, 0.054482441395521164, -0.04372301325201988, 0.05276915431022644, -0.03943980485200882, -0.026367444545030594, -0.005028489511460066, -0.016250502318143845, -0.025682130828499794, -0.07408241182565689, 0.02145031839609146, -0.06465934962034225, 0.009260301478207111, -0.020302418619394302, -0.022221297025680542, -0.03130170330405235, -0.013791938312351704, 0.01908598653972149, -0.0021640921477228403, 0.040056586265563965, 0.0729173794388771, 0.0005910830805078149, -0.02633317932486534, 0.01330365240573883, -0.020833536982536316, -0.017766758799552917, -0.004084041342139244, -0.04228385537862778, 0.009465895593166351, 0.0065233297646045685, -0.01746693253517151, -0.035944703966379166, -0.013183722272515297, -0.0590740405023098, -0.008656368590891361, 0.05722369626164436, 0.014245958998799324, 0.022701017558574677, 0.011975857429206371, -0.039782460778951645, -0.03291219100356102, 0.033751700073480606, -0.09176350384950638, -0.021159060299396515, 0.005439677741378546, -0.03178142383694649, 0.06548172235488892, -0.007555583491921425, -0.029554154723882675, -0.02451709844172001, -0.019702769815921783, -0.00935453176498413, 0.015573753975331783, 0.019103119149804115, -0.03428281843662262, 0.01316658966243267, 0.050644684582948685, -0.025168146938085556, -0.04135868325829506, -0.0013513530138880014, 0.01298669446259737, -0.031473033130168915, -0.01257550623267889, -0.01319228857755661, 0.003946978598833084, -0.01785242184996605, 0.03933700546622276, -0.0056238556280732155, -0.002469270955771208, 0.0015826463932171464, -0.03673281520605087, -0.05057615041732788, -0.03834330290555954, -0.048862867057323456, -0.0073671224527060986, 0.028046464547514915, 0.03453981131315231, 0.04917125776410103, 0.013911868445575237, -0.013937567360699177, 0.059725090861320496, 0.01412602886557579, -0.02323213405907154, 0.062466345727443695, -0.024499965831637383, 0.12739981710910797, 0.014031798578798771, 0.04814328998327255, -0.0008154162205755711, -0.016361864283680916, -0.0267957653850317, -0.04615587741136551, 0.015436691232025623, -0.010947886854410172, 0.009286000393331051, -0.016087738797068596, -0.04218105971813202, 0.02844051830470562, 0.06034187227487564, -0.005769484676420689, -0.007457070052623749, 0.03848036378622055, -0.027549611404538155, 0.02004542574286461, -0.0002757316979113966, -0.017184240743517876, 0.030599256977438927, -0.025630732998251915, 0.01456291601061821, 0.06722927838563919, 0.04732091352343559, 0.007260042242705822, -0.08730896562337875, -0.0700390636920929, -0.04574469104409218, -0.03272372856736183, -0.03738386183977127, -0.05403698608279228, 0.013500680215656757, -0.02364332228899002, -0.002779803704470396, -0.023951714858412743, 0.009997013956308365, -0.028731778264045715, 0.05071321502327919, -0.026967095211148262, 0.011316242627799511, -0.015393859706819057, 0.04797196015715599, 0.04920552298426628, -0.013903302140533924, 0.000052067778597120196, 0.007075863890349865, 0.016327599063515663, -0.029142966493964195, 0.06849710643291473, 0.018058016896247864, 0.031113242730498314, 0.024979684501886368, -0.022923743352293968, -0.05095307528972626, 0.0018128689844161272, 0.004338892642408609, 0.03383736312389374, -0.009500161744654179, -0.031935617327690125, 0.012661171145737171, 0.06393977254629135, -0.06551598757505417, -0.048588741570711136, -0.0007640176918357611, 0.0008818060159683228, -0.00976571999490261, 0.06349431723356247, 0.01590784452855587, 0.03414575755596161, 0.07517891377210617, 0.059862151741981506, -0.039508335292339325, 0.008001037873327732, -0.004240378737449646, 0.01487987395375967, 0.0035807641688734293, 0.019051721319556236, 0.05163838714361191, 0.005105587188154459, 0.026230381801724434, -0.026727234944701195, -0.01577078178524971, 0.005204101093113422, -0.04341462254524231, -0.037178270518779755, -0.031935617327690125, 0.04701251909136772, -0.07456213235855103, -0.005872281733900309, -0.042112529277801514, -0.01609630510210991, 0.006720357574522495, 0.014502951875329018, 0.009011874906718731, 0.09580685943365097, -0.08813134580850601, 0.009937048889696598, -0.03693841025233269, -0.02943422459065914, 0.01889752596616745, 0.010185475461184978, 0.022940875962376595, -0.018246477469801903, -0.09525860846042633, 0.009191770106554031, 0.03700694069266319, -0.020370950922369957, -0.036355894058942795, -0.006103575229644775, -0.05198104679584503, 0.054482441395521164, 0.021467452868819237, -0.0024821206461638212, 0.03793211281299591, -0.012721136212348938, -0.013680575415492058, -0.046258676797151566, 0.05951949581503868, 0.033032119274139404, 0.03409435600042343, 0.035807643085718155, -0.012952429242432117, -0.01999402791261673, -0.04505937546491623, 0.009825685061514378, -0.03232967481017113, -0.010939320549368858, -0.033614639192819595, 0.0398852564394474, -0.005700953304767609, 0.005114153493195772, -0.01357777789235115, 0.024619895964860916, 0.03354610502719879, 0.00004457215982256457, -0.018023749813437462, -0.01305522583425045, 0.007679796777665615, 0.04235238581895828, -0.055339083075523376, -0.005880848504602909, -0.004874293692409992, 0.0021051981020718813, -0.011487571522593498, 0.006553312297910452, 0.046806927770376205, 0.04595028609037399, 0.01141047291457653, -0.0487600713968277, -0.06496773660182953, 0.05389992520213127, -0.026316046714782715, 0.013680575415492058, 0.008459340780973434, -0.05766914784908295, -0.043517421931028366, 0.06770899146795273, 0.014323056675493717, 0.028646113350987434, 0.002773378975689411, 0.020747872069478035, 0.0700390636920929, 0.015710817649960518, 0.016122005879878998, -0.045436300337314606, 0.047766365110874176, 0.0008325490634888411, -0.042420919984579086, -0.036321625113487244, -0.011761697009205818, 0.006925951689481735, -0.011247711256146431, -0.010116944089531898, -0.010990718379616737, -0.016533194109797478, 0.03639015927910805, 0.041255883872509, 0.011042117141187191, -0.0755901038646698, -0.06815444678068161, -0.0034394182730466127, -0.03902861475944519, -0.016635989770293236, -0.021398920565843582, 0.0006933447439223528, 0.022786680608987808, 0.03459120914340019, -0.0047586471773684025, -0.08539009094238281, -0.07373975217342377, 0.024345770478248596, -0.01703004539012909, 0.0021919331047683954, 0.005743785761296749, 0.028132127597928047, 0.03464260697364807, -0.06407683342695236, 0.015582320280373096, -0.02232409454882145, -0.02506534941494465, -0.020525146275758743, -0.028406253084540367, -0.01531676109880209, -0.04036497697234154, -0.06486494094133377, 0.03053072653710842, 0.05657264590263367, 0.0625348761677742, -0.01051956508308649, -0.014417286962270737, -0.08258030563592911, 0.039782460778951645, 0.012215716764330864, 0.03383736312389374, 0.02386604994535446, 0.036047499626874924, 0.04865727201104164, 0.010493866167962551, 0.0219985693693161, 0.012738268822431564, -0.05184398218989372, -0.012926730327308178, 0.023043673485517502, -0.011307676322758198, 0.02789226733148098, -0.003987669013440609, 0.017081445083022118, 0.027549611404538155, -0.0315929614007473, 0.09176350384950638, -0.01497410424053669, 0.045847486704587936, 0.02962268516421318, 0.01483704149723053, 0.0034094357397407293, -0.02898876927793026, 0.022769547998905182, 0.0267957653850317, 0.07230059802532196, -0.009954181499779224, -0.023814652115106583, 0.02725835330784321, 0.01703004539012909, 0.027652408927679062, 0.06017054244875908, -0.05852578952908516, 0.016807319596409798, -0.008476474322378635, 0.05030202493071556, -0.02414017543196678, 0.001029576756991446, -0.0041290149092674255, 0.03452267870306969, -0.021981436759233475, -0.010022712871432304, 0.017595428973436356, 0.03943980485200882, -0.0298968106508255, 0.059827886521816254, 0.022632485255599022, 0.04475098475813866, 0.03639015927910805, -0.057532086968421936, -0.017518332228064537, 0.04978804290294647, -0.05547614395618439, 0.013312218710780144, -0.06160970404744148, 0.020833536982536316, -0.0004703500890173018, 0.004698682110756636, -0.04231812059879303, -0.009054707363247871, -0.017218507826328278, 0.030136670917272568 ]
15,957
sqlalchemy.sql.type_api
_resolve_for_python_type
given a Python type (e.g. ``int``, ``str``, etc. ) return an instance of this :class:`.TypeEngine` that's appropriate for this type. An additional argument ``matched_on`` is passed, which indicates an entry from the ``__mro__`` of the given ``python_type`` that more specifically matches how the caller located this :class:`.TypeEngine` object. Such as, if a lookup of some kind links the ``int`` Python type to the :class:`.Integer` SQL type, and the original object was some custom subclass of ``int`` such as ``MyInt(int)``, the arguments passed would be ``(MyInt, int)``. If the given Python type does not correspond to this :class:`.TypeEngine`, or the Python type is otherwise ambiguous, the method should return None. For simple cases, the method checks that the ``python_type`` and ``matched_on`` types are the same (i.e. not a subclass), and returns self; for all other cases, it returns ``None``. The initial use case here is for the ORM to link user-defined Python standard library ``enum.Enum`` classes to the SQLAlchemy :class:`.Enum` SQL type when constructing ORM Declarative mappings. :param python_type: the Python type we want to use :param matched_on: the Python type that led us to choose this particular :class:`.TypeEngine` class, which would be a supertype of ``python_type``. By default, the request is rejected if ``python_type`` doesn't match ``matched_on`` (None is returned). .. versionadded:: 2.0.0b4 TODO: this should be part of public API .. seealso:: :meth:`.TypeEngine._resolve_for_literal`
def _resolve_for_python_type( self, python_type: Type[Any], matched_on: _MatchedOnType, matched_on_flattened: Type[Any], ) -> Optional[Self]: """given a Python type (e.g. ``int``, ``str``, etc. ) return an instance of this :class:`.TypeEngine` that's appropriate for this type. An additional argument ``matched_on`` is passed, which indicates an entry from the ``__mro__`` of the given ``python_type`` that more specifically matches how the caller located this :class:`.TypeEngine` object. Such as, if a lookup of some kind links the ``int`` Python type to the :class:`.Integer` SQL type, and the original object was some custom subclass of ``int`` such as ``MyInt(int)``, the arguments passed would be ``(MyInt, int)``. If the given Python type does not correspond to this :class:`.TypeEngine`, or the Python type is otherwise ambiguous, the method should return None. For simple cases, the method checks that the ``python_type`` and ``matched_on`` types are the same (i.e. not a subclass), and returns self; for all other cases, it returns ``None``. The initial use case here is for the ORM to link user-defined Python standard library ``enum.Enum`` classes to the SQLAlchemy :class:`.Enum` SQL type when constructing ORM Declarative mappings. :param python_type: the Python type we want to use :param matched_on: the Python type that led us to choose this particular :class:`.TypeEngine` class, which would be a supertype of ``python_type``. By default, the request is rejected if ``python_type`` doesn't match ``matched_on`` (None is returned). .. versionadded:: 2.0.0b4 TODO: this should be part of public API .. seealso:: :meth:`.TypeEngine._resolve_for_literal` """ if python_type is not matched_on_flattened: return None return self
(self, python_type: 'Type[Any]', matched_on: '_MatchedOnType', matched_on_flattened: 'Type[Any]') -> 'Optional[Self]'
[ 0.033236607909202576, -0.07213602215051651, -0.011427397839725018, 0.07202498614788055, 0.024853432551026344, -0.008225875906646252, 0.026981612667441368, -0.0023965148720890284, -0.04970686510205269, -0.02105972170829773, 0.002532996004447341, -0.007582795340567827, 0.05648002773523331, 0.02043052203953266, 0.03758549690246582, 0.05773843079805374, -0.05085423216223717, 0.06554792076349258, 0.027925413101911545, -0.050113994628190994, 0.0280364491045475, 0.040231842547655106, 0.037715036422014236, 0.0017835067119449377, 0.038344237953424454, -0.015757780522108078, 0.00532044842839241, 0.018172800540924072, -0.01316695287823677, -0.044451188296079636, -0.008905967697501183, 0.0032177146058529615, 0.03375477343797684, 0.018311595544219017, 0.016192669048905373, 0.016692327335476875, 0.006518705748021603, 0.13339057564735413, 0.020634086802601814, 0.01486949622631073, -0.0711367055773735, 0.001313919434323907, 0.02048603817820549, -0.025186538696289062, -0.041120123118162155, -0.011001762002706528, -0.021448345854878426, -0.019412696361541748, 0.021799957379698753, -0.02472389116883278, 0.016183415427803993, -0.0931217223405838, -0.011279350146651268, -0.015082313679158688, -0.030682792887091637, 0.03232982009649277, -0.06384538114070892, 0.02303985320031643, 0.007638312876224518, 0.04119414836168289, 0.032959021627902985, 0.0067222705110907555, -0.05888579413294792, 0.02470538578927517, -0.031311992555856705, 0.013287240639328957, 0.003326436737552285, -0.022669736295938492, -0.023428477346897125, -0.01601686142385006, -0.030997393652796745, -0.01316695287823677, 0.007837251760065556, 0.020375004038214684, 0.11244188994169235, -0.011427397839725018, 0.01011347770690918, 0.00470281345769763, 0.02951692044734955, 0.01122383214533329, 0.046708907932043076, -0.007906648330390453, -0.03251487761735916, -0.0846090093255043, -0.01624818705022335, -0.006828679703176022, -0.04485831782221794, 0.016479510813951492, 0.018709471449255943, -0.07058152556419373, -0.005972781218588352, -0.033514197915792465, -0.04752316698431969, 0.05636899173259735, 0.011871539056301117, -0.03399535268545151, 0.05670209974050522, -0.02107822708785534, 0.015563467517495155, -0.006375284865498543, 0.03284798562526703, 0.04652385041117668, -0.010714920237660408, -0.031534064561128616, -0.0013971959706395864, -0.047856274992227554, 0.001455026911571622, 0.002822150709107518, -0.019764307886362076, 0.03255188837647438, -0.0628090500831604, -0.04434015229344368, -0.034920647740364075, -0.0021328057628124952, -0.031219465658068657, 0.012324933893978596, -0.027980931103229523, 0.012167633511126041, 0.006472440902143717, 0.029664969071745872, -0.059885114431381226, 0.04604269564151764, -0.018681712448596954, 0.004235539585351944, 0.05126136168837547, -0.023761583492159843, 0.0072820745408535, -0.0649927482008934, -0.008744041435420513, -0.01429581269621849, 0.024908950552344322, 0.06510377675294876, -0.05277884751558304, 0.04371095076203346, -0.03277396038174629, 0.09793326258659363, -0.0600331611931324, 0.015193349681794643, -0.06832380592823029, 0.038048144429922104, -0.027055636048316956, 0.016747845336794853, 0.04578361287713051, -0.07024842500686646, -0.011279350146651268, 0.028203001245856285, 0.0039833965711295605, 0.01904257759451866, -0.021744441241025925, 0.007462507113814354, -0.03255188837647438, -0.04367394000291824, 0.06477067619562149, 0.061587657779455185, -0.0784650444984436, -0.01678485795855522, 0.01473070215433836, 0.01959775574505329, -0.039158497005701065, -0.027370236814022064, -0.014925014227628708, -0.004131443798542023, -0.007772481068968773, -0.04541349411010742, 0.004175395239144564, -0.021707428619265556, -0.02640792913734913, -0.04367394000291824, -0.01264878734946251, -0.026815058663487434, -0.06125454977154732, -0.004931824281811714, -0.004411345347762108, -0.0130281588062644, -0.02439078502357006, 0.031015899032354355, -0.0011589324567466974, -0.03458753973245621, 0.001900325296446681, 0.00659735593944788, 0.05895981937646866, 0.0024751650635153055, -0.06292008608579636, -0.05866372585296631, 0.03627157583832741, 0.06232789531350136, -0.02440929040312767, 0.013287240639328957, 0.019579248502850533, 0.026222869753837585, -0.00005154184327693656, 0.0014665931230410933, 0.020967192947864532, -0.05940395966172218, 0.027962425723671913, 0.028998756781220436, -0.016646062955260277, 0.029387380927801132, -0.10474343597888947, 0.05921890214085579, -0.03207073733210564, 0.04237852618098259, 0.00012968592636752874, 0.051224350929260254, -0.07158084958791733, -0.030109111219644547, 0.06728747487068176, 0.05977407842874527, 0.05414828285574913, -0.07957539707422256, -0.03034968674182892, -0.03889941796660423, -0.019801320508122444, 0.02017143927514553, -0.015942838042974472, -0.04315577447414398, -0.049558818340301514, -0.008952232077717781, 0.014397595077753067, 0.04685695469379425, -0.04348888248205185, 0.025353092700242996, -0.038825392723083496, -0.008045443333685398, 0.05673911049962044, -0.044451188296079636, -0.08216622471809387, 0.004180021584033966, 0.03429144620895386, -0.03288499638438225, 0.004987341817468405, -0.0289247315376997, 0.02977600321173668, -0.022040534764528275, 0.027962425723671913, -0.028425073251128197, 0.009155797772109509, 0.055443696677684784, -0.07050750404596329, 0.036382611840963364, 0.038566309958696365, 0.01264878734946251, -0.03027566336095333, -0.031571075320243835, -0.04152725636959076, -0.00470281345769763, 0.036068011075258255, 0.012232404202222824, 0.028536107391119003, -0.042526572942733765, 0.019468214362859726, -0.02744426019489765, 0.030183134600520134, -0.020319486036896706, 0.0037405064795166254, -0.04186036065220833, -0.026259882375597954, -0.051483433693647385, 0.02947990968823433, -0.016895892098546028, -0.03401385620236397, 0.07454179227352142, 0.07047048956155777, 0.00829989928752184, -0.07735469192266464, -0.06702839583158493, -0.009202062152326107, 0.04019482806324959, -0.011677226983010769, -0.010243019089102745, -0.00456401938572526, -0.009613818489015102, 0.044414177536964417, 0.04241553694009781, -0.027370236814022064, 0.02411319687962532, -0.02411319687962532, 0.04086104407906532, -0.015036049298942089, 0.02555665746331215, 0.0010768125066533685, 0.00224037142470479, 0.015618985518813133, -0.04522843658924103, 0.015628239139914513, 0.04145323112607002, -0.030997393652796745, 0.03277396038174629, -0.005422230809926987, -0.0019997945055365562, 0.04397003352642059, -0.025723209604620934, 0.01880200207233429, 0.0119363097473979, -0.02555665746331215, 0.06547389924526215, 0.013009652495384216, 0.012297174893319607, 0.051779527217149734, -0.08031563460826874, -0.026722529903054237, -0.0015487130731344223, 0.04752316698431969, -0.0025260562542825937, 0.00997468363493681, -0.0292208269238472, 0.020615579560399055, -0.040009770542383194, 0.0017811935395002365, 0.01316695287823677, -0.05995913967490196, 0.035734906792640686, -0.02072661556303501, -0.04045391082763672, -0.005232545081526041, 0.04463624581694603, 0.019560743123292923, 0.03397684544324875, 0.039417579770088196, 0.03897343948483467, -0.01881125383079052, 0.047819264233112335, -0.013324253261089325, 0.014841737225651741, 0.009780371561646461, -0.022669736295938492, -0.003488363465294242, 0.029813015833497047, -0.0010051020653918386, -0.002277383115142584, 0.03025715798139572, -0.040787018835544586, 0.019986379891633987, -0.01106653269380331, 0.025945281609892845, -0.05551772192120552, 0.05392621085047722, -0.0176823940128088, 0.03669721260666847, 0.007920527830719948, 0.038270216435194016, 0.013814659789204597, 0.010418825782835484, -0.03675273060798645, 0.0015151711413636804, 0.017525093629956245, 0.027647824957966805, -0.026296893134713173, 0.05629497021436691, -0.027684835717082024, 0.004603344481438398, -0.061550647020339966, -0.045857638120651245, -0.07831699401140213, -0.0020703482441604137, -0.04626476764678955, -0.040564946830272675, 0.026574481278657913, 0.016451751813292503, -0.004554766230285168, 0.014804725535213947, -0.040268853306770325, -0.029091285541653633, -0.01065940223634243, -0.05307494103908539, -0.012019586749374866, -0.041120123118162155, 0.02464986778795719, 0.039713677018880844, -0.020060403272509575, -0.03625307232141495, -0.01274131704121828, -0.01742331124842167, -0.016488762572407722, 0.03108992427587509, -0.006620488129556179, 0.005866372492164373, 0.03778906166553497, -0.020245462656021118, -0.005144642200320959, 0.045302458107471466, 0.0150082902982831, -0.03919551149010658, -0.05085423216223717, 0.024002160876989365, -0.050113994628190994, 0.03290350362658501, 0.016655316576361656, -0.017552852630615234, 0.04685695469379425, 0.020874662324786186, 0.0016077006002888083, 0.04574660211801529, -0.01655353419482708, 0.03432845696806908, 0.029313355684280396, -0.06547389924526215, 0.028443578630685806, -0.04374796524643898, -0.0013694370863959193, -0.002095793839544058, -0.048078346997499466, 0.01248223427683115, 0.004011155106127262, -0.026444941759109497, 0.07398661226034164, 0.05677612125873566, 0.02720368281006813, -0.024242738261818886, 0.009063268080353737, -0.0072265565395355225, 0.0037405064795166254, -0.0398247130215168, -0.05222366750240326, -0.060144197195768356, -0.010289284400641918, 0.06721345335245132, 0.004793029744178057, 0.031256478279829025, 0.0249644685536623, 0.0324963741004467, -0.002398828277364373, -0.004853174090385437, -0.011954816058278084, 0.007272821385413408, 0.0208006389439106, -0.014925014227628708, 0.03108992427587509, -0.035216741263866425, 0.015100819990038872, 0.015017542988061905, -0.018885277211666107, 0.03986172378063202, -0.04719006270170212, 0.014545642770826817, -0.00011399927461752668, 0.011353373527526855, -0.05685014650225639, -0.009502783417701721, -0.03808515518903732, 0.0010062586516141891, 0.017488082870841026, -0.009178929962217808, 0.013444541022181511, 0.05751635879278183, -0.013768394477665424, -0.02241065353155136, 0.02135581709444523, -0.03956563025712967, -0.013407529331743717, -0.022077547386288643, 0.01430506631731987, 0.03871435672044754, 0.035808928310871124, -0.004173081833869219, -0.03340316191315651, -0.03684525936841965, 0.03451351448893547, 0.059589020907878876, 0.06473366171121597, -0.013416782021522522, -0.009229821152985096, 0.013537070713937283, -0.04659787192940712, -0.01795073039829731, 0.0369562953710556, 0.008572861552238464, -0.06832380592823029, -0.00009527650399832055, -0.022854795679450035, 0.013657359406352043, -0.028147485107183456, 0.05522162467241287, -0.002916993573307991, -0.04607970640063286, 0.015248867683112621, 0.00969709549099207, -0.05462943762540817, 0.00952128879725933, -0.006347525864839554, 0.015137831680476665, 0.010613137856125832, 0.022096052765846252, -0.012371198274195194, -0.019542237743735313, -0.02270674705505371, 0.057923488318920135, -0.012186139822006226, -0.06369733065366745, 0.03952861577272415, -0.020985698327422142, 0.08660764247179031, 0.043081749230623245, 0.03221878409385681, 0.002849909709766507, -0.04681994393467903, -0.01742331124842167, -0.019505225121974945, 0.010603884235024452, -0.016960663720965385, 0.07720664143562317, 0.010557619854807854, -0.003680362133309245, -0.023409971967339516, 0.07713261991739273, -0.045598555356264114, 0.03288499638438225, 0.023428477346897125, -0.017774922773241997, 0.04186036065220833, -0.03808515518903732, -0.010057960636913776, 0.02751828357577324, -0.053445059806108475, -0.015591226518154144, 0.05096526816487312, 0.08416486531496048, -0.01769164763391018, -0.01569300889968872, -0.0449693538248539, -0.056072898209095, 0.012287922203540802, 0.03778906166553497, -0.004369707312434912, 0.015239614062011242, 0.030645782127976418, 0.001046162098646164, 0.04633878916501999, 0.03945459425449371, -0.02355801872909069, 0.06562194228172302, -0.03675273060798645, -0.082018181681633, -0.027333224192261696, 0.06739851087331772, 0.031811654567718506, -0.05222366750240326, 0.006490946747362614, 0.005880251992493868, 0.026815058663487434, -0.005676686763763428, 0.0364566370844841, -0.053148962557315826, -0.0238726194947958, 0.003974143415689468, -0.022355135530233383, 0.006833306048065424, 0.004129130393266678, -0.032662924379110336, 0.015924332663416862, -0.026185858994722366, -0.0018043259624391794, 0.059626031666994095, 0.0875699520111084, -0.02637091651558876, -0.03734492138028145, 0.0017337721074, -0.003777518169954419, 0.0053990981541574, 0.013435288332402706, 0.016951410099864006, 0.0289247315376997, 0.006546464748680592, 0.062142834067344666, -0.0134723000228405, 0.00798529852181673, 0.009317724034190178, 0.0550735779106617, 0.020152932032942772, -0.016775604337453842, 0.004788403399288654, 0.0073514715768396854, 0.001364810625091195, -0.053741153329610825, 0.020393509417772293, 0.004890185780823231, -0.032940514385700226, -0.04063897207379341, -0.03505018725991249, -0.005584157537668943, -0.07002635300159454, -0.0600331611931324, -0.03952861577272415, -0.011714238673448563, -0.035549845546483994, -0.0683608204126358, 0.04848547652363777, 0.06832380592823029, -0.07972344756126404, 0.03647514060139656, -0.03582743555307388, -0.011621709913015366, 0.02946140430867672, 0.04189737141132355, -0.03812216967344284, 0.01248223427683115, -0.04567257687449455, 0.014332824386656284, 0.06502975523471832, -0.0049780891276896, -0.06706540286540985, 0.014258801005780697, -0.030201639980077744, -0.03938056901097298, 0.05581381544470787, 0.006486320402473211, 0.005436110310256481, -0.020911674946546555, 0.019560743123292923, -0.03571639955043793, 0.02444630302488804, 0.029128298163414, 0.011112797074019909, 0.044747281819581985, 0.00004883101428276859, -0.05673911049962044, -0.01907959021627903, 0.032144758850336075, 0.009109532460570335, 0.0000853006640681997, -0.02520504593849182, 0.07594823837280273, 0.04178633913397789, -0.004351201467216015, -0.03421742096543312, 0.0667693093419075, 0.007666071876883507, -0.05096526816487312, 0.0398247130215168, -0.02437227964401245, 0.004506188444793224, 0.044192105531692505, -0.029128298163414, -0.018626194447278976, -0.02187398262321949, -0.015655996277928352, 0.002509863581508398, -0.009202062152326107, 0.017802681773900986, 0.04237852618098259, 0.007837251760065556, -0.01770089939236641, -0.0009501626482233405, 0.017515840008854866, 0.010224513709545135, -0.005070618353784084, 0.02977600321173668, -0.015211855061352253, -0.01825607754290104, 0.07772480696439743, -0.008346163667738438, 0.020856156945228577, -0.030923370271921158, -0.04404405876994133, 0.03706733137369156, 0.012250910513103008, -0.019449708983302116, -0.027148164808750153, 0.02520504593849182, 0.012371198274195194, -0.025741716846823692, 0.036068011075258255, 0.03542030602693558, 0.0071386536583304405, 0.04330382123589516, 0.009613818489015102, 0.04482130706310272, -0.027111154049634933, 0.02718517743051052, 0.04674592241644859, -0.004184648394584656, -0.021374322474002838, 0.01404598355293274, 0.006717644166201353, -0.013111434876918793, 0.016757098957896233, -0.005214039236307144, 0.038307227194309235, 0.013176205568015575, 0.017182733863592148, 0.030183134600520134, -0.0005838035140186548, -0.09208539128303528, 0.07561513781547546, -0.02017143927514553, -0.0055656516924500465, 0.02864714339375496, -0.013379770331084728, 0.02661149390041828, -0.1416812241077423, -0.016942158341407776, 0.009363988414406776, -0.014203283935785294, -0.004332695621997118, -0.05059514939785004, -0.043044738471508026, -0.05363011732697487, -0.04567257687449455, 0.0033888942562043667, 0.06802771240472794, 0.09230746328830719, 0.011427397839725018, -0.025316080078482628, -0.04733810946345329, 0.007434748113155365, 0.06151363253593445, -0.008531223051249981, 0.046967990696430206, 0.051816537976264954, 0.010844461619853973, -0.00497346231713891, -0.02581574022769928, 0.033255115151405334, -0.02725920081138611, 0.01630370318889618, -0.000145011130371131, -0.011297856457531452, 0.059366948902606964, -0.040268853306770325, 0.01292637549340725, -0.021688923239707947, -0.04134219512343407, 0.08779202401638031, -0.017904464155435562, 0.06166168302297592, -0.0006089599919505417, 0.004890185780823231, 0.009197435341775417, 0.0024566592182964087, 0.06662126630544662, -0.006472440902143717, -0.01708095148205757, 0.00829989928752184, -0.03723388537764549, 0.0207081101834774, -0.007300580386072397, 0.03651215508580208, 0.012713558040559292, -0.05070618540048599, -0.04241553694009781, -0.05699819326400757, 0.046153731644153595, -0.06528884172439575, -0.012584016658365726, 0.056220944970846176, 0.029331862926483154, 0.029276344925165176, 0.010844461619853973, 0.009983936324715614, 0.022336630150675774, -0.004746764898300171, 0.02246617153286934, 0.04604269564151764, 0.03332913666963577, 0.00716178584843874, -0.023076865822076797, 0.007675325032323599, 0.011501421220600605, -0.01628519780933857, 0.005894131492823362, -0.01597985066473484, -0.021189263090491295, -0.019708789885044098, -0.02951692044734955, -0.013120687566697598, -0.057405322790145874, -0.002727308077737689, -0.026204364374279976 ]